I know in Java one could use getCSSvalue so is there any equivalent in Python?
1 Answer
element.value_of_css_property(property_name) should be the Python's Selenium Webdriver equivalent of getCSSvalue().
Documentation can be found on the readthedocs page: Link
1 Comment
nick_gabpe
Link to the documentation broken