Jump to content

Text Scanning


Recommended Posts

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 by PsycoWiLL
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

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

Link to comment
Share on other sites

  • 3 years later...

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

hey

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.

Thnaks

Sandi

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