Nameless popup window supported?
ghguy opened this issue · 2 comments
ghguy commented
In the test with multiple pop ups, we noticed that toWindow() does not work with a window opened with target set to _blank. In this case, what would the parameter to toWindow(????) be?
We tried toWindow('_blank'), toWindow() and toWindow(''), all to no avail.
Thanks!
asciidisco commented
I was facing this myself & couldn't find a way to get around this. Maybe an option might be to set the name using the execute
method with javascript. Thats what I did (but doesn't work in all situations).
ghguy commented
Thanks for your comment :)