Skip to content

Select elements as data-list

Description

Get all the properties of the targeted web elements as a data-list.

Input Ports

Name dataType sourceType required description
Element selector text link-manual true The data-list can be filled with a list of elements, so the selector should target a list of values or just one.
iFrame selector text link-manual false If the element is inside of an Iframe, it is mandatory to specify the iframe selector, otherwise the element won’t be found.
iFrame type text manual-only false Option to add more iframes if the targeted element exists in a nested iframe

Scenarios

  • The user wants a list of targeted web element properties as a data-list.
  • The user wants all the properties of a dropdown list web element as data-list.
  • The user wants all the properties of the input fields from a form web element as a data-list.

Use case

Command

Inputs
  • Element selector: #root_alias > input
  • iFrame selector: body > iframe
  • iFrame type: single
Element properties
  • tag
  • type
  • id
  • name
  • text
  • value
  • className
  • title
  • placeholder
  • href
  • alt
  • checked
  • width
  • height
  • x
  • y
  • src
Experienced tips
  • When the element selector could not be found inside of the page, the command will timeout and stop the process.
  • When the element are inside of an iframe and the iframe selector could not be found, the command will timeout and stop the process.
  • When no Element selector is provided, it will stop the process and throw the following error. Select elements as data-list requires a collection selector
Search Tags

Open a website Open a browser