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

Commit 181522c

Browse files
committed
Merge pull request #11 from jonsterling/ready/10/update-docs
Update documentation from #10
2 parents b63dd87 + d582cbc commit 181522c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Selenium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ getTitle :: forall e. Driver -> Aff (selenium :: SELENIUM | e) String
145145
#### `executeStr`
146146

147147
``` purescript
148-
executeStr :: forall e. Driver -> String -> Aff (selenium :: SELENIUM | e) Unit
148+
executeStr :: forall e. Driver -> String -> Aff (selenium :: SELENIUM | e) Foreign
149149
```
150150

151151
Executes javascript script from `String` argument.

0 commit comments

Comments
 (0)