-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Revert the Deprecation warnings of WebElement.get_attribute() #14808
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
CI Failure Feedback 🧐
|
User description
Refer to #14800
PR Type
Bug fix
Description
WebElement.get_attribute()
method in the Selenium Python bindings.get_dom_attribute()
did not return the expected results for checked checkboxes.Changes walkthrough 📝
webelement.py
Revert deprecation of `WebElement.get_attribute()` method
py/selenium/webdriver/remote/webelement.py
WebElement.get_attribute()
.get_attribute()
.