Debugging login

This commit is contained in:
Dirk Jahnke 2019-07-25 19:23:23 +02:00
parent 6cc5f524e8
commit 7705c71587
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ public class BasicTest {
System.out.println("Version info found: " + versionInfo); System.out.println("Version info found: " + versionInfo);
System.out.println("User info found: " + userInfo); System.out.println("User info found: " + userInfo);
driver.switchTo().frame(2); // switch to lower part containing left and right
String frameRechtsName = "rechts"; String frameRechtsName = "rechts";
driver.switchTo().frame(frameRechtsName); driver.switchTo().frame(frameRechtsName);
body = driver.getPageSource(); body = driver.getPageSource();