Skip to content

Commit

Permalink
Merge pull request #284 from Navmed/master
Browse files Browse the repository at this point in the history
Added examples to use other keys with "press" in documentation
  • Loading branch information
lefthandedgoat authored Aug 9, 2016
2 parents 9c66bb7 + 1ecc816 commit 1786226
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/content/actions.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ clear "#firstName"
(**
press
-----
Simulate a key press.
Simulate a key press. Other keys can be sent by first importing OpenQA.Selenium and using the keys defined there.
*)
press tab
press enter
Expand All @@ -399,6 +399,10 @@ press left
press right
press esc

open OpenQA.Selenium
press Keys.Backspace


(**
alert
-----
Expand Down

0 comments on commit 1786226

Please sign in to comment.