appium-webdriveragent 10.0.1 → 10.1.1

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 (315) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  3. package/Scripts/build.sh +1 -2
  4. package/WebDriverAgentLib/Categories/FBXCElementSnapshotWrapper+Helpers.h +1 -2
  5. package/WebDriverAgentLib/Categories/FBXCElementSnapshotWrapper+Helpers.m +1 -2
  6. package/WebDriverAgentLib/Categories/NSDictionary+FBUtf8SafeDictionary.h +1 -2
  7. package/WebDriverAgentLib/Categories/NSDictionary+FBUtf8SafeDictionary.m +1 -2
  8. package/WebDriverAgentLib/Categories/NSExpression+FBFormat.h +1 -2
  9. package/WebDriverAgentLib/Categories/NSExpression+FBFormat.m +1 -2
  10. package/WebDriverAgentLib/Categories/NSString+FBVisualLength.h +1 -2
  11. package/WebDriverAgentLib/Categories/NSString+FBVisualLength.m +1 -2
  12. package/WebDriverAgentLib/Categories/NSString+FBXMLSafeString.h +1 -2
  13. package/WebDriverAgentLib/Categories/NSString+FBXMLSafeString.m +1 -2
  14. package/WebDriverAgentLib/Categories/XCAXClient_iOS+FBSnapshotReqParams.h +1 -2
  15. package/WebDriverAgentLib/Categories/XCAXClient_iOS+FBSnapshotReqParams.m +1 -2
  16. package/WebDriverAgentLib/Categories/XCTIssue+FBPatcher.h +1 -2
  17. package/WebDriverAgentLib/Categories/XCTIssue+FBPatcher.m +1 -2
  18. package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.h +1 -2
  19. package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m +1 -2
  20. package/WebDriverAgentLib/Categories/XCUIApplication+FBFocused.h +1 -2
  21. package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h +1 -2
  22. package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +1 -2
  23. package/WebDriverAgentLib/Categories/XCUIApplication+FBQuiescence.h +1 -2
  24. package/WebDriverAgentLib/Categories/XCUIApplication+FBQuiescence.m +1 -2
  25. package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.h +1 -2
  26. package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m +1 -2
  27. package/WebDriverAgentLib/Categories/XCUIApplication+FBUIInterruptions.h +1 -2
  28. package/WebDriverAgentLib/Categories/XCUIApplication+FBUIInterruptions.m +1 -2
  29. package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.h +1 -2
  30. package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m +1 -2
  31. package/WebDriverAgentLib/Categories/XCUIDevice+FBHealthCheck.h +1 -2
  32. package/WebDriverAgentLib/Categories/XCUIDevice+FBHealthCheck.m +1 -2
  33. package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.h +1 -2
  34. package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +1 -2
  35. package/WebDriverAgentLib/Categories/XCUIDevice+FBRotation.h +1 -2
  36. package/WebDriverAgentLib/Categories/XCUIDevice+FBRotation.m +1 -2
  37. package/WebDriverAgentLib/Categories/XCUIElement+FBAccessibility.h +1 -2
  38. package/WebDriverAgentLib/Categories/XCUIElement+FBAccessibility.m +1 -2
  39. package/WebDriverAgentLib/Categories/XCUIElement+FBCaching.h +1 -2
  40. package/WebDriverAgentLib/Categories/XCUIElement+FBCaching.m +1 -2
  41. package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.h +1 -2
  42. package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m +1 -2
  43. package/WebDriverAgentLib/Categories/XCUIElement+FBFind.h +1 -2
  44. package/WebDriverAgentLib/Categories/XCUIElement+FBFind.m +1 -2
  45. package/WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.h +1 -2
  46. package/WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.m +1 -2
  47. package/WebDriverAgentLib/Categories/XCUIElement+FBIsVisible.h +1 -2
  48. package/WebDriverAgentLib/Categories/XCUIElement+FBIsVisible.m +1 -2
  49. package/WebDriverAgentLib/Categories/XCUIElement+FBMinMax.h +1 -2
  50. package/WebDriverAgentLib/Categories/XCUIElement+FBMinMax.m +1 -2
  51. package/WebDriverAgentLib/Categories/XCUIElement+FBPickerWheel.h +1 -2
  52. package/WebDriverAgentLib/Categories/XCUIElement+FBPickerWheel.m +1 -2
  53. package/WebDriverAgentLib/Categories/XCUIElement+FBResolve.h +1 -2
  54. package/WebDriverAgentLib/Categories/XCUIElement+FBResolve.m +1 -2
  55. package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.h +1 -2
  56. package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m +1 -2
  57. package/WebDriverAgentLib/Categories/XCUIElement+FBSwiping.h +1 -2
  58. package/WebDriverAgentLib/Categories/XCUIElement+FBSwiping.m +1 -2
  59. package/WebDriverAgentLib/Categories/XCUIElement+FBTVFocuse.h +1 -2
  60. package/WebDriverAgentLib/Categories/XCUIElement+FBTVFocuse.m +1 -2
  61. package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.h +1 -2
  62. package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m +1 -2
  63. package/WebDriverAgentLib/Categories/XCUIElement+FBUID.h +1 -2
  64. package/WebDriverAgentLib/Categories/XCUIElement+FBUID.m +1 -2
  65. package/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.h +1 -2
  66. package/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m +1 -2
  67. package/WebDriverAgentLib/Categories/XCUIElement+FBVisibleFrame.h +1 -2
  68. package/WebDriverAgentLib/Categories/XCUIElement+FBVisibleFrame.m +1 -2
  69. package/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.h +1 -2
  70. package/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m +1 -2
  71. package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.h +1 -2
  72. package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.m +1 -2
  73. package/WebDriverAgentLib/Commands/FBAlertViewCommands.h +1 -2
  74. package/WebDriverAgentLib/Commands/FBAlertViewCommands.m +1 -2
  75. package/WebDriverAgentLib/Commands/FBCustomCommands.h +1 -2
  76. package/WebDriverAgentLib/Commands/FBCustomCommands.m +1 -2
  77. package/WebDriverAgentLib/Commands/FBDebugCommands.h +1 -2
  78. package/WebDriverAgentLib/Commands/FBDebugCommands.m +1 -2
  79. package/WebDriverAgentLib/Commands/FBElementCommands.h +1 -2
  80. package/WebDriverAgentLib/Commands/FBElementCommands.m +1 -2
  81. package/WebDriverAgentLib/Commands/FBFindElementCommands.h +1 -2
  82. package/WebDriverAgentLib/Commands/FBFindElementCommands.m +1 -2
  83. package/WebDriverAgentLib/Commands/FBOrientationCommands.h +1 -2
  84. package/WebDriverAgentLib/Commands/FBOrientationCommands.m +1 -2
  85. package/WebDriverAgentLib/Commands/FBScreenshotCommands.h +1 -2
  86. package/WebDriverAgentLib/Commands/FBScreenshotCommands.m +1 -2
  87. package/WebDriverAgentLib/Commands/FBSessionCommands.h +1 -2
  88. package/WebDriverAgentLib/Commands/FBSessionCommands.m +1 -2
  89. package/WebDriverAgentLib/Commands/FBTouchActionCommands.h +1 -2
  90. package/WebDriverAgentLib/Commands/FBTouchActionCommands.m +1 -2
  91. package/WebDriverAgentLib/Commands/FBTouchIDCommands.h +1 -2
  92. package/WebDriverAgentLib/Commands/FBTouchIDCommands.m +1 -2
  93. package/WebDriverAgentLib/Commands/FBUnknownCommands.h +1 -2
  94. package/WebDriverAgentLib/Commands/FBUnknownCommands.m +1 -2
  95. package/WebDriverAgentLib/Commands/FBVideoCommands.h +1 -2
  96. package/WebDriverAgentLib/Commands/FBVideoCommands.m +1 -2
  97. package/WebDriverAgentLib/FBAlert.h +1 -2
  98. package/WebDriverAgentLib/FBAlert.m +1 -2
  99. package/WebDriverAgentLib/Info.plist +2 -2
  100. package/WebDriverAgentLib/Routing/FBCommandHandler.h +1 -2
  101. package/WebDriverAgentLib/Routing/FBCommandStatus.h +1 -2
  102. package/WebDriverAgentLib/Routing/FBCommandStatus.m +1 -2
  103. package/WebDriverAgentLib/Routing/FBElement.h +1 -2
  104. package/WebDriverAgentLib/Routing/FBElementCache.h +1 -2
  105. package/WebDriverAgentLib/Routing/FBElementCache.m +1 -2
  106. package/WebDriverAgentLib/Routing/FBElementUtils.h +1 -2
  107. package/WebDriverAgentLib/Routing/FBElementUtils.m +1 -2
  108. package/WebDriverAgentLib/Routing/FBExceptionHandler.h +1 -2
  109. package/WebDriverAgentLib/Routing/FBExceptionHandler.m +1 -2
  110. package/WebDriverAgentLib/Routing/FBExceptions.h +1 -2
  111. package/WebDriverAgentLib/Routing/FBExceptions.m +1 -2
  112. package/WebDriverAgentLib/Routing/FBResponseJSONPayload.h +1 -2
  113. package/WebDriverAgentLib/Routing/FBResponseJSONPayload.m +1 -2
  114. package/WebDriverAgentLib/Routing/FBResponsePayload.h +1 -2
  115. package/WebDriverAgentLib/Routing/FBResponsePayload.m +1 -2
  116. package/WebDriverAgentLib/Routing/FBRoute.h +1 -2
  117. package/WebDriverAgentLib/Routing/FBRoute.m +1 -2
  118. package/WebDriverAgentLib/Routing/FBRouteRequest-Private.h +1 -2
  119. package/WebDriverAgentLib/Routing/FBRouteRequest.h +1 -2
  120. package/WebDriverAgentLib/Routing/FBRouteRequest.m +1 -2
  121. package/WebDriverAgentLib/Routing/FBScreenRecordingContainer.h +1 -2
  122. package/WebDriverAgentLib/Routing/FBScreenRecordingContainer.m +1 -2
  123. package/WebDriverAgentLib/Routing/FBScreenRecordingPromise.h +1 -2
  124. package/WebDriverAgentLib/Routing/FBScreenRecordingPromise.m +1 -2
  125. package/WebDriverAgentLib/Routing/FBScreenRecordingRequest.h +1 -2
  126. package/WebDriverAgentLib/Routing/FBScreenRecordingRequest.m +1 -2
  127. package/WebDriverAgentLib/Routing/FBSession-Private.h +1 -2
  128. package/WebDriverAgentLib/Routing/FBSession.h +1 -2
  129. package/WebDriverAgentLib/Routing/FBSession.m +1 -2
  130. package/WebDriverAgentLib/Routing/FBTCPSocket.h +1 -2
  131. package/WebDriverAgentLib/Routing/FBTCPSocket.m +1 -2
  132. package/WebDriverAgentLib/Routing/FBWebServer.h +1 -2
  133. package/WebDriverAgentLib/Routing/FBWebServer.m +1 -2
  134. package/WebDriverAgentLib/Routing/FBXCAccessibilityElement.h +1 -2
  135. package/WebDriverAgentLib/Routing/FBXCAccessibilityElement.m +1 -2
  136. package/WebDriverAgentLib/Routing/FBXCDeviceEvent.h +1 -2
  137. package/WebDriverAgentLib/Routing/FBXCDeviceEvent.m +1 -2
  138. package/WebDriverAgentLib/Routing/FBXCElementSnapshot.h +1 -2
  139. package/WebDriverAgentLib/Routing/FBXCElementSnapshot.m +1 -2
  140. package/WebDriverAgentLib/Routing/FBXCElementSnapshotWrapper.h +1 -2
  141. package/WebDriverAgentLib/Routing/FBXCElementSnapshotWrapper.m +1 -2
  142. package/WebDriverAgentLib/Utilities/FBAccessibilityTraits.h +1 -2
  143. package/WebDriverAgentLib/Utilities/FBAccessibilityTraits.m +1 -2
  144. package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.h +1 -2
  145. package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.m +1 -2
  146. package/WebDriverAgentLib/Utilities/FBAlertsMonitor.h +1 -2
  147. package/WebDriverAgentLib/Utilities/FBAlertsMonitor.m +1 -2
  148. package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.h +1 -2
  149. package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.m +1 -2
  150. package/WebDriverAgentLib/Utilities/FBCapabilities.h +1 -2
  151. package/WebDriverAgentLib/Utilities/FBCapabilities.m +1 -2
  152. package/WebDriverAgentLib/Utilities/FBClassChainQueryParser.h +1 -2
  153. package/WebDriverAgentLib/Utilities/FBClassChainQueryParser.m +1 -2
  154. package/WebDriverAgentLib/Utilities/FBConfiguration.h +1 -2
  155. package/WebDriverAgentLib/Utilities/FBConfiguration.m +1 -2
  156. package/WebDriverAgentLib/Utilities/FBDebugLogDelegateDecorator.h +1 -2
  157. package/WebDriverAgentLib/Utilities/FBDebugLogDelegateDecorator.m +1 -2
  158. package/WebDriverAgentLib/Utilities/FBElementHelpers.h +1 -2
  159. package/WebDriverAgentLib/Utilities/FBElementHelpers.m +1 -2
  160. package/WebDriverAgentLib/Utilities/FBElementTypeTransformer.h +1 -2
  161. package/WebDriverAgentLib/Utilities/FBElementTypeTransformer.m +1 -2
  162. package/WebDriverAgentLib/Utilities/FBErrorBuilder.h +1 -2
  163. package/WebDriverAgentLib/Utilities/FBErrorBuilder.m +1 -2
  164. package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.h +1 -2
  165. package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m +1 -2
  166. package/WebDriverAgentLib/Utilities/FBImageProcessor.h +1 -2
  167. package/WebDriverAgentLib/Utilities/FBImageProcessor.m +1 -2
  168. package/WebDriverAgentLib/Utilities/FBImageUtils.h +1 -2
  169. package/WebDriverAgentLib/Utilities/FBImageUtils.m +1 -2
  170. package/WebDriverAgentLib/Utilities/FBKeyboard.h +1 -2
  171. package/WebDriverAgentLib/Utilities/FBKeyboard.m +1 -2
  172. package/WebDriverAgentLib/Utilities/FBLogger.h +1 -2
  173. package/WebDriverAgentLib/Utilities/FBLogger.m +1 -2
  174. package/WebDriverAgentLib/Utilities/FBMacros.h +1 -2
  175. package/WebDriverAgentLib/Utilities/FBMathUtils.h +1 -2
  176. package/WebDriverAgentLib/Utilities/FBMathUtils.m +1 -2
  177. package/WebDriverAgentLib/Utilities/FBMjpegServer.h +1 -2
  178. package/WebDriverAgentLib/Utilities/FBMjpegServer.m +1 -2
  179. package/WebDriverAgentLib/Utilities/FBNotificationsHelper.h +1 -2
  180. package/WebDriverAgentLib/Utilities/FBNotificationsHelper.m +1 -2
  181. package/WebDriverAgentLib/Utilities/FBPasteboard.h +1 -2
  182. package/WebDriverAgentLib/Utilities/FBPasteboard.m +1 -2
  183. package/WebDriverAgentLib/Utilities/FBProtocolHelpers.h +1 -2
  184. package/WebDriverAgentLib/Utilities/FBProtocolHelpers.m +1 -2
  185. package/WebDriverAgentLib/Utilities/FBReflectionUtils.h +1 -2
  186. package/WebDriverAgentLib/Utilities/FBReflectionUtils.m +1 -2
  187. package/WebDriverAgentLib/Utilities/FBRunLoopSpinner.h +1 -2
  188. package/WebDriverAgentLib/Utilities/FBRunLoopSpinner.m +1 -2
  189. package/WebDriverAgentLib/Utilities/FBRuntimeUtils.h +1 -2
  190. package/WebDriverAgentLib/Utilities/FBRuntimeUtils.m +1 -2
  191. package/WebDriverAgentLib/Utilities/FBScreen.h +1 -2
  192. package/WebDriverAgentLib/Utilities/FBScreen.m +1 -2
  193. package/WebDriverAgentLib/Utilities/FBScreenshot.h +1 -2
  194. package/WebDriverAgentLib/Utilities/FBScreenshot.m +1 -2
  195. package/WebDriverAgentLib/Utilities/FBSettings.h +1 -2
  196. package/WebDriverAgentLib/Utilities/FBSettings.m +1 -2
  197. package/WebDriverAgentLib/Utilities/FBTVNavigationTracker-Private.h +1 -2
  198. package/WebDriverAgentLib/Utilities/FBTVNavigationTracker.h +1 -2
  199. package/WebDriverAgentLib/Utilities/FBTVNavigationTracker.m +1 -2
  200. package/WebDriverAgentLib/Utilities/FBUnattachedAppLauncher.h +1 -2
  201. package/WebDriverAgentLib/Utilities/FBUnattachedAppLauncher.m +1 -2
  202. package/WebDriverAgentLib/Utilities/FBW3CActionsHelpers.h +1 -2
  203. package/WebDriverAgentLib/Utilities/FBW3CActionsHelpers.m +1 -2
  204. package/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.h +1 -2
  205. package/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m +1 -2
  206. package/WebDriverAgentLib/Utilities/FBWebServerParams.h +1 -2
  207. package/WebDriverAgentLib/Utilities/FBWebServerParams.m +1 -2
  208. package/WebDriverAgentLib/Utilities/FBXCAXClientProxy.h +1 -2
  209. package/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m +1 -2
  210. package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.h +1 -2
  211. package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m +1 -2
  212. package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.h +1 -2
  213. package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +1 -2
  214. package/WebDriverAgentLib/Utilities/FBXMLGenerationOptions.h +1 -2
  215. package/WebDriverAgentLib/Utilities/FBXMLGenerationOptions.m +1 -2
  216. package/WebDriverAgentLib/Utilities/FBXPath-Private.h +1 -2
  217. package/WebDriverAgentLib/Utilities/FBXPath.h +1 -2
  218. package/WebDriverAgentLib/Utilities/FBXPath.m +53 -15
  219. package/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.h +1 -2
  220. package/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.m +1 -2
  221. package/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.h +1 -2
  222. package/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.m +1 -2
  223. package/WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.h +1 -2
  224. package/WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.m +1 -2
  225. package/WebDriverAgentLib/WebDriverAgentLib.h +1 -2
  226. package/WebDriverAgentRunner/UITestingUITests.m +1 -2
  227. package/WebDriverAgentTests/IntegrationApp/Classes/AppDelegate.h +1 -2
  228. package/WebDriverAgentTests/IntegrationApp/Classes/AppDelegate.m +1 -2
  229. package/WebDriverAgentTests/IntegrationApp/Classes/FBAlertViewController.h +1 -2
  230. package/WebDriverAgentTests/IntegrationApp/Classes/FBAlertViewController.m +1 -2
  231. package/WebDriverAgentTests/IntegrationApp/Classes/FBNavigationController.h +1 -2
  232. package/WebDriverAgentTests/IntegrationApp/Classes/FBNavigationController.m +1 -2
  233. package/WebDriverAgentTests/IntegrationApp/Classes/FBScrollViewController.h +1 -2
  234. package/WebDriverAgentTests/IntegrationApp/Classes/FBScrollViewController.m +1 -2
  235. package/WebDriverAgentTests/IntegrationApp/Classes/FBTableDataSource.h +1 -2
  236. package/WebDriverAgentTests/IntegrationApp/Classes/FBTableDataSource.m +1 -2
  237. package/WebDriverAgentTests/IntegrationApp/Classes/TouchSpotView.h +1 -2
  238. package/WebDriverAgentTests/IntegrationApp/Classes/TouchSpotView.m +1 -2
  239. package/WebDriverAgentTests/IntegrationApp/Classes/TouchViewController.h +1 -2
  240. package/WebDriverAgentTests/IntegrationApp/Classes/TouchViewController.m +1 -2
  241. package/WebDriverAgentTests/IntegrationApp/Classes/TouchableView.h +1 -2
  242. package/WebDriverAgentTests/IntegrationApp/Classes/TouchableView.m +1 -2
  243. package/WebDriverAgentTests/IntegrationApp/Classes/ViewController.h +1 -2
  244. package/WebDriverAgentTests/IntegrationApp/Classes/ViewController.m +1 -2
  245. package/WebDriverAgentTests/IntegrationApp/main.m +1 -2
  246. package/WebDriverAgentTests/IntegrationTests/FBAlertTests.m +1 -2
  247. package/WebDriverAgentTests/IntegrationTests/FBAutoAlertsHandlerTests.m +1 -2
  248. package/WebDriverAgentTests/IntegrationTests/FBConfigurationTests.m +1 -2
  249. package/WebDriverAgentTests/IntegrationTests/FBElementAttributeTests.m +1 -2
  250. package/WebDriverAgentTests/IntegrationTests/FBElementSwipingTests.m +1 -2
  251. package/WebDriverAgentTests/IntegrationTests/FBElementVisibilityTests.m +1 -2
  252. package/WebDriverAgentTests/IntegrationTests/FBFailureProofTestCaseTests.m +1 -2
  253. package/WebDriverAgentTests/IntegrationTests/FBForceTouchTests.m +1 -2
  254. package/WebDriverAgentTests/IntegrationTests/FBImageProcessorTests.m +1 -2
  255. package/WebDriverAgentTests/IntegrationTests/FBIntegrationTestCase.h +1 -2
  256. package/WebDriverAgentTests/IntegrationTests/FBIntegrationTestCase.m +1 -2
  257. package/WebDriverAgentTests/IntegrationTests/FBKeyboardTests.m +1 -2
  258. package/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m +1 -2
  259. package/WebDriverAgentTests/IntegrationTests/FBPickerWheelSelectTests.m +1 -2
  260. package/WebDriverAgentTests/IntegrationTests/FBSafariAlertTests.m +1 -2
  261. package/WebDriverAgentTests/IntegrationTests/FBScreenTests.m +1 -2
  262. package/WebDriverAgentTests/IntegrationTests/FBScrollingTests.m +1 -2
  263. package/WebDriverAgentTests/IntegrationTests/FBSessionIntegrationTests.m +1 -2
  264. package/WebDriverAgentTests/IntegrationTests/FBTapTest.m +1 -2
  265. package/WebDriverAgentTests/IntegrationTests/FBTestMacros.h +1 -2
  266. package/WebDriverAgentTests/IntegrationTests/FBTypingTest.m +1 -2
  267. package/WebDriverAgentTests/IntegrationTests/FBVideoRecordingTests.m +1 -2
  268. package/WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m +1 -2
  269. package/WebDriverAgentTests/IntegrationTests/FBW3CTouchActionsIntegrationTests.m +1 -2
  270. package/WebDriverAgentTests/IntegrationTests/FBW3CTypeActionsTests.m +1 -2
  271. package/WebDriverAgentTests/IntegrationTests/FBXPathIntegrationTests.m +16 -2
  272. package/WebDriverAgentTests/IntegrationTests/XCElementSnapshotHelperTests.m +1 -2
  273. package/WebDriverAgentTests/IntegrationTests/XCElementSnapshotHitPointTests.m +1 -2
  274. package/WebDriverAgentTests/IntegrationTests/XCUIApplicationHelperTests.m +1 -2
  275. package/WebDriverAgentTests/IntegrationTests/XCUIDeviceHealthCheckTests.m +1 -2
  276. package/WebDriverAgentTests/IntegrationTests/XCUIDeviceHelperTests.m +1 -2
  277. package/WebDriverAgentTests/IntegrationTests/XCUIDeviceRotationTests.m +1 -2
  278. package/WebDriverAgentTests/IntegrationTests/XCUIElementAttributesTests.m +1 -2
  279. package/WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m +1 -2
  280. package/WebDriverAgentTests/IntegrationTests/XCUIElementHelperIntegrationTests.m +1 -2
  281. package/WebDriverAgentTests/UnitTests/Doubles/XCElementSnapshotDouble.h +1 -2
  282. package/WebDriverAgentTests/UnitTests/Doubles/XCElementSnapshotDouble.m +1 -2
  283. package/WebDriverAgentTests/UnitTests/Doubles/XCUIApplicationDouble.h +1 -2
  284. package/WebDriverAgentTests/UnitTests/Doubles/XCUIApplicationDouble.m +1 -2
  285. package/WebDriverAgentTests/UnitTests/Doubles/XCUIElementDouble.h +1 -2
  286. package/WebDriverAgentTests/UnitTests/Doubles/XCUIElementDouble.m +1 -2
  287. package/WebDriverAgentTests/UnitTests/FBClassChainTests.m +1 -2
  288. package/WebDriverAgentTests/UnitTests/FBConfigurationTests.m +1 -2
  289. package/WebDriverAgentTests/UnitTests/FBElementCacheTests.m +1 -2
  290. package/WebDriverAgentTests/UnitTests/FBElementTypeTransformerTests.m +1 -2
  291. package/WebDriverAgentTests/UnitTests/FBElementUtilitiesTests.m +1 -2
  292. package/WebDriverAgentTests/UnitTests/FBErrorBuilderTests.m +1 -2
  293. package/WebDriverAgentTests/UnitTests/FBExceptionHandlerTests.m +1 -2
  294. package/WebDriverAgentTests/UnitTests/FBLRUCacheTests.m +1 -2
  295. package/WebDriverAgentTests/UnitTests/FBMathUtilsTests.m +1 -2
  296. package/WebDriverAgentTests/UnitTests/FBProtocolHelpersTests.m +1 -2
  297. package/WebDriverAgentTests/UnitTests/FBRouteTests.m +1 -2
  298. package/WebDriverAgentTests/UnitTests/FBRunLoopSpinnerTests.m +1 -2
  299. package/WebDriverAgentTests/UnitTests/FBRuntimeUtilsTests.m +1 -2
  300. package/WebDriverAgentTests/UnitTests/FBSDKVersionTests.m +1 -2
  301. package/WebDriverAgentTests/UnitTests/FBSessionTests.m +1 -2
  302. package/WebDriverAgentTests/UnitTests/FBXMLSafeStringTests.m +1 -2
  303. package/WebDriverAgentTests/UnitTests/FBXPathTests.m +1 -2
  304. package/WebDriverAgentTests/UnitTests/NSDictionaryFBUtf8SafeTests.m +1 -2
  305. package/WebDriverAgentTests/UnitTests/NSExpressionFBFormatTests.m +1 -2
  306. package/WebDriverAgentTests/UnitTests/NSPredicateFBFormatTests.m +1 -2
  307. package/WebDriverAgentTests/UnitTests/XCUIElementHelpersTests.m +1 -2
  308. package/WebDriverAgentTests/UnitTests_tvOS/Doubles/XCUIElementDouble.h +1 -2
  309. package/WebDriverAgentTests/UnitTests_tvOS/Doubles/XCUIElementDouble.m +1 -2
  310. package/WebDriverAgentTests/UnitTests_tvOS/FBTVNavigationTrackerTests.m +1 -2
  311. package/build/lib/webdriveragent.js +4 -0
  312. package/build/lib/webdriveragent.js.map +1 -1
  313. package/build/lib/xcodebuild.js +2 -0
  314. package/build/lib/xcodebuild.js.map +1 -1
  315. package/package.json +1 -1
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "FBXPath.h"
@@ -17,12 +16,15 @@
17
16
  #import "FBXMLGenerationOptions.h"
