- All Implemented Interfaces:
com.codeborne.selenide.Command<Object>
@ParametersAreNonnullByDefault
public class HideKeyboard
extends Object
implements com.codeborne.selenide.Command<Object>
-
Field Summary
Fields inherited from interface com.codeborne.selenide.Command
NO_ARGS
-
Constructor Summary
Constructors
-
Method Summary
execute(com.codeborne.selenide.SelenideElement proxy,
com.codeborne.selenide.impl.WebElementSource locator,
Object[] args)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HideKeyboard
public HideKeyboard()
-
Method Details
-
execute
@Nullable
public Object execute(com.codeborne.selenide.SelenideElement proxy,
com.codeborne.selenide.impl.WebElementSource locator,
@Nullable
Object[] args)
- Specified by:
execute in interface com.codeborne.selenide.Command<Object>