Hi,
When recording a Selenium script with the Selenium IDE in Firefox, a click on the SectionStack gets registered with the following scLocator:
However, when executing this in the Selenium RC, this does not work.
When the scLocator is edited to
it does work....
This should not have to be changed. See the screen shots for more information.
Thank you!
When recording a Selenium script with the Selenium IDE in Firefox, a click on the SectionStack gets registered with the following scLocator:
Code:
//Window[ID="isc_Window_0"]/item[0][Class="SectionStack"]/section[index=3]/background/
When the scLocator is edited to
Code:
//Window[ID="isc_Window_2"]/item[0][Class="SectionStack"]/section[index=3]/background/
This should not have to be changed. See the screen shots for more information.
Thank you!
Comment