- 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/
我在识别“Appium”中突出显示的元素时收到以下消息。 Appium: 1.7.1设备:iPhone X(12.0 和模拟器)Java 客户端: 1.6.1Xcode:V 10 交互不适用于此元素。
我在 IOS 和 Android 的移动自动化中使用了 Appium。我想知道提供 Calabash 的优势,以及这两种工具生成的脚本是否有共同点? 我已经点击了这个链接:Appium VS Cala
由于 swipe() 已弃用,我无法从左向右滑动屏幕。我的应用程序中有 4 个横幅,我想滑动以查看所有横幅。 最佳答案 这适用于所有方向: 枚举: public enum DIRECTION {
在进行 Appium 测试时,我单击退出应用程序的按钮,如何检查应用程序是否正在运行或我们返回主屏幕。是否有任何方法可以仅通过包名称查找元素列表。 最佳答案 import io.appium.java
我试过命令: npm -install -g appium@1.6 但是当我重新启动 Appium 时,它仍然是 1.5.3 版本。 最佳答案 有两种不同类型的 appium 工具可用 Appium
Mac书空气 Java 1.8 Appium桌面版1.8.1 大家好, 我正在构建一个 TestNG 框架,并且我想以编程方式启动我的 appium 桌面服务器以进行测试。所以我决定做的是创建一个 j
打开终端 (cmd) 并运行 appium-doctor 后,我收到以下警告: WARN AppiumDoctor ✖ opencv4nodejs cannot be found. WARN Appi
这里是移动自动化的新手。我正在尝试使用 Touch Action 执行以下代码来执行滑动操作以导航到第 2 页,但滑动不起作用。 AndroidDriver driver=new AndroidDri
我有一个 iOS 应用程序,它在单个页面上有很多输入字段。我想自动执行这些输入,我知道如何滚动到这些元素和所有内容,但我对部分显示的元素有疑问。 有两种情况下部分显示的元素会导致问题: 第一种情况是当
我正在使用 eclipse 学习 appium,但在启动我的模拟器时卡住了。我尝试了不同的方法,例如在文件夹结构中四处移动文件,但我一直收到 文件不存在或不可访问 我尝试搜索答案,但没有任何帮助。 p
我的应用程序需要多个应用程序权限。我需要通过允许或拒绝不同的权限来检查我的应用程序的行为。如何从 appium 启用/禁用应用程序权限以创建多个场景? 例如,假设我的应用程序需要权限:permissi
我正在使用 Appium 版本 V1.15.0 并且已经使用默认主机:0.0.0.0 和端口:4723 成功启动服务器 但是现在当我尝试启动服务器时,它显示了这个错误“Error Starting A
我在一家提供 wifi 的公司工作。我有一些接入点设置,我想编写一些模拟连接到这些接入点的自动化测试。 所以我的测试将是这样的: 发射装置 转到设备上的 wifi 设置 选择要连接的wifi 验证设备
我在用 : Xcode 10.1 Os Version : 12.1 iPhone 6 我确实按照所有必需的步骤来设置构建和所有内容,但是在尝试使用 xcode build 构建项目时仍然出现错误。
我正在使用 appium 工具测试我的应用程序。在测试过程中,android应用程序在启动器事件附近崩溃,仅在8以下版本的某些设备上显示以下错误。如何解决? An unknown server-sid
我试图运行测试ipa。但是 appium 在循环中重新启动应用程序并产生此错误。 [INST STDERR] Instruments Trace Error : Target failed to ru
我想知道是否有人知道在运行 Appium 测试时使用什么 Java/Groovy 库/工具来嗅探、记录和处理 native 应用程序的 HTTP 流量?有没有人在特定情况下使用 Browser Mob
我在测试中担任 SD。我是 Appium 自动化工具的新手,这个工具对我来说设置环境非常棘手。 我引用了以下链接:http://unmesh.me/category/appium/ 这个链接帮助我安装
正在测试 Android 和 iOS 应用程序。这是我的应用程序的配置屏幕,出现一个 OTP 用例,停止对应用程序的进一步测试。用例是。 当用户在应用程序的起始页面输入手机号码时,指令为 。点击发送按
我已经安装了 appium doctor 并且在 mac 上没有错误地安装了它。但是,当我使用命令“appium-doctor -h”进行检查时。它给出了以下异常。你能告诉我这里出了什么问题吗: ap
我是一名优秀的程序员,十分优秀!