appium-webdriveragent 5.15.8 → 5.15.9

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 (48) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/PrivateHeaders/XCTest/XCUIApplication.h +1 -0
  3. package/WebDriverAgent.xcodeproj/project.pbxproj +18 -6
  4. package/WebDriverAgent.xcodeproj/project.xcworkspace/xcuserdata/kazu.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  5. package/WebDriverAgent.xcodeproj/xcuserdata/kazu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +1342 -0
  6. package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h +0 -38
  7. package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +5 -148
  8. package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +1 -1
  9. package/WebDriverAgentLib/Categories/XCUIDevice+FBRotation.h +1 -0
  10. package/WebDriverAgentLib/Categories/XCUIDevice+FBRotation.m +3 -5
  11. package/WebDriverAgentLib/Categories/XCUIElement+FBTVFocuse.m +2 -2
  12. package/WebDriverAgentLib/Commands/FBAlertViewCommands.m +4 -4
  13. package/WebDriverAgentLib/Commands/FBCustomCommands.m +2 -2
  14. package/WebDriverAgentLib/Commands/FBDebugCommands.m +3 -2
  15. package/WebDriverAgentLib/Commands/FBElementCommands.m +4 -2
  16. package/WebDriverAgentLib/Commands/FBFindElementCommands.m +1 -0
  17. package/WebDriverAgentLib/Commands/FBOrientationCommands.m +8 -9
  18. package/WebDriverAgentLib/Commands/FBSessionCommands.m +9 -7
  19. package/WebDriverAgentLib/Commands/FBTouchActionCommands.m +1 -0
  20. package/WebDriverAgentLib/FBAlert.m +3 -3
  21. package/WebDriverAgentLib/FBApplication.h +49 -0
  22. package/WebDriverAgentLib/FBApplication.m +185 -0
  23. package/WebDriverAgentLib/Routing/FBSession.h +14 -13
  24. package/WebDriverAgentLib/Routing/FBSession.m +46 -49
  25. package/WebDriverAgentLib/Utilities/FBAlertsMonitor.m +3 -3
  26. package/WebDriverAgentLib/Utilities/FBKeyboard.m +5 -6
  27. package/WebDriverAgentLib/Utilities/FBMjpegServer.m +1 -0
  28. package/WebDriverAgentLib/Utilities/FBPasteboard.m +2 -2
  29. package/WebDriverAgentLib/Utilities/FBScreen.m +2 -1
  30. package/WebDriverAgentLib/Utilities/FBTVNavigationTracker.m +2 -1
  31. package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.h +33 -0
  32. package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +40 -2
  33. package/WebDriverAgentLib/WebDriverAgentLib.h +1 -0
  34. package/WebDriverAgentTests/IntegrationTests/FBAutoAlertsHandlerTests.m +3 -2
  35. package/WebDriverAgentTests/IntegrationTests/FBElementVisibilityTests.m +1 -0
  36. package/WebDriverAgentTests/IntegrationTests/FBIntegrationTestCase.h +3 -1
  37. package/WebDriverAgentTests/IntegrationTests/FBIntegrationTestCase.m +5 -5
  38. package/WebDriverAgentTests/IntegrationTests/FBSafariAlertTests.m +2 -1
  39. package/WebDriverAgentTests/IntegrationTests/FBSessionIntegrationTests.m +10 -11
  40. package/WebDriverAgentTests/IntegrationTests/FBTapTest.m +1 -0
  41. package/WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m +1 -0
  42. package/WebDriverAgentTests/IntegrationTests/XCUIApplicationHelperTests.m +8 -8
  43. package/WebDriverAgentTests/IntegrationTests/XCUIDeviceHelperTests.m +4 -5
  44. package/WebDriverAgentTests/IntegrationTests/XCUIElementHelperIntegrationTests.m +1 -0
  45. package/WebDriverAgentTests/UnitTests/Doubles/{XCUIApplicationDouble.h → FBApplicationDouble.h} +1 -1
  46. package/WebDriverAgentTests/UnitTests/Doubles/{XCUIApplicationDouble.m → FBApplicationDouble.m} +3 -3
  47. package/WebDriverAgentTests/UnitTests/FBSessionTests.m +3 -3
  48. package/package.json +1 -1
