Class SendKeys

java.lang.Object
net.serenitybdd.screenplay.actions.SendKeys

public class SendKeys
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    SendKeys​(java.lang.CharSequence... theText)  
  • Method Summary

    Modifier and Type Method Description
    EnterValue into​(java.lang.String cssOrXpathForElement)  
    EnterValue into​(WebElementFacade element)  
    EnterValue into​(Target target)  
    EnterValue into​(org.openqa.selenium.By... locators)  
    static SendKeys of​(java.lang.CharSequence... text)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SendKeys

      public SendKeys​(java.lang.CharSequence... theText)
  • Method Details