Basic Navigation & Extraction
This category covers the foundational skills every RTILA X automation starts with: navigating to pages, waiting for selectors, and extracting text, attributes, and HTML.
Extract All Product Titles
Load a product grid and extract the text of every product name.
Scrape Top 30 Headlines with URLs
Extract article titles and their associated link targets from a news list.
Take a Full-Page Screenshot
Capture a complete page screenshot after waiting for content to load.
Extract Page Title and Meta Description
Use JavaScript execution to read document metadata.
Get Text of Hero Banner
Select a specific paragraph inside a hero banner and extract its text.
Extract href Attributes from Navigation
Read the href attribute from every link in the main menu.
Extract src Attribute of First Gallery Image
Get the image source of the first item in a product gallery.
Count Review Cards
Count the total number of review cards on the page.
Extract innerHTML of Article Body
Capture the raw HTML inside an article content container.
Get Computed Style of H1
Use execute_script to read a computed CSS color.
Extract Input Field Value
Read form control values without submitting the form.
Extract All data-* Attributes
Read multiple data attributes from repeated elements.
Extract Text from Shadow DOM
Pierce an open shadow root and extract nested text.
Extract Text from an Iframe
Switch context into an iframe before reading its content.