November 2012
Intermediate to advanced
326 pages
6h 41m
English
In certain situations, developers neither assign the name attribute nor provide a title to the page displayed in a pop-up window. This becomes more complex when a test needs to deal with multiple pop-up windows open at the same time—to identify the desired pop-up window.
Ideally, you should reach out to developers and recommend that they add either the name attribute or title for better testability and accessibility.
As a workaround to this problem, we can check the contents of each window returned by the driver.getWindowHandles() method to identify the desired pop-up window.
Let's create a test that retrieves the handles of all the open windows in the current driver context. ...
Read now
Unlock full access