Skip to content
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

[py] Removing browser filter when checking shadow root. #12122

Merged
merged 2 commits into from
May 31, 2023

Conversation

diemol
Copy link
Member

@diemol diemol commented May 31, 2023

Only Python had it, fixes #11893

During the meeting on 25.05.2023 it was decided add support for everything in spec and let the drivers error when things do not work.

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

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Only Python had it, fixes #11893

During the meeting on [25.05.2023](https://www.selenium.dev/meetings/2023/tlc-05-25/)
it was decided add support for everything in spec and let
the drivers error when things do not work.
@diemol diemol changed the title [rb] Removing browser filter when checking shadow root. [py] Removing browser filter when checking shadow root. May 31, 2023
@codecov-commenter
Copy link

codecov-commenter commented May 31, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01 🎉

Comparison is base (c1e47d3) 55.93% compared to head (9ef1de1) 55.94%.

❗ Current head 9ef1de1 differs from pull request most recent head 1791a6c. Consider uploading reports for the commit 1791a6c to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##            trunk   #12122      +/-   ##
==========================================
+ Coverage   55.93%   55.94%   +0.01%     
==========================================
  Files          86       86              
  Lines        5746     5741       -5     
  Branches      233      233              
==========================================
- Hits         3214     3212       -2     
+ Misses       2299     2296       -3     
  Partials      233      233              
Impacted Files Coverage Δ
py/selenium/webdriver/remote/webelement.py 35.46% <ø> (-0.13%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@diemol diemol merged commit 018293f into trunk May 31, 2023
16 checks passed
@diemol diemol deleted the remove-browser-check-shadow-root branch May 31, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants