Debug ....

This commit is contained in:
Dirk Jahnke 2019-07-26 21:54:40 +02:00
parent 31b64737c2
commit 081e800d44
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ public class StartInstaller {
String getTitle = driver.getTitle(); String getTitle = driver.getTitle();
System.out.println("Page title: " + getTitle); System.out.println("Page title: " + getTitle);
FredlTestHelper.printPageSource();
if (FredlTestHelper.elementExistsByXpath("//table[@class='loginall']")) { if (FredlTestHelper.elementExistsByXpath("//table[@class='loginall']")) {
// Login page shown, thus we do not need to start the installer // Login page shown, thus we do not need to start the installer
return; return;