Skip to content

Commit

Permalink
Merge pull request #49 from kainliu/master
Browse files Browse the repository at this point in the history
Add LoadMediaContent for README
  • Loading branch information
Mathias Köhnke authored Dec 18, 2016
2 parents a69008a + ecf1572 commit 083818c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,13 @@ An operation is cancelled if the time it needs to complete exceeds the time spec
browser.timeoutInSeconds = 15.0
```

### LoadMediaContent

This value is 'true' by default. If set 'false', the loading progress will finish once the 'raw' HTML data has been transmitted. Media content such as videos or images won't be loaded.

```ruby
browser.loadMediaContent = false
```

## HTML Elements

Expand Down

0 comments on commit 083818c

Please sign in to comment.