Click on the element
Lets.click(By locator);
private By btnLogin = By.xpath("//button[@type='submit']");
Lets.click(btnLogin);Last updated
Lets.click(By locator);
private By btnLogin = By.xpath("//button[@type='submit']");
Lets.click(btnLogin);Last updated