kaliiiiiiiiii/Selenium-Driverless

Bug: minimize_window function maximizes the window instead of minimizing it

supritobiswas opened this issue · 1 comments

async def minimize_window(self) -> None:

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!

#234 duplicate