Skip to content

execute_javascript

Execute arbitrary javascript code.

Arguments

Name Type Description
code string The Javascript code to execute.
args object Arguments for the Javascript code.

Output

Type: unknown

The return value of the executed code.