Answer the question
In order to leave comments, you need to log in
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)
mail = driver.find_element_by_id('email').send_keys('+ххх ххх ххх', Keys.F5)
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 questionAsk a Question
731 491 924 answers to any question