SDK ReferenceFormsFunctionsexecute_jsOn this pageexecute_jsExecute JavaScript code in the browserSignaturedef execute_js( code: str, context: dict = None)ParametersNameDescriptionTypeDefaultcode (required)JavaScript code to executestrNonecontextContext to pass to the JavaScript code. Defaults to {}. Any: Result of the JavaScript codedictNone