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 ae2caf2 commit 94d242bCopy full SHA for 94d242b
py/conftest.py
@@ -154,6 +154,9 @@ def fin():
154
if driver_instance is None:
155
if driver_class == "Firefox":
156
options = get_options(driver_class, request.config)
157
+ # There are issues with window size/position when running Firefox
158
+ # under Wayland, so we use XWayland instead.
159
+ os.environ['MOZ_ENABLE_WAYLAND'] = '0'
160
if driver_class == "Chrome":
161
162
if driver_class == "Edge":
0 commit comments