Type on the element
Lets.type(By locator, String value);
private By txtUsername = By.xpath("//input[@name='username']");
Lets.type(txtUsername, "admin123");Last updated
Lets.type(By locator, String value);
private By txtUsername = By.xpath("//input[@name='username']");
Lets.type(txtUsername, "admin123");Last updated