aceishigh
14 years agoContributor
Unable to Identify Popup Menu Item in IE8
TestComplete: 8.70.727.7
Browser: IE 8
I'm using xpath to identify web elements and TC doesn't seem to be able to identify and click on the popup menu item I want.
Steps:
1. Click on a button to show the popup menu - this works fine.
2. Try to click on the menu item (the menu item is a <td> table element). This is the code I'm using where AddComputer is the id of the TD element.
AddComputerObj = objProcess.Page("*").EvaluateXPath("//*[@id='AddComputer']")
AddComputerObj(0).Click
The log reports the following error:
"There was an attempt to perform an action at point (0, 0), which is out of the window bounds."
Any help would be very much appreciated.
A.
Browser: IE 8
I'm using xpath to identify web elements and TC doesn't seem to be able to identify and click on the popup menu item I want.
Steps:
1. Click on a button to show the popup menu - this works fine.
2. Try to click on the menu item (the menu item is a <td> table element). This is the code I'm using where AddComputer is the id of the TD element.
AddComputerObj = objProcess.Page("*").EvaluateXPath("//*[@id='AddComputer']")
AddComputerObj(0).Click
The log reports the following error:
"There was an attempt to perform an action at point (0, 0), which is out of the window bounds."
Any help would be very much appreciated.
A.