Loading docs/html/guide/developing/tools/monkeyrunner_concepts.jd +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ runComponent = package + '/' + activity device.startActivity(component=runComponent) # Presses the Menu button device.press('KEYCODE_MENU','DOWN_AND_UP') device.press('KEYCODE_MENU', MonkeyDevice.DOWN_AND_UP) # Takes a screenshot result = device.takeSnapshot() Loading Loading
docs/html/guide/developing/tools/monkeyrunner_concepts.jd +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ runComponent = package + '/' + activity device.startActivity(component=runComponent) # Presses the Menu button device.press('KEYCODE_MENU','DOWN_AND_UP') device.press('KEYCODE_MENU', MonkeyDevice.DOWN_AND_UP) # Takes a screenshot result = device.takeSnapshot() Loading