mojotech / pioneer

Integration Testing
MIT License
527 stars 35 forks source link

Detect Child Window #328

Closed hhsnopek closed 9 years ago

hhsnopek commented 9 years ago

This might only be a PhantomJS feature, but I need to detect if a new window is created and be able to close that window or switch back to the parent/main window.

samccone commented 9 years ago

selenium can, http://elementalselenium.com/tips/4-work-with-multiple-windows

:)

and since pioneer sits on top of selenium, it should be fine :)

hhsnopek commented 9 years ago

You should've responded to my gitter message 😛 Thank you!