DOC CHANGE: Fix 4084450 monkeyrunner_concepts

Change-Id: Iedc64816032222b46a52680287e21ff455909153
This commit is contained in:
Joe Malin
2011-03-10 18:09:03 -08:00
parent b56cb53f89
commit 15ffcc6206

View File

@@ -128,7 +128,7 @@ device.startActivity(component=runComponent)
device.press('KEYCODE_MENU','DOWN_AND_UP')
# Takes a screenshot
result = device.takeSnapShot()
result = device.takeSnapshot()
# Writes the screenshot to a file
result.writeToFile('myproject/shot1.png','png')