If you need to check if an object like webedit has the focus on it as soon as the page is loaded,
If browser().page().webedit().GetROProperty("focus")=true then
msgbox "yes, focus is there"
end if
'Interestingly object spy doesnt show this property.So this is another cool trick!
If browser().page().webedit().GetROProperty("focus")=true then
msgbox "yes, focus is there"
end if
'Interestingly object spy doesnt show this property.So this is another cool trick!