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

[dotnet] Implementation of event wrapped shadow root element #12073

Merged
merged 6 commits into from
Jun 8, 2023
Merged

[dotnet] Implementation of event wrapped shadow root element #12073

merged 6 commits into from
Jun 8, 2023

Conversation

nvborisenko
Copy link
Member

@nvborisenko nvborisenko commented May 19, 2023

Description

Raises events for web elements under shadow root.

Motivation and Context

Fixes #12049

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.

Note:
This is draft. I am out of disk space even to build solution. Bazel took 10GBs, Git repo 3GB (excluding preinstalled dependencies), and this is just to build 30MB nuget package. I will migrate from 256GB ssd to 1TB ssd, and in any case I will never install selenium dev dependencies on my system drive, shortly saying selenium dev environment will be isolated in VM.

@diemol
Copy link
Member

diemol commented May 22, 2023

I understand the complexity of setting the environment when space is limited. I can help to test the PR on my local Windows machine. In addition, I am checking GitHub Codespaces to see if it is possible to have a cloud environment for Windows.

@nvborisenko
Copy link
Member Author

I postponed OS re-installation. In scope of this PR I need to create new unit tests to cover functionality. This is why PR is draft. I quickly looked through code, and it promising operational. In any case unit tests are required here.

@nvborisenko nvborisenko marked this pull request as draft May 24, 2023 15:53
@nvborisenko nvborisenko changed the title [dotnet] Draft: Implementation of event wrapped shadow root element [dotnet] Implementation of event wrapped shadow root element May 26, 2023
@nvborisenko nvborisenko marked this pull request as ready for review May 26, 2023 13:06
@nvborisenko
Copy link
Member Author

Created new unit tests, this PR is ready for review.

@diemol diemol added this to the 4.11 milestone May 31, 2023
Copy link
Member

@diemol diemol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @nvborisenko!

Failures are not related to this PR, we need to check them apart.

@diemol diemol merged commit 043bb18 into SeleniumHQ:trunk Jun 8, 2023
10 of 13 checks passed
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.

[🐛 Bug]: EventFiringWebDriver doesn't wrap ShadowRoot instance
2 participants