Class ImeIsActivated
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.WebDriverHandler<java.lang.Boolean>
-
- org.openqa.selenium.remote.server.handler.ImeIsActivated
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Boolean>
,RestishHandler<java.lang.Boolean>
public class ImeIsActivated extends WebDriverHandler<java.lang.Boolean>
-
-
Constructor Summary
Constructors Constructor Description ImeIsActivated(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
call()
-
Methods inherited from class org.openqa.selenium.remote.server.handler.WebDriverHandler
getDriver, getKnownElements, getScreenshot, getSession, getSessionId, getUnwrappedDriver, handle, newBySelector
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.remote.server.rest.RestishHandler
setJsonParameters
-
-
-
-
Constructor Detail
-
ImeIsActivated
public ImeIsActivated(Session session)
-
-