Skip to content

Commit c6f70b7

Browse files
committed
Add lock files for repairing ChromeDriver in multi-process mode
1 parent 68a7e27 commit c6f70b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ class Dashboard:
4848
DASH_PIE_PNG_3 = encoded_images.DASH_PIE_PNG_3 # Faster than CDN
4949

5050

51+
class MultiBrowser:
52+
CHROMEDRIVER_FIXING_LOCK = Files.DOWNLOADS_FOLDER + "/driver_fixing.lock"
53+
CHROMEDRIVER_REPAIRED = Files.DOWNLOADS_FOLDER + "/driver_fixed.lock"
54+
55+
5156
class SavedCookies:
5257
STORAGE_FOLDER = "saved_cookies"
5358

0 commit comments

Comments
 (0)