fkugd2003 Posted July 3, 2014 Posted July 3, 2014 hi guys, using imacros or winautomation i can locate a button on an html page using css selectors and click on it is there a possibility to use the same feature in autoit example if i want to click on an Ok button i will use this "path" html > body > div:eq(1) > div:eq(2) > div > div:eq(4) > div > div:eq(0) > div > div:eq(0) > div:eq(2) > div:eq(0) > div > div:eq(0) > ul > li:eq(0) > form > span > button thanks in advance
junkew Posted July 3, 2014 Posted July 3, 2014 see this thread'?do=embed' frameborder='0' data-embedContent>>or search as alternative for FF.AU3, IE.AU3 or CHROME.UDF FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
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