How to get fill: rgb(252, 222, 77) value from a style #2364
narendarbhogala
started this conversation in
General
Replies: 1 comment
-
You can use this method: self.get_attribute(selector, attribute) There are some other similar methods: self.get_property(selector, property)
self.get_property_value(selector, property) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
How to get fill: rgb(252, 222, 77) value from a style attribute
table.css-hg9onk:nth-child(3) > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(4) > span:nth-child(1) > div:nth-child(1) > span:nth-child(1) > span:nth-child(1) > svg:nth-child(1) > g:nth-child(1) > path:nth-child(2)
Beta Was this translation helpful? Give feedback.
All reactions