David91
10 years agoFrequent Contributor
Object Spy can't identify the button in panel
I have a problem with identification buttons on the panel using the object spy. Using object spy Identify the only panel on which it is placed button enters. When the test and clicking on the coordinates on the panel, not the button. Please find how to push the panel and then click on it. Thanks
Now:
ultraExplorerBarEx.Click(59, 943);
I want this:
ultraExplorerBarEx.Button.Click(); - without x,y coordinates