I am trying to access the below attributes of the web element
Is there any way in karate where I can grab the CSS style attribute of the UI elements, like how we have in selenium getCssValue("font-size")
I have tried the below code
- print attribute('#eg01SubmitId', 'font-size')
but it's giving an empty value