18
17
  #import "FBXCElementSnapshotWrapper+Helpers.h"
19
18
  #import "NSString+FBXMLSafeString.h"
19
+ #import "XCUIApplication.h"
20
20
  #import "XCUIElement.h"
21
21
  #import "XCUIElement+FBCaching.h"
22
22
  #import "XCUIElement+FBUtilities.h"
23
23
  #import "XCUIElement+FBWebDriverAttributes.h"
24
24
  #import "XCTestPrivateSymbols.h"
25
25
  #import "FBElementHelpers.h"
26
+ #import "FBXCAXClientProxy.h"
27
+ #import "FBXCAccessibilityElement.h"
26
28
 
27
29
 
28
30
  @interface FBElementAttribute : NSObject
@@ -33,6 +35,7 @@
33
35
  + (nullable NSString *)valueForElement:(id<FBElement>)element;
34
36
 
35
37
  + (int)recordWithWriter:(xmlTextWriterPtr)writer forElement:(id<FBElement>)element;
38
+ + (int)recordWithWriter:(xmlTextWriterPtr)writer forValue:(nullable NSString *)value;
36
39
 
37
40
  + (NSArray<Class> *)supportedAttributes;
38
41
 
@@ -98,7 +101,13 @@
98
101
 
99
102
  @property (nonatomic, nonnull, readonly) NSString* indexValue;
