Does anyone how to switch to a new window in selenium-webdriver?
I am hitting link in Facebook that launches a new window. I tried:
browser.switch_to.window
But that resulted in this error:
ERROR: Wrong number of Arguments 0 for 1
What should I pass to the method?