appium-webdriveragent 3.15.0 → 3.17.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.
Files changed (29) hide show
  1. package/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h +4 -2
  2. package/PrivateHeaders/XCTest/XCUIScreen.h +4 -3
  3. package/WebDriverAgent.xcodeproj/project.pbxproj +36 -0
  4. package/WebDriverAgent.xcodeproj/project.xcworkspace/xcuserdata/kazuaki.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  5. package/WebDriverAgent.xcodeproj/xcuserdata/kazuaki.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +1369 -500
  6. package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h +9 -6
  7. package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +4 -6
  8. package/WebDriverAgentLib/Categories/XCUIApplication+FBUIInterruptions.h +23 -0
  9. package/WebDriverAgentLib/Categories/XCUIApplication+FBUIInterruptions.m +32 -0
  10. package/WebDriverAgentLib/Commands/FBDebugCommands.m +6 -3
  11. package/WebDriverAgentLib/Utilities/FBConfiguration.h +5 -0
  12. package/WebDriverAgentLib/Utilities/FBConfiguration.m +6 -0
  13. package/WebDriverAgentLib/Utilities/FBMjpegServer.m +1 -1
  14. package/WebDriverAgentLib/Utilities/FBReflectionUtils.h +24 -0
  15. package/WebDriverAgentLib/Utilities/FBReflectionUtils.m +32 -0
  16. package/WebDriverAgentLib/Utilities/FBScreenshot.h +1 -1
  17. package/WebDriverAgentLib/Utilities/FBScreenshot.m +3 -3
  18. package/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m +5 -23
  19. package/WebDriverAgentLib/Utilities/FBXMLGenerationOptions.h +46 -0
  20. package/WebDriverAgentLib/Utilities/FBXMLGenerationOptions.m +26 -0
  21. package/WebDriverAgentLib/Utilities/FBXPath.h +4 -3
  22. package/WebDriverAgentLib/Utilities/FBXPath.m +65 -28
  23. package/WebDriverAgentRunner/UITestingUITests.m +1 -0
  24. package/WebDriverAgentRunner-Runner.app.zip +0 -0
  25. package/WebDriverAgentTests/IntegrationTests/FBAlertTests.m +1 -0
  26. package/WebDriverAgentTests/IntegrationTests/FBXPathIntegrationTests.m +16 -2
  27. package/WebDriverAgentTests/UnitTests/FBXPathTests.m +28 -15
  28. package/package.json +2 -2
  29. package/WebDriverAgentLib/.DS_Store +0 -0
@@ -17,7 +17,7 @@
17
17
  endingColumnNumber = "9223372036854775807"
18
18
  startingLineNumber = "320"
19
19
  endingLineNumber = "320"
20
- landmarkName = "+recordElementAttributes:forElement:indexPath:includedAttributes:"
20
+ landmarkName = "+evaluate:document:"
21
21
  landmarkType = "7">
22
22
  </BreakpointContent>
23
23
  </BreakpointProxy>
@@ -100,9 +100,9 @@
100
100
  timestampString = "573546169.498659"
101
101
  startingColumnNumber = "9223372036854775807"
102
102
  endingColumnNumber = "9223372036854775807"
103
- startingLineNumber = "77"
104
- endingLineNumber = "77"
105
- landmarkName = "+sharedClient"
103
+ startingLineNumber = "73"
104
+ endingLineNumber = "73"
105
+ landmarkName = "-snapshotForElement:attributes:maxDepth:error:"
106
106
  landmarkType = "7">
107
107
  </BreakpointContent>
108
108
  </BreakpointProxy>
@@ -117,9 +117,9 @@
117
117
  timestampString = "573546212.0884579"
118
118
  startingColumnNumber = "9223372036854775807"
119
119
  endingColumnNumber = "9223372036854775807"
120
- startingLineNumber = "75"
121
- endingLineNumber = "75"
122
- landmarkName = "+sharedClient"
120
+ startingLineNumber = "71"
121
+ endingLineNumber = "71"
122
+ landmarkName = "-snapshotForElement:attributes:maxDepth:error:"
123
123
  landmarkType = "7">
124
124
  </BreakpointContent>
125
125
  </BreakpointProxy>
@@ -134,9 +134,9 @@
134
134
  timestampString = "588012389.766982"
135
135
  startingColumnNumber = "9223372036854775807"
136
136
  endingColumnNumber = "9223372036854775807"
137
- startingLineNumber = "299"
138
- endingLineNumber = "299"
139
- landmarkName = "+handleResetAppAuth:"
137
+ startingLineNumber = "263"
138
+ endingLineNumber = "263"
139
+ landmarkName = "+handlePeformIOHIDEvent:"
140
140
  landmarkType = "7">
141
141
  </BreakpointContent>
142
142
  </BreakpointProxy>
@@ -151,60 +151,9 @@
151
151
  timestampString = "588012389.767392"
152
152
  startingColumnNumber = "9223372036854775807"
153
153
  endingColumnNumber = "9223372036854775807"
154
- startingLineNumber = "293"
155
- endingLineNumber = "293"
156
- landmarkName = "+handleResetAppAuth:"
157
- landmarkType = "7">
158
- </BreakpointContent>
159
- </BreakpointProxy>
160
- <BreakpointProxy
161
- BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
162
- <BreakpointContent
163
- uuid = "F50BECF0-3136-4D26-8C2C-097CEF4B035C"
164
- shouldBeEnabled = "No"
165
- ignoreCount = "0"
166
- continueAfterRunningActions = "No"
167
- filePath = "WebDriverAgentLib/Utilities/FBFailureProofTestCase.m"
168
- timestampString = "0"
169
- startingColumnNumber = "9223372036854775807"
170
- endingColumnNumber = "9223372036854775807"
171
- startingLineNumber = "32"
172
- endingLineNumber = "32"
173
- landmarkName = "-setUp"
174
- landmarkType = "7">
175
- </BreakpointContent>
176
- </BreakpointProxy>
177
- <BreakpointProxy
178
- BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
179
- <BreakpointContent
180
- uuid = "F84F010B-9113-43FC-9F98-73BC11C51AD7"
181
- shouldBeEnabled = "No"
182
- ignoreCount = "0"
183
- continueAfterRunningActions = "No"
184
- filePath = "WebDriverAgentLib/Utilities/FBFailureProofTestCase.m"
185
- timestampString = "0"
186
- startingColumnNumber = "9223372036854775807"
187
- endingColumnNumber = "9223372036854775807"
188
- startingLineNumber = "27"
189
- endingLineNumber = "27"
190
- landmarkName = "-setUp"
191
- landmarkType = "7">
192
- </BreakpointContent>
193
- </BreakpointProxy>
194
- <BreakpointProxy
195
- BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
196
- <BreakpointContent
197
- uuid = "6E82A111-4A3C-45AE-92E5-F0AEF268A0C6"
198
- shouldBeEnabled = "No"
199
- ignoreCount = "0"
200
- continueAfterRunningActions = "No"
201
- filePath = "WebDriverAgentLib/Utilities/FBFailureProofTestCase.m"
202
- timestampString = "0"
203
- startingColumnNumber = "9223372036854775807"
204
- endingColumnNumber = "9223372036854775807"
205
- startingLineNumber = "28"
206
- endingLineNumber = "28"
207
- landmarkName = "-setUp"
154
+ startingLineNumber = "257"
155
+ endingLineNumber = "257"
156
+ landmarkName = "+handleActivateSiri:"
208
157
  landmarkType = "7">
209
158
  </BreakpointContent>
210
159
  </BreakpointProxy>
@@ -310,23 +259,6 @@
310
259
  landmarkType = "7">
311
260
  </BreakpointContent>
312
261
  </BreakpointProxy>
313
- <BreakpointProxy
314
- BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
315
- <BreakpointContent
316
- uuid = "8A2CB0B1-904C-4972-836D-4B05DABFA579"
317
- shouldBeEnabled = "No"
318
- ignoreCount = "0"
319
- continueAfterRunningActions = "No"
320
- filePath = "WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m"
321
- timestampString = "0"
322
- startingColumnNumber = "9223372036854775807"
323
- endingColumnNumber = "9223372036854775807"
324
- startingLineNumber = "56"
325
- endingLineNumber = "56"
326
- landmarkName = "+retrieveTestRunnerProxy"
327
- landmarkType = "7">
328
- </BreakpointContent>
329
- </BreakpointProxy>
330
262
  <BreakpointProxy
331
263
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
332
264
  <BreakpointContent
@@ -337,8 +269,8 @@
337
269
  filePath = "WebDriverAgentLib/Utilities/FBConfiguration.m"
338
270
  startingColumnNumber = "9223372036854775807"
339
271
  endingColumnNumber = "9223372036854775807"
340
- startingLineNumber = "545"
341
- endingLineNumber = "545"
272
+ startingLineNumber = "542"
273
+ endingLineNumber = "542"
342
274
  landmarkName = "+setReduceMotionEnabled:"
343
275
  landmarkType = "7">
344
276
  </BreakpointContent>
@@ -353,10 +285,10 @@
353
285
  filePath = "WebDriverAgentLib/Utilities/FBConfiguration.m"
354
286
  startingColumnNumber = "9223372036854775807"
355
287
  endingColumnNumber = "9223372036854775807"
356
- startingLineNumber = "546"
357
- endingLineNumber = "546"
358
- landmarkName = "FBConfiguration"
359
- landmarkType = "3">
288
+ startingLineNumber = "543"
289
+ endingLineNumber = "543"
290
+ landmarkName = "+setReduceMotionEnabled:"
291
+ landmarkType = "7">
360
292
  </BreakpointContent>
361
293
  </BreakpointProxy>
362
294
  <BreakpointProxy
@@ -369,10 +301,10 @@
369
301
  filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
370
302
  startingColumnNumber = "9223372036854775807"
371
303
  endingColumnNumber = "9223372036854775807"
372
- startingLineNumber = "346"
373
- endingLineNumber = "346"
374
- landmarkName = "+handleGetLocation:"
375
- landmarkType = "7">
304
+ startingLineNumber = "306"
305
+ endingLineNumber = "306"
306
+ landmarkName = "FBCustomCommands"
307
+ landmarkType = "3">
376
308
  </BreakpointContent>
377
309
  </BreakpointProxy>
378
310
  <BreakpointProxy
@@ -481,10 +413,10 @@
481
413
  filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
482
414
  startingColumnNumber = "9223372036854775807"
483
415
  endingColumnNumber = "9223372036854775807"
484
- startingLineNumber = "311"
485
- endingLineNumber = "311"
486
- landmarkName = "FBCustomCommands"
487
- landmarkType = "3">
416
+ startingLineNumber = "275"
417
+ endingLineNumber = "275"
418
+ landmarkName = "+handlePeformIOHIDEvent:"
419
+ landmarkType = "7">
488
420
  </BreakpointContent>
489
421
  </BreakpointProxy>
490
422
  <BreakpointProxy
@@ -497,9 +429,9 @@
497
429
  filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
498
430
  startingColumnNumber = "9223372036854775807"
499
431
  endingColumnNumber = "9223372036854775807"
500
- startingLineNumber = "318"
501
- endingLineNumber = "318"
502
- landmarkName = "+handleGetLocation:"
432
+ startingLineNumber = "282"
433
+ endingLineNumber = "282"
434
+ landmarkName = "+handleLaunchUnattachedApp:"
503
435
  landmarkType = "7">
504
436
  </BreakpointContent>
505
437
  </BreakpointProxy>
@@ -762,7 +694,7 @@
762
694
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
763
695
  <BreakpointContent
764
696
  uuid = "79E80161-2798-4CA8-BE27-CD9BB7B2E576"
765
- shouldBeEnabled = "No"
697
+ shouldBeEnabled = "Yes"
766
698
  ignoreCount = "0"
767
699
  continueAfterRunningActions = "No"
768
700
  filePath = "WebDriverAgentLib/Utilities/FBImageIOScaler.m"
@@ -816,10 +748,10 @@
816
748
  filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
817
749
  startingColumnNumber = "9223372036854775807"
818
750
  endingColumnNumber = "9223372036854775807"
819
- startingLineNumber = "341"
820
- endingLineNumber = "341"
821
- landmarkName = "+handleGetLocation:"
822
- landmarkType = "7">
751
+ startingLineNumber = "301"
752
+ endingLineNumber = "301"
753
+ landmarkName = "FBCustomCommands"
754
+ landmarkType = "3">
823
755
  </BreakpointContent>
824
756
  </BreakpointProxy>
825
757
  <BreakpointProxy
@@ -832,10 +764,10 @@
832
764
  filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
833
765
  startingColumnNumber = "9223372036854775807"
834
766
  endingColumnNumber = "9223372036854775807"
835
- startingLineNumber = "342"
836
- endingLineNumber = "342"
837
- landmarkName = "+handleGetLocation:"
838
- landmarkType = "7">
767
+ startingLineNumber = "302"
768
+ endingLineNumber = "302"
769
+ landmarkName = "FBCustomCommands"
770
+ landmarkType = "3">
839
771
  </BreakpointContent>
840
772
  </BreakpointProxy>
841
773
  <BreakpointProxy
@@ -896,9 +828,9 @@
896
828
  filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
897
829
  startingColumnNumber = "9223372036854775807"
898
830
  endingColumnNumber = "9223372036854775807"
899
- startingLineNumber = "248"
900
- endingLineNumber = "248"
901
- landmarkName = "+handlePressButtonCommand:"
831
+ startingLineNumber = "212"
832
+ endingLineNumber = "212"
833
+ landmarkName = "+handleSetPasteboard:"
902
834
  landmarkType = "7">
903
835
  </BreakpointContent>
904
836
  </BreakpointProxy>
@@ -946,8 +878,8 @@
946
878
  endingColumnNumber = "9223372036854775807"
947
879
  startingLineNumber = "258"
948
880
  endingLineNumber = "258"
949
- landmarkName = "+configureDefaultKeyboardPreferences"
950
- landmarkType = "7">
881
+ landmarkName = "FBConfiguration"
882
+ landmarkType = "3">
951
883
  </BreakpointContent>
952
884
  </BreakpointProxy>
953
885
  <BreakpointProxy
@@ -960,9 +892,9 @@
960
892
  filePath = "WebDriverAgentLib/Utilities/FBXCodeCompatibility.m"
961
893
  startingColumnNumber = "9223372036854775807"
962
894
  endingColumnNumber = "9223372036854775807"
