We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8d075 commit c372d7aCopy full SHA for c372d7a
javascript/node/selenium-webdriver/CHANGES.md
@@ -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
8
## v2.45.1
9
10
* FIXED: 8548: Task callbacks are once again dropped if the task was cancelled
javascript/node/selenium-webdriver/package.json
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
- "version": "2.45.1",
+ "version": "2.46.0-dev",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"keywords": [
"automation",
0 commit comments