Could not resolve method name
This commit is contained in:
parent
d4296d1add
commit
aff376e5fc
|
@ -53,7 +53,7 @@ public class BasicTest {
|
|||
wait.until(ExpectedConditions.titleIs(expectedTitle));
|
||||
//driver.switchTo().frame("oben");
|
||||
String frameObenName = "oben";
|
||||
WebElement obenFrame = wait.until(ExpectedConditions.frameToBeAvailableAndSwitchToIt(frameObenName));
|
||||
wait.until(ExpectedConditions.frameToBeAvailableAndSwitchToIt(frameObenName));
|
||||
|
||||
String versionInfo = driver.findElement(By.xpath("/table/tr/td/b")).getText();
|
||||
String userInfo = driver.findElement(By.xpath("/table/tr/td[3]")).getText();
|
||||
|
|
Loading…
Reference in New Issue