Jump to content

Recommended Posts

Posted

Hey everybody.  So, I am trying to automate some interactions with an external application's GUI, but I am running into a problem where the class for a button control I want to simulate a click for is unique each time the application is run.  For example, the first time I run the application, I capture the following class using the control viewer: 
 

WindowsForms10.BUTTON.app.0.12b256f_r38_ad1

However, when I close out and run it again, I get this class for the control:

WindowsForms10.BUTTON.app.0.e813a5_r38_ad1

The fact that the class for the control keeps changing is making it difficult to identify the control for the purposes of simulating a click on the control with ControlClick.  Any advice as to how I can get around this?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...