selenium-webdriver
Advanced tools
Comparing version 4.0.0-rc-2 to 4.0.0
@@ -0,1 +1,8 @@ | ||
## v4.0.0 | ||
* Fixes cdp for Chrome and Firefox (#9909) | ||
* Add cdp 95 to python and JS | ||
* Removing unused target for cdpConnection | ||
## v4.0.0-rc-2 | ||
@@ -2,0 +9,0 @@ |
@@ -414,2 +414,9 @@ // Licensed to the Software Freedom Conservancy (SFC) under one | ||
} | ||
/** | ||
* Enables moz:debuggerAddress for firefox cdp | ||
*/ | ||
enableDebugger() { | ||
return this.set('moz:debuggerAddress', true) | ||
} | ||
} | ||
@@ -416,0 +423,0 @@ |
{ | ||
"name": "selenium-webdriver", | ||
"version": "4.0.0-rc-2", | ||
"version": "4.0.0", | ||
"description": "The official WebDriver JavaScript bindings from the Selenium project", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
685862
14773
0