Skip to content

Commit c372d7a

Browse files
committed
js: Update changelog for bug fix from revision
5fa53a4
1 parent ec8d075 commit c372d7a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: javascript/node/selenium-webdriver/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.46.0-dev
2+
3+
* FIXED: 8564: `firefox.Driver#quit()` will wait for the Firefox process to
4+
terminate before deleting the temporary webdriver profile. This eliminates a
5+
race condition where Firefox would write profile data during shutdown,
6+
causing the `rm -rf` operation on the profile directory to fail.
7+
18
## v2.45.1
29

310
* FIXED: 8548: Task callbacks are once again dropped if the task was cancelled

Diff for: javascript/node/selenium-webdriver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "2.45.1",
3+
"version": "2.46.0-dev",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"keywords": [
66
"automation",

0 commit comments

Comments
 (0)