vanderblij

Results 1 comments of vanderblij

it seems to open two windows after `driver.get(url)`. This is breaking the code for some websites. What worked for me is closing the second window ``` handles = driver.window_handles if...