java.lang.Object
net.serenitybdd.screenplay.actions.type.Type

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

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

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

    Methods inherited from class java.lang.Object

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

    • Type

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

    • theValue

      public static Type theValue​(java.lang.CharSequence... text)
    • into

      public TypeValue into​(java.lang.String cssOrXpathForElement)
    • into

      public TypeValue into​(Target target)
    • into

      public TypeValue into​(WebElementFacade element)
    • into

      public TypeValue into​(org.openqa.selenium.By... locators)