Skip to content

Instantly share code, notes, and snippets.

@trivial-search
Created May 12, 2018 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trivial-search/ec165393c4fc44d2439f1cf1acd3c4f8 to your computer and use it in GitHub Desktop.
Save trivial-search/ec165393c4fc44d2439f1cf1acd3c4f8 to your computer and use it in GitHub Desktop.
capabilities.SetCapability("testobject_api_key", "48702A635B794A6FB8D5B852FE62723A");
capabilities.SetCapability("platformName","Android");
capabilities.SetCapability("platformVersion","6.0");
capabilities.SetCapability("appiumVersion", "1.7.2");
capabilities.SetCapability("deviceName", "Motorola_Moto_E_2nd_gen_free");
capabilities.SetCapability("privateDevicesOnly", "false");
capabilities.SetCapability("testobject_app_id", "1");
capabilities.SetCapability("phoneOnly", "false");
capabilities.SetCapability("tabletOnly", "false");
Uri server = new Uri("https://eu1.appium.testobject.com/wd/hub");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment