Skip to content
CheshireCaat edited this page Feb 7, 2020 · 10 revisions

You can send custom messages to the your script using BasRemoteClient. It's very useful if you want to perform actions like:

  • Retrieve results/logs.
  • Set/get global variables.
  • Show/hide browsers. and other different actions.

If you want to send message and perform any action on result of this message, you can use SendAsync() method. It contains also many overrides with different arguments, so you can create any logic as you want. Take a look at example.

Clone this wiki locally