browserstack-node-sdk 1.63.5 → 1.63.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a70_0x506ddf=a70_0x46dd;(function(_0x4e605e,_0x37a05f){const _0xa9775c=a70_0x46dd,_0x16d76b=_0x4e605e();while(!![]){try{const _0x41da65=-parseInt(_0xa9775c(0x212))/0x1*(-parseInt(_0xa9775c(0x1e0))/0x2)+parseInt(_0xa9775c(0x1f7))/0x3*(-parseInt(_0xa9775c(0x1fa))/0x4)+-parseInt(_0xa9775c(0x214))/0x5*(parseInt(_0xa9775c(0x20b))/0x6)+parseInt(_0xa9775c(0x223))/0x7*(parseInt(_0xa9775c(0x205))/0x8)+parseInt(_0xa9775c(0x1d2))/0x9+parseInt(_0xa9775c(0x1df))/0xa*(parseInt(_0xa9775c(0x210))/0xb)+-parseInt(_0xa9775c(0x20e))/0xc;if(_0x41da65===_0x37a05f)break;else _0x16d76b['push'](_0x16d76b['shift']());}catch(_0x569ede){_0x16d76b['push'](_0x16d76b['shift']());}}}(a70_0x40ca,0xdf811));function a70_0x46dd(_0x42e7f5,_0x36f6b9){const _0x40ca12=a70_0x40ca();return a70_0x46dd=function(_0x46dda6,_0x3755e8){_0x46dda6=_0x46dda6-0x1cc;let _0x5664b4=_0x40ca12[_0x46dda6];return _0x5664b4;},a70_0x46dd(_0x42e7f5,_0x36f6b9);}const {v4:uuidv4}=require(a70_0x506ddf(0x1d7)),logger=require(a70_0x506ddf(0x225))[a70_0x506ddf(0x215)];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp(a70_0x506ddf(0x1e2)+'('+a70_0x506ddf(0x226)+a70_0x506ddf(0x1d8)+a70_0x506ddf(0x1ea)+a70_0x506ddf(0x1f3)+a70_0x506ddf(0x1ef)+a70_0x506ddf(0x21d)+'|Test\x20\x5cd+\x20of\x20\x5cd+'+a70_0x506ddf(0x1d9)+'|Waiting\x20for'+')');function _stripAnsi(_0xe556b7){const _0x197c39=a70_0x506ddf,_0x2aaf85={};_0x2aaf85[_0x197c39(0x1cd)]=function(_0x4d33e1,_0x403c61){return _0x4d33e1!==_0x403c61;},_0x2aaf85['fZCcz']=_0x197c39(0x1de);const _0x108b98=_0x2aaf85;if(_0x108b98[_0x197c39(0x1cd)](typeof _0xe556b7,_0x108b98[_0x197c39(0x229)]))return _0xe556b7;return _0xe556b7['replace'](ANSI_RE,'');}function a70_0x40ca(){const _0x37dc2b=['flBkA','../v2/grpcClient','platformIndex','dfLaG','KJixB','|Hostname:','odYLp','getData','info','zHJEQ','BnTwF','19243PxiGmG','write','../../helpers/logger','[✓✔✗✘×]\x5cs','wRHGp','XIfar','fZCcz','WtHwa','RVziu','kvORZ','TEST','uUlkp','getTestFramework','3161520gCMIgU','UbQyW','vRUqM','length','catch','uuid','|\x5cd+\x5cs+passed','|Connecting\x20to\x20.*://','kind','../v2/framework/testFramework','2|3|4|1|5|7|0|6','get','string','4770670fqsgqT','19978GNpipk','level','^(\x5cs*)','[stdout-interceptor]\x20uninstalled','size','xEPyO','1|0|4|2|5|6|3','testcafe','stderr','utf8','|\x5cd+\x5cs+failed','yDPOv','NlspY','getTrackedInstance','logCreatedEvent','|Running\x20tests\x20in','VAvIi','split','CAgqs','|\x5cd+\x5cs+skipped','toString','test','toISOString','6GkqvjQ','RuOnx','aXWcA','1389176JsrKVR','isArray','stdout','JoJrR','../v2/browserstackCLI','test_run_uuid','clear','getTestFrameworksVersions','YZxma','getInstance','FchxX','2456gKjCgk','delete','timestamp','message','KIND_LOG','DonDL','162gZzTtq','uninstall','testFrameworkState','15113604heSwBj','debug','33gCmpLR','testFrameworkName','85EeXnkL','FoiGy','112215QNddpM','winstonLogger','[stdout-interceptor]\x20installed','trim'];a70_0x40ca=function(){return _0x37dc2b;};return a70_0x40ca();}function _shouldForward(_0x5c09c3){const _0xaf7112=a70_0x506ddf,_0x33fdf={'UbQyW':function(_0x1d4f0f,_0x52eaaf){return _0x1d4f0f(_0x52eaaf);}};if(!_0x5c09c3||!_0x5c09c3[_0xaf7112(0x217)]())return![];if(INTERNAL_LOG_RE[_0xaf7112(0x1f5)](_0x5c09c3))return![];const _0x53a64d=_0x33fdf[_0xaf7112(0x1d3)](_stripAnsi,_0x5c09c3)['trim']();if(!_0x53a64d)return![];if(SPEC_REPORTER_RE[_0xaf7112(0x1f5)](_0x53a64d))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x477341){const _0x57fcab=a70_0x506ddf,_0x1030cb={};_0x1030cb['KJixB']=function(_0x2d619e,_0x5720ac){return _0x2d619e>_0x5720ac;},_0x1030cb[_0x57fcab(0x1f8)]=function(_0x2a6197,_0x2bd8f8){return _0x2a6197-_0x2bd8f8;},_0x1030cb['NlspY']=function(_0x40c5f9,_0xef5bb8){return _0x40c5f9!==_0xef5bb8;},_0x1030cb[_0x57fcab(0x1cc)]=function(_0x4a7e44,_0xa8f2){return _0x4a7e44<_0xa8f2;};const _0x9e85fa=_0x1030cb,_0x39dbee=Date['now']();if(_0x9e85fa[_0x57fcab(0x21c)](_recent[_0x57fcab(0x1e4)],0xc8))for(const [_0x49dcee,_0x5f48d4]of _recent){_0x9e85fa[_0x57fcab(0x21c)](_0x9e85fa[_0x57fcab(0x1f8)](_0x39dbee,_0x5f48d4),DEDUP_WINDOW_MS)&&_recent[_0x57fcab(0x206)](_0x49dcee);}const _0x2c4da1=_recent[_0x57fcab(0x1dd)](_0x477341);if(_0x9e85fa[_0x57fcab(0x1ec)](_0x2c4da1,undefined)&&_0x9e85fa[_0x57fcab(0x1cc)](_0x9e85fa[_0x57fcab(0x1f8)](_0x39dbee,_0x2c4da1),DEDUP_WINDOW_MS))return!![];return _recent['set'](_0x477341,_0x39dbee),![];}function _emitLog(_0xc34777){const _0x19d079=a70_0x506ddf,_0x1d17a5={'kvORZ':function(_0x55900b,_0x465c96){return _0x55900b(_0x465c96);},'Hjjjf':_0x19d079(0x1fe),'uUlkp':function(_0x23f327,_0x14a3b2){return _0x23f327(_0x14a3b2);},'CqScU':_0x19d079(0x219),'BnTwF':_0x19d079(0x1db),'vRUqM':'../v2/framework/constants/testFrameworkConstants','FchxX':'__currentPlatformUuids','YZxma':function(_0x59aaaa,_0x5a19a6){return _0x59aaaa===_0x5a19a6;},'yDPOv':'function','xEPyO':function(_0x3089dd,_0x37ee17){return _0x3089dd<_0x37ee17;},'wRHGp':_0x19d079(0x220),'CAgqs':_0x19d079(0x1e7),'zHJEQ':_0x19d079(0x1cf)};try{const _0x5209d2=_0x1d17a5[_0x19d079(0x1ce)](require,_0x1d17a5['Hjjjf']),_0x129f4b=_0x1d17a5[_0x19d079(0x1d0)](require,_0x1d17a5['CqScU']),_0x48dfef=_0x1d17a5[_0x19d079(0x1ce)](require,_0x1d17a5[_0x19d079(0x222)]),_0x4881a3=_0x1d17a5[_0x19d079(0x1ce)](require,_0x1d17a5[_0x19d079(0x1d4)]),_0x5134b1=_0x5209d2[_0x19d079(0x203)]&&_0x5209d2[_0x19d079(0x203)]();if(!_0x5134b1||!_0x5134b1['isRunning']())return;const _0x107b87=_0x5134b1[_0x19d079(0x1d1)]&&_0x5134b1[_0x19d079(0x1d1)](),_0x8b0eed=_0x48dfef[_0x19d079(0x1ed)]&&_0x48dfef[_0x19d079(0x1ed)]();if(!_0x8b0eed)return;const _0x2c59d6=Array[_0x19d079(0x1fb)](_0x8b0eed[_0x19d079(0x21f)](_0x1d17a5[_0x19d079(0x204)]))?_0x8b0eed[_0x19d079(0x21f)](_0x1d17a5[_0x19d079(0x204)]):[];if(_0x1d17a5[_0x19d079(0x202)](_0x2c59d6[_0x19d079(0x1d5)],0x0))return;const _0x5ddb70=_0x107b87&&_0x1d17a5['YZxma'](typeof _0x107b87[_0x19d079(0x201)],_0x1d17a5[_0x19d079(0x1eb)])?_0x107b87[_0x19d079(0x201)]():{},_0xe29795=_0x107b87&&_0x1d17a5[_0x19d079(0x202)](typeof _0x107b87['getTestFrameworks'],_0x1d17a5[_0x19d079(0x1eb)])?_0x107b87['getTestFrameworks']():[],_0x31289c=_0xe29795&&_0xe29795[0x0]&&_0x5ddb70&&_0x5ddb70[_0xe29795[0x0]]||'',_0x238a24=_0x1d17a5[_0x19d079(0x1ce)](_stripAnsi,_0xc34777)[_0x19d079(0x217)]();if(_0x1d17a5[_0x19d079(0x1d0)](_isDuplicate,_0x238a24))return;const _0x39752e=new Date()[_0x19d079(0x1f6)]();for(let _0x8e4b2a=0x0;_0x1d17a5[_0x19d079(0x1e5)](_0x8e4b2a,_0x2c59d6[_0x19d079(0x1d5)]);_0x8e4b2a++){const _0x32bb00=_0x2c59d6[_0x8e4b2a];if(!_0x32bb00)continue;const _0xf2d8d3={};_0xf2d8d3[_0x19d079(0x1d7)]=_0x32bb00,_0xf2d8d3[_0x19d079(0x1ff)]=_0x32bb00,_0xf2d8d3[_0x19d079(0x207)]=_0x39752e,_0xf2d8d3[_0x19d079(0x208)]=_0x238a24,_0xf2d8d3[_0x19d079(0x1da)]=_0x4881a3[_0x19d079(0x209)],_0xf2d8d3[_0x19d079(0x1e1)]=_0x1d17a5[_0x19d079(0x227)];const _0x55639d=_0xf2d8d3,_0x272261={};_0x272261[_0x19d079(0x21a)]=_0x8e4b2a,_0x272261['logs']=[_0x55639d],_0x272261[_0x19d079(0x211)]=_0x1d17a5[_0x19d079(0x1f2)],_0x272261['testFrameworkVersion']=_0x31289c,_0x272261[_0x19d079(0x20d)]=_0x1d17a5[_0x19d079(0x221)];const _0x3762bb=_0x272261;_0x129f4b[_0x19d079(0x203)]()[_0x19d079(0x1ee)](_0x3762bb)[_0x19d079(0x1d6)](()=>{});}}catch(_0x4f2804){}}function _wrap(_0x30075b){const _0x4caa23=a70_0x506ddf,_0x5304ef={'aXWcA':function(_0x46f58c,_0x27ab33,_0x151e37,_0x3c1f2a){return _0x46f58c(_0x27ab33,_0x151e37,_0x3c1f2a);},'dfLaG':function(_0x5c3550,_0x2125f3){return _0x5c3550===_0x2125f3;},'DonDL':_0x4caa23(0x1de),'odYLp':_0x4caa23(0x1e9),'VAvIi':function(_0x543377,_0x335e00){return _0x543377(_0x335e00);},'FoiGy':function(_0x51ed7a,_0x4a79eb){return _0x51ed7a(_0x4a79eb);},'ApjpJ':function(_0x37f87a,_0x5c8bbc){return _0x37f87a(_0x5c8bbc);}};return function(_0x4f6224,_0x592246,_0x539ff7){const _0x45da1a=_0x4caa23,_0x3e890b=_0x5304ef[_0x45da1a(0x1f9)](_0x30075b,_0x4f6224,_0x592246,_0x539ff7);try{const _0x452787=_0x5304ef[_0x45da1a(0x21b)](typeof _0x4f6224,_0x5304ef[_0x45da1a(0x20a)])?_0x4f6224:Buffer['isBuffer'](_0x4f6224)?_0x4f6224[_0x45da1a(0x1f4)](_0x5304ef[_0x45da1a(0x21e)]):_0x5304ef[_0x45da1a(0x1f0)](String,_0x4f6224),_0x31cb50=_0x452787[_0x45da1a(0x1f1)](/\r?\n/);for(const _0x5259a2 of _0x31cb50){_0x5304ef[_0x45da1a(0x213)](_shouldForward,_0x5259a2)&&_0x5304ef['ApjpJ'](_emitLog,_0x5259a2);}}catch(_0x6e6b98){}return _0x3e890b;};}exports['install']=()=>{const _0x1f3a98=a70_0x506ddf,_0x1263e4={'JoJrR':_0x1f3a98(0x1e6),'LroOO':function(_0x39af10,_0x4ba664){return _0x39af10(_0x4ba664);},'XunaH':_0x1f3a98(0x216),'XIfar':function(_0x3a08dd,_0x369b7e){return _0x3a08dd(_0x369b7e);}},_0x1646f9=_0x1263e4[_0x1f3a98(0x1fd)][_0x1f3a98(0x1f1)]('|');let _0x6d0317=0x0;while(!![]){switch(_0x1646f9[_0x6d0317++]){case'0':_origStdoutWrite=process[_0x1f3a98(0x1fc)][_0x1f3a98(0x224)]['bind'](process['stdout']);continue;case'1':if(_installed)return;continue;case'2':process[_0x1f3a98(0x1fc)][_0x1f3a98(0x224)]=_0x1263e4['LroOO'](_wrap,_origStdoutWrite);continue;case'3':logger[_0x1f3a98(0x20f)](_0x1263e4['XunaH']);continue;case'4':_origStderrWrite=process[_0x1f3a98(0x1e8)][_0x1f3a98(0x224)]['bind'](process[_0x1f3a98(0x1e8)]);continue;case'5':process[_0x1f3a98(0x1e8)][_0x1f3a98(0x224)]=_0x1263e4[_0x1f3a98(0x228)](_wrap,_origStderrWrite);continue;case'6':_installed=!![];continue;}break;}},exports[a70_0x506ddf(0x20c)]=()=>{const _0x50d80e=a70_0x506ddf,_0x209389={};_0x209389['bkNvW']=_0x50d80e(0x1dc),_0x209389[_0x50d80e(0x218)]=_0x50d80e(0x1e3);const _0x168345=_0x209389,_0x4dd64a=_0x168345['bkNvW'][_0x50d80e(0x1f1)]('|');let _0xa2b18e=0x0;while(!![]){switch(_0x4dd64a[_0xa2b18e++]){case'0':_recent[_0x50d80e(0x200)]();continue;case'1':_origStdoutWrite=null;continue;case'2':if(!_installed)return;continue;case'3':_origStdoutWrite&&(process[_0x50d80e(0x1fc)][_0x50d80e(0x224)]=_origStdoutWrite);continue;case'4':_origStderrWrite&&(process[_0x50d80e(0x1e8)]['write']=_origStderrWrite);continue;case'5':_origStderrWrite=null;continue;case'6':logger[_0x50d80e(0x20f)](_0x168345[_0x50d80e(0x218)]);continue;case'7':_installed=![];continue;}break;}};
|
|
1
|
+
'use strict';const a70_0x15ab4e=a70_0x2d02;function a70_0xe188(){const _0x2609a1=['SoXrL','|\x5cd+\x5cs+failed','get','getTestFrameworksVersions','JVuZZ','../v2/framework/testFramework','4kELBez','testFrameworkState','getTestFrameworks','YWcMW','12491138EonfEH','toString','SaKdW','isRunning','bVhhd','getData','../v2/framework/constants/testFrameworkConstants','getTestFramework','NMmNm','../v2/browserstackCLI','install','platformIndex','Qpfrf','__currentPlatformUuids','Ipuib','ycyFZ','284907dMytJc','mMKSy','eclSC','testFrameworkName','TwtLQ','winstonLogger','6|5|4|1|7|0|3|2','893669tmWKot','|\x5cd+\x5cs+passed','|Hostname:','[stdout-interceptor]\x20installed','delete','|Test\x20\x5cd+\x20of\x20\x5cd+','catch','tbbON','153tEQDhP','AuDRf','getTrackedInstance','1512515jDucVh','function','test','JVbJE','TEST','uuid','viNee','tYiTt','replace','2747820jwkWWR','lSUtb','yiYvt','eeDQt','stdout','|Running\x20tests\x20in','test_run_uuid','vNKld','10ojKqUz','getInstance','bVRwg','465702vyCimF','fWdjF','debug','^(\x5cs*)','133976QkHPgs','kind','stderr','trim','uSfIo','now','JLhzr','isBuffer','utf8','12HFPzlp','4|0|1|2|6|5|3','oLjAg','rjEmX','testcafe','write','level','../v2/grpcClient','../../helpers/logger','gaZyc','JIouc','dIrnq','split','|Waiting\x20for'];a70_0xe188=function(){return _0x2609a1;};return a70_0xe188();}(function(_0x5d1bd0,_0xdf7858){const _0x5d8c36=a70_0x2d02,_0x3f8529=_0x5d1bd0();while(!![]){try{const _0x572d61=parseInt(_0x5d8c36(0x120))/0x1+-parseInt(_0x5d8c36(0xf1))/0x2*(parseInt(_0x5d8c36(0xe4))/0x3)+parseInt(_0x5d8c36(0x105))/0x4*(-parseInt(_0x5d8c36(0x12b))/0x5)+-parseInt(_0x5d8c36(0x134))/0x6+-parseInt(_0x5d8c36(0x119))/0x7+parseInt(_0x5d8c36(0xe8))/0x8*(parseInt(_0x5d8c36(0x128))/0x9)+parseInt(_0x5d8c36(0xe1))/0xa*(parseInt(_0x5d8c36(0x109))/0xb);if(_0x572d61===_0xdf7858)break;else _0x3f8529['push'](_0x3f8529['shift']());}catch(_0xc02768){_0x3f8529['push'](_0x3f8529['shift']());}}}(a70_0xe188,0x8dee4));const {v4:uuidv4}=require(a70_0x15ab4e(0x130)),logger=require(a70_0x15ab4e(0xf9))[a70_0x15ab4e(0x11e)];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];function a70_0x2d02(_0x488fd2,_0x164c2b){const _0xe18872=a70_0xe188();return a70_0x2d02=function(_0x2d0229,_0xdac1e9){_0x2d0229=_0x2d0229-0xe0;let _0x51ff89=_0xe18872[_0x2d0229];return _0x51ff89;},a70_0x2d02(_0x488fd2,_0x164c2b);}const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp(a70_0x15ab4e(0xe7)+'('+'[✓✔✗✘×]\x5cs'+a70_0x15ab4e(0x121)+a70_0x15ab4e(0x100)+'|\x5cd+\x5cs+skipped'+a70_0x15ab4e(0x139)+a70_0x15ab4e(0x122)+a70_0x15ab4e(0x125)+'|Connecting\x20to\x20.*://'+a70_0x15ab4e(0xfe)+')');function _stripAnsi(_0x33f74d){const _0x4dd9d7=a70_0x15ab4e,_0x3c3ff9={};_0x3c3ff9[_0x4dd9d7(0xf4)]=function(_0x280eb4,_0x217e1e){return _0x280eb4!==_0x217e1e;},_0x3c3ff9[_0x4dd9d7(0xfa)]='string';const _0x401b1f=_0x3c3ff9;if(_0x401b1f[_0x4dd9d7(0xf4)](typeof _0x33f74d,_0x401b1f[_0x4dd9d7(0xfa)]))return _0x33f74d;return _0x33f74d[_0x4dd9d7(0x133)](ANSI_RE,'');}function _shouldForward(_0x52f39a){const _0x2d2ee4=a70_0x15ab4e,_0x3a5a4f={'ycyFZ':function(_0x2e5ef8,_0x59b7f1){return _0x2e5ef8(_0x59b7f1);}};if(!_0x52f39a||!_0x52f39a[_0x2d2ee4(0xeb)]())return![];if(INTERNAL_LOG_RE[_0x2d2ee4(0x12d)](_0x52f39a))return![];const _0x5e60f6=_0x3a5a4f[_0x2d2ee4(0x118)](_stripAnsi,_0x52f39a)['trim']();if(!_0x5e60f6)return![];if(SPEC_REPORTER_RE[_0x2d2ee4(0x12d)](_0x5e60f6))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x5614c2){const _0x6519e0=a70_0x15ab4e,_0x1f06d2={};_0x1f06d2[_0x6519e0(0x11a)]=function(_0x5a5574,_0x40f617){return _0x5a5574>_0x40f617;},_0x1f06d2[_0x6519e0(0x10b)]=function(_0x1483cb,_0x3f690d){return _0x1483cb-_0x3f690d;},_0x1f06d2['QlmDl']=function(_0xd4c808,_0x4ef091){return _0xd4c808!==_0x4ef091;},_0x1f06d2[_0x6519e0(0x111)]=function(_0x56a7fa,_0x1131ea){return _0x56a7fa<_0x1131ea;};const _0x1f73f1=_0x1f06d2,_0x15caa7=Date[_0x6519e0(0xed)]();if(_0x1f73f1['mMKSy'](_recent['size'],0xc8))for(const [_0x21fa4e,_0xf5699f]of _recent){_0x1f73f1[_0x6519e0(0x11a)](_0x1f73f1[_0x6519e0(0x10b)](_0x15caa7,_0xf5699f),DEDUP_WINDOW_MS)&&_recent[_0x6519e0(0x124)](_0x21fa4e);}const _0x3b4b50=_recent[_0x6519e0(0x101)](_0x5614c2);if(_0x1f73f1['QlmDl'](_0x3b4b50,undefined)&&_0x1f73f1[_0x6519e0(0x111)](_0x1f73f1[_0x6519e0(0x10b)](_0x15caa7,_0x3b4b50),DEDUP_WINDOW_MS))return!![];return _recent['set'](_0x5614c2,_0x15caa7),![];}function _emitLog(_0x7ff94f){const _0x4a0c96=a70_0x15ab4e,_0x462d14={'JVbJE':function(_0x369a6b,_0x500bb7){return _0x369a6b(_0x500bb7);},'viNee':_0x4a0c96(0x112),'fWdjF':function(_0x5756d2,_0x3e9cea){return _0x5756d2(_0x3e9cea);},'JLhzr':_0x4a0c96(0xf8),'bVRwg':_0x4a0c96(0x104),'YWcMW':function(_0x4c526e,_0x4ca71c){return _0x4c526e(_0x4ca71c);},'JVuZZ':_0x4a0c96(0x10f),'vNKld':_0x4a0c96(0x116),'lSUtb':function(_0x4c15b6,_0x4c5b91){return _0x4c15b6===_0x4c5b91;},'Qpfrf':function(_0x38abba,_0x4a8a13){return _0x38abba===_0x4a8a13;},'Ipuib':_0x4a0c96(0x12c),'TwtLQ':function(_0x52c2cb,_0x2cb483){return _0x52c2cb(_0x2cb483);},'zpKlz':function(_0x382676,_0x594046){return _0x382676(_0x594046);},'bVhhd':function(_0x3e834a,_0x10e983){return _0x3e834a<_0x10e983;},'XrNmT':'info','yiYvt':_0x4a0c96(0xf5),'eeDQt':_0x4a0c96(0x12f)};try{const _0x353ba9=_0x462d14[_0x4a0c96(0x12e)](require,_0x462d14[_0x4a0c96(0x131)]),_0x3c338d=_0x462d14[_0x4a0c96(0xe5)](require,_0x462d14[_0x4a0c96(0xee)]),_0x1b9dc8=_0x462d14[_0x4a0c96(0xe5)](require,_0x462d14[_0x4a0c96(0xe3)]),_0x3e5c19=_0x462d14[_0x4a0c96(0x108)](require,_0x462d14[_0x4a0c96(0x103)]),_0x17dcb0=_0x353ba9[_0x4a0c96(0xe2)]&&_0x353ba9[_0x4a0c96(0xe2)]();if(!_0x17dcb0||!_0x17dcb0[_0x4a0c96(0x10c)]())return;const _0x45d4a2=_0x17dcb0['getTestFramework']&&_0x17dcb0[_0x4a0c96(0x110)](),_0x1058dd=_0x1b9dc8[_0x4a0c96(0x12a)]&&_0x1b9dc8[_0x4a0c96(0x12a)]();if(!_0x1058dd)return;const _0x234325=Array['isArray'](_0x1058dd[_0x4a0c96(0x10e)](_0x462d14[_0x4a0c96(0xe0)]))?_0x1058dd[_0x4a0c96(0x10e)](_0x462d14[_0x4a0c96(0xe0)]):[];if(_0x462d14[_0x4a0c96(0x135)](_0x234325['length'],0x0))return;const _0x3b4fb5=_0x45d4a2&&_0x462d14[_0x4a0c96(0x115)](typeof _0x45d4a2[_0x4a0c96(0x102)],_0x462d14[_0x4a0c96(0x117)])?_0x45d4a2[_0x4a0c96(0x102)]():{},_0x5f3019=_0x45d4a2&&_0x462d14['lSUtb'](typeof _0x45d4a2[_0x4a0c96(0x107)],_0x462d14[_0x4a0c96(0x117)])?_0x45d4a2['getTestFrameworks']():[],_0x26a0ad=_0x5f3019&&_0x5f3019[0x0]&&_0x3b4fb5&&_0x3b4fb5[_0x5f3019[0x0]]||'',_0x2a4ac5=_0x462d14[_0x4a0c96(0x11d)](_stripAnsi,_0x7ff94f)['trim']();if(_0x462d14['zpKlz'](_isDuplicate,_0x2a4ac5))return;const _0x4fed9b=new Date()['toISOString']();for(let _0x301ac8=0x0;_0x462d14[_0x4a0c96(0x10d)](_0x301ac8,_0x234325['length']);_0x301ac8++){const _0x79bcd2=_0x234325[_0x301ac8];if(!_0x79bcd2)continue;const _0x1cdea2={};_0x1cdea2[_0x4a0c96(0x130)]=_0x79bcd2,_0x1cdea2[_0x4a0c96(0x13a)]=_0x79bcd2,_0x1cdea2['timestamp']=_0x4fed9b,_0x1cdea2['message']=_0x2a4ac5,_0x1cdea2[_0x4a0c96(0xe9)]=_0x3e5c19['KIND_LOG'],_0x1cdea2[_0x4a0c96(0xf7)]=_0x462d14['XrNmT'];const _0x2b9084=_0x1cdea2,_0x557dfd={};_0x557dfd[_0x4a0c96(0x114)]=_0x301ac8,_0x557dfd['logs']=[_0x2b9084],_0x557dfd[_0x4a0c96(0x11c)]=_0x462d14[_0x4a0c96(0x136)],_0x557dfd['testFrameworkVersion']=_0x26a0ad,_0x557dfd[_0x4a0c96(0x106)]=_0x462d14[_0x4a0c96(0x137)];const _0x2fb26b=_0x557dfd;_0x3c338d[_0x4a0c96(0xe2)]()['logCreatedEvent'](_0x2fb26b)[_0x4a0c96(0x126)](()=>{});}}catch(_0x4c381e){}}function _wrap(_0x152174){const _0x392cc0=a70_0x15ab4e,_0x512831={'eclSC':function(_0x1bed85,_0x54de4c,_0x58d594,_0x6173a4){return _0x1bed85(_0x54de4c,_0x58d594,_0x6173a4);},'uSfIo':function(_0x3ad119,_0x5c05eb){return _0x3ad119===_0x5c05eb;},'dIrnq':'string','PpYFA':_0x392cc0(0xf0),'AZrJb':function(_0x254cce,_0x30d496){return _0x254cce(_0x30d496);},'oLjAg':function(_0x37088d,_0x17c091){return _0x37088d(_0x17c091);},'MPSNy':function(_0x31d6ed,_0x5c5fee){return _0x31d6ed(_0x5c5fee);}};return function(_0x230142,_0x18abac,_0x167744){const _0x3e9333=_0x392cc0,_0x1d4ebd=_0x512831[_0x3e9333(0x11b)](_0x152174,_0x230142,_0x18abac,_0x167744);try{const _0x2e6aad=_0x512831[_0x3e9333(0xec)](typeof _0x230142,_0x512831[_0x3e9333(0xfc)])?_0x230142:Buffer[_0x3e9333(0xef)](_0x230142)?_0x230142[_0x3e9333(0x10a)](_0x512831['PpYFA']):_0x512831['AZrJb'](String,_0x230142),_0x18125a=_0x2e6aad['split'](/\r?\n/);for(const _0x39122c of _0x18125a){_0x512831[_0x3e9333(0xf3)](_shouldForward,_0x39122c)&&_0x512831['MPSNy'](_emitLog,_0x39122c);}}catch(_0x1d3b98){}return _0x1d4ebd;};}exports[a70_0x15ab4e(0x113)]=()=>{const _0xc57a4c=a70_0x15ab4e,_0x1b2016={'tYiTt':_0xc57a4c(0xf2),'JIouc':function(_0x413553,_0xa1f77b){return _0x413553(_0xa1f77b);},'tbbON':_0xc57a4c(0x123)},_0x5d3dba=_0x1b2016[_0xc57a4c(0x132)][_0xc57a4c(0xfd)]('|');let _0x343f20=0x0;while(!![]){switch(_0x5d3dba[_0x343f20++]){case'0':_origStdoutWrite=process[_0xc57a4c(0x138)][_0xc57a4c(0xf6)]['bind'](process[_0xc57a4c(0x138)]);continue;case'1':_origStderrWrite=process[_0xc57a4c(0xea)][_0xc57a4c(0xf6)]['bind'](process[_0xc57a4c(0xea)]);continue;case'2':process[_0xc57a4c(0x138)][_0xc57a4c(0xf6)]=_0x1b2016[_0xc57a4c(0xfb)](_wrap,_origStdoutWrite);continue;case'3':logger[_0xc57a4c(0xe6)](_0x1b2016[_0xc57a4c(0x127)]);continue;case'4':if(_installed)return;continue;case'5':_installed=!![];continue;case'6':process[_0xc57a4c(0xea)][_0xc57a4c(0xf6)]=_0x1b2016[_0xc57a4c(0xfb)](_wrap,_origStderrWrite);continue;}break;}},exports['uninstall']=()=>{const _0xee89c4=a70_0x15ab4e,_0x2bcde7={};_0x2bcde7[_0xee89c4(0xff)]=_0xee89c4(0x11f),_0x2bcde7[_0xee89c4(0x129)]='[stdout-interceptor]\x20uninstalled';const _0x4c4915=_0x2bcde7,_0x542b5e=_0x4c4915[_0xee89c4(0xff)][_0xee89c4(0xfd)]('|');let _0x54aaf0=0x0;while(!![]){switch(_0x542b5e[_0x54aaf0++]){case'0':_installed=![];continue;case'1':_origStdoutWrite=null;continue;case'2':logger[_0xee89c4(0xe6)](_0x4c4915['AuDRf']);continue;case'3':_recent['clear']();continue;case'4':_origStderrWrite&&(process['stderr']['write']=_origStderrWrite);continue;case'5':_origStdoutWrite&&(process[_0xee89c4(0x138)][_0xee89c4(0xf6)]=_origStdoutWrite);continue;case'6':if(!_installed)return;continue;case'7':_origStderrWrite=null;continue;}break;}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';function a71_0x1dbd(_0x55bf87,_0x2d46db){const _0x3caa4f=a71_0x3caa();return a71_0x1dbd=function(_0x1dbdc3,_0x513d2b){_0x1dbdc3=_0x1dbdc3-0xa5;let _0x52ded7=_0x3caa4f[_0x1dbdc3];return _0x52ded7;},a71_0x1dbd(_0x55bf87,_0x2d46db);}const a71_0x109dba=a71_0x1dbd;(function(_0x28e0bc,_0x5499d3){const _0xd4e38c=a71_0x1dbd,_0x5285ff=_0x28e0bc();while(!![]){try{const _0x1ae012=parseInt(_0xd4e38c(0xbf))/0x1+-parseInt(_0xd4e38c(0x10b))/0x2+parseInt(_0xd4e38c(0xf6))/0x3*(-parseInt(_0xd4e38c(0xfd))/0x4)+parseInt(_0xd4e38c(0xd0))/0x5+-parseInt(_0xd4e38c(0xed))/0x6*(-parseInt(_0xd4e38c(0xf0))/0x7)+-parseInt(_0xd4e38c(0xd7))/0x8+-parseInt(_0xd4e38c(0xe2))/0x9;if(_0x1ae012===_0x5499d3)break;else _0x5285ff['push'](_0x5285ff['shift']());}catch(_0x573c0b){_0x5285ff['push'](_0x5285ff['shift']());}}}(a71_0x3caa,0x678e9));const logger=require('../../helpers/logger')['winstonLogger'];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x4816f6=a71_0x1dbd,_0x37ce69={'MUxCu':function(_0x3eadc3,_0xeb148e){return _0x3eadc3(_0xeb148e);},'dGoZB':'path','ORCOz':'testcafe/package.json','NFZnQ':'lib','VgWLJ':_0x4816f6(0xa8),'lvYrK':_0x4816f6(0xd1),'tcjtd':function(_0x5d8736,_0x161e3c){return _0x5d8736(_0x161e3c);}},_0x3600d5=_0x37ce69['MUxCu'](require,_0x37ce69[_0x4816f6(0xb0)]),_0x24d4fb=_0x3600d5[_0x4816f6(0xfa)](require[_0x4816f6(0xe5)](_0x37ce69[_0x4816f6(0x106)],{'paths':[process['cwd']()]})),_0x22c8c6=_0x3600d5[_0x4816f6(0xf2)](_0x24d4fb,_0x37ce69[_0x4816f6(0xa6)],_0x37ce69[_0x4816f6(0xea)],_0x37ce69[_0x4816f6(0xd5)]),_0x53dfa7=_0x37ce69['tcjtd'](require,_0x22c8c6);return _0x53dfa7&&(_0x53dfa7[_0x4816f6(0x108)]||_0x53dfa7);}function a71_0x3caa(){const _0x3a4175=['VgWLJ','RTyFe','enumerable','6PaXjTu','KEY_TEST_STARTED_AT','../v2/framework/testFramework','3999779QzDdZA','__bstack_a11y_wrapped','join','PTNwr','KEY_DRIVER','getInstance','99zmptfd','DEFAULT_TEST_RESULT','module','tCczc','dirname','FwMzp','xYkFb','49744HvSRNF','values','getPrototypeOf','defineProperty','OjExO','getAllData','../v2/framework/testcafeAutomationFramework','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','getData','ORCOz','getTrackedInstance','default','YEzSm','iCqRI','1404866HoTqxJ','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','runScan','isRunning','shouldScanForCommand','NFZnQ','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','api','ffVft','../v2/framework/constants/testFrameworkConstants','function','KEY_TEST_NAME','<unnamed>','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','set','dGoZB','owvps','[testcafe-action-patcher]\x20performScan\x20pi=','pending','install','EYZpL','[testcafe-action-patcher]\x20wrapped\x20','MubTa','prototype','\x20cmd=','VEAVl','kFYdH','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','testController','stringify','556960QcQffG','KEY_TEST_TAGS','ZdZPU','WLiSy','exports','apply','owner','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','tSoEo','UeSee','value','name','isArray','\x20failed:\x20','../v2/browserstackCLI','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','OFUJH','4164625goFktN','test-controller','OJIap','AOJSR','info','lvYrK','../v2/modules/testcafeDriverModule','1009456tBkpuf','length','isEnabledTestcase','cucumber','SJWys','message','getAccessibilityModule','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','\x20testName=','2682990BoAtUI','kdYAl','debug','resolve','getState','KEY_TEST_RESULT','catch','descriptor'];a71_0x3caa=function(){return _0x3a4175;};return a71_0x3caa();}async function _performScanForAllDrivers(_0x57cb86){const _0x4f99da=a71_0x1dbd,_0xa035bf={'xYkFb':function(_0x4b7186,_0x57a345){return _0x4b7186(_0x57a345);},'rvciq':_0x4f99da(0xcd),'dukLW':_0x4f99da(0x103),'YEzSm':function(_0x26c9fd,_0x34d0bf){return _0x26c9fd(_0x34d0bf);},'ZdZPU':'../v2/framework/automationFramework','RTyFe':_0x4f99da(0xd6),'gidOY':_0x4f99da(0xef),'tSoEo':function(_0xa3426d,_0x3105d4){return _0xa3426d===_0x3105d4;},'ffVft':_0x4f99da(0xab),'VEAVl':'__currentPlatformUuids','SJWys':_0x4f99da(0xaa),'DGMrf':function(_0x613601,_0x885039){return _0x613601===_0x885039;},'WLiSy':function(_0x6d8983,_0x28f236){return _0x6d8983===_0x28f236;},'MJvkP':_0x4f99da(0xb3),'owvps':function(_0x37afc5,_0x2a8ace){return _0x37afc5===_0x2a8ace;},'UeSee':function(_0x3bc5b3,_0x577372){return _0x3bc5b3>_0x577372;},'OFUJH':_0x4f99da(0xad),'xbvWm':_0x4f99da(0xda),'aQnls':'./a11y-runner'};try{const _0x3eafa2=_0xa035bf[_0x4f99da(0xfc)](require,_0xa035bf['rvciq']),_0x1fe981=_0xa035bf[_0x4f99da(0xfc)](require,_0xa035bf['dukLW']),_0x24be6a=_0xa035bf[_0x4f99da(0x109)](require,_0xa035bf[_0x4f99da(0xc1)]),_0x4eb634=_0xa035bf[_0x4f99da(0xfc)](require,_0xa035bf[_0x4f99da(0xeb)]),_0x31273b=_0xa035bf[_0x4f99da(0xfc)](require,_0xa035bf['gidOY']),_0xe52d35=_0x3eafa2[_0x4f99da(0xf5)]();if(!_0xe52d35||!_0xe52d35[_0x4f99da(0x10e)]())return;const _0x10f6b3=_0xe52d35[_0x4f99da(0xdd)]&&_0xe52d35[_0x4f99da(0xdd)]();if(!_0x10f6b3)return;if(_0xa035bf[_0x4f99da(0xc7)](typeof _0x10f6b3[_0x4f99da(0xa5)],_0xa035bf[_0x4f99da(0xa9)])&&!_0x10f6b3[_0x4f99da(0xa5)](_0x57cb86))return;const _0x24d929=_0x31273b[_0x4f99da(0x107)]&&_0x31273b[_0x4f99da(0x107)]();if(!_0x24d929)return;const _0x57771b=Array[_0x4f99da(0xcb)](_0x24d929[_0x4f99da(0x105)](_0xa035bf[_0x4f99da(0xba)]))?_0x24d929['getData'](_0xa035bf[_0x4f99da(0xba)]):[];if(_0xa035bf[_0x4f99da(0xc7)](_0x57771b[_0x4f99da(0xd8)],0x0))return;try{const _0x1821d0=_0xa035bf['xYkFb'](require,_0xa035bf[_0x4f99da(0xdb)]),_0x4821be=_0xa035bf['DGMrf'](typeof _0x24d929[_0x4f99da(0x102)],_0xa035bf[_0x4f99da(0xa9)])?_0x24d929['getAllData']():null;if(_0x4821be&&_0xa035bf[_0x4f99da(0xc7)](typeof _0x4821be[_0x4f99da(0xfe)],_0xa035bf['ffVft'])&&_0xa035bf[_0x4f99da(0xc2)](typeof _0x10f6b3[_0x4f99da(0xd9)],_0xa035bf[_0x4f99da(0xa9)])){let _0x22f3bc=null,_0x3b4047='';for(const _0xb68f32 of _0x4821be[_0x4f99da(0xfe)]()){if(!_0xb68f32)continue;const _0xb4834c=_0xb68f32[_0x1821d0[_0x4f99da(0xee)]],_0x4a2ad6=_0xb68f32[_0x1821d0[_0x4f99da(0xe7)]];_0xb4834c&&(_0xa035bf[_0x4f99da(0xc7)](_0x4a2ad6,_0xa035bf['MJvkP'])||_0xa035bf[_0x4f99da(0xb1)](_0x4a2ad6,_0x1821d0[_0x4f99da(0xf7)]))&&(_0xa035bf[_0x4f99da(0xc8)](_0xb4834c,_0x3b4047)&&(_0x3b4047=_0xb4834c,_0x22f3bc=_0xb68f32));}if(_0x22f3bc){const _0x914dd=_0x22f3bc[_0x1821d0[_0x4f99da(0xc0)]]||[],_0x11ad1a=_0x22f3bc[_0x1821d0[_0x4f99da(0xac)]]||_0xa035bf[_0x4f99da(0xcf)],_0xe52d2c=_0x10f6b3[_0x4f99da(0xd9)](_0x914dd,null,_0xa035bf['xbvWm']);if(!_0xe52d2c){logger[_0x4f99da(0xe4)](_0x4f99da(0xdf)+_0x57cb86+_0x4f99da(0xe1)+_0x11ad1a+'\x20tags='+JSON[_0x4f99da(0xbe)](_0x914dd)+_0x4f99da(0x10c));return;}}}}catch(_0x296cec){logger[_0x4f99da(0xe4)](_0x4f99da(0xae)+(_0x296cec['message']||_0x296cec));}const _0x577eea=_0xa035bf[_0x4f99da(0xfc)](require,_0xa035bf['aQnls']);for(const {platformIndex:_0x400af5,instance:_0x11e957}of _0x1fe981['iterAllInstances']()){const _0x37890c=_0x24be6a[_0x4f99da(0xe6)](_0x11e957,_0x4eb634[_0x4f99da(0xf4)],null);if(!_0x37890c)continue;const _0x586b2a=_0x57771b[_0x400af5]||_0x57771b[0x0]||'';try{await _0x577eea[_0x4f99da(0x10d)](_0x37890c,_0x586b2a,_0x57cb86,![]);}catch(_0x55a67b){logger[_0x4f99da(0xe4)](_0x4f99da(0xb2)+_0x400af5+_0x4f99da(0xb9)+_0x57cb86+_0x4f99da(0xcc)+(_0x55a67b['message']||_0x55a67b));}}}catch(_0x29f917){logger[_0x4f99da(0xe4)](_0x4f99da(0x104)+(_0x29f917[_0x4f99da(0xdc)]||_0x29f917));}}function install(_0x2d4c1f){const _0x5a7503=a71_0x1dbd,_0x4a822e={'MubTa':function(_0x5b07bc,_0x1b5d89){return _0x5b07bc(_0x1b5d89);},'PTNwr':function(_0x13df36,_0x281bb9){return _0x13df36!==_0x281bb9;},'FwMzp':_0x5a7503(0xab),'OjExO':function(_0x444168,_0x142a2c){return _0x444168===_0x142a2c;},'kdYAl':_0x5a7503(0xbc),'kFYdH':function(_0x7153a){return _0x7153a();},'tCczc':_0x5a7503(0xa7),'EYZpL':function(_0x289fbd,_0x3427a4){return _0x289fbd!==_0x3427a4;},'AXzoJ':_0x5a7503(0xbd),'AOJSR':function(_0x229f68,_0x1a8b0a){return _0x229f68===_0x1a8b0a;},'OJIap':function(_0x201bb2,_0x191185){return _0x201bb2===_0x191185;}};if(_installed)return;if(!Array[_0x5a7503(0xcb)](_0x2d4c1f)||_0x4a822e[_0x5a7503(0x101)](_0x2d4c1f[_0x5a7503(0xd8)],0x0)){logger[_0x5a7503(0xe4)](_0x4a822e[_0x5a7503(0xe3)]);return;}let _0x20db68;try{_0x20db68=_0x4a822e[_0x5a7503(0xbb)](_requireTestController);}catch(_0x2fd0fa){logger[_0x5a7503(0xe4)](_0x5a7503(0xc6)+(_0x2fd0fa['message']||_0x2fd0fa));return;}if(!_0x20db68||!_0x20db68[_0x5a7503(0xb8)]){logger[_0x5a7503(0xe4)](_0x4a822e[_0x5a7503(0xf9)]);return;}const _0x61b57e=_0x20db68[_0x5a7503(0xb8)];let _0x6087bf=0x0;function _0x46a451(_0x4a1d24){const _0x32b3dd=_0x5a7503;let _0x1b7866=_0x61b57e;while(_0x1b7866){const _0x163839=Object['getOwnPropertyDescriptor'](_0x1b7866,_0x4a1d24);if(_0x163839){const _0x4a327a={};return _0x4a327a[_0x32b3dd(0xe9)]=_0x163839,_0x4a327a[_0x32b3dd(0xc5)]=_0x1b7866,_0x4a327a;}_0x1b7866=Object[_0x32b3dd(0xff)](_0x1b7866);}return null;}for(const _0x6d29e5 of _0x2d4c1f){if(!_0x6d29e5||_0x4a822e[_0x5a7503(0xb5)](_0x6d29e5[_0x5a7503(0xf8)],_0x4a822e['AXzoJ']))continue;const _0x4b8708=_0x6d29e5[_0x5a7503(0xca)],_0x589ec5=_0x4a822e[_0x5a7503(0xb7)](_0x46a451,_0x4b8708);if(!_0x589ec5)continue;const {descriptor:_0x1eadf7,owner:_0x2e6fb0}=_0x589ec5;if(_0x1eadf7[_0x5a7503(0xf1)])continue;let _0x33ae49;if(_0x4a822e[_0x5a7503(0xd3)](typeof _0x1eadf7[_0x5a7503(0xc9)],_0x4a822e[_0x5a7503(0xfb)])){const _0x5f7f7f=_0x1eadf7[_0x5a7503(0xc9)];_0x33ae49={'configurable':!![],'writable':!![],'enumerable':_0x1eadf7[_0x5a7503(0xec)],'value':function(..._0x192ad3){const _0x30ea22=_0x5a7503;return _0x4a822e[_0x30ea22(0xb7)](_performScanForAllDrivers,_0x4b8708)[_0x30ea22(0xe8)](()=>{}),_0x5f7f7f['apply'](this,_0x192ad3);}};}else{if(_0x4a822e[_0x5a7503(0xd2)](typeof _0x1eadf7['get'],_0x4a822e[_0x5a7503(0xfb)])){const _0xf08783=_0x1eadf7['get'];_0x33ae49={'configurable':!![],'enumerable':_0x1eadf7[_0x5a7503(0xec)],'get'(){const _0x130c38=_0x5a7503,_0x40f4e0=_0xf08783['call'](this);if(_0x4a822e[_0x130c38(0xf3)](typeof _0x40f4e0,_0x4a822e[_0x130c38(0xfb)]))return _0x40f4e0;return function(..._0x5a63f6){const _0x4d8e96=_0x130c38;return _0x4a822e[_0x4d8e96(0xb7)](_performScanForAllDrivers,_0x4b8708)['catch'](()=>{}),_0x40f4e0[_0x4d8e96(0xc4)](this,_0x5a63f6);};},'set':_0x1eadf7[_0x5a7503(0xaf)]||function(){}};}else continue;}_0x33ae49[_0x5a7503(0xf1)]=!![];try{Object[_0x5a7503(0x100)](_0x2e6fb0,_0x4b8708,_0x33ae49);const _0x499321={};_0x499321[_0x5a7503(0xc5)]=_0x2e6fb0,_0x499321['originalDescriptor']=_0x1eadf7,_patchedDescriptors[_0x5a7503(0xaf)](_0x4b8708,_0x499321),_0x6087bf+=0x1;}catch(_0x1ee3e2){logger[_0x5a7503(0xe4)](_0x5a7503(0xe0)+_0x4b8708+':\x20'+(_0x1ee3e2[_0x5a7503(0xdc)]||_0x1ee3e2));}}_installed=!![],logger[_0x5a7503(0xd4)](_0x5a7503(0xb6)+_0x6087bf+'/'+_0x2d4c1f[_0x5a7503(0xd8)]+_0x5a7503(0xde));}function uninstall(){const _0x349b60=a71_0x1dbd,_0x5f4fad={};_0x5f4fad[_0x349b60(0x10a)]='[testcafe-action-patcher]\x20uninstalled';const _0x32b9d6=_0x5f4fad;if(!_installed)return;for(const [_0x37fa93,{owner:_0x322336,originalDescriptor:_0x2b6ae1}]of _patchedDescriptors){try{Object['defineProperty'](_0x322336,_0x37fa93,_0x2b6ae1);}catch(_0x426013){logger[_0x349b60(0xe4)](_0x349b60(0xce)+_0x37fa93+':\x20'+(_0x426013[_0x349b60(0xdc)]||_0x426013));}}_patchedDescriptors['clear'](),_installed=![],logger[_0x349b60(0xe4)](_0x32b9d6[_0x349b60(0x10a)]);}const a71_0x659c6={};a71_0x659c6[a71_0x109dba(0xb4)]=install,a71_0x659c6['uninstall']=uninstall,module[a71_0x109dba(0xc3)]=a71_0x659c6;
|
|
1
|
+
'use strict';const a71_0x8e614b=a71_0x28fc;(function(_0x4ec02d,_0x4d7e27){const _0xe1df0f=a71_0x28fc,_0x1f65b3=_0x4ec02d();while(!![]){try{const _0x404b0e=-parseInt(_0xe1df0f(0x19a))/0x1*(parseInt(_0xe1df0f(0x1a7))/0x2)+-parseInt(_0xe1df0f(0x1bf))/0x3*(-parseInt(_0xe1df0f(0x1a0))/0x4)+parseInt(_0xe1df0f(0x1b9))/0x5+-parseInt(_0xe1df0f(0x1c8))/0x6+parseInt(_0xe1df0f(0x1e9))/0x7+parseInt(_0xe1df0f(0x1fd))/0x8*(parseInt(_0xe1df0f(0x1ca))/0x9)+parseInt(_0xe1df0f(0x196))/0xa*(-parseInt(_0xe1df0f(0x194))/0xb);if(_0x404b0e===_0x4d7e27)break;else _0x1f65b3['push'](_0x1f65b3['shift']());}catch(_0x1c3e13){_0x1f65b3['push'](_0x1f65b3['shift']());}}}(a71_0x562f,0xe700b));const logger=require('../../helpers/logger')[a71_0x8e614b(0x1f5)];let _installed=![];function a71_0x562f(){const _0x10b339=['../v2/framework/testFramework','JvClQ','getAllData','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','install','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','ucRMM','243248mcXrOD','../v2/framework/automationFramework','prototype','WXwCj','isArray','message','set','default','gpwiD','length','KEY_TEST_NAME','22562958rUZVAD','tZWhA','10AuctyL','debug','getData','api','43711lDNuDB','getTrackedInstance','originalDescriptor','UPHhX','get','LUTHO','108jWVGug','test-controller','DEFAULT_TEST_RESULT','call','catch','<unnamed>','getPrototypeOf','70ZXFxYw','pending','../v2/browserstackCLI','DlFlY','[testcafe-action-patcher]\x20performScan\x20pi=','[testcafe-action-patcher]\x20uninstalled','value','descriptor','gmTvN','testController','__currentPlatformUuids','EGTTs','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','hqjKj','NeQhi','name','[testcafe-action-patcher]\x20wrapped\x20','owner','9234830BfVroO','__bstack_a11y_wrapped','jaHwB','./a11y-runner','join','ZYZIB','107385LuulLK','getOwnPropertyDescriptor','dirname','SgFLI','iRWks','clear','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','apply','../v2/modules/testcafeDriverModule','1337916HjuAdu','isRunning','531FHFsXr','UHemC','getAccessibilityModule','module','iterAllInstances','../v2/framework/testcafeAutomationFramework','uEUZc','qJJMl','\x20cmd=','FldhM','ztLat','../v2/framework/constants/testFrameworkConstants','NmatP','IaAhZ','runScan','function','EDZTv','defineProperty','VEezk','resolve','values','KEY_TEST_STARTED_AT','UlFkg','AZehl','ScMRw','path','enumerable','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','isEnabledTestcase','\x20testName=','getInstance','999957HUhooM','cwd','DkJQb','wEjrc','KEY_DRIVER','vZCTz','fxkMS','shouldScanForCommand','\x20tags=','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','exports','MKoPY','winstonLogger'];a71_0x562f=function(){return _0x10b339;};return a71_0x562f();}const _patchedDescriptors=new Map();function _requireTestController(){const _0x48bd4b=a71_0x8e614b,_0x2ad876={'uEUZc':function(_0x1e37ba,_0x113a24){return _0x1e37ba(_0x113a24);},'EGTTs':_0x48bd4b(0x1e3),'udkVQ':'testcafe/package.json','JMicD':'lib','gmTvN':_0x48bd4b(0x199),'ztLat':_0x48bd4b(0x1a1)},_0x576398=_0x2ad876['uEUZc'](require,_0x2ad876[_0x48bd4b(0x1b2)]),_0x2f2ab3=_0x576398[_0x48bd4b(0x1c1)](require[_0x48bd4b(0x1dd)](_0x2ad876['udkVQ'],{'paths':[process[_0x48bd4b(0x1ea)]()]})),_0x272866=_0x576398[_0x48bd4b(0x1bd)](_0x2f2ab3,_0x2ad876['JMicD'],_0x2ad876[_0x48bd4b(0x1af)],_0x2ad876[_0x48bd4b(0x1d4)]),_0x56f075=_0x2ad876[_0x48bd4b(0x1d0)](require,_0x272866);return _0x56f075&&(_0x56f075[_0x48bd4b(0x190)]||_0x56f075);}async function _performScanForAllDrivers(_0x287cf6){const _0x134215=a71_0x8e614b,_0x16ecdf={'VEezk':function(_0x3d999c,_0x5483a3){return _0x3d999c(_0x5483a3);},'qJJMl':_0x134215(0x1a9),'DkJQb':_0x134215(0x1cf),'LUTHO':function(_0x4c3319,_0x37f7f9){return _0x4c3319(_0x37f7f9);},'gpwiD':_0x134215(0x1fe),'gXENS':function(_0x1b4d39,_0x4ca23b){return _0x1b4d39(_0x4ca23b);},'IaAhZ':_0x134215(0x1c7),'ucRMM':function(_0x2c473a,_0x25e1d2){return _0x2c473a(_0x25e1d2);},'AZehl':_0x134215(0x1f6),'WXwCj':function(_0x4b5cc5,_0x187f8c){return _0x4b5cc5===_0x187f8c;},'UPHhX':_0x134215(0x1d9),'ScMRw':_0x134215(0x1b1),'NeQhi':function(_0x2a64f5,_0x38f636){return _0x2a64f5===_0x38f636;},'RVJGZ':_0x134215(0x1d5),'JvClQ':function(_0x3b4fe6,_0x3c836c){return _0x3b4fe6===_0x3c836c;},'NmatP':function(_0x111337,_0x2caeef){return _0x111337===_0x2caeef;},'furKn':_0x134215(0x1a8),'MKoPY':function(_0x178fee,_0x391c5a){return _0x178fee>_0x391c5a;},'iRWks':_0x134215(0x1a5),'hqjKj':'cucumber','ZYZIB':function(_0x4a6aa7,_0x365b35){return _0x4a6aa7(_0x365b35);},'SgFLI':_0x134215(0x1bc)};try{const _0x4ffa38=_0x16ecdf[_0x134215(0x1dc)](require,_0x16ecdf[_0x134215(0x1d1)]),_0x12e172=_0x16ecdf[_0x134215(0x1dc)](require,_0x16ecdf[_0x134215(0x1eb)]),_0x3ecfe5=_0x16ecdf[_0x134215(0x19f)](require,_0x16ecdf[_0x134215(0x191)]),_0x2e337b=_0x16ecdf['gXENS'](require,_0x16ecdf[_0x134215(0x1d7)]),_0x328e09=_0x16ecdf[_0x134215(0x1fc)](require,_0x16ecdf[_0x134215(0x1e1)]),_0x27ff6e=_0x4ffa38[_0x134215(0x1e8)]();if(!_0x27ff6e||!_0x27ff6e[_0x134215(0x1c9)]())return;const _0x5a6e78=_0x27ff6e[_0x134215(0x1cc)]&&_0x27ff6e[_0x134215(0x1cc)]();if(!_0x5a6e78)return;if(_0x16ecdf[_0x134215(0x200)](typeof _0x5a6e78[_0x134215(0x1f0)],_0x16ecdf[_0x134215(0x19d)])&&!_0x5a6e78[_0x134215(0x1f0)](_0x287cf6))return;const _0x28e865=_0x328e09[_0x134215(0x19b)]&&_0x328e09['getTrackedInstance']();if(!_0x28e865)return;const _0x5b38f1=Array[_0x134215(0x201)](_0x28e865[_0x134215(0x198)](_0x16ecdf[_0x134215(0x1e2)]))?_0x28e865['getData'](_0x16ecdf[_0x134215(0x1e2)]):[];if(_0x16ecdf[_0x134215(0x1b5)](_0x5b38f1['length'],0x0))return;try{const _0x41091d=_0x16ecdf['VEezk'](require,_0x16ecdf['RVJGZ']),_0x4e6dd0=_0x16ecdf['NeQhi'](typeof _0x28e865[_0x134215(0x1f8)],_0x16ecdf[_0x134215(0x19d)])?_0x28e865[_0x134215(0x1f8)]():null;if(_0x4e6dd0&&_0x16ecdf[_0x134215(0x1f7)](typeof _0x4e6dd0[_0x134215(0x1de)],_0x16ecdf[_0x134215(0x19d)])&&_0x16ecdf['NmatP'](typeof _0x5a6e78['isEnabledTestcase'],_0x16ecdf[_0x134215(0x19d)])){let _0x4fdbf5=null,_0x2fc62a='';for(const _0xe1a452 of _0x4e6dd0[_0x134215(0x1de)]()){if(!_0xe1a452)continue;const _0x17467f=_0xe1a452[_0x41091d[_0x134215(0x1df)]],_0x4bd1d1=_0xe1a452[_0x41091d['KEY_TEST_RESULT']];_0x17467f&&(_0x16ecdf['NeQhi'](_0x4bd1d1,_0x16ecdf['furKn'])||_0x16ecdf[_0x134215(0x1d6)](_0x4bd1d1,_0x41091d[_0x134215(0x1a2)]))&&(_0x16ecdf[_0x134215(0x1f4)](_0x17467f,_0x2fc62a)&&(_0x2fc62a=_0x17467f,_0x4fdbf5=_0xe1a452));}if(_0x4fdbf5){const _0x26b7f2=_0x4fdbf5[_0x41091d['KEY_TEST_TAGS']]||[],_0x1d3f86=_0x4fdbf5[_0x41091d[_0x134215(0x193)]]||_0x16ecdf[_0x134215(0x1c3)],_0x5adefd=_0x5a6e78[_0x134215(0x1e6)](_0x26b7f2,null,_0x16ecdf[_0x134215(0x1b4)]);if(!_0x5adefd){logger[_0x134215(0x197)]('[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd='+_0x287cf6+_0x134215(0x1e7)+_0x1d3f86+_0x134215(0x1f1)+JSON['stringify'](_0x26b7f2)+_0x134215(0x1b3));return;}}}}catch(_0x58de92){logger[_0x134215(0x197)](_0x134215(0x1f2)+(_0x58de92[_0x134215(0x202)]||_0x58de92));}const _0x5015c4=_0x16ecdf[_0x134215(0x1be)](require,_0x16ecdf[_0x134215(0x1c2)]);for(const {platformIndex:_0x33f005,instance:_0x50cbc2}of _0x12e172[_0x134215(0x1ce)]()){const _0x38dd3e=_0x3ecfe5['getState'](_0x50cbc2,_0x2e337b[_0x134215(0x1ed)],null);if(!_0x38dd3e)continue;const _0xc4b75=_0x5b38f1[_0x33f005]||_0x5b38f1[0x0]||'';try{await _0x5015c4[_0x134215(0x1d8)](_0x38dd3e,_0xc4b75,_0x287cf6,![]);}catch(_0x3c8c3d){logger[_0x134215(0x197)](_0x134215(0x1ab)+_0x33f005+_0x134215(0x1d2)+_0x287cf6+'\x20failed:\x20'+(_0x3c8c3d[_0x134215(0x202)]||_0x3c8c3d));}}}catch(_0x3689dd){logger['debug']('[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20'+(_0x3689dd[_0x134215(0x202)]||_0x3689dd));}}function install(_0x274470){const _0x18219a=a71_0x8e614b,_0x59313d={'wEjrc':function(_0x20441c,_0x131f07){return _0x20441c(_0x131f07);},'ULgkm':function(_0x50a5f2,_0x2a0ae9){return _0x50a5f2(_0x2a0ae9);},'jaHwB':function(_0x3d5e68,_0x339a84){return _0x3d5e68!==_0x339a84;},'UHemC':_0x18219a(0x1d9),'FldhM':function(_0x1f81b3,_0x2e7d72){return _0x1f81b3===_0x2e7d72;},'Yzfpk':'[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','UlFkg':function(_0x550ee6){return _0x550ee6();},'vZCTz':_0x18219a(0x1f9),'DlFlY':_0x18219a(0x1b0),'jNpZo':function(_0x4099ae,_0x5323e9){return _0x4099ae(_0x5323e9);},'EDZTv':function(_0x44237e,_0x23bbf2){return _0x44237e===_0x23bbf2;}};if(_installed)return;if(!Array[_0x18219a(0x201)](_0x274470)||_0x59313d['FldhM'](_0x274470[_0x18219a(0x192)],0x0)){logger[_0x18219a(0x197)](_0x59313d['Yzfpk']);return;}let _0x19b357;try{_0x19b357=_0x59313d[_0x18219a(0x1e0)](_requireTestController);}catch(_0x110e10){logger[_0x18219a(0x197)](_0x18219a(0x1fb)+(_0x110e10[_0x18219a(0x202)]||_0x110e10));return;}if(!_0x19b357||!_0x19b357[_0x18219a(0x1ff)]){logger['debug'](_0x59313d[_0x18219a(0x1ee)]);return;}const _0x228a7b=_0x19b357[_0x18219a(0x1ff)];let _0x151605=0x0;function _0x421288(_0x41cc92){const _0x40ab63=_0x18219a;let _0x51b3bb=_0x228a7b;while(_0x51b3bb){const _0x594c01=Object[_0x40ab63(0x1c0)](_0x51b3bb,_0x41cc92);if(_0x594c01){const _0x3a4336={};return _0x3a4336[_0x40ab63(0x1ae)]=_0x594c01,_0x3a4336[_0x40ab63(0x1b8)]=_0x51b3bb,_0x3a4336;}_0x51b3bb=Object[_0x40ab63(0x1a6)](_0x51b3bb);}return null;}for(const _0x4550f0 of _0x274470){if(!_0x4550f0||_0x59313d[_0x18219a(0x1bb)](_0x4550f0[_0x18219a(0x1cd)],_0x59313d[_0x18219a(0x1aa)]))continue;const _0x4ac84d=_0x4550f0[_0x18219a(0x1b6)],_0x156eef=_0x59313d['jNpZo'](_0x421288,_0x4ac84d);if(!_0x156eef)continue;const {descriptor:_0x19796b,owner:_0x9e8297}=_0x156eef;if(_0x19796b['__bstack_a11y_wrapped'])continue;let _0x209cd9;if(_0x59313d[_0x18219a(0x1d3)](typeof _0x19796b[_0x18219a(0x1ad)],_0x59313d[_0x18219a(0x1cb)])){const _0x1a50df=_0x19796b[_0x18219a(0x1ad)];_0x209cd9={'configurable':!![],'writable':!![],'enumerable':_0x19796b[_0x18219a(0x1e4)],'value':function(..._0x5cceda){const _0x52e0ee=_0x18219a;return _0x59313d[_0x52e0ee(0x1ec)](_performScanForAllDrivers,_0x4ac84d)[_0x52e0ee(0x1a4)](()=>{}),_0x1a50df[_0x52e0ee(0x1c6)](this,_0x5cceda);}};}else{if(_0x59313d[_0x18219a(0x1da)](typeof _0x19796b[_0x18219a(0x19e)],_0x59313d[_0x18219a(0x1cb)])){const _0x57d8c4=_0x19796b['get'];_0x209cd9={'configurable':!![],'enumerable':_0x19796b['enumerable'],'get'(){const _0x2940f1=_0x18219a,_0x190dba={'fxkMS':function(_0x164981,_0x498002){return _0x59313d['ULgkm'](_0x164981,_0x498002);}},_0x2e1a97=_0x57d8c4[_0x2940f1(0x1a3)](this);if(_0x59313d[_0x2940f1(0x1bb)](typeof _0x2e1a97,_0x59313d[_0x2940f1(0x1cb)]))return _0x2e1a97;return function(..._0x433e4d){const _0xd64dd4=_0x2940f1;return _0x190dba[_0xd64dd4(0x1ef)](_performScanForAllDrivers,_0x4ac84d)[_0xd64dd4(0x1a4)](()=>{}),_0x2e1a97[_0xd64dd4(0x1c6)](this,_0x433e4d);};},'set':_0x19796b[_0x18219a(0x203)]||function(){}};}else continue;}_0x209cd9[_0x18219a(0x1ba)]=!![];try{Object[_0x18219a(0x1db)](_0x9e8297,_0x4ac84d,_0x209cd9);const _0x56fa11={};_0x56fa11['owner']=_0x9e8297,_0x56fa11[_0x18219a(0x19c)]=_0x19796b,_patchedDescriptors[_0x18219a(0x203)](_0x4ac84d,_0x56fa11),_0x151605+=0x1;}catch(_0x2f47a6){logger[_0x18219a(0x197)]('[testcafe-action-patcher]\x20could\x20not\x20patch\x20'+_0x4ac84d+':\x20'+(_0x2f47a6[_0x18219a(0x202)]||_0x2f47a6));}}_installed=!![],logger['info'](_0x18219a(0x1b7)+_0x151605+'/'+_0x274470[_0x18219a(0x192)]+_0x18219a(0x1e5));}function a71_0x28fc(_0x1897e1,_0x3b8a19){const _0x562f67=a71_0x562f();return a71_0x28fc=function(_0x28fc12,_0x3d0a4f){_0x28fc12=_0x28fc12-0x190;let _0x586547=_0x562f67[_0x28fc12];return _0x586547;},a71_0x28fc(_0x1897e1,_0x3b8a19);}function uninstall(){const _0x43a3b3=a71_0x8e614b,_0x642dde={};_0x642dde['tZWhA']=_0x43a3b3(0x1ac);const _0x1ec3eb=_0x642dde;if(!_installed)return;for(const [_0x329d74,{owner:_0x4800c4,originalDescriptor:_0x3967ab}]of _patchedDescriptors){try{Object[_0x43a3b3(0x1db)](_0x4800c4,_0x329d74,_0x3967ab);}catch(_0x21174f){logger['debug'](_0x43a3b3(0x1c5)+_0x329d74+':\x20'+(_0x21174f[_0x43a3b3(0x202)]||_0x21174f));}}_patchedDescriptors[_0x43a3b3(0x1c4)](),_installed=![],logger[_0x43a3b3(0x197)](_0x1ec3eb[_0x43a3b3(0x195)]);}const a71_0x10a6e2={};a71_0x10a6e2[a71_0x8e614b(0x1fa)]=install,a71_0x10a6e2['uninstall']=uninstall,module[a71_0x8e614b(0x1f3)]=a71_0x10a6e2;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a72_0x419bb5=a72_0x2ba0;function a72_0x2ba0(_0x4f8357,_0x33b4d7){const _0x182b3f=a72_0x182b();return a72_0x2ba0=function(_0x2ba095,_0x55783d){_0x2ba095=_0x2ba095-0x1ea;let _0x4459c2=_0x182b3f[_0x2ba095];return _0x4459c2;},a72_0x2ba0(_0x4f8357,_0x33b4d7);}(function(_0x4de0f3,_0x593636){const _0x815e62=a72_0x2ba0,_0x3fe1d6=_0x4de0f3();while(!![]){try{const _0x2e0205=parseInt(_0x815e62(0x225))/0x1+parseInt(_0x815e62(0x226))/0x2*(parseInt(_0x815e62(0x221))/0x3)+-parseInt(_0x815e62(0x21b))/0x4*(-parseInt(_0x815e62(0x207))/0x5)+-parseInt(_0x815e62(0x200))/0x6*(parseInt(_0x815e62(0x216))/0x7)+-parseInt(_0x815e62(0x218))/0x8*(parseInt(_0x815e62(0x22e))/0x9)+-parseInt(_0x815e62(0x230))/0xa+-parseInt(_0x815e62(0x210))/0xb*(-parseInt(_0x815e62(0x20b))/0xc);if(_0x2e0205===_0x593636)break;else _0x3fe1d6['push'](_0x3fe1d6['shift']());}catch(_0x479f26){_0x3fe1d6['push'](_0x3fe1d6['shift']());}}}(a72_0x182b,0xe6bac));const got=require('got'),logger=require(a72_0x419bb5(0x203))[a72_0x419bb5(0x20a)],_trim=_0x31c7bf=>(_0x31c7bf||'')[a72_0x419bb5(0x204)](/\/+$/,'');function a72_0x182b(){const _0x3009f6=['headers','throwHttpErrors','\x20failed\x20(likely\x20already\x20closed):\x20','message','capabilities','args','test','ALxPP','script','_opts','ASnLe','hubUrl','[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20','openSession','suyfV','alwaysMatch',':\x20HTTP\x20','jecLO','264OKOGtV','_username','/session','../../helpers/logger','replace','statusCode','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','232305OYxDcU','browserstack-node-sdk-testcafe','executeAsyncScript','winstonLogger','1106628XYWdkT','request','sessionId','body','debug','253jJdSTb','evrJv','toString','epjtz','_password','[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','243705zHFcaO','timeout','7928248nFTNAQ','delete','get','68rQCpve','keys','stringify','getCurrentUrl','quit','LMLAZ','267xYduWs','webdriver.remote.sessionid','/execute/sync','password','807106OBJwkB','23572nWcnjo','env','value','user-agent','_sessionId','navigateTo','/session/','responseType','9Jdxmnz','_hubUrl','12989750ogzzLs','post','slice','qIfeR','KseJL','LOsaw','json','W3CDriver','username','desiredCapabilities','QogYD','/url'];a72_0x182b=function(){return _0x3009f6;};return a72_0x182b();}function _normalizeScheme(_0x30c052){const _0xc2ba1f=a72_0x419bb5,_0x389f2a={};_0x389f2a['HPqrZ']=function(_0x22e691,_0x1231b4){return _0x22e691||_0x1231b4;};const _0x1de198=_0x389f2a,_0x3f467c=_0x1de198['HPqrZ'](_0x30c052,'')['trim']();if(!_0x3f467c)return _0x3f467c;if(/^https?:\/\//i[_0xc2ba1f(0x1f4)](_0x3f467c))return _0x3f467c;return'https://'+_0x3f467c[_0xc2ba1f(0x204)](/^\/+/,'');}function _resolveAuth(_0x5f4cf1){const _0x4fc01a=a72_0x419bb5,_0x5ad1f1={'LOsaw':function(_0x474854,_0x508445){return _0x474854(_0x508445);},'SkOct':function(_0x27e088,_0x442db0){return _0x27e088(_0x442db0);},'suyfV':function(_0x4213dc,_0x6f31c2){return _0x4213dc(_0x6f31c2);},'ALxPP':function(_0x55c7c9,_0x42067c){return _0x55c7c9(_0x42067c);}},_0x57ba04=_0x5ad1f1[_0x4fc01a(0x235)](_normalizeScheme,_0x5f4cf1);try{const _0x4999b9=new URL(_0x57ba04);if(_0x4999b9[_0x4fc01a(0x1ea)]||_0x4999b9[_0x4fc01a(0x224)]){const _0xede095=_0x5ad1f1[_0x4fc01a(0x235)](decodeURIComponent,_0x4999b9[_0x4fc01a(0x1ea)]||''),_0x14fb32=_0x5ad1f1['SkOct'](decodeURIComponent,_0x4999b9['password']||'');return _0x4999b9[_0x4fc01a(0x1ea)]='',_0x4999b9['password']='',{'username':_0xede095,'password':_0x14fb32,'url':_0x5ad1f1[_0x4fc01a(0x1fc)](_trim,_0x4999b9[_0x4fc01a(0x212)]())};}}catch(_0x5ec59b){}return{'username':process[_0x4fc01a(0x227)]['BROWSERSTACK_USERNAME']||'','password':process[_0x4fc01a(0x227)]['BROWSERSTACK_ACCESS_KEY']||'','url':_0x5ad1f1[_0x4fc01a(0x1f5)](_trim,_0x57ba04)};}class W3CDriver{constructor({hubUrl:_0x14b818,sessionId:_0x4e5f39,username:_0xea199b,password:_0x2b7261}){const _0x19a4c1=a72_0x419bb5,_0x5519d3={'evrJv':function(_0x58af41,_0x4f9c16){return _0x58af41(_0x4f9c16);}};this['_hubUrl']=_0x5519d3[_0x19a4c1(0x211)](_trim,_0x14b818),this[_0x19a4c1(0x22a)]=_0x4e5f39,this[_0x19a4c1(0x201)]=_0xea199b,this[_0x19a4c1(0x214)]=_0x2b7261;}get['sessionId'](){const _0x3d004d=a72_0x419bb5;return this[_0x3d004d(0x22a)];}[a72_0x419bb5(0x1f7)](_0x1c6ff2={}){const _0x5267cb=a72_0x419bb5,_0x1cfb55={};_0x1cfb55['epjtz']=_0x5267cb(0x236),_0x1cfb55[_0x5267cb(0x1ff)]=_0x5267cb(0x208);const _0x49df5a=_0x1cfb55,_0x286063={'username':this[_0x5267cb(0x201)],'password':this['_password'],'responseType':_0x49df5a[_0x5267cb(0x213)],'headers':{'user-agent':_0x49df5a[_0x5267cb(0x1ff)]},'throwHttpErrors':![],..._0x1c6ff2};return _0x286063;}async[a72_0x419bb5(0x22b)](_0xeae917){const _0xa0f68c=a72_0x419bb5,_0x542255={};_0x542255[_0xa0f68c(0x1ec)]=function(_0x496c68,_0x437319){return _0x496c68>=_0x437319;};const _0x5f0c75=_0x542255,_0x377870={};_0x377870['url']=_0xeae917;const _0x11ec5c={};_0x11ec5c['request']=0xea60;const _0xb5d83f={};_0xb5d83f[_0xa0f68c(0x236)]=_0x377870,_0xb5d83f[_0xa0f68c(0x217)]=_0x11ec5c;const _0x5e937b=await got['post'](this[_0xa0f68c(0x22f)]+'/session/'+this[_0xa0f68c(0x22a)]+_0xa0f68c(0x1ed),this[_0xa0f68c(0x1f7)](_0xb5d83f));if(_0x5f0c75[_0xa0f68c(0x1ec)](_0x5e937b[_0xa0f68c(0x205)],0x190))throw new Error(_0xa0f68c(0x1fa)+this['_sessionId']+_0xa0f68c(0x1fe)+_0x5e937b[_0xa0f68c(0x205)]+'\x20'+JSON[_0xa0f68c(0x21d)](_0x5e937b[_0xa0f68c(0x20e)])[_0xa0f68c(0x232)](0x0,0x12c));}async[a72_0x419bb5(0x21e)](){const _0x388057=a72_0x419bb5,_0x36d091={};_0x36d091[_0x388057(0x20c)]=0x7530;const _0x26fb2b={};_0x26fb2b[_0x388057(0x217)]=_0x36d091;const _0xa0db36=await got[_0x388057(0x21a)](this[_0x388057(0x22f)]+_0x388057(0x22c)+this['_sessionId']+_0x388057(0x1ed),this['_opts'](_0x26fb2b));return _0xa0db36[_0x388057(0x20e)]&&_0xa0db36[_0x388057(0x20e)][_0x388057(0x228)]||'';}async['executeScript'](_0x72203f,..._0x217dee){const _0x3cf1c9=a72_0x419bb5,_0x3ad11b={};_0x3ad11b[_0x3cf1c9(0x1f6)]=_0x72203f,_0x3ad11b[_0x3cf1c9(0x1f3)]=_0x217dee;const _0x2175ab={};_0x2175ab[_0x3cf1c9(0x20c)]=0xea60;const _0x775d65={};_0x775d65[_0x3cf1c9(0x236)]=_0x3ad11b,_0x775d65[_0x3cf1c9(0x217)]=_0x2175ab;const _0x6ffdee=await got[_0x3cf1c9(0x231)](this[_0x3cf1c9(0x22f)]+_0x3cf1c9(0x22c)+this['_sessionId']+_0x3cf1c9(0x223),this[_0x3cf1c9(0x1f7)](_0x775d65));return _0x6ffdee[_0x3cf1c9(0x20e)]&&_0x6ffdee[_0x3cf1c9(0x20e)][_0x3cf1c9(0x228)];}async[a72_0x419bb5(0x209)](_0x156222,..._0x4a3c49){const _0x3c79b4=a72_0x419bb5,_0x4cf625={};_0x4cf625[_0x3c79b4(0x1f6)]=_0x156222,_0x4cf625[_0x3c79b4(0x1f3)]=_0x4a3c49;const _0x32fe48={};_0x32fe48[_0x3c79b4(0x20c)]=0x1d4c0;const _0x4e98eb={};_0x4e98eb['json']=_0x4cf625,_0x4e98eb[_0x3c79b4(0x217)]=_0x32fe48;const _0x29543d=await got[_0x3c79b4(0x231)](this['_hubUrl']+'/session/'+this[_0x3c79b4(0x22a)]+'/execute/async',this['_opts'](_0x4e98eb));return _0x29543d[_0x3c79b4(0x20e)]&&_0x29543d[_0x3c79b4(0x20e)]['value'];}async[a72_0x419bb5(0x21f)](){const _0x22c5c6=a72_0x419bb5;try{const _0x4d372f={};_0x4d372f[_0x22c5c6(0x20c)]=0x7530;const _0x3a33e5={};_0x3a33e5[_0x22c5c6(0x217)]=_0x4d372f,await got[_0x22c5c6(0x219)](this[_0x22c5c6(0x22f)]+_0x22c5c6(0x22c)+this[_0x22c5c6(0x22a)],this[_0x22c5c6(0x1f7)](_0x3a33e5));}catch(_0x3c6be8){logger[_0x22c5c6(0x20f)]('[w3c-driver]\x20DELETE\x20/session\x20'+this[_0x22c5c6(0x22a)]+_0x22c5c6(0x1f0)+_0x3c6be8[_0x22c5c6(0x1f1)]);}}}async function openSession({hubUrl:_0x11ca99,capabilities:_0x56a00d}){const _0x427327=a72_0x419bb5,_0xc8cd9b={'qIfeR':function(_0x2ae79b,_0x294e4a){return _0x2ae79b(_0x294e4a);},'LMLAZ':function(_0x42ed52,_0x4bb4fe){return _0x42ed52||_0x4bb4fe;},'myIAi':_0x427327(0x215),'mBdkJ':'json','YZBYn':_0x427327(0x208),'KseJL':function(_0x468ab9,_0x84acaf){return _0x468ab9>=_0x84acaf;},'ASnLe':_0x427327(0x222),'IXLLQ':function(_0x5032ab,_0x18474a){return _0x5032ab>_0x18474a;}},{username:_0x51a293,password:_0x53215d,url:_0x5943f8}=_0xc8cd9b[_0x427327(0x233)](_resolveAuth,_0x11ca99);if(_0xc8cd9b[_0x427327(0x220)](!_0x51a293,!_0x53215d))throw new Error(_0xc8cd9b['myIAi']);const _0x5da91f={};_0x5da91f[_0x427327(0x1fd)]=_0x56a00d,_0x5da91f['firstMatch']=[{}];const _0xa3e4df={};_0xa3e4df[_0x427327(0x1f2)]=_0x5da91f,_0xa3e4df[_0x427327(0x1eb)]=_0x56a00d;const _0x32d914=_0xa3e4df,_0x8e894b={};_0x8e894b[_0x427327(0x20c)]=0x1d4c0;const _0x32dfc6={};_0x32dfc6[_0x427327(0x236)]=_0x32d914,_0x32dfc6[_0x427327(0x1ea)]=_0x51a293,_0x32dfc6['password']=_0x53215d,_0x32dfc6[_0x427327(0x22d)]=_0xc8cd9b['mBdkJ'],_0x32dfc6[_0x427327(0x1ee)]={},_0x32dfc6[_0x427327(0x1ef)]=![],_0x32dfc6[_0x427327(0x217)]=_0x8e894b,_0x32dfc6[_0x427327(0x1ee)][_0x427327(0x229)]=_0xc8cd9b['YZBYn'];const _0x5846ab=await got['post'](_0x5943f8+_0x427327(0x202),_0x32dfc6);if(_0xc8cd9b[_0x427327(0x234)](_0x5846ab[_0x427327(0x205)],0x190))throw new Error('[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20'+_0x5846ab['statusCode']+'\x20'+JSON['stringify'](_0x5846ab[_0x427327(0x20e)])['slice'](0x0,0x190));const _0x5144f1=_0x5846ab[_0x427327(0x20e)]||{},_0x3d7229=_0x5144f1[_0x427327(0x228)]||{},_0x13fb7d=_0x3d7229[_0x427327(0x1f2)]||{},_0x3490be=_0x5144f1[_0x427327(0x20d)]||_0x3d7229[_0x427327(0x20d)]||_0x3d7229[_0xc8cd9b[_0x427327(0x1f8)]]||_0x13fb7d[_0xc8cd9b['ASnLe']];if(!_0x3490be)throw new Error(_0x427327(0x206)+JSON[_0x427327(0x21d)](_0x5144f1)['slice'](0x0,0x190));const _0x21d180={};return _0x21d180[_0x427327(0x1f9)]=_0x5943f8,_0x21d180[_0x427327(0x20d)]=_0x3490be,_0x21d180['username']=_0x51a293,_0x21d180[_0x427327(0x224)]=_0x53215d,{'driver':new W3CDriver(_0x21d180),'sessionId':_0x3490be,'capabilities':_0xc8cd9b['IXLLQ'](Object[_0x427327(0x21c)](_0x13fb7d)['length'],0x0)?_0x13fb7d:_0x56a00d};}const a72_0x420c0e={};a72_0x420c0e[a72_0x419bb5(0x1fb)]=openSession,a72_0x420c0e[a72_0x419bb5(0x237)]=W3CDriver,module['exports']=a72_0x420c0e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a73_0x5a33(_0x58dc12,_0xca638a){const _0x218612=a73_0x2186();return a73_0x5a33=function(_0x5a3362,_0x1cef9e){_0x5a3362=_0x5a3362-0x108;let _0xc3fb39=_0x218612[_0x5a3362];return _0xc3fb39;},a73_0x5a33(_0x58dc12,_0xca638a);}const a73_0x7507de=a73_0x5a33;(function(_0x3744b7,_0x2316e5){const _0x83e107=a73_0x5a33,_0x44613a=_0x3744b7();while(!![]){try{const _0x5762cf=parseInt(_0x83e107(0x132))/0x1+parseInt(_0x83e107(0x149))/0x2*(-parseInt(_0x83e107(0x11a))/0x3)+-parseInt(_0x83e107(0x158))/0x4+-parseInt(_0x83e107(0x140))/0x5+-parseInt(_0x83e107(0x126))/0x6*(-parseInt(_0x83e107(0x10e))/0x7)+parseInt(_0x83e107(0x13c))/0x8+parseInt(_0x83e107(0x157))/0x9;if(_0x5762cf===_0x2316e5)break;else _0x44613a['push'](_0x44613a['shift']());}catch(_0x434b07){_0x44613a['push'](_0x44613a['shift']());}}}(a73_0x2186,0x329ac));const constants=require('./constants'),{nestedKeyValue}=require(a73_0x7507de(0x168)),getBrowserstackCLI=()=>{const _0x2d8680=a73_0x7507de,_0x503233={'XdtAR':function(_0x3a798a,_0x31fad2){return _0x3a798a(_0x31fad2);},'GQxDE':'../v2/browserstackCLI'};return _0x503233[_0x2d8680(0x134)](require,_0x503233['GQxDE']);},ALLOWED_API_HOST_SUFFIXES=['browserstack.com',a73_0x7507de(0x159)],isAllowedApiHost=_0x3db70e=>{const _0x58096f=a73_0x7507de;try{const {hostname:_0x3f9003}=new URL(_0x3db70e);return ALLOWED_API_HOST_SUFFIXES['some'](_0x5c34dd=>_0x3f9003===_0x5c34dd||_0x3f9003[_0x58096f(0x12d)]('.'+_0x5c34dd));}catch{return![];}},safeApiHost=(_0x43a219,_0x301ad7)=>{const _0x11334b=a73_0x7507de,_0x44cf04={'Dsvei':function(_0x5bb591,_0x30899a){return _0x5bb591(_0x30899a);}};if(_0x43a219&&_0x44cf04[_0x11334b(0x12a)](isAllowedApiHost,_0x43a219))return _0x43a219;return _0x301ad7;};function a73_0x2186(){const _0x5794bd=['KXnCQ','PLAYWRIGHT_HUB_URL','endsWith','NqyDd','uUYRs','JmwwV','hAoTC','97801ZYqpoX','APP_UPLOAD_URL','XdtAR','getInstance','FNGFL','fLlDl','hCNJS','observability','mtngm','TmyOo','2789744CxSbqC','cdp','wOcTf','Dbfng','2018920FDFuyU','GjZvh','UoBBQ','IuvyP','dfpNo','vZdER','getBStackAPIUrl','breIl','ezyjn','14848srMUfP','RXHkI','lQqrL','GVqtP','OQntP','IaSit','cLswY','BROWSERSTACK_API_URL','toString','tUCgn','WUhwU','YEXvN','fnLJB','api','2020194GHyUnb','1386540pzbKCN','bsstag.com','MhsAh','Ogecb','qPlBP','getAppAutomateUploadAPIUrl','OBSERVABILITY_UPLOAD_URL','iaycr','AsyHT','getEdsInstrumentationAPIUrl','phevg','fsZph','jtlar','getPuppeteerHubUrl','EDS_URL','KMmpr','./sharedUtils','getAppAutomateSessionStatusAPIUrl','xXMcb','NUpeD','tZhDf','apis','hCVBx','IvhEk','SJJId','QONNo','XWgxK','automate','bfuwc','HcSQZ','abhuf','cqisi','110418SwRlnb','dUdNO','fnwBL','xarRk','HnxnA','getAutomateSessionNameAPIUrl','IOTml','YpNuJ','gASaC','appAutomate','PxDVo','getAppAutomateSessionsListAPIUrl','18bcskXu','upload','replace','pGbON','getPlaywrightHubUrl','getConfig','/playwright?caps=','KwiJM','wss:','RQYlY','getAppAutomateSessionNameAPIUrl','NOUzB','126YQhHiT','wapAQ','lUCHy','TjVHv','Dsvei'];a73_0x2186=function(){return _0x5794bd;};return a73_0x2186();}class APIUtilityMethods{static[a73_0x7507de(0x146)](_0x3fa36e){const _0x46561b=a73_0x7507de,_0x9ac142={'IaSit':function(_0x57d941){return _0x57d941();},'wOcTf':function(_0x48e10a,_0x14f923,_0x21c9c4){return _0x48e10a(_0x14f923,_0x21c9c4);},'AsyHT':'apis','qxsef':_0x46561b(0x109),'BZxHp':_0x46561b(0x156),'KwiJM':function(_0x412520,_0x4ce23c,_0x564c80){return _0x412520(_0x4ce23c,_0x564c80);},'DVDxk':function(_0x1f4783,_0x345314){return _0x1f4783===_0x345314;},'QONNo':function(_0x24705a,_0x220537){return _0x24705a+_0x220537;}},_0x50bc6b=_0x9ac142[_0x46561b(0x14e)](getBrowserstackCLI),_0x436526=_0x9ac142[_0x46561b(0x13e)](nestedKeyValue,_0x50bc6b['getInstance']()[_0x46561b(0x11f)](),[_0x9ac142[_0x46561b(0x160)],_0x9ac142['qxsef'],_0x9ac142['BZxHp']]),_0x4878c9=_0x9ac142[_0x46561b(0x121)](safeApiHost,_0x436526,constants[_0x46561b(0x150)]);if(!_0x3fa36e||_0x9ac142['DVDxk'](_0x3fa36e,''))return _0x4878c9;const _0x2d1543=_0x4878c9[_0x46561b(0x12d)]('/')?_0x4878c9:_0x9ac142[_0x46561b(0x171)](_0x4878c9,'/');return new URL(_0x3fa36e,_0x2d1543)[_0x46561b(0x151)]();}static[a73_0x7507de(0x161)](_0x11dcbb){const _0x4efdb1=a73_0x7507de,_0x230b63={'gIhvH':function(_0x1f153f){return _0x1f153f();},'fnLJB':function(_0x466177,_0x3400b8,_0x4e0a44){return _0x466177(_0x3400b8,_0x4e0a44);},'NrgpH':_0x4efdb1(0x16d),'qPlBP':'edsInstrumentation','IOTml':_0x4efdb1(0x156),'fyOoS':function(_0x2aa526,_0x5188ef){return _0x2aa526===_0x5188ef;},'tZhDf':function(_0x24d07a,_0x595d76){return _0x24d07a+_0x595d76;}},_0x2220c5=_0x230b63['gIhvH'](getBrowserstackCLI),_0x2676f6=_0x230b63[_0x4efdb1(0x155)](nestedKeyValue,_0x2220c5[_0x4efdb1(0x135)]()[_0x4efdb1(0x11f)](),[_0x230b63['NrgpH'],_0x230b63[_0x4efdb1(0x15c)],_0x230b63[_0x4efdb1(0x114)]])||constants[_0x4efdb1(0x166)];if(!_0x11dcbb||_0x230b63['fyOoS'](_0x11dcbb,''))return _0x2676f6;const _0x5323c8=_0x2676f6[_0x4efdb1(0x12d)]('/')?_0x2676f6:_0x230b63[_0x4efdb1(0x16c)](_0x2676f6,'/');return new URL(_0x11dcbb,_0x5323c8)[_0x4efdb1(0x151)]();}static['getAutomateSessionStatusAPIUrl'](_0x57f311){const _0xa11e57=a73_0x7507de,_0x479442={'YEXvN':function(_0xe327b3){return _0xe327b3();},'hCNJS':function(_0x47a48d,_0x594f9a,_0x59b5f4){return _0x47a48d(_0x594f9a,_0x59b5f4);},'WUhwU':'apis','hCVBx':_0xa11e57(0x109),'breIl':_0xa11e57(0x156),'hAoTC':function(_0x2c12a4,_0x1f1aaa){return _0x2c12a4===_0x1f1aaa;},'hPusM':function(_0x22f6d2,_0x148092){return _0x22f6d2+_0x148092;}},_0x204dc2=_0x479442[_0xa11e57(0x154)](getBrowserstackCLI),_0x49f79e=_0x479442[_0xa11e57(0x138)](nestedKeyValue,_0x204dc2['getInstance']()[_0xa11e57(0x11f)](),[_0x479442[_0xa11e57(0x153)],_0x479442[_0xa11e57(0x16e)],_0x479442[_0xa11e57(0x147)]])||constants['BROWSERSTACK_API_URL'];if(!_0x57f311||_0x479442[_0xa11e57(0x131)](_0x57f311,''))return _0x49f79e;const _0x1c5f59=_0x49f79e['endsWith']('/')?_0x49f79e:_0x479442['hPusM'](_0x49f79e,'/');return new URL(_0x57f311,_0x1c5f59)['toString']();}static[a73_0x7507de(0x169)](_0x35e89b){const _0x341764=a73_0x7507de,_0x47865d={'IvhEk':function(_0x37671c){return _0x37671c();},'Dbfng':function(_0x230117,_0x2f38c1,_0x24a3c5){return _0x230117(_0x2f38c1,_0x24a3c5);},'UaEtt':_0x341764(0x16d),'MhsAh':'appAutomate','SCkFs':_0x341764(0x156),'vZdER':function(_0x340b6c,_0x166c93){return _0x340b6c===_0x166c93;},'btGRy':function(_0x2bc17d,_0x3d15d3){return _0x2bc17d+_0x3d15d3;}},_0x15d9f2=_0x47865d[_0x341764(0x16f)](getBrowserstackCLI),_0x4de2bc=_0x47865d[_0x341764(0x13f)](nestedKeyValue,_0x15d9f2[_0x341764(0x135)]()['getConfig'](),[_0x47865d['UaEtt'],_0x47865d[_0x341764(0x15a)],_0x47865d['SCkFs']])||constants[_0x341764(0x150)];if(!_0x35e89b||_0x47865d[_0x341764(0x145)](_0x35e89b,''))return _0x4de2bc;const _0x270642=_0x4de2bc['endsWith']('/')?_0x4de2bc:_0x47865d['btGRy'](_0x4de2bc,'/');return new URL(_0x35e89b,_0x270642)[_0x341764(0x151)]();}static[a73_0x7507de(0x113)](_0x2498f8){const _0x4230a0=a73_0x7507de,_0x5677e0={'NUpeD':function(_0x5a7252){return _0x5a7252();},'YNpFc':function(_0x1a0984,_0x395b27,_0x1166a6){return _0x1a0984(_0x395b27,_0x1166a6);},'cqisi':'apis','XWgxK':_0x4230a0(0x109),'PxDVo':_0x4230a0(0x156),'mtngm':function(_0x7862c2,_0x42e9f4){return _0x7862c2===_0x42e9f4;},'phzEs':function(_0x2d97e0,_0x5324e2){return _0x2d97e0+_0x5324e2;}},_0x422baf=_0x5677e0[_0x4230a0(0x16b)](getBrowserstackCLI),_0x16c8fd=_0x5677e0['YNpFc'](nestedKeyValue,_0x422baf[_0x4230a0(0x135)]()[_0x4230a0(0x11f)](),[_0x5677e0[_0x4230a0(0x10d)],_0x5677e0[_0x4230a0(0x108)],_0x5677e0[_0x4230a0(0x118)]])||constants['BROWSERSTACK_API_URL'];if(!_0x2498f8||_0x5677e0[_0x4230a0(0x13a)](_0x2498f8,''))return _0x16c8fd;const _0x146fe6=_0x16c8fd[_0x4230a0(0x12d)]('/')?_0x16c8fd:_0x5677e0['phzEs'](_0x16c8fd,'/');return new URL(_0x2498f8,_0x146fe6)[_0x4230a0(0x151)]();}static[a73_0x7507de(0x124)](_0x9738b){const _0x5892cc=a73_0x7507de,_0x4739e5={'oxEAz':function(_0x14b5c4){return _0x14b5c4();},'TmyOo':function(_0x4cc1b9,_0x553c8a,_0x3af6b9){return _0x4cc1b9(_0x553c8a,_0x3af6b9);},'Ogecb':'apis','YpNuJ':_0x5892cc(0x117),'dfpNo':_0x5892cc(0x156),'ezyjn':function(_0x3b2d38,_0x586ffa){return _0x3b2d38===_0x586ffa;},'QSSZQ':function(_0x41b07d,_0x392cf7){return _0x41b07d+_0x392cf7;}},_0x24eb93=_0x4739e5['oxEAz'](getBrowserstackCLI),_0x1331e1=_0x4739e5[_0x5892cc(0x13b)](nestedKeyValue,_0x24eb93[_0x5892cc(0x135)]()[_0x5892cc(0x11f)](),[_0x4739e5[_0x5892cc(0x15b)],_0x4739e5[_0x5892cc(0x115)],_0x4739e5[_0x5892cc(0x144)]])||constants['BROWSERSTACK_API_URL'];if(!_0x9738b||_0x4739e5[_0x5892cc(0x148)](_0x9738b,''))return _0x1331e1;const _0x1b61ee=_0x1331e1[_0x5892cc(0x12d)]('/')?_0x1331e1:_0x4739e5['QSSZQ'](_0x1331e1,'/');return new URL(_0x9738b,_0x1b61ee)[_0x5892cc(0x151)]();}static['getAutomateSessionsListAPIUrl'](_0x410d6a){const _0x156838=a73_0x7507de,_0x448ecb={'JmwwV':function(_0x492954){return _0x492954();},'wjVNc':function(_0x14014c,_0x130b3e,_0x3ec047){return _0x14014c(_0x130b3e,_0x3ec047);},'EStMU':_0x156838(0x16d),'SRiZR':_0x156838(0x109),'dUdNO':_0x156838(0x156),'iHaBw':function(_0x28ada6,_0x185af1){return _0x28ada6===_0x185af1;},'eYwZD':function(_0x540105,_0x1bb86f){return _0x540105+_0x1bb86f;}},_0x5290b4=_0x448ecb[_0x156838(0x130)](getBrowserstackCLI),_0x20b873=_0x448ecb['wjVNc'](nestedKeyValue,_0x5290b4[_0x156838(0x135)]()['getConfig'](),[_0x448ecb['EStMU'],_0x448ecb['SRiZR'],_0x448ecb[_0x156838(0x10f)]])||constants[_0x156838(0x150)];if(!_0x410d6a||_0x448ecb['iHaBw'](_0x410d6a,''))return _0x20b873;const _0x3d0666=_0x20b873[_0x156838(0x12d)]('/')?_0x20b873:_0x448ecb['eYwZD'](_0x20b873,'/');return new URL(_0x410d6a,_0x3d0666)[_0x156838(0x151)]()[_0x156838(0x11c)](/^https?:\/\//,'');}static[a73_0x7507de(0x119)](_0x87eb52){const _0x2a9bdd=a73_0x7507de,_0x21000e={'RQYlY':function(_0x362f7e){return _0x362f7e();},'IuvyP':function(_0x3fc2aa,_0x30ded9,_0x521521){return _0x3fc2aa(_0x30ded9,_0x521521);},'fsZph':'apis','OQntP':_0x2a9bdd(0x117),'HnxnA':_0x2a9bdd(0x156),'GVqtP':function(_0xf0f5b2,_0xc4e6df){return _0xf0f5b2===_0xc4e6df;},'NOUzB':function(_0x4e1ee4,_0x5b4c14){return _0x4e1ee4+_0x5b4c14;}},_0x41eaa=_0x21000e[_0x2a9bdd(0x123)](getBrowserstackCLI),_0x4b6238=_0x21000e[_0x2a9bdd(0x143)](nestedKeyValue,_0x41eaa['getInstance']()['getConfig'](),[_0x21000e[_0x2a9bdd(0x163)],_0x21000e[_0x2a9bdd(0x14d)],_0x21000e[_0x2a9bdd(0x112)]])||constants[_0x2a9bdd(0x133)];if(!_0x87eb52||_0x21000e[_0x2a9bdd(0x14c)](_0x87eb52,''))return _0x4b6238;const _0x6066e9=_0x4b6238[_0x2a9bdd(0x12d)]('/')?_0x4b6238:_0x21000e[_0x2a9bdd(0x125)](_0x4b6238,'/');return new URL(_0x87eb52,_0x6066e9)['toString']()[_0x2a9bdd(0x11c)](/^https?:\/\//,'');}static[a73_0x7507de(0x15d)](_0x2fb9be){const _0x5e40c6=a73_0x7507de,_0x50d856={'abhuf':function(_0x395806){return _0x395806();},'KXnCQ':function(_0x33b666,_0x474878,_0x12545e){return _0x33b666(_0x474878,_0x12545e);},'KMmpr':_0x5e40c6(0x16d),'UoBBQ':_0x5e40c6(0x117),'jtlar':_0x5e40c6(0x11b),'xsbgy':_0x5e40c6(0x156),'gASaC':function(_0x1f3c3b,_0x4932c8){return _0x1f3c3b===_0x4932c8;},'TjVHv':function(_0x4ee598,_0x3d67eb){return _0x4ee598+_0x3d67eb;}},_0xec577e=_0x50d856[_0x5e40c6(0x10c)](getBrowserstackCLI),_0x27b801=_0x50d856[_0x5e40c6(0x12b)](nestedKeyValue,_0xec577e[_0x5e40c6(0x135)]()[_0x5e40c6(0x11f)](),[_0x50d856[_0x5e40c6(0x167)],_0x50d856['UoBBQ'],_0x50d856[_0x5e40c6(0x164)]])||_0x50d856['KXnCQ'](nestedKeyValue,_0xec577e['getInstance']()[_0x5e40c6(0x11f)](),[_0x50d856[_0x5e40c6(0x167)],_0x50d856[_0x5e40c6(0x142)],_0x50d856['xsbgy']])||constants['APP_UPLOAD_URL'];if(!_0x2fb9be||_0x50d856[_0x5e40c6(0x116)](_0x2fb9be,''))return _0x27b801;const _0x3b39db=_0x27b801[_0x5e40c6(0x12d)]('/')?_0x27b801:_0x50d856[_0x5e40c6(0x129)](_0x27b801,'/');return new URL(_0x2fb9be,_0x3b39db)[_0x5e40c6(0x151)]();}static['getAutoCaptureLogsAPIUrl'](_0x210b2d){const _0x517f39=a73_0x7507de,_0x3aa497={'RXHkI':function(_0xdf8a7b){return _0xdf8a7b();},'sYKYH':function(_0xc5be1d,_0x53119b,_0x34231b){return _0xc5be1d(_0x53119b,_0x34231b);},'wapAQ':_0x517f39(0x16d),'qsQqO':_0x517f39(0x139),'bfuwc':_0x517f39(0x11b),'pGbON':function(_0x430141,_0x1c87ff){return _0x430141===_0x1c87ff;},'lUCHy':function(_0x1be151,_0xb36c72){return _0x1be151+_0xb36c72;}},_0x554393=_0x3aa497[_0x517f39(0x14a)](getBrowserstackCLI),_0x1aee88=_0x3aa497['sYKYH'](nestedKeyValue,_0x554393[_0x517f39(0x135)]()['getConfig'](),[_0x3aa497[_0x517f39(0x127)],_0x3aa497['qsQqO'],_0x3aa497[_0x517f39(0x10a)]])||constants[_0x517f39(0x15e)];if(!_0x210b2d||_0x3aa497[_0x517f39(0x11d)](_0x210b2d,''))return _0x1aee88;const _0x521ed5=_0x1aee88[_0x517f39(0x12d)]('/')?_0x1aee88:_0x3aa497[_0x517f39(0x128)](_0x1aee88,'/');return new URL(_0x210b2d,_0x521ed5)[_0x517f39(0x151)]();}static[a73_0x7507de(0x11e)](_0x159972){const _0x2d5074=a73_0x7507de,_0x283d09={'cLswY':function(_0x23e960){return _0x23e960();},'tZaAP':function(_0xaf95c7,_0xdbe9a4,_0x6f4831){return _0xaf95c7(_0xdbe9a4,_0x6f4831);},'HcSQZ':_0x2d5074(0x16d),'uUYRs':'automate','FNGFL':'cdp','lQqrL':_0x2d5074(0x122),'GjZvh':function(_0x358f59,_0x2e2f44){return _0x358f59===_0x2e2f44;},'iaycr':function(_0x3b2b7f,_0x3720b8){return _0x3b2b7f+_0x3720b8;},'phevg':_0x2d5074(0x120)},_0x48fdc9=_0x283d09[_0x2d5074(0x14f)](getBrowserstackCLI),_0x229cfb=_0x283d09['tZaAP'](nestedKeyValue,_0x48fdc9[_0x2d5074(0x135)]()[_0x2d5074(0x11f)](),[_0x283d09[_0x2d5074(0x10b)],_0x283d09[_0x2d5074(0x12f)],_0x283d09[_0x2d5074(0x136)]]),_0x287302=(_0x229cfb?_0x229cfb['replace'](/^https:/,_0x283d09[_0x2d5074(0x14b)]):null)||constants[_0x2d5074(0x12c)];let _0x4e076a;if(!_0x159972||_0x283d09[_0x2d5074(0x141)](_0x159972,''))_0x4e076a=_0x287302;else{const _0x307bab=_0x287302[_0x2d5074(0x12d)]('/')?_0x287302:_0x283d09[_0x2d5074(0x15f)](_0x287302,'/');_0x4e076a=new URL(_0x159972,_0x307bab)[_0x2d5074(0x151)]();}return!_0x4e076a['endsWith'](_0x283d09['phevg'])&&(_0x4e076a+=_0x283d09[_0x2d5074(0x162)]),_0x4e076a;}static[a73_0x7507de(0x165)](_0x50e9e7){const _0x3c9ab5=a73_0x7507de,_0x38a4b2={'DAtPL':function(_0x36093c){return _0x36093c();},'fLlDl':function(_0x1d2262,_0x4c4d6c,_0x5cf4a3){return _0x1d2262(_0x4c4d6c,_0x5cf4a3);},'xarRk':'apis','CrtSo':_0x3c9ab5(0x109),'fnwBL':_0x3c9ab5(0x13d),'xXMcb':_0x3c9ab5(0x122),'SJJId':function(_0x42e0f3,_0x5b6bbd){return _0x42e0f3===_0x5b6bbd;},'NqyDd':function(_0x3eebb5,_0x593579){return _0x3eebb5+_0x593579;},'tUCgn':'/puppeteer?caps='},_0x367445=_0x38a4b2['DAtPL'](getBrowserstackCLI),_0x231d8d=_0x38a4b2[_0x3c9ab5(0x137)](nestedKeyValue,_0x367445[_0x3c9ab5(0x135)]()[_0x3c9ab5(0x11f)](),[_0x38a4b2[_0x3c9ab5(0x111)],_0x38a4b2['CrtSo'],_0x38a4b2[_0x3c9ab5(0x110)]]),_0x401b62=(_0x231d8d?_0x231d8d[_0x3c9ab5(0x11c)](/^https:/,_0x38a4b2[_0x3c9ab5(0x16a)]):null)||constants['PUPPETEER_HUB_URL'];let _0x4cca56;if(!_0x50e9e7||_0x38a4b2[_0x3c9ab5(0x170)](_0x50e9e7,''))_0x4cca56=_0x401b62;else{const _0xc4be2d=_0x401b62[_0x3c9ab5(0x12d)]('/')?_0x401b62:_0x38a4b2[_0x3c9ab5(0x12e)](_0x401b62,'/');_0x4cca56=new URL(_0x50e9e7,_0xc4be2d)['toString']();}return!_0x4cca56[_0x3c9ab5(0x12d)](_0x38a4b2[_0x3c9ab5(0x152)])&&(_0x4cca56+=_0x38a4b2[_0x3c9ab5(0x152)]),_0x4cca56;}}module['exports']=APIUtilityMethods;
|
|
1
|
+
function a73_0x33d7(){const _0xcc43e9=['Stnpq','cdp','OAzuS','qFWFi','getAppAutomateSessionNameAPIUrl','Azvhy','acQrs','YudAo','16qMqnFj','yNenC','ocddc','WcXFh','sIEdy','replace','3823893goRZbj','getAutomateSessionsListAPIUrl','qrxkd','KdlYp','getAppAutomateUploadAPIUrl','ULgBq','getAutomateSessionNameAPIUrl','appAutomate','OBSERVABILITY_UPLOAD_URL','getConfig','bLXLu','tJXBW','MkBTM','bsstag.com','lRYfB','getInstance','Bebde','HJouB','SymfD','WvgBe','Uyjpz','endsWith','ssivG','CIxMs','hTPlq','api','UCkuA','bAJYr','ovtgT','/playwright?caps=','1rOneMe','vUPAB','wss:','ojbWj','GFCVB','yBGrz','CsLxJ','APP_UPLOAD_URL','FpCml','zDmmn','17771148bLSBPQ','BVMMC','jjREU','./sharedUtils','kQDSL','WePDL','PLAYWRIGHT_HUB_URL','getAutomateSessionStatusAPIUrl','11061855YKmqjY','hYwXv','roERW','getAppAutomateSessionsListAPIUrl','JsjsZ','../v2/browserstackCLI','JIuPE','GOwct','3944968MJGCbW','8560284PJjJUC','xpNWL','observability','yhhTl','MNZFq','OnzHL','sCoIt','apis','xKlrk','3644510YMsTrt','BROWSERSTACK_API_URL','puOJW','ilRWN','PUPPETEER_HUB_URL','wPLKe','getPlaywrightHubUrl','MHImT','dmALj','upload','XQkZx','OlHDK','UnnMA','/puppeteer?caps=','toString','UKQfX','zXADS','eVKOG','nYIyN','HmpAo','sMZPP','SCvGD','sLWwf','DygVk','./constants','getBStackAPIUrl','automate','some','rOMpt','2661236iTTJKV','getPuppeteerHubUrl','getAutoCaptureLogsAPIUrl'];a73_0x33d7=function(){return _0xcc43e9;};return a73_0x33d7();}const a73_0x501c0a=a73_0x1fb9;(function(_0x22c9cb,_0x28d7ba){const _0x2145a8=a73_0x1fb9,_0xf587d4=_0x22c9cb();while(!![]){try{const _0xc4915c=parseInt(_0x2145a8(0x178))/0x1*(parseInt(_0x2145a8(0x149))/0x2)+-parseInt(_0x2145a8(0x15a))/0x3+parseInt(_0x2145a8(0x192))/0x4+parseInt(_0x2145a8(0x19c))/0x5+parseInt(_0x2145a8(0x193))/0x6+parseInt(_0x2145a8(0x18a))/0x7+-parseInt(_0x2145a8(0x154))/0x8*(parseInt(_0x2145a8(0x182))/0x9);if(_0xc4915c===_0x28d7ba)break;else _0xf587d4['push'](_0xf587d4['shift']());}catch(_0x3a9033){_0xf587d4['push'](_0xf587d4['shift']());}}}(a73_0x33d7,0xca626));const constants=require(a73_0x501c0a(0x1b4)),{nestedKeyValue}=require(a73_0x501c0a(0x185)),getBrowserstackCLI=()=>{const _0x59b880=a73_0x501c0a,_0x4a70ae={'yNenC':function(_0x3e8c71,_0x496296){return _0x3e8c71(_0x496296);},'nzHQR':_0x59b880(0x18f)};return _0x4a70ae[_0x59b880(0x155)](require,_0x4a70ae['nzHQR']);},ALLOWED_API_HOST_SUFFIXES=['browserstack.com',a73_0x501c0a(0x167)],isAllowedApiHost=_0x85ef1f=>{const _0x573ce9=a73_0x501c0a;try{const {hostname:_0x4c5f23}=new URL(_0x85ef1f);return ALLOWED_API_HOST_SUFFIXES[_0x573ce9(0x147)](_0x2fa787=>_0x4c5f23===_0x2fa787||_0x4c5f23[_0x573ce9(0x16f)]('.'+_0x2fa787));}catch{return![];}},safeApiHost=(_0x1220f7,_0x5c244e)=>{const _0x32a831={'DFieL':function(_0x258d64,_0xbda61){return _0x258d64(_0xbda61);}};if(_0x1220f7&&_0x32a831['DFieL'](isAllowedApiHost,_0x1220f7))return _0x1220f7;return _0x5c244e;};function a73_0x1fb9(_0xd54726,_0x357628){const _0x33d736=a73_0x33d7();return a73_0x1fb9=function(_0x1fb9c3,_0x3ee463){_0x1fb9c3=_0x1fb9c3-0x147;let _0x2bf9d7=_0x33d736[_0x1fb9c3];return _0x2bf9d7;},a73_0x1fb9(_0xd54726,_0x357628);}class APIUtilityMethods{static[a73_0x501c0a(0x1b5)](_0x1bf1db){const _0x5b1e44=a73_0x501c0a,_0x5e3544={'CsLxJ':function(_0x26d1c4){return _0x26d1c4();},'ilRWN':function(_0x19a2b7,_0x45906f,_0x543ad9){return _0x19a2b7(_0x45906f,_0x543ad9);},'SCvGD':_0x5b1e44(0x19a),'kjcbq':_0x5b1e44(0x1b6),'YudAo':_0x5b1e44(0x173),'tJXBW':function(_0x27b346,_0x5b3614,_0x32b089){return _0x27b346(_0x5b3614,_0x32b089);},'Bebde':function(_0x34bc3e,_0x1a8479){return _0x34bc3e===_0x1a8479;},'HmpAo':function(_0x10cb6d,_0x54b5ce){return _0x10cb6d+_0x54b5ce;}},_0x253f75=_0x5e3544[_0x5b1e44(0x17e)](getBrowserstackCLI),_0x2cbee7=_0x5e3544[_0x5b1e44(0x19f)](nestedKeyValue,_0x253f75[_0x5b1e44(0x169)]()['getConfig'](),[_0x5e3544[_0x5b1e44(0x1b1)],_0x5e3544['kjcbq'],_0x5e3544[_0x5b1e44(0x153)]]),_0x53f099=_0x5e3544[_0x5b1e44(0x165)](safeApiHost,_0x2cbee7,constants[_0x5b1e44(0x19d)]);if(!_0x1bf1db||_0x5e3544[_0x5b1e44(0x16a)](_0x1bf1db,''))return _0x53f099;const _0x30c67c=_0x53f099[_0x5b1e44(0x16f)]('/')?_0x53f099:_0x5e3544[_0x5b1e44(0x1af)](_0x53f099,'/');return new URL(_0x1bf1db,_0x30c67c)[_0x5b1e44(0x1aa)]();}static['getEdsInstrumentationAPIUrl'](_0xb08cec){const _0x4c3f2f=a73_0x501c0a,_0x5aa50d={'puOJW':function(_0x4589f8){return _0x4589f8();},'bLXLu':function(_0x324de5,_0x3aba65,_0x1b6380){return _0x324de5(_0x3aba65,_0x1b6380);},'UKQfX':_0x4c3f2f(0x19a),'bAJYr':'edsInstrumentation','ULgBq':_0x4c3f2f(0x173),'KdlYp':function(_0x11e381,_0x38e82b){return _0x11e381===_0x38e82b;},'SOIyU':function(_0x388015,_0x150489){return _0x388015+_0x150489;}},_0xbd29e5=_0x5aa50d[_0x4c3f2f(0x19e)](getBrowserstackCLI),_0x59f531=_0x5aa50d[_0x4c3f2f(0x164)](nestedKeyValue,_0xbd29e5['getInstance']()['getConfig'](),[_0x5aa50d[_0x4c3f2f(0x1ab)],_0x5aa50d[_0x4c3f2f(0x175)],_0x5aa50d[_0x4c3f2f(0x15f)]])||constants['EDS_URL'];if(!_0xb08cec||_0x5aa50d[_0x4c3f2f(0x15d)](_0xb08cec,''))return _0x59f531;const _0x137ffe=_0x59f531['endsWith']('/')?_0x59f531:_0x5aa50d['SOIyU'](_0x59f531,'/');return new URL(_0xb08cec,_0x137ffe)['toString']();}static[a73_0x501c0a(0x189)](_0x3fa714){const _0x143aea=a73_0x501c0a,_0x40ea59={'MkBTM':function(_0x210373){return _0x210373();},'xpNWL':function(_0x5c2fe2,_0x424e6b,_0x2487a9){return _0x5c2fe2(_0x424e6b,_0x2487a9);},'WePDL':_0x143aea(0x19a),'kQDSL':_0x143aea(0x1b6),'xKlrk':_0x143aea(0x173),'qrxkd':function(_0x46736f,_0x2bec03){return _0x46736f===_0x2bec03;},'eVKOG':function(_0x1eb05b,_0x25d96e){return _0x1eb05b+_0x25d96e;}},_0x3288e3=_0x40ea59[_0x143aea(0x166)](getBrowserstackCLI),_0x293641=_0x40ea59[_0x143aea(0x194)](nestedKeyValue,_0x3288e3['getInstance']()[_0x143aea(0x163)](),[_0x40ea59[_0x143aea(0x187)],_0x40ea59[_0x143aea(0x186)],_0x40ea59[_0x143aea(0x19b)]])||constants[_0x143aea(0x19d)];if(!_0x3fa714||_0x40ea59[_0x143aea(0x15c)](_0x3fa714,''))return _0x293641;const _0x13147d=_0x293641[_0x143aea(0x16f)]('/')?_0x293641:_0x40ea59[_0x143aea(0x1ad)](_0x293641,'/');return new URL(_0x3fa714,_0x13147d)[_0x143aea(0x1aa)]();}static['getAppAutomateSessionStatusAPIUrl'](_0x5798e8){const _0x25b942=a73_0x501c0a,_0x38ef8b={'daTtA':function(_0x219e9f){return _0x219e9f();},'Zsyte':function(_0x34dae8,_0xcc1f90,_0x3386a4){return _0x34dae8(_0xcc1f90,_0x3386a4);},'IbNvy':'apis','sIEdy':_0x25b942(0x161),'yhhTl':_0x25b942(0x173),'zZuWQ':function(_0x2ebdbf,_0x26d6da){return _0x2ebdbf===_0x26d6da;},'pgIjv':function(_0x362bfe,_0x1dd3c8){return _0x362bfe+_0x1dd3c8;}},_0x15382e=_0x38ef8b['daTtA'](getBrowserstackCLI),_0x592e2b=_0x38ef8b['Zsyte'](nestedKeyValue,_0x15382e[_0x25b942(0x169)]()[_0x25b942(0x163)](),[_0x38ef8b['IbNvy'],_0x38ef8b[_0x25b942(0x158)],_0x38ef8b[_0x25b942(0x196)]])||constants['BROWSERSTACK_API_URL'];if(!_0x5798e8||_0x38ef8b['zZuWQ'](_0x5798e8,''))return _0x592e2b;const _0x52f666=_0x592e2b[_0x25b942(0x16f)]('/')?_0x592e2b:_0x38ef8b['pgIjv'](_0x592e2b,'/');return new URL(_0x5798e8,_0x52f666)[_0x25b942(0x1aa)]();}static[a73_0x501c0a(0x160)](_0x3c0498){const _0x1edb08=a73_0x501c0a,_0x27c471={'OlHDK':function(_0x8b4954){return _0x8b4954();},'yBGrz':function(_0x578ea5,_0x1862b0,_0x291521){return _0x578ea5(_0x1862b0,_0x291521);},'Azvhy':_0x1edb08(0x19a),'hTPlq':_0x1edb08(0x1b6),'CIxMs':_0x1edb08(0x173),'Uyjpz':function(_0x576392,_0x474636){return _0x576392===_0x474636;},'jjREU':function(_0x5a40df,_0x361c8a){return _0x5a40df+_0x361c8a;}},_0x538889=_0x27c471[_0x1edb08(0x1a7)](getBrowserstackCLI),_0x2d59a5=_0x27c471[_0x1edb08(0x17d)](nestedKeyValue,_0x538889[_0x1edb08(0x169)]()[_0x1edb08(0x163)](),[_0x27c471[_0x1edb08(0x151)],_0x27c471[_0x1edb08(0x172)],_0x27c471[_0x1edb08(0x171)]])||constants[_0x1edb08(0x19d)];if(!_0x3c0498||_0x27c471[_0x1edb08(0x16e)](_0x3c0498,''))return _0x2d59a5;const _0x7cca7a=_0x2d59a5['endsWith']('/')?_0x2d59a5:_0x27c471[_0x1edb08(0x184)](_0x2d59a5,'/');return new URL(_0x3c0498,_0x7cca7a)[_0x1edb08(0x1aa)]();}static[a73_0x501c0a(0x150)](_0xadc5cc){const _0x10e63f=a73_0x501c0a,_0x18dbd0={'hYwXv':function(_0x47a28f){return _0x47a28f();},'roERW':function(_0x3b73f5,_0x1f647d,_0x157c88){return _0x3b73f5(_0x1f647d,_0x157c88);},'rOMpt':_0x10e63f(0x19a),'HXvYA':_0x10e63f(0x161),'XQkZx':_0x10e63f(0x173),'ovtgT':function(_0x4eecf1,_0x5df679){return _0x4eecf1===_0x5df679;},'zXADS':function(_0x3d11ff,_0x8f3605){return _0x3d11ff+_0x8f3605;}},_0x4d4968=_0x18dbd0[_0x10e63f(0x18b)](getBrowserstackCLI),_0x87ac1f=_0x18dbd0[_0x10e63f(0x18c)](nestedKeyValue,_0x4d4968[_0x10e63f(0x169)]()[_0x10e63f(0x163)](),[_0x18dbd0[_0x10e63f(0x148)],_0x18dbd0['HXvYA'],_0x18dbd0[_0x10e63f(0x1a6)]])||constants['BROWSERSTACK_API_URL'];if(!_0xadc5cc||_0x18dbd0[_0x10e63f(0x176)](_0xadc5cc,''))return _0x87ac1f;const _0x25e7cd=_0x87ac1f[_0x10e63f(0x16f)]('/')?_0x87ac1f:_0x18dbd0[_0x10e63f(0x1ac)](_0x87ac1f,'/');return new URL(_0xadc5cc,_0x25e7cd)[_0x10e63f(0x1aa)]();}static[a73_0x501c0a(0x15b)](_0xb3221){const _0x526668=a73_0x501c0a,_0x18583e={'NyFDB':function(_0x33adc2){return _0x33adc2();},'OAzuS':function(_0x12d835,_0x447970,_0x3c8e28){return _0x12d835(_0x447970,_0x3c8e28);},'vUPAB':_0x526668(0x19a),'dHbWA':_0x526668(0x1b6),'SymfD':_0x526668(0x173),'sLWwf':function(_0x390781,_0x4f8412){return _0x390781===_0x4f8412;},'JIuPE':function(_0x4a982d,_0x2fe9d9){return _0x4a982d+_0x2fe9d9;}},_0x54bed4=_0x18583e['NyFDB'](getBrowserstackCLI),_0xae313=_0x18583e[_0x526668(0x14e)](nestedKeyValue,_0x54bed4[_0x526668(0x169)]()['getConfig'](),[_0x18583e[_0x526668(0x179)],_0x18583e['dHbWA'],_0x18583e[_0x526668(0x16c)]])||constants[_0x526668(0x19d)];if(!_0xb3221||_0x18583e[_0x526668(0x1b2)](_0xb3221,''))return _0xae313;const _0x1964c4=_0xae313[_0x526668(0x16f)]('/')?_0xae313:_0x18583e[_0x526668(0x190)](_0xae313,'/');return new URL(_0xb3221,_0x1964c4)[_0x526668(0x1aa)]()[_0x526668(0x159)](/^https?:\/\//,'');}static[a73_0x501c0a(0x18d)](_0x3f1ffa){const _0x17fd45=a73_0x501c0a,_0x1b9415={'lRYfB':function(_0x1d26d4){return _0x1d26d4();},'IUVju':function(_0x2725d0,_0x3afc2e,_0x2c2b16){return _0x2725d0(_0x3afc2e,_0x2c2b16);},'MNZFq':_0x17fd45(0x19a),'sCoIt':_0x17fd45(0x161),'acQrs':_0x17fd45(0x173),'MHImT':function(_0x318b8a,_0x11f405){return _0x318b8a===_0x11f405;},'OnzHL':function(_0x166a6a,_0x2d4082){return _0x166a6a+_0x2d4082;}},_0x469d84=_0x1b9415[_0x17fd45(0x168)](getBrowserstackCLI),_0x2ca720=_0x1b9415['IUVju'](nestedKeyValue,_0x469d84['getInstance']()[_0x17fd45(0x163)](),[_0x1b9415[_0x17fd45(0x197)],_0x1b9415[_0x17fd45(0x199)],_0x1b9415[_0x17fd45(0x152)]])||constants[_0x17fd45(0x17f)];if(!_0x3f1ffa||_0x1b9415[_0x17fd45(0x1a3)](_0x3f1ffa,''))return _0x2ca720;const _0x49fc98=_0x2ca720[_0x17fd45(0x16f)]('/')?_0x2ca720:_0x1b9415[_0x17fd45(0x198)](_0x2ca720,'/');return new URL(_0x3f1ffa,_0x49fc98)['toString']()['replace'](/^https?:\/\//,'');}static[a73_0x501c0a(0x15e)](_0x1027b0){const _0x3867e4=a73_0x501c0a,_0x19a66e={'WvgBe':function(_0x196c23){return _0x196c23();},'ojbWj':function(_0x228189,_0xe1cf76,_0x57567a){return _0x228189(_0xe1cf76,_0x57567a);},'BiflO':'apis','bEEtP':_0x3867e4(0x161),'cEbdt':_0x3867e4(0x1a5),'pTeOL':_0x3867e4(0x173),'nYIyN':function(_0x3ee55a,_0x174f85){return _0x3ee55a===_0x174f85;},'zADEp':function(_0x596d5a,_0x48ac3b){return _0x596d5a+_0x48ac3b;}},_0x47a4a7=_0x19a66e[_0x3867e4(0x16d)](getBrowserstackCLI),_0x520a6a=_0x19a66e[_0x3867e4(0x17b)](nestedKeyValue,_0x47a4a7[_0x3867e4(0x169)]()['getConfig'](),[_0x19a66e['BiflO'],_0x19a66e['bEEtP'],_0x19a66e['cEbdt']])||_0x19a66e['ojbWj'](nestedKeyValue,_0x47a4a7[_0x3867e4(0x169)]()[_0x3867e4(0x163)](),[_0x19a66e['BiflO'],_0x19a66e['bEEtP'],_0x19a66e['pTeOL']])||constants[_0x3867e4(0x17f)];if(!_0x1027b0||_0x19a66e[_0x3867e4(0x1ae)](_0x1027b0,''))return _0x520a6a;const _0x3834ee=_0x520a6a['endsWith']('/')?_0x520a6a:_0x19a66e['zADEp'](_0x520a6a,'/');return new URL(_0x1027b0,_0x3834ee)['toString']();}static[a73_0x501c0a(0x14b)](_0x2b083b){const _0x5fa145=a73_0x501c0a,_0x3c8940={'pshBW':function(_0x28988e){return _0x28988e();},'wPLKe':function(_0x51ac6e,_0x16831c,_0x51fe5d){return _0x51ac6e(_0x16831c,_0x51fe5d);},'DygVk':_0x5fa145(0x19a),'ssivG':_0x5fa145(0x195),'GOwct':'upload','UCkuA':function(_0x2b85d8,_0x4af7ae){return _0x2b85d8===_0x4af7ae;},'BVMMC':function(_0x45140c,_0x50ecd2){return _0x45140c+_0x50ecd2;}},_0x1c0438=_0x3c8940['pshBW'](getBrowserstackCLI),_0x396c26=_0x3c8940[_0x5fa145(0x1a1)](nestedKeyValue,_0x1c0438['getInstance']()[_0x5fa145(0x163)](),[_0x3c8940[_0x5fa145(0x1b3)],_0x3c8940[_0x5fa145(0x170)],_0x3c8940[_0x5fa145(0x191)]])||constants[_0x5fa145(0x162)];if(!_0x2b083b||_0x3c8940[_0x5fa145(0x174)](_0x2b083b,''))return _0x396c26;const _0x3db93f=_0x396c26['endsWith']('/')?_0x396c26:_0x3c8940[_0x5fa145(0x183)](_0x396c26,'/');return new URL(_0x2b083b,_0x3db93f)[_0x5fa145(0x1aa)]();}static[a73_0x501c0a(0x1a2)](_0x5a663d){const _0x4a3d57=a73_0x501c0a,_0x3263a5={'Stnpq':function(_0x159441){return _0x159441();},'TtDqZ':function(_0x3076b1,_0x9b99e1,_0x40c0e0){return _0x3076b1(_0x9b99e1,_0x40c0e0);},'qFWFi':_0x4a3d57(0x19a),'ocddc':'automate','QfWLR':'cdp','HJouB':_0x4a3d57(0x17a),'QMxtP':function(_0x444efa,_0x327386){return _0x444efa===_0x327386;},'FpCml':function(_0x384421,_0x2e79e3){return _0x384421+_0x2e79e3;},'zDmmn':_0x4a3d57(0x177)},_0x1219a2=_0x3263a5[_0x4a3d57(0x14c)](getBrowserstackCLI),_0x24017c=_0x3263a5['TtDqZ'](nestedKeyValue,_0x1219a2[_0x4a3d57(0x169)]()[_0x4a3d57(0x163)](),[_0x3263a5[_0x4a3d57(0x14f)],_0x3263a5[_0x4a3d57(0x156)],_0x3263a5['QfWLR']]),_0x41b415=(_0x24017c?_0x24017c[_0x4a3d57(0x159)](/^https:/,_0x3263a5[_0x4a3d57(0x16b)]):null)||constants[_0x4a3d57(0x188)];let _0x498adb;if(!_0x5a663d||_0x3263a5['QMxtP'](_0x5a663d,''))_0x498adb=_0x41b415;else{const _0x1dbac1=_0x41b415['endsWith']('/')?_0x41b415:_0x3263a5[_0x4a3d57(0x180)](_0x41b415,'/');_0x498adb=new URL(_0x5a663d,_0x1dbac1)[_0x4a3d57(0x1aa)]();}return!_0x498adb['endsWith'](_0x3263a5['zDmmn'])&&(_0x498adb+=_0x3263a5[_0x4a3d57(0x181)]),_0x498adb;}static[a73_0x501c0a(0x14a)](_0x83383f){const _0x319408=a73_0x501c0a,_0x218b80={'OZyzj':function(_0x4f64c){return _0x4f64c();},'JsjsZ':function(_0x19e252,_0x514cfa,_0x2f4e62){return _0x19e252(_0x514cfa,_0x2f4e62);},'BaqoP':'apis','GFCVB':_0x319408(0x1b6),'WcXFh':_0x319408(0x14d),'UnnMA':'wss:','sMZPP':function(_0xe547e5,_0x330d6b){return _0xe547e5===_0x330d6b;},'ksIeR':function(_0x4740f1,_0x4dc7ba){return _0x4740f1+_0x4dc7ba;},'dmALj':_0x319408(0x1a9)},_0x230651=_0x218b80['OZyzj'](getBrowserstackCLI),_0x44b69e=_0x218b80[_0x319408(0x18e)](nestedKeyValue,_0x230651[_0x319408(0x169)]()[_0x319408(0x163)](),[_0x218b80['BaqoP'],_0x218b80[_0x319408(0x17c)],_0x218b80[_0x319408(0x157)]]),_0x4f1f8=(_0x44b69e?_0x44b69e[_0x319408(0x159)](/^https:/,_0x218b80[_0x319408(0x1a8)]):null)||constants[_0x319408(0x1a0)];let _0x1117f2;if(!_0x83383f||_0x218b80[_0x319408(0x1b0)](_0x83383f,''))_0x1117f2=_0x4f1f8;else{const _0x19961d=_0x4f1f8['endsWith']('/')?_0x4f1f8:_0x218b80['ksIeR'](_0x4f1f8,'/');_0x1117f2=new URL(_0x83383f,_0x19961d)[_0x319408(0x1aa)]();}return!_0x1117f2[_0x319408(0x16f)](_0x218b80[_0x319408(0x1a4)])&&(_0x1117f2+=_0x218b80[_0x319408(0x1a4)]),_0x1117f2;}}module['exports']=APIUtilityMethods;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a74_0x159e2a=a74_0x29f2;(function(_0x5bf697,_0x219c6b){const _0x42601a=a74_0x29f2,_0xf148c3=_0x5bf697();while(!![]){try{const _0x59206d=parseInt(_0x42601a(0x1d4))/0x1*(parseInt(_0x42601a(0x1e4))/0x2)+-parseInt(_0x42601a(0x1df))/0x3+parseInt(_0x42601a(0x225))/0x4*(parseInt(_0x42601a(0x22b))/0x5)+parseInt(_0x42601a(0x233))/0x6+parseInt(_0x42601a(0x207))/0x7*(-parseInt(_0x42601a(0x1d3))/0x8)+parseInt(_0x42601a(0x1fd))/0x9*(parseInt(_0x42601a(0x230))/0xa)+-parseInt(_0x42601a(0x204))/0xb;if(_0x59206d===_0x219c6b)break;else _0xf148c3['push'](_0xf148c3['shift']());}catch(_0x1a750f){_0xf148c3['push'](_0xf148c3['shift']());}}}(a74_0x18fd,0xa0c65));const logger=require(a74_0x159e2a(0x1e3))[a74_0x159e2a(0x236)],BrowserstackCLI=require(a74_0x159e2a(0x211)),GrpcClient=require(a74_0x159e2a(0x20a)),constants=require(a74_0x159e2a(0x1fb));class ClientTroubleShootingService{static ['cachedErrorCodes']=null;static ['errorCodesOccurredWhenCLINotRunning']=new Set();static async['getErrorDetails'](_0x8d3755){const _0x2afbc8=a74_0x159e2a,_0x1f6c2a={};_0x1f6c2a['aVEDI']=function(_0x2048e8,_0x21d46a){return _0x2048e8!==_0x21d46a;};const _0x48d5ea=_0x1f6c2a;try{if(BrowserstackCLI[_0x2afbc8(0x202)]()[_0x2afbc8(0x217)]()){const _0x5ed1af=await GrpcClient[_0x2afbc8(0x202)]()['reportClientTroubleshootingError'](_0x8d3755);if(_0x48d5ea[_0x2afbc8(0x1e7)](_0x5ed1af,null)&&_0x5ed1af[_0x2afbc8(0x1e9)]())return{'errorCode':_0x5ed1af[_0x2afbc8(0x206)](),'errorMessage':_0x5ed1af['getErrorMessage']()};return{};}return{};}catch(_0x19bf7e){return this[_0x2afbc8(0x201)](_0x2afbc8(0x1ec)+_0x8d3755+':',_0x19bf7e),{};}}static async[a74_0x159e2a(0x232)](){const _0xf97b23=a74_0x159e2a,_0x3defc0={};_0x3defc0[_0xf97b23(0x229)]=function(_0x3c95c6,_0x481c23){return _0x3c95c6!==_0x481c23;},_0x3defc0[_0xf97b23(0x21d)]=_0xf97b23(0x1f2),_0x3defc0['kpllz']=_0xf97b23(0x1f1);const _0x1ffe0c=_0x3defc0;try{if(BrowserstackCLI[_0xf97b23(0x202)]()[_0xf97b23(0x217)]()){const _0x51f6a7=await GrpcClient[_0xf97b23(0x202)]()[_0xf97b23(0x1e2)]();if(_0x1ffe0c[_0xf97b23(0x229)](_0x51f6a7,null)&&_0x51f6a7['getSuccess']()){const _0x376f44=Buffer[_0xf97b23(0x22c)](_0x51f6a7[_0xf97b23(0x223)](),_0x1ffe0c[_0xf97b23(0x21d)])[_0xf97b23(0x1dd)](),_0x506e8b=_0x376f44?JSON[_0xf97b23(0x212)](_0x376f44):[],_0x1da317=_0x51f6a7[_0xf97b23(0x228)](),_0x56a7a8=_0x51f6a7[_0xf97b23(0x1de)](),_0x599b80=Buffer[_0xf97b23(0x22c)](_0x51f6a7[_0xf97b23(0x218)](),_0x1ffe0c[_0xf97b23(0x21d)])[_0xf97b23(0x1dd)](),_0x2c3cd5=_0x599b80?JSON['parse'](_0x599b80):[],_0x19da65={};return _0x19da65[_0xf97b23(0x1e8)]=_0x506e8b,_0x19da65[_0xf97b23(0x224)]=_0x1da317,_0x19da65['finalErrorMessage']=_0x56a7a8,_0x19da65[_0xf97b23(0x1f9)]=_0x2c3cd5,_0x19da65;}const _0x54735c={};return _0x54735c[_0xf97b23(0x1e8)]=[],_0x54735c['documentationLink']='',_0x54735c['finalErrorMessage']='',_0x54735c[_0xf97b23(0x1f9)]=[],_0x54735c;}const _0x45b0e9={};return _0x45b0e9[_0xf97b23(0x1e8)]=[],_0x45b0e9['documentationLink']='',_0x45b0e9['finalErrorMessage']='',_0x45b0e9['errorCodesOccurredInCLI']=[],_0x45b0e9;}catch(_0x2f745e){this[_0xf97b23(0x201)](_0x1ffe0c['kpllz'],_0x2f745e);const _0x509b7f={};return _0x509b7f['errorCodes']=[],_0x509b7f['documentationLink']='',_0x509b7f[_0xf97b23(0x1d9)]='',_0x509b7f[_0xf97b23(0x1f9)]=[],_0x509b7f;}}static[a74_0x159e2a(0x21e)](_0x18a864,_0x5d8a40){const _0x34bcf1=a74_0x159e2a;logger[_0x34bcf1(0x1fc)](_0x18a864+':\x20'+_0x5d8a40);}static[a74_0x159e2a(0x1fa)](_0x699141){const _0x565164=a74_0x159e2a,_0x3930b6={};_0x3930b6['yZndU']=function(_0x1e7ec1,_0x4f4d4e){return _0x1e7ec1!=_0x4f4d4e;},_0x3930b6[_0x565164(0x231)]=function(_0x58d415,_0x3d22ca){return _0x58d415!=_0x3d22ca;},_0x3930b6[_0x565164(0x22e)]=function(_0x4f14dd,_0x275c89){return _0x4f14dd>_0x275c89;},_0x3930b6[_0x565164(0x1e6)]=function(_0x9e38c2,_0x3b5b48){return _0x9e38c2!=_0x3b5b48;},_0x3930b6[_0x565164(0x219)]=function(_0x3d9ce2,_0x5ebe15){return _0x3d9ce2!=_0x5ebe15;};const _0x2c47c7=_0x3930b6,_0x1d4aaa=[];if(_0x2c47c7['yZndU'](_0x699141,null)&&_0x2c47c7[_0x565164(0x231)](_0x699141[_0x565164(0x1f9)],null)&&_0x2c47c7['xVhEy'](_0x699141[_0x565164(0x1f9)]['length'],0x0))for(const _0x2453b4 of _0x699141[_0x565164(0x1f9)]){_0x2c47c7[_0x565164(0x1e6)](_0x2453b4[_0x565164(0x1e0)],null)&&_0x2c47c7[_0x565164(0x219)](_0x2453b4[_0x565164(0x1dc)],null)&&(_0x1d4aaa[_0x565164(0x1ed)](_0x2453b4[_0x565164(0x1e0)]),this[_0x565164(0x21e)](_0x2453b4[_0x565164(0x1e0)],_0x2453b4['errorMessage']));}return _0x1d4aaa;}static[a74_0x159e2a(0x1da)](){return this['cachedErrorCodes'];}static['logError'](_0x3fd3f5,_0x12a8c9){const _0x8ca60f=a74_0x159e2a,_0x327bc7={};_0x327bc7['SBSRF']=function(_0x5a35a0,_0x1802fc){return _0x5a35a0===_0x1802fc;},_0x327bc7[_0x8ca60f(0x221)]=_0x8ca60f(0x1fe);const _0x2db2a2=_0x327bc7;if(_0x2db2a2['SBSRF'](typeof _0x12a8c9,_0x2db2a2[_0x8ca60f(0x221)]))try{logger[_0x8ca60f(0x1ee)](_0x8ca60f(0x227)+_0x3fd3f5+'\x20'+JSON[_0x8ca60f(0x210)](_0x12a8c9));}catch(_0xa1444e){logger[_0x8ca60f(0x1ee)](_0x8ca60f(0x227)+_0x3fd3f5+'\x20'+_0x12a8c9);}else logger[_0x8ca60f(0x1ee)](_0x8ca60f(0x227)+_0x3fd3f5+'\x20'+_0x12a8c9);}static async[a74_0x159e2a(0x220)](_0x8d72d2){const _0x227b26=a74_0x159e2a,_0x194ba2={};_0x194ba2[_0x227b26(0x216)]=_0x227b26(0x1eb),_0x194ba2['sYYwm']=function(_0x59b116,_0xb1d693){return _0x59b116===_0xb1d693;},_0x194ba2[_0x227b26(0x20e)]=_0x227b26(0x20d),_0x194ba2[_0x227b26(0x238)]=_0x227b26(0x213);const _0x38e46f=_0x194ba2,_0x409f05=await this['getErrorDetails'](_0x38e46f['HrfEY']);if(!_0x409f05||_0x38e46f[_0x227b26(0x22d)](Object[_0x227b26(0x21a)](_0x409f05)[_0x227b26(0x1f7)],0x0)){this[_0x227b26(0x201)](_0x38e46f[_0x227b26(0x20e)],_0x409f05);return;}this[_0x227b26(0x21e)](_0x409f05[_0x227b26(0x1e0)],_0x409f05[_0x227b26(0x1dc)]['replace'](_0x38e46f['vHoDp'],_0x8d72d2));}static async[a74_0x159e2a(0x237)](){const _0x230380=a74_0x159e2a,_0xff07ad={};_0xff07ad[_0x230380(0x208)]=_0x230380(0x23a),_0xff07ad[_0x230380(0x1ef)]=function(_0x1b2809,_0x11af32){return _0x1b2809===_0x11af32;},_0xff07ad[_0x230380(0x1d8)]=_0x230380(0x226);const _0x4fec20=_0xff07ad,_0x2d7925=await this[_0x230380(0x215)](_0x4fec20[_0x230380(0x208)]);if(!_0x2d7925||_0x4fec20['kuHDi'](Object[_0x230380(0x21a)](_0x2d7925)[_0x230380(0x1f7)],0x0)){this[_0x230380(0x201)](_0x4fec20[_0x230380(0x1d8)],_0x2d7925);return;}this[_0x230380(0x21e)](_0x2d7925[_0x230380(0x1e0)],_0x2d7925[_0x230380(0x1dc)]);}static async[a74_0x159e2a(0x20c)](){const _0xe1e719=a74_0x159e2a,_0x26ffb0={};_0x26ffb0[_0xe1e719(0x1f6)]=_0xe1e719(0x1d2),_0x26ffb0[_0xe1e719(0x21b)]=function(_0x208a89,_0xe9c8ec){return _0x208a89===_0xe9c8ec;},_0x26ffb0[_0xe1e719(0x23c)]=_0xe1e719(0x1e5);const _0x44b304=_0x26ffb0,_0x37ae16=await this['getErrorDetails'](_0x44b304[_0xe1e719(0x1f6)]);if(!_0x37ae16||_0x44b304[_0xe1e719(0x21b)](Object['keys'](_0x37ae16)[_0xe1e719(0x1f7)],0x0)){this['logError'](_0x44b304[_0xe1e719(0x23c)],_0x37ae16);return;}this[_0xe1e719(0x21e)](_0x37ae16['errorCode'],_0x37ae16[_0xe1e719(0x1dc)]);}static async['reportSSLCertIssue'](){const _0x43247b=a74_0x159e2a,_0x4854ca={};_0x4854ca['UuSre']=_0x43247b(0x222),_0x4854ca[_0x43247b(0x1f3)]=function(_0x233f86,_0x176f94){return _0x233f86===_0x176f94;},_0x4854ca[_0x43247b(0x21f)]=_0x43247b(0x23b);const _0x3e6084=_0x4854ca,_0x2fdea1=await this[_0x43247b(0x215)](_0x3e6084['UuSre']);if(!_0x2fdea1||_0x3e6084[_0x43247b(0x1f3)](Object['keys'](_0x2fdea1)[_0x43247b(0x1f7)],0x0)){this[_0x43247b(0x201)](_0x3e6084['ehiTt'],_0x2fdea1);return;}this[_0x43247b(0x21e)](_0x2fdea1[_0x43247b(0x1e0)],_0x2fdea1['errorMessage']);}static[a74_0x159e2a(0x214)](){const _0x61bdef=a74_0x159e2a,_0x424c8c={};_0x424c8c[_0x61bdef(0x1d5)]=_0x61bdef(0x200),_0x424c8c[_0x61bdef(0x1ea)]=function(_0x261988,_0x2ad894){return _0x261988===_0x2ad894;},_0x424c8c['NgOlU']='.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found';const _0x5be93c=_0x424c8c,_0x1b930e=constants[_0x61bdef(0x209)][_0x5be93c[_0x61bdef(0x1d5)]];if(!_0x1b930e||_0x5be93c[_0x61bdef(0x1ea)](Object[_0x61bdef(0x21a)](_0x1b930e)[_0x61bdef(0x1f7)],0x0)){this['logError'](_0x5be93c[_0x61bdef(0x203)],_0x1b930e);return;}this[_0x61bdef(0x1d6)]['add'](_0x1b930e[0x0]),this[_0x61bdef(0x21e)](_0x1b930e[0x0],_0x1b930e[0x1]);}static async[a74_0x159e2a(0x21c)](_0x3cb63a){const _0x418039=a74_0x159e2a,_0x1ab2de={};_0x1ab2de[_0x418039(0x1f5)]=_0x418039(0x1f8),_0x1ab2de[_0x418039(0x1f0)]=function(_0x4b9769,_0x103b07){return _0x4b9769===_0x103b07;},_0x1ab2de[_0x418039(0x1d1)]=_0x418039(0x234),_0x1ab2de['AEEJf']=_0x418039(0x239);const _0x2f4506=_0x1ab2de,_0x398510=await this['getErrorDetails'](_0x2f4506[_0x418039(0x1f5)]);if(!_0x398510||_0x2f4506[_0x418039(0x1f0)](Object[_0x418039(0x21a)](_0x398510)[_0x418039(0x1f7)],0x0)){this[_0x418039(0x201)](_0x2f4506[_0x418039(0x1d1)],_0x398510);return;}const _0x431722=_0x398510['errorMessage'][_0x418039(0x20b)](_0x2f4506[_0x418039(0x1f4)],_0x3cb63a);this['logSituation'](_0x398510[_0x418039(0x1e0)],_0x431722);}static async[a74_0x159e2a(0x1db)](){const _0x2b3822=a74_0x159e2a,_0x521e95={};_0x521e95['Clytw']=function(_0x181957,_0x38d460){return _0x181957>_0x38d460;},_0x521e95[_0x2b3822(0x22a)]=_0x2b3822(0x22f),_0x521e95[_0x2b3822(0x1ff)]=_0x2b3822(0x1e1);const _0x23783e=_0x521e95,_0x23b690=await this[_0x2b3822(0x232)](),_0x3a5f48=this[_0x2b3822(0x1fa)](_0x23b690),_0x1b3d25=Array[_0x2b3822(0x1d7)](_0x23b690['errorCodes'])?_0x23b690['errorCodes']:[],_0x8c9797=_0x23783e[_0x2b3822(0x235)](this['errorCodesOccurredWhenCLINotRunning']['size'],0x0)?Array[_0x2b3822(0x22c)](this['errorCodesOccurredWhenCLINotRunning']):[],_0xcc9a26=new Set([..._0x1b3d25,..._0x3a5f48,..._0x8c9797]),_0x1de60d=Array[_0x2b3822(0x22c)](_0xcc9a26);if(_0x23783e[_0x2b3822(0x235)](_0x1de60d[_0x2b3822(0x1f7)],0x0)){const _0x2b8613=_0x23b690[_0x2b3822(0x1d9)][_0x2b3822(0x20b)](_0x23783e[_0x2b3822(0x22a)],_0x1de60d[_0x2b3822(0x205)](',\x20'))['replace'](_0x23783e[_0x2b3822(0x1ff)],_0x23b690[_0x2b3822(0x224)]);logger[_0x2b3822(0x1fc)](_0x2b8613),this['cachedErrorCodes']=_0x1de60d;}}}function a74_0x29f2(_0x3401fb,_0xa66719){const _0x18fd85=a74_0x18fd();return a74_0x29f2=function(_0x29f2f2,_0xd239d9){_0x29f2f2=_0x29f2f2-0x1d1;let _0x525b7e=_0x18fd85[_0x29f2f2];return _0x525b7e;},a74_0x29f2(_0x3401fb,_0xa66719);}function a74_0x18fd(){const _0x1f89c6=['isArray','WZxvI','finalErrorMessage','getCachedErrorCodes','reportFinalDetectionState','errorMessage','toString','getFinalErrorMessage','2123880UcPpig','errorCode','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','getAggregatedClientTroubleshootingErrors','../../helpers/logger','150614UbJmCi','Connectivity\x20Issue\x20details\x20not\x20found','getRf','aVEDI','errorCodes','getSuccess','fwHUO','Process\x20Interruption','Error\x20in\x20getting\x20error\x20details\x20for\x20','push','error','kuHDi','NVXGl','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','base64','meBtB','AEEJf','YSJFu','EJevC','length','conflicting\x20env\x20var\x20detected','errorCodesOccurredInCLI','checkForErrorsOccuredInCLI','./constants','warn','29214DctseE','object','wSQOv','.browserstack\x20folder\x20not\x20accessible','logError','getInstance','NgOlU','4516138lETLEj','join','getErrorCode','57414cjknlc','bPAFd','CLIENT_TROUBLESHOOTING_HASH','../v2/grpcClient','replace','reportConnectivityIssue','Process\x20Interruption\x20details\x20not\x20found:','WuqZH','exports','stringify','../v2/browserstackCLI','parse','{SIGNAL}','reportDotBrowserStackFolderNotAccessibleIssue','getErrorDetails','HrfEY','isRunning','getErrorCodesOccurredInCli','itdiN','keys','wGhqr','reportConflictingEnvVarIssue','GHNHT','logSituation','ehiTt','reportProcessInterruptionSituation','TBPtC','ssl\x20cert\x20issue','getErrorCodes','documentationLink','4oXgMZO','Session\x20Linking\x20Issue\x20details\x20not\x20found','[ClientTroubleShootingService]\x20','getDocumentationLink','jYhBz','efjTz','1911190JTlaZj','from','sYYwm','xVhEy','{ERROR_CODES}','1490VqBEDF','nIoAt','getAggregatedErrorCodes','2800722CIIjnK','Conflicting\x20Env\x20Var\x20details\x20not\x20found','Clytw','winstonLogger','reportSessionLinkingIssue','vHoDp','{ENV_VAR}','Session\x20Linking\x20Issue','SSL\x20Certificate\x20Issue\x20details\x20not\x20found.\x20To\x20pass\x20a\x20custom\x20CA\x20bundle,\x20set\x20NODE_EXTRA_CA_CERTS\x20or\x20BROWSERSTACK_EXTRA_CA_CERTS\x20env\x20var\x20to\x20the\x20certificate\x20file\x20path.','JGIBQ','vOxXA','browserstack\x20cloud\x20not\x20reachable','448fXQWeY','12KccwBI','ulUVg','errorCodesOccurredWhenCLINotRunning'];a74_0x18fd=function(){return _0x1f89c6;};return a74_0x18fd();}module[a74_0x159e2a(0x20f)]=ClientTroubleShootingService;
|
|
1
|
+
const a74_0x8bf77e=a74_0x2e5f;(function(_0xe2794c,_0x2f8544){const _0x61d13=a74_0x2e5f,_0x75877=_0xe2794c();while(!![]){try{const _0x48c950=parseInt(_0x61d13(0x76))/0x1*(parseInt(_0x61d13(0x9d))/0x2)+-parseInt(_0x61d13(0xc2))/0x3*(parseInt(_0x61d13(0x80))/0x4)+parseInt(_0x61d13(0xab))/0x5*(-parseInt(_0x61d13(0x84))/0x6)+-parseInt(_0x61d13(0xb9))/0x7*(parseInt(_0x61d13(0xd6))/0x8)+-parseInt(_0x61d13(0xbb))/0x9+parseInt(_0x61d13(0x6b))/0xa+parseInt(_0x61d13(0xbc))/0xb;if(_0x48c950===_0x2f8544)break;else _0x75877['push'](_0x75877['shift']());}catch(_0x253d1d){_0x75877['push'](_0x75877['shift']());}}}(a74_0x5737,0xb0ddf));const logger=require(a74_0x8bf77e(0xa1))[a74_0x8bf77e(0x89)],BrowserstackCLI=require(a74_0x8bf77e(0x90)),GrpcClient=require(a74_0x8bf77e(0x9e)),constants=require(a74_0x8bf77e(0xce));class ClientTroubleShootingService{static ['cachedErrorCodes']=null;static ['errorCodesOccurredWhenCLINotRunning']=new Set();static async['getErrorDetails'](_0x598e28){const _0x369e97=a74_0x8bf77e,_0x361b55={};_0x361b55[_0x369e97(0x88)]=function(_0x3fc359,_0x245d28){return _0x3fc359!==_0x245d28;};const _0x208eeb=_0x361b55;try{if(BrowserstackCLI[_0x369e97(0xcd)]()[_0x369e97(0xd5)]()){const _0x4720f0=await GrpcClient['getInstance']()[_0x369e97(0xa9)](_0x598e28);if(_0x208eeb[_0x369e97(0x88)](_0x4720f0,null)&&_0x4720f0[_0x369e97(0x8f)]())return{'errorCode':_0x4720f0[_0x369e97(0xc7)](),'errorMessage':_0x4720f0[_0x369e97(0xcf)]()};return{};}return{};}catch(_0x231764){return this[_0x369e97(0x9f)](_0x369e97(0x7a)+_0x598e28+':',_0x231764),{};}}static async[a74_0x8bf77e(0xcb)](){const _0x2bedf3=a74_0x8bf77e,_0x150568={};_0x150568[_0x2bedf3(0xac)]=function(_0x442d58,_0x477150){return _0x442d58!==_0x477150;},_0x150568[_0x2bedf3(0xa6)]='base64',_0x150568[_0x2bedf3(0xae)]=_0x2bedf3(0x77);const _0x52333b=_0x150568;try{if(BrowserstackCLI['getInstance']()['isRunning']()){const _0x3bb778=await GrpcClient[_0x2bedf3(0xcd)]()[_0x2bedf3(0x7c)]();if(_0x52333b[_0x2bedf3(0xac)](_0x3bb778,null)&&_0x3bb778[_0x2bedf3(0x8f)]()){const _0x7f50ca=Buffer[_0x2bedf3(0xb1)](_0x3bb778[_0x2bedf3(0xc4)](),_0x52333b[_0x2bedf3(0xa6)])[_0x2bedf3(0xbd)](),_0x57d525=_0x7f50ca?JSON['parse'](_0x7f50ca):[],_0x5c8ab7=_0x3bb778[_0x2bedf3(0x8a)](),_0x3e47c3=_0x3bb778[_0x2bedf3(0xaa)](),_0x20b417=Buffer[_0x2bedf3(0xb1)](_0x3bb778[_0x2bedf3(0xd1)](),_0x52333b['LSGWu'])[_0x2bedf3(0xbd)](),_0xd771c9=_0x20b417?JSON[_0x2bedf3(0xc9)](_0x20b417):[],_0x33aa1c={};return _0x33aa1c['errorCodes']=_0x57d525,_0x33aa1c[_0x2bedf3(0x81)]=_0x5c8ab7,_0x33aa1c['finalErrorMessage']=_0x3e47c3,_0x33aa1c[_0x2bedf3(0xc6)]=_0xd771c9,_0x33aa1c;}const _0x21cd0c={};return _0x21cd0c[_0x2bedf3(0x92)]=[],_0x21cd0c[_0x2bedf3(0x81)]='',_0x21cd0c[_0x2bedf3(0x9c)]='',_0x21cd0c[_0x2bedf3(0xc6)]=[],_0x21cd0c;}const _0x5d3eaa={};return _0x5d3eaa[_0x2bedf3(0x92)]=[],_0x5d3eaa[_0x2bedf3(0x81)]='',_0x5d3eaa['finalErrorMessage']='',_0x5d3eaa[_0x2bedf3(0xc6)]=[],_0x5d3eaa;}catch(_0x45d061){this[_0x2bedf3(0x9f)](_0x52333b[_0x2bedf3(0xae)],_0x45d061);const _0x59c733={};return _0x59c733[_0x2bedf3(0x92)]=[],_0x59c733[_0x2bedf3(0x81)]='',_0x59c733[_0x2bedf3(0x9c)]='',_0x59c733[_0x2bedf3(0xc6)]=[],_0x59c733;}}static[a74_0x8bf77e(0x75)](_0x5ac555,_0x3c812f){const _0x3a7a78=a74_0x8bf77e;logger[_0x3a7a78(0x7e)](_0x5ac555+':\x20'+_0x3c812f);}static['checkForErrorsOccuredInCLI'](_0x13fda7){const _0x1a6b77=a74_0x8bf77e,_0x12450e={};_0x12450e[_0x1a6b77(0xa2)]=function(_0x24bf7d,_0x440650){return _0x24bf7d!=_0x440650;},_0x12450e[_0x1a6b77(0xb4)]=function(_0x177a2c,_0x49a8b3){return _0x177a2c!=_0x49a8b3;},_0x12450e[_0x1a6b77(0x94)]=function(_0xb986e2,_0x6d1046){return _0xb986e2>_0x6d1046;},_0x12450e[_0x1a6b77(0x72)]=function(_0x2e0053,_0xcaf87a){return _0x2e0053!=_0xcaf87a;};const _0x249d0f=_0x12450e,_0x49e27e=[];if(_0x249d0f[_0x1a6b77(0xa2)](_0x13fda7,null)&&_0x249d0f[_0x1a6b77(0xb4)](_0x13fda7[_0x1a6b77(0xc6)],null)&&_0x249d0f['qnNJz'](_0x13fda7[_0x1a6b77(0xc6)]['length'],0x0))for(const _0x15fd69 of _0x13fda7[_0x1a6b77(0xc6)]){_0x249d0f['AYPFN'](_0x15fd69['errorCode'],null)&&_0x249d0f[_0x1a6b77(0xb4)](_0x15fd69[_0x1a6b77(0x83)],null)&&(_0x49e27e[_0x1a6b77(0xb0)](_0x15fd69[_0x1a6b77(0x8b)]),this[_0x1a6b77(0x75)](_0x15fd69['errorCode'],_0x15fd69[_0x1a6b77(0x83)]));}return _0x49e27e;}static[a74_0x8bf77e(0x6d)](){return this['cachedErrorCodes'];}static['logError'](_0x5a12f0,_0x1152a4){const _0x43c4ec=a74_0x8bf77e,_0x290966={};_0x290966['hCCpr']=function(_0x16002f,_0x4552d4){return _0x16002f===_0x4552d4;},_0x290966[_0x43c4ec(0xd0)]=_0x43c4ec(0xc8);const _0x29f5a2=_0x290966;if(_0x29f5a2[_0x43c4ec(0x70)](typeof _0x1152a4,_0x29f5a2[_0x43c4ec(0xd0)]))try{logger['error'](_0x43c4ec(0x7f)+_0x5a12f0+'\x20'+JSON[_0x43c4ec(0xd3)](_0x1152a4));}catch(_0x432a40){logger[_0x43c4ec(0x8d)](_0x43c4ec(0x7f)+_0x5a12f0+'\x20'+_0x1152a4);}else logger[_0x43c4ec(0x8d)](_0x43c4ec(0x7f)+_0x5a12f0+'\x20'+_0x1152a4);}static async[a74_0x8bf77e(0xb8)](_0x4fde08){const _0x3c6e82=a74_0x8bf77e,_0x5ae860={};_0x5ae860[_0x3c6e82(0xb2)]=_0x3c6e82(0xd4),_0x5ae860[_0x3c6e82(0xcc)]=function(_0x2c2ef2,_0x240e65){return _0x2c2ef2===_0x240e65;},_0x5ae860['broex']=_0x3c6e82(0x78),_0x5ae860['vXXxs']='{SIGNAL}';const _0x3545dd=_0x5ae860,_0x5bc6f0=await this[_0x3c6e82(0xa0)](_0x3545dd['MRCdl']);if(!_0x5bc6f0||_0x3545dd[_0x3c6e82(0xcc)](Object['keys'](_0x5bc6f0)['length'],0x0)){this[_0x3c6e82(0x9f)](_0x3545dd[_0x3c6e82(0xa4)],_0x5bc6f0);return;}this['logSituation'](_0x5bc6f0[_0x3c6e82(0x8b)],_0x5bc6f0[_0x3c6e82(0x83)][_0x3c6e82(0x91)](_0x3545dd['vXXxs'],_0x4fde08));}static async['reportSessionLinkingIssue'](){const _0x521ca3=a74_0x8bf77e,_0x4c31f0={};_0x4c31f0[_0x521ca3(0xca)]='Session\x20Linking\x20Issue',_0x4c31f0[_0x521ca3(0x79)]=function(_0x14367d,_0x7da7bd){return _0x14367d===_0x7da7bd;},_0x4c31f0[_0x521ca3(0x6e)]=_0x521ca3(0x71);const _0x173e63=_0x4c31f0,_0x4ba9f1=await this[_0x521ca3(0xa0)](_0x173e63[_0x521ca3(0xca)]);if(!_0x4ba9f1||_0x173e63[_0x521ca3(0x79)](Object[_0x521ca3(0x85)](_0x4ba9f1)[_0x521ca3(0xbf)],0x0)){this[_0x521ca3(0x9f)](_0x173e63[_0x521ca3(0x6e)],_0x4ba9f1);return;}this['logSituation'](_0x4ba9f1[_0x521ca3(0x8b)],_0x4ba9f1[_0x521ca3(0x83)]);}static async[a74_0x8bf77e(0x8e)](){const _0x2fa9f1=a74_0x8bf77e,_0x593252={};_0x593252['ZadJS']=_0x2fa9f1(0xc0),_0x593252['YFdfM']=function(_0x1a652e,_0x3d929a){return _0x1a652e===_0x3d929a;},_0x593252['jslct']=_0x2fa9f1(0xd2);const _0x459a70=_0x593252,_0x10e9f5=await this[_0x2fa9f1(0xa0)](_0x459a70[_0x2fa9f1(0x6a)]);if(!_0x10e9f5||_0x459a70[_0x2fa9f1(0xa5)](Object[_0x2fa9f1(0x85)](_0x10e9f5)[_0x2fa9f1(0xbf)],0x0)){this[_0x2fa9f1(0x9f)](_0x459a70[_0x2fa9f1(0xc3)],_0x10e9f5);return;}this[_0x2fa9f1(0x75)](_0x10e9f5['errorCode'],_0x10e9f5[_0x2fa9f1(0x83)]);}static async[a74_0x8bf77e(0x8c)](){const _0x156c90=a74_0x8bf77e,_0x3231b4={};_0x3231b4[_0x156c90(0xb5)]=_0x156c90(0x7d),_0x3231b4[_0x156c90(0x97)]=function(_0x349784,_0x3bff97){return _0x349784===_0x3bff97;},_0x3231b4['TsGkk']='SSL\x20Certificate\x20Issue\x20details\x20not\x20found.\x20To\x20pass\x20a\x20custom\x20CA\x20bundle,\x20set\x20NODE_EXTRA_CA_CERTS\x20or\x20BROWSERSTACK_EXTRA_CA_CERTS\x20env\x20var\x20to\x20the\x20certificate\x20file\x20path.';const _0x58300d=_0x3231b4,_0x2d6d25=await this[_0x156c90(0xa0)](_0x58300d[_0x156c90(0xb5)]);if(!_0x2d6d25||_0x58300d['KYVQO'](Object[_0x156c90(0x85)](_0x2d6d25)[_0x156c90(0xbf)],0x0)){this[_0x156c90(0x9f)](_0x58300d[_0x156c90(0xc5)],_0x2d6d25);return;}this[_0x156c90(0x75)](_0x2d6d25[_0x156c90(0x8b)],_0x2d6d25[_0x156c90(0x83)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x645650=a74_0x8bf77e,_0x5c6925={};_0x5c6925[_0x645650(0x82)]=_0x645650(0xb6),_0x5c6925['HrJvg']=function(_0x203cf0,_0x56a65e){return _0x203cf0===_0x56a65e;},_0x5c6925[_0x645650(0x96)]=_0x645650(0x6c);const _0x214c04=_0x5c6925,_0xa59ad5=constants[_0x645650(0x93)][_0x214c04[_0x645650(0x82)]];if(!_0xa59ad5||_0x214c04[_0x645650(0xbe)](Object[_0x645650(0x85)](_0xa59ad5)['length'],0x0)){this[_0x645650(0x9f)](_0x214c04[_0x645650(0x96)],_0xa59ad5);return;}this['errorCodesOccurredWhenCLINotRunning'][_0x645650(0xb7)](_0xa59ad5[0x0]),this[_0x645650(0x75)](_0xa59ad5[0x0],_0xa59ad5[0x1]);}static async[a74_0x8bf77e(0xba)](_0x18d57d){const _0x1c3cee=a74_0x8bf77e,_0x4f5b61={};_0x4f5b61['lKTgW']=_0x1c3cee(0xad),_0x4f5b61[_0x1c3cee(0x98)]=function(_0x6d4e66,_0x135d9f){return _0x6d4e66===_0x135d9f;},_0x4f5b61[_0x1c3cee(0xa7)]=_0x1c3cee(0xb3),_0x4f5b61['hDykj']=_0x1c3cee(0x74);const _0x50b852=_0x4f5b61,_0x4465c3=await this[_0x1c3cee(0xa0)](_0x50b852[_0x1c3cee(0xa3)]);if(!_0x4465c3||_0x50b852[_0x1c3cee(0x98)](Object[_0x1c3cee(0x85)](_0x4465c3)[_0x1c3cee(0xbf)],0x0)){this[_0x1c3cee(0x9f)](_0x50b852[_0x1c3cee(0xa7)],_0x4465c3);return;}const _0x2549fb=_0x4465c3[_0x1c3cee(0x83)][_0x1c3cee(0x91)](_0x50b852[_0x1c3cee(0x86)],_0x18d57d);this['logSituation'](_0x4465c3[_0x1c3cee(0x8b)],_0x2549fb);}static async[a74_0x8bf77e(0x99)](){const _0x16bcff=a74_0x8bf77e,_0x9476c0={};_0x9476c0['DIyio']=function(_0x1d7335,_0x1f5198){return _0x1d7335>_0x1f5198;},_0x9476c0['QPMKw']=function(_0x870291,_0x16c4c3){return _0x870291>_0x16c4c3;},_0x9476c0['MDoRU']='{ERROR_CODES}',_0x9476c0['xPGFT']='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x47788b=_0x9476c0,_0x20456c=await this[_0x16bcff(0xcb)](),_0xc14e92=this[_0x16bcff(0xa8)](_0x20456c),_0x1b1359=Array[_0x16bcff(0xc1)](_0x20456c['errorCodes'])?_0x20456c[_0x16bcff(0x92)]:[],_0x1ac70b=_0x47788b[_0x16bcff(0x7b)](this[_0x16bcff(0xaf)][_0x16bcff(0x9a)],0x0)?Array[_0x16bcff(0xb1)](this[_0x16bcff(0xaf)]):[],_0x500d90=new Set([..._0x1b1359,..._0xc14e92,..._0x1ac70b]),_0x5f42eb=Array[_0x16bcff(0xb1)](_0x500d90);if(_0x47788b[_0x16bcff(0x87)](_0x5f42eb[_0x16bcff(0xbf)],0x0)){const _0x478b79=_0x20456c[_0x16bcff(0x9c)][_0x16bcff(0x91)](_0x47788b[_0x16bcff(0x73)],_0x5f42eb['join'](',\x20'))[_0x16bcff(0x91)](_0x47788b[_0x16bcff(0x9b)],_0x20456c['documentationLink']);logger[_0x16bcff(0x7e)](_0x478b79),this[_0x16bcff(0x6f)]=_0x5f42eb;}}}function a74_0x5737(){const _0x14f314=['Process\x20Interruption','isRunning','31544ttUqkG','ZadJS','10397650kEfSNi','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','getCachedErrorCodes','mvnfP','cachedErrorCodes','hCCpr','Session\x20Linking\x20Issue\x20details\x20not\x20found','AYPFN','MDoRU','{ENV_VAR}','logSituation','61157PEqjNY','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','Process\x20Interruption\x20details\x20not\x20found:','vlHrN','Error\x20in\x20getting\x20error\x20details\x20for\x20','DIyio','getAggregatedClientTroubleshootingErrors','ssl\x20cert\x20issue','warn','[ClientTroubleShootingService]\x20','4EbAQOP','documentationLink','nUdjP','errorMessage','6198BdmeFJ','keys','hDykj','QPMKw','gYjsv','winstonLogger','getDocumentationLink','errorCode','reportSSLCertIssue','error','reportConnectivityIssue','getSuccess','../v2/browserstackCLI','replace','errorCodes','CLIENT_TROUBLESHOOTING_HASH','qnNJz','exports','AJnij','KYVQO','ycNla','reportFinalDetectionState','size','xPGFT','finalErrorMessage','46hvyYrZ','../v2/grpcClient','logError','getErrorDetails','../../helpers/logger','AoZFp','lKTgW','broex','YFdfM','LSGWu','DOBXI','checkForErrorsOccuredInCLI','reportClientTroubleshootingError','getFinalErrorMessage','3205QyPdjU','unzMb','conflicting\x20env\x20var\x20detected','OjLGC','errorCodesOccurredWhenCLINotRunning','push','from','MRCdl','Conflicting\x20Env\x20Var\x20details\x20not\x20found','cPUBx','QspNw','.browserstack\x20folder\x20not\x20accessible','add','reportProcessInterruptionSituation','2177njzwpW','reportConflictingEnvVarIssue','3092949ajgIsr','6090337qMByej','toString','HrJvg','length','browserstack\x20cloud\x20not\x20reachable','isArray','130527iYcimc','jslct','getErrorCodes','TsGkk','errorCodesOccurredInCLI','getErrorCode','object','parse','KEtmC','getAggregatedErrorCodes','zZwuT','getInstance','./constants','getErrorMessage','WPMTW','getErrorCodesOccurredInCli','Connectivity\x20Issue\x20details\x20not\x20found','stringify'];a74_0x5737=function(){return _0x14f314;};return a74_0x5737();}function a74_0x2e5f(_0x7a7cb8,_0x152c77){const _0x57376f=a74_0x5737();return a74_0x2e5f=function(_0x2e5ffd,_0x49b6a3){_0x2e5ffd=_0x2e5ffd-0x6a;let _0x495eb7=_0x57376f[_0x2e5ffd];return _0x495eb7;},a74_0x2e5f(_0x7a7cb8,_0x152c77);}module[a74_0x8bf77e(0x95)]=ClientTroubleShootingService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a75_0x5b0e24=a75_0x50d1;(function(_0x5659a0,_0x180bdd){const _0x5e65a1=a75_0x50d1,_0x1453fb=_0x5659a0();while(!![]){try{const _0x1dc6ba=parseInt(_0x5e65a1(0x1b2))/0x1+-parseInt(_0x5e65a1(0x237))/0x2+-parseInt(_0x5e65a1(0x1a8))/0x3*(-parseInt(_0x5e65a1(0x20b))/0x4)+parseInt(_0x5e65a1(0x27b))/0x5+parseInt(_0x5e65a1(0x217))/0x6*(-parseInt(_0x5e65a1(0x1ee))/0x7)+parseInt(_0x5e65a1(0x253))/0x8+-parseInt(_0x5e65a1(0x1a0))/0x9;if(_0x1dc6ba===_0x180bdd)break;else _0x1453fb['push'](_0x1453fb['shift']());}catch(_0x5d60e6){_0x1453fb['push'](_0x1453fb['shift']());}}}(a75_0x1448,0x99ac7));const a75_0xae7ee1={};a75_0xae7ee1[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x19a),a75_0xae7ee1['HELP']='Specify\x20--help\x20for\x20available\x20options';const a75_0x572dd8={};a75_0x572dd8[a75_0x5b0e24(0x1f9)]='Run\x20jest\x20tests\x20on\x20browserstack';const a75_0x9a5d98={};a75_0x9a5d98[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x246);const a75_0x56f7f9={};a75_0x56f7f9[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x186);const a75_0x51c8be={};a75_0x51c8be[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x16f);const a75_0x4a77ad={};a75_0x4a77ad[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x21c);const a75_0x59818e={};a75_0x59818e[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x21e);const a75_0x4faed4={};a75_0x4faed4[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x1d7);const a75_0x54c865={};a75_0x54c865['INFO']='Run\x20testcafe\x20tests\x20on\x20browserstack';const a75_0x2084be={};a75_0x2084be[a75_0x5b0e24(0x1f9)]='Run\x20puppeteer\x20tests\x20on\x20BrowserStack';const a75_0x348af8={};a75_0x348af8['INFO']=a75_0x5b0e24(0x1eb);const a75_0x3b29d3={};a75_0x3b29d3[a75_0x5b0e24(0x1f9)]='Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability';const a75_0x1aa789={};a75_0x1aa789[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x1e6);const a75_0x38bcaa={};a75_0x38bcaa[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x203);const a75_0x4303a3={};a75_0x4303a3[a75_0x5b0e24(0x1c5)]=null,a75_0x4303a3[a75_0x5b0e24(0x191)]=0xe,a75_0x4303a3[a75_0x5b0e24(0x269)]=0x1a;const a75_0xd8ebd8={};a75_0xd8ebd8[a75_0x5b0e24(0x257)]=a75_0x5b0e24(0x242),a75_0xd8ebd8[a75_0x5b0e24(0x16d)]='mocha',a75_0xd8ebd8[a75_0x5b0e24(0x233)]=a75_0x5b0e24(0x17a),a75_0xd8ebd8[a75_0x5b0e24(0x205)]='codeceptjs',a75_0xd8ebd8['CODECEPT_CUCUMBER']=a75_0x5b0e24(0x1f6),a75_0xd8ebd8[a75_0x5b0e24(0x244)]=a75_0x5b0e24(0x239),a75_0xd8ebd8[a75_0x5b0e24(0x18d)]=a75_0x5b0e24(0x1aa),a75_0xd8ebd8[a75_0x5b0e24(0x270)]=a75_0x5b0e24(0x181),a75_0xd8ebd8[a75_0x5b0e24(0x241)]=a75_0x5b0e24(0x274),a75_0xd8ebd8[a75_0x5b0e24(0x258)]='newman',a75_0xd8ebd8[a75_0x5b0e24(0x180)]=a75_0x5b0e24(0x229);const a75_0x45bc20={};a75_0x45bc20[a75_0x5b0e24(0x259)]=a75_0x5b0e24(0x251),a75_0x45bc20[a75_0x5b0e24(0x223)]=a75_0x5b0e24(0x1bd),a75_0x45bc20[a75_0x5b0e24(0x268)]=a75_0x5b0e24(0x27a),a75_0x45bc20[a75_0x5b0e24(0x22e)]=a75_0x5b0e24(0x26d);const a75_0x8c73e7={};a75_0x8c73e7[a75_0x5b0e24(0x190)]=a75_0x5b0e24(0x1a3),a75_0x8c73e7[a75_0x5b0e24(0x171)]='module';const a75_0x203099={};a75_0x203099[a75_0x5b0e24(0x22d)]=0xfde8,a75_0x203099[a75_0x5b0e24(0x20d)]=0xfde8,a75_0x203099[a75_0x5b0e24(0x1ad)]=0x186a0;const a75_0xc61288={};a75_0xc61288[a75_0x5b0e24(0x1ca)]=['userName',a75_0x5b0e24(0x22c),a75_0x5b0e24(0x23b),a75_0x5b0e24(0x17f),'browserstack.user',a75_0x5b0e24(0x1b0),a75_0x5b0e24(0x222),a75_0x5b0e24(0x1cc),a75_0x5b0e24(0x1b9),'httpsProxy',a75_0x5b0e24(0x23c),a75_0x5b0e24(0x219),a75_0x5b0e24(0x1a1),'proxyUrl',a75_0x5b0e24(0x273)],a75_0xc61288['browserStackLocalOptions']=['proxyUser',a75_0x5b0e24(0x1a4),'localProxyUser',a75_0x5b0e24(0x1b4)];const a75_0x1c969b={};a75_0x1c969b[a75_0x5b0e24(0x19f)]=a75_0x5b0e24(0x19f),a75_0x1c969b[a75_0x5b0e24(0x208)]=a75_0x5b0e24(0x208),a75_0x1c969b[a75_0x5b0e24(0x197)]='browserStackLocalOptions',a75_0x1c969b[a75_0x5b0e24(0x243)]=a75_0x5b0e24(0x243),a75_0x1c969b[a75_0x5b0e24(0x263)]='platforms',a75_0x1c969b[a75_0x5b0e24(0x1fd)]='logLevel',a75_0x1c969b[a75_0x5b0e24(0x1b9)]='httpProxy',a75_0x1c969b[a75_0x5b0e24(0x1fe)]='httpsProxy',a75_0x1c969b['framework']='framework',a75_0x1c969b[a75_0x5b0e24(0x1f5)]=a75_0x5b0e24(0x1f5),a75_0x1c969b['testObservability']=a75_0x5b0e24(0x17e),a75_0x1c969b['testReporting']=a75_0x5b0e24(0x227),a75_0x1c969b['testObservabilityOptions']=a75_0x5b0e24(0x212),a75_0x1c969b['testReportingOptions']=a75_0x5b0e24(0x1de),a75_0x1c969b[a75_0x5b0e24(0x23c)]=a75_0x5b0e24(0x23c),a75_0x1c969b[a75_0x5b0e24(0x24c)]=a75_0x5b0e24(0x189),a75_0x1c969b[a75_0x5b0e24(0x189)]=a75_0x5b0e24(0x189),a75_0x1c969b['rerunTests']=a75_0x5b0e24(0x235),a75_0x1c969b[a75_0x5b0e24(0x1a6)]=a75_0x5b0e24(0x1a6),a75_0x1c969b[a75_0x5b0e24(0x1da)]=a75_0x5b0e24(0x1da),a75_0x1c969b['percyCaptureMode']=a75_0x5b0e24(0x1d1),a75_0x1c969b['disableAutoCaptureLogs']=a75_0x5b0e24(0x238),a75_0x1c969b['accessibility']='accessibility',a75_0x1c969b['accessibilityOptions']='accessibilityOptions',a75_0x1c969b[a75_0x5b0e24(0x1af)]='turboScale',a75_0x1c969b[a75_0x5b0e24(0x1b8)]=a75_0x5b0e24(0x1b8),a75_0x1c969b[a75_0x5b0e24(0x200)]=a75_0x5b0e24(0x200),a75_0x1c969b['testOrchestrationOptions']=a75_0x5b0e24(0x176);const a75_0x5866b4={};a75_0x5866b4[a75_0x5b0e24(0x19b)]='hub.browserstack.com',a75_0x5866b4[a75_0x5b0e24(0x22f)]='hub-use-only.browserstack.com',a75_0x5866b4['us']=a75_0x5b0e24(0x196),a75_0x5866b4['eu']=a75_0x5b0e24(0x1c2),a75_0x5866b4['in']=a75_0x5b0e24(0x17c),a75_0x5866b4['au']=a75_0x5b0e24(0x234);const a75_0x232bb3={};a75_0x232bb3[a75_0x5b0e24(0x1ed)]=[a75_0x5b0e24(0x24d),a75_0x5b0e24(0x1a2)];const a75_0x550b84={};a75_0x550b84[a75_0x5b0e24(0x1d0)]=a75_0xae7ee1,a75_0x550b84[a75_0x5b0e24(0x233)]=a75_0x572dd8,a75_0x550b84[a75_0x5b0e24(0x180)]=a75_0x9a5d98,a75_0x550b84[a75_0x5b0e24(0x16d)]=a75_0x56f7f9,a75_0x550b84['CUCUMBER']=a75_0x51c8be,a75_0x550b84[a75_0x5b0e24(0x18d)]=a75_0x4a77ad,a75_0x550b84['NIGHTWATCH']=a75_0x59818e,a75_0x550b84[a75_0x5b0e24(0x257)]=a75_0x4faed4,a75_0x550b84[a75_0x5b0e24(0x241)]=a75_0x54c865,a75_0x550b84[a75_0x5b0e24(0x270)]=a75_0x2084be,a75_0x550b84['CODECEPTJS']=a75_0x348af8,a75_0x550b84[a75_0x5b0e24(0x258)]=a75_0x3b29d3,a75_0x550b84[a75_0x5b0e24(0x1d2)]=a75_0x1aa789,a75_0x550b84[a75_0x5b0e24(0x25e)]=a75_0x38bcaa,a75_0x550b84[a75_0x5b0e24(0x25b)]=0x8*0x3c*0x3e8,a75_0x550b84[a75_0x5b0e24(0x20f)]=a75_0x5b0e24(0x255),a75_0x550b84[a75_0x5b0e24(0x1c3)]=a75_0x5b0e24(0x216),a75_0x550b84[a75_0x5b0e24(0x21d)]=a75_0x5b0e24(0x1e9),a75_0x550b84['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a75_0x550b84['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a75_0x550b84[a75_0x5b0e24(0x1c4)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a75_0x550b84['ROOT_CAPS']=[a75_0x5b0e24(0x16e),a75_0x5b0e24(0x277),'strictFileInteractability',a75_0x5b0e24(0x23a),a75_0x5b0e24(0x1c0),a75_0x5b0e24(0x25a),a75_0x5b0e24(0x215),a75_0x5b0e24(0x201),a75_0x5b0e24(0x1f2),a75_0x5b0e24(0x218),a75_0x5b0e24(0x1bf),'edgeOptions',a75_0x5b0e24(0x198)],a75_0x550b84['ROOT_REGEX']=/^[\w-]+:.*$/,a75_0x550b84['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a75_0x550b84[a75_0x5b0e24(0x1d5)]=a75_0x5b0e24(0x19c),a75_0x550b84[a75_0x5b0e24(0x1cf)]=a75_0x5b0e24(0x1be),a75_0x550b84[a75_0x5b0e24(0x21b)]=a75_0x5b0e24(0x18f),a75_0x550b84[a75_0x5b0e24(0x1df)]=a75_0x5b0e24(0x182),a75_0x550b84[a75_0x5b0e24(0x24b)]=a75_0x4303a3,a75_0x550b84[a75_0x5b0e24(0x1db)]='sdk/v1/event',a75_0x550b84[a75_0x5b0e24(0x178)]=['automate',a75_0x5b0e24(0x194)],a75_0x550b84[a75_0x5b0e24(0x245)]=[a75_0x5b0e24(0x209),a75_0x5b0e24(0x194)],a75_0x550b84[a75_0x5b0e24(0x254)]=[a75_0x5b0e24(0x194)],a75_0x550b84['OBSERVABILITY_UPLOAD_URL']='https://upload-observability.browserstack.com',a75_0x550b84['OBSERVABILITY_SUPPORTED_FWS']=[a75_0x5b0e24(0x24e),a75_0x5b0e24(0x242),a75_0x5b0e24(0x274),'jasmine'],a75_0x550b84[a75_0x5b0e24(0x231)]=[a75_0x5b0e24(0x261)],a75_0x550b84[a75_0x5b0e24(0x213)]='https://automate.browserstack.com/dashboard/v2/builds/',a75_0x550b84[a75_0x5b0e24(0x177)]=a75_0x5b0e24(0x26e),a75_0x550b84[a75_0x5b0e24(0x207)]=[a75_0x5b0e24(0x209)],a75_0x550b84[a75_0x5b0e24(0x260)]=[a75_0x5b0e24(0x25d),a75_0x5b0e24(0x1cb),'ERR_BLOCKED_BY_CLIENT',a75_0x5b0e24(0x1a7),a75_0x5b0e24(0x1f8),'ERR_CONNECTION_CLOSED',a75_0x5b0e24(0x192),a75_0x5b0e24(0x1d9),a75_0x5b0e24(0x1a5),'ERR_CONNECTION_FAILED',a75_0x5b0e24(0x1e0),a75_0x5b0e24(0x1c8),a75_0x5b0e24(0x20e),a75_0x5b0e24(0x271),'ERR_CONNECTION_TIMED_OUT','ERR_SOCKS_CONNECTION_FAILED',a75_0x5b0e24(0x266),a75_0x5b0e24(0x1cd),'ERR_NAME_NOT_RESOLVED',a75_0x5b0e24(0x278),a75_0x5b0e24(0x1ba)],a75_0x550b84[a75_0x5b0e24(0x199)]=['.apk',a75_0x5b0e24(0x252),a75_0x5b0e24(0x188)],a75_0x550b84['CUSTOM_ID_REGEX']=a75_0x5b0e24(0x170),a75_0x550b84['SHAREABLE_ID_REGEX']='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a75_0x550b84['CI_ARTIFACTS_PATH']=a75_0x5b0e24(0x1b3),a75_0x550b84['PLAYWRIGHT_HUB_URL']=a75_0x5b0e24(0x220),a75_0x550b84[a75_0x5b0e24(0x26a)]=a75_0x5b0e24(0x256),a75_0x550b84[a75_0x5b0e24(0x26c)]=a75_0xd8ebd8,a75_0x550b84[a75_0x5b0e24(0x174)]=[a75_0x5b0e24(0x17a),a75_0x5b0e24(0x24e)],a75_0x550b84[a75_0x5b0e24(0x1e4)]=a75_0x45bc20,a75_0x550b84[a75_0x5b0e24(0x250)]=a75_0x5b0e24(0x1fb),a75_0x550b84[a75_0x5b0e24(0x204)]=a75_0x8c73e7,a75_0x550b84['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a75_0x550b84[a75_0x5b0e24(0x23e)]=a75_0x5b0e24(0x221),a75_0x550b84[a75_0x5b0e24(0x1b5)]=a75_0x5b0e24(0x1b7),a75_0x550b84[a75_0x5b0e24(0x1b6)]=a75_0x5b0e24(0x26f),a75_0x550b84[a75_0x5b0e24(0x262)]=a75_0x5b0e24(0x1f3),a75_0x550b84['TCG_AUTH_FAILURE']=a75_0x5b0e24(0x1f7),a75_0x550b84[a75_0x5b0e24(0x1bc)]='SDKTestTcgtInitSuccessful',a75_0x550b84[a75_0x5b0e24(0x1e5)]=a75_0x5b0e24(0x248),a75_0x550b84[a75_0x5b0e24(0x173)]='SDKTestTcgProxyFailure',a75_0x550b84[a75_0x5b0e24(0x1d8)]=0x1388,a75_0x550b84['SET_TCG_TOKEN_TIMEOUT']=0x1388,a75_0x550b84['HEALING_LOG_DATA_TIMEOUT']=0x1388,a75_0x550b84[a75_0x5b0e24(0x1fc)]=0x1388,a75_0x550b84[a75_0x5b0e24(0x272)]=0xc350,a75_0x550b84[a75_0x5b0e24(0x249)]=a75_0x203099,a75_0x550b84[a75_0x5b0e24(0x1e8)]=a75_0xc61288,a75_0x550b84[a75_0x5b0e24(0x228)]=[a75_0x5b0e24(0x1aa),'codeceptjs'],a75_0x550b84['SDK_INSTRUMENTATION_CONFIG']=a75_0x1c969b,a75_0x550b84[a75_0x5b0e24(0x1ce)]=a75_0x5b0e24(0x1c7),a75_0x550b84[a75_0x5b0e24(0x18e)]='/usage-debug.log',a75_0x550b84[a75_0x5b0e24(0x1d3)]=a75_0x5b0e24(0x1fa),a75_0x550b84[a75_0x5b0e24(0x1a9)]=a75_0x5b0e24(0x24a),a75_0x550b84[a75_0x5b0e24(0x275)]=a75_0x5b0e24(0x210),a75_0x550b84[a75_0x5b0e24(0x185)]=a75_0x5b0e24(0x17b),a75_0x550b84[a75_0x5b0e24(0x22a)]=a75_0x5b0e24(0x1dc),a75_0x550b84[a75_0x5b0e24(0x23f)]=a75_0x5b0e24(0x20a),a75_0x550b84[a75_0x5b0e24(0x1d6)]=[a75_0x5b0e24(0x247),'cucumber',a75_0x5b0e24(0x17a),a75_0x5b0e24(0x181),a75_0x5b0e24(0x274),a75_0x5b0e24(0x240)],a75_0x550b84['AUTOMATION_LOG_COMMANDS']=['A11Y_SCAN',a75_0x5b0e24(0x193),a75_0x5b0e24(0x26b),a75_0x5b0e24(0x179),a75_0x5b0e24(0x175),a75_0x5b0e24(0x232)],a75_0x550b84['PLAYWRIGHT_TRACE_LOGS']=a75_0x5b0e24(0x1ae),a75_0x550b84[a75_0x5b0e24(0x226)]=a75_0x5866b4,a75_0x550b84[a75_0x5b0e24(0x19d)]=[a75_0x5b0e24(0x236),'unable\x20to\x20verify\x20the\x20first\x20certificate',a75_0x5b0e24(0x23d),'unable\x20to\x20get\x20local\x20issuer\x20certificate','ERR_TLS_CERT_ALTNAME_INVALID',a75_0x5b0e24(0x279)],a75_0x550b84[a75_0x5b0e24(0x265)]=['SELF_SIGNED_CERT_IN_CHAIN','DEPTH_ZERO_SELF_SIGNED_CERT',a75_0x5b0e24(0x25f),a75_0x5b0e24(0x276),a75_0x5b0e24(0x1e3),a75_0x5b0e24(0x1f0)],a75_0x550b84[a75_0x5b0e24(0x202)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a75_0x550b84[a75_0x5b0e24(0x19e)]=a75_0x232bb3,a75_0x550b84[a75_0x5b0e24(0x183)]=[a75_0x5b0e24(0x1d4),a75_0x5b0e24(0x24f),a75_0x5b0e24(0x1c9)],a75_0x550b84[a75_0x5b0e24(0x18a)]=['ETXTBSY',a75_0x5b0e24(0x225)],a75_0x550b84[a75_0x5b0e24(0x17d)]=0x3,a75_0x550b84[a75_0x5b0e24(0x1ef)]=0x3e8,a75_0x550b84[a75_0x5b0e24(0x187)]=0x1f40,module[a75_0x5b0e24(0x264)]=a75_0x550b84;function a75_0x1448(){const _0x5ac0dc=['testReporting','AI_ENABLED_FRAMEWORK','jasmine','TEST_REPORTING_ANALYTICS','https://automation-preprod.bsstag.com','accessKey','Mocha','invalidTestInputType','us-east','preprod','AUTOMATE','ObservabilitySync','JEST','hub-apse-only.browserstack.com','rerunTests','self\x20signed\x20certificate','581816eQrdcz','disableAutoCaptureLogs','cucumber','unhandledPromptBehavior','browserstack.userName','customVariables','certificate\x20has\x20expired','GIT_META_DATA_TRUNCATED','BROWSERSTACK','newman','TESTCAFE','Playwright','parallelsPerPlatform','CUCUMBER','APP_AUTOMATE_PRODUCTS','Run\x20jasmine\x20tests\x20on\x20browserstack','playwright','SDKTestInitFailedResponse','TEST_FRAMEWORK_HOOK_TIMEOUT','browserstack.com','LT_SUPPORTED_NODE','automation','SDK-GEN-001','mocha','GLOBAL_AGENT_NO_PROXY','AUTOLOGCAPTURE_NOTIFICATION','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','.aab','8751248UqQKWh','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','https://hub.browserstack.com/wd/hub','wss://cdp.browserstack.com/puppeteer?caps=','PLAYWRIGHT','NEWMAN','invalidKeys','browserName','BSTACK_DELTA','staging','ERR_FAILED','INTEGRATIONS','UNABLE_TO_VERIFY_LEAF_SIGNATURE','NUDGE_LOCAL_ERRORS','automate','INVALID_INIT_RESP_WITH_USER_IMPACT','platforms','exports','SSL_ERROR_CODES','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','wss://cdp-devtestops.bsstag.com/playwright?caps=','mandatoryDependency','maxTestedMajor','PUPPETEER_HUB_URL','A11Y_GET_RESULTS','FRAMEWORKS','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','https://app-automate.browserstack.com/dashboard/v2/builds/','SDKTestTcgDownResponse','PUPPETEER','ERR_TUNNEL_CONNECTION_FAILED','POLL_HEALING_RESULT_TIMEOUT','browserstack.overridelocalInfo.userAuthToken','testcafe','BSTACK_ATS_URL','CERT_HAS_EXPIRED','pageLoadStrategy','ERR_NAME_RESOLUTION_FAILED','DEPTH_ZERO_SELF_SIGNED_CERT','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','3614250agSuFK','MOCHA','acceptInsecureCerts','Run\x20cucumber-js\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*$','MODULE','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','AI_PROXY_FAILURE','PERCY_SUPPORTED_FRAMEWORKS','percyScreenshot','testOrchestrationOptions','BROWSERSTACK_APP_AUTOMATE_URL','AUTOMATE_PRODUCTS','A11Y_SAVE_RESULTS','jest','https://automation.browserstack.com','hub-aps-only.browserstack.com','MAX_SPAWN_RETRIES','testObservability','browserstack.accessKey','JASMINE','puppeteer','sdk/v1/update_cli','INTERNALLY_USED_ENV_VARS','stag','O11Y_URL','Run\x20mocha\x20tests\x20on\x20browserstack','MAX_DRIVER_INIT_ERROR_BYTES','.ipa','browserstackAutomation','BINARY_BUSY_ERROR_CODES','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','env','VANILLA','DEBUG_LOG_FILE_NAME','https://api-cloud.browserstack.com','COMMONJS','minTestedMajor','ERR_CONNECTION_RESET','A11Y_GET_RESULTS_SUMMARY','observability','https://hub-devtestops.bsstag.com/wd/hub','hub-us-only.browserstack.com','localOptions','ieOptions','VALID_APP_EXTENSION','shows\x20version\x20information','default','https://eds.browserstack.com','SSL_ERROR_MESSAGES','CLIENT_TROUBLESHOOTING_HASH','browserstackLocal','8794179OuuuPf','authToken','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','commonjs','proxyPass','ERR_CONNECTION_ABORTED','percy','ERR_NETWORK_CHANGED','6xCMBiZ','BSTACK_URL','vanilla','https://upload-observability-preprod.bsstag.com','bsstag','Jest','PLAYWRIGHT_TRACE_LOGS','turboScale','browserstack.key','https://hub-preprod.bsstag.com/wd/hub','62968USeAtX','./browserstack-artifacts/','localProxyPass','UPGRADE_REQUIRED','TCG_DOWN','Upgrade\x20required','turboScaleOptions','httpProxy','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','https://observability-devtestops.bsstag.com','AI_INIT_SUCCESSFUL','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://api.browserstack.com','firefoxOptions','timeouts','PLAYWRIGHT_HUB_URL','hub-eu-only.browserstack.com','TCG_URL','ATS_WSS_URL_REGEX','hardMinMajor','https://upload-observability-devtestops-ssi.bsstag.com','/usage.log','ERR_ADDRESS_INVALID','USER_CONFIG_DETAILS_PATH','root','ERR_TIMED_OUT','user_data','ERR_PROXY_CONNECTION_FAILED','LOG_FILE_NAME','BROWSERSTACK_API_URL','VERSION','percyCaptureMode','HST','DEBUG_CLI_LOG_FILE_NAME','GLOBAL_AGENT_HTTP_PROXY','EDS_URL','CLI_SUPPORTED_FRAMEWORKS','Run\x20playwright\x20tests\x20on\x20Browserstack','TCG_AUTH_TIMEOUT','ERR_CONNECTION_REFUSED','percyOptions','FUNNEL_INSTRUMENTATION_API_URL','TEST\x20REPORTING\x20AND\x20ANALYTICS','wss://cdp-preprod.bsstag.com/playwright?caps=','testReportingOptions','UPDATED_CLI_ENDPOINT','ERR_NAME_NOT_RESOLVED','https://api-cloud-devtestops.bsstag.com','prod','ERR_TLS_CERT_ALTNAME_INVALID','PLAYWRIGHT_CONFIG_OPTION_ERRORS','AI_INIT_FAILURE','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','https://tcg.bsstag.com','REDACTED_KEYS','use','OBSERVABILITY_UPLOAD_URL','Run\x20codeceptjs\x20tests\x20on\x20browserstack','BROWSERSTACK_ENV','.browserstack\x20folder\x20not\x20accessible','1967609JttZzW','SPAWN_RETRY_DELAY_MS','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','10|8|1|3|4|12|13|5|7|0|2|6|9|11','acceptSslCert','SDKTestInvalidTcgAuthResponseWithUserImpact','toLowerCase','testContextOptions','codeceptjs-cucumber','SDKTestTcgAuthFailure','ERR_SOCKET_NOT_CONNECTED','INFO','sdk-cli-debug.log','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','HEALING_FAILURE_TIMEOUT','logLevel','httpsProxy','HUB_URL_REGEX','proxySettings','acceptSslCerts','CONNECTIVITY_ISSUE_ERROR_CODES','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','PACKAGE_TYPE','CODECEPT','https://api-preprod.bsstag.com','APP_AUTOMATE','browserStackLocalOptions','app-automate','browserstack','1159872QBmJYC','https://automate-preprod.bsstag.com/dashboard/v2/builds/','Cucumber-JS','ERR_ADDRESS_UNREACHABLE','hubUrl','browserstack-ats.com','bsstag.com','testObservabilityOptions','BROWSERSTACK_AUTOMATE_URL','10|5|0|7|3|8|9|1|4|13|2|6|12|11','browserVersion','https://tcg.browserstack.com','12zQcdcy','chromeOptions','proxyPassword','https://apidevtestops.bsstag.com','APP_UPLOAD_URL','Run\x20js\x20tests\x20on\x20browserstack','TCG_REGION','Run\x20nightwatch\x20tests\x20on\x20browserstack','split','wss://cdp.browserstack.com/playwright?caps=','...[TRUNCATED]','password','uniqueDependency','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','EBUSY','HUB_URL_MAP'];a75_0x1448=function(){return _0x5ac0dc;};return a75_0x1448();}function a75_0x50d1(_0x3d71ea,_0x5a0af8){const _0x144866=a75_0x1448();return a75_0x50d1=function(_0x50d199,_0x39dc30){_0x50d199=_0x50d199-0x16d;let _0x139e3e=_0x144866[_0x50d199];return _0x139e3e;},a75_0x50d1(_0x3d71ea,_0x5a0af8);}const _env=(process[a75_0x5b0e24(0x18c)][a75_0x5b0e24(0x1ec)]||a75_0x5b0e24(0x1e2))[a75_0x5b0e24(0x1f4)]();if(_env===a75_0x5b0e24(0x25c)||_env===a75_0x5b0e24(0x184)){const LGQMXq=a75_0x5b0e24(0x214)['split']('|');let yqMRES=0x0;while(!![]){switch(LGQMXq[yqMRES++]){case'0':module[a75_0x5b0e24(0x264)]['TCG_URL']=a75_0x5b0e24(0x1e7);continue;case'1':module[a75_0x5b0e24(0x264)]['PLAYWRIGHT_HUB_URL']=a75_0x5b0e24(0x267);continue;case'2':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x185)]=a75_0x5b0e24(0x1bb);continue;case'3':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x213)]=a75_0x5b0e24(0x18b);continue;case'4':module['exports'][a75_0x5b0e24(0x26a)]=a75_0x5b0e24(0x224);continue;case'5':module['exports'][a75_0x5b0e24(0x1cf)]=a75_0x5b0e24(0x21a);continue;case'6':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1ea)]=a75_0x5b0e24(0x1c6);continue;case'7':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1ff)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module['exports'][a75_0x5b0e24(0x177)]='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'9':module['exports'][a75_0x5b0e24(0x21b)]=a75_0x5b0e24(0x1e1);continue;case'10':module[a75_0x5b0e24(0x264)]['hubUrl']=a75_0x5b0e24(0x195);continue;case'11':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x23f)]='bsstag';continue;case'12':module[a75_0x5b0e24(0x264)]['EDS_URL']='https://edsstaging.bsstag.com';continue;case'13':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1a9)]=a75_0x5b0e24(0x211);continue;}break;}}else{if(_env===a75_0x5b0e24(0x230)||_env==='pre-prod'){const awXTEI=a75_0x5b0e24(0x1f1)[a75_0x5b0e24(0x21f)]('|');let qgHKpo=0x0;while(!![]){switch(awXTEI[qgHKpo++]){case'0':module[a75_0x5b0e24(0x264)]['BSTACK_URL']=a75_0x5b0e24(0x211);continue;case'1':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1c3)]='https://tcg-preprod.bsstag.com';continue;case'2':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x185)]=a75_0x5b0e24(0x22b);continue;case'3':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1ff)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'4':module[a75_0x5b0e24(0x264)]['BROWSERSTACK_AUTOMATE_URL']=a75_0x5b0e24(0x20c);continue;case'5':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1c1)]=a75_0x5b0e24(0x1dd);continue;case'6':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1ea)]=a75_0x5b0e24(0x1ab);continue;case'7':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x26a)]='wss://cdp-preprod.bsstag.com/puppeteer?caps=';continue;case'8':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1cf)]=a75_0x5b0e24(0x206);continue;case'9':module['exports'][a75_0x5b0e24(0x1d5)]='https://edsstaging.bsstag.com';continue;case'10':module['exports'][a75_0x5b0e24(0x20f)]=a75_0x5b0e24(0x1b1);continue;case'11':module[a75_0x5b0e24(0x264)]['BROWSERSTACK']=a75_0x5b0e24(0x1ac);continue;case'12':module[a75_0x5b0e24(0x264)]['BROWSERSTACK_APP_AUTOMATE_URL']=a75_0x5b0e24(0x172);continue;case'13':module['exports']['APP_UPLOAD_URL']=a75_0x5b0e24(0x206);continue;}break;}}}
|
|
1
|
+
const a75_0x1bc4f9=a75_0x5259;(function(_0x1769f3,_0x4d3ff9){const _0x2546a0=a75_0x5259,_0x4605a0=_0x1769f3();while(!![]){try{const _0x378193=-parseInt(_0x2546a0(0xaf))/0x1*(parseInt(_0x2546a0(0x110))/0x2)+-parseInt(_0x2546a0(0x13b))/0x3+-parseInt(_0x2546a0(0x8c))/0x4+parseInt(_0x2546a0(0x78))/0x5*(-parseInt(_0x2546a0(0x131))/0x6)+parseInt(_0x2546a0(0x11a))/0x7*(-parseInt(_0x2546a0(0x86))/0x8)+-parseInt(_0x2546a0(0x16c))/0x9+parseInt(_0x2546a0(0x6f))/0xa;if(_0x378193===_0x4d3ff9)break;else _0x4605a0['push'](_0x4605a0['shift']());}catch(_0x41db2c){_0x4605a0['push'](_0x4605a0['shift']());}}}(a75_0x5138,0x3b32a));const a75_0x1732dc={};a75_0x1732dc['INFO']=a75_0x1bc4f9(0x132),a75_0x1732dc[a75_0x1bc4f9(0xf1)]=a75_0x1bc4f9(0xf4);const a75_0x15348a={};a75_0x15348a[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0x108);const a75_0x364384={};a75_0x364384['INFO']=a75_0x1bc4f9(0x10f);function a75_0x5259(_0x3aedd6,_0x4e4f4e){const _0x5138a5=a75_0x5138();return a75_0x5259=function(_0x525903,_0xdd7c57){_0x525903=_0x525903-0x6b;let _0x25df00=_0x5138a5[_0x525903];return _0x25df00;},a75_0x5259(_0x3aedd6,_0x4e4f4e);}const a75_0x57a262={};a75_0x57a262[a75_0x1bc4f9(0x6d)]='Run\x20mocha\x20tests\x20on\x20browserstack';const a75_0x52cd04={};a75_0x52cd04['INFO']=a75_0x1bc4f9(0x109);const a75_0x4299e7={};a75_0x4299e7[a75_0x1bc4f9(0x6d)]='Run\x20js\x20tests\x20on\x20browserstack';function a75_0x5138(){const _0x2741cb=['DEBUG_CLI_LOG_FILE_NAME','OBSERVABILITY_SUPPORTED_FWS','INVALID_INIT_RESP_WITH_USER_IMPACT','httpsProxy','browserstack.overridelocalInfo.userAuthToken','VALID_APP_EXTENSION','PLAYWRIGHT_TRACE_LOGS','https://edsstaging.bsstag.com','SDKTestTcgDownResponse','^[a-zA-Z0-9_.-]*$','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','jest','sdk/v1/update_cli','testOrchestrationOptions','MAX_DRIVER_INIT_ERROR_BYTES','browserstack.userName','cucumber','SDKTestInvalidTcgAuthResponseWithUserImpact','bsstag.com','hub-apse-only.browserstack.com','wss://cdp.browserstack.com/puppeteer?caps=','browserVersion','COMMONJS','GLOBAL_AGENT_NO_PROXY','userName','AUTOMATION_LOG_COMMANDS','https://upload-observability-devtestops-ssi.bsstag.com','prod','self\x20signed\x20certificate','sdk-cli-debug.log','PERCY_SUPPORTED_FRAMEWORKS','https://eds.browserstack.com','exports','Run\x20playwright\x20tests\x20on\x20Browserstack','browserstackAutomation','hub.browserstack.com','testReportingOptions','CLIENT_TROUBLESHOOTING_HASH','vanilla','ATS_HUB_URL_REGEX','CUSTOM_ID_REGEX','HELP','observability','BINARY_BUSY_ERROR_CODES','Specify\x20--help\x20for\x20available\x20options','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','CODECEPT','default','Playwright','hubUrl','newman','mocha','TCG_URL','proxySettings','CI_ARTIFACTS_PATH','localProxyUser','BSTACK_ATS_URL','CERT_HAS_EXPIRED','https://automate-preprod.bsstag.com/dashboard/v2/builds/','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','https://observability-devtestops.bsstag.com','testReporting','AUTOMATE_PRODUCTS','AI_PROXY_FAILURE','Run\x20jest\x20tests\x20on\x20browserstack','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ERR_FAILED','uniqueDependency','commonjs','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','testContextOptions','Run\x20jasmine\x20tests\x20on\x20browserstack','2dFTOyt','stag','customVariables','localOptions','invalidKeys','hub-eu-only.browserstack.com','browserStackLocalOptions','HUB_URL_REGEX','POLL_HEALING_RESULT_TIMEOUT','percyScreenshot','258209VAaqoD','browserName','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','invalidTestInputType','browserstackLocal','ieOptions','SDKTestTcgtInitSuccessful','A11Y_SAVE_RESULTS','us-east','acceptSslCerts','SDKTestTcgProxyFailure','A11Y_GET_RESULTS_SUMMARY','https://api.browserstack.com','turboScale','JASMINE','FRAMEWORKS','platforms','Upgrade\x20required','bsstag','proxyUrl','wss://cdp.browserstack.com/playwright?caps=','CODECEPT_CUCUMBER','DEPTH_ZERO_SELF_SIGNED_CERT','100482ZKPzss','shows\x20version\x20information','BROWSERSTACK_API_URL','GLOBAL_AGENT_HTTP_PROXY','wss://cdp-preprod.bsstag.com/playwright?caps=','TCG_DOWN','GIT_META_DATA_TRUNCATED','PRIVATE_DOMAIN_OR_IP_REGEX','https://tcg-preprod.bsstag.com','https://tcg.browserstack.com','261084gbzpYR','BROWSERSTACK_ENV','ROOT_REGEX','BROWSERSTACK','TESTCAFE','ERR_NETWORK_CHANGED','SELF_SIGNED_CERT_IN_CHAIN','root','PUPPETEER','NIGHTWATCH','puppeteer','framework','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','Mocha','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','TEST\x20REPORTING\x20AND\x20ANALYTICS','https://api-cloud-devtestops.bsstag.com','user_data','REDACTED_KEYS','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','unhandledPromptBehavior','A11Y_SCAN','testObservability','hub-use-only.browserstack.com','authToken','CUCUMBER','DEBUG_LOG_FILE_NAME','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','SET_TCG_TOKEN_TIMEOUT','https://upload-observability.browserstack.com','NUDGE_LOCAL_ERRORS','HUB_URL_MAP','ERR_CONNECTION_CLOSED','password','browserstack.user','firefoxOptions','httpProxy','rerunTests','turboScaleOptions','PUPPETEER_HUB_URL','...[TRUNCATED]','https://automation.browserstack.com','7|13|11|12|6|9|2|10|5|8|1|0|3|4','EDS_URL','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','2|10|8|12|4|3|13|1|5|0|11|7|6|9','sdk/v1/event','MAX_GIT_META_DATA_SIZE_IN_BYTES','TCG_AUTH_TIMEOUT','2955807dyiiVu','mandatoryDependency','Cucumber-JS','testObservabilityOptions','codeceptjs','AI_INIT_SUCCESSFUL','PLAYWRIGHT','proxyUser','INFO','pageLoadStrategy','9697610WjpjWt','chromeOptions','APP_AUTOMATE_PRODUCTS','EBUSY','ERR_CONNECTION_RESET','https://hub-preprod.bsstag.com/wd/hub','jasmine','MAX_SPAWN_RETRIES','ERR_TLS_CERT_ALTNAME_INVALID','10wPiaWa','ERR_BLOCKED_BY_CLIENT','VERSION','https://api-cloud.browserstack.com','.aab','percy','Run\x20testcafe\x20tests\x20on\x20browserstack','ERR_TIMED_OUT','SDK_INSTRUMENTATION_CONFIG','percyCaptureMode','./browserstack-artifacts/','automate','AI_ENABLED_FRAMEWORK','pre-prod','16qCGEkE','ERR_PROXY_CONNECTION_FAILED','minTestedMajor','OBSERVABILITY_UPLOAD_URL','CODECEPTJS','APP_UPLOAD_URL','271728peZLJf','edgeOptions','playwright','unable\x20to\x20verify\x20the\x20first\x20certificate','ERR_SOCKS_CONNECTION_FAILED','accessKey','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','SHAREABLE_ID_REGEX','FUNNEL_INSTRUMENTATION_API_URL','NEWMAN','BROWSERSTACK_APP_AUTOMATE_URL','maxTestedMajor','ERR_CONNECTION_TIMED_OUT','SDKTestTcgAuthFailure','toLowerCase','proxyPass','https://automate.browserstack.com/dashboard/v2/builds/','unable\x20to\x20get\x20local\x20issuer\x20certificate','staging','BSTACK_URL','TCG_AUTH_FAILURE','app-automate','https://upload-observability-preprod.bsstag.com','UPGRADE_REQUIRED','SPAWN_RETRY_DELAY_MS','HEALING_LOG_DATA_TIMEOUT','AI_INIT_FAILURE','parallelsPerPlatform','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','BSTACK_DELTA','split','disableAutoCaptureLogs','percyOptions','UPDATED_CLI_ENDPOINT','CLI_SUPPORTED_FRAMEWORKS','136636QNaLis','hub-aps-only.browserstack.com','HST','ERR_CONNECTION_REFUSED','browserstack.accessKey','accessibility','ERR_ADDRESS_INVALID','acceptSslCert','VANILLA','AUTOMATE','MOCHA','browserstack.key','.browserstack\x20folder\x20not\x20accessible','Jest','accessibilityOptions','BROWSERSTACK_AUTOMATE_URL','strictFileInteractability','browserstack','wss://cdp-preprod.bsstag.com/puppeteer?caps=','PLAYWRIGHT_HUB_URL','localProxyPass','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','testcafe','ERR_NAME_NOT_RESOLVED','A11Y_GET_RESULTS'];a75_0x5138=function(){return _0x2741cb;};return a75_0x5138();}const a75_0x3bce24={};a75_0x3bce24[a75_0x1bc4f9(0x6d)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a75_0x47a8bf={};a75_0x47a8bf[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0xe9);const a75_0xb92b42={};a75_0xb92b42[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0x7e);const a75_0x14b2dd={};a75_0x14b2dd[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0xa8);const a75_0x16ec54={};a75_0x16ec54[a75_0x1bc4f9(0x6d)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a75_0x59a6db={};a75_0x59a6db['INFO']='Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability';const a75_0x3b8db9={};a75_0x3b8db9[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0xc4);const a75_0x3f0c8c={};a75_0x3f0c8c[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0x92);const a75_0x176be1={};a75_0x176be1['hardMinMajor']=null,a75_0x176be1[a75_0x1bc4f9(0x88)]=0xe,a75_0x176be1[a75_0x1bc4f9(0x97)]=0x1a;const a75_0x547bfa={};a75_0x547bfa[a75_0x1bc4f9(0x6b)]=a75_0x1bc4f9(0xf8),a75_0x547bfa[a75_0x1bc4f9(0xb9)]=a75_0x1bc4f9(0xfb),a75_0x547bfa['JEST']='jest',a75_0x547bfa[a75_0x1bc4f9(0xf6)]='codeceptjs',a75_0x547bfa[a75_0x1bc4f9(0x12f)]='codeceptjs-cucumber',a75_0x547bfa[a75_0x1bc4f9(0x154)]=a75_0x1bc4f9(0xd8),a75_0x547bfa[a75_0x1bc4f9(0xb7)]=a75_0x1bc4f9(0xee),a75_0x547bfa[a75_0x1bc4f9(0x143)]=a75_0x1bc4f9(0x145),a75_0x547bfa['TESTCAFE']=a75_0x1bc4f9(0xc5),a75_0x547bfa[a75_0x1bc4f9(0x95)]=a75_0x1bc4f9(0xfa),a75_0x547bfa[a75_0x1bc4f9(0x128)]=a75_0x1bc4f9(0x75);const a75_0x106b8e={};a75_0x106b8e[a75_0x1bc4f9(0x114)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a75_0x106b8e[a75_0x1bc4f9(0x10b)]=a75_0x1bc4f9(0xd2),a75_0x106b8e[a75_0x1bc4f9(0x16d)]=a75_0x1bc4f9(0x167),a75_0x106b8e[a75_0x1bc4f9(0x11d)]=a75_0x1bc4f9(0x156);const a75_0x268ee2={};a75_0x268ee2[a75_0x1bc4f9(0xde)]=a75_0x1bc4f9(0x10c),a75_0x268ee2['MODULE']='module';const a75_0x470cc5={};a75_0x470cc5[a75_0x1bc4f9(0x148)]=0xfde8,a75_0x470cc5[a75_0x1bc4f9(0x16e)]=0xfde8,a75_0x470cc5[a75_0x1bc4f9(0xbc)]=0x186a0;const a75_0x5396ac={};a75_0x5396ac[a75_0x1bc4f9(0x142)]=[a75_0x1bc4f9(0xe0),a75_0x1bc4f9(0x91),a75_0x1bc4f9(0xd7),a75_0x1bc4f9(0xb3),a75_0x1bc4f9(0x15d),a75_0x1bc4f9(0xba),a75_0x1bc4f9(0x15c),a75_0x1bc4f9(0x14c),a75_0x1bc4f9(0x15f),a75_0x1bc4f9(0xcb),a75_0x1bc4f9(0x112),'proxyPassword',a75_0x1bc4f9(0x153),a75_0x1bc4f9(0x12d),a75_0x1bc4f9(0xcc)],a75_0x5396ac[a75_0x1bc4f9(0x116)]=[a75_0x1bc4f9(0x6c),a75_0x1bc4f9(0x9b),a75_0x1bc4f9(0xff),a75_0x1bc4f9(0xc3)];const a75_0x3b58a7={};a75_0x3b58a7[a75_0x1bc4f9(0x11e)]=a75_0x1bc4f9(0x11e),a75_0x3b58a7[a75_0x1bc4f9(0x116)]=a75_0x1bc4f9(0x116),a75_0x3b58a7[a75_0x1bc4f9(0x113)]=a75_0x1bc4f9(0x116),a75_0x3b58a7[a75_0x1bc4f9(0xa7)]=a75_0x1bc4f9(0xa7),a75_0x3b58a7[a75_0x1bc4f9(0x12a)]=a75_0x1bc4f9(0x12a),a75_0x3b58a7['logLevel']='logLevel',a75_0x3b58a7[a75_0x1bc4f9(0x15f)]=a75_0x1bc4f9(0x15f),a75_0x3b58a7[a75_0x1bc4f9(0xcb)]=a75_0x1bc4f9(0xcb),a75_0x3b58a7[a75_0x1bc4f9(0x146)]='framework',a75_0x3b58a7[a75_0x1bc4f9(0x10e)]=a75_0x1bc4f9(0x10e),a75_0x3b58a7[a75_0x1bc4f9(0x151)]=a75_0x1bc4f9(0x151),a75_0x3b58a7[a75_0x1bc4f9(0x105)]=a75_0x1bc4f9(0x105),a75_0x3b58a7[a75_0x1bc4f9(0x16f)]=a75_0x1bc4f9(0x16f),a75_0x3b58a7[a75_0x1bc4f9(0xec)]='testReportingOptions',a75_0x3b58a7[a75_0x1bc4f9(0x112)]=a75_0x1bc4f9(0x112),a75_0x3b58a7['automation']=a75_0x1bc4f9(0xea),a75_0x3b58a7[a75_0x1bc4f9(0xea)]='browserstackAutomation',a75_0x3b58a7[a75_0x1bc4f9(0x160)]=a75_0x1bc4f9(0x160),a75_0x3b58a7[a75_0x1bc4f9(0x7d)]='percy',a75_0x3b58a7[a75_0x1bc4f9(0xac)]='percyOptions',a75_0x3b58a7['percyCaptureMode']=a75_0x1bc4f9(0x81),a75_0x3b58a7[a75_0x1bc4f9(0xab)]='disableAutoCaptureLogs',a75_0x3b58a7[a75_0x1bc4f9(0xb4)]=a75_0x1bc4f9(0xb4),a75_0x3b58a7[a75_0x1bc4f9(0xbd)]=a75_0x1bc4f9(0xbd),a75_0x3b58a7[a75_0x1bc4f9(0x127)]=a75_0x1bc4f9(0x127),a75_0x3b58a7[a75_0x1bc4f9(0x161)]=a75_0x1bc4f9(0x161),a75_0x3b58a7[a75_0x1bc4f9(0xfd)]=a75_0x1bc4f9(0xfd),a75_0x3b58a7[a75_0x1bc4f9(0xd5)]=a75_0x1bc4f9(0xd5);const a75_0x527d90={};a75_0x527d90[a75_0x1bc4f9(0xf7)]=a75_0x1bc4f9(0xeb),a75_0x527d90[a75_0x1bc4f9(0x122)]=a75_0x1bc4f9(0x152),a75_0x527d90['us']='hub-us-only.browserstack.com',a75_0x527d90['eu']=a75_0x1bc4f9(0x115),a75_0x527d90['in']=a75_0x1bc4f9(0xb0),a75_0x527d90['au']=a75_0x1bc4f9(0xdb);const a75_0x26c451={};a75_0x26c451[a75_0x1bc4f9(0xbb)]=['SDK-GEN-001','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.'];const a75_0x2ee39c={};a75_0x2ee39c[a75_0x1bc4f9(0x7a)]=a75_0x1732dc,a75_0x2ee39c['JEST']=a75_0x15348a,a75_0x2ee39c[a75_0x1bc4f9(0x128)]=a75_0x364384,a75_0x2ee39c[a75_0x1bc4f9(0xb9)]=a75_0x57a262,a75_0x2ee39c[a75_0x1bc4f9(0x154)]=a75_0x52cd04,a75_0x2ee39c['VANILLA']=a75_0x4299e7,a75_0x2ee39c[a75_0x1bc4f9(0x144)]=a75_0x3bce24,a75_0x2ee39c[a75_0x1bc4f9(0x6b)]=a75_0x47a8bf,a75_0x2ee39c[a75_0x1bc4f9(0x13f)]=a75_0xb92b42,a75_0x2ee39c[a75_0x1bc4f9(0x143)]=a75_0x14b2dd,a75_0x2ee39c[a75_0x1bc4f9(0x8a)]=a75_0x16ec54,a75_0x2ee39c['NEWMAN']=a75_0x59a6db,a75_0x2ee39c[a75_0x1bc4f9(0xb1)]=a75_0x3b8db9,a75_0x2ee39c['INTEGRATIONS']=a75_0x3f0c8c,a75_0x2ee39c[a75_0x1bc4f9(0xa9)]=0x8*0x3c*0x3e8,a75_0x2ee39c[a75_0x1bc4f9(0xf9)]='https://hub.browserstack.com/wd/hub',a75_0x2ee39c[a75_0x1bc4f9(0xfc)]=a75_0x1bc4f9(0x13a),a75_0x2ee39c['TCG_REGION']='use',a75_0x2ee39c[a75_0x1bc4f9(0x117)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a75_0x2ee39c[a75_0x1bc4f9(0xef)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a75_0x2ee39c['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a75_0x2ee39c['ROOT_CAPS']=['acceptInsecureCerts',a75_0x1bc4f9(0x6e),a75_0x1bc4f9(0xbf),a75_0x1bc4f9(0x14f),'timeouts',a75_0x1bc4f9(0x11b),a75_0x1bc4f9(0xdd),a75_0x1bc4f9(0x123),a75_0x1bc4f9(0xb6),a75_0x1bc4f9(0x70),a75_0x1bc4f9(0x15e),a75_0x1bc4f9(0x8d),a75_0x1bc4f9(0x11f)],a75_0x2ee39c[a75_0x1bc4f9(0x13d)]=/^[\w-]+:.*$/,a75_0x2ee39c[a75_0x1bc4f9(0x138)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a75_0x2ee39c['EDS_URL']=a75_0x1bc4f9(0xe7),a75_0x2ee39c['BROWSERSTACK_API_URL']=a75_0x1bc4f9(0x126),a75_0x2ee39c[a75_0x1bc4f9(0x8b)]=a75_0x1bc4f9(0x7b),a75_0x2ee39c[a75_0x1bc4f9(0xad)]=a75_0x1bc4f9(0xd4),a75_0x2ee39c['LT_SUPPORTED_NODE']=a75_0x176be1,a75_0x2ee39c[a75_0x1bc4f9(0x94)]=a75_0x1bc4f9(0x169),a75_0x2ee39c[a75_0x1bc4f9(0x106)]=['automate',a75_0x1bc4f9(0xf2)],a75_0x2ee39c[a75_0x1bc4f9(0x71)]=[a75_0x1bc4f9(0xa1),a75_0x1bc4f9(0xf2)],a75_0x2ee39c[a75_0x1bc4f9(0x149)]=[a75_0x1bc4f9(0xf2)],a75_0x2ee39c[a75_0x1bc4f9(0x89)]=a75_0x1bc4f9(0x158),a75_0x2ee39c[a75_0x1bc4f9(0xc9)]=[a75_0x1bc4f9(0xfb),'Playwright',a75_0x1bc4f9(0xc5),a75_0x1bc4f9(0x75)],a75_0x2ee39c[a75_0x1bc4f9(0xb8)]=[a75_0x1bc4f9(0x83)],a75_0x2ee39c[a75_0x1bc4f9(0xbe)]=a75_0x1bc4f9(0x9c),a75_0x2ee39c[a75_0x1bc4f9(0x96)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a75_0x2ee39c['APP_AUTOMATE']=[a75_0x1bc4f9(0xa1)],a75_0x2ee39c[a75_0x1bc4f9(0x159)]=[a75_0x1bc4f9(0x10a),a75_0x1bc4f9(0x7f),a75_0x1bc4f9(0x79),a75_0x1bc4f9(0x140),'ERR_SOCKET_NOT_CONNECTED',a75_0x1bc4f9(0x15b),a75_0x1bc4f9(0x73),a75_0x1bc4f9(0xb2),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED',a75_0x1bc4f9(0xc6),a75_0x1bc4f9(0xb5),'ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED',a75_0x1bc4f9(0x98),a75_0x1bc4f9(0x90),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a75_0x1bc4f9(0x87),a75_0x1bc4f9(0xc6),'ERR_NAME_RESOLUTION_FAILED',a75_0x1bc4f9(0x14e)],a75_0x2ee39c[a75_0x1bc4f9(0xcd)]=['.apk',a75_0x1bc4f9(0x7c),'.ipa'],a75_0x2ee39c[a75_0x1bc4f9(0xf0)]=a75_0x1bc4f9(0xd1),a75_0x2ee39c[a75_0x1bc4f9(0x93)]=a75_0x1bc4f9(0x10d),a75_0x2ee39c[a75_0x1bc4f9(0xfe)]=a75_0x1bc4f9(0x82),a75_0x2ee39c[a75_0x1bc4f9(0xc2)]=a75_0x1bc4f9(0x12e),a75_0x2ee39c[a75_0x1bc4f9(0x162)]=a75_0x1bc4f9(0xdc),a75_0x2ee39c[a75_0x1bc4f9(0x129)]=a75_0x547bfa,a75_0x2ee39c[a75_0x1bc4f9(0xe6)]=['jest',a75_0x1bc4f9(0xfb)],a75_0x2ee39c['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a75_0x106b8e,a75_0x2ee39c['AUTOLOGCAPTURE_NOTIFICATION']=a75_0x1bc4f9(0x11c),a75_0x2ee39c['PACKAGE_TYPE']=a75_0x268ee2,a75_0x2ee39c[a75_0x1bc4f9(0x16a)]=0x40*0x400,a75_0x2ee39c[a75_0x1bc4f9(0x137)]=a75_0x1bc4f9(0x163),a75_0x2ee39c[a75_0x1bc4f9(0xa3)]=a75_0x1bc4f9(0x12b),a75_0x2ee39c[a75_0x1bc4f9(0x136)]=a75_0x1bc4f9(0xd0),a75_0x2ee39c[a75_0x1bc4f9(0xca)]=a75_0x1bc4f9(0xd9),a75_0x2ee39c[a75_0x1bc4f9(0xa0)]=a75_0x1bc4f9(0x99),a75_0x2ee39c[a75_0x1bc4f9(0x171)]=a75_0x1bc4f9(0x120),a75_0x2ee39c[a75_0x1bc4f9(0xa6)]='SDKTestInitFailedResponse',a75_0x2ee39c[a75_0x1bc4f9(0x107)]=a75_0x1bc4f9(0x124),a75_0x2ee39c[a75_0x1bc4f9(0x16b)]=0x1388,a75_0x2ee39c[a75_0x1bc4f9(0x157)]=0x1388,a75_0x2ee39c[a75_0x1bc4f9(0xa5)]=0x1388,a75_0x2ee39c['HEALING_FAILURE_TIMEOUT']=0x1388,a75_0x2ee39c[a75_0x1bc4f9(0x118)]=0xc350,a75_0x2ee39c['TEST_FRAMEWORK_HOOK_TIMEOUT']=a75_0x470cc5,a75_0x2ee39c[a75_0x1bc4f9(0x14d)]=a75_0x5396ac,a75_0x2ee39c[a75_0x1bc4f9(0x84)]=[a75_0x1bc4f9(0xee),a75_0x1bc4f9(0x170)],a75_0x2ee39c[a75_0x1bc4f9(0x80)]=a75_0x3b58a7,a75_0x2ee39c['LOG_FILE_NAME']='/usage.log',a75_0x2ee39c[a75_0x1bc4f9(0x155)]='/usage-debug.log',a75_0x2ee39c[a75_0x1bc4f9(0xc8)]=a75_0x1bc4f9(0xe5),a75_0x2ee39c[a75_0x1bc4f9(0x9f)]='browserstack.com',a75_0x2ee39c[a75_0x1bc4f9(0x100)]='browserstack-ats.com',a75_0x2ee39c['O11Y_URL']=a75_0x1bc4f9(0x164),a75_0x2ee39c['TEST_REPORTING_ANALYTICS']=a75_0x1bc4f9(0x14a),a75_0x2ee39c[a75_0x1bc4f9(0x13e)]=a75_0x1bc4f9(0xc0),a75_0x2ee39c[a75_0x1bc4f9(0xae)]=[a75_0x1bc4f9(0x8e),'cucumber',a75_0x1bc4f9(0xd3),'puppeteer','testcafe','newman'],a75_0x2ee39c[a75_0x1bc4f9(0xe1)]=[a75_0x1bc4f9(0x150),a75_0x1bc4f9(0x125),a75_0x1bc4f9(0xc7),a75_0x1bc4f9(0x121),a75_0x1bc4f9(0x119),'ObservabilitySync'],a75_0x2ee39c[a75_0x1bc4f9(0xce)]=a75_0x1bc4f9(0xce),a75_0x2ee39c[a75_0x1bc4f9(0x15a)]=a75_0x527d90,a75_0x2ee39c['SSL_ERROR_MESSAGES']=[a75_0x1bc4f9(0xe4),a75_0x1bc4f9(0x8f),'certificate\x20has\x20expired',a75_0x1bc4f9(0x9d),a75_0x1bc4f9(0x77),a75_0x1bc4f9(0x130)],a75_0x2ee39c['SSL_ERROR_CODES']=[a75_0x1bc4f9(0x141),a75_0x1bc4f9(0x130),'UNABLE_TO_VERIFY_LEAF_SIGNATURE',a75_0x1bc4f9(0x101),a75_0x1bc4f9(0x77),'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a75_0x2ee39c['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a75_0x2ee39c[a75_0x1bc4f9(0xed)]=a75_0x26c451,a75_0x2ee39c['INTERNALLY_USED_ENV_VARS']=[a75_0x1bc4f9(0x134),a75_0x1bc4f9(0xdf),'USER_CONFIG_DETAILS_PATH'],a75_0x2ee39c[a75_0x1bc4f9(0xf3)]=['ETXTBSY',a75_0x1bc4f9(0x72)],a75_0x2ee39c[a75_0x1bc4f9(0x76)]=0x3,a75_0x2ee39c[a75_0x1bc4f9(0xa4)]=0x3e8,a75_0x2ee39c[a75_0x1bc4f9(0xd6)]=0x1f40,module['exports']=a75_0x2ee39c;const _env=(process['env'][a75_0x1bc4f9(0x13c)]||a75_0x1bc4f9(0xe3))[a75_0x1bc4f9(0x9a)]();if(_env===a75_0x1bc4f9(0x9e)||_env===a75_0x1bc4f9(0x111)){const HMqVAm=a75_0x1bc4f9(0x165)[a75_0x1bc4f9(0xaa)]('|');let ooIjIv=0x0;while(!![]){switch(HMqVAm[ooIjIv++]){case'0':module[a75_0x1bc4f9(0xe8)]['OBSERVABILITY_UPLOAD_URL']=a75_0x1bc4f9(0xe2);continue;case'1':module[a75_0x1bc4f9(0xe8)]['O11Y_URL']=a75_0x1bc4f9(0x104);continue;case'2':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x8b)]=a75_0x1bc4f9(0x14b);continue;case'3':module[a75_0x1bc4f9(0xe8)]['EDS_URL']=a75_0x1bc4f9(0xcf);continue;case'4':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x13e)]='bsstag';continue;case'5':module[a75_0x1bc4f9(0xe8)]['PUPPETEER_HUB_URL']=a75_0x1bc4f9(0xf5);continue;case'6':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0xbe)]=a75_0x1bc4f9(0x147);continue;case'7':module[a75_0x1bc4f9(0xe8)]['hubUrl']='https://hub-devtestops.bsstag.com/wd/hub';continue;case'8':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x9f)]='bsstag.com';continue;case'9':module['exports'][a75_0x1bc4f9(0x96)]=a75_0x1bc4f9(0x103);continue;case'10':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0xc2)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'11':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0xfc)]='https://tcg.bsstag.com';continue;case'12':module['exports'][a75_0x1bc4f9(0x117)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'13':module[a75_0x1bc4f9(0xe8)]['BROWSERSTACK_API_URL']='https://apidevtestops.bsstag.com';continue;}break;}}else{if(_env==='preprod'||_env===a75_0x1bc4f9(0x85)){const cVZNyV=a75_0x1bc4f9(0x168)[a75_0x1bc4f9(0xaa)]('|');let aWdQGq=0x0;while(!![]){switch(cVZNyV[aWdQGq++]){case'0':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x9f)]=a75_0x1bc4f9(0xda);continue;case'1':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0xc2)]=a75_0x1bc4f9(0x135);continue;case'2':module['exports']['hubUrl']=a75_0x1bc4f9(0x74);continue;case'3':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x96)]='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'4':module['exports']['BROWSERSTACK_AUTOMATE_URL']=a75_0x1bc4f9(0x102);continue;case'5':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x162)]=a75_0x1bc4f9(0xc1);continue;case'6':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x166)]=a75_0x1bc4f9(0xcf);continue;case'7':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x89)]=a75_0x1bc4f9(0xa2);continue;case'8':module['exports'][a75_0x1bc4f9(0xfc)]=a75_0x1bc4f9(0x139);continue;case'9':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x13e)]=a75_0x1bc4f9(0x12c);continue;case'10':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x133)]='https://api-preprod.bsstag.com';continue;case'11':module['exports']['O11Y_URL']='https://automation-preprod.bsstag.com';continue;case'12':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x117)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'13':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x8b)]='https://api-preprod.bsstag.com';continue;}break;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a76_0x9185(_0x3b6c8d,_0x389c94){const _0x381302=a76_0x3813();return a76_0x9185=function(_0x918518,_0x9ef219){_0x918518=_0x918518-0x1c4;let _0x1275ed=_0x381302[_0x918518];return _0x1275ed;},a76_0x9185(_0x3b6c8d,_0x389c94);}const a76_0x37f537=a76_0x9185;(function(_0x15d118,_0x18576f){const _0x2e43a5=a76_0x9185,_0x3f8f16=_0x15d118();while(!![]){try{const _0x20e8eb=parseInt(_0x2e43a5(0x1c4))/0x1+parseInt(_0x2e43a5(0x1c6))/0x2*(parseInt(_0x2e43a5(0x1cd))/0x3)+parseInt(_0x2e43a5(0x1c5))/0x4+-parseInt(_0x2e43a5(0x1d5))/0x5*(parseInt(_0x2e43a5(0x1cb))/0x6)+parseInt(_0x2e43a5(0x1cc))/0x7*(parseInt(_0x2e43a5(0x1ce))/0x8)+-parseInt(_0x2e43a5(0x1d2))/0x9+-parseInt(_0x2e43a5(0x1d3))/0xa;if(_0x20e8eb===_0x18576f)break;else _0x3f8f16['push'](_0x3f8f16['shift']());}catch(_0x4da163){_0x3f8f16['push'](_0x3f8f16['shift']());}}}(a76_0x3813,0xc0ba3));function a76_0x3813(){const _0x42a077=['level','258QZYGul','1106iiEWfn','9OOUejQ','39384iWImUV','layout','join','colouredLayout','6455061iCMDTH','103470DmLlFN','levelStr','126675VcQqbz','637040GCggSe','584996DmZQmk','696846nSRyqn','timezoneOffset','data','configure'];a76_0x3813=function(){return _0x42a077;};return a76_0x3813();}const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x32a7c6,_0x3b3640){return _0x260bdd=>{const _0x3e913a=a76_0x9185;BSTestOpsLogger['log']({'level':_0x260bdd[_0x3e913a(0x1ca)]?_0x260bdd['level'][_0x3e913a(0x1d4)]:null,'message':_0x260bdd[_0x3e913a(0x1c8)]?_0x260bdd['data'][_0x3e913a(0x1d0)]('\x20'):null});};}exports[a76_0x37f537(0x1c9)]=(_0x4537f3,_0x5aa6f8)=>{const _0x284851=a76_0x37f537,_0x5e4655={'ziePr':function(_0x132289,_0x5c6b75,_0x43ef47){return _0x132289(_0x5c6b75,_0x43ef47);}};let _0x4add07=_0x5aa6f8[_0x284851(0x1d1)];return _0x4537f3[_0x284851(0x1cf)]&&(_0x4add07=_0x5aa6f8['layout'](_0x4537f3[_0x284851(0x1cf)]['type'],_0x4537f3[_0x284851(0x1cf)])),_0x5e4655['ziePr'](BSTestOpsLog4JSAppender,_0x4add07,_0x4537f3[_0x284851(0x1c7)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a77_0xdb5c(_0x18814b,_0x23c36f){const _0x1b8ada=a77_0x1b8a();return a77_0xdb5c=function(_0xdb5c98,_0x3367f0){_0xdb5c98=_0xdb5c98-0x182;let _0x4870c6=_0x1b8ada[_0xdb5c98];return _0x4870c6;},a77_0xdb5c(_0x18814b,_0x23c36f);}const a77_0xab2f16=a77_0xdb5c;(function(_0x2ca2bb,_0x2551aa){const _0xa6206e=a77_0xdb5c,_0x308518=_0x2ca2bb();while(!![]){try{const _0x3411b6=-parseInt(_0xa6206e(0x198))/0x1*(parseInt(_0xa6206e(0x18f))/0x2)+parseInt(_0xa6206e(0x197))/0x3+parseInt(_0xa6206e(0x182))/0x4+parseInt(_0xa6206e(0x19f))/0x5+-parseInt(_0xa6206e(0x183))/0x6+parseInt(_0xa6206e(0x191))/0x7*(-parseInt(_0xa6206e(0x194))/0x8)+parseInt(_0xa6206e(0x195))/0x9;if(_0x3411b6===_0x2551aa)break;else _0x308518['push'](_0x308518['shift']());}catch(_0x245d0b){_0x308518['push'](_0x308518['shift']());}}}(a77_0x1b8a,0xf16cd));const Transport=require(a77_0xab2f16(0x18a)),{consoleHolder}=require('../../helpers/test-observability/constants'),a77_0xe7cdc1={};a77_0xe7cdc1['INFO']=a77_0xab2f16(0x186),a77_0xe7cdc1[a77_0xab2f16(0x1a0)]='ERROR',a77_0xe7cdc1['DEBUG']=a77_0xab2f16(0x193),a77_0xe7cdc1[a77_0xab2f16(0x184)]='TRACE',a77_0xe7cdc1[a77_0xab2f16(0x199)]='WARN';const LOG_LEVELS=a77_0xe7cdc1;function a77_0x1b8a(){const _0x2d4d8c=['log','emit','toLowerCase','info','385735gdYVSs','ERROR','2651204UzVOKP','4803792INcpAj','TRACE','oGjVU','INFO','join','toISOString','error','winston-transport','pid','trace','warn','bs:addLog:','2BqVUvF','toUpperCase','5565GaHcuj','TEST_LOG','DEBUG','15752OtsbEC','27735597QGxhoA','logToTestOps','76197oZhEhi','492216WuoFOk','WARN','exports'];a77_0x1b8a=function(){return _0x2d4d8c;};return a77_0x1b8a();}class logPatcher extends Transport{constructor(_0x29d538){super(_0x29d538);}['logToTestOps']=(_0x487288=LOG_LEVELS[a77_0xab2f16(0x186)],_0x576af3=[''])=>{const _0x5d8d37=a77_0xab2f16,_0x267f25={};_0x267f25[_0x5d8d37(0x185)]=_0x5d8d37(0x192);const _0x4f091c=_0x267f25;consoleHolder[_0x487288[_0x5d8d37(0x19d)]()](..._0x576af3),process[_0x5d8d37(0x19c)](_0x5d8d37(0x18e)+process[_0x5d8d37(0x18b)],{'timestamp':new Date()[_0x5d8d37(0x188)](),'level':_0x487288[_0x5d8d37(0x190)](),'message':'\x22'+_0x576af3[_0x5d8d37(0x187)](',\x20')+'\x22','kind':_0x4f091c[_0x5d8d37(0x185)],'http_response':{}});};[a77_0xab2f16(0x18c)]=(..._0x470715)=>{const _0x1eed6e=a77_0xab2f16;this[_0x1eed6e(0x196)](LOG_LEVELS['TRACE'],_0x470715);};['debug']=(..._0x5ac44b)=>{const _0x31e875=a77_0xab2f16;this[_0x31e875(0x196)](LOG_LEVELS[_0x31e875(0x193)],_0x5ac44b);};[a77_0xab2f16(0x19e)]=(..._0xe0772d)=>{const _0xf9dda5=a77_0xab2f16;this[_0xf9dda5(0x196)](LOG_LEVELS[_0xf9dda5(0x186)],_0xe0772d);};[a77_0xab2f16(0x18d)]=(..._0x58e7ed)=>{const _0x1be5f4=a77_0xab2f16;this['logToTestOps'](LOG_LEVELS[_0x1be5f4(0x199)],_0x58e7ed);};[a77_0xab2f16(0x189)]=(..._0x39ab91)=>{const _0x5e6f64=a77_0xab2f16;this['logToTestOps'](LOG_LEVELS[_0x5e6f64(0x1a0)],_0x39ab91);};[a77_0xab2f16(0x19b)]=(..._0x372abc)=>{const _0x4b6ea0=a77_0xab2f16;this[_0x4b6ea0(0x196)](LOG_LEVELS[_0x4b6ea0(0x186)],_0x372abc);};};module[a77_0xab2f16(0x19a)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a78_0x302c8f=a78_0x3c21;(function(_0x33c289,_0x142bea){const _0x58f241=a78_0x3c21,_0x3a9d39=_0x33c289();while(!![]){try{const _0x35b4bc=parseInt(_0x58f241(0x150))/0x1*(parseInt(_0x58f241(0x15f))/0x2)+parseInt(_0x58f241(0x168))/0x3*(-parseInt(_0x58f241(0x166))/0x4)+-parseInt(_0x58f241(0x14f))/0x5+-parseInt(_0x58f241(0x16b))/0x6*(parseInt(_0x58f241(0x161))/0x7)+parseInt(_0x58f241(0x15d))/0x8+parseInt(_0x58f241(0x15e))/0x9+parseInt(_0x58f241(0x164))/0xa;if(_0x35b4bc===_0x142bea)break;else _0x3a9d39['push'](_0x3a9d39['shift']());}catch(_0x5e860c){_0x3a9d39['push'](_0x3a9d39['shift']());}}}(a78_0x4e79,0x66726));const Transport=require(a78_0x302c8f(0x169)),{consoleHolder}=require(a78_0x302c8f(0x157)),a78_0x239872={};function a78_0x4e79(){const _0x42219a=['emit','3592872nPsvzW','4533084SYqVKC','4840XIBhwq','pid','273NIorhJ','ilbIs','DEBUG','6129830xtesWR','WARN','157004fcpiTG','toISOString','57mudJvC','winston-transport','INFO','28734UzhEWw','TEST_LOG','logToTestOps','JrusQ','logged','qvdXN','warn','LaBxl','3258130JdOhHP','181NirnUu','toLowerCase','bs:addLog:','message','TRACE','ERROR','trace','../../helpers/test-observability/constants','toUpperCase','log','exports','error'];a78_0x4e79=function(){return _0x42219a;};return a78_0x4e79();}a78_0x239872[a78_0x302c8f(0x16a)]='INFO',a78_0x239872[a78_0x302c8f(0x155)]='ERROR',a78_0x239872[a78_0x302c8f(0x163)]=a78_0x302c8f(0x163),a78_0x239872[a78_0x302c8f(0x154)]='TRACE',a78_0x239872['WARN']=a78_0x302c8f(0x165);function a78_0x3c21(_0x2421ad,_0x50e67f){const _0x4e79ff=a78_0x4e79();return a78_0x3c21=function(_0x3c2176,_0x533197){_0x3c2176=_0x3c2176-0x149;let _0x428ae5=_0x4e79ff[_0x3c2176];return _0x428ae5;},a78_0x3c21(_0x2421ad,_0x50e67f);}const LOG_LEVELS=a78_0x239872;class logReportingAPI extends Transport{constructor(_0x1804b8){super(_0x1804b8);}[a78_0x302c8f(0x159)](_0x3758e5,_0x55d4bd){const _0x501113=a78_0x302c8f,_0x52d922={'JrusQ':_0x501113(0x14b),'dttga':function(_0x2a17d7,_0x22e446){return _0x2a17d7(_0x22e446);},'qvdXN':function(_0x796f9e,_0x4a20c8){return _0x796f9e===_0x4a20c8;},'ilbIs':'object','wgtVm':function(_0xd9ddbe){return _0xd9ddbe();}};_0x52d922['dttga'](setImmediate,()=>{const _0x5c1814=_0x501113;this[_0x5c1814(0x15c)](_0x52d922[_0x5c1814(0x14a)],_0x3758e5);}),_0x52d922[_0x501113(0x14c)](typeof _0x3758e5,_0x52d922[_0x501113(0x162)])?this[_0x501113(0x149)](_0x3758e5['level']||LOG_LEVELS[_0x501113(0x16a)],_0x3758e5[_0x501113(0x153)],![]):this[_0x501113(0x149)](LOG_LEVELS[_0x501113(0x16a)],_0x3758e5),_0x55d4bd&&_0x52d922['wgtVm'](_0x55d4bd);}[a78_0x302c8f(0x149)]=(_0x370e5e=LOG_LEVELS[a78_0x302c8f(0x16a)],_0x530498='',_0x10d646=!![])=>{const _0xc9e896=a78_0x302c8f,_0x4a3658={};_0x4a3658['LaBxl']=_0xc9e896(0x16c);const _0xb06ee7=_0x4a3658;_0x10d646&&consoleHolder[_0x370e5e[_0xc9e896(0x151)]()](_0x530498),process[_0xc9e896(0x15c)](_0xc9e896(0x152)+process[_0xc9e896(0x160)],{'timestamp':new Date()[_0xc9e896(0x167)](),'level':_0x370e5e[_0xc9e896(0x158)](),'message':_0x530498,'kind':_0xb06ee7[_0xc9e896(0x14e)],'http_response':{}});};[a78_0x302c8f(0x156)]=(_0x48ab27,_0x318346)=>{const _0x11a744=a78_0x302c8f;this[_0x11a744(0x149)](LOG_LEVELS['TRACE'],_0x48ab27);};['debug']=(_0xf534c0,_0x3187b2)=>{const _0x582349=a78_0x302c8f;this['logToTestOps'](LOG_LEVELS[_0x582349(0x163)],_0xf534c0);};['info']=(_0x319728,_0x481ec5)=>{const _0x455314=a78_0x302c8f;this['logToTestOps'](LOG_LEVELS[_0x455314(0x16a)],_0x319728);};[a78_0x302c8f(0x14d)]=(_0x3bbedc,_0x68cdf7)=>{const _0x3dce4d=a78_0x302c8f;this[_0x3dce4d(0x149)](LOG_LEVELS[_0x3dce4d(0x165)],_0x3bbedc);};[a78_0x302c8f(0x15b)]=(_0x37f278,_0x19fb64)=>{const _0x5e3a69=a78_0x302c8f;this[_0x5e3a69(0x149)](LOG_LEVELS[_0x5e3a69(0x155)],_0x37f278);};};module[a78_0x302c8f(0x15a)]=logReportingAPI;
|