Skip to content

Select element as data-item

Description

Get all the properties of the targeted web element as a data-item.

Input Ports

Name dataType sourceType required description
Element selector text link-manual true The data-item can only be filled with one element, so the selector should only target one element in a list or any singular element that contains a value
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 to select the targeted web element properties as a data-item.

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 element as data-item requires a element selector
Search Tags

Open a website Open a browser