Q: My question is about how to find some text (not image) in a web browser screen.
This text may vary, so i can't transform it into an image and use <display_findimage> command...
-------------------------------------
A: If you just need to know if the Internet Explorer contains particular text then
you can select the web page (Ctrl-A) and copy it to clipboard (<clp_copyselected> command) and then search for the particular
text in the web page source (the text copied to clipboard is available through
_vClpText system variable).