public class Enter extends Object
Constructor and Description |
---|
Enter(CharSequence... theText) |
Modifier and Type | Method and Description |
---|---|
EnterValue |
into(org.openqa.selenium.By... locators) |
EnterValue |
into(String cssOrXpathForElement) |
EnterValue |
into(Target target) |
EnterValue |
into(WebElementFacade element) |
static SendKeys |
keyValues(CharSequence... text) |
static Enter |
theValue(CharSequence... text) |
public Enter(CharSequence... theText)
public static Enter theValue(CharSequence... text)
public static SendKeys keyValues(CharSequence... text)
public EnterValue into(String cssOrXpathForElement)
public EnterValue into(Target target)
public EnterValue into(WebElementFacade element)
public EnterValue into(org.openqa.selenium.By... locators)
Copyright © 2022. All rights reserved.