We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4070ad0 commit b63da1aCopy full SHA for b63da1a
py/selenium/webdriver/remote/webelement.py
@@ -175,7 +175,7 @@ def get_attribute(self, name) -> str | None:
175
"""
176
177
warnings.warn(
178
- "using WebElement.get_attribute() has been deprecated. Please use get_dom_attribute() instead."
+ "using WebElement.get_attribute() has been deprecated. Please use get_dom_attribute() instead.",
179
DeprecationWarning,
180
stacklevel=2,
181
)
0 commit comments