browserstack-node-sdk 1.57.1 → 1.57.2
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/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/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/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/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
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a156_0x2a6c6e=a156_0x236a;(function(_0x59ab7c,_0xca1772){const _0x5d5d98=a156_0x236a,_0x21d79a=_0x59ab7c();while(!![]){try{const _0x158dee=parseInt(_0x5d5d98(0x103))/0x1*(parseInt(_0x5d5d98(0x104))/0x2)+-parseInt(_0x5d5d98(0xfd))/0x3*(-parseInt(_0x5d5d98(0xfa))/0x4)+parseInt(_0x5d5d98(0xfe))/0x5*(parseInt(_0x5d5d98(0x102))/0x6)+-parseInt(_0x5d5d98(0x106))/0x7+-parseInt(_0x5d5d98(0xf9))/0x8*(parseInt(_0x5d5d98(0xf8))/0x9)+parseInt(_0x5d5d98(0x105))/0xa+parseInt(_0x5d5d98(0xff))/0xb;if(_0x158dee===_0xca1772)break;else _0x21d79a['push'](_0x21d79a['shift']());}catch(_0x2da9d9){_0x21d79a['push'](_0x21d79a['shift']());}}}(a156_0x5e91,0xd0fb0));const utilities=require(a156_0x2a6c6e(0xfc));module['exports']=(_0x2d5ac4,_0x407623,_0x1b3e2e,_0x321770,_0x4e0914,_0x17e5e3)=>{const _0x3f34d4={'GHssr':function(_0x32f68d,_0x1c26a5){return _0x32f68d-_0x1c26a5;},'Koyom':function(_0x5e8a66,_0x5ab266){return _0x5e8a66(_0x5ab266);},'uSvdX':function(_0x1b4c1f,_0x3fe33b,_0x480c5d){return _0x1b4c1f(_0x3fe33b,_0x480c5d);},'nEwJR':function(_0x20fa84,_0x2a5da3){return _0x20fa84(_0x2a5da3);}};let _0x336e81,_0x2247f2=![];const _0x4d395d=new Promise((_0x5e17ac,_0x2ba339)=>{const _0x310174=a156_0x236a,_0x4dea22={'sjRUW':function(_0x287ce8,_0x57a771){const _0x4d4cea=a156_0x236a;return _0x3f34d4[_0x4d4cea(0x101)](_0x287ce8,_0x57a771);},'RKWXz':function(_0x1e3cea,_0x49f7e8){return _0x3f34d4['Koyom'](_0x1e3cea,_0x49f7e8);}};_0x336e81=_0x3f34d4[_0x310174(0xfb)](setTimeout,()=>{const _0x14fe5e=_0x310174;if(!_0x2247f2){const _0x11afa6={'status':''+_0x407623,'timeTaken':_0x4dea22[_0x14fe5e(0x100)](new Date(),_0x321770)};utilities[_0x14fe5e(0xf7)](_0x1b3e2e,_0x11afa6,_0x4e0914,_0x17e5e3),_0x4dea22['RKWXz'](_0x2ba339,new Error(_0x407623));}},_0x2d5ac4);});return _0x4d395d['cancel']=()=>{_0x2247f2=!![],_0x3f34d4['nEwJR'](clearTimeout,_0x336e81);},_0x4d395d;};function a156_0x236a(_0x28a7ad,_0x5a5b83){const _0x5e916d=a156_0x5e91();return a156_0x236a=function(_0x236a55,_0x235851){_0x236a55=_0x236a55-0xf7;let _0x40ef7c=_0x5e916d[_0x236a55];return _0x40ef7c;},a156_0x236a(_0x28a7ad,_0x5a5b83);}function a156_0x5e91(){const _0x388a00=['./utilities','123531FEFdyD','13005xJZlkR','302522nXlNVr','sjRUW','GHssr','1026UWKXet','2JbSHdA','1061318WnuzYr','1257730ArPVuU','10379460EegWGp','fireFunnelTestEvent','9ogRBLm','4776696nKkymF','124MERKjS','uSvdX'];a156_0x5e91=function(){return _0x388a00;};return a156_0x5e91();}
|
package/src/helpers/utilities.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a157_0x4cbb9d=a157_0x1af8;(function(_0x1a2eef,_0x273ff9){const _0x39703d=a157_0x1af8,_0x6dc010=_0x1a2eef();while(!![]){try{const _0x3f895b=parseInt(_0x39703d(0xd1))/0x1*(-parseInt(_0x39703d(0xd5))/0x2)+parseInt(_0x39703d(0x125))/0x3*(-parseInt(_0x39703d(0xe5))/0x4)+-parseInt(_0x39703d(0xdd))/0x5+parseInt(_0x39703d(0xb3))/0x6+parseInt(_0x39703d(0x100))/0x7+-parseInt(_0x39703d(0x119))/0x8*(parseInt(_0x39703d(0xc3))/0x9)+parseInt(_0x39703d(0x117))/0xa;if(_0x3f895b===_0x273ff9)break;else _0x6dc010['push'](_0x6dc010['shift']());}catch(_0xf570a5){_0x6dc010['push'](_0x6dc010['shift']());}}}(a157_0x11be,0x444af));function a157_0x11be(){const _0x1a0a41=['cXRoS','\x20response\x20-\x20','X_OK','tiFnF','xTmMA','chmodSync','nodejs','getAccessKey','killSignal','[REDACTED]','stringify','ycgfg','FQaFp','DmjsQ','all','ENV_VAR','POST','Failed\x20to\x20set\x20directory\x20access:\x20','AUTOMATE_PRODUCTS','APP_AUTOMATE_PRODUCTS','pbqbh','pZNji','isNullOrEmpty','630000UYpdIM','API\x20Event\x20','Playwright','W_OK','framework','version','./globals','debug','getStackTraceAsString','Error\x20in\x20firing\x20request\x20to\x20','name','xsfrA','trim','toString','sSSKC','playwrightVersion','14292uAjpDk','APP_AUTOMATE','browser','getNodeAgent',',\x20testhub\x20id:\x20','VTxYr','setReadWriteExecuteAccess','accessSync','replace','JOynY','errorMessage','apply','hostname','deviceName','297719LYJMCt','hubAllocation','browserStackConfig','EZzXH','2EiNTLX','env','error','bxFkn','parse','dovlk','constants','split','244710FgfoJs','_hubAllocationData','PqyIr','isTurboScaleSession','xlvis','app','ntdiH','null','4Qonfaz','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','getOptimalHubUrl','config','application/json','osVersion','winstonLogger','push','user_killed','fireFunnelTestEvent','GvsPo','AUTOMATE','YPLsm','zFAwK','sdkRunId','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','./logger','aAZHn','BROWSERSTACK_TESTHUB_UUID','\x20has\x20now\x20read/write/execute\x20permissions.','format','tests','stopPercy','event_properties','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','wuIIh','Directory\x20','1578521SjXFhp','getPackageVersion','getSessionsList','globalException','SDKTestSuccessful','notifyUpdate','_buildHashedId','getBuildLink','reduce','tMDOs','./helper','GBolf','info','kBMvK','keys','getUserName','isBrowserstackInfra','CyuXp','\x20:\x20','sanitizeBrowserStackConfig','./testhub/utils','length','forEach','8603290EbKOoj','getTurboScaleBuildLink','2792csFfxK','./test-observability/utils','pXgag','undefined','isModifiable','getTurboScaleSessionsList','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','browserVersion','qqZLt','../bin/utils/constants','selenium-webdriver','seleniumVersion','30696tpXiCc','assign'];a157_0x11be=function(){return _0x1a0a41;};return a157_0x11be();}const os=require('os'),util=require('util'),fs=require('fs'),{getProductMap}=require(a157_0x4cbb9d(0x114)),logger=require(a157_0x4cbb9d(0xf5))[a157_0x4cbb9d(0xeb)],constants=require(a157_0x4cbb9d(0x122)),testHubConstants=require('../helpers/testhub/constants'),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require(a157_0x4cbb9d(0x122)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a157_0x4cbb9d(0x10a)),PerformanceTester=require('./performance/performance-tester'),globals=require(a157_0x4cbb9d(0xb9)),helper=require(a157_0x4cbb9d(0x10a)),{isTestObservabilitySession}=require(a157_0x4cbb9d(0x11a));let unhandledErrors='';function a157_0x1af8(_0x1cc48a,_0x49f4a4){const _0x11be0c=a157_0x11be();return a157_0x1af8=function(_0x1af855,_0x3330ae){_0x1af855=_0x1af855-0xb2;let _0x561c67=_0x11be0c[_0x1af855];return _0x561c67;},a157_0x1af8(_0x1cc48a,_0x49f4a4);}exports[a157_0x4cbb9d(0xee)]=async(_0x3aac80,_0x5ceccb={},_0x24a2d1,_0x4daa93,_0x453a13=![])=>{const _0x21fb27=a157_0x4cbb9d,_0x6402af={'bxFkn':function(_0x5a60ff,_0xcd6a45){return _0x5a60ff===_0xcd6a45;},'zQplg':'object','tiFnF':function(_0x190f7a,_0x393d08){return _0x190f7a>_0x393d08;},'JOynY':function(_0x729c63,_0x247dff){return _0x729c63>_0x247dff;},'CyuXp':_0x21fb27(0xfa),'aAZHn':function(_0x4e8018){return _0x4e8018();},'vcsJU':function(_0x4d2482,_0x58a14f){return _0x4d2482==_0x58a14f;},'SFeQz':_0x21fb27(0xe4),'pXgag':_0x21fb27(0x11c),'PqyIr':function(_0x10e27b,_0x1993d6){return _0x10e27b===_0x1993d6;},'ecyXs':'codeceptjs','GBolf':function(_0x223113,_0x5bc96c){return _0x223113>_0x5bc96c;},'qqZLt':function(_0x14a0ce,_0x36cbfc){return _0x14a0ce!==_0x36cbfc;},'tMDOs':_0x21fb27(0xb5),'wuIIh':function(_0x2300a8,_0x1c3e89){return _0x2300a8===_0x1c3e89;},'FQaFp':'error','KtwIj':function(_0x131ee9,_0x2236ba){return _0x131ee9>_0x2236ba;},'DmjsQ':function(_0x5e03c1,_0x22290d){return _0x5e03c1+_0x22290d;},'asLzk':_0x21fb27(0x11f),'pZNji':_0x21fb27(0x106),'zFAwK':function(_0x5c89f4,_0x2daf3b){return _0x5c89f4(_0x2daf3b);},'sSSKC':'unknown','dovlk':_0x21fb27(0x12d),'ntdiH':function(_0xdd57b,_0x19efba){return _0xdd57b===_0x19efba;},'xsfrA':_0x21fb27(0x104),'zPRXy':_0x21fb27(0x123),'mcyrz':_0x21fb27(0xe9),'VTxYr':_0x21fb27(0x130),'kBMvK':_0x21fb27(0x137)};let _0x4d0e08=[];if(helper[_0x21fb27(0x110)]()&&_0x6402af[_0x21fb27(0xf6)](isTestObservabilitySession))_0x4d0e08=_0x24a2d1[_0x21fb27(0xe2)]?constants[_0x21fb27(0x13a)]:constants[_0x21fb27(0x139)];else{if(_0x6402af[_0x21fb27(0xf6)](isTestObservabilitySession))_0x4d0e08=constants[_0x21fb27(0xe6)];else helper[_0x21fb27(0x110)]()&&(_0x4d0e08=_0x24a2d1[_0x21fb27(0xe2)]?constants[_0x21fb27(0xc4)]:constants[_0x21fb27(0xf0)]);}let _0xde64e6=_0x24a2d1['buildIdentifier'];if(_0x6402af['vcsJU'](_0xde64e6,null))_0xde64e6=_0x6402af['SFeQz'];else _0x6402af['bxFkn'](_0xde64e6,undefined)&&(_0xde64e6=_0x6402af[_0x21fb27(0x11b)]);unhandledErrors&&_0x6402af[_0x21fb27(0x12a)](unhandledErrors[_0x21fb27(0x115)],0x0)&&(_0x5ceccb[_0x21fb27(0x103)]=unhandledErrors);global[_0x21fb27(0xf3)]&&(_0x5ceccb[_0x21fb27(0xf3)]=global[_0x21fb27(0xf3)]);try{if(_0x5ceccb['error']){if(_0x6402af[_0x21fb27(0xdf)](_0x4daa93,_0x6402af['ecyXs'])&&_0x6402af[_0x21fb27(0x10b)](_0x5ceccb[_0x21fb27(0xd7)][_0x21fb27(0x115)],0x0)){const _0x383ae6={};_0x383ae6['os']='',_0x383ae6['osVersion']='',_0x383ae6[_0x21fb27(0xc5)]='',_0x383ae6[_0x21fb27(0x120)]='';const _0x224f2e=_0x383ae6;let _0x1433b7={};const _0x43afe3=_0x5ceccb['error'];_0x1433b7=_0x43afe3[_0x21fb27(0x108)]((_0x30cd15,_0x558f66)=>{for(const _0x4edcde in _0x558f66){_0x30cd15[_0x4edcde]=_0x558f66[_0x4edcde];}return _0x30cd15;},{});const _0xa107cd={};_0xa107cd[_0x21fb27(0xfa)]=_0x1433b7,_0x5ceccb[_0x21fb27(0xd7)]=[Object[_0x21fb27(0x126)]({},_0x224f2e,_0xa107cd)];}else{let _0x19e2a7=0x0;const _0x49969c=_0x6402af[_0x21fb27(0x121)](_0x4daa93,_0x6402af[_0x21fb27(0x109)])?JSON[_0x21fb27(0xd9)](_0x5ceccb[_0x21fb27(0xd7)]):_0x5ceccb['error'],_0xc0c9d=Object['values'](_0x49969c);_0xc0c9d[_0x21fb27(0x116)](_0xdfaff2=>{const _0x5de775=_0x21fb27;if(_0x6402af[_0x5de775(0xd8)](typeof _0xdfaff2,_0x6402af['zQplg'])){const _0xabc627=Object['values'](_0xdfaff2);!_0xabc627['every'](_0x1cdf04=>_0x1cdf04===null||_0x1cdf04===undefined||_0x1cdf04==='')&&(_0x19e2a7+=0x1);}});if(_0x6402af[_0x21fb27(0xfe)](_0x19e2a7,0x0))delete _0x5ceccb[_0x6402af[_0x21fb27(0x133)]];else{const _0x1ab7b0=[];Object['keys'](_0x49969c)[_0x21fb27(0x116)](_0x4fd9a2=>{const _0x377bfa=_0x21fb27,[_0x4e026a,_0x5071b6,_0x1a43b6,_0x136d26]=_0x4fd9a2[_0x377bfa(0xdc)](',\x20');let _0x4704a7={};if(!_0x136d26){const _0x58e5af={};_0x58e5af[_0x377bfa(0xd0)]=_0x4e026a,_0x58e5af['osVersion']=_0x5071b6,_0x58e5af[_0x377bfa(0xc5)]=_0x1a43b6,_0x4704a7=_0x58e5af;}else{const _0x3aaee0={};_0x3aaee0['os']=_0x4e026a,_0x3aaee0[_0x377bfa(0xea)]=_0x5071b6,_0x3aaee0[_0x377bfa(0xc5)]=_0x1a43b6,_0x3aaee0[_0x377bfa(0x120)]=_0x136d26,_0x4704a7=_0x3aaee0;}const _0x55adfb={},_0x303dca=_0x49969c[_0x4fd9a2];Object[_0x377bfa(0x10e)](_0x303dca)[_0x377bfa(0x116)](_0x416e57=>{const _0x511779=_0x377bfa;_0x6402af[_0x511779(0x12a)](_0x303dca[_0x416e57]['length'],0x0)&&(_0x55adfb[_0x416e57]=_0x303dca[_0x416e57]);}),_0x6402af[_0x377bfa(0xcc)](Object[_0x377bfa(0x10e)](_0x55adfb)[_0x377bfa(0x115)],0x0)&&(_0x4704a7[_0x6402af[_0x377bfa(0x111)]]=_0x55adfb,_0x1ab7b0[_0x377bfa(0xec)](_0x4704a7));}),_0x6402af['KtwIj'](_0x1ab7b0['length'],0x0)?_0x5ceccb[_0x21fb27(0xd7)]=_0x1ab7b0:delete _0x5ceccb[_0x6402af[_0x21fb27(0x133)]];}}}}catch(_0x504aee){delete _0x5ceccb[_0x6402af[_0x21fb27(0x133)]],logger[_0x21fb27(0xba)](_0x6402af[_0x21fb27(0x134)](_0x6402af['asLzk'],_0x504aee));}const _0x517a33=helper['getTestFrameworkDetails'](_0x24a2d1,_0x24a2d1[_0x21fb27(0xb7)]),_0x2f6434={'userName':helper[_0x21fb27(0x10f)](_0x24a2d1),'accessKey':helper[_0x21fb27(0x12e)](_0x24a2d1),'event_type':_0x3aac80,'detectedFramework':_0x4daa93,'buildHashedId':globals['getGlobal'](_0x6402af[_0x21fb27(0x13c)]),'optimalHubUrl':helper[_0x21fb27(0xe7)](),'event_properties':{'testhub_uuid':process[_0x21fb27(0xd6)][testHubConstants[_0x21fb27(0x136)][_0x21fb27(0xf7)]]||'','sdkRunId':global[_0x21fb27(0xf3)],'product_map':_0x6402af['zFAwK'](getProductMap,_0x24a2d1),'productMap':_0x6402af[_0x21fb27(0xf2)](getProductMap,_0x24a2d1),'language_framework':_0x24a2d1['source']||_0x6402af[_0x21fb27(0xc1)],'referrer':helper[_0x21fb27(0xc6)](_0x4daa93),'framework':_0x24a2d1[_0x21fb27(0xb7)],'frameworkVersion':helper['getFrameworkVersion'](_0x4daa93),'automationFramework':_0x517a33[_0x21fb27(0xbd)],'automationFrameworkVersion':_0x517a33[_0x21fb27(0xb8)],'language':_0x6402af[_0x21fb27(0xda)],'languageVersion':process[_0x21fb27(0xb8)],'product':_0x4d0e08,'buildName':_0x24a2d1['buildName']||_0x6402af[_0x21fb27(0x11b)],'buildIdentifier':_0xde64e6,'os':os['type']()||_0x6402af['sSSKC'],'hostname':os[_0x21fb27(0xcf)]()||_0x6402af[_0x21fb27(0xc1)],..._0x5ceccb,'isCLIEnabled':_0x453a13}};try{_0x6402af[_0x21fb27(0xe3)](_0x3aac80,_0x6402af[_0x21fb27(0xbe)])&&(_0x2f6434[_0x21fb27(0xfc)][_0x21fb27(0xd3)]=helper[_0x21fb27(0x113)](_0x24a2d1)),_0x6402af['PqyIr'](_0x4daa93,_0x6402af[_0x21fb27(0x109)])?_0x2f6434[_0x21fb27(0xfc)][_0x21fb27(0xc2)]=helper['requirePWModule'][_0x21fb27(0xce)](null,_0x6402af[_0x21fb27(0xf6)](getTransformPath),!![]):_0x2f6434[_0x21fb27(0xfc)][_0x21fb27(0x124)]=helper[_0x21fb27(0x101)](_0x6402af['zPRXy']);}catch(_0x55d6e5){logger[_0x21fb27(0xba)](_0x21fb27(0xfd)+_0x55d6e5);}const _0x419532={};_0x419532['content-type']=_0x6402af['mcyrz'];const _0x26efb4={'headers':_0x419532,'body':_0x2f6434,'auth':{'user':helper['getUserName'](_0x24a2d1),'pass':helper['getAccessKey'](_0x24a2d1)},'json':!![]};logger[_0x21fb27(0xba)](_0x21fb27(0xf4)+JSON[_0x21fb27(0x131)](_0x26efb4['body'])[_0x21fb27(0xcb)](new RegExp(helper[_0x21fb27(0x10f)](_0x24a2d1),'g'),_0x6402af['VTxYr'])[_0x21fb27(0xcb)](new RegExp(helper['getAccessKey'](_0x24a2d1),'g'),_0x6402af[_0x21fb27(0xc8)]));try{const _0x2a5d79=await helper['nodeRequest'](_0x6402af[_0x21fb27(0x10d)],FUNNEL_INSTRUMENTATION_API_URL,_0x26efb4,_0x24a2d1);logger[_0x21fb27(0xba)](_0x21fb27(0xb4)+_0x3aac80+_0x21fb27(0x128)+util[_0x21fb27(0xf9)]('%j',_0x2a5d79));}catch(_0x3e0175){logger[_0x21fb27(0xba)](_0x21fb27(0xbc)+FUNNEL_INSTRUMENTATION_API_URL+_0x21fb27(0x112)+util['format'](_0x3e0175));}},exports['finalExecution']=async(_0x1e4625,_0x332dbc=![])=>{const _0x26e73f=a157_0x4cbb9d,_0x4840cd={'xTmMA':function(_0x4e7558){return _0x4e7558();},'ODyQg':_0x26e73f(0xde),'pbqbh':'finishedMetadata','hNIel':_0x26e73f(0xed),'GvsPo':'SDKTestSuccessful','IysWd':function(_0xa0fe95,_0x41763e,_0x5d2f9d){return _0xa0fe95(_0x41763e,_0x5d2f9d);},'YPLsm':function(_0x3cb916,_0x4a7bdb){return _0x3cb916+_0x4a7bdb;},'cXRoS':'Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20'};try{await _0x1e4625[_0x26e73f(0xfb)](),_0x4840cd[_0x26e73f(0x12b)](printNudgeLocalNotSetError);const _0x5702d2={};_0x5702d2[_0x26e73f(0xd7)]=_0x1e4625[_0x26e73f(0xcd)]?_0x1e4625[_0x26e73f(0xcd)]:'{}';const _0x34e559=_0x5702d2,_0x170f37=Object[_0x26e73f(0x126)]({},_0x34e559),_0x41a61a=globals['getGlobal'](_0x4840cd['ODyQg']);_0x41a61a&&(_0x170f37[_0x26e73f(0xd2)]=_0x41a61a);!!_0x1e4625[_0x26e73f(0x12f)]&&(_0x170f37[_0x4840cd[_0x26e73f(0x13b)]]={'reason':_0x4840cd['hNIel'],'signal':_0x1e4625[_0x26e73f(0x12f)]});unhandledErrors=_0x1e4625['unhandledErrors']['join']('\x0a');let _0x60128d,_0x47743b,_0x1546b9;helper[_0x26e73f(0xe0)](_0x1e4625['config'])?([_0x60128d,_0x47743b]=await helper[_0x26e73f(0x118)](_0x1e4625[_0x26e73f(0xe8)]),[_0x1546b9]=await Promise[_0x26e73f(0x135)]([helper[_0x26e73f(0x11e)](_0x60128d,_0x1e4625[_0x26e73f(0xe8)]),exports[_0x26e73f(0xee)](_0x4840cd['GvsPo'],_0x170f37,_0x1e4625[_0x26e73f(0xe8)],_0x1e4625[_0x26e73f(0xb7)],_0x332dbc)])):([_0x60128d,_0x47743b]=await helper[_0x26e73f(0x107)](_0x1e4625[_0x26e73f(0xe8)]),[_0x1546b9]=await Promise[_0x26e73f(0x135)]([helper[_0x26e73f(0x102)](_0x60128d,_0x1e4625[_0x26e73f(0xe8)]),exports[_0x26e73f(0xee)](_0x4840cd[_0x26e73f(0xef)],_0x170f37,_0x1e4625['config'],_0x1e4625[_0x26e73f(0xb7)],_0x332dbc)])),_0x1546b9&&await _0x4840cd['IysWd'](generateCIArtifacts,_0x1546b9,_0x47743b),logger[_0x26e73f(0x10c)]('SDK\x20run\x20ended\x20for\x20id:\x20'+_0x1e4625[_0x26e73f(0xf3)]+_0x26e73f(0xc7)+process[_0x26e73f(0xd6)][_0x26e73f(0xf7)]),await helper['sendLogs'](_0x1e4625[_0x26e73f(0xe8)]);}catch(_0x129b51){logger['debug'](_0x4840cd[_0x26e73f(0xf1)](_0x4840cd[_0x26e73f(0x127)],_0x129b51));}helper[_0x26e73f(0x105)]();},exports[a157_0x4cbb9d(0xbb)]=_0x542685=>{const _0x4ac08a=a157_0x4cbb9d,_0x3bc82e={'yGCGY':function(_0xcde76e,_0x4871d0){return _0xcde76e instanceof _0x4871d0;},'ycgfg':function(_0x502ba8,_0x3e86e6){return _0x502ba8(_0x3e86e6);}};try{if(_0x3bc82e['yGCGY'](_0x542685,Error))return _0x542685['stack']||_0x542685[_0x4ac08a(0xc0)]();return _0x3bc82e[_0x4ac08a(0x132)](String,_0x542685);}catch(_0x51b962){return _0x542685?_0x542685['toString']():'';}},exports[a157_0x4cbb9d(0xb2)]=_0x6cabcb=>{const _0x1a5fa7=a157_0x4cbb9d,_0xaede10={};_0xaede10[_0x1a5fa7(0xe1)]=function(_0x2b6f97,_0x580bdb){return _0x2b6f97===_0x580bdb;};const _0x5e7e40=_0xaede10;return!_0x6cabcb||_0x5e7e40[_0x1a5fa7(0xe1)](_0x6cabcb[_0x1a5fa7(0xbf)](),'');},exports[a157_0x4cbb9d(0x11d)]=_0x465777=>{const _0x4ae6d3=a157_0x4cbb9d,_0x7424eb={};_0x7424eb[_0x4ae6d3(0xd4)]=function(_0x116d5d,_0x1a4c78){return _0x116d5d|_0x1a4c78;};const _0x5c3253=_0x7424eb;try{return fs[_0x4ae6d3(0xca)](_0x465777,_0x5c3253['EZzXH'](fs[_0x4ae6d3(0xdb)][_0x4ae6d3(0xb6)],fs[_0x4ae6d3(0xdb)][_0x4ae6d3(0x129)])),!![];}catch(_0x582818){return![];}},exports[a157_0x4cbb9d(0xc9)]=_0x6119b9=>{const _0x42203b=a157_0x4cbb9d;try{fs[_0x42203b(0x12c)](_0x6119b9,0x1ff),logger[_0x42203b(0xba)](_0x42203b(0xff)+_0x6119b9+_0x42203b(0xf8));}catch(_0x5bfc09){logger['error'](_0x42203b(0x138)+exports['getStackTraceAsString'](_0x5bfc09));}};
|
|
1
|
+
const a157_0x5779fd=a157_0x3306;(function(_0x18eb3e,_0x45f6a2){const _0x4abcc6=a157_0x3306,_0x19c18e=_0x18eb3e();while(!![]){try{const _0x5cb68a=parseInt(_0x4abcc6(0x205))/0x1+parseInt(_0x4abcc6(0x24c))/0x2*(parseInt(_0x4abcc6(0x237))/0x3)+parseInt(_0x4abcc6(0x25c))/0x4+parseInt(_0x4abcc6(0x1f7))/0x5+parseInt(_0x4abcc6(0x229))/0x6+parseInt(_0x4abcc6(0x1ef))/0x7+-parseInt(_0x4abcc6(0x241))/0x8;if(_0x5cb68a===_0x45f6a2)break;else _0x19c18e['push'](_0x19c18e['shift']());}catch(_0xa625cf){_0x19c18e['push'](_0x19c18e['shift']());}}}(a157_0x2cb1,0x98ef8));const os=require('os'),util=require(a157_0x5779fd(0x1dc)),fs=require('fs'),{getProductMap}=require(a157_0x5779fd(0x1fd)),logger=require(a157_0x5779fd(0x1f6))[a157_0x5779fd(0x1df)],constants=require(a157_0x5779fd(0x200)),testHubConstants=require('../helpers/testhub/constants'),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require('../bin/utils/constants'),{generateCIArtifacts,printNudgeLocalNotSetError}=require('./helper'),PerformanceTester=require(a157_0x5779fd(0x267)),globals=require(a157_0x5779fd(0x1de)),helper=require(a157_0x5779fd(0x245)),{isTestObservabilitySession}=require('./test-observability/utils');function a157_0x2cb1(){const _0x1b0db4=['./performance/performance-tester','hekvR','trim','sendLogs','nfQLF','\x20response\x20-\x20','type','_buildHashedId','browserVersion','getSessionsList','forEach','debug','setReadWriteExecuteAccess','error','osVersion','notifyUpdate','util','killSignal','./globals','winstonLogger','aIjgr','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','\x20has\x20now\x20read/write/execute\x20permissions.','browserStackConfig','_hubAllocationData','getNodeAgent','hostname','ACpOW','X_OK','jlcRP','sanitizeBrowserStackConfig','keys','VBaoZ','parse','assign','7633941Jarzqi','selenium-webdriver','fireFunnelTestEvent','ySfAY','xFffb','AUTOMATE','isNullOrEmpty','./logger','5249805sBIUqY','isTurboScaleSession','FIljT','getFrameworkVersion','nxeRA','values','./testhub/utils','event_properties','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','../bin/utils/constants','PLbgq','tests','unFTq','content-type','42443IplAZW','NZdHs','pfkZA','format','SDK\x20run\x20ended\x20for\x20id:\x20','unknown','zPdJO','Directory\x20','tEEEe','all','oKJkA','WaIec','app','reduce','getGlobal','aNHJX','getAccessKey','info','env','codeceptjs','replace','ENV_VAR','playwrightVersion','Failed\x20to\x20set\x20directory\x20access:\x20','KdpPv','XYyPr','toString','getStackTraceAsString','finalExecution','getTestFrameworkDetails','mpROs','hubAllocation','solXv','APP_AUTOMATE_PRODUCTS','UKWzH','buildIdentifier','2759094GCfqsT','errorMessage','stopPercy','finishedMetadata','isModifiable','APP_AUTOMATE','buildName','QZalf','length','push','sdkRunId','Error\x20in\x20firing\x20request\x20to\x20','getUserName','getTurboScaleSessionsList','138216UbERXR','wWEXN','AUTOMATE_PRODUCTS','browser','config','nodejs','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','eFdHa','constants','slwZe','28257912ohBlsA','API\x20Event\x20','nodeRequest','join','./helper','seleniumVersion','[REDACTED]','bYugn','KXFKm','ojEXy','getPackageVersion','26IWVHEf','BROWSERSTACK_TESTHUB_UUID','source','jjLeP','GSTyk','globalException','apply','application/json','getTurboScaleBuildLink','vdcLF','W_OK','KCJhY','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','isBrowserstackInfra','undefined','POST','3667644ioRgIa','split',',\x20testhub\x20id:\x20','cTxbY','deviceName','SFIBE','body','SDKTestSuccessful','ksUVg','getBuildLink','framework'];a157_0x2cb1=function(){return _0x1b0db4;};return a157_0x2cb1();}let unhandledErrors='';function a157_0x3306(_0x1422ee,_0x1eee42){const _0x2cb1b6=a157_0x2cb1();return a157_0x3306=function(_0x33062f,_0x5c6674){_0x33062f=_0x33062f-0x1d2;let _0x572e1e=_0x2cb1b6[_0x33062f];return _0x572e1e;},a157_0x3306(_0x1422ee,_0x1eee42);}exports[a157_0x5779fd(0x1f1)]=async(_0x56cdd4,_0x35abe0={},_0x5c43d9,_0x528f65,_0x4b5891=![])=>{const _0x22df64=a157_0x5779fd,_0x178bc3={'SFIBE':function(_0x36b871,_0x263509){return _0x36b871===_0x263509;},'ksUVg':'object','solXv':function(_0x526b7a,_0x15e0d2){return _0x526b7a>_0x15e0d2;},'eFdHa':'tests','rFmUR':function(_0x7a8cd1){return _0x7a8cd1();},'KCJhY':function(_0x41d50f,_0x20ee8e){return _0x41d50f==_0x20ee8e;},'GSTyk':'null','unFTq':function(_0x5cb468,_0x2cb9fb){return _0x5cb468===_0x2cb9fb;},'nfQLF':_0x22df64(0x25a),'vdcLF':function(_0x54ee1d,_0x1175e2){return _0x54ee1d>_0x1175e2;},'pfhKm':function(_0x1f628e,_0x265e69){return _0x1f628e===_0x265e69;},'mpROs':_0x22df64(0x218),'xFffb':function(_0x33fdc6,_0x4cdda3){return _0x33fdc6!==_0x4cdda3;},'PLbgq':'Playwright','KXFKm':function(_0x44274a,_0x1330d7){return _0x44274a===_0x1330d7;},'KdpPv':_0x22df64(0x1d9),'nxeRA':function(_0xdffeb5,_0x140595){return _0xdffeb5>_0x140595;},'bZzAz':function(_0x4aaa28,_0x4776eb){return _0x4aaa28+_0x4776eb;},'VBaoZ':_0x22df64(0x1e1),'QZalf':_0x22df64(0x1d3),'bYugn':function(_0x102dbe,_0x4ffbe7){return _0x102dbe(_0x4ffbe7);},'jlcRP':_0x22df64(0x20a),'aNHJX':_0x22df64(0x23c),'WaIec':function(_0x23952b,_0x23f496){return _0x23952b===_0x23f496;},'zPdJO':'SDKTestSuccessful','NhUlr':function(_0x523495,_0x5d055e){return _0x523495===_0x5d055e;},'slwZe':function(_0x11da96){return _0x11da96();},'ACpOW':_0x22df64(0x1f0),'tEEEe':_0x22df64(0x253),'ySfAY':_0x22df64(0x247),'aIjgr':_0x22df64(0x25b)};let _0x4dbef5=[];if(helper['isBrowserstackInfra']()&&_0x178bc3['rFmUR'](isTestObservabilitySession))_0x4dbef5=_0x5c43d9[_0x22df64(0x211)]?constants[_0x22df64(0x226)]:constants[_0x22df64(0x239)];else{if(_0x178bc3['rFmUR'](isTestObservabilitySession))_0x4dbef5=constants[_0x22df64(0x258)];else helper[_0x22df64(0x259)]()&&(_0x4dbef5=_0x5c43d9[_0x22df64(0x211)]?constants[_0x22df64(0x22e)]:constants[_0x22df64(0x1f4)]);}let _0x166a12=_0x5c43d9[_0x22df64(0x228)];if(_0x178bc3[_0x22df64(0x257)](_0x166a12,null))_0x166a12=_0x178bc3[_0x22df64(0x250)];else _0x178bc3[_0x22df64(0x203)](_0x166a12,undefined)&&(_0x166a12=_0x178bc3[_0x22df64(0x26b)]);unhandledErrors&&_0x178bc3[_0x22df64(0x255)](unhandledErrors[_0x22df64(0x231)],0x0)&&(_0x35abe0[_0x22df64(0x251)]=unhandledErrors);global[_0x22df64(0x233)]&&(_0x35abe0[_0x22df64(0x233)]=global[_0x22df64(0x233)]);try{if(_0x35abe0[_0x22df64(0x1d9)]){if(_0x178bc3['pfhKm'](_0x528f65,_0x178bc3[_0x22df64(0x223)])&&_0x178bc3['solXv'](_0x35abe0['error'][_0x22df64(0x231)],0x0)){const _0x1a7d12={};_0x1a7d12['os']='',_0x1a7d12['osVersion']='',_0x1a7d12[_0x22df64(0x23a)]='',_0x1a7d12[_0x22df64(0x1d4)]='';const _0x33d834=_0x1a7d12;let _0x3cc319={};const _0x4eef0d=_0x35abe0[_0x22df64(0x1d9)];_0x3cc319=_0x4eef0d[_0x22df64(0x212)]((_0x4f8786,_0x4a4a70)=>{for(const _0x25934c in _0x4a4a70){_0x4f8786[_0x25934c]=_0x4a4a70[_0x25934c];}return _0x4f8786;},{});const _0x34a1cc={};_0x34a1cc[_0x22df64(0x202)]=_0x3cc319,_0x35abe0[_0x22df64(0x1d9)]=[Object[_0x22df64(0x1ee)]({},_0x33d834,_0x34a1cc)];}else{let _0x17bf5c=0x0;const _0x112f52=_0x178bc3[_0x22df64(0x1f3)](_0x528f65,_0x178bc3[_0x22df64(0x201)])?JSON[_0x22df64(0x1ed)](_0x35abe0[_0x22df64(0x1d9)]):_0x35abe0[_0x22df64(0x1d9)],_0x14f83e=Object[_0x22df64(0x1fc)](_0x112f52);_0x14f83e[_0x22df64(0x1d6)](_0x1ad1aa=>{const _0x533a9e=_0x22df64;if(_0x178bc3[_0x533a9e(0x261)](typeof _0x1ad1aa,_0x178bc3[_0x533a9e(0x264)])){const _0x3b4c62=Object[_0x533a9e(0x1fc)](_0x1ad1aa);!_0x3b4c62['every'](_0x2edf9b=>_0x2edf9b===null||_0x2edf9b===undefined||_0x2edf9b==='')&&(_0x17bf5c+=0x1);}});if(_0x178bc3[_0x22df64(0x249)](_0x17bf5c,0x0))delete _0x35abe0[_0x178bc3[_0x22df64(0x21d)]];else{const _0x5a5988=[];Object[_0x22df64(0x1eb)](_0x112f52)['forEach'](_0xf17b13=>{const _0x5c6898=_0x22df64,[_0x3a5279,_0x3eff16,_0x4e4f87,_0x3ada0b]=_0xf17b13[_0x5c6898(0x25d)](',\x20');let _0x406ea7={};if(!_0x3ada0b){const _0x3dbc16={};_0x3dbc16[_0x5c6898(0x260)]=_0x3a5279,_0x3dbc16[_0x5c6898(0x1da)]=_0x3eff16,_0x3dbc16[_0x5c6898(0x23a)]=_0x4e4f87,_0x406ea7=_0x3dbc16;}else{const _0x20e796={};_0x20e796['os']=_0x3a5279,_0x20e796[_0x5c6898(0x1da)]=_0x3eff16,_0x20e796[_0x5c6898(0x23a)]=_0x4e4f87,_0x20e796['browserVersion']=_0x3ada0b,_0x406ea7=_0x20e796;}const _0x1eba0e={},_0x5c9840=_0x112f52[_0xf17b13];Object[_0x5c6898(0x1eb)](_0x5c9840)['forEach'](_0x1ac2d0=>{const _0x4f5661=_0x5c6898;_0x178bc3[_0x4f5661(0x225)](_0x5c9840[_0x1ac2d0][_0x4f5661(0x231)],0x0)&&(_0x1eba0e[_0x1ac2d0]=_0x5c9840[_0x1ac2d0]);}),_0x178bc3[_0x5c6898(0x225)](Object['keys'](_0x1eba0e)[_0x5c6898(0x231)],0x0)&&(_0x406ea7[_0x178bc3[_0x5c6898(0x23e)]]=_0x1eba0e,_0x5a5988[_0x5c6898(0x232)](_0x406ea7));}),_0x178bc3[_0x22df64(0x1fb)](_0x5a5988[_0x22df64(0x231)],0x0)?_0x35abe0[_0x22df64(0x1d9)]=_0x5a5988:delete _0x35abe0[_0x178bc3[_0x22df64(0x21d)]];}}}}catch(_0x37df28){delete _0x35abe0[_0x178bc3[_0x22df64(0x21d)]],logger[_0x22df64(0x1d7)](_0x178bc3['bZzAz'](_0x178bc3[_0x22df64(0x1ec)],_0x37df28));}const _0x41b151=helper[_0x22df64(0x222)](_0x5c43d9,_0x5c43d9['framework']),_0x4b105a={'userName':helper['getUserName'](_0x5c43d9),'accessKey':helper[_0x22df64(0x215)](_0x5c43d9),'event_type':_0x56cdd4,'detectedFramework':_0x528f65,'buildHashedId':globals[_0x22df64(0x213)](_0x178bc3[_0x22df64(0x230)]),'optimalHubUrl':helper['getOptimalHubUrl'](),'event_properties':{'testhub_uuid':process[_0x22df64(0x217)][testHubConstants[_0x22df64(0x21a)][_0x22df64(0x24d)]]||'','sdkRunId':global[_0x22df64(0x233)],'product_map':_0x178bc3['bYugn'](getProductMap,_0x5c43d9),'productMap':_0x178bc3[_0x22df64(0x248)](getProductMap,_0x5c43d9),'language_framework':_0x5c43d9[_0x22df64(0x24e)]||_0x178bc3[_0x22df64(0x1e9)],'referrer':helper[_0x22df64(0x1e5)](_0x528f65),'framework':_0x5c43d9[_0x22df64(0x266)],'frameworkVersion':helper[_0x22df64(0x1fa)](_0x528f65),'automationFramework':_0x41b151['name'],'automationFrameworkVersion':_0x41b151['version'],'language':_0x178bc3[_0x22df64(0x214)],'languageVersion':process['version'],'product':_0x4dbef5,'buildName':_0x5c43d9[_0x22df64(0x22f)]||_0x178bc3['nfQLF'],'buildIdentifier':_0x166a12,'os':os[_0x22df64(0x1d2)]()||_0x178bc3[_0x22df64(0x1e9)],'hostname':os[_0x22df64(0x1e6)]()||_0x178bc3[_0x22df64(0x1e9)],..._0x35abe0,'isCLIEnabled':_0x4b5891}};try{_0x178bc3[_0x22df64(0x210)](_0x56cdd4,_0x178bc3[_0x22df64(0x20b)])&&(_0x4b105a[_0x22df64(0x1fe)][_0x22df64(0x1e3)]=helper[_0x22df64(0x1ea)](_0x5c43d9)),_0x178bc3['NhUlr'](_0x528f65,_0x178bc3[_0x22df64(0x201)])?_0x4b105a['event_properties'][_0x22df64(0x21b)]=helper['requirePWModule'][_0x22df64(0x252)](null,_0x178bc3[_0x22df64(0x240)](getTransformPath),!![]):_0x4b105a[_0x22df64(0x1fe)][_0x22df64(0x246)]=helper[_0x22df64(0x24b)](_0x178bc3[_0x22df64(0x1e7)]);}catch(_0x2795a8){logger[_0x22df64(0x1d7)](_0x22df64(0x23d)+_0x2795a8);}const _0x1101fe={};_0x1101fe[_0x22df64(0x204)]=_0x178bc3[_0x22df64(0x20d)];const _0x8eeee5={'headers':_0x1101fe,'body':_0x4b105a,'auth':{'user':helper['getUserName'](_0x5c43d9),'pass':helper['getAccessKey'](_0x5c43d9)},'json':!![]};logger[_0x22df64(0x1d7)](_0x22df64(0x1ff)+JSON['stringify'](_0x8eeee5[_0x22df64(0x262)])[_0x22df64(0x219)](new RegExp(helper[_0x22df64(0x235)](_0x5c43d9),'g'),_0x178bc3['ySfAY'])['replace'](new RegExp(helper[_0x22df64(0x215)](_0x5c43d9),'g'),_0x178bc3[_0x22df64(0x1f2)]));try{const _0x2361ca=await helper[_0x22df64(0x243)](_0x178bc3[_0x22df64(0x1e0)],FUNNEL_INSTRUMENTATION_API_URL,_0x8eeee5,_0x5c43d9);logger[_0x22df64(0x1d7)](_0x22df64(0x242)+_0x56cdd4+_0x22df64(0x26c)+util[_0x22df64(0x208)]('%j',_0x2361ca));}catch(_0x598945){logger[_0x22df64(0x1d7)](_0x22df64(0x234)+FUNNEL_INSTRUMENTATION_API_URL+'\x20:\x20'+util[_0x22df64(0x208)](_0x598945));}},exports[a157_0x5779fd(0x221)]=async(_0x3ea842,_0x35f7a7=![])=>{const _0x390542=a157_0x5779fd,_0x104bfe={'cyDck':function(_0x45d4bd){return _0x45d4bd();},'NZdHs':_0x390542(0x1e4),'pfkZA':_0x390542(0x22c),'cTxbY':'user_killed','XYyPr':_0x390542(0x263),'wWEXN':function(_0xf2a598,_0x964d2,_0x4d1289){return _0xf2a598(_0x964d2,_0x4d1289);},'UKWzH':function(_0x2cb142,_0xa3aedd){return _0x2cb142+_0xa3aedd;},'oKJkA':'Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20'};try{await _0x3ea842[_0x390542(0x22b)](),_0x104bfe['cyDck'](printNudgeLocalNotSetError);const _0x469e53={};_0x469e53[_0x390542(0x1d9)]=_0x3ea842[_0x390542(0x22a)]?_0x3ea842['errorMessage']:'{}';const _0x4d9b2c=_0x469e53,_0x418a11=Object[_0x390542(0x1ee)]({},_0x4d9b2c),_0x11706b=globals[_0x390542(0x213)](_0x104bfe[_0x390542(0x206)]);_0x11706b&&(_0x418a11[_0x390542(0x224)]=_0x11706b);!!_0x3ea842[_0x390542(0x1dd)]&&(_0x418a11[_0x104bfe[_0x390542(0x207)]]={'reason':_0x104bfe[_0x390542(0x25f)],'signal':_0x3ea842[_0x390542(0x1dd)]});unhandledErrors=_0x3ea842['unhandledErrors'][_0x390542(0x244)]('\x0a');let _0x56ba25,_0xc880fa,_0x1add9c;helper[_0x390542(0x1f8)](_0x3ea842[_0x390542(0x23b)])?([_0x56ba25,_0xc880fa]=await helper[_0x390542(0x254)](_0x3ea842[_0x390542(0x23b)]),[_0x1add9c]=await Promise[_0x390542(0x20e)]([helper[_0x390542(0x236)](_0x56ba25,_0x3ea842['config']),exports[_0x390542(0x1f1)](_0x104bfe[_0x390542(0x21e)],_0x418a11,_0x3ea842['config'],_0x3ea842[_0x390542(0x266)],_0x35f7a7)])):([_0x56ba25,_0xc880fa]=await helper[_0x390542(0x265)](_0x3ea842[_0x390542(0x23b)]),[_0x1add9c]=await Promise[_0x390542(0x20e)]([helper[_0x390542(0x1d5)](_0x56ba25,_0x3ea842[_0x390542(0x23b)]),exports[_0x390542(0x1f1)](_0x104bfe['XYyPr'],_0x418a11,_0x3ea842[_0x390542(0x23b)],_0x3ea842[_0x390542(0x266)],_0x35f7a7)])),_0x1add9c&&await _0x104bfe[_0x390542(0x238)](generateCIArtifacts,_0x1add9c,_0xc880fa),logger[_0x390542(0x216)](_0x390542(0x209)+_0x3ea842[_0x390542(0x233)]+_0x390542(0x25e)+process['env'][_0x390542(0x24d)]),await helper[_0x390542(0x26a)](_0x3ea842['config']);}catch(_0x45ad04){logger[_0x390542(0x1d7)](_0x104bfe[_0x390542(0x227)](_0x104bfe[_0x390542(0x20f)],_0x45ad04));}helper[_0x390542(0x1db)]();},exports[a157_0x5779fd(0x220)]=_0x243fc1=>{const _0x2ddd63=a157_0x5779fd,_0x16407c={'hekvR':function(_0x5ca880,_0x52d546){return _0x5ca880 instanceof _0x52d546;},'jjLeP':function(_0xf94a81,_0x3e2665){return _0xf94a81(_0x3e2665);}};try{if(_0x16407c[_0x2ddd63(0x268)](_0x243fc1,Error))return _0x243fc1['stack']||_0x243fc1[_0x2ddd63(0x21f)]();return _0x16407c[_0x2ddd63(0x24f)](String,_0x243fc1);}catch(_0x4d4eb8){return _0x243fc1?_0x243fc1[_0x2ddd63(0x21f)]():'';}},exports[a157_0x5779fd(0x1f5)]=_0x593de5=>{const _0x1b6890=a157_0x5779fd,_0x1c58e8={};_0x1c58e8['ojEXy']=function(_0x43c03e,_0x4b865c){return _0x43c03e===_0x4b865c;};const _0x4575e8=_0x1c58e8;return!_0x593de5||_0x4575e8[_0x1b6890(0x24a)](_0x593de5[_0x1b6890(0x269)](),'');},exports[a157_0x5779fd(0x22d)]=_0x45c9f9=>{const _0x501c32=a157_0x5779fd,_0x504c97={};_0x504c97['FIljT']=function(_0x49f316,_0x4ee369){return _0x49f316|_0x4ee369;};const _0x13a421=_0x504c97;try{return fs['accessSync'](_0x45c9f9,_0x13a421[_0x501c32(0x1f9)](fs[_0x501c32(0x23f)][_0x501c32(0x256)],fs[_0x501c32(0x23f)][_0x501c32(0x1e8)])),!![];}catch(_0x5c7c89){return![];}},exports[a157_0x5779fd(0x1d8)]=_0x37f73f=>{const _0x2eef66=a157_0x5779fd;try{fs['chmodSync'](_0x37f73f,0x1ff),logger[_0x2eef66(0x1d7)](_0x2eef66(0x20c)+_0x37f73f+_0x2eef66(0x1e2));}catch(_0x2ee2b3){logger[_0x2eef66(0x1d9)](_0x2eef66(0x21c)+exports[_0x2eef66(0x220)](_0x2ee2b3));}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a158_0x362a29=a158_0x28ad;function a158_0x28ad(_0x53ef15,_0x2e5adb){var _0x4768eb=a158_0x4768();return a158_0x28ad=function(_0x28ad49,_0x19694){_0x28ad49=_0x28ad49-0xf6;var _0x1c1f32=_0x4768eb[_0x28ad49];return _0x1c1f32;},a158_0x28ad(_0x53ef15,_0x2e5adb);}function a158_0x4768(){var _0x23e7b9=['browserstack.headerParams','browserstack.maskBasicAuth','browserVersion','gHgXE','sfGye','browserstack.accessibilityOptions.wcagVersion','eTitb','browserstack.buildProductMap','accessibilityOptions.scannerVersion','51880ZZKhyt','maskBasicAuth','browserstack.telemetryLogs','aHKNo','browserstack.console','BCkEV','dTvXJ','tTmxu','lVPpk','browserstack.maskCommands','maskCommands','enableSim','browserstack.simOptions','jEsuD','SOdpL','browserstack.user','wsLocalSupport','browserstack.localIdentifier','seleniumLogs','KbiDv','browserstack.accessibilityOptions.scannerProcessingTimeout','networkLogsOptions','bkTOP','rlxWo','disableCorsRestrictions','sessionName','ZIMja','PWgsm','appiumVersion','xIAce','browserstack.hosts','overridelocalInfo.userAuthToken','accessibilityOptions.wcagVersion','browserstack.appium_version','browserstack.disableCorsRestrictions','W3CMapping','os_version','browserstack.networkLogs','accessibilityOptions.scannerProcessingTimeout','Uvwuc','browserstack.enableSim','accessKey','ZhBlM','timezone','customNetwork','browserstack.buildIdentifier','sAyNg','playwrightVersion','localIdentifier','4070880SLWZhB','3104530bSneWK','browserstack.local','CaroB','1579865lxZaPa','name','hosts','FMNJK','browserstack.wsLocalSupport','browserstack.performance','realMobile','buildName','browserstack.accessibility','xLFSL','buildProductMap','autoWait','browserstack.uploadMedia','bfcache','iVUNQ','HoRop','networkLogs','browserstack.key','browserstack.playwrightVersion','testhubBuildUuid','aVvVc','project','PscTP','33YSJPeK','85996HJDuCf','YScGJ','SjqHv','performance','browserstack.appiumLogs','browserstack.overridelocalInfo.userAuthToken','345463wvgCxD','browserstack.testhubBuildUuid','XcEMQ','browserstack.bfcache','aUbWW','TqYsL','ocLyp','appiumLogs','HEtQL','resolution','wrBMf','seleniumVersion','browserstack.accessibilityOptions.includeIssueType.needsReview','browserstack.overridelocalInfo.localIdentifier','deviceName','browserstack.idleTimeout','izUKF','OKvKg','osVersion','accessibility','browserstack.debug','56cxjXHc','HWitV','browserstack.networkProfile','browserstack.networkLogsOptions','Fxfeh','buildIdentifier','GbclT','deviceOrientation','FHhNY','VRsOq','cXyCu','uploadMedia','IbiOy','Stimk','useW3c','browserstack.video','build','rnHMl','1899QEHnXC','browserstack.accessibilityOptions.scannerVersion','VNqCP','geoLocation','qmuNR','gaACP','browser_version','JuKST','ilZrZ','accessibilityOptions.includeIssueType.bestPractice','SMPAt','browser','GDXvm','3888105hDQoTQ','QMEpm','browserstack.browserstackSDK','device','TFvnl'];a158_0x4768=function(){return _0x23e7b9;};return a158_0x4768();}(function(_0x2f1413,_0x12d460){var _0x75bfec=a158_0x28ad,_0x242aeb=_0x2f1413();while(!![]){try{var _0x208105=parseInt(_0x75bfec(0x123))/0x1+parseInt(_0x75bfec(0x102))/0x2+parseInt(_0x75bfec(0x11c))/0x3*(parseInt(_0x75bfec(0x11d))/0x4)+parseInt(_0x75bfec(0x157))/0x5+parseInt(_0x75bfec(0x101))/0x6+parseInt(_0x75bfec(0x105))/0x7*(-parseInt(_0x75bfec(0x138))/0x8)+parseInt(_0x75bfec(0x14a))/0x9*(-parseInt(_0x75bfec(0x165))/0xa);if(_0x208105===_0x12d460)break;else _0x242aeb['push'](_0x242aeb['shift']());}catch(_0x26bf55){_0x242aeb['push'](_0x242aeb['shift']());}}}(a158_0x4768,0xdf949),exports[a158_0x362a29(0x188)]=()=>{var _0x6b981=a158_0x362a29,_0x5df008={};_0x5df008['ilZrZ']='userName',_0x5df008[_0x6b981(0x12d)]=_0x6b981(0xf9),_0x5df008[_0x6b981(0x10e)]=_0x6b981(0x135),_0x5df008[_0x6b981(0x104)]=_0x6b981(0x155),_0x5df008['xIAce']=_0x6b981(0x15e),_0x5df008[_0x6b981(0x172)]=_0x6b981(0x146),_0x5df008[_0x6b981(0x154)]='projectName',_0x5df008[_0x6b981(0x13c)]=_0x6b981(0x10c),_0x5df008[_0x6b981(0x162)]=_0x6b981(0x17e),_0x5df008[_0x6b981(0x16d)]='local',_0x5df008[_0x6b981(0x114)]=_0x6b981(0x100),_0x5df008[_0x6b981(0x15b)]='debug',_0x5df008[_0x6b981(0x149)]='consoleLogs',_0x5df008[_0x6b981(0x168)]=_0x6b981(0x115),_0x5df008[_0x6b981(0x145)]=_0x6b981(0x17a),_0x5df008[_0x6b981(0x134)]=_0x6b981(0x12a),_0x5df008[_0x6b981(0x151)]='video',_0x5df008['Gcjlm']=_0x6b981(0x177),_0x5df008[_0x6b981(0x14f)]='telemetryLogs',_0x5df008[_0x6b981(0x17b)]=_0x6b981(0x14d),_0x5df008[_0x6b981(0x125)]=_0x6b981(0xfb),_0x5df008[_0x6b981(0x12b)]=_0x6b981(0x12c),_0x5df008[_0x6b981(0x11e)]=_0x6b981(0x12e),_0x5df008['dTvXJ']=_0x6b981(0x16f),_0x5df008[_0x6b981(0x133)]='idleTimeout',_0x5df008['PscTP']=_0x6b981(0x166),_0x5df008[_0x6b981(0x13e)]=_0x6b981(0x110),_0x5df008[_0x6b981(0x139)]=_0x6b981(0x107),_0x5df008[_0x6b981(0x14c)]=_0x6b981(0x112),_0x5df008[_0x6b981(0x17f)]=_0x6b981(0x175),_0x5df008[_0x6b981(0x14e)]=_0x6b981(0x17d),_0x5df008[_0x6b981(0x180)]=_0x6b981(0x131),_0x5df008[_0x6b981(0x113)]=_0x6b981(0x10b),_0x5df008[_0x6b981(0xfe)]=_0x6b981(0x181),_0x5df008[_0x6b981(0x173)]=_0x6b981(0x13f),_0x5df008[_0x6b981(0x16c)]=_0x6b981(0xfc),_0x5df008[_0x6b981(0x178)]='networkProfile',_0x5df008[_0x6b981(0x144)]=_0x6b981(0x13d),_0x5df008['rlxWo']='browserstackSDK',_0x5df008['Uvwuc']=_0x6b981(0x136),_0x5df008[_0x6b981(0x16a)]=_0x6b981(0x10f),_0x5df008['FMNJK']=_0x6b981(0x118),_0x5df008[_0x6b981(0xfa)]=_0x6b981(0x185),_0x5df008[_0x6b981(0x160)]=_0x6b981(0x164),_0x5df008[_0x6b981(0x142)]=_0x6b981(0xf6),_0x5df008[_0x6b981(0x140)]=_0x6b981(0x153),_0x5df008[_0x6b981(0x119)]='accessibilityOptions.includeIssueType.needsReview',_0x5df008[_0x6b981(0x141)]='accessibilityOptions.authToken',_0x5df008[_0x6b981(0x129)]=_0x6b981(0x143),_0x5df008[_0x6b981(0x127)]=_0x6b981(0x170),_0x5df008['GDXvm']='simOptions',_0x5df008['AHsFc']=_0x6b981(0xff),_0x5df008[_0x6b981(0x158)]=_0x6b981(0x184),_0x5df008['SjqHv']='overridelocalInfo.localIdentifier',_0x5df008[_0x6b981(0x128)]='headerParams',_0x5df008[_0x6b981(0x15f)]=_0x6b981(0x120);var _0x2672ff=_0x5df008,_0x18215e={};return _0x18215e[_0x6b981(0x174)]=_0x2672ff[_0x6b981(0x152)],_0x18215e[_0x6b981(0x116)]=_0x2672ff[_0x6b981(0x12d)],_0x18215e['os']='os',_0x18215e[_0x6b981(0x189)]=_0x2672ff[_0x6b981(0x10e)],_0x18215e[_0x6b981(0x155)]=_0x2672ff[_0x6b981(0x104)],_0x18215e[_0x6b981(0x150)]=_0x2672ff[_0x6b981(0x182)],_0x18215e['browserstack.use_w3c']=_0x2672ff[_0x6b981(0x172)],_0x18215e[_0x6b981(0x11a)]=_0x2672ff[_0x6b981(0x154)],_0x18215e[_0x6b981(0x148)]=_0x2672ff[_0x6b981(0x13c)],_0x18215e[_0x6b981(0x106)]=_0x2672ff['eTitb'],_0x18215e[_0x6b981(0x103)]=_0x2672ff[_0x6b981(0x16d)],_0x18215e[_0x6b981(0x176)]=_0x2672ff['HoRop'],_0x18215e[_0x6b981(0x137)]=_0x2672ff[_0x6b981(0x15b)],_0x18215e[_0x6b981(0x169)]=_0x2672ff[_0x6b981(0x149)],_0x18215e[_0x6b981(0x18a)]=_0x2672ff[_0x6b981(0x168)],_0x18215e[_0x6b981(0x13b)]=_0x2672ff[_0x6b981(0x145)],_0x18215e[_0x6b981(0x121)]=_0x2672ff[_0x6b981(0x134)],_0x18215e[_0x6b981(0x147)]=_0x2672ff[_0x6b981(0x151)],_0x18215e['browserstack.seleniumLogs']=_0x2672ff['Gcjlm'],_0x18215e[_0x6b981(0x167)]=_0x2672ff['gaACP'],_0x18215e['browserstack.geoLocation']=_0x2672ff['bkTOP'],_0x18215e['browserstack.timezone']=_0x2672ff['XcEMQ'],_0x18215e[_0x6b981(0x12c)]=_0x2672ff[_0x6b981(0x12b)],_0x18215e['browserstack.selenium_version']=_0x2672ff[_0x6b981(0x11e)],_0x18215e[_0x6b981(0x16e)]=_0x2672ff[_0x6b981(0x16b)],_0x18215e[_0x6b981(0x132)]=_0x2672ff[_0x6b981(0x133)],_0x18215e[_0x6b981(0x15d)]=_0x2672ff[_0x6b981(0x11b)],_0x18215e['browserstack.autoWait']=_0x2672ff[_0x6b981(0x13e)],_0x18215e[_0x6b981(0x183)]=_0x2672ff[_0x6b981(0x139)],_0x18215e[_0x6b981(0x126)]=_0x2672ff['VNqCP'],_0x18215e[_0x6b981(0x109)]=_0x2672ff[_0x6b981(0x17f)],_0x18215e[_0x6b981(0x187)]=_0x2672ff[_0x6b981(0x14e)],_0x18215e[_0x6b981(0x15a)]=_0x2672ff[_0x6b981(0x180)],_0x18215e[_0x6b981(0x10b)]=_0x2672ff[_0x6b981(0x113)],_0x18215e[_0x6b981(0x186)]=_0x2672ff[_0x6b981(0xfe)],_0x18215e[_0x6b981(0x13f)]=_0x2672ff['SOdpL'],_0x18215e['browserstack.customNetwork']=_0x2672ff[_0x6b981(0x16c)],_0x18215e[_0x6b981(0x13a)]=_0x2672ff['KbiDv'],_0x18215e[_0x6b981(0xfd)]=_0x2672ff[_0x6b981(0x144)],_0x18215e[_0x6b981(0x159)]=_0x2672ff[_0x6b981(0x17c)],_0x18215e[_0x6b981(0x10d)]=_0x2672ff[_0x6b981(0xf7)],_0x18215e[_0x6b981(0x163)]=_0x2672ff[_0x6b981(0x16a)],_0x18215e[_0x6b981(0x124)]=_0x2672ff[_0x6b981(0x108)],_0x18215e[_0x6b981(0x161)]=_0x2672ff[_0x6b981(0xfa)],_0x18215e[_0x6b981(0x14b)]=_0x2672ff[_0x6b981(0x160)],_0x18215e[_0x6b981(0x179)]=_0x2672ff[_0x6b981(0x142)],_0x18215e['browserstack.accessibilityOptions.includeIssueType.bestPractice']=_0x2672ff[_0x6b981(0x140)],_0x18215e[_0x6b981(0x12f)]=_0x2672ff[_0x6b981(0x119)],_0x18215e['browserstack.accessibilityOptions.authToken']=_0x2672ff[_0x6b981(0x141)],_0x18215e[_0x6b981(0x111)]=_0x2672ff['ocLyp'],_0x18215e[_0x6b981(0xf8)]=_0x2672ff[_0x6b981(0x127)],_0x18215e[_0x6b981(0x171)]=_0x2672ff[_0x6b981(0x156)],_0x18215e[_0x6b981(0x117)]=_0x2672ff['AHsFc'],_0x18215e[_0x6b981(0x122)]=_0x2672ff[_0x6b981(0x158)],_0x18215e[_0x6b981(0x130)]=_0x2672ff[_0x6b981(0x11f)],_0x18215e[_0x6b981(0x15c)]=_0x2672ff[_0x6b981(0x128)],_0x18215e[_0x6b981(0x10a)]=_0x2672ff[_0x6b981(0x15f)],_0x18215e;});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a159_0x24c0(_0x8e50eb,_0x30acd2){const _0xb18799=a159_0xb187();return a159_0x24c0=function(_0x24c095,_0x3450d5){_0x24c095=_0x24c095-0x78;let _0x11d2a1=_0xb18799[_0x24c095];return _0x11d2a1;},a159_0x24c0(_0x8e50eb,_0x30acd2);}const a159_0x13b622=a159_0x24c0;function a159_0xb187(){const _0x48d9b9=['heIXc','ouClS','catch','ZIVOW','nodeRequest','Execution\x20time\x20for\x20','latency','UvvND','oKYLb','hubUrl','setGlobal','ibIVK','kXizP','iocSQ','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','debug','KYDXC','hostname','293232Yxsrae','Invalid\x20new\x20HUB\x20URL:\x20','getGlobal','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','GET','tRkYi','54EFDoEU','tOkIQ','505271SPmeXS','ztWpv','\x20is:\x20','hubRegion','parse','nextHubs','pathname','uyPKi','NEAREST\x20HUBS\x20LIST:\x20','SUUEX','newHubUrl','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','usYAI','RHFlL','2878010FvQySL','QvyKh','./helpers/helper','DnQdO','WPumz','format','973412joZiJM','gGHal','_hubAllocationData','qOyMJ','now','RxkUg','search','value','util','winstonLogger','findLatency','check','BoEDn','allocateHub','hThom','628377iRrCaA','./helpers/globals','fgIzi','FpxWA','10JobGQa','./bin/utils/constants','https://','BQcNY','data','replace','all','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','kMhYV','then','YeSzp','resolve','qMvYZ','fulfilled','hubs','HUB\x20URL\x20SET\x20TO\x20-\x20','status','MzdKM','wxGcE','ERROR\x20in\x20hub\x20selection:\x20','hubLatencies','105ovStmP','HUB_URL_MAP','YuFRI','hash','dDeFX','Fzevd','map','hubRegion\x20','3638929udDVfS','xIQnx','/wd/hub','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','\x20HUB\x20-\x20','updateHubUrl','sagqQ','2963784CeYVcn','skipped','ztIXB','ldpXO','allSettled','length'];a159_0xb187=function(){return _0x48d9b9;};return a159_0xb187();}(function(_0x2894a6,_0x377465){const _0x1f41cc=a159_0x24c0,_0xa17724=_0x2894a6();while(!![]){try{const _0x1b21a6=parseInt(_0x1f41cc(0xe1))/0x1+parseInt(_0x1f41cc(0x9d))/0x2*(parseInt(_0x1f41cc(0x99))/0x3)+-parseInt(_0x1f41cc(0x8a))/0x4+parseInt(_0x1f41cc(0xb2))/0x5*(parseInt(_0x1f41cc(0xd9))/0x6)+parseInt(_0x1f41cc(0xba))/0x7+-parseInt(_0x1f41cc(0xc1))/0x8+-parseInt(_0x1f41cc(0xdf))/0x9*(parseInt(_0x1f41cc(0x84))/0xa);if(_0x1b21a6===_0x377465)break;else _0xa17724['push'](_0xa17724['shift']());}catch(_0x22424e){_0xa17724['push'](_0xa17724['shift']());}}}(a159_0xb187,0xb914d));const url=require('url'),util=require(a159_0x13b622(0x92)),helper=require(a159_0x13b622(0x86)),logger=require('./helpers/logger')[a159_0x13b622(0x93)],constants=require('./bin/utils/constants'),globals=require(a159_0x13b622(0x9a));global[a159_0x13b622(0x80)]='',exports['getRequestOptions']=_0x4a5e9b=>{const _0x12868d=a159_0x13b622,_0x4cc684={};_0x4cc684[_0x12868d(0x8b)]=function(_0x564a97,_0x51c8c5){return _0x564a97+_0x51c8c5;},_0x4cc684[_0x12868d(0xb4)]=_0x12868d(0xda);const _0x52cde7=_0x4cc684,_0x4f283a=url[_0x12868d(0x7a)](_0x4a5e9b);if(!_0x4f283a[_0x12868d(0xd8)])throw new Error(_0x52cde7['gGHal'](_0x52cde7['YuFRI'],_0x4a5e9b));return _0x4f283a[_0x12868d(0x90)]=null,_0x4f283a[_0x12868d(0xb5)]=null,_0x4f283a['path']=_0x4f283a[_0x12868d(0x7c)],_0x4f283a;},exports[a159_0x13b622(0xbf)]=_0x405528=>{const _0x3f8cd1=a159_0x13b622;global[_0x3f8cd1(0x80)]=_0x405528;},exports[a159_0x13b622(0x97)]=_0x4415d8=>{const _0x51b07e=a159_0x13b622,_0x70c5f7={'dDeFX':function(_0x3eb25e,_0x58d69e){return _0x3eb25e!==_0x58d69e;},'caiXE':function(_0x3d5f6b,_0x170895){return _0x3d5f6b+_0x170895;},'dmkeW':'https://','SUUEX':_0x51b07e(0x8c),'ztIXB':function(_0x392de0,_0x16b730){return _0x392de0===_0x16b730;},'Fzevd':_0x51b07e(0xaa),'kMhYV':_0x51b07e(0x81),'WPumz':function(_0x2916cf,_0x5c0247){return _0x2916cf+_0x5c0247;},'RxkUg':'/wd/hub','UvvND':function(_0x2fac11){return _0x2fac11();},'KYDXC':function(_0x44e915,_0x3b87){return _0x44e915+_0x3b87;},'hThom':function(_0x5b911c,_0x29568){return _0x5b911c==_0x29568;},'jNavb':function(_0x403e42){return _0x403e42();},'uyPKi':function(_0x3b1bb8){return _0x3b1bb8();},'ZVPSm':function(_0x50eb74){return _0x50eb74();}};return new Promise(_0x2427dd=>{const _0x41fb7e=_0x51b07e,_0x44f46f={'ztWpv':function(_0x259d62,_0x3bed63){const _0x16d6a4=a159_0x24c0;return _0x70c5f7[_0x16d6a4(0xb6)](_0x259d62,_0x3bed63);},'LuRRy':function(_0x14cb2c,_0x596556){return _0x70c5f7['caiXE'](_0x14cb2c,_0x596556);},'wiHFZ':_0x70c5f7['dmkeW'],'oKYLb':_0x70c5f7[_0x41fb7e(0x7f)],'usYAI':function(_0x8b32d6,_0x353f4c){const _0x2f8f12=_0x41fb7e;return _0x70c5f7[_0x2f8f12(0xc3)](_0x8b32d6,_0x353f4c);},'OYxER':_0x70c5f7[_0x41fb7e(0xb7)],'heIXc':_0x70c5f7[_0x41fb7e(0xa5)],'sagqQ':function(_0x53160f,_0x4e2d14){const _0x30c926=_0x41fb7e;return _0x70c5f7[_0x30c926(0x88)](_0x53160f,_0x4e2d14);},'RHFlL':_0x70c5f7[_0x41fb7e(0x8f)],'ibIVK':function(_0x23c7de){const _0x35b285=_0x41fb7e;return _0x70c5f7[_0x35b285(0xce)](_0x23c7de);},'tRkYi':function(_0x197674,_0x368fdb){const _0x196652=_0x41fb7e;return _0x70c5f7[_0x196652(0xd7)](_0x197674,_0x368fdb);},'cSjoy':function(_0x255a52,_0x3c0b7a){const _0x27a514=_0x41fb7e;return _0x70c5f7[_0x27a514(0x98)](_0x255a52,_0x3c0b7a);},'FpxWA':function(_0x387d87,_0x102026){return _0x70c5f7['ztIXB'](_0x387d87,_0x102026);},'BoEDn':function(_0x6770d2){return _0x70c5f7['jNavb'](_0x6770d2);},'QvyKh':function(_0x2b8cb3){const _0x1aab1d=_0x41fb7e;return _0x70c5f7[_0x1aab1d(0x7d)](_0x2b8cb3);}};if(_0x4415d8&&_0x4415d8[_0x41fb7e(0x79)]){const _0x12bbe0=constants[_0x41fb7e(0xb3)][_0x4415d8['hubRegion']];if(_0x12bbe0)return constants[_0x41fb7e(0xd0)]=_0x12bbe0,logger['debug']('HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20'+_0x12bbe0),globals[_0x41fb7e(0xd1)](_0x70c5f7[_0x41fb7e(0x7f)],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x12bbe0[_0x41fb7e(0xa2)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x41fb7e(0x8e)]()}),_0x70c5f7['ZVPSm'](_0x2427dd);logger[_0x41fb7e(0xd6)](_0x41fb7e(0xb9)+_0x4415d8[_0x41fb7e(0x79)]+'\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection');}Promise[_0x41fb7e(0xa8)](this['nextHubs'](_0x4415d8))['then'](_0x336c65=>{const _0x3e332e=_0x41fb7e,_0x3989b8={'ZIVOW':_0x44f46f[_0x3e332e(0xcf)],'MzdKM':function(_0x2bdda9,_0x50a7d8){const _0x4b83d9=_0x3e332e;return _0x44f46f[_0x4b83d9(0x82)](_0x2bdda9,_0x50a7d8);},'DnQdO':_0x44f46f['OYxER'],'GZeIq':_0x44f46f[_0x3e332e(0xc7)],'tOkIQ':function(_0x33159b,_0x4f6b78){const _0x31bd5a=_0x3e332e;return _0x44f46f[_0x31bd5a(0xc0)](_0x33159b,_0x4f6b78);},'qOyMJ':_0x44f46f['wiHFZ'],'ldpXO':_0x44f46f[_0x3e332e(0x83)],'kXizP':function(_0x364552){const _0x179442=_0x3e332e;return _0x44f46f[_0x179442(0xd2)](_0x364552);},'KATdI':function(_0x457b6e,_0x25abcb){const _0x9deab1=_0x3e332e;return _0x44f46f[_0x9deab1(0xde)](_0x457b6e,_0x25abcb);}};logger[_0x3e332e(0xd6)](_0x3e332e(0x7e)+util[_0x3e332e(0x89)]('%j',_0x336c65));if(_0x44f46f['cSjoy'](_0x336c65,null)||_0x44f46f[_0x3e332e(0x9c)](_0x336c65[_0x3e332e(0xc6)],0x0))return _0x44f46f[_0x3e332e(0x96)](_0x2427dd);const _0x339693=_0x336c65[_0x3e332e(0xb8)](_0x21872f=>{const _0x2731e8=_0x3e332e,_0x2f0136={'fgIzi':function(_0x487ea4,_0x12fd20){const _0x2b4187=a159_0x24c0;return _0x44f46f[_0x2b4187(0xe2)](_0x487ea4,_0x12fd20);}},_0xcf001=_0x44f46f['LuRRy'](_0x44f46f['wiHFZ'],_0x21872f);return this[_0x2731e8(0x94)](_0x4415d8,_0xcf001)[_0x2731e8(0xa6)](_0x14d989=>{const _0x55a9fb=_0x2731e8;if(_0x14d989&&_0x14d989[_0x55a9fb(0xd0)]&&_0x2f0136[_0x55a9fb(0x9b)](_0x14d989[_0x55a9fb(0xcd)],undefined)){const _0xb86a95={};return _0xb86a95[_0x55a9fb(0xd0)]=_0x14d989[_0x55a9fb(0xd0)],_0xb86a95[_0x55a9fb(0xcd)]=_0x14d989[_0x55a9fb(0xcd)],_0xb86a95['ok']=!![],_0xb86a95;}const _0x58be04={};return _0x58be04[_0x55a9fb(0xd0)]=_0xcf001,_0x58be04[_0x55a9fb(0xcd)]=null,_0x58be04['ok']=![],_0x58be04;})[_0x2731e8(0xc9)](()=>({'hubUrl':_0xcf001,'latency':null,'ok':![]}));});Promise['race'](_0x339693['map'](_0x129ae=>_0x129ae[_0x3e332e(0xa6)](_0x8c54da=>_0x8c54da['ok']?_0x8c54da:null)))['then'](_0x249dd4=>{const _0xb84ba6=_0x3e332e;if(_0x249dd4)return _0x249dd4;return Promise[_0xb84ba6(0xa3)](_0x339693)[_0xb84ba6(0xa6)](()=>null);})[_0x3e332e(0xa6)](_0x3d2c28=>{const _0x5f548d=_0x3e332e;if(!_0x3d2c28){logger[_0x5f548d(0xd6)](_0x3989b8['GZeIq']);const _0x2f2679=_0x3989b8['tOkIQ'](_0x3989b8[_0x5f548d(0x8d)],_0x336c65[0x0]);return globals['setGlobal'](_0x3989b8[_0x5f548d(0xca)],{'nearestHubs':_0x336c65[_0x5f548d(0xb8)](_0x11d4a8=>'https://'+_0x11d4a8),'hubLatencies':{},'selectedHub':_0x2f2679,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x5f548d(0x8e)]()}),constants[_0x5f548d(0xd0)]=_0x3989b8[_0x5f548d(0xe0)](_0x2f2679,_0x3989b8['ldpXO']),logger[_0x5f548d(0xd6)]('HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20'+_0x2f2679),_0x3989b8[_0x5f548d(0xd3)](_0x2427dd);}const _0x11b870={[_0x3d2c28[_0x5f548d(0xd0)]]:_0x3d2c28[_0x5f548d(0xcd)]},_0x34d013={'nearestHubs':_0x336c65[_0x5f548d(0xb8)](_0x177169=>_0x5f548d(0x9f)+_0x177169),'hubLatencies':_0x11b870,'selectedHub':_0x3d2c28[_0x5f548d(0xd0)],'selectedHubLatency':_0x3d2c28['latency'],'timestamp':Date[_0x5f548d(0x8e)]()};globals[_0x5f548d(0xd1)](_0x3989b8['ZIVOW'],_0x34d013),constants['hubUrl']=_0x3989b8['KATdI'](_0x3d2c28[_0x5f548d(0xd0)],_0x3989b8[_0x5f548d(0xc4)]),logger[_0x5f548d(0xd6)](_0x5f548d(0xac)+_0x3d2c28['hubUrl']),_0x3989b8[_0x5f548d(0xd3)](_0x2427dd),Promise[_0x5f548d(0xc5)](_0x339693)[_0x5f548d(0xa6)](_0x499a41=>{const _0x33191b=_0x5f548d;try{const _0x51ce2b=globals[_0x33191b(0xdb)](_0x3989b8[_0x33191b(0xca)]);if(!_0x51ce2b||_0x51ce2b[_0x33191b(0xc2)])return;const _0x48ee0a={};for(const _0x340207 of _0x499a41){_0x3989b8[_0x33191b(0xae)](_0x340207[_0x33191b(0xad)],_0x3989b8[_0x33191b(0x87)])&&_0x340207[_0x33191b(0x91)]&&_0x340207[_0x33191b(0x91)]['ok']&&(_0x48ee0a[_0x340207['value'][_0x33191b(0xd0)]]=_0x340207[_0x33191b(0x91)][_0x33191b(0xcd)]);}_0x51ce2b[_0x33191b(0xb1)]=_0x48ee0a;}catch(_0x23bfaa){logger[_0x33191b(0xd6)](_0x33191b(0xa4)+_0x23bfaa);}})['catch'](_0x41e36e=>{const _0x405061=_0x5f548d;logger[_0x405061(0xd6)](_0x405061(0xd5)+_0x41e36e);});})['catch'](_0x3fab29=>{const _0x38d2cd=_0x3e332e;logger[_0x38d2cd(0xd6)](_0x38d2cd(0xb0)+_0x3fab29),_0x3989b8[_0x38d2cd(0xd3)](_0x2427dd);});})[_0x41fb7e(0xc9)](_0x17c6e5=>{const _0x28cf0d=_0x41fb7e;logger[_0x28cf0d(0xd6)](_0x28cf0d(0xdc)+_0x17c6e5),_0x44f46f[_0x28cf0d(0x85)](_0x2427dd);});});},exports[a159_0x13b622(0x94)]=async(_0x13afcb,_0x517a92)=>{const _0x52f3f8=a159_0x13b622,_0x300c97={};_0x300c97[_0x52f3f8(0xa0)]='GET',_0x300c97['iocSQ']=_0x52f3f8(0x95),_0x300c97[_0x52f3f8(0xaf)]=function(_0x3af080,_0x54f2bb){return _0x3af080-_0x54f2bb;};const _0x4e7c1c=_0x300c97;try{const _0x1ac6b2=new Date();await helper[_0x52f3f8(0xcb)](_0x4e7c1c[_0x52f3f8(0xa0)],_0x4e7c1c[_0x52f3f8(0xd4)],{},_0x13afcb,_0x517a92,0x1388);const _0x405d36=_0x4e7c1c['wxGcE'](new Date(),_0x1ac6b2);logger[_0x52f3f8(0xd6)](_0x52f3f8(0xcc)+_0x517a92+_0x52f3f8(0x78)+_0x405d36+'ms');const _0xabfc28={};return _0xabfc28[_0x52f3f8(0xd0)]=_0x517a92,_0xabfc28['latency']=_0x405d36,_0xabfc28;}catch(_0x4ed8f8){return logger[_0x52f3f8(0xd6)](_0x52f3f8(0xbd)+_0x517a92+_0x52f3f8(0xbe)+_0x4ed8f8),{};}},exports[a159_0x13b622(0x7b)]=async _0x1f67c4=>{const _0x73ab5d=a159_0x13b622,_0x36de81={'jdlvF':function(_0x161f3f,_0x518446){return _0x161f3f(_0x518446);},'xIQnx':_0x73ab5d(0x9e),'qMvYZ':_0x73ab5d(0xbc),'ouClS':_0x73ab5d(0xdd),'YeSzp':'next_hubs'};try{const _0xf9a65b=_0x36de81['jdlvF'](require,_0x36de81[_0x73ab5d(0xbb)])[_0x73ab5d(0xd0)]['replace'](_0x36de81[_0x73ab5d(0xa9)],''),_0x1fe39c=await helper['nodeRequest'](_0x36de81[_0x73ab5d(0xc8)],_0x36de81[_0x73ab5d(0xa7)],{},_0x1f67c4,_0xf9a65b,0x1388),_0xf00159=_0x1fe39c[_0x73ab5d(0xa1)];return logger[_0x73ab5d(0xd6)]('Response:\x20'+util[_0x73ab5d(0x89)]('%j',_0xf00159)),_0xf00159[_0x73ab5d(0xab)];}catch(_0x97d7a4){logger[_0x73ab5d(0xd6)]('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x97d7a4);}return null;};
|
|
1
|
+
const a159_0x54e4a7=a159_0x5a51;(function(_0x576b32,_0x280060){const _0x3a0ae8=a159_0x5a51,_0x23dff4=_0x576b32();while(!![]){try{const _0x3f7018=parseInt(_0x3a0ae8(0xc6))/0x1+-parseInt(_0x3a0ae8(0xe5))/0x2+parseInt(_0x3a0ae8(0xc9))/0x3*(parseInt(_0x3a0ae8(0xd2))/0x4)+parseInt(_0x3a0ae8(0xce))/0x5*(parseInt(_0x3a0ae8(0x91))/0x6)+-parseInt(_0x3a0ae8(0xae))/0x7+-parseInt(_0x3a0ae8(0x95))/0x8+-parseInt(_0x3a0ae8(0x8f))/0x9*(parseInt(_0x3a0ae8(0xef))/0xa);if(_0x3f7018===_0x280060)break;else _0x23dff4['push'](_0x23dff4['shift']());}catch(_0x211383){_0x23dff4['push'](_0x23dff4['shift']());}}}(a159_0x145b,0xaece8));function a159_0x145b(){const _0x4e2b28=['gaISX','length','/wd/hub','hash','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','map','VTiSO','80riIAZk','JMimD','YRXwT','debug','hubRegion','allocateHub','Supfw','aaLUT','\x20HUB\x20-\x20','FVnCp','PNMmt','SmhvR','newHubUrl','258948ufZDer','WSotB','324vtDEMm','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','GoAsu','./bin/utils/constants','3866600oADmmx','next_hubs','nodeRequest','hubUrl','Invalid\x20new\x20HUB\x20URL:\x20','allSettled','zxzvt','fRfOy','all','NEAREST\x20HUBS\x20LIST:\x20','uaeiZ','bOuoc','wNbQB','DprAW','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','eRxyA','RNuhQ','./helpers/globals','hubLatencies','then','pNiZs','HUB_URL_MAP','TDrvD','lOftC','data','1105398gXvTcM','parse','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','NjKKC','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','hubRegion\x20','check','race','GET','Execution\x20time\x20for\x20','setGlobal','\x20is:\x20','value','catch','LjDNf','wqQtb','format','getGlobal','IOdKJ','fulfilled','UKwFt','DpOBz','EgDrL','./helpers/helper','980197iLkfbS','replace','iTYPH','57zsKmyY','rbWHY','kRFhm','pyLRM','path','49430GMEwXW','BZsHC','nextHubs','status','247224BUIjLX','pathname','NKiwq','url','FOOeJ','GCqtA','HZdkQ','hubs','skipped','xoTrj','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','now','resolve','winstonLogger','ERROR\x20in\x20hub\x20selection:\x20','latency','https://','./helpers/logger','EbwdV','2201864DUQVdr','fnjPR','QPfyE'];a159_0x145b=function(){return _0x4e2b28;};return a159_0x145b();}const url=require(a159_0x54e4a7(0xd5)),util=require('util'),helper=require(a159_0x54e4a7(0xc5)),logger=require(a159_0x54e4a7(0xe3))[a159_0x54e4a7(0xdf)],constants=require(a159_0x54e4a7(0x94)),globals=require(a159_0x54e4a7(0xa6));function a159_0x5a51(_0xcfd903,_0x113d82){const _0x145b70=a159_0x145b();return a159_0x5a51=function(_0x5a51e9,_0x5b25b6){_0x5a51e9=_0x5a51e9-0x8f;let _0x723961=_0x145b70[_0x5a51e9];return _0x723961;},a159_0x5a51(_0xcfd903,_0x113d82);}global[a159_0x54e4a7(0xfb)]='',exports['getRequestOptions']=_0x2ab309=>{const _0x3c03cf=a159_0x54e4a7,_0x263336={};_0x263336['aCQXZ']=function(_0x30cedc,_0x3230df){return _0x30cedc+_0x3230df;},_0x263336[_0x3c03cf(0xcc)]=_0x3c03cf(0x99);const _0x523ce4=_0x263336,_0x5df8b9=url[_0x3c03cf(0xaf)](_0x2ab309);if(!_0x5df8b9['hostname'])throw new Error(_0x523ce4['aCQXZ'](_0x523ce4['pyLRM'],_0x2ab309));return _0x5df8b9['search']=null,_0x5df8b9[_0x3c03cf(0xeb)]=null,_0x5df8b9[_0x3c03cf(0xcd)]=_0x5df8b9[_0x3c03cf(0xd3)],_0x5df8b9;},exports['updateHubUrl']=_0x20aa8e=>{const _0x10edff=a159_0x54e4a7;global[_0x10edff(0xfb)]=_0x20aa8e;},exports[a159_0x54e4a7(0xf4)]=_0x2b3204=>{const _0x191c69=a159_0x54e4a7,_0x24c8cc={'MWRmV':function(_0x1aa869,_0x53861f){return _0x1aa869+_0x53861f;},'FOOeJ':_0x191c69(0xe2),'NKiwq':function(_0x4fb1cf,_0xcfc2be){return _0x4fb1cf!==_0xcfc2be;},'wNbQB':'_hubAllocationData','wqQtb':function(_0x2b8196,_0xfc702c){return _0x2b8196===_0xfc702c;},'EbwdV':_0x191c69(0xc1),'GCqtA':_0x191c69(0xdc),'pNiZs':function(_0x5679b7,_0x1ee842){return _0x5679b7+_0x1ee842;},'VTiSO':_0x191c69(0xea),'JMimD':function(_0x67ed41){return _0x67ed41();},'fnjPR':function(_0x1edc8){return _0x1edc8();},'XgvRF':function(_0x1f5211,_0x155809){return _0x1f5211==_0x155809;},'qxeRs':function(_0x18048c){return _0x18048c();},'gaISX':function(_0xd352b8){return _0xd352b8();},'IOdKJ':function(_0x3d901c){return _0x3d901c();}};return new Promise(_0x123f01=>{const _0x3c439a=_0x191c69,_0x48ab22={'PNMmt':function(_0x3d8846,_0x48b05c){return _0x24c8cc['MWRmV'](_0x3d8846,_0x48b05c);},'FqlbH':_0x24c8cc[_0x3c439a(0xd6)],'rbWHY':function(_0x1c98d9,_0x3a7e8d){const _0x3a0037=_0x3c439a;return _0x24c8cc[_0x3a0037(0xd4)](_0x1c98d9,_0x3a7e8d);},'DpOBz':_0x24c8cc[_0x3c439a(0xa1)],'GoAsu':function(_0xe6a07a,_0x45f495){const _0x20a6b9=_0x3c439a;return _0x24c8cc[_0x20a6b9(0xbd)](_0xe6a07a,_0x45f495);},'DprAW':_0x24c8cc[_0x3c439a(0xe4)],'QPfyE':_0x24c8cc[_0x3c439a(0xd7)],'YQvHG':function(_0x1a50d9,_0x48f5c6){const _0x7e1360=_0x3c439a;return _0x24c8cc[_0x7e1360(0xa9)](_0x1a50d9,_0x48f5c6);},'eRxyA':_0x24c8cc[_0x3c439a(0xee)],'RNuhQ':function(_0x22dc68){const _0x29cc7a=_0x3c439a;return _0x24c8cc[_0x29cc7a(0xf0)](_0x22dc68);},'FVnCp':function(_0x3da8ce){const _0x52a1b0=_0x3c439a;return _0x24c8cc[_0x52a1b0(0xe6)](_0x3da8ce);},'erxYk':function(_0x2badb6,_0x37bdd1){return _0x24c8cc['XgvRF'](_0x2badb6,_0x37bdd1);},'EgDrL':function(_0x2ddd7a){return _0x24c8cc['qxeRs'](_0x2ddd7a);},'iTYPH':function(_0xd08582){const _0x2a882f=_0x3c439a;return _0x24c8cc[_0x2a882f(0xe8)](_0xd08582);}};if(_0x2b3204&&_0x2b3204[_0x3c439a(0xf3)]){const _0x38b3fe=constants[_0x3c439a(0xaa)][_0x2b3204['hubRegion']];if(_0x38b3fe)return constants[_0x3c439a(0x98)]=_0x38b3fe,logger[_0x3c439a(0xf2)](_0x3c439a(0x92)+_0x38b3fe),globals[_0x3c439a(0xb8)](_0x24c8cc['wNbQB'],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x38b3fe[_0x3c439a(0xc7)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x3c439a(0xdd)]()}),_0x24c8cc[_0x3c439a(0xc0)](_0x123f01);logger[_0x3c439a(0xf2)](_0x3c439a(0xb3)+_0x2b3204[_0x3c439a(0xf3)]+'\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection');}Promise[_0x3c439a(0xde)](this[_0x3c439a(0xd0)](_0x2b3204))[_0x3c439a(0xa8)](_0x4757f8=>{const _0x343bdd=_0x3c439a,_0x5cafad={'xoTrj':function(_0x42706c,_0x2210fa){const _0x5f0e38=a159_0x5a51;return _0x48ab22[_0x5f0e38(0xca)](_0x42706c,_0x2210fa);},'lOftC':_0x48ab22[_0x343bdd(0xc3)],'WSotB':function(_0x2ffe39,_0xd1b6b8){return _0x48ab22['GoAsu'](_0x2ffe39,_0xd1b6b8);},'fRfOy':_0x48ab22[_0x343bdd(0xa2)],'SBtnm':_0x48ab22[_0x343bdd(0xe7)],'HZdkQ':function(_0xc654e1,_0x31cc50){return _0x48ab22['YQvHG'](_0xc654e1,_0x31cc50);},'Supfw':_0x48ab22['FqlbH'],'BZsHC':_0x48ab22[_0x343bdd(0xa4)],'NjKKC':function(_0x2c32f){const _0x18ba85=_0x343bdd;return _0x48ab22[_0x18ba85(0xa5)](_0x2c32f);},'bOuoc':function(_0x5c1b4b){const _0x55baaf=_0x343bdd;return _0x48ab22[_0x55baaf(0xf8)](_0x5c1b4b);}};logger['debug'](_0x343bdd(0x9e)+util[_0x343bdd(0xbe)]('%j',_0x4757f8));if(_0x48ab22['erxYk'](_0x4757f8,null)||_0x48ab22[_0x343bdd(0x93)](_0x4757f8[_0x343bdd(0xe9)],0x0))return _0x48ab22[_0x343bdd(0xc4)](_0x123f01);const _0x428ac4=_0x4757f8[_0x343bdd(0xed)](_0x462d4b=>{const _0x5998e8=_0x343bdd,_0x52f9b4=_0x48ab22[_0x5998e8(0xf9)](_0x48ab22['FqlbH'],_0x462d4b);return this['findLatency'](_0x2b3204,_0x52f9b4)[_0x5998e8(0xa8)](_0xe2905b=>{const _0x552071=_0x5998e8;if(_0xe2905b&&_0xe2905b[_0x552071(0x98)]&&_0x5cafad[_0x552071(0xdb)](_0xe2905b[_0x552071(0xe1)],undefined)){const _0x3604b6={};return _0x3604b6[_0x552071(0x98)]=_0xe2905b['hubUrl'],_0x3604b6[_0x552071(0xe1)]=_0xe2905b[_0x552071(0xe1)],_0x3604b6['ok']=!![],_0x3604b6;}const _0x2bd40d={};return _0x2bd40d[_0x552071(0x98)]=_0x52f9b4,_0x2bd40d[_0x552071(0xe1)]=null,_0x2bd40d['ok']=![],_0x2bd40d;})[_0x5998e8(0xbb)](()=>({'hubUrl':_0x52f9b4,'latency':null,'ok':![]}));});Promise[_0x343bdd(0xb5)](_0x428ac4[_0x343bdd(0xed)](_0x11fd31=>_0x11fd31[_0x343bdd(0xa8)](_0x5244a0=>_0x5244a0['ok']?_0x5244a0:null)))[_0x343bdd(0xa8)](_0x97e698=>{const _0x59503b=_0x343bdd;if(_0x97e698)return _0x97e698;return Promise[_0x59503b(0x9d)](_0x428ac4)[_0x59503b(0xa8)](()=>null);})[_0x343bdd(0xa8)](_0x415e9c=>{const _0x26e4aa=_0x343bdd,_0x15af82={'UKwFt':_0x5cafad[_0x26e4aa(0xac)],'TDrvD':function(_0x5b631d,_0x56b749){const _0x514fed=_0x26e4aa;return _0x5cafad[_0x514fed(0x90)](_0x5b631d,_0x56b749);},'tVTAj':_0x5cafad[_0x26e4aa(0x9c)]};if(!_0x415e9c){logger['debug'](_0x5cafad['SBtnm']);const _0x442858=_0x5cafad[_0x26e4aa(0xd8)](_0x5cafad[_0x26e4aa(0xf5)],_0x4757f8[0x0]);return globals[_0x26e4aa(0xb8)](_0x5cafad[_0x26e4aa(0xac)],{'nearestHubs':_0x4757f8[_0x26e4aa(0xed)](_0xc70b9e=>_0x26e4aa(0xe2)+_0xc70b9e),'hubLatencies':{},'selectedHub':_0x442858,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x26e4aa(0xdd)]()}),constants['hubUrl']=_0x5cafad[_0x26e4aa(0xd8)](_0x442858,_0x5cafad[_0x26e4aa(0xcf)]),logger[_0x26e4aa(0xf2)](_0x26e4aa(0xa3)+_0x442858),_0x5cafad[_0x26e4aa(0xb1)](_0x123f01);}const _0x2f3bf0={[_0x415e9c[_0x26e4aa(0x98)]]:_0x415e9c[_0x26e4aa(0xe1)]},_0x516d1c={'nearestHubs':_0x4757f8[_0x26e4aa(0xed)](_0x5d98d0=>_0x26e4aa(0xe2)+_0x5d98d0),'hubLatencies':_0x2f3bf0,'selectedHub':_0x415e9c[_0x26e4aa(0x98)],'selectedHubLatency':_0x415e9c[_0x26e4aa(0xe1)],'timestamp':Date[_0x26e4aa(0xdd)]()};globals[_0x26e4aa(0xb8)](_0x5cafad[_0x26e4aa(0xac)],_0x516d1c),constants[_0x26e4aa(0x98)]=_0x5cafad[_0x26e4aa(0xd8)](_0x415e9c[_0x26e4aa(0x98)],_0x5cafad[_0x26e4aa(0xcf)]),logger[_0x26e4aa(0xf2)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0x415e9c[_0x26e4aa(0x98)]),_0x5cafad['bOuoc'](_0x123f01),Promise[_0x26e4aa(0x9a)](_0x428ac4)[_0x26e4aa(0xa8)](_0x160986=>{const _0x1c3f81=_0x26e4aa;try{const _0x179606=globals[_0x1c3f81(0xbf)](_0x15af82[_0x1c3f81(0xc2)]);if(!_0x179606||_0x179606[_0x1c3f81(0xda)])return;const _0x575d2d={};for(const _0x20c917 of _0x160986){_0x15af82[_0x1c3f81(0xab)](_0x20c917[_0x1c3f81(0xd1)],_0x15af82['tVTAj'])&&_0x20c917[_0x1c3f81(0xba)]&&_0x20c917['value']['ok']&&(_0x575d2d[_0x20c917[_0x1c3f81(0xba)][_0x1c3f81(0x98)]]=_0x20c917['value']['latency']);}_0x179606[_0x1c3f81(0xa7)]=_0x575d2d;}catch(_0x34e8d4){logger[_0x1c3f81(0xf2)](_0x1c3f81(0xb0)+_0x34e8d4);}})[_0x26e4aa(0xbb)](_0x57450a=>{const _0x564fce=_0x26e4aa;logger['debug'](_0x564fce(0xec)+_0x57450a);});})['catch'](_0x3a7563=>{const _0x3205ab=_0x343bdd;logger[_0x3205ab(0xf2)](_0x3205ab(0xe0)+_0x3a7563),_0x5cafad[_0x3205ab(0xa0)](_0x123f01);});})[_0x3c439a(0xbb)](_0x240ee6=>{const _0x40acd3=_0x3c439a;logger[_0x40acd3(0xf2)](_0x40acd3(0xb2)+_0x240ee6),_0x48ab22[_0x40acd3(0xc8)](_0x123f01);});});},exports['findLatency']=async(_0x4dad5b,_0x3b00ed)=>{const _0x5174e4=a159_0x54e4a7,_0x2c9788={};_0x2c9788[_0x5174e4(0x9f)]=_0x5174e4(0xb6),_0x2c9788[_0x5174e4(0xbc)]=_0x5174e4(0xb4),_0x2c9788[_0x5174e4(0xfa)]=function(_0x238119,_0x433cbe){return _0x238119-_0x433cbe;};const _0x1df9ad=_0x2c9788;try{const _0x53d99e=new Date();await helper['nodeRequest'](_0x1df9ad[_0x5174e4(0x9f)],_0x1df9ad['LjDNf'],{},_0x4dad5b,_0x3b00ed,0x1388);const _0x18cd2a=_0x1df9ad[_0x5174e4(0xfa)](new Date(),_0x53d99e);logger[_0x5174e4(0xf2)](_0x5174e4(0xb7)+_0x3b00ed+_0x5174e4(0xb9)+_0x18cd2a+'ms');const _0x114eac={};return _0x114eac['hubUrl']=_0x3b00ed,_0x114eac[_0x5174e4(0xe1)]=_0x18cd2a,_0x114eac;}catch(_0x10ac54){return logger[_0x5174e4(0xf2)]('ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20'+_0x3b00ed+_0x5174e4(0xf7)+_0x10ac54),{};}},exports[a159_0x54e4a7(0xd0)]=async _0x5eb2bc=>{const _0x263f26=a159_0x54e4a7,_0x40958e={'kRFhm':function(_0x60c540,_0x4f7af6){return _0x60c540(_0x4f7af6);},'aaLUT':_0x263f26(0x94),'zxzvt':_0x263f26(0xea),'xyFeE':_0x263f26(0xb6),'YRXwT':_0x263f26(0x96)};try{const _0x380863=_0x40958e[_0x263f26(0xcb)](require,_0x40958e[_0x263f26(0xf6)])[_0x263f26(0x98)][_0x263f26(0xc7)](_0x40958e[_0x263f26(0x9b)],''),_0x17bfda=await helper[_0x263f26(0x97)](_0x40958e['xyFeE'],_0x40958e[_0x263f26(0xf1)],{},_0x5eb2bc,_0x380863,0x1388),_0x13ee68=_0x17bfda[_0x263f26(0xad)];return logger[_0x263f26(0xf2)]('Response:\x20'+util[_0x263f26(0xbe)]('%j',_0x13ee68)),_0x13ee68[_0x263f26(0xd9)];}catch(_0x1422a4){logger[_0x263f26(0xf2)]('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x1422a4);}return null;};
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a160_0x5dbff1=a160_0xc294;(function(_0x448b3d,_0x369ebf){const _0x2cdc0a=a160_0xc294,_0x2262f5=_0x448b3d();while(!![]){try{const _0x2cf379=-parseInt(_0x2cdc0a(0x12d))/0x1*(-parseInt(_0x2cdc0a(0x1a9))/0x2)+parseInt(_0x2cdc0a(0x16a))/0x3*(parseInt(_0x2cdc0a(0x156))/0x4)+-parseInt(_0x2cdc0a(0x132))/0x5*(-parseInt(_0x2cdc0a(0x135))/0x6)+parseInt(_0x2cdc0a(0x162))/0x7*(-parseInt(_0x2cdc0a(0x1e1))/0x8)+-parseInt(_0x2cdc0a(0x10d))/0x9+parseInt(_0x2cdc0a(0xf3))/0xa*(-parseInt(_0x2cdc0a(0xb8))/0xb)+-parseInt(_0x2cdc0a(0x1cc))/0xc;if(_0x2cf379===_0x369ebf)break;else _0x2262f5['push'](_0x2262f5['shift']());}catch(_0x38a2a4){_0x2262f5['push'](_0x2262f5['shift']());}}}(a160_0x2378,0x98c13));const util=require('util'),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a160_0x5dbff1(0x198)),{setAccessibilityCapabilities,setExtension}=require(a160_0x5dbff1(0x16b)),helper=require(a160_0x5dbff1(0x127)),logger=require(a160_0x5dbff1(0x97))[a160_0x5dbff1(0x183)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a160_0x5dbff1(0xe8)),percyHelper=require(a160_0x5dbff1(0x1c9)),BrowserStackSdk=require(a160_0x5dbff1(0x1e5)),modifyPlaywrightConfig=require(a160_0x5dbff1(0x143)),scripts=require(a160_0x5dbff1(0xc5)),globals=require('./helpers/globals'),{commandRepository}=require(a160_0x5dbff1(0xe3)),{aiSdkWrapper}=require(a160_0x5dbff1(0x11d)),{overrideExecute}=require(a160_0x5dbff1(0x19e)),PerformanceTester=require(a160_0x5dbff1(0x13d)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a160_0x5dbff1(0x160)),{nonBstackPlatformValidation}=require(a160_0x5dbff1(0x198)),modify=_0x326cbb=>{const _0x4e773a=a160_0x5dbff1,_0x228316={'mketS':function(_0x339852,_0x36148f){return _0x339852!==_0x36148f;},'iegeb':'/session','CGtxn':function(_0x3b6fed,_0x4b3072){return _0x3b6fed!==_0x4b3072;},'vcQuI':function(_0x3ae2c7,_0x165432){return _0x3ae2c7+_0x165432;},'NKqlw':function(_0x3c56cf,_0x1b6281){return _0x3c56cf+_0x1b6281;},'iLOQf':_0x4e773a(0x1ad),'AjkRg':'/wd/hub','ylivX':_0x4e773a(0x12a),'mqJHV':'chromeOptions','ZLKrD':'ms:edgeOptions','zfUzH':_0x4e773a(0x142),'ndyhN':_0x4e773a(0x11a),'nkAKY':'firefoxOptions','hYzBY':_0x4e773a(0x101),'jiySW':_0x4e773a(0x119),'Rvntg':_0x4e773a(0x170),'Mczwn':function(_0x5933b5,_0xb807ae){return _0x5933b5===_0xb807ae;},'EgkFp':_0x4e773a(0x10c),'PtsVj':'Setting\x20Browserstack\x20capabilities','vkuHO':function(_0x196dff){return _0x196dff();},'MZjqN':function(_0x519c5d,_0x405b67){return _0x519c5d(_0x405b67);},'RjzhN':_0x4e773a(0x13e),'ftBcY':_0x4e773a(0xbf),'BASwc':_0x4e773a(0xd0),'iONmr':_0x4e773a(0x164),'YeRnp':_0x4e773a(0x122),'ZfJCR':_0x4e773a(0x113),'lFOwc':'chrome','kaAXy':function(_0x1b11eb){return _0x1b11eb();},'GzRHD':_0x4e773a(0x169),'JVBaB':'isMobilePlatform','fejpH':_0x4e773a(0x126),'CYcXf':function(_0x49feba,_0x3f3807,_0x242a62){return _0x49feba(_0x3f3807,_0x242a62);},'sTZzR':_0x4e773a(0x12c),'jSEOt':_0x4e773a(0x141),'jiuNO':_0x4e773a(0x154),'bBBre':_0x4e773a(0xd6),'PaKXT':_0x4e773a(0x10a),'KqnSE':function(_0x392da0,_0x3fff3c,_0x14a315){return _0x392da0(_0x3fff3c,_0x14a315);},'JSZyw':_0x4e773a(0xdf),'gnVQl':_0x4e773a(0x115),'gcuyB':function(_0x3e32d8,_0x34c6b7){return _0x3e32d8||_0x34c6b7;},'ZfgZz':function(_0x512743,_0x3f159c,_0x54b34b,_0x27baef,_0x2f8260){return _0x512743(_0x3f159c,_0x54b34b,_0x27baef,_0x2f8260);},'fHxDI':function(_0x1f0aee,_0x10fb3f,_0x378707,_0xe23cd2,_0x431265){return _0x1f0aee(_0x10fb3f,_0x378707,_0xe23cd2,_0x431265);},'DMMyH':_0x4e773a(0x1b9),'dpHTb':_0x4e773a(0xf5)};logger[_0x4e773a(0x1e8)](_0x228316[_0x4e773a(0xad)]),logger[_0x4e773a(0x1c2)](_0x228316['dpHTb']);const _0x1a474d=helper[_0x4e773a(0x1d3)](),_0x3dcd25=helper[_0x4e773a(0x1e6)]();class _0x106ecf extends _0x3dcd25[_0x4e773a(0x15f)]{[_0x4e773a(0x176)](_0x4616c1){const _0x5f2edc=_0x4e773a;if(_0x228316['mketS'](_0x4616c1['path'],_0x228316[_0x5f2edc(0x18c)])&&_0x228316[_0x5f2edc(0x102)](global['newHubUrl'],''))try{global['newHubUrl']=_0x228316[_0x5f2edc(0xcf)](_0x228316[_0x5f2edc(0x146)](_0x228316[_0x5f2edc(0x90)],global[_0x5f2edc(0x158)]),_0x228316[_0x5f2edc(0x17a)]),this[_0x5f2edc(0xc2)]=hubAllocator['getRequestOptions'](global['newHubUrl']),logger[_0x5f2edc(0x1c2)](_0x5f2edc(0x111)+global[_0x5f2edc(0x158)]),global[_0x5f2edc(0x158)]='';}catch(_0x587adc){logger['error'](_0x587adc);}return super[_0x5f2edc(0x176)](_0x4616c1);}}class _0x9b11d2 extends _0x1a474d['Builder']{[_0x4e773a(0xa8)](_0x3ecc01){const _0x2ed625=_0x4e773a;let _0xa71331={};for(const _0x5acaf4 in _0x3ecc01){switch(_0x5acaf4){case _0x228316[_0x2ed625(0x16c)]:case _0x228316['mqJHV']:this['chromeOptions_']&&(_0xa71331=this[_0x2ed625(0xa0)][_0x2ed625(0x14e)](this[_0x2ed625(0xa0)][_0x2ed625(0xc7)])||{},this['chromeOptions_']['set'](this['chromeOptions_'][_0x2ed625(0xc7)],helper[_0x2ed625(0x1d8)](_0xa71331,_0x3ecc01[_0x5acaf4])));break;case _0x228316['ZLKrD']:case _0x228316[_0x2ed625(0x8f)]:this['edgeOptions_']&&(_0xa71331=this['edgeOptions_'][_0x2ed625(0x14e)](this[_0x2ed625(0x184)][_0x2ed625(0xc7)])||{},this['edgeOptions_'][_0x2ed625(0xa5)](this['edgeOptions_'][_0x2ed625(0xc7)],helper[_0x2ed625(0x1d8)](_0xa71331,_0x3ecc01[_0x5acaf4])));break;case _0x228316[_0x2ed625(0x1cb)]:case _0x228316[_0x2ed625(0x1f5)]:this[_0x2ed625(0x11c)]&&(_0xa71331=this[_0x2ed625(0x11c)]['get'](this[_0x2ed625(0x11c)]['CAPABILITY_KEY'])||{},this[_0x2ed625(0x11c)][_0x2ed625(0xa5)](this[_0x2ed625(0x11c)][_0x2ed625(0xc7)],helper[_0x2ed625(0x1d8)](_0xa71331,_0x3ecc01[_0x5acaf4])));break;case _0x228316[_0x2ed625(0x193)]:this[_0x2ed625(0xc9)]&&(_0xa71331=this[_0x2ed625(0xc9)][_0x2ed625(0x14e)](this[_0x2ed625(0xc9)][_0x2ed625(0xc7)])||{},this[_0x2ed625(0xc9)][_0x2ed625(0xa5)](this[_0x2ed625(0xc9)]['CAPABILITY_KEY'],helper[_0x2ed625(0x1d8)](_0xa71331,_0x3ecc01[_0x5acaf4])));break;case _0x228316['jiySW']:case _0x228316['Rvntg']:this['ieOptions_']&&(_0xa71331=this[_0x2ed625(0x1b3)][_0x2ed625(0x14e)](this['ieOptions_'][_0x2ed625(0xc7)])||{},this[_0x2ed625(0x1b3)][_0x2ed625(0xa5)](this[_0x2ed625(0x1b3)][_0x2ed625(0xc7)],helper[_0x2ed625(0x1d8)](_0xa71331,_0x3ecc01[_0x5acaf4])));break;}}}['setServer'](){const _0x510319=_0x4e773a;return this[_0x510319(0xdc)]=helper[_0x510319(0x161)](_0x326cbb),logger[_0x510319(0x1c2)](_0x510319(0x1be)+this['url_']),this;}[_0x4e773a(0x129)](){const _0x35cec7=_0x4e773a,_0x3a0581={'WdAHo':function(_0x24c2f2,_0x525094){const _0x2d187c=a160_0xc294;return _0x228316[_0x2d187c(0x189)](_0x24c2f2,_0x525094);},'yjtPI':_0x228316[_0x35cec7(0x86)]};return logger[_0x35cec7(0x1c2)](_0x228316['PtsVj']),this[_0x35cec7(0xa8)](_0x326cbb[_0x35cec7(0xce)]),Object[_0x35cec7(0x19d)](_0x326cbb[_0x35cec7(0xce)])[_0x35cec7(0xd7)](_0x124019=>{const _0x376f0c=_0x35cec7,_0x1c9c9e=this['capabilities_']['get'](_0x124019);_0x3a0581[_0x376f0c(0x172)](typeof _0x1c9c9e,_0x3a0581[_0x376f0c(0x174)])?this[_0x376f0c(0x1ba)][_0x376f0c(0xa5)](_0x124019,helper['mergeDeep'](_0x1c9c9e,_0x326cbb[_0x376f0c(0xce)][_0x124019])):this['capabilities_']['set'](_0x124019,_0x326cbb[_0x376f0c(0xce)][_0x124019]);}),this;}[_0x4e773a(0xdd)](){const _0x149182=_0x4e773a,_0x2addaf={'vtXvR':_0x228316[_0x149182(0xba)],'wZGqM':_0x228316[_0x149182(0x134)],'MciFb':function(_0x506543,_0x3db3a6,_0x53477e){const _0x2f01ee=_0x149182;return _0x228316[_0x2f01ee(0x1e7)](_0x506543,_0x3db3a6,_0x53477e);},'nOrue':_0x228316['JSZyw'],'snqzd':_0x228316[_0x149182(0x8c)],'aOsco':function(_0x5abeb1,_0x420673){const _0xa145af=_0x149182;return _0x228316[_0xa145af(0x157)](_0x5abeb1,_0x420673);},'kErbP':function(_0x313fab,_0x1ebf1c,_0x2cfa59){return _0x228316['KqnSE'](_0x313fab,_0x1ebf1c,_0x2cfa59);},'GicIB':function(_0x529b3d,_0x58ca86,_0x7c8da9){const _0xbd8c75=_0x149182;return _0x228316[_0xbd8c75(0x1e7)](_0x529b3d,_0x58ca86,_0x7c8da9);},'ShWFx':function(_0x38e627,_0x2d834c,_0x36690c,_0x2b7b06,_0x34be0e){const _0xc744ed=_0x149182;return _0x228316[_0xc744ed(0x151)](_0x38e627,_0x2d834c,_0x36690c,_0x2b7b06,_0x34be0e);},'nFbrF':function(_0x3007bd,_0x5857f5){const _0x1799cb=_0x149182;return _0x228316[_0x1799cb(0x157)](_0x3007bd,_0x5857f5);},'GgmvM':function(_0x33233e,_0x52f4f0){const _0x47cc4d=_0x149182;return _0x228316[_0x47cc4d(0x157)](_0x33233e,_0x52f4f0);},'Jxgjs':function(_0x17a1ed,_0x10400e,_0x3b95fb){const _0x3c8201=_0x149182;return _0x228316[_0x3c8201(0x1e7)](_0x17a1ed,_0x10400e,_0x3b95fb);},'LamQo':function(_0x4b3ba8,_0x464aea,_0x34b932,_0x3e4fa5,_0x3f03e0){const _0x19c7db=_0x149182;return _0x228316[_0x19c7db(0xb6)](_0x4b3ba8,_0x464aea,_0x34b932,_0x3e4fa5,_0x3f03e0);},'eJtNz':function(_0x5245d7,_0x1933c1,_0x2f42ba){const _0x179b05=_0x149182;return _0x228316[_0x179b05(0x114)](_0x5245d7,_0x1933c1,_0x2f42ba);}};PerformanceTester[_0x149182(0xde)](PerformanceEvents[_0x149182(0x191)],()=>{const _0x31c6b7=_0x149182;_0x228316[_0x31c6b7(0x138)](isAccessibilityAutomationSession)&&_0x228316[_0x31c6b7(0x18d)](setAccessibilityCapabilities,_0x326cbb);this[_0x31c6b7(0x104)](),this[_0x31c6b7(0x129)]();if(helper[_0x31c6b7(0x1f4)](_0x326cbb[_0x31c6b7(0x118)][_0x31c6b7(0x15e)]))this[_0x31c6b7(0x1c6)]=helper[_0x31c6b7(0x15a)](_0x326cbb[_0x31c6b7(0x118)][_0x31c6b7(0x15e)]);else _0x326cbb[_0x31c6b7(0x118)][_0x31c6b7(0x15e)]&&(this[_0x31c6b7(0x94)]=_0x326cbb['proxySettings'][_0x31c6b7(0x15e)],logger[_0x31c6b7(0x1c2)]('Proxy\x20set\x20to\x20'+this[_0x31c6b7(0x94)]));if(_0x228316[_0x31c6b7(0x138)](isAccessibilityAutomationSession)){const _0x1d45e8=this['capabilities_'][_0x31c6b7(0x14e)](_0x228316[_0x31c6b7(0x1a7)])||{},_0x2198d1=_0x1d45e8['deviceName']||this[_0x31c6b7(0x1ba)][_0x31c6b7(0x14e)](_0x228316['ftBcY'])||this[_0x31c6b7(0x1ba)][_0x31c6b7(0x14e)](_0x228316[_0x31c6b7(0x188)]);if(_0x2198d1){const _0x174186=(_0x1d45e8[_0x31c6b7(0x164)]||this[_0x31c6b7(0x1ba)]['get'](_0x228316[_0x31c6b7(0x1da)])||'')[_0x31c6b7(0xd1)](),_0x14153e=(_0x1d45e8[_0x31c6b7(0x122)]||this[_0x31c6b7(0x1ba)][_0x31c6b7(0x14e)](_0x228316['YeRnp'])||'')['toLowerCase']();_0x228316[_0x31c6b7(0x189)](_0x174186,_0x228316['ZfJCR'])&&_0x14153e[_0x31c6b7(0x1a2)](_0x228316[_0x31c6b7(0x106)])&&(_0x228316[_0x31c6b7(0x12e)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x228316[_0x31c6b7(0x1db)]),globals['setGlobal'](_0x228316['JVBaB'],!![])));}}if(globals[_0x31c6b7(0x1c4)](_0x228316[_0x31c6b7(0x140)])){if(!_0x228316[_0x31c6b7(0x114)](setExtension,this,_0x326cbb)){globals[_0x31c6b7(0x13b)](_0x228316[_0x31c6b7(0x140)],![]);const _0x3ecb5b=this[_0x31c6b7(0x1ba)][_0x31c6b7(0x14e)](_0x228316['RjzhN']);_0x3ecb5b&&(_0x3ecb5b['accessibility']=![],delete _0x3ecb5b[_0x31c6b7(0xa4)],this[_0x31c6b7(0x1ba)][_0x31c6b7(0xa5)](_0x228316[_0x31c6b7(0x1a7)],_0x3ecb5b)),this[_0x31c6b7(0x1ba)][_0x31c6b7(0x14e)](_0x228316[_0x31c6b7(0x1de)])&&(this[_0x31c6b7(0x1ba)]['set'](_0x228316['sTZzR'],![]),this[_0x31c6b7(0x1ba)][_0x31c6b7(0x186)](_0x228316[_0x31c6b7(0x1d4)]));}}(!helper[_0x31c6b7(0xe4)]()||helper[_0x31c6b7(0xf1)](_0x326cbb))&&helper[_0x31c6b7(0xaf)](null,null,_0x326cbb[_0x31c6b7(0xd3)],null,this,null),helper[_0x31c6b7(0x18e)](_0x326cbb['capability']),logger['debug'](_0x228316[_0x31c6b7(0x1aa)]);})();const _0x4190a0=super[_0x149182(0xdd)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x149182(0xeb)],()=>{const _0x48f4e5=_0x149182,_0x5e5034={'qXgFQ':function(_0x29e4c4,_0x56a273,_0x3ea547){const _0x2f0172=a160_0xc294;return _0x2addaf[_0x2f0172(0x1ab)](_0x29e4c4,_0x56a273,_0x3ea547);},'EBKhA':function(_0x134bed,_0x2a466c,_0x1204a2,_0x1969b6,_0x21b015){const _0x298a7b=a160_0xc294;return _0x2addaf[_0x298a7b(0xdb)](_0x134bed,_0x2a466c,_0x1204a2,_0x1969b6,_0x21b015);},'Pqzmk':function(_0x2e1409,_0x37be95){const _0xcb8551=a160_0xc294;return _0x2addaf[_0xcb8551(0x1af)](_0x2e1409,_0x37be95);}};_0x4190a0[_0x48f4e5(0x103)][_0x48f4e5(0x93)](_0x365d4f=>{const _0x347a59=_0x48f4e5;try{const _0x5142e1=_0x365d4f['caps_'][_0x347a59(0x14e)](_0x2addaf[_0x347a59(0x167)]);_0x5142e1?(logger[_0x347a59(0x1c2)](_0x347a59(0xb3)+_0x5142e1),hubAllocator[_0x347a59(0x15c)](_0x5142e1),helper['storeOptimalHubUrl'](_0x5142e1)):logger['debug'](_0x2addaf['wZGqM']);}catch(_0x2fe1c2){logger[_0x347a59(0x1c2)](_0x347a59(0xa2)+_0x2fe1c2);}}),_0x4190a0['then']&&_0x4190a0[_0x48f4e5(0x93)](_0x4b0e75=>{const _0x273fc1=_0x48f4e5,_0x2c9b1d={'NWKnk':function(_0x2273fd,_0x344e98,_0xe2aff0){const _0x3b6a88=a160_0xc294;return _0x2addaf[_0x3b6a88(0xb1)](_0x2273fd,_0x344e98,_0xe2aff0);},'VldzB':_0x2addaf['nOrue'],'abtHJ':_0x2addaf[_0x273fc1(0x95)],'sUzpF':function(_0xcdd89d,_0x51fa4b){const _0xfe9c02=_0x273fc1;return _0x2addaf[_0xfe9c02(0x11e)](_0xcdd89d,_0x51fa4b);}};helper[_0x273fc1(0xe9)](_0x4b0e75,_0x326cbb),_0x2addaf['MciFb'](overrideExecute,_0x4b0e75,_0x326cbb),_0x4b0e75[_0x273fc1(0xee)]=async()=>{const _0x49d8c6=_0x273fc1;return await _0x2c9b1d[_0x49d8c6(0xf8)](getAccessibilityResultsSummary,_0x4b0e75,global);},_0x4b0e75[_0x273fc1(0x1c0)]=async()=>{const _0x1848f7=_0x273fc1;return await _0x5e5034[_0x1848f7(0xef)](getAccessibilityResults,_0x4b0e75,global);},_0x4b0e75[_0x273fc1(0xfa)]=async _0x4a3a07=>{const _0x32c584=_0x273fc1;return await _0x5e5034[_0x32c584(0x13c)](performScan,_0x4b0e75,null,!![],_0x5e5034['Pqzmk'](_0x4a3a07,null));},_0x4b0e75[_0x273fc1(0x195)]=async _0x5245a8=>{const _0x39324a=_0x273fc1;globals['setGlobal'](_0x2c9b1d['VldzB'],!![]),globals[_0x39324a(0x13b)](_0x2c9b1d[_0x39324a(0xd2)],_0x2c9b1d[_0x39324a(0xe5)](_0x5245a8,null));},_0x4b0e75[_0x273fc1(0x1a8)]=async()=>{const _0x358ae8=_0x273fc1;globals[_0x358ae8(0x13b)](_0x2c9b1d[_0x358ae8(0x124)],![]),globals[_0x358ae8(0x13b)](_0x2c9b1d[_0x358ae8(0xd2)],null);};}),_0x4190a0[_0x48f4e5(0xee)]=async()=>{const _0x50a030=_0x48f4e5;return await _0x2addaf[_0x50a030(0x187)](getAccessibilityResultsSummary,_0x4190a0,global);},_0x4190a0[_0x48f4e5(0x1c0)]=async()=>{const _0x3d95cb=_0x48f4e5;return await _0x2addaf[_0x3d95cb(0x1e2)](getAccessibilityResults,_0x4190a0,global);},_0x4190a0['performScan']=async _0x36ec9d=>{const _0x4fdebc=_0x48f4e5;return await _0x2addaf[_0x4fdebc(0x18a)](performScan,_0x4190a0,null,!![],_0x2addaf[_0x4fdebc(0x1af)](_0x36ec9d,null));},_0x4190a0[_0x48f4e5(0x195)]=async _0x384b85=>{const _0x5ee3af=_0x48f4e5;globals[_0x5ee3af(0x13b)](_0x2addaf[_0x5ee3af(0x171)],!![]),globals[_0x5ee3af(0x13b)](_0x2addaf[_0x5ee3af(0x95)],_0x2addaf['GgmvM'](_0x384b85,null));},_0x4190a0[_0x48f4e5(0x1a8)]=async()=>{const _0x38128d=_0x48f4e5;globals[_0x38128d(0x13b)](_0x2addaf[_0x38128d(0x171)],![]),globals[_0x38128d(0x13b)](_0x2addaf['snqzd'],null);},helper[_0x48f4e5(0xe9)](_0x4190a0,_0x326cbb),_0x2addaf[_0x48f4e5(0x105)](overrideExecute,_0x4190a0,_0x326cbb),helper[_0x48f4e5(0x1c3)](global[_0x48f4e5(0x116)])&&(global[_0x48f4e5(0x116)]=[]),global[_0x48f4e5(0x116)][_0x48f4e5(0x133)](_0x4190a0);})(),_0x4190a0;}}_0x1a474d[_0x4e773a(0x1ee)]=_0x1a474d[_0x4e773a(0x19a)],_0x1a474d[_0x4e773a(0x19a)]=_0x9b11d2,_0x3dcd25[_0x4e773a(0x15f)]=_0x106ecf;},propagateJestSessionName=(_0x36972f,_0x113b47,_0x47b0d8='')=>{const _0x39b8b2=a160_0x5dbff1,_0x2f933f={};_0x2f933f[_0x39b8b2(0x1d5)]=_0x39b8b2(0x180);const _0x582eca=_0x2f933f;_0x113b47&&_0x113b47[_0x39b8b2(0xfd)]&&_0x113b47[_0x39b8b2(0xfd)][_0x39b8b2(0x8b)]&&helper[_0x39b8b2(0x1c3)](_0x36972f['browserstackSessionName'])&&(_0x36972f['browserstackSessionName']=_0x113b47[_0x39b8b2(0xfd)][_0x39b8b2(0x8b)],logger[_0x39b8b2(0x1c2)](util[_0x39b8b2(0x19b)](_0x582eca[_0x39b8b2(0x1d5)],_0x47b0d8?'\x20'+_0x47b0d8:'',_0x36972f[_0x39b8b2(0x8b)])));},modifyV2=(_0x4236c8,_0x34a00e=null,_0x7949af=![])=>{const _0x38500a=a160_0x5dbff1,_0x281a01={'aFANv':function(_0x5d022d,_0xba8a56){return _0x5d022d!==_0xba8a56;},'BiicG':'/session','ywOqY':function(_0x390f58,_0x50a425){return _0x390f58!==_0x50a425;},'Jwyzk':function(_0x10d395,_0x4cdcbc){return _0x10d395+_0x4cdcbc;},'HuASU':_0x38500a(0x1ad),'nSiNb':_0x38500a(0x178),'pRrnC':_0x38500a(0xac),'psXfw':_0x38500a(0x1d9),'FQKeV':_0x38500a(0x12a),'mpmfy':_0x38500a(0xbe),'LTBLp':_0x38500a(0x128),'RNucg':_0x38500a(0x142),'LCAOE':_0x38500a(0x11a),'acJRF':_0x38500a(0x1f0),'CWFwv':'safari.options','UUIZk':'se:ieOptions','hLheF':'ieOptions','yyevR':function(_0x4343b8,_0x3a83a6){return _0x4343b8===_0x3a83a6;},'ykWAI':'object','hrOMq':_0x38500a(0x1e4),'oOxYB':function(_0x3d7de1,_0x40a6f4){return _0x3d7de1>_0x40a6f4;},'OcTHo':_0x38500a(0xd6),'XLsRF':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','YlSVu':_0x38500a(0xdf),'XYjQA':_0x38500a(0x115),'vpRis':function(_0x3cbfda,_0x798b5b,_0x467896){return _0x3cbfda(_0x798b5b,_0x467896);},'eCSbF':function(_0x3504b3,_0x1fe7c2,_0x3283e5,_0x2c1caa,_0x260ea6){return _0x3504b3(_0x1fe7c2,_0x3283e5,_0x2c1caa,_0x260ea6);},'hKFZR':function(_0xa8fa1c,_0x40ac01){return _0xa8fa1c||_0x40ac01;},'keXhw':function(_0x2da8b3,_0x2878d9){return _0x2da8b3(_0x2878d9);},'OqqSB':function(_0x259268,_0x4c9dd1,_0x292621){return _0x259268(_0x4c9dd1,_0x292621);},'wcoKe':function(_0x369517,_0x428e3a,_0x11ba46,_0x45e002){return _0x369517(_0x428e3a,_0x11ba46,_0x45e002);},'dWmWp':_0x38500a(0x109),'EzeVT':'isAccessibilityPlatform','NdJip':function(_0x5c03cc){return _0x5c03cc();},'wHdoH':function(_0xab03b3){return _0xab03b3();},'Ljhgp':_0x38500a(0x13e),'IDMnN':'device','YhndS':_0x38500a(0xd0),'uBxGJ':_0x38500a(0x164),'JeIEu':_0x38500a(0x122),'mbUtv':function(_0x20b0b0,_0x4d33c3){return _0x20b0b0===_0x4d33c3;},'yhGfJ':_0x38500a(0x113),'csbuj':_0x38500a(0xa3),'YOQlZ':_0x38500a(0x169),'aOTzu':_0x38500a(0xcc),'fFUym':function(_0x528a50,_0x3cc7a3,_0x33c00d){return _0x528a50(_0x3cc7a3,_0x33c00d);},'RnZCs':_0x38500a(0x12c),'Xoczc':'browserstack.accessibilityOptions','LcDIA':_0x38500a(0x154),'SmuPv':function(_0x11f4b3){return _0x11f4b3();},'IPxnF':'browserstack.com','lvVJn':_0x38500a(0x1c1),'ecnGK':_0x38500a(0x16e),'sJUNR':function(_0x5eb095,_0x5b25f0){return _0x5eb095(_0x5b25f0);},'CJZZw':'./helpers/accessibility-automation/constants','LUoET':function(_0x5709e5,_0xd9c4f2){return _0x5709e5(_0xd9c4f2);},'bZeSw':function(_0x5c5d55,_0x3c0c72){return _0x5c5d55<_0x3c0c72;},'QKMDu':function(_0x3133a3,_0x4d5e9f){return _0x3133a3(_0x4d5e9f);},'VDECl':function(_0x1a193a,_0x37a7a6){return _0x1a193a===_0x37a7a6;},'jZMaU':_0x38500a(0xfe),'AZWIx':_0x38500a(0xcd),'LBOZQ':_0x38500a(0x12f),'VtHlP':_0x38500a(0x182),'rXeyg':_0x38500a(0x166),'duSRk':_0x38500a(0x177),'yAcnr':function(_0x175d24,_0x1c0add){return _0x175d24(_0x1c0add);},'oqZJu':_0x38500a(0x1b9),'EGWPP':'Modifying\x20webdriver\x20builder','rxUlF':function(_0x41f006){return _0x41f006();},'apNNv':_0x38500a(0x17c),'rXfXS':'selenium-webdriver','tLfCa':'selenium-webdriver/lib/http.js','eMLge':_0x38500a(0xed),'mRnwk':_0x38500a(0x173)},_0x32eb33=helper[_0x38500a(0x1e6)]();let _0x532c35;try{_0x532c35=helper[_0x38500a(0x1d3)](),_0x532c35[_0x38500a(0x1ee)]&&(_0x532c35['Builder']=_0x532c35[_0x38500a(0x1ee)]);}catch(_0x35b5e1){return;}if(helper[_0x38500a(0xe4)]()){const _0x57b2c8={};_0x57b2c8[_0x38500a(0xf9)]=_0x4236c8['browserStackLogLevel'],helper['setLogLevel'](_0x57b2c8,new Map(),new Map()),logger[_0x38500a(0x1e8)](_0x281a01[_0x38500a(0x9e)]),logger[_0x38500a(0x1c2)](_0x281a01[_0x38500a(0xff)]);}class _0x39a01f extends _0x32eb33[_0x38500a(0x15f)]{[_0x38500a(0x176)](_0x21a155){const _0xc22f38=_0x38500a;if(_0x281a01['aFANv'](_0x21a155[_0xc22f38(0x1b4)],_0x281a01[_0xc22f38(0x13f)])&&_0x281a01[_0xc22f38(0x1a1)](global['newHubUrl'],''))try{global['newHubUrl']=_0x281a01[_0xc22f38(0x14c)](_0x281a01[_0xc22f38(0x14c)](_0x281a01[_0xc22f38(0x11b)],global[_0xc22f38(0x158)]),_0x281a01[_0xc22f38(0xfb)]),this['options_']=hubAllocator[_0xc22f38(0x1b6)](global['newHubUrl']),logger[_0xc22f38(0x1c2)]('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global['newHubUrl']='';}catch(_0x34e1d8){logger[_0xc22f38(0x1b8)](_0x34e1d8);}if(globals[_0xc22f38(0x1c4)](_0x281a01[_0xc22f38(0x1eb)])&&globals[_0xc22f38(0x1c4)](_0x281a01[_0xc22f38(0x107)])){const _0x59f831=_0x21a155['path']['split']('/')[0x2];_0x59f831&&commandRepository[_0xc22f38(0x144)](_0x59f831,_0x21a155);}return super[_0xc22f38(0x176)](_0x21a155);}}class _0x2b0385 extends _0x532c35[_0x38500a(0x19a)]{[_0x38500a(0x104)](){const _0xf4d166=_0x38500a;return helper[_0xf4d166(0xe4)]()&&(this[_0xf4d166(0xdc)]=helper['getHubUrl'](_0x4236c8)),this;}[_0x38500a(0xa8)](_0x2754ba){const _0xf3babb=_0x38500a;let _0xc50210={};for(const _0x323215 in _0x2754ba){switch(_0x323215){case _0x281a01[_0xf3babb(0x9a)]:case _0x281a01[_0xf3babb(0x1d2)]:this[_0xf3babb(0xa0)]&&(_0xc50210=this[_0xf3babb(0xa0)][_0xf3babb(0x14e)](this[_0xf3babb(0xa0)][_0xf3babb(0xc7)])||{},this[_0xf3babb(0xa0)]['set'](this[_0xf3babb(0xa0)][_0xf3babb(0xc7)],helper['mergeDeep'](_0xc50210,_0x2754ba[_0x323215])));break;case _0x281a01[_0xf3babb(0x137)]:case _0x281a01['RNucg']:this['edgeOptions_']&&(_0xc50210=this['edgeOptions_']['get'](this['edgeOptions_'][_0xf3babb(0xc7)])||{},this['edgeOptions_'][_0xf3babb(0xa5)](this['edgeOptions_'][_0xf3babb(0xc7)],helper[_0xf3babb(0x1d8)](_0xc50210,_0x2754ba[_0x323215])));break;case _0x281a01['LCAOE']:case _0x281a01['acJRF']:this[_0xf3babb(0x11c)]&&(_0xc50210=this[_0xf3babb(0x11c)]['get'](this[_0xf3babb(0x11c)][_0xf3babb(0xc7)])||{},this[_0xf3babb(0x11c)][_0xf3babb(0xa5)](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0xf3babb(0x1d8)](_0xc50210,_0x2754ba[_0x323215])));break;case _0x281a01[_0xf3babb(0x98)]:this[_0xf3babb(0xc9)]&&(_0xc50210=this['safariOptions_'][_0xf3babb(0x14e)](this[_0xf3babb(0xc9)][_0xf3babb(0xc7)])||{},this[_0xf3babb(0xc9)]['set'](this['safariOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0xc50210,_0x2754ba[_0x323215])));break;case _0x281a01[_0xf3babb(0xa7)]:case _0x281a01[_0xf3babb(0x9b)]:this[_0xf3babb(0x1b3)]&&(_0xc50210=this[_0xf3babb(0x1b3)][_0xf3babb(0x14e)](this['ieOptions_']['CAPABILITY_KEY'])||{},this[_0xf3babb(0x1b3)][_0xf3babb(0xa5)](this[_0xf3babb(0x1b3)]['CAPABILITY_KEY'],helper[_0xf3babb(0x1d8)](_0xc50210,_0x2754ba[_0x323215])));break;}}}[_0x38500a(0x129)](){const _0x2a564e=_0x38500a;logger[_0x2a564e(0x1c2)](_0x281a01[_0x2a564e(0x1b2)]);const _0x2f22e2=_0x4236c8['capability']&&_0x281a01[_0x2a564e(0xaa)](Object[_0x2a564e(0x19d)](_0x4236c8[_0x2a564e(0xce)])[_0x2a564e(0x1b5)],0x0)?_0x4236c8[_0x2a564e(0xce)]:_0x4236c8[_0x2a564e(0xb0)]&&Array[_0x2a564e(0x1d7)](_0x4236c8[_0x2a564e(0xb0)])&&_0x281a01[_0x2a564e(0xaa)](_0x4236c8[_0x2a564e(0xb0)][_0x2a564e(0x1b5)],0x0)?_0x4236c8[_0x2a564e(0xb0)][0x0]:{};return this['__setBrowserOptions'](_0x2f22e2),Object[_0x2a564e(0x19d)](_0x2f22e2)[_0x2a564e(0xd7)](_0x59caac=>{const _0x479307=_0x2a564e,_0x25bb2e=this[_0x479307(0x1ba)]['get'](_0x59caac);_0x281a01[_0x479307(0x194)](typeof _0x25bb2e,_0x281a01['ykWAI'])?this['capabilities_'][_0x479307(0xa5)](_0x59caac,helper[_0x479307(0x1d8)](_0x25bb2e,_0x2f22e2[_0x59caac])):this[_0x479307(0x1ba)]['set'](_0x59caac,_0x2f22e2[_0x59caac]);}),this;}[_0x38500a(0xdd)](){const _0xab835a=_0x38500a,_0x5a839f={'mRcdb':function(_0x554f45){return _0x281a01['NdJip'](_0x554f45);},'XDTfY':function(_0x408334,_0xc4c574){const _0x325620=a160_0xc294;return _0x281a01[_0x325620(0x18b)](_0x408334,_0xc4c574);},'MUDcW':function(_0x72ef9f){const _0x42b0=a160_0xc294;return _0x281a01[_0x42b0(0x92)](_0x72ef9f);},'tWTmm':_0x281a01['Ljhgp'],'gKddx':_0x281a01[_0xab835a(0x145)],'WIxYB':_0x281a01[_0xab835a(0xc1)],'bGelZ':_0x281a01[_0xab835a(0x18f)],'ejtHL':_0x281a01[_0xab835a(0xd5)],'eLjzo':function(_0x335200,_0x195eb3){return _0x281a01['mbUtv'](_0x335200,_0x195eb3);},'ADqiV':_0x281a01[_0xab835a(0x1d1)],'FzkSJ':_0x281a01[_0xab835a(0x1dd)],'UqmEG':_0x281a01[_0xab835a(0xcb)],'kqmwc':_0x281a01[_0xab835a(0x1b7)],'zKSIe':_0x281a01[_0xab835a(0x1d6)],'NPKBj':function(_0x508d88,_0x3059ad,_0x368e26){const _0x5d5b95=_0xab835a;return _0x281a01[_0x5d5b95(0xb7)](_0x508d88,_0x3059ad,_0x368e26);},'HFCif':_0x281a01['RnZCs'],'YiXmr':_0x281a01[_0xab835a(0x1a6)],'trtXs':_0x281a01['LcDIA'],'IJrzP':_0x281a01[_0xab835a(0x9a)],'vvtnN':function(_0x53fa3){const _0x2787bd=_0xab835a;return _0x281a01[_0x2787bd(0x136)](_0x53fa3);},'DonBP':_0x281a01[_0xab835a(0x1dc)],'cZYgN':function(_0xd7c94a){return _0x281a01['wHdoH'](_0xd7c94a);},'pppyy':_0x281a01[_0xab835a(0xf2)],'ETvpx':_0x281a01[_0xab835a(0xda)],'BfNGA':function(_0x530718,_0x4153ca){const _0x46c0e6=_0xab835a;return _0x281a01[_0x46c0e6(0x14a)](_0x530718,_0x4153ca);},'UoVlf':_0x281a01['CJZZw'],'UkQur':function(_0x23a01e,_0x3832f7){const _0x214b13=_0xab835a;return _0x281a01[_0x214b13(0xc8)](_0x23a01e,_0x3832f7);},'FYlHU':function(_0x4235e1,_0x33b959){const _0x5a425e=_0xab835a;return _0x281a01[_0x5a425e(0xc8)](_0x4235e1,_0x33b959);},'iuUoP':function(_0x5063ff,_0x360975){return _0x281a01['bZeSw'](_0x5063ff,_0x360975);},'ZPVTF':function(_0x3a4f89,_0x284da0){const _0x272c9e=_0xab835a;return _0x281a01[_0x272c9e(0x1a3)](_0x3a4f89,_0x284da0);},'aglAj':function(_0x5f34ae,_0x154cb8){const _0x3f8da9=_0xab835a;return _0x281a01[_0x3f8da9(0x168)](_0x5f34ae,_0x154cb8);},'aRCvd':function(_0x299aa1,_0x26ef80,_0x4fa3bd){const _0x14e9ed=_0xab835a;return _0x281a01[_0x14e9ed(0xb7)](_0x299aa1,_0x26ef80,_0x4fa3bd);},'bxMyL':function(_0x19bd78,_0x5d00e5){const _0x93516d=_0xab835a;return _0x281a01[_0x93516d(0x12b)](_0x19bd78,_0x5d00e5);},'ktDDw':_0x281a01[_0xab835a(0xf0)],'CcFkE':_0x281a01['AZWIx'],'nkxcM':_0x281a01['LBOZQ'],'ZuRLi':_0x281a01['VtHlP'],'GbGkW':_0x281a01[_0xab835a(0x10e)],'bhnLP':_0x281a01[_0xab835a(0x1eb)],'xXnNH':_0x281a01[_0xab835a(0x107)],'lDnKY':function(_0x5042d8,_0x5678a,_0x2dcf04){return _0x281a01['OqqSB'](_0x5042d8,_0x5678a,_0x2dcf04);},'UcKbC':function(_0x33a91e,_0x59766f,_0x1b4885,_0x9e87ab,_0x12458e){const _0x1f0a30=_0xab835a;return _0x281a01[_0x1f0a30(0xca)](_0x33a91e,_0x59766f,_0x1b4885,_0x9e87ab,_0x12458e);},'zbMpF':_0x281a01[_0xab835a(0xbc)],'hrxZi':_0x281a01[_0xab835a(0xa9)],'Dxvzp':function(_0x23240b,_0x135c71){return _0x281a01['hKFZR'](_0x23240b,_0x135c71);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0xab835a(0x191)],()=>{const _0x3967b0=_0xab835a;if(helper['isBrowserstackInfra']()){helper['setAdditionalCapabilities'](_0x4236c8[_0x3967b0(0xce)]);_0x5a839f[_0x3967b0(0x15d)](isAccessibilityAutomationSession)&&_0x5a839f[_0x3967b0(0x112)](setAccessibilityCapabilities,_0x4236c8);this['setServer'](),this['setCapabilities']();if(helper[_0x3967b0(0x1f4)](_0x4236c8['proxySettings'][_0x3967b0(0x15e)]))this[_0x3967b0(0x1c6)]=helper[_0x3967b0(0x15a)](_0x4236c8[_0x3967b0(0x118)]['proxyUrl']);else _0x4236c8['proxySettings'][_0x3967b0(0x15e)]&&(this['proxy_']=_0x4236c8[_0x3967b0(0x118)][_0x3967b0(0x15e)],logger[_0x3967b0(0x1c2)](_0x3967b0(0xd9)+this[_0x3967b0(0x94)]));if(_0x5a839f[_0x3967b0(0x125)](isAccessibilityAutomationSession)){const _0x99cfe7=this[_0x3967b0(0x1ba)][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0x197)])||{},_0x245849=_0x99cfe7[_0x3967b0(0xd0)]||this['capabilities_'][_0x3967b0(0x14e)](_0x5a839f['gKddx'])||this[_0x3967b0(0x1ba)]['get'](_0x5a839f['WIxYB']);if(_0x245849){const _0x471e3d=(_0x99cfe7[_0x3967b0(0x164)]||this['capabilities_'][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0x9f)])||'')['toLowerCase'](),_0x121bf3=(_0x99cfe7[_0x3967b0(0x122)]||this[_0x3967b0(0x1ba)][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0xd4)])||'')['toLowerCase']();_0x5a839f[_0x3967b0(0x16d)](_0x471e3d,_0x5a839f[_0x3967b0(0x108)])&&_0x121bf3[_0x3967b0(0x1a2)](_0x5a839f[_0x3967b0(0x1c8)])&&(_0x5a839f[_0x3967b0(0x15d)](isMobileScanningEnabledForGroup)&&(logger[_0x3967b0(0x1c2)](_0x5a839f['UqmEG']),globals[_0x3967b0(0x13b)](_0x5a839f['kqmwc'],!![])));}}if(globals['getGlobal'](_0x5a839f[_0x3967b0(0xec)])){if(!_0x5a839f[_0x3967b0(0x100)](setExtension,this,_0x4236c8)){globals['setGlobal'](_0x5a839f['zKSIe'],![]);const _0x2acb72=this['capabilities_']['get'](_0x5a839f[_0x3967b0(0x197)]);_0x2acb72&&(_0x2acb72[_0x3967b0(0x1b1)]=![],delete _0x2acb72[_0x3967b0(0xa4)],this[_0x3967b0(0x1ba)][_0x3967b0(0xa5)](_0x5a839f['tWTmm'],_0x2acb72)),this['capabilities_'][_0x3967b0(0x14e)](_0x5a839f['HFCif'])&&(this[_0x3967b0(0x1ba)][_0x3967b0(0xa5)](_0x5a839f[_0x3967b0(0x1cd)],![]),this[_0x3967b0(0x1ba)][_0x3967b0(0x186)](_0x5a839f[_0x3967b0(0x1cf)]));}}process[_0x3967b0(0x16f)][_0x3967b0(0x130)]&&(helper['prepareCapabilities'](null,null,_0x4236c8[_0x3967b0(0xd3)],null,this,null),helper[_0x3967b0(0x18e)](_0x4236c8[_0x3967b0(0xce)]),helper['readTcgAuthConfigToGlobal']()),logger[_0x3967b0(0x1c2)](_0x5a839f[_0x3967b0(0x165)]);}else{if(this[_0x3967b0(0xa0)]){const _0x3eb53e=this['chromeOptions_'][_0x3967b0(0x14e)](this[_0x3967b0(0xa0)]['CAPABILITY_KEY']||_0x5a839f[_0x3967b0(0xb5)]);if(_0x3eb53e&&_0x3eb53e[_0x3967b0(0x9c)]){const _0x132a23=this['capabilities_'][_0x3967b0(0x14e)](_0x5a839f['IJrzP'])||{},_0x2bd34b=(_0x132a23['args']||[])[_0x3967b0(0xc3)](_0x3eb53e['args']||[]),_0x29aa1e=Array[_0x3967b0(0xf6)](new Set(_0x2bd34b)),_0xf1be91={};_0xf1be91[_0x3967b0(0x9c)]=_0x29aa1e,this[_0x3967b0(0x1ba)][_0x3967b0(0xa5)](_0x5a839f[_0x3967b0(0xb5)],Object[_0x3967b0(0x14f)]({},_0x132a23,_0x3eb53e,_0xf1be91));}}helper[_0x3967b0(0xc4)]();if(_0x5a839f[_0x3967b0(0x152)](isAccessibilityAutomationSession)&&this[_0x3967b0(0x150)]()['includes'](_0x5a839f[_0x3967b0(0x17f)])){let _0x39373e=!![];const _0x3356db=this['capabilities_'][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0x197)])||{},_0x23e25f=_0x3356db[_0x3967b0(0xd0)]||this['capabilities_'][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0x1bd)])||this[_0x3967b0(0x1ba)][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0x1c7)]);if(_0x23e25f){const _0x1f0ec8=(_0x3356db[_0x3967b0(0x164)]||this[_0x3967b0(0x1ba)]['get'](_0x5a839f[_0x3967b0(0x9f)])||'')[_0x3967b0(0xd1)](),_0x2b0eb4=(_0x3356db['browserName']||this[_0x3967b0(0x1ba)][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0xd4)])||'')['toLowerCase']();_0x5a839f[_0x3967b0(0x16d)](_0x1f0ec8,_0x5a839f[_0x3967b0(0x108)])&&_0x2b0eb4[_0x3967b0(0x1a2)](_0x5a839f[_0x3967b0(0x1c8)])?!_0x5a839f['cZYgN'](isMobileScanningEnabledForGroup)?(logger[_0x3967b0(0x1c5)](MOBILE_SCANNING_DISABLED_WARNING),_0x39373e=![]):(logger[_0x3967b0(0x1c2)](_0x5a839f[_0x3967b0(0x1f2)]),globals[_0x3967b0(0x13b)](_0x5a839f['kqmwc'],!![])):(logger[_0x3967b0(0x1c5)](_0x5a839f[_0x3967b0(0x14b)]),_0x39373e=![]);}if(_0x39373e){const _0x4e9d0a=_0x5a839f[_0x3967b0(0x112)](parseFloat,_0x3356db[_0x3967b0(0x16e)]||this[_0x3967b0(0x1ba)][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0x1bf)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x1a18ab}=_0x5a839f['BfNGA'](require,_0x5a839f['UoVlf']),_0x2079b3=_0x5a839f[_0x3967b0(0x149)](parseFloat,_0x1a18ab);!_0x5a839f[_0x3967b0(0x10b)](isNaN,_0x4e9d0a)&&_0x5a839f['iuUoP'](_0x4e9d0a,_0x2079b3)&&(logger[_0x3967b0(0x1c5)](_0x3967b0(0x17e)+_0x1a18ab+'.'),_0x39373e=![]);}if(_0x39373e){_0x5a839f['ZPVTF'](setAccessibilityCapabilities,_0x4236c8),this[_0x3967b0(0x129)]();if(process[_0x3967b0(0x16f)][_0x3967b0(0x85)]){let _0x123c1a={};try{process[_0x3967b0(0x16f)][_0x3967b0(0x185)]&&(_0x123c1a=JSON[_0x3967b0(0x1a5)](process[_0x3967b0(0x16f)][_0x3967b0(0x185)]));}catch(_0x246ef1){logger[_0x3967b0(0x1c2)](_0x3967b0(0x190)+_0x246ef1);}const _0x360528=this['capabilities_']['get'](_0x5a839f[_0x3967b0(0x197)]);if(_0x360528||!this[_0x3967b0(0x1ba)][_0x3967b0(0x14e)](_0x5a839f['HFCif'])){const _0x3901f7=_0x5a839f[_0x3967b0(0xe1)](_0x360528,{});_0x3901f7['accessibility']=!![];const _0xc4d319={};_0xc4d319['authToken']=process[_0x3967b0(0x16f)][_0x3967b0(0x85)],_0xc4d319[_0x3967b0(0x9d)]=_0x123c1a['scannerVersion'],_0x3901f7['accessibilityOptions']=Object[_0x3967b0(0x14f)]({},_0x3901f7[_0x3967b0(0xa4)],_0xc4d319),this[_0x3967b0(0x1ba)][_0x3967b0(0xa5)](_0x5a839f['tWTmm'],_0x3901f7);}else{this[_0x3967b0(0x1ba)][_0x3967b0(0xa5)](_0x5a839f[_0x3967b0(0x1cd)],!![]);const _0x54f695=this[_0x3967b0(0x1ba)][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0x1cf)])||{},_0xd5674d={};_0xd5674d[_0x3967b0(0x175)]=process['env'][_0x3967b0(0x85)],_0xd5674d['scannerVersion']=_0x123c1a['scannerVersion'],this['capabilities_'][_0x3967b0(0xa5)](_0x5a839f[_0x3967b0(0x1cf)],Object[_0x3967b0(0x14f)]({},_0x54f695,_0xd5674d));}}if(!_0x5a839f[_0x3967b0(0x1b0)](setExtension,this,_0x4236c8)){globals[_0x3967b0(0x13b)](_0x5a839f[_0x3967b0(0xec)],![]);const _0x150d48=this[_0x3967b0(0x1ba)][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0x197)]);_0x150d48&&(_0x150d48[_0x3967b0(0x1b1)]=![],delete _0x150d48['accessibilityOptions'],this['capabilities_'][_0x3967b0(0xa5)](_0x5a839f[_0x3967b0(0x197)],_0x150d48)),this['capabilities_'][_0x3967b0(0x14e)](_0x5a839f[_0x3967b0(0x1cd)])&&(this[_0x3967b0(0x1ba)]['set'](_0x5a839f[_0x3967b0(0x1cd)],![]),this[_0x3967b0(0x1ba)][_0x3967b0(0x186)](_0x5a839f[_0x3967b0(0x1cf)]));}}}_0x5a839f[_0x3967b0(0x155)](globals['getGlobal'](_0x5a839f[_0x3967b0(0x1f1)]),_0x5a839f[_0x3967b0(0xa6)])&&(commandRepository[_0x3967b0(0x88)](_0x5a839f[_0x3967b0(0xa6)]),commandRepository[_0x3967b0(0xd8)](globals['getGlobal'](_0x5a839f[_0x3967b0(0xea)])));if(this['url_'][_0x3967b0(0x1a2)](_0x5a839f[_0x3967b0(0x121)]))logger[_0x3967b0(0x1c2)](_0x5a839f['GbGkW']),globals['setGlobal'](_0x5a839f[_0x3967b0(0x17d)],![]),globals[_0x3967b0(0x13b)](_0x5a839f[_0x3967b0(0x10f)],![]);else globals['getGlobal'](_0x5a839f[_0x3967b0(0x17d)])&&globals['getGlobal'](_0x5a839f[_0x3967b0(0x10f)])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x536bdd=super['build']();return PerformanceTester[_0xab835a(0xde)](PerformanceEvents[_0xab835a(0xeb)],()=>{const _0x33eb52=_0xab835a,_0x17d92d={'cTqQf':_0x281a01['OcTHo'],'MLfGu':_0x281a01[_0x33eb52(0xa1)],'xaKWr':_0x281a01['YlSVu'],'zlvBZ':_0x281a01[_0x33eb52(0xa9)],'XFrlP':function(_0x508a18,_0xdd10e0,_0x4fd887){const _0x2d56ac=_0x33eb52;return _0x281a01[_0x2d56ac(0x131)](_0x508a18,_0xdd10e0,_0x4fd887);},'IcaRR':function(_0x3fd745,_0x2e1099,_0x4e881a,_0xe2e09a,_0x4f81e1){const _0xf06b9a=_0x33eb52;return _0x281a01[_0xf06b9a(0xca)](_0x3fd745,_0x2e1099,_0x4e881a,_0xe2e09a,_0x4f81e1);},'KYcxp':function(_0x498274,_0x32ea8c){const _0x88617c=_0x33eb52;return _0x281a01[_0x88617c(0x168)](_0x498274,_0x32ea8c);},'ZXUJb':function(_0x2636b3,_0x404896){return _0x281a01['keXhw'](_0x2636b3,_0x404896);}};_0x536bdd[_0x33eb52(0x103)][_0x33eb52(0x93)](_0x4f4f08=>{const _0x3d0fcd=_0x33eb52,_0x49d518=_0x4f4f08[_0x3d0fcd(0xab)];if(!helper[_0x3d0fcd(0xe4)]()&&_0x5a839f[_0x3d0fcd(0x123)](isAccessibilityAutomationSession)){const _0x1d1147=_0x5a839f[_0x3d0fcd(0x87)](nonBstackPlatformValidation,_0x49d518,this);globals[_0x3d0fcd(0x13b)](_0x5a839f[_0x3d0fcd(0xec)],_0x1d1147);if(!_0x1d1147){const _0xf1ffbb=this[_0x3d0fcd(0x1ba)]['get'](_0x5a839f[_0x3d0fcd(0x197)]);_0xf1ffbb&&(_0xf1ffbb[_0x3d0fcd(0x1b1)]=![],delete _0xf1ffbb[_0x3d0fcd(0xa4)],this['capabilities_'][_0x3d0fcd(0xa5)](_0x5a839f[_0x3d0fcd(0x197)],_0xf1ffbb)),this[_0x3d0fcd(0x1ba)][_0x3d0fcd(0x14e)](_0x5a839f[_0x3d0fcd(0x1cd)])&&(this[_0x3d0fcd(0x1ba)][_0x3d0fcd(0xa5)](_0x5a839f[_0x3d0fcd(0x1cd)],![]),this[_0x3d0fcd(0x1ba)][_0x3d0fcd(0x186)](_0x5a839f[_0x3d0fcd(0x1cf)]));}}}),_0x536bdd[_0x33eb52(0x103)][_0x33eb52(0x93)](_0x39d179=>{const _0x2a7604=_0x33eb52;try{logger['debug'](_0x2a7604(0x14d)+_0x39d179[_0x2a7604(0x11f)]());const _0x48f1cd=_0x39d179[_0x2a7604(0xab)]['get'](_0x17d92d[_0x2a7604(0x199)]);_0x48f1cd?(logger['debug'](_0x2a7604(0xb3)+_0x48f1cd),hubAllocator['updateHubUrl'](_0x48f1cd),helper[_0x2a7604(0x159)](_0x48f1cd)):logger[_0x2a7604(0x1c2)](_0x17d92d[_0x2a7604(0xfc)]);}catch(_0x50221e){logger[_0x2a7604(0x1c2)](_0x2a7604(0xa2)+_0x50221e);}}),_0x536bdd[_0x33eb52(0x1ed)]=0x0,_0x536bdd[_0x33eb52(0x93)]&&_0x536bdd[_0x33eb52(0x93)](_0x43ed62=>{const _0x3742fd=_0x33eb52,_0x1a6a0e={'iGAhL':function(_0x412d98,_0x341eae,_0x26a01b){const _0xb6495e=a160_0xc294;return _0x17d92d[_0xb6495e(0x192)](_0x412d98,_0x341eae,_0x26a01b);},'sAFoc':function(_0x2e8d56,_0x757d30,_0x2122c6,_0x18af2b,_0x30b6e2){return _0x17d92d['IcaRR'](_0x2e8d56,_0x757d30,_0x2122c6,_0x18af2b,_0x30b6e2);},'hyRrP':function(_0x2e1c15,_0x2cd29e){const _0x2c3eb9=a160_0xc294;return _0x17d92d[_0x2c3eb9(0x1e0)](_0x2e1c15,_0x2cd29e);},'gUjeO':_0x17d92d[_0x3742fd(0x89)],'UgrJp':_0x17d92d[_0x3742fd(0x1ef)]};helper['overrideQuit'](_0x43ed62,_0x536bdd),_0x7949af&&_0x17d92d[_0x3742fd(0xf7)](overrideTakeScreenshot,_0x43ed62),helper['overrideGet'](_0x43ed62,_0x4236c8),_0x17d92d[_0x3742fd(0x192)](overrideExecute,_0x43ed62,_0x4236c8),_0x17d92d[_0x3742fd(0x192)](propagateJestSessionName,_0x43ed62,_0x34a00e),_0x4236c8[_0x3742fd(0xce)]&&percyHelper[_0x3742fd(0x1a4)](_0x43ed62,_0x532c35[_0x3742fd(0xc6)],_0x4236c8),_0x43ed62[_0x3742fd(0xee)]=async()=>{const _0x3349b6=_0x3742fd;return await _0x1a6a0e[_0x3349b6(0x1ae)](getAccessibilityResultsSummary,_0x43ed62,global);},_0x43ed62[_0x3742fd(0x1c0)]=async()=>{const _0x2546a8=_0x3742fd;return await _0x1a6a0e[_0x2546a8(0x1ae)](getAccessibilityResults,_0x43ed62,global);},_0x43ed62[_0x3742fd(0xfa)]=async _0x56ebe7=>{const _0x3e8305=_0x3742fd;return await _0x1a6a0e[_0x3e8305(0xb2)](performScan,_0x43ed62,null,!![],_0x1a6a0e[_0x3e8305(0x1df)](_0x56ebe7,null));},_0x43ed62[_0x3742fd(0x195)]=async _0x2138c0=>{const _0x20159b=_0x3742fd;globals[_0x20159b(0x13b)](_0x1a6a0e[_0x20159b(0x117)],!![]),globals[_0x20159b(0x13b)](_0x1a6a0e[_0x20159b(0xe7)],_0x1a6a0e[_0x20159b(0x1df)](_0x2138c0,null));},_0x43ed62[_0x3742fd(0x1a8)]=async()=>{const _0x297367=_0x3742fd;globals['setGlobal'](_0x17d92d[_0x297367(0x89)],![]),globals[_0x297367(0x13b)](_0x17d92d[_0x297367(0x1ef)],null);};}),_0x536bdd['getAccessibilityResultsSummary']=async()=>{const _0x5742b6=_0x33eb52;return await _0x5a839f[_0x5742b6(0x1b0)](getAccessibilityResultsSummary,_0x536bdd,global);},_0x536bdd[_0x33eb52(0x1c0)]=async()=>{const _0x5bef90=_0x33eb52;return await _0x17d92d[_0x5bef90(0x192)](getAccessibilityResults,_0x536bdd,global);},_0x536bdd['performScan']=async _0x31ce07=>{return await _0x5a839f['UcKbC'](performScan,_0x536bdd,null,!![],_0x5a839f['aglAj'](_0x31ce07,null));},_0x536bdd[_0x33eb52(0x195)]=async _0x238395=>{const _0x4192a1=_0x33eb52;globals[_0x4192a1(0x13b)](_0x5a839f[_0x4192a1(0x8d)],!![]),globals[_0x4192a1(0x13b)](_0x5a839f[_0x4192a1(0x147)],_0x5a839f[_0x4192a1(0xae)](_0x238395,null));},_0x536bdd[_0x33eb52(0x1a8)]=async()=>{const _0x288ab6=_0x33eb52;globals[_0x288ab6(0x13b)](_0x5a839f[_0x288ab6(0x8d)],![]),globals['setGlobal'](_0x5a839f[_0x288ab6(0x147)],null);},_0x7949af&&_0x281a01[_0x33eb52(0x18b)](overrideTakeScreenshot,_0x536bdd),helper[_0x33eb52(0x1d0)](_0x536bdd),helper['overrideGet'](_0x536bdd,_0x4236c8),_0x281a01[_0x33eb52(0x1bb)](overrideExecute,_0x536bdd,_0x4236c8),_0x281a01[_0x33eb52(0x96)](propagateJestSessionName,_0x536bdd,_0x34a00e,_0x281a01[_0x33eb52(0xbb)]),_0x4236c8[_0x33eb52(0xce)]&&percyHelper[_0x33eb52(0x1a4)](_0x536bdd,_0x532c35[_0x33eb52(0xc6)],_0x4236c8);helper[_0x33eb52(0x1c3)](global[_0x33eb52(0x116)])&&(global[_0x33eb52(0x116)]=[]);helper[_0x33eb52(0x1c3)](global[_0x33eb52(0x1bc)])&&(global['__drivers']=[]);global[_0x33eb52(0x116)][_0x33eb52(0x133)](_0x536bdd),global['__driver']=_0x536bdd,_0x34a00e&&(_0x34a00e[_0x33eb52(0xfd)][_0x33eb52(0x196)]=_0x536bdd);_0x281a01[_0x33eb52(0x19f)](global['__drivers'],undefined)&&global[_0x33eb52(0x1bc)][_0x33eb52(0x133)](_0x536bdd);_0x34a00e&&helper['isUndefined'](_0x34a00e[_0x33eb52(0xfd)]['__drivers'])&&(_0x34a00e[_0x33eb52(0xfd)][_0x33eb52(0x1bc)]=[]);_0x34a00e&&helper[_0x33eb52(0x1c3)](_0x34a00e[_0x33eb52(0xfd)][_0x33eb52(0x116)])&&(_0x34a00e[_0x33eb52(0xfd)][_0x33eb52(0x116)]=[]);_0x34a00e&&_0x281a01['aFANv'](_0x34a00e[_0x33eb52(0xfd)][_0x33eb52(0x1bc)],undefined)&&(_0x34a00e[_0x33eb52(0xfd)]['__drivers']['push'](_0x536bdd),_0x34a00e[_0x33eb52(0xfd)][_0x33eb52(0x116)]['push'](_0x536bdd));_0x536bdd[_0x33eb52(0x126)]=globals[_0x33eb52(0x1c4)](_0x281a01[_0x33eb52(0x1d6)]);try{global[_0x33eb52(0x1bc)][0x0][_0x33eb52(0x103)][_0x33eb52(0x93)](_0x4f508a=>{const _0x25bc57=_0x33eb52;logger[_0x25bc57(0x1c2)](_0x25bc57(0x179)+_0x4f508a[_0x25bc57(0x11f)]()+_0x25bc57(0x163));})[_0x33eb52(0xb9)](_0x544ac8=>{const _0x283692=_0x33eb52;logger[_0x283692(0x1c2)](_0x283692(0x1e9)+_0x544ac8);});}catch(_0x35616c){logger[_0x33eb52(0x1c2)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x35616c);}globals[_0x33eb52(0x13b)](_0x281a01['EzeVT'],globals[_0x33eb52(0x1c4)](_0x281a01[_0x33eb52(0x1d6)]));})(),_0x536bdd;}}_0x34a00e&&(globals[_0x38500a(0x1ce)]=_0x34a00e[_0x38500a(0xfd)][_0x38500a(0x1ce)]);if(_0x281a01[_0x38500a(0xb4)](isAccessibilityAutomationSession))try{let _0x45d1e4=helper[_0x38500a(0x1f3)](_0x281a01[_0x38500a(0x15b)],_0x281a01[_0x38500a(0x139)])[_0x38500a(0x153)];(!_0x45d1e4['prototype']||!_0x45d1e4['prototype']['execute'])&&(_0x45d1e4=helper[_0x38500a(0x1f3)](_0x281a01[_0x38500a(0xf4)],_0x281a01[_0x38500a(0x139)])[_0x38500a(0x13a)]);if(_0x45d1e4[_0x38500a(0x1ca)]&&_0x45d1e4['prototype'][_0x38500a(0x181)]){const _0x1b8f87=_0x45d1e4[_0x38500a(0x1ca)][_0x38500a(0x181)];logger['debug'](_0x281a01[_0x38500a(0x84)]),_0x45d1e4['prototype']['execute']=async function(){const _0xbf6d83=_0x38500a;try{!globals[_0xbf6d83(0x1c4)](_0x281a01[_0xbf6d83(0x148)])&&globals[_0xbf6d83(0x1c4)](_0x281a01[_0xbf6d83(0x1d6)])&&globals[_0xbf6d83(0x1c4)](_0x281a01['YlSVu'])&&scripts[_0xbf6d83(0x91)](arguments[0x0][_0xbf6d83(0x110)])&&!_0x281a01[_0xbf6d83(0x1ea)](isBrowserStackCommandExecutor,arguments[0x0][_0xbf6d83(0x1a0)])&&(globals['setGlobal'](_0x281a01[_0xbf6d83(0x148)],!![]),logger['debug'](_0xbf6d83(0x99)+arguments[0x0][_0xbf6d83(0x110)]),await _0x281a01[_0xbf6d83(0xb7)](performScan,global[_0xbf6d83(0x196)],arguments[0x0][_0xbf6d83(0x110)]));}catch(_0x7e92a){logger['debug'](_0xbf6d83(0x8e)+util[_0xbf6d83(0x19b)](_0x7e92a));}return globals[_0xbf6d83(0x13b)](_0x281a01[_0xbf6d83(0x148)],![]),_0x1b8f87[_0xbf6d83(0x1ec)](this,arguments);};}}catch(_0x3a8b46){logger[_0x38500a(0x1c2)](_0x281a01[_0x38500a(0x14c)](_0x281a01[_0x38500a(0xe0)],_0x3a8b46));}return _0x532c35[_0x38500a(0x1ee)]=_0x532c35[_0x38500a(0x19a)],_0x532c35[_0x38500a(0x19a)]=_0x2b0385,_0x32eb33[_0x38500a(0x15f)]=_0x39a01f,_0x532c35;};module[a160_0x5dbff1(0x8a)][a160_0x5dbff1(0x120)]=modify,module['exports'][a160_0x5dbff1(0x1ac)]=modifyV2,module[a160_0x5dbff1(0x8a)][a160_0x5dbff1(0x19c)]=percySDK,module['exports'][a160_0x5dbff1(0xe6)]=BrowserStackSdk,module[a160_0x5dbff1(0x8a)][a160_0x5dbff1(0xbd)]=modifyPlaywrightConfig;try{require(a160_0x5dbff1(0xe2))[a160_0x5dbff1(0x1e3)]();}catch(a160_0x5e8538){logger[a160_0x5dbff1(0x1c2)](a160_0x5dbff1(0xc0)+(a160_0x5e8538&&a160_0x5e8538[a160_0x5dbff1(0x17b)]));}function a160_0xc294(_0x10a792,_0x54284d){const _0x237833=a160_0x2378();return a160_0xc294=function(_0xc29430,_0x1b04db){_0xc29430=_0xc29430-0x84;let _0x635dd2=_0x237833[_0xc29430];return _0x635dd2;},a160_0xc294(_0x10a792,_0x54284d);}function a160_0x2378(){const _0x355a58=['Jxgjs','browserstackAgentV2','https://','iGAhL','nFbrF','aRCvd','accessibility','hrOMq','ieOptions_','path','length','getRequestOptions','aOTzu','error','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','capabilities_','OqqSB','__drivers','gKddx','Hub\x20url\x20set\x20to\x20','ETvpx','getAccessibilityResults','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','debug','isUndefined','getGlobal','warn','agent_','WIxYB','FzkSJ','./helpers/percy/utils','prototype','ndyhN','698748QBkPBc','HFCif','browserStackGlobals','YiXmr','overrideQuit','yhGfJ','mpmfy','requireSeleniumWebdriver','jSEOt','jCDjn','EzeVT','isArray','mergeDeep','aiHeal_isHealingEnabled','iONmr','GzRHD','IPxnF','csbuj','sTZzR','hyRrP','KYcxp','1085096Bmaoee','GicIB','installAll','Setting\x20Browserstack\x20capabilities','./browserStackSdk','requireHttpClient','KqnSE','info','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','yAcnr','pRrnC','apply','quitCount_','originalBuilder','zlvBZ','firefoxOptions','ktDDw','UqmEG','requireModule','isPacProxy','nkAKY','eMLge','BS_A11Y_JWT','EgkFp','lDnKY','setFramework','xaKWr','exports','browserstackSessionName','gnVQl','zbMpF','Failed\x20to\x20perform\x20scan\x20','zfUzH','iLOQf','shouldWrapCommand','wHdoH','then','proxy_','snqzd','wcoKe','./helpers/logger','CWFwv','Performing\x20scan\x20for\x20','FQKeV','hLheF','args','scannerVersion','oqZJu','bGelZ','chromeOptions_','XLsRF','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','chrome','accessibilityOptions','set','CcFkE','UUIZk','__setBrowserOptions','XYjQA','oOxYB','caps_','aiHeal_isAuthenticated','DMMyH','Dxvzp','prepareCapabilities','capabilities','MciFb','sAFoc','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','rxUlF','IJrzP','fHxDI','fFUym','59686KradcL','catch','bBBre','dWmWp','YlSVu','_modifyPlaywright','chromeOptions','device','driver-init\x20capture\x20install\x20failed:\x20','YhndS','options_','concat','readTcgAuthConfigToGlobal','./helpers/accessibility-automation/scripts','WebElement','CAPABILITY_KEY','LUoET','safariOptions_','eCSbF','YOQlZ','isMobilePlatform','jest','capability','vcQuI','deviceName','toLowerCase','abtHJ','framework','ejtHL','JeIEu','optimalHubUrl','forEach','setConfig','Proxy\x20set\x20to\x20','ecnGK','LamQo','url_','build','measureWrapper','bstackA11yShouldScan','mRnwk','aglAj','./helpers/driverInitErrorReporter','./helpers/ai-sdk/autoHealHelper','isBrowserstackInfra','sUzpF','BrowserStackSdk','UgrJp','./helpers/percy/PercySDK','overrideGet','nkxcM','SDK_POST_INITIALIZE','zKSIe','Modifying\x20webdriver\x20execute','getAccessibilityResultsSummary','qXgFQ','jZMaU','isTurboScaleSession','lvVJn','410cuPyYW','tLfCa','Modifying\x20webdriver\x20builder','from','ZXUJb','NWKnk','logLevel','performScan','nSiNb','MLfGu','global','aiSdk_framework','EGWPP','NPKBj','safari.options','CGtxn','session_','setServer','eJtNz','lFOwc','psXfw','ADqiV','(sync)','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','FYlHU','object','5437935UYFszI','rXeyg','xXnNH','name_','New\x20hub\x20url\x20set\x20to\x20','XDTfY','android','CYcXf','bstackA11yScanOptions','__driversArray','gUjeO','proxySettings','se:ieOptions','moz:firefoxOptions','HuASU','firefoxOptions_','./helpers/ai-sdk/aiSdkWrapper','aOsco','getId','browserstackAgent','ZuRLi','browserName','cZYgN','VldzB','MUDcW','isAccessibilityPlatform','./helpers/helper','ms:edgeOptions','setCapabilities','goog:chromeOptions','VDECl','browserstack.accessibility','1HuhRBM','kaAXy','aiSdk_bstackConfig','BROWSERSTACK_TURBOSCALE','vpRis','1327700tKVxDN','push','PaKXT','18vtgSfV','SmuPv','LTBLp','vkuHO','rXfXS','Executor','setGlobal','EBKhA','./helpers/performance/performance-tester','bstack:options','BiicG','fejpH','browserstack.accessibilityOptions','edgeOptions','./bin/playwright/modifyPlaywrightConf','pushCommand','IDMnN','NKqlw','hrxZi','duSRk','UkQur','sJUNR','pppyy','Jwyzk','Session\x20ID:\x20','get','assign','getServerUrl','ZfgZz','vvtnN','WebDriver','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','bxMyL','390256uZLSxL','gcuyB','newHubUrl','storeOptimalHubUrl','getHttpAgent','apNNv','updateHubUrl','mRcdb','proxyUrl','HttpClient','./helpers/performance/constants','getHubUrl','28iOaOtW','\x20to\x20global\x20drivers\x20array','platformName','trtXs','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','vtXvR','hKFZR','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','33VvYgIn','./bin/mocha/accessibility-automation/helper','ylivX','eLjzo','browserVersion','env','ieOptions','nOrue','WdAHo','Unable\x20to\x20find\x20executor\x20class\x20','yjtPI','authToken','send','bstackAllyScanning','/wd/hub','setting\x20driver\x20Session\x20ID:\x20','AjkRg','message','selenium-webdriver/lib/webdriver.js','bhnLP','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','DonBP','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','execute','.browserstack.com','winstonLogger','edgeOptions_','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','delete','kErbP','BASwc','Mczwn','ShWFx','keXhw','iegeb','MZjqN','setAdditionalCapabilities','uBxGJ','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','SDK_PRE_INITIALIZE','XFrlP','hYzBY','yyevR','startA11yScanning','__driver','tWTmm','./helpers/accessibility-automation/helper','cTqQf','Builder','format','percy','keys','./helpers/patchHelper','aFANv','parameters_','ywOqY','includes','QKMDu','patchDriverPercy','parse','Xoczc','RjzhN','stopA11yScanning','366634YqBZJW','jiuNO'];a160_0x2378=function(){return _0x355a58;};return a160_0x2378();}module[a160_0x5dbff1(0x8a)]['_installDriverInitFailureCapture']=require(a160_0x5dbff1(0xe2))[a160_0x5dbff1(0x1e3)];
|
|
1
|
+
const a160_0x4ce093=a160_0x1edf;function a160_0x1edf(_0xfd230f,_0x28d605){const _0x43f830=a160_0x43f8();return a160_0x1edf=function(_0x1edfa3,_0x49da1c){_0x1edfa3=_0x1edfa3-0x1bf;let _0x174375=_0x43f830[_0x1edfa3];return _0x174375;},a160_0x1edf(_0xfd230f,_0x28d605);}function a160_0x43f8(){const _0x30e3b9=['ITNpK','firefoxOptions_','./helpers/percy/PercySDK','(sync)','481466hhEmxc','./helpers/globals','YaLHG','requireHttpClient','selenium-webdriver/lib/http.js','includes','mrpzz','Proxy\x20set\x20to\x20','ALUzF','cfnkq','tIfpp','UQoKZ','./helpers/ai-sdk/autoHealHelper','edgeOptions_','HeDEF','GbRZj','mergeDeep','lWbjM','hYpGk','warn','.browserstack.com','jbPdj','bDHbm','debug','MXRrf','uNeJi','XeeQL','JAoga','UXECd','zGIQX','getHttpAgent','rcjfK','HQICS','stvjr','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','qZYLv','prepareCapabilities','VeWXr','scannerVersion','ms:edgeOptions','name_','hxZSz','OPtSE','/wd/hub','getGlobal','OFcVx','Baiwt','bstackA11yShouldScan','AywJv','jFdDl','hiqiy','browserstack.accessibilityOptions','push','UyLdr','HdRIk','utNoI','pMDeC','./helpers/patchHelpers','bUpCE','message','FdxLj','chromeOptions','UWipJ','goog:chromeOptions','UzFZX','meadu','./helpers/performance/performance-tester','uPsOp','Setting\x20Browserstack\x20capabilities','assign','gePaO','wayvJ','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','https://','xtZXP','uBQgr','QDTYC','fHCbC','UOuAb','capabilities','installAll','HttpClient','56105TAKEhw','eXFDV','overrideQuit','_modifyPlaywright','SDHWO','updateHubUrl','./helpers/patchHelper','then','requireSeleniumWebdriver','RpVAQ','WwULu','ZxyYH','set','initializeHealingCapabilities','lWlFV','setAdditionalCapabilities','./helpers/percy/utils','Builder','IJQbz','setting\x20driver\x20Session\x20ID:\x20','exports','toLowerCase','JlvQK','Failed\x20to\x20perform\x20scan\x20','kUmqt','MGMZh','build','IUyhh','selenium-webdriver','winstonLogger','get','moz:firefoxOptions','accessibility','ZZlAc','185618OrKMhQ','./helpers/helper','platformName','patchDriverPercy','tFwjn','rrenc','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','vXXel','storeOptimalHubUrl','readTcgAuthConfigToGlobal','AKjaS','shouldWrapCommand','NjZxn','jkQbS','se:ieOptions','deviceName','./bin/mocha/accessibility-automation/helper','FKepP','WDzff','BROWSERSTACK_TURBOSCALE','originalBuilder','accessibilityOptions','HDQsM','WebDriver','bstackAllyScanning','./hubAllocationMethods','chromeOptions_','isBrowserstackInfra','setServer','NlFCa','vBEQC','sQkcX','pitLO','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','firefoxOptions','HmJpj','VrvDm','MHTBR','edgeOptions','qWakT','JJhaT','nuypb','oObFQ','SGcGw','browserstackAgent','ZWQCd','uGuXV','New\x20hub\x20url\x20set\x20to\x20','24pdCanK','browserstackSessionName','CHWpX','getHubUrl','HZqiG','adxcF','Modifying\x20webdriver\x20builder','error','16888GFiPdj','sCqxT','qhoEg','session_','agent_','SDK_POST_INITIALIZE','_installDriverInitFailureCapture','luHsX','lqzre','TCbyj','wEYzQ','TZAaK','measureWrapper','cQExc','BKTwG','wOhky','capability','aiSdk_bstackConfig','prototype','parameters_','cfave','ihlML','540155PlQGOl','proxy_','hUSwq','TYBok','kDqzj','newHubUrl','AqgeU','WzKnW','global','LOPnH','ieOptions','yKAzs','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','browserName','frncC','isTurboScaleSession','zSwSE','HLaHP','parse','options_','browserstack.com','hvWWj','info','thBMp','forEach','jzmxL','isArray','./helpers/ai-sdk/aiSdkWrapper','setConfig','Ookkl','lqOUD','proxyUrl','183524LgNIfe','chrome','length','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','UokTI','overrideGet','wNJuj','Modifying\x20webdriver\x20execute','Cgqrw','safari.options','etEnP','delete','gWnes','getServerUrl','setFramework','ZSBTu','HXnNO','YvAuu','XgBQc','plvJP','Performing\x20scan\x20for\x20','CAPABILITY_KEY','vOiHK','VRdbK','browserStackGlobals','Wzsgb','zhFHk','./helpers/performance/constants','path','JCbvT','isMobilePlatform','fnTnL','catch','eoAOa','qVgZN','VKOGI','niQew','browserstackAgentV2','proxySettings','QSbmC','xjXGG','qyAIP','startA11yScanning','ESESW','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','CHKSq','./helpers/accessibility-automation/helper','aYQLt','performScan','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','BrowserStackSdk','safariOptions_','ieOptions_','pushCommand','isPacProxy','browserStackLogLevel','__driver','env','vWzhi','args','split','VucUg','FDHMt','rjEYn','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','pWwVY','aiHeal_isAuthenticated','setLogLevel','UOilH','EFpvP','ovlSk','ikvCI','apply','ZDGrK','optimalHubUrl','logLevel','from','UQwPi','nVNXp','nmmqF','QGQgu','__driversArray','./helpers/driverInitErrorReporter','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','zoxAV','__setBrowserOptions','caps_','keys','UNppU','setGlobal','dBcAw','send','ybZkW','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','uuoxP','hSuqG','783jXJOxj','deGXp','Session\x20ID:\x20','/session','fqQtB','isAccessibilityPlatform','getAccessibilityResultsSummary','stopA11yScanning','txrYm','knVrb','jest','authToken','url_','./helpers/accessibility-automation/constants','./bin/playwright/modifyPlaywrightConf','bstackA11yScanOptions','BsDSf','getId','udLoS','quitCount_','Executor','isUndefined','SHjct','execute','format','object','qykIQ','android','DQXtC','dXWOq','GcNZr','getRequestOptions','DDmrU','gPcsD','cpUsi','zIAED','requireModule','BS_A11Y_JWT','__drivers','capabilities_','getAccessibilityResults','device','util','QMHru','UupAi','WebElement','Hub\x20url\x20set\x20to\x20','SDK_PRE_INITIALIZE','setCapabilities','226722KHSTKP','framework','tvjcE','lJhcj','DqXCy','BKDvI','MKmtJ','BiPKk'];a160_0x43f8=function(){return _0x30e3b9;};return a160_0x43f8();}(function(_0x25821c,_0x20763c){const _0x41ea45=a160_0x1edf,_0x2976f1=_0x25821c();while(!![]){try{const _0x16df16=-parseInt(_0x41ea45(0x1ec))/0x1+parseInt(_0x41ea45(0x2f7))/0x2+-parseInt(_0x41ea45(0x2eb))/0x3+parseInt(_0x41ea45(0x25a))/0x4+-parseInt(_0x41ea45(0x1ca))/0x5*(-parseInt(_0x41ea45(0x21c))/0x6)+-parseInt(_0x41ea45(0x23a))/0x7+-parseInt(_0x41ea45(0x224))/0x8*(-parseInt(_0x41ea45(0x2ba))/0x9);if(_0x16df16===_0x20763c)break;else _0x2976f1['push'](_0x2976f1['shift']());}catch(_0x64f031){_0x2976f1['push'](_0x2976f1['shift']());}}}(a160_0x43f8,0x2b29e));const util=require(a160_0x4ce093(0x2e4)),{overrideTakeScreenshot}=require(a160_0x4ce093(0x330)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a160_0x4ce093(0x288)),{setAccessibilityCapabilities,setExtension}=require(a160_0x4ce093(0x1fc)),helper=require(a160_0x4ce093(0x1ed)),logger=require('./helpers/logger')[a160_0x4ce093(0x1e7)],hubAllocator=require(a160_0x4ce093(0x205)),percySDK=require(a160_0x4ce093(0x2f5)),percyHelper=require(a160_0x4ce093(0x1da)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a160_0x4ce093(0x2c8)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a160_0x4ce093(0x2f8)),{commandRepository}=require(a160_0x4ce093(0x303)),{aiSdkWrapper}=require(a160_0x4ce093(0x255)),{overrideExecute}=require(a160_0x4ce093(0x1d0)),PerformanceTester=require(a160_0x4ce093(0x339)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a160_0x4ce093(0x275)),{nonBstackPlatformValidation}=require(a160_0x4ce093(0x288)),modify=_0x5d0b19=>{const _0x337e71=a160_0x4ce093,_0x471396={'zGIQX':function(_0x1a2456,_0x2c70f9){return _0x1a2456!==_0x2c70f9;},'Kkqlj':_0x337e71(0x2bd),'ALUzF':function(_0x5bac0d,_0x4666ea){return _0x5bac0d+_0x4666ea;},'wayvJ':_0x337e71(0x1c1),'YDnUX':'/wd/hub','BiPKk':_0x337e71(0x336),'ZSBTu':'chromeOptions','uNeJi':'ms:edgeOptions','vXXel':_0x337e71(0x212),'UzFZX':_0x337e71(0x1e9),'utNoI':_0x337e71(0x20e),'RpVAQ':_0x337e71(0x263),'FkVYX':_0x337e71(0x1fa),'YvAuu':_0x337e71(0x244),'OPtSE':function(_0x220165,_0x3dd142){return _0x220165===_0x3dd142;},'UOilH':_0x337e71(0x2d3),'PTTQS':_0x337e71(0x33b),'UNppU':function(_0x534a18){return _0x534a18();},'syDxA':function(_0x5c4905,_0x233a58){return _0x5c4905(_0x233a58);},'DDmrU':'bstack:options','hxZSz':_0x337e71(0x2e3),'dXWOq':_0x337e71(0x1fb),'vOiHK':_0x337e71(0x1ee),'WzKnW':_0x337e71(0x247),'kUmqt':function(_0x5748e7,_0x3d4531){return _0x5748e7===_0x3d4531;},'wRtEr':'android','qWakT':_0x337e71(0x25b),'aYQLt':_0x337e71(0x20d),'haJOI':_0x337e71(0x278),'VucUg':'isAccessibilityPlatform','mrpzz':function(_0x2c3665,_0x374889,_0x38e048){return _0x2c3665(_0x374889,_0x38e048);},'nmmqF':'browserstack.accessibility','FdxLj':_0x337e71(0x32a),'EnzfT':_0x337e71(0x25d),'XgBQc':function(_0x248d3c,_0x235660,_0x5d5eb0){return _0x248d3c(_0x235660,_0x5d5eb0);},'GbRZj':_0x337e71(0x326),'TYBok':_0x337e71(0x2c9),'fqQtB':function(_0x1c25a6,_0x555df1){return _0x1c25a6||_0x555df1;},'ZUfYZ':'optimalHubUrl','DqxOl':_0x337e71(0x1c0),'rcjfK':function(_0x2c8a62,_0xa1f018,_0x40b051){return _0x2c8a62(_0xa1f018,_0x40b051);},'ESESW':function(_0x2ceb95,_0x2168e5,_0x32d257,_0x5ca427,_0x3b17d9){return _0x2ceb95(_0x2168e5,_0x32d257,_0x5ca427,_0x3b17d9);},'yccZX':function(_0x54781e,_0x4f3b88){return _0x54781e||_0x4f3b88;},'ihlML':_0x337e71(0x28b),'vWzhi':_0x337e71(0x222)};logger[_0x337e71(0x250)](_0x471396[_0x337e71(0x239)]),logger[_0x337e71(0x30e)](_0x471396[_0x337e71(0x294)]);const _0x5133ec=helper[_0x337e71(0x1d2)](),_0x39add5=helper[_0x337e71(0x2fa)]();class _0xc4d399 extends _0x39add5[_0x337e71(0x1c9)]{[_0x337e71(0x2b5)](_0x5973cd){const _0x18367e=_0x337e71;if(_0x471396['zGIQX'](_0x5973cd[_0x18367e(0x276)],_0x471396['Kkqlj'])&&_0x471396[_0x18367e(0x314)](global[_0x18367e(0x23f)],''))try{global['newHubUrl']=_0x471396[_0x18367e(0x2ff)](_0x471396['ALUzF'](_0x471396[_0x18367e(0x1bf)],global[_0x18367e(0x23f)]),_0x471396['YDnUX']),this[_0x18367e(0x24d)]=hubAllocator['getRequestOptions'](global[_0x18367e(0x23f)]),logger[_0x18367e(0x30e)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x18367e(0x23f)]),global['newHubUrl']='';}catch(_0x26765c){logger[_0x18367e(0x223)](_0x26765c);}return super[_0x18367e(0x2b5)](_0x5973cd);}}class _0x3ecc35 extends _0x5133ec[_0x337e71(0x1db)]{[_0x337e71(0x2af)](_0x39fb86){const _0x19dbdb=_0x337e71;let _0xb80993={};for(const _0x5d4d4e in _0x39fb86){switch(_0x5d4d4e){case _0x471396[_0x19dbdb(0x2f2)]:case _0x471396[_0x19dbdb(0x269)]:this[_0x19dbdb(0x206)]&&(_0xb80993=this[_0x19dbdb(0x206)]['get'](this[_0x19dbdb(0x206)][_0x19dbdb(0x26f)])||{},this[_0x19dbdb(0x206)][_0x19dbdb(0x1d6)](this[_0x19dbdb(0x206)][_0x19dbdb(0x26f)],helper[_0x19dbdb(0x307)](_0xb80993,_0x39fb86[_0x5d4d4e])));break;case _0x471396[_0x19dbdb(0x310)]:case _0x471396[_0x19dbdb(0x1f3)]:this[_0x19dbdb(0x304)]&&(_0xb80993=this[_0x19dbdb(0x304)]['get'](this[_0x19dbdb(0x304)][_0x19dbdb(0x26f)])||{},this['edgeOptions_']['set'](this[_0x19dbdb(0x304)][_0x19dbdb(0x26f)],helper[_0x19dbdb(0x307)](_0xb80993,_0x39fb86[_0x5d4d4e])));break;case _0x471396[_0x19dbdb(0x337)]:case _0x471396[_0x19dbdb(0x32e)]:this['firefoxOptions_']&&(_0xb80993=this[_0x19dbdb(0x2f4)][_0x19dbdb(0x1e8)](this[_0x19dbdb(0x2f4)][_0x19dbdb(0x26f)])||{},this[_0x19dbdb(0x2f4)]['set'](this[_0x19dbdb(0x2f4)][_0x19dbdb(0x26f)],helper[_0x19dbdb(0x307)](_0xb80993,_0x39fb86[_0x5d4d4e])));break;case _0x471396[_0x19dbdb(0x1d3)]:this['safariOptions_']&&(_0xb80993=this[_0x19dbdb(0x28d)][_0x19dbdb(0x1e8)](this['safariOptions_'][_0x19dbdb(0x26f)])||{},this['safariOptions_'][_0x19dbdb(0x1d6)](this[_0x19dbdb(0x28d)][_0x19dbdb(0x26f)],helper['mergeDeep'](_0xb80993,_0x39fb86[_0x5d4d4e])));break;case _0x471396['FkVYX']:case _0x471396[_0x19dbdb(0x26b)]:this[_0x19dbdb(0x28e)]&&(_0xb80993=this['ieOptions_'][_0x19dbdb(0x1e8)](this[_0x19dbdb(0x28e)]['CAPABILITY_KEY'])||{},this[_0x19dbdb(0x28e)][_0x19dbdb(0x1d6)](this[_0x19dbdb(0x28e)][_0x19dbdb(0x26f)],helper[_0x19dbdb(0x307)](_0xb80993,_0x39fb86[_0x5d4d4e])));break;}}}['setServer'](){const _0xbd6e3a=_0x337e71;return this['url_']=helper[_0xbd6e3a(0x21f)](_0x5d0b19),logger['debug'](_0xbd6e3a(0x2e8)+this[_0xbd6e3a(0x2c6)]),this;}[_0x337e71(0x2ea)](){const _0x3f99a9=_0x337e71,_0x361487={'fHCbC':function(_0x3c9276,_0x91c34e){const _0x41d4e8=a160_0x1edf;return _0x471396[_0x41d4e8(0x321)](_0x3c9276,_0x91c34e);},'txrYm':_0x471396[_0x3f99a9(0x29e)]};return logger[_0x3f99a9(0x30e)](_0x471396['PTTQS']),this[_0x3f99a9(0x2af)](_0x5d0b19[_0x3f99a9(0x234)]),Object['keys'](_0x5d0b19[_0x3f99a9(0x234)])[_0x3f99a9(0x252)](_0x5c7581=>{const _0x3ab3d3=_0x3f99a9,_0x48036e=this['capabilities_'][_0x3ab3d3(0x1e8)](_0x5c7581);_0x361487[_0x3ab3d3(0x1c5)](typeof _0x48036e,_0x361487[_0x3ab3d3(0x2c2)])?this[_0x3ab3d3(0x2e1)][_0x3ab3d3(0x1d6)](_0x5c7581,helper[_0x3ab3d3(0x307)](_0x48036e,_0x5d0b19[_0x3ab3d3(0x234)][_0x5c7581])):this['capabilities_'][_0x3ab3d3(0x1d6)](_0x5c7581,_0x5d0b19['capability'][_0x5c7581]);}),this;}['build'](){const _0x2f9f11=_0x337e71,_0x552f0a={'WDzff':function(_0x3c5776){const _0xaf2af7=a160_0x1edf;return _0x471396[_0xaf2af7(0x2b2)](_0x3c5776);},'pMDeC':function(_0x1336f9,_0x309776){return _0x471396['syDxA'](_0x1336f9,_0x309776);},'nVNXp':function(_0x3db6fc){const _0x22e55e=a160_0x1edf;return _0x471396[_0x22e55e(0x2b2)](_0x3db6fc);},'VKOGI':_0x471396[_0x2f9f11(0x2da)],'jkQbS':_0x471396[_0x2f9f11(0x320)],'jFdDl':_0x471396[_0x2f9f11(0x2d7)],'udLoS':_0x471396[_0x2f9f11(0x270)],'CHKSq':_0x471396[_0x2f9f11(0x241)],'JlvQK':function(_0x5c069c,_0x3d7546){const _0x2f635e=_0x2f9f11;return _0x471396[_0x2f635e(0x1e2)](_0x5c069c,_0x3d7546);},'UyLdr':_0x471396['wRtEr'],'JAoga':_0x471396[_0x2f9f11(0x213)],'ovlSk':function(_0x3457cf){const _0x13985a=_0x2f9f11;return _0x471396[_0x13985a(0x2b2)](_0x3457cf);},'HmJpj':_0x471396[_0x2f9f11(0x289)],'hiqiy':_0x471396['haJOI'],'zoxAV':_0x471396[_0x2f9f11(0x297)],'uaToI':function(_0x3c977c,_0x15afba,_0x4d4503){const _0x35c6c8=_0x2f9f11;return _0x471396[_0x35c6c8(0x2fd)](_0x3c977c,_0x15afba,_0x4d4503);},'MXRrf':_0x471396[_0x2f9f11(0x2a9)],'HZqiG':_0x471396[_0x2f9f11(0x333)],'Ipdla':_0x471396['EnzfT'],'Baiwt':function(_0x5f39ec,_0x26db68,_0xd48935){const _0x22b722=_0x2f9f11;return _0x471396[_0x22b722(0x26c)](_0x5f39ec,_0x26db68,_0xd48935);},'uGuXV':_0x471396[_0x2f9f11(0x306)],'fnTnL':_0x471396[_0x2f9f11(0x23d)],'AywJv':function(_0x2773e4,_0x3f57cc){const _0x129148=_0x2f9f11;return _0x471396[_0x129148(0x2be)](_0x2773e4,_0x3f57cc);},'SHjct':_0x471396['ZUfYZ'],'oObFQ':_0x471396['DqxOl'],'qhoEg':function(_0x201729,_0x1b6c26,_0x45b935){const _0x1bfcd9=_0x2f9f11;return _0x471396[_0x1bfcd9(0x316)](_0x201729,_0x1b6c26,_0x45b935);},'wEYzQ':function(_0xae3f55,_0x262f87,_0x3a5410,_0x4fe56a,_0x2cacc0){const _0x4b9fa5=_0x2f9f11;return _0x471396[_0x4b9fa5(0x285)](_0xae3f55,_0x262f87,_0x3a5410,_0x4fe56a,_0x2cacc0);},'hYpGk':function(_0x20d2de,_0x4e92f3){return _0x471396['yccZX'](_0x20d2de,_0x4e92f3);},'GicxW':function(_0x4b9db1,_0x2147f2,_0x4db1ef){const _0x4f8e97=_0x2f9f11;return _0x471396[_0x4f8e97(0x2fd)](_0x4b9db1,_0x2147f2,_0x4db1ef);}};PerformanceTester[_0x2f9f11(0x230)](PerformanceEvents[_0x2f9f11(0x2e9)],()=>{const _0x330245=_0x2f9f11;_0x552f0a[_0x330245(0x1fe)](isAccessibilityAutomationSession)&&_0x552f0a[_0x330245(0x32f)](setAccessibilityCapabilities,_0x5d0b19);this[_0x330245(0x208)](),this['setCapabilities']();if(helper[_0x330245(0x290)](_0x5d0b19[_0x330245(0x280)][_0x330245(0x259)]))this[_0x330245(0x228)]=helper[_0x330245(0x315)](_0x5d0b19['proxySettings']['proxyUrl']);else _0x5d0b19[_0x330245(0x280)][_0x330245(0x259)]&&(this[_0x330245(0x23b)]=_0x5d0b19['proxySettings'][_0x330245(0x259)],logger[_0x330245(0x30e)](_0x330245(0x2fe)+this[_0x330245(0x23b)]));if(_0x552f0a[_0x330245(0x2a8)](isAccessibilityAutomationSession)){const _0x1b0589=this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x27d)])||{},_0x438ec4=_0x1b0589[_0x330245(0x1fb)]||this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x1f9)])||this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x328)]);if(_0x438ec4){const _0x2197a9=(_0x1b0589[_0x330245(0x1ee)]||this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x2cc)])||'')['toLowerCase'](),_0x354e08=(_0x1b0589[_0x330245(0x247)]||this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x287)])||'')['toLowerCase']();_0x552f0a[_0x330245(0x1e0)](_0x2197a9,_0x552f0a[_0x330245(0x32c)])&&_0x354e08[_0x330245(0x2fc)](_0x552f0a[_0x330245(0x312)])&&(_0x552f0a[_0x330245(0x2a0)](isMobileScanningEnabledForGroup)&&(logger[_0x330245(0x30e)](_0x552f0a[_0x330245(0x20f)]),globals[_0x330245(0x2b3)](_0x552f0a[_0x330245(0x329)],!![])));}}if(globals[_0x330245(0x323)](_0x552f0a[_0x330245(0x2ae)])){if(!_0x552f0a['uaToI'](setExtension,this,_0x5d0b19)){globals[_0x330245(0x2b3)](_0x552f0a[_0x330245(0x2ae)],![]);const _0x519c37=this[_0x330245(0x2e1)]['get'](_0x552f0a['VKOGI']);_0x519c37&&(_0x519c37[_0x330245(0x1ea)]=![],delete _0x519c37[_0x330245(0x201)],this[_0x330245(0x2e1)][_0x330245(0x1d6)](_0x552f0a[_0x330245(0x27d)],_0x519c37)),this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x30f)])&&(this[_0x330245(0x2e1)][_0x330245(0x1d6)](_0x552f0a[_0x330245(0x30f)],![]),this[_0x330245(0x2e1)][_0x330245(0x265)](_0x552f0a[_0x330245(0x220)]));}}(!helper[_0x330245(0x207)]()||helper[_0x330245(0x249)](_0x5d0b19))&&helper['prepareCapabilities'](null,null,_0x5d0b19[_0x330245(0x2ec)],null,this,null),helper[_0x330245(0x1d9)](_0x5d0b19['capability']),logger['debug'](_0x552f0a['Ipdla']);})();const _0x414df5=super['build']();return PerformanceTester[_0x2f9f11(0x230)](PerformanceEvents[_0x2f9f11(0x229)],()=>{const _0x42abdb=_0x2f9f11,_0x5ef4cc={'IJQbz':_0x552f0a[_0x42abdb(0x2d0)],'yKAzs':_0x552f0a[_0x42abdb(0x216)],'guGtM':function(_0x49d4b4,_0x414c71,_0x49515b){const _0x34de29=_0x42abdb;return _0x552f0a[_0x34de29(0x226)](_0x49d4b4,_0x414c71,_0x49515b);},'OSMJE':function(_0x3cc8ee,_0x37f60a,_0x2149fa){return _0x552f0a['uaToI'](_0x3cc8ee,_0x37f60a,_0x2149fa);},'Horpv':function(_0x53bc98,_0x5f3065,_0xcccfcf,_0x143223,_0x2714a1){const _0x24820e=_0x42abdb;return _0x552f0a[_0x24820e(0x22e)](_0x53bc98,_0x5f3065,_0xcccfcf,_0x143223,_0x2714a1);},'UQwPi':function(_0x53020a,_0x5e5f09){const _0x56f0f8=_0x42abdb;return _0x552f0a[_0x56f0f8(0x309)](_0x53020a,_0x5e5f09);},'VRdbK':_0x552f0a[_0x42abdb(0x21a)],'sQkcX':_0x552f0a['fnTnL'],'SGcGw':function(_0x619104,_0x4a5067){const _0xc60e0e=_0x42abdb;return _0x552f0a[_0xc60e0e(0x309)](_0x619104,_0x4a5067);},'CQKgf':function(_0x5919af,_0x5bed1f,_0x2aa634){const _0x4af9a5=_0x42abdb;return _0x552f0a[_0x4af9a5(0x226)](_0x5919af,_0x5bed1f,_0x2aa634);},'pWwVY':function(_0x4f350d,_0x2e85ed,_0x1401eb){return _0x552f0a['GicxW'](_0x4f350d,_0x2e85ed,_0x1401eb);},'cpUsi':function(_0x914058,_0x12e06c,_0x2b055a,_0x2f1f63,_0x55023d){const _0x48bb4d=_0x42abdb;return _0x552f0a[_0x48bb4d(0x22e)](_0x914058,_0x12e06c,_0x2b055a,_0x2f1f63,_0x55023d);}};_0x414df5[_0x42abdb(0x227)]['then'](_0x1f5d3a=>{const _0x92a3ff=_0x42abdb;try{const _0x353ecf=_0x1f5d3a[_0x92a3ff(0x2b0)][_0x92a3ff(0x1e8)](_0x5ef4cc[_0x92a3ff(0x1dc)]);_0x353ecf?(logger[_0x92a3ff(0x30e)](_0x92a3ff(0x286)+_0x353ecf),hubAllocator[_0x92a3ff(0x1cf)](_0x353ecf),helper[_0x92a3ff(0x1f4)](_0x353ecf)):logger['debug'](_0x5ef4cc[_0x92a3ff(0x245)]);}catch(_0x23116a){logger[_0x92a3ff(0x30e)](_0x92a3ff(0x319)+_0x23116a);}}),_0x414df5[_0x42abdb(0x1d1)]&&_0x414df5['then'](_0x85c142=>{const _0x1b8d54=_0x42abdb,_0x4dc4ac={'gPcsD':_0x5ef4cc['VRdbK'],'UXECd':_0x5ef4cc[_0x1b8d54(0x20b)],'hvWWj':function(_0x2e5274,_0x4d203e){const _0x5e19ea=_0x1b8d54;return _0x5ef4cc[_0x5e19ea(0x217)](_0x2e5274,_0x4d203e);}};helper[_0x1b8d54(0x25f)](_0x85c142,_0x5d0b19),_0x5ef4cc['CQKgf'](overrideExecute,_0x85c142,_0x5d0b19),_0x85c142[_0x1b8d54(0x2c0)]=async()=>{return await _0x5ef4cc['guGtM'](getAccessibilityResultsSummary,_0x85c142,global);},_0x85c142['getAccessibilityResults']=async()=>{return await _0x5ef4cc['OSMJE'](getAccessibilityResults,_0x85c142,global);},_0x85c142[_0x1b8d54(0x28a)]=async _0x37df2a=>{const _0xbcafbd=_0x1b8d54;return await _0x5ef4cc['Horpv'](performScan,_0x85c142,null,!![],_0x5ef4cc[_0xbcafbd(0x2a7)](_0x37df2a,null));},_0x85c142[_0x1b8d54(0x284)]=async _0x1d9a2d=>{const _0x4c5309=_0x1b8d54;globals[_0x4c5309(0x2b3)](_0x4dc4ac[_0x4c5309(0x2db)],!![]),globals[_0x4c5309(0x2b3)](_0x4dc4ac[_0x4c5309(0x313)],_0x4dc4ac[_0x4c5309(0x24f)](_0x1d9a2d,null));},_0x85c142[_0x1b8d54(0x2c1)]=async()=>{const _0x3d55aa=_0x1b8d54;globals[_0x3d55aa(0x2b3)](_0x4dc4ac[_0x3d55aa(0x2db)],![]),globals[_0x3d55aa(0x2b3)](_0x4dc4ac[_0x3d55aa(0x313)],null);};}),_0x414df5[_0x42abdb(0x2c0)]=async()=>{const _0x348cda=_0x42abdb;return await _0x552f0a[_0x348cda(0x325)](getAccessibilityResultsSummary,_0x414df5,global);},_0x414df5[_0x42abdb(0x2e2)]=async()=>{const _0x55b4f2=_0x42abdb;return await _0x5ef4cc[_0x55b4f2(0x29b)](getAccessibilityResults,_0x414df5,global);},_0x414df5['performScan']=async _0x5f3b20=>{const _0x545af6=_0x42abdb;return await _0x5ef4cc[_0x545af6(0x2dc)](performScan,_0x414df5,null,!![],_0x5ef4cc['UQwPi'](_0x5f3b20,null));},_0x414df5[_0x42abdb(0x284)]=async _0x2f3419=>{const _0x35c0b8=_0x42abdb;globals[_0x35c0b8(0x2b3)](_0x552f0a[_0x35c0b8(0x21a)],!![]),globals[_0x35c0b8(0x2b3)](_0x552f0a[_0x35c0b8(0x279)],_0x552f0a[_0x35c0b8(0x327)](_0x2f3419,null));},_0x414df5[_0x42abdb(0x2c1)]=async()=>{const _0x53550b=_0x42abdb;globals[_0x53550b(0x2b3)](_0x5ef4cc[_0x53550b(0x271)],![]),globals[_0x53550b(0x2b3)](_0x5ef4cc[_0x53550b(0x20b)],null);},helper[_0x42abdb(0x25f)](_0x414df5,_0x5d0b19),_0x552f0a[_0x42abdb(0x226)](overrideExecute,_0x414df5,_0x5d0b19),helper[_0x42abdb(0x2cf)](global[_0x42abdb(0x2ab)])&&(global[_0x42abdb(0x2ab)]=[]),global[_0x42abdb(0x2ab)][_0x42abdb(0x32b)](_0x414df5);})(),_0x414df5;}}_0x5133ec[_0x337e71(0x200)]=_0x5133ec[_0x337e71(0x1db)],_0x5133ec[_0x337e71(0x1db)]=_0x3ecc35,_0x39add5[_0x337e71(0x1c9)]=_0xc4d399;},propagateJestSessionName=(_0x23add5,_0xe5766f,_0x20e9f7='')=>{const _0xf8778d=a160_0x4ce093,_0x9067c0={};_0x9067c0[_0xf8778d(0x29f)]=_0xf8778d(0x29a);const _0x3de58b=_0x9067c0;_0xe5766f&&_0xe5766f[_0xf8778d(0x242)]&&_0xe5766f['global']['browserstackSessionName']&&helper[_0xf8778d(0x2cf)](_0x23add5[_0xf8778d(0x21d)])&&(_0x23add5[_0xf8778d(0x21d)]=_0xe5766f[_0xf8778d(0x242)][_0xf8778d(0x21d)],logger[_0xf8778d(0x30e)](util[_0xf8778d(0x2d2)](_0x3de58b[_0xf8778d(0x29f)],_0x20e9f7?'\x20'+_0x20e9f7:'',_0x23add5['browserstackSessionName'])));},modifyV2=(_0x2f949b,_0x38a565=null,_0x355718=![])=>{const _0x3468f0=a160_0x4ce093,_0x572c94={'UWipJ':function(_0x549199,_0x4654e9){return _0x549199!==_0x4654e9;},'NjZxn':_0x3468f0(0x2bd),'WNJBi':function(_0x1d86b1,_0x147882){return _0x1d86b1+_0x147882;},'gePaO':function(_0x140bc3,_0x57162d){return _0x140bc3+_0x57162d;},'MHTBR':_0x3468f0(0x1c1),'Ookkl':_0x3468f0(0x322),'AqgeU':_0x3468f0(0x29c),'kDqzj':'aiHeal_isHealingEnabled','QGQgu':_0x3468f0(0x336),'gWnes':_0x3468f0(0x334),'HXnNO':_0x3468f0(0x31e),'meadu':_0x3468f0(0x212),'qykIQ':_0x3468f0(0x1e9),'qyAIP':_0x3468f0(0x20e),'dBcAw':'safari.options','tvjcE':_0x3468f0(0x1fa),'YaLHG':_0x3468f0(0x244),'jzmxL':function(_0x517c4c,_0x54f729){return _0x517c4c===_0x54f729;},'UOuAb':'object','eXFDV':_0x3468f0(0x33b),'GcNZr':function(_0x284856,_0x5b34f8){return _0x284856>_0x5b34f8;},'HLaHP':function(_0x3315ae){return _0x3315ae();},'stvjr':function(_0x5e3ff9,_0x4221e9,_0x1103fc){return _0x5e3ff9(_0x4221e9,_0x1103fc);},'SDHWO':_0x3468f0(0x2bf),'hUSwq':'bstack:options','xjXGG':'browserstack.accessibility','lJhcj':'browserstack.accessibilityOptions','yAKkR':function(_0xcefea6,_0x40ed0b,_0x38a5f3,_0x164c92,_0xa3859c){return _0xcefea6(_0x40ed0b,_0x38a5f3,_0x164c92,_0xa3859c);},'bDHbm':function(_0x589b70,_0x158d16){return _0x589b70||_0x158d16;},'rrenc':_0x3468f0(0x326),'HeDEF':_0x3468f0(0x2c9),'deGXp':function(_0xe7621c,_0x562352){return _0xe7621c||_0x562352;},'TCbyj':function(_0x59bea0,_0x442471){return _0x59bea0(_0x442471);},'AKjaS':function(_0x2170bc,_0x127266,_0x4b77f3,_0xb264e7){return _0x2170bc(_0x127266,_0x4b77f3,_0xb264e7);},'lqOUD':_0x3468f0(0x2f6),'uBQgr':function(_0x23feb3,_0xb0d5a){return _0x23feb3!==_0xb0d5a;},'etEnP':function(_0x5237c7,_0x3b9894){return _0x5237c7(_0x3b9894);},'zVDyG':_0x3468f0(0x2e3),'BKDvI':_0x3468f0(0x1fb),'QYlBB':_0x3468f0(0x1ee),'ptrDG':_0x3468f0(0x247),'qXUZT':function(_0x4a05c6,_0x4db952){return _0x4a05c6===_0x4db952;},'cfave':_0x3468f0(0x2d5),'GfVwE':_0x3468f0(0x25b),'MGMZh':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','adxcF':_0x3468f0(0x278),'eoAOa':_0x3468f0(0x25d),'snQNn':_0x3468f0(0x24e),'ITNpK':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','QDTYC':'browserVersion','HDQsM':function(_0x28fb09,_0x3215ef){return _0x28fb09(_0x3215ef);},'ZVDWt':_0x3468f0(0x2c7),'HdRIk':function(_0x3aa7f0,_0x1ff76b){return _0x3aa7f0<_0x1ff76b;},'uPsOp':'aiSdk_framework','VrvDm':_0x3468f0(0x2c4),'ZWQCd':_0x3468f0(0x235),'luHsX':_0x3468f0(0x30b),'knVrb':_0x3468f0(0x2ad),'NlFCa':_0x3468f0(0x2a4),'pitLO':_0x3468f0(0x1c0),'UQoKZ':function(_0x195342,_0x4c5e58,_0x4274b1){return _0x195342(_0x4c5e58,_0x4274b1);},'UokTI':function(_0x5db27a,_0x53bae1,_0x43fd59){return _0x5db27a(_0x53bae1,_0x43fd59);},'frncC':_0x3468f0(0x204),'Wzsgb':_0x3468f0(0x28b),'GVIXe':_0x3468f0(0x222),'uuoxP':'selenium-webdriver/lib/webdriver.js','zSwSE':_0x3468f0(0x1e6),'qzvue':_0x3468f0(0x2fb),'IUyhh':_0x3468f0(0x261),'hSuqG':function(_0x529134,_0x45fc98){return _0x529134+_0x45fc98;},'WtgLH':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x55fd24=helper['requireHttpClient']();let _0x42a89c;try{_0x42a89c=helper['requireSeleniumWebdriver'](),_0x42a89c[_0x3468f0(0x200)]&&(_0x42a89c[_0x3468f0(0x1db)]=_0x42a89c[_0x3468f0(0x200)]);}catch(_0x59c811){return;}if(helper[_0x3468f0(0x207)]()){const _0x1adf94={};_0x1adf94[_0x3468f0(0x2a5)]=_0x2f949b[_0x3468f0(0x291)],helper[_0x3468f0(0x29d)](_0x1adf94,new Map(),new Map()),logger[_0x3468f0(0x250)](_0x572c94[_0x3468f0(0x273)]),logger[_0x3468f0(0x30e)](_0x572c94['GVIXe']);}class _0x5c80e9 extends _0x55fd24[_0x3468f0(0x1c9)]{['send'](_0x3ec0cd){const _0x55efe5=_0x3468f0;if(_0x572c94['UWipJ'](_0x3ec0cd[_0x55efe5(0x276)],_0x572c94[_0x55efe5(0x1f8)])&&_0x572c94[_0x55efe5(0x335)](global['newHubUrl'],''))try{global[_0x55efe5(0x23f)]=_0x572c94['WNJBi'](_0x572c94[_0x55efe5(0x33d)](_0x572c94[_0x55efe5(0x211)],global[_0x55efe5(0x23f)]),_0x572c94[_0x55efe5(0x257)]),this['options_']=hubAllocator[_0x55efe5(0x2d9)](global[_0x55efe5(0x23f)]),logger[_0x55efe5(0x30e)](_0x55efe5(0x21b)+global['newHubUrl']),global[_0x55efe5(0x23f)]='';}catch(_0x37152f){logger[_0x55efe5(0x223)](_0x37152f);}if(globals[_0x55efe5(0x323)](_0x572c94[_0x55efe5(0x240)])&&globals['getGlobal'](_0x572c94[_0x55efe5(0x23e)])){const _0x26be94=_0x3ec0cd['path'][_0x55efe5(0x296)]('/')[0x2];_0x26be94&&commandRepository[_0x55efe5(0x28f)](_0x26be94,_0x3ec0cd);}return super[_0x55efe5(0x2b5)](_0x3ec0cd);}}class _0xe0cd57 extends _0x42a89c[_0x3468f0(0x1db)]{[_0x3468f0(0x208)](){const _0x4b4831=_0x3468f0;return helper[_0x4b4831(0x207)]()&&(this[_0x4b4831(0x2c6)]=helper[_0x4b4831(0x21f)](_0x2f949b)),this;}[_0x3468f0(0x2af)](_0x1281db){const _0x2e6602=_0x3468f0;let _0x1b704f={};for(const _0x4e9a90 in _0x1281db){switch(_0x4e9a90){case _0x572c94[_0x2e6602(0x2aa)]:case _0x572c94[_0x2e6602(0x266)]:this[_0x2e6602(0x206)]&&(_0x1b704f=this['chromeOptions_'][_0x2e6602(0x1e8)](this['chromeOptions_'][_0x2e6602(0x26f)])||{},this['chromeOptions_'][_0x2e6602(0x1d6)](this[_0x2e6602(0x206)][_0x2e6602(0x26f)],helper[_0x2e6602(0x307)](_0x1b704f,_0x1281db[_0x4e9a90])));break;case _0x572c94[_0x2e6602(0x26a)]:case _0x572c94[_0x2e6602(0x338)]:this[_0x2e6602(0x304)]&&(_0x1b704f=this[_0x2e6602(0x304)]['get'](this[_0x2e6602(0x304)][_0x2e6602(0x26f)])||{},this[_0x2e6602(0x304)][_0x2e6602(0x1d6)](this[_0x2e6602(0x304)]['CAPABILITY_KEY'],helper[_0x2e6602(0x307)](_0x1b704f,_0x1281db[_0x4e9a90])));break;case _0x572c94[_0x2e6602(0x2d4)]:case _0x572c94[_0x2e6602(0x283)]:this[_0x2e6602(0x2f4)]&&(_0x1b704f=this[_0x2e6602(0x2f4)][_0x2e6602(0x1e8)](this['firefoxOptions_'][_0x2e6602(0x26f)])||{},this[_0x2e6602(0x2f4)]['set'](this[_0x2e6602(0x2f4)]['CAPABILITY_KEY'],helper[_0x2e6602(0x307)](_0x1b704f,_0x1281db[_0x4e9a90])));break;case _0x572c94[_0x2e6602(0x2b4)]:this[_0x2e6602(0x28d)]&&(_0x1b704f=this[_0x2e6602(0x28d)][_0x2e6602(0x1e8)](this[_0x2e6602(0x28d)]['CAPABILITY_KEY'])||{},this[_0x2e6602(0x28d)][_0x2e6602(0x1d6)](this[_0x2e6602(0x28d)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x1b704f,_0x1281db[_0x4e9a90])));break;case _0x572c94[_0x2e6602(0x2ed)]:case _0x572c94[_0x2e6602(0x2f9)]:this['ieOptions_']&&(_0x1b704f=this[_0x2e6602(0x28e)][_0x2e6602(0x1e8)](this['ieOptions_']['CAPABILITY_KEY'])||{},this[_0x2e6602(0x28e)][_0x2e6602(0x1d6)](this[_0x2e6602(0x28e)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x1b704f,_0x1281db[_0x4e9a90])));break;}}}[_0x3468f0(0x2ea)](){const _0x3f28be=_0x3468f0;logger['debug'](_0x572c94[_0x3f28be(0x1cb)]);const _0x5af433=_0x2f949b[_0x3f28be(0x234)]&&_0x572c94[_0x3f28be(0x2d8)](Object[_0x3f28be(0x2b1)](_0x2f949b['capability'])[_0x3f28be(0x25c)],0x0)?_0x2f949b[_0x3f28be(0x234)]:_0x2f949b[_0x3f28be(0x1c7)]&&Array[_0x3f28be(0x254)](_0x2f949b[_0x3f28be(0x1c7)])&&_0x572c94[_0x3f28be(0x2d8)](_0x2f949b[_0x3f28be(0x1c7)][_0x3f28be(0x25c)],0x0)?_0x2f949b[_0x3f28be(0x1c7)][0x0]:{};return this[_0x3f28be(0x2af)](_0x5af433),Object[_0x3f28be(0x2b1)](_0x5af433)[_0x3f28be(0x252)](_0x47222a=>{const _0x20b0fa=_0x3f28be,_0xd54d4c=this['capabilities_'][_0x20b0fa(0x1e8)](_0x47222a);_0x572c94['jzmxL'](typeof _0xd54d4c,_0x572c94[_0x20b0fa(0x1c6)])?this['capabilities_'][_0x20b0fa(0x1d6)](_0x47222a,helper['mergeDeep'](_0xd54d4c,_0x5af433[_0x47222a])):this[_0x20b0fa(0x2e1)][_0x20b0fa(0x1d6)](_0x47222a,_0x5af433[_0x47222a]);}),this;}[_0x3468f0(0x1e4)](){const _0x3d16ea=_0x3468f0,_0x3ef202={'UupAi':function(_0x46c21f){const _0x53b688=a160_0x1edf;return _0x572c94[_0x53b688(0x24b)](_0x46c21f);},'lWbjM':function(_0x203197,_0x35252e){const _0x1193c2=a160_0x1edf;return _0x572c94[_0x1193c2(0x264)](_0x203197,_0x35252e);},'rjEYn':_0x572c94['hUSwq'],'BKTwG':_0x572c94['zVDyG'],'lWlFV':_0x572c94[_0x3d16ea(0x2f0)],'QMHru':_0x572c94['QYlBB'],'wNJuj':_0x572c94['ptrDG'],'zhFHk':function(_0x2e3e78,_0x33d7c4){return _0x572c94['qXUZT'](_0x2e3e78,_0x33d7c4);},'LOPnH':_0x572c94[_0x3d16ea(0x238)],'xTUou':_0x572c94['GfVwE'],'thBMp':_0x572c94[_0x3d16ea(0x1e3)],'plvJP':_0x572c94[_0x3d16ea(0x221)],'nuypb':_0x572c94['SDHWO'],'qZYLv':function(_0x169b72,_0x29e8cd,_0x289c70){return _0x572c94['stvjr'](_0x169b72,_0x29e8cd,_0x289c70);},'OFcVx':_0x572c94[_0x3d16ea(0x282)],'XeeQL':_0x572c94[_0x3d16ea(0x2ee)],'HQICS':_0x572c94[_0x3d16ea(0x27b)],'wOhky':_0x572c94[_0x3d16ea(0x2aa)],'vBEQC':_0x572c94['snQNn'],'FKepP':function(_0x5af58b,_0x4455ff){const _0x34b861=_0x3d16ea;return _0x572c94[_0x34b861(0x253)](_0x5af58b,_0x4455ff);},'LGJCo':_0x572c94[_0x3d16ea(0x2f3)],'Cgqrw':_0x572c94[_0x3d16ea(0x1c4)],'PORnx':function(_0x355406,_0x56cfc9){const _0x336b3f=_0x3d16ea;return _0x572c94[_0x336b3f(0x202)](_0x355406,_0x56cfc9);},'ZxyYH':_0x572c94['ZVDWt'],'xtZXP':function(_0x4418d0,_0x4cc23f){const _0x3d6224=_0x3d16ea;return _0x572c94[_0x3d6224(0x202)](_0x4418d0,_0x4cc23f);},'QSbmC':function(_0x5acd84,_0x219052){const _0x487b06=_0x3d16ea;return _0x572c94[_0x487b06(0x32d)](_0x5acd84,_0x219052);},'qVgZN':function(_0x4f3a3e,_0x540cf9){return _0x572c94['bDHbm'](_0x4f3a3e,_0x540cf9);},'cQExc':function(_0x5ad8aa,_0x423a9c,_0x2a258b){const _0x1d9f46=_0x3d16ea;return _0x572c94[_0x1d9f46(0x318)](_0x5ad8aa,_0x423a9c,_0x2a258b);},'tIfpp':_0x572c94[_0x3d16ea(0x33a)],'VeWXr':_0x572c94[_0x3d16ea(0x210)],'jAHLp':_0x572c94[_0x3d16ea(0x219)],'FDHMt':_0x572c94[_0x3d16ea(0x22b)],'TZAaK':_0x572c94[_0x3d16ea(0x2c3)],'CHWpX':_0x572c94[_0x3d16ea(0x240)],'DqXCy':_0x572c94[_0x3d16ea(0x23e)],'bUpCE':_0x572c94[_0x3d16ea(0x209)],'ZZlAc':_0x572c94[_0x3d16ea(0x20c)],'ZxgkS':function(_0x2a137d,_0xcdaf34,_0xbd4b51){return _0x572c94['UQoKZ'](_0x2a137d,_0xcdaf34,_0xbd4b51);},'niQew':_0x572c94[_0x3d16ea(0x1f1)],'BsDSf':_0x572c94['HeDEF'],'ikvCI':function(_0x3b2eda,_0x1ab019,_0x14aed4){return _0x572c94['stvjr'](_0x3b2eda,_0x1ab019,_0x14aed4);},'ftHHi':function(_0x48ddf4,_0x5e60d0,_0xd07814){const _0x4ce6df=_0x3d16ea;return _0x572c94[_0x4ce6df(0x302)](_0x48ddf4,_0x5e60d0,_0xd07814);},'lqzre':function(_0x8e1ce,_0x15888b,_0x4b6b69){const _0x185768=_0x3d16ea;return _0x572c94[_0x185768(0x25e)](_0x8e1ce,_0x15888b,_0x4b6b69);},'tFwjn':function(_0xd76a98,_0x40cb30){const _0x597014=_0x3d16ea;return _0x572c94[_0x597014(0x30d)](_0xd76a98,_0x40cb30);}};PerformanceTester[_0x3d16ea(0x230)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x15f8f3=_0x3d16ea;if(helper[_0x15f8f3(0x207)]()){helper[_0x15f8f3(0x1d9)](_0x2f949b['capability']);_0x3ef202[_0x15f8f3(0x2e6)](isAccessibilityAutomationSession)&&_0x3ef202['lWbjM'](setAccessibilityCapabilities,_0x2f949b);this[_0x15f8f3(0x208)](),this['setCapabilities']();if(helper[_0x15f8f3(0x290)](_0x2f949b[_0x15f8f3(0x280)]['proxyUrl']))this['agent_']=helper[_0x15f8f3(0x315)](_0x2f949b[_0x15f8f3(0x280)][_0x15f8f3(0x259)]);else _0x2f949b[_0x15f8f3(0x280)][_0x15f8f3(0x259)]&&(this[_0x15f8f3(0x23b)]=_0x2f949b['proxySettings'][_0x15f8f3(0x259)],logger['debug'](_0x15f8f3(0x2fe)+this[_0x15f8f3(0x23b)]));if(_0x3ef202[_0x15f8f3(0x2e6)](isAccessibilityAutomationSession)){const _0x24c6b7=this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x299)])||{},_0x299906=_0x24c6b7[_0x15f8f3(0x1fb)]||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x232)])||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x1d8)]);if(_0x299906){const _0x2b1189=(_0x24c6b7[_0x15f8f3(0x1ee)]||this['capabilities_'][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x2e5)])||'')[_0x15f8f3(0x1df)](),_0x563bef=(_0x24c6b7[_0x15f8f3(0x247)]||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202['wNJuj'])||'')[_0x15f8f3(0x1df)]();_0x3ef202[_0x15f8f3(0x274)](_0x2b1189,_0x3ef202[_0x15f8f3(0x243)])&&_0x563bef[_0x15f8f3(0x2fc)](_0x3ef202['xTUou'])&&(_0x3ef202[_0x15f8f3(0x2e6)](isMobileScanningEnabledForGroup)&&(logger[_0x15f8f3(0x30e)](_0x3ef202['thBMp']),globals[_0x15f8f3(0x2b3)](_0x3ef202[_0x15f8f3(0x26d)],!![])));}}if(globals['getGlobal'](_0x3ef202[_0x15f8f3(0x215)])){if(!_0x3ef202[_0x15f8f3(0x31a)](setExtension,this,_0x2f949b)){globals[_0x15f8f3(0x2b3)](_0x3ef202[_0x15f8f3(0x215)],![]);const _0x387888=this['capabilities_']['get'](_0x3ef202[_0x15f8f3(0x299)]);_0x387888&&(_0x387888['accessibility']=![],delete _0x387888[_0x15f8f3(0x201)],this['capabilities_']['set'](_0x3ef202[_0x15f8f3(0x299)],_0x387888)),this['capabilities_']['get'](_0x3ef202[_0x15f8f3(0x324)])&&(this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1d6)](_0x3ef202[_0x15f8f3(0x324)],![]),this[_0x15f8f3(0x2e1)][_0x15f8f3(0x265)](_0x3ef202[_0x15f8f3(0x311)]));}}process[_0x15f8f3(0x293)][_0x15f8f3(0x1ff)]&&(helper[_0x15f8f3(0x31b)](null,null,_0x2f949b[_0x15f8f3(0x2ec)],null,this,null),helper['setAdditionalCapabilities'](_0x2f949b[_0x15f8f3(0x234)]),helper[_0x15f8f3(0x1f5)]()),logger['debug'](_0x3ef202[_0x15f8f3(0x317)]);}else{if(this['chromeOptions_']){const _0x9bb289=this[_0x15f8f3(0x206)]['get'](this[_0x15f8f3(0x206)][_0x15f8f3(0x26f)]||_0x3ef202[_0x15f8f3(0x233)]);if(_0x9bb289&&_0x9bb289[_0x15f8f3(0x295)]){const _0x253b72=this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x233)])||{},_0xe96315=(_0x253b72[_0x15f8f3(0x295)]||[])['concat'](_0x9bb289[_0x15f8f3(0x295)]||[]),_0x4fd8b2=Array[_0x15f8f3(0x2a6)](new Set(_0xe96315)),_0x25db7c={};_0x25db7c['args']=_0x4fd8b2,this['capabilities_'][_0x15f8f3(0x1d6)](_0x3ef202[_0x15f8f3(0x233)],Object['assign']({},_0x253b72,_0x9bb289,_0x25db7c));}}helper[_0x15f8f3(0x1f5)]();if(_0x3ef202[_0x15f8f3(0x2e6)](isAccessibilityAutomationSession)&&this[_0x15f8f3(0x267)]()[_0x15f8f3(0x2fc)](_0x3ef202[_0x15f8f3(0x20a)])){let _0x4e7edc=!![];const _0x117066=this['capabilities_'][_0x15f8f3(0x1e8)](_0x3ef202['rjEYn'])||{},_0x3653a2=_0x117066['deviceName']||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x232)])||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x1d8)]);if(_0x3653a2){const _0x13bb60=(_0x117066[_0x15f8f3(0x1ee)]||this['capabilities_']['get'](_0x3ef202[_0x15f8f3(0x2e5)])||'')[_0x15f8f3(0x1df)](),_0x256ca5=(_0x117066[_0x15f8f3(0x247)]||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x260)])||'')[_0x15f8f3(0x1df)]();_0x3ef202[_0x15f8f3(0x1fd)](_0x13bb60,_0x3ef202[_0x15f8f3(0x243)])&&_0x256ca5['includes'](_0x3ef202['xTUou'])?!_0x3ef202[_0x15f8f3(0x2e6)](isMobileScanningEnabledForGroup)?(logger['warn'](MOBILE_SCANNING_DISABLED_WARNING),_0x4e7edc=![]):(logger[_0x15f8f3(0x30e)](_0x3ef202[_0x15f8f3(0x251)]),globals['setGlobal'](_0x3ef202[_0x15f8f3(0x26d)],!![])):(logger[_0x15f8f3(0x30a)](_0x3ef202['LGJCo']),_0x4e7edc=![]);}if(_0x4e7edc){const _0x1e1d2c=_0x3ef202[_0x15f8f3(0x308)](parseFloat,_0x117066['browserVersion']||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x262)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x314105}=_0x3ef202['PORnx'](require,_0x3ef202[_0x15f8f3(0x1d5)]),_0x159961=_0x3ef202[_0x15f8f3(0x1c2)](parseFloat,_0x314105);!_0x3ef202[_0x15f8f3(0x308)](isNaN,_0x1e1d2c)&&_0x3ef202[_0x15f8f3(0x281)](_0x1e1d2c,_0x159961)&&(logger[_0x15f8f3(0x30a)](_0x15f8f3(0x246)+_0x314105+'.'),_0x4e7edc=![]);}if(_0x4e7edc){_0x3ef202[_0x15f8f3(0x308)](setAccessibilityCapabilities,_0x2f949b),this[_0x15f8f3(0x2ea)]();if(process['env'][_0x15f8f3(0x2df)]){let _0x3ad1f8={};try{process[_0x15f8f3(0x293)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']&&(_0x3ad1f8=JSON[_0x15f8f3(0x24c)](process[_0x15f8f3(0x293)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']));}catch(_0xb422d8){logger[_0x15f8f3(0x30e)](_0x15f8f3(0x2b7)+_0xb422d8);}const _0x42322a=this[_0x15f8f3(0x2e1)]['get'](_0x3ef202[_0x15f8f3(0x299)]);if(_0x42322a||!this[_0x15f8f3(0x2e1)]['get'](_0x3ef202['OFcVx'])){const _0x3c4efe=_0x3ef202[_0x15f8f3(0x27c)](_0x42322a,{});_0x3c4efe[_0x15f8f3(0x1ea)]=!![];const _0x5a2369={};_0x5a2369[_0x15f8f3(0x2c5)]=process[_0x15f8f3(0x293)][_0x15f8f3(0x2df)],_0x5a2369[_0x15f8f3(0x31d)]=_0x3ad1f8[_0x15f8f3(0x31d)],_0x3c4efe[_0x15f8f3(0x201)]=Object[_0x15f8f3(0x33c)]({},_0x3c4efe['accessibilityOptions'],_0x5a2369),this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1d6)](_0x3ef202[_0x15f8f3(0x299)],_0x3c4efe);}else{this['capabilities_']['set'](_0x3ef202[_0x15f8f3(0x324)],!![]);const _0xdee6d4=this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x311)])||{},_0x3c0b05={};_0x3c0b05[_0x15f8f3(0x2c5)]=process[_0x15f8f3(0x293)]['BS_A11Y_JWT'],_0x3c0b05[_0x15f8f3(0x31d)]=_0x3ad1f8['scannerVersion'],this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1d6)](_0x3ef202['XeeQL'],Object[_0x15f8f3(0x33c)]({},_0xdee6d4,_0x3c0b05));}}if(!_0x3ef202[_0x15f8f3(0x231)](setExtension,this,_0x2f949b)){globals[_0x15f8f3(0x2b3)](_0x3ef202['nuypb'],![]);const _0x4bf942=this[_0x15f8f3(0x2e1)]['get'](_0x3ef202['rjEYn']);_0x4bf942&&(_0x4bf942['accessibility']=![],delete _0x4bf942[_0x15f8f3(0x201)],this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1d6)](_0x3ef202['rjEYn'],_0x4bf942)),this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x324)])&&(this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1d6)](_0x3ef202[_0x15f8f3(0x324)],![]),this[_0x15f8f3(0x2e1)][_0x15f8f3(0x265)](_0x3ef202[_0x15f8f3(0x311)]));}}}_0x3ef202[_0x15f8f3(0x274)](globals[_0x15f8f3(0x323)](_0x3ef202[_0x15f8f3(0x301)]),_0x3ef202[_0x15f8f3(0x31c)])&&(commandRepository[_0x15f8f3(0x268)](_0x3ef202['VeWXr']),commandRepository[_0x15f8f3(0x256)](globals[_0x15f8f3(0x323)](_0x3ef202['jAHLp'])));if(this[_0x15f8f3(0x2c6)][_0x15f8f3(0x2fc)](_0x3ef202[_0x15f8f3(0x298)]))logger[_0x15f8f3(0x30e)](_0x3ef202[_0x15f8f3(0x22f)]),globals[_0x15f8f3(0x2b3)](_0x3ef202[_0x15f8f3(0x21e)],![]),globals[_0x15f8f3(0x2b3)](_0x3ef202[_0x15f8f3(0x2ef)],![]);else globals[_0x15f8f3(0x323)](_0x3ef202[_0x15f8f3(0x21e)])&&globals['getGlobal'](_0x3ef202[_0x15f8f3(0x2ef)])&&aiSdkWrapper[_0x15f8f3(0x1d7)](this);}})();const _0x487dbb=super[_0x3d16ea(0x1e4)]();return PerformanceTester[_0x3d16ea(0x230)](PerformanceEvents[_0x3d16ea(0x229)],()=>{const _0x2403a9=_0x3d16ea,_0x2d1563={'aTXYi':function(_0x5a0839){const _0x129777=a160_0x1edf;return _0x572c94[_0x129777(0x24b)](_0x5a0839);},'MKmtJ':function(_0x34c941,_0x589852,_0x493d51){return _0x572c94['stvjr'](_0x34c941,_0x589852,_0x493d51);},'mdVTo':_0x572c94[_0x2403a9(0x1ce)],'ZDGrK':_0x572c94[_0x2403a9(0x23c)],'JJhaT':_0x572c94[_0x2403a9(0x282)],'ybZkW':_0x572c94[_0x2403a9(0x2ee)],'cfnkq':function(_0x1265b9,_0x517b00,_0x570175,_0x4c44b7,_0x28405f){return _0x572c94['yAKkR'](_0x1265b9,_0x517b00,_0x570175,_0x4c44b7,_0x28405f);},'JCbvT':function(_0xe514dc,_0x2e1def){const _0x7efe46=_0x2403a9;return _0x572c94[_0x7efe46(0x30d)](_0xe514dc,_0x2e1def);},'WwULu':_0x572c94['rrenc'],'sCqxT':_0x572c94[_0x2403a9(0x305)],'KcGGf':function(_0x3a32b5,_0x43d96b){const _0x5da36e=_0x2403a9;return _0x572c94[_0x5da36e(0x2bb)](_0x3a32b5,_0x43d96b);}};_0x487dbb[_0x2403a9(0x227)]['then'](_0x5d30a8=>{const _0x5991c2=_0x2403a9,_0x386378=_0x5d30a8[_0x5991c2(0x2b0)];if(!helper[_0x5991c2(0x207)]()&&_0x2d1563['aTXYi'](isAccessibilityAutomationSession)){const _0x214ab4=_0x2d1563[_0x5991c2(0x2f1)](nonBstackPlatformValidation,_0x386378,this);globals[_0x5991c2(0x2b3)](_0x2d1563['mdVTo'],_0x214ab4);if(!_0x214ab4){const _0x354c2c=this[_0x5991c2(0x2e1)][_0x5991c2(0x1e8)](_0x2d1563[_0x5991c2(0x2a3)]);_0x354c2c&&(_0x354c2c[_0x5991c2(0x1ea)]=![],delete _0x354c2c['accessibilityOptions'],this[_0x5991c2(0x2e1)]['set'](_0x2d1563[_0x5991c2(0x2a3)],_0x354c2c)),this[_0x5991c2(0x2e1)][_0x5991c2(0x1e8)](_0x2d1563[_0x5991c2(0x214)])&&(this[_0x5991c2(0x2e1)][_0x5991c2(0x1d6)](_0x2d1563['JJhaT'],![]),this[_0x5991c2(0x2e1)]['delete'](_0x2d1563[_0x5991c2(0x2b6)]));}}}),_0x487dbb[_0x2403a9(0x227)][_0x2403a9(0x1d1)](_0x1016bf=>{const _0x2a24ac=_0x2403a9;try{logger[_0x2a24ac(0x30e)](_0x2a24ac(0x2bc)+_0x1016bf[_0x2a24ac(0x2cb)]());const _0x20244d=_0x1016bf[_0x2a24ac(0x2b0)][_0x2a24ac(0x1e8)](_0x3ef202[_0x2a24ac(0x331)]);_0x20244d?(logger['debug']('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x20244d),hubAllocator[_0x2a24ac(0x1cf)](_0x20244d),helper[_0x2a24ac(0x1f4)](_0x20244d)):logger['debug'](_0x3ef202[_0x2a24ac(0x1eb)]);}catch(_0xbad912){logger[_0x2a24ac(0x30e)](_0x2a24ac(0x319)+_0xbad912);}}),_0x487dbb[_0x2403a9(0x2cd)]=0x0,_0x487dbb[_0x2403a9(0x1d1)]&&_0x487dbb[_0x2403a9(0x1d1)](_0xe6c4c1=>{const _0x3c7a32=_0x2403a9,_0x4d16c1={'zIAED':function(_0xb7b243,_0xe78057,_0xbeafc2){return _0x3ef202['ZxgkS'](_0xb7b243,_0xe78057,_0xbeafc2);},'jbPdj':_0x3ef202[_0x3c7a32(0x27e)],'DQXtC':_0x3ef202['BsDSf']};helper[_0x3c7a32(0x1cc)](_0xe6c4c1,_0x487dbb),_0x355718&&_0x3ef202['PORnx'](overrideTakeScreenshot,_0xe6c4c1),helper[_0x3c7a32(0x25f)](_0xe6c4c1,_0x2f949b),_0x3ef202[_0x3c7a32(0x231)](overrideExecute,_0xe6c4c1,_0x2f949b),_0x3ef202[_0x3c7a32(0x2a1)](propagateJestSessionName,_0xe6c4c1,_0x38a565),_0x2f949b[_0x3c7a32(0x234)]&&percyHelper[_0x3c7a32(0x1ef)](_0xe6c4c1,_0x42a89c['WebElement'],_0x2f949b),_0xe6c4c1[_0x3c7a32(0x2c0)]=async()=>{const _0x1776b6=_0x3c7a32;return await _0x4d16c1[_0x1776b6(0x2dd)](getAccessibilityResultsSummary,_0xe6c4c1,global);},_0xe6c4c1[_0x3c7a32(0x2e2)]=async()=>{const _0x3cdc54=_0x3c7a32;return await _0x4d16c1[_0x3cdc54(0x2dd)](getAccessibilityResults,_0xe6c4c1,global);},_0xe6c4c1[_0x3c7a32(0x28a)]=async _0x25446c=>{const _0x3cd159=_0x3c7a32;return await _0x2d1563[_0x3cd159(0x300)](performScan,_0xe6c4c1,null,!![],_0x2d1563[_0x3cd159(0x277)](_0x25446c,null));},_0xe6c4c1[_0x3c7a32(0x284)]=async _0x41fd70=>{const _0x574751=_0x3c7a32;globals[_0x574751(0x2b3)](_0x2d1563['WwULu'],!![]),globals[_0x574751(0x2b3)](_0x2d1563[_0x574751(0x225)],_0x2d1563['KcGGf'](_0x41fd70,null));},_0xe6c4c1['stopA11yScanning']=async()=>{const _0x2d92f4=_0x3c7a32;globals[_0x2d92f4(0x2b3)](_0x4d16c1[_0x2d92f4(0x30c)],![]),globals[_0x2d92f4(0x2b3)](_0x4d16c1[_0x2d92f4(0x2d6)],null);};}),_0x487dbb[_0x2403a9(0x2c0)]=async()=>{return await _0x3ef202['ftHHi'](getAccessibilityResultsSummary,_0x487dbb,global);},_0x487dbb[_0x2403a9(0x2e2)]=async()=>{const _0x5d1ab0=_0x2403a9;return await _0x3ef202[_0x5d1ab0(0x22c)](getAccessibilityResults,_0x487dbb,global);},_0x487dbb[_0x2403a9(0x28a)]=async _0x24b5f3=>{const _0x4ffec3=_0x2403a9;return await _0x2d1563[_0x4ffec3(0x300)](performScan,_0x487dbb,null,!![],_0x2d1563[_0x4ffec3(0x277)](_0x24b5f3,null));},_0x487dbb[_0x2403a9(0x284)]=async _0x81e3d9=>{const _0x22482b=_0x2403a9;globals['setGlobal'](_0x3ef202[_0x22482b(0x27e)],!![]),globals[_0x22482b(0x2b3)](_0x3ef202[_0x22482b(0x2ca)],_0x3ef202[_0x22482b(0x1f0)](_0x81e3d9,null));},_0x487dbb[_0x2403a9(0x2c1)]=async()=>{const _0xc1008b=_0x2403a9;globals[_0xc1008b(0x2b3)](_0x2d1563[_0xc1008b(0x1d4)],![]),globals[_0xc1008b(0x2b3)](_0x2d1563[_0xc1008b(0x225)],null);},_0x355718&&_0x572c94[_0x2403a9(0x22d)](overrideTakeScreenshot,_0x487dbb),helper[_0x2403a9(0x1cc)](_0x487dbb),helper[_0x2403a9(0x25f)](_0x487dbb,_0x2f949b),_0x572c94['stvjr'](overrideExecute,_0x487dbb,_0x2f949b),_0x572c94[_0x2403a9(0x1f6)](propagateJestSessionName,_0x487dbb,_0x38a565,_0x572c94[_0x2403a9(0x258)]),_0x2f949b['capability']&&percyHelper['patchDriverPercy'](_0x487dbb,_0x42a89c[_0x2403a9(0x2e7)],_0x2f949b);helper['isUndefined'](global['__driversArray'])&&(global[_0x2403a9(0x2ab)]=[]);helper[_0x2403a9(0x2cf)](global[_0x2403a9(0x2e0)])&&(global[_0x2403a9(0x2e0)]=[]);global[_0x2403a9(0x2ab)][_0x2403a9(0x32b)](_0x487dbb),global[_0x2403a9(0x292)]=_0x487dbb,_0x38a565&&(_0x38a565[_0x2403a9(0x242)]['__driver']=_0x487dbb);_0x572c94['uBQgr'](global[_0x2403a9(0x2e0)],undefined)&&global[_0x2403a9(0x2e0)]['push'](_0x487dbb);_0x38a565&&helper['isUndefined'](_0x38a565['global'][_0x2403a9(0x2e0)])&&(_0x38a565[_0x2403a9(0x242)]['__drivers']=[]);_0x38a565&&helper[_0x2403a9(0x2cf)](_0x38a565[_0x2403a9(0x242)][_0x2403a9(0x2ab)])&&(_0x38a565['global'][_0x2403a9(0x2ab)]=[]);_0x38a565&&_0x572c94[_0x2403a9(0x1c3)](_0x38a565['global'][_0x2403a9(0x2e0)],undefined)&&(_0x38a565[_0x2403a9(0x242)][_0x2403a9(0x2e0)]['push'](_0x487dbb),_0x38a565[_0x2403a9(0x242)][_0x2403a9(0x2ab)]['push'](_0x487dbb));_0x487dbb['isAccessibilityPlatform']=globals[_0x2403a9(0x323)](_0x572c94[_0x2403a9(0x1ce)]);try{global['__drivers'][0x0][_0x2403a9(0x227)][_0x2403a9(0x1d1)](_0x804058=>{const _0xa5fae4=_0x2403a9;logger['debug'](_0xa5fae4(0x1dd)+_0x804058[_0xa5fae4(0x2cb)]()+'\x20to\x20global\x20drivers\x20array');})[_0x2403a9(0x27a)](_0x12edc4=>{const _0x38a017=_0x2403a9;logger['debug'](_0x38a017(0x1f2)+_0x12edc4);});}catch(_0x5c184e){logger[_0x2403a9(0x30e)](_0x2403a9(0x1f2)+_0x5c184e);}globals['setGlobal'](_0x572c94[_0x2403a9(0x1ce)],globals[_0x2403a9(0x323)](_0x572c94['SDHWO']));})(),_0x487dbb;}}_0x38a565&&(globals[_0x3468f0(0x272)]=_0x38a565[_0x3468f0(0x242)][_0x3468f0(0x272)]);if(_0x572c94[_0x3468f0(0x24b)](isAccessibilityAutomationSession))try{let _0x344050=helper[_0x3468f0(0x2de)](_0x572c94[_0x3468f0(0x2b8)],_0x572c94['zSwSE'])[_0x3468f0(0x203)];(!_0x344050[_0x3468f0(0x236)]||!_0x344050['prototype'][_0x3468f0(0x2d1)])&&(_0x344050=helper[_0x3468f0(0x2de)](_0x572c94['qzvue'],_0x572c94[_0x3468f0(0x24a)])[_0x3468f0(0x2ce)]);if(_0x344050[_0x3468f0(0x236)]&&_0x344050[_0x3468f0(0x236)][_0x3468f0(0x2d1)]){const _0x56db26=_0x344050[_0x3468f0(0x236)][_0x3468f0(0x2d1)];logger[_0x3468f0(0x30e)](_0x572c94[_0x3468f0(0x1e5)]),_0x344050[_0x3468f0(0x236)][_0x3468f0(0x2d1)]=async function(){const _0x16fe8f=_0x3468f0;try{!globals[_0x16fe8f(0x323)](_0x572c94[_0x16fe8f(0x248)])&&globals['getGlobal'](_0x572c94['SDHWO'])&&globals[_0x16fe8f(0x323)](_0x572c94[_0x16fe8f(0x1f1)])&&scripts[_0x16fe8f(0x1f7)](arguments[0x0]['name_'])&&!_0x572c94[_0x16fe8f(0x202)](isBrowserStackCommandExecutor,arguments[0x0][_0x16fe8f(0x237)])&&(globals['setGlobal'](_0x572c94[_0x16fe8f(0x248)],!![]),logger[_0x16fe8f(0x30e)](_0x16fe8f(0x26e)+arguments[0x0][_0x16fe8f(0x31f)]),await _0x572c94['stvjr'](performScan,global[_0x16fe8f(0x292)],arguments[0x0][_0x16fe8f(0x31f)]));}catch(_0x23aef5){logger[_0x16fe8f(0x30e)](_0x16fe8f(0x1e1)+util[_0x16fe8f(0x2d2)](_0x23aef5));}return globals['setGlobal'](_0x572c94[_0x16fe8f(0x248)],![]),_0x56db26[_0x16fe8f(0x2a2)](this,arguments);};}}catch(_0x5335e8){logger[_0x3468f0(0x30e)](_0x572c94[_0x3468f0(0x2b9)](_0x572c94['WtgLH'],_0x5335e8));}return _0x42a89c[_0x3468f0(0x200)]=_0x42a89c[_0x3468f0(0x1db)],_0x42a89c[_0x3468f0(0x1db)]=_0xe0cd57,_0x55fd24[_0x3468f0(0x1c9)]=_0x5c80e9,_0x42a89c;};module[a160_0x4ce093(0x1de)][a160_0x4ce093(0x218)]=modify,module[a160_0x4ce093(0x1de)][a160_0x4ce093(0x27f)]=modifyV2,module[a160_0x4ce093(0x1de)]['percy']=percySDK,module[a160_0x4ce093(0x1de)][a160_0x4ce093(0x28c)]=BrowserStackSdk,module['exports'][a160_0x4ce093(0x1cd)]=modifyPlaywrightConfig;try{require('./helpers/driverInitErrorReporter')[a160_0x4ce093(0x1c8)]();}catch(a160_0x7e6eeb){logger[a160_0x4ce093(0x30e)]('driver-init\x20capture\x20install\x20failed:\x20'+(a160_0x7e6eeb&&a160_0x7e6eeb[a160_0x4ce093(0x332)]));}module['exports'][a160_0x4ce093(0x22a)]=require(a160_0x4ce093(0x2ac))[a160_0x4ce093(0x1c8)];
|