browserstack-node-sdk 1.60.1 → 1.62.0
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/browserstack.pw.yml.sample +10 -0
- package/browserstack.yml.sample +10 -0
- 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/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/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 a175_0x3400d4=a175_0xf1e0;(function(_0x23b857,_0x52e76a){const _0x373c27=a175_0xf1e0,_0x548b90=_0x23b857();while(!![]){try{const _0x7b1206=-parseInt(_0x373c27(0x130))/0x1+-parseInt(_0x373c27(0x14f))/0x2*(-parseInt(_0x373c27(0xd1))/0x3)+parseInt(_0x373c27(0x1c1))/0x4+-parseInt(_0x373c27(0xc6))/0x5+parseInt(_0x373c27(0x179))/0x6+parseInt(_0x373c27(0x1d7))/0x7*(parseInt(_0x373c27(0x1ee))/0x8)+-parseInt(_0x373c27(0x9e))/0x9;if(_0x7b1206===_0x52e76a)break;else _0x548b90['push'](_0x548b90['shift']());}catch(_0xd4dd16){_0x548b90['push'](_0x548b90['shift']());}}}(a175_0x3c57,0xd6f61));const util=require(a175_0x3400d4(0x1ce)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a175_0x3400d4(0xe0)),{setAccessibilityCapabilities,setExtension}=require(a175_0x3400d4(0x13e)),helper=require('./helpers/helper'),logger=require(a175_0x3400d4(0x113))[a175_0x3400d4(0x114)],hubAllocator=require(a175_0x3400d4(0x10f)),percySDK=require(a175_0x3400d4(0x17e)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a175_0x3400d4(0x184)),modifyPlaywrightConfig=require(a175_0x3400d4(0x167)),scripts=require(a175_0x3400d4(0xe2)),globals=require(a175_0x3400d4(0x1bf)),{commandRepository}=require(a175_0x3400d4(0x1b8)),{aiSdkWrapper}=require(a175_0x3400d4(0x101)),{overrideExecute}=require(a175_0x3400d4(0xe3)),PerformanceTester=require(a175_0x3400d4(0x213)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a175_0x3400d4(0x188)),{nonBstackPlatformValidation}=require(a175_0x3400d4(0xe0)),modify=_0x3471fc=>{const _0x4d098a=a175_0x3400d4,_0x1166b9={'PyCvb':function(_0x1cba22,_0x17130b){return _0x1cba22!==_0x17130b;},'iDAMf':'/session','gJGLD':function(_0x125c14,_0x559b6b){return _0x125c14+_0x559b6b;},'dAKwv':function(_0x3c419e,_0x1990cb){return _0x3c419e+_0x1990cb;},'Waltk':_0x4d098a(0xe8),'UTRZV':_0x4d098a(0x1db),'eFYHk':_0x4d098a(0xa2),'RPGjF':'chromeOptions','VIcFi':_0x4d098a(0x150),'qLLbg':_0x4d098a(0x1be),'gDvak':_0x4d098a(0x11c),'XuShA':_0x4d098a(0x1f5),'BdSHc':'safari.options','oHlVh':'se:ieOptions','lNqxk':_0x4d098a(0x174),'fIpED':function(_0x22ad77,_0x149c94){return _0x22ad77===_0x149c94;},'ZexFc':_0x4d098a(0xfc),'MEGnh':'Setting\x20Browserstack\x20capabilities','dSsLS':function(_0x25c60f){return _0x25c60f();},'VslTX':function(_0x30959b,_0x45317a){return _0x30959b(_0x45317a);},'BOxfn':_0x4d098a(0x1b9),'DoiYH':_0x4d098a(0xb7),'GXKZi':'deviceName','MKpar':_0x4d098a(0x1e8),'NAWub':_0x4d098a(0xcc),'WsjWY':_0x4d098a(0x144),'cOShF':_0x4d098a(0x1a8),'BRVDf':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','AdBBg':_0x4d098a(0x166),'RUnTj':'isAccessibilityPlatform','OTvoR':function(_0x48ffa0,_0x3d36c4,_0x11da9f){return _0x48ffa0(_0x3d36c4,_0x11da9f);},'xPRpf':'browserstack.accessibility','yZaMp':_0x4d098a(0x16e),'ofrGU':_0x4d098a(0x1d1),'DjiUI':_0x4d098a(0x1b5),'mUEPH':_0x4d098a(0x118),'wzBeg':function(_0x2c1416,_0x4edaca,_0x2e5b37,_0x1a643c,_0x432fab){return _0x2c1416(_0x4edaca,_0x2e5b37,_0x1a643c,_0x432fab);},'bCfXi':function(_0x27ade4,_0x56b8cf){return _0x27ade4||_0x56b8cf;},'mpNDP':'bstackA11yShouldScan','AFwMx':_0x4d098a(0x1a6),'TDKOd':function(_0x71e3b8,_0x31d1a4,_0x35eeae){return _0x71e3b8(_0x31d1a4,_0x35eeae);},'llUUe':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','dRllk':'Modifying\x20webdriver\x20builder'};logger[_0x4d098a(0x198)](_0x1166b9['llUUe']),logger[_0x4d098a(0xdb)](_0x1166b9[_0x4d098a(0x17d)]);const _0x3be556=helper[_0x4d098a(0x1b1)](),_0x2604ef=helper[_0x4d098a(0x1b4)]();class _0x321314 extends _0x2604ef[_0x4d098a(0x10e)]{[_0x4d098a(0x112)](_0x73163f){const _0x5e0025=_0x4d098a;if(_0x1166b9['PyCvb'](_0x73163f[_0x5e0025(0x1ba)],_0x1166b9['iDAMf']))try{const _0x423e40=_0x73163f[_0x5e0025(0x1ba)][_0x5e0025(0x1fa)]('/')[0x2];if(_0x423e40){const _0x340513=hubAllocator[_0x5e0025(0x147)](_0x423e40);if(_0x340513){const _0x2533fc=_0x1166b9[_0x5e0025(0xde)](_0x1166b9[_0x5e0025(0x116)](_0x1166b9[_0x5e0025(0x123)],_0x340513),_0x1166b9['UTRZV']);this[_0x5e0025(0x1e9)]=hubAllocator['getRequestOptions'](_0x2533fc),logger[_0x5e0025(0xdb)]('New\x20hub\x20url\x20set\x20to\x20'+_0x2533fc);}}}catch(_0x4edf4f){logger['error'](_0x4edf4f);}return super[_0x5e0025(0x112)](_0x73163f);}}class _0x18f339 extends _0x3be556[_0x4d098a(0x148)]{[_0x4d098a(0x1f1)](_0x2db6d3){const _0x59810d=_0x4d098a;let _0x2de5d3={};for(const _0x45438e in _0x2db6d3){switch(_0x45438e){case _0x1166b9[_0x59810d(0x1d5)]:case _0x1166b9['RPGjF']:this[_0x59810d(0x12b)]&&(_0x2de5d3=this[_0x59810d(0x12b)][_0x59810d(0x1d2)](this[_0x59810d(0x12b)][_0x59810d(0xce)])||{},this[_0x59810d(0x12b)][_0x59810d(0xa0)](this[_0x59810d(0x12b)]['CAPABILITY_KEY'],helper[_0x59810d(0x121)](_0x2de5d3,_0x2db6d3[_0x45438e])));break;case _0x1166b9['VIcFi']:case _0x1166b9['qLLbg']:this[_0x59810d(0x196)]&&(_0x2de5d3=this['edgeOptions_'][_0x59810d(0x1d2)](this[_0x59810d(0x196)][_0x59810d(0xce)])||{},this[_0x59810d(0x196)]['set'](this[_0x59810d(0x196)][_0x59810d(0xce)],helper[_0x59810d(0x121)](_0x2de5d3,_0x2db6d3[_0x45438e])));break;case _0x1166b9[_0x59810d(0x19f)]:case _0x1166b9[_0x59810d(0x1e6)]:this['firefoxOptions_']&&(_0x2de5d3=this[_0x59810d(0xff)]['get'](this[_0x59810d(0xff)]['CAPABILITY_KEY'])||{},this[_0x59810d(0xff)][_0x59810d(0xa0)](this[_0x59810d(0xff)][_0x59810d(0xce)],helper['mergeDeep'](_0x2de5d3,_0x2db6d3[_0x45438e])));break;case _0x1166b9[_0x59810d(0x20a)]:this[_0x59810d(0xb3)]&&(_0x2de5d3=this[_0x59810d(0xb3)][_0x59810d(0x1d2)](this[_0x59810d(0xb3)][_0x59810d(0xce)])||{},this[_0x59810d(0xb3)][_0x59810d(0xa0)](this[_0x59810d(0xb3)][_0x59810d(0xce)],helper[_0x59810d(0x121)](_0x2de5d3,_0x2db6d3[_0x45438e])));break;case _0x1166b9[_0x59810d(0x1ec)]:case _0x1166b9['lNqxk']:this[_0x59810d(0x11a)]&&(_0x2de5d3=this[_0x59810d(0x11a)][_0x59810d(0x1d2)](this[_0x59810d(0x11a)][_0x59810d(0xce)])||{},this['ieOptions_']['set'](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x59810d(0x121)](_0x2de5d3,_0x2db6d3[_0x45438e])));break;}}}[_0x4d098a(0x120)](){const _0x4246e7=_0x4d098a;return this[_0x4246e7(0x124)]=helper['getHubUrl'](_0x3471fc),logger[_0x4246e7(0xdb)](_0x4246e7(0x127)+this['url_']),this;}[_0x4d098a(0x164)](){const _0x3ffe1d=_0x4d098a;return logger['debug'](_0x1166b9[_0x3ffe1d(0x99)]),this[_0x3ffe1d(0x1f1)](_0x3471fc[_0x3ffe1d(0xaf)]),Object[_0x3ffe1d(0x12e)](_0x3471fc[_0x3ffe1d(0xaf)])[_0x3ffe1d(0x96)](_0x21f8ed=>{const _0x5d7deb=_0x3ffe1d,_0x50a8bf=this[_0x5d7deb(0x1a1)][_0x5d7deb(0x1d2)](_0x21f8ed);_0x1166b9[_0x5d7deb(0xcf)](typeof _0x50a8bf,_0x1166b9[_0x5d7deb(0xc0)])?this['capabilities_']['set'](_0x21f8ed,helper[_0x5d7deb(0x121)](_0x50a8bf,_0x3471fc[_0x5d7deb(0xaf)][_0x21f8ed])):this[_0x5d7deb(0x1a1)][_0x5d7deb(0xa0)](_0x21f8ed,_0x3471fc['capability'][_0x21f8ed]);}),this;}['build'](){const _0x2962c3=_0x4d098a,_0x56c8f6={'ItVLS':function(_0x1417e1){const _0xdaf7d0=a175_0xf1e0;return _0x1166b9[_0xdaf7d0(0x10d)](_0x1417e1);},'PetaG':function(_0x5725d1,_0xb3a477){const _0x42e1c1=a175_0xf1e0;return _0x1166b9[_0x42e1c1(0x13f)](_0x5725d1,_0xb3a477);},'bAYpx':function(_0x2ef399){return _0x1166b9['dSsLS'](_0x2ef399);},'HRijl':_0x1166b9[_0x2962c3(0xf0)],'pswpJ':_0x1166b9['DoiYH'],'pEZiw':_0x1166b9[_0x2962c3(0x9a)],'hyKTG':_0x1166b9[_0x2962c3(0x1c5)],'SAkTZ':_0x1166b9['NAWub'],'kLbhb':function(_0x9300a7,_0x4a7877){return _0x1166b9['fIpED'](_0x9300a7,_0x4a7877);},'ZnicG':_0x1166b9[_0x2962c3(0xf3)],'nduHJ':_0x1166b9[_0x2962c3(0xd6)],'zzXEe':_0x1166b9[_0x2962c3(0x98)],'petvY':_0x1166b9[_0x2962c3(0x106)],'TzTej':_0x1166b9[_0x2962c3(0xca)],'Wlhln':function(_0x2c888b,_0x28be9b,_0x4f9890){return _0x1166b9['OTvoR'](_0x2c888b,_0x28be9b,_0x4f9890);},'AwTcp':_0x1166b9[_0x2962c3(0x137)],'pYweL':_0x1166b9['yZaMp'],'jOKrI':_0x1166b9['ofrGU'],'XnLoW':_0x1166b9[_0x2962c3(0xbe)],'vdqso':_0x1166b9[_0x2962c3(0xf9)],'VfFBy':function(_0xa322dc,_0xc900e0,_0x25aeca){const _0x317d75=_0x2962c3;return _0x1166b9[_0x317d75(0x104)](_0xa322dc,_0xc900e0,_0x25aeca);},'BATSR':function(_0x4e7916,_0x5a575f,_0x5d8197,_0x5c3ddd,_0x38f33d){const _0x2d62e4=_0x2962c3;return _0x1166b9[_0x2d62e4(0x1c6)](_0x4e7916,_0x5a575f,_0x5d8197,_0x5c3ddd,_0x38f33d);},'oWCBk':function(_0x1ce6e8,_0x3cff32){const _0x5cb017=_0x2962c3;return _0x1166b9[_0x5cb017(0x133)](_0x1ce6e8,_0x3cff32);},'tXXLM':_0x1166b9[_0x2962c3(0x187)],'fhphk':_0x1166b9[_0x2962c3(0x1e7)],'BIZaW':function(_0x514e69,_0x3f3f02,_0x5d9e58){const _0x418ff4=_0x2962c3;return _0x1166b9[_0x418ff4(0x141)](_0x514e69,_0x3f3f02,_0x5d9e58);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x2962c3(0xc9)],()=>{const _0x3af904=_0x2962c3;_0x56c8f6[_0x3af904(0xd2)](isAccessibilityAutomationSession)&&_0x56c8f6['PetaG'](setAccessibilityCapabilities,_0x3471fc);this[_0x3af904(0x120)](),this[_0x3af904(0x164)]();if(helper['isPacProxy'](_0x3471fc[_0x3af904(0x115)][_0x3af904(0x139)]))this[_0x3af904(0xab)]=helper[_0x3af904(0x142)](_0x3471fc['proxySettings']['proxyUrl']);else _0x3471fc[_0x3af904(0x115)][_0x3af904(0x139)]&&(this[_0x3af904(0xd3)]=_0x3471fc[_0x3af904(0x115)][_0x3af904(0x139)],logger[_0x3af904(0xdb)](_0x3af904(0x131)+this[_0x3af904(0xd3)]));if(_0x56c8f6[_0x3af904(0x11f)](isAccessibilityAutomationSession)){const _0x10c1e5=this['capabilities_'][_0x3af904(0x1d2)](_0x56c8f6[_0x3af904(0x107)])||{},_0x59ee4f=_0x10c1e5[_0x3af904(0xd5)]||this[_0x3af904(0x1a1)][_0x3af904(0x1d2)](_0x56c8f6[_0x3af904(0x19c)])||this[_0x3af904(0x1a1)][_0x3af904(0x1d2)](_0x56c8f6['pEZiw']);if(_0x59ee4f){const _0x4208be=(_0x10c1e5[_0x3af904(0x1e8)]||this[_0x3af904(0x1a1)][_0x3af904(0x1d2)](_0x56c8f6['hyKTG'])||'')[_0x3af904(0x1f7)](),_0x12fcd5=(_0x10c1e5['browserName']||this[_0x3af904(0x1a1)][_0x3af904(0x1d2)](_0x56c8f6[_0x3af904(0x203)])||'')[_0x3af904(0x1f7)]();_0x56c8f6[_0x3af904(0x154)](_0x4208be,_0x56c8f6['ZnicG'])&&_0x12fcd5[_0x3af904(0xed)](_0x56c8f6[_0x3af904(0xd0)])&&(_0x56c8f6['ItVLS'](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x56c8f6[_0x3af904(0x140)]),globals['setGlobal'](_0x56c8f6[_0x3af904(0x1ae)],!![])));}}if(globals[_0x3af904(0x12f)](_0x56c8f6[_0x3af904(0x17a)])){if(!_0x56c8f6[_0x3af904(0x18f)](setExtension,this,_0x3471fc)){globals['setGlobal'](_0x56c8f6['TzTej'],![]);const _0x5380ca=this[_0x3af904(0x1a1)][_0x3af904(0x1d2)](_0x56c8f6[_0x3af904(0x107)]);_0x5380ca&&(_0x5380ca[_0x3af904(0x1e2)]=![],delete _0x5380ca[_0x3af904(0xd9)],this[_0x3af904(0x1a1)][_0x3af904(0xa0)](_0x56c8f6[_0x3af904(0x107)],_0x5380ca)),this['capabilities_']['get'](_0x56c8f6[_0x3af904(0x13a)])&&(this['capabilities_']['set'](_0x56c8f6[_0x3af904(0x13a)],![]),this[_0x3af904(0x1a1)]['delete'](_0x56c8f6[_0x3af904(0x190)]));}}(!helper[_0x3af904(0xe1)]()||helper[_0x3af904(0x1cf)](_0x3471fc))&&helper[_0x3af904(0x1c0)](null,null,_0x3471fc[_0x3af904(0x168)],null,this,null),helper[_0x3af904(0x1bd)](_0x3471fc['capability']),logger[_0x3af904(0xdb)](_0x56c8f6[_0x3af904(0x18e)]);})();const _0x3b7702=super[_0x2962c3(0xa3)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x2962c3(0x12c)],()=>{const _0x4dea5f=_0x2962c3,_0x61d617={'RrQXG':function(_0x2c16ad,_0x3cc467,_0x2fd3cf){const _0x507400=a175_0xf1e0;return _0x56c8f6[_0x507400(0x18f)](_0x2c16ad,_0x3cc467,_0x2fd3cf);},'wdscZ':function(_0x2d1188,_0x4d8e29,_0x72fc12){const _0x4cf832=a175_0xf1e0;return _0x56c8f6[_0x4cf832(0x205)](_0x2d1188,_0x4d8e29,_0x72fc12);},'RyWJP':function(_0x43e4c7,_0x56d94c,_0x2a4c8d,_0xa8c8c1,_0x2b47c1){const _0x3d373f=a175_0xf1e0;return _0x56c8f6[_0x3d373f(0x108)](_0x43e4c7,_0x56d94c,_0x2a4c8d,_0xa8c8c1,_0x2b47c1);},'bVxbI':function(_0x42dcb9,_0x4b107b){return _0x56c8f6['oWCBk'](_0x42dcb9,_0x4b107b);},'CfQhF':_0x56c8f6[_0x4dea5f(0x1fd)],'YsrHM':_0x56c8f6[_0x4dea5f(0x125)],'GEuRT':function(_0x24158c,_0x5319b0,_0x535c7e){return _0x56c8f6['Wlhln'](_0x24158c,_0x5319b0,_0x535c7e);},'XQifV':function(_0x5b2159,_0x575f46,_0x29277c){return _0x56c8f6['VfFBy'](_0x5b2159,_0x575f46,_0x29277c);}};_0x3b7702[_0x4dea5f(0x1da)][_0x4dea5f(0x13c)](_0x5b8a15=>{const _0x4d6ea3=_0x4dea5f;try{const _0xbc922f=_0x5b8a15[_0x4d6ea3(0x193)][_0x4d6ea3(0x1d2)](_0x56c8f6[_0x4d6ea3(0x1d8)]);_0xbc922f?(logger['debug'](_0x4d6ea3(0xb6)+_0xbc922f),hubAllocator[_0x4d6ea3(0xb1)](_0xbc922f,_0x5b8a15[_0x4d6ea3(0xc4)]()),helper[_0x4d6ea3(0x1f6)](_0xbc922f)):logger[_0x4d6ea3(0xdb)](_0x56c8f6['vdqso']);}catch(_0x5e60fc){logger[_0x4d6ea3(0xdb)](_0x4d6ea3(0x143)+_0x5e60fc);}}),_0x3b7702[_0x4dea5f(0x13c)]&&_0x3b7702[_0x4dea5f(0x13c)](_0xe36c66=>{const _0x2790dc=_0x4dea5f,_0x1054b3={'mThMJ':function(_0x44c10e,_0x6755f,_0x52b8ba){return _0x61d617['wdscZ'](_0x44c10e,_0x6755f,_0x52b8ba);},'AGOFh':function(_0x1871b8,_0x100e98,_0x1e1593,_0x4b57f5,_0x2f98a2){const _0x3348a8=a175_0xf1e0;return _0x61d617[_0x3348a8(0x169)](_0x1871b8,_0x100e98,_0x1e1593,_0x4b57f5,_0x2f98a2);},'TeDbr':function(_0x50e9f2,_0x36f11e){const _0x2544bf=a175_0xf1e0;return _0x61d617[_0x2544bf(0xb8)](_0x50e9f2,_0x36f11e);},'pLZZl':_0x61d617[_0x2790dc(0xae)],'ngLZC':_0x61d617[_0x2790dc(0xa1)],'lotNO':function(_0x4bc046,_0x3ef315){const _0xfa91b8=_0x2790dc;return _0x61d617[_0xfa91b8(0xb8)](_0x4bc046,_0x3ef315);}};helper[_0x2790dc(0x204)](_0xe36c66,_0x3471fc),_0x61d617[_0x2790dc(0x13b)](overrideExecute,_0xe36c66,_0x3471fc),_0xe36c66['getAccessibilityResultsSummary']=async()=>{const _0x9e9402=_0x2790dc;return await _0x61d617[_0x9e9402(0x13b)](getAccessibilityResultsSummary,_0xe36c66,global);},_0xe36c66[_0x2790dc(0x1c3)]=async()=>{const _0x5de08f=_0x2790dc;return await _0x1054b3[_0x5de08f(0x11e)](getAccessibilityResults,_0xe36c66,global);},_0xe36c66[_0x2790dc(0x163)]=async _0x4c34cb=>{const _0x38721a=_0x2790dc;return await _0x1054b3[_0x38721a(0x1a2)](performScan,_0xe36c66,null,!![],_0x1054b3[_0x38721a(0xa8)](_0x4c34cb,null));},_0xe36c66[_0x2790dc(0x1f2)]=async _0x5b1c72=>{const _0x2319f3=_0x2790dc;globals['setGlobal'](_0x1054b3[_0x2319f3(0x1ed)],!![]),globals[_0x2319f3(0xaa)](_0x1054b3[_0x2319f3(0x160)],_0x1054b3[_0x2319f3(0x1ab)](_0x5b1c72,null));},_0xe36c66[_0x2790dc(0xda)]=async()=>{const _0x4b26fb=_0x2790dc;globals[_0x4b26fb(0xaa)](_0x1054b3[_0x4b26fb(0x1ed)],![]),globals['setGlobal'](_0x1054b3[_0x4b26fb(0x160)],null);};}),_0x3b7702[_0x4dea5f(0xbb)]=async()=>{const _0x18ec7c=_0x4dea5f;return await _0x61d617[_0x18ec7c(0xfa)](getAccessibilityResultsSummary,_0x3b7702,global);},_0x3b7702['getAccessibilityResults']=async()=>{const _0x6504ef=_0x4dea5f;return await _0x61d617[_0x6504ef(0x15d)](getAccessibilityResults,_0x3b7702,global);},_0x3b7702[_0x4dea5f(0x163)]=async _0x1fe146=>{const _0x17317e=_0x4dea5f;return await _0x61d617[_0x17317e(0x169)](performScan,_0x3b7702,null,!![],_0x61d617['bVxbI'](_0x1fe146,null));},_0x3b7702[_0x4dea5f(0x1f2)]=async _0x2281ef=>{const _0x4aa90c=_0x4dea5f;globals[_0x4aa90c(0xaa)](_0x61d617['CfQhF'],!![]),globals[_0x4aa90c(0xaa)](_0x61d617[_0x4aa90c(0xa1)],_0x61d617[_0x4aa90c(0xb8)](_0x2281ef,null));},_0x3b7702[_0x4dea5f(0xda)]=async()=>{const _0x4aabc4=_0x4dea5f;globals[_0x4aabc4(0xaa)](_0x61d617['CfQhF'],![]),globals[_0x4aabc4(0xaa)](_0x61d617[_0x4aabc4(0xa1)],null);},helper[_0x4dea5f(0x204)](_0x3b7702,_0x3471fc),_0x56c8f6[_0x4dea5f(0x138)](overrideExecute,_0x3b7702,_0x3471fc),helper[_0x4dea5f(0x12a)](global[_0x4dea5f(0x1ef)])&&(global[_0x4dea5f(0x1ef)]=[]),global[_0x4dea5f(0x1ef)][_0x4dea5f(0x1e4)](_0x3b7702);})(),_0x3b7702;}}_0x3be556[_0x4d098a(0x9f)]=_0x3be556[_0x4d098a(0x148)],_0x3be556[_0x4d098a(0x148)]=_0x18f339,_0x2604ef['HttpClient']=_0x321314;},propagateJestSessionName=(_0x4f3796,_0x5d5f60,_0x4a82f1='')=>{const _0x34ac26=a175_0x3400d4,_0x29e993={};_0x29e993[_0x34ac26(0x14e)]=_0x34ac26(0x19a);const _0x1d276a=_0x29e993;_0x5d5f60&&_0x5d5f60[_0x34ac26(0x1a5)]&&_0x5d5f60[_0x34ac26(0x1a5)][_0x34ac26(0x18a)]&&helper[_0x34ac26(0x12a)](_0x4f3796['browserstackSessionName'])&&(_0x4f3796[_0x34ac26(0x18a)]=_0x5d5f60[_0x34ac26(0x1a5)][_0x34ac26(0x18a)],logger[_0x34ac26(0xdb)](util['format'](_0x1d276a['jAvnt'],_0x4a82f1?'\x20'+_0x4a82f1:'',_0x4f3796[_0x34ac26(0x18a)])));},modifyV2=(_0x4b910d,_0x5b8887=null,_0x54821a=![])=>{const _0x3f60b6=a175_0x3400d4,_0x175936={'AooKh':function(_0x1cabdb,_0x1305f2){return _0x1cabdb!==_0x1305f2;},'xZPxN':_0x3f60b6(0xbf),'CKgUE':function(_0x43b119,_0x11a754){return _0x43b119+_0x11a754;},'hFsln':'https://','qwyzy':_0x3f60b6(0x1db),'iuPiw':_0x3f60b6(0xe9),'pANfC':_0x3f60b6(0x1af),'bdqFt':_0x3f60b6(0xa2),'fQsCO':'chromeOptions','KqYhE':_0x3f60b6(0x150),'TNksw':'edgeOptions','BxnEU':_0x3f60b6(0x11c),'ELsPR':_0x3f60b6(0x1f5),'ylgnn':'safari.options','kjmHt':_0x3f60b6(0xe5),'bXoDB':_0x3f60b6(0x174),'VhcWn':function(_0x1b2550,_0x28cf71){return _0x1b2550===_0x28cf71;},'gwFpr':'object','AHfom':_0x3f60b6(0x1dd),'QREsR':function(_0x2ee386,_0x2898d1){return _0x2ee386>_0x2898d1;},'nqcJa':function(_0x509bbf,_0x2d18ed){return _0x509bbf>_0x2d18ed;},'cqjSs':function(_0x2dfa38){return _0x2dfa38();},'oNXrk':function(_0x2b1149,_0x246d2e){return _0x2b1149(_0x246d2e);},'EtLbb':_0x3f60b6(0x1b9),'CcxYU':_0x3f60b6(0xb7),'xFTWp':_0x3f60b6(0xd5),'RlJtr':_0x3f60b6(0x1e8),'uycrV':_0x3f60b6(0xcc),'oadHb':_0x3f60b6(0x144),'QloRX':_0x3f60b6(0x1a8),'HGsrl':_0x3f60b6(0xc5),'exozW':_0x3f60b6(0x166),'SyvBa':_0x3f60b6(0xc2),'WXgdk':function(_0x392f55,_0x424406,_0x12b0f3){return _0x392f55(_0x424406,_0x12b0f3);},'lWJPM':_0x3f60b6(0x16a),'UFIbf':'browserstack.accessibilityOptions','akAkW':_0x3f60b6(0x1d1),'iqDyo':function(_0x483837){return _0x483837();},'VWmZc':'browserstack.com','MSjth':function(_0x2fb457,_0x2a8231){return _0x2fb457===_0x2a8231;},'LAUbn':_0x3f60b6(0x149),'mTbZc':_0x3f60b6(0xb4),'SfzdC':'./helpers/accessibility-automation/constants','EFlUg':function(_0x4f6adb,_0x439e58){return _0x4f6adb<_0x439e58;},'rZYgc':function(_0x160e84,_0x12c6c6){return _0x160e84||_0x12c6c6;},'ymqQa':function(_0x4d729b,_0x28c3e3,_0x4a5ded){return _0x4d729b(_0x28c3e3,_0x4a5ded);},'bRWlD':_0x3f60b6(0x14a),'fbrDX':_0x3f60b6(0x10c),'EHLjV':_0x3f60b6(0x207),'KECVb':_0x3f60b6(0xf5),'kHjqM':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','sDmsf':_0x3f60b6(0x1c9),'tgItw':_0x3f60b6(0x1a6),'gFmui':function(_0x3fd1fe,_0x576e18){return _0x3fd1fe||_0x576e18;},'enlFm':'optimalHubUrl','ibXaQ':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','zBBXI':function(_0x35e1ea,_0x510fb9,_0x2b2e0c){return _0x35e1ea(_0x510fb9,_0x2b2e0c);},'ajRJi':function(_0x466d7b,_0x42c664,_0xf4e53a,_0x3ab2c6,_0x2590bf){return _0x466d7b(_0x42c664,_0xf4e53a,_0x3ab2c6,_0x2590bf);},'pNkBi':function(_0x1e1cdb,_0x1d972c,_0x52b64e){return _0x1e1cdb(_0x1d972c,_0x52b64e);},'zuwYW':function(_0x5a1d2d,_0x1b13c1,_0x4f7e0c,_0x2861fa){return _0x5a1d2d(_0x1b13c1,_0x4f7e0c,_0x2861fa);},'aARsR':'(sync)','bxPWU':function(_0x598ede,_0x10e445){return _0x598ede!==_0x10e445;},'RgeUg':_0x3f60b6(0xe4),'YfPzz':function(_0x47299e,_0x263a2b){return _0x47299e(_0x263a2b);},'UjzDb':function(_0xf26438,_0x5e60e8,_0x288c24){return _0xf26438(_0x5e60e8,_0x288c24);},'usrrR':_0x3f60b6(0xe7),'DKKlk':_0x3f60b6(0x102),'eFriK':'selenium-webdriver/lib/webdriver.js','FvleI':_0x3f60b6(0xc1),'KsmJd':_0x3f60b6(0x109),'fakdx':'Modifying\x20webdriver\x20execute','keYQC':_0x3f60b6(0x1dc)},_0x15eaa9=helper[_0x3f60b6(0x1b4)]();let _0x22fa31;try{_0x22fa31=helper[_0x3f60b6(0x1b1)](),_0x22fa31[_0x3f60b6(0x9f)]&&(_0x22fa31['Builder']=_0x22fa31[_0x3f60b6(0x9f)]);}catch(_0x2b2a63){return;}if(helper[_0x3f60b6(0xe1)]()){const _0x52df2e={};_0x52df2e[_0x3f60b6(0x1f0)]=_0x4b910d[_0x3f60b6(0x192)],helper[_0x3f60b6(0x1c7)](_0x52df2e,new Map(),new Map()),logger['info'](_0x175936[_0x3f60b6(0x10b)]),logger[_0x3f60b6(0xdb)](_0x175936[_0x3f60b6(0x1d6)]);}class _0x1d3f18 extends _0x15eaa9[_0x3f60b6(0x10e)]{['send'](_0x5a2e8b){const _0x21e9ba=_0x3f60b6;if(_0x175936[_0x21e9ba(0xb9)](_0x5a2e8b[_0x21e9ba(0x1ba)],_0x175936[_0x21e9ba(0xc8)]))try{const _0x55d2bd=_0x5a2e8b[_0x21e9ba(0x1ba)][_0x21e9ba(0x1fa)]('/')[0x2];if(_0x55d2bd){const _0x2f73b0=hubAllocator[_0x21e9ba(0x147)](_0x55d2bd);if(_0x2f73b0){const _0x271630=_0x175936[_0x21e9ba(0xf8)](_0x175936[_0x21e9ba(0xf8)](_0x175936[_0x21e9ba(0x172)],_0x2f73b0),_0x175936[_0x21e9ba(0x1ea)]);this[_0x21e9ba(0x1e9)]=hubAllocator[_0x21e9ba(0x153)](_0x271630),logger['debug'](_0x21e9ba(0x20b)+_0x271630);}}}catch(_0x98da67){logger['error'](_0x98da67);}if(globals[_0x21e9ba(0x12f)](_0x175936[_0x21e9ba(0x15a)])&&globals[_0x21e9ba(0x12f)](_0x175936[_0x21e9ba(0x1ac)])){const _0x204771=_0x5a2e8b['path'][_0x21e9ba(0x1fa)]('/')[0x2];_0x204771&&commandRepository[_0x21e9ba(0x19e)](_0x204771,_0x5a2e8b);}return super[_0x21e9ba(0x112)](_0x5a2e8b);}}class _0x3efb1c extends _0x22fa31[_0x3f60b6(0x148)]{[_0x3f60b6(0x120)](){const _0x2bd8b9=_0x3f60b6;return helper[_0x2bd8b9(0xe1)]()&&(this[_0x2bd8b9(0x124)]=helper[_0x2bd8b9(0xc7)](_0x4b910d)),this;}[_0x3f60b6(0x1f1)](_0x34a9a4){const _0x574854=_0x3f60b6;let _0x2edf1a={};for(const _0xecded6 in _0x34a9a4){switch(_0xecded6){case _0x175936[_0x574854(0x11d)]:case _0x175936[_0x574854(0x1f9)]:this[_0x574854(0x12b)]&&(_0x2edf1a=this[_0x574854(0x12b)][_0x574854(0x1d2)](this['chromeOptions_'][_0x574854(0xce)])||{},this[_0x574854(0x12b)][_0x574854(0xa0)](this['chromeOptions_'][_0x574854(0xce)],helper[_0x574854(0x121)](_0x2edf1a,_0x34a9a4[_0xecded6])));break;case _0x175936[_0x574854(0x1d0)]:case _0x175936[_0x574854(0xac)]:this['edgeOptions_']&&(_0x2edf1a=this[_0x574854(0x196)]['get'](this[_0x574854(0x196)][_0x574854(0xce)])||{},this[_0x574854(0x196)][_0x574854(0xa0)](this[_0x574854(0x196)][_0x574854(0xce)],helper[_0x574854(0x121)](_0x2edf1a,_0x34a9a4[_0xecded6])));break;case _0x175936[_0x574854(0x15b)]:case _0x175936[_0x574854(0x122)]:this[_0x574854(0xff)]&&(_0x2edf1a=this[_0x574854(0xff)]['get'](this[_0x574854(0xff)]['CAPABILITY_KEY'])||{},this[_0x574854(0xff)][_0x574854(0xa0)](this[_0x574854(0xff)][_0x574854(0xce)],helper[_0x574854(0x121)](_0x2edf1a,_0x34a9a4[_0xecded6])));break;case _0x175936[_0x574854(0x110)]:this[_0x574854(0xb3)]&&(_0x2edf1a=this[_0x574854(0xb3)][_0x574854(0x1d2)](this[_0x574854(0xb3)]['CAPABILITY_KEY'])||{},this[_0x574854(0xb3)][_0x574854(0xa0)](this['safariOptions_'][_0x574854(0xce)],helper['mergeDeep'](_0x2edf1a,_0x34a9a4[_0xecded6])));break;case _0x175936[_0x574854(0x159)]:case _0x175936[_0x574854(0x1e0)]:this[_0x574854(0x11a)]&&(_0x2edf1a=this[_0x574854(0x11a)][_0x574854(0x1d2)](this[_0x574854(0x11a)]['CAPABILITY_KEY'])||{},this['ieOptions_'][_0x574854(0xa0)](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x574854(0x121)](_0x2edf1a,_0x34a9a4[_0xecded6])));break;}}}['setCapabilities'](){const _0x43d6cb=_0x3f60b6;logger['debug'](_0x175936[_0x43d6cb(0x1f8)]);const _0x10a8ed=_0x4b910d[_0x43d6cb(0xaf)]&&_0x175936[_0x43d6cb(0x201)](Object[_0x43d6cb(0x12e)](_0x4b910d['capability'])['length'],0x0)?_0x4b910d[_0x43d6cb(0xaf)]:_0x4b910d[_0x43d6cb(0xec)]&&Array[_0x43d6cb(0x9d)](_0x4b910d[_0x43d6cb(0xec)])&&_0x175936[_0x43d6cb(0x170)](_0x4b910d[_0x43d6cb(0xec)][_0x43d6cb(0xeb)],0x0)?_0x4b910d[_0x43d6cb(0xec)][0x0]:{};return this['__setBrowserOptions'](_0x10a8ed),Object[_0x43d6cb(0x12e)](_0x10a8ed)[_0x43d6cb(0x96)](_0x1d142e=>{const _0x33a308=_0x43d6cb,_0x47f6fe=this['capabilities_'][_0x33a308(0x1d2)](_0x1d142e);_0x175936[_0x33a308(0x183)](typeof _0x47f6fe,_0x175936[_0x33a308(0x1ca)])?this['capabilities_']['set'](_0x1d142e,helper[_0x33a308(0x121)](_0x47f6fe,_0x10a8ed[_0x1d142e])):this['capabilities_'][_0x33a308(0xa0)](_0x1d142e,_0x10a8ed[_0x1d142e]);}),this;}[_0x3f60b6(0xa3)](){const _0x5317b8=_0x3f60b6,_0x1a4e44={'yiixf':function(_0x626fce){const _0xb5fc4=a175_0xf1e0;return _0x175936[_0xb5fc4(0x146)](_0x626fce);},'jpVxp':function(_0x1f6a06,_0x4ca59c){const _0x445dbc=a175_0xf1e0;return _0x175936[_0x445dbc(0x1cc)](_0x1f6a06,_0x4ca59c);},'hBbQT':_0x175936['EtLbb'],'SWlUY':_0x175936[_0x5317b8(0x162)],'zxRlv':_0x175936['xFTWp'],'PXugW':_0x175936[_0x5317b8(0xee)],'ywXPE':_0x175936['uycrV'],'FJxEL':function(_0x52808e,_0x14707c){const _0x33df60=_0x5317b8;return _0x175936[_0x33df60(0x183)](_0x52808e,_0x14707c);},'uddbA':_0x175936[_0x5317b8(0x175)],'HoYdh':_0x175936[_0x5317b8(0x97)],'qSAoQ':_0x175936[_0x5317b8(0xa6)],'pKhGI':_0x175936[_0x5317b8(0x194)],'YxIWc':_0x175936[_0x5317b8(0x1b6)],'ykkhp':function(_0x13307f,_0x2ab5df,_0x3fab97){const _0x58ce29=_0x5317b8;return _0x175936[_0x58ce29(0x157)](_0x13307f,_0x2ab5df,_0x3fab97);},'HpWYd':_0x175936[_0x5317b8(0x19b)],'Exvor':_0x175936[_0x5317b8(0xea)],'Ccmia':_0x175936[_0x5317b8(0x1a9)],'zPkks':_0x175936[_0x5317b8(0x11d)],'IgZkE':function(_0x572295){const _0x199c8e=_0x5317b8;return _0x175936[_0x199c8e(0xfe)](_0x572295);},'LTgQO':_0x175936[_0x5317b8(0x186)],'SMPVK':function(_0x22a4d0,_0x51eea2){const _0x3a6f4e=_0x5317b8;return _0x175936[_0x3a6f4e(0xe6)](_0x22a4d0,_0x51eea2);},'ijwkJ':function(_0x1b8d1b){return _0x175936['cqjSs'](_0x1b8d1b);},'yYotq':_0x175936[_0x5317b8(0x9c)],'AerCM':_0x175936[_0x5317b8(0xbc)],'AiiBa':_0x175936[_0x5317b8(0x10a)],'nYYiL':function(_0x381822,_0x1b0045){return _0x175936['EFlUg'](_0x381822,_0x1b0045);},'snTVi':function(_0x3e3a50,_0x363635){const _0x4e5339=_0x5317b8;return _0x175936[_0x4e5339(0x134)](_0x3e3a50,_0x363635);},'DhBhX':function(_0x33bffa,_0x5254b9,_0x5ea26b){const _0x19e977=_0x5317b8;return _0x175936[_0x19e977(0xcb)](_0x33bffa,_0x5254b9,_0x5ea26b);},'tTTbH':function(_0x24024f,_0x324b42){const _0x221567=_0x5317b8;return _0x175936[_0x221567(0x183)](_0x24024f,_0x324b42);},'XIsfo':_0x175936[_0x5317b8(0x1fc)],'PDLBJ':_0x175936[_0x5317b8(0xa5)],'wKIlJ':_0x175936['EHLjV'],'cPSYP':_0x175936['KECVb'],'mWfyK':_0x175936[_0x5317b8(0x20c)],'hbpnr':_0x175936[_0x5317b8(0x15a)],'ibJOd':_0x175936[_0x5317b8(0x1ac)],'INRuI':function(_0x1bcd98,_0x2f516e,_0x57a48c){const _0x11976a=_0x5317b8;return _0x175936[_0x11976a(0xcb)](_0x1bcd98,_0x2f516e,_0x57a48c);},'vNtDF':_0x175936[_0x5317b8(0x16b)],'tuvJJ':_0x175936[_0x5317b8(0x111)],'WIHKF':function(_0x2f5f0f,_0x5083fc){const _0x212953=_0x5317b8;return _0x175936[_0x212953(0x11b)](_0x2f5f0f,_0x5083fc);},'CtgEv':_0x175936[_0x5317b8(0x1bc)],'yeXEV':_0x175936[_0x5317b8(0x1e1)],'ZDGyZ':function(_0x4dd4f5,_0x4f8350,_0x48305e){return _0x175936['zBBXI'](_0x4dd4f5,_0x4f8350,_0x48305e);},'fzoWf':function(_0xda2b6b,_0x3b1f44,_0x16461b,_0x360fed,_0x528e47){return _0x175936['ajRJi'](_0xda2b6b,_0x3b1f44,_0x16461b,_0x360fed,_0x528e47);},'boLkm':function(_0x234f35,_0x415a0d,_0x19143b){const _0x41290b=_0x5317b8;return _0x175936[_0x41290b(0x157)](_0x234f35,_0x415a0d,_0x19143b);},'qsRbz':function(_0x414368,_0x123d8b,_0x204e47){const _0x321c13=_0x5317b8;return _0x175936[_0x321c13(0xfb)](_0x414368,_0x123d8b,_0x204e47);},'FzTum':function(_0x4cacf1,_0x3a6279,_0xc9cea6){const _0x57803a=_0x5317b8;return _0x175936[_0x57803a(0xcb)](_0x4cacf1,_0x3a6279,_0xc9cea6);},'lJnTD':function(_0x211ffa,_0x2cdbb2,_0x584586,_0x1c50af){const _0x91f6f3=_0x5317b8;return _0x175936[_0x91f6f3(0xf1)](_0x211ffa,_0x2cdbb2,_0x584586,_0x1c50af);},'yUwSd':_0x175936['aARsR'],'RXmVB':function(_0x4e58a1,_0x5a6895){const _0x3c2ab5=_0x5317b8;return _0x175936[_0x3c2ab5(0x103)](_0x4e58a1,_0x5a6895);}};PerformanceTester[_0x5317b8(0x200)](PerformanceEvents[_0x5317b8(0xc9)],()=>{const _0x11cb51=_0x5317b8;if(helper[_0x11cb51(0xe1)]()){helper[_0x11cb51(0x1bd)](_0x4b910d['capability']);_0x1a4e44[_0x11cb51(0xcd)](isAccessibilityAutomationSession)&&_0x1a4e44[_0x11cb51(0x161)](setAccessibilityCapabilities,_0x4b910d);this[_0x11cb51(0x120)](),this['setCapabilities']();if(helper[_0x11cb51(0x1f4)](_0x4b910d[_0x11cb51(0x115)][_0x11cb51(0x139)]))this[_0x11cb51(0xab)]=helper['getHttpAgent'](_0x4b910d[_0x11cb51(0x115)]['proxyUrl']);else _0x4b910d[_0x11cb51(0x115)]['proxyUrl']&&(this[_0x11cb51(0xd3)]=_0x4b910d['proxySettings']['proxyUrl'],logger['debug'](_0x11cb51(0x131)+this[_0x11cb51(0xd3)]));if(_0x1a4e44[_0x11cb51(0xcd)](isAccessibilityAutomationSession)){const _0x61c4ad=this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x13d)])||{},_0x10d2f5=_0x61c4ad[_0x11cb51(0xd5)]||this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x19d)])||this[_0x11cb51(0x1a1)]['get'](_0x1a4e44[_0x11cb51(0x1c4)]);if(_0x10d2f5){const _0x92e0f4=(_0x61c4ad[_0x11cb51(0x1e8)]||this['capabilities_'][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x129)])||'')[_0x11cb51(0x1f7)](),_0x2da17e=(_0x61c4ad[_0x11cb51(0xcc)]||this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x206)])||'')[_0x11cb51(0x1f7)]();_0x1a4e44[_0x11cb51(0x1b2)](_0x92e0f4,_0x1a4e44[_0x11cb51(0x145)])&&_0x2da17e['includes'](_0x1a4e44['HoYdh'])&&(_0x1a4e44[_0x11cb51(0xcd)](isMobileScanningEnabledForGroup)&&(logger[_0x11cb51(0xdb)](_0x1a4e44[_0x11cb51(0x17b)]),globals[_0x11cb51(0xaa)](_0x1a4e44[_0x11cb51(0x209)],!![])));}}if(globals[_0x11cb51(0x12f)](_0x1a4e44[_0x11cb51(0x18b)])){if(!_0x1a4e44[_0x11cb51(0x185)](setExtension,this,_0x4b910d)){globals[_0x11cb51(0xaa)](_0x1a4e44['YxIWc'],![]);const _0xfcb514=this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x13d)]);_0xfcb514&&(_0xfcb514[_0x11cb51(0x1e2)]=![],delete _0xfcb514[_0x11cb51(0xd9)],this[_0x11cb51(0x1a1)][_0x11cb51(0xa0)](_0x1a4e44[_0x11cb51(0x13d)],_0xfcb514)),this['capabilities_']['get'](_0x1a4e44[_0x11cb51(0x180)])&&(this[_0x11cb51(0x1a1)]['set'](_0x1a4e44['HpWYd'],![]),this['capabilities_']['delete'](_0x1a4e44[_0x11cb51(0xdf)]));}}process['env'][_0x11cb51(0x191)]&&(helper[_0x11cb51(0x1c0)](null,null,_0x4b910d[_0x11cb51(0x168)],null,this,null),helper[_0x11cb51(0x1bd)](_0x4b910d[_0x11cb51(0xaf)]),helper[_0x11cb51(0x9b)]()),logger[_0x11cb51(0xdb)](_0x1a4e44[_0x11cb51(0x1bb)]);}else{if(this[_0x11cb51(0x12b)]){const _0x1dabc1=this[_0x11cb51(0x12b)]['get'](this[_0x11cb51(0x12b)][_0x11cb51(0xce)]||_0x1a4e44[_0x11cb51(0x178)]);if(_0x1dabc1&&_0x1dabc1[_0x11cb51(0x1b0)]){const _0x157d04=this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x178)])||{},_0x58fab=(_0x157d04[_0x11cb51(0x1b0)]||[])[_0x11cb51(0xf4)](_0x1dabc1[_0x11cb51(0x1b0)]||[]),_0x567f5d=Array[_0x11cb51(0xdd)](new Set(_0x58fab)),_0x4432f9={};_0x4432f9[_0x11cb51(0x1b0)]=_0x567f5d,this[_0x11cb51(0x1a1)][_0x11cb51(0xa0)](_0x1a4e44['zPkks'],Object['assign']({},_0x157d04,_0x1dabc1,_0x4432f9));}}helper['readTcgAuthConfigToGlobal']();if(_0x1a4e44['IgZkE'](isAccessibilityAutomationSession)&&this[_0x11cb51(0x1d9)]()['includes'](_0x1a4e44[_0x11cb51(0x158)])){let _0x1c0a81=!![];const _0x18f878=this['capabilities_'][_0x11cb51(0x1d2)](_0x1a4e44['hBbQT'])||{},_0x270142=_0x18f878[_0x11cb51(0xd5)]||this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x19d)])||this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x1c4)]);if(_0x270142){const _0x43c0a9=(_0x18f878[_0x11cb51(0x1e8)]||this[_0x11cb51(0x1a1)]['get'](_0x1a4e44[_0x11cb51(0x129)])||'')[_0x11cb51(0x1f7)](),_0x256126=(_0x18f878[_0x11cb51(0xcc)]||this[_0x11cb51(0x1a1)]['get'](_0x1a4e44['ywXPE'])||'')[_0x11cb51(0x1f7)]();_0x1a4e44[_0x11cb51(0x156)](_0x43c0a9,_0x1a4e44[_0x11cb51(0x145)])&&_0x256126[_0x11cb51(0xed)](_0x1a4e44[_0x11cb51(0x1a0)])?!_0x1a4e44[_0x11cb51(0x14d)](isMobileScanningEnabledForGroup)?(logger['warn'](MOBILE_SCANNING_DISABLED_WARNING),_0x1c0a81=![]):(logger[_0x11cb51(0xdb)](_0x1a4e44[_0x11cb51(0x17b)]),globals['setGlobal'](_0x1a4e44['pKhGI'],!![])):(logger[_0x11cb51(0x1c8)](_0x1a4e44[_0x11cb51(0x199)]),_0x1c0a81=![]);}if(_0x1c0a81){const _0x3c49e2=_0x1a4e44[_0x11cb51(0x161)](parseFloat,_0x18f878[_0x11cb51(0xb4)]||this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44['AerCM'])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x310fe0}=_0x1a4e44[_0x11cb51(0x161)](require,_0x1a4e44[_0x11cb51(0x1b3)]),_0x4d8ca4=_0x1a4e44[_0x11cb51(0x161)](parseFloat,_0x310fe0);!_0x1a4e44[_0x11cb51(0x161)](isNaN,_0x3c49e2)&&_0x1a4e44[_0x11cb51(0x212)](_0x3c49e2,_0x4d8ca4)&&(logger['warn'](_0x11cb51(0x20e)+_0x310fe0+'.'),_0x1c0a81=![]);}if(_0x1c0a81){_0x1a4e44[_0x11cb51(0x161)](setAccessibilityCapabilities,_0x4b910d),this[_0x11cb51(0x164)]();if(process[_0x11cb51(0x17c)][_0x11cb51(0x132)]){let _0x31b389={};try{process[_0x11cb51(0x17c)][_0x11cb51(0xfd)]&&(_0x31b389=JSON[_0x11cb51(0x165)](process['env'][_0x11cb51(0xfd)]));}catch(_0x241133){logger[_0x11cb51(0xdb)](_0x11cb51(0x1d3)+_0x241133);}const _0xfab679=this['capabilities_'][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x13d)]);if(_0xfab679||!this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x180)])){const _0x27b52b=_0x1a4e44['snTVi'](_0xfab679,{});_0x27b52b[_0x11cb51(0x1e2)]=!![];const _0x2c3286={};_0x2c3286[_0x11cb51(0x152)]=process[_0x11cb51(0x17c)][_0x11cb51(0x132)],_0x2c3286[_0x11cb51(0x20d)]=_0x31b389['scannerVersion'],_0x27b52b[_0x11cb51(0xd9)]=Object[_0x11cb51(0xbd)]({},_0x27b52b[_0x11cb51(0xd9)],_0x2c3286),this[_0x11cb51(0x1a1)]['set'](_0x1a4e44[_0x11cb51(0x13d)],_0x27b52b);}else{this[_0x11cb51(0x1a1)][_0x11cb51(0xa0)](_0x1a4e44[_0x11cb51(0x180)],!![]);const _0x254580=this['capabilities_'][_0x11cb51(0x1d2)](_0x1a4e44['Exvor'])||{},_0x70be93={};_0x70be93[_0x11cb51(0x152)]=process[_0x11cb51(0x17c)]['BS_A11Y_JWT'],_0x70be93[_0x11cb51(0x20d)]=_0x31b389['scannerVersion'],this[_0x11cb51(0x1a1)][_0x11cb51(0xa0)](_0x1a4e44[_0x11cb51(0xdf)],Object[_0x11cb51(0xbd)]({},_0x254580,_0x70be93));}}if(!_0x1a4e44['DhBhX'](setExtension,this,_0x4b910d)){globals[_0x11cb51(0xaa)](_0x1a4e44[_0x11cb51(0x18b)],![]);const _0x13229c=this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44[_0x11cb51(0x13d)]);_0x13229c&&(_0x13229c[_0x11cb51(0x1e2)]=![],delete _0x13229c[_0x11cb51(0xd9)],this[_0x11cb51(0x1a1)][_0x11cb51(0xa0)](_0x1a4e44[_0x11cb51(0x13d)],_0x13229c)),this[_0x11cb51(0x1a1)][_0x11cb51(0x1d2)](_0x1a4e44['HpWYd'])&&(this[_0x11cb51(0x1a1)]['set'](_0x1a4e44[_0x11cb51(0x180)],![]),this[_0x11cb51(0x1a1)][_0x11cb51(0xba)](_0x1a4e44[_0x11cb51(0xdf)]));}}}_0x1a4e44[_0x11cb51(0xf6)](globals['getGlobal'](_0x1a4e44[_0x11cb51(0x1ad)]),_0x1a4e44[_0x11cb51(0x119)])&&(commandRepository[_0x11cb51(0x211)](_0x1a4e44[_0x11cb51(0x119)]),commandRepository[_0x11cb51(0xa4)](globals[_0x11cb51(0x12f)](_0x1a4e44[_0x11cb51(0x189)])));if(this['url_'][_0x11cb51(0xed)](_0x1a4e44['cPSYP']))logger[_0x11cb51(0xdb)](_0x1a4e44[_0x11cb51(0x12d)]),globals[_0x11cb51(0xaa)](_0x1a4e44[_0x11cb51(0x1a4)],![]),globals[_0x11cb51(0xaa)](_0x1a4e44[_0x11cb51(0xf2)],![]);else globals[_0x11cb51(0x12f)](_0x1a4e44[_0x11cb51(0x1a4)])&&globals['getGlobal'](_0x1a4e44[_0x11cb51(0xf2)])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x4814d3=super[_0x5317b8(0xa3)]();return PerformanceTester[_0x5317b8(0x200)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x2764c1=_0x5317b8,_0x3ca2c4={'khfbo':_0x1a4e44[_0x2764c1(0x176)],'KzHUH':_0x1a4e44[_0x2764c1(0xef)],'DqEdk':_0x1a4e44[_0x2764c1(0x195)],'KsnmN':_0x1a4e44[_0x2764c1(0x1eb)],'TZuPV':function(_0x53b181,_0x209bce,_0xb08ec6){const _0x56dbf9=_0x2764c1;return _0x1a4e44[_0x56dbf9(0x216)](_0x53b181,_0x209bce,_0xb08ec6);},'hjwoq':function(_0x55803d,_0xfd5c84,_0x12db3e){return _0x1a4e44['DhBhX'](_0x55803d,_0xfd5c84,_0x12db3e);},'onjkn':function(_0x53a9d6,_0x379ae5,_0x438821,_0xf7633f,_0x33dfd4){const _0x4e93eb=_0x2764c1;return _0x1a4e44[_0x4e93eb(0x173)](_0x53a9d6,_0x379ae5,_0x438821,_0xf7633f,_0x33dfd4);},'rWXXV':function(_0x1853e3,_0x65b8f4){const _0x474a45=_0x2764c1;return _0x1a4e44[_0x474a45(0x1ff)](_0x1853e3,_0x65b8f4);},'UqKzU':function(_0x5cc906,_0x340fad){const _0x48a260=_0x2764c1;return _0x1a4e44[_0x48a260(0x161)](_0x5cc906,_0x340fad);},'HkOgb':function(_0x4e44c7,_0x5673c7,_0x24b8db){return _0x1a4e44['boLkm'](_0x4e44c7,_0x5673c7,_0x24b8db);},'CcELX':function(_0x10a392,_0x71c828,_0x2274c3){const _0x5504de=_0x2764c1;return _0x1a4e44[_0x5504de(0x181)](_0x10a392,_0x71c828,_0x2274c3);},'ymoVE':function(_0x493542,_0x515203,_0x388256){const _0x4db765=_0x2764c1;return _0x1a4e44[_0x4db765(0x151)](_0x493542,_0x515203,_0x388256);},'VmiEM':function(_0xc21507,_0x44341f){return _0x1a4e44['snTVi'](_0xc21507,_0x44341f);}};_0x4814d3[_0x2764c1(0x1da)][_0x2764c1(0x13c)](_0x130cf1=>{const _0x21a388=_0x2764c1,_0x14278f=_0x130cf1[_0x21a388(0x193)];if(!helper['isBrowserstackInfra']()&&_0x1a4e44['ijwkJ'](isAccessibilityAutomationSession)){const _0x17a0b9=_0x1a4e44['INRuI'](nonBstackPlatformValidation,_0x14278f,this);globals[_0x21a388(0xaa)](_0x1a4e44['YxIWc'],_0x17a0b9);if(!_0x17a0b9){const _0x15ee44=this[_0x21a388(0x1a1)]['get'](_0x1a4e44[_0x21a388(0x13d)]);_0x15ee44&&(_0x15ee44[_0x21a388(0x1e2)]=![],delete _0x15ee44[_0x21a388(0xd9)],this['capabilities_'][_0x21a388(0xa0)](_0x1a4e44[_0x21a388(0x13d)],_0x15ee44)),this[_0x21a388(0x1a1)][_0x21a388(0x1d2)](_0x1a4e44[_0x21a388(0x180)])&&(this[_0x21a388(0x1a1)][_0x21a388(0xa0)](_0x1a4e44[_0x21a388(0x180)],![]),this[_0x21a388(0x1a1)]['delete'](_0x1a4e44[_0x21a388(0xdf)]));}}}),_0x4814d3[_0x2764c1(0x1da)]['then'](_0x2aebef=>{const _0x43ca55=_0x2764c1;try{logger[_0x43ca55(0xdb)](_0x43ca55(0x1fe)+_0x2aebef[_0x43ca55(0xc4)]());const _0x10b9bb=_0x2aebef[_0x43ca55(0x193)]['get'](_0x3ca2c4[_0x43ca55(0x1e3)]);_0x10b9bb?(logger[_0x43ca55(0xdb)](_0x43ca55(0xb6)+_0x10b9bb),hubAllocator[_0x43ca55(0xb1)](_0x10b9bb,_0x2aebef[_0x43ca55(0xc4)]()),helper[_0x43ca55(0x1f6)](_0x10b9bb)):logger[_0x43ca55(0xdb)](_0x3ca2c4[_0x43ca55(0x1de)]);}catch(_0x330b89){logger[_0x43ca55(0xdb)](_0x43ca55(0x143)+_0x330b89);}}),_0x4814d3[_0x2764c1(0x1c2)]=0x0,_0x4814d3[_0x2764c1(0x13c)]&&_0x4814d3[_0x2764c1(0x13c)](_0x41ddf7=>{const _0x2af71c=_0x2764c1,_0x483afe={'QQONj':function(_0x5e37bb,_0x22995c,_0x26ad9f){return _0x3ca2c4['TZuPV'](_0x5e37bb,_0x22995c,_0x26ad9f);},'QYSsX':function(_0x2d3bba,_0x5724da,_0x1f6ef3){const _0x33abd8=a175_0xf1e0;return _0x3ca2c4[_0x33abd8(0x100)](_0x2d3bba,_0x5724da,_0x1f6ef3);},'yxYmd':function(_0x30eab3,_0x22afca,_0x4655fe,_0x49a4bb,_0x10dff2){const _0x5b3e11=a175_0xf1e0;return _0x3ca2c4[_0x5b3e11(0xd7)](_0x30eab3,_0x22afca,_0x4655fe,_0x49a4bb,_0x10dff2);},'mnkMC':function(_0x42c4f1,_0x33579f){const _0x19460a=a175_0xf1e0;return _0x3ca2c4[_0x19460a(0xb5)](_0x42c4f1,_0x33579f);},'vXKHg':_0x3ca2c4[_0x2af71c(0x215)],'NYhvH':_0x3ca2c4[_0x2af71c(0x1e5)]};helper[_0x2af71c(0x208)](_0x41ddf7,_0x4814d3),_0x54821a&&_0x3ca2c4[_0x2af71c(0x136)](overrideTakeScreenshot,_0x41ddf7),helper[_0x2af71c(0x204)](_0x41ddf7,_0x4b910d),_0x3ca2c4[_0x2af71c(0x100)](overrideExecute,_0x41ddf7,_0x4b910d),_0x3ca2c4[_0x2af71c(0x1fb)](propagateJestSessionName,_0x41ddf7,_0x5b8887),_0x4b910d[_0x2af71c(0xaf)]&&percyHelper['patchDriverPercy'](_0x41ddf7,_0x22fa31['WebElement'],_0x4b910d),_0x41ddf7['getAccessibilityResultsSummary']=async()=>{const _0x5e0fd6=_0x2af71c;return await _0x483afe[_0x5e0fd6(0x177)](getAccessibilityResultsSummary,_0x41ddf7,global);},_0x41ddf7[_0x2af71c(0x1c3)]=async()=>{const _0x151fdb=_0x2af71c;return await _0x483afe[_0x151fdb(0x14c)](getAccessibilityResults,_0x41ddf7,global);},_0x41ddf7[_0x2af71c(0x163)]=async _0x32ea2c=>{const _0x29405f=_0x2af71c;return await _0x483afe[_0x29405f(0x16c)](performScan,_0x41ddf7,null,!![],_0x483afe[_0x29405f(0x105)](_0x32ea2c,null));},_0x41ddf7[_0x2af71c(0x1f2)]=async _0x225eae=>{const _0x42a667=_0x2af71c;globals[_0x42a667(0xaa)](_0x483afe[_0x42a667(0xb2)],!![]),globals[_0x42a667(0xaa)](_0x483afe['NYhvH'],_0x483afe['mnkMC'](_0x225eae,null));},_0x41ddf7['stopA11yScanning']=async()=>{const _0x115e36=_0x2af71c;globals[_0x115e36(0xaa)](_0x3ca2c4[_0x115e36(0x215)],![]),globals[_0x115e36(0xaa)](_0x3ca2c4[_0x115e36(0x1e5)],null);};}),_0x4814d3['getAccessibilityResultsSummary']=async()=>{const _0x2ff7a1=_0x2764c1;return await _0x3ca2c4[_0x2ff7a1(0x14b)](getAccessibilityResultsSummary,_0x4814d3,global);},_0x4814d3[_0x2764c1(0x1c3)]=async()=>{const _0xd8246=_0x2764c1;return await _0x3ca2c4[_0xd8246(0xc3)](getAccessibilityResults,_0x4814d3,global);},_0x4814d3[_0x2764c1(0x163)]=async _0x28b6d0=>{return await _0x3ca2c4['onjkn'](performScan,_0x4814d3,null,!![],_0x3ca2c4['VmiEM'](_0x28b6d0,null));},_0x4814d3[_0x2764c1(0x1f2)]=async _0x3a2b37=>{const _0x27b69d=_0x2764c1;globals[_0x27b69d(0xaa)](_0x1a4e44['vNtDF'],!![]),globals[_0x27b69d(0xaa)](_0x1a4e44['tuvJJ'],_0x1a4e44[_0x27b69d(0x1a7)](_0x3a2b37,null));},_0x4814d3[_0x2764c1(0xda)]=async()=>{const _0x2051ff=_0x2764c1;globals[_0x2051ff(0xaa)](_0x1a4e44[_0x2051ff(0x195)],![]),globals[_0x2051ff(0xaa)](_0x1a4e44[_0x2051ff(0x1eb)],null);},_0x54821a&&_0x1a4e44[_0x2764c1(0x161)](overrideTakeScreenshot,_0x4814d3),helper[_0x2764c1(0x208)](_0x4814d3),helper['overrideGet'](_0x4814d3,_0x4b910d),_0x1a4e44[_0x2764c1(0xdc)](overrideExecute,_0x4814d3,_0x4b910d),_0x1a4e44[_0x2764c1(0x1a3)](propagateJestSessionName,_0x4814d3,_0x5b8887,_0x1a4e44['yUwSd']),_0x4b910d['capability']&&percyHelper[_0x2764c1(0x18d)](_0x4814d3,_0x22fa31[_0x2764c1(0x18c)],_0x4b910d);helper[_0x2764c1(0x12a)](global[_0x2764c1(0x1ef)])&&(global[_0x2764c1(0x1ef)]=[]);helper[_0x2764c1(0x12a)](global[_0x2764c1(0x210)])&&(global[_0x2764c1(0x210)]=[]);global[_0x2764c1(0x1ef)]['push'](_0x4814d3),global[_0x2764c1(0x20f)]=_0x4814d3,_0x5b8887&&(_0x5b8887[_0x2764c1(0x1a5)][_0x2764c1(0x20f)]=_0x4814d3);_0x1a4e44[_0x2764c1(0x128)](global[_0x2764c1(0x210)],undefined)&&global['__drivers'][_0x2764c1(0x1e4)](_0x4814d3);_0x5b8887&&helper[_0x2764c1(0x12a)](_0x5b8887[_0x2764c1(0x1a5)][_0x2764c1(0x210)])&&(_0x5b8887[_0x2764c1(0x1a5)][_0x2764c1(0x210)]=[]);_0x5b8887&&helper['isUndefined'](_0x5b8887[_0x2764c1(0x1a5)][_0x2764c1(0x1ef)])&&(_0x5b8887[_0x2764c1(0x1a5)][_0x2764c1(0x1ef)]=[]);_0x5b8887&&_0x1a4e44[_0x2764c1(0x128)](_0x5b8887[_0x2764c1(0x1a5)][_0x2764c1(0x210)],undefined)&&(_0x5b8887[_0x2764c1(0x1a5)][_0x2764c1(0x210)]['push'](_0x4814d3),_0x5b8887[_0x2764c1(0x1a5)][_0x2764c1(0x1ef)][_0x2764c1(0x1e4)](_0x4814d3));_0x4814d3[_0x2764c1(0xc2)]=globals['getGlobal'](_0x1a4e44[_0x2764c1(0x18b)]);try{global[_0x2764c1(0x210)][0x0][_0x2764c1(0x1da)][_0x2764c1(0x13c)](_0x5b8ad2=>{const _0x3cbe18=_0x2764c1;logger['debug'](_0x3cbe18(0x1d4)+_0x5b8ad2[_0x3cbe18(0xc4)]()+'\x20to\x20global\x20drivers\x20array');})[_0x2764c1(0x117)](_0x302aee=>{const _0x4c8dea=_0x2764c1;logger[_0x4c8dea(0xdb)](_0x4c8dea(0x15c)+_0x302aee);});}catch(_0x41fed1){logger['debug']('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x41fed1);}globals['setGlobal'](_0x1a4e44[_0x2764c1(0x18b)],globals['getGlobal'](_0x1a4e44[_0x2764c1(0x18b)]));})(),_0x4814d3;}}_0x5b8887&&(globals['browserStackGlobals']=_0x5b8887[_0x3f60b6(0x1a5)][_0x3f60b6(0x202)]);if(_0x175936[_0x3f60b6(0xfe)](isAccessibilityAutomationSession))try{let _0x3889c5=helper[_0x3f60b6(0xd4)](_0x175936[_0x3f60b6(0x182)],_0x175936[_0x3f60b6(0x197)])[_0x3f60b6(0x135)];(!_0x3889c5[_0x3f60b6(0x1cb)]||!_0x3889c5[_0x3f60b6(0x1cb)][_0x3f60b6(0x126)])&&(_0x3889c5=helper['requireModule'](_0x175936[_0x3f60b6(0xd8)],_0x175936[_0x3f60b6(0x197)])[_0x3f60b6(0xb0)]);if(_0x3889c5[_0x3f60b6(0x1cb)]&&_0x3889c5[_0x3f60b6(0x1cb)][_0x3f60b6(0x126)]){const _0x5eb791=_0x3889c5[_0x3f60b6(0x1cb)]['execute'];logger['debug'](_0x175936[_0x3f60b6(0x16f)]),_0x3889c5[_0x3f60b6(0x1cb)][_0x3f60b6(0x126)]=async function(){const _0x30081c=_0x3f60b6;try{!globals[_0x30081c(0x12f)](_0x175936[_0x30081c(0x15e)])&&globals[_0x30081c(0x12f)](_0x175936[_0x30081c(0x1b6)])&&globals['getGlobal'](_0x175936['sDmsf'])&&scripts[_0x30081c(0xad)](arguments[0x0]['name_'])&&!_0x175936['YfPzz'](isBrowserStackCommandExecutor,arguments[0x0][_0x30081c(0x1f3)])&&(globals['setGlobal'](_0x175936['RgeUg'],!![]),logger['debug'](_0x30081c(0x1df)+arguments[0x0][_0x30081c(0x16d)]),await _0x175936['UjzDb'](performScan,global['__driver'],arguments[0x0][_0x30081c(0x16d)]));}catch(_0x2d792f){logger[_0x30081c(0xdb)]('Failed\x20to\x20perform\x20scan\x20'+util[_0x30081c(0x214)](_0x2d792f));}return globals[_0x30081c(0xaa)](_0x175936[_0x30081c(0x15e)],![]),_0x5eb791[_0x30081c(0x155)](this,arguments);};}}catch(_0x475161){logger[_0x3f60b6(0xdb)](_0x175936['CKgUE'](_0x175936[_0x3f60b6(0x1cd)],_0x475161));}return _0x22fa31[_0x3f60b6(0x9f)]=_0x22fa31['Builder'],_0x22fa31[_0x3f60b6(0x148)]=_0x3efb1c,_0x15eaa9['HttpClient']=_0x1d3f18,_0x22fa31;};function a175_0xf1e0(_0x2ad448,_0x4ac57f){const _0x3c5766=a175_0x3c57();return a175_0xf1e0=function(_0xf1e00d,_0x11d5ae){_0xf1e00d=_0xf1e00d-0x96;let _0x581ee8=_0x3c5766[_0xf1e00d];return _0x581ee8;},a175_0xf1e0(_0x2ad448,_0x4ac57f);}module[a175_0x3400d4(0xf7)]['browserstackAgent']=modify,module['exports'][a175_0x3400d4(0x1aa)]=modifyV2,module[a175_0x3400d4(0xf7)][a175_0x3400d4(0xa7)]=percySDK,module['exports'][a175_0x3400d4(0x171)]=BrowserStackSdk,module['exports'][a175_0x3400d4(0x1b7)]=modifyPlaywrightConfig;function a175_0x3c57(){const _0x557c4f=['WsjWY','concat','.browserstack.com','tTTbH','exports','CKgUE','mUEPH','GEuRT','pNkBi','object','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','iqDyo','firefoxOptions_','hjwoq','./helpers/ai-sdk/aiSdkWrapper','Modifying\x20webdriver\x20builder','bxPWU','OTvoR','mnkMC','AdBBg','HRijl','BATSR','selenium-webdriver/lib/http.js','SfzdC','usrrR','jest','dSsLS','HttpClient','./hubAllocationMethods','ylgnn','tgItw','send','./helpers/logger','winstonLogger','proxySettings','dAKwv','catch','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','PDLBJ','ieOptions_','gFmui','moz:firefoxOptions','bdqFt','mThMJ','bAYpx','setServer','mergeDeep','ELsPR','Waltk','url_','fhphk','execute','Hub\x20url\x20set\x20to\x20','RXmVB','PXugW','isUndefined','chromeOptions_','SDK_POST_INITIALIZE','mWfyK','keys','getGlobal','1010330ZPmFFK','Proxy\x20set\x20to\x20','BS_A11Y_JWT','bCfXi','rZYgc','WebDriver','UqKzU','xPRpf','BIZaW','proxyUrl','AwTcp','RrQXG','then','hBbQT','./bin/mocha/accessibility-automation/helper','VslTX','zzXEe','TDKOd','getHttpAgent','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','android','uddbA','cqjSs','consumeHubUrlForSession','Builder','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','aiSdk_framework','CcELX','QYSsX','ijwkJ','jAvnt','171586MKWaWg','ms:edgeOptions','qsRbz','authToken','getRequestOptions','kLbhb','apply','SMPVK','WXgdk','LTgQO','kjmHt','iuPiw','BxnEU','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','XQifV','RgeUg','installAll','ngLZC','jpVxp','CcxYU','performScan','setCapabilities','parse','isMobilePlatform','./bin/playwright/modifyPlaywrightConf','framework','RyWJP','browserstack.accessibility','sDmsf','yxYmd','name_','browserstack.accessibilityOptions','fakdx','nqcJa','BrowserStackSdk','hFsln','fzoWf','ieOptions','oadHb','CtgEv','QQONj','zPkks','5541852bDWgwK','TzTej','qSAoQ','env','dRllk','./helpers/percy/PercySDK','./helpers/driverInitErrorReporter','HpWYd','DhBhX','eFriK','VhcWn','./browserStackSdk','ykkhp','VWmZc','mpNDP','./helpers/performance/constants','wKIlJ','browserstackSessionName','YxIWc','WebElement','patchDriverPercy','jOKrI','Wlhln','pYweL','BROWSERSTACK_TURBOSCALE','browserStackLogLevel','caps_','exozW','vNtDF','edgeOptions_','FvleI','info','yYotq','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','lWJPM','pswpJ','SWlUY','pushCommand','gDvak','HoYdh','capabilities_','AGOFh','lJnTD','hbpnr','global','bstackA11yScanOptions','WIHKF','chrome','akAkW','browserstackAgentV2','lotNO','pANfC','XIsfo','petvY','aiHeal_isHealingEnabled','args','requireSeleniumWebdriver','FJxEL','AiiBa','requireHttpClient','optimalHubUrl','SyvBa','_modifyPlaywright','./helpers/ai-sdk/autoHealHelper','bstack:options','path','Ccmia','enlFm','setAdditionalCapabilities','edgeOptions','./helpers/globals','prepareCapabilities','4291200IsxyzQ','quitCount_','getAccessibilityResults','zxRlv','MKpar','wzBeg','setLogLevel','warn','bstackA11yShouldScan','gwFpr','prototype','oNXrk','keYQC','util','isTurboScaleSession','KqYhE','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','get','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','setting\x20driver\x20Session\x20ID:\x20','eFYHk','DKKlk','543788GZbbvh','XnLoW','getServerUrl','session_','/wd/hub','Unable\x20to\x20find\x20executor\x20class\x20','Setting\x20Browserstack\x20capabilities','KzHUH','Performing\x20scan\x20for\x20','bXoDB','ibXaQ','accessibility','khfbo','push','KsnmN','XuShA','AFwMx','platformName','options_','qwyzy','tuvJJ','oHlVh','pLZZl','40daZtgZ','__driversArray','logLevel','__setBrowserOptions','startA11yScanning','parameters_','isPacProxy','firefoxOptions','storeOptimalHubUrl','toLowerCase','AHfom','fQsCO','split','HkOgb','bRWlD','tXXLM','Session\x20ID:\x20','snTVi','measureWrapper','QREsR','browserStackGlobals','SAkTZ','overrideGet','VfFBy','ywXPE','aiSdk_bstackConfig','overrideQuit','pKhGI','BdSHc','New\x20hub\x20url\x20set\x20to\x20','kHjqM','scannerVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','__driver','__drivers','setFramework','nYYiL','./helpers/performance/performance-tester','format','DqEdk','ZDGyZ','forEach','QloRX','BRVDf','MEGnh','GXKZi','readTcgAuthConfigToGlobal','LAUbn','isArray','2893527yvOLPv','originalBuilder','set','YsrHM','goog:chromeOptions','build','setConfig','fbrDX','HGsrl','percy','TeDbr','_installDriverInitFailureCapture','setGlobal','agent_','TNksw','shouldWrapCommand','CfQhF','capability','Executor','updateHubUrl','vXKHg','safariOptions_','browserVersion','rWXXV','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','device','bVxbI','AooKh','delete','getAccessibilityResultsSummary','mTbZc','assign','DjiUI','/session','ZexFc','selenium-webdriver','isAccessibilityPlatform','ymoVE','getId','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','1291705Ihysyd','getHubUrl','xZPxN','SDK_PRE_INITIALIZE','RUnTj','ymqQa','browserName','yiixf','CAPABILITY_KEY','fIpED','nduHJ','3WBIDtN','ItVLS','proxy_','requireModule','deviceName','cOShF','onjkn','KsmJd','accessibilityOptions','stopA11yScanning','debug','FzTum','from','gJGLD','Exvor','./helpers/accessibility-automation/helper','isBrowserstackInfra','./helpers/accessibility-automation/scripts','./helpers/patchHelper','bstackAllyScanning','se:ieOptions','MSjth','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','https://','aiHeal_isAuthenticated','UFIbf','length','capabilities','includes','RlJtr','yeXEV','BOxfn','zuwYW','ibJOd'];a175_0x3c57=function(){return _0x557c4f;};return a175_0x3c57();}try{require(a175_0x3400d4(0x17f))[a175_0x3400d4(0x15f)]();}catch(a175_0x4d6207){logger[a175_0x3400d4(0xdb)]('driver-init\x20capture\x20install\x20failed:\x20'+(a175_0x4d6207&&a175_0x4d6207['message']));}module[a175_0x3400d4(0xf7)][a175_0x3400d4(0xa9)]=require(a175_0x3400d4(0x17f))[a175_0x3400d4(0x15f)];
|
|
1
|
+
const a175_0xe0ac83=a175_0x16df;(function(_0x2b7c51,_0x559870){const _0x743fbe=a175_0x16df,_0x252ccc=_0x2b7c51();while(!![]){try{const _0x3b80aa=-parseInt(_0x743fbe(0x1db))/0x1*(parseInt(_0x743fbe(0x16f))/0x2)+parseInt(_0x743fbe(0xf0))/0x3*(-parseInt(_0x743fbe(0x1b8))/0x4)+-parseInt(_0x743fbe(0x11a))/0x5+parseInt(_0x743fbe(0x183))/0x6*(parseInt(_0x743fbe(0xc4))/0x7)+-parseInt(_0x743fbe(0x89))/0x8*(-parseInt(_0x743fbe(0xf2))/0x9)+parseInt(_0x743fbe(0x163))/0xa*(parseInt(_0x743fbe(0xed))/0xb)+parseInt(_0x743fbe(0xc6))/0xc;if(_0x3b80aa===_0x559870)break;else _0x252ccc['push'](_0x252ccc['shift']());}catch(_0x38617c){_0x252ccc['push'](_0x252ccc['shift']());}}}(a175_0x2c07,0xa72d9));const util=require(a175_0xe0ac83(0xbb)),{overrideTakeScreenshot}=require(a175_0xe0ac83(0x14b)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a175_0xe0ac83(0x1dd)),{setAccessibilityCapabilities,setExtension}=require(a175_0xe0ac83(0x136)),helper=require(a175_0xe0ac83(0x11c)),logger=require(a175_0xe0ac83(0x186))[a175_0xe0ac83(0x153)],hubAllocator=require(a175_0xe0ac83(0x18b)),percySDK=require(a175_0xe0ac83(0x1a2)),percyHelper=require(a175_0xe0ac83(0xb9)),BrowserStackSdk=require(a175_0xe0ac83(0x154)),modifyPlaywrightConfig=require(a175_0xe0ac83(0x16c)),scripts=require(a175_0xe0ac83(0x105)),globals=require(a175_0xe0ac83(0x190)),{commandRepository}=require(a175_0xe0ac83(0x132)),{aiSdkWrapper}=require(a175_0xe0ac83(0x11d)),{overrideExecute}=require(a175_0xe0ac83(0x91)),PerformanceTester=require(a175_0xe0ac83(0xbf)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation}=require(a175_0xe0ac83(0x1dd)),modify=_0x26c030=>{const _0x2a717e=a175_0xe0ac83,_0x45cbeb={'ZNxxb':function(_0x5ddaa5,_0x26bfa8){return _0x5ddaa5!==_0x26bfa8;},'xeUwu':'/session','GToxV':function(_0x484274,_0x459397){return _0x484274+_0x459397;},'AonoO':_0x2a717e(0xe6),'iLaoY':'/wd/hub','LGJZs':_0x2a717e(0x8b),'GEBiv':_0x2a717e(0x78),'lDkJY':_0x2a717e(0xdf),'KrDdg':_0x2a717e(0x1c6),'MoYtg':'moz:firefoxOptions','ClWZk':_0x2a717e(0x120),'gMbYg':_0x2a717e(0xe5),'hDvZb':_0x2a717e(0x14d),'YNdrb':_0x2a717e(0x113),'ddDlQ':function(_0x43460b,_0x15196a){return _0x43460b===_0x15196a;},'rdFIF':'object','DMEMn':_0x2a717e(0xd6),'uGrlk':function(_0x20bd15){return _0x20bd15();},'CcRty':function(_0xe55bc6,_0x41fed9){return _0xe55bc6(_0x41fed9);},'yqyKt':_0x2a717e(0xa3),'mvkrp':_0x2a717e(0x179),'dNiOz':_0x2a717e(0xc1),'sxEDy':_0x2a717e(0xdc),'GYSxt':'platform','EFQzA':_0x2a717e(0x99),'JDlwX':function(_0x725d0d,_0x580a3f){return _0x725d0d===_0x580a3f;},'uAFFb':'android','gWSEN':_0x2a717e(0x109),'DWWVD':_0x2a717e(0x191),'pFCsh':_0x2a717e(0x1c3),'jyjwp':'isAccessibilityPlatform','zGqjE':function(_0x594471,_0x58d9bf,_0x334838){return _0x594471(_0x58d9bf,_0x334838);},'Aehsu':'browserstack.accessibility','GFqMA':'browserstack.accessibilityOptions','qxJfI':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','JfwXI':_0x2a717e(0x9b),'ZCrjk':_0x2a717e(0x93),'OdvwF':function(_0x825e69,_0x1d8783,_0x4382ec,_0x4c52d1,_0x363b97){return _0x825e69(_0x1d8783,_0x4382ec,_0x4c52d1,_0x363b97);},'aXGYq':function(_0x5e43ee,_0x396d1d){return _0x5e43ee||_0x396d1d;},'YmNSx':_0x2a717e(0xe8),'IysyP':'bstackA11yScanOptions','aqQmY':function(_0x5ca173,_0x2e766b,_0x59ddd4){return _0x5ca173(_0x2e766b,_0x59ddd4);},'WWRsq':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','GTyDc':'Modifying\x20webdriver\x20builder'};logger[_0x2a717e(0x11b)](_0x45cbeb[_0x2a717e(0xcc)]),logger[_0x2a717e(0x88)](_0x45cbeb['GTyDc']);const _0x1bc1df=helper[_0x2a717e(0x18f)](),_0x4ee921=helper[_0x2a717e(0x1a5)]();class _0xa7f168 extends _0x4ee921['HttpClient']{[_0x2a717e(0x1cc)](_0x4961a0){const _0x2e41bf=_0x2a717e;if(_0x45cbeb['ZNxxb'](_0x4961a0[_0x2e41bf(0xf5)],_0x45cbeb[_0x2e41bf(0x1b1)]))try{const _0x2cd940=_0x4961a0['path'][_0x2e41bf(0xe7)]('/')[0x2];if(_0x2cd940){const _0xcc5a15=hubAllocator['consumeHubUrlForSession'](_0x2cd940);if(_0xcc5a15){const _0x12be11=_0x45cbeb[_0x2e41bf(0xa1)](_0x45cbeb['GToxV'](_0x45cbeb[_0x2e41bf(0x141)],_0xcc5a15),_0x45cbeb[_0x2e41bf(0x116)]);this[_0x2e41bf(0xd0)]=hubAllocator[_0x2e41bf(0xce)](_0x12be11),logger[_0x2e41bf(0x88)](_0x2e41bf(0x111)+_0x12be11);}}}catch(_0x273492){logger[_0x2e41bf(0xb1)](_0x273492);}return super['send'](_0x4961a0);}}class _0x56287e extends _0x1bc1df[_0x2a717e(0x1ae)]{[_0x2a717e(0x84)](_0x48f494){const _0x2df377=_0x2a717e;let _0x87bd3e={};for(const _0x100649 in _0x48f494){switch(_0x100649){case _0x45cbeb[_0x2df377(0x1cf)]:case _0x45cbeb[_0x2df377(0x16d)]:this[_0x2df377(0x1c5)]&&(_0x87bd3e=this[_0x2df377(0x1c5)][_0x2df377(0x142)](this[_0x2df377(0x1c5)][_0x2df377(0x19b)])||{},this['chromeOptions_']['set'](this['chromeOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x87bd3e,_0x48f494[_0x100649])));break;case _0x45cbeb[_0x2df377(0x16a)]:case _0x45cbeb['KrDdg']:this['edgeOptions_']&&(_0x87bd3e=this['edgeOptions_'][_0x2df377(0x142)](this[_0x2df377(0x7a)][_0x2df377(0x19b)])||{},this[_0x2df377(0x7a)][_0x2df377(0x80)](this[_0x2df377(0x7a)][_0x2df377(0x19b)],helper['mergeDeep'](_0x87bd3e,_0x48f494[_0x100649])));break;case _0x45cbeb['MoYtg']:case _0x45cbeb['ClWZk']:this[_0x2df377(0xad)]&&(_0x87bd3e=this[_0x2df377(0xad)]['get'](this['firefoxOptions_'][_0x2df377(0x19b)])||{},this[_0x2df377(0xad)][_0x2df377(0x80)](this[_0x2df377(0xad)][_0x2df377(0x19b)],helper[_0x2df377(0x81)](_0x87bd3e,_0x48f494[_0x100649])));break;case _0x45cbeb[_0x2df377(0x102)]:this[_0x2df377(0xb7)]&&(_0x87bd3e=this[_0x2df377(0xb7)][_0x2df377(0x142)](this[_0x2df377(0xb7)][_0x2df377(0x19b)])||{},this[_0x2df377(0xb7)][_0x2df377(0x80)](this[_0x2df377(0xb7)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x87bd3e,_0x48f494[_0x100649])));break;case _0x45cbeb['hDvZb']:case _0x45cbeb[_0x2df377(0x8c)]:this[_0x2df377(0x19d)]&&(_0x87bd3e=this[_0x2df377(0x19d)]['get'](this[_0x2df377(0x19d)][_0x2df377(0x19b)])||{},this[_0x2df377(0x19d)][_0x2df377(0x80)](this[_0x2df377(0x19d)]['CAPABILITY_KEY'],helper[_0x2df377(0x81)](_0x87bd3e,_0x48f494[_0x100649])));break;}}}[_0x2a717e(0x83)](){const _0x2b959c=_0x2a717e;return this[_0x2b959c(0x9e)]=helper[_0x2b959c(0xcd)](_0x26c030),logger['debug'](_0x2b959c(0x1b4)+this[_0x2b959c(0x9e)]),this;}[_0x2a717e(0x75)](){const _0x3f0a8d=_0x2a717e;return logger['debug'](_0x45cbeb[_0x3f0a8d(0x95)]),this[_0x3f0a8d(0x84)](_0x26c030[_0x3f0a8d(0x139)]),Object[_0x3f0a8d(0x181)](_0x26c030['capability'])[_0x3f0a8d(0x198)](_0x3b324c=>{const _0x28671d=_0x3f0a8d,_0x1e03ad=this['capabilities_'][_0x28671d(0x142)](_0x3b324c);_0x45cbeb[_0x28671d(0x185)](typeof _0x1e03ad,_0x45cbeb['rdFIF'])?this[_0x28671d(0x1d9)][_0x28671d(0x80)](_0x3b324c,helper['mergeDeep'](_0x1e03ad,_0x26c030[_0x28671d(0x139)][_0x3b324c])):this[_0x28671d(0x1d9)]['set'](_0x3b324c,_0x26c030[_0x28671d(0x139)][_0x3b324c]);}),this;}[_0x2a717e(0x145)](){const _0x2b4ad0=_0x2a717e,_0x5af629={'DpUci':function(_0xde17d5){return _0x45cbeb['uGrlk'](_0xde17d5);},'zWcVQ':function(_0x1ec8fc,_0x4271a1){return _0x45cbeb['CcRty'](_0x1ec8fc,_0x4271a1);},'iIPVQ':_0x45cbeb[_0x2b4ad0(0xe4)],'eiKma':_0x45cbeb[_0x2b4ad0(0x123)],'PKXxD':_0x45cbeb['dNiOz'],'IFCPa':_0x45cbeb[_0x2b4ad0(0xa8)],'kVlSE':_0x45cbeb[_0x2b4ad0(0x107)],'bTOlK':_0x45cbeb[_0x2b4ad0(0x86)],'rZYNO':function(_0x2adffb,_0x4f976f){const _0x37759d=_0x2b4ad0;return _0x45cbeb[_0x37759d(0x137)](_0x2adffb,_0x4f976f);},'BYVGB':_0x45cbeb[_0x2b4ad0(0x1a1)],'kfPFW':_0x45cbeb['gWSEN'],'awVVw':_0x45cbeb[_0x2b4ad0(0x1d2)],'tXEAG':_0x45cbeb[_0x2b4ad0(0x1d4)],'gcLNc':_0x45cbeb[_0x2b4ad0(0x7f)],'onJke':function(_0x51c929,_0xc0b7a2,_0x55f0c7){return _0x45cbeb['zGqjE'](_0x51c929,_0xc0b7a2,_0x55f0c7);},'JHVTM':_0x45cbeb['Aehsu'],'PtcCk':_0x45cbeb[_0x2b4ad0(0xe9)],'lPBqw':_0x45cbeb[_0x2b4ad0(0x98)],'JEjqM':_0x45cbeb[_0x2b4ad0(0xb3)],'IlqVP':_0x45cbeb[_0x2b4ad0(0x1bc)],'eXGKr':function(_0x2f2c63,_0xf56975,_0x2f348e,_0x1b03d6,_0x1dcb3a){return _0x45cbeb['OdvwF'](_0x2f2c63,_0xf56975,_0x2f348e,_0x1b03d6,_0x1dcb3a);},'qEYRQ':function(_0x57394c,_0x89a5e7){const _0xbb7da7=_0x2b4ad0;return _0x45cbeb[_0xbb7da7(0x193)](_0x57394c,_0x89a5e7);},'tDBlT':_0x45cbeb[_0x2b4ad0(0x10f)],'FJfIO':_0x45cbeb[_0x2b4ad0(0xc9)],'hLJhW':function(_0x19f5cb,_0x2a1a4d,_0x126688){const _0x577a39=_0x2b4ad0;return _0x45cbeb[_0x577a39(0x14a)](_0x19f5cb,_0x2a1a4d,_0x126688);},'StMXD':function(_0x4bd9ad,_0x58b0ba,_0x2cefd4){const _0x4a5c5a=_0x2b4ad0;return _0x45cbeb[_0x4a5c5a(0x1bd)](_0x4bd9ad,_0x58b0ba,_0x2cefd4);}};PerformanceTester[_0x2b4ad0(0xfe)](PerformanceEvents[_0x2b4ad0(0xf8)],()=>{const _0x2b7d34=_0x2b4ad0;_0x5af629[_0x2b7d34(0xf4)](isAccessibilityAutomationSession)&&_0x5af629[_0x2b7d34(0x97)](setAccessibilityCapabilities,_0x26c030);this[_0x2b7d34(0x83)](),this['setCapabilities']();if(helper[_0x2b7d34(0x180)](_0x26c030[_0x2b7d34(0xfd)][_0x2b7d34(0x157)]))this['agent_']=helper[_0x2b7d34(0xca)](_0x26c030[_0x2b7d34(0xfd)][_0x2b7d34(0x157)]);else _0x26c030[_0x2b7d34(0xfd)]['proxyUrl']&&(this[_0x2b7d34(0x174)]=_0x26c030['proxySettings'][_0x2b7d34(0x157)],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x2b7d34(0x174)]));if(_0x5af629[_0x2b7d34(0xf4)](isAccessibilityAutomationSession)){const _0x5930cf=this[_0x2b7d34(0x1d9)][_0x2b7d34(0x142)](_0x5af629[_0x2b7d34(0x18e)])||{},_0x224ac2=_0x5930cf[_0x2b7d34(0xc1)]||this[_0x2b7d34(0x1d9)]['get'](_0x5af629[_0x2b7d34(0x8a)])||this[_0x2b7d34(0x1d9)]['get'](_0x5af629[_0x2b7d34(0x15f)]);if(_0x224ac2){const _0x58b6f3=(_0x5930cf[_0x2b7d34(0xdc)]||_0x5930cf[_0x2b7d34(0x1c8)]||this[_0x2b7d34(0x1d9)][_0x2b7d34(0x142)](_0x5af629[_0x2b7d34(0x1df)])||this[_0x2b7d34(0x1d9)]['get'](_0x5af629['kVlSE'])||'')[_0x2b7d34(0x13d)](),_0x1069f7=(_0x5930cf[_0x2b7d34(0x99)]||this[_0x2b7d34(0x1d9)][_0x2b7d34(0x142)](_0x5af629[_0x2b7d34(0x94)])||'')['toLowerCase']();_0x5af629[_0x2b7d34(0x1a6)](_0x58b6f3,_0x5af629[_0x2b7d34(0xee)])&&_0x1069f7['includes'](_0x5af629[_0x2b7d34(0x169)])&&(_0x5af629['DpUci'](isMobileScanningEnabledForGroup)&&(logger[_0x2b7d34(0x88)](_0x5af629[_0x2b7d34(0xf1)]),globals[_0x2b7d34(0x19e)](_0x5af629[_0x2b7d34(0x184)],!![])));}}if(globals[_0x2b7d34(0x7e)](_0x5af629['gcLNc'])){if(!_0x5af629[_0x2b7d34(0x100)](setExtension,this,_0x26c030)){globals[_0x2b7d34(0x19e)](_0x5af629[_0x2b7d34(0x15b)],![]);const _0xfb1dfe=this['capabilities_'][_0x2b7d34(0x142)](_0x5af629['iIPVQ']);_0xfb1dfe&&(_0xfb1dfe[_0x2b7d34(0x1de)]=![],delete _0xfb1dfe[_0x2b7d34(0x108)],this['capabilities_'][_0x2b7d34(0x80)](_0x5af629[_0x2b7d34(0x18e)],_0xfb1dfe)),this[_0x2b7d34(0x1d9)]['get'](_0x5af629[_0x2b7d34(0x187)])&&(this[_0x2b7d34(0x1d9)][_0x2b7d34(0x80)](_0x5af629[_0x2b7d34(0x187)],![]),this[_0x2b7d34(0x1d9)][_0x2b7d34(0xdb)](_0x5af629[_0x2b7d34(0x170)]));}}(!helper['isBrowserstackInfra']()||helper['isTurboScaleSession'](_0x26c030))&&helper[_0x2b7d34(0xa6)](null,null,_0x26c030[_0x2b7d34(0x160)],null,this,null),helper['setAdditionalCapabilities'](_0x26c030[_0x2b7d34(0x139)]),logger[_0x2b7d34(0x88)](_0x5af629[_0x2b7d34(0x12c)]);})();const _0x5e548a=super[_0x2b4ad0(0x145)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x2b4ad0(0xcb)],()=>{const _0x4c0291=_0x2b4ad0,_0x29d748={'IOndd':function(_0x1f7050,_0x50ffd5,_0x4e3693){const _0x3b3880=a175_0x16df;return _0x5af629[_0x3b3880(0x100)](_0x1f7050,_0x50ffd5,_0x4e3693);},'Jwmfv':function(_0x558cff,_0x4aaba5,_0x1ef782){const _0x3e3b81=a175_0x16df;return _0x5af629[_0x3e3b81(0x100)](_0x558cff,_0x4aaba5,_0x1ef782);},'diBSM':function(_0x1b4b7a,_0x308938,_0x3423d7){const _0x26eebc=a175_0x16df;return _0x5af629[_0x26eebc(0xc7)](_0x1b4b7a,_0x308938,_0x3423d7);},'jHksU':_0x5af629[_0x4c0291(0x176)],'KoQFw':_0x5af629['FJfIO'],'KxiIt':function(_0x47e119,_0x452a1c){const _0x91e11d=_0x4c0291;return _0x5af629[_0x91e11d(0x8f)](_0x47e119,_0x452a1c);}};_0x5e548a[_0x4c0291(0x188)]['then'](_0x2ffbf0=>{const _0x3a4c0d=_0x4c0291;try{const _0x325f07=_0x2ffbf0['caps_'][_0x3a4c0d(0x142)](_0x5af629[_0x3a4c0d(0x106)]);_0x325f07?(logger[_0x3a4c0d(0x88)](_0x3a4c0d(0x171)+_0x325f07),hubAllocator[_0x3a4c0d(0x192)](_0x325f07,_0x2ffbf0['getId']()),helper['storeOptimalHubUrl'](_0x325f07)):logger['debug'](_0x5af629[_0x3a4c0d(0x15a)]);}catch(_0x49e293){logger[_0x3a4c0d(0x88)](_0x3a4c0d(0xf6)+_0x49e293);}}),_0x5e548a[_0x4c0291(0x114)]&&_0x5e548a['then'](_0x4492d2=>{const _0x3ddb0e=_0x4c0291,_0x37d290={'WBctE':function(_0x2c0479,_0x4f0c85,_0x6e1653){return _0x5af629['onJke'](_0x2c0479,_0x4f0c85,_0x6e1653);},'rZrXl':function(_0x34c444,_0x470510,_0x2a9c76,_0x4ab044,_0x150fa4){const _0x250d4a=a175_0x16df;return _0x5af629[_0x250d4a(0xe2)](_0x34c444,_0x470510,_0x2a9c76,_0x4ab044,_0x150fa4);},'zQjxv':function(_0x147f63,_0x2d84f9){return _0x5af629['qEYRQ'](_0x147f63,_0x2d84f9);},'Khzds':_0x5af629[_0x3ddb0e(0x176)],'mitcp':_0x5af629['FJfIO']};helper[_0x3ddb0e(0x1b3)](_0x4492d2,_0x26c030),_0x5af629[_0x3ddb0e(0x100)](overrideExecute,_0x4492d2,_0x26c030),_0x4492d2[_0x3ddb0e(0xd7)]=async()=>{const _0x119646=_0x3ddb0e;return await _0x29d748[_0x119646(0x175)](getAccessibilityResultsSummary,_0x4492d2,global);},_0x4492d2[_0x3ddb0e(0x1b9)]=async()=>{const _0x5e4fc8=_0x3ddb0e;return await _0x37d290[_0x5e4fc8(0x1d6)](getAccessibilityResults,_0x4492d2,global);},_0x4492d2[_0x3ddb0e(0xc3)]=async _0x2fd562=>{const _0x573160=_0x3ddb0e;return await _0x37d290[_0x573160(0x90)](performScan,_0x4492d2,null,!![],_0x37d290[_0x573160(0xd8)](_0x2fd562,null));},_0x4492d2[_0x3ddb0e(0x14e)]=async _0x793736=>{const _0x1732af=_0x3ddb0e;globals['setGlobal'](_0x37d290[_0x1732af(0xff)],!![]),globals[_0x1732af(0x19e)](_0x37d290['mitcp'],_0x37d290['zQjxv'](_0x793736,null));},_0x4492d2[_0x3ddb0e(0x150)]=async()=>{const _0x511e19=_0x3ddb0e;globals[_0x511e19(0x19e)](_0x37d290[_0x511e19(0xff)],![]),globals[_0x511e19(0x19e)](_0x37d290[_0x511e19(0xa5)],null);};}),_0x5e548a[_0x4c0291(0xd7)]=async()=>{const _0x1607e0=_0x4c0291;return await _0x29d748[_0x1607e0(0x1b2)](getAccessibilityResultsSummary,_0x5e548a,global);},_0x5e548a[_0x4c0291(0x1b9)]=async()=>{const _0x584b9d=_0x4c0291;return await _0x29d748[_0x584b9d(0xbd)](getAccessibilityResults,_0x5e548a,global);},_0x5e548a[_0x4c0291(0xc3)]=async _0xfca51d=>{const _0x2d9e2d=_0x4c0291;return await _0x5af629[_0x2d9e2d(0xe2)](performScan,_0x5e548a,null,!![],_0x5af629[_0x2d9e2d(0x8f)](_0xfca51d,null));},_0x5e548a[_0x4c0291(0x14e)]=async _0x292ecc=>{const _0x167e4a=_0x4c0291;globals['setGlobal'](_0x29d748[_0x167e4a(0x1b0)],!![]),globals[_0x167e4a(0x19e)](_0x29d748[_0x167e4a(0x15c)],_0x29d748[_0x167e4a(0xe3)](_0x292ecc,null));},_0x5e548a[_0x4c0291(0x150)]=async()=>{const _0x136167=_0x4c0291;globals[_0x136167(0x19e)](_0x5af629[_0x136167(0x176)],![]),globals[_0x136167(0x19e)](_0x5af629[_0x136167(0xec)],null);},helper[_0x4c0291(0x1b3)](_0x5e548a,_0x26c030),_0x5af629[_0x4c0291(0xfb)](overrideExecute,_0x5e548a,_0x26c030),helper[_0x4c0291(0xb6)](global[_0x4c0291(0x158)])&&(global[_0x4c0291(0x158)]=[]),global[_0x4c0291(0x158)][_0x4c0291(0x156)](_0x5e548a);})(),_0x5e548a;}}_0x1bc1df['originalBuilder']=_0x1bc1df[_0x2a717e(0x1ae)],_0x1bc1df['Builder']=_0x56287e,_0x4ee921[_0x2a717e(0xa7)]=_0xa7f168;},propagateJestSessionName=(_0x5083dc,_0x17b008,_0x1aee08='')=>{const _0x3b3b8e=a175_0xe0ac83,_0x50a519={};_0x50a519['XAVHR']='percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s';const _0x2d33a3=_0x50a519;_0x17b008&&_0x17b008[_0x3b3b8e(0x10d)]&&_0x17b008[_0x3b3b8e(0x10d)][_0x3b3b8e(0xda)]&&helper['isUndefined'](_0x5083dc['browserstackSessionName'])&&(_0x5083dc['browserstackSessionName']=_0x17b008['global'][_0x3b3b8e(0xda)],logger['debug'](util[_0x3b3b8e(0x10a)](_0x2d33a3[_0x3b3b8e(0x1cd)],_0x1aee08?'\x20'+_0x1aee08:'',_0x5083dc['browserstackSessionName'])));},modifyV2=(_0x3e480c,_0x2036ce=null,_0xe289dd=![])=>{const _0x38ea1c=a175_0xe0ac83,_0x5ac790={'RxpPK':function(_0x53b909,_0x4ac716){return _0x53b909!==_0x4ac716;},'LPfFr':_0x38ea1c(0x1a9),'VAByj':function(_0x3d2c34,_0x6ad238){return _0x3d2c34+_0x6ad238;},'XjKSz':function(_0x493c21,_0x48ee2f){return _0x493c21+_0x48ee2f;},'pZbEQ':_0x38ea1c(0xe6),'XQAzX':_0x38ea1c(0x17a),'DExfB':_0x38ea1c(0x1cb),'QEtZS':'aiHeal_isHealingEnabled','UXMeK':_0x38ea1c(0x8b),'MlBcs':'chromeOptions','xUXpy':_0x38ea1c(0xdf),'DVzYH':'edgeOptions','MXmpQ':_0x38ea1c(0x112),'cRWKy':_0x38ea1c(0x120),'bFiuL':_0x38ea1c(0xe5),'obFqA':_0x38ea1c(0x14d),'hImwL':'ieOptions','jUosw':function(_0x34228,_0x4e2243){return _0x34228===_0x4e2243;},'lKLPR':'object','ENegM':_0x38ea1c(0xd6),'HolXo':function(_0x28933c,_0x523fd9){return _0x28933c>_0x523fd9;},'NMjRF':function(_0x3f48c6,_0x5a569f){return _0x3f48c6>_0x5a569f;},'KLZef':function(_0x8cc7ac){return _0x8cc7ac();},'nDUFB':function(_0x41d42b,_0x3cc409){return _0x41d42b(_0x3cc409);},'pAzSL':function(_0x172181){return _0x172181();},'QCFtW':_0x38ea1c(0xa3),'mvcsc':_0x38ea1c(0x179),'cpIwX':_0x38ea1c(0xc1),'RTjKC':_0x38ea1c(0xdc),'zGBIu':'platform','BFDLM':_0x38ea1c(0x99),'eAjSb':function(_0xdafe59,_0x35a512){return _0xdafe59===_0x35a512;},'JLKza':_0x38ea1c(0x13e),'zuJgH':_0x38ea1c(0x109),'zaonI':function(_0x5c94a2){return _0x5c94a2();},'wvVqM':_0x38ea1c(0x191),'AhwSR':_0x38ea1c(0x1c3),'XCrZG':_0x38ea1c(0x1ce),'lYLdr':function(_0x18f56e,_0x4167a1,_0x1b1ade){return _0x18f56e(_0x4167a1,_0x1b1ade);},'ivCpr':_0x38ea1c(0x122),'VhjCl':_0x38ea1c(0x10b),'AywqI':_0x38ea1c(0x1da),'BHRny':_0x38ea1c(0xb0),'CVakO':_0x38ea1c(0xb4),'MVzDM':_0x38ea1c(0x1a7),'xJPlb':function(_0x15dc7b,_0x487d21){return _0x15dc7b(_0x487d21);},'KfnMg':_0x38ea1c(0x1ab),'fembF':function(_0x11409a,_0x238674){return _0x11409a(_0x238674);},'ivrTW':function(_0x186813,_0x14dd60){return _0x186813(_0x14dd60);},'ipQSn':function(_0x440cf6,_0x28b917){return _0x440cf6<_0x28b917;},'cAqGz':function(_0x25aa1e,_0x3a242a){return _0x25aa1e||_0x3a242a;},'GfoxN':function(_0x10fab5,_0x2269bd,_0x544dae){return _0x10fab5(_0x2269bd,_0x544dae);},'TJwBN':function(_0x1012eb,_0x4f3423){return _0x1012eb===_0x4f3423;},'fTyMR':'aiSdk_framework','OiUzL':_0x38ea1c(0xb5),'QEbUk':_0x38ea1c(0x196),'nIyMk':_0x38ea1c(0xd9),'zcEZA':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','ZRMYO':function(_0x2aeb3f){return _0x2aeb3f();},'YAqDp':_0x38ea1c(0x9b),'LdgFP':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','pjlsf':_0x38ea1c(0xe8),'qTthQ':'bstackA11yScanOptions','yUXUj':function(_0x39853d,_0x4cbe9b){return _0x39853d||_0x4cbe9b;},'nWHPR':function(_0xaa062e,_0x5b1d74,_0x29ffe7,_0x354eae,_0x58a0b8){return _0xaa062e(_0x5b1d74,_0x29ffe7,_0x354eae,_0x58a0b8);},'VZJIS':function(_0x1bb1f1,_0x213ce7,_0x5a917){return _0x1bb1f1(_0x213ce7,_0x5a917);},'KomEG':function(_0x18e8a1,_0x16e6f8){return _0x18e8a1(_0x16e6f8);},'JpUJF':function(_0x5492ff,_0x2c5471,_0x44316c){return _0x5492ff(_0x2c5471,_0x44316c);},'yFtea':function(_0x3f0e0d,_0x1812aa,_0x1577a5,_0x4e5249){return _0x3f0e0d(_0x1812aa,_0x1577a5,_0x4e5249);},'dHDQS':_0x38ea1c(0xef),'dDLRo':function(_0x37635b,_0xfefdeb){return _0x37635b!==_0xfefdeb;},'DvrgV':function(_0x23d360,_0x244e1a,_0x562223){return _0x23d360(_0x244e1a,_0x562223);},'YvPVA':'bstackAllyScanning','gxOnt':function(_0x19f7a9,_0x5d72f4,_0x38b47d){return _0x19f7a9(_0x5d72f4,_0x38b47d);},'PYKcW':_0x38ea1c(0x18d),'wfjwh':_0x38ea1c(0xa4),'TLMsN':_0x38ea1c(0x9a),'dhLVO':_0x38ea1c(0x16e),'nKEYe':_0x38ea1c(0xc8),'GoPVl':_0x38ea1c(0x103),'YFZhg':function(_0x387d0f,_0xc48c9d){return _0x387d0f+_0xc48c9d;},'LevFF':_0x38ea1c(0x13f)},_0x4b6e05=helper[_0x38ea1c(0x1a5)]();let _0x67a2c1;try{_0x67a2c1=helper[_0x38ea1c(0x18f)](),_0x67a2c1[_0x38ea1c(0x87)]&&(_0x67a2c1[_0x38ea1c(0x1ae)]=_0x67a2c1[_0x38ea1c(0x87)]);}catch(_0x3a2e44){return;}if(helper['isBrowserstackInfra']()){const _0x2e7ef6={};_0x2e7ef6[_0x38ea1c(0xc2)]=_0x3e480c[_0x38ea1c(0xe1)],helper[_0x38ea1c(0x1d7)](_0x2e7ef6,new Map(),new Map()),logger['info'](_0x5ac790[_0x38ea1c(0x11f)]),logger['debug'](_0x5ac790[_0x38ea1c(0x117)]);}class _0x26c5ef extends _0x4b6e05[_0x38ea1c(0xa7)]{[_0x38ea1c(0x1cc)](_0x4e9d3a){const _0x549124=_0x38ea1c;if(_0x5ac790[_0x549124(0x18c)](_0x4e9d3a[_0x549124(0xf5)],_0x5ac790[_0x549124(0xb2)]))try{const _0x595c2f=_0x4e9d3a[_0x549124(0xf5)][_0x549124(0xe7)]('/')[0x2];if(_0x595c2f){const _0x5d630d=hubAllocator[_0x549124(0xa9)](_0x595c2f);if(_0x5d630d){const _0x34b67a=_0x5ac790[_0x549124(0xaf)](_0x5ac790[_0x549124(0x1c7)](_0x5ac790[_0x549124(0x79)],_0x5d630d),_0x5ac790['XQAzX']);this['options_']=hubAllocator[_0x549124(0xce)](_0x34b67a),logger[_0x549124(0x88)](_0x549124(0x111)+_0x34b67a);}}}catch(_0x36816f){logger['error'](_0x36816f);}if(globals['getGlobal'](_0x5ac790[_0x549124(0x197)])&&globals[_0x549124(0x7e)](_0x5ac790[_0x549124(0x164)])){const _0x2a00f5=_0x4e9d3a['path'][_0x549124(0xe7)]('/')[0x2];_0x2a00f5&&commandRepository[_0x549124(0x1b5)](_0x2a00f5,_0x4e9d3a);}return super[_0x549124(0x1cc)](_0x4e9d3a);}}class _0x509d63 extends _0x67a2c1[_0x38ea1c(0x1ae)]{[_0x38ea1c(0x83)](){const _0x2bf71f=_0x38ea1c;return helper[_0x2bf71f(0x1d1)]()&&(this[_0x2bf71f(0x9e)]=helper[_0x2bf71f(0xcd)](_0x3e480c)),this;}['__setBrowserOptions'](_0x313be3){const _0x2b79d4=_0x38ea1c;let _0x3b4681={};for(const _0x589d0a in _0x313be3){switch(_0x589d0a){case _0x5ac790['UXMeK']:case _0x5ac790[_0x2b79d4(0xc0)]:this['chromeOptions_']&&(_0x3b4681=this[_0x2b79d4(0x1c5)][_0x2b79d4(0x142)](this[_0x2b79d4(0x1c5)][_0x2b79d4(0x19b)])||{},this[_0x2b79d4(0x1c5)][_0x2b79d4(0x80)](this[_0x2b79d4(0x1c5)][_0x2b79d4(0x19b)],helper[_0x2b79d4(0x81)](_0x3b4681,_0x313be3[_0x589d0a])));break;case _0x5ac790[_0x2b79d4(0x152)]:case _0x5ac790[_0x2b79d4(0x96)]:this[_0x2b79d4(0x7a)]&&(_0x3b4681=this[_0x2b79d4(0x7a)][_0x2b79d4(0x142)](this[_0x2b79d4(0x7a)][_0x2b79d4(0x19b)])||{},this[_0x2b79d4(0x7a)][_0x2b79d4(0x80)](this[_0x2b79d4(0x7a)][_0x2b79d4(0x19b)],helper['mergeDeep'](_0x3b4681,_0x313be3[_0x589d0a])));break;case _0x5ac790[_0x2b79d4(0x16b)]:case _0x5ac790[_0x2b79d4(0x177)]:this[_0x2b79d4(0xad)]&&(_0x3b4681=this[_0x2b79d4(0xad)]['get'](this[_0x2b79d4(0xad)][_0x2b79d4(0x19b)])||{},this[_0x2b79d4(0xad)][_0x2b79d4(0x80)](this[_0x2b79d4(0xad)]['CAPABILITY_KEY'],helper[_0x2b79d4(0x81)](_0x3b4681,_0x313be3[_0x589d0a])));break;case _0x5ac790[_0x2b79d4(0x178)]:this['safariOptions_']&&(_0x3b4681=this[_0x2b79d4(0xb7)][_0x2b79d4(0x142)](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0x2b79d4(0xb7)][_0x2b79d4(0x80)](this[_0x2b79d4(0xb7)][_0x2b79d4(0x19b)],helper[_0x2b79d4(0x81)](_0x3b4681,_0x313be3[_0x589d0a])));break;case _0x5ac790[_0x2b79d4(0x17c)]:case _0x5ac790[_0x2b79d4(0x166)]:this[_0x2b79d4(0x19d)]&&(_0x3b4681=this[_0x2b79d4(0x19d)][_0x2b79d4(0x142)](this['ieOptions_']['CAPABILITY_KEY'])||{},this['ieOptions_'][_0x2b79d4(0x80)](this[_0x2b79d4(0x19d)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x3b4681,_0x313be3[_0x589d0a])));break;}}}[_0x38ea1c(0x75)](){const _0x372666=_0x38ea1c;logger[_0x372666(0x88)](_0x5ac790['ENegM']);const _0x51fec4=_0x3e480c[_0x372666(0x139)]&&_0x5ac790[_0x372666(0x17b)](Object[_0x372666(0x181)](_0x3e480c['capability'])[_0x372666(0xfc)],0x0)?_0x3e480c[_0x372666(0x139)]:_0x3e480c[_0x372666(0xf7)]&&Array[_0x372666(0x168)](_0x3e480c['capabilities'])&&_0x5ac790[_0x372666(0x146)](_0x3e480c[_0x372666(0xf7)][_0x372666(0xfc)],0x0)?_0x3e480c[_0x372666(0xf7)][0x0]:{};return this['__setBrowserOptions'](_0x51fec4),Object[_0x372666(0x181)](_0x51fec4)['forEach'](_0xa08414=>{const _0x17ec48=_0x372666,_0x20b491=this[_0x17ec48(0x1d9)][_0x17ec48(0x142)](_0xa08414);_0x5ac790[_0x17ec48(0x128)](typeof _0x20b491,_0x5ac790[_0x17ec48(0x195)])?this[_0x17ec48(0x1d9)]['set'](_0xa08414,helper[_0x17ec48(0x81)](_0x20b491,_0x51fec4[_0xa08414])):this['capabilities_'][_0x17ec48(0x80)](_0xa08414,_0x51fec4[_0xa08414]);}),this;}[_0x38ea1c(0x145)](){const _0x49c6a5=_0x38ea1c,_0x942b9a={'tvxAw':function(_0x5106d5,_0x189d6e,_0x37be5f){const _0x42ddd8=a175_0x16df;return _0x5ac790[_0x42ddd8(0xf3)](_0x5106d5,_0x189d6e,_0x37be5f);},'gUZVc':_0x5ac790[_0x49c6a5(0x1ca)],'UTbZn':_0x5ac790[_0x49c6a5(0x118)]};PerformanceTester[_0x49c6a5(0xfe)](PerformanceEvents[_0x49c6a5(0xf8)],()=>{const _0x1a61e2=_0x49c6a5;if(helper[_0x1a61e2(0x1d1)]()){helper[_0x1a61e2(0xe0)](_0x3e480c[_0x1a61e2(0x139)]);_0x5ac790[_0x1a61e2(0x10e)](isAccessibilityAutomationSession)&&_0x5ac790['nDUFB'](setAccessibilityCapabilities,_0x3e480c);this[_0x1a61e2(0x83)](),this['setCapabilities']();if(helper[_0x1a61e2(0x180)](_0x3e480c['proxySettings'][_0x1a61e2(0x157)]))this[_0x1a61e2(0x1d8)]=helper[_0x1a61e2(0xca)](_0x3e480c[_0x1a61e2(0xfd)][_0x1a61e2(0x157)]);else _0x3e480c[_0x1a61e2(0xfd)]['proxyUrl']&&(this[_0x1a61e2(0x174)]=_0x3e480c['proxySettings'][_0x1a61e2(0x157)],logger[_0x1a61e2(0x88)](_0x1a61e2(0x115)+this[_0x1a61e2(0x174)]));if(_0x5ac790[_0x1a61e2(0x119)](isAccessibilityAutomationSession)){const _0x2f0d3d=this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x189)])||{},_0x5ce331=_0x2f0d3d['deviceName']||this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x1bf)])||this['capabilities_']['get'](_0x5ac790[_0x1a61e2(0x12e)]);if(_0x5ce331){const _0x44c0b2=(_0x2f0d3d['platformName']||_0x2f0d3d['platform']||this['capabilities_'][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0xd3)])||this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x7c)])||'')[_0x1a61e2(0x13d)](),_0x1d1cc4=(_0x2f0d3d[_0x1a61e2(0x99)]||this[_0x1a61e2(0x1d9)]['get'](_0x5ac790[_0x1a61e2(0x14c)])||'')[_0x1a61e2(0x13d)]();_0x5ac790[_0x1a61e2(0x138)](_0x44c0b2,_0x5ac790['JLKza'])&&_0x1d1cc4[_0x1a61e2(0x1be)](_0x5ac790[_0x1a61e2(0x12b)])&&(_0x5ac790['zaonI'](isMobileScanningEnabledForGroup)&&(logger[_0x1a61e2(0x88)](_0x5ac790[_0x1a61e2(0xc5)]),globals[_0x1a61e2(0x19e)](_0x5ac790['AhwSR'],!![])));}}if(globals[_0x1a61e2(0x7e)](_0x5ac790[_0x1a61e2(0x133)])){if(!_0x5ac790[_0x1a61e2(0x165)](setExtension,this,_0x3e480c)){globals[_0x1a61e2(0x19e)](_0x5ac790[_0x1a61e2(0x133)],![]);const _0x1c6615=this['capabilities_'][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x189)]);_0x1c6615&&(_0x1c6615[_0x1a61e2(0x1de)]=![],delete _0x1c6615['accessibilityOptions'],this[_0x1a61e2(0x1d9)]['set'](_0x5ac790[_0x1a61e2(0x189)],_0x1c6615)),this['capabilities_'][_0x1a61e2(0x142)](_0x5ac790['ivCpr'])&&(this['capabilities_']['set'](_0x5ac790['ivCpr'],![]),this[_0x1a61e2(0x1d9)][_0x1a61e2(0xdb)](_0x5ac790[_0x1a61e2(0x77)]));}}process[_0x1a61e2(0x14f)][_0x1a61e2(0xea)]&&(helper[_0x1a61e2(0xa6)](null,null,_0x3e480c[_0x1a61e2(0x160)],null,this,null),helper[_0x1a61e2(0xe0)](_0x3e480c['capability']),helper['readTcgAuthConfigToGlobal']()),logger['debug'](_0x5ac790[_0x1a61e2(0x173)]);}else{if(this[_0x1a61e2(0x1c5)]){const _0x5a6d24=this['chromeOptions_'][_0x1a61e2(0x142)](this[_0x1a61e2(0x1c5)][_0x1a61e2(0x19b)]||_0x5ac790[_0x1a61e2(0x7b)]);if(_0x5a6d24&&_0x5a6d24[_0x1a61e2(0x19c)]){const _0x47c68f=this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x7b)])||{},_0x11e453=(_0x47c68f[_0x1a61e2(0x19c)]||[])[_0x1a61e2(0x199)](_0x5a6d24['args']||[]),_0x325184=Array[_0x1a61e2(0xae)](new Set(_0x11e453)),_0x75a588={};_0x75a588[_0x1a61e2(0x19c)]=_0x325184,this['capabilities_']['set'](_0x5ac790[_0x1a61e2(0x7b)],Object[_0x1a61e2(0x1d3)]({},_0x47c68f,_0x5a6d24,_0x75a588));}}helper[_0x1a61e2(0xbe)]();if(_0x5ac790[_0x1a61e2(0x10e)](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x1a61e2(0x1be)](_0x5ac790[_0x1a61e2(0xd1)])){let _0x3600c2=!![];const _0x42a13e=this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x189)])||{},_0x1ed448=_0x42a13e['deviceName']||this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x1bf)])||this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x12e)]);if(_0x1ed448){const _0xcd1ffa=(_0x42a13e[_0x1a61e2(0xdc)]||_0x42a13e['platform']||this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0xd3)])||this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x7c)])||'')[_0x1a61e2(0x13d)](),_0x500a51=(_0x42a13e[_0x1a61e2(0x99)]||this[_0x1a61e2(0x1d9)]['get'](_0x5ac790[_0x1a61e2(0x14c)])||'')['toLowerCase']();_0x5ac790[_0x1a61e2(0x138)](_0xcd1ffa,_0x5ac790[_0x1a61e2(0x1ac)])&&_0x500a51[_0x1a61e2(0x1be)](_0x5ac790['zuJgH'])?!_0x5ac790[_0x1a61e2(0x119)](isMobileScanningEnabledForGroup)?(logger[_0x1a61e2(0x1c4)](MOBILE_SCANNING_DISABLED_WARNING),_0x3600c2=![]):(logger[_0x1a61e2(0x88)](_0x5ac790[_0x1a61e2(0xc5)]),globals['setGlobal'](_0x5ac790['AhwSR'],!![])):(logger[_0x1a61e2(0x1c4)](_0x5ac790[_0x1a61e2(0x167)]),_0x3600c2=![]);}if(_0x3600c2){const _0x465161=_0x5ac790[_0x1a61e2(0x1d0)](parseFloat,_0x42a13e[_0x1a61e2(0x1a7)]||this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790['MVzDM'])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x82d264}=_0x5ac790['xJPlb'](require,_0x5ac790[_0x1a61e2(0x151)]),_0x58c05b=_0x5ac790[_0x1a61e2(0x155)](parseFloat,_0x82d264);!_0x5ac790[_0x1a61e2(0xfa)](isNaN,_0x465161)&&_0x5ac790[_0x1a61e2(0x9d)](_0x465161,_0x58c05b)&&(logger['warn'](_0x1a61e2(0x8e)+_0x82d264+'.'),_0x3600c2=![]);}if(_0x3600c2){_0x5ac790[_0x1a61e2(0x1a8)](setAccessibilityCapabilities,_0x3e480c),this[_0x1a61e2(0x75)]();if(process['env']['BS_A11Y_JWT']){let _0x30ccec={};try{process[_0x1a61e2(0x14f)][_0x1a61e2(0x1c9)]&&(_0x30ccec=JSON[_0x1a61e2(0xd4)](process[_0x1a61e2(0x14f)][_0x1a61e2(0x1c9)]));}catch(_0x563556){logger[_0x1a61e2(0x88)]('Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20'+_0x563556);}const _0x1d7732=this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x189)]);if(_0x1d7732||!this['capabilities_']['get'](_0x5ac790[_0x1a61e2(0x143)])){const _0xee5373=_0x5ac790[_0x1a61e2(0x161)](_0x1d7732,{});_0xee5373[_0x1a61e2(0x1de)]=!![];const _0x4d8f6b={};_0x4d8f6b[_0x1a61e2(0x147)]=process[_0x1a61e2(0x14f)][_0x1a61e2(0x12f)],_0x4d8f6b['scannerVersion']=_0x30ccec['scannerVersion'],_0xee5373[_0x1a61e2(0x108)]=Object[_0x1a61e2(0x1d3)]({},_0xee5373[_0x1a61e2(0x108)],_0x4d8f6b),this[_0x1a61e2(0x1d9)][_0x1a61e2(0x80)](_0x5ac790[_0x1a61e2(0x189)],_0xee5373);}else{this[_0x1a61e2(0x1d9)]['set'](_0x5ac790['ivCpr'],!![]);const _0x2f75e3=this['capabilities_'][_0x1a61e2(0x142)](_0x5ac790[_0x1a61e2(0x77)])||{},_0x213010={};_0x213010[_0x1a61e2(0x147)]=process['env'][_0x1a61e2(0x12f)],_0x213010[_0x1a61e2(0x130)]=_0x30ccec['scannerVersion'],this[_0x1a61e2(0x1d9)][_0x1a61e2(0x80)](_0x5ac790[_0x1a61e2(0x77)],Object[_0x1a61e2(0x1d3)]({},_0x2f75e3,_0x213010));}}if(!_0x5ac790[_0x1a61e2(0x9f)](setExtension,this,_0x3e480c)){globals[_0x1a61e2(0x19e)](_0x5ac790[_0x1a61e2(0x133)],![]);const _0x2b076a=this[_0x1a61e2(0x1d9)][_0x1a61e2(0x142)](_0x5ac790['QCFtW']);_0x2b076a&&(_0x2b076a['accessibility']=![],delete _0x2b076a[_0x1a61e2(0x108)],this[_0x1a61e2(0x1d9)][_0x1a61e2(0x80)](_0x5ac790[_0x1a61e2(0x189)],_0x2b076a)),this['capabilities_'][_0x1a61e2(0x142)](_0x5ac790['ivCpr'])&&(this[_0x1a61e2(0x1d9)][_0x1a61e2(0x80)](_0x5ac790[_0x1a61e2(0x143)],![]),this[_0x1a61e2(0x1d9)][_0x1a61e2(0xdb)](_0x5ac790[_0x1a61e2(0x77)]));}}}_0x5ac790[_0x1a61e2(0x125)](globals['getGlobal'](_0x5ac790[_0x1a61e2(0x1a4)]),_0x5ac790['OiUzL'])&&(commandRepository[_0x1a61e2(0x92)](_0x5ac790[_0x1a61e2(0x1bb)]),commandRepository[_0x1a61e2(0x194)](globals[_0x1a61e2(0x7e)](_0x5ac790['QEbUk'])));if(this['url_'][_0x1a61e2(0x1be)](_0x5ac790[_0x1a61e2(0x12d)]))logger[_0x1a61e2(0x88)](_0x5ac790[_0x1a61e2(0x172)]),globals[_0x1a61e2(0x19e)](_0x5ac790[_0x1a61e2(0x197)],![]),globals['setGlobal'](_0x5ac790[_0x1a61e2(0x164)],![]);else globals[_0x1a61e2(0x7e)](_0x5ac790[_0x1a61e2(0x197)])&&globals[_0x1a61e2(0x7e)](_0x5ac790[_0x1a61e2(0x164)])&&aiSdkWrapper[_0x1a61e2(0x8d)](this);}})();const _0x4b344a=super[_0x49c6a5(0x145)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x49c6a5(0xcb)],()=>{const _0x2a716f=_0x49c6a5,_0x27d3ac={'YUSKN':function(_0x14d1b4){const _0x166f58=a175_0x16df;return _0x5ac790[_0x166f58(0x1dc)](_0x14d1b4);},'YEzWy':function(_0x55c5fe,_0x31ef36,_0x5bb2c1){const _0x2d5681=a175_0x16df;return _0x5ac790[_0x2d5681(0x165)](_0x55c5fe,_0x31ef36,_0x5bb2c1);},'uQgSY':_0x5ac790[_0x2a716f(0x133)],'JCeBj':_0x5ac790[_0x2a716f(0x189)],'bcNfw':_0x5ac790[_0x2a716f(0x143)],'XIIzK':_0x5ac790[_0x2a716f(0x77)],'ZpZTr':_0x5ac790[_0x2a716f(0xab)],'lXBfx':_0x5ac790[_0x2a716f(0x1ad)],'oKxOU':_0x5ac790['pjlsf'],'BRrAm':_0x5ac790['qTthQ'],'rznaK':function(_0x43fcf8,_0xbaf38e){const _0x1f080a=_0x2a716f;return _0x5ac790[_0x1f080a(0x162)](_0x43fcf8,_0xbaf38e);},'bxuBj':function(_0x3ce04e,_0xc2c3eb,_0x4db6f6){const _0x4b860d=_0x2a716f;return _0x5ac790[_0x4b860d(0x9f)](_0x3ce04e,_0xc2c3eb,_0x4db6f6);},'zwQgk':function(_0x2b4a32,_0x4112c7,_0x5b64b1,_0x1135d0,_0x4d7ed6){const _0x2dd72a=_0x2a716f;return _0x5ac790[_0x2dd72a(0x1a0)](_0x2b4a32,_0x4112c7,_0x5b64b1,_0x1135d0,_0x4d7ed6);},'iScPX':function(_0x52c278,_0x594aeb){return _0x5ac790['xJPlb'](_0x52c278,_0x594aeb);},'fkTeQ':function(_0x598ea7,_0x44c68b,_0x38245a){return _0x5ac790['VZJIS'](_0x598ea7,_0x44c68b,_0x38245a);}};_0x4b344a[_0x2a716f(0x188)][_0x2a716f(0x114)](_0x5cf9f5=>{const _0x4cd313=_0x2a716f,_0x9cbc5=_0x5cf9f5[_0x4cd313(0x159)];if(!helper[_0x4cd313(0x1d1)]()&&_0x27d3ac[_0x4cd313(0x1b7)](isAccessibilityAutomationSession)){const _0x23745e=_0x27d3ac[_0x4cd313(0xcf)](nonBstackPlatformValidation,_0x9cbc5,this);globals[_0x4cd313(0x19e)](_0x27d3ac[_0x4cd313(0xf9)],_0x23745e);if(!_0x23745e){const _0x471172=this[_0x4cd313(0x1d9)][_0x4cd313(0x142)](_0x27d3ac[_0x4cd313(0xde)]);_0x471172&&(_0x471172[_0x4cd313(0x1de)]=![],delete _0x471172['accessibilityOptions'],this[_0x4cd313(0x1d9)][_0x4cd313(0x80)](_0x27d3ac['JCeBj'],_0x471172)),this[_0x4cd313(0x1d9)][_0x4cd313(0x142)](_0x27d3ac[_0x4cd313(0x85)])&&(this[_0x4cd313(0x1d9)][_0x4cd313(0x80)](_0x27d3ac['bcNfw'],![]),this[_0x4cd313(0x1d9)]['delete'](_0x27d3ac[_0x4cd313(0x17d)]));}}}),_0x4b344a[_0x2a716f(0x188)][_0x2a716f(0x114)](_0x1a6454=>{const _0x542936=_0x2a716f;try{logger[_0x542936(0x88)](_0x542936(0x135)+_0x1a6454[_0x542936(0x121)]());const _0x232d9b=_0x1a6454[_0x542936(0x159)][_0x542936(0x142)](_0x27d3ac[_0x542936(0x134)]);_0x232d9b?(logger[_0x542936(0x88)](_0x542936(0x171)+_0x232d9b),hubAllocator[_0x542936(0x192)](_0x232d9b,_0x1a6454[_0x542936(0x121)]()),helper[_0x542936(0x1c0)](_0x232d9b)):logger[_0x542936(0x88)](_0x27d3ac['lXBfx']);}catch(_0x4ad397){logger[_0x542936(0x88)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x4ad397);}}),_0x4b344a['quitCount_']=0x0,_0x4b344a['then']&&_0x4b344a[_0x2a716f(0x114)](_0x4194e6=>{const _0x394dab=_0x2a716f,_0x58f244={'dfBvh':function(_0x3edf61,_0x141cdc,_0x5c51b4){const _0x47af83=a175_0x16df;return _0x27d3ac[_0x47af83(0x17e)](_0x3edf61,_0x141cdc,_0x5c51b4);},'AsLAV':function(_0x31a2aa,_0x2caac9,_0x47a0f4,_0x57149a,_0x5d4244){const _0xe09396=a175_0x16df;return _0x27d3ac[_0xe09396(0x127)](_0x31a2aa,_0x2caac9,_0x47a0f4,_0x57149a,_0x5d4244);},'EePTY':function(_0x12818d,_0x2b7b70){const _0xa84e31=a175_0x16df;return _0x27d3ac[_0xa84e31(0x10c)](_0x12818d,_0x2b7b70);}};helper[_0x394dab(0x17f)](_0x4194e6,_0x4b344a),_0xe289dd&&_0x27d3ac[_0x394dab(0xac)](overrideTakeScreenshot,_0x4194e6),helper[_0x394dab(0x1b3)](_0x4194e6,_0x3e480c),_0x27d3ac[_0x394dab(0x19a)](overrideExecute,_0x4194e6,_0x3e480c),_0x27d3ac[_0x394dab(0x19a)](propagateJestSessionName,_0x4194e6,_0x2036ce),_0x3e480c['capability']&&percyHelper[_0x394dab(0xa0)](_0x4194e6,_0x67a2c1[_0x394dab(0x11e)],_0x3e480c),_0x4194e6['getAccessibilityResultsSummary']=async()=>{const _0x43315c=_0x394dab;return await _0x58f244[_0x43315c(0x7d)](getAccessibilityResultsSummary,_0x4194e6,global);},_0x4194e6[_0x394dab(0x1b9)]=async()=>{const _0x43a1c6=_0x394dab;return await _0x27d3ac[_0x43a1c6(0xcf)](getAccessibilityResults,_0x4194e6,global);},_0x4194e6[_0x394dab(0xc3)]=async _0x4a4bd0=>{return await _0x58f244['AsLAV'](performScan,_0x4194e6,null,!![],_0x58f244['EePTY'](_0x4a4bd0,null));},_0x4194e6[_0x394dab(0x14e)]=async _0x293c1a=>{const _0x10c3e3=_0x394dab;globals[_0x10c3e3(0x19e)](_0x27d3ac['oKxOU'],!![]),globals['setGlobal'](_0x27d3ac[_0x10c3e3(0xba)],_0x27d3ac['rznaK'](_0x293c1a,null));},_0x4194e6[_0x394dab(0x150)]=async()=>{const _0x5b3a6b=_0x394dab;globals[_0x5b3a6b(0x19e)](_0x27d3ac[_0x5b3a6b(0x182)],![]),globals['setGlobal'](_0x27d3ac[_0x5b3a6b(0xba)],null);};}),_0x4b344a[_0x2a716f(0xd7)]=async()=>{const _0x288e38=_0x2a716f;return await _0x942b9a[_0x288e38(0x13c)](getAccessibilityResultsSummary,_0x4b344a,global);},_0x4b344a[_0x2a716f(0x1b9)]=async()=>{const _0x84b6e8=_0x2a716f;return await _0x27d3ac[_0x84b6e8(0x19a)](getAccessibilityResults,_0x4b344a,global);},_0x4b344a[_0x2a716f(0xc3)]=async _0x91f872=>{const _0x32471b=_0x2a716f;return await _0x27d3ac['zwQgk'](performScan,_0x4b344a,null,!![],_0x27d3ac[_0x32471b(0x10c)](_0x91f872,null));},_0x4b344a['startA11yScanning']=async _0x1a4720=>{const _0x9b3040=_0x2a716f;globals[_0x9b3040(0x19e)](_0x27d3ac['oKxOU'],!![]),globals[_0x9b3040(0x19e)](_0x27d3ac[_0x9b3040(0xba)],_0x27d3ac[_0x9b3040(0x10c)](_0x1a4720,null));},_0x4b344a[_0x2a716f(0x150)]=async()=>{const _0x29fb18=_0x2a716f;globals[_0x29fb18(0x19e)](_0x942b9a[_0x29fb18(0x1c2)],![]),globals[_0x29fb18(0x19e)](_0x942b9a[_0x29fb18(0x149)],null);},_0xe289dd&&_0x5ac790[_0x2a716f(0x15e)](overrideTakeScreenshot,_0x4b344a),helper[_0x2a716f(0x17f)](_0x4b344a),helper['overrideGet'](_0x4b344a,_0x3e480c),_0x5ac790['JpUJF'](overrideExecute,_0x4b344a,_0x3e480c),_0x5ac790[_0x2a716f(0xdd)](propagateJestSessionName,_0x4b344a,_0x2036ce,_0x5ac790['dHDQS']),_0x3e480c['capability']&&percyHelper['patchDriverPercy'](_0x4b344a,_0x67a2c1[_0x2a716f(0x11e)],_0x3e480c);helper['isUndefined'](global[_0x2a716f(0x158)])&&(global[_0x2a716f(0x158)]=[]);helper['isUndefined'](global[_0x2a716f(0x1a3)])&&(global[_0x2a716f(0x1a3)]=[]);global[_0x2a716f(0x158)][_0x2a716f(0x156)](_0x4b344a),global[_0x2a716f(0xa2)]=_0x4b344a,_0x2036ce&&(_0x2036ce[_0x2a716f(0x10d)][_0x2a716f(0xa2)]=_0x4b344a);_0x5ac790[_0x2a716f(0x1c1)](global[_0x2a716f(0x1a3)],undefined)&&global[_0x2a716f(0x1a3)][_0x2a716f(0x156)](_0x4b344a);_0x2036ce&&helper[_0x2a716f(0xb6)](_0x2036ce[_0x2a716f(0x10d)][_0x2a716f(0x1a3)])&&(_0x2036ce[_0x2a716f(0x10d)][_0x2a716f(0x1a3)]=[]);_0x2036ce&&helper['isUndefined'](_0x2036ce['global']['__driversArray'])&&(_0x2036ce[_0x2a716f(0x10d)]['__driversArray']=[]);_0x2036ce&&_0x5ac790['RxpPK'](_0x2036ce[_0x2a716f(0x10d)][_0x2a716f(0x1a3)],undefined)&&(_0x2036ce[_0x2a716f(0x10d)][_0x2a716f(0x1a3)][_0x2a716f(0x156)](_0x4b344a),_0x2036ce[_0x2a716f(0x10d)]['__driversArray'][_0x2a716f(0x156)](_0x4b344a));_0x4b344a[_0x2a716f(0x1ce)]=globals[_0x2a716f(0x7e)](_0x5ac790[_0x2a716f(0x133)]);try{global['__drivers'][0x0][_0x2a716f(0x188)][_0x2a716f(0x114)](_0x2578f1=>{const _0x1f79cb=_0x2a716f;logger[_0x1f79cb(0x88)](_0x1f79cb(0x1af)+_0x2578f1[_0x1f79cb(0x121)]()+_0x1f79cb(0x1ba));})[_0x2a716f(0x110)](_0x45700f=>{const _0x54db6a=_0x2a716f;logger[_0x54db6a(0x88)](_0x54db6a(0x144)+_0x45700f);});}catch(_0x1497c1){logger[_0x2a716f(0x88)](_0x2a716f(0x144)+_0x1497c1);}globals[_0x2a716f(0x19e)](_0x5ac790[_0x2a716f(0x133)],globals[_0x2a716f(0x7e)](_0x5ac790[_0x2a716f(0x133)]));})(),_0x4b344a;}}_0x2036ce&&(globals[_0x38ea1c(0x19f)]=_0x2036ce[_0x38ea1c(0x10d)][_0x38ea1c(0x19f)]);if(_0x5ac790['ZRMYO'](isAccessibilityAutomationSession))try{let _0x4f49ac=helper[_0x38ea1c(0x13b)](_0x5ac790['TLMsN'],_0x5ac790[_0x38ea1c(0x12a)])[_0x38ea1c(0x13a)];(!_0x4f49ac[_0x38ea1c(0x129)]||!_0x4f49ac[_0x38ea1c(0x129)][_0x38ea1c(0xd2)])&&(_0x4f49ac=helper['requireModule'](_0x5ac790['nKEYe'],_0x5ac790[_0x38ea1c(0x12a)])['Executor']);if(_0x4f49ac[_0x38ea1c(0x129)]&&_0x4f49ac['prototype'][_0x38ea1c(0xd2)]){const _0x554cdd=_0x4f49ac[_0x38ea1c(0x129)]['execute'];logger['debug'](_0x5ac790[_0x38ea1c(0xaa)]),_0x4f49ac['prototype'][_0x38ea1c(0xd2)]=async function(){const _0x4fb0f3=_0x38ea1c;try{!globals[_0x4fb0f3(0x7e)](_0x5ac790[_0x4fb0f3(0x1b6)])&&globals[_0x4fb0f3(0x7e)](_0x5ac790[_0x4fb0f3(0x133)])&&globals['getGlobal'](_0x5ac790[_0x4fb0f3(0x1ca)])&&scripts[_0x4fb0f3(0xb8)](arguments[0x0]['name_'])&&!_0x5ac790[_0x4fb0f3(0xfa)](isBrowserStackCommandExecutor,arguments[0x0][_0x4fb0f3(0xbc)])&&(globals[_0x4fb0f3(0x19e)](_0x5ac790['YvPVA'],!![]),logger['debug'](_0x4fb0f3(0x124)+arguments[0x0][_0x4fb0f3(0x9c)]),await _0x5ac790['gxOnt'](performScan,global[_0x4fb0f3(0xa2)],arguments[0x0][_0x4fb0f3(0x9c)]));}catch(_0x39c2ef){logger[_0x4fb0f3(0x88)](_0x4fb0f3(0xeb)+util['format'](_0x39c2ef));}return globals['setGlobal'](_0x5ac790[_0x4fb0f3(0x1b6)],![]),_0x554cdd[_0x4fb0f3(0x140)](this,arguments);};}}catch(_0x454db3){logger['debug'](_0x5ac790[_0x38ea1c(0x104)](_0x5ac790[_0x38ea1c(0x131)],_0x454db3));}return _0x67a2c1[_0x38ea1c(0x87)]=_0x67a2c1[_0x38ea1c(0x1ae)],_0x67a2c1['Builder']=_0x509d63,_0x4b6e05['HttpClient']=_0x26c5ef,_0x67a2c1;};function a175_0x16df(_0x20671e,_0xb20980){const _0x2c07d5=a175_0x2c07();return a175_0x16df=function(_0x16df85,_0x134acd){_0x16df85=_0x16df85-0x75;let _0xf04e87=_0x2c07d5[_0x16df85];return _0xf04e87;},a175_0x16df(_0x20671e,_0xb20980);}module[a175_0xe0ac83(0x18a)][a175_0xe0ac83(0x126)]=modify,module[a175_0xe0ac83(0x18a)][a175_0xe0ac83(0x76)]=modifyV2,module[a175_0xe0ac83(0x18a)]['percy']=percySDK,module[a175_0xe0ac83(0x18a)][a175_0xe0ac83(0x101)]=BrowserStackSdk,module[a175_0xe0ac83(0x18a)][a175_0xe0ac83(0x1aa)]=modifyPlaywrightConfig;function a175_0x2c07(){const _0x3804bf=['cAqGz','yUXUj','867880INebiF','QEtZS','lYLdr','hImwL','CVakO','isArray','kfPFW','lDkJY','MXmpQ','./bin/playwright/modifyPlaywrightConf','GEBiv','selenium-webdriver','52912NrKjWF','PtcCk','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','zcEZA','AywqI','proxy_','IOndd','tDBlT','cRWKy','bFiuL','device','/wd/hub','HolXo','obFqA','XIIzK','bxuBj','overrideQuit','isPacProxy','keys','oKxOU','131484WJxGXu','tXEAG','ddDlQ','./helpers/logger','JHVTM','session_','QCFtW','exports','./hubAllocationMethods','RxpPK','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','iIPVQ','requireSeleniumWebdriver','./helpers/globals','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','updateHubUrl','aXGYq','setConfig','lKLPR','aiSdk_bstackConfig','DExfB','forEach','concat','fkTeQ','CAPABILITY_KEY','args','ieOptions_','setGlobal','browserStackGlobals','nWHPR','uAFFb','./helpers/percy/PercySDK','__drivers','fTyMR','requireHttpClient','rZYNO','browserVersion','xJPlb','/session','_modifyPlaywright','./helpers/accessibility-automation/constants','JLKza','LdgFP','Builder','setting\x20driver\x20Session\x20ID:\x20','jHksU','xeUwu','Jwmfv','overrideGet','Hub\x20url\x20set\x20to\x20','pushCommand','YvPVA','YUSKN','2596QZYMwd','getAccessibilityResults','\x20to\x20global\x20drivers\x20array','OiUzL','ZCrjk','aqQmY','includes','mvcsc','storeOptimalHubUrl','dDLRo','gUZVc','isMobilePlatform','warn','chromeOptions_','edgeOptions','XjKSz','platform','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','pjlsf','aiHeal_isAuthenticated','send','XAVHR','isAccessibilityPlatform','LGJZs','nDUFB','isBrowserstackInfra','DWWVD','assign','pFCsh','./helpers/driverInitErrorReporter','WBctE','setLogLevel','agent_','capabilities_','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','15NWcGZz','ZRMYO','./helpers/accessibility-automation/helper','accessibility','IFCPa','setCapabilities','browserstackAgentV2','VhjCl','chromeOptions','pZbEQ','edgeOptions_','UXMeK','zGBIu','dfBvh','getGlobal','jyjwp','set','mergeDeep','message','setServer','__setBrowserOptions','bcNfw','EFQzA','originalBuilder','debug','8RepMJO','eiKma','goog:chromeOptions','YNdrb','initializeHealingCapabilities','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','qEYRQ','rZrXl','./helpers/patchHelper','setFramework','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','bTOlK','DMEMn','DVzYH','zWcVQ','qxJfI','browserName','selenium-webdriver/lib/webdriver.js','optimalHubUrl','name_','ipQSn','url_','GfoxN','patchDriverPercy','GToxV','__driver','bstack:options','Modifying\x20webdriver\x20builder','mitcp','prepareCapabilities','HttpClient','sxEDy','consumeHubUrlForSession','GoPVl','YAqDp','iScPX','firefoxOptions_','from','VAByj','browserstack.com','error','LPfFr','JfwXI','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','jest','isUndefined','safariOptions_','shouldWrapCommand','./helpers/percy/utils','BRrAm','util','parameters_','diBSM','readTcgAuthConfigToGlobal','./helpers/performance/performance-tester','MlBcs','deviceName','logLevel','performScan','119YsFTcR','wvVqM','6376860RfrfUf','hLJhW','selenium-webdriver/lib/http.js','IysyP','getHttpAgent','SDK_POST_INITIALIZE','WWRsq','getHubUrl','getRequestOptions','YEzWy','options_','BHRny','execute','RTjKC','parse','driver-init\x20capture\x20install\x20failed:\x20','Setting\x20Browserstack\x20capabilities','getAccessibilityResultsSummary','zQjxv','.browserstack.com','browserstackSessionName','delete','platformName','yFtea','JCeBj','ms:edgeOptions','setAdditionalCapabilities','browserStackLogLevel','eXGKr','KxiIt','yqyKt','safari.options','https://','split','bstackA11yShouldScan','GFqMA','BROWSERSTACK_TURBOSCALE','Failed\x20to\x20perform\x20scan\x20','FJfIO','33RDZWat','BYVGB','(sync)','498khTXuJ','awVVw','10693566kdjAhX','DvrgV','DpUci','path','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','capabilities','SDK_PRE_INITIALIZE','uQgSY','ivrTW','StMXD','length','proxySettings','measureWrapper','Khzds','onJke','BrowserStackSdk','gMbYg','Modifying\x20webdriver\x20execute','YFZhg','./helpers/accessibility-automation/scripts','JEjqM','GYSxt','accessibilityOptions','chrome','format','browserstack.accessibilityOptions','rznaK','global','KLZef','YmNSx','catch','New\x20hub\x20url\x20set\x20to\x20','moz:firefoxOptions','ieOptions','then','Proxy\x20set\x20to\x20','iLaoY','wfjwh','qTthQ','pAzSL','5815730lXNsiS','info','./helpers/helper','./helpers/ai-sdk/aiSdkWrapper','WebElement','PYKcW','firefoxOptions','getId','browserstack.accessibility','mvkrp','Performing\x20scan\x20for\x20','TJwBN','browserstackAgent','zwQgk','jUosw','prototype','dhLVO','zuJgH','lPBqw','nIyMk','cpIwX','BS_A11Y_JWT','scannerVersion','LevFF','./helpers/ai-sdk/autoHealHelper','XCrZG','ZpZTr','Session\x20ID:\x20','./bin/mocha/accessibility-automation/helper','JDlwX','eAjSb','capability','WebDriver','requireModule','tvxAw','toLowerCase','android','Unable\x20to\x20find\x20executor\x20class\x20','apply','AonoO','get','ivCpr','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','build','NMjRF','authToken','_installDriverInitFailureCapture','UTbZn','zGqjE','./helpers/patchHelpers','BFDLM','se:ieOptions','startA11yScanning','env','stopA11yScanning','KfnMg','xUXpy','winstonLogger','./browserStackSdk','fembF','push','proxyUrl','__driversArray','caps_','IlqVP','gcLNc','KoQFw','installAll','KomEG','PKXxD','framework'];a175_0x2c07=function(){return _0x3804bf;};return a175_0x2c07();}try{require(a175_0xe0ac83(0x1d5))[a175_0xe0ac83(0x15d)]();}catch(a175_0xbfcdad){logger[a175_0xe0ac83(0x88)](a175_0xe0ac83(0xd5)+(a175_0xbfcdad&&a175_0xbfcdad[a175_0xe0ac83(0x82)]));}module[a175_0xe0ac83(0x18a)][a175_0xe0ac83(0x148)]=require(a175_0xe0ac83(0x1d5))[a175_0xe0ac83(0x15d)];
|