Skip to content

Commit 72a372c

Browse files
authored
Merge pull request #47 from samchangwits/patch-1
Update selenium.md
2 parents 50c6572 + c371db5 commit 72a372c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/docs/different_libraries/selenium.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Login with correct Username and Password
3131
Close Browser
3232
3333
Add Tasks And Set To Complete
34-
Open Browser url=https://todomvc.com/examples/angularjs/#/ browser=chrome
35-
Input Text class:new-todo Complete Robot Framework Training
36-
Press Keys class:new-todo RETURN
37-
Input Text class:new-todo Write Automated Tests
38-
Press Keys class:new-todo RETURN
39-
Input Text class:new-todo Take a nap
40-
Press Keys class:new-todo RETURN
34+
Open Browser url=https://todomvc.com/examples/angular/dist/browser/# browser=chrome
35+
Input Text css:.new-todo Complete Robot Framework Training
36+
Press Keys css:.new-todo RETURN
37+
Input Text css:.new-todo Write Automated Tests
38+
Press Keys css:.new-todo RETURN
39+
Input Text css:.new-todo Take a nap
40+
Press Keys css:.new-todo RETURN
4141
Element Text Should Be class:todo-count 3 items left
4242
Click Element xpath: //*[contains(text(), "Complete Robot Framework Training")]/../input
4343
Element Text Should Be class:todo-count 2 items left

0 commit comments

Comments
 (0)