963
- startingLineNumber = "85"
964
- endingLineNumber = "85"
965
- landmarkName = "-fb_activate"
895
+ startingLineNumber = "70"
896
+ endingLineNumber = "70"
897
+ landmarkName = "-fb_terminate"
966
898
  landmarkType = "7">
967
899
  </BreakpointContent>
968
900
  </BreakpointProxy>
@@ -976,9 +908,9 @@
976
908
  filePath = "WebDriverAgentLib/Utilities/FBXCodeCompatibility.m"
977
909
  startingColumnNumber = "9223372036854775807"
978
910
  endingColumnNumber = "9223372036854775807"
979
- startingLineNumber = "84"
980
- endingLineNumber = "84"
981
- landmarkName = "-fb_activate"
911
+ startingLineNumber = "69"
912
+ endingLineNumber = "69"
913
+ landmarkName = "-fb_terminate"
982
914
  landmarkType = "7">
983
915
  </BreakpointContent>
984
916
  </BreakpointProxy>
@@ -986,7 +918,7 @@
986
918
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
987
919
  <BreakpointContent
988
920
  uuid = "20DED0B5-BB71-4BCB-A0B1-5A4F6AB36D72"
989
- shouldBeEnabled = "No"
921
+ shouldBeEnabled = "Yes"
990
922
  ignoreCount = "0"
991
923
  continueAfterRunningActions = "No"
992
924
  filePath = "WebDriverAgentLib/Routing/FBSession.m"
@@ -1018,7 +950,7 @@
1018
950
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1019
951
  <BreakpointContent
1020
952
  uuid = "61C4E072-4417-4062-80D6-69287EB84D7B"
1021
- shouldBeEnabled = "No"
953
+ shouldBeEnabled = "Yes"
1022
954
  ignoreCount = "0"
1023
955
  continueAfterRunningActions = "No"
1024
956
  filePath = "WebDriverAgentLib/Routing/FBSession.m"
@@ -1060,38 +992,6 @@
1060
992
  endingLineNumber = "203"
1061
993
  landmarkName = "-activateApplicationWithBundleId:"
1062
994
  landmarkType = "7">
1063
- <Locations>
1064
- <Location
1065
- uuid = "0BDFBA35-902A-499E-8556-3CB4212A7C7F - 314c1af182826f1b"
1066
- shouldBeEnabled = "Yes"
1067
- ignoreCount = "0"
1068
- continueAfterRunningActions = "No"
1069
- symbolName = "-[FBSession activateApplicationWithBundleId:]"
1070
- moduleName = "WebDriverAgentLib"
1071
- usesParentBreakpointCondition = "Yes"
1072
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Routing/FBSession.m"
1073
- startingColumnNumber = "9223372036854775807"
1074
- endingColumnNumber = "9223372036854775807"
1075
- startingLineNumber = "203"
1076
- endingLineNumber = "203"
1077
- offsetFromSymbolStart = "48">
1078
- </Location>
1079
- <Location
1080
- uuid = "0BDFBA35-902A-499E-8556-3CB4212A7C7F - 314c1af182826f1b"
1081
- shouldBeEnabled = "Yes"
1082
- ignoreCount = "0"
1083
- continueAfterRunningActions = "No"
1084
- symbolName = "-[FBSession activateApplicationWithBundleId:]"
1085
- moduleName = "WebDriverAgentLib"
1086
- usesParentBreakpointCondition = "Yes"
1087
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Routing/FBSession.m"
1088
- startingColumnNumber = "9223372036854775807"
1089
- endingColumnNumber = "9223372036854775807"
1090
- startingLineNumber = "203"
1091
- endingLineNumber = "203"
1092
- offsetFromSymbolStart = "56">
1093
- </Location>
1094
- </Locations>
1095
995
  </BreakpointContent>
1096
996
  </BreakpointProxy>
1097
997
  <BreakpointProxy
@@ -1140,38 +1040,6 @@
1140
1040
  endingLineNumber = "442"
1141
1041
  landmarkName = "+handleClick:"
1142
1042
  landmarkType = "7">
1143
- <Locations>
1144
- <Location
1145
- uuid = "C7B80BBA-457A-4EAF-A5A1-0ED9A1C3AEDA - 13418dc8bb1e8e24"
1146
- shouldBeEnabled = "Yes"
1147
- ignoreCount = "0"
1148
- continueAfterRunningActions = "No"
1149
- symbolName = "+[FBElementCommands handleTap:]"
1150
- moduleName = "WebDriverAgentLib"
1151
- usesParentBreakpointCondition = "Yes"
1152
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m"
1153
- startingColumnNumber = "9223372036854775807"
1154
- endingColumnNumber = "9223372036854775807"
1155
- startingLineNumber = "442"
1156
- endingLineNumber = "442"
1157
- offsetFromSymbolStart = "971">
1158
- </Location>
1159
- <Location
1160
- uuid = "C7B80BBA-457A-4EAF-A5A1-0ED9A1C3AEDA - 13418dc8bb1e8e24"
1161
- shouldBeEnabled = "Yes"
1162
- ignoreCount = "0"
1163
- continueAfterRunningActions = "No"
1164
- symbolName = "+[FBElementCommands handleTap:]"
1165
- moduleName = "WebDriverAgentLib"
1166
- usesParentBreakpointCondition = "Yes"
1167
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m"
1168
- startingColumnNumber = "9223372036854775807"
1169
- endingColumnNumber = "9223372036854775807"
1170
- startingLineNumber = "442"
1171
- endingLineNumber = "442"
1172
- offsetFromSymbolStart = "824">
1173
- </Location>
1174
- </Locations>
1175
1043
  </BreakpointContent>
1176
1044
  </BreakpointProxy>
1177
1045
  <BreakpointProxy
@@ -1188,38 +1056,6 @@
1188
1056
  endingLineNumber = "445"
1189
1057
  landmarkName = "+handleClick:"
1190
1058
  landmarkType = "7">
1191
- <Locations>
1192
- <Location
1193
- uuid = "88FA0DBE-71FC-4F9A-B9BE-B7F77D74936C - 13418dc8bb1e8d87"
1194
- shouldBeEnabled = "Yes"
1195
- ignoreCount = "0"
1196
- continueAfterRunningActions = "No"
1197
- symbolName = "+[FBElementCommands handleTap:]"
1198
- moduleName = "WebDriverAgentLib"
1199
- usesParentBreakpointCondition = "Yes"
1200
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m"
1201
- startingColumnNumber = "9223372036854775807"
1202
- endingColumnNumber = "9223372036854775807"
1203
- startingLineNumber = "445"
1204
- endingLineNumber = "445"
1205
- offsetFromSymbolStart = "1158">
1206
- </Location>
1207
- <Location
1208
- uuid = "88FA0DBE-71FC-4F9A-B9BE-B7F77D74936C - 13418dc8bb1e8d87"
1209
- shouldBeEnabled = "Yes"
1210
- ignoreCount = "0"
1211
- continueAfterRunningActions = "No"
1212
- symbolName = "+[FBElementCommands handleTap:]"
1213
- moduleName = "WebDriverAgentLib"
1214
- usesParentBreakpointCondition = "Yes"
1215
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m"
1216
- startingColumnNumber = "9223372036854775807"
1217
- endingColumnNumber = "9223372036854775807"
1218
- startingLineNumber = "445"
1219
- endingLineNumber = "445"
1220
- offsetFromSymbolStart = "988">
1221
- </Location>
1222
- </Locations>
1223
1059
  </BreakpointContent>
1224
1060
  </BreakpointProxy>
1225
1061
  <BreakpointProxy
@@ -1296,8 +1132,8 @@
1296
1132
  filePath = "WebDriverAgentTests/IntegrationTests/FBKeyboardTests.m"
1297
1133
  startingColumnNumber = "9223372036854775807"
1298
1134
  endingColumnNumber = "9223372036854775807"
1299
- startingLineNumber = "55"
1300
- endingLineNumber = "55"
1135
+ startingLineNumber = "74"
1136
+ endingLineNumber = "74"
1301
1137
  landmarkName = "-testKeyboardDismissal"
1302
1138
  landmarkType = "7">
1303
1139
  <Locations>
@@ -1434,8 +1270,8 @@
1434
1270
  filePath = "WebDriverAgentTests/IntegrationTests/FBKeyboardTests.m"
1435
1271
  startingColumnNumber = "9223372036854775807"
1436
1272
  endingColumnNumber = "9223372036854775807"
1437
- startingLineNumber = "56"
1438
- endingLineNumber = "56"
1273
+ startingLineNumber = "75"
1274
+ endingLineNumber = "75"
1439
1275
  landmarkName = "-testKeyboardDismissal"
1440
1276
  landmarkType = "7">
1441
1277
  <Locations>
@@ -1564,45 +1400,13 @@
1564
1400
  endingLineNumber = "106"
1565
1401
  landmarkName = "+takeInOriginalResolutionWithQuality:error:"
1566
1402
  landmarkType = "7">
1567
- <Locations>
1568
- <Location
1569
- uuid = "3E4E9A15-14B4-40F3-90E4-D0C016AF1DEE - a641fb284f0ce226"
1570
- shouldBeEnabled = "Yes"
1571
- ignoreCount = "0"
1572
- continueAfterRunningActions = "No"
1573
- symbolName = "+[FBScreenshot takeInOriginalResolutionWithQuality:error:]"
1574
- moduleName = "WebDriverAgentLib"
1575
- usesParentBreakpointCondition = "Yes"
1576
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreenshot.m"
1577
- startingColumnNumber = "9223372036854775807"
1578
- endingColumnNumber = "9223372036854775807"
1579
- startingLineNumber = "106"
1580
- endingLineNumber = "106"
1581
- offsetFromSymbolStart = "674">
1582
- </Location>
1583
- <Location
1584
- uuid = "3E4E9A15-14B4-40F3-90E4-D0C016AF1DEE - a641fb284f0ce226"
1585
- shouldBeEnabled = "Yes"
1586
- ignoreCount = "0"
1587
- continueAfterRunningActions = "No"
1588
- symbolName = "+[FBScreenshot takeInOriginalResolutionWithQuality:error:]"
1589
- moduleName = "WebDriverAgentLib"
1590
- usesParentBreakpointCondition = "Yes"
1591
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreenshot.m"
1592
- startingColumnNumber = "9223372036854775807"
1593
- endingColumnNumber = "9223372036854775807"
1594
- startingLineNumber = "106"
1595
- endingLineNumber = "106"
1596
- offsetFromSymbolStart = "564">
1597
- </Location>
1598
- </Locations>
1599
1403
  </BreakpointContent>
1600
1404
  </BreakpointProxy>
1601
1405
  <BreakpointProxy
1602
1406
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1603
1407
  <BreakpointContent
1604
1408
  uuid = "317C08C8-2A9E-49C9-A677-25380DD1ED80"
1605
- shouldBeEnabled = "No"
1409
+ shouldBeEnabled = "Yes"
1606
1410
  ignoreCount = "0"
1607
1411
  continueAfterRunningActions = "No"
1608
1412
  filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
@@ -1630,54 +1434,6 @@
1630
1434
  landmarkType = "7">
1631
1435
  </BreakpointContent>
1632
1436
  </BreakpointProxy>
1633
- <BreakpointProxy
1634
- BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1635
- <BreakpointContent
1636
- uuid = "2321350C-45CD-4721-A51C-184B2190F711"
1637
- shouldBeEnabled = "Yes"
1638
- ignoreCount = "0"
1639
- continueAfterRunningActions = "No"
1640
- filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
1641
- startingColumnNumber = "9223372036854775807"
1642
- endingColumnNumber = "9223372036854775807"
1643
- startingLineNumber = "238"
1644
- endingLineNumber = "238"
1645
- landmarkName = "+imageEncodingWithUniformTypeIdentifier:compressionQuality:error:"
1646
- landmarkType = "7">
1647
- <Locations>
1648
- <Location
1649
- uuid = "2321350C-45CD-4721-A51C-184B2190F711 - 7d643cd53dd94346"
1650
- shouldBeEnabled = "Yes"
1651
- ignoreCount = "0"
1652
- continueAfterRunningActions = "No"
1653
- symbolName = "+[FBScreenshot imageEncodingWithUniformTypeIdentifier:compressionQuality:error:]"
1654
- moduleName = "WebDriverAgentLib"
1655
- usesParentBreakpointCondition = "Yes"
1656
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreenshot.m"
1657
- startingColumnNumber = "9223372036854775807"
1658
- endingColumnNumber = "9223372036854775807"
1659
- startingLineNumber = "238"
1660
- endingLineNumber = "238"
1661
- offsetFromSymbolStart = "244">
1662
- </Location>
1663
- <Location
1664
- uuid = "2321350C-45CD-4721-A51C-184B2190F711 - 7d643cd53dd94346"
1665
- shouldBeEnabled = "Yes"
1666
- ignoreCount = "0"
1667
- continueAfterRunningActions = "No"
1668
- symbolName = "+[FBScreenshot imageEncodingWithUniformTypeIdentifier:compressionQuality:error:]"
1669
- moduleName = "WebDriverAgentLib"
1670
- usesParentBreakpointCondition = "Yes"
1671
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreenshot.m"
1672
- startingColumnNumber = "9223372036854775807"
1673
- endingColumnNumber = "9223372036854775807"
1674
- startingLineNumber = "238"
1675
- endingLineNumber = "238"
1676
- offsetFromSymbolStart = "200">
1677
- </Location>
1678
- </Locations>
1679
- </BreakpointContent>
1680
- </BreakpointProxy>
1681
1437
  <BreakpointProxy
1682
1438
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1683
1439
  <BreakpointContent
@@ -1698,7 +1454,7 @@
1698
1454
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1699
1455
  <BreakpointContent
1700
1456
  uuid = "592F1D77-190E-499C-9A1E-BBA0465EE6E4"
1701
- shouldBeEnabled = "Yes"
1457
+ shouldBeEnabled = "No"
1702
1458
  ignoreCount = "0"
1703
1459
  continueAfterRunningActions = "No"
1704
1460
  filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
@@ -1722,7 +1478,7 @@
1722
1478
  endingColumnNumber = "9223372036854775807"
1723
1479
  startingLineNumber = "279"
1724
1480
  endingLineNumber = "279"
1725
- offsetFromSymbolStart = "383">
1481
+ offsetFromSymbolStart = "320">
1726
1482
  </Location>
1727
1483
  <Location
1728
1484
  uuid = "592F1D77-190E-499C-9A1E-BBA0465EE6E4 - ca29c2af56bf8ba8"
