How do you click input in Selenium?
- Filling in Input Boxes with Values
- Using the id locator, locate the “Email Address” Text box.
- Using the name locator, locate the “Password” field.
- Using the Selenium sendkeys method, type text into the “Email Address” field.
- Using the sendKeys() method, enter a password in the “Password” field.