Created
March 9, 2011 16:42
-
-
Save darrenderidder/862509 to your computer and use it in GitHub Desktop.
test while as first command in sideflow.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head profile="http://selenium-ide.openqa.org/profiles/test-case"> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<link rel="selenium.base" href="https://github.com/" /> | |
<title>while</title> | |
</head> | |
<body> | |
<table cellpadding="1" cellspacing="1" border="1"> | |
<thead> | |
<tr><td rowspan="1" colspan="3">while</td></tr> | |
</thead><tbody> | |
<tr> | |
<td>while</td> | |
<td>1</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>getEval</td> | |
<td>alert ("hello")</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>store</td> | |
<td>1</td> | |
<td>x</td> | |
</tr> | |
<tr> | |
<td>gotoIf</td> | |
<td>${x} >= 0</td> | |
<td>target1</td> | |
</tr> | |
<tr> | |
<td>endWhile</td> | |
<td></td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>label</td> | |
<td>target1</td> | |
<td></td> | |
</tr> | |
</tbody></table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment