This repository was archived by the owner on Feb 2, 2025. It is now read-only.
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Get Window Identifiers returns "null" #10
Open
Description
From @omireault on February 5, 2014 16:22
When I use Select Window to return to the main window, it claims it can't find Window ' '.
When I use Get Window Identifiers, I get the following:
KEYWORD: Selenium2Library.Get Window Identifiers
Start / End / Elapsed: 20140205 09:15:31.991 / 20140205 09:15:32.018 / 00:00:00.027
09:15:31.992 TRACE Arguments: [ ]
09:15:32.017 INFO Altogether 2 Window Ids.
1: null
2: null
09:15:32.019 TRACE Return: [null, null]
Not a big deal right, I use the window titles as a work around.
Copied from original issue: MarkusBernhardt/robotframework-selenium2library-java#47