appium-webdriveragent 3.9.2 → 3.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/PrivateHeaders/.DS_Store +0 -0
- package/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h +3 -0
- package/README.md +0 -1
- package/WebDriverAgent.xcodeproj/project.pbxproj +56 -56
- package/WebDriverAgent.xcodeproj/project.xcworkspace/xcuserdata/elf.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/WebDriverAgent.xcodeproj/xcuserdata/elf.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +51 -0
- package/WebDriverAgent.xcodeproj/xcuserdata/{kazuaki.xcuserdatad → elf.xcuserdatad}/xcschemes/xcschememanagement.plist +23 -8
- package/WebDriverAgentLib/.DS_Store +0 -0
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h +0 -17
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +0 -16
- package/WebDriverAgentLib/Categories/XCUIElement+FBIsVisible.m +28 -14
- package/WebDriverAgentLib/Categories/XCUIElement+FBResolve.h +37 -0
- package/WebDriverAgentLib/Categories/XCUIElement+FBResolve.m +51 -0
- package/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m +8 -2
- package/WebDriverAgentLib/Commands/FBElementCommands.m +3 -1
- package/WebDriverAgentLib/Commands/FBOrientationCommands.m +20 -9
- package/WebDriverAgentLib/Commands/FBSessionCommands.m +119 -99
- package/WebDriverAgentLib/FBApplication.m +1 -1
- package/WebDriverAgentLib/Routing/FBElementCache.m +42 -11
- package/WebDriverAgentLib/Routing/FBResponsePayload.m +9 -3
- package/WebDriverAgentLib/Routing/FBSession.h +6 -0
- package/WebDriverAgentLib/Routing/FBSession.m +45 -55
- package/WebDriverAgentLib/Utilities/FBAlertsMonitor.h +1 -3
- package/WebDriverAgentLib/Utilities/FBAlertsMonitor.m +6 -13
- package/WebDriverAgentLib/Utilities/FBCapabilities.h +23 -0
- package/WebDriverAgentLib/Utilities/FBCapabilities.m +23 -0
- package/WebDriverAgentLib/Utilities/FBConfiguration.m +6 -1
- package/WebDriverAgentLib/Utilities/FBScreenshot.m +125 -14
- package/WebDriverAgentLib/Utilities/FBSettings.h +23 -23
- package/WebDriverAgentLib/Utilities/FBSettings.m +23 -23
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.h +16 -0
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +16 -0
- package/WebDriverAgentLib/Utilities/FBXPath.m +15 -44
- package/WebDriverAgentLib/Utilities/LRUCache/.DS_Store +0 -0
- package/WebDriverAgentLib/Utilities/LRUCache/LRUCache.h +59 -0
- package/WebDriverAgentLib/Utilities/LRUCache/LRUCache.m +104 -0
- package/WebDriverAgentLib/Utilities/LRUCache/LRUCacheNode.h +43 -0
- package/WebDriverAgentLib/Utilities/LRUCache/LRUCacheNode.m +59 -0
- package/WebDriverAgentLib/Vendor/.DS_Store +0 -0
- package/WebDriverAgentRunner/.DS_Store +0 -0
- package/WebDriverAgentRunner-Runner.app.zip +0 -0
- package/WebDriverAgentTests/IntegrationApp/Resources/.DS_Store +0 -0
- package/WebDriverAgentTests/IntegrationTests/FBSessionIntegrationTests.m +20 -16
- package/WebDriverAgentTests/IntegrationTests/XCUIApplicationHelperTests.m +2 -1
- package/WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m +11 -0
- package/WebDriverAgentTests/UnitTests/Doubles/FBApplicationDouble.h +3 -0
- package/WebDriverAgentTests/UnitTests/Doubles/FBApplicationDouble.m +15 -0
- package/WebDriverAgentTests/UnitTests/Doubles/XCUIElementDouble.h +1 -0
- package/WebDriverAgentTests/UnitTests/Doubles/XCUIElementDouble.m +1 -0
- package/WebDriverAgentTests/UnitTests/FBSessionTests.m +11 -1
- package/WebDriverAgentTests/UnitTests/FBXPathTests.m +3 -1
- package/WebDriverAgentTests/UnitTests_tvOS/Doubles/XCUIElementDouble.h +1 -0
- package/WebDriverAgentTests/UnitTests_tvOS/Doubles/XCUIElementDouble.m +1 -0
- package/package.json +3 -3
- package/WebDriverAgent.xcodeproj/project.xcworkspace/xcuserdata/kazuaki.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/WebDriverAgent.xcodeproj/project.xcworkspace/xcuserdata/kazuaki.xcuserdatad/WorkspaceSettings.xcsettings +0 -20
- package/WebDriverAgent.xcodeproj/xcuserdata/kazuaki.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +0 -906
- package/WebDriverAgentLib/Vendor/YYCache/YYCache.h +0 -206
- package/WebDriverAgentLib/Vendor/YYCache/YYCache.m +0 -140
- package/WebDriverAgentLib/Vendor/YYCache/YYDiskCache.h +0 -412
- package/WebDriverAgentLib/Vendor/YYCache/YYDiskCache.m +0 -462
- package/WebDriverAgentLib/Vendor/YYCache/YYKVStorage.h +0 -325
- package/WebDriverAgentLib/Vendor/YYCache/YYKVStorage.m +0 -1068
- package/WebDriverAgentLib/Vendor/YYCache/YYMemoryCache.h +0 -213
- package/WebDriverAgentLib/Vendor/YYCache/YYMemoryCache.m +0 -508
|
Binary file
|
|
@@ -47,4 +47,7 @@
|
|
|
47
47
|
- (void)_XCT_requestScreenshotOfScreenWithID:(unsigned int)arg1 withRect:(struct CGRect)arg2 uti:(NSString *)arg3 compressionQuality:(double)arg4 withReply:(void (^)(NSData *, NSError *))arg5;
|
|
48
48
|
- (void)_XCT_requestScreenshotOfScreenWithID:(unsigned int)arg1 withRect:(struct CGRect)arg2 withReply:(void (^)(NSData *, NSError *))arg3;
|
|
49
49
|
- (void)_XCT_requestSnapshotForElement:(XCAccessibilityElement *)arg1 attributes:(NSArray *)arg2 parameters:(NSDictionary *)arg3 reply:(void (^)(XCElementSnapshot *, NSError *))arg4;
|
|
50
|
+
|
|
51
|
+
// Available since Xcode 12.5. Required (!!!) to use since Xcode 13
|
|
52
|
+
- (void)_XCT_requestScreenshot:(/*XCTScreenshotRequest * */id)arg1 withReply:(void (^)(/*XCTImage * */id, NSError *))arg2;
|
|
50
53
|
@end
|
package/README.md
CHANGED
|
@@ -39,7 +39,6 @@ Follow [this doc](docs/CREATING_BUNDLES.md)
|
|
|
39
39
|
WebDriverAgent depends on the following third-party frameworks:
|
|
40
40
|
- [CocoaHTTPServer](https://github.com/robbiehanson/CocoaHTTPServer)
|
|
41
41
|
- [RoutingHTTPServer](https://github.com/mattstevens/RoutingHTTPServer)
|
|
42
|
-
- [YYCache](https://github.com/ibireme/YYCache)
|
|
43
42
|
|
|
44
43
|
These projects haven't been maintained in a while. That's why the source code of these
|
|
45
44
|
projects has been integrated directly in the WebDriverAgent source tree.
|
|
@@ -337,7 +337,19 @@
|
|
|
337
337
|
7140974B1FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 714097491FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.h */; };
|
|
338
338
|
7140974C1FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7140974A1FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.m */; };
|
|
339
339
|
7140974E1FAE20EE008FB2C5 /* FBBaseActionsSynthesizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7140974D1FAE20EE008FB2C5 /* FBBaseActionsSynthesizer.m */; };
|
|
340
|
+
71414ED42670A1EE003A8C5D /* LRUCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 71414ED02670A1ED003A8C5D /* LRUCache.h */; };
|
|
341
|
+
71414ED52670A1EE003A8C5D /* LRUCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 71414ED02670A1ED003A8C5D /* LRUCache.h */; };
|
|
342
|
+
71414ED62670A1EE003A8C5D /* LRUCacheNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 71414ED12670A1ED003A8C5D /* LRUCacheNode.h */; };
|
|
343
|
+
71414ED72670A1EE003A8C5D /* LRUCacheNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 71414ED12670A1ED003A8C5D /* LRUCacheNode.h */; };
|
|
344
|
+
71414ED82670A1EE003A8C5D /* LRUCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 71414ED22670A1ED003A8C5D /* LRUCache.m */; };
|
|
345
|
+
71414ED92670A1EE003A8C5D /* LRUCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 71414ED22670A1ED003A8C5D /* LRUCache.m */; };
|
|
346
|
+
71414EDA2670A1EE003A8C5D /* LRUCacheNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 71414ED32670A1ED003A8C5D /* LRUCacheNode.m */; };
|
|
347
|
+
71414EDB2670A1EE003A8C5D /* LRUCacheNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 71414ED32670A1ED003A8C5D /* LRUCacheNode.m */; };
|
|
340
348
|
714801D11FA9D9FA00DC5997 /* FBSDKVersionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 714801D01FA9D9FA00DC5997 /* FBSDKVersionTests.m */; };
|
|
349
|
+
714EAA0D2673FDFE005C5B47 /* FBCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 714EAA0B2673FDFE005C5B47 /* FBCapabilities.h */; };
|
|
350
|
+
714EAA0E2673FDFE005C5B47 /* FBCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 714EAA0B2673FDFE005C5B47 /* FBCapabilities.h */; };
|
|
351
|
+
714EAA0F2673FDFE005C5B47 /* FBCapabilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 714EAA0C2673FDFE005C5B47 /* FBCapabilities.m */; };
|
|
352
|
+
714EAA102673FDFE005C5B47 /* FBCapabilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 714EAA0C2673FDFE005C5B47 /* FBCapabilities.m */; };
|
|
341
353
|
7150348721A6DAD600A0F4BA /* FBImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7150348521A6DAD600A0F4BA /* FBImageUtils.h */; };
|
|
342
354
|
7150348821A6DAD600A0F4BA /* FBImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7150348621A6DAD600A0F4BA /* FBImageUtils.m */; };
|
|
343
355
|
7150FFF722476B3A00B2EE28 /* FBForceTouchTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE8DDD7A20C57320004D4925 /* FBForceTouchTests.m */; };
|
|
@@ -390,22 +402,6 @@
|
|
|
390
402
|
718226CF2587443700661B83 /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C82587443600661B83 /* GCDAsyncSocket.m */; };
|
|
391
403
|
718226D02587443700661B83 /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C92587443600661B83 /* GCDAsyncUdpSocket.m */; };
|
|
392
404
|
718226D12587443700661B83 /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C92587443600661B83 /* GCDAsyncUdpSocket.m */; };
|
|
393
|
-
718226EA2587446200661B83 /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226E22587446100661B83 /* YYKVStorage.m */; };
|
|
394
|
-
718226EB2587446200661B83 /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226E22587446100661B83 /* YYKVStorage.m */; };
|
|
395
|
-
718226EC2587446200661B83 /* YYKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226E32587446100661B83 /* YYKVStorage.h */; };
|
|
396
|
-
718226ED2587446200661B83 /* YYKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226E32587446100661B83 /* YYKVStorage.h */; };
|
|
397
|
-
718226EE2587446200661B83 /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226E42587446100661B83 /* YYCache.m */; };
|
|
398
|
-
718226EF2587446200661B83 /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226E42587446100661B83 /* YYCache.m */; };
|
|
399
|
-
718226F02587446200661B83 /* YYDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226E52587446100661B83 /* YYDiskCache.h */; };
|
|
400
|
-
718226F12587446200661B83 /* YYDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226E52587446100661B83 /* YYDiskCache.h */; };
|
|
401
|
-
718226F22587446200661B83 /* YYMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226E62587446100661B83 /* YYMemoryCache.h */; };
|
|
402
|
-
718226F32587446200661B83 /* YYMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226E62587446100661B83 /* YYMemoryCache.h */; };
|
|
403
|
-
718226F42587446200661B83 /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226E72587446100661B83 /* YYMemoryCache.m */; };
|
|
404
|
-
718226F52587446200661B83 /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226E72587446100661B83 /* YYMemoryCache.m */; };
|
|
405
|
-
718226F62587446200661B83 /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226E82587446100661B83 /* YYDiskCache.m */; };
|
|
406
|
-
718226F72587446200661B83 /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226E82587446100661B83 /* YYDiskCache.m */; };
|
|
407
|
-
718226F82587446200661B83 /* YYCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226E92587446200661B83 /* YYCache.h */; };
|
|
408
|
-
718226F92587446200661B83 /* YYCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226E92587446200661B83 /* YYCache.h */; };
|
|
409
405
|
71822702258744A400661B83 /* HTTPResponseProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA224913C210060D7EB /* HTTPResponseProxy.h */; };
|
|
410
406
|
7182270B258744A700661B83 /* Route.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA324913C210060D7EB /* Route.h */; };
|
|
411
407
|
71822714258744A900661B83 /* RouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCAA24913C220060D7EB /* RouteRequest.h */; };
|
|
@@ -470,6 +466,10 @@
|
|
|
470
466
|
71D04DC925356C43008A052C /* XCUIElement+FBCaching.h in Headers */ = {isa = PBXBuildFile; fileRef = 71D04DC625356C43008A052C /* XCUIElement+FBCaching.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
471
467
|
71D04DCA25356C43008A052C /* XCUIElement+FBCaching.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D04DC725356C43008A052C /* XCUIElement+FBCaching.m */; };
|
|
472
468
|
71D04DCB25356C43008A052C /* XCUIElement+FBCaching.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D04DC725356C43008A052C /* XCUIElement+FBCaching.m */; };
|
|
469
|
+
71D3B3D5267FC7260076473D /* XCUIElement+FBResolve.h in Headers */ = {isa = PBXBuildFile; fileRef = 71D3B3D3267FC7260076473D /* XCUIElement+FBResolve.h */; };
|
|
470
|
+
71D3B3D6267FC7260076473D /* XCUIElement+FBResolve.h in Headers */ = {isa = PBXBuildFile; fileRef = 71D3B3D3267FC7260076473D /* XCUIElement+FBResolve.h */; };
|
|
471
|
+
71D3B3D7267FC7260076473D /* XCUIElement+FBResolve.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D3B3D4267FC7260076473D /* XCUIElement+FBResolve.m */; };
|
|
472
|
+
71D3B3D8267FC7260076473D /* XCUIElement+FBResolve.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D3B3D4267FC7260076473D /* XCUIElement+FBResolve.m */; };
|
|
473
473
|
71D475C22538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.h in Headers */ = {isa = PBXBuildFile; fileRef = 71D475C02538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.h */; };
|
|
474
474
|
71D475C32538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.h in Headers */ = {isa = PBXBuildFile; fileRef = 71D475C02538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.h */; };
|
|
475
475
|
71D475C42538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D475C12538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.m */; };
|
|
@@ -958,8 +958,14 @@
|
|
|
958
958
|
714097491FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBW3CActionsSynthesizer.h; sourceTree = "<group>"; };
|
|
959
959
|
7140974A1FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBW3CActionsSynthesizer.m; sourceTree = "<group>"; };
|
|
960
960
|
7140974D1FAE20EE008FB2C5 /* FBBaseActionsSynthesizer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBBaseActionsSynthesizer.m; sourceTree = "<group>"; };
|
|
961
|
+
71414ED02670A1ED003A8C5D /* LRUCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LRUCache.h; sourceTree = "<group>"; };
|
|
962
|
+
71414ED12670A1ED003A8C5D /* LRUCacheNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LRUCacheNode.h; sourceTree = "<group>"; };
|
|
963
|
+
71414ED22670A1ED003A8C5D /* LRUCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LRUCache.m; sourceTree = "<group>"; };
|
|
964
|
+
71414ED32670A1ED003A8C5D /* LRUCacheNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LRUCacheNode.m; sourceTree = "<group>"; };
|
|
961
965
|
714801D01FA9D9FA00DC5997 /* FBSDKVersionTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBSDKVersionTests.m; sourceTree = "<group>"; };
|
|
962
966
|
714CA3C61DC23186000F12C9 /* FBXPathIntegrationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBXPathIntegrationTests.m; sourceTree = "<group>"; };
|
|
967
|
+
714EAA0B2673FDFE005C5B47 /* FBCapabilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBCapabilities.h; sourceTree = "<group>"; };
|
|
968
|
+
714EAA0C2673FDFE005C5B47 /* FBCapabilities.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBCapabilities.m; sourceTree = "<group>"; };
|
|
963
969
|
7150348521A6DAD600A0F4BA /* FBImageUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBImageUtils.h; sourceTree = "<group>"; };
|
|
964
970
|
7150348621A6DAD600A0F4BA /* FBImageUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBImageUtils.m; sourceTree = "<group>"; };
|
|
965
971
|
7152EB2F1F41F9960047EEFF /* FBSessionIntegrationTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBSessionIntegrationTests.m; sourceTree = "<group>"; };
|
|
@@ -993,14 +999,6 @@
|
|
|
993
999
|
718226C72587443600661B83 /* GCDAsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h; sourceTree = SOURCE_ROOT; };
|
|
994
1000
|
718226C82587443600661B83 /* GCDAsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncSocket.m; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m; sourceTree = SOURCE_ROOT; };
|
|
995
1001
|
718226C92587443600661B83 /* GCDAsyncUdpSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncUdpSocket.m; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m; sourceTree = SOURCE_ROOT; };
|
|
996
|
-
718226E22587446100661B83 /* YYKVStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = YYKVStorage.m; path = WebDriverAgentLib/Vendor/YYCache/YYKVStorage.m; sourceTree = SOURCE_ROOT; };
|
|
997
|
-
718226E32587446100661B83 /* YYKVStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YYKVStorage.h; path = WebDriverAgentLib/Vendor/YYCache/YYKVStorage.h; sourceTree = SOURCE_ROOT; };
|
|
998
|
-
718226E42587446100661B83 /* YYCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = YYCache.m; path = WebDriverAgentLib/Vendor/YYCache/YYCache.m; sourceTree = SOURCE_ROOT; };
|
|
999
|
-
718226E52587446100661B83 /* YYDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YYDiskCache.h; path = WebDriverAgentLib/Vendor/YYCache/YYDiskCache.h; sourceTree = SOURCE_ROOT; };
|
|
1000
|
-
718226E62587446100661B83 /* YYMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YYMemoryCache.h; path = WebDriverAgentLib/Vendor/YYCache/YYMemoryCache.h; sourceTree = SOURCE_ROOT; };
|
|
1001
|
-
718226E72587446100661B83 /* YYMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = YYMemoryCache.m; path = WebDriverAgentLib/Vendor/YYCache/YYMemoryCache.m; sourceTree = SOURCE_ROOT; };
|
|
1002
|
-
718226E82587446100661B83 /* YYDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = YYDiskCache.m; path = WebDriverAgentLib/Vendor/YYCache/YYDiskCache.m; sourceTree = SOURCE_ROOT; };
|
|
1003
|
-
718226E92587446200661B83 /* YYCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YYCache.h; path = WebDriverAgentLib/Vendor/YYCache/YYCache.h; sourceTree = SOURCE_ROOT; };
|
|
1004
1002
|
718F49C7230844330045FE8B /* FBProtocolHelpersTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBProtocolHelpersTests.m; sourceTree = "<group>"; };
|
|
1005
1003
|
71930C4020662E1F00D3AFEC /* FBPasteboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBPasteboard.h; sourceTree = "<group>"; };
|
|
1006
1004
|
71930C4120662E1F00D3AFEC /* FBPasteboard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBPasteboard.m; sourceTree = "<group>"; };
|
|
@@ -1039,6 +1037,8 @@
|
|
|
1039
1037
|
71C9EAAB25E8415A00470CD8 /* FBScreenshot.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBScreenshot.m; sourceTree = "<group>"; };
|
|
1040
1038
|
71D04DC625356C43008A052C /* XCUIElement+FBCaching.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCUIElement+FBCaching.h"; sourceTree = "<group>"; };
|
|
1041
1039
|
71D04DC725356C43008A052C /* XCUIElement+FBCaching.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "XCUIElement+FBCaching.m"; sourceTree = "<group>"; };
|
|
1040
|
+
71D3B3D3267FC7260076473D /* XCUIElement+FBResolve.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCUIElement+FBResolve.h"; sourceTree = "<group>"; };
|
|
1041
|
+
71D3B3D4267FC7260076473D /* XCUIElement+FBResolve.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "XCUIElement+FBResolve.m"; sourceTree = "<group>"; };
|
|
1042
1042
|
71D475C02538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationProcess+FBQuiescence.h"; sourceTree = "<group>"; };
|
|
1043
1043
|
71D475C12538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "XCUIApplicationProcess+FBQuiescence.m"; sourceTree = "<group>"; };
|
|
1044
1044
|
71E504941DF59BAD0020C32A /* XCUIElementAttributesTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XCUIElementAttributesTests.m; sourceTree = "<group>"; };
|
|
@@ -1506,6 +1506,17 @@
|
|
|
1506
1506
|
path = Doubles;
|
|
1507
1507
|
sourceTree = "<group>";
|
|
1508
1508
|
};
|
|
1509
|
+
71414ECF2670A1ED003A8C5D /* LRUCache */ = {
|
|
1510
|
+
isa = PBXGroup;
|
|
1511
|
+
children = (
|
|
1512
|
+
71414ED02670A1ED003A8C5D /* LRUCache.h */,
|
|
1513
|
+
71414ED12670A1ED003A8C5D /* LRUCacheNode.h */,
|
|
1514
|
+
71414ED22670A1ED003A8C5D /* LRUCache.m */,
|
|
1515
|
+
71414ED32670A1ED003A8C5D /* LRUCacheNode.m */,
|
|
1516
|
+
);
|
|
1517
|
+
path = LRUCache;
|
|
1518
|
+
sourceTree = "<group>";
|
|
1519
|
+
};
|
|
1509
1520
|
716C9340224D5358004B8542 /* tvOS */ = {
|
|
1510
1521
|
isa = PBXGroup;
|
|
1511
1522
|
children = (
|
|
@@ -1528,21 +1539,6 @@
|
|
|
1528
1539
|
name = iOS;
|
|
1529
1540
|
sourceTree = "<group>";
|
|
1530
1541
|
};
|
|
1531
|
-
7182261925873B7800661B83 /* YYCache */ = {
|
|
1532
|
-
isa = PBXGroup;
|
|
1533
|
-
children = (
|
|
1534
|
-
718226E92587446200661B83 /* YYCache.h */,
|
|
1535
|
-
718226E42587446100661B83 /* YYCache.m */,
|
|
1536
|
-
718226E52587446100661B83 /* YYDiskCache.h */,
|
|
1537
|
-
718226E82587446100661B83 /* YYDiskCache.m */,
|
|
1538
|
-
718226E32587446100661B83 /* YYKVStorage.h */,
|
|
1539
|
-
718226E22587446100661B83 /* YYKVStorage.m */,
|
|
1540
|
-
718226E62587446100661B83 /* YYMemoryCache.h */,
|
|
1541
|
-
718226E72587446100661B83 /* YYMemoryCache.m */,
|
|
1542
|
-
);
|
|
1543
|
-
name = YYCache;
|
|
1544
|
-
sourceTree = "<group>";
|
|
1545
|
-
};
|
|
1546
1542
|
7182268F2587432E00661B83 /* CocoaAsyncSocket */ = {
|
|
1547
1543
|
isa = PBXGroup;
|
|
1548
1544
|
children = (
|
|
@@ -1642,7 +1638,6 @@
|
|
|
1642
1638
|
isa = PBXGroup;
|
|
1643
1639
|
children = (
|
|
1644
1640
|
7182268F2587432E00661B83 /* CocoaAsyncSocket */,
|
|
1645
|
-
7182261925873B7800661B83 /* YYCache */,
|
|
1646
1641
|
E444DC9E24913C080060D7EB /* RoutingHTTPServer */,
|
|
1647
1642
|
E444DC52249131050060D7EB /* CocoaHTTPServer */,
|
|
1648
1643
|
);
|
|
@@ -1756,6 +1751,8 @@
|
|
|
1756
1751
|
EE9AB7481CAEDF0C008C271F /* XCUIElement+FBIsVisible.m */,
|
|
1757
1752
|
7136A4771E8918E60024FC3D /* XCUIElement+FBPickerWheel.h */,
|
|
1758
1753
|
7136A4781E8918E60024FC3D /* XCUIElement+FBPickerWheel.m */,
|
|
1754
|
+
71D3B3D3267FC7260076473D /* XCUIElement+FBResolve.h */,
|
|
1755
|
+
71D3B3D4267FC7260076473D /* XCUIElement+FBResolve.m */,
|
|
1759
1756
|
EE9AB7491CAEDF0C008C271F /* XCUIElement+FBScrolling.h */,
|
|
1760
1757
|
EE9AB74A1CAEDF0C008C271F /* XCUIElement+FBScrolling.m */,
|
|
1761
1758
|
71F5BE21252E576C00EE9EBA /* XCUIElement+FBSwiping.h */,
|
|
@@ -1858,6 +1855,7 @@
|
|
|
1858
1855
|
EE9AB78E1CAEDF0C008C271F /* Utilities */ = {
|
|
1859
1856
|
isa = PBXGroup;
|
|
1860
1857
|
children = (
|
|
1858
|
+
71414ECF2670A1ED003A8C5D /* LRUCache */,
|
|
1861
1859
|
13815F6D2328D20400CDAB61 /* FBActiveAppDetectionPoint.h */,
|
|
1862
1860
|
13815F6E2328D20400CDAB61 /* FBActiveAppDetectionPoint.m */,
|
|
1863
1861
|
719CD8F62126C78F00C7D0C2 /* FBAlertsMonitor.h */,
|
|
@@ -1866,6 +1864,8 @@
|
|
|
1866
1864
|
71241D771FAE31F100B9559F /* FBAppiumActionsSynthesizer.m */,
|
|
1867
1865
|
714097411FAE1B0B008FB2C5 /* FBBaseActionsSynthesizer.h */,
|
|
1868
1866
|
7140974D1FAE20EE008FB2C5 /* FBBaseActionsSynthesizer.m */,
|
|
1867
|
+
714EAA0B2673FDFE005C5B47 /* FBCapabilities.h */,
|
|
1868
|
+
714EAA0C2673FDFE005C5B47 /* FBCapabilities.m */,
|
|
1869
1869
|
71A7EAF71E224648001DA4F2 /* FBClassChainQueryParser.h */,
|
|
1870
1870
|
71A7EAF81E224648001DA4F2 /* FBClassChainQueryParser.m */,
|
|
1871
1871
|
EE9B76A11CF7A43900275851 /* FBConfiguration.h */,
|
|
@@ -2243,7 +2243,6 @@
|
|
|
2243
2243
|
7182270B258744A700661B83 /* Route.h in Headers */,
|
|
2244
2244
|
641EE6352240C5CA00173FCB /* XCUIElement+FBUtilities.h in Headers */,
|
|
2245
2245
|
641EE6362240C5CA00173FCB /* XCUIElement+FBScrolling.h in Headers */,
|
|
2246
|
-
718226ED2587446200661B83 /* YYKVStorage.h in Headers */,
|
|
2247
2246
|
1357E297233D05240054BDB8 /* XCUIHitPointResult.h in Headers */,
|
|
2248
2247
|
641EE6372240C5CA00173FCB /* XCSourceCodeTreeNode.h in Headers */,
|
|
2249
2248
|
641EE6382240C5CA00173FCB /* XCPointerEventPath.h in Headers */,
|
|
@@ -2273,7 +2272,6 @@
|
|
|
2273
2272
|
641EE64C2240C5CA00173FCB /* XCTestMisuseObserver.h in Headers */,
|
|
2274
2273
|
641EE64D2240C5CA00173FCB /* XCTRunnerDaemonSession.h in Headers */,
|
|
2275
2274
|
64B2650B228CE4FF002A5025 /* FBTVNavigationTracker-Private.h in Headers */,
|
|
2276
|
-
718226F12587446200661B83 /* YYDiskCache.h in Headers */,
|
|
2277
2275
|
641EE64E2240C5CA00173FCB /* FBApplication.h in Headers */,
|
|
2278
2276
|
641EE64F2240C5CA00173FCB /* XCTestExpectationWaiter.h in Headers */,
|
|
2279
2277
|
641EE6502240C5CA00173FCB /* UIGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
@@ -2296,7 +2294,6 @@
|
|
|
2296
2294
|
641EE6612240C5CA00173FCB /* XCUIElement+FBTap.h in Headers */,
|
|
2297
2295
|
641EE6622240C5CA00173FCB /* FBResponsePayload.h in Headers */,
|
|
2298
2296
|
641EE6632240C5CA00173FCB /* FBUnknownCommands.h in Headers */,
|
|
2299
|
-
718226F92587446200661B83 /* YYCache.h in Headers */,
|
|
2300
2297
|
641EE7062240CDCF00173FCB /* XCUIElement+FBTVFocuse.h in Headers */,
|
|
2301
2298
|
71822738258744B800661B83 /* HTTPConnection.h in Headers */,
|
|
2302
2299
|
641EE6642240C5CA00173FCB /* NSPredicate+FBFormat.h in Headers */,
|
|
@@ -2304,6 +2301,7 @@
|
|
|
2304
2301
|
641EE6662240C5CA00173FCB /* XCTestCase.h in Headers */,
|
|
2305
2302
|
641EE6672240C5CA00173FCB /* XCSymbolicatorHolder.h in Headers */,
|
|
2306
2303
|
641EE6682240C5CA00173FCB /* XCUIApplicationImpl.h in Headers */,
|
|
2304
|
+
71414ED72670A1EE003A8C5D /* LRUCacheNode.h in Headers */,
|
|
2307
2305
|
641EE6692240C5CA00173FCB /* UIPanGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2308
2306
|
13815F702328D20400CDAB61 /* FBActiveAppDetectionPoint.h in Headers */,
|
|
2309
2307
|
641EE66A2240C5CA00173FCB /* NSExpression+FBFormat.h in Headers */,
|
|
@@ -2407,7 +2405,9 @@
|
|
|
2407
2405
|
71E75E6E254824230099FC87 /* XCUIElementQuery+FBHelpers.h in Headers */,
|
|
2408
2406
|
641EE6C02240C5CA00173FCB /* XCUIApplication+FBHelpers.h in Headers */,
|
|
2409
2407
|
641EE6C12240C5CA00173FCB /* _XCTestObservationCenterImplementation.h in Headers */,
|
|
2408
|
+
714EAA0E2673FDFE005C5B47 /* FBCapabilities.h in Headers */,
|
|
2410
2409
|
641EE6C22240C5CA00173FCB /* XCUIDevice+FBHelpers.h in Headers */,
|
|
2410
|
+
71D3B3D6267FC7260076473D /* XCUIElement+FBResolve.h in Headers */,
|
|
2411
2411
|
641EE6C32240C5CA00173FCB /* FBClassChainQueryParser.h in Headers */,
|
|
2412
2412
|
641EE6C42240C5CA00173FCB /* FBMacros.h in Headers */,
|
|
2413
2413
|
641EE6C52240C5CA00173FCB /* XCTestExpectationDelegate-Protocol.h in Headers */,
|
|
@@ -2418,11 +2418,11 @@
|
|
|
2418
2418
|
641EE6C92240C5CA00173FCB /* XCUIDevice+FBRotation.h in Headers */,
|
|
2419
2419
|
641EE6CA2240C5CA00173FCB /* XCEventGenerator.h in Headers */,
|
|
2420
2420
|
719DCF162601EAFB000E765F /* FBNotificationsHelper.h in Headers */,
|
|
2421
|
+
71414ED52670A1EE003A8C5D /* LRUCache.h in Headers */,
|
|
2421
2422
|
641EE6CB2240C5CA00173FCB /* FBConfiguration.h in Headers */,
|
|
2422
2423
|
641EE6CC2240C5CA00173FCB /* XCTestSuiteRun.h in Headers */,
|
|
2423
2424
|
641EE6CD2240C5CA00173FCB /* XCUIElementAsynchronousHandlerWrapper.h in Headers */,
|
|
2424
2425
|
641EE6CE2240C5CA00173FCB /* XCTestLog.h in Headers */,
|
|
2425
|
-
718226F32587446200661B83 /* YYMemoryCache.h in Headers */,
|
|
2426
2426
|
C845206222D5E79400EA68CB /* FBUnattachedAppLauncher.h in Headers */,
|
|
2427
2427
|
641EE6CF2240C5CA00173FCB /* UITapGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2428
2428
|
641EE6D02240C5CA00173FCB /* XCDebugLogDelegate-Protocol.h in Headers */,
|
|
@@ -2502,9 +2502,9 @@
|
|
|
2502
2502
|
EE35AD3C1E3B77D600A02D78 /* XCTAsyncActivity.h in Headers */,
|
|
2503
2503
|
EE35AD501E3B77D600A02D78 /* XCTestMisuseObserver.h in Headers */,
|
|
2504
2504
|
EE35AD601E3B77D600A02D78 /* XCTRunnerDaemonSession.h in Headers */,
|
|
2505
|
+
71414ED62670A1EE003A8C5D /* LRUCacheNode.h in Headers */,
|
|
2505
2506
|
64B2650A228CE4FF002A5025 /* FBTVNavigationTracker-Private.h in Headers */,
|
|
2506
2507
|
EE158AF51CBD456F00A3E3F0 /* FBApplication.h in Headers */,
|
|
2507
|
-
718226F22587446200661B83 /* YYMemoryCache.h in Headers */,
|
|
2508
2508
|
71B155DF23080CA600646AFB /* FBProtocolHelpers.h in Headers */,
|
|
2509
2509
|
EE35AD4B1E3B77D600A02D78 /* XCTestExpectationWaiter.h in Headers */,
|
|
2510
2510
|
EE35AD1E1E3B77D600A02D78 /* UIGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
@@ -2518,17 +2518,16 @@
|
|
|
2518
2518
|
EE158AE61CBD456F00A3E3F0 /* FBWebServer.h in Headers */,
|
|
2519
2519
|
EE158AC61CBD456F00A3E3F0 /* FBScreenshotCommands.h in Headers */,
|
|
2520
2520
|
EE35AD0A1E3B77D600A02D78 /* _XCKVOExpectationImplementation.h in Headers */,
|
|
2521
|
-
718226F02587446200661B83 /* YYDiskCache.h in Headers */,
|
|
2522
2521
|
EE0D1F611EBCDCF7006A3123 /* NSString+FBVisualLength.h in Headers */,
|
|
2523
2522
|
EE35AD7B1E3B80C000A02D78 /* FBXCTestDaemonsProxy.h in Headers */,
|
|
2524
2523
|
EE35AD721E3B77D600A02D78 /* XCUIElementHitPointCoordinate.h in Headers */,
|
|
2525
|
-
718226F82587446200661B83 /* YYCache.h in Headers */,
|
|
2526
2524
|
EE35AD3F1E3B77D600A02D78 /* XCTDarwinNotificationExpectation.h in Headers */,
|
|
2527
2525
|
EE35AD5F1E3B77D600A02D78 /* XCTRunnerAutomationSession.h in Headers */,
|
|
2528
2526
|
71C9EAAC25E8415A00470CD8 /* FBScreenshot.h in Headers */,
|
|
2529
2527
|
EEC9EED620064FAA00BC0D5B /* XCUICoordinate+FBFix.h in Headers */,
|
|
2530
2528
|
EE35AD371E3B77D600A02D78 /* XCSourceCodeTreeNodeEnumerator.h in Headers */,
|
|
2531
2529
|
EE158AB01CBD456F00A3E3F0 /* XCUIElement+FBIsVisible.h in Headers */,
|
|
2530
|
+
71414ED42670A1EE003A8C5D /* LRUCache.h in Headers */,
|
|
2532
2531
|
EE158AB41CBD456F00A3E3F0 /* XCUIElement+FBTap.h in Headers */,
|
|
2533
2532
|
EE158ADC1CBD456F00A3E3F0 /* FBResponsePayload.h in Headers */,
|
|
2534
2533
|
13815F6F2328D20400CDAB61 /* FBActiveAppDetectionPoint.h in Headers */,
|
|
@@ -2541,8 +2540,8 @@
|
|
|
2541
2540
|
EE35AD6B1E3B77D600A02D78 /* XCUIApplicationImpl.h in Headers */,
|
|
2542
2541
|
EE35AD201E3B77D600A02D78 /* UIPanGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2543
2542
|
71555A3D1DEC460A007D4A8B /* NSExpression+FBFormat.h in Headers */,
|
|
2543
|
+
71D3B3D5267FC7260076473D /* XCUIElement+FBResolve.h in Headers */,
|
|
2544
2544
|
EE35AD0C1E3B77D600A02D78 /* _XCTestCaseImplementation.h in Headers */,
|
|
2545
|
-
718226EC2587446200661B83 /* YYKVStorage.h in Headers */,
|
|
2546
2545
|
EE35AD211E3B77D600A02D78 /* UIPinchGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2547
2546
|
EE35AD4F1E3B77D600A02D78 /* XCTestManager_TestsInterface-Protocol.h in Headers */,
|
|
2548
2547
|
719CD8FC2126C88B00C7D0C2 /* XCUIApplication+FBAlert.h in Headers */,
|
|
@@ -2554,6 +2553,7 @@
|
|
|
2554
2553
|
EE158ABC1CBD456F00A3E3F0 /* FBDebugCommands.h in Headers */,
|
|
2555
2554
|
EE35AD561E3B77D600A02D78 /* XCTestSuite.h in Headers */,
|
|
2556
2555
|
EE35AD6D1E3B77D600A02D78 /* XCUICoordinate.h in Headers */,
|
|
2556
|
+
714EAA0D2673FDFE005C5B47 /* FBCapabilities.h in Headers */,
|
|
2557
2557
|
EE35AD5C1E3B77D600A02D78 /* XCTNSPredicateExpectation.h in Headers */,
|
|
2558
2558
|
EE35AD521E3B77D600A02D78 /* XCTestObservationCenter.h in Headers */,
|
|
2559
2559
|
EE35AD5B1E3B77D600A02D78 /* XCTNSNotificationExpectation.h in Headers */,
|
|
@@ -3055,6 +3055,7 @@
|
|
|
3055
3055
|
files = (
|
|
3056
3056
|
718226CF2587443700661B83 /* GCDAsyncSocket.m in Sources */,
|
|
3057
3057
|
E444DCBC24917A5E0060D7EB /* HTTPResponseProxy.m in Sources */,
|
|
3058
|
+
71D3B3D8267FC7260076473D /* XCUIElement+FBResolve.m in Sources */,
|
|
3058
3059
|
E444DCBE24917A5E0060D7EB /* Route.m in Sources */,
|
|
3059
3060
|
E444DCC024917A5E0060D7EB /* RouteRequest.m in Sources */,
|
|
3060
3061
|
E444DCC224917A5E0060D7EB /* RouteResponse.m in Sources */,
|
|
@@ -3065,8 +3066,8 @@
|
|
|
3065
3066
|
E444DCCE24917A5E0060D7EB /* HTTPServer.m in Sources */,
|
|
3066
3067
|
E444DCD024917A5E0060D7EB /* HTTPDataResponse.m in Sources */,
|
|
3067
3068
|
E444DCD224917A5E0060D7EB /* HTTPErrorResponse.m in Sources */,
|
|
3069
|
+
71414ED92670A1EE003A8C5D /* LRUCache.m in Sources */,
|
|
3068
3070
|
E444DCD424917A5E0060D7EB /* DDNumber.m in Sources */,
|
|
3069
|
-
718226EB2587446200661B83 /* YYKVStorage.m in Sources */,
|
|
3070
3071
|
E444DCD624917A5E0060D7EB /* DDRange.m in Sources */,
|
|
3071
3072
|
641EE5D72240C5CA00173FCB /* FBScreenshotCommands.m in Sources */,
|
|
3072
3073
|
641EE5D82240C5CA00173FCB /* FBPredicate.m in Sources */,
|
|
@@ -3104,7 +3105,6 @@
|
|
|
3104
3105
|
718F49CA23087AD30045FE8B /* FBProtocolHelpers.m in Sources */,
|
|
3105
3106
|
641EE5F32240C5CA00173FCB /* XCAccessibilityElement+FBComparison.m in Sources */,
|
|
3106
3107
|
641EE5F42240C5CA00173FCB /* XCUIDevice+FBRotation.m in Sources */,
|
|
3107
|
-
718226EF2587446200661B83 /* YYCache.m in Sources */,
|
|
3108
3108
|
13815F722328D20400CDAB61 /* FBActiveAppDetectionPoint.m in Sources */,
|
|
3109
3109
|
71D475C52538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.m in Sources */,
|
|
3110
3110
|
641EE5F52240C5CA00173FCB /* XCUIElement+FBUID.m in Sources */,
|
|
@@ -3118,10 +3118,9 @@
|
|
|
3118
3118
|
641EE5FE2240C5CA00173FCB /* XCUIElement+FBWebDriverAttributes.m in Sources */,
|
|
3119
3119
|
641EE5FF2240C5CA00173FCB /* XCUIElement+FBForceTouch.m in Sources */,
|
|
3120
3120
|
641EE6002240C5CA00173FCB /* FBTouchActionCommands.m in Sources */,
|
|
3121
|
-
718226F52587446200661B83 /* YYMemoryCache.m in Sources */,
|
|
3122
3121
|
719DCF182601EAFB000E765F /* FBNotificationsHelper.m in Sources */,
|
|
3122
|
+
714EAA102673FDFE005C5B47 /* FBCapabilities.m in Sources */,
|
|
3123
3123
|
641EE6012240C5CA00173FCB /* FBImageIOScaler.m in Sources */,
|
|
3124
|
-
718226F72587446200661B83 /* YYDiskCache.m in Sources */,
|
|
3125
3124
|
641EE6022240C5CA00173FCB /* FBTouchIDCommands.m in Sources */,
|
|
3126
3125
|
641EE6032240C5CA00173FCB /* FBDebugCommands.m in Sources */,
|
|
3127
3126
|
641EE6042240C5CA00173FCB /* NSString+FBXMLSafeString.m in Sources */,
|
|
@@ -3142,6 +3141,7 @@
|
|
|
3142
3141
|
641EE6122240C5CA00173FCB /* FBFindElementCommands.m in Sources */,
|
|
3143
3142
|
641EE6132240C5CA00173FCB /* FBDebugLogDelegateDecorator.m in Sources */,
|
|
3144
3143
|
641EE6142240C5CA00173FCB /* FBAlertViewCommands.m in Sources */,
|
|
3144
|
+
71414EDB2670A1EE003A8C5D /* LRUCacheNode.m in Sources */,
|
|
3145
3145
|
641EE6152240C5CA00173FCB /* XCUIElement+FBScrolling.m in Sources */,
|
|
3146
3146
|
641EE6162240C5CA00173FCB /* FBSessionCommands.m in Sources */,
|
|
3147
3147
|
641EE6182240C5CA00173FCB /* XCElementSnapshot+FBHitPoint.m in Sources */,
|
|
@@ -3192,8 +3192,6 @@
|
|
|
3192
3192
|
641EE70E2240CE4800173FCB /* FBTVNavigationTracker.m in Sources */,
|
|
3193
3193
|
71BD20741F86116100B36EC2 /* XCUIApplication+FBTouchAction.m in Sources */,
|
|
3194
3194
|
EE158AE71CBD456F00A3E3F0 /* FBWebServer.m in Sources */,
|
|
3195
|
-
718226EA2587446200661B83 /* YYKVStorage.m in Sources */,
|
|
3196
|
-
718226EE2587446200661B83 /* YYCache.m in Sources */,
|
|
3197
3195
|
715557D4211DBCE700613B26 /* FBTCPSocket.m in Sources */,
|
|
3198
3196
|
EE3A18631CDE618F00DE4205 /* FBErrorBuilder.m in Sources */,
|
|
3199
3197
|
71A7EAF61E20516B001DA4F2 /* XCUIElement+FBClassChain.m in Sources */,
|
|
@@ -3202,7 +3200,6 @@
|
|
|
3202
3200
|
EE3A18671CDE734B00DE4205 /* FBKeyboard.m in Sources */,
|
|
3203
3201
|
719DCF172601EAFB000E765F /* FBNotificationsHelper.m in Sources */,
|
|
3204
3202
|
E444DCAC24913C220060D7EB /* Route.m in Sources */,
|
|
3205
|
-
718226F62587446200661B83 /* YYDiskCache.m in Sources */,
|
|
3206
3203
|
713C6DD01DDC772A00285B92 /* FBElementUtils.m in Sources */,
|
|
3207
3204
|
7140974C1FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.m in Sources */,
|
|
3208
3205
|
EE6A893B1D0B38640083E92B /* FBFailureProofTestCase.m in Sources */,
|
|
@@ -3227,6 +3224,7 @@
|
|
|
3227
3224
|
71B49EC81ED1A58100D51AD6 /* XCUIElement+FBUID.m in Sources */,
|
|
3228
3225
|
EE158AE21CBD456F00A3E3F0 /* FBRouteRequest.m in Sources */,
|
|
3229
3226
|
EE158ADB1CBD456F00A3E3F0 /* FBResponseJSONPayload.m in Sources */,
|
|
3227
|
+
714EAA0F2673FDFE005C5B47 /* FBCapabilities.m in Sources */,
|
|
3230
3228
|
EE7E271F1D06C69F001BEC7B /* FBXCTestCaseImplementationFailureHoldingProxy.m in Sources */,
|
|
3231
3229
|
7155D704211DCEF400166C20 /* FBMjpegServer.m in Sources */,
|
|
3232
3230
|
EEDFE1221D9C06F800E6FFE5 /* XCUIDevice+FBHealthCheck.m in Sources */,
|
|
@@ -3254,7 +3252,6 @@
|
|
|
3254
3252
|
AD6C26991CF2481700F8B5FF /* XCUIDevice+FBHelpers.m in Sources */,
|
|
3255
3253
|
EE6B64FE1D0F86EF00E85F5D /* XCTestPrivateSymbols.m in Sources */,
|
|
3256
3254
|
AD76723E1D6B7CC000610457 /* XCUIElement+FBTyping.m in Sources */,
|
|
3257
|
-
718226F42587446200661B83 /* YYMemoryCache.m in Sources */,
|
|
3258
3255
|
EE158AAF1CBD456F00A3E3F0 /* XCUIElement+FBAccessibility.m in Sources */,
|
|
3259
3256
|
7150348821A6DAD600A0F4BA /* FBImageUtils.m in Sources */,
|
|
3260
3257
|
E444DCAB24913C220060D7EB /* HTTPResponseProxy.m in Sources */,
|
|
@@ -3266,6 +3263,7 @@
|
|
|
3266
3263
|
EE158AC11CBD456F00A3E3F0 /* FBFindElementCommands.m in Sources */,
|
|
3267
3264
|
EE7E271D1D06C69F001BEC7B /* FBDebugLogDelegateDecorator.m in Sources */,
|
|
3268
3265
|
71C8E55325399A6B008572C1 /* XCUIApplication+FBQuiescence.m in Sources */,
|
|
3266
|
+
71414EDA2670A1EE003A8C5D /* LRUCacheNode.m in Sources */,
|
|
3269
3267
|
EE158AB91CBD456F00A3E3F0 /* FBAlertViewCommands.m in Sources */,
|
|
3270
3268
|
71F3E7D625417FF400E0C22B /* FBSettings.m in Sources */,
|
|
3271
3269
|
EE158AB31CBD456F00A3E3F0 /* XCUIElement+FBScrolling.m in Sources */,
|
|
@@ -3274,6 +3272,7 @@
|
|
|
3274
3272
|
EE006EB11EBA1AA9006900A4 /* XCElementSnapshot+FBHitPoint.m in Sources */,
|
|
3275
3273
|
EE9B76A71CF7A43900275851 /* FBConfiguration.m in Sources */,
|
|
3276
3274
|
E444DC9C249131D40060D7EB /* HTTPServer.m in Sources */,
|
|
3275
|
+
71414ED82670A1EE003A8C5D /* LRUCache.m in Sources */,
|
|
3277
3276
|
E444DC67249131890060D7EB /* HTTPDataResponse.m in Sources */,
|
|
3278
3277
|
EE158AD31CBD456F00A3E3F0 /* FBElementCache.m in Sources */,
|
|
3279
3278
|
71930C4320662E1F00D3AFEC /* FBPasteboard.m in Sources */,
|
|
@@ -3285,6 +3284,7 @@
|
|
|
3285
3284
|
EE158AE91CBD456F00A3E3F0 /* FBElementTypeTransformer.m in Sources */,
|
|
3286
3285
|
E444DC9D249131D40060D7EB /* HTTPMessage.m in Sources */,
|
|
3287
3286
|
E444DCB024913C220060D7EB /* RouteResponse.m in Sources */,
|
|
3287
|
+
71D3B3D7267FC7260076473D /* XCUIElement+FBResolve.m in Sources */,
|
|
3288
3288
|
EE158AF61CBD456F00A3E3F0 /* FBApplication.m in Sources */,
|
|
3289
3289
|
715AFAC21FFA29180053896D /* FBScreen.m in Sources */,
|
|
3290
3290
|
71B155DC230711E900646AFB /* FBCommandStatus.m in Sources */,
|
|
Binary file
|
package/WebDriverAgent.xcodeproj/xcuserdata/elf.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Bucket
|
|
3
|
+
uuid = "2F0174F2-ED3F-4D11-9A17-7C590053D796"
|
|
4
|
+
type = "1"
|
|
5
|
+
version = "2.0">
|
|
6
|
+
<Breakpoints>
|
|
7
|
+
<BreakpointProxy
|
|
8
|
+
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
|
|
9
|
+
<BreakpointContent
|
|
10
|
+
uuid = "471ECA8C-2C53-4C59-88DB-1C1CB3D61601"
|
|
11
|
+
shouldBeEnabled = "No"
|
|
12
|
+
ignoreCount = "0"
|
|
13
|
+
continueAfterRunningActions = "No"
|
|
14
|
+
breakpointStackSelectionBehavior = "1"
|
|
15
|
+
scope = "1"
|
|
16
|
+
stopOnStyle = "0">
|
|
17
|
+
</BreakpointContent>
|
|
18
|
+
</BreakpointProxy>
|
|
19
|
+
<BreakpointProxy
|
|
20
|
+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
|
21
|
+
<BreakpointContent
|
|
22
|
+
uuid = "C2E06865-6A52-4686-9771-279AF13ABF8A"
|
|
23
|
+
shouldBeEnabled = "Yes"
|
|
24
|
+
ignoreCount = "0"
|
|
25
|
+
continueAfterRunningActions = "No"
|
|
26
|
+
filePath = "WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m"
|
|
27
|
+
timestampString = "0"
|
|
28
|
+
startingColumnNumber = "9223372036854775807"
|
|
29
|
+
endingColumnNumber = "9223372036854775807"
|
|
30
|
+
startingLineNumber = "264"
|
|
31
|
+
endingLineNumber = "264">
|
|
32
|
+
</BreakpointContent>
|
|
33
|
+
</BreakpointProxy>
|
|
34
|
+
<BreakpointProxy
|
|
35
|
+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
|
36
|
+
<BreakpointContent
|
|
37
|
+
uuid = "54216FE6-E240-47F1-88D3-D450CF0AF44E"
|
|
38
|
+
shouldBeEnabled = "Yes"
|
|
39
|
+
ignoreCount = "0"
|
|
40
|
+
continueAfterRunningActions = "No"
|
|
41
|
+
filePath = "WebDriverAgentLib/Categories/XCUIElement+FBResolve.m"
|
|
42
|
+
startingColumnNumber = "9223372036854775807"
|
|
43
|
+
endingColumnNumber = "9223372036854775807"
|
|
44
|
+
startingLineNumber = "37"
|
|
45
|
+
endingLineNumber = "37"
|
|
46
|
+
landmarkName = "-fb_stableInstance"
|
|
47
|
+
landmarkType = "7">
|
|
48
|
+
</BreakpointContent>
|
|
49
|
+
</BreakpointProxy>
|
|
50
|
+
</Breakpoints>
|
|
51
|
+
</Bucket>
|
|
@@ -4,40 +4,55 @@
|
|
|
4
4
|
<dict>
|
|
5
5
|
<key>SchemeUserState</key>
|
|
6
6
|
<dict>
|
|
7
|
-
<key>IntegrationApp.
|
|
7
|
+
<key>IntegrationApp.xcscheme_^#shared#^_</key>
|
|
8
|
+
<dict>
|
|
9
|
+
<key>orderHint</key>
|
|
10
|
+
<integer>0</integer>
|
|
11
|
+
</dict>
|
|
12
|
+
<key>IntegrationTests_1.xcscheme_^#shared#^_</key>
|
|
13
|
+
<dict>
|
|
14
|
+
<key>orderHint</key>
|
|
15
|
+
<integer>1</integer>
|
|
16
|
+
</dict>
|
|
17
|
+
<key>IntegrationTests_2.xcscheme_^#shared#^_</key>
|
|
18
|
+
<dict>
|
|
19
|
+
<key>orderHint</key>
|
|
20
|
+
<integer>2</integer>
|
|
21
|
+
</dict>
|
|
22
|
+
<key>IntegrationTests_3.xcscheme_^#shared#^_</key>
|
|
8
23
|
<dict>
|
|
9
24
|
<key>orderHint</key>
|
|
10
25
|
<integer>3</integer>
|
|
11
26
|
</dict>
|
|
12
|
-
<key>
|
|
27
|
+
<key>WebDriverAgentLib copy.xcscheme_^#shared#^_</key>
|
|
13
28
|
<dict>
|
|
14
29
|
<key>orderHint</key>
|
|
15
|
-
<integer>
|
|
30
|
+
<integer>9</integer>
|
|
16
31
|
</dict>
|
|
17
32
|
<key>WebDriverAgentLib.xcscheme_^#shared#^_</key>
|
|
18
33
|
<dict>
|
|
19
34
|
<key>orderHint</key>
|
|
20
|
-
<integer>
|
|
35
|
+
<integer>4</integer>
|
|
21
36
|
</dict>
|
|
22
37
|
<key>WebDriverAgentLib_tvOS.xcscheme_^#shared#^_</key>
|
|
23
38
|
<dict>
|
|
24
39
|
<key>orderHint</key>
|
|
25
|
-
<integer>
|
|
40
|
+
<integer>5</integer>
|
|
26
41
|
</dict>
|
|
27
42
|
<key>WebDriverAgentRunner-nodebug.xcscheme_^#shared#^_</key>
|
|
28
43
|
<dict>
|
|
29
44
|
<key>orderHint</key>
|
|
30
|
-
<integer>
|
|
45
|
+
<integer>7</integer>
|
|
31
46
|
</dict>
|
|
32
47
|
<key>WebDriverAgentRunner.xcscheme_^#shared#^_</key>
|
|
33
48
|
<dict>
|
|
34
49
|
<key>orderHint</key>
|
|
35
|
-
<integer>
|
|
50
|
+
<integer>6</integer>
|
|
36
51
|
</dict>
|
|
37
52
|
<key>WebDriverAgentRunner_tvOS.xcscheme_^#shared#^_</key>
|
|
38
53
|
<dict>
|
|
39
54
|
<key>orderHint</key>
|
|
40
|
-
<integer>
|
|
55
|
+
<integer>8</integer>
|
|
41
56
|
</dict>
|
|
42
57
|
</dict>
|
|
43
58
|
</dict>
|
|
Binary file
|
|
@@ -98,23 +98,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
98
98
|
*/
|
|
99
99
|
+ (NSArray<NSDictionary<NSString *, id> *> *)fb_activeAppsInfo;
|
|
100
100
|
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
The version of testmanagerd process which is running on the device.
|
|
104
|
-
|
|
105
|
-
Potentially, we can handle processes based on this version instead of iOS versions,
|
|
106
|
-
iOS 10.1 -> 6
|
|
107
|
-
iOS 11.0.1 -> 18
|
|
108
|
-
iOS 11.4 -> 22
|
|
109
|
-
iOS 12.1, 12.4 -> 26
|
|
110
|
-
iOS 13.0, 13.4.1 -> 28
|
|
111
|
-
|
|
112
|
-
tvOS 13.3 -> 28
|
|
113
|
-
|
|
114
|
-
@return The version of testmanagerd
|
|
115
|
-
*/
|
|
116
|
-
+ (NSInteger)fb_testmanagerdVersion;
|
|
117
|
-
|
|
118
101
|
/**
|
|
119
102
|
Tries to dismiss the on-screen keyboard
|
|
120
103
|
|
|
@@ -222,22 +222,6 @@ static NSString* const FBUnknownBundleId = @"unknown";
|
|
|
222
222
|
}
|
|
223
223
|
#endif
|
|
224
224
|
|
|
225
|
-
+ (NSInteger)fb_testmanagerdVersion
|
|
226
|
-
{
|
|
227
|
-
static dispatch_once_t getTestmanagerdVersion;
|
|
228
|
-
static NSInteger testmanagerdVersion;
|
|
229
|
-
dispatch_once(&getTestmanagerdVersion, ^{
|
|
230
|
-
id<XCTestManager_ManagerInterface> proxy = [FBXCTestDaemonsProxy testRunnerProxy];
|
|
231
|
-
dispatch_semaphore_t sem = dispatch_semaphore_create(0);
|
|
232
|
-
[proxy _XCT_exchangeProtocolVersion:testmanagerdVersion reply:^(unsigned long long code) {
|
|
233
|
-
testmanagerdVersion = (NSInteger) code;
|
|
234
|
-
dispatch_semaphore_signal(sem);
|
|
235
|
-
}];
|
|
236
|
-
dispatch_semaphore_wait(sem, dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)));
|
|
237
|
-
});
|
|
238
|
-
return testmanagerdVersion;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
225
|
- (BOOL)fb_resetAuthorizationStatusForResource:(long long)resourceId error:(NSError **)error
|
|
242
226
|
{
|
|
243
227
|
SEL selector = NSSelectorFromString(@"resetAuthorizationStatusForResource:");
|