Skip to content

Commit

Permalink
- Add enter key press trick to the Selenium tests readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nairdo committed Jun 1, 2015
1 parent 29a0d19 commit 7e46633
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rock.Tests/SeleniumTestSuites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@ are less fragile than the ones than the Selenium IDE chooses.
* Selecting a complex `<select>` via CSS that has an unpredictable middle section of the id:

`css=select[id^='ctl00_main_ctl33_ctl01_ctl06_fg'][id$='_BackgroundCheckDate_dtPicker']`

* If you need to send an Enter key press use:

`${KEY_ENTER}`

0 comments on commit 7e46633

Please sign in to comment.