Skip to main content

SeeTestAutomation - CloseKeyboard

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

Description

Close the soft-keypad if open on the device

Usage

Example:

**

**

info
  • In iOS, for some applications the keyboard won't be completely closed with this command,
  • To fix this, Set the property ios.keyboard.close.by.dump to true.

Code Examples

Java Example

client.closeKeyboard();

C# Example Expand source

client.CloseKeyboard();

VBScript Example Expand source

client.CloseKeyboard 
Report

Python Example Expand source

self.client.closeKeyboard()

Perl Example Expand source

$client->closeKeyboard();