This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: eclipse [2604] | |
Path: /Applications/eclipse/Eclipse.app/Contents/MacOS/eclipse | |
Identifier: org.eclipse.eclipse | |
Version: 3.8 (3.8) | |
Code Type: X86-64 (Native) | |
Parent Process: launchd [248] | |
User ID: 501 | |
Date/Time: 2013-10-03 12:55:44.942 -0700 | |
OS Version: Mac OS X 10.8.5 (12F37) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AndroidWorld | |
module RestaurantsListScreen | |
class << self | |
def restaurant(restaurant_name) | |
#scroll to restaurant unless its already in view | |
scroll_to restaurant_name unless exists {s_text restaurant_name } | |
s_text restaurant_name | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "name" : "Mike" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*global it:true */ | |
"use strict"; | |
var path = require('path') | |
, appPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk") | |
, appPkg = "com.example.android.apis" | |
, appAct = ".ApiDemos" | |
, describeWd = require("../../helpers/driverblock.js").describeForApp(appPath, | |
"android", appPkg, appAct) | |
, should = require('should'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debug: Appium request initiated at /wd/hub/session | |
debug: Request received with params: {"sessionId":null,"desiredCapabilities":{"name":"Appium Android Test","app":"/Users/malugus/code/appium/appium-workshop/python/ios/../../apps/CollectionViewTransition.app.zip","platform":"Mac 10.8","version":"6.1","newCommandTimeout":60,"device":"iPhone Simulator"}} | |
info: Using local zip from desiredCaps: /Users/malugus/code/appium/appium-workshop/python/ios/../../apps/CollectionViewTransition.app.zip | |
info: Copying local zip to tmp dir | |
info: /Users/malugus/code/appium/appium-workshop/python/ios/../../apps/CollectionViewTransition.app.zip copied to /var/folders/51/rklg31md11q937m11mv1hykm0000gn/T/appium-app113511-17453-15uqhqj.zip | |
info: Unzipping /var/folders/51/rklg31md11q937m11mv1hykm0000gn/T/appium-app113511-17453-15uqhqj.zip | |
info: Testing zip archive: /var/folders/51/rklg31md11q937m11mv1hykm0000gn/T/appium-app113511-17453-15uqhqj.zip | |
info: Zip archive tested clean | |
info: Unzip successful | |
info: Using locally extracted app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: [ADB] Waiting for device emulator-5554 to be ready and to respond to shell commands (timeout = 5) | |
debug: Getting install/clean status for com.urbanspoon | |
info: [ADB] Forwarding system:4724 to device:4724 | |
info: [ADB] Pushing appium bootstrap to device... | |
info: [ADB] Starting app com.urbanspoon/com.urbanspoon.activities.DashboardActivity | |
info: [ADB] Attempting to unlock screen | |
info: Waiting for app's activity to become focused | |
info: [ADB STDOUT] INSTRUMENTATION_STATUS: current=1 | |
info: [ADB STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner | |
info: [ADB STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap |
NewerOlder