Uses of Interface
jp.vmi.selenium.selenese.FlowControlState
-
Packages that use FlowControlState Package Description jp.vmi.selenium.selenese -
-
Uses of FlowControlState in jp.vmi.selenium.selenese
Fields in jp.vmi.selenium.selenese declared as FlowControlState Modifier and Type Field Description static FlowControlStateFlowControlState. CONTINUED_STATEState that this block is not finished yet.static FlowControlStateFlowControlState. FINISHED_STATEState that this block is finished.Methods in jp.vmi.selenium.selenese with type parameters of type FlowControlState Modifier and Type Method Description default <T extends FlowControlState>
TContext. getFlowControlState(ICommand command)Get flow control state.<T extends FlowControlState>
TRunner. getFlowControlState(ICommand command)default <T extends FlowControlState>
voidContext. setFlowControlState(ICommand command, T state)Set flow control state.<T extends FlowControlState>
voidRunner. setFlowControlState(ICommand command, T state)
-