cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Workflow Browser Monitor

RPbiaggio
Helper

I am recording some script in browser monitor mode. These scripts cannot run at the same time, as they do not accept multiple sessions. The only way I saw to solve the case was to create a workflow that, at each step, runs the browser monitor on demand, via API, but to do this, after executing the trigger, I need to move to the next step only after execution of the script has been completed, that is, a script is executed after the previous one has been completed. It is possible? If so, would anyone have an example of how to do this in the workflow?

1 REPLY 1

RPbiaggio
Helper

I solved the case by creating a javascript step that runs the browser on demand and after that, it queries the API, getting the execution status until the return is "EXECUTED".

Featured Posts