Skip to main content

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.

#1 Beginner

Extract All Product Titles

Load a product grid and extract the text of every product name.

Basic Navigation & Extraction Uses 3 commands
#2 Beginner

Scrape Top 30 Headlines with URLs

Extract article titles and their associated link targets from a news list.

Basic Navigation & Extraction Uses 3 commands
#3 Beginner

Take a Full-Page Screenshot

Capture a complete page screenshot after waiting for content to load.

Basic Navigation & Extraction Uses 3 commands
#4 Beginner

Extract Page Title and Meta Description

Use JavaScript execution to read document metadata.

Basic Navigation & Extraction Uses 4 commands
#5 Beginner

Get Text of Hero Banner

Select a specific paragraph inside a hero banner and extract its text.

Basic Navigation & Extraction Uses 2 commands
#6 Intermediate

Extract href Attributes from Navigation

Read the href attribute from every link in the main menu.

Basic Navigation & Extraction Uses 3 commands
#7 Intermediate

Extract src Attribute of First Gallery Image

Get the image source of the first item in a product gallery.

Basic Navigation & Extraction Uses 2 commands
#8 Intermediate

Count Review Cards

Count the total number of review cards on the page.

Basic Navigation & Extraction Uses 2 commands
#9 Intermediate

Extract innerHTML of Article Body

Capture the raw HTML inside an article content container.

Basic Navigation & Extraction Uses 3 commands
#10 Intermediate

Get Computed Style of H1

Use execute_script to read a computed CSS color.

Basic Navigation & Extraction Uses 3 commands
#11 Advanced

Extract Input Field Value

Read form control values without submitting the form.

Basic Navigation & Extraction Uses 4 commands
#12 Advanced

Extract All data-* Attributes

Read multiple data attributes from repeated elements.

Basic Navigation & Extraction Uses 3 commands
#13 Advanced

Extract Text from Shadow DOM

Pierce an open shadow root and extract nested text.

Basic Navigation & Extraction Uses 3 commands
#14 Advanced

Extract Text from an Iframe

Switch context into an iframe before reading its content.

Basic Navigation & Extraction Uses 3 commands