Jump to content

_IE


Recommended Posts

For _IELinkClickByText is there anyway for me to make it keywords not needed the whole text?

Theres also 3+ texts that are the same but have colours on a second line is there anyway I can find the keyword nearest to the colour of choice when theres 3+ colours?

Also after its clicked on the link how do get the data from the new page thats opened which can vary?

Link to comment
Share on other sites

Yes it will...and it was.

You can re-post a ping on your own threads after a day of non response.  If less than a day, be patient, or moderators will react.

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

Check out those 2 examples:

$link = "www.site.com"
_IELinkClickByText($oIE, $link)

$link = "www.test.com"
If StringLeft("www.site.bg",3) = "www" Then _IELinkClickByText($oIE, $link)

The first one will click only www.site.com link. The second one will click any link which starts with "www"

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