SmartGWT 2.2, Firefox 3.6.8, Selenium-RC 1.0.3 (SmartClient 2.2 JavaScript extensions only)
I'm trying to right click the first row in my application's ListGrid element using Selenium. I've used the Selenium-IDE (with the IDE extensions loaded) to record this portion of my workflow and am coming up with this:
Note I've replaced the "name" and "image" tag text with "myImage". The ID of "isc_ListGrid_1" is consistent between sessions, so that's not changing on me. The ordering of the rows and all elements is static as well.
The exact error I'm receiving in the Selenium server log is this:
INFO - Got result: ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: autWindow.isc.AutoTest.getPageCoords is not a function on session cc9217c7890b46ab9e3d3648a6a12b9a
I'm running the exact code that the Selenium-IDE generated using the SmartClient IDE extension and JavaScript extension. I have scoured the web for any information on this error and am stumped.
Any thoughts? Thanks in advance!
-Nathan
I'm trying to right click the first row in my application's ListGrid element using Selenium. I've used the Selenium-IDE (with the IDE extensions loaded) to record this portion of my workflow and am coming up with this:
Code:
selenium.contextMenu("scLocator=//ListGrid[ID=\"isc_ListGrid_1\"]/body/row[name=\"myImage\"||image=\"myImage.png\"||0]/col[fieldName=image||0]")
The exact error I'm receiving in the Selenium server log is this:
INFO - Got result: ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: autWindow.isc.AutoTest.getPageCoords is not a function on session cc9217c7890b46ab9e3d3648a6a12b9a
I'm running the exact code that the Selenium-IDE generated using the SmartClient IDE extension and JavaScript extension. I have scoured the web for any information on this error and am stumped.
Any thoughts? Thanks in advance!
-Nathan
Comment