Skip to content

Commit

Permalink
Update chrome.Options to handle all documented chromedriver options.
Browse files Browse the repository at this point in the history
This includes features like mobile device emulation (on desktop), enabling
performance logging, and working with Chrome on Android.

Fixes issue 8496
  • Loading branch information
jleyba committed Feb 27, 2015
1 parent 904b05b commit 140fbdd
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 50 deletions.
6 changes: 6 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.45.1-dev

* FIXED: 8496: Extended the `chrome.Options` API to cover all configuration
options (e.g. mobile emulation and performance logging) documented on the
ChromeDriver [project site](https://sites.google.com/a/chromium.org/chromedriver/capabilities).

## v2.45.0

### Important Policy Change
Expand Down
Loading

0 comments on commit 140fbdd

Please sign in to comment.