We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7716634 commit 5057e02Copy full SHA for 5057e02
javascript/node/selenium-webdriver/CHANGES.md
@@ -35,6 +35,7 @@
35
* Removing circular dependency Between webdriver.js and http.js
36
* fix some typos in code and documentation
37
* add cdp v105 remove v102
38
+* add cdp v106 remove v103
39
40
## v4.4.0
41
* Add support CDP 104 and remove CDP 101
javascript/node/selenium-webdriver/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "selenium-webdriver",
3
- "version": "4.4.0",
+ "version": "4.5.0",
4
"description": "The official WebDriver JavaScript bindings from the Selenium project",
5
"license": "Apache-2.0",
6
"keywords": [
0 commit comments