Friday, November 21, 2008

Working with ‘openWindow’ command in SeleniumIDE

Hi All,

Here is an example of how to use 'openWindow' command in SeleniumIDE.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>New Test</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">New Test</td></tr>
</thead><tbody>
<tr>
<td>openWindow</td>
<td>http://google.com</td>
<td>myWindow</td>
</tr>
</tbody></table>
</body>
</html>

How we can proceed is :
Command: openWindow
Target: url
Value: windowID

No comments: