Inputs
☐ Prompt / Description (Required)
A clear and concise instruction that describes what this step should do. This is essential for AI to debug and re-find the element if the webpage structure changes.Good Example:
"Extract the product name from the item detail page."Bad Example:
"Try to find and get some text that looks like a product name, but make sure it's not too long and is relevant."Why it’s bad? Too vague, overly verbose, and doesn’t specify what text to extract.☐ Element Selector (Required)
Define the element from which text should be extracted using one of the following methods:CSS Selector
Use standard CSS selectors to identify the element.
XPath
Use an XPath expression to precisely locate the element.