Skip to content
This repository was archived by the owner on Jan 17, 2020. It is now read-only.

Update documentation from #10 #11

Merged
merged 1 commit into from
Aug 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Selenium.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ getTitle :: forall e. Driver -> Aff (selenium :: SELENIUM | e) String
#### `executeStr`

``` purescript
executeStr :: forall e. Driver -> String -> Aff (selenium :: SELENIUM | e) Unit
executeStr :: forall e. Driver -> String -> Aff (selenium :: SELENIUM | e) Foreign
```

Executes javascript script from `String` argument.
Expand Down