Skip to content

Reference

Complete reference documentation for Oryn.

Overview

This section contains detailed reference documentation for Oryn commands, protocols, and configuration, including current implementation status.

Quick Reference

Most Used Commands

Command Description Example
goto <url> Navigate to URL goto google.com
observe List elements observe
click <target> Click element click "Login"
type <target> <text> Type text type email "user@test.com"
login <user> <pass> Login intent login "user" "pass"
search <query> Search intent search "topic"
wait <condition> Wait for condition wait visible "Success"

Target Types

Type Syntax Example
ID Number click 5
Text Quoted string click "Sign in"
Role Role name type email "..."
Selector css() or xpath() click css(".btn")
Relational near, inside click "Edit" near "Item"

Built-in Intents

Intent Syntax
login login <user> <pass>
search search <query>
accept_cookies accept_cookies
dismiss dismiss popups