4m4d3u5
6 years agoContributor
Find methond
I am tring to use the find method to click on an object. My alias mapping is: Aliases.displayQt.UpgradeDialog.QtObject("QWidget", "", 2).QtObject("LocalNav::CenterButton", "", 1).QtObject("reject_button")
QtObject("reject_button") has a property of Name and a value of QtObject("reject_button")
I am trying to do something like:
Sys.Process("displayQt").find('Name','QtObject("reject_button")').click
However, this is not working and it's saying that the object doesn't exsist. How do I use this function?
I got it to work