Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
…rd modifier support Move FirefoxElement, FirefoxShadowRoot and FirefoxFindMixin from browser/firefox/ to elements/, mirroring the Chrome structure where element classes live in elements/ and browser/ only imports from there. Uses the same factory function pattern as FindElementsMixin to break the circular dependency between the find mixin and the element class. Adds FirefoxElement.key_down, key_up and hotkey with modifier support (Ctrl+A, Ctrl+C, etc.) using BiDi input.performActions.
Pull Request
Description
Related Issue(s)
Type of Change
How Has This Been Tested?
# Include code examples if relevantTesting Checklist
Screenshots
Implementation Details
API Changes
Additional Info
Checklist before requesting a review
poetry run task lintand fixed any issuespoetry run task testand all tests pass