browserstack-node-sdk 1.62.0 → 1.63.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/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/load/index.js +193 -12
- package/src/bin/load/load/loadErrors.js +248 -0
- package/src/bin/load/loadErrors.js +1 -0
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -0
- 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_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)];
|
|
1
|
+
function a177_0x1f9f(_0x23233c,_0x120a40){const _0x58be9d=a177_0x58be();return a177_0x1f9f=function(_0x1f9f36,_0x19754e){_0x1f9f36=_0x1f9f36-0xc1;let _0x50cf4f=_0x58be9d[_0x1f9f36];return _0x50cf4f;},a177_0x1f9f(_0x23233c,_0x120a40);}const a177_0x3b0d44=a177_0x1f9f;function a177_0x58be(){const _0x2f5535=['format','setGlobal','NHCRn','chromeOptions_','qlvxC','AtiYj','NcfCA','percy','SDK_PRE_INITIALIZE','KxLAw','lZcfn','device','fKksf','browserName','QQbRX','browserStackLogLevel','htnpE','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','xCDNK','lCjbU','accessibility','performScan','requireSeleniumWebdriver','VtEnh','__driver','https://','ms:edgeOptions','nTkys','JwUrC','execute','zGrnj','overrideGet','New\x20hub\x20url\x20set\x20to\x20','UnjJl','forEach','./helpers/accessibility-automation/helper','BS_A11Y_JWT','getGlobal','setConfig','xiGjA','HttpClient','edgeOptions','goog:chromeOptions','VktNN','wcRfv','dRoIH','wUWYo','./hubAllocationMethods','bstackA11yShouldScan','split','push','Modifying\x20webdriver\x20execute','160380LdBeLN','browserVersion','qxDvz','.browserstack.com','proxySettings','Builder','eOYfA','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','env','EWrJt','setCapabilities','gSKIK','Setting\x20Browserstack\x20capabilities','WNMPq','bstack:options','ykCZD','chrome','jbZlx','tGYSX','browserstack.accessibility','readTcgAuthConfigToGlobal','wtdJe','21738ZAltcz','./helpers/accessibility-automation/scripts','shouldWrapCommand','xQuKp','Proxy\x20set\x20to\x20','NyPjE','zIEUG','gtwDy','mpMSI','platformName','IQMQQ','zRZBK','prototype','dhlsN','MIxsy','se:ieOptions','TGtAW','url_','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','optimalHubUrl','__driversArray','IPcMa','includes','uGkBl','CePAg','vzDUw','KzTvj','accessibilityOptions','pushCommand','POfUt','AQYmC','KvOXy','LMVpQ','ZNosA','getId','ieOptions','toLowerCase','Unable\x20to\x20find\x20executor\x20class\x20','VsyOo','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','Performing\x20scan\x20for\x20','__drivers','prepareCapabilities','parameters_','edgeOptions_','requireHttpClient','setFramework','OqLdp','WebElement','setting\x20driver\x20Session\x20ID:\x20','Modifying\x20webdriver\x20builder','length','zDOSA','measureWrapper','(sync)','chromeOptions','1407312PDNkvk','LZacx','gnsvW','725803IPaOyW','fbXKe','consumeHubUrlForSession','wzGDO','path','platform','ZiJrU','RTRHB','isAccessibilityPlatform','proxyUrl','CAPABILITY_KEY','send','ejLtJ','framework','bstackA11yScanOptions','kTvGh','./helpers/patchHelper','GdWox','PiSEg','firefoxOptions_','BROWSERSTACK_TURBOSCALE','isPacProxy','aiHeal_isHealingEnabled','safari.options','OMoPr','__setBrowserOptions','./helpers/percy/PercySDK','aiSdk_bstackConfig','hJHMl','getAccessibilityResults','android','432ayxPmQ','scannerVersion','capabilities_','requireModule','browserStackGlobals','WRhLF','2077432HuDFIp','YMdau','DfQKp','./bin/playwright/modifyPlaywrightConf','MuOaA','SoBse','deviceName','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','mergeDeep','PAfcd','jjVOA','./helpers/performance/performance-tester','45zesTMV','ieOptions_','Executor','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','message','get','storeOptimalHubUrl','nOVHk','cQBfe','ylYFs','concat','authToken','safariOptions_','Pwjqi','HSAwl','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','dSpWt','totXS','jPPrX','selenium-webdriver/lib/webdriver.js','LWcqr','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','browserstackAgent','JyXId','htdbi','from','isUndefined','Cyyuk','kUmUr','KnXfE','overrideQuit','proxy_','drHen','mjjZa','WebDriver','installAll','isMobilePlatform','/session','LAEAm','PYITU','oJxBt','patchDriverPercy','rlaiz','warn','AXFxo','UaaOQ','CinFZ','COsyX','vScrN','OJqKl','lSKXe','firefoxOptions','MXCef','browserstackSessionName','logLevel','object','setLogLevel','EjkUK','LeLdR','parse','setServer','MqJRS','caps_','args','startA11yScanning','Cyrfc','cJyBX','iqeYA','LgQFa','CoGPp','pGcmT','updateHubUrl','./helpers/performance/constants','_installDriverInitFailureCapture','aiHeal_isAuthenticated','lcayB','assign','build','URzgH','isBrowserstackInfra','JQENe','keys','OXyMo','originalBuilder','TRMWh','moz:firefoxOptions','getAccessibilityResultsSummary','3110RlaZQI','xeqwY','NJRAn','kKGfp','delete','./helpers/ai-sdk/autoHealHelper','debug','YQDjo','./helpers/globals','JwFrg','exports','capabilities','xuVAn','qkvHJ','iIBqr','LmZcS','capability','fQDyH','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','ZsEdd','Ankyn','IIAHZ','setAdditionalCapabilities','TlSCe','FAKxZ','getRequestOptions','then','ZjQEx','7026nsysbB','kgfXx','ePPTd','hbjZX','BrowserStackSdk','global','iKDCl','wmYvg','stopA11yScanning','name_','ZPTSC','./browserStackSdk','HUaVO','winstonLogger','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','dKtlT','FdsmI','DpgzF','nLlgD','./helpers/helper','getHttpAgent','NhjUf','AcPVf','dLzcl','browserstack.accessibilityOptions','RwxjG','RFthl','set','ftAbw','selenium-webdriver','pybtp','XHOOt','session_','options_','getHubUrl','./helpers/driverInitErrorReporter','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','2247658zTHJJt','pNzLT','FnQoh','uBQFp','Ixpen','browserstack.com'];a177_0x58be=function(){return _0x2f5535;};return a177_0x58be();}(function(_0x406dac,_0x1884e5){const _0x49f189=a177_0x1f9f,_0x504542=_0x406dac();while(!![]){try{const _0x2c6817=-parseInt(_0x49f189(0xc9))/0x1+-parseInt(_0x49f189(0xc6))/0x2+-parseInt(_0x49f189(0x1e2))/0x3*(-parseInt(_0x49f189(0xe8))/0x4)+-parseInt(_0x49f189(0x151))/0x5*(-parseInt(_0x49f189(0x16d))/0x6)+parseInt(_0x49f189(0x192))/0x7+parseInt(_0x49f189(0xee))/0x8+-parseInt(_0x49f189(0xfa))/0x9*(parseInt(_0x49f189(0x1cc))/0xa);if(_0x2c6817===_0x1884e5)break;else _0x504542['push'](_0x504542['shift']());}catch(_0x4fdbf8){_0x504542['push'](_0x504542['shift']());}}}(a177_0x58be,0x8e1a6));const util=require('util'),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a177_0x3b0d44(0x180)),logger=require('./helpers/logger')[a177_0x3b0d44(0x17a)],hubAllocator=require(a177_0x3b0d44(0x1c7)),percySDK=require(a177_0x3b0d44(0xe3)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a177_0x3b0d44(0x178)),modifyPlaywrightConfig=require(a177_0x3b0d44(0xf1)),scripts=require(a177_0x3b0d44(0x1e3)),globals=require(a177_0x3b0d44(0x159)),{commandRepository}=require(a177_0x3b0d44(0x156)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a177_0x3b0d44(0xd9)),PerformanceTester=require(a177_0x3b0d44(0xf9)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a177_0x3b0d44(0x142)),{nonBstackPlatformValidation}=require(a177_0x3b0d44(0x1bb)),modify=_0x365cc8=>{const _0x2e74c4=a177_0x3b0d44,_0x4d1ec9={'PiSEg':function(_0x304935,_0x200d82){return _0x304935!==_0x200d82;},'chqUS':_0x2e74c4(0x11f),'drHen':function(_0x25618b,_0x56b2f4){return _0x25618b+_0x56b2f4;},'lSKXe':_0x2e74c4(0x1b1),'FhcYi':'/wd/hub','GGMTl':'goog:chromeOptions','qxDvz':_0x2e74c4(0xc5),'SoBse':_0x2e74c4(0x1b2),'AQYmC':_0x2e74c4(0x1c1),'TRMWh':_0x2e74c4(0x14f),'gnsvW':_0x2e74c4(0x12d),'mjjZa':_0x2e74c4(0xe0),'jjVOA':_0x2e74c4(0x1f1),'PAfcd':_0x2e74c4(0x205),'VsyOo':function(_0x2ccd13,_0x329f95){return _0x2ccd13===_0x329f95;},'ZPTSC':_0x2e74c4(0x131),'tGYSX':_0x2e74c4(0x1d8),'Pwjqi':function(_0x28995b){return _0x28995b();},'eMfeo':function(_0x122253,_0x1331ac){return _0x122253(_0x1331ac);},'wUWYo':_0x2e74c4(0x1da),'ykCZD':'device','rxaVO':_0x2e74c4(0xf4),'GdWox':'platformName','MXCef':_0x2e74c4(0xce),'WNMPq':_0x2e74c4(0x1a5),'wNidl':_0x2e74c4(0xe7),'zDOSA':_0x2e74c4(0x1dc),'vsfkW':_0x2e74c4(0x1f4),'MIxsy':'isMobilePlatform','qkvHJ':'isAccessibilityPlatform','CoGPp':function(_0x2e0c16,_0xf5cd29,_0xb43206){return _0x2e0c16(_0xf5cd29,_0xb43206);},'zIEUG':_0x2e74c4(0x1df),'KxLAw':_0x2e74c4(0x185),'vdyiQ':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','lcayB':_0x2e74c4(0x1f5),'OJqKl':_0x2e74c4(0x209),'totXS':_0x2e74c4(0x1c8),'Cyrfc':_0x2e74c4(0xd7),'RFthl':function(_0x1fdac5,_0x15cf44){return _0x1fdac5||_0x15cf44;},'iIBqr':function(_0xb628a6,_0x18fc7e,_0x47ea6c){return _0xb628a6(_0x18fc7e,_0x47ea6c);},'AcPVf':function(_0x563226,_0x4307d9,_0x3116b0,_0x242faf,_0x425c0a){return _0x563226(_0x4307d9,_0x3116b0,_0x242faf,_0x425c0a);},'QOTcK':function(_0x1825cd,_0x2df3ac,_0x107a54){return _0x1825cd(_0x2df3ac,_0x107a54);},'hbjZX':function(_0x4249eb,_0x56f1dd,_0x29aa9f){return _0x4249eb(_0x56f1dd,_0x29aa9f);},'fKksf':function(_0x190084,_0x5d5da2){return _0x190084||_0x5d5da2;},'MuOaA':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','ejLtJ':_0x2e74c4(0x214)};logger['info'](_0x4d1ec9[_0x2e74c4(0xf2)]),logger[_0x2e74c4(0x157)](_0x4d1ec9[_0x2e74c4(0xd5)]);const _0x3b5ecb=helper[_0x2e74c4(0x1ae)](),_0x1df956=helper[_0x2e74c4(0x20f)]();class _0x5e6063 extends _0x1df956[_0x2e74c4(0x1c0)]{[_0x2e74c4(0xd4)](_0x2c87da){const _0x2a1633=_0x2e74c4;if(_0x4d1ec9[_0x2a1633(0xdb)](_0x2c87da['path'],_0x4d1ec9['chqUS']))try{const _0x12e0ce=_0x2c87da[_0x2a1633(0xcd)]['split']('/')[0x2];if(_0x12e0ce){const _0x39e7c7=hubAllocator[_0x2a1633(0xcb)](_0x12e0ce);if(_0x39e7c7){const _0x509dfc=_0x4d1ec9[_0x2a1633(0x11a)](_0x4d1ec9[_0x2a1633(0x11a)](_0x4d1ec9[_0x2a1633(0x12c)],_0x39e7c7),_0x4d1ec9['FhcYi']);this[_0x2a1633(0x18e)]=hubAllocator['getRequestOptions'](_0x509dfc),logger[_0x2a1633(0x157)]('New\x20hub\x20url\x20set\x20to\x20'+_0x509dfc);}}}catch(_0x51f97f){logger['error'](_0x51f97f);}return super[_0x2a1633(0xd4)](_0x2c87da);}}class _0x98de3d extends _0x3b5ecb[_0x2e74c4(0x1d1)]{[_0x2e74c4(0xe2)](_0x23faad){const _0x820820=_0x2e74c4;let _0x156206={};for(const _0x352fe6 in _0x23faad){switch(_0x352fe6){case _0x4d1ec9['GGMTl']:case _0x4d1ec9[_0x820820(0x1ce)]:this[_0x820820(0x19b)]&&(_0x156206=this[_0x820820(0x19b)][_0x820820(0xff)](this[_0x820820(0x19b)]['CAPABILITY_KEY'])||{},this['chromeOptions_'][_0x820820(0x188)](this[_0x820820(0x19b)]['CAPABILITY_KEY'],helper[_0x820820(0xf6)](_0x156206,_0x23faad[_0x352fe6])));break;case _0x4d1ec9[_0x820820(0xf3)]:case _0x4d1ec9[_0x820820(0x200)]:this[_0x820820(0x20e)]&&(_0x156206=this[_0x820820(0x20e)][_0x820820(0xff)](this[_0x820820(0x20e)]['CAPABILITY_KEY'])||{},this[_0x820820(0x20e)][_0x820820(0x188)](this[_0x820820(0x20e)]['CAPABILITY_KEY'],helper[_0x820820(0xf6)](_0x156206,_0x23faad[_0x352fe6])));break;case _0x4d1ec9[_0x820820(0x14e)]:case _0x4d1ec9[_0x820820(0xc8)]:this['firefoxOptions_']&&(_0x156206=this[_0x820820(0xdc)][_0x820820(0xff)](this['firefoxOptions_'][_0x820820(0xd3)])||{},this[_0x820820(0xdc)][_0x820820(0x188)](this['firefoxOptions_'][_0x820820(0xd3)],helper['mergeDeep'](_0x156206,_0x23faad[_0x352fe6])));break;case _0x4d1ec9[_0x820820(0x11b)]:this['safariOptions_']&&(_0x156206=this[_0x820820(0x106)][_0x820820(0xff)](this['safariOptions_'][_0x820820(0xd3)])||{},this[_0x820820(0x106)][_0x820820(0x188)](this[_0x820820(0x106)][_0x820820(0xd3)],helper['mergeDeep'](_0x156206,_0x23faad[_0x352fe6])));break;case _0x4d1ec9[_0x820820(0xf8)]:case _0x4d1ec9[_0x820820(0xf7)]:this[_0x820820(0xfb)]&&(_0x156206=this[_0x820820(0xfb)][_0x820820(0xff)](this[_0x820820(0xfb)][_0x820820(0xd3)])||{},this[_0x820820(0xfb)][_0x820820(0x188)](this[_0x820820(0xfb)][_0x820820(0xd3)],helper[_0x820820(0xf6)](_0x156206,_0x23faad[_0x352fe6])));break;}}}['setServer'](){const _0x48066f=_0x2e74c4;return this['url_']=helper['getHubUrl'](_0x365cc8),logger['debug']('Hub\x20url\x20set\x20to\x20'+this[_0x48066f(0x1f3)]),this;}[_0x2e74c4(0x1d6)](){const _0x20db01=_0x2e74c4;return logger[_0x20db01(0x157)](_0x4d1ec9[_0x20db01(0x1de)]),this[_0x20db01(0xe2)](_0x365cc8[_0x20db01(0x161)]),Object[_0x20db01(0x14b)](_0x365cc8[_0x20db01(0x161)])[_0x20db01(0x1ba)](_0x3b36e0=>{const _0x33d044=_0x20db01,_0x11b374=this[_0x33d044(0xea)]['get'](_0x3b36e0);_0x4d1ec9[_0x33d044(0x208)](typeof _0x11b374,_0x4d1ec9[_0x33d044(0x177)])?this['capabilities_']['set'](_0x3b36e0,helper[_0x33d044(0xf6)](_0x11b374,_0x365cc8[_0x33d044(0x161)][_0x3b36e0])):this[_0x33d044(0xea)][_0x33d044(0x188)](_0x3b36e0,_0x365cc8[_0x33d044(0x161)][_0x3b36e0]);}),this;}[_0x2e74c4(0x147)](){const _0xd682d8=_0x2e74c4,_0x4ac375={'LWcqr':function(_0x3b106f,_0x2fe972,_0x9286e7){const _0x3a33a4=a177_0x1f9f;return _0x4d1ec9[_0x3a33a4(0x170)](_0x3b106f,_0x2fe972,_0x9286e7);},'ZiJrU':function(_0x13f2f4,_0x3b71e5,_0x5c3f58,_0x5f1c25,_0x3d3011){const _0x633298=a177_0x1f9f;return _0x4d1ec9[_0x633298(0x183)](_0x13f2f4,_0x3b71e5,_0x5c3f58,_0x5f1c25,_0x3d3011);},'wtdJe':function(_0x51b57f,_0x289483){const _0x163b39=a177_0x1f9f;return _0x4d1ec9[_0x163b39(0x1a4)](_0x51b57f,_0x289483);},'FnQoh':_0x4d1ec9[_0xd682d8(0x10b)],'dRoIH':_0x4d1ec9[_0xd682d8(0x13b)]};PerformanceTester[_0xd682d8(0xc3)](PerformanceEvents[_0xd682d8(0x1a0)],()=>{const _0x57fa42=_0xd682d8;_0x4d1ec9[_0x57fa42(0x107)](isAccessibilityAutomationSession)&&_0x4d1ec9['eMfeo'](setAccessibilityCapabilities,_0x365cc8);this[_0x57fa42(0x136)](),this[_0x57fa42(0x1d6)]();if(helper[_0x57fa42(0xde)](_0x365cc8['proxySettings'][_0x57fa42(0xd2)]))this['agent_']=helper[_0x57fa42(0x181)](_0x365cc8[_0x57fa42(0x1d0)][_0x57fa42(0xd2)]);else _0x365cc8[_0x57fa42(0x1d0)][_0x57fa42(0xd2)]&&(this[_0x57fa42(0x119)]=_0x365cc8[_0x57fa42(0x1d0)][_0x57fa42(0xd2)],logger[_0x57fa42(0x157)]('Proxy\x20set\x20to\x20'+this['proxy_']));if(_0x4d1ec9['Pwjqi'](isAccessibilityAutomationSession)){const _0x5a2051=this[_0x57fa42(0xea)][_0x57fa42(0xff)](_0x4d1ec9[_0x57fa42(0x1c6)])||{},_0x5e6965=_0x5a2051[_0x57fa42(0xf4)]||this[_0x57fa42(0xea)][_0x57fa42(0xff)](_0x4d1ec9[_0x57fa42(0x1db)])||this[_0x57fa42(0xea)][_0x57fa42(0xff)](_0x4d1ec9['rxaVO']);if(_0x5e6965){const _0x3b225e=(_0x5a2051['platformName']||_0x5a2051[_0x57fa42(0xce)]||this[_0x57fa42(0xea)]['get'](_0x4d1ec9[_0x57fa42(0xda)])||this['capabilities_'][_0x57fa42(0xff)](_0x4d1ec9[_0x57fa42(0x12e)])||'')[_0x57fa42(0x206)](),_0x4c7487=(_0x5a2051[_0x57fa42(0x1a5)]||this[_0x57fa42(0xea)][_0x57fa42(0xff)](_0x4d1ec9[_0x57fa42(0x1d9)])||'')[_0x57fa42(0x206)]();_0x4d1ec9['VsyOo'](_0x3b225e,_0x4d1ec9['wNidl'])&&_0x4c7487[_0x57fa42(0x1f8)](_0x4d1ec9[_0x57fa42(0xc2)])&&(_0x4d1ec9[_0x57fa42(0x107)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x4d1ec9['vsfkW']),globals[_0x57fa42(0x199)](_0x4d1ec9[_0x57fa42(0x1f0)],!![])));}}if(globals[_0x57fa42(0x1bd)](_0x4d1ec9[_0x57fa42(0x15e)])){if(!_0x4d1ec9[_0x57fa42(0x13f)](setExtension,this,_0x365cc8)){globals[_0x57fa42(0x199)](_0x4d1ec9['qkvHJ'],![]);const _0x4ce0f1=this[_0x57fa42(0xea)]['get'](_0x4d1ec9['wUWYo']);_0x4ce0f1&&(_0x4ce0f1['accessibility']=![],delete _0x4ce0f1['accessibilityOptions'],this['capabilities_'][_0x57fa42(0x188)](_0x4d1ec9[_0x57fa42(0x1c6)],_0x4ce0f1)),this[_0x57fa42(0xea)][_0x57fa42(0xff)](_0x4d1ec9[_0x57fa42(0x1e8)])&&(this[_0x57fa42(0xea)][_0x57fa42(0x188)](_0x4d1ec9[_0x57fa42(0x1e8)],![]),this[_0x57fa42(0xea)]['delete'](_0x4d1ec9[_0x57fa42(0x1a1)]));}}(!helper[_0x57fa42(0x149)]()||helper['isTurboScaleSession'](_0x365cc8))&&helper[_0x57fa42(0x20c)](null,null,_0x365cc8[_0x57fa42(0xd6)],null,this,null),helper[_0x57fa42(0x167)](_0x365cc8[_0x57fa42(0x161)]),logger[_0x57fa42(0x157)](_0x4d1ec9['vdyiQ']);})();const _0x3cf274=super['build']();return PerformanceTester[_0xd682d8(0xc3)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0xdf921b=_0xd682d8,_0x4a6289={'NcfCA':_0x4d1ec9[_0xdf921b(0x145)],'IusJB':_0x4d1ec9[_0xdf921b(0x12b)],'wcRfv':function(_0x50a31c,_0x4b716c,_0x2ca28c){const _0x2320e6=_0xdf921b;return _0x4d1ec9[_0x2320e6(0x13f)](_0x50a31c,_0x4b716c,_0x2ca28c);},'xeDgH':_0x4d1ec9[_0xdf921b(0x10b)],'fbXKe':_0x4d1ec9[_0xdf921b(0x13b)],'jPEhY':function(_0x132840,_0xf7b35){const _0x4cbec4=_0xdf921b;return _0x4d1ec9[_0x4cbec4(0x187)](_0x132840,_0xf7b35);},'IyczA':function(_0x415229,_0x149b41,_0x1693fc){return _0x4d1ec9['iIBqr'](_0x415229,_0x149b41,_0x1693fc);},'ZjQEx':function(_0x52bd18,_0x63e4b2,_0x3014b8,_0x4e6a7b,_0x8faf0){const _0xc9ba92=_0xdf921b;return _0x4d1ec9[_0xc9ba92(0x183)](_0x52bd18,_0x63e4b2,_0x3014b8,_0x4e6a7b,_0x8faf0);},'JQENe':function(_0x8695b6,_0x45a22c){return _0x4d1ec9['RFthl'](_0x8695b6,_0x45a22c);},'lCjbU':function(_0x6d12a8,_0x3ba46d,_0x59e6b3){const _0x39772e=_0xdf921b;return _0x4d1ec9[_0x39772e(0x15f)](_0x6d12a8,_0x3ba46d,_0x59e6b3);},'kOjbF':function(_0x224b92,_0xb9800b,_0x480dd4){return _0x4d1ec9['QOTcK'](_0x224b92,_0xb9800b,_0x480dd4);}};_0x3cf274[_0xdf921b(0x18d)][_0xdf921b(0x16b)](_0x45de95=>{const _0x4fde7a=_0xdf921b;try{const _0x41c6f3=_0x45de95['caps_'][_0x4fde7a(0xff)](_0x4a6289[_0x4fde7a(0x19e)]);_0x41c6f3?(logger[_0x4fde7a(0x157)](_0x4fde7a(0x1d3)+_0x41c6f3),hubAllocator[_0x4fde7a(0x141)](_0x41c6f3,_0x45de95[_0x4fde7a(0x204)]()),helper[_0x4fde7a(0x100)](_0x41c6f3)):logger['debug'](_0x4a6289['IusJB']);}catch(_0x556770){logger[_0x4fde7a(0x157)](_0x4fde7a(0xf5)+_0x556770);}}),_0x3cf274[_0xdf921b(0x16b)]&&_0x3cf274[_0xdf921b(0x16b)](_0x130036=>{const _0x1b677e=_0xdf921b,_0x5bebe7={'ePPTd':function(_0x3965a2,_0x1a9ede,_0x5309b8){return _0x4a6289['IyczA'](_0x3965a2,_0x1a9ede,_0x5309b8);},'NyPjE':function(_0x1a3a67,_0xe047e,_0x4ff420,_0x2afc06,_0x5d469a){const _0x46f3c3=a177_0x1f9f;return _0x4a6289[_0x46f3c3(0x16c)](_0x1a3a67,_0xe047e,_0x4ff420,_0x2afc06,_0x5d469a);},'XHOOt':function(_0x315084,_0x5409da){const _0x27393=a177_0x1f9f;return _0x4a6289[_0x27393(0x14a)](_0x315084,_0x5409da);},'TylMW':_0x4a6289['xeDgH'],'OqLdp':_0x4a6289[_0x1b677e(0xca)]};helper[_0x1b677e(0x1b7)](_0x130036,_0x365cc8),_0x4a6289[_0x1b677e(0x1ab)](overrideExecute,_0x130036,_0x365cc8),_0x130036[_0x1b677e(0x150)]=async()=>{const _0x15ca1c=_0x1b677e;return await _0x4a6289[_0x15ca1c(0x1c4)](getAccessibilityResultsSummary,_0x130036,global);},_0x130036[_0x1b677e(0xe6)]=async()=>{const _0x4a382b=_0x1b677e;return await _0x5bebe7[_0x4a382b(0x16f)](getAccessibilityResults,_0x130036,global);},_0x130036[_0x1b677e(0x1ad)]=async _0x524b6a=>{const _0x2a7543=_0x1b677e;return await _0x5bebe7[_0x2a7543(0x1e7)](performScan,_0x130036,null,!![],_0x5bebe7[_0x2a7543(0x18c)](_0x524b6a,null));},_0x130036[_0x1b677e(0x13a)]=async _0x199cfc=>{const _0xdf90ed=_0x1b677e;globals[_0xdf90ed(0x199)](_0x4a6289['xeDgH'],!![]),globals[_0xdf90ed(0x199)](_0x4a6289[_0xdf90ed(0xca)],_0x4a6289['jPEhY'](_0x199cfc,null));},_0x130036[_0x1b677e(0x175)]=async()=>{const _0x23273a=_0x1b677e;globals[_0x23273a(0x199)](_0x5bebe7['TylMW'],![]),globals[_0x23273a(0x199)](_0x5bebe7[_0x23273a(0x211)],null);};}),_0x3cf274[_0xdf921b(0x150)]=async()=>{const _0x1790f8=_0xdf921b;return await _0x4ac375[_0x1790f8(0x10e)](getAccessibilityResultsSummary,_0x3cf274,global);},_0x3cf274[_0xdf921b(0xe6)]=async()=>{return await _0x4a6289['kOjbF'](getAccessibilityResults,_0x3cf274,global);},_0x3cf274[_0xdf921b(0x1ad)]=async _0x4cfe2d=>{const _0xa16422=_0xdf921b;return await _0x4ac375[_0xa16422(0xcf)](performScan,_0x3cf274,null,!![],_0x4ac375[_0xa16422(0x1e1)](_0x4cfe2d,null));},_0x3cf274[_0xdf921b(0x13a)]=async _0x100783=>{const _0x3cfe1d=_0xdf921b;globals[_0x3cfe1d(0x199)](_0x4a6289['xeDgH'],!![]),globals[_0x3cfe1d(0x199)](_0x4a6289['fbXKe'],_0x4a6289[_0x3cfe1d(0x14a)](_0x100783,null));},_0x3cf274['stopA11yScanning']=async()=>{const _0x4d753b=_0xdf921b;globals['setGlobal'](_0x4ac375[_0x4d753b(0x194)],![]),globals['setGlobal'](_0x4ac375[_0x4d753b(0x1c5)],null);},helper[_0xdf921b(0x1b7)](_0x3cf274,_0x365cc8),_0x4d1ec9[_0xdf921b(0x13f)](overrideExecute,_0x3cf274,_0x365cc8),helper[_0xdf921b(0x114)](global['__driversArray'])&&(global[_0xdf921b(0x1f6)]=[]),global[_0xdf921b(0x1f6)][_0xdf921b(0x1ca)](_0x3cf274);})(),_0x3cf274;}}_0x3b5ecb['originalBuilder']=_0x3b5ecb['Builder'],_0x3b5ecb[_0x2e74c4(0x1d1)]=_0x98de3d,_0x1df956[_0x2e74c4(0x1c0)]=_0x5e6063;},propagateJestSessionName=(_0x9fe4b3,_0x1a21c5,_0x3fec76='')=>{const _0x4dddbd=a177_0x3b0d44,_0xd43027={};_0xd43027[_0x4dddbd(0x16e)]=_0x4dddbd(0x109);const _0x2ba9dc=_0xd43027;_0x1a21c5&&_0x1a21c5[_0x4dddbd(0x172)]&&_0x1a21c5[_0x4dddbd(0x172)][_0x4dddbd(0x12f)]&&helper['isUndefined'](_0x9fe4b3[_0x4dddbd(0x12f)])&&(_0x9fe4b3[_0x4dddbd(0x12f)]=_0x1a21c5[_0x4dddbd(0x172)][_0x4dddbd(0x12f)],logger[_0x4dddbd(0x157)](util['format'](_0x2ba9dc[_0x4dddbd(0x16e)],_0x3fec76?'\x20'+_0x3fec76:'',_0x9fe4b3['browserstackSessionName'])));},modifyV2=(_0x17c0a0,_0x59f596=null,_0x4ae2b6=![])=>{const _0x327b1d=a177_0x3b0d44,_0x266df6={'oJxBt':function(_0x3a4f2d,_0x5bfac4){return _0x3a4f2d!==_0x5bfac4;},'OKvcp':_0x327b1d(0x11f),'NhjUf':function(_0x3b6094,_0x3f21da){return _0x3b6094+_0x3f21da;},'sSgVr':_0x327b1d(0x1b1),'Cyyuk':'/wd/hub','VktNN':_0x327b1d(0x144),'AXFxo':_0x327b1d(0xdf),'JwFrg':_0x327b1d(0x1c2),'LgQFa':_0x327b1d(0xc5),'JwUrC':'ms:edgeOptions','RwxjG':_0x327b1d(0x1c1),'OXyMo':'moz:firefoxOptions','hJHMl':'firefoxOptions','NHCRn':'safari.options','FAKxZ':_0x327b1d(0x1f1),'LAEAm':_0x327b1d(0x205),'kTvGh':function(_0x41ada8,_0x5de603){return _0x41ada8===_0x5de603;},'Ixpen':_0x327b1d(0x131),'xCDNK':_0x327b1d(0x1d8),'ftAbw':function(_0x26c896,_0x25b11a){return _0x26c896>_0x25b11a;},'MqJRS':function(_0x23686a,_0x16ef2c){return _0x23686a>_0x16ef2c;},'DfQKp':function(_0x4a3429){return _0x4a3429();},'YQDjo':function(_0x1272ed,_0x3c79c9){return _0x1272ed(_0x3c79c9);},'vzDUw':function(_0x3a86a7){return _0x3a86a7();},'nOVHk':_0x327b1d(0x1da),'kUmUr':_0x327b1d(0x1a3),'xeqwY':'deviceName','HSAwl':_0x327b1d(0x1eb),'dLzcl':_0x327b1d(0xce),'mpMSI':_0x327b1d(0x1a5),'KvOXy':function(_0x5c8585,_0x1137e2){return _0x5c8585===_0x1137e2;},'WRhLF':_0x327b1d(0xe7),'CinFZ':'chrome','RzCKg':_0x327b1d(0x1f4),'cJyBX':_0x327b1d(0x11e),'xQuKp':_0x327b1d(0xd1),'pNzLT':function(_0x4e7dfe,_0x9f9d77,_0x3f370c){return _0x4e7dfe(_0x9f9d77,_0x3f370c);},'kKGfp':_0x327b1d(0x1df),'COsyX':_0x327b1d(0x185),'KnXfE':_0x327b1d(0x163),'iKDCl':_0x327b1d(0x197),'TlSCe':function(_0x5d3ca5,_0x1ab9b6){return _0x5d3ca5===_0x1ab9b6;},'kqMri':function(_0x32bcc5){return _0x32bcc5();},'jPPrX':_0x327b1d(0x17b),'EWrJt':_0x327b1d(0x1cd),'YMdau':function(_0x1c4a14,_0x13c1c4){return _0x1c4a14(_0x13c1c4);},'CePAg':'./helpers/accessibility-automation/constants','IQMQQ':function(_0x58dac7,_0x4dc591){return _0x58dac7<_0x4dc591;},'KzTvj':function(_0x21f06a,_0x1a7b52){return _0x21f06a(_0x1a7b52);},'QQbRX':function(_0xa3501f,_0xc43625){return _0xa3501f||_0xc43625;},'QCuvW':function(_0x13c1f6,_0x3f89b4){return _0x13c1f6===_0x3f89b4;},'uBQFp':'aiSdk_framework','IIAHZ':'jest','PYITU':_0x327b1d(0xe4),'vScrN':_0x327b1d(0x1cf),'gtwDy':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','htnpE':'optimalHubUrl','uGkBl':_0x327b1d(0x209),'cQBfe':function(_0x1d0092,_0x4612d9,_0x5927ec,_0x40f7af,_0x177fd0){return _0x1d0092(_0x4612d9,_0x5927ec,_0x40f7af,_0x177fd0);},'pGcmT':'bstackA11yShouldScan','xuVAn':_0x327b1d(0xd7),'IPcMa':function(_0x4019f7,_0x225447,_0x906b01){return _0x4019f7(_0x225447,_0x906b01);},'DpgzF':function(_0x6e3413){return _0x6e3413();},'LMVpQ':function(_0x17766c,_0x3f277b){return _0x17766c||_0x3f277b;},'ZNosA':function(_0x4dbce3,_0x45472e,_0x33d8f2){return _0x4dbce3(_0x45472e,_0x33d8f2);},'LeLdR':function(_0x43bf6b,_0x4008fb,_0x2bb5ce,_0xc5ce73){return _0x43bf6b(_0x4008fb,_0x2bb5ce,_0xc5ce73);},'AtiYj':_0x327b1d(0xc4),'zGrnj':function(_0x45f0b6,_0x4e1412){return _0x45f0b6!==_0x4e1412;},'LmZcS':'bstackAllyScanning','iqeYA':function(_0x46d022,_0x2b2560,_0x58ef69){return _0x46d022(_0x2b2560,_0x58ef69);},'OMoPr':_0x327b1d(0x10f),'Ankyn':_0x327b1d(0x214),'dSpWt':_0x327b1d(0x10d),'FdsmI':_0x327b1d(0x18a),'UnjJl':'selenium-webdriver/lib/http.js','UaaOQ':_0x327b1d(0x1cb),'zRZBK':_0x327b1d(0x207)},_0xe4efec=helper['requireHttpClient']();let _0x170573;try{_0x170573=helper[_0x327b1d(0x1ae)](),_0x170573['originalBuilder']&&(_0x170573[_0x327b1d(0x1d1)]=_0x170573['originalBuilder']);}catch(_0x2464cd){return;}if(helper[_0x327b1d(0x149)]()){const _0x30851c={};_0x30851c[_0x327b1d(0x130)]=_0x17c0a0[_0x327b1d(0x1a7)],helper[_0x327b1d(0x132)](_0x30851c,new Map(),new Map()),logger['info'](_0x266df6[_0x327b1d(0xe1)]),logger['debug'](_0x266df6[_0x327b1d(0x165)]);}class _0x52bbed extends _0xe4efec[_0x327b1d(0x1c0)]{[_0x327b1d(0xd4)](_0x441fdd){const _0x1facbb=_0x327b1d;if(_0x266df6[_0x1facbb(0x122)](_0x441fdd[_0x1facbb(0xcd)],_0x266df6['OKvcp']))try{const _0x348de7=_0x441fdd[_0x1facbb(0xcd)][_0x1facbb(0x1c9)]('/')[0x2];if(_0x348de7){const _0x1d1233=hubAllocator[_0x1facbb(0xcb)](_0x348de7);if(_0x1d1233){const _0x1d63a5=_0x266df6[_0x1facbb(0x182)](_0x266df6['NhjUf'](_0x266df6['sSgVr'],_0x1d1233),_0x266df6[_0x1facbb(0x115)]);this[_0x1facbb(0x18e)]=hubAllocator[_0x1facbb(0x16a)](_0x1d63a5),logger[_0x1facbb(0x157)](_0x1facbb(0x1b8)+_0x1d63a5);}}}catch(_0x3ab124){logger['error'](_0x3ab124);}if(globals[_0x1facbb(0x1bd)](_0x266df6['VktNN'])&&globals['getGlobal'](_0x266df6[_0x1facbb(0x126)])){const _0xddbdfb=_0x441fdd[_0x1facbb(0xcd)][_0x1facbb(0x1c9)]('/')[0x2];_0xddbdfb&&commandRepository[_0x1facbb(0x1fe)](_0xddbdfb,_0x441fdd);}return super[_0x1facbb(0xd4)](_0x441fdd);}}class _0x1c49b5 extends _0x170573['Builder']{[_0x327b1d(0x136)](){const _0x203b5b=_0x327b1d;return helper[_0x203b5b(0x149)]()&&(this[_0x203b5b(0x1f3)]=helper[_0x203b5b(0x18f)](_0x17c0a0)),this;}['__setBrowserOptions'](_0x2b55e9){const _0x3c9b7e=_0x327b1d;let _0x100ff1={};for(const _0x1e2e31 in _0x2b55e9){switch(_0x1e2e31){case _0x266df6['JwFrg']:case _0x266df6[_0x3c9b7e(0x13e)]:this[_0x3c9b7e(0x19b)]&&(_0x100ff1=this[_0x3c9b7e(0x19b)][_0x3c9b7e(0xff)](this[_0x3c9b7e(0x19b)][_0x3c9b7e(0xd3)])||{},this[_0x3c9b7e(0x19b)][_0x3c9b7e(0x188)](this[_0x3c9b7e(0x19b)][_0x3c9b7e(0xd3)],helper[_0x3c9b7e(0xf6)](_0x100ff1,_0x2b55e9[_0x1e2e31])));break;case _0x266df6[_0x3c9b7e(0x1b4)]:case _0x266df6[_0x3c9b7e(0x186)]:this[_0x3c9b7e(0x20e)]&&(_0x100ff1=this[_0x3c9b7e(0x20e)]['get'](this['edgeOptions_'][_0x3c9b7e(0xd3)])||{},this[_0x3c9b7e(0x20e)][_0x3c9b7e(0x188)](this[_0x3c9b7e(0x20e)][_0x3c9b7e(0xd3)],helper[_0x3c9b7e(0xf6)](_0x100ff1,_0x2b55e9[_0x1e2e31])));break;case _0x266df6[_0x3c9b7e(0x14c)]:case _0x266df6[_0x3c9b7e(0xe5)]:this[_0x3c9b7e(0xdc)]&&(_0x100ff1=this[_0x3c9b7e(0xdc)][_0x3c9b7e(0xff)](this[_0x3c9b7e(0xdc)][_0x3c9b7e(0xd3)])||{},this['firefoxOptions_']['set'](this[_0x3c9b7e(0xdc)][_0x3c9b7e(0xd3)],helper[_0x3c9b7e(0xf6)](_0x100ff1,_0x2b55e9[_0x1e2e31])));break;case _0x266df6[_0x3c9b7e(0x19a)]:this[_0x3c9b7e(0x106)]&&(_0x100ff1=this[_0x3c9b7e(0x106)][_0x3c9b7e(0xff)](this[_0x3c9b7e(0x106)][_0x3c9b7e(0xd3)])||{},this['safariOptions_'][_0x3c9b7e(0x188)](this[_0x3c9b7e(0x106)][_0x3c9b7e(0xd3)],helper[_0x3c9b7e(0xf6)](_0x100ff1,_0x2b55e9[_0x1e2e31])));break;case _0x266df6[_0x3c9b7e(0x169)]:case _0x266df6[_0x3c9b7e(0x120)]:this[_0x3c9b7e(0xfb)]&&(_0x100ff1=this[_0x3c9b7e(0xfb)][_0x3c9b7e(0xff)](this[_0x3c9b7e(0xfb)][_0x3c9b7e(0xd3)])||{},this[_0x3c9b7e(0xfb)]['set'](this[_0x3c9b7e(0xfb)][_0x3c9b7e(0xd3)],helper[_0x3c9b7e(0xf6)](_0x100ff1,_0x2b55e9[_0x1e2e31])));break;}}}[_0x327b1d(0x1d6)](){const _0x7a006f=_0x327b1d;logger[_0x7a006f(0x157)](_0x266df6[_0x7a006f(0x1aa)]);const _0x1cc4e8=_0x17c0a0[_0x7a006f(0x161)]&&_0x266df6[_0x7a006f(0x189)](Object[_0x7a006f(0x14b)](_0x17c0a0['capability'])[_0x7a006f(0xc1)],0x0)?_0x17c0a0['capability']:_0x17c0a0[_0x7a006f(0x15c)]&&Array['isArray'](_0x17c0a0[_0x7a006f(0x15c)])&&_0x266df6[_0x7a006f(0x137)](_0x17c0a0[_0x7a006f(0x15c)][_0x7a006f(0xc1)],0x0)?_0x17c0a0['capabilities'][0x0]:{};return this[_0x7a006f(0xe2)](_0x1cc4e8),Object[_0x7a006f(0x14b)](_0x1cc4e8)['forEach'](_0x169025=>{const _0x744856=_0x7a006f,_0x111a81=this[_0x744856(0xea)][_0x744856(0xff)](_0x169025);_0x266df6[_0x744856(0xd8)](typeof _0x111a81,_0x266df6[_0x744856(0x196)])?this[_0x744856(0xea)][_0x744856(0x188)](_0x169025,helper[_0x744856(0xf6)](_0x111a81,_0x1cc4e8[_0x169025])):this[_0x744856(0xea)][_0x744856(0x188)](_0x169025,_0x1cc4e8[_0x169025]);}),this;}[_0x327b1d(0x147)](){const _0xb37af0=_0x327b1d,_0x1a57c4={'HUaVO':_0x266df6[_0xb37af0(0x1a8)],'dKtlT':_0x266df6[_0xb37af0(0x1f9)],'wzGDO':function(_0x5c81c7,_0x1a41c0,_0x29bd8c){const _0x5c22c4=_0xb37af0;return _0x266df6[_0x5c22c4(0x193)](_0x5c81c7,_0x1a41c0,_0x29bd8c);},'OrsHI':function(_0x5cb7be,_0x5c6f5b,_0x34a3a6,_0x1ecebb,_0x36481e){const _0x581d29=_0xb37af0;return _0x266df6[_0x581d29(0x102)](_0x5cb7be,_0x5c6f5b,_0x34a3a6,_0x1ecebb,_0x36481e);},'VtEnh':function(_0x50da26,_0x14aca8){return _0x266df6['QQbRX'](_0x50da26,_0x14aca8);},'RTRHB':_0x266df6[_0xb37af0(0x140)],'POfUt':_0x266df6[_0xb37af0(0x15d)],'TGtAW':function(_0x416cf4,_0x166070){const _0x509bee=_0xb37af0;return _0x266df6[_0x509bee(0x1fc)](_0x416cf4,_0x166070);},'ERkoq':function(_0x262a78,_0x309f14,_0x3bec13){return _0x266df6['pNzLT'](_0x262a78,_0x309f14,_0x3bec13);},'mucsL':function(_0x1cd8af,_0x5f5251,_0x426e0d){const _0x4759c9=_0xb37af0;return _0x266df6[_0x4759c9(0x1f7)](_0x1cd8af,_0x5f5251,_0x426e0d);},'qlvxC':function(_0x1a5217){const _0x2a1937=_0xb37af0;return _0x266df6[_0x2a1937(0x17e)](_0x1a5217);},'wmYvg':_0x266df6['xQuKp'],'Kpzcv':_0x266df6[_0xb37af0(0x101)],'xTaQn':_0x266df6[_0xb37af0(0x154)],'fQDyH':_0x266df6[_0xb37af0(0x129)],'pybtp':function(_0x336ce5,_0x1a88fb){const _0x45b1fc=_0xb37af0;return _0x266df6[_0x45b1fc(0x202)](_0x336ce5,_0x1a88fb);},'gSKIK':function(_0x4c2132,_0x4a3f23,_0x22063a,_0x56f6c7,_0x2b45c3){return _0x266df6['cQBfe'](_0x4c2132,_0x4a3f23,_0x22063a,_0x56f6c7,_0x2b45c3);},'xiGjA':function(_0x4f4f44,_0x34b4d4){const _0x28b5cf=_0xb37af0;return _0x266df6[_0x28b5cf(0x202)](_0x4f4f44,_0x34b4d4);},'fdxkN':function(_0x4d77a6,_0x103f49,_0x4bb07b){const _0x219078=_0xb37af0;return _0x266df6[_0x219078(0x203)](_0x4d77a6,_0x103f49,_0x4bb07b);},'eOPnO':function(_0x5b4d24,_0x1ad577,_0x39f1d3,_0x2da584){const _0x3e2245=_0xb37af0;return _0x266df6[_0x3e2245(0x134)](_0x5b4d24,_0x1ad577,_0x39f1d3,_0x2da584);},'NJRAn':_0x266df6[_0xb37af0(0x19d)],'nTkys':function(_0x464c57,_0x158d94){const _0x35e530=_0xb37af0;return _0x266df6[_0x35e530(0x1b6)](_0x464c57,_0x158d94);}};PerformanceTester[_0xb37af0(0xc3)](PerformanceEvents[_0xb37af0(0x1a0)],()=>{const _0x32ba13=_0xb37af0;if(helper['isBrowserstackInfra']()){helper[_0x32ba13(0x167)](_0x17c0a0[_0x32ba13(0x161)]);_0x266df6[_0x32ba13(0xf0)](isAccessibilityAutomationSession)&&_0x266df6[_0x32ba13(0x158)](setAccessibilityCapabilities,_0x17c0a0);this['setServer'](),this[_0x32ba13(0x1d6)]();if(helper[_0x32ba13(0xde)](_0x17c0a0['proxySettings'][_0x32ba13(0xd2)]))this['agent_']=helper[_0x32ba13(0x181)](_0x17c0a0[_0x32ba13(0x1d0)][_0x32ba13(0xd2)]);else _0x17c0a0[_0x32ba13(0x1d0)]['proxyUrl']&&(this[_0x32ba13(0x119)]=_0x17c0a0['proxySettings']['proxyUrl'],logger[_0x32ba13(0x157)](_0x32ba13(0x1e6)+this[_0x32ba13(0x119)]));if(_0x266df6[_0x32ba13(0x1fb)](isAccessibilityAutomationSession)){const _0x4aefad=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x101)])||{},_0xbeac89=_0x4aefad[_0x32ba13(0xf4)]||this[_0x32ba13(0xea)]['get'](_0x266df6['kUmUr'])||this[_0x32ba13(0xea)]['get'](_0x266df6[_0x32ba13(0x152)]);if(_0xbeac89){const _0x185c88=(_0x4aefad['platformName']||_0x4aefad[_0x32ba13(0xce)]||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x108)])||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x184)])||'')[_0x32ba13(0x206)](),_0x78a540=(_0x4aefad[_0x32ba13(0x1a5)]||this['capabilities_'][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x1ea)])||'')[_0x32ba13(0x206)]();_0x266df6[_0x32ba13(0x201)](_0x185c88,_0x266df6[_0x32ba13(0xed)])&&_0x78a540[_0x32ba13(0x1f8)](_0x266df6[_0x32ba13(0x128)])&&(_0x266df6['DfQKp'](isMobileScanningEnabledForGroup)&&(logger[_0x32ba13(0x157)](_0x266df6['RzCKg']),globals[_0x32ba13(0x199)](_0x266df6[_0x32ba13(0x13c)],!![])));}}if(globals[_0x32ba13(0x1bd)](_0x266df6[_0x32ba13(0x1e5)])){if(!_0x266df6[_0x32ba13(0x193)](setExtension,this,_0x17c0a0)){globals[_0x32ba13(0x199)](_0x266df6[_0x32ba13(0x1e5)],![]);const _0x38558a=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x101)]);_0x38558a&&(_0x38558a['accessibility']=![],delete _0x38558a[_0x32ba13(0x1fd)],this['capabilities_'][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x101)],_0x38558a)),this[_0x32ba13(0xea)]['get'](_0x266df6['kKGfp'])&&(this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6['kKGfp'],![]),this[_0x32ba13(0xea)][_0x32ba13(0x155)](_0x266df6[_0x32ba13(0x129)]));}}process['env'][_0x32ba13(0xdd)]&&(helper['prepareCapabilities'](null,null,_0x17c0a0[_0x32ba13(0xd6)],null,this,null),helper[_0x32ba13(0x167)](_0x17c0a0['capability']),helper[_0x32ba13(0x1e0)]()),logger[_0x32ba13(0x157)](_0x266df6[_0x32ba13(0x117)]);}else{if(this[_0x32ba13(0x19b)]){const _0xd5fa2d=this['chromeOptions_'][_0x32ba13(0xff)](this[_0x32ba13(0x19b)][_0x32ba13(0xd3)]||_0x266df6[_0x32ba13(0x15a)]);if(_0xd5fa2d&&_0xd5fa2d[_0x32ba13(0x139)]){const _0x4f1948=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x15a)])||{},_0x462461=(_0x4f1948[_0x32ba13(0x139)]||[])[_0x32ba13(0x104)](_0xd5fa2d[_0x32ba13(0x139)]||[]),_0x1201da=Array[_0x32ba13(0x113)](new Set(_0x462461)),_0x5cd8c8={};_0x5cd8c8[_0x32ba13(0x139)]=_0x1201da,this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x15a)],Object[_0x32ba13(0x146)]({},_0x4f1948,_0xd5fa2d,_0x5cd8c8));}}helper[_0x32ba13(0x1e0)]();if(_0x266df6[_0x32ba13(0xf0)](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x32ba13(0x1f8)](_0x266df6[_0x32ba13(0x173)])){let _0x54c3c4=!![];const _0x4e9960=this['capabilities_']['get'](_0x266df6['nOVHk'])||{},_0x5ae318=_0x4e9960[_0x32ba13(0xf4)]||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x116)])||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6['xeqwY']);if(_0x5ae318){const _0x37ade7=(_0x4e9960[_0x32ba13(0x1eb)]||_0x4e9960[_0x32ba13(0xce)]||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x108)])||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6['dLzcl'])||'')['toLowerCase'](),_0x2c3866=(_0x4e9960[_0x32ba13(0x1a5)]||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x1ea)])||'')[_0x32ba13(0x206)]();_0x266df6[_0x32ba13(0x168)](_0x37ade7,_0x266df6[_0x32ba13(0xed)])&&_0x2c3866[_0x32ba13(0x1f8)](_0x266df6['CinFZ'])?!_0x266df6['kqMri'](isMobileScanningEnabledForGroup)?(logger[_0x32ba13(0x125)](MOBILE_SCANNING_DISABLED_WARNING),_0x54c3c4=![]):(logger[_0x32ba13(0x157)](_0x266df6['RzCKg']),globals['setGlobal'](_0x266df6[_0x32ba13(0x13c)],!![])):(logger['warn'](_0x266df6[_0x32ba13(0x10c)]),_0x54c3c4=![]);}if(_0x54c3c4){const _0x49eba6=_0x266df6[_0x32ba13(0x158)](parseFloat,_0x4e9960[_0x32ba13(0x1cd)]||this['capabilities_'][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x1d5)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x161452}=_0x266df6[_0x32ba13(0xef)](require,_0x266df6[_0x32ba13(0x1fa)]),_0x58ebed=_0x266df6[_0x32ba13(0xef)](parseFloat,_0x161452);!_0x266df6[_0x32ba13(0xef)](isNaN,_0x49eba6)&&_0x266df6[_0x32ba13(0x1ec)](_0x49eba6,_0x58ebed)&&(logger['warn'](_0x32ba13(0x191)+_0x161452+'.'),_0x54c3c4=![]);}if(_0x54c3c4){_0x266df6[_0x32ba13(0x1fc)](setAccessibilityCapabilities,_0x17c0a0),this[_0x32ba13(0x1d6)]();if(process['env'][_0x32ba13(0x1bc)]){let _0x483dcb={};try{process[_0x32ba13(0x1d4)][_0x32ba13(0xfd)]&&(_0x483dcb=JSON[_0x32ba13(0x135)](process[_0x32ba13(0x1d4)][_0x32ba13(0xfd)]));}catch(_0x526875){logger[_0x32ba13(0x157)]('Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20'+_0x526875);}const _0x537866=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x101)]);if(_0x537866||!this[_0x32ba13(0xea)]['get'](_0x266df6[_0x32ba13(0x154)])){const _0x125d61=_0x266df6[_0x32ba13(0x1a6)](_0x537866,{});_0x125d61['accessibility']=!![];const _0x5a3256={};_0x5a3256['authToken']=process[_0x32ba13(0x1d4)][_0x32ba13(0x1bc)],_0x5a3256[_0x32ba13(0xe9)]=_0x483dcb[_0x32ba13(0xe9)],_0x125d61[_0x32ba13(0x1fd)]=Object[_0x32ba13(0x146)]({},_0x125d61[_0x32ba13(0x1fd)],_0x5a3256),this[_0x32ba13(0xea)]['set'](_0x266df6[_0x32ba13(0x101)],_0x125d61);}else{this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x154)],!![]);const _0x180ed1=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6['COsyX'])||{},_0x54e7e2={};_0x54e7e2[_0x32ba13(0x105)]=process[_0x32ba13(0x1d4)][_0x32ba13(0x1bc)],_0x54e7e2[_0x32ba13(0xe9)]=_0x483dcb[_0x32ba13(0xe9)],this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x129)],Object['assign']({},_0x180ed1,_0x54e7e2));}}if(!_0x266df6[_0x32ba13(0x193)](setExtension,this,_0x17c0a0)){globals['setGlobal'](_0x266df6[_0x32ba13(0x1e5)],![]);const _0x33ec6d=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6['nOVHk']);_0x33ec6d&&(_0x33ec6d[_0x32ba13(0x1ac)]=![],delete _0x33ec6d[_0x32ba13(0x1fd)],this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x101)],_0x33ec6d)),this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x154)])&&(this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x154)],![]),this[_0x32ba13(0xea)]['delete'](_0x266df6[_0x32ba13(0x129)]));}}}_0x266df6['QCuvW'](globals[_0x32ba13(0x1bd)](_0x266df6[_0x32ba13(0x195)]),_0x266df6['IIAHZ'])&&(commandRepository[_0x32ba13(0x210)](_0x266df6[_0x32ba13(0x166)]),commandRepository[_0x32ba13(0x1be)](globals[_0x32ba13(0x1bd)](_0x266df6[_0x32ba13(0x121)])));if(this[_0x32ba13(0x1f3)][_0x32ba13(0x1f8)](_0x266df6[_0x32ba13(0x12a)]))logger[_0x32ba13(0x157)](_0x266df6[_0x32ba13(0x1e9)]),globals[_0x32ba13(0x199)](_0x266df6['VktNN'],![]),globals[_0x32ba13(0x199)](_0x266df6['AXFxo'],![]);else globals[_0x32ba13(0x1bd)](_0x266df6[_0x32ba13(0x1c3)])&&globals[_0x32ba13(0x1bd)](_0x266df6['AXFxo'])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x4a6f5c=super[_0xb37af0(0x147)]();return PerformanceTester[_0xb37af0(0xc3)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4bc8a3=_0xb37af0,_0xb871b8={'nLlgD':function(_0x97c2a8){const _0xc0f716=a177_0x1f9f;return _0x1a57c4[_0xc0f716(0x19c)](_0x97c2a8);},'LZacx':function(_0x59a3fe,_0x6159bd,_0x3e2a0c){return _0x1a57c4['mucsL'](_0x59a3fe,_0x6159bd,_0x3e2a0c);},'eOYfA':_0x1a57c4['wmYvg'],'URzgH':_0x1a57c4['Kpzcv'],'ZsEdd':_0x1a57c4['xTaQn'],'EjkUK':_0x1a57c4[_0x4bc8a3(0x162)],'rlaiz':_0x1a57c4[_0x4bc8a3(0xd0)],'dhlsN':_0x1a57c4[_0x4bc8a3(0x1ff)],'obICw':function(_0x4db052,_0x2b2b79){const _0x3f96ff=_0x4bc8a3;return _0x1a57c4[_0x3f96ff(0x18b)](_0x4db052,_0x2b2b79);},'dxFPX':function(_0x23050b,_0x6b7517,_0x3eef16,_0x4b3d42,_0x3eb6a2){const _0xbed6ce=_0x4bc8a3;return _0x1a57c4[_0xbed6ce(0x1d7)](_0x23050b,_0x6b7517,_0x3eef16,_0x4b3d42,_0x3eb6a2);},'jbZlx':function(_0x32a19f,_0x291370){const _0x50a9db=_0x4bc8a3;return _0x1a57c4[_0x50a9db(0x1bf)](_0x32a19f,_0x291370);}};_0x4a6f5c[_0x4bc8a3(0x18d)][_0x4bc8a3(0x16b)](_0x5a5d52=>{const _0x32bf32=_0x4bc8a3,_0x5c4e83=_0x5a5d52[_0x32bf32(0x138)];if(!helper['isBrowserstackInfra']()&&_0xb871b8[_0x32bf32(0x17f)](isAccessibilityAutomationSession)){const _0x353f0b=_0xb871b8[_0x32bf32(0xc7)](nonBstackPlatformValidation,_0x5c4e83,this);globals[_0x32bf32(0x199)](_0xb871b8[_0x32bf32(0x1d2)],_0x353f0b);if(!_0x353f0b){const _0x13425f=this[_0x32bf32(0xea)][_0x32bf32(0xff)](_0xb871b8[_0x32bf32(0x148)]);_0x13425f&&(_0x13425f[_0x32bf32(0x1ac)]=![],delete _0x13425f[_0x32bf32(0x1fd)],this[_0x32bf32(0xea)][_0x32bf32(0x188)](_0xb871b8[_0x32bf32(0x148)],_0x13425f)),this[_0x32bf32(0xea)][_0x32bf32(0xff)](_0xb871b8['ZsEdd'])&&(this[_0x32bf32(0xea)][_0x32bf32(0x188)](_0xb871b8[_0x32bf32(0x164)],![]),this['capabilities_'][_0x32bf32(0x155)](_0xb871b8[_0x32bf32(0x133)]));}}}),_0x4a6f5c['session_'][_0x4bc8a3(0x16b)](_0x148dc2=>{const _0x4aca71=_0x4bc8a3;try{logger[_0x4aca71(0x157)]('Session\x20ID:\x20'+_0x148dc2[_0x4aca71(0x204)]());const _0x258f72=_0x148dc2[_0x4aca71(0x138)][_0x4aca71(0xff)](_0x1a57c4[_0x4aca71(0x179)]);_0x258f72?(logger[_0x4aca71(0x157)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x258f72),hubAllocator[_0x4aca71(0x141)](_0x258f72,_0x148dc2[_0x4aca71(0x204)]()),helper['storeOptimalHubUrl'](_0x258f72)):logger[_0x4aca71(0x157)](_0x1a57c4[_0x4aca71(0x17c)]);}catch(_0xd584f5){logger[_0x4aca71(0x157)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0xd584f5);}}),_0x4a6f5c['quitCount_']=0x0,_0x4a6f5c[_0x4bc8a3(0x16b)]&&_0x4a6f5c[_0x4bc8a3(0x16b)](_0x33d762=>{const _0x5656a3=_0x4bc8a3,_0x23deba={'kLGdr':function(_0x12326d,_0x3d72d1,_0x2d6520){const _0x4e929b=a177_0x1f9f;return _0x1a57c4[_0x4e929b(0xcc)](_0x12326d,_0x3d72d1,_0x2d6520);},'ylYFs':function(_0xdf1490,_0x180237,_0x149b4f,_0x17a515,_0x239a15){return _0x1a57c4['OrsHI'](_0xdf1490,_0x180237,_0x149b4f,_0x17a515,_0x239a15);},'lZcfn':function(_0x5087cd,_0x5b97fb){const _0x4e3d01=a177_0x1f9f;return _0x1a57c4[_0x4e3d01(0x1af)](_0x5087cd,_0x5b97fb);},'JyXId':_0x1a57c4[_0x5656a3(0xd0)],'htdbi':_0x1a57c4[_0x5656a3(0x1ff)]};helper['overrideQuit'](_0x33d762,_0x4a6f5c),_0x4ae2b6&&_0x1a57c4[_0x5656a3(0x1f2)](overrideTakeScreenshot,_0x33d762),helper[_0x5656a3(0x1b7)](_0x33d762,_0x17c0a0),_0x1a57c4['ERkoq'](overrideExecute,_0x33d762,_0x17c0a0),_0x1a57c4[_0x5656a3(0xcc)](propagateJestSessionName,_0x33d762,_0x59f596),_0x17c0a0[_0x5656a3(0x161)]&&percyHelper[_0x5656a3(0x123)](_0x33d762,_0x170573[_0x5656a3(0x212)],_0x17c0a0),_0x33d762[_0x5656a3(0x150)]=async()=>{return await _0x23deba['kLGdr'](getAccessibilityResultsSummary,_0x33d762,global);},_0x33d762['getAccessibilityResults']=async()=>{const _0x1ae4e5=_0x5656a3;return await _0xb871b8[_0x1ae4e5(0xc7)](getAccessibilityResults,_0x33d762,global);},_0x33d762[_0x5656a3(0x1ad)]=async _0x54e806=>{const _0x244e56=_0x5656a3;return await _0x23deba[_0x244e56(0x103)](performScan,_0x33d762,null,!![],_0x23deba[_0x244e56(0x1a2)](_0x54e806,null));},_0x33d762['startA11yScanning']=async _0x2e0059=>{const _0xde6013=_0x5656a3;globals['setGlobal'](_0xb871b8[_0xde6013(0x124)],!![]),globals[_0xde6013(0x199)](_0xb871b8[_0xde6013(0x1ef)],_0xb871b8['obICw'](_0x2e0059,null));},_0x33d762[_0x5656a3(0x175)]=async()=>{const _0x3f3e34=_0x5656a3;globals[_0x3f3e34(0x199)](_0x23deba[_0x3f3e34(0x111)],![]),globals['setGlobal'](_0x23deba[_0x3f3e34(0x112)],null);};}),_0x4a6f5c['getAccessibilityResultsSummary']=async()=>{return await _0x1a57c4['mucsL'](getAccessibilityResultsSummary,_0x4a6f5c,global);},_0x4a6f5c[_0x4bc8a3(0xe6)]=async()=>{const _0x3e302a=_0x4bc8a3;return await _0x1a57c4[_0x3e302a(0xcc)](getAccessibilityResults,_0x4a6f5c,global);},_0x4a6f5c[_0x4bc8a3(0x1ad)]=async _0x1e4ca4=>{const _0x1e12a4=_0x4bc8a3;return await _0xb871b8['dxFPX'](performScan,_0x4a6f5c,null,!![],_0xb871b8[_0x1e12a4(0x1dd)](_0x1e4ca4,null));},_0x4a6f5c['startA11yScanning']=async _0x4bba47=>{const _0xe76b89=_0x4bc8a3;globals[_0xe76b89(0x199)](_0xb871b8[_0xe76b89(0x124)],!![]),globals['setGlobal'](_0xb871b8[_0xe76b89(0x1ef)],_0xb871b8['jbZlx'](_0x4bba47,null));},_0x4a6f5c[_0x4bc8a3(0x175)]=async()=>{const _0x169e0c=_0x4bc8a3;globals[_0x169e0c(0x199)](_0x1a57c4[_0x169e0c(0xd0)],![]),globals[_0x169e0c(0x199)](_0x1a57c4['POfUt'],null);},_0x4ae2b6&&_0x1a57c4[_0x4bc8a3(0x1f2)](overrideTakeScreenshot,_0x4a6f5c),helper[_0x4bc8a3(0x118)](_0x4a6f5c),helper[_0x4bc8a3(0x1b7)](_0x4a6f5c,_0x17c0a0),_0x1a57c4['fdxkN'](overrideExecute,_0x4a6f5c,_0x17c0a0),_0x1a57c4['eOPnO'](propagateJestSessionName,_0x4a6f5c,_0x59f596,_0x1a57c4[_0x4bc8a3(0x153)]),_0x17c0a0[_0x4bc8a3(0x161)]&&percyHelper[_0x4bc8a3(0x123)](_0x4a6f5c,_0x170573['WebElement'],_0x17c0a0);helper[_0x4bc8a3(0x114)](global['__driversArray'])&&(global[_0x4bc8a3(0x1f6)]=[]);helper[_0x4bc8a3(0x114)](global[_0x4bc8a3(0x20b)])&&(global[_0x4bc8a3(0x20b)]=[]);global[_0x4bc8a3(0x1f6)]['push'](_0x4a6f5c),global[_0x4bc8a3(0x1b0)]=_0x4a6f5c,_0x59f596&&(_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x1b0)]=_0x4a6f5c);_0x1a57c4[_0x4bc8a3(0x1b3)](global[_0x4bc8a3(0x20b)],undefined)&&global[_0x4bc8a3(0x20b)][_0x4bc8a3(0x1ca)](_0x4a6f5c);_0x59f596&&helper[_0x4bc8a3(0x114)](_0x59f596[_0x4bc8a3(0x172)]['__drivers'])&&(_0x59f596['global']['__drivers']=[]);_0x59f596&&helper[_0x4bc8a3(0x114)](_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x1f6)])&&(_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x1f6)]=[]);_0x59f596&&_0x1a57c4[_0x4bc8a3(0x1b3)](_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x20b)],undefined)&&(_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x20b)][_0x4bc8a3(0x1ca)](_0x4a6f5c),_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x1f6)][_0x4bc8a3(0x1ca)](_0x4a6f5c));_0x4a6f5c['isAccessibilityPlatform']=globals['getGlobal'](_0x1a57c4[_0x4bc8a3(0x174)]);try{global[_0x4bc8a3(0x20b)][0x0][_0x4bc8a3(0x18d)][_0x4bc8a3(0x16b)](_0x1824c4=>{const _0x2dc3c0=_0x4bc8a3;logger['debug'](_0x2dc3c0(0x213)+_0x1824c4[_0x2dc3c0(0x204)]()+'\x20to\x20global\x20drivers\x20array');})['catch'](_0x3572d2=>{const _0x47fbc2=_0x4bc8a3;logger[_0x47fbc2(0x157)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x3572d2);});}catch(_0x50d093){logger[_0x4bc8a3(0x157)](_0x4bc8a3(0x1a9)+_0x50d093);}globals[_0x4bc8a3(0x199)](_0x1a57c4[_0x4bc8a3(0x174)],globals[_0x4bc8a3(0x1bd)](_0x1a57c4[_0x4bc8a3(0x174)]));})(),_0x4a6f5c;}}_0x59f596&&(globals[_0x327b1d(0xec)]=_0x59f596[_0x327b1d(0x172)][_0x327b1d(0xec)]);if(_0x266df6[_0x327b1d(0xf0)](isAccessibilityAutomationSession))try{let _0x58da87=helper[_0x327b1d(0xeb)](_0x266df6[_0x327b1d(0x10a)],_0x266df6[_0x327b1d(0x17d)])[_0x327b1d(0x11c)];(!_0x58da87['prototype']||!_0x58da87[_0x327b1d(0x1ee)]['execute'])&&(_0x58da87=helper['requireModule'](_0x266df6[_0x327b1d(0x1b9)],_0x266df6[_0x327b1d(0x17d)])[_0x327b1d(0xfc)]);if(_0x58da87[_0x327b1d(0x1ee)]&&_0x58da87[_0x327b1d(0x1ee)][_0x327b1d(0x1b5)]){const _0x466928=_0x58da87['prototype'][_0x327b1d(0x1b5)];logger[_0x327b1d(0x157)](_0x266df6[_0x327b1d(0x127)]),_0x58da87[_0x327b1d(0x1ee)]['execute']=async function(){const _0x561705=_0x327b1d;try{!globals[_0x561705(0x1bd)](_0x266df6[_0x561705(0x160)])&&globals['getGlobal'](_0x266df6[_0x561705(0x1e5)])&&globals[_0x561705(0x1bd)](_0x266df6[_0x561705(0x140)])&&scripts[_0x561705(0x1e4)](arguments[0x0]['name_'])&&!_0x266df6[_0x561705(0xef)](isBrowserStackCommandExecutor,arguments[0x0][_0x561705(0x20d)])&&(globals[_0x561705(0x199)](_0x266df6['LmZcS'],!![]),logger[_0x561705(0x157)](_0x561705(0x20a)+arguments[0x0][_0x561705(0x176)]),await _0x266df6[_0x561705(0x13d)](performScan,global[_0x561705(0x1b0)],arguments[0x0]['name_']));}catch(_0x8bc9ff){logger['debug']('Failed\x20to\x20perform\x20scan\x20'+util[_0x561705(0x198)](_0x8bc9ff));}return globals[_0x561705(0x199)](_0x266df6[_0x561705(0x160)],![]),_0x466928['apply'](this,arguments);};}}catch(_0x32784d){logger['debug'](_0x266df6[_0x327b1d(0x182)](_0x266df6[_0x327b1d(0x1ed)],_0x32784d));}return _0x170573[_0x327b1d(0x14d)]=_0x170573[_0x327b1d(0x1d1)],_0x170573[_0x327b1d(0x1d1)]=_0x1c49b5,_0xe4efec[_0x327b1d(0x1c0)]=_0x52bbed,_0x170573;};module[a177_0x3b0d44(0x15b)][a177_0x3b0d44(0x110)]=modify,module['exports']['browserstackAgentV2']=modifyV2,module[a177_0x3b0d44(0x15b)][a177_0x3b0d44(0x19f)]=percySDK,module[a177_0x3b0d44(0x15b)][a177_0x3b0d44(0x171)]=BrowserStackSdk,module[a177_0x3b0d44(0x15b)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require(a177_0x3b0d44(0x190))['installAll']();}catch(a177_0x8a4bee){logger[a177_0x3b0d44(0x157)]('driver-init\x20capture\x20install\x20failed:\x20'+(a177_0x8a4bee&&a177_0x8a4bee[a177_0x3b0d44(0xfe)]));}module[a177_0x3b0d44(0x15b)][a177_0x3b0d44(0x143)]=require(a177_0x3b0d44(0x190))[a177_0x3b0d44(0x11d)];
|