We have a selenium IDE script we're converting to python webdriver. The following command did not convert:
[openWindow | http://mywebsite.com/index.php | window1]]
I've searched for the equivalent webdriver command for openWindow, but I haven't found anything. Can someone tell me what the best way is to deal with this command in webdriver?