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
Post a Comment