Troubleshooting¶
Common issues and concrete recovery steps for current Oryn behavior.
Headless Browser Launch Issues¶
Chromium executable not found¶
Set CHROME_BIN:
Optional isolated profile:
Embedded Mode WebDriver Issues¶
If connection fails, verify your WebDriver endpoint is running and reachable.
Remote Mode Connection Issues¶
Checklist:
- Load
extension/in browser dev mode. - Connect extension to
localhost:9001. - Keep Oryn process running.
Element Not Found / Stale IDs¶
IDs can change after navigation or DOM updates.
Prefer semantic targeting ("Sign in", email, submit) when possible.
Element Not Visible / Covered¶
If needed:
Slow or Flaky Navigation¶
Wait Condition Never Resolves¶
Check that the condition type is supported:
load,idle,navigationvisible <target>,hidden <target>exists "<selector>",gone "<selector>"url "<pattern>",until "<expr>",items "<selector>" <count>
wait ready is currently parsed but not translated to a supported scanner wait condition.
wait enabled ... is not currently part of supported grammar.
Script Mode Errors¶
Run scripts with:
The runner skips blank lines and # comments; stop-on-error is enabled in unified CLI file mode.
Useful Logging¶
For headless network debugging: