You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And next step is
loginSuccessPage.validateLoginSuccess()
Control is not coming to loginSuccessPage but its opening in browser.
Am I missing something do I need to intialize loginSuccessPage but I have already declared it at top.
I am testing four different sites and each site has some random generated URL getting in some API response.
Is it possible to do something like ThucydidesSystemProperty.WEBDRIVER_BASE_URL= myUrl
or created a method like
public void openLoginPage(String url){
ThucydidesSystemProperty.WEBDRIVER_BASE_URL = url;
loginPage.open(fullUrl);
}
The text was updated successfully, but these errors were encountered: