browserstack-node-sdk 1.64.0 → 1.64.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.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/loadErrors.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/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.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/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.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/newmanTestFramework.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/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.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/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.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/caCertHelper.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/driverInitErrorReporter.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/stackFrameUtils.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
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a177_0x4427a8=a177_0x106b;(function(_0x4f0543,_0x219007){const _0x559f0f=a177_0x106b,_0x197ec9=_0x4f0543();while(!![]){try{const _0x1eeb5a=parseInt(_0x559f0f(0xab))/0x1+-parseInt(_0x559f0f(0x187))/0x2*(-parseInt(_0x559f0f(0x171))/0x3)+-parseInt(_0x559f0f(0xdc))/0x4+-parseInt(_0x559f0f(0xd9))/0x5+-parseInt(_0x559f0f(0x123))/0x6*(-parseInt(_0x559f0f(0xb0))/0x7)+-parseInt(_0x559f0f(0x12c))/0x8*(-parseInt(_0x559f0f(0x8d))/0x9)+parseInt(_0x559f0f(0x9b))/0xa;if(_0x1eeb5a===_0x219007)break;else _0x197ec9['push'](_0x197ec9['shift']());}catch(_0x5e5701){_0x197ec9['push'](_0x197ec9['shift']());}}}(a177_0xed5d,0x8b3a5));const util=require(a177_0x4427a8(0xcc)),{overrideTakeScreenshot}=require(a177_0x4427a8(0x132)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a177_0x4427a8(0x163)),helper=require(a177_0x4427a8(0xb5)),logger=require(a177_0x4427a8(0xd0))[a177_0x4427a8(0x1a5)],hubAllocator=require(a177_0x4427a8(0x170)),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require(a177_0x4427a8(0xbe)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a177_0x4427a8(0xfa)),scripts=require(a177_0x4427a8(0x194)),globals=require(a177_0x4427a8(0x1da)),{commandRepository}=require('./helpers/ai-sdk/autoHealHelper'),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a177_0x4427a8(0xa3)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a177_0x4427a8(0x1a2)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x1434f0=>{const _0x4c2cbd=a177_0x4427a8,_0x2eac55={'KzBQb':function(_0x7963f7,_0x589ff8){return _0x7963f7!==_0x589ff8;},'ZSqDx':'/session','ntGri':function(_0xa32d9d,_0xff7a8e){return _0xa32d9d+_0xff7a8e;},'xzWMY':function(_0x8f582,_0x209006){return _0x8f582+_0x209006;},'bCtfS':_0x4c2cbd(0x17b),'RKrcr':_0x4c2cbd(0x1b6),'NTMys':_0x4c2cbd(0x1c8),'DzYvG':_0x4c2cbd(0x1a4),'uBVBA':_0x4c2cbd(0x15d),'VVFLe':_0x4c2cbd(0x157),'LmEOz':'moz:firefoxOptions','dkQeu':_0x4c2cbd(0x1b3),'uQdwI':_0x4c2cbd(0x1cf),'kzVCh':_0x4c2cbd(0x15a),'FUhxp':_0x4c2cbd(0x102),'axMmt':function(_0x31f307,_0x4799bc){return _0x31f307===_0x4799bc;},'bteoF':'object','yHVrS':'Setting\x20Browserstack\x20capabilities','EaJLh':function(_0x5e2a72){return _0x5e2a72();},'fYlyh':function(_0x4513e8,_0x2b3c85){return _0x4513e8(_0x2b3c85);},'DZuuO':function(_0x201217){return _0x201217();},'hLcLM':'bstack:options','tcUDz':_0x4c2cbd(0x19f),'SuYOw':_0x4c2cbd(0x1ce),'DAApV':_0x4c2cbd(0xbf),'iIDGf':_0x4c2cbd(0xb1),'aJFBL':_0x4c2cbd(0x1c2),'ngdYz':_0x4c2cbd(0x127),'AVPfF':_0x4c2cbd(0xe7),'RHyZA':_0x4c2cbd(0x14d),'ABSTo':'isMobilePlatform','mdbIt':_0x4c2cbd(0xeb),'kLWEO':function(_0x273c2f,_0x387402,_0x4ff60e){return _0x273c2f(_0x387402,_0x4ff60e);},'WPrdp':_0x4c2cbd(0x113),'KdLCf':_0x4c2cbd(0x107),'erjuP':_0x4c2cbd(0x1b7),'PkXar':_0x4c2cbd(0x140),'VefKN':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','etkvO':_0x4c2cbd(0x185),'KeNiw':_0x4c2cbd(0x12e),'Wwtad':function(_0x39c06d,_0x5a2ffe){return _0x39c06d||_0x5a2ffe;},'JXwql':function(_0xe35f2d,_0x2dd46b,_0x4e43a8,_0x2d2378,_0x51de3e){return _0xe35f2d(_0x2dd46b,_0x4e43a8,_0x2d2378,_0x51de3e);},'fIwWK':function(_0x2a340a,_0x460618,_0x3cff23){return _0x2a340a(_0x460618,_0x3cff23);},'aqTCb':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','NTVNc':_0x4c2cbd(0x1df)};logger['info'](_0x2eac55[_0x4c2cbd(0x11f)]),logger[_0x4c2cbd(0x196)](_0x2eac55[_0x4c2cbd(0x83)]);const _0x2167ab=helper[_0x4c2cbd(0x7f)](),_0x39368b=helper[_0x4c2cbd(0x1c4)]();class _0x495dd1 extends _0x39368b[_0x4c2cbd(0x8b)]{[_0x4c2cbd(0xa1)](_0x1d2104){const _0x45c82d=_0x4c2cbd;if(_0x2eac55[_0x45c82d(0xe9)](_0x1d2104['path'],_0x2eac55[_0x45c82d(0x14e)]))try{const _0x3deb20=_0x1d2104[_0x45c82d(0xf2)][_0x45c82d(0x14a)]('/')[0x2];if(_0x3deb20){const _0x4a8186=hubAllocator[_0x45c82d(0x1aa)](_0x3deb20);if(_0x4a8186){const _0x8774ce=_0x2eac55[_0x45c82d(0x159)](_0x2eac55['xzWMY'](_0x2eac55[_0x45c82d(0x108)],_0x4a8186),_0x2eac55[_0x45c82d(0x125)]);this['options_']=hubAllocator[_0x45c82d(0xdf)](_0x8774ce),logger[_0x45c82d(0x196)](_0x45c82d(0x1a1)+_0x8774ce);}}}catch(_0xbf8181){logger[_0x45c82d(0x191)](_0xbf8181);}return super['send'](_0x1d2104);}}class _0x46c5cd extends _0x2167ab['Builder']{['__setBrowserOptions'](_0x41f38d){const _0x434172=_0x4c2cbd;let _0x1a677b={};for(const _0x38fa12 in _0x41f38d){switch(_0x38fa12){case _0x2eac55['NTMys']:case _0x2eac55[_0x434172(0xc3)]:this[_0x434172(0xb4)]&&(_0x1a677b=this[_0x434172(0xb4)]['get'](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x434172(0xb4)][_0x434172(0x112)](this['chromeOptions_'][_0x434172(0x158)],helper['mergeDeep'](_0x1a677b,_0x41f38d[_0x38fa12])));break;case _0x2eac55[_0x434172(0x104)]:case _0x2eac55[_0x434172(0x17a)]:this[_0x434172(0x1dc)]&&(_0x1a677b=this['edgeOptions_'][_0x434172(0xd1)](this[_0x434172(0x1dc)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x434172(0x112)](this[_0x434172(0x1dc)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x1a677b,_0x41f38d[_0x38fa12])));break;case _0x2eac55[_0x434172(0x96)]:case _0x2eac55[_0x434172(0xb8)]:this[_0x434172(0x1ba)]&&(_0x1a677b=this['firefoxOptions_']['get'](this['firefoxOptions_'][_0x434172(0x158)])||{},this[_0x434172(0x1ba)][_0x434172(0x112)](this['firefoxOptions_'][_0x434172(0x158)],helper['mergeDeep'](_0x1a677b,_0x41f38d[_0x38fa12])));break;case _0x2eac55[_0x434172(0x15e)]:this['safariOptions_']&&(_0x1a677b=this[_0x434172(0x105)]['get'](this[_0x434172(0x105)][_0x434172(0x158)])||{},this['safariOptions_']['set'](this[_0x434172(0x105)][_0x434172(0x158)],helper[_0x434172(0x155)](_0x1a677b,_0x41f38d[_0x38fa12])));break;case _0x2eac55[_0x434172(0xca)]:case _0x2eac55[_0x434172(0x120)]:this[_0x434172(0x124)]&&(_0x1a677b=this[_0x434172(0x124)]['get'](this[_0x434172(0x124)][_0x434172(0x158)])||{},this[_0x434172(0x124)][_0x434172(0x112)](this[_0x434172(0x124)][_0x434172(0x158)],helper[_0x434172(0x155)](_0x1a677b,_0x41f38d[_0x38fa12])));break;}}}[_0x4c2cbd(0x119)](){const _0x3a8690=_0x4c2cbd;return this['url_']=helper[_0x3a8690(0x90)](_0x1434f0),logger[_0x3a8690(0x196)](_0x3a8690(0xb2)+this[_0x3a8690(0xd6)]),this;}[_0x4c2cbd(0x149)](){const _0x339f09=_0x4c2cbd,_0xad9e94={'EiiSp':function(_0x3b0a81,_0x19f71f){const _0x420ee6=a177_0x106b;return _0x2eac55[_0x420ee6(0x160)](_0x3b0a81,_0x19f71f);},'oiwNL':_0x2eac55[_0x339f09(0x1b8)]};return logger[_0x339f09(0x196)](_0x2eac55[_0x339f09(0xb9)]),this['__setBrowserOptions'](_0x1434f0[_0x339f09(0x174)]),Object['keys'](_0x1434f0[_0x339f09(0x174)])[_0x339f09(0x106)](_0x534e51=>{const _0x5dfa75=_0x339f09,_0x311e65=this[_0x5dfa75(0x1a3)]['get'](_0x534e51);_0xad9e94[_0x5dfa75(0x1ae)](typeof _0x311e65,_0xad9e94['oiwNL'])?this['capabilities_'][_0x5dfa75(0x112)](_0x534e51,helper[_0x5dfa75(0x155)](_0x311e65,_0x1434f0['capability'][_0x534e51])):this[_0x5dfa75(0x1a3)][_0x5dfa75(0x112)](_0x534e51,_0x1434f0[_0x5dfa75(0x174)][_0x534e51]);}),this;}['build'](){const _0x32fc8f=_0x4c2cbd,_0x125f88={'NwSaF':_0x2eac55['PkXar'],'vUjuX':_0x2eac55[_0x32fc8f(0x88)],'rtYwc':function(_0x134eb4,_0x1ae19c,_0x4c0ba4){return _0x2eac55['kLWEO'](_0x134eb4,_0x1ae19c,_0x4c0ba4);},'mlTEK':_0x2eac55[_0x32fc8f(0x144)],'yDTvQ':_0x2eac55[_0x32fc8f(0x16a)],'xnEKh':function(_0x3cc2ad,_0x570b6e){const _0x3f6395=_0x32fc8f;return _0x2eac55[_0x3f6395(0x1a8)](_0x3cc2ad,_0x570b6e);},'khPTZ':function(_0x550a74,_0x14e7f4,_0x281df8,_0x56a9fd,_0x595a42){const _0x4b6b12=_0x32fc8f;return _0x2eac55[_0x4b6b12(0x128)](_0x550a74,_0x14e7f4,_0x281df8,_0x56a9fd,_0x595a42);},'leBiP':function(_0x2c3b33,_0x3bb722){const _0x562203=_0x32fc8f;return _0x2eac55[_0x562203(0x1a8)](_0x2c3b33,_0x3bb722);},'ppNRg':function(_0x109b31,_0x262dcf,_0xe3de26){const _0x3d22a9=_0x32fc8f;return _0x2eac55[_0x3d22a9(0xef)](_0x109b31,_0x262dcf,_0xe3de26);}};PerformanceTester[_0x32fc8f(0x1cd)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x26ed05=_0x32fc8f;_0x2eac55[_0x26ed05(0x178)](isAccessibilityAutomationSession)&&_0x2eac55[_0x26ed05(0x81)](setAccessibilityCapabilities,_0x1434f0);this['setServer'](),this[_0x26ed05(0x149)]();if(helper[_0x26ed05(0x167)](_0x1434f0[_0x26ed05(0x1a6)][_0x26ed05(0xa9)]))this['agent_']=helper['getHttpAgent'](_0x1434f0[_0x26ed05(0x1a6)][_0x26ed05(0xa9)]);else _0x1434f0[_0x26ed05(0x1a6)][_0x26ed05(0xa9)]&&(this[_0x26ed05(0x111)]=_0x1434f0[_0x26ed05(0x1a6)]['proxyUrl'],logger['debug'](_0x26ed05(0x11b)+this[_0x26ed05(0x111)]));if(_0x2eac55['DZuuO'](isAccessibilityAutomationSession)){const _0x4d23d9=this[_0x26ed05(0x1a3)]['get'](_0x2eac55[_0x26ed05(0x181)])||{},_0x2c7c66=_0x4d23d9[_0x26ed05(0x1ce)]||this[_0x26ed05(0x1a3)][_0x26ed05(0xd1)](_0x2eac55[_0x26ed05(0x139)])||this[_0x26ed05(0x1a3)][_0x26ed05(0xd1)](_0x2eac55[_0x26ed05(0xaa)]);if(_0x2c7c66){const _0x202aa2=(_0x4d23d9[_0x26ed05(0xbf)]||_0x4d23d9['platform']||this[_0x26ed05(0x1a3)]['get'](_0x2eac55[_0x26ed05(0x19d)])||this[_0x26ed05(0x1a3)]['get'](_0x2eac55[_0x26ed05(0x118)])||'')['toLowerCase'](),_0x56e772=(_0x4d23d9[_0x26ed05(0x1c2)]||this[_0x26ed05(0x1a3)]['get'](_0x2eac55['aJFBL'])||'')['toLowerCase']();_0x2eac55[_0x26ed05(0x160)](_0x202aa2,_0x2eac55['ngdYz'])&&_0x56e772[_0x26ed05(0x177)](_0x2eac55['AVPfF'])&&(_0x2eac55[_0x26ed05(0x1d7)](isMobileScanningEnabledForGroup)&&(logger[_0x26ed05(0x196)](_0x2eac55[_0x26ed05(0x1b9)]),globals['setGlobal'](_0x2eac55[_0x26ed05(0x1c1)],!![])));}}if(globals[_0x26ed05(0x9a)](_0x2eac55['mdbIt'])){if(!_0x2eac55['kLWEO'](setExtension,this,_0x1434f0)){globals[_0x26ed05(0xe0)](_0x2eac55[_0x26ed05(0x117)],![]);const _0x17e1b9=this[_0x26ed05(0x1a3)]['get'](_0x2eac55[_0x26ed05(0x181)]);_0x17e1b9&&(_0x17e1b9['accessibility']=![],delete _0x17e1b9[_0x26ed05(0x87)],this[_0x26ed05(0x1a3)][_0x26ed05(0x112)](_0x2eac55[_0x26ed05(0x181)],_0x17e1b9)),this[_0x26ed05(0x1a3)][_0x26ed05(0xd1)](_0x2eac55['WPrdp'])&&(this[_0x26ed05(0x1a3)][_0x26ed05(0x112)](_0x2eac55[_0x26ed05(0x190)],![]),this[_0x26ed05(0x1a3)][_0x26ed05(0x1b1)](_0x2eac55['KdLCf']));}}(!helper[_0x26ed05(0x1c0)]()||helper[_0x26ed05(0x16d)](_0x1434f0))&&helper[_0x26ed05(0x15c)](null,helper['useW3C'](_0x1434f0),_0x1434f0[_0x26ed05(0x152)],null,this,null),helper[_0x26ed05(0xb7)](_0x1434f0[_0x26ed05(0x174)]),logger[_0x26ed05(0x196)](_0x2eac55[_0x26ed05(0x161)]);})();const _0x57bc5a=super[_0x32fc8f(0x148)]();return PerformanceTester[_0x32fc8f(0x1cd)](PerformanceEvents[_0x32fc8f(0x138)],()=>{const _0x2ff3a6=_0x32fc8f,_0x50c0fe={'FRzGN':function(_0x562710,_0x1831e9,_0x1b40f5,_0x543c9e,_0x3910e1){const _0x1673f7=a177_0x106b;return _0x125f88[_0x1673f7(0xf9)](_0x562710,_0x1831e9,_0x1b40f5,_0x543c9e,_0x3910e1);},'wBMyV':function(_0x2337cb,_0x352adf){const _0x4b18a7=a177_0x106b;return _0x125f88[_0x4b18a7(0xda)](_0x2337cb,_0x352adf);},'eFVXO':_0x125f88[_0x2ff3a6(0xc2)],'ftUWg':_0x125f88[_0x2ff3a6(0x116)],'UlzAJ':function(_0x277978,_0x42b326,_0x2ed448){const _0x361ebd=_0x2ff3a6;return _0x125f88[_0x361ebd(0x80)](_0x277978,_0x42b326,_0x2ed448);},'PpTyZ':function(_0xb607df,_0x5bcef4,_0x15ea5f,_0x2e60e4,_0xac6b86){const _0x5ff1a3=_0x2ff3a6;return _0x125f88[_0x5ff1a3(0xf9)](_0xb607df,_0x5bcef4,_0x15ea5f,_0x2e60e4,_0xac6b86);},'qkdjs':function(_0x5b4897,_0x139e00){return _0x125f88['xnEKh'](_0x5b4897,_0x139e00);}};_0x57bc5a[_0x2ff3a6(0x172)]['then'](_0x3140b4=>{const _0x7af2c5=_0x2ff3a6;try{const _0x546e38=_0x3140b4[_0x7af2c5(0x192)][_0x7af2c5(0xd1)](_0x125f88[_0x7af2c5(0x92)]);_0x546e38?(logger['debug']('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x546e38),hubAllocator['updateHubUrl'](_0x546e38,_0x3140b4['getId']()),helper[_0x7af2c5(0xa2)](_0x546e38)):logger[_0x7af2c5(0x196)](_0x125f88[_0x7af2c5(0x150)]);}catch(_0x1bc487){logger[_0x7af2c5(0x196)](_0x7af2c5(0xaf)+_0x1bc487);}}),_0x57bc5a['then']&&_0x57bc5a[_0x2ff3a6(0xe1)](_0x4f58c0=>{const _0x915b22=_0x2ff3a6,_0x9aef7f={'mtiFk':function(_0xb0630,_0x1eb4cd,_0x7ad836){const _0xdc4bcc=a177_0x106b;return _0x125f88[_0xdc4bcc(0x79)](_0xb0630,_0x1eb4cd,_0x7ad836);},'BVYFE':_0x125f88['mlTEK'],'uHGdd':_0x125f88[_0x915b22(0x116)],'gwHCi':function(_0x24bfec,_0x255711){const _0x4a61c9=_0x915b22;return _0x125f88[_0x4a61c9(0x197)](_0x24bfec,_0x255711);}};helper[_0x915b22(0xfc)](_0x4f58c0,_0x1434f0),_0x125f88[_0x915b22(0x79)](overrideExecute,_0x4f58c0,_0x1434f0),_0x4f58c0[_0x915b22(0x147)]=async()=>{const _0x32990c=_0x915b22;return await _0x9aef7f[_0x32990c(0x143)](getAccessibilityResultsSummary,_0x4f58c0,global);},_0x4f58c0['getAccessibilityResults']=async()=>{const _0x28ee91=_0x915b22;return await _0x9aef7f[_0x28ee91(0x143)](getAccessibilityResults,_0x4f58c0,global);},_0x4f58c0['performScan']=async _0x5e8c77=>{const _0x4785a3=_0x915b22;return await _0x50c0fe[_0x4785a3(0xe2)](performScan,_0x4f58c0,null,!![],_0x50c0fe[_0x4785a3(0x18b)](_0x5e8c77,null));},_0x4f58c0['startA11yScanning']=async _0x1b00ac=>{const _0x332711=_0x915b22;globals[_0x332711(0xe0)](_0x9aef7f[_0x332711(0x122)],!![]),globals[_0x332711(0xe0)](_0x9aef7f[_0x332711(0x1d1)],_0x9aef7f[_0x332711(0xac)](_0x1b00ac,null));},_0x4f58c0[_0x915b22(0x173)]=async()=>{const _0x676836=_0x915b22;globals[_0x676836(0xe0)](_0x50c0fe[_0x676836(0x95)],![]),globals[_0x676836(0xe0)](_0x50c0fe[_0x676836(0x10d)],null);};}),_0x57bc5a[_0x2ff3a6(0x147)]=async()=>{return await _0x50c0fe['UlzAJ'](getAccessibilityResultsSummary,_0x57bc5a,global);},_0x57bc5a['getAccessibilityResults']=async()=>{const _0x22bb30=_0x2ff3a6;return await _0x50c0fe[_0x22bb30(0xcb)](getAccessibilityResults,_0x57bc5a,global);},_0x57bc5a[_0x2ff3a6(0xd7)]=async _0x523b29=>{return await _0x50c0fe['PpTyZ'](performScan,_0x57bc5a,null,!![],_0x50c0fe['qkdjs'](_0x523b29,null));},_0x57bc5a['startA11yScanning']=async _0xc7be8f=>{const _0x42d478=_0x2ff3a6;globals[_0x42d478(0xe0)](_0x125f88[_0x42d478(0xc2)],!![]),globals[_0x42d478(0xe0)](_0x125f88[_0x42d478(0x116)],_0x125f88[_0x42d478(0x197)](_0xc7be8f,null));},_0x57bc5a['stopA11yScanning']=async()=>{const _0x142854=_0x2ff3a6;globals[_0x142854(0xe0)](_0x50c0fe[_0x142854(0x95)],![]),globals[_0x142854(0xe0)](_0x50c0fe[_0x142854(0x10d)],null);},helper['overrideGet'](_0x57bc5a,_0x1434f0),_0x125f88[_0x2ff3a6(0x79)](overrideExecute,_0x57bc5a,_0x1434f0),helper['isUndefined'](global[_0x2ff3a6(0x189)])&&(global['__driversArray']=[]),global[_0x2ff3a6(0x189)][_0x2ff3a6(0xb6)](_0x57bc5a);})(),_0x57bc5a;}}_0x2167ab[_0x4c2cbd(0x1d5)]=_0x2167ab['Builder'],_0x2167ab['Builder']=_0x46c5cd,_0x39368b['HttpClient']=_0x495dd1;},propagateJestSessionName=(_0x520ab3,_0x35c51c,_0x16d41d='')=>{const _0xf84c22=a177_0x4427a8,_0x249272={};_0x249272[_0xf84c22(0x1db)]='percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s';const _0x545021=_0x249272;_0x35c51c&&_0x35c51c['global']&&_0x35c51c[_0xf84c22(0x99)][_0xf84c22(0x142)]&&helper[_0xf84c22(0xc0)](_0x520ab3[_0xf84c22(0x142)])&&(_0x520ab3[_0xf84c22(0x142)]=_0x35c51c[_0xf84c22(0x99)][_0xf84c22(0x142)],logger[_0xf84c22(0x196)](util['format'](_0x545021[_0xf84c22(0x1db)],_0x16d41d?'\x20'+_0x16d41d:'',_0x520ab3['browserstackSessionName'])));},modifyV2=(_0x54f0ee,_0x3fd81e=null,_0x40f483=![])=>{const _0x25e9b5=a177_0x4427a8,_0x5045c5={'cJqjs':function(_0x22d8c2,_0xee159){return _0x22d8c2!==_0xee159;},'HhHEv':'/session','ienxB':function(_0x4c1130,_0x23422b){return _0x4c1130+_0x23422b;},'ySPUq':function(_0xceeaf9,_0x23a4b6){return _0xceeaf9+_0x23a4b6;},'BEsDT':'https://','QfFxZ':_0x25e9b5(0x1b6),'fXHsB':_0x25e9b5(0x193),'ykOGy':_0x25e9b5(0x130),'TyxRv':'goog:chromeOptions','uEQbc':_0x25e9b5(0x1a4),'fklxC':'ms:edgeOptions','AhLYp':_0x25e9b5(0x157),'enITX':_0x25e9b5(0x89),'bsuRk':_0x25e9b5(0x1b3),'COZoQ':'safari.options','JQEUa':'se:ieOptions','xULtR':_0x25e9b5(0x102),'ckvtj':function(_0x52fd74,_0x107dcc){return _0x52fd74===_0x107dcc;},'ADXRB':_0x25e9b5(0x1d8),'omiaQ':_0x25e9b5(0x101),'BbFLE':function(_0x3b2047,_0x53cce6){return _0x3b2047>_0x53cce6;},'dZRCn':function(_0x180812){return _0x180812();},'rTUOE':function(_0x1a346a,_0x21ed66){return _0x1a346a(_0x21ed66);},'AvUnL':_0x25e9b5(0x85),'rbuij':_0x25e9b5(0x19f),'QnxzN':_0x25e9b5(0x1ce),'WwghN':_0x25e9b5(0xbf),'KauIA':_0x25e9b5(0xb1),'hrsPG':'browserName','gOdbD':'android','XQFTz':_0x25e9b5(0xe7),'FBrry':_0x25e9b5(0x14d),'BSPAq':'isMobilePlatform','XCqSa':_0x25e9b5(0xeb),'jxXFT':function(_0x1b3486,_0x4278af,_0x242c06){return _0x1b3486(_0x4278af,_0x242c06);},'NfnMy':_0x25e9b5(0x113),'SiMvp':_0x25e9b5(0x107),'dYxHr':_0x25e9b5(0x1b7),'OnNig':'browserstack.com','sWHBg':_0x25e9b5(0x1d0),'MtzPx':'browserVersion','FcMWC':_0x25e9b5(0xf1),'RCmpl':function(_0x4e0304,_0x22d8ac){return _0x4e0304(_0x22d8ac);},'grVcz':function(_0x417deb,_0x45d277){return _0x417deb<_0x45d277;},'RwZLk':function(_0x52912c,_0x5df93d){return _0x52912c!==_0x5df93d;},'BFXfi':function(_0x130a1f,_0x22500b){return _0x130a1f||_0x22500b;},'GwwJL':function(_0x11f68f){return _0x11f68f();},'lVicq':function(_0x5048c8,_0x1b1538){return _0x5048c8(_0x1b1538);},'TBzCR':_0x25e9b5(0xff),'sMxCt':_0x25e9b5(0x179),'QUVBE':_0x25e9b5(0xc6),'dMINS':_0x25e9b5(0xa5),'vmbVE':'.browserstack.com','afPqk':_0x25e9b5(0x10c),'BPvLC':_0x25e9b5(0x140),'WMgDU':_0x25e9b5(0x18a),'vkKwe':function(_0x35b283,_0x1b8152,_0x475b08,_0x1c693d,_0x383fee){return _0x35b283(_0x1b8152,_0x475b08,_0x1c693d,_0x383fee);},'CwFgH':_0x25e9b5(0x185),'CXRXd':_0x25e9b5(0x12e),'ESsWb':function(_0x4a167c,_0x4f13b4){return _0x4a167c(_0x4f13b4);},'Aeeta':function(_0x2b5056,_0x348d8b,_0x26dd69){return _0x2b5056(_0x348d8b,_0x26dd69);},'XUCmi':function(_0x13babc,_0x1ece6d){return _0x13babc||_0x1ece6d;},'YsWiY':function(_0xda0219,_0xcc3370,_0x31314c,_0x4e2c09){return _0xda0219(_0xcc3370,_0x31314c,_0x4e2c09);},'PTAJg':'(sync)','Mcfcw':function(_0x39b481,_0x260c2d){return _0x39b481!==_0x260c2d;},'wlLtR':_0x25e9b5(0x11e),'xsknL':_0x25e9b5(0xa7),'iuLkH':_0x25e9b5(0x1df),'gYtiN':_0x25e9b5(0x1d2),'grkBc':_0x25e9b5(0x9d),'lhPAs':_0x25e9b5(0x169),'cDrNF':_0x25e9b5(0x11d),'MJpjc':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x1c1973=helper['requireHttpClient']();let _0x1a2a0e;try{_0x1a2a0e=helper[_0x25e9b5(0x7f)](),_0x1a2a0e[_0x25e9b5(0x1d5)]&&(_0x1a2a0e[_0x25e9b5(0x1bd)]=_0x1a2a0e['originalBuilder']);}catch(_0x45eff4){return;}if(helper[_0x25e9b5(0x1c0)]()){const _0x2b7a35={};_0x2b7a35[_0x25e9b5(0x1af)]=_0x54f0ee[_0x25e9b5(0x7c)],helper['setLogLevel'](_0x2b7a35,new Map(),new Map()),logger['info'](_0x5045c5[_0x25e9b5(0x16f)]),logger[_0x25e9b5(0x196)](_0x5045c5[_0x25e9b5(0x195)]);}class _0x506001 extends _0x1c1973[_0x25e9b5(0x8b)]{[_0x25e9b5(0xa1)](_0x3bc7f5){const _0x2c3304=_0x25e9b5;if(_0x5045c5[_0x2c3304(0x1b5)](_0x3bc7f5['path'],_0x5045c5[_0x2c3304(0xe6)]))try{const _0x1623cb=_0x3bc7f5['path']['split']('/')[0x2];if(_0x1623cb){const _0x1b801e=hubAllocator[_0x2c3304(0x1aa)](_0x1623cb);if(_0x1b801e){const _0x4c57d6=_0x5045c5[_0x2c3304(0xba)](_0x5045c5[_0x2c3304(0xc7)](_0x5045c5[_0x2c3304(0x1c6)],_0x1b801e),_0x5045c5[_0x2c3304(0x100)]);this['options_']=hubAllocator['getRequestOptions'](_0x4c57d6),logger[_0x2c3304(0x196)](_0x2c3304(0x1a1)+_0x4c57d6);}}}catch(_0x376318){logger[_0x2c3304(0x191)](_0x376318);}if(globals[_0x2c3304(0x9a)](_0x5045c5[_0x2c3304(0xe5)])&&globals[_0x2c3304(0x9a)](_0x5045c5['ykOGy'])){const _0x55b4e5=_0x3bc7f5[_0x2c3304(0xf2)][_0x2c3304(0x14a)]('/')[0x2];_0x55b4e5&&commandRepository[_0x2c3304(0x93)](_0x55b4e5,_0x3bc7f5);}return super['send'](_0x3bc7f5);}}class _0x28420b extends _0x1a2a0e[_0x25e9b5(0x1bd)]{['setServer'](){const _0x444a5f=_0x25e9b5;return helper[_0x444a5f(0x1c0)]()&&(this[_0x444a5f(0xd6)]=helper[_0x444a5f(0x90)](_0x54f0ee)),this;}[_0x25e9b5(0x10e)](_0x325dfd){const _0x41ea63=_0x25e9b5;let _0x14fc4f={};for(const _0x1a878d in _0x325dfd){switch(_0x1a878d){case _0x5045c5['TyxRv']:case _0x5045c5[_0x41ea63(0x109)]:this[_0x41ea63(0xb4)]&&(_0x14fc4f=this[_0x41ea63(0xb4)][_0x41ea63(0xd1)](this['chromeOptions_'][_0x41ea63(0x158)])||{},this[_0x41ea63(0xb4)][_0x41ea63(0x112)](this[_0x41ea63(0xb4)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x14fc4f,_0x325dfd[_0x1a878d])));break;case _0x5045c5[_0x41ea63(0xcd)]:case _0x5045c5['AhLYp']:this[_0x41ea63(0x1dc)]&&(_0x14fc4f=this[_0x41ea63(0x1dc)][_0x41ea63(0xd1)](this[_0x41ea63(0x1dc)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x41ea63(0x112)](this[_0x41ea63(0x1dc)][_0x41ea63(0x158)],helper[_0x41ea63(0x155)](_0x14fc4f,_0x325dfd[_0x1a878d])));break;case _0x5045c5[_0x41ea63(0x19e)]:case _0x5045c5[_0x41ea63(0x1ac)]:this['firefoxOptions_']&&(_0x14fc4f=this[_0x41ea63(0x1ba)][_0x41ea63(0xd1)](this['firefoxOptions_'][_0x41ea63(0x158)])||{},this[_0x41ea63(0x1ba)][_0x41ea63(0x112)](this[_0x41ea63(0x1ba)][_0x41ea63(0x158)],helper['mergeDeep'](_0x14fc4f,_0x325dfd[_0x1a878d])));break;case _0x5045c5['COZoQ']:this[_0x41ea63(0x105)]&&(_0x14fc4f=this[_0x41ea63(0x105)][_0x41ea63(0xd1)](this['safariOptions_'][_0x41ea63(0x158)])||{},this[_0x41ea63(0x105)][_0x41ea63(0x112)](this[_0x41ea63(0x105)][_0x41ea63(0x158)],helper['mergeDeep'](_0x14fc4f,_0x325dfd[_0x1a878d])));break;case _0x5045c5['JQEUa']:case _0x5045c5[_0x41ea63(0xe8)]:this[_0x41ea63(0x124)]&&(_0x14fc4f=this[_0x41ea63(0x124)]['get'](this[_0x41ea63(0x124)]['CAPABILITY_KEY'])||{},this[_0x41ea63(0x124)][_0x41ea63(0x112)](this['ieOptions_'][_0x41ea63(0x158)],helper['mergeDeep'](_0x14fc4f,_0x325dfd[_0x1a878d])));break;}}}[_0x25e9b5(0x149)](){const _0x22328b=_0x25e9b5,_0x116670={'EaBjM':function(_0x4fc78e,_0x14f471){return _0x5045c5['ckvtj'](_0x4fc78e,_0x14f471);},'boHpA':_0x5045c5[_0x22328b(0xfe)]};logger[_0x22328b(0x196)](_0x5045c5['omiaQ']);const _0x5c27cb=_0x54f0ee[_0x22328b(0x174)]&&_0x5045c5['BbFLE'](Object[_0x22328b(0x8c)](_0x54f0ee[_0x22328b(0x174)])[_0x22328b(0x1c5)],0x0)?_0x54f0ee[_0x22328b(0x174)]:_0x54f0ee['capabilities']&&Array['isArray'](_0x54f0ee['capabilities'])&&_0x5045c5[_0x22328b(0x14b)](_0x54f0ee[_0x22328b(0x1bc)]['length'],0x0)?_0x54f0ee['capabilities'][0x0]:{};return this[_0x22328b(0x10e)](_0x5c27cb),Object['keys'](_0x5c27cb)[_0x22328b(0x106)](_0x2213c9=>{const _0x2cab40=_0x22328b,_0x3e5f04=this[_0x2cab40(0x1a3)]['get'](_0x2213c9);_0x116670[_0x2cab40(0xdb)](typeof _0x3e5f04,_0x116670[_0x2cab40(0x7b)])?this['capabilities_'][_0x2cab40(0x112)](_0x2213c9,helper[_0x2cab40(0x155)](_0x3e5f04,_0x5c27cb[_0x2213c9])):this[_0x2cab40(0x1a3)][_0x2cab40(0x112)](_0x2213c9,_0x5c27cb[_0x2213c9]);}),this;}['build'](){const _0x4e5e9d=_0x25e9b5,_0x117b6b={'GVQBr':function(_0x101741){const _0x2f4f0d=a177_0x106b;return _0x5045c5[_0x2f4f0d(0x126)](_0x101741);},'dBmMJ':function(_0x31441f,_0x457d33){return _0x5045c5['rTUOE'](_0x31441f,_0x457d33);},'KrVMJ':_0x5045c5[_0x4e5e9d(0x8f)],'AcJKF':_0x5045c5['rbuij'],'OhFyn':_0x5045c5[_0x4e5e9d(0x1be)],'Wuzxj':_0x5045c5[_0x4e5e9d(0x1e0)],'GJrsL':_0x5045c5[_0x4e5e9d(0xbb)],'iPLlM':_0x5045c5[_0x4e5e9d(0xdd)],'DHoSA':function(_0x21637e,_0x2e46d2){const _0x18aca5=_0x4e5e9d;return _0x5045c5[_0x18aca5(0x176)](_0x21637e,_0x2e46d2);},'DTPCo':_0x5045c5[_0x4e5e9d(0x13d)],'FTUSS':_0x5045c5[_0x4e5e9d(0x10f)],'dhxgn':_0x5045c5[_0x4e5e9d(0x114)],'qkzUD':_0x5045c5[_0x4e5e9d(0x12f)],'gIEke':_0x5045c5[_0x4e5e9d(0xd3)],'uBqIC':function(_0x36c80e,_0x43fc6b,_0x2fc8a9){const _0x2747c1=_0x4e5e9d;return _0x5045c5[_0x2747c1(0x183)](_0x36c80e,_0x43fc6b,_0x2fc8a9);},'yokhe':_0x5045c5['NfnMy'],'oYvnr':_0x5045c5[_0x4e5e9d(0x110)],'rpPsU':_0x5045c5['dYxHr'],'gIXLT':_0x5045c5['TyxRv'],'BFLqB':_0x5045c5[_0x4e5e9d(0xa8)],'QfoUr':function(_0x48ff10,_0x3ab010){const _0x31b28d=_0x4e5e9d;return _0x5045c5[_0x31b28d(0x176)](_0x48ff10,_0x3ab010);},'Efxum':function(_0x5c884a){const _0x2e2136=_0x4e5e9d;return _0x5045c5[_0x2e2136(0x126)](_0x5c884a);},'GLcEj':_0x5045c5[_0x4e5e9d(0x186)],'EpkYx':_0x5045c5[_0x4e5e9d(0x1d3)],'ZqJzU':_0x5045c5[_0x4e5e9d(0xf6)],'PfqBb':function(_0x4180f9,_0x4407e9){return _0x5045c5['RCmpl'](_0x4180f9,_0x4407e9);},'qTfOr':function(_0x144833,_0x8f149b){return _0x5045c5['grVcz'](_0x144833,_0x8f149b);},'sNLNC':function(_0x46fd78,_0x2e279c){const _0x47d281=_0x4e5e9d;return _0x5045c5[_0x47d281(0x1b4)](_0x46fd78,_0x2e279c);},'RoDfL':function(_0x275d07,_0x298b4d){const _0x2b5911=_0x4e5e9d;return _0x5045c5[_0x2b5911(0x1d6)](_0x275d07,_0x298b4d);},'KZyUJ':function(_0x201c87){const _0x43d2a8=_0x4e5e9d;return _0x5045c5[_0x43d2a8(0x151)](_0x201c87);},'VCbYz':function(_0x3e5ae4,_0x3ed971){const _0x40d2b1=_0x4e5e9d;return _0x5045c5[_0x40d2b1(0x19c)](_0x3e5ae4,_0x3ed971);},'fmNMQ':_0x5045c5[_0x4e5e9d(0x1ca)],'evKMs':_0x5045c5[_0x4e5e9d(0xf3)],'ZLBWZ':_0x5045c5[_0x4e5e9d(0xde)],'lfVTt':_0x5045c5[_0x4e5e9d(0x1cb)],'hArwH':_0x5045c5[_0x4e5e9d(0x9f)],'DUQsz':_0x5045c5[_0x4e5e9d(0x1c9)],'UyqxB':_0x5045c5[_0x4e5e9d(0xe5)],'NilhL':_0x5045c5['ykOGy'],'OvaYn':_0x5045c5['BPvLC'],'UtrKJ':_0x5045c5['WMgDU'],'dbQqL':function(_0x10e3d0,_0x243810,_0x4d050c){return _0x5045c5['jxXFT'](_0x10e3d0,_0x243810,_0x4d050c);},'nXgYq':function(_0x2a7c0d,_0x5c3153,_0x4d9f4a,_0x5e80bb,_0xdd9ad5){const _0x50ba25=_0x4e5e9d;return _0x5045c5[_0x50ba25(0x1a9)](_0x2a7c0d,_0x5c3153,_0x4d9f4a,_0x5e80bb,_0xdd9ad5);},'DByFY':_0x5045c5[_0x4e5e9d(0xf0)],'ePOJX':_0x5045c5['CXRXd'],'RSGsY':function(_0x549cd2,_0x28c599){const _0x536278=_0x4e5e9d;return _0x5045c5[_0x536278(0x14f)](_0x549cd2,_0x28c599);},'OLnRY':function(_0x16c283,_0x8b2bbc,_0x284170){const _0x1736e9=_0x4e5e9d;return _0x5045c5[_0x1736e9(0x1ab)](_0x16c283,_0x8b2bbc,_0x284170);},'PSPOG':function(_0x277b28,_0x26a704,_0x381f8c){return _0x5045c5['jxXFT'](_0x277b28,_0x26a704,_0x381f8c);},'iYoUK':function(_0x15ff34,_0x2b2b16,_0x4acb0f){const _0x4f6ca8=_0x4e5e9d;return _0x5045c5[_0x4f6ca8(0x183)](_0x15ff34,_0x2b2b16,_0x4acb0f);},'fcWKU':function(_0x3d21e0,_0x174d74,_0x40a4d6,_0x29f3aa,_0x5b7a8d){const _0x5ef98f=_0x4e5e9d;return _0x5045c5[_0x5ef98f(0x1a9)](_0x3d21e0,_0x174d74,_0x40a4d6,_0x29f3aa,_0x5b7a8d);},'ewOFD':function(_0x3d18c6,_0x5d0685){const _0x514f44=_0x4e5e9d;return _0x5045c5[_0x514f44(0x84)](_0x3d18c6,_0x5d0685);},'QvTwj':function(_0x37bd95,_0x4892ab,_0x3319e8,_0x33f2cd){const _0x4cde2d=_0x4e5e9d;return _0x5045c5[_0x4cde2d(0x86)](_0x37bd95,_0x4892ab,_0x3319e8,_0x33f2cd);},'QeHdE':_0x5045c5[_0x4e5e9d(0x78)],'orWIO':function(_0x48b32d,_0x3727d1){return _0x5045c5['Mcfcw'](_0x48b32d,_0x3727d1);}};PerformanceTester[_0x4e5e9d(0x1cd)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x403b63=_0x4e5e9d;if(helper[_0x403b63(0x1c0)]()){helper[_0x403b63(0xb7)](_0x54f0ee[_0x403b63(0x174)]);_0x117b6b['GVQBr'](isAccessibilityAutomationSession)&&_0x117b6b[_0x403b63(0x8e)](setAccessibilityCapabilities,_0x54f0ee);this['setServer'](),this['setCapabilities']();if(helper[_0x403b63(0x167)](_0x54f0ee[_0x403b63(0x1a6)]['proxyUrl']))this[_0x403b63(0xad)]=helper['getHttpAgent'](_0x54f0ee[_0x403b63(0x1a6)]['proxyUrl']);else _0x54f0ee[_0x403b63(0x1a6)][_0x403b63(0xa9)]&&(this[_0x403b63(0x111)]=_0x54f0ee[_0x403b63(0x1a6)]['proxyUrl'],logger[_0x403b63(0x196)](_0x403b63(0x11b)+this['proxy_']));if(_0x117b6b[_0x403b63(0x16c)](isAccessibilityAutomationSession)){const _0x1ac42c=this['capabilities_'][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0x10a)])||{},_0x2d1608=_0x1ac42c[_0x403b63(0x1ce)]||this['capabilities_']['get'](_0x117b6b['AcJKF'])||this['capabilities_']['get'](_0x117b6b[_0x403b63(0x15b)]);if(_0x2d1608){const _0x53bc39=(_0x1ac42c[_0x403b63(0xbf)]||_0x1ac42c[_0x403b63(0xb1)]||this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0xc1)])||this['capabilities_'][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0xa0)])||'')[_0x403b63(0x1a0)](),_0x1e82c5=(_0x1ac42c['browserName']||this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0x98)])||'')[_0x403b63(0x1a0)]();_0x117b6b['DHoSA'](_0x53bc39,_0x117b6b[_0x403b63(0x18c)])&&_0x1e82c5[_0x403b63(0x177)](_0x117b6b[_0x403b63(0x1de)])&&(_0x117b6b[_0x403b63(0x16c)](isMobileScanningEnabledForGroup)&&(logger[_0x403b63(0x196)](_0x117b6b['dhxgn']),globals[_0x403b63(0xe0)](_0x117b6b[_0x403b63(0x115)],!![])));}}if(globals[_0x403b63(0x9a)](_0x117b6b[_0x403b63(0xc5)])){if(!_0x117b6b[_0x403b63(0xf8)](setExtension,this,_0x54f0ee)){globals[_0x403b63(0xe0)](_0x117b6b[_0x403b63(0xc5)],![]);const _0x4e4ded=this[_0x403b63(0x1a3)]['get'](_0x117b6b[_0x403b63(0x10a)]);_0x4e4ded&&(_0x4e4ded[_0x403b63(0xf7)]=![],delete _0x4e4ded[_0x403b63(0x87)],this[_0x403b63(0x1a3)][_0x403b63(0x112)](_0x117b6b[_0x403b63(0x10a)],_0x4e4ded)),this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0x199)])&&(this['capabilities_'][_0x403b63(0x112)](_0x117b6b['yokhe'],![]),this[_0x403b63(0x1a3)][_0x403b63(0x1b1)](_0x117b6b[_0x403b63(0x8a)]));}}process[_0x403b63(0x12a)]['BROWSERSTACK_TURBOSCALE']&&(helper[_0x403b63(0x15c)](null,helper['useW3C'](_0x54f0ee),_0x54f0ee[_0x403b63(0x152)],null,this,null),helper[_0x403b63(0xb7)](_0x54f0ee['capability']),helper[_0x403b63(0xd4)]()),logger[_0x403b63(0x196)](_0x117b6b[_0x403b63(0x103)]);}else{if(this['chromeOptions_']){const _0x54e40d=this[_0x403b63(0xb4)][_0x403b63(0xd1)](this[_0x403b63(0xb4)][_0x403b63(0x158)]||_0x117b6b[_0x403b63(0x15f)]);if(_0x54e40d&&_0x54e40d[_0x403b63(0xee)]){const _0x19ccf3=this[_0x403b63(0x1a3)]['get'](_0x117b6b[_0x403b63(0x15f)])||{},_0x533034=(_0x19ccf3['args']||[])[_0x403b63(0x17f)](_0x54e40d[_0x403b63(0xee)]||[]),_0x4cb34c=Array['from'](new Set(_0x533034)),_0x421c0c={};_0x421c0c[_0x403b63(0xee)]=_0x4cb34c,this[_0x403b63(0x1a3)][_0x403b63(0x112)](_0x117b6b[_0x403b63(0x15f)],Object[_0x403b63(0x1dd)]({},_0x19ccf3,_0x54e40d,_0x421c0c));}}helper[_0x403b63(0xd4)]();if(_0x117b6b[_0x403b63(0x16c)](isAccessibilityAutomationSession)&&this[_0x403b63(0x1cc)]()[_0x403b63(0x177)](_0x117b6b['BFLqB'])){let _0x15b750=!![];const _0x33a150=this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0x10a)])||{},_0x1b63e5=_0x33a150[_0x403b63(0x1ce)]||this['capabilities_']['get'](_0x117b6b[_0x403b63(0x1c7)])||this[_0x403b63(0x1a3)]['get'](_0x117b6b[_0x403b63(0x15b)]);if(_0x1b63e5){const _0x1511f5=(_0x33a150['platformName']||_0x33a150[_0x403b63(0xb1)]||this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0xc1)])||this['capabilities_'][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0xa0)])||'')['toLowerCase'](),_0xdcb085=(_0x33a150[_0x403b63(0x1c2)]||this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0x98)])||'')['toLowerCase']();_0x117b6b['QfoUr'](_0x1511f5,_0x117b6b[_0x403b63(0x18c)])&&_0xdcb085['includes'](_0x117b6b[_0x403b63(0x1de)])?!_0x117b6b[_0x403b63(0x17d)](isMobileScanningEnabledForGroup)?(logger[_0x403b63(0x17e)](MOBILE_SCANNING_DISABLED_WARNING),_0x15b750=![]):(logger[_0x403b63(0x196)](_0x117b6b[_0x403b63(0x175)]),globals['setGlobal'](_0x117b6b[_0x403b63(0x115)],!![])):(logger[_0x403b63(0x17e)](_0x117b6b[_0x403b63(0xc4)]),_0x15b750=![]);}if(_0x15b750){const _0xfbf22=_0x117b6b['dBmMJ'](parseFloat,_0x33a150[_0x403b63(0x166)]||this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0x82)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x49342c}=_0x117b6b[_0x403b63(0x8e)](require,_0x117b6b[_0x403b63(0x7d)]),_0x205d56=_0x117b6b[_0x403b63(0x8e)](parseFloat,_0x49342c);!_0x117b6b['PfqBb'](isNaN,_0xfbf22)&&_0x117b6b[_0x403b63(0xf4)](_0xfbf22,_0x205d56)&&(logger[_0x403b63(0x17e)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+_0x49342c+'.'),_0x15b750=![]);}if(_0x15b750){_0x117b6b[_0x403b63(0xd5)](setAccessibilityCapabilities,_0x54f0ee),this[_0x403b63(0x149)]();if(process[_0x403b63(0x12a)][_0x403b63(0x9e)]){let _0x5dc3da={};try{process['env'][_0x403b63(0x1b2)]&&(_0x5dc3da=JSON[_0x403b63(0xec)](process[_0x403b63(0x12a)][_0x403b63(0x1b2)]));}catch(_0x206112){logger[_0x403b63(0x196)](_0x403b63(0x1bb)+_0x206112);}const _0x5b58ba=helper[_0x403b63(0x137)](_0x54f0ee),_0x3a1990=this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b['KrVMJ']);if(_0x117b6b[_0x403b63(0x136)](_0x5b58ba,![])&&(_0x3a1990||!this['capabilities_'][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0x199)]))){const _0x5f2875=_0x117b6b[_0x403b63(0x1c3)](_0x3a1990,{});_0x5f2875[_0x403b63(0xf7)]=!![];const _0x495d22={};_0x495d22[_0x403b63(0xea)]=process['env'][_0x403b63(0x9e)],_0x495d22[_0x403b63(0x156)]=_0x5dc3da[_0x403b63(0x156)],_0x5f2875[_0x403b63(0x87)]=Object[_0x403b63(0x1dd)]({},_0x5f2875[_0x403b63(0x87)],_0x495d22),this[_0x403b63(0x1a3)][_0x403b63(0x112)](_0x117b6b[_0x403b63(0x10a)],_0x5f2875);}else{this[_0x403b63(0x1a3)][_0x403b63(0x112)](_0x117b6b[_0x403b63(0x199)],!![]);const _0x20c2ad=this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b['oYvnr'])||{},_0x18e116={};_0x18e116['authToken']=process[_0x403b63(0x12a)][_0x403b63(0x9e)],_0x18e116[_0x403b63(0x156)]=_0x5dc3da['scannerVersion'],this[_0x403b63(0x1a3)][_0x403b63(0x112)](_0x117b6b[_0x403b63(0x8a)],Object['assign']({},_0x20c2ad,_0x18e116));}}if(!_0x117b6b[_0x403b63(0xf8)](setExtension,this,_0x54f0ee)){globals['setGlobal'](_0x117b6b[_0x403b63(0xc5)],![]);const _0x128d20=this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0x10a)]);_0x128d20&&(_0x128d20['accessibility']=![],delete _0x128d20[_0x403b63(0x87)],this[_0x403b63(0x1a3)]['set'](_0x117b6b[_0x403b63(0x10a)],_0x128d20)),this[_0x403b63(0x1a3)][_0x403b63(0xd1)](_0x117b6b[_0x403b63(0x199)])&&(this[_0x403b63(0x1a3)][_0x403b63(0x112)](_0x117b6b[_0x403b63(0x199)],![]),this[_0x403b63(0x1a3)]['delete'](_0x117b6b[_0x403b63(0x8a)]));}}}if(_0x117b6b[_0x403b63(0xc9)](isAccessibilityAutomationSession)&&!this[_0x403b63(0x1cc)]()[_0x403b63(0x177)](_0x117b6b['BFLqB']))try{_0x117b6b['VCbYz'](hasLegacyHeadlessArg,this)?(logger[_0x403b63(0x17e)](_0x117b6b[_0x403b63(0x91)]),globals[_0x403b63(0xe0)](_0x117b6b[_0x403b63(0xc5)],![])):helper['prepareCapabilities'](null,helper['useW3C'](_0x54f0ee),_0x54f0ee[_0x403b63(0x152)],null,this,null);}catch(_0xf864c7){logger[_0x403b63(0x196)](_0x403b63(0xd8)+util[_0x403b63(0x131)](_0xf864c7));}_0x117b6b[_0x403b63(0x165)](globals[_0x403b63(0x9a)](_0x117b6b[_0x403b63(0xae)]),_0x117b6b[_0x403b63(0x1d9)])&&(commandRepository[_0x403b63(0x154)](_0x117b6b[_0x403b63(0x1d9)]),commandRepository[_0x403b63(0x12b)](globals['getGlobal'](_0x117b6b[_0x403b63(0x1a7)])));if(this['url_']['includes'](_0x117b6b[_0x403b63(0xed)]))logger[_0x403b63(0x196)](_0x117b6b[_0x403b63(0xa6)]),globals[_0x403b63(0xe0)](_0x117b6b['UyqxB'],![]),globals[_0x403b63(0xe0)](_0x117b6b[_0x403b63(0x184)],![]);else globals[_0x403b63(0x9a)](_0x117b6b[_0x403b63(0x16e)])&&globals[_0x403b63(0x9a)](_0x117b6b[_0x403b63(0x184)])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x3ae8cd=super[_0x4e5e9d(0x148)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x4e5e9d(0x138)],()=>{const _0x28bbf3=_0x4e5e9d,_0x2eab93={'azcVj':function(_0x1179b9,_0x12c46a,_0x14a333){const _0x141b9b=a177_0x106b;return _0x117b6b[_0x141b9b(0x94)](_0x1179b9,_0x12c46a,_0x14a333);},'ztquM':function(_0x44d9b6,_0x377a56,_0x1960d9,_0x2b02d7,_0x5d952b){const _0x517b55=a177_0x106b;return _0x117b6b[_0x517b55(0x1d4)](_0x44d9b6,_0x377a56,_0x1960d9,_0x2b02d7,_0x5d952b);},'lxKTG':function(_0x1fcda7,_0x5ec6b9){return _0x117b6b['ewOFD'](_0x1fcda7,_0x5ec6b9);},'ttMOH':_0x117b6b[_0x28bbf3(0x7e)],'LoFYz':_0x117b6b[_0x28bbf3(0x18d)]};_0x3ae8cd[_0x28bbf3(0x172)][_0x28bbf3(0xe1)](_0x58be24=>{const _0x4c2280=_0x28bbf3,_0x425635=_0x58be24[_0x4c2280(0x192)];if(!helper[_0x4c2280(0x1c0)]()&&_0x117b6b[_0x4c2280(0x17d)](isAccessibilityAutomationSession)){const _0x429f5e=_0x117b6b[_0x4c2280(0xf8)](nonBstackPlatformValidation,_0x425635,this);globals[_0x4c2280(0xe0)](_0x117b6b[_0x4c2280(0xc5)],_0x429f5e);if(!_0x429f5e){const _0x18da61=this[_0x4c2280(0x1a3)]['get'](_0x117b6b[_0x4c2280(0x10a)]);_0x18da61&&(_0x18da61[_0x4c2280(0xf7)]=![],delete _0x18da61['accessibilityOptions'],this['capabilities_']['set'](_0x117b6b[_0x4c2280(0x10a)],_0x18da61)),this[_0x4c2280(0x1a3)][_0x4c2280(0xd1)](_0x117b6b['yokhe'])&&(this['capabilities_'][_0x4c2280(0x112)](_0x117b6b['yokhe'],![]),this[_0x4c2280(0x1a3)][_0x4c2280(0x1b1)](_0x117b6b[_0x4c2280(0x8a)]));}}}),_0x3ae8cd['session_'][_0x28bbf3(0xe1)](_0x255efe=>{const _0x4e830f=_0x28bbf3;try{logger[_0x4e830f(0x196)](_0x4e830f(0x16b)+_0x255efe['getId']());const _0x5cc701=_0x255efe[_0x4e830f(0x192)][_0x4e830f(0xd1)](_0x117b6b[_0x4e830f(0x18e)]);_0x5cc701?(logger[_0x4e830f(0x196)](_0x4e830f(0x12d)+_0x5cc701),hubAllocator[_0x4e830f(0x1ad)](_0x5cc701,_0x255efe[_0x4e830f(0x198)]()),helper[_0x4e830f(0xa2)](_0x5cc701)):logger[_0x4e830f(0x196)](_0x117b6b[_0x4e830f(0x134)]);}catch(_0x38d6f5){logger[_0x4e830f(0x196)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x38d6f5);}}),_0x3ae8cd['quitCount_']=0x0,_0x3ae8cd[_0x28bbf3(0xe1)]&&_0x3ae8cd[_0x28bbf3(0xe1)](_0x3693d8=>{const _0x27f6f8=_0x28bbf3,_0x5548ba={'FImOw':function(_0x336d6c,_0xd66e7e,_0x445c3f){const _0x4ff277=a177_0x106b;return _0x117b6b[_0x4ff277(0x94)](_0x336d6c,_0xd66e7e,_0x445c3f);},'UymrZ':function(_0x297846,_0x2a8e7f,_0x2364a2,_0x408ec6,_0x3fb627){const _0x5f5c47=a177_0x106b;return _0x117b6b[_0x5f5c47(0x141)](_0x297846,_0x2a8e7f,_0x2364a2,_0x408ec6,_0x3fb627);},'tuANM':function(_0x51b6df,_0x1cef8f){const _0x42eca1=a177_0x106b;return _0x117b6b[_0x42eca1(0x1c3)](_0x51b6df,_0x1cef8f);},'ZJcNU':_0x117b6b[_0x27f6f8(0x7e)],'aAAeC':_0x117b6b[_0x27f6f8(0x18d)]};helper[_0x27f6f8(0xb3)](_0x3693d8,_0x3ae8cd),_0x40f483&&_0x117b6b['RSGsY'](overrideTakeScreenshot,_0x3693d8),helper[_0x27f6f8(0xfc)](_0x3693d8,_0x54f0ee),_0x117b6b['OLnRY'](overrideExecute,_0x3693d8,_0x54f0ee),_0x117b6b[_0x27f6f8(0x180)](propagateJestSessionName,_0x3693d8,_0x3fd81e),_0x54f0ee[_0x27f6f8(0x174)]&&percyHelper[_0x27f6f8(0x145)](_0x3693d8,_0x1a2a0e[_0x27f6f8(0x146)],_0x54f0ee),_0x3693d8[_0x27f6f8(0x147)]=async()=>{return await _0x5548ba['FImOw'](getAccessibilityResultsSummary,_0x3693d8,global);},_0x3693d8[_0x27f6f8(0xfb)]=async()=>{const _0x5eb951=_0x27f6f8;return await _0x5548ba[_0x5eb951(0x164)](getAccessibilityResults,_0x3693d8,global);},_0x3693d8[_0x27f6f8(0xd7)]=async _0x40a8a7=>{const _0x1cfcb9=_0x27f6f8;return await _0x5548ba['UymrZ'](performScan,_0x3693d8,null,!![],_0x5548ba[_0x1cfcb9(0x19a)](_0x40a8a7,null));},_0x3693d8['startA11yScanning']=async _0x25c8cc=>{const _0x523cdf=_0x27f6f8;globals[_0x523cdf(0xe0)](_0x5548ba['ZJcNU'],!![]),globals[_0x523cdf(0xe0)](_0x5548ba[_0x523cdf(0x13b)],_0x5548ba[_0x523cdf(0x19a)](_0x25c8cc,null));},_0x3693d8[_0x27f6f8(0x173)]=async()=>{const _0x41b255=_0x27f6f8;globals[_0x41b255(0xe0)](_0x5548ba[_0x41b255(0x11c)],![]),globals[_0x41b255(0xe0)](_0x5548ba[_0x41b255(0x13b)],null);};}),_0x3ae8cd[_0x28bbf3(0x147)]=async()=>{const _0x6800c=_0x28bbf3;return await _0x117b6b[_0x6800c(0x121)](getAccessibilityResultsSummary,_0x3ae8cd,global);},_0x3ae8cd[_0x28bbf3(0xfb)]=async()=>{const _0x5b99e2=_0x28bbf3;return await _0x2eab93[_0x5b99e2(0x162)](getAccessibilityResults,_0x3ae8cd,global);},_0x3ae8cd['performScan']=async _0x1ab559=>{const _0x4ae357=_0x28bbf3;return await _0x2eab93['ztquM'](performScan,_0x3ae8cd,null,!![],_0x2eab93[_0x4ae357(0x1b0)](_0x1ab559,null));},_0x3ae8cd[_0x28bbf3(0xe3)]=async _0x406113=>{const _0x167e78=_0x28bbf3;globals[_0x167e78(0xe0)](_0x2eab93[_0x167e78(0x13c)],!![]),globals[_0x167e78(0xe0)](_0x2eab93['LoFYz'],_0x2eab93[_0x167e78(0x1b0)](_0x406113,null));},_0x3ae8cd[_0x28bbf3(0x173)]=async()=>{const _0x38fa3c=_0x28bbf3;globals[_0x38fa3c(0xe0)](_0x117b6b[_0x38fa3c(0x7e)],![]),globals['setGlobal'](_0x117b6b[_0x38fa3c(0x18d)],null);},_0x40f483&&_0x117b6b[_0x28bbf3(0xd5)](overrideTakeScreenshot,_0x3ae8cd),helper[_0x28bbf3(0xb3)](_0x3ae8cd),helper['overrideGet'](_0x3ae8cd,_0x54f0ee),_0x117b6b[_0x28bbf3(0x121)](overrideExecute,_0x3ae8cd,_0x54f0ee),_0x117b6b[_0x28bbf3(0x9c)](propagateJestSessionName,_0x3ae8cd,_0x3fd81e,_0x117b6b[_0x28bbf3(0xcf)]),_0x54f0ee[_0x28bbf3(0x174)]&&percyHelper['patchDriverPercy'](_0x3ae8cd,_0x1a2a0e[_0x28bbf3(0x146)],_0x54f0ee);helper[_0x28bbf3(0xc0)](global[_0x28bbf3(0x189)])&&(global['__driversArray']=[]);helper[_0x28bbf3(0xc0)](global[_0x28bbf3(0x19b)])&&(global[_0x28bbf3(0x19b)]=[]);global[_0x28bbf3(0x189)]['push'](_0x3ae8cd),global[_0x28bbf3(0xbc)]=_0x3ae8cd,_0x3fd81e&&(_0x3fd81e[_0x28bbf3(0x99)]['__driver']=_0x3ae8cd);_0x117b6b[_0x28bbf3(0xe4)](global[_0x28bbf3(0x19b)],undefined)&&global[_0x28bbf3(0x19b)][_0x28bbf3(0xb6)](_0x3ae8cd);_0x3fd81e&&helper['isUndefined'](_0x3fd81e[_0x28bbf3(0x99)]['__drivers'])&&(_0x3fd81e[_0x28bbf3(0x99)][_0x28bbf3(0x19b)]=[]);_0x3fd81e&&helper[_0x28bbf3(0xc0)](_0x3fd81e[_0x28bbf3(0x99)][_0x28bbf3(0x189)])&&(_0x3fd81e['global']['__driversArray']=[]);_0x3fd81e&&_0x117b6b[_0x28bbf3(0x136)](_0x3fd81e[_0x28bbf3(0x99)][_0x28bbf3(0x19b)],undefined)&&(_0x3fd81e[_0x28bbf3(0x99)][_0x28bbf3(0x19b)][_0x28bbf3(0xb6)](_0x3ae8cd),_0x3fd81e[_0x28bbf3(0x99)]['__driversArray'][_0x28bbf3(0xb6)](_0x3ae8cd));_0x3ae8cd[_0x28bbf3(0xeb)]=globals['getGlobal'](_0x117b6b['gIEke']);try{global[_0x28bbf3(0x19b)][0x0]['session_'][_0x28bbf3(0xe1)](_0x2646c3=>{const _0x95b267=_0x28bbf3;logger[_0x95b267(0x196)](_0x95b267(0x182)+_0x2646c3[_0x95b267(0x198)]()+_0x95b267(0xbd));})[_0x28bbf3(0x14c)](_0x195859=>{const _0x211e74=_0x28bbf3;logger[_0x211e74(0x196)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x195859);});}catch(_0x1c51c5){logger[_0x28bbf3(0x196)](_0x28bbf3(0x129)+_0x1c51c5);}globals[_0x28bbf3(0xe0)](_0x117b6b[_0x28bbf3(0xc5)],globals[_0x28bbf3(0x9a)](_0x117b6b['gIEke']));})(),_0x3ae8cd;}}_0x3fd81e&&(globals[_0x25e9b5(0x135)]=_0x3fd81e[_0x25e9b5(0x99)][_0x25e9b5(0x135)]);if(_0x5045c5[_0x25e9b5(0x151)](isAccessibilityAutomationSession))try{let _0x1c0c7c=helper[_0x25e9b5(0x7a)](_0x5045c5['gYtiN'],_0x5045c5['grkBc'])[_0x25e9b5(0x1bf)];(!_0x1c0c7c[_0x25e9b5(0x17c)]||!_0x1c0c7c[_0x25e9b5(0x17c)][_0x25e9b5(0x13f)])&&(_0x1c0c7c=helper[_0x25e9b5(0x7a)](_0x5045c5[_0x25e9b5(0xf5)],_0x5045c5['grkBc'])[_0x25e9b5(0xc8)]);if(_0x1c0c7c[_0x25e9b5(0x17c)]&&_0x1c0c7c[_0x25e9b5(0x17c)][_0x25e9b5(0x13f)]){const _0x3e8d39=_0x1c0c7c['prototype']['execute'];logger[_0x25e9b5(0x196)](_0x5045c5['cDrNF']),_0x1c0c7c['prototype'][_0x25e9b5(0x13f)]=async function(){const _0x4a594e=_0x25e9b5;try{!globals[_0x4a594e(0x9a)](_0x5045c5[_0x4a594e(0x1e1)])&&globals['getGlobal'](_0x5045c5[_0x4a594e(0xd3)])&&globals[_0x4a594e(0x9a)](_0x5045c5['CwFgH'])&&scripts[_0x4a594e(0x97)](arguments[0x0]['name_'])&&!_0x5045c5[_0x4a594e(0x14f)](isBrowserStackCommandExecutor,arguments[0x0][_0x4a594e(0x133)])&&(globals[_0x4a594e(0xe0)](_0x5045c5[_0x4a594e(0x1e1)],!![]),logger[_0x4a594e(0x196)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x4a594e(0x10b)]),await _0x5045c5[_0x4a594e(0x1ab)](performScan,global[_0x4a594e(0xbc)],arguments[0x0]['name_']));}catch(_0x227522){logger[_0x4a594e(0x196)](_0x4a594e(0x11a)+util[_0x4a594e(0x131)](_0x227522));}return globals[_0x4a594e(0xe0)](_0x5045c5[_0x4a594e(0x1e1)],![]),_0x3e8d39[_0x4a594e(0x13a)](this,arguments);};}}catch(_0x213cd6){logger[_0x25e9b5(0x196)](_0x5045c5[_0x25e9b5(0xc7)](_0x5045c5[_0x25e9b5(0xfd)],_0x213cd6));}return _0x1a2a0e[_0x25e9b5(0x1d5)]=_0x1a2a0e[_0x25e9b5(0x1bd)],_0x1a2a0e[_0x25e9b5(0x1bd)]=_0x28420b,_0x1c1973[_0x25e9b5(0x8b)]=_0x506001,_0x1a2a0e;};function a177_0x106b(_0x370d0d,_0x5b0775){const _0xed5d39=a177_0xed5d();return a177_0x106b=function(_0x106b92,_0x428bde){_0x106b92=_0x106b92-0x77;let _0x2e9e3a=_0xed5d39[_0x106b92];return _0x2e9e3a;},a177_0x106b(_0x370d0d,_0x5b0775);}module[a177_0x4427a8(0x18f)][a177_0x4427a8(0xa4)]=modify,module['exports'][a177_0x4427a8(0x13e)]=modifyV2,module[a177_0x4427a8(0x18f)][a177_0x4427a8(0xd2)]=percySDK,module[a177_0x4427a8(0x18f)][a177_0x4427a8(0x77)]=BrowserStackSdk,module['exports']['_modifyPlaywright']=modifyPlaywrightConfig;try{require('./helpers/driverInitErrorReporter')[a177_0x4427a8(0x188)]();}catch(a177_0x2a5e0e){logger[a177_0x4427a8(0x196)](a177_0x4427a8(0x168)+(a177_0x2a5e0e&&a177_0x2a5e0e['message']));}module[a177_0x4427a8(0x18f)][a177_0x4427a8(0xce)]=require(a177_0x4427a8(0x153))[a177_0x4427a8(0x188)];function a177_0xed5d(){const _0x8c0eec=['lfVTt','Wwtad','vkKwe','consumeHubUrlForSession','Aeeta','bsuRk','updateHubUrl','EiiSp','logLevel','lxKTG','delete','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','firefoxOptions','RwZLk','cJqjs','/wd/hub','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','bteoF','RHyZA','firefoxOptions_','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','capabilities','Builder','QnxzN','WebDriver','isBrowserstackInfra','ABSTo','browserName','RoDfL','requireHttpClient','length','BEsDT','AcJKF','goog:chromeOptions','afPqk','TBzCR','dMINS','getServerUrl','measureWrapper','deviceName','safari.options','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','uHGdd','selenium-webdriver/lib/webdriver.js','MtzPx','fcWKU','originalBuilder','BFXfi','DZuuO','object','ZLBWZ','./helpers/globals','PTAHO','edgeOptions_','assign','FTUSS','Modifying\x20webdriver\x20builder','WwghN','wlLtR','BrowserStackSdk','PTAJg','rtYwc','requireModule','boHpA','browserStackLogLevel','ZqJzU','DByFY','requireSeleniumWebdriver','ppNRg','fYlyh','EpkYx','NTVNc','XUCmi','bstack:options','YsWiY','accessibilityOptions','VefKN','moz:firefoxOptions','oYvnr','HttpClient','keys','45dCkxTE','dBmMJ','AvUnL','getHubUrl','fmNMQ','NwSaF','pushCommand','dbQqL','eFVXO','LmEOz','shouldWrapCommand','iPLlM','global','getGlobal','86920qdixMY','QvTwj','selenium-webdriver','BS_A11Y_JWT','vmbVE','GJrsL','send','storeOptimalHubUrl','./helpers/patchHelper','browserstackAgent','aiSdk_bstackConfig','DUQsz','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','OnNig','proxyUrl','SuYOw','52120NVUToz','gwHCi','agent_','evKMs','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','61859NZbkfe','platform','Hub\x20url\x20set\x20to\x20','overrideQuit','chromeOptions_','./helpers/helper','push','setAdditionalCapabilities','dkQeu','yHVrS','ienxB','KauIA','__driver','\x20to\x20global\x20drivers\x20array','./helpers/percy/utils','platformName','isUndefined','Wuzxj','mlTEK','DzYvG','GLcEj','gIEke','jest','ySPUq','Executor','KZyUJ','kzVCh','UlzAJ','util','fklxC','_installDriverInitFailureCapture','QeHdE','./helpers/logger','get','percy','XCqSa','readTcgAuthConfigToGlobal','PfqBb','url_','performScan','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','2896100yIwhlO','leBiP','EaBjM','1092744UkVjiD','hrsPG','QUVBE','getRequestOptions','setGlobal','then','FRzGN','startA11yScanning','orWIO','fXHsB','HhHEv','chrome','xULtR','KzBQb','authToken','isAccessibilityPlatform','parse','hArwH','args','fIwWK','CwFgH','./helpers/accessibility-automation/constants','path','sMxCt','qTfOr','lhPAs','FcMWC','accessibility','uBqIC','khPTZ','./bin/playwright/modifyPlaywrightConf','getAccessibilityResults','overrideGet','MJpjc','ADXRB','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','QfFxZ','Setting\x20Browserstack\x20capabilities','ieOptions','rpPsU','uBVBA','safariOptions_','forEach','browserstack.accessibilityOptions','bCtfS','uEQbc','KrVMJ','name_','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','ftUWg','__setBrowserOptions','XQFTz','SiMvp','proxy_','set','browserstack.accessibility','FBrry','qkzUD','yDTvQ','mdbIt','iIDGf','setServer','Failed\x20to\x20perform\x20scan\x20','Proxy\x20set\x20to\x20','ZJcNU','Modifying\x20webdriver\x20execute','bstackAllyScanning','aqTCb','FUhxp','iYoUK','BVYFE','150vXIKkB','ieOptions_','RKrcr','dZRCn','android','JXwql','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','env','setConfig','130128tSjbqy','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','bstackA11yScanOptions','BSPAq','aiHeal_isHealingEnabled','format','./helpers/patchHelpers','parameters_','UtrKJ','browserStackGlobals','sNLNC','useW3C','SDK_POST_INITIALIZE','tcUDz','apply','aAAeC','ttMOH','gOdbD','browserstackAgentV2','execute','optimalHubUrl','nXgYq','browserstackSessionName','mtiFk','etkvO','patchDriverPercy','WebElement','getAccessibilityResultsSummary','build','setCapabilities','split','BbFLE','catch','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','ZSqDx','ESsWb','vUjuX','GwwJL','framework','./helpers/driverInitErrorReporter','setFramework','mergeDeep','scannerVersion','edgeOptions','CAPABILITY_KEY','ntGri','se:ieOptions','OhFyn','prepareCapabilities','ms:edgeOptions','uQdwI','gIXLT','axMmt','erjuP','azcVj','./bin/mocha/accessibility-automation/helper','FImOw','DHoSA','browserVersion','isPacProxy','driver-init\x20capture\x20install\x20failed:\x20','selenium-webdriver/lib/http.js','KeNiw','Session\x20ID:\x20','GVQBr','isTurboScaleSession','UyqxB','xsknL','./hubAllocationMethods','96AdDvfJ','session_','stopA11yScanning','capability','dhxgn','ckvtj','includes','EaJLh','aiSdk_framework','VVFLe','https://','prototype','Efxum','warn','concat','PSPOG','hLcLM','setting\x20driver\x20Session\x20ID:\x20','jxXFT','NilhL','bstackA11yShouldScan','sWHBg','66226vwKmyj','installAll','__driversArray','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','wBMyV','DTPCo','ePOJX','OvaYn','exports','WPrdp','error','caps_','aiHeal_isAuthenticated','./helpers/accessibility-automation/scripts','iuLkH','debug','xnEKh','getId','yokhe','tuANM','__drivers','lVicq','DAApV','enITX','device','toLowerCase','New\x20hub\x20url\x20set\x20to\x20','./helpers/performance/constants','capabilities_','chromeOptions','winstonLogger','proxySettings'];a177_0xed5d=function(){return _0x8c0eec;};return a177_0xed5d();}
|
|
1
|
+
function a177_0x439c(){const _0x101d32=['QpnBt','env','AZwbM','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','OCzSC','SDK_POST_INITIALIZE','LgASk','jiamW','nQjoo','performScan','./helpers/accessibility-automation/scripts','qCXCb','./helpers/accessibility-automation/constants','36yoBUjP','821864EdSLdo','MNhVx','util','url_','getGlobal','setCapabilities','gQyaz','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isTurboScaleSession','https://','MTaga','platform','capabilities_','.browserstack.com','Builder','eNYNd','ypuVG','Unable\x20to\x20find\x20executor\x20class\x20','moz:firefoxOptions','quitCount_','bstack:options','caps_','optimalHubUrl','uRHtW','browserstack.com','./helpers/patchHelpers','browserName','13295192TPYBIK','TGFxj','HoWSa','cQjAp','bnKiq','exports','SDK_PRE_INITIALIZE','MlFiY','FWvTd','_installDriverInitFailureCapture','object','__driver','./bin/playwright/modifyPlaywrightConf','setAdditionalCapabilities','APjBD','./helpers/patchHelper','XhPYU','chromeOptions_','overrideQuit','CAPABILITY_KEY','VgbAt','./helpers/performance/performance-tester','__driversArray','1026XPBvKF','android','shouldWrapCommand','cNimD','getHubUrl','SZpHY','iKsnK','error','EJbTt','bstackA11yShouldScan','RGAdV','parameters_','Hub\x20url\x20set\x20to\x20','info','lRXbt','uxryV','SKMiU','requireHttpClient','IsdFu','DyUXk','yoqgQ','Session\x20ID:\x20','./helpers/percy/utils','isMobilePlatform','__drivers','zBLgS','yTwZJ','kucgh','bmSny','kAbAT','storeOptimalHubUrl','urQXd','parse','JSsiZ','isUndefined','mPUZK','RnioZ','build','geCgr','overrideGet','OBBvT','imYhp','aocfA','ODSdj','aiSdk_framework','format','itSKy','KLAPd','jGVtY','debug','UdGfM','wNIVH','se:ieOptions','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','accessibility','OEjlA','ZZxJr','session_','split','requireSeleniumWebdriver','./helpers/driverInitErrorReporter','./browserStackSdk','setGlobal','BosnI','forEach','isPacProxy','setConfig','winstonLogger','edgeOptions','args','Proxy\x20set\x20to\x20','browserStackGlobals','bxvsQ','sTvQu','browserstackSessionName','Performing\x20scan\x20for\x20','CmQlm','New\x20hub\x20url\x20set\x20to\x20','getRequestOptions','QZkcm','7ZaxkZV','browserStackLogLevel','JUmQp','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','framework','device','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','UxzQP','/session','ybpjf','WbdMs','/wd/hub','prototype','GwbRr','keys','from','includes','browserVersion','562805cwCFsz','BrowserStackSdk','HttpClient','BS_A11Y_JWT','isAccessibilityPlatform','firefoxOptions_','browserstackAgentV2','rUUkd','agent_','authToken','WebElement','PYeHf','iTtTs','IMfoK','IwabX','stopA11yScanning','pushCommand','BROWSERSTACK_TURBOSCALE','afDni','KnFay','./helpers/ai-sdk/aiSdkWrapper','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','push','initializeHealingCapabilities','PuGlQ','length','UCgFt','delete','aiHeal_isAuthenticated','zogcj','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','SvzbJ','170100wRivas','WebDriver','uqODo','AsWZk','uyCgM','PUJmT','safari.options','global','FnbDx','scannerVersion','QoOzT','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','yNmAm','capabilities','jZSyy','concat','__setBrowserOptions','BjdaC','TVkVU','loSGv','warn','setLogLevel','assign','YwDaj','nCxvx','ebsFe','edgeOptions_','mergeDeep','getHttpAgent','set','./helpers/ai-sdk/autoHealHelper','Executor','foQPx','ULkpV','then','proxySettings','requireModule','send','./helpers/accessibility-automation/helper','BIoId','7310VbsBmd','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','execute','./bin/mocha/accessibility-automation/helper','THKar','Modifying\x20webdriver\x20execute','aQhfW','browserstack.accessibilityOptions','RTxvj','TLwkm','saVYw','Modifying\x20webdriver\x20builder','brMMo','JjaCc','getAccessibilityResults','Setting\x20Browserstack\x20capabilities','getServerUrl','PGSaX','13574619jyAkPS','IHNJD','platformName','deviceName','wnNNN','ieOptions_','useW3C','name_','HNuFT','iKfCh','proxy_','prepareCapabilities','pDcWX','FLIay','zEVvZ','SWQTm','installAll','getId','cMIYF','qjKiY','chromeOptions','capability','clceP','TxNPn','options_','HgiPw','PBovk','HElPj','LriMo','wDfoT','PZdWT','proxyUrl','./helpers/percy/PercySDK','ms:edgeOptions','./helpers/globals','pXWcX','dfTrP','NddHz','get','toLowerCase','bVJVD','goog:chromeOptions','SoqUk','jubFJ','setServer','16049580LzaFBY','nJqwT','firefoxOptions','accessibilityOptions','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','ydNiY','./helpers/logger','path','getAccessibilityResultsSummary','startA11yScanning','isArray','IyslU','xApTJ','aiSdk_bstackConfig','selenium-webdriver/lib/webdriver.js','measureWrapper','VWQBc','\x20to\x20global\x20drivers\x20array','ieOptions','dWGbG','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','RsXYD','catch','readTcgAuthConfigToGlobal','GAiCW','./hubAllocationMethods','qneJh','safariOptions_','rNzIN','tvLiL','originalBuilder','browserstack.accessibility','QMCsV','ZCCAC','isBrowserstackInfra','GQymd'];a177_0x439c=function(){return _0x101d32;};return a177_0x439c();}const a177_0x2841b9=a177_0x5d0c;(function(_0x5ce220,_0x4fce12){const _0xdfb0a6=a177_0x5d0c,_0x305ef1=_0x5ce220();while(!![]){try{const _0x9b08a7=parseInt(_0xdfb0a6(0x236))/0x1+parseInt(_0xdfb0a6(0x1c5))/0x2*(parseInt(_0xdfb0a6(0x268))/0x3)+-parseInt(_0xdfb0a6(0x19d))/0x4+parseInt(_0xdfb0a6(0x17c))/0x5*(parseInt(_0xdfb0a6(0x235))/0x6)+parseInt(_0xdfb0a6(0x16a))/0x7*(-parseInt(_0xdfb0a6(0x251))/0x8)+parseInt(_0xdfb0a6(0x1d7))/0x9+-parseInt(_0xdfb0a6(0x204))/0xa;if(_0x9b08a7===_0x4fce12)break;else _0x305ef1['push'](_0x305ef1['shift']());}catch(_0x38c3cb){_0x305ef1['push'](_0x305ef1['shift']());}}}(a177_0x439c,0xe6fe5));const util=require(a177_0x2841b9(0x238)),{overrideTakeScreenshot}=require(a177_0x2841b9(0x24f)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a177_0x2841b9(0x1c8)),helper=require('./helpers/helper'),logger=require(a177_0x2841b9(0x20a))[a177_0x2841b9(0x15d)],hubAllocator=require(a177_0x2841b9(0x21d)),percySDK=require(a177_0x2841b9(0x1f7)),percyHelper=require(a177_0x2841b9(0x27e)),BrowserStackSdk=require(a177_0x2841b9(0x157)),modifyPlaywrightConfig=require(a177_0x2841b9(0x25d)),scripts=require(a177_0x2841b9(0x232)),globals=require(a177_0x2841b9(0x1f9)),{commandRepository}=require(a177_0x2841b9(0x1bb)),{aiSdkWrapper}=require(a177_0x2841b9(0x190)),{overrideExecute}=require(a177_0x2841b9(0x260)),PerformanceTester=require(a177_0x2841b9(0x266)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a177_0x2841b9(0x1c3)),modify=_0x33a600=>{const _0x92b3ce=a177_0x2841b9,_0x52a71c={'ydNiY':function(_0x4380ce,_0x515320){return _0x4380ce!==_0x515320;},'MlFiY':_0x92b3ce(0x172),'ZZxJr':function(_0x18bc10,_0x4bcf4e){return _0x18bc10+_0x4bcf4e;},'iKfCh':_0x92b3ce(0x23f),'qcnIe':'/wd/hub','rUUkd':_0x92b3ce(0x200),'QoOzT':_0x92b3ce(0x1eb),'geCgr':_0x92b3ce(0x1f8),'TCEEX':_0x92b3ce(0x15e),'IGweH':_0x92b3ce(0x248),'MLcjh':_0x92b3ce(0x206),'aQhfW':_0x92b3ce(0x1a3),'ybpjf':_0x92b3ce(0x14e),'imYhp':_0x92b3ce(0x216),'pDcWX':function(_0x1800a1,_0x1a24f5){return _0x1800a1===_0x1a24f5;},'TBGYt':'object','ySHpn':_0x92b3ce(0x1d4),'RTxvj':function(_0x4b72fd){return _0x4b72fd();},'EnMxO':function(_0x593c77,_0x1235df){return _0x593c77(_0x1235df);},'UCgFt':function(_0x16b7e0){return _0x16b7e0();},'gyBVk':_0x92b3ce(0x24a),'ZFHtD':_0x92b3ce(0x16f),'RGAdV':_0x92b3ce(0x1da),'TGFxj':_0x92b3ce(0x1d9),'RPzXJ':_0x92b3ce(0x241),'bnKiq':_0x92b3ce(0x250),'YwDaj':function(_0x342b06,_0x521aa7){return _0x342b06===_0x521aa7;},'BjdaC':_0x92b3ce(0x269),'RsXYD':'chrome','urQXd':function(_0x18771){return _0x18771();},'GAiCW':_0x92b3ce(0x19a),'HElPj':'isMobilePlatform','iTtTs':_0x92b3ce(0x180),'yoqgQ':function(_0x427c1c,_0x1e7774,_0x3c45e1){return _0x427c1c(_0x1e7774,_0x3c45e1);},'TVkVU':_0x92b3ce(0x223),'APjBD':_0x92b3ce(0x1cc),'DyUXk':_0x92b3ce(0x218),'TxNPn':_0x92b3ce(0x24c),'qneJh':_0x92b3ce(0x191),'LriMo':function(_0x1686fd,_0x243e85,_0x10ee88){return _0x1686fd(_0x243e85,_0x10ee88);},'Ucted':function(_0x2b10d6,_0xbda7c8,_0xb49d2f,_0x56850d,_0x54ddc6){return _0x2b10d6(_0xbda7c8,_0xb49d2f,_0x56850d,_0x54ddc6);},'SoqUk':function(_0x127f02,_0x1396b3){return _0x127f02||_0x1396b3;},'dWGbG':_0x92b3ce(0x271),'VWQBc':'bstackA11yScanOptions','bVJVD':function(_0x583210,_0x5e044f,_0x50600d){return _0x583210(_0x5e044f,_0x50600d);},'aocfA':function(_0x608ad5,_0x570afb,_0x2921ee){return _0x608ad5(_0x570afb,_0x2921ee);},'CmQlm':function(_0x33033c,_0x39dbf5,_0x3f5f03,_0x1109c7,_0x2c39db){return _0x33033c(_0x39dbf5,_0x3f5f03,_0x1109c7,_0x2c39db);},'SKMiU':function(_0x55bccb,_0x30b8f7){return _0x55bccb||_0x30b8f7;},'WbdMs':_0x92b3ce(0x208),'IsdFu':_0x92b3ce(0x1d0)};logger[_0x92b3ce(0x275)](_0x52a71c[_0x92b3ce(0x174)]),logger[_0x92b3ce(0x14b)](_0x52a71c[_0x92b3ce(0x27a)]);const _0xf7adde=helper[_0x92b3ce(0x155)](),_0x5d6c8d=helper[_0x92b3ce(0x279)]();class _0x1bd2af extends _0x5d6c8d['HttpClient']{['send'](_0x5194dc){const _0x5f0e22=_0x92b3ce;if(_0x52a71c[_0x5f0e22(0x209)](_0x5194dc['path'],_0x52a71c[_0x5f0e22(0x258)]))try{const _0x5b2fab=_0x5194dc[_0x5f0e22(0x20b)][_0x5f0e22(0x154)]('/')[0x2];if(_0x5b2fab){const _0x9b628c=hubAllocator['consumeHubUrlForSession'](_0x5b2fab);if(_0x9b628c){const _0x263e34=_0x52a71c['ZZxJr'](_0x52a71c[_0x5f0e22(0x152)](_0x52a71c[_0x5f0e22(0x1e0)],_0x9b628c),_0x52a71c['qcnIe']);this[_0x5f0e22(0x1ef)]=hubAllocator['getRequestOptions'](_0x263e34),logger[_0x5f0e22(0x14b)](_0x5f0e22(0x167)+_0x263e34);}}}catch(_0x548eab){logger[_0x5f0e22(0x26f)](_0x548eab);}return super[_0x5f0e22(0x1c2)](_0x5194dc);}}class _0x45fcab extends _0xf7adde[_0x92b3ce(0x244)]{[_0x92b3ce(0x1ad)](_0x51e4e5){const _0x5dbe33=_0x92b3ce;let _0x5ada0f={};for(const _0x4d5128 in _0x51e4e5){switch(_0x4d5128){case _0x52a71c[_0x5dbe33(0x183)]:case _0x52a71c[_0x5dbe33(0x1a7)]:this[_0x5dbe33(0x262)]&&(_0x5ada0f=this[_0x5dbe33(0x262)][_0x5dbe33(0x1fd)](this[_0x5dbe33(0x262)][_0x5dbe33(0x264)])||{},this[_0x5dbe33(0x262)]['set'](this['chromeOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x5ada0f,_0x51e4e5[_0x4d5128])));break;case _0x52a71c[_0x5dbe33(0x140)]:case _0x52a71c['TCEEX']:this['edgeOptions_']&&(_0x5ada0f=this[_0x5dbe33(0x1b7)][_0x5dbe33(0x1fd)](this[_0x5dbe33(0x1b7)][_0x5dbe33(0x264)])||{},this[_0x5dbe33(0x1b7)]['set'](this[_0x5dbe33(0x1b7)][_0x5dbe33(0x264)],helper[_0x5dbe33(0x1b8)](_0x5ada0f,_0x51e4e5[_0x4d5128])));break;case _0x52a71c['IGweH']:case _0x52a71c['MLcjh']:this[_0x5dbe33(0x181)]&&(_0x5ada0f=this['firefoxOptions_'][_0x5dbe33(0x1fd)](this['firefoxOptions_'][_0x5dbe33(0x264)])||{},this['firefoxOptions_']['set'](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x5dbe33(0x1b8)](_0x5ada0f,_0x51e4e5[_0x4d5128])));break;case _0x52a71c[_0x5dbe33(0x1cb)]:this['safariOptions_']&&(_0x5ada0f=this[_0x5dbe33(0x21f)][_0x5dbe33(0x1fd)](this[_0x5dbe33(0x21f)][_0x5dbe33(0x264)])||{},this[_0x5dbe33(0x21f)][_0x5dbe33(0x1ba)](this[_0x5dbe33(0x21f)][_0x5dbe33(0x264)],helper[_0x5dbe33(0x1b8)](_0x5ada0f,_0x51e4e5[_0x4d5128])));break;case _0x52a71c[_0x5dbe33(0x173)]:case _0x52a71c[_0x5dbe33(0x143)]:this[_0x5dbe33(0x1dc)]&&(_0x5ada0f=this[_0x5dbe33(0x1dc)][_0x5dbe33(0x1fd)](this['ieOptions_'][_0x5dbe33(0x264)])||{},this[_0x5dbe33(0x1dc)][_0x5dbe33(0x1ba)](this[_0x5dbe33(0x1dc)]['CAPABILITY_KEY'],helper[_0x5dbe33(0x1b8)](_0x5ada0f,_0x51e4e5[_0x4d5128])));break;}}}[_0x92b3ce(0x203)](){const _0x31ebe2=_0x92b3ce;return this[_0x31ebe2(0x239)]=helper[_0x31ebe2(0x26c)](_0x33a600),logger['debug'](_0x31ebe2(0x274)+this[_0x31ebe2(0x239)]),this;}[_0x92b3ce(0x23b)](){const _0x485baa=_0x92b3ce;return logger[_0x485baa(0x14b)](_0x52a71c['ySHpn']),this[_0x485baa(0x1ad)](_0x33a600[_0x485baa(0x1ec)]),Object[_0x485baa(0x178)](_0x33a600[_0x485baa(0x1ec)])[_0x485baa(0x15a)](_0x20c02b=>{const _0xa38c6f=_0x485baa,_0x2b726b=this[_0xa38c6f(0x242)][_0xa38c6f(0x1fd)](_0x20c02b);_0x52a71c[_0xa38c6f(0x1e3)](typeof _0x2b726b,_0x52a71c['TBGYt'])?this['capabilities_'][_0xa38c6f(0x1ba)](_0x20c02b,helper['mergeDeep'](_0x2b726b,_0x33a600[_0xa38c6f(0x1ec)][_0x20c02b])):this[_0xa38c6f(0x242)]['set'](_0x20c02b,_0x33a600[_0xa38c6f(0x1ec)][_0x20c02b]);}),this;}['build'](){const _0x1a03d0=_0x92b3ce,_0x4c3a40={'MNhVx':function(_0x4c0a35,_0x2933eb,_0x36d984){const _0x2e6509=a177_0x5d0c;return _0x52a71c[_0x2e6509(0x144)](_0x4c0a35,_0x2933eb,_0x36d984);},'FLIay':function(_0x3fa378,_0xbda08d,_0x58bcb5,_0x2c4cc2,_0x506ebb){const _0x1b2c49=a177_0x5d0c;return _0x52a71c[_0x1b2c49(0x166)](_0x3fa378,_0xbda08d,_0x58bcb5,_0x2c4cc2,_0x506ebb);},'CMoZH':function(_0x1c9407,_0x167693){const _0x527502=a177_0x5d0c;return _0x52a71c[_0x527502(0x201)](_0x1c9407,_0x167693);},'rdIRU':_0x52a71c[_0x1a03d0(0x217)],'OBBvT':_0x52a71c[_0x1a03d0(0x214)],'EJbTt':function(_0x248120,_0x17f137){const _0x2cc8f5=_0x1a03d0;return _0x52a71c[_0x2cc8f5(0x278)](_0x248120,_0x17f137);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x1a03d0(0x257)],()=>{const _0x5b64ef=_0x1a03d0;_0x52a71c[_0x5b64ef(0x1cd)](isAccessibilityAutomationSession)&&_0x52a71c['EnMxO'](setAccessibilityCapabilities,_0x33a600);this[_0x5b64ef(0x203)](),this['setCapabilities']();if(helper[_0x5b64ef(0x15b)](_0x33a600['proxySettings'][_0x5b64ef(0x1f6)]))this[_0x5b64ef(0x184)]=helper[_0x5b64ef(0x1b9)](_0x33a600[_0x5b64ef(0x1c0)]['proxyUrl']);else _0x33a600['proxySettings']['proxyUrl']&&(this[_0x5b64ef(0x1e1)]=_0x33a600[_0x5b64ef(0x1c0)]['proxyUrl'],logger[_0x5b64ef(0x14b)](_0x5b64ef(0x160)+this[_0x5b64ef(0x1e1)]));if(_0x52a71c[_0x5b64ef(0x196)](isAccessibilityAutomationSession)){const _0x438828=this[_0x5b64ef(0x242)]['get'](_0x52a71c['gyBVk'])||{},_0x1e6d84=_0x438828[_0x5b64ef(0x1da)]||this['capabilities_'][_0x5b64ef(0x1fd)](_0x52a71c['ZFHtD'])||this[_0x5b64ef(0x242)][_0x5b64ef(0x1fd)](_0x52a71c[_0x5b64ef(0x272)]);if(_0x1e6d84){const _0x2be1b1=(_0x438828[_0x5b64ef(0x1d9)]||_0x438828[_0x5b64ef(0x241)]||this['capabilities_']['get'](_0x52a71c[_0x5b64ef(0x252)])||this[_0x5b64ef(0x242)][_0x5b64ef(0x1fd)](_0x52a71c['RPzXJ'])||'')['toLowerCase'](),_0x36ff2c=(_0x438828[_0x5b64ef(0x250)]||this[_0x5b64ef(0x242)][_0x5b64ef(0x1fd)](_0x52a71c[_0x5b64ef(0x255)])||'')[_0x5b64ef(0x1fe)]();_0x52a71c[_0x5b64ef(0x1b4)](_0x2be1b1,_0x52a71c[_0x5b64ef(0x1ae)])&&_0x36ff2c['includes'](_0x52a71c[_0x5b64ef(0x219)])&&(_0x52a71c[_0x5b64ef(0x139)](isMobileScanningEnabledForGroup)&&(logger[_0x5b64ef(0x14b)](_0x52a71c[_0x5b64ef(0x21c)]),globals[_0x5b64ef(0x158)](_0x52a71c[_0x5b64ef(0x1f2)],!![])));}}if(globals[_0x5b64ef(0x23a)](_0x52a71c[_0x5b64ef(0x188)])){if(!_0x52a71c[_0x5b64ef(0x27c)](setExtension,this,_0x33a600)){globals[_0x5b64ef(0x158)](_0x52a71c[_0x5b64ef(0x188)],![]);const _0x39460e=this[_0x5b64ef(0x242)]['get'](_0x52a71c['gyBVk']);_0x39460e&&(_0x39460e[_0x5b64ef(0x150)]=![],delete _0x39460e['accessibilityOptions'],this[_0x5b64ef(0x242)][_0x5b64ef(0x1ba)](_0x52a71c['gyBVk'],_0x39460e)),this['capabilities_'][_0x5b64ef(0x1fd)](_0x52a71c['TVkVU'])&&(this[_0x5b64ef(0x242)][_0x5b64ef(0x1ba)](_0x52a71c[_0x5b64ef(0x1af)],![]),this[_0x5b64ef(0x242)]['delete'](_0x52a71c[_0x5b64ef(0x25f)]));}}(!helper[_0x5b64ef(0x226)]()||helper[_0x5b64ef(0x23e)](_0x33a600))&&helper[_0x5b64ef(0x1e2)](null,helper[_0x5b64ef(0x1dd)](_0x33a600),_0x33a600[_0x5b64ef(0x16e)],null,this,null),helper['setAdditionalCapabilities'](_0x33a600['capability']),logger['debug'](_0x52a71c[_0x5b64ef(0x27b)]);})();const _0x57c312=super[_0x1a03d0(0x13f)]();return PerformanceTester[_0x1a03d0(0x213)](PerformanceEvents[_0x1a03d0(0x22d)],()=>{const _0x57bd8d=_0x1a03d0,_0x13f994={'QBdSn':_0x52a71c[_0x57bd8d(0x1ee)],'ypuVG':_0x52a71c[_0x57bd8d(0x21e)],'JjaCc':function(_0xdc88b4,_0x4c1d0b,_0x47bad1){const _0x5420ef=_0x57bd8d;return _0x52a71c[_0x5420ef(0x1f3)](_0xdc88b4,_0x4c1d0b,_0x47bad1);},'PYeHf':function(_0x31cc6f,_0x397da5,_0x12b04f,_0xe4d49a,_0x564d55){return _0x52a71c['Ucted'](_0x31cc6f,_0x397da5,_0x12b04f,_0xe4d49a,_0x564d55);},'brMMo':function(_0x5337f3,_0x18bd52){const _0x131bea=_0x57bd8d;return _0x52a71c[_0x131bea(0x201)](_0x5337f3,_0x18bd52);},'qjKiY':_0x52a71c[_0x57bd8d(0x217)],'itSKy':_0x52a71c[_0x57bd8d(0x214)],'lFxRe':function(_0x54ce4e,_0x57331c,_0x2c15ab){return _0x52a71c['LriMo'](_0x54ce4e,_0x57331c,_0x2c15ab);}};_0x57c312[_0x57bd8d(0x153)][_0x57bd8d(0x1bf)](_0x576437=>{const _0x42bc31=_0x57bd8d;try{const _0x59a1ee=_0x576437[_0x42bc31(0x24b)][_0x42bc31(0x1fd)](_0x13f994['QBdSn']);_0x59a1ee?(logger[_0x42bc31(0x14b)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x59a1ee),hubAllocator['updateHubUrl'](_0x59a1ee,_0x576437['getId']()),helper[_0x42bc31(0x138)](_0x59a1ee)):logger[_0x42bc31(0x14b)](_0x13f994[_0x42bc31(0x246)]);}catch(_0x397081){logger[_0x42bc31(0x14b)](_0x42bc31(0x1c6)+_0x397081);}}),_0x57c312[_0x57bd8d(0x1bf)]&&_0x57c312[_0x57bd8d(0x1bf)](_0xf4a2ac=>{const _0x529c99=_0x57bd8d,_0x52df75={'SRNub':function(_0x314a3f,_0x4fb53b,_0x44ae73){const _0x3cee9a=a177_0x5d0c;return _0x13f994[_0x3cee9a(0x1d2)](_0x314a3f,_0x4fb53b,_0x44ae73);},'FWvTd':function(_0x234aea,_0x5a252c,_0x5b4b3e){const _0x9356f4=a177_0x5d0c;return _0x13f994[_0x9356f4(0x1d2)](_0x234aea,_0x5a252c,_0x5b4b3e);},'wNIVH':function(_0x10ddd7,_0x5e5103,_0x4325e5,_0x110656,_0x587902){const _0x5ec5e4=a177_0x5d0c;return _0x13f994[_0x5ec5e4(0x187)](_0x10ddd7,_0x5e5103,_0x4325e5,_0x110656,_0x587902);},'VitJg':function(_0x38fc9e,_0x275a11){const _0x2108a0=a177_0x5d0c;return _0x13f994[_0x2108a0(0x1d1)](_0x38fc9e,_0x275a11);},'gQyaz':_0x13f994[_0x529c99(0x1ea)],'xApTJ':_0x13f994['itSKy'],'BIoId':function(_0x50e6b0,_0x1b2ff2){return _0x13f994['brMMo'](_0x50e6b0,_0x1b2ff2);}};helper[_0x529c99(0x141)](_0xf4a2ac,_0x33a600),_0x13f994['lFxRe'](overrideExecute,_0xf4a2ac,_0x33a600),_0xf4a2ac[_0x529c99(0x20c)]=async()=>{return await _0x52df75['SRNub'](getAccessibilityResultsSummary,_0xf4a2ac,global);},_0xf4a2ac[_0x529c99(0x1d3)]=async()=>{const _0x1c2b2b=_0x529c99;return await _0x52df75[_0x1c2b2b(0x259)](getAccessibilityResults,_0xf4a2ac,global);},_0xf4a2ac[_0x529c99(0x231)]=async _0x125911=>{const _0x1ff954=_0x529c99;return await _0x52df75[_0x1ff954(0x14d)](performScan,_0xf4a2ac,null,!![],_0x52df75['VitJg'](_0x125911,null));},_0xf4a2ac[_0x529c99(0x20d)]=async _0x56bf64=>{const _0x1b5505=_0x529c99;globals[_0x1b5505(0x158)](_0x52df75['gQyaz'],!![]),globals[_0x1b5505(0x158)](_0x52df75[_0x1b5505(0x210)],_0x52df75[_0x1b5505(0x1c4)](_0x56bf64,null));},_0xf4a2ac[_0x529c99(0x18b)]=async()=>{const _0x13f2c4=_0x529c99;globals['setGlobal'](_0x52df75[_0x13f2c4(0x23c)],![]),globals['setGlobal'](_0x52df75[_0x13f2c4(0x210)],null);};}),_0x57c312[_0x57bd8d(0x20c)]=async()=>{return await _0x4c3a40['MNhVx'](getAccessibilityResultsSummary,_0x57c312,global);},_0x57c312[_0x57bd8d(0x1d3)]=async()=>{const _0x43ad37=_0x57bd8d;return await _0x4c3a40[_0x43ad37(0x237)](getAccessibilityResults,_0x57c312,global);},_0x57c312[_0x57bd8d(0x231)]=async _0x3e88c1=>{const _0x143c11=_0x57bd8d;return await _0x4c3a40[_0x143c11(0x1e4)](performScan,_0x57c312,null,!![],_0x4c3a40['CMoZH'](_0x3e88c1,null));},_0x57c312['startA11yScanning']=async _0x29240c=>{const _0x593ec5=_0x57bd8d;globals[_0x593ec5(0x158)](_0x4c3a40['rdIRU'],!![]),globals[_0x593ec5(0x158)](_0x4c3a40[_0x593ec5(0x142)],_0x4c3a40[_0x593ec5(0x270)](_0x29240c,null));},_0x57c312[_0x57bd8d(0x18b)]=async()=>{const _0x34141a=_0x57bd8d;globals[_0x34141a(0x158)](_0x13f994[_0x34141a(0x1ea)],![]),globals[_0x34141a(0x158)](_0x13f994[_0x34141a(0x148)],null);},helper[_0x57bd8d(0x141)](_0x57c312,_0x33a600),_0x52a71c[_0x57bd8d(0x1ff)](overrideExecute,_0x57c312,_0x33a600),helper[_0x57bd8d(0x13c)](global[_0x57bd8d(0x267)])&&(global[_0x57bd8d(0x267)]=[]),global['__driversArray'][_0x57bd8d(0x192)](_0x57c312);})(),_0x57c312;}}_0xf7adde[_0x92b3ce(0x222)]=_0xf7adde[_0x92b3ce(0x244)],_0xf7adde[_0x92b3ce(0x244)]=_0x45fcab,_0x5d6c8d['HttpClient']=_0x1bd2af;},propagateJestSessionName=(_0x2bfa4d,_0x95a2ea,_0x485751='')=>{const _0x3b9add=a177_0x2841b9,_0x2e8114={};_0x2e8114[_0x3b9add(0x202)]=_0x3b9add(0x19b);const _0x2184cd=_0x2e8114;_0x95a2ea&&_0x95a2ea[_0x3b9add(0x1a4)]&&_0x95a2ea[_0x3b9add(0x1a4)][_0x3b9add(0x164)]&&helper[_0x3b9add(0x13c)](_0x2bfa4d['browserstackSessionName'])&&(_0x2bfa4d[_0x3b9add(0x164)]=_0x95a2ea['global'][_0x3b9add(0x164)],logger[_0x3b9add(0x14b)](util[_0x3b9add(0x147)](_0x2184cd[_0x3b9add(0x202)],_0x485751?'\x20'+_0x485751:'',_0x2bfa4d[_0x3b9add(0x164)])));},modifyV2=(_0x3135ec,_0x1ba906=null,_0x152c69=![])=>{const _0x57bc78=a177_0x2841b9,_0x49801b={'uqODo':function(_0x9c3a24,_0x38c14c){return _0x9c3a24!==_0x38c14c;},'PZdWT':'/session','TLwkm':function(_0x28403c,_0x500379){return _0x28403c+_0x500379;},'loSGv':_0x57bc78(0x23f),'SWOGB':_0x57bc78(0x175),'iKsnK':_0x57bc78(0x198),'AsWZk':'aiHeal_isHealingEnabled','ZCCAC':_0x57bc78(0x200),'XYMVI':_0x57bc78(0x1eb),'QxpkR':_0x57bc78(0x1f8),'zogcj':_0x57bc78(0x15e),'bbXjK':_0x57bc78(0x248),'RnioZ':_0x57bc78(0x206),'VdQMe':'safari.options','ULkpV':'se:ieOptions','FnbDx':_0x57bc78(0x216),'tYLme':function(_0x32390a,_0x3a811d){return _0x32390a===_0x3a811d;},'uyCgM':_0x57bc78(0x25b),'eNYNd':_0x57bc78(0x1d4),'AZwbM':function(_0x528960,_0x58d7d1){return _0x528960>_0x58d7d1;},'SvzbJ':function(_0x169995){return _0x169995();},'cMIYF':function(_0x19a00b,_0x1f5b38){return _0x19a00b(_0x1f5b38);},'IMfoK':_0x57bc78(0x24a),'jZSyy':_0x57bc78(0x16f),'SZpHY':'deviceName','ODSdj':_0x57bc78(0x1d9),'PUJmT':'platform','cQjAp':'browserName','saVYw':function(_0x41fd81,_0x393e08){return _0x41fd81===_0x393e08;},'OCzSC':_0x57bc78(0x269),'OEjlA':'chrome','kAbAT':_0x57bc78(0x19a),'NddHz':_0x57bc78(0x27f),'nJqwT':_0x57bc78(0x180),'HoWSa':function(_0x5f3244,_0xbcdd2a,_0x5a9da2){return _0x5f3244(_0xbcdd2a,_0x5a9da2);},'GQymd':_0x57bc78(0x223),'JUmQp':_0x57bc78(0x1cc),'ZczJt':_0x57bc78(0x218),'GHewR':_0x57bc78(0x24e),'yNmAm':function(_0xbfc308,_0x5f5522){return _0xbfc308===_0x5f5522;},'mPUZK':function(_0x55d3cf){return _0x55d3cf();},'LgASk':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','CyPDp':_0x57bc78(0x17b),'TWVmH':function(_0x42fd11,_0xe53344){return _0x42fd11(_0xe53344);},'qCXCb':_0x57bc78(0x234),'wnNNN':function(_0x55e616,_0x5eddb2){return _0x55e616(_0x5eddb2);},'LGYmE':function(_0x38b495,_0x35c222){return _0x38b495(_0x35c222);},'UepzU':function(_0x141fc0,_0x103917){return _0x141fc0<_0x103917;},'afDni':function(_0x280973,_0x3ee7db){return _0x280973(_0x3ee7db);},'BosnI':function(_0x3c6f4d,_0x2b69db){return _0x3c6f4d!==_0x2b69db;},'MTaga':function(_0x1b7bc8,_0x2ae87c){return _0x1b7bc8||_0x2ae87c;},'UxzQP':function(_0x5b4f52,_0x12039a){return _0x5b4f52(_0x12039a);},'BYyiH':_0x57bc78(0x1a8),'JFRDk':function(_0x329561,_0x2b9a00){return _0x329561===_0x2b9a00;},'IijhH':_0x57bc78(0x146),'IwabX':'jest','uxryV':_0x57bc78(0x211),'kucgh':_0x57bc78(0x243),'VgbAt':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','sTvQu':_0x57bc78(0x24c),'XhPYU':_0x57bc78(0x191),'uRHtW':function(_0x524189,_0x5b4677,_0x285b80){return _0x524189(_0x5b4677,_0x285b80);},'QMCsV':function(_0x24949a,_0x9c69ef,_0x112cf3,_0x5c2c68,_0x1e1295){return _0x24949a(_0x9c69ef,_0x112cf3,_0x5c2c68,_0x1e1295);},'yhgmd':function(_0x30208f,_0x21aa83){return _0x30208f||_0x21aa83;},'GwbRr':'bstackA11yShouldScan','IHNJD':'bstackA11yScanOptions','HNuFT':function(_0x2c3057,_0xcef08b){return _0x2c3057(_0xcef08b);},'zBLgS':function(_0x5d1cbd,_0x48a0f4,_0x2e3b63,_0x295c97){return _0x5d1cbd(_0x48a0f4,_0x2e3b63,_0x295c97);},'SPTKc':'(sync)','yTwZJ':function(_0x37456e,_0x8c5ca){return _0x37456e!==_0x8c5ca;},'tRlKV':function(_0x11be2c,_0x32a3e1){return _0x11be2c!==_0x32a3e1;},'IyslU':function(_0x3eb2f1,_0x571c91,_0xde865b){return _0x3eb2f1(_0x571c91,_0xde865b);},'rNzIN':function(_0x50dbdd,_0xfcec75){return _0x50dbdd(_0xfcec75);},'sIOgN':function(_0x317afd,_0x270ec6){return _0x317afd||_0x270ec6;},'clceP':'bstackAllyScanning','rnjaM':function(_0x664f3,_0x34ff5d){return _0x664f3(_0x34ff5d);},'PuGlQ':function(_0x22e6fa,_0x5ad848,_0x24fb2a){return _0x22e6fa(_0x5ad848,_0x24fb2a);},'KnFay':_0x57bc78(0x208),'dfTrP':_0x57bc78(0x1d0),'QpnBt':_0x57bc78(0x212),'foQPx':'selenium-webdriver','nQjoo':'selenium-webdriver/lib/http.js','lRXbt':_0x57bc78(0x1ca),'OPSQr':_0x57bc78(0x247)},_0x28676c=helper[_0x57bc78(0x279)]();let _0x3673d2;try{_0x3673d2=helper['requireSeleniumWebdriver'](),_0x3673d2[_0x57bc78(0x222)]&&(_0x3673d2[_0x57bc78(0x244)]=_0x3673d2['originalBuilder']);}catch(_0x317266){return;}if(helper[_0x57bc78(0x226)]()){const _0x285586={};_0x285586['logLevel']=_0x3135ec[_0x57bc78(0x16b)],helper[_0x57bc78(0x1b2)](_0x285586,new Map(),new Map()),logger[_0x57bc78(0x275)](_0x49801b[_0x57bc78(0x18f)]),logger[_0x57bc78(0x14b)](_0x49801b[_0x57bc78(0x1fb)]);}class _0x5dc20a extends _0x28676c['HttpClient']{[_0x57bc78(0x1c2)](_0xfd6698){const _0xbb31a2=_0x57bc78;if(_0x49801b[_0xbb31a2(0x19f)](_0xfd6698['path'],_0x49801b[_0xbb31a2(0x1f5)]))try{const _0x21410a=_0xfd6698[_0xbb31a2(0x20b)]['split']('/')[0x2];if(_0x21410a){const _0x2d2a69=hubAllocator['consumeHubUrlForSession'](_0x21410a);if(_0x2d2a69){const _0x10765f=_0x49801b[_0xbb31a2(0x1ce)](_0x49801b['TLwkm'](_0x49801b[_0xbb31a2(0x1b0)],_0x2d2a69),_0x49801b['SWOGB']);this[_0xbb31a2(0x1ef)]=hubAllocator[_0xbb31a2(0x168)](_0x10765f),logger['debug'](_0xbb31a2(0x167)+_0x10765f);}}}catch(_0x44ea71){logger['error'](_0x44ea71);}if(globals['getGlobal'](_0x49801b['iKsnK'])&&globals[_0xbb31a2(0x23a)](_0x49801b[_0xbb31a2(0x1a0)])){const _0xabfe3e=_0xfd6698[_0xbb31a2(0x20b)][_0xbb31a2(0x154)]('/')[0x2];_0xabfe3e&&commandRepository[_0xbb31a2(0x18c)](_0xabfe3e,_0xfd6698);}return super['send'](_0xfd6698);}}class _0x49d551 extends _0x3673d2[_0x57bc78(0x244)]{[_0x57bc78(0x203)](){const _0x568476=_0x57bc78;return helper['isBrowserstackInfra']()&&(this[_0x568476(0x239)]=helper[_0x568476(0x26c)](_0x3135ec)),this;}[_0x57bc78(0x1ad)](_0xf7aa3){const _0x21c5e1=_0x57bc78;let _0xabc486={};for(const _0x5577bd in _0xf7aa3){switch(_0x5577bd){case _0x49801b[_0x21c5e1(0x225)]:case _0x49801b['XYMVI']:this[_0x21c5e1(0x262)]&&(_0xabc486=this['chromeOptions_']['get'](this[_0x21c5e1(0x262)]['CAPABILITY_KEY'])||{},this[_0x21c5e1(0x262)][_0x21c5e1(0x1ba)](this[_0x21c5e1(0x262)][_0x21c5e1(0x264)],helper[_0x21c5e1(0x1b8)](_0xabc486,_0xf7aa3[_0x5577bd])));break;case _0x49801b['QxpkR']:case _0x49801b[_0x21c5e1(0x199)]:this[_0x21c5e1(0x1b7)]&&(_0xabc486=this[_0x21c5e1(0x1b7)]['get'](this[_0x21c5e1(0x1b7)][_0x21c5e1(0x264)])||{},this[_0x21c5e1(0x1b7)][_0x21c5e1(0x1ba)](this[_0x21c5e1(0x1b7)][_0x21c5e1(0x264)],helper[_0x21c5e1(0x1b8)](_0xabc486,_0xf7aa3[_0x5577bd])));break;case _0x49801b['bbXjK']:case _0x49801b[_0x21c5e1(0x13e)]:this[_0x21c5e1(0x181)]&&(_0xabc486=this[_0x21c5e1(0x181)]['get'](this[_0x21c5e1(0x181)]['CAPABILITY_KEY'])||{},this[_0x21c5e1(0x181)]['set'](this['firefoxOptions_'][_0x21c5e1(0x264)],helper[_0x21c5e1(0x1b8)](_0xabc486,_0xf7aa3[_0x5577bd])));break;case _0x49801b['VdQMe']:this[_0x21c5e1(0x21f)]&&(_0xabc486=this[_0x21c5e1(0x21f)]['get'](this[_0x21c5e1(0x21f)][_0x21c5e1(0x264)])||{},this[_0x21c5e1(0x21f)][_0x21c5e1(0x1ba)](this[_0x21c5e1(0x21f)]['CAPABILITY_KEY'],helper[_0x21c5e1(0x1b8)](_0xabc486,_0xf7aa3[_0x5577bd])));break;case _0x49801b[_0x21c5e1(0x1be)]:case _0x49801b[_0x21c5e1(0x1a5)]:this[_0x21c5e1(0x1dc)]&&(_0xabc486=this[_0x21c5e1(0x1dc)][_0x21c5e1(0x1fd)](this[_0x21c5e1(0x1dc)][_0x21c5e1(0x264)])||{},this[_0x21c5e1(0x1dc)][_0x21c5e1(0x1ba)](this['ieOptions_'][_0x21c5e1(0x264)],helper['mergeDeep'](_0xabc486,_0xf7aa3[_0x5577bd])));break;}}}[_0x57bc78(0x23b)](){const _0x51a434=_0x57bc78,_0x376505={'UdGfM':function(_0x444e72,_0x4ce6e9){return _0x49801b['tYLme'](_0x444e72,_0x4ce6e9);},'mJnTl':_0x49801b[_0x51a434(0x1a1)]};logger[_0x51a434(0x14b)](_0x49801b[_0x51a434(0x245)]);const _0x27aa0c=_0x3135ec['capability']&&_0x49801b[_0x51a434(0x22a)](Object[_0x51a434(0x178)](_0x3135ec[_0x51a434(0x1ec)])[_0x51a434(0x195)],0x0)?_0x3135ec[_0x51a434(0x1ec)]:_0x3135ec[_0x51a434(0x1aa)]&&Array[_0x51a434(0x20e)](_0x3135ec[_0x51a434(0x1aa)])&&_0x49801b[_0x51a434(0x22a)](_0x3135ec[_0x51a434(0x1aa)]['length'],0x0)?_0x3135ec[_0x51a434(0x1aa)][0x0]:{};return this[_0x51a434(0x1ad)](_0x27aa0c),Object[_0x51a434(0x178)](_0x27aa0c)[_0x51a434(0x15a)](_0x5176d0=>{const _0x571799=_0x51a434,_0x439294=this[_0x571799(0x242)][_0x571799(0x1fd)](_0x5176d0);_0x376505[_0x571799(0x14c)](typeof _0x439294,_0x376505['mJnTl'])?this[_0x571799(0x242)]['set'](_0x5176d0,helper[_0x571799(0x1b8)](_0x439294,_0x27aa0c[_0x5176d0])):this[_0x571799(0x242)][_0x571799(0x1ba)](_0x5176d0,_0x27aa0c[_0x5176d0]);}),this;}['build'](){const _0x19f2a8=_0x57bc78,_0x434e2b={'jGVtY':function(_0x222e57){const _0x514dd1=a177_0x5d0c;return _0x49801b[_0x514dd1(0x19c)](_0x222e57);},'bmSny':function(_0x321f61,_0x53f816,_0x4484c1){return _0x49801b['uRHtW'](_0x321f61,_0x53f816,_0x4484c1);},'hATXZ':_0x49801b[_0x19f2a8(0x205)],'HgiPw':_0x49801b[_0x19f2a8(0x189)],'KLAPd':_0x49801b[_0x19f2a8(0x227)],'QZkcm':_0x49801b[_0x19f2a8(0x16c)],'jiamW':function(_0x4a508b,_0x312471,_0x27bafc){const _0x46af9f=_0x19f2a8;return _0x49801b[_0x46af9f(0x20f)](_0x4a508b,_0x312471,_0x27bafc);},'EHShp':function(_0x351f62,_0x5664e9){const _0x29f933=_0x19f2a8;return _0x49801b[_0x29f933(0x220)](_0x351f62,_0x5664e9);},'PBovk':function(_0x2ecb20,_0x4b5ec0,_0x1a2ef2){return _0x49801b['uRHtW'](_0x2ecb20,_0x4b5ec0,_0x1a2ef2);},'cNimD':function(_0x477e09,_0x1f6572,_0x15bdc1,_0x11b1e2,_0x1b4d63){const _0x1f7131=_0x19f2a8;return _0x49801b[_0x1f7131(0x224)](_0x477e09,_0x1f6572,_0x15bdc1,_0x11b1e2,_0x1b4d63);},'zEVvZ':function(_0x44a9bd,_0x4a6673){return _0x49801b['sIOgN'](_0x44a9bd,_0x4a6673);},'pXWcX':_0x49801b['GwbRr'],'wDfoT':_0x49801b[_0x19f2a8(0x1d8)]};PerformanceTester[_0x19f2a8(0x213)](PerformanceEvents[_0x19f2a8(0x257)],()=>{const _0x1b795d=_0x19f2a8;if(helper[_0x1b795d(0x226)]()){helper[_0x1b795d(0x25e)](_0x3135ec['capability']);_0x49801b[_0x1b795d(0x19c)](isAccessibilityAutomationSession)&&_0x49801b[_0x1b795d(0x1e9)](setAccessibilityCapabilities,_0x3135ec);this['setServer'](),this[_0x1b795d(0x23b)]();if(helper[_0x1b795d(0x15b)](_0x3135ec[_0x1b795d(0x1c0)][_0x1b795d(0x1f6)]))this[_0x1b795d(0x184)]=helper[_0x1b795d(0x1b9)](_0x3135ec['proxySettings']['proxyUrl']);else _0x3135ec['proxySettings']['proxyUrl']&&(this[_0x1b795d(0x1e1)]=_0x3135ec[_0x1b795d(0x1c0)][_0x1b795d(0x1f6)],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x1b795d(0x1e1)]));if(_0x49801b[_0x1b795d(0x19c)](isAccessibilityAutomationSession)){const _0x5a859a=this['capabilities_'][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x189)])||{},_0x426cc9=_0x5a859a[_0x1b795d(0x1da)]||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x1ab)])||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x26d)]);if(_0x426cc9){const _0x32194e=(_0x5a859a[_0x1b795d(0x1d9)]||_0x5a859a[_0x1b795d(0x241)]||this[_0x1b795d(0x242)]['get'](_0x49801b[_0x1b795d(0x145)])||this['capabilities_'][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x1a2)])||'')[_0x1b795d(0x1fe)](),_0x2de64c=(_0x5a859a[_0x1b795d(0x250)]||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x254)])||'')['toLowerCase']();_0x49801b[_0x1b795d(0x1cf)](_0x32194e,_0x49801b[_0x1b795d(0x22c)])&&_0x2de64c[_0x1b795d(0x17a)](_0x49801b[_0x1b795d(0x151)])&&(_0x49801b[_0x1b795d(0x19c)](isMobileScanningEnabledForGroup)&&(logger[_0x1b795d(0x14b)](_0x49801b[_0x1b795d(0x137)]),globals[_0x1b795d(0x158)](_0x49801b[_0x1b795d(0x1fc)],!![])));}}if(globals[_0x1b795d(0x23a)](_0x49801b[_0x1b795d(0x205)])){if(!_0x49801b['HoWSa'](setExtension,this,_0x3135ec)){globals['setGlobal'](_0x49801b[_0x1b795d(0x205)],![]);const _0x531906=this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b['IMfoK']);_0x531906&&(_0x531906[_0x1b795d(0x150)]=![],delete _0x531906['accessibilityOptions'],this['capabilities_'][_0x1b795d(0x1ba)](_0x49801b['IMfoK'],_0x531906)),this['capabilities_'][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x227)])&&(this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b[_0x1b795d(0x227)],![]),this[_0x1b795d(0x242)][_0x1b795d(0x197)](_0x49801b[_0x1b795d(0x16c)]));}}process[_0x1b795d(0x229)][_0x1b795d(0x18d)]&&(helper[_0x1b795d(0x1e2)](null,helper[_0x1b795d(0x1dd)](_0x3135ec),_0x3135ec[_0x1b795d(0x16e)],null,this,null),helper[_0x1b795d(0x25e)](_0x3135ec[_0x1b795d(0x1ec)]),helper[_0x1b795d(0x21b)]()),logger[_0x1b795d(0x14b)](_0x49801b['ZczJt']);}else{if(this[_0x1b795d(0x262)]){const _0x4dc96f=this['chromeOptions_'][_0x1b795d(0x1fd)](this[_0x1b795d(0x262)][_0x1b795d(0x264)]||_0x49801b[_0x1b795d(0x225)]);if(_0x4dc96f&&_0x4dc96f[_0x1b795d(0x15f)]){const _0x132f71=this['capabilities_']['get'](_0x49801b[_0x1b795d(0x225)])||{},_0x5e37c9=(_0x132f71[_0x1b795d(0x15f)]||[])[_0x1b795d(0x1ac)](_0x4dc96f['args']||[]),_0x29d874=Array[_0x1b795d(0x179)](new Set(_0x5e37c9)),_0x5de8e5={};_0x5de8e5['args']=_0x29d874,this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b[_0x1b795d(0x225)],Object[_0x1b795d(0x1b3)]({},_0x132f71,_0x4dc96f,_0x5de8e5));}}helper[_0x1b795d(0x21b)]();if(_0x49801b['SvzbJ'](isAccessibilityAutomationSession)&&this[_0x1b795d(0x1d5)]()[_0x1b795d(0x17a)](_0x49801b['GHewR'])){let _0x553564=!![];const _0x1c4681=this['capabilities_'][_0x1b795d(0x1fd)](_0x49801b['IMfoK'])||{},_0x2029e4=_0x1c4681['deviceName']||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b['jZSyy'])||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x26d)]);if(_0x2029e4){const _0x575f73=(_0x1c4681[_0x1b795d(0x1d9)]||_0x1c4681['platform']||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b['ODSdj'])||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x1a2)])||'')[_0x1b795d(0x1fe)](),_0x57c842=(_0x1c4681[_0x1b795d(0x250)]||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x254)])||'')[_0x1b795d(0x1fe)]();_0x49801b[_0x1b795d(0x1a9)](_0x575f73,_0x49801b[_0x1b795d(0x22c)])&&_0x57c842[_0x1b795d(0x17a)](_0x49801b['OEjlA'])?!_0x49801b[_0x1b795d(0x13d)](isMobileScanningEnabledForGroup)?(logger[_0x1b795d(0x1b1)](MOBILE_SCANNING_DISABLED_WARNING),_0x553564=![]):(logger[_0x1b795d(0x14b)](_0x49801b['kAbAT']),globals[_0x1b795d(0x158)](_0x49801b[_0x1b795d(0x1fc)],!![])):(logger[_0x1b795d(0x1b1)](_0x49801b[_0x1b795d(0x22e)]),_0x553564=![]);}if(_0x553564){const _0x60929f=_0x49801b[_0x1b795d(0x1e9)](parseFloat,_0x1c4681[_0x1b795d(0x17b)]||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b['CyPDp'])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0xca2981}=_0x49801b['TWVmH'](require,_0x49801b[_0x1b795d(0x233)]),_0x38e649=_0x49801b[_0x1b795d(0x1db)](parseFloat,_0xca2981);!_0x49801b['LGYmE'](isNaN,_0x60929f)&&_0x49801b['UepzU'](_0x60929f,_0x38e649)&&(logger[_0x1b795d(0x1b1)](_0x1b795d(0x22b)+_0xca2981+'.'),_0x553564=![]);}if(_0x553564){_0x49801b[_0x1b795d(0x18e)](setAccessibilityCapabilities,_0x3135ec),this['setCapabilities']();if(process['env'][_0x1b795d(0x17f)]){let _0x1bc044={};try{process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']&&(_0x1bc044=JSON[_0x1b795d(0x13a)](process[_0x1b795d(0x229)][_0x1b795d(0x23d)]));}catch(_0x48da21){logger[_0x1b795d(0x14b)](_0x1b795d(0x16d)+_0x48da21);}const _0x57dc6b=helper[_0x1b795d(0x1dd)](_0x3135ec),_0x4103a7=this['capabilities_']['get'](_0x49801b['IMfoK']);if(_0x49801b[_0x1b795d(0x159)](_0x57dc6b,![])&&(_0x4103a7||!this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x227)]))){const _0x6e30df=_0x49801b[_0x1b795d(0x240)](_0x4103a7,{});_0x6e30df['accessibility']=!![];const _0x2f0937={};_0x2f0937['authToken']=process[_0x1b795d(0x229)][_0x1b795d(0x17f)],_0x2f0937[_0x1b795d(0x1a6)]=_0x1bc044['scannerVersion'],_0x6e30df['accessibilityOptions']=Object['assign']({},_0x6e30df[_0x1b795d(0x207)],_0x2f0937),this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b[_0x1b795d(0x189)],_0x6e30df);}else{this[_0x1b795d(0x242)]['set'](_0x49801b[_0x1b795d(0x227)],!![]);const _0x153d02=this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x16c)])||{},_0xa4088f={};_0xa4088f[_0x1b795d(0x185)]=process[_0x1b795d(0x229)]['BS_A11Y_JWT'],_0xa4088f[_0x1b795d(0x1a6)]=_0x1bc044[_0x1b795d(0x1a6)],this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b['JUmQp'],Object[_0x1b795d(0x1b3)]({},_0x153d02,_0xa4088f));}}if(!_0x49801b[_0x1b795d(0x253)](setExtension,this,_0x3135ec)){globals[_0x1b795d(0x158)](_0x49801b['nJqwT'],![]);const _0x54d1ce=this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b['IMfoK']);_0x54d1ce&&(_0x54d1ce[_0x1b795d(0x150)]=![],delete _0x54d1ce[_0x1b795d(0x207)],this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b[_0x1b795d(0x189)],_0x54d1ce)),this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x227)])&&(this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b[_0x1b795d(0x227)],![]),this[_0x1b795d(0x242)]['delete'](_0x49801b['JUmQp']));}}}if(_0x49801b[_0x1b795d(0x19c)](isAccessibilityAutomationSession)&&!this[_0x1b795d(0x1d5)]()[_0x1b795d(0x17a)](_0x49801b['GHewR']))try{_0x49801b[_0x1b795d(0x171)](hasLegacyHeadlessArg,this)?(logger[_0x1b795d(0x1b1)](_0x49801b['BYyiH']),globals[_0x1b795d(0x158)](_0x49801b[_0x1b795d(0x205)],![])):helper['prepareCapabilities'](null,helper['useW3C'](_0x3135ec),_0x3135ec['framework'],null,this,null);}catch(_0x236957){logger[_0x1b795d(0x14b)](_0x1b795d(0x170)+util[_0x1b795d(0x147)](_0x236957));}_0x49801b['JFRDk'](globals['getGlobal'](_0x49801b['IijhH']),_0x49801b[_0x1b795d(0x18a)])&&(commandRepository['setFramework'](_0x49801b[_0x1b795d(0x18a)]),commandRepository[_0x1b795d(0x15c)](globals[_0x1b795d(0x23a)](_0x49801b[_0x1b795d(0x277)])));if(this[_0x1b795d(0x239)][_0x1b795d(0x17a)](_0x49801b[_0x1b795d(0x135)]))logger['debug'](_0x49801b[_0x1b795d(0x265)]),globals['setGlobal'](_0x49801b[_0x1b795d(0x26e)],![]),globals[_0x1b795d(0x158)](_0x49801b['AsWZk'],![]);else globals['getGlobal'](_0x49801b[_0x1b795d(0x26e)])&&globals['getGlobal'](_0x49801b[_0x1b795d(0x1a0)])&&aiSdkWrapper[_0x1b795d(0x193)](this);}})();const _0x50056c=super[_0x19f2a8(0x13f)]();return PerformanceTester[_0x19f2a8(0x213)](PerformanceEvents[_0x19f2a8(0x22d)],()=>{const _0x3afa60=_0x19f2a8,_0x1acdf4={'PGSaX':_0x49801b[_0x3afa60(0x163)],'ebsFe':_0x49801b[_0x3afa60(0x261)],'THKar':function(_0x71fa63,_0x16da52,_0x40920f){const _0x328195=_0x3afa60;return _0x49801b[_0x328195(0x24d)](_0x71fa63,_0x16da52,_0x40920f);},'nCxvx':function(_0x3b140f,_0x4c0e43,_0x231249,_0x4fdac2,_0x289a4c){const _0x1fa22c=_0x3afa60;return _0x49801b[_0x1fa22c(0x224)](_0x3b140f,_0x4c0e43,_0x231249,_0x4fdac2,_0x289a4c);},'tvLiL':function(_0x17e045,_0x17a69f){return _0x49801b['yhgmd'](_0x17e045,_0x17a69f);},'bxvsQ':_0x49801b[_0x3afa60(0x177)],'JSsiZ':_0x49801b['IHNJD']};_0x50056c[_0x3afa60(0x153)][_0x3afa60(0x1bf)](_0x3d4387=>{const _0x2eaa95=_0x3afa60,_0x5e552d=_0x3d4387['caps_'];if(!helper[_0x2eaa95(0x226)]()&&_0x434e2b[_0x2eaa95(0x14a)](isAccessibilityAutomationSession)){const _0x5ab20d=_0x434e2b[_0x2eaa95(0x136)](nonBstackPlatformValidation,_0x5e552d,this);globals['setGlobal'](_0x434e2b['hATXZ'],_0x5ab20d);if(!_0x5ab20d){const _0x4a1a22=this[_0x2eaa95(0x242)][_0x2eaa95(0x1fd)](_0x434e2b['HgiPw']);_0x4a1a22&&(_0x4a1a22[_0x2eaa95(0x150)]=![],delete _0x4a1a22[_0x2eaa95(0x207)],this[_0x2eaa95(0x242)]['set'](_0x434e2b[_0x2eaa95(0x1f0)],_0x4a1a22)),this[_0x2eaa95(0x242)]['get'](_0x434e2b['KLAPd'])&&(this[_0x2eaa95(0x242)]['set'](_0x434e2b[_0x2eaa95(0x149)],![]),this[_0x2eaa95(0x242)][_0x2eaa95(0x197)](_0x434e2b[_0x2eaa95(0x169)]));}}}),_0x50056c['session_']['then'](_0x3b125e=>{const _0xc26d5d=_0x3afa60;try{logger[_0xc26d5d(0x14b)](_0xc26d5d(0x27d)+_0x3b125e['getId']());const _0x146837=_0x3b125e[_0xc26d5d(0x24b)]['get'](_0x1acdf4[_0xc26d5d(0x1d6)]);_0x146837?(logger[_0xc26d5d(0x14b)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x146837),hubAllocator['updateHubUrl'](_0x146837,_0x3b125e[_0xc26d5d(0x1e8)]()),helper[_0xc26d5d(0x138)](_0x146837)):logger[_0xc26d5d(0x14b)](_0x1acdf4[_0xc26d5d(0x1b6)]);}catch(_0x5d2176){logger[_0xc26d5d(0x14b)](_0xc26d5d(0x1c6)+_0x5d2176);}}),_0x50056c[_0x3afa60(0x249)]=0x0,_0x50056c[_0x3afa60(0x1bf)]&&_0x50056c[_0x3afa60(0x1bf)](_0x38204f=>{const _0x33c7ce=_0x3afa60,_0x247011={'SWQTm':function(_0x343dbb,_0x3aeac4,_0x55fd68){const _0x2cfd7c=a177_0x5d0c;return _0x434e2b[_0x2cfd7c(0x22f)](_0x343dbb,_0x3aeac4,_0x55fd68);}};helper[_0x33c7ce(0x263)](_0x38204f,_0x50056c),_0x152c69&&_0x434e2b['EHShp'](overrideTakeScreenshot,_0x38204f),helper['overrideGet'](_0x38204f,_0x3135ec),_0x434e2b[_0x33c7ce(0x1f1)](overrideExecute,_0x38204f,_0x3135ec),_0x434e2b['PBovk'](propagateJestSessionName,_0x38204f,_0x1ba906),_0x3135ec[_0x33c7ce(0x1ec)]&&percyHelper['patchDriverPercy'](_0x38204f,_0x3673d2[_0x33c7ce(0x186)],_0x3135ec),_0x38204f['getAccessibilityResultsSummary']=async()=>{const _0x1fd9c0=_0x33c7ce;return await _0x1acdf4[_0x1fd9c0(0x1c9)](getAccessibilityResultsSummary,_0x38204f,global);},_0x38204f['getAccessibilityResults']=async()=>{const _0x2ef291=_0x33c7ce;return await _0x247011[_0x2ef291(0x1e6)](getAccessibilityResults,_0x38204f,global);},_0x38204f['performScan']=async _0xe9555=>{const _0xfd46df=_0x33c7ce;return await _0x1acdf4[_0xfd46df(0x1b5)](performScan,_0x38204f,null,!![],_0x1acdf4[_0xfd46df(0x221)](_0xe9555,null));},_0x38204f[_0x33c7ce(0x20d)]=async _0x3b4028=>{const _0x572b00=_0x33c7ce;globals['setGlobal'](_0x1acdf4[_0x572b00(0x162)],!![]),globals['setGlobal'](_0x1acdf4[_0x572b00(0x13b)],_0x1acdf4[_0x572b00(0x221)](_0x3b4028,null));},_0x38204f[_0x33c7ce(0x18b)]=async()=>{const _0x1dab49=_0x33c7ce;globals[_0x1dab49(0x158)](_0x1acdf4[_0x1dab49(0x162)],![]),globals[_0x1dab49(0x158)](_0x1acdf4[_0x1dab49(0x13b)],null);};}),_0x50056c['getAccessibilityResultsSummary']=async()=>{const _0x34d059=_0x3afa60;return await _0x434e2b[_0x34d059(0x22f)](getAccessibilityResultsSummary,_0x50056c,global);},_0x50056c[_0x3afa60(0x1d3)]=async()=>{const _0x118919=_0x3afa60;return await _0x434e2b[_0x118919(0x136)](getAccessibilityResults,_0x50056c,global);},_0x50056c[_0x3afa60(0x231)]=async _0x563816=>{const _0x3c7a5d=_0x3afa60;return await _0x434e2b[_0x3c7a5d(0x26b)](performScan,_0x50056c,null,!![],_0x434e2b[_0x3c7a5d(0x1e5)](_0x563816,null));},_0x50056c[_0x3afa60(0x20d)]=async _0x57de81=>{const _0x5e96a2=_0x3afa60;globals[_0x5e96a2(0x158)](_0x434e2b[_0x5e96a2(0x1fa)],!![]),globals['setGlobal'](_0x434e2b['wDfoT'],_0x434e2b[_0x5e96a2(0x1e5)](_0x57de81,null));},_0x50056c[_0x3afa60(0x18b)]=async()=>{const _0x904187=_0x3afa60;globals[_0x904187(0x158)](_0x434e2b[_0x904187(0x1fa)],![]),globals[_0x904187(0x158)](_0x434e2b[_0x904187(0x1f4)],null);},_0x152c69&&_0x49801b[_0x3afa60(0x1df)](overrideTakeScreenshot,_0x50056c),helper['overrideQuit'](_0x50056c),helper[_0x3afa60(0x141)](_0x50056c,_0x3135ec),_0x49801b[_0x3afa60(0x24d)](overrideExecute,_0x50056c,_0x3135ec),_0x49801b[_0x3afa60(0x133)](propagateJestSessionName,_0x50056c,_0x1ba906,_0x49801b['SPTKc']),_0x3135ec[_0x3afa60(0x1ec)]&&percyHelper['patchDriverPercy'](_0x50056c,_0x3673d2[_0x3afa60(0x186)],_0x3135ec);helper[_0x3afa60(0x13c)](global[_0x3afa60(0x267)])&&(global[_0x3afa60(0x267)]=[]);helper[_0x3afa60(0x13c)](global['__drivers'])&&(global[_0x3afa60(0x132)]=[]);global[_0x3afa60(0x267)][_0x3afa60(0x192)](_0x50056c),global[_0x3afa60(0x25c)]=_0x50056c,_0x1ba906&&(_0x1ba906[_0x3afa60(0x1a4)][_0x3afa60(0x25c)]=_0x50056c);_0x49801b[_0x3afa60(0x134)](global[_0x3afa60(0x132)],undefined)&&global[_0x3afa60(0x132)][_0x3afa60(0x192)](_0x50056c);_0x1ba906&&helper['isUndefined'](_0x1ba906[_0x3afa60(0x1a4)][_0x3afa60(0x132)])&&(_0x1ba906[_0x3afa60(0x1a4)]['__drivers']=[]);_0x1ba906&&helper[_0x3afa60(0x13c)](_0x1ba906[_0x3afa60(0x1a4)][_0x3afa60(0x267)])&&(_0x1ba906[_0x3afa60(0x1a4)]['__driversArray']=[]);_0x1ba906&&_0x49801b['tRlKV'](_0x1ba906[_0x3afa60(0x1a4)][_0x3afa60(0x132)],undefined)&&(_0x1ba906['global'][_0x3afa60(0x132)][_0x3afa60(0x192)](_0x50056c),_0x1ba906[_0x3afa60(0x1a4)]['__driversArray'][_0x3afa60(0x192)](_0x50056c));_0x50056c[_0x3afa60(0x180)]=globals[_0x3afa60(0x23a)](_0x49801b['nJqwT']);try{global[_0x3afa60(0x132)][0x0]['session_']['then'](_0x44cf85=>{const _0x35930f=_0x3afa60;logger['debug']('setting\x20driver\x20Session\x20ID:\x20'+_0x44cf85[_0x35930f(0x1e8)]()+_0x35930f(0x215));})[_0x3afa60(0x21a)](_0x24ec20=>{const _0x424f47=_0x3afa60;logger[_0x424f47(0x14b)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x24ec20);});}catch(_0x372659){logger[_0x3afa60(0x14b)](_0x3afa60(0x14f)+_0x372659);}globals[_0x3afa60(0x158)](_0x49801b[_0x3afa60(0x205)],globals['getGlobal'](_0x49801b[_0x3afa60(0x205)]));})(),_0x50056c;}}_0x1ba906&&(globals[_0x57bc78(0x161)]=_0x1ba906['global'][_0x57bc78(0x161)]);if(_0x49801b[_0x57bc78(0x13d)](isAccessibilityAutomationSession))try{let _0x2266be=helper['requireModule'](_0x49801b[_0x57bc78(0x228)],_0x49801b[_0x57bc78(0x1bd)])[_0x57bc78(0x19e)];(!_0x2266be[_0x57bc78(0x176)]||!_0x2266be['prototype']['execute'])&&(_0x2266be=helper[_0x57bc78(0x1c1)](_0x49801b[_0x57bc78(0x230)],_0x49801b[_0x57bc78(0x1bd)])[_0x57bc78(0x1bc)]);if(_0x2266be['prototype']&&_0x2266be[_0x57bc78(0x176)][_0x57bc78(0x1c7)]){const _0x549a0f=_0x2266be[_0x57bc78(0x176)][_0x57bc78(0x1c7)];logger[_0x57bc78(0x14b)](_0x49801b[_0x57bc78(0x276)]),_0x2266be[_0x57bc78(0x176)][_0x57bc78(0x1c7)]=async function(){const _0x5b6abc=_0x57bc78;try{!globals['getGlobal'](_0x49801b[_0x5b6abc(0x1ed)])&&globals[_0x5b6abc(0x23a)](_0x49801b[_0x5b6abc(0x205)])&&globals['getGlobal'](_0x49801b[_0x5b6abc(0x177)])&&scripts[_0x5b6abc(0x26a)](arguments[0x0][_0x5b6abc(0x1de)])&&!_0x49801b['rnjaM'](isBrowserStackCommandExecutor,arguments[0x0][_0x5b6abc(0x273)])&&(globals[_0x5b6abc(0x158)](_0x49801b[_0x5b6abc(0x1ed)],!![]),logger[_0x5b6abc(0x14b)](_0x5b6abc(0x165)+arguments[0x0][_0x5b6abc(0x1de)]),await _0x49801b[_0x5b6abc(0x194)](performScan,global[_0x5b6abc(0x25c)],arguments[0x0]['name_']));}catch(_0x475546){logger[_0x5b6abc(0x14b)]('Failed\x20to\x20perform\x20scan\x20'+util['format'](_0x475546));}return globals[_0x5b6abc(0x158)](_0x49801b[_0x5b6abc(0x1ed)],![]),_0x549a0f['apply'](this,arguments);};}}catch(_0x303e9a){logger['debug'](_0x49801b[_0x57bc78(0x1ce)](_0x49801b['OPSQr'],_0x303e9a));}return _0x3673d2[_0x57bc78(0x222)]=_0x3673d2[_0x57bc78(0x244)],_0x3673d2['Builder']=_0x49d551,_0x28676c[_0x57bc78(0x17e)]=_0x5dc20a,_0x3673d2;};function a177_0x5d0c(_0x1991d9,_0x1e628a){const _0x439cd2=a177_0x439c();return a177_0x5d0c=function(_0x5d0cdd,_0x59673b){_0x5d0cdd=_0x5d0cdd-0x132;let _0x3fdad9=_0x439cd2[_0x5d0cdd];return _0x3fdad9;},a177_0x5d0c(_0x1991d9,_0x1e628a);}module['exports']['browserstackAgent']=modify,module[a177_0x2841b9(0x256)][a177_0x2841b9(0x182)]=modifyV2,module[a177_0x2841b9(0x256)]['percy']=percySDK,module[a177_0x2841b9(0x256)][a177_0x2841b9(0x17d)]=BrowserStackSdk,module[a177_0x2841b9(0x256)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require(a177_0x2841b9(0x156))[a177_0x2841b9(0x1e7)]();}catch(a177_0x5b8bcf){logger[a177_0x2841b9(0x14b)]('driver-init\x20capture\x20install\x20failed:\x20'+(a177_0x5b8bcf&&a177_0x5b8bcf['message']));}module[a177_0x2841b9(0x256)][a177_0x2841b9(0x25a)]=require(a177_0x2841b9(0x156))[a177_0x2841b9(0x1e7)];
|