Type into field or text box selenium python

Use the .send_keys() method:


.send_keys("Hello!")

Example:

driver.find_element_by_class_name("input-field").send_keys("Hello!")

SNAPPED!

SNAPPED!

Comments

Popular posts from this blog

Append to a json file python

Setup Mailhog mail server on Ubuntu