[🐛 Bug]: [py] Unable to set window position in Firefox #15584
Labels
A-needs-triaging
A Selenium member will evaluate this soon!
C-py
Python Bindings
D-firefox
I-defect
Something is not working as intended
OS-linux
Description
When you call
driver.set_window_position(x, y)
using Firefox, the window position is not set. I am pretty sure this is a geckodriver issue, and I already reported it:mozilla/geckodriver#2224
I am just reporting it here to track the issue on the Selenium side and will close this once fixed.
The following test is failing in Selenium's Python/Firefox CI job because of this:
Reproducible Code
from selenium import webdriver driver = webdriver.Firefox() driver.set_window_position(50, 50)
Debugging Logs
The text was updated successfully, but these errors were encountered: