click command suddenly giving out of bounds error...
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
click command suddenly giving out of bounds error...
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
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Set poln = Aliases.Sys.iexplore.pagePolicyList.FindChild("NativeWebObject.id","ctl00_MainPageContent_PolicyList1_rptrListAuto_ctl01_PolicySummaryBar_ClientVisibilityToggleLinkControl1_hlHidden",500)
call poln.click()
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
