Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Selenium white space triggering travis warning (#4266)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkins authored and moollaza committed Jun 9, 2017
1 parent 4ca6eb0 commit 5213080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/goodie/cheat_sheets/json/selenium.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"key": "alert = driver.switch_to_alert()",
"val": "This will return the currently open alert object. With this object you can now accept, dismiss, read its contents or even type into a prompt"
}, {
"key": "driver.get('http://www.example.com') \n\ndriver.forward() \n driver.back() ",
"key": "driver.get('http://www.example.com') \n\ndriver.forward() \n driver.back()",
"val": "To move backwards and forwards in your browser’s history"
}],
"Waits": [{
Expand Down

0 comments on commit 5213080

Please sign in to comment.