public interface SupportsMaxTypingFrequencyOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MAX_TYPING_FREQUENCY_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Integer> |
getMaxTypingFrequency()
Get the number of keystrokes per minute.
|
default T |
setMaxTypingFrequency(int frequency)
Maximum frequency of keystrokes for typing and clear.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String MAX_TYPING_FREQUENCY_OPTION
default T setMaxTypingFrequency(int frequency)
frequency - The number of keystrokes per minute.default java.util.Optional<java.lang.Integer> getMaxTypingFrequency()