@@ -1737,7 +1493,7 @@
1737
1493
  endingColumnNumber = "9223372036854775807"
1738
1494
  startingLineNumber = "279"
1739
1495
  endingLineNumber = "279"
1740
- offsetFromSymbolStart = "320">
1496
+ offsetFromSymbolStart = "383">
1741
1497
  </Location>
1742
1498
  </Locations>
1743
1499
  </BreakpointContent>
@@ -1746,7 +1502,7 @@
1746
1502
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1747
1503
  <BreakpointContent
1748
1504
  uuid = "1551B61C-1246-4F6D-993A-71BE78D57F92"
1749
- shouldBeEnabled = "Yes"
1505
+ shouldBeEnabled = "No"
1750
1506
  ignoreCount = "0"
1751
1507
  continueAfterRunningActions = "No"
1752
1508
  filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
@@ -1770,7 +1526,7 @@
1770
1526
  endingColumnNumber = "9223372036854775807"
1771
1527
  startingLineNumber = "295"
1772
1528
  endingLineNumber = "295"
1773
- offsetFromSymbolStart = "781">
1529
+ offsetFromSymbolStart = "696">
1774
1530
  </Location>
1775
1531
  <Location
1776
1532
  uuid = "1551B61C-1246-4F6D-993A-71BE78D57F92 - ca29c2af56bf8998"
@@ -1785,7 +1541,7 @@
1785
1541
  endingColumnNumber = "9223372036854775807"
1786
1542
  startingLineNumber = "295"
1787
1543
  endingLineNumber = "295"
1788
- offsetFromSymbolStart = "696">
1544
+ offsetFromSymbolStart = "781">
1789
1545
  </Location>
1790
1546
  </Locations>
1791
1547
  </BreakpointContent>
@@ -1802,7 +1558,7 @@
1802
1558
  endingColumnNumber = "9223372036854775807"
1803
1559
  startingLineNumber = "56"
1804
1560
  endingLineNumber = "56"
1805
- landmarkName = "-testCanHandleSafariInputPrompt"
1561
+ landmarkName = "-disabled_testCanHandleSafariInputPrompt"
1806
1562
  landmarkType = "7">
1807
1563
  </BreakpointContent>
1808
1564
  </BreakpointProxy>
@@ -1818,7 +1574,7 @@
1818
1574
  endingColumnNumber = "9223372036854775807"
1819
1575
  startingLineNumber = "57"
1820
1576
  endingLineNumber = "57"
1821
- landmarkName = "-testCanHandleSafariInputPrompt"
1577
+ landmarkName = "-disabled_testCanHandleSafariInputPrompt"
1822
1578
  landmarkType = "7">
1823
1579
  </BreakpointContent>
1824
1580
  </BreakpointProxy>
@@ -1834,7 +1590,7 @@
1834
1590
  endingColumnNumber = "9223372036854775807"
1835
1591
  startingLineNumber = "69"
1836
1592
  endingLineNumber = "69"
1837
- landmarkName = "-testCanHandleSafariInputPrompt"
1593
+ landmarkName = "-disabled_testCanHandleSafariInputPrompt"
1838
1594
  landmarkType = "7">
1839
1595
  <Locations>
1840
1596
  <Location
@@ -1989,68 +1745,6 @@
1989
1745
  endingLineNumber = "94"
1990
1746
  landmarkName = "-testAttributeWithNullScrollToVisible"
1991
1747
  landmarkType = "7">
1992
- <Locations>
1993
- <Location
1994
- uuid = "B5D59CDE-4243-4397-9C92-82FC0F14A9A3 - b95fbe3a8bda5839"
1995
- shouldBeEnabled = "Yes"
1996
- ignoreCount = "0"
1997
- continueAfterRunningActions = "No"
1998
- symbolName = "-[FBScrollingTests testAttributeWithNullScrollToVisible]"
1999
- moduleName = "IntegrationTests_1"
2000
- usesParentBreakpointCondition = "Yes"
2001
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBScrollingTests.m"
2002
- startingColumnNumber = "9223372036854775807"
2003
- endingColumnNumber = "9223372036854775807"
2004
- startingLineNumber = "94"
2005
- endingLineNumber = "94"
2006
- offsetFromSymbolStart = "4332">
2007
- </Location>
2008
- <Location
2009
- uuid = "B5D59CDE-4243-4397-9C92-82FC0F14A9A3 - b95fbe3a8bda5839"
2010
- shouldBeEnabled = "Yes"
2011
- ignoreCount = "0"
2012
- continueAfterRunningActions = "No"
2013
- symbolName = "-[FBScrollingTests testAttributeWithNullScrollToVisible]"
2014
- moduleName = "IntegrationTests_1"
2015
- usesParentBreakpointCondition = "Yes"
2016
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBScrollingTests.m"
2017
- startingColumnNumber = "9223372036854775807"
2018
- endingColumnNumber = "9223372036854775807"
2019
- startingLineNumber = "94"
2020
- endingLineNumber = "94"
2021
- offsetFromSymbolStart = "5468">
2022
- </Location>
2023
- <Location
2024
- uuid = "B5D59CDE-4243-4397-9C92-82FC0F14A9A3 - b95fbe3a8bda5839"
2025
- shouldBeEnabled = "Yes"
2026
- ignoreCount = "0"
2027
- continueAfterRunningActions = "No"
2028
- symbolName = "-[FBScrollingTests testAttributeWithNullScrollToVisible]"
2029
- moduleName = "IntegrationTests_1"
2030
- usesParentBreakpointCondition = "Yes"
2031
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBScrollingTests.m"
2032
- startingColumnNumber = "9223372036854775807"
2033
- endingColumnNumber = "9223372036854775807"
2034
- startingLineNumber = "94"
2035
- endingLineNumber = "94"
2036
- offsetFromSymbolStart = "5552">
2037
- </Location>
2038
- <Location
2039
- uuid = "B5D59CDE-4243-4397-9C92-82FC0F14A9A3 - b95fbe3a8bda5839"
2040
- shouldBeEnabled = "Yes"
2041
- ignoreCount = "0"
2042
- continueAfterRunningActions = "No"
2043
- symbolName = "-[FBScrollingTests testAttributeWithNullScrollToVisible]"
2044
- moduleName = "IntegrationTests_1"
2045
- usesParentBreakpointCondition = "Yes"
2046
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBScrollingTests.m"
2047
- startingColumnNumber = "9223372036854775807"
2048
- endingColumnNumber = "9223372036854775807"
2049
- startingLineNumber = "94"
2050
- endingLineNumber = "94"
2051
- offsetFromSymbolStart = "5656">
2052
- </Location>
2053
- </Locations>
2054
1748
  </BreakpointContent>
2055
1749
  </BreakpointProxy>
2056
1750
  <BreakpointProxy
@@ -2063,70 +1757,102 @@
2063
1757
  filePath = "WebDriverAgentTests/IntegrationTests/FBElementVisibilityTests.m"
2064
1758
  startingColumnNumber = "9223372036854775807"
2065
1759
  endingColumnNumber = "9223372036854775807"
2066
- startingLineNumber = "33"
2067
- endingLineNumber = "33"
1760
+ startingLineNumber = "35"
1761
+ endingLineNumber = "35"
2068
1762
  landmarkName = "-testSpringBoardIcons"
2069
1763
  landmarkType = "7">
1764
+ </BreakpointContent>
1765
+ </BreakpointProxy>
1766
+ <BreakpointProxy
1767
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1768
+ <BreakpointContent
1769
+ uuid = "8B9B5BAD-72A9-4DF3-96DA-58DC7658F416"
1770
+ shouldBeEnabled = "Yes"
1771
+ ignoreCount = "0"
1772
+ continueAfterRunningActions = "No"
1773
+ filePath = "WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m"
1774
+ startingColumnNumber = "9223372036854775807"
1775
+ endingColumnNumber = "9223372036854775807"
1776
+ startingLineNumber = "319"
1777
+ endingLineNumber = "319"
1778
+ landmarkName = "-testClassChainWithDescendantPredicate"
1779
+ landmarkType = "7">
1780
+ </BreakpointContent>
1781
+ </BreakpointProxy>
1782
+ <BreakpointProxy
1783
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1784
+ <BreakpointContent
1785
+ uuid = "CBE6E39A-CDB5-4F6D-9563-ACEFAA205B6A"
1786
+ shouldBeEnabled = "Yes"
1787
+ ignoreCount = "0"
1788
+ continueAfterRunningActions = "No"
1789
+ filePath = "WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m"
1790
+ startingColumnNumber = "9223372036854775807"
1791
+ endingColumnNumber = "9223372036854775807"
1792
+ startingLineNumber = "67"
1793
+ endingLineNumber = "67"
1794
+ landmarkName = "-testGetPasteboard"
1795
+ landmarkType = "7">
2070
1796
  <Locations>
2071
1797
  <Location
2072
- uuid = "35DF7212-B8FD-433A-878B-4B63734F8209 - 59510989042726cf"
1798
+ uuid = "CBE6E39A-CDB5-4F6D-9563-ACEFAA205B6A - da51e9ba340daf3e"
2073
1799
  shouldBeEnabled = "Yes"
2074
1800
  ignoreCount = "0"
2075
1801
  continueAfterRunningActions = "No"
2076
- symbolName = "-[FBElementVisibilityTests testSpringBoardIcons]"
2077
- moduleName = "IntegrationTests_1"
1802
+ symbolName = "-[FBPasteboardTests testGetPasteboard]"
1803
+ moduleName = "IntegrationTests_3"
2078
1804
  usesParentBreakpointCondition = "Yes"
2079
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBElementVisibilityTests.m"
1805
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m"
2080
1806
  startingColumnNumber = "9223372036854775807"
2081
1807
  endingColumnNumber = "9223372036854775807"
2082
- startingLineNumber = "33"
2083
- endingLineNumber = "33"
2084
- offsetFromSymbolStart = "166">
1808
+ startingLineNumber = "67"
1809
+ endingLineNumber = "67"
1810
+ offsetFromSymbolStart = "2155">
2085
1811
  </Location>
2086
1812
  <Location
2087
- uuid = "35DF7212-B8FD-433A-878B-4B63734F8209 - 59510989042726cf"
1813
+ uuid = "CBE6E39A-CDB5-4F6D-9563-ACEFAA205B6A - da51e9ba340daf3e"
2088
1814
  shouldBeEnabled = "Yes"
2089
1815
  ignoreCount = "0"
2090
1816
  continueAfterRunningActions = "No"
2091
- symbolName = "-[FBElementVisibilityTests testSpringBoardIcons]"
2092
- moduleName = "IntegrationTests_1"
1817
+ symbolName = "-[FBPasteboardTests testGetPasteboard]"
1818
+ moduleName = "IntegrationTests_3"
2093
1819
  usesParentBreakpointCondition = "Yes"
2094
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBElementVisibilityTests.m"
1820
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m"
2095
1821
  startingColumnNumber = "9223372036854775807"
2096
1822
  endingColumnNumber = "9223372036854775807"
2097
- startingLineNumber = "33"
2098
- endingLineNumber = "33"
2099
- offsetFromSymbolStart = "735">
1823
+ startingLineNumber = "67"
1824
+ endingLineNumber = "67"
1825
+ offsetFromSymbolStart = "3264">
2100
1826
  </Location>
2101
1827
  <Location
2102
- uuid = "35DF7212-B8FD-433A-878B-4B63734F8209 - 59510989042726cf"
1828
+ uuid = "CBE6E39A-CDB5-4F6D-9563-ACEFAA205B6A - da51e9ba340daf3e"
2103
1829
  shouldBeEnabled = "Yes"
2104
1830
  ignoreCount = "0"
2105
1831
  continueAfterRunningActions = "No"
2106
- symbolName = "-[FBElementVisibilityTests testSpringBoardIcons]"
2107
- moduleName = "IntegrationTests_1"
1832
+ symbolName = "-[FBPasteboardTests testGetPasteboard]"
1833
+ moduleName = "IntegrationTests_3"
2108
1834
  usesParentBreakpointCondition = "Yes"
2109
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBElementVisibilityTests.m"
1835
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m"
2110
1836
  startingColumnNumber = "9223372036854775807"
2111
1837
  endingColumnNumber = "9223372036854775807"
2112
- startingLineNumber = "33"
2113
- endingLineNumber = "33"
2114
- offsetFromSymbolStart = "1286">
1838
+ startingLineNumber = "67"
1839
+ endingLineNumber = "67"
1840
+ offsetFromSymbolStart = "3801">
2115
1841
  </Location>
2116
1842
  <Location
2117
- uuid = "35DF7212-B8FD-433A-878B-4B63734F8209 - 59510989042726cf"
1843
+ uuid = "CBE6E39A-CDB5-4F6D-9563-ACEFAA205B6A - da51e9ba340daf3e"
2118
1844
  shouldBeEnabled = "Yes"
2119
1845
  ignoreCount = "0"
2120
1846
  continueAfterRunningActions = "No"
2121
- symbolName = "-[FBElementVisibilityTests testSpringBoardIcons]"
2122
- moduleName = "IntegrationTests_1"
1847
+ symbolName = "-[FBPasteboardTests testGetPasteboard]"
1848
+ moduleName = "IntegrationTests_3"
2123
1849
  usesParentBreakpointCondition = "Yes"
2124
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBElementVisibilityTests.m"
1850
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m"
2125
1851
  startingColumnNumber = "9223372036854775807"
2126
1852
  endingColumnNumber = "9223372036854775807"
2127
- startingLineNumber = "33"
2128
- endingLineNumber = "33"
2129
- offsetFromSymbolStart = "1381">
1853
+ startingLineNumber = "67"
1854
+ endingLineNumber = "67"
1855
+ offsetFromSymbolStart = "3905">
2130
1856
  </Location>
2131
1857
  </Locations>
2132
1858
  </BreakpointContent>
@@ -2134,92 +1860,175 @@
2134
1860
  <BreakpointProxy
2135
1861
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2136
1862
  <BreakpointContent
