硒2.31.0
driver = webdriver.Firefox()# Resize the window to the screen width/heightdriver.set_window_size(300, 500)# Move the window to position x/ydriver.set_window_position(200, 200)

硒2.31.0
driver = webdriver.Firefox()# Resize the window to the screen width/heightdriver.set_window_size(300, 500)# Move the window to position x/ydriver.set_window_position(200, 200)