Skip to content

Instantly share code, notes, and snippets.

View csplugins's full-sized avatar

Cody Skala csplugins

View GitHub Profile
[Appium] Welcome to Appium v1.17.0-beta.1
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"platformName":"Android","platformVersion":"10","deviceName":"Pixel","app":"c:\\Users\\cskala\\Documents\\Playground\\CSharp\\AppiumNunit/apps/ApiDemos-debug.apk","automationName":"UIAutomator2"},"capabilities":{"firstMatch":[{"platformName":"Android"}]}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"platformName":"Android","platformVersion":"10","deviceName":"Pixel","app":"c:\\Users\\cskala\\Documents\\Playground\\CSharp\\AppiumNunit/apps/ApiDemos-debug.apk","automationName":"UIAutomator2"},null,{"firstMatch":[{"platformName":"Android"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1583422349752 (10:32:29 GMT-0500 (Eastern Standard Time))
[Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: ["platformVersion","deviceName","app","autom
//: Playground - noun: a place where people can play
//Cody Skala cws26@zips.uakron.edu
//Project 1b
//Thursday, October 1, 2015 13:05
import UIKit
class Animals{
//Simple Properties (the first one is also a Property Observer)
var type: String{
/*
Project 1a
iOS Fall 15
Cody Skala
cws26@zips.uakron.edu
*/
/*
Directions: Complete each of the comments with code. Observe what the playground