Extract CSS Property

This Node Is Deprecated — This version of the node has been replaced with a new and improved version. The old version is kept for backwards-compatibility, but for all new workflows we suggest to use the version linked below.
Go to Suggested ReplacementExtract CSS Property

This node extracts a CSS property from a WebElement. For the specified CSS property name, the property values are appended as string column to the input table. In case, a CSS property is not present, a missing value cell is appended.

Note: “Shorthand” CSS properties such as background, font, border, etc. are usually not supported, instead you must use the explicit longhand property names, such as background-color, font-size, etc.

Color values are returned as RGBA strings, e.g. for a color property green Selenium will return rgba(0, 255, 0, 1).

Options

Input
Input column which provides the WebElement(s)
Remove input column
Removes the input column from the result table
CSS value name
The name of the CSS property to extract
Change output column name (*)
Enter a custom name for the appended output column, or leave this blank to auto-generate the name based on the input column name and attribute

Input Ports

Icon
Table with a column providing WebElements to extract

Output Ports

Icon
Table with appended column holding the specified property value

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.