"About:Blank" screen pops when using selenium.waitForPopUp OR selectWindow

View: New views
1 Messages — Rating Filter:   Alert me  

"About:Blank" screen pops when using selenium.waitForPopUp OR selectWindow

by Garrido :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

When I use the code below from a local machine or from inside a Virtual Machine, my script runs successfuly, but when I launch my script from Citrix Metaframe, when the method waitForPopUp or selectWindow is called, a NEW BLANK popup window is displayed.

String popName = selenium.getAllWindowNames()[1];
selenium.waitForPopUp(popName, "30000");
selenium.selectWindow(popName);

Can anyone help me on this? If more information is need just please let me know.

Thanks