2137
- uuid = "8B9B5BAD-72A9-4DF3-96DA-58DC7658F416"
1863
+ uuid = "7C035B03-6634-4CA0-8ACA-4C89D53C69E7"
1864
+ shouldBeEnabled = "No"
1865
+ ignoreCount = "0"
1866
+ continueAfterRunningActions = "No"
1867
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.m"
1868
+ startingColumnNumber = "9223372036854775807"
1869
+ endingColumnNumber = "9223372036854775807"
1870
+ startingLineNumber = "57"
1871
+ endingLineNumber = "57"
1872
+ landmarkName = "-fb_forceTouchCoordinate:pressure:duration:error:"
1873
+ landmarkType = "7">
1874
+ </BreakpointContent>
1875
+ </BreakpointProxy>
1876
+ <BreakpointProxy
1877
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1878
+ <BreakpointContent
1879
+ uuid = "65193E00-A2DF-40A8-80C9-1BC0E9D240AF"
2138
1880
  shouldBeEnabled = "Yes"
2139
1881
  ignoreCount = "0"
2140
1882
  continueAfterRunningActions = "No"
2141
- filePath = "WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m"
1883
+ filePath = "WebDriverAgentLib/Routing/FBSession.m"
2142
1884
  startingColumnNumber = "9223372036854775807"
2143
1885
  endingColumnNumber = "9223372036854775807"
2144
- startingLineNumber = "319"
2145
- endingLineNumber = "319"
2146
- landmarkName = "-testClassChainWithDescendantPredicate"
1886
+ startingLineNumber = "51"
1887
+ endingLineNumber = "51"
1888
+ landmarkName = "-didDetectAlert:"
1889
+ landmarkType = "7">
1890
+ </BreakpointContent>
1891
+ </BreakpointProxy>
1892
+ <BreakpointProxy
1893
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1894
+ <BreakpointContent
1895
+ uuid = "05982D07-33D1-49EA-B9FE-26F2888312BA"
1896
+ shouldBeEnabled = "Yes"
1897
+ ignoreCount = "0"
1898
+ continueAfterRunningActions = "No"
1899
+ filePath = "WebDriverAgentLib/Routing/FBSession.m"
1900
+ startingColumnNumber = "9223372036854775807"
1901
+ endingColumnNumber = "9223372036854775807"
1902
+ startingLineNumber = "55"
1903
+ endingLineNumber = "55"
1904
+ landmarkName = "-didDetectAlert:"
1905
+ landmarkType = "7">
1906
+ </BreakpointContent>
1907
+ </BreakpointProxy>
1908
+ <BreakpointProxy
1909
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1910
+ <BreakpointContent
1911
+ uuid = "15960A1D-5DCB-46FC-B24B-1270624F2D52"
1912
+ shouldBeEnabled = "Yes"
1913
+ ignoreCount = "0"
1914
+ continueAfterRunningActions = "No"
1915
+ filePath = "WebDriverAgentLib/Routing/FBSession.m"
1916
+ startingColumnNumber = "9223372036854775807"
1917
+ endingColumnNumber = "9223372036854775807"
1918
+ startingLineNumber = "57"
1919
+ endingLineNumber = "57"
1920
+ landmarkName = "-didDetectAlert:"
1921
+ landmarkType = "7">
1922
+ </BreakpointContent>
1923
+ </BreakpointProxy>
1924
+ <BreakpointProxy
1925
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1926
+ <BreakpointContent
1927
+ uuid = "17228BD6-2B60-4712-A844-185894BB3250"
1928
+ shouldBeEnabled = "Yes"
1929
+ ignoreCount = "0"
1930
+ continueAfterRunningActions = "No"
1931
+ filePath = "WebDriverAgentLib/FBAlert.m"
1932
+ startingColumnNumber = "9223372036854775807"
1933
+ endingColumnNumber = "9223372036854775807"
1934
+ startingLineNumber = "164"
1935
+ endingLineNumber = "164"
1936
+ landmarkName = "-acceptWithError:"
1937
+ landmarkType = "7">
1938
+ </BreakpointContent>
1939
+ </BreakpointProxy>
1940
+ <BreakpointProxy
1941
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1942
+ <BreakpointContent
1943
+ uuid = "713AA9E6-ACE9-4223-8881-A975C8BB8625"
1944
+ shouldBeEnabled = "Yes"
1945
+ ignoreCount = "0"
1946
+ continueAfterRunningActions = "No"
1947
+ filePath = "WebDriverAgentLib/FBAlert.m"
1948
+ startingColumnNumber = "9223372036854775807"
1949
+ endingColumnNumber = "9223372036854775807"
1950
+ startingLineNumber = "183"
1951
+ endingLineNumber = "183"
1952
+ landmarkName = "-acceptWithError:"
1953
+ landmarkType = "7">
1954
+ </BreakpointContent>
1955
+ </BreakpointProxy>
1956
+ <BreakpointProxy
1957
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1958
+ <BreakpointContent
1959
+ uuid = "128F37DC-0F34-4F26-BFD0-F24B740639EA"
1960
+ shouldBeEnabled = "Yes"
1961
+ ignoreCount = "0"
1962
+ continueAfterRunningActions = "No"
1963
+ filePath = "WebDriverAgentLib/FBAlert.m"
1964
+ startingColumnNumber = "9223372036854775807"
1965
+ endingColumnNumber = "9223372036854775807"
1966
+ startingLineNumber = "186"
1967
+ endingLineNumber = "186"
1968
+ landmarkName = "-acceptWithError:"
1969
+ landmarkType = "7">
1970
+ </BreakpointContent>
1971
+ </BreakpointProxy>
1972
+ <BreakpointProxy
1973
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1974
+ <BreakpointContent
1975
+ uuid = "62EAC69D-A264-4E8B-8C89-9B1DFCA78DAA"
1976
+ shouldBeEnabled = "Yes"
1977
+ ignoreCount = "0"
1978
+ continueAfterRunningActions = "No"
1979
+ filePath = "WebDriverAgentLib/FBAlert.m"
1980
+ startingColumnNumber = "9223372036854775807"
1981
+ endingColumnNumber = "9223372036854775807"
1982
+ startingLineNumber = "190"
1983
+ endingLineNumber = "190"
1984
+ landmarkName = "-acceptWithError:"
1985
+ landmarkType = "7">
1986
+ </BreakpointContent>
1987
+ </BreakpointProxy>
1988
+ <BreakpointProxy
1989
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1990
+ <BreakpointContent
1991
+ uuid = "B03AF61E-C32F-4D36-A01E-2AF0743B4024"
1992
+ shouldBeEnabled = "No"
1993
+ ignoreCount = "0"
1994
+ continueAfterRunningActions = "No"
1995
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTap.m"
1996
+ startingColumnNumber = "9223372036854775807"
1997
+ endingColumnNumber = "9223372036854775807"
1998
+ startingLineNumber = "23"
1999
+ endingLineNumber = "23"
2000
+ landmarkName = "-fb_tapWithError:"
2147
2001
  landmarkType = "7">
2148
2002
  <Locations>
2149
2003
  <Location
2150
- uuid = "8B9B5BAD-72A9-4DF3-96DA-58DC7658F416 - 66e7294468e27f20"
2151
- shouldBeEnabled = "Yes"
2152
- ignoreCount = "0"
2153
- continueAfterRunningActions = "No"
2154
- symbolName = "-[XCUIElementFBFindTests testClassChainWithDescendantPredicate]"
2155
- moduleName = "IntegrationTests_2"
2156
- usesParentBreakpointCondition = "Yes"
2157
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m"
2158
- startingColumnNumber = "9223372036854775807"
2159
- endingColumnNumber = "9223372036854775807"
2160
- startingLineNumber = "319"
2161
- endingLineNumber = "319"
2162
- offsetFromSymbolStart = "235">
2163
- </Location>
2164
- <Location
2165
- uuid = "8B9B5BAD-72A9-4DF3-96DA-58DC7658F416 - 66e7294468e27f20"
2166
- shouldBeEnabled = "Yes"
2167
- ignoreCount = "0"
2168
- continueAfterRunningActions = "No"
2169
- symbolName = "-[XCUIElementFBFindTests testClassChainWithDescendantPredicate]"
2170
- moduleName = "IntegrationTests_2"
2171
- usesParentBreakpointCondition = "Yes"
2172
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m"
2173
- startingColumnNumber = "9223372036854775807"
2174
- endingColumnNumber = "9223372036854775807"
2175
- startingLineNumber = "319"
2176
- endingLineNumber = "319"
2177
- offsetFromSymbolStart = "334">
2178
- </Location>
2179
- <Location
2180
- uuid = "8B9B5BAD-72A9-4DF3-96DA-58DC7658F416 - 66e7294468e27f20"
2181
- shouldBeEnabled = "Yes"
2182
- ignoreCount = "0"
2183
- continueAfterRunningActions = "No"
2184
- symbolName = "-[XCUIElementFBFindTests testClassChainWithDescendantPredicate]"
2185
- moduleName = "IntegrationTests_2"
2186
- usesParentBreakpointCondition = "Yes"
2187
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m"
2188
- startingColumnNumber = "9223372036854775807"
2189
- endingColumnNumber = "9223372036854775807"
2190
- startingLineNumber = "319"
2191
- endingLineNumber = "319"
2192
- offsetFromSymbolStart = "934">
2193
- </Location>
2194
- <Location
2195
- uuid = "8B9B5BAD-72A9-4DF3-96DA-58DC7658F416 - 66e7294468e27f20"
2004
+ uuid = "B03AF61E-C32F-4D36-A01E-2AF0743B4024 - 5b50a34f8cfbe187"
2196
2005
  shouldBeEnabled = "Yes"
2197
2006
  ignoreCount = "0"
2198
2007
  continueAfterRunningActions = "No"
2199
- symbolName = "-[XCUIElementFBFindTests testClassChainWithDescendantPredicate]"
2200
- moduleName = "IntegrationTests_2"
2008
+ symbolName = "-[XCUIElement(FBTap) fb_tapWithError:]"
2009
+ moduleName = "WebDriverAgentLib"
2201
2010
  usesParentBreakpointCondition = "Yes"
2202
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m"
2011
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTap.m"
2203
2012
  startingColumnNumber = "9223372036854775807"
2204
2013
  endingColumnNumber = "9223372036854775807"
2205
- startingLineNumber = "319"
2206
- endingLineNumber = "319"
2207
- offsetFromSymbolStart = "1789">
2014
+ startingLineNumber = "23"
2015
+ endingLineNumber = "23"
2016
+ offsetFromSymbolStart = "163">
2208
2017
  </Location>
2209
2018
  <Location
2210
- uuid = "8B9B5BAD-72A9-4DF3-96DA-58DC7658F416 - 66e7294468e27f20"
2019
+ uuid = "B03AF61E-C32F-4D36-A01E-2AF0743B4024 - 5b50a34f8cfbe0da"
2211
2020
  shouldBeEnabled = "Yes"
2212
2021
  ignoreCount = "0"
2213
2022
  continueAfterRunningActions = "No"
2214
- symbolName = "-[XCUIElementFBFindTests testClassChainWithDescendantPredicate]"
2215
- moduleName = "IntegrationTests_2"
2023
+ symbolName = "-[XCUIElement(FBTap) fb_tapWithError:]"
2024
+ moduleName = "WebDriverAgentLib"
2216
2025
  usesParentBreakpointCondition = "Yes"
2217
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m"
2026
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTap.m"
2218
2027
  startingColumnNumber = "9223372036854775807"
2219
2028
  endingColumnNumber = "9223372036854775807"
2220
- startingLineNumber = "319"
2221
- endingLineNumber = "319"
2222
- offsetFromSymbolStart = "1884">
2029
+ startingLineNumber = "28"
2030
+ endingLineNumber = "28"
2031
+ offsetFromSymbolStart = "205">
2223
2032
  </Location>
2224
2033
  </Locations>
2225
2034
  </BreakpointContent>
@@ -2227,77 +2036,77 @@
2227
2036
  <BreakpointProxy
2228
2037
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2229
2038
  <BreakpointContent
2230
- uuid = "CBE6E39A-CDB5-4F6D-9563-ACEFAA205B6A"
2039
+ uuid = "1BCBE151-DB25-426F-ABF7-49020302B16E"
2231
2040
  shouldBeEnabled = "Yes"
2232
2041
  ignoreCount = "0"
2233
2042
  continueAfterRunningActions = "No"
2234
- filePath = "WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m"
2043
+ filePath = "WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2235
2044
  startingColumnNumber = "9223372036854775807"
2236
2045
  endingColumnNumber = "9223372036854775807"
2237
- startingLineNumber = "67"
2238
- endingLineNumber = "67"
2239
- landmarkName = "-testGetPasteboard"
2046
+ startingLineNumber = "118"
2047
+ endingLineNumber = "118"
2048
+ landmarkName = "-verifyGesture:orientation:tapsCount:touchesCount:"
2240
2049
  landmarkType = "7">
2241
2050
  <Locations>
2242
2051
  <Location
2243
- uuid = "CBE6E39A-CDB5-4F6D-9563-ACEFAA205B6A - da51e9ba340daf3e"
2052
+ uuid = "1BCBE151-DB25-426F-ABF7-49020302B16E - d9e7de0f1a26aa88"
2244
2053
  shouldBeEnabled = "Yes"
2245
2054
  ignoreCount = "0"
2246
2055
  continueAfterRunningActions = "No"
2247
- symbolName = "-[FBPasteboardTests testGetPasteboard]"
2056
+ symbolName = "-[FBAppiumMultiTouchActionsIntegrationTestsPart2 verifyGesture:orientation:tapsCount:touchesCount:]"
2248
2057
  moduleName = "IntegrationTests_3"
2249
2058
  usesParentBreakpointCondition = "Yes"
2250
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m"
2059
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2251
2060
  startingColumnNumber = "9223372036854775807"
2252
2061
  endingColumnNumber = "9223372036854775807"
2253
- startingLineNumber = "67"
2254
- endingLineNumber = "67"
2255
- offsetFromSymbolStart = "2216">
2062
+ startingLineNumber = "118"
2063
+ endingLineNumber = "118"
2064
+ offsetFromSymbolStart = "1002">
2256
2065
  </Location>
2257
2066
  <Location
2258
- uuid = "CBE6E39A-CDB5-4F6D-9563-ACEFAA205B6A - da51e9ba340daf3e"
2067
+ uuid = "1BCBE151-DB25-426F-ABF7-49020302B16E - d9e7de0f1a26aa88"
2259
2068
  shouldBeEnabled = "Yes"
2260
2069
  ignoreCount = "0"
2261
2070
  continueAfterRunningActions = "No"
2262
- symbolName = "-[FBPasteboardTests testGetPasteboard]"
2071
+ symbolName = "-[FBAppiumMultiTouchActionsIntegrationTestsPart2 verifyGesture:orientation:tapsCount:touchesCount:]"
2263
2072
  moduleName = "IntegrationTests_3"
