bumitrue93 Posted July 23, 2011 Posted July 23, 2011 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~
Developers Jos Posted July 23, 2011 Developers Posted July 23, 2011 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.
flet Posted July 23, 2011 Posted July 23, 2011 I think you need the function _IELinkClickByText() $oIE = _IECreate("yourrurl") _IELinkClickByText ($oIE, "apple")
bumitrue93 Posted July 23, 2011 Author Posted July 23, 2011 Great... first just start with reading the forum rules because I am sure you didn't do that yet. honestly i did
bumitrue93 Posted July 23, 2011 Author Posted July 23, 2011 (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 July 23, 2011 by bumitrue93
Developers Jos Posted July 23, 2011 Developers Posted July 23, 2011 honestly i did Great, then you know why I close the topic. 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.
Recommended Posts