Debugging login
This commit is contained in:
parent
b107c4122e
commit
dd416b5e0a
|
@ -71,7 +71,7 @@ public class BasicTest {
|
|||
WebElement loginButton = wait.until(ExpectedConditions.elementToBeClickable(By.name("doLogin")));
|
||||
// WebElement loginButton = wait.until(ExpectedConditions.visibilityOf(driver.findElement(By.name("doLogin"))));
|
||||
|
||||
String scaleInfo = driver.findElement(By.xpath("/table[@class='loginall']/tbody/tr/td[0]/div")).getText();
|
||||
String scaleInfo = driver.findElement(By.xpath("/table[@class='loginall']/tbody/tr/td/div")).getText();
|
||||
System.out.println("Scale: " + scaleInfo);
|
||||
|
||||
driver.findElement(By.name("login")).sendKeys("system");
|
||||
|
|
Loading…
Reference in New Issue