Jump to content

Recommended Posts

Posted

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~

Posted

I think you need the function _IELinkClickByText()

$oIE = _IECreate("yourrurl")

_IELinkClickByText ($oIE, "apple")

Posted (edited)

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
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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