bartk Posted October 19, 2020 Posted October 19, 2020 (edited) Hi, I'm trying to click "plus" button. Execution is ended with correct status, selector is visible but autoit cannot click this button. There's no problem with send some text to freetext fields. Edited October 19, 2020 by bartk
Danp2 Posted October 19, 2020 Posted October 19, 2020 Try like this -- ControlClick("", "", "[CLASSNN:TcxButton5]") Latest Webdriver UDF Release Webdriver Wiki FAQs
bartk Posted October 19, 2020 Author Posted October 19, 2020 (edited) 9 minutes ago, Danp2 said: Try like this -- ControlClick("", "", "[CLASSNN:TcxButton5]") Still the same. ControlSend works correctly, but autoit cannot click on this button. Manually works fine, it might be problem with button, not with selector Edited October 19, 2020 by bartk
Danp2 Posted October 19, 2020 Posted October 19, 2020 Left out the window related text in the earlier post. Try -- ControlClick("Warehouse", "", "[CLASSNN:TcxButton5]") Latest Webdriver UDF Release Webdriver Wiki FAQs
bartk Posted October 19, 2020 Author Posted October 19, 2020 I've checked also on win7, even if i pass full title to controlclick button is not clicked
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now