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
    void into​(java.lang.String selector)  
    void into​(WebElementFacade field)  
    void into​(org.openqa.selenium.By bySelector)  
    void into​(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

      public void into​(WebElementFacade field)
    • into

      public void into​(org.openqa.selenium.By bySelector)
    • into

      public void into​(java.lang.String selector)