Get Element
Leer hier hoe je het 'Get Element' blok moet gebruiken
Last updated
Leer hier hoe je het 'Get Element' blok moet gebruiken
Last updated
What it's used for The 'Get Element' block can be used to select and save specific text, links, images, or timestamps in a variable.
How to use it The 'Get Element' block requires the following parameters:
Element Locator: Enter the ID or CSS Class of the target element. You can find this identifier using the inspector or using the selectorgadget chrome plugin
Locator Type: In Locator Type, specify the locator method, where you can choose between ID and CSS Class.
Data Type of the Element: Specify the type of data you are retrieving. In most cases, this will be text, but it could also be a link, an image, or a timestamp.
Element Number: This field takes an integer and can be used if there is multiple elements with the same Element locator on the page. If there is only one element with this locator, this field can be ignored.
Session ID: For the Session ID, select the output session ID of the Start Session
Api Key: For the apiKey, select the output apiKey of the Start Sessionmodule