- roscoActive particpant
- Posts : 20
Join date : 2012-04-05
Popup with onload
Thu Jul 05, 2012 4:14 pm
Hi,
Selenium IDE seems unable to find popup launched with onload.
Is anyone have a solution ?
See these files :
run.html :
autopopup.html :
_fermer.html
Note : With firefox, use
Selenium IDE seems unable to find popup launched with onload.
Is anyone have a solution ?
See these files :
run.html :
- Code:
<html>
<head>
<title>
go
</title>
</head>
<body>
<a href="autopopup.html" id="go"> Click here </a>
</body>
</html>
autopopup.html :
- Code:
<html>
<head>
<title>
autopopup
</title>
<script language=javascript>
function openPopUpMessage() { window.open("_fermer.html","PopUp_ToClose", "dependent=yes, width=500, height=250, scrollbars=no");}
</script>
<script language="javascript" type="text/javascript">
function doOnLoad()
{
openPopUpMessage()
}
</script>
</head>
<body onLoad='doOnLoad()'>
Hello World
</body>
</html>
_fermer.html
- Code:
<html>
<head>
</head>
<body>
<br>
<br>
<a href="#" id="fermer" onClick='window.close(); return false;'> Fermer </a>
</body>
</html>
Note : With firefox, use
- Code:
<file>
Permissions in this forum:
You cannot reply to topics in this forum