728x90
- 안드로이드 SDK 설치 후 단말기 연결
- sample.py 파일 작성
- adt-bundle-windows-x86\sdk\tools 경로를 cmd로 이동
- 명령어 입력
- monkeyrunner sample.py
import datetime from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice, MonkeyImage device = MonkeyRunner.waitForConnection() MonkeyRunner.sleep(1) now = datetime.datetime.now() filename = now.strftime("D:\AHA\shot-%Y-%m-%d-%H%M%S.png") result = device.takeSnapshot() result.writeToFile(filename,'png')
728x90
'기타' 카테고리의 다른 글
윈도우PC에서 맥PC로 VNC 접속하기 (0) | 2014.08.19 |
---|---|
WebDAV 설치 가이드 링크 (0) | 2014.03.02 |
안드로이드 단말기 monkey 테스트 (0) | 2013.09.10 |
grinder 에서 JSON 파싱하기 (0) | 2013.08.07 |
윈도우 창 핸들링 (0) | 2013.07.31 |