browserstack-node-sdk 1.63.4 → 1.63.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/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_0x331867=a177_0x4b25;(function(_0x1a366e,_0x3545f1){const _0x1ed2bd=a177_0x4b25,_0x18ff68=_0x1a366e();while(!![]){try{const _0x25dc14=parseInt(_0x1ed2bd(0xf7))/0x1*(parseInt(_0x1ed2bd(0xcd))/0x2)+-parseInt(_0x1ed2bd(0xce))/0x3*(parseInt(_0x1ed2bd(0xcb))/0x4)+parseInt(_0x1ed2bd(0x70))/0x5*(-parseInt(_0x1ed2bd(0x1ac))/0x6)+parseInt(_0x1ed2bd(0xa2))/0x7*(parseInt(_0x1ed2bd(0x128))/0x8)+parseInt(_0x1ed2bd(0x77))/0x9+parseInt(_0x1ed2bd(0x1b5))/0xa+parseInt(_0x1ed2bd(0x104))/0xb*(-parseInt(_0x1ed2bd(0x14d))/0xc);if(_0x25dc14===_0x3545f1)break;else _0x18ff68['push'](_0x18ff68['shift']());}catch(_0x18c608){_0x18ff68['push'](_0x18ff68['shift']());}}}(a177_0x3c8c,0xb6c83));const util=require(a177_0x331867(0x116)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a177_0x331867(0x119)),{setAccessibilityCapabilities,setExtension}=require(a177_0x331867(0x150)),helper=require(a177_0x331867(0x1b7)),logger=require('./helpers/logger')[a177_0x331867(0x79)],hubAllocator=require(a177_0x331867(0x11b)),percySDK=require(a177_0x331867(0x1a7)),percyHelper=require(a177_0x331867(0x1c2)),BrowserStackSdk=require(a177_0x331867(0x167)),modifyPlaywrightConfig=require(a177_0x331867(0xca)),scripts=require(a177_0x331867(0xea)),globals=require(a177_0x331867(0x168)),{commandRepository}=require(a177_0x331867(0xac)),{aiSdkWrapper}=require(a177_0x331867(0x164)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a177_0x331867(0xd5)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x217035=>{const _0x1e4f3d=a177_0x331867,_0x528c6c={'KzKlK':function(_0x3ab87f,_0x4791b0){return _0x3ab87f!==_0x4791b0;},'BeXkR':_0x1e4f3d(0x17f),'LpRRx':function(_0x206952,_0x38d0e7){return _0x206952+_0x38d0e7;},'KQQgp':_0x1e4f3d(0xf8),'QveUC':_0x1e4f3d(0x1ce),'LDAbr':_0x1e4f3d(0x160),'sOCoR':_0x1e4f3d(0x108),'PIPYJ':_0x1e4f3d(0x15c),'AJfDM':'edgeOptions','JXuwZ':_0x1e4f3d(0xa4),'YDOTv':_0x1e4f3d(0x11a),'MrRtw':_0x1e4f3d(0x174),'jIKKK':_0x1e4f3d(0x1ab),'KJRBj':_0x1e4f3d(0x1a2),'YtBxI':function(_0x4fd728,_0x7c435b){return _0x4fd728===_0x7c435b;},'EidmM':'object','JtaEJ':_0x1e4f3d(0x102),'ZBCPB':function(_0x2de8e2){return _0x2de8e2();},'beSlA':function(_0x540035,_0x577223){return _0x540035(_0x577223);},'fbWrX':function(_0x2c7b5a){return _0x2c7b5a();},'Dsved':_0x1e4f3d(0xe8),'LCWRw':_0x1e4f3d(0xf1),'xpxOs':_0x1e4f3d(0x19a),'tljWo':_0x1e4f3d(0x1d9),'EjsDk':_0x1e4f3d(0x157),'CmGqm':_0x1e4f3d(0x189),'Nlbbd':_0x1e4f3d(0x178),'MmavE':_0x1e4f3d(0x117),'uopGS':function(_0x40496d){return _0x40496d();},'Opjat':_0x1e4f3d(0x11f),'mAPaM':_0x1e4f3d(0x85),'mhvRD':_0x1e4f3d(0x165),'gxkAy':function(_0x569a84,_0x3ce8b6,_0x539e20){return _0x569a84(_0x3ce8b6,_0x539e20);},'quVLa':'browserstack.accessibility','qZLRn':_0x1e4f3d(0xb6),'kyrDS':_0x1e4f3d(0x1d8),'MPUdL':function(_0x4a03a2,_0x1b5b35,_0x579348,_0x1ed596,_0x3ab0af){return _0x4a03a2(_0x1b5b35,_0x579348,_0x1ed596,_0x3ab0af);},'acEQB':function(_0x5d55c8,_0x2714bc){return _0x5d55c8||_0x2714bc;},'voVpp':_0x1e4f3d(0xd4),'pvZsU':_0x1e4f3d(0x1de),'Zwrdq':function(_0x24d14f,_0xc35877,_0x44b860){return _0x24d14f(_0xc35877,_0x44b860);},'rGiNU':'optimalHubUrl','YkLIu':_0x1e4f3d(0x1b8),'XVivh':function(_0x25d07c,_0x47ede0,_0x2df791){return _0x25d07c(_0x47ede0,_0x2df791);},'tcTqf':function(_0x4b89c2,_0x358a95){return _0x4b89c2||_0x358a95;},'CblcF':function(_0x284e0a,_0x580c82,_0x1e4599){return _0x284e0a(_0x580c82,_0x1e4599);},'kjqdi':function(_0x2c60cc,_0x43e533,_0x16d59e){return _0x2c60cc(_0x43e533,_0x16d59e);},'VZrBr':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','JMwgL':_0x1e4f3d(0x15a)};logger[_0x1e4f3d(0xe3)](_0x528c6c[_0x1e4f3d(0xec)]),logger['debug'](_0x528c6c[_0x1e4f3d(0xe4)]);const _0x22f671=helper['requireSeleniumWebdriver'](),_0x5df912=helper[_0x1e4f3d(0xa1)]();class _0x47bb45 extends _0x5df912[_0x1e4f3d(0x125)]{['send'](_0x40c2ee){const _0x516bfa=_0x1e4f3d;if(_0x528c6c[_0x516bfa(0xab)](_0x40c2ee['path'],_0x528c6c[_0x516bfa(0x180)]))try{const _0x3ffb7e=_0x40c2ee[_0x516bfa(0x186)]['split']('/')[0x2];if(_0x3ffb7e){const _0x26649e=hubAllocator['consumeHubUrlForSession'](_0x3ffb7e);if(_0x26649e){const _0x16d42c=_0x528c6c['LpRRx'](_0x528c6c['LpRRx'](_0x528c6c['KQQgp'],_0x26649e),_0x528c6c[_0x516bfa(0x13e)]);this[_0x516bfa(0x1c4)]=hubAllocator['getRequestOptions'](_0x16d42c),logger[_0x516bfa(0x6c)](_0x516bfa(0x1a6)+_0x16d42c);}}}catch(_0x115eae){logger[_0x516bfa(0x10e)](_0x115eae);}return super[_0x516bfa(0x173)](_0x40c2ee);}}class _0x4506a2 extends _0x22f671[_0x1e4f3d(0xd6)]{[_0x1e4f3d(0x65)](_0x41ba14){const _0x52ef47=_0x1e4f3d;let _0xae1bba={};for(const _0x4298b6 in _0x41ba14){switch(_0x4298b6){case _0x528c6c[_0x52ef47(0x1d2)]:case _0x528c6c['sOCoR']:this[_0x52ef47(0xe1)]&&(_0xae1bba=this[_0x52ef47(0xe1)][_0x52ef47(0xde)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x52ef47(0xe1)][_0x52ef47(0x122)](this[_0x52ef47(0xe1)][_0x52ef47(0x10b)],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c[_0x52ef47(0x1ae)]:case _0x528c6c['AJfDM']:this['edgeOptions_']&&(_0xae1bba=this[_0x52ef47(0x1c3)][_0x52ef47(0xde)](this['edgeOptions_'][_0x52ef47(0x10b)])||{},this[_0x52ef47(0x1c3)][_0x52ef47(0x122)](this['edgeOptions_']['CAPABILITY_KEY'],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c[_0x52ef47(0x76)]:case _0x528c6c[_0x52ef47(0x14c)]:this[_0x52ef47(0xdd)]&&(_0xae1bba=this[_0x52ef47(0xdd)][_0x52ef47(0xde)](this[_0x52ef47(0xdd)][_0x52ef47(0x10b)])||{},this[_0x52ef47(0xdd)][_0x52ef47(0x122)](this['firefoxOptions_'][_0x52ef47(0x10b)],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c[_0x52ef47(0x17d)]:this['safariOptions_']&&(_0xae1bba=this[_0x52ef47(0x16e)][_0x52ef47(0xde)](this[_0x52ef47(0x16e)][_0x52ef47(0x10b)])||{},this['safariOptions_'][_0x52ef47(0x122)](this['safariOptions_'][_0x52ef47(0x10b)],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c['jIKKK']:case _0x528c6c['KJRBj']:this[_0x52ef47(0xc1)]&&(_0xae1bba=this[_0x52ef47(0xc1)]['get'](this[_0x52ef47(0xc1)][_0x52ef47(0x10b)])||{},this['ieOptions_'][_0x52ef47(0x122)](this[_0x52ef47(0xc1)][_0x52ef47(0x10b)],helper['mergeDeep'](_0xae1bba,_0x41ba14[_0x4298b6])));break;}}}['setServer'](){const _0xa0da41=_0x1e4f3d;return this['url_']=helper[_0xa0da41(0x12a)](_0x217035),logger['debug'](_0xa0da41(0x1af)+this['url_']),this;}[_0x1e4f3d(0x6a)](){const _0x33dc71=_0x1e4f3d,_0x468e71={'Bfsuq':function(_0x3ea3f1,_0x216007){const _0x20b5a6=a177_0x4b25;return _0x528c6c[_0x20b5a6(0xeb)](_0x3ea3f1,_0x216007);},'XfDYo':_0x528c6c[_0x33dc71(0x15d)]};return logger['debug'](_0x528c6c[_0x33dc71(0x78)]),this[_0x33dc71(0x65)](_0x217035[_0x33dc71(0xfd)]),Object[_0x33dc71(0x18e)](_0x217035[_0x33dc71(0xfd)])[_0x33dc71(0x14e)](_0x456d94=>{const _0x52ba01=_0x33dc71,_0x58b218=this['capabilities_']['get'](_0x456d94);_0x468e71['Bfsuq'](typeof _0x58b218,_0x468e71['XfDYo'])?this[_0x52ba01(0x15e)][_0x52ba01(0x122)](_0x456d94,helper[_0x52ba01(0x170)](_0x58b218,_0x217035[_0x52ba01(0xfd)][_0x456d94])):this[_0x52ba01(0x15e)][_0x52ba01(0x122)](_0x456d94,_0x217035[_0x52ba01(0xfd)][_0x456d94]);}),this;}[_0x1e4f3d(0x103)](){const _0x50875a=_0x1e4f3d,_0x82853a={'worNS':_0x528c6c[_0x50875a(0x1dc)],'ySbmS':_0x528c6c[_0x50875a(0x13c)],'UAoJK':function(_0x22800d,_0x5499df,_0x49d07e){const _0x3dd10d=_0x50875a;return _0x528c6c[_0x3dd10d(0x137)](_0x22800d,_0x5499df,_0x49d07e);},'ZLvhe':_0x528c6c[_0x50875a(0x1d1)],'llKPf':_0x528c6c[_0x50875a(0x140)],'PFKqR':function(_0x5313aa,_0x1fae55){const _0x57d70a=_0x50875a;return _0x528c6c[_0x57d70a(0x11d)](_0x5313aa,_0x1fae55);},'iUSAC':function(_0x55f382,_0x11e52f,_0x55c11c){const _0x15cf68=_0x50875a;return _0x528c6c[_0x15cf68(0xa5)](_0x55f382,_0x11e52f,_0x55c11c);},'YjAgm':function(_0x5c3fc6,_0x22a791,_0x1f2ff7){const _0x444ad4=_0x50875a;return _0x528c6c[_0x444ad4(0x137)](_0x5c3fc6,_0x22a791,_0x1f2ff7);},'ZykUg':function(_0x5478da,_0x26cf04,_0x9edf1c){return _0x528c6c['kjqdi'](_0x5478da,_0x26cf04,_0x9edf1c);}};PerformanceTester[_0x50875a(0x1dd)](PerformanceEvents[_0x50875a(0x66)],()=>{const _0xf325d1=_0x50875a;_0x528c6c[_0xf325d1(0x1c9)](isAccessibilityAutomationSession)&&_0x528c6c[_0xf325d1(0x10d)](setAccessibilityCapabilities,_0x217035);this[_0xf325d1(0x17e)](),this['setCapabilities']();if(helper[_0xf325d1(0x11e)](_0x217035['proxySettings'][_0xf325d1(0xd8)]))this['agent_']=helper['getHttpAgent'](_0x217035['proxySettings'][_0xf325d1(0xd8)]);else _0x217035[_0xf325d1(0x9a)][_0xf325d1(0xd8)]&&(this[_0xf325d1(0x1d7)]=_0x217035[_0xf325d1(0x9a)]['proxyUrl'],logger[_0xf325d1(0x6c)](_0xf325d1(0x1d5)+this['proxy_']));if(_0x528c6c['fbWrX'](isAccessibilityAutomationSession)){const _0x2adb7e=this[_0xf325d1(0x15e)]['get'](_0x528c6c[_0xf325d1(0x1cd)])||{},_0x13dc8e=_0x2adb7e[_0xf325d1(0x19a)]||this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x9d)])||this[_0xf325d1(0x15e)]['get'](_0x528c6c[_0xf325d1(0x19f)]);if(_0x13dc8e){const _0x28a8c3=(_0x2adb7e[_0xf325d1(0x1d9)]||_0x2adb7e[_0xf325d1(0x157)]||this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x18b)])||this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0xd0)])||'')[_0xf325d1(0x187)](),_0x36bc73=(_0x2adb7e[_0xf325d1(0x189)]||this[_0xf325d1(0x15e)]['get'](_0x528c6c[_0xf325d1(0x1da)])||'')[_0xf325d1(0x187)]();_0x528c6c[_0xf325d1(0xeb)](_0x28a8c3,_0x528c6c[_0xf325d1(0x1b1)])&&_0x36bc73[_0xf325d1(0x130)](_0x528c6c[_0xf325d1(0x9e)])&&(_0x528c6c['uopGS'](isMobileScanningEnabledForGroup)&&(logger[_0xf325d1(0x6c)](_0x528c6c['Opjat']),globals['setGlobal'](_0x528c6c['mAPaM'],!![])));}}if(globals[_0xf325d1(0x7b)](_0x528c6c[_0xf325d1(0x1d6)])){if(!_0x528c6c[_0xf325d1(0x175)](setExtension,this,_0x217035)){globals[_0xf325d1(0x149)](_0x528c6c[_0xf325d1(0x1d6)],![]);const _0x445f8b=this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x1cd)]);_0x445f8b&&(_0x445f8b['accessibility']=![],delete _0x445f8b['accessibilityOptions'],this[_0xf325d1(0x15e)][_0xf325d1(0x122)](_0x528c6c[_0xf325d1(0x1cd)],_0x445f8b)),this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x18c)])&&(this['capabilities_'][_0xf325d1(0x122)](_0x528c6c[_0xf325d1(0x18c)],![]),this['capabilities_'][_0xf325d1(0x6b)](_0x528c6c[_0xf325d1(0x193)]));}}(!helper[_0xf325d1(0x10a)]()||helper[_0xf325d1(0x8b)](_0x217035))&&helper[_0xf325d1(0x12f)](null,helper[_0xf325d1(0xbd)](_0x217035),_0x217035[_0xf325d1(0xb0)],null,this,null),helper[_0xf325d1(0x127)](_0x217035['capability']),logger[_0xf325d1(0x6c)](_0x528c6c[_0xf325d1(0x72)]);})();const _0x4182e5=super[_0x50875a(0x103)]();return PerformanceTester[_0x50875a(0x1dd)](PerformanceEvents[_0x50875a(0xf6)],()=>{const _0x3186ef=_0x50875a,_0x146358={'MCuJF':function(_0x32f6c9,_0x4b7f85,_0x5e8e14,_0x1b65bb,_0x8959e1){const _0x1c2ba8=a177_0x4b25;return _0x528c6c[_0x1c2ba8(0x1a3)](_0x32f6c9,_0x4b7f85,_0x5e8e14,_0x1b65bb,_0x8959e1);},'HafMK':function(_0x4d9f27,_0x32e3cd){const _0x1db78d=a177_0x4b25;return _0x528c6c[_0x1db78d(0x198)](_0x4d9f27,_0x32e3cd);},'Lkkew':_0x528c6c[_0x3186ef(0x1d1)],'neETe':_0x528c6c[_0x3186ef(0x140)]};_0x4182e5[_0x3186ef(0x1a8)][_0x3186ef(0x110)](_0x190fab=>{const _0x4ff371=_0x3186ef;try{const _0x1cf085=_0x190fab[_0x4ff371(0x142)][_0x4ff371(0xde)](_0x82853a[_0x4ff371(0xd2)]);_0x1cf085?(logger['debug'](_0x4ff371(0x1a1)+_0x1cf085),hubAllocator['updateHubUrl'](_0x1cf085,_0x190fab['getId']()),helper[_0x4ff371(0xfe)](_0x1cf085)):logger['debug'](_0x82853a[_0x4ff371(0x123)]);}catch(_0x520bcc){logger[_0x4ff371(0x6c)](_0x4ff371(0xf5)+_0x520bcc);}}),_0x4182e5[_0x3186ef(0x110)]&&_0x4182e5[_0x3186ef(0x110)](_0xd27c53=>{const _0x563772=_0x3186ef,_0x3acd40={'HGFHB':function(_0x16b53f,_0x212ce6,_0x5491e2){const _0x556e1e=a177_0x4b25;return _0x82853a[_0x556e1e(0x17a)](_0x16b53f,_0x212ce6,_0x5491e2);},'BXhck':_0x82853a[_0x563772(0x91)],'MbVXf':_0x82853a[_0x563772(0x90)],'nTixU':function(_0x3318b6,_0x1eec25){const _0x279f81=_0x563772;return _0x82853a[_0x279f81(0x194)](_0x3318b6,_0x1eec25);}};helper[_0x563772(0x199)](_0xd27c53,_0x217035),_0x82853a[_0x563772(0x13a)](overrideExecute,_0xd27c53,_0x217035),_0xd27c53[_0x563772(0x166)]=async()=>{const _0x2804ad=_0x563772;return await _0x3acd40[_0x2804ad(0x11c)](getAccessibilityResultsSummary,_0xd27c53,global);},_0xd27c53[_0x563772(0x8a)]=async()=>{const _0x2a47e3=_0x563772;return await _0x3acd40[_0x2a47e3(0x11c)](getAccessibilityResults,_0xd27c53,global);},_0xd27c53[_0x563772(0x8e)]=async _0x60475=>{const _0x6e248=_0x563772;return await _0x146358[_0x6e248(0x1d3)](performScan,_0xd27c53,null,!![],_0x146358[_0x6e248(0x148)](_0x60475,null));},_0xd27c53[_0x563772(0xf3)]=async _0xabfa5a=>{const _0x5a25c8=_0x563772;globals[_0x5a25c8(0x149)](_0x3acd40['BXhck'],!![]),globals[_0x5a25c8(0x149)](_0x3acd40[_0x5a25c8(0xb2)],_0x3acd40[_0x5a25c8(0x9c)](_0xabfa5a,null));},_0xd27c53[_0x563772(0x1c7)]=async()=>{const _0x44755c=_0x563772;globals[_0x44755c(0x149)](_0x3acd40[_0x44755c(0x13b)],![]),globals[_0x44755c(0x149)](_0x3acd40[_0x44755c(0xb2)],null);};}),_0x4182e5[_0x3186ef(0x166)]=async()=>{const _0x2df48d=_0x3186ef;return await _0x82853a[_0x2df48d(0x132)](getAccessibilityResultsSummary,_0x4182e5,global);},_0x4182e5['getAccessibilityResults']=async()=>{const _0x7485d0=_0x3186ef;return await _0x82853a[_0x7485d0(0x1b4)](getAccessibilityResults,_0x4182e5,global);},_0x4182e5['performScan']=async _0x1ada83=>{const _0x3a65e5=_0x3186ef;return await _0x146358[_0x3a65e5(0x1d3)](performScan,_0x4182e5,null,!![],_0x146358[_0x3a65e5(0x148)](_0x1ada83,null));},_0x4182e5[_0x3186ef(0xf3)]=async _0x374e15=>{const _0x3ea742=_0x3186ef;globals[_0x3ea742(0x149)](_0x146358[_0x3ea742(0x1c5)],!![]),globals[_0x3ea742(0x149)](_0x146358[_0x3ea742(0x7c)],_0x146358[_0x3ea742(0x148)](_0x374e15,null));},_0x4182e5['stopA11yScanning']=async()=>{const _0x5c06f3=_0x3186ef;globals[_0x5c06f3(0x149)](_0x82853a['ZLvhe'],![]),globals[_0x5c06f3(0x149)](_0x82853a[_0x5c06f3(0x90)],null);},helper[_0x3186ef(0x199)](_0x4182e5,_0x217035),_0x528c6c['Zwrdq'](overrideExecute,_0x4182e5,_0x217035),helper[_0x3186ef(0xb3)](global['__driversArray'])&&(global['__driversArray']=[]),global['__driversArray'][_0x3186ef(0xaf)](_0x4182e5);})(),_0x4182e5;}}_0x22f671[_0x1e4f3d(0x169)]=_0x22f671[_0x1e4f3d(0xd6)],_0x22f671[_0x1e4f3d(0xd6)]=_0x4506a2,_0x5df912[_0x1e4f3d(0x125)]=_0x47bb45;},propagateJestSessionName=(_0xa0257a,_0x2c725b,_0x3b502e='')=>{const _0x4a4ef9=a177_0x331867,_0x274de5={};_0x274de5[_0x4a4ef9(0x73)]=_0x4a4ef9(0x153);const _0x2e62cf=_0x274de5;_0x2c725b&&_0x2c725b[_0x4a4ef9(0x143)]&&_0x2c725b['global'][_0x4a4ef9(0xc0)]&&helper[_0x4a4ef9(0xb3)](_0xa0257a[_0x4a4ef9(0xc0)])&&(_0xa0257a['browserstackSessionName']=_0x2c725b[_0x4a4ef9(0x143)][_0x4a4ef9(0xc0)],logger[_0x4a4ef9(0x6c)](util['format'](_0x2e62cf['MDwgk'],_0x3b502e?'\x20'+_0x3b502e:'',_0xa0257a[_0x4a4ef9(0xc0)])));},modifyV2=(_0x204f37,_0x780246=null,_0x2e2507=![])=>{const _0x53f188=a177_0x331867,_0x5d890e={'OASnL':function(_0xce8710,_0x3de20b){return _0xce8710!==_0x3de20b;},'hrcTk':'/session','LDCJY':function(_0x4d8c7c,_0x426407){return _0x4d8c7c+_0x426407;},'IsHMO':function(_0x28be6d,_0x463b2e){return _0x28be6d+_0x463b2e;},'WBTsh':_0x53f188(0xf8),'CaYZE':_0x53f188(0x1ce),'XSDNV':_0x53f188(0x121),'xtpwL':_0x53f188(0x171),'wgOgD':_0x53f188(0x160),'UikAr':_0x53f188(0x108),'acWgn':_0x53f188(0x15c),'UJexw':_0x53f188(0xed),'bLgyg':_0x53f188(0xa4),'qviCo':_0x53f188(0x11a),'pGjtB':_0x53f188(0x174),'rmbgS':_0x53f188(0x1ab),'JgIBZ':_0x53f188(0x1a2),'TjkYs':function(_0xcca2d0,_0xde39cb){return _0xcca2d0===_0xde39cb;},'rFZxo':_0x53f188(0xf2),'fhcKK':_0x53f188(0x102),'EopuZ':function(_0x1ca02d,_0x2de98a){return _0x1ca02d>_0x2de98a;},'jEtUY':function(_0x4a1015,_0x20637d){return _0x4a1015>_0x20637d;},'HpeJp':function(_0x267273){return _0x267273();},'qBAkV':function(_0x7194be,_0x3cacc2){return _0x7194be(_0x3cacc2);},'nhCjA':'bstack:options','MRFRc':_0x53f188(0xf1),'FSkCv':_0x53f188(0x19a),'qHdzW':_0x53f188(0x1d9),'pOWlb':_0x53f188(0x157),'DeBiT':_0x53f188(0x189),'vZjsf':function(_0x1ef517,_0x1df5cb){return _0x1ef517===_0x1df5cb;},'FKWxc':_0x53f188(0x178),'ttMCe':_0x53f188(0x117),'fbVeT':function(_0x13f77b){return _0x13f77b();},'Smrel':_0x53f188(0x11f),'vYaQY':_0x53f188(0x85),'Ahxqg':_0x53f188(0x165),'UVRaR':function(_0x53835d,_0x162c8c,_0x3fb8a5){return _0x53835d(_0x162c8c,_0x3fb8a5);},'MOHlQ':_0x53f188(0x1ad),'TWxoh':'browserstack.accessibilityOptions','WbZHE':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','edFQb':'browserstack.com','FVObe':_0x53f188(0x138),'rDTTS':_0x53f188(0x1cf),'HvQpC':_0x53f188(0x71),'lMqFa':function(_0x172af7,_0x4df7db){return _0x172af7<_0x4df7db;},'dbqgC':function(_0x3c42da,_0x1b73e2){return _0x3c42da||_0x1b73e2;},'uWfiv':_0x53f188(0xbc),'sayvH':function(_0x31ba73,_0x1705ef){return _0x31ba73===_0x1705ef;},'uQhrO':'aiSdk_framework','RQUlS':_0x53f188(0x9b),'ycgvy':_0x53f188(0x192),'CmALF':_0x53f188(0x112),'SHkjF':_0x53f188(0x19c),'dHjSx':_0x53f188(0xd9),'ZdBCb':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','cUfJX':_0x53f188(0xd4),'BylQj':_0x53f188(0x1de),'jahki':function(_0x269a17,_0x28867d,_0x2b5025){return _0x269a17(_0x28867d,_0x2b5025);},'FmTqf':function(_0x4a8889,_0x2b0b34,_0x3cb79c,_0x279e86,_0x8cc87f){return _0x4a8889(_0x2b0b34,_0x3cb79c,_0x279e86,_0x8cc87f);},'yIcCS':function(_0x55355d,_0x3a4c54){return _0x55355d(_0x3a4c54);},'cZFka':function(_0x14e175,_0x16f70a){return _0x14e175(_0x16f70a);},'bhIPO':function(_0x265b59,_0x531e43,_0x2829ff,_0xcbb618){return _0x265b59(_0x531e43,_0x2829ff,_0xcbb618);},'LWVxS':'(sync)','nAWFA':_0x53f188(0x6d),'KnoWd':function(_0x51ec14,_0x35f798,_0x3acfc3){return _0x51ec14(_0x35f798,_0x3acfc3);},'CzdEA':_0x53f188(0x1b9),'EzmXO':_0x53f188(0x15a),'FhJjT':function(_0xd3b9ee){return _0xd3b9ee();},'LXadP':_0x53f188(0x176),'InACS':_0x53f188(0x111),'IqXvC':'selenium-webdriver/lib/http.js','febyx':_0x53f188(0x68),'GmXVv':_0x53f188(0x182)},_0x459762=helper[_0x53f188(0xa1)]();let _0x58ed78;try{_0x58ed78=helper[_0x53f188(0x19e)](),_0x58ed78['originalBuilder']&&(_0x58ed78[_0x53f188(0xd6)]=_0x58ed78[_0x53f188(0x169)]);}catch(_0x46034b){return;}if(helper[_0x53f188(0x10a)]()){const _0x10f6dd={};_0x10f6dd[_0x53f188(0x86)]=_0x204f37[_0x53f188(0x82)],helper[_0x53f188(0xcc)](_0x10f6dd,new Map(),new Map()),logger['info'](_0x5d890e[_0x53f188(0x1be)]),logger[_0x53f188(0x6c)](_0x5d890e[_0x53f188(0x154)]);}class _0x316dcc extends _0x459762[_0x53f188(0x125)]{[_0x53f188(0x173)](_0x284b51){const _0x33b13a=_0x53f188;if(_0x5d890e[_0x33b13a(0x144)](_0x284b51[_0x33b13a(0x186)],_0x5d890e[_0x33b13a(0x184)]))try{const _0x1f6b2c=_0x284b51[_0x33b13a(0x186)][_0x33b13a(0x114)]('/')[0x2];if(_0x1f6b2c){const _0x327318=hubAllocator['consumeHubUrlForSession'](_0x1f6b2c);if(_0x327318){const _0x4cc37d=_0x5d890e[_0x33b13a(0xb9)](_0x5d890e['IsHMO'](_0x5d890e['WBTsh'],_0x327318),_0x5d890e[_0x33b13a(0x19d)]);this[_0x33b13a(0x1c4)]=hubAllocator[_0x33b13a(0x99)](_0x4cc37d),logger['debug'](_0x33b13a(0x1a6)+_0x4cc37d);}}}catch(_0x303c4a){logger['error'](_0x303c4a);}if(globals[_0x33b13a(0x7b)](_0x5d890e[_0x33b13a(0xa7)])&&globals[_0x33b13a(0x7b)](_0x5d890e['xtpwL'])){const _0x5ee12f=_0x284b51['path'][_0x33b13a(0x114)]('/')[0x2];_0x5ee12f&&commandRepository['pushCommand'](_0x5ee12f,_0x284b51);}return super[_0x33b13a(0x173)](_0x284b51);}}class _0x5cffe1 extends _0x58ed78[_0x53f188(0xd6)]{['setServer'](){const _0x5d2d86=_0x53f188;return helper[_0x5d2d86(0x10a)]()&&(this[_0x5d2d86(0x10c)]=helper[_0x5d2d86(0x12a)](_0x204f37)),this;}[_0x53f188(0x65)](_0x57180c){const _0x3d9b65=_0x53f188;let _0x46c080={};for(const _0x34086c in _0x57180c){switch(_0x34086c){case _0x5d890e[_0x3d9b65(0x1b3)]:case _0x5d890e['UikAr']:this[_0x3d9b65(0xe1)]&&(_0x46c080=this['chromeOptions_']['get'](this['chromeOptions_'][_0x3d9b65(0x10b)])||{},this['chromeOptions_']['set'](this[_0x3d9b65(0xe1)][_0x3d9b65(0x10b)],helper['mergeDeep'](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e[_0x3d9b65(0xc6)]:case _0x5d890e[_0x3d9b65(0x177)]:this[_0x3d9b65(0x1c3)]&&(_0x46c080=this['edgeOptions_']['get'](this[_0x3d9b65(0x1c3)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x3d9b65(0x122)](this['edgeOptions_'][_0x3d9b65(0x10b)],helper[_0x3d9b65(0x170)](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e[_0x3d9b65(0x18d)]:case _0x5d890e['qviCo']:this[_0x3d9b65(0xdd)]&&(_0x46c080=this[_0x3d9b65(0xdd)][_0x3d9b65(0xde)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x3d9b65(0xdd)][_0x3d9b65(0x122)](this['firefoxOptions_'][_0x3d9b65(0x10b)],helper[_0x3d9b65(0x170)](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e['pGjtB']:this[_0x3d9b65(0x16e)]&&(_0x46c080=this[_0x3d9b65(0x16e)][_0x3d9b65(0xde)](this[_0x3d9b65(0x16e)]['CAPABILITY_KEY'])||{},this[_0x3d9b65(0x16e)][_0x3d9b65(0x122)](this['safariOptions_'][_0x3d9b65(0x10b)],helper['mergeDeep'](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e['rmbgS']:case _0x5d890e[_0x3d9b65(0xb5)]:this[_0x3d9b65(0xc1)]&&(_0x46c080=this[_0x3d9b65(0xc1)][_0x3d9b65(0xde)](this[_0x3d9b65(0xc1)][_0x3d9b65(0x10b)])||{},this[_0x3d9b65(0xc1)][_0x3d9b65(0x122)](this['ieOptions_'][_0x3d9b65(0x10b)],helper[_0x3d9b65(0x170)](_0x46c080,_0x57180c[_0x34086c])));break;}}}[_0x53f188(0x6a)](){const _0x389dcd=_0x53f188,_0x1e630f={'SczGT':function(_0x5057f0,_0x2c67bf){const _0x340ebf=a177_0x4b25;return _0x5d890e[_0x340ebf(0xe6)](_0x5057f0,_0x2c67bf);},'rayst':_0x5d890e[_0x389dcd(0x92)]};logger[_0x389dcd(0x6c)](_0x5d890e['fhcKK']);const _0x3a44ad=_0x204f37[_0x389dcd(0xfd)]&&_0x5d890e['EopuZ'](Object[_0x389dcd(0x18e)](_0x204f37['capability'])[_0x389dcd(0x16d)],0x0)?_0x204f37[_0x389dcd(0xfd)]:_0x204f37['capabilities']&&Array['isArray'](_0x204f37['capabilities'])&&_0x5d890e[_0x389dcd(0x1cc)](_0x204f37[_0x389dcd(0x16a)]['length'],0x0)?_0x204f37['capabilities'][0x0]:{};return this[_0x389dcd(0x65)](_0x3a44ad),Object[_0x389dcd(0x18e)](_0x3a44ad)[_0x389dcd(0x14e)](_0x3c1d89=>{const _0x3d16b7=_0x389dcd,_0x26120f=this[_0x3d16b7(0x15e)][_0x3d16b7(0xde)](_0x3c1d89);_0x1e630f[_0x3d16b7(0x129)](typeof _0x26120f,_0x1e630f['rayst'])?this[_0x3d16b7(0x15e)]['set'](_0x3c1d89,helper[_0x3d16b7(0x170)](_0x26120f,_0x3a44ad[_0x3c1d89])):this['capabilities_'][_0x3d16b7(0x122)](_0x3c1d89,_0x3a44ad[_0x3c1d89]);}),this;}[_0x53f188(0x103)](){const _0x3b583f=_0x53f188,_0x4b0475={'wmINu':function(_0x5ebf73){const _0x142e56=a177_0x4b25;return _0x5d890e[_0x142e56(0x1a4)](_0x5ebf73);},'oNuDD':function(_0x305945,_0x58d1b2){const _0xaa5a30=a177_0x4b25;return _0x5d890e[_0xaa5a30(0x152)](_0x305945,_0x58d1b2);},'BeMgM':_0x5d890e[_0x3b583f(0x89)],'JlfBD':_0x5d890e['MRFRc'],'OgYHe':_0x5d890e[_0x3b583f(0x107)],'UQHNf':_0x5d890e[_0x3b583f(0xad)],'CXGdo':_0x5d890e[_0x3b583f(0x134)],'nTFqy':_0x5d890e[_0x3b583f(0xb4)],'huTuP':function(_0x52c168,_0x13d8a4){return _0x5d890e['vZjsf'](_0x52c168,_0x13d8a4);},'iXvGF':_0x5d890e[_0x3b583f(0xfb)],'PCjUA':_0x5d890e[_0x3b583f(0x8f)],'sxfDG':function(_0x5ed3bb){return _0x5d890e['fbVeT'](_0x5ed3bb);},'mIpko':_0x5d890e[_0x3b583f(0x1c8)],'nZnEp':_0x5d890e[_0x3b583f(0x16b)],'yjhOT':_0x5d890e[_0x3b583f(0x179)],'pVfgZ':function(_0x3ca40c,_0x2fcfa,_0x16f381){const _0x37b844=_0x3b583f;return _0x5d890e[_0x37b844(0x6f)](_0x3ca40c,_0x2fcfa,_0x16f381);},'eLuER':_0x5d890e[_0x3b583f(0xdf)],'vJQDy':_0x5d890e[_0x3b583f(0x83)],'GVnGU':_0x5d890e['WbZHE'],'ELmsw':_0x5d890e[_0x3b583f(0x1b3)],'kHpYs':_0x5d890e[_0x3b583f(0xda)],'nOqwn':_0x5d890e[_0x3b583f(0x185)],'IWtjo':_0x5d890e[_0x3b583f(0x13d)],'mVTKt':function(_0x36e2d8,_0x4fa727){return _0x5d890e['qBAkV'](_0x36e2d8,_0x4fa727);},'oSqrk':_0x5d890e['HvQpC'],'dzenC':function(_0x542c3d,_0x100d9e){const _0x1c8a2e=_0x3b583f;return _0x5d890e[_0x1c8a2e(0x152)](_0x542c3d,_0x100d9e);},'kTWVt':function(_0x5aae96,_0x1f5052){const _0x3c6540=_0x3b583f;return _0x5d890e[_0x3c6540(0x1c1)](_0x5aae96,_0x1f5052);},'VMwUO':function(_0xaa74bf,_0x6eaf2c){const _0x5715f5=_0x3b583f;return _0x5d890e[_0x5715f5(0x152)](_0xaa74bf,_0x6eaf2c);},'ljqPf':function(_0x29ab5f,_0x3f827f){return _0x5d890e['OASnL'](_0x29ab5f,_0x3f827f);},'ByCsg':function(_0x18209a,_0x56efce){const _0x4eb7d9=_0x3b583f;return _0x5d890e[_0x4eb7d9(0x1d4)](_0x18209a,_0x56efce);},'lyCtZ':function(_0x492d2f){const _0x40be34=_0x3b583f;return _0x5d890e[_0x40be34(0x113)](_0x492d2f);},'vAfLr':_0x5d890e[_0x3b583f(0x80)],'xJZgA':function(_0x4863f8,_0x4c2317){const _0x51560f=_0x3b583f;return _0x5d890e[_0x51560f(0x16f)](_0x4863f8,_0x4c2317);},'zjImT':_0x5d890e['uQhrO'],'tfryT':_0x5d890e[_0x3b583f(0x118)],'BVUnu':_0x5d890e[_0x3b583f(0x1ca)],'dfJVV':_0x5d890e[_0x3b583f(0xff)],'VVsOD':_0x5d890e[_0x3b583f(0x135)],'ytJau':_0x5d890e['XSDNV'],'Fpdng':_0x5d890e[_0x3b583f(0x93)],'UzCHA':_0x5d890e[_0x3b583f(0xc9)],'uhnKU':_0x5d890e[_0x3b583f(0x105)],'QQYkX':_0x5d890e[_0x3b583f(0x146)],'pDTYY':_0x5d890e['BylQj'],'awPXb':function(_0x2df454,_0x4f5b9f,_0x52bc79){const _0x48065f=_0x3b583f;return _0x5d890e[_0x48065f(0x163)](_0x2df454,_0x4f5b9f,_0x52bc79);},'hiBvD':function(_0x1b8e68,_0x1e4382){return _0x5d890e['dbqgC'](_0x1b8e68,_0x1e4382);},'RNjZL':function(_0x34467c,_0x37edc3,_0x2e4082,_0x4c0262,_0x2fd0a8){return _0x5d890e['FmTqf'](_0x34467c,_0x37edc3,_0x2e4082,_0x4c0262,_0x2fd0a8);},'HxiIW':function(_0x15c217,_0x2bfb83){const _0xe11203=_0x3b583f;return _0x5d890e[_0xe11203(0x1c0)](_0x15c217,_0x2bfb83);},'MQOcr':function(_0x6d5ee6,_0x431963,_0x2a6156){return _0x5d890e['UVRaR'](_0x6d5ee6,_0x431963,_0x2a6156);},'pNcLI':function(_0x5bec1c,_0x162e8f){const _0x3e1913=_0x3b583f;return _0x5d890e[_0x3e1913(0x9f)](_0x5bec1c,_0x162e8f);},'xMiej':function(_0x5cd3e9,_0x510e62,_0x8cf659,_0x32c760){const _0x164df5=_0x3b583f;return _0x5d890e[_0x164df5(0xbb)](_0x5cd3e9,_0x510e62,_0x8cf659,_0x32c760);},'nBVPf':_0x5d890e['LWVxS']};PerformanceTester[_0x3b583f(0x1dd)](PerformanceEvents[_0x3b583f(0x66)],()=>{const _0x3d478c=_0x3b583f;if(helper[_0x3d478c(0x10a)]()){helper[_0x3d478c(0x127)](_0x204f37['capability']);_0x4b0475['wmINu'](isAccessibilityAutomationSession)&&_0x4b0475[_0x3d478c(0xe9)](setAccessibilityCapabilities,_0x204f37);this['setServer'](),this[_0x3d478c(0x6a)]();if(helper[_0x3d478c(0x11e)](_0x204f37[_0x3d478c(0x9a)][_0x3d478c(0xd8)]))this[_0x3d478c(0x161)]=helper[_0x3d478c(0xa6)](_0x204f37['proxySettings']['proxyUrl']);else _0x204f37['proxySettings'][_0x3d478c(0xd8)]&&(this['proxy_']=_0x204f37[_0x3d478c(0x9a)][_0x3d478c(0xd8)],logger[_0x3d478c(0x6c)](_0x3d478c(0x1d5)+this['proxy_']));if(_0x4b0475[_0x3d478c(0x12c)](isAccessibilityAutomationSession)){const _0x372322=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['BeMgM'])||{},_0x5f3133=_0x372322[_0x3d478c(0x19a)]||this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x196)])||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x18f)]);if(_0x5f3133){const _0xecc539=(_0x372322['platformName']||_0x372322[_0x3d478c(0x157)]||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x14f)])||this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xba)])||'')[_0x3d478c(0x187)](),_0x539126=(_0x372322['browserName']||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x162)])||'')[_0x3d478c(0x187)]();_0x4b0475['huTuP'](_0xecc539,_0x4b0475['iXvGF'])&&_0x539126[_0x3d478c(0x130)](_0x4b0475['PCjUA'])&&(_0x4b0475[_0x3d478c(0xc4)](isMobileScanningEnabledForGroup)&&(logger[_0x3d478c(0x6c)](_0x4b0475['mIpko']),globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x12d)],!![])));}}if(globals[_0x3d478c(0x7b)](_0x4b0475[_0x3d478c(0x17b)])){if(!_0x4b0475['pVfgZ'](setExtension,this,_0x204f37)){globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x17b)],![]);const _0x3b9c92=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xfc)]);_0x3b9c92&&(_0x3b9c92[_0x3d478c(0x120)]=![],delete _0x3b9c92[_0x3d478c(0x1aa)],this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0xfc)],_0x3b9c92)),this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x8c)])&&(this[_0x3d478c(0x15e)]['set'](_0x4b0475['eLuER'],![]),this[_0x3d478c(0x15e)][_0x3d478c(0x6b)](_0x4b0475[_0x3d478c(0x1b0)]));}}process[_0x3d478c(0x69)][_0x3d478c(0x7a)]&&(helper[_0x3d478c(0x12f)](null,helper[_0x3d478c(0xbd)](_0x204f37),_0x204f37[_0x3d478c(0xb0)],null,this,null),helper[_0x3d478c(0x127)](_0x204f37[_0x3d478c(0xfd)]),helper[_0x3d478c(0xd3)]()),logger['debug'](_0x4b0475[_0x3d478c(0x139)]);}else{if(this[_0x3d478c(0xe1)]){const _0x5b4390=this['chromeOptions_'][_0x3d478c(0xde)](this[_0x3d478c(0xe1)][_0x3d478c(0x10b)]||_0x4b0475['ELmsw']);if(_0x5b4390&&_0x5b4390['args']){const _0x12501e=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x1bc)])||{},_0x482689=(_0x12501e[_0x3d478c(0x1a5)]||[])[_0x3d478c(0xa3)](_0x5b4390['args']||[]),_0x3ca352=Array[_0x3d478c(0x19b)](new Set(_0x482689)),_0x1128b1={};_0x1128b1[_0x3d478c(0x1a5)]=_0x3ca352,this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0x1bc)],Object[_0x3d478c(0x195)]({},_0x12501e,_0x5b4390,_0x1128b1));}}helper[_0x3d478c(0xd3)]();if(_0x4b0475[_0x3d478c(0x12c)](isAccessibilityAutomationSession)&&this[_0x3d478c(0xb1)]()[_0x3d478c(0x130)](_0x4b0475[_0x3d478c(0x10f)])){let _0x2734ac=!![];const _0x1d7ed5=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xfc)])||{},_0x3dc6b5=_0x1d7ed5['deviceName']||this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x196)])||this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x18f)]);if(_0x3dc6b5){const _0x273d64=(_0x1d7ed5[_0x3d478c(0x1d9)]||_0x1d7ed5[_0x3d478c(0x157)]||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x14f)])||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xba)])||'')[_0x3d478c(0x187)](),_0x19b7c9=(_0x1d7ed5[_0x3d478c(0x189)]||this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x162)])||'')[_0x3d478c(0x187)]();_0x4b0475['huTuP'](_0x273d64,_0x4b0475[_0x3d478c(0x1d0)])&&_0x19b7c9['includes'](_0x4b0475[_0x3d478c(0xc7)])?!_0x4b0475[_0x3d478c(0x12c)](isMobileScanningEnabledForGroup)?(logger['warn'](MOBILE_SCANNING_DISABLED_WARNING),_0x2734ac=![]):(logger[_0x3d478c(0x6c)](_0x4b0475[_0x3d478c(0x172)]),globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x12d)],!![])):(logger[_0x3d478c(0xf0)](_0x4b0475[_0x3d478c(0x191)]),_0x2734ac=![]);}if(_0x2734ac){const _0x1c6c87=_0x4b0475[_0x3d478c(0xe9)](parseFloat,_0x1d7ed5[_0x3d478c(0x1cf)]||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x151)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x48b818}=_0x4b0475[_0x3d478c(0x75)](require,_0x4b0475[_0x3d478c(0xc2)]),_0x109edd=_0x4b0475[_0x3d478c(0x183)](parseFloat,_0x48b818);!_0x4b0475['oNuDD'](isNaN,_0x1c6c87)&&_0x4b0475['kTWVt'](_0x1c6c87,_0x109edd)&&(logger[_0x3d478c(0xf0)](_0x3d478c(0x124)+_0x48b818+'.'),_0x2734ac=![]);}if(_0x2734ac){_0x4b0475[_0x3d478c(0x98)](setAccessibilityCapabilities,_0x204f37),this[_0x3d478c(0x6a)]();if(process['env'][_0x3d478c(0x1bf)]){let _0x3c1d15={};try{process[_0x3d478c(0x69)][_0x3d478c(0x7e)]&&(_0x3c1d15=JSON[_0x3d478c(0x197)](process['env'][_0x3d478c(0x7e)]));}catch(_0x59ef18){logger[_0x3d478c(0x6c)]('Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20'+_0x59ef18);}const _0x87f77e=helper['useW3C'](_0x204f37),_0x162a25=this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xfc)]);if(_0x4b0475[_0x3d478c(0x67)](_0x87f77e,![])&&(_0x162a25||!this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x8c)]))){const _0x369d45=_0x4b0475[_0x3d478c(0xa9)](_0x162a25,{});_0x369d45[_0x3d478c(0x120)]=!![];const _0x3fa76d={};_0x3fa76d['authToken']=process[_0x3d478c(0x69)][_0x3d478c(0x1bf)],_0x3fa76d[_0x3d478c(0x15f)]=_0x3c1d15[_0x3d478c(0x15f)],_0x369d45[_0x3d478c(0x1aa)]=Object[_0x3d478c(0x195)]({},_0x369d45[_0x3d478c(0x1aa)],_0x3fa76d),this[_0x3d478c(0x15e)]['set'](_0x4b0475[_0x3d478c(0xfc)],_0x369d45);}else{this[_0x3d478c(0x15e)]['set'](_0x4b0475[_0x3d478c(0x8c)],!![]);const _0x37502d=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['vJQDy'])||{},_0x3872de={};_0x3872de[_0x3d478c(0xd7)]=process[_0x3d478c(0x69)][_0x3d478c(0x1bf)],_0x3872de[_0x3d478c(0x15f)]=_0x3c1d15[_0x3d478c(0x15f)],this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0x1b0)],Object[_0x3d478c(0x195)]({},_0x37502d,_0x3872de));}}if(!_0x4b0475[_0x3d478c(0xdc)](setExtension,this,_0x204f37)){globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x17b)],![]);const _0x3c19b7=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['BeMgM']);_0x3c19b7&&(_0x3c19b7[_0x3d478c(0x120)]=![],delete _0x3c19b7['accessibilityOptions'],this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0xfc)],_0x3c19b7)),this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['eLuER'])&&(this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0x8c)],![]),this[_0x3d478c(0x15e)][_0x3d478c(0x6b)](_0x4b0475[_0x3d478c(0x1b0)]));}}}if(_0x4b0475[_0x3d478c(0xb7)](isAccessibilityAutomationSession)&&!this['getServerUrl']()[_0x3d478c(0x130)](_0x4b0475['kHpYs']))try{_0x4b0475[_0x3d478c(0xe9)](hasLegacyHeadlessArg,this)?(logger[_0x3d478c(0xf0)](_0x4b0475[_0x3d478c(0xbe)]),globals[_0x3d478c(0x149)](_0x4b0475['yjhOT'],![])):helper[_0x3d478c(0x12f)](null,helper[_0x3d478c(0xbd)](_0x204f37),_0x204f37[_0x3d478c(0xb0)],null,this,null);}catch(_0x538a53){logger[_0x3d478c(0x6c)](_0x3d478c(0x100)+util[_0x3d478c(0x1bd)](_0x538a53));}_0x4b0475[_0x3d478c(0x7d)](globals[_0x3d478c(0x7b)](_0x4b0475['zjImT']),_0x4b0475['tfryT'])&&(commandRepository[_0x3d478c(0x1a9)](_0x4b0475[_0x3d478c(0x1b2)]),commandRepository[_0x3d478c(0x15b)](globals[_0x3d478c(0x7b)](_0x4b0475[_0x3d478c(0x7f)])));if(this[_0x3d478c(0x10c)][_0x3d478c(0x130)](_0x4b0475[_0x3d478c(0x97)]))logger[_0x3d478c(0x6c)](_0x4b0475[_0x3d478c(0x84)]),globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x133)],![]),globals[_0x3d478c(0x149)](_0x4b0475['Fpdng'],![]);else globals['getGlobal'](_0x4b0475[_0x3d478c(0x133)])&&globals[_0x3d478c(0x7b)](_0x4b0475[_0x3d478c(0xee)])&&aiSdkWrapper[_0x3d478c(0x13f)](this);}})();const _0x2d8647=super[_0x3b583f(0x103)]();return PerformanceTester[_0x3b583f(0x1dd)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x59489c=_0x3b583f,_0x384d9f={'YUoyf':function(_0x42f1bc){return _0x4b0475['lyCtZ'](_0x42f1bc);},'ROQCc':function(_0x373bcf,_0x3a8a44,_0x1ba2b7){return _0x4b0475['awPXb'](_0x373bcf,_0x3a8a44,_0x1ba2b7);},'rDhYf':_0x4b0475[_0x59489c(0x17b)],'dbHkm':_0x4b0475[_0x59489c(0xfc)],'khLrq':_0x4b0475[_0x59489c(0x8c)],'hwANk':_0x4b0475[_0x59489c(0x1b0)],'ScKtY':_0x4b0475[_0x59489c(0x156)],'pklik':_0x4b0475[_0x59489c(0xcf)],'DHKVe':function(_0x209dfc,_0x2d2b42){const _0x5cea40=_0x59489c;return _0x4b0475[_0x5cea40(0xe5)](_0x209dfc,_0x2d2b42);},'PLYdA':function(_0x298cc3,_0x13e1e6,_0x197490,_0x264b29,_0x26ee9d){const _0x410faf=_0x59489c;return _0x4b0475[_0x410faf(0xe7)](_0x298cc3,_0x13e1e6,_0x197490,_0x264b29,_0x26ee9d);},'eFNDy':function(_0x5adb29,_0x4fc8af){const _0x21e411=_0x59489c;return _0x4b0475[_0x21e411(0x188)](_0x5adb29,_0x4fc8af);},'FOEZp':function(_0x549a39,_0x3fe392,_0x3b2a40){const _0x15040b=_0x59489c;return _0x4b0475[_0x15040b(0xdc)](_0x549a39,_0x3fe392,_0x3b2a40);},'ehpDO':function(_0x3ee6b6,_0x374433,_0x47da61){return _0x4b0475['MQOcr'](_0x3ee6b6,_0x374433,_0x47da61);}};_0x2d8647[_0x59489c(0x1a8)]['then'](_0x45328f=>{const _0x4302d5=_0x59489c,_0x34cd3c=_0x45328f['caps_'];if(!helper[_0x4302d5(0x10a)]()&&_0x384d9f[_0x4302d5(0xc5)](isAccessibilityAutomationSession)){const _0x3328f0=_0x384d9f[_0x4302d5(0x16c)](nonBstackPlatformValidation,_0x34cd3c,this);globals[_0x4302d5(0x149)](_0x384d9f[_0x4302d5(0x17c)],_0x3328f0);if(!_0x3328f0){const _0x3136f4=this[_0x4302d5(0x15e)][_0x4302d5(0xde)](_0x384d9f[_0x4302d5(0xa8)]);_0x3136f4&&(_0x3136f4[_0x4302d5(0x120)]=![],delete _0x3136f4['accessibilityOptions'],this[_0x4302d5(0x15e)][_0x4302d5(0x122)](_0x384d9f[_0x4302d5(0xa8)],_0x3136f4)),this['capabilities_'][_0x4302d5(0xde)](_0x384d9f['khLrq'])&&(this[_0x4302d5(0x15e)][_0x4302d5(0x122)](_0x384d9f['khLrq'],![]),this['capabilities_'][_0x4302d5(0x6b)](_0x384d9f[_0x4302d5(0x115)]));}}}),_0x2d8647[_0x59489c(0x1a8)][_0x59489c(0x110)](_0x2c9901=>{const _0x25bc77=_0x59489c;try{logger['debug'](_0x25bc77(0x14a)+_0x2c9901[_0x25bc77(0x1c6)]());const _0x120e0c=_0x2c9901['caps_'][_0x25bc77(0xde)](_0x4b0475['UzCHA']);_0x120e0c?(logger[_0x25bc77(0x6c)](_0x25bc77(0x1a1)+_0x120e0c),hubAllocator[_0x25bc77(0x158)](_0x120e0c,_0x2c9901[_0x25bc77(0x1c6)]()),helper['storeOptimalHubUrl'](_0x120e0c)):logger[_0x25bc77(0x6c)](_0x4b0475[_0x25bc77(0x74)]);}catch(_0x170f21){logger[_0x25bc77(0x6c)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x170f21);}}),_0x2d8647['quitCount_']=0x0,_0x2d8647[_0x59489c(0x110)]&&_0x2d8647[_0x59489c(0x110)](_0x24514a=>{const _0x27e711=_0x59489c,_0x85723c={'xjfDv':function(_0x31891d,_0x1c080e,_0x2f1e54){const _0x41251c=a177_0x4b25;return _0x384d9f[_0x41251c(0x16c)](_0x31891d,_0x1c080e,_0x2f1e54);},'tPRLi':function(_0x1a8973,_0x13af68,_0x17ff00,_0x38c2fe,_0x3f056a){const _0x5d30b6=a177_0x4b25;return _0x384d9f[_0x5d30b6(0x14b)](_0x1a8973,_0x13af68,_0x17ff00,_0x38c2fe,_0x3f056a);},'iKQed':function(_0x99c102,_0xbdd94f){const _0x3340f6=a177_0x4b25;return _0x384d9f[_0x3340f6(0x81)](_0x99c102,_0xbdd94f);},'dgpGO':_0x384d9f[_0x27e711(0xb8)],'zOVoW':_0x384d9f[_0x27e711(0xdb)]};helper[_0x27e711(0x94)](_0x24514a,_0x2d8647),_0x2e2507&&_0x384d9f[_0x27e711(0x181)](overrideTakeScreenshot,_0x24514a),helper[_0x27e711(0x199)](_0x24514a,_0x204f37),_0x384d9f[_0x27e711(0x16c)](overrideExecute,_0x24514a,_0x204f37),_0x384d9f['ROQCc'](propagateJestSessionName,_0x24514a,_0x780246),_0x204f37['capability']&&percyHelper[_0x27e711(0x12b)](_0x24514a,_0x58ed78[_0x27e711(0x1cb)],_0x204f37),_0x24514a['getAccessibilityResultsSummary']=async()=>{const _0x272792=_0x27e711;return await _0x85723c[_0x272792(0xfa)](getAccessibilityResultsSummary,_0x24514a,global);},_0x24514a[_0x27e711(0x8a)]=async()=>{const _0xb38032=_0x27e711;return await _0x85723c[_0xb38032(0xfa)](getAccessibilityResults,_0x24514a,global);},_0x24514a[_0x27e711(0x8e)]=async _0x183307=>{const _0x59ee27=_0x27e711;return await _0x85723c['tPRLi'](performScan,_0x24514a,null,!![],_0x85723c[_0x59ee27(0x6e)](_0x183307,null));},_0x24514a[_0x27e711(0xf3)]=async _0x13a0a1=>{const _0x30d1bb=_0x27e711;globals[_0x30d1bb(0x149)](_0x384d9f[_0x30d1bb(0xb8)],!![]),globals[_0x30d1bb(0x149)](_0x384d9f[_0x30d1bb(0xdb)],_0x384d9f['DHKVe'](_0x13a0a1,null));},_0x24514a[_0x27e711(0x1c7)]=async()=>{const _0x423e81=_0x27e711;globals[_0x423e81(0x149)](_0x85723c[_0x423e81(0xf9)],![]),globals['setGlobal'](_0x85723c[_0x423e81(0xaa)],null);};}),_0x2d8647[_0x59489c(0x166)]=async()=>{const _0xdb7db6=_0x59489c;return await _0x384d9f[_0xdb7db6(0x159)](getAccessibilityResultsSummary,_0x2d8647,global);},_0x2d8647[_0x59489c(0x8a)]=async()=>{const _0x317a80=_0x59489c;return await _0x384d9f[_0x317a80(0x95)](getAccessibilityResults,_0x2d8647,global);},_0x2d8647[_0x59489c(0x8e)]=async _0x54ee1f=>{const _0x11b177=_0x59489c;return await _0x384d9f[_0x11b177(0x14b)](performScan,_0x2d8647,null,!![],_0x384d9f[_0x11b177(0x81)](_0x54ee1f,null));},_0x2d8647[_0x59489c(0xf3)]=async _0x17f174=>{const _0x1883a5=_0x59489c;globals[_0x1883a5(0x149)](_0x4b0475[_0x1883a5(0x156)],!![]),globals[_0x1883a5(0x149)](_0x4b0475[_0x1883a5(0xcf)],_0x4b0475[_0x1883a5(0xa9)](_0x17f174,null));},_0x2d8647[_0x59489c(0x1c7)]=async()=>{const _0x277706=_0x59489c;globals['setGlobal'](_0x4b0475['QQYkX'],![]),globals[_0x277706(0x149)](_0x4b0475[_0x277706(0xcf)],null);},_0x2e2507&&_0x4b0475[_0x59489c(0xa0)](overrideTakeScreenshot,_0x2d8647),helper['overrideQuit'](_0x2d8647),helper['overrideGet'](_0x2d8647,_0x204f37),_0x4b0475[_0x59489c(0xdc)](overrideExecute,_0x2d8647,_0x204f37),_0x4b0475['xMiej'](propagateJestSessionName,_0x2d8647,_0x780246,_0x4b0475['nBVPf']),_0x204f37[_0x59489c(0xfd)]&&percyHelper[_0x59489c(0x12b)](_0x2d8647,_0x58ed78[_0x59489c(0x1cb)],_0x204f37);helper[_0x59489c(0xb3)](global['__driversArray'])&&(global[_0x59489c(0x141)]=[]);helper['isUndefined'](global[_0x59489c(0xc3)])&&(global[_0x59489c(0xc3)]=[]);global[_0x59489c(0x141)][_0x59489c(0xaf)](_0x2d8647),global[_0x59489c(0x88)]=_0x2d8647,_0x780246&&(_0x780246['global'][_0x59489c(0x88)]=_0x2d8647);_0x4b0475['ljqPf'](global[_0x59489c(0xc3)],undefined)&&global['__drivers'][_0x59489c(0xaf)](_0x2d8647);_0x780246&&helper[_0x59489c(0xb3)](_0x780246[_0x59489c(0x143)]['__drivers'])&&(_0x780246[_0x59489c(0x143)][_0x59489c(0xc3)]=[]);_0x780246&&helper[_0x59489c(0xb3)](_0x780246[_0x59489c(0x143)][_0x59489c(0x141)])&&(_0x780246[_0x59489c(0x143)][_0x59489c(0x141)]=[]);_0x780246&&_0x4b0475[_0x59489c(0x67)](_0x780246[_0x59489c(0x143)][_0x59489c(0xc3)],undefined)&&(_0x780246[_0x59489c(0x143)][_0x59489c(0xc3)][_0x59489c(0xaf)](_0x2d8647),_0x780246[_0x59489c(0x143)][_0x59489c(0x141)][_0x59489c(0xaf)](_0x2d8647));_0x2d8647[_0x59489c(0x165)]=globals['getGlobal'](_0x4b0475[_0x59489c(0x17b)]);try{global[_0x59489c(0xc3)][0x0][_0x59489c(0x1a8)]['then'](_0x6dbe36=>{const _0x54686c=_0x59489c;logger[_0x54686c(0x6c)](_0x54686c(0x155)+_0x6dbe36['getId']()+_0x54686c(0x1ba));})[_0x59489c(0xae)](_0x45d761=>{const _0x180fe0=_0x59489c;logger[_0x180fe0(0x6c)](_0x180fe0(0x131)+_0x45d761);});}catch(_0x149f55){logger[_0x59489c(0x6c)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x149f55);}globals[_0x59489c(0x149)](_0x4b0475[_0x59489c(0x17b)],globals[_0x59489c(0x7b)](_0x4b0475['yjhOT']));})(),_0x2d8647;}}_0x780246&&(globals['browserStackGlobals']=_0x780246[_0x53f188(0x143)]['browserStackGlobals']);if(_0x5d890e[_0x53f188(0x12e)](isAccessibilityAutomationSession))try{let _0x5a7702=helper['requireModule'](_0x5d890e[_0x53f188(0x8d)],_0x5d890e[_0x53f188(0x109)])[_0x53f188(0xd1)];(!_0x5a7702[_0x53f188(0xef)]||!_0x5a7702['prototype'][_0x53f188(0x136)])&&(_0x5a7702=helper[_0x53f188(0x126)](_0x5d890e['IqXvC'],_0x5d890e[_0x53f188(0x109)])['Executor']);if(_0x5a7702[_0x53f188(0xef)]&&_0x5a7702[_0x53f188(0xef)][_0x53f188(0x136)]){const _0x42e195=_0x5a7702[_0x53f188(0xef)][_0x53f188(0x136)];logger[_0x53f188(0x6c)](_0x5d890e[_0x53f188(0x101)]),_0x5a7702[_0x53f188(0xef)][_0x53f188(0x136)]=async function(){const _0x538c4d=_0x53f188;try{!globals[_0x538c4d(0x7b)](_0x5d890e['nAWFA'])&&globals[_0x538c4d(0x7b)](_0x5d890e[_0x538c4d(0x179)])&&globals[_0x538c4d(0x7b)](_0x5d890e[_0x538c4d(0x146)])&&scripts[_0x538c4d(0xe2)](arguments[0x0][_0x538c4d(0xe0)])&&!_0x5d890e[_0x538c4d(0x152)](isBrowserStackCommandExecutor,arguments[0x0][_0x538c4d(0x1a0)])&&(globals['setGlobal'](_0x5d890e['nAWFA'],!![]),logger['debug']('Performing\x20scan\x20for\x20'+arguments[0x0][_0x538c4d(0xe0)]),await _0x5d890e[_0x538c4d(0x106)](performScan,global[_0x538c4d(0x88)],arguments[0x0][_0x538c4d(0xe0)]));}catch(_0x346794){logger[_0x538c4d(0x6c)](_0x538c4d(0x1b6)+util[_0x538c4d(0x1bd)](_0x346794));}return globals['setGlobal'](_0x5d890e['nAWFA'],![]),_0x42e195[_0x538c4d(0x18a)](this,arguments);};}}catch(_0x1603a7){logger[_0x53f188(0x6c)](_0x5d890e[_0x53f188(0x145)](_0x5d890e[_0x53f188(0x87)],_0x1603a7));}return _0x58ed78[_0x53f188(0x169)]=_0x58ed78['Builder'],_0x58ed78[_0x53f188(0xd6)]=_0x5cffe1,_0x459762['HttpClient']=_0x316dcc,_0x58ed78;};module[a177_0x331867(0xf4)]['browserstackAgent']=modify,module[a177_0x331867(0xf4)][a177_0x331867(0xbf)]=modifyV2,module['exports'][a177_0x331867(0x190)]=percySDK,module[a177_0x331867(0xf4)][a177_0x331867(0x1bb)]=BrowserStackSdk,module['exports'][a177_0x331867(0xc8)]=modifyPlaywrightConfig;function a177_0x4b25(_0x30cd46,_0x4cbe60){const _0x3c8c71=a177_0x3c8c();return a177_0x4b25=function(_0x4b25e7,_0x2750b6){_0x4b25e7=_0x4b25e7-0x65;let _0x14c0be=_0x3c8c71[_0x4b25e7];return _0x14c0be;},a177_0x4b25(_0x30cd46,_0x4cbe60);}function a177_0x3c8c(){const _0x4dc8c8=['EjsDk','WebDriver','worNS','readTcgAuthConfigToGlobal','bstackA11yShouldScan','./helpers/performance/constants','Builder','authToken','proxyUrl','optimalHubUrl','edFQb','pklik','pVfgZ','firefoxOptions_','get','MOHlQ','name_','chromeOptions_','shouldWrapCommand','info','JMwgL','hiBvD','TjkYs','RNjZL','bstack:options','oNuDD','./helpers/accessibility-automation/scripts','YtBxI','VZrBr','edgeOptions','Fpdng','prototype','warn','device','object','startA11yScanning','exports','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','SDK_POST_INITIALIZE','21459fCXOct','https://','dgpGO','xjfDv','FKWxc','BeMgM','capability','storeOptimalHubUrl','CmALF','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','febyx','Setting\x20Browserstack\x20capabilities','build','22iGZGeP','ZdBCb','KnoWd','FSkCv','chromeOptions','InACS','isBrowserstackInfra','CAPABILITY_KEY','url_','beSlA','error','kHpYs','then','selenium-webdriver','.browserstack.com','fbVeT','split','hwANk','util','chrome','RQUlS','./helpers/accessibility-automation/helper','firefoxOptions','./hubAllocationMethods','HGFHB','tcTqf','isPacProxy','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','accessibility','aiHeal_isAuthenticated','set','ySbmS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','HttpClient','requireModule','setAdditionalCapabilities','8PDEXTE','SczGT','getHubUrl','patchDriverPercy','wmINu','nZnEp','FhJjT','prepareCapabilities','includes','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','YjAgm','ytJau','pOWlb','SHkjF','execute','XVivh','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','GVnGU','iUSAC','BXhck','YkLIu','rDTTS','QveUC','initializeHealingCapabilities','pvZsU','__driversArray','caps_','global','OASnL','IsHMO','cUfJX','./helpers/driverInitErrorReporter','HafMK','setGlobal','Session\x20ID:\x20','PLYdA','YDOTv','1891128pIxdBx','forEach','UQHNf','./bin/mocha/accessibility-automation/helper','IWtjo','qBAkV','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','EzmXO','setting\x20driver\x20Session\x20ID:\x20','QQYkX','platform','updateHubUrl','FOEZp','Modifying\x20webdriver\x20builder','setConfig','ms:edgeOptions','EidmM','capabilities_','scannerVersion','goog:chromeOptions','agent_','nTFqy','jahki','./helpers/ai-sdk/aiSdkWrapper','isAccessibilityPlatform','getAccessibilityResultsSummary','./browserStackSdk','./helpers/globals','originalBuilder','capabilities','vYaQY','ROQCc','length','safariOptions_','sayvH','mergeDeep','aiHeal_isHealingEnabled','mIpko','send','safari.options','gxkAy','selenium-webdriver/lib/webdriver.js','UJexw','android','Ahxqg','UAoJK','yjhOT','rDhYf','MrRtw','setServer','/session','BeXkR','eFNDy','Unable\x20to\x20find\x20executor\x20class\x20','dzenC','hrcTk','FVObe','path','toLowerCase','HxiIW','browserName','apply','tljWo','quVLa','bLgyg','keys','OgYHe','percy','nOqwn','aiSdk_bstackConfig','qZLRn','PFKqR','assign','JlfBD','parse','acEQB','overrideGet','deviceName','from','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','CaYZE','requireSeleniumWebdriver','xpxOs','parameters_','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','ieOptions','MPUdL','HpeJp','args','New\x20hub\x20url\x20set\x20to\x20','./helpers/percy/PercySDK','session_','setFramework','accessibilityOptions','se:ieOptions','200286LPelBy','browserstack.accessibility','PIPYJ','Hub\x20url\x20set\x20to\x20','vJQDy','Nlbbd','tfryT','wgOgD','ZykUg','3089260qBTMUa','Failed\x20to\x20perform\x20scan\x20','./helpers/helper','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','\x20to\x20global\x20drivers\x20array','BrowserStackSdk','ELmsw','format','CzdEA','BS_A11Y_JWT','yIcCS','lMqFa','./helpers/percy/utils','edgeOptions_','options_','Lkkew','getId','stopA11yScanning','Smrel','ZBCPB','ycgvy','WebElement','jEtUY','Dsved','/wd/hub','browserVersion','iXvGF','voVpp','LDAbr','MCuJF','dbqgC','Proxy\x20set\x20to\x20','mhvRD','proxy_','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','platformName','CmGqm','_installDriverInitFailureCapture','rGiNU','measureWrapper','bstackA11yScanOptions','installAll','__setBrowserOptions','SDK_PRE_INITIALIZE','ljqPf','Modifying\x20webdriver\x20execute','env','setCapabilities','delete','debug','bstackAllyScanning','iKQed','UVRaR','85mxdeWK','./helpers/accessibility-automation/constants','kyrDS','MDwgk','uhnKU','mVTKt','JXuwZ','10285101GIuxFR','JtaEJ','winstonLogger','BROWSERSTACK_TURBOSCALE','getGlobal','neETe','xJZgA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BVUnu','uWfiv','DHKVe','browserStackLogLevel','TWxoh','VVsOD','isMobilePlatform','logLevel','GmXVv','__driver','nhCjA','getAccessibilityResults','isTurboScaleSession','eLuER','LXadP','performScan','ttMCe','llKPf','ZLvhe','rFZxo','xtpwL','overrideQuit','ehpDO','message','dfJVV','VMwUO','getRequestOptions','proxySettings','jest','nTixU','LCWRw','MmavE','cZFka','pNcLI','requireHttpClient','2939293yuwUNt','concat','moz:firefoxOptions','CblcF','getHttpAgent','XSDNV','dbHkm','ByCsg','zOVoW','KzKlK','./helpers/ai-sdk/autoHealHelper','qHdzW','catch','push','framework','getServerUrl','MbVXf','isUndefined','DeBiT','JgIBZ','browserstack.accessibilityOptions','lyCtZ','ScKtY','LDCJY','CXGdo','bhIPO','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','useW3C','vAfLr','browserstackAgentV2','browserstackSessionName','ieOptions_','oSqrk','__drivers','sxfDG','YUoyf','acWgn','PCjUA','_modifyPlaywright','dHjSx','./bin/playwright/modifyPlaywrightConf','4995388oyotwZ','setLogLevel','94YVOMow','3nhMcOL','pDTYY'];a177_0x3c8c=function(){return _0x4dc8c8;};return a177_0x3c8c();}try{require(a177_0x331867(0x147))[a177_0x331867(0x1df)]();}catch(a177_0x5735fb){logger['debug']('driver-init\x20capture\x20install\x20failed:\x20'+(a177_0x5735fb&&a177_0x5735fb[a177_0x331867(0x96)]));}module['exports'][a177_0x331867(0x1db)]=require(a177_0x331867(0x147))[a177_0x331867(0x1df)];
|
|
1
|
+
const a177_0x5e7566=a177_0x5f0b;(function(_0x294855,_0x5344ef){const _0x3e462d=a177_0x5f0b,_0x394dec=_0x294855();while(!![]){try{const _0x7faf06=parseInt(_0x3e462d(0x287))/0x1*(parseInt(_0x3e462d(0x275))/0x2)+-parseInt(_0x3e462d(0x1d2))/0x3*(-parseInt(_0x3e462d(0x2a2))/0x4)+parseInt(_0x3e462d(0x1dd))/0x5+-parseInt(_0x3e462d(0x292))/0x6*(-parseInt(_0x3e462d(0x1c3))/0x7)+-parseInt(_0x3e462d(0x1d7))/0x8*(parseInt(_0x3e462d(0x18d))/0x9)+-parseInt(_0x3e462d(0x1db))/0xa+parseInt(_0x3e462d(0x195))/0xb*(-parseInt(_0x3e462d(0x259))/0xc);if(_0x7faf06===_0x5344ef)break;else _0x394dec['push'](_0x394dec['shift']());}catch(_0xab6af0){_0x394dec['push'](_0x394dec['shift']());}}}(a177_0x55d7,0x5b997));const util=require('util'),{overrideTakeScreenshot}=require(a177_0x5e7566(0x241)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a177_0x5e7566(0x253)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a177_0x5e7566(0x19b)),logger=require('./helpers/logger')[a177_0x5e7566(0x250)],hubAllocator=require('./hubAllocationMethods'),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require(a177_0x5e7566(0x213)),BrowserStackSdk=require(a177_0x5e7566(0x29c)),modifyPlaywrightConfig=require(a177_0x5e7566(0x237)),scripts=require(a177_0x5e7566(0x194)),globals=require(a177_0x5e7566(0x1ed)),{commandRepository}=require(a177_0x5e7566(0x202)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a177_0x5e7566(0x257)),PerformanceTester=require(a177_0x5e7566(0x22b)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a177_0x5e7566(0x27e)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a177_0x5e7566(0x253)),modify=_0x3fb736=>{const _0x81c392=a177_0x5e7566,_0x1566a1={'gWJEe':function(_0x4cfc79,_0x560bec){return _0x4cfc79!==_0x560bec;},'cdUMS':'/session','XwqOL':function(_0x703aa6,_0x110a1c){return _0x703aa6+_0x110a1c;},'SifFZ':function(_0x3da072,_0x3e5259){return _0x3da072+_0x3e5259;},'XRrxN':'https://','EFjiW':'/wd/hub','OucMI':_0x81c392(0x2ce),'Mpyzq':_0x81c392(0x2cb),'SZBkh':'ms:edgeOptions','fysHG':_0x81c392(0x185),'NYZZk':_0x81c392(0x209),'TusYy':'firefoxOptions','ldyLj':'safari.options','YBupK':_0x81c392(0x283),'cyeVL':_0x81c392(0x1cd),'IXCBH':function(_0x299f20,_0x94bb9d){return _0x299f20===_0x94bb9d;},'dbsFL':'object','qAwei':_0x81c392(0x1e6),'fVPrR':function(_0x23c7d4){return _0x23c7d4();},'UGFxe':function(_0x487856,_0x24ea30){return _0x487856(_0x24ea30);},'jwYWP':_0x81c392(0x2aa),'oRkha':'device','mnynV':_0x81c392(0x24a),'DhUVs':_0x81c392(0x265),'BzQKr':_0x81c392(0x1ab),'Znjfb':_0x81c392(0x24b),'tlXhP':function(_0x1ffaa3,_0x58031b){return _0x1ffaa3===_0x58031b;},'NgKUR':'android','SeEKW':_0x81c392(0x190),'SuhPV':function(_0x471ccf){return _0x471ccf();},'ngnHL':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','BpJqc':'isMobilePlatform','zGICk':_0x81c392(0x291),'UwEJY':function(_0x39bed5,_0x2a3185,_0x39652d){return _0x39bed5(_0x2a3185,_0x39652d);},'CHJLT':_0x81c392(0x211),'XYKxJ':'browserstack.accessibilityOptions','CFZCv':_0x81c392(0x278),'FeZys':'optimalHubUrl','Kifus':_0x81c392(0x21e),'OHtBU':function(_0x414430,_0x2f91c8,_0x101d34){return _0x414430(_0x2f91c8,_0x101d34);},'pCmnB':function(_0x5a5c1a,_0x49041b,_0x287770,_0x1e2776,_0x141580){return _0x5a5c1a(_0x49041b,_0x287770,_0x1e2776,_0x141580);},'UEZGt':function(_0x518b70,_0x2ceed1){return _0x518b70||_0x2ceed1;},'XilTF':function(_0x4fb524,_0x7207c6,_0xf353c3){return _0x4fb524(_0x7207c6,_0xf353c3);},'rLLvA':_0x81c392(0x1a8),'YutcV':'bstackA11yScanOptions','zZVBV':function(_0x1fe474,_0x478a80,_0x71c14d){return _0x1fe474(_0x478a80,_0x71c14d);},'oLoeC':_0x81c392(0x187),'rYCRV':_0x81c392(0x1b9)};logger[_0x81c392(0x2ad)](_0x1566a1['oLoeC']),logger[_0x81c392(0x26e)](_0x1566a1[_0x81c392(0x260)]);const _0x1e4ce7=helper[_0x81c392(0x2a8)](),_0x69c0c7=helper[_0x81c392(0x1f0)]();class _0x5113f9 extends _0x69c0c7[_0x81c392(0x216)]{[_0x81c392(0x2a3)](_0x1b7c3f){const _0x33daf0=_0x81c392;if(_0x1566a1['gWJEe'](_0x1b7c3f[_0x33daf0(0x2c4)],_0x1566a1[_0x33daf0(0x225)]))try{const _0x4fe534=_0x1b7c3f[_0x33daf0(0x2c4)][_0x33daf0(0x23e)]('/')[0x2];if(_0x4fe534){const _0x3976e8=hubAllocator['consumeHubUrlForSession'](_0x4fe534);if(_0x3976e8){const _0x116f87=_0x1566a1[_0x33daf0(0x268)](_0x1566a1[_0x33daf0(0x2ca)](_0x1566a1[_0x33daf0(0x1fb)],_0x3976e8),_0x1566a1[_0x33daf0(0x1a1)]);this[_0x33daf0(0x2ba)]=hubAllocator[_0x33daf0(0x2ae)](_0x116f87),logger[_0x33daf0(0x26e)]('New\x20hub\x20url\x20set\x20to\x20'+_0x116f87);}}}catch(_0x5ef6c9){logger[_0x33daf0(0x201)](_0x5ef6c9);}return super[_0x33daf0(0x2a3)](_0x1b7c3f);}}class _0x39c14e extends _0x1e4ce7['Builder']{['__setBrowserOptions'](_0x5bb895){const _0x2152c2=_0x81c392;let _0x3b512e={};for(const _0x44374a in _0x5bb895){switch(_0x44374a){case _0x1566a1[_0x2152c2(0x1e2)]:case _0x1566a1[_0x2152c2(0x2ab)]:this[_0x2152c2(0x22c)]&&(_0x3b512e=this['chromeOptions_'][_0x2152c2(0x1aa)](this[_0x2152c2(0x22c)][_0x2152c2(0x17f)])||{},this[_0x2152c2(0x22c)]['set'](this['chromeOptions_'][_0x2152c2(0x17f)],helper[_0x2152c2(0x17d)](_0x3b512e,_0x5bb895[_0x44374a])));break;case _0x1566a1[_0x2152c2(0x266)]:case _0x1566a1[_0x2152c2(0x17e)]:this[_0x2152c2(0x2c6)]&&(_0x3b512e=this[_0x2152c2(0x2c6)][_0x2152c2(0x1aa)](this[_0x2152c2(0x2c6)]['CAPABILITY_KEY'])||{},this[_0x2152c2(0x2c6)]['set'](this['edgeOptions_'][_0x2152c2(0x17f)],helper[_0x2152c2(0x17d)](_0x3b512e,_0x5bb895[_0x44374a])));break;case _0x1566a1[_0x2152c2(0x28f)]:case _0x1566a1[_0x2152c2(0x1a2)]:this[_0x2152c2(0x21c)]&&(_0x3b512e=this[_0x2152c2(0x21c)][_0x2152c2(0x1aa)](this[_0x2152c2(0x21c)][_0x2152c2(0x17f)])||{},this[_0x2152c2(0x21c)][_0x2152c2(0x24d)](this[_0x2152c2(0x21c)]['CAPABILITY_KEY'],helper[_0x2152c2(0x17d)](_0x3b512e,_0x5bb895[_0x44374a])));break;case _0x1566a1['ldyLj']:this[_0x2152c2(0x1f2)]&&(_0x3b512e=this[_0x2152c2(0x1f2)][_0x2152c2(0x1aa)](this[_0x2152c2(0x1f2)]['CAPABILITY_KEY'])||{},this[_0x2152c2(0x1f2)][_0x2152c2(0x24d)](this[_0x2152c2(0x1f2)][_0x2152c2(0x17f)],helper[_0x2152c2(0x17d)](_0x3b512e,_0x5bb895[_0x44374a])));break;case _0x1566a1[_0x2152c2(0x2a6)]:case _0x1566a1[_0x2152c2(0x18c)]:this['ieOptions_']&&(_0x3b512e=this[_0x2152c2(0x222)][_0x2152c2(0x1aa)](this['ieOptions_'][_0x2152c2(0x17f)])||{},this['ieOptions_'][_0x2152c2(0x24d)](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x2152c2(0x17d)](_0x3b512e,_0x5bb895[_0x44374a])));break;}}}[_0x81c392(0x2b1)](){const _0x2bec04=_0x81c392;return this[_0x2bec04(0x263)]=helper[_0x2bec04(0x1ec)](_0x3fb736),logger[_0x2bec04(0x26e)](_0x2bec04(0x1cb)+this['url_']),this;}[_0x81c392(0x1be)](){const _0x3e4a60=_0x81c392;return logger[_0x3e4a60(0x26e)](_0x1566a1[_0x3e4a60(0x242)]),this[_0x3e4a60(0x188)](_0x3fb736[_0x3e4a60(0x182)]),Object[_0x3e4a60(0x214)](_0x3fb736[_0x3e4a60(0x182)])['forEach'](_0x3f4460=>{const _0x5bdcd2=_0x3e4a60,_0x271b1f=this[_0x5bdcd2(0x28c)]['get'](_0x3f4460);_0x1566a1['IXCBH'](typeof _0x271b1f,_0x1566a1[_0x5bdcd2(0x299)])?this[_0x5bdcd2(0x28c)][_0x5bdcd2(0x24d)](_0x3f4460,helper[_0x5bdcd2(0x17d)](_0x271b1f,_0x3fb736[_0x5bdcd2(0x182)][_0x3f4460])):this[_0x5bdcd2(0x28c)]['set'](_0x3f4460,_0x3fb736[_0x5bdcd2(0x182)][_0x3f4460]);}),this;}[_0x81c392(0x1a6)](){const _0x149a25=_0x81c392,_0x5b6599={'ppMfT':_0x1566a1[_0x149a25(0x1ba)],'VDZVZ':_0x1566a1['Kifus'],'JXyQR':function(_0x479594,_0x30ad53,_0x2947de){const _0x404066=_0x149a25;return _0x1566a1[_0x404066(0x1df)](_0x479594,_0x30ad53,_0x2947de);},'tryqf':function(_0x55d99b,_0x1da9b2,_0x554444,_0x54565c,_0x2671b7){const _0x5535c8=_0x149a25;return _0x1566a1[_0x5535c8(0x199)](_0x55d99b,_0x1da9b2,_0x554444,_0x54565c,_0x2671b7);},'cdVHJ':function(_0x3850b5,_0x174463){return _0x1566a1['UEZGt'](_0x3850b5,_0x174463);},'AcPYc':function(_0x5e2364,_0x381e69,_0x4e5ab8){const _0x4b5b7e=_0x149a25;return _0x1566a1[_0x4b5b7e(0x1e3)](_0x5e2364,_0x381e69,_0x4e5ab8);},'hCMQS':_0x1566a1['rLLvA'],'wywGg':_0x1566a1['YutcV'],'uHvuB':function(_0x3a725f,_0x257255,_0x59a139,_0x2aa86d,_0x296727){const _0x2665c5=_0x149a25;return _0x1566a1[_0x2665c5(0x199)](_0x3a725f,_0x257255,_0x59a139,_0x2aa86d,_0x296727);},'YCrJZ':function(_0x1beb4e,_0x3fc19c,_0x6d70ea){const _0x3bff0e=_0x149a25;return _0x1566a1[_0x3bff0e(0x1e1)](_0x1beb4e,_0x3fc19c,_0x6d70ea);}};PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x4046ad=_0x149a25;_0x1566a1[_0x4046ad(0x276)](isAccessibilityAutomationSession)&&_0x1566a1[_0x4046ad(0x1f3)](setAccessibilityCapabilities,_0x3fb736);this[_0x4046ad(0x2b1)](),this[_0x4046ad(0x1be)]();if(helper[_0x4046ad(0x1e7)](_0x3fb736[_0x4046ad(0x203)][_0x4046ad(0x262)]))this[_0x4046ad(0x290)]=helper[_0x4046ad(0x27a)](_0x3fb736['proxySettings'][_0x4046ad(0x262)]);else _0x3fb736[_0x4046ad(0x203)]['proxyUrl']&&(this[_0x4046ad(0x20d)]=_0x3fb736['proxySettings'][_0x4046ad(0x262)],logger['debug'](_0x4046ad(0x279)+this[_0x4046ad(0x20d)]));if(_0x1566a1['fVPrR'](isAccessibilityAutomationSession)){const _0x441da5=this[_0x4046ad(0x28c)][_0x4046ad(0x1aa)](_0x1566a1[_0x4046ad(0x273)])||{},_0x11323e=_0x441da5[_0x4046ad(0x24a)]||this[_0x4046ad(0x28c)][_0x4046ad(0x1aa)](_0x1566a1['oRkha'])||this[_0x4046ad(0x28c)]['get'](_0x1566a1[_0x4046ad(0x228)]);if(_0x11323e){const _0x274d4a=(_0x441da5[_0x4046ad(0x265)]||_0x441da5['platform']||this[_0x4046ad(0x28c)][_0x4046ad(0x1aa)](_0x1566a1[_0x4046ad(0x1af)])||this['capabilities_'][_0x4046ad(0x1aa)](_0x1566a1['BzQKr'])||'')[_0x4046ad(0x24f)](),_0x42c616=(_0x441da5[_0x4046ad(0x24b)]||this['capabilities_'][_0x4046ad(0x1aa)](_0x1566a1[_0x4046ad(0x26a)])||'')[_0x4046ad(0x24f)]();_0x1566a1[_0x4046ad(0x2a7)](_0x274d4a,_0x1566a1['NgKUR'])&&_0x42c616[_0x4046ad(0x234)](_0x1566a1[_0x4046ad(0x224)])&&(_0x1566a1[_0x4046ad(0x251)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x1566a1['ngnHL']),globals['setGlobal'](_0x1566a1[_0x4046ad(0x2b8)],!![])));}}if(globals[_0x4046ad(0x277)](_0x1566a1['zGICk'])){if(!_0x1566a1[_0x4046ad(0x1c7)](setExtension,this,_0x3fb736)){globals[_0x4046ad(0x1b1)](_0x1566a1[_0x4046ad(0x17c)],![]);const _0x51ba95=this['capabilities_'][_0x4046ad(0x1aa)](_0x1566a1[_0x4046ad(0x273)]);_0x51ba95&&(_0x51ba95['accessibility']=![],delete _0x51ba95[_0x4046ad(0x297)],this[_0x4046ad(0x28c)]['set'](_0x1566a1[_0x4046ad(0x273)],_0x51ba95)),this[_0x4046ad(0x28c)][_0x4046ad(0x1aa)](_0x1566a1[_0x4046ad(0x246)])&&(this['capabilities_'][_0x4046ad(0x24d)](_0x1566a1['CHJLT'],![]),this[_0x4046ad(0x28c)][_0x4046ad(0x1c0)](_0x1566a1[_0x4046ad(0x22f)]));}}(!helper[_0x4046ad(0x244)]()||helper[_0x4046ad(0x18f)](_0x3fb736))&&helper[_0x4046ad(0x29f)](null,helper[_0x4046ad(0x29b)](_0x3fb736),_0x3fb736[_0x4046ad(0x192)],null,this,null),helper['setAdditionalCapabilities'](_0x3fb736[_0x4046ad(0x182)]),logger[_0x4046ad(0x26e)](_0x1566a1[_0x4046ad(0x200)]);})();const _0x47014b=super[_0x149a25(0x1a6)]();return PerformanceTester[_0x149a25(0x28b)](PerformanceEvents[_0x149a25(0x243)],()=>{const _0x5977f4=_0x149a25,_0x38b377={'NQMIU':function(_0x4777fe,_0x3e68fd,_0x2ed973){return _0x5b6599['AcPYc'](_0x4777fe,_0x3e68fd,_0x2ed973);},'WwfYz':_0x5b6599['hCMQS'],'POLzf':_0x5b6599[_0x5977f4(0x204)],'FbEBK':function(_0x4d4c3b,_0x26c878){const _0xb5c059=_0x5977f4;return _0x5b6599[_0xb5c059(0x26c)](_0x4d4c3b,_0x26c878);},'ICjIS':function(_0x1087e8,_0x2411f0,_0x1e96b1,_0x627a9d,_0x2065b3){const _0x461bf3=_0x5977f4;return _0x5b6599[_0x461bf3(0x27b)](_0x1087e8,_0x2411f0,_0x1e96b1,_0x627a9d,_0x2065b3);}};_0x47014b[_0x5977f4(0x19f)][_0x5977f4(0x2b9)](_0x10fe4a=>{const _0x54a574=_0x5977f4;try{const _0x32d3d1=_0x10fe4a['caps_'][_0x54a574(0x1aa)](_0x5b6599['ppMfT']);_0x32d3d1?(logger[_0x54a574(0x26e)](_0x54a574(0x298)+_0x32d3d1),hubAllocator['updateHubUrl'](_0x32d3d1,_0x10fe4a['getId']()),helper['storeOptimalHubUrl'](_0x32d3d1)):logger[_0x54a574(0x26e)](_0x5b6599['VDZVZ']);}catch(_0x3e0414){logger[_0x54a574(0x26e)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x3e0414);}}),_0x47014b[_0x5977f4(0x2b9)]&&_0x47014b['then'](_0x4a30c2=>{const _0xfcfd68=_0x5977f4,_0x3bf297={'qVvxm':function(_0x2b94d9,_0x208e2d,_0x2d42ab){const _0x43254a=a177_0x5f0b;return _0x5b6599[_0x43254a(0x1b4)](_0x2b94d9,_0x208e2d,_0x2d42ab);},'aNegO':function(_0xbd7dc2,_0x53005b,_0x2cfce7,_0x41e439,_0x503fb2){const _0x2efd8e=a177_0x5f0b;return _0x5b6599[_0x2efd8e(0x2af)](_0xbd7dc2,_0x53005b,_0x2cfce7,_0x41e439,_0x503fb2);},'ESTne':function(_0x21570,_0x2ed072){const _0x38032f=a177_0x5f0b;return _0x5b6599[_0x38032f(0x26c)](_0x21570,_0x2ed072);}};helper[_0xfcfd68(0x269)](_0x4a30c2,_0x3fb736),_0x5b6599[_0xfcfd68(0x293)](overrideExecute,_0x4a30c2,_0x3fb736),_0x4a30c2[_0xfcfd68(0x26b)]=async()=>{const _0x1f3534=_0xfcfd68;return await _0x38b377[_0x1f3534(0x270)](getAccessibilityResultsSummary,_0x4a30c2,global);},_0x4a30c2['getAccessibilityResults']=async()=>{const _0x925a47=_0xfcfd68;return await _0x3bf297[_0x925a47(0x1a3)](getAccessibilityResults,_0x4a30c2,global);},_0x4a30c2[_0xfcfd68(0x2a9)]=async _0x16b501=>{const _0x159604=_0xfcfd68;return await _0x3bf297['aNegO'](performScan,_0x4a30c2,null,!![],_0x3bf297[_0x159604(0x1ea)](_0x16b501,null));},_0x4a30c2[_0xfcfd68(0x1a0)]=async _0x48ca78=>{const _0x2fcba1=_0xfcfd68;globals[_0x2fcba1(0x1b1)](_0x38b377[_0x2fcba1(0x27c)],!![]),globals['setGlobal'](_0x38b377[_0x2fcba1(0x219)],_0x38b377['FbEBK'](_0x48ca78,null));},_0x4a30c2[_0xfcfd68(0x2c1)]=async()=>{const _0x5e6c35=_0xfcfd68;globals[_0x5e6c35(0x1b1)](_0x38b377[_0x5e6c35(0x27c)],![]),globals['setGlobal'](_0x38b377[_0x5e6c35(0x219)],null);};}),_0x47014b['getAccessibilityResultsSummary']=async()=>{const _0x30463a=_0x5977f4;return await _0x5b6599[_0x30463a(0x293)](getAccessibilityResultsSummary,_0x47014b,global);},_0x47014b[_0x5977f4(0x1fa)]=async()=>{const _0x34cf8a=_0x5977f4;return await _0x38b377[_0x34cf8a(0x270)](getAccessibilityResults,_0x47014b,global);},_0x47014b[_0x5977f4(0x2a9)]=async _0x4d2596=>{const _0x32ba1e=_0x5977f4;return await _0x38b377[_0x32ba1e(0x1fe)](performScan,_0x47014b,null,!![],_0x38b377[_0x32ba1e(0x236)](_0x4d2596,null));},_0x47014b[_0x5977f4(0x1a0)]=async _0x1b358a=>{const _0x486f01=_0x5977f4;globals[_0x486f01(0x1b1)](_0x5b6599[_0x486f01(0x2bf)],!![]),globals[_0x486f01(0x1b1)](_0x5b6599[_0x486f01(0x204)],_0x5b6599['cdVHJ'](_0x1b358a,null));},_0x47014b[_0x5977f4(0x2c1)]=async()=>{const _0x372f52=_0x5977f4;globals[_0x372f52(0x1b1)](_0x5b6599['hCMQS'],![]),globals[_0x372f52(0x1b1)](_0x5b6599[_0x372f52(0x204)],null);},helper[_0x5977f4(0x269)](_0x47014b,_0x3fb736),_0x5b6599['YCrJZ'](overrideExecute,_0x47014b,_0x3fb736),helper[_0x5977f4(0x1de)](global[_0x5977f4(0x1bf)])&&(global[_0x5977f4(0x1bf)]=[]),global['__driversArray'][_0x5977f4(0x1e8)](_0x47014b);})(),_0x47014b;}}_0x1e4ce7[_0x81c392(0x205)]=_0x1e4ce7[_0x81c392(0x1a9)],_0x1e4ce7['Builder']=_0x39c14e,_0x69c0c7[_0x81c392(0x216)]=_0x5113f9;},propagateJestSessionName=(_0x14cdb4,_0x20a940,_0x70e7f8='')=>{const _0x78fb48=a177_0x5e7566,_0x42c981={};_0x42c981[_0x78fb48(0x1c2)]=_0x78fb48(0x2b3);const _0x369ce3=_0x42c981;_0x20a940&&_0x20a940[_0x78fb48(0x1bd)]&&_0x20a940[_0x78fb48(0x1bd)][_0x78fb48(0x25c)]&&helper[_0x78fb48(0x1de)](_0x14cdb4[_0x78fb48(0x25c)])&&(_0x14cdb4[_0x78fb48(0x25c)]=_0x20a940[_0x78fb48(0x1bd)][_0x78fb48(0x25c)],logger['debug'](util[_0x78fb48(0x23f)](_0x369ce3[_0x78fb48(0x1c2)],_0x70e7f8?'\x20'+_0x70e7f8:'',_0x14cdb4[_0x78fb48(0x25c)])));},modifyV2=(_0x338e54,_0x533d56=null,_0x9928f8=![])=>{const _0x2ecf18=a177_0x5e7566,_0x3dca6e={'DMWLd':function(_0x16d437,_0x26a659){return _0x16d437!==_0x26a659;},'eANfs':_0x2ecf18(0x288),'LxxJy':function(_0x4b08c2,_0x45b060){return _0x4b08c2+_0x45b060;},'trwcB':function(_0x18db1e,_0x5a4e45){return _0x18db1e+_0x5a4e45;},'drkWI':_0x2ecf18(0x208),'uuZjE':'/wd/hub','Mcxuu':_0x2ecf18(0x254),'xyPOU':_0x2ecf18(0x274),'bveTR':_0x2ecf18(0x2ce),'rpRfq':_0x2ecf18(0x2cb),'VXEMy':_0x2ecf18(0x1c9),'HyraY':_0x2ecf18(0x185),'MddvB':_0x2ecf18(0x209),'WpRnQ':_0x2ecf18(0x25d),'PEzMx':_0x2ecf18(0x221),'mBRkZ':_0x2ecf18(0x283),'zSNit':_0x2ecf18(0x1cd),'pFnkt':function(_0x53e513,_0x39aa2f){return _0x53e513===_0x39aa2f;},'LcArt':_0x2ecf18(0x247),'FBEJk':_0x2ecf18(0x1e6),'znJIQ':function(_0x420673,_0x15bfd8){return _0x420673>_0x15bfd8;},'nqNnG':function(_0x15521e){return _0x15521e();},'bkcyq':function(_0x41d1b1,_0x2b99f4){return _0x41d1b1(_0x2b99f4);},'BjNIL':_0x2ecf18(0x2aa),'hlQPL':_0x2ecf18(0x25e),'TbcRy':_0x2ecf18(0x24a),'AVgJl':'platformName','FiZky':_0x2ecf18(0x1ab),'lgFgy':_0x2ecf18(0x24b),'CvzBn':function(_0x30a1b6,_0x2fda4f){return _0x30a1b6===_0x2fda4f;},'NEhYi':_0x2ecf18(0x232),'wQdkn':_0x2ecf18(0x190),'Dqxxd':_0x2ecf18(0x227),'gwuGV':_0x2ecf18(0x1d6),'MoSPd':_0x2ecf18(0x291),'IzEvR':function(_0x4dd486,_0x3a369c,_0x206cb4){return _0x4dd486(_0x3a369c,_0x206cb4);},'UdDsy':'browserstack.accessibility','Dgckr':_0x2ecf18(0x27d),'kwgTg':_0x2ecf18(0x278),'USTcu':_0x2ecf18(0x2a4),'ZquVo':function(_0x130530,_0x264ce5){return _0x130530===_0x264ce5;},'TAqRs':_0x2ecf18(0x1c6),'aQlFI':function(_0x465c17,_0x597c28){return _0x465c17(_0x597c28);},'FZmFj':'browserVersion','rRSrs':function(_0x57f2dc,_0x4cf0c4){return _0x57f2dc(_0x4cf0c4);},'ZgpJF':_0x2ecf18(0x24c),'gdaUy':function(_0x2c8052,_0x49a4f1){return _0x2c8052<_0x49a4f1;},'BKnCE':function(_0xe8131a,_0x2ccfa8){return _0xe8131a!==_0x2ccfa8;},'widTS':function(_0x381bd6,_0x1846f1){return _0x381bd6||_0x1846f1;},'Vqssc':function(_0x14fc74,_0x381490,_0x112963){return _0x14fc74(_0x381490,_0x112963);},'coZqO':_0x2ecf18(0x1ef),'hYeAa':function(_0x1918a3,_0x54584e){return _0x1918a3===_0x54584e;},'aSDQt':_0x2ecf18(0x1c8),'DMeXM':'jest','hncih':_0x2ecf18(0x1bb),'dVtDN':_0x2ecf18(0x19c),'PWCMc':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','FAOug':function(_0x42473e){return _0x42473e();},'rkUbP':function(_0x5cadf8,_0x5cfc05,_0x5e41d2,_0x1202d9,_0x561d40){return _0x5cadf8(_0x5cfc05,_0x5e41d2,_0x1202d9,_0x561d40);},'SMytG':function(_0x4470a7,_0x16df84){return _0x4470a7||_0x16df84;},'YMCov':_0x2ecf18(0x1a8),'BRnnP':'bstackA11yScanOptions','AwYDh':function(_0x21e04a,_0x2a540d,_0xefcba7,_0x2853a8){return _0x21e04a(_0x2a540d,_0xefcba7,_0x2853a8);},'kcRWi':_0x2ecf18(0x29a),'CbfvN':function(_0x450f57,_0x163902){return _0x450f57!==_0x163902;},'FeZPo':function(_0x461def,_0x2cdf7f){return _0x461def!==_0x2cdf7f;},'KXZzB':_0x2ecf18(0x1cf),'EcaTW':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','wgklB':function(_0x15d060,_0x241dc7,_0x3e16e1){return _0x15d060(_0x241dc7,_0x3e16e1);},'gUSmC':function(_0x1b5e3a,_0x98416c,_0x1a0ba2){return _0x1b5e3a(_0x98416c,_0x1a0ba2);},'zkCMx':function(_0x87fec,_0x32c02c,_0x2c92ce){return _0x87fec(_0x32c02c,_0x2c92ce);},'WeBLn':_0x2ecf18(0x2cc),'STbVB':function(_0x1cc82b,_0x145df2){return _0x1cc82b(_0x145df2);},'BRwHV':function(_0x1a2a5b,_0x148412,_0x30a43a){return _0x1a2a5b(_0x148412,_0x30a43a);},'OupAG':_0x2ecf18(0x187),'ZJlAT':_0x2ecf18(0x1b9),'bRNCa':_0x2ecf18(0x1bc),'NxsXX':_0x2ecf18(0x26f),'jkKXb':_0x2ecf18(0x180),'veCkJ':_0x2ecf18(0x1c4),'JwpNf':_0x2ecf18(0x1ad)},_0x1146be=helper[_0x2ecf18(0x1f0)]();let _0x5166a4;try{_0x5166a4=helper[_0x2ecf18(0x2a8)](),_0x5166a4[_0x2ecf18(0x205)]&&(_0x5166a4[_0x2ecf18(0x1a9)]=_0x5166a4[_0x2ecf18(0x205)]);}catch(_0x134eaf){return;}if(helper[_0x2ecf18(0x244)]()){const _0x1f23c3={};_0x1f23c3[_0x2ecf18(0x26d)]=_0x338e54[_0x2ecf18(0x235)],helper['setLogLevel'](_0x1f23c3,new Map(),new Map()),logger[_0x2ecf18(0x2ad)](_0x3dca6e[_0x2ecf18(0x286)]),logger['debug'](_0x3dca6e[_0x2ecf18(0x1fd)]);}class _0x2ad620 extends _0x1146be[_0x2ecf18(0x216)]{[_0x2ecf18(0x2a3)](_0xf37515){const _0x15ddfa=_0x2ecf18;if(_0x3dca6e[_0x15ddfa(0x21a)](_0xf37515['path'],_0x3dca6e[_0x15ddfa(0x2c5)]))try{const _0xa177a3=_0xf37515[_0x15ddfa(0x2c4)][_0x15ddfa(0x23e)]('/')[0x2];if(_0xa177a3){const _0xac08eb=hubAllocator[_0x15ddfa(0x28a)](_0xa177a3);if(_0xac08eb){const _0x4557a7=_0x3dca6e[_0x15ddfa(0x25b)](_0x3dca6e['trwcB'](_0x3dca6e[_0x15ddfa(0x238)],_0xac08eb),_0x3dca6e[_0x15ddfa(0x207)]);this['options_']=hubAllocator[_0x15ddfa(0x2ae)](_0x4557a7),logger[_0x15ddfa(0x26e)](_0x15ddfa(0x212)+_0x4557a7);}}}catch(_0x27092e){logger[_0x15ddfa(0x201)](_0x27092e);}if(globals[_0x15ddfa(0x277)](_0x3dca6e['Mcxuu'])&&globals[_0x15ddfa(0x277)](_0x3dca6e['xyPOU'])){const _0x12e90b=_0xf37515[_0x15ddfa(0x2c4)][_0x15ddfa(0x23e)]('/')[0x2];_0x12e90b&&commandRepository[_0x15ddfa(0x2a1)](_0x12e90b,_0xf37515);}return super[_0x15ddfa(0x2a3)](_0xf37515);}}class _0x31ca53 extends _0x5166a4[_0x2ecf18(0x1a9)]{[_0x2ecf18(0x2b1)](){const _0x20bf43=_0x2ecf18;return helper[_0x20bf43(0x244)]()&&(this['url_']=helper[_0x20bf43(0x1ec)](_0x338e54)),this;}[_0x2ecf18(0x188)](_0x86ad3d){const _0x53599e=_0x2ecf18;let _0x116069={};for(const _0xa30573 in _0x86ad3d){switch(_0xa30573){case _0x3dca6e[_0x53599e(0x233)]:case _0x3dca6e[_0x53599e(0x1fc)]:this[_0x53599e(0x22c)]&&(_0x116069=this[_0x53599e(0x22c)][_0x53599e(0x1aa)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this['chromeOptions_'][_0x53599e(0x24d)](this[_0x53599e(0x22c)][_0x53599e(0x17f)],helper['mergeDeep'](_0x116069,_0x86ad3d[_0xa30573])));break;case _0x3dca6e['VXEMy']:case _0x3dca6e[_0x53599e(0x1c1)]:this['edgeOptions_']&&(_0x116069=this['edgeOptions_']['get'](this['edgeOptions_']['CAPABILITY_KEY'])||{},this[_0x53599e(0x2c6)][_0x53599e(0x24d)](this[_0x53599e(0x2c6)][_0x53599e(0x17f)],helper[_0x53599e(0x17d)](_0x116069,_0x86ad3d[_0xa30573])));break;case _0x3dca6e['MddvB']:case _0x3dca6e[_0x53599e(0x197)]:this['firefoxOptions_']&&(_0x116069=this[_0x53599e(0x21c)][_0x53599e(0x1aa)](this[_0x53599e(0x21c)][_0x53599e(0x17f)])||{},this[_0x53599e(0x21c)][_0x53599e(0x24d)](this[_0x53599e(0x21c)][_0x53599e(0x17f)],helper[_0x53599e(0x17d)](_0x116069,_0x86ad3d[_0xa30573])));break;case _0x3dca6e[_0x53599e(0x1a4)]:this['safariOptions_']&&(_0x116069=this[_0x53599e(0x1f2)][_0x53599e(0x1aa)](this[_0x53599e(0x1f2)][_0x53599e(0x17f)])||{},this[_0x53599e(0x1f2)][_0x53599e(0x24d)](this[_0x53599e(0x1f2)][_0x53599e(0x17f)],helper[_0x53599e(0x17d)](_0x116069,_0x86ad3d[_0xa30573])));break;case _0x3dca6e['mBRkZ']:case _0x3dca6e[_0x53599e(0x1b8)]:this[_0x53599e(0x222)]&&(_0x116069=this['ieOptions_'][_0x53599e(0x1aa)](this['ieOptions_'][_0x53599e(0x17f)])||{},this[_0x53599e(0x222)][_0x53599e(0x24d)](this['ieOptions_'][_0x53599e(0x17f)],helper[_0x53599e(0x17d)](_0x116069,_0x86ad3d[_0xa30573])));break;}}}[_0x2ecf18(0x1be)](){const _0x1d3c3a=_0x2ecf18;logger[_0x1d3c3a(0x26e)](_0x3dca6e['FBEJk']);const _0x4bd7e0=_0x338e54['capability']&&_0x3dca6e[_0x1d3c3a(0x2b4)](Object[_0x1d3c3a(0x214)](_0x338e54[_0x1d3c3a(0x182)])['length'],0x0)?_0x338e54[_0x1d3c3a(0x182)]:_0x338e54[_0x1d3c3a(0x231)]&&Array[_0x1d3c3a(0x19d)](_0x338e54[_0x1d3c3a(0x231)])&&_0x3dca6e['znJIQ'](_0x338e54[_0x1d3c3a(0x231)][_0x1d3c3a(0x20c)],0x0)?_0x338e54[_0x1d3c3a(0x231)][0x0]:{};return this['__setBrowserOptions'](_0x4bd7e0),Object[_0x1d3c3a(0x214)](_0x4bd7e0)[_0x1d3c3a(0x23a)](_0x3903b8=>{const _0x3c7cbf=_0x1d3c3a,_0x321fff=this[_0x3c7cbf(0x28c)][_0x3c7cbf(0x1aa)](_0x3903b8);_0x3dca6e[_0x3c7cbf(0x19a)](typeof _0x321fff,_0x3dca6e[_0x3c7cbf(0x267)])?this[_0x3c7cbf(0x28c)]['set'](_0x3903b8,helper['mergeDeep'](_0x321fff,_0x4bd7e0[_0x3903b8])):this['capabilities_'][_0x3c7cbf(0x24d)](_0x3903b8,_0x4bd7e0[_0x3903b8]);}),this;}[_0x2ecf18(0x1a6)](){const _0x511ec1=_0x2ecf18,_0x2dcd91={'DgcjJ':_0x3dca6e[_0x511ec1(0x20f)],'eiyhG':_0x3dca6e[_0x511ec1(0x2c7)],'pmQMH':function(_0x4862a6,_0x1408f0,_0x48c744,_0x11c846,_0x407d0d){const _0x3eccdf=_0x511ec1;return _0x3dca6e[_0x3eccdf(0x23c)](_0x4862a6,_0x1408f0,_0x48c744,_0x11c846,_0x407d0d);},'hcZsB':function(_0x4e16af,_0x1ae4d6){const _0x3a7cfc=_0x511ec1;return _0x3dca6e[_0x3a7cfc(0x1b7)](_0x4e16af,_0x1ae4d6);},'UUela':_0x3dca6e[_0x511ec1(0x191)],'QNgZn':_0x3dca6e['BRnnP'],'NQVuJ':function(_0x58e31f,_0x5f07b0){return _0x3dca6e['bkcyq'](_0x58e31f,_0x5f07b0);},'zfYbQ':function(_0x301ba6,_0x26bd69,_0x37bc19){const _0x5922bb=_0x511ec1;return _0x3dca6e[_0x5922bb(0x17a)](_0x301ba6,_0x26bd69,_0x37bc19);},'gpztD':function(_0x423a60,_0x383a0b,_0x428444){const _0x4e1023=_0x511ec1;return _0x3dca6e[_0x4e1023(0x1eb)](_0x423a60,_0x383a0b,_0x428444);},'taKSW':function(_0xee5224,_0x5964eb,_0x3c93cc){return _0x3dca6e['zkCMx'](_0xee5224,_0x5964eb,_0x3c93cc);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x511ec1(0x1d4)],()=>{const _0x460ad1=_0x511ec1;if(helper[_0x460ad1(0x244)]()){helper[_0x460ad1(0x2bc)](_0x338e54[_0x460ad1(0x182)]);_0x3dca6e[_0x460ad1(0x189)](isAccessibilityAutomationSession)&&_0x3dca6e['bkcyq'](setAccessibilityCapabilities,_0x338e54);this[_0x460ad1(0x2b1)](),this[_0x460ad1(0x1be)]();if(helper['isPacProxy'](_0x338e54['proxySettings'][_0x460ad1(0x262)]))this[_0x460ad1(0x290)]=helper[_0x460ad1(0x27a)](_0x338e54['proxySettings'][_0x460ad1(0x262)]);else _0x338e54[_0x460ad1(0x203)][_0x460ad1(0x262)]&&(this['proxy_']=_0x338e54[_0x460ad1(0x203)][_0x460ad1(0x262)],logger[_0x460ad1(0x26e)](_0x460ad1(0x279)+this[_0x460ad1(0x20d)]));if(_0x3dca6e['nqNnG'](isAccessibilityAutomationSession)){const _0x54cf59=this[_0x460ad1(0x28c)]['get'](_0x3dca6e[_0x460ad1(0x2c3)])||{},_0x5f4e4a=_0x54cf59['deviceName']||this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x280)])||this[_0x460ad1(0x28c)]['get'](_0x3dca6e['TbcRy']);if(_0x5f4e4a){const _0x5a2784=(_0x54cf59[_0x460ad1(0x265)]||_0x54cf59['platform']||this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x2c8)])||this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x25f)])||'')[_0x460ad1(0x24f)](),_0x3b1f3a=(_0x54cf59[_0x460ad1(0x24b)]||this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x21d)])||'')[_0x460ad1(0x24f)]();_0x3dca6e[_0x460ad1(0x1e5)](_0x5a2784,_0x3dca6e[_0x460ad1(0x1ca)])&&_0x3b1f3a[_0x460ad1(0x234)](_0x3dca6e[_0x460ad1(0x28d)])&&(_0x3dca6e[_0x460ad1(0x189)](isMobileScanningEnabledForGroup)&&(logger[_0x460ad1(0x26e)](_0x3dca6e[_0x460ad1(0x284)]),globals[_0x460ad1(0x1b1)](_0x3dca6e[_0x460ad1(0x20a)],!![])));}}if(globals['getGlobal'](_0x3dca6e[_0x460ad1(0x1e0)])){if(!_0x3dca6e['IzEvR'](setExtension,this,_0x338e54)){globals['setGlobal'](_0x3dca6e[_0x460ad1(0x1e0)],![]);const _0x7a94de=this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x2c3)]);_0x7a94de&&(_0x7a94de[_0x460ad1(0x1e9)]=![],delete _0x7a94de[_0x460ad1(0x297)],this['capabilities_']['set'](_0x3dca6e['BjNIL'],_0x7a94de)),this['capabilities_']['get'](_0x3dca6e['UdDsy'])&&(this[_0x460ad1(0x28c)][_0x460ad1(0x24d)](_0x3dca6e[_0x460ad1(0x272)],![]),this['capabilities_'][_0x460ad1(0x1c0)](_0x3dca6e['Dgckr']));}}process[_0x460ad1(0x1d3)][_0x460ad1(0x271)]&&(helper['prepareCapabilities'](null,helper[_0x460ad1(0x29b)](_0x338e54),_0x338e54[_0x460ad1(0x192)],null,this,null),helper['setAdditionalCapabilities'](_0x338e54[_0x460ad1(0x182)]),helper[_0x460ad1(0x2bb)]()),logger['debug'](_0x3dca6e['kwgTg']);}else{if(this[_0x460ad1(0x22c)]){const _0x2c32aa=this[_0x460ad1(0x22c)][_0x460ad1(0x1aa)](this['chromeOptions_'][_0x460ad1(0x17f)]||_0x3dca6e[_0x460ad1(0x233)]);if(_0x2c32aa&&_0x2c32aa['args']){const _0x46ac85=this['capabilities_'][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x233)])||{},_0x2c1ae7=(_0x46ac85[_0x460ad1(0x183)]||[])[_0x460ad1(0x2cf)](_0x2c32aa[_0x460ad1(0x183)]||[]),_0x9f092a=Array[_0x460ad1(0x21f)](new Set(_0x2c1ae7)),_0x1d932e={};_0x1d932e[_0x460ad1(0x183)]=_0x9f092a,this[_0x460ad1(0x28c)][_0x460ad1(0x24d)](_0x3dca6e[_0x460ad1(0x233)],Object[_0x460ad1(0x1ac)]({},_0x46ac85,_0x2c32aa,_0x1d932e));}}helper['readTcgAuthConfigToGlobal']();if(_0x3dca6e[_0x460ad1(0x189)](isAccessibilityAutomationSession)&&this[_0x460ad1(0x23d)]()[_0x460ad1(0x234)](_0x3dca6e['USTcu'])){let _0x39dd65=!![];const _0x2c7071=this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x2c3)])||{},_0x530707=_0x2c7071[_0x460ad1(0x24a)]||this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x280)])||this[_0x460ad1(0x28c)]['get'](_0x3dca6e[_0x460ad1(0x240)]);if(_0x530707){const _0x34c0d7=(_0x2c7071[_0x460ad1(0x265)]||_0x2c7071['platform']||this['capabilities_'][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x2c8)])||this[_0x460ad1(0x28c)]['get'](_0x3dca6e['FiZky'])||'')['toLowerCase'](),_0x4012ef=(_0x2c7071[_0x460ad1(0x24b)]||this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x21d)])||'')[_0x460ad1(0x24f)]();_0x3dca6e[_0x460ad1(0x2c9)](_0x34c0d7,_0x3dca6e['NEhYi'])&&_0x4012ef[_0x460ad1(0x234)](_0x3dca6e[_0x460ad1(0x28d)])?!_0x3dca6e['nqNnG'](isMobileScanningEnabledForGroup)?(logger[_0x460ad1(0x196)](MOBILE_SCANNING_DISABLED_WARNING),_0x39dd65=![]):(logger[_0x460ad1(0x26e)](_0x3dca6e[_0x460ad1(0x284)]),globals['setGlobal'](_0x3dca6e[_0x460ad1(0x20a)],!![])):(logger[_0x460ad1(0x196)](_0x3dca6e[_0x460ad1(0x1ff)]),_0x39dd65=![]);}if(_0x39dd65){const _0x3fd3f5=_0x3dca6e[_0x460ad1(0x21b)](parseFloat,_0x2c7071[_0x460ad1(0x1d5)]||this['capabilities_'][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x1f5)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x5aa2a6}=_0x3dca6e[_0x460ad1(0x206)](require,_0x3dca6e[_0x460ad1(0x289)]),_0x4fdcd5=_0x3dca6e['bkcyq'](parseFloat,_0x5aa2a6);!_0x3dca6e['aQlFI'](isNaN,_0x3fd3f5)&&_0x3dca6e[_0x460ad1(0x2a5)](_0x3fd3f5,_0x4fdcd5)&&(logger[_0x460ad1(0x196)](_0x460ad1(0x255)+_0x5aa2a6+'.'),_0x39dd65=![]);}if(_0x39dd65){_0x3dca6e['aQlFI'](setAccessibilityCapabilities,_0x338e54),this[_0x460ad1(0x1be)]();if(process[_0x460ad1(0x1d3)][_0x460ad1(0x2ac)]){let _0x69c5fe={};try{process[_0x460ad1(0x1d3)][_0x460ad1(0x217)]&&(_0x69c5fe=JSON[_0x460ad1(0x184)](process[_0x460ad1(0x1d3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']));}catch(_0x115073){logger[_0x460ad1(0x26e)](_0x460ad1(0x1b2)+_0x115073);}const _0x17c056=helper[_0x460ad1(0x29b)](_0x338e54),_0x1fd9e7=this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e['BjNIL']);if(_0x3dca6e[_0x460ad1(0x230)](_0x17c056,![])&&(_0x1fd9e7||!this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e[_0x460ad1(0x272)]))){const _0x5b565f=_0x3dca6e[_0x460ad1(0x1f8)](_0x1fd9e7,{});_0x5b565f[_0x460ad1(0x1e9)]=!![];const _0x5c2302={};_0x5c2302[_0x460ad1(0x210)]=process[_0x460ad1(0x1d3)]['BS_A11Y_JWT'],_0x5c2302[_0x460ad1(0x2bd)]=_0x69c5fe['scannerVersion'],_0x5b565f[_0x460ad1(0x297)]=Object['assign']({},_0x5b565f[_0x460ad1(0x297)],_0x5c2302),this[_0x460ad1(0x28c)][_0x460ad1(0x24d)](_0x3dca6e['BjNIL'],_0x5b565f);}else{this['capabilities_'][_0x460ad1(0x24d)](_0x3dca6e[_0x460ad1(0x272)],!![]);const _0x5641bf=this[_0x460ad1(0x28c)]['get'](_0x3dca6e[_0x460ad1(0x1ae)])||{},_0x3b4001={};_0x3b4001[_0x460ad1(0x210)]=process[_0x460ad1(0x1d3)][_0x460ad1(0x2ac)],_0x3b4001['scannerVersion']=_0x69c5fe[_0x460ad1(0x2bd)],this[_0x460ad1(0x28c)][_0x460ad1(0x24d)](_0x3dca6e[_0x460ad1(0x1ae)],Object['assign']({},_0x5641bf,_0x3b4001));}}if(!_0x3dca6e[_0x460ad1(0x29d)](setExtension,this,_0x338e54)){globals['setGlobal'](_0x3dca6e['MoSPd'],![]);const _0x549d72=this[_0x460ad1(0x28c)][_0x460ad1(0x1aa)](_0x3dca6e['BjNIL']);_0x549d72&&(_0x549d72['accessibility']=![],delete _0x549d72[_0x460ad1(0x297)],this[_0x460ad1(0x28c)][_0x460ad1(0x24d)](_0x3dca6e[_0x460ad1(0x2c3)],_0x549d72)),this[_0x460ad1(0x28c)]['get'](_0x3dca6e[_0x460ad1(0x272)])&&(this[_0x460ad1(0x28c)][_0x460ad1(0x24d)](_0x3dca6e['UdDsy'],![]),this[_0x460ad1(0x28c)][_0x460ad1(0x1c0)](_0x3dca6e['Dgckr']));}}}if(_0x3dca6e['nqNnG'](isAccessibilityAutomationSession)&&!this['getServerUrl']()[_0x460ad1(0x234)](_0x3dca6e[_0x460ad1(0x2b6)]))try{_0x3dca6e['rRSrs'](hasLegacyHeadlessArg,this)?(logger[_0x460ad1(0x196)](_0x3dca6e[_0x460ad1(0x1ee)]),globals[_0x460ad1(0x1b1)](_0x3dca6e['MoSPd'],![])):helper[_0x460ad1(0x29f)](null,helper[_0x460ad1(0x29b)](_0x338e54),_0x338e54[_0x460ad1(0x192)],null,this,null);}catch(_0xa74084){logger[_0x460ad1(0x26e)]('Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20'+util[_0x460ad1(0x23f)](_0xa74084));}_0x3dca6e[_0x460ad1(0x22e)](globals['getGlobal'](_0x3dca6e[_0x460ad1(0x215)]),_0x3dca6e[_0x460ad1(0x19e)])&&(commandRepository['setFramework'](_0x3dca6e['DMeXM']),commandRepository[_0x460ad1(0x2b5)](globals[_0x460ad1(0x277)](_0x3dca6e[_0x460ad1(0x1b5)])));if(this[_0x460ad1(0x263)][_0x460ad1(0x234)](_0x3dca6e[_0x460ad1(0x1c5)]))logger[_0x460ad1(0x26e)](_0x3dca6e[_0x460ad1(0x181)]),globals[_0x460ad1(0x1b1)](_0x3dca6e[_0x460ad1(0x218)],![]),globals[_0x460ad1(0x1b1)](_0x3dca6e[_0x460ad1(0x1f6)],![]);else globals[_0x460ad1(0x277)](_0x3dca6e[_0x460ad1(0x218)])&&globals[_0x460ad1(0x277)](_0x3dca6e['xyPOU'])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x1486a4=super[_0x511ec1(0x1a6)]();return PerformanceTester['measureWrapper'](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x34689d=_0x511ec1,_0xc58000={'Elzvi':function(_0x58142a){return _0x3dca6e['FAOug'](_0x58142a);},'Hlief':function(_0x131b5b,_0x1d0636,_0x31dc48){const _0x1b05e9=a177_0x5f0b;return _0x3dca6e[_0x1b05e9(0x29d)](_0x131b5b,_0x1d0636,_0x31dc48);},'zyWiK':_0x3dca6e[_0x34689d(0x1e0)],'WKZAV':_0x3dca6e['BjNIL'],'roQGl':_0x3dca6e[_0x34689d(0x272)],'RAouN':_0x3dca6e[_0x34689d(0x1ae)],'nkJRG':function(_0x253807,_0x244c5f,_0x2bf095){const _0x98ca9f=_0x34689d;return _0x3dca6e[_0x98ca9f(0x2b7)](_0x253807,_0x244c5f,_0x2bf095);},'VAHvj':function(_0x7d8969,_0x34509f,_0x4d9ad0,_0x1821ed,_0x2cb497){return _0x3dca6e['rkUbP'](_0x7d8969,_0x34509f,_0x4d9ad0,_0x1821ed,_0x2cb497);},'wlCxE':function(_0x3a4afc,_0x1cd029){const _0x2d01e2=_0x34689d;return _0x3dca6e[_0x2d01e2(0x1b7)](_0x3a4afc,_0x1cd029);},'HYBVU':_0x3dca6e[_0x34689d(0x191)],'UtFua':_0x3dca6e[_0x34689d(0x223)],'UcLxl':function(_0x5a2d26,_0x5bf8be){const _0x524868=_0x34689d;return _0x3dca6e[_0x524868(0x1b7)](_0x5a2d26,_0x5bf8be);}};_0x1486a4[_0x34689d(0x19f)][_0x34689d(0x2b9)](_0x1c017c=>{const _0x1d149b=_0x34689d,_0x22cfbe=_0x1c017c[_0x1d149b(0x198)];if(!helper[_0x1d149b(0x244)]()&&_0xc58000[_0x1d149b(0x294)](isAccessibilityAutomationSession)){const _0x16beb3=_0xc58000[_0x1d149b(0x2c2)](nonBstackPlatformValidation,_0x22cfbe,this);globals[_0x1d149b(0x1b1)](_0xc58000[_0x1d149b(0x256)],_0x16beb3);if(!_0x16beb3){const _0x261098=this[_0x1d149b(0x28c)][_0x1d149b(0x1aa)](_0xc58000[_0x1d149b(0x186)]);_0x261098&&(_0x261098['accessibility']=![],delete _0x261098['accessibilityOptions'],this['capabilities_'][_0x1d149b(0x24d)](_0xc58000['WKZAV'],_0x261098)),this[_0x1d149b(0x28c)]['get'](_0xc58000[_0x1d149b(0x29e)])&&(this[_0x1d149b(0x28c)]['set'](_0xc58000[_0x1d149b(0x29e)],![]),this[_0x1d149b(0x28c)][_0x1d149b(0x1c0)](_0xc58000[_0x1d149b(0x1f4)]));}}}),_0x1486a4[_0x34689d(0x19f)][_0x34689d(0x2b9)](_0x4bf1f9=>{const _0x36276d=_0x34689d;try{logger['debug'](_0x36276d(0x1d8)+_0x4bf1f9[_0x36276d(0x1d9)]());const _0x3fdf4c=_0x4bf1f9[_0x36276d(0x198)]['get'](_0x2dcd91['DgcjJ']);_0x3fdf4c?(logger[_0x36276d(0x26e)](_0x36276d(0x298)+_0x3fdf4c),hubAllocator[_0x36276d(0x1f7)](_0x3fdf4c,_0x4bf1f9[_0x36276d(0x1d9)]()),helper[_0x36276d(0x261)](_0x3fdf4c)):logger[_0x36276d(0x26e)](_0x2dcd91[_0x36276d(0x295)]);}catch(_0x120c16){logger[_0x36276d(0x26e)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x120c16);}}),_0x1486a4['quitCount_']=0x0,_0x1486a4[_0x34689d(0x2b9)]&&_0x1486a4['then'](_0x4ce0fc=>{const _0x272c29=_0x34689d,_0xb0eea4={'YxGHL':function(_0x5a6448,_0x4d4250,_0x2c9ef8,_0x1c68bf,_0x543527){const _0x2952a4=a177_0x5f0b;return _0x2dcd91[_0x2952a4(0x27f)](_0x5a6448,_0x4d4250,_0x2c9ef8,_0x1c68bf,_0x543527);},'CfRJt':function(_0x31c7d8,_0x541bc2){return _0x2dcd91['hcZsB'](_0x31c7d8,_0x541bc2);},'aVCjE':_0x2dcd91[_0x272c29(0x193)],'VjEHb':_0x2dcd91[_0x272c29(0x229)]};helper[_0x272c29(0x1f1)](_0x4ce0fc,_0x1486a4),_0x9928f8&&_0x2dcd91[_0x272c29(0x22d)](overrideTakeScreenshot,_0x4ce0fc),helper['overrideGet'](_0x4ce0fc,_0x338e54),_0x2dcd91['zfYbQ'](overrideExecute,_0x4ce0fc,_0x338e54),_0x2dcd91['gpztD'](propagateJestSessionName,_0x4ce0fc,_0x533d56),_0x338e54[_0x272c29(0x182)]&&percyHelper['patchDriverPercy'](_0x4ce0fc,_0x5166a4[_0x272c29(0x1d0)],_0x338e54),_0x4ce0fc[_0x272c29(0x26b)]=async()=>{return await _0xc58000['nkJRG'](getAccessibilityResultsSummary,_0x4ce0fc,global);},_0x4ce0fc[_0x272c29(0x1fa)]=async()=>{return await _0xc58000['Hlief'](getAccessibilityResults,_0x4ce0fc,global);},_0x4ce0fc[_0x272c29(0x2a9)]=async _0x1dfc53=>{const _0x3fb388=_0x272c29;return await _0xb0eea4[_0x3fb388(0x281)](performScan,_0x4ce0fc,null,!![],_0xb0eea4[_0x3fb388(0x264)](_0x1dfc53,null));},_0x4ce0fc['startA11yScanning']=async _0x5e128e=>{const _0x3b61e0=_0x272c29;globals['setGlobal'](_0xb0eea4[_0x3b61e0(0x249)],!![]),globals[_0x3b61e0(0x1b1)](_0xb0eea4['VjEHb'],_0xb0eea4[_0x3b61e0(0x264)](_0x5e128e,null));},_0x4ce0fc[_0x272c29(0x2c1)]=async()=>{const _0x1952ff=_0x272c29;globals['setGlobal'](_0xb0eea4[_0x1952ff(0x249)],![]),globals[_0x1952ff(0x1b1)](_0xb0eea4[_0x1952ff(0x239)],null);};}),_0x1486a4['getAccessibilityResultsSummary']=async()=>{const _0xdf7b5e=_0x34689d;return await _0xc58000[_0xdf7b5e(0x2c2)](getAccessibilityResultsSummary,_0x1486a4,global);},_0x1486a4[_0x34689d(0x1fa)]=async()=>{return await _0x2dcd91['taKSW'](getAccessibilityResults,_0x1486a4,global);},_0x1486a4[_0x34689d(0x2a9)]=async _0xd3dd57=>{const _0x413f9c=_0x34689d;return await _0xc58000[_0x413f9c(0x282)](performScan,_0x1486a4,null,!![],_0xc58000['wlCxE'](_0xd3dd57,null));},_0x1486a4[_0x34689d(0x1a0)]=async _0x21e50c=>{const _0x3eb30f=_0x34689d;globals['setGlobal'](_0xc58000[_0x3eb30f(0x28e)],!![]),globals['setGlobal'](_0xc58000[_0x3eb30f(0x22a)],_0xc58000[_0x3eb30f(0x1b0)](_0x21e50c,null));},_0x1486a4['stopA11yScanning']=async()=>{const _0x2f2db2=_0x34689d;globals[_0x2f2db2(0x1b1)](_0x2dcd91[_0x2f2db2(0x193)],![]),globals[_0x2f2db2(0x1b1)](_0x2dcd91[_0x2f2db2(0x229)],null);},_0x9928f8&&_0x3dca6e[_0x34689d(0x21b)](overrideTakeScreenshot,_0x1486a4),helper[_0x34689d(0x1f1)](_0x1486a4),helper['overrideGet'](_0x1486a4,_0x338e54),_0x3dca6e[_0x34689d(0x29d)](overrideExecute,_0x1486a4,_0x338e54),_0x3dca6e[_0x34689d(0x1da)](propagateJestSessionName,_0x1486a4,_0x533d56,_0x3dca6e[_0x34689d(0x296)]),_0x338e54['capability']&&percyHelper['patchDriverPercy'](_0x1486a4,_0x5166a4[_0x34689d(0x1d0)],_0x338e54);helper['isUndefined'](global[_0x34689d(0x1bf)])&&(global['__driversArray']=[]);helper[_0x34689d(0x1de)](global[_0x34689d(0x2a0)])&&(global['__drivers']=[]);global[_0x34689d(0x1bf)]['push'](_0x1486a4),global[_0x34689d(0x18b)]=_0x1486a4,_0x533d56&&(_0x533d56[_0x34689d(0x1bd)]['__driver']=_0x1486a4);_0x3dca6e[_0x34689d(0x1a7)](global[_0x34689d(0x2a0)],undefined)&&global[_0x34689d(0x2a0)][_0x34689d(0x1e8)](_0x1486a4);_0x533d56&&helper[_0x34689d(0x1de)](_0x533d56[_0x34689d(0x1bd)]['__drivers'])&&(_0x533d56['global']['__drivers']=[]);_0x533d56&&helper['isUndefined'](_0x533d56['global'][_0x34689d(0x1bf)])&&(_0x533d56[_0x34689d(0x1bd)][_0x34689d(0x1bf)]=[]);_0x533d56&&_0x3dca6e['FeZPo'](_0x533d56[_0x34689d(0x1bd)][_0x34689d(0x2a0)],undefined)&&(_0x533d56[_0x34689d(0x1bd)]['__drivers'][_0x34689d(0x1e8)](_0x1486a4),_0x533d56[_0x34689d(0x1bd)][_0x34689d(0x1bf)][_0x34689d(0x1e8)](_0x1486a4));_0x1486a4[_0x34689d(0x291)]=globals[_0x34689d(0x277)](_0x3dca6e[_0x34689d(0x1e0)]);try{global[_0x34689d(0x2a0)][0x0][_0x34689d(0x19f)][_0x34689d(0x2b9)](_0x477e28=>{const _0x429d52=_0x34689d;logger['debug'](_0x429d52(0x1dc)+_0x477e28[_0x429d52(0x1d9)]()+_0x429d52(0x1d1));})[_0x34689d(0x20b)](_0x218d18=>{const _0x3b30ae=_0x34689d;logger[_0x3b30ae(0x26e)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x218d18);});}catch(_0x26ccbb){logger[_0x34689d(0x26e)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x26ccbb);}globals['setGlobal'](_0x3dca6e[_0x34689d(0x1e0)],globals['getGlobal'](_0x3dca6e[_0x34689d(0x1e0)]));})(),_0x1486a4;}}_0x533d56&&(globals[_0x2ecf18(0x23b)]=_0x533d56['global'][_0x2ecf18(0x23b)]);if(_0x3dca6e['FAOug'](isAccessibilityAutomationSession))try{let _0x13ead5=helper[_0x2ecf18(0x20e)](_0x3dca6e[_0x2ecf18(0x2cd)],_0x3dca6e[_0x2ecf18(0x226)])['WebDriver'];(!_0x13ead5['prototype']||!_0x13ead5[_0x2ecf18(0x18e)][_0x2ecf18(0x17b)])&&(_0x13ead5=helper['requireModule'](_0x3dca6e[_0x2ecf18(0x2b0)],_0x3dca6e[_0x2ecf18(0x226)])[_0x2ecf18(0x1f9)]);if(_0x13ead5[_0x2ecf18(0x18e)]&&_0x13ead5['prototype'][_0x2ecf18(0x17b)]){const _0x513736=_0x13ead5['prototype'][_0x2ecf18(0x17b)];logger[_0x2ecf18(0x26e)](_0x3dca6e['veCkJ']),_0x13ead5[_0x2ecf18(0x18e)][_0x2ecf18(0x17b)]=async function(){const _0x8d45c0=_0x2ecf18;try{!globals['getGlobal'](_0x3dca6e['WeBLn'])&&globals[_0x8d45c0(0x277)](_0x3dca6e['MoSPd'])&&globals[_0x8d45c0(0x277)](_0x3dca6e['YMCov'])&&scripts['shouldWrapCommand'](arguments[0x0][_0x8d45c0(0x1ce)])&&!_0x3dca6e[_0x8d45c0(0x2b2)](isBrowserStackCommandExecutor,arguments[0x0][_0x8d45c0(0x220)])&&(globals[_0x8d45c0(0x1b1)](_0x3dca6e[_0x8d45c0(0x1b6)],!![]),logger[_0x8d45c0(0x26e)](_0x8d45c0(0x1b3)+arguments[0x0][_0x8d45c0(0x1ce)]),await _0x3dca6e[_0x8d45c0(0x245)](performScan,global[_0x8d45c0(0x18b)],arguments[0x0][_0x8d45c0(0x1ce)]));}catch(_0x3db49c){logger[_0x8d45c0(0x26e)]('Failed\x20to\x20perform\x20scan\x20'+util[_0x8d45c0(0x23f)](_0x3db49c));}return globals[_0x8d45c0(0x1b1)](_0x3dca6e[_0x8d45c0(0x1b6)],![]),_0x513736[_0x8d45c0(0x2be)](this,arguments);};}}catch(_0x4e5a2f){logger['debug'](_0x3dca6e[_0x2ecf18(0x25b)](_0x3dca6e[_0x2ecf18(0x1a5)],_0x4e5a2f));}return _0x5166a4[_0x2ecf18(0x205)]=_0x5166a4[_0x2ecf18(0x1a9)],_0x5166a4[_0x2ecf18(0x1a9)]=_0x31ca53,_0x1146be[_0x2ecf18(0x216)]=_0x2ad620,_0x5166a4;};module[a177_0x5e7566(0x2c0)][a177_0x5e7566(0x25a)]=modify,module['exports'][a177_0x5e7566(0x1cc)]=modifyV2,module[a177_0x5e7566(0x2c0)][a177_0x5e7566(0x258)]=percySDK,module['exports'][a177_0x5e7566(0x1e4)]=BrowserStackSdk,module[a177_0x5e7566(0x2c0)][a177_0x5e7566(0x285)]=modifyPlaywrightConfig;function a177_0x55d7(){const _0x2940e4=['./helpers/accessibility-automation/helper','aiHeal_isAuthenticated','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','zyWiK','./helpers/patchHelper','percy','12PVyFLU','browserstackAgent','LxxJy','browserstackSessionName','firefoxOptions','device','FiZky','rYCRV','storeOptimalHubUrl','proxyUrl','url_','CfRJt','platformName','SZBkh','LcArt','XwqOL','overrideGet','Znjfb','getAccessibilityResultsSummary','cdVHJ','logLevel','debug','selenium-webdriver','NQMIU','BROWSERSTACK_TURBOSCALE','UdDsy','jwYWP','aiHeal_isHealingEnabled','973036SUpfGb','fVPrR','getGlobal','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','Proxy\x20set\x20to\x20','getHttpAgent','uHvuB','WwfYz','browserstack.accessibilityOptions','./helpers/performance/constants','pmQMH','hlQPL','YxGHL','VAHvj','se:ieOptions','Dqxxd','_modifyPlaywright','OupAG','1YYVcQg','/session','ZgpJF','consumeHubUrlForSession','measureWrapper','capabilities_','wQdkn','HYBVU','NYZZk','agent_','isAccessibilityPlatform','108mwVFLS','AcPYc','Elzvi','eiyhG','kcRWi','accessibilityOptions','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','dbsFL','(sync)','useW3C','./browserStackSdk','Vqssc','roQGl','prepareCapabilities','__drivers','pushCommand','42532dyfHuS','send','browserstack.com','gdaUy','YBupK','tlXhP','requireSeleniumWebdriver','performScan','bstack:options','Mpyzq','BS_A11Y_JWT','info','getRequestOptions','tryqf','jkKXb','setServer','STbVB','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','znJIQ','setConfig','USTcu','IzEvR','BpJqc','then','options_','readTcgAuthConfigToGlobal','setAdditionalCapabilities','scannerVersion','apply','hCMQS','exports','stopA11yScanning','Hlief','BjNIL','path','eANfs','edgeOptions_','EcaTW','AVgJl','ZquVo','SifFZ','chromeOptions','bstackAllyScanning','bRNCa','goog:chromeOptions','concat','wgklB','execute','zGICk','mergeDeep','fysHG','CAPABILITY_KEY','selenium-webdriver/lib/http.js','PWCMc','capability','args','parse','edgeOptions','WKZAV','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','__setBrowserOptions','nqNnG','installAll','__driver','cyeVL','36FRwEAc','prototype','isTurboScaleSession','chrome','YMCov','framework','UUela','./helpers/accessibility-automation/scripts','5111744XFnjrt','warn','WpRnQ','caps_','pCmnB','pFnkt','./helpers/helper','.browserstack.com','isArray','DMeXM','session_','startA11yScanning','EFjiW','TusYy','qVvxm','PEzMx','JwpNf','build','CbfvN','bstackA11yShouldScan','Builder','get','platform','assign','Unable\x20to\x20find\x20executor\x20class\x20','Dgckr','DhUVs','UcLxl','setGlobal','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','Performing\x20scan\x20for\x20','JXyQR','hncih','WeBLn','SMytG','zSNit','Modifying\x20webdriver\x20builder','FeZys','aiSdk_bstackConfig','selenium-webdriver/lib/webdriver.js','global','setCapabilities','__driversArray','delete','HyraY','usavt','194411dsyRiB','Modifying\x20webdriver\x20execute','dVtDN','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','UwEJY','aiSdk_framework','ms:edgeOptions','NEhYi','Hub\x20url\x20set\x20to\x20','browserstackAgentV2','ieOptions','name_','optimalHubUrl','WebElement','\x20to\x20global\x20drivers\x20array','60osMKYK','env','SDK_PRE_INITIALIZE','browserVersion','isMobilePlatform','859736VmLSCx','Session\x20ID:\x20','getId','AwYDh','121310KmZKpR','setting\x20driver\x20Session\x20ID:\x20','414010YZBgOr','isUndefined','OHtBU','MoSPd','zZVBV','OucMI','XilTF','BrowserStackSdk','CvzBn','Setting\x20Browserstack\x20capabilities','isPacProxy','push','accessibility','ESTne','gUSmC','getHubUrl','./helpers/globals','coZqO','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','requireHttpClient','overrideQuit','safariOptions_','UGFxe','RAouN','FZmFj','xyPOU','updateHubUrl','widTS','Executor','getAccessibilityResults','XRrxN','rpRfq','ZJlAT','ICjIS','TAqRs','CFZCv','error','./helpers/ai-sdk/autoHealHelper','proxySettings','wywGg','originalBuilder','rRSrs','uuZjE','https://','moz:firefoxOptions','gwuGV','catch','length','proxy_','requireModule','KXZzB','authToken','browserstack.accessibility','New\x20hub\x20url\x20set\x20to\x20','./helpers/percy/utils','keys','aSDQt','HttpClient','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Mcxuu','POLzf','DMWLd','aQlFI','firefoxOptions_','lgFgy','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','from','parameters_','safari.options','ieOptions_','BRnnP','SeEKW','cdUMS','NxsXX','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','mnynV','QNgZn','UtFua','./helpers/performance/performance-tester','chromeOptions_','NQVuJ','hYeAa','XYKxJ','BKnCE','capabilities','android','bveTR','includes','browserStackLogLevel','FbEBK','./bin/playwright/modifyPlaywrightConf','drkWI','VjEHb','forEach','browserStackGlobals','rkUbP','getServerUrl','split','format','TbcRy','./helpers/patchHelpers','qAwei','SDK_POST_INITIALIZE','isBrowserstackInfra','BRwHV','CHJLT','object','driver-init\x20capture\x20install\x20failed:\x20','aVCjE','deviceName','browserName','./helpers/accessibility-automation/constants','set','message','toLowerCase','winstonLogger','SuhPV','./helpers/driverInitErrorReporter'];a177_0x55d7=function(){return _0x2940e4;};return a177_0x55d7();}try{require('./helpers/driverInitErrorReporter')['installAll']();}catch(a177_0x8af6a0){logger[a177_0x5e7566(0x26e)](a177_0x5e7566(0x248)+(a177_0x8af6a0&&a177_0x8af6a0[a177_0x5e7566(0x24e)]));}function a177_0x5f0b(_0x1d83ee,_0x3b53d8){const _0x55d741=a177_0x55d7();return a177_0x5f0b=function(_0x5f0b97,_0x1911ef){_0x5f0b97=_0x5f0b97-0x17a;let _0x1d174a=_0x55d741[_0x5f0b97];return _0x1d174a;},a177_0x5f0b(_0x1d83ee,_0x3b53d8);}module['exports']['_installDriverInitFailureCapture']=require(a177_0x5e7566(0x252))[a177_0x5e7566(0x18a)];
|