Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Mestan committed Sep 26, 2017
1 parent d2dd89a commit 001f63c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ modules:
- HighlightCeption:
module: WebDriver
timeWait: 2
cssClassName: 'hyperia-hc'
cssStyle:
background-color: yellow
color: black
Expand All @@ -48,6 +49,7 @@ modules:
- **module** - module responsible for browser interaction, default: WebDriver.
- **timeWait** - wait seconds between `see`, `seeLink`, `seeElements`, `seeInField`, `click`, `clickWithLeftButton` and `clickWithRightButton` functions
- **cssClassName** - css class name to use for css style we inject in page
- **cssStyle** - your custom css style for highlight element or text on a site

## Requirements
Expand Down

0 comments on commit 001f63c

Please sign in to comment.