Clear text field, form field or text-area selenium python
Use the .clear() method
See example below
search_bar = driver.find_element_by_tag("search")
search_bar.clear()

SNAPPED!

SNAPPED!
Use the .clear() method
See example below
search_bar = driver.find_element_by_tag("search")
search_bar.clear()
SEND TO YOURSELF, SAVE FOR LATER, OR SHARE WITH YOUR TEAM!
SNAPPED!
SEND TO YOURSELF, SAVE FOR LATER, OR SHARE WITH YOUR TEAM!
SNAPPED!
Comments
Post a Comment