Skip to content

chore: inherit CanFindElements #1148

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

Merged
merged 1 commit into from
Jul 24, 2025
Merged

chore: inherit CanFindElements #1148

merged 1 commit into from
Jul 24, 2025

Conversation

KazuCocoa
Copy link
Member

No description provided.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds CanFindElements protocol inheritance to both the WebElement and WebDriver classes to provide consistent element finding capabilities across the Appium webdriver implementation.

  • Adds CanFindElements protocol inheritance to WebElement class
  • Adds CanFindElements protocol inheritance to WebDriver class

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
appium/webdriver/webelement.py Inherits from CanFindElements protocol and adds the necessary import
appium/webdriver/webdriver.py Adds CanFindElements to the multiple inheritance chain and imports the protocol

@KazuCocoa KazuCocoa changed the title chore: inherit can find elements chore: inherit CanFindElements Jul 24, 2025
@KazuCocoa KazuCocoa merged commit 7ca9425 into master Jul 24, 2025
12 checks passed
@KazuCocoa KazuCocoa deleted the add-canfindelements branch July 24, 2025 06:17
KazuCocoa added a commit that referenced this pull request Aug 2, 2025
* chore: revert protocol

* add doc
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.

2 participants