File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## v2.45.1
2
9
3
10
* FIXED: 8548: Task callbacks are once again dropped if the task was cancelled
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " selenium-webdriver" ,
3
- "version" : " 2.45.1 " ,
3
+ "version" : " 2.46.0-dev " ,
4
4
"description" : " The official WebDriver JavaScript bindings from the Selenium project" ,
5
5
"keywords" : [
6
6
" automation" ,
You can’t perform that action at this time.
0 commit comments