in reply to Re: Searching for a window using www::selenium
in thread Searching for a window using www::selenium

Hi,

Is there a way to find the ID of the open window. Please note that the window is not opened by window.open command.
  • Comment on Re^2: Searching for a window using www::selenium

Replies are listed 'Best First'.
Re^3: Searching for a window using www::selenium
by Limbic~Region (Chancellor) on Feb 03, 2010 at 19:43 UTC
    venkatesan_G02,
    Have you read Using WWW::Selenium To Test Or Automate An Ajax Website? In there, I showed an example of how to find a window not opened with window.open. It might not be immediately useful but if you combine it with some of the other Selenium methods (get_all_window_ids or get_all_window_titles), you should be able to figure it out.

    Cheers - L~R