mirror of
https://github.com/appium/appium.git
synced 2026-04-28 22:40:34 -05:00
update example files to clarify what sdk is used
This commit is contained in:
@@ -2,7 +2,7 @@ var wd = require("wd")
|
||||
, assert = require("assert")
|
||||
, username = process.env.SAUCE_USERNAME // Omit for a local test run
|
||||
, accessKey = process.env.SAUCE_ACCESS_KEY // Omit for a local test run
|
||||
, appURL = "http://appium.s3.amazonaws.com/TestApp.app.zip";
|
||||
, appURL = "http://appium.s3.amazonaws.com/TestApp6.0.app.zip";
|
||||
|
||||
// Instantiate a new browser sessoin
|
||||
var browser = wd.remote(
|
||||
|
||||
Reference in New Issue
Block a user