Skip to content

Commit b63da1a

Browse files
authored
missing comma added
1 parent 4070ad0 commit b63da1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/remote/webelement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def get_attribute(self, name) -> str | None:
175175
"""
176176

177177
warnings.warn(
178-
"using WebElement.get_attribute() has been deprecated. Please use get_dom_attribute() instead."
178+
"using WebElement.get_attribute() has been deprecated. Please use get_dom_attribute() instead.",
179179
DeprecationWarning,
180180
stacklevel=2,
181181
)

0 commit comments

Comments
 (0)