browserstack-node-sdk 1.63.3 → 1.63.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a177_0x5d2f82=a177_0x1a6a;(function(_0x2fc4b2,_0x4fc181){const _0x2cd8d5=a177_0x1a6a,_0x5768e5=_0x2fc4b2();while(!![]){try{const _0x406a7a=-parseInt(_0x2cd8d5(0x158))/0x1+-parseInt(_0x2cd8d5(0x1d1))/0x2*(-parseInt(_0x2cd8d5(0x157))/0x3)+-parseInt(_0x2cd8d5(0x23c))/0x4+-parseInt(_0x2cd8d5(0x1d6))/0x5+parseInt(_0x2cd8d5(0x154))/0x6*(-parseInt(_0x2cd8d5(0x1b4))/0x7)+parseInt(_0x2cd8d5(0x20d))/0x8*(-parseInt(_0x2cd8d5(0x207))/0x9)+-parseInt(_0x2cd8d5(0x11e))/0xa*(-parseInt(_0x2cd8d5(0x232))/0xb);if(_0x406a7a===_0x4fc181)break;else _0x5768e5['push'](_0x5768e5['shift']());}catch(_0xcf910){_0x5768e5['push'](_0x5768e5['shift']());}}}(a177_0x40d6,0xb39a7));function a177_0x1a6a(_0x10aed8,_0x26fbb2){const _0x40d66c=a177_0x40d6();return a177_0x1a6a=function(_0x1a6ae0,_0x455f3d){_0x1a6ae0=_0x1a6ae0-0x10c;let _0x46a945=_0x40d66c[_0x1a6ae0];return _0x46a945;},a177_0x1a6a(_0x10aed8,_0x26fbb2);}const util=require(a177_0x5d2f82(0x24f)),{overrideTakeScreenshot}=require(a177_0x5d2f82(0x177)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a177_0x5d2f82(0x1c4)),{setAccessibilityCapabilities,setExtension}=require(a177_0x5d2f82(0x1e6)),helper=require(a177_0x5d2f82(0x137)),logger=require('./helpers/logger')['winstonLogger'],hubAllocator=require(a177_0x5d2f82(0x259)),percySDK=require(a177_0x5d2f82(0x1ae)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a177_0x5d2f82(0x24c)),modifyPlaywrightConfig=require(a177_0x5d2f82(0x197)),scripts=require(a177_0x5d2f82(0x23f)),globals=require(a177_0x5d2f82(0x11a)),{commandRepository}=require(a177_0x5d2f82(0x230)),{aiSdkWrapper}=require(a177_0x5d2f82(0x264)),{overrideExecute}=require(a177_0x5d2f82(0x1bf)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a177_0x5d2f82(0x153)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a177_0x5d2f82(0x1c4)),modify=_0x303ba0=>{const _0x5b0056=a177_0x5d2f82,_0x21b468={'PkQVp':function(_0x37b5dc,_0x32c7f7){return _0x37b5dc!==_0x32c7f7;},'woCtk':_0x5b0056(0x215),'SQkCS':function(_0x28874b,_0x52aac1){return _0x28874b+_0x52aac1;},'XmJrE':function(_0x5b009a,_0x371164){return _0x5b009a+_0x371164;},'nPsCF':_0x5b0056(0x16e),'kXlta':_0x5b0056(0x14b),'ZwhyV':_0x5b0056(0x156),'pQxlG':'chromeOptions','lofyH':_0x5b0056(0x1ab),'bSnZg':_0x5b0056(0x16a),'HjBPn':_0x5b0056(0x12c),'IVlvX':_0x5b0056(0x145),'MoIMN':_0x5b0056(0x209),'BRYId':_0x5b0056(0x1d8),'FRUTr':_0x5b0056(0x25f),'rsuwZ':function(_0xa95594,_0x48107c){return _0xa95594===_0x48107c;},'lBrZi':_0x5b0056(0x1e3),'dJgrc':_0x5b0056(0x18e),'hNhqp':function(_0x137c5f){return _0x137c5f();},'kZNmP':function(_0x8c61d0,_0x54f480){return _0x8c61d0(_0x54f480);},'Ityvn':function(_0x1ab534){return _0x1ab534();},'jWGPL':_0x5b0056(0x180),'RgHDH':_0x5b0056(0x1fc),'SMHab':_0x5b0056(0x1b6),'QgDeJ':_0x5b0056(0x1ea),'rNaTA':_0x5b0056(0x1cb),'NwxmV':_0x5b0056(0x233),'nHeAP':_0x5b0056(0x128),'aUeyb':_0x5b0056(0x1eb),'HnZRV':_0x5b0056(0x1b1),'JCMyO':_0x5b0056(0x269),'RlHJh':_0x5b0056(0x10e),'UvrRW':function(_0x1a5263,_0x58ef66,_0x31d199){return _0x1a5263(_0x58ef66,_0x31d199);},'bzWqV':_0x5b0056(0x149),'FoRqN':_0x5b0056(0x113),'wlNEt':_0x5b0056(0x237),'soHUS':_0x5b0056(0x170),'tAval':_0x5b0056(0x21b),'reULV':_0x5b0056(0x22e),'OxRiS':_0x5b0056(0x236),'MUdMT':function(_0x2a8e9a,_0x1ead5e,_0xd8522f,_0x2780de,_0x577688){return _0x2a8e9a(_0x1ead5e,_0xd8522f,_0x2780de,_0x577688);},'glRSP':function(_0x48c4ec,_0x4c48a5){return _0x48c4ec||_0x4c48a5;},'GjcCj':function(_0x18e97c,_0x579a82,_0x451f5b,_0x44db16,_0xcc7f63){return _0x18e97c(_0x579a82,_0x451f5b,_0x44db16,_0xcc7f63);},'JuHaM':function(_0x2c7f2d,_0xc6c598){return _0x2c7f2d||_0xc6c598;},'VBwTX':_0x5b0056(0x18a),'RtfCe':_0x5b0056(0x231)};logger[_0x5b0056(0x116)](_0x21b468[_0x5b0056(0x126)]),logger['debug'](_0x21b468[_0x5b0056(0x216)]);const _0x3de2b2=helper[_0x5b0056(0x274)](),_0x23ad56=helper[_0x5b0056(0x21f)]();class _0x442484 extends _0x23ad56[_0x5b0056(0x133)]{[_0x5b0056(0x143)](_0x17a1ef){const _0x1a3e44=_0x5b0056;if(_0x21b468[_0x1a3e44(0x21d)](_0x17a1ef[_0x1a3e44(0x110)],_0x21b468[_0x1a3e44(0x203)]))try{const _0x3d4d9a=_0x17a1ef[_0x1a3e44(0x110)][_0x1a3e44(0x1f6)]('/')[0x2];if(_0x3d4d9a){const _0x592736=hubAllocator[_0x1a3e44(0x276)](_0x3d4d9a);if(_0x592736){const _0x4316c7=_0x21b468[_0x1a3e44(0x22b)](_0x21b468[_0x1a3e44(0x150)](_0x21b468[_0x1a3e44(0x24a)],_0x592736),_0x21b468[_0x1a3e44(0x18c)]);this[_0x1a3e44(0x255)]=hubAllocator[_0x1a3e44(0x200)](_0x4316c7),logger[_0x1a3e44(0x172)]('New\x20hub\x20url\x20set\x20to\x20'+_0x4316c7);}}}catch(_0x568471){logger[_0x1a3e44(0x164)](_0x568471);}return super[_0x1a3e44(0x143)](_0x17a1ef);}}class _0x5efc46 extends _0x3de2b2[_0x5b0056(0x119)]{[_0x5b0056(0x1a0)](_0x1e0200){const _0x4e2bf8=_0x5b0056;let _0x2d394={};for(const _0x5e2cb1 in _0x1e0200){switch(_0x5e2cb1){case _0x21b468[_0x4e2bf8(0x1ba)]:case _0x21b468[_0x4e2bf8(0x17e)]:this[_0x4e2bf8(0x1b7)]&&(_0x2d394=this[_0x4e2bf8(0x1b7)][_0x4e2bf8(0x1f1)](this[_0x4e2bf8(0x1b7)][_0x4e2bf8(0x189)])||{},this[_0x4e2bf8(0x1b7)]['set'](this[_0x4e2bf8(0x1b7)][_0x4e2bf8(0x189)],helper['mergeDeep'](_0x2d394,_0x1e0200[_0x5e2cb1])));break;case _0x21b468[_0x4e2bf8(0x144)]:case _0x21b468['bSnZg']:this['edgeOptions_']&&(_0x2d394=this[_0x4e2bf8(0x277)]['get'](this[_0x4e2bf8(0x277)][_0x4e2bf8(0x189)])||{},this['edgeOptions_'][_0x4e2bf8(0x141)](this[_0x4e2bf8(0x277)][_0x4e2bf8(0x189)],helper['mergeDeep'](_0x2d394,_0x1e0200[_0x5e2cb1])));break;case _0x21b468[_0x4e2bf8(0x263)]:case _0x21b468[_0x4e2bf8(0x1a5)]:this[_0x4e2bf8(0x14e)]&&(_0x2d394=this[_0x4e2bf8(0x14e)][_0x4e2bf8(0x1f1)](this['firefoxOptions_'][_0x4e2bf8(0x189)])||{},this[_0x4e2bf8(0x14e)][_0x4e2bf8(0x141)](this['firefoxOptions_'][_0x4e2bf8(0x189)],helper['mergeDeep'](_0x2d394,_0x1e0200[_0x5e2cb1])));break;case _0x21b468['MoIMN']:this[_0x4e2bf8(0x245)]&&(_0x2d394=this[_0x4e2bf8(0x245)][_0x4e2bf8(0x1f1)](this[_0x4e2bf8(0x245)][_0x4e2bf8(0x189)])||{},this[_0x4e2bf8(0x245)][_0x4e2bf8(0x141)](this['safariOptions_'][_0x4e2bf8(0x189)],helper[_0x4e2bf8(0x16c)](_0x2d394,_0x1e0200[_0x5e2cb1])));break;case _0x21b468[_0x4e2bf8(0x121)]:case _0x21b468[_0x4e2bf8(0x138)]:this[_0x4e2bf8(0x152)]&&(_0x2d394=this[_0x4e2bf8(0x152)][_0x4e2bf8(0x1f1)](this['ieOptions_'][_0x4e2bf8(0x189)])||{},this[_0x4e2bf8(0x152)]['set'](this[_0x4e2bf8(0x152)]['CAPABILITY_KEY'],helper[_0x4e2bf8(0x16c)](_0x2d394,_0x1e0200[_0x5e2cb1])));break;}}}[_0x5b0056(0x1b3)](){const _0x597a37=_0x5b0056;return this['url_']=helper[_0x597a37(0x1cc)](_0x303ba0),logger[_0x597a37(0x172)](_0x597a37(0x1de)+this[_0x597a37(0x265)]),this;}['setCapabilities'](){const _0x3cb0f4=_0x5b0056;return logger['debug'](_0x21b468[_0x3cb0f4(0x1cd)]),this['__setBrowserOptions'](_0x303ba0[_0x3cb0f4(0x218)]),Object[_0x3cb0f4(0x23d)](_0x303ba0[_0x3cb0f4(0x218)])[_0x3cb0f4(0x12a)](_0x1ab9bf=>{const _0x38c388=_0x3cb0f4,_0x3dc61a=this[_0x38c388(0x239)][_0x38c388(0x1f1)](_0x1ab9bf);_0x21b468[_0x38c388(0x1ca)](typeof _0x3dc61a,_0x21b468[_0x38c388(0x17c)])?this[_0x38c388(0x239)][_0x38c388(0x141)](_0x1ab9bf,helper[_0x38c388(0x16c)](_0x3dc61a,_0x303ba0[_0x38c388(0x218)][_0x1ab9bf])):this[_0x38c388(0x239)][_0x38c388(0x141)](_0x1ab9bf,_0x303ba0[_0x38c388(0x218)][_0x1ab9bf]);}),this;}[_0x5b0056(0x26b)](){const _0x43f1f3=_0x5b0056,_0x1ef967={'GwfIv':function(_0x4e4f15){const _0x4c06cd=a177_0x1a6a;return _0x21b468[_0x4c06cd(0x205)](_0x4e4f15);},'BrqJc':function(_0xdc458d,_0x3d1103){return _0x21b468['kZNmP'](_0xdc458d,_0x3d1103);},'oSIlQ':function(_0x1b4723){return _0x21b468['Ityvn'](_0x1b4723);},'dgZFm':_0x21b468[_0x43f1f3(0x241)],'ywwBQ':_0x21b468[_0x43f1f3(0x16d)],'opTQW':_0x21b468[_0x43f1f3(0x1b5)],'gIRxA':_0x21b468['QgDeJ'],'YJxvj':_0x21b468['rNaTA'],'VUGgf':_0x21b468[_0x43f1f3(0x139)],'izGmR':function(_0xa3128a,_0x3000ff){const _0x12a2b3=_0x43f1f3;return _0x21b468[_0x12a2b3(0x1ca)](_0xa3128a,_0x3000ff);},'OqAjt':_0x21b468[_0x43f1f3(0x151)],'iarKJ':_0x21b468[_0x43f1f3(0x175)],'qVwjm':_0x21b468[_0x43f1f3(0x1bb)],'WkpjY':_0x21b468[_0x43f1f3(0x223)],'KSTuT':_0x21b468[_0x43f1f3(0x130)],'pioVo':function(_0x2c5304,_0x3a3acd,_0x2f79d3){const _0x1036e9=_0x43f1f3;return _0x21b468[_0x1036e9(0x252)](_0x2c5304,_0x3a3acd,_0x2f79d3);},'SxHxz':_0x21b468[_0x43f1f3(0x155)],'nYhGW':_0x21b468[_0x43f1f3(0x208)],'JlYrL':_0x21b468[_0x43f1f3(0x243)],'mIjzx':function(_0x1eb354,_0x356e65,_0x1237ff){const _0x5bff1c=_0x43f1f3;return _0x21b468[_0x5bff1c(0x252)](_0x1eb354,_0x356e65,_0x1237ff);},'SAFFR':_0x21b468[_0x43f1f3(0x1e4)],'HKQPl':_0x21b468[_0x43f1f3(0x179)],'kunvv':_0x21b468[_0x43f1f3(0x1f2)],'TfRNl':_0x21b468['OxRiS'],'FiHBx':function(_0x463dcb,_0x42fb08,_0x445808){const _0x5a790d=_0x43f1f3;return _0x21b468[_0x5a790d(0x252)](_0x463dcb,_0x42fb08,_0x445808);},'rpajX':function(_0x5b4ccb,_0x33649a,_0x130f20,_0x547466,_0x210781){return _0x21b468['MUdMT'](_0x5b4ccb,_0x33649a,_0x130f20,_0x547466,_0x210781);},'whLcp':function(_0x30e390,_0x1e3504){const _0x12b40d=_0x43f1f3;return _0x21b468[_0x12b40d(0x166)](_0x30e390,_0x1e3504);},'jxrvq':function(_0x2f52c4,_0x2bdffe,_0x20a4a4,_0x12def2,_0x47ab53){return _0x21b468['GjcCj'](_0x2f52c4,_0x2bdffe,_0x20a4a4,_0x12def2,_0x47ab53);},'fEhQO':function(_0x1ea98d,_0x4d3a9c){const _0x21182d=_0x43f1f3;return _0x21b468[_0x21182d(0x10c)](_0x1ea98d,_0x4d3a9c);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x43f1f3(0x13b)],()=>{const _0x2a644a=_0x43f1f3;_0x1ef967['GwfIv'](isAccessibilityAutomationSession)&&_0x1ef967[_0x2a644a(0x199)](setAccessibilityCapabilities,_0x303ba0);this['setServer'](),this[_0x2a644a(0x242)]();if(helper[_0x2a644a(0x1a8)](_0x303ba0['proxySettings'][_0x2a644a(0x1e1)]))this[_0x2a644a(0x1a7)]=helper[_0x2a644a(0x25c)](_0x303ba0[_0x2a644a(0x1ee)][_0x2a644a(0x1e1)]);else _0x303ba0[_0x2a644a(0x1ee)][_0x2a644a(0x1e1)]&&(this[_0x2a644a(0x10d)]=_0x303ba0[_0x2a644a(0x1ee)][_0x2a644a(0x1e1)],logger[_0x2a644a(0x172)](_0x2a644a(0x26a)+this[_0x2a644a(0x10d)]));if(_0x1ef967['oSIlQ'](isAccessibilityAutomationSession)){const _0x38ef8=this[_0x2a644a(0x239)]['get'](_0x1ef967['dgZFm'])||{},_0x3fb9d6=_0x38ef8['deviceName']||this[_0x2a644a(0x239)]['get'](_0x1ef967[_0x2a644a(0x235)])||this[_0x2a644a(0x239)][_0x2a644a(0x1f1)](_0x1ef967['opTQW']);if(_0x3fb9d6){const _0x281b68=(_0x38ef8['platformName']||_0x38ef8['platform']||this[_0x2a644a(0x239)][_0x2a644a(0x1f1)](_0x1ef967[_0x2a644a(0x1b2)])||this[_0x2a644a(0x239)]['get'](_0x1ef967['YJxvj'])||'')[_0x2a644a(0x22f)](),_0x37ce7e=(_0x38ef8[_0x2a644a(0x233)]||this[_0x2a644a(0x239)][_0x2a644a(0x1f1)](_0x1ef967['VUGgf'])||'')[_0x2a644a(0x22f)]();_0x1ef967['izGmR'](_0x281b68,_0x1ef967[_0x2a644a(0x142)])&&_0x37ce7e[_0x2a644a(0x1be)](_0x1ef967['iarKJ'])&&(_0x1ef967['oSIlQ'](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x1ef967[_0x2a644a(0x18d)]),globals[_0x2a644a(0x248)](_0x1ef967[_0x2a644a(0x1a1)],!![])));}}if(globals['getGlobal'](_0x1ef967[_0x2a644a(0x174)])){if(!_0x1ef967['pioVo'](setExtension,this,_0x303ba0)){globals[_0x2a644a(0x248)](_0x1ef967[_0x2a644a(0x174)],![]);const _0x2dbdbb=this['capabilities_'][_0x2a644a(0x1f1)](_0x1ef967[_0x2a644a(0x15d)]);_0x2dbdbb&&(_0x2dbdbb[_0x2a644a(0x206)]=![],delete _0x2dbdbb[_0x2a644a(0x244)],this[_0x2a644a(0x239)][_0x2a644a(0x141)](_0x1ef967[_0x2a644a(0x15d)],_0x2dbdbb)),this[_0x2a644a(0x239)][_0x2a644a(0x1f1)](_0x1ef967[_0x2a644a(0x120)])&&(this[_0x2a644a(0x239)][_0x2a644a(0x141)](_0x1ef967[_0x2a644a(0x120)],![]),this[_0x2a644a(0x239)]['delete'](_0x1ef967['nYhGW']));}}(!helper[_0x2a644a(0x226)]()||helper['isTurboScaleSession'](_0x303ba0))&&helper[_0x2a644a(0x26c)](null,helper[_0x2a644a(0x25b)](_0x303ba0),_0x303ba0[_0x2a644a(0x258)],null,this,null),helper['setAdditionalCapabilities'](_0x303ba0[_0x2a644a(0x218)]),logger[_0x2a644a(0x172)](_0x1ef967[_0x2a644a(0x273)]);})();const _0x469b92=super[_0x43f1f3(0x26b)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x43f1f3(0x17d)],()=>{const _0x2ffec5=_0x43f1f3,_0x5af628={'cZXPi':_0x1ef967[_0x2ffec5(0x13a)],'aAnwq':_0x1ef967[_0x2ffec5(0x1fe)],'TkPtI':function(_0x141391,_0x1286c1,_0x5b4b76){const _0x3eb71d=_0x2ffec5;return _0x1ef967[_0x3eb71d(0x23a)](_0x141391,_0x1286c1,_0x5b4b76);},'SSLiZ':function(_0x3e690b,_0x37349e,_0x2ace04,_0x264481,_0x5e9045){const _0x35eea3=_0x2ffec5;return _0x1ef967[_0x35eea3(0x185)](_0x3e690b,_0x37349e,_0x2ace04,_0x264481,_0x5e9045);},'HCNfT':function(_0x20cf11,_0x427f87){const _0x5d85b0=_0x2ffec5;return _0x1ef967[_0x5d85b0(0x16b)](_0x20cf11,_0x427f87);},'XHGCv':_0x1ef967[_0x2ffec5(0x131)],'nHXzQ':_0x1ef967[_0x2ffec5(0x1ff)],'sXSBH':function(_0x3eed5e,_0x246d1f,_0x3606cb,_0x350a67,_0x44e862){const _0x4e63dd=_0x2ffec5;return _0x1ef967[_0x4e63dd(0x214)](_0x3eed5e,_0x246d1f,_0x3606cb,_0x350a67,_0x44e862);},'OABfe':function(_0x16bb5d,_0x1eabc8){const _0x54becd=_0x2ffec5;return _0x1ef967[_0x54becd(0x271)](_0x16bb5d,_0x1eabc8);},'etKBx':function(_0x380131,_0x22dbbb){const _0x10c96f=_0x2ffec5;return _0x1ef967[_0x10c96f(0x271)](_0x380131,_0x22dbbb);}};_0x469b92[_0x2ffec5(0x117)]['then'](_0xc8448b=>{const _0x57ce27=_0x2ffec5;try{const _0x4a5b3c=_0xc8448b[_0x57ce27(0x183)][_0x57ce27(0x1f1)](_0x5af628[_0x57ce27(0x132)]);_0x4a5b3c?(logger[_0x57ce27(0x172)](_0x57ce27(0x11d)+_0x4a5b3c),hubAllocator[_0x57ce27(0x1ef)](_0x4a5b3c,_0xc8448b[_0x57ce27(0x221)]()),helper[_0x57ce27(0x210)](_0x4a5b3c)):logger[_0x57ce27(0x172)](_0x5af628[_0x57ce27(0x1c2)]);}catch(_0x4625d7){logger[_0x57ce27(0x172)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x4625d7);}}),_0x469b92['then']&&_0x469b92[_0x2ffec5(0x1c0)](_0x9a7d6d=>{const _0x112234=_0x2ffec5,_0x43af4f={'tYWRk':function(_0x2a7f90,_0x105e9b,_0x478bb9){const _0x5d9e9d=a177_0x1a6a;return _0x5af628[_0x5d9e9d(0x184)](_0x2a7f90,_0x105e9b,_0x478bb9);},'ZwjDX':function(_0x2e249c,_0x1426fa,_0x44a83f,_0x584119,_0x3fa979){const _0x84339a=a177_0x1a6a;return _0x5af628[_0x84339a(0x127)](_0x2e249c,_0x1426fa,_0x44a83f,_0x584119,_0x3fa979);},'TQMMl':function(_0x2a48b9,_0x2d6b69){const _0x578b4d=a177_0x1a6a;return _0x5af628[_0x578b4d(0x20b)](_0x2a48b9,_0x2d6b69);},'vRJDn':_0x5af628['XHGCv'],'tYLZc':_0x5af628[_0x112234(0x18f)],'UWfTF':function(_0x1b4668,_0x494847){const _0xada634=_0x112234;return _0x5af628[_0xada634(0x20b)](_0x1b4668,_0x494847);}};helper[_0x112234(0x22a)](_0x9a7d6d,_0x303ba0),_0x5af628['TkPtI'](overrideExecute,_0x9a7d6d,_0x303ba0),_0x9a7d6d[_0x112234(0x111)]=async()=>{return await _0x43af4f['tYWRk'](getAccessibilityResultsSummary,_0x9a7d6d,global);},_0x9a7d6d[_0x112234(0x162)]=async()=>{const _0x292adc=_0x112234;return await _0x5af628[_0x292adc(0x184)](getAccessibilityResults,_0x9a7d6d,global);},_0x9a7d6d[_0x112234(0x134)]=async _0x3a266c=>{const _0x2322f1=_0x112234;return await _0x43af4f['ZwjDX'](performScan,_0x9a7d6d,null,!![],_0x43af4f[_0x2322f1(0x148)](_0x3a266c,null));},_0x9a7d6d[_0x112234(0x19b)]=async _0x1ca602=>{const _0x119b38=_0x112234;globals['setGlobal'](_0x43af4f[_0x119b38(0x260)],!![]),globals['setGlobal'](_0x43af4f['tYLZc'],_0x43af4f['UWfTF'](_0x1ca602,null));},_0x9a7d6d['stopA11yScanning']=async()=>{const _0x6b5df3=_0x112234;globals[_0x6b5df3(0x248)](_0x43af4f['vRJDn'],![]),globals[_0x6b5df3(0x248)](_0x43af4f[_0x6b5df3(0x17b)],null);};}),_0x469b92[_0x2ffec5(0x111)]=async()=>{return await _0x1ef967['mIjzx'](getAccessibilityResultsSummary,_0x469b92,global);},_0x469b92[_0x2ffec5(0x162)]=async()=>{const _0xc239c6=_0x2ffec5;return await _0x1ef967[_0xc239c6(0x1b9)](getAccessibilityResults,_0x469b92,global);},_0x469b92[_0x2ffec5(0x134)]=async _0x40267f=>{const _0x376bdd=_0x2ffec5;return await _0x5af628[_0x376bdd(0x115)](performScan,_0x469b92,null,!![],_0x5af628['OABfe'](_0x40267f,null));},_0x469b92[_0x2ffec5(0x19b)]=async _0x481993=>{const _0x4b4f3e=_0x2ffec5;globals['setGlobal'](_0x5af628[_0x4b4f3e(0x15a)],!![]),globals[_0x4b4f3e(0x248)](_0x5af628['nHXzQ'],_0x5af628[_0x4b4f3e(0x1e9)](_0x481993,null));},_0x469b92['stopA11yScanning']=async()=>{const _0x337f6d=_0x2ffec5;globals[_0x337f6d(0x248)](_0x1ef967[_0x337f6d(0x131)],![]),globals[_0x337f6d(0x248)](_0x1ef967[_0x337f6d(0x1ff)],null);},helper['overrideGet'](_0x469b92,_0x303ba0),_0x1ef967['mIjzx'](overrideExecute,_0x469b92,_0x303ba0),helper[_0x2ffec5(0x1e8)](global[_0x2ffec5(0x1ce)])&&(global[_0x2ffec5(0x1ce)]=[]),global[_0x2ffec5(0x1ce)][_0x2ffec5(0x1a2)](_0x469b92);})(),_0x469b92;}}_0x3de2b2[_0x5b0056(0x225)]=_0x3de2b2[_0x5b0056(0x119)],_0x3de2b2[_0x5b0056(0x119)]=_0x5efc46,_0x23ad56[_0x5b0056(0x133)]=_0x442484;},propagateJestSessionName=(_0x328c9e,_0x1694a2,_0x40692b='')=>{const _0x41ea09=a177_0x5d2f82,_0x4654d9={};_0x4654d9[_0x41ea09(0x25d)]=_0x41ea09(0x275);const _0x39546c=_0x4654d9;_0x1694a2&&_0x1694a2['global']&&_0x1694a2[_0x41ea09(0x1b0)][_0x41ea09(0x1c7)]&&helper[_0x41ea09(0x1e8)](_0x328c9e[_0x41ea09(0x1c7)])&&(_0x328c9e[_0x41ea09(0x1c7)]=_0x1694a2['global'][_0x41ea09(0x1c7)],logger[_0x41ea09(0x172)](util[_0x41ea09(0x25a)](_0x39546c[_0x41ea09(0x25d)],_0x40692b?'\x20'+_0x40692b:'',_0x328c9e[_0x41ea09(0x1c7)])));},modifyV2=(_0x5a6385,_0x67af77=null,_0xb34589=![])=>{const _0xd61885=a177_0x5d2f82,_0x2b6505={'iOsUt':function(_0x3e31b7,_0x39439c){return _0x3e31b7!==_0x39439c;},'OrWwl':'/session','QZuiB':function(_0x1e8a5e,_0x56dcbb){return _0x1e8a5e+_0x56dcbb;},'EBCss':function(_0x467eee,_0x496686){return _0x467eee+_0x496686;},'OzkgP':'https://','cvsnA':_0xd61885(0x14b),'MffVg':_0xd61885(0x219),'OEXIA':_0xd61885(0x17f),'jBtCv':'goog:chromeOptions','JeMEJ':_0xd61885(0x213),'pILCA':_0xd61885(0x1ab),'nMkPB':'edgeOptions','msWkt':_0xd61885(0x12c),'PoqUq':_0xd61885(0x145),'yrpeA':_0xd61885(0x209),'yovns':_0xd61885(0x1d8),'neVUt':_0xd61885(0x25f),'KdIVn':function(_0x451b2f,_0x4abadf){return _0x451b2f===_0x4abadf;},'QKsXy':_0xd61885(0x1e3),'cwBYa':_0xd61885(0x18e),'aBzsN':function(_0x320063,_0x1ccba7){return _0x320063>_0x1ccba7;},'lAcyR':function(_0x1116b7,_0x406172){return _0x1116b7>_0x406172;},'PmIhX':function(_0x58c66e){return _0x58c66e();},'JgxIv':function(_0x46c8e9,_0x3c1c82){return _0x46c8e9(_0x3c1c82);},'fALyJ':_0xd61885(0x180),'ZhXsh':_0xd61885(0x1fc),'GBQOQ':_0xd61885(0x1b6),'qliPz':_0xd61885(0x1ea),'pqfbQ':_0xd61885(0x1cb),'LJxrO':'browserName','iUvLp':function(_0x41f922,_0xd27da1){return _0x41f922===_0xd27da1;},'KNZwM':_0xd61885(0x128),'wHHro':_0xd61885(0x1eb),'FxhxL':function(_0x1123f4){return _0x1123f4();},'sMQlh':_0xd61885(0x1b1),'wOlet':'isMobilePlatform','RsbvW':_0xd61885(0x10e),'jWsWW':function(_0x1ef3d6,_0x3cc777,_0x596f8c){return _0x1ef3d6(_0x3cc777,_0x596f8c);},'FWnpg':_0xd61885(0x149),'PiEcm':'browserstack.accessibilityOptions','sAFrD':_0xd61885(0x237),'faUgw':_0xd61885(0x19a),'PIcbg':function(_0x3dfac1,_0x13b15f){return _0x3dfac1===_0x13b15f;},'jYkec':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','QsqOE':function(_0x2c4d2f,_0x5b5a2c){return _0x2c4d2f(_0x5b5a2c);},'nPGZx':_0xd61885(0x1dd),'lZXwJ':function(_0x27c420,_0x16753d){return _0x27c420(_0x16753d);},'sDZWV':_0xd61885(0x246),'BhDRq':function(_0x1d2667,_0x44ad89){return _0x1d2667(_0x44ad89);},'AkiZl':function(_0x530ba5,_0x290802){return _0x530ba5(_0x290802);},'TSenk':function(_0x47c375,_0x6dfee6){return _0x47c375<_0x6dfee6;},'WiIss':function(_0x58e85d,_0x58510b){return _0x58e85d||_0x58510b;},'LLVuz':function(_0x27e3bc,_0x236425){return _0x27e3bc(_0x236425);},'RDbWL':_0xd61885(0x146),'jvVNt':function(_0x321ff7,_0x313d6d){return _0x321ff7===_0x313d6d;},'USfJe':_0xd61885(0x19e),'FHkmU':_0xd61885(0x13e),'AEDBE':_0xd61885(0x20a),'mvvqg':_0xd61885(0x253),'jkYzX':_0xd61885(0x1e7),'yZBUD':'bstackA11yShouldScan','KMJET':'bstackA11yScanOptions','GUFEG':function(_0x266004,_0x427ab8,_0x2186cc){return _0x266004(_0x427ab8,_0x2186cc);},'CYpCj':function(_0x32246c,_0x3b6440,_0x1e67d9){return _0x32246c(_0x3b6440,_0x1e67d9);},'gWhAH':function(_0x17f6ee,_0x18a50e,_0x4d0587,_0x44be44){return _0x17f6ee(_0x18a50e,_0x4d0587,_0x44be44);},'wDTDY':_0xd61885(0x10f),'IYXoM':function(_0x1cb771,_0x362924){return _0x1cb771!==_0x362924;},'eDwLc':_0xd61885(0x22e),'Ziirc':_0xd61885(0x236),'QrFKe':function(_0x5edaad,_0x35468c,_0x33b5ce,_0x242920,_0x1a2c78){return _0x5edaad(_0x35468c,_0x33b5ce,_0x242920,_0x1a2c78);},'SMYvr':function(_0x3c297f,_0x1c9c2a,_0x4ee6f0){return _0x3c297f(_0x1c9c2a,_0x4ee6f0);},'iEZgb':'bstackAllyScanning','gBNut':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','cVvAB':_0xd61885(0x231),'hBnFJ':function(_0x5e2482){return _0x5e2482();},'vbZAg':_0xd61885(0x186),'EHidT':_0xd61885(0x278),'fshKk':'selenium-webdriver/lib/http.js','tWQDf':'Modifying\x20webdriver\x20execute','teYLs':function(_0x43cab7,_0x1b3700){return _0x43cab7+_0x1b3700;},'Gomxy':_0xd61885(0x14c)},_0x38ff1d=helper[_0xd61885(0x21f)]();let _0x53acf7;try{_0x53acf7=helper['requireSeleniumWebdriver'](),_0x53acf7[_0xd61885(0x225)]&&(_0x53acf7[_0xd61885(0x119)]=_0x53acf7[_0xd61885(0x225)]);}catch(_0x5a1891){return;}if(helper['isBrowserstackInfra']()){const _0x24fea8={};_0x24fea8['logLevel']=_0x5a6385['browserStackLogLevel'],helper['setLogLevel'](_0x24fea8,new Map(),new Map()),logger[_0xd61885(0x116)](_0x2b6505[_0xd61885(0x1d0)]),logger['debug'](_0x2b6505[_0xd61885(0x12d)]);}class _0x23ecd1 extends _0x38ff1d[_0xd61885(0x133)]{['send'](_0xfdfe0b){const _0x513bc7=_0xd61885;if(_0x2b6505['iOsUt'](_0xfdfe0b[_0x513bc7(0x110)],_0x2b6505[_0x513bc7(0x21c)]))try{const _0x4905d0=_0xfdfe0b['path'][_0x513bc7(0x1f6)]('/')[0x2];if(_0x4905d0){const _0xc00518=hubAllocator[_0x513bc7(0x276)](_0x4905d0);if(_0xc00518){const _0x23891a=_0x2b6505[_0x513bc7(0x26e)](_0x2b6505[_0x513bc7(0x1c6)](_0x2b6505[_0x513bc7(0x20c)],_0xc00518),_0x2b6505[_0x513bc7(0x22c)]);this[_0x513bc7(0x255)]=hubAllocator[_0x513bc7(0x200)](_0x23891a),logger[_0x513bc7(0x172)](_0x513bc7(0x19c)+_0x23891a);}}}catch(_0x5d2f58){logger['error'](_0x5d2f58);}if(globals[_0x513bc7(0x1da)](_0x2b6505[_0x513bc7(0x250)])&&globals[_0x513bc7(0x1da)](_0x2b6505[_0x513bc7(0x229)])){const _0x5ec798=_0xfdfe0b[_0x513bc7(0x110)][_0x513bc7(0x1f6)]('/')[0x2];_0x5ec798&&commandRepository[_0x513bc7(0x211)](_0x5ec798,_0xfdfe0b);}return super[_0x513bc7(0x143)](_0xfdfe0b);}}class _0x157b74 extends _0x53acf7[_0xd61885(0x119)]{['setServer'](){const _0x38ff02=_0xd61885;return helper['isBrowserstackInfra']()&&(this[_0x38ff02(0x265)]=helper[_0x38ff02(0x1cc)](_0x5a6385)),this;}[_0xd61885(0x1a0)](_0x348e66){const _0x49b9d9=_0xd61885;let _0x18f93b={};for(const _0xfe7d56 in _0x348e66){switch(_0xfe7d56){case _0x2b6505['jBtCv']:case _0x2b6505[_0x49b9d9(0x204)]:this['chromeOptions_']&&(_0x18f93b=this[_0x49b9d9(0x1b7)]['get'](this[_0x49b9d9(0x1b7)][_0x49b9d9(0x189)])||{},this[_0x49b9d9(0x1b7)][_0x49b9d9(0x141)](this[_0x49b9d9(0x1b7)][_0x49b9d9(0x189)],helper[_0x49b9d9(0x16c)](_0x18f93b,_0x348e66[_0xfe7d56])));break;case _0x2b6505[_0x49b9d9(0x240)]:case _0x2b6505[_0x49b9d9(0x1f5)]:this[_0x49b9d9(0x277)]&&(_0x18f93b=this[_0x49b9d9(0x277)][_0x49b9d9(0x1f1)](this['edgeOptions_'][_0x49b9d9(0x189)])||{},this[_0x49b9d9(0x277)][_0x49b9d9(0x141)](this[_0x49b9d9(0x277)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x18f93b,_0x348e66[_0xfe7d56])));break;case _0x2b6505[_0x49b9d9(0x249)]:case _0x2b6505[_0x49b9d9(0x1d9)]:this[_0x49b9d9(0x14e)]&&(_0x18f93b=this[_0x49b9d9(0x14e)]['get'](this[_0x49b9d9(0x14e)][_0x49b9d9(0x189)])||{},this[_0x49b9d9(0x14e)][_0x49b9d9(0x141)](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x49b9d9(0x16c)](_0x18f93b,_0x348e66[_0xfe7d56])));break;case _0x2b6505[_0x49b9d9(0x21a)]:this[_0x49b9d9(0x245)]&&(_0x18f93b=this['safariOptions_'][_0x49b9d9(0x1f1)](this[_0x49b9d9(0x245)][_0x49b9d9(0x189)])||{},this['safariOptions_']['set'](this[_0x49b9d9(0x245)]['CAPABILITY_KEY'],helper[_0x49b9d9(0x16c)](_0x18f93b,_0x348e66[_0xfe7d56])));break;case _0x2b6505[_0x49b9d9(0x196)]:case _0x2b6505['neVUt']:this['ieOptions_']&&(_0x18f93b=this[_0x49b9d9(0x152)]['get'](this[_0x49b9d9(0x152)][_0x49b9d9(0x189)])||{},this[_0x49b9d9(0x152)]['set'](this[_0x49b9d9(0x152)]['CAPABILITY_KEY'],helper[_0x49b9d9(0x16c)](_0x18f93b,_0x348e66[_0xfe7d56])));break;}}}[_0xd61885(0x242)](){const _0x5a54b9=_0xd61885;logger[_0x5a54b9(0x172)](_0x2b6505[_0x5a54b9(0x217)]);const _0x40c575=_0x5a6385[_0x5a54b9(0x218)]&&_0x2b6505[_0x5a54b9(0x136)](Object['keys'](_0x5a6385[_0x5a54b9(0x218)])[_0x5a54b9(0x1ec)],0x0)?_0x5a6385[_0x5a54b9(0x218)]:_0x5a6385['capabilities']&&Array[_0x5a54b9(0x15c)](_0x5a6385['capabilities'])&&_0x2b6505[_0x5a54b9(0x198)](_0x5a6385[_0x5a54b9(0x1c1)]['length'],0x0)?_0x5a6385[_0x5a54b9(0x1c1)][0x0]:{};return this['__setBrowserOptions'](_0x40c575),Object[_0x5a54b9(0x23d)](_0x40c575)[_0x5a54b9(0x12a)](_0xd0e0de=>{const _0x4f4d0b=_0x5a54b9,_0x488198=this[_0x4f4d0b(0x239)][_0x4f4d0b(0x1f1)](_0xd0e0de);_0x2b6505[_0x4f4d0b(0x202)](typeof _0x488198,_0x2b6505['QKsXy'])?this[_0x4f4d0b(0x239)][_0x4f4d0b(0x141)](_0xd0e0de,helper[_0x4f4d0b(0x16c)](_0x488198,_0x40c575[_0xd0e0de])):this[_0x4f4d0b(0x239)]['set'](_0xd0e0de,_0x40c575[_0xd0e0de]);}),this;}[_0xd61885(0x26b)](){const _0x2040e5=_0xd61885,_0x438189={'ECDXT':_0x2b6505[_0x2040e5(0x129)],'tJAWE':_0x2b6505[_0x2040e5(0x1e0)],'XYAgH':function(_0x8f81e4,_0x56a585,_0x3d1c76,_0x5568d0,_0xdc2a46){return _0x2b6505['QrFKe'](_0x8f81e4,_0x56a585,_0x3d1c76,_0x5568d0,_0xdc2a46);},'xTKqv':function(_0x2ce9dd,_0x4b9e4d){const _0xd16f87=_0x2040e5;return _0x2b6505[_0xd16f87(0x188)](_0x2ce9dd,_0x4b9e4d);},'Chmdd':_0x2b6505[_0x2040e5(0x1cf)],'HfEwy':_0x2b6505['KMJET'],'UsjVW':function(_0xf10724,_0xcc3a1d){const _0x3f086c=_0x2040e5;return _0x2b6505[_0x3f086c(0x1fb)](_0xf10724,_0xcc3a1d);},'bjFKO':function(_0x51ca4a,_0x25360e,_0x30fa85){const _0x1b4451=_0x2040e5;return _0x2b6505[_0x1b4451(0x1bd)](_0x51ca4a,_0x25360e,_0x30fa85);}};PerformanceTester[_0x2040e5(0x1db)](PerformanceEvents[_0x2040e5(0x13b)],()=>{const _0x1f9ce9=_0x2040e5;if(helper['isBrowserstackInfra']()){helper[_0x1f9ce9(0x182)](_0x5a6385['capability']);_0x2b6505['PmIhX'](isAccessibilityAutomationSession)&&_0x2b6505[_0x1f9ce9(0x1dc)](setAccessibilityCapabilities,_0x5a6385);this[_0x1f9ce9(0x1b3)](),this[_0x1f9ce9(0x242)]();if(helper['isPacProxy'](_0x5a6385[_0x1f9ce9(0x1ee)]['proxyUrl']))this[_0x1f9ce9(0x1a7)]=helper[_0x1f9ce9(0x25c)](_0x5a6385['proxySettings']['proxyUrl']);else _0x5a6385[_0x1f9ce9(0x1ee)][_0x1f9ce9(0x1e1)]&&(this['proxy_']=_0x5a6385[_0x1f9ce9(0x1ee)][_0x1f9ce9(0x1e1)],logger[_0x1f9ce9(0x172)](_0x1f9ce9(0x26a)+this[_0x1f9ce9(0x10d)]));if(_0x2b6505[_0x1f9ce9(0x256)](isAccessibilityAutomationSession)){const _0x2c1d98=this['capabilities_']['get'](_0x2b6505[_0x1f9ce9(0x1a3)])||{},_0x1f149c=_0x2c1d98['deviceName']||this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505[_0x1f9ce9(0x195)])||this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505[_0x1f9ce9(0x11c)]);if(_0x1f149c){const _0x5e06b5=(_0x2c1d98[_0x1f9ce9(0x1ea)]||_0x2c1d98['platform']||this['capabilities_']['get'](_0x2b6505[_0x1f9ce9(0x24e)])||this[_0x1f9ce9(0x239)]['get'](_0x2b6505[_0x1f9ce9(0x15f)])||'')[_0x1f9ce9(0x22f)](),_0x44c4cb=(_0x2c1d98[_0x1f9ce9(0x233)]||this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505[_0x1f9ce9(0x1df)])||'')[_0x1f9ce9(0x22f)]();_0x2b6505['iUvLp'](_0x5e06b5,_0x2b6505[_0x1f9ce9(0x201)])&&_0x44c4cb[_0x1f9ce9(0x1be)](_0x2b6505[_0x1f9ce9(0x173)])&&(_0x2b6505[_0x1f9ce9(0x190)](isMobileScanningEnabledForGroup)&&(logger[_0x1f9ce9(0x172)](_0x2b6505[_0x1f9ce9(0x220)]),globals[_0x1f9ce9(0x248)](_0x2b6505['wOlet'],!![])));}}if(globals[_0x1f9ce9(0x1da)](_0x2b6505[_0x1f9ce9(0x1c8)])){if(!_0x2b6505[_0x1f9ce9(0x26f)](setExtension,this,_0x5a6385)){globals[_0x1f9ce9(0x248)](_0x2b6505[_0x1f9ce9(0x1c8)],![]);const _0x48ec65=this['capabilities_'][_0x1f9ce9(0x1f1)](_0x2b6505[_0x1f9ce9(0x1a3)]);_0x48ec65&&(_0x48ec65['accessibility']=![],delete _0x48ec65[_0x1f9ce9(0x244)],this[_0x1f9ce9(0x239)][_0x1f9ce9(0x141)](_0x2b6505['fALyJ'],_0x48ec65)),this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505[_0x1f9ce9(0x19f)])&&(this[_0x1f9ce9(0x239)][_0x1f9ce9(0x141)](_0x2b6505[_0x1f9ce9(0x19f)],![]),this[_0x1f9ce9(0x239)][_0x1f9ce9(0x27b)](_0x2b6505[_0x1f9ce9(0x25e)]));}}process[_0x1f9ce9(0x13d)][_0x1f9ce9(0x222)]&&(helper[_0x1f9ce9(0x26c)](null,helper[_0x1f9ce9(0x25b)](_0x5a6385),_0x5a6385[_0x1f9ce9(0x258)],null,this,null),helper[_0x1f9ce9(0x182)](_0x5a6385[_0x1f9ce9(0x218)]),helper[_0x1f9ce9(0x12b)]()),logger[_0x1f9ce9(0x172)](_0x2b6505[_0x1f9ce9(0x262)]);}else{if(this['chromeOptions_']){const _0x264736=this[_0x1f9ce9(0x1b7)][_0x1f9ce9(0x1f1)](this[_0x1f9ce9(0x1b7)][_0x1f9ce9(0x189)]||_0x2b6505[_0x1f9ce9(0x21e)]);if(_0x264736&&_0x264736[_0x1f9ce9(0x168)]){const _0xeaba6a=this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505['jBtCv'])||{},_0x2ef0ae=(_0xeaba6a[_0x1f9ce9(0x168)]||[])[_0x1f9ce9(0x228)](_0x264736[_0x1f9ce9(0x168)]||[]),_0xae72c4=Array[_0x1f9ce9(0x1e5)](new Set(_0x2ef0ae)),_0x4de85d={};_0x4de85d[_0x1f9ce9(0x168)]=_0xae72c4,this['capabilities_'][_0x1f9ce9(0x141)](_0x2b6505[_0x1f9ce9(0x21e)],Object[_0x1f9ce9(0x118)]({},_0xeaba6a,_0x264736,_0x4de85d));}}helper[_0x1f9ce9(0x12b)]();if(_0x2b6505[_0x1f9ce9(0x256)](isAccessibilityAutomationSession)&&this[_0x1f9ce9(0x14f)]()[_0x1f9ce9(0x1be)](_0x2b6505['faUgw'])){let _0xec36e1=!![];const _0x4e91b9=this['capabilities_'][_0x1f9ce9(0x1f1)](_0x2b6505['fALyJ'])||{},_0x3c082d=_0x4e91b9[_0x1f9ce9(0x1b6)]||this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505['ZhXsh'])||this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505[_0x1f9ce9(0x11c)]);if(_0x3c082d){const _0x58e087=(_0x4e91b9[_0x1f9ce9(0x1ea)]||_0x4e91b9[_0x1f9ce9(0x1cb)]||this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505[_0x1f9ce9(0x24e)])||this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505[_0x1f9ce9(0x15f)])||'')[_0x1f9ce9(0x22f)](),_0xff6a4=(_0x4e91b9[_0x1f9ce9(0x233)]||this[_0x1f9ce9(0x239)]['get'](_0x2b6505[_0x1f9ce9(0x1df)])||'')['toLowerCase']();_0x2b6505[_0x1f9ce9(0x13c)](_0x58e087,_0x2b6505[_0x1f9ce9(0x201)])&&_0xff6a4[_0x1f9ce9(0x1be)](_0x2b6505[_0x1f9ce9(0x173)])?!_0x2b6505[_0x1f9ce9(0x190)](isMobileScanningEnabledForGroup)?(logger[_0x1f9ce9(0x187)](MOBILE_SCANNING_DISABLED_WARNING),_0xec36e1=![]):(logger['debug'](_0x2b6505[_0x1f9ce9(0x220)]),globals['setGlobal'](_0x2b6505['wOlet'],!![])):(logger[_0x1f9ce9(0x187)](_0x2b6505[_0x1f9ce9(0x1ac)]),_0xec36e1=![]);}if(_0xec36e1){const _0x291b30=_0x2b6505[_0x1f9ce9(0x122)](parseFloat,_0x4e91b9[_0x1f9ce9(0x1dd)]||this[_0x1f9ce9(0x239)]['get'](_0x2b6505[_0x1f9ce9(0x261)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x5b19b2}=_0x2b6505[_0x1f9ce9(0x14d)](require,_0x2b6505[_0x1f9ce9(0x1ad)]),_0x2d0435=_0x2b6505[_0x1f9ce9(0x1af)](parseFloat,_0x5b19b2);!_0x2b6505['AkiZl'](isNaN,_0x291b30)&&_0x2b6505[_0x1f9ce9(0x1d2)](_0x291b30,_0x2d0435)&&(logger[_0x1f9ce9(0x187)](_0x1f9ce9(0x18b)+_0x5b19b2+'.'),_0xec36e1=![]);}if(_0xec36e1){_0x2b6505[_0x1f9ce9(0x227)](setAccessibilityCapabilities,_0x5a6385),this[_0x1f9ce9(0x242)]();if(process[_0x1f9ce9(0x13d)][_0x1f9ce9(0x165)]){let _0x4d3acd={};try{process[_0x1f9ce9(0x13d)][_0x1f9ce9(0x22d)]&&(_0x4d3acd=JSON[_0x1f9ce9(0x169)](process[_0x1f9ce9(0x13d)][_0x1f9ce9(0x22d)]));}catch(_0xb62b2d){logger[_0x1f9ce9(0x172)]('Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20'+_0xb62b2d);}const _0x53ce0b=helper[_0x1f9ce9(0x25b)](_0x5a6385),_0x4318fa=this['capabilities_']['get'](_0x2b6505[_0x1f9ce9(0x1a3)]);if(_0x2b6505[_0x1f9ce9(0x159)](_0x53ce0b,![])&&(_0x4318fa||!this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505[_0x1f9ce9(0x19f)]))){const _0x19bf9f=_0x2b6505['WiIss'](_0x4318fa,{});_0x19bf9f[_0x1f9ce9(0x206)]=!![];const _0x10e508={};_0x10e508[_0x1f9ce9(0x24b)]=process[_0x1f9ce9(0x13d)][_0x1f9ce9(0x165)],_0x10e508[_0x1f9ce9(0x23e)]=_0x4d3acd[_0x1f9ce9(0x23e)],_0x19bf9f[_0x1f9ce9(0x244)]=Object[_0x1f9ce9(0x118)]({},_0x19bf9f[_0x1f9ce9(0x244)],_0x10e508),this['capabilities_']['set'](_0x2b6505[_0x1f9ce9(0x1a3)],_0x19bf9f);}else{this[_0x1f9ce9(0x239)][_0x1f9ce9(0x141)](_0x2b6505[_0x1f9ce9(0x19f)],!![]);const _0x5ea299=this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505['PiEcm'])||{},_0x217b00={};_0x217b00['authToken']=process[_0x1f9ce9(0x13d)][_0x1f9ce9(0x165)],_0x217b00[_0x1f9ce9(0x23e)]=_0x4d3acd[_0x1f9ce9(0x23e)],this[_0x1f9ce9(0x239)]['set'](_0x2b6505[_0x1f9ce9(0x25e)],Object['assign']({},_0x5ea299,_0x217b00));}}if(!_0x2b6505[_0x1f9ce9(0x26f)](setExtension,this,_0x5a6385)){globals[_0x1f9ce9(0x248)](_0x2b6505[_0x1f9ce9(0x1c8)],![]);const _0x477fe4=this[_0x1f9ce9(0x239)]['get'](_0x2b6505[_0x1f9ce9(0x1a3)]);_0x477fe4&&(_0x477fe4[_0x1f9ce9(0x206)]=![],delete _0x477fe4[_0x1f9ce9(0x244)],this[_0x1f9ce9(0x239)]['set'](_0x2b6505[_0x1f9ce9(0x1a3)],_0x477fe4)),this[_0x1f9ce9(0x239)][_0x1f9ce9(0x1f1)](_0x2b6505[_0x1f9ce9(0x19f)])&&(this[_0x1f9ce9(0x239)][_0x1f9ce9(0x141)](_0x2b6505[_0x1f9ce9(0x19f)],![]),this[_0x1f9ce9(0x239)]['delete'](_0x2b6505[_0x1f9ce9(0x25e)]));}}}if(_0x2b6505[_0x1f9ce9(0x256)](isAccessibilityAutomationSession)&&!this['getServerUrl']()[_0x1f9ce9(0x1be)](_0x2b6505['faUgw']))try{_0x2b6505[_0x1f9ce9(0x1fb)](hasLegacyHeadlessArg,this)?(logger[_0x1f9ce9(0x187)](_0x2b6505[_0x1f9ce9(0x268)]),globals[_0x1f9ce9(0x248)](_0x2b6505[_0x1f9ce9(0x1c8)],![])):helper['prepareCapabilities'](null,helper['useW3C'](_0x5a6385),_0x5a6385['framework'],null,this,null);}catch(_0x43476a){logger['debug']('Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20'+util[_0x1f9ce9(0x25a)](_0x43476a));}_0x2b6505[_0x1f9ce9(0x135)](globals[_0x1f9ce9(0x1da)](_0x2b6505[_0x1f9ce9(0x194)]),_0x2b6505['FHkmU'])&&(commandRepository[_0x1f9ce9(0x1f7)](_0x2b6505[_0x1f9ce9(0x14a)]),commandRepository[_0x1f9ce9(0x247)](globals['getGlobal'](_0x2b6505['AEDBE'])));if(this[_0x1f9ce9(0x265)]['includes'](_0x2b6505[_0x1f9ce9(0x212)]))logger[_0x1f9ce9(0x172)](_0x2b6505[_0x1f9ce9(0x1ed)]),globals[_0x1f9ce9(0x248)](_0x2b6505[_0x1f9ce9(0x250)],![]),globals[_0x1f9ce9(0x248)](_0x2b6505[_0x1f9ce9(0x229)],![]);else globals['getGlobal'](_0x2b6505[_0x1f9ce9(0x250)])&&globals[_0x1f9ce9(0x1da)](_0x2b6505['OEXIA'])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x1a91ee=super['build']();return PerformanceTester[_0x2040e5(0x1db)](PerformanceEvents[_0x2040e5(0x17d)],()=>{const _0x2a2e5b=_0x2040e5,_0x4dc0ea={'kJovr':function(_0x42a3d2){const _0x486b10=a177_0x1a6a;return _0x2b6505[_0x486b10(0x256)](_0x42a3d2);},'kBAnX':function(_0x1934ab,_0x5e5fe1,_0x2f83e8){return _0x2b6505['jWsWW'](_0x1934ab,_0x5e5fe1,_0x2f83e8);},'XCIst':_0x2b6505['RsbvW'],'oQKgr':_0x2b6505[_0x2a2e5b(0x1a3)],'ZerAS':_0x2b6505['FWnpg'],'qPmSm':_0x2b6505[_0x2a2e5b(0x25e)],'XQRCz':function(_0x5a8d76,_0x5d59e2,_0x5d2960){const _0x33ddf8=_0x2a2e5b;return _0x2b6505[_0x33ddf8(0x26f)](_0x5a8d76,_0x5d59e2,_0x5d2960);},'OnjWQ':function(_0x5671f9,_0x215126,_0x38a822){return _0x2b6505['jWsWW'](_0x5671f9,_0x215126,_0x38a822);},'dvsBk':_0x2b6505[_0x2a2e5b(0x1cf)],'PLISP':_0x2b6505[_0x2a2e5b(0x1c9)],'eGUqc':function(_0x481b1d,_0x3e706f){return _0x2b6505['WiIss'](_0x481b1d,_0x3e706f);},'GrYvr':function(_0x49373e,_0x33de1c,_0x223888){const _0x502e6c=_0x2a2e5b;return _0x2b6505[_0x502e6c(0x270)](_0x49373e,_0x33de1c,_0x223888);},'qNIIm':function(_0xf2593,_0x3d0c77){return _0x2b6505['WiIss'](_0xf2593,_0x3d0c77);}};_0x1a91ee[_0x2a2e5b(0x117)][_0x2a2e5b(0x1c0)](_0x5efc1f=>{const _0x1c54d3=_0x2a2e5b,_0xcd1bbd=_0x5efc1f[_0x1c54d3(0x183)];if(!helper[_0x1c54d3(0x226)]()&&_0x4dc0ea[_0x1c54d3(0x257)](isAccessibilityAutomationSession)){const _0x2ad232=_0x4dc0ea[_0x1c54d3(0x19d)](nonBstackPlatformValidation,_0xcd1bbd,this);globals['setGlobal'](_0x4dc0ea[_0x1c54d3(0x1a9)],_0x2ad232);if(!_0x2ad232){const _0x5e8f04=this['capabilities_']['get'](_0x4dc0ea[_0x1c54d3(0x147)]);_0x5e8f04&&(_0x5e8f04[_0x1c54d3(0x206)]=![],delete _0x5e8f04[_0x1c54d3(0x244)],this[_0x1c54d3(0x239)]['set'](_0x4dc0ea[_0x1c54d3(0x147)],_0x5e8f04)),this['capabilities_'][_0x1c54d3(0x1f1)](_0x4dc0ea[_0x1c54d3(0x1fd)])&&(this[_0x1c54d3(0x239)]['set'](_0x4dc0ea['ZerAS'],![]),this[_0x1c54d3(0x239)][_0x1c54d3(0x27b)](_0x4dc0ea[_0x1c54d3(0x26d)]));}}}),_0x1a91ee[_0x2a2e5b(0x117)][_0x2a2e5b(0x1c0)](_0xf076e1=>{const _0x541b25=_0x2a2e5b;try{logger['debug'](_0x541b25(0x238)+_0xf076e1[_0x541b25(0x221)]());const _0x3fb294=_0xf076e1[_0x541b25(0x183)][_0x541b25(0x1f1)](_0x438189['ECDXT']);_0x3fb294?(logger[_0x541b25(0x172)](_0x541b25(0x11d)+_0x3fb294),hubAllocator[_0x541b25(0x1ef)](_0x3fb294,_0xf076e1[_0x541b25(0x221)]()),helper[_0x541b25(0x210)](_0x3fb294)):logger[_0x541b25(0x172)](_0x438189[_0x541b25(0x161)]);}catch(_0x2917fb){logger[_0x541b25(0x172)](_0x541b25(0x140)+_0x2917fb);}}),_0x1a91ee[_0x2a2e5b(0x123)]=0x0,_0x1a91ee[_0x2a2e5b(0x1c0)]&&_0x1a91ee[_0x2a2e5b(0x1c0)](_0x41a63c=>{const _0x3f7d7d=_0x2a2e5b,_0x36bf8d={'rlYiO':function(_0x174a62,_0x1301f2,_0x33f216,_0x259ef3,_0x1acad2){const _0x1f6c5e=a177_0x1a6a;return _0x438189[_0x1f6c5e(0x192)](_0x174a62,_0x1301f2,_0x33f216,_0x259ef3,_0x1acad2);},'Bpkgv':function(_0x24a3e8,_0x217706){const _0x18b7fb=a177_0x1a6a;return _0x438189[_0x18b7fb(0x1d4)](_0x24a3e8,_0x217706);},'hbJfI':_0x438189[_0x3f7d7d(0x12f)],'Niqpq':_0x438189[_0x3f7d7d(0x16f)]};helper[_0x3f7d7d(0x1f0)](_0x41a63c,_0x1a91ee),_0xb34589&&_0x438189[_0x3f7d7d(0x24d)](overrideTakeScreenshot,_0x41a63c),helper[_0x3f7d7d(0x22a)](_0x41a63c,_0x5a6385),_0x438189[_0x3f7d7d(0x1d3)](overrideExecute,_0x41a63c,_0x5a6385),_0x438189[_0x3f7d7d(0x1d3)](propagateJestSessionName,_0x41a63c,_0x67af77),_0x5a6385[_0x3f7d7d(0x218)]&&percyHelper[_0x3f7d7d(0x1f4)](_0x41a63c,_0x53acf7[_0x3f7d7d(0x1aa)],_0x5a6385),_0x41a63c[_0x3f7d7d(0x111)]=async()=>{const _0xd86bbf=_0x3f7d7d;return await _0x4dc0ea[_0xd86bbf(0x1a6)](getAccessibilityResultsSummary,_0x41a63c,global);},_0x41a63c['getAccessibilityResults']=async()=>{const _0x372c9d=_0x3f7d7d;return await _0x4dc0ea[_0x372c9d(0x176)](getAccessibilityResults,_0x41a63c,global);},_0x41a63c[_0x3f7d7d(0x134)]=async _0x3ca96c=>{const _0x4c3d47=_0x3f7d7d;return await _0x36bf8d['rlYiO'](performScan,_0x41a63c,null,!![],_0x36bf8d[_0x4c3d47(0x1e2)](_0x3ca96c,null));},_0x41a63c[_0x3f7d7d(0x19b)]=async _0x1ea4e1=>{const _0x1f8d4f=_0x3f7d7d;globals[_0x1f8d4f(0x248)](_0x4dc0ea[_0x1f8d4f(0x254)],!![]),globals[_0x1f8d4f(0x248)](_0x4dc0ea[_0x1f8d4f(0x1c3)],_0x4dc0ea[_0x1f8d4f(0x267)](_0x1ea4e1,null));},_0x41a63c[_0x3f7d7d(0x1d5)]=async()=>{const _0x4da7d6=_0x3f7d7d;globals[_0x4da7d6(0x248)](_0x36bf8d[_0x4da7d6(0x167)],![]),globals[_0x4da7d6(0x248)](_0x36bf8d[_0x4da7d6(0x171)],null);};}),_0x1a91ee['getAccessibilityResultsSummary']=async()=>{const _0x321e73=_0x2a2e5b;return await _0x4dc0ea[_0x321e73(0x272)](getAccessibilityResultsSummary,_0x1a91ee,global);},_0x1a91ee['getAccessibilityResults']=async()=>{const _0xbf5558=_0x2a2e5b;return await _0x4dc0ea[_0xbf5558(0x272)](getAccessibilityResults,_0x1a91ee,global);},_0x1a91ee['performScan']=async _0x37183c=>{const _0x40dd14=_0x2a2e5b;return await _0x438189[_0x40dd14(0x192)](performScan,_0x1a91ee,null,!![],_0x438189['xTKqv'](_0x37183c,null));},_0x1a91ee['startA11yScanning']=async _0xbb684f=>{const _0x5a58f9=_0x2a2e5b;globals[_0x5a58f9(0x248)](_0x4dc0ea[_0x5a58f9(0x254)],!![]),globals['setGlobal'](_0x4dc0ea[_0x5a58f9(0x1c3)],_0x4dc0ea['qNIIm'](_0xbb684f,null));},_0x1a91ee[_0x2a2e5b(0x1d5)]=async()=>{const _0x3cb93d=_0x2a2e5b;globals[_0x3cb93d(0x248)](_0x4dc0ea[_0x3cb93d(0x254)],![]),globals[_0x3cb93d(0x248)](_0x4dc0ea[_0x3cb93d(0x1c3)],null);},_0xb34589&&_0x2b6505[_0x2a2e5b(0x1fb)](overrideTakeScreenshot,_0x1a91ee),helper[_0x2a2e5b(0x1f0)](_0x1a91ee),helper[_0x2a2e5b(0x22a)](_0x1a91ee,_0x5a6385),_0x2b6505[_0x2a2e5b(0x1f3)](overrideExecute,_0x1a91ee,_0x5a6385),_0x2b6505[_0x2a2e5b(0x1c5)](propagateJestSessionName,_0x1a91ee,_0x67af77,_0x2b6505[_0x2a2e5b(0x1d7)]),_0x5a6385['capability']&&percyHelper['patchDriverPercy'](_0x1a91ee,_0x53acf7['WebElement'],_0x5a6385);helper['isUndefined'](global[_0x2a2e5b(0x1ce)])&&(global[_0x2a2e5b(0x1ce)]=[]);helper['isUndefined'](global[_0x2a2e5b(0x11f)])&&(global[_0x2a2e5b(0x11f)]=[]);global[_0x2a2e5b(0x1ce)][_0x2a2e5b(0x1a2)](_0x1a91ee),global[_0x2a2e5b(0x20e)]=_0x1a91ee,_0x67af77&&(_0x67af77[_0x2a2e5b(0x1b0)][_0x2a2e5b(0x20e)]=_0x1a91ee);_0x2b6505[_0x2a2e5b(0x114)](global[_0x2a2e5b(0x11f)],undefined)&&global[_0x2a2e5b(0x11f)][_0x2a2e5b(0x1a2)](_0x1a91ee);_0x67af77&&helper[_0x2a2e5b(0x1e8)](_0x67af77[_0x2a2e5b(0x1b0)][_0x2a2e5b(0x11f)])&&(_0x67af77[_0x2a2e5b(0x1b0)][_0x2a2e5b(0x11f)]=[]);_0x67af77&&helper['isUndefined'](_0x67af77[_0x2a2e5b(0x1b0)]['__driversArray'])&&(_0x67af77[_0x2a2e5b(0x1b0)]['__driversArray']=[]);_0x67af77&&_0x2b6505['iOsUt'](_0x67af77[_0x2a2e5b(0x1b0)][_0x2a2e5b(0x11f)],undefined)&&(_0x67af77[_0x2a2e5b(0x1b0)]['__drivers'][_0x2a2e5b(0x1a2)](_0x1a91ee),_0x67af77[_0x2a2e5b(0x1b0)]['__driversArray'][_0x2a2e5b(0x1a2)](_0x1a91ee));_0x1a91ee[_0x2a2e5b(0x10e)]=globals['getGlobal'](_0x2b6505[_0x2a2e5b(0x1c8)]);try{global[_0x2a2e5b(0x11f)][0x0][_0x2a2e5b(0x117)][_0x2a2e5b(0x1c0)](_0x4ff3ef=>{const _0x42e7f3=_0x2a2e5b;logger[_0x42e7f3(0x172)]('setting\x20driver\x20Session\x20ID:\x20'+_0x4ff3ef[_0x42e7f3(0x221)]()+_0x42e7f3(0x27a));})[_0x2a2e5b(0x1b8)](_0x2b3f94=>{const _0x54ebaf=_0x2a2e5b;logger[_0x54ebaf(0x172)](_0x54ebaf(0x15e)+_0x2b3f94);});}catch(_0x4a11b9){logger[_0x2a2e5b(0x172)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x4a11b9);}globals['setGlobal'](_0x2b6505[_0x2a2e5b(0x1c8)],globals[_0x2a2e5b(0x1da)](_0x2b6505[_0x2a2e5b(0x1c8)]));})(),_0x1a91ee;}}_0x67af77&&(globals[_0xd61885(0x266)]=_0x67af77['global'][_0xd61885(0x266)]);if(_0x2b6505['hBnFJ'](isAccessibilityAutomationSession))try{let _0x3c3552=helper[_0xd61885(0x1bc)](_0x2b6505['vbZAg'],_0x2b6505[_0xd61885(0x112)])[_0xd61885(0x23b)];(!_0x3c3552[_0xd61885(0x251)]||!_0x3c3552[_0xd61885(0x251)]['execute'])&&(_0x3c3552=helper[_0xd61885(0x1bc)](_0x2b6505['fshKk'],_0x2b6505['EHidT'])[_0xd61885(0x20f)]);if(_0x3c3552[_0xd61885(0x251)]&&_0x3c3552[_0xd61885(0x251)][_0xd61885(0x12e)]){const _0x285f49=_0x3c3552[_0xd61885(0x251)][_0xd61885(0x12e)];logger[_0xd61885(0x172)](_0x2b6505[_0xd61885(0x181)]),_0x3c3552['prototype'][_0xd61885(0x12e)]=async function(){const _0x6f6a11=_0xd61885;try{!globals[_0x6f6a11(0x1da)](_0x2b6505[_0x6f6a11(0x160)])&&globals[_0x6f6a11(0x1da)](_0x2b6505['RsbvW'])&&globals[_0x6f6a11(0x1da)](_0x2b6505['yZBUD'])&&scripts[_0x6f6a11(0x1a4)](arguments[0x0][_0x6f6a11(0x224)])&&!_0x2b6505['AkiZl'](isBrowserStackCommandExecutor,arguments[0x0][_0x6f6a11(0x163)])&&(globals['setGlobal'](_0x2b6505[_0x6f6a11(0x160)],!![]),logger[_0x6f6a11(0x172)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x6f6a11(0x224)]),await _0x2b6505['jWsWW'](performScan,global[_0x6f6a11(0x20e)],arguments[0x0][_0x6f6a11(0x224)]));}catch(_0x82f0e8){logger['debug'](_0x6f6a11(0x191)+util[_0x6f6a11(0x25a)](_0x82f0e8));}return globals[_0x6f6a11(0x248)](_0x2b6505[_0x6f6a11(0x160)],![]),_0x285f49[_0x6f6a11(0x1f8)](this,arguments);};}}catch(_0x4d45b9){logger['debug'](_0x2b6505[_0xd61885(0x279)](_0x2b6505[_0xd61885(0x234)],_0x4d45b9));}return _0x53acf7['originalBuilder']=_0x53acf7[_0xd61885(0x119)],_0x53acf7[_0xd61885(0x119)]=_0x157b74,_0x38ff1d[_0xd61885(0x133)]=_0x23ecd1,_0x53acf7;};module['exports'][a177_0x5d2f82(0x17a)]=modify,module[a177_0x5d2f82(0x1f9)][a177_0x5d2f82(0x124)]=modifyV2,module[a177_0x5d2f82(0x1f9)][a177_0x5d2f82(0x13f)]=percySDK,module[a177_0x5d2f82(0x1f9)]['BrowserStackSdk']=BrowserStackSdk,module[a177_0x5d2f82(0x1f9)][a177_0x5d2f82(0x1fa)]=modifyPlaywrightConfig;try{require('./helpers/driverInitErrorReporter')['installAll']();}catch(a177_0x4167a4){logger[a177_0x5d2f82(0x172)](a177_0x5d2f82(0x193)+(a177_0x4167a4&&a177_0x4167a4[a177_0x5d2f82(0x15b)]));}function a177_0x40d6(){const _0x5c9680=['2200120ualVkc','wDTDY','se:ieOptions','PoqUq','getGlobal','measureWrapper','JgxIv','browserVersion','Hub\x20url\x20set\x20to\x20','LJxrO','Ziirc','proxyUrl','Bpkgv','object','soHUS','from','./bin/mocha/accessibility-automation/helper','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','isUndefined','etKBx','platformName','chrome','length','jkYzX','proxySettings','updateHubUrl','overrideQuit','get','reULV','CYpCj','patchDriverPercy','nMkPB','split','setFramework','apply','exports','_modifyPlaywright','LLVuz','device','ZerAS','TfRNl','HKQPl','getRequestOptions','KNZwM','KdIVn','woCtk','JeMEJ','hNhqp','accessibility','72531KscvFD','FoRqN','safari.options','aiSdk_bstackConfig','HCNfT','OzkgP','1264dswTnx','__driver','Executor','storeOptimalHubUrl','pushCommand','mvvqg','chromeOptions','jxrvq','/session','RtfCe','cwBYa','capability','aiHeal_isAuthenticated','yrpeA','bstackA11yScanOptions','OrWwl','PkQVp','jBtCv','requireHttpClient','sMQlh','getId','BROWSERSTACK_TURBOSCALE','JCMyO','name_','originalBuilder','isBrowserstackInfra','AkiZl','concat','OEXIA','overrideGet','SQkCS','cvsnA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','optimalHubUrl','toLowerCase','./helpers/ai-sdk/autoHealHelper','Modifying\x20webdriver\x20builder','85569VwrqHT','browserName','Gomxy','ywwBQ','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','Session\x20ID:\x20','capabilities_','FiHBx','WebDriver','227260OIrDno','keys','scannerVersion','./helpers/accessibility-automation/scripts','pILCA','jWGPL','setCapabilities','wlNEt','accessibilityOptions','safariOptions_','./helpers/accessibility-automation/constants','setConfig','setGlobal','msWkt','nPsCF','authToken','./browserStackSdk','UsjVW','qliPz','util','MffVg','prototype','UvrRW','.browserstack.com','dvsBk','options_','PmIhX','kJovr','framework','./hubAllocationMethods','format','useW3C','getHttpAgent','meTOb','PiEcm','ieOptions','vRJDn','nPGZx','sAFrD','HjBPn','./helpers/ai-sdk/aiSdkWrapper','url_','browserStackGlobals','eGUqc','RDbWL','isMobilePlatform','Proxy\x20set\x20to\x20','build','prepareCapabilities','qPmSm','QZuiB','jWsWW','GUFEG','fEhQO','GrYvr','JlYrL','requireSeleniumWebdriver','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','consumeHubUrlForSession','edgeOptions_','selenium-webdriver','teYLs','\x20to\x20global\x20drivers\x20array','delete','JuHaM','proxy_','isAccessibilityPlatform','(sync)','path','getAccessibilityResultsSummary','EHidT','browserstack.accessibilityOptions','IYXoM','sXSBH','info','session_','assign','Builder','./helpers/globals','_installDriverInitFailureCapture','GBQOQ','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','3770GstQwT','__drivers','SxHxz','BRYId','QsqOE','quitCount_','browserstackAgentV2','installAll','VBwTX','SSLiZ','android','eDwLc','forEach','readTcgAuthConfigToGlobal','moz:firefoxOptions','cVvAB','execute','Chmdd','RlHJh','SAFFR','cZXPi','HttpClient','performScan','jvVNt','aBzsN','./helpers/helper','FRUTr','NwxmV','kunvv','SDK_PRE_INITIALIZE','PIcbg','env','jest','percy','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','set','OqAjt','send','lofyH','firefoxOptions','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','oQKgr','TQMMl','browserstack.accessibility','FHkmU','/wd/hub','Unable\x20to\x20find\x20executor\x20class\x20','lZXwJ','firefoxOptions_','getServerUrl','XmJrE','nHeAP','ieOptions_','./helpers/performance/constants','142566QkhrJx','bzWqV','goog:chromeOptions','637149ueilMv','42293BWKPGq','iOsUt','XHGCv','message','isArray','dgZFm','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','pqfbQ','iEZgb','tJAWE','getAccessibilityResults','parameters_','error','BS_A11Y_JWT','glRSP','hbJfI','args','parse','edgeOptions','whLcp','mergeDeep','RgHDH','https://','HfEwy','bstackA11yShouldScan','Niqpq','debug','wHHro','KSTuT','aUeyb','OnjWQ','./helpers/patchHelpers','./helpers/driverInitErrorReporter','tAval','browserstackAgent','tYLZc','lBrZi','SDK_POST_INITIALIZE','pQxlG','aiHeal_isHealingEnabled','bstack:options','tWQDf','setAdditionalCapabilities','caps_','TkPtI','rpajX','selenium-webdriver/lib/webdriver.js','warn','WiIss','CAPABILITY_KEY','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','kXlta','qVwjm','Setting\x20Browserstack\x20capabilities','nHXzQ','FxhxL','Failed\x20to\x20perform\x20scan\x20','XYAgH','driver-init\x20capture\x20install\x20failed:\x20','USfJe','ZhXsh','yovns','./bin/playwright/modifyPlaywrightConf','lAcyR','BrqJc','browserstack.com','startA11yScanning','New\x20hub\x20url\x20set\x20to\x20','kBAnX','aiSdk_framework','FWnpg','__setBrowserOptions','WkpjY','push','fALyJ','shouldWrapCommand','IVlvX','XQRCz','agent_','isPacProxy','XCIst','WebElement','ms:edgeOptions','jYkec','sDZWV','./helpers/percy/PercySDK','BhDRq','global','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','gIRxA','setServer','301rylPEZ','SMHab','deviceName','chromeOptions_','catch','pioVo','ZwhyV','HnZRV','requireModule','SMYvr','includes','./helpers/patchHelper','then','capabilities','aAnwq','PLISP','./helpers/accessibility-automation/helper','gWhAH','EBCss','browserstackSessionName','RsbvW','KMJET','rsuwZ','platform','getHubUrl','dJgrc','__driversArray','yZBUD','gBNut','6TiUvzj','TSenk','bjFKO','xTKqv','stopA11yScanning'];a177_0x40d6=function(){return _0x5c9680;};return a177_0x40d6();}module[a177_0x5d2f82(0x1f9)][a177_0x5d2f82(0x11b)]=require(a177_0x5d2f82(0x178))[a177_0x5d2f82(0x125)];
|
|
1
|
+
const a177_0x331867=a177_0x4b25;(function(_0x1a366e,_0x3545f1){const _0x1ed2bd=a177_0x4b25,_0x18ff68=_0x1a366e();while(!![]){try{const _0x25dc14=parseInt(_0x1ed2bd(0xf7))/0x1*(parseInt(_0x1ed2bd(0xcd))/0x2)+-parseInt(_0x1ed2bd(0xce))/0x3*(parseInt(_0x1ed2bd(0xcb))/0x4)+parseInt(_0x1ed2bd(0x70))/0x5*(-parseInt(_0x1ed2bd(0x1ac))/0x6)+parseInt(_0x1ed2bd(0xa2))/0x7*(parseInt(_0x1ed2bd(0x128))/0x8)+parseInt(_0x1ed2bd(0x77))/0x9+parseInt(_0x1ed2bd(0x1b5))/0xa+parseInt(_0x1ed2bd(0x104))/0xb*(-parseInt(_0x1ed2bd(0x14d))/0xc);if(_0x25dc14===_0x3545f1)break;else _0x18ff68['push'](_0x18ff68['shift']());}catch(_0x18c608){_0x18ff68['push'](_0x18ff68['shift']());}}}(a177_0x3c8c,0xb6c83));const util=require(a177_0x331867(0x116)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a177_0x331867(0x119)),{setAccessibilityCapabilities,setExtension}=require(a177_0x331867(0x150)),helper=require(a177_0x331867(0x1b7)),logger=require('./helpers/logger')[a177_0x331867(0x79)],hubAllocator=require(a177_0x331867(0x11b)),percySDK=require(a177_0x331867(0x1a7)),percyHelper=require(a177_0x331867(0x1c2)),BrowserStackSdk=require(a177_0x331867(0x167)),modifyPlaywrightConfig=require(a177_0x331867(0xca)),scripts=require(a177_0x331867(0xea)),globals=require(a177_0x331867(0x168)),{commandRepository}=require(a177_0x331867(0xac)),{aiSdkWrapper}=require(a177_0x331867(0x164)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a177_0x331867(0xd5)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x217035=>{const _0x1e4f3d=a177_0x331867,_0x528c6c={'KzKlK':function(_0x3ab87f,_0x4791b0){return _0x3ab87f!==_0x4791b0;},'BeXkR':_0x1e4f3d(0x17f),'LpRRx':function(_0x206952,_0x38d0e7){return _0x206952+_0x38d0e7;},'KQQgp':_0x1e4f3d(0xf8),'QveUC':_0x1e4f3d(0x1ce),'LDAbr':_0x1e4f3d(0x160),'sOCoR':_0x1e4f3d(0x108),'PIPYJ':_0x1e4f3d(0x15c),'AJfDM':'edgeOptions','JXuwZ':_0x1e4f3d(0xa4),'YDOTv':_0x1e4f3d(0x11a),'MrRtw':_0x1e4f3d(0x174),'jIKKK':_0x1e4f3d(0x1ab),'KJRBj':_0x1e4f3d(0x1a2),'YtBxI':function(_0x4fd728,_0x7c435b){return _0x4fd728===_0x7c435b;},'EidmM':'object','JtaEJ':_0x1e4f3d(0x102),'ZBCPB':function(_0x2de8e2){return _0x2de8e2();},'beSlA':function(_0x540035,_0x577223){return _0x540035(_0x577223);},'fbWrX':function(_0x2c7b5a){return _0x2c7b5a();},'Dsved':_0x1e4f3d(0xe8),'LCWRw':_0x1e4f3d(0xf1),'xpxOs':_0x1e4f3d(0x19a),'tljWo':_0x1e4f3d(0x1d9),'EjsDk':_0x1e4f3d(0x157),'CmGqm':_0x1e4f3d(0x189),'Nlbbd':_0x1e4f3d(0x178),'MmavE':_0x1e4f3d(0x117),'uopGS':function(_0x40496d){return _0x40496d();},'Opjat':_0x1e4f3d(0x11f),'mAPaM':_0x1e4f3d(0x85),'mhvRD':_0x1e4f3d(0x165),'gxkAy':function(_0x569a84,_0x3ce8b6,_0x539e20){return _0x569a84(_0x3ce8b6,_0x539e20);},'quVLa':'browserstack.accessibility','qZLRn':_0x1e4f3d(0xb6),'kyrDS':_0x1e4f3d(0x1d8),'MPUdL':function(_0x4a03a2,_0x1b5b35,_0x579348,_0x1ed596,_0x3ab0af){return _0x4a03a2(_0x1b5b35,_0x579348,_0x1ed596,_0x3ab0af);},'acEQB':function(_0x5d55c8,_0x2714bc){return _0x5d55c8||_0x2714bc;},'voVpp':_0x1e4f3d(0xd4),'pvZsU':_0x1e4f3d(0x1de),'Zwrdq':function(_0x24d14f,_0xc35877,_0x44b860){return _0x24d14f(_0xc35877,_0x44b860);},'rGiNU':'optimalHubUrl','YkLIu':_0x1e4f3d(0x1b8),'XVivh':function(_0x25d07c,_0x47ede0,_0x2df791){return _0x25d07c(_0x47ede0,_0x2df791);},'tcTqf':function(_0x4b89c2,_0x358a95){return _0x4b89c2||_0x358a95;},'CblcF':function(_0x284e0a,_0x580c82,_0x1e4599){return _0x284e0a(_0x580c82,_0x1e4599);},'kjqdi':function(_0x2c60cc,_0x43e533,_0x16d59e){return _0x2c60cc(_0x43e533,_0x16d59e);},'VZrBr':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','JMwgL':_0x1e4f3d(0x15a)};logger[_0x1e4f3d(0xe3)](_0x528c6c[_0x1e4f3d(0xec)]),logger['debug'](_0x528c6c[_0x1e4f3d(0xe4)]);const _0x22f671=helper['requireSeleniumWebdriver'](),_0x5df912=helper[_0x1e4f3d(0xa1)]();class _0x47bb45 extends _0x5df912[_0x1e4f3d(0x125)]{['send'](_0x40c2ee){const _0x516bfa=_0x1e4f3d;if(_0x528c6c[_0x516bfa(0xab)](_0x40c2ee['path'],_0x528c6c[_0x516bfa(0x180)]))try{const _0x3ffb7e=_0x40c2ee[_0x516bfa(0x186)]['split']('/')[0x2];if(_0x3ffb7e){const _0x26649e=hubAllocator['consumeHubUrlForSession'](_0x3ffb7e);if(_0x26649e){const _0x16d42c=_0x528c6c['LpRRx'](_0x528c6c['LpRRx'](_0x528c6c['KQQgp'],_0x26649e),_0x528c6c[_0x516bfa(0x13e)]);this[_0x516bfa(0x1c4)]=hubAllocator['getRequestOptions'](_0x16d42c),logger[_0x516bfa(0x6c)](_0x516bfa(0x1a6)+_0x16d42c);}}}catch(_0x115eae){logger[_0x516bfa(0x10e)](_0x115eae);}return super[_0x516bfa(0x173)](_0x40c2ee);}}class _0x4506a2 extends _0x22f671[_0x1e4f3d(0xd6)]{[_0x1e4f3d(0x65)](_0x41ba14){const _0x52ef47=_0x1e4f3d;let _0xae1bba={};for(const _0x4298b6 in _0x41ba14){switch(_0x4298b6){case _0x528c6c[_0x52ef47(0x1d2)]:case _0x528c6c['sOCoR']:this[_0x52ef47(0xe1)]&&(_0xae1bba=this[_0x52ef47(0xe1)][_0x52ef47(0xde)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x52ef47(0xe1)][_0x52ef47(0x122)](this[_0x52ef47(0xe1)][_0x52ef47(0x10b)],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c[_0x52ef47(0x1ae)]:case _0x528c6c['AJfDM']:this['edgeOptions_']&&(_0xae1bba=this[_0x52ef47(0x1c3)][_0x52ef47(0xde)](this['edgeOptions_'][_0x52ef47(0x10b)])||{},this[_0x52ef47(0x1c3)][_0x52ef47(0x122)](this['edgeOptions_']['CAPABILITY_KEY'],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c[_0x52ef47(0x76)]:case _0x528c6c[_0x52ef47(0x14c)]:this[_0x52ef47(0xdd)]&&(_0xae1bba=this[_0x52ef47(0xdd)][_0x52ef47(0xde)](this[_0x52ef47(0xdd)][_0x52ef47(0x10b)])||{},this[_0x52ef47(0xdd)][_0x52ef47(0x122)](this['firefoxOptions_'][_0x52ef47(0x10b)],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c[_0x52ef47(0x17d)]:this['safariOptions_']&&(_0xae1bba=this[_0x52ef47(0x16e)][_0x52ef47(0xde)](this[_0x52ef47(0x16e)][_0x52ef47(0x10b)])||{},this['safariOptions_'][_0x52ef47(0x122)](this['safariOptions_'][_0x52ef47(0x10b)],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c['jIKKK']:case _0x528c6c['KJRBj']:this[_0x52ef47(0xc1)]&&(_0xae1bba=this[_0x52ef47(0xc1)]['get'](this[_0x52ef47(0xc1)][_0x52ef47(0x10b)])||{},this['ieOptions_'][_0x52ef47(0x122)](this[_0x52ef47(0xc1)][_0x52ef47(0x10b)],helper['mergeDeep'](_0xae1bba,_0x41ba14[_0x4298b6])));break;}}}['setServer'](){const _0xa0da41=_0x1e4f3d;return this['url_']=helper[_0xa0da41(0x12a)](_0x217035),logger['debug'](_0xa0da41(0x1af)+this['url_']),this;}[_0x1e4f3d(0x6a)](){const _0x33dc71=_0x1e4f3d,_0x468e71={'Bfsuq':function(_0x3ea3f1,_0x216007){const _0x20b5a6=a177_0x4b25;return _0x528c6c[_0x20b5a6(0xeb)](_0x3ea3f1,_0x216007);},'XfDYo':_0x528c6c[_0x33dc71(0x15d)]};return logger['debug'](_0x528c6c[_0x33dc71(0x78)]),this[_0x33dc71(0x65)](_0x217035[_0x33dc71(0xfd)]),Object[_0x33dc71(0x18e)](_0x217035[_0x33dc71(0xfd)])[_0x33dc71(0x14e)](_0x456d94=>{const _0x52ba01=_0x33dc71,_0x58b218=this['capabilities_']['get'](_0x456d94);_0x468e71['Bfsuq'](typeof _0x58b218,_0x468e71['XfDYo'])?this[_0x52ba01(0x15e)][_0x52ba01(0x122)](_0x456d94,helper[_0x52ba01(0x170)](_0x58b218,_0x217035[_0x52ba01(0xfd)][_0x456d94])):this[_0x52ba01(0x15e)][_0x52ba01(0x122)](_0x456d94,_0x217035[_0x52ba01(0xfd)][_0x456d94]);}),this;}[_0x1e4f3d(0x103)](){const _0x50875a=_0x1e4f3d,_0x82853a={'worNS':_0x528c6c[_0x50875a(0x1dc)],'ySbmS':_0x528c6c[_0x50875a(0x13c)],'UAoJK':function(_0x22800d,_0x5499df,_0x49d07e){const _0x3dd10d=_0x50875a;return _0x528c6c[_0x3dd10d(0x137)](_0x22800d,_0x5499df,_0x49d07e);},'ZLvhe':_0x528c6c[_0x50875a(0x1d1)],'llKPf':_0x528c6c[_0x50875a(0x140)],'PFKqR':function(_0x5313aa,_0x1fae55){const _0x57d70a=_0x50875a;return _0x528c6c[_0x57d70a(0x11d)](_0x5313aa,_0x1fae55);},'iUSAC':function(_0x55f382,_0x11e52f,_0x55c11c){const _0x15cf68=_0x50875a;return _0x528c6c[_0x15cf68(0xa5)](_0x55f382,_0x11e52f,_0x55c11c);},'YjAgm':function(_0x5c3fc6,_0x22a791,_0x1f2ff7){const _0x444ad4=_0x50875a;return _0x528c6c[_0x444ad4(0x137)](_0x5c3fc6,_0x22a791,_0x1f2ff7);},'ZykUg':function(_0x5478da,_0x26cf04,_0x9edf1c){return _0x528c6c['kjqdi'](_0x5478da,_0x26cf04,_0x9edf1c);}};PerformanceTester[_0x50875a(0x1dd)](PerformanceEvents[_0x50875a(0x66)],()=>{const _0xf325d1=_0x50875a;_0x528c6c[_0xf325d1(0x1c9)](isAccessibilityAutomationSession)&&_0x528c6c[_0xf325d1(0x10d)](setAccessibilityCapabilities,_0x217035);this[_0xf325d1(0x17e)](),this['setCapabilities']();if(helper[_0xf325d1(0x11e)](_0x217035['proxySettings'][_0xf325d1(0xd8)]))this['agent_']=helper['getHttpAgent'](_0x217035['proxySettings'][_0xf325d1(0xd8)]);else _0x217035[_0xf325d1(0x9a)][_0xf325d1(0xd8)]&&(this[_0xf325d1(0x1d7)]=_0x217035[_0xf325d1(0x9a)]['proxyUrl'],logger[_0xf325d1(0x6c)](_0xf325d1(0x1d5)+this['proxy_']));if(_0x528c6c['fbWrX'](isAccessibilityAutomationSession)){const _0x2adb7e=this[_0xf325d1(0x15e)]['get'](_0x528c6c[_0xf325d1(0x1cd)])||{},_0x13dc8e=_0x2adb7e[_0xf325d1(0x19a)]||this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x9d)])||this[_0xf325d1(0x15e)]['get'](_0x528c6c[_0xf325d1(0x19f)]);if(_0x13dc8e){const _0x28a8c3=(_0x2adb7e[_0xf325d1(0x1d9)]||_0x2adb7e[_0xf325d1(0x157)]||this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x18b)])||this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0xd0)])||'')[_0xf325d1(0x187)](),_0x36bc73=(_0x2adb7e[_0xf325d1(0x189)]||this[_0xf325d1(0x15e)]['get'](_0x528c6c[_0xf325d1(0x1da)])||'')[_0xf325d1(0x187)]();_0x528c6c[_0xf325d1(0xeb)](_0x28a8c3,_0x528c6c[_0xf325d1(0x1b1)])&&_0x36bc73[_0xf325d1(0x130)](_0x528c6c[_0xf325d1(0x9e)])&&(_0x528c6c['uopGS'](isMobileScanningEnabledForGroup)&&(logger[_0xf325d1(0x6c)](_0x528c6c['Opjat']),globals['setGlobal'](_0x528c6c['mAPaM'],!![])));}}if(globals[_0xf325d1(0x7b)](_0x528c6c[_0xf325d1(0x1d6)])){if(!_0x528c6c[_0xf325d1(0x175)](setExtension,this,_0x217035)){globals[_0xf325d1(0x149)](_0x528c6c[_0xf325d1(0x1d6)],![]);const _0x445f8b=this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x1cd)]);_0x445f8b&&(_0x445f8b['accessibility']=![],delete _0x445f8b['accessibilityOptions'],this[_0xf325d1(0x15e)][_0xf325d1(0x122)](_0x528c6c[_0xf325d1(0x1cd)],_0x445f8b)),this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x18c)])&&(this['capabilities_'][_0xf325d1(0x122)](_0x528c6c[_0xf325d1(0x18c)],![]),this['capabilities_'][_0xf325d1(0x6b)](_0x528c6c[_0xf325d1(0x193)]));}}(!helper[_0xf325d1(0x10a)]()||helper[_0xf325d1(0x8b)](_0x217035))&&helper[_0xf325d1(0x12f)](null,helper[_0xf325d1(0xbd)](_0x217035),_0x217035[_0xf325d1(0xb0)],null,this,null),helper[_0xf325d1(0x127)](_0x217035['capability']),logger[_0xf325d1(0x6c)](_0x528c6c[_0xf325d1(0x72)]);})();const _0x4182e5=super[_0x50875a(0x103)]();return PerformanceTester[_0x50875a(0x1dd)](PerformanceEvents[_0x50875a(0xf6)],()=>{const _0x3186ef=_0x50875a,_0x146358={'MCuJF':function(_0x32f6c9,_0x4b7f85,_0x5e8e14,_0x1b65bb,_0x8959e1){const _0x1c2ba8=a177_0x4b25;return _0x528c6c[_0x1c2ba8(0x1a3)](_0x32f6c9,_0x4b7f85,_0x5e8e14,_0x1b65bb,_0x8959e1);},'HafMK':function(_0x4d9f27,_0x32e3cd){const _0x1db78d=a177_0x4b25;return _0x528c6c[_0x1db78d(0x198)](_0x4d9f27,_0x32e3cd);},'Lkkew':_0x528c6c[_0x3186ef(0x1d1)],'neETe':_0x528c6c[_0x3186ef(0x140)]};_0x4182e5[_0x3186ef(0x1a8)][_0x3186ef(0x110)](_0x190fab=>{const _0x4ff371=_0x3186ef;try{const _0x1cf085=_0x190fab[_0x4ff371(0x142)][_0x4ff371(0xde)](_0x82853a[_0x4ff371(0xd2)]);_0x1cf085?(logger['debug'](_0x4ff371(0x1a1)+_0x1cf085),hubAllocator['updateHubUrl'](_0x1cf085,_0x190fab['getId']()),helper[_0x4ff371(0xfe)](_0x1cf085)):logger['debug'](_0x82853a[_0x4ff371(0x123)]);}catch(_0x520bcc){logger[_0x4ff371(0x6c)](_0x4ff371(0xf5)+_0x520bcc);}}),_0x4182e5[_0x3186ef(0x110)]&&_0x4182e5[_0x3186ef(0x110)](_0xd27c53=>{const _0x563772=_0x3186ef,_0x3acd40={'HGFHB':function(_0x16b53f,_0x212ce6,_0x5491e2){const _0x556e1e=a177_0x4b25;return _0x82853a[_0x556e1e(0x17a)](_0x16b53f,_0x212ce6,_0x5491e2);},'BXhck':_0x82853a[_0x563772(0x91)],'MbVXf':_0x82853a[_0x563772(0x90)],'nTixU':function(_0x3318b6,_0x1eec25){const _0x279f81=_0x563772;return _0x82853a[_0x279f81(0x194)](_0x3318b6,_0x1eec25);}};helper[_0x563772(0x199)](_0xd27c53,_0x217035),_0x82853a[_0x563772(0x13a)](overrideExecute,_0xd27c53,_0x217035),_0xd27c53[_0x563772(0x166)]=async()=>{const _0x2804ad=_0x563772;return await _0x3acd40[_0x2804ad(0x11c)](getAccessibilityResultsSummary,_0xd27c53,global);},_0xd27c53[_0x563772(0x8a)]=async()=>{const _0x2a47e3=_0x563772;return await _0x3acd40[_0x2a47e3(0x11c)](getAccessibilityResults,_0xd27c53,global);},_0xd27c53[_0x563772(0x8e)]=async _0x60475=>{const _0x6e248=_0x563772;return await _0x146358[_0x6e248(0x1d3)](performScan,_0xd27c53,null,!![],_0x146358[_0x6e248(0x148)](_0x60475,null));},_0xd27c53[_0x563772(0xf3)]=async _0xabfa5a=>{const _0x5a25c8=_0x563772;globals[_0x5a25c8(0x149)](_0x3acd40['BXhck'],!![]),globals[_0x5a25c8(0x149)](_0x3acd40[_0x5a25c8(0xb2)],_0x3acd40[_0x5a25c8(0x9c)](_0xabfa5a,null));},_0xd27c53[_0x563772(0x1c7)]=async()=>{const _0x44755c=_0x563772;globals[_0x44755c(0x149)](_0x3acd40[_0x44755c(0x13b)],![]),globals[_0x44755c(0x149)](_0x3acd40[_0x44755c(0xb2)],null);};}),_0x4182e5[_0x3186ef(0x166)]=async()=>{const _0x2df48d=_0x3186ef;return await _0x82853a[_0x2df48d(0x132)](getAccessibilityResultsSummary,_0x4182e5,global);},_0x4182e5['getAccessibilityResults']=async()=>{const _0x7485d0=_0x3186ef;return await _0x82853a[_0x7485d0(0x1b4)](getAccessibilityResults,_0x4182e5,global);},_0x4182e5['performScan']=async _0x1ada83=>{const _0x3a65e5=_0x3186ef;return await _0x146358[_0x3a65e5(0x1d3)](performScan,_0x4182e5,null,!![],_0x146358[_0x3a65e5(0x148)](_0x1ada83,null));},_0x4182e5[_0x3186ef(0xf3)]=async _0x374e15=>{const _0x3ea742=_0x3186ef;globals[_0x3ea742(0x149)](_0x146358[_0x3ea742(0x1c5)],!![]),globals[_0x3ea742(0x149)](_0x146358[_0x3ea742(0x7c)],_0x146358[_0x3ea742(0x148)](_0x374e15,null));},_0x4182e5['stopA11yScanning']=async()=>{const _0x5c06f3=_0x3186ef;globals[_0x5c06f3(0x149)](_0x82853a['ZLvhe'],![]),globals[_0x5c06f3(0x149)](_0x82853a[_0x5c06f3(0x90)],null);},helper[_0x3186ef(0x199)](_0x4182e5,_0x217035),_0x528c6c['Zwrdq'](overrideExecute,_0x4182e5,_0x217035),helper[_0x3186ef(0xb3)](global['__driversArray'])&&(global['__driversArray']=[]),global['__driversArray'][_0x3186ef(0xaf)](_0x4182e5);})(),_0x4182e5;}}_0x22f671[_0x1e4f3d(0x169)]=_0x22f671[_0x1e4f3d(0xd6)],_0x22f671[_0x1e4f3d(0xd6)]=_0x4506a2,_0x5df912[_0x1e4f3d(0x125)]=_0x47bb45;},propagateJestSessionName=(_0xa0257a,_0x2c725b,_0x3b502e='')=>{const _0x4a4ef9=a177_0x331867,_0x274de5={};_0x274de5[_0x4a4ef9(0x73)]=_0x4a4ef9(0x153);const _0x2e62cf=_0x274de5;_0x2c725b&&_0x2c725b[_0x4a4ef9(0x143)]&&_0x2c725b['global'][_0x4a4ef9(0xc0)]&&helper[_0x4a4ef9(0xb3)](_0xa0257a[_0x4a4ef9(0xc0)])&&(_0xa0257a['browserstackSessionName']=_0x2c725b[_0x4a4ef9(0x143)][_0x4a4ef9(0xc0)],logger[_0x4a4ef9(0x6c)](util['format'](_0x2e62cf['MDwgk'],_0x3b502e?'\x20'+_0x3b502e:'',_0xa0257a[_0x4a4ef9(0xc0)])));},modifyV2=(_0x204f37,_0x780246=null,_0x2e2507=![])=>{const _0x53f188=a177_0x331867,_0x5d890e={'OASnL':function(_0xce8710,_0x3de20b){return _0xce8710!==_0x3de20b;},'hrcTk':'/session','LDCJY':function(_0x4d8c7c,_0x426407){return _0x4d8c7c+_0x426407;},'IsHMO':function(_0x28be6d,_0x463b2e){return _0x28be6d+_0x463b2e;},'WBTsh':_0x53f188(0xf8),'CaYZE':_0x53f188(0x1ce),'XSDNV':_0x53f188(0x121),'xtpwL':_0x53f188(0x171),'wgOgD':_0x53f188(0x160),'UikAr':_0x53f188(0x108),'acWgn':_0x53f188(0x15c),'UJexw':_0x53f188(0xed),'bLgyg':_0x53f188(0xa4),'qviCo':_0x53f188(0x11a),'pGjtB':_0x53f188(0x174),'rmbgS':_0x53f188(0x1ab),'JgIBZ':_0x53f188(0x1a2),'TjkYs':function(_0xcca2d0,_0xde39cb){return _0xcca2d0===_0xde39cb;},'rFZxo':_0x53f188(0xf2),'fhcKK':_0x53f188(0x102),'EopuZ':function(_0x1ca02d,_0x2de98a){return _0x1ca02d>_0x2de98a;},'jEtUY':function(_0x4a1015,_0x20637d){return _0x4a1015>_0x20637d;},'HpeJp':function(_0x267273){return _0x267273();},'qBAkV':function(_0x7194be,_0x3cacc2){return _0x7194be(_0x3cacc2);},'nhCjA':'bstack:options','MRFRc':_0x53f188(0xf1),'FSkCv':_0x53f188(0x19a),'qHdzW':_0x53f188(0x1d9),'pOWlb':_0x53f188(0x157),'DeBiT':_0x53f188(0x189),'vZjsf':function(_0x1ef517,_0x1df5cb){return _0x1ef517===_0x1df5cb;},'FKWxc':_0x53f188(0x178),'ttMCe':_0x53f188(0x117),'fbVeT':function(_0x13f77b){return _0x13f77b();},'Smrel':_0x53f188(0x11f),'vYaQY':_0x53f188(0x85),'Ahxqg':_0x53f188(0x165),'UVRaR':function(_0x53835d,_0x162c8c,_0x3fb8a5){return _0x53835d(_0x162c8c,_0x3fb8a5);},'MOHlQ':_0x53f188(0x1ad),'TWxoh':'browserstack.accessibilityOptions','WbZHE':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','edFQb':'browserstack.com','FVObe':_0x53f188(0x138),'rDTTS':_0x53f188(0x1cf),'HvQpC':_0x53f188(0x71),'lMqFa':function(_0x172af7,_0x4df7db){return _0x172af7<_0x4df7db;},'dbqgC':function(_0x3c42da,_0x1b73e2){return _0x3c42da||_0x1b73e2;},'uWfiv':_0x53f188(0xbc),'sayvH':function(_0x31ba73,_0x1705ef){return _0x31ba73===_0x1705ef;},'uQhrO':'aiSdk_framework','RQUlS':_0x53f188(0x9b),'ycgvy':_0x53f188(0x192),'CmALF':_0x53f188(0x112),'SHkjF':_0x53f188(0x19c),'dHjSx':_0x53f188(0xd9),'ZdBCb':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','cUfJX':_0x53f188(0xd4),'BylQj':_0x53f188(0x1de),'jahki':function(_0x269a17,_0x28867d,_0x2b5025){return _0x269a17(_0x28867d,_0x2b5025);},'FmTqf':function(_0x4a8889,_0x2b0b34,_0x3cb79c,_0x279e86,_0x8cc87f){return _0x4a8889(_0x2b0b34,_0x3cb79c,_0x279e86,_0x8cc87f);},'yIcCS':function(_0x55355d,_0x3a4c54){return _0x55355d(_0x3a4c54);},'cZFka':function(_0x14e175,_0x16f70a){return _0x14e175(_0x16f70a);},'bhIPO':function(_0x265b59,_0x531e43,_0x2829ff,_0xcbb618){return _0x265b59(_0x531e43,_0x2829ff,_0xcbb618);},'LWVxS':'(sync)','nAWFA':_0x53f188(0x6d),'KnoWd':function(_0x51ec14,_0x35f798,_0x3acfc3){return _0x51ec14(_0x35f798,_0x3acfc3);},'CzdEA':_0x53f188(0x1b9),'EzmXO':_0x53f188(0x15a),'FhJjT':function(_0xd3b9ee){return _0xd3b9ee();},'LXadP':_0x53f188(0x176),'InACS':_0x53f188(0x111),'IqXvC':'selenium-webdriver/lib/http.js','febyx':_0x53f188(0x68),'GmXVv':_0x53f188(0x182)},_0x459762=helper[_0x53f188(0xa1)]();let _0x58ed78;try{_0x58ed78=helper[_0x53f188(0x19e)](),_0x58ed78['originalBuilder']&&(_0x58ed78[_0x53f188(0xd6)]=_0x58ed78[_0x53f188(0x169)]);}catch(_0x46034b){return;}if(helper[_0x53f188(0x10a)]()){const _0x10f6dd={};_0x10f6dd[_0x53f188(0x86)]=_0x204f37[_0x53f188(0x82)],helper[_0x53f188(0xcc)](_0x10f6dd,new Map(),new Map()),logger['info'](_0x5d890e[_0x53f188(0x1be)]),logger[_0x53f188(0x6c)](_0x5d890e[_0x53f188(0x154)]);}class _0x316dcc extends _0x459762[_0x53f188(0x125)]{[_0x53f188(0x173)](_0x284b51){const _0x33b13a=_0x53f188;if(_0x5d890e[_0x33b13a(0x144)](_0x284b51[_0x33b13a(0x186)],_0x5d890e[_0x33b13a(0x184)]))try{const _0x1f6b2c=_0x284b51[_0x33b13a(0x186)][_0x33b13a(0x114)]('/')[0x2];if(_0x1f6b2c){const _0x327318=hubAllocator['consumeHubUrlForSession'](_0x1f6b2c);if(_0x327318){const _0x4cc37d=_0x5d890e[_0x33b13a(0xb9)](_0x5d890e['IsHMO'](_0x5d890e['WBTsh'],_0x327318),_0x5d890e[_0x33b13a(0x19d)]);this[_0x33b13a(0x1c4)]=hubAllocator[_0x33b13a(0x99)](_0x4cc37d),logger['debug'](_0x33b13a(0x1a6)+_0x4cc37d);}}}catch(_0x303c4a){logger['error'](_0x303c4a);}if(globals[_0x33b13a(0x7b)](_0x5d890e[_0x33b13a(0xa7)])&&globals[_0x33b13a(0x7b)](_0x5d890e['xtpwL'])){const _0x5ee12f=_0x284b51['path'][_0x33b13a(0x114)]('/')[0x2];_0x5ee12f&&commandRepository['pushCommand'](_0x5ee12f,_0x284b51);}return super[_0x33b13a(0x173)](_0x284b51);}}class _0x5cffe1 extends _0x58ed78[_0x53f188(0xd6)]{['setServer'](){const _0x5d2d86=_0x53f188;return helper[_0x5d2d86(0x10a)]()&&(this[_0x5d2d86(0x10c)]=helper[_0x5d2d86(0x12a)](_0x204f37)),this;}[_0x53f188(0x65)](_0x57180c){const _0x3d9b65=_0x53f188;let _0x46c080={};for(const _0x34086c in _0x57180c){switch(_0x34086c){case _0x5d890e[_0x3d9b65(0x1b3)]:case _0x5d890e['UikAr']:this[_0x3d9b65(0xe1)]&&(_0x46c080=this['chromeOptions_']['get'](this['chromeOptions_'][_0x3d9b65(0x10b)])||{},this['chromeOptions_']['set'](this[_0x3d9b65(0xe1)][_0x3d9b65(0x10b)],helper['mergeDeep'](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e[_0x3d9b65(0xc6)]:case _0x5d890e[_0x3d9b65(0x177)]:this[_0x3d9b65(0x1c3)]&&(_0x46c080=this['edgeOptions_']['get'](this[_0x3d9b65(0x1c3)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x3d9b65(0x122)](this['edgeOptions_'][_0x3d9b65(0x10b)],helper[_0x3d9b65(0x170)](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e[_0x3d9b65(0x18d)]:case _0x5d890e['qviCo']:this[_0x3d9b65(0xdd)]&&(_0x46c080=this[_0x3d9b65(0xdd)][_0x3d9b65(0xde)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x3d9b65(0xdd)][_0x3d9b65(0x122)](this['firefoxOptions_'][_0x3d9b65(0x10b)],helper[_0x3d9b65(0x170)](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e['pGjtB']:this[_0x3d9b65(0x16e)]&&(_0x46c080=this[_0x3d9b65(0x16e)][_0x3d9b65(0xde)](this[_0x3d9b65(0x16e)]['CAPABILITY_KEY'])||{},this[_0x3d9b65(0x16e)][_0x3d9b65(0x122)](this['safariOptions_'][_0x3d9b65(0x10b)],helper['mergeDeep'](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e['rmbgS']:case _0x5d890e[_0x3d9b65(0xb5)]:this[_0x3d9b65(0xc1)]&&(_0x46c080=this[_0x3d9b65(0xc1)][_0x3d9b65(0xde)](this[_0x3d9b65(0xc1)][_0x3d9b65(0x10b)])||{},this[_0x3d9b65(0xc1)][_0x3d9b65(0x122)](this['ieOptions_'][_0x3d9b65(0x10b)],helper[_0x3d9b65(0x170)](_0x46c080,_0x57180c[_0x34086c])));break;}}}[_0x53f188(0x6a)](){const _0x389dcd=_0x53f188,_0x1e630f={'SczGT':function(_0x5057f0,_0x2c67bf){const _0x340ebf=a177_0x4b25;return _0x5d890e[_0x340ebf(0xe6)](_0x5057f0,_0x2c67bf);},'rayst':_0x5d890e[_0x389dcd(0x92)]};logger[_0x389dcd(0x6c)](_0x5d890e['fhcKK']);const _0x3a44ad=_0x204f37[_0x389dcd(0xfd)]&&_0x5d890e['EopuZ'](Object[_0x389dcd(0x18e)](_0x204f37['capability'])[_0x389dcd(0x16d)],0x0)?_0x204f37[_0x389dcd(0xfd)]:_0x204f37['capabilities']&&Array['isArray'](_0x204f37['capabilities'])&&_0x5d890e[_0x389dcd(0x1cc)](_0x204f37[_0x389dcd(0x16a)]['length'],0x0)?_0x204f37['capabilities'][0x0]:{};return this[_0x389dcd(0x65)](_0x3a44ad),Object[_0x389dcd(0x18e)](_0x3a44ad)[_0x389dcd(0x14e)](_0x3c1d89=>{const _0x3d16b7=_0x389dcd,_0x26120f=this[_0x3d16b7(0x15e)][_0x3d16b7(0xde)](_0x3c1d89);_0x1e630f[_0x3d16b7(0x129)](typeof _0x26120f,_0x1e630f['rayst'])?this[_0x3d16b7(0x15e)]['set'](_0x3c1d89,helper[_0x3d16b7(0x170)](_0x26120f,_0x3a44ad[_0x3c1d89])):this['capabilities_'][_0x3d16b7(0x122)](_0x3c1d89,_0x3a44ad[_0x3c1d89]);}),this;}[_0x53f188(0x103)](){const _0x3b583f=_0x53f188,_0x4b0475={'wmINu':function(_0x5ebf73){const _0x142e56=a177_0x4b25;return _0x5d890e[_0x142e56(0x1a4)](_0x5ebf73);},'oNuDD':function(_0x305945,_0x58d1b2){const _0xaa5a30=a177_0x4b25;return _0x5d890e[_0xaa5a30(0x152)](_0x305945,_0x58d1b2);},'BeMgM':_0x5d890e[_0x3b583f(0x89)],'JlfBD':_0x5d890e['MRFRc'],'OgYHe':_0x5d890e[_0x3b583f(0x107)],'UQHNf':_0x5d890e[_0x3b583f(0xad)],'CXGdo':_0x5d890e[_0x3b583f(0x134)],'nTFqy':_0x5d890e[_0x3b583f(0xb4)],'huTuP':function(_0x52c168,_0x13d8a4){return _0x5d890e['vZjsf'](_0x52c168,_0x13d8a4);},'iXvGF':_0x5d890e[_0x3b583f(0xfb)],'PCjUA':_0x5d890e[_0x3b583f(0x8f)],'sxfDG':function(_0x5ed3bb){return _0x5d890e['fbVeT'](_0x5ed3bb);},'mIpko':_0x5d890e[_0x3b583f(0x1c8)],'nZnEp':_0x5d890e[_0x3b583f(0x16b)],'yjhOT':_0x5d890e[_0x3b583f(0x179)],'pVfgZ':function(_0x3ca40c,_0x2fcfa,_0x16f381){const _0x37b844=_0x3b583f;return _0x5d890e[_0x37b844(0x6f)](_0x3ca40c,_0x2fcfa,_0x16f381);},'eLuER':_0x5d890e[_0x3b583f(0xdf)],'vJQDy':_0x5d890e[_0x3b583f(0x83)],'GVnGU':_0x5d890e['WbZHE'],'ELmsw':_0x5d890e[_0x3b583f(0x1b3)],'kHpYs':_0x5d890e[_0x3b583f(0xda)],'nOqwn':_0x5d890e[_0x3b583f(0x185)],'IWtjo':_0x5d890e[_0x3b583f(0x13d)],'mVTKt':function(_0x36e2d8,_0x4fa727){return _0x5d890e['qBAkV'](_0x36e2d8,_0x4fa727);},'oSqrk':_0x5d890e['HvQpC'],'dzenC':function(_0x542c3d,_0x100d9e){const _0x1c8a2e=_0x3b583f;return _0x5d890e[_0x1c8a2e(0x152)](_0x542c3d,_0x100d9e);},'kTWVt':function(_0x5aae96,_0x1f5052){const _0x3c6540=_0x3b583f;return _0x5d890e[_0x3c6540(0x1c1)](_0x5aae96,_0x1f5052);},'VMwUO':function(_0xaa74bf,_0x6eaf2c){const _0x5715f5=_0x3b583f;return _0x5d890e[_0x5715f5(0x152)](_0xaa74bf,_0x6eaf2c);},'ljqPf':function(_0x29ab5f,_0x3f827f){return _0x5d890e['OASnL'](_0x29ab5f,_0x3f827f);},'ByCsg':function(_0x18209a,_0x56efce){const _0x4eb7d9=_0x3b583f;return _0x5d890e[_0x4eb7d9(0x1d4)](_0x18209a,_0x56efce);},'lyCtZ':function(_0x492d2f){const _0x40be34=_0x3b583f;return _0x5d890e[_0x40be34(0x113)](_0x492d2f);},'vAfLr':_0x5d890e[_0x3b583f(0x80)],'xJZgA':function(_0x4863f8,_0x4c2317){const _0x51560f=_0x3b583f;return _0x5d890e[_0x51560f(0x16f)](_0x4863f8,_0x4c2317);},'zjImT':_0x5d890e['uQhrO'],'tfryT':_0x5d890e[_0x3b583f(0x118)],'BVUnu':_0x5d890e[_0x3b583f(0x1ca)],'dfJVV':_0x5d890e[_0x3b583f(0xff)],'VVsOD':_0x5d890e[_0x3b583f(0x135)],'ytJau':_0x5d890e['XSDNV'],'Fpdng':_0x5d890e[_0x3b583f(0x93)],'UzCHA':_0x5d890e[_0x3b583f(0xc9)],'uhnKU':_0x5d890e[_0x3b583f(0x105)],'QQYkX':_0x5d890e[_0x3b583f(0x146)],'pDTYY':_0x5d890e['BylQj'],'awPXb':function(_0x2df454,_0x4f5b9f,_0x52bc79){const _0x48065f=_0x3b583f;return _0x5d890e[_0x48065f(0x163)](_0x2df454,_0x4f5b9f,_0x52bc79);},'hiBvD':function(_0x1b8e68,_0x1e4382){return _0x5d890e['dbqgC'](_0x1b8e68,_0x1e4382);},'RNjZL':function(_0x34467c,_0x37edc3,_0x2e4082,_0x4c0262,_0x2fd0a8){return _0x5d890e['FmTqf'](_0x34467c,_0x37edc3,_0x2e4082,_0x4c0262,_0x2fd0a8);},'HxiIW':function(_0x15c217,_0x2bfb83){const _0xe11203=_0x3b583f;return _0x5d890e[_0xe11203(0x1c0)](_0x15c217,_0x2bfb83);},'MQOcr':function(_0x6d5ee6,_0x431963,_0x2a6156){return _0x5d890e['UVRaR'](_0x6d5ee6,_0x431963,_0x2a6156);},'pNcLI':function(_0x5bec1c,_0x162e8f){const _0x3e1913=_0x3b583f;return _0x5d890e[_0x3e1913(0x9f)](_0x5bec1c,_0x162e8f);},'xMiej':function(_0x5cd3e9,_0x510e62,_0x8cf659,_0x32c760){const _0x164df5=_0x3b583f;return _0x5d890e[_0x164df5(0xbb)](_0x5cd3e9,_0x510e62,_0x8cf659,_0x32c760);},'nBVPf':_0x5d890e['LWVxS']};PerformanceTester[_0x3b583f(0x1dd)](PerformanceEvents[_0x3b583f(0x66)],()=>{const _0x3d478c=_0x3b583f;if(helper[_0x3d478c(0x10a)]()){helper[_0x3d478c(0x127)](_0x204f37['capability']);_0x4b0475['wmINu'](isAccessibilityAutomationSession)&&_0x4b0475[_0x3d478c(0xe9)](setAccessibilityCapabilities,_0x204f37);this['setServer'](),this[_0x3d478c(0x6a)]();if(helper[_0x3d478c(0x11e)](_0x204f37[_0x3d478c(0x9a)][_0x3d478c(0xd8)]))this[_0x3d478c(0x161)]=helper[_0x3d478c(0xa6)](_0x204f37['proxySettings']['proxyUrl']);else _0x204f37['proxySettings'][_0x3d478c(0xd8)]&&(this['proxy_']=_0x204f37[_0x3d478c(0x9a)][_0x3d478c(0xd8)],logger[_0x3d478c(0x6c)](_0x3d478c(0x1d5)+this['proxy_']));if(_0x4b0475[_0x3d478c(0x12c)](isAccessibilityAutomationSession)){const _0x372322=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['BeMgM'])||{},_0x5f3133=_0x372322[_0x3d478c(0x19a)]||this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x196)])||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x18f)]);if(_0x5f3133){const _0xecc539=(_0x372322['platformName']||_0x372322[_0x3d478c(0x157)]||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x14f)])||this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xba)])||'')[_0x3d478c(0x187)](),_0x539126=(_0x372322['browserName']||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x162)])||'')[_0x3d478c(0x187)]();_0x4b0475['huTuP'](_0xecc539,_0x4b0475['iXvGF'])&&_0x539126[_0x3d478c(0x130)](_0x4b0475['PCjUA'])&&(_0x4b0475[_0x3d478c(0xc4)](isMobileScanningEnabledForGroup)&&(logger[_0x3d478c(0x6c)](_0x4b0475['mIpko']),globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x12d)],!![])));}}if(globals[_0x3d478c(0x7b)](_0x4b0475[_0x3d478c(0x17b)])){if(!_0x4b0475['pVfgZ'](setExtension,this,_0x204f37)){globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x17b)],![]);const _0x3b9c92=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xfc)]);_0x3b9c92&&(_0x3b9c92[_0x3d478c(0x120)]=![],delete _0x3b9c92[_0x3d478c(0x1aa)],this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0xfc)],_0x3b9c92)),this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x8c)])&&(this[_0x3d478c(0x15e)]['set'](_0x4b0475['eLuER'],![]),this[_0x3d478c(0x15e)][_0x3d478c(0x6b)](_0x4b0475[_0x3d478c(0x1b0)]));}}process[_0x3d478c(0x69)][_0x3d478c(0x7a)]&&(helper[_0x3d478c(0x12f)](null,helper[_0x3d478c(0xbd)](_0x204f37),_0x204f37[_0x3d478c(0xb0)],null,this,null),helper[_0x3d478c(0x127)](_0x204f37[_0x3d478c(0xfd)]),helper[_0x3d478c(0xd3)]()),logger['debug'](_0x4b0475[_0x3d478c(0x139)]);}else{if(this[_0x3d478c(0xe1)]){const _0x5b4390=this['chromeOptions_'][_0x3d478c(0xde)](this[_0x3d478c(0xe1)][_0x3d478c(0x10b)]||_0x4b0475['ELmsw']);if(_0x5b4390&&_0x5b4390['args']){const _0x12501e=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x1bc)])||{},_0x482689=(_0x12501e[_0x3d478c(0x1a5)]||[])[_0x3d478c(0xa3)](_0x5b4390['args']||[]),_0x3ca352=Array[_0x3d478c(0x19b)](new Set(_0x482689)),_0x1128b1={};_0x1128b1[_0x3d478c(0x1a5)]=_0x3ca352,this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0x1bc)],Object[_0x3d478c(0x195)]({},_0x12501e,_0x5b4390,_0x1128b1));}}helper[_0x3d478c(0xd3)]();if(_0x4b0475[_0x3d478c(0x12c)](isAccessibilityAutomationSession)&&this[_0x3d478c(0xb1)]()[_0x3d478c(0x130)](_0x4b0475[_0x3d478c(0x10f)])){let _0x2734ac=!![];const _0x1d7ed5=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xfc)])||{},_0x3dc6b5=_0x1d7ed5['deviceName']||this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x196)])||this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x18f)]);if(_0x3dc6b5){const _0x273d64=(_0x1d7ed5[_0x3d478c(0x1d9)]||_0x1d7ed5[_0x3d478c(0x157)]||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x14f)])||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xba)])||'')[_0x3d478c(0x187)](),_0x19b7c9=(_0x1d7ed5[_0x3d478c(0x189)]||this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x162)])||'')[_0x3d478c(0x187)]();_0x4b0475['huTuP'](_0x273d64,_0x4b0475[_0x3d478c(0x1d0)])&&_0x19b7c9['includes'](_0x4b0475[_0x3d478c(0xc7)])?!_0x4b0475[_0x3d478c(0x12c)](isMobileScanningEnabledForGroup)?(logger['warn'](MOBILE_SCANNING_DISABLED_WARNING),_0x2734ac=![]):(logger[_0x3d478c(0x6c)](_0x4b0475[_0x3d478c(0x172)]),globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x12d)],!![])):(logger[_0x3d478c(0xf0)](_0x4b0475[_0x3d478c(0x191)]),_0x2734ac=![]);}if(_0x2734ac){const _0x1c6c87=_0x4b0475[_0x3d478c(0xe9)](parseFloat,_0x1d7ed5[_0x3d478c(0x1cf)]||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x151)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x48b818}=_0x4b0475[_0x3d478c(0x75)](require,_0x4b0475[_0x3d478c(0xc2)]),_0x109edd=_0x4b0475[_0x3d478c(0x183)](parseFloat,_0x48b818);!_0x4b0475['oNuDD'](isNaN,_0x1c6c87)&&_0x4b0475['kTWVt'](_0x1c6c87,_0x109edd)&&(logger[_0x3d478c(0xf0)](_0x3d478c(0x124)+_0x48b818+'.'),_0x2734ac=![]);}if(_0x2734ac){_0x4b0475[_0x3d478c(0x98)](setAccessibilityCapabilities,_0x204f37),this[_0x3d478c(0x6a)]();if(process['env'][_0x3d478c(0x1bf)]){let _0x3c1d15={};try{process[_0x3d478c(0x69)][_0x3d478c(0x7e)]&&(_0x3c1d15=JSON[_0x3d478c(0x197)](process['env'][_0x3d478c(0x7e)]));}catch(_0x59ef18){logger[_0x3d478c(0x6c)]('Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20'+_0x59ef18);}const _0x87f77e=helper['useW3C'](_0x204f37),_0x162a25=this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xfc)]);if(_0x4b0475[_0x3d478c(0x67)](_0x87f77e,![])&&(_0x162a25||!this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x8c)]))){const _0x369d45=_0x4b0475[_0x3d478c(0xa9)](_0x162a25,{});_0x369d45[_0x3d478c(0x120)]=!![];const _0x3fa76d={};_0x3fa76d['authToken']=process[_0x3d478c(0x69)][_0x3d478c(0x1bf)],_0x3fa76d[_0x3d478c(0x15f)]=_0x3c1d15[_0x3d478c(0x15f)],_0x369d45[_0x3d478c(0x1aa)]=Object[_0x3d478c(0x195)]({},_0x369d45[_0x3d478c(0x1aa)],_0x3fa76d),this[_0x3d478c(0x15e)]['set'](_0x4b0475[_0x3d478c(0xfc)],_0x369d45);}else{this[_0x3d478c(0x15e)]['set'](_0x4b0475[_0x3d478c(0x8c)],!![]);const _0x37502d=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['vJQDy'])||{},_0x3872de={};_0x3872de[_0x3d478c(0xd7)]=process[_0x3d478c(0x69)][_0x3d478c(0x1bf)],_0x3872de[_0x3d478c(0x15f)]=_0x3c1d15[_0x3d478c(0x15f)],this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0x1b0)],Object[_0x3d478c(0x195)]({},_0x37502d,_0x3872de));}}if(!_0x4b0475[_0x3d478c(0xdc)](setExtension,this,_0x204f37)){globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x17b)],![]);const _0x3c19b7=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['BeMgM']);_0x3c19b7&&(_0x3c19b7[_0x3d478c(0x120)]=![],delete _0x3c19b7['accessibilityOptions'],this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0xfc)],_0x3c19b7)),this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['eLuER'])&&(this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0x8c)],![]),this[_0x3d478c(0x15e)][_0x3d478c(0x6b)](_0x4b0475[_0x3d478c(0x1b0)]));}}}if(_0x4b0475[_0x3d478c(0xb7)](isAccessibilityAutomationSession)&&!this['getServerUrl']()[_0x3d478c(0x130)](_0x4b0475['kHpYs']))try{_0x4b0475[_0x3d478c(0xe9)](hasLegacyHeadlessArg,this)?(logger[_0x3d478c(0xf0)](_0x4b0475[_0x3d478c(0xbe)]),globals[_0x3d478c(0x149)](_0x4b0475['yjhOT'],![])):helper[_0x3d478c(0x12f)](null,helper[_0x3d478c(0xbd)](_0x204f37),_0x204f37[_0x3d478c(0xb0)],null,this,null);}catch(_0x538a53){logger[_0x3d478c(0x6c)](_0x3d478c(0x100)+util[_0x3d478c(0x1bd)](_0x538a53));}_0x4b0475[_0x3d478c(0x7d)](globals[_0x3d478c(0x7b)](_0x4b0475['zjImT']),_0x4b0475['tfryT'])&&(commandRepository[_0x3d478c(0x1a9)](_0x4b0475[_0x3d478c(0x1b2)]),commandRepository[_0x3d478c(0x15b)](globals[_0x3d478c(0x7b)](_0x4b0475[_0x3d478c(0x7f)])));if(this[_0x3d478c(0x10c)][_0x3d478c(0x130)](_0x4b0475[_0x3d478c(0x97)]))logger[_0x3d478c(0x6c)](_0x4b0475[_0x3d478c(0x84)]),globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x133)],![]),globals[_0x3d478c(0x149)](_0x4b0475['Fpdng'],![]);else globals['getGlobal'](_0x4b0475[_0x3d478c(0x133)])&&globals[_0x3d478c(0x7b)](_0x4b0475[_0x3d478c(0xee)])&&aiSdkWrapper[_0x3d478c(0x13f)](this);}})();const _0x2d8647=super[_0x3b583f(0x103)]();return PerformanceTester[_0x3b583f(0x1dd)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x59489c=_0x3b583f,_0x384d9f={'YUoyf':function(_0x42f1bc){return _0x4b0475['lyCtZ'](_0x42f1bc);},'ROQCc':function(_0x373bcf,_0x3a8a44,_0x1ba2b7){return _0x4b0475['awPXb'](_0x373bcf,_0x3a8a44,_0x1ba2b7);},'rDhYf':_0x4b0475[_0x59489c(0x17b)],'dbHkm':_0x4b0475[_0x59489c(0xfc)],'khLrq':_0x4b0475[_0x59489c(0x8c)],'hwANk':_0x4b0475[_0x59489c(0x1b0)],'ScKtY':_0x4b0475[_0x59489c(0x156)],'pklik':_0x4b0475[_0x59489c(0xcf)],'DHKVe':function(_0x209dfc,_0x2d2b42){const _0x5cea40=_0x59489c;return _0x4b0475[_0x5cea40(0xe5)](_0x209dfc,_0x2d2b42);},'PLYdA':function(_0x298cc3,_0x13e1e6,_0x197490,_0x264b29,_0x26ee9d){const _0x410faf=_0x59489c;return _0x4b0475[_0x410faf(0xe7)](_0x298cc3,_0x13e1e6,_0x197490,_0x264b29,_0x26ee9d);},'eFNDy':function(_0x5adb29,_0x4fc8af){const _0x21e411=_0x59489c;return _0x4b0475[_0x21e411(0x188)](_0x5adb29,_0x4fc8af);},'FOEZp':function(_0x549a39,_0x3fe392,_0x3b2a40){const _0x15040b=_0x59489c;return _0x4b0475[_0x15040b(0xdc)](_0x549a39,_0x3fe392,_0x3b2a40);},'ehpDO':function(_0x3ee6b6,_0x374433,_0x47da61){return _0x4b0475['MQOcr'](_0x3ee6b6,_0x374433,_0x47da61);}};_0x2d8647[_0x59489c(0x1a8)]['then'](_0x45328f=>{const _0x4302d5=_0x59489c,_0x34cd3c=_0x45328f['caps_'];if(!helper[_0x4302d5(0x10a)]()&&_0x384d9f[_0x4302d5(0xc5)](isAccessibilityAutomationSession)){const _0x3328f0=_0x384d9f[_0x4302d5(0x16c)](nonBstackPlatformValidation,_0x34cd3c,this);globals[_0x4302d5(0x149)](_0x384d9f[_0x4302d5(0x17c)],_0x3328f0);if(!_0x3328f0){const _0x3136f4=this[_0x4302d5(0x15e)][_0x4302d5(0xde)](_0x384d9f[_0x4302d5(0xa8)]);_0x3136f4&&(_0x3136f4[_0x4302d5(0x120)]=![],delete _0x3136f4['accessibilityOptions'],this[_0x4302d5(0x15e)][_0x4302d5(0x122)](_0x384d9f[_0x4302d5(0xa8)],_0x3136f4)),this['capabilities_'][_0x4302d5(0xde)](_0x384d9f['khLrq'])&&(this[_0x4302d5(0x15e)][_0x4302d5(0x122)](_0x384d9f['khLrq'],![]),this['capabilities_'][_0x4302d5(0x6b)](_0x384d9f[_0x4302d5(0x115)]));}}}),_0x2d8647[_0x59489c(0x1a8)][_0x59489c(0x110)](_0x2c9901=>{const _0x25bc77=_0x59489c;try{logger['debug'](_0x25bc77(0x14a)+_0x2c9901[_0x25bc77(0x1c6)]());const _0x120e0c=_0x2c9901['caps_'][_0x25bc77(0xde)](_0x4b0475['UzCHA']);_0x120e0c?(logger[_0x25bc77(0x6c)](_0x25bc77(0x1a1)+_0x120e0c),hubAllocator[_0x25bc77(0x158)](_0x120e0c,_0x2c9901[_0x25bc77(0x1c6)]()),helper['storeOptimalHubUrl'](_0x120e0c)):logger[_0x25bc77(0x6c)](_0x4b0475[_0x25bc77(0x74)]);}catch(_0x170f21){logger[_0x25bc77(0x6c)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x170f21);}}),_0x2d8647['quitCount_']=0x0,_0x2d8647[_0x59489c(0x110)]&&_0x2d8647[_0x59489c(0x110)](_0x24514a=>{const _0x27e711=_0x59489c,_0x85723c={'xjfDv':function(_0x31891d,_0x1c080e,_0x2f1e54){const _0x41251c=a177_0x4b25;return _0x384d9f[_0x41251c(0x16c)](_0x31891d,_0x1c080e,_0x2f1e54);},'tPRLi':function(_0x1a8973,_0x13af68,_0x17ff00,_0x38c2fe,_0x3f056a){const _0x5d30b6=a177_0x4b25;return _0x384d9f[_0x5d30b6(0x14b)](_0x1a8973,_0x13af68,_0x17ff00,_0x38c2fe,_0x3f056a);},'iKQed':function(_0x99c102,_0xbdd94f){const _0x3340f6=a177_0x4b25;return _0x384d9f[_0x3340f6(0x81)](_0x99c102,_0xbdd94f);},'dgpGO':_0x384d9f[_0x27e711(0xb8)],'zOVoW':_0x384d9f[_0x27e711(0xdb)]};helper[_0x27e711(0x94)](_0x24514a,_0x2d8647),_0x2e2507&&_0x384d9f[_0x27e711(0x181)](overrideTakeScreenshot,_0x24514a),helper[_0x27e711(0x199)](_0x24514a,_0x204f37),_0x384d9f[_0x27e711(0x16c)](overrideExecute,_0x24514a,_0x204f37),_0x384d9f['ROQCc'](propagateJestSessionName,_0x24514a,_0x780246),_0x204f37['capability']&&percyHelper[_0x27e711(0x12b)](_0x24514a,_0x58ed78[_0x27e711(0x1cb)],_0x204f37),_0x24514a['getAccessibilityResultsSummary']=async()=>{const _0x272792=_0x27e711;return await _0x85723c[_0x272792(0xfa)](getAccessibilityResultsSummary,_0x24514a,global);},_0x24514a[_0x27e711(0x8a)]=async()=>{const _0xb38032=_0x27e711;return await _0x85723c[_0xb38032(0xfa)](getAccessibilityResults,_0x24514a,global);},_0x24514a[_0x27e711(0x8e)]=async _0x183307=>{const _0x59ee27=_0x27e711;return await _0x85723c['tPRLi'](performScan,_0x24514a,null,!![],_0x85723c[_0x59ee27(0x6e)](_0x183307,null));},_0x24514a[_0x27e711(0xf3)]=async _0x13a0a1=>{const _0x30d1bb=_0x27e711;globals[_0x30d1bb(0x149)](_0x384d9f[_0x30d1bb(0xb8)],!![]),globals[_0x30d1bb(0x149)](_0x384d9f[_0x30d1bb(0xdb)],_0x384d9f['DHKVe'](_0x13a0a1,null));},_0x24514a[_0x27e711(0x1c7)]=async()=>{const _0x423e81=_0x27e711;globals[_0x423e81(0x149)](_0x85723c[_0x423e81(0xf9)],![]),globals['setGlobal'](_0x85723c[_0x423e81(0xaa)],null);};}),_0x2d8647[_0x59489c(0x166)]=async()=>{const _0xdb7db6=_0x59489c;return await _0x384d9f[_0xdb7db6(0x159)](getAccessibilityResultsSummary,_0x2d8647,global);},_0x2d8647[_0x59489c(0x8a)]=async()=>{const _0x317a80=_0x59489c;return await _0x384d9f[_0x317a80(0x95)](getAccessibilityResults,_0x2d8647,global);},_0x2d8647[_0x59489c(0x8e)]=async _0x54ee1f=>{const _0x11b177=_0x59489c;return await _0x384d9f[_0x11b177(0x14b)](performScan,_0x2d8647,null,!![],_0x384d9f[_0x11b177(0x81)](_0x54ee1f,null));},_0x2d8647[_0x59489c(0xf3)]=async _0x17f174=>{const _0x1883a5=_0x59489c;globals[_0x1883a5(0x149)](_0x4b0475[_0x1883a5(0x156)],!![]),globals[_0x1883a5(0x149)](_0x4b0475[_0x1883a5(0xcf)],_0x4b0475[_0x1883a5(0xa9)](_0x17f174,null));},_0x2d8647[_0x59489c(0x1c7)]=async()=>{const _0x277706=_0x59489c;globals['setGlobal'](_0x4b0475['QQYkX'],![]),globals[_0x277706(0x149)](_0x4b0475[_0x277706(0xcf)],null);},_0x2e2507&&_0x4b0475[_0x59489c(0xa0)](overrideTakeScreenshot,_0x2d8647),helper['overrideQuit'](_0x2d8647),helper['overrideGet'](_0x2d8647,_0x204f37),_0x4b0475[_0x59489c(0xdc)](overrideExecute,_0x2d8647,_0x204f37),_0x4b0475['xMiej'](propagateJestSessionName,_0x2d8647,_0x780246,_0x4b0475['nBVPf']),_0x204f37[_0x59489c(0xfd)]&&percyHelper[_0x59489c(0x12b)](_0x2d8647,_0x58ed78[_0x59489c(0x1cb)],_0x204f37);helper[_0x59489c(0xb3)](global['__driversArray'])&&(global[_0x59489c(0x141)]=[]);helper['isUndefined'](global[_0x59489c(0xc3)])&&(global[_0x59489c(0xc3)]=[]);global[_0x59489c(0x141)][_0x59489c(0xaf)](_0x2d8647),global[_0x59489c(0x88)]=_0x2d8647,_0x780246&&(_0x780246['global'][_0x59489c(0x88)]=_0x2d8647);_0x4b0475['ljqPf'](global[_0x59489c(0xc3)],undefined)&&global['__drivers'][_0x59489c(0xaf)](_0x2d8647);_0x780246&&helper[_0x59489c(0xb3)](_0x780246[_0x59489c(0x143)]['__drivers'])&&(_0x780246[_0x59489c(0x143)][_0x59489c(0xc3)]=[]);_0x780246&&helper[_0x59489c(0xb3)](_0x780246[_0x59489c(0x143)][_0x59489c(0x141)])&&(_0x780246[_0x59489c(0x143)][_0x59489c(0x141)]=[]);_0x780246&&_0x4b0475[_0x59489c(0x67)](_0x780246[_0x59489c(0x143)][_0x59489c(0xc3)],undefined)&&(_0x780246[_0x59489c(0x143)][_0x59489c(0xc3)][_0x59489c(0xaf)](_0x2d8647),_0x780246[_0x59489c(0x143)][_0x59489c(0x141)][_0x59489c(0xaf)](_0x2d8647));_0x2d8647[_0x59489c(0x165)]=globals['getGlobal'](_0x4b0475[_0x59489c(0x17b)]);try{global[_0x59489c(0xc3)][0x0][_0x59489c(0x1a8)]['then'](_0x6dbe36=>{const _0x54686c=_0x59489c;logger[_0x54686c(0x6c)](_0x54686c(0x155)+_0x6dbe36['getId']()+_0x54686c(0x1ba));})[_0x59489c(0xae)](_0x45d761=>{const _0x180fe0=_0x59489c;logger[_0x180fe0(0x6c)](_0x180fe0(0x131)+_0x45d761);});}catch(_0x149f55){logger[_0x59489c(0x6c)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x149f55);}globals[_0x59489c(0x149)](_0x4b0475[_0x59489c(0x17b)],globals[_0x59489c(0x7b)](_0x4b0475['yjhOT']));})(),_0x2d8647;}}_0x780246&&(globals['browserStackGlobals']=_0x780246[_0x53f188(0x143)]['browserStackGlobals']);if(_0x5d890e[_0x53f188(0x12e)](isAccessibilityAutomationSession))try{let _0x5a7702=helper['requireModule'](_0x5d890e[_0x53f188(0x8d)],_0x5d890e[_0x53f188(0x109)])[_0x53f188(0xd1)];(!_0x5a7702[_0x53f188(0xef)]||!_0x5a7702['prototype'][_0x53f188(0x136)])&&(_0x5a7702=helper[_0x53f188(0x126)](_0x5d890e['IqXvC'],_0x5d890e[_0x53f188(0x109)])['Executor']);if(_0x5a7702[_0x53f188(0xef)]&&_0x5a7702[_0x53f188(0xef)][_0x53f188(0x136)]){const _0x42e195=_0x5a7702[_0x53f188(0xef)][_0x53f188(0x136)];logger[_0x53f188(0x6c)](_0x5d890e[_0x53f188(0x101)]),_0x5a7702[_0x53f188(0xef)][_0x53f188(0x136)]=async function(){const _0x538c4d=_0x53f188;try{!globals[_0x538c4d(0x7b)](_0x5d890e['nAWFA'])&&globals[_0x538c4d(0x7b)](_0x5d890e[_0x538c4d(0x179)])&&globals[_0x538c4d(0x7b)](_0x5d890e[_0x538c4d(0x146)])&&scripts[_0x538c4d(0xe2)](arguments[0x0][_0x538c4d(0xe0)])&&!_0x5d890e[_0x538c4d(0x152)](isBrowserStackCommandExecutor,arguments[0x0][_0x538c4d(0x1a0)])&&(globals['setGlobal'](_0x5d890e['nAWFA'],!![]),logger['debug']('Performing\x20scan\x20for\x20'+arguments[0x0][_0x538c4d(0xe0)]),await _0x5d890e[_0x538c4d(0x106)](performScan,global[_0x538c4d(0x88)],arguments[0x0][_0x538c4d(0xe0)]));}catch(_0x346794){logger[_0x538c4d(0x6c)](_0x538c4d(0x1b6)+util[_0x538c4d(0x1bd)](_0x346794));}return globals['setGlobal'](_0x5d890e['nAWFA'],![]),_0x42e195[_0x538c4d(0x18a)](this,arguments);};}}catch(_0x1603a7){logger[_0x53f188(0x6c)](_0x5d890e[_0x53f188(0x145)](_0x5d890e[_0x53f188(0x87)],_0x1603a7));}return _0x58ed78[_0x53f188(0x169)]=_0x58ed78['Builder'],_0x58ed78[_0x53f188(0xd6)]=_0x5cffe1,_0x459762['HttpClient']=_0x316dcc,_0x58ed78;};module[a177_0x331867(0xf4)]['browserstackAgent']=modify,module[a177_0x331867(0xf4)][a177_0x331867(0xbf)]=modifyV2,module['exports'][a177_0x331867(0x190)]=percySDK,module[a177_0x331867(0xf4)][a177_0x331867(0x1bb)]=BrowserStackSdk,module['exports'][a177_0x331867(0xc8)]=modifyPlaywrightConfig;function a177_0x4b25(_0x30cd46,_0x4cbe60){const _0x3c8c71=a177_0x3c8c();return a177_0x4b25=function(_0x4b25e7,_0x2750b6){_0x4b25e7=_0x4b25e7-0x65;let _0x14c0be=_0x3c8c71[_0x4b25e7];return _0x14c0be;},a177_0x4b25(_0x30cd46,_0x4cbe60);}function a177_0x3c8c(){const _0x4dc8c8=['EjsDk','WebDriver','worNS','readTcgAuthConfigToGlobal','bstackA11yShouldScan','./helpers/performance/constants','Builder','authToken','proxyUrl','optimalHubUrl','edFQb','pklik','pVfgZ','firefoxOptions_','get','MOHlQ','name_','chromeOptions_','shouldWrapCommand','info','JMwgL','hiBvD','TjkYs','RNjZL','bstack:options','oNuDD','./helpers/accessibility-automation/scripts','YtBxI','VZrBr','edgeOptions','Fpdng','prototype','warn','device','object','startA11yScanning','exports','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','SDK_POST_INITIALIZE','21459fCXOct','https://','dgpGO','xjfDv','FKWxc','BeMgM','capability','storeOptimalHubUrl','CmALF','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','febyx','Setting\x20Browserstack\x20capabilities','build','22iGZGeP','ZdBCb','KnoWd','FSkCv','chromeOptions','InACS','isBrowserstackInfra','CAPABILITY_KEY','url_','beSlA','error','kHpYs','then','selenium-webdriver','.browserstack.com','fbVeT','split','hwANk','util','chrome','RQUlS','./helpers/accessibility-automation/helper','firefoxOptions','./hubAllocationMethods','HGFHB','tcTqf','isPacProxy','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','accessibility','aiHeal_isAuthenticated','set','ySbmS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','HttpClient','requireModule','setAdditionalCapabilities','8PDEXTE','SczGT','getHubUrl','patchDriverPercy','wmINu','nZnEp','FhJjT','prepareCapabilities','includes','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','YjAgm','ytJau','pOWlb','SHkjF','execute','XVivh','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','GVnGU','iUSAC','BXhck','YkLIu','rDTTS','QveUC','initializeHealingCapabilities','pvZsU','__driversArray','caps_','global','OASnL','IsHMO','cUfJX','./helpers/driverInitErrorReporter','HafMK','setGlobal','Session\x20ID:\x20','PLYdA','YDOTv','1891128pIxdBx','forEach','UQHNf','./bin/mocha/accessibility-automation/helper','IWtjo','qBAkV','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','EzmXO','setting\x20driver\x20Session\x20ID:\x20','QQYkX','platform','updateHubUrl','FOEZp','Modifying\x20webdriver\x20builder','setConfig','ms:edgeOptions','EidmM','capabilities_','scannerVersion','goog:chromeOptions','agent_','nTFqy','jahki','./helpers/ai-sdk/aiSdkWrapper','isAccessibilityPlatform','getAccessibilityResultsSummary','./browserStackSdk','./helpers/globals','originalBuilder','capabilities','vYaQY','ROQCc','length','safariOptions_','sayvH','mergeDeep','aiHeal_isHealingEnabled','mIpko','send','safari.options','gxkAy','selenium-webdriver/lib/webdriver.js','UJexw','android','Ahxqg','UAoJK','yjhOT','rDhYf','MrRtw','setServer','/session','BeXkR','eFNDy','Unable\x20to\x20find\x20executor\x20class\x20','dzenC','hrcTk','FVObe','path','toLowerCase','HxiIW','browserName','apply','tljWo','quVLa','bLgyg','keys','OgYHe','percy','nOqwn','aiSdk_bstackConfig','qZLRn','PFKqR','assign','JlfBD','parse','acEQB','overrideGet','deviceName','from','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','CaYZE','requireSeleniumWebdriver','xpxOs','parameters_','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','ieOptions','MPUdL','HpeJp','args','New\x20hub\x20url\x20set\x20to\x20','./helpers/percy/PercySDK','session_','setFramework','accessibilityOptions','se:ieOptions','200286LPelBy','browserstack.accessibility','PIPYJ','Hub\x20url\x20set\x20to\x20','vJQDy','Nlbbd','tfryT','wgOgD','ZykUg','3089260qBTMUa','Failed\x20to\x20perform\x20scan\x20','./helpers/helper','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','\x20to\x20global\x20drivers\x20array','BrowserStackSdk','ELmsw','format','CzdEA','BS_A11Y_JWT','yIcCS','lMqFa','./helpers/percy/utils','edgeOptions_','options_','Lkkew','getId','stopA11yScanning','Smrel','ZBCPB','ycgvy','WebElement','jEtUY','Dsved','/wd/hub','browserVersion','iXvGF','voVpp','LDAbr','MCuJF','dbqgC','Proxy\x20set\x20to\x20','mhvRD','proxy_','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','platformName','CmGqm','_installDriverInitFailureCapture','rGiNU','measureWrapper','bstackA11yScanOptions','installAll','__setBrowserOptions','SDK_PRE_INITIALIZE','ljqPf','Modifying\x20webdriver\x20execute','env','setCapabilities','delete','debug','bstackAllyScanning','iKQed','UVRaR','85mxdeWK','./helpers/accessibility-automation/constants','kyrDS','MDwgk','uhnKU','mVTKt','JXuwZ','10285101GIuxFR','JtaEJ','winstonLogger','BROWSERSTACK_TURBOSCALE','getGlobal','neETe','xJZgA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BVUnu','uWfiv','DHKVe','browserStackLogLevel','TWxoh','VVsOD','isMobilePlatform','logLevel','GmXVv','__driver','nhCjA','getAccessibilityResults','isTurboScaleSession','eLuER','LXadP','performScan','ttMCe','llKPf','ZLvhe','rFZxo','xtpwL','overrideQuit','ehpDO','message','dfJVV','VMwUO','getRequestOptions','proxySettings','jest','nTixU','LCWRw','MmavE','cZFka','pNcLI','requireHttpClient','2939293yuwUNt','concat','moz:firefoxOptions','CblcF','getHttpAgent','XSDNV','dbHkm','ByCsg','zOVoW','KzKlK','./helpers/ai-sdk/autoHealHelper','qHdzW','catch','push','framework','getServerUrl','MbVXf','isUndefined','DeBiT','JgIBZ','browserstack.accessibilityOptions','lyCtZ','ScKtY','LDCJY','CXGdo','bhIPO','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','useW3C','vAfLr','browserstackAgentV2','browserstackSessionName','ieOptions_','oSqrk','__drivers','sxfDG','YUoyf','acWgn','PCjUA','_modifyPlaywright','dHjSx','./bin/playwright/modifyPlaywrightConf','4995388oyotwZ','setLogLevel','94YVOMow','3nhMcOL','pDTYY'];a177_0x3c8c=function(){return _0x4dc8c8;};return a177_0x3c8c();}try{require(a177_0x331867(0x147))[a177_0x331867(0x1df)]();}catch(a177_0x5735fb){logger['debug']('driver-init\x20capture\x20install\x20failed:\x20'+(a177_0x5735fb&&a177_0x5735fb[a177_0x331867(0x96)]));}module['exports'][a177_0x331867(0x1db)]=require(a177_0x331867(0x147))[a177_0x331867(0x1df)];
|