Hello! In our company we are starting to work with Selenium IDE and I am trying to test your showcase but I'm having some problems testing it, and I would like some help from you to resolve these problems. A simple example that I am having here:
1. Navigate firefox to URL:
http://www.smartclient.com/smartgwt/showcase/#main
2. Start Selenium IDE plugin and start recording
3.Click on a node in the TreeGrid "Nested Gree".
It correctly records "scLocator=//TreeGrid[ID="isc_SideNavTree_0"] ..."
4. Click on arbitrary node on the right side (for example "Office Paper Products") and it doesn’t correctly records:
"scLocator=//TreeGrid[ID="isc_SideNavTree_0"]..." we can see that it still on the tree...
5. If you now click on the "home" tab or any other widget the selenium IDE always record click with "scLocator=//TreeGrid[ID="isc_SideNavTree_0"]/body/row[nodeTitle=Grid%20Cell%..."
Also I'm having problems with "select" widget...
I am using:
FF 22.0
Selenium IDE 2.3.0
SmartGWT: 4.0 Pro
showcase: Version 4.0 Built Wed Jul 03 12:16:00 GMT-700 2013
1. Navigate firefox to URL:
http://www.smartclient.com/smartgwt/showcase/#main
2. Start Selenium IDE plugin and start recording
3.Click on a node in the TreeGrid "Nested Gree".
It correctly records "scLocator=//TreeGrid[ID="isc_SideNavTree_0"] ..."
4. Click on arbitrary node on the right side (for example "Office Paper Products") and it doesn’t correctly records:
"scLocator=//TreeGrid[ID="isc_SideNavTree_0"]..." we can see that it still on the tree...
5. If you now click on the "home" tab or any other widget the selenium IDE always record click with "scLocator=//TreeGrid[ID="isc_SideNavTree_0"]/body/row[nodeTitle=Grid%20Cell%..."
Also I'm having problems with "select" widget...
I am using:
FF 22.0
Selenium IDE 2.3.0
SmartGWT: 4.0 Pro
showcase: Version 4.0 Built Wed Jul 03 12:16:00 GMT-700 2013
Comment