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.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/Scripts/build.sh +1 -2
- package/WebDriverAgentLib/Categories/FBXCElementSnapshotWrapper+Helpers.h +1 -2
- package/WebDriverAgentLib/Categories/FBXCElementSnapshotWrapper+Helpers.m +1 -2
- package/WebDriverAgentLib/Categories/NSDictionary+FBUtf8SafeDictionary.h +1 -2
- package/WebDriverAgentLib/Categories/NSDictionary+FBUtf8SafeDictionary.m +1 -2
- package/WebDriverAgentLib/Categories/NSExpression+FBFormat.h +1 -2
- package/WebDriverAgentLib/Categories/NSExpression+FBFormat.m +1 -2
- package/WebDriverAgentLib/Categories/NSString+FBVisualLength.h +1 -2
- package/WebDriverAgentLib/Categories/NSString+FBVisualLength.m +1 -2
- package/WebDriverAgentLib/Categories/NSString+FBXMLSafeString.h +1 -2
- package/WebDriverAgentLib/Categories/NSString+FBXMLSafeString.m +1 -2
- package/WebDriverAgentLib/Categories/XCAXClient_iOS+FBSnapshotReqParams.h +1 -2
- package/WebDriverAgentLib/Categories/XCAXClient_iOS+FBSnapshotReqParams.m +1 -2
- package/WebDriverAgentLib/Categories/XCTIssue+FBPatcher.h +1 -2
- package/WebDriverAgentLib/Categories/XCTIssue+FBPatcher.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBFocused.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBQuiescence.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBQuiescence.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBUIInterruptions.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBUIInterruptions.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHealthCheck.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHealthCheck.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBRotation.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBRotation.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBAccessibility.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBAccessibility.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBCaching.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBCaching.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBFind.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBFind.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBIsVisible.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBIsVisible.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBMinMax.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBMinMax.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBPickerWheel.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBPickerWheel.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBResolve.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBResolve.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBSwiping.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBSwiping.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBTVFocuse.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBTVFocuse.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBUID.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBUID.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBVisibleFrame.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBVisibleFrame.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.m +1 -2
- package/WebDriverAgentLib/Commands/FBAlertViewCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBAlertViewCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBCustomCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBCustomCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBDebugCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBDebugCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBElementCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBElementCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBFindElementCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBFindElementCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBOrientationCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBOrientationCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBScreenshotCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBScreenshotCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBSessionCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBSessionCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBTouchActionCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBTouchActionCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBTouchIDCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBTouchIDCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBUnknownCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBUnknownCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBVideoCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBVideoCommands.m +1 -2
- package/WebDriverAgentLib/FBAlert.h +1 -2
- package/WebDriverAgentLib/FBAlert.m +1 -2
- package/WebDriverAgentLib/Info.plist +2 -2
- package/WebDriverAgentLib/Routing/FBCommandHandler.h +1 -2
- package/WebDriverAgentLib/Routing/FBCommandStatus.h +1 -2
- package/WebDriverAgentLib/Routing/FBCommandStatus.m +1 -2
- package/WebDriverAgentLib/Routing/FBElement.h +1 -2
- package/WebDriverAgentLib/Routing/FBElementCache.h +1 -2
- package/WebDriverAgentLib/Routing/FBElementCache.m +1 -2
- package/WebDriverAgentLib/Routing/FBElementUtils.h +1 -2
- package/WebDriverAgentLib/Routing/FBElementUtils.m +1 -2
- package/WebDriverAgentLib/Routing/FBExceptionHandler.h +1 -2
- package/WebDriverAgentLib/Routing/FBExceptionHandler.m +1 -2
- package/WebDriverAgentLib/Routing/FBExceptions.h +1 -2
- package/WebDriverAgentLib/Routing/FBExceptions.m +1 -2
- package/WebDriverAgentLib/Routing/FBResponseJSONPayload.h +1 -2
- package/WebDriverAgentLib/Routing/FBResponseJSONPayload.m +1 -2
- package/WebDriverAgentLib/Routing/FBResponsePayload.h +1 -2
- package/WebDriverAgentLib/Routing/FBResponsePayload.m +1 -2
- package/WebDriverAgentLib/Routing/FBRoute.h +1 -2
- package/WebDriverAgentLib/Routing/FBRoute.m +1 -2
- package/WebDriverAgentLib/Routing/FBRouteRequest-Private.h +1 -2
- package/WebDriverAgentLib/Routing/FBRouteRequest.h +1 -2
- package/WebDriverAgentLib/Routing/FBRouteRequest.m +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingContainer.h +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingContainer.m +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingPromise.h +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingPromise.m +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingRequest.h +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingRequest.m +1 -2
- package/WebDriverAgentLib/Routing/FBSession-Private.h +1 -2
- package/WebDriverAgentLib/Routing/FBSession.h +1 -2
- package/WebDriverAgentLib/Routing/FBSession.m +1 -2
- package/WebDriverAgentLib/Routing/FBTCPSocket.h +1 -2
- package/WebDriverAgentLib/Routing/FBTCPSocket.m +1 -2
- package/WebDriverAgentLib/Routing/FBWebServer.h +1 -2
- package/WebDriverAgentLib/Routing/FBWebServer.m +1 -2
- package/WebDriverAgentLib/Routing/FBXCAccessibilityElement.h +1 -2
- package/WebDriverAgentLib/Routing/FBXCAccessibilityElement.m +1 -2
- package/WebDriverAgentLib/Routing/FBXCDeviceEvent.h +1 -2
- package/WebDriverAgentLib/Routing/FBXCDeviceEvent.m +1 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshot.h +1 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshot.m +1 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshotWrapper.h +1 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshotWrapper.m +1 -2
- package/WebDriverAgentLib/Utilities/FBAccessibilityTraits.h +1 -2
- package/WebDriverAgentLib/Utilities/FBAccessibilityTraits.m +1 -2
- package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.h +1 -2
- package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.m +1 -2
- package/WebDriverAgentLib/Utilities/FBAlertsMonitor.h +1 -2
- package/WebDriverAgentLib/Utilities/FBAlertsMonitor.m +1 -2
- package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.h +1 -2
- package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.m +1 -2
- package/WebDriverAgentLib/Utilities/FBCapabilities.h +1 -2
- package/WebDriverAgentLib/Utilities/FBCapabilities.m +1 -2
- package/WebDriverAgentLib/Utilities/FBClassChainQueryParser.h +1 -2
- package/WebDriverAgentLib/Utilities/FBClassChainQueryParser.m +1 -2
- package/WebDriverAgentLib/Utilities/FBConfiguration.h +1 -2
- package/WebDriverAgentLib/Utilities/FBConfiguration.m +1 -2
- package/WebDriverAgentLib/Utilities/FBDebugLogDelegateDecorator.h +1 -2
- package/WebDriverAgentLib/Utilities/FBDebugLogDelegateDecorator.m +1 -2
- package/WebDriverAgentLib/Utilities/FBElementHelpers.h +1 -2
- package/WebDriverAgentLib/Utilities/FBElementHelpers.m +1 -2
- package/WebDriverAgentLib/Utilities/FBElementTypeTransformer.h +1 -2
- package/WebDriverAgentLib/Utilities/FBElementTypeTransformer.m +1 -2
- package/WebDriverAgentLib/Utilities/FBErrorBuilder.h +1 -2
- package/WebDriverAgentLib/Utilities/FBErrorBuilder.m +1 -2
- package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.h +1 -2
- package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m +1 -2
- package/WebDriverAgentLib/Utilities/FBImageProcessor.h +1 -2
- package/WebDriverAgentLib/Utilities/FBImageProcessor.m +1 -2
- package/WebDriverAgentLib/Utilities/FBImageUtils.h +1 -2
- package/WebDriverAgentLib/Utilities/FBImageUtils.m +1 -2
- package/WebDriverAgentLib/Utilities/FBKeyboard.h +1 -2
- package/WebDriverAgentLib/Utilities/FBKeyboard.m +1 -2
- package/WebDriverAgentLib/Utilities/FBLogger.h +1 -2
- package/WebDriverAgentLib/Utilities/FBLogger.m +1 -2
- package/WebDriverAgentLib/Utilities/FBMacros.h +1 -2
- package/WebDriverAgentLib/Utilities/FBMathUtils.h +1 -2
- package/WebDriverAgentLib/Utilities/FBMathUtils.m +1 -2
- package/WebDriverAgentLib/Utilities/FBMjpegServer.h +1 -2
- package/WebDriverAgentLib/Utilities/FBMjpegServer.m +1 -2
- package/WebDriverAgentLib/Utilities/FBNotificationsHelper.h +1 -2
- package/WebDriverAgentLib/Utilities/FBNotificationsHelper.m +1 -2
- package/WebDriverAgentLib/Utilities/FBPasteboard.h +1 -2
- package/WebDriverAgentLib/Utilities/FBPasteboard.m +1 -2
- package/WebDriverAgentLib/Utilities/FBProtocolHelpers.h +1 -2
- package/WebDriverAgentLib/Utilities/FBProtocolHelpers.m +1 -2
- package/WebDriverAgentLib/Utilities/FBReflectionUtils.h +1 -2
- package/WebDriverAgentLib/Utilities/FBReflectionUtils.m +1 -2
- package/WebDriverAgentLib/Utilities/FBRunLoopSpinner.h +1 -2
- package/WebDriverAgentLib/Utilities/FBRunLoopSpinner.m +1 -2
- package/WebDriverAgentLib/Utilities/FBRuntimeUtils.h +1 -2
- package/WebDriverAgentLib/Utilities/FBRuntimeUtils.m +1 -2
- package/WebDriverAgentLib/Utilities/FBScreen.h +1 -2
- package/WebDriverAgentLib/Utilities/FBScreen.m +1 -2
- package/WebDriverAgentLib/Utilities/FBScreenshot.h +1 -2
- package/WebDriverAgentLib/Utilities/FBScreenshot.m +1 -2
- package/WebDriverAgentLib/Utilities/FBSettings.h +1 -2
- package/WebDriverAgentLib/Utilities/FBSettings.m +1 -2
- package/WebDriverAgentLib/Utilities/FBTVNavigationTracker-Private.h +1 -2
- package/WebDriverAgentLib/Utilities/FBTVNavigationTracker.h +1 -2
- package/WebDriverAgentLib/Utilities/FBTVNavigationTracker.m +1 -2
- package/WebDriverAgentLib/Utilities/FBUnattachedAppLauncher.h +1 -2
- package/WebDriverAgentLib/Utilities/FBUnattachedAppLauncher.m +1 -2
- package/WebDriverAgentLib/Utilities/FBW3CActionsHelpers.h +1 -2
- package/WebDriverAgentLib/Utilities/FBW3CActionsHelpers.m +1 -2
- package/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.h +1 -2
- package/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m +1 -2
- package/WebDriverAgentLib/Utilities/FBWebServerParams.h +1 -2
- package/WebDriverAgentLib/Utilities/FBWebServerParams.m +1 -2
- package/WebDriverAgentLib/Utilities/FBXCAXClientProxy.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m +1 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m +1 -2
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +1 -2
- package/WebDriverAgentLib/Utilities/FBXMLGenerationOptions.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXMLGenerationOptions.m +1 -2
- package/WebDriverAgentLib/Utilities/FBXPath-Private.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXPath.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXPath.m +53 -15
- package/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.h +1 -2
- package/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.m +1 -2
- package/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.h +1 -2
- package/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.m +1 -2
- package/WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.h +1 -2
- package/WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.m +1 -2
- package/WebDriverAgentLib/WebDriverAgentLib.h +1 -2
- package/WebDriverAgentRunner/UITestingUITests.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/AppDelegate.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/AppDelegate.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBAlertViewController.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBAlertViewController.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBNavigationController.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBNavigationController.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBScrollViewController.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBScrollViewController.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBTableDataSource.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBTableDataSource.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchSpotView.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchSpotView.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchViewController.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchViewController.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchableView.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchableView.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/ViewController.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/ViewController.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/main.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBAlertTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBAutoAlertsHandlerTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBConfigurationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBElementAttributeTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBElementSwipingTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBElementVisibilityTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBFailureProofTestCaseTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBForceTouchTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBImageProcessorTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBIntegrationTestCase.h +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBIntegrationTestCase.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBKeyboardTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBPickerWheelSelectTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBSafariAlertTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBScreenTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBScrollingTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBSessionIntegrationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBTapTest.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBTestMacros.h +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBTypingTest.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBVideoRecordingTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBW3CTouchActionsIntegrationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBW3CTypeActionsTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBXPathIntegrationTests.m +16 -2
- package/WebDriverAgentTests/IntegrationTests/XCElementSnapshotHelperTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCElementSnapshotHitPointTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIApplicationHelperTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIDeviceHealthCheckTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIDeviceHelperTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIDeviceRotationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIElementAttributesTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIElementHelperIntegrationTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCElementSnapshotDouble.h +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCElementSnapshotDouble.m +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCUIApplicationDouble.h +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCUIApplicationDouble.m +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCUIElementDouble.h +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCUIElementDouble.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBClassChainTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBConfigurationTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBElementCacheTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBElementTypeTransformerTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBElementUtilitiesTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBErrorBuilderTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBExceptionHandlerTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBLRUCacheTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBMathUtilsTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBProtocolHelpersTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBRouteTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBRunLoopSpinnerTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBRuntimeUtilsTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBSDKVersionTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBSessionTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBXMLSafeStringTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBXPathTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/NSDictionaryFBUtf8SafeTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/NSExpressionFBFormatTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/NSPredicateFBFormatTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/XCUIElementHelpersTests.m +1 -2
- package/WebDriverAgentTests/UnitTests_tvOS/Doubles/XCUIElementDouble.h +1 -2
- package/WebDriverAgentTests/UnitTests_tvOS/Doubles/XCUIElementDouble.m +1 -2
- package/WebDriverAgentTests/UnitTests_tvOS/FBTVNavigationTrackerTests.m +1 -2
- package/build/lib/webdriveragent.js +4 -0
- package/build/lib/webdriveragent.js.map +1 -1
- package/build/lib/xcodebuild.js +2 -0
- package/build/lib/xcodebuild.js.map +1 -1
- 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.
|
|
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
|
-
|
|
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
|
-
|
|
868
|
+
@end
|
|
869
|
+
|
|
870
|
+
@implementation FBApplicationBundleIdAttribute : FBElementAttribute
|
|
871
|
+
|
|
872
|
+
+ (NSString *)name
|
|
834
873
|
{
|
|
835
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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>
|