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
$ appium | |
[Appium] Welcome to Appium v1.7.1 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/xxx/git/ta/Projects/PickerTest3/build/pickertest400.app","showIOSLog":true,"noReset":true,"showXcodeLog":true,"newCommandTimeout":"500","automationName":"XCUITest","udid":"xxx","platformName":"iOS","deviceName":"iPhone","fullReset":false},"requiredCapabilities":{},"capabilities":{"desiredCapabilities":{"app":"/Users/xxx/git/ta/Projects/PickerTest3/build/pickertest400.app","showIOSLog":true,"noReset":true,"showXcodeLog":true,"newCommandTimeout":"500","automationName":"XCUITest","udid":"xxx","platformName":"iOS","deviceName":"iPhone","fullReset":false},"requiredCapabilities":{},"alwaysMatch":{"platformName":"iOS"},"firstMatch":[]}} | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"/Users/xxx/git/ta/Projects/PickerTest3/build/pickertest400.app","showIOSLog":true,"noReset":true,"showXcodeLog":true,"newCommandT |
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
import java.io.File; | |
import io.appium.java_client.AppiumDriver; | |
import io.appium.java_client.ios.IOSDriver; | |
import io.appium.java_client.ios.IOSElement; | |
import java.net.URL; | |
import org.openqa.selenium.remote.DesiredCapabilities; | |
public class PickerTest { |
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
Hardware Model: iPhone9,4 | |
Process: pickertest [856] | |
Path: /private/var/containers/Bundle/Application/DEE8A3BB-E625-404D-ABC6-7AA7834E1BCF/pickertest400.app/pickertest | |
Identifier: fi.pickertest | |
Version: 1 (1.0) | |
Code Type: ARM-64 (Native) | |
Role: Foreground | |
Parent Process: launchd [1] | |
Coalition: fi.pickertest [959] |