Advertisement
Guest User

Selenium IDE multiWindow plugin

a guest
Aug 30th, 2012
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head profile="http://selenium-ide.openqa.org/profiles/test-case">
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <link rel="selenium.base" href="http://seleniumhq.org/" />
  7. <title>multipleCommand</title>
  8. </head>
  9. <body>
  10. <table cellpadding="1" cellspacing="1" border="1">
  11. <thead>
  12. <tr><td rowspan="1" colspan="3">multipleCommand</td></tr>
  13. </thead><tbody>
  14. <tr>
  15.     <td>openMultipleWindow</td>
  16.     <td>16</td>
  17.     <td>prefix=win</td>
  18. </tr>
  19. <tr>
  20.     <td>pause</td>
  21.     <td>1000</td>
  22.     <td></td>
  23. </tr>
  24. <tr>
  25.     <td>commandMultipleWindow</td>
  26.     <td>win1, win3</td>
  27.     <td>open({&quot;target&quot;:&quot;/&quot;})</td>
  28. </tr>
  29. <tr>
  30.     <td>pause</td>
  31.     <td>5000</td>
  32.     <td></td>
  33. </tr>
  34. <tr>
  35.     <td>commandMultipleWindow</td>
  36.     <td>win2, win3, win4</td>
  37.     <td>open({&quot;target&quot;:&quot;http://www.google.fr&quot;,&quot;value&quot;:&quot;something&quot;})</td>
  38. </tr>
  39. <tr>
  40.     <td>pause</td>
  41.     <td>5000</td>
  42.     <td></td>
  43. </tr>
  44. <tr>
  45.     <td>closeMultipleWindow</td>
  46.     <td>16</td>
  47.     <td>win</td>
  48. </tr>
  49. </tbody></table>
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement