Working with elements
Element
This component allows you to find an element on the page and save it in a variable for further interaction:
Settings:
- Element selector or Xpath: Enter the CSS selector or Xpath of the element.
- Component order: Choose the element's order by index, randomly, or from a variable.
- Save in: Allows saving the component for future use, such as clicking later or checking its existence using if.
- Extraction type: This setting lets you determine what exactly to save from the element. For example, to extract an href from a link, choose "Attribute" as the extraction type and enter href in the field below.
Hidden element
This component allows you to find an element on the page that contains a hidden element inside and work with it. For example, on the page, there is an element //rabby-kit, which contains an element img[alt="MetaMask"] that we cannot directly access.
Settings:
- Hidden element selector type: Specify the CSS selector or Xpath of the element within which to search for the hidden element. //rabby-kit
- Selector: Enter the selector of the element within the hidden element. img[alt="MetaMask"]
- Extraction type: This setting lets you determine what exactly to save from the element. For example, to extract an href from a link, choose "Attribute" as the extraction type and enter href in the field below.
- Element order: Choose the element's order by index, randomly, or from a variable.
- Wait time: Specify the wait time for searching for the hidden element (in milliseconds).
- Save in: Allows saving the component for future use, such as clicking later or checking its existence using if.
Element waiting
This component allows you to set a wait time for the appearance of the required element.
Settings:
- Element selector or Xpath: Enter the CSS selector or Xpath of the element.
- Component order: Choose the element's order by index or randomly.
- Wait time: Specify the wait time for searching for the hidden element (in milliseconds).
- Save in: Allows saving the component for future use, such as clicking later or checking its existence using if.
Appearance of one of the elements
This component allows you to choose one of the appeared elements. It is necessary when there may be several options for selection.
Settings:
- Element selector or Xpath: Enter the CSS selector or Xpath of the element.
- Selector or Xpath (new selector on each line). Insert our options from the elements here.
- Wait time: Specify the wait time for searching for the hidden element (in milliseconds).
- Save in: Allows saving the component for future use, such as clicking later or checking its existence using if.
Join now
Or contact the support team in chat for any questions, at any time.