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]: use By class attributes instead of strings #15402

Merged
merged 2 commits into from
Mar 18, 2025

Conversation

navin772
Copy link
Member

@navin772 navin772 commented Mar 12, 2025

User description

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.

Motivation and Context

Used By class attributes instead of strings in locator_converter.py

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.

PR Type

Enhancement


Description

  • Replaced string-based locators with By class attributes.

  • Improved code readability and maintainability in locator_converter.py.


Changes walkthrough 📝

Relevant files
Enhancement
locator_converter.py
Refactored locator conversion to use `By` attributes         

py/selenium/webdriver/remote/locator_converter.py

  • Imported By class from selenium.webdriver.common.by.
  • Replaced string-based locators with By class attributes.
  • Updated conditional checks to use By constants.
  • +7/-6     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    Copy link
    Contributor

    qodo-merge-pro bot commented Mar 12, 2025

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @navin772 navin772 requested a review from VietND96 March 12, 2025 12:01
    @navin772 navin772 added the C-py Python Bindings label Mar 12, 2025
    @VietND96 VietND96 merged commit 0c0d458 into SeleniumHQ:trunk Mar 18, 2025
    14 of 17 checks passed
    @navin772 navin772 deleted the locator_class_attributes branch March 20, 2025 04:45
    sandeepsuryaprasad pushed a commit to sandeepsuryaprasad/selenium that referenced this pull request Mar 23, 2025
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants