Jump to content

embedded IE GUI i need 2 things


Recommended Posts

all the links have the word GET in them but if i tell it to click GET it doesnt.

some of the links have the words GET LOST in them and i need it to ignore them links.

for example

Get John Bullet Ebook part 1

Get Lost

Get John Bullet Ebook part 2

Get John Bullet Ebook Part 3

Get John Bullet Ebook Part 4

Get Lost

ive been trying to figure it out myself and the help file for a few days and now i am here asking the masters.

Edited by supadodger
Link to comment
Share on other sites

Get a link collection and inspect the link's InnerText, OuterText or href properties and use StringInStr or something... If a link is a javascript function attach to it, try to navigate to it's InnerText or href, maybe it'll work.

Edit: Actually, if something looks like a link but it's a javascript one then you don't need to inspect or get any link collection, try to see first if by hover this link you see some javascript statements sequence, then "navigating" to this sequence of statements my be sufficient.

Edited by Authenticity
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...