Browser Getting Started¶
Arqon Maestro can control browser workflows directly, not just code editors. That includes tab management, navigation, clicking visible content, and targeting overlays for dense pages.
Video placeholder: first browser workflow with overlays.
First Browser Test¶
- Focus your browser.
- Turn listening on.
- Say
new tab. - Say
open stackoverflow dot com. - Say
inputs. - Say a number such as
one. - Say
type python reverse string. - Say
press enter.
Why Browser Control Matters¶
This is part of the Arqon ecosystem control-plane story:
- fetch reference material
- navigate docs
- search issue trackers
- move between research and implementation without dropping voice control
Browser Flow¶
flowchart LR
F[Focus browser] --> N[Navigate]
N --> O[Show overlays]
O --> S[Select target]
S --> T[Type or click]