-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[bidi][js] Enable tests for Edge and Chrome #13790
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
Conversation
|
PR Description updated to latest commit (1a14227)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Enable tests for Edge and Chrome for BiDi APIs.
Motivation and Context
Types of changes
Checklist
Type
enhancement, tests
Description
sandboxparameter inscriptManager.js.testing/index.js.Changes walkthrough
1 files
scriptManager.js
Add null check for sandbox parameter in addPreloadScriptjavascript/node/selenium-webdriver/bidi/scriptManager.js
sandboxparameter if it's not null inaddPreloadScriptmethod.14 files
add_intercept_parameters_test.js
Enable BiDi tests for Chrome and Edgejavascript/node/selenium-webdriver/test/bidi/add_intercept_parameters_test.js
bidi_session_test.js
Enable BiDi session tests for multiple browsersjavascript/node/selenium-webdriver/test/bidi/bidi_session_test.js
browser_test.js
Enable user context tests for BiDi in multiple browsersjavascript/node/selenium-webdriver/test/bidi/browser_test.js
user contexts.
browsingcontext_inspector_test.js
Update browsing context inspector tests for BiDijavascript/node/selenium-webdriver/test/bidi/browsingcontext_inspector_test.js
and Edge.
browsingcontext_test.js
Enable browsing context tests for BiDi in multiple browsersjavascript/node/selenium-webdriver/test/bidi/browsingcontext_test.js
input_test.js
Enable input tests for BiDi in multiple browsersjavascript/node/selenium-webdriver/test/bidi/input_test.js
local_value_test.js
Enable local value tests for BiDi in multiple browsersjavascript/node/selenium-webdriver/test/bidi/local_value_test.js
locate_nodes_test.js
Enable locate nodes tests for BiDi in multiple browsersjavascript/node/selenium-webdriver/test/bidi/locate_nodes_test.js
log_inspector_test.js
Enable log inspector tests for BiDi in multiple browsersjavascript/node/selenium-webdriver/test/bidi/log_inspector_test.js
network_commands_test.js
Enable network commands tests for BiDi in multiple browsersjavascript/node/selenium-webdriver/test/bidi/network_commands_test.js
network_test.js
Enable network tests for BiDi in multiple browsersjavascript/node/selenium-webdriver/test/bidi/network_test.js
script_test.js
Enable script tests for BiDi in multiple browsersjavascript/node/selenium-webdriver/test/bidi/script_test.js
setFiles_command_test.js
Enable set files command tests for BiDi in Chrome and Edgejavascript/node/selenium-webdriver/test/bidi/setFiles_command_test.js
storage_test.js
Enable storage tests for BiDi in multiple browsersjavascript/node/selenium-webdriver/test/bidi/storage_test.js
1 files
index.js
Enable BiDi capability for multiple browsersjavascript/node/selenium-webdriver/testing/index.js