Jump to content

Searching for a specific word in IE


Recommended Posts

Am totally new to autoit. i am trying to make a bot where the bot reads/checks whether theres a specific word in the page (for example "apple".)

the bot then tries to click the link.

i tried searching the forums and found out the _IE functions.

i can't understand the "_IE_Example" and also "_IEBodyReadHTML($oIE)" -(the $oIE part)-

what argument should i pass in it as to make it read the page?

~thanks~

Link to comment
Share on other sites

  • Developers

Am totally new to autoit.

Great... first just start with reading the forum rules because I am sure you didn't do that yet. :)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

I think you need the function _IELinkClickByText()

$oIE = _IECreate("yourrurl")

_IELinkClickByText ($oIE, "apple")

i don't want it to run a new window every time i run the bot. and also is there a way to just use opera or any other browser?

Edited by bumitrue93
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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