Hi,
I'm trying selenium IDE in firefox with SC user extensions and I have problem to correctly record some actions. After click on some widgets, the recorder start returning constantly the same value of scLocator.
For example:
1. Navigate firefox to URL:
http://www.smartclient.com/smartgwt/showcase/#main
2. Start Selenium IDE plugin and start recording
3. Click on the Tab "Home".
It correctly records "scLocator=//TabSet[ID="isc_TabSet_0"] ..."
4. Click on arbitrary node in the TreeGrid on the left side (for example "MasterDetail") and it correctly records
"scLocator=//TreeGrid[ID="isc_SideNavTree_0"]/body/row[nodeTitle=Master..."
5. But if you now click again on the "home" tab or any other widget the selenium IDE always record click with "scLocator=//TreeGrid[ID="isc_SideNavTree_0"]/body/row[nodeTitle=Master..."
I'm trying selenium IDE in firefox with SC user extensions and I have problem to correctly record some actions. After click on some widgets, the recorder start returning constantly the same value of scLocator.
For example:
1. Navigate firefox to URL:
http://www.smartclient.com/smartgwt/showcase/#main
2. Start Selenium IDE plugin and start recording
3. Click on the Tab "Home".
It correctly records "scLocator=//TabSet[ID="isc_TabSet_0"] ..."
4. Click on arbitrary node in the TreeGrid on the left side (for example "MasterDetail") and it correctly records
"scLocator=//TreeGrid[ID="isc_SideNavTree_0"]/body/row[nodeTitle=Master..."
5. But if you now click again on the "home" tab or any other widget the selenium IDE always record click with "scLocator=//TreeGrid[ID="isc_SideNavTree_0"]/body/row[nodeTitle=Master..."
Comment