public abstract class EnterValue extends Object implements Performable
| Modifier and Type | Field and Description |
|---|---|
protected List<org.openqa.selenium.Keys> |
followedByKeys |
protected CharSequence[] |
theText |
protected String |
theTextAsAString |
| Constructor and Description |
|---|
EnterValue(CharSequence... theText) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.Keys[] |
getFollowedByKeys() |
protected Optional<CharSequence[]> |
textValue() |
EnterValue |
thenHit(org.openqa.selenium.Keys... keys) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperformAs, thenprotected final CharSequence[] theText
protected final List<org.openqa.selenium.Keys> followedByKeys
protected String theTextAsAString
public EnterValue(CharSequence... theText)
public EnterValue thenHit(org.openqa.selenium.Keys... keys)
public org.openqa.selenium.Keys[] getFollowedByKeys()
protected Optional<CharSequence[]> textValue()
Copyright © 2022. All rights reserved.