Jump to content

Browser click


Recommended Posts

If the string is a link this might work

#include <IE.au3>
$oIE = _IEAttach("x", "Title") ; Replace "x" with IEs title
If @error = $_IEStatus_NoMatch Then Exit ; Exits if it can't find the IE window
_IELinkClickByText ($oIE, "x") ; Replace "x" with the string to click on
Look like it select it, but not clicking it and the mouse remain in another place on the browser.

Any advise?

thanks Eyal

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...