Get computed values from Chrome browser #9529
Unanswered
Karnikel
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I observe a DOM Element manually in Chromium browser, there is a possibility to look at computed values.
Is it also possible to get them via Cypress to use it for assertions or as values for further functionality?
In my case, I need the hight and width of a DOM Element to calculate touch gesture coordinates.
Hint:
To observe computed values: Open DevTools (F12) -> Select Tab "Elements" -> Select Tab "Computed" on the other view
Beta Was this translation helpful? Give feedback.
All reactions