M
M
marina_gir2019-10-08 13:54:27
Python
marina_gir, 2019-10-08 13:54:27

Why don't F5,F12 keys work in Chrome Selenium?

Why does nothing happen in the browser when simulating pressing the F5,F12 keys? Doesn't throw any errors. Other keys work without problems.
This is how it works

mail = driver.find_element_by_id('email').send_keys('+ххх ххх ххх', Keys.ENTER)

So no
mail = driver.find_element_by_id('email').send_keys('+ххх ххх ххх', Keys.F5)

Tried it, same thing
ActionChains(driver).send_keys(Keys.F5).perform()

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question