D
D
Denis99992017-06-27 06:58:53
Python
Denis9999, 2017-06-27 06:58:53

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')

For that, now this does not work, even though it used to work with the latest version of the firefox browser:
driver.get("http://localhost/site.com") #не переходит на сайт на localhost

In addition, another problem of the same type appeared. Where can I find quality information about the compatibility of selenium versions with different browsers?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
A_Lincoln, 2017-06-27
@A_Lincoln

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')

Could be opened like thisdriver.execute_script("window.open('https://');")
What version of Mozilla?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question