HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
351 stars 54 forks source link

get_css_value documentation #70

Open cyberbudy opened 5 years ago

cyberbudy commented 5 years ago

I didn't find any documentation about get_css_value however there is such method within Element class

dimaqq commented 3 years ago

Spec: https://www.w3.org/TR/webdriver/#dfn-get-element-css-value

GET /session/{session id}/element/{element id}/css/{property name} I guess Element maps /css/{value} to the current element in the current session.

cyberbudy commented 3 years ago

I get it, but what's the point of the arsenic's documentation if we can check API from webdriver spec?

dimaqq commented 3 years ago

That's a good question... ultimately library users should decide what belongs to the documentation.

I'd gladly see:

  1. a list of what's possible
  2. simple examples for common APIs