setup-selenium-testing 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- setup_selenium/setup_selenium.py +2 -2
- {setup_selenium_testing-1.0.0.dist-info → setup_selenium_testing-1.0.1.dist-info}/METADATA +12 -1
- setup_selenium_testing-1.0.1.dist-info/RECORD +7 -0
- setup_selenium_testing-1.0.0.dist-info/RECORD +0 -7
- {setup_selenium_testing-1.0.0.dist-info → setup_selenium_testing-1.0.1.dist-info}/LICENSE +0 -0
- {setup_selenium_testing-1.0.0.dist-info → setup_selenium_testing-1.0.1.dist-info}/WHEEL +0 -0
setup_selenium/setup_selenium.py
CHANGED
@@ -325,7 +325,7 @@ class SetupSelenium:
|
|
325
325
|
"--force-color-profile=srgb",
|
326
326
|
"--metrics-recording-only",
|
327
327
|
"--mute-audio",
|
328
|
-
"--remote-debugging-pipe",
|
328
|
+
# "--remote-debugging-pipe",
|
329
329
|
# fixes MUI fade issue
|
330
330
|
"--disable-renderer-backgrounding",
|
331
331
|
# fixes actionchains in headless
|
@@ -482,7 +482,7 @@ class SetupSelenium:
|
|
482
482
|
"--force-color-profile=srgb",
|
483
483
|
"--metrics-recording-only",
|
484
484
|
"--mute-audio",
|
485
|
-
"--remote-debugging-pipe",
|
485
|
+
# "--remote-debugging-pipe",
|
486
486
|
# fixes MUI fade issue
|
487
487
|
"--disable-renderer-backgrounding",
|
488
488
|
# fixes actionchains in headless
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: setup-selenium-testing
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: Setup Selenium for automation testing
|
5
5
|
License: MIT
|
6
6
|
Author: Marcel Wilson
|
@@ -142,3 +142,14 @@ and use that.
|
|
142
142
|
Passing a valid `binary_path` will not trigger any download of the browser.
|
143
143
|
Passing a valid `driver_path` will not trigger any download of the webdriver.
|
144
144
|
|
145
|
+
|
146
|
+
CHANGELOG
|
147
|
+
---------
|
148
|
+
### version 1.0.1
|
149
|
+
|
150
|
+
- removed `--remote-debugging-pipe` from default chrome options (causes older chrome to crash)
|
151
|
+
|
152
|
+
### version 1.0.0
|
153
|
+
|
154
|
+
- official release
|
155
|
+
|
@@ -0,0 +1,7 @@
|
|
1
|
+
setup_selenium/__init__.py,sha256=-w9Vvo72ZLaEyIEfc_Nh0bDDJz9W0pOy4rkRXurIJHI,63
|
2
|
+
setup_selenium/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
setup_selenium/setup_selenium.py,sha256=5l07nI2ff2NxRToUbWMW4n66UujMEnMIsmmqulDirjA,21838
|
4
|
+
setup_selenium_testing-1.0.1.dist-info/LICENSE,sha256=KGdE-1D1chm3UNFtfE8x-EpVxhmv2zFx8oltbO8M1qE,1070
|
5
|
+
setup_selenium_testing-1.0.1.dist-info/METADATA,sha256=tQltLEyzmtpXKM9XPUR5ozcnqdTOnzx3rtwK7YNjwSM,6022
|
6
|
+
setup_selenium_testing-1.0.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
7
|
+
setup_selenium_testing-1.0.1.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
setup_selenium/__init__.py,sha256=-w9Vvo72ZLaEyIEfc_Nh0bDDJz9W0pOy4rkRXurIJHI,63
|
2
|
-
setup_selenium/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
setup_selenium/setup_selenium.py,sha256=6IijZ0maMo7t3_W1vUyn0l2SnEi8vsZoVZRUeQmu5kA,21834
|
4
|
-
setup_selenium_testing-1.0.0.dist-info/LICENSE,sha256=KGdE-1D1chm3UNFtfE8x-EpVxhmv2zFx8oltbO8M1qE,1070
|
5
|
-
setup_selenium_testing-1.0.0.dist-info/METADATA,sha256=N0t4a2Zf4wGPcc6lVTtdpFDlSDQ2QsgCUF1lhsP6Kjs,5847
|
6
|
-
setup_selenium_testing-1.0.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
7
|
-
setup_selenium_testing-1.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|