All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.GetCSSValue.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Returns the value of a given css property identified by a locator.

Example:

| ${cssBackgroundImageValue}= | `Get CSS Value` | css=foo bar | background-image |

=>

| ${cssBackgroundImageValue} = url("http://www.foo.bar/sites/sample/dir/sprite.png")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy