XCTestWD icon indicating copy to clipboard operation
XCTestWD copied to clipboard

A Swift implementation of WebDriver server for iOS that runs on Simulator/iOS devices.

Results 14 XCTestWD issues
Sort by recently updated
recently updated
newest added

请相关大佬解决下 这个构建失败问题 ,急着用新版本。 @xudafeng

help wanted

``` xcodebuild -version : 12.4 xcodebuild -showsdks : iOS SDKs: iOS 14.4 -sdk iphoneos14.4 iOS Simulator SDKs: Simulator - iOS 14.4 -sdk iphonesimulator14.4 macOS SDKs: DriverKit 20.2 -sdk driverkit.macosx20.2 macOS...

![image](https://user-images.githubusercontent.com/19643260/133785173-9d0dfb9f-b48e-4b4d-809d-c6e053afd219.png) >> xctest-client.js:224:18 [master] pid:9928 Testing failed: XCTestWDUITests: XCTestWDUITests-Runner encountered an error (Failed to install or launch the test runner. If you believe this error represents a bug, please attach...

(NSDictionary *)attributesForElement:(id )element attributes:(NSArray *)attributes { if ([XCTestAXClient respondsToSelector:@selector(attributesForElement:attributes:error:)]) { NSError *error = nil; //执行到此处就异常退出 NSDictionary* result = [XCTestAXClient attributesForElement:element attributes:attributes error:&error]; return result; } return [XCTestAXClient attributesForElement:element attributes:attributes]; }...

I am trying to build universal framework by selecting Scheme "XCTestWDAggregation" but it is failing.

ios>=14.0以上的系统,去除了私有api XCEventGenerator相关操作,在云真机的使用场景下,使用ios自带的点击api会非常慢,请问有什么好的解决办法吗?

/wd/hub/source接口正常 断点调试发现在这一步一直在没结果返回... let attributesResult = (XCTestXCAXClientProxy.sharedClient() ).attributes(forElement: self, attributes: [number]) xcocde12 模拟器ios12.2

iOS 13.4 使用 keys功能会崩溃 目前无法使用全局输入的功能输入文本

切换webview后,对控件进行点击或输入失败,server报的日志如下: >> proxy.js:85:20 [master] pid:1844 Got response with status 200: {"status":0,"value":"","sessionId":""} >> session.js:120:14 [master] pid:1844 Send HTTP Respone to Client[2020-12-11 14:39:19]: {"status":0,"value":"","sessionId":""} >> responseHandler.js:11:12 [master] pid:1844 Recieve HTTP Request from...

![image](https://user-images.githubusercontent.com/38234865/61619960-763e8900-aca2-11e9-9bf8-4853e1a2b482.png) 环境: 5:46:48.245 xcodebuild[56213:1369918] Beginning test session XCTestWDUITests-E197EB80-5378-4197-9F2F-639C0E529FDA at 2019-07-22 15:46:48.244 with Xcode 10E1001 on target 📱 { deviceSerialNumber: FFXVGDMNJC6F identifier: 444575bf09ea978e65058c7ee7b69f045738daff deviceClass: iPhone deviceName: iphone8 deviceIdentifier: 444575bf09ea978e65058c7ee7b69f045738daff productVersion: 12.2...