tags:

views:

6

answers:

0

What steps will reproduce the problem? 1. Launch one page and one pop up is also getting launched with that page. 2. Id or Name for those windows are generated dynamically.

What is the expected output? What do I see instead? Here I want to validate my pop up message, close the pop up and come back to main window and proceed my UI opeartion.

if record using the Selenium IDE and navigating into pop up and main window is identified with some dynamic id or name(). whereas if i use selenium.getAllWindowNames() or selenium.getAllWindowIds() the array with size 2 and the values are [selenium_main_app_window, selenium_main_app_window] and [undefined, undefined]. Why there is the discrepancy among IDE and RC. Is there any way for me to get those dynamic id like IDE through RC.I want to traverse among my pop up and main window and proceed my ui operation.

Version of the product selenium 1.0, windows xp client and firefox 3.6