100
103
 
101
- + (int)recordWithWriter:(xmlTextWriterPtr)writer forValue:(NSString *)value;
104
+ @end
105
+
106
+ @interface FBApplicationBundleIdAttribute : FBElementAttribute
107
+
108
+ @end
109
+
110
+ @interface FBApplicationPidAttribute : FBElementAttribute
102
111
 
103
112
  @end
104
113
 
@@ -472,6 +481,27 @@ static NSString *const topNodeIndexPath = @"top";
472
481
  // index path is the special case
473
482
  return [FBInternalIndexAttribute recordWithWriter:writer forValue:indexPath];
474
483
  }
484
+ if (element.elementType == XCUIElementTypeApplication) {
485
+ // only record process identifier and bundle identifier for the application element
486
+ int pid = [element.accessibilityElement processIdentifier];
487
+ if (pid > 0) {
488
+ int rc = [FBApplicationPidAttribute recordWithWriter:writer
489
+ forValue:[NSString stringWithFormat:@"%d", pid]];
490
+ if (rc < 0) {
491
+ return rc;
492
+ }
493
+ XCUIApplication *app = [[FBXCAXClientProxy sharedClient]
494
+ monitoredApplicationWithProcessIdentifier:pid];
495
+ NSString *bundleID = [app bundleID];
496
+ if (nil != bundleID) {
497
+ rc = [FBApplicationBundleIdAttribute recordWithWriter:writer
498
+ forValue:bundleID];
499
+ if (rc < 0) {
500
+ return rc;
501
+ }
502
+ }
503
+ }
504
+ }
475
505
  return 0;
