Package pages
Class LoginPage
java.lang.Object
core.BasePage
pages.LoginPage
-
Field Summary
Fields inherited from class core.BasePage
DEFAULT_TIMEOUT, driver, SPECIAL_TIMEOUT, uri
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
void
void
typeLoginPasswordAndEnter
(String login, String password) Methods inherited from class core.BasePage
clickAndSelectValue, clickOnButton, doubleClick, editField, editNumberField, findElement, findElements, getBy, getElementsTexts, getErrorText, getProgressBar, getTexts, getTitleFromElement, hardClearField, isDialogOpened, isPresent, pageLoadSuccessfully, refreshPage, selectAddress, selectRadiobutton, sleep, thereIsNoError, timeToPresent, typeAndSelectValue, waitForAttributeContains, waitForAttributeContains, waitForElementToBeClickable, waitForElementToBeClickable, waitForElementToBeClickable, waitForElementToBeClickable, waitForInvisibilityOfElementLocated, waitForInvisibilityOfElementLocated, waitForNumberOfElementsToBe, waitForNumberOfElementsToBe, waitForPageToLoad, waitForPresenceOfAllElementsLocatedBy, waitForPresenceOfAllElementsLocatedBy, waitForStalenessOf, waitForStalenessOf, waitForTextToBePresentInElement, waitForTextToBePresentInElement, waitForTextToBePresentInElementLocated, waitForTextToBePresentInElementLocated, waitForVisibilityOf, waitForVisibilityOf, waitForVisibilityOfElementLocated, waitForVisibilityOfElementLocated, waitForVisibilityOfElementLocated, waitGridProgressBarNotVisible
-
Constructor Details
-
LoginPage
public LoginPage(org.openqa.selenium.WebDriver browser)
-
-
Method Details
-
typeLoginPasswordAndEnter
-
hasNoDeploymentError
public boolean hasNoDeploymentError() -
getLoginErrorText
-
isLoginErrorVisible
public boolean isLoginErrorVisible() -
isHeaderVisible
public boolean isHeaderVisible() -
resetPasswordLinkClick
public void resetPasswordLinkClick() -
registrationLinkClick
public void registrationLinkClick()
-