Difference between revisions of "Template:Sandbox"

From Organic Design wiki
m (rv ><)
(Selenium tests)
Line 2: Line 2:
  
  
{|width="{{{width|100}}}%" cellpadding="2" cellspacing="5" style="vertical-align:top; background:#f5fffa;"
+
<selenium><html>
! <h2 style="margin:0; background:{{{colour|#cef2e0}}}; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;">{{{name}}}</h2>
+
<head>
|-
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|style="color:#000;"| {{{content}}}
+
<title>Create Account</title>
|-
+
</head>
|}
+
<body>
 +
<table cellpadding="1" cellspacing="1" border="1">
 +
<thead>
 +
<tr><td rowspan="1" colspan="3">Create Account</td></tr>
 +
</thead><tbody>
 +
<tr>
 +
<td>open</td>
 +
<td>/wiki/index.php?title={{{NAME|Special:Userlogout}}}</td>
 +
<td></td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>clickAndWait</td>
 +
<td>link=Log in / create account</td>
 +
<td></td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>clickAndWait</td>
 +
<td>link=Create an account</td>
 +
<td></td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>storeEval</td>
 +
<td>new Date().getTime()-1000000000000</td>
 +
<td>username</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>type</td>
 +
<td>wpName2</td>
 +
<td>${username}</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>type</td>
 +
<td>wpPassword2</td>
 +
<td>password</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>type</td>
 +
<td>wpRetype</td>
 +
<td>password</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>clickAndWait</td>
 +
<td>wpCreateaccount</td>
 +
<td></td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>verifyTitle</td>
 +
<td>glob:*successful*</td>
 +
<td></td>
 +
</tr>
 +
 
 +
</tbody></table>
 +
</body>
 +
</html>
 +
</selenium>
 +
 
 +
[[Category:Selenium]]

Revision as of 04:26, 11 December 2007

Welcome to the Organic Design wiki Sandbox! This page allows you to carry out experiments. To edit, click here or edit this page above (or the views section for obscure browsers), make your changes and click the Save page button when finished. Content will not stay permanently; this page is automatically cleaned every 24 hours by User:Bender. If too full please use: 3.15.214.238/Sandbox

Content added here will not stay permanently; this page is cleared regularly. Click here to reset the sandbox.


<selenium> Create Account

Create Account
open /wiki/index.php?title={{{NAME|Special:Userlogout}}}
clickAndWait link=Log in / create account
clickAndWait link=Create an account
storeEval new Date().getTime()-1000000000000 username
type wpName2 ${username}
type wpPassword2 password
type wpRetype password
clickAndWait wpCreateaccount
verifyTitle glob:*successful*

</selenium>