Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
bool
SUBMITTED BY:
Guest
DATE:
June 3, 2014, 8:32 a.m.
FORMAT:
Text only
SIZE:
246 Bytes
Raw
Download
Tweet
HITS:
1039
Go to comments
Report
public boolean checkPopupWindow(){
try{
driver.switchTo().window(nameOrHandle);
}catch (NoSuchWindowException e){
return false;
}
return true;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus