complex-workflows Scenario 10 — Full Stealth Pipeline
Written by RTILA X Engineering Team
Advanced ~10 min
Prerequisites: complex-workflows/4 complex-workflows/5 complex-workflows/6
What You'll Learn
Combine all skills into a production-ready workflow
Real-World Use Case
Building a fully automated end-to-end solution
LIVE DEMO
Proxy: residential://rotating.example:8080
Humanoid mode: enabled
Proxy setup complete
Humanoid mode enabled
CAPTCHA solved successfully
Data extracted
Database save complete
Webhook notification sent
EXPECTED OUTPUT
RTILA X PROJECT JSON
{
"name": "Full_Stealth_Pipeline",
"settings": {
"urls": [
"https://learn.rtila.com/scenarios/complex-workflows/10"
],
"proxyEnabled": true,
"captchaEnabled": true
},
"datasets": {
"stealth_results": {
"item_selector": "css=.cw-stealth-result",
"properties": [
{
"name": "title",
"type": "text",
"selector": "css=.cw-stealth-result-title"
}
]
}
},
"commands": [
{
"command": "wait_for_selector",
"params": {
"selector": "css=.cw-stealth-setup"
}
},
{
"command": "wait_for_selector",
"params": {
"selector": "css=#cw-stealth-search"
}
},
{
"command": "fill",
"params": {
"selector": "css=#cw-stealth-search",
"value": "target query"
}
},
{
"command": "click",
"params": {
"selector": "css=.cw-stealth-form button"
}
},
{
"command": "wait_for_selector",
"params": {
"selector": "css=.cw-stealth-result"
}
},
{
"command": "extract_data",
"params": {
"dataset": "stealth_results"
}
},
{
"command": "comment",
"params": {
"text": "Trigger chain: database save and webhook notification"
}
}
]
}
The complete stealth pipeline combines residential proxy settings, humanoid behavior, CAPTCHA solving, and post-processing steps into one reusable automation.
Did you complete this scenario?
Ready to run this automation?
Copy the project JSON above, open RTILA X, create a new project, and paste it.
This scenario covers 5 RTILA X commands and is referenced in 1 learning article.
Continue Learning
Was this helpful?
Thank you for your feedback!