-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: support document as startNodes
in browsingContext.locateNodes
#2218
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sadym-chromium
force-pushed
the
sadym/inner-text-document
branch
from
May 17, 2024 12:01
352a429
to
9d83500
Compare
OrKoN
approved these changes
May 17, 2024
sadym-chromium
force-pushed
the
sadym/inner-text-document
branch
from
May 21, 2024 06:33
9d83500
to
083f836
Compare
sadym-chromium
force-pushed
the
sadym/inner-text-document
branch
from
May 21, 2024 09:06
764181c
to
0a4a419
Compare
WPT to be updated in web-platform-tests/wpt#46345 |
Signed-off-by: Browser Automation Bot <browser-automation-bot@google.com>
sadym-chromium
force-pushed
the
sadym/inner-text-document
branch
from
May 21, 2024 09:14
0a4a419
to
205605f
Compare
OrKoN
approved these changes
May 21, 2024
Signed-off-by: Browser Automation Bot <browser-automation-bot@google.com>
Lightning00Blade
pushed a commit
that referenced
this pull request
May 31, 2024
🤖 I have created a release *beep* *boop* --- ## [0.5.20](chromium-bidi-v0.5.19...chromium-bidi-v0.5.20) (2024-05-31) ### Features * send `browsingContext.contextCreated` event while subscribing ([#2255](#2255)) ([592c839](592c839)) * support document as `startNodes` in `browsingContext.locateNodes` ([#2218](#2218)) ([ad7318f](ad7318f)) * support for graphemes in key input ([#2207](#2207)) ([8e3a6c0](8e3a6c0)) ### Bug Fixes * added missing input transformations ([#2186](#2186)) ([ea48dc2](ea48dc2)) * css locator should allow nodes to be start nodes ([#2195](#2195)) ([4a361a5](4a361a5)) * errors for `input.setFile` ([#2232](#2232)) ([49e3712](49e3712)) * expose the override data to the request events ([#2241](#2241)) ([947bb8e](947bb8e)) * report correct value for DefaultValue in UserPrompt ([#2228](#2228)) ([df5ebf6](df5ebf6)) * screenshot taken in scrolled viewport origin ([#2161](#2161)) ([b3c57c8](b3c57c8)) * throw invalid argument for header ([#2246](#2246)) ([664d043](664d043)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
browsingContext.locateNodes
w3c/webdriver-bidi#713locate_nodes/locator.py
with spec web-platform-tests/wpt#46345