I\'ve got some tests where I\'m checking that the proper error message appears when text in certain fields are invalid. One check for validity is that a certain textarea el
It is general syntax
driver.find_element_by_id('Locator value').clear(); driver.find_element_by_name('Locator value').clear();