Custom Steps
Unleashing Automation Creativity: Understanding Custom Steps.
What are custom steps?
Custom steps are useful for adding additional logic to your automation. For the best results you will need to find the selectors of the element you’re looking to add a step for. Like filter, parse, delay, screenshot, etc. custom steps run in between your recorded steps
click
: click some element
type
: type into some element (will only work with fields intended to be typed into)
hover
: make your mouse hover over some element
scrape
: scrape the text from this element
scrape link
: grab the link that I would be at IF I clicked this element
scrape many
: scrape the text from a list of elements
scrape many links
: scrape the links of the elements in a list
Did this answer your question?
😞
😐
🤩