imeActivated

Indicates whether IME input is active at the moment (not if it’s available. (Not part of the official Webdriver specification)

Usage

1
browser.imeActivated();

Returns

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