2264
2073
  usesParentBreakpointCondition = "Yes"
2265
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m"
2074
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2266
2075
  startingColumnNumber = "9223372036854775807"
2267
2076
  endingColumnNumber = "9223372036854775807"
2268
- startingLineNumber = "67"
2269
- endingLineNumber = "67"
2270
- offsetFromSymbolStart = "3363">
2077
+ startingLineNumber = "118"
2078
+ endingLineNumber = "118"
2079
+ offsetFromSymbolStart = "2046">
2271
2080
  </Location>
2272
2081
  <Location
2273
- uuid = "CBE6E39A-CDB5-4F6D-9563-ACEFAA205B6A - da51e9ba340daf3e"
2082
+ uuid = "1BCBE151-DB25-426F-ABF7-49020302B16E - d9e7de0f1a26aa88"
2274
2083
  shouldBeEnabled = "Yes"
2275
2084
  ignoreCount = "0"
2276
2085
  continueAfterRunningActions = "No"
2277
- symbolName = "-[FBPasteboardTests testGetPasteboard]"
2086
+ symbolName = "-[FBAppiumMultiTouchActionsIntegrationTestsPart2 verifyGesture:orientation:tapsCount:touchesCount:]"
2278
2087
  moduleName = "IntegrationTests_3"
2279
2088
  usesParentBreakpointCondition = "Yes"
2280
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m"
2089
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2281
2090
  startingColumnNumber = "9223372036854775807"
2282
2091
  endingColumnNumber = "9223372036854775807"
2283
- startingLineNumber = "67"
2284
- endingLineNumber = "67"
2285
- offsetFromSymbolStart = "3914">
2092
+ startingLineNumber = "118"
2093
+ endingLineNumber = "118"
2094
+ offsetFromSymbolStart = "2339">
2286
2095
  </Location>
2287
2096
  <Location
2288
- uuid = "CBE6E39A-CDB5-4F6D-9563-ACEFAA205B6A - da51e9ba340daf3e"
2097
+ uuid = "1BCBE151-DB25-426F-ABF7-49020302B16E - d9e7de0f1a26aa88"
2289
2098
  shouldBeEnabled = "Yes"
2290
2099
  ignoreCount = "0"
2291
2100
  continueAfterRunningActions = "No"
2292
- symbolName = "-[FBPasteboardTests testGetPasteboard]"
2101
+ symbolName = "-[FBAppiumMultiTouchActionsIntegrationTestsPart2 verifyGesture:orientation:tapsCount:touchesCount:]"
2293
2102
  moduleName = "IntegrationTests_3"
2294
2103
  usesParentBreakpointCondition = "Yes"
2295
- urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m"
2104
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2296
2105
  startingColumnNumber = "9223372036854775807"
2297
2106
  endingColumnNumber = "9223372036854775807"
2298
- startingLineNumber = "67"
2299
- endingLineNumber = "67"
2300
- offsetFromSymbolStart = "4018">
2107
+ startingLineNumber = "118"
2108
+ endingLineNumber = "118"
2109
+ offsetFromSymbolStart = "2443">
2301
2110
  </Location>
2302
2111
  </Locations>
2303
2112
  </BreakpointContent>
@@ -2305,17 +2114,1077 @@
2305
2114
  <BreakpointProxy
2306
2115
  BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2307
2116
  <BreakpointContent
2308
- uuid = "7C035B03-6634-4CA0-8ACA-4C89D53C69E7"
2117
+ uuid = "85906359-3EDB-4C4C-948D-E0A118BD0E9C"
2118
+ shouldBeEnabled = "Yes"
2119
+ ignoreCount = "0"
2120
+ continueAfterRunningActions = "No"
2121
+ filePath = "WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2122
+ startingColumnNumber = "9223372036854775807"
2123
+ endingColumnNumber = "9223372036854775807"
2124
+ startingLineNumber = "117"
2125
+ endingLineNumber = "117"
2126
+ landmarkName = "-verifyGesture:orientation:tapsCount:touchesCount:"
2127
+ landmarkType = "7">
2128
+ </BreakpointContent>
2129
+ </BreakpointProxy>
2130
+ <BreakpointProxy
2131
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2132
+ <BreakpointContent
2133
+ uuid = "6B7032AC-5E97-4305-91C0-83634A2EFBE5"
2309
2134
  shouldBeEnabled = "No"
2310
2135
  ignoreCount = "0"
2311
2136
  continueAfterRunningActions = "No"
2312
- filePath = "WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.m"
2137
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTap.m"
2313
2138
  startingColumnNumber = "9223372036854775807"
2314
2139
  endingColumnNumber = "9223372036854775807"
2315
- startingLineNumber = "57"
2316
- endingLineNumber = "57"
2317
- landmarkName = "-fb_forceTouchCoordinate:pressure:duration:error:"
2140
+ startingLineNumber = "22"
2141
+ endingLineNumber = "22"
2142
+ landmarkName = "-fb_tapWithError:"
2318
2143
  landmarkType = "7">
