Package net.serenitybdd.core.pages
Class PageObject.FieldEntry
java.lang.Object
net.serenitybdd.core.pages.PageObject.FieldEntry
- Enclosing class:
- PageObject
public class PageObject.FieldEntry
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FieldEntry(java.lang.CharSequence... keysToSend) -
Method Summary
Modifier and Type Method Description voidinto(java.lang.String selector)voidinto(WebElementFacade field)voidinto(org.openqa.selenium.By bySelector)voidinto(org.openqa.selenium.WebElement field)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FieldEntry
public FieldEntry(java.lang.CharSequence... keysToSend)
-
-
Method Details
-
into
public void into(org.openqa.selenium.WebElement field) -
into
-
into
public void into(org.openqa.selenium.By bySelector) -
into
public void into(java.lang.String selector)
-