Jump to content

Control Clicking on a link in autoit


 Share

Recommended Posts

I am trying to do a control click on a link in a browser, and I'm using dale's IE.au3. BUT, it seems to not be able to grab this link nor click it. I have tried tweaking my code as well as IE.au3, but no to avail!

This is what im trying to click on:

<a class="linkblu10verdana pulsante" href="java script:if (oneCheck()) lanciaform('')" title="scarica">scarica</a>

I don't think it'll pick up as a text link, i tried

_IEClickLinkByText($o_IE, "scarica")

Didnt work...

and I was messing with get by class name, but no luck!!

How can i do this???

PLease help TEH NOOB! ;)

Link to comment
Share on other sites

I am trying to do a control click on a link in a browser, and I'm using dale's IE.au3. BUT, it seems to not be able to grab this link nor click it. I have tried tweaking my code as well as IE.au3, but no to avail!

This is what im trying to click on:

I don't think it'll pick up as a text link, i tried

_IEClickLinkByText($o_IE, "scarica")

Didnt work...

and I was messing with get by class name, but no luck!!

How can i do this???

PLease help TEH NOOB! ;)

could you include more code please? with just that sample, i could make a page with a link that would work i think...

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