- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
期望的能力:"platformName": "ios","appium:platformVersion": "15.4","appium:deviceName": "iPhone 8","appium:automationName": "XCUITest","appium:app": "/Users/user/Desktop/Test.app"
主机:0.0.0.0端口:4723路径:/wd/hub
Appium 版本 - 1.22.2Appium 检查器版本 - 2022.5.1Mac 操作系统版本 - Monterey 12.3.1Xcode 版本 - 13.3.1
注意:我一直在使用模拟器,一旦启动服务器,模拟器就在后台运行,但是Appium上的Inspector屏幕显示无限加载
Appium 日志:
[WebDriverAgent] "testmanagerdVersion": 28,
[WebDriverAgent] "name": "iOS",
[WebDriverAgent] "sdkVersion": "15.4",
[WebDriverAgent] "version": "15.4"
[WebDriverAgent] },
[WebDriverAgent] "ios": {
[WebDriverAgent] "simulatorVersion": "15.4",
[WebDriverAgent] "ip": "192.168.1.8"
[WebDriverAgent] },
[WebDriverAgent] "ready": true,
[WebDriverAgent] "build": {
[WebDriverAgent] "upgradedAt": "1644399105000",
[WebDriverAgent] "time": "May 5 2022 13:16:52",
[WebDriverAgent] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner"
[WebDriverAgent] }
[WebDriverAgent] }
[WebDriverAgent] WebDriverAgent successfully started after 9864ms
[BaseDriver] Event 'wdaSessionAttempted' logged at 1651740198289 (14:13:18 GMT+0530 (India Standard Time))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.gudsho.beta","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":false}],"alwaysMatch":{}}}
[Xcode] t = 0.50s Open com.gudsho.beta
[Xcode]
[Xcode] t = 0.50s Launch com.gudsho.beta
[Xcode]
[Xcode] t = 0.58s Setting up automation session
[Xcode]
[Xcode] 2022-05-05 14:13:19.918140+0530 WebDriverAgentRunner-Runner[4823:99379] Waiting up to 10s until com.gudsho.beta is in idle state (including animations)
[Xcode]
[Xcode] t = 2.12s Wait for com.gudsho.beta to idle
[Xcode]
[Xcode] 2022-05-05 14:13:26.584535+0530 WebDriverAgentRunner-Runner[4823:99379] The application 'com.gudsho.beta' is not running in foreground after 5.00 seconds
[Xcode]
[Xcode] 2022-05-05 14:13:26.591406+0530 WebDriverAgentRunner-Runner[4823:99379] Getting the most recent active application (out of 1 total items)
[Xcode]
[Xcode] t = 8.80s Find the Application 'com.apple.springboard'
[Xcode]
[Xcode] t = 8.83s Requesting snapshot of accessibility hierarchy for app with pid 4637
[Xcode]
[WD Proxy] Got response with status 200: {"value":{"sessionId":"10653560-5FEA-42E8-AA78-9ED1C632378F","capabilities":{"device":"iphone","browserName":" ","sdkVersion":"15.4","CFBundleIdentifier":"com.apple.springboard"}},"sessionId":"10653560-5FEA-42E8-AA78-9ED1C632378F"}
[WD Proxy] Determined the downstream protocol as 'W3C'
[BaseDriver] Event 'wdaSessionStarted' logged at 1651740206692 (14:13:26 GMT+0530 (India Standard Time))
[BaseDriver] Event 'wdaStarted' logged at 1651740206692 (14:13:26 GMT+0530 (India Standard Time))
[XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
[BaseDriver] Event 'orientationSet' logged at 1651740206693 (14:13:26 GMT+0530 (India Standard Time))
[BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
[BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
[Appium] New XCUITestDriver session created successfully, session 3e1d7a8e-ad22-4319-851e-d100e4c0eb6c added to master session list
[BaseDriver] Event 'newSessionStarted' logged at 1651740206693 (14:13:26 GMT+0530 (India Standard Time))
[W3C (3e1d7a8e)] Cached the protocol value 'W3C' for the new session 3e1d7a8e-ad22-4319-851e-d100e4c0eb6c
[W3C (3e1d7a8e)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"ios","platformVersion":"15.4","deviceName":"iPhone 8","automationName":"XCUITest","app":"/Users/user/Desktop/GudSho.app","includeSafariInWebviews":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"8C8DD270-D945-45D8-B498-875111829BA0"}}
[HTTP] <-- POST /wd/hub/session 200 35603 ms - 545
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/screenshot
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getScreenshot() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getScreenshot'
[XCUITest] Taking screenshot with WDA
[WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
[WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/10653560-5FEA-42E8-AA78-9ED1C632378F/screenshot] with no body
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[WD Proxy] Got response with status 500: {"value":{"error":"unable to capture screen","message":"Error Domain=com.facebook.WebDriverAgent Code=1 \"Cannot take a screenshot within 20000 ms timeout\" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}","traceback":""},"sessionId":"10653560-5FEA-42E8-AA78-9ED1C632378F"}
[W3C] Matched W3C error code 'unable to capture screen' to UnableToCaptureScreen
[XCUITest] Error getting screenshot: Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
[XCUITest] Falling back to 'simctl io screenshot' API
[W3C (3e1d7a8e)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAC7qADAAQAAAABAAAFNgAAAACw0axrAABAAElEQVR4AeydCcBt1dz/173dJqGEiCRTQsrULaGuIqWQKFFShuoNyVCSEC/+GSJNGpXiTYomKqVESa4hMqQomQkZmqd7//uzzlnn7rOffcZ9nv2cc5/Pqueevdde42ft4bvW/q2154QQFmd/OglIQAISkIAEJCABCUhgjAnMHeOyWTQJSEACEpCABCQgAQlIoElA4e6pIAEJSEACEpCABCQggQkgoHCfgEayiBKQgAQkIAEJSEACElC4ew5IQAISkIAEJCABCUhgAggo3CegkSyiBCQgAQlIQAISkIAEFO6eAxKQgAQkIAEJSEACEpgAAgr3CWgkiygBCUhAAhKQgAQkIIF5IpCABCQgAQlIQAISkMCkE5g7d2549KMfHdZYY43wgAc8ICy77LJhmWWWmZFq3XfffeGee+4Jt9xyS/jjH/8Yfve734VFixZVLsucLAU/wFQZY/0JPPzhDw8PfehDw4Mf/ODW3z//+c+Q/v7+97+Hv/71r/UXzBwlIAEJSEACEpBAzQRWXHHF8OxnPzusssoqNefcX3b//ve/w/e+971wxx139BehQyiFewcw4+ZNj3HdddcNCxYsCJtvvnl40IMeFO69994wZ86cMG/evLDccsuFu+++O/otXrw4+v3rX/8KF198cfj2t78dfvaznwV6fzoJSEACEpCABCSwNBFgpB19hGhHGP/iF78IDGDeddddIxnlHoYVZVp++eXDQx7ykKjf6Fgg3i+99NJKZRqpcKeQjASvvvrq8dXA9ddfP9ZicYsttgivfvWrw+c///kIcpiGme44MN1mm23C2972tijGV1hhhYFe+yDWOYn5/cxnPhO+9rWv...
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 200 15861 ms - 42
[HTTP]
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/screenshot 200 20361 ms - 310864
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/window/rect
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getWindowRect() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getWindowRect'
[WD Proxy] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/10653560-5FEA-42E8-AA78-9ED1C632378F/window/size] with no body
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[Xcode] 2022-05-05 14:13:48.082431+0530 WebDriverAgentRunner-Runner[4823:99379] Getting the most recent active application (out of 1 total items)
[Xcode]
[Xcode] t = 30.29s Requesting snapshot of accessibility hierarchy for app with pid 4637
[Xcode]
[Xcode] 2022-05-05 14:13:48.133316+0530 WebDriverAgentRunner-Runner[4823:99379] Getting the most recent active application (out of 1 total items)
[Xcode]
[WD Proxy] Got response with status 200: {"value":{"width":375,"height":667},"sessionId":"10653560-5FEA-42E8-AA78-9ED1C632378F"}
[W3C (3e1d7a8e)] Responding to client with driver.getWindowRect() result: {"width":375,"height":667,"x":0,"y":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/window/rect 200 468 ms - 48
[HTTP]
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 454 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/source
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getPageSource() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getPageSource'
[WD Proxy] Matched '/source?scope=AppiumAUT' to command name 'getPageSource'
[WD Proxy] Proxying [GET /source?scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/10653560-5FEA-42E8-AA78-9ED1C632378F/source?scope=AppiumAUT] with no body
[Xcode] 2022-05-05 14:13:48.149388+0530 WebDriverAgentRunner-Runner[4823:99379] Getting the most recent active application (out of 1 total items)
[Xcode]
[Xcode] 2022-05-05 14:13:48.153917+0530 WebDriverAgentRunner-Runner[4823:99379] The following attributes were requested to be included into the XML: {(
[Xcode] FBHeightAttribute,
[Xcode] FBAccessibleAttribute,
[Xcode] FBValueAttribute,
[Xcode] FBVisibleAttribute,
[Xcode] FBWidthAttribute,
[Xcode] FBEnabledAttribute,
[Xcode] FBTypeAttribute,
[Xcode] FBYAttribute,
[Xcode] FBLabelAttribute,
[Xcode] FBIndexAttribute,
[Xcode] FBXAttribute,
[Xcode] FBNameAttribute
[Xcode] )}
[Xcode]
[Xcode] 2022-05-05 14:13:48.154613+0530 WebDriverAgentRunner-Runner[4823:99379] Waiting up to 2s until com.apple.springboard is in idle state (including animations)
[Xcode] t = 30.36s Wait for com.apple.springboard to idle
[Xcode]
[Xcode] t = 30.37s Requesting snapshot of accessibility hierarchy for app with pid 4637
[Xcode]
[WD Proxy] socket hang up
[W3C (3e1d7a8e)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up
[W3C (3e1d7a8e)] at JWProxy.command (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:274:13)
[W3C (3e1d7a8e)] at runMicrotasks ()
[W3C (3e1d7a8e)] at processTicksAndRejections (internal/process/task_queues.js:85:5)
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/source 500 639 ms - 677
[HTTP]
[Xcode] 2022-05-05 14:13:50.026006+0530 WebDriverAgentRunner-Runner[4866:100431] Running tests...
[Xcode]
[Xcode]
[Xcode] Restarting after unexpected exit, crash, or test timeout in -[UITestingUITests testRunner]; summary will include totals from previous launches.
[Xcode]
[Xcode]
[Xcode] Test Suite 'Selected tests' started at 2022-05-05 14:13:50.491
[Xcode]
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2022-05-05 14:13:50.492
[Xcode]
[Xcode] Test Suite 'UITestingUITests' started at 2022-05-05 14:13:50.492
[Xcode]
[Xcode] t = nans Suite Set Up
[Xcode]
[Xcode] Test Suite 'UITestingUITests' failed at 2022-05-05 14:13:50.517.
[Xcode] Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.025) seconds
[Xcode]
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2022-05-05 14:13:50.518.
[Xcode] Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.026) seconds
[Xcode]
[Xcode] Test Suite 'Selected tests' failed at 2022-05-05 14:13:50.519.
[Xcode] Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.028) seconds
[Xcode]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[Xcode] 2022-05-05 14:14:04.498 xcodebuild[4812:98942] [MT] IDETestOperationsObserverDebug: 53.722 elapsed -- Testing started completed.
[Xcode]
[Xcode] 2022-05-05 14:14:04.498 xcodebuild[4812:98942] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec -- start
[Xcode] 2022-05-05 14:14:04.498 xcodebuild[4812:98942] [MT] IDETestOperationsObserverDebug: 53.722 sec, +53.722 sec -- end
[Xcode]
[Xcode]
[Xcode] Test session results, code coverage, and logs:
[Xcode] /Users/user/Library/Developer/Xcode/DerivedData/WebDriverAgent-aghlrsejdreqngftgvcqwnjgrbou/Logs/Test/Test-WebDriverAgentRunner-2022.05.05_14-13-10-+0530.xcresult
[Xcode]
[Xcode]
[Xcode] Failing tests:
[Xcode] WebDriverAgentRunner:
[Xcode] -[UITestingUITests testRunner]
[Xcode]
[Xcode] ** TEST EXECUTE FAILED **
[Xcode]
[Xcode]
[Xcode] Testing started
[Xcode]
[WebDriverAgent] xcodebuild exited with code '65' and signal 'null'
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 2 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 3 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 2 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts
[HTTP] {}
[W3C (3e1d7a8e)] Calling AppiumDriver.getTimeouts() with args: ["3e1d7a8e-ad22-4319-851e-d100e4c0eb6c"]
[XCUITest] Executing command 'getTimeouts'
[W3C (3e1d7a8e)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[HTTP] <-- GET /wd/hub/session/3e1d7a8e-ad22-4319-851e-d100e4c0eb6c/timeouts 304 1 ms - -
[HTTP]
最佳答案
如果您使用的是 Xcode 版本 13.3.*,您需要更新到最新的 Appium 版本 1.22.3你应该可以走了
关于xcode - Appium Inspector 在 Mac OS 上持续加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72124507/
我正在观看来自 iTunes U. 的视频讲座,其中讲师展示了如何使用 Xcode 的调试器部分并能够将该窗口从主窗口拉开。 不幸的是,视频显示了如何在 Xcode3 中执行此操作的说明。如何在 Xc
现在我正在开发一个使用 Markdown 的静态网站。我不想在 SublimeText 中编辑文件,而是想在 Xcode 中编辑它们。我可以在 Xcode 中打开各个文件,但我想打开整个静态站点目录并
现在我正在开发一个使用 Markdown 的静态网站。我不想在 SublimeText 中编辑文件,而是想在 Xcode 中编辑它们。我可以在 Xcode 中打开各个文件,但我想打开整个静态站点目录并
我真的厌倦了其他用户的项目错误,因为 XCode 的默认类引用类型是“相对于 XCode 文件夹”。我知道您可以将其更改为“相对于封闭组”,这就是我们的项目,但是任何时候有人创建一个新的类文件并且忘记
我对 Xcode 一无所知,除了它是来自 Apple 的开发人员界面,它实际上来自 OSX CD,它也用于创建 iPhone 应用程序。 我也知道它有一个 Applications 文件夹,里面装满了
更新 Xcode(从 7.2 到 7.2.1)后,XcodeServer 无法运行 Xcode Service。当我选择更新的 Xcode 时,提示消息:Enable Accessibility ac
我很难找到有关新 XCode 布局的信息。如何查看源文件的反汇编,而不仅仅是 C++ 代码? 最佳答案 在 Xcode 4.2(和 Xcode 5)中,您可以通过以下方式查看文件的汇编或反汇编: 显示
我在 XCode 中为我的项目添加了一个文件夹并将其命名为 Themes,它将用于存储我的 iPad 应用程序的主题。在那下面我有红色、蓝色等等。 它们出现在 XCode 中。但是当我查看物理文件夹时
作为我之前 How can I create a reference cycle using dispatchQueues? 的后续: 对于强引用(会造成泄漏,但不是循环引用),例如Timer、Dis
我有一台 macbook air,我去商店安装 Xcode 7.3 并点击更新 App 按钮,然后出现了一个加载图标,但等待 30 分钟后什么也没发生。我从商店成功安装了 simple recorde
我的项目现在有一个project.xcworkspace/xcshareddata目录。 Xcode在project.xcworkspace/xcshareddata目录中存储什么? 最佳答案 xcs
我不经常使用 XCode 进行开发,最近 MacPorts 告诉我我需要获得 3.1 才能使包工作。我去了苹果,他们为我提供了最新版本,结果只适用于 OSX 6。因为我有 OSX 5,它对我没有任何帮
有谁知道如何强制 Xcode 停止运行。我更新到 6.2 但现在它不能正常工作。我需要退出 Xcode 才能完成更新或卸载并重新安装。菜单中的相当 Xcode 不可用。无法将其拖到垃圾箱,因为它说它仍
我最近从我的项目中删除了一些旧的测试类并删除了文件。正如预期的那样,文件被移到垃圾箱并在 git 中显示为已删除。 不幸的是,测试类和它们定义的测试用例继续出现在测试导航器中。我已经尝试过常见的疑点,
Xcode 中的场景编辑器显示大小但不显示单位。它是以英寸为单位的尺寸还是以米为单位的尺寸? 例如,当我选择一个节点时,例如一个盒子,当我在节点检查器中检查它的属性并在“边界框”旁边的“变换”部分检查
只想知道 xcode 项目中事件可执行文件的目的是什么? 谢谢 索拉布 最佳答案 自己找到了..希望它会帮助某人。 您可以在其中运行和测试软件产品的可执行环境。可执行环境定义了应该用来运行产品的程序。
刚回到我的办公 table ,Xcode 一直在文件中突出显示/强调空白区域。如果我输入一些东西它就会消失,但如果我切换标签并回来,它们会重新出现。 更新:这不是由“显示隐形”选项引起的。那看起来不一
我首先注意到这一点 Cmd-/偶尔拒绝为注释取消注释的代码行工作。但是现在(刚刚使用 XCode 4.1,虽然这可能无关)它发生在 Cmd-B建立。 我无法弄清楚我正在做什么导致这种情况,或者是否有任
我不太了解Xcode 4的工作区的实用程序。它们的用途是什么,它们如何帮助Xcode进行开发? 最佳答案 例如。您有一个在两个应用程序中使用的库。您很可能为此库拥有一个自己的项目,对吗?现在,您可以自
我正在关注一个应用程序教程,它说: “接下来,在 Xcode 应用程序项目目录的根目录下创建一个空文件,并调用该文件 Podfile。使用您喜欢的文本编辑器打开它,然后在其中粘贴以下行:” 我很困惑这
我是一名优秀的程序员,十分优秀!