Execute Javascript

CommandsDescriptionsArguments
execute_scriptExecutes a snippet of JavaScript in the context of the currently selected frame or window. The script fragment will be executed as the body of an anonymous function. To store the return value, use the ‘return’ keyword and provide a variable name in the value input field.script: The JavaScript snippet to run.variable name: The name of a variable without brackets.