Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/javascript-execution-context.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
src/workflowEngine/index.js---
title: JavaScript Execution Context
---

Expand All @@ -24,4 +24,4 @@ If you see the `Refused to execute inline script because it violates the followi

The workflow executes your JS code inside a sandbox. If your code doesn't do anything related to DOM, select this environment as the execution context. And it doesn't require an active tab to work.

And if you want to do debugging, for example using the `console.log` method. You can find the output by opening the Chrome Devtools on the Automa dashboard.
And if you want to do debugging, for example using the `console.log` method. You can find the output by opening the Chrome Devtools on the Automa dashboard.