Get a Web Image URL
Obtain an image element with Get Web Element, Get Similar Web Elements, or Get Related Web Elements. Then read its src.
There are five ways to read it:
- Select the element's
srcfield. - Read
properties.srcas a Python expression. - Read
properties['src']as a Python expression. - Read
attributes.srcas a Python expression. - Read
attributes['src']as a Python expression.
The first three methods obtain the complete URL, while the latter two obtain the URL in the HTML source code.
tip
Requires browser extension version 2.1.0 or later.
Requires Runavelo 7.6.0 or later.