这是indexloc提供的服务,不要输入任何密码
Skip to content

[WebDriver BiDi] enable and disable scripting via BiDi #11441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sadym-chromium
Copy link
Contributor

@sadym-chromium sadym-chromium commented Jul 8, 2025

  • Enable scripting disabled emulation via WebDriver BiDi. Required for WebDriver BiDi command emulation.setScriptingEnabled.
  • Allow bypassDisabledScripting to force-run scripts. Required for some automation scenarios like WebDriver BiDi command script.evaluate.
  • At least two implementers are interested (and none opposed):
    • Chromium
    • Mozilla
  • Tests are written and can be reviewed and commented upon at:
  • Implementation bugs are filed:
    • Chromium: …
    • Gecko: …
    • WebKit: …
    • Deno (only for timers, structured clone, base64 utils, channel messaging, module resolution, web workers, and web storage): …
    • Node.js (only for timers, structured clone, base64 utils, channel messaging, and module resolution): …
  • Corresponding HTML AAM & ARIA in HTML issues & PRs:
  • MDN issue is filed: …
  • The top of this comment includes a clear commit message to use.

(See WHATWG Working Mode: Changes for more details.)


/infrastructure.html ( diff )
/webappapis.html ( diff )

@sadym-chromium sadym-chromium force-pushed the sadym/emulation.setDisableScriptingOverride branch from 61b293b to dbd6338 Compare July 23, 2025 08:23
@sadym-chromium sadym-chromium changed the title [DRAFT][WebDriver BiDi] add a way to force run script when "scripting is disabled" [DRAFT][WebDriver BiDi] enable / disable scripting via BiDi Jul 23, 2025
@sadym-chromium sadym-chromium changed the title [DRAFT][WebDriver BiDi] enable / disable scripting via BiDi [DRAFT][WebDriver BiDi] disable scripting via BiDi Jul 23, 2025
@sadym-chromium sadym-chromium changed the title [DRAFT][WebDriver BiDi] disable scripting via BiDi [WebDriver BiDi] enable and disable scripting via BiDi Jul 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant