Extract All Attributes

Extracts all attribute values elements which match a given XPath query.

For example, to extract all link destinations on a webpage, specify “//a” as XPath and “href” as attribute.

Options

WebDriver
The WebDriver to use
Attribute
Name of the attribute
XPath
XPath Query

Input Ports

Icon
Table which should contain a column with a “WebDriver” (should be one row)

Output Ports

Icon
A table which contains n rows for each matching element for the given XPath expression

Nodes

Extensions

Links