Skip to content

Commit 140fbdd

Browse files
committed
Update chrome.Options to handle all documented chromedriver options.
This includes features like mobile device emulation (on desktop), enabling performance logging, and working with Chrome on Android. Fixes issue 8496
1 parent 904b05b commit 140fbdd

File tree

6 files changed

+364
-50
lines changed

6 files changed

+364
-50
lines changed

javascript/node/selenium-webdriver/CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.45.1-dev
2+
3+
* FIXED: 8496: Extended the `chrome.Options` API to cover all configuration
4+
options (e.g. mobile emulation and performance logging) documented on the
5+
ChromeDriver [project site](https://sites.google.com/a/chromium.org/chromedriver/capabilities).
6+
17
## v2.45.0
28

39
### Important Policy Change

0 commit comments

Comments
 (0)