-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[bidi][java] Enable Edge BiDi tests #13780
Conversation
PR Description updated to latest commit (ac4e12b)
|
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. |
ac4e12b
to
28b79a1
Compare
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 Edge BiDi tests
Motivation and Context
Enable Edge BiDi tests to ensure Edge BiDi functionality is supported.
Types of changes
Checklist
Type
enhancement, tests
Description
@NotYetImplemented(EDGE)
annotations.Changes walkthrough
14 files
BrowserCommandsTest.java
Enable Edge Browser BiDi Tests
java/test/org/openqa/selenium/bidi/browser/BrowserCommandsTest.java
@NotYetImplemented(EDGE)
annotations to enable tests for Edgebrowser.
BrowsingContextInspectorTest.java
Enable Browsing Context Inspector Tests for Edge
java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextInspectorTest.java
@NotYetImplemented(EDGE)
annotations.
BrowsingContextTest.java
Enable Browsing Context Tests for Edge
java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextTest.java
@NotYetImplemented(EDGE)
annotations.
CombinedInputActionsTest.java
Enable Input Actions Tests for Edge
java/test/org/openqa/selenium/bidi/input/CombinedInputActionsTest.java
@NotYetImplemented(EDGE)
annotations.DefaultKeyboardTest.java
Enable Keyboard Input Tests for Edge
java/test/org/openqa/selenium/bidi/input/DefaultKeyboardTest.java
@NotYetImplemented(EDGE)
annotations.DefaultMouseTest.java
Enable Mouse Input Tests for Edge
java/test/org/openqa/selenium/bidi/input/DefaultMouseTest.java
@NotYetImplemented(EDGE)
annotations.DefaultWheelTest.java
Enable Wheel Input Tests for Edge
java/test/org/openqa/selenium/bidi/input/DefaultWheelTest.java
@NotYetImplemented(EDGE)
annotations.DragAndDropTest.java
Enable Drag and Drop Tests for Edge
java/test/org/openqa/selenium/bidi/input/DragAndDropTest.java
@NotYetImplemented(EDGE)
annotations.ReleaseCommandTest.java
Enable Release Command Tests for Edge
java/test/org/openqa/selenium/bidi/input/ReleaseCommandTest.java
@NotYetImplemented(EDGE)
annotations.SetFilesCommandTest.java
Enable Set Files Command Tests for Edge
java/test/org/openqa/selenium/bidi/input/SetFilesCommandTest.java
@NotYetImplemented(EDGE)
annotations.LocalValueTest.java
Enable Local Value Tests for Edge
java/test/org/openqa/selenium/bidi/script/LocalValueTest.java
@NotYetImplemented(EDGE)
annotations.ScriptCommandsTest.java
Enable Script Commands Tests for Edge
java/test/org/openqa/selenium/bidi/script/ScriptCommandsTest.java
@NotYetImplemented(EDGE)
annotations.ScriptEventsTest.java
Enable Script Events Tests for Edge
java/test/org/openqa/selenium/bidi/script/ScriptEventsTest.java
@NotYetImplemented(EDGE)
annotations.StorageCommandsTest.java
Enable Storage Commands Tests for Edge
java/test/org/openqa/selenium/bidi/storage/StorageCommandsTest.java
@NotYetImplemented(EDGE)
annotations.1 files
BUILD.bazel
Update Bazel Build to Include Edge Browser Tests
java/test/org/openqa/selenium/bidi/browser/BUILD.bazel