Requirements: macOS with Xcode, Appium (npm install -g appium && appium driver install xcuitest)
Real devices: Works with physical iOS devices if pre-configured. Use --device " " where UDID is from xcrun xctrace list devices.
The default Playwright timeout is 60 seconds for local browsers. For slow websites or large pages, use explicit waits instead of relying on the default timeout:
AI 에이전트를 위한 브라우저 자동화 CLI. 사용자가 페이지 탐색, 양식 채우기, 버튼 클릭, 스크린샷 찍기, 데이터 추출, 웹 앱 테스트 또는 브라우저 작업 자동화 등 웹 사이트와 상호 작용해야 할 때 사용합니다. 트리거에는 "웹 사이트 열기", "양식 작성", "버튼 클릭", "스크린샷 찍기", "페이지에서 데이터 스크랩", "이 웹 앱 테스트", "사이트에 로그인", "브라우저 작업 자동화" 또는 프로그래밍 방식의 웹 상호 작용이 필요한 모든 작업에 대한 요청이 포함됩니다. 출처: fellipeutaka/leon.