browserstack-node-sdk 1.66.4 → 1.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/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/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/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/node-generic/client.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/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/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/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 a131_0x102341=a131_0x8313;(function(_0x2d47f2,_0x39c8b7){const _0xd7cb42=a131_0x8313,_0x3709df=_0x2d47f2();while(!![]){try{const _0x337118=parseInt(_0xd7cb42(0xd3))/0x1*(parseInt(_0xd7cb42(0xdc))/0x2)+parseInt(_0xd7cb42(0xd2))/0x3*(parseInt(_0xd7cb42(0xe1))/0x4)+-parseInt(_0xd7cb42(0xc3))/0x5+parseInt(_0xd7cb42(0xda))/0x6+-parseInt(_0xd7cb42(0xc2))/0x7*(parseInt(_0xd7cb42(0xc9))/0x8)+parseInt(_0xd7cb42(0xc1))/0x9*(parseInt(_0xd7cb42(0xce))/0xa)+-parseInt(_0xd7cb42(0xe8))/0xb;if(_0x337118===_0x39c8b7)break;else _0x3709df['push'](_0x3709df['shift']());}catch(_0x2aec62){_0x3709df['push'](_0x3709df['shift']());}}}(a131_0x3cf7,0xaacc7));function a131_0x8313(_0x50c0d7,_0xfc413f){const _0x3cf75a=a131_0x3cf7();return a131_0x8313=function(_0x8313e0,_0x2e204b){_0x8313e0=_0x8313e0-0xba;let _0x55cc31=_0x3cf75a[_0x8313e0];return _0x55cc31;},a131_0x8313(_0x50c0d7,_0xfc413f);}const path=require('path'),fs=require('fs'),logger=require('../../helpers/logger')[a131_0x102341(0xcf)],helper=require('../helper');class Scripts{constructor(){const _0x2994fd=a131_0x102341,_0x2f27b6={};_0x2f27b6[_0x2994fd(0xde)]=_0x2994fd(0xdf),_0x2f27b6[_0x2994fd(0xbf)]='commands.json';const _0x32d8fa=_0x2f27b6,_0x5aeff2=_0x32d8fa[_0x2994fd(0xde)]['split']('|');let _0x198d73=0x0;while(!![]){switch(_0x5aeff2[_0x198d73++]){case'0':this[_0x2994fd(0xba)]();continue;case'1':this[_0x2994fd(0xed)]=null;continue;case'2':this[_0x2994fd(0xd4)]=null;continue;case'3':this['getResults']=null;continue;case'4':this['commandsPath']=path[_0x2994fd(0xd7)](this[_0x2994fd(0xf0)],_0x32d8fa[_0x2994fd(0xbf)]);continue;case'5':this['browserstackFolderPath']=helper[_0x2994fd(0xe0)]();continue;case'6':this[_0x2994fd(0xd6)]=null;continue;}break;}}[a131_0x102341(0xcb)](_0x2628a0){const _0x24e567=a131_0x102341;_0x2628a0[_0x24e567(0xe3)]&&(this['performScan']=_0x2628a0[_0x24e567(0xe3)][_0x24e567(0xc5)],this['getResults']=_0x2628a0[_0x24e567(0xe3)][_0x24e567(0xe7)],this[_0x24e567(0xd4)]=_0x2628a0[_0x24e567(0xe3)][_0x24e567(0xd4)],this[_0x24e567(0xed)]=_0x2628a0[_0x24e567(0xe3)][_0x24e567(0xe9)]),this[_0x24e567(0xcd)]=_0x2628a0[_0x24e567(0xee)],this['ChromeExtension']=_0x2628a0[_0x24e567(0xe6)];}[a131_0x102341(0xbd)](_0x177b1b,_0x26f259){const _0x1d19ce=a131_0x102341,_0x57fccc={};_0x57fccc[_0x1d19ce(0xd8)]=function(_0x444df5,_0x2a50e0){return _0x444df5>_0x2a50e0;},_0x57fccc['QDQMN']=function(_0x478a06,_0x163658){return _0x478a06===_0x163658;},_0x57fccc[_0x1d19ce(0xd5)]=_0x1d19ce(0xc5),_0x57fccc['jfxTy']=function(_0x247827,_0x265fb7){return _0x247827===_0x265fb7;},_0x57fccc['JNWdK']=_0x1d19ce(0xe7),_0x57fccc[_0x1d19ce(0xe4)]=function(_0x1ef142,_0x66e6b){return _0x1ef142===_0x66e6b;},_0x57fccc['CnSez']=_0x1d19ce(0xd4),_0x57fccc[_0x1d19ce(0xcc)]=function(_0x2704b6,_0x446a0c){return _0x2704b6===_0x446a0c;},_0x57fccc[_0x1d19ce(0xbb)]=_0x1d19ce(0xe9),_0x57fccc['nvsqu']=function(_0x1c72a5,_0x52c6fe){return _0x1c72a5>_0x52c6fe;};const _0x5c3f4c=_0x57fccc;if(_0x177b1b&&_0x5c3f4c[_0x1d19ce(0xd8)](_0x177b1b[_0x1d19ce(0xdb)],0x0))for(const _0x267034 of _0x177b1b){if(_0x5c3f4c[_0x1d19ce(0xd0)](_0x267034['getName'](),_0x5c3f4c['HtmdR']))this['performScan']=_0x267034[_0x1d19ce(0xd9)]();else{if(_0x5c3f4c[_0x1d19ce(0xbe)](_0x267034[_0x1d19ce(0xef)](),_0x5c3f4c['JNWdK']))this['getResults']=_0x267034[_0x1d19ce(0xd9)]();else{if(_0x5c3f4c['zFvIM'](_0x267034[_0x1d19ce(0xef)](),_0x5c3f4c[_0x1d19ce(0xeb)]))this['getResultsSummary']=_0x267034['getCommand']();else _0x5c3f4c[_0x1d19ce(0xcc)](_0x267034[_0x1d19ce(0xef)](),_0x5c3f4c[_0x1d19ce(0xbb)])&&(this['saveTestResults']=_0x267034[_0x1d19ce(0xd9)]());}}}_0x26f259&&_0x5c3f4c['nvsqu'](_0x26f259[_0x1d19ce(0xdb)],0x0)&&(this[_0x1d19ce(0xcd)]=_0x26f259[_0x1d19ce(0xf1)](_0xdc40=>{const _0x2e9b95=_0x1d19ce;return{'name':_0xdc40[_0x2e9b95(0xef)](),'method':_0xdc40['getMethod'](),'library':_0xdc40['getLibrary'](),'module':_0xdc40['getModule'](),'class':_0xdc40['getClass']()};}));}[a131_0x102341(0xec)](_0x1e44ff){const _0xcddcd6=a131_0x102341,_0x5214c5={};_0x5214c5['sWOyf']=function(_0x3d284a,_0x1cf6b7){return _0x3d284a!==_0x1cf6b7;};const _0x4973fe=_0x5214c5;try{return _0x4973fe[_0xcddcd6(0xd1)](this[_0xcddcd6(0xcd)]['findIndex'](_0xb131ec=>_0xb131ec[_0xcddcd6(0xca)][_0xcddcd6(0xc6)]()===_0x1e44ff[_0xcddcd6(0xc6)]()),-0x1);}catch(_0x3b9fb9){logger[_0xcddcd6(0xe2)](_0xcddcd6(0xe5)+_0x3b9fb9);}return![];}[a131_0x102341(0xea)](){const _0x2292d2=a131_0x102341;!fs['existsSync'](this[_0x2292d2(0xf0)])&&fs[_0x2292d2(0xc0)](this[_0x2292d2(0xf0)]),fs[_0x2292d2(0xc8)](this[_0x2292d2(0xbc)],JSON[_0x2292d2(0xc7)]({'scripts':{'scan':this[_0x2292d2(0xd6)],'getResults':this['getResults'],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x2292d2(0xed)]},'commands':this['commandsToWrap'],'nonBStackInfraA11yChromeOptions':this['ChromeExtension']}));}['fromJson'](){const _0x51ecdb=a131_0x102341,_0xa301a1={'mNJxF':function(_0x58135e,_0x540eea){return _0x58135e(_0x540eea);}};fs[_0x51ecdb(0xdd)](this[_0x51ecdb(0xbc)])&&this[_0x51ecdb(0xcb)](_0xa301a1[_0x51ecdb(0xc4)](require,this['commandsPath']));}}function a131_0x3cf7(){const _0x9ec746=['976335LEMkZy','mNJxF','scan','toLowerCase','stringify','writeFileSync','369720VHeRII','name','parseFromJson','SfKbu','commandsToWrap','4911050VAGeTf','winstonLogger','QDQMN','sWOyf','3vOzIiH','11962haUhVF','getResultsSummary','HtmdR','performScan','join','yVEwM','getCommand','4040346edRMSS','length','38NEsvqg','existsSync','laHnh','6|3|2|1|5|4|0','getWritableBrowserstackDir','4367316FDvIFV','debug','scripts','zFvIM','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','nonBStackInfraA11yChromeOptions','getResults','2733610LTVxJm','saveResults','toJson','CnSez','shouldWrapCommand','saveTestResults','commands','getName','browserstackFolderPath','map','fromJson','hiRHP','commandsPath','parseFromProto','jfxTy','EJRgS','mkdirSync','9oneaCx','203AsoPBD'];a131_0x3cf7=function(){return _0x9ec746;};return a131_0x3cf7();}module['exports']=new Scripts();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a132_0x48015e=a132_0x2ef6;(function(_0x37da6f,_0x548346){const _0xda3356=a132_0x2ef6,_0x20658c=_0x37da6f();while(!![]){try{const _0x9b38aa=-parseInt(_0xda3356(0x1e5))/0x1*(-parseInt(_0xda3356(0x1f8))/0x2)+-parseInt(_0xda3356(0x1f5))/0x3+parseInt(_0xda3356(0x1f2))/0x4+-parseInt(_0xda3356(0x1ee))/0x5+parseInt(_0xda3356(0x1e8))/0x6+parseInt(_0xda3356(0x1ef))/0x7*(parseInt(_0xda3356(0x1e6))/0x8)+-parseInt(_0xda3356(0x1ec))/0x9*(parseInt(_0xda3356(0x1f3))/0xa);if(_0x9b38aa===_0x548346)break;else _0x20658c['push'](_0x20658c['shift']());}catch(_0x4c8afe){_0x20658c['push'](_0x20658c['shift']());}}}(a132_0x16ff,0xab10f));function a132_0x16ff(){const _0x470942=['BROWSERSTACK_ENV','217008BifqpV','499808IUppOp','pre-prod','3683484rbrbpV','env','https://grid.browserstack.com/dashboard/builds','exports','10377JzPKYY','prod','2682820eefBKY','133aUtPHj','API_ENDPOINT','https://grid-devhst.bsstag.com/dashboard/builds','1130052wWAgyR','11170lhRbbd','staging','628029kXTlXc','automate-turboscale/v1','BUILDS_DASHBOARD_URL','6MortDZ','https://grid-preprod.bsstag.com/dashboard/builds','preprod'];a132_0x16ff=function(){return _0x470942;};return a132_0x16ff();}const a132_0x445ad4={};function a132_0x2ef6(_0x41234e,_0x981b15){const _0x16ff23=a132_0x16ff();return a132_0x2ef6=function(_0x2ef62c,_0x32a27d){_0x2ef62c=_0x2ef62c-0x1e3;let _0x4c7294=_0x16ff23[_0x2ef62c];return _0x4c7294;},a132_0x2ef6(_0x41234e,_0x981b15);}a132_0x445ad4['BUILDS_DASHBOARD_URL']=a132_0x48015e(0x1ea),a132_0x445ad4[a132_0x48015e(0x1f0)]=a132_0x48015e(0x1f6),module['exports']=a132_0x445ad4;const _env=(process[a132_0x48015e(0x1e9)][a132_0x48015e(0x1e4)]||a132_0x48015e(0x1ed))['toLowerCase']();if(_env===a132_0x48015e(0x1f4)||_env==='stag')module[a132_0x48015e(0x1eb)]['BUILDS_DASHBOARD_URL']=a132_0x48015e(0x1f1);else(_env===a132_0x48015e(0x1e3)||_env===a132_0x48015e(0x1e7))&&(module[a132_0x48015e(0x1eb)][a132_0x48015e(0x1f7)]=a132_0x48015e(0x1f9));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a133_0x40455e=a133_0x5471;function a133_0x3459(){const _0x5aedfa=['3174620fsbcFy','7358RZCqTk','buildTags','getTurboScaleCaps','408MugPna','uoCUx','4iMOpxt','isArray','BROWSERSTACK_BUILD_TAGS','getTurboScaleGridName','BROWSERSTACK_BUILD_PRIORITY','358105mRcAIq','582376frnTwa','VKQPt','split','317UZXiqM','6zqqKol','TURBOSCALE_OPTIONS','options','3488055hiKgwh','10EbKmPK','gridName','env','turboScaleOptions','NXRmz','558675cXBrrI','getTurboScaleOptions','BROWSERSTACK_TURBOSCALE_GRID_NAME','EDvll','isTurboScaleSession','toString','21PTFCvl','9145737SnKKIj','buildPriority','true','medium','turboScale'];a133_0x3459=function(){return _0x5aedfa;};return a133_0x3459();}function a133_0x5471(_0x21c8eb,_0xcabf57){const _0x34594c=a133_0x3459();return a133_0x5471=function(_0x5471e1,_0x2d6ff3){_0x5471e1=_0x5471e1-0xe2;let _0x186b2b=_0x34594c[_0x5471e1];return _0x186b2b;},a133_0x5471(_0x21c8eb,_0xcabf57);}(function(_0x527c42,_0x11f42f){const _0x47c679=a133_0x5471,_0x2a2f67=_0x527c42();while(!![]){try{const _0x200a68=parseInt(_0x47c679(0xff))/0x1*(parseInt(_0x47c679(0xf1))/0x2)+-parseInt(_0x47c679(0x103))/0x3*(parseInt(_0x47c679(0xf6))/0x4)+parseInt(_0x47c679(0xf0))/0x5*(parseInt(_0x47c679(0x100))/0x6)+parseInt(_0x47c679(0xea))/0x7*(parseInt(_0x47c679(0xfc))/0x8)+parseInt(_0x47c679(0xeb))/0x9*(parseInt(_0x47c679(0x104))/0xa)+-parseInt(_0x47c679(0xfb))/0xb*(parseInt(_0x47c679(0xf4))/0xc)+-parseInt(_0x47c679(0xe4))/0xd;if(_0x200a68===_0x11f42f)break;else _0x2a2f67['push'](_0x2a2f67['shift']());}catch(_0xc3403){_0x2a2f67['push'](_0x2a2f67['shift']());}}}(a133_0x3459,0xb0915));const constants=require('../../bin/utils/constants');exports[a133_0x40455e(0xe5)]=()=>{const _0x2bd8ff=a133_0x40455e;if(!constants['TURBOSCALE_OPTIONS'][_0x2bd8ff(0x102)])return{};return constants[_0x2bd8ff(0x101)][_0x2bd8ff(0x102)];},exports[a133_0x40455e(0xf9)]=_0x1ff884=>{const _0x358986=a133_0x40455e,_0x36b6b2={};_0x36b6b2[_0x358986(0xe3)]='NO_GRID_NAME_PASSED';const _0x4b07ee=_0x36b6b2;if(_0x1ff884[_0x358986(0xe2)]&&_0x1ff884[_0x358986(0xe2)]['gridName'])return _0x1ff884[_0x358986(0xe2)][_0x358986(0x105)];if(process[_0x358986(0x106)][_0x358986(0xe6)])return process['env'][_0x358986(0xe6)];return _0x4b07ee[_0x358986(0xe3)];},exports[a133_0x40455e(0xe8)]=_0x2e3f05=>{const _0x26dcaa=a133_0x40455e,_0x5821e7={};_0x5821e7[_0x26dcaa(0xfd)]=function(_0xc02b6a,_0x47a15c){return _0xc02b6a===_0x47a15c;},_0x5821e7[_0x26dcaa(0xe7)]=_0x26dcaa(0xed);const _0x3f4de8=_0x5821e7;return _0x2e3f05&&_0x2e3f05[_0x26dcaa(0xef)]&&_0x3f4de8[_0x26dcaa(0xfd)](_0x2e3f05[_0x26dcaa(0xef)][_0x26dcaa(0xe9)]()['toLowerCase'](),_0x3f4de8[_0x26dcaa(0xe7)]);},exports[a133_0x40455e(0xf3)]=(_0x44d18c,_0x35849a,_0x211575)=>{const _0x1e607e=a133_0x40455e,_0x3a099d={};_0x3a099d[_0x1e607e(0xf5)]=_0x1e607e(0xee);const _0x4c4d59=_0x3a099d,_0x30d5be={};_0x30d5be[_0x1e607e(0xec)]=_0x4c4d59[_0x1e607e(0xf5)];_0x44d18c[_0x1e607e(0xf2)]&&(_0x30d5be[_0x1e607e(0xf2)]=Array[_0x1e607e(0xf7)](_0x44d18c[_0x1e607e(0xf2)])?_0x44d18c[_0x1e607e(0xf2)]:_0x44d18c[_0x1e607e(0xf2)][_0x1e607e(0xfe)](','));if(process['env'][_0x1e607e(0xf8)])try{_0x30d5be['buildTags']=process[_0x1e607e(0x106)]['BROWSERSTACK_BUILD_TAGS'][_0x1e607e(0xfe)](',');}catch{_0x30d5be[_0x1e607e(0xf2)]=process['env'][_0x1e607e(0xf8)];}return _0x44d18c[_0x1e607e(0xec)]&&(_0x30d5be[_0x1e607e(0xec)]=_0x44d18c[_0x1e607e(0xec)]),process[_0x1e607e(0x106)][_0x1e607e(0xfa)]&&(_0x30d5be[_0x1e607e(0xec)]=process[_0x1e607e(0x106)][_0x1e607e(0xfa)]),_0x30d5be;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a134_0x539b2b=a134_0x260c;(function(_0x571daf,_0x51762b){const _0x119b3a=a134_0x260c,_0x303c9c=_0x571daf();while(!![]){try{const _0x5cf926=parseInt(_0x119b3a(0x1c8))/0x1+-parseInt(_0x119b3a(0x1ea))/0x2*(parseInt(_0x119b3a(0x1ce))/0x3)+-parseInt(_0x119b3a(0x1c7))/0x4+-parseInt(_0x119b3a(0x1de))/0x5*(parseInt(_0x119b3a(0x1e2))/0x6)+-parseInt(_0x119b3a(0x1a8))/0x7*(parseInt(_0x119b3a(0x1e5))/0x8)+-parseInt(_0x119b3a(0x1bd))/0x9*(-parseInt(_0x119b3a(0x1ed))/0xa)+parseInt(_0x119b3a(0x1af))/0xb*(parseInt(_0x119b3a(0x1b1))/0xc);if(_0x5cf926===_0x51762b)break;else _0x303c9c['push'](_0x303c9c['shift']());}catch(_0x568f09){_0x303c9c['push'](_0x303c9c['shift']());}}}(a134_0x2cb7,0xcd943));function a134_0x260c(_0x213f0e,_0x3bc469){const _0x2cb717=a134_0x2cb7();return a134_0x260c=function(_0x260cba,_0x5c7c5a){_0x260cba=_0x260cba-0x1a6;let _0x25ec5a=_0x2cb717[_0x260cba];return _0x25ec5a;},a134_0x260c(_0x213f0e,_0x3bc469);}const tls=require(a134_0x539b2b(0x1b5)),fs=require('fs');let _patched=![],_logger=null;function a134_0x2cb7(){const _0xc3f3ed=['12kYRUvp','derToPem','BBUsr','match','tls','existsSync','toString','XmrvJ','statSync','SaXDu','NODE_EXTRA_CA_CERTS','FnaZk','7024230RulSjV','HfPcx','openSync','trim','xSJLJ',';\x20falling\x20back\x20to\x20system\x20trust\x20store.','-----END\x20CERTIFICATE-----\x0a','-----BEGIN\x20CERTIFICATE-----\x0a','O_CREAT','env','972616ZJfQWi','453558eCsCpG','constants','MrEIN','includes','proxyCaCertificate','createSecureContext','24ehEvwO','pjuRO','proxyCaCertificate:\x20setup\x20failed,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','ca.pem','isFile','O_NOFOLLOW','BROWSERSTACK_EXTRA_CA_CERTS','O_WRONLY','exports','TFUPc','endsWith','hrQHB','xpyqC','base64','MkwGa','vaEKX','45NkizpH','fKtsj','UHjWR','utf8','439464tyKknh','RCtyU','\x20(merged\x20with\x20system\x20roots).','249784fgPHBL','YsEzB','info','join','vAOWN','231368vMsduQ','$1\x0a','message','10OGTKTN','replace','proxyCaCertificate:\x20no\x20certificate\x20found\x20in\x20','TsGzj','warn','154xFgJYe','context','ufeeU','O_EXCL','function','resolveCaCertPath','tCpGv','23350261gcAXvv','-----BEGIN\x20CERTIFICATE-----'];a134_0x2cb7=function(){return _0xc3f3ed;};return a134_0x2cb7();}function _log(_0x566255,_0x337eb3){const _0x534f3e=a134_0x539b2b,_0x32ad88={};_0x32ad88[_0x534f3e(0x1e0)]=function(_0x1706f9,_0x571fad){return _0x1706f9||_0x571fad;},_0x32ad88[_0x534f3e(0x1e9)]=function(_0x1f28b4,_0x4b7d0d){return _0x1f28b4===_0x4b7d0d;},_0x32ad88['vaEKX']=_0x534f3e(0x1ac);const _0x29a233=_0x32ad88;try{const _0x5dabcb=_0x29a233[_0x534f3e(0x1e0)](_logger,console);_0x29a233[_0x534f3e(0x1e9)](typeof _0x5dabcb[_0x566255],_0x29a233[_0x534f3e(0x1dd)])&&_0x5dabcb[_0x566255](_0x337eb3);}catch(_0x26aacd){}}function derToPem(_0x3a3fb7){const _0x24cf25=a134_0x539b2b,_0x302c64={};_0x302c64[_0x24cf25(0x1e3)]=_0x24cf25(0x1db),_0x302c64[_0x24cf25(0x1d7)]=_0x24cf25(0x1eb);const _0x1bcac6=_0x302c64,_0x362283=_0x3a3fb7[_0x24cf25(0x1b7)](_0x1bcac6[_0x24cf25(0x1e3)])[_0x24cf25(0x1ee)](/(.{64})/g,_0x1bcac6[_0x24cf25(0x1d7)]);return _0x24cf25(0x1c4)+_0x362283+(_0x362283[_0x24cf25(0x1d8)]('\x0a')?'':'\x0a')+_0x24cf25(0x1c3);}function loadCaCertsAsPem(_0x1b5680){const _0x2b24c3=a134_0x539b2b,_0x3b5104={'FnaZk':_0x2b24c3(0x1b0),'xpyqC':_0x2b24c3(0x1e1),'MkwGa':function(_0x25e31c,_0x1c0118){return _0x25e31c(_0x1c0118);}};if(_0x1b5680[_0x2b24c3(0x1cb)](_0x3b5104[_0x2b24c3(0x1bc)]))return _0x1b5680['toString'](_0x3b5104[_0x2b24c3(0x1da)])[_0x2b24c3(0x1b4)](/-----BEGIN CERTIFICATE-----[\s\S]*?-----END CERTIFICATE-----/g)||[];return[_0x3b5104[_0x2b24c3(0x1dc)](derToPem,_0x1b5680)];}function resolveCaCertPath(_0x401c70){const _0x49ebf9=a134_0x539b2b,_0x4a0321={'YsEzB':function(_0x72bccb,_0x5aa85f){return _0x72bccb(_0x5aa85f);},'pjuRO':function(_0xd36322,_0x76dc90){return _0xd36322(_0x76dc90);},'SaXDu':function(_0x30b2ca,_0x58f250,_0x192bb6){return _0x30b2ca(_0x58f250,_0x192bb6);},'xSJLJ':_0x49ebf9(0x1a7),'MZdaD':function(_0x38ccbb,_0x4816ae,_0xc10464){return _0x38ccbb(_0x4816ae,_0xc10464);}};let _0x7be00c=process[_0x49ebf9(0x1c6)][_0x49ebf9(0x1d4)];(!_0x7be00c||!_0x7be00c[_0x49ebf9(0x1c0)]())&&_0x401c70&&_0x401c70[_0x49ebf9(0x1cc)]&&(_0x7be00c=_0x401c70[_0x49ebf9(0x1cc)]);if(!_0x7be00c||!_0x4a0321[_0x49ebf9(0x1e6)](String,_0x7be00c)[_0x49ebf9(0x1c0)]())return null;_0x7be00c=_0x4a0321[_0x49ebf9(0x1cf)](String,_0x7be00c)[_0x49ebf9(0x1c0)]();try{if(fs[_0x49ebf9(0x1b6)](_0x7be00c)&&fs[_0x49ebf9(0x1b9)](_0x7be00c)[_0x49ebf9(0x1d2)]())return _0x7be00c;_0x4a0321[_0x49ebf9(0x1ba)](_log,_0x4a0321[_0x49ebf9(0x1c1)],'proxyCaCertificate:\x20path\x20does\x20not\x20exist\x20or\x20is\x20not\x20a\x20file,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20'+_0x7be00c);}catch(_0x33b4dd){_0x4a0321['MZdaD'](_log,_0x4a0321[_0x49ebf9(0x1c1)],'proxyCaCertificate:\x20failed\x20to\x20stat\x20cert\x20path\x20'+_0x7be00c+':\x20'+_0x33b4dd[_0x49ebf9(0x1ec)]);}return null;}function setupCaCertificate(_0x52b768,_0x410d68){const _0x328d4d=a134_0x539b2b,_0x2d86c8={'fKtsj':function(_0x547fef,_0x2d4b94){return _0x547fef(_0x2d4b94);},'hrQtg':function(_0x457967,_0x91346c){return _0x457967(_0x91346c);},'kPBnH':_0x328d4d(0x1b0),'ekivF':function(_0x43fa81,_0x374c70){return _0x43fa81(_0x374c70);},'XmrvJ':function(_0xd5a15c,_0x32ccba,_0x1a906e){return _0xd5a15c(_0x32ccba,_0x1a906e);},'tCpGv':_0x328d4d(0x1a7),'xiDiV':function(_0x2f1bcf,_0x25d8e8){return _0x2f1bcf(_0x25d8e8);},'ufeeU':'path','TsGzj':'browserstack_sdk_ca_','hrQHB':_0x328d4d(0x1d1),'BBUsr':function(_0x552dbb,_0x5dcb25){return _0x552dbb|_0x5dcb25;},'HfPcx':_0x328d4d(0x1e7),'MrEIN':function(_0x4a2d25,_0x5d7d8b,_0x58240b){return _0x4a2d25(_0x5d7d8b,_0x58240b);}};_0x410d68&&(_logger=_0x410d68);if(_patched)return;try{const _0x5de839=_0x2d86c8['hrQtg'](resolveCaCertPath,_0x52b768);if(!_0x5de839)return;const _0x20cf09=fs['readFileSync'](_0x5de839),_0x4b88a8=_0x20cf09[_0x328d4d(0x1cb)](_0x2d86c8['kPBnH']),_0x18afd8=_0x2d86c8['ekivF'](loadCaCertsAsPem,_0x20cf09);if(!_0x18afd8['length']){_0x2d86c8[_0x328d4d(0x1b8)](_log,_0x2d86c8[_0x328d4d(0x1ae)],_0x328d4d(0x1ef)+_0x5de839+_0x328d4d(0x1c2));return;}const _0x1e829f=tls[_0x328d4d(0x1cd)];tls[_0x328d4d(0x1cd)]=function(_0x54bd51={}){const _0x3c86c1=_0x328d4d,_0x2cf62d=_0x2d86c8[_0x3c86c1(0x1df)](_0x1e829f,_0x54bd51);for(const _0x41814d of _0x18afd8){try{_0x2cf62d[_0x3c86c1(0x1a9)]['addCACert'](_0x41814d);}catch(_0x4d8305){}}return _0x2cf62d;};if(!process['env'][_0x328d4d(0x1bb)]){let _0x26249f=_0x5de839;if(!_0x4b88a8){const _0x314acb=_0x2d86c8['ekivF'](require,'os'),_0x197e01=_0x2d86c8['xiDiV'](require,_0x2d86c8[_0x328d4d(0x1aa)]),_0x1f3006=fs['mkdtempSync'](_0x197e01['join'](_0x314acb['tmpdir'](),_0x2d86c8[_0x328d4d(0x1a6)]));_0x26249f=_0x197e01[_0x328d4d(0x1e8)](_0x1f3006,_0x2d86c8[_0x328d4d(0x1d9)]);const _0x4a8e0c=fs[_0x328d4d(0x1bf)](_0x26249f,_0x2d86c8[_0x328d4d(0x1b3)](_0x2d86c8[_0x328d4d(0x1b3)](_0x2d86c8[_0x328d4d(0x1b3)](fs[_0x328d4d(0x1c9)][_0x328d4d(0x1d5)],fs['constants'][_0x328d4d(0x1c5)]),fs[_0x328d4d(0x1c9)][_0x328d4d(0x1ab)]),fs[_0x328d4d(0x1c9)][_0x328d4d(0x1d3)]||0x0),0x180);try{fs['writeFileSync'](_0x4a8e0c,_0x18afd8[_0x328d4d(0x1e8)](''));}finally{fs['closeSync'](_0x4a8e0c);}}process['env'][_0x328d4d(0x1bb)]=_0x26249f;}_patched=!![],_0x2d86c8['XmrvJ'](_log,_0x2d86c8[_0x328d4d(0x1be)],'proxyCaCertificate:\x20trusting\x20custom\x20CA\x20from\x20'+_0x5de839+_0x328d4d(0x1e4));}catch(_0x45b93b){_0x2d86c8[_0x328d4d(0x1ca)](_log,_0x2d86c8['tCpGv'],_0x328d4d(0x1d0)+_0x45b93b[_0x328d4d(0x1ec)]);}}const a134_0x4cba71={};a134_0x4cba71[a134_0x539b2b(0x1ad)]=resolveCaCertPath,a134_0x4cba71['setupCaCertificate']=setupCaCertificate,a134_0x4cba71['loadCaCertsAsPem']=loadCaCertsAsPem,a134_0x4cba71[a134_0x539b2b(0x1b2)]=derToPem,module[a134_0x539b2b(0x1d6)]=a134_0x4cba71;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a135_0x36ec(_0x57cfd6,_0x2ee78a){var _0x4d4ae8=a135_0x4d4a();return a135_0x36ec=function(_0x36ec85,_0x578a40){_0x36ec85=_0x36ec85-0x125;var _0x1b17c3=_0x4d4ae8[_0x36ec85];return _0x1b17c3;},a135_0x36ec(_0x57cfd6,_0x2ee78a);}var a135_0x346358=a135_0x36ec;function a135_0x4d4a(){var _0x3ea5ac=['avd','remoteAppsCacheLimit','wdaStartupRetries','unlockKey','scaleFactor','avdLaunchTimeout','BROWSERSTACK_DEVICE_NAME','browserstack.testOrchestration.retryTestsOnFailure','appClient','cdwhr','ZBzMz','runPreviouslyFailedFirst','noSign','locationServicesEnabled','browserstack.user_name','BROWSERSTACK_APP_CLIENT','webkitResponseTimeout','browserstack.ppp','showIOSLog','optionalIntentArguments','customSSLCert','skipFlakyandFailed','browserstack.osVersion','keyPassword','gpsEnabled','ysDQC','BROWSERSTACK_ACCESS_KEY','networkSpeed','browserstack.rerunTests','skipDeviceInitialization','nativeWebTap','SYhcb','uninstallOtherPackages','chromedriverPort','resetOnSessionStartOnly','disableWindowAnimation','buildIdentifier','noReset','chromedriverExecutableDir','bTKaE','app','BROWSERSTACK_LOCAL_IDENTIFIER','avdArgs','1277860xokUpd','browserstackAutomation','calendarFormat','vKMQT','androidCoverageEndIntent','DKQts','appPackage','disableAndroidWatchers','limPW','browserstack.testOrchestration.rerunPreviouslyFailed','enableAsyncExecuteFromHttps','resetKeyboard','BROWSERSTACK_TEST_REPORTING_DEBUG','orientation','BROWSERSTACK_APP_ID','logcatFilterSpecs','dBcSJ','otherApps','wdaConnectionTimeout','skipLogCapture','BROWSERSTACK_LOG_DIR','useKeystore','appName','commandTimeouts','PRlZL','wdaLocalPort','QeZal','usePrebuiltWDA','parallelsPerPlatform','BROWSERSTACK_AUTOMATION','438QtqAUm','BROWSERSTACK_OS_VERSION','tapWithShortPressDuration','yTUWv','udid','deviceName','intentAction','fullReset','browserstack.logDir','swaIA','CehGo','browserstack.app','EnvCapsMapping','logLevel','sMOHq','processArguments','117768xowqBM','hSAge','enableWebviewDetailsCollection','retryTestsOnFailure','useNewWDA','4036430cNsEli','autoWebviewTimeout','deviceReadyTimeout','mRZyq','abortBuildOnFailure','language','chromedriverArgs','updatedWDABundleId','skipUnlock','GLubf','LEMbz','allowTestPackages','browserstack.local','recreateChromeDriverSessions','AppiumCaps','10468zZHShH','webviewDevtoolsPort','launchTimeout','mockLocationApp','30amCEWD','883sklSjm','KcVsd','buildName','keyAlias','browserstack.accessKey','CLICapsMapping','browserstack.access_key','logcatFormat','516096HcxMvw','238HaAlsD','BROWSERSTACK_APP','eventTimings','BROWSERSTACK_ORCHESTRATION_SMART_SELECTION_FEATURE_BRANCHES','safariInitialUrl','automationName','eydeq','njFKq','nativeWebScreenshot','browserstack.buildName','androidInstallPath','projectName','dontStopAppOnReset','xRjZQ','ignoreUnimportantViews','automation','chromedriverPorts','keystorePath','platformVersion','wdaLaunchTimeout','ucOTt','hiPkL','autoLaunch','browserstack.parallelsPerPlatform','browserstack.testOrchestration.runPreviouslyFailedFirst','chromeOptions','localIdentifier','IAeGp','keepKeyChains','aUKoC','autoDismissAlerts','browserstack.buildIdentifier','wdaStartupRetryInterval','clientDetoxVersion','unlockType','RfXQd','androidDeviceReadyTimeout','hgxOu','fQqWA','UDCdS','FxnTJ','xqSZy','2148144QtKeaI','localeScript','webDriverAgentUrl','browserstack.localIdentifier','browserstackConfigFile','userName','browserstack.testOrchestration.skipFlakyandFailed','allowDelayAdb','webviewConnectRetries','maxTypingFrequency','isHeadless','dIxMf','intentCategory','ignoreHiddenApiPolicyError','useCarthageSsl','BROWSERSTACK_PROJECT_NAME','startIWDP','chromedriverDisableBuildCheck','chromedriverExecutable','xcodeConfigFile','browserstack.config','bundleId','browserstack.testOrchestration.abortBuildOnFailure','browserstack.testOrchestration.smartSelectionFeatureBranches','enforceAppInstall','BROWSERSTACK_CLIENT_DETOX_VERSION','newCommandTimeout','BROWSERSTACK_BUILD_IDENTIFIER','BROWSERSTACK_USER_NAME','PBuEq','smartSelectionFeatureBranches','JduOQ','vXKVD','pMjRD','adbPort','FCXIe','appWaitDuration','chFGu','appWaitActivity','browserstack.automation','logDir','safariOpenLinksInBackground','skipLogcatCapture','oDasf','androidDeviceSocket','androidNaturalOrientation','browserstackLocal','preventWDAAttachments','intentFlags','TVlVz','cUJUt','rerunTests','androidScreenshotPath','KBZJz','browserstack.appClient','EpQOn','oirsg','browserstack.clientDetoxVersion','safariAllowPopups','AEqvH','safariIgnoreFraudWarning','locale'];a135_0x4d4a=function(){return _0x3ea5ac;};return a135_0x4d4a();}(function(_0x1b4d37,_0xadf492){var _0x3278fe=a135_0x36ec,_0xfa3f46=_0x1b4d37();while(!![]){try{var _0x236345=-parseInt(_0x3278fe(0x18b))/0x1*(parseInt(_0x3278fe(0x18a))/0x2)+-parseInt(_0x3278fe(0x162))/0x3*(parseInt(_0x3278fe(0x186))/0x4)+parseInt(_0x3278fe(0x144))/0x5+parseInt(_0x3278fe(0x1be))/0x6+parseInt(_0x3278fe(0x194))/0x7*(parseInt(_0x3278fe(0x172))/0x8)+-parseInt(_0x3278fe(0x193))/0x9+-parseInt(_0x3278fe(0x177))/0xa;if(_0x236345===_0xadf492)break;else _0xfa3f46['push'](_0xfa3f46['shift']());}catch(_0x5b166e){_0xfa3f46['push'](_0xfa3f46['shift']());}}}(a135_0x4d4a,0x3ef04),exports[a135_0x346358(0x190)]=()=>{var _0x58c594=a135_0x346358,_0xe0fe0b={};_0xe0fe0b[_0x58c594(0x1e9)]=_0x58c594(0x127),_0xe0fe0b[_0x58c594(0x138)]='browserstack.userName',_0xe0fe0b[_0x58c594(0x1a9)]=_0x58c594(0x191),_0xe0fe0b[_0x58c594(0x181)]=_0x58c594(0x18f),_0xe0fe0b[_0x58c594(0x1a1)]=_0x58c594(0x19d),_0xe0fe0b[_0x58c594(0x1c9)]='browserstack.projectName',_0xe0fe0b[_0x58c594(0x147)]=_0x58c594(0x1b3),_0xe0fe0b[_0x58c594(0x18c)]=_0x58c594(0x12a),_0xe0fe0b['KBZJz']=_0x58c594(0x1ab),_0xe0fe0b[_0x58c594(0x19b)]=_0x58c594(0x183),_0xe0fe0b['xqSZy']=_0x58c594(0x1c1),_0xe0fe0b[_0x58c594(0x1db)]=_0x58c594(0x135),_0xe0fe0b[_0x58c594(0x1f5)]=_0x58c594(0x16d),_0xe0fe0b[_0x58c594(0x205)]=_0x58c594(0x1f4),_0xe0fe0b[_0x58c594(0x1ef)]=_0x58c594(0x1f7),_0xe0fe0b[_0x58c594(0x1a8)]='browserstack.deviceName',_0xe0fe0b['hiYQO']='browserstack.device',_0xe0fe0b[_0x58c594(0x1af)]=_0x58c594(0x12f),_0xe0fe0b[_0x58c594(0x170)]='browserstack.logLevel',_0xe0fe0b[_0x58c594(0x1b9)]=_0x58c594(0x1e5),_0xe0fe0b[_0x58c594(0x173)]=_0x58c594(0x16a),_0xe0fe0b['chFGu']=_0x58c594(0x1d2),_0xe0fe0b[_0x58c594(0x1e1)]=_0x58c594(0x1c2),_0xe0fe0b[_0x58c594(0x206)]=_0x58c594(0x203),_0xe0fe0b[_0x58c594(0x149)]=_0x58c594(0x1d4),_0xe0fe0b[_0x58c594(0x15e)]=_0x58c594(0x1ac),_0xe0fe0b[_0x58c594(0x165)]=_0x58c594(0x14d),_0xe0fe0b[_0x58c594(0x132)]=_0x58c594(0x1c4),_0xe0fe0b[_0x58c594(0x1f9)]=_0x58c594(0x1d5);var _0x37e635=_0xe0fe0b,_0x4e90ec={};return _0x4e90ec['userName']=[_0x37e635[_0x58c594(0x1e9)],_0x37e635[_0x58c594(0x138)]],_0x4e90ec['accessKey']=[_0x37e635[_0x58c594(0x1a9)],_0x37e635[_0x58c594(0x181)]],_0x4e90ec[_0x58c594(0x18d)]=[_0x37e635[_0x58c594(0x1a1)]],_0x4e90ec[_0x58c594(0x19f)]=[_0x37e635[_0x58c594(0x1c9)]],_0x4e90ec[_0x58c594(0x13d)]=[_0x37e635[_0x58c594(0x147)]],_0x4e90ec[_0x58c594(0x160)]=[_0x37e635[_0x58c594(0x18c)],_0x37e635[_0x58c594(0x1f3)]],_0x4e90ec['browserstackLocal']=[_0x37e635[_0x58c594(0x19b)]],_0x4e90ec[_0x58c594(0x1ae)]=[_0x37e635[_0x58c594(0x1bd)]],_0x4e90ec[_0x58c594(0x1f1)]=[_0x37e635[_0x58c594(0x1db)]],_0x4e90ec[_0x58c594(0x141)]=[_0x37e635[_0x58c594(0x1f5)]],_0x4e90ec[_0x58c594(0x204)]=[_0x37e635[_0x58c594(0x205)]],_0x4e90ec['clientDetoxVersion']=[_0x37e635[_0x58c594(0x1ef)]],_0x4e90ec[_0x58c594(0x167)]=[_0x37e635['ucOTt'],_0x37e635['hiYQO']],_0x4e90ec['osVersion']=[_0x37e635[_0x58c594(0x1af)]],_0x4e90ec[_0x58c594(0x16f)]=[_0x37e635[_0x58c594(0x170)]],_0x4e90ec[_0x58c594(0x1a3)]=[_0x37e635[_0x58c594(0x1b9)]],_0x4e90ec['logDir']=[_0x37e635[_0x58c594(0x173)]],_0x4e90ec[_0x58c594(0x1c2)]=[_0x37e635[_0x58c594(0x1e3)],_0x37e635['FCXIe']],_0x4e90ec[_0x58c594(0x175)]=[_0x37e635[_0x58c594(0x206)]],_0x4e90ec[_0x58c594(0x17b)]=[_0x37e635[_0x58c594(0x149)]],_0x4e90ec[_0x58c594(0x207)]=[_0x37e635[_0x58c594(0x15e)]],_0x4e90ec['rerunPreviouslyFailed']=[_0x37e635[_0x58c594(0x165)]],_0x4e90ec[_0x58c594(0x12e)]=[_0x37e635[_0x58c594(0x132)]],_0x4e90ec[_0x58c594(0x1dc)]=[_0x37e635[_0x58c594(0x1f9)]],_0x4e90ec;},exports[a135_0x346358(0x16e)]=()=>{var _0x1decf4=a135_0x346358,_0x1382bb={};_0x1382bb[_0x1decf4(0x17a)]='BROWSERSTACK_USERNAME',_0x1382bb[_0x1decf4(0x15c)]=_0x1decf4(0x1da),_0x1382bb[_0x1decf4(0x1dd)]=_0x1decf4(0x133),_0x1382bb[_0x1decf4(0x16b)]='BROWSERSTACK_BUILD_NAME',_0x1382bb['UDCdS']=_0x1decf4(0x1cd),_0x1382bb['aUKoC']=_0x1decf4(0x1d9),_0x1382bb[_0x1decf4(0x16c)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x1382bb[_0x1decf4(0x1ba)]='BROWSERSTACK_LOCAL',_0x1382bb[_0x1decf4(0x140)]=_0x1decf4(0x142),_0x1382bb[_0x1decf4(0x14c)]='BROWSERSTACK_RERUN_TESTS',_0x1382bb[_0x1decf4(0x1f0)]=_0x1decf4(0x152),_0x1382bb[_0x1decf4(0x1bc)]=_0x1decf4(0x195),_0x1382bb['dBcSJ']=_0x1decf4(0x128),_0x1382bb[_0x1decf4(0x1df)]=_0x1decf4(0x1d7),_0x1382bb['TtFmt']=_0x1decf4(0x202),_0x1382bb[_0x1decf4(0x1b7)]=_0x1decf4(0x163),_0x1382bb['oirsg']='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x1382bb['IDbWh']=_0x1decf4(0x150),_0x1382bb[_0x1decf4(0x180)]=_0x1decf4(0x161),_0x1382bb[_0x1decf4(0x1de)]=_0x1decf4(0x158),_0x1382bb[_0x1decf4(0x19a)]=_0x1decf4(0x197);var _0x5633b6=_0x1382bb,_0x4f3ede={};return _0x4f3ede[_0x1decf4(0x1c3)]=[_0x5633b6[_0x1decf4(0x17a)],_0x5633b6[_0x1decf4(0x15c)]],_0x4f3ede['accessKey']=[_0x5633b6['JduOQ']],_0x4f3ede['buildName']=[_0x5633b6['swaIA']],_0x4f3ede[_0x1decf4(0x19f)]=[_0x5633b6[_0x1decf4(0x1bb)]],_0x4f3ede[_0x1decf4(0x13d)]=[_0x5633b6[_0x1decf4(0x1b1)]],_0x4f3ede[_0x1decf4(0x160)]=[_0x5633b6[_0x1decf4(0x16c)]],_0x4f3ede[_0x1decf4(0x1ec)]=[_0x5633b6['fQqWA']],_0x4f3ede[_0x1decf4(0x1ae)]=[_0x5633b6[_0x1decf4(0x140)]],_0x4f3ede[_0x1decf4(0x1f1)]=[_0x5633b6['limPW']],_0x4f3ede[_0x1decf4(0x141)]=[_0x5633b6[_0x1decf4(0x1f0)],_0x5633b6['FxnTJ']],_0x4f3ede[_0x1decf4(0x204)]=[_0x5633b6[_0x1decf4(0x154)]],_0x4f3ede[_0x1decf4(0x1b5)]=[_0x5633b6['pMjRD']],_0x4f3ede[_0x1decf4(0x167)]=[_0x5633b6['TtFmt']],_0x4f3ede['osVersion']=[_0x5633b6[_0x1decf4(0x1b7)]],_0x4f3ede[_0x1decf4(0x16f)]=[_0x5633b6[_0x1decf4(0x1f6)],_0x5633b6['IDbWh']],_0x4f3ede['automation']=[_0x5633b6['GLubf']],_0x4f3ede[_0x1decf4(0x1e6)]=[_0x5633b6[_0x1decf4(0x1de)]],_0x4f3ede[_0x1decf4(0x145)]=[_0x5633b6[_0x1decf4(0x180)]],_0x4f3ede[_0x1decf4(0x1dc)]=[_0x5633b6['eydeq']],_0x4f3ede;},exports[a135_0x346358(0x185)]=()=>[a135_0x346358(0x199),a135_0x346358(0x1a6),a135_0x346358(0x167),a135_0x346358(0x1d8),'app',a135_0x346358(0x166),a135_0x346358(0x17c),a135_0x346358(0x1fb),a135_0x346358(0x151),'autoWebview',a135_0x346358(0x13e),a135_0x346358(0x169),'clearSystemFiles',a135_0x346358(0x196),'enablePerformanceLogging',a135_0x346358(0x155),'printPageSourceOnFindFailure','appActivity',a135_0x346358(0x14a),a135_0x346358(0x1e4),'appWaitPackage',a135_0x346358(0x1e2),a135_0x346358(0x179),a135_0x346358(0x182),'androidCoverage',a135_0x346358(0x148),a135_0x346358(0x1b8),a135_0x346358(0x1e0),a135_0x346358(0x1ea),'androidInstallTimeout',a135_0x346358(0x19e),a135_0x346358(0x1fc),a135_0x346358(0x201),'avdReadyTimeout',a135_0x346358(0x143),a135_0x346358(0x159),a135_0x346358(0x1a5),'keystorePassword',a135_0x346358(0x18e),a135_0x346358(0x130),a135_0x346358(0x1d0),a135_0x346358(0x17d),a135_0x346358(0x13f),'chromedriverChromeMappingFile','chromedriverUseSystemExecutable',a135_0x346358(0x13a),a135_0x346358(0x1a4),a135_0x346358(0x1cf),a135_0x346358(0x178),a135_0x346358(0x168),a135_0x346358(0x1ca),a135_0x346358(0x1ee),a135_0x346358(0x12c),a135_0x346358(0x1a0),'unicodeKeyboard',a135_0x346358(0x14f),a135_0x346358(0x125),a135_0x346358(0x1a2),a135_0x346358(0x14b),a135_0x346358(0x1ad),a135_0x346358(0x184),a135_0x346358(0x19c),a135_0x346358(0x1f2),a135_0x346358(0x134),a135_0x346358(0x131),a135_0x346358(0x1c8),'adbExecTimeout',a135_0x346358(0x1bf),a135_0x346358(0x136),'autoGrantPermissions',a135_0x346358(0x1eb),'systemPort','remoteAdbHost',a135_0x346358(0x17f),a135_0x346358(0x1b6),a135_0x346358(0x1ff),a135_0x346358(0x1aa),a135_0x346358(0x1e8),a135_0x346358(0x139),a135_0x346358(0x13c),'buildToolsVersion',a135_0x346358(0x1d6),'ensureWebviewsHavePages',a135_0x346358(0x187),a135_0x346358(0x174),a135_0x346358(0x1fd),a135_0x346358(0x146),a135_0x346358(0x1d3),a135_0x346358(0x188),a135_0x346358(0x126),'locationServicesAuthorized','autoAcceptAlerts',a135_0x346358(0x1b2),'nativeInstrumentsLib',a135_0x346358(0x137),a135_0x346358(0x198),a135_0x346358(0x1f8),a135_0x346358(0x1fa),a135_0x346358(0x1e7),a135_0x346358(0x1b0),'localizableStringsDir',a135_0x346358(0x171),'interKeyDelay',a135_0x346358(0x12b),'sendKeyStrategy',a135_0x346358(0x129),'screenshotWaitTimeout','remoteDebugProxy',a135_0x346358(0x14e),a135_0x346358(0x157),'webkitDebugProxyPort','fullContextList','waitForAppScript',a135_0x346358(0x1c6),a135_0x346358(0x15a),a135_0x346358(0x12d),a135_0x346358(0x164),a135_0x346358(0x200),a135_0x346358(0x15d),'showXcodeLog','iosInstallPause',a135_0x346358(0x1d1),'keychainPassword',a135_0x346358(0x15f),a135_0x346358(0x1ed),a135_0x346358(0x1c0),'keychainPath',a135_0x346358(0x176),a135_0x346358(0x1a7),a135_0x346358(0x156),'xcodeOrgId','xcodeSigningId',a135_0x346358(0x17e),a135_0x346358(0x13b),a135_0x346358(0x15b),a135_0x346358(0x1fe),a135_0x346358(0x1b4),'connectHardwareKeyboard',a135_0x346358(0x1c7),'simpleIsVisibleCheck',a135_0x346358(0x1cc),'shouldUseSingletonTestManager',a135_0x346358(0x1ce),'allowTouchIdEnroll',a135_0x346358(0x1cb),a135_0x346358(0x189),a135_0x346358(0x192),a135_0x346358(0x153),a135_0x346358(0x1c5)]);
|
|
1
|
+
function a135_0x725f(_0x2dfc64,_0x28f7cf){var _0x362d6a=a135_0x362d();return a135_0x725f=function(_0x725fe4,_0x113673){_0x725fe4=_0x725fe4-0x124;var _0x129074=_0x362d6a[_0x725fe4];return _0x129074;},a135_0x725f(_0x2dfc64,_0x28f7cf);}function a135_0x362d(){var _0x1fda31=['sendKeyStrategy','disableWindowAnimation','autoWebviewTimeout','browserstack.deviceName','showXcodeLog','rerunPreviouslyFailed','ugwYY','12ZiqCRs','ByBjA','Gpddg','webviewConnectRetries','wdaLocalPort','appWaitDuration','browserstack.testOrchestration.runPreviouslyFailedFirst','unlockType','BROWSERSTACK_APP_CLIENT','yxnXs','hTvuX','logDir','locationServicesEnabled','MjcOH','BZgLs','androidInstallPath','allowTestPackages','remoteAppsCacheLimit','aReDy','browserstack.user_name','appWaitActivity','adbPort','clientDetoxVersion','2290fvFVda','vrZeB','localizableStringsDir','DqrYa','keychainPath','iYuYb','avd','autoDismissAlerts','wdaStartupRetryInterval','aZBGD','browserstack.testOrchestration.skipFlakyandFailed','isHeadless','nativeWebScreenshot','otherApps','chromedriverChromeMappingFile','uninstallOtherPackages','MwHYr','chromedriverPort','skipUnlock','eventTimings','localeScript','browserstack.accessKey','mockLocationApp','automation','useNewWDA','resetOnSessionStartOnly','printPageSourceOnFindFailure','browserstack.testOrchestration.smartSelectionFeatureBranches','avdArgs','1499067ZBoxmV','deviceReadyTimeout','interKeyDelay','browserstackLocal','androidScreenshotPath','fullReset','processArguments','gHHaN','chromedriverArgs','avdReadyTimeout','remoteDebugProxy','androidDeviceSocket','browserstack.app','showIOSLog','LTjlW','appClient','localIdentifier','tapWithShortPressDuration','SuusI','safariInitialUrl','runPreviouslyFailedFirst','browserstack.parallelsPerPlatform','appPackage','BROWSERSTACK_USERNAME','logcatFilterSpecs','keepKeyChains','deviceName','wdaStartupRetries','BROWSERSTACK_OBSERVABILITY_DEBUG','preventWDAAttachments','NAqeP','26024141FyoJqw','BYCiy','BROWSERSTACK_AUTOMATION','autoGrantPermissions','esyWq','keystorePassword','dontStopAppOnReset','shouldUseSingletonTestManager','BROWSERSTACK_LOG_DIR','retryTestsOnFailure','browserstackConfigFile','enforceAppInstall','BROWSERSTACK_USER_NAME','buildIdentifier','browserstack.localIdentifier','appWaitPackage','browserstack.automation','HApSp','projectName','xcodeConfigFile','recreateChromeDriverSessions','connectHardwareKeyboard','androidDeviceReadyTimeout','WjKQF','androidCoverage','xcodeSigningId','LKoWk','launchTimeout','pHbng','VenKw','skipLogcatCapture','BROWSERSTACK_OS_VERSION','androidCoverageEndIntent','YjPop','fullContextList','browserstack.device','68240kOkIHV','pSjYp','scaleFactor','safariAllowPopups','VDXao','chromedriverExecutable','BROWSERSTACK_LOCAL','browserstack.userName','CCiSl','startIWDP','3XRJYRU','enablePerformanceLogging','EnvCapsMapping','BROWSERSTACK_RERUN_TESTS','newCommandTimeout','autoWebview','keyPassword','qsnLD','11982720roymnD','browserstack.logDir','kGZku','BROWSERSTACK_TEST_REPORTING_DEBUG','parallelsPerPlatform','language','androidInstallTimeout','chromedriverUseSystemExecutable','smartSelectionFeatureBranches','bundleId','nativeInstrumentsLib','usePrebuiltWDA','calendarFormat','BROWSERSTACK_ORCHESTRATION_SMART_SELECTION_FEATURE_BRANCHES','chromedriverPorts','chromedriverExecutableDir','oUHIf','allowDelayAdb','appName','networkSpeed','safariIgnoreFraudWarning','browserstackAutomation','ZlBmq','app','yTOJw','YpWxs','useKeystore','userName','unicodeKeyboard','skipLogCapture','enableWebviewDetailsCollection','rerunTests','webkitResponseTimeout','wdaLaunchTimeout','unlockKey','webviewDevtoolsPort','dUFRe','browserstack.appClient','RSNyp','avdLaunchTimeout','keychainPassword','ZXgVg','useCarthageSsl','clearSystemFiles','browserstack.ppp','autoAcceptAlerts','daOiW','intentFlags','386736tOgqah','appActivity','automationName','autoLaunch','31cVDHbh','70sEEfiU','allowTouchIdEnroll','168xXIuJg','browserstack.config','uvqMo','browserstack.buildIdentifier','fZHoB','resetKeyboard','LOyyy','chromeOptions','BROWSERSTACK_PROJECT_NAME','BROWSERSTACK_ACCESS_KEY','ensureWebviewsHavePages','skipFlakyandFailed','enableAsyncExecuteFromHttps','osVersion','locale','886628uQVutF','remoteAdbHost','BROWSERSTACK_APP','waitForAppScript','kUmoo','buildName','browserstack.osVersion','Upglb','webkitDebugProxyPort','CLICapsMapping','browserstack.testOrchestration.rerunPreviouslyFailed','gpsEnabled','intentCategory','commandTimeouts'];a135_0x362d=function(){return _0x1fda31;};return a135_0x362d();}var a135_0x55b201=a135_0x725f;(function(_0x2e6d8b,_0x4fab0b){var _0x3d3a26=a135_0x725f,_0x40b8c5=_0x2e6d8b();while(!![]){try{var _0x3372d5=parseInt(_0x3d3a26(0x1d8))/0x1*(-parseInt(_0x3d3a26(0x132))/0x2)+-parseInt(_0x3d3a26(0x19c))/0x3*(-parseInt(_0x3d3a26(0x1ea))/0x4)+-parseInt(_0x3d3a26(0x1d9))/0x5*(parseInt(_0x3d3a26(0x1d4))/0x6)+parseInt(_0x3d3a26(0x1db))/0x7*(parseInt(_0x3d3a26(0x192))/0x8)+parseInt(_0x3d3a26(0x14f))/0x9+-parseInt(_0x3d3a26(0x1a4))/0xa+parseInt(_0x3d3a26(0x16e))/0xb*(parseInt(_0x3d3a26(0x1ff))/0xc);if(_0x3372d5===_0x4fab0b)break;else _0x40b8c5['push'](_0x40b8c5['shift']());}catch(_0x37e08e){_0x40b8c5['push'](_0x40b8c5['shift']());}}}(a135_0x362d,0xc8d5c),exports[a135_0x55b201(0x1f3)]=()=>{var _0x5dd137=a135_0x55b201,_0x76548e={};_0x76548e['WsCKF']=_0x5dd137(0x12e),_0x76548e[_0x5dd137(0x201)]=_0x5dd137(0x199),_0x76548e[_0x5dd137(0x1bd)]='browserstack.access_key',_0x76548e[_0x5dd137(0x1b4)]=_0x5dd137(0x147),_0x76548e[_0x5dd137(0x137)]='browserstack.buildName',_0x76548e[_0x5dd137(0x129)]='browserstack.projectName',_0x76548e[_0x5dd137(0x196)]=_0x5dd137(0x1de),_0x76548e['qsnLD']=_0x5dd137(0x1d0),_0x76548e[_0x5dd137(0x188)]=_0x5dd137(0x164),_0x76548e[_0x5dd137(0x1e1)]='browserstack.local',_0x76548e['sgdnp']=_0x5dd137(0x17c),_0x76548e[_0x5dd137(0x1df)]='browserstack.rerunTests',_0x76548e['xmjBj']=_0x5dd137(0x15b),_0x76548e[_0x5dd137(0x1ca)]=_0x5dd137(0x1c9),_0x76548e[_0x5dd137(0x16d)]='browserstack.clientDetoxVersion',_0x76548e[_0x5dd137(0x156)]=_0x5dd137(0x1fb),_0x76548e['YjPop']=_0x5dd137(0x191),_0x76548e[_0x5dd137(0x200)]=_0x5dd137(0x1f0),_0x76548e['olfku']='browserstack.logLevel',_0x76548e['aZBGD']=_0x5dd137(0x17e),_0x76548e[_0x5dd137(0x1cd)]=_0x5dd137(0x1a5),_0x76548e[_0x5dd137(0x12d)]=_0x5dd137(0x1dc),_0x76548e['VenKw']=_0x5dd137(0x178),_0x76548e['NnZxv']='browserstack.testOrchestration.retryTestsOnFailure',_0x76548e[_0x5dd137(0x193)]='browserstack.testOrchestration.abortBuildOnFailure',_0x76548e[_0x5dd137(0x18a)]=_0x5dd137(0x205),_0x76548e[_0x5dd137(0x185)]=_0x5dd137(0x1f4),_0x76548e[_0x5dd137(0x1dd)]=_0x5dd137(0x13c),_0x76548e[_0x5dd137(0x19a)]=_0x5dd137(0x14d);var _0x38d734=_0x76548e,_0x596b38={};return _0x596b38['userName']=[_0x38d734['WsCKF'],_0x38d734[_0x5dd137(0x201)]],_0x596b38['accessKey']=[_0x38d734[_0x5dd137(0x1bd)],_0x38d734[_0x5dd137(0x1b4)]],_0x596b38['buildName']=[_0x38d734[_0x5dd137(0x137)]],_0x596b38[_0x5dd137(0x180)]=[_0x38d734[_0x5dd137(0x129)]],_0x596b38[_0x5dd137(0x17b)]=[_0x38d734['VDXao']],_0x596b38[_0x5dd137(0x1a8)]=[_0x38d734[_0x5dd137(0x1a3)],_0x38d734[_0x5dd137(0x188)]],_0x596b38[_0x5dd137(0x152)]=[_0x38d734[_0x5dd137(0x1e1)]],_0x596b38[_0x5dd137(0x15f)]=[_0x38d734['sgdnp']],_0x596b38['rerunTests']=[_0x38d734['fZHoB']],_0x596b38[_0x5dd137(0x1bb)]=[_0x38d734['xmjBj']],_0x596b38[_0x5dd137(0x15e)]=[_0x38d734[_0x5dd137(0x1ca)]],_0x596b38[_0x5dd137(0x131)]=[_0x38d734[_0x5dd137(0x16d)]],_0x596b38[_0x5dd137(0x169)]=[_0x38d734[_0x5dd137(0x156)],_0x38d734[_0x5dd137(0x18f)]],_0x596b38['osVersion']=[_0x38d734[_0x5dd137(0x200)]],_0x596b38['logLevel']=[_0x38d734['olfku']],_0x596b38[_0x5dd137(0x149)]=[_0x38d734[_0x5dd137(0x13b)]],_0x596b38[_0x5dd137(0x126)]=[_0x38d734[_0x5dd137(0x1cd)]],_0x596b38['browserstackConfigFile']=[_0x38d734[_0x5dd137(0x12d)],_0x38d734[_0x5dd137(0x18b)]],_0x596b38[_0x5dd137(0x177)]=[_0x38d734['NnZxv']],_0x596b38['abortBuildOnFailure']=[_0x38d734[_0x5dd137(0x193)]],_0x596b38[_0x5dd137(0x163)]=[_0x38d734[_0x5dd137(0x18a)]],_0x596b38[_0x5dd137(0x1fd)]=[_0x38d734[_0x5dd137(0x185)]],_0x596b38[_0x5dd137(0x1e6)]=[_0x38d734['uvqMo']],_0x596b38[_0x5dd137(0x1ac)]=[_0x38d734[_0x5dd137(0x19a)]],_0x596b38;},exports[a135_0x55b201(0x19e)]=()=>{var _0x275cdd=a135_0x55b201,_0xa47fe5={};_0xa47fe5[_0x275cdd(0x1ba)]=_0x275cdd(0x166),_0xa47fe5['MjcOH']=_0x275cdd(0x17a),_0xa47fe5[_0x275cdd(0x15d)]=_0x275cdd(0x1e4),_0xa47fe5['liwxo']='BROWSERSTACK_BUILD_NAME',_0xa47fe5[_0x275cdd(0x124)]=_0x275cdd(0x1e3),_0xa47fe5['kGZku']='BROWSERSTACK_BUILD_IDENTIFIER',_0xa47fe5[_0x275cdd(0x1f1)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0xa47fe5[_0x275cdd(0x17f)]=_0x275cdd(0x198),_0xa47fe5['dUFRe']='BROWSERSTACK_LOCAL_IDENTIFIER',_0xa47fe5['vrZeB']=_0x275cdd(0x19f),_0xa47fe5['hTvuX']='BROWSERSTACK_APP_ID',_0xa47fe5[_0x275cdd(0x135)]=_0x275cdd(0x1ec),_0xa47fe5[_0x275cdd(0x161)]=_0x275cdd(0x207),_0xa47fe5[_0x275cdd(0x1fe)]='BROWSERSTACK_CLIENT_DETOX_VERSION',_0xa47fe5['BYCiy']='BROWSERSTACK_DEVICE_NAME',_0xa47fe5['daOiW']=_0x275cdd(0x18d),_0xa47fe5[_0x275cdd(0x1ee)]=_0x275cdd(0x16b),_0xa47fe5['MwHYr']=_0x275cdd(0x1a7),_0xa47fe5[_0x275cdd(0x1bc)]=_0x275cdd(0x170),_0xa47fe5[_0x275cdd(0x172)]=_0x275cdd(0x176),_0xa47fe5['oLBtU']=_0x275cdd(0x1b1);var _0x11de45=_0xa47fe5,_0x17342f={};return _0x17342f[_0x275cdd(0x1bf)]=[_0x11de45[_0x275cdd(0x1ba)],_0x11de45[_0x275cdd(0x128)]],_0x17342f['accessKey']=[_0x11de45[_0x275cdd(0x15d)]],_0x17342f[_0x275cdd(0x1ef)]=[_0x11de45['liwxo']],_0x17342f[_0x275cdd(0x180)]=[_0x11de45[_0x275cdd(0x124)]],_0x17342f[_0x275cdd(0x17b)]=[_0x11de45[_0x275cdd(0x1a6)]],_0x17342f['parallelsPerPlatform']=[_0x11de45[_0x275cdd(0x1f1)]],_0x17342f['browserstackLocal']=[_0x11de45['HApSp']],_0x17342f[_0x275cdd(0x15f)]=[_0x11de45[_0x275cdd(0x1c8)]],_0x17342f[_0x275cdd(0x1c3)]=[_0x11de45[_0x275cdd(0x133)]],_0x17342f[_0x275cdd(0x1bb)]=[_0x11de45[_0x275cdd(0x125)],_0x11de45['DqrYa']],_0x17342f['appClient']=[_0x11de45['SuusI']],_0x17342f[_0x275cdd(0x131)]=[_0x11de45[_0x275cdd(0x1fe)]],_0x17342f[_0x275cdd(0x169)]=[_0x11de45[_0x275cdd(0x16f)]],_0x17342f[_0x275cdd(0x1e8)]=[_0x11de45[_0x275cdd(0x1d2)]],_0x17342f['logLevel']=[_0x11de45[_0x275cdd(0x1ee)],_0x11de45[_0x275cdd(0x142)]],_0x17342f[_0x275cdd(0x149)]=[_0x11de45[_0x275cdd(0x1bc)]],_0x17342f[_0x275cdd(0x126)]=[_0x11de45[_0x275cdd(0x172)]],_0x17342f[_0x275cdd(0x1b9)]=[_0x11de45[_0x275cdd(0x1bc)]],_0x17342f[_0x275cdd(0x1ac)]=[_0x11de45['oLBtU']],_0x17342f;},exports['AppiumCaps']=()=>[a135_0x55b201(0x1d6),'platformVersion',a135_0x55b201(0x169),a135_0x55b201(0x1a0),a135_0x55b201(0x1bb),'udid',a135_0x55b201(0x1a9),a135_0x55b201(0x1e9),'orientation',a135_0x55b201(0x1a1),'noReset',a135_0x55b201(0x154),a135_0x55b201(0x1cf),a135_0x55b201(0x145),a135_0x55b201(0x19d),a135_0x55b201(0x13f),a135_0x55b201(0x14c),a135_0x55b201(0x1d5),a135_0x55b201(0x165),a135_0x55b201(0x12f),a135_0x55b201(0x17d),a135_0x55b201(0x204),a135_0x55b201(0x150),a135_0x55b201(0x12b),a135_0x55b201(0x186),a135_0x55b201(0x18e),a135_0x55b201(0x184),a135_0x55b201(0x130),a135_0x55b201(0x15a),a135_0x55b201(0x1aa),a135_0x55b201(0x12a),a135_0x55b201(0x138),a135_0x55b201(0x1cb),a135_0x55b201(0x158),a135_0x55b201(0x14e),a135_0x55b201(0x1be),'keystorePath',a135_0x55b201(0x173),'keyAlias',a135_0x55b201(0x1a2),a135_0x55b201(0x197),a135_0x55b201(0x157),a135_0x55b201(0x1b3),a135_0x55b201(0x140),a135_0x55b201(0x1ab),a135_0x55b201(0x143),a135_0x55b201(0x1b2),'chromedriverDisableBuildCheck',a135_0x55b201(0x1fa),'intentAction',a135_0x55b201(0x1f6),a135_0x55b201(0x1d3),'optionalIntentArguments',a135_0x55b201(0x174),a135_0x55b201(0x1c0),a135_0x55b201(0x1e0),'noSign','ignoreUnimportantViews','disableAndroidWatchers',a135_0x55b201(0x1e2),a135_0x55b201(0x182),a135_0x55b201(0x13e),a135_0x55b201(0x153),a135_0x55b201(0x1b7),a135_0x55b201(0x1f5),a135_0x55b201(0x13d),'adbExecTimeout',a135_0x55b201(0x146),'skipDeviceInitialization',a135_0x55b201(0x171),'androidNaturalOrientation','systemPort',a135_0x55b201(0x1eb),a135_0x55b201(0x144),a135_0x55b201(0x206),a135_0x55b201(0x1c6),a135_0x55b201(0x1d7),a135_0x55b201(0x18c),a135_0x55b201(0x141),a135_0x55b201(0x1f9),'buildToolsVersion',a135_0x55b201(0x179),a135_0x55b201(0x1e5),a135_0x55b201(0x1c7),a135_0x55b201(0x1c2),a135_0x55b201(0x12c),a135_0x55b201(0x1b0),a135_0x55b201(0x1ad),a135_0x55b201(0x189),a135_0x55b201(0x127),'locationServicesAuthorized',a135_0x55b201(0x1d1),a135_0x55b201(0x139),a135_0x55b201(0x1ae),'nativeWebTap',a135_0x55b201(0x162),a135_0x55b201(0x195),a135_0x55b201(0x1b8),'safariOpenLinksInBackground',a135_0x55b201(0x168),a135_0x55b201(0x134),a135_0x55b201(0x155),a135_0x55b201(0x151),a135_0x55b201(0x15c),a135_0x55b201(0x1f8),a135_0x55b201(0x1c4),'screenshotWaitTimeout',a135_0x55b201(0x159),a135_0x55b201(0x1e7),a135_0x55b201(0x1c1),a135_0x55b201(0x1f2),a135_0x55b201(0x190),a135_0x55b201(0x1ed),a135_0x55b201(0x202),a135_0x55b201(0x1b6),'customSSLCert',a135_0x55b201(0x160),a135_0x55b201(0x194),a135_0x55b201(0x203),a135_0x55b201(0x1fc),'iosInstallPause',a135_0x55b201(0x181),a135_0x55b201(0x1cc),a135_0x55b201(0x1af),a135_0x55b201(0x16c),'webDriverAgentUrl',a135_0x55b201(0x136),a135_0x55b201(0x14a),a135_0x55b201(0x1c5),'wdaConnectionTimeout','xcodeOrgId',a135_0x55b201(0x187),'updatedWDABundleId',a135_0x55b201(0x14b),a135_0x55b201(0x1f7),a135_0x55b201(0x16a),a135_0x55b201(0x13a),a135_0x55b201(0x183),'maxTypingFrequency','simpleIsVisibleCheck',a135_0x55b201(0x1ce),a135_0x55b201(0x175),a135_0x55b201(0x19b),a135_0x55b201(0x1da),'ignoreHiddenApiPolicyError',a135_0x55b201(0x148),'logcatFormat',a135_0x55b201(0x167),a135_0x55b201(0x1b5)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a136_0x287f(_0x47ad94,_0x102ee5){var _0x4c849f=a136_0x4c84();return a136_0x287f=function(_0x287fec,_0x59a18d){_0x287fec=_0x287fec-0x1f2;var _0x568b33=_0x4c849f[_0x287fec];return _0x568b33;},a136_0x287f(_0x47ad94,_0x102ee5);}var a136_0x24371e=a136_0x287f;(function(_0x40a834,_0x4f6b5e){var _0x1264f4=a136_0x287f,_0x318053=_0x40a834();while(!![]){try{var _0x228e8b=-parseInt(_0x1264f4(0x1f4))/0x1+-parseInt(_0x1264f4(0x1fa))/0x2*(parseInt(_0x1264f4(0x1f6))/0x3)+parseInt(_0x1264f4(0x1fe))/0x4*(parseInt(_0x1264f4(0x1f7))/0x5)+parseInt(_0x1264f4(0x1fd))/0x6+parseInt(_0x1264f4(0x1fc))/0x7*(-parseInt(_0x1264f4(0x1f3))/0x8)+parseInt(_0x1264f4(0x1f2))/0x9*(parseInt(_0x1264f4(0x1f8))/0xa)+parseInt(_0x1264f4(0x1f5))/0xb*(parseInt(_0x1264f4(0x1f9))/0xc);if(_0x228e8b===_0x4f6b5e)break;else _0x318053['push'](_0x318053['shift']());}catch(_0x3d0b65){_0x318053['push'](_0x318053['shift']());}}}(a136_0x4c84,0x8e9d2),exports[a136_0x24371e(0x1fb)]='https://hub-use-only.browserstack.com/wd/hub');function a136_0x4c84(){var _0x45a7e4=['3vVKGav','21025eQVFRR','663260ZavrrR','732hgXneD','505306mOKASn','BROWSERSTACK_GRR_US_HUB_URL','1823003QNLLdt','563322kDwQJX','1028SyJsbp','54fMSGYf','16syYrTH','285082qITBGL','12661lZkuwh'];a136_0x4c84=function(){return _0x45a7e4;};return a136_0x4c84();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a137_0x488e(){var _0x303b03=['9KURUKq','BROWSERSTACK_CENTRAL_SCANNER_JWT','A11Y_SCAN_RESULT','27236488KAktGJ','4497600igUvsW','setCentralScannerData','2111116xXvzIy','jUjWU','env','2QPfEDD','937736mwloRW','3598524QFeTGv','7653018KNPIRk','central_scanner_log','1474784SfrKQY','a11y_scanner'];a137_0x488e=function(){return _0x303b03;};return a137_0x488e();}function a137_0x4404(_0x559641,_0x5c09a3){var _0x488ef5=a137_0x488e();return a137_0x4404=function(_0x440498,_0x49aae5){_0x440498=_0x440498-0x1f1;var _0x2881c6=_0x488ef5[_0x440498];return _0x2881c6;},a137_0x4404(_0x559641,_0x5c09a3);}var a137_0x23b271=a137_0x4404;(function(_0x524c46,_0x3b30ec){var _0x142e57=a137_0x4404,_0x3a5ed0=_0x524c46();while(!![]){try{var _0x3b20c9=-parseInt(_0x142e57(0x1fe))/0x1+-parseInt(_0x142e57(0x1fd))/0x2*(parseInt(_0x142e57(0x1ff))/0x3)+-parseInt(_0x142e57(0x1f2))/0x4+parseInt(_0x142e57(0x1f8))/0x5+-parseInt(_0x142e57(0x200))/0x6+parseInt(_0x142e57(0x1fa))/0x7+-parseInt(_0x142e57(0x1f7))/0x8*(-parseInt(_0x142e57(0x1f4))/0x9);if(_0x3b20c9===_0x3b30ec)break;else _0x3a5ed0['push'](_0x3a5ed0['shift']());}catch(_0x3502a6){_0x3a5ed0['push'](_0x3a5ed0['shift']());}}}(a137_0x488e,0xc93a2),exports[a137_0x23b271(0x1f9)]=(_0x3a5b2a,_0xb552db,_0x2976f3)=>{var _0x195430=a137_0x23b271,_0x58b21f={'jUjWU':function(_0x49cf52,_0x4253c2){return _0x49cf52(_0x4253c2);},'YWwUC':function(_0x59bc62,_0x5b5ea0){return _0x59bc62||_0x5b5ea0;}};_0x3a5b2a[_0x195430(0x1f1)]={'http_code':_0x58b21f[_0x195430(0x1fb)](String,_0xb552db)||null,'redirect_url':_0x58b21f['YWwUC'](_0x2976f3,null),'token':process['env'][_0x195430(0x1f5)]||null};if(process['env'][_0x195430(0x1f6)])try{_0x3a5b2a[_0x195430(0x1f1)][_0x195430(0x1f3)]=JSON['parse'](process[_0x195430(0x1fc)][_0x195430(0x1f6)])||null;}catch(_0x14eb48){_0x3a5b2a['central_scanner_log'][_0x195430(0x1f3)]=null;}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a138_0x551145=a138_0x433d;function a138_0x433d(_0x579f8d,_0x12b34d){const _0x2d293e=a138_0x2d29();return a138_0x433d=function(_0x433de2,_0x108da0){_0x433de2=_0x433de2-0x19e;let _0x3094ce=_0x2d293e[_0x433de2];return _0x3094ce;},a138_0x433d(_0x579f8d,_0x12b34d);}(function(_0x43ae36,_0x569b1a){const _0x4c9de7=a138_0x433d,_0x5787c8=_0x43ae36();while(!![]){try{const _0x2b3c52=-parseInt(_0x4c9de7(0x1a5))/0x1+-parseInt(_0x4c9de7(0x1a0))/0x2+-parseInt(_0x4c9de7(0x1a1))/0x3+parseInt(_0x4c9de7(0x19e))/0x4+parseInt(_0x4c9de7(0x1a3))/0x5+-parseInt(_0x4c9de7(0x1a4))/0x6+-parseInt(_0x4c9de7(0x1a8))/0x7*(-parseInt(_0x4c9de7(0x19f))/0x8);if(_0x2b3c52===_0x569b1a)break;else _0x5787c8['push'](_0x5787c8['shift']());}catch(_0x184e35){_0x5787c8['push'](_0x5787c8['shift']());}}}(a138_0x2d29,0x5c70a));const logger=require(a138_0x551145(0x1a2))['winstonLogger'];function a138_0x2d29(){const _0x1e7f81=['322074BuNTkI','createClassLogger','error','378014GYmiPh','746512ZsKzjW','264IqocSn','1093676RxjJIe','1970397HuIEyl','./logger.js','2669850cKlPuu','3589914zsErvm'];a138_0x2d29=function(){return _0x1e7f81;};return a138_0x2d29();}function createClassLogger(_0x56c218){const _0x31db3c=a138_0x551145;return{'info':(_0x3168b3,..._0x342d2e)=>logger['info']('['+_0x56c218+']\x20'+_0x3168b3,..._0x342d2e),'debug':(_0x361985,..._0x367a8d)=>logger['debug']('['+_0x56c218+']\x20'+_0x361985,..._0x367a8d),'warn':(_0x5b65bd,..._0x4e05bb)=>logger['warn']('['+_0x56c218+']\x20'+_0x5b65bd,..._0x4e05bb),'error':(_0x20f8fe,..._0x5d2fec)=>logger[_0x31db3c(0x1a7)]('['+_0x56c218+']\x20'+_0x20f8fe,..._0x5d2fec),'verbose':(_0x267292,..._0x275563)=>logger['verbose']('['+_0x56c218+']\x20'+_0x267292,..._0x275563)};}const a138_0x3e6f30={};a138_0x3e6f30[a138_0x551145(0x1a6)]=createClassLogger,module['exports']=a138_0x3e6f30;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';function a139_0x2e69(){const _0x44b915=['BROWSERSTACK_TESTHUB_UUID','uBsyA','ISuFC','BgHIF','BROWSERSTACK_FRAMEWORK','nodeRequest','./playwright-helper','NhHAp','VqIkI','dyMfj','jkCIW','sdk_events','buildAsync','1563148JkepXD','year','utf-8','stringify','formatToParts','stack','json','83568pSviak','efApb','getConfig','status','6898680LVkyUw','env','../bin/utils/apiUtilityMethods','_resetForTests','getInstance','day','rukMB','kFCFL','2-digit','unknown','month','vGuUM','numeric','BROWSERSTACK_PLATFORM_INDEX','KmexF','1350748deDjSm','VTydQ','\x20to\x20EDS:\x20','beforeExit','BbiKG','getPlaywrightBrowserType','oISjz','replace','1065534cCafjf','exports','instrumentDriverInitFailureEvent','playwright','BuVgA','qpECT','then','installAll','HXdmx','BkNUm','POST','NGYBG','catch','ziLFB','UTC','en-GB','info','allSettled','defineProperty','sdk:driver:init:failure','size','Builder','ynBOv','./helper','xQiPH','function','map','body','BSBqB','requireSeleniumWebdriver','526oJRzeG','275KQIPbM','util','hour','add','race','statusCode','debug','from','object','CYnYb','JNhyC','fatal','userName','length','error','getHostInfo','prototype','Sent\x20EDS\x20event\x20','pDBsR','TnlMN','oJlsn','DriverInitFailure\x20payload\x20','decode','TextDecoder','selenium','17643123KELVYu','delete','TktwQ','\x20|\x20Status\x20','sdkRunId','hilFf','launchPersistentContext','khTgt','YHUei','bRUGQ','oAhPw','framework','ZAVBP','../bin/v2/browserstackCLI','hour12','LnuBF','enumerable','__bstackDriverInitReported','accessKey','IelCx','MOCHA_WORKER_ID','ZzFVF','timeZoneName','message','VTnYg','EIwzF','build','installPlaywrightDriverInitFailureCapture','dQfJW','1498snsDfT','utf8','join','uuugx','Failed\x20to\x20send\x20EDS\x20event\x20','jQYPk','session_','WQiSk','../bin/utils/constants','TEST_WORKER_INDEX','Failed\x20to\x20send\x20','subarray','mpACQ','GDzDx','\x20|\x20Error\x20','response','fractionalSecondDigits','ytYsY','KOdAb','DateTimeFormat','saWtx','PXKax'];a139_0x2e69=function(){return _0x44b915;};return a139_0x2e69();}const a139_0x41f659=a139_0x30dd;(function(_0x115d75,_0x2be563){const _0x59abc1=a139_0x30dd,_0x2adbb3=_0x115d75();while(!![]){try{const _0x939a04=-parseInt(_0x59abc1(0x253))/0x1*(-parseInt(_0x59abc1(0x21c))/0x2)+-parseInt(_0x59abc1(0x1fe))/0x3+parseInt(_0x59abc1(0x1dc))/0x4+-parseInt(_0x59abc1(0x21d))/0x5*(parseInt(_0x59abc1(0x1e3))/0x6)+-parseInt(_0x59abc1(0x1f6))/0x7+-parseInt(_0x59abc1(0x1e7))/0x8+parseInt(_0x59abc1(0x236))/0x9;if(_0x939a04===_0x2be563)break;else _0x2adbb3['push'](_0x2adbb3['shift']());}catch(_0x2939ff){_0x2adbb3['push'](_0x2adbb3['shift']());}}}(a139_0x2e69,0x8ad0f));const {MAX_DRIVER_INIT_ERROR_BYTES}=require(a139_0x41f659(0x25b)),EVENT_NAME='DriverInitFailure',EVENT_TAG=a139_0x41f659(0x211),_PENDING_FLUSH_MS=0x3e8;let _seleniumPatched=![],_playwrightPatched=![],_frameworkHint=null;function a139_0x30dd(_0xb4c7f5,_0x4a04c3){const _0x2e698e=a139_0x2e69();return a139_0x30dd=function(_0x30ddaf,_0x5d70a7){_0x30ddaf=_0x30ddaf-0x1cb;let _0x269c84=_0x2e698e[_0x30ddaf];return _0x269c84;},a139_0x30dd(_0xb4c7f5,_0x4a04c3);}const _pendingEvents=new Set();let _exitHookInstalled=![];const _logger=()=>{const _0x3dd675=a139_0x41f659,_0x36ed9a={'GDzDx':function(_0x2b3fa8,_0x430528){return _0x2b3fa8(_0x430528);},'ynBOv':'./logger'};try{return _0x36ed9a[_0x3dd675(0x260)](require,_0x36ed9a[_0x3dd675(0x214)])['winstonLogger'];}catch(_0x36a348){const _0x55c5a={};return _0x55c5a[_0x3dd675(0x223)]=()=>{},_0x55c5a;}},_trackPending=_0x5b0e69=>{const _0x4c8dec=a139_0x41f659,_0x24da69={};_0x24da69['rMwMK']=function(_0x4e8b8a,_0x5ee79b){return _0x4e8b8a===_0x5ee79b;},_0x24da69[_0x4c8dec(0x264)]=function(_0x9f15a8,_0x4b3506){return _0x9f15a8!==_0x4b3506;},_0x24da69['CYnYb']=_0x4c8dec(0x217),_0x24da69['IelCx']=_0x4c8dec(0x1f9);const _0x5b0af8=_0x24da69;if(!_0x5b0e69||_0x5b0af8[_0x4c8dec(0x264)](typeof _0x5b0e69['then'],_0x5b0af8[_0x4c8dec(0x226)]))return;_pendingEvents[_0x4c8dec(0x220)](_0x5b0e69);const _0x28b574=()=>_pendingEvents[_0x4c8dec(0x237)](_0x5b0e69);_0x5b0e69[_0x4c8dec(0x204)](_0x28b574,_0x28b574),!_exitHookInstalled&&(_exitHookInstalled=!![],process['once'](_0x5b0af8[_0x4c8dec(0x249)],async()=>{const _0xc3771b=_0x4c8dec;if(_0x5b0af8['rMwMK'](_pendingEvents[_0xc3771b(0x212)],0x0))return;await Promise[_0xc3771b(0x221)]([Promise[_0xc3771b(0x20f)]([..._pendingEvents]),new Promise(_0x5e4a44=>setTimeout(_0x5e4a44,_PENDING_FLUSH_MS))]);}));},_truncateToBytes=(_0x2d78d8,_0x16ae8e)=>{const _0x5726ee=a139_0x41f659,_0x29e8b3={'oISjz':function(_0x3d0669,_0x5a1a33){return _0x3d0669===_0x5a1a33;},'TnlMN':function(_0x5974ac,_0x5be40f){return _0x5974ac(_0x5be40f);},'VqIkI':_0x5726ee(0x254),'KmexF':function(_0x5b396a,_0xd84598){return _0x5b396a<=_0xd84598;},'NZOlw':function(_0x2c3017,_0x11498e){return _0x2c3017(_0x11498e);},'efApb':_0x5726ee(0x21e),'oAhPw':_0x5726ee(0x1de)},_0x445c32=_0x29e8b3[_0x5726ee(0x1fc)](_0x2d78d8,null)||_0x29e8b3[_0x5726ee(0x1fc)](_0x2d78d8,undefined)?'':_0x29e8b3[_0x5726ee(0x230)](String,_0x2d78d8),_0x4b6a81=Buffer[_0x5726ee(0x224)](_0x445c32,_0x29e8b3[_0x5726ee(0x1d7)]);if(_0x29e8b3[_0x5726ee(0x1f5)](_0x4b6a81[_0x5726ee(0x22a)],_0x16ae8e))return _0x445c32;const _0x533e8b={};return _0x533e8b[_0x5726ee(0x228)]=![],new(_0x29e8b3['NZOlw'](require,_0x29e8b3[_0x5726ee(0x1e4)]))[(_0x5726ee(0x234))](_0x29e8b3[_0x5726ee(0x240)],_0x533e8b)[_0x5726ee(0x233)](_0x4b6a81[_0x5726ee(0x25e)](0x0,_0x16ae8e));},_formatCreatedDay=()=>{const _0x3861d2=a139_0x41f659,_0x50e9f1={};_0x50e9f1[_0x3861d2(0x202)]=_0x3861d2(0x20c),_0x50e9f1['vGuUM']=_0x3861d2(0x1f3),_0x50e9f1[_0x3861d2(0x1d8)]=_0x3861d2(0x1ef),_0x50e9f1['jQYPk']=_0x3861d2(0x20d);const _0x525007=_0x50e9f1,_0x20fc72={};_0x20fc72['timeZone']=_0x525007[_0x3861d2(0x202)],_0x20fc72[_0x3861d2(0x1dd)]=_0x525007[_0x3861d2(0x1f2)],_0x20fc72[_0x3861d2(0x1f1)]=_0x525007[_0x3861d2(0x1d8)],_0x20fc72[_0x3861d2(0x1ec)]=_0x525007[_0x3861d2(0x1d8)],_0x20fc72[_0x3861d2(0x21f)]=_0x525007[_0x3861d2(0x1d8)],_0x20fc72['minute']=_0x525007[_0x3861d2(0x1d8)],_0x20fc72['second']=_0x525007[_0x3861d2(0x1d8)],_0x20fc72[_0x3861d2(0x263)]=0x3,_0x20fc72[_0x3861d2(0x244)]=![];const _0x43ec56=_0x20fc72;return new Intl[(_0x3861d2(0x1cc))](_0x525007[_0x3861d2(0x258)],_0x43ec56)[_0x3861d2(0x1e0)](new Date())[_0x3861d2(0x218)](({type:_0x2ef0db,value:_0x3fc940})=>_0x2ef0db===_0x3861d2(0x24c)?'Z':_0x3fc940)[_0x3861d2(0x255)]('')[_0x3861d2(0x1fd)](',','T');},sendEdsEvent=async(_0x315ff4,_0x281cee,_0x2532c1,_0x49992a)=>{const _0x34f9a6=a139_0x41f659,_0x3ae498={'NhHAp':function(_0x3f9d77){return _0x3f9d77();},'layrq':function(_0x3d578d,_0x138107){return _0x3d578d(_0x138107);},'jBvjn':_0x34f9a6(0x215),'PXKax':function(_0x187a62,_0xd337b){return _0x187a62(_0xd337b);},'dQfJW':_0x34f9a6(0x1e9),'pDBsR':_0x34f9a6(0x1da),'NBkWm':_0x34f9a6(0x208),'BbiKG':'send_sdk_events','JNhyC':function(_0x78461c,_0x10bc21){return _0x78461c>=_0x10bc21;},'qpECT':function(_0x2e2c09,_0x35608c){return _0x2e2c09+_0x35608c;},'MIcxj':_0x34f9a6(0x239),'oqoEy':_0x34f9a6(0x1f0)},_0x423c29=_0x3ae498[_0x34f9a6(0x1d6)](_logger),_0x50ee3b=_0x3ae498['layrq'](require,_0x3ae498['jBvjn']),_0x49ca26=_0x3ae498[_0x34f9a6(0x1ce)](require,_0x3ae498[_0x34f9a6(0x252)]),_0x55bfbe={'event_type':_0x3ae498[_0x34f9a6(0x22f)],'data':{'testhub_uuid':process[_0x34f9a6(0x1e8)][_0x34f9a6(0x1cf)]||global&&global[_0x34f9a6(0x23a)]||null,'created_day':_0x3ae498[_0x34f9a6(0x1d6)](_formatCreatedDay),'event_name':_0x315ff4,'user_data':_0x2532c1,'host_info':_0x50ee3b[_0x34f9a6(0x22c)](),'event_json':_0x281cee}};if(!_0x49992a||!_0x49992a[_0x34f9a6(0x229)]||!_0x49992a[_0x34f9a6(0x248)])return;try{_0x423c29['debug'](_0x34f9a6(0x232)+JSON[_0x34f9a6(0x1df)](_0x281cee));const _0x3cbf37={};_0x3cbf37[_0x34f9a6(0x219)]=_0x55bfbe,_0x3cbf37[_0x34f9a6(0x1e2)]=!![];const _0x3b0aab=await _0x50ee3b[_0x34f9a6(0x1d4)](_0x3ae498['NBkWm'],_0x3ae498[_0x34f9a6(0x1fa)],_0x3cbf37,_0x49992a,_0x49ca26['getEdsInstrumentationAPIUrl']('')),_0x2a3b73=_0x3b0aab&&(_0x3b0aab[_0x34f9a6(0x222)]||_0x3b0aab[_0x34f9a6(0x1e6)]);return _0x3ae498[_0x34f9a6(0x227)](_0x2a3b73,0x190)?_0x423c29['error'](_0x34f9a6(0x257)+_0x315ff4+(_0x2a3b73?_0x3ae498['qpECT'](_0x3ae498['MIcxj'],_0x2a3b73):'')):_0x423c29[_0x34f9a6(0x20e)](_0x34f9a6(0x22e)+_0x315ff4+_0x34f9a6(0x239)+_0x2a3b73),_0x3b0aab;}catch(_0x35c7c2){const _0x52fb68=_0x35c7c2&&(_0x35c7c2['message']||_0x35c7c2[_0x34f9a6(0x22b)]||JSON[_0x34f9a6(0x1df)](_0x35c7c2))||_0x3ae498['oqoEy'],_0x4ffa81=_0x35c7c2&&_0x35c7c2['response']&&(_0x35c7c2[_0x34f9a6(0x262)][_0x34f9a6(0x222)]||_0x35c7c2[_0x34f9a6(0x262)][_0x34f9a6(0x1e6)]);_0x423c29[_0x34f9a6(0x22b)](_0x34f9a6(0x257)+_0x315ff4+(_0x4ffa81?_0x3ae498[_0x34f9a6(0x203)](_0x3ae498['MIcxj'],_0x4ffa81):'')+_0x34f9a6(0x261)+_0x52fb68);}},_resolveConfig=()=>{const _0x8aa52a=a139_0x41f659,_0xe801f6={'NGYBG':function(_0x1ce782,_0x28f1b3){return _0x1ce782(_0x28f1b3);},'LnuBF':_0x8aa52a(0x243)};let _0x2b2cf9=global&&global['config']||null;if(!_0x2b2cf9)try{const _0x42b92c=_0xe801f6[_0x8aa52a(0x209)](require,_0xe801f6[_0x8aa52a(0x245)]),_0x17972e=_0x42b92c&&_0x42b92c[_0x8aa52a(0x1eb)]&&_0x42b92c[_0x8aa52a(0x1eb)]();_0x2b2cf9=_0x17972e&&_0x17972e[_0x8aa52a(0x1e5)]&&_0x17972e['getConfig']()||null;}catch(_0x15e13d){}return!_0x2b2cf9&&(_0x2b2cf9={}),!_0x2b2cf9[_0x8aa52a(0x229)]&&(_0x2b2cf9[_0x8aa52a(0x229)]=process[_0x8aa52a(0x1e8)]['BROWSERSTACK_USERNAME']||_0x2b2cf9[_0x8aa52a(0x229)]),!_0x2b2cf9[_0x8aa52a(0x248)]&&(_0x2b2cf9[_0x8aa52a(0x248)]=process[_0x8aa52a(0x1e8)]['BROWSERSTACK_ACCESS_KEY']||_0x2b2cf9[_0x8aa52a(0x248)]),_0x2b2cf9;},instrumentDriverInitFailureEvent=async(_0x25781f,_0x5555d9=a139_0x41f659(0x1f0))=>{const _0x54f961=a139_0x41f659,_0x192dc7={'VTydQ':function(_0x5bdf71){return _0x5bdf71();},'vjEms':function(_0x4e9baa,_0x396f68){return _0x4e9baa!==_0x396f68;},'TktwQ':_0x54f961(0x225),'khTgt':_0x54f961(0x247),'bRUGQ':function(_0x3ccc9f,_0x50dfa8){return _0x3ccc9f(_0x50dfa8);},'uuugx':function(_0x20a626,_0x2d154a,_0x3dfc78){return _0x20a626(_0x2d154a,_0x3dfc78);},'rukMB':function(_0x354aa8){return _0x354aa8();},'hilFf':_0x54f961(0x1f0),'jkCIW':function(_0x123ad7,_0x5712f0){return _0x123ad7(_0x5712f0);},'bCcdN':function(_0x52566f,_0x10a6b9,_0x58cf01){return _0x52566f(_0x10a6b9,_0x58cf01);},'KOdAb':function(_0xa7504b,_0x221b2a,_0x256d8e,_0x4060c5,_0x323e8f){return _0xa7504b(_0x221b2a,_0x256d8e,_0x4060c5,_0x323e8f);}},_0x21b72a=_0x192dc7[_0x54f961(0x1f7)](_logger);try{if(!_0x25781f||_0x192dc7['vjEms'](typeof _0x25781f,_0x192dc7[_0x54f961(0x238)]))return;if(_0x25781f[_0x54f961(0x247)])return;try{const _0x33d51e={};_0x33d51e['value']=!![],_0x33d51e[_0x54f961(0x246)]=![],Object[_0x54f961(0x210)](_0x25781f,_0x192dc7[_0x54f961(0x23d)],_0x33d51e);}catch(_0x1c707a){}const _0x5cc02d=_0x25781f[_0x54f961(0x1e1)]||''+(_0x25781f['message']||_0x192dc7[_0x54f961(0x23f)](String,_0x25781f)),_0x7c60f6=_0x192dc7[_0x54f961(0x256)](_truncateToBytes,'[DriverInitError]\x20'+_0x5cc02d,MAX_DRIVER_INIT_ERROR_BYTES),_0x4b4288=_0x192dc7[_0x54f961(0x1ed)](_resolveConfig),_0x5d633f={'errorMessage':_0x7c60f6,'framework':process[_0x54f961(0x1e8)][_0x54f961(0x1d3)]||global&&global[_0x54f961(0x241)]||_frameworkHint||_0x192dc7[_0x54f961(0x23b)],'driverType':_0x5555d9,'event':EVENT_TAG,'timestamp':Date['now'](),'worker':process[_0x54f961(0x1e8)]['JEST_WORKER_ID']||process[_0x54f961(0x1e8)][_0x54f961(0x25c)]||process[_0x54f961(0x1e8)][_0x54f961(0x24a)]||_0x192dc7[_0x54f961(0x1d9)](String,process['pid']),'platform':_0x192dc7['bCcdN'](parseInt,process[_0x54f961(0x1e8)][_0x54f961(0x1f4)]||'0',0xa)||0x0,'sdkRunId':global&&global['sdkRunId']||process[_0x54f961(0x1e8)][_0x54f961(0x1cf)]||null};try{await _0x192dc7[_0x54f961(0x1cb)](sendEdsEvent,EVENT_NAME,_0x5d633f,_0x4b4288[_0x54f961(0x229)]||null,_0x4b4288);}catch(_0x10acec){_0x21b72a['debug']('Failed\x20to\x20send\x20'+EVENT_NAME+_0x54f961(0x1f8)+(_0x10acec&&_0x10acec['message']));}}catch(_0x5e6f0c){_0x21b72a[_0x54f961(0x223)](_0x54f961(0x25d)+EVENT_NAME+':\x20'+(_0x5e6f0c&&_0x5e6f0c[_0x54f961(0x24d)]));}},installSeleniumDriverInitFailureCapture=()=>{const _0xbfc1b3=a139_0x41f659,_0x1be624={'BSBqB':function(_0x2b3dd1,_0x436e59){return _0x2b3dd1(_0x436e59);},'kFCFL':function(_0x3573e2,_0x421ef5,_0x3c7c98){return _0x3573e2(_0x421ef5,_0x3c7c98);},'WQiSk':_0xbfc1b3(0x235),'BkNUm':function(_0x5d9ff7,_0x168a16){return _0x5d9ff7===_0x168a16;},'VTnYg':_0xbfc1b3(0x217),'hgjvU':function(_0x1a48be,_0x3e002f){return _0x1a48be(_0x3e002f);},'saWtx':function(_0x48a428,_0xab78e5,_0x477312){return _0x48a428(_0xab78e5,_0x477312);},'ISuFC':function(_0x3212fd,_0x47656e){return _0x3212fd(_0x47656e);},'BgHIF':_0xbfc1b3(0x215)};if(_seleniumPatched)return;let _0x136b91;try{_0x136b91=_0x1be624[_0xbfc1b3(0x1d1)](require,_0x1be624[_0xbfc1b3(0x1d2)])[_0xbfc1b3(0x21b)]();}catch(_0x1e6a89){return;}if(!_0x136b91||!_0x136b91[_0xbfc1b3(0x213)]||!_0x136b91[_0xbfc1b3(0x213)][_0xbfc1b3(0x22d)])return;const _0x1ab8c7=_0x136b91[_0xbfc1b3(0x213)][_0xbfc1b3(0x22d)],_0xf7d6b=_0x1ab8c7[_0xbfc1b3(0x250)],_0x38728d=_0x1ab8c7['buildAsync'];_0x1be624[_0xbfc1b3(0x207)](typeof _0xf7d6b,_0x1be624[_0xbfc1b3(0x24e)])&&(_0x1ab8c7[_0xbfc1b3(0x250)]=function _0x43cddf(..._0x2d375e){const _0x43f621=_0xbfc1b3;let _0x581c25;try{_0x581c25=_0xf7d6b['apply'](this,_0x2d375e);}catch(_0xfe688a){_0x1be624[_0x43f621(0x21a)](_trackPending,_0x1be624[_0x43f621(0x1ee)](instrumentDriverInitFailureEvent,_0xfe688a,_0x1be624[_0x43f621(0x25a)]));throw _0xfe688a;}return _0x581c25&&_0x581c25[_0x43f621(0x259)]&&_0x1be624['BkNUm'](typeof _0x581c25[_0x43f621(0x259)]['catch'],_0x1be624['VTnYg'])&&_0x581c25[_0x43f621(0x259)][_0x43f621(0x20a)](_0x1e36b4=>_trackPending(instrumentDriverInitFailureEvent(_0x1e36b4,_0x43f621(0x235)))),_0x581c25;}),_0x1be624[_0xbfc1b3(0x207)](typeof _0x38728d,_0x1be624[_0xbfc1b3(0x24e)])&&(_0x1ab8c7[_0xbfc1b3(0x1db)]=async function _0x51a1f4(..._0x2fe80c){const _0x1c5cc3=_0xbfc1b3;try{return await _0x38728d['apply'](this,_0x2fe80c);}catch(_0xc4ca69){_0x1be624['hgjvU'](_trackPending,_0x1be624[_0x1c5cc3(0x1cd)](instrumentDriverInitFailureEvent,_0xc4ca69,_0x1be624['WQiSk']));throw _0xc4ca69;}}),_seleniumPatched=!![];},installPlaywrightDriverInitFailureCapture=()=>{const _0x2ab4aa=a139_0x41f659,_0x4dbe25={'HXdmx':function(_0x496e89,_0x2efe9a){return _0x496e89(_0x2efe9a);},'oJlsn':function(_0x5cb8d6,_0xf064e3,_0x4104b9){return _0x5cb8d6(_0xf064e3,_0x4104b9);},'BuJgS':_0x2ab4aa(0x201),'MVAtH':function(_0x240817,_0x811263){return _0x240817(_0x811263);},'ziLFB':_0x2ab4aa(0x1d5),'xQiPH':'connect','ZAVBP':'connectOverCDP','pYKdx':'launch','ZzFVF':_0x2ab4aa(0x23c),'SYUTJ':function(_0x3bd7ea,_0x43c4bd){return _0x3bd7ea!==_0x43c4bd;},'uBsyA':_0x2ab4aa(0x217)};if(_playwrightPatched)return;let _0x4872b0;try{_0x4872b0=_0x4dbe25['MVAtH'](require,_0x4dbe25[_0x2ab4aa(0x20b)])[_0x2ab4aa(0x1fb)]();}catch(_0x1a639d){return;}if(!_0x4872b0||!_0x4872b0['prototype'])return;for(const _0x10a7f1 of[_0x4dbe25[_0x2ab4aa(0x216)],_0x4dbe25[_0x2ab4aa(0x242)],_0x4dbe25['pYKdx'],_0x4dbe25[_0x2ab4aa(0x24b)]]){const _0x361b7e=_0x4872b0[_0x2ab4aa(0x22d)][_0x10a7f1];if(_0x4dbe25['SYUTJ'](typeof _0x361b7e,_0x4dbe25[_0x2ab4aa(0x1d0)]))continue;_0x4872b0[_0x2ab4aa(0x22d)][_0x10a7f1]=async function _0x5aee0b(..._0x5c6ce2){const _0x2139d1=_0x2ab4aa;try{return await _0x361b7e['apply'](this,_0x5c6ce2);}catch(_0x203264){_0x4dbe25[_0x2139d1(0x206)](_trackPending,_0x4dbe25[_0x2139d1(0x231)](instrumentDriverInitFailureEvent,_0x203264,_0x4dbe25['BuJgS']));throw _0x203264;}};}_playwrightPatched=!![];},installAll=_0x2f3b63=>{const _0x3b6713=a139_0x41f659,_0x2de9f2={'YHUei':function(_0x49a4b7,_0x32bcb7){return _0x49a4b7||_0x32bcb7;},'EIwzF':function(_0x1a9e04){return _0x1a9e04();},'mpACQ':function(_0x4ac61a){return _0x4ac61a();}};_0x2f3b63&&(_frameworkHint=_0x2de9f2[_0x3b6713(0x23e)](_frameworkHint,_0x2f3b63),!process[_0x3b6713(0x1e8)][_0x3b6713(0x1d3)]&&(process['env'][_0x3b6713(0x1d3)]=_0x2f3b63));try{_0x2de9f2[_0x3b6713(0x24f)](installSeleniumDriverInitFailureCapture);}catch(_0x14de1d){}try{_0x2de9f2[_0x3b6713(0x25f)](installPlaywrightDriverInitFailureCapture);}catch(_0x4d4f20){}},a139_0xb9fc9d={};a139_0xb9fc9d[a139_0x41f659(0x200)]=instrumentDriverInitFailureEvent,a139_0xb9fc9d['sendEdsEvent']=sendEdsEvent,a139_0xb9fc9d['installSeleniumDriverInitFailureCapture']=installSeleniumDriverInitFailureCapture,a139_0xb9fc9d[a139_0x41f659(0x251)]=installPlaywrightDriverInitFailureCapture,a139_0xb9fc9d[a139_0x41f659(0x205)]=installAll,a139_0xb9fc9d['_truncateToBytes']=_truncateToBytes,a139_0xb9fc9d[a139_0x41f659(0x1ea)]=()=>{_seleniumPatched=![],_playwrightPatched=![];},module[a139_0x41f659(0x1ff)]=a139_0xb9fc9d;
|
|
1
|
+
'use strict';const a139_0x454965=a139_0x4d65;(function(_0x351830,_0x4925fd){const _0x375b8e=a139_0x4d65,_0x3fd38f=_0x351830();while(!![]){try{const _0x1735af=-parseInt(_0x375b8e(0x7b))/0x1+-parseInt(_0x375b8e(0xcd))/0x2*(parseInt(_0x375b8e(0xb2))/0x3)+parseInt(_0x375b8e(0xdc))/0x4+-parseInt(_0x375b8e(0xe2))/0x5+-parseInt(_0x375b8e(0x78))/0x6+-parseInt(_0x375b8e(0x81))/0x7*(parseInt(_0x375b8e(0xd9))/0x8)+parseInt(_0x375b8e(0x7a))/0x9;if(_0x1735af===_0x4925fd)break;else _0x3fd38f['push'](_0x3fd38f['shift']());}catch(_0xa54b80){_0x3fd38f['push'](_0x3fd38f['shift']());}}}(a139_0x14e3,0xb646c));function a139_0x14e3(){const _0x2099be=['dWand','cRdtf','uPltr','month','utf-8','../bin/v2/browserstackCLI','vDhbB','BROWSERSTACK_USERNAME','JEST_WORKER_ID','JsdDL','utf8','MOCHA_WORKER_ID','util','PYNjd','buildAsync','exports','once','cwlcJ','kxEFJ','subarray','xBqJg','BROWSERSTACK_PLATFORM_INDEX','./playwright-helper','LuUQG','898056rGmJZj','VDrSO','30622113JcaLCB','954957KulkWL','DriverInitFailure\x20payload\x20','AbNhf','getConfig','getEdsInstrumentationAPIUrl','userName','27223iZoHZI','Failed\x20to\x20send\x20EDS\x20event\x20','__bstackDriverInitReported','CzKjH','DateTimeFormat','session_','KmSgp','xwiyf','[DriverInitError]\x20','graZA','Tkyyb','timeZone','playwright','launch','second','ysYoA','minute','jHkuS','GPmDJ','stack','./logger','year','GHLMj','body','length','BROWSERSTACK_TESTHUB_UUID','object','fractionalSecondDigits','race','error','tJGSh','boqCK','message','Builder','json','TEST_WORKER_INDEX','allSettled','sdkRunId','HLbVa','lXUfQ','status','sdk_events','BxCqp','wxMqF','jxoEP','ZuOEy','info','jONdN','TLtGv','12945IHXUEr','day','BROWSERSTACK_FRAMEWORK','pid','FXBaC','launchPersistentContext','vIfJB','size','framework','zmUxt','value','response','xuOLf','installPlaywrightDriverInitFailureCapture','\x20|\x20Error\x20','kHaMW','installSeleniumDriverInitFailureCapture','UTC','Failed\x20to\x20send\x20','formatToParts','add','beforeExit','./helper','numeric','yLGZt','BUuob','LHbQc','318wAMOPL','enumerable','gCUzR','config','installAll','getInstance','YBKmW','AiOUo','cHhYB','qoNsx','2-digit','vHoth','392ZDLShV','map','sendEdsEvent','577188BVLytC','prototype','statusCode','\x20|\x20Status\x20','IdlMB','Sent\x20EDS\x20event\x20','4094355HbJbPd','then','POST','XYZpt','GhNgA','GOcfO','hour','unknown','iUSaF','catch','instrumentDriverInitFailureEvent','yVUHE','gIaKT','from','function','accessKey','BROWSERSTACK_ACCESS_KEY','apply','en-GB','LbwNK','ZPzev','requireSeleniumWebdriver','now','debug','stringify','../bin/utils/constants','connectOverCDP','build','zVyiH','LMtVh','selenium','env'];a139_0x14e3=function(){return _0x2099be;};return a139_0x14e3();}function a139_0x4d65(_0x4c2ad9,_0x1edf32){const _0x14e33e=a139_0x14e3();return a139_0x4d65=function(_0x4d650a,_0x175c46){_0x4d650a=_0x4d650a-0x6c;let _0x42fd49=_0x14e33e[_0x4d650a];return _0x42fd49;},a139_0x4d65(_0x4c2ad9,_0x1edf32);}const {MAX_DRIVER_INIT_ERROR_BYTES}=require(a139_0x454965(0xfb)),EVENT_NAME='DriverInitFailure',EVENT_TAG='sdk:driver:init:failure',_PENDING_FLUSH_MS=0x3e8;let _seleniumPatched=![],_playwrightPatched=![],_frameworkHint=null;const _pendingEvents=new Set();let _exitHookInstalled=![];const _logger=()=>{const _0x326f14=a139_0x454965,_0x3a1906={'LuUQG':function(_0x4fd79d,_0x2f2bd2){return _0x4fd79d(_0x2f2bd2);},'LMtVh':_0x326f14(0x95)};try{return _0x3a1906[_0x326f14(0x77)](require,_0x3a1906[_0x326f14(0xff)])['winstonLogger'];}catch(_0x50fc60){const _0x1f7064={};return _0x1f7064[_0x326f14(0xf9)]=()=>{},_0x1f7064;}},_trackPending=_0x950039=>{const _0x24f7e9=a139_0x454965,_0x4820f7={};_0x4820f7[_0x24f7e9(0x88)]=function(_0x3d5db2,_0x294195){return _0x3d5db2===_0x294195;},_0x4820f7['JsdDL']=function(_0x42c2b5,_0x160373){return _0x42c2b5!==_0x160373;},_0x4820f7['yLGZt']=_0x24f7e9(0xf0),_0x4820f7[_0x24f7e9(0xd4)]=_0x24f7e9(0xc7);const _0x56591a=_0x4820f7;if(!_0x950039||_0x56591a[_0x24f7e9(0x10b)](typeof _0x950039['then'],_0x56591a[_0x24f7e9(0xca)]))return;_pendingEvents[_0x24f7e9(0xc6)](_0x950039);const _0x27d80d=()=>_pendingEvents['delete'](_0x950039);_0x950039[_0x24f7e9(0xe3)](_0x27d80d,_0x27d80d),!_exitHookInstalled&&(_exitHookInstalled=!![],process[_0x24f7e9(0x70)](_0x56591a['AiOUo'],async()=>{const _0x16e245=_0x24f7e9;if(_0x56591a[_0x16e245(0x88)](_pendingEvents[_0x16e245(0xb9)],0x0))return;await Promise[_0x16e245(0x9d)]([Promise[_0x16e245(0xa5)]([..._pendingEvents]),new Promise(_0xd22da8=>setTimeout(_0xd22da8,_PENDING_FLUSH_MS))]);}));},_truncateToBytes=(_0x3c9e27,_0x4517a8)=>{const _0x27ee89=a139_0x454965,_0x257e47={'ZPzev':function(_0x52d3ec,_0x944c8f){return _0x52d3ec===_0x944c8f;},'kHaMW':function(_0x4b9b69,_0x26fd4a){return _0x4b9b69(_0x26fd4a);},'cRdtf':_0x27ee89(0x10c),'ChoEf':function(_0x9621bb,_0x47a061){return _0x9621bb<=_0x47a061;},'IdlMB':_0x27ee89(0x6c),'uPltr':_0x27ee89(0x106)},_0x5577cc=_0x257e47[_0x27ee89(0xf6)](_0x3c9e27,null)||_0x257e47[_0x27ee89(0xf6)](_0x3c9e27,undefined)?'':_0x257e47['kHaMW'](String,_0x3c9e27),_0xc659d8=Buffer[_0x27ee89(0xef)](_0x5577cc,_0x257e47[_0x27ee89(0x103)]);if(_0x257e47['ChoEf'](_0xc659d8[_0x27ee89(0x99)],_0x4517a8))return _0x5577cc;const _0x408abf={};return _0x408abf['fatal']=![],new(_0x257e47[_0x27ee89(0xc1)](require,_0x257e47[_0x27ee89(0xe0)]))['TextDecoder'](_0x257e47[_0x27ee89(0x104)],_0x408abf)['decode'](_0xc659d8[_0x27ee89(0x73)](0x0,_0x4517a8));},_formatCreatedDay=()=>{const _0xd20124=a139_0x454965,_0x1eb9fa={};_0x1eb9fa[_0xd20124(0x7d)]=_0xd20124(0xc3),_0x1eb9fa[_0xd20124(0x93)]=_0xd20124(0xc9),_0x1eb9fa[_0xd20124(0xbe)]=_0xd20124(0xd7),_0x1eb9fa[_0xd20124(0xea)]=_0xd20124(0xf4);const _0x30fe9f=_0x1eb9fa,_0x943e52={};_0x943e52[_0xd20124(0x8c)]=_0x30fe9f[_0xd20124(0x7d)],_0x943e52[_0xd20124(0x96)]=_0x30fe9f['GPmDJ'],_0x943e52[_0xd20124(0x105)]=_0x30fe9f['xuOLf'],_0x943e52[_0xd20124(0xb3)]=_0x30fe9f[_0xd20124(0xbe)],_0x943e52[_0xd20124(0xe8)]=_0x30fe9f[_0xd20124(0xbe)],_0x943e52[_0xd20124(0x91)]=_0x30fe9f[_0xd20124(0xbe)],_0x943e52[_0xd20124(0x8f)]=_0x30fe9f[_0xd20124(0xbe)],_0x943e52[_0xd20124(0x9c)]=0x3,_0x943e52['hour12']=![];const _0x26664a=_0x943e52;return new Intl[(_0xd20124(0x85))](_0x30fe9f[_0xd20124(0xea)],_0x26664a)[_0xd20124(0xc5)](new Date())[_0xd20124(0xda)](({type:_0xd9d757,value:_0x5248b9})=>_0xd9d757==='timeZoneName'?'Z':_0x5248b9)['join']('')['replace'](',','T');},sendEdsEvent=async(_0x24f6fd,_0x34b464,_0x28a450,_0x5f5a34)=>{const _0x24ff93=a139_0x454965,_0x4dca44={'qoNsx':function(_0x2e9189){return _0x2e9189();},'YBKmW':function(_0x1f9c73,_0x3c8c3e){return _0x1f9c73(_0x3c8c3e);},'UXKHf':_0x24ff93(0xc8),'gCUzR':function(_0x5517be,_0x4fcefa){return _0x5517be(_0x4fcefa);},'GhNgA':'../bin/utils/apiUtilityMethods','boqCK':_0x24ff93(0xaa),'BxCqp':_0x24ff93(0xe4),'CzKjH':'send_sdk_events','GOcfO':function(_0xe4ef98,_0x4b7122){return _0xe4ef98>=_0x4b7122;},'jONdN':function(_0x332e29,_0x58c5b4){return _0x332e29+_0x58c5b4;},'vHoth':_0x24ff93(0xdf),'yVUHE':'unknown','VDrSO':function(_0x1b7a46,_0x5186ad){return _0x1b7a46+_0x5186ad;}},_0x5c5813=_0x4dca44['qoNsx'](_logger),_0x55ee12=_0x4dca44[_0x24ff93(0xd3)](require,_0x4dca44['UXKHf']),_0x238148=_0x4dca44[_0x24ff93(0xcf)](require,_0x4dca44[_0x24ff93(0xe6)]),_0x151e4d={'event_type':_0x4dca44[_0x24ff93(0xa0)],'data':{'testhub_uuid':process[_0x24ff93(0x101)][_0x24ff93(0x9a)]||global&&global['sdkRunId']||null,'created_day':_0x4dca44[_0x24ff93(0xd6)](_formatCreatedDay),'event_name':_0x24f6fd,'user_data':_0x28a450,'host_info':_0x55ee12['getHostInfo'](),'event_json':_0x34b464}};if(!_0x5f5a34||!_0x5f5a34[_0x24ff93(0x80)]||!_0x5f5a34[_0x24ff93(0xf1)])return;try{_0x5c5813['debug'](_0x24ff93(0x7c)+JSON[_0x24ff93(0xfa)](_0x34b464));const _0x1b873d={};_0x1b873d[_0x24ff93(0x98)]=_0x151e4d,_0x1b873d[_0x24ff93(0xa3)]=!![];const _0x424ff9=await _0x55ee12['nodeRequest'](_0x4dca44[_0x24ff93(0xab)],_0x4dca44[_0x24ff93(0x84)],_0x1b873d,_0x5f5a34,_0x238148[_0x24ff93(0x7f)]('')),_0x23b0cf=_0x424ff9&&(_0x424ff9[_0x24ff93(0xde)]||_0x424ff9[_0x24ff93(0xa9)]);return _0x4dca44[_0x24ff93(0xe7)](_0x23b0cf,0x190)?_0x5c5813[_0x24ff93(0x9e)](_0x24ff93(0x82)+_0x24f6fd+(_0x23b0cf?_0x4dca44[_0x24ff93(0xb0)](_0x4dca44[_0x24ff93(0xd8)],_0x23b0cf):'')):_0x5c5813[_0x24ff93(0xaf)](_0x24ff93(0xe1)+_0x24f6fd+_0x24ff93(0xdf)+_0x23b0cf),_0x424ff9;}catch(_0x3180ab){const _0x256ffb=_0x3180ab&&(_0x3180ab[_0x24ff93(0xa1)]||_0x3180ab[_0x24ff93(0x9e)]||JSON[_0x24ff93(0xfa)](_0x3180ab))||_0x4dca44[_0x24ff93(0xed)],_0x3f8829=_0x3180ab&&_0x3180ab[_0x24ff93(0xbd)]&&(_0x3180ab[_0x24ff93(0xbd)][_0x24ff93(0xde)]||_0x3180ab['response']['status']);_0x5c5813['error'](_0x24ff93(0x82)+_0x24f6fd+(_0x3f8829?_0x4dca44[_0x24ff93(0x79)](_0x4dca44[_0x24ff93(0xd8)],_0x3f8829):'')+_0x24ff93(0xc0)+_0x256ffb);}},_resolveConfig=()=>{const _0x8386c4=a139_0x454965,_0x3f39c8={'cHhYB':function(_0x3569ef,_0x2f6e3f){return _0x3569ef(_0x2f6e3f);},'kxEFJ':_0x8386c4(0x107)};let _0x268182=global&&global[_0x8386c4(0xd0)]||null;if(!_0x268182)try{const _0x1402c7=_0x3f39c8[_0x8386c4(0xd5)](require,_0x3f39c8[_0x8386c4(0x72)]),_0x576b76=_0x1402c7&&_0x1402c7[_0x8386c4(0xd2)]&&_0x1402c7[_0x8386c4(0xd2)]();_0x268182=_0x576b76&&_0x576b76[_0x8386c4(0x7e)]&&_0x576b76[_0x8386c4(0x7e)]()||null;}catch(_0x1a4c9c){}return!_0x268182&&(_0x268182={}),!_0x268182[_0x8386c4(0x80)]&&(_0x268182['userName']=process['env'][_0x8386c4(0x109)]||_0x268182['userName']),!_0x268182[_0x8386c4(0xf1)]&&(_0x268182[_0x8386c4(0xf1)]=process[_0x8386c4(0x101)][_0x8386c4(0xf2)]||_0x268182[_0x8386c4(0xf1)]),_0x268182;},instrumentDriverInitFailureEvent=async(_0x560686,_0x3b33ad=a139_0x454965(0xe9))=>{const _0x2d6606=a139_0x454965,_0x51e859={'vDhbB':function(_0x438ac9){return _0x438ac9();},'pzwql':function(_0x461abe,_0x31d723){return _0x461abe!==_0x31d723;},'tJGSh':_0x2d6606(0x9b),'lXUfQ':_0x2d6606(0x83),'gIaKT':function(_0xb100ae,_0x3b8fa1){return _0xb100ae(_0x3b8fa1);},'jxoEP':function(_0x1c3859,_0x53c570,_0x5042ee){return _0x1c3859(_0x53c570,_0x5042ee);},'XYZpt':'unknown','ZuOEy':function(_0x533e10,_0x49114b){return _0x533e10(_0x49114b);},'Tkyyb':function(_0x3f42ac,_0x36ee5b,_0x32ef3f){return _0x3f42ac(_0x36ee5b,_0x32ef3f);},'mRctY':function(_0x1510c6,_0x5b01a5,_0x2df8cc,_0x1012e8,_0x1e51e1){return _0x1510c6(_0x5b01a5,_0x2df8cc,_0x1012e8,_0x1e51e1);}},_0x352895=_0x51e859[_0x2d6606(0x108)](_logger);try{if(!_0x560686||_0x51e859['pzwql'](typeof _0x560686,_0x51e859[_0x2d6606(0x9f)]))return;if(_0x560686[_0x2d6606(0x83)])return;try{const _0x5f5172={};_0x5f5172[_0x2d6606(0xbc)]=!![],_0x5f5172[_0x2d6606(0xce)]=![],Object['defineProperty'](_0x560686,_0x51e859[_0x2d6606(0xa8)],_0x5f5172);}catch(_0x20f01b){}const _0x4dd501=_0x560686[_0x2d6606(0x94)]||''+(_0x560686[_0x2d6606(0xa1)]||_0x51e859[_0x2d6606(0xee)](String,_0x560686)),_0x17ddb5=_0x51e859[_0x2d6606(0xad)](_truncateToBytes,_0x2d6606(0x89)+_0x4dd501,MAX_DRIVER_INIT_ERROR_BYTES),_0x569c94=_0x51e859[_0x2d6606(0x108)](_resolveConfig),_0x988e6c={'errorMessage':_0x17ddb5,'framework':process[_0x2d6606(0x101)]['BROWSERSTACK_FRAMEWORK']||global&&global[_0x2d6606(0xba)]||_frameworkHint||_0x51e859[_0x2d6606(0xe5)],'driverType':_0x3b33ad,'event':EVENT_TAG,'timestamp':Date[_0x2d6606(0xf8)](),'worker':process[_0x2d6606(0x101)][_0x2d6606(0x10a)]||process[_0x2d6606(0x101)][_0x2d6606(0xa4)]||process[_0x2d6606(0x101)][_0x2d6606(0x10d)]||_0x51e859[_0x2d6606(0xae)](String,process[_0x2d6606(0xb5)]),'platform':_0x51e859[_0x2d6606(0x8b)](parseInt,process[_0x2d6606(0x101)][_0x2d6606(0x75)]||'0',0xa)||0x0,'sdkRunId':global&&global[_0x2d6606(0xa6)]||process[_0x2d6606(0x101)]['BROWSERSTACK_TESTHUB_UUID']||null};try{await _0x51e859['mRctY'](sendEdsEvent,EVENT_NAME,_0x988e6c,_0x569c94[_0x2d6606(0x80)]||null,_0x569c94);}catch(_0x543b0f){_0x352895['debug']('Failed\x20to\x20send\x20'+EVENT_NAME+'\x20to\x20EDS:\x20'+(_0x543b0f&&_0x543b0f['message']));}}catch(_0x18c4bf){_0x352895['debug'](_0x2d6606(0xc4)+EVENT_NAME+':\x20'+(_0x18c4bf&&_0x18c4bf[_0x2d6606(0xa1)]));}},installSeleniumDriverInitFailureCapture=()=>{const _0x5b723b=a139_0x454965,_0x18fa03={'SoFpN':function(_0x2227e1,_0x33a9d5){return _0x2227e1(_0x33a9d5);},'graZA':function(_0x55a970,_0xe5f01c,_0x438d28){return _0x55a970(_0xe5f01c,_0x438d28);},'GHLMj':_0x5b723b(0x100),'GVszP':function(_0x2f99ac,_0xe92ad5){return _0x2f99ac===_0xe92ad5;},'LHbQc':_0x5b723b(0xf0),'BUuob':function(_0x5075f4,_0x189d72){return _0x5075f4(_0x189d72);},'dWand':function(_0x4ff629,_0x3eeeb9){return _0x4ff629(_0x3eeeb9);},'zVyiH':_0x5b723b(0xc8),'HLbVa':function(_0x2b4cb2,_0x26f7d9){return _0x2b4cb2===_0x26f7d9;},'LbwNK':function(_0x33fab4,_0x501d3e){return _0x33fab4===_0x501d3e;}};if(_seleniumPatched)return;let _0xecec06;try{_0xecec06=_0x18fa03[_0x5b723b(0x102)](require,_0x18fa03[_0x5b723b(0xfe)])[_0x5b723b(0xf7)]();}catch(_0x45a801){return;}if(!_0xecec06||!_0xecec06[_0x5b723b(0xa2)]||!_0xecec06[_0x5b723b(0xa2)][_0x5b723b(0xdd)])return;const _0x3a5a09=_0xecec06[_0x5b723b(0xa2)][_0x5b723b(0xdd)],_0x30ff68=_0x3a5a09['build'],_0x499c73=_0x3a5a09[_0x5b723b(0x6e)];_0x18fa03[_0x5b723b(0xa7)](typeof _0x30ff68,_0x18fa03['LHbQc'])&&(_0x3a5a09[_0x5b723b(0xfd)]=function _0x169fef(..._0x4ae584){const _0x14faf5=_0x5b723b;let _0x357edf;try{_0x357edf=_0x30ff68[_0x14faf5(0xf3)](this,_0x4ae584);}catch(_0x2cb48b){_0x18fa03['SoFpN'](_trackPending,_0x18fa03[_0x14faf5(0x8a)](instrumentDriverInitFailureEvent,_0x2cb48b,_0x18fa03[_0x14faf5(0x97)]));throw _0x2cb48b;}return _0x357edf&&_0x357edf['session_']&&_0x18fa03['GVszP'](typeof _0x357edf[_0x14faf5(0x86)][_0x14faf5(0xeb)],_0x18fa03['LHbQc'])&&_0x357edf['session_'][_0x14faf5(0xeb)](_0x27013e=>_trackPending(instrumentDriverInitFailureEvent(_0x27013e,_0x14faf5(0x100)))),_0x357edf;}),_0x18fa03[_0x5b723b(0xf5)](typeof _0x499c73,_0x18fa03[_0x5b723b(0xcc)])&&(_0x3a5a09['buildAsync']=async function _0x172159(..._0x137201){const _0xa9af9b=_0x5b723b;try{return await _0x499c73['apply'](this,_0x137201);}catch(_0x2b5394){_0x18fa03[_0xa9af9b(0xcb)](_trackPending,_0x18fa03[_0xa9af9b(0x8a)](instrumentDriverInitFailureEvent,_0x2b5394,_0x18fa03[_0xa9af9b(0x97)]));throw _0x2b5394;}}),_seleniumPatched=!![];},installPlaywrightDriverInitFailureCapture=()=>{const _0x38bb20=a139_0x454965,_0x5f4092={'zmUxt':function(_0x111ed2,_0x3f2746){return _0x111ed2(_0x3f2746);},'cwlcJ':function(_0x4410a7,_0x16b8ab,_0x1a8a33){return _0x4410a7(_0x16b8ab,_0x1a8a33);},'FXBaC':_0x38bb20(0x8d),'PYNjd':_0x38bb20(0x76),'vIfJB':'connect','TLtGv':_0x38bb20(0xfc),'wxMqF':_0x38bb20(0x8e),'ysYoA':_0x38bb20(0xb7),'jHkuS':function(_0x16ad47,_0x59e6c5){return _0x16ad47!==_0x59e6c5;},'xBqJg':_0x38bb20(0xf0)};if(_playwrightPatched)return;let _0x2a1b33;try{_0x2a1b33=_0x5f4092[_0x38bb20(0xbb)](require,_0x5f4092[_0x38bb20(0x6d)])['getPlaywrightBrowserType']();}catch(_0x4d8c08){return;}if(!_0x2a1b33||!_0x2a1b33[_0x38bb20(0xdd)])return;for(const _0x398b90 of[_0x5f4092[_0x38bb20(0xb8)],_0x5f4092[_0x38bb20(0xb1)],_0x5f4092[_0x38bb20(0xac)],_0x5f4092[_0x38bb20(0x90)]]){const _0x2e9b1d=_0x2a1b33[_0x38bb20(0xdd)][_0x398b90];if(_0x5f4092[_0x38bb20(0x92)](typeof _0x2e9b1d,_0x5f4092[_0x38bb20(0x74)]))continue;_0x2a1b33['prototype'][_0x398b90]=async function _0x4cde3c(..._0xa8e5f8){const _0x2ea805=_0x38bb20;try{return await _0x2e9b1d['apply'](this,_0xa8e5f8);}catch(_0x465041){_0x5f4092[_0x2ea805(0xbb)](_trackPending,_0x5f4092[_0x2ea805(0x71)](instrumentDriverInitFailureEvent,_0x465041,_0x5f4092[_0x2ea805(0xb6)]));throw _0x465041;}};}_playwrightPatched=!![];},installAll=_0x59a9f3=>{const _0xa9e1c2=a139_0x454965,_0xe605da={'KmSgp':function(_0x1869ac,_0x5a4762){return _0x1869ac||_0x5a4762;},'EaTcI':function(_0x385b85){return _0x385b85();},'IzUod':function(_0x39772f){return _0x39772f();}};_0x59a9f3&&(_frameworkHint=_0xe605da[_0xa9e1c2(0x87)](_frameworkHint,_0x59a9f3),!process[_0xa9e1c2(0x101)][_0xa9e1c2(0xb4)]&&(process['env']['BROWSERSTACK_FRAMEWORK']=_0x59a9f3));try{_0xe605da['EaTcI'](installSeleniumDriverInitFailureCapture);}catch(_0x1fee37){}try{_0xe605da['IzUod'](installPlaywrightDriverInitFailureCapture);}catch(_0x198a74){}},a139_0x6784a8={};a139_0x6784a8[a139_0x454965(0xec)]=instrumentDriverInitFailureEvent,a139_0x6784a8[a139_0x454965(0xdb)]=sendEdsEvent,a139_0x6784a8[a139_0x454965(0xc2)]=installSeleniumDriverInitFailureCapture,a139_0x6784a8[a139_0x454965(0xbf)]=installPlaywrightDriverInitFailureCapture,a139_0x6784a8[a139_0x454965(0xd1)]=installAll,a139_0x6784a8['_truncateToBytes']=_truncateToBytes,a139_0x6784a8['_resetForTests']=()=>{_seleniumPatched=![],_playwrightPatched=![];},module[a139_0x454965(0x6f)]=a139_0x6784a8;
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a140_0x35b57f=a140_0x3b57;function a140_0x3b57(_0x3cc53d,_0x55f7c1){var _0x5db6e9=a140_0x5db6();return a140_0x3b57=function(_0x3b575e,_0x42de95){_0x3b575e=_0x3b575e-0x6d;var _0x31e61c=_0x5db6e9[_0x3b575e];return _0x31e61c;},a140_0x3b57(_0x3cc53d,_0x55f7c1);}(function(_0x2cc025,_0x3ea195){var _0x1f3f39=a140_0x3b57,_0x4537ac=_0x2cc025();while(!![]){try{var _0xb6bbcc=-parseInt(_0x1f3f39(0x75))/0x1+-parseInt(_0x1f3f39(0x72))/0x2+parseInt(_0x1f3f39(0x74))/0x3*(-parseInt(_0x1f3f39(0x70))/0x4)+-parseInt(_0x1f3f39(0x71))/0x5*(parseInt(_0x1f3f39(0x6e))/0x6)+-parseInt(_0x1f3f39(0x76))/0x7+-parseInt(_0x1f3f39(0x6d))/0x8+-parseInt(_0x1f3f39(0x77))/0x9*(-parseInt(_0x1f3f39(0x73))/0xa);if(_0xb6bbcc===_0x3ea195)break;else _0x4537ac['push'](_0x4537ac['shift']());}catch(_0x2c9fff){_0x4537ac['push'](_0x4537ac['shift']());}}}(a140_0x5db6,0x7dc97));function a140_0x5db6(){var _0x4a4d22=['10ULCTBh','353574zOdEla','29177030vWwkSW','996WjSPBn','122490EnmADs','6307777NrtaJU','9dPtOqf','browserStackGlobals','__instance','4164096onRkyc','1206108xRhAIf','getGlobal','3368kJizlY'];a140_0x5db6=function(){return _0x4a4d22;};return a140_0x5db6();}class Global{static [a140_0x35b57f(0x79)];constructor(){var _0x11620e=a140_0x35b57f;if(Global[_0x11620e(0x79)])return Global[_0x11620e(0x79)];this[_0x11620e(0x78)]=global,Global[_0x11620e(0x79)]=this;}['setGlobal'](_0x32d8e7,_0x4b6fc0){var _0x42295e=a140_0x35b57f;this[_0x42295e(0x78)][_0x32d8e7]=_0x4b6fc0;}[a140_0x35b57f(0x6f)](_0x2331a2){var _0x21eb1f=a140_0x35b57f;return this[_0x21eb1f(0x78)][_0x2331a2];}}module['exports']=new Global();
|