Allow Scripts #4324
Rand0mRange
started this conversation in
General
Allow Scripts
#4324
Replies: 1 comment 2 replies
-
In future please use Discussions to ask support related questions.
How are you executing the script exactly? Are you executing specifically against the frame or are you trying to access the frame via javascript? Please provide a code example. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all.
How to allow script execution in iframes?
The site creates multiple Iframes, I use EvaluateScriptAsync to inject the script, but the site on child Iframes forbids executing the injected script. Is it possible to enable a flag of some kind in the browser (--allow-scripts ), or is there another solution? This is the error coming from the site.
Blocked script execution in 'about:blank' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
Beta Was this translation helpful? Give feedback.
All reactions