appium-webdriveragent 10.1.0 → 10.1.2
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 +3 -4
- 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 +1 -2
- 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 +1 -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
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [10.1.2](https://github.com/appium/WebDriverAgent/compare/v10.1.1...v10.1.2) (2025-10-08)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Skip staleness checks for subelement lookups ([#1063](https://github.com/appium/WebDriverAgent/issues/1063)) ([ada7760](https://github.com/appium/WebDriverAgent/commit/ada77604f9fa9bfc85c61cabbd2a9f4de00aceb9))
|
|
6
|
+
|
|
7
|
+
## [10.1.1](https://github.com/appium/WebDriverAgent/compare/v10.1.0...v10.1.1) (2025-09-12)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* remove patents file ([#1061](https://github.com/appium/WebDriverAgent/issues/1061)) ([b001c4e](https://github.com/appium/WebDriverAgent/commit/b001c4e39ef71cb8b91ef7391b418f32a7ebe21c))
|
|
12
|
+
|
|
1
13
|
## [10.1.0](https://github.com/appium/WebDriverAgent/compare/v10.0.1...v10.1.0) (2025-09-03)
|
|
2
14
|
|
|
3
15
|
### Features
|
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ Then, you find `WebDriverAgentRunner-Runner-sim-<version>.zip` for iOS and `Web
|
|
|
40
40
|
|
|
41
41
|
## License
|
|
42
42
|
|
|
43
|
-
[`WebDriverAgent` is BSD-licensed](LICENSE).
|
|
43
|
+
[`WebDriverAgent` is BSD-licensed](LICENSE).
|
|
44
44
|
|
|
45
45
|
## Third Party Sources
|
|
46
46
|
|
package/Scripts/build.sh
CHANGED
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
# All rights reserved.
|
|
5
5
|
#
|
|
6
6
|
# This source code is licensed under the BSD-style license found in the
|
|
7
|
-
# LICENSE file in the root directory of this source tree.
|
|
8
|
-
# of patent rights can be found in the PATENTS file in the same directory.
|
|
7
|
+
# LICENSE file in the root directory of this source tree.
|
|
9
8
|
#
|
|
10
9
|
|
|
11
10
|
set -ex
|
|
@@ -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 "FBXCElementSnapshotWrapper.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 "FBXCElementSnapshotWrapper+Helpers.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 "NSDictionary+FBUtf8SafeDictionary.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 "NSExpression+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 "NSString+FBVisualLength.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 "NSString+FBXMLSafeString.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 "XCAXClient_iOS+FBSnapshotReqParams.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 "XCTIssue+FBPatcher.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 "XCUIApplication+FBAlert.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 "XCUIApplication+FBHelpers.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 "XCUIApplication+FBQuiescence.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
|
|
|
@@ -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 "XCUIApplication+FBUIInterruptions.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 "XCUIApplicationProcess+FBQuiescence.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 "XCUIDevice+FBHealthCheck.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 "XCUIDevice+FBHelpers.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 "XCUIDevice+FBRotation.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/XCUIElement.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 "XCUIElement+FBAccessibility.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 "XCUIElement+FBCaching.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 "XCUIElement+FBClassChain.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
|
|
|
@@ -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/XCUIElement.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 "XCUIElement+FBForceTouch.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/FBXCElementSnapshotWrapper.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 "XCUIElement+FBIsVisible.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/FBXCElementSnapshotWrapper.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 "FBLogger.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/XCUIElement.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 "XCUIElement+FBPickerWheel.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 "XCUIElement+FBResolve.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/XCUIElement.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 "XCUIElement+FBScrolling.h"
|