Styrow.dev
Question 84 of 99

How to execute java script in selnium with python?

Question

How to execute java script in selnium with python?

Answer

driver.execute_script(script) above method will execute the java script.