We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7aa505 commit 8290239Copy full SHA for 8290239
src/SeleniumLibrary/keywords/element.py
@@ -1279,7 +1279,7 @@ def _selenium_keys_has_attr(self, key):
1279
1280
@keyword("Get CSS Property Value")
1281
def get_css_property_value(
1282
- self, locator: Union[WebElement, str], css_property: str
+ self, locator: Locator, css_property: str
1283
) -> str:
1284
"""Returns the computed value of ``css_property`` from the element ``locator``.
1285
0 commit comments