handle
Attempts to converse, selecting the specified options. This will handle click continue interfaces and selecting the specified options, until there is an unknown option or the chat is over. This selects options by finding if an available option equals any specified option first, then checks if any option contains any of the specified options. Options are prioritized based on the order specified.
Return
true if the chat window is no longer open after conversing, false otherwise
Parameters
the options to select
Attempts to converse, selecting the specified options. This will handle click continue interfaces and selecting the specified options, until there is an unknown option or the chat is over. This selects options by finding if an available option equals any specified option first, then checks if any option contains any of the specified options. Options are prioritized based on the order specified.
Return
true if the chat window is no longer open after conversing or the stop condition is true, false otherwise
Parameters
the stop condition that should cut terminate the chat handling
the options to select