PsycoWiLL Posted May 16, 2005 Posted May 16, 2005 (edited) hi, i faced a problem when trying to make a script to automate my email. i am using firefox what i am trying to do is to wait till the window has loaded the page i am waiting for, for example, lets say i wanna wait till the current window shows the "keyword" on the middle left of the page. i dont actually care for the position at this time (maybe later) but what i want is a function that finds that keyword occurrence and returns me true if so, false if not. also if possible id need a function to check if the page has loaded yet. tia WiLL Edited May 16, 2005 by PsycoWiLL
flyingboz Posted May 16, 2005 Posted May 16, 2005 For web page automation, I have utilized the following techniques ... StatusBarGetText() view source or InetGet() > clipget() or file save > parse or search ScreenOCR utility -- $$$ - parses screen fonts to ascii text. I have been watching the rapid development of the beta w/ hopeful anticipation of having superior handling methodologies available soon. Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.
Blue_Drache Posted May 16, 2005 Posted May 16, 2005 another solution would be to use a freeware text-only browser, such as Lynx. Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
jftuga Posted May 16, 2005 Posted May 16, 2005 For web page automation, I have utilized the following techniques ... StatusBarGetText() view source or InetGet() > clipget() or file save > parse or search ScreenOCR utility -- $$$ - parses screen fonts to ascii text.I have been watching the rapid development of the beta w/ hopeful anticipation ofhaving superior handling methodologies available soon.<{POST_SNAPBACK}>This works for me too. What I do in IE is Send() tabs until the correct frame has focus, use Send() for ctrl-a, ctrl-c to copy all contents to the clipboard. After this, I run ClipGet() and search it using StringInStr().This way works great for me.-John Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile
sandeep Posted June 23, 2008 Posted June 23, 2008 This works for me too. What I do in IE is Send() tabs until the correct frame has focus, use Send() for ctrl-a, ctrl-c to copy all contents to the clipboard. After this, I run ClipGet() and search it using StringInStr().This way works great for me.-Johnhey Even i am trying to do the same thing.Only difference is it will work on a application to find the embedded strings.I am trying but getting stuck in some places.if u dont mind can i borrow ur code for experimental purpose.ThnaksSandi
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now