Refs (@e1, @e2, etc.) are invalidated when the page changes. Always re-snapshot after clicking links/buttons that navigate, form submissions, or dynamic content loading.
| references/commands.md | Full command reference with all options | | references/snapshot-refs.md | Ref lifecycle, invalidation rules, troubleshooting | | references/session-management.md | Parallel sessions, state persistence, concurrent scraping | | references/authentication.md | Login flows, OAuth, 2FA handling, state reuse |
| references/video-recording.md | Recording workflows for debugging and documentation | | references/proxy-support.md | Proxy configuration, geo-testing, rotating proxies | | references/common-patterns.md | Form submission, auth, data extraction, parallel sessions, iOS simulator | | references/semantic-locators.md | Alternatives to refs |
AI 에이전트를 위한 브라우저 자동화 CLI. 사용자가 페이지 탐색, 양식 채우기, 버튼 클릭, 스크린샷 찍기, 데이터 추출, 웹 앱 테스트 또는 브라우저 작업 자동화 등 웹 사이트와 상호 작용해야 할 때 사용합니다. 트리거에는 "웹 사이트 열기", "양식 작성", "버튼 클릭", "스크린샷 찍기", "페이지에서 데이터 스크랩", "이 웹 앱 테스트", "사이트에 로그인", "브라우저 작업 자동화" 또는 프로그래밍 방식의 웹 상호 작용이 필요한 모든 작업에 대한 요청이 포함됩니다. 출처: hjewkes/agent-skills.