Forum Discussion
forrestaustin
8 years agoContributor
I found the wnd class name and now I added that class name to the accepted object recognition. I created a keyword test where I open the app and click on the control. I then converted this to a script test and changed the click(20,10) to TextObject("TextImsearchingfor").Click() to model the documentation sample.
After running this script I get a runtime error "AttriibuteError: 'NoneType' object has no attribute 'Click'