Oryn-W Usage Guide¶
Working Modes¶
OIL mode: run direct commands (observe,click,type,goto, etc.).Agent mode: provide a natural-language task, let Ralph iterate.
Popup Workflow¶
- Click extension icon.
- Enter OIL command.
- Execute and inspect result.
Use this for fast actions and quick checks.
Sidepanel Workflow¶
- Open sidepanel from extension UI.
- Use command area for OIL or switch to Agent mode.
- Review logs, scan output, and status indicators.
Use this for deeper debugging and longer tasks.
Common OIL Patterns¶
observe
click "Sign in"
type email "user@example.com"
goto "https://example.com"
wait visible "Continue"
Recommended practice:
- Run
observebefore element-targeted actions. - Prefer stable targets (IDs/text that is unlikely to change).
Agent Mode Workflow¶
- Configure an available LLM adapter.
- Enter a concrete task (for example: "Search for running shoes and open first result").
- Start agent execution.
- Inspect iterations and results in sidepanel logs.
LLM Adapter Configuration¶
Available adapters depend on environment and keys:
- local/browser:
chrome-ai,webllm,wllama - remote API:
openai,claude,gemini
Use the adapter selector to:
- choose adapter/model
- save config
- verify status
Practical Tips¶
- Use a normal website (
http/https) when testing. - Avoid restricted browser pages (
chrome://, extension pages, Web Store). - Keep one active target tab to reduce context mistakes.