browserstack-node-sdk 1.53.6 → 1.54.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +10 -9
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var a150_0x41d4a1=a150_0x4bf7;function a150_0x44aa(){var _0x26485b=['gDJwu','NLEZx','deviceOrientation','browserstack.testhubBuildUuid','build','DLOiz','browserstack.telemetryLogs','browserstack.networkLogsOptions','KLVGj','browserstackSDK','xwlJJ','browserstack.simOptions','lUOze','15824530nTqenh','yTlZS','accessibilityOptions.scannerVersion','EMpyP','browserstack.enableSim','9628143VUxLsJ','5968IyoJaG','browserstack.customNetwork','browserstack.idleTimeout','Xbeyz','disableCorsRestrictions','xPoeN','xYTuF','ucphM','wREst','MgUGp','browserstack.seleniumLogs','appiumVersion','simOptions','browserstack.timezone','appiumLogs','UfniX','kUkaS','browserstack.use_w3c','buildName','accessKey','accessibilityOptions.scannerProcessingTimeout','autoWait','osVersion','browserstack.user','browserstack.disableCorsRestrictions','11jsuDaM','browserstack.accessibility','kwnsl','browserstack.accessibilityOptions.scannerVersion','fcNCY','CxmlW','enableSim','415378OJhIwc','overridelocalInfo.userAuthToken','gYADh','XKoLu','resolution','313394ETlgKl','browserstack.localIdentifier','browserstack.maskCommands','nPGfW','projectName','local','browserstack.buildIdentifier','browserstack.accessibilityOptions.includeIssueType.needsReview','1416zSEzSQ','cmmLb','browserstack.networkLogs','bfcache','browserstack.console','browserstack.overridelocalInfo.localIdentifier','testhubBuildUuid','browserstack.accessibilityOptions.wcagVersion','dUMHw','performance','SAlYX','hosts','seleniumVersion','qxlGW','networkLogsOptions','rxiKA','DPnfp','IlOwv','maskCommands','xSEZV','video','7583665choKcc','browserstack.playwrightVersion','fJBiK','W3CMapping','browserstack.buildProductMap','maskBasicAuth','debug','rwbKK','14135384FmQqDC','6wZKlPV','jaKpu','accessibilityOptions.includeIssueType.needsReview','browserstack.uploadMedia','browser','geoLocation','hvGAX','ROXlm','duFwr','Pebrg','browserstack.accessibilityOptions.includeIssueType.bestPractice','browserstack.overridelocalInfo.userAuthToken','9hqFExm','qQqMn','accessibilityOptions.authToken','browserstack.maskBasicAuth','useW3c','headerParams','Fevum','wsLocalSupport','fRsQU','zVTQn','browserstack.bfcache','eGwqA','browserstack.key','deJHW','consoleLogs','browserstack.autoWait','browserVersion','accessibilityOptions.includeIssueType.bestPractice','browserstack.hosts','qAofk','browserstack.networkProfile','kGRMC','NHBRS','dNqNJ','name','uploadMedia','browserstack.local','browserstack.headerParams','project','browserstack.appium_version','overridelocalInfo.localIdentifier','iLLQl','kPRJe','customNetwork','buildProductMap','mFpta','CKCgp','networkProfile','phXWM','realMobile','cqFUy','browserstack.selenium_version','accessibilityOptions.wcagVersion','device','oTTQn'];a150_0x44aa=function(){return _0x26485b;};return a150_0x44aa();}function a150_0x4bf7(_0x2182f3,_0x43fc94){var _0x44aa0f=a150_0x44aa();return a150_0x4bf7=function(_0x4bf753,_0x52f89e){_0x4bf753=_0x4bf753-0x1e1;var _0x223fcf=_0x44aa0f[_0x4bf753];return _0x223fcf;},a150_0x4bf7(_0x2182f3,_0x43fc94);}(function(_0x4823b8,_0x55fbb7){var _0x1922de=a150_0x4bf7,_0x10963d=_0x4823b8();while(!![]){try{var _0x2e3f29=parseInt(_0x1922de(0x1f1))/0x1+-parseInt(_0x1922de(0x1f6))/0x2+parseInt(_0x1922de(0x1fe))/0x3*(parseInt(_0x1922de(0x268))/0x4)+parseInt(_0x1922de(0x213))/0x5*(parseInt(_0x1922de(0x21c))/0x6)+-parseInt(_0x1922de(0x267))/0x7+-parseInt(_0x1922de(0x21b))/0x8*(parseInt(_0x1922de(0x228))/0x9)+-parseInt(_0x1922de(0x262))/0xa*(-parseInt(_0x1922de(0x1ea))/0xb);if(_0x2e3f29===_0x55fbb7)break;else _0x10963d['push'](_0x10963d['shift']());}catch(_0x5942c7){_0x10963d['push'](_0x10963d['shift']());}}}(a150_0x44aa,0xe08a7),exports[a150_0x41d4a1(0x216)]=()=>{var _0x1d4522=a150_0x41d4a1,_0x40ca59={};_0x40ca59[_0x1d4522(0x233)]='userName',_0x40ca59[_0x1d4522(0x206)]=_0x1d4522(0x1e4),_0x40ca59[_0x1d4522(0x222)]=_0x1d4522(0x1e7),_0x40ca59[_0x1d4522(0x230)]=_0x1d4522(0x220),_0x40ca59[_0x1d4522(0x1e1)]=_0x1d4522(0x238),_0x40ca59['fcNCY']=_0x1d4522(0x22c),_0x40ca59[_0x1d4522(0x254)]=_0x1d4522(0x1fa),_0x40ca59[_0x1d4522(0x208)]=_0x1d4522(0x1e3),_0x40ca59[_0x1d4522(0x25d)]='sessionName',_0x40ca59[_0x1d4522(0x20d)]=_0x1d4522(0x1fb),_0x40ca59[_0x1d4522(0x277)]='localIdentifier',_0x40ca59[_0x1d4522(0x224)]=_0x1d4522(0x219),_0x40ca59['EMpyP']=_0x1d4522(0x236),_0x40ca59['ROXlm']='networkLogs',_0x40ca59[_0x1d4522(0x250)]=_0x1d4522(0x20c),_0x40ca59[_0x1d4522(0x256)]=_0x1d4522(0x276),_0x40ca59['OrlGO']=_0x1d4522(0x212),_0x40ca59['qtdmh']='seleniumLogs',_0x40ca59[_0x1d4522(0x1ef)]='telemetryLogs',_0x40ca59['fJBiK']=_0x1d4522(0x221),_0x40ca59[_0x1d4522(0x231)]='timezone',_0x40ca59[_0x1d4522(0x271)]=_0x1d4522(0x1f5),_0x40ca59['Fevum']=_0x1d4522(0x20a),_0x40ca59[_0x1d4522(0x229)]=_0x1d4522(0x210),_0x40ca59[_0x1d4522(0x20f)]='idleTimeout',_0x40ca59[_0x1d4522(0x21a)]=_0x1d4522(0x218),_0x40ca59[_0x1d4522(0x26e)]=_0x1d4522(0x1e6),_0x40ca59[_0x1d4522(0x1f4)]=_0x1d4522(0x209),_0x40ca59[_0x1d4522(0x23f)]=_0x1d4522(0x201),_0x40ca59[_0x1d4522(0x248)]=_0x1d4522(0x22f),_0x40ca59['wREst']=_0x1d4522(0x26c),_0x40ca59[_0x1d4522(0x255)]='deviceName',_0x40ca59[_0x1d4522(0x1f9)]=_0x1d4522(0x24f),_0x40ca59[_0x1d4522(0x26d)]=_0x1d4522(0x273),_0x40ca59[_0x1d4522(0x24e)]=_0x1d4522(0x257),_0x40ca59[_0x1d4522(0x211)]=_0x1d4522(0x249),_0x40ca59[_0x1d4522(0x235)]=_0x1d4522(0x24d),_0x40ca59[_0x1d4522(0x23e)]='buildIdentifier',_0x40ca59[_0x1d4522(0x20b)]=_0x1d4522(0x25e),_0x40ca59[_0x1d4522(0x1ff)]='accessibility',_0x40ca59[_0x1d4522(0x26f)]=_0x1d4522(0x24a),_0x40ca59[_0x1d4522(0x24b)]=_0x1d4522(0x204),_0x40ca59[_0x1d4522(0x25f)]=_0x1d4522(0x252),_0x40ca59[_0x1d4522(0x247)]=_0x1d4522(0x264),_0x40ca59[_0x1d4522(0x1f3)]=_0x1d4522(0x1e5),_0x40ca59[_0x1d4522(0x1ec)]=_0x1d4522(0x239),_0x40ca59['Pebrg']=_0x1d4522(0x21e),_0x40ca59[_0x1d4522(0x21d)]=_0x1d4522(0x22a),_0x40ca59[_0x1d4522(0x261)]=_0x1d4522(0x241),_0x40ca59[_0x1d4522(0x23b)]=_0x1d4522(0x1f0),_0x40ca59['Xbeyz']=_0x1d4522(0x274),_0x40ca59[_0x1d4522(0x20e)]='playwrightVersion',_0x40ca59['yTlZS']=_0x1d4522(0x1f2),_0x40ca59[_0x1d4522(0x23d)]=_0x1d4522(0x246),_0x40ca59[_0x1d4522(0x24c)]=_0x1d4522(0x22d),_0x40ca59[_0x1d4522(0x25a)]=_0x1d4522(0x207);var _0x387a79=_0x40ca59,_0x545401={};return _0x545401[_0x1d4522(0x1e8)]=_0x387a79[_0x1d4522(0x233)],_0x545401[_0x1d4522(0x234)]=_0x387a79[_0x1d4522(0x206)],_0x545401['os']='os',_0x545401['os_version']=_0x387a79[_0x1d4522(0x222)],_0x545401[_0x1d4522(0x220)]=_0x387a79['fRsQU'],_0x545401['browser_version']=_0x387a79[_0x1d4522(0x1e1)],_0x545401[_0x1d4522(0x1e2)]=_0x387a79[_0x1d4522(0x1ee)],_0x545401[_0x1d4522(0x244)]=_0x387a79[_0x1d4522(0x254)],_0x545401[_0x1d4522(0x259)]=_0x387a79[_0x1d4522(0x208)],_0x545401[_0x1d4522(0x240)]=_0x387a79[_0x1d4522(0x25d)],_0x545401[_0x1d4522(0x242)]=_0x387a79[_0x1d4522(0x20d)],_0x545401[_0x1d4522(0x1f7)]=_0x387a79[_0x1d4522(0x277)],_0x545401['browserstack.debug']=_0x387a79[_0x1d4522(0x224)],_0x545401[_0x1d4522(0x202)]=_0x387a79[_0x1d4522(0x265)],_0x545401[_0x1d4522(0x200)]=_0x387a79[_0x1d4522(0x223)],_0x545401[_0x1d4522(0x25c)]=_0x387a79[_0x1d4522(0x250)],_0x545401['browserstack.appiumLogs']=_0x387a79[_0x1d4522(0x256)],_0x545401['browserstack.video']=_0x387a79['OrlGO'],_0x545401[_0x1d4522(0x272)]=_0x387a79['qtdmh'],_0x545401[_0x1d4522(0x25b)]=_0x387a79[_0x1d4522(0x1ef)],_0x545401['browserstack.geoLocation']=_0x387a79[_0x1d4522(0x215)],_0x545401[_0x1d4522(0x275)]=_0x387a79['zVTQn'],_0x545401['resolution']=_0x387a79[_0x1d4522(0x271)],_0x545401[_0x1d4522(0x251)]=_0x387a79[_0x1d4522(0x22e)],_0x545401[_0x1d4522(0x1f8)]=_0x387a79[_0x1d4522(0x229)],_0x545401[_0x1d4522(0x26a)]=_0x387a79[_0x1d4522(0x20f)],_0x545401[_0x1d4522(0x22b)]=_0x387a79['rwbKK'],_0x545401[_0x1d4522(0x237)]=_0x387a79['xYTuF'],_0x545401[_0x1d4522(0x23a)]=_0x387a79[_0x1d4522(0x1f4)],_0x545401[_0x1d4522(0x232)]=_0x387a79['dNqNJ'],_0x545401['browserstack.wsLocalSupport']=_0x387a79[_0x1d4522(0x248)],_0x545401[_0x1d4522(0x1e9)]=_0x387a79[_0x1d4522(0x270)],_0x545401[_0x1d4522(0x253)]=_0x387a79[_0x1d4522(0x255)],_0x545401['realMobile']=_0x387a79[_0x1d4522(0x1f9)],_0x545401[_0x1d4522(0x245)]=_0x387a79['xPoeN'],_0x545401['deviceOrientation']=_0x387a79[_0x1d4522(0x24e)],_0x545401[_0x1d4522(0x269)]=_0x387a79['xSEZV'],_0x545401[_0x1d4522(0x23c)]=_0x387a79[_0x1d4522(0x235)],_0x545401[_0x1d4522(0x1fc)]=_0x387a79[_0x1d4522(0x23e)],_0x545401['browserstack.browserstackSDK']=_0x387a79['qxlGW'],_0x545401[_0x1d4522(0x1eb)]=_0x387a79['cmmLb'],_0x545401[_0x1d4522(0x217)]=_0x387a79[_0x1d4522(0x26f)],_0x545401[_0x1d4522(0x258)]=_0x387a79[_0x1d4522(0x24b)],_0x545401[_0x1d4522(0x205)]=_0x387a79[_0x1d4522(0x25f)],_0x545401[_0x1d4522(0x1ed)]=_0x387a79[_0x1d4522(0x247)],_0x545401['browserstack.accessibilityOptions.scannerProcessingTimeout']=_0x387a79['gYADh'],_0x545401[_0x1d4522(0x226)]=_0x387a79[_0x1d4522(0x1ec)],_0x545401[_0x1d4522(0x1fd)]=_0x387a79[_0x1d4522(0x225)],_0x545401['browserstack.accessibilityOptions.authToken']=_0x387a79[_0x1d4522(0x21d)],_0x545401[_0x1d4522(0x21f)]=_0x387a79[_0x1d4522(0x261)],_0x545401[_0x1d4522(0x266)]=_0x387a79[_0x1d4522(0x23b)],_0x545401[_0x1d4522(0x260)]=_0x387a79[_0x1d4522(0x26b)],_0x545401[_0x1d4522(0x214)]=_0x387a79[_0x1d4522(0x20e)],_0x545401[_0x1d4522(0x227)]=_0x387a79[_0x1d4522(0x263)],_0x545401[_0x1d4522(0x203)]=_0x387a79[_0x1d4522(0x23d)],_0x545401[_0x1d4522(0x243)]=_0x387a79[_0x1d4522(0x24c)],_0x545401['browserstack.performance']=_0x387a79[_0x1d4522(0x25a)],_0x545401;});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a151_0x50d75e=a151_0x9d8f;function a151_0x9d8f(_0x3a3b4a,_0x182c71){const _0x46c84e=a151_0x46c8();return a151_0x9d8f=function(_0x9d8f22,_0xc4a336){_0x9d8f22=_0x9d8f22-0x1c5;let _0x194f01=_0x46c84e[_0x9d8f22];return _0x194f01;},a151_0x9d8f(_0x3a3b4a,_0x182c71);}function a151_0x46c8(){const _0x553849=['kdkUE','KuJhx','58648436aChaaC','then','1715325gJyAoL','hubs','Invalid\x20new\x20HUB\x20URL:\x20','HUB_URL_MAP','hash','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','hubUrl','UZlEJ','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','\x20HUB\x20-\x20','updateHubUrl','rzGah','AqlvU','getRequestOptions','./bin/utils/constants','cXatU','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','erupF','GET','HyZJu','allocateHub','hubRegion','length','Execution\x20time\x20for\x20','QPSbz','winstonLogger','84pZnkBV','latency','gcXFe','7XAOVbb','no\x20latency','\x20is:\x20','46548TObglZ','8310534ASEofH','debug','GmWOX','MnfmO','BeubD','35506uZYpJX','https://','tjaQH','Fccyt','hostname','./helpers/logger','map','FUyfK','HUB\x20URL\x20SET\x20TO\x20-\x20','url','ScLLC','gjHgp','replace','nodeRequest','WEZLH','UiFLv','oQRau','NEAREST\x20HUBS\x20LIST:\x20','656AjXtqY','next_hubs','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','QpUBZ','data','path','newHubUrl','JPtkR','/wd/hub','resolve','14981080TpEpYi','Response:\x20','parse','156EGcZnL','EFiUw','findLatency','eMpFS','gcNao','KaHKD','nNGyV','xOePg','141393BhBuxu','format','forEach'];a151_0x46c8=function(){return _0x553849;};return a151_0x46c8();}(function(_0x2e60ff,_0x1ca033){const _0x3393dc=a151_0x9d8f,_0x15e8e4=_0x2e60ff();while(!![]){try{const _0xe8ec08=-parseInt(_0x3393dc(0x1cc))/0x1*(-parseInt(_0x3393dc(0x1d8))/0x2)+-parseInt(_0x3393dc(0x1ff))/0x3*(-parseInt(_0x3393dc(0x1f7))/0x4)+-parseInt(_0x3393dc(0x206))/0x5+parseInt(_0x3393dc(0x1d3))/0x6*(parseInt(_0x3393dc(0x1cf))/0x7)+parseInt(_0x3393dc(0x1ea))/0x8*(parseInt(_0x3393dc(0x1d2))/0x9)+parseInt(_0x3393dc(0x1f4))/0xa+-parseInt(_0x3393dc(0x204))/0xb;if(_0xe8ec08===_0x1ca033)break;else _0x15e8e4['push'](_0x15e8e4['shift']());}catch(_0x5f4cf1){_0x15e8e4['push'](_0x15e8e4['shift']());}}}(a151_0x46c8,0xead81));const url=require(a151_0x50d75e(0x1e1)),util=require('util'),helper=require('./helpers/helper'),logger=require(a151_0x50d75e(0x1dd))[a151_0x50d75e(0x1cb)],constants=require(a151_0x50d75e(0x214));global['newHubUrl']='',exports[a151_0x50d75e(0x213)]=_0x47d914=>{const _0x3ff86a=a151_0x50d75e,_0x4c6d96={};_0x4c6d96[_0x3ff86a(0x212)]=function(_0x360a84,_0x3a25c2){return _0x360a84+_0x3a25c2;},_0x4c6d96[_0x3ff86a(0x1e2)]=_0x3ff86a(0x208);const _0x441ced=_0x4c6d96,_0x3d7b8c=url[_0x3ff86a(0x1f6)](_0x47d914);if(!_0x3d7b8c[_0x3ff86a(0x1dc)])throw new Error(_0x441ced[_0x3ff86a(0x212)](_0x441ced[_0x3ff86a(0x1e2)],_0x47d914));return _0x3d7b8c['search']=null,_0x3d7b8c[_0x3ff86a(0x20a)]=null,_0x3d7b8c[_0x3ff86a(0x1ef)]=_0x3d7b8c['pathname'],_0x3d7b8c;},exports[a151_0x50d75e(0x210)]=_0x3172ef=>{const _0x414711=a151_0x50d75e;global[_0x414711(0x1f0)]=_0x3172ef;},exports[a151_0x50d75e(0x1c6)]=_0x50789d=>{const _0x29695e=a151_0x50d75e,_0x19fca0={'erupF':function(_0x5c7c66,_0xa75dad){return _0x5c7c66==_0xa75dad;},'gcNao':_0x29695e(0x1d0),'UZlEJ':function(_0x11e882,_0x50ff50){return _0x11e882===_0x50ff50;},'WEZLH':function(_0xeae71){return _0xeae71();},'gjHgp':function(_0x19e6fd,_0x2444ec){return _0x19e6fd+_0x2444ec;},'JPtkR':_0x29695e(0x1f2),'HyZJu':function(_0x3ab185,_0x3c7f21){return _0x3ab185!=_0x3c7f21;},'WYBxa':function(_0x4453e9,_0x4e8fe0){return _0x4453e9!==_0x4e8fe0;},'cXatU':function(_0x5c1cb7){return _0x5c1cb7();},'mDlvi':_0x29695e(0x1d9),'Fccyt':function(_0x554a44){return _0x554a44();},'rzGah':function(_0x91ebed){return _0x91ebed();}};return new Promise(_0x2ef8f5=>{const _0x4a2b77=_0x29695e,_0x4af1cb={'emhfW':function(_0xa001c5,_0x478c68){const _0x5dee17=a151_0x9d8f;return _0x19fca0[_0x5dee17(0x1e3)](_0xa001c5,_0x478c68);},'BeubD':_0x19fca0['mDlvi'],'AJiRA':_0x19fca0[_0x4a2b77(0x1f1)],'KuJhx':function(_0x59fd26){const _0x5f18da=_0x4a2b77;return _0x19fca0[_0x5f18da(0x1db)](_0x59fd26);}};if(_0x50789d&&_0x50789d[_0x4a2b77(0x1c7)]){const _0x5c222e=constants[_0x4a2b77(0x209)][_0x50789d[_0x4a2b77(0x1c7)]];if(_0x5c222e)return constants[_0x4a2b77(0x20c)]=_0x5c222e,logger[_0x4a2b77(0x1d4)](_0x4a2b77(0x20e)+_0x5c222e),_0x19fca0[_0x4a2b77(0x211)](_0x2ef8f5);logger[_0x4a2b77(0x1d4)]('hubRegion\x20'+_0x50789d[_0x4a2b77(0x1c7)]+'\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection');}Promise[_0x4a2b77(0x1f3)](this['nextHubs'](_0x50789d))['then'](_0x1177aa=>{const _0x59021b=_0x4a2b77,_0x472cc2={'kdkUE':function(_0x184927,_0x3a0179){const _0x4cb578=a151_0x9d8f;return _0x19fca0[_0x4cb578(0x217)](_0x184927,_0x3a0179);},'tjaQH':_0x19fca0[_0x59021b(0x1fb)],'LMBee':function(_0x33b804,_0x40fc56){const _0x4a1a2b=_0x59021b;return _0x19fca0[_0x4a1a2b(0x20d)](_0x33b804,_0x40fc56);},'EXIRB':function(_0xf55ad1){const _0x5dbb9a=_0x59021b;return _0x19fca0[_0x5dbb9a(0x1e6)](_0xf55ad1);},'EFiUw':function(_0x2a0869,_0x2be68c){const _0x2cd70c=_0x59021b;return _0x19fca0[_0x2cd70c(0x1e3)](_0x2a0869,_0x2be68c);},'FUyfK':_0x19fca0[_0x59021b(0x1f1)],'MnfmO':function(_0x4833b9){const _0x64137=_0x59021b;return _0x19fca0[_0x64137(0x1e6)](_0x4833b9);}};logger[_0x59021b(0x1d4)](_0x59021b(0x1e9)+util[_0x59021b(0x200)]('%j',_0x1177aa));if(_0x19fca0[_0x59021b(0x1c5)](_0x1177aa,null)&&_0x19fca0['WYBxa'](_0x1177aa[_0x59021b(0x1c8)],0x0)){const _0x58ccc9=_0x1177aa[_0x59021b(0x1de)](_0x396462=>this['findLatency'](_0x50789d,_0x59021b(0x1d9)+_0x396462)[_0x59021b(0x205)](_0x209474=>{const _0x3c6bcd=_0x59021b;if(!_0x209474||_0x472cc2[_0x3c6bcd(0x202)](_0x209474[_0x3c6bcd(0x1cd)],null))throw new Error(_0x472cc2[_0x3c6bcd(0x1da)]);return _0x209474;}));new Promise(function(_0x56e260,_0x205d93){const _0x1652b3=_0x59021b,_0x30baa7={'QpUBZ':function(_0x8d881b,_0x47a9db){return _0x472cc2['LMBee'](_0x8d881b,_0x47a9db);},'oQRau':function(_0x3f364a){return _0x472cc2['EXIRB'](_0x3f364a);}};var _0x549edf=0x0;_0x58ccc9[_0x1652b3(0x201)](function(_0x5182ff){const _0x18996e=_0x1652b3,_0x1a8979={'gcXFe':function(_0x3693be,_0x3445ad){const _0x1f0b1c=a151_0x9d8f;return _0x30baa7[_0x1f0b1c(0x1ed)](_0x3693be,_0x3445ad);},'eMpFS':function(_0x320876){const _0x4704f4=a151_0x9d8f;return _0x30baa7[_0x4704f4(0x1e8)](_0x320876);}};_0x5182ff[_0x18996e(0x205)](_0x56e260)['catch'](function(){const _0x5315d7=_0x18996e;_0x1a8979[_0x5315d7(0x1ce)](++_0x549edf,_0x58ccc9['length'])&&_0x1a8979[_0x5315d7(0x1fa)](_0x205d93);});});})[_0x59021b(0x205)](function(_0x3dd435){const _0xffde7c=_0x59021b;constants[_0xffde7c(0x20c)]=_0x472cc2[_0xffde7c(0x1f8)](_0x3dd435['hubUrl'],_0x472cc2[_0xffde7c(0x1df)]),logger['debug'](_0xffde7c(0x1e0)+_0x3dd435[_0xffde7c(0x20c)]),_0x472cc2[_0xffde7c(0x1d6)](_0x2ef8f5);})['catch'](function(){const _0x467753=_0x59021b,_0x219dc6=_0x4af1cb['emhfW'](_0x4af1cb[_0x467753(0x1d7)],_0x1177aa[0x0]);constants[_0x467753(0x20c)]=_0x4af1cb['emhfW'](_0x219dc6,_0x4af1cb['AJiRA']),logger['debug']('HUB\x20URL\x20FALLBACK\x20TO\x20-\x20'+_0x219dc6),_0x4af1cb[_0x467753(0x203)](_0x2ef8f5);});}else _0x19fca0[_0x59021b(0x215)](_0x2ef8f5);})['catch'](_0x44f2d0=>{const _0x17cb31=_0x4a2b77;logger[_0x17cb31(0x1d4)](_0x17cb31(0x1ec)+_0x44f2d0),_0x4af1cb[_0x17cb31(0x203)](_0x2ef8f5);});});},exports[a151_0x50d75e(0x1f9)]=async(_0x1998fe,_0x2987b3)=>{const _0x195e2d=a151_0x50d75e,_0x443513={};_0x443513[_0x195e2d(0x1fe)]=_0x195e2d(0x218),_0x443513['OcVtR']='check',_0x443513['nNGyV']=function(_0x4b2df0,_0x8e4338){return _0x4b2df0-_0x8e4338;};const _0x1607ca=_0x443513;try{const _0x283f00=new Date();await helper[_0x195e2d(0x1e5)](_0x1607ca[_0x195e2d(0x1fe)],_0x1607ca['OcVtR'],{},_0x1998fe,_0x2987b3,0x1388);const _0x30fc16=_0x1607ca[_0x195e2d(0x1fd)](new Date(),_0x283f00);logger[_0x195e2d(0x1d4)](_0x195e2d(0x1c9)+_0x2987b3+_0x195e2d(0x1d1)+_0x30fc16+'ms');const _0x774f80={};return _0x774f80[_0x195e2d(0x20c)]=_0x2987b3,_0x774f80[_0x195e2d(0x1cd)]=_0x30fc16,_0x774f80;}catch(_0x305afb){return logger[_0x195e2d(0x1d4)](_0x195e2d(0x216)+_0x2987b3+_0x195e2d(0x20f)+_0x305afb),{};}},exports['nextHubs']=async _0x1514c2=>{const _0x598217=a151_0x50d75e,_0x1144bb={'KaHKD':function(_0xcefc67,_0x2267c3){return _0xcefc67(_0x2267c3);},'ayHwS':_0x598217(0x214),'UiFLv':_0x598217(0x1f2),'GmWOX':_0x598217(0x218),'QPSbz':_0x598217(0x1eb)};try{const _0x2a484b=_0x1144bb[_0x598217(0x1fc)](require,_0x1144bb['ayHwS'])[_0x598217(0x20c)][_0x598217(0x1e4)](_0x1144bb[_0x598217(0x1e7)],''),_0x436c89=await helper['nodeRequest'](_0x1144bb[_0x598217(0x1d5)],_0x1144bb[_0x598217(0x1ca)],{},_0x1514c2,_0x2a484b,0x1388),_0x229b78=_0x436c89[_0x598217(0x1ee)];return logger[_0x598217(0x1d4)](_0x598217(0x1f5)+util[_0x598217(0x200)]('%j',_0x229b78)),_0x229b78[_0x598217(0x207)];}catch(_0x18e1d3){logger[_0x598217(0x1d4)](_0x598217(0x20b)+_0x18e1d3);}return null;};
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a152_0x274a1f=a152_0x5376;function a152_0x5376(_0x3241ce,_0x18e6b6){const _0x44450b=a152_0x4445();return a152_0x5376=function(_0x5376b1,_0x40abfa){_0x5376b1=_0x5376b1-0xdf;let _0xf04dea=_0x44450b[_0x5376b1];return _0xf04dea;},a152_0x5376(_0x3241ce,_0x18e6b6);}(function(_0x97d5f,_0x53e849){const _0x4aa4ba=a152_0x5376,_0x818468=_0x97d5f();while(!![]){try{const _0x1969f1=-parseInt(_0x4aa4ba(0x1c7))/0x1+-parseInt(_0x4aa4ba(0x167))/0x2+-parseInt(_0x4aa4ba(0x20d))/0x3*(-parseInt(_0x4aa4ba(0x166))/0x4)+-parseInt(_0x4aa4ba(0x182))/0x5*(parseInt(_0x4aa4ba(0x1b6))/0x6)+-parseInt(_0x4aa4ba(0x14a))/0x7+parseInt(_0x4aa4ba(0x16e))/0x8*(-parseInt(_0x4aa4ba(0x1e2))/0x9)+parseInt(_0x4aa4ba(0x227))/0xa*(parseInt(_0x4aa4ba(0x131))/0xb);if(_0x1969f1===_0x53e849)break;else _0x818468['push'](_0x818468['shift']());}catch(_0x36fc24){_0x818468['push'](_0x818468['shift']());}}}(a152_0x4445,0x8cf22));const util=require(a152_0x274a1f(0x1ff)),{overrideTakeScreenshot}=require(a152_0x274a1f(0x1a0)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a152_0x274a1f(0x1f1)),{setAccessibilityCapabilities,setExtension}=require(a152_0x274a1f(0x136)),helper=require('./helpers/helper'),logger=require(a152_0x274a1f(0x13d))[a152_0x274a1f(0x1c0)],hubAllocator=require(a152_0x274a1f(0x11b)),percySDK=require(a152_0x274a1f(0x17b)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a152_0x274a1f(0x140)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a152_0x274a1f(0x10d)),{commandRepository}=require(a152_0x274a1f(0xf5)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a152_0x274a1f(0xf3)),PerformanceTester=require(a152_0x274a1f(0x213)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a152_0x274a1f(0x1f2)),{nonBstackPlatformValidation}=require('./helpers/accessibility-automation/helper'),modify=_0x2155d1=>{const _0x1bf7da=a152_0x274a1f,_0x56359e={'pPAOm':function(_0x509f14,_0x36b68b){return _0x509f14!==_0x36b68b;},'MzRNY':'/session','OyRIL':function(_0x47e85c,_0x441b1d){return _0x47e85c+_0x441b1d;},'PjjhK':function(_0x531312,_0x1e46cc){return _0x531312+_0x1e46cc;},'PsxYA':_0x1bf7da(0x1c8),'XASWN':'/wd/hub','VptDT':_0x1bf7da(0x120),'JCles':'chromeOptions','CLBXS':_0x1bf7da(0x18c),'FPXAi':_0x1bf7da(0x221),'qfaOd':_0x1bf7da(0x1b0),'NdYOf':_0x1bf7da(0x15c),'oytSz':'safari.options','oqNLm':_0x1bf7da(0x1d1),'effBb':_0x1bf7da(0x171),'sGORg':function(_0x48462f,_0x395b2c){return _0x48462f===_0x395b2c;},'gEwhY':_0x1bf7da(0x1c1),'Ksqwt':_0x1bf7da(0x184),'bmphU':function(_0x202a14){return _0x202a14();},'pLTDI':function(_0x5f3c27,_0x183b95){return _0x5f3c27(_0x183b95);},'UQfIC':function(_0x55d9d4){return _0x55d9d4();},'GzsEV':_0x1bf7da(0x1b7),'ToRRW':'device','gbZZO':_0x1bf7da(0x1e3),'CtWXr':_0x1bf7da(0x20f),'yApRZ':_0x1bf7da(0x1a7),'GlMoe':function(_0x4edb26,_0x5d2c47){return _0x4edb26===_0x5d2c47;},'UaNNC':_0x1bf7da(0x11e),'nMoAc':'chrome','DqPRK':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','cevrt':_0x1bf7da(0x15b),'kPBwb':_0x1bf7da(0x11f),'kDoqp':function(_0xeb8f7,_0x5cb868,_0x47121d){return _0xeb8f7(_0x5cb868,_0x47121d);},'YNBnt':_0x1bf7da(0x1a5),'XSETI':'browserstack.accessibilityOptions','Lcueo':_0x1bf7da(0x1db),'PenvE':function(_0x285e69,_0x22b92b,_0x26985f,_0x4e51ec,_0x2085eb){return _0x285e69(_0x22b92b,_0x26985f,_0x4e51ec,_0x2085eb);},'XcIBW':function(_0x47bf01,_0x1fd3b9){return _0x47bf01||_0x1fd3b9;},'BOUrL':_0x1bf7da(0x1ac),'EDcSb':_0x1bf7da(0x17e),'GqcAG':function(_0x4b1db9,_0x8f5cd5,_0x202328){return _0x4b1db9(_0x8f5cd5,_0x202328);},'dsrte':_0x1bf7da(0x169),'RYxoq':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','sIwfL':function(_0x4f4a08,_0x188960,_0x5ea1b4){return _0x4f4a08(_0x188960,_0x5ea1b4);},'tWPeq':_0x1bf7da(0x118),'BpMHJ':_0x1bf7da(0x180)};logger[_0x1bf7da(0x223)](_0x56359e[_0x1bf7da(0x1bf)]),logger['debug'](_0x56359e[_0x1bf7da(0x153)]);const _0x10b389=helper[_0x1bf7da(0x1c2)](),_0x1b1bce=helper[_0x1bf7da(0x17c)]();class _0x5639e3 extends _0x1b1bce['HttpClient']{[_0x1bf7da(0x104)](_0x274c0a){const _0x194408=_0x1bf7da;if(_0x56359e[_0x194408(0x105)](_0x274c0a[_0x194408(0x1e7)],_0x56359e['MzRNY'])&&_0x56359e[_0x194408(0x105)](global[_0x194408(0x1af)],''))try{global['newHubUrl']=_0x56359e[_0x194408(0x1fb)](_0x56359e[_0x194408(0x14d)](_0x56359e[_0x194408(0x1b1)],global['newHubUrl']),_0x56359e[_0x194408(0x178)]),this[_0x194408(0xfd)]=hubAllocator[_0x194408(0x18e)](global['newHubUrl']),logger['debug'](_0x194408(0x1bc)+global[_0x194408(0x1af)]),global['newHubUrl']='';}catch(_0x2165ca){logger[_0x194408(0x127)](_0x2165ca);}return super[_0x194408(0x104)](_0x274c0a);}}class _0x2022cf extends _0x10b389[_0x1bf7da(0x14f)]{['__setBrowserOptions'](_0x38c14b){const _0x307698=_0x1bf7da;let _0x418864={};for(const _0x3f2237 in _0x38c14b){switch(_0x3f2237){case _0x56359e[_0x307698(0x132)]:case _0x56359e['JCles']:this[_0x307698(0x1a3)]&&(_0x418864=this[_0x307698(0x1a3)][_0x307698(0x1e9)](this[_0x307698(0x1a3)][_0x307698(0x1ec)])||{},this['chromeOptions_'][_0x307698(0x15f)](this[_0x307698(0x1a3)]['CAPABILITY_KEY'],helper[_0x307698(0x17f)](_0x418864,_0x38c14b[_0x3f2237])));break;case _0x56359e[_0x307698(0xe0)]:case _0x56359e['FPXAi']:this['edgeOptions_']&&(_0x418864=this[_0x307698(0x20a)]['get'](this['edgeOptions_'][_0x307698(0x1ec)])||{},this[_0x307698(0x20a)][_0x307698(0x15f)](this[_0x307698(0x20a)]['CAPABILITY_KEY'],helper[_0x307698(0x17f)](_0x418864,_0x38c14b[_0x3f2237])));break;case _0x56359e[_0x307698(0x1b8)]:case _0x56359e['NdYOf']:this[_0x307698(0xed)]&&(_0x418864=this[_0x307698(0xed)][_0x307698(0x1e9)](this[_0x307698(0xed)][_0x307698(0x1ec)])||{},this[_0x307698(0xed)]['set'](this[_0x307698(0xed)][_0x307698(0x1ec)],helper['mergeDeep'](_0x418864,_0x38c14b[_0x3f2237])));break;case _0x56359e[_0x307698(0x186)]:this[_0x307698(0x141)]&&(_0x418864=this[_0x307698(0x141)][_0x307698(0x1e9)](this[_0x307698(0x141)][_0x307698(0x1ec)])||{},this[_0x307698(0x141)][_0x307698(0x15f)](this[_0x307698(0x141)][_0x307698(0x1ec)],helper[_0x307698(0x17f)](_0x418864,_0x38c14b[_0x3f2237])));break;case _0x56359e[_0x307698(0x176)]:case _0x56359e[_0x307698(0x22b)]:this[_0x307698(0xe4)]&&(_0x418864=this[_0x307698(0xe4)][_0x307698(0x1e9)](this[_0x307698(0xe4)][_0x307698(0x1ec)])||{},this[_0x307698(0xe4)]['set'](this[_0x307698(0xe4)][_0x307698(0x1ec)],helper['mergeDeep'](_0x418864,_0x38c14b[_0x3f2237])));break;}}}[_0x1bf7da(0x1be)](){const _0x112a4b=_0x1bf7da;return this[_0x112a4b(0x103)]=helper[_0x112a4b(0x143)](_0x2155d1),logger['debug'](_0x112a4b(0x147)+this[_0x112a4b(0x103)]),this;}['setCapabilities'](){const _0x2ab969=_0x1bf7da,_0x400ad9={'VvWrn':function(_0x43394e,_0x169bd3){const _0x3ff45b=a152_0x5376;return _0x56359e[_0x3ff45b(0x11a)](_0x43394e,_0x169bd3);},'WMDZx':_0x56359e[_0x2ab969(0x133)]};return logger[_0x2ab969(0x135)](_0x56359e[_0x2ab969(0x191)]),this[_0x2ab969(0x214)](_0x2155d1[_0x2ab969(0x1b2)]),Object[_0x2ab969(0x158)](_0x2155d1[_0x2ab969(0x1b2)])[_0x2ab969(0xef)](_0x20bfe5=>{const _0x184573=_0x2ab969,_0x533a0c=this[_0x184573(0x134)][_0x184573(0x1e9)](_0x20bfe5);_0x400ad9[_0x184573(0x157)](typeof _0x533a0c,_0x400ad9[_0x184573(0x10b)])?this[_0x184573(0x134)][_0x184573(0x15f)](_0x20bfe5,helper['mergeDeep'](_0x533a0c,_0x2155d1['capability'][_0x20bfe5])):this[_0x184573(0x134)]['set'](_0x20bfe5,_0x2155d1[_0x184573(0x1b2)][_0x20bfe5]);}),this;}['build'](){const _0x1e755e=_0x1bf7da,_0x507338={'vMTCM':function(_0x4e09e4,_0x1ebac8,_0x541ced){const _0x17eeef=a152_0x5376;return _0x56359e[_0x17eeef(0xfb)](_0x4e09e4,_0x1ebac8,_0x541ced);},'XUgqp':function(_0x1388e8,_0xd96782,_0xebc1eb,_0x38b8df,_0x585b74){const _0x20d1c8=a152_0x5376;return _0x56359e[_0x20d1c8(0x1fd)](_0x1388e8,_0xd96782,_0xebc1eb,_0x38b8df,_0x585b74);},'ulmmX':function(_0x30aa5d,_0x1b1d45){return _0x56359e['XcIBW'](_0x30aa5d,_0x1b1d45);},'oyqUD':_0x56359e['BOUrL'],'NJeIN':_0x56359e[_0x1e755e(0x193)],'yszjw':function(_0x1f8d4e,_0x10b9fc,_0x5b24b4){const _0x3a090f=_0x1e755e;return _0x56359e[_0x3a090f(0xe9)](_0x1f8d4e,_0x10b9fc,_0x5b24b4);},'hNeiW':_0x56359e['dsrte'],'TTSux':_0x56359e[_0x1e755e(0x145)],'ovJEW':function(_0x13cdab,_0x52d21b,_0x5c30c5){const _0x2cd7b1=_0x1e755e;return _0x56359e[_0x2cd7b1(0x1b4)](_0x13cdab,_0x52d21b,_0x5c30c5);}};PerformanceTester[_0x1e755e(0x204)](PerformanceEvents[_0x1e755e(0x192)],()=>{const _0x107c37=_0x1e755e;_0x56359e['bmphU'](isAccessibilityAutomationSession)&&_0x56359e[_0x107c37(0x1de)](setAccessibilityCapabilities,_0x2155d1);this[_0x107c37(0x1be)](),this[_0x107c37(0x146)]();if(helper[_0x107c37(0x1f6)](_0x2155d1[_0x107c37(0x14c)][_0x107c37(0x163)]))this[_0x107c37(0x1d5)]=helper[_0x107c37(0x206)](_0x2155d1[_0x107c37(0x14c)][_0x107c37(0x163)]);else _0x2155d1[_0x107c37(0x14c)][_0x107c37(0x163)]&&(this[_0x107c37(0x18a)]=_0x2155d1[_0x107c37(0x14c)][_0x107c37(0x163)],logger['debug'](_0x107c37(0xf0)+this[_0x107c37(0x18a)]));if(_0x56359e[_0x107c37(0x14b)](isAccessibilityAutomationSession)){const _0x563f12=this[_0x107c37(0x134)][_0x107c37(0x1e9)](_0x56359e[_0x107c37(0x226)])||{},_0x2f13a4=_0x563f12[_0x107c37(0x1e3)]||this[_0x107c37(0x134)][_0x107c37(0x1e9)](_0x56359e[_0x107c37(0x113)])||this[_0x107c37(0x134)][_0x107c37(0x1e9)](_0x56359e[_0x107c37(0x1e1)]);if(_0x2f13a4){const _0x3314ff=(_0x563f12['platformName']||this['capabilities_']['get'](_0x56359e[_0x107c37(0x190)])||'')[_0x107c37(0x1e8)](),_0x55be99=(_0x563f12[_0x107c37(0x1a7)]||this[_0x107c37(0x134)][_0x107c37(0x1e9)](_0x56359e[_0x107c37(0x1c3)])||'')[_0x107c37(0x1e8)]();_0x56359e[_0x107c37(0x168)](_0x3314ff,_0x56359e[_0x107c37(0x17a)])&&_0x55be99['includes'](_0x56359e['nMoAc'])&&(_0x56359e[_0x107c37(0x173)](isMobileScanningEnabledForGroup)&&(logger[_0x107c37(0x135)](_0x56359e['DqPRK']),globals['setGlobal'](_0x56359e[_0x107c37(0x16d)],!![])));}}if(globals['getGlobal'](_0x56359e[_0x107c37(0x124)])){if(!_0x56359e[_0x107c37(0xfb)](setExtension,this,_0x2155d1)){globals[_0x107c37(0x17d)](_0x56359e[_0x107c37(0x124)],![]);const _0x3a98e6=this[_0x107c37(0x134)][_0x107c37(0x1e9)](_0x56359e[_0x107c37(0x226)]);_0x3a98e6&&(_0x3a98e6[_0x107c37(0x1fa)]=![],delete _0x3a98e6['accessibilityOptions'],this['capabilities_']['set'](_0x56359e[_0x107c37(0x226)],_0x3a98e6)),this[_0x107c37(0x134)][_0x107c37(0x1e9)](_0x56359e[_0x107c37(0xe8)])&&(this['capabilities_']['set'](_0x56359e['YNBnt'],![]),this[_0x107c37(0x134)]['delete'](_0x56359e['XSETI']));}}(!helper[_0x107c37(0x102)]()||helper[_0x107c37(0x21a)](_0x2155d1))&&helper[_0x107c37(0x1bb)](null,null,_0x2155d1['framework'],null,this,null),helper[_0x107c37(0x1f4)](_0x2155d1[_0x107c37(0x1b2)]),logger[_0x107c37(0x135)](_0x56359e[_0x107c37(0x13c)]);})();const _0x551b88=super[_0x1e755e(0x209)]();return PerformanceTester[_0x1e755e(0x204)](PerformanceEvents[_0x1e755e(0x1d7)],()=>{const _0x13563a=_0x1e755e,_0x59b92b={'OOJjV':_0x507338['hNeiW'],'vYAVp':_0x507338[_0x13563a(0x137)],'uqAXG':function(_0x1cd1da,_0x1a552e,_0x48a7bc){return _0x507338['ovJEW'](_0x1cd1da,_0x1a552e,_0x48a7bc);},'pABFO':function(_0x5405cf,_0x4fe3fe,_0x1f8b54,_0x3b16a9,_0x4f0326){const _0x2936e8=_0x13563a;return _0x507338[_0x2936e8(0x106)](_0x5405cf,_0x4fe3fe,_0x1f8b54,_0x3b16a9,_0x4f0326);},'NIrSc':function(_0x2b3f0e,_0x5613b1){const _0x278cbc=_0x13563a;return _0x507338[_0x278cbc(0x185)](_0x2b3f0e,_0x5613b1);}};_0x551b88[_0x13563a(0x172)][_0x13563a(0x1f0)](_0x301619=>{const _0x1a6fda=_0x13563a;try{const _0x5084d5=_0x301619[_0x1a6fda(0x119)]['get'](_0x59b92b[_0x1a6fda(0x1c4)]);_0x5084d5?(logger[_0x1a6fda(0x135)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x5084d5),hubAllocator[_0x1a6fda(0x194)](_0x5084d5),helper[_0x1a6fda(0x1ab)](_0x5084d5)):logger['debug'](_0x59b92b[_0x1a6fda(0x219)]);}catch(_0x143a6e){logger['debug'](_0x1a6fda(0x1a1)+_0x143a6e);}}),_0x551b88[_0x13563a(0x1f0)]&&_0x551b88[_0x13563a(0x1f0)](_0x37473a=>{const _0x518162=_0x13563a,_0x21e6df={'ujMcz':function(_0x261843,_0x324d60,_0x3a7a2f){const _0x5f1e99=a152_0x5376;return _0x507338[_0x5f1e99(0x203)](_0x261843,_0x324d60,_0x3a7a2f);},'WfMQV':function(_0x3d8b64,_0x87fc79,_0x29beb6,_0x248221,_0x295d3a){const _0x49024c=a152_0x5376;return _0x507338[_0x49024c(0x106)](_0x3d8b64,_0x87fc79,_0x29beb6,_0x248221,_0x295d3a);},'jtVbe':function(_0x52a0ba,_0x2a5ac1){const _0x3eb478=a152_0x5376;return _0x507338[_0x3eb478(0x185)](_0x52a0ba,_0x2a5ac1);},'Vmvwv':_0x507338['oyqUD'],'jVfzB':_0x507338['NJeIN'],'WmlHx':function(_0x44f0ce,_0x56ea3d){const _0x527664=a152_0x5376;return _0x507338[_0x527664(0x185)](_0x44f0ce,_0x56ea3d);}};helper['overrideGet'](_0x37473a,_0x2155d1),_0x507338[_0x518162(0x203)](overrideExecute,_0x37473a,_0x2155d1),_0x37473a[_0x518162(0x1a4)]=async()=>{const _0x412db1=_0x518162;return await _0x59b92b[_0x412db1(0x198)](getAccessibilityResultsSummary,_0x37473a,global);},_0x37473a[_0x518162(0x1da)]=async()=>{return await _0x21e6df['ujMcz'](getAccessibilityResults,_0x37473a,global);},_0x37473a[_0x518162(0x218)]=async _0x5a03a0=>{const _0x453ffc=_0x518162;return await _0x21e6df[_0x453ffc(0x12f)](performScan,_0x37473a,null,!![],_0x21e6df[_0x453ffc(0x1e4)](_0x5a03a0,null));},_0x37473a['startA11yScanning']=async _0x19c45b=>{const _0x2aac71=_0x518162;globals[_0x2aac71(0x17d)](_0x21e6df[_0x2aac71(0x1c6)],!![]),globals['setGlobal'](_0x21e6df[_0x2aac71(0x197)],_0x21e6df['WmlHx'](_0x19c45b,null));},_0x37473a[_0x518162(0x1f5)]=async()=>{const _0x32af7c=_0x518162;globals[_0x32af7c(0x17d)](_0x21e6df[_0x32af7c(0x1c6)],![]),globals['setGlobal'](_0x21e6df[_0x32af7c(0x197)],null);};}),_0x551b88[_0x13563a(0x1a4)]=async()=>{const _0x5d826b=_0x13563a;return await _0x507338[_0x5d826b(0x175)](getAccessibilityResultsSummary,_0x551b88,global);},_0x551b88[_0x13563a(0x1da)]=async()=>{const _0x2ea0f2=_0x13563a;return await _0x507338[_0x2ea0f2(0x175)](getAccessibilityResults,_0x551b88,global);},_0x551b88[_0x13563a(0x218)]=async _0x4ae313=>{const _0x11e4ac=_0x13563a;return await _0x59b92b['pABFO'](performScan,_0x551b88,null,!![],_0x59b92b[_0x11e4ac(0x108)](_0x4ae313,null));},_0x551b88[_0x13563a(0xe3)]=async _0x2a0206=>{const _0x3b4b95=_0x13563a;globals[_0x3b4b95(0x17d)](_0x507338[_0x3b4b95(0x210)],!![]),globals[_0x3b4b95(0x17d)](_0x507338['NJeIN'],_0x507338[_0x3b4b95(0x185)](_0x2a0206,null));},_0x551b88[_0x13563a(0x1f5)]=async()=>{const _0x572394=_0x13563a;globals[_0x572394(0x17d)](_0x507338[_0x572394(0x210)],![]),globals[_0x572394(0x17d)](_0x507338[_0x572394(0x1df)],null);},helper[_0x13563a(0x189)](_0x551b88,_0x2155d1),_0x507338[_0x13563a(0x203)](overrideExecute,_0x551b88,_0x2155d1),helper[_0x13563a(0x1ba)](global[_0x13563a(0x129)])&&(global[_0x13563a(0x129)]=[]),global['__driversArray'][_0x13563a(0x13a)](_0x551b88);})(),_0x551b88;}}_0x10b389[_0x1bf7da(0x1ef)]=_0x10b389[_0x1bf7da(0x14f)],_0x10b389[_0x1bf7da(0x14f)]=_0x2022cf,_0x1b1bce[_0x1bf7da(0xf8)]=_0x5639e3;},modifyV2=(_0x4bbbed,_0x58e466=null,_0x498ea0=![])=>{const _0xf356df=a152_0x274a1f,_0x1fd677={'jFIGP':function(_0x16c6f9,_0x436a43){return _0x16c6f9!==_0x436a43;},'qYVCR':'/session','nqFIt':function(_0xb57acd,_0x3d6848){return _0xb57acd+_0x3d6848;},'aUDvp':function(_0x229e7e,_0x5e091b){return _0x229e7e+_0x5e091b;},'VmptQ':'https://','ykWZj':_0xf356df(0x142),'DrGmC':'aiHeal_isAuthenticated','AXgMX':_0xf356df(0x20e),'wNZcg':_0xf356df(0x120),'zLYbL':_0xf356df(0x208),'gMRgN':_0xf356df(0x18c),'YfUUN':_0xf356df(0x221),'tPQzN':_0xf356df(0x1b0),'zIPPn':_0xf356df(0x15c),'LLxtv':'safari.options','nNxvp':_0xf356df(0x1d1),'ZXWPE':_0xf356df(0x171),'saGad':function(_0x3df567,_0x22a1e8){return _0x3df567===_0x22a1e8;},'wckGV':'object','KGpAm':_0xf356df(0x184),'dVAYc':function(_0x4572d0,_0x3b98e0){return _0x4572d0>_0x3b98e0;},'YqEYg':function(_0x5dd72f,_0x17f56c){return _0x5dd72f>_0x17f56c;},'BVwxY':_0xf356df(0x169),'JmAEH':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','ZrPqx':function(_0x2ae567,_0x27a9a9,_0x50d31e){return _0x2ae567(_0x27a9a9,_0x50d31e);},'kDxup':function(_0x234e41,_0x5928a0,_0x58a384,_0x2dd661,_0x3ee79e){return _0x234e41(_0x5928a0,_0x58a384,_0x2dd661,_0x3ee79e);},'SDzWI':function(_0x349008,_0x55e4be){return _0x349008||_0x55e4be;},'SzoDz':'bstackA11yShouldScan','ULuCN':_0xf356df(0x17e),'CpXqm':'1|5|7|4|6|3|2|0|9|8','cKTyW':function(_0x5a2941,_0xfe99ef){return _0x5a2941(_0xfe99ef);},'fQHYj':function(_0x10123c,_0x18ef3e){return _0x10123c(_0x18ef3e);},'JQJNp':function(_0x4e5088,_0x4a0818,_0x598c7e){return _0x4e5088(_0x4a0818,_0x598c7e);},'ngaTJ':function(_0x4aa547,_0x467e77){return _0x4aa547!==_0x467e77;},'AUOAK':_0xf356df(0x11f),'ChVJh':function(_0x3c8785){return _0x3c8785();},'JUCwe':function(_0x3b35ec,_0x4d5c1e){return _0x3b35ec(_0x4d5c1e);},'VadvT':_0xf356df(0x1b7),'nHWdz':_0xf356df(0xdf),'VGBKp':'deviceName','iDqum':'platformName','zrNgl':_0xf356df(0x1a7),'kTBkV':_0xf356df(0x11e),'sBNDc':_0xf356df(0x161),'lpzsG':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','xdCgG':_0xf356df(0x15b),'DRWvQ':function(_0xd48805,_0x5d56af,_0x58a870){return _0xd48805(_0x5d56af,_0x58a870);},'zDxGX':_0xf356df(0x1a5),'Nedlb':_0xf356df(0x138),'ltaPi':_0xf356df(0x1db),'NVhws':_0xf356df(0x1e6),'izttb':_0xf356df(0x1ca),'SBcij':_0xf356df(0x1cd),'vNaPe':'./helpers/accessibility-automation/constants','sjPaR':function(_0x36c85f,_0x2d5240){return _0x36c85f(_0x2d5240);},'RGynx':function(_0x5ea17c,_0x4774f4){return _0x5ea17c<_0x4774f4;},'ierZe':function(_0x2ebb74,_0x36aeec){return _0x2ebb74(_0x36aeec);},'zEdVX':_0xf356df(0x21e),'aJKwl':_0xf356df(0x174),'mfAJu':_0xf356df(0x205),'UzRPD':_0xf356df(0x19a),'sjzGs':_0xf356df(0x156),'dGxzj':_0xf356df(0x215),'eOiRv':function(_0x545483,_0x1e79eb){return _0x545483(_0x1e79eb);},'KwxNG':_0xf356df(0x118),'DpXUC':_0xf356df(0x180),'PNJrj':_0xf356df(0x212),'zuqWd':_0xf356df(0x13b),'KLQBv':_0xf356df(0x170),'eZqlI':_0xf356df(0x154),'jHYAr':_0xf356df(0x122)},_0x3ac087=helper['requireHttpClient']();let _0x346294;try{_0x346294=helper['requireSeleniumWebdriver'](),_0x346294['originalBuilder']&&(_0x346294[_0xf356df(0x14f)]=_0x346294[_0xf356df(0x1ef)]);}catch(_0x5c1f14){return;}if(helper[_0xf356df(0x102)]()){const _0x32a097={};_0x32a097[_0xf356df(0x199)]=_0x4bbbed[_0xf356df(0x1f8)],helper[_0xf356df(0x12d)](_0x32a097,new Map(),new Map()),logger[_0xf356df(0x223)](_0x1fd677[_0xf356df(0x18b)]),logger[_0xf356df(0x135)](_0x1fd677[_0xf356df(0x19b)]);}class _0x4a7b87 extends _0x3ac087[_0xf356df(0xf8)]{[_0xf356df(0x104)](_0x50e76b){const _0x38497f=_0xf356df;if(_0x1fd677[_0x38497f(0x1fc)](_0x50e76b[_0x38497f(0x1e7)],_0x1fd677['qYVCR'])&&_0x1fd677[_0x38497f(0x1fc)](global[_0x38497f(0x1af)],''))try{global[_0x38497f(0x1af)]=_0x1fd677[_0x38497f(0x187)](_0x1fd677[_0x38497f(0x21b)](_0x1fd677[_0x38497f(0x121)],global[_0x38497f(0x1af)]),_0x1fd677['ykWZj']),this[_0x38497f(0xfd)]=hubAllocator[_0x38497f(0x18e)](global[_0x38497f(0x1af)]),logger[_0x38497f(0x135)](_0x38497f(0x1bc)+global[_0x38497f(0x1af)]),global[_0x38497f(0x1af)]='';}catch(_0x2c4b8d){logger[_0x38497f(0x127)](_0x2c4b8d);}if(globals['getGlobal'](_0x1fd677['DrGmC'])&&globals[_0x38497f(0x1eb)](_0x1fd677[_0x38497f(0x151)])){const _0x366fc9=_0x50e76b['path'][_0x38497f(0xfa)]('/')[0x2];_0x366fc9&&commandRepository[_0x38497f(0x16f)](_0x366fc9,_0x50e76b);}return super[_0x38497f(0x104)](_0x50e76b);}}class _0x5e9c87 extends _0x346294[_0xf356df(0x14f)]{[_0xf356df(0x1be)](){const _0x2a47d5=_0xf356df;return helper['isBrowserstackInfra']()&&(this[_0x2a47d5(0x103)]=helper['getHubUrl'](_0x4bbbed)),this;}[_0xf356df(0x214)](_0x51e5a4){const _0x33a3d9=_0xf356df;let _0x27aa17={};for(const _0x5a5c8a in _0x51e5a4){switch(_0x5a5c8a){case _0x1fd677[_0x33a3d9(0xe7)]:case _0x1fd677[_0x33a3d9(0xf6)]:this[_0x33a3d9(0x1a3)]&&(_0x27aa17=this['chromeOptions_']['get'](this[_0x33a3d9(0x1a3)][_0x33a3d9(0x1ec)])||{},this[_0x33a3d9(0x1a3)][_0x33a3d9(0x15f)](this[_0x33a3d9(0x1a3)][_0x33a3d9(0x1ec)],helper[_0x33a3d9(0x17f)](_0x27aa17,_0x51e5a4[_0x5a5c8a])));break;case _0x1fd677[_0x33a3d9(0x19c)]:case _0x1fd677[_0x33a3d9(0x1f7)]:this[_0x33a3d9(0x20a)]&&(_0x27aa17=this[_0x33a3d9(0x20a)]['get'](this[_0x33a3d9(0x20a)][_0x33a3d9(0x1ec)])||{},this[_0x33a3d9(0x20a)][_0x33a3d9(0x15f)](this['edgeOptions_'][_0x33a3d9(0x1ec)],helper[_0x33a3d9(0x17f)](_0x27aa17,_0x51e5a4[_0x5a5c8a])));break;case _0x1fd677[_0x33a3d9(0x181)]:case _0x1fd677[_0x33a3d9(0x1ed)]:this[_0x33a3d9(0xed)]&&(_0x27aa17=this['firefoxOptions_'][_0x33a3d9(0x1e9)](this[_0x33a3d9(0xed)]['CAPABILITY_KEY'])||{},this[_0x33a3d9(0xed)]['set'](this[_0x33a3d9(0xed)]['CAPABILITY_KEY'],helper[_0x33a3d9(0x17f)](_0x27aa17,_0x51e5a4[_0x5a5c8a])));break;case _0x1fd677[_0x33a3d9(0x123)]:this[_0x33a3d9(0x141)]&&(_0x27aa17=this['safariOptions_']['get'](this[_0x33a3d9(0x141)][_0x33a3d9(0x1ec)])||{},this[_0x33a3d9(0x141)][_0x33a3d9(0x15f)](this[_0x33a3d9(0x141)][_0x33a3d9(0x1ec)],helper[_0x33a3d9(0x17f)](_0x27aa17,_0x51e5a4[_0x5a5c8a])));break;case _0x1fd677[_0x33a3d9(0x21c)]:case _0x1fd677[_0x33a3d9(0x111)]:this[_0x33a3d9(0xe4)]&&(_0x27aa17=this[_0x33a3d9(0xe4)][_0x33a3d9(0x1e9)](this['ieOptions_']['CAPABILITY_KEY'])||{},this[_0x33a3d9(0xe4)]['set'](this[_0x33a3d9(0xe4)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x27aa17,_0x51e5a4[_0x5a5c8a])));break;}}}[_0xf356df(0x146)](){const _0x307f49=_0xf356df;logger[_0x307f49(0x135)](_0x1fd677[_0x307f49(0xea)]);const _0x7da728=_0x4bbbed[_0x307f49(0x1b2)]&&_0x1fd677['dVAYc'](Object[_0x307f49(0x158)](_0x4bbbed[_0x307f49(0x1b2)])['length'],0x0)?_0x4bbbed[_0x307f49(0x1b2)]:_0x4bbbed[_0x307f49(0x1d3)]&&Array['isArray'](_0x4bbbed[_0x307f49(0x1d3)])&&_0x1fd677['YqEYg'](_0x4bbbed['capabilities']['length'],0x0)?_0x4bbbed[_0x307f49(0x1d3)][0x0]:{};return this[_0x307f49(0x214)](_0x7da728),Object[_0x307f49(0x158)](_0x7da728)['forEach'](_0x4ee221=>{const _0x373aee=_0x307f49,_0x1b1e0f=this[_0x373aee(0x134)][_0x373aee(0x1e9)](_0x4ee221);_0x1fd677[_0x373aee(0x148)](typeof _0x1b1e0f,_0x1fd677[_0x373aee(0x1dc)])?this[_0x373aee(0x134)][_0x373aee(0x15f)](_0x4ee221,helper['mergeDeep'](_0x1b1e0f,_0x7da728[_0x4ee221])):this[_0x373aee(0x134)]['set'](_0x4ee221,_0x7da728[_0x4ee221]);}),this;}['build'](){const _0x2bad6c=_0xf356df,_0xfca5f6={'BHTie':function(_0x492fef){const _0x36655a=a152_0x5376;return _0x1fd677[_0x36655a(0xe1)](_0x492fef);},'pdpZq':function(_0x2aea5d,_0x1863e7){const _0x4cecc3=a152_0x5376;return _0x1fd677[_0x4cecc3(0x222)](_0x2aea5d,_0x1863e7);},'ljBiT':_0x1fd677[_0x2bad6c(0x1ce)],'dGzWU':_0x1fd677[_0x2bad6c(0x201)],'orhve':_0x1fd677[_0x2bad6c(0x162)],'AGtyW':_0x1fd677[_0x2bad6c(0x21f)],'bEPSi':_0x1fd677[_0x2bad6c(0x1d6)],'vWmZd':function(_0x4ac3a4,_0x40ace2){return _0x1fd677['saGad'](_0x4ac3a4,_0x40ace2);},'zgVhJ':_0x1fd677[_0x2bad6c(0x149)],'NbjeQ':_0x1fd677[_0x2bad6c(0x13f)],'Vxgzl':function(_0x25e532){const _0x4428e8=_0x2bad6c;return _0x1fd677[_0x4428e8(0xe1)](_0x25e532);},'siZqY':_0x1fd677[_0x2bad6c(0x1a9)],'UdezI':_0x1fd677['xdCgG'],'pTcbi':_0x1fd677['AUOAK'],'pxLLb':function(_0x567617,_0x1f6fcd,_0x4a97ef){const _0x320b63=_0x2bad6c;return _0x1fd677[_0x320b63(0x225)](_0x567617,_0x1f6fcd,_0x4a97ef);},'xdHyI':_0x1fd677[_0x2bad6c(0x1aa)],'Phzbe':_0x1fd677[_0x2bad6c(0x10a)],'AGAxf':_0x1fd677[_0x2bad6c(0x1ea)],'RRkTR':_0x1fd677[_0x2bad6c(0xe7)],'QDhNV':function(_0x126407){const _0x599490=_0x2bad6c;return _0x1fd677[_0x599490(0xe1)](_0x126407);},'YFypU':_0x1fd677[_0x2bad6c(0x109)],'RkKjA':_0x1fd677[_0x2bad6c(0x19d)],'uXitU':function(_0x21255a,_0x30f15e){return _0x1fd677['JUCwe'](_0x21255a,_0x30f15e);},'MJRQX':_0x1fd677[_0x2bad6c(0x125)],'tfptu':_0x1fd677[_0x2bad6c(0x1b9)],'QkOEa':function(_0x2d657c,_0x4e64a5){const _0xa26a3d=_0x2bad6c;return _0x1fd677[_0xa26a3d(0x1dd)](_0x2d657c,_0x4e64a5);},'YhDup':function(_0x37e46b,_0x4e3b70){return _0x1fd677['RGynx'](_0x37e46b,_0x4e3b70);},'wzQwa':function(_0x26b424,_0xde7db2){return _0x1fd677['ierZe'](_0x26b424,_0xde7db2);},'JotzR':_0x1fd677['zEdVX'],'sBmkX':_0x1fd677[_0x2bad6c(0x1b3)],'xmrfy':_0x1fd677['mfAJu'],'HYdKZ':_0x1fd677[_0x2bad6c(0x16b)],'jpXUb':_0x1fd677[_0x2bad6c(0x1e5)],'oswjl':_0x1fd677[_0x2bad6c(0xff)],'tPHWd':_0x1fd677[_0x2bad6c(0x151)],'ZVhhT':_0x1fd677['SzoDz'],'yMJhW':_0x1fd677[_0x2bad6c(0x128)],'RQnrm':function(_0xe94965,_0x3672dd){const _0x28af9b=_0x2bad6c;return _0x1fd677[_0x28af9b(0x115)](_0xe94965,_0x3672dd);}};PerformanceTester[_0x2bad6c(0x204)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x12ea13=_0x2bad6c;if(helper[_0x12ea13(0x102)]()){helper[_0x12ea13(0x1f4)](_0x4bbbed[_0x12ea13(0x1b2)]);_0xfca5f6[_0x12ea13(0x1c5)](isAccessibilityAutomationSession)&&_0xfca5f6['pdpZq'](setAccessibilityCapabilities,_0x4bbbed);this[_0x12ea13(0x1be)](),this[_0x12ea13(0x146)]();if(helper[_0x12ea13(0x1f6)](_0x4bbbed[_0x12ea13(0x14c)][_0x12ea13(0x163)]))this['agent_']=helper[_0x12ea13(0x206)](_0x4bbbed[_0x12ea13(0x14c)][_0x12ea13(0x163)]);else _0x4bbbed['proxySettings']['proxyUrl']&&(this[_0x12ea13(0x18a)]=_0x4bbbed[_0x12ea13(0x14c)][_0x12ea13(0x163)],logger[_0x12ea13(0x135)](_0x12ea13(0xf0)+this[_0x12ea13(0x18a)]));if(_0xfca5f6['BHTie'](isAccessibilityAutomationSession)){const _0x132531=this[_0x12ea13(0x134)]['get'](_0xfca5f6[_0x12ea13(0x20b)])||{},_0x483291=_0x132531[_0x12ea13(0x1e3)]||this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6[_0x12ea13(0x1b5)])||this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6[_0x12ea13(0xee)]);if(_0x483291){const _0x5389e4=(_0x132531['platformName']||this[_0x12ea13(0x134)]['get'](_0xfca5f6[_0x12ea13(0x211)])||'')[_0x12ea13(0x1e8)](),_0x3b1391=(_0x132531[_0x12ea13(0x1a7)]||this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6['bEPSi'])||'')['toLowerCase']();_0xfca5f6[_0x12ea13(0x200)](_0x5389e4,_0xfca5f6[_0x12ea13(0x12b)])&&_0x3b1391[_0x12ea13(0x1a2)](_0xfca5f6[_0x12ea13(0x13e)])&&(_0xfca5f6[_0x12ea13(0x130)](isMobileScanningEnabledForGroup)&&(logger[_0x12ea13(0x135)](_0xfca5f6[_0x12ea13(0x164)]),globals[_0x12ea13(0x17d)](_0xfca5f6['UdezI'],!![])));}}if(globals['getGlobal'](_0xfca5f6[_0x12ea13(0x152)])){if(!_0xfca5f6['pxLLb'](setExtension,this,_0x4bbbed)){globals['setGlobal'](_0xfca5f6['pTcbi'],![]);const _0x337195=this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6['ljBiT']);_0x337195&&(_0x337195[_0x12ea13(0x1fa)]=![],delete _0x337195['accessibilityOptions'],this[_0x12ea13(0x134)][_0x12ea13(0x15f)](_0xfca5f6[_0x12ea13(0x20b)],_0x337195)),this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6['xdHyI'])&&(this[_0x12ea13(0x134)][_0x12ea13(0x15f)](_0xfca5f6[_0x12ea13(0x216)],![]),this[_0x12ea13(0x134)][_0x12ea13(0x16c)](_0xfca5f6[_0x12ea13(0x12c)]));}}process['env'][_0x12ea13(0x220)]&&(helper[_0x12ea13(0x1bb)](null,null,_0x4bbbed[_0x12ea13(0x224)],null,this,null),helper[_0x12ea13(0x1f4)](_0x4bbbed[_0x12ea13(0x1b2)]),helper['readTcgAuthConfigToGlobal']()),logger[_0x12ea13(0x135)](_0xfca5f6[_0x12ea13(0x15d)]);}else{if(this[_0x12ea13(0x1a3)]){const _0x57e062=this[_0x12ea13(0x1a3)][_0x12ea13(0x1e9)](this[_0x12ea13(0x1a3)]['CAPABILITY_KEY']||_0xfca5f6['RRkTR']);if(_0x57e062&&_0x57e062[_0x12ea13(0x15a)]){const _0x5ed48d=this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6[_0x12ea13(0xfc)])||{},_0xe7b119=(_0x5ed48d[_0x12ea13(0x15a)]||[])[_0x12ea13(0x10c)](_0x57e062[_0x12ea13(0x15a)]||[]),_0x2b124b=Array[_0x12ea13(0x19e)](new Set(_0xe7b119)),_0x26dfd6={};_0x26dfd6[_0x12ea13(0x15a)]=_0x2b124b,this[_0x12ea13(0x134)][_0x12ea13(0x15f)](_0xfca5f6['RRkTR'],Object[_0x12ea13(0x1f3)]({},_0x5ed48d,_0x57e062,_0x26dfd6));}}helper['readTcgAuthConfigToGlobal']();if(_0xfca5f6[_0x12ea13(0x1bd)](isAccessibilityAutomationSession)&&this[_0x12ea13(0x18f)]()[_0x12ea13(0x1a2)](_0xfca5f6['YFypU'])){let _0x40e515=!![];const _0x46baba=this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6['ljBiT'])||{},_0x11f501=_0x46baba[_0x12ea13(0x1e3)]||this[_0x12ea13(0x134)]['get'](_0xfca5f6[_0x12ea13(0x1b5)])||this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6[_0x12ea13(0xee)]);if(_0x11f501){const _0x18bbd9=(_0x46baba[_0x12ea13(0x20f)]||this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6[_0x12ea13(0x211)])||'')[_0x12ea13(0x1e8)](),_0x1efd77=(_0x46baba[_0x12ea13(0x1a7)]||this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6[_0x12ea13(0x22a)])||'')[_0x12ea13(0x1e8)]();_0xfca5f6[_0x12ea13(0x200)](_0x18bbd9,_0xfca5f6['zgVhJ'])&&_0x1efd77[_0x12ea13(0x1a2)](_0xfca5f6['NbjeQ'])?!_0xfca5f6['BHTie'](isMobileScanningEnabledForGroup)?(logger[_0x12ea13(0xeb)](MOBILE_SCANNING_DISABLED_WARNING),_0x40e515=![]):(logger[_0x12ea13(0x135)](_0xfca5f6[_0x12ea13(0x164)]),globals[_0x12ea13(0x17d)](_0xfca5f6[_0x12ea13(0x12e)],!![])):(logger[_0x12ea13(0xeb)](_0xfca5f6[_0x12ea13(0x117)]),_0x40e515=![]);}if(_0x40e515){const _0x283235=_0xfca5f6[_0x12ea13(0xfe)](parseFloat,_0x46baba[_0x12ea13(0x1cd)]||this['capabilities_'][_0x12ea13(0x1e9)](_0xfca5f6[_0x12ea13(0x16a)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0xd6479}=_0xfca5f6['uXitU'](require,_0xfca5f6['tfptu']),_0x1d9604=_0xfca5f6[_0x12ea13(0x139)](parseFloat,_0xd6479);!_0xfca5f6[_0x12ea13(0x1a8)](isNaN,_0x283235)&&_0xfca5f6[_0x12ea13(0x21d)](_0x283235,_0x1d9604)&&(logger['warn'](_0x12ea13(0x101)+_0xd6479+'.'),_0x40e515=![]);}if(_0x40e515){_0xfca5f6[_0x12ea13(0x10f)](setAccessibilityCapabilities,_0x4bbbed),this[_0x12ea13(0x146)]();if(!_0xfca5f6['pxLLb'](setExtension,this,_0x4bbbed)){globals[_0x12ea13(0x17d)](_0xfca5f6[_0x12ea13(0x152)],![]);const _0x3b0267=this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6[_0x12ea13(0x20b)]);_0x3b0267&&(_0x3b0267[_0x12ea13(0x1fa)]=![],delete _0x3b0267[_0x12ea13(0x1fe)],this[_0x12ea13(0x134)]['set'](_0xfca5f6[_0x12ea13(0x20b)],_0x3b0267)),this[_0x12ea13(0x134)][_0x12ea13(0x1e9)](_0xfca5f6[_0x12ea13(0x216)])&&(this['capabilities_'][_0x12ea13(0x15f)](_0xfca5f6['xdHyI'],![]),this[_0x12ea13(0x134)][_0x12ea13(0x16c)](_0xfca5f6[_0x12ea13(0x12c)]));}}}_0xfca5f6[_0x12ea13(0x200)](globals[_0x12ea13(0x1eb)](_0xfca5f6[_0x12ea13(0xe5)]),_0xfca5f6[_0x12ea13(0x11c)])&&(commandRepository[_0x12ea13(0x114)](_0xfca5f6['sBmkX']),commandRepository[_0x12ea13(0xec)](globals[_0x12ea13(0x1eb)](_0xfca5f6['xmrfy'])));if(this[_0x12ea13(0x103)][_0x12ea13(0x1a2)](_0xfca5f6[_0x12ea13(0x116)]))logger['debug'](_0xfca5f6['jpXUb']),globals[_0x12ea13(0x17d)](_0xfca5f6[_0x12ea13(0x155)],![]),globals['setGlobal'](_0xfca5f6[_0x12ea13(0x18d)],![]);else globals['getGlobal'](_0xfca5f6['oswjl'])&&globals[_0x12ea13(0x1eb)](_0xfca5f6[_0x12ea13(0x18d)])&&aiSdkWrapper[_0x12ea13(0x1cb)](this);}})();const _0x249609=super[_0x2bad6c(0x209)]();return PerformanceTester[_0x2bad6c(0x204)](PerformanceEvents[_0x2bad6c(0x1d7)],()=>{const _0x159671=_0x2bad6c,_0x27793f={'FfSGc':_0x1fd677[_0x159671(0x15e)],'DmnvD':_0x1fd677[_0x159671(0x179)],'IWaYy':function(_0x32fe3a,_0x4b3d41,_0x1ca369){return _0x1fd677['ZrPqx'](_0x32fe3a,_0x4b3d41,_0x1ca369);},'SuvVa':function(_0x9c0b62,_0x2978d3,_0xdbcb7c,_0x2a57a0,_0x370cbe){return _0x1fd677['kDxup'](_0x9c0b62,_0x2978d3,_0xdbcb7c,_0x2a57a0,_0x370cbe);},'orEAM':function(_0x39eeaf,_0x378a){return _0x1fd677['SDzWI'](_0x39eeaf,_0x378a);},'wZBEQ':_0x1fd677[_0x159671(0x177)],'aiJlY':_0x1fd677['ULuCN'],'Oojvu':function(_0x1d9e37,_0x4344dd){const _0x41c5bb=_0x159671;return _0x1fd677[_0x41c5bb(0x115)](_0x1d9e37,_0x4344dd);},'PnkQR':_0x1fd677[_0x159671(0xf1)],'lcZdy':function(_0x246217,_0x5e6e8d){return _0x1fd677['cKTyW'](_0x246217,_0x5e6e8d);},'xcxDu':function(_0x2d6c64,_0x42d589,_0x3eb805){const _0x4b46b7=_0x159671;return _0x1fd677[_0x4b46b7(0x217)](_0x2d6c64,_0x42d589,_0x3eb805);},'xGPaY':function(_0xa76ec8,_0x5dd6dd){const _0x2638b8=_0x159671;return _0x1fd677[_0x2638b8(0x115)](_0xa76ec8,_0x5dd6dd);}};_0x249609[_0x159671(0x172)][_0x159671(0x1f0)](_0x29ab70=>{const _0x332d3d=_0x159671,_0x1df5e7=_0x29ab70[_0x332d3d(0x119)];if(!helper[_0x332d3d(0x102)]()&&_0xfca5f6['QDhNV'](isAccessibilityAutomationSession)){const _0x325e70=_0xfca5f6['pxLLb'](nonBstackPlatformValidation,_0x1df5e7,this);globals[_0x332d3d(0x17d)](_0xfca5f6[_0x332d3d(0x152)],_0x325e70);if(!_0x325e70){const _0x53f142=this[_0x332d3d(0x134)]['get'](_0xfca5f6[_0x332d3d(0x20b)]);_0x53f142&&(_0x53f142['accessibility']=![],delete _0x53f142['accessibilityOptions'],this[_0x332d3d(0x134)][_0x332d3d(0x15f)](_0xfca5f6[_0x332d3d(0x20b)],_0x53f142)),this[_0x332d3d(0x134)]['get'](_0xfca5f6[_0x332d3d(0x216)])&&(this[_0x332d3d(0x134)][_0x332d3d(0x15f)](_0xfca5f6['xdHyI'],![]),this[_0x332d3d(0x134)][_0x332d3d(0x16c)](_0xfca5f6['Phzbe']));}}}),_0x249609['session_'][_0x159671(0x1f0)](_0x857d76=>{const _0x19ab3c=_0x159671;try{logger['debug']('Session\x20ID:\x20'+_0x857d76[_0x19ab3c(0x1d8)]());const _0x408de6=_0x857d76[_0x19ab3c(0x119)]['get'](_0x27793f['FfSGc']);_0x408de6?(logger['debug']('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x408de6),hubAllocator[_0x19ab3c(0x194)](_0x408de6),helper[_0x19ab3c(0x1ab)](_0x408de6)):logger[_0x19ab3c(0x135)](_0x27793f[_0x19ab3c(0x1ad)]);}catch(_0x58ea13){logger[_0x19ab3c(0x135)](_0x19ab3c(0x1a1)+_0x58ea13);}}),_0x249609[_0x159671(0x202)]=0x0,_0x249609[_0x159671(0x1f0)]&&_0x249609[_0x159671(0x1f0)](_0xe83228=>{const _0x47ae05=_0x159671,_0x296061=_0x27793f[_0x47ae05(0x183)]['split']('|');let _0x466731=0x0;while(!![]){switch(_0x296061[_0x466731++]){case'0':_0xe83228[_0x47ae05(0x218)]=async _0x348086=>{const _0xce6d3f=_0x47ae05;return await _0x27793f['SuvVa'](performScan,_0xe83228,null,!![],_0x27793f[_0xce6d3f(0x1f9)](_0x348086,null));};continue;case'1':helper[_0x47ae05(0x150)](_0xe83228,_0x249609);continue;case'2':_0xe83228['getAccessibilityResults']=async()=>{const _0x371949=_0x47ae05;return await _0x27793f[_0x371949(0xf7)](getAccessibilityResults,_0xe83228,global);};continue;case'3':_0xe83228[_0x47ae05(0x1a4)]=async()=>{return await _0x27793f['IWaYy'](getAccessibilityResultsSummary,_0xe83228,global);};continue;case'4':_0x27793f[_0x47ae05(0xf7)](overrideExecute,_0xe83228,_0x4bbbed);continue;case'5':_0x498ea0&&_0x27793f[_0x47ae05(0xe2)](overrideTakeScreenshot,_0xe83228);continue;case'6':_0x4bbbed[_0x47ae05(0x1b2)]&&percyHelper[_0x47ae05(0x1ae)](_0xe83228,_0x346294[_0x47ae05(0x1c9)],_0x4bbbed);continue;case'7':helper[_0x47ae05(0x189)](_0xe83228,_0x4bbbed);continue;case'8':_0xe83228['stopA11yScanning']=async()=>{const _0x4d5371=_0x47ae05;globals[_0x4d5371(0x17d)](_0x27793f[_0x4d5371(0x160)],![]),globals['setGlobal'](_0x27793f[_0x4d5371(0xe6)],null);};continue;case'9':_0xe83228[_0x47ae05(0xe3)]=async _0x90190e=>{const _0x4ace8f=_0x47ae05;globals['setGlobal'](_0x27793f[_0x4ace8f(0x160)],!![]),globals['setGlobal'](_0x27793f[_0x4ace8f(0xe6)],_0x27793f['Oojvu'](_0x90190e,null));};continue;}break;}}),_0x249609['getAccessibilityResultsSummary']=async()=>{const _0x518bab=_0x159671;return await _0xfca5f6[_0x518bab(0x196)](getAccessibilityResultsSummary,_0x249609,global);},_0x249609[_0x159671(0x1da)]=async()=>{const _0x32f060=_0x159671;return await _0x27793f[_0x32f060(0x144)](getAccessibilityResults,_0x249609,global);},_0x249609[_0x159671(0x218)]=async _0x549253=>{return await _0x27793f['SuvVa'](performScan,_0x249609,null,!![],_0x27793f['xGPaY'](_0x549253,null));},_0x249609[_0x159671(0xe3)]=async _0x5ae59d=>{const _0x4c446b=_0x159671;globals[_0x4c446b(0x17d)](_0xfca5f6[_0x4c446b(0x195)],!![]),globals[_0x4c446b(0x17d)](_0xfca5f6[_0x4c446b(0x1d2)],_0xfca5f6[_0x4c446b(0x14e)](_0x5ae59d,null));},_0x249609[_0x159671(0x1f5)]=async()=>{const _0x7db5d0=_0x159671;globals['setGlobal'](_0xfca5f6[_0x7db5d0(0x195)],![]),globals[_0x7db5d0(0x17d)](_0xfca5f6[_0x7db5d0(0x1d2)],null);},_0x498ea0&&_0x1fd677[_0x159671(0x1d9)](overrideTakeScreenshot,_0x249609),helper[_0x159671(0x150)](_0x249609),helper[_0x159671(0x189)](_0x249609,_0x4bbbed),_0x1fd677[_0x159671(0xf4)](overrideExecute,_0x249609,_0x4bbbed),_0x4bbbed[_0x159671(0x1b2)]&&percyHelper[_0x159671(0x1ae)](_0x249609,_0x346294['WebElement'],_0x4bbbed);helper['isUndefined'](global[_0x159671(0x129)])&&(global['__driversArray']=[]);helper[_0x159671(0x1ba)](global[_0x159671(0x1a6)])&&(global[_0x159671(0x1a6)]=[]);global[_0x159671(0x129)]['push'](_0x249609),global[_0x159671(0x12a)]=_0x249609,_0x58e466&&(_0x58e466['global']['__driver']=_0x249609);_0x1fd677[_0x159671(0x1fc)](global['__drivers'],undefined)&&global[_0x159671(0x1a6)][_0x159671(0x13a)](_0x249609);_0x58e466&&helper['isUndefined'](_0x58e466['global'][_0x159671(0x1a6)])&&(_0x58e466['global'][_0x159671(0x1a6)]=[]);_0x58e466&&helper[_0x159671(0x1ba)](_0x58e466[_0x159671(0x1cc)][_0x159671(0x129)])&&(_0x58e466[_0x159671(0x1cc)][_0x159671(0x129)]=[]);_0x58e466&&_0x1fd677[_0x159671(0x229)](_0x58e466[_0x159671(0x1cc)][_0x159671(0x1a6)],undefined)&&(_0x58e466[_0x159671(0x1cc)][_0x159671(0x1a6)][_0x159671(0x13a)](_0x249609),_0x58e466[_0x159671(0x1cc)][_0x159671(0x129)][_0x159671(0x13a)](_0x249609));_0x249609[_0x159671(0x11f)]=globals[_0x159671(0x1eb)](_0x1fd677[_0x159671(0x1cf)]);try{global[_0x159671(0x1a6)][0x0][_0x159671(0x172)][_0x159671(0x1f0)](_0x943e2d=>{const _0x38a4c6=_0x159671;logger['debug']('setting\x20driver\x20Session\x20ID:\x20'+_0x943e2d[_0x38a4c6(0x1d8)]()+'\x20to\x20global\x20drivers\x20array');})['catch'](_0x32c4bd=>{const _0x450174=_0x159671;logger[_0x450174(0x135)](_0x450174(0x22c)+_0x32c4bd);});}catch(_0x4fe114){logger[_0x159671(0x135)](_0x159671(0x22c)+_0x4fe114);}globals['setGlobal'](_0x1fd677[_0x159671(0x1cf)],globals[_0x159671(0x1eb)](_0x1fd677['AUOAK']));})(),_0x249609;}}_0x58e466&&(globals[_0xf356df(0x1d4)]=_0x58e466[_0xf356df(0x1cc)][_0xf356df(0x1d4)]);if(_0x1fd677[_0xf356df(0xe1)](isAccessibilityAutomationSession))try{let _0xcadb7a=helper[_0xf356df(0x1e0)](_0x1fd677[_0xf356df(0x107)],_0x1fd677['zuqWd'])[_0xf356df(0x126)];(!_0xcadb7a[_0xf356df(0x100)]||!_0xcadb7a['prototype']['execute'])&&(_0xcadb7a=helper[_0xf356df(0x1e0)](_0x1fd677['KLQBv'],_0x1fd677['zuqWd'])[_0xf356df(0xf2)]);if(_0xcadb7a[_0xf356df(0x100)]&&_0xcadb7a[_0xf356df(0x100)][_0xf356df(0x1d0)]){const _0x2544a8=_0xcadb7a[_0xf356df(0x100)][_0xf356df(0x1d0)];logger['debug'](_0x1fd677[_0xf356df(0x20c)]),_0xcadb7a[_0xf356df(0x100)][_0xf356df(0x1d0)]=async function(){const _0x3e6695=_0xf356df;try{!globals['getGlobal'](_0x1fd677['dGxzj'])&&globals[_0x3e6695(0x1eb)](_0x1fd677[_0x3e6695(0x1cf)])&&globals[_0x3e6695(0x1eb)](_0x1fd677[_0x3e6695(0x177)])&&scripts[_0x3e6695(0x10e)](arguments[0x0][_0x3e6695(0x228)])&&!_0x1fd677[_0x3e6695(0xf9)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x3e6695(0x17d)](_0x1fd677[_0x3e6695(0x207)],!![]),logger[_0x3e6695(0x135)](_0x3e6695(0x1ee)+arguments[0x0][_0x3e6695(0x228)]),await _0x1fd677[_0x3e6695(0xf4)](performScan,global[_0x3e6695(0x12a)],arguments[0x0][_0x3e6695(0x228)]));}catch(_0x502774){logger[_0x3e6695(0x135)](_0x3e6695(0x159)+util['format'](_0x502774));}return globals['setGlobal'](_0x1fd677[_0x3e6695(0x207)],![]),_0x2544a8[_0x3e6695(0x188)](this,arguments);};}}catch(_0x48e7c6){logger[_0xf356df(0x135)](_0x1fd677[_0xf356df(0x21b)](_0x1fd677['jHYAr'],_0x48e7c6));}return _0x346294[_0xf356df(0x1ef)]=_0x346294['Builder'],_0x346294[_0xf356df(0x14f)]=_0x5e9c87,_0x3ac087['HttpClient']=_0x4a7b87,_0x346294;};function a152_0x4445(){const _0x3167db=['__driver','zgVhJ','Phzbe','setLogLevel','UdezI','WfMQV','Vxgzl','29084hXbMED','VptDT','gEwhY','capabilities_','debug','./bin/mocha/accessibility-automation/helper','TTSux','browserstack.accessibilityOptions','QkOEa','push','selenium-webdriver','Lcueo','./helpers/logger','NbjeQ','sBNDc','./bin/playwright/modifyPlaywrightConf','safariOptions_','/wd/hub','getHubUrl','xcxDu','RYxoq','setCapabilities','Hub\x20url\x20set\x20to\x20','saGad','kTBkV','6285510IKsOSQ','UQfIC','proxySettings','PjjhK','RQnrm','Builder','overrideQuit','AXgMX','pTcbi','BpMHJ','Modifying\x20webdriver\x20execute','oswjl','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','VvWrn','keys','Failed\x20to\x20perform\x20scan\x20','args','isMobilePlatform','firefoxOptions','AGAxf','BVwxY','set','wZBEQ','chrome','VGBKp','proxyUrl','siZqY','browserstackAgent','5176PMdPof','1483140FzurTq','GlMoe','optimalHubUrl','MJRQX','UzRPD','delete','cevrt','31664inEnYj','pushCommand','selenium-webdriver/lib/http.js','ieOptions','session_','bmphU','jest','yszjw','oqNLm','SzoDz','XASWN','JmAEH','UaNNC','./helpers/percy/PercySDK','requireHttpClient','setGlobal','bstackA11yScanOptions','mergeDeep','Modifying\x20webdriver\x20builder','tPQzN','31405qaduLF','PnkQR','Setting\x20Browserstack\x20capabilities','ulmmX','oytSz','nqFIt','apply','overrideGet','proxy_','KwxNG','ms:edgeOptions','tPHWd','getRequestOptions','getServerUrl','CtWXr','Ksqwt','SDK_PRE_INITIALIZE','EDcSb','updateHubUrl','ZVhhT','pxLLb','jVfzB','uqAXG','logLevel','.browserstack.com','DpXUC','gMRgN','izttb','from','_modifyPlaywright','./helpers/patchHelpers','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','includes','chromeOptions_','getAccessibilityResultsSummary','browserstack.accessibility','__drivers','browserName','pdpZq','lpzsG','zDxGX','storeOptimalHubUrl','bstackA11yShouldScan','DmnvD','patchDriverPercy','newHubUrl','moz:firefoxOptions','PsxYA','capability','aJKwl','sIwfL','dGzWU','546AMOKfw','bstack:options','qfaOd','vNaPe','isUndefined','prepareCapabilities','New\x20hub\x20url\x20set\x20to\x20','QDhNV','setServer','tWPeq','winstonLogger','object','requireSeleniumWebdriver','yApRZ','OOJjV','BHTie','Vmvwv','1070241TCLWSR','https://','WebElement','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','initializeHealingCapabilities','global','browserVersion','VadvT','AUOAK','execute','se:ieOptions','yMJhW','capabilities','browserStackGlobals','agent_','zrNgl','SDK_POST_INITIALIZE','getId','fQHYj','getAccessibilityResults','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','wckGV','sjPaR','pLTDI','NJeIN','requireModule','gbZZO','1548odoWqm','deviceName','jtVbe','sjzGs','browserstack.com','path','toLowerCase','get','ltaPi','getGlobal','CAPABILITY_KEY','zIPPn','Performing\x20scan\x20for\x20','originalBuilder','then','./helpers/accessibility-automation/helper','./helpers/performance/constants','assign','setAdditionalCapabilities','stopA11yScanning','isPacProxy','YfUUN','browserStackLogLevel','orEAM','accessibility','OyRIL','jFIGP','PenvE','accessibilityOptions','util','vWmZd','nHWdz','quitCount_','vMTCM','measureWrapper','aiSdk_bstackConfig','getHttpAgent','dGxzj','chromeOptions','build','edgeOptions_','ljBiT','eZqlI','2445DaMToE','aiHeal_isHealingEnabled','platformName','oyqUD','AGtyW','selenium-webdriver/lib/webdriver.js','./helpers/performance/performance-tester','__setBrowserOptions','bstackAllyScanning','xdHyI','ZrPqx','performScan','vYAVp','isTurboScaleSession','aUDvp','nNxvp','YhDup','aiSdk_framework','iDqum','BROWSERSTACK_TURBOSCALE','edgeOptions','JUCwe','info','framework','DRWvQ','GzsEV','13180HehuSy','name_','ngaTJ','bEPSi','effBb','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','device','CLBXS','ChVJh','lcZdy','startA11yScanning','ieOptions_','JotzR','aiJlY','wNZcg','YNBnt','GqcAG','KGpAm','warn','setConfig','firefoxOptions_','orhve','forEach','Proxy\x20set\x20to\x20','CpXqm','Executor','./helpers/patchHelper','JQJNp','./helpers/ai-sdk/autoHealHelper','zLYbL','IWaYy','HttpClient','eOiRv','split','kDoqp','RRkTR','options_','uXitU','DrGmC','prototype','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','isBrowserstackInfra','url_','send','pPAOm','XUgqp','PNJrj','NIrSc','NVhws','Nedlb','WMDZx','concat','./helpers/globals','shouldWrapCommand','wzQwa','exports','ZXWPE','browserstackAgentV2','ToRRW','setFramework','SDzWI','HYdKZ','RkKjA','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','caps_','sGORg','./hubAllocationMethods','sBmkX','BrowserStackSdk','android','isAccessibilityPlatform','goog:chromeOptions','VmptQ','Unable\x20to\x20find\x20executor\x20class\x20','LLxtv','kPBwb','SBcij','WebDriver','error','ULuCN','__driversArray'];a152_0x4445=function(){return _0x3167db;};return a152_0x4445();}module[a152_0x274a1f(0x110)][a152_0x274a1f(0x165)]=modify,module['exports'][a152_0x274a1f(0x112)]=modifyV2,module['exports']['percy']=percySDK,module[a152_0x274a1f(0x110)][a152_0x274a1f(0x11d)]=BrowserStackSdk,module['exports'][a152_0x274a1f(0x19f)]=modifyPlaywrightConfig;
|
|
1
|
+
function a152_0x68c8(){const _0x4ce5c2=['MqOVl','goog:chromeOptions','prepareCapabilities','tiqbE','getHubUrl','XMGES','VrdWV','sUPgq','Modifying\x20webdriver\x20execute','setAdditionalCapabilities','NpXgv','chromeOptions_','browserstack.accessibility','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','GmDRB','pGffl','browserStackLogLevel','logLevel','apply','DeWwu','3aPWqPM','iaMwr','optimalHubUrl','PFnVu','DQJnG','vMpGj','KpfnV','IfsTm','gkNJz','lvnqz','browserVersion','Zmxay','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','hHfHP','browserstackAgent','fQBJU','getId','ieOptions_','startA11yScanning','szckj','SWOFm','gjyFb','solJN','./helpers/accessibility-automation/constants','nslGy','2729758lbMcDw','Mvfik','toLowerCase','XaESv','BvcGI','OdHqz','warn','newHubUrl','HttpClient','firefoxOptions_','xfbhf','qgPgT','prototype','BrowserStackSdk','MlVwY','execute','./helpers/percy/utils','nuDZo','parameters_','jjTFW','21904170reikqu','exports','error','GwsrU','device','5432792iiPlGY','then','slwuo','KNEuN','quitCount_','yJmhX','IjNsY','platformName','build','name_','originalBuilder','/wd/hub','selenium-webdriver/lib/http.js','TFFqD','Setting\x20Browserstack\x20capabilities','FmNBc','Modifying\x20webdriver\x20builder','bstackAllyScanning','browserstack.com','setServer','setConfig','hauvD','\x20to\x20global\x20drivers\x20array','9etFHlM','dhINE','oUqBp','yHfez','cKuPy','rTmAI','accessibilityOptions','safari.options','agent_','setting\x20driver\x20Session\x20ID:\x20','getRequestOptions','Executor','__driver','zttgQ','getHttpAgent','HcosB','YxAnH','QxLar','ckJWn','safariOptions_','iNGjX','TsAbV','performScan','ieOptions','proxyUrl','246ioleLm','dsRAS','deviceName','aiSdk_framework','jYLXW','dULzz','KKDmK','OgTVV','iodLG','MHIfS','setLogLevel','concat','BROWSERSTACK_TURBOSCALE','LEjLS','android','FtMuZ','xlFrq','ShXRs','aiHeal_isAuthenticated','maoju','pSMfz','DQPao','SDK_POST_INITIALIZE','./bin/playwright/modifyPlaywrightConf','HzngG','KlnXt','./helpers/ai-sdk/autoHealHelper','SDK_PRE_INITIALIZE','se:ieOptions','selenium-webdriver/lib/webdriver.js','Syspf','MOudT','options_','IkWCw','mergeDeep','WrXAi','PRzsA','object','chrome','JMFpi','readTcgAuthConfigToGlobal','jNvHS','CAPABILITY_KEY','isPacProxy','hKSQH','requireHttpClient','__drivers','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','aQuVU','WUsYw','ObEHq','QLUnv','Performing\x20scan\x20for\x20','./hubAllocationMethods','get','Qgerv','util','lFveU','New\x20hub\x20url\x20set\x20to\x20','QEEJO','framework','uwRYl','iGnGN','KVhRu','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','srwSR','BYSlI','KCpQx','lnjAn','isBrowserstackInfra','edgeOptions','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','251727KJoRwj','Proxy\x20set\x20to\x20','5239755UJHuuX','PhqwP','send','isArray','./helpers/performance/performance-tester','browserstackAgentV2','Wiafu','cNQIp','capability','FEDGK','sfDHw','MIgnD','caps_','getAccessibilityResults','wFels','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','kmvHI','JTuam','stopA11yScanning','includes','push','requireSeleniumWebdriver','debug','ltTGV','accessibility','Unable\x20to\x20find\x20executor\x20class\x20','PSYOG','iRUwY','Builder','njLzs','sdIco','browserName','args','QKWmY','NqcCU','LOrZi','isMobilePlatform','geEjg','PflUu','edgeOptions_','getAccessibilityResultsSummary','updateHubUrl','chromeOptions','selenium-webdriver','storeOptimalHubUrl','measureWrapper','VxoMW','WobvZ','dkxxu','patchDriverPercy','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','./helpers/patchHelpers','yQnxA','ERvpu','75873Rxuxib','https://','initializeHealingCapabilities','aiSdk_bstackConfig','set','aiHeal_isHealingEnabled','bstack:options','__driversArray','xAUuj','ZhMLo','getServerUrl','browserstack.accessibilityOptions','owmch','setCapabilities','xTtXK','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','EnFyW','moz:firefoxOptions','/session','IHZhS','./helpers/globals','requireModule','EbfEh','path','HOFRE','shouldWrapCommand','rLAPC','AtstY','REFYI','__setBrowserOptions','global','YsJxd','proxy_','format','WebElement','url_','tJEmg','delete','length','YttxM','tvIhk','AjRMD','isUndefined','setFramework','pushCommand','rsybl','oKgZU','iStfu','JtRWe','yJMhP','PjMsu','Xexqk','setGlobal','capabilities','getGlobal','haWWA','ms:edgeOptions','bstackA11yShouldScan','KOGej','gbeit','pmMkv','lmawi','./helpers/logger','browserStackGlobals','rXspf','fMkVF','4393908qBgCqp','WebDriver','keys','./helpers/accessibility-automation/helper','forEach','firefoxOptions','lbOBS','overrideQuit','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','proxySettings','assign','session_','AxYwl','./browserStackSdk','Failed\x20to\x20perform\x20scan\x20','bstackA11yScanOptions','overrideGet','rXeJk','ajAYq','capabilities_','info','uCmTJ','LgimL','CLvvk','./helpers/percy/PercySDK','lhNLS','isAccessibilityPlatform'];a152_0x68c8=function(){return _0x4ce5c2;};return a152_0x68c8();}const a152_0x14c68f=a152_0x5ade;(function(_0x5a5a52,_0x1b6433){const _0x2fd838=a152_0x5ade,_0x13d61d=_0x5a5a52();while(!![]){try{const _0x407007=parseInt(_0x2fd838(0x2ec))/0x1+-parseInt(_0x2fd838(0x25b))/0x2+parseInt(_0x2fd838(0x242))/0x3*(-parseInt(_0x2fd838(0x213))/0x4)+parseInt(_0x2fd838(0x2ee))/0x5+parseInt(_0x2fd838(0x2a4))/0x6*(parseInt(_0x2fd838(0x1d1))/0x7)+-parseInt(_0x2fd838(0x274))/0x8+-parseInt(_0x2fd838(0x28b))/0x9*(-parseInt(_0x2fd838(0x26f))/0xa);if(_0x407007===_0x1b6433)break;else _0x13d61d['push'](_0x13d61d['shift']());}catch(_0x13468d){_0x13d61d['push'](_0x13d61d['shift']());}}}(a152_0x68c8,0xc15e7));function a152_0x5ade(_0x33cbc7,_0x1392e9){const _0x68c8a7=a152_0x68c8();return a152_0x5ade=function(_0x5ade7e,_0x1af901){_0x5ade7e=_0x5ade7e-0x19e;let _0x42835a=_0x68c8a7[_0x5ade7e];return _0x42835a;},a152_0x5ade(_0x33cbc7,_0x1392e9);}const util=require(a152_0x14c68f(0x2dc)),{overrideTakeScreenshot}=require(a152_0x14c68f(0x1ce)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a152_0x14c68f(0x216)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require('./helpers/helper'),logger=require(a152_0x14c68f(0x20f))['winstonLogger'],hubAllocator=require(a152_0x14c68f(0x2d9)),percySDK=require(a152_0x14c68f(0x22b)),percyHelper=require(a152_0x14c68f(0x26b)),BrowserStackSdk=require(a152_0x14c68f(0x220)),modifyPlaywrightConfig=require(a152_0x14c68f(0x2bb)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a152_0x14c68f(0x1e5)),{commandRepository}=require(a152_0x14c68f(0x2be)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a152_0x14c68f(0x19f)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation}=require(a152_0x14c68f(0x216)),modify=_0x2ebd18=>{const _0x2a7a04=a152_0x14c68f,_0x2b6643={'KKDmK':function(_0x561515,_0x32074){return _0x561515!==_0x32074;},'AjRMD':'/session','FtMuZ':function(_0x156141,_0xf45e8d){return _0x156141!==_0xf45e8d;},'HcosB':function(_0xc99fa7,_0x7e0f1b){return _0xc99fa7+_0x7e0f1b;},'gxJQB':_0x2a7a04(0x1d2),'aQuVU':_0x2a7a04(0x27f),'CLvvk':_0x2a7a04(0x22f),'Xexqk':_0x2a7a04(0x1c5),'jYLXW':_0x2a7a04(0x209),'ZNCZn':_0x2a7a04(0x2ea),'KNEuN':'moz:firefoxOptions','qfKEp':_0x2a7a04(0x218),'vBmfJ':_0x2a7a04(0x292),'fQBJU':_0x2a7a04(0x2c0),'iNGjX':_0x2a7a04(0x2a2),'rXeJk':function(_0x498165,_0x2ffa7d){return _0x498165===_0x2ffa7d;},'kRxxE':_0x2a7a04(0x2c9),'KOGej':_0x2a7a04(0x282),'iodLG':function(_0x1c9c84){return _0x1c9c84();},'FmNBc':function(_0x2a623b,_0x28048f){return _0x2a623b(_0x28048f);},'JMFpi':'bstack:options','njLzs':_0x2a7a04(0x273),'dksaK':'deviceName','PflUu':_0x2a7a04(0x27b),'cKuPy':_0x2a7a04(0x1ba),'XaESv':'android','srwSR':_0x2a7a04(0x2ca),'hHfHP':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','lnjAn':_0x2a7a04(0x1bf),'YttxM':_0x2a7a04(0x22d),'nuDZo':function(_0x349eff,_0x580f6b,_0x8c05d){return _0x349eff(_0x580f6b,_0x8c05d);},'rXspf':_0x2a7a04(0x23a),'uCmTJ':_0x2a7a04(0x1dc),'maoju':_0x2a7a04(0x2d3),'PFnVu':_0x2a7a04(0x244),'iaMwr':_0x2a7a04(0x1e0),'iLbRc':function(_0x5b156c,_0x5d5cd4,_0x3c3e34,_0x437fb3,_0x152097){return _0x5b156c(_0x5d5cd4,_0x3c3e34,_0x437fb3,_0x152097);},'lFveU':function(_0x2b3209,_0x3c4b59){return _0x2b3209||_0x3c4b59;},'TsAbV':'bstackA11yShouldScan','oslxB':_0x2a7a04(0x222),'JTuam':function(_0x576001,_0x10845d){return _0x576001||_0x10845d;},'owmch':_0x2a7a04(0x1cd),'iGnGN':'Modifying\x20webdriver\x20builder'};logger['info'](_0x2b6643[_0x2a7a04(0x1dd)]),logger[_0x2a7a04(0x1b1)](_0x2b6643[_0x2a7a04(0x2e2)]);const _0x3e374f=helper[_0x2a7a04(0x1b0)](),_0xa4795f=helper[_0x2a7a04(0x2d1)]();class _0x270e7a extends _0xa4795f[_0x2a7a04(0x263)]{[_0x2a7a04(0x2f0)](_0x461843){const _0x177af9=_0x2a7a04;if(_0x2b6643[_0x177af9(0x2aa)](_0x461843[_0x177af9(0x1e8)],_0x2b6643[_0x177af9(0x1fa)])&&_0x2b6643[_0x177af9(0x2b3)](global[_0x177af9(0x262)],''))try{global[_0x177af9(0x262)]=_0x2b6643[_0x177af9(0x29a)](_0x2b6643['HcosB'](_0x2b6643['gxJQB'],global[_0x177af9(0x262)]),_0x2b6643[_0x177af9(0x2d4)]),this[_0x177af9(0x2c4)]=hubAllocator['getRequestOptions'](global[_0x177af9(0x262)]),logger[_0x177af9(0x1b1)](_0x177af9(0x2de)+global['newHubUrl']),global[_0x177af9(0x262)]='';}catch(_0x4ad354){logger[_0x177af9(0x271)](_0x4ad354);}return super[_0x177af9(0x2f0)](_0x461843);}}class _0x4ea56c extends _0x3e374f['Builder']{[_0x2a7a04(0x1ee)](_0x3b386b){const _0x1c6eb2=_0x2a7a04;let _0x318744={};for(const _0x88de23 in _0x3b386b){switch(_0x88de23){case _0x2b6643[_0x1c6eb2(0x22a)]:case _0x2b6643[_0x1c6eb2(0x204)]:this['chromeOptions_']&&(_0x318744=this[_0x1c6eb2(0x239)][_0x1c6eb2(0x2da)](this[_0x1c6eb2(0x239)][_0x1c6eb2(0x2ce)])||{},this[_0x1c6eb2(0x239)][_0x1c6eb2(0x1d5)](this[_0x1c6eb2(0x239)][_0x1c6eb2(0x2ce)],helper['mergeDeep'](_0x318744,_0x3b386b[_0x88de23])));break;case _0x2b6643[_0x1c6eb2(0x2a8)]:case _0x2b6643['ZNCZn']:this['edgeOptions_']&&(_0x318744=this[_0x1c6eb2(0x1c2)][_0x1c6eb2(0x2da)](this[_0x1c6eb2(0x1c2)][_0x1c6eb2(0x2ce)])||{},this[_0x1c6eb2(0x1c2)][_0x1c6eb2(0x1d5)](this[_0x1c6eb2(0x1c2)][_0x1c6eb2(0x2ce)],helper[_0x1c6eb2(0x2c6)](_0x318744,_0x3b386b[_0x88de23])));break;case _0x2b6643[_0x1c6eb2(0x277)]:case _0x2b6643['qfKEp']:this[_0x1c6eb2(0x264)]&&(_0x318744=this[_0x1c6eb2(0x264)][_0x1c6eb2(0x2da)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x1c6eb2(0x264)][_0x1c6eb2(0x1d5)](this[_0x1c6eb2(0x264)][_0x1c6eb2(0x2ce)],helper[_0x1c6eb2(0x2c6)](_0x318744,_0x3b386b[_0x88de23])));break;case _0x2b6643['vBmfJ']:this[_0x1c6eb2(0x29e)]&&(_0x318744=this[_0x1c6eb2(0x29e)][_0x1c6eb2(0x2da)](this[_0x1c6eb2(0x29e)]['CAPABILITY_KEY'])||{},this[_0x1c6eb2(0x29e)][_0x1c6eb2(0x1d5)](this[_0x1c6eb2(0x29e)][_0x1c6eb2(0x2ce)],helper[_0x1c6eb2(0x2c6)](_0x318744,_0x3b386b[_0x88de23])));break;case _0x2b6643[_0x1c6eb2(0x251)]:case _0x2b6643[_0x1c6eb2(0x29f)]:this[_0x1c6eb2(0x253)]&&(_0x318744=this[_0x1c6eb2(0x253)][_0x1c6eb2(0x2da)](this[_0x1c6eb2(0x253)]['CAPABILITY_KEY'])||{},this[_0x1c6eb2(0x253)][_0x1c6eb2(0x1d5)](this[_0x1c6eb2(0x253)][_0x1c6eb2(0x2ce)],helper[_0x1c6eb2(0x2c6)](_0x318744,_0x3b386b[_0x88de23])));break;}}}[_0x2a7a04(0x287)](){const _0x5d2365=_0x2a7a04;return this[_0x5d2365(0x1f4)]=helper[_0x5d2365(0x232)](_0x2ebd18),logger['debug']('Hub\x20url\x20set\x20to\x20'+this[_0x5d2365(0x1f4)]),this;}[_0x2a7a04(0x1de)](){const _0x39a313=_0x2a7a04;return logger[_0x39a313(0x1b1)](_0x2b6643[_0x39a313(0x20b)]),this[_0x39a313(0x1ee)](_0x2ebd18[_0x39a313(0x1a3)]),Object[_0x39a313(0x215)](_0x2ebd18[_0x39a313(0x1a3)])[_0x39a313(0x217)](_0x6dc91=>{const _0x4f294b=_0x39a313,_0xc52618=this[_0x4f294b(0x226)][_0x4f294b(0x2da)](_0x6dc91);_0x2b6643['rXeJk'](typeof _0xc52618,_0x2b6643['kRxxE'])?this['capabilities_'][_0x4f294b(0x1d5)](_0x6dc91,helper[_0x4f294b(0x2c6)](_0xc52618,_0x2ebd18[_0x4f294b(0x1a3)][_0x6dc91])):this['capabilities_']['set'](_0x6dc91,_0x2ebd18[_0x4f294b(0x1a3)][_0x6dc91]);}),this;}[_0x2a7a04(0x27c)](){const _0x3e49ca=_0x2a7a04,_0x16c2d1={'IHZhS':_0x2b6643[_0x3e49ca(0x245)],'EnFyW':_0x2b6643[_0x3e49ca(0x243)],'VsMwW':function(_0x6ef2ea,_0x5f68b9,_0x97764e,_0x218791,_0x2b9076){return _0x2b6643['iLbRc'](_0x6ef2ea,_0x5f68b9,_0x97764e,_0x218791,_0x2b9076);},'LEjLS':function(_0x4a63f6,_0x423a39){const _0x36f037=_0x3e49ca;return _0x2b6643[_0x36f037(0x2dd)](_0x4a63f6,_0x423a39);},'OdHqz':_0x2b6643[_0x3e49ca(0x2a0)],'yHfez':_0x2b6643['oslxB'],'WobvZ':function(_0x1fc139,_0x471df2){const _0x50003a=_0x3e49ca;return _0x2b6643[_0x50003a(0x1ac)](_0x1fc139,_0x471df2);},'gjyFb':function(_0xf9424c,_0x2dc294,_0xca0eb8){const _0x48a4b1=_0x3e49ca;return _0x2b6643[_0x48a4b1(0x26c)](_0xf9424c,_0x2dc294,_0xca0eb8);},'haWWA':function(_0x523da8,_0x22c0b0,_0x3b90a){const _0xf087ed=_0x3e49ca;return _0x2b6643[_0xf087ed(0x26c)](_0x523da8,_0x22c0b0,_0x3b90a);},'VxoMW':function(_0xa5f372,_0x361fec,_0x329bdd,_0x4da062,_0x35fc66){return _0x2b6643['iLbRc'](_0xa5f372,_0x361fec,_0x329bdd,_0x4da062,_0x35fc66);},'YKFqh':function(_0x36b109,_0x3194f1){const _0x34582d=_0x3e49ca;return _0x2b6643[_0x34582d(0x1ac)](_0x36b109,_0x3194f1);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x3e49ca(0x2bf)],()=>{const _0x47ee7c=_0x3e49ca;_0x2b6643[_0x47ee7c(0x2ac)](isAccessibilityAutomationSession)&&_0x2b6643[_0x47ee7c(0x283)](setAccessibilityCapabilities,_0x2ebd18);this[_0x47ee7c(0x287)](),this[_0x47ee7c(0x1de)]();if(helper[_0x47ee7c(0x2cf)](_0x2ebd18[_0x47ee7c(0x21c)][_0x47ee7c(0x2a3)]))this[_0x47ee7c(0x293)]=helper[_0x47ee7c(0x299)](_0x2ebd18[_0x47ee7c(0x21c)][_0x47ee7c(0x2a3)]);else _0x2ebd18['proxySettings'][_0x47ee7c(0x2a3)]&&(this[_0x47ee7c(0x1f1)]=_0x2ebd18[_0x47ee7c(0x21c)][_0x47ee7c(0x2a3)],logger[_0x47ee7c(0x1b1)](_0x47ee7c(0x2ed)+this['proxy_']));if(_0x2b6643[_0x47ee7c(0x2ac)](isAccessibilityAutomationSession)){const _0x35f90b=this[_0x47ee7c(0x226)]['get'](_0x2b6643[_0x47ee7c(0x2cb)])||{},_0x3031dd=_0x35f90b[_0x47ee7c(0x2a6)]||this[_0x47ee7c(0x226)][_0x47ee7c(0x2da)](_0x2b6643[_0x47ee7c(0x1b8)])||this[_0x47ee7c(0x226)][_0x47ee7c(0x2da)](_0x2b6643['dksaK']);if(_0x3031dd){const _0xe039a1=(_0x35f90b[_0x47ee7c(0x27b)]||this[_0x47ee7c(0x226)][_0x47ee7c(0x2da)](_0x2b6643[_0x47ee7c(0x1c1)])||'')[_0x47ee7c(0x25d)](),_0x54e394=(_0x35f90b[_0x47ee7c(0x1ba)]||this['capabilities_'][_0x47ee7c(0x2da)](_0x2b6643[_0x47ee7c(0x28f)])||'')[_0x47ee7c(0x25d)]();_0x2b6643[_0x47ee7c(0x224)](_0xe039a1,_0x2b6643[_0x47ee7c(0x25e)])&&_0x54e394[_0x47ee7c(0x1ae)](_0x2b6643[_0x47ee7c(0x2e5)])&&(_0x2b6643[_0x47ee7c(0x2ac)](isMobileScanningEnabledForGroup)&&(logger[_0x47ee7c(0x1b1)](_0x2b6643[_0x47ee7c(0x24f)]),globals['setGlobal'](_0x2b6643[_0x47ee7c(0x2e8)],!![])));}}if(globals[_0x47ee7c(0x207)](_0x2b6643[_0x47ee7c(0x1f8)])){if(!_0x2b6643[_0x47ee7c(0x26c)](setExtension,this,_0x2ebd18)){globals[_0x47ee7c(0x205)](_0x2b6643[_0x47ee7c(0x1f8)],![]);const _0x419b8a=this['capabilities_'][_0x47ee7c(0x2da)](_0x2b6643['JMFpi']);_0x419b8a&&(_0x419b8a[_0x47ee7c(0x1b3)]=![],delete _0x419b8a[_0x47ee7c(0x291)],this[_0x47ee7c(0x226)][_0x47ee7c(0x1d5)](_0x2b6643['JMFpi'],_0x419b8a)),this[_0x47ee7c(0x226)][_0x47ee7c(0x2da)](_0x2b6643['rXspf'])&&(this[_0x47ee7c(0x226)][_0x47ee7c(0x1d5)](_0x2b6643[_0x47ee7c(0x211)],![]),this[_0x47ee7c(0x226)][_0x47ee7c(0x1f6)](_0x2b6643[_0x47ee7c(0x228)]));}}(!helper['isBrowserstackInfra']()||helper['isTurboScaleSession'](_0x2ebd18))&&helper['prepareCapabilities'](null,null,_0x2ebd18[_0x47ee7c(0x2e0)],null,this,null),helper[_0x47ee7c(0x237)](_0x2ebd18[_0x47ee7c(0x1a3)]),logger['debug'](_0x2b6643[_0x47ee7c(0x2b7)]);})();const _0x3c0f54=super['build']();return PerformanceTester[_0x3e49ca(0x1c8)](PerformanceEvents[_0x3e49ca(0x2ba)],()=>{const _0x3c02eb=_0x3e49ca,_0x3b1768={'pSMfz':function(_0x3e0519,_0x590b2d,_0x5941b2){const _0x4666e7=a152_0x5ade;return _0x16c2d1[_0x4666e7(0x208)](_0x3e0519,_0x590b2d,_0x5941b2);},'ShXRs':function(_0x41680a,_0x211f3a,_0x3bb2e9,_0xe78d99,_0x3aa9f8){const _0x4c1d18=a152_0x5ade;return _0x16c2d1[_0x4c1d18(0x1c9)](_0x41680a,_0x211f3a,_0x3bb2e9,_0xe78d99,_0x3aa9f8);},'yJMhP':function(_0x10b52c,_0x2622fa){return _0x16c2d1['YKFqh'](_0x10b52c,_0x2622fa);},'fPlyt':_0x16c2d1[_0x3c02eb(0x260)],'dsRAS':_0x16c2d1[_0x3c02eb(0x28e)]};_0x3c0f54[_0x3c02eb(0x21e)][_0x3c02eb(0x275)](_0x16333f=>{const _0x4bf620=_0x3c02eb;try{const _0x2ed25f=_0x16333f[_0x4bf620(0x1a7)]['get'](_0x16c2d1[_0x4bf620(0x1e4)]);_0x2ed25f?(logger[_0x4bf620(0x1b1)](_0x4bf620(0x24e)+_0x2ed25f),hubAllocator['updateHubUrl'](_0x2ed25f),helper[_0x4bf620(0x1c7)](_0x2ed25f)):logger[_0x4bf620(0x1b1)](_0x16c2d1[_0x4bf620(0x1e1)]);}catch(_0x410085){logger[_0x4bf620(0x1b1)](_0x4bf620(0x1aa)+_0x410085);}}),_0x3c0f54[_0x3c02eb(0x275)]&&_0x3c0f54[_0x3c02eb(0x275)](_0x304d64=>{const _0x13c6f7=_0x3c02eb,_0x5db185={'HOFRE':function(_0x471ae0,_0x35abaf,_0x55eefb,_0x32b7fe,_0x40b917){return _0x16c2d1['VsMwW'](_0x471ae0,_0x35abaf,_0x55eefb,_0x32b7fe,_0x40b917);},'tvIhk':function(_0x435304,_0x222e56){const _0x26fd98=a152_0x5ade;return _0x16c2d1[_0x26fd98(0x2b1)](_0x435304,_0x222e56);},'uwRYl':_0x16c2d1['OdHqz'],'PjMsu':_0x16c2d1[_0x13c6f7(0x28e)],'EbfEh':function(_0x24a229,_0x199827){return _0x16c2d1['WobvZ'](_0x24a229,_0x199827);}};helper[_0x13c6f7(0x223)](_0x304d64,_0x2ebd18),_0x16c2d1['gjyFb'](overrideExecute,_0x304d64,_0x2ebd18),_0x304d64['getAccessibilityResultsSummary']=async()=>{const _0x39af22=_0x13c6f7;return await _0x3b1768[_0x39af22(0x2b8)](getAccessibilityResultsSummary,_0x304d64,global);},_0x304d64['getAccessibilityResults']=async()=>{const _0xfd4e4d=_0x13c6f7;return await _0x3b1768[_0xfd4e4d(0x2b8)](getAccessibilityResults,_0x304d64,global);},_0x304d64[_0x13c6f7(0x2a1)]=async _0x32fede=>{const _0x238d92=_0x13c6f7;return await _0x5db185[_0x238d92(0x1e9)](performScan,_0x304d64,null,!![],_0x5db185[_0x238d92(0x1f9)](_0x32fede,null));},_0x304d64[_0x13c6f7(0x254)]=async _0x499fbb=>{const _0x2e2f1b=_0x13c6f7;globals[_0x2e2f1b(0x205)](_0x5db185[_0x2e2f1b(0x2e1)],!![]),globals['setGlobal'](_0x5db185[_0x2e2f1b(0x203)],_0x5db185[_0x2e2f1b(0x1e7)](_0x499fbb,null));},_0x304d64[_0x13c6f7(0x1ad)]=async()=>{const _0x4e04c4=_0x13c6f7;globals[_0x4e04c4(0x205)](_0x5db185[_0x4e04c4(0x2e1)],![]),globals[_0x4e04c4(0x205)](_0x5db185[_0x4e04c4(0x203)],null);};}),_0x3c0f54[_0x3c02eb(0x1c3)]=async()=>{return await _0x16c2d1['haWWA'](getAccessibilityResultsSummary,_0x3c0f54,global);},_0x3c0f54['getAccessibilityResults']=async()=>{const _0x3b8f2b=_0x3c02eb;return await _0x3b1768[_0x3b8f2b(0x2b8)](getAccessibilityResults,_0x3c0f54,global);},_0x3c0f54['performScan']=async _0x2adf65=>{const _0x37aa71=_0x3c02eb;return await _0x3b1768[_0x37aa71(0x2b5)](performScan,_0x3c0f54,null,!![],_0x3b1768[_0x37aa71(0x202)](_0x2adf65,null));},_0x3c0f54[_0x3c02eb(0x254)]=async _0x3e2009=>{const _0x1be22f=_0x3c02eb;globals[_0x1be22f(0x205)](_0x16c2d1['OdHqz'],!![]),globals[_0x1be22f(0x205)](_0x16c2d1[_0x1be22f(0x28e)],_0x16c2d1[_0x1be22f(0x1ca)](_0x3e2009,null));},_0x3c0f54[_0x3c02eb(0x1ad)]=async()=>{const _0x4fc18d=_0x3c02eb;globals[_0x4fc18d(0x205)](_0x3b1768['fPlyt'],![]),globals[_0x4fc18d(0x205)](_0x3b1768[_0x4fc18d(0x2a5)],null);},helper[_0x3c02eb(0x223)](_0x3c0f54,_0x2ebd18),_0x16c2d1[_0x3c02eb(0x257)](overrideExecute,_0x3c0f54,_0x2ebd18),helper[_0x3c02eb(0x1fb)](global[_0x3c02eb(0x1d8)])&&(global[_0x3c02eb(0x1d8)]=[]),global[_0x3c02eb(0x1d8)]['push'](_0x3c0f54);})(),_0x3c0f54;}}_0x3e374f[_0x2a7a04(0x27e)]=_0x3e374f['Builder'],_0x3e374f[_0x2a7a04(0x1b7)]=_0x4ea56c,_0xa4795f[_0x2a7a04(0x263)]=_0x270e7a;},modifyV2=(_0x4cd170,_0xdc748f=null,_0x2b035c=![])=>{const _0x58a2bf=a152_0x14c68f,_0x3dd7c4={'yJmhX':function(_0x1d3608,_0x26eaf8){return _0x1d3608!==_0x26eaf8;},'yjvYU':_0x58a2bf(0x1e3),'geEjg':function(_0x5c5a76,_0x2c96cb){return _0x5c5a76+_0x2c96cb;},'oUqBp':function(_0x662213,_0x6060ce){return _0x662213+_0x6060ce;},'LgimL':'https://','hauvD':_0x58a2bf(0x27f),'zttgQ':_0x58a2bf(0x2b6),'ltTGV':_0x58a2bf(0x1d6),'solJN':'goog:chromeOptions','jNvHS':_0x58a2bf(0x1c5),'slwuo':_0x58a2bf(0x209),'QEEJO':'edgeOptions','fDOvB':_0x58a2bf(0x1e2),'HzngG':_0x58a2bf(0x218),'OgTVV':_0x58a2bf(0x292),'dULzz':_0x58a2bf(0x2c0),'tJEmg':_0x58a2bf(0x2a2),'xfbhf':function(_0x3ef1c5,_0x2201cb){return _0x3ef1c5===_0x2201cb;},'YlaJt':'object','MOudT':_0x58a2bf(0x282),'iStfu':function(_0x5cc4ae,_0xa17ee8){return _0x5cc4ae>_0xa17ee8;},'vMpGj':function(_0x2bc605){return _0x2bc605();},'sUPgq':function(_0x31a52f,_0x508c26){return _0x31a52f(_0x508c26);},'pGffl':function(_0x3052ce){return _0x3052ce();},'JtRWe':_0x58a2bf(0x1d7),'IfsTm':_0x58a2bf(0x273),'lbOBS':_0x58a2bf(0x2a6),'REFYI':_0x58a2bf(0x27b),'MIgnD':'browserName','hKSQH':function(_0x33a5c3,_0x2ef5e0){return _0x33a5c3===_0x2ef5e0;},'Zmxay':_0x58a2bf(0x2b2),'wFels':'chrome','QxLar':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','IjNsY':'isMobilePlatform','NpXgv':_0x58a2bf(0x22d),'DQJnG':function(_0x37f5df,_0x5e77db,_0x2dcbd1){return _0x37f5df(_0x5e77db,_0x2dcbd1);},'dhINE':_0x58a2bf(0x23a),'KpfnV':'browserstack.accessibilityOptions','nslGy':_0x58a2bf(0x2d3),'QKWmY':function(_0x724bbc){return _0x724bbc();},'NqcCU':_0x58a2bf(0x286),'PSYOG':_0x58a2bf(0x2eb),'rsybl':_0x58a2bf(0x24c),'BYSlI':_0x58a2bf(0x259),'oKgZU':function(_0x1dcaf0,_0x168767){return _0x1dcaf0(_0x168767);},'SWOFm':function(_0x61f6a0,_0x501ab3){return _0x61f6a0(_0x501ab3);},'dkxxu':function(_0x28e6b5,_0x17658c){return _0x28e6b5<_0x17658c;},'YsJxd':function(_0x5d7b64,_0x5c51b5){return _0x5d7b64(_0x5c51b5);},'VrdWV':function(_0x1b80a2,_0x28180c,_0x18b0b0){return _0x1b80a2(_0x28180c,_0x18b0b0);},'KVhRu':_0x58a2bf(0x2a7),'PRzsA':'jest','rTmAI':_0x58a2bf(0x1d4),'kmvHI':'.browserstack.com','MqOVl':_0x58a2bf(0x23b),'fMkVF':function(_0x25fdc7,_0x4e34c4,_0xbc3f6f){return _0x25fdc7(_0x4e34c4,_0xbc3f6f);},'TFFqD':'optimalHubUrl','gbeit':_0x58a2bf(0x1e0),'pmMkv':function(_0x2f2327,_0x7f2557,_0x470123,_0x54839c,_0x19284f){return _0x2f2327(_0x7f2557,_0x470123,_0x54839c,_0x19284f);},'SAvte':function(_0x1a4a15,_0x2cb07e){return _0x1a4a15||_0x2cb07e;},'Wiafu':_0x58a2bf(0x20a),'lmawi':_0x58a2bf(0x222),'xlFrq':function(_0x5463d9,_0x3658f9){return _0x5463d9(_0x3658f9);},'lvnqz':function(_0x11113f,_0x1201f7){return _0x11113f(_0x1201f7);},'gkNJz':function(_0x56f70b,_0x8d3fe2){return _0x56f70b!==_0x8d3fe2;},'DeWwu':_0x58a2bf(0x285),'sdIco':function(_0x2b6635,_0x248c42){return _0x2b6635(_0x248c42);},'BvcGI':function(_0x215dba,_0x2d55a2,_0x316372){return _0x215dba(_0x2d55a2,_0x316372);},'AtstY':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','YxAnH':_0x58a2bf(0x284),'KCpQx':function(_0x1a66ee){return _0x1a66ee();},'Qgerv':_0x58a2bf(0x2c1),'QLUnv':_0x58a2bf(0x1c6),'sfDHw':_0x58a2bf(0x280),'dayIj':_0x58a2bf(0x236),'Mvfik':_0x58a2bf(0x1b4)},_0x367519=helper[_0x58a2bf(0x2d1)]();let _0x567f23;try{_0x567f23=helper[_0x58a2bf(0x1b0)](),_0x567f23[_0x58a2bf(0x27e)]&&(_0x567f23[_0x58a2bf(0x1b7)]=_0x567f23[_0x58a2bf(0x27e)]);}catch(_0x4d4a37){return;}if(helper[_0x58a2bf(0x2e9)]()){const _0x2e972f={};_0x2e972f[_0x58a2bf(0x23f)]=_0x4cd170[_0x58a2bf(0x23e)],helper[_0x58a2bf(0x2ae)](_0x2e972f,new Map(),new Map()),logger[_0x58a2bf(0x227)](_0x3dd7c4[_0x58a2bf(0x1ec)]),logger[_0x58a2bf(0x1b1)](_0x3dd7c4[_0x58a2bf(0x29b)]);}class _0x4e665a extends _0x367519[_0x58a2bf(0x263)]{[_0x58a2bf(0x2f0)](_0x3e53bd){const _0x3ed7f1=_0x58a2bf;if(_0x3dd7c4[_0x3ed7f1(0x279)](_0x3e53bd[_0x3ed7f1(0x1e8)],_0x3dd7c4['yjvYU'])&&_0x3dd7c4[_0x3ed7f1(0x279)](global[_0x3ed7f1(0x262)],''))try{global[_0x3ed7f1(0x262)]=_0x3dd7c4[_0x3ed7f1(0x1c0)](_0x3dd7c4[_0x3ed7f1(0x28d)](_0x3dd7c4[_0x3ed7f1(0x229)],global[_0x3ed7f1(0x262)]),_0x3dd7c4[_0x3ed7f1(0x289)]),this[_0x3ed7f1(0x2c4)]=hubAllocator[_0x3ed7f1(0x295)](global[_0x3ed7f1(0x262)]),logger['debug'](_0x3ed7f1(0x2de)+global['newHubUrl']),global[_0x3ed7f1(0x262)]='';}catch(_0x5ed6c7){logger[_0x3ed7f1(0x271)](_0x5ed6c7);}if(globals[_0x3ed7f1(0x207)](_0x3dd7c4[_0x3ed7f1(0x298)])&&globals[_0x3ed7f1(0x207)](_0x3dd7c4[_0x3ed7f1(0x1b2)])){const _0x318020=_0x3e53bd['path']['split']('/')[0x2];_0x318020&&commandRepository[_0x3ed7f1(0x1fd)](_0x318020,_0x3e53bd);}return super[_0x3ed7f1(0x2f0)](_0x3e53bd);}}class _0x275128 extends _0x567f23[_0x58a2bf(0x1b7)]{[_0x58a2bf(0x287)](){const _0x1be88b=_0x58a2bf;return helper[_0x1be88b(0x2e9)]()&&(this[_0x1be88b(0x1f4)]=helper[_0x1be88b(0x232)](_0x4cd170)),this;}[_0x58a2bf(0x1ee)](_0x235465){const _0x1e783b=_0x58a2bf;let _0x2188cb={};for(const _0x3fa6aa in _0x235465){switch(_0x3fa6aa){case _0x3dd7c4['solJN']:case _0x3dd7c4[_0x1e783b(0x2cd)]:this[_0x1e783b(0x239)]&&(_0x2188cb=this['chromeOptions_'][_0x1e783b(0x2da)](this[_0x1e783b(0x239)]['CAPABILITY_KEY'])||{},this[_0x1e783b(0x239)]['set'](this['chromeOptions_'][_0x1e783b(0x2ce)],helper[_0x1e783b(0x2c6)](_0x2188cb,_0x235465[_0x3fa6aa])));break;case _0x3dd7c4[_0x1e783b(0x276)]:case _0x3dd7c4[_0x1e783b(0x2df)]:this[_0x1e783b(0x1c2)]&&(_0x2188cb=this[_0x1e783b(0x1c2)][_0x1e783b(0x2da)](this[_0x1e783b(0x1c2)][_0x1e783b(0x2ce)])||{},this[_0x1e783b(0x1c2)][_0x1e783b(0x1d5)](this[_0x1e783b(0x1c2)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x2188cb,_0x235465[_0x3fa6aa])));break;case _0x3dd7c4['fDOvB']:case _0x3dd7c4[_0x1e783b(0x2bc)]:this['firefoxOptions_']&&(_0x2188cb=this['firefoxOptions_'][_0x1e783b(0x2da)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this['firefoxOptions_']['set'](this['firefoxOptions_'][_0x1e783b(0x2ce)],helper[_0x1e783b(0x2c6)](_0x2188cb,_0x235465[_0x3fa6aa])));break;case _0x3dd7c4[_0x1e783b(0x2ab)]:this['safariOptions_']&&(_0x2188cb=this['safariOptions_'][_0x1e783b(0x2da)](this['safariOptions_'][_0x1e783b(0x2ce)])||{},this[_0x1e783b(0x29e)][_0x1e783b(0x1d5)](this['safariOptions_'][_0x1e783b(0x2ce)],helper[_0x1e783b(0x2c6)](_0x2188cb,_0x235465[_0x3fa6aa])));break;case _0x3dd7c4[_0x1e783b(0x2a9)]:case _0x3dd7c4[_0x1e783b(0x1f5)]:this[_0x1e783b(0x253)]&&(_0x2188cb=this[_0x1e783b(0x253)][_0x1e783b(0x2da)](this[_0x1e783b(0x253)]['CAPABILITY_KEY'])||{},this['ieOptions_'][_0x1e783b(0x1d5)](this[_0x1e783b(0x253)][_0x1e783b(0x2ce)],helper[_0x1e783b(0x2c6)](_0x2188cb,_0x235465[_0x3fa6aa])));break;}}}[_0x58a2bf(0x1de)](){const _0x742da8=_0x58a2bf,_0x35dd6e={'dICZs':function(_0x59433e,_0x473ae0){const _0x285fe8=a152_0x5ade;return _0x3dd7c4[_0x285fe8(0x265)](_0x59433e,_0x473ae0);},'WrXAi':_0x3dd7c4['YlaJt']};logger[_0x742da8(0x1b1)](_0x3dd7c4[_0x742da8(0x2c3)]);const _0x56df03=_0x4cd170[_0x742da8(0x1a3)]&&_0x3dd7c4[_0x742da8(0x200)](Object['keys'](_0x4cd170[_0x742da8(0x1a3)])[_0x742da8(0x1f7)],0x0)?_0x4cd170[_0x742da8(0x1a3)]:_0x4cd170[_0x742da8(0x206)]&&Array[_0x742da8(0x19e)](_0x4cd170[_0x742da8(0x206)])&&_0x3dd7c4[_0x742da8(0x200)](_0x4cd170[_0x742da8(0x206)]['length'],0x0)?_0x4cd170['capabilities'][0x0]:{};return this[_0x742da8(0x1ee)](_0x56df03),Object[_0x742da8(0x215)](_0x56df03)[_0x742da8(0x217)](_0xb18456=>{const _0x54850b=_0x742da8,_0x432a29=this[_0x54850b(0x226)][_0x54850b(0x2da)](_0xb18456);_0x35dd6e['dICZs'](typeof _0x432a29,_0x35dd6e[_0x54850b(0x2c7)])?this[_0x54850b(0x226)]['set'](_0xb18456,helper['mergeDeep'](_0x432a29,_0x56df03[_0xb18456])):this[_0x54850b(0x226)]['set'](_0xb18456,_0x56df03[_0xb18456]);}),this;}['build'](){const _0x1f3f3d=_0x58a2bf,_0x42a691={'qgPgT':function(_0x2c324a){return _0x3dd7c4['vMpGj'](_0x2c324a);},'IkWCw':function(_0x437f64,_0x3080d3,_0x269a5c){return _0x3dd7c4['fMkVF'](_0x437f64,_0x3080d3,_0x269a5c);},'tiqbE':_0x3dd7c4[_0x1f3f3d(0x238)],'lhNLS':_0x3dd7c4[_0x1f3f3d(0x201)],'MHIfS':_0x3dd7c4[_0x1f3f3d(0x28c)],'ZhMLo':_0x3dd7c4['KpfnV'],'GwsrU':_0x3dd7c4[_0x1f3f3d(0x281)],'sHwOn':_0x3dd7c4[_0x1f3f3d(0x20c)],'Bqnsl':function(_0x3b5296,_0x379303,_0x4f83af,_0xe28549,_0x5df82c){const _0x168247=_0x1f3f3d;return _0x3dd7c4[_0x168247(0x20d)](_0x3b5296,_0x379303,_0x4f83af,_0xe28549,_0x5df82c);},'KlnXt':function(_0x588652,_0x34c78a){return _0x3dd7c4['SAvte'](_0x588652,_0x34c78a);},'WUsYw':_0x3dd7c4['Wiafu'],'ajAYq':_0x3dd7c4[_0x1f3f3d(0x20e)],'rLAPC':function(_0x279b1f,_0x47a391,_0x81f754){const _0x1de4d3=_0x1f3f3d;return _0x3dd7c4[_0x1de4d3(0x234)](_0x279b1f,_0x47a391,_0x81f754);},'xTtXK':function(_0x543de8,_0x408e34,_0x5d57e6,_0x291464,_0x377371){const _0x1a24f5=_0x1f3f3d;return _0x3dd7c4[_0x1a24f5(0x20d)](_0x543de8,_0x408e34,_0x5d57e6,_0x291464,_0x377371);},'LOrZi':function(_0x2c2c85,_0x3cc256){const _0x44ab36=_0x1f3f3d;return _0x3dd7c4[_0x44ab36(0x2b4)](_0x2c2c85,_0x3cc256);},'GmDRB':function(_0x231482,_0x57dce8,_0x4f005a){const _0x239042=_0x1f3f3d;return _0x3dd7c4[_0x239042(0x212)](_0x231482,_0x57dce8,_0x4f005a);},'szckj':function(_0x6bbc2b,_0x530fc0,_0x5e5073){return _0x3dd7c4['fMkVF'](_0x6bbc2b,_0x530fc0,_0x5e5073);},'ERvpu':function(_0x6446bc,_0x5a7245){const _0x3837c8=_0x1f3f3d;return _0x3dd7c4[_0x3837c8(0x24b)](_0x6446bc,_0x5a7245);},'PhqwP':function(_0x2dfbee,_0x26b734){const _0x39b8e3=_0x1f3f3d;return _0x3dd7c4[_0x39b8e3(0x24a)](_0x2dfbee,_0x26b734);}};PerformanceTester[_0x1f3f3d(0x1c8)](PerformanceEvents[_0x1f3f3d(0x2bf)],()=>{const _0x1fcc9d=_0x1f3f3d;if(helper[_0x1fcc9d(0x2e9)]()){helper['setAdditionalCapabilities'](_0x4cd170[_0x1fcc9d(0x1a3)]);_0x3dd7c4[_0x1fcc9d(0x247)](isAccessibilityAutomationSession)&&_0x3dd7c4[_0x1fcc9d(0x235)](setAccessibilityCapabilities,_0x4cd170);this[_0x1fcc9d(0x287)](),this[_0x1fcc9d(0x1de)]();if(helper['isPacProxy'](_0x4cd170[_0x1fcc9d(0x21c)][_0x1fcc9d(0x2a3)]))this[_0x1fcc9d(0x293)]=helper[_0x1fcc9d(0x299)](_0x4cd170[_0x1fcc9d(0x21c)][_0x1fcc9d(0x2a3)]);else _0x4cd170[_0x1fcc9d(0x21c)][_0x1fcc9d(0x2a3)]&&(this[_0x1fcc9d(0x1f1)]=_0x4cd170['proxySettings'][_0x1fcc9d(0x2a3)],logger[_0x1fcc9d(0x1b1)](_0x1fcc9d(0x2ed)+this[_0x1fcc9d(0x1f1)]));if(_0x3dd7c4[_0x1fcc9d(0x23d)](isAccessibilityAutomationSession)){const _0x2eaa3a=this[_0x1fcc9d(0x226)][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x201)])||{},_0x432164=_0x2eaa3a[_0x1fcc9d(0x2a6)]||this[_0x1fcc9d(0x226)]['get'](_0x3dd7c4['IfsTm'])||this[_0x1fcc9d(0x226)][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x219)]);if(_0x432164){const _0x475139=(_0x2eaa3a[_0x1fcc9d(0x27b)]||this[_0x1fcc9d(0x226)][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x1ed)])||'')[_0x1fcc9d(0x25d)](),_0x40b639=(_0x2eaa3a['browserName']||this[_0x1fcc9d(0x226)][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x1a6)])||'')[_0x1fcc9d(0x25d)]();_0x3dd7c4[_0x1fcc9d(0x2d0)](_0x475139,_0x3dd7c4[_0x1fcc9d(0x24d)])&&_0x40b639[_0x1fcc9d(0x1ae)](_0x3dd7c4[_0x1fcc9d(0x1a9)])&&(_0x3dd7c4[_0x1fcc9d(0x247)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x3dd7c4[_0x1fcc9d(0x29c)]),globals['setGlobal'](_0x3dd7c4['IjNsY'],!![])));}}if(globals['getGlobal'](_0x3dd7c4[_0x1fcc9d(0x238)])){if(!_0x3dd7c4[_0x1fcc9d(0x246)](setExtension,this,_0x4cd170)){globals[_0x1fcc9d(0x205)](_0x3dd7c4['NpXgv'],![]);const _0x471f9c=this['capabilities_'][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x201)]);_0x471f9c&&(_0x471f9c[_0x1fcc9d(0x1b3)]=![],delete _0x471f9c[_0x1fcc9d(0x291)],this['capabilities_'][_0x1fcc9d(0x1d5)](_0x3dd7c4['JtRWe'],_0x471f9c)),this[_0x1fcc9d(0x226)][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x28c)])&&(this['capabilities_'][_0x1fcc9d(0x1d5)](_0x3dd7c4[_0x1fcc9d(0x28c)],![]),this['capabilities_'][_0x1fcc9d(0x1f6)](_0x3dd7c4[_0x1fcc9d(0x248)]));}}process['env'][_0x1fcc9d(0x2b0)]&&(helper[_0x1fcc9d(0x230)](null,null,_0x4cd170[_0x1fcc9d(0x2e0)],null,this,null),helper[_0x1fcc9d(0x237)](_0x4cd170['capability']),helper[_0x1fcc9d(0x2cc)]()),logger['debug'](_0x3dd7c4[_0x1fcc9d(0x25a)]);}else{if(this[_0x1fcc9d(0x239)]){const _0x5cb6c0=this['chromeOptions_'][_0x1fcc9d(0x2da)](this[_0x1fcc9d(0x239)]['CAPABILITY_KEY']||_0x3dd7c4[_0x1fcc9d(0x258)]);if(_0x5cb6c0&&_0x5cb6c0[_0x1fcc9d(0x1bb)]){const _0x381ddb=this['capabilities_'][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x258)])||{},_0x4b578e=(_0x381ddb[_0x1fcc9d(0x1bb)]||[])[_0x1fcc9d(0x2af)](_0x5cb6c0[_0x1fcc9d(0x1bb)]||[]),_0x32f4d5=Array['from'](new Set(_0x4b578e)),_0x443efb={};_0x443efb[_0x1fcc9d(0x1bb)]=_0x32f4d5,this['capabilities_']['set'](_0x3dd7c4[_0x1fcc9d(0x258)],Object[_0x1fcc9d(0x21d)]({},_0x381ddb,_0x5cb6c0,_0x443efb));}}helper['readTcgAuthConfigToGlobal']();if(_0x3dd7c4[_0x1fcc9d(0x1bc)](isAccessibilityAutomationSession)&&this[_0x1fcc9d(0x1db)]()['includes'](_0x3dd7c4[_0x1fcc9d(0x1bd)])){let _0xd685f=!![];const _0x193039=this[_0x1fcc9d(0x226)][_0x1fcc9d(0x2da)](_0x3dd7c4['JtRWe'])||{},_0x1268e7=_0x193039[_0x1fcc9d(0x2a6)]||this[_0x1fcc9d(0x226)][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x249)])||this[_0x1fcc9d(0x226)][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x219)]);if(_0x1268e7){const _0x20e521=(_0x193039[_0x1fcc9d(0x27b)]||this['capabilities_'][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x1ed)])||'')[_0x1fcc9d(0x25d)](),_0x3c85d0=(_0x193039['browserName']||this['capabilities_'][_0x1fcc9d(0x2da)](_0x3dd7c4['MIgnD'])||'')['toLowerCase']();_0x3dd7c4[_0x1fcc9d(0x2d0)](_0x20e521,_0x3dd7c4['Zmxay'])&&_0x3c85d0[_0x1fcc9d(0x1ae)](_0x3dd7c4[_0x1fcc9d(0x1a9)])?!_0x3dd7c4[_0x1fcc9d(0x23d)](isMobileScanningEnabledForGroup)?(logger[_0x1fcc9d(0x261)](MOBILE_SCANNING_DISABLED_WARNING),_0xd685f=![]):(logger[_0x1fcc9d(0x1b1)](_0x3dd7c4['QxLar']),globals['setGlobal'](_0x3dd7c4[_0x1fcc9d(0x27a)],!![])):(logger[_0x1fcc9d(0x261)](_0x3dd7c4[_0x1fcc9d(0x1b5)]),_0xd685f=![]);}if(_0xd685f){const _0x4cc1de=_0x3dd7c4['sUPgq'](parseFloat,_0x193039['browserVersion']||this['capabilities_']['get'](_0x3dd7c4[_0x1fcc9d(0x1fe)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x2771fe}=_0x3dd7c4[_0x1fcc9d(0x235)](require,_0x3dd7c4[_0x1fcc9d(0x2e6)]),_0x569807=_0x3dd7c4[_0x1fcc9d(0x1ff)](parseFloat,_0x2771fe);!_0x3dd7c4[_0x1fcc9d(0x256)](isNaN,_0x4cc1de)&&_0x3dd7c4[_0x1fcc9d(0x1cb)](_0x4cc1de,_0x569807)&&(logger[_0x1fcc9d(0x261)](_0x1fcc9d(0x21b)+_0x2771fe+'.'),_0xd685f=![]);}if(_0xd685f){_0x3dd7c4[_0x1fcc9d(0x1f0)](setAccessibilityCapabilities,_0x4cd170),this[_0x1fcc9d(0x1de)]();if(!_0x3dd7c4[_0x1fcc9d(0x234)](setExtension,this,_0x4cd170)){globals['setGlobal'](_0x3dd7c4[_0x1fcc9d(0x238)],![]);const _0x2ad534=this['capabilities_'][_0x1fcc9d(0x2da)](_0x3dd7c4[_0x1fcc9d(0x201)]);_0x2ad534&&(_0x2ad534[_0x1fcc9d(0x1b3)]=![],delete _0x2ad534[_0x1fcc9d(0x291)],this[_0x1fcc9d(0x226)][_0x1fcc9d(0x1d5)](_0x3dd7c4[_0x1fcc9d(0x201)],_0x2ad534)),this['capabilities_'][_0x1fcc9d(0x2da)](_0x3dd7c4['dhINE'])&&(this[_0x1fcc9d(0x226)][_0x1fcc9d(0x1d5)](_0x3dd7c4['dhINE'],![]),this['capabilities_'][_0x1fcc9d(0x1f6)](_0x3dd7c4[_0x1fcc9d(0x248)]));}}}_0x3dd7c4[_0x1fcc9d(0x2d0)](globals['getGlobal'](_0x3dd7c4[_0x1fcc9d(0x2e3)]),_0x3dd7c4[_0x1fcc9d(0x2c8)])&&(commandRepository[_0x1fcc9d(0x1fc)](_0x3dd7c4['PRzsA']),commandRepository[_0x1fcc9d(0x288)](globals['getGlobal'](_0x3dd7c4[_0x1fcc9d(0x290)])));if(this[_0x1fcc9d(0x1f4)][_0x1fcc9d(0x1ae)](_0x3dd7c4[_0x1fcc9d(0x1ab)]))logger[_0x1fcc9d(0x1b1)](_0x3dd7c4[_0x1fcc9d(0x22e)]),globals[_0x1fcc9d(0x205)](_0x3dd7c4[_0x1fcc9d(0x298)],![]),globals[_0x1fcc9d(0x205)](_0x3dd7c4[_0x1fcc9d(0x1b2)],![]);else globals['getGlobal'](_0x3dd7c4[_0x1fcc9d(0x298)])&&globals[_0x1fcc9d(0x207)](_0x3dd7c4[_0x1fcc9d(0x1b2)])&&aiSdkWrapper[_0x1fcc9d(0x1d3)](this);}})();const _0x29185d=super[_0x1f3f3d(0x27c)]();return PerformanceTester['measureWrapper'](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x352c4c=_0x1f3f3d,_0x39a7da={'FEDGK':function(_0x710621,_0x237072,_0x2de2a3){return _0x42a691['IkWCw'](_0x710621,_0x237072,_0x2de2a3);},'xAUuj':function(_0x406e1f,_0x7807a4,_0x50bb0e){const _0x533bb6=a152_0x5ade;return _0x42a691[_0x533bb6(0x1eb)](_0x406e1f,_0x7807a4,_0x50bb0e);},'yQnxA':function(_0x7ef25e,_0x30862f,_0x3e9100,_0x498423,_0x5d170a){const _0xd633fa=a152_0x5ade;return _0x42a691[_0xd633fa(0x1df)](_0x7ef25e,_0x30862f,_0x3e9100,_0x498423,_0x5d170a);},'MlVwY':function(_0xe35ae1,_0x377c22){const _0x2c00ac=a152_0x5ade;return _0x42a691[_0x2c00ac(0x2bd)](_0xe35ae1,_0x377c22);},'DQPao':_0x42a691['WUsYw'],'XMGES':_0x42a691[_0x352c4c(0x225)],'Syspf':function(_0x4a856,_0x571e9d){const _0x274d2d=_0x352c4c;return _0x42a691[_0x274d2d(0x1be)](_0x4a856,_0x571e9d);},'iRUwY':function(_0x139f6b,_0x2120ae,_0x3bcfcd){const _0x87461f=_0x352c4c;return _0x42a691[_0x87461f(0x2c5)](_0x139f6b,_0x2120ae,_0x3bcfcd);},'AxYwl':function(_0x1d7f7e,_0x5baa51,_0x1094db){const _0x16ba5c=_0x352c4c;return _0x42a691[_0x16ba5c(0x23c)](_0x1d7f7e,_0x5baa51,_0x1094db);},'ckJWn':function(_0x12e56b,_0x3ebcd9,_0x28ca02){const _0x5599ca=_0x352c4c;return _0x42a691[_0x5599ca(0x255)](_0x12e56b,_0x3ebcd9,_0x28ca02);},'jjTFW':function(_0x3c5817,_0x3a0e67){return _0x42a691['KlnXt'](_0x3c5817,_0x3a0e67);}};_0x29185d['session_'][_0x352c4c(0x275)](_0x3cc5e5=>{const _0x5dcf75=_0x352c4c,_0x36177d=_0x3cc5e5[_0x5dcf75(0x1a7)];if(!helper[_0x5dcf75(0x2e9)]()&&_0x42a691[_0x5dcf75(0x266)](isAccessibilityAutomationSession)){const _0x2510d9=_0x42a691[_0x5dcf75(0x2c5)](nonBstackPlatformValidation,_0x36177d,this);globals[_0x5dcf75(0x205)](_0x42a691[_0x5dcf75(0x231)],_0x2510d9);if(!_0x2510d9){const _0x193217=this[_0x5dcf75(0x226)][_0x5dcf75(0x2da)](_0x42a691[_0x5dcf75(0x22c)]);_0x193217&&(_0x193217[_0x5dcf75(0x1b3)]=![],delete _0x193217['accessibilityOptions'],this[_0x5dcf75(0x226)][_0x5dcf75(0x1d5)](_0x42a691[_0x5dcf75(0x22c)],_0x193217)),this['capabilities_'][_0x5dcf75(0x2da)](_0x42a691[_0x5dcf75(0x2ad)])&&(this[_0x5dcf75(0x226)][_0x5dcf75(0x1d5)](_0x42a691['MHIfS'],![]),this[_0x5dcf75(0x226)][_0x5dcf75(0x1f6)](_0x42a691[_0x5dcf75(0x1da)]));}}}),_0x29185d[_0x352c4c(0x21e)][_0x352c4c(0x275)](_0x281cff=>{const _0x26fc08=_0x352c4c;try{logger[_0x26fc08(0x1b1)]('Session\x20ID:\x20'+_0x281cff[_0x26fc08(0x252)]());const _0x367f3e=_0x281cff[_0x26fc08(0x1a7)][_0x26fc08(0x2da)](_0x42a691[_0x26fc08(0x272)]);_0x367f3e?(logger['debug'](_0x26fc08(0x24e)+_0x367f3e),hubAllocator[_0x26fc08(0x1c4)](_0x367f3e),helper['storeOptimalHubUrl'](_0x367f3e)):logger[_0x26fc08(0x1b1)](_0x42a691['sHwOn']);}catch(_0x563e9c){logger['debug'](_0x26fc08(0x1aa)+_0x563e9c);}}),_0x29185d[_0x352c4c(0x278)]=0x0,_0x29185d['then']&&_0x29185d['then'](_0x5879c8=>{const _0x43ced6=_0x352c4c,_0x534e46={};_0x534e46['ObEHq']=_0x39a7da['DQPao'],_0x534e46[_0x43ced6(0x1a2)]=_0x39a7da[_0x43ced6(0x233)];const _0x318064=_0x534e46;helper[_0x43ced6(0x21a)](_0x5879c8,_0x29185d),_0x2b035c&&_0x39a7da[_0x43ced6(0x2c2)](overrideTakeScreenshot,_0x5879c8),helper[_0x43ced6(0x223)](_0x5879c8,_0x4cd170),_0x39a7da[_0x43ced6(0x1b6)](overrideExecute,_0x5879c8,_0x4cd170),_0x4cd170[_0x43ced6(0x1a3)]&&percyHelper['patchDriverPercy'](_0x5879c8,_0x567f23['WebElement'],_0x4cd170),_0x5879c8[_0x43ced6(0x1c3)]=async()=>{const _0x236e06=_0x43ced6;return await _0x39a7da[_0x236e06(0x1a4)](getAccessibilityResultsSummary,_0x5879c8,global);},_0x5879c8['getAccessibilityResults']=async()=>{const _0x3ee7f3=_0x43ced6;return await _0x39a7da[_0x3ee7f3(0x1d9)](getAccessibilityResults,_0x5879c8,global);},_0x5879c8[_0x43ced6(0x2a1)]=async _0x26bf51=>{const _0x2b5621=_0x43ced6;return await _0x39a7da[_0x2b5621(0x1cf)](performScan,_0x5879c8,null,!![],_0x39a7da[_0x2b5621(0x269)](_0x26bf51,null));},_0x5879c8[_0x43ced6(0x254)]=async _0x5d7e54=>{const _0x26f202=_0x43ced6;globals[_0x26f202(0x205)](_0x39a7da[_0x26f202(0x2b9)],!![]),globals[_0x26f202(0x205)](_0x39a7da[_0x26f202(0x233)],_0x39a7da[_0x26f202(0x269)](_0x5d7e54,null));},_0x5879c8[_0x43ced6(0x1ad)]=async()=>{const _0x4aecfd=_0x43ced6;globals[_0x4aecfd(0x205)](_0x318064[_0x4aecfd(0x2d6)],![]),globals[_0x4aecfd(0x205)](_0x318064[_0x4aecfd(0x1a2)],null);};}),_0x29185d[_0x352c4c(0x1c3)]=async()=>{const _0x61d75=_0x352c4c;return await _0x39a7da[_0x61d75(0x21f)](getAccessibilityResultsSummary,_0x29185d,global);},_0x29185d[_0x352c4c(0x1a8)]=async()=>{const _0x57a415=_0x352c4c;return await _0x39a7da[_0x57a415(0x29d)](getAccessibilityResults,_0x29185d,global);},_0x29185d[_0x352c4c(0x2a1)]=async _0x4c1e3a=>{const _0x219f9d=_0x352c4c;return await _0x42a691['Bqnsl'](performScan,_0x29185d,null,!![],_0x42a691[_0x219f9d(0x2bd)](_0x4c1e3a,null));},_0x29185d[_0x352c4c(0x254)]=async _0x125762=>{const _0x41d5ec=_0x352c4c;globals[_0x41d5ec(0x205)](_0x39a7da[_0x41d5ec(0x2b9)],!![]),globals['setGlobal'](_0x39a7da[_0x41d5ec(0x233)],_0x39a7da[_0x41d5ec(0x26e)](_0x125762,null));},_0x29185d[_0x352c4c(0x1ad)]=async()=>{const _0x2d676f=_0x352c4c;globals['setGlobal'](_0x42a691[_0x2d676f(0x2d5)],![]),globals['setGlobal'](_0x42a691[_0x2d676f(0x225)],null);},_0x2b035c&&_0x42a691[_0x352c4c(0x1d0)](overrideTakeScreenshot,_0x29185d),helper['overrideQuit'](_0x29185d),helper[_0x352c4c(0x223)](_0x29185d,_0x4cd170),_0x42a691[_0x352c4c(0x23c)](overrideExecute,_0x29185d,_0x4cd170),_0x4cd170['capability']&&percyHelper[_0x352c4c(0x1cc)](_0x29185d,_0x567f23[_0x352c4c(0x1f3)],_0x4cd170);helper['isUndefined'](global[_0x352c4c(0x1d8)])&&(global[_0x352c4c(0x1d8)]=[]);helper[_0x352c4c(0x1fb)](global[_0x352c4c(0x2d2)])&&(global[_0x352c4c(0x2d2)]=[]);global[_0x352c4c(0x1d8)][_0x352c4c(0x1af)](_0x29185d),global['__driver']=_0x29185d,_0xdc748f&&(_0xdc748f[_0x352c4c(0x1ef)][_0x352c4c(0x297)]=_0x29185d);_0x42a691['PhqwP'](global[_0x352c4c(0x2d2)],undefined)&&global['__drivers']['push'](_0x29185d);_0xdc748f&&helper[_0x352c4c(0x1fb)](_0xdc748f[_0x352c4c(0x1ef)][_0x352c4c(0x2d2)])&&(_0xdc748f['global'][_0x352c4c(0x2d2)]=[]);_0xdc748f&&helper[_0x352c4c(0x1fb)](_0xdc748f['global'][_0x352c4c(0x1d8)])&&(_0xdc748f[_0x352c4c(0x1ef)]['__driversArray']=[]);_0xdc748f&&_0x42a691[_0x352c4c(0x2ef)](_0xdc748f[_0x352c4c(0x1ef)][_0x352c4c(0x2d2)],undefined)&&(_0xdc748f['global'][_0x352c4c(0x2d2)][_0x352c4c(0x1af)](_0x29185d),_0xdc748f[_0x352c4c(0x1ef)][_0x352c4c(0x1d8)][_0x352c4c(0x1af)](_0x29185d));_0x29185d['isAccessibilityPlatform']=globals['getGlobal'](_0x42a691['tiqbE']);try{global[_0x352c4c(0x2d2)][0x0][_0x352c4c(0x21e)][_0x352c4c(0x275)](_0x446b66=>{const _0x2d1b9d=_0x352c4c;logger['debug'](_0x2d1b9d(0x294)+_0x446b66[_0x2d1b9d(0x252)]()+_0x2d1b9d(0x28a));})['catch'](_0x311af6=>{const _0x100fce=_0x352c4c;logger[_0x100fce(0x1b1)](_0x100fce(0x2e4)+_0x311af6);});}catch(_0x1d7178){logger['debug']('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x1d7178);}globals['setGlobal'](_0x42a691[_0x352c4c(0x231)],globals[_0x352c4c(0x207)](_0x42a691[_0x352c4c(0x231)]));})(),_0x29185d;}}_0xdc748f&&(globals[_0x58a2bf(0x210)]=_0xdc748f[_0x58a2bf(0x1ef)]['browserStackGlobals']);if(_0x3dd7c4[_0x58a2bf(0x2e7)](isAccessibilityAutomationSession))try{let _0x309053=helper[_0x58a2bf(0x1e6)](_0x3dd7c4[_0x58a2bf(0x2db)],_0x3dd7c4[_0x58a2bf(0x2d7)])[_0x58a2bf(0x214)];(!_0x309053[_0x58a2bf(0x267)]||!_0x309053[_0x58a2bf(0x267)]['execute'])&&(_0x309053=helper[_0x58a2bf(0x1e6)](_0x3dd7c4[_0x58a2bf(0x1a5)],_0x3dd7c4[_0x58a2bf(0x2d7)])[_0x58a2bf(0x296)]);if(_0x309053[_0x58a2bf(0x267)]&&_0x309053[_0x58a2bf(0x267)][_0x58a2bf(0x26a)]){const _0x49b267=_0x309053[_0x58a2bf(0x267)][_0x58a2bf(0x26a)];logger[_0x58a2bf(0x1b1)](_0x3dd7c4['dayIj']),_0x309053['prototype'][_0x58a2bf(0x26a)]=async function(){const _0x3facf=_0x58a2bf;try{!globals[_0x3facf(0x207)](_0x3dd7c4[_0x3facf(0x241)])&&globals[_0x3facf(0x207)](_0x3dd7c4['NpXgv'])&&globals[_0x3facf(0x207)](_0x3dd7c4[_0x3facf(0x1a1)])&&scripts[_0x3facf(0x1ea)](arguments[0x0][_0x3facf(0x27d)])&&!_0x3dd7c4[_0x3facf(0x1b9)](isBrowserStackCommandExecutor,arguments[0x0][_0x3facf(0x26d)])&&(globals['setGlobal'](_0x3dd7c4['DeWwu'],!![]),logger['debug'](_0x3facf(0x2d8)+arguments[0x0][_0x3facf(0x27d)]),await _0x3dd7c4[_0x3facf(0x25f)](performScan,global[_0x3facf(0x297)],arguments[0x0][_0x3facf(0x27d)]));}catch(_0x3d8aa5){logger[_0x3facf(0x1b1)](_0x3facf(0x221)+util[_0x3facf(0x1f2)](_0x3d8aa5));}return globals[_0x3facf(0x205)](_0x3dd7c4[_0x3facf(0x241)],![]),_0x49b267[_0x3facf(0x240)](this,arguments);};}}catch(_0x58f8d0){logger[_0x58a2bf(0x1b1)](_0x3dd7c4[_0x58a2bf(0x1c0)](_0x3dd7c4[_0x58a2bf(0x25c)],_0x58f8d0));}return _0x567f23[_0x58a2bf(0x27e)]=_0x567f23[_0x58a2bf(0x1b7)],_0x567f23['Builder']=_0x275128,_0x367519[_0x58a2bf(0x263)]=_0x4e665a,_0x567f23;};module[a152_0x14c68f(0x270)][a152_0x14c68f(0x250)]=modify,module[a152_0x14c68f(0x270)][a152_0x14c68f(0x1a0)]=modifyV2,module[a152_0x14c68f(0x270)]['percy']=percySDK,module['exports'][a152_0x14c68f(0x268)]=BrowserStackSdk,module[a152_0x14c68f(0x270)]['_modifyPlaywright']=modifyPlaywrightConfig;
|