@@ -0,0 +1,1342 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Bucket
3
+ uuid = "1CD22442-AF79-4240-9DBF-D703E91DE833"
4
+ type = "1"
5
+ version = "2.0">
6
+ <Breakpoints>
7
+ <BreakpointProxy
8
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
9
+ <BreakpointContent
10
+ uuid = "CAA5CB16-28E7-47C1-A3C1-BDEECD4A38FF"
11
+ shouldBeEnabled = "No"
12
+ ignoreCount = "0"
13
+ continueAfterRunningActions = "No"
14
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
15
+ startingColumnNumber = "9223372036854775807"
16
+ endingColumnNumber = "9223372036854775807"
17
+ startingLineNumber = "226"
18
+ endingLineNumber = "226"
19
+ landmarkName = "+handleGetStatus:"
20
+ landmarkType = "7">
21
+ </BreakpointContent>
22
+ </BreakpointProxy>
23
+ <BreakpointProxy
24
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
25
+ <BreakpointContent
26
+ uuid = "1830EEF0-849D-42B3-A1FE-409B04FE1281"
27
+ shouldBeEnabled = "No"
28
+ ignoreCount = "0"
29
+ continueAfterRunningActions = "No"
30
+ filePath = "WebDriverAgentTests/IntegrationTests/XCUIDeviceRotationTests.m"
31
+ startingColumnNumber = "9223372036854775807"
32
+ endingColumnNumber = "9223372036854775807"
33
+ startingLineNumber = "39"
34
+ endingLineNumber = "39"
35
+ landmarkName = "-testLandscapeRightOrientation"
36
+ landmarkType = "7">
37
+ <Locations>
38
+ <Location
39
+ uuid = "1830EEF0-849D-42B3-A1FE-409B04FE1281 - afe46bbc83d1d32c"
40
+ shouldBeEnabled = "Yes"
41
+ ignoreCount = "0"
42
+ continueAfterRunningActions = "No"
43
+ symbolName = "-[XCUIDeviceRotationTests testLandscapeRightOrientation]"
44
+ moduleName = "IntegrationTests_2"
45
+ usesParentBreakpointCondition = "Yes"
46
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIDeviceRotationTests.m"
47
+ startingColumnNumber = "9223372036854775807"
48
+ endingColumnNumber = "9223372036854775807"
49
+ startingLineNumber = "39"
50
+ endingLineNumber = "39"
51
+ offsetFromSymbolStart = "376">
52
+ </Location>
53
+ <Location
54
+ uuid = "1830EEF0-849D-42B3-A1FE-409B04FE1281 - afe46bbc83d1d32c"
55
+ shouldBeEnabled = "Yes"
56
+ ignoreCount = "0"
57
+ continueAfterRunningActions = "No"
58
+ symbolName = "-[XCUIDeviceRotationTests testLandscapeRightOrientation]"
59
+ moduleName = "IntegrationTests_2"
60
+ usesParentBreakpointCondition = "Yes"
61
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIDeviceRotationTests.m"
62
+ startingColumnNumber = "9223372036854775807"
63
+ endingColumnNumber = "9223372036854775807"
64
+ startingLineNumber = "39"
65
+ endingLineNumber = "39"
66
+ offsetFromSymbolStart = "1408">
67
+ </Location>
68
+ <Location
69
+ uuid = "1830EEF0-849D-42B3-A1FE-409B04FE1281 - afe46bbc83d1d32c"
70
+ shouldBeEnabled = "Yes"
71
+ ignoreCount = "0"
72
+ continueAfterRunningActions = "No"
73
+ symbolName = "-[XCUIDeviceRotationTests testLandscapeRightOrientation]"
74
+ moduleName = "IntegrationTests_2"
75
+ usesParentBreakpointCondition = "Yes"
76
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIDeviceRotationTests.m"
77
+ startingColumnNumber = "9223372036854775807"
78
+ endingColumnNumber = "9223372036854775807"
79
+ startingLineNumber = "39"
80
+ endingLineNumber = "39"
81
+ offsetFromSymbolStart = "1448">
82
+ </Location>
83
+ <Location
84
+ uuid = "1830EEF0-849D-42B3-A1FE-409B04FE1281 - afe46bbc83d1d32c"
85
+ shouldBeEnabled = "Yes"
86
+ ignoreCount = "0"
87
+ continueAfterRunningActions = "No"
88
+ symbolName = "-[XCUIDeviceRotationTests testLandscapeRightOrientation]"
89
+ moduleName = "IntegrationTests_2"
90
+ usesParentBreakpointCondition = "Yes"
91
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIDeviceRotationTests.m"
92
+ startingColumnNumber = "9223372036854775807"
93
+ endingColumnNumber = "9223372036854775807"
94
+ startingLineNumber = "39"
95
+ endingLineNumber = "39"
96
+ offsetFromSymbolStart = "1512">
97
+ </Location>
98
+ <Location
99
+ uuid = "1830EEF0-849D-42B3-A1FE-409B04FE1281 - afe46bbc83d1d32c"
100
+ shouldBeEnabled = "Yes"
101
+ ignoreCount = "0"
102
+ continueAfterRunningActions = "No"
103
+ symbolName = "-[XCUIDeviceRotationTests testLandscapeRightOrientation]"
104
+ moduleName = "IntegrationTests_2"
105
+ usesParentBreakpointCondition = "Yes"
106
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIDeviceRotationTests.m"
107
+ startingColumnNumber = "9223372036854775807"
108
+ endingColumnNumber = "9223372036854775807"
109
+ startingLineNumber = "39"
110
+ endingLineNumber = "39"
111
+ offsetFromSymbolStart = "1656">
112
+ </Location>
113
+ <Location
114
+ uuid = "1830EEF0-849D-42B3-A1FE-409B04FE1281 - afe46bbc83d1d32c"
115
+ shouldBeEnabled = "Yes"
116
+ ignoreCount = "0"
117
+ continueAfterRunningActions = "No"
118
+ symbolName = "-[XCUIDeviceRotationTests testLandscapeRightOrientation]"
119
+ moduleName = "IntegrationTests_2"
120
+ usesParentBreakpointCondition = "Yes"
121
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentTests/IntegrationTests/XCUIDeviceRotationTests.m"
122
+ startingColumnNumber = "9223372036854775807"
123
+ endingColumnNumber = "9223372036854775807"
124
+ startingLineNumber = "39"
125
+ endingLineNumber = "39"
126
+ offsetFromSymbolStart = "1812">
127
+ </Location>
128
+ </Locations>
129
+ </BreakpointContent>
130
+ </BreakpointProxy>
131
+ <BreakpointProxy
132
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
133
+ <BreakpointContent
134
+ uuid = "984EC96D-EBD4-4600-ADB3-92524E743E06"
135
+ shouldBeEnabled = "No"
136
+ ignoreCount = "0"
137
+ continueAfterRunningActions = "No"
138
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m"
139
+ startingColumnNumber = "9223372036854775807"
140
+ endingColumnNumber = "9223372036854775807"
141
+ startingLineNumber = "122"
142
+ endingLineNumber = "122"
143
+ landmarkName = "-wdLabel"
144
+ landmarkType = "7">
145
+ </BreakpointContent>
146
+ </BreakpointProxy>
147
+ <BreakpointProxy
148
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
149
+ <BreakpointContent
150
+ uuid = "F510AF84-89EB-431B-B51B-06F463010795"
151
+ shouldBeEnabled = "No"
152
+ ignoreCount = "0"
153
+ continueAfterRunningActions = "No"
154
+ filePath = "WebDriverAgentLib/Utilities/FBXCodeCompatibility.m"
155
+ startingColumnNumber = "9223372036854775807"
156
+ endingColumnNumber = "9223372036854775807"
157
+ startingLineNumber = "79"
158
+ endingLineNumber = "79"
159
+ landmarkName = "XCPointerEvent(FBXcodeCompatibility)"
160
+ landmarkType = "3">
161
+ </BreakpointContent>
162
+ </BreakpointProxy>
163
+ <BreakpointProxy
164
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
165
+ <BreakpointContent
166
+ uuid = "CCDDA5F5-0344-42F8-A35C-7CAB9E56731F"
167
+ shouldBeEnabled = "No"
168
+ ignoreCount = "0"
169
+ continueAfterRunningActions = "No"
170
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBFind.m"
171
+ startingColumnNumber = "9223372036854775807"
172
+ endingColumnNumber = "9223372036854775807"
173
+ startingLineNumber = "83"
174
+ endingLineNumber = "83"
175
+ landmarkName = "-fb_descendantsMatchingPredicate:shouldReturnAfterFirstMatch:"
176
+ landmarkType = "7">
177
+ </BreakpointContent>
178
+ </BreakpointProxy>
179
+ <BreakpointProxy
180
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
181
+ <BreakpointContent
182
+ uuid = "7C33B61B-712C-492C-9C40-B03DB1AF8FC4"
183
+ shouldBeEnabled = "No"
184
+ ignoreCount = "0"
185
+ continueAfterRunningActions = "No"
186
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBFind.m"
187
+ startingColumnNumber = "9223372036854775807"
188
+ endingColumnNumber = "9223372036854775807"
189
+ startingLineNumber = "52"
190
+ endingLineNumber = "52"
191
+ landmarkName = "-fb_descendantsMatchingClassName:shouldReturnAfterFirstMatch:"
192
+ landmarkType = "7">
193
+ </BreakpointContent>
194
+ </BreakpointProxy>
195
+ <BreakpointProxy
196
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
197
+ <BreakpointContent
198
+ uuid = "ECC35A1F-0345-4A9D-9442-A2D370892E0E"
199
+ shouldBeEnabled = "No"
200
+ ignoreCount = "0"
201
+ continueAfterRunningActions = "No"
202
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBFind.m"
203
+ startingColumnNumber = "9223372036854775807"
204
+ endingColumnNumber = "9223372036854775807"
205
+ startingLineNumber = "33"
206
+ endingLineNumber = "33"
207
+ landmarkName = "+fb_extractMatchingElementsFromQuery:shouldReturnAfterFirstMatch:"
208
+ landmarkType = "7">
209
+ </BreakpointContent>
210
+ </BreakpointProxy>
211
+ <BreakpointProxy
212
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
213
+ <BreakpointContent
214
+ uuid = "BB1F7C70-1130-4DC2-9537-A3ED68E38D0C"
215
+ shouldBeEnabled = "No"
216
+ ignoreCount = "0"
217
+ continueAfterRunningActions = "No"
218
+ filePath = "WebDriverAgentLib/Utilities/FBXCodeCompatibility.m"
219
+ startingColumnNumber = "9223372036854775807"
220
+ endingColumnNumber = "9223372036854775807"
221
+ startingLineNumber = "77"
222
+ endingLineNumber = "77"
223
+ landmarkName = "+fb_areKeyEventsSupported"
224
+ landmarkType = "7">
225
+ </BreakpointContent>
226
+ </BreakpointProxy>
227
+ <BreakpointProxy
228
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
229
+ <BreakpointContent
230
+ uuid = "E40A4C0A-8201-4C1B-902C-3AF899E54CFD"
231
+ shouldBeEnabled = "No"
232
+ ignoreCount = "0"
233
+ continueAfterRunningActions = "No"
234
+ filePath = "WebDriverAgentLib/Commands/FBDebugCommands.m"
235
+ startingColumnNumber = "9223372036854775807"
236
+ endingColumnNumber = "9223372036854775807"
237
+ startingLineNumber = "47"
238
+ endingLineNumber = "47"
239
+ landmarkName = "+handleGetSourceCommand:"
240
+ landmarkType = "7">
241
+ <Locations>
242
+ <Location
243
+ uuid = "E40A4C0A-8201-4C1B-902C-3AF899E54CFD - 71894c2d3465caf9"
244
+ shouldBeEnabled = "Yes"
245
+ ignoreCount = "0"
246
+ continueAfterRunningActions = "No"
247
+ symbolName = "+[FBDebugCommands handleGetSourceCommand:]"
248
+ moduleName = "WebDriverAgentLib_tvOS"
249
+ usesParentBreakpointCondition = "Yes"
250
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Commands/FBDebugCommands.m"
251
+ startingColumnNumber = "9223372036854775807"
252
+ endingColumnNumber = "9223372036854775807"
253
+ startingLineNumber = "47"
254
+ endingLineNumber = "47"
255
+ offsetFromSymbolStart = "392">
256
+ </Location>
257
+ <Location
258
+ uuid = "E40A4C0A-8201-4C1B-902C-3AF899E54CFD - 8b9643d6a98c22c9"
259
+ shouldBeEnabled = "Yes"
260
+ ignoreCount = "0"
261
+ continueAfterRunningActions = "No"
262
+ symbolName = "+[FBDebugCommands handleGetSourceCommand:]"
263
+ moduleName = "WebDriverAgentLib"
264
+ usesParentBreakpointCondition = "Yes"
265
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Commands/FBDebugCommands.m"
266
+ startingColumnNumber = "9223372036854775807"
267
+ endingColumnNumber = "9223372036854775807"
268
+ startingLineNumber = "47"
269
+ endingLineNumber = "47"
270
+ offsetFromSymbolStart = "392">
271
+ </Location>
272
+ </Locations>
273
+ </BreakpointContent>
274
+ </BreakpointProxy>
275
+ <BreakpointProxy
276
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
277
+ <BreakpointContent
278
+ uuid = "5F5EE769-0F93-4646-A7DA-4F92D5690FF1"
279
+ shouldBeEnabled = "No"
280
+ ignoreCount = "0"
281
+ continueAfterRunningActions = "No"
282
+ filePath = "WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m"
283
+ startingColumnNumber = "9223372036854775807"
284
+ endingColumnNumber = "9223372036854775807"
285
+ startingLineNumber = "29"
286
+ endingLineNumber = "29"
287
+ landmarkName = "swizzledWaitForQuiescenceIncludingAnimationsIdle(self, includingAnimations)"
288
+ landmarkType = "9">
289
+ </BreakpointContent>
290
+ </BreakpointProxy>
291
+ <BreakpointProxy
292
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
293
+ <BreakpointContent
294
+ uuid = "99C8AEB0-6108-4212-99CD-A2FD0DE68E98"
295
+ shouldBeEnabled = "No"
296
+ ignoreCount = "0"
297
+ continueAfterRunningActions = "No"
298
+ filePath = "WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m"
299
+ startingColumnNumber = "9223372036854775807"
300
+ endingColumnNumber = "9223372036854775807"
301
+ startingLineNumber = "22"
302
+ endingLineNumber = "22"
303
+ landmarkName = "swizzledWaitForQuiescenceIncludingAnimationsIdle(self, includingAnimations)"
304
+ landmarkType = "9">
305
+ </BreakpointContent>
306
+ </BreakpointProxy>
307
+ <BreakpointProxy
308
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
309
+ <BreakpointContent
310
+ uuid = "57061F4D-681C-40D6-8111-E3240D98D092"
311
+ shouldBeEnabled = "No"
312
+ ignoreCount = "0"
313
+ continueAfterRunningActions = "No"
314
+ filePath = "WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m"
315
+ startingColumnNumber = "9223372036854775807"
316
+ endingColumnNumber = "9223372036854775807"
317
+ startingLineNumber = "49"
318
+ endingLineNumber = "49"
319
+ landmarkName = "+load"
320
+ landmarkType = "7">
321
+ </BreakpointContent>
322
+ </BreakpointProxy>
323
+ <BreakpointProxy
324
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
325
+ <BreakpointContent
326
+ uuid = "35F42E03-7628-443C-B255-2EF91024A219"
327
+ shouldBeEnabled = "No"
328
+ ignoreCount = "0"
329
+ continueAfterRunningActions = "No"
330
+ filePath = "WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m"
331
+ startingColumnNumber = "9223372036854775807"
332
+ endingColumnNumber = "9223372036854775807"
333
+ startingLineNumber = "48"
334
+ endingLineNumber = "48"
335
+ landmarkName = "+load"
336
+ landmarkType = "7">
337
+ </BreakpointContent>
338
+ </BreakpointProxy>
339
+ <BreakpointProxy
340
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
341
+ <BreakpointContent
342
+ uuid = "A0B3D3A7-3EAC-48EB-9225-D0584E945384"
343
+ shouldBeEnabled = "No"
344
+ ignoreCount = "0"
345
+ continueAfterRunningActions = "No"
346
+ filePath = "WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m"
347
+ startingColumnNumber = "9223372036854775807"
348
+ endingColumnNumber = "9223372036854775807"
349
+ startingLineNumber = "51"
350
+ endingLineNumber = "51"
351
+ landmarkName = "+load"
352
+ landmarkType = "7">
353
+ </BreakpointContent>
354
+ </BreakpointProxy>
355
+ <BreakpointProxy
356
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
357
+ <BreakpointContent
358
+ uuid = "0AF5BC4A-CDE8-47E1-8619-DBC63CE12C2F"
359
+ shouldBeEnabled = "No"
360
+ ignoreCount = "0"
361
+ continueAfterRunningActions = "No"
362
+ filePath = "WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m"
363
+ startingColumnNumber = "9223372036854775807"
364
+ endingColumnNumber = "9223372036854775807"
365
+ startingLineNumber = "50"
366
+ endingLineNumber = "50"
367
+ landmarkName = "+load"
368
+ landmarkType = "7">
369
+ </BreakpointContent>
370
+ </BreakpointProxy>
371
+ <BreakpointProxy
372
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
373
+ <BreakpointContent
374
+ uuid = "414730B0-0D4A-469E-8B55-91D66DFDF672"
375
+ shouldBeEnabled = "No"
376
+ ignoreCount = "0"
377
+ continueAfterRunningActions = "No"
378
+ filePath = "WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m"
379
+ startingColumnNumber = "9223372036854775807"
380
+ endingColumnNumber = "9223372036854775807"
381
+ startingLineNumber = "23"
382
+ endingLineNumber = "23"
383
+ landmarkName = "swizzledWaitForQuiescenceIncludingAnimationsIdle(self, includingAnimations)"
384
+ landmarkType = "9">
385
+ </BreakpointContent>
386
+ </BreakpointProxy>
387
+ <BreakpointProxy
388
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
389
+ <BreakpointContent
390
+ uuid = "B5990D98-56F0-41B6-A1CF-5598507A634D"
391
+ shouldBeEnabled = "No"
392
+ ignoreCount = "0"
393
+ continueAfterRunningActions = "No"
394
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
395
+ startingColumnNumber = "9223372036854775807"
396
+ endingColumnNumber = "9223372036854775807"
397
+ startingLineNumber = "132"
398
+ endingLineNumber = "132"
399
+ landmarkName = "+handleCreateSession:"
400
+ landmarkType = "7">
401
+ </BreakpointContent>
402
+ </BreakpointProxy>
403
+ <BreakpointProxy
404
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
405
+ <BreakpointContent
406
+ uuid = "A0521C8B-6A45-4EDD-9DFB-1E6281DC132F"
407
+ shouldBeEnabled = "No"
408
+ ignoreCount = "0"
409
+ continueAfterRunningActions = "No"
410
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
411
+ startingColumnNumber = "9223372036854775807"
412
+ endingColumnNumber = "9223372036854775807"
413
+ startingLineNumber = "151"
414
+ endingLineNumber = "151"
415
+ landmarkName = "+handleCreateSession:"
416
+ landmarkType = "7">
417
+ </BreakpointContent>
418
+ </BreakpointProxy>
419
+ <BreakpointProxy
420
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
421
+ <BreakpointContent
422
+ uuid = "7619E62F-45F8-477F-94C2-4FAB885ED373"
423
+ shouldBeEnabled = "No"
424
+ ignoreCount = "0"
425
+ continueAfterRunningActions = "No"
426
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
427
+ startingColumnNumber = "9223372036854775807"
428
+ endingColumnNumber = "9223372036854775807"
429
+ startingLineNumber = "85"
430
+ endingLineNumber = "85"
431
+ landmarkName = "+handleCreateSession:"
432
+ landmarkType = "7">
433
+ </BreakpointContent>
434
+ </BreakpointProxy>
435
+ <BreakpointProxy
436
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
437
+ <BreakpointContent
438
+ uuid = "84F69701-240B-47A4-AE8A-670D2CFAA90F"
439
+ shouldBeEnabled = "No"
440
+ ignoreCount = "0"
441
+ continueAfterRunningActions = "No"
442
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
443
+ startingColumnNumber = "9223372036854775807"
444
+ endingColumnNumber = "9223372036854775807"
445
+ startingLineNumber = "143"
446
+ endingLineNumber = "143"
447
+ landmarkName = "+handleCreateSession:"
448
+ landmarkType = "7">
449
+ </BreakpointContent>
450
+ </BreakpointProxy>
451
+ <BreakpointProxy
452
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
453
+ <BreakpointContent
454
+ uuid = "16D26B09-EB20-47AE-B2F3-552806F3CAB6"
455
+ shouldBeEnabled = "No"
456
+ ignoreCount = "0"
457
+ continueAfterRunningActions = "No"
458
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
459
+ startingColumnNumber = "9223372036854775807"
460
+ endingColumnNumber = "9223372036854775807"
461
+ startingLineNumber = "144"
462
+ endingLineNumber = "144"
463
+ landmarkName = "+handleCreateSession:"
464
+ landmarkType = "7">
465
+ </BreakpointContent>
466
+ </BreakpointProxy>
467
+ <BreakpointProxy
468
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
469
+ <BreakpointContent
470
+ uuid = "D96D41A2-51B8-42B9-8F5C-183738D81026"
471
+ shouldBeEnabled = "No"
472
+ ignoreCount = "0"
473
+ continueAfterRunningActions = "No"
474
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
475
+ startingColumnNumber = "9223372036854775807"
476
+ endingColumnNumber = "9223372036854775807"
477
+ startingLineNumber = "139"
478
+ endingLineNumber = "139"
479
+ landmarkName = "+handleCreateSession:"
480
+ landmarkType = "7">
481
+ </BreakpointContent>
482
+ </BreakpointProxy>
483
+ <BreakpointProxy
484
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
485
+ <BreakpointContent
486
+ uuid = "E9FCBAAF-A31D-46EC-AD7F-238DDE69F7ED"
487
+ shouldBeEnabled = "No"
488
+ ignoreCount = "0"
489
+ continueAfterRunningActions = "No"
490
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
491
+ startingColumnNumber = "9223372036854775807"
492
+ endingColumnNumber = "9223372036854775807"
493
+ startingLineNumber = "140"
494
+ endingLineNumber = "140"
495
+ landmarkName = "+handleCreateSession:"
496
+ landmarkType = "7">
497
+ </BreakpointContent>
498
+ </BreakpointProxy>
499
+ <BreakpointProxy
500
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
501
+ <BreakpointContent
502
+ uuid = "DB5414E6-6F25-4B5E-A231-F9C4462418BE"
503
+ shouldBeEnabled = "No"
504
+ ignoreCount = "0"
505
+ continueAfterRunningActions = "No"
506
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
507
+ startingColumnNumber = "9223372036854775807"
508
+ endingColumnNumber = "9223372036854775807"
509
+ startingLineNumber = "166"
510
+ endingLineNumber = "166"
511
+ landmarkName = "+handleCreateSession:"
512
+ landmarkType = "7">
513
+ </BreakpointContent>
514
+ </BreakpointProxy>
515
+ <BreakpointProxy
516
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
517
+ <BreakpointContent
518
+ uuid = "07A11FD4-AA59-49CB-B0F0-1DD71732A215"
519
+ shouldBeEnabled = "No"
520
+ ignoreCount = "0"
521
+ continueAfterRunningActions = "No"
522
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
523
+ startingColumnNumber = "9223372036854775807"
524
+ endingColumnNumber = "9223372036854775807"
525
+ startingLineNumber = "173"
526
+ endingLineNumber = "173"
527
+ landmarkName = "+handleCreateSession:"
528
+ landmarkType = "7">
529
+ </BreakpointContent>
530
+ </BreakpointProxy>
531
+ <BreakpointProxy
532
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
533
+ <BreakpointContent
534
+ uuid = "720235F6-6115-4D70-91A0-37C17479AFA2"
535
+ shouldBeEnabled = "No"
536
+ ignoreCount = "0"
537
+ continueAfterRunningActions = "No"
538
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
539
+ startingColumnNumber = "9223372036854775807"
540
+ endingColumnNumber = "9223372036854775807"
541
+ startingLineNumber = "177"
542
+ endingLineNumber = "177"
543
+ landmarkName = "FBSessionCommands"
544
+ landmarkType = "3">
545
+ </BreakpointContent>
546
+ </BreakpointProxy>
547
+ <BreakpointProxy
548
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
549
+ <BreakpointContent
550
+ uuid = "DD71041B-CE01-4FC7-B10E-DE54D5509BB7"
551
+ shouldBeEnabled = "No"
552
+ ignoreCount = "0"
553
+ continueAfterRunningActions = "No"
554
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
555
+ startingColumnNumber = "9223372036854775807"
556
+ endingColumnNumber = "9223372036854775807"
557
+ startingLineNumber = "418"
558
+ endingLineNumber = "418"
559
+ landmarkName = "FBSessionCommands"
560
+ landmarkType = "3">
561
+ </BreakpointContent>
562
+ </BreakpointProxy>
563
+ <BreakpointProxy
564
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
565
+ <BreakpointContent
566
+ uuid = "1289720F-E73C-4980-A5EA-A27A3F72BED7"
567
+ shouldBeEnabled = "No"
568
+ ignoreCount = "0"
569
+ continueAfterRunningActions = "No"
570
+ filePath = "WebDriverAgentLib/Utilities/FBRunLoopSpinner.m"
571
+ startingColumnNumber = "9223372036854775807"
572
+ endingColumnNumber = "9223372036854775807"
573
+ startingLineNumber = "42"
574
+ endingLineNumber = "42"
575
+ landmarkName = "-init"
576
+ landmarkType = "7">
577
+ </BreakpointContent>
578
+ </BreakpointProxy>
579
+ <BreakpointProxy
580
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
581
+ <BreakpointContent
582
+ uuid = "280F4210-CB0A-4444-ABD4-D34E7E332EB1"
583
+ shouldBeEnabled = "No"
584
+ ignoreCount = "0"
585
+ continueAfterRunningActions = "No"
586
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m"
587
+ startingColumnNumber = "9223372036854775807"
588
+ endingColumnNumber = "9223372036854775807"
589
+ startingLineNumber = "123"
590
+ endingLineNumber = "123"
591
+ landmarkName = "-fb_snapshotWithAttributes:maxDepth:"
592
+ landmarkType = "7">
593
+ <Locations>
594
+ <Location
595
+ uuid = "280F4210-CB0A-4444-ABD4-D34E7E332EB1 - 213a54f5cb986b93"
596
+ shouldBeEnabled = "Yes"
597
+ ignoreCount = "0"
598
+ continueAfterRunningActions = "No"
599
+ symbolName = "-[XCUIElement(FBUtilities) fb_snapshotWithAttributes:maxDepth:]"
600
+ moduleName = "WebDriverAgentLib_tvOS"
601
+ usesParentBreakpointCondition = "Yes"
602
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m"
603
+ startingColumnNumber = "9223372036854775807"
604
+ endingColumnNumber = "9223372036854775807"
605
+ startingLineNumber = "123"
606
+ endingLineNumber = "123"
607
+ offsetFromSymbolStart = "1216">
608
+ </Location>
609
+ <Location
610
+ uuid = "280F4210-CB0A-4444-ABD4-D34E7E332EB1 - db255b0e567183a3"
611
+ shouldBeEnabled = "Yes"
612
+ ignoreCount = "0"
613
+ continueAfterRunningActions = "No"
614
+ symbolName = "-[XCUIElement(FBUtilities) fb_snapshotWithAttributes:maxDepth:]"
615
+ moduleName = "WebDriverAgentLib"
616
+ usesParentBreakpointCondition = "Yes"
617
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m"
618
+ startingColumnNumber = "9223372036854775807"
619
+ endingColumnNumber = "9223372036854775807"
620
+ startingLineNumber = "123"
621
+ endingLineNumber = "123"
622
+ offsetFromSymbolStart = "1216">
623
+ </Location>
624
+ </Locations>
625
+ </BreakpointContent>
626
+ </BreakpointProxy>
627
+ <BreakpointProxy
628
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
629
+ <BreakpointContent
630
+ uuid = "DEC89239-2E47-4CC2-90D7-02BBC85E97F1"
631
+ shouldBeEnabled = "No"
632
+ ignoreCount = "0"
633
+ continueAfterRunningActions = "No"
634
+ filePath = "WebDriverAgentLib/Commands/FBSessionCommands.m"
635
+ startingColumnNumber = "9223372036854775807"
636
+ endingColumnNumber = "9223372036854775807"
637
+ startingLineNumber = "167"
638
+ endingLineNumber = "167"
639
+ landmarkName = "+handleCreateSession:"
640
+ landmarkType = "7">
641
+ </BreakpointContent>
642
+ </BreakpointProxy>
643
+ <BreakpointProxy
644
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
645
+ <BreakpointContent
646
+ uuid = "FD120815-2012-4D59-98A6-C51F0A8F7562"
647
+ shouldBeEnabled = "No"
648
+ ignoreCount = "0"
649
+ continueAfterRunningActions = "No"
650
+ filePath = "WebDriverAgentLib/FBApplication.m"
651
+ startingColumnNumber = "9223372036854775807"
652
+ endingColumnNumber = "9223372036854775807"
653
+ startingLineNumber = "118"
654
+ endingLineNumber = "118"
655
+ landmarkName = "+fb_activeApplicationWithDefaultBundleId:"
656
+ landmarkType = "7">
657
+ </BreakpointContent>
658
+ </BreakpointProxy>
659
+ <BreakpointProxy
660
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
661
+ <BreakpointContent
662
+ uuid = "AC7A9B52-6E53-456F-A895-736E2CFC7DB6"
663
+ shouldBeEnabled = "No"
664
+ ignoreCount = "0"
665
+ continueAfterRunningActions = "No"
666
+ filePath = "WebDriverAgentLib/FBApplication.m"
667
+ startingColumnNumber = "9223372036854775807"
668
+ endingColumnNumber = "9223372036854775807"
669
+ startingLineNumber = "109"
670
+ endingLineNumber = "109"
671
+ landmarkName = "+fb_activeApplicationWithDefaultBundleId:"
672
+ landmarkType = "7">
673
+ </BreakpointContent>
674
+ </BreakpointProxy>
675
+ <BreakpointProxy
676
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
677
+ <BreakpointContent
678
+ uuid = "03BF3FBE-8B18-4615-A3F8-F55A9FD9A704"
679
+ shouldBeEnabled = "No"
680
+ ignoreCount = "0"
681
+ continueAfterRunningActions = "No"
682
+ filePath = "WebDriverAgentLib/FBApplication.m"
683
+ startingColumnNumber = "9223372036854775807"
684
+ endingColumnNumber = "9223372036854775807"
685
+ startingLineNumber = "120"
686
+ endingLineNumber = "120"
687
+ landmarkName = "+fb_activeApplicationWithDefaultBundleId:"
688
+ landmarkType = "7">
689
+ </BreakpointContent>
690
+ </BreakpointProxy>
691
+ <BreakpointProxy
692
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
693
+ <BreakpointContent
694
+ uuid = "92641B6F-4EA7-42AE-98AC-3C6F98737551"
695
+ shouldBeEnabled = "No"
696
+ ignoreCount = "0"
697
+ continueAfterRunningActions = "No"
698
+ filePath = "WebDriverAgentLib/FBApplication.m"
699
+ startingColumnNumber = "9223372036854775807"
700
+ endingColumnNumber = "9223372036854775807"
701
+ startingLineNumber = "121"
702
+ endingLineNumber = "121"
703
+ landmarkName = "+fb_activeApplicationWithDefaultBundleId:"
704
+ landmarkType = "7">
705
+ </BreakpointContent>
706
+ </BreakpointProxy>
707
+ <BreakpointProxy
708
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
709
+ <BreakpointContent
710
+ uuid = "047B028F-0828-4BB3-9146-9181E400710F"
711
+ shouldBeEnabled = "No"
712
+ ignoreCount = "0"
713
+ continueAfterRunningActions = "No"
714
+ filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
715
+ startingColumnNumber = "9223372036854775807"
716
+ endingColumnNumber = "9223372036854775807"
717
+ startingLineNumber = "552"
718
+ endingLineNumber = "552"
719
+ landmarkName = "+handleKeyboardInput:"
720
+ landmarkType = "7">
721
+ </BreakpointContent>
722
+ </BreakpointProxy>
723
+ <BreakpointProxy
724
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
725
+ <BreakpointContent
726
+ uuid = "F8E71D47-A0D1-49DF-A12C-6D2826949650"
727
+ shouldBeEnabled = "Yes"
728
+ ignoreCount = "0"
729
+ continueAfterRunningActions = "No"
730
+ filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
731
+ startingColumnNumber = "9223372036854775807"
732
+ endingColumnNumber = "9223372036854775807"
733
+ startingLineNumber = "556"
734
+ endingLineNumber = "556"
735
+ landmarkName = "+handleKeyboardInput:"
736
+ landmarkType = "7">
737
+ </BreakpointContent>
738
+ </BreakpointProxy>
739
+ <BreakpointProxy
740
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
741
+ <BreakpointContent
742
+ uuid = "E365768C-DA01-4DFA-8218-21FAED6E02E0"
743
+ shouldBeEnabled = "No"
744
+ ignoreCount = "0"
745
+ continueAfterRunningActions = "No"
746
+ filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
747
+ startingColumnNumber = "9223372036854775807"
748
+ endingColumnNumber = "9223372036854775807"
749
+ startingLineNumber = "568"
750
+ endingLineNumber = "568"
751
+ landmarkName = "+handleKeyboardInput:"
752
+ landmarkType = "7">
753
+ </BreakpointContent>
754
+ </BreakpointProxy>
755
+ <BreakpointProxy
756
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
757
+ <BreakpointContent
758
+ uuid = "1F3A546B-3000-4464-B249-2EE3BD3994B6"
759
+ shouldBeEnabled = "Yes"
760
+ ignoreCount = "0"
761
+ continueAfterRunningActions = "No"
762
+ filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
763
+ startingColumnNumber = "9223372036854775807"
764
+ endingColumnNumber = "9223372036854775807"
765
+ startingLineNumber = "560"
766
+ endingLineNumber = "560"
767
+ landmarkName = "+handleKeyboardInput:"
768
+ landmarkType = "7">
769
+ </BreakpointContent>
770
+ </BreakpointProxy>
771
+ <BreakpointProxy
772
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
773
+ <BreakpointContent
774
+ uuid = "27E28C5F-D643-46B8-9267-97978C83AA67"
775
+ shouldBeEnabled = "Yes"
776
+ ignoreCount = "0"
777
+ continueAfterRunningActions = "No"
778
+ filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
779
+ startingColumnNumber = "9223372036854775807"
780
+ endingColumnNumber = "9223372036854775807"
781
+ startingLineNumber = "559"
782
+ endingLineNumber = "559"
783
+ landmarkName = "+handleKeyboardInput:"
784
+ landmarkType = "7">
785
+ </BreakpointContent>
786
+ </BreakpointProxy>
787
+ <BreakpointProxy
788
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
789
+ <BreakpointContent
790
+ uuid = "76F563EC-7105-46C0-8E08-D73354E6165C"
791
+ shouldBeEnabled = "No"
792
+ ignoreCount = "0"
793
+ continueAfterRunningActions = "No"
794
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
795
+ startingColumnNumber = "9223372036854775807"
796
+ endingColumnNumber = "9223372036854775807"
797
+ startingLineNumber = "170"
798
+ endingLineNumber = "170"
799
+ landmarkName = "-fb_clearTextWithSnapshot:shouldPrepareForInput:error:"
800
+ landmarkType = "7">
801
+ </BreakpointContent>
802
+ </BreakpointProxy>
803
+ <BreakpointProxy
804
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
805
+ <BreakpointContent
806
+ uuid = "ABB0B31D-4E0E-404F-B0E4-9919DDC801F6"
807
+ shouldBeEnabled = "Yes"
808
+ ignoreCount = "0"
809
+ continueAfterRunningActions = "No"
810
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
811
+ startingColumnNumber = "9223372036854775807"
812
+ endingColumnNumber = "9223372036854775807"
813
+ startingLineNumber = "152"
814
+ endingLineNumber = "152"
815
+ landmarkName = "-fb_clearTextWithSnapshot:shouldPrepareForInput:error:"
816
+ landmarkType = "7">
817
+ <Locations>
818
+ <Location
819
+ uuid = "ABB0B31D-4E0E-404F-B0E4-9919DDC801F6 - 6073b11d634f6e3e"
820
+ shouldBeEnabled = "Yes"
821
+ ignoreCount = "0"
822
+ continueAfterRunningActions = "No"
823
+ symbolName = "-[XCUIElement(FBTyping) fb_clearTextWithSnapshot:shouldPrepareForInput:error:]"
824
+ moduleName = "WebDriverAgentLib_tvOS"
825
+ usesParentBreakpointCondition = "Yes"
826
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
827
+ startingColumnNumber = "9223372036854775807"
828
+ endingColumnNumber = "9223372036854775807"
829
+ startingLineNumber = "145"
830
+ endingLineNumber = "145"
831
+ offsetFromSymbolStart = "556">
832
+ </Location>
833
+ <Location
834
+ uuid = "ABB0B31D-4E0E-404F-B0E4-9919DDC801F6 - 9a6cbee6fea6860e"
835
+ shouldBeEnabled = "Yes"
836
+ ignoreCount = "0"
837
+ continueAfterRunningActions = "No"
838
+ symbolName = "-[XCUIElement(FBTyping) fb_clearTextWithSnapshot:shouldPrepareForInput:error:]"
839
+ moduleName = "WebDriverAgentLib"
840
+ usesParentBreakpointCondition = "Yes"
841
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
842
+ startingColumnNumber = "9223372036854775807"
843
+ endingColumnNumber = "9223372036854775807"
844
+ startingLineNumber = "145"
845
+ endingLineNumber = "145"
846
+ offsetFromSymbolStart = "556">
847
+ </Location>
848
+ <Location
849
+ uuid = "ABB0B31D-4E0E-404F-B0E4-9919DDC801F6 - 9a6cbee6fea687d5"
850
+ shouldBeEnabled = "Yes"
851
+ ignoreCount = "0"
852
+ continueAfterRunningActions = "No"
853
+ symbolName = "-[XCUIElement(FBTyping) fb_clearTextWithSnapshot:shouldPrepareForInput:error:]"
854
+ moduleName = "WebDriverAgentLib"
855
+ usesParentBreakpointCondition = "Yes"
856
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
857
+ startingColumnNumber = "9223372036854775807"
858
+ endingColumnNumber = "9223372036854775807"
859
+ startingLineNumber = "154"
860
+ endingLineNumber = "154"
861
+ offsetFromSymbolStart = "640">
862
+ </Location>
863
+ <Location
864
+ uuid = "ABB0B31D-4E0E-404F-B0E4-9919DDC801F6 - 6073b11d634f6fe5"
865
+ shouldBeEnabled = "Yes"
866
+ ignoreCount = "0"
867
+ continueAfterRunningActions = "No"
868
+ symbolName = "-[XCUIElement(FBTyping) fb_clearTextWithSnapshot:shouldPrepareForInput:error:]"
869
+ moduleName = "WebDriverAgentLib_tvOS"
870
+ usesParentBreakpointCondition = "Yes"
871
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
872
+ startingColumnNumber = "9223372036854775807"
873
+ endingColumnNumber = "9223372036854775807"
874
+ startingLineNumber = "154"
875
+ endingLineNumber = "154"
876
+ offsetFromSymbolStart = "640">
877
+ </Location>
878
+ <Location
879
+ uuid = "ABB0B31D-4E0E-404F-B0E4-9919DDC801F6 - 9a6cbee6fea687f6"
880
+ shouldBeEnabled = "Yes"
881
+ ignoreCount = "0"
882
+ continueAfterRunningActions = "No"
883
+ symbolName = "-[XCUIElement(FBTyping) fb_clearTextWithSnapshot:shouldPrepareForInput:error:]"
884
+ moduleName = "WebDriverAgentLib"
885
+ usesParentBreakpointCondition = "Yes"
886
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
887
+ startingColumnNumber = "9223372036854775807"
888
+ endingColumnNumber = "9223372036854775807"
889
+ startingLineNumber = "153"
890
+ endingLineNumber = "153"
891
+ offsetFromSymbolStart = "644">
892
+ </Location>
893
+ <Location
894
+ uuid = "ABB0B31D-4E0E-404F-B0E4-9919DDC801F6 - 9b8485955e059479"
895
+ shouldBeEnabled = "Yes"
896
+ ignoreCount = "0"
897
+ continueAfterRunningActions = "No"
898
+ symbolName = "__78-[XCUIElement(FBTyping) fb_clearTextWithSnapshot:shouldPrepareForInput:error:]_block_invoke"
899
+ moduleName = "WebDriverAgentLib_tvOS"
900
+ usesParentBreakpointCondition = "Yes"
901
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
902
+ startingColumnNumber = "9223372036854775807"
903
+ endingColumnNumber = "9223372036854775807"
904
+ startingLineNumber = "153"
905
+ endingLineNumber = "153"
906
+ offsetFromSymbolStart = "28">
907
+ </Location>
908
+ </Locations>
909
+ </BreakpointContent>
910
+ </BreakpointProxy>
911
+ <BreakpointProxy
912
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
913
+ <BreakpointContent
914
+ uuid = "0CE5096F-E1F6-4AA2-91D7-542BEF19A6ED"
915
+ shouldBeEnabled = "No"
916
+ ignoreCount = "0"
917
+ continueAfterRunningActions = "No"
918
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
919
+ startingColumnNumber = "9223372036854775807"
920
+ endingColumnNumber = "9223372036854775807"
921
+ startingLineNumber = "132"
922
+ endingLineNumber = "132"
923
+ landmarkName = "-fb_clearTextWithError:"
924
+ landmarkType = "7">
925
+ </BreakpointContent>
926
+ </BreakpointProxy>
927
+ <BreakpointProxy
928
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
929
+ <BreakpointContent
930
+ uuid = "BD1EDC78-8A8B-48FC-9266-6A9BE36F2CED"
931
+ shouldBeEnabled = "No"
932
+ ignoreCount = "0"
933
+ continueAfterRunningActions = "No"
934
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m"
935
+ startingColumnNumber = "9223372036854775807"
936
+ endingColumnNumber = "9223372036854775807"
937
+ startingLineNumber = "96"
938
+ endingLineNumber = "96"
939
+ landmarkName = "-wdValue"
940
+ landmarkType = "7">
941
+ <Locations>
942
+ <Location
943
+ uuid = "BD1EDC78-8A8B-48FC-9266-6A9BE36F2CED - e967416c6babc4ad"
944
+ shouldBeEnabled = "Yes"
945
+ ignoreCount = "0"
946
+ continueAfterRunningActions = "No"
947
+ symbolName = "-[FBXCElementSnapshotWrapper(WebDriverAttributes) wdValue]"
948
+ moduleName = "WebDriverAgentLib_tvOS"
949
+ usesParentBreakpointCondition = "Yes"
950
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m"
951
+ startingColumnNumber = "9223372036854775807"
952
+ endingColumnNumber = "9223372036854775807"
953
+ startingLineNumber = "96"
954
+ endingLineNumber = "96"
955
+ offsetFromSymbolStart = "832">
956
+ </Location>
957
+ <Location
958
+ uuid = "BD1EDC78-8A8B-48FC-9266-6A9BE36F2CED - 13784e97f6422c9d"
959
+ shouldBeEnabled = "Yes"
960
+ ignoreCount = "0"
961
+ continueAfterRunningActions = "No"
962
+ symbolName = "-[FBXCElementSnapshotWrapper(WebDriverAttributes) wdValue]"
963
+ moduleName = "WebDriverAgentLib"
964
+ usesParentBreakpointCondition = "Yes"
965
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m"
966
+ startingColumnNumber = "9223372036854775807"
967
+ endingColumnNumber = "9223372036854775807"
968
+ startingLineNumber = "96"
969
+ endingLineNumber = "96"
970
+ offsetFromSymbolStart = "832">
971
+ </Location>
972
+ </Locations>
973
+ </BreakpointContent>
974
+ </BreakpointProxy>
975
+ <BreakpointProxy
976
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
977
+ <BreakpointContent
978
+ uuid = "409A1A49-3DFC-44A7-B739-8283DF79864D"
979
+ shouldBeEnabled = "No"
980
+ ignoreCount = "0"
981
+ continueAfterRunningActions = "No"
982
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
983
+ startingColumnNumber = "9223372036854775807"
984
+ endingColumnNumber = "9223372036854775807"
985
+ startingLineNumber = "166"
986
+ endingLineNumber = "166"
987
+ landmarkName = "-fb_clearTextWithSnapshot:shouldPrepareForInput:error:"
988
+ landmarkType = "7">
989
+ </BreakpointContent>
990
+ </BreakpointProxy>
991
+ <BreakpointProxy
992
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
993
+ <BreakpointContent
994
+ uuid = "609E16CA-E6CA-4A1B-A6BA-CD860B639001"
995
+ shouldBeEnabled = "No"
996
+ ignoreCount = "0"
997
+ continueAfterRunningActions = "No"
998
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
999
+ startingColumnNumber = "9223372036854775807"
1000
+ endingColumnNumber = "9223372036854775807"
1001
+ startingLineNumber = "133"
1002
+ endingLineNumber = "133"
1003
+ landmarkName = "XCUIElement(FBTyping)"
1004
+ landmarkType = "3">
1005
+ </BreakpointContent>
1006
+ </BreakpointProxy>
1007
+ <BreakpointProxy
1008
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1009
+ <BreakpointContent
1010
+ uuid = "29FB2F2C-5739-4529-A483-290FE927E2E8"
1011
+ shouldBeEnabled = "No"
1012
+ ignoreCount = "0"
1013
+ continueAfterRunningActions = "No"
1014
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
1015
+ startingColumnNumber = "9223372036854775807"
1016
+ endingColumnNumber = "9223372036854775807"
1017
+ startingLineNumber = "157"
1018
+ endingLineNumber = "157"
1019
+ landmarkName = "-fb_clearTextWithSnapshot:shouldPrepareForInput:error:"
1020
+ landmarkType = "7">
1021
+ </BreakpointContent>
1022
+ </BreakpointProxy>
1023
+ <BreakpointProxy
1024
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1025
+ <BreakpointContent
1026
+ uuid = "EFF39747-8825-4C8F-8109-371D3ED7C9B9"
1027
+ shouldBeEnabled = "No"
1028
+ ignoreCount = "0"
1029
+ continueAfterRunningActions = "No"
1030
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
1031
+ startingColumnNumber = "9223372036854775807"
1032
+ endingColumnNumber = "9223372036854775807"
1033
+ startingLineNumber = "160"
1034
+ endingLineNumber = "160"
1035
+ landmarkName = "-fb_clearTextWithSnapshot:shouldPrepareForInput:error:"
1036
+ landmarkType = "7">
1037
+ </BreakpointContent>
1038
+ </BreakpointProxy>
1039
+ <BreakpointProxy
1040
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1041
+ <BreakpointContent
1042
+ uuid = "00A462EE-E871-4B17-B8DA-49237FDE141F"
1043
+ shouldBeEnabled = "No"
1044
+ ignoreCount = "0"
1045
+ continueAfterRunningActions = "No"
1046
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
1047
+ startingColumnNumber = "9223372036854775807"
1048
+ endingColumnNumber = "9223372036854775807"
1049
+ startingLineNumber = "153"
1050
+ endingLineNumber = "153"
1051
+ landmarkName = "-fb_clearTextWithSnapshot:shouldPrepareForInput:error:"
1052
+ landmarkType = "7">
1053
+ </BreakpointContent>
1054
+ </BreakpointProxy>
1055
+ <BreakpointProxy
1056
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1057
+ <BreakpointContent
1058
+ uuid = "3F3EEED7-C1D9-4CFF-B9D9-6112EF68B9A5"
1059
+ shouldBeEnabled = "Yes"
1060
+ ignoreCount = "0"
1061
+ continueAfterRunningActions = "No"
1062
+ filePath = "WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
1063
+ startingColumnNumber = "9223372036854775807"
1064
+ endingColumnNumber = "9223372036854775807"
1065
+ startingLineNumber = "173"
1066
+ endingLineNumber = "173"
1067
+ landmarkName = "-fb_clearTextWithSnapshot:shouldPrepareForInput:error:"
1068
+ landmarkType = "7">
1069
+ <Locations>
1070
+ <Location
1071
+ uuid = "3F3EEED7-C1D9-4CFF-B9D9-6112EF68B9A5 - 9a6cbee6fea68bd6"
1072
+ shouldBeEnabled = "Yes"
1073
+ ignoreCount = "0"
1074
+ continueAfterRunningActions = "No"
1075
+ symbolName = "-[XCUIElement(FBTyping) fb_clearTextWithSnapshot:shouldPrepareForInput:error:]"
1076
+ moduleName = "WebDriverAgentLib"
1077
+ usesParentBreakpointCondition = "Yes"
1078
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
1079
+ startingColumnNumber = "9223372036854775807"
1080
+ endingColumnNumber = "9223372036854775807"
1081
+ startingLineNumber = "185"
1082
+ endingLineNumber = "185"
1083
+ offsetFromSymbolStart = "972">
1084
+ </Location>
1085
+ <Location
1086
+ uuid = "3F3EEED7-C1D9-4CFF-B9D9-6112EF68B9A5 - 6073b11d634f63e6"
1087
+ shouldBeEnabled = "Yes"
1088
+ ignoreCount = "0"
1089
+ continueAfterRunningActions = "No"
1090
+ symbolName = "-[XCUIElement(FBTyping) fb_clearTextWithSnapshot:shouldPrepareForInput:error:]"
1091
+ moduleName = "WebDriverAgentLib_tvOS"
1092
+ usesParentBreakpointCondition = "Yes"
1093
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
1094
+ startingColumnNumber = "9223372036854775807"
1095
+ endingColumnNumber = "9223372036854775807"
1096
+ startingLineNumber = "185"
1097
+ endingLineNumber = "185"
1098
+ offsetFromSymbolStart = "804">
1099
+ </Location>
1100
+ <Location
1101
+ uuid = "3F3EEED7-C1D9-4CFF-B9D9-6112EF68B9A5 - 9a6cbee6fea68a41"
1102
+ shouldBeEnabled = "Yes"
1103
+ ignoreCount = "0"
1104
+ continueAfterRunningActions = "No"
1105
+ symbolName = "-[XCUIElement(FBTyping) fb_clearTextWithSnapshot:shouldPrepareForInput:error:]"
1106
+ moduleName = "WebDriverAgentLib"
1107
+ usesParentBreakpointCondition = "Yes"
1108
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
1109
+ startingColumnNumber = "9223372036854775807"
1110
+ endingColumnNumber = "9223372036854775807"
1111
+ startingLineNumber = "174"
1112
+ endingLineNumber = "174"
1113
+ offsetFromSymbolStart = "1036">
1114
+ </Location>
1115
+ <Location
1116
+ uuid = "3F3EEED7-C1D9-4CFF-B9D9-6112EF68B9A5 - 6073b11d634f61d7"
1117
+ shouldBeEnabled = "Yes"
1118
+ ignoreCount = "0"
1119
+ continueAfterRunningActions = "No"
1120
+ symbolName = "-[XCUIElement(FBTyping) fb_clearTextWithSnapshot:shouldPrepareForInput:error:]"
1121
+ moduleName = "WebDriverAgentLib_tvOS"
1122
+ usesParentBreakpointCondition = "Yes"
1123
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m"
1124
+ startingColumnNumber = "9223372036854775807"
1125
+ endingColumnNumber = "9223372036854775807"
1126
+ startingLineNumber = "200"
1127
+ endingLineNumber = "200"
1128
+ offsetFromSymbolStart = "572">
1129
+ </Location>
1130
+ </Locations>
1131
+ </BreakpointContent>
1132
+ </BreakpointProxy>
1133
+ <BreakpointProxy
1134
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1135
+ <BreakpointContent
1136
+ uuid = "94E69333-1CFE-4F25-A7AA-8FDF06BD0AEF"
1137
+ shouldBeEnabled = "No"
1138
+ ignoreCount = "0"
1139
+ continueAfterRunningActions = "No"
1140
+ filePath = "WebDriverAgentLib/Utilities/FBImageProcessor.m"
1141
+ startingColumnNumber = "9223372036854775807"
1142
+ endingColumnNumber = "9223372036854775807"
1143
+ startingLineNumber = "51"
1144
+ endingLineNumber = "51"
1145
+ landmarkName = "-submitImageData:scalingFactor:completionHandler:"
1146
+ landmarkType = "7">
1147
+ </BreakpointContent>
1148
+ </BreakpointProxy>
1149
+ <BreakpointProxy
1150
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1151
+ <BreakpointContent
1152
+ uuid = "52E48CF6-BE71-4B10-A0F5-95AB396A86AA"
1153
+ shouldBeEnabled = "No"
1154
+ ignoreCount = "0"
1155
+ continueAfterRunningActions = "No"
1156
+ filePath = "WebDriverAgentLib/Utilities/FBImageProcessor.m"
1157
+ startingColumnNumber = "9223372036854775807"
1158
+ endingColumnNumber = "9223372036854775807"
1159
+ startingLineNumber = "52"
1160
+ endingLineNumber = "52"
1161
+ landmarkName = "-submitImageData:scalingFactor:completionHandler:"
1162
+ landmarkType = "7">
1163
+ </BreakpointContent>
1164
+ </BreakpointProxy>
1165
+ <BreakpointProxy
1166
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1167
+ <BreakpointContent
1168
+ uuid = "B43802F0-621E-4C80-81A6-79A7B4A41604"
1169
+ shouldBeEnabled = "Yes"
1170
+ ignoreCount = "0"
1171
+ continueAfterRunningActions = "No"
1172
+ filePath = "WebDriverAgentLib/Utilities/FBMjpegServer.m"
1173
+ startingColumnNumber = "9223372036854775807"
1174
+ endingColumnNumber = "9223372036854775807"
1175
+ startingLineNumber = "108"
1176
+ endingLineNumber = "108"
1177
+ landmarkName = "-streamScreenshot"
1178
+ landmarkType = "7">
1179
+ </BreakpointContent>
1180
+ </BreakpointProxy>
1181
+ <BreakpointProxy
1182
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1183
+ <BreakpointContent
1184
+ uuid = "913EEB89-E1D5-4977-A233-A50DEEF6D372"
1185
+ shouldBeEnabled = "No"
1186
+ ignoreCount = "0"
1187
+ continueAfterRunningActions = "No"
1188
+ filePath = "WebDriverAgentLib/Utilities/FBImageProcessor.m"
1189
+ startingColumnNumber = "9223372036854775807"
1190
+ endingColumnNumber = "9223372036854775807"
1191
+ startingLineNumber = "122"
1192
+ endingLineNumber = "122"
1193
+ landmarkName = "+processedJpegImageWithData:scalingFactor:error:"
1194
+ landmarkType = "7">
1195
+ </BreakpointContent>
1196
+ </BreakpointProxy>
1197
+ <BreakpointProxy
1198
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1199
+ <BreakpointContent
1200
+ uuid = "E1E8644E-44BD-4892-8348-3951F9C168E2"
1201
+ shouldBeEnabled = "No"
1202
+ ignoreCount = "0"
1203
+ continueAfterRunningActions = "No"
1204
+ filePath = "WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m"
1205
+ startingColumnNumber = "9223372036854775807"
1206
+ endingColumnNumber = "9223372036854775807"
1207
+ startingLineNumber = "346"
1208
+ endingLineNumber = "346"
1209
+ landmarkName = "-fb_setAppearance:error:"
1210
+ landmarkType = "7">
1211
+ <Locations>
1212
+ <Location
1213
+ uuid = "E1E8644E-44BD-4892-8348-3951F9C168E2 - 9c2cbecea07ba93b"
1214
+ shouldBeEnabled = "Yes"
1215
+ ignoreCount = "0"
1216
+ continueAfterRunningActions = "No"
1217
+ symbolName = "-[XCUIDevice(FBHelpers) fb_setAppearance:error:]"
1218
+ moduleName = "WebDriverAgentLib"
1219
+ usesParentBreakpointCondition = "Yes"
1220
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m"
1221
+ startingColumnNumber = "9223372036854775807"
1222
+ endingColumnNumber = "9223372036854775807"
1223
+ startingLineNumber = "363"
1224
+ endingLineNumber = "363"
1225
+ offsetFromSymbolStart = "288">
1226
+ </Location>
1227
+ <Location
1228
+ uuid = "E1E8644E-44BD-4892-8348-3951F9C168E2 - 9c2cbecea07bab0a"
1229
+ shouldBeEnabled = "Yes"
1230
+ ignoreCount = "0"
1231
+ continueAfterRunningActions = "No"
1232
+ symbolName = "-[XCUIDevice(FBHelpers) fb_setAppearance:error:]"
1233
+ moduleName = "WebDriverAgentLib"
1234
+ usesParentBreakpointCondition = "Yes"
1235
+ urlString = "file:///Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m"
1236
+ startingColumnNumber = "9223372036854775807"
1237
+ endingColumnNumber = "9223372036854775807"
1238
+ startingLineNumber = "346"
1239
+ endingLineNumber = "346"
1240
+ offsetFromSymbolStart = "280">
1241
+ </Location>
1242
+ </Locations>
1243
+ </BreakpointContent>
1244
+ </BreakpointProxy>
1245
+ <BreakpointProxy
1246
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1247
+ <BreakpointContent
1248
+ uuid = "ECF1ECB1-186F-4DBC-8271-2994991AADE4"
1249
+ shouldBeEnabled = "No"
1250
+ ignoreCount = "0"
1251
+ continueAfterRunningActions = "No"
1252
+ filePath = "WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m"
1253
+ startingColumnNumber = "9223372036854775807"
1254
+ endingColumnNumber = "9223372036854775807"
1255
+ startingLineNumber = "341"
1256
+ endingLineNumber = "341"
1257
+ landmarkName = "-fb_setAppearance:error:"
1258
+ landmarkType = "7">
1259
+ </BreakpointContent>
1260
+ </BreakpointProxy>
1261
+ <BreakpointProxy
1262
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1263
+ <BreakpointContent
1264
+ uuid = "3FE42CFB-886B-49BA-A232-D7341CFAE2A5"
1265
+ shouldBeEnabled = "No"
1266
+ ignoreCount = "0"
1267
+ continueAfterRunningActions = "No"
1268
+ filePath = "WebDriverAgentTests/IntegrationTests/FBTapTest.m"
1269
+ startingColumnNumber = "9223372036854775807"
1270
+ endingColumnNumber = "9223372036854775807"
1271
+ startingLineNumber = "26"
1272
+ endingLineNumber = "26"
1273
+ landmarkName = "-verifyTapWithOrientation:"
1274
+ landmarkType = "7">
1275
+ </BreakpointContent>
1276
+ </BreakpointProxy>
1277
+ <BreakpointProxy
1278
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1279
+ <BreakpointContent
1280
+ uuid = "A5876251-35A6-438C-80DA-D7EAFC93E56B"
1281
+ shouldBeEnabled = "No"
1282
+ ignoreCount = "0"
1283
+ continueAfterRunningActions = "No"
1284
+ filePath = "WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m"
1285
+ startingColumnNumber = "9223372036854775807"
1286
+ endingColumnNumber = "9223372036854775807"
1287
+ startingLineNumber = "363"
1288
+ endingLineNumber = "363"
1289
+ landmarkName = "-fb_getAppearance"
1290
+ landmarkType = "7">
1291
+ </BreakpointContent>
1292
+ </BreakpointProxy>
1293
+ <BreakpointProxy
1294
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1295
+ <BreakpointContent
1296
+ uuid = "F151FBE1-B0FB-4D5E-8C6A-FE0F54A9B4FC"
1297
+ shouldBeEnabled = "Yes"
1298
+ ignoreCount = "0"
1299
+ continueAfterRunningActions = "No"
1300
+ filePath = "WebDriverAgentTests/IntegrationTests/FBAlert2Tests.m"
1301
+ startingColumnNumber = "9223372036854775807"
1302
+ endingColumnNumber = "9223372036854775807"
1303
+ startingLineNumber = "52"
1304
+ endingLineNumber = "52"
1305
+ landmarkName = "-testCameraRollAlert"
1306
+ landmarkType = "7">
1307
+ </BreakpointContent>
1308
+ </BreakpointProxy>
1309
+ <BreakpointProxy
1310
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1311
+ <BreakpointContent
1312
+ uuid = "2190DF3E-D861-433E-90B8-F8D4B977C4D0"
1313
+ shouldBeEnabled = "No"
1314
+ ignoreCount = "0"
1315
+ continueAfterRunningActions = "No"
1316
+ filePath = "WebDriverAgentLib/Commands/FBCustomCommands.m"
1317
+ startingColumnNumber = "9223372036854775807"
1318
+ endingColumnNumber = "9223372036854775807"
1319
+ startingLineNumber = "309"
1320
+ endingLineNumber = "309"
1321
+ landmarkName = "+handleResetAppAuth:"
1322
+ landmarkType = "7">
1323
+ </BreakpointContent>
1324
+ </BreakpointProxy>
1325
+ <BreakpointProxy
1326
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1327
+ <BreakpointContent
1328
+ uuid = "213CB3A3-3010-4C90-9464-0D8A34B5ED7A"
1329
+ shouldBeEnabled = "No"
1330
+ ignoreCount = "0"
1331
+ continueAfterRunningActions = "No"
1332
+ filePath = "WebDriverAgentLib/Utilities/FBXCodeCompatibility.m"
1333
+ startingColumnNumber = "9223372036854775807"
1334
+ endingColumnNumber = "9223372036854775807"
1335
+ startingLineNumber = "31"
1336
+ endingLineNumber = "31"
1337
+ landmarkName = "-fb_firstMatch"
1338
+ landmarkType = "7">
1339
+ </BreakpointContent>
1340
+ </BreakpointProxy>
1341
+ </Breakpoints>
1342
+ </Bucket>