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 <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>
|
|
@@ -13,9 +12,11 @@
|
|
|
13
12
|
#import "FBMacros.h"
|
|
14
13
|
#import "FBTestMacros.h"
|
|
15
14
|
#import "FBXPath.h"
|
|
15
|
+
#import "FBXCAccessibilityElement.h"
|
|
16
16
|
#import "FBXCodeCompatibility.h"
|
|
17
17
|
#import "FBXCElementSnapshotWrapper+Helpers.h"
|
|
18
18
|
#import "FBXMLGenerationOptions.h"
|
|
19
|
+
#import "XCUIApplication.h"
|
|
19
20
|
#import "XCUIElement.h"
|
|
20
21
|
#import "XCUIElement+FBFind.h"
|
|
21
22
|
#import "XCUIElement+FBUtilities.h"
|
|
@@ -50,6 +51,19 @@
|
|
|
50
51
|
return snapshot;
|
|
51
52
|
}
|
|
52
53
|
|
|
54
|
+
- (void)testApplicationNodeXMLRepresentation
|
|
55
|
+
{
|
|
56
|
+
id<FBXCElementSnapshot> snapshot = [self.testedApplication fb_customSnapshot];
|
|
57
|
+
snapshot.children = @[];
|
|
58
|
+
FBXCElementSnapshotWrapper *wrappedSnapshot = [FBXCElementSnapshotWrapper ensureWrapped:snapshot];
|
|
59
|
+
NSString *xmlStr = [FBXPath xmlStringWithRootElement:wrappedSnapshot
|
|
60
|
+
options:nil];
|
|
61
|
+
int pid = [snapshot.accessibilityElement processIdentifier];
|
|
62
|
+
XCTAssertNotNil(xmlStr);
|
|
63
|
+
NSString *expectedXml = [NSString stringWithFormat:@"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<%@ type=\"%@\" name=\"%@\" label=\"%@\" enabled=\"%@\" visible=\"%@\" accessible=\"%@\" x=\"%@\" y=\"%@\" width=\"%@\" height=\"%@\" index=\"%lu\" traits=\"%@\" processId=\"%d\" bundleId=\"%@\"/>\n", wrappedSnapshot.wdType, wrappedSnapshot.wdType, wrappedSnapshot.wdName, wrappedSnapshot.wdLabel, FBBoolToString(wrappedSnapshot.wdEnabled), FBBoolToString(wrappedSnapshot.wdVisible), FBBoolToString(wrappedSnapshot.wdAccessible), [wrappedSnapshot.wdRect[@"x"] stringValue], [wrappedSnapshot.wdRect[@"y"] stringValue], [wrappedSnapshot.wdRect[@"width"] stringValue], [wrappedSnapshot.wdRect[@"height"] stringValue], wrappedSnapshot.wdIndex, wrappedSnapshot.wdTraits, pid, [self.testedApplication bundleID]];
|
|
64
|
+
XCTAssertEqualObjects(xmlStr, expectedXml);
|
|
65
|
+
}
|
|
66
|
+
|
|
53
67
|
- (void)testSingleDescendantXMLRepresentation
|
|
54
68
|
{
|
|
55
69
|
id<FBXCElementSnapshot> snapshot = self.destinationSnapshot;
|
|
@@ -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 "FBIntegrationTestCase.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 "XCElementSnapshotDouble.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 "XCUIApplicationDouble.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 "XCUIElementDouble.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
|
|
|
@@ -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 <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 "XCUIElementDouble.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>
|
|
@@ -27,6 +27,10 @@ const WDA_CF_BUNDLE_NAME = 'WebDriverAgentRunner-Runner';
|
|
|
27
27
|
const SHARED_RESOURCES_GUARD = new async_lock_1.default();
|
|
28
28
|
const RECENT_MODULE_VERSION_ITEM_NAME = 'recentWdaModuleVersion';
|
|
29
29
|
class WebDriverAgent {
|
|
30
|
+
/** @type {string} */
|
|
31
|
+
bootstrapPath;
|
|
32
|
+
/** @type {string} */
|
|
33
|
+
agentPath;
|
|
30
34
|
/**
|
|
31
35
|
* @param {import('appium-xcode').XcodeVersion} xcodeVersion
|
|
32
36
|
* // TODO: make args typed
|