Quick Start¶
Run your first Oryn automation in a few minutes.
1. Start Oryn¶
You will get the > REPL prompt.
2. Navigate and Observe¶
observe returns a structured page view with element IDs you can use in actions.
3. Interact with Elements¶
You can also use semantic targets:
4. Form Example¶
> goto github.com/login
> observe
> type email "myusername"
> type password "mypassword"
> click submit
5. Intent Commands Available Today¶
> login "myusername" "mypassword"
> search "oryn browser automation"
> accept_cookies
> dismiss popups