browserstack-node-sdk 1.65.0 → 1.65.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +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/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -0
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';function a69_0x49e7(_0x345fed,_0x3ee92a){const _0x462c18=a69_0x462c();return a69_0x49e7=function(_0x49e77a,_0x164dd1){_0x49e77a=_0x49e77a-0x16e;let _0x128168=_0x462c18[_0x49e77a];return _0x128168;},a69_0x49e7(_0x345fed,_0x3ee92a);}const a69_0x6aafd5=a69_0x49e7;(function(_0x41d570,_0xeab07a){const _0x54124a=a69_0x49e7,_0x5a2348=_0x41d570();while(!![]){try{const _0x39218e=parseInt(_0x54124a(0x195))/0x1*(parseInt(_0x54124a(0x19b))/0x2)+-parseInt(_0x54124a(0x1a8))/0x3*(parseInt(_0x54124a(0x18c))/0x4)+parseInt(_0x54124a(0x1ca))/0x5*(-parseInt(_0x54124a(0x187))/0x6)+parseInt(_0x54124a(0x1b2))/0x7+parseInt(_0x54124a(0x18d))/0x8*(-parseInt(_0x54124a(0x197))/0x9)+parseInt(_0x54124a(0x1a4))/0xa+parseInt(_0x54124a(0x1b4))/0xb;if(_0x39218e===_0xeab07a)break;else _0x5a2348['push'](_0x5a2348['shift']());}catch(_0x383ece){_0x5a2348['push'](_0x5a2348['shift']());}}}(a69_0x462c,0x76ef4));const {v4:uuidv4}=require(a69_0x6aafd5(0x192)),logger=require(a69_0x6aafd5(0x178))['winstonLogger'];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('^(\x5cs*)'+'('+a69_0x6aafd5(0x16f)+'|\x5cd+\x5cs+passed'+a69_0x6aafd5(0x184)+a69_0x6aafd5(0x185)+a69_0x6aafd5(0x16e)+'|Hostname:'+a69_0x6aafd5(0x1c4)+a69_0x6aafd5(0x1c3)+'|Waiting\x20for'+')');function _stripAnsi(_0x3e1d33){const _0x14531a=a69_0x6aafd5,_0x41f194={};_0x41f194[_0x14531a(0x1a0)]=function(_0x43a63e,_0x48c939){return _0x43a63e!==_0x48c939;},_0x41f194[_0x14531a(0x19e)]=_0x14531a(0x1bb);const _0x429fee=_0x41f194;if(_0x429fee[_0x14531a(0x1a0)](typeof _0x3e1d33,_0x429fee[_0x14531a(0x19e)]))return _0x3e1d33;return _0x3e1d33[_0x14531a(0x1a2)](ANSI_RE,'');}function _shouldForward(_0xfeff11){const _0x103a06=a69_0x6aafd5,_0xe93be8={'FTDti':function(_0x2bde6c,_0x401b00){return _0x2bde6c(_0x401b00);}};if(!_0xfeff11||!_0xfeff11[_0x103a06(0x17f)]())return![];if(INTERNAL_LOG_RE[_0x103a06(0x199)](_0xfeff11))return![];const _0x1b6080=_0xe93be8[_0x103a06(0x1a6)](_stripAnsi,_0xfeff11)[_0x103a06(0x17f)]();if(!_0x1b6080)return![];if(SPEC_REPORTER_RE['test'](_0x1b6080))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x2828c1){const _0x3aa89e=a69_0x6aafd5,_0xe8142e={};_0xe8142e[_0x3aa89e(0x177)]=function(_0x372a74,_0x3d08a1){return _0x372a74>_0x3d08a1;},_0xe8142e[_0x3aa89e(0x172)]=function(_0x37d610,_0xf81af8){return _0x37d610>_0xf81af8;},_0xe8142e['rEDQm']=function(_0x5b640d,_0x5a4f36){return _0x5b640d-_0x5a4f36;},_0xe8142e[_0x3aa89e(0x1ae)]=function(_0x4cac7a,_0x240eed){return _0x4cac7a!==_0x240eed;},_0xe8142e[_0x3aa89e(0x174)]=function(_0x59bdb0,_0x5905c4){return _0x59bdb0<_0x5905c4;};const _0x305f9c=_0xe8142e,_0x49f861=Date['now']();if(_0x305f9c[_0x3aa89e(0x177)](_recent['size'],0xc8))for(const [_0x21dea5,_0x1c11cc]of _recent){_0x305f9c[_0x3aa89e(0x172)](_0x305f9c[_0x3aa89e(0x1a9)](_0x49f861,_0x1c11cc),DEDUP_WINDOW_MS)&&_recent[_0x3aa89e(0x1b3)](_0x21dea5);}const _0x3b1c06=_recent[_0x3aa89e(0x1b5)](_0x2828c1);if(_0x305f9c[_0x3aa89e(0x1ae)](_0x3b1c06,undefined)&&_0x305f9c['fgfbr'](_0x305f9c[_0x3aa89e(0x1a9)](_0x49f861,_0x3b1c06),DEDUP_WINDOW_MS))return!![];return _recent[_0x3aa89e(0x1cc)](_0x2828c1,_0x49f861),![];}function a69_0x462c(){const _0x48768e=['testFrameworkName','trim','XfcPt','CAZAZ','debug','MXLhK','|\x5cd+\x5cs+failed','|\x5cd+\x5cs+skipped','akxRn','12AdBHbl','stdout','testcafe','testFrameworkState','install','4rckLkz','174200nTmPgv','dIEjb','utf8','isBuffer','info','uuid','TEST','IMzkr','30056QQyzNq','MWJSp','270PfETUx','testFrameworkVersion','test','KIND_LOG','50mlgJbC','../v2/browserstackCLI','LcjOX','dcUfF','clear','XLMrA','kJaxX','replace','level','2759420dwVVQr','cPnJc','FTDti','logCreatedEvent','876483zortVp','rEDQm','stderr','raRha','getData','uninstall','eHUCX','__currentPlatformUuids','4|5|3|6|1|0|2','split','4896416ynkxzp','delete','5421097XzBBmN','get','bind','[stdout-interceptor]\x20installed','platformIndex','getInstance','getTrackedInstance','string','toString','MnfTU','QFPFZ','getTestFramework','TJkHm','ZUnYC','toISOString','|Connecting\x20to\x20.*://','|Test\x20\x5cd+\x20of\x20\x5cd+','KwKXO','getTestFrameworks','BmHaR','aggzA','timestamp','1967725HlGWuC','vRABq','set','getTestFrameworksVersions','write','pvNBu','|Running\x20tests\x20in','[✓✔✗✘×]\x5cs','message','kind','BmuIN','4|7|3|6|2|5|0|1','fgfbr','test_run_uuid','length','ORtQa','../../helpers/logger','kaVZF','qjgiG','catch','tpAwU','maGql'];a69_0x462c=function(){return _0x48768e;};return a69_0x462c();}function _emitLog(_0x46d159){const _0x2d6e63=a69_0x6aafd5,_0x445404={'aggzA':function(_0x5b6c90,_0x3cab99){return _0x5b6c90(_0x3cab99);},'CpjKg':_0x2d6e63(0x19c),'Osyol':function(_0x4a1b5e,_0x470411){return _0x4a1b5e(_0x470411);},'BmHaR':'../v2/grpcClient','XfcPt':function(_0x14a7af,_0x2a8250){return _0x14a7af(_0x2a8250);},'vRABq':'../v2/framework/testFramework','LcjOX':'../v2/framework/constants/testFrameworkConstants','QFPFZ':_0x2d6e63(0x1af),'TJkHm':function(_0x4e17d2,_0x21c3c4){return _0x4e17d2===_0x21c3c4;},'tpAwU':function(_0x5d5455,_0x3dc4ca){return _0x5d5455===_0x3dc4ca;},'MXLhK':'function','akxRn':function(_0x485529,_0x43885c){return _0x485529(_0x43885c);},'dIEjb':function(_0x5aa3ee,_0xeaaa7b){return _0x5aa3ee(_0xeaaa7b);},'iQVVY':function(_0x2cd552,_0x5e4462){return _0x2cd552<_0x5e4462;},'KwKXO':_0x2d6e63(0x191),'cPnJc':_0x2d6e63(0x189),'MnfTU':_0x2d6e63(0x193)};try{const _0x3555d3=_0x445404[_0x2d6e63(0x1c8)](require,_0x445404['CpjKg']),_0x4e1656=_0x445404['Osyol'](require,_0x445404[_0x2d6e63(0x1c7)]),_0x5d4a23=_0x445404['XfcPt'](require,_0x445404[_0x2d6e63(0x1cb)]),_0x3bdc72=_0x445404[_0x2d6e63(0x180)](require,_0x445404[_0x2d6e63(0x19d)]),_0x13013e=_0x3555d3[_0x2d6e63(0x1b9)]&&_0x3555d3[_0x2d6e63(0x1b9)]();if(!_0x13013e||!_0x13013e['isRunning']())return;const _0x3fd04f=_0x13013e['getTestFramework']&&_0x13013e[_0x2d6e63(0x1bf)](),_0x1be586=_0x5d4a23['getTrackedInstance']&&_0x5d4a23[_0x2d6e63(0x1ba)]();if(!_0x1be586)return;const _0x1b66d0=Array['isArray'](_0x1be586[_0x2d6e63(0x1ac)](_0x445404[_0x2d6e63(0x1be)]))?_0x1be586[_0x2d6e63(0x1ac)](_0x445404[_0x2d6e63(0x1be)]):[];if(_0x445404[_0x2d6e63(0x1c0)](_0x1b66d0['length'],0x0))return;const _0x13c2a9=_0x3fd04f&&_0x445404[_0x2d6e63(0x17c)](typeof _0x3fd04f[_0x2d6e63(0x1cd)],_0x445404[_0x2d6e63(0x183)])?_0x3fd04f[_0x2d6e63(0x1cd)]():{},_0x589762=_0x3fd04f&&_0x445404[_0x2d6e63(0x17c)](typeof _0x3fd04f[_0x2d6e63(0x1c6)],_0x445404['MXLhK'])?_0x3fd04f[_0x2d6e63(0x1c6)]():[],_0xf85422=_0x589762&&_0x589762[0x0]&&_0x13c2a9&&_0x13c2a9[_0x589762[0x0]]||'',_0x72fdca=_0x445404[_0x2d6e63(0x186)](_stripAnsi,_0x46d159)[_0x2d6e63(0x17f)]();if(_0x445404[_0x2d6e63(0x18e)](_isDuplicate,_0x72fdca))return;const _0x218b4c=new Date()[_0x2d6e63(0x1c2)]();for(let _0x1c9513=0x0;_0x445404['iQVVY'](_0x1c9513,_0x1b66d0[_0x2d6e63(0x176)]);_0x1c9513++){const _0x52a168=_0x1b66d0[_0x1c9513];if(!_0x52a168)continue;const _0x455db4={};_0x455db4['uuid']=_0x52a168,_0x455db4[_0x2d6e63(0x175)]=_0x52a168,_0x455db4[_0x2d6e63(0x1c9)]=_0x218b4c,_0x455db4[_0x2d6e63(0x170)]=_0x72fdca,_0x455db4[_0x2d6e63(0x171)]=_0x3bdc72[_0x2d6e63(0x19a)],_0x455db4[_0x2d6e63(0x1a3)]=_0x445404[_0x2d6e63(0x1c5)];const _0x8b5d67=_0x455db4,_0x25e131={};_0x25e131[_0x2d6e63(0x1b8)]=_0x1c9513,_0x25e131['logs']=[_0x8b5d67],_0x25e131[_0x2d6e63(0x17e)]=_0x445404[_0x2d6e63(0x1a5)],_0x25e131[_0x2d6e63(0x198)]=_0xf85422,_0x25e131[_0x2d6e63(0x18a)]=_0x445404[_0x2d6e63(0x1bd)];const _0x1dc37a=_0x25e131;_0x4e1656[_0x2d6e63(0x1b9)]()[_0x2d6e63(0x1a7)](_0x1dc37a)[_0x2d6e63(0x17b)](()=>{});}}catch(_0xf7a075){}}function _wrap(_0x2e3643){const _0x3d0f1a=a69_0x6aafd5,_0x346737={'qjgiG':function(_0x3bfd05,_0x87caf6,_0x1b3e6f,_0x7933e8){return _0x3bfd05(_0x87caf6,_0x1b3e6f,_0x7933e8);},'kJaxX':function(_0x3ae8f5,_0x47245d){return _0x3ae8f5===_0x47245d;},'raRha':'string','ZUnYC':_0x3d0f1a(0x18f),'maGql':function(_0x47871b,_0x317618){return _0x47871b(_0x317618);}};return function(_0x48007a,_0x491e9a,_0x4f768b){const _0x5c0077=_0x3d0f1a,_0x429f49=_0x346737[_0x5c0077(0x17a)](_0x2e3643,_0x48007a,_0x491e9a,_0x4f768b);try{const _0x192d11=_0x346737[_0x5c0077(0x1a1)](typeof _0x48007a,_0x346737[_0x5c0077(0x1ab)])?_0x48007a:Buffer[_0x5c0077(0x190)](_0x48007a)?_0x48007a[_0x5c0077(0x1bc)](_0x346737[_0x5c0077(0x1c1)]):_0x346737[_0x5c0077(0x17d)](String,_0x48007a),_0xfa913b=_0x192d11[_0x5c0077(0x1b1)](/\r?\n/);for(const _0x3b8de5 of _0xfa913b){_0x346737['maGql'](_shouldForward,_0x3b8de5)&&_0x346737[_0x5c0077(0x17d)](_emitLog,_0x3b8de5);}}catch(_0x80ac0a){}return _0x429f49;};}exports[a69_0x6aafd5(0x18b)]=()=>{const _0x2a1e90=a69_0x6aafd5,_0xcd5f19={'IMzkr':_0x2a1e90(0x1b0),'MWJSp':function(_0x56c449,_0x3398f1){return _0x56c449(_0x3398f1);},'CAZAZ':_0x2a1e90(0x1b7),'pvNBu':function(_0xffbc49,_0x421ef8){return _0xffbc49(_0x421ef8);}},_0x5347fa=_0xcd5f19[_0x2a1e90(0x194)][_0x2a1e90(0x1b1)]('|');let _0x4a7a2b=0x0;while(!![]){switch(_0x5347fa[_0x4a7a2b++]){case'0':_installed=!![];continue;case'1':process[_0x2a1e90(0x1aa)][_0x2a1e90(0x1ce)]=_0xcd5f19[_0x2a1e90(0x196)](_wrap,_origStderrWrite);continue;case'2':logger[_0x2a1e90(0x182)](_0xcd5f19[_0x2a1e90(0x181)]);continue;case'3':_origStderrWrite=process[_0x2a1e90(0x1aa)][_0x2a1e90(0x1ce)]['bind'](process[_0x2a1e90(0x1aa)]);continue;case'4':if(_installed)return;continue;case'5':_origStdoutWrite=process[_0x2a1e90(0x188)][_0x2a1e90(0x1ce)][_0x2a1e90(0x1b6)](process['stdout']);continue;case'6':process[_0x2a1e90(0x188)][_0x2a1e90(0x1ce)]=_0xcd5f19[_0x2a1e90(0x1cf)](_wrap,_origStdoutWrite);continue;}break;}},exports[a69_0x6aafd5(0x1ad)]=()=>{const _0x5d6c4b=a69_0x6aafd5,_0x535be7={};_0x535be7['kaVZF']=_0x5d6c4b(0x173),_0x535be7['jknyo']='[stdout-interceptor]\x20uninstalled';const _0x685a94=_0x535be7,_0x185ff3=_0x685a94[_0x5d6c4b(0x179)][_0x5d6c4b(0x1b1)]('|');let _0x525fb4=0x0;while(!![]){switch(_0x185ff3[_0x525fb4++]){case'0':_recent[_0x5d6c4b(0x19f)]();continue;case'1':logger[_0x5d6c4b(0x182)](_0x685a94['jknyo']);continue;case'2':_origStderrWrite=null;continue;case'3':_origStderrWrite&&(process[_0x5d6c4b(0x1aa)][_0x5d6c4b(0x1ce)]=_origStderrWrite);continue;case'4':if(!_installed)return;continue;case'5':_installed=![];continue;case'6':_origStdoutWrite=null;continue;case'7':_origStdoutWrite&&(process[_0x5d6c4b(0x188)]['write']=_origStdoutWrite);continue;}break;}};
|
|
1
|
+
'use strict';const a70_0x4ed2c5=a70_0x1ba0;(function(_0x5cbedf,_0x1d8918){const _0x126d7c=a70_0x1ba0,_0x1ab689=_0x5cbedf();while(!![]){try{const _0x11501b=-parseInt(_0x126d7c(0x1dd))/0x1+parseInt(_0x126d7c(0x1a7))/0x2+-parseInt(_0x126d7c(0x1af))/0x3*(parseInt(_0x126d7c(0x19a))/0x4)+parseInt(_0x126d7c(0x1a1))/0x5*(parseInt(_0x126d7c(0x19b))/0x6)+parseInt(_0x126d7c(0x1c5))/0x7*(-parseInt(_0x126d7c(0x1b6))/0x8)+-parseInt(_0x126d7c(0x1b3))/0x9+-parseInt(_0x126d7c(0x1cf))/0xa*(-parseInt(_0x126d7c(0x193))/0xb);if(_0x11501b===_0x1d8918)break;else _0x1ab689['push'](_0x1ab689['shift']());}catch(_0x1fb878){_0x1ab689['push'](_0x1ab689['shift']());}}}(a70_0xf0ca,0xa77dc));const {v4:uuidv4}=require(a70_0x4ed2c5(0x19c)),logger=require('../../helpers/logger')[a70_0x4ed2c5(0x18b)];function a70_0xf0ca(){const _0x1ce4e3=['SXGQG','YPeWY','588496PqBauB','getTestFramework','testFrameworkState','TEST','cQdrd','fiSBA','logCreatedEvent','|Waiting\x20for','ddULJ','JWhLE','qdTiy','logs','debug','level','bHCQa','7VInxLI','utf8','isBuffer','luNXH','|\x5cd+\x5cs+passed','getData','|Test\x20\x5cd+\x20of\x20\x5cd+','testFrameworkVersion','message','KIND_LOG','10PTWBvo','WDXXQ','jknvH','xAfdy','__currentPlatformUuids','|\x5cd+\x5cs+skipped','|Running\x20tests\x20in','set','LGMyB','platformIndex','function','get','dYlmF','size','136063fqbbVu','getTestFrameworks','^(\x5cs*)','toISOString','testFrameworkName','getTrackedInstance','trim','write','[stdout-interceptor]\x20uninstalled','zKxiS','getInstance','winstonLogger','FYdWB','getTestFrameworksVersions','test','string','bind','dESuo','timestamp','2976215MtMQrB','uninstall','NHZvs','FdUQQ','zieya','wsvxo','|Hostname:','16DOeIOq','8004630rLHpHD','uuid','|\x5cd+\x5cs+failed','../v2/framework/constants/testFrameworkConstants','../v2/grpcClient','MMHEN','5ksXPDw','xyEXy','split','XzyLd','DzgBY','delete','911894oinZUC','qlBEV','KMNgl','catch','stderr','isRunning','install','dwkFp','209421euEheh','[✓✔✗✘×]\x5cs','FjaeP','toString','7971480dknQlM'];a70_0xf0ca=function(){return _0x1ce4e3;};return a70_0xf0ca();}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_0x4ed2c5(0x1df)+'('+a70_0x4ed2c5(0x1b0)+a70_0x4ed2c5(0x1c9)+a70_0x4ed2c5(0x19d)+a70_0x4ed2c5(0x1d4)+a70_0x4ed2c5(0x1d5)+a70_0x4ed2c5(0x199)+a70_0x4ed2c5(0x1cb)+'|Connecting\x20to\x20.*://'+a70_0x4ed2c5(0x1bd)+')');function _stripAnsi(_0x55b51a){const _0x272c12=a70_0x4ed2c5,_0x2a8036={};_0x2a8036[_0x272c12(0x189)]=function(_0x5e619a,_0x9464d4){return _0x5e619a!==_0x9464d4;},_0x2a8036[_0x272c12(0x1b5)]='string';const _0x5ae640=_0x2a8036;if(_0x5ae640[_0x272c12(0x189)](typeof _0x55b51a,_0x5ae640[_0x272c12(0x1b5)]))return _0x55b51a;return _0x55b51a['replace'](ANSI_RE,'');}function _shouldForward(_0x2db44b){const _0x37c87d=a70_0x4ed2c5,_0x4d9e92={'JWhLE':function(_0x546683,_0x1d9f5c){return _0x546683(_0x1d9f5c);}};if(!_0x2db44b||!_0x2db44b[_0x37c87d(0x1e3)]())return![];if(INTERNAL_LOG_RE[_0x37c87d(0x18e)](_0x2db44b))return![];const _0x423644=_0x4d9e92[_0x37c87d(0x1bf)](_stripAnsi,_0x2db44b)[_0x37c87d(0x1e3)]();if(!_0x423644)return![];if(SPEC_REPORTER_RE[_0x37c87d(0x18e)](_0x423644))return![];return!![];}function a70_0x1ba0(_0x358159,_0x4c851c){const _0xf0ca09=a70_0xf0ca();return a70_0x1ba0=function(_0x1ba0c9,_0x29ee8b){_0x1ba0c9=_0x1ba0c9-0x188;let _0x37b329=_0xf0ca09[_0x1ba0c9];return _0x37b329;},a70_0x1ba0(_0x358159,_0x4c851c);}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x5bd7f0){const _0x147c2d=a70_0x4ed2c5,_0x9f9049={};_0x9f9049[_0x147c2d(0x1c8)]=function(_0x5550c9,_0x395a6c){return _0x5550c9>_0x395a6c;},_0x9f9049[_0x147c2d(0x191)]=function(_0xfe098f,_0x46862b){return _0xfe098f-_0x46862b;},_0x9f9049[_0x147c2d(0x1a2)]=function(_0x5416fc,_0x31cc8c){return _0x5416fc!==_0x31cc8c;},_0x9f9049['ddULJ']=function(_0x1e5729,_0x397565){return _0x1e5729<_0x397565;};const _0x572df6=_0x9f9049,_0x42b3e1=Date['now']();if(_0x572df6[_0x147c2d(0x1c8)](_recent[_0x147c2d(0x1dc)],0xc8))for(const [_0x1f48a3,_0x2ebf1b]of _recent){_0x572df6[_0x147c2d(0x1c8)](_0x572df6[_0x147c2d(0x191)](_0x42b3e1,_0x2ebf1b),DEDUP_WINDOW_MS)&&_recent[_0x147c2d(0x1a6)](_0x1f48a3);}const _0xe168c2=_recent[_0x147c2d(0x1da)](_0x5bd7f0);if(_0x572df6[_0x147c2d(0x1a2)](_0xe168c2,undefined)&&_0x572df6[_0x147c2d(0x1be)](_0x572df6[_0x147c2d(0x191)](_0x42b3e1,_0xe168c2),DEDUP_WINDOW_MS))return!![];return _recent[_0x147c2d(0x1d6)](_0x5bd7f0,_0x42b3e1),![];}function _emitLog(_0x1a085e){const _0x12c727=a70_0x4ed2c5,_0x1f9c99={'FYdWB':function(_0x4eccd0,_0x463621){return _0x4eccd0(_0x463621);},'wsvxo':'../v2/browserstackCLI','PXfWF':_0x12c727(0x19f),'qlBEV':'../v2/framework/testFramework','NHZvs':function(_0x3681b6,_0x221c20){return _0x3681b6(_0x221c20);},'IJwXK':_0x12c727(0x19e),'LGMyB':_0x12c727(0x1d3),'WDXXQ':function(_0x7f4121,_0x33673f){return _0x7f4121===_0x33673f;},'qdTiy':function(_0x57721b,_0x601dc1){return _0x57721b===_0x601dc1;},'KMNgl':_0x12c727(0x1d9),'zieya':function(_0x226aca,_0x1fa2d2){return _0x226aca===_0x1fa2d2;},'bHCQa':function(_0x10e086,_0x21f3e3){return _0x10e086(_0x21f3e3);},'LSxsd':function(_0x152178,_0x402571){return _0x152178<_0x402571;},'FdUQQ':'info','SUytd':'testcafe','MMHEN':_0x12c727(0x1b9)};try{const _0x4e0b00=_0x1f9c99['FYdWB'](require,_0x1f9c99[_0x12c727(0x198)]),_0x825643=_0x1f9c99[_0x12c727(0x18c)](require,_0x1f9c99['PXfWF']),_0x497356=_0x1f9c99['FYdWB'](require,_0x1f9c99[_0x12c727(0x1a8)]),_0x405480=_0x1f9c99[_0x12c727(0x195)](require,_0x1f9c99['IJwXK']),_0x21ad7f=_0x4e0b00['getInstance']&&_0x4e0b00[_0x12c727(0x18a)]();if(!_0x21ad7f||!_0x21ad7f[_0x12c727(0x1ac)]())return;const _0x383450=_0x21ad7f[_0x12c727(0x1b7)]&&_0x21ad7f['getTestFramework'](),_0x449688=_0x497356[_0x12c727(0x1e2)]&&_0x497356['getTrackedInstance']();if(!_0x449688)return;const _0x5e5be5=Array['isArray'](_0x449688[_0x12c727(0x1ca)](_0x1f9c99[_0x12c727(0x1d7)]))?_0x449688[_0x12c727(0x1ca)](_0x1f9c99[_0x12c727(0x1d7)]):[];if(_0x1f9c99[_0x12c727(0x1d0)](_0x5e5be5['length'],0x0))return;const _0xd4b30c=_0x383450&&_0x1f9c99[_0x12c727(0x1c0)](typeof _0x383450[_0x12c727(0x18d)],_0x1f9c99[_0x12c727(0x1a9)])?_0x383450[_0x12c727(0x18d)]():{},_0x5558a2=_0x383450&&_0x1f9c99[_0x12c727(0x197)](typeof _0x383450[_0x12c727(0x1de)],_0x1f9c99[_0x12c727(0x1a9)])?_0x383450[_0x12c727(0x1de)]():[],_0x23bb4d=_0x5558a2&&_0x5558a2[0x0]&&_0xd4b30c&&_0xd4b30c[_0x5558a2[0x0]]||'',_0x3b5083=_0x1f9c99[_0x12c727(0x1c4)](_stripAnsi,_0x1a085e)['trim']();if(_0x1f9c99[_0x12c727(0x1c4)](_isDuplicate,_0x3b5083))return;const _0x178cd5=new Date()[_0x12c727(0x1e0)]();for(let _0x55d521=0x0;_0x1f9c99['LSxsd'](_0x55d521,_0x5e5be5['length']);_0x55d521++){const _0x5709a3=_0x5e5be5[_0x55d521];if(!_0x5709a3)continue;const _0x294eb9={};_0x294eb9[_0x12c727(0x19c)]=_0x5709a3,_0x294eb9['test_run_uuid']=_0x5709a3,_0x294eb9[_0x12c727(0x192)]=_0x178cd5,_0x294eb9[_0x12c727(0x1cd)]=_0x3b5083,_0x294eb9['kind']=_0x405480[_0x12c727(0x1ce)],_0x294eb9[_0x12c727(0x1c3)]=_0x1f9c99[_0x12c727(0x196)];const _0x5d72ca=_0x294eb9,_0x26f901={};_0x26f901[_0x12c727(0x1d8)]=_0x55d521,_0x26f901[_0x12c727(0x1c1)]=[_0x5d72ca],_0x26f901[_0x12c727(0x1e1)]=_0x1f9c99['SUytd'],_0x26f901[_0x12c727(0x1cc)]=_0x23bb4d,_0x26f901[_0x12c727(0x1b8)]=_0x1f9c99[_0x12c727(0x1a0)];const _0xc832fd=_0x26f901;_0x825643[_0x12c727(0x18a)]()[_0x12c727(0x1bc)](_0xc832fd)[_0x12c727(0x1aa)](()=>{});}}catch(_0x1650e3){}}function _wrap(_0x87aef2){const _0x154dc1=a70_0x4ed2c5,_0x1f71e2={'jknvH':function(_0x46f4fc,_0x1de2da,_0x547e7f,_0x2ee467){return _0x46f4fc(_0x1de2da,_0x547e7f,_0x2ee467);},'dYlmF':function(_0x4c2eae,_0x2d880f){return _0x4c2eae===_0x2d880f;},'cQdrd':_0x154dc1(0x18f),'fiSBA':_0x154dc1(0x1c6),'XzyLd':function(_0x114368,_0x4ae919){return _0x114368(_0x4ae919);}};return function(_0xebc01a,_0x383205,_0x222c38){const _0x2b7f67=_0x154dc1,_0x2e27fc=_0x1f71e2[_0x2b7f67(0x1d1)](_0x87aef2,_0xebc01a,_0x383205,_0x222c38);try{const _0x45b842=_0x1f71e2[_0x2b7f67(0x1db)](typeof _0xebc01a,_0x1f71e2[_0x2b7f67(0x1ba)])?_0xebc01a:Buffer[_0x2b7f67(0x1c7)](_0xebc01a)?_0xebc01a[_0x2b7f67(0x1b2)](_0x1f71e2[_0x2b7f67(0x1bb)]):_0x1f71e2['XzyLd'](String,_0xebc01a),_0x35294b=_0x45b842['split'](/\r?\n/);for(const _0x17d33c of _0x35294b){_0x1f71e2[_0x2b7f67(0x1a4)](_shouldForward,_0x17d33c)&&_0x1f71e2['XzyLd'](_emitLog,_0x17d33c);}}catch(_0x298ac6){}return _0x2e27fc;};}exports[a70_0x4ed2c5(0x1ad)]=()=>{const _0x2b7bf6=a70_0x4ed2c5,_0x341665={'FjaeP':'1|2|6|5|4|0|3','xAfdy':'[stdout-interceptor]\x20installed','dwkFp':function(_0xfa254d,_0x1c89fc){return _0xfa254d(_0x1c89fc);}},_0x57c5f2=_0x341665[_0x2b7bf6(0x1b1)][_0x2b7bf6(0x1a3)]('|');let _0x1c1b40=0x0;while(!![]){switch(_0x57c5f2[_0x1c1b40++]){case'0':_installed=!![];continue;case'1':if(_installed)return;continue;case'2':_origStdoutWrite=process['stdout'][_0x2b7bf6(0x1e4)][_0x2b7bf6(0x190)](process['stdout']);continue;case'3':logger[_0x2b7bf6(0x1c2)](_0x341665[_0x2b7bf6(0x1d2)]);continue;case'4':process[_0x2b7bf6(0x1ab)][_0x2b7bf6(0x1e4)]=_0x341665[_0x2b7bf6(0x1ae)](_wrap,_origStderrWrite);continue;case'5':process['stdout'][_0x2b7bf6(0x1e4)]=_0x341665[_0x2b7bf6(0x1ae)](_wrap,_origStdoutWrite);continue;case'6':_origStderrWrite=process[_0x2b7bf6(0x1ab)][_0x2b7bf6(0x1e4)][_0x2b7bf6(0x190)](process[_0x2b7bf6(0x1ab)]);continue;}break;}},exports[a70_0x4ed2c5(0x194)]=()=>{const _0x329569=a70_0x4ed2c5,_0x174a5d={};_0x174a5d['SXGQG']='6|5|2|0|1|3|4|7',_0x174a5d[_0x329569(0x1a5)]=_0x329569(0x188);const _0x13ca53=_0x174a5d,_0x1098f4=_0x13ca53[_0x329569(0x1b4)]['split']('|');let _0x41a265=0x0;while(!![]){switch(_0x1098f4[_0x41a265++]){case'0':_origStdoutWrite=null;continue;case'1':_origStderrWrite=null;continue;case'2':_origStderrWrite&&(process[_0x329569(0x1ab)][_0x329569(0x1e4)]=_origStderrWrite);continue;case'3':_installed=![];continue;case'4':_recent['clear']();continue;case'5':_origStdoutWrite&&(process['stdout'][_0x329569(0x1e4)]=_origStdoutWrite);continue;case'6':if(!_installed)return;continue;case'7':logger[_0x329569(0x1c2)](_0x13ca53['DzgBY']);continue;}break;}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a70_0x5d8ae9=a70_0x2b8b;(function(_0x4c0c4c,_0x152ccc){const _0xbbaa23=a70_0x2b8b,_0x12341d=_0x4c0c4c();while(!![]){try{const _0x1ec380=parseInt(_0xbbaa23(0x13c))/0x1*(-parseInt(_0xbbaa23(0x124))/0x2)+parseInt(_0xbbaa23(0x152))/0x3*(parseInt(_0xbbaa23(0x13a))/0x4)+-parseInt(_0xbbaa23(0x162))/0x5*(parseInt(_0xbbaa23(0x158))/0x6)+parseInt(_0xbbaa23(0x141))/0x7*(-parseInt(_0xbbaa23(0x166))/0x8)+parseInt(_0xbbaa23(0x173))/0x9+-parseInt(_0xbbaa23(0x180))/0xa+-parseInt(_0xbbaa23(0x155))/0xb*(-parseInt(_0xbbaa23(0x168))/0xc);if(_0x1ec380===_0x152ccc)break;else _0x12341d['push'](_0x12341d['shift']());}catch(_0x184852){_0x12341d['push'](_0x12341d['shift']());}}}(a70_0x1441,0xb1fe1));function a70_0x1441(){const _0x397a5f=['join','pending','YScwu','isEnabledTestcase','12DtSBpM','kwkwW','5CDbFTL','isArray','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','VZyax','RthiT','12439tAuugR','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','FhZfr','pOoGf','KEY_TEST_NAME','GsaZX','length','install','set','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','defineProperty','LCXYw','\x20cmd=','PytyE','catch','testController','function','328332FJEjeo','cwd','call','7279250FzORVf','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','<unnamed>','258LlTEeV','FjxaA','fQPyN','path','getAccessibilityModule','stringify','../v2/browserstackCLI','testcafe/package.json','eFJwD','module','96950NZWacd','info','getAllData','api','536oiRkSg','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','48MFNZnd','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','EBiAJ','get','getTrackedInstance','value','tuxFj','../v2/modules/testcafeDriverModule','apply','getData','dirname','4205889VUfZMm','cWyYa','RgGPY','XeiJo','winstonLogger','oAuoo','nwKtu','pspmx','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','iterAllInstances','[testcafe-action-patcher]\x20wrapped\x20','otkeR','cucumber','13464020HNfTWj','__bstack_a11y_wrapped','message','../v2/framework/testcafeAutomationFramework','debug','lib','[testcafe-action-patcher]\x20performScan\x20pi=','[testcafe-action-patcher]\x20uninstalled','enumerable','getState','shouldScanForCommand','getInstance','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','KEY_TEST_STARTED_AT','../../helpers/logger','DEFAULT_TEST_RESULT','qfinj','NmPYg','165746RBzoAG','KEY_TEST_RESULT','\x20tags=','vKcOs','KEY_DRIVER','omxxd','\x20failed:\x20','TiPTL','resolve','getOwnPropertyDescriptor','EVDgW','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','runScan','\x20testName=','owEKr','kxIIY','kqNBA','owner'];a70_0x1441=function(){return _0x397a5f;};return a70_0x1441();}const logger=require(a70_0x5d8ae9(0x120))[a70_0x5d8ae9(0x177)];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x19707f=a70_0x5d8ae9,_0x2b3a17={'tuxFj':function(_0x2405be,_0x2a0f8b){return _0x2405be(_0x2a0f8b);},'FhZfr':_0x19707f(0x15b),'pOoGf':_0x19707f(0x15f),'XeiJo':_0x19707f(0x185),'oAuoo':_0x19707f(0x165),'bmtbM':'test-controller','otkeR':function(_0x3589de,_0x422cc3){return _0x3589de(_0x422cc3);}},_0x24d769=_0x2b3a17[_0x19707f(0x16e)](require,_0x2b3a17[_0x19707f(0x143)]),_0x207991=_0x24d769[_0x19707f(0x172)](require[_0x19707f(0x12c)](_0x2b3a17[_0x19707f(0x144)],{'paths':[process[_0x19707f(0x153)]()]})),_0x46344a=_0x24d769[_0x19707f(0x136)](_0x207991,_0x2b3a17[_0x19707f(0x176)],_0x2b3a17[_0x19707f(0x178)],_0x2b3a17['bmtbM']),_0x108cbc=_0x2b3a17[_0x19707f(0x17e)](require,_0x46344a);return _0x108cbc&&(_0x108cbc['default']||_0x108cbc);}function a70_0x2b8b(_0x115304,_0x2d33cd){const _0x1441b0=a70_0x1441();return a70_0x2b8b=function(_0x2b8b00,_0x2b5268){_0x2b8b00=_0x2b8b00-0x11d;let _0x418245=_0x1441b0[_0x2b8b00];return _0x418245;},a70_0x2b8b(_0x115304,_0x2d33cd);}async function _performScanForAllDrivers(_0x51494e){const _0x431bfa=a70_0x5d8ae9,_0x3ab1bc={'kxIIY':function(_0x326518,_0x48b9a6){return _0x326518(_0x48b9a6);},'xvbev':_0x431bfa(0x15e),'RthiT':function(_0x2850ea,_0xb11d22){return _0x2850ea(_0xb11d22);},'ITXPP':_0x431bfa(0x183),'eFJwD':function(_0x3ee895,_0x21619d){return _0x3ee895(_0x21619d);},'EBiAJ':'../v2/framework/automationFramework','adXPC':_0x431bfa(0x16f),'TiPTL':'../v2/framework/testFramework','fQPyN':function(_0x1d45da,_0x35d9f6){return _0x1d45da===_0x35d9f6;},'vKcOs':_0x431bfa(0x151),'qfinj':'__currentPlatformUuids','GsaZX':function(_0x404316,_0x31302c){return _0x404316===_0x31302c;},'EcVzh':'../v2/framework/constants/testFrameworkConstants','vhkdt':function(_0x14f1e6,_0x81bde){return _0x14f1e6===_0x81bde;},'cWyYa':function(_0x2c73b9,_0x3c5445){return _0x2c73b9===_0x3c5445;},'owEKr':_0x431bfa(0x137),'omxxd':function(_0x2357bf,_0x29c987){return _0x2357bf>_0x29c987;},'LCXYw':_0x431bfa(0x157),'EVDgW':_0x431bfa(0x17f),'RgGPY':function(_0x43bcee,_0x376167){return _0x43bcee(_0x376167);},'YScwu':'./a11y-runner'};try{const _0x19532e=_0x3ab1bc[_0x431bfa(0x133)](require,_0x3ab1bc['xvbev']),_0x39478e=_0x3ab1bc[_0x431bfa(0x140)](require,_0x3ab1bc['ITXPP']),_0x2d3cc3=_0x3ab1bc[_0x431bfa(0x160)](require,_0x3ab1bc[_0x431bfa(0x16a)]),_0x85e0d6=_0x3ab1bc[_0x431bfa(0x140)](require,_0x3ab1bc['adXPC']),_0x4a6a31=_0x3ab1bc[_0x431bfa(0x133)](require,_0x3ab1bc[_0x431bfa(0x12b)]),_0x31efb7=_0x19532e[_0x431bfa(0x11d)]();if(!_0x31efb7||!_0x31efb7['isRunning']())return;const _0x19bdd4=_0x31efb7[_0x431bfa(0x15c)]&&_0x31efb7[_0x431bfa(0x15c)]();if(!_0x19bdd4)return;if(_0x3ab1bc[_0x431bfa(0x15a)](typeof _0x19bdd4['shouldScanForCommand'],_0x3ab1bc[_0x431bfa(0x127)])&&!_0x19bdd4[_0x431bfa(0x18a)](_0x51494e))return;const _0x57a795=_0x4a6a31['getTrackedInstance']&&_0x4a6a31[_0x431bfa(0x16c)]();if(!_0x57a795)return;const _0x1c6907=Array[_0x431bfa(0x13d)](_0x57a795[_0x431bfa(0x171)](_0x3ab1bc[_0x431bfa(0x122)]))?_0x57a795[_0x431bfa(0x171)](_0x3ab1bc[_0x431bfa(0x122)]):[];if(_0x3ab1bc[_0x431bfa(0x146)](_0x1c6907[_0x431bfa(0x147)],0x0))return;try{const _0x671249=_0x3ab1bc[_0x431bfa(0x160)](require,_0x3ab1bc['EcVzh']),_0xff0d5=_0x3ab1bc['vhkdt'](typeof _0x57a795['getAllData'],_0x3ab1bc['vKcOs'])?_0x57a795[_0x431bfa(0x164)]():null;if(_0xff0d5&&_0x3ab1bc[_0x431bfa(0x15a)](typeof _0xff0d5['values'],_0x3ab1bc[_0x431bfa(0x127)])&&_0x3ab1bc['GsaZX'](typeof _0x19bdd4['isEnabledTestcase'],_0x3ab1bc[_0x431bfa(0x127)])){let _0x531a71=null,_0x11569e='';for(const _0x3f927f of _0xff0d5['values']()){if(!_0x3f927f)continue;const _0x170a4e=_0x3f927f[_0x671249[_0x431bfa(0x11f)]],_0x4f462c=_0x3f927f[_0x671249[_0x431bfa(0x125)]];_0x170a4e&&(_0x3ab1bc[_0x431bfa(0x174)](_0x4f462c,_0x3ab1bc[_0x431bfa(0x132)])||_0x3ab1bc[_0x431bfa(0x146)](_0x4f462c,_0x671249[_0x431bfa(0x121)]))&&(_0x3ab1bc[_0x431bfa(0x129)](_0x170a4e,_0x11569e)&&(_0x11569e=_0x170a4e,_0x531a71=_0x3f927f));}if(_0x531a71){const _0x1f35de=_0x531a71[_0x671249['KEY_TEST_TAGS']]||[],_0x59bd32=_0x531a71[_0x671249[_0x431bfa(0x145)]]||_0x3ab1bc[_0x431bfa(0x14c)],_0x470dd7=_0x19bdd4[_0x431bfa(0x139)](_0x1f35de,null,_0x3ab1bc[_0x431bfa(0x12e)]);if(!_0x470dd7){logger['debug'](_0x431bfa(0x156)+_0x51494e+_0x431bfa(0x131)+_0x59bd32+_0x431bfa(0x126)+JSON[_0x431bfa(0x15d)](_0x1f35de)+_0x431bfa(0x13e));return;}}}}catch(_0x53bf17){logger[_0x431bfa(0x184)](_0x431bfa(0x12f)+(_0x53bf17['message']||_0x53bf17));}const _0x55ac86=_0x3ab1bc[_0x431bfa(0x175)](require,_0x3ab1bc[_0x431bfa(0x138)]);for(const {platformIndex:_0x1878d4,instance:_0x48cabc}of _0x39478e[_0x431bfa(0x17c)]()){const _0x6c024=_0x2d3cc3[_0x431bfa(0x189)](_0x48cabc,_0x85e0d6[_0x431bfa(0x128)],null);if(!_0x6c024)continue;const _0x4b04d6=_0x1c6907[_0x1878d4]||_0x1c6907[0x0]||'';try{await _0x55ac86[_0x431bfa(0x130)](_0x6c024,_0x4b04d6,_0x51494e,![]);}catch(_0x24cac4){logger[_0x431bfa(0x184)](_0x431bfa(0x186)+_0x1878d4+_0x431bfa(0x14d)+_0x51494e+_0x431bfa(0x12a)+(_0x24cac4[_0x431bfa(0x182)]||_0x24cac4));}}}catch(_0x1442c2){logger[_0x431bfa(0x184)](_0x431bfa(0x17b)+(_0x1442c2[_0x431bfa(0x182)]||_0x1442c2));}}function install(_0x3de8ec){const _0x509697=a70_0x5d8ae9,_0x1c9340={'NmPYg':function(_0x152b07,_0x5d374b){return _0x152b07(_0x5d374b);},'nwKtu':function(_0x1fd4cb,_0x547dd8){return _0x1fd4cb!==_0x547dd8;},'pspmx':_0x509697(0x151),'kqNBA':function(_0xc69f97,_0x480180){return _0xc69f97===_0x480180;},'PytyE':'[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','FjxaA':function(_0x21dba4){return _0x21dba4();},'TKXPC':_0x509697(0x142),'VZyax':_0x509697(0x150)};if(_installed)return;if(!Array['isArray'](_0x3de8ec)||_0x1c9340['kqNBA'](_0x3de8ec[_0x509697(0x147)],0x0)){logger[_0x509697(0x184)](_0x1c9340[_0x509697(0x14e)]);return;}let _0x5494ee;try{_0x5494ee=_0x1c9340[_0x509697(0x159)](_requireTestController);}catch(_0x7ba5d2){logger[_0x509697(0x184)](_0x509697(0x11e)+(_0x7ba5d2[_0x509697(0x182)]||_0x7ba5d2));return;}if(!_0x5494ee||!_0x5494ee['prototype']){logger[_0x509697(0x184)](_0x1c9340['TKXPC']);return;}const _0x578308=_0x5494ee['prototype'];let _0x49a3ca=0x0;function _0x11e27d(_0x4b35ee){const _0x562fb0=_0x509697;let _0x93a075=_0x578308;while(_0x93a075){const _0x224567=Object[_0x562fb0(0x12d)](_0x93a075,_0x4b35ee);if(_0x224567){const _0x44f981={};return _0x44f981['descriptor']=_0x224567,_0x44f981[_0x562fb0(0x135)]=_0x93a075,_0x44f981;}_0x93a075=Object['getPrototypeOf'](_0x93a075);}return null;}for(const _0x52d916 of _0x3de8ec){if(!_0x52d916||_0x1c9340[_0x509697(0x179)](_0x52d916[_0x509697(0x161)],_0x1c9340[_0x509697(0x13f)]))continue;const _0x45463d=_0x52d916['name'],_0x90e77a=_0x1c9340[_0x509697(0x123)](_0x11e27d,_0x45463d);if(!_0x90e77a)continue;const {descriptor:_0x2e440a,owner:_0x228267}=_0x90e77a;if(_0x2e440a['__bstack_a11y_wrapped'])continue;let _0xab6842;if(_0x1c9340['kqNBA'](typeof _0x2e440a[_0x509697(0x16d)],_0x1c9340[_0x509697(0x17a)])){const _0x23a446=_0x2e440a[_0x509697(0x16d)];_0xab6842={'configurable':!![],'writable':!![],'enumerable':_0x2e440a['enumerable'],'value':function(..._0x35d6c7){const _0x212cf6=_0x509697;return _0x1c9340[_0x212cf6(0x123)](_performScanForAllDrivers,_0x45463d)[_0x212cf6(0x14f)](()=>{}),_0x23a446[_0x212cf6(0x170)](this,_0x35d6c7);}};}else{if(_0x1c9340[_0x509697(0x134)](typeof _0x2e440a[_0x509697(0x16b)],_0x1c9340['pspmx'])){const _0x5979ed=_0x2e440a[_0x509697(0x16b)];_0xab6842={'configurable':!![],'enumerable':_0x2e440a[_0x509697(0x188)],'get'(){const _0x29ca34=_0x509697,_0x275a99=_0x5979ed[_0x29ca34(0x154)](this);if(_0x1c9340[_0x29ca34(0x179)](typeof _0x275a99,_0x1c9340['pspmx']))return _0x275a99;return function(..._0x58415d){const _0x3f7003=_0x29ca34;return _0x1c9340['NmPYg'](_performScanForAllDrivers,_0x45463d)['catch'](()=>{}),_0x275a99[_0x3f7003(0x170)](this,_0x58415d);};},'set':_0x2e440a[_0x509697(0x149)]||function(){}};}else continue;}_0xab6842[_0x509697(0x181)]=!![];try{Object[_0x509697(0x14b)](_0x228267,_0x45463d,_0xab6842);const _0x4a704b={};_0x4a704b[_0x509697(0x135)]=_0x228267,_0x4a704b['originalDescriptor']=_0x2e440a,_patchedDescriptors[_0x509697(0x149)](_0x45463d,_0x4a704b),_0x49a3ca+=0x1;}catch(_0x166e7c){logger[_0x509697(0x184)](_0x509697(0x167)+_0x45463d+':\x20'+(_0x166e7c[_0x509697(0x182)]||_0x166e7c));}}_installed=!![],logger[_0x509697(0x163)](_0x509697(0x17d)+_0x49a3ca+'/'+_0x3de8ec['length']+_0x509697(0x14a));}function uninstall(){const _0xae8600=a70_0x5d8ae9,_0x493321={};_0x493321['kwkwW']=_0xae8600(0x187);const _0x6314d2=_0x493321;if(!_installed)return;for(const [_0x3c37b0,{owner:_0x45b631,originalDescriptor:_0xf81b68}]of _patchedDescriptors){try{Object[_0xae8600(0x14b)](_0x45b631,_0x3c37b0,_0xf81b68);}catch(_0x4cb4ad){logger[_0xae8600(0x184)](_0xae8600(0x169)+_0x3c37b0+':\x20'+(_0x4cb4ad[_0xae8600(0x182)]||_0x4cb4ad));}}_patchedDescriptors['clear'](),_installed=![],logger[_0xae8600(0x184)](_0x6314d2[_0xae8600(0x13b)]);}const a70_0x4c0d82={};a70_0x4c0d82[a70_0x5d8ae9(0x148)]=install,a70_0x4c0d82['uninstall']=uninstall,module['exports']=a70_0x4c0d82;
|
|
1
|
+
'use strict';function a71_0x571d(_0x4a372a,_0x258705){const _0x2e2d83=a71_0x2e2d();return a71_0x571d=function(_0x571dba,_0x358083){_0x571dba=_0x571dba-0x1e0;let _0xe91189=_0x2e2d83[_0x571dba];return _0xe91189;},a71_0x571d(_0x4a372a,_0x258705);}const a71_0xccbd87=a71_0x571d;(function(_0x455c09,_0x12cf44){const _0x42e0cf=a71_0x571d,_0xe2e100=_0x455c09();while(!![]){try{const _0x4fb986=-parseInt(_0x42e0cf(0x1e0))/0x1*(-parseInt(_0x42e0cf(0x231))/0x2)+-parseInt(_0x42e0cf(0x20b))/0x3+parseInt(_0x42e0cf(0x1fb))/0x4*(parseInt(_0x42e0cf(0x214))/0x5)+-parseInt(_0x42e0cf(0x22a))/0x6+-parseInt(_0x42e0cf(0x1f5))/0x7*(parseInt(_0x42e0cf(0x252))/0x8)+parseInt(_0x42e0cf(0x1fe))/0x9*(-parseInt(_0x42e0cf(0x1f3))/0xa)+parseInt(_0x42e0cf(0x202))/0xb;if(_0x4fb986===_0x12cf44)break;else _0xe2e100['push'](_0xe2e100['shift']());}catch(_0x4176cb){_0xe2e100['push'](_0xe2e100['shift']());}}}(a71_0x2e2d,0x4effe));const logger=require('../../helpers/logger')[a71_0xccbd87(0x24b)];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x565b82=a71_0xccbd87,_0x2e1652={'SGjUp':function(_0x529128,_0x26628c){return _0x529128(_0x26628c);},'mGgTH':_0x565b82(0x251),'TgesW':_0x565b82(0x23a),'ydRig':'lib','KCdfu':_0x565b82(0x1ed),'FUNbr':_0x565b82(0x1f0),'WtGwZ':function(_0x32485e,_0x2f1ca2){return _0x32485e(_0x2f1ca2);}},_0x4d01c7=_0x2e1652[_0x565b82(0x20e)](require,_0x2e1652[_0x565b82(0x1ee)]),_0x2a2cc7=_0x4d01c7[_0x565b82(0x250)](require[_0x565b82(0x247)](_0x2e1652['TgesW'],{'paths':[process[_0x565b82(0x237)]()]})),_0x21069d=_0x4d01c7[_0x565b82(0x20d)](_0x2a2cc7,_0x2e1652[_0x565b82(0x216)],_0x2e1652[_0x565b82(0x226)],_0x2e1652['FUNbr']),_0x435ce6=_0x2e1652[_0x565b82(0x244)](require,_0x21069d);return _0x435ce6&&(_0x435ce6[_0x565b82(0x20a)]||_0x435ce6);}async function _performScanForAllDrivers(_0x4410b0){const _0x406778=a71_0xccbd87,_0x53be26={'dOvbz':function(_0x46e40c,_0x5f4355){return _0x46e40c(_0x5f4355);},'uLitE':'../v2/browserstackCLI','eRPLB':function(_0x9936cc,_0x2724d1){return _0x9936cc(_0x2724d1);},'jmfaA':_0x406778(0x21c),'FzYDX':function(_0x191fe7,_0x2c87bf){return _0x191fe7(_0x2c87bf);},'BccMc':_0x406778(0x232),'vuxVq':function(_0x5814ef,_0x34965b){return _0x5814ef(_0x34965b);},'xAAwH':_0x406778(0x201),'oNQPa':function(_0x2d91e0,_0x48b307){return _0x2d91e0(_0x48b307);},'IvNAS':_0x406778(0x22f),'WhbAt':function(_0x1bfb9f,_0x4f0e76){return _0x1bfb9f===_0x4f0e76;},'hVzII':_0x406778(0x205),'EIyuV':_0x406778(0x1e1),'meGqt':function(_0x889c23,_0x2f8e73){return _0x889c23(_0x2f8e73);},'reTnz':_0x406778(0x1eb),'iAdsZ':function(_0x477ce1,_0x591515){return _0x477ce1===_0x591515;},'gthys':function(_0x404820,_0x3baa03){return _0x404820===_0x3baa03;},'lLvzh':'pending','BLSdL':function(_0x18f066,_0x262c89){return _0x18f066===_0x262c89;},'XHWzC':function(_0xbe676c,_0x3b1946){return _0xbe676c>_0x3b1946;},'ToFOu':_0x406778(0x225),'JwiFA':_0x406778(0x235),'xUljo':'./a11y-runner'};try{const _0x4eb577=_0x53be26[_0x406778(0x243)](require,_0x53be26[_0x406778(0x234)]),_0x35d095=_0x53be26[_0x406778(0x1e5)](require,_0x53be26[_0x406778(0x1e9)]),_0x472edd=_0x53be26[_0x406778(0x1f9)](require,_0x53be26[_0x406778(0x1ef)]),_0x57aac7=_0x53be26[_0x406778(0x1f4)](require,_0x53be26[_0x406778(0x1fd)]),_0x1dfb88=_0x53be26['oNQPa'](require,_0x53be26[_0x406778(0x23f)]),_0x29db02=_0x4eb577[_0x406778(0x23e)]();if(!_0x29db02||!_0x29db02[_0x406778(0x1e7)]())return;const _0x183721=_0x29db02[_0x406778(0x236)]&&_0x29db02[_0x406778(0x236)]();if(!_0x183721)return;if(_0x53be26[_0x406778(0x203)](typeof _0x183721[_0x406778(0x22e)],_0x53be26[_0x406778(0x215)])&&!_0x183721[_0x406778(0x22e)](_0x4410b0))return;const _0x2ffbe6=_0x1dfb88[_0x406778(0x1ec)]&&_0x1dfb88[_0x406778(0x1ec)]();if(!_0x2ffbe6)return;const _0x39b2d0=Array[_0x406778(0x21b)](_0x2ffbe6[_0x406778(0x204)](_0x53be26[_0x406778(0x217)]))?_0x2ffbe6[_0x406778(0x204)](_0x53be26['EIyuV']):[];if(_0x53be26[_0x406778(0x203)](_0x39b2d0[_0x406778(0x21f)],0x0))return;try{const _0x2bf23f=_0x53be26['meGqt'](require,_0x53be26[_0x406778(0x24d)]),_0x32e0c6=_0x53be26[_0x406778(0x1f6)](typeof _0x2ffbe6['getAllData'],_0x53be26['hVzII'])?_0x2ffbe6[_0x406778(0x23d)]():null;if(_0x32e0c6&&_0x53be26[_0x406778(0x1f6)](typeof _0x32e0c6[_0x406778(0x242)],_0x53be26[_0x406778(0x215)])&&_0x53be26['iAdsZ'](typeof _0x183721[_0x406778(0x240)],_0x53be26['hVzII'])){let _0x5e8aeb=null,_0x48ccd0='';for(const _0x85e687 of _0x32e0c6['values']()){if(!_0x85e687)continue;const _0x5b4484=_0x85e687[_0x2bf23f[_0x406778(0x210)]],_0x521b99=_0x85e687[_0x2bf23f['KEY_TEST_RESULT']];_0x5b4484&&(_0x53be26[_0x406778(0x218)](_0x521b99,_0x53be26['lLvzh'])||_0x53be26[_0x406778(0x1e3)](_0x521b99,_0x2bf23f[_0x406778(0x207)]))&&(_0x53be26[_0x406778(0x222)](_0x5b4484,_0x48ccd0)&&(_0x48ccd0=_0x5b4484,_0x5e8aeb=_0x85e687));}if(_0x5e8aeb){const _0x5394f1=_0x5e8aeb[_0x2bf23f[_0x406778(0x239)]]||[],_0x53ecd3=_0x5e8aeb[_0x2bf23f[_0x406778(0x227)]]||_0x53be26[_0x406778(0x21d)],_0x50810a=_0x183721[_0x406778(0x240)](_0x5394f1,null,_0x53be26[_0x406778(0x219)]);if(!_0x50810a){logger[_0x406778(0x22b)]('[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd='+_0x4410b0+_0x406778(0x1fc)+_0x53ecd3+_0x406778(0x23b)+JSON[_0x406778(0x230)](_0x5394f1)+_0x406778(0x1f1));return;}}}}catch(_0x4081c3){logger[_0x406778(0x22b)](_0x406778(0x220)+(_0x4081c3[_0x406778(0x22c)]||_0x4081c3));}const _0x2aac82=_0x53be26[_0x406778(0x1f2)](require,_0x53be26[_0x406778(0x211)]);for(const {platformIndex:_0x4caa26,instance:_0x5d8516}of _0x35d095[_0x406778(0x21e)]()){const _0x3baa4d=_0x472edd['getState'](_0x5d8516,_0x57aac7['KEY_DRIVER'],null);if(!_0x3baa4d)continue;const _0x2937a0=_0x39b2d0[_0x4caa26]||_0x39b2d0[0x0]||'';try{await _0x2aac82['runScan'](_0x3baa4d,_0x2937a0,_0x4410b0,![]);}catch(_0x55b0e2){logger[_0x406778(0x22b)](_0x406778(0x1ff)+_0x4caa26+_0x406778(0x20f)+_0x4410b0+_0x406778(0x24e)+(_0x55b0e2[_0x406778(0x22c)]||_0x55b0e2));}}}catch(_0x185e1f){logger[_0x406778(0x22b)](_0x406778(0x21a)+(_0x185e1f[_0x406778(0x22c)]||_0x185e1f));}}function install(_0x2a96a7){const _0x2d0607=a71_0xccbd87,_0x49cd1d={'lgpVi':function(_0x5a259a,_0x5481e6){return _0x5a259a(_0x5481e6);},'CpuDT':function(_0x26d4d5,_0x2dc45c){return _0x26d4d5!==_0x2dc45c;},'oasEH':_0x2d0607(0x205),'JTkNV':function(_0x239b08,_0x388517){return _0x239b08===_0x388517;},'MhWgH':_0x2d0607(0x1f7),'rgDEk':function(_0x28cc5e){return _0x28cc5e();},'FqEPT':'[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','oxzDi':_0x2d0607(0x24a),'gIHOY':function(_0x40b0f5,_0x4d04b7){return _0x40b0f5===_0x4d04b7;}};if(_installed)return;if(!Array[_0x2d0607(0x21b)](_0x2a96a7)||_0x49cd1d[_0x2d0607(0x20c)](_0x2a96a7['length'],0x0)){logger[_0x2d0607(0x22b)](_0x49cd1d[_0x2d0607(0x229)]);return;}let _0x3fe122;try{_0x3fe122=_0x49cd1d[_0x2d0607(0x209)](_requireTestController);}catch(_0x5488a3){logger[_0x2d0607(0x22b)](_0x2d0607(0x206)+(_0x5488a3[_0x2d0607(0x22c)]||_0x5488a3));return;}if(!_0x3fe122||!_0x3fe122[_0x2d0607(0x208)]){logger[_0x2d0607(0x22b)](_0x49cd1d['FqEPT']);return;}const _0x5df165=_0x3fe122[_0x2d0607(0x208)];let _0x118203=0x0;function _0x44a9f5(_0x1fb6d9){const _0x3e2ba7=_0x2d0607;let _0x1541f2=_0x5df165;while(_0x1541f2){const _0x189c51=Object[_0x3e2ba7(0x24c)](_0x1541f2,_0x1fb6d9);if(_0x189c51){const _0x4e1f85={};return _0x4e1f85[_0x3e2ba7(0x1e8)]=_0x189c51,_0x4e1f85[_0x3e2ba7(0x1ea)]=_0x1541f2,_0x4e1f85;}_0x1541f2=Object[_0x3e2ba7(0x23c)](_0x1541f2);}return null;}for(const _0x5eb8e9 of _0x2a96a7){if(!_0x5eb8e9||_0x49cd1d[_0x2d0607(0x228)](_0x5eb8e9[_0x2d0607(0x233)],_0x49cd1d[_0x2d0607(0x1e6)]))continue;const _0x134aba=_0x5eb8e9[_0x2d0607(0x245)],_0x52bb43=_0x49cd1d[_0x2d0607(0x238)](_0x44a9f5,_0x134aba);if(!_0x52bb43)continue;const {descriptor:_0x3859c0,owner:_0x35e4fa}=_0x52bb43;if(_0x3859c0['__bstack_a11y_wrapped'])continue;let _0x269694;if(_0x49cd1d[_0x2d0607(0x20c)](typeof _0x3859c0['value'],_0x49cd1d[_0x2d0607(0x241)])){const _0x4d7592=_0x3859c0[_0x2d0607(0x24f)];_0x269694={'configurable':!![],'writable':!![],'enumerable':_0x3859c0[_0x2d0607(0x249)],'value':function(..._0x54eaea){const _0x19f205=_0x2d0607;return _0x49cd1d[_0x19f205(0x238)](_performScanForAllDrivers,_0x134aba)[_0x19f205(0x221)](()=>{}),_0x4d7592[_0x19f205(0x246)](this,_0x54eaea);}};}else{if(_0x49cd1d[_0x2d0607(0x1fa)](typeof _0x3859c0[_0x2d0607(0x223)],_0x49cd1d[_0x2d0607(0x241)])){const _0x4aa454=_0x3859c0[_0x2d0607(0x223)];_0x269694={'configurable':!![],'enumerable':_0x3859c0[_0x2d0607(0x249)],'get'(){const _0x28f206=_0x2d0607,_0x1da40d={'DqGKQ':function(_0x49f962,_0x55fb6c){const _0x228f97=a71_0x571d;return _0x49cd1d[_0x228f97(0x238)](_0x49f962,_0x55fb6c);}},_0x22635e=_0x4aa454['call'](this);if(_0x49cd1d[_0x28f206(0x228)](typeof _0x22635e,_0x49cd1d['oasEH']))return _0x22635e;return function(..._0x49b47e){const _0x39e9f3=_0x28f206;return _0x1da40d[_0x39e9f3(0x1f8)](_performScanForAllDrivers,_0x134aba)[_0x39e9f3(0x221)](()=>{}),_0x22635e[_0x39e9f3(0x246)](this,_0x49b47e);};},'set':_0x3859c0[_0x2d0607(0x200)]||function(){}};}else continue;}_0x269694[_0x2d0607(0x22d)]=!![];try{Object['defineProperty'](_0x35e4fa,_0x134aba,_0x269694);const _0x4e0bc1={};_0x4e0bc1[_0x2d0607(0x1ea)]=_0x35e4fa,_0x4e0bc1['originalDescriptor']=_0x3859c0,_patchedDescriptors[_0x2d0607(0x200)](_0x134aba,_0x4e0bc1),_0x118203+=0x1;}catch(_0x3f16d7){logger[_0x2d0607(0x22b)]('[testcafe-action-patcher]\x20could\x20not\x20patch\x20'+_0x134aba+':\x20'+(_0x3f16d7[_0x2d0607(0x22c)]||_0x3f16d7));}}_installed=!![],logger[_0x2d0607(0x1e4)](_0x2d0607(0x224)+_0x118203+'/'+_0x2a96a7[_0x2d0607(0x21f)]+'\x20TestController\x20methods\x20for\x20accessibility\x20scanning');}function uninstall(){const _0x4e9a52=a71_0xccbd87,_0x4ebb04={};_0x4ebb04[_0x4e9a52(0x1e2)]=_0x4e9a52(0x212);const _0x4fc735=_0x4ebb04;if(!_installed)return;for(const [_0x501008,{owner:_0x2788a3,originalDescriptor:_0x55005a}]of _patchedDescriptors){try{Object[_0x4e9a52(0x213)](_0x2788a3,_0x501008,_0x55005a);}catch(_0x197aa5){logger[_0x4e9a52(0x22b)](_0x4e9a52(0x248)+_0x501008+':\x20'+(_0x197aa5['message']||_0x197aa5));}}_patchedDescriptors['clear'](),_installed=![],logger[_0x4e9a52(0x22b)](_0x4fc735[_0x4e9a52(0x1e2)]);}function a71_0x2e2d(){const _0x56ec16=['value','dirname','path','10104PzjByd','9MhnmWS','__currentPlatformUuids','RYaRj','BLSdL','info','eRPLB','oxzDi','isRunning','descriptor','jmfaA','owner','../v2/framework/constants/testFrameworkConstants','getTrackedInstance','api','mGgTH','BccMc','test-controller','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','oNQPa','210pJyGVt','vuxVq','1239NIFQXu','iAdsZ','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','DqGKQ','FzYDX','gIHOY','524CJvRKN','\x20testName=','xAAwH','117666XdXjkH','[testcafe-action-patcher]\x20performScan\x20pi=','set','../v2/modules/testcafeDriverModule','11672320zMKInE','WhbAt','getData','function','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','DEFAULT_TEST_RESULT','prototype','rgDEk','default','1241949PjUtzN','JTkNV','join','SGjUp','\x20cmd=','KEY_TEST_STARTED_AT','xUljo','[testcafe-action-patcher]\x20uninstalled','defineProperty','6895uIqFIf','hVzII','ydRig','EIyuV','gthys','JwiFA','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','isArray','../v2/framework/testcafeAutomationFramework','ToFOu','iterAllInstances','length','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','catch','XHWzC','get','[testcafe-action-patcher]\x20wrapped\x20','<unnamed>','KCdfu','KEY_TEST_NAME','CpuDT','MhWgH','898164zgporO','debug','message','__bstack_a11y_wrapped','shouldScanForCommand','../v2/framework/testFramework','stringify','31910XWfBvM','../v2/framework/automationFramework','module','uLitE','cucumber','getAccessibilityModule','cwd','lgpVi','KEY_TEST_TAGS','testcafe/package.json','\x20tags=','getPrototypeOf','getAllData','getInstance','IvNAS','isEnabledTestcase','oasEH','values','dOvbz','WtGwZ','name','apply','resolve','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','enumerable','testController','winstonLogger','getOwnPropertyDescriptor','reTnz','\x20failed:\x20'];a71_0x2e2d=function(){return _0x56ec16;};return a71_0x2e2d();}const a71_0x2d252a={};a71_0x2d252a['install']=install,a71_0x2d252a['uninstall']=uninstall,module['exports']=a71_0x2d252a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a72_0x2bf288=a72_0x1b08;(function(_0x53338c,_0x5668e1){const _0xf577ad=a72_0x1b08,_0x50260c=_0x53338c();while(!![]){try{const _0x367ef6=parseInt(_0xf577ad(0xa3))/0x1*(-parseInt(_0xf577ad(0x9f))/0x2)+parseInt(_0xf577ad(0xa4))/0x3*(parseInt(_0xf577ad(0xa7))/0x4)+-parseInt(_0xf577ad(0x7a))/0x5*(parseInt(_0xf577ad(0xbf))/0x6)+-parseInt(_0xf577ad(0xa8))/0x7+-parseInt(_0xf577ad(0xa0))/0x8+parseInt(_0xf577ad(0xa1))/0x9*(parseInt(_0xf577ad(0x95))/0xa)+parseInt(_0xf577ad(0x8d))/0xb;if(_0x367ef6===_0x5668e1)break;else _0x50260c['push'](_0x50260c['shift']());}catch(_0x1b35de){_0x50260c['push'](_0x50260c['shift']());}}}(a72_0x30e0,0x874d5));const got=require(a72_0x2bf288(0x8b)),logger=require(a72_0x2bf288(0x9c))['winstonLogger'],_trim=_0x570a06=>(_0x570a06||'')['replace'](/\/+$/,'');function _normalizeScheme(_0x597946){const _0xb5d367=a72_0x2bf288,_0x57173b={};_0x57173b[_0xb5d367(0xbe)]=function(_0x11d4f2,_0x2f345c){return _0x11d4f2||_0x2f345c;};const _0x37f4bc=_0x57173b,_0x3291dd=_0x37f4bc[_0xb5d367(0xbe)](_0x597946,'')[_0xb5d367(0x9b)]();if(!_0x3291dd)return _0x3291dd;if(/^https?:\/\//i[_0xb5d367(0xb8)](_0x3291dd))return _0x3291dd;return _0xb5d367(0x8e)+_0x3291dd[_0xb5d367(0x82)](/^\/+/,'');}function _resolveAuth(_0x4baac2){const _0x28e82f=a72_0x2bf288,_0x2bbfce={'lFsRd':function(_0x40bf92,_0x346bc1){return _0x40bf92(_0x346bc1);},'LOvdB':function(_0x348786,_0x114d29){return _0x348786(_0x114d29);},'hvWLs':function(_0x24e8ad,_0x517c3a){return _0x24e8ad(_0x517c3a);}},_0x4db994=_0x2bbfce[_0x28e82f(0xbc)](_normalizeScheme,_0x4baac2);try{const _0x5e8816=new URL(_0x4db994);if(_0x5e8816[_0x28e82f(0x91)]||_0x5e8816[_0x28e82f(0xad)]){const _0x2c4806=_0x2bbfce[_0x28e82f(0xbc)](decodeURIComponent,_0x5e8816[_0x28e82f(0x91)]||''),_0x1cd1a8=_0x2bbfce[_0x28e82f(0xc9)](decodeURIComponent,_0x5e8816[_0x28e82f(0xad)]||'');return _0x5e8816[_0x28e82f(0x91)]='',_0x5e8816['password']='',{'username':_0x2c4806,'password':_0x1cd1a8,'url':_0x2bbfce[_0x28e82f(0x8f)](_trim,_0x5e8816[_0x28e82f(0x80)]())};}}catch(_0x4ede93){}return{'username':process[_0x28e82f(0x83)][_0x28e82f(0x84)]||'','password':process['env']['BROWSERSTACK_ACCESS_KEY']||'','url':_0x2bbfce[_0x28e82f(0xc9)](_trim,_0x4db994)};}class W3CDriver{constructor({hubUrl:_0x16d87b,sessionId:_0x5019aa,username:_0x3a1cb3,password:_0x17a916}){const _0x33ab01=a72_0x2bf288,_0x5cd7bd={'rGaKy':function(_0x5c9ec7,_0x28b530){return _0x5c9ec7(_0x28b530);}};this[_0x33ab01(0xa6)]=_0x5cd7bd[_0x33ab01(0x93)](_trim,_0x16d87b),this[_0x33ab01(0xac)]=_0x5019aa,this[_0x33ab01(0xbb)]=_0x3a1cb3,this['_password']=_0x17a916;}get[a72_0x2bf288(0x96)](){const _0xd34888=a72_0x2bf288;return this[_0xd34888(0xac)];}['_opts'](_0x2f5ca8={}){const _0x2d0b55=a72_0x2bf288,_0x4dac50={};_0x4dac50[_0x2d0b55(0xb3)]='json',_0x4dac50[_0x2d0b55(0x9d)]=_0x2d0b55(0x86);const _0x4a8a90=_0x4dac50,_0xb1ac76={'username':this[_0x2d0b55(0xbb)],'password':this[_0x2d0b55(0x85)],'responseType':_0x4a8a90[_0x2d0b55(0xb3)],'headers':{'user-agent':_0x4a8a90[_0x2d0b55(0x9d)]},'throwHttpErrors':![],..._0x2f5ca8};return _0xb1ac76;}async[a72_0x2bf288(0xc0)](_0x1a2b92){const _0x28106e=a72_0x2bf288,_0x574a3c={};_0x574a3c[_0x28106e(0xc7)]=function(_0x22430e,_0x10566a){return _0x22430e>=_0x10566a;};const _0x2fe5de=_0x574a3c,_0x25082f={};_0x25082f['url']=_0x1a2b92;const _0x5926cb={};_0x5926cb[_0x28106e(0xb2)]=0xea60;const _0x24bdc={};_0x24bdc[_0x28106e(0x89)]=_0x25082f,_0x24bdc[_0x28106e(0x7c)]=_0x5926cb;const _0x2aac4c=await got[_0x28106e(0x7d)](this['_hubUrl']+'/session/'+this[_0x28106e(0xac)]+'/url',this[_0x28106e(0xb5)](_0x24bdc));if(_0x2fe5de[_0x28106e(0xc7)](_0x2aac4c[_0x28106e(0xcc)],0x190))throw new Error(_0x28106e(0x87)+this['_sessionId']+_0x28106e(0x8a)+_0x2aac4c[_0x28106e(0xcc)]+'\x20'+JSON['stringify'](_0x2aac4c[_0x28106e(0x7b)])[_0x28106e(0x98)](0x0,0x12c));}async[a72_0x2bf288(0x7f)](){const _0x49f478=a72_0x2bf288,_0x4bca1e={};_0x4bca1e[_0x49f478(0xb2)]=0x7530;const _0x1868fa={};_0x1868fa[_0x49f478(0x7c)]=_0x4bca1e;const _0x1f55b2=await got['get'](this[_0x49f478(0xa6)]+_0x49f478(0x97)+this[_0x49f478(0xac)]+_0x49f478(0xb1),this[_0x49f478(0xb5)](_0x1868fa));return _0x1f55b2[_0x49f478(0x7b)]&&_0x1f55b2['body'][_0x49f478(0xc6)]||'';}async[a72_0x2bf288(0x79)](_0x10a3eb,..._0x3052f6){const _0x2b2303=a72_0x2bf288,_0x124eb9={};_0x124eb9[_0x2b2303(0xba)]=_0x10a3eb,_0x124eb9[_0x2b2303(0xc5)]=_0x3052f6;const _0x4084e0={};_0x4084e0['request']=0xea60;const _0x59ccba={};_0x59ccba[_0x2b2303(0x89)]=_0x124eb9,_0x59ccba[_0x2b2303(0x7c)]=_0x4084e0;const _0x39fa5a=await got[_0x2b2303(0x7d)](this[_0x2b2303(0xa6)]+_0x2b2303(0x97)+this[_0x2b2303(0xac)]+_0x2b2303(0xa2),this[_0x2b2303(0xb5)](_0x59ccba));return _0x39fa5a[_0x2b2303(0x7b)]&&_0x39fa5a[_0x2b2303(0x7b)][_0x2b2303(0xc6)];}async[a72_0x2bf288(0xb4)](_0x17ae2c,..._0x3af301){const _0x493e0b=a72_0x2bf288,_0x5349f7={};_0x5349f7[_0x493e0b(0xba)]=_0x17ae2c,_0x5349f7[_0x493e0b(0xc5)]=_0x3af301;const _0x5995d3={};_0x5995d3[_0x493e0b(0xb2)]=0x1d4c0;const _0x2a31f2={};_0x2a31f2[_0x493e0b(0x89)]=_0x5349f7,_0x2a31f2[_0x493e0b(0x7c)]=_0x5995d3;const _0x1d7f6f=await got[_0x493e0b(0x7d)](this[_0x493e0b(0xa6)]+_0x493e0b(0x97)+this[_0x493e0b(0xac)]+_0x493e0b(0x7e),this['_opts'](_0x2a31f2));return _0x1d7f6f['body']&&_0x1d7f6f[_0x493e0b(0x7b)][_0x493e0b(0xc6)];}async[a72_0x2bf288(0xc8)](){const _0xee011f=a72_0x2bf288;try{const _0x711ddb={};_0x711ddb[_0xee011f(0xb2)]=0x7530;const _0x5b32ba={};_0x5b32ba[_0xee011f(0x7c)]=_0x711ddb,await got[_0xee011f(0xc1)](this['_hubUrl']+_0xee011f(0x97)+this['_sessionId'],this['_opts'](_0x5b32ba));}catch(_0x571602){logger['debug']('[w3c-driver]\x20DELETE\x20/session\x20'+this['_sessionId']+'\x20failed\x20(likely\x20already\x20closed):\x20'+_0x571602['message']);}}}function a72_0x1b08(_0x248c00,_0x4eb449){const _0x30e0b8=a72_0x30e0();return a72_0x1b08=function(_0x1b0839,_0x4f76cb){_0x1b0839=_0x1b0839-0x79;let _0x4839b1=_0x30e0b8[_0x1b0839];return _0x4839b1;},a72_0x1b08(_0x248c00,_0x4eb449);}async function openSession({hubUrl:_0x2a2b0c,capabilities:_0x3d61b1}){const _0x538339=a72_0x2bf288,_0x2a5820={'cdMmw':function(_0x348c62,_0x5eaea4){return _0x348c62(_0x5eaea4);},'QextH':function(_0x2b5c4e,_0x5ee38a){return _0x2b5c4e||_0x5ee38a;},'XiyyI':_0x538339(0xa5),'EXcfm':_0x538339(0x89),'sfltd':_0x538339(0x86),'VNQoc':function(_0x3f21f8,_0x3254d2){return _0x3f21f8>=_0x3254d2;},'ZxifV':_0x538339(0xc4),'wMzfD':function(_0x2f0ff4,_0x2fe0a2){return _0x2f0ff4>_0x2fe0a2;}},{username:_0x4be21d,password:_0x51afd9,url:_0x21e896}=_0x2a5820[_0x538339(0xb0)](_resolveAuth,_0x2a2b0c);if(_0x2a5820[_0x538339(0xaa)](!_0x4be21d,!_0x51afd9))throw new Error(_0x2a5820[_0x538339(0x9a)]);const _0x1e44b4={};_0x1e44b4[_0x538339(0x88)]=_0x3d61b1,_0x1e44b4['firstMatch']=[{}];const _0x3f301c={};_0x3f301c[_0x538339(0x8c)]=_0x1e44b4,_0x3f301c[_0x538339(0x90)]=_0x3d61b1;const _0x501de5=_0x3f301c,_0x485419={};_0x485419[_0x538339(0xb2)]=0x1d4c0;const _0x390dcb={};_0x390dcb['json']=_0x501de5,_0x390dcb[_0x538339(0x91)]=_0x4be21d,_0x390dcb[_0x538339(0xad)]=_0x51afd9,_0x390dcb['responseType']=_0x2a5820[_0x538339(0xaf)],_0x390dcb[_0x538339(0xae)]={},_0x390dcb[_0x538339(0xc3)]=![],_0x390dcb[_0x538339(0x7c)]=_0x485419,_0x390dcb[_0x538339(0xae)][_0x538339(0xb9)]=_0x2a5820[_0x538339(0x94)];const _0x40ed6e=await got[_0x538339(0x7d)](_0x21e896+'/session',_0x390dcb);if(_0x2a5820[_0x538339(0xca)](_0x40ed6e[_0x538339(0xcc)],0x190))throw new Error(_0x538339(0xb7)+_0x40ed6e[_0x538339(0xcc)]+'\x20'+JSON[_0x538339(0x99)](_0x40ed6e[_0x538339(0x7b)])['slice'](0x0,0x190));const _0x3d43bb=_0x40ed6e[_0x538339(0x7b)]||{},_0x341052=_0x3d43bb[_0x538339(0xc6)]||{},_0x5eeb0e=_0x341052[_0x538339(0x8c)]||{},_0x55a720=_0x3d43bb['sessionId']||_0x341052[_0x538339(0x96)]||_0x341052[_0x2a5820['ZxifV']]||_0x5eeb0e[_0x2a5820[_0x538339(0xb6)]];if(!_0x55a720)throw new Error(_0x538339(0xcb)+JSON[_0x538339(0x99)](_0x3d43bb)[_0x538339(0x98)](0x0,0x190));const _0x4980af={};return _0x4980af[_0x538339(0xbd)]=_0x21e896,_0x4980af['sessionId']=_0x55a720,_0x4980af['username']=_0x4be21d,_0x4980af[_0x538339(0xad)]=_0x51afd9,{'driver':new W3CDriver(_0x4980af),'sessionId':_0x55a720,'capabilities':_0x2a5820[_0x538339(0x92)](Object[_0x538339(0x9e)](_0x5eeb0e)[_0x538339(0xc2)],0x0)?_0x5eeb0e:_0x3d61b1};}const a72_0x55eac0={};function a72_0x30e0(){const _0x30df92=['quit','LOvdB','VNQoc','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','statusCode','executeScript','5058065yKQInD','body','timeout','post','/execute/async','getCurrentUrl','toString','openSession','replace','env','BROWSERSTACK_USERNAME','_password','browserstack-node-sdk-testcafe','[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20','alwaysMatch','json',':\x20HTTP\x20','got','capabilities','19133312KLgYGS','https://','hvWLs','desiredCapabilities','username','wMzfD','rGaKy','sfltd','17060daUWxd','sessionId','/session/','slice','stringify','XiyyI','trim','../../helpers/logger','OXmLe','keys','56ZamOrS','2422888OfJRJr','1017lDzdxA','/execute/sync','4702wRLkXz','48oBieFE','[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','_hubUrl','60056gZogwK','1204469UsAIvv','exports','QextH','W3CDriver','_sessionId','password','headers','EXcfm','cdMmw','/url','request','enwhu','executeAsyncScript','_opts','ZxifV','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','test','user-agent','script','_username','lFsRd','hubUrl','MGxdM','6clukUR','navigateTo','delete','length','throwHttpErrors','webdriver.remote.sessionid','args','value','IFqRj'];a72_0x30e0=function(){return _0x30df92;};return a72_0x30e0();}a72_0x55eac0[a72_0x2bf288(0x81)]=openSession,a72_0x55eac0[a72_0x2bf288(0xab)]=W3CDriver,module[a72_0x2bf288(0xa9)]=a72_0x55eac0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a72_0x5432(){const _0x35ef80=['wzTSF','sesoK','FhlhL','getPuppeteerHubUrl','jfuSw','TZrph','getAppAutomateSessionStatusAPIUrl','lzZdw','iHOzn','automate','bsstag.com','2TCJtSj','xmFyZ','api','replace','BROWSERSTACK_API_URL','OBSERVABILITY_UPLOAD_URL','Chbks','voOQZ','toString','NcsXW','72015hsNRYQ','OzbSe','UXyxH','97130qUeBup','fzatC','xrTDs','getAppAutomateSessionsListAPIUrl','OlOlr','RVHMh','nPZZq','paicp','getBStackAPIUrl','getConfig','rjPAF','ENSyZ','JzaAS','apis','nELnI','ObaoM','3010950bYTdqL','getAppAutomateSessionNameAPIUrl','APP_UPLOAD_URL','11AXNyjV','lWyki','FTGvR','dDnTr','lOHvX','cdp','KVSLN','28882EFHWvB','PLAYWRIGHT_HUB_URL','edsInstrumentation','FmvRe','SSrWW','wss:','1534908gnRkeZ','ipQoV','getAppAutomateUploadAPIUrl','DNshS','CNmQx','dSWYS','getInstance','WRDdT','TCLSu','wwqms','yoePG','./constants','ZjDio','LBbqg','48KoLNMa','QgIxC','DwvSq','Wylyg','PUPPETEER_HUB_URL','getAutoCaptureLogsAPIUrl','bnoLE','zrAMo','IiZWq','endsWith','351831gKNaEv','mKDIO','cIbxL','appAutomate','ySald','../v2/browserstackCLI','upload','EDlBa','EDS_URL','NxGXo','/playwright?caps=','getAutomateSessionStatusAPIUrl','92xEOEkp','UDtOD','vUtAO','CFiCm','VdnMV','787980icsGyA','gbqeD','eTKmq','IyCDi','yAlwO','EQrHE','/puppeteer?caps=','getEdsInstrumentationAPIUrl','eHsSH','zkKnw','./sharedUtils','eJiOJ','lTjQV','ZFgYN','adzyB','nLQZG','EVkuZ','gSHat','wxZhn','cRmdo','some'];a72_0x5432=function(){return _0x35ef80;};return a72_0x5432();}const a72_0x5739f5=a72_0x3af8;function a72_0x3af8(_0x5c4937,_0x35743a){const _0x543241=a72_0x5432();return a72_0x3af8=function(_0x3af865,_0xeaf774){_0x3af865=_0x3af865-0x118;let _0x52742f=_0x543241[_0x3af865];return _0x52742f;},a72_0x3af8(_0x5c4937,_0x35743a);}(function(_0x9417e8,_0x94b439){const _0xf28d00=a72_0x3af8,_0xb5ce2b=_0x9417e8();while(!![]){try{const _0x26c865=-parseInt(_0xf28d00(0x17c))/0x1+-parseInt(_0xf28d00(0x172))/0x2*(-parseInt(_0xf28d00(0x141))/0x3)+parseInt(_0xf28d00(0x14d))/0x4*(-parseInt(_0xf28d00(0x17f))/0x5)+parseInt(_0xf28d00(0x129))/0x6+parseInt(_0xf28d00(0x123))/0x7*(-parseInt(_0xf28d00(0x137))/0x8)+parseInt(_0xf28d00(0x119))/0x9+-parseInt(_0xf28d00(0x152))/0xa*(-parseInt(_0xf28d00(0x11c))/0xb);if(_0x26c865===_0x94b439)break;else _0xb5ce2b['push'](_0xb5ce2b['shift']());}catch(_0xe98327){_0xb5ce2b['push'](_0xb5ce2b['shift']());}}}(a72_0x5432,0x3b4ba));const constants=require(a72_0x5739f5(0x134)),{nestedKeyValue}=require(a72_0x5739f5(0x15c)),getBrowserstackCLI=()=>{const _0x3a34ab=a72_0x5739f5,_0x4dff98={'wwqms':function(_0x23c02c,_0x514eca){return _0x23c02c(_0x514eca);},'wzTSF':_0x3a34ab(0x146)};return _0x4dff98[_0x3a34ab(0x132)](require,_0x4dff98[_0x3a34ab(0x167)]);},ALLOWED_API_HOST_SUFFIXES=['browserstack.com',a72_0x5739f5(0x171)],isAllowedApiHost=_0x5e5491=>{const _0x10364a=a72_0x5739f5;try{const {hostname:_0x4c5d03}=new URL(_0x5e5491);return ALLOWED_API_HOST_SUFFIXES[_0x10364a(0x166)](_0x14ec62=>_0x4c5d03===_0x14ec62||_0x4c5d03[_0x10364a(0x140)]('.'+_0x14ec62));}catch{return![];}},safeApiHost=(_0xe2b95a,_0x3a19e2)=>{const _0x34630d=a72_0x5739f5,_0x43dd91={'LBbqg':function(_0x5c40df,_0x50b7fb){return _0x5c40df(_0x50b7fb);}};if(_0xe2b95a&&_0x43dd91[_0x34630d(0x136)](isAllowedApiHost,_0xe2b95a))return _0xe2b95a;return _0x3a19e2;};class APIUtilityMethods{static[a72_0x5739f5(0x187)](_0x2a1600){const _0x4b5b52=a72_0x5739f5,_0x27f4c9={'ZjDio':function(_0x586526){return _0x586526();},'CFiCm':function(_0x46ed97,_0x149454,_0x9db936){return _0x46ed97(_0x149454,_0x9db936);},'fzatC':'apis','QgIxC':_0x4b5b52(0x170),'nELnI':_0x4b5b52(0x174),'FDfrp':function(_0x23c79a,_0x8ed5c6){return _0x23c79a===_0x8ed5c6;},'yoePG':function(_0x57dfc1,_0x5210cf){return _0x57dfc1+_0x5210cf;}},_0x42dc8e=_0x27f4c9[_0x4b5b52(0x135)](getBrowserstackCLI),_0x1e31d4=_0x27f4c9[_0x4b5b52(0x150)](nestedKeyValue,_0x42dc8e[_0x4b5b52(0x12f)]()[_0x4b5b52(0x188)](),[_0x27f4c9[_0x4b5b52(0x180)],_0x27f4c9[_0x4b5b52(0x138)],_0x27f4c9[_0x4b5b52(0x18d)]]),_0x25554f=_0x27f4c9[_0x4b5b52(0x150)](safeApiHost,_0x1e31d4,constants[_0x4b5b52(0x176)]);if(!_0x2a1600||_0x27f4c9['FDfrp'](_0x2a1600,''))return _0x25554f;const _0x4d9722=_0x25554f[_0x4b5b52(0x140)]('/')?_0x25554f:_0x27f4c9[_0x4b5b52(0x133)](_0x25554f,'/');return new URL(_0x2a1600,_0x4d9722)['toString']();}static[a72_0x5739f5(0x159)](_0x5d343f){const _0x320fc7=a72_0x5739f5,_0x193a37={'IiZWq':function(_0x1a7361){return _0x1a7361();},'HAMFX':function(_0x5d9dad,_0x4d3ba6,_0x16a4b5){return _0x5d9dad(_0x4d3ba6,_0x16a4b5);},'fIzNT':_0x320fc7(0x18c),'voOQZ':_0x320fc7(0x125),'NXzgX':_0x320fc7(0x174),'gSHat':function(_0x8e379b,_0x395c0d){return _0x8e379b===_0x395c0d;},'warlL':function(_0x3e0020,_0x6d89d1){return _0x3e0020+_0x6d89d1;}},_0x448a3e=_0x193a37[_0x320fc7(0x13f)](getBrowserstackCLI),_0x871ad7=_0x193a37['HAMFX'](nestedKeyValue,_0x448a3e[_0x320fc7(0x12f)]()['getConfig'](),[_0x193a37['fIzNT'],_0x193a37[_0x320fc7(0x179)],_0x193a37['NXzgX']])||constants[_0x320fc7(0x149)];if(!_0x5d343f||_0x193a37[_0x320fc7(0x163)](_0x5d343f,''))return _0x871ad7;const _0x3e347f=_0x871ad7[_0x320fc7(0x140)]('/')?_0x871ad7:_0x193a37['warlL'](_0x871ad7,'/');return new URL(_0x5d343f,_0x3e347f)[_0x320fc7(0x17a)]();}static[a72_0x5739f5(0x14c)](_0x2418e3){const _0x41538f=a72_0x5739f5,_0x1fd41d={'vUtAO':function(_0x7497ce){return _0x7497ce();},'VdnMV':function(_0x57b9a7,_0x4d392b,_0x436523){return _0x57b9a7(_0x4d392b,_0x436523);},'RVHMh':_0x41538f(0x18c),'nLQZG':'automate','xmFyZ':_0x41538f(0x174),'lzZdw':function(_0x246f90,_0x121176){return _0x246f90===_0x121176;},'EDlBa':function(_0x5da67b,_0x33bc2b){return _0x5da67b+_0x33bc2b;}},_0x3c932f=_0x1fd41d[_0x41538f(0x14f)](getBrowserstackCLI),_0x27f4ee=_0x1fd41d[_0x41538f(0x151)](nestedKeyValue,_0x3c932f['getInstance']()[_0x41538f(0x188)](),[_0x1fd41d[_0x41538f(0x184)],_0x1fd41d[_0x41538f(0x161)],_0x1fd41d[_0x41538f(0x173)]])||constants[_0x41538f(0x176)];if(!_0x2418e3||_0x1fd41d[_0x41538f(0x16e)](_0x2418e3,''))return _0x27f4ee;const _0x4d9b03=_0x27f4ee[_0x41538f(0x140)]('/')?_0x27f4ee:_0x1fd41d[_0x41538f(0x148)](_0x27f4ee,'/');return new URL(_0x2418e3,_0x4d9b03)[_0x41538f(0x17a)]();}static[a72_0x5739f5(0x16d)](_0x5c1f1d){const _0x47ef8e=a72_0x5739f5,_0x52de98={'lTjQV':function(_0x27651c){return _0x27651c();},'EVkuZ':function(_0x10f9b6,_0x414252,_0x439e16){return _0x10f9b6(_0x414252,_0x439e16);},'Chbks':_0x47ef8e(0x18c),'NxGXo':_0x47ef8e(0x144),'adzyB':_0x47ef8e(0x174),'cIbxL':function(_0x4ae269,_0xd78576){return _0x4ae269===_0xd78576;},'cRmdo':function(_0x73b72f,_0x68927e){return _0x73b72f+_0x68927e;}},_0x109c65=_0x52de98[_0x47ef8e(0x15e)](getBrowserstackCLI),_0x590548=_0x52de98[_0x47ef8e(0x162)](nestedKeyValue,_0x109c65[_0x47ef8e(0x12f)]()[_0x47ef8e(0x188)](),[_0x52de98[_0x47ef8e(0x178)],_0x52de98[_0x47ef8e(0x14a)],_0x52de98[_0x47ef8e(0x160)]])||constants[_0x47ef8e(0x176)];if(!_0x5c1f1d||_0x52de98[_0x47ef8e(0x143)](_0x5c1f1d,''))return _0x590548;const _0x25c9f5=_0x590548[_0x47ef8e(0x140)]('/')?_0x590548:_0x52de98[_0x47ef8e(0x165)](_0x590548,'/');return new URL(_0x5c1f1d,_0x25c9f5)[_0x47ef8e(0x17a)]();}static['getAutomateSessionNameAPIUrl'](_0x112731){const _0xa7fe58=a72_0x5739f5,_0x1324ec={'TZrph':function(_0x2fac74){return _0x2fac74();},'DBqDn':function(_0x52ed6b,_0x3542c0,_0x3fe23d){return _0x52ed6b(_0x3542c0,_0x3fe23d);},'uLxMm':_0xa7fe58(0x18c),'UDtOD':_0xa7fe58(0x170),'QtiWR':_0xa7fe58(0x174),'WRDdT':function(_0x582059,_0x21e7f3){return _0x582059===_0x21e7f3;},'Wylyg':function(_0x7e9754,_0x20930d){return _0x7e9754+_0x20930d;}},_0x38ec6e=_0x1324ec[_0xa7fe58(0x16c)](getBrowserstackCLI),_0x138b8c=_0x1324ec['DBqDn'](nestedKeyValue,_0x38ec6e['getInstance']()['getConfig'](),[_0x1324ec['uLxMm'],_0x1324ec[_0xa7fe58(0x14e)],_0x1324ec['QtiWR']])||constants['BROWSERSTACK_API_URL'];if(!_0x112731||_0x1324ec[_0xa7fe58(0x130)](_0x112731,''))return _0x138b8c;const _0x1a2a08=_0x138b8c[_0xa7fe58(0x140)]('/')?_0x138b8c:_0x1324ec[_0xa7fe58(0x13a)](_0x138b8c,'/');return new URL(_0x112731,_0x1a2a08)['toString']();}static[a72_0x5739f5(0x11a)](_0x1e1894){const _0x23579c=a72_0x5739f5,_0x3c2f7f={'zkKnw':function(_0x32d199){return _0x32d199();},'lOHvX':function(_0x5c7350,_0x4eaf98,_0x45cb95){return _0x5c7350(_0x4eaf98,_0x45cb95);},'wxZhn':_0x23579c(0x18c),'vXaoS':_0x23579c(0x144),'vfmVb':'api','gbqeD':function(_0x36d437,_0x44ca11){return _0x36d437===_0x44ca11;},'oAegU':function(_0x38613b,_0x267f06){return _0x38613b+_0x267f06;}},_0x100b22=_0x3c2f7f[_0x23579c(0x15b)](getBrowserstackCLI),_0x2bce0d=_0x3c2f7f[_0x23579c(0x120)](nestedKeyValue,_0x100b22[_0x23579c(0x12f)]()[_0x23579c(0x188)](),[_0x3c2f7f[_0x23579c(0x164)],_0x3c2f7f['vXaoS'],_0x3c2f7f['vfmVb']])||constants[_0x23579c(0x176)];if(!_0x1e1894||_0x3c2f7f[_0x23579c(0x153)](_0x1e1894,''))return _0x2bce0d;const _0x5696b5=_0x2bce0d['endsWith']('/')?_0x2bce0d:_0x3c2f7f['oAegU'](_0x2bce0d,'/');return new URL(_0x1e1894,_0x5696b5)['toString']();}static['getAutomateSessionsListAPIUrl'](_0x6c6481){const _0xfb6bb3=a72_0x5739f5,_0x3be0d6={'xrTDs':function(_0x17cd98){return _0x17cd98();},'ZFgYN':function(_0x1da4b8,_0x2c258f,_0x1b3673){return _0x1da4b8(_0x2c258f,_0x1b3673);},'FmvRe':_0xfb6bb3(0x18c),'dVhwj':_0xfb6bb3(0x170),'FGxif':_0xfb6bb3(0x174),'dDnTr':function(_0x5787f5,_0x37d134){return _0x5787f5===_0x37d134;},'IyCDi':function(_0x19887c,_0x45adec){return _0x19887c+_0x45adec;}},_0x6f837f=_0x3be0d6[_0xfb6bb3(0x181)](getBrowserstackCLI),_0x3551ac=_0x3be0d6[_0xfb6bb3(0x15f)](nestedKeyValue,_0x6f837f[_0xfb6bb3(0x12f)]()[_0xfb6bb3(0x188)](),[_0x3be0d6[_0xfb6bb3(0x126)],_0x3be0d6['dVhwj'],_0x3be0d6['FGxif']])||constants[_0xfb6bb3(0x176)];if(!_0x6c6481||_0x3be0d6[_0xfb6bb3(0x11f)](_0x6c6481,''))return _0x3551ac;const _0x36ff9d=_0x3551ac[_0xfb6bb3(0x140)]('/')?_0x3551ac:_0x3be0d6[_0xfb6bb3(0x155)](_0x3551ac,'/');return new URL(_0x6c6481,_0x36ff9d)[_0xfb6bb3(0x17a)]()[_0xfb6bb3(0x175)](/^https?:\/\//,'');}static[a72_0x5739f5(0x182)](_0x17a380){const _0x4eaea9=a72_0x5739f5,_0x5ab72a={'JzaAS':function(_0x18decc){return _0x18decc();},'zrAMo':function(_0x2bb980,_0x38a6b0,_0x1f7ffc){return _0x2bb980(_0x38a6b0,_0x1f7ffc);},'eTKmq':_0x4eaea9(0x18c),'ZaTCV':_0x4eaea9(0x144),'ENSyZ':'api','OlOlr':function(_0x33862b,_0x35df0d){return _0x33862b===_0x35df0d;},'UXyxH':function(_0x2e3f1a,_0x5c9ddb){return _0x2e3f1a+_0x5c9ddb;}},_0x130395=_0x5ab72a[_0x4eaea9(0x18b)](getBrowserstackCLI),_0x4cec36=_0x5ab72a[_0x4eaea9(0x13e)](nestedKeyValue,_0x130395[_0x4eaea9(0x12f)]()[_0x4eaea9(0x188)](),[_0x5ab72a[_0x4eaea9(0x154)],_0x5ab72a['ZaTCV'],_0x5ab72a[_0x4eaea9(0x18a)]])||constants[_0x4eaea9(0x11b)];if(!_0x17a380||_0x5ab72a[_0x4eaea9(0x183)](_0x17a380,''))return _0x4cec36;const _0x418bc0=_0x4cec36[_0x4eaea9(0x140)]('/')?_0x4cec36:_0x5ab72a[_0x4eaea9(0x17e)](_0x4cec36,'/');return new URL(_0x17a380,_0x418bc0)[_0x4eaea9(0x17a)]()[_0x4eaea9(0x175)](/^https?:\/\//,'');}static[a72_0x5739f5(0x12b)](_0x52228e){const _0x53609f=a72_0x5739f5,_0x133cfb={'dSWYS':function(_0x1d1fd4){return _0x1d1fd4();},'EQrHE':function(_0x2304c8,_0x2da59e,_0xb0042c){return _0x2304c8(_0x2da59e,_0xb0042c);},'NcsXW':_0x53609f(0x18c),'FhlhL':_0x53609f(0x144),'sesoK':_0x53609f(0x147),'wklJR':function(_0x43fd29,_0x592a6f,_0x49655d){return _0x43fd29(_0x592a6f,_0x49655d);},'DNshS':_0x53609f(0x174),'FTGvR':function(_0x4d897a,_0x5d3d00){return _0x4d897a===_0x5d3d00;},'DwvSq':function(_0x535f0b,_0x11a308){return _0x535f0b+_0x11a308;}},_0xe07494=_0x133cfb[_0x53609f(0x12e)](getBrowserstackCLI),_0x3fc9e4=_0x133cfb[_0x53609f(0x157)](nestedKeyValue,_0xe07494[_0x53609f(0x12f)]()['getConfig'](),[_0x133cfb[_0x53609f(0x17b)],_0x133cfb[_0x53609f(0x169)],_0x133cfb[_0x53609f(0x168)]])||_0x133cfb['wklJR'](nestedKeyValue,_0xe07494[_0x53609f(0x12f)]()[_0x53609f(0x188)](),[_0x133cfb[_0x53609f(0x17b)],_0x133cfb[_0x53609f(0x169)],_0x133cfb[_0x53609f(0x12c)]])||constants[_0x53609f(0x11b)];if(!_0x52228e||_0x133cfb[_0x53609f(0x11e)](_0x52228e,''))return _0x3fc9e4;const _0x2b8aef=_0x3fc9e4[_0x53609f(0x140)]('/')?_0x3fc9e4:_0x133cfb[_0x53609f(0x139)](_0x3fc9e4,'/');return new URL(_0x52228e,_0x2b8aef)['toString']();}static[a72_0x5739f5(0x13c)](_0x415bfd){const _0x3231e7=a72_0x5739f5,_0x1cfe92={'CNmQx':function(_0x3ee4e8){return _0x3ee4e8();},'nyTGV':function(_0x4bdd28,_0x145acd,_0x24ca9b){return _0x4bdd28(_0x145acd,_0x24ca9b);},'lWyki':'apis','KVSLN':'observability','vsHBE':_0x3231e7(0x147),'ipQoV':function(_0x47b941,_0x51892c){return _0x47b941===_0x51892c;},'OzbSe':function(_0x5a7b0c,_0x514444){return _0x5a7b0c+_0x514444;}},_0xce7471=_0x1cfe92[_0x3231e7(0x12d)](getBrowserstackCLI),_0x4771e4=_0x1cfe92['nyTGV'](nestedKeyValue,_0xce7471['getInstance']()[_0x3231e7(0x188)](),[_0x1cfe92[_0x3231e7(0x11d)],_0x1cfe92[_0x3231e7(0x122)],_0x1cfe92['vsHBE']])||constants[_0x3231e7(0x177)];if(!_0x415bfd||_0x1cfe92[_0x3231e7(0x12a)](_0x415bfd,''))return _0x4771e4;const _0x2b26be=_0x4771e4[_0x3231e7(0x140)]('/')?_0x4771e4:_0x1cfe92[_0x3231e7(0x17d)](_0x4771e4,'/');return new URL(_0x415bfd,_0x2b26be)[_0x3231e7(0x17a)]();}static['getPlaywrightHubUrl'](_0x1a8d4d){const _0x264aba=a72_0x5739f5,_0x51be69={'TCLSu':function(_0x12a11f){return _0x12a11f();},'jsAVt':function(_0x9e4948,_0x36d52d,_0x54432e){return _0x9e4948(_0x36d52d,_0x54432e);},'nPZZq':_0x264aba(0x18c),'CRTNP':_0x264aba(0x170),'yAlwO':_0x264aba(0x121),'ySald':_0x264aba(0x128),'jfuSw':function(_0x166ed4,_0x4da707){return _0x166ed4===_0x4da707;},'HLRTD':function(_0x403cfa,_0xbd85f8){return _0x403cfa+_0xbd85f8;},'iHOzn':_0x264aba(0x14b)},_0x40dbd5=_0x51be69[_0x264aba(0x131)](getBrowserstackCLI),_0x20a0a6=_0x51be69['jsAVt'](nestedKeyValue,_0x40dbd5['getInstance']()['getConfig'](),[_0x51be69[_0x264aba(0x185)],_0x51be69['CRTNP'],_0x51be69[_0x264aba(0x156)]]),_0x56c7f1=(_0x20a0a6?_0x20a0a6['replace'](/^https:/,_0x51be69[_0x264aba(0x145)]):null)||constants[_0x264aba(0x124)];let _0x406cf8;if(!_0x1a8d4d||_0x51be69[_0x264aba(0x16b)](_0x1a8d4d,''))_0x406cf8=_0x56c7f1;else{const _0x5e154c=_0x56c7f1[_0x264aba(0x140)]('/')?_0x56c7f1:_0x51be69['HLRTD'](_0x56c7f1,'/');_0x406cf8=new URL(_0x1a8d4d,_0x5e154c)[_0x264aba(0x17a)]();}return!_0x406cf8[_0x264aba(0x140)](_0x51be69[_0x264aba(0x16f)])&&(_0x406cf8+=_0x51be69[_0x264aba(0x16f)]),_0x406cf8;}static[a72_0x5739f5(0x16a)](_0x4eb9d7){const _0x1ba302=a72_0x5739f5,_0x1ac2b6={'rjPAF':function(_0xb95035){return _0xb95035();},'ObaoM':function(_0x2664c8,_0x38b1d4,_0x4cd544){return _0x2664c8(_0x38b1d4,_0x4cd544);},'vplxG':_0x1ba302(0x18c),'eJiOJ':_0x1ba302(0x170),'eHsSH':_0x1ba302(0x121),'paicp':'wss:','mKDIO':function(_0x13ed26,_0x5bd4f7){return _0x13ed26===_0x5bd4f7;},'SSrWW':function(_0x300dcd,_0x4035ec){return _0x300dcd+_0x4035ec;},'bnoLE':_0x1ba302(0x158)},_0x343f0f=_0x1ac2b6[_0x1ba302(0x189)](getBrowserstackCLI),_0x3d7050=_0x1ac2b6[_0x1ba302(0x118)](nestedKeyValue,_0x343f0f['getInstance']()['getConfig'](),[_0x1ac2b6['vplxG'],_0x1ac2b6[_0x1ba302(0x15d)],_0x1ac2b6[_0x1ba302(0x15a)]]),_0x23d57f=(_0x3d7050?_0x3d7050[_0x1ba302(0x175)](/^https:/,_0x1ac2b6[_0x1ba302(0x186)]):null)||constants[_0x1ba302(0x13b)];let _0x1ea2d9;if(!_0x4eb9d7||_0x1ac2b6[_0x1ba302(0x142)](_0x4eb9d7,''))_0x1ea2d9=_0x23d57f;else{const _0x2a3aa3=_0x23d57f[_0x1ba302(0x140)]('/')?_0x23d57f:_0x1ac2b6[_0x1ba302(0x127)](_0x23d57f,'/');_0x1ea2d9=new URL(_0x4eb9d7,_0x2a3aa3)[_0x1ba302(0x17a)]();}return!_0x1ea2d9[_0x1ba302(0x140)](_0x1ac2b6['bnoLE'])&&(_0x1ea2d9+=_0x1ac2b6[_0x1ba302(0x13d)]),_0x1ea2d9;}}module['exports']=APIUtilityMethods;
|
|
1
|
+
const a73_0x53d5c6=a73_0x3434;function a73_0x1a73(){const _0x29b48a=['zYNYU','GVGoS','nMBCW','2008iRpXzS','bPGPI','1528zUzNbQ','PWWPE','replace','yXpxn','bCXHO','qCajl','uVMHp','TqArm','pzrpm','6NpxRzC','observability','aeNyY','SCIdt','HdmVa','browserstack.com','fWXSP','UMuBH','tmGDz','getAutomateSessionNameAPIUrl','FoDmB','cdp','kiyoG','tbqdI','TGgfV','toString','../v2/browserstackCLI','IvAYb','upload','FEtws','FaMfV','endsWith','HDBqe','10119KJQeVH','eFDgq','22652QlHYIF','getAutomateSessionStatusAPIUrl','automate','eWawS','KWXEE','some','kSuhG','dEQFH','EDS_URL','kigWE','PLAYWRIGHT_HUB_URL','AbFZo','/puppeteer?caps=','edsInstrumentation','getAppAutomateSessionNameAPIUrl','mwrOx','GfUCO','LKdte','fwQXP','xLRdb','getAutoCaptureLogsAPIUrl','./sharedUtils','FRcNe','ocWzo','getInstance','OYDUQ','qBobl','kWFZc','bnClm','bsstag.com','33107074OFepKW','hhjIJ','yFmPv','getAppAutomateSessionsListAPIUrl','601985Nixfkq','getEdsInstrumentationAPIUrl','FQZHA','EjdIx','GebdR','6302760qvkWva','JEtqe','PUPPETEER_HUB_URL','BROWSERSTACK_API_URL','wJkra','/playwright?caps=','MxHuS','101831YxgvpY','cJlyf','getConfig','appAutomate','duedx','xhjkM','OXvxe','MDpWk','VEzmq','apis','AcWCs','./constants','IGAtb','imWSR','api','EvPvO','wss:','nIGli','48bAgtVz','APP_UPLOAD_URL','dhzPs','EKgAZ','NAELz','getBStackAPIUrl','YZAkq','2497257UEiOFi','MyaAz','hnjkh','QIcwm','YqPkp','rPlJM','getAppAutomateSessionStatusAPIUrl','ejmYE','kdYgT','jVAGl'];a73_0x1a73=function(){return _0x29b48a;};return a73_0x1a73();}function a73_0x3434(_0x231d74,_0x3e9420){const _0x1a73ce=a73_0x1a73();return a73_0x3434=function(_0x3434a2,_0x4fe276){_0x3434a2=_0x3434a2-0x119;let _0x1bb181=_0x1a73ce[_0x3434a2];return _0x1bb181;},a73_0x3434(_0x231d74,_0x3e9420);}(function(_0x13be18,_0x465493){const _0x15228e=a73_0x3434,_0x38dee3=_0x13be18();while(!![]){try{const _0x59d2df=-parseInt(_0x15228e(0x189))/0x1*(parseInt(_0x15228e(0x142))/0x2)+parseInt(_0x15228e(0x159))/0x3*(-parseInt(_0x15228e(0x139))/0x4)+-parseInt(_0x15228e(0x17d))/0x5*(-parseInt(_0x15228e(0x123))/0x6)+-parseInt(_0x15228e(0x15b))/0x7*(parseInt(_0x15228e(0x137))/0x8)+-parseInt(_0x15228e(0x12a))/0x9+-parseInt(_0x15228e(0x182))/0xa+parseInt(_0x15228e(0x179))/0xb;if(_0x59d2df===_0x465493)break;else _0x38dee3['push'](_0x38dee3['shift']());}catch(_0x396a30){_0x38dee3['push'](_0x38dee3['shift']());}}}(a73_0x1a73,0xa0e02));const constants=require(a73_0x53d5c6(0x11c)),{nestedKeyValue}=require(a73_0x53d5c6(0x170)),getBrowserstackCLI=()=>{const _0x4d0916=a73_0x53d5c6,_0x38f496={'inTGz':function(_0x155c90,_0x494432){return _0x155c90(_0x494432);},'rPlJM':_0x4d0916(0x152)};return _0x38f496['inTGz'](require,_0x38f496[_0x4d0916(0x12f)]);},ALLOWED_API_HOST_SUFFIXES=[a73_0x53d5c6(0x147),a73_0x53d5c6(0x178)],isAllowedApiHost=_0x37cc33=>{const _0x2c53a9=a73_0x53d5c6;try{const {hostname:_0x58372c}=new URL(_0x37cc33);return ALLOWED_API_HOST_SUFFIXES[_0x2c53a9(0x160)](_0x5a904b=>_0x58372c===_0x5a904b||_0x58372c[_0x2c53a9(0x157)]('.'+_0x5a904b));}catch{return![];}},safeApiHost=(_0x8e8579,_0x28b81e)=>{const _0x54cd9a=a73_0x53d5c6,_0x13ce44={'aeNyY':function(_0x29e4d9,_0x18ab35){return _0x29e4d9(_0x18ab35);}};if(_0x8e8579&&_0x13ce44[_0x54cd9a(0x144)](isAllowedApiHost,_0x8e8579))return _0x8e8579;return _0x28b81e;};class APIUtilityMethods{static[a73_0x53d5c6(0x128)](_0x15b138){const _0x1917b9=a73_0x53d5c6,_0xc32933={'zYNYU':function(_0x405567){return _0x405567();},'yFmPv':function(_0x3b7d3d,_0x3e7e2d,_0x3f17fd){return _0x3b7d3d(_0x3e7e2d,_0x3f17fd);},'IvAYb':_0x1917b9(0x11a),'uVMHp':_0x1917b9(0x15d),'wJkra':_0x1917b9(0x11f),'dEQFH':function(_0x6a8da7,_0x293138){return _0x6a8da7===_0x293138;},'GVGoS':function(_0x4bfa5d,_0x530908){return _0x4bfa5d+_0x530908;}},_0x3d689d=_0xc32933[_0x1917b9(0x134)](getBrowserstackCLI),_0x462e14=_0xc32933[_0x1917b9(0x17b)](nestedKeyValue,_0x3d689d[_0x1917b9(0x173)]()['getConfig'](),[_0xc32933[_0x1917b9(0x153)],_0xc32933[_0x1917b9(0x13f)],_0xc32933[_0x1917b9(0x186)]]),_0x10fe71=_0xc32933[_0x1917b9(0x17b)](safeApiHost,_0x462e14,constants['BROWSERSTACK_API_URL']);if(!_0x15b138||_0xc32933[_0x1917b9(0x162)](_0x15b138,''))return _0x10fe71;const _0x22e066=_0x10fe71[_0x1917b9(0x157)]('/')?_0x10fe71:_0xc32933[_0x1917b9(0x135)](_0x10fe71,'/');return new URL(_0x15b138,_0x22e066)[_0x1917b9(0x151)]();}static[a73_0x53d5c6(0x17e)](_0x63ac11){const _0x42eae6=a73_0x53d5c6,_0x490aba={'jVAGl':function(_0x407602){return _0x407602();},'kWFZc':function(_0x5d82fb,_0x5ca994,_0x44cae8){return _0x5d82fb(_0x5ca994,_0x44cae8);},'MyaAz':_0x42eae6(0x11a),'FEtws':_0x42eae6(0x168),'HDBqe':_0x42eae6(0x11f),'VilUk':function(_0x2d7793,_0x5a225e){return _0x2d7793===_0x5a225e;},'bnClm':function(_0x14f141,_0x2cac4c){return _0x14f141+_0x2cac4c;}},_0x506b8c=_0x490aba[_0x42eae6(0x133)](getBrowserstackCLI),_0xf0227f=_0x490aba[_0x42eae6(0x176)](nestedKeyValue,_0x506b8c['getInstance']()[_0x42eae6(0x18b)](),[_0x490aba[_0x42eae6(0x12b)],_0x490aba[_0x42eae6(0x155)],_0x490aba[_0x42eae6(0x158)]])||constants[_0x42eae6(0x163)];if(!_0x63ac11||_0x490aba['VilUk'](_0x63ac11,''))return _0xf0227f;const _0x31d55a=_0xf0227f['endsWith']('/')?_0xf0227f:_0x490aba[_0x42eae6(0x177)](_0xf0227f,'/');return new URL(_0x63ac11,_0x31d55a)[_0x42eae6(0x151)]();}static[a73_0x53d5c6(0x15c)](_0x15a7c8){const _0x28be22=a73_0x53d5c6,_0x41bcb2={'cSKiu':function(_0x395908){return _0x395908();},'ejmYE':function(_0x5725e3,_0x5339ba,_0x22cb03){return _0x5725e3(_0x5339ba,_0x22cb03);},'EKgAZ':_0x28be22(0x11a),'xhjkM':_0x28be22(0x15d),'tbqdI':_0x28be22(0x11f),'GebdR':function(_0x2e4a9e,_0x4a9f23){return _0x2e4a9e===_0x4a9f23;},'XrcMT':function(_0x89b923,_0x54d57c){return _0x89b923+_0x54d57c;}},_0x15037b=_0x41bcb2['cSKiu'](getBrowserstackCLI),_0x4d5df7=_0x41bcb2[_0x28be22(0x131)](nestedKeyValue,_0x15037b['getInstance']()[_0x28be22(0x18b)](),[_0x41bcb2[_0x28be22(0x126)],_0x41bcb2[_0x28be22(0x18e)],_0x41bcb2[_0x28be22(0x14f)]])||constants[_0x28be22(0x185)];if(!_0x15a7c8||_0x41bcb2[_0x28be22(0x181)](_0x15a7c8,''))return _0x4d5df7;const _0x468d27=_0x4d5df7[_0x28be22(0x157)]('/')?_0x4d5df7:_0x41bcb2['XrcMT'](_0x4d5df7,'/');return new URL(_0x15a7c8,_0x468d27)[_0x28be22(0x151)]();}static[a73_0x53d5c6(0x130)](_0x5e56d5){const _0x574b9b=a73_0x53d5c6,_0x482941={'kdYgT':function(_0x3c178f){return _0x3c178f();},'VEzmq':function(_0x223228,_0x8a2a31,_0x588968){return _0x223228(_0x8a2a31,_0x588968);},'fwQXP':_0x574b9b(0x11a),'kSuhG':_0x574b9b(0x18c),'FoDmB':_0x574b9b(0x11f),'OXvxe':function(_0x2d9ba3,_0x46863e){return _0x2d9ba3===_0x46863e;},'dhzPs':function(_0xf30b29,_0xdb35c7){return _0xf30b29+_0xdb35c7;}},_0xdc8d98=_0x482941[_0x574b9b(0x132)](getBrowserstackCLI),_0x7e8578=_0x482941[_0x574b9b(0x119)](nestedKeyValue,_0xdc8d98['getInstance']()['getConfig'](),[_0x482941[_0x574b9b(0x16d)],_0x482941[_0x574b9b(0x161)],_0x482941[_0x574b9b(0x14c)]])||constants['BROWSERSTACK_API_URL'];if(!_0x5e56d5||_0x482941[_0x574b9b(0x18f)](_0x5e56d5,''))return _0x7e8578;const _0x54dde2=_0x7e8578[_0x574b9b(0x157)]('/')?_0x7e8578:_0x482941[_0x574b9b(0x125)](_0x7e8578,'/');return new URL(_0x5e56d5,_0x54dde2)['toString']();}static[a73_0x53d5c6(0x14b)](_0x47a1b5){const _0x78ffba=a73_0x53d5c6,_0x510c49={'nFKZY':function(_0x5dfcf5){return _0x5dfcf5();},'FQZHA':function(_0x6bd761,_0x88d78e,_0x421ea2){return _0x6bd761(_0x88d78e,_0x421ea2);},'ubmtP':_0x78ffba(0x11a),'EuLEq':_0x78ffba(0x15d),'hnjkh':_0x78ffba(0x11f),'YqPkp':function(_0x3097da,_0x5d56da){return _0x3097da===_0x5d56da;},'kiyoG':function(_0x45ff42,_0x4b48a5){return _0x45ff42+_0x4b48a5;}},_0x1ce828=_0x510c49['nFKZY'](getBrowserstackCLI),_0x2c4976=_0x510c49[_0x78ffba(0x17f)](nestedKeyValue,_0x1ce828[_0x78ffba(0x173)]()[_0x78ffba(0x18b)](),[_0x510c49['ubmtP'],_0x510c49['EuLEq'],_0x510c49[_0x78ffba(0x12c)]])||constants[_0x78ffba(0x185)];if(!_0x47a1b5||_0x510c49[_0x78ffba(0x12e)](_0x47a1b5,''))return _0x2c4976;const _0x5f086e=_0x2c4976[_0x78ffba(0x157)]('/')?_0x2c4976:_0x510c49[_0x78ffba(0x14e)](_0x2c4976,'/');return new URL(_0x47a1b5,_0x5f086e)['toString']();}static[a73_0x53d5c6(0x169)](_0x513793){const _0x4cee2a=a73_0x53d5c6,_0x281ca8={'qBobl':function(_0x55611a){return _0x55611a();},'aJDZv':function(_0x50491c,_0x1495ec,_0x4401a4){return _0x50491c(_0x1495ec,_0x4401a4);},'bPGPI':_0x4cee2a(0x11a),'TGgfV':_0x4cee2a(0x18c),'ZgpXc':'api','AcWCs':function(_0xe85921,_0x5ec69d){return _0xe85921===_0x5ec69d;},'HdmVa':function(_0x21527f,_0x11f3cf){return _0x21527f+_0x11f3cf;}},_0x5a9cc=_0x281ca8[_0x4cee2a(0x175)](getBrowserstackCLI),_0x1ebb3d=_0x281ca8['aJDZv'](nestedKeyValue,_0x5a9cc[_0x4cee2a(0x173)]()['getConfig'](),[_0x281ca8[_0x4cee2a(0x138)],_0x281ca8[_0x4cee2a(0x150)],_0x281ca8['ZgpXc']])||constants[_0x4cee2a(0x185)];if(!_0x513793||_0x281ca8[_0x4cee2a(0x11b)](_0x513793,''))return _0x1ebb3d;const _0x588a30=_0x1ebb3d[_0x4cee2a(0x157)]('/')?_0x1ebb3d:_0x281ca8[_0x4cee2a(0x146)](_0x1ebb3d,'/');return new URL(_0x513793,_0x588a30)[_0x4cee2a(0x151)]();}static['getAutomateSessionsListAPIUrl'](_0x1568cf){const _0x2a4f38=a73_0x53d5c6,_0x336f6e={'EvPvO':function(_0xe09db7){return _0xe09db7();},'yXpxn':function(_0x387875,_0x583b74,_0x12b246){return _0x387875(_0x583b74,_0x12b246);},'SeFhD':_0x2a4f38(0x11a),'JEtqe':_0x2a4f38(0x15d),'MxHuS':_0x2a4f38(0x11f),'VxoHV':function(_0x5deed5,_0x4c85b2){return _0x5deed5===_0x4c85b2;},'mwrOx':function(_0x6bd82e,_0x3489ce){return _0x6bd82e+_0x3489ce;}},_0x43ef61=_0x336f6e[_0x2a4f38(0x120)](getBrowserstackCLI),_0x3094a4=_0x336f6e[_0x2a4f38(0x13c)](nestedKeyValue,_0x43ef61[_0x2a4f38(0x173)]()['getConfig'](),[_0x336f6e['SeFhD'],_0x336f6e[_0x2a4f38(0x183)],_0x336f6e[_0x2a4f38(0x188)]])||constants[_0x2a4f38(0x185)];if(!_0x1568cf||_0x336f6e['VxoHV'](_0x1568cf,''))return _0x3094a4;const _0x3c99c3=_0x3094a4[_0x2a4f38(0x157)]('/')?_0x3094a4:_0x336f6e[_0x2a4f38(0x16a)](_0x3094a4,'/');return new URL(_0x1568cf,_0x3c99c3)[_0x2a4f38(0x151)]()['replace'](/^https?:\/\//,'');}static[a73_0x53d5c6(0x17c)](_0x757b62){const _0x50a58d=a73_0x53d5c6,_0x35a4a1={'EjdIx':function(_0x125c6b){return _0x125c6b();},'YZAkq':function(_0x295ff2,_0x5e4f5e,_0x436193){return _0x295ff2(_0x5e4f5e,_0x436193);},'kigWE':_0x50a58d(0x11a),'eFDgq':'appAutomate','bCXHO':'api','xLRdb':function(_0x3223ab,_0x88b18){return _0x3223ab===_0x88b18;},'NouPJ':function(_0x2f4019,_0x5becb9){return _0x2f4019+_0x5becb9;}},_0x3c23d8=_0x35a4a1[_0x50a58d(0x180)](getBrowserstackCLI),_0x212519=_0x35a4a1[_0x50a58d(0x129)](nestedKeyValue,_0x3c23d8[_0x50a58d(0x173)]()[_0x50a58d(0x18b)](),[_0x35a4a1[_0x50a58d(0x164)],_0x35a4a1[_0x50a58d(0x15a)],_0x35a4a1[_0x50a58d(0x13d)]])||constants[_0x50a58d(0x124)];if(!_0x757b62||_0x35a4a1[_0x50a58d(0x16e)](_0x757b62,''))return _0x212519;const _0x49c517=_0x212519[_0x50a58d(0x157)]('/')?_0x212519:_0x35a4a1['NouPJ'](_0x212519,'/');return new URL(_0x757b62,_0x49c517)['toString']()[_0x50a58d(0x13b)](/^https?:\/\//,'');}static['getAppAutomateUploadAPIUrl'](_0x31c5a6){const _0x24c177=a73_0x53d5c6,_0x48a786={'LKdte':function(_0x55b356){return _0x55b356();},'nIGli':function(_0x2300c0,_0x592e66,_0x20d0bc){return _0x2300c0(_0x592e66,_0x20d0bc);},'duedx':_0x24c177(0x11a),'nMBCW':_0x24c177(0x18c),'OCkyt':_0x24c177(0x154),'hhjIJ':function(_0xda9252,_0xf161ff,_0x46b99f){return _0xda9252(_0xf161ff,_0x46b99f);},'KWXEE':_0x24c177(0x11f),'NAELz':function(_0x2b8ed4,_0x2fdf60){return _0x2b8ed4===_0x2fdf60;},'RcWkT':function(_0x39ea5a,_0x5a3881){return _0x39ea5a+_0x5a3881;}},_0x2bf404=_0x48a786[_0x24c177(0x16c)](getBrowserstackCLI),_0x3444d7=_0x48a786[_0x24c177(0x122)](nestedKeyValue,_0x2bf404[_0x24c177(0x173)]()[_0x24c177(0x18b)](),[_0x48a786['duedx'],_0x48a786['nMBCW'],_0x48a786['OCkyt']])||_0x48a786[_0x24c177(0x17a)](nestedKeyValue,_0x2bf404[_0x24c177(0x173)]()[_0x24c177(0x18b)](),[_0x48a786[_0x24c177(0x18d)],_0x48a786[_0x24c177(0x136)],_0x48a786[_0x24c177(0x15f)]])||constants[_0x24c177(0x124)];if(!_0x31c5a6||_0x48a786[_0x24c177(0x127)](_0x31c5a6,''))return _0x3444d7;const _0x24c128=_0x3444d7[_0x24c177(0x157)]('/')?_0x3444d7:_0x48a786['RcWkT'](_0x3444d7,'/');return new URL(_0x31c5a6,_0x24c128)[_0x24c177(0x151)]();}static[a73_0x53d5c6(0x16f)](_0x4c1827){const _0x2ba6e2=a73_0x53d5c6,_0x4c9a49={'mtwdr':function(_0x45ad7a){return _0x45ad7a();},'FRcNe':function(_0x318a27,_0x4b651a,_0x5b7535){return _0x318a27(_0x4b651a,_0x5b7535);},'fWXSP':_0x2ba6e2(0x11a),'ekQgW':_0x2ba6e2(0x143),'ocWzo':_0x2ba6e2(0x154),'MDpWk':function(_0x6c0d52,_0x41404d){return _0x6c0d52===_0x41404d;},'pzrpm':function(_0x221a1d,_0x14f14b){return _0x221a1d+_0x14f14b;}},_0xca8365=_0x4c9a49['mtwdr'](getBrowserstackCLI),_0x503298=_0x4c9a49[_0x2ba6e2(0x171)](nestedKeyValue,_0xca8365[_0x2ba6e2(0x173)]()[_0x2ba6e2(0x18b)](),[_0x4c9a49[_0x2ba6e2(0x148)],_0x4c9a49['ekQgW'],_0x4c9a49[_0x2ba6e2(0x172)]])||constants['OBSERVABILITY_UPLOAD_URL'];if(!_0x4c1827||_0x4c9a49[_0x2ba6e2(0x190)](_0x4c1827,''))return _0x503298;const _0x13604f=_0x503298['endsWith']('/')?_0x503298:_0x4c9a49[_0x2ba6e2(0x141)](_0x503298,'/');return new URL(_0x4c1827,_0x13604f)[_0x2ba6e2(0x151)]();}static['getPlaywrightHubUrl'](_0x47ea6f){const _0x2d8276=a73_0x53d5c6,_0x5a5bc0={'AbFZo':function(_0x3936b0){return _0x3936b0();},'QIcwm':function(_0x3945d3,_0x471f92,_0x4b41ac){return _0x3945d3(_0x471f92,_0x4b41ac);},'UMuBH':_0x2d8276(0x11a),'GfUCO':_0x2d8276(0x15d),'SCIdt':_0x2d8276(0x14d),'FaMfV':'wss:','oCdnU':function(_0x1edd99,_0x202941){return _0x1edd99===_0x202941;},'tmGDz':function(_0x1a6192,_0x5bf30f){return _0x1a6192+_0x5bf30f;},'TqArm':_0x2d8276(0x187)},_0x2ed152=_0x5a5bc0[_0x2d8276(0x166)](getBrowserstackCLI),_0x4c65eb=_0x5a5bc0[_0x2d8276(0x12d)](nestedKeyValue,_0x2ed152[_0x2d8276(0x173)]()[_0x2d8276(0x18b)](),[_0x5a5bc0[_0x2d8276(0x149)],_0x5a5bc0[_0x2d8276(0x16b)],_0x5a5bc0[_0x2d8276(0x145)]]),_0x1ebb28=(_0x4c65eb?_0x4c65eb['replace'](/^https:/,_0x5a5bc0[_0x2d8276(0x156)]):null)||constants[_0x2d8276(0x165)];let _0x2815ce;if(!_0x47ea6f||_0x5a5bc0['oCdnU'](_0x47ea6f,''))_0x2815ce=_0x1ebb28;else{const _0x48375b=_0x1ebb28[_0x2d8276(0x157)]('/')?_0x1ebb28:_0x5a5bc0[_0x2d8276(0x14a)](_0x1ebb28,'/');_0x2815ce=new URL(_0x47ea6f,_0x48375b)[_0x2d8276(0x151)]();}return!_0x2815ce[_0x2d8276(0x157)](_0x5a5bc0[_0x2d8276(0x140)])&&(_0x2815ce+=_0x5a5bc0[_0x2d8276(0x140)]),_0x2815ce;}static['getPuppeteerHubUrl'](_0x398d4f){const _0x41149c=a73_0x53d5c6,_0x55d1f9={'OYDUQ':function(_0x14aa02){return _0x14aa02();},'IGAtb':function(_0x3d8789,_0x2269cc,_0x437d27){return _0x3d8789(_0x2269cc,_0x437d27);},'oPOJr':'apis','cJlyf':_0x41149c(0x15d),'qCajl':_0x41149c(0x14d),'imWSR':_0x41149c(0x121),'aNwHz':function(_0x54861f,_0x46394f){return _0x54861f===_0x46394f;},'PWWPE':function(_0x542cb3,_0x44fd80){return _0x542cb3+_0x44fd80;},'eWawS':_0x41149c(0x167)},_0x1c0c07=_0x55d1f9[_0x41149c(0x174)](getBrowserstackCLI),_0x15f311=_0x55d1f9[_0x41149c(0x11d)](nestedKeyValue,_0x1c0c07[_0x41149c(0x173)]()[_0x41149c(0x18b)](),[_0x55d1f9['oPOJr'],_0x55d1f9[_0x41149c(0x18a)],_0x55d1f9[_0x41149c(0x13e)]]),_0x55aa39=(_0x15f311?_0x15f311[_0x41149c(0x13b)](/^https:/,_0x55d1f9[_0x41149c(0x11e)]):null)||constants[_0x41149c(0x184)];let _0x150b1f;if(!_0x398d4f||_0x55d1f9['aNwHz'](_0x398d4f,''))_0x150b1f=_0x55aa39;else{const _0x3427a8=_0x55aa39[_0x41149c(0x157)]('/')?_0x55aa39:_0x55d1f9[_0x41149c(0x13a)](_0x55aa39,'/');_0x150b1f=new URL(_0x398d4f,_0x3427a8)[_0x41149c(0x151)]();}return!_0x150b1f[_0x41149c(0x157)](_0x55d1f9[_0x41149c(0x15e)])&&(_0x150b1f+=_0x55d1f9[_0x41149c(0x15e)]),_0x150b1f;}}module['exports']=APIUtilityMethods;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a73_0x498ea5=a73_0xa0c6;(function(_0x35585f,_0x316bce){const _0xfa756a=a73_0xa0c6,_0x4f9ce9=_0x35585f();while(!![]){try{const _0x30312f=-parseInt(_0xfa756a(0x128))/0x1*(parseInt(_0xfa756a(0x107))/0x2)+parseInt(_0xfa756a(0x121))/0x3+-parseInt(_0xfa756a(0xf9))/0x4+-parseInt(_0xfa756a(0x12a))/0x5+parseInt(_0xfa756a(0x126))/0x6+-parseInt(_0xfa756a(0x127))/0x7*(parseInt(_0xfa756a(0x124))/0x8)+parseInt(_0xfa756a(0x103))/0x9*(parseInt(_0xfa756a(0x10f))/0xa);if(_0x30312f===_0x316bce)break;else _0x4f9ce9['push'](_0x4f9ce9['shift']());}catch(_0x2e23e6){_0x4f9ce9['push'](_0x4f9ce9['shift']());}}}(a73_0x141e,0xeed9d));const logger=require('../../helpers/logger')[a73_0x498ea5(0xe9)],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require('../v2/grpcClient'),constants=require('./constants');class ClientTroubleShootingService{static [a73_0x498ea5(0x11f)]=null;static [a73_0x498ea5(0xe8)]=new Set();static async[a73_0x498ea5(0xfb)](_0x367e06){const _0x45e269=a73_0x498ea5,_0x98aebd={};_0x98aebd[_0x45e269(0xd9)]=function(_0x33e2f0,_0x105b8b){return _0x33e2f0!==_0x105b8b;};const _0xf312de=_0x98aebd;try{if(BrowserstackCLI[_0x45e269(0x110)]()[_0x45e269(0xcd)]()){const _0x31a29d=await GrpcClient[_0x45e269(0x110)]()[_0x45e269(0x10d)](_0x367e06);if(_0xf312de[_0x45e269(0xd9)](_0x31a29d,null)&&_0x31a29d['getSuccess']())return{'errorCode':_0x31a29d[_0x45e269(0x106)](),'errorMessage':_0x31a29d[_0x45e269(0xec)]()};return{};}return{};}catch(_0x5f54ac){return this[_0x45e269(0xee)](_0x45e269(0x100)+_0x367e06+':',_0x5f54ac),{};}}static async[a73_0x498ea5(0x116)](){const _0x5b79c6=a73_0x498ea5,_0x91bc9c={};_0x91bc9c[_0x5b79c6(0x11d)]=function(_0x477955,_0x116ef7){return _0x477955!==_0x116ef7;},_0x91bc9c[_0x5b79c6(0xf6)]='base64',_0x91bc9c['naVNf']=_0x5b79c6(0xdd);const _0x81adba=_0x91bc9c;try{if(BrowserstackCLI[_0x5b79c6(0x110)]()[_0x5b79c6(0xcd)]()){const _0xdfd8dd=await GrpcClient['getInstance']()['getAggregatedClientTroubleshootingErrors']();if(_0x81adba[_0x5b79c6(0x11d)](_0xdfd8dd,null)&&_0xdfd8dd[_0x5b79c6(0xfd)]()){const _0x214439=Buffer[_0x5b79c6(0x12b)](_0xdfd8dd[_0x5b79c6(0xf5)](),_0x81adba[_0x5b79c6(0xf6)])[_0x5b79c6(0x114)](),_0xa8122b=_0x214439?JSON[_0x5b79c6(0x11a)](_0x214439):[],_0x40a57e=_0xdfd8dd[_0x5b79c6(0xef)](),_0x2f4c24=_0xdfd8dd[_0x5b79c6(0xff)](),_0x23c9b8=Buffer['from'](_0xdfd8dd[_0x5b79c6(0x10c)](),_0x81adba[_0x5b79c6(0xf6)])[_0x5b79c6(0x114)](),_0x29f2cb=_0x23c9b8?JSON['parse'](_0x23c9b8):[],_0xd9d403={};return _0xd9d403[_0x5b79c6(0xd5)]=_0xa8122b,_0xd9d403['documentationLink']=_0x40a57e,_0xd9d403[_0x5b79c6(0xd4)]=_0x2f4c24,_0xd9d403[_0x5b79c6(0x111)]=_0x29f2cb,_0xd9d403;}const _0x144672={};return _0x144672[_0x5b79c6(0xd5)]=[],_0x144672[_0x5b79c6(0xfe)]='',_0x144672['finalErrorMessage']='',_0x144672[_0x5b79c6(0x111)]=[],_0x144672;}const _0x79f2f5={};return _0x79f2f5[_0x5b79c6(0xd5)]=[],_0x79f2f5[_0x5b79c6(0xfe)]='',_0x79f2f5['finalErrorMessage']='',_0x79f2f5['errorCodesOccurredInCLI']=[],_0x79f2f5;}catch(_0x3b2150){this[_0x5b79c6(0xee)](_0x81adba['naVNf'],_0x3b2150);const _0xd0f557={};return _0xd0f557[_0x5b79c6(0xd5)]=[],_0xd0f557[_0x5b79c6(0xfe)]='',_0xd0f557[_0x5b79c6(0xd4)]='',_0xd0f557[_0x5b79c6(0x111)]=[],_0xd0f557;}}static[a73_0x498ea5(0x102)](_0x49f0a1,_0x541fe9){const _0x5de879=a73_0x498ea5;logger[_0x5de879(0xcc)](_0x49f0a1+':\x20'+_0x541fe9);}static['checkForErrorsOccuredInCLI'](_0x1c9457){const _0x21454d=a73_0x498ea5,_0x3a0e9e={};_0x3a0e9e['cLMUK']=function(_0x3d0925,_0xde88c1){return _0x3d0925!=_0xde88c1;},_0x3a0e9e[_0x21454d(0xca)]=function(_0xc1bb6e,_0xe6edb2){return _0xc1bb6e!=_0xe6edb2;},_0x3a0e9e[_0x21454d(0x125)]=function(_0x294203,_0x5d7a45){return _0x294203>_0x5d7a45;},_0x3a0e9e['NPwhI']=function(_0x21e6e0,_0x2e980b){return _0x21e6e0!=_0x2e980b;};const _0x5902d7=_0x3a0e9e,_0x41ff80=[];if(_0x5902d7['cLMUK'](_0x1c9457,null)&&_0x5902d7[_0x21454d(0xca)](_0x1c9457[_0x21454d(0x111)],null)&&_0x5902d7[_0x21454d(0x125)](_0x1c9457['errorCodesOccurredInCLI'][_0x21454d(0xda)],0x0))for(const _0xa963bd of _0x1c9457[_0x21454d(0x111)]){_0x5902d7['cLMUK'](_0xa963bd[_0x21454d(0xf8)],null)&&_0x5902d7[_0x21454d(0x101)](_0xa963bd['errorMessage'],null)&&(_0x41ff80[_0x21454d(0x120)](_0xa963bd[_0x21454d(0xf8)]),this[_0x21454d(0x102)](_0xa963bd[_0x21454d(0xf8)],_0xa963bd['errorMessage']));}return _0x41ff80;}static[a73_0x498ea5(0xdb)](){const _0x632909=a73_0x498ea5;return this[_0x632909(0x11f)];}static[a73_0x498ea5(0xee)](_0x437bfd,_0x2c6c7a){const _0x5d4da8=a73_0x498ea5,_0x2833da={};_0x2833da[_0x5d4da8(0x119)]=function(_0x125f0e,_0x3dd3c2){return _0x125f0e===_0x3dd3c2;},_0x2833da[_0x5d4da8(0x122)]='object';const _0x2ab0e1=_0x2833da;if(_0x2ab0e1['MVDQg'](typeof _0x2c6c7a,_0x2ab0e1['bViuZ']))try{logger[_0x5d4da8(0x129)](_0x5d4da8(0xdc)+_0x437bfd+'\x20'+JSON['stringify'](_0x2c6c7a));}catch(_0x58ae8a){logger[_0x5d4da8(0x129)]('[ClientTroubleShootingService]\x20'+_0x437bfd+'\x20'+_0x2c6c7a);}else logger[_0x5d4da8(0x129)](_0x5d4da8(0xdc)+_0x437bfd+'\x20'+_0x2c6c7a);}static async[a73_0x498ea5(0x11b)](_0x35f53f){const _0x765af9=a73_0x498ea5,_0x2efeb1={};_0x2efeb1[_0x765af9(0x11e)]='Process\x20Interruption',_0x2efeb1[_0x765af9(0x117)]=function(_0x580ea0,_0x1dc289){return _0x580ea0===_0x1dc289;},_0x2efeb1[_0x765af9(0xd8)]=_0x765af9(0xf2),_0x2efeb1['buSjK']='{SIGNAL}';const _0x102307=_0x2efeb1,_0x288fd9=await this[_0x765af9(0xfb)](_0x102307['tYlPO']);if(!_0x288fd9||_0x102307[_0x765af9(0x117)](Object[_0x765af9(0x115)](_0x288fd9)[_0x765af9(0xda)],0x0)){this[_0x765af9(0xee)](_0x102307[_0x765af9(0xd8)],_0x288fd9);return;}this[_0x765af9(0x102)](_0x288fd9[_0x765af9(0xf8)],_0x288fd9[_0x765af9(0x112)]['replace'](_0x102307['buSjK'],_0x35f53f));}static async[a73_0x498ea5(0xcf)](){const _0x18f01f=a73_0x498ea5,_0x1580d0={};_0x1580d0[_0x18f01f(0xfc)]='Session\x20Linking\x20Issue',_0x1580d0[_0x18f01f(0x118)]=function(_0x1df396,_0xd9e8ab){return _0x1df396===_0xd9e8ab;},_0x1580d0['PQxvZ']='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x5bb3e4=_0x1580d0,_0x3185c3=await this['getErrorDetails'](_0x5bb3e4[_0x18f01f(0xfc)]);if(!_0x3185c3||_0x5bb3e4[_0x18f01f(0x118)](Object[_0x18f01f(0x115)](_0x3185c3)[_0x18f01f(0xda)],0x0)){this[_0x18f01f(0xee)](_0x5bb3e4[_0x18f01f(0x10a)],_0x3185c3);return;}this[_0x18f01f(0x102)](_0x3185c3['errorCode'],_0x3185c3[_0x18f01f(0x112)]);}static async[a73_0x498ea5(0xe1)](){const _0x19e633=a73_0x498ea5,_0x1a355f={};_0x1a355f[_0x19e633(0xeb)]=_0x19e633(0x123),_0x1a355f[_0x19e633(0xe5)]=function(_0x290af4,_0x143bc7){return _0x290af4===_0x143bc7;},_0x1a355f[_0x19e633(0xe7)]=_0x19e633(0xd7);const _0x4d23c7=_0x1a355f,_0x537148=await this[_0x19e633(0xfb)](_0x4d23c7[_0x19e633(0xeb)]);if(!_0x537148||_0x4d23c7['VtAxP'](Object[_0x19e633(0x115)](_0x537148)[_0x19e633(0xda)],0x0)){this[_0x19e633(0xee)](_0x4d23c7[_0x19e633(0xe7)],_0x537148);return;}this['logSituation'](_0x537148['errorCode'],_0x537148[_0x19e633(0x112)]);}static async[a73_0x498ea5(0xf0)](){const _0x1983c4=a73_0x498ea5,_0x344ec6={};_0x344ec6['VkGOl']=_0x1983c4(0xe6),_0x344ec6[_0x1983c4(0xed)]=function(_0x1f4c76,_0x127572){return _0x1f4c76===_0x127572;},_0x344ec6['Mkuiu']='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 _0x16211f=_0x344ec6,_0x365705=await this[_0x1983c4(0xfb)](_0x16211f['VkGOl']);if(!_0x365705||_0x16211f['CCLrG'](Object[_0x1983c4(0x115)](_0x365705)['length'],0x0)){this[_0x1983c4(0xee)](_0x16211f[_0x1983c4(0xf4)],_0x365705);return;}this[_0x1983c4(0x102)](_0x365705[_0x1983c4(0xf8)],_0x365705['errorMessage']);}static[a73_0x498ea5(0xea)](){const _0x542d8c=a73_0x498ea5,_0x3587da={};_0x3587da[_0x542d8c(0xf1)]='.browserstack\x20folder\x20not\x20accessible',_0x3587da['KWNSo']=function(_0x4cd34b,_0x20fb3d){return _0x4cd34b===_0x20fb3d;},_0x3587da[_0x542d8c(0xe2)]=_0x542d8c(0xe3);const _0x18d667=_0x3587da,_0x3182ff=constants[_0x542d8c(0x109)][_0x18d667[_0x542d8c(0xf1)]];if(!_0x3182ff||_0x18d667[_0x542d8c(0xde)](Object[_0x542d8c(0x115)](_0x3182ff)['length'],0x0)){this[_0x542d8c(0xee)](_0x18d667[_0x542d8c(0xe2)],_0x3182ff);return;}this[_0x542d8c(0xe8)][_0x542d8c(0x108)](_0x3182ff[0x0]),this[_0x542d8c(0x102)](_0x3182ff[0x0],_0x3182ff[0x1]);}static async[a73_0x498ea5(0xd0)](_0x113960){const _0x454205=a73_0x498ea5,_0x1499e2={};_0x1499e2['ERGtP']=_0x454205(0xf3),_0x1499e2[_0x454205(0x113)]=function(_0x427ff4,_0x9f380b){return _0x427ff4===_0x9f380b;},_0x1499e2[_0x454205(0xd6)]=_0x454205(0xd3),_0x1499e2[_0x454205(0xd1)]='{ENV_VAR}';const _0x14dba8=_0x1499e2,_0x2a0857=await this[_0x454205(0xfb)](_0x14dba8[_0x454205(0x10e)]);if(!_0x2a0857||_0x14dba8['gsvob'](Object[_0x454205(0x115)](_0x2a0857)[_0x454205(0xda)],0x0)){this[_0x454205(0xee)](_0x14dba8[_0x454205(0xd6)],_0x2a0857);return;}const _0x4cad99=_0x2a0857[_0x454205(0x112)]['replace'](_0x14dba8[_0x454205(0xd1)],_0x113960);this['logSituation'](_0x2a0857['errorCode'],_0x4cad99);}static async[a73_0x498ea5(0xf7)](){const _0x5dfa6d=a73_0x498ea5,_0x25d4da={};_0x25d4da[_0x5dfa6d(0x105)]=function(_0x4c0996,_0x4e2818){return _0x4c0996>_0x4e2818;},_0x25d4da[_0x5dfa6d(0xe4)]=_0x5dfa6d(0xce),_0x25d4da['uxMMG']=_0x5dfa6d(0xfa);const _0x241703=_0x25d4da,_0x20715b=await this['getAggregatedErrorCodes'](),_0x59eba0=this[_0x5dfa6d(0xdf)](_0x20715b),_0x250d34=Array[_0x5dfa6d(0x10b)](_0x20715b['errorCodes'])?_0x20715b[_0x5dfa6d(0xd5)]:[],_0x43bc49=_0x241703[_0x5dfa6d(0x105)](this[_0x5dfa6d(0xe8)][_0x5dfa6d(0x11c)],0x0)?Array[_0x5dfa6d(0x12b)](this[_0x5dfa6d(0xe8)]):[],_0x6a3e5b=new Set([..._0x250d34,..._0x59eba0,..._0x43bc49]),_0x204b48=Array[_0x5dfa6d(0x12b)](_0x6a3e5b);if(_0x241703['hDPhI'](_0x204b48[_0x5dfa6d(0xda)],0x0)){const _0x1c415a=_0x20715b[_0x5dfa6d(0xd4)]['replace'](_0x241703[_0x5dfa6d(0xe4)],_0x204b48[_0x5dfa6d(0xe0)](',\x20'))[_0x5dfa6d(0xd2)](_0x241703[_0x5dfa6d(0xcb)],_0x20715b[_0x5dfa6d(0xfe)]);logger[_0x5dfa6d(0xcc)](_0x1c415a),this[_0x5dfa6d(0x11f)]=_0x204b48;}}}function a73_0xa0c6(_0x29d070,_0x37e798){const _0x141e10=a73_0x141e();return a73_0xa0c6=function(_0xa0c697,_0x4a903c){_0xa0c697=_0xa0c697-0xca;let _0x547583=_0x141e10[_0xa0c697];return _0x547583;},a73_0xa0c6(_0x29d070,_0x37e798);}function a73_0x141e(){const _0x1098c4=['reportSSLCertIssue','dLRXY','Process\x20Interruption\x20details\x20not\x20found:','conflicting\x20env\x20var\x20detected','Mkuiu','getErrorCodes','lHeMn','reportFinalDetectionState','errorCode','4781396SQSFMR','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','getErrorDetails','hxvjJ','getSuccess','documentationLink','getFinalErrorMessage','Error\x20in\x20getting\x20error\x20details\x20for\x20','NPwhI','logSituation','12508083ihZsyi','exports','hDPhI','getErrorCode','370708mEasyw','add','CLIENT_TROUBLESHOOTING_HASH','PQxvZ','isArray','getErrorCodesOccurredInCli','reportClientTroubleshootingError','ERGtP','30rItnYi','getInstance','errorCodesOccurredInCLI','errorMessage','gsvob','toString','keys','getAggregatedErrorCodes','SZUKl','bdxTQ','MVDQg','parse','reportProcessInterruptionSituation','size','EblmB','tYlPO','cachedErrorCodes','push','1136811LZmNdl','bViuZ','browserstack\x20cloud\x20not\x20reachable','14904zbhdTu','avYpa','3949068tVQAFa','3073bCqIux','7ivCcVl','error','4587295xVvgwI','from','GIiKn','uxMMG','warn','isRunning','{ERROR_CODES}','reportSessionLinkingIssue','reportConflictingEnvVarIssue','oBqfM','replace','Conflicting\x20Env\x20Var\x20details\x20not\x20found','finalErrorMessage','errorCodes','JFNOk','Connectivity\x20Issue\x20details\x20not\x20found','JctXW','rCfGD','length','getCachedErrorCodes','[ClientTroubleShootingService]\x20','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','KWNSo','checkForErrorsOccuredInCLI','join','reportConnectivityIssue','QYHcL','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','fvCTX','VtAxP','ssl\x20cert\x20issue','RUseE','errorCodesOccurredWhenCLINotRunning','winstonLogger','reportDotBrowserStackFolderNotAccessibleIssue','LIYzk','getErrorMessage','CCLrG','logError','getDocumentationLink'];a73_0x141e=function(){return _0x1098c4;};return a73_0x141e();}module[a73_0x498ea5(0x104)]=ClientTroubleShootingService;
|
|
1
|
+
function a74_0x3232(_0x3ffb49,_0x5472c0){const _0x59b0a7=a74_0x59b0();return a74_0x3232=function(_0x3232bb,_0xd29201){_0x3232bb=_0x3232bb-0xfd;let _0x46d914=_0x59b0a7[_0x3232bb];return _0x46d914;},a74_0x3232(_0x3ffb49,_0x5472c0);}const a74_0x557bce=a74_0x3232;(function(_0xa8d230,_0x27ea53){const _0xd9135c=a74_0x3232,_0xe8245=_0xa8d230();while(!![]){try{const _0x32c1a0=parseInt(_0xd9135c(0x143))/0x1+parseInt(_0xd9135c(0x15b))/0x2*(-parseInt(_0xd9135c(0x100))/0x3)+parseInt(_0xd9135c(0x13e))/0x4+parseInt(_0xd9135c(0x11a))/0x5+-parseInt(_0xd9135c(0x12a))/0x6+parseInt(_0xd9135c(0x15e))/0x7+-parseInt(_0xd9135c(0x110))/0x8;if(_0x32c1a0===_0x27ea53)break;else _0xe8245['push'](_0xe8245['shift']());}catch(_0x41d2f7){_0xe8245['push'](_0xe8245['shift']());}}}(a74_0x59b0,0x76f31));const logger=require('../../helpers/logger')[a74_0x557bce(0x152)],BrowserstackCLI=require(a74_0x557bce(0x142)),GrpcClient=require(a74_0x557bce(0x125)),constants=require(a74_0x557bce(0x12c));class ClientTroubleShootingService{static ['cachedErrorCodes']=null;static [a74_0x557bce(0x144)]=new Set();static async['getErrorDetails'](_0x4821a6){const _0x2a2d2b=a74_0x557bce,_0x1d873c={};_0x1d873c[_0x2a2d2b(0x156)]=function(_0xbed5eb,_0x504ff7){return _0xbed5eb!==_0x504ff7;};const _0x60ee2c=_0x1d873c;try{if(BrowserstackCLI[_0x2a2d2b(0x109)]()[_0x2a2d2b(0x147)]()){const _0x1ab7a8=await GrpcClient[_0x2a2d2b(0x109)]()[_0x2a2d2b(0x118)](_0x4821a6);if(_0x60ee2c[_0x2a2d2b(0x156)](_0x1ab7a8,null)&&_0x1ab7a8[_0x2a2d2b(0x103)]())return{'errorCode':_0x1ab7a8['getErrorCode'](),'errorMessage':_0x1ab7a8['getErrorMessage']()};return{};}return{};}catch(_0x2e01bb){return this[_0x2a2d2b(0x112)](_0x2a2d2b(0x121)+_0x4821a6+':',_0x2e01bb),{};}}static async[a74_0x557bce(0x10d)](){const _0x49b635=a74_0x557bce,_0x21849e={};_0x21849e[_0x49b635(0x130)]=function(_0x24978d,_0x42c6d7){return _0x24978d!==_0x42c6d7;},_0x21849e[_0x49b635(0x119)]=_0x49b635(0x116),_0x21849e[_0x49b635(0x15f)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0xe17358=_0x21849e;try{if(BrowserstackCLI[_0x49b635(0x109)]()['isRunning']()){const _0x34b290=await GrpcClient['getInstance']()['getAggregatedClientTroubleshootingErrors']();if(_0xe17358['FOYux'](_0x34b290,null)&&_0x34b290[_0x49b635(0x103)]()){const _0x171230=Buffer[_0x49b635(0x158)](_0x34b290['getErrorCodes'](),_0xe17358[_0x49b635(0x119)])[_0x49b635(0x106)](),_0x4ee772=_0x171230?JSON[_0x49b635(0x13f)](_0x171230):[],_0x2d97ad=_0x34b290[_0x49b635(0x10e)](),_0x5637b5=_0x34b290[_0x49b635(0x11d)](),_0x1ebaa5=Buffer[_0x49b635(0x158)](_0x34b290[_0x49b635(0xff)](),_0xe17358[_0x49b635(0x119)])[_0x49b635(0x106)](),_0x326d76=_0x1ebaa5?JSON[_0x49b635(0x13f)](_0x1ebaa5):[],_0x1a9592={};return _0x1a9592[_0x49b635(0x11f)]=_0x4ee772,_0x1a9592[_0x49b635(0x122)]=_0x2d97ad,_0x1a9592[_0x49b635(0x111)]=_0x5637b5,_0x1a9592['errorCodesOccurredInCLI']=_0x326d76,_0x1a9592;}const _0xc627d8={};return _0xc627d8['errorCodes']=[],_0xc627d8['documentationLink']='',_0xc627d8[_0x49b635(0x111)]='',_0xc627d8[_0x49b635(0x11e)]=[],_0xc627d8;}const _0x1b2f87={};return _0x1b2f87['errorCodes']=[],_0x1b2f87[_0x49b635(0x122)]='',_0x1b2f87[_0x49b635(0x111)]='',_0x1b2f87[_0x49b635(0x11e)]=[],_0x1b2f87;}catch(_0x313194){this[_0x49b635(0x112)](_0xe17358[_0x49b635(0x15f)],_0x313194);const _0xc54897={};return _0xc54897[_0x49b635(0x11f)]=[],_0xc54897['documentationLink']='',_0xc54897[_0x49b635(0x111)]='',_0xc54897['errorCodesOccurredInCLI']=[],_0xc54897;}}static[a74_0x557bce(0x133)](_0x306af6,_0x2f44f1){logger['warn'](_0x306af6+':\x20'+_0x2f44f1);}static[a74_0x557bce(0x120)](_0x46b737){const _0x4a55a6=a74_0x557bce,_0xac4094={};_0xac4094[_0x4a55a6(0x127)]=function(_0x513787,_0x2a5cbb){return _0x513787!=_0x2a5cbb;},_0xac4094[_0x4a55a6(0x137)]=function(_0x2a6c4c,_0x5947b5){return _0x2a6c4c!=_0x5947b5;},_0xac4094[_0x4a55a6(0x150)]=function(_0x29fde3,_0x208700){return _0x29fde3>_0x208700;};const _0x328a2a=_0xac4094,_0x1fcc2f=[];if(_0x328a2a[_0x4a55a6(0x127)](_0x46b737,null)&&_0x328a2a[_0x4a55a6(0x137)](_0x46b737[_0x4a55a6(0x11e)],null)&&_0x328a2a['BBZzX'](_0x46b737['errorCodesOccurredInCLI'][_0x4a55a6(0x149)],0x0))for(const _0x11ebef of _0x46b737['errorCodesOccurredInCLI']){_0x328a2a['vJuIF'](_0x11ebef['errorCode'],null)&&_0x328a2a['kRntr'](_0x11ebef[_0x4a55a6(0x105)],null)&&(_0x1fcc2f['push'](_0x11ebef['errorCode']),this[_0x4a55a6(0x133)](_0x11ebef['errorCode'],_0x11ebef[_0x4a55a6(0x105)]));}return _0x1fcc2f;}static[a74_0x557bce(0x12d)](){const _0x2449d0=a74_0x557bce;return this[_0x2449d0(0x14f)];}static[a74_0x557bce(0x112)](_0x35fdbd,_0x26a033){const _0x3d708c=a74_0x557bce,_0x523e9c={};_0x523e9c[_0x3d708c(0x10a)]=function(_0x5c7006,_0x534dbf){return _0x5c7006===_0x534dbf;},_0x523e9c[_0x3d708c(0x10f)]=_0x3d708c(0x151);const _0x453877=_0x523e9c;if(_0x453877[_0x3d708c(0x10a)](typeof _0x26a033,_0x453877[_0x3d708c(0x10f)]))try{logger[_0x3d708c(0x11c)]('[ClientTroubleShootingService]\x20'+_0x35fdbd+'\x20'+JSON['stringify'](_0x26a033));}catch(_0x5cd8cd){logger[_0x3d708c(0x11c)](_0x3d708c(0x113)+_0x35fdbd+'\x20'+_0x26a033);}else logger[_0x3d708c(0x11c)]('[ClientTroubleShootingService]\x20'+_0x35fdbd+'\x20'+_0x26a033);}static async[a74_0x557bce(0x12f)](_0x3527aa){const _0x479fb3=a74_0x557bce,_0x389c8f={};_0x389c8f[_0x479fb3(0x14a)]=_0x479fb3(0x129),_0x389c8f[_0x479fb3(0x126)]=function(_0x4b07ee,_0xf6529e){return _0x4b07ee===_0xf6529e;},_0x389c8f['McEjR']=_0x479fb3(0x10c),_0x389c8f[_0x479fb3(0x13a)]=_0x479fb3(0x131);const _0x2679bd=_0x389c8f,_0x257ba0=await this[_0x479fb3(0x157)](_0x2679bd['pHScH']);if(!_0x257ba0||_0x2679bd['XETVN'](Object[_0x479fb3(0x128)](_0x257ba0)['length'],0x0)){this['logError'](_0x2679bd[_0x479fb3(0x15c)],_0x257ba0);return;}this[_0x479fb3(0x133)](_0x257ba0['errorCode'],_0x257ba0['errorMessage']['replace'](_0x2679bd[_0x479fb3(0x13a)],_0x3527aa));}static async['reportSessionLinkingIssue'](){const _0xf92dd7=a74_0x557bce,_0x1ce919={};_0x1ce919[_0xf92dd7(0x14b)]=_0xf92dd7(0x11b),_0x1ce919['ZAVXl']=function(_0xbdd29,_0x6b183){return _0xbdd29===_0x6b183;},_0x1ce919['pCJiW']='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x50e38e=_0x1ce919,_0x1b3a98=await this[_0xf92dd7(0x157)](_0x50e38e[_0xf92dd7(0x14b)]);if(!_0x1b3a98||_0x50e38e[_0xf92dd7(0x15d)](Object['keys'](_0x1b3a98)[_0xf92dd7(0x149)],0x0)){this[_0xf92dd7(0x112)](_0x50e38e[_0xf92dd7(0x101)],_0x1b3a98);return;}this[_0xf92dd7(0x133)](_0x1b3a98['errorCode'],_0x1b3a98[_0xf92dd7(0x105)]);}static async[a74_0x557bce(0x134)](){const _0x4470c8=a74_0x557bce,_0x565c6a={};_0x565c6a[_0x4470c8(0x123)]=_0x4470c8(0x135),_0x565c6a[_0x4470c8(0x155)]=function(_0xbf508c,_0x4a3513){return _0xbf508c===_0x4a3513;},_0x565c6a[_0x4470c8(0x14d)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x1bcfdb=_0x565c6a,_0x592d38=await this[_0x4470c8(0x157)](_0x1bcfdb['MnuPP']);if(!_0x592d38||_0x1bcfdb[_0x4470c8(0x155)](Object[_0x4470c8(0x128)](_0x592d38)[_0x4470c8(0x149)],0x0)){this[_0x4470c8(0x112)](_0x1bcfdb['GNKtV'],_0x592d38);return;}this['logSituation'](_0x592d38[_0x4470c8(0x13d)],_0x592d38[_0x4470c8(0x105)]);}static async[a74_0x557bce(0x140)](){const _0x5551c=a74_0x557bce,_0x4677cc={};_0x4677cc[_0x5551c(0x153)]=_0x5551c(0x12b),_0x4677cc[_0x5551c(0x139)]=function(_0x33494b,_0x17939c){return _0x33494b===_0x17939c;},_0x4677cc[_0x5551c(0x15a)]='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 _0x4cb97d=_0x4677cc,_0x86a425=await this[_0x5551c(0x157)](_0x4cb97d[_0x5551c(0x153)]);if(!_0x86a425||_0x4cb97d[_0x5551c(0x139)](Object[_0x5551c(0x128)](_0x86a425)['length'],0x0)){this[_0x5551c(0x112)](_0x4cb97d[_0x5551c(0x15a)],_0x86a425);return;}this[_0x5551c(0x133)](_0x86a425[_0x5551c(0x13d)],_0x86a425[_0x5551c(0x105)]);}static[a74_0x557bce(0x10b)](){const _0x9757c2=a74_0x557bce,_0x19d841={};_0x19d841[_0x9757c2(0x13b)]=_0x9757c2(0x107),_0x19d841[_0x9757c2(0x146)]=function(_0x3e8d19,_0x4b8d5d){return _0x3e8d19===_0x4b8d5d;},_0x19d841[_0x9757c2(0x102)]=_0x9757c2(0x12e);const _0x506ecf=_0x19d841,_0x1700c6=constants[_0x9757c2(0x114)][_0x506ecf[_0x9757c2(0x13b)]];if(!_0x1700c6||_0x506ecf['YPmDY'](Object[_0x9757c2(0x128)](_0x1700c6)['length'],0x0)){this[_0x9757c2(0x112)](_0x506ecf[_0x9757c2(0x102)],_0x1700c6);return;}this[_0x9757c2(0x144)]['add'](_0x1700c6[0x0]),this[_0x9757c2(0x133)](_0x1700c6[0x0],_0x1700c6[0x1]);}static async['reportConflictingEnvVarIssue'](_0x493305){const _0x409b0f=a74_0x557bce,_0x81c1d4={};_0x81c1d4[_0x409b0f(0x115)]=_0x409b0f(0x117),_0x81c1d4[_0x409b0f(0x138)]=function(_0x2e52f9,_0x5143b3){return _0x2e52f9===_0x5143b3;},_0x81c1d4[_0x409b0f(0x13c)]=_0x409b0f(0x154),_0x81c1d4[_0x409b0f(0x159)]=_0x409b0f(0x104);const _0x1d0f08=_0x81c1d4,_0x3172c8=await this[_0x409b0f(0x157)](_0x1d0f08[_0x409b0f(0x115)]);if(!_0x3172c8||_0x1d0f08[_0x409b0f(0x138)](Object[_0x409b0f(0x128)](_0x3172c8)['length'],0x0)){this[_0x409b0f(0x112)](_0x1d0f08[_0x409b0f(0x13c)],_0x3172c8);return;}const _0x3adf64=_0x3172c8[_0x409b0f(0x105)]['replace'](_0x1d0f08['xiLEz'],_0x493305);this['logSituation'](_0x3172c8['errorCode'],_0x3adf64);}static async[a74_0x557bce(0x108)](){const _0x563e4e=a74_0x557bce,_0x2962f3={};_0x2962f3[_0x563e4e(0xfe)]=function(_0x2fc5c4,_0x89e591){return _0x2fc5c4>_0x89e591;},_0x2962f3[_0x563e4e(0x148)]=_0x563e4e(0x14c),_0x2962f3[_0x563e4e(0x14e)]=_0x563e4e(0x132);const _0x27fc24=_0x2962f3,_0x1b46fd=await this[_0x563e4e(0x10d)](),_0x2dbd98=this['checkForErrorsOccuredInCLI'](_0x1b46fd),_0x23c717=Array[_0x563e4e(0x141)](_0x1b46fd[_0x563e4e(0x11f)])?_0x1b46fd['errorCodes']:[],_0x1e6b52=_0x27fc24[_0x563e4e(0xfe)](this[_0x563e4e(0x144)][_0x563e4e(0xfd)],0x0)?Array[_0x563e4e(0x158)](this[_0x563e4e(0x144)]):[],_0x5d1663=new Set([..._0x23c717,..._0x2dbd98,..._0x1e6b52]),_0x47744f=Array[_0x563e4e(0x158)](_0x5d1663);if(_0x27fc24[_0x563e4e(0xfe)](_0x47744f[_0x563e4e(0x149)],0x0)){const _0x3fb897=_0x1b46fd[_0x563e4e(0x111)][_0x563e4e(0x124)](_0x27fc24[_0x563e4e(0x148)],_0x47744f[_0x563e4e(0x136)](',\x20'))[_0x563e4e(0x124)](_0x27fc24[_0x563e4e(0x14e)],_0x1b46fd[_0x563e4e(0x122)]);logger[_0x563e4e(0x145)](_0x3fb897),this[_0x563e4e(0x14f)]=_0x47744f;}}}function a74_0x59b0(){const _0x2e355b=['warn','YPmDY','isRunning','TZZmY','length','pHScH','gkLGB','{ERROR_CODES}','GNKtV','JvBTQ','cachedErrorCodes','BBZzX','object','winstonLogger','CfVYk','Conflicting\x20Env\x20Var\x20details\x20not\x20found','HtZIN','Oxacv','getErrorDetails','from','xiLEz','zzeRW','19098IhQmbo','McEjR','ZAVXl','5572819hhLvcf','gvdyf','size','YbEdy','getErrorCodesOccurredInCli','282hBynNx','pCJiW','muxPf','getSuccess','{ENV_VAR}','errorMessage','toString','.browserstack\x20folder\x20not\x20accessible','reportFinalDetectionState','getInstance','MZIIg','reportDotBrowserStackFolderNotAccessibleIssue','Process\x20Interruption\x20details\x20not\x20found:','getAggregatedErrorCodes','getDocumentationLink','kXred','1272456hlDshH','finalErrorMessage','logError','[ClientTroubleShootingService]\x20','CLIENT_TROUBLESHOOTING_HASH','PzXeM','base64','conflicting\x20env\x20var\x20detected','reportClientTroubleshootingError','oNSfx','3524680fDZAUp','Session\x20Linking\x20Issue','error','getFinalErrorMessage','errorCodesOccurredInCLI','errorCodes','checkForErrorsOccuredInCLI','Error\x20in\x20getting\x20error\x20details\x20for\x20','documentationLink','MnuPP','replace','../v2/grpcClient','XETVN','kRntr','keys','Process\x20Interruption','5615820FRsyVT','ssl\x20cert\x20issue','./constants','getCachedErrorCodes','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','reportProcessInterruptionSituation','FOYux','{SIGNAL}','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','logSituation','reportConnectivityIssue','browserstack\x20cloud\x20not\x20reachable','join','vJuIF','BnELT','aXTWS','aZsBH','tSmle','ZNabb','errorCode','827216AVzGCh','parse','reportSSLCertIssue','isArray','../v2/browserstackCLI','771993yAAwvw','errorCodesOccurredWhenCLINotRunning'];a74_0x59b0=function(){return _0x2e355b;};return a74_0x59b0();}module['exports']=ClientTroubleShootingService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a74_0x5180bf=a74_0x2238;function a74_0x2238(_0x388009,_0x47b94c){const _0x19ec3e=a74_0x19ec();return a74_0x2238=function(_0x223874,_0x245e74){_0x223874=_0x223874-0x1a2;let _0x1b2158=_0x19ec3e[_0x223874];return _0x1b2158;},a74_0x2238(_0x388009,_0x47b94c);}(function(_0x2ae8bb,_0x479ade){const _0xa6aadc=a74_0x2238,_0x5dbf5c=_0x2ae8bb();while(!![]){try{const _0x2d99b7=-parseInt(_0xa6aadc(0x284))/0x1+-parseInt(_0xa6aadc(0x1e3))/0x2*(-parseInt(_0xa6aadc(0x235))/0x3)+-parseInt(_0xa6aadc(0x261))/0x4+parseInt(_0xa6aadc(0x25f))/0x5*(-parseInt(_0xa6aadc(0x1e5))/0x6)+parseInt(_0xa6aadc(0x204))/0x7*(-parseInt(_0xa6aadc(0x1c3))/0x8)+parseInt(_0xa6aadc(0x1e0))/0x9*(parseInt(_0xa6aadc(0x1ee))/0xa)+parseInt(_0xa6aadc(0x231))/0xb*(parseInt(_0xa6aadc(0x211))/0xc);if(_0x2d99b7===_0x479ade)break;else _0x5dbf5c['push'](_0x5dbf5c['shift']());}catch(_0x5a7a95){_0x5dbf5c['push'](_0x5dbf5c['shift']());}}}(a74_0x19ec,0xd0934));const a74_0x5cfc97={};a74_0x5cfc97[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1d7),a74_0x5cfc97[a74_0x5180bf(0x260)]=a74_0x5180bf(0x24e);const a74_0x39cfb7={};a74_0x39cfb7[a74_0x5180bf(0x246)]='Run\x20jest\x20tests\x20on\x20browserstack';const a74_0xbdb513={};a74_0xbdb513[a74_0x5180bf(0x246)]=a74_0x5180bf(0x225);const a74_0x33dc4d={};a74_0x33dc4d[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1f7);const a74_0x40aede={};a74_0x40aede[a74_0x5180bf(0x246)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a74_0x4d9fb1={};a74_0x4d9fb1[a74_0x5180bf(0x246)]=a74_0x5180bf(0x20d);const a74_0x28288f={};a74_0x28288f[a74_0x5180bf(0x246)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a74_0x2e087f={};a74_0x2e087f[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1d0);const a74_0x5d723f={};a74_0x5d723f[a74_0x5180bf(0x246)]=a74_0x5180bf(0x25c);const a74_0x88d08b={};a74_0x88d08b[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1f9);const a74_0x1363c8={};a74_0x1363c8['INFO']=a74_0x5180bf(0x1dc);const a74_0x6fa64c={};a74_0x6fa64c[a74_0x5180bf(0x246)]=a74_0x5180bf(0x226);const a74_0xd97cf0={};a74_0xd97cf0[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1d9);const a74_0x2bf7c2={};a74_0x2bf7c2[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1e9);const a74_0xc2de9f={};a74_0xc2de9f['hardMinMajor']=null,a74_0xc2de9f[a74_0x5180bf(0x232)]=0xe,a74_0xc2de9f[a74_0x5180bf(0x209)]=0x1a;const a74_0x564031={};a74_0x564031[a74_0x5180bf(0x1b5)]=a74_0x5180bf(0x248),a74_0x564031[a74_0x5180bf(0x1da)]=a74_0x5180bf(0x1bd),a74_0x564031[a74_0x5180bf(0x273)]=a74_0x5180bf(0x28a),a74_0x564031[a74_0x5180bf(0x22a)]=a74_0x5180bf(0x275),a74_0x564031[a74_0x5180bf(0x1d3)]=a74_0x5180bf(0x28d),a74_0x564031['CUCUMBER']=a74_0x5180bf(0x1ac),a74_0x564031['VANILLA']=a74_0x5180bf(0x206),a74_0x564031[a74_0x5180bf(0x240)]=a74_0x5180bf(0x1a4),a74_0x564031['TESTCAFE']=a74_0x5180bf(0x208),a74_0x564031['NEWMAN']='newman',a74_0x564031[a74_0x5180bf(0x1fb)]=a74_0x5180bf(0x1dd),a74_0x564031[a74_0x5180bf(0x1d4)]=a74_0x5180bf(0x270);const a74_0x188eaa={};a74_0x188eaa[a74_0x5180bf(0x267)]=a74_0x5180bf(0x1c1),a74_0x188eaa[a74_0x5180bf(0x213)]=a74_0x5180bf(0x1f5),a74_0x188eaa['mandatoryDependency']='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a74_0x188eaa['invalidTestInputType']=a74_0x5180bf(0x26c);const a74_0xd074da={};a74_0xd074da[a74_0x5180bf(0x259)]='commonjs',a74_0xd074da[a74_0x5180bf(0x20f)]=a74_0x5180bf(0x21a);const a74_0x385a1a={};a74_0x385a1a['Mocha']=0xfde8,a74_0x385a1a[a74_0x5180bf(0x283)]=0xfde8,a74_0x385a1a[a74_0x5180bf(0x200)]=0x186a0;const a74_0x14c9fe={};a74_0x14c9fe[a74_0x5180bf(0x1c9)]=[a74_0x5180bf(0x1cf),a74_0x5180bf(0x251),a74_0x5180bf(0x255),'browserstack.accessKey','browserstack.user',a74_0x5180bf(0x214),a74_0x5180bf(0x274),a74_0x5180bf(0x29f),a74_0x5180bf(0x21c),a74_0x5180bf(0x26d),a74_0x5180bf(0x269),a74_0x5180bf(0x1b6),'authToken',a74_0x5180bf(0x1f0),a74_0x5180bf(0x29b)],a74_0x14c9fe['browserStackLocalOptions']=[a74_0x5180bf(0x247),a74_0x5180bf(0x1c2),a74_0x5180bf(0x20a),a74_0x5180bf(0x20e)];const a74_0x578f80={};a74_0x578f80[a74_0x5180bf(0x227)]=a74_0x5180bf(0x227),a74_0x578f80[a74_0x5180bf(0x295)]=a74_0x5180bf(0x295),a74_0x578f80[a74_0x5180bf(0x29a)]=a74_0x5180bf(0x295),a74_0x578f80['parallelsPerPlatform']='parallelsPerPlatform',a74_0x578f80[a74_0x5180bf(0x1bb)]=a74_0x5180bf(0x1bb),a74_0x578f80[a74_0x5180bf(0x22f)]=a74_0x5180bf(0x22f),a74_0x578f80[a74_0x5180bf(0x21c)]=a74_0x5180bf(0x21c),a74_0x578f80[a74_0x5180bf(0x26d)]=a74_0x5180bf(0x26d),a74_0x578f80[a74_0x5180bf(0x258)]=a74_0x5180bf(0x258),a74_0x578f80[a74_0x5180bf(0x219)]=a74_0x5180bf(0x219),a74_0x578f80['testObservability']='testObservability',a74_0x578f80[a74_0x5180bf(0x26a)]=a74_0x5180bf(0x26a),a74_0x578f80[a74_0x5180bf(0x1a6)]=a74_0x5180bf(0x1a6),a74_0x578f80[a74_0x5180bf(0x1f4)]=a74_0x5180bf(0x1f4),a74_0x578f80[a74_0x5180bf(0x269)]=a74_0x5180bf(0x269),a74_0x578f80['automation']=a74_0x5180bf(0x1ff),a74_0x578f80[a74_0x5180bf(0x1ff)]=a74_0x5180bf(0x1ff),a74_0x578f80[a74_0x5180bf(0x256)]='rerunTests',a74_0x578f80[a74_0x5180bf(0x203)]=a74_0x5180bf(0x203),a74_0x578f80[a74_0x5180bf(0x21b)]=a74_0x5180bf(0x21b),a74_0x578f80[a74_0x5180bf(0x20c)]=a74_0x5180bf(0x20c),a74_0x578f80[a74_0x5180bf(0x233)]=a74_0x5180bf(0x233),a74_0x578f80['accessibility']=a74_0x5180bf(0x242),a74_0x578f80[a74_0x5180bf(0x297)]=a74_0x5180bf(0x297),a74_0x578f80[a74_0x5180bf(0x25d)]=a74_0x5180bf(0x25d),a74_0x578f80['turboScaleOptions']=a74_0x5180bf(0x239),a74_0x578f80[a74_0x5180bf(0x1b4)]=a74_0x5180bf(0x1b4),a74_0x578f80[a74_0x5180bf(0x22e)]=a74_0x5180bf(0x22e);const a74_0x5a9370={};a74_0x5a9370[a74_0x5180bf(0x1ce)]=a74_0x5180bf(0x22c),a74_0x5a9370[a74_0x5180bf(0x1c4)]=a74_0x5180bf(0x23e),a74_0x5a9370['us']='hub-us-only.browserstack.com',a74_0x5a9370['eu']='hub-eu-only.browserstack.com',a74_0x5a9370['in']='hub-aps-only.browserstack.com',a74_0x5a9370['au']=a74_0x5180bf(0x25e);const a74_0x3a51f1={};function a74_0x19ec(){const _0x3f05d9=['INFO','proxyUser','Playwright','wss://cdp-preprod.bsstag.com/puppeteer?caps=','sdk/v1/update_cli','prod','wss://cdp-devtestops.bsstag.com/playwright?caps=','CLI_SUPPORTED_FRAMEWORKS','Specify\x20--help\x20for\x20available\x20options','acceptInsecureCerts','https://app-automate.browserstack.com/dashboard/v2/builds/','accessKey','A11Y_GET_RESULTS_SUMMARY','env','GLOBAL_AGENT_NO_PROXY','browserstack.userName','rerunTests','BROWSERSTACK_API_URL','framework','COMMONJS','SSL_ERROR_MESSAGES','SIGNAL_EXIT_CODES','Run\x20testcafe\x20tests\x20on\x20browserstack','turboScale','hub-apse-only.browserstack.com','229025VuKoGv','HELP','5379540YgVmWB','EDS_URL','ieOptions','MAX_DRIVER_INIT_ERROR_BYTES','https://observability-devtestops.bsstag.com','wss://cdp-preprod.bsstag.com/playwright?caps=','invalidKeys','ERR_NAME_RESOLUTION_FAILED','customVariables','testReporting','APP_UPLOAD_URL','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','httpsProxy','ERR_TIMED_OUT','ROOT_REGEX','node-generic','https://upload-observability.browserstack.com','AUTOMATE_PRODUCTS','JEST','password','codeceptjs','https://automation-preprod.bsstag.com','TEST_REPORTING_ANALYTICS','browserstack-ats.com','timeouts','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','HUB_URL_REGEX','ATS_HUB_URL_REGEX','staging','preprod','UNABLE_TO_VERIFY_LEAF_SIGNATURE','DEPTH_ZERO_SELF_SIGNED_CERT','https://eds.browserstack.com','DEBUG_LOG_FILE_NAME','Cucumber-JS','750013taEzPw','acceptSslCerts','https://hub-preprod.bsstag.com/wd/hub','PACKAGE_TYPE','CLIENT_TROUBLESHOOTING_HASH','FRAMEWORKS','jest','CODECEPTJS','unable\x20to\x20get\x20local\x20issuer\x20certificate','codeceptjs-cucumber','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','EBUSY','PLAYWRIGHT_HUB_URL','MAX_SPAWN_RETRIES','INTERNALLY_USED_ENV_VARS','certificate\x20has\x20expired','SSL_ERROR_CODES','browserStackLocalOptions','OBSERVABILITY_UPLOAD_URL','accessibilityOptions','BSTACK_URL','https://apidevtestops.bsstag.com','localOptions','browserstack.overridelocalInfo.userAuthToken','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','SPAWN_RETRY_DELAY_MS','https://hub.browserstack.com/wd/hub','user_data','SIGTERM','SIGBREAK','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','puppeteer','LOG_FILE_NAME','testObservabilityOptions','.browserstack\x20folder\x20not\x20accessible','/usage-debug.log','playwright','browserstack','PLAYWRIGHT_TRACE_LOGS','cucumber','browserVersion','5|11|7|2|9|12|8|4|1|3|6|0|10','GIT_META_DATA_TRUNCATED','ERR_FAILED','observability','CUCUMBER','ERR_NETWORK_CHANGED','proxySettings','PLAYWRIGHT','proxyPassword','BROWSERSTACK_APP_AUTOMATE_URL','O11Y_URL','https://api-preprod.bsstag.com','GLOBAL_AGENT_HTTP_PROXY','platforms','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','mocha','HST','ERR_BLOCKED_BY_CLIENT','NUDGE_LOCAL_ERRORS','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','proxyPass','16BsXcQA','us-east','split','ERR_ADDRESS_UNREACHABLE','automate','/usage.log','root','sdk-cli-debug.log','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','REDACTED_KEYS','percyScreenshot','default','userName','Run\x20playwright\x20tests\x20on\x20Browserstack','sdk/v1/event','OBSERVABILITY_SUPPORTED_FWS','CODECEPT_CUCUMBER','NODE_GENERIC','CERT_HAS_EXPIRED','ROOT_CAPS','shows\x20version\x20information','MAX_GIT_META_DATA_SIZE_IN_BYTES','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','MOCHA','TESTCAFE','Run\x20codeceptjs\x20tests\x20on\x20browserstack','jasmine','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','hubUrl','412326CbckFN','SELF_SIGNED_CERT_IN_CHAIN','https://edsstaging.bsstag.com','4fveAwu','pre-prod','168uMpPGV','ERR_SOCKET_NOT_CONNECTED','ERR_SOCKS_CONNECTION_FAILED','ERR_ADDRESS_INVALID','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','BSTACK_DELTA','ObservabilitySync','NIGHTWATCH','UPDATED_CLI_ENDPOINT','40SJzaTB','TEST\x20REPORTING\x20AND\x20ANALYTICS','proxyUrl','A11Y_SCAN','APP_AUTOMATE_PRODUCTS','./browserstack-artifacts/','testReportingOptions','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_CONNECTION_RESET','Run\x20mocha\x20tests\x20on\x20browserstack','SDK-GEN-001','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','exports','JASMINE','https://api.browserstack.com','https://upload-observability-preprod.bsstag.com','SHAREABLE_ID_REGEX','browserstackAutomation','Jest','stag','ATS_WSS_URL_REGEX','percy','4104065jYiwJi','VALID_APP_EXTENSION','vanilla','CUSTOM_ID_REGEX','testcafe','maxTestedMajor','localProxyUser','A11Y_SAVE_RESULTS','percyCaptureMode','Run\x20js\x20tests\x20on\x20browserstack','localProxyPass','MODULE','PLAYWRIGHT_CONFIG_OPTION_ERRORS','24852bnNGgo','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','uniqueDependency','browserstack.key','NEWMAN','CONNECTIVITY_ISSUE_ERROR_CODES','ERR_CONNECTION_FAILED','BROWSERSTACK_AUTOMATE_URL','testContextOptions','module','percyOptions','httpProxy','https://automation.browserstack.com','self\x20signed\x20certificate','SIGHUP','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','ERR_CONNECTION_TIMED_OUT','SIGINT','^[a-zA-Z0-9_.-]*$','browserName','Run\x20jasmine\x20tests\x20on\x20browserstack','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','browserstackLocal','app-automate','https://automate-preprod.bsstag.com/dashboard/v2/builds/','CODECEPT','HUB_URL_MAP','hub.browserstack.com','ERR_TLS_CERT_ALTNAME_INVALID','testOrchestrationOptions','logLevel','VANILLA','27258OCyHzy','minTestedMajor','disableAutoCaptureLogs','FUNNEL_INSTRUMENTATION_API_URL','133737DXsizJ','wss://cdp.browserstack.com/playwright?caps=','BROWSERSTACK','A11Y_GET_RESULTS','turboScaleOptions','.apk','newman','pageLoadStrategy','SDK_INSTRUMENTATION_CONFIG','hub-use-only.browserstack.com','SIGQUIT','PUPPETEER','ERR_CONNECTION_ABORTED','accessibility','PERCY_SUPPORTED_FRAMEWORKS','PUPPETEER_HUB_URL','bsstag'];a74_0x19ec=function(){return _0x3f05d9;};return a74_0x19ec();}a74_0x3a51f1[a74_0x5180bf(0x1a7)]=[a74_0x5180bf(0x1f8),'[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 a74_0x1bc46b={};a74_0x1bc46b[a74_0x5180bf(0x21f)]=0x1,a74_0x1bc46b[a74_0x5180bf(0x222)]=0x2,a74_0x1bc46b[a74_0x5180bf(0x23f)]=0x3,a74_0x1bc46b['SIGABRT']=0x6,a74_0x1bc46b[a74_0x5180bf(0x2a0)]=0xf,a74_0x1bc46b[a74_0x5180bf(0x1a2)]=0x15;const a74_0x357cc5={};a74_0x357cc5['VERSION']=a74_0x5cfc97,a74_0x357cc5[a74_0x5180bf(0x273)]=a74_0x39cfb7,a74_0x357cc5[a74_0x5180bf(0x1fb)]=a74_0xbdb513,a74_0x357cc5['MOCHA']=a74_0x33dc4d,a74_0x357cc5[a74_0x5180bf(0x1b2)]=a74_0x40aede,a74_0x357cc5[a74_0x5180bf(0x230)]=a74_0x4d9fb1,a74_0x357cc5[a74_0x5180bf(0x1ec)]=a74_0x28288f,a74_0x357cc5[a74_0x5180bf(0x1b5)]=a74_0x2e087f,a74_0x357cc5[a74_0x5180bf(0x1db)]=a74_0x5d723f,a74_0x357cc5[a74_0x5180bf(0x240)]=a74_0x88d08b,a74_0x357cc5[a74_0x5180bf(0x28b)]=a74_0x1363c8,a74_0x357cc5[a74_0x5180bf(0x215)]=a74_0x6fa64c,a74_0x357cc5[a74_0x5180bf(0x1be)]=a74_0xd97cf0,a74_0x357cc5['INTEGRATIONS']=a74_0x2bf7c2,a74_0x357cc5[a74_0x5180bf(0x1ea)]=0x8*0x3c*0x3e8,a74_0x357cc5[a74_0x5180bf(0x1df)]=a74_0x5180bf(0x29e),a74_0x357cc5[a74_0x5180bf(0x27b)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a74_0x357cc5[a74_0x5180bf(0x27c)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a74_0x357cc5[a74_0x5180bf(0x202)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a74_0x357cc5[a74_0x5180bf(0x1d6)]=[a74_0x5180bf(0x24f),a74_0x5180bf(0x23c),'strictFileInteractability','unhandledPromptBehavior',a74_0x5180bf(0x279),a74_0x5180bf(0x224),a74_0x5180bf(0x1ad),a74_0x5180bf(0x285),'acceptSslCert','chromeOptions','firefoxOptions','edgeOptions',a74_0x5180bf(0x263)],a74_0x357cc5[a74_0x5180bf(0x26f)]=/^[\w-]+:.*$/,a74_0x357cc5['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\./],a74_0x357cc5[a74_0x5180bf(0x262)]=a74_0x5180bf(0x281),a74_0x357cc5[a74_0x5180bf(0x257)]=a74_0x5180bf(0x1fc),a74_0x357cc5[a74_0x5180bf(0x26b)]='https://api-cloud.browserstack.com',a74_0x357cc5[a74_0x5180bf(0x1ed)]=a74_0x5180bf(0x24a),a74_0x357cc5['LT_SUPPORTED_NODE']=a74_0xc2de9f,a74_0x357cc5[a74_0x5180bf(0x234)]=a74_0x5180bf(0x1d1),a74_0x357cc5[a74_0x5180bf(0x272)]=[a74_0x5180bf(0x1c7),a74_0x5180bf(0x1b1)],a74_0x357cc5[a74_0x5180bf(0x1f2)]=[a74_0x5180bf(0x228),a74_0x5180bf(0x1b1)],a74_0x357cc5[a74_0x5180bf(0x1a3)]=['observability'],a74_0x357cc5['OBSERVABILITY_UPLOAD_URL']=a74_0x5180bf(0x271),a74_0x357cc5[a74_0x5180bf(0x1d2)]=['mocha',a74_0x5180bf(0x248),'testcafe',a74_0x5180bf(0x1dd)],a74_0x357cc5['AUTOMATE']=['automate'],a74_0x357cc5[a74_0x5180bf(0x218)]='https://automate.browserstack.com/dashboard/v2/builds/',a74_0x357cc5[a74_0x5180bf(0x1b7)]=a74_0x5180bf(0x250),a74_0x357cc5['APP_AUTOMATE']=['app-automate'],a74_0x357cc5[a74_0x5180bf(0x1c0)]=[a74_0x5180bf(0x1b0),a74_0x5180bf(0x26e),a74_0x5180bf(0x1bf),a74_0x5180bf(0x1b3),a74_0x5180bf(0x1e6),'ERR_CONNECTION_CLOSED',a74_0x5180bf(0x1f6),'ERR_CONNECTION_REFUSED',a74_0x5180bf(0x241),a74_0x5180bf(0x217),'ERR_NAME_NOT_RESOLVED',a74_0x5180bf(0x1e8),a74_0x5180bf(0x1c6),'ERR_TUNNEL_CONNECTION_FAILED',a74_0x5180bf(0x221),a74_0x5180bf(0x1e7),a74_0x5180bf(0x28e),'ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a74_0x5180bf(0x268),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a74_0x357cc5[a74_0x5180bf(0x205)]=[a74_0x5180bf(0x23a),'.aab','.ipa'],a74_0x357cc5[a74_0x5180bf(0x207)]=a74_0x5180bf(0x223),a74_0x357cc5[a74_0x5180bf(0x1fe)]=a74_0x5180bf(0x29c),a74_0x357cc5['CI_ARTIFACTS_PATH']=a74_0x5180bf(0x1f3),a74_0x357cc5[a74_0x5180bf(0x290)]=a74_0x5180bf(0x236),a74_0x357cc5['PUPPETEER_HUB_URL']='wss://cdp.browserstack.com/puppeteer?caps=',a74_0x357cc5[a74_0x5180bf(0x289)]=a74_0x564031,a74_0x357cc5[a74_0x5180bf(0x243)]=['jest',a74_0x5180bf(0x1bd)],a74_0x357cc5[a74_0x5180bf(0x210)]=a74_0x188eaa,a74_0x357cc5['AUTOLOGCAPTURE_NOTIFICATION']=a74_0x5180bf(0x220),a74_0x357cc5[a74_0x5180bf(0x287)]=a74_0xd074da,a74_0x357cc5[a74_0x5180bf(0x1d8)]=0x40*0x400,a74_0x357cc5[a74_0x5180bf(0x1af)]='...[TRUNCATED]',a74_0x357cc5['TEST_FRAMEWORK_HOOK_TIMEOUT']=a74_0x385a1a,a74_0x357cc5[a74_0x5180bf(0x1cc)]=a74_0x14c9fe,a74_0x357cc5[a74_0x5180bf(0x23d)]=a74_0x578f80,a74_0x357cc5[a74_0x5180bf(0x1a5)]=a74_0x5180bf(0x1c8),a74_0x357cc5[a74_0x5180bf(0x282)]=a74_0x5180bf(0x1a8),a74_0x357cc5['DEBUG_CLI_LOG_FILE_NAME']=a74_0x5180bf(0x1ca),a74_0x357cc5[a74_0x5180bf(0x298)]='browserstack.com',a74_0x357cc5['BSTACK_ATS_URL']=a74_0x5180bf(0x278),a74_0x357cc5[a74_0x5180bf(0x1b8)]=a74_0x5180bf(0x21d),a74_0x357cc5[a74_0x5180bf(0x277)]=a74_0x5180bf(0x1ef),a74_0x357cc5[a74_0x5180bf(0x237)]=a74_0x5180bf(0x1aa),a74_0x357cc5[a74_0x5180bf(0x24d)]=[a74_0x5180bf(0x1a9),a74_0x5180bf(0x1ac),'jest',a74_0x5180bf(0x1a4),'testcafe',a74_0x5180bf(0x23b),a74_0x5180bf(0x270)],a74_0x357cc5['AUTOMATION_LOG_COMMANDS']=[a74_0x5180bf(0x1f1),a74_0x5180bf(0x252),a74_0x5180bf(0x238),a74_0x5180bf(0x20b),a74_0x5180bf(0x1cd),a74_0x5180bf(0x1eb)],a74_0x357cc5[a74_0x5180bf(0x1ab)]='PLAYWRIGHT_TRACE_LOGS',a74_0x357cc5[a74_0x5180bf(0x22b)]=a74_0x5a9370,a74_0x357cc5[a74_0x5180bf(0x25a)]=[a74_0x5180bf(0x21e),'unable\x20to\x20verify\x20the\x20first\x20certificate',a74_0x5180bf(0x293),a74_0x5180bf(0x28c),a74_0x5180bf(0x22d),a74_0x5180bf(0x280)],a74_0x357cc5[a74_0x5180bf(0x294)]=[a74_0x5180bf(0x1e1),a74_0x5180bf(0x280),a74_0x5180bf(0x27f),a74_0x5180bf(0x1d5),a74_0x5180bf(0x22d),a74_0x5180bf(0x1cb)],a74_0x357cc5[a74_0x5180bf(0x216)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a74_0x357cc5[a74_0x5180bf(0x288)]=a74_0x3a51f1,a74_0x357cc5[a74_0x5180bf(0x292)]=[a74_0x5180bf(0x1ba),a74_0x5180bf(0x254),'USER_CONFIG_DETAILS_PATH'],a74_0x357cc5['BINARY_BUSY_ERROR_CODES']=['ETXTBSY',a74_0x5180bf(0x28f)],a74_0x357cc5[a74_0x5180bf(0x291)]=0x3,a74_0x357cc5[a74_0x5180bf(0x29d)]=0x3e8,a74_0x357cc5[a74_0x5180bf(0x264)]=0x1f40,a74_0x357cc5[a74_0x5180bf(0x25b)]=a74_0x1bc46b,module['exports']=a74_0x357cc5;const _env=(process[a74_0x5180bf(0x253)]['BROWSERSTACK_ENV']||a74_0x5180bf(0x24b))['toLowerCase']();if(_env===a74_0x5180bf(0x27d)||_env===a74_0x5180bf(0x201)){const zuhvFm=a74_0x5180bf(0x1ae)[a74_0x5180bf(0x1c5)]('|');let MHhpNd=0x0;while(!![]){switch(zuhvFm[MHhpNd++]){case'0':module[a74_0x5180bf(0x1fa)]['EDS_URL']=a74_0x5180bf(0x1e2);continue;case'1':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x298)]='bsstag.com';continue;case'2':module['exports'][a74_0x5180bf(0x218)]=a74_0x5180bf(0x1de);continue;case'3':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x1b8)]=a74_0x5180bf(0x265);continue;case'4':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x244)]=a74_0x5180bf(0x1bc);continue;case'5':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x1df)]='https://hub-devtestops.bsstag.com/wd/hub';continue;case'6':module['exports'][a74_0x5180bf(0x296)]='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'7':module['exports'][a74_0x5180bf(0x27b)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x290)]=a74_0x5180bf(0x24c);continue;case'9':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x1b7)]=a74_0x5180bf(0x212);continue;case'10':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x237)]=a74_0x5180bf(0x245);continue;case'11':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x257)]=a74_0x5180bf(0x299);continue;case'12':module[a74_0x5180bf(0x1fa)]['APP_UPLOAD_URL']='https://api-cloud-devtestops.bsstag.com';continue;}break;}}else{if(_env===a74_0x5180bf(0x27e)||_env===a74_0x5180bf(0x1e4)){const KGLqTf='12|7|0|6|4|5|10|2|3|1|11|9|8'[a74_0x5180bf(0x1c5)]('|');let qHFQCQ=0x0;while(!![]){switch(KGLqTf[qHFQCQ++]){case'0':module['exports'][a74_0x5180bf(0x27b)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'1':module['exports'][a74_0x5180bf(0x1b8)]=a74_0x5180bf(0x276);continue;case'2':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x244)]=a74_0x5180bf(0x249);continue;case'3':module['exports'][a74_0x5180bf(0x298)]='bsstag.com';continue;case'4':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x1b7)]=a74_0x5180bf(0x27a);continue;case'5':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x26b)]=a74_0x5180bf(0x1b9);continue;case'6':module['exports'][a74_0x5180bf(0x218)]=a74_0x5180bf(0x229);continue;case'7':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x257)]=a74_0x5180bf(0x1b9);continue;case'8':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x237)]=a74_0x5180bf(0x245);continue;case'9':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x262)]='https://edsstaging.bsstag.com';continue;case'10':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x290)]=a74_0x5180bf(0x266);continue;case'11':module['exports'][a74_0x5180bf(0x296)]=a74_0x5180bf(0x1fd);continue;case'12':module['exports'][a74_0x5180bf(0x1df)]=a74_0x5180bf(0x286);continue;}break;}}}
|
|
1
|
+
const a75_0x4703d7=a75_0x328f;(function(_0x2dc869,_0x2cad5a){const _0x77bc2b=a75_0x328f,_0x1a721d=_0x2dc869();while(!![]){try{const _0x49412a=parseInt(_0x77bc2b(0x16d))/0x1+-parseInt(_0x77bc2b(0xfa))/0x2+parseInt(_0x77bc2b(0xbd))/0x3+parseInt(_0x77bc2b(0x199))/0x4*(-parseInt(_0x77bc2b(0xcd))/0x5)+-parseInt(_0x77bc2b(0xf4))/0x6+-parseInt(_0x77bc2b(0x13a))/0x7+-parseInt(_0x77bc2b(0x11e))/0x8*(-parseInt(_0x77bc2b(0xf6))/0x9);if(_0x49412a===_0x2cad5a)break;else _0x1a721d['push'](_0x1a721d['shift']());}catch(_0x561d6a){_0x1a721d['push'](_0x1a721d['shift']());}}}(a75_0x136d,0x606fd));const a75_0x1a938f={};a75_0x1a938f[a75_0x4703d7(0x19f)]=a75_0x4703d7(0x171),a75_0x1a938f[a75_0x4703d7(0xe7)]=a75_0x4703d7(0x145);const a75_0x1800d2={};a75_0x1800d2[a75_0x4703d7(0x19f)]='Run\x20jest\x20tests\x20on\x20browserstack';const a75_0x107adf={};a75_0x107adf[a75_0x4703d7(0x19f)]=a75_0x4703d7(0x159);const a75_0x15933d={};a75_0x15933d[a75_0x4703d7(0x19f)]=a75_0x4703d7(0xd0);const a75_0x2899c1={};a75_0x2899c1['INFO']='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a75_0x1f517c={};a75_0x1f517c['INFO']='Run\x20js\x20tests\x20on\x20browserstack';const a75_0x29b3ae={};function a75_0x328f(_0x11590d,_0x469b6f){const _0x136d56=a75_0x136d();return a75_0x328f=function(_0x328f2f,_0x311dac){_0x328f2f=_0x328f2f-0xbb;let _0xd03975=_0x136d56[_0x328f2f];return _0xd03975;},a75_0x328f(_0x11590d,_0x469b6f);}a75_0x29b3ae['INFO']=a75_0x4703d7(0x175);const a75_0x55daf7={};a75_0x55daf7[a75_0x4703d7(0x19f)]=a75_0x4703d7(0x1a7);const a75_0x2fc7a3={};a75_0x2fc7a3['INFO']=a75_0x4703d7(0x139);const a75_0x1d73d4={};a75_0x1d73d4[a75_0x4703d7(0x19f)]=a75_0x4703d7(0x112);const a75_0x280dd4={};a75_0x280dd4[a75_0x4703d7(0x19f)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a75_0x469a84={};a75_0x469a84[a75_0x4703d7(0x19f)]='Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability';const a75_0x100230={};a75_0x100230['INFO']='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a75_0x2566fc={};a75_0x2566fc[a75_0x4703d7(0x19f)]=a75_0x4703d7(0x196);const a75_0x4fb15d={};a75_0x4fb15d[a75_0x4703d7(0x1b0)]=null,a75_0x4fb15d[a75_0x4703d7(0x120)]=0xe,a75_0x4fb15d['maxTestedMajor']=0x1a;const a75_0x17f502={};a75_0x17f502[a75_0x4703d7(0x109)]=a75_0x4703d7(0xc7),a75_0x17f502['MOCHA']=a75_0x4703d7(0xc2),a75_0x17f502[a75_0x4703d7(0x10f)]=a75_0x4703d7(0x166),a75_0x17f502[a75_0x4703d7(0x1a2)]=a75_0x4703d7(0x1b3),a75_0x17f502[a75_0x4703d7(0x136)]=a75_0x4703d7(0x118),a75_0x17f502[a75_0x4703d7(0xd8)]=a75_0x4703d7(0xd3),a75_0x17f502[a75_0x4703d7(0x158)]=a75_0x4703d7(0xf7),a75_0x17f502['PUPPETEER']='puppeteer',a75_0x17f502['TESTCAFE']=a75_0x4703d7(0xc6),a75_0x17f502[a75_0x4703d7(0x162)]=a75_0x4703d7(0x116),a75_0x17f502[a75_0x4703d7(0xeb)]=a75_0x4703d7(0xf0),a75_0x17f502[a75_0x4703d7(0xbc)]='node-generic';const a75_0x1cfd90={};a75_0x1cfd90[a75_0x4703d7(0x12a)]=a75_0x4703d7(0x197),a75_0x1cfd90[a75_0x4703d7(0x134)]=a75_0x4703d7(0x179),a75_0x1cfd90[a75_0x4703d7(0x16a)]=a75_0x4703d7(0x19b),a75_0x1cfd90[a75_0x4703d7(0xe3)]=a75_0x4703d7(0x180);const a75_0x1c9b37={};a75_0x1c9b37[a75_0x4703d7(0x11d)]='commonjs',a75_0x1c9b37[a75_0x4703d7(0x181)]=a75_0x4703d7(0x1a6);const a75_0x37d23f={};a75_0x37d23f[a75_0x4703d7(0xdb)]=0xfde8,a75_0x37d23f[a75_0x4703d7(0xbf)]=0xfde8,a75_0x37d23f[a75_0x4703d7(0xe9)]=0x186a0;const a75_0x348ec6={};a75_0x348ec6[a75_0x4703d7(0x12d)]=[a75_0x4703d7(0xc8),a75_0x4703d7(0xe6),a75_0x4703d7(0x140),a75_0x4703d7(0x18f),a75_0x4703d7(0x15d),'browserstack.key',a75_0x4703d7(0xc9),a75_0x4703d7(0x141),a75_0x4703d7(0x16c),a75_0x4703d7(0x173),a75_0x4703d7(0x182),a75_0x4703d7(0x184),a75_0x4703d7(0x168),a75_0x4703d7(0xe8),a75_0x4703d7(0x117)],a75_0x348ec6[a75_0x4703d7(0xc4)]=[a75_0x4703d7(0xf1),a75_0x4703d7(0x1a8),'localProxyUser','localProxyPass'];const a75_0x2a80b3={};a75_0x2a80b3[a75_0x4703d7(0xe1)]='browserstackLocal',a75_0x2a80b3['browserStackLocalOptions']=a75_0x4703d7(0xc4),a75_0x2a80b3['localOptions']=a75_0x4703d7(0xc4),a75_0x2a80b3[a75_0x4703d7(0x1b7)]=a75_0x4703d7(0x1b7),a75_0x2a80b3[a75_0x4703d7(0x144)]='platforms',a75_0x2a80b3[a75_0x4703d7(0x143)]=a75_0x4703d7(0x143),a75_0x2a80b3[a75_0x4703d7(0x16c)]=a75_0x4703d7(0x16c),a75_0x2a80b3[a75_0x4703d7(0x173)]=a75_0x4703d7(0x173),a75_0x2a80b3[a75_0x4703d7(0x125)]='framework',a75_0x2a80b3[a75_0x4703d7(0x176)]=a75_0x4703d7(0x176),a75_0x2a80b3[a75_0x4703d7(0x17a)]=a75_0x4703d7(0x17a),a75_0x2a80b3[a75_0x4703d7(0xe5)]='testReporting',a75_0x2a80b3[a75_0x4703d7(0x105)]=a75_0x4703d7(0x105),a75_0x2a80b3[a75_0x4703d7(0xd9)]='testReportingOptions',a75_0x2a80b3[a75_0x4703d7(0x182)]=a75_0x4703d7(0x182),a75_0x2a80b3[a75_0x4703d7(0x100)]=a75_0x4703d7(0xfb),a75_0x2a80b3[a75_0x4703d7(0xfb)]=a75_0x4703d7(0xfb),a75_0x2a80b3[a75_0x4703d7(0x10b)]=a75_0x4703d7(0x10b),a75_0x2a80b3['percy']=a75_0x4703d7(0x170),a75_0x2a80b3[a75_0x4703d7(0x19d)]=a75_0x4703d7(0x19d),a75_0x2a80b3[a75_0x4703d7(0xe2)]=a75_0x4703d7(0xe2),a75_0x2a80b3[a75_0x4703d7(0x129)]=a75_0x4703d7(0x129),a75_0x2a80b3[a75_0x4703d7(0xcb)]=a75_0x4703d7(0xcb),a75_0x2a80b3[a75_0x4703d7(0x198)]=a75_0x4703d7(0x198),a75_0x2a80b3[a75_0x4703d7(0x10d)]=a75_0x4703d7(0x10d),a75_0x2a80b3[a75_0x4703d7(0x115)]=a75_0x4703d7(0x115),a75_0x2a80b3[a75_0x4703d7(0xdd)]=a75_0x4703d7(0xdd),a75_0x2a80b3[a75_0x4703d7(0x14b)]=a75_0x4703d7(0x14b);const a75_0x1fdcbc={};a75_0x1fdcbc[a75_0x4703d7(0xf9)]=a75_0x4703d7(0x142),a75_0x1fdcbc[a75_0x4703d7(0x148)]=a75_0x4703d7(0x14e),a75_0x1fdcbc['us']=a75_0x4703d7(0x1ab),a75_0x1fdcbc['eu']='hub-eu-only.browserstack.com',a75_0x1fdcbc['in']='hub-aps-only.browserstack.com',a75_0x1fdcbc['au']=a75_0x4703d7(0x18a);const a75_0x2912e7={};a75_0x2912e7['.browserstack\x20folder\x20not\x20accessible']=[a75_0x4703d7(0x10e),a75_0x4703d7(0xfc)];const a75_0x3f2c9b={};function a75_0x136d(){const _0x21181a=['BROWSERSTACK_AUTOMATE_URL','VERSION','4366002BjLrXq','PUPPETEER_HUB_URL','5259348jHnzfP','vanilla','node-generic','default','65604YDNqJg','browserstackAutomation','[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.','self\x20signed\x20certificate','ROOT_REGEX','ERR_SOCKET_NOT_CONNECTED','automation','env','TESTCAFE','exports','ERR_NETWORK_CHANGED','testObservabilityOptions','PERCY_SUPPORTED_FRAMEWORKS','BROWSERSTACK_APP_AUTOMATE_URL','ERR_CONNECTION_ABORTED','PLAYWRIGHT','ObservabilitySync','rerunTests','TEST_FRAMEWORK_HOOK_TIMEOUT','turboScale','SDK-GEN-001','JEST','https://automation-preprod.bsstag.com','pre-prod','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','https://automation.browserstack.com','ERR_CONNECTION_REFUSED','turboScaleOptions','newman','browserstack.overridelocalInfo.userAuthToken','codeceptjs-cucumber','PLAYWRIGHT_CONFIG_OPTION_ERRORS','SIGNAL_EXIT_CODES','https://apidevtestops.bsstag.com','prod','COMMONJS','8DjPpbv','SDK_INSTRUMENTATION_CONFIG','minTestedMajor','DEBUG_LOG_FILE_NAME','/usage-debug.log','AUTOMATION_LOG_COMMANDS','ATS_WSS_URL_REGEX','framework','UNABLE_TO_VERIFY_LEAF_SIGNATURE','chromeOptions','stag','disableAutoCaptureLogs','invalidKeys','https://hub.browserstack.com/wd/hub','0|8|9|6|4|10|12|7|5|3|1|11|2','root','MAX_DRIVER_INIT_ERROR_BYTES','PLAYWRIGHT_HUB_URL','ieOptions','bsstag.com','DEPTH_ZERO_SELF_SIGNED_CERT','GLOBAL_AGENT_HTTP_PROXY','uniqueDependency','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','CODECEPT_CUCUMBER','DEBUG_CLI_LOG_FILE_NAME','.apk','Run\x20testcafe\x20tests\x20on\x20browserstack','1841168TkhAZd','HUB_URL_REGEX','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','firefoxOptions','UPDATED_CLI_ENDPOINT','AUTOMATE','browserstack.userName','user_data','hub.browserstack.com','logLevel','platforms','Specify\x20--help\x20for\x20available\x20options','AUTOMATE_PRODUCTS','A11Y_SAVE_RESULTS','us-east','preprod','A11Y_SCAN','testOrchestrationOptions','https://hub-devtestops.bsstag.com/wd/hub','https://upload-observability-preprod.bsstag.com','hub-use-only.browserstack.com','acceptSslCert','APP_AUTOMATE_PRODUCTS','https://automate-preprod.bsstag.com/dashboard/v2/builds/','HST','7|8|10|1|6|4|0|5|12|3|9|2|11','AUTOLOGCAPTURE_NOTIFICATION','observability','NIGHTWATCH','CERT_HAS_EXPIRED','VANILLA','Run\x20jasmine\x20tests\x20on\x20browserstack','FRAMEWORKS','BROWSERSTACK_ENV','PACKAGE_TYPE','browserstack.user','BROWSERSTACK_API_URL','ROOT_CAPS','ERR_CONNECTION_FAILED','ATS_HUB_URL_REGEX','NEWMAN','https://api-cloud.browserstack.com','LT_SUPPORTED_NODE','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','jest','browserVersion','authToken','toLowerCase','mandatoryDependency','automate','httpProxy','460519aDZJZS','ETXTBSY','.ipa','percy','shows\x20version\x20information','BSTACK_DELTA','httpsProxy','USER_CONFIG_DETAILS_PATH','Run\x20nightwatch\x20tests\x20on\x20browserstack','testContextOptions','https://upload-observability-devtestops-ssi.bsstag.com','hubUrl','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','testObservability','browserName','MAX_GIT_META_DATA_SIZE_IN_BYTES','https://app-automate.browserstack.com/dashboard/v2/builds/','https://edsstaging.bsstag.com','VALID_APP_EXTENSION','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','MODULE','customVariables','BROWSERSTACK','proxyPassword','INTEGRATIONS','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','edgeOptions','https://api.browserstack.com','REDACTED_KEYS','hub-apse-only.browserstack.com','MOCHA','ERR_TLS_CERT_ALTNAME_INVALID','CONNECTIVITY_ISSUE_ERROR_CODES','pageLoadStrategy','browserstack.accessKey','ERR_SOCKS_CONNECTION_FAILED','unable\x20to\x20verify\x20the\x20first\x20certificate','LOG_FILE_NAME','ERR_NAME_NOT_RESOLVED','.aab','CODECEPTJS','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','accessibilityOptions','13752zlVbuu','BSTACK_URL','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://hub-preprod.bsstag.com/wd/hub','percyOptions','PUPPETEER','INFO','^[a-zA-Z0-9_.-]*$','ERR_CONNECTION_RESET','CODECEPT','ERR_CONNECTION_CLOSED','./browserstack-artifacts/','PLAYWRIGHT_TRACE_LOGS','module','Run\x20playwright\x20tests\x20on\x20Browserstack','proxyPass','APP_AUTOMATE','BSTACK_ATS_URL','hub-us-only.browserstack.com','wss://cdp-devtestops.bsstag.com/playwright?caps=','bsstag','EDS_URL','O11Y_URL','hardMinMajor','wss://cdp-preprod.bsstag.com/puppeteer?caps=','acceptSslCerts','codeceptjs','strictFileInteractability','split','app-automate','parallelsPerPlatform','HUB_URL_MAP','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','NODE_GENERIC','1131135SUJPRb','SPAWN_RETRY_DELAY_MS','Cucumber-JS','APP_UPLOAD_URL','https://automate.browserstack.com/dashboard/v2/builds/','mocha','PRIVATE_DOMAIN_OR_IP_REGEX','browserStackLocalOptions','timeouts','testcafe','Playwright','userName','password','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','accessibility','sdk/v1/update_cli','5SpQlAq','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_NAME_RESOLUTION_FAILED','Run\x20mocha\x20tests\x20on\x20browserstack','SIGINT','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','cucumber','SSL_ERROR_MESSAGES','OBSERVABILITY_UPLOAD_URL','OBSERVABILITY_SUPPORTED_FWS','A11Y_GET_RESULTS','CUCUMBER','testReportingOptions','sdk-cli-debug.log','Mocha','MAX_SPAWN_RETRIES','proxySettings','SSL_ERROR_CODES','GIT_META_DATA_TRUNCATED','https://eds.browserstack.com','browserstackLocal','percyCaptureMode','invalidTestInputType','acceptInsecureCerts','testReporting','accessKey','HELP','proxyUrl','Jest','EBUSY','JASMINE','unhandledPromptBehavior','SHAREABLE_ID_REGEX','CI_ARTIFACTS_PATH','GLOBAL_AGENT_NO_PROXY','jasmine','proxyUser'];a75_0x136d=function(){return _0x21181a;};return a75_0x136d();}a75_0x3f2c9b['SIGHUP']=0x1,a75_0x3f2c9b[a75_0x4703d7(0xd1)]=0x2,a75_0x3f2c9b['SIGQUIT']=0x3,a75_0x3f2c9b['SIGABRT']=0x6,a75_0x3f2c9b['SIGTERM']=0xf,a75_0x3f2c9b['SIGBREAK']=0x15;const a75_0x3dd99f={};a75_0x3dd99f[a75_0x4703d7(0xf3)]=a75_0x1a938f,a75_0x3dd99f[a75_0x4703d7(0x10f)]=a75_0x1800d2,a75_0x3dd99f['JASMINE']=a75_0x107adf,a75_0x3dd99f[a75_0x4703d7(0x18b)]=a75_0x15933d,a75_0x3dd99f[a75_0x4703d7(0xd8)]=a75_0x2899c1,a75_0x3dd99f[a75_0x4703d7(0x158)]=a75_0x1f517c,a75_0x3dd99f[a75_0x4703d7(0x156)]=a75_0x29b3ae,a75_0x3dd99f[a75_0x4703d7(0x109)]=a75_0x55daf7,a75_0x3dd99f[a75_0x4703d7(0x102)]=a75_0x2fc7a3,a75_0x3dd99f[a75_0x4703d7(0x19e)]=a75_0x1d73d4,a75_0x3dd99f[a75_0x4703d7(0x195)]=a75_0x280dd4,a75_0x3dd99f[a75_0x4703d7(0x162)]=a75_0x469a84,a75_0x3dd99f[a75_0x4703d7(0x152)]=a75_0x100230,a75_0x3dd99f[a75_0x4703d7(0x185)]=a75_0x2566fc,a75_0x3dd99f[a75_0x4703d7(0x172)]=0x8*0x3c*0x3e8,a75_0x3dd99f[a75_0x4703d7(0x178)]=a75_0x4703d7(0x12b),a75_0x3dd99f['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a75_0x3dd99f[a75_0x4703d7(0x161)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a75_0x3dd99f[a75_0x4703d7(0x124)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a75_0x3dd99f[a75_0x4703d7(0x15f)]=[a75_0x4703d7(0xe4),a75_0x4703d7(0x18e),a75_0x4703d7(0x1b4),a75_0x4703d7(0xec),a75_0x4703d7(0xc5),a75_0x4703d7(0x17b),a75_0x4703d7(0x167),a75_0x4703d7(0x1b2),a75_0x4703d7(0x14f),a75_0x4703d7(0x127),a75_0x4703d7(0x13d),a75_0x4703d7(0x187),a75_0x4703d7(0x130)],a75_0x3dd99f[a75_0x4703d7(0xfe)]=/^[\w-]+:.*$/,a75_0x3dd99f[a75_0x4703d7(0xc3)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a75_0x3dd99f[a75_0x4703d7(0x1ae)]=a75_0x4703d7(0xe0),a75_0x3dd99f[a75_0x4703d7(0x15e)]=a75_0x4703d7(0x188),a75_0x3dd99f[a75_0x4703d7(0xc0)]=a75_0x4703d7(0x163),a75_0x3dd99f[a75_0x4703d7(0x13e)]=a75_0x4703d7(0xcc),a75_0x3dd99f[a75_0x4703d7(0x164)]=a75_0x4fb15d,a75_0x3dd99f['FUNNEL_INSTRUMENTATION_API_URL']='sdk/v1/event',a75_0x3dd99f[a75_0x4703d7(0x146)]=[a75_0x4703d7(0x16b),a75_0x4703d7(0x155)],a75_0x3dd99f[a75_0x4703d7(0x150)]=[a75_0x4703d7(0x1b6),a75_0x4703d7(0x155)],a75_0x3dd99f[a75_0x4703d7(0x165)]=[a75_0x4703d7(0x155)],a75_0x3dd99f[a75_0x4703d7(0xd5)]='https://upload-observability.browserstack.com',a75_0x3dd99f[a75_0x4703d7(0xd6)]=[a75_0x4703d7(0xc2),a75_0x4703d7(0xc7),a75_0x4703d7(0xc6),a75_0x4703d7(0xf0)],a75_0x3dd99f[a75_0x4703d7(0x13f)]=[a75_0x4703d7(0x16b)],a75_0x3dd99f['BROWSERSTACK_AUTOMATE_URL']=a75_0x4703d7(0xc1),a75_0x3dd99f[a75_0x4703d7(0x107)]=a75_0x4703d7(0x17d),a75_0x3dd99f[a75_0x4703d7(0x1a9)]=[a75_0x4703d7(0x1b6)],a75_0x3dd99f['NUDGE_LOCAL_ERRORS']=['ERR_FAILED','ERR_TIMED_OUT','ERR_BLOCKED_BY_CLIENT',a75_0x4703d7(0x104),a75_0x4703d7(0xff),a75_0x4703d7(0x1a3),a75_0x4703d7(0x1a1),a75_0x4703d7(0x114),a75_0x4703d7(0x108),a75_0x4703d7(0x160),'ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID','ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED','ERR_CONNECTION_TIMED_OUT',a75_0x4703d7(0x190),a75_0x4703d7(0xce),'ERR_PROXY_CONNECTION_FAILED',a75_0x4703d7(0x193),a75_0x4703d7(0xcf),a75_0x4703d7(0x186)],a75_0x3dd99f[a75_0x4703d7(0x17f)]=[a75_0x4703d7(0x138),a75_0x4703d7(0x194),a75_0x4703d7(0x16f)],a75_0x3dd99f['CUSTOM_ID_REGEX']=a75_0x4703d7(0x1a0),a75_0x3dd99f[a75_0x4703d7(0xed)]=a75_0x4703d7(0xd2),a75_0x3dd99f[a75_0x4703d7(0xee)]=a75_0x4703d7(0x1a4),a75_0x3dd99f[a75_0x4703d7(0x12f)]='wss://cdp.browserstack.com/playwright?caps=',a75_0x3dd99f['PUPPETEER_HUB_URL']='wss://cdp.browserstack.com/puppeteer?caps=',a75_0x3dd99f[a75_0x4703d7(0x15a)]=a75_0x17f502,a75_0x3dd99f[a75_0x4703d7(0x106)]=[a75_0x4703d7(0x166),a75_0x4703d7(0xc2)],a75_0x3dd99f[a75_0x4703d7(0x119)]=a75_0x1cfd90,a75_0x3dd99f[a75_0x4703d7(0x154)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a75_0x3dd99f[a75_0x4703d7(0x15c)]=a75_0x1c9b37,a75_0x3dd99f[a75_0x4703d7(0x17c)]=0x40*0x400,a75_0x3dd99f[a75_0x4703d7(0xdf)]='...[TRUNCATED]',a75_0x3dd99f[a75_0x4703d7(0x10c)]=a75_0x37d23f,a75_0x3dd99f[a75_0x4703d7(0x189)]=a75_0x348ec6,a75_0x3dd99f[a75_0x4703d7(0x11f)]=a75_0x2a80b3,a75_0x3dd99f[a75_0x4703d7(0x192)]='/usage.log',a75_0x3dd99f[a75_0x4703d7(0x121)]=a75_0x4703d7(0x122),a75_0x3dd99f[a75_0x4703d7(0x137)]=a75_0x4703d7(0xda),a75_0x3dd99f['BSTACK_URL']='browserstack.com',a75_0x3dd99f[a75_0x4703d7(0x1aa)]='browserstack-ats.com',a75_0x3dd99f[a75_0x4703d7(0x1af)]=a75_0x4703d7(0x113),a75_0x3dd99f['TEST_REPORTING_ANALYTICS']='TEST\x20REPORTING\x20AND\x20ANALYTICS',a75_0x3dd99f[a75_0x4703d7(0x183)]='browserstack',a75_0x3dd99f['CLI_SUPPORTED_FRAMEWORKS']=['playwright',a75_0x4703d7(0xd3),a75_0x4703d7(0x166),'puppeteer',a75_0x4703d7(0xc6),'newman',a75_0x4703d7(0xf8)],a75_0x3dd99f[a75_0x4703d7(0x123)]=[a75_0x4703d7(0x14a),'A11Y_GET_RESULTS_SUMMARY',a75_0x4703d7(0xd7),a75_0x4703d7(0x147),'percyScreenshot',a75_0x4703d7(0x10a)],a75_0x3dd99f[a75_0x4703d7(0x1a5)]='PLAYWRIGHT_TRACE_LOGS',a75_0x3dd99f[a75_0x4703d7(0x1b8)]=a75_0x1fdcbc,a75_0x3dd99f[a75_0x4703d7(0xd4)]=[a75_0x4703d7(0xfd),a75_0x4703d7(0x191),'certificate\x20has\x20expired','unable\x20to\x20get\x20local\x20issuer\x20certificate',a75_0x4703d7(0x18c),a75_0x4703d7(0x132)],a75_0x3dd99f[a75_0x4703d7(0xde)]=['SELF_SIGNED_CERT_IN_CHAIN',a75_0x4703d7(0x132),a75_0x4703d7(0x126),a75_0x4703d7(0x157),a75_0x4703d7(0x18c),'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a75_0x3dd99f[a75_0x4703d7(0x18d)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a75_0x3dd99f['CLIENT_TROUBLESHOOTING_HASH']=a75_0x2912e7,a75_0x3dd99f['INTERNALLY_USED_ENV_VARS']=[a75_0x4703d7(0x133),a75_0x4703d7(0xef),a75_0x4703d7(0x174)],a75_0x3dd99f['BINARY_BUSY_ERROR_CODES']=[a75_0x4703d7(0x16e),a75_0x4703d7(0xea)],a75_0x3dd99f[a75_0x4703d7(0xdc)]=0x3,a75_0x3dd99f[a75_0x4703d7(0xbe)]=0x3e8,a75_0x3dd99f[a75_0x4703d7(0x12e)]=0x1f40,a75_0x3dd99f[a75_0x4703d7(0x11a)]=a75_0x3f2c9b,module['exports']=a75_0x3dd99f;const _env=(process[a75_0x4703d7(0x101)][a75_0x4703d7(0x15b)]||a75_0x4703d7(0x11c))[a75_0x4703d7(0x169)]();if(_env==='staging'||_env===a75_0x4703d7(0x128)){const zTDAuu=a75_0x4703d7(0x153)['split']('|');let gwQhya=0x0;while(!![]){switch(zTDAuu[gwQhya++]){case'0':module[a75_0x4703d7(0x103)]['PLAYWRIGHT_HUB_URL']=a75_0x4703d7(0x1ac);continue;case'1':module['exports'][a75_0x4703d7(0xf2)]=a75_0x4703d7(0xca);continue;case'2':module['exports'][a75_0x4703d7(0x1ae)]=a75_0x4703d7(0x17e);continue;case'3':module['exports'][a75_0x4703d7(0x1af)]='https://observability-devtestops.bsstag.com';continue;case'4':module[a75_0x4703d7(0x103)]['APP_UPLOAD_URL']='https://api-cloud-devtestops.bsstag.com';continue;case'5':module['exports'][a75_0x4703d7(0xf5)]=a75_0x4703d7(0xbb);continue;case'6':module[a75_0x4703d7(0x103)][a75_0x4703d7(0x107)]=a75_0x4703d7(0x13c);continue;case'7':module[a75_0x4703d7(0x103)][a75_0x4703d7(0x178)]=a75_0x4703d7(0x14c);continue;case'8':module[a75_0x4703d7(0x103)][a75_0x4703d7(0x15e)]=a75_0x4703d7(0x11b);continue;case'9':module[a75_0x4703d7(0x103)][a75_0x4703d7(0xd5)]=a75_0x4703d7(0x177);continue;case'10':module['exports']['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'11':module[a75_0x4703d7(0x103)]['BROWSERSTACK']=a75_0x4703d7(0x1ad);continue;case'12':module[a75_0x4703d7(0x103)][a75_0x4703d7(0x19a)]=a75_0x4703d7(0x131);continue;}break;}}else{if(_env===a75_0x4703d7(0x149)||_env===a75_0x4703d7(0x111)){const lkdmun=a75_0x4703d7(0x12c)[a75_0x4703d7(0x1b5)]('|');let DezBFw=0x0;while(!![]){switch(lkdmun[DezBFw++]){case'0':module[a75_0x4703d7(0x103)][a75_0x4703d7(0x178)]=a75_0x4703d7(0x19c);continue;case'1':module[a75_0x4703d7(0x103)][a75_0x4703d7(0xd5)]=a75_0x4703d7(0x14d);continue;case'2':module[a75_0x4703d7(0x103)]['BROWSERSTACK']=a75_0x4703d7(0x1ad);continue;case'3':module[a75_0x4703d7(0x103)][a75_0x4703d7(0x1af)]=a75_0x4703d7(0x110);continue;case'4':module['exports']['BROWSERSTACK_APP_AUTOMATE_URL']=a75_0x4703d7(0x135);continue;case'5':module[a75_0x4703d7(0x103)]['BSTACK_URL']=a75_0x4703d7(0x131);continue;case'6':module[a75_0x4703d7(0x103)][a75_0x4703d7(0xf2)]=a75_0x4703d7(0x151);continue;case'7':module[a75_0x4703d7(0x103)][a75_0x4703d7(0xf5)]=a75_0x4703d7(0x1b1);continue;case'8':module[a75_0x4703d7(0x103)]['BROWSERSTACK_API_URL']='https://api-preprod.bsstag.com';continue;case'9':module['exports'][a75_0x4703d7(0x13b)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'10':module[a75_0x4703d7(0x103)][a75_0x4703d7(0xc0)]='https://api-preprod.bsstag.com';continue;case'11':module[a75_0x4703d7(0x103)][a75_0x4703d7(0x1ae)]=a75_0x4703d7(0x17e);continue;case'12':module['exports'][a75_0x4703d7(0x12f)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;}break;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x510405,_0x3d577c){const _0x13c871=a76_0x4ccc,_0x39acfe=_0x510405();while(!![]){try{const _0x4bd40b=parseInt(_0x13c871(0x1c7))/0x1+parseInt(_0x13c871(0x1bc))/0x2+parseInt(_0x13c871(0x1c0))/0x3*(parseInt(_0x13c871(0x1bd))/0x4)+-parseInt(_0x13c871(0x1be))/0x5*(parseInt(_0x13c871(0x1ba))/0x6)+-parseInt(_0x13c871(0x1bb))/0x7+parseInt(_0x13c871(0x1c2))/0x8*(parseInt(_0x13c871(0x1b8))/0x9)+-parseInt(_0x13c871(0x1c1))/0xa;if(_0x4bd40b===_0x3d577c)break;else _0x39acfe['push'](_0x39acfe['shift']());}catch(_0xeb106e){_0x39acfe['push'](_0x39acfe['shift']());}}}(a76_0x1911,0x4f2d8));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x45a474,_0x385473){return _0x238996=>{const _0x11c463=a76_0x4ccc;BSTestOpsLogger[_0x11c463(0x1c6)]({'level':_0x238996[_0x11c463(0x1b7)]?_0x238996['level'][_0x11c463(0x1b9)]:null,'message':_0x238996[_0x11c463(0x1c8)]?_0x238996['data'][_0x11c463(0x1c9)]('\x20'):null});};}function a76_0x1911(){const _0x2e2c43=['1187248pbkRSE','type','timezoneOffset','colouredLayout','log','506676JJBTnZ','data','join','level','36ucaNeJ','levelStr','6pMUFtf','2451183zeLece','932776byLyzn','4cddCZL','210085qoVIfu','layout','1789443EkAFiU','14466710uaVfFW'];a76_0x1911=function(){return _0x2e2c43;};return a76_0x1911();}function a76_0x4ccc(_0x1c82e0,_0x507f01){const _0x1911bc=a76_0x1911();return a76_0x4ccc=function(_0x4ccc44,_0x4a76b5){_0x4ccc44=_0x4ccc44-0x1b7;let _0x462144=_0x1911bc[_0x4ccc44];return _0x462144;},a76_0x4ccc(_0x1c82e0,_0x507f01);}exports['configure']=(_0x25d4d3,_0xb44eff)=>{const _0x521593=a76_0x4ccc,_0x399fb0={'OgFCV':function(_0x263232,_0x3c151e,_0x2b3d44){return _0x263232(_0x3c151e,_0x2b3d44);}};let _0xec3c7d=_0xb44eff[_0x521593(0x1c5)];return _0x25d4d3[_0x521593(0x1bf)]&&(_0xec3c7d=_0xb44eff['layout'](_0x25d4d3[_0x521593(0x1bf)][_0x521593(0x1c3)],_0x25d4d3['layout'])),_0x399fb0['OgFCV'](BSTestOpsLog4JSAppender,_0xec3c7d,_0x25d4d3[_0x521593(0x1c4)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a77_0x2691(){const _0x59b0c1=['42916ZVbcWc','INFO','828198sIswAt','LRDok','TRACE','477828HpLphJ','join','290176LqoVMM','exports','emit','TEST_LOG','ERROR','DEBUG','trace','error','bs:addLog:','pid','toISOString','info','816980VJVcUH','../../helpers/test-observability/constants','logToTestOps','181446mVfMUT','42ktYdxL','257512idtXIj','toLowerCase','log','WARN','debug'];a77_0x2691=function(){return _0x59b0c1;};return a77_0x2691();}const a77_0x31f26f=a77_0x25dc;(function(_0x3852b0,_0x352067){const _0x139864=a77_0x25dc,_0x4ffd77=_0x3852b0();while(!![]){try{const _0x1acb74=parseInt(_0x139864(0x1cd))/0x1+parseInt(_0x139864(0x1b7))/0x2+-parseInt(_0x139864(0x1bc))/0x3+-parseInt(_0x139864(0x1be))/0x4+-parseInt(_0x139864(0x1ca))/0x5+parseInt(_0x139864(0x1b9))/0x6+-parseInt(_0x139864(0x1ce))/0x7*(-parseInt(_0x139864(0x1cf))/0x8);if(_0x1acb74===_0x352067)break;else _0x4ffd77['push'](_0x4ffd77['shift']());}catch(_0x34b6b2){_0x4ffd77['push'](_0x4ffd77['shift']());}}}(a77_0x2691,0x21e67));function a77_0x25dc(_0x130ed7,_0x221888){const _0x2691c8=a77_0x2691();return a77_0x25dc=function(_0x25dc1a,_0x35e53c){_0x25dc1a=_0x25dc1a-0x1b3;let _0xf28b53=_0x2691c8[_0x25dc1a];return _0xf28b53;},a77_0x25dc(_0x130ed7,_0x221888);}const Transport=require('winston-transport'),{consoleHolder}=require(a77_0x31f26f(0x1cb)),a77_0x4c3ec9={};a77_0x4c3ec9[a77_0x31f26f(0x1b8)]='INFO',a77_0x4c3ec9[a77_0x31f26f(0x1c2)]=a77_0x31f26f(0x1c2),a77_0x4c3ec9[a77_0x31f26f(0x1c3)]=a77_0x31f26f(0x1c3),a77_0x4c3ec9['TRACE']='TRACE',a77_0x4c3ec9[a77_0x31f26f(0x1b5)]=a77_0x31f26f(0x1b5);const LOG_LEVELS=a77_0x4c3ec9;class logPatcher extends Transport{constructor(_0x2b3d5e){super(_0x2b3d5e);}[a77_0x31f26f(0x1cc)]=(_0x543ce1=LOG_LEVELS['INFO'],_0x2f48a4=[''])=>{const _0xdfbccd=a77_0x31f26f,_0x502d80={};_0x502d80['LRDok']=_0xdfbccd(0x1c1);const _0x2ab506=_0x502d80;consoleHolder[_0x543ce1[_0xdfbccd(0x1b3)]()](..._0x2f48a4),process[_0xdfbccd(0x1c0)](_0xdfbccd(0x1c6)+process[_0xdfbccd(0x1c7)],{'timestamp':new Date()[_0xdfbccd(0x1c8)](),'level':_0x543ce1['toUpperCase'](),'message':'\x22'+_0x2f48a4[_0xdfbccd(0x1bd)](',\x20')+'\x22','kind':_0x2ab506[_0xdfbccd(0x1ba)],'http_response':{}});};[a77_0x31f26f(0x1c4)]=(..._0x3a2697)=>{const _0x1ac46b=a77_0x31f26f;this[_0x1ac46b(0x1cc)](LOG_LEVELS[_0x1ac46b(0x1bb)],_0x3a2697);};[a77_0x31f26f(0x1b6)]=(..._0x3edd6f)=>{const _0xe399c1=a77_0x31f26f;this[_0xe399c1(0x1cc)](LOG_LEVELS[_0xe399c1(0x1c3)],_0x3edd6f);};[a77_0x31f26f(0x1c9)]=(..._0x182908)=>{const _0x23a4ef=a77_0x31f26f;this['logToTestOps'](LOG_LEVELS[_0x23a4ef(0x1b8)],_0x182908);};['warn']=(..._0x40992e)=>{const _0x264a79=a77_0x31f26f;this[_0x264a79(0x1cc)](LOG_LEVELS['WARN'],_0x40992e);};[a77_0x31f26f(0x1c5)]=(..._0x5f3b0b)=>{const _0x31a7c6=a77_0x31f26f;this[_0x31a7c6(0x1cc)](LOG_LEVELS[_0x31a7c6(0x1c2)],_0x5f3b0b);};[a77_0x31f26f(0x1b4)]=(..._0x3884c0)=>{const _0xdd7630=a77_0x31f26f;this[_0xdd7630(0x1cc)](LOG_LEVELS[_0xdd7630(0x1b8)],_0x3884c0);};};module[a77_0x31f26f(0x1bf)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a78_0x48affb=a78_0x16a3;(function(_0x43b730,_0x5d99e8){const _0x934ab3=a78_0x16a3,_0x34f66d=_0x43b730();while(!![]){try{const _0x583a8c=-parseInt(_0x934ab3(0xd9))/0x1+parseInt(_0x934ab3(0xc6))/0x2*(-parseInt(_0x934ab3(0xdb))/0x3)+parseInt(_0x934ab3(0xd3))/0x4*(parseInt(_0x934ab3(0xca))/0x5)+parseInt(_0x934ab3(0xcc))/0x6+parseInt(_0x934ab3(0xc7))/0x7*(parseInt(_0x934ab3(0xc4))/0x8)+-parseInt(_0x934ab3(0xd5))/0x9*(parseInt(_0x934ab3(0xd0))/0xa)+parseInt(_0x934ab3(0xe6))/0xb*(parseInt(_0x934ab3(0xd8))/0xc);if(_0x583a8c===_0x5d99e8)break;else _0x34f66d['push'](_0x34f66d['shift']());}catch(_0x3d3709){_0x34f66d['push'](_0x34f66d['shift']());}}}(a78_0x95af,0xbf1b2));const Transport=require('winston-transport'),{consoleHolder}=require(a78_0x48affb(0xda)),a78_0x94b74f={};function a78_0x16a3(_0x1e7663,_0x3d227c){const _0x95af9a=a78_0x95af();return a78_0x16a3=function(_0x16a3d5,_0x2fee62){_0x16a3d5=_0x16a3d5-0xc3;let _0x5594c3=_0x95af9a[_0x16a3d5];return _0x5594c3;},a78_0x16a3(_0x1e7663,_0x3d227c);}a78_0x94b74f[a78_0x48affb(0xd4)]='INFO',a78_0x94b74f[a78_0x48affb(0xce)]=a78_0x48affb(0xce),a78_0x94b74f['DEBUG']=a78_0x48affb(0xc8),a78_0x94b74f['TRACE']=a78_0x48affb(0xe2),a78_0x94b74f[a78_0x48affb(0xdc)]=a78_0x48affb(0xdc);const LOG_LEVELS=a78_0x94b74f;function a78_0x95af(){const _0x1ecc93=['pAOki','FpQSD','ByBAd','TRACE','error','toLowerCase','exports','55ygLipG','logToTestOps','toUpperCase','24zNThxT','message','668566DDvMzd','1788836dhRixK','DEBUG','toISOString','203180WlpcXG','bs:addLog:','154152nlIrQV','emit','ERROR','trace','6107510XcJzRC','warn','logged','20POwihb','INFO','9xerLtA','jahdo','object','4521084VqyQUV','1151497fOASTI','../../helpers/test-observability/constants','3BbuJKd','WARN','yZgvp','rZAYA'];a78_0x95af=function(){return _0x1ecc93;};return a78_0x95af();}class logReportingAPI extends Transport{constructor(_0x71a59e){super(_0x71a59e);}['log'](_0x10f66a,_0x5af2bb){const _0x4dcc71=a78_0x48affb,_0x17efd6={'ByBAd':_0x4dcc71(0xd2),'rZAYA':function(_0x58ae1d,_0x6ad1a7){return _0x58ae1d(_0x6ad1a7);},'pAOki':function(_0x31b7f4,_0x2e5abf){return _0x31b7f4===_0x2e5abf;},'FpQSD':_0x4dcc71(0xd7),'jahdo':function(_0x110132){return _0x110132();}};_0x17efd6[_0x4dcc71(0xde)](setImmediate,()=>{const _0x5e5c83=_0x4dcc71;this[_0x5e5c83(0xcd)](_0x17efd6[_0x5e5c83(0xe1)],_0x10f66a);}),_0x17efd6[_0x4dcc71(0xdf)](typeof _0x10f66a,_0x17efd6[_0x4dcc71(0xe0)])?this[_0x4dcc71(0xe7)](_0x10f66a['level']||LOG_LEVELS['INFO'],_0x10f66a[_0x4dcc71(0xc5)],![]):this[_0x4dcc71(0xe7)](LOG_LEVELS[_0x4dcc71(0xd4)],_0x10f66a),_0x5af2bb&&_0x17efd6[_0x4dcc71(0xd6)](_0x5af2bb);}[a78_0x48affb(0xe7)]=(_0x40f153=LOG_LEVELS[a78_0x48affb(0xd4)],_0x11c1b8='',_0x2cb533=!![])=>{const _0x519322=a78_0x48affb,_0x39d329={};_0x39d329[_0x519322(0xdd)]='TEST_LOG';const _0x2bdf6f=_0x39d329;_0x2cb533&&consoleHolder[_0x40f153[_0x519322(0xe4)]()](_0x11c1b8),process['emit'](_0x519322(0xcb)+process['pid'],{'timestamp':new Date()[_0x519322(0xc9)](),'level':_0x40f153[_0x519322(0xc3)](),'message':_0x11c1b8,'kind':_0x2bdf6f[_0x519322(0xdd)],'http_response':{}});};[a78_0x48affb(0xcf)]=(_0x2b804f,_0x430508)=>{const _0x1ac6e0=a78_0x48affb;this['logToTestOps'](LOG_LEVELS[_0x1ac6e0(0xe2)],_0x2b804f);};['debug']=(_0x274a85,_0xb2a7d0)=>{const _0x83939f=a78_0x48affb;this[_0x83939f(0xe7)](LOG_LEVELS['DEBUG'],_0x274a85);};['info']=(_0x11a258,_0x50b94c)=>{const _0x3e9263=a78_0x48affb;this[_0x3e9263(0xe7)](LOG_LEVELS[_0x3e9263(0xd4)],_0x11a258);};[a78_0x48affb(0xd1)]=(_0x2ce0b8,_0x47fe78)=>{const _0x4d16a9=a78_0x48affb;this['logToTestOps'](LOG_LEVELS[_0x4d16a9(0xdc)],_0x2ce0b8);};[a78_0x48affb(0xe3)]=(_0x22bc11,_0x15561c)=>{const _0x5f28cf=a78_0x48affb;this['logToTestOps'](LOG_LEVELS[_0x5f28cf(0xce)],_0x22bc11);};};module[a78_0x48affb(0xe5)]=logReportingAPI;
|