Browser automation that maintains page state across script executions. Write small, focused scripts to accomplish tasks incrementally. Once you've proven out part of a workflow and there is repeated work to be done, you can write a script to do the repeated work in a single execution.
Two modes available. Ask the user if unclear which to use.
Add --headless flag if user requests it. Wait for the Ready message before running scripts.
지속적인 페이지 상태를 통한 브라우저 자동화. 사용자가 웹사이트 탐색, 양식 채우기, 스크린샷 찍기, 웹 데이터 추출, 웹 앱 테스트 또는 브라우저 워크플로 자동화를 요청할 때 사용합니다. 트리거 문구에는 "[url]로 이동", "클릭", "양식 작성", "스크린샷 찍기", "스크래핑", "자동화", "웹사이트 테스트", "로그인" 또는 모든 브라우저 상호 작용 요청이 포함됩니다. 출처: ralphcrisostomo/nuxt-development-skills.