browserstack-node-sdk 1.53.3 → 1.53.5
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/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.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/puppeteer-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/puppeteerAutomationFramework.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/puppeteerDriverModule.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/puppeteer-helper.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
|
+
var a150_0x4eb3da=a150_0x2729;(function(_0x27d8e8,_0x1bdb75){var _0x5c038b=a150_0x2729,_0x4bc2e4=_0x27d8e8();while(!![]){try{var _0x1ca15=-parseInt(_0x5c038b(0x185))/0x1+parseInt(_0x5c038b(0x18b))/0x2*(parseInt(_0x5c038b(0x1ba))/0x3)+-parseInt(_0x5c038b(0x19d))/0x4*(-parseInt(_0x5c038b(0x15a))/0x5)+parseInt(_0x5c038b(0x1c6))/0x6+-parseInt(_0x5c038b(0x1af))/0x7+-parseInt(_0x5c038b(0x1a8))/0x8+-parseInt(_0x5c038b(0x174))/0x9*(parseInt(_0x5c038b(0x1a6))/0xa);if(_0x1ca15===_0x1bdb75)break;else _0x4bc2e4['push'](_0x4bc2e4['shift']());}catch(_0x5b700c){_0x4bc2e4['push'](_0x4bc2e4['shift']());}}}(a150_0x28e4,0x35438),exports[a150_0x4eb3da(0x18d)]=()=>{var _0x166ee3=a150_0x4eb3da,_0x35eb4c={};_0x35eb4c[_0x166ee3(0x198)]=_0x166ee3(0x1a2),_0x35eb4c[_0x166ee3(0x1c9)]=_0x166ee3(0x17b),_0x35eb4c[_0x166ee3(0x176)]=_0x166ee3(0x16b),_0x35eb4c[_0x166ee3(0x1a3)]=_0x166ee3(0x1a0),_0x35eb4c[_0x166ee3(0x1b6)]=_0x166ee3(0x1bd),_0x35eb4c[_0x166ee3(0x175)]=_0x166ee3(0x16e),_0x35eb4c['mXQOh']=_0x166ee3(0x171),_0x35eb4c[_0x166ee3(0x1d6)]='buildName',_0x35eb4c['pTSbZ']='sessionName',_0x35eb4c['dPonV']=_0x166ee3(0x1bf),_0x35eb4c['SdUCe']=_0x166ee3(0x18e),_0x35eb4c[_0x166ee3(0x1ce)]=_0x166ee3(0x1d7),_0x35eb4c[_0x166ee3(0x1e7)]=_0x166ee3(0x17e),_0x35eb4c[_0x166ee3(0x1ae)]=_0x166ee3(0x15d),_0x35eb4c[_0x166ee3(0x1aa)]=_0x166ee3(0x167),_0x35eb4c[_0x166ee3(0x1b4)]=_0x166ee3(0x1bb),_0x35eb4c['YlUPy']='video',_0x35eb4c[_0x166ee3(0x15b)]='seleniumLogs',_0x35eb4c[_0x166ee3(0x159)]=_0x166ee3(0x162),_0x35eb4c[_0x166ee3(0x19a)]=_0x166ee3(0x1c1),_0x35eb4c[_0x166ee3(0x1c8)]=_0x166ee3(0x195),_0x35eb4c[_0x166ee3(0x178)]='resolution',_0x35eb4c['Iyotq']=_0x166ee3(0x15f),_0x35eb4c['NDwLt']='maskCommands',_0x35eb4c['CRaym']='idleTimeout',_0x35eb4c[_0x166ee3(0x1d2)]=_0x166ee3(0x164),_0x35eb4c['xbAkP']=_0x166ee3(0x1a7),_0x35eb4c[_0x166ee3(0x190)]=_0x166ee3(0x1dc),_0x35eb4c[_0x166ee3(0x1d5)]=_0x166ee3(0x1c7),_0x35eb4c[_0x166ee3(0x1a9)]=_0x166ee3(0x1db),_0x35eb4c[_0x166ee3(0x186)]=_0x166ee3(0x188),_0x35eb4c['ygzwz']='deviceName',_0x35eb4c[_0x166ee3(0x1e2)]=_0x166ee3(0x197),_0x35eb4c[_0x166ee3(0x18f)]=_0x166ee3(0x1ad),_0x35eb4c[_0x166ee3(0x19e)]=_0x166ee3(0x1c5),_0x35eb4c[_0x166ee3(0x1ca)]=_0x166ee3(0x173),_0x35eb4c['EmFhe']=_0x166ee3(0x163),_0x35eb4c[_0x166ee3(0x1d0)]=_0x166ee3(0x16a),_0x35eb4c['pTglW']=_0x166ee3(0x1d4),_0x35eb4c['dGhGb']=_0x166ee3(0x199),_0x35eb4c[_0x166ee3(0x196)]=_0x166ee3(0x1cb),_0x35eb4c[_0x166ee3(0x16d)]=_0x166ee3(0x1e6),_0x35eb4c[_0x166ee3(0x1a5)]=_0x166ee3(0x1e4),_0x35eb4c[_0x166ee3(0x1dd)]='accessibilityOptions.scannerVersion',_0x35eb4c[_0x166ee3(0x18a)]=_0x166ee3(0x1d1),_0x35eb4c[_0x166ee3(0x166)]=_0x166ee3(0x1be),_0x35eb4c[_0x166ee3(0x161)]='accessibilityOptions.includeIssueType.needsReview',_0x35eb4c[_0x166ee3(0x15e)]=_0x166ee3(0x189),_0x35eb4c[_0x166ee3(0x182)]=_0x166ee3(0x165),_0x35eb4c[_0x166ee3(0x1b5)]=_0x166ee3(0x17a),_0x35eb4c[_0x166ee3(0x1b8)]=_0x166ee3(0x1c3),_0x35eb4c[_0x166ee3(0x19c)]=_0x166ee3(0x184),_0x35eb4c[_0x166ee3(0x1d8)]='overridelocalInfo.userAuthToken',_0x35eb4c[_0x166ee3(0x15c)]=_0x166ee3(0x1da),_0x35eb4c[_0x166ee3(0x192)]=_0x166ee3(0x1a4),_0x35eb4c['JEtXF']=_0x166ee3(0x1ab);var _0x32c8ba=_0x35eb4c,_0x2c6a88={};return _0x2c6a88[_0x166ee3(0x16c)]=_0x32c8ba[_0x166ee3(0x198)],_0x2c6a88[_0x166ee3(0x1b7)]=_0x32c8ba[_0x166ee3(0x1c9)],_0x2c6a88['os']='os',_0x2c6a88[_0x166ee3(0x1e1)]=_0x32c8ba['kGNsi'],_0x2c6a88[_0x166ee3(0x1a0)]=_0x32c8ba[_0x166ee3(0x1a3)],_0x2c6a88['browser_version']=_0x32c8ba[_0x166ee3(0x1b6)],_0x2c6a88['browserstack.use_w3c']=_0x32c8ba['npFMW'],_0x2c6a88[_0x166ee3(0x1e0)]=_0x32c8ba[_0x166ee3(0x19f)],_0x2c6a88['build']=_0x32c8ba[_0x166ee3(0x1d6)],_0x2c6a88[_0x166ee3(0x160)]=_0x32c8ba[_0x166ee3(0x1d9)],_0x2c6a88[_0x166ee3(0x1c4)]=_0x32c8ba[_0x166ee3(0x1df)],_0x2c6a88['browserstack.localIdentifier']=_0x32c8ba[_0x166ee3(0x1b0)],_0x2c6a88[_0x166ee3(0x19b)]=_0x32c8ba[_0x166ee3(0x1ce)],_0x2c6a88[_0x166ee3(0x1cf)]=_0x32c8ba[_0x166ee3(0x1e7)],_0x2c6a88[_0x166ee3(0x183)]=_0x32c8ba[_0x166ee3(0x1ae)],_0x2c6a88[_0x166ee3(0x17d)]=_0x32c8ba[_0x166ee3(0x1aa)],_0x2c6a88[_0x166ee3(0x1d3)]=_0x32c8ba[_0x166ee3(0x1b4)],_0x2c6a88['browserstack.video']=_0x32c8ba[_0x166ee3(0x169)],_0x2c6a88[_0x166ee3(0x181)]=_0x32c8ba[_0x166ee3(0x15b)],_0x2c6a88[_0x166ee3(0x191)]=_0x32c8ba[_0x166ee3(0x159)],_0x2c6a88[_0x166ee3(0x1b9)]=_0x32c8ba[_0x166ee3(0x19a)],_0x2c6a88['browserstack.timezone']=_0x32c8ba[_0x166ee3(0x1c8)],_0x2c6a88[_0x166ee3(0x1ac)]=_0x32c8ba[_0x166ee3(0x178)],_0x2c6a88['browserstack.selenium_version']=_0x32c8ba['Iyotq'],_0x2c6a88[_0x166ee3(0x1c2)]=_0x32c8ba['NDwLt'],_0x2c6a88[_0x166ee3(0x179)]=_0x32c8ba['CRaym'],_0x2c6a88[_0x166ee3(0x1cd)]=_0x32c8ba[_0x166ee3(0x1d2)],_0x2c6a88['browserstack.autoWait']=_0x32c8ba['xbAkP'],_0x2c6a88[_0x166ee3(0x170)]=_0x32c8ba[_0x166ee3(0x190)],_0x2c6a88[_0x166ee3(0x1b2)]=_0x32c8ba[_0x166ee3(0x1d5)],_0x2c6a88[_0x166ee3(0x187)]=_0x32c8ba[_0x166ee3(0x1a9)],_0x2c6a88[_0x166ee3(0x1e5)]=_0x32c8ba[_0x166ee3(0x186)],_0x2c6a88[_0x166ee3(0x180)]=_0x32c8ba['ygzwz'],_0x2c6a88[_0x166ee3(0x197)]=_0x32c8ba['AnAOM'],_0x2c6a88['browserstack.appium_version']=_0x32c8ba[_0x166ee3(0x18f)],_0x2c6a88[_0x166ee3(0x1c5)]=_0x32c8ba[_0x166ee3(0x19e)],_0x2c6a88[_0x166ee3(0x1de)]=_0x32c8ba['PRFpL'],_0x2c6a88['browserstack.networkProfile']=_0x32c8ba[_0x166ee3(0x1a1)],_0x2c6a88[_0x166ee3(0x1c0)]=_0x32c8ba[_0x166ee3(0x1d0)],_0x2c6a88[_0x166ee3(0x16f)]=_0x32c8ba['pTglW'],_0x2c6a88[_0x166ee3(0x1b3)]=_0x32c8ba[_0x166ee3(0x1e3)],_0x2c6a88[_0x166ee3(0x17c)]=_0x32c8ba[_0x166ee3(0x196)],_0x2c6a88[_0x166ee3(0x168)]=_0x32c8ba['fwqdB'],_0x2c6a88[_0x166ee3(0x177)]=_0x32c8ba[_0x166ee3(0x1a5)],_0x2c6a88[_0x166ee3(0x1cc)]=_0x32c8ba[_0x166ee3(0x1dd)],_0x2c6a88['browserstack.accessibilityOptions.scannerProcessingTimeout']=_0x32c8ba[_0x166ee3(0x18a)],_0x2c6a88[_0x166ee3(0x194)]=_0x32c8ba['ARTqD'],_0x2c6a88['browserstack.accessibilityOptions.includeIssueType.needsReview']=_0x32c8ba['TAjRK'],_0x2c6a88[_0x166ee3(0x17f)]=_0x32c8ba[_0x166ee3(0x15e)],_0x2c6a88[_0x166ee3(0x172)]=_0x32c8ba[_0x166ee3(0x182)],_0x2c6a88[_0x166ee3(0x1bc)]=_0x32c8ba[_0x166ee3(0x1b5)],_0x2c6a88[_0x166ee3(0x1b1)]=_0x32c8ba[_0x166ee3(0x1b8)],_0x2c6a88['browserstack.playwrightVersion']=_0x32c8ba['ALlPa'],_0x2c6a88[_0x166ee3(0x193)]=_0x32c8ba[_0x166ee3(0x1d8)],_0x2c6a88[_0x166ee3(0x18c)]=_0x32c8ba[_0x166ee3(0x15c)],_0x2c6a88['browserstack.headerParams']=_0x32c8ba[_0x166ee3(0x192)],_0x2c6a88['browserstack.performance']=_0x32c8ba['JEtXF'],_0x2c6a88;});function a150_0x2729(_0xaa2574,_0x487f98){var _0x28e41c=a150_0x28e4();return a150_0x2729=function(_0x27291b,_0x27da11){_0x27291b=_0x27291b-0x159;var _0xa78ca5=_0x28e41c[_0x27291b];return _0xa78ca5;},a150_0x2729(_0xaa2574,_0x487f98);}function a150_0x28e4(){var _0x3d9f03=['WWLSB','spOYm','browserstack.key','kRZdG','browserstack.geoLocation','147acjjid','appiumLogs','browserstack.enableSim','browserVersion','accessibilityOptions.includeIssueType.bestPractice','local','browserstack.buildIdentifier','geoLocation','browserstack.maskCommands','simOptions','browserstack.local','deviceOrientation','1192518RrMTcU','bfcache','uJJhR','nkEGF','PRFpL','buildProductMap','browserstack.accessibilityOptions.scannerVersion','browserstack.maskBasicAuth','xfZHd','browserstack.console','vRWAJ','accessibilityOptions.scannerProcessingTimeout','Ghxjw','browserstack.appiumLogs','browserstackSDK','fuVTm','vGdsx','debug','gMHlp','pTSbZ','overridelocalInfo.localIdentifier','wsLocalSupport','hosts','PxkAL','browserstack.customNetwork','dPonV','project','os_version','AnAOM','dGhGb','accessibilityOptions.wcagVersion','browserstack.disableCorsRestrictions','testhubBuildUuid','MDzry','DkcPr','2132210SpwQHo','HZIsF','luVsX','networkLogs','SKjvV','seleniumVersion','name','TAjRK','telemetryLogs','networkProfile','maskBasicAuth','uploadMedia','ARTqD','networkLogsOptions','browserstack.testhubBuildUuid','YlUPy','buildIdentifier','osVersion','browserstack.user','fwqdB','useW3c','browserstack.browserstackSDK','browserstack.hosts','projectName','browserstack.uploadMedia','customNetwork','58851BWqRfY','npFMW','kGNsi','browserstack.accessibilityOptions.wcagVersion','KdcPs','browserstack.idleTimeout','enableSim','accessKey','browserstack.buildProductMap','browserstack.networkLogsOptions','consoleLogs','browserstack.accessibilityOptions.authToken','device','browserstack.seleniumLogs','AgYlZ','browserstack.networkLogs','playwrightVersion','220567upCYFg','qJmyk','browserstack.wsLocalSupport','disableCorsRestrictions','accessibilityOptions.authToken','hETwo','14154rOfOdV','browserstack.overridelocalInfo.localIdentifier','W3CMapping','localIdentifier','iDwlJ','LvqRH','browserstack.telemetryLogs','mvLHW','browserstack.overridelocalInfo.userAuthToken','browserstack.accessibilityOptions.includeIssueType.bestPractice','timezone','acmWN','realMobile','kJQcA','accessibility','UCdoH','browserstack.debug','ALlPa','4lcNUYo','ssmmn','mXQOh','browser','EmFhe','userName','wJXKh','headerParams','rkTFt','280GDaKAP','autoWait','1186128zzarZh','VnfIi','DXLhW','performance','resolution','appiumVersion','OVDQn','1413125JpAdUo','SdUCe','browserstack.simOptions','browserstack.bfcache','browserstack.accessibility','GbENs'];a150_0x28e4=function(){return _0x3d9f03;};return a150_0x28e4();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a151_0x437d(_0x52731e,_0x28a619){const _0x14adf3=a151_0x14ad();return a151_0x437d=function(_0x437d42,_0x46e9fc){_0x437d42=_0x437d42-0x78;let _0xfc0ec8=_0x14adf3[_0x437d42];return _0xfc0ec8;},a151_0x437d(_0x52731e,_0x28a619);}function a151_0x14ad(){const _0xabbea8=['Pypsy','IDugA','hubUrl','10653615UbnJal','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','HUB\x20URL\x20FALLBACK\x20TO\x20-\x20','pxrBh','53774WKhGNw','path','UtLuH','2322360qJxmBC','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','no\x20latency','hKgTG','aVMXq','findLatency','hash','pathname','269938whFPax','url','Ethra','2084992sgWhFB','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','gsCFc','XFXxJ','UiULA','length','hubRegion','https://','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','Execution\x20time\x20for\x20','nSDEZ','getRequestOptions','\x20is:\x20','GgKby','HUB\x20URL\x20SET\x20TO\x20-\x20','1372360eNiPqN','rGLLB','debug','wyELH','updateHubUrl','./bin/utils/constants','latency','9EVFQYR','util','Invalid\x20new\x20HUB\x20URL:\x20','77GjQOMo','format','185286ZipLSr','zUfej','qZtqG','catch','GET','search','nextHubs','RyqBQ','QqxNC','data','forEach','FVZYB','hubRegion\x20','nodeRequest','qvvAG','allocateHub','then','BHJDm','WqCZA','next_hubs','XMpok','check','kyVkA','lPxlI','parse','newHubUrl'];a151_0x14ad=function(){return _0xabbea8;};return a151_0x14ad();}const a151_0x5ca582=a151_0x437d;(function(_0x53bf12,_0x72c1ee){const _0x252b9d=a151_0x437d,_0x2786bc=_0x53bf12();while(!![]){try{const _0x31fbb8=-parseInt(_0x252b9d(0xa6))/0x1+parseInt(_0x252b9d(0xb1))/0x2*(-parseInt(_0x252b9d(0x80))/0x3)+-parseInt(_0x252b9d(0x79))/0x4+parseInt(_0x252b9d(0xa9))/0x5+parseInt(_0x252b9d(0x85))/0x6*(-parseInt(_0x252b9d(0x83))/0x7)+-parseInt(_0x252b9d(0xb4))/0x8+parseInt(_0x252b9d(0xa2))/0x9;if(_0x31fbb8===_0x72c1ee)break;else _0x2786bc['push'](_0x2786bc['shift']());}catch(_0x58e51a){_0x2786bc['push'](_0x2786bc['shift']());}}}(a151_0x14ad,0x3c169));const url=require(a151_0x5ca582(0xb2)),util=require(a151_0x5ca582(0x81)),helper=require('./helpers/helper'),logger=require('./helpers/logger')['winstonLogger'],constants=require(a151_0x5ca582(0x7e));global[a151_0x5ca582(0x9e)]='',exports[a151_0x5ca582(0xbf)]=_0x15840d=>{const _0x90d7e9=a151_0x5ca582,_0x878b81={};_0x878b81[_0x90d7e9(0x7c)]=function(_0x116da2,_0x5cef2f){return _0x116da2+_0x5cef2f;},_0x878b81['FVZYB']=_0x90d7e9(0x82);const _0x2898b5=_0x878b81,_0x2272e1=url[_0x90d7e9(0x9d)](_0x15840d);if(!_0x2272e1['hostname'])throw new Error(_0x2898b5[_0x90d7e9(0x7c)](_0x2898b5[_0x90d7e9(0x90)],_0x15840d));return _0x2272e1[_0x90d7e9(0x8a)]=null,_0x2272e1[_0x90d7e9(0xaf)]=null,_0x2272e1[_0x90d7e9(0xa7)]=_0x2272e1[_0x90d7e9(0xb0)],_0x2272e1;},exports[a151_0x5ca582(0x7d)]=_0x5a55ad=>{const _0x40f084=a151_0x5ca582;global[_0x40f084(0x9e)]=_0x5a55ad;},exports[a151_0x5ca582(0x94)]=_0x2b0968=>{const _0xcdc6b0=a151_0x5ca582,_0xb39fbc={'zUfej':function(_0x4bcbf9,_0x507f73){return _0x4bcbf9==_0x507f73;},'lPxlI':_0xcdc6b0(0xab),'qOqVm':function(_0x5e9851,_0x40ad25){return _0x5e9851!=_0x40ad25;},'UiULA':function(_0x2a5198,_0x86e531){return _0x2a5198!==_0x86e531;},'nSDEZ':function(_0x268898){return _0x268898();},'pxrBh':function(_0x528ca4){return _0x528ca4();},'XFXxJ':function(_0x460766,_0x58beba){return _0x460766===_0x58beba;},'JNZEa':function(_0xb9c55a,_0x576bff){return _0xb9c55a+_0x576bff;},'Ethra':'/wd/hub','hKgTG':_0xcdc6b0(0xbb),'IDugA':function(_0x187ff4,_0x2d4baa){return _0x187ff4+_0x2d4baa;}};return new Promise(_0x2d5d53=>{const _0xeb837d=_0xcdc6b0,_0x4e30fd={'qvvAG':function(_0x2d33e5,_0xe4f68d){const _0x4af294=a151_0x437d;return _0xb39fbc[_0x4af294(0xb7)](_0x2d33e5,_0xe4f68d);},'Pypsy':function(_0x1659ed){const _0x20bc92=a151_0x437d;return _0xb39fbc[_0x20bc92(0xa5)](_0x1659ed);},'kccTX':function(_0x4ea8c6,_0x721709){return _0xb39fbc['JNZEa'](_0x4ea8c6,_0x721709);},'QqxNC':_0xb39fbc[_0xeb837d(0xb3)],'qZtqG':_0xb39fbc[_0xeb837d(0xac)],'PDKqf':function(_0x27be75,_0x13bf6e){const _0x534d23=_0xeb837d;return _0xb39fbc[_0x534d23(0xa0)](_0x27be75,_0x13bf6e);}};if(_0x2b0968&&_0x2b0968[_0xeb837d(0xba)]){const _0x4b8469=constants['HUB_URL_MAP'][_0x2b0968['hubRegion']];if(_0x4b8469)return constants['hubUrl']=_0x4b8469,logger['debug'](_0xeb837d(0xaa)+_0x4b8469),_0xb39fbc[_0xeb837d(0xbe)](_0x2d5d53);logger['debug'](_0xeb837d(0x91)+_0x2b0968['hubRegion']+_0xeb837d(0xb5));}Promise['resolve'](this[_0xeb837d(0x8b)](_0x2b0968))[_0xeb837d(0x95)](_0x3347d1=>{const _0x3fe6ab=_0xeb837d,_0x50d2f6={'GgKby':function(_0x13f43e,_0x6bb388){const _0x4b07f7=a151_0x437d;return _0xb39fbc[_0x4b07f7(0x86)](_0x13f43e,_0x6bb388);},'WqCZA':_0xb39fbc[_0x3fe6ab(0x9c)]};logger[_0x3fe6ab(0x7b)]('NEAREST\x20HUBS\x20LIST:\x20'+util[_0x3fe6ab(0x84)]('%j',_0x3347d1));if(_0xb39fbc['qOqVm'](_0x3347d1,null)&&_0xb39fbc[_0x3fe6ab(0xb8)](_0x3347d1[_0x3fe6ab(0xb9)],0x0)){const _0x4a619e=_0x3347d1['map'](_0x582b37=>this['findLatency'](_0x2b0968,_0x3fe6ab(0xbb)+_0x582b37)['then'](_0x18b483=>{const _0x300e55=_0x3fe6ab;if(!_0x18b483||_0x50d2f6[_0x300e55(0xc1)](_0x18b483[_0x300e55(0x7f)],null))throw new Error(_0x50d2f6[_0x300e55(0x97)]);return _0x18b483;}));new Promise(function(_0x3d4be2,_0x1034aa){const _0x825ead=_0x3fe6ab,_0x441b02={'rGLLB':function(_0x23fb75,_0x16e1a9){const _0x68310e=a151_0x437d;return _0x4e30fd[_0x68310e(0x93)](_0x23fb75,_0x16e1a9);},'kyVkA':function(_0x16cba1){const _0x8a29fb=a151_0x437d;return _0x4e30fd[_0x8a29fb(0x9f)](_0x16cba1);}};var _0x52fa06=0x0;_0x4a619e[_0x825ead(0x8f)](function(_0x1ef276){const _0x3cb478=_0x825ead;_0x1ef276['then'](_0x3d4be2)[_0x3cb478(0x88)](function(){const _0x2f0367=_0x3cb478;_0x441b02[_0x2f0367(0x7a)](++_0x52fa06,_0x4a619e[_0x2f0367(0xb9)])&&_0x441b02[_0x2f0367(0x9b)](_0x1034aa);});});})[_0x3fe6ab(0x95)](function(_0x4c377e){const _0xc712ec=_0x3fe6ab;constants[_0xc712ec(0xa1)]=_0x4e30fd['kccTX'](_0x4c377e[_0xc712ec(0xa1)],_0x4e30fd[_0xc712ec(0x8d)]),logger['debug'](_0xc712ec(0x78)+_0x4c377e[_0xc712ec(0xa1)]),_0x4e30fd[_0xc712ec(0x9f)](_0x2d5d53);})['catch'](function(){const _0x271eee=_0x3fe6ab,_0x578ddc=_0x4e30fd['kccTX'](_0x4e30fd[_0x271eee(0x87)],_0x3347d1[0x0]);constants[_0x271eee(0xa1)]=_0x4e30fd['PDKqf'](_0x578ddc,_0x4e30fd[_0x271eee(0x8d)]),logger[_0x271eee(0x7b)](_0x271eee(0xa4)+_0x578ddc),_0x4e30fd[_0x271eee(0x9f)](_0x2d5d53);});}else _0xb39fbc['nSDEZ'](_0x2d5d53);})['catch'](_0x1c6938=>{const _0x10c271=_0xeb837d;logger[_0x10c271(0x7b)](_0x10c271(0xbc)+_0x1c6938),_0xb39fbc[_0x10c271(0xa5)](_0x2d5d53);});});},exports[a151_0x5ca582(0xae)]=async(_0x2be122,_0x4027ac)=>{const _0x9a6912=a151_0x5ca582,_0x4432cf={};_0x4432cf[_0x9a6912(0x96)]=_0x9a6912(0x89),_0x4432cf[_0x9a6912(0xa8)]=_0x9a6912(0x9a),_0x4432cf[_0x9a6912(0x99)]=function(_0x597c47,_0x466e9c){return _0x597c47-_0x466e9c;};const _0x124943=_0x4432cf;try{const _0x53dded=new Date();await helper[_0x9a6912(0x92)](_0x124943[_0x9a6912(0x96)],_0x124943[_0x9a6912(0xa8)],{},_0x2be122,_0x4027ac,0x1388);const _0x23ba59=_0x124943[_0x9a6912(0x99)](new Date(),_0x53dded);logger[_0x9a6912(0x7b)](_0x9a6912(0xbd)+_0x4027ac+_0x9a6912(0xc0)+_0x23ba59+'ms');const _0x29bc1d={};return _0x29bc1d[_0x9a6912(0xa1)]=_0x4027ac,_0x29bc1d[_0x9a6912(0x7f)]=_0x23ba59,_0x29bc1d;}catch(_0x10f452){return logger[_0x9a6912(0x7b)]('ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20'+_0x4027ac+'\x20HUB\x20-\x20'+_0x10f452),{};}},exports['nextHubs']=async _0x567502=>{const _0x276ca5=a151_0x5ca582,_0x30df87={'oiErB':function(_0x42b6ac,_0x36a1ab){return _0x42b6ac(_0x36a1ab);},'gsCFc':_0x276ca5(0x7e),'aVMXq':'/wd/hub','BoJlS':_0x276ca5(0x89),'RyqBQ':_0x276ca5(0x98)};try{const _0x50f8cd=_0x30df87['oiErB'](require,_0x30df87[_0x276ca5(0xb6)])[_0x276ca5(0xa1)]['replace'](_0x30df87[_0x276ca5(0xad)],''),_0x4a4f69=await helper[_0x276ca5(0x92)](_0x30df87['BoJlS'],_0x30df87[_0x276ca5(0x8c)],{},_0x567502,_0x50f8cd,0x1388),_0x3d557a=_0x4a4f69[_0x276ca5(0x8e)];return logger['debug']('Response:\x20'+util['format']('%j',_0x3d557a)),_0x3d557a['hubs'];}catch(_0x3f840e){logger[_0x276ca5(0x7b)](_0x276ca5(0xa3)+_0x3f840e);}return null;};
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function a152_0x3ccf(_0x42ead7,_0x4bd631){const _0x3dcdeb=a152_0x3dcd();return a152_0x3ccf=function(_0x3ccf1a,_0x1ac429){_0x3ccf1a=_0x3ccf1a-0xb0;let _0x15fc43=_0x3dcdeb[_0x3ccf1a];return _0x15fc43;},a152_0x3ccf(_0x42ead7,_0x4bd631);}const a152_0x199ec5=a152_0x3ccf;function a152_0x3dcd(){const _0x3a07eb=['iNyyp','ytXWu','capability','execute','getRequestOptions','330ZHbSni','logLevel','iqIlJ','fRgVZ','QTmKe','sODbP','moz:firefoxOptions','44615HBGBJk','bstackA11yScanOptions','args','./helpers/accessibility-automation/helper','Session\x20ID:\x20','rUHqj','./helpers/patchHelpers','YNXya','zfSrZ','WebDriver','kBMzy','wGFbN','WuTHF','isUndefined','hloVK','kkTjX','XVpxu','PiZNN','setAdditionalCapabilities','edgeOptions_','rwADz','uvHSY','isBrowserstackInfra','CPQXi','ULDiP','New\x20hub\x20url\x20set\x20to\x20','set','accessibilityOptions','oAuUs','JjYwZ','paXDF','chromeOptions','startA11yScanning','VnSaK','kfbLB','name_','./bin/mocha/accessibility-automation/helper','DuCtz','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','LkWYH','object','256woSxFY','TtUkB','Hub\x20url\x20set\x20to\x20','setConfig','chrome','delete','QXzAA','3SNbYlU','IyGNe','dcxzD','YlQOC','capabilities','TFgkS','PTWSU','kZDLD','overrideGet','Performing\x20scan\x20for\x20','ieOptions','dmTbS','7172869brorRL','warn','cBZls','util','SDK_PRE_INITIALIZE','lKYRi','Executor','tpLkN','send','xNOmh','uBZyz','sZYbr','__setBrowserOptions','requireSeleniumWebdriver','eUKGk','firefoxOptions','percy','__drivers','LmGLR','xMKNf','audIa','prototype','performScan','medHl','isMobilePlatform','aaZPs','zgwZj','dZDsT','env','IdchF','EhoPz','ieyYk','updateHubUrl','JRoYj','isAccessibilityPlatform','312584wHikkO','then','deviceName','JzhxD','firefoxOptions_','BNiEC','uTEsq','mergeDeep','options_','Setting\x20Browserstack\x20capabilities','WaYAS','requireHttpClient','storeOptimalHubUrl','sioze','SQXkY','./helpers/patchHelper','BZcdO','jqIzA','diZPx','from','global','chromeOptions_','qDlel','isTurboScaleSession','qXgJF','GrZkT','vYCnz','winstonLogger','10BARXXN','apply','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','stopA11yScanning','XISCH','format','ovJLH','requireModule','RAvhx','catch','mfJXj','PVdZO','__driversArray','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','oPppu','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','Onclg','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','DYNJr','toLowerCase','bstackAllyScanning','browserstackAgentV2','eSIQx','./helpers/accessibility-automation/constants','setting\x20driver\x20Session\x20ID:\x20','yaRAT','HmfYn','ZFJNd','mkTle','Unable\x20to\x20find\x20executor\x20class\x20','agRHi','FenTt','browserstack.com','initializeHealingCapabilities','WFEns','XHyPs','NSviZ','browserName','ieOptions_','Vqeff','yniOW','__driver','browserStackGlobals','length','mKacp','agent_','concat','getAccessibilityResultsSummary','platformName','aPVhZ','safariOptions_','goog:chromeOptions','./helpers/ai-sdk/aiSdkWrapper','28503KOdqWI','LYeMZ','foeKZ','SDK_POST_INITIALIZE','path','FHljw','bstack:options','qwqyX','noymv','EaXYj','15510552KmvTsG','ZdTlN','icriJ','browserStackLogLevel','_modifyPlaywright','aiSdk_framework','./helpers/helper','DTSOT','KSyBU','pushCommand','\x20to\x20global\x20drivers\x20array','AFrjL','setFramework','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','GnzJF','browserVersion','AyeKu','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','OAZiW','feVQP','proxy_','Builder','proxyUrl','PQxSV','prepareCapabilities','selenium-webdriver/lib/webdriver.js','sfHlJ','selenium-webdriver','isPacProxy','kWnuL','error','newHubUrl','measureWrapper','setGlobal','GQIlx','DWPtv','ms:edgeOptions','android','HXCDp','ModYw','KJlrx','device','capabilities_','caps_','./helpers/percy/utils','url_','SWXft','mECrJ','patchDriverPercy','126Bkikec','setCapabilities','qArko','aiSdk_bstackConfig','edgeOptions','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','debug','setServer','includes','./helpers/accessibility-automation/scripts','aiHeal_isHealingEnabled','accessibility','shouldWrapCommand','getId','forEach','zrkaM','getHubUrl','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','bfBni','hAimX','YswBM','selenium-webdriver/lib/http.js','KNKjt','getAccessibilityResults','OSYeG','/session','ysQAi','isArray','HttpClient','KstqB','browserstack.accessibilityOptions','WebElement','DOwwB','YaFWh','PHPAS','./helpers/percy/PercySDK','VMrEX','JFiQc','PIGRo','./helpers/logger','JAnTn','readTcgAuthConfigToGlobal','gYiqD','HtMDz','getHttpAgent','browserstackAgent','rUtSO','parameters_','browserstack.accessibility','se:ieOptions','EpFeS','Tgumo','exports','getServerUrl','push','vpjmz','1000314GLjmFb','cAath','session_','Yxwsb','fhxxo','fpqcs','safari.options','getGlobal','lhlhe','framework','CAPABILITY_KEY','get','Modifying\x20webdriver\x20builder','overrideQuit','YFqia','originalBuilder','YLSxz','/wd/hub','LKlkP','gzmJJ','NrOlF','build','QTTUI','jest','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','tqgUS','rrOPy','oxVTH','kvLbE','proxySettings','./helpers/ai-sdk/autoHealHelper','setLogLevel','6749NJyWUA','optimalHubUrl','bTrPJ','keys','XSclq'];a152_0x3dcd=function(){return _0x3a07eb;};return a152_0x3dcd();}(function(_0x4b8ce7,_0x4f2c1f){const _0x2cf589=a152_0x3ccf,_0x5e9404=_0x4b8ce7();while(!![]){try{const _0x3ee7ca=-parseInt(_0x2cf589(0x156))/0x1*(parseInt(_0x2cf589(0x160))/0x2)+parseInt(_0x2cf589(0x197))/0x3*(-parseInt(_0x2cf589(0x1c6))/0x4)+parseInt(_0x2cf589(0x167))/0x5*(parseInt(_0x2cf589(0xfe))/0x6)+-parseInt(_0x2cf589(0x136))/0x7+parseInt(_0x2cf589(0x190))/0x8*(parseInt(_0x2cf589(0xc3))/0x9)+parseInt(_0x2cf589(0x1e2))/0xa*(parseInt(_0x2cf589(0x1a3))/0xb)+parseInt(_0x2cf589(0xcd))/0xc;if(_0x3ee7ca===_0x4f2c1f)break;else _0x5e9404['push'](_0x5e9404['shift']());}catch(_0x41a86){_0x5e9404['push'](_0x5e9404['shift']());}}}(a152_0x3dcd,0xdb69f));const util=require(a152_0x199ec5(0x1a6)),{overrideTakeScreenshot}=require(a152_0x199ec5(0x16d)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a152_0x199ec5(0x16a)),{setAccessibilityCapabilities,setExtension}=require(a152_0x199ec5(0x18b)),helper=require(a152_0x199ec5(0xd3)),logger=require(a152_0x199ec5(0x125))[a152_0x199ec5(0x1e1)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a152_0x199ec5(0x121)),percyHelper=require(a152_0x199ec5(0xf9)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require(a152_0x199ec5(0x107)),globals=require('./helpers/globals'),{commandRepository}=require(a152_0x199ec5(0x154)),{aiSdkWrapper}=require(a152_0x199ec5(0xc2)),{overrideExecute}=require(a152_0x199ec5(0x1d5)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation}=require(a152_0x199ec5(0x16a)),modify=_0x4733a4=>{const _0x161de7=a152_0x199ec5,_0x13db64={'BZcdO':function(_0x1edd07,_0x3a7ba1){return _0x1edd07!==_0x3a7ba1;},'RAvhx':'/session','bfBni':function(_0x3aa03a,_0x43f020){return _0x3aa03a!==_0x43f020;},'tpLkN':function(_0x515a68,_0x344c15){return _0x515a68+_0x344c15;},'KstqB':function(_0xac1fcd,_0x590f40){return _0xac1fcd+_0x590f40;},'HtMDz':'https://','rUtSO':_0x161de7(0x147),'cBZls':_0x161de7(0xc1),'VnSaK':_0x161de7(0x186),'mfJXj':_0x161de7(0xf1),'PIGRo':'edgeOptions','oPppu':_0x161de7(0x166),'mrBeF':'firefoxOptions','feVQP':_0x161de7(0x13c),'fhxxo':_0x161de7(0x12f),'lhlhe':_0x161de7(0x1a1),'ovJLH':function(_0x36ab71,_0x11e9c3){return _0x36ab71===_0x11e9c3;},'paXDF':_0x161de7(0x18f),'uvHSY':_0x161de7(0x1cf),'DYNJr':function(_0x2ec5ab){return _0x2ec5ab();},'MfFDT':function(_0x200b2b,_0x12431a){return _0x200b2b(_0x12431a);},'YswBM':_0x161de7(0xc9),'ieyYk':_0x161de7(0xf6),'YLSxz':'deviceName','JAnTn':_0x161de7(0xbe),'dmTbS':_0x161de7(0xb3),'ayOrs':_0x161de7(0xf2),'TCtci':_0x161de7(0x194),'EhoPz':_0x161de7(0x1ef),'icriJ':_0x161de7(0x1bb),'cAath':_0x161de7(0x1c5),'agRHi':function(_0x4e23d9,_0x2d55f0,_0x16c2f1){return _0x4e23d9(_0x2d55f0,_0x16c2f1);},'vpjmz':_0x161de7(0x12e),'oxVTH':_0x161de7(0x11c),'GrZkT':_0x161de7(0x1f1),'ZdTlN':_0x161de7(0x157),'cscMI':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','AFrjL':function(_0x4d3fa3,_0x43d4d8,_0x58388a,_0x1532e8,_0x5bf0c8){return _0x4d3fa3(_0x43d4d8,_0x58388a,_0x1532e8,_0x5bf0c8);},'CCfFK':function(_0x57cc9a,_0x366830){return _0x57cc9a||_0x366830;},'YFqia':'bstackA11yShouldScan','XHyPs':_0x161de7(0x168),'diZPx':function(_0x487ca6,_0x42efd1){return _0x487ca6||_0x42efd1;},'JjYwZ':_0x161de7(0x14e),'iNyyp':'Modifying\x20webdriver\x20builder'};logger['info'](_0x13db64[_0x161de7(0x184)]),logger['debug'](_0x13db64[_0x161de7(0x15b)]);const _0x2a8842=helper[_0x161de7(0x1b0)](),_0x2713fa=helper['requireHttpClient']();class _0x29c8aa extends _0x2713fa[_0x161de7(0x11a)]{[_0x161de7(0x1ab)](_0x4c7fe8){const _0xa5a53d=_0x161de7;if(_0x13db64[_0xa5a53d(0x1d6)](_0x4c7fe8[_0xa5a53d(0xc7)],_0x13db64[_0xa5a53d(0x1ea)])&&_0x13db64[_0xa5a53d(0x110)](global[_0xa5a53d(0xec)],''))try{global[_0xa5a53d(0xec)]=_0x13db64[_0xa5a53d(0x1aa)](_0x13db64[_0xa5a53d(0x11b)](_0x13db64[_0xa5a53d(0x129)],global['newHubUrl']),_0x13db64[_0xa5a53d(0x12c)]),this[_0xa5a53d(0x1ce)]=hubAllocator['getRequestOptions'](global['newHubUrl']),logger[_0xa5a53d(0x104)](_0xa5a53d(0x180)+global['newHubUrl']),global[_0xa5a53d(0xec)]='';}catch(_0x390c66){logger[_0xa5a53d(0xeb)](_0x390c66);}return super['send'](_0x4c7fe8);}}class _0x175a8c extends _0x2a8842['Builder']{[_0x161de7(0x1af)](_0x1eedbb){const _0x194234=_0x161de7;let _0x23b4d0={};for(const _0x2f2219 in _0x1eedbb){switch(_0x2f2219){case _0x13db64[_0x194234(0x1a5)]:case _0x13db64[_0x194234(0x188)]:this['chromeOptions_']&&(_0x23b4d0=this[_0x194234(0x1db)][_0x194234(0x141)](this['chromeOptions_'][_0x194234(0x140)])||{},this[_0x194234(0x1db)][_0x194234(0x181)](this['chromeOptions_'][_0x194234(0x140)],helper[_0x194234(0x1cd)](_0x23b4d0,_0x1eedbb[_0x2f2219])));break;case _0x13db64[_0x194234(0x1ec)]:case _0x13db64[_0x194234(0x124)]:this[_0x194234(0x17a)]&&(_0x23b4d0=this[_0x194234(0x17a)]['get'](this[_0x194234(0x17a)]['CAPABILITY_KEY'])||{},this[_0x194234(0x17a)][_0x194234(0x181)](this[_0x194234(0x17a)][_0x194234(0x140)],helper[_0x194234(0x1cd)](_0x23b4d0,_0x1eedbb[_0x2f2219])));break;case _0x13db64[_0x194234(0x1f0)]:case _0x13db64['mrBeF']:this[_0x194234(0x1ca)]&&(_0x23b4d0=this[_0x194234(0x1ca)][_0x194234(0x141)](this[_0x194234(0x1ca)][_0x194234(0x140)])||{},this[_0x194234(0x1ca)][_0x194234(0x181)](this['firefoxOptions_'][_0x194234(0x140)],helper['mergeDeep'](_0x23b4d0,_0x1eedbb[_0x2f2219])));break;case _0x13db64[_0x194234(0xe0)]:this[_0x194234(0xc0)]&&(_0x23b4d0=this[_0x194234(0xc0)][_0x194234(0x141)](this['safariOptions_'][_0x194234(0x140)])||{},this[_0x194234(0xc0)][_0x194234(0x181)](this[_0x194234(0xc0)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x23b4d0,_0x1eedbb[_0x2f2219])));break;case _0x13db64[_0x194234(0x13a)]:case _0x13db64[_0x194234(0x13e)]:this[_0x194234(0xb4)]&&(_0x23b4d0=this[_0x194234(0xb4)][_0x194234(0x141)](this['ieOptions_'][_0x194234(0x140)])||{},this['ieOptions_'][_0x194234(0x181)](this[_0x194234(0xb4)]['CAPABILITY_KEY'],helper[_0x194234(0x1cd)](_0x23b4d0,_0x1eedbb[_0x2f2219])));break;}}}['setServer'](){const _0x324781=_0x161de7;return this[_0x324781(0xfa)]=helper[_0x324781(0x10e)](_0x4733a4),logger['debug'](_0x324781(0x192)+this[_0x324781(0xfa)]),this;}[_0x161de7(0xff)](){const _0x38c281=_0x161de7,_0x5a0609={'JRoYj':function(_0x4179c6,_0x32342b){const _0x56437a=a152_0x3ccf;return _0x13db64[_0x56437a(0x1e8)](_0x4179c6,_0x32342b);},'dlrZL':_0x13db64[_0x38c281(0x185)]};return logger[_0x38c281(0x104)](_0x13db64[_0x38c281(0x17c)]),this[_0x38c281(0x1af)](_0x4733a4['capability']),Object[_0x38c281(0x159)](_0x4733a4[_0x38c281(0x15d)])[_0x38c281(0x10c)](_0x349990=>{const _0x2cf05e=_0x38c281,_0x5eb03f=this['capabilities_'][_0x2cf05e(0x141)](_0x349990);_0x5a0609[_0x2cf05e(0x1c4)](typeof _0x5eb03f,_0x5a0609['dlrZL'])?this[_0x2cf05e(0xf7)][_0x2cf05e(0x181)](_0x349990,helper[_0x2cf05e(0x1cd)](_0x5eb03f,_0x4733a4[_0x2cf05e(0x15d)][_0x349990])):this[_0x2cf05e(0xf7)]['set'](_0x349990,_0x4733a4[_0x2cf05e(0x15d)][_0x349990]);}),this;}['build'](){const _0x43bc99=_0x161de7,_0x5bf7b2={'NrOlF':_0x13db64[_0x43bc99(0x144)],'EpFeS':_0x13db64[_0x43bc99(0xb1)],'KSyBU':function(_0x151980,_0x31469c){const _0x1cc243=_0x43bc99;return _0x13db64[_0x1cc243(0x1d8)](_0x151980,_0x31469c);},'FenTt':function(_0x28bb60,_0xb2682d,_0x8e3c56){const _0x2397ad=_0x43bc99;return _0x13db64[_0x2397ad(0x200)](_0x28bb60,_0xb2682d,_0x8e3c56);},'sZYbr':function(_0x3f6092,_0x509713,_0x31690b,_0x5f5bba,_0x372f50){const _0x2f8d0b=_0x43bc99;return _0x13db64[_0x2f8d0b(0xd8)](_0x3f6092,_0x509713,_0x31690b,_0x5f5bba,_0x372f50);},'DWPtv':function(_0x3005d2,_0x40d908){return _0x13db64['CCfFK'](_0x3005d2,_0x40d908);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x43bc99(0x1a7)],()=>{const _0x44c23e=_0x43bc99;_0x13db64[_0x44c23e(0x1f4)](isAccessibilityAutomationSession)&&_0x13db64['MfFDT'](setAccessibilityCapabilities,_0x4733a4);this[_0x44c23e(0x105)](),this['setCapabilities']();if(helper[_0x44c23e(0xe9)](_0x4733a4['proxySettings'][_0x44c23e(0xe3)]))this[_0x44c23e(0xbb)]=helper[_0x44c23e(0x12a)](_0x4733a4[_0x44c23e(0x153)][_0x44c23e(0xe3)]);else _0x4733a4[_0x44c23e(0x153)]['proxyUrl']&&(this[_0x44c23e(0xe1)]=_0x4733a4[_0x44c23e(0x153)][_0x44c23e(0xe3)],logger[_0x44c23e(0x104)]('Proxy\x20set\x20to\x20'+this['proxy_']));if(_0x13db64[_0x44c23e(0x1f4)](isAccessibilityAutomationSession)){const _0xefd5b3=this[_0x44c23e(0xf7)][_0x44c23e(0x141)](_0x13db64['YswBM'])||{},_0x509924=_0xefd5b3[_0x44c23e(0x1c8)]||this[_0x44c23e(0xf7)][_0x44c23e(0x141)](_0x13db64[_0x44c23e(0x1c2)])||this[_0x44c23e(0xf7)][_0x44c23e(0x141)](_0x13db64[_0x44c23e(0x146)]);if(_0x509924){const _0xb0def3=(_0xefd5b3['platformName']||this[_0x44c23e(0xf7)]['get'](_0x13db64[_0x44c23e(0x126)])||'')[_0x44c23e(0x1f5)](),_0x349175=(_0xefd5b3[_0x44c23e(0xb3)]||this[_0x44c23e(0xf7)][_0x44c23e(0x141)](_0x13db64[_0x44c23e(0x1a2)])||'')[_0x44c23e(0x1f5)]();_0x13db64['ovJLH'](_0xb0def3,_0x13db64['ayOrs'])&&_0x349175['includes'](_0x13db64['TCtci'])&&(_0x13db64[_0x44c23e(0x1f4)](isMobileScanningEnabledForGroup)&&(logger[_0x44c23e(0x104)](_0x13db64[_0x44c23e(0x1c1)]),globals['setGlobal'](_0x13db64[_0x44c23e(0xcf)],!![])));}}if(globals[_0x44c23e(0x13d)](_0x13db64[_0x44c23e(0x137)])){if(!_0x13db64[_0x44c23e(0x200)](setExtension,this,_0x4733a4)){globals[_0x44c23e(0xee)](_0x13db64[_0x44c23e(0x137)],![]);const _0x526b32=this['capabilities_']['get'](_0x13db64['YswBM']);_0x526b32&&(_0x526b32['accessibility']=![],delete _0x526b32[_0x44c23e(0x182)],this[_0x44c23e(0xf7)][_0x44c23e(0x181)](_0x13db64[_0x44c23e(0x112)],_0x526b32)),this[_0x44c23e(0xf7)][_0x44c23e(0x141)](_0x13db64[_0x44c23e(0x135)])&&(this[_0x44c23e(0xf7)][_0x44c23e(0x181)](_0x13db64[_0x44c23e(0x135)],![]),this['capabilities_'][_0x44c23e(0x195)](_0x13db64[_0x44c23e(0x151)]));}}(!helper[_0x44c23e(0x17d)]()||helper[_0x44c23e(0x1dd)](_0x4733a4))&&helper[_0x44c23e(0xe5)](null,null,_0x4733a4[_0x44c23e(0x13f)],null,this,null),helper[_0x44c23e(0x179)](_0x4733a4[_0x44c23e(0x15d)]),logger[_0x44c23e(0x104)](_0x13db64[_0x44c23e(0x1df)]);})();const _0x1946c4=super[_0x43bc99(0x14b)]();return PerformanceTester[_0x43bc99(0xed)](PerformanceEvents[_0x43bc99(0xc6)],()=>{const _0x566327=_0x43bc99,_0x531f94={'SWXft':_0x13db64[_0x566327(0xce)],'YNXya':_0x13db64['cscMI'],'uTEsq':function(_0x26d2b4,_0x1ec3f7,_0x3d513e){const _0x286039=_0x566327;return _0x13db64[_0x286039(0x200)](_0x26d2b4,_0x1ec3f7,_0x3d513e);},'NSviZ':function(_0x4b97a2,_0xf80d42,_0x2a0456){return _0x13db64['agRHi'](_0x4b97a2,_0xf80d42,_0x2a0456);},'QXzAA':function(_0xb0cea5,_0x8e83c1,_0x17ccd0,_0x2a516b,_0x2eade2){return _0x13db64['AFrjL'](_0xb0cea5,_0x8e83c1,_0x17ccd0,_0x2a516b,_0x2eade2);},'wsTpH':function(_0x5bbc52,_0x55de5f){return _0x13db64['CCfFK'](_0x5bbc52,_0x55de5f);}};_0x1946c4[_0x566327(0x138)]['then'](_0xb11c70=>{const _0x45e1f7=_0x566327;try{const _0x1c8eaa=_0xb11c70['caps_']['get'](_0x531f94[_0x45e1f7(0xfb)]);_0x1c8eaa?(logger[_0x45e1f7(0x104)](_0x45e1f7(0x1f3)+_0x1c8eaa),hubAllocator['updateHubUrl'](_0x1c8eaa),helper[_0x45e1f7(0x1d2)](_0x1c8eaa)):logger['debug'](_0x531f94[_0x45e1f7(0x16e)]);}catch(_0x158ac6){logger[_0x45e1f7(0x104)](_0x45e1f7(0x18d)+_0x158ac6);}}),_0x1946c4['then']&&_0x1946c4[_0x566327(0x1c7)](_0x17f97b=>{const _0x2b6851=_0x566327,_0x50f304={'noymv':_0x5bf7b2['NrOlF'],'hloVK':_0x5bf7b2[_0x2b6851(0x130)],'zfSrZ':function(_0x56b911,_0x4467c4){const _0x1119ba=_0x2b6851;return _0x5bf7b2[_0x1119ba(0xd5)](_0x56b911,_0x4467c4);}};helper[_0x2b6851(0x19f)](_0x17f97b,_0x4733a4),_0x5bf7b2[_0x2b6851(0x201)](overrideExecute,_0x17f97b,_0x4733a4),_0x17f97b['getAccessibilityResultsSummary']=async()=>{const _0x2f4554=_0x2b6851;return await _0x531f94[_0x2f4554(0x1cc)](getAccessibilityResultsSummary,_0x17f97b,global);},_0x17f97b[_0x2b6851(0x115)]=async()=>{return await _0x531f94['NSviZ'](getAccessibilityResults,_0x17f97b,global);},_0x17f97b['performScan']=async _0x59dc27=>{const _0xec895f=_0x2b6851;return await _0x531f94[_0xec895f(0x196)](performScan,_0x17f97b,null,!![],_0x531f94['wsTpH'](_0x59dc27,null));},_0x17f97b[_0x2b6851(0x187)]=async _0x184666=>{const _0x5117b0=_0x2b6851;globals['setGlobal'](_0x50f304[_0x5117b0(0xcb)],!![]),globals[_0x5117b0(0xee)](_0x50f304[_0x5117b0(0x175)],_0x50f304[_0x5117b0(0x16f)](_0x184666,null));},_0x17f97b['stopA11yScanning']=async()=>{const _0x42be2a=_0x2b6851;globals[_0x42be2a(0xee)](_0x50f304['noymv'],![]),globals[_0x42be2a(0xee)](_0x50f304[_0x42be2a(0x175)],null);};}),_0x1946c4[_0x566327(0xbd)]=async()=>{return await _0x531f94['uTEsq'](getAccessibilityResultsSummary,_0x1946c4,global);},_0x1946c4[_0x566327(0x115)]=async()=>{const _0x44f0d2=_0x566327;return await _0x531f94[_0x44f0d2(0xb2)](getAccessibilityResults,_0x1946c4,global);},_0x1946c4[_0x566327(0x1b9)]=async _0x4482e4=>{const _0x56b4f3=_0x566327;return await _0x5bf7b2[_0x56b4f3(0x1ae)](performScan,_0x1946c4,null,!![],_0x5bf7b2[_0x56b4f3(0xf0)](_0x4482e4,null));},_0x1946c4[_0x566327(0x187)]=async _0x27ed37=>{const _0x589cd0=_0x566327;globals[_0x589cd0(0xee)](_0x5bf7b2[_0x589cd0(0x14a)],!![]),globals[_0x589cd0(0xee)](_0x5bf7b2['EpFeS'],_0x5bf7b2[_0x589cd0(0xd5)](_0x27ed37,null));},_0x1946c4['stopA11yScanning']=async()=>{const _0x443281=_0x566327;globals[_0x443281(0xee)](_0x5bf7b2[_0x443281(0x14a)],![]),globals[_0x443281(0xee)](_0x5bf7b2[_0x443281(0x130)],null);},helper[_0x566327(0x19f)](_0x1946c4,_0x4733a4),_0x13db64[_0x566327(0x200)](overrideExecute,_0x1946c4,_0x4733a4),helper[_0x566327(0x174)](global[_0x566327(0x1ee)])&&(global[_0x566327(0x1ee)]=[]),global[_0x566327(0x1ee)][_0x566327(0x134)](_0x1946c4);})(),_0x1946c4;}}_0x2a8842['originalBuilder']=_0x2a8842[_0x161de7(0xe2)],_0x2a8842['Builder']=_0x175a8c,_0x2713fa[_0x161de7(0x11a)]=_0x29c8aa;},modifyV2=(_0x7c3337,_0xb7faa6=null,_0x2bc946=![])=>{const _0x429d39=a152_0x199ec5,_0x508097={'gZEnK':function(_0x120ca3,_0x2798af){return _0x120ca3!==_0x2798af;},'EgXsz':_0x429d39(0x117),'LKlkP':function(_0x521162,_0x588f62){return _0x521162!==_0x588f62;},'kfbLB':function(_0xcff58f,_0x543979){return _0xcff58f+_0x543979;},'OSYeG':'https://','QTTUI':_0x429d39(0x147),'rwADz':'aiHeal_isAuthenticated','TtUkB':_0x429d39(0x108),'fRgVZ':_0x429d39(0xc1),'BIAae':_0x429d39(0x186),'aumUN':_0x429d39(0xf1),'HXCDp':_0x429d39(0x102),'eUKGk':_0x429d39(0x166),'rrOPy':_0x429d39(0x1b2),'zgwZj':_0x429d39(0x13c),'JzhxD':'se:ieOptions','KNKjt':_0x429d39(0x1a1),'IyGNe':function(_0x73da7,_0x152801){return _0x73da7===_0x152801;},'PTWSU':_0x429d39(0x18f),'YlQOC':_0x429d39(0x1cf),'kWnuL':function(_0x11367d,_0x3c3b1c){return _0x11367d>_0x3c3b1c;},'mkTle':function(_0x2ae678,_0x2753c2){return _0x2ae678>_0x2753c2;},'sODbP':function(_0x230bff,_0x321735,_0x305093){return _0x230bff(_0x321735,_0x305093);},'NSxQc':function(_0x195f2f,_0x222286,_0x3880fe,_0x285a57,_0xa23349){return _0x195f2f(_0x222286,_0x3880fe,_0x285a57,_0xa23349);},'GQIlx':function(_0x3153af,_0x378748){return _0x3153af||_0x378748;},'qXgJF':'bstackA11yShouldScan','eSIQx':_0x429d39(0x168),'DOwwB':function(_0x2e0c30,_0x1d3f15){return _0x2e0c30||_0x1d3f15;},'iLPQy':function(_0x56f177,_0xc05fa3){return _0x56f177(_0xc05fa3);},'HmfYn':function(_0x2764a2,_0x50a3d7){return _0x2764a2(_0x50a3d7);},'kBMzy':function(_0x2bb667,_0x39b545){return _0x2bb667!==_0x39b545;},'kkTjX':'isAccessibilityPlatform','XVpxu':function(_0x2a0b54){return _0x2a0b54();},'DWkBz':'bstack:options','YfRlR':_0x429d39(0xf6),'NNOQe':_0x429d39(0x1c8),'nnrSC':_0x429d39(0xbe),'xMKNf':_0x429d39(0xb3),'yIXbi':_0x429d39(0xf2),'ZFJNd':'chrome','gZwUY':_0x429d39(0x1ef),'qDlel':_0x429d39(0x1bb),'oAuUs':'browserstack.accessibility','foeKZ':'browserstack.accessibilityOptions','tqgUS':_0x429d39(0x1f1),'ULDiP':_0x429d39(0x202),'dcxzD':_0x429d39(0x103),'WaYAS':_0x429d39(0xdc),'DuCtz':_0x429d39(0x1f9),'PQxSV':function(_0x3b5ddf,_0x523462){return _0x3b5ddf<_0x523462;},'yniOW':_0x429d39(0xd2),'ysQAi':_0x429d39(0x14d),'MSWOj':_0x429d39(0x101),'yaRAT':'.browserstack.com','QTmKe':_0x429d39(0x1e4),'FHljw':function(_0x3b5cec,_0x20b793,_0x5ed084){return _0x3b5cec(_0x20b793,_0x5ed084);},'TFgkS':_0x429d39(0x157),'gYiqD':_0x429d39(0x10f),'XISCH':_0x429d39(0x1f6),'LYeMZ':function(_0x1be3e7,_0x437c26){return _0x1be3e7(_0x437c26);},'BxiVQ':_0x429d39(0x14e),'LkWYH':_0x429d39(0x142),'XSclq':_0x429d39(0xe6),'wGFbN':_0x429d39(0xe8),'sioze':_0x429d39(0x113),'fpqcs':'Modifying\x20webdriver\x20execute','ModYw':_0x429d39(0x1ff)},_0x490198=helper[_0x429d39(0x1d1)]();let _0x50a9e2;try{_0x50a9e2=helper[_0x429d39(0x1b0)](),_0x50a9e2[_0x429d39(0x145)]&&(_0x50a9e2[_0x429d39(0xe2)]=_0x50a9e2[_0x429d39(0x145)]);}catch(_0x6fe849){return;}if(helper[_0x429d39(0x17d)]()){const _0x455753={};_0x455753[_0x429d39(0x161)]=_0x7c3337[_0x429d39(0xd0)],helper[_0x429d39(0x155)](_0x455753,new Map(),new Map()),logger['info'](_0x508097['BxiVQ']),logger[_0x429d39(0x104)](_0x508097[_0x429d39(0x18e)]);}class _0xfc247 extends _0x490198[_0x429d39(0x11a)]{[_0x429d39(0x1ab)](_0x27cc69){const _0x345faf=_0x429d39;if(_0x508097['gZEnK'](_0x27cc69[_0x345faf(0xc7)],_0x508097['EgXsz'])&&_0x508097[_0x345faf(0x148)](global[_0x345faf(0xec)],''))try{global[_0x345faf(0xec)]=_0x508097[_0x345faf(0x189)](_0x508097['kfbLB'](_0x508097[_0x345faf(0x116)],global[_0x345faf(0xec)]),_0x508097[_0x345faf(0x14c)]),this[_0x345faf(0x1ce)]=hubAllocator[_0x345faf(0x15f)](global['newHubUrl']),logger[_0x345faf(0x104)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x345faf(0xec)]),global[_0x345faf(0xec)]='';}catch(_0x8e4d6c){logger['error'](_0x8e4d6c);}if(globals[_0x345faf(0x13d)](_0x508097[_0x345faf(0x17b)])&&globals[_0x345faf(0x13d)](_0x508097[_0x345faf(0x191)])){const _0x362f1b=_0x27cc69[_0x345faf(0xc7)]['split']('/')[0x2];_0x362f1b&&commandRepository[_0x345faf(0xd6)](_0x362f1b,_0x27cc69);}return super[_0x345faf(0x1ab)](_0x27cc69);}}class _0x28cfa2 extends _0x50a9e2[_0x429d39(0xe2)]{['setServer'](){const _0x185ee5=_0x429d39;return helper[_0x185ee5(0x17d)]()&&(this['url_']=helper[_0x185ee5(0x10e)](_0x7c3337)),this;}[_0x429d39(0x1af)](_0x20d646){const _0x5c7f99=_0x429d39;let _0x286757={};for(const _0x3c9fe6 in _0x20d646){switch(_0x3c9fe6){case _0x508097[_0x5c7f99(0x163)]:case _0x508097['BIAae']:this['chromeOptions_']&&(_0x286757=this[_0x5c7f99(0x1db)][_0x5c7f99(0x141)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x5c7f99(0x1db)]['set'](this[_0x5c7f99(0x1db)][_0x5c7f99(0x140)],helper['mergeDeep'](_0x286757,_0x20d646[_0x3c9fe6])));break;case _0x508097['aumUN']:case _0x508097[_0x5c7f99(0xf3)]:this[_0x5c7f99(0x17a)]&&(_0x286757=this['edgeOptions_'][_0x5c7f99(0x141)](this[_0x5c7f99(0x17a)]['CAPABILITY_KEY'])||{},this[_0x5c7f99(0x17a)][_0x5c7f99(0x181)](this[_0x5c7f99(0x17a)][_0x5c7f99(0x140)],helper[_0x5c7f99(0x1cd)](_0x286757,_0x20d646[_0x3c9fe6])));break;case _0x508097[_0x5c7f99(0x1b1)]:case _0x508097[_0x5c7f99(0x150)]:this['firefoxOptions_']&&(_0x286757=this['firefoxOptions_'][_0x5c7f99(0x141)](this[_0x5c7f99(0x1ca)]['CAPABILITY_KEY'])||{},this[_0x5c7f99(0x1ca)]['set'](this[_0x5c7f99(0x1ca)][_0x5c7f99(0x140)],helper['mergeDeep'](_0x286757,_0x20d646[_0x3c9fe6])));break;case _0x508097[_0x5c7f99(0x1bd)]:this[_0x5c7f99(0xc0)]&&(_0x286757=this[_0x5c7f99(0xc0)]['get'](this[_0x5c7f99(0xc0)][_0x5c7f99(0x140)])||{},this[_0x5c7f99(0xc0)][_0x5c7f99(0x181)](this[_0x5c7f99(0xc0)][_0x5c7f99(0x140)],helper[_0x5c7f99(0x1cd)](_0x286757,_0x20d646[_0x3c9fe6])));break;case _0x508097[_0x5c7f99(0x1c9)]:case _0x508097[_0x5c7f99(0x114)]:this[_0x5c7f99(0xb4)]&&(_0x286757=this[_0x5c7f99(0xb4)][_0x5c7f99(0x141)](this[_0x5c7f99(0xb4)]['CAPABILITY_KEY'])||{},this[_0x5c7f99(0xb4)][_0x5c7f99(0x181)](this['ieOptions_'][_0x5c7f99(0x140)],helper[_0x5c7f99(0x1cd)](_0x286757,_0x20d646[_0x3c9fe6])));break;}}}[_0x429d39(0xff)](){const _0x2a7a76=_0x429d39,_0x5e697a={'rUHqj':function(_0x226b55,_0x50dede){return _0x508097['IyGNe'](_0x226b55,_0x50dede);},'xNOmh':_0x508097[_0x2a7a76(0x19d)]};logger['debug'](_0x508097[_0x2a7a76(0x19a)]);const _0x131f97=_0x7c3337[_0x2a7a76(0x15d)]&&_0x508097[_0x2a7a76(0xea)](Object[_0x2a7a76(0x159)](_0x7c3337[_0x2a7a76(0x15d)])[_0x2a7a76(0xb9)],0x0)?_0x7c3337['capability']:_0x7c3337[_0x2a7a76(0x19b)]&&Array[_0x2a7a76(0x119)](_0x7c3337[_0x2a7a76(0x19b)])&&_0x508097[_0x2a7a76(0x1fe)](_0x7c3337[_0x2a7a76(0x19b)][_0x2a7a76(0xb9)],0x0)?_0x7c3337[_0x2a7a76(0x19b)][0x0]:{};return this[_0x2a7a76(0x1af)](_0x131f97),Object[_0x2a7a76(0x159)](_0x131f97)['forEach'](_0x4e730c=>{const _0x16201f=_0x2a7a76,_0x1d1fe4=this[_0x16201f(0xf7)]['get'](_0x4e730c);_0x5e697a[_0x16201f(0x16c)](typeof _0x1d1fe4,_0x5e697a[_0x16201f(0x1ac)])?this[_0x16201f(0xf7)][_0x16201f(0x181)](_0x4e730c,helper['mergeDeep'](_0x1d1fe4,_0x131f97[_0x4e730c])):this[_0x16201f(0xf7)][_0x16201f(0x181)](_0x4e730c,_0x131f97[_0x4e730c]);}),this;}[_0x429d39(0x14b)](){const _0x2e76f6=_0x429d39,_0xe7b9a1={'gzmJJ':function(_0x1d56a9){const _0xd00e09=a152_0x3ccf;return _0x508097[_0xd00e09(0x177)](_0x1d56a9);},'dZDsT':function(_0x146cc3,_0x9145c8){return _0x508097['HmfYn'](_0x146cc3,_0x9145c8);},'hAimX':_0x508097['DWkBz'],'PHPAS':_0x508097['YfRlR'],'mECrJ':_0x508097['NNOQe'],'Yxwsb':_0x508097['nnrSC'],'Onclg':_0x508097[_0x2e76f6(0x1b6)],'SQXkY':function(_0x51c573,_0x1f335d){return _0x508097['IyGNe'](_0x51c573,_0x1f335d);},'kvLbE':_0x508097['yIXbi'],'jqIzA':_0x508097[_0x2e76f6(0x1fd)],'zrkaM':_0x508097['gZwUY'],'AyeKu':_0x508097[_0x2e76f6(0x1dc)],'qArko':_0x508097[_0x2e76f6(0x176)],'mKacp':function(_0x8fd9de,_0x5331e2,_0x1ed233){return _0x508097['sODbP'](_0x8fd9de,_0x5331e2,_0x1ed233);},'bTrPJ':_0x508097[_0x2e76f6(0x183)],'PiZNN':_0x508097[_0x2e76f6(0xc5)],'aPVhZ':_0x508097[_0x2e76f6(0x14f)],'YaFWh':_0x508097[_0x2e76f6(0x163)],'PVdZO':_0x508097[_0x2e76f6(0x17f)],'CPQXi':function(_0x2889b8,_0x302f8c){return _0x508097['IyGNe'](_0x2889b8,_0x302f8c);},'WuTHF':_0x508097[_0x2e76f6(0x199)],'medHl':_0x508097[_0x2e76f6(0x1d0)],'gTCov':_0x508097[_0x2e76f6(0x18c)],'ytXWu':function(_0x398efe,_0x51d57b){const _0x4bb350=_0x2e76f6;return _0x508097[_0x4bb350(0x1fc)](_0x398efe,_0x51d57b);},'audIa':function(_0x3f34af,_0x31cc52){const _0x568581=_0x2e76f6;return _0x508097[_0x568581(0xe4)](_0x3f34af,_0x31cc52);},'exLyr':function(_0x2ebbbb,_0x1ac6b1){return _0x508097['iLPQy'](_0x2ebbbb,_0x1ac6b1);},'bXjnN':function(_0x21386c,_0x2b1233){const _0x50d798=_0x2e76f6;return _0x508097[_0x50d798(0x198)](_0x21386c,_0x2b1233);},'WFPyj':_0x508097[_0x2e76f6(0xb6)],'sfHlJ':_0x508097[_0x2e76f6(0x118)],'OAZiW':_0x508097['MSWOj'],'EXobg':_0x508097[_0x2e76f6(0x1fb)],'XrKrs':_0x508097[_0x2e76f6(0x164)],'aaZPs':_0x508097[_0x2e76f6(0x17b)],'vYCnz':_0x508097[_0x2e76f6(0x191)],'uBZyz':function(_0x404c8b){return _0x508097['XVpxu'](_0x404c8b);},'DTSOT':function(_0x4dfd6a,_0xba3cba,_0x2e5ed2){const _0x1c6f43=_0x2e76f6;return _0x508097[_0x1c6f43(0xc8)](_0x4dfd6a,_0xba3cba,_0x2e5ed2);},'qwqyX':_0x508097[_0x2e76f6(0x19c)],'LmGLR':_0x508097[_0x2e76f6(0x128)],'VMrEX':function(_0x463a24,_0x40971d,_0x2b9033){const _0x3c299e=_0x2e76f6;return _0x508097[_0x3c299e(0xc8)](_0x463a24,_0x40971d,_0x2b9033);},'JFiQc':_0x508097[_0x2e76f6(0x1de)],'Tgumo':_0x508097[_0x2e76f6(0x1f8)]};PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x46424e=_0x2e76f6;if(helper['isBrowserstackInfra']()){helper[_0x46424e(0x179)](_0x7c3337['capability']);_0xe7b9a1[_0x46424e(0x149)](isAccessibilityAutomationSession)&&_0xe7b9a1[_0x46424e(0x1be)](setAccessibilityCapabilities,_0x7c3337);this[_0x46424e(0x105)](),this[_0x46424e(0xff)]();if(helper['isPacProxy'](_0x7c3337[_0x46424e(0x153)][_0x46424e(0xe3)]))this[_0x46424e(0xbb)]=helper[_0x46424e(0x12a)](_0x7c3337[_0x46424e(0x153)][_0x46424e(0xe3)]);else _0x7c3337[_0x46424e(0x153)][_0x46424e(0xe3)]&&(this[_0x46424e(0xe1)]=_0x7c3337[_0x46424e(0x153)][_0x46424e(0xe3)],logger[_0x46424e(0x104)]('Proxy\x20set\x20to\x20'+this[_0x46424e(0xe1)]));if(_0xe7b9a1['gzmJJ'](isAccessibilityAutomationSession)){const _0x4e3922=this[_0x46424e(0xf7)][_0x46424e(0x141)](_0xe7b9a1[_0x46424e(0x111)])||{},_0x3dd9d5=_0x4e3922[_0x46424e(0x1c8)]||this['capabilities_'][_0x46424e(0x141)](_0xe7b9a1[_0x46424e(0x120)])||this[_0x46424e(0xf7)]['get'](_0xe7b9a1[_0x46424e(0xfc)]);if(_0x3dd9d5){const _0x428b73=(_0x4e3922['platformName']||this['capabilities_'][_0x46424e(0x141)](_0xe7b9a1[_0x46424e(0x139)])||'')[_0x46424e(0x1f5)](),_0x178f74=(_0x4e3922[_0x46424e(0xb3)]||this[_0x46424e(0xf7)][_0x46424e(0x141)](_0xe7b9a1[_0x46424e(0x1f2)])||'')['toLowerCase']();_0xe7b9a1[_0x46424e(0x1d4)](_0x428b73,_0xe7b9a1['kvLbE'])&&_0x178f74[_0x46424e(0x106)](_0xe7b9a1['jqIzA'])&&(_0xe7b9a1[_0x46424e(0x149)](isMobileScanningEnabledForGroup)&&(logger[_0x46424e(0x104)](_0xe7b9a1[_0x46424e(0x10d)]),globals[_0x46424e(0xee)](_0xe7b9a1[_0x46424e(0xdd)],!![])));}}if(globals['getGlobal'](_0xe7b9a1[_0x46424e(0x100)])){if(!_0xe7b9a1[_0x46424e(0xba)](setExtension,this,_0x7c3337)){globals['setGlobal'](_0xe7b9a1[_0x46424e(0x100)],![]);const _0x419fbb=this[_0x46424e(0xf7)]['get'](_0xe7b9a1[_0x46424e(0x111)]);_0x419fbb&&(_0x419fbb[_0x46424e(0x109)]=![],delete _0x419fbb[_0x46424e(0x182)],this[_0x46424e(0xf7)][_0x46424e(0x181)](_0xe7b9a1[_0x46424e(0x111)],_0x419fbb)),this['capabilities_'][_0x46424e(0x141)](_0xe7b9a1['bTrPJ'])&&(this[_0x46424e(0xf7)][_0x46424e(0x181)](_0xe7b9a1[_0x46424e(0x158)],![]),this[_0x46424e(0xf7)]['delete'](_0xe7b9a1[_0x46424e(0x178)]));}}process[_0x46424e(0x1bf)]['BROWSERSTACK_TURBOSCALE']&&(helper[_0x46424e(0xe5)](null,null,_0x7c3337[_0x46424e(0x13f)],null,this,null),helper[_0x46424e(0x179)](_0x7c3337[_0x46424e(0x15d)]),helper[_0x46424e(0x127)]()),logger[_0x46424e(0x104)](_0xe7b9a1[_0x46424e(0xbf)]);}else{if(this[_0x46424e(0x1db)]){const _0x4327c0=this[_0x46424e(0x1db)][_0x46424e(0x141)](this[_0x46424e(0x1db)]['CAPABILITY_KEY']||_0xe7b9a1[_0x46424e(0x11f)]);if(_0x4327c0&&_0x4327c0['args']){const _0x4d3435=this[_0x46424e(0xf7)]['get'](_0xe7b9a1[_0x46424e(0x11f)])||{},_0x53982b=(_0x4d3435[_0x46424e(0x169)]||[])[_0x46424e(0xbc)](_0x4327c0['args']||[]),_0x3028e4=Array[_0x46424e(0x1d9)](new Set(_0x53982b)),_0x628e17={};_0x628e17[_0x46424e(0x169)]=_0x3028e4,this[_0x46424e(0xf7)]['set'](_0xe7b9a1[_0x46424e(0x11f)],Object['assign']({},_0x4d3435,_0x4327c0,_0x628e17));}}helper['readTcgAuthConfigToGlobal']();if(_0xe7b9a1[_0x46424e(0x149)](isAccessibilityAutomationSession)&&this[_0x46424e(0x133)]()[_0x46424e(0x106)](_0xe7b9a1[_0x46424e(0x1ed)])){let _0x5cdbe1=!![];const _0x52a7dc=this['capabilities_'][_0x46424e(0x141)](_0xe7b9a1[_0x46424e(0x111)])||{},_0x460e93=_0x52a7dc[_0x46424e(0x1c8)]||this[_0x46424e(0xf7)][_0x46424e(0x141)](_0xe7b9a1[_0x46424e(0x120)])||this['capabilities_'][_0x46424e(0x141)](_0xe7b9a1[_0x46424e(0xfc)]);if(_0x460e93){const _0x24dd96=(_0x52a7dc[_0x46424e(0xbe)]||this[_0x46424e(0xf7)][_0x46424e(0x141)](_0xe7b9a1[_0x46424e(0x139)])||'')[_0x46424e(0x1f5)](),_0xaea8db=(_0x52a7dc['browserName']||this[_0x46424e(0xf7)]['get'](_0xe7b9a1[_0x46424e(0x1f2)])||'')[_0x46424e(0x1f5)]();_0xe7b9a1[_0x46424e(0x17e)](_0x24dd96,_0xe7b9a1[_0x46424e(0x152)])&&_0xaea8db['includes'](_0xe7b9a1[_0x46424e(0x1d7)])?!_0xe7b9a1[_0x46424e(0x149)](isMobileScanningEnabledForGroup)?(logger[_0x46424e(0x1a4)](MOBILE_SCANNING_DISABLED_WARNING),_0x5cdbe1=![]):(logger['debug'](_0xe7b9a1[_0x46424e(0x10d)]),globals[_0x46424e(0xee)](_0xe7b9a1[_0x46424e(0xdd)],!![])):(logger[_0x46424e(0x1a4)](_0xe7b9a1[_0x46424e(0x173)]),_0x5cdbe1=![]);}if(_0x5cdbe1){const _0x3d4241=_0xe7b9a1[_0x46424e(0x1be)](parseFloat,_0x52a7dc[_0x46424e(0xdc)]||this[_0x46424e(0xf7)][_0x46424e(0x141)](_0xe7b9a1[_0x46424e(0x1ba)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x3610f1}=_0xe7b9a1[_0x46424e(0x1be)](require,_0xe7b9a1['gTCov']),_0x5602cd=_0xe7b9a1[_0x46424e(0x1be)](parseFloat,_0x3610f1);!_0xe7b9a1[_0x46424e(0x15c)](isNaN,_0x3d4241)&&_0xe7b9a1[_0x46424e(0x1b7)](_0x3d4241,_0x5602cd)&&(logger['warn'](_0x46424e(0xda)+_0x3610f1+'.'),_0x5cdbe1=![]);}if(_0x5cdbe1){_0xe7b9a1['exLyr'](setAccessibilityCapabilities,_0x7c3337),this[_0x46424e(0xff)]();if(!_0xe7b9a1[_0x46424e(0xba)](setExtension,this,_0x7c3337)){globals[_0x46424e(0xee)](_0xe7b9a1[_0x46424e(0x100)],![]);const _0x5df798=this[_0x46424e(0xf7)]['get'](_0xe7b9a1[_0x46424e(0x111)]);_0x5df798&&(_0x5df798[_0x46424e(0x109)]=![],delete _0x5df798['accessibilityOptions'],this['capabilities_'][_0x46424e(0x181)](_0xe7b9a1[_0x46424e(0x111)],_0x5df798)),this[_0x46424e(0xf7)]['get'](_0xe7b9a1[_0x46424e(0x158)])&&(this[_0x46424e(0xf7)][_0x46424e(0x181)](_0xe7b9a1['bTrPJ'],![]),this['capabilities_']['delete'](_0xe7b9a1[_0x46424e(0x178)]));}}}_0xe7b9a1['bXjnN'](globals['getGlobal'](_0xe7b9a1['WFPyj']),_0xe7b9a1[_0x46424e(0xe7)])&&(commandRepository[_0x46424e(0xd9)](_0xe7b9a1[_0x46424e(0xe7)]),commandRepository[_0x46424e(0x193)](globals[_0x46424e(0x13d)](_0xe7b9a1[_0x46424e(0xdf)])));if(this['url_'][_0x46424e(0x106)](_0xe7b9a1['EXobg']))logger[_0x46424e(0x104)](_0xe7b9a1['XrKrs']),globals[_0x46424e(0xee)](_0xe7b9a1[_0x46424e(0x1bc)],![]),globals[_0x46424e(0xee)](_0xe7b9a1[_0x46424e(0x1e0)],![]);else globals['getGlobal'](_0xe7b9a1[_0x46424e(0x1bc)])&&globals[_0x46424e(0x13d)](_0xe7b9a1[_0x46424e(0x1e0)])&&aiSdkWrapper[_0x46424e(0x203)](this);}})();const _0x202e79=super[_0x2e76f6(0x14b)]();return PerformanceTester[_0x2e76f6(0xed)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x25fca5=_0x2e76f6,_0x62ad86={'EaXYj':function(_0x541835,_0x59719f,_0x281f1f){const _0x440d96=a152_0x3ccf;return _0x508097[_0x440d96(0x165)](_0x541835,_0x59719f,_0x281f1f);},'lKYRi':function(_0x344e4a,_0x1f233d,_0x4e73bd,_0x3326e8,_0x47c368){return _0x508097['NSxQc'](_0x344e4a,_0x1f233d,_0x4e73bd,_0x3326e8,_0x47c368);},'GnzJF':function(_0x2d9fce,_0x1ffe88){const _0x4d5b7a=a152_0x3ccf;return _0x508097[_0x4d5b7a(0xef)](_0x2d9fce,_0x1ffe88);},'IdchF':_0x508097[_0x25fca5(0x1de)],'WFEns':_0x508097['eSIQx'],'Vqeff':function(_0x406478,_0x18823d,_0x671950){const _0x3552a1=_0x25fca5;return _0x508097[_0x3552a1(0x165)](_0x406478,_0x18823d,_0x671950);},'BNiEC':function(_0x4624d5,_0x409402){const _0x544051=_0x25fca5;return _0x508097[_0x544051(0x11e)](_0x4624d5,_0x409402);},'DDsJw':function(_0x42cef6,_0x3e256c){return _0x508097['iLPQy'](_0x42cef6,_0x3e256c);},'vWdNG':function(_0x56aa7f,_0x3d2bd5,_0x58f465,_0xf2a6ae,_0x55cc0c){return _0x508097['NSxQc'](_0x56aa7f,_0x3d2bd5,_0x58f465,_0xf2a6ae,_0x55cc0c);}};_0x202e79[_0x25fca5(0x138)][_0x25fca5(0x1c7)](_0x442ae4=>{const _0x200d8d=_0x25fca5,_0x50c39e=_0x442ae4[_0x200d8d(0xf8)];if(!helper[_0x200d8d(0x17d)]()&&_0xe7b9a1[_0x200d8d(0x1ad)](isAccessibilityAutomationSession)){const _0x3166ca=_0xe7b9a1[_0x200d8d(0xd4)](nonBstackPlatformValidation,_0x50c39e,this);globals[_0x200d8d(0xee)](_0xe7b9a1[_0x200d8d(0x100)],_0x3166ca);if(!_0x3166ca){const _0x27a7ac=this['capabilities_'][_0x200d8d(0x141)](_0xe7b9a1['hAimX']);_0x27a7ac&&(_0x27a7ac[_0x200d8d(0x109)]=![],delete _0x27a7ac['accessibilityOptions'],this[_0x200d8d(0xf7)][_0x200d8d(0x181)](_0xe7b9a1[_0x200d8d(0x111)],_0x27a7ac)),this['capabilities_'][_0x200d8d(0x141)](_0xe7b9a1['bTrPJ'])&&(this[_0x200d8d(0xf7)][_0x200d8d(0x181)](_0xe7b9a1[_0x200d8d(0x158)],![]),this[_0x200d8d(0xf7)][_0x200d8d(0x195)](_0xe7b9a1[_0x200d8d(0x178)]));}}}),_0x202e79[_0x25fca5(0x138)][_0x25fca5(0x1c7)](_0x41eb68=>{const _0x573798=_0x25fca5;try{logger[_0x573798(0x104)](_0x573798(0x16b)+_0x41eb68[_0x573798(0x10b)]());const _0x231960=_0x41eb68[_0x573798(0xf8)][_0x573798(0x141)](_0xe7b9a1[_0x573798(0xca)]);_0x231960?(logger['debug'](_0x573798(0x1f3)+_0x231960),hubAllocator[_0x573798(0x1c3)](_0x231960),helper['storeOptimalHubUrl'](_0x231960)):logger[_0x573798(0x104)](_0xe7b9a1[_0x573798(0x1b5)]);}catch(_0x2adde7){logger[_0x573798(0x104)](_0x573798(0x18d)+_0x2adde7);}}),_0x202e79['quitCount_']=0x0,_0x202e79[_0x25fca5(0x1c7)]&&_0x202e79[_0x25fca5(0x1c7)](_0x5e0c3a=>{const _0x22dc5c=_0x25fca5,_0x29f8c0={'NKJdi':function(_0x2d751d,_0x18d47b,_0x1602aa){return _0x62ad86['Vqeff'](_0x2d751d,_0x18d47b,_0x1602aa);},'iqIlJ':_0x62ad86[_0x22dc5c(0x1c0)],'kZDLD':_0x62ad86[_0x22dc5c(0xb0)],'KJlrx':function(_0x26ddab,_0x47e50c){return _0x62ad86['BNiEC'](_0x26ddab,_0x47e50c);}};helper[_0x22dc5c(0x143)](_0x5e0c3a,_0x202e79),_0x2bc946&&_0x62ad86['DDsJw'](overrideTakeScreenshot,_0x5e0c3a),helper['overrideGet'](_0x5e0c3a,_0x7c3337),_0x62ad86['Vqeff'](overrideExecute,_0x5e0c3a,_0x7c3337),_0x7c3337[_0x22dc5c(0x15d)]&&percyHelper[_0x22dc5c(0xfd)](_0x5e0c3a,_0x50a9e2[_0x22dc5c(0x11d)],_0x7c3337),_0x5e0c3a[_0x22dc5c(0xbd)]=async()=>{const _0x524e96=_0x22dc5c;return await _0x62ad86[_0x524e96(0xcc)](getAccessibilityResultsSummary,_0x5e0c3a,global);},_0x5e0c3a[_0x22dc5c(0x115)]=async()=>{return await _0x29f8c0['NKJdi'](getAccessibilityResults,_0x5e0c3a,global);},_0x5e0c3a['performScan']=async _0x347312=>{const _0x267bb7=_0x22dc5c;return await _0x62ad86[_0x267bb7(0x1a8)](performScan,_0x5e0c3a,null,!![],_0x62ad86[_0x267bb7(0xdb)](_0x347312,null));},_0x5e0c3a['startA11yScanning']=async _0x1b6aa8=>{const _0x323488=_0x22dc5c;globals[_0x323488(0xee)](_0x29f8c0[_0x323488(0x162)],!![]),globals[_0x323488(0xee)](_0x29f8c0[_0x323488(0x19e)],_0x29f8c0[_0x323488(0xf5)](_0x1b6aa8,null));},_0x5e0c3a[_0x22dc5c(0x1e5)]=async()=>{const _0x2ee262=_0x22dc5c;globals[_0x2ee262(0xee)](_0x62ad86['IdchF'],![]),globals['setGlobal'](_0x62ad86[_0x2ee262(0xb0)],null);};}),_0x202e79[_0x25fca5(0xbd)]=async()=>{const _0x47a6d0=_0x25fca5;return await _0xe7b9a1[_0x47a6d0(0x122)](getAccessibilityResultsSummary,_0x202e79,global);},_0x202e79[_0x25fca5(0x115)]=async()=>{const _0x3c1405=_0x25fca5;return await _0x62ad86[_0x3c1405(0xb5)](getAccessibilityResults,_0x202e79,global);},_0x202e79[_0x25fca5(0x1b9)]=async _0x2b491d=>{const _0x20e64e=_0x25fca5;return await _0x62ad86['vWdNG'](performScan,_0x202e79,null,!![],_0x62ad86[_0x20e64e(0x1cb)](_0x2b491d,null));},_0x202e79[_0x25fca5(0x187)]=async _0x3c9dff=>{const _0x280854=_0x25fca5;globals[_0x280854(0xee)](_0x62ad86[_0x280854(0x1c0)],!![]),globals[_0x280854(0xee)](_0x62ad86[_0x280854(0xb0)],_0x62ad86[_0x280854(0xdb)](_0x3c9dff,null));},_0x202e79['stopA11yScanning']=async()=>{const _0x378286=_0x25fca5;globals[_0x378286(0xee)](_0xe7b9a1[_0x378286(0x123)],![]),globals[_0x378286(0xee)](_0xe7b9a1[_0x378286(0x131)],null);},_0x2bc946&&_0x508097['HmfYn'](overrideTakeScreenshot,_0x202e79),helper[_0x25fca5(0x143)](_0x202e79),helper[_0x25fca5(0x19f)](_0x202e79,_0x7c3337),_0x508097[_0x25fca5(0x165)](overrideExecute,_0x202e79,_0x7c3337),_0x7c3337[_0x25fca5(0x15d)]&&percyHelper[_0x25fca5(0xfd)](_0x202e79,_0x50a9e2['WebElement'],_0x7c3337);helper[_0x25fca5(0x174)](global[_0x25fca5(0x1ee)])&&(global[_0x25fca5(0x1ee)]=[]);helper[_0x25fca5(0x174)](global[_0x25fca5(0x1b4)])&&(global[_0x25fca5(0x1b4)]=[]);global[_0x25fca5(0x1ee)][_0x25fca5(0x134)](_0x202e79),global[_0x25fca5(0xb7)]=_0x202e79,_0xb7faa6&&(_0xb7faa6['global']['__driver']=_0x202e79);_0x508097['kBMzy'](global[_0x25fca5(0x1b4)],undefined)&&global['__drivers'][_0x25fca5(0x134)](_0x202e79);_0xb7faa6&&helper[_0x25fca5(0x174)](_0xb7faa6[_0x25fca5(0x1da)][_0x25fca5(0x1b4)])&&(_0xb7faa6['global'][_0x25fca5(0x1b4)]=[]);_0xb7faa6&&helper[_0x25fca5(0x174)](_0xb7faa6['global'][_0x25fca5(0x1ee)])&&(_0xb7faa6[_0x25fca5(0x1da)][_0x25fca5(0x1ee)]=[]);_0xb7faa6&&_0x508097[_0x25fca5(0x171)](_0xb7faa6[_0x25fca5(0x1da)][_0x25fca5(0x1b4)],undefined)&&(_0xb7faa6[_0x25fca5(0x1da)][_0x25fca5(0x1b4)]['push'](_0x202e79),_0xb7faa6[_0x25fca5(0x1da)][_0x25fca5(0x1ee)][_0x25fca5(0x134)](_0x202e79));_0x202e79['isAccessibilityPlatform']=globals[_0x25fca5(0x13d)](_0x508097[_0x25fca5(0x176)]);try{global[_0x25fca5(0x1b4)][0x0][_0x25fca5(0x138)][_0x25fca5(0x1c7)](_0x24f6a7=>{const _0x5f3ce0=_0x25fca5;logger[_0x5f3ce0(0x104)](_0x5f3ce0(0x1fa)+_0x24f6a7[_0x5f3ce0(0x10b)]()+_0x5f3ce0(0xd7));})[_0x25fca5(0x1eb)](_0x452c05=>{const _0x17edb2=_0x25fca5;logger['debug'](_0x17edb2(0xde)+_0x452c05);});}catch(_0x5d3a95){logger[_0x25fca5(0x104)](_0x25fca5(0xde)+_0x5d3a95);}globals[_0x25fca5(0xee)](_0x508097['kkTjX'],globals[_0x25fca5(0x13d)](_0x508097[_0x25fca5(0x176)]));})(),_0x202e79;}}_0xb7faa6&&(globals[_0x429d39(0xb8)]=_0xb7faa6['global'][_0x429d39(0xb8)]);if(_0x508097['XVpxu'](isAccessibilityAutomationSession))try{let _0x5f0c7a=helper[_0x429d39(0x1e9)](_0x508097[_0x429d39(0x15a)],_0x508097[_0x429d39(0x172)])[_0x429d39(0x170)];(!_0x5f0c7a['prototype']||!_0x5f0c7a['prototype'][_0x429d39(0x15e)])&&(_0x5f0c7a=helper[_0x429d39(0x1e9)](_0x508097[_0x429d39(0x1d3)],_0x508097[_0x429d39(0x172)])[_0x429d39(0x1a9)]);if(_0x5f0c7a['prototype']&&_0x5f0c7a[_0x429d39(0x1b8)][_0x429d39(0x15e)]){const _0x486c30=_0x5f0c7a[_0x429d39(0x1b8)][_0x429d39(0x15e)];logger[_0x429d39(0x104)](_0x508097[_0x429d39(0x13b)]),_0x5f0c7a['prototype'][_0x429d39(0x15e)]=async function(){const _0x2458af=_0x429d39;try{!globals[_0x2458af(0x13d)](_0x508097[_0x2458af(0x1e6)])&&globals[_0x2458af(0x13d)](_0x508097[_0x2458af(0x176)])&&globals['getGlobal'](_0x508097[_0x2458af(0x1de)])&&scripts[_0x2458af(0x10a)](arguments[0x0]['name_'])&&!_0x508097[_0x2458af(0xc4)](isBrowserStackCommandExecutor,arguments[0x0][_0x2458af(0x12d)])&&(globals[_0x2458af(0xee)](_0x508097[_0x2458af(0x1e6)],!![]),logger['debug'](_0x2458af(0x1a0)+arguments[0x0]['name_']),await _0x508097[_0x2458af(0xc8)](performScan,global[_0x2458af(0xb7)],arguments[0x0][_0x2458af(0x18a)]));}catch(_0x514389){logger['debug']('Failed\x20to\x20perform\x20scan\x20'+util[_0x2458af(0x1e7)](_0x514389));}return globals[_0x2458af(0xee)](_0x508097[_0x2458af(0x1e6)],![]),_0x486c30[_0x2458af(0x1e3)](this,arguments);};}}catch(_0x22dd30){logger[_0x429d39(0x104)](_0x508097[_0x429d39(0x189)](_0x508097[_0x429d39(0xf4)],_0x22dd30));}return _0x50a9e2[_0x429d39(0x145)]=_0x50a9e2['Builder'],_0x50a9e2[_0x429d39(0xe2)]=_0x28cfa2,_0x490198[_0x429d39(0x11a)]=_0xfc247,_0x50a9e2;};module[a152_0x199ec5(0x132)][a152_0x199ec5(0x12b)]=modify,module[a152_0x199ec5(0x132)][a152_0x199ec5(0x1f7)]=modifyV2,module['exports'][a152_0x199ec5(0x1b3)]=percySDK,module[a152_0x199ec5(0x132)]['BrowserStackSdk']=BrowserStackSdk,module[a152_0x199ec5(0x132)][a152_0x199ec5(0xd1)]=modifyPlaywrightConfig;
|
|
1
|
+
const a152_0x4c7d9b=a152_0x308f;(function(_0x432967,_0x40b103){const _0x4ae89d=a152_0x308f,_0xb643bc=_0x432967();while(!![]){try{const _0x33bdb6=-parseInt(_0x4ae89d(0x2a6))/0x1*(-parseInt(_0x4ae89d(0x1fb))/0x2)+-parseInt(_0x4ae89d(0x2be))/0x3*(-parseInt(_0x4ae89d(0x2ba))/0x4)+-parseInt(_0x4ae89d(0x1d1))/0x5*(parseInt(_0x4ae89d(0x1e5))/0x6)+-parseInt(_0x4ae89d(0x1d6))/0x7*(-parseInt(_0x4ae89d(0x2ea))/0x8)+parseInt(_0x4ae89d(0x245))/0x9*(-parseInt(_0x4ae89d(0x243))/0xa)+parseInt(_0x4ae89d(0x239))/0xb*(-parseInt(_0x4ae89d(0x26b))/0xc)+parseInt(_0x4ae89d(0x2d9))/0xd;if(_0x33bdb6===_0x40b103)break;else _0xb643bc['push'](_0xb643bc['shift']());}catch(_0x52c4fe){_0xb643bc['push'](_0xb643bc['shift']());}}}(a152_0x2db7,0x2ee85));const util=require('util'),{overrideTakeScreenshot}=require(a152_0x4c7d9b(0x27a)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a152_0x4c7d9b(0x279)),{setAccessibilityCapabilities,setExtension}=require(a152_0x4c7d9b(0x1d5)),helper=require('./helpers/helper'),logger=require(a152_0x4c7d9b(0x263))[a152_0x4c7d9b(0x2cc)],hubAllocator=require(a152_0x4c7d9b(0x23d)),percySDK=require(a152_0x4c7d9b(0x1de)),percyHelper=require(a152_0x4c7d9b(0x28d)),BrowserStackSdk=require(a152_0x4c7d9b(0x1d2)),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require(a152_0x4c7d9b(0x1c4)),globals=require(a152_0x4c7d9b(0x2ed)),{commandRepository}=require(a152_0x4c7d9b(0x316)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a152_0x4c7d9b(0x1d4)),PerformanceTester=require(a152_0x4c7d9b(0x26e)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a152_0x4c7d9b(0x2b5)),{nonBstackPlatformValidation}=require(a152_0x4c7d9b(0x279)),modify=_0x31b025=>{const _0x2bfcb6=a152_0x4c7d9b,_0x33eaed={'IaJOm':function(_0x56ec43,_0x135209){return _0x56ec43!==_0x135209;},'pNhmD':'/session','noYxX':function(_0x5e5e7a,_0x306ab7){return _0x5e5e7a!==_0x306ab7;},'MqdWJ':function(_0x4faaaa,_0x591876){return _0x4faaaa+_0x591876;},'TkvEM':function(_0x236419,_0x2ff21f){return _0x236419+_0x2ff21f;},'eUteB':'https://','iiJWv':_0x2bfcb6(0x2f0),'kWZVD':_0x2bfcb6(0x204),'MrFlM':_0x2bfcb6(0x275),'IhcKG':_0x2bfcb6(0x1fa),'kpXGd':_0x2bfcb6(0x2ce),'nGPAO':_0x2bfcb6(0x1dc),'nLXqf':'firefoxOptions','yrByD':'safari.options','vFXHo':_0x2bfcb6(0x25e),'QOEnR':_0x2bfcb6(0x26a),'UjWVK':function(_0x4c2803,_0x4e2838){return _0x4c2803===_0x4e2838;},'AmDPZ':_0x2bfcb6(0x1ea),'gcWju':_0x2bfcb6(0x248),'Siyfw':function(_0xa32e79){return _0xa32e79();},'yxDqW':function(_0x2616ef,_0x23bccf){return _0x2616ef(_0x23bccf);},'ldtsH':function(_0x4284c1){return _0x4284c1();},'mMAiR':_0x2bfcb6(0x253),'LOFWw':_0x2bfcb6(0x30a),'tmTqc':_0x2bfcb6(0x269),'lQPUH':_0x2bfcb6(0x294),'faDRL':_0x2bfcb6(0x1e0),'Vvgja':_0x2bfcb6(0x1cd),'YgYgv':'chrome','yYEXD':function(_0x593d5b){return _0x593d5b();},'yKvEo':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','SOrNp':'isMobilePlatform','Zzmrp':'isAccessibilityPlatform','ylEeK':function(_0x43c3f7,_0xe7cc3f,_0x4928dc){return _0x43c3f7(_0xe7cc3f,_0x4928dc);},'ioZQz':_0x2bfcb6(0x1c9),'qfxSB':_0x2bfcb6(0x2d1),'TbNme':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','pQIJv':function(_0x5514dd,_0x3d14e8,_0x47c193){return _0x5514dd(_0x3d14e8,_0x47c193);},'saUMZ':function(_0x514157,_0xe67f85,_0x5a08a7,_0x6ad9ad,_0x27ea14){return _0x514157(_0xe67f85,_0x5a08a7,_0x6ad9ad,_0x27ea14);},'WOiBz':function(_0x555fa9,_0x503e05){return _0x555fa9||_0x503e05;},'DkufG':'bstackA11yShouldScan','cYZgu':'bstackA11yScanOptions','QOORv':'optimalHubUrl','tgZtM':_0x2bfcb6(0x2f2),'iPVFJ':function(_0x4db76e,_0x1de530){return _0x4db76e||_0x1de530;},'LsWrC':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','MhrHB':_0x2bfcb6(0x213)};logger[_0x2bfcb6(0x1c6)](_0x33eaed[_0x2bfcb6(0x218)]),logger[_0x2bfcb6(0x233)](_0x33eaed['MhrHB']);const _0x4223a5=helper[_0x2bfcb6(0x1e1)](),_0x159af7=helper[_0x2bfcb6(0x2fd)]();class _0x2910d7 extends _0x159af7['HttpClient']{[_0x2bfcb6(0x1d9)](_0x46cb82){const _0x1eb753=_0x2bfcb6;if(_0x33eaed[_0x1eb753(0x224)](_0x46cb82[_0x1eb753(0x2bd)],_0x33eaed[_0x1eb753(0x23b)])&&_0x33eaed[_0x1eb753(0x260)](global[_0x1eb753(0x1be)],''))try{global[_0x1eb753(0x1be)]=_0x33eaed[_0x1eb753(0x1c5)](_0x33eaed[_0x1eb753(0x2db)](_0x33eaed[_0x1eb753(0x23f)],global[_0x1eb753(0x1be)]),_0x33eaed[_0x1eb753(0x28e)]),this[_0x1eb753(0x2eb)]=hubAllocator[_0x1eb753(0x310)](global[_0x1eb753(0x1be)]),logger[_0x1eb753(0x233)](_0x1eb753(0x2c5)+global['newHubUrl']),global[_0x1eb753(0x1be)]='';}catch(_0x4e9c56){logger[_0x1eb753(0x2c4)](_0x4e9c56);}return super[_0x1eb753(0x1d9)](_0x46cb82);}}class _0x42335c extends _0x4223a5[_0x2bfcb6(0x20b)]{[_0x2bfcb6(0x27f)](_0x30dbfc){const _0x1bd6d1=_0x2bfcb6;let _0x503e5c={};for(const _0xd537d1 in _0x30dbfc){switch(_0xd537d1){case _0x33eaed['kWZVD']:case _0x33eaed[_0x1bd6d1(0x217)]:this[_0x1bd6d1(0x1f5)]&&(_0x503e5c=this[_0x1bd6d1(0x1f5)]['get'](this[_0x1bd6d1(0x1f5)][_0x1bd6d1(0x219)])||{},this[_0x1bd6d1(0x1f5)][_0x1bd6d1(0x2d6)](this['chromeOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x503e5c,_0x30dbfc[_0xd537d1])));break;case _0x33eaed[_0x1bd6d1(0x22f)]:case _0x33eaed['kpXGd']:this[_0x1bd6d1(0x288)]&&(_0x503e5c=this[_0x1bd6d1(0x288)][_0x1bd6d1(0x2c3)](this[_0x1bd6d1(0x288)][_0x1bd6d1(0x219)])||{},this[_0x1bd6d1(0x288)]['set'](this[_0x1bd6d1(0x288)][_0x1bd6d1(0x219)],helper[_0x1bd6d1(0x2c9)](_0x503e5c,_0x30dbfc[_0xd537d1])));break;case _0x33eaed['nGPAO']:case _0x33eaed['nLXqf']:this['firefoxOptions_']&&(_0x503e5c=this[_0x1bd6d1(0x2ca)]['get'](this['firefoxOptions_'][_0x1bd6d1(0x219)])||{},this[_0x1bd6d1(0x2ca)][_0x1bd6d1(0x2d6)](this[_0x1bd6d1(0x2ca)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x503e5c,_0x30dbfc[_0xd537d1])));break;case _0x33eaed[_0x1bd6d1(0x286)]:this[_0x1bd6d1(0x22a)]&&(_0x503e5c=this[_0x1bd6d1(0x22a)][_0x1bd6d1(0x2c3)](this[_0x1bd6d1(0x22a)][_0x1bd6d1(0x219)])||{},this[_0x1bd6d1(0x22a)][_0x1bd6d1(0x2d6)](this[_0x1bd6d1(0x22a)][_0x1bd6d1(0x219)],helper['mergeDeep'](_0x503e5c,_0x30dbfc[_0xd537d1])));break;case _0x33eaed[_0x1bd6d1(0x201)]:case _0x33eaed[_0x1bd6d1(0x226)]:this[_0x1bd6d1(0x2f6)]&&(_0x503e5c=this[_0x1bd6d1(0x2f6)]['get'](this['ieOptions_'][_0x1bd6d1(0x219)])||{},this[_0x1bd6d1(0x2f6)]['set'](this['ieOptions_'][_0x1bd6d1(0x219)],helper[_0x1bd6d1(0x2c9)](_0x503e5c,_0x30dbfc[_0xd537d1])));break;}}}[_0x2bfcb6(0x2e1)](){const _0x58ab9=_0x2bfcb6;return this[_0x58ab9(0x1bf)]=helper['getHubUrl'](_0x31b025),logger['debug'](_0x58ab9(0x27b)+this[_0x58ab9(0x1bf)]),this;}[_0x2bfcb6(0x317)](){const _0x43d40d=_0x2bfcb6,_0x30b365={'HdNrj':function(_0x595cf5,_0x23eb41){const _0x217b3d=a152_0x308f;return _0x33eaed[_0x217b3d(0x2c2)](_0x595cf5,_0x23eb41);},'xnTlz':_0x33eaed[_0x43d40d(0x1ff)]};return logger[_0x43d40d(0x233)](_0x33eaed[_0x43d40d(0x1f3)]),this[_0x43d40d(0x27f)](_0x31b025['capability']),Object[_0x43d40d(0x297)](_0x31b025[_0x43d40d(0x254)])['forEach'](_0x1881c1=>{const _0x186035=_0x43d40d,_0x48c068=this[_0x186035(0x1c8)][_0x186035(0x2c3)](_0x1881c1);_0x30b365[_0x186035(0x21f)](typeof _0x48c068,_0x30b365[_0x186035(0x2a1)])?this[_0x186035(0x1c8)][_0x186035(0x2d6)](_0x1881c1,helper['mergeDeep'](_0x48c068,_0x31b025['capability'][_0x1881c1])):this['capabilities_'][_0x186035(0x2d6)](_0x1881c1,_0x31b025[_0x186035(0x254)][_0x1881c1]);}),this;}[_0x2bfcb6(0x1c1)](){const _0x24a6f9=_0x2bfcb6,_0xa1e9d4={'XpGWD':_0x33eaed['QOORv'],'lMXsf':_0x33eaed['tgZtM'],'WIgUH':function(_0x193c68,_0x3bc477,_0x41e883){const _0x4e1d74=a152_0x308f;return _0x33eaed[_0x4e1d74(0x2c7)](_0x193c68,_0x3bc477,_0x41e883);},'PFyus':function(_0x4c0ada,_0x3eaf28,_0x557fa5,_0x306700,_0x5ef459){const _0x1dd14e=a152_0x308f;return _0x33eaed[_0x1dd14e(0x2a2)](_0x4c0ada,_0x3eaf28,_0x557fa5,_0x306700,_0x5ef459);},'JdcFF':function(_0x119d7c,_0x77e7b2){const _0x59ad20=a152_0x308f;return _0x33eaed[_0x59ad20(0x2f4)](_0x119d7c,_0x77e7b2);},'HQOiX':_0x33eaed[_0x24a6f9(0x2a7)],'EptDW':_0x33eaed[_0x24a6f9(0x25f)]};PerformanceTester['measureWrapper'](PerformanceEvents[_0x24a6f9(0x308)],()=>{const _0x2e68fe=_0x24a6f9;_0x33eaed[_0x2e68fe(0x283)](isAccessibilityAutomationSession)&&_0x33eaed[_0x2e68fe(0x203)](setAccessibilityCapabilities,_0x31b025);this[_0x2e68fe(0x2e1)](),this[_0x2e68fe(0x317)]();if(helper[_0x2e68fe(0x2a3)](_0x31b025[_0x2e68fe(0x296)][_0x2e68fe(0x2bb)]))this[_0x2e68fe(0x20f)]=helper['getHttpAgent'](_0x31b025[_0x2e68fe(0x296)][_0x2e68fe(0x2bb)]);else _0x31b025[_0x2e68fe(0x296)][_0x2e68fe(0x2bb)]&&(this[_0x2e68fe(0x215)]=_0x31b025[_0x2e68fe(0x296)][_0x2e68fe(0x2bb)],logger[_0x2e68fe(0x233)](_0x2e68fe(0x2b7)+this['proxy_']));if(_0x33eaed[_0x2e68fe(0x270)](isAccessibilityAutomationSession)){const _0x23687e=this[_0x2e68fe(0x1c8)][_0x2e68fe(0x2c3)](_0x33eaed[_0x2e68fe(0x2f7)])||{},_0x589dec=_0x23687e[_0x2e68fe(0x269)]||this[_0x2e68fe(0x1c8)][_0x2e68fe(0x2c3)](_0x33eaed[_0x2e68fe(0x221)])||this[_0x2e68fe(0x1c8)][_0x2e68fe(0x2c3)](_0x33eaed[_0x2e68fe(0x25d)]);if(_0x589dec){const _0x5dd541=(_0x23687e[_0x2e68fe(0x294)]||this[_0x2e68fe(0x1c8)][_0x2e68fe(0x2c3)](_0x33eaed['lQPUH'])||'')[_0x2e68fe(0x220)](),_0xcd7c73=(_0x23687e[_0x2e68fe(0x1e0)]||this[_0x2e68fe(0x1c8)][_0x2e68fe(0x2c3)](_0x33eaed[_0x2e68fe(0x29c)])||'')['toLowerCase']();_0x33eaed[_0x2e68fe(0x2c2)](_0x5dd541,_0x33eaed['Vvgja'])&&_0xcd7c73[_0x2e68fe(0x284)](_0x33eaed[_0x2e68fe(0x1ca)])&&(_0x33eaed['yYEXD'](isMobileScanningEnabledForGroup)&&(logger[_0x2e68fe(0x233)](_0x33eaed['yKvEo']),globals[_0x2e68fe(0x265)](_0x33eaed[_0x2e68fe(0x315)],!![])));}}if(globals[_0x2e68fe(0x312)](_0x33eaed[_0x2e68fe(0x1f2)])){if(!_0x33eaed[_0x2e68fe(0x2c7)](setExtension,this,_0x31b025)){globals[_0x2e68fe(0x265)](_0x33eaed[_0x2e68fe(0x1f2)],![]);const _0x3df998=this['capabilities_'][_0x2e68fe(0x2c3)](_0x33eaed[_0x2e68fe(0x2f7)]);_0x3df998&&(_0x3df998[_0x2e68fe(0x271)]=![],delete _0x3df998[_0x2e68fe(0x2b4)],this['capabilities_'][_0x2e68fe(0x2d6)](_0x33eaed[_0x2e68fe(0x2f7)],_0x3df998)),this[_0x2e68fe(0x1c8)][_0x2e68fe(0x2c3)](_0x33eaed['ioZQz'])&&(this[_0x2e68fe(0x1c8)]['set'](_0x33eaed[_0x2e68fe(0x21a)],![]),this[_0x2e68fe(0x1c8)]['delete'](_0x33eaed[_0x2e68fe(0x2b6)]));}}(!helper[_0x2e68fe(0x23e)]()||helper[_0x2e68fe(0x23c)](_0x31b025))&&helper[_0x2e68fe(0x302)](null,null,_0x31b025['framework'],null,this,null),helper[_0x2e68fe(0x20c)](_0x31b025[_0x2e68fe(0x254)]),logger[_0x2e68fe(0x233)](_0x33eaed[_0x2e68fe(0x2ee)]);})();const _0x1a2c90=super[_0x24a6f9(0x1c1)]();return PerformanceTester[_0x24a6f9(0x2d4)](PerformanceEvents[_0x24a6f9(0x200)],()=>{const _0xd22314=_0x24a6f9,_0x2237af={'Vbfwf':function(_0x357621,_0x3bf559,_0x115642){const _0x332fb8=a152_0x308f;return _0x33eaed[_0x332fb8(0x1da)](_0x357621,_0x3bf559,_0x115642);},'pILEf':function(_0x1abb45,_0x1ea616,_0x4c31be,_0x4cb1a2,_0x49b475){const _0xaae886=a152_0x308f;return _0x33eaed[_0xaae886(0x2a2)](_0x1abb45,_0x1ea616,_0x4c31be,_0x4cb1a2,_0x49b475);},'cXEeg':function(_0x3e5fb8,_0x3d7fe4){const _0x38324c=a152_0x308f;return _0x33eaed[_0x38324c(0x2aa)](_0x3e5fb8,_0x3d7fe4);},'sqOVm':_0x33eaed['DkufG'],'dJAri':_0x33eaed[_0xd22314(0x25f)],'OCUaY':function(_0x39883f,_0x9ca120){const _0x4a6b63=_0xd22314;return _0x33eaed[_0x4a6b63(0x2aa)](_0x39883f,_0x9ca120);}};_0x1a2c90['session_']['then'](_0x2e2816=>{const _0x3d7327=_0xd22314;try{const _0x12b363=_0x2e2816[_0x3d7327(0x2df)][_0x3d7327(0x2c3)](_0xa1e9d4['XpGWD']);_0x12b363?(logger[_0x3d7327(0x233)](_0x3d7327(0x207)+_0x12b363),hubAllocator[_0x3d7327(0x30f)](_0x12b363),helper['storeOptimalHubUrl'](_0x12b363)):logger[_0x3d7327(0x233)](_0xa1e9d4['lMXsf']);}catch(_0x217ddf){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x217ddf);}}),_0x1a2c90['then']&&_0x1a2c90['then'](_0x37310a=>{const _0x4c90c4=_0xd22314,_0x146d71={'MotCU':function(_0x1a826b,_0x2d597f,_0x323593){return _0xa1e9d4['WIgUH'](_0x1a826b,_0x2d597f,_0x323593);}};helper[_0x4c90c4(0x29f)](_0x37310a,_0x31b025),_0xa1e9d4[_0x4c90c4(0x1bd)](overrideExecute,_0x37310a,_0x31b025),_0x37310a[_0x4c90c4(0x2ac)]=async()=>{const _0x3d6c62=_0x4c90c4;return await _0x2237af[_0x3d6c62(0x2a4)](getAccessibilityResultsSummary,_0x37310a,global);},_0x37310a[_0x4c90c4(0x276)]=async()=>{const _0xf59371=_0x4c90c4;return await _0x146d71[_0xf59371(0x22d)](getAccessibilityResults,_0x37310a,global);},_0x37310a[_0x4c90c4(0x2b1)]=async _0x4fd274=>{const _0xf3f2b5=_0x4c90c4;return await _0x2237af[_0xf3f2b5(0x2dd)](performScan,_0x37310a,null,!![],_0x2237af['cXEeg'](_0x4fd274,null));},_0x37310a[_0x4c90c4(0x289)]=async _0x1a0335=>{const _0x5ed6ae=_0x4c90c4;globals[_0x5ed6ae(0x265)](_0x2237af[_0x5ed6ae(0x287)],!![]),globals['setGlobal'](_0x2237af['dJAri'],_0x2237af[_0x5ed6ae(0x2c6)](_0x1a0335,null));},_0x37310a['stopA11yScanning']=async()=>{const _0x2c4890=_0x4c90c4;globals[_0x2c4890(0x265)](_0x2237af[_0x2c4890(0x287)],![]),globals['setGlobal'](_0x2237af[_0x2c4890(0x274)],null);};}),_0x1a2c90[_0xd22314(0x2ac)]=async()=>{const _0x45ee9c=_0xd22314;return await _0x2237af[_0x45ee9c(0x2a4)](getAccessibilityResultsSummary,_0x1a2c90,global);},_0x1a2c90[_0xd22314(0x276)]=async()=>{const _0x1afe7d=_0xd22314;return await _0x2237af[_0x1afe7d(0x2a4)](getAccessibilityResults,_0x1a2c90,global);},_0x1a2c90['performScan']=async _0x470684=>{const _0x2a6104=_0xd22314;return await _0xa1e9d4[_0x2a6104(0x223)](performScan,_0x1a2c90,null,!![],_0xa1e9d4[_0x2a6104(0x2ad)](_0x470684,null));},_0x1a2c90[_0xd22314(0x289)]=async _0x872a21=>{const _0x95dcdc=_0xd22314;globals['setGlobal'](_0x2237af['sqOVm'],!![]),globals[_0x95dcdc(0x265)](_0x2237af['dJAri'],_0x2237af[_0x95dcdc(0x2ef)](_0x872a21,null));},_0x1a2c90['stopA11yScanning']=async()=>{const _0x54c7ad=_0xd22314;globals['setGlobal'](_0xa1e9d4[_0x54c7ad(0x1cb)],![]),globals[_0x54c7ad(0x265)](_0xa1e9d4[_0x54c7ad(0x1f1)],null);},helper[_0xd22314(0x29f)](_0x1a2c90,_0x31b025),_0x33eaed[_0xd22314(0x2c7)](overrideExecute,_0x1a2c90,_0x31b025),helper['isUndefined'](global[_0xd22314(0x24a)])&&(global[_0xd22314(0x24a)]=[]),global[_0xd22314(0x24a)]['push'](_0x1a2c90);})(),_0x1a2c90;}}_0x4223a5[_0x2bfcb6(0x1cc)]=_0x4223a5['Builder'],_0x4223a5['Builder']=_0x42335c,_0x159af7['HttpClient']=_0x2910d7;},modifyV2=(_0x4becb1,_0x3ec4de=null,_0x41402b=![])=>{const _0x5ef3bf=a152_0x4c7d9b,_0x194992={'AyQgn':function(_0x23e2be,_0x2ac654){return _0x23e2be!==_0x2ac654;},'slqeP':'/session','BfmLn':function(_0x105f7a,_0x1b1c0e){return _0x105f7a+_0x1b1c0e;},'TlUea':function(_0x5a47d9,_0x4f201d){return _0x5a47d9+_0x4f201d;},'xvEpZ':'https://','pLsFw':'/wd/hub','pXrrs':'aiHeal_isAuthenticated','NaBrl':'aiHeal_isHealingEnabled','uPpYF':_0x5ef3bf(0x204),'TGjNx':'chromeOptions','aMZdd':_0x5ef3bf(0x1fa),'vBxfr':'edgeOptions','LLGkU':_0x5ef3bf(0x1dc),'ZDCMf':'firefoxOptions','DWjrO':_0x5ef3bf(0x290),'NUylH':'se:ieOptions','SQMwY':_0x5ef3bf(0x26a),'LebvT':function(_0xd4dc33,_0x51586c){return _0xd4dc33===_0x51586c;},'MtXJR':_0x5ef3bf(0x1ea),'ZZIVk':_0x5ef3bf(0x248),'kARGo':function(_0x526c4d,_0x5bbe8e){return _0x526c4d>_0x5bbe8e;},'kpaeK':function(_0x3e3b75){return _0x3e3b75();},'kBxNV':function(_0x3f018c,_0x48950e){return _0x3f018c(_0x48950e);},'VODPP':'bstack:options','hOAPJ':'device','FViaU':_0x5ef3bf(0x269),'oLUUs':_0x5ef3bf(0x294),'QfPid':'browserName','dkLpf':function(_0x1d7065,_0x20fa7d){return _0x1d7065===_0x20fa7d;},'AsfOI':_0x5ef3bf(0x1cd),'ptEkb':_0x5ef3bf(0x264),'cgCHM':_0x5ef3bf(0x2b0),'rwaBm':_0x5ef3bf(0x30c),'mSupt':_0x5ef3bf(0x1d8),'HbdKE':function(_0x5ed82e,_0x59acd0,_0x5f3cfa){return _0x5ed82e(_0x59acd0,_0x5f3cfa);},'cnzBM':_0x5ef3bf(0x1c9),'WoAOo':_0x5ef3bf(0x2d1),'RcybP':_0x5ef3bf(0x26d),'EJMNs':_0x5ef3bf(0x22e),'IoJzl':function(_0x21a217){return _0x21a217();},'lUCiJ':_0x5ef3bf(0x27e),'rJikF':_0x5ef3bf(0x1ce),'sGlvX':_0x5ef3bf(0x292),'vVAEs':function(_0x2097b6,_0x5c85c9){return _0x2097b6<_0x5c85c9;},'VklSR':function(_0x18ac66,_0xf6ab6b){return _0x18ac66(_0xf6ab6b);},'WhHzw':function(_0x1685ac,_0x148db5){return _0x1685ac===_0x148db5;},'VQTdh':_0x5ef3bf(0x235),'vocZo':_0x5ef3bf(0x272),'VLlbq':'aiSdk_bstackConfig','BmKfP':_0x5ef3bf(0x2d7),'GPFzn':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','CzSYc':function(_0x5dfcb1,_0x2bcf63,_0x23a4d4){return _0x5dfcb1(_0x2bcf63,_0x23a4d4);},'vdbdn':_0x5ef3bf(0x246),'fChJW':_0x5ef3bf(0x2f9),'CUHMW':_0x5ef3bf(0x27d),'KfrcN':_0x5ef3bf(0x2f2),'OrGMC':function(_0x4931ad,_0x15b31d,_0x3bb773,_0x21e3a6,_0x4827c4){return _0x4931ad(_0x15b31d,_0x3bb773,_0x21e3a6,_0x4827c4);},'SnFJl':function(_0x3ec04e,_0x6f4d89){return _0x3ec04e||_0x6f4d89;},'rKGLn':function(_0x2ee12c,_0x4e43fb){return _0x2ee12c!==_0x4e43fb;},'BbVvd':'bstackAllyScanning','mluHp':function(_0x297721,_0x56c201){return _0x297721(_0x56c201);},'ezFLb':_0x5ef3bf(0x2f5),'teFCy':_0x5ef3bf(0x213),'xcqrc':_0x5ef3bf(0x1e4),'RHLAh':'selenium-webdriver','FrRlx':'selenium-webdriver/lib/http.js','yKRvD':_0x5ef3bf(0x211),'vHlIg':function(_0x453b15,_0x41a93b){return _0x453b15+_0x41a93b;},'bnWqe':_0x5ef3bf(0x24f)},_0x483fcf=helper['requireHttpClient']();let _0x135a38;try{_0x135a38=helper[_0x5ef3bf(0x1e1)](),_0x135a38['originalBuilder']&&(_0x135a38[_0x5ef3bf(0x20b)]=_0x135a38[_0x5ef3bf(0x1cc)]);}catch(_0x313572){return;}if(helper[_0x5ef3bf(0x23e)]()){const _0x4abda4={};_0x4abda4[_0x5ef3bf(0x261)]=_0x4becb1[_0x5ef3bf(0x2b2)],helper[_0x5ef3bf(0x268)](_0x4abda4,new Map(),new Map()),logger[_0x5ef3bf(0x1c6)](_0x194992[_0x5ef3bf(0x2dc)]),logger['debug'](_0x194992[_0x5ef3bf(0x20e)]);}class _0xe6ab53 extends _0x483fcf[_0x5ef3bf(0x2e6)]{[_0x5ef3bf(0x1d9)](_0x26b7d0){const _0x21fb90=_0x5ef3bf;if(_0x194992[_0x21fb90(0x295)](_0x26b7d0[_0x21fb90(0x2bd)],_0x194992[_0x21fb90(0x293)])&&_0x194992[_0x21fb90(0x295)](global[_0x21fb90(0x1be)],''))try{global['newHubUrl']=_0x194992['BfmLn'](_0x194992[_0x21fb90(0x29d)](_0x194992[_0x21fb90(0x227)],global[_0x21fb90(0x1be)]),_0x194992['pLsFw']),this[_0x21fb90(0x2eb)]=hubAllocator[_0x21fb90(0x310)](global['newHubUrl']),logger['debug'](_0x21fb90(0x2c5)+global[_0x21fb90(0x1be)]),global[_0x21fb90(0x1be)]='';}catch(_0x34e249){logger[_0x21fb90(0x2c4)](_0x34e249);}if(globals['getGlobal'](_0x194992[_0x21fb90(0x24d)])&&globals[_0x21fb90(0x312)](_0x194992[_0x21fb90(0x298)])){const _0x14d436=_0x26b7d0[_0x21fb90(0x2bd)][_0x21fb90(0x250)]('/')[0x2];_0x14d436&&commandRepository['pushCommand'](_0x14d436,_0x26b7d0);}return super['send'](_0x26b7d0);}}class _0xa7d2a1 extends _0x135a38[_0x5ef3bf(0x20b)]{['setServer'](){const _0x13861f=_0x5ef3bf;return helper[_0x13861f(0x23e)]()&&(this[_0x13861f(0x1bf)]=helper[_0x13861f(0x2cf)](_0x4becb1)),this;}[_0x5ef3bf(0x27f)](_0x2dab5c){const _0x36b82e=_0x5ef3bf;let _0x2b0c26={};for(const _0xaf2f90 in _0x2dab5c){switch(_0xaf2f90){case _0x194992['uPpYF']:case _0x194992['TGjNx']:this[_0x36b82e(0x1f5)]&&(_0x2b0c26=this[_0x36b82e(0x1f5)][_0x36b82e(0x2c3)](this[_0x36b82e(0x1f5)][_0x36b82e(0x219)])||{},this[_0x36b82e(0x1f5)]['set'](this[_0x36b82e(0x1f5)][_0x36b82e(0x219)],helper[_0x36b82e(0x2c9)](_0x2b0c26,_0x2dab5c[_0xaf2f90])));break;case _0x194992['aMZdd']:case _0x194992[_0x36b82e(0x230)]:this['edgeOptions_']&&(_0x2b0c26=this[_0x36b82e(0x288)]['get'](this[_0x36b82e(0x288)]['CAPABILITY_KEY'])||{},this[_0x36b82e(0x288)][_0x36b82e(0x2d6)](this[_0x36b82e(0x288)][_0x36b82e(0x219)],helper[_0x36b82e(0x2c9)](_0x2b0c26,_0x2dab5c[_0xaf2f90])));break;case _0x194992[_0x36b82e(0x2c8)]:case _0x194992[_0x36b82e(0x240)]:this[_0x36b82e(0x2ca)]&&(_0x2b0c26=this[_0x36b82e(0x2ca)][_0x36b82e(0x2c3)](this[_0x36b82e(0x2ca)]['CAPABILITY_KEY'])||{},this[_0x36b82e(0x2ca)][_0x36b82e(0x2d6)](this[_0x36b82e(0x2ca)][_0x36b82e(0x219)],helper['mergeDeep'](_0x2b0c26,_0x2dab5c[_0xaf2f90])));break;case _0x194992[_0x36b82e(0x2b3)]:this[_0x36b82e(0x22a)]&&(_0x2b0c26=this[_0x36b82e(0x22a)]['get'](this[_0x36b82e(0x22a)][_0x36b82e(0x219)])||{},this[_0x36b82e(0x22a)][_0x36b82e(0x2d6)](this['safariOptions_'][_0x36b82e(0x219)],helper['mergeDeep'](_0x2b0c26,_0x2dab5c[_0xaf2f90])));break;case _0x194992[_0x36b82e(0x21b)]:case _0x194992[_0x36b82e(0x2e4)]:this[_0x36b82e(0x2f6)]&&(_0x2b0c26=this['ieOptions_'][_0x36b82e(0x2c3)](this[_0x36b82e(0x2f6)][_0x36b82e(0x219)])||{},this['ieOptions_'][_0x36b82e(0x2d6)](this[_0x36b82e(0x2f6)][_0x36b82e(0x219)],helper['mergeDeep'](_0x2b0c26,_0x2dab5c[_0xaf2f90])));break;}}}[_0x5ef3bf(0x317)](){const _0x335b41=_0x5ef3bf;logger['debug'](_0x194992[_0x335b41(0x25c)]);const _0x5c6c51=_0x4becb1['capability']&&_0x194992[_0x335b41(0x2c0)](Object[_0x335b41(0x297)](_0x4becb1[_0x335b41(0x254)])[_0x335b41(0x1f7)],0x0)?_0x4becb1[_0x335b41(0x254)]:_0x4becb1[_0x335b41(0x2cb)]&&Array[_0x335b41(0x2a5)](_0x4becb1[_0x335b41(0x2cb)])&&_0x194992['kARGo'](_0x4becb1[_0x335b41(0x2cb)][_0x335b41(0x1f7)],0x0)?_0x4becb1[_0x335b41(0x2cb)][0x0]:{};return this['__setBrowserOptions'](_0x5c6c51),Object[_0x335b41(0x297)](_0x5c6c51)[_0x335b41(0x247)](_0x4be1b7=>{const _0x5ca952=_0x335b41,_0x2b46f5=this[_0x5ca952(0x1c8)][_0x5ca952(0x2c3)](_0x4be1b7);_0x194992[_0x5ca952(0x301)](typeof _0x2b46f5,_0x194992[_0x5ca952(0x24e)])?this['capabilities_'][_0x5ca952(0x2d6)](_0x4be1b7,helper['mergeDeep'](_0x2b46f5,_0x5c6c51[_0x4be1b7])):this[_0x5ca952(0x1c8)][_0x5ca952(0x2d6)](_0x4be1b7,_0x5c6c51[_0x4be1b7]);}),this;}[_0x5ef3bf(0x1c1)](){const _0x44e1e0=_0x5ef3bf,_0x116a75={'gsYrZ':function(_0x2f4ee1){const _0x4a94cf=a152_0x308f;return _0x194992[_0x4a94cf(0x29b)](_0x2f4ee1);},'Smeir':function(_0x2260e9,_0x56e014){const _0x5c7125=a152_0x308f;return _0x194992[_0x5c7125(0x280)](_0x2260e9,_0x56e014);},'BuIMC':function(_0x5fce55){const _0x219d8d=a152_0x308f;return _0x194992[_0x219d8d(0x29b)](_0x5fce55);},'gmQXD':_0x194992['VODPP'],'PGfRc':_0x194992['hOAPJ'],'rZvlD':_0x194992['FViaU'],'lRStH':_0x194992[_0x44e1e0(0x28a)],'ERNKs':_0x194992[_0x44e1e0(0x1dd)],'PavnP':function(_0x35122f,_0x2389fd){const _0x542679=_0x44e1e0;return _0x194992[_0x542679(0x30d)](_0x35122f,_0x2389fd);},'TnOMu':_0x194992[_0x44e1e0(0x27c)],'HtYWt':_0x194992[_0x44e1e0(0x241)],'qrzvA':function(_0x2d9ef7){const _0x4fbc3c=_0x44e1e0;return _0x194992[_0x4fbc3c(0x29b)](_0x2d9ef7);},'mXjvq':_0x194992[_0x44e1e0(0x26f)],'kJEpn':_0x194992[_0x44e1e0(0x2e7)],'IgMWF':_0x194992[_0x44e1e0(0x30e)],'cFZou':function(_0x363144,_0x91c5a6,_0x214114){const _0x78cffa=_0x44e1e0;return _0x194992[_0x78cffa(0x1df)](_0x363144,_0x91c5a6,_0x214114);},'XbmHA':_0x194992[_0x44e1e0(0x2b8)],'FnsGX':_0x194992[_0x44e1e0(0x2ff)],'gCJwH':_0x194992[_0x44e1e0(0x257)],'iQpfN':_0x194992[_0x44e1e0(0x2bf)],'pCRAx':_0x194992[_0x44e1e0(0x24c)],'mvCXU':function(_0x26af93){return _0x194992['IoJzl'](_0x26af93);},'UqnIY':_0x194992[_0x44e1e0(0x2fc)],'GMggZ':_0x194992[_0x44e1e0(0x212)],'uZdSB':_0x194992[_0x44e1e0(0x1ed)],'GknDb':function(_0x3900cc,_0x2f3337){const _0xf57e53=_0x44e1e0;return _0x194992[_0xf57e53(0x280)](_0x3900cc,_0x2f3337);},'cpVHQ':function(_0x1e478e,_0x2f21d1){const _0x1b1794=_0x44e1e0;return _0x194992[_0x1b1794(0x2fb)](_0x1e478e,_0x2f21d1);},'HSFjL':function(_0x151fbb,_0x27cd3e){const _0x353b07=_0x44e1e0;return _0x194992[_0x353b07(0x2e5)](_0x151fbb,_0x27cd3e);},'ZJmpD':function(_0x75d9cf,_0x4b9381){const _0x5a3131=_0x44e1e0;return _0x194992[_0x5a3131(0x2e2)](_0x75d9cf,_0x4b9381);},'xXfkI':_0x194992[_0x44e1e0(0x309)],'QdUPU':_0x194992[_0x44e1e0(0x1ec)],'cQHko':_0x194992[_0x44e1e0(0x2af)],'GHEGP':_0x194992[_0x44e1e0(0x2f8)],'HuVSw':_0x194992[_0x44e1e0(0x28c)],'uAwsv':_0x194992[_0x44e1e0(0x24d)],'msSvf':_0x194992[_0x44e1e0(0x298)],'qtRQh':function(_0x19f15a,_0xae5c3c,_0x5885d0){const _0x4451cb=_0x44e1e0;return _0x194992[_0x4451cb(0x255)](_0x19f15a,_0xae5c3c,_0x5885d0);},'vqsGX':_0x194992[_0x44e1e0(0x306)],'xjucg':_0x194992[_0x44e1e0(0x29e)],'ndCuk':function(_0x11b485,_0x151729){return _0x194992['kBxNV'](_0x11b485,_0x151729);},'tgUJH':function(_0x4fac85,_0x359c98,_0x161824){const _0x5427c3=_0x44e1e0;return _0x194992[_0x5427c3(0x255)](_0x4fac85,_0x359c98,_0x161824);},'QvQQa':function(_0x2dc887,_0x4475f6,_0x58c5fb){const _0x14dbd5=_0x44e1e0;return _0x194992[_0x14dbd5(0x1df)](_0x2dc887,_0x4475f6,_0x58c5fb);},'SpnLa':_0x194992['CUHMW'],'Liwzy':_0x194992['KfrcN'],'sTIcr':function(_0x495634,_0x5f05a7,_0x441be7,_0x44629a,_0x2398fc){const _0x194c02=_0x44e1e0;return _0x194992[_0x194c02(0x291)](_0x495634,_0x5f05a7,_0x441be7,_0x44629a,_0x2398fc);},'dxwiU':function(_0x303764,_0x3ccd4a){const _0x11d1f0=_0x44e1e0;return _0x194992[_0x11d1f0(0x1d7)](_0x303764,_0x3ccd4a);},'oCZeh':function(_0x3e3c50,_0x2e434b){const _0x38804d=_0x44e1e0;return _0x194992[_0x38804d(0x280)](_0x3e3c50,_0x2e434b);},'uPdVu':function(_0x49d325,_0x3c3bd9){const _0x4f3562=_0x44e1e0;return _0x194992[_0x4f3562(0x1cf)](_0x49d325,_0x3c3bd9);}};PerformanceTester[_0x44e1e0(0x2d4)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x1d25bf=_0x44e1e0;if(helper[_0x1d25bf(0x23e)]()){helper[_0x1d25bf(0x20c)](_0x4becb1['capability']);_0x116a75[_0x1d25bf(0x1c7)](isAccessibilityAutomationSession)&&_0x116a75['Smeir'](setAccessibilityCapabilities,_0x4becb1);this[_0x1d25bf(0x2e1)](),this[_0x1d25bf(0x317)]();if(helper[_0x1d25bf(0x2a3)](_0x4becb1[_0x1d25bf(0x296)][_0x1d25bf(0x2bb)]))this[_0x1d25bf(0x20f)]=helper[_0x1d25bf(0x244)](_0x4becb1[_0x1d25bf(0x296)]['proxyUrl']);else _0x4becb1[_0x1d25bf(0x296)]['proxyUrl']&&(this['proxy_']=_0x4becb1[_0x1d25bf(0x296)]['proxyUrl'],logger[_0x1d25bf(0x233)](_0x1d25bf(0x2b7)+this[_0x1d25bf(0x215)]));if(_0x116a75[_0x1d25bf(0x249)](isAccessibilityAutomationSession)){const _0x577a9=this[_0x1d25bf(0x1c8)][_0x1d25bf(0x2c3)](_0x116a75[_0x1d25bf(0x2bc)])||{},_0x565561=_0x577a9[_0x1d25bf(0x269)]||this[_0x1d25bf(0x1c8)][_0x1d25bf(0x2c3)](_0x116a75[_0x1d25bf(0x252)])||this[_0x1d25bf(0x1c8)][_0x1d25bf(0x2c3)](_0x116a75['rZvlD']);if(_0x565561){const _0x30ddde=(_0x577a9[_0x1d25bf(0x294)]||this['capabilities_']['get'](_0x116a75[_0x1d25bf(0x277)])||'')[_0x1d25bf(0x220)](),_0x376ae9=(_0x577a9[_0x1d25bf(0x1e0)]||this[_0x1d25bf(0x1c8)][_0x1d25bf(0x2c3)](_0x116a75[_0x1d25bf(0x1f0)])||'')[_0x1d25bf(0x220)]();_0x116a75[_0x1d25bf(0x2e9)](_0x30ddde,_0x116a75['TnOMu'])&&_0x376ae9['includes'](_0x116a75[_0x1d25bf(0x1e7)])&&(_0x116a75[_0x1d25bf(0x2b9)](isMobileScanningEnabledForGroup)&&(logger[_0x1d25bf(0x233)](_0x116a75[_0x1d25bf(0x2a0)]),globals['setGlobal'](_0x116a75[_0x1d25bf(0x28b)],!![])));}}if(globals[_0x1d25bf(0x312)](_0x116a75[_0x1d25bf(0x1fc)])){if(!_0x116a75[_0x1d25bf(0x242)](setExtension,this,_0x4becb1)){globals[_0x1d25bf(0x265)](_0x116a75[_0x1d25bf(0x1fc)],![]);const _0x3bb4b1=this['capabilities_'][_0x1d25bf(0x2c3)](_0x116a75[_0x1d25bf(0x2bc)]);_0x3bb4b1&&(_0x3bb4b1[_0x1d25bf(0x271)]=![],delete _0x3bb4b1[_0x1d25bf(0x2b4)],this[_0x1d25bf(0x1c8)]['set'](_0x116a75[_0x1d25bf(0x2bc)],_0x3bb4b1)),this['capabilities_'][_0x1d25bf(0x2c3)](_0x116a75[_0x1d25bf(0x1f9)])&&(this[_0x1d25bf(0x1c8)]['set'](_0x116a75[_0x1d25bf(0x1f9)],![]),this['capabilities_']['delete'](_0x116a75['FnsGX']));}}process[_0x1d25bf(0x1d0)]['BROWSERSTACK_TURBOSCALE']&&(helper['prepareCapabilities'](null,null,_0x4becb1[_0x1d25bf(0x22b)],null,this,null),helper[_0x1d25bf(0x20c)](_0x4becb1[_0x1d25bf(0x254)]),helper['readTcgAuthConfigToGlobal']()),logger[_0x1d25bf(0x233)](_0x116a75[_0x1d25bf(0x259)]);}else{if(this[_0x1d25bf(0x1f5)]){const _0x552184=this[_0x1d25bf(0x1f5)]['get'](this[_0x1d25bf(0x1f5)][_0x1d25bf(0x219)]||_0x116a75[_0x1d25bf(0x282)]);if(_0x552184&&_0x552184[_0x1d25bf(0x234)]){const _0x1de729=this[_0x1d25bf(0x1c8)][_0x1d25bf(0x2c3)](_0x116a75[_0x1d25bf(0x282)])||{},_0x2678d8=(_0x1de729[_0x1d25bf(0x234)]||[])['concat'](_0x552184[_0x1d25bf(0x234)]||[]),_0x3cf753=Array[_0x1d25bf(0x1e9)](new Set(_0x2678d8)),_0x2d286f={};_0x2d286f['args']=_0x3cf753,this[_0x1d25bf(0x1c8)][_0x1d25bf(0x2d6)](_0x116a75[_0x1d25bf(0x282)],Object['assign']({},_0x1de729,_0x552184,_0x2d286f));}}helper['readTcgAuthConfigToGlobal']();if(_0x116a75[_0x1d25bf(0x1c7)](isAccessibilityAutomationSession)&&this[_0x1d25bf(0x303)]()[_0x1d25bf(0x284)](_0x116a75['pCRAx'])){let _0xe04c15=!![];const _0x571f09=this[_0x1d25bf(0x1c8)][_0x1d25bf(0x2c3)](_0x116a75[_0x1d25bf(0x2bc)])||{},_0x2c617b=_0x571f09['deviceName']||this[_0x1d25bf(0x1c8)][_0x1d25bf(0x2c3)](_0x116a75[_0x1d25bf(0x252)])||this['capabilities_'][_0x1d25bf(0x2c3)](_0x116a75[_0x1d25bf(0x2ec)]);if(_0x2c617b){const _0x4a32af=(_0x571f09[_0x1d25bf(0x294)]||this[_0x1d25bf(0x1c8)]['get'](_0x116a75[_0x1d25bf(0x277)])||'')['toLowerCase'](),_0x39a303=(_0x571f09[_0x1d25bf(0x1e0)]||this['capabilities_']['get'](_0x116a75['ERNKs'])||'')['toLowerCase']();_0x116a75[_0x1d25bf(0x2e9)](_0x4a32af,_0x116a75[_0x1d25bf(0x1f8)])&&_0x39a303['includes'](_0x116a75[_0x1d25bf(0x1e7)])?!_0x116a75[_0x1d25bf(0x30b)](isMobileScanningEnabledForGroup)?(logger[_0x1d25bf(0x1c2)](MOBILE_SCANNING_DISABLED_WARNING),_0xe04c15=![]):(logger[_0x1d25bf(0x233)](_0x116a75[_0x1d25bf(0x2a0)]),globals[_0x1d25bf(0x265)](_0x116a75['kJEpn'],!![])):(logger['warn'](_0x116a75[_0x1d25bf(0x2d2)]),_0xe04c15=![]);}if(_0xe04c15){const _0xfa2478=_0x116a75[_0x1d25bf(0x1f4)](parseFloat,_0x571f09[_0x1d25bf(0x1ce)]||this[_0x1d25bf(0x1c8)][_0x1d25bf(0x2c3)](_0x116a75['GMggZ'])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x3d9215}=_0x116a75['Smeir'](require,_0x116a75[_0x1d25bf(0x2d3)]),_0x38946c=_0x116a75[_0x1d25bf(0x2fa)](parseFloat,_0x3d9215);!_0x116a75[_0x1d25bf(0x1f4)](isNaN,_0xfa2478)&&_0x116a75[_0x1d25bf(0x25a)](_0xfa2478,_0x38946c)&&(logger[_0x1d25bf(0x1c2)](_0x1d25bf(0x225)+_0x3d9215+'.'),_0xe04c15=![]);}if(_0xe04c15){_0x116a75[_0x1d25bf(0x1fe)](setAccessibilityCapabilities,_0x4becb1),this['setCapabilities']();if(!_0x116a75[_0x1d25bf(0x242)](setExtension,this,_0x4becb1)){globals[_0x1d25bf(0x265)](_0x116a75[_0x1d25bf(0x1fc)],![]);const _0x58a4cf=this['capabilities_'][_0x1d25bf(0x2c3)](_0x116a75[_0x1d25bf(0x2bc)]);_0x58a4cf&&(_0x58a4cf[_0x1d25bf(0x271)]=![],delete _0x58a4cf['accessibilityOptions'],this['capabilities_'][_0x1d25bf(0x2d6)](_0x116a75[_0x1d25bf(0x2bc)],_0x58a4cf)),this['capabilities_']['get'](_0x116a75['XbmHA'])&&(this[_0x1d25bf(0x1c8)][_0x1d25bf(0x2d6)](_0x116a75[_0x1d25bf(0x1f9)],![]),this[_0x1d25bf(0x1c8)]['delete'](_0x116a75[_0x1d25bf(0x20d)]));}}}_0x116a75[_0x1d25bf(0x20a)](globals['getGlobal'](_0x116a75[_0x1d25bf(0x2e0)]),_0x116a75[_0x1d25bf(0x238)])&&(commandRepository['setFramework'](_0x116a75[_0x1d25bf(0x238)]),commandRepository['setConfig'](globals['getGlobal'](_0x116a75[_0x1d25bf(0x1c3)])));if(this[_0x1d25bf(0x1bf)][_0x1d25bf(0x284)](_0x116a75[_0x1d25bf(0x236)]))logger[_0x1d25bf(0x233)](_0x116a75[_0x1d25bf(0x216)]),globals[_0x1d25bf(0x265)](_0x116a75[_0x1d25bf(0x2ae)],![]),globals['setGlobal'](_0x116a75[_0x1d25bf(0x1ee)],![]);else globals[_0x1d25bf(0x312)](_0x116a75[_0x1d25bf(0x2ae)])&&globals[_0x1d25bf(0x312)](_0x116a75[_0x1d25bf(0x1ee)])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x28107a=super['build']();return PerformanceTester[_0x44e1e0(0x2d4)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x41729b=_0x44e1e0,_0x1116d1={'ukzBv':function(_0x3fde3d){const _0x23f59e=a152_0x308f;return _0x116a75[_0x23f59e(0x2b9)](_0x3fde3d);},'KGqIE':function(_0x33ea03,_0x5c553c,_0x5a24c1){const _0x423c81=a152_0x308f;return _0x116a75[_0x423c81(0x209)](_0x33ea03,_0x5c553c,_0x5a24c1);},'AjKRo':_0x116a75[_0x41729b(0x1fc)],'KfXRP':_0x116a75[_0x41729b(0x2bc)],'dXdnj':_0x116a75['XbmHA'],'SkNsH':_0x116a75['FnsGX'],'dGuFG':_0x116a75[_0x41729b(0x2fe)],'WGxdq':_0x116a75[_0x41729b(0x205)],'DwUVi':function(_0x2a0c58,_0x691be8,_0x55a3f4,_0x109fc3,_0x42bf72){const _0x474d60=_0x41729b;return _0x116a75[_0x474d60(0x29a)](_0x2a0c58,_0x691be8,_0x55a3f4,_0x109fc3,_0x42bf72);},'dYoKV':function(_0x302e60,_0x13cd04){const _0x350896=_0x41729b;return _0x116a75[_0x350896(0x314)](_0x302e60,_0x13cd04);},'TqKxD':_0x116a75[_0x41729b(0x281)],'guDQR':_0x116a75['xjucg'],'NdHeR':function(_0x1f0fae,_0xe40ea3){const _0x2e6c8c=_0x41729b;return _0x116a75[_0x2e6c8c(0x314)](_0x1f0fae,_0xe40ea3);},'nMHvP':function(_0x3cc5e7,_0xfa23e,_0x23d884){const _0x50aad3=_0x41729b;return _0x116a75[_0x50aad3(0x209)](_0x3cc5e7,_0xfa23e,_0x23d884);}};_0x28107a[_0x41729b(0x1fd)][_0x41729b(0x2ab)](_0x3cb791=>{const _0x558282=_0x41729b,_0x44f5e4=_0x3cb791[_0x558282(0x2df)];if(!helper[_0x558282(0x23e)]()&&_0x1116d1['ukzBv'](isAccessibilityAutomationSession)){const _0x343004=_0x1116d1[_0x558282(0x285)](nonBstackPlatformValidation,_0x44f5e4,this);globals[_0x558282(0x265)](_0x1116d1[_0x558282(0x313)],_0x343004);if(!_0x343004){const _0x185b1a=this[_0x558282(0x1c8)][_0x558282(0x2c3)](_0x1116d1[_0x558282(0x304)]);_0x185b1a&&(_0x185b1a['accessibility']=![],delete _0x185b1a[_0x558282(0x2b4)],this['capabilities_'][_0x558282(0x2d6)](_0x1116d1[_0x558282(0x304)],_0x185b1a)),this['capabilities_']['get'](_0x1116d1[_0x558282(0x206)])&&(this[_0x558282(0x1c8)]['set'](_0x1116d1[_0x558282(0x206)],![]),this[_0x558282(0x1c8)]['delete'](_0x1116d1['SkNsH']));}}}),_0x28107a[_0x41729b(0x1fd)][_0x41729b(0x2ab)](_0x11a9e7=>{const _0x2fbd05=_0x41729b;try{logger['debug'](_0x2fbd05(0x2f1)+_0x11a9e7[_0x2fbd05(0x251)]());const _0x4d91c5=_0x11a9e7[_0x2fbd05(0x2df)][_0x2fbd05(0x2c3)](_0x1116d1['dGuFG']);_0x4d91c5?(logger[_0x2fbd05(0x233)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x4d91c5),hubAllocator[_0x2fbd05(0x30f)](_0x4d91c5),helper[_0x2fbd05(0x214)](_0x4d91c5)):logger['debug'](_0x1116d1['WGxdq']);}catch(_0x10bcda){logger[_0x2fbd05(0x233)](_0x2fbd05(0x23a)+_0x10bcda);}}),_0x28107a[_0x41729b(0x228)]=0x0,_0x28107a[_0x41729b(0x2ab)]&&_0x28107a[_0x41729b(0x2ab)](_0x32fb3f=>{const _0x177170=_0x41729b,_0x399001={'clPBF':function(_0x57b36b,_0x34c6eb,_0x24536a){const _0xec87e=a152_0x308f;return _0x116a75[_0xec87e(0x2da)](_0x57b36b,_0x34c6eb,_0x24536a);},'vZIqJ':_0x116a75[_0x177170(0x281)],'UckMb':_0x116a75['xjucg']};helper[_0x177170(0x1f6)](_0x32fb3f,_0x28107a),_0x41402b&&_0x116a75[_0x177170(0x21d)](overrideTakeScreenshot,_0x32fb3f),helper[_0x177170(0x29f)](_0x32fb3f,_0x4becb1),_0x116a75[_0x177170(0x2e8)](overrideExecute,_0x32fb3f,_0x4becb1),_0x4becb1['capability']&&percyHelper[_0x177170(0x262)](_0x32fb3f,_0x135a38[_0x177170(0x2d8)],_0x4becb1),_0x32fb3f[_0x177170(0x2ac)]=async()=>{const _0x19d124=_0x177170;return await _0x399001[_0x19d124(0x2d5)](getAccessibilityResultsSummary,_0x32fb3f,global);},_0x32fb3f['getAccessibilityResults']=async()=>{const _0x232fc0=_0x177170;return await _0x399001[_0x232fc0(0x2d5)](getAccessibilityResults,_0x32fb3f,global);},_0x32fb3f[_0x177170(0x2b1)]=async _0x529ab1=>{const _0x3e1686=_0x177170;return await _0x1116d1[_0x3e1686(0x21c)](performScan,_0x32fb3f,null,!![],_0x1116d1['dYoKV'](_0x529ab1,null));},_0x32fb3f[_0x177170(0x289)]=async _0x3a2897=>{const _0x42c606=_0x177170;globals[_0x42c606(0x265)](_0x1116d1[_0x42c606(0x2e3)],!![]),globals[_0x42c606(0x265)](_0x1116d1[_0x42c606(0x21e)],_0x1116d1[_0x42c606(0x1e8)](_0x3a2897,null));},_0x32fb3f[_0x177170(0x307)]=async()=>{const _0xaac9a5=_0x177170;globals['setGlobal'](_0x399001[_0xaac9a5(0x1e3)],![]),globals[_0xaac9a5(0x265)](_0x399001[_0xaac9a5(0x2a8)],null);};}),_0x28107a['getAccessibilityResultsSummary']=async()=>{const _0x1b063a=_0x41729b;return await _0x1116d1[_0x1b063a(0x285)](getAccessibilityResultsSummary,_0x28107a,global);},_0x28107a[_0x41729b(0x276)]=async()=>{const _0x5a9aa0=_0x41729b;return await _0x1116d1[_0x5a9aa0(0x24b)](getAccessibilityResults,_0x28107a,global);},_0x28107a[_0x41729b(0x2b1)]=async _0x3afc6b=>{const _0x42bc67=_0x41729b;return await _0x1116d1[_0x42bc67(0x21c)](performScan,_0x28107a,null,!![],_0x1116d1[_0x42bc67(0x1e8)](_0x3afc6b,null));},_0x28107a[_0x41729b(0x289)]=async _0x106845=>{const _0x58b9fa=_0x41729b;globals[_0x58b9fa(0x265)](_0x1116d1['TqKxD'],!![]),globals[_0x58b9fa(0x265)](_0x1116d1[_0x58b9fa(0x21e)],_0x1116d1[_0x58b9fa(0x258)](_0x106845,null));},_0x28107a[_0x41729b(0x307)]=async()=>{const _0x17f21d=_0x41729b;globals[_0x17f21d(0x265)](_0x1116d1[_0x17f21d(0x2e3)],![]),globals[_0x17f21d(0x265)](_0x1116d1[_0x17f21d(0x21e)],null);},_0x41402b&&_0x116a75['oCZeh'](overrideTakeScreenshot,_0x28107a),helper[_0x41729b(0x1f6)](_0x28107a),helper[_0x41729b(0x29f)](_0x28107a,_0x4becb1),_0x116a75[_0x41729b(0x2e8)](overrideExecute,_0x28107a,_0x4becb1),_0x4becb1[_0x41729b(0x254)]&&percyHelper['patchDriverPercy'](_0x28107a,_0x135a38[_0x41729b(0x2d8)],_0x4becb1);helper['isUndefined'](global[_0x41729b(0x24a)])&&(global[_0x41729b(0x24a)]=[]);helper[_0x41729b(0x311)](global[_0x41729b(0x1c0)])&&(global[_0x41729b(0x1c0)]=[]);global['__driversArray'][_0x41729b(0x2d0)](_0x28107a),global['__driver']=_0x28107a,_0x3ec4de&&(_0x3ec4de[_0x41729b(0x2c1)][_0x41729b(0x2cd)]=_0x28107a);_0x116a75[_0x41729b(0x2de)](global[_0x41729b(0x1c0)],undefined)&&global[_0x41729b(0x1c0)][_0x41729b(0x2d0)](_0x28107a);_0x3ec4de&&helper[_0x41729b(0x311)](_0x3ec4de['global'][_0x41729b(0x1c0)])&&(_0x3ec4de['global'][_0x41729b(0x1c0)]=[]);_0x3ec4de&&helper[_0x41729b(0x311)](_0x3ec4de[_0x41729b(0x2c1)][_0x41729b(0x24a)])&&(_0x3ec4de[_0x41729b(0x2c1)][_0x41729b(0x24a)]=[]);_0x3ec4de&&_0x116a75[_0x41729b(0x2de)](_0x3ec4de[_0x41729b(0x2c1)]['__drivers'],undefined)&&(_0x3ec4de[_0x41729b(0x2c1)][_0x41729b(0x1c0)]['push'](_0x28107a),_0x3ec4de['global'][_0x41729b(0x24a)][_0x41729b(0x2d0)](_0x28107a));_0x28107a['isAccessibilityPlatform']=globals[_0x41729b(0x312)](_0x116a75[_0x41729b(0x1fc)]);try{global[_0x41729b(0x1c0)][0x0][_0x41729b(0x1fd)]['then'](_0x3d0184=>{const _0x400355=_0x41729b;logger[_0x400355(0x233)](_0x400355(0x1db)+_0x3d0184[_0x400355(0x251)]()+_0x400355(0x229));})[_0x41729b(0x208)](_0x24f3b9=>{const _0x58acfd=_0x41729b;logger[_0x58acfd(0x233)](_0x58acfd(0x202)+_0x24f3b9);});}catch(_0x1ac3e5){logger['debug'](_0x41729b(0x202)+_0x1ac3e5);}globals[_0x41729b(0x265)](_0x116a75[_0x41729b(0x1fc)],globals['getGlobal'](_0x116a75[_0x41729b(0x1fc)]));})(),_0x28107a;}}_0x3ec4de&&(globals[_0x5ef3bf(0x1eb)]=_0x3ec4de[_0x5ef3bf(0x2c1)][_0x5ef3bf(0x1eb)]);if(_0x194992[_0x5ef3bf(0x222)](isAccessibilityAutomationSession))try{let _0x13f117=helper[_0x5ef3bf(0x232)](_0x194992[_0x5ef3bf(0x299)],_0x194992[_0x5ef3bf(0x237)])[_0x5ef3bf(0x1e2)];(!_0x13f117[_0x5ef3bf(0x231)]||!_0x13f117[_0x5ef3bf(0x231)][_0x5ef3bf(0x210)])&&(_0x13f117=helper[_0x5ef3bf(0x232)](_0x194992[_0x5ef3bf(0x305)],_0x194992[_0x5ef3bf(0x237)])[_0x5ef3bf(0x1e6)]);if(_0x13f117[_0x5ef3bf(0x231)]&&_0x13f117[_0x5ef3bf(0x231)][_0x5ef3bf(0x210)]){const _0x1ac378=_0x13f117[_0x5ef3bf(0x231)][_0x5ef3bf(0x210)];logger['debug'](_0x194992['yKRvD']),_0x13f117[_0x5ef3bf(0x231)][_0x5ef3bf(0x210)]=async function(){const _0x1c3817=_0x5ef3bf;try{!globals[_0x1c3817(0x312)](_0x194992[_0x1c3817(0x22c)])&&globals['getGlobal'](_0x194992[_0x1c3817(0x30e)])&&globals['getGlobal'](_0x194992[_0x1c3817(0x306)])&&scripts[_0x1c3817(0x278)](arguments[0x0][_0x1c3817(0x1d3)])&&!_0x194992['mluHp'](isBrowserStackCommandExecutor,arguments[0x0][_0x1c3817(0x273)])&&(globals[_0x1c3817(0x265)](_0x194992['BbVvd'],!![]),logger[_0x1c3817(0x233)](_0x1c3817(0x266)+arguments[0x0][_0x1c3817(0x1d3)]),await _0x194992[_0x1c3817(0x1df)](performScan,global[_0x1c3817(0x2cd)],arguments[0x0][_0x1c3817(0x1d3)]));}catch(_0x293c45){logger[_0x1c3817(0x233)](_0x1c3817(0x28f)+util[_0x1c3817(0x26c)](_0x293c45));}return globals[_0x1c3817(0x265)](_0x194992[_0x1c3817(0x22c)],![]),_0x1ac378[_0x1c3817(0x267)](this,arguments);};}}catch(_0x2643d0){logger[_0x5ef3bf(0x233)](_0x194992[_0x5ef3bf(0x1ef)](_0x194992[_0x5ef3bf(0x300)],_0x2643d0));}return _0x135a38[_0x5ef3bf(0x1cc)]=_0x135a38[_0x5ef3bf(0x20b)],_0x135a38['Builder']=_0xa7d2a1,_0x483fcf[_0x5ef3bf(0x2e6)]=_0xe6ab53,_0x135a38;};module['exports']['browserstackAgent']=modify,module[a152_0x4c7d9b(0x1bc)][a152_0x4c7d9b(0x2a9)]=modifyV2,module[a152_0x4c7d9b(0x1bc)][a152_0x4c7d9b(0x25b)]=percySDK,module[a152_0x4c7d9b(0x1bc)][a152_0x4c7d9b(0x2f3)]=BrowserStackSdk,module[a152_0x4c7d9b(0x1bc)][a152_0x4c7d9b(0x256)]=modifyPlaywrightConfig;function a152_0x308f(_0x554ebc,_0x266f43){const _0x2db70a=a152_0x2db7();return a152_0x308f=function(_0x308f00,_0x4301e9){_0x308f00=_0x308f00-0x1bc;let _0xe0ec23=_0x2db70a[_0x308f00];return _0xe0ec23;},a152_0x308f(_0x554ebc,_0x266f43);}function a152_0x2db7(){const _0x5c7c58=['DkufG','UckMb','browserstackAgentV2','WOiBz','then','getAccessibilityResultsSummary','JdcFF','uAwsv','VLlbq','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','performScan','browserStackLogLevel','DWjrO','accessibilityOptions','./helpers/performance/constants','qfxSB','Proxy\x20set\x20to\x20','cnzBM','qrzvA','428588yZVwOX','proxyUrl','gmQXD','path','3KsxvGi','uPpYF','kARGo','global','UjWVK','get','error','New\x20hub\x20url\x20set\x20to\x20','cXEeg','ylEeK','LLGkU','mergeDeep','firefoxOptions_','capabilities','winstonLogger','__driver','edgeOptions','getHubUrl','push','browserstack.accessibilityOptions','UqnIY','uZdSB','measureWrapper','clPBF','set','.browserstack.com','WebElement','7594418oJlEgb','qtRQh','TkvEM','ezFLb','pILEf','uPdVu','caps_','xXfkI','setServer','WhHzw','TqKxD','SQMwY','VklSR','HttpClient','rwaBm','tgUJH','PavnP','30000WbfXWk','options_','rZvlD','./helpers/globals','TbNme','OCUaY','/wd/hub','Session\x20ID:\x20','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','BrowserStackSdk','iPVFJ','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','ieOptions_','mMAiR','BmKfP','bstackA11yScanOptions','GknDb','vVAEs','lUCiJ','requireHttpClient','SpnLa','WoAOo','bnWqe','LebvT','prepareCapabilities','getServerUrl','KfXRP','FrRlx','vdbdn','stopA11yScanning','SDK_PRE_INITIALIZE','VQTdh','device','mvCXU','isMobilePlatform','dkLpf','mSupt','updateHubUrl','getRequestOptions','isUndefined','getGlobal','AjKRo','dxwiU','SOrNp','./helpers/ai-sdk/autoHealHelper','setCapabilities','exports','WIgUH','newHubUrl','url_','__drivers','build','warn','cQHko','./helpers/accessibility-automation/scripts','MqdWJ','info','gsYrZ','capabilities_','browserstack.accessibility','YgYgv','HQOiX','originalBuilder','android','browserVersion','rKGLn','env','81155bqLKzm','./browserStackSdk','name_','./helpers/patchHelper','./bin/mocha/accessibility-automation/helper','147QvcwFe','SnFJl','isAccessibilityPlatform','send','pQIJv','setting\x20driver\x20Session\x20ID:\x20','moz:firefoxOptions','QfPid','./helpers/percy/PercySDK','HbdKE','browserName','requireSeleniumWebdriver','WebDriver','vZIqJ','selenium-webdriver/lib/webdriver.js','54dYzinb','Executor','HtYWt','NdHeR','from','object','browserStackGlobals','vocZo','sGlvX','msSvf','vHlIg','ERNKs','EptDW','Zzmrp','gcWju','Smeir','chromeOptions_','overrideQuit','length','TnOMu','XbmHA','ms:edgeOptions','152246uWDMfB','IgMWF','session_','HSFjL','AmDPZ','SDK_POST_INITIALIZE','vFXHo','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','yxDqW','goog:chromeOptions','Liwzy','dXdnj','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','catch','QvQQa','ZJmpD','Builder','setAdditionalCapabilities','FnsGX','teFCy','agent_','execute','Modifying\x20webdriver\x20execute','rJikF','Modifying\x20webdriver\x20builder','storeOptimalHubUrl','proxy_','HuVSw','MrFlM','LsWrC','CAPABILITY_KEY','ioZQz','NUylH','DwUVi','ndCuk','guDQR','HdNrj','toLowerCase','LOFWw','IoJzl','PFyus','IaJOm','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','QOEnR','xvEpZ','quitCount_','\x20to\x20global\x20drivers\x20array','safariOptions_','framework','BbVvd','MotCU','browserstack.com','IhcKG','vBxfr','prototype','requireModule','debug','args','aiSdk_framework','GHEGP','RHLAh','QdUPU','16676PCTprR','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','pNhmD','isTurboScaleSession','./hubAllocationMethods','isBrowserstackInfra','eUteB','ZDCMf','ptEkb','cFZou','223260ZAIqUV','getHttpAgent','63dDlBGB','bstackA11yShouldScan','forEach','Setting\x20Browserstack\x20capabilities','BuIMC','__driversArray','nMHvP','EJMNs','pXrrs','MtXJR','Unable\x20to\x20find\x20executor\x20class\x20','split','getId','PGfRc','bstack:options','capability','CzSYc','_modifyPlaywright','RcybP','dYoKV','gCJwH','cpVHQ','percy','ZZIVk','tmTqc','se:ieOptions','cYZgu','noYxX','logLevel','patchDriverPercy','./helpers/logger','chrome','setGlobal','Performing\x20scan\x20for\x20','apply','setLogLevel','deviceName','ieOptions','2784tCnuCm','format','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','./helpers/performance/performance-tester','cgCHM','ldtsH','accessibility','jest','parameters_','dJAri','chromeOptions','getAccessibilityResults','lRStH','shouldWrapCommand','./helpers/accessibility-automation/helper','./helpers/patchHelpers','Hub\x20url\x20set\x20to\x20','AsfOI','optimalHubUrl','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','__setBrowserOptions','kBxNV','vqsGX','iQpfN','Siyfw','includes','KGqIE','yrByD','sqOVm','edgeOptions_','startA11yScanning','oLUUs','kJEpn','GPFzn','./helpers/percy/utils','iiJWv','Failed\x20to\x20perform\x20scan\x20','safari.options','OrGMC','./helpers/accessibility-automation/constants','slqeP','platformName','AyQgn','proxySettings','keys','NaBrl','xcqrc','sTIcr','kpaeK','faDRL','TlUea','fChJW','overrideGet','mXjvq','xnTlz','saUMZ','isPacProxy','Vbfwf','isArray','1WwiGWy'];a152_0x2db7=function(){return _0x5c7c58;};return a152_0x2db7();}
|