SamuraiJack
15 years agoContributor
click command suddenly giving out of bounds error...
This code was working earlier int he week:
set iexplore = Aliases.Sys.iexplore
set page = iexplore.pagePolicyList
Log.Event("Opening Policy Details")
call page.FindChild("NativeWebObject.id","ctl00_MainPageContent_PolicyList1_rptrListAuto_ctl01_PolicySummaryBar_ClientVisibilityToggleLinkControl1_hlHidden",500).click()
Now I'm getting the error:
There was an attempt to perform an action at point (0, 0), which is out of the window bounds.
Because the location can be at different cooradinates from policy to policy, specifying them in the click() function wont always work..
None of my other 'click' functions seem to have this issue
also it doesn't seem if my log commands in that script are executing either