Get Text Block
Retrieve the text content of an element.
Element selector
Element selector.Regex
Matching the retrieved text against the regexAssign to variable
Whether assign the text into a variable or not.Variable name
Name of the variable to assign the text.Insert to table
Whether insert the text into the table or not.Select column
The column where the text will be inserted.Text prefix
Add a prefix to the retrieved text.Text suffix
Add a suffix to the retrieved text.Add extra row
Insert an extra row into table.Include HTML tags
Include the HTML tags of the element inside the text.Use
textContent
Retrieve all the text from the element even if the text is not visible on the screen.
Note
This block will not work without an active tab. Because of that, use the Active Tab block or New Tab block before using this block.