imeActivated

Indicates whether IME input is active at the moment (not if it’s available).

This command is deprecated and will be removed soon. Make sure you don’t use it in your automation/test scripts anymore to avoid errors.

Usage

1
browser.imeActivated();

Returns

  • <boolean>: true if IME input is available and currently active, false otherwise