Jump to content

Locate a button on a web page and click on it?


Recommended Posts

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

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...