browserstack-node-sdk 1.49.11 → 1.49.12
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/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a143_0x3683(_0x397163,_0x4eab55){var _0x35ecd5=a143_0x35ec();return a143_0x3683=function(_0x368317,_0x26721a){_0x368317=_0x368317-0x10f;var _0x44b11c=_0x35ecd5[_0x368317];return _0x44b11c;},a143_0x3683(_0x397163,_0x4eab55);}(function(_0x3ae1c3,_0x4386d1){var _0x328456=a143_0x3683,_0xb065dc=_0x3ae1c3();while(!![]){try{var _0x3f13eb=-parseInt(_0x328456(0x18f))/0x1*(parseInt(_0x328456(0x138))/0x2)+-parseInt(_0x328456(0x158))/0x3*(parseInt(_0x328456(0x19a))/0x4)+parseInt(_0x328456(0x135))/0x5*(-parseInt(_0x328456(0x126))/0x6)+-parseInt(_0x328456(0x1a2))/0x7*(-parseInt(_0x328456(0x12b))/0x8)+-parseInt(_0x328456(0x199))/0x9+parseInt(_0x328456(0x151))/0xa*(parseInt(_0x328456(0x190))/0xb)+parseInt(_0x328456(0x15c))/0xc*(parseInt(_0x328456(0x11d))/0xd);if(_0x3f13eb===_0x4386d1)break;else _0xb065dc['push'](_0xb065dc['shift']());}catch(_0x4efbbd){_0xb065dc['push'](_0xb065dc['shift']());}}}(a143_0x35ec,0x55794),exports['W3CMapping']=()=>{var _0x3e1ef6=a143_0x3683,_0x29b8a2={};_0x29b8a2[_0x3e1ef6(0x162)]=_0x3e1ef6(0x156),_0x29b8a2[_0x3e1ef6(0x13a)]='accessKey',_0x29b8a2[_0x3e1ef6(0x178)]=_0x3e1ef6(0x148),_0x29b8a2[_0x3e1ef6(0x13e)]=_0x3e1ef6(0x166),_0x29b8a2[_0x3e1ef6(0x167)]=_0x3e1ef6(0x13b),_0x29b8a2[_0x3e1ef6(0x128)]=_0x3e1ef6(0x153),_0x29b8a2[_0x3e1ef6(0x18b)]=_0x3e1ef6(0x1a3),_0x29b8a2[_0x3e1ef6(0x11f)]=_0x3e1ef6(0x15b),_0x29b8a2[_0x3e1ef6(0x179)]=_0x3e1ef6(0x12c),_0x29b8a2[_0x3e1ef6(0x13d)]='local',_0x29b8a2[_0x3e1ef6(0x134)]=_0x3e1ef6(0x11e),_0x29b8a2[_0x3e1ef6(0x127)]=_0x3e1ef6(0x139),_0x29b8a2[_0x3e1ef6(0x144)]=_0x3e1ef6(0x195),_0x29b8a2[_0x3e1ef6(0x177)]=_0x3e1ef6(0x18a),_0x29b8a2['pnHIy']=_0x3e1ef6(0x132),_0x29b8a2[_0x3e1ef6(0x15d)]=_0x3e1ef6(0x112),_0x29b8a2[_0x3e1ef6(0x18d)]='video',_0x29b8a2[_0x3e1ef6(0x142)]=_0x3e1ef6(0x147),_0x29b8a2['ApMao']=_0x3e1ef6(0x16c),_0x29b8a2['LKhdp']=_0x3e1ef6(0x133),_0x29b8a2[_0x3e1ef6(0x15f)]=_0x3e1ef6(0x122),_0x29b8a2[_0x3e1ef6(0x14b)]='resolution',_0x29b8a2[_0x3e1ef6(0x19e)]=_0x3e1ef6(0x114),_0x29b8a2[_0x3e1ef6(0x116)]='maskCommands',_0x29b8a2[_0x3e1ef6(0x157)]='idleTimeout',_0x29b8a2[_0x3e1ef6(0x12a)]=_0x3e1ef6(0x11a),_0x29b8a2[_0x3e1ef6(0x165)]='autoWait',_0x29b8a2[_0x3e1ef6(0x17f)]=_0x3e1ef6(0x187),_0x29b8a2['NIcop']=_0x3e1ef6(0x14a),_0x29b8a2[_0x3e1ef6(0x110)]='wsLocalSupport',_0x29b8a2[_0x3e1ef6(0x120)]=_0x3e1ef6(0x19b),_0x29b8a2[_0x3e1ef6(0x16b)]=_0x3e1ef6(0x160),_0x29b8a2[_0x3e1ef6(0x170)]='realMobile',_0x29b8a2['CxAkf']=_0x3e1ef6(0x193),_0x29b8a2[_0x3e1ef6(0x172)]=_0x3e1ef6(0x124),_0x29b8a2[_0x3e1ef6(0x13c)]='customNetwork',_0x29b8a2[_0x3e1ef6(0x131)]=_0x3e1ef6(0x14c),_0x29b8a2[_0x3e1ef6(0x169)]=_0x3e1ef6(0x18e),_0x29b8a2[_0x3e1ef6(0x188)]=_0x3e1ef6(0x194),_0x29b8a2['Absvd']=_0x3e1ef6(0x171),_0x29b8a2[_0x3e1ef6(0x19c)]=_0x3e1ef6(0x10f),_0x29b8a2[_0x3e1ef6(0x146)]=_0x3e1ef6(0x19d),_0x29b8a2['QwkaR']=_0x3e1ef6(0x191),_0x29b8a2['vyWxj']=_0x3e1ef6(0x197),_0x29b8a2[_0x3e1ef6(0x130)]='accessibilityOptions.scannerProcessingTimeout',_0x29b8a2[_0x3e1ef6(0x159)]=_0x3e1ef6(0x140),_0x29b8a2['mQwml']='accessibilityOptions.includeIssueType.needsReview',_0x29b8a2[_0x3e1ef6(0x111)]=_0x3e1ef6(0x14e),_0x29b8a2[_0x3e1ef6(0x141)]=_0x3e1ef6(0x13f),_0x29b8a2[_0x3e1ef6(0x185)]=_0x3e1ef6(0x155),_0x29b8a2[_0x3e1ef6(0x149)]=_0x3e1ef6(0x113),_0x29b8a2[_0x3e1ef6(0x15a)]=_0x3e1ef6(0x175),_0x29b8a2[_0x3e1ef6(0x123)]='overridelocalInfo.userAuthToken',_0x29b8a2['McEWX']=_0x3e1ef6(0x17d),_0x29b8a2[_0x3e1ef6(0x161)]=_0x3e1ef6(0x1a0),_0x29b8a2[_0x3e1ef6(0x180)]='performance';var _0xf57e0c=_0x29b8a2,_0x1d1c65={};return _0x1d1c65[_0x3e1ef6(0x117)]=_0xf57e0c[_0x3e1ef6(0x162)],_0x1d1c65[_0x3e1ef6(0x184)]=_0xf57e0c[_0x3e1ef6(0x13a)],_0x1d1c65['os']='os',_0x1d1c65[_0x3e1ef6(0x150)]=_0xf57e0c[_0x3e1ef6(0x178)],_0x1d1c65['browser']=_0xf57e0c['fkjtj'],_0x1d1c65[_0x3e1ef6(0x125)]=_0xf57e0c[_0x3e1ef6(0x167)],_0x1d1c65['browserstack.use_w3c']=_0xf57e0c[_0x3e1ef6(0x128)],_0x1d1c65['project']=_0xf57e0c[_0x3e1ef6(0x18b)],_0x1d1c65[_0x3e1ef6(0x168)]=_0xf57e0c[_0x3e1ef6(0x11f)],_0x1d1c65[_0x3e1ef6(0x137)]=_0xf57e0c[_0x3e1ef6(0x179)],_0x1d1c65[_0x3e1ef6(0x11c)]=_0xf57e0c[_0x3e1ef6(0x13d)],_0x1d1c65[_0x3e1ef6(0x119)]=_0xf57e0c[_0x3e1ef6(0x134)],_0x1d1c65[_0x3e1ef6(0x189)]=_0xf57e0c[_0x3e1ef6(0x127)],_0x1d1c65['browserstack.console']=_0xf57e0c['YUfCM'],_0x1d1c65[_0x3e1ef6(0x152)]=_0xf57e0c[_0x3e1ef6(0x177)],_0x1d1c65[_0x3e1ef6(0x16e)]=_0xf57e0c[_0x3e1ef6(0x196)],_0x1d1c65['browserstack.appiumLogs']=_0xf57e0c['AymVC'],_0x1d1c65['browserstack.video']=_0xf57e0c[_0x3e1ef6(0x18d)],_0x1d1c65[_0x3e1ef6(0x192)]=_0xf57e0c[_0x3e1ef6(0x142)],_0x1d1c65['browserstack.telemetryLogs']=_0xf57e0c[_0x3e1ef6(0x19f)],_0x1d1c65[_0x3e1ef6(0x15e)]=_0xf57e0c['LKhdp'],_0x1d1c65[_0x3e1ef6(0x181)]=_0xf57e0c[_0x3e1ef6(0x15f)],_0x1d1c65['resolution']=_0xf57e0c[_0x3e1ef6(0x14b)],_0x1d1c65[_0x3e1ef6(0x183)]=_0xf57e0c[_0x3e1ef6(0x19e)],_0x1d1c65[_0x3e1ef6(0x12d)]=_0xf57e0c['uoiYF'],_0x1d1c65[_0x3e1ef6(0x14d)]=_0xf57e0c[_0x3e1ef6(0x157)],_0x1d1c65['browserstack.maskBasicAuth']=_0xf57e0c[_0x3e1ef6(0x12a)],_0x1d1c65[_0x3e1ef6(0x16d)]=_0xf57e0c[_0x3e1ef6(0x165)],_0x1d1c65[_0x3e1ef6(0x115)]=_0xf57e0c['tvbis'],_0x1d1c65[_0x3e1ef6(0x173)]=_0xf57e0c[_0x3e1ef6(0x129)],_0x1d1c65[_0x3e1ef6(0x176)]=_0xf57e0c[_0x3e1ef6(0x110)],_0x1d1c65[_0x3e1ef6(0x145)]=_0xf57e0c['jdWmP'],_0x1d1c65[_0x3e1ef6(0x163)]=_0xf57e0c['WvevV'],_0x1d1c65[_0x3e1ef6(0x174)]=_0xf57e0c[_0x3e1ef6(0x170)],_0x1d1c65[_0x3e1ef6(0x11b)]=_0xf57e0c[_0x3e1ef6(0x12e)],_0x1d1c65[_0x3e1ef6(0x124)]=_0xf57e0c[_0x3e1ef6(0x172)],_0x1d1c65['browserstack.customNetwork']=_0xf57e0c['pGIXo'],_0x1d1c65[_0x3e1ef6(0x186)]=_0xf57e0c[_0x3e1ef6(0x131)],_0x1d1c65['browserstack.buildIdentifier']=_0xf57e0c[_0x3e1ef6(0x169)],_0x1d1c65['browserstack.browserstackSDK']=_0xf57e0c[_0x3e1ef6(0x188)],_0x1d1c65[_0x3e1ef6(0x154)]=_0xf57e0c['Absvd'],_0x1d1c65[_0x3e1ef6(0x18c)]=_0xf57e0c[_0x3e1ef6(0x19c)],_0x1d1c65[_0x3e1ef6(0x17c)]=_0xf57e0c[_0x3e1ef6(0x146)],_0x1d1c65[_0x3e1ef6(0x143)]=_0xf57e0c[_0x3e1ef6(0x121)],_0x1d1c65[_0x3e1ef6(0x17b)]=_0xf57e0c['vyWxj'],_0x1d1c65[_0x3e1ef6(0x14f)]=_0xf57e0c[_0x3e1ef6(0x130)],_0x1d1c65[_0x3e1ef6(0x1a1)]=_0xf57e0c[_0x3e1ef6(0x159)],_0x1d1c65[_0x3e1ef6(0x16f)]=_0xf57e0c[_0x3e1ef6(0x164)],_0x1d1c65[_0x3e1ef6(0x16a)]=_0xf57e0c['MpwSc'],_0x1d1c65['browserstack.uploadMedia']=_0xf57e0c['gyGkL'],_0x1d1c65[_0x3e1ef6(0x136)]=_0xf57e0c[_0x3e1ef6(0x185)],_0x1d1c65['browserstack.simOptions']=_0xf57e0c[_0x3e1ef6(0x149)],_0x1d1c65[_0x3e1ef6(0x12f)]=_0xf57e0c[_0x3e1ef6(0x15a)],_0x1d1c65[_0x3e1ef6(0x182)]=_0xf57e0c[_0x3e1ef6(0x123)],_0x1d1c65[_0x3e1ef6(0x17e)]=_0xf57e0c[_0x3e1ef6(0x118)],_0x1d1c65[_0x3e1ef6(0x198)]=_0xf57e0c[_0x3e1ef6(0x161)],_0x1d1c65[_0x3e1ef6(0x17a)]=_0xf57e0c[_0x3e1ef6(0x180)],_0x1d1c65;});function a143_0x35ec(){var _0x107463=['device','mQwml','Qiker','browser','jNkkz','build','eSIYZ','browserstack.accessibilityOptions.authToken','WvevV','telemetryLogs','browserstack.autoWait','browserstack.networkLogsOptions','browserstack.accessibilityOptions.includeIssueType.needsReview','FTPTz','accessibility','WMpPN','browserstack.bfcache','realMobile','playwrightVersion','browserstack.wsLocalSupport','NTWAo','KEpGP','Yiifn','browserstack.performance','browserstack.accessibilityOptions.scannerVersion','browserstack.testhubBuildUuid','overridelocalInfo.localIdentifier','browserstack.overridelocalInfo.localIdentifier','tvbis','pZPQu','browserstack.timezone','browserstack.overridelocalInfo.userAuthToken','browserstack.selenium_version','browserstack.key','VkZup','browserstack.networkProfile','hosts','KvjmF','browserstack.debug','networkLogs','cFxMj','browserstack.buildProductMap','qndDP','buildIdentifier','550684gGYbzl','2107897UlMUPT','accessibilityOptions.wcagVersion','browserstack.seleniumLogs','appiumVersion','browserstackSDK','consoleLogs','pnHIy','accessibilityOptions.scannerVersion','browserstack.headerParams','3033972rFPUOH','12724BFTDeX','disableCorsRestrictions','wDTOx','testhubBuildUuid','kmBZb','ApMao','headerParams','browserstack.accessibilityOptions.includeIssueType.bestPractice','7JNZaBO','projectName','buildProductMap','FCNtp','MpwSc','appiumLogs','simOptions','seleniumVersion','browserstack.hosts','uoiYF','browserstack.user','McEWX','browserstack.localIdentifier','maskBasicAuth','browserstack.appium_version','browserstack.local','17367077LQeMpm','localIdentifier','NXKPG','jdWmP','QwkaR','timezone','vTjHm','deviceOrientation','browser_version','78ytHdiF','TBbIq','xvxuG','NIcop','SgpsN','23600LPMPft','sessionName','browserstack.maskCommands','CxAkf','browserstack.playwrightVersion','JIIlm','JwFJG','networkLogsOptions','geoLocation','MMpkh','59935zvRDaT','browserstack.enableSim','name','2GgjxUZ','debug','mEFTJ','browserVersion','pGIXo','sqHes','fkjtj','uploadMedia','accessibilityOptions.includeIssueType.bestPractice','gyGkL','qliel','browserstack.accessibilityOptions.wcagVersion','YUfCM','browserstack.disableCorsRestrictions','opbId','seleniumLogs','osVersion','hflBK','bfcache','MOCNn','networkProfile','browserstack.idleTimeout','accessibilityOptions.authToken','browserstack.accessibilityOptions.scannerProcessingTimeout','os_version','10PptHCB','browserstack.networkLogs','useW3c','browserstack.accessibility','enableSim','userName','RUIEI','129CToSll','iLfpz','CxoLh','buildName','12VvFCDR','AymVC','browserstack.geoLocation','LMgNz','deviceName','WiejH','SMfHD'];a143_0x35ec=function(){return _0x107463;};return a143_0x35ec();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a144_0x1d65(){const _0x3dbe22=['CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','\x20HUB\x20-\x20','Response:\x20','./bin/utils/constants','next_hubs','map','ZsrjZ','hostname','URyBS','then','findLatency','nwjyK','TTDaO','./helpers/helper','GET','19892070QtTOqm','84TDKITz','newHubUrl','DGeua','check','util','RArTk','nodeRequest','getRequestOptions','MVWtz','LvLvj','entries','APMsu','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','35hasKMs','hubs','rbrBF','length','blacz','JbEuo','NEAREST\x20HUBS:\x20','rQWpv','132904dqMpUz','511998ffyMlK','keys','\x20is:\x20','fPTjR','Execution\x20time\x20for\x20','data','./helpers/logger','nextHubs','HUB\x20URL\x20SET\x20TO\x20-\x20','catch','30704UvbvWU','resolve','allocateHub','eLUBD','fcfuP','hubUrl','OTZjw','amRNs','IwBBP','1441176xRFksV','fromEntries','5998426NJTWRY','format','sort','replace','parse','latency','debug','search','UbwLb','6209793vyidXY','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','oHzDS','updateHubUrl','ifQmd','48CjRPZN'];a144_0x1d65=function(){return _0x3dbe22;};return a144_0x1d65();}function a144_0x5932(_0x3a52a3,_0xee6579){const _0x1d65e5=a144_0x1d65();return a144_0x5932=function(_0x5932eb,_0x10e52b){_0x5932eb=_0x5932eb-0x11d;let _0x1deb70=_0x1d65e5[_0x5932eb];return _0x1deb70;},a144_0x5932(_0x3a52a3,_0xee6579);}const a144_0x6d6d7c=a144_0x5932;(function(_0xd77b42,_0x381d82){const _0x170f96=a144_0x5932,_0x60b22d=_0xd77b42();while(!![]){try{const _0x1f3593=parseInt(_0x170f96(0x13d))/0x1*(-parseInt(_0x170f96(0x156))/0x2)+-parseInt(_0x170f96(0x11d))/0x3*(parseInt(_0x170f96(0x132))/0x4)+-parseInt(_0x170f96(0x12a))/0x5*(-parseInt(_0x170f96(0x133))/0x6)+-parseInt(_0x170f96(0x148))/0x7+-parseInt(_0x170f96(0x146))/0x8+parseInt(_0x170f96(0x151))/0x9+parseInt(_0x170f96(0x166))/0xa;if(_0x1f3593===_0x381d82)break;else _0x60b22d['push'](_0x60b22d['shift']());}catch(_0xfd91a2){_0x60b22d['push'](_0x60b22d['shift']());}}}(a144_0x1d65,0x8bb42));const url=require('url'),util=require(a144_0x6d6d7c(0x121)),helper=require(a144_0x6d6d7c(0x164)),logger=require(a144_0x6d6d7c(0x139))['winstonLogger'],constants=require(a144_0x6d6d7c(0x15a));global[a144_0x6d6d7c(0x11e)]='',exports[a144_0x6d6d7c(0x124)]=_0xb76b76=>{const _0x30469e=a144_0x6d6d7c,_0x1d1175={};_0x1d1175['TTDaO']=function(_0x4f0f53,_0x3fb93e){return _0x4f0f53+_0x3fb93e;},_0x1d1175[_0x30469e(0x122)]='Invalid\x20new\x20HUB\x20URL:\x20';const _0x32a427=_0x1d1175,_0x46fb66=url[_0x30469e(0x14c)](_0xb76b76);if(!_0x46fb66[_0x30469e(0x15e)])throw new Error(_0x32a427[_0x30469e(0x163)](_0x32a427[_0x30469e(0x122)],_0xb76b76));return _0x46fb66[_0x30469e(0x14f)]=null,_0x46fb66['hash']=null,_0x46fb66['path']=_0x46fb66['pathname'],_0x46fb66;},exports[a144_0x6d6d7c(0x154)]=_0x338681=>{const _0x5d2690=a144_0x6d6d7c;global[_0x5d2690(0x11e)]=_0x338681;},exports[a144_0x6d6d7c(0x13f)]=_0x399fdf=>{const _0x207e93={'fcfuP':function(_0x471ac8){return _0x471ac8();},'JbEuo':function(_0x5aea99,_0xdc240a){return _0x5aea99+_0xdc240a;},'MVWtz':'/wd/hub','eLUBD':function(_0x3017ce){return _0x3017ce();},'SoxQh':function(_0x51b58a,_0x3fc01a){return _0x51b58a!=_0x3fc01a;},'URyBS':function(_0xa55670,_0x1da42d){return _0xa55670!==_0x1da42d;},'rbrBF':'https://','oHzDS':function(_0xb3a8a6){return _0xb3a8a6();}};return new Promise(_0x3f76ef=>{const _0x8c6835=a144_0x5932,_0x48f3d5={'nwjyK':function(_0x5b8877,_0x354b55){const _0x43e89b=a144_0x5932;return _0x207e93[_0x43e89b(0x12f)](_0x5b8877,_0x354b55);},'ZsrjZ':_0x207e93[_0x8c6835(0x125)],'IwBBP':function(_0x3f541f){const _0x2da22e=_0x8c6835;return _0x207e93[_0x2da22e(0x140)](_0x3f541f);},'DEayB':function(_0x2a1026,_0x2e517a){return _0x207e93['SoxQh'](_0x2a1026,_0x2e517a);},'sOZeF':function(_0x21f23f,_0x460ca2){const _0x5dda55=_0x8c6835;return _0x207e93[_0x5dda55(0x15f)](_0x21f23f,_0x460ca2);},'UbwLb':_0x207e93[_0x8c6835(0x12c)],'agCCS':function(_0x175ffb){const _0x17f5ef=_0x8c6835;return _0x207e93[_0x17f5ef(0x153)](_0x175ffb);}};Promise[_0x8c6835(0x13e)](this[_0x8c6835(0x13a)](_0x399fdf))['then'](_0x229613=>{const _0x4bc76c=_0x8c6835,_0x5c8459={'ZKwAn':function(_0x20964c,_0x34e116){const _0x42b915=a144_0x5932;return _0x48f3d5[_0x42b915(0x162)](_0x20964c,_0x34e116);},'blacz':_0x48f3d5[_0x4bc76c(0x15d)],'bIdfv':function(_0x42ab1a){const _0x4eba7c=_0x4bc76c;return _0x48f3d5[_0x4eba7c(0x145)](_0x42ab1a);}};logger[_0x4bc76c(0x14e)](_0x4bc76c(0x130)+util[_0x4bc76c(0x149)]('%j',_0x229613));if(_0x48f3d5['DEayB'](_0x229613,null)&&_0x48f3d5['sOZeF'](_0x229613[_0x4bc76c(0x12d)],0x0)){const _0x4fba8d=[];for(const _0x51be42 of _0x229613){_0x4fba8d['push'](this[_0x4bc76c(0x161)](_0x399fdf,_0x48f3d5['nwjyK'](_0x48f3d5[_0x4bc76c(0x150)],_0x51be42)));}Promise['all'](_0x4fba8d)[_0x4bc76c(0x160)](_0x4ddc3a=>{const _0x20ab73=_0x4bc76c,_0x18d747=Object[_0x20ab73(0x147)](_0x4ddc3a[_0x20ab73(0x15c)](_0x361f7c=>[_0x361f7c['hubUrl'],_0x361f7c[_0x20ab73(0x14d)]])),_0xdcfc90=Object[_0x20ab73(0x147)](Object[_0x20ab73(0x127)](_0x18d747)[_0x20ab73(0x14a)](([,_0x12b497],[,_0x25494d])=>_0x12b497-_0x25494d)),_0x16a243=Object[_0x20ab73(0x134)](_0xdcfc90)[0x0];constants['hubUrl']=_0x5c8459['ZKwAn'](_0x16a243,_0x5c8459[_0x20ab73(0x12e)]),logger[_0x20ab73(0x14e)](_0x20ab73(0x13b)+_0x16a243),_0x5c8459['bIdfv'](_0x3f76ef);});}else _0x48f3d5['agCCS'](_0x3f76ef);})[_0x8c6835(0x13c)](_0x5199a9=>{const _0x23627=_0x8c6835;logger[_0x23627(0x14e)](_0x23627(0x157)+_0x5199a9),_0x207e93[_0x23627(0x141)](_0x3f76ef);});});},exports[a144_0x6d6d7c(0x161)]=async(_0x3f9351,_0x3ed63e)=>{const _0x4d9d50=a144_0x6d6d7c,_0x4f7ca2={};_0x4f7ca2[_0x4d9d50(0x143)]=_0x4d9d50(0x165),_0x4f7ca2[_0x4d9d50(0x11f)]=_0x4d9d50(0x120),_0x4f7ca2[_0x4d9d50(0x136)]=function(_0x1dec6e,_0x24dac3){return _0x1dec6e-_0x24dac3;};const _0x2f2911=_0x4f7ca2;try{const _0x4e775a=new Date();await helper['nodeRequest'](_0x2f2911[_0x4d9d50(0x143)],_0x2f2911[_0x4d9d50(0x11f)],{},_0x3f9351,_0x3ed63e,0x1388);const _0x1a7c6f=_0x2f2911[_0x4d9d50(0x136)](new Date(),_0x4e775a);logger[_0x4d9d50(0x14e)](_0x4d9d50(0x137)+_0x3ed63e+_0x4d9d50(0x135)+_0x1a7c6f+'ms');const _0x28accf={};return _0x28accf[_0x4d9d50(0x142)]=_0x3ed63e,_0x28accf['latency']=_0x1a7c6f,_0x28accf;}catch(_0x217d9b){return logger[_0x4d9d50(0x14e)](_0x4d9d50(0x152)+_0x3ed63e+_0x4d9d50(0x158)+_0x217d9b),{};}},exports[a144_0x6d6d7c(0x13a)]=async _0x201145=>{const _0x36143b=a144_0x6d6d7c,_0x2dcdf0={'LvLvj':function(_0x26b73f,_0x4da104){return _0x26b73f(_0x4da104);},'APMsu':_0x36143b(0x15a),'amRNs':'/wd/hub','rQWpv':_0x36143b(0x165),'ifQmd':_0x36143b(0x15b)};try{const _0x1407f8=_0x2dcdf0[_0x36143b(0x126)](require,_0x2dcdf0[_0x36143b(0x128)])[_0x36143b(0x142)][_0x36143b(0x14b)](_0x2dcdf0[_0x36143b(0x144)],''),_0x395ead=await helper[_0x36143b(0x123)](_0x2dcdf0[_0x36143b(0x131)],_0x2dcdf0[_0x36143b(0x155)],{},_0x201145,_0x1407f8,0x1388),_0x32d640=_0x395ead[_0x36143b(0x138)];return logger['debug'](_0x36143b(0x159)+util[_0x36143b(0x149)]('%j',_0x32d640)),_0x32d640[_0x36143b(0x12b)];}catch(_0x189ef0){logger[_0x36143b(0x14e)](_0x36143b(0x129)+_0x189ef0);}return null;};
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function a145_0x38d0(_0x531d05,_0x2736bc){const _0x331403=a145_0x3314();return a145_0x38d0=function(_0x38d0e3,_0x22c40a){_0x38d0e3=_0x38d0e3-0x1da;let _0x3bb5a6=_0x331403[_0x38d0e3];return _0x3bb5a6;},a145_0x38d0(_0x531d05,_0x2736bc);}const a145_0x2e5649=a145_0x38d0;(function(_0x3988fc,_0x5a6d54){const _0x1e403f=a145_0x38d0,_0x3fb756=_0x3988fc();while(!![]){try{const _0x9593cd=-parseInt(_0x1e403f(0x1da))/0x1*(-parseInt(_0x1e403f(0x279))/0x2)+-parseInt(_0x1e403f(0x2bc))/0x3+-parseInt(_0x1e403f(0x28f))/0x4*(parseInt(_0x1e403f(0x28d))/0x5)+-parseInt(_0x1e403f(0x1f9))/0x6*(-parseInt(_0x1e403f(0x240))/0x7)+parseInt(_0x1e403f(0x200))/0x8+-parseInt(_0x1e403f(0x22b))/0x9+parseInt(_0x1e403f(0x2ae))/0xa;if(_0x9593cd===_0x5a6d54)break;else _0x3fb756['push'](_0x3fb756['shift']());}catch(_0x119c77){_0x3fb756['push'](_0x3fb756['shift']());}}}(a145_0x3314,0x3d701));const util=require(a145_0x2e5649(0x28b)),{overrideTakeScreenshot}=require(a145_0x2e5649(0x253)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a145_0x2e5649(0x1f8)),{setAccessibilityCapabilities,setExtension}=require(a145_0x2e5649(0x2a1)),helper=require(a145_0x2e5649(0x244)),logger=require('./helpers/logger')[a145_0x2e5649(0x26c)],hubAllocator=require(a145_0x2e5649(0x249)),percySDK=require(a145_0x2e5649(0x1fa)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a145_0x2e5649(0x215)),modifyPlaywrightConfig=require(a145_0x2e5649(0x260)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a145_0x2e5649(0x2ac)),{commandRepository}=require(a145_0x2e5649(0x1e1)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a145_0x2e5649(0x281)),PerformanceTester=require(a145_0x2e5649(0x2aa)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation}=require(a145_0x2e5649(0x1f8)),modify=_0x269dea=>{const _0x42e94f=a145_0x2e5649,_0x4f3f4={'JgDCh':function(_0x3b9d83,_0x239e68){return _0x3b9d83!==_0x239e68;},'HBEaF':_0x42e94f(0x1e5),'qeFsC':function(_0x556088,_0xf96b11){return _0x556088!==_0xf96b11;},'MKoFr':function(_0x3ddafa,_0x1cde74){return _0x3ddafa+_0x1cde74;},'KdJqo':function(_0x3688dc,_0x487ddd){return _0x3688dc+_0x487ddd;},'QKMXE':_0x42e94f(0x232),'MBSOl':_0x42e94f(0x284),'zGZte':_0x42e94f(0x23e),'PlgLJ':_0x42e94f(0x251),'ZUxOR':_0x42e94f(0x22f),'DeuHu':_0x42e94f(0x2c6),'duHIF':_0x42e94f(0x1ef),'JzpVW':_0x42e94f(0x2a3),'iWGge':_0x42e94f(0x266),'iiblO':_0x42e94f(0x2b7),'LXWtr':_0x42e94f(0x26a),'YtvZo':function(_0x195e33,_0x524e43){return _0x195e33===_0x524e43;},'EvVJN':_0x42e94f(0x25c),'lUReu':_0x42e94f(0x22c),'uHUzJ':_0x42e94f(0x1dc),'XBKWn':'isAccessibilityPlatform','asTKo':function(_0x309a4a,_0x4caab3,_0x7a7209){return _0x309a4a(_0x4caab3,_0x7a7209);},'ixdTO':function(_0x53fa58){return _0x53fa58();},'ekfvV':function(_0x51806c,_0x50834d){return _0x51806c(_0x50834d);},'IgWTk':_0x42e94f(0x239),'gGjrv':'optimalHubUrl','NGvYQ':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','HfnoO':function(_0x3fd121,_0x3bedfc,_0x2efa5b){return _0x3fd121(_0x3bedfc,_0x2efa5b);},'Yreql':function(_0x7bb98a,_0x2bd6be){return _0x7bb98a(_0x2bd6be);},'CXqlY':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','aXroS':_0x42e94f(0x2be)};logger['info'](_0x4f3f4[_0x42e94f(0x20e)]),logger[_0x42e94f(0x216)](_0x4f3f4[_0x42e94f(0x1e0)]);const _0x4a3a38=helper[_0x42e94f(0x292)](),_0x2b87a6=helper[_0x42e94f(0x27e)]();class _0x24201d extends _0x2b87a6['HttpClient']{[_0x42e94f(0x282)](_0x482421){const _0x14b8b4=_0x42e94f;if(_0x4f3f4[_0x14b8b4(0x219)](_0x482421[_0x14b8b4(0x1ee)],_0x4f3f4[_0x14b8b4(0x218)])&&_0x4f3f4[_0x14b8b4(0x1f2)](global['newHubUrl'],''))try{global[_0x14b8b4(0x228)]=_0x4f3f4[_0x14b8b4(0x283)](_0x4f3f4['KdJqo'](_0x4f3f4[_0x14b8b4(0x20a)],global[_0x14b8b4(0x228)]),_0x4f3f4[_0x14b8b4(0x23b)]),this[_0x14b8b4(0x2c0)]=hubAllocator[_0x14b8b4(0x248)](global[_0x14b8b4(0x228)]),logger[_0x14b8b4(0x216)]('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global[_0x14b8b4(0x228)]='';}catch(_0x26e8f8){logger[_0x14b8b4(0x21e)](_0x26e8f8);}return super['send'](_0x482421);}}class _0x67ef02 extends _0x4a3a38['Builder']{[_0x42e94f(0x217)](_0xb3c9f9){const _0x3732fa=_0x42e94f;let _0x1409ab={};for(const _0x6735bd in _0xb3c9f9){switch(_0x6735bd){case _0x4f3f4[_0x3732fa(0x257)]:case _0x4f3f4['PlgLJ']:this[_0x3732fa(0x1dd)]&&(_0x1409ab=this[_0x3732fa(0x1dd)][_0x3732fa(0x230)](this[_0x3732fa(0x1dd)][_0x3732fa(0x2a5)])||{},this[_0x3732fa(0x1dd)]['set'](this['chromeOptions_'][_0x3732fa(0x2a5)],helper[_0x3732fa(0x20c)](_0x1409ab,_0xb3c9f9[_0x6735bd])));break;case _0x4f3f4[_0x3732fa(0x2c2)]:case _0x4f3f4[_0x3732fa(0x233)]:this[_0x3732fa(0x221)]&&(_0x1409ab=this['edgeOptions_']['get'](this['edgeOptions_'][_0x3732fa(0x2a5)])||{},this[_0x3732fa(0x221)][_0x3732fa(0x22d)](this['edgeOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x1409ab,_0xb3c9f9[_0x6735bd])));break;case _0x4f3f4[_0x3732fa(0x28e)]:case _0x4f3f4[_0x3732fa(0x1eb)]:this['firefoxOptions_']&&(_0x1409ab=this[_0x3732fa(0x203)][_0x3732fa(0x230)](this[_0x3732fa(0x203)][_0x3732fa(0x2a5)])||{},this[_0x3732fa(0x203)]['set'](this[_0x3732fa(0x203)][_0x3732fa(0x2a5)],helper[_0x3732fa(0x20c)](_0x1409ab,_0xb3c9f9[_0x6735bd])));break;case _0x4f3f4[_0x3732fa(0x2c5)]:this[_0x3732fa(0x270)]&&(_0x1409ab=this[_0x3732fa(0x270)][_0x3732fa(0x230)](this[_0x3732fa(0x270)][_0x3732fa(0x2a5)])||{},this[_0x3732fa(0x270)]['set'](this[_0x3732fa(0x270)][_0x3732fa(0x2a5)],helper['mergeDeep'](_0x1409ab,_0xb3c9f9[_0x6735bd])));break;case _0x4f3f4[_0x3732fa(0x209)]:case _0x4f3f4['LXWtr']:this['ieOptions_']&&(_0x1409ab=this[_0x3732fa(0x1e7)][_0x3732fa(0x230)](this[_0x3732fa(0x1e7)]['CAPABILITY_KEY'])||{},this[_0x3732fa(0x1e7)][_0x3732fa(0x22d)](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x3732fa(0x20c)](_0x1409ab,_0xb3c9f9[_0x6735bd])));break;}}}[_0x42e94f(0x2ad)](){const _0x4652c0=_0x42e94f;return this[_0x4652c0(0x2b0)]=helper[_0x4652c0(0x1e9)](_0x269dea),logger[_0x4652c0(0x216)]('Hub\x20url\x20set\x20to\x20'+this[_0x4652c0(0x2b0)]),this;}[_0x42e94f(0x256)](){const _0x34bff6=_0x42e94f;return logger[_0x34bff6(0x216)](_0x4f3f4['lUReu']),this['__setBrowserOptions'](_0x269dea[_0x34bff6(0x297)]),Object['keys'](_0x269dea['capability'])[_0x34bff6(0x27c)](_0x4974c1=>{const _0x2d51ce=_0x34bff6,_0x4b4b7e=this['capabilities_'][_0x2d51ce(0x230)](_0x4974c1);_0x4f3f4[_0x2d51ce(0x2b8)](typeof _0x4b4b7e,_0x4f3f4[_0x2d51ce(0x247)])?this[_0x2d51ce(0x29b)][_0x2d51ce(0x22d)](_0x4974c1,helper['mergeDeep'](_0x4b4b7e,_0x269dea[_0x2d51ce(0x297)][_0x4974c1])):this['capabilities_']['set'](_0x4974c1,_0x269dea[_0x2d51ce(0x297)][_0x4974c1]);}),this;}[_0x42e94f(0x1f7)](){const _0x17de6f=_0x42e94f,_0x3ed2b4={'NItLo':_0x4f3f4[_0x17de6f(0x271)],'GkNQi':_0x4f3f4[_0x17de6f(0x23d)],'aMJEr':function(_0x569da8,_0x558ac4,_0xff94d4){const _0x2a8330=_0x17de6f;return _0x4f3f4[_0x2a8330(0x2ab)](_0x569da8,_0x558ac4,_0xff94d4);},'yHnpq':function(_0x210778,_0x33317d,_0x2c67c2){return _0x4f3f4['HfnoO'](_0x210778,_0x33317d,_0x2c67c2);},'dRane':function(_0x1c2ed3,_0x348829){const _0x372806=_0x17de6f;return _0x4f3f4[_0x372806(0x2a0)](_0x1c2ed3,_0x348829);},'lLBmm':function(_0x1af613,_0x4ac26c){return _0x4f3f4['Yreql'](_0x1af613,_0x4ac26c);},'zeiHs':function(_0x4d6e8c,_0x241925,_0x2ac86c){const _0x13d87a=_0x17de6f;return _0x4f3f4[_0x13d87a(0x2ab)](_0x4d6e8c,_0x241925,_0x2ac86c);}};PerformanceTester[_0x17de6f(0x29d)](PerformanceEvents[_0x17de6f(0x1ff)],()=>{const _0x1e881f=_0x17de6f,_0x3f1f03=_0x4f3f4[_0x1e881f(0x259)]['split']('|');let _0x32ac4a=0x0;while(!![]){switch(_0x3f1f03[_0x32ac4a++]){case'0':globals[_0x1e881f(0x1e4)](_0x4f3f4[_0x1e881f(0x295)])&&(!_0x4f3f4['asTKo'](setExtension,this,_0x269dea)&&globals[_0x1e881f(0x286)](_0x4f3f4[_0x1e881f(0x295)],![]));continue;case'1':_0x4f3f4[_0x1e881f(0x235)](isAccessibilityAutomationSession)&&_0x4f3f4[_0x1e881f(0x2a0)](setAccessibilityCapabilities,_0x269dea);continue;case'2':helper[_0x1e881f(0x1f5)](_0x269dea[_0x1e881f(0x297)]);continue;case'3':this[_0x1e881f(0x256)]();continue;case'4':this['setServer']();continue;case'5':if(helper[_0x1e881f(0x1f0)](_0x269dea[_0x1e881f(0x25a)][_0x1e881f(0x2cf)]))this['agent_']=helper[_0x1e881f(0x206)](_0x269dea['proxySettings'][_0x1e881f(0x2cf)]);else _0x269dea[_0x1e881f(0x25a)][_0x1e881f(0x2cf)]&&(this['proxy_']=_0x269dea['proxySettings']['proxyUrl'],logger[_0x1e881f(0x216)](_0x1e881f(0x287)+this[_0x1e881f(0x2c8)]));continue;case'6':(!helper[_0x1e881f(0x214)]()||helper[_0x1e881f(0x26f)](_0x269dea))&&helper['prepareCapabilities'](null,null,_0x269dea[_0x1e881f(0x294)],null,this,null);continue;case'7':logger['debug'](_0x4f3f4[_0x1e881f(0x29a)]);continue;}break;}})();const _0x5b001e=super[_0x17de6f(0x1f7)]();return PerformanceTester[_0x17de6f(0x29d)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x3d5aab=_0x17de6f,_0x4e1f3c={'FMmyI':function(_0xc89b42,_0x59aa92,_0x38a7b8){const _0x389423=a145_0x38d0;return _0x3ed2b4[_0x389423(0x269)](_0xc89b42,_0x59aa92,_0x38a7b8);},'mINTp':function(_0x38248b,_0x1f4b62){const _0x23fb3d=a145_0x38d0;return _0x3ed2b4[_0x23fb3d(0x21d)](_0x38248b,_0x1f4b62);},'JsaQY':function(_0x3c4a5c,_0xb0c80,_0x3d3ebf){return _0x3ed2b4['yHnpq'](_0x3c4a5c,_0xb0c80,_0x3d3ebf);}};_0x5b001e['session_']['then'](_0x5329d3=>{const _0x1e1e22=a145_0x38d0;try{const _0x51746d=_0x5329d3[_0x1e1e22(0x29f)][_0x1e1e22(0x230)](_0x3ed2b4[_0x1e1e22(0x222)]);_0x51746d?(logger[_0x1e1e22(0x216)](_0x1e1e22(0x2a7)+_0x51746d),hubAllocator[_0x1e1e22(0x2c3)](_0x51746d),helper[_0x1e1e22(0x2bf)](_0x51746d)):logger['debug'](_0x3ed2b4[_0x1e1e22(0x273)]);}catch(_0x44e284){logger[_0x1e1e22(0x216)](_0x1e1e22(0x2b4)+_0x44e284);}}),_0x5b001e[_0x3d5aab(0x226)]&&_0x5b001e[_0x3d5aab(0x226)](_0x2ec5bb=>{const _0x2b6f3d=_0x3d5aab,_0x265d10={'iQbuU':function(_0x1729d8,_0x2f135f,_0x51f6fa){const _0x1b895d=a145_0x38d0;return _0x4e1f3c[_0x1b895d(0x263)](_0x1729d8,_0x2f135f,_0x51f6fa);}};helper[_0x2b6f3d(0x27d)](_0x2ec5bb,_0x269dea),_0x4e1f3c['JsaQY'](overrideExecute,_0x2ec5bb,_0x269dea),_0x2ec5bb['getAccessibilityResultsSummary']=async()=>{const _0x4cae1e=_0x2b6f3d;return await _0x4e1f3c[_0x4cae1e(0x2c4)](getAccessibilityResultsSummary,_0x2ec5bb,global);},_0x2ec5bb[_0x2b6f3d(0x1e3)]=async()=>{const _0x297eba=_0x2b6f3d;return await _0x265d10[_0x297eba(0x21f)](getAccessibilityResults,_0x2ec5bb,global);},_0x2ec5bb[_0x2b6f3d(0x293)]=async()=>{const _0x71c0ef=_0x2b6f3d;return await _0x4e1f3c[_0x71c0ef(0x2ce)](performScan,_0x2ec5bb);};}),_0x5b001e[_0x3d5aab(0x27f)]=async()=>{return await _0x3ed2b4['aMJEr'](getAccessibilityResultsSummary,_0x5b001e,global);},_0x5b001e[_0x3d5aab(0x1e3)]=async()=>{const _0x2f5913=_0x3d5aab;return await _0x3ed2b4[_0x2f5913(0x2a8)](getAccessibilityResults,_0x5b001e,global);},_0x5b001e[_0x3d5aab(0x293)]=async()=>{return await _0x3ed2b4['dRane'](performScan,_0x5b001e);},helper['overrideGet'](_0x5b001e,_0x269dea),_0x3ed2b4[_0x3d5aab(0x25f)](overrideExecute,_0x5b001e,_0x269dea),helper[_0x3d5aab(0x24d)](global[_0x3d5aab(0x25b)])&&(global['__driversArray']=[]),global[_0x3d5aab(0x25b)]['push'](_0x5b001e);})(),_0x5b001e;}}_0x4a3a38[_0x42e94f(0x2b9)]=_0x4a3a38['Builder'],_0x4a3a38[_0x42e94f(0x243)]=_0x67ef02,_0x2b87a6[_0x42e94f(0x274)]=_0x24201d;},modifyV2=(_0x28b3ac,_0x550248=null,_0x2ce58a=![])=>{const _0x7c8ce2=a145_0x2e5649,_0x156e13={'VQqMp':function(_0x221736,_0x235f73){return _0x221736!==_0x235f73;},'cPvdk':'/session','WyRXI':function(_0x199875,_0x42df2d){return _0x199875!==_0x42df2d;},'BkoJN':function(_0x9f0b62,_0x63242c){return _0x9f0b62+_0x63242c;},'OAmeE':function(_0x342266,_0x5b82ec){return _0x342266+_0x5b82ec;},'wrucm':_0x7c8ce2(0x232),'DwABL':_0x7c8ce2(0x284),'agtSu':_0x7c8ce2(0x28a),'sPZmu':'aiHeal_isHealingEnabled','pgsaM':'goog:chromeOptions','Ansdy':'chromeOptions','yPPvr':'ms:edgeOptions','gRQyP':_0x7c8ce2(0x2c6),'yLNsO':_0x7c8ce2(0x1ef),'ytzJI':_0x7c8ce2(0x2a3),'taEwF':_0x7c8ce2(0x266),'YliJK':'se:ieOptions','kAvuE':'ieOptions','zcYUP':function(_0x3ab6d4,_0x50b12e){return _0x3ab6d4===_0x50b12e;},'XuPIM':_0x7c8ce2(0x25c),'jmvha':'Setting\x20Browserstack\x20capabilities','KKnjR':function(_0x4354b6,_0x54bdf6){return _0x4354b6>_0x54bdf6;},'WDbml':_0x7c8ce2(0x25d),'jgGJS':'isAccessibilityPlatform','KXoIy':function(_0x5857dc,_0x8415d9,_0x4e7abb){return _0x5857dc(_0x8415d9,_0x4e7abb);},'jqamP':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','oZUAG':function(_0x419fb1){return _0x419fb1();},'qpguP':function(_0x5f17ec,_0xcbcf46){return _0x5f17ec(_0xcbcf46);},'mimqE':_0x7c8ce2(0x25e),'SXmww':function(_0x529385,_0x5924ee){return _0x529385(_0x5924ee);},'OSHgI':'aiSdk_framework','YVMvq':_0x7c8ce2(0x2bb),'vOqDp':'aiSdk_bstackConfig','HOPjQ':_0x7c8ce2(0x202),'OXGPY':_0x7c8ce2(0x29c),'MhIew':function(_0x51ca2c,_0x513b0d,_0x5bc218){return _0x51ca2c(_0x513b0d,_0x5bc218);},'ZYudS':function(_0x126a34,_0x58ad2b){return _0x126a34(_0x58ad2b);},'LhDkW':_0x7c8ce2(0x298),'yJqYv':_0x7c8ce2(0x229),'egTHA':function(_0x12f71a,_0x5b3035){return _0x12f71a!==_0x5b3035;},'aanzZ':'bstackAllyScanning','euSuY':_0x7c8ce2(0x201),'Jsbun':function(_0x19687b,_0x1e63ed,_0x16b9be){return _0x19687b(_0x1e63ed,_0x16b9be);},'qiUEw':_0x7c8ce2(0x24f),'DMTvJ':_0x7c8ce2(0x2be),'ISrnr':function(_0x515a06){return _0x515a06();},'GkAZv':_0x7c8ce2(0x208),'wJjPF':'selenium-webdriver','ZOegH':'selenium-webdriver/lib/http.js','kcezu':_0x7c8ce2(0x2c9),'hlzmv':_0x7c8ce2(0x1fd)},_0x4b7d70=helper['requireHttpClient']();let _0x119456;try{_0x119456=helper[_0x7c8ce2(0x292)](),_0x119456[_0x7c8ce2(0x2b9)]&&(_0x119456[_0x7c8ce2(0x243)]=_0x119456[_0x7c8ce2(0x2b9)]);}catch(_0x58eb79){return;}if(helper[_0x7c8ce2(0x214)]()){const _0x30b038={};_0x30b038[_0x7c8ce2(0x278)]=_0x28b3ac[_0x7c8ce2(0x2d1)],helper[_0x7c8ce2(0x272)](_0x30b038,new Map(),new Map()),logger[_0x7c8ce2(0x22a)](_0x156e13['qiUEw']),logger[_0x7c8ce2(0x216)](_0x156e13['DMTvJ']);}class _0x22af6a extends _0x4b7d70[_0x7c8ce2(0x274)]{[_0x7c8ce2(0x282)](_0x5e0965){const _0x3605db=_0x7c8ce2;if(_0x156e13[_0x3605db(0x1f1)](_0x5e0965['path'],_0x156e13[_0x3605db(0x296)])&&_0x156e13[_0x3605db(0x2a6)](global['newHubUrl'],''))try{global['newHubUrl']=_0x156e13[_0x3605db(0x285)](_0x156e13[_0x3605db(0x2b5)](_0x156e13[_0x3605db(0x2b1)],global[_0x3605db(0x228)]),_0x156e13[_0x3605db(0x2a4)]),this[_0x3605db(0x2c0)]=hubAllocator['getRequestOptions'](global['newHubUrl']),logger[_0x3605db(0x216)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x3605db(0x228)]),global['newHubUrl']='';}catch(_0x28274e){logger[_0x3605db(0x21e)](_0x28274e);}if(globals[_0x3605db(0x1e4)](_0x156e13[_0x3605db(0x290)])&&globals['getGlobal'](_0x156e13['sPZmu'])){const _0xbf5142=_0x5e0965['path'][_0x3605db(0x276)]('/')[0x2];_0xbf5142&&commandRepository['pushCommand'](_0xbf5142,_0x5e0965);}return super[_0x3605db(0x282)](_0x5e0965);}}class _0x16a3a2 extends _0x119456[_0x7c8ce2(0x243)]{[_0x7c8ce2(0x2ad)](){const _0x2a9574=_0x7c8ce2;return helper[_0x2a9574(0x214)]()&&(this[_0x2a9574(0x2b0)]=helper[_0x2a9574(0x1e9)](_0x28b3ac)),this;}[_0x7c8ce2(0x217)](_0x34f0f4){const _0x142d80=_0x7c8ce2;let _0x4cdfa1={};for(const _0x3774bd in _0x34f0f4){switch(_0x3774bd){case _0x156e13[_0x142d80(0x2c1)]:case _0x156e13['Ansdy']:this[_0x142d80(0x1dd)]&&(_0x4cdfa1=this['chromeOptions_'][_0x142d80(0x230)](this['chromeOptions_'][_0x142d80(0x2a5)])||{},this[_0x142d80(0x1dd)][_0x142d80(0x22d)](this[_0x142d80(0x1dd)][_0x142d80(0x2a5)],helper['mergeDeep'](_0x4cdfa1,_0x34f0f4[_0x3774bd])));break;case _0x156e13[_0x142d80(0x1e8)]:case _0x156e13['gRQyP']:this['edgeOptions_']&&(_0x4cdfa1=this[_0x142d80(0x221)][_0x142d80(0x230)](this['edgeOptions_'][_0x142d80(0x2a5)])||{},this[_0x142d80(0x221)][_0x142d80(0x22d)](this[_0x142d80(0x221)][_0x142d80(0x2a5)],helper[_0x142d80(0x20c)](_0x4cdfa1,_0x34f0f4[_0x3774bd])));break;case _0x156e13['yLNsO']:case _0x156e13[_0x142d80(0x24c)]:this[_0x142d80(0x203)]&&(_0x4cdfa1=this['firefoxOptions_'][_0x142d80(0x230)](this['firefoxOptions_'][_0x142d80(0x2a5)])||{},this['firefoxOptions_'][_0x142d80(0x22d)](this[_0x142d80(0x203)][_0x142d80(0x2a5)],helper[_0x142d80(0x20c)](_0x4cdfa1,_0x34f0f4[_0x3774bd])));break;case _0x156e13[_0x142d80(0x280)]:this['safariOptions_']&&(_0x4cdfa1=this[_0x142d80(0x270)][_0x142d80(0x230)](this[_0x142d80(0x270)]['CAPABILITY_KEY'])||{},this['safariOptions_']['set'](this[_0x142d80(0x270)][_0x142d80(0x2a5)],helper['mergeDeep'](_0x4cdfa1,_0x34f0f4[_0x3774bd])));break;case _0x156e13[_0x142d80(0x289)]:case _0x156e13[_0x142d80(0x2b6)]:this['ieOptions_']&&(_0x4cdfa1=this[_0x142d80(0x1e7)][_0x142d80(0x230)](this[_0x142d80(0x1e7)]['CAPABILITY_KEY'])||{},this[_0x142d80(0x1e7)][_0x142d80(0x22d)](this[_0x142d80(0x1e7)][_0x142d80(0x2a5)],helper[_0x142d80(0x20c)](_0x4cdfa1,_0x34f0f4[_0x3774bd])));break;}}}[_0x7c8ce2(0x256)](){const _0x1f4453=_0x7c8ce2;logger['debug'](_0x156e13[_0x1f4453(0x242)]);const _0x11fd5d=_0x28b3ac[_0x1f4453(0x297)]&&_0x156e13[_0x1f4453(0x224)](Object['keys'](_0x28b3ac[_0x1f4453(0x297)])[_0x1f4453(0x1f4)],0x0)?_0x28b3ac['capability']:_0x28b3ac[_0x1f4453(0x20d)]&&Array[_0x1f4453(0x26b)](_0x28b3ac['capabilities'])&&_0x156e13['KKnjR'](_0x28b3ac['capabilities'][_0x1f4453(0x1f4)],0x0)?_0x28b3ac['capabilities'][0x0]:{};return this[_0x1f4453(0x217)](_0x11fd5d),Object['keys'](_0x11fd5d)[_0x1f4453(0x27c)](_0x172ca4=>{const _0x89cb28=_0x1f4453,_0xb2befe=this[_0x89cb28(0x29b)][_0x89cb28(0x230)](_0x172ca4);_0x156e13['zcYUP'](typeof _0xb2befe,_0x156e13[_0x89cb28(0x1e6)])?this[_0x89cb28(0x29b)][_0x89cb28(0x22d)](_0x172ca4,helper[_0x89cb28(0x20c)](_0xb2befe,_0x11fd5d[_0x172ca4])):this[_0x89cb28(0x29b)]['set'](_0x172ca4,_0x11fd5d[_0x172ca4]);}),this;}['build'](){const _0x22ba2d=_0x7c8ce2,_0x9aabea={'khZgT':function(_0x286217,_0x44c640,_0x25da1b){const _0x3638cc=a145_0x38d0;return _0x156e13[_0x3638cc(0x265)](_0x286217,_0x44c640,_0x25da1b);},'bPivK':function(_0xcec7da,_0x24b1af){const _0x441a6e=a145_0x38d0;return _0x156e13[_0x441a6e(0x207)](_0xcec7da,_0x24b1af);},'WxDHZ':function(_0x3e957a,_0x11b5bf){const _0x1dc528=a145_0x38d0;return _0x156e13[_0x1dc528(0x29e)](_0x3e957a,_0x11b5bf);},'DNHaD':function(_0x4ea00b,_0x557b5b,_0x423121){const _0x3c1755=a145_0x38d0;return _0x156e13[_0x3c1755(0x265)](_0x4ea00b,_0x557b5b,_0x423121);},'fcTcW':function(_0x2342d9){const _0x129f42=a145_0x38d0;return _0x156e13[_0x129f42(0x2c7)](_0x2342d9);},'haXhI':function(_0x3661e5,_0x247641,_0x511cee){return _0x156e13['MhIew'](_0x3661e5,_0x247641,_0x511cee);},'xFIoq':_0x156e13[_0x22ba2d(0x1fe)],'vlPhF':_0x156e13[_0x22ba2d(0x1ed)],'llQXN':_0x156e13[_0x22ba2d(0x245)],'acjrq':function(_0x292c7c,_0x70734){const _0x59bfc9=_0x22ba2d;return _0x156e13[_0x59bfc9(0x207)](_0x292c7c,_0x70734);},'okyoi':function(_0x44bdf8,_0x422094){return _0x156e13['egTHA'](_0x44bdf8,_0x422094);}};PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x362c36=_0x22ba2d;if(helper['isBrowserstackInfra']()){const _0x1a9fd8=_0x156e13[_0x362c36(0x236)][_0x362c36(0x276)]('|');let _0x36ce30=0x0;while(!![]){switch(_0x1a9fd8[_0x36ce30++]){case'0':process[_0x362c36(0x1db)][_0x362c36(0x1fb)]&&(helper[_0x362c36(0x204)](null,null,_0x28b3ac[_0x362c36(0x294)],null,this,null),helper['setAdditionalCapabilities'](_0x28b3ac['capability']),helper[_0x362c36(0x205)]());continue;case'1':globals[_0x362c36(0x1e4)](_0x156e13[_0x362c36(0x1fe)])&&(!_0x156e13['KXoIy'](setExtension,this,_0x28b3ac)&&globals[_0x362c36(0x286)](_0x156e13['jgGJS'],![]));continue;case'2':this[_0x362c36(0x2ad)]();continue;case'3':this[_0x362c36(0x256)]();continue;case'4':helper['setAdditionalCapabilities'](_0x28b3ac['capability']);continue;case'5':logger['debug'](_0x156e13[_0x362c36(0x27a)]);continue;case'6':if(helper[_0x362c36(0x1f0)](_0x28b3ac[_0x362c36(0x25a)][_0x362c36(0x2cf)]))this[_0x362c36(0x2bd)]=helper['getHttpAgent'](_0x28b3ac['proxySettings']['proxyUrl']);else _0x28b3ac[_0x362c36(0x25a)][_0x362c36(0x2cf)]&&(this[_0x362c36(0x2c8)]=_0x28b3ac[_0x362c36(0x25a)][_0x362c36(0x2cf)],logger[_0x362c36(0x216)]('Proxy\x20set\x20to\x20'+this[_0x362c36(0x2c8)]));continue;case'7':_0x156e13[_0x362c36(0x2c7)](isAccessibilityAutomationSession)&&_0x156e13['qpguP'](setAccessibilityCapabilities,_0x28b3ac);continue;}break;}}else{if(this['chromeOptions_']){const _0x138366=this['chromeOptions_']['get'](this['chromeOptions_'][_0x362c36(0x2a5)]||_0x156e13[_0x362c36(0x2c1)]);if(_0x138366&&_0x138366[_0x362c36(0x2cc)]){const _0xba8acc=this[_0x362c36(0x29b)][_0x362c36(0x230)](_0x156e13[_0x362c36(0x2c1)])||{},_0x48867d=(_0xba8acc[_0x362c36(0x2cc)]||[])[_0x362c36(0x1ea)](_0x138366['args']||[]),_0x4023b1=Array[_0x362c36(0x210)](new Set(_0x48867d)),_0xe9c03d={};_0xe9c03d[_0x362c36(0x2cc)]=_0x4023b1,this['capabilities_'][_0x362c36(0x22d)](_0x156e13['pgsaM'],Object[_0x362c36(0x299)]({},_0xba8acc,_0x138366,_0xe9c03d));}}helper[_0x362c36(0x205)]();_0x156e13[_0x362c36(0x2c7)](isAccessibilityAutomationSession)&&this[_0x362c36(0x2cd)]()['includes'](_0x156e13['mimqE'])&&(_0x156e13[_0x362c36(0x29e)](setAccessibilityCapabilities,_0x28b3ac),this[_0x362c36(0x256)]());_0x156e13[_0x362c36(0x23a)](globals['getGlobal'](_0x156e13['OSHgI']),_0x156e13['YVMvq'])&&(commandRepository[_0x362c36(0x20f)](_0x156e13['YVMvq']),commandRepository['setConfig'](globals['getGlobal'](_0x156e13[_0x362c36(0x250)])));if(this[_0x362c36(0x2b0)][_0x362c36(0x225)](_0x156e13[_0x362c36(0x26e)]))logger['debug'](_0x156e13[_0x362c36(0x20b)]),globals[_0x362c36(0x286)](_0x156e13[_0x362c36(0x290)],![]),globals[_0x362c36(0x286)](_0x156e13['sPZmu'],![]);else globals[_0x362c36(0x1e4)](_0x156e13[_0x362c36(0x290)])&&globals['getGlobal'](_0x156e13[_0x362c36(0x237)])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x3ca967=super['build']();return PerformanceTester[_0x22ba2d(0x29d)](PerformanceEvents[_0x22ba2d(0x255)],()=>{const _0x14cf3d=_0x22ba2d,_0x3f7d1b={'EZtmR':function(_0x374e88){const _0x1c676f=a145_0x38d0;return _0x9aabea[_0x1c676f(0x264)](_0x374e88);},'pzBOJ':function(_0x20e587,_0x14554e,_0x3efb0){const _0xc218d0=a145_0x38d0;return _0x9aabea[_0xc218d0(0x261)](_0x20e587,_0x14554e,_0x3efb0);},'KoLnH':_0x9aabea[_0x14cf3d(0x26d)],'jdLXG':_0x9aabea[_0x14cf3d(0x21c)],'elKwH':_0x9aabea[_0x14cf3d(0x21b)]};_0x3ca967[_0x14cf3d(0x2ca)]['then'](_0x39819b=>{const _0x4a9b82=_0x14cf3d,_0x3225eb=_0x39819b[_0x4a9b82(0x29f)];if(!helper[_0x4a9b82(0x214)]()&&_0x3f7d1b[_0x4a9b82(0x268)](isAccessibilityAutomationSession)){const _0xf6dcdd=_0x3f7d1b[_0x4a9b82(0x1ec)](nonBstackPlatformValidation,_0x3225eb,this);globals['setGlobal'](_0x3f7d1b[_0x4a9b82(0x2b2)],_0xf6dcdd);}}),_0x3ca967[_0x14cf3d(0x2ca)]['then'](_0x393818=>{const _0x4a0f10=_0x14cf3d;try{logger[_0x4a0f10(0x216)](_0x4a0f10(0x211)+_0x393818[_0x4a0f10(0x252)]());const _0xcd1eb4=_0x393818[_0x4a0f10(0x29f)][_0x4a0f10(0x230)](_0x3f7d1b['jdLXG']);_0xcd1eb4?(logger[_0x4a0f10(0x216)](_0x4a0f10(0x2a7)+_0xcd1eb4),hubAllocator[_0x4a0f10(0x2c3)](_0xcd1eb4),helper[_0x4a0f10(0x2bf)](_0xcd1eb4)):logger[_0x4a0f10(0x216)](_0x3f7d1b[_0x4a0f10(0x223)]);}catch(_0x40f795){logger[_0x4a0f10(0x216)](_0x4a0f10(0x2b4)+_0x40f795);}}),_0x3ca967[_0x14cf3d(0x21a)]=0x0,_0x3ca967['then']&&_0x3ca967[_0x14cf3d(0x226)](_0x21f13b=>{const _0x5e2a8c=_0x14cf3d,_0x27a5d5={'xkyKh':function(_0x49927a,_0x53f96e,_0x1eb314){const _0x21bbb0=a145_0x38d0;return _0x9aabea[_0x21bbb0(0x213)](_0x49927a,_0x53f96e,_0x1eb314);},'NtxRa':function(_0x2db2a2,_0x35b5af,_0x42816b){const _0x576c58=a145_0x38d0;return _0x9aabea[_0x576c58(0x213)](_0x2db2a2,_0x35b5af,_0x42816b);},'JxbKD':function(_0x450800,_0x27c054){const _0x2718fe=a145_0x38d0;return _0x9aabea[_0x2718fe(0x24e)](_0x450800,_0x27c054);}};helper[_0x5e2a8c(0x2d0)](_0x21f13b,_0x3ca967),_0x2ce58a&&_0x9aabea[_0x5e2a8c(0x24a)](overrideTakeScreenshot,_0x21f13b),helper['overrideGet'](_0x21f13b,_0x28b3ac),_0x9aabea['DNHaD'](overrideExecute,_0x21f13b,_0x28b3ac),_0x28b3ac[_0x5e2a8c(0x297)]&&percyHelper['patchDriverPercy'](_0x21f13b,_0x119456[_0x5e2a8c(0x23c)],_0x28b3ac),_0x21f13b['getAccessibilityResultsSummary']=async()=>{const _0x4b8f43=_0x5e2a8c;return await _0x27a5d5[_0x4b8f43(0x2af)](getAccessibilityResultsSummary,_0x21f13b,global);},_0x21f13b[_0x5e2a8c(0x1e3)]=async()=>{return await _0x27a5d5['NtxRa'](getAccessibilityResults,_0x21f13b,global);},_0x21f13b[_0x5e2a8c(0x293)]=async()=>{return await _0x27a5d5['JxbKD'](performScan,_0x21f13b);};}),_0x3ca967[_0x14cf3d(0x27f)]=async()=>{const _0x24a2f3=_0x14cf3d;return await _0x3f7d1b[_0x24a2f3(0x1ec)](getAccessibilityResultsSummary,_0x3ca967,global);},_0x3ca967[_0x14cf3d(0x1e3)]=async()=>{const _0x4c4385=_0x14cf3d;return await _0x3f7d1b[_0x4c4385(0x1ec)](getAccessibilityResults,_0x3ca967,global);},_0x3ca967[_0x14cf3d(0x293)]=async()=>{const _0x3d728b=_0x14cf3d;return await _0x9aabea[_0x3d728b(0x24a)](performScan,_0x3ca967);},_0x2ce58a&&_0x9aabea[_0x14cf3d(0x238)](overrideTakeScreenshot,_0x3ca967),helper[_0x14cf3d(0x2d0)](_0x3ca967),helper[_0x14cf3d(0x27d)](_0x3ca967,_0x28b3ac),_0x9aabea[_0x14cf3d(0x261)](overrideExecute,_0x3ca967,_0x28b3ac),_0x28b3ac[_0x14cf3d(0x297)]&&percyHelper[_0x14cf3d(0x275)](_0x3ca967,_0x119456['WebElement'],_0x28b3ac);helper[_0x14cf3d(0x24d)](global[_0x14cf3d(0x25b)])&&(global[_0x14cf3d(0x25b)]=[]);helper[_0x14cf3d(0x24d)](global[_0x14cf3d(0x24b)])&&(global[_0x14cf3d(0x24b)]=[]);global[_0x14cf3d(0x25b)][_0x14cf3d(0x212)](_0x3ca967),global[_0x14cf3d(0x291)]=_0x3ca967,_0x550248&&(_0x550248[_0x14cf3d(0x22e)][_0x14cf3d(0x291)]=_0x3ca967);_0x9aabea[_0x14cf3d(0x1f6)](global[_0x14cf3d(0x24b)],undefined)&&global[_0x14cf3d(0x24b)][_0x14cf3d(0x212)](_0x3ca967);_0x550248&&helper[_0x14cf3d(0x24d)](_0x550248[_0x14cf3d(0x22e)][_0x14cf3d(0x24b)])&&(_0x550248[_0x14cf3d(0x22e)][_0x14cf3d(0x24b)]=[]);_0x550248&&helper[_0x14cf3d(0x24d)](_0x550248[_0x14cf3d(0x22e)][_0x14cf3d(0x25b)])&&(_0x550248[_0x14cf3d(0x22e)][_0x14cf3d(0x25b)]=[]);_0x550248&&_0x9aabea[_0x14cf3d(0x1f6)](_0x550248['global'][_0x14cf3d(0x24b)],undefined)&&(_0x550248[_0x14cf3d(0x22e)][_0x14cf3d(0x24b)][_0x14cf3d(0x212)](_0x3ca967),_0x550248[_0x14cf3d(0x22e)][_0x14cf3d(0x25b)][_0x14cf3d(0x212)](_0x3ca967));_0x3ca967[_0x14cf3d(0x1df)]=globals['getGlobal'](_0x9aabea[_0x14cf3d(0x26d)]);try{global['__drivers'][0x0][_0x14cf3d(0x2ca)][_0x14cf3d(0x226)](_0x2444dd=>{const _0x972b2b=_0x14cf3d;logger[_0x972b2b(0x216)](_0x972b2b(0x267)+_0x2444dd[_0x972b2b(0x252)]()+'\x20to\x20global\x20drivers\x20array');})[_0x14cf3d(0x2a2)](_0x1f4ac3=>{const _0xdff405=_0x14cf3d;logger[_0xdff405(0x216)](_0xdff405(0x1fc)+_0x1f4ac3);});}catch(_0x5e8fed){logger[_0x14cf3d(0x216)](_0x14cf3d(0x1fc)+_0x5e8fed);}globals[_0x14cf3d(0x286)](_0x9aabea['xFIoq'],globals[_0x14cf3d(0x1e4)](_0x9aabea[_0x14cf3d(0x26d)]));})(),_0x3ca967;}}_0x550248&&(globals[_0x7c8ce2(0x227)]=_0x550248['global'][_0x7c8ce2(0x227)]);if(_0x156e13[_0x7c8ce2(0x1de)](isAccessibilityAutomationSession))try{let _0x1a235f=helper[_0x7c8ce2(0x262)](_0x156e13[_0x7c8ce2(0x241)],_0x156e13[_0x7c8ce2(0x220)])[_0x7c8ce2(0x28c)];(!_0x1a235f[_0x7c8ce2(0x2cb)]||!_0x1a235f[_0x7c8ce2(0x2cb)][_0x7c8ce2(0x1e2)])&&(_0x1a235f=helper[_0x7c8ce2(0x262)](_0x156e13['ZOegH'],_0x156e13[_0x7c8ce2(0x220)])[_0x7c8ce2(0x234)]);if(_0x1a235f[_0x7c8ce2(0x2cb)]&&_0x1a235f[_0x7c8ce2(0x2cb)][_0x7c8ce2(0x1e2)]){const _0x5c6594=_0x1a235f[_0x7c8ce2(0x2cb)][_0x7c8ce2(0x1e2)];logger[_0x7c8ce2(0x216)](_0x156e13[_0x7c8ce2(0x254)]),_0x1a235f[_0x7c8ce2(0x2cb)][_0x7c8ce2(0x1e2)]=async function(){const _0x32687e=_0x7c8ce2;try{!globals['getGlobal'](_0x156e13['aanzZ'])&&globals[_0x32687e(0x1e4)](_0x156e13['jgGJS'])&&globals['getGlobal'](_0x156e13['euSuY'])&&scripts[_0x32687e(0x258)](arguments[0x0][_0x32687e(0x23f)])&&!_0x156e13[_0x32687e(0x207)](isBrowserStackCommandExecutor,arguments[0x0][_0x32687e(0x246)])&&(globals[_0x32687e(0x286)](_0x156e13['aanzZ'],!![]),logger['debug']('Performing\x20scan\x20for\x20'+arguments[0x0]['name_']),await _0x156e13['Jsbun'](performScan,global[_0x32687e(0x291)],arguments[0x0]['name_']));}catch(_0x270b59){logger[_0x32687e(0x216)](_0x32687e(0x1f3)+util[_0x32687e(0x2ba)](_0x270b59));}return globals['setGlobal'](_0x156e13[_0x32687e(0x2a9)],![]),_0x5c6594['apply'](this,arguments);};}}catch(_0x1876d2){logger[_0x7c8ce2(0x216)](_0x156e13['BkoJN'](_0x156e13[_0x7c8ce2(0x27b)],_0x1876d2));}return _0x119456['originalBuilder']=_0x119456['Builder'],_0x119456['Builder']=_0x16a3a2,_0x4b7d70[_0x7c8ce2(0x274)]=_0x22af6a,_0x119456;};function a145_0x3314(){const _0x1181c9=['VQqMp','qeFsC','Failed\x20to\x20perform\x20scan\x20','length','setAdditionalCapabilities','okyoi','build','./helpers/accessibility-automation/helper','763896sLNCWD','./helpers/percy/PercySDK','BROWSERSTACK_TURBOSCALE','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','Unable\x20to\x20find\x20executor\x20class\x20','jgGJS','SDK_PRE_INITIALIZE','3507312LydbrJ','bstackA11yShouldScan','.browserstack.com','firefoxOptions_','prepareCapabilities','readTcgAuthConfigToGlobal','getHttpAgent','ZYudS','selenium-webdriver/lib/webdriver.js','iiblO','QKMXE','OXGPY','mergeDeep','capabilities','CXqlY','setFramework','from','Session\x20ID:\x20','push','khZgT','isBrowserstackInfra','./browserStackSdk','debug','__setBrowserOptions','HBEaF','JgDCh','quitCount_','llQXN','vlPhF','lLBmm','error','iQbuU','wJjPF','edgeOptions_','NItLo','elKwH','KKnjR','includes','then','browserStackGlobals','newHubUrl','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','info','3636477kwSdkR','Setting\x20Browserstack\x20capabilities','set','global','ms:edgeOptions','get','percy','https://','DeuHu','Executor','ixdTO','WDbml','sPZmu','acjrq','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','zcYUP','MBSOl','WebElement','NGvYQ','goog:chromeOptions','name_','7mRSsyY','GkAZv','jmvha','Builder','./helpers/helper','yJqYv','parameters_','EvVJN','getRequestOptions','./hubAllocationMethods','WxDHZ','__drivers','ytzJI','isUndefined','bPivK','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','vOqDp','chromeOptions','getId','./helpers/patchHelpers','kcezu','SDK_POST_INITIALIZE','setCapabilities','zGZte','shouldWrapCommand','uHUzJ','proxySettings','__driversArray','object','4|7|2|3|6|1|0|5','browserstack.com','zeiHs','./bin/playwright/modifyPlaywrightConf','haXhI','requireModule','JsaQY','fcTcW','MhIew','safari.options','setting\x20driver\x20Session\x20ID:\x20','EZtmR','aMJEr','ieOptions','isArray','winstonLogger','xFIoq','HOPjQ','isTurboScaleSession','safariOptions_','gGjrv','setLogLevel','GkNQi','HttpClient','patchDriverPercy','split','exports','logLevel','58xjyhzb','jqamP','hlzmv','forEach','overrideGet','requireHttpClient','getAccessibilityResultsSummary','taEwF','./helpers/patchHelper','send','MKoFr','/wd/hub','BkoJN','setGlobal','Proxy\x20set\x20to\x20','BrowserStackSdk','YliJK','aiHeal_isAuthenticated','util','WebDriver','416515oFnfsj','duHIF','20ePJYDP','agtSu','__driver','requireSeleniumWebdriver','performScan','framework','XBKWn','cPvdk','capability','optimalHubUrl','assign','IgWTk','capabilities_','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','measureWrapper','SXmww','caps_','ekfvV','./bin/mocha/accessibility-automation/helper','catch','firefoxOptions','DwABL','CAPABILITY_KEY','WyRXI','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','yHnpq','aanzZ','./helpers/performance/performance-tester','asTKo','./helpers/globals','setServer','8669310oPukLW','xkyKh','url_','wrucm','KoLnH','browserstackAgentV2','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','OAmeE','kAvuE','se:ieOptions','YtvZo','originalBuilder','format','jest','1158849fJRevI','agent_','Modifying\x20webdriver\x20builder','storeOptimalHubUrl','options_','pgsaM','ZUxOR','updateHubUrl','FMmyI','iWGge','edgeOptions','oZUAG','proxy_','Modifying\x20webdriver\x20execute','session_','prototype','args','getServerUrl','mINTp','proxyUrl','overrideQuit','browserStackLogLevel','891yFikvP','env','1|4|3|5|0|6|2|7','chromeOptions_','ISrnr','isAccessibilityPlatform','aXroS','./helpers/ai-sdk/autoHealHelper','execute','getAccessibilityResults','getGlobal','/session','XuPIM','ieOptions_','yPPvr','getHubUrl','concat','JzpVW','pzBOJ','LhDkW','path','moz:firefoxOptions','isPacProxy'];a145_0x3314=function(){return _0x1181c9;};return a145_0x3314();}module['exports']['browserstackAgent']=modify,module[a145_0x2e5649(0x277)][a145_0x2e5649(0x2b3)]=modifyV2,module[a145_0x2e5649(0x277)][a145_0x2e5649(0x231)]=percySDK,module[a145_0x2e5649(0x277)][a145_0x2e5649(0x288)]=BrowserStackSdk,module['exports']['_modifyPlaywright']=modifyPlaywrightConfig;
|
|
1
|
+
const a145_0x38535e=a145_0x2981;function a145_0xc801(){const _0x397558=['setCapabilities','New\x20hub\x20url\x20set\x20to\x20','sCJpX','Proxy\x20set\x20to\x20','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','NAzLe','Hub\x20url\x20set\x20to\x20','setServer','CebtP','pQjlS','Lqkke','updateHubUrl','./helpers/patchHelper','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','selenium-webdriver/lib/webdriver.js','pzPJf','rdjSn','se:ieOptions','build','flpXq','xTSZv','args','./helpers/percy/utils','chromeOptions_','NEUMh','__driversArray','session_','patchDriverPercy','./helpers/logger','bVdZT','ieOptions_','setAdditionalCapabilities','10towAao','XXBVY','./helpers/patchHelpers','64905SyVkrD','SDK_POST_INITIALIZE','includes','JfkuY','20542UPwkeF','sAGFL','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','PtBeX','firefoxOptions_','concat','SwbDO','/wd/hub','97hbWzBT','originalBuilder','format','YVRHG','__drivers','2804295MCQSrn','eYfGO','__driver','getServerUrl','AKfPi','path','proxyUrl','2232GQOVWh','ubTER','firefoxOptions','measureWrapper','xNnPY','HhZzX','SDK_PRE_INITIALIZE','env','BROWSERSTACK_TURBOSCALE','tylro','YmxkV','goog:chromeOptions','edgeOptions','set','aiHeal_isHealingEnabled','length','prototype','UJHsO','jTEDY','bstackAllyScanning','\x20to\x20global\x20drivers\x20array','setGlobal','ieOptions','2|1|5|7|4|3|6|0','Session\x20ID:\x20','4DYRHYU','TCBVI','browserStackLogLevel','global','./browserStackSdk','safariOptions_','get','3397233lxhQnm','./helpers/globals','iQHsz','EouPz','rATJJ','WebElement','getAccessibilityResultsSummary','pLOUW','getHubUrl','agent_','exports','gUdob','EyYHV','./helpers/percy/PercySDK','lKNcd','pushCommand','proxySettings','Executor','aZVrg','RIMmu','yldRv','fnRVv','isUndefined','MulBW','bImNI','performScan','mPZDp','fukxl','eZYFH','VaSxB','qImZK','overrideGet','bstackA11yShouldScan','8dwktFe','getHttpAgent','jLyeJ','setConfig','VlGtq','__setBrowserOptions','Setting\x20Browserstack\x20capabilities','WebDriver','Czsyn','Builder','gmcII','jest','from','neUKj','requireHttpClient','caps_','stjNY','capabilities_','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','requireSeleniumWebdriver','iuGyF','winstonLogger','./helpers/accessibility-automation/helper','IytLr','VhYgK','then','_modifyPlaywright','object','setFramework','chromeOptions','CyZxT','proxy_','edgeOptions_','idUrl','overrideQuit','XOpVr','ZMzyp','jYncx','HszWg','yXAgT','mergeDeep','huKJY','Modifying\x20webdriver\x20builder','newHubUrl','./helpers/performance/constants','VaNOe','./bin/playwright/modifyPlaywrightConf','1766178RCXhZl','capabilities','OLqwX','JlXjr','forEach','498mqswVy','./helpers/performance/performance-tester','browserstackAgent','push','name_','vZEWh','gFHDQ','setLogLevel','mClxF','getGlobal','readTcgAuthConfigToGlobal','browserStackGlobals','browserstackAgentV2','dpWGe','uhNzE','hETLS','send','/session','WHxrb','keys','uxABE','capability','pvPIL','YFjAy','7|1|3|4|2|6|0|5','kkkuU','isAccessibilityPlatform','NVsuN','Failed\x20to\x20perform\x20scan\x20','CAPABILITY_KEY','./helpers/ai-sdk/autoHealHelper','apply','./helpers/ai-sdk/aiSdkWrapper','url_','5219585wXOaZF','ePwpq','isArray','UZtuJ','getId','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','HttpClient','https://','getAccessibilityResults','ms:edgeOptions','isBrowserstackInfra','aiSdk_bstackConfig','./helpers/accessibility-automation/scripts','info','eMGXm','storeOptimalHubUrl','dRDYY','TjtsQ','vsYbG','./hubAllocationMethods','debug','optimalHubUrl','tzLbL','wqtEF','earPz','vZgVN','40854wNVMoX','dfDOx','safari.options','yQmUG','requireModule','SwVJS','getRequestOptions','dTxHP','execute','prepareCapabilities','split'];a145_0xc801=function(){return _0x397558;};return a145_0xc801();}(function(_0x95b145,_0xe84192){const _0x4f5205=a145_0x2981,_0x283eba=_0x95b145();while(!![]){try{const _0x2beb61=parseInt(_0x4f5205(0x202))/0x1*(-parseInt(_0x4f5205(0x1fa))/0x2)+parseInt(_0x4f5205(0x22e))/0x3*(parseInt(_0x4f5205(0x227))/0x4)+parseInt(_0x4f5205(0x1f6))/0x5*(parseInt(_0x4f5205(0x283))/0x6)+parseInt(_0x4f5205(0x2a5))/0x7*(parseInt(_0x4f5205(0x24f))/0x8)+-parseInt(_0x4f5205(0x27e))/0x9*(parseInt(_0x4f5205(0x1f3))/0xa)+parseInt(_0x4f5205(0x1c8))/0xb*(-parseInt(_0x4f5205(0x20e))/0xc)+-parseInt(_0x4f5205(0x207))/0xd;if(_0x2beb61===_0xe84192)break;else _0x283eba['push'](_0x283eba['shift']());}catch(_0x59c50e){_0x283eba['push'](_0x283eba['shift']());}}}(a145_0xc801,0xd1179));function a145_0x2981(_0x29d333,_0x30f6c4){const _0xc801db=a145_0xc801();return a145_0x2981=function(_0x29810f,_0x4abbc9){_0x29810f=_0x29810f-0x1be;let _0x5b1e25=_0xc801db[_0x29810f];return _0x5b1e25;},a145_0x2981(_0x29d333,_0x30f6c4);}const util=require('util'),{overrideTakeScreenshot}=require(a145_0x38535e(0x1f5)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a145_0x38535e(0x265)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require('./helpers/helper'),logger=require(a145_0x38535e(0x1ef))[a145_0x38535e(0x264)],hubAllocator=require(a145_0x38535e(0x1c1)),percySDK=require(a145_0x38535e(0x23b)),percyHelper=require(a145_0x38535e(0x1e9)),BrowserStackSdk=require(a145_0x38535e(0x22b)),modifyPlaywrightConfig=require(a145_0x38535e(0x27d)),scripts=require(a145_0x38535e(0x2b1)),globals=require(a145_0x38535e(0x22f)),{commandRepository}=require(a145_0x38535e(0x2a1)),{aiSdkWrapper}=require(a145_0x38535e(0x2a3)),{overrideExecute}=require(a145_0x38535e(0x1df)),PerformanceTester=require(a145_0x38535e(0x284)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a145_0x38535e(0x27b)),{nonBstackPlatformValidation}=require(a145_0x38535e(0x265)),modify=_0x5cc560=>{const _0x495b85=a145_0x38535e,_0x804bee={'BAPzQ':function(_0xf70227,_0x147be3){return _0xf70227!==_0x147be3;},'kfurs':'/session','YXpUK':function(_0x55add0,_0x35cdf0){return _0x55add0!==_0x35cdf0;},'dfDOx':function(_0x579889,_0x2ac716){return _0x579889+_0x2ac716;},'eZYFH':_0x495b85(0x2ac),'bVdZT':_0x495b85(0x201),'ZMzyp':_0x495b85(0x219),'dpWGe':_0x495b85(0x26c),'mPZDp':_0x495b85(0x2ae),'flpXq':_0x495b85(0x21a),'rATJJ':'moz:firefoxOptions','sAGFL':'firefoxOptions','eMGXm':_0x495b85(0x1ca),'PoraN':'se:ieOptions','pzPJf':_0x495b85(0x224),'HTbiP':function(_0xe525a7,_0x54a47d){return _0xe525a7===_0x54a47d;},'yXAgT':_0x495b85(0x26a),'nkpIc':_0x495b85(0x255),'Jnfpw':_0x495b85(0x225),'EouPz':_0x495b85(0x1d7),'Wjuue':function(_0x5d7622){return _0x5d7622();},'MODFD':function(_0x4ba436,_0x156f7b){return _0x4ba436(_0x156f7b);},'JlXjr':_0x495b85(0x29d),'gFHDQ':function(_0xb48705,_0x1ad065,_0x34d43b){return _0xb48705(_0x1ad065,_0x34d43b);},'pvPIL':'optimalHubUrl','VaSxB':_0x495b85(0x1fc),'jLyeJ':function(_0x24e845,_0x3a4c26){return _0x24e845(_0x3a4c26);},'XXBVY':function(_0x57acb,_0x3eb25b,_0x442744){return _0x57acb(_0x3eb25b,_0x442744);},'ZvkIq':function(_0x1fe3ea,_0x3be985,_0x1732fc){return _0x1fe3ea(_0x3be985,_0x1732fc);},'mClxF':_0x495b85(0x1e0),'CebtP':_0x495b85(0x279)};logger[_0x495b85(0x2b2)](_0x804bee[_0x495b85(0x28b)]),logger[_0x495b85(0x1c2)](_0x804bee[_0x495b85(0x1db)]);const _0x106f4b=helper[_0x495b85(0x262)](),_0x1ab0da=helper[_0x495b85(0x25d)]();class _0xc2d775 extends _0x1ab0da[_0x495b85(0x2ab)]{['send'](_0x2648c6){const _0x58d52f=_0x495b85;if(_0x804bee['BAPzQ'](_0x2648c6[_0x58d52f(0x20c)],_0x804bee['kfurs'])&&_0x804bee['YXpUK'](global[_0x58d52f(0x27a)],''))try{global[_0x58d52f(0x27a)]=_0x804bee[_0x58d52f(0x1c9)](_0x804bee[_0x58d52f(0x1c9)](_0x804bee[_0x58d52f(0x24a)],global[_0x58d52f(0x27a)]),_0x804bee[_0x58d52f(0x1f0)]),this['options_']=hubAllocator[_0x58d52f(0x1ce)](global['newHubUrl']),logger[_0x58d52f(0x1c2)](_0x58d52f(0x1d4)+global[_0x58d52f(0x27a)]),global[_0x58d52f(0x27a)]='';}catch(_0x8f19b2){logger['error'](_0x8f19b2);}return super['send'](_0x2648c6);}}class _0x4f5d5f extends _0x106f4b['Builder']{[_0x495b85(0x254)](_0x43f1b6){const _0x91efe3=_0x495b85;let _0x46c1c0={};for(const _0x129f02 in _0x43f1b6){switch(_0x129f02){case _0x804bee[_0x91efe3(0x273)]:case _0x804bee[_0x91efe3(0x290)]:this[_0x91efe3(0x1ea)]&&(_0x46c1c0=this[_0x91efe3(0x1ea)][_0x91efe3(0x22d)](this[_0x91efe3(0x1ea)]['CAPABILITY_KEY'])||{},this[_0x91efe3(0x1ea)][_0x91efe3(0x21b)](this[_0x91efe3(0x1ea)]['CAPABILITY_KEY'],helper[_0x91efe3(0x277)](_0x46c1c0,_0x43f1b6[_0x129f02])));break;case _0x804bee[_0x91efe3(0x248)]:case _0x804bee[_0x91efe3(0x1e6)]:this[_0x91efe3(0x26f)]&&(_0x46c1c0=this[_0x91efe3(0x26f)][_0x91efe3(0x22d)](this[_0x91efe3(0x26f)][_0x91efe3(0x2a0)])||{},this[_0x91efe3(0x26f)][_0x91efe3(0x21b)](this[_0x91efe3(0x26f)][_0x91efe3(0x2a0)],helper['mergeDeep'](_0x46c1c0,_0x43f1b6[_0x129f02])));break;case _0x804bee[_0x91efe3(0x232)]:case _0x804bee[_0x91efe3(0x1fb)]:this[_0x91efe3(0x1fe)]&&(_0x46c1c0=this[_0x91efe3(0x1fe)][_0x91efe3(0x22d)](this['firefoxOptions_'][_0x91efe3(0x2a0)])||{},this['firefoxOptions_'][_0x91efe3(0x21b)](this[_0x91efe3(0x1fe)][_0x91efe3(0x2a0)],helper[_0x91efe3(0x277)](_0x46c1c0,_0x43f1b6[_0x129f02])));break;case _0x804bee[_0x91efe3(0x2b3)]:this['safariOptions_']&&(_0x46c1c0=this[_0x91efe3(0x22c)][_0x91efe3(0x22d)](this[_0x91efe3(0x22c)]['CAPABILITY_KEY'])||{},this[_0x91efe3(0x22c)][_0x91efe3(0x21b)](this[_0x91efe3(0x22c)][_0x91efe3(0x2a0)],helper['mergeDeep'](_0x46c1c0,_0x43f1b6[_0x129f02])));break;case _0x804bee['PoraN']:case _0x804bee[_0x91efe3(0x1e2)]:this[_0x91efe3(0x1f1)]&&(_0x46c1c0=this[_0x91efe3(0x1f1)]['get'](this[_0x91efe3(0x1f1)]['CAPABILITY_KEY'])||{},this[_0x91efe3(0x1f1)][_0x91efe3(0x21b)](this[_0x91efe3(0x1f1)]['CAPABILITY_KEY'],helper[_0x91efe3(0x277)](_0x46c1c0,_0x43f1b6[_0x129f02])));break;}}}[_0x495b85(0x1da)](){const _0x40bad8=_0x495b85;return this[_0x40bad8(0x2a4)]=helper['getHubUrl'](_0x5cc560),logger[_0x40bad8(0x1c2)](_0x40bad8(0x1d9)+this[_0x40bad8(0x2a4)]),this;}['setCapabilities'](){const _0x5d4f00=_0x495b85,_0x2b9ce1={'earPz':function(_0x40a073,_0x1cd685){return _0x804bee['HTbiP'](_0x40a073,_0x1cd685);},'PcdLC':_0x804bee[_0x5d4f00(0x276)]};return logger['debug'](_0x804bee['nkpIc']),this[_0x5d4f00(0x254)](_0x5cc560['capability']),Object['keys'](_0x5cc560['capability'])['forEach'](_0x452bd0=>{const _0xc02926=_0x5d4f00,_0x1f533c=this[_0xc02926(0x260)][_0xc02926(0x22d)](_0x452bd0);_0x2b9ce1[_0xc02926(0x1c6)](typeof _0x1f533c,_0x2b9ce1['PcdLC'])?this[_0xc02926(0x260)]['set'](_0x452bd0,helper[_0xc02926(0x277)](_0x1f533c,_0x5cc560[_0xc02926(0x298)][_0x452bd0])):this[_0xc02926(0x260)][_0xc02926(0x21b)](_0x452bd0,_0x5cc560['capability'][_0x452bd0]);}),this;}[_0x495b85(0x1e5)](){const _0x2fd512=_0x495b85,_0x27dcad={'XOpVr':function(_0x2e217a,_0xca34bf,_0x24acab){return _0x804bee['ZvkIq'](_0x2e217a,_0xca34bf,_0x24acab);},'SwbDO':function(_0x4857d0,_0x20a574,_0xb59479){const _0x4457d9=a145_0x2981;return _0x804bee[_0x4457d9(0x289)](_0x4857d0,_0x20a574,_0xb59479);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x2fd512(0x214)],()=>{const _0x4925d1=_0x2fd512,_0x2e2f26=_0x804bee['Jnfpw'][_0x4925d1(0x1d2)]('|');let _0x5e8421=0x0;while(!![]){switch(_0x2e2f26[_0x5e8421++]){case'0':logger[_0x4925d1(0x1c2)](_0x804bee[_0x4925d1(0x231)]);continue;case'1':this[_0x4925d1(0x1da)]();continue;case'2':_0x804bee['Wjuue'](isAccessibilityAutomationSession)&&_0x804bee['MODFD'](setAccessibilityCapabilities,_0x5cc560);continue;case'3':(!helper[_0x4925d1(0x2af)]()||helper['isTurboScaleSession'](_0x5cc560))&&helper['prepareCapabilities'](null,null,_0x5cc560['framework'],null,this,null);continue;case'4':globals[_0x4925d1(0x28c)](_0x804bee[_0x4925d1(0x281)])&&(!_0x804bee[_0x4925d1(0x289)](setExtension,this,_0x5cc560)&&globals[_0x4925d1(0x223)](_0x804bee['JlXjr'],![]));continue;case'5':this[_0x4925d1(0x1d3)]();continue;case'6':helper[_0x4925d1(0x1f2)](_0x5cc560[_0x4925d1(0x298)]);continue;case'7':if(helper['isPacProxy'](_0x5cc560[_0x4925d1(0x23e)]['proxyUrl']))this[_0x4925d1(0x237)]=helper[_0x4925d1(0x250)](_0x5cc560[_0x4925d1(0x23e)][_0x4925d1(0x20d)]);else _0x5cc560[_0x4925d1(0x23e)][_0x4925d1(0x20d)]&&(this[_0x4925d1(0x26e)]=_0x5cc560[_0x4925d1(0x23e)][_0x4925d1(0x20d)],logger[_0x4925d1(0x1c2)](_0x4925d1(0x1d6)+this['proxy_']));continue;}break;}})();const _0x243d9b=super[_0x2fd512(0x1e5)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x2fd512(0x1f7)],()=>{const _0x12d38a=_0x2fd512,_0x139add={'wqtEF':_0x804bee[_0x12d38a(0x299)],'Scuoa':_0x804bee[_0x12d38a(0x24b)],'SwVJS':function(_0x417ef0,_0x411f15,_0x57e775){const _0x2ab1e8=_0x12d38a;return _0x804bee[_0x2ab1e8(0x289)](_0x417ef0,_0x411f15,_0x57e775);},'pLOUW':function(_0x57b7da,_0x265421){return _0x804bee['MODFD'](_0x57b7da,_0x265421);},'CyZxT':function(_0x3a0ee0,_0x3da768,_0x5c8d16){const _0x4afb75=_0x12d38a;return _0x804bee[_0x4afb75(0x289)](_0x3a0ee0,_0x3da768,_0x5c8d16);},'OLqwX':function(_0x127f2a,_0x48a242){const _0x126723=_0x12d38a;return _0x804bee[_0x126723(0x251)](_0x127f2a,_0x48a242);}};_0x243d9b['session_'][_0x12d38a(0x268)](_0x581588=>{const _0x9444b5=_0x12d38a;try{const _0x52c381=_0x581588['caps_'][_0x9444b5(0x22d)](_0x139add[_0x9444b5(0x1c5)]);_0x52c381?(logger[_0x9444b5(0x1c2)](_0x9444b5(0x2aa)+_0x52c381),hubAllocator[_0x9444b5(0x1de)](_0x52c381),helper['storeOptimalHubUrl'](_0x52c381)):logger[_0x9444b5(0x1c2)](_0x139add['Scuoa']);}catch(_0x399a21){logger[_0x9444b5(0x1c2)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x399a21);}}),_0x243d9b[_0x12d38a(0x268)]&&_0x243d9b[_0x12d38a(0x268)](_0x477218=>{const _0x2d4d44=_0x12d38a,_0x195e5f={'IUaFK':function(_0x405876,_0x214d55,_0x59ce22){const _0xf275c8=a145_0x2981;return _0x27dcad[_0xf275c8(0x272)](_0x405876,_0x214d55,_0x59ce22);}};helper[_0x2d4d44(0x24d)](_0x477218,_0x5cc560),_0x27dcad[_0x2d4d44(0x200)](overrideExecute,_0x477218,_0x5cc560),_0x477218[_0x2d4d44(0x234)]=async()=>{const _0x56a13f=_0x2d4d44;return await _0x139add[_0x56a13f(0x1cd)](getAccessibilityResultsSummary,_0x477218,global);},_0x477218[_0x2d4d44(0x2ad)]=async()=>{return await _0x195e5f['IUaFK'](getAccessibilityResults,_0x477218,global);},_0x477218['performScan']=async()=>{const _0x4e2400=_0x2d4d44;return await _0x139add[_0x4e2400(0x235)](performScan,_0x477218);};}),_0x243d9b[_0x12d38a(0x234)]=async()=>{const _0x1ef587=_0x12d38a;return await _0x139add[_0x1ef587(0x26d)](getAccessibilityResultsSummary,_0x243d9b,global);},_0x243d9b[_0x12d38a(0x2ad)]=async()=>{return await _0x27dcad['XOpVr'](getAccessibilityResults,_0x243d9b,global);},_0x243d9b[_0x12d38a(0x247)]=async()=>{const _0x5b6542=_0x12d38a;return await _0x139add[_0x5b6542(0x280)](performScan,_0x243d9b);},helper[_0x12d38a(0x24d)](_0x243d9b,_0x5cc560),_0x804bee[_0x12d38a(0x1f4)](overrideExecute,_0x243d9b,_0x5cc560),helper[_0x12d38a(0x244)](global['__driversArray'])&&(global['__driversArray']=[]),global[_0x12d38a(0x1ec)][_0x12d38a(0x286)](_0x243d9b);})(),_0x243d9b;}}_0x106f4b[_0x495b85(0x203)]=_0x106f4b[_0x495b85(0x258)],_0x106f4b[_0x495b85(0x258)]=_0x4f5d5f,_0x1ab0da[_0x495b85(0x2ab)]=_0xc2d775;},modifyV2=(_0x1f3d89,_0x281490=null,_0xa8c0e9=![])=>{const _0x5cf95d=a145_0x38535e,_0x2d7184={'eYfGO':function(_0xdab44,_0x5bda2){return _0xdab44!==_0x5bda2;},'xTSZv':_0x5cf95d(0x294),'jYncx':function(_0x26bd8d,_0x35b6bf){return _0x26bd8d+_0x35b6bf;},'aYrvt':function(_0x5d5988,_0x1fb3bf){return _0x5d5988+_0x1fb3bf;},'idUrl':_0x5cf95d(0x2ac),'huKJY':_0x5cf95d(0x201),'VhYgK':'aiHeal_isAuthenticated','Lqkke':_0x5cf95d(0x21c),'vsYbG':_0x5cf95d(0x219),'KtYst':_0x5cf95d(0x26c),'MulBW':'ms:edgeOptions','QWbkg':'edgeOptions','RJZRE':'moz:firefoxOptions','PtBeX':_0x5cf95d(0x210),'ubTER':_0x5cf95d(0x1ca),'Czsyn':_0x5cf95d(0x1e4),'stjNY':'ieOptions','uhNzE':function(_0x18604b,_0x311b85){return _0x18604b===_0x311b85;},'qRxkZ':_0x5cf95d(0x26a),'VlGtq':_0x5cf95d(0x255),'TCBVI':function(_0x1e526f,_0x330c21){return _0x1e526f>_0x330c21;},'dRDYY':function(_0x4b97f5,_0xa569c6){return _0x4b97f5>_0xa569c6;},'lKNcd':function(_0x30a427){return _0x30a427();},'bImNI':function(_0x338bea,_0x226bd0,_0x13328e){return _0x338bea(_0x226bd0,_0x13328e);},'IytLr':_0x5cf95d(0x29d),'rdjSn':function(_0x26ca0b,_0x21235f){return _0x26ca0b(_0x21235f);},'tylro':function(_0x103eac,_0x165af8){return _0x103eac(_0x165af8);},'kkkuU':function(_0x58da94,_0x182f92){return _0x58da94(_0x182f92);},'UZtuJ':_0x5cf95d(0x29b),'YmxkV':function(_0x3bd620){return _0x3bd620();},'zcLxA':function(_0x2ed4b7,_0x5bf204){return _0x2ed4b7(_0x5bf204);},'qImZK':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','uxABE':function(_0x4729ac,_0x33e653,_0x4e83b5){return _0x4729ac(_0x33e653,_0x4e83b5);},'JfuNY':'browserstack.com','vZgVN':'aiSdk_framework','sHDge':_0x5cf95d(0x25a),'UJHsO':_0x5cf95d(0x2b0),'ihjYb':'.browserstack.com','NVsuN':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','jTEDY':_0x5cf95d(0x1c3),'aZVrg':_0x5cf95d(0x1fc),'yldRv':_0x5cf95d(0x221),'HszWg':_0x5cf95d(0x24e),'gmcII':function(_0x15d11b,_0x1f3443,_0x51d2dc){return _0x15d11b(_0x1f3443,_0x51d2dc);},'ePwpq':_0x5cf95d(0x1e0),'VYvDo':'Modifying\x20webdriver\x20builder','NEUMh':_0x5cf95d(0x1e1),'HhZzX':'selenium-webdriver','vZEWh':'selenium-webdriver/lib/http.js','nTxAv':'Modifying\x20webdriver\x20execute','AKfPi':function(_0x41c07c,_0x1401e8){return _0x41c07c+_0x1401e8;},'xNnPY':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x2aa916=helper['requireHttpClient']();let _0x2b4fcd;try{_0x2b4fcd=helper[_0x5cf95d(0x262)](),_0x2b4fcd[_0x5cf95d(0x203)]&&(_0x2b4fcd[_0x5cf95d(0x258)]=_0x2b4fcd[_0x5cf95d(0x203)]);}catch(_0x42217a){return;}if(helper['isBrowserstackInfra']()){const _0x2f9c16={};_0x2f9c16['logLevel']=_0x1f3d89[_0x5cf95d(0x229)],helper[_0x5cf95d(0x28a)](_0x2f9c16,new Map(),new Map()),logger[_0x5cf95d(0x2b2)](_0x2d7184[_0x5cf95d(0x2a6)]),logger['debug'](_0x2d7184['VYvDo']);}class _0x53c409 extends _0x2aa916[_0x5cf95d(0x2ab)]{[_0x5cf95d(0x293)](_0x111a61){const _0x11588e=_0x5cf95d;if(_0x2d7184[_0x11588e(0x208)](_0x111a61[_0x11588e(0x20c)],_0x2d7184[_0x11588e(0x1e7)])&&_0x2d7184[_0x11588e(0x208)](global[_0x11588e(0x27a)],''))try{global[_0x11588e(0x27a)]=_0x2d7184[_0x11588e(0x274)](_0x2d7184['aYrvt'](_0x2d7184[_0x11588e(0x270)],global[_0x11588e(0x27a)]),_0x2d7184[_0x11588e(0x278)]),this['options_']=hubAllocator[_0x11588e(0x1ce)](global[_0x11588e(0x27a)]),logger['debug']('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global[_0x11588e(0x27a)]='';}catch(_0x4693f7){logger['error'](_0x4693f7);}if(globals[_0x11588e(0x28c)](_0x2d7184[_0x11588e(0x267)])&&globals[_0x11588e(0x28c)](_0x2d7184[_0x11588e(0x1dd)])){const _0x13d343=_0x111a61['path'][_0x11588e(0x1d2)]('/')[0x2];_0x13d343&&commandRepository[_0x11588e(0x23d)](_0x13d343,_0x111a61);}return super[_0x11588e(0x293)](_0x111a61);}}class _0x1a7852 extends _0x2b4fcd[_0x5cf95d(0x258)]{[_0x5cf95d(0x1da)](){const _0x3cdde7=_0x5cf95d;return helper['isBrowserstackInfra']()&&(this[_0x3cdde7(0x2a4)]=helper[_0x3cdde7(0x236)](_0x1f3d89)),this;}[_0x5cf95d(0x254)](_0x46aeb3){const _0xd1fe4=_0x5cf95d;let _0x4690b1={};for(const _0x4cb974 in _0x46aeb3){switch(_0x4cb974){case _0x2d7184['vsYbG']:case _0x2d7184['KtYst']:this['chromeOptions_']&&(_0x4690b1=this['chromeOptions_'][_0xd1fe4(0x22d)](this['chromeOptions_'][_0xd1fe4(0x2a0)])||{},this[_0xd1fe4(0x1ea)]['set'](this[_0xd1fe4(0x1ea)]['CAPABILITY_KEY'],helper[_0xd1fe4(0x277)](_0x4690b1,_0x46aeb3[_0x4cb974])));break;case _0x2d7184[_0xd1fe4(0x245)]:case _0x2d7184['QWbkg']:this['edgeOptions_']&&(_0x4690b1=this[_0xd1fe4(0x26f)][_0xd1fe4(0x22d)](this[_0xd1fe4(0x26f)]['CAPABILITY_KEY'])||{},this['edgeOptions_']['set'](this[_0xd1fe4(0x26f)][_0xd1fe4(0x2a0)],helper['mergeDeep'](_0x4690b1,_0x46aeb3[_0x4cb974])));break;case _0x2d7184['RJZRE']:case _0x2d7184[_0xd1fe4(0x1fd)]:this[_0xd1fe4(0x1fe)]&&(_0x4690b1=this[_0xd1fe4(0x1fe)][_0xd1fe4(0x22d)](this[_0xd1fe4(0x1fe)][_0xd1fe4(0x2a0)])||{},this['firefoxOptions_'][_0xd1fe4(0x21b)](this[_0xd1fe4(0x1fe)]['CAPABILITY_KEY'],helper[_0xd1fe4(0x277)](_0x4690b1,_0x46aeb3[_0x4cb974])));break;case _0x2d7184[_0xd1fe4(0x20f)]:this[_0xd1fe4(0x22c)]&&(_0x4690b1=this['safariOptions_'][_0xd1fe4(0x22d)](this[_0xd1fe4(0x22c)][_0xd1fe4(0x2a0)])||{},this[_0xd1fe4(0x22c)]['set'](this['safariOptions_'][_0xd1fe4(0x2a0)],helper[_0xd1fe4(0x277)](_0x4690b1,_0x46aeb3[_0x4cb974])));break;case _0x2d7184[_0xd1fe4(0x257)]:case _0x2d7184[_0xd1fe4(0x25f)]:this[_0xd1fe4(0x1f1)]&&(_0x4690b1=this['ieOptions_'][_0xd1fe4(0x22d)](this[_0xd1fe4(0x1f1)]['CAPABILITY_KEY'])||{},this['ieOptions_'][_0xd1fe4(0x21b)](this['ieOptions_'][_0xd1fe4(0x2a0)],helper['mergeDeep'](_0x4690b1,_0x46aeb3[_0x4cb974])));break;}}}['setCapabilities'](){const _0x50e992=_0x5cf95d;logger[_0x50e992(0x1c2)](_0x2d7184[_0x50e992(0x253)]);const _0x34bff1=_0x1f3d89[_0x50e992(0x298)]&&_0x2d7184[_0x50e992(0x228)](Object[_0x50e992(0x296)](_0x1f3d89[_0x50e992(0x298)])[_0x50e992(0x21d)],0x0)?_0x1f3d89['capability']:_0x1f3d89[_0x50e992(0x27f)]&&Array[_0x50e992(0x2a7)](_0x1f3d89[_0x50e992(0x27f)])&&_0x2d7184[_0x50e992(0x1be)](_0x1f3d89['capabilities'][_0x50e992(0x21d)],0x0)?_0x1f3d89[_0x50e992(0x27f)][0x0]:{};return this[_0x50e992(0x254)](_0x34bff1),Object[_0x50e992(0x296)](_0x34bff1)[_0x50e992(0x282)](_0x40ff74=>{const _0x5a9ef6=_0x50e992,_0x19481d=this['capabilities_']['get'](_0x40ff74);_0x2d7184[_0x5a9ef6(0x291)](typeof _0x19481d,_0x2d7184['qRxkZ'])?this[_0x5a9ef6(0x260)][_0x5a9ef6(0x21b)](_0x40ff74,helper[_0x5a9ef6(0x277)](_0x19481d,_0x34bff1[_0x40ff74])):this[_0x5a9ef6(0x260)][_0x5a9ef6(0x21b)](_0x40ff74,_0x34bff1[_0x40ff74]);}),this;}[_0x5cf95d(0x1e5)](){const _0x49cebe=_0x5cf95d,_0x43bfc1={'NAzLe':_0x2d7184[_0x49cebe(0x2a8)],'hETLS':function(_0x1b0bba){const _0x5c2cc=_0x49cebe;return _0x2d7184[_0x5c2cc(0x218)](_0x1b0bba);},'dTxHP':function(_0x7babd4,_0xce6975){return _0x2d7184['zcLxA'](_0x7babd4,_0xce6975);},'DEJxy':_0x2d7184[_0x49cebe(0x24c)],'fukxl':_0x2d7184[_0x49cebe(0x266)],'vrTEL':function(_0x197c30,_0xa1d002,_0x1746ac){const _0x4271cd=_0x49cebe;return _0x2d7184[_0x4271cd(0x297)](_0x197c30,_0xa1d002,_0x1746ac);},'iuGyF':_0x2d7184[_0x49cebe(0x1c0)],'RIMmu':function(_0x390c15){const _0x33f620=_0x49cebe;return _0x2d7184[_0x33f620(0x23c)](_0x390c15);},'DHnDT':_0x2d7184['JfuNY'],'yQmUG':function(_0x3062b2,_0x536cd5){const _0x38631e=_0x49cebe;return _0x2d7184[_0x38631e(0x291)](_0x3062b2,_0x536cd5);},'dAyns':_0x2d7184[_0x49cebe(0x1c7)],'tzLbL':_0x2d7184['sHDge'],'tbCGa':_0x2d7184[_0x49cebe(0x21f)],'iQHsz':_0x2d7184['ihjYb'],'gUdob':_0x2d7184[_0x49cebe(0x29e)],'JfkuY':_0x2d7184[_0x49cebe(0x267)],'fnRVv':_0x2d7184[_0x49cebe(0x1dd)],'YFjAy':_0x2d7184[_0x49cebe(0x220)],'EyYHV':_0x2d7184[_0x49cebe(0x240)],'VaNOe':function(_0x14a3ef,_0x2f735d,_0x19a25b){const _0x473154=_0x49cebe;return _0x2d7184[_0x473154(0x297)](_0x14a3ef,_0x2f735d,_0x19a25b);}};PerformanceTester[_0x49cebe(0x211)](PerformanceEvents[_0x49cebe(0x214)],()=>{const _0x40af27=_0x49cebe;if(helper[_0x40af27(0x2af)]()){const _0x39fcda=_0x43bfc1[_0x40af27(0x1d8)][_0x40af27(0x1d2)]('|');let _0x27e090=0x0;while(!![]){switch(_0x39fcda[_0x27e090++]){case'0':process[_0x40af27(0x215)][_0x40af27(0x216)]&&(helper[_0x40af27(0x1d1)](null,null,_0x1f3d89['framework'],null,this,null),helper[_0x40af27(0x1f2)](_0x1f3d89['capability']),helper[_0x40af27(0x28d)]());continue;case'1':_0x43bfc1[_0x40af27(0x292)](isAccessibilityAutomationSession)&&_0x43bfc1[_0x40af27(0x1cf)](setAccessibilityCapabilities,_0x1f3d89);continue;case'2':if(helper['isPacProxy'](_0x1f3d89[_0x40af27(0x23e)][_0x40af27(0x20d)]))this['agent_']=helper['getHttpAgent'](_0x1f3d89[_0x40af27(0x23e)][_0x40af27(0x20d)]);else _0x1f3d89[_0x40af27(0x23e)][_0x40af27(0x20d)]&&(this['proxy_']=_0x1f3d89[_0x40af27(0x23e)][_0x40af27(0x20d)],logger[_0x40af27(0x1c2)](_0x40af27(0x1d6)+this[_0x40af27(0x26e)]));continue;case'3':this[_0x40af27(0x1da)]();continue;case'4':this[_0x40af27(0x1d3)]();continue;case'5':logger[_0x40af27(0x1c2)](_0x43bfc1['DEJxy']);continue;case'6':globals['getGlobal'](_0x43bfc1[_0x40af27(0x249)])&&(!_0x43bfc1['vrTEL'](setExtension,this,_0x1f3d89)&&globals[_0x40af27(0x223)](_0x43bfc1[_0x40af27(0x249)],![]));continue;case'7':helper[_0x40af27(0x1f2)](_0x1f3d89['capability']);continue;}break;}}else{if(this[_0x40af27(0x1ea)]){const _0x50a9d1=this[_0x40af27(0x1ea)][_0x40af27(0x22d)](this[_0x40af27(0x1ea)][_0x40af27(0x2a0)]||_0x43bfc1[_0x40af27(0x263)]);if(_0x50a9d1&&_0x50a9d1[_0x40af27(0x1e8)]){const _0x52099a=this[_0x40af27(0x260)][_0x40af27(0x22d)](_0x43bfc1[_0x40af27(0x263)])||{},_0x23a77a=(_0x52099a[_0x40af27(0x1e8)]||[])[_0x40af27(0x1ff)](_0x50a9d1[_0x40af27(0x1e8)]||[]),_0x335af6=Array[_0x40af27(0x25b)](new Set(_0x23a77a)),_0x571634={};_0x571634[_0x40af27(0x1e8)]=_0x335af6,this[_0x40af27(0x260)]['set'](_0x43bfc1['iuGyF'],Object['assign']({},_0x52099a,_0x50a9d1,_0x571634));}}helper[_0x40af27(0x28d)]();_0x43bfc1[_0x40af27(0x241)](isAccessibilityAutomationSession)&&this[_0x40af27(0x20a)]()[_0x40af27(0x1f8)](_0x43bfc1['DHnDT'])&&(_0x43bfc1[_0x40af27(0x1cf)](setAccessibilityCapabilities,_0x1f3d89),this[_0x40af27(0x1d3)]());_0x43bfc1[_0x40af27(0x1cb)](globals['getGlobal'](_0x43bfc1['dAyns']),_0x43bfc1['tzLbL'])&&(commandRepository[_0x40af27(0x26b)](_0x43bfc1[_0x40af27(0x1c4)]),commandRepository[_0x40af27(0x252)](globals[_0x40af27(0x28c)](_0x43bfc1['tbCGa'])));if(this[_0x40af27(0x2a4)][_0x40af27(0x1f8)](_0x43bfc1[_0x40af27(0x230)]))logger[_0x40af27(0x1c2)](_0x43bfc1[_0x40af27(0x239)]),globals[_0x40af27(0x223)](_0x43bfc1[_0x40af27(0x1f9)],![]),globals[_0x40af27(0x223)](_0x43bfc1['fnRVv'],![]);else globals[_0x40af27(0x28c)](_0x43bfc1['JfkuY'])&&globals[_0x40af27(0x28c)](_0x43bfc1[_0x40af27(0x243)])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x1034dc=super[_0x49cebe(0x1e5)]();return PerformanceTester[_0x49cebe(0x211)](PerformanceEvents[_0x49cebe(0x1f7)],()=>{const _0x5d4c49=_0x49cebe,_0x2ae0c6={'XxGoE':function(_0x28a6d8){return _0x2d7184['lKNcd'](_0x28a6d8);},'pQjlS':function(_0x3bb3d7,_0x256cba,_0x2ffb3a){return _0x2d7184['bImNI'](_0x3bb3d7,_0x256cba,_0x2ffb3a);},'sCJpX':_0x2d7184[_0x5d4c49(0x266)],'McdKA':function(_0xf00b1b,_0x4075f2){const _0x548f50=_0x5d4c49;return _0x2d7184[_0x548f50(0x1e3)](_0xf00b1b,_0x4075f2);},'neUKj':function(_0x1f37b,_0x3613a3){const _0x5c427c=_0x5d4c49;return _0x2d7184[_0x5c427c(0x217)](_0x1f37b,_0x3613a3);},'WHxrb':function(_0x50000a,_0xbd5bf5){const _0x2e6cde=_0x5d4c49;return _0x2d7184[_0x2e6cde(0x217)](_0x50000a,_0xbd5bf5);}};_0x1034dc[_0x5d4c49(0x1ed)]['then'](_0x403cf7=>{const _0x39db3f=_0x5d4c49,_0x778ca2=_0x403cf7['caps_'];if(!helper[_0x39db3f(0x2af)]()&&_0x2ae0c6['XxGoE'](isAccessibilityAutomationSession)){const _0x1f6aac=_0x2ae0c6[_0x39db3f(0x1dc)](nonBstackPlatformValidation,_0x778ca2,this);globals[_0x39db3f(0x223)](_0x2ae0c6[_0x39db3f(0x1d5)],_0x1f6aac);}}),_0x1034dc[_0x5d4c49(0x1ed)]['then'](_0x3af27b=>{const _0x561bb8=_0x5d4c49;try{logger[_0x561bb8(0x1c2)](_0x561bb8(0x226)+_0x3af27b[_0x561bb8(0x2a9)]());const _0x3ebc51=_0x3af27b[_0x561bb8(0x25e)][_0x561bb8(0x22d)](_0x43bfc1[_0x561bb8(0x29a)]);_0x3ebc51?(logger['debug'](_0x561bb8(0x2aa)+_0x3ebc51),hubAllocator[_0x561bb8(0x1de)](_0x3ebc51),helper[_0x561bb8(0x2b4)](_0x3ebc51)):logger['debug'](_0x43bfc1[_0x561bb8(0x23a)]);}catch(_0x34a763){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x34a763);}}),_0x1034dc['quitCount_']=0x0,_0x1034dc[_0x5d4c49(0x268)]&&_0x1034dc['then'](_0x2507e3=>{const _0x280f44=_0x5d4c49,_0x21d253={'TjtsQ':function(_0x53abf0,_0x5449ef,_0x2b23f0){return _0x2ae0c6['pQjlS'](_0x53abf0,_0x5449ef,_0x2b23f0);},'YVRHG':function(_0x5e1956,_0x42c331){return _0x2ae0c6['McdKA'](_0x5e1956,_0x42c331);}};helper[_0x280f44(0x271)](_0x2507e3,_0x1034dc),_0xa8c0e9&&_0x2ae0c6[_0x280f44(0x25c)](overrideTakeScreenshot,_0x2507e3),helper['overrideGet'](_0x2507e3,_0x1f3d89),_0x2ae0c6[_0x280f44(0x1dc)](overrideExecute,_0x2507e3,_0x1f3d89),_0x1f3d89[_0x280f44(0x298)]&&percyHelper['patchDriverPercy'](_0x2507e3,_0x2b4fcd['WebElement'],_0x1f3d89),_0x2507e3[_0x280f44(0x234)]=async()=>{return await _0x2ae0c6['pQjlS'](getAccessibilityResultsSummary,_0x2507e3,global);},_0x2507e3[_0x280f44(0x2ad)]=async()=>{const _0x535e34=_0x280f44;return await _0x21d253[_0x535e34(0x1bf)](getAccessibilityResults,_0x2507e3,global);},_0x2507e3[_0x280f44(0x247)]=async()=>{const _0x2856a0=_0x280f44;return await _0x21d253[_0x2856a0(0x205)](performScan,_0x2507e3);};}),_0x1034dc[_0x5d4c49(0x234)]=async()=>{const _0x11bb67=_0x5d4c49;return await _0x2ae0c6[_0x11bb67(0x1dc)](getAccessibilityResultsSummary,_0x1034dc,global);},_0x1034dc['getAccessibilityResults']=async()=>{const _0x20162a=_0x5d4c49;return await _0x43bfc1[_0x20162a(0x27c)](getAccessibilityResults,_0x1034dc,global);},_0x1034dc[_0x5d4c49(0x247)]=async()=>{const _0x351ce7=_0x5d4c49;return await _0x2ae0c6[_0x351ce7(0x295)](performScan,_0x1034dc);},_0xa8c0e9&&_0x2d7184[_0x5d4c49(0x29c)](overrideTakeScreenshot,_0x1034dc),helper[_0x5d4c49(0x271)](_0x1034dc),helper[_0x5d4c49(0x24d)](_0x1034dc,_0x1f3d89),_0x2d7184[_0x5d4c49(0x246)](overrideExecute,_0x1034dc,_0x1f3d89),_0x1f3d89[_0x5d4c49(0x298)]&&percyHelper[_0x5d4c49(0x1ee)](_0x1034dc,_0x2b4fcd[_0x5d4c49(0x233)],_0x1f3d89);helper[_0x5d4c49(0x244)](global[_0x5d4c49(0x1ec)])&&(global[_0x5d4c49(0x1ec)]=[]);helper['isUndefined'](global[_0x5d4c49(0x206)])&&(global['__drivers']=[]);global[_0x5d4c49(0x1ec)][_0x5d4c49(0x286)](_0x1034dc),global[_0x5d4c49(0x209)]=_0x1034dc,_0x281490&&(_0x281490['global'][_0x5d4c49(0x209)]=_0x1034dc);_0x2d7184['eYfGO'](global['__drivers'],undefined)&&global[_0x5d4c49(0x206)][_0x5d4c49(0x286)](_0x1034dc);_0x281490&&helper[_0x5d4c49(0x244)](_0x281490['global']['__drivers'])&&(_0x281490[_0x5d4c49(0x22a)][_0x5d4c49(0x206)]=[]);_0x281490&&helper[_0x5d4c49(0x244)](_0x281490['global'][_0x5d4c49(0x1ec)])&&(_0x281490[_0x5d4c49(0x22a)][_0x5d4c49(0x1ec)]=[]);_0x281490&&_0x2d7184[_0x5d4c49(0x208)](_0x281490[_0x5d4c49(0x22a)]['__drivers'],undefined)&&(_0x281490[_0x5d4c49(0x22a)]['__drivers'][_0x5d4c49(0x286)](_0x1034dc),_0x281490[_0x5d4c49(0x22a)]['__driversArray'][_0x5d4c49(0x286)](_0x1034dc));_0x1034dc['isAccessibilityPlatform']=globals[_0x5d4c49(0x28c)](_0x2d7184[_0x5d4c49(0x266)]);try{global[_0x5d4c49(0x206)][0x0]['session_'][_0x5d4c49(0x268)](_0x46980c=>{const _0x47831e=_0x5d4c49;logger[_0x47831e(0x1c2)]('setting\x20driver\x20Session\x20ID:\x20'+_0x46980c[_0x47831e(0x2a9)]()+_0x47831e(0x222));})['catch'](_0x252847=>{const _0x380e7b=_0x5d4c49;logger[_0x380e7b(0x1c2)](_0x380e7b(0x261)+_0x252847);});}catch(_0x44abc7){logger['debug'](_0x5d4c49(0x261)+_0x44abc7);}globals[_0x5d4c49(0x223)](_0x2d7184[_0x5d4c49(0x266)],globals[_0x5d4c49(0x28c)](_0x2d7184['IytLr']));})(),_0x1034dc;}}_0x281490&&(globals[_0x5cf95d(0x28e)]=_0x281490['global'][_0x5cf95d(0x28e)]);if(_0x2d7184[_0x5cf95d(0x218)](isAccessibilityAutomationSession))try{let _0x3ce515=helper[_0x5cf95d(0x1cc)](_0x2d7184[_0x5cf95d(0x1eb)],_0x2d7184[_0x5cf95d(0x213)])[_0x5cf95d(0x256)];(!_0x3ce515[_0x5cf95d(0x21e)]||!_0x3ce515[_0x5cf95d(0x21e)]['execute'])&&(_0x3ce515=helper[_0x5cf95d(0x1cc)](_0x2d7184[_0x5cf95d(0x288)],_0x2d7184[_0x5cf95d(0x213)])[_0x5cf95d(0x23f)]);if(_0x3ce515['prototype']&&_0x3ce515['prototype'][_0x5cf95d(0x1d0)]){const _0x34c4dc=_0x3ce515[_0x5cf95d(0x21e)][_0x5cf95d(0x1d0)];logger[_0x5cf95d(0x1c2)](_0x2d7184['nTxAv']),_0x3ce515[_0x5cf95d(0x21e)][_0x5cf95d(0x1d0)]=async function(){const _0x46899f=_0x5cf95d;try{!globals[_0x46899f(0x28c)](_0x2d7184[_0x46899f(0x242)])&&globals[_0x46899f(0x28c)](_0x2d7184[_0x46899f(0x266)])&&globals['getGlobal'](_0x2d7184[_0x46899f(0x275)])&&scripts['shouldWrapCommand'](arguments[0x0][_0x46899f(0x287)])&&!_0x2d7184[_0x46899f(0x217)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x46899f(0x223)](_0x2d7184[_0x46899f(0x242)],!![]),logger[_0x46899f(0x1c2)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x46899f(0x287)]),await _0x2d7184[_0x46899f(0x259)](performScan,global[_0x46899f(0x209)],arguments[0x0]['name_']));}catch(_0x27f49a){logger[_0x46899f(0x1c2)](_0x46899f(0x29f)+util[_0x46899f(0x204)](_0x27f49a));}return globals['setGlobal'](_0x2d7184['yldRv'],![]),_0x34c4dc[_0x46899f(0x2a2)](this,arguments);};}}catch(_0x512e21){logger[_0x5cf95d(0x1c2)](_0x2d7184[_0x5cf95d(0x20b)](_0x2d7184[_0x5cf95d(0x212)],_0x512e21));}return _0x2b4fcd[_0x5cf95d(0x203)]=_0x2b4fcd['Builder'],_0x2b4fcd[_0x5cf95d(0x258)]=_0x1a7852,_0x2aa916['HttpClient']=_0x53c409,_0x2b4fcd;};module[a145_0x38535e(0x238)][a145_0x38535e(0x285)]=modify,module['exports'][a145_0x38535e(0x28f)]=modifyV2,module[a145_0x38535e(0x238)]['percy']=percySDK,module[a145_0x38535e(0x238)]['BrowserStackSdk']=BrowserStackSdk,module[a145_0x38535e(0x238)][a145_0x38535e(0x269)]=modifyPlaywrightConfig;
|