Skip to main content

CloseKeyboard

Description

Use this command to close the soft keypad if open on the device.

Usage

info

Replace <server> with the appropriate URL.

Example

Close Keyboard

DesiredCapabilities dc = new DesiredCapabilities();
driver = new AndroidDriver(new URL("<server>"), dc);
seetest = new SeeTestClient(driver);
dc.setCapability(MobileCapabilityType.UDID, "<deviceid>");

...
...
// this command reset set location.
seetest.closeKeyboard();