2144
+ <Locations>
2145
+ <Location
2146
+ uuid = "6B7032AC-5E97-4305-91C0-83634A2EFBE5 - 5b50a34f8cfbe1e4"
2147
+ shouldBeEnabled = "Yes"
2148
+ ignoreCount = "0"
2149
+ continueAfterRunningActions = "No"
2150
+ symbolName = "-[XCUIElement(FBTap) fb_tapWithError:]"
2151
+ moduleName = "WebDriverAgentLib"
2152
+ usesParentBreakpointCondition = "Yes"
2153
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTap.m"
2154
+ startingColumnNumber = "9223372036854775807"
2155
+ endingColumnNumber = "9223372036854775807"
2156
+ startingLineNumber = "22"
2157
+ endingLineNumber = "22"
2158
+ offsetFromSymbolStart = "20">
2159
+ </Location>
2160
+ <Location
2161
+ uuid = "6B7032AC-5E97-4305-91C0-83634A2EFBE5 - 5b50a34f8cfbe1e4"
2162
+ shouldBeEnabled = "Yes"
2163
+ ignoreCount = "0"
2164
+ continueAfterRunningActions = "No"
2165
+ symbolName = "-[XCUIElement(FBTap) fb_tapWithError:]"
2166
+ moduleName = "WebDriverAgentLib"
2167
+ usesParentBreakpointCondition = "Yes"
2168
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTap.m"
2169
+ startingColumnNumber = "9223372036854775807"
2170
+ endingColumnNumber = "9223372036854775807"
2171
+ startingLineNumber = "22"
2172
+ endingLineNumber = "22"
2173
+ offsetFromSymbolStart = "37">
2174
+ </Location>
2175
+ </Locations>
2176
+ </BreakpointContent>
2177
+ </BreakpointProxy>
2178
+ <BreakpointProxy
2179
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2180
+ <BreakpointContent
2181
+ uuid = "5561F9F1-A5B6-4FB0-A5FE-4C28FC8DC1BF"
2182
+ shouldBeEnabled = "Yes"
2183
+ ignoreCount = "0"
2184
+ continueAfterRunningActions = "No"
2185
+ filePath = "WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2186
+ startingColumnNumber = "9223372036854775807"
2187
+ endingColumnNumber = "9223372036854775807"
2188
+ startingLineNumber = "83"
2189
+ endingLineNumber = "83"
2190
+ landmarkName = "-testSymmetricTwoFingersTap"
2191
+ landmarkType = "7">
2192
+ </BreakpointContent>
2193
+ </BreakpointProxy>
2194
+ <BreakpointProxy
2195
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2196
+ <BreakpointContent
2197
+ uuid = "3CFEBE88-271F-4045-90B1-2C8D7DD9C8A1"
2198
+ shouldBeEnabled = "No"
2199
+ ignoreCount = "0"
2200
+ continueAfterRunningActions = "No"
2201
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTap.m"
2202
+ startingColumnNumber = "9223372036854775807"
2203
+ endingColumnNumber = "9223372036854775807"
2204
+ startingLineNumber = "24"
2205
+ endingLineNumber = "24"
2206
+ landmarkName = "-fb_tapWithError:"
2207
+ landmarkType = "7">
2208
+ <Locations>
2209
+ <Location
2210
+ uuid = "3CFEBE88-271F-4045-90B1-2C8D7DD9C8A1 - 5b50a34f8cfbe1a6"
2211
+ shouldBeEnabled = "Yes"
2212
+ ignoreCount = "0"
2213
+ continueAfterRunningActions = "No"
2214
+ symbolName = "-[XCUIElement(FBTap) fb_tapWithError:]"
2215
+ moduleName = "WebDriverAgentLib"
2216
+ usesParentBreakpointCondition = "Yes"
2217
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTap.m"
2218
+ startingColumnNumber = "9223372036854775807"
2219
+ endingColumnNumber = "9223372036854775807"
2220
+ startingLineNumber = "24"
2221
+ endingLineNumber = "24"
2222
+ offsetFromSymbolStart = "176">
2223
+ </Location>
2224
+ <Location
2225
+ uuid = "3CFEBE88-271F-4045-90B1-2C8D7DD9C8A1 - 5b50a34f8cfbe1a6"
2226
+ shouldBeEnabled = "Yes"
2227
+ ignoreCount = "0"
2228
+ continueAfterRunningActions = "No"
2229
+ symbolName = "-[XCUIElement(FBTap) fb_tapWithError:]"
2230
+ moduleName = "WebDriverAgentLib"
2231
+ usesParentBreakpointCondition = "Yes"
2232
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTap.m"
2233
+ startingColumnNumber = "9223372036854775807"
2234
+ endingColumnNumber = "9223372036854775807"
2235
+ startingLineNumber = "24"
2236
+ endingLineNumber = "24"
2237
+ offsetFromSymbolStart = "180">
2238
+ </Location>
2239
+ </Locations>
2240
+ </BreakpointContent>
2241
+ </BreakpointProxy>
2242
+ <BreakpointProxy
2243
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2244
+ <BreakpointContent
2245
+ uuid = "58EE8BAA-BC54-4C58-9BAD-BC733BA7A690"
2246
+ shouldBeEnabled = "Yes"
2247
+ ignoreCount = "0"
2248
+ continueAfterRunningActions = "No"
2249
+ filePath = "WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m"
2250
+ startingColumnNumber = "9223372036854775807"
2251
+ endingColumnNumber = "9223372036854775807"
2252
+ startingLineNumber = "32"
2253
+ endingLineNumber = "32"
2254
+ landmarkName = "-verifyGesture:orientation:"
2255
+ landmarkType = "7">
2256
+ <Locations>
2257
+ <Location
2258
+ uuid = "58EE8BAA-BC54-4C58-9BAD-BC733BA7A690 - f1a59299521c9bf5"
2259
+ shouldBeEnabled = "Yes"
2260
+ ignoreCount = "0"
2261
+ continueAfterRunningActions = "No"
2262
+ symbolName = "-[FBW3CMultiTouchActionsIntegrationTests verifyGesture:orientation:]"
2263
+ moduleName = "IntegrationTests_3"
2264
+ usesParentBreakpointCondition = "Yes"
2265
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m"
2266
+ startingColumnNumber = "9223372036854775807"
2267
+ endingColumnNumber = "9223372036854775807"
2268
+ startingLineNumber = "32"
2269
+ endingLineNumber = "32"
2270
+ offsetFromSymbolStart = "170">
2271
+ </Location>
2272
+ <Location
2273
+ uuid = "58EE8BAA-BC54-4C58-9BAD-BC733BA7A690 - f1a59299521c9bf5"
2274
+ shouldBeEnabled = "Yes"
2275
+ ignoreCount = "0"
2276
+ continueAfterRunningActions = "No"
2277
+ symbolName = "-[FBW3CMultiTouchActionsIntegrationTests verifyGesture:orientation:]"
2278
+ moduleName = "IntegrationTests_3"
2279
+ usesParentBreakpointCondition = "Yes"
2280
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m"
2281
+ startingColumnNumber = "9223372036854775807"
2282
+ endingColumnNumber = "9223372036854775807"
2283
+ startingLineNumber = "32"
2284
+ endingLineNumber = "32"
2285
+ offsetFromSymbolStart = "609">
2286
+ </Location>
2287
+ <Location
2288
+ uuid = "58EE8BAA-BC54-4C58-9BAD-BC733BA7A690 - f1a59299521c9bf5"
2289
+ shouldBeEnabled = "Yes"
2290
+ ignoreCount = "0"
2291
+ continueAfterRunningActions = "No"
2292
+ symbolName = "-[FBW3CMultiTouchActionsIntegrationTests verifyGesture:orientation:]"
2293
+ moduleName = "IntegrationTests_3"
2294
+ usesParentBreakpointCondition = "Yes"
2295
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m"
2296
+ startingColumnNumber = "9223372036854775807"
2297
+ endingColumnNumber = "9223372036854775807"
2298
+ startingLineNumber = "32"
2299
+ endingLineNumber = "32"
2300
+ offsetFromSymbolStart = "1190">
2301
+ </Location>
2302
+ <Location
2303
+ uuid = "58EE8BAA-BC54-4C58-9BAD-BC733BA7A690 - f1a59299521c9bf5"
2304
+ shouldBeEnabled = "Yes"
2305
+ ignoreCount = "0"
2306
+ continueAfterRunningActions = "No"
2307
+ symbolName = "-[FBW3CMultiTouchActionsIntegrationTests verifyGesture:orientation:]"
2308
+ moduleName = "IntegrationTests_3"
2309
+ usesParentBreakpointCondition = "Yes"
2310
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m"
2311
+ startingColumnNumber = "9223372036854775807"
2312
+ endingColumnNumber = "9223372036854775807"
2313
+ startingLineNumber = "32"
2314
+ endingLineNumber = "32"
2315
+ offsetFromSymbolStart = "1285">
2316
+ </Location>
2317
+ </Locations>
2318
+ </BreakpointContent>
2319
+ </BreakpointProxy>
2320
+ <BreakpointProxy
2321
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2322
+ <BreakpointContent
2323
+ uuid = "E49C2EFE-4FC1-4BBD-8A6C-0047ABD078A2"
2324
+ shouldBeEnabled = "Yes"
2325
+ ignoreCount = "0"
2326
+ continueAfterRunningActions = "No"
2327
+ filePath = "WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m"
2328
+ startingColumnNumber = "9223372036854775807"
2329
+ endingColumnNumber = "9223372036854775807"
2330
+ startingLineNumber = "30"
2331
+ endingLineNumber = "30"
2332
+ landmarkName = "-verifyGesture:orientation:"
2333
+ landmarkType = "7">
2334
+ </BreakpointContent>
2335
+ </BreakpointProxy>
2336
+ <BreakpointProxy
2337
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2338
+ <BreakpointContent
2339
+ uuid = "C0F64974-9764-4BA1-B1EA-337A3ED0680F"
2340
+ shouldBeEnabled = "Yes"
2341
+ ignoreCount = "0"
2342
+ continueAfterRunningActions = "No"
2343
+ filePath = "WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2344
+ startingColumnNumber = "9223372036854775807"
2345
+ endingColumnNumber = "9223372036854775807"
2346
+ startingLineNumber = "35"
2347
+ endingLineNumber = "35"
2348
+ landmarkName = "-verifyGesture:orientation:"
2349
+ landmarkType = "7">
2350
+ <Locations>
2351
+ <Location
2352
+ uuid = "C0F64974-9764-4BA1-B1EA-337A3ED0680F - 6bbee79021326404"
2353
+ shouldBeEnabled = "Yes"
2354
+ ignoreCount = "0"
2355
+ continueAfterRunningActions = "No"
2356
+ symbolName = "-[FBAppiumMultiTouchActionsIntegrationTestsPart1 verifyGesture:orientation:]"
2357
+ moduleName = "IntegrationTests_3"
2358
+ usesParentBreakpointCondition = "Yes"
2359
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2360
+ startingColumnNumber = "9223372036854775807"
2361
+ endingColumnNumber = "9223372036854775807"
2362
+ startingLineNumber = "35"
2363
+ endingLineNumber = "35"
2364
+ offsetFromSymbolStart = "170">
2365
+ </Location>
2366
+ <Location
2367
+ uuid = "C0F64974-9764-4BA1-B1EA-337A3ED0680F - 6bbee79021326404"
2368
+ shouldBeEnabled = "Yes"
2369
+ ignoreCount = "0"
2370
+ continueAfterRunningActions = "No"
2371
+ symbolName = "-[FBAppiumMultiTouchActionsIntegrationTestsPart1 verifyGesture:orientation:]"
2372
+ moduleName = "IntegrationTests_3"
2373
+ usesParentBreakpointCondition = "Yes"
2374
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2375
+ startingColumnNumber = "9223372036854775807"
2376
+ endingColumnNumber = "9223372036854775807"
2377
+ startingLineNumber = "35"
2378
+ endingLineNumber = "35"
2379
+ offsetFromSymbolStart = "609">
2380
+ </Location>
2381
+ <Location
2382
+ uuid = "C0F64974-9764-4BA1-B1EA-337A3ED0680F - 6bbee79021326404"
2383
+ shouldBeEnabled = "Yes"
2384
+ ignoreCount = "0"
2385
+ continueAfterRunningActions = "No"
2386
+ symbolName = "-[FBAppiumMultiTouchActionsIntegrationTestsPart1 verifyGesture:orientation:]"
2387
+ moduleName = "IntegrationTests_3"
2388
+ usesParentBreakpointCondition = "Yes"
2389
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2390
+ startingColumnNumber = "9223372036854775807"
2391
+ endingColumnNumber = "9223372036854775807"
2392
+ startingLineNumber = "35"
2393
+ endingLineNumber = "35"
2394
+ offsetFromSymbolStart = "1190">
2395
+ </Location>
2396
+ <Location
2397
+ uuid = "C0F64974-9764-4BA1-B1EA-337A3ED0680F - 6bbee79021326404"
2398
+ shouldBeEnabled = "Yes"
2399
+ ignoreCount = "0"
2400
+ continueAfterRunningActions = "No"
2401
+ symbolName = "-[FBAppiumMultiTouchActionsIntegrationTestsPart1 verifyGesture:orientation:]"
2402
+ moduleName = "IntegrationTests_3"
2403
+ usesParentBreakpointCondition = "Yes"
2404
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAppiumMultiTouchActionsIntegrationTests.m"
2405
+ startingColumnNumber = "9223372036854775807"
2406
+ endingColumnNumber = "9223372036854775807"
2407
+ startingLineNumber = "35"
2408
+ endingLineNumber = "35"
2409
+ offsetFromSymbolStart = "1285">
2410
+ </Location>
2411
+ </Locations>
2412
+ </BreakpointContent>
2413
+ </BreakpointProxy>
2414
+ <BreakpointProxy
2415
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2416
+ <BreakpointContent
2417
+ uuid = "4C901046-8DF5-4FA8-BF45-165906BF1FB6"
2418
+ shouldBeEnabled = "No"
2419
+ ignoreCount = "0"
2420
+ continueAfterRunningActions = "No"
2421
+ filePath = "WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m"
2422
+ startingColumnNumber = "9223372036854775807"
2423
+ endingColumnNumber = "9223372036854775807"
2424
+ startingLineNumber = "81"
2425
+ endingLineNumber = "81"
2426
+ landmarkName = "-fb_performW3CActions:elementCache:error:"
2427
+ landmarkType = "7">
2428
+ <Locations>
2429
+ <Location
2430
+ uuid = "4C901046-8DF5-4FA8-BF45-165906BF1FB6 - af38cb43122fd52f"
2431
+ shouldBeEnabled = "Yes"
2432
+ ignoreCount = "0"
2433
+ continueAfterRunningActions = "No"
2434
+ symbolName = "-[XCUIApplication(FBTouchAction) fb_performW3CActions:elementCache:error:]"
2435
+ moduleName = "WebDriverAgentLib"
2436
+ usesParentBreakpointCondition = "Yes"
2437
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m"
2438
+ startingColumnNumber = "9223372036854775807"
2439
+ endingColumnNumber = "9223372036854775807"
2440
+ startingLineNumber = "81"
2441
+ endingLineNumber = "81"
2442
+ offsetFromSymbolStart = "160">
2443
+ </Location>
2444
+ <Location
2445
+ uuid = "4C901046-8DF5-4FA8-BF45-165906BF1FB6 - af38cb43122fd52f"
2446
+ shouldBeEnabled = "Yes"
2447
+ ignoreCount = "0"
2448
+ continueAfterRunningActions = "No"
2449
+ symbolName = "-[XCUIApplication(FBTouchAction) fb_performW3CActions:elementCache:error:]"
2450
+ moduleName = "WebDriverAgentLib"
2451
+ usesParentBreakpointCondition = "Yes"
2452
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m"
2453
+ startingColumnNumber = "9223372036854775807"
2454
+ endingColumnNumber = "9223372036854775807"
2455
+ startingLineNumber = "81"
2456
+ endingLineNumber = "81"
2457
+ offsetFromSymbolStart = "165">
2458
+ </Location>
2459
+ </Locations>
2460
+ </BreakpointContent>
2461
+ </BreakpointProxy>
2462
+ <BreakpointProxy
2463
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2464
+ <BreakpointContent
2465
+ uuid = "78BB6025-C60F-4E6D-96AB-C837614B1795"
2466
+ shouldBeEnabled = "No"
2467
+ ignoreCount = "0"
2468
+ continueAfterRunningActions = "No"
2469
+ filePath = "WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m"
2470
+ startingColumnNumber = "9223372036854775807"
2471
+ endingColumnNumber = "9223372036854775807"
2472
+ startingLineNumber = "54"
2473
+ endingLineNumber = "54"
2474
+ landmarkName = "-fb_performActionsWithSynthesizerType:actions:elementCache:error:"
2475
+ landmarkType = "7">
2476
+ <Locations>
2477
+ <Location
2478
+ uuid = "78BB6025-C60F-4E6D-96AB-C837614B1795 - 833e8f83866ca662"
2479
+ shouldBeEnabled = "Yes"
2480
+ ignoreCount = "0"
2481
+ continueAfterRunningActions = "No"
2482
+ symbolName = "-[XCUIApplication(FBTouchAction) fb_performActionsWithSynthesizerType:actions:elementCache:error:]"
2483
+ moduleName = "WebDriverAgentLib"
2484
+ usesParentBreakpointCondition = "Yes"
2485
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m"
2486
+ startingColumnNumber = "9223372036854775807"
2487
+ endingColumnNumber = "9223372036854775807"
2488
+ startingLineNumber = "54"
2489
+ endingLineNumber = "54"
2490
+ offsetFromSymbolStart = "244">
2491
+ </Location>
2492
+ <Location
2493
+ uuid = "78BB6025-C60F-4E6D-96AB-C837614B1795 - 833e8f83866ca662"
2494
+ shouldBeEnabled = "Yes"
2495
+ ignoreCount = "0"
2496
+ continueAfterRunningActions = "No"
2497
+ symbolName = "-[XCUIApplication(FBTouchAction) fb_performActionsWithSynthesizerType:actions:elementCache:error:]"
2498
+ moduleName = "WebDriverAgentLib"
2499
+ usesParentBreakpointCondition = "Yes"
2500
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m"
2501
+ startingColumnNumber = "9223372036854775807"
2502
+ endingColumnNumber = "9223372036854775807"
2503
+ startingLineNumber = "54"
2504
+ endingLineNumber = "54"
2505
+ offsetFromSymbolStart = "266">
2506
+ </Location>
2507
+ </Locations>
2508
+ </BreakpointContent>
2509
+ </BreakpointProxy>
2510
+ <BreakpointProxy
2511
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2512
+ <BreakpointContent
2513
+ uuid = "8F30DDE6-4434-435A-9EE8-22D3E1A9A0C4"
2514
+ shouldBeEnabled = "No"
2515
+ ignoreCount = "0"
2516
+ continueAfterRunningActions = "No"
2517
+ filePath = "WebDriverAgentTests/IntegrationTests/FBTapTest.m"
2518
+ startingColumnNumber = "9223372036854775807"
2519
+ endingColumnNumber = "9223372036854775807"
2520
+ startingLineNumber = "34"
2521
+ endingLineNumber = "34"
2522
+ landmarkName = "-verifyTapWithOrientation:"
2523
+ landmarkType = "7">
2524
+ </BreakpointContent>
2525
+ </BreakpointProxy>
2526
+ <BreakpointProxy
2527
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2528
+ <BreakpointContent
2529
+ uuid = "51116F31-2998-4A3D-950A-EA7DF60D4C65"
2530
+ shouldBeEnabled = "No"
2531
+ ignoreCount = "0"
2532
+ continueAfterRunningActions = "No"
2533
+ filePath = "WebDriverAgentLib/FBAlert.m"
2534
+ startingColumnNumber = "9223372036854775807"
2535
+ endingColumnNumber = "9223372036854775807"
2536
+ startingLineNumber = "203"
2537
+ endingLineNumber = "203"
2538
+ landmarkName = "-dismissWithError:"
2539
+ landmarkType = "7">
2540
+ </BreakpointContent>
2541
+ </BreakpointProxy>
2542
+ <BreakpointProxy
2543
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2544
+ <BreakpointContent
2545
+ uuid = "661FCF05-6F80-47A7-8EF8-8079F52ADFB3"
2546
+ shouldBeEnabled = "No"
2547
+ ignoreCount = "0"
2548
+ continueAfterRunningActions = "No"
2549
+ filePath = "WebDriverAgentLib/FBAlert.m"
2550
+ startingColumnNumber = "9223372036854775807"
2551
+ endingColumnNumber = "9223372036854775807"
2552
+ startingLineNumber = "230"
2553
+ endingLineNumber = "230"
2554
+ landmarkName = "-dismissWithError:"
2555
+ landmarkType = "7">
2556
+ </BreakpointContent>
2557
+ </BreakpointProxy>
2558
+ <BreakpointProxy
2559
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2560
+ <BreakpointContent
2561
+ uuid = "CD8CE718-4ED9-4E77-AFEE-A9FADEBB9A66"
2562
+ shouldBeEnabled = "No"
2563
+ ignoreCount = "0"
2564
+ continueAfterRunningActions = "No"
2565
+ filePath = "WebDriverAgentLib/FBAlert.m"
2566
+ startingColumnNumber = "9223372036854775807"
2567
+ endingColumnNumber = "9223372036854775807"
2568
+ startingLineNumber = "234"
2569
+ endingLineNumber = "234"
2570
+ landmarkName = "-dismissWithError:"
2571
+ landmarkType = "7">
2572
+ </BreakpointContent>
2573
+ </BreakpointProxy>
2574
+ <BreakpointProxy
2575
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2576
+ <BreakpointContent
2577
+ uuid = "25EDE7B9-CE9F-459B-A712-DC08B7E6779F"
2578
+ shouldBeEnabled = "Yes"
2579
+ ignoreCount = "0"
2580
+ continueAfterRunningActions = "No"
2581
+ filePath = "IntegrationAppUITests2/IntegrationAppUITests2.m"
2582
+ startingColumnNumber = "9223372036854775807"
2583
+ endingColumnNumber = "9223372036854775807"
2584
+ startingLineNumber = "36"
2585
+ endingLineNumber = "36"
2586
+ landmarkName = "-testExample"
2587
+ landmarkType = "7">
2588
+ </BreakpointContent>
2589
+ </BreakpointProxy>
2590
+ <BreakpointProxy
2591
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2592
+ <BreakpointContent
2593
+ uuid = "CE053BAA-F163-4B05-84C6-34CF748AA852"
2594
+ shouldBeEnabled = "No"
2595
+ ignoreCount = "0"
2596
+ continueAfterRunningActions = "No"
2597
+ filePath = "WebDriverAgentTests/IntegrationTests/FBAlertTests.m"
2598
+ startingColumnNumber = "9223372036854775807"
2599
+ endingColumnNumber = "9223372036854775807"
2600
+ startingLineNumber = "166"
2601
+ endingLineNumber = "166"
2602
+ landmarkName = "-testCameraRollAlert"
2603
+ landmarkType = "7">
2604
+ <Locations>
2605
+ <Location
2606
+ uuid = "CE053BAA-F163-4B05-84C6-34CF748AA852 - 9bdf05472cb509d1"
2607
+ shouldBeEnabled = "Yes"
2608
+ ignoreCount = "0"
2609
+ continueAfterRunningActions = "No"
2610
+ symbolName = "-[FBAlertTests testCameraRollAlert]"
2611
+ moduleName = "IntegrationTests_1"
2612
+ usesParentBreakpointCondition = "Yes"
2613
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAlertTests.m"
2614
+ startingColumnNumber = "9223372036854775807"
2615
+ endingColumnNumber = "9223372036854775807"
2616
+ startingLineNumber = "166"
2617
+ endingLineNumber = "166"
2618
+ offsetFromSymbolStart = "3221">
2619
+ </Location>
2620
+ <Location
2621
+ uuid = "CE053BAA-F163-4B05-84C6-34CF748AA852 - 9bdf05472cb509d1"
2622
+ shouldBeEnabled = "Yes"
2623
+ ignoreCount = "0"
2624
+ continueAfterRunningActions = "No"
2625
+ symbolName = "-[FBAlertTests testCameraRollAlert]"
2626
+ moduleName = "IntegrationTests_1"
2627
+ usesParentBreakpointCondition = "Yes"
2628
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAlertTests.m"
2629
+ startingColumnNumber = "9223372036854775807"
2630
+ endingColumnNumber = "9223372036854775807"
2631
+ startingLineNumber = "166"
2632
+ endingLineNumber = "166"
2633
+ offsetFromSymbolStart = "4450">
2634
+ </Location>
2635
+ <Location
2636
+ uuid = "CE053BAA-F163-4B05-84C6-34CF748AA852 - 9bdf05472cb509d1"
2637
+ shouldBeEnabled = "Yes"
2638
+ ignoreCount = "0"
2639
+ continueAfterRunningActions = "No"
2640
+ symbolName = "-[FBAlertTests testCameraRollAlert]"
2641
+ moduleName = "IntegrationTests_1"
2642
+ usesParentBreakpointCondition = "Yes"
2643
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAlertTests.m"
2644
+ startingColumnNumber = "9223372036854775807"
2645
+ endingColumnNumber = "9223372036854775807"
2646
+ startingLineNumber = "166"
2647
+ endingLineNumber = "166"
2648
+ offsetFromSymbolStart = "4791">
2649
+ </Location>
2650
+ <Location
2651
+ uuid = "CE053BAA-F163-4B05-84C6-34CF748AA852 - 9bdf05472cb509d1"
2652
+ shouldBeEnabled = "Yes"
2653
+ ignoreCount = "0"
2654
+ continueAfterRunningActions = "No"
2655
+ symbolName = "-[FBAlertTests testCameraRollAlert]"
2656
+ moduleName = "IntegrationTests_1"
2657
+ usesParentBreakpointCondition = "Yes"
2658
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAlertTests.m"
2659
+ startingColumnNumber = "9223372036854775807"
2660
+ endingColumnNumber = "9223372036854775807"
2661
+ startingLineNumber = "166"
2662
+ endingLineNumber = "166"
2663
+ offsetFromSymbolStart = "4895">
2664
+ </Location>
2665
+ <Location
2666
+ uuid = "CE053BAA-F163-4B05-84C6-34CF748AA852 - 9bdf05472cb509d1"
2667
+ shouldBeEnabled = "Yes"
2668
+ ignoreCount = "0"
2669
+ continueAfterRunningActions = "No"
2670
+ symbolName = "-[FBAlertTests testCameraRollAlert]"
2671
+ moduleName = "IntegrationTests_1"
2672
+ usesParentBreakpointCondition = "Yes"
2673
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAlertTests.m"
2674
+ startingColumnNumber = "9223372036854775807"
2675
+ endingColumnNumber = "9223372036854775807"
2676
+ startingLineNumber = "166"
2677
+ endingLineNumber = "166"
2678
+ offsetFromSymbolStart = "4924">
2679
+ </Location>
2680
+ <Location
2681
+ uuid = "CE053BAA-F163-4B05-84C6-34CF748AA852 - 9bdf05472cb509d1"
2682
+ shouldBeEnabled = "Yes"
2683
+ ignoreCount = "0"
2684
+ continueAfterRunningActions = "No"
2685
+ symbolName = "-[FBAlertTests testCameraRollAlert]"
2686
+ moduleName = "IntegrationTests_1"
2687
+ usesParentBreakpointCondition = "Yes"
2688
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAlertTests.m"
2689
+ startingColumnNumber = "9223372036854775807"
2690
+ endingColumnNumber = "9223372036854775807"
2691
+ startingLineNumber = "166"
2692
+ endingLineNumber = "166"
2693
+ offsetFromSymbolStart = "5028">
2694
+ </Location>
2695
+ <Location
2696
+ uuid = "CE053BAA-F163-4B05-84C6-34CF748AA852 - 9bdf05472cb509d1"
2697
+ shouldBeEnabled = "Yes"
2698
+ ignoreCount = "0"
2699
+ continueAfterRunningActions = "No"
2700
+ symbolName = "-[FBAlertTests testCameraRollAlert]"
2701
+ moduleName = "IntegrationTests_1"
2702
+ usesParentBreakpointCondition = "Yes"
2703
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAlertTests.m"
2704
+ startingColumnNumber = "9223372036854775807"
2705
+ endingColumnNumber = "9223372036854775807"
2706
+ startingLineNumber = "166"
2707
+ endingLineNumber = "166"
2708
+ offsetFromSymbolStart = "4921">
2709
+ </Location>
2710
+ <Location
2711
+ uuid = "CE053BAA-F163-4B05-84C6-34CF748AA852 - 9bdf05472cb509d1"
2712
+ shouldBeEnabled = "Yes"
2713
+ ignoreCount = "0"
2714
+ continueAfterRunningActions = "No"
2715
+ symbolName = "-[FBAlertTests testCameraRollAlert]"
2716
+ moduleName = "IntegrationTests_1"
2717
+ usesParentBreakpointCondition = "Yes"
2718
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/FBAlertTests.m"
2719
+ startingColumnNumber = "9223372036854775807"
2720
+ endingColumnNumber = "9223372036854775807"
2721
+ startingLineNumber = "166"
2722
+ endingLineNumber = "166"
2723
+ offsetFromSymbolStart = "5025">
2724
+ </Location>
2725
+ </Locations>
2726
+ </BreakpointContent>
2727
+ </BreakpointProxy>
2728
+ <BreakpointProxy
2729
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2730
+ <BreakpointContent
2731
+ uuid = "22B26A87-F941-4C15-893D-192A6CE78F3E"
2732
+ shouldBeEnabled = "No"
2733
+ ignoreCount = "0"
2734
+ continueAfterRunningActions = "No"
2735
+ filePath = "WebDriverAgentTests/IntegrationTests/FBElementScreenshotTests.m"
2736
+ startingColumnNumber = "9223372036854775807"
2737
+ endingColumnNumber = "9223372036854775807"
2738
+ startingLineNumber = "44"
2739
+ endingLineNumber = "44"
2740
+ landmarkName = "-testElementScreenshot"
2741
+ landmarkType = "7">
2742
+ </BreakpointContent>
2743
+ </BreakpointProxy>
2744
+ <BreakpointProxy
2745
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2746
+ <BreakpointContent
2747
+ uuid = "D2B2CEA0-B003-4645-913B-CC4A119C7EE3"
2748
+ shouldBeEnabled = "Yes"
2749
+ ignoreCount = "0"
2750
+ continueAfterRunningActions = "No"
2751
+ filePath = "WebDriverAgentTests/IntegrationTests/FBElementScreenshotTests.m"
2752
+ startingColumnNumber = "9223372036854775807"
2753
+ endingColumnNumber = "9223372036854775807"
2754
+ startingLineNumber = "58"
2755
+ endingLineNumber = "58"
2756
+ landmarkName = "-testElementScreenshot"
2757
+ landmarkType = "7">
2758
+ </BreakpointContent>
2759
+ </BreakpointProxy>
2760
+ <BreakpointProxy
2761
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2762
+ <BreakpointContent
2763
+ uuid = "8D6D4FF1-F395-4585-B1D6-27AA5247EF0F"
2764
+ shouldBeEnabled = "Yes"
2765
+ ignoreCount = "0"
2766
+ continueAfterRunningActions = "No"
2767
+ filePath = "WebDriverAgentTests/IntegrationTests/FBW3CTouchActionsIntegrationTests.m"
2768
+ startingColumnNumber = "9223372036854775807"
2769
+ endingColumnNumber = "9223372036854775807"
2770
+ startingLineNumber = "298"
2771
+ endingLineNumber = "298"
2772
+ landmarkName = "-testDoubleTap"
2773
+ landmarkType = "7">
2774
+ </BreakpointContent>
2775
+ </BreakpointProxy>
2776
+ <BreakpointProxy
2777
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2778
+ <BreakpointContent
2779
+ uuid = "D4FF5456-7B93-424B-B8B4-C39299B8ADE0"
2780
+ shouldBeEnabled = "No"
2781
+ ignoreCount = "0"
2782
+ continueAfterRunningActions = "No"
2783
+ filePath = "WebDriverAgentLib/Utilities/FBConfiguration.m"
2784
+ startingColumnNumber = "9223372036854775807"
2785
+ endingColumnNumber = "9223372036854775807"
2786
+ startingLineNumber = "288"
2787
+ endingLineNumber = "288"
2788
+ landmarkName = "+configureDefaultKeyboardPreferences"
2789
+ landmarkType = "7">
2790
+ </BreakpointContent>
2791
+ </BreakpointProxy>
2792
+ <BreakpointProxy
2793
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2794
+ <BreakpointContent
2795
+ uuid = "C2591D62-D82F-4607-889B-FA8099657934"
2796
+ shouldBeEnabled = "Yes"
2797
+ ignoreCount = "0"
2798
+ continueAfterRunningActions = "No"
2799
+ filePath = "WebDriverAgentLib/FBAlert.m"
2800
+ startingColumnNumber = "9223372036854775807"
2801
+ endingColumnNumber = "9223372036854775807"
2802
+ startingLineNumber = "103"
2803
+ endingLineNumber = "103"
2804
+ landmarkName = "-text"
2805
+ landmarkType = "7">
2806
+ </BreakpointContent>
2807
+ </BreakpointProxy>
2808
+ <BreakpointProxy
2809
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2810
+ <BreakpointContent
2811
+ uuid = "3F71BC48-E0A9-4B97-9B8F-EE1BC5F9CEDD"
2812
+ shouldBeEnabled = "Yes"
2813
+ ignoreCount = "0"
2814
+ continueAfterRunningActions = "No"
2815
+ filePath = "WebDriverAgentLib/Routing/FBSession.m"
2816
+ startingColumnNumber = "9223372036854775807"
2817
+ endingColumnNumber = "9223372036854775807"
2818
+ startingLineNumber = "188"
2819
+ endingLineNumber = "188"
2820
+ landmarkName = "-launchApplicationWithBundleId:shouldWaitForQuiescence:arguments:environment:"
2821
+ landmarkType = "7">
2822
+ </BreakpointContent>
2823
+ </BreakpointProxy>
2824
+ <BreakpointProxy
2825
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2826
+ <BreakpointContent
2827
+ uuid = "CDA6AC2F-BDFB-42CB-9236-765C8CA2BB76"
2828
+ shouldBeEnabled = "No"
2829
+ ignoreCount = "0"
2830
+ continueAfterRunningActions = "No"
2831
+ filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
2832
+ startingColumnNumber = "9223372036854775807"
2833
+ endingColumnNumber = "9223372036854775807"
2834
+ startingLineNumber = "160"
2835
+ endingLineNumber = "160"
2836
+ landmarkName = "+handleActiveAppInfo:"
2837
+ landmarkType = "7">
2838
+ </BreakpointContent>
2839
+ </BreakpointProxy>
2840
+ <BreakpointProxy
2841
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2842
+ <BreakpointContent
2843
+ uuid = "7EEF36FB-43F7-469D-B4E0-EE409AB118EF"
2844
+ shouldBeEnabled = "No"
2845
+ ignoreCount = "0"
2846
+ continueAfterRunningActions = "No"
2847
+ filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
2848
+ startingColumnNumber = "9223372036854775807"
2849
+ endingColumnNumber = "9223372036854775807"
2850
+ startingLineNumber = "159"
2851
+ endingLineNumber = "159"
2852
+ landmarkName = "+handleActiveAppInfo:"
2853
+ landmarkType = "7">
2854
+ </BreakpointContent>
2855
+ </BreakpointProxy>
2856
+ <BreakpointProxy
2857
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2858
+ <BreakpointContent
2859
+ uuid = "7F00301E-6B93-4AC8-BE09-8C31F10CEAA1"
2860
+ shouldBeEnabled = "No"
2861
+ ignoreCount = "0"
2862
+ continueAfterRunningActions = "No"
2863
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
2864
+ startingColumnNumber = "9223372036854775807"
2865
+ endingColumnNumber = "9223372036854775807"
2866
+ startingLineNumber = "147"
2867
+ endingLineNumber = "147"
2868
+ landmarkName = "+handleCreateSession:"
2869
+ landmarkType = "7">
2870
+ </BreakpointContent>
2871
+ </BreakpointProxy>
2872
+ <BreakpointProxy
2873
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2874
+ <BreakpointContent
2875
+ uuid = "2D69F1D8-41CD-470C-AC0D-B49732ABA4D6"
2876
+ shouldBeEnabled = "No"
2877
+ ignoreCount = "0"
2878
+ continueAfterRunningActions = "No"
2879
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
2880
+ startingColumnNumber = "9223372036854775807"
2881
+ endingColumnNumber = "9223372036854775807"
2882
+ startingLineNumber = "146"
2883
+ endingLineNumber = "146"
2884
+ landmarkName = "+handleCreateSession:"
2885
+ landmarkType = "7">
2886
+ </BreakpointContent>
2887
+ </BreakpointProxy>
2888
+ <BreakpointProxy
2889
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2890
+ <BreakpointContent
2891
+ uuid = "CB74BAD7-1E51-4933-B4E8-D221F0FA5078"
2892
+ shouldBeEnabled = "No"
2893
+ ignoreCount = "0"
2894
+ continueAfterRunningActions = "No"
2895
+ filePath = "WebDriverAgentTests/IntegrationTests/FBAppiumTouchActionsIntegrationTests.m"
2896
+ startingColumnNumber = "9223372036854775807"
2897
+ endingColumnNumber = "9223372036854775807"
2898
+ startingLineNumber = "198"
2899
+ endingLineNumber = "198"
2900
+ landmarkName = "-testDoubleTap"
2901
+ landmarkType = "7">
2902
+ </BreakpointContent>
2903
+ </BreakpointProxy>
2904
+ <BreakpointProxy
2905
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2906
+ <BreakpointContent
2907
+ uuid = "6DC008C3-0588-4D3C-A148-2FFA2E208B49"
2908
+ shouldBeEnabled = "Yes"
2909
+ ignoreCount = "0"
2910
+ continueAfterRunningActions = "No"
2911
+ filePath = "WebDriverAgentTests/IntegrationTests/FBAppiumTouchActionsIntegrationTests.m"
2912
+ startingColumnNumber = "9223372036854775807"
2913
+ endingColumnNumber = "9223372036854775807"
2914
+ startingLineNumber = "197"
2915
+ endingLineNumber = "197"
2916
+ landmarkName = "-testDoubleTap"
2917
+ landmarkType = "7">
2918
+ </BreakpointContent>
2919
+ </BreakpointProxy>
2920
+ <BreakpointProxy
2921
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2922
+ <BreakpointContent
2923
+ uuid = "BA3C6545-4FC2-425E-8DFB-3F9CA10A5B6E"
2924
+ shouldBeEnabled = "Yes"
2925
+ ignoreCount = "0"
2926
+ continueAfterRunningActions = "No"
2927
+ filePath = "WebDriverAgentTests/IntegrationTests/FBAppiumTouchActionsIntegrationTests.m"
2928
+ startingColumnNumber = "9223372036854775807"
2929
+ endingColumnNumber = "9223372036854775807"
2930
+ startingLineNumber = "202"
2931
+ endingLineNumber = "202"
2932
+ landmarkName = "-testDoubleTap"
2933
+ landmarkType = "7">
2934
+ </BreakpointContent>
2935
+ </BreakpointProxy>
2936
+ <BreakpointProxy
2937
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2938
+ <BreakpointContent
2939
+ uuid = "A67B2183-873A-412E-994A-B27720C2418E"
2940
+ shouldBeEnabled = "Yes"
2941
+ ignoreCount = "0"
2942
+ continueAfterRunningActions = "No"
2943
+ filePath = "WebDriverAgentTests/IntegrationTests/FBAppiumTouchActionsIntegrationTests.m"
2944
+ startingColumnNumber = "9223372036854775807"
2945
+ endingColumnNumber = "9223372036854775807"
2946
+ startingLineNumber = "205"
2947
+ endingLineNumber = "205"
2948
+ landmarkName = "-testDoubleTap"
2949
+ landmarkType = "7">
2950
+ </BreakpointContent>
2951
+ </BreakpointProxy>
2952
+ <BreakpointProxy
2953
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2954
+ <BreakpointContent
2955
+ uuid = "FE20D7A7-3C67-4C31-85B8-D02D40D46601"
2956
+ shouldBeEnabled = "No"
2957
+ ignoreCount = "0"
2958
+ continueAfterRunningActions = "No"
2959
+ filePath = "WebDriverAgentLib/Commands/FBElementCommands.m"
2960
+ startingColumnNumber = "9223372036854775807"
2961
+ endingColumnNumber = "9223372036854775807"
2962
+ startingLineNumber = "426"
2963
+ endingLineNumber = "426"
2964
+ landmarkName = "+handleClick:"
2965
+ landmarkType = "7">
2966
+ </BreakpointContent>
2967
+ </BreakpointProxy>
2968
+ <BreakpointProxy
2969
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2970
+ <BreakpointContent
2971
+ uuid = "E46178A9-5EFD-4965-91AB-364ADA8CE46F"
2972
+ shouldBeEnabled = "No"
2973
+ ignoreCount = "0"
2974
+ continueAfterRunningActions = "No"
2975
+ filePath = "WebDriverAgentLib/Commands/FBElementCommands.m"
2976
+ startingColumnNumber = "9223372036854775807"
2977
+ endingColumnNumber = "9223372036854775807"
2978
+ startingLineNumber = "425"
2979
+ endingLineNumber = "425"
2980
+ landmarkName = "+handleClick:"
2981
+ landmarkType = "7">
2982
+ </BreakpointContent>
2983
+ </BreakpointProxy>
2984
+ <BreakpointProxy
2985
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
2986
+ <BreakpointContent
2987
+ uuid = "1330BD73-F66A-4723-B6C0-AF8222BAA4EC"
2988
+ shouldBeEnabled = "Yes"
2989
+ ignoreCount = "0"
2990
+ continueAfterRunningActions = "No"
2991
+ filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
2992
+ startingColumnNumber = "9223372036854775807"
2993
+ endingColumnNumber = "9223372036854775807"
2994
+ startingLineNumber = "173"
2995
+ endingLineNumber = "173"
2996
+ landmarkName = "+takeInOriginalResolutionWithScreenID:compressionQuality:uti:timeout:error:"
2997
+ landmarkType = "7">
2998
+ </BreakpointContent>
2999
+ </BreakpointProxy>
3000
+ <BreakpointProxy
3001
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
3002
+ <BreakpointContent
3003
+ uuid = "DE2F96A8-F0CF-4129-9288-D744D7907277"
3004
+ shouldBeEnabled = "Yes"
3005
+ ignoreCount = "0"
3006
+ continueAfterRunningActions = "No"
3007
+ filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
3008
+ startingColumnNumber = "9223372036854775807"
3009
+ endingColumnNumber = "9223372036854775807"
3010
+ startingLineNumber = "171"
3011
+ endingLineNumber = "171"
3012
+ landmarkName = "+takeInOriginalResolutionWithScreenID:compressionQuality:uti:timeout:error:"
3013
+ landmarkType = "7">
3014
+ </BreakpointContent>
3015
+ </BreakpointProxy>
3016
+ <BreakpointProxy
3017
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
3018
+ <BreakpointContent
3019
+ uuid = "F1517E88-C852-4A89-8E55-B5033DE234F8"
3020
+ shouldBeEnabled = "No"
3021
+ ignoreCount = "0"
3022
+ continueAfterRunningActions = "No"
3023
+ filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
3024
+ startingColumnNumber = "9223372036854775807"
3025
+ endingColumnNumber = "9223372036854775807"
3026
+ startingLineNumber = "192"
3027
+ endingLineNumber = "192"
3028
+ landmarkName = "+takeInOriginalResolutionWithScreenID:compressionQuality:uti:timeout:error:"
3029
+ landmarkType = "7">
3030
+ </BreakpointContent>
3031
+ </BreakpointProxy>
3032
+ <BreakpointProxy
3033
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
3034
+ <BreakpointContent
3035
+ uuid = "11A25DD1-E0F3-4EEF-8B6F-D75CEFE9685C"
3036
+ shouldBeEnabled = "No"
3037
+ ignoreCount = "0"
3038
+ continueAfterRunningActions = "No"
3039
+ filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
3040
+ startingColumnNumber = "9223372036854775807"
3041
+ endingColumnNumber = "9223372036854775807"
3042
+ startingLineNumber = "191"
3043
+ endingLineNumber = "191"
3044
+ landmarkName = "+takeInOriginalResolutionWithScreenID:compressionQuality:uti:timeout:error:"
3045
+ landmarkType = "7">
3046
+ </BreakpointContent>
3047
+ </BreakpointProxy>
3048
+ <BreakpointProxy
3049
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
3050
+ <BreakpointContent
3051
+ uuid = "CF1BCD4A-140B-4ED3-AC4D-4689CCA112C8"
3052
+ shouldBeEnabled = "Yes"
3053
+ ignoreCount = "0"
3054
+ continueAfterRunningActions = "No"
3055
+ filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
3056
+ startingColumnNumber = "9223372036854775807"
3057
+ endingColumnNumber = "9223372036854775807"
3058
+ startingLineNumber = "205"
3059
+ endingLineNumber = "205"
3060
+ landmarkName = "+takeInOriginalResolutionWithScreenID:compressionQuality:uti:timeout:error:"
3061
+ landmarkType = "7">
3062
+ </BreakpointContent>
3063
+ </BreakpointProxy>
3064
+ <BreakpointProxy
3065
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
3066
+ <BreakpointContent
3067
+ uuid = "B6CC7F4A-A3C6-4A38-928C-738D616C9423"
3068
+ shouldBeEnabled = "No"
3069
+ ignoreCount = "0"
3070
+ continueAfterRunningActions = "No"
3071
+ filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
3072
+ startingColumnNumber = "9223372036854775807"
3073
+ endingColumnNumber = "9223372036854775807"
3074
+ startingLineNumber = "267"
3075
+ endingLineNumber = "267"
3076
+ landmarkName = "+screenshotRequestWithScreenID:rect:uti:compressionQuality:error:"
3077
+ landmarkType = "7">
3078
+ <Locations>
3079
+ <Location
3080
+ uuid = "B6CC7F4A-A3C6-4A38-928C-738D616C9423 - ca29c2af56bf8c7e"
3081
+ shouldBeEnabled = "Yes"
3082
+ ignoreCount = "0"
3083
+ continueAfterRunningActions = "No"
3084
+ symbolName = "+[FBScreenshot screenshotRequestWithScreenID:rect:uti:compressionQuality:error:]"
3085
+ moduleName = "WebDriverAgentLib"
3086
+ usesParentBreakpointCondition = "Yes"
3087
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreenshot.m"
3088
+ startingColumnNumber = "9223372036854775807"
3089
+ endingColumnNumber = "9223372036854775807"
3090
+ startingLineNumber = "269"
3091
+ endingLineNumber = "269"
3092
+ offsetFromSymbolStart = "140">
3093
+ </Location>
3094
+ <Location
3095
+ uuid = "B6CC7F4A-A3C6-4A38-928C-738D616C9423 - ca29c2af56bf8c7e"
3096
+ shouldBeEnabled = "Yes"
3097
+ ignoreCount = "0"
3098
+ continueAfterRunningActions = "No"
3099
+ symbolName = "+[FBScreenshot screenshotRequestWithScreenID:rect:uti:compressionQuality:error:]"
3100
+ moduleName = "WebDriverAgentLib"
3101
+ usesParentBreakpointCondition = "Yes"
3102
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreenshot.m"
3103
+ startingColumnNumber = "9223372036854775807"
3104
+ endingColumnNumber = "9223372036854775807"
3105
+ startingLineNumber = "269"
3106
+ endingLineNumber = "269"
3107
+ offsetFromSymbolStart = "148">
3108
+ </Location>
3109
+ <Location
3110
+ uuid = "B6CC7F4A-A3C6-4A38-928C-738D616C9423 - ca29c2af56bf8c3c"
3111
+ shouldBeEnabled = "Yes"
3112
+ ignoreCount = "0"
3113
+ continueAfterRunningActions = "No"
3114
+ symbolName = "+[FBScreenshot screenshotRequestWithScreenID:rect:uti:compressionQuality:error:]"
3115
+ moduleName = "WebDriverAgentLib"
3116
+ usesParentBreakpointCondition = "Yes"
3117
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreenshot.m"
3118
+ startingColumnNumber = "9223372036854775807"
3119
+ endingColumnNumber = "9223372036854775807"
3120
+ startingLineNumber = "267"
3121
+ endingLineNumber = "267"
3122
+ offsetFromSymbolStart = "140">
3123
+ </Location>
3124
+ </Locations>
3125
+ </BreakpointContent>
3126
+ </BreakpointProxy>
3127
+ <BreakpointProxy
3128
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
3129
+ <BreakpointContent
3130
+ uuid = "E560150D-0C6F-421A-BECC-4314936DF0D0"
3131
+ shouldBeEnabled = "No"
3132
+ ignoreCount = "0"
3133
+ continueAfterRunningActions = "No"
3134
+ filePath = "WebDriverAgentLib/Utilities/FBScreenshot.m"
3135
+ startingColumnNumber = "9223372036854775807"
3136
+ endingColumnNumber = "9223372036854775807"
3137
+ startingLineNumber = "264"
3138
+ endingLineNumber = "264"
3139
+ landmarkName = "+screenshotRequestWithScreenID:rect:uti:compressionQuality:error:"
3140
+ landmarkType = "7">
3141
+ <Locations>
3142
+ <Location
3143
+ uuid = "E560150D-0C6F-421A-BECC-4314936DF0D0 - ca29c2af56bf8ddd"
3144
+ shouldBeEnabled = "Yes"
3145
+ ignoreCount = "0"
3146
+ continueAfterRunningActions = "No"
3147
+ symbolName = "+[FBScreenshot screenshotRequestWithScreenID:rect:uti:compressionQuality:error:]"
3148
+ moduleName = "WebDriverAgentLib"
3149
+ usesParentBreakpointCondition = "Yes"
3150
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreenshot.m"
3151
+ startingColumnNumber = "9223372036854775807"
3152
+ endingColumnNumber = "9223372036854775807"
3153
+ startingLineNumber = "266"
3154
+ endingLineNumber = "266"
3155
+ offsetFromSymbolStart = "88">
3156
+ </Location>
3157
+ <Location
3158
+ uuid = "E560150D-0C6F-421A-BECC-4314936DF0D0 - ca29c2af56bf8ddd"
3159
+ shouldBeEnabled = "Yes"
3160
+ ignoreCount = "0"
3161
+ continueAfterRunningActions = "No"
3162
+ symbolName = "+[FBScreenshot screenshotRequestWithScreenID:rect:uti:compressionQuality:error:]"
3163
+ moduleName = "WebDriverAgentLib"
3164
+ usesParentBreakpointCondition = "Yes"
3165
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreenshot.m"
3166
+ startingColumnNumber = "9223372036854775807"
3167
+ endingColumnNumber = "9223372036854775807"
3168
+ startingLineNumber = "266"
3169
+ endingLineNumber = "266"
3170
+ offsetFromSymbolStart = "96">
3171
+ </Location>
3172
+ <Location
3173
+ uuid = "E560150D-0C6F-421A-BECC-4314936DF0D0 - ca29c2af56bf8d9b"
3174
+ shouldBeEnabled = "Yes"
3175
+ ignoreCount = "0"
3176
+ continueAfterRunningActions = "No"
3177
+ symbolName = "+[FBScreenshot screenshotRequestWithScreenID:rect:uti:compressionQuality:error:]"
3178
+ moduleName = "WebDriverAgentLib"
3179
+ usesParentBreakpointCondition = "Yes"
3180
+ urlString = "file:///Users/kazuaki/GitHub/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreenshot.m"
3181
+ startingColumnNumber = "9223372036854775807"
3182
+ endingColumnNumber = "9223372036854775807"
3183
+ startingLineNumber = "264"
3184
+ endingLineNumber = "264"
3185
+ offsetFromSymbolStart = "88">
3186
+ </Location>
3187
+ </Locations>
2319
3188
  </BreakpointContent>
2320
3189
  </BreakpointProxy>
2321
3190
  </Breakpoints>