07-02-2016, 05:25 PM
If want to get text from web browser:
Macro Macro1727
Works with Internet Explorer and 32-bit non-portable Firefox.
---------
If want to download the web page:
Macro Macro2701
Macro Macro1727
int w=wait(3 WV win("Quick Macros Forum • View topic - Finding Text in web page - Mozilla Firefox" "MozillaWindowClass"))
Acc a.Find(w "DOCUMENT" "" "" 0x3011 3)
str s
a.WebPageProp(0 0 0 s)
;out s
if findrx(s "\bHighest Educational\b")>=0
,out 1
else
,out 0
Works with Internet Explorer and 32-bit non-portable Firefox.
---------
If want to download the web page:
Macro Macro2701