<input type="text" autocomplete="off" autocapitalize="none" data-test="check-email-availability-email-input" formcontrolname="alias" class="pos-form-element pos-text-input email-alias-input__alias-input ng-pristine ng-invalid ng-touched">
The above is the html element for an input box (https://signup.mail.com/#.7518-header-signup1-1). How can I input text inside the box? What would the code look like? I'm new to automation using Selenium, so seeing the code for this would be very helpful. driver.find_element() is the only way that works programmatically. find_element_by_xpath, etc. doesn't work, and I'm assuming that's due to the methods being outdated.