Note :
*** Need to Zoom the Application upto 400% and try to execute the below code
*** Captcha image should be visible on your desktop
shwnd = Browser("Browser Name").GetROProperty("hwnd")
mtxt = Window("hwnd:=" & shwnd,"index:=0").GetVisibleText
Print mtxt
*** Need to Zoom the Application upto 400% and try to execute the below code
*** Captcha image should be visible on your desktop
shwnd = Browser("Browser Name").GetROProperty("hwnd")
mtxt = Window("hwnd:=" & shwnd,"index:=0").GetVisibleText
Print mtxt
Comments