WebElement input_username = driver.findElement(By.xpath("//input[@name='username']")); WebElement input_password = driver.findElement(By.xpath("//input[@placeholder ...
WebElement input_username = driver.findElement(By.xpath("//input[@name='username']")); WebElement input_password = driver.findElement(By.xpath("//input[@placeholder ...