$.unwait(group, continue)
Description:
Stop ongoing .wait()s in the named thread group.
- group –
string, optional - a name of the thread group whose waiting invocation chains should be left.
- Defaults to the empty string
''. - continue –
boolean, optional - whether to continue the interrupted chain for the selected elements or not
- Defaults to
false.
Usage pattern
// $.wait(timeout)…
$.unwait();