Debugging login
This commit is contained in:
parent
6cc5f524e8
commit
7705c71587
|
@ -93,6 +93,7 @@ public class BasicTest {
|
|||
System.out.println("Version info found: " + versionInfo);
|
||||
System.out.println("User info found: " + userInfo);
|
||||
|
||||
driver.switchTo().frame(2); // switch to lower part containing left and right
|
||||
String frameRechtsName = "rechts";
|
||||
driver.switchTo().frame(frameRechtsName);
|
||||
body = driver.getPageSource();
|
||||
|
|
Loading…
Reference in New Issue