-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add all issue supporting files for future tests.
- Loading branch information
Showing
6 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
### 1.2.5 (2015.09.22) | ||
|
||
* Bugfixes | ||
|
||
### 1.2.4 (2015.08.28) | ||
|
||
* Bugfixes | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<body> | ||
<h1>Debiana</h1> | ||
<label for="UserName">User Name</label> | ||
<br> | ||
<input maxlength="50" autocomplete="off" class="textfield" id="username" name="username" type="text" value> | ||
<br> | ||
<label for="Password">Password</label> | ||
<br> | ||
<input maxlength="25" autocomplete="off" class="textfield" id="password" name="password" type="password"> | ||
<br> | ||
<!-- | ||
[FindsBy(How = How.Id, Using = "username")] [CacheLookup] private IWebElement debianaUserNamePassword1; | ||
[FindsBy(How = How.Id, Using = "password")] [CacheLookup] private IWebElement debianaUserNamePassword2; | ||
--> | ||
</body> | ||
</html> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<style> | ||
.container { | ||
border: 1px solid blue; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<input type="checkbox" id="cat_someLongId1"/> This is checkbox 1<br/> | ||
<input type="checkbox" id="cat_someLongId2"/> This is checkbox 2<br/> | ||
<input type="checkbox" id="cat_someLongId3"/> This is checkbox 3<br/> | ||
<input type="checkbox" id="cat_someLongId4"/> This is checkbox 4<br/> | ||
<input type="checkbox" id="cat_someLongId5"/> This is checkbox 5<br/> | ||
</div> | ||
<input type="checkbox" id="other"/> This is the other checkbox<br/> | ||
</body> | ||
</html> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
</head> | ||
<body> | ||
<input value="I'm Feeling Lucky" aria-label="I'm Feeling Lucky" id="gbqfbb" name="btnI" type="submit"> | ||
<!-- | ||
public GoogleHomePage submit() { | ||
clickI'mFeelingLuckyButton(); | ||
return this; | ||
} | ||
--> | ||
</body> | ||
</html> |
This file contains 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