The Input password field is not displaying password but mot throwing error
Im trying to automate login with Rselenium in Rstudio please see below
The Input password field is not displaying password but mot throwing error
Im trying to automate login with Rselenium in Rstudio please see below
Why does getElementValueOfCssProperty return a digit and not the correct value in Selenium?
I’m trying to get get a background color of a element and see if its bold using getElementValueOfCssProperty
. For the color it returns "rgba(255, 222, 173, 1)"
, which I can convert to hex
, which aligns what I see in Chrome
. But why would it not just return the hex
code?