476
506
  }
477
507
 
@@ -585,6 +615,11 @@ static NSString *const FBAbstractMethodInvocationException = @"AbstractMethodInv
585
615
  + (int)recordWithWriter:(xmlTextWriterPtr)writer forElement:(id<FBElement>)element
586
616
  {
587
617
  NSString *value = [self valueForElement:element];
618
+ return [self recordWithWriter:writer forValue:value];
619
+ }
620
+
621
+ + (int)recordWithWriter:(xmlTextWriterPtr)writer forValue:(nullable NSString *)value
622
+ {
588
623
  if (nil == value) {
589
624
  // Skip the attribute if the value equals to nil
590
625
  return 0;
@@ -830,22 +865,25 @@ static NSString *const FBAbstractMethodInvocationException = @"AbstractMethodInv
830
865
  return kXMLIndexPathKey;
831
866
  }
832
867
 
833
- + (int)recordWithWriter:(xmlTextWriterPtr)writer forValue:(NSString *)value
868
+ @end
869
+
870
+ @implementation FBApplicationBundleIdAttribute : FBElementAttribute
871
+
872
+ + (NSString *)name
834
873
  {
835
- if (nil == value) {
836
- // Skip the attribute if the value equals to nil
837
- return 0;
838
- }
839
- int rc = xmlTextWriterWriteAttribute(writer,
840
- (xmlChar *)[[FBXPath safeXmlStringWithString:[self name]] UTF8String],
841
- (xmlChar *)[[FBXPath safeXmlStringWithString:value] UTF8String]);
842
- if (rc < 0) {
843
- [FBLogger logFmt:@"Failed to invoke libxml2>xmlTextWriterWriteAttribute(%@='%@'). Error code: %d", [self name], value, rc];
844
- }
845
- return rc;
874
+ return @"bundleId";
846
875
  }
876
+
847
877
  @end
848
878
 
879
+ @implementation FBApplicationPidAttribute : FBElementAttribute
880
+
881
+ + (NSString *)name
882
+ {
883
+ return @"processId";
884
+ }
885
+
886
+ @end
849
887
 
850
888
  @implementation FBPlaceholderValueAttribute
851
889
 
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <Foundation/Foundation.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "NSPredicate+FBFormat.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <Foundation/Foundation.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "XCTestPrivateSymbols.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <Foundation/Foundation.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "XCUIApplicationProcessDelay.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <UIKit/UIKit.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <UIKit/UIKit.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "AppDelegate.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <UIKit/UIKit.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "FBAlertViewController.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
  #import <UIKit/UIKit.h>
10
9
 
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "FBNavigationController.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <UIKit/UIKit.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "FBScrollViewController.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <UIKit/UIKit.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "FBTableDataSource.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <UIKit/UIKit.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "TouchSpotView.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <UIKit/UIKit.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "TouchViewController.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <UIKit/UIKit.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "TouchableView.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <UIKit/UIKit.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import "ViewController.h"
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <UIKit/UIKit.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <XCTest/XCTest.h>
@@ -3,8 +3,7 @@
3
3
  * All rights reserved.
4
4
  *
5
5
  * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
6
+ * LICENSE file in the root directory of this source tree.
8
7
  */
9
8
 
10
9
  #import <WebDriverAgentLib/FBRunLoopSpinner.h>