We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4879afe commit 20a2e1dCopy full SHA for 20a2e1d
py/conftest.py
@@ -313,10 +313,10 @@ def wait_for_server(url, timeout):
313
"is using port {}, continuing...".format(_port)
314
)
315
except Exception:
316
+ remote_env = os.environ.copy()
317
if platform.system() == "Linux":
318
# There are issues with window size/position when running Firefox
319
# under Wayland, so we use XWayland instead.
- remote_env = os.environ.copy()
320
remote_env["MOZ_ENABLE_WAYLAND"] = "0"
321
print("Starting the Selenium server")
322
process = subprocess.Popen(
0 commit comments