Uses of Interface
jp.vmi.selenium.selenese.InteractiveModeHandler
| Package | Description |
|---|---|
| jp.vmi.selenium.selenese |
-
Uses of InteractiveModeHandler in jp.vmi.selenium.selenese
Classes in jp.vmi.selenium.selenese that implement InteractiveModeHandler Modifier and Type Class Description classSimpleInteractiveModeHandlerSimple interactive mode handler.Fields in jp.vmi.selenium.selenese declared as InteractiveModeHandler Modifier and Type Field Description static InteractiveModeHandlerInteractiveModeHandler. ALWAYS_NON_INTERACTIVEInstance of always non interactive.Methods in jp.vmi.selenium.selenese that return InteractiveModeHandler Modifier and Type Method Description default InteractiveModeHandlerContext. getInteractiveModeHandler()Get interactive mode handler.InteractiveModeHandlerRunner. getInteractiveModeHandler()Methods in jp.vmi.selenium.selenese with parameters of type InteractiveModeHandler Modifier and Type Method Description voidRunner. setInteractiveMode(InteractiveModeHandler interactiveModeHandler)Set interactive mode handler.