kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
412 stars 52 forks source link

Bug: minimize_window function maximizes the window instead of minimizing it #240

Closed supritobiswas closed 4 weeks ago

supritobiswas commented 4 weeks ago

https://github.com/kaliiiiiiiiii/Selenium-Driverless/blob/348b95dbb0025d1343fc3c6ade3540129269ae37/src/selenium_driverless/webdriver.py#L978

Expected Behavior: The function should minimize the browser window. Actual Behavior: The function maximizes the browser window.

Found the workaround, set_window_state('minimized'), but the bug fix would be nice!

kaliiiiiiiiii commented 4 weeks ago

234 duplicate