Answer the question
In order to leave comments, you need to log in
Working bundle of Selenium Webdriver + Browser?
Prior to installing an older version of firefox, this code didn't work:
driver.find_element_by_tag_name('body').send_keys(Keys.LEFT_CONTROL + 't')
driver.get("http://localhost/site.com") #не переходит на сайт на localhost
Answer the question
In order to leave comments, you need to log in
All in all, they are interesting. Selenium adapts to Firefox updates and constantly crashes
Before installing firefox older version this code didn't work:
driver.find_element_by_tag_name('body').send_keys(Keys.LEFT_CONTROL + 't')
driver.execute_script("window.open('https://');")
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question