Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_css_value documentation #70

Open
cyberbudy opened this issue Aug 20, 2019 · 3 comments
Open

get_css_value documentation #70

cyberbudy opened this issue Aug 20, 2019 · 3 comments

Comments

@cyberbudy
Copy link

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

@dimaqq
Copy link
Contributor

dimaqq commented Dec 16, 2020

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
Copy link
Author

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

@dimaqq
Copy link
Contributor

dimaqq commented Dec 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants