Debug ....
This commit is contained in:
parent
31b64737c2
commit
081e800d44
|
@ -39,6 +39,8 @@ public class StartInstaller {
|
|||
String getTitle = driver.getTitle();
|
||||
System.out.println("Page title: " + getTitle);
|
||||
|
||||
FredlTestHelper.printPageSource();
|
||||
|
||||
if (FredlTestHelper.elementExistsByXpath("//table[@class='loginall']")) {
|
||||
// Login page shown, thus we do not need to start the installer
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue