Package com.vaadin.flow.component.login
Class LoginOverlayLocator
java.lang.Object
com.vaadin.browserless.locator.Locator<LoginOverlay,LoginOverlayLocator>
com.vaadin.flow.component.login.LoginOverlayLocator
- All Implemented Interfaces:
Clickable<LoginOverlay>
@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor")
public class LoginOverlayLocator
extends Locator<LoginOverlay,LoginOverlayLocator>
implements Clickable<LoginOverlay>
Generated locator for
LoginOverlay, derived from
LoginOverlayTester. Filter steps are inherited from
Locator; action methods delegate to a fresh tester
around the resolved component, so behavioral changes belong on the
tester, not here.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnsures the component is in a usable state before interaction.voidSimulate click on forgot password button.Gets the component being tested.booleanisOpen()Check if login overlay is open.voidSend login credentials through the login.voidOpen LoginOverlay to enable logging in through it.Methods inherited from class com.vaadin.browserless.locator.Locator
atIndex, component, components, exists, inside, inside, invalidate, self, with, withAttribute, withAttribute, withClassName, withCondition, withId, withoutAttribute, withoutAttribute, withoutClassName, withTestIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.browserless.Clickable
click, click, click, middleClick, middleClick, rightClick, rightClick
-
Constructor Details
-
LoginOverlayLocator
public LoginOverlayLocator() -
LoginOverlayLocator
-
-
Method Details
-
getComponent
Description copied from interface:ClickableGets the component being tested.- Specified by:
getComponentin interfaceClickable<LoginOverlay>- Returns:
- the component under test
-
ensureComponentIsUsable
public void ensureComponentIsUsable()Description copied from interface:ClickableEnsures the component is in a usable state before interaction.- Specified by:
ensureComponentIsUsablein interfaceClickable<LoginOverlay>
-
openOverlay
public void openOverlay()Open LoginOverlay to enable logging in through it. Javadoc copied fromLoginOverlayTester.openOverlay(). -
isOpen
public boolean isOpen()Check if login overlay is open. Javadoc copied fromLoginOverlayTester.isOpen().- Returns:
trueif overlay is open and visible
-
login
Send login credentials through the login. Javadoc copied fromAbstractLoginTester.login(java.lang.String,java.lang.String).- Parameters:
userName- user to loginpassword- password for user
-
forgotPassword
public void forgotPassword()Simulate click on forgot password button. Javadoc copied fromAbstractLoginTester.forgotPassword().- Throws:
IllegalStateException- when forgot password button is hidden
-