browserstack-node-sdk 1.57.1 → 1.57.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
package/src/helpers/logger.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a122_0x515f9f=a122_0x56fc;(function(_0x2d0eca,_0x13cfa3){const _0x1f8da1=a122_0x56fc,_0xd50518=_0x2d0eca();while(!![]){try{const _0x28dd15=parseInt(_0x1f8da1(0x198))/0x1*(parseInt(_0x1f8da1(0x1af))/0x2)+parseInt(_0x1f8da1(0x1d1))/0x3*(parseInt(_0x1f8da1(0x1c3))/0x4)+-parseInt(_0x1f8da1(0x190))/0x5+parseInt(_0x1f8da1(0x192))/0x6+-parseInt(_0x1f8da1(0x19f))/0x7*(-parseInt(_0x1f8da1(0x1b0))/0x8)+-parseInt(_0x1f8da1(0x1a8))/0x9*(-parseInt(_0x1f8da1(0x188))/0xa)+-parseInt(_0x1f8da1(0x18c))/0xb;if(_0x28dd15===_0x13cfa3)break;else _0xd50518['push'](_0xd50518['shift']());}catch(_0x2af0db){_0xd50518['push'](_0xd50518['shift']());}}}(a122_0x194f,0xe3333));const winston=require('winston'),path=require('path'),fs=require('fs'),{LOG_FILE_NAME,DEBUG_LOG_FILE_NAME,DEBUG_CLI_LOG_FILE_NAME}=require(a122_0x515f9f(0x193)),tempLogDir=a122_0x515f9f(0x1ac);let redactRegex=null,lastConfigHash='';const logFormat=winston[a122_0x515f9f(0x1c6)](_0x48241a=>{const _0x38d3a3=a122_0x515f9f,_0x603fc={};_0x603fc[_0x38d3a3(0x1b9)]=function(_0x3dd68c,_0x449763){return _0x3dd68c!==_0x449763;},_0x603fc[_0x38d3a3(0x1b4)]=_0x38d3a3(0x1b2),_0x603fc[_0x38d3a3(0x186)]=function(_0x3897c8,_0x5c5410){return _0x3897c8+_0x5c5410;},_0x603fc[_0x38d3a3(0x1a2)]=function(_0x1d097b,_0x172ae6){return _0x1d097b+_0x172ae6;},_0x603fc['hoHmV']=function(_0x40deed,_0x1b361c){return _0x40deed!==_0x1b361c;},_0x603fc[_0x38d3a3(0x1a4)]=function(_0x5effc7,_0x543a6f){return _0x5effc7>_0x543a6f;},_0x603fc[_0x38d3a3(0x1c1)]=_0x38d3a3(0x19a);const _0x4a9afe=_0x603fc;_0x4a9afe['CnLHn'](typeof _0x48241a[_0x38d3a3(0x1b3)],_0x4a9afe[_0x38d3a3(0x1b4)])&&(_0x48241a[_0x38d3a3(0x1b3)]=JSON['stringify'](_0x48241a[_0x38d3a3(0x1b3)]));const _0x2d8253=global[_0x38d3a3(0x1c9)]&&global[_0x38d3a3(0x1c9)][_0x38d3a3(0x1c7)]||'',_0x20d26f=global['config']&&global['config'][_0x38d3a3(0x1be)]||'',_0x582d10=_0x4a9afe[_0x38d3a3(0x186)](_0x4a9afe[_0x38d3a3(0x1a2)](_0x2d8253,'|'),_0x20d26f);if(_0x4a9afe['hoHmV'](_0x582d10,lastConfigHash)){lastConfigHash=_0x582d10;const _0x7ce41d=[_0x2d8253,_0x20d26f][_0x38d3a3(0x1ab)](Boolean);if(_0x4a9afe[_0x38d3a3(0x1a4)](_0x7ce41d['length'],0x0)){const _0xf277dc=_0x7ce41d[_0x38d3a3(0x1ad)](_0x115fb8=>_0x115fb8[_0x38d3a3(0x19c)](/[.*+?^${}()|[\]\\]/g,_0x38d3a3(0x1c5)))['join']('|');redactRegex=new RegExp(_0xf277dc,'g');}else redactRegex=null;}return redactRegex&&(_0x48241a[_0x38d3a3(0x1b3)]=_0x48241a[_0x38d3a3(0x1b3)]['replace'](redactRegex,_0x4a9afe[_0x38d3a3(0x1c1)])),_0x48241a;}),fetchLogDir=()=>{const _0x5831b9=a122_0x515f9f;if(process[_0x5831b9(0x180)][_0x5831b9(0x19d)])return process[_0x5831b9(0x180)][_0x5831b9(0x19d)];else!fs[_0x5831b9(0x191)](tempLogDir)&&fs[_0x5831b9(0x182)](tempLogDir);return tempLogDir;},logDir=fetchLogDir(),getInitialLogLevel=()=>{const _0x5db8a2=a122_0x515f9f,_0x208486={};_0x208486[_0x5db8a2(0x1c0)]=_0x5db8a2(0x196);const _0x4a5ae8=_0x208486,_0x3b9428=process[_0x5db8a2(0x180)][_0x5db8a2(0x187)],_0x2bf1df=Object['keys'](winston['config'][_0x5db8a2(0x185)][_0x5db8a2(0x1b7)]);if(_0x3b9428&&_0x2bf1df[_0x5db8a2(0x17f)](_0x3b9428[_0x5db8a2(0x199)]()))return _0x3b9428['toLowerCase']();return _0x4a5ae8[_0x5db8a2(0x1c0)];},initialLogLevel=getInitialLogLevel(),a122_0x8b6ea0={};a122_0x8b6ea0[a122_0x515f9f(0x1ca)]='console.info',a122_0x8b6ea0[a122_0x515f9f(0x1bb)]=initialLogLevel;const transports={'loggerConsole':new winston[(a122_0x515f9f(0x1c2))][(a122_0x515f9f(0x1aa))](a122_0x8b6ea0),'loggerFile':new winston['transports'][(a122_0x515f9f(0x1ba))]({'filename':path['join'](logDir,a122_0x515f9f(0x197)),'level':initialLogLevel}),'debugLoggerFile':new winston[(a122_0x515f9f(0x1c2))][(a122_0x515f9f(0x1ba))]({'filename':path[a122_0x515f9f(0x1ce)](logDir,a122_0x515f9f(0x1ae)),'level':a122_0x515f9f(0x195)}),'debugCliLoggerFile':new winston['transports'][(a122_0x515f9f(0x1ba))]({'filename':path[a122_0x515f9f(0x1ce)](logDir,DEBUG_CLI_LOG_FILE_NAME),'level':a122_0x515f9f(0x195)}),'buildLinkTransport':new winston[(a122_0x515f9f(0x1c2))][(a122_0x515f9f(0x1ba))]({'filename':path[a122_0x515f9f(0x1ce)](logDir,a122_0x515f9f(0x197)),'level':a122_0x515f9f(0x195)})},automationTransports={};process[a122_0x515f9f(0x180)][a122_0x515f9f(0x189)]===a122_0x515f9f(0x1bd)&&(automationTransports[a122_0x515f9f(0x1c8)]=new winston[(a122_0x515f9f(0x1c2))]['File']({'filename':path['join'](logDir,a122_0x515f9f(0x1bc)),'level':'silly'}));transports[a122_0x515f9f(0x1a1)]['on'](a122_0x515f9f(0x1cc),_0x456b06=>{const _0xd0242c=a122_0x515f9f,_0x4be43e={};_0x4be43e[_0xd0242c(0x18a)]=function(_0x3dca4a,_0x2d5c3d){return _0x3dca4a===_0x2d5c3d;},_0x4be43e[_0xd0242c(0x1d0)]='EPIPE',_0x4be43e[_0xd0242c(0x17e)]=_0xd0242c(0x1a5);const _0x276e37=_0x4be43e;if(_0x276e37[_0xd0242c(0x18a)](_0x456b06[_0xd0242c(0x1a7)],_0x276e37[_0xd0242c(0x1d0)])){console[_0xd0242c(0x1ac)](_0x276e37[_0xd0242c(0x17e)],_0x456b06['message']);return;}throw _0x456b06;});const a122_0x2be18c={};a122_0x2be18c['format']='YYYY-MM-DD\x20HH:mm:ss';const a122_0x540337={};function a122_0x56fc(_0x196210,_0x2b9022){const _0x194ffa=a122_0x194f();return a122_0x56fc=function(_0x56fc6f,_0x38fb9c){_0x56fc6f=_0x56fc6f-0x17e;let _0x3162b3=_0x194ffa[_0x56fc6f];return _0x3162b3;},a122_0x56fc(_0x196210,_0x2b9022);}a122_0x540337[a122_0x515f9f(0x1bb)]=!![];const winstonLoggerParams={'format':winston[a122_0x515f9f(0x1c6)]['combine'](winston[a122_0x515f9f(0x1c6)][a122_0x515f9f(0x1b8)](a122_0x2be18c),winston[a122_0x515f9f(0x1c6)][a122_0x515f9f(0x181)](a122_0x540337),winston[a122_0x515f9f(0x1c6)][a122_0x515f9f(0x183)](_0x59008c=>_0x59008c[a122_0x515f9f(0x1b8)]+'\x20-\x20'+_0x59008c['level']+':\x20'+_0x59008c[a122_0x515f9f(0x1b3)])),'transports':[transports[a122_0x515f9f(0x1a1)]]},a122_0x35498c={};a122_0x35498c['format']='YYYY-MM-DD\x20HH:mm:ss';const a122_0x51e778={};a122_0x51e778['level']=!![];const winstonFileLoggerParams={'format':winston[a122_0x515f9f(0x1c6)]['combine'](winston[a122_0x515f9f(0x1c6)][a122_0x515f9f(0x1b8)](a122_0x35498c),winston[a122_0x515f9f(0x1c6)]['colorize'](a122_0x51e778),winston[a122_0x515f9f(0x1c6)][a122_0x515f9f(0x183)](_0x56f3a5=>_0x56f3a5[a122_0x515f9f(0x1bb)]+':\x20'+_0x56f3a5[a122_0x515f9f(0x1b3)])),'transports':[]},a122_0x5e13fb={};a122_0x5e13fb[a122_0x515f9f(0x1c6)]=a122_0x515f9f(0x1cb);const a122_0xb80a80={};a122_0xb80a80[a122_0x515f9f(0x1bb)]=!![];const a122_0x4e7081={};a122_0x4e7081[a122_0x515f9f(0x1bb)]='silly';const BuildLoggerParams={'format':winston[a122_0x515f9f(0x1c6)][a122_0x515f9f(0x1cf)](winston[a122_0x515f9f(0x1c6)][a122_0x515f9f(0x1b8)](a122_0x5e13fb),winston[a122_0x515f9f(0x1c6)][a122_0x515f9f(0x181)](a122_0xb80a80),winston[a122_0x515f9f(0x1c6)][a122_0x515f9f(0x183)](_0x4646c8=>_0x4646c8[a122_0x515f9f(0x1b8)]+a122_0x515f9f(0x1cd)+_0x4646c8[a122_0x515f9f(0x1bb)]+':\x20'+_0x4646c8[a122_0x515f9f(0x1b3)])),'transports':[transports['buildLinkTransport'],new winston[(a122_0x515f9f(0x1c2))][(a122_0x515f9f(0x1aa))](a122_0x4e7081)]},a122_0x5c36bc={};function a122_0x194f(){const _0x30f533=['automationLoggerFile','config','name','YYYY-MM-DD\x20HH:mm:ss','error','\x20-\x20','join','combine','yKWwt','138AbZVED','getLogDir','ckbja','includes','env','colorize','mkdirSync','printf','createLogger','npm','GbJPy','BROWSERSTACK_LOG_LEVEL','1490JFJpTL','BROWSERSTACK_AUTOMATION_LOGS','mBhoO','http','50819010iqHnEz','loggerFile','winstonLogger','debugLoggerFile','4968200jhwzMz','existsSync','10238496IhfTpC','../bin/utils/constants','fileLogger','silly','info','/usage.log','2281PJDdFS','toLowerCase','[REDACTED]','logDir','replace','BROWSERSTACK_INTERNAL_LOG_DIR','debug','5628LZWGRw','uncolorize','loggerConsole','Jwszk','automationLogger','bEiBz','EPIPE\x20error\x20occurred\x20in\x20loggerConsole:','warn','code','95598jfCsqw','add','Console','filter','log','map','/usage-debug.log','754yqNxYW','18384pSUojc','initialize','string','message','GKxbB','ixvIl','buildLogger','levels','timestamp','CnLHn','File','level','automation.log','true','accessKey','debugCliLoggerFile','Uwqia','DSavy','transports','47612tqmCte','remove','\x5c$&','format','userName'];a122_0x194f=function(){return _0x30f533;};return a122_0x194f();}a122_0x5c36bc[a122_0x515f9f(0x18b)]=()=>{},a122_0x5c36bc[a122_0x515f9f(0x196)]=()=>{},a122_0x5c36bc[a122_0x515f9f(0x1a6)]=()=>{},a122_0x5c36bc[a122_0x515f9f(0x1cc)]=()=>{},a122_0x5c36bc[a122_0x515f9f(0x19e)]=()=>{},a122_0x5c36bc[a122_0x515f9f(0x195)]=()=>{},exports[a122_0x515f9f(0x1a3)]=process[a122_0x515f9f(0x180)][a122_0x515f9f(0x189)]===a122_0x515f9f(0x1bd)?winston[a122_0x515f9f(0x184)]({'format':winston['format'][a122_0x515f9f(0x1cf)](winston['format'][a122_0x515f9f(0x1a0)](),winston['format'][a122_0x515f9f(0x1b8)](),logFormat(),winston['format'][a122_0x515f9f(0x183)](_0x41f16e=>_0x41f16e[a122_0x515f9f(0x1bb)]+':\x20'+_0x41f16e['message'])),'transports':[automationTransports[a122_0x515f9f(0x1c8)]]}):a122_0x5c36bc;const initialize=()=>{const _0x2f77ae=a122_0x515f9f,_0x1dc1db={};_0x1dc1db[_0x2f77ae(0x1b5)]=_0x2f77ae(0x195);const _0x1e523f=_0x1dc1db,_0x4ff0f9=transports[_0x2f77ae(0x1a1)][_0x2f77ae(0x1bb)]||initialLogLevel;transports[_0x2f77ae(0x18d)]&&(exports[_0x2f77ae(0x18e)][_0x2f77ae(0x1c4)](transports[_0x2f77ae(0x18d)]),exports[_0x2f77ae(0x194)][_0x2f77ae(0x1c4)](transports[_0x2f77ae(0x18d)])),transports[_0x2f77ae(0x18f)]&&(exports[_0x2f77ae(0x18e)][_0x2f77ae(0x1c4)](transports['debugLoggerFile']),exports[_0x2f77ae(0x194)]['remove'](transports[_0x2f77ae(0x18f)])),transports[_0x2f77ae(0x18d)]=new winston[(_0x2f77ae(0x1c2))][(_0x2f77ae(0x1ba))]({'filename':path[_0x2f77ae(0x1ce)](exports['logDir'],LOG_FILE_NAME),'level':_0x4ff0f9}),transports[_0x2f77ae(0x18f)]=new winston['transports'][(_0x2f77ae(0x1ba))]({'filename':path[_0x2f77ae(0x1ce)](exports[_0x2f77ae(0x19b)],DEBUG_LOG_FILE_NAME),'level':_0x1e523f[_0x2f77ae(0x1b5)]}),transports[_0x2f77ae(0x1bf)]=new winston[(_0x2f77ae(0x1c2))]['File']({'filename':path[_0x2f77ae(0x1ce)](exports['logDir'],DEBUG_CLI_LOG_FILE_NAME),'level':_0x1e523f[_0x2f77ae(0x1b5)]}),exports['winstonLogger'][_0x2f77ae(0x1a9)](transports['loggerFile']),exports['winstonLogger'][_0x2f77ae(0x1a9)](transports[_0x2f77ae(0x18f)]),exports['fileLogger'][_0x2f77ae(0x1a9)](transports[_0x2f77ae(0x18d)]),exports[_0x2f77ae(0x194)]['add'](transports[_0x2f77ae(0x18f)]);};exports[a122_0x515f9f(0x18e)]=new winston[(a122_0x515f9f(0x184))](winstonLoggerParams),exports[a122_0x515f9f(0x194)]=new winston[(a122_0x515f9f(0x184))](winstonFileLoggerParams),exports[a122_0x515f9f(0x1b6)]=new winston[(a122_0x515f9f(0x184))](BuildLoggerParams),exports[a122_0x515f9f(0x19b)]=logDir,exports[a122_0x515f9f(0x1d2)]=()=>{return exports['logDir'];},exports[a122_0x515f9f(0x1c2)]=transports,exports[a122_0x515f9f(0x1b1)]=initialize;logDir&&initialize();
|
|
1
|
+
const a122_0x5eee5a=a122_0x288e;(function(_0x2cc2c4,_0x39fd34){const _0x4b2b2a=a122_0x288e,_0x2ea8d4=_0x2cc2c4();while(!![]){try{const _0x36ebbd=-parseInt(_0x4b2b2a(0xa0))/0x1*(-parseInt(_0x4b2b2a(0xbd))/0x2)+-parseInt(_0x4b2b2a(0xe1))/0x3+-parseInt(_0x4b2b2a(0xdd))/0x4+-parseInt(_0x4b2b2a(0xd7))/0x5+-parseInt(_0x4b2b2a(0xd0))/0x6*(parseInt(_0x4b2b2a(0xa7))/0x7)+parseInt(_0x4b2b2a(0xb4))/0x8+parseInt(_0x4b2b2a(0xc9))/0x9;if(_0x36ebbd===_0x39fd34)break;else _0x2ea8d4['push'](_0x2ea8d4['shift']());}catch(_0x5b6c5d){_0x2ea8d4['push'](_0x2ea8d4['shift']());}}}(a122_0x354c,0x4961c));const winston=require(a122_0x5eee5a(0xc2)),path=require(a122_0x5eee5a(0xe2)),fs=require('fs'),{LOG_FILE_NAME,DEBUG_LOG_FILE_NAME,DEBUG_CLI_LOG_FILE_NAME}=require('../bin/utils/constants'),tempLogDir=a122_0x5eee5a(0xc0);let redactRegex=null,lastConfigHash='';const logFormat=winston['format'](_0x507e54=>{const _0x560624=a122_0x5eee5a,_0x5d597e={};_0x5d597e[_0x560624(0xe3)]=function(_0x3a44f1,_0x348927){return _0x3a44f1!==_0x348927;},_0x5d597e[_0x560624(0xea)]=_0x560624(0xe6),_0x5d597e[_0x560624(0xc7)]=function(_0x5e3f6d,_0x2b588d){return _0x5e3f6d+_0x2b588d;},_0x5d597e[_0x560624(0xe8)]=function(_0x2787ad,_0x28afcf){return _0x2787ad!==_0x28afcf;},_0x5d597e[_0x560624(0xac)]=function(_0x103667,_0x51451a){return _0x103667>_0x51451a;},_0x5d597e['iUfYJ']=_0x560624(0xb5);const _0x2ba85f=_0x5d597e;_0x2ba85f['zIuqh'](typeof _0x507e54[_0x560624(0xec)],_0x2ba85f['Iuwxs'])&&(_0x507e54[_0x560624(0xec)]=JSON[_0x560624(0xbb)](_0x507e54[_0x560624(0xec)]));const _0xa1c5ca=global[_0x560624(0xa9)]&&global[_0x560624(0xa9)]['userName']||'',_0x58124e=global[_0x560624(0xa9)]&&global[_0x560624(0xa9)][_0x560624(0xb8)]||'',_0x4c94f1=_0x2ba85f[_0x560624(0xc7)](_0x2ba85f[_0x560624(0xc7)](_0xa1c5ca,'|'),_0x58124e);if(_0x2ba85f[_0x560624(0xe8)](_0x4c94f1,lastConfigHash)){lastConfigHash=_0x4c94f1;const _0xe7294d=[_0xa1c5ca,_0x58124e]['filter'](Boolean);if(_0x2ba85f[_0x560624(0xac)](_0xe7294d[_0x560624(0xa2)],0x0)){const _0x550888=_0xe7294d[_0x560624(0xc1)](_0x55ea72=>_0x55ea72['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'))[_0x560624(0xe7)]('|');redactRegex=new RegExp(_0x550888,'g');}else redactRegex=null;}return redactRegex&&(_0x507e54['message']=_0x507e54[_0x560624(0xec)][_0x560624(0xd9)](redactRegex,_0x2ba85f['iUfYJ'])),_0x507e54;}),fetchLogDir=()=>{const _0xca1b4c=a122_0x5eee5a;if(process[_0xca1b4c(0xb6)]['BROWSERSTACK_INTERNAL_LOG_DIR'])return process[_0xca1b4c(0xb6)][_0xca1b4c(0xd4)];else!fs['existsSync'](tempLogDir)&&fs[_0xca1b4c(0xbf)](tempLogDir);return tempLogDir;},logDir=fetchLogDir(),getInitialLogLevel=()=>{const _0x1dcd21=a122_0x5eee5a,_0x57536d={};_0x57536d['JQrxo']=_0x1dcd21(0xcb);const _0x40d36d=_0x57536d,_0x365f7d=process[_0x1dcd21(0xb6)]['BROWSERSTACK_LOG_LEVEL'],_0x8aa1ab=Object[_0x1dcd21(0xcd)](winston[_0x1dcd21(0xa9)][_0x1dcd21(0xc5)][_0x1dcd21(0x9c)]);if(_0x365f7d&&_0x8aa1ab[_0x1dcd21(0xce)](_0x365f7d[_0x1dcd21(0xd5)]()))return _0x365f7d[_0x1dcd21(0xd5)]();return _0x40d36d[_0x1dcd21(0xdc)];},initialLogLevel=getInitialLogLevel(),a122_0xf26841={};function a122_0x288e(_0x3d26e9,_0x4e5be1){const _0x354cf4=a122_0x354c();return a122_0x288e=function(_0x288eea,_0x4a75da){_0x288eea=_0x288eea-0x9b;let _0x267f54=_0x354cf4[_0x288eea];return _0x267f54;},a122_0x288e(_0x3d26e9,_0x4e5be1);}function a122_0x354c(){const _0x126a3b=['remove','EPIPE','40187LGHKeV','Console','config','BROWSERSTACK_AUTOMATION_LOGS','KynrF','wXUvC','silly','debugLoggerFile','uncolorize','File','automationLogger','printf','combine','409888QyhHce','[REDACTED]','env','level','accessKey','loggerFile','add','stringify','\x20-\x20','955642rSjVtN','format','mkdirSync','log','map','winston','fileLogger','YYYY-MM-DD\x20HH:mm:ss','npm','ibCvm','kPyhz','console.info','6523515ozlFjN','debug','info','http','keys','includes','logDir','414NdshDk','initialize','/usage.log','colorize','BROWSERSTACK_INTERNAL_LOG_DIR','toLowerCase','winstonLogger','371770AqdAfZ','debugCliLoggerFile','replace','error','XcCQe','JQrxo','220932Pktzie','ALRLQ','timestamp','name','1282812ZfHUje','path','zIuqh','automation.log','buildLinkTransport','string','join','wpzUZ','loggerConsole','Iuwxs','automationLoggerFile','message','warn','levels','/usage-debug.log','createLogger','EPIPE\x20error\x20occurred\x20in\x20loggerConsole:','1dmTcMZ','true','length','transports','code'];a122_0x354c=function(){return _0x126a3b;};return a122_0x354c();}a122_0xf26841[a122_0x5eee5a(0xe0)]=a122_0x5eee5a(0xc8),a122_0xf26841[a122_0x5eee5a(0xb7)]=initialLogLevel;const transports={'loggerConsole':new winston['transports'][(a122_0x5eee5a(0xa8))](a122_0xf26841),'loggerFile':new winston[(a122_0x5eee5a(0xa3))][(a122_0x5eee5a(0xb0))]({'filename':path[a122_0x5eee5a(0xe7)](logDir,a122_0x5eee5a(0xd2)),'level':initialLogLevel}),'debugLoggerFile':new winston['transports'][(a122_0x5eee5a(0xb0))]({'filename':path[a122_0x5eee5a(0xe7)](logDir,a122_0x5eee5a(0x9d)),'level':a122_0x5eee5a(0xad)}),'debugCliLoggerFile':new winston['transports'][(a122_0x5eee5a(0xb0))]({'filename':path[a122_0x5eee5a(0xe7)](logDir,DEBUG_CLI_LOG_FILE_NAME),'level':a122_0x5eee5a(0xad)}),'buildLinkTransport':new winston[(a122_0x5eee5a(0xa3))]['File']({'filename':path[a122_0x5eee5a(0xe7)](logDir,a122_0x5eee5a(0xd2)),'level':a122_0x5eee5a(0xad)})},automationTransports={};process['env'][a122_0x5eee5a(0xaa)]===a122_0x5eee5a(0xa1)&&(automationTransports[a122_0x5eee5a(0xeb)]=new winston[(a122_0x5eee5a(0xa3))][(a122_0x5eee5a(0xb0))]({'filename':path[a122_0x5eee5a(0xe7)](logDir,a122_0x5eee5a(0xe4)),'level':a122_0x5eee5a(0xad)}));transports[a122_0x5eee5a(0xe9)]['on'](a122_0x5eee5a(0xda),_0x4b5a46=>{const _0x2603df=a122_0x5eee5a,_0x178118={};_0x178118['XcCQe']=function(_0x36aef0,_0x547aa8){return _0x36aef0===_0x547aa8;},_0x178118[_0x2603df(0xc6)]=_0x2603df(0xa6),_0x178118[_0x2603df(0xab)]=_0x2603df(0x9f);const _0x142d9c=_0x178118;if(_0x142d9c[_0x2603df(0xdb)](_0x4b5a46[_0x2603df(0xa4)],_0x142d9c[_0x2603df(0xc6)])){console[_0x2603df(0xc0)](_0x142d9c['KynrF'],_0x4b5a46[_0x2603df(0xec)]);return;}throw _0x4b5a46;});const a122_0x2685de={};a122_0x2685de[a122_0x5eee5a(0xbe)]=a122_0x5eee5a(0xc4);const a122_0x1700bb={};a122_0x1700bb['level']=!![];const winstonLoggerParams={'format':winston['format'][a122_0x5eee5a(0xb3)](winston[a122_0x5eee5a(0xbe)][a122_0x5eee5a(0xdf)](a122_0x2685de),winston[a122_0x5eee5a(0xbe)]['colorize'](a122_0x1700bb),winston[a122_0x5eee5a(0xbe)][a122_0x5eee5a(0xb2)](_0x278593=>_0x278593[a122_0x5eee5a(0xdf)]+a122_0x5eee5a(0xbc)+_0x278593[a122_0x5eee5a(0xb7)]+':\x20'+_0x278593[a122_0x5eee5a(0xec)])),'transports':[transports[a122_0x5eee5a(0xe9)]]},a122_0x156b02={};a122_0x156b02[a122_0x5eee5a(0xbe)]='YYYY-MM-DD\x20HH:mm:ss';const a122_0x1c4449={};a122_0x1c4449[a122_0x5eee5a(0xb7)]=!![];const winstonFileLoggerParams={'format':winston[a122_0x5eee5a(0xbe)]['combine'](winston[a122_0x5eee5a(0xbe)]['timestamp'](a122_0x156b02),winston[a122_0x5eee5a(0xbe)][a122_0x5eee5a(0xd3)](a122_0x1c4449),winston[a122_0x5eee5a(0xbe)]['printf'](_0x750d80=>_0x750d80[a122_0x5eee5a(0xb7)]+':\x20'+_0x750d80[a122_0x5eee5a(0xec)])),'transports':[]},a122_0xe1e68={};a122_0xe1e68[a122_0x5eee5a(0xbe)]=a122_0x5eee5a(0xc4);const a122_0x59bb9a={};a122_0x59bb9a[a122_0x5eee5a(0xb7)]=!![];const a122_0x2f14cb={};a122_0x2f14cb[a122_0x5eee5a(0xb7)]=a122_0x5eee5a(0xad);const BuildLoggerParams={'format':winston[a122_0x5eee5a(0xbe)][a122_0x5eee5a(0xb3)](winston['format'][a122_0x5eee5a(0xdf)](a122_0xe1e68),winston[a122_0x5eee5a(0xbe)][a122_0x5eee5a(0xd3)](a122_0x59bb9a),winston['format']['printf'](_0x1b3e1c=>_0x1b3e1c[a122_0x5eee5a(0xdf)]+a122_0x5eee5a(0xbc)+_0x1b3e1c[a122_0x5eee5a(0xb7)]+':\x20'+_0x1b3e1c[a122_0x5eee5a(0xec)])),'transports':[transports[a122_0x5eee5a(0xe5)],new winston[(a122_0x5eee5a(0xa3))]['Console'](a122_0x2f14cb)]},a122_0x509f22={};a122_0x509f22[a122_0x5eee5a(0xcc)]=()=>{},a122_0x509f22[a122_0x5eee5a(0xcb)]=()=>{},a122_0x509f22[a122_0x5eee5a(0x9b)]=()=>{},a122_0x509f22[a122_0x5eee5a(0xda)]=()=>{},a122_0x509f22[a122_0x5eee5a(0xca)]=()=>{},a122_0x509f22[a122_0x5eee5a(0xad)]=()=>{},exports[a122_0x5eee5a(0xb1)]=process[a122_0x5eee5a(0xb6)]['BROWSERSTACK_AUTOMATION_LOGS']==='true'?winston['createLogger']({'format':winston['format'][a122_0x5eee5a(0xb3)](winston[a122_0x5eee5a(0xbe)][a122_0x5eee5a(0xaf)](),winston[a122_0x5eee5a(0xbe)][a122_0x5eee5a(0xdf)](),logFormat(),winston[a122_0x5eee5a(0xbe)]['printf'](_0x1bf7e0=>_0x1bf7e0[a122_0x5eee5a(0xb7)]+':\x20'+_0x1bf7e0['message'])),'transports':[automationTransports[a122_0x5eee5a(0xeb)]]}):a122_0x509f22;const initialize=()=>{const _0x5e4604=a122_0x5eee5a,_0x5c831a={};_0x5c831a[_0x5e4604(0xde)]='silly';const _0x4eb729=_0x5c831a,_0x4cd9df=transports[_0x5e4604(0xe9)][_0x5e4604(0xb7)]||initialLogLevel;transports[_0x5e4604(0xb9)]&&(exports[_0x5e4604(0xd6)][_0x5e4604(0xa5)](transports[_0x5e4604(0xb9)]),exports[_0x5e4604(0xc3)][_0x5e4604(0xa5)](transports[_0x5e4604(0xb9)])),transports[_0x5e4604(0xae)]&&(exports[_0x5e4604(0xd6)][_0x5e4604(0xa5)](transports[_0x5e4604(0xae)]),exports[_0x5e4604(0xc3)]['remove'](transports[_0x5e4604(0xae)])),transports[_0x5e4604(0xb9)]=new winston['transports'][(_0x5e4604(0xb0))]({'filename':path[_0x5e4604(0xe7)](exports[_0x5e4604(0xcf)],LOG_FILE_NAME),'level':_0x4cd9df}),transports[_0x5e4604(0xae)]=new winston[(_0x5e4604(0xa3))]['File']({'filename':path['join'](exports[_0x5e4604(0xcf)],DEBUG_LOG_FILE_NAME),'level':_0x4eb729[_0x5e4604(0xde)]}),transports[_0x5e4604(0xd8)]=new winston[(_0x5e4604(0xa3))][(_0x5e4604(0xb0))]({'filename':path[_0x5e4604(0xe7)](exports['logDir'],DEBUG_CLI_LOG_FILE_NAME),'level':_0x4eb729[_0x5e4604(0xde)]}),exports[_0x5e4604(0xd6)][_0x5e4604(0xba)](transports[_0x5e4604(0xb9)]),exports['winstonLogger'][_0x5e4604(0xba)](transports[_0x5e4604(0xae)]),exports[_0x5e4604(0xc3)][_0x5e4604(0xba)](transports[_0x5e4604(0xb9)]),exports[_0x5e4604(0xc3)][_0x5e4604(0xba)](transports[_0x5e4604(0xae)]);};exports['winstonLogger']=new winston[(a122_0x5eee5a(0x9e))](winstonLoggerParams),exports['fileLogger']=new winston[(a122_0x5eee5a(0x9e))](winstonFileLoggerParams),exports['buildLogger']=new winston[(a122_0x5eee5a(0x9e))](BuildLoggerParams),exports[a122_0x5eee5a(0xcf)]=logDir,exports['getLogDir']=()=>{const _0x5515d9=a122_0x5eee5a;return exports[_0x5515d9(0xcf)];},exports[a122_0x5eee5a(0xa3)]=transports,exports[a122_0x5eee5a(0xd1)]=initialize;logDir&&initialize();
|
package/src/helpers/metadata.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a123_0x59e0e5=a123_0x35af;(function(_0x5c0425,_0x4aed8a){const _0x1c6edc=a123_0x35af,_0x412c0c=_0x5c0425();while(!![]){try{const _0x2b7036=-parseInt(_0x1c6edc(0xb2))/0x1+parseInt(_0x1c6edc(0xbe))/0x2+parseInt(_0x1c6edc(0xbc))/0x3+parseInt(_0x1c6edc(0xbf))/0x4*(parseInt(_0x1c6edc(0xad))/0x5)+parseInt(_0x1c6edc(0xba))/0x6*(-parseInt(_0x1c6edc(0xc7))/0x7)+parseInt(_0x1c6edc(0xc3))/0x8+-parseInt(_0x1c6edc(0xb5))/0x9;if(_0x2b7036===_0x4aed8a)break;else _0x412c0c['push'](_0x412c0c['shift']());}catch(_0x2191fb){_0x412c0c['push'](_0x412c0c['shift']());}}}(a123_0x2675,0x74ef9));function a123_0x35af(_0xf94b31,_0x1ee289){const _0x267559=a123_0x2675();return a123_0x35af=function(_0x35af3c,_0x50d17){_0x35af3c=_0x35af3c-0xad;let _0x3f7d19=_0x267559[_0x35af3c];return _0x3f7d19;},a123_0x35af(_0xf94b31,_0x1ee289);}const globals=require(a123_0x59e0e5(0xc9)),helper=require(a123_0x59e0e5(0xc1)),logger=require('./logger')[a123_0x59e0e5(0xbd)];function a123_0x2675(){const _0x39dd0f=['identifier','lcnc','717522Vuaazx','Tkkrh','659928NPniqR','winstonLogger','1573320JkeDqM','20VEOhog','set','./helper','geRMC','1387712kTFPxR','string','sMCOb','get','14eWekYi','testMeta','./globals','testMeta-','152955zkadGe','The\x20metadata\x20object\x20is\x20not\x20valid.','exports','length','getCentralUser','550313ZAKjTF','setGlobal','kzOVS','581391muYGcG','DEUXu','getGlobal'];a123_0x2675=function(){return _0x39dd0f;};return a123_0x2675();}module[a123_0x59e0e5(0xaf)]=class TestMetadata{static[a123_0x59e0e5(0xc0)](_0x3e5dd3={}){const _0x87ae70=a123_0x59e0e5,_0x4c1872={};_0x4c1872['VdDLX']='testRunUUID',_0x4c1872[_0x87ae70(0xbb)]=function(_0x296665,_0x5b7f17){return _0x296665===_0x5b7f17;},_0x4c1872[_0x87ae70(0xc2)]=_0x87ae70(0xc4),_0x4c1872[_0x87ae70(0xc5)]=function(_0x2aa0b2,_0x14daab){return _0x2aa0b2<=_0x14daab;},_0x4c1872['DEUXu']=_0x87ae70(0xc8),_0x4c1872[_0x87ae70(0xb4)]=_0x87ae70(0xae);const _0x56598d=_0x4c1872,_0x196a4e=globals[_0x87ae70(0xb7)](_0x56598d['VdDLX']),_0x314309=_0x3e5dd3[_0x87ae70(0xb8)];helper[_0x87ae70(0xb1)]()[_0x87ae70(0xb9)]&&(_0x56598d[_0x87ae70(0xbb)](typeof _0x314309,_0x56598d['geRMC'])&&_0x56598d[_0x87ae70(0xc5)](_0x314309[_0x87ae70(0xb0)],0x28)?_0x196a4e?globals[_0x87ae70(0xb3)](_0x87ae70(0xca)+_0x196a4e,_0x3e5dd3):globals['setGlobal'](_0x56598d[_0x87ae70(0xb6)],_0x3e5dd3):logger['warn'](_0x56598d[_0x87ae70(0xb4)]));}static[a123_0x59e0e5(0xc6)](_0x3006da){const _0x3b126c=a123_0x59e0e5,_0x5a1f29={};_0x5a1f29['QIAsj']='testMeta';const _0x53bf7e=_0x5a1f29;if(helper[_0x3b126c(0xb1)]()['lcnc'])return globals[_0x3b126c(0xb7)](_0x3b126c(0xca)+_0x3006da)||globals[_0x3b126c(0xb7)](_0x53bf7e['QIAsj'])||{};return{};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a124_0x3bc5ea=a124_0x3bba;(function(_0x357641,_0x389bfc){const _0x52ec98=a124_0x3bba,_0x284327=_0x357641();while(!![]){try{const _0x4179e8=-parseInt(_0x52ec98(0x18c))/0x1+parseInt(_0x52ec98(0x14e))/0x2*(-parseInt(_0x52ec98(0x136))/0x3)+parseInt(_0x52ec98(0x156))/0x4*(parseInt(_0x52ec98(0x154))/0x5)+parseInt(_0x52ec98(0x138))/0x6*(-parseInt(_0x52ec98(0x18b))/0x7)+parseInt(_0x52ec98(0x15d))/0x8+-parseInt(_0x52ec98(0x177))/0x9*(-parseInt(_0x52ec98(0x183))/0xa)+parseInt(_0x52ec98(0x12c))/0xb;if(_0x4179e8===_0x389bfc)break;else _0x284327['push'](_0x284327['shift']());}catch(_0x94f455){_0x284327['push'](_0x284327['shift']());}}}(a124_0x431d,0xa61a7));const {aiSdkWrapper}=require(a124_0x3bc5ea(0x150)),{commandRepository}=require('./ai-sdk/autoHealHelper'),PerformanceTester=require(a124_0x3bc5ea(0x1a4)),globals=require(a124_0x3bc5ea(0x15e)),{winstonLogger:logger,automationLogger}=require(a124_0x3bc5ea(0x164)),helper=require(a124_0x3bc5ea(0x166)),constants=require(a124_0x3bc5ea(0x191)),{DRIVER_EVENT:PerformanceDriverEvents}=require('./performance/constants'),util=require('util');function a124_0x3bba(_0xdb9672,_0x526d90){const _0x431d04=a124_0x431d();return a124_0x3bba=function(_0x3bbac2,_0x532267){_0x3bbac2=_0x3bbac2-0x129;let _0x352f6e=_0x431d04[_0x3bbac2];return _0x352f6e;},a124_0x3bba(_0xdb9672,_0x526d90);}function a124_0x431d(){const _0x37384a=['./helper','PRE_EXECUTE','skipHealingSuccess','Healing\x20failed\x20for\x20command\x20using\x20cssPath:\x20','JavascriptError','dRFKQ','Successfully\x20healed\x20command\x20using\x20new\x20cssPath:\x20','RdHqq','roKEi','parameters_','XbtPT','UxeRD','dcmpV','owmfT','QBGGS','getId','execute','8685sAFZxN','][\x20SDK-AUTOMATION\x20]\x20','sAWlU','Gruyd','ZsPKO','NwEiN','name','kLiLZ','setTcgTokenStatus','sogYX','UkCdH','CHBRX','4530JXXRDD','LzMBK','args','setAiSessionTimeStamp','patchExecute','response','NahKe','handleFailure','11179TiweCz','911320NDylAe','Healing\x20failed\x20for\x20command\x20using\x20','setTcgToken','aiHeal:setToken','aiHeal_isHealingEnabled','../bin/utils/constants','findElement\x20command\x20failed\x20with\x20cssPath:\x20','qxiNv','DZKya','css\x20selector','aiHeal_isAuthenticated','find','AUTOMATION_LOG_COMMANDS','NoSuchElementError','lwTSB','local','name_','NqQCc','getNudgeLocalNotSetError','PtYKd','POST_EXECUTE','script',';\x20Trying\x20to\x20heal','thgIb','./performance/performance-tester','aiSdk_defaultLogDataEnabled','zkWfX','viKFs','8596390bDQWfa','WIFyo','initExecute','value','debug','FjtKa','get','LCsvp','browserstack.local','includes','10713jPbbRF','iUHjY','3990mDaGRX','juWKI','shRRu','handleSuccess','isSelfHealEnabled','silly','request','nestedKeyValue','ZgyPg','error','getTcgTokenStatus','ePfiI','url','HIexv','IbWzW','SnOiE','isBrowserstackInfra','string','command','measureWrapper','using','pFlrU','278qJtzzA','message','./ai-sdk/aiSdkWrapper','overrideExecute','aiHeal:findElementSuccess','getGlobal','235pJEdyD','YXKlS','79228zZYkEE','KkBHI','toString','info','CUoxD','bstack:options','PkLHZ','8003912TYtFbV','./globals','LznGR','executeAsyncScript','OARRZ','dirxw','Error\x20in\x20handling\x20TCG\x20Auth:\x20','./logger','RywRd'];a124_0x431d=function(){return _0x37384a;};return a124_0x431d();}exports[a124_0x3bc5ea(0x151)]=(_0x252d3d,_0x3e2c00)=>{const _0x1a8122=a124_0x3bc5ea,_0x25b417={'HIexv':'Caught\x20error\x20in\x20execute,\x20check\x20if\x20geturl\x20and\x20try\x20to\x20set\x20local\x20nudge','lwTSB':function(_0x5c71d1,_0x277478){return _0x5c71d1===_0x277478;},'YXKlS':_0x1a8122(0x199),'ZsPKO':function(_0xcae648,_0x4aaf99){return _0xcae648===_0x4aaf99;},'hAFQz':_0x1a8122(0x16a),'pFlrU':'findElement','sAWlU':_0x1a8122(0x196),'iUHjY':_0x1a8122(0x190),'RdHqq':function(_0xae025a,_0x13a9a6){return _0xae025a===_0x13a9a6;},'juWKI':_0x1a8122(0x195),'EPwpw':function(_0x3021c1,_0x16e03f){return _0x3021c1+_0x16e03f;},'QBGGS':function(_0x3f870e,_0x2f3f61){return _0x3f870e+_0x2f3f61;},'shRRu':_0x1a8122(0x192),'viKFs':_0x1a8122(0x1a2),'dcmpV':function(_0x52a900,_0x2c5f0d){return _0x52a900+_0x2c5f0d;},'PtYKd':function(_0x5976fa,_0x5d4d7a){return _0x5976fa+_0x5d4d7a;},'ZgyPg':'findElement\x20command\x20failed\x20with\x20','FjtKa':'aiHeal:findElementFailure','XbtPT':function(_0x3ee5ec){return _0x3ee5ec();},'owmfT':function(_0x480a06,_0xa2918b){return _0x480a06&&_0xa2918b;},'qxiNv':function(_0x1c16ef,_0x1721b6){return _0x1c16ef===_0x1721b6;},'LCsvp':function(_0x295e97,_0x57d712){return _0x295e97+_0x57d712;},'roKEi':_0x1a8122(0x16c),'dirxw':function(_0x6b5eb0,_0x30bd61){return _0x6b5eb0+_0x30bd61;},'rdgMK':'Successfully\x20healed\x20command\x20using\x20new\x20','Gruyd':function(_0x3b3bc1,_0xb8e849){return _0x3b3bc1+_0xb8e849;},'CUoxD':_0x1a8122(0x169),'OARRZ':function(_0x3fd784,_0x175431){return _0x3fd784+_0x175431;},'UxeRD':_0x1a8122(0x18d),'ePfiI':function(_0x52d0ee,_0x38dbf1){return _0x52d0ee===_0x38dbf1;},'WIFyo':_0x1a8122(0x132),'dRFKQ':'parameters_','sogYX':_0x1a8122(0x144),'PkLHZ':'Error\x20in\x20local\x20nudge\x20for\x20overrideExecute:\x20','UkCdH':_0x1a8122(0x18f),'qMheq':function(_0x1dc9c1){return _0x1dc9c1();},'LznGR':_0x1a8122(0x129),'NwEiN':function(_0x41fe2b,_0xba2fae){return _0x41fe2b===_0xba2fae;},'LzMBK':_0x1a8122(0x152),'NqQCc':_0x1a8122(0x160),'CHBRX':function(_0x421288,_0x1059f6){return _0x421288===_0x1059f6;},'RywRd':'executeScript','thgIb':_0x1a8122(0x149),'zkWfX':'capability','VRBIS':_0x1a8122(0x134),'Glewn':_0x1a8122(0x15b),'HcGEE':_0x1a8122(0x19b)},_0x2a8232=_0x252d3d[_0x1a8122(0x187)]||(helper[_0x1a8122(0x13f)](_0x3e2c00,[_0x25b417[_0x1a8122(0x12a)],_0x25b417['VRBIS']])||helper[_0x1a8122(0x13f)](_0x3e2c00,[_0x25b417[_0x1a8122(0x12a)],_0x25b417['Glewn'],_0x25b417['HcGEE']]));if(!globals['getGlobal'](_0x25b417[_0x1a8122(0x179)])&&!globals[_0x1a8122(0x153)](_0x25b417[_0x1a8122(0x137)])&&_0x2a8232)return;_0x252d3d['patchExecute']=!![],_0x252d3d[_0x1a8122(0x12e)]=_0x252d3d[_0x1a8122(0x176)],_0x252d3d[_0x1a8122(0x176)]=async _0x29fbb0=>{const _0x4b41ce=_0x1a8122,_0x703759={'IbWzW':_0x25b417[_0x4b41ce(0x179)],'GsZwR':_0x25b417[_0x4b41ce(0x181)],'SnOiE':function(_0xa5ead){return _0x25b417['qMheq'](_0xa5ead);},'KkBHI':_0x25b417[_0x4b41ce(0x15f)],'ccnQQ':function(_0x51b3e4,_0x56c43f){const _0x1d33be=_0x4b41ce;return _0x25b417[_0x1d33be(0x17c)](_0x51b3e4,_0x56c43f);},'HTRSN':_0x25b417['pFlrU'],'kLiLZ':_0x25b417[_0x4b41ce(0x137)],'NahKe':_0x25b417[_0x4b41ce(0x184)],'DZKya':function(_0x5d499a){const _0x2e4ab9=_0x4b41ce;return _0x25b417[_0x2e4ab9(0x170)](_0x5d499a);}};try{const _0x173779={};_0x173779['command']=_0x29fbb0['name_'],await PerformanceTester['measureWrapper'](PerformanceDriverEvents[_0x4b41ce(0x167)],async()=>{const _0x4a6a1c=_0x4b41ce;if(!commandRepository[_0x4a6a1c(0x142)]()&&globals[_0x4a6a1c(0x153)](_0x703759[_0x4a6a1c(0x146)])){const _0xa6135a=PerformanceTester['measureWrapper'](_0x703759['GsZwR'],async()=>{const _0x27da7f=_0x4a6a1c;try{commandRepository[_0x27da7f(0x17f)](!![]),await aiSdkWrapper[_0x27da7f(0x18e)]((await _0x252d3d['getSession']())['getId']());const _0x142833=globals[_0x27da7f(0x153)](_0x703759[_0x27da7f(0x146)]);_0x142833&&commandRepository[_0x27da7f(0x186)]((await _0x252d3d['getSession']())[_0x27da7f(0x175)]());}catch(_0x3b8630){logger[_0x27da7f(0x141)](_0x27da7f(0x163)+_0x3b8630);}});await _0x703759[_0x4a6a1c(0x147)](_0xa6135a);}},_0x173779)();const _0x2f56b2=await _0x252d3d['initExecute'](_0x29fbb0);try{if(_0x25b417[_0x4b41ce(0x193)](_0x29fbb0['name_'],_0x25b417[_0x4b41ce(0x19d)])||_0x25b417[_0x4b41ce(0x182)](_0x29fbb0[_0x4b41ce(0x19c)],_0x25b417[_0x4b41ce(0x165)])){const _0x38341a=_0x29fbb0['parameters_']&&_0x29fbb0[_0x4b41ce(0x16f)][_0x4b41ce(0x1a1)],_0x23f292=_0x29fbb0[_0x4b41ce(0x16f)]&&_0x29fbb0[_0x4b41ce(0x16f)][_0x4b41ce(0x185)],_0x1b68bf=_0x23f292&&util['format']('%j',_0x23f292);if(_0x38341a&&_0x25b417['CHBRX'](typeof _0x38341a,_0x25b417[_0x4b41ce(0x1a3)])){const _0x3d2b1e=constants[_0x4b41ce(0x198)][_0x4b41ce(0x197)](_0x140108=>_0x38341a[_0x4b41ce(0x135)](_0x140108)||_0x1b68bf&&_0x1b68bf[_0x4b41ce(0x135)](_0x140108));if(_0x3d2b1e){const _0x115a8e={};_0x115a8e[_0x4b41ce(0x14a)]=_0x3d2b1e,_0x115a8e['parameters']=_0x23f292;const _0x40969c={};_0x40969c['body']=_0x2f56b2;const _0x328673={};_0x328673[_0x4b41ce(0x13e)]=_0x115a8e,_0x328673[_0x4b41ce(0x188)]=_0x40969c,automationLogger[_0x4b41ce(0x13d)]('['+new Date()['toISOString']()+_0x4b41ce(0x178)+util['format']('%j',_0x328673));}}}}catch(_0x53abad){logger['silly']('Error\x20while\x20logging\x20accessibility\x20automation\x20logs\x20in\x20driver.execute\x20:\x20'+_0x53abad[_0x4b41ce(0x14f)]);}return await PerformanceTester[_0x4b41ce(0x14b)](PerformanceDriverEvents[_0x4b41ce(0x1a0)],async()=>{const _0x5267fb=_0x4b41ce;if(!helper[_0x5267fb(0x148)]()&&(commandRepository['isSelfHealEnabled']()||globals['getGlobal'](_0x703759[_0x5267fb(0x157)]))&&_0x703759['ccnQQ'](_0x29fbb0['name_'],_0x703759['HTRSN'])&&!_0x29fbb0[_0x5267fb(0x168)]&&globals[_0x5267fb(0x153)](_0x703759[_0x5267fb(0x146)])&&globals[_0x5267fb(0x153)](_0x703759[_0x5267fb(0x17e)])){const _0x5d53fd=new Date(),_0x6fa251=PerformanceTester[_0x5267fb(0x14b)](_0x703759[_0x5267fb(0x189)],async()=>{const _0x13e62c=_0x5267fb;return await aiSdkWrapper[_0x13e62c(0x13b)](_0x3e2c00,_0x252d3d,_0x29fbb0);});await _0x703759[_0x5267fb(0x194)](_0x6fa251);}},{'command':_0x29fbb0[_0x4b41ce(0x19c)]})(),_0x2f56b2;}catch(_0x1133fc){await PerformanceTester[_0x4b41ce(0x14b)](PerformanceDriverEvents[_0x4b41ce(0x1a0)],async()=>{const _0x153943=_0x4b41ce;logger[_0x153943(0x130)](_0x25b417[_0x153943(0x145)]);try{if(!helper[_0x153943(0x148)]()&&(_0x25b417[_0x153943(0x19a)](_0x1133fc[_0x153943(0x17d)],_0x25b417[_0x153943(0x155)])||_0x25b417[_0x153943(0x17b)](_0x1133fc[_0x153943(0x17d)],_0x25b417['hAFQz']))&&_0x25b417[_0x153943(0x19a)](_0x29fbb0[_0x153943(0x19c)],_0x25b417[_0x153943(0x14d)])&&commandRepository[_0x153943(0x13c)]()&&globals[_0x153943(0x153)](_0x25b417[_0x153943(0x179)])&&globals[_0x153943(0x153)](_0x25b417['iUHjY'])){_0x25b417[_0x153943(0x16d)](_0x29fbb0[_0x153943(0x16f)]['using'],_0x25b417[_0x153943(0x139)])?logger[_0x153943(0x159)](_0x25b417['EPwpw'](_0x25b417[_0x153943(0x174)](_0x25b417[_0x153943(0x13a)],_0x29fbb0['parameters_']['value']),_0x25b417[_0x153943(0x12b)])):logger[_0x153943(0x159)](_0x25b417[_0x153943(0x174)](_0x25b417[_0x153943(0x172)](_0x25b417['PtYKd'](_0x25b417[_0x153943(0x172)](_0x25b417[_0x153943(0x140)],_0x29fbb0['parameters_'][_0x153943(0x14c)]),':\x20'),_0x29fbb0['parameters_']['value']),_0x25b417[_0x153943(0x12b)]));const _0x59d102=PerformanceTester[_0x153943(0x14b)](_0x25b417[_0x153943(0x131)],async()=>{const _0x170fd5=_0x153943;return await aiSdkWrapper[_0x170fd5(0x18a)](_0x3e2c00,_0x252d3d,_0x29fbb0);}),_0x5d5204=new Date(),{locatorType:_0x328441,locatorValue:_0x1b58e0,commandHealed:_0x68f754}=await _0x25b417[_0x153943(0x170)](_0x59d102);if(_0x25b417[_0x153943(0x173)](_0x328441,_0x1b58e0)){_0x29fbb0[_0x153943(0x16f)][_0x153943(0x14c)]=_0x328441,_0x29fbb0[_0x153943(0x16f)][_0x153943(0x12f)]=_0x1b58e0,_0x29fbb0[_0x153943(0x168)]=!![];const _0x3e627f=_0x252d3d[_0x153943(0x176)](_0x29fbb0);return _0x25b417[_0x153943(0x193)](_0x328441,_0x25b417[_0x153943(0x139)])?logger['info'](_0x25b417[_0x153943(0x133)](_0x25b417[_0x153943(0x16e)],_0x1b58e0)):logger['info'](_0x25b417['QBGGS'](_0x25b417[_0x153943(0x19f)](_0x25b417[_0x153943(0x162)](_0x25b417['rdgMK'],_0x328441),':\x20'),_0x1b58e0)),_0x3e627f;}else!_0x68f754&&(_0x25b417[_0x153943(0x193)](_0x328441,_0x25b417[_0x153943(0x139)])?logger[_0x153943(0x159)](_0x25b417[_0x153943(0x17a)](_0x25b417[_0x153943(0x15a)],_0x29fbb0[_0x153943(0x16f)][_0x153943(0x12f)])):logger[_0x153943(0x159)](_0x25b417[_0x153943(0x162)](_0x25b417[_0x153943(0x161)](_0x25b417[_0x153943(0x162)](_0x25b417[_0x153943(0x171)],_0x29fbb0[_0x153943(0x16f)]['using']),':\x20'),_0x29fbb0[_0x153943(0x16f)][_0x153943(0x12f)])));}!_0x2a8232&&_0x25b417[_0x153943(0x143)](_0x29fbb0[_0x153943(0x19c)],_0x25b417[_0x153943(0x12d)])&&helper[_0x153943(0x13f)](_0x29fbb0,[_0x25b417[_0x153943(0x16b)],_0x25b417[_0x153943(0x180)]])&&!!constants['NUDGE_LOCAL_ERRORS']['find'](_0x1fc8fd=>{const _0x599e46=_0x153943;return _0x1133fc[_0x599e46(0x158)]()[_0x599e46(0x135)](_0x1fc8fd);})&&helper[_0x153943(0x19e)](_0x29fbb0['parameters_'][_0x153943(0x144)],!![]);}catch(_0x4d1ce3){logger[_0x153943(0x130)](_0x25b417[_0x153943(0x15c)],_0x4d1ce3);}},{'success':![],'failure':_0x1133fc})();throw _0x1133fc;}};};
|
|
1
|
+
const a124_0x2a472f=a124_0x4d00;(function(_0x52ee19,_0x4a1eaf){const _0x148194=a124_0x4d00,_0x5070a0=_0x52ee19();while(!![]){try{const _0x22f877=parseInt(_0x148194(0x122))/0x1+parseInt(_0x148194(0x113))/0x2*(parseInt(_0x148194(0x13e))/0x3)+parseInt(_0x148194(0x148))/0x4+-parseInt(_0x148194(0xdc))/0x5*(-parseInt(_0x148194(0xf6))/0x6)+-parseInt(_0x148194(0xf0))/0x7+-parseInt(_0x148194(0x11e))/0x8+parseInt(_0x148194(0x103))/0x9*(-parseInt(_0x148194(0x118))/0xa);if(_0x22f877===_0x4a1eaf)break;else _0x5070a0['push'](_0x5070a0['shift']());}catch(_0x3592e3){_0x5070a0['push'](_0x5070a0['shift']());}}}(a124_0x37fb,0x419d8));const {aiSdkWrapper}=require(a124_0x2a472f(0x12a)),{commandRepository}=require(a124_0x2a472f(0x14b)),PerformanceTester=require(a124_0x2a472f(0x12d)),globals=require('./globals'),{winstonLogger:logger,automationLogger}=require(a124_0x2a472f(0x117)),helper=require(a124_0x2a472f(0xf9)),constants=require(a124_0x2a472f(0xe9)),{DRIVER_EVENT:PerformanceDriverEvents}=require(a124_0x2a472f(0x116)),util=require(a124_0x2a472f(0x104));exports[a124_0x2a472f(0x11f)]=(_0x1d2d47,_0x501a2b)=>{const _0xb5cd95=a124_0x2a472f,_0x294f4f={'IPtgr':_0xb5cd95(0xef),'fowIi':_0xb5cd95(0xcf),'XyVuZ':function(_0x2f6926){return _0x2f6926();},'oNCyL':_0xb5cd95(0x106),'GOuty':function(_0x518677,_0x2a7f21){return _0x518677===_0x2a7f21;},'PRkfG':_0xb5cd95(0x10e),'IZrrg':'aiHeal_isHealingEnabled','rRyLv':_0xb5cd95(0xdf),'Ngvcx':function(_0xc0dc84){return _0xc0dc84();},'ZqfRM':'Caught\x20error\x20in\x20execute,\x20check\x20if\x20geturl\x20and\x20try\x20to\x20set\x20local\x20nudge','bwBTp':function(_0x53f255,_0x34decc){return _0x53f255===_0x34decc;},'wGHPh':_0xb5cd95(0x137),'ztTwU':'JavascriptError','fHkgP':_0xb5cd95(0xf3),'KyiWD':function(_0x37493b,_0x70f480){return _0x37493b+_0x70f480;},'OtuTy':_0xb5cd95(0x132),'ZZLeQ':_0xb5cd95(0x11d),'XdxnI':_0xb5cd95(0x11a),'QWQMg':'aiHeal:findElementFailure','rWBUU':function(_0x527928,_0x4db801){return _0x527928&&_0x4db801;},'GSNLD':function(_0x42db01,_0x540a9a){return _0x42db01===_0x540a9a;},'ZVUaj':function(_0x5e41b4,_0xdbfa1d){return _0x5e41b4+_0xdbfa1d;},'CPhrf':'Successfully\x20healed\x20command\x20using\x20new\x20cssPath:\x20','IAWxx':function(_0x3f09d8,_0x381690){return _0x3f09d8+_0x381690;},'PuMAV':_0xb5cd95(0x114),'LzKNE':_0xb5cd95(0x12e),'rdoBp':function(_0x4b522a,_0xcf518a){return _0x4b522a+_0xcf518a;},'OYSwI':_0xb5cd95(0x136),'RebGv':'get','lHduU':_0xb5cd95(0xd1),'xWyee':_0xb5cd95(0xf4),'FHWvz':'Error\x20in\x20local\x20nudge\x20for\x20overrideExecute:\x20','kyNdW':function(_0x470629,_0x2f6b57){return _0x470629===_0x2f6b57;},'weXgy':_0xb5cd95(0x140),'crtct':_0xb5cd95(0x149),'WIYdU':function(_0x5d541c,_0x442376){return _0x5d541c===_0x442376;},'YDoUA':_0xb5cd95(0x112),'cFedD':_0xb5cd95(0xe7),'NdHaF':_0xb5cd95(0xca),'OKWxi':_0xb5cd95(0xdb),'wUHBs':_0xb5cd95(0x133)},_0xd03dff=_0x1d2d47['patchExecute']||(helper[_0xb5cd95(0x107)](_0x501a2b,[_0x294f4f['cFedD'],_0x294f4f['NdHaF']])||helper[_0xb5cd95(0x107)](_0x501a2b,[_0x294f4f[_0xb5cd95(0xd5)],_0x294f4f['OKWxi'],_0x294f4f['wUHBs']]));if(!globals[_0xb5cd95(0xd9)](_0x294f4f[_0xb5cd95(0x125)])&&!globals[_0xb5cd95(0xd9)](_0x294f4f[_0xb5cd95(0xeb)])&&_0xd03dff)return;_0x1d2d47[_0xb5cd95(0x131)]=!![],_0x1d2d47[_0xb5cd95(0xf2)]=_0x1d2d47[_0xb5cd95(0x135)],_0x1d2d47['execute']=async _0x7a97aa=>{const _0x176d84=_0xb5cd95,_0x6cc138={'FBWWP':_0x294f4f[_0x176d84(0x125)],'yAVMe':_0x294f4f[_0x176d84(0x11c)],'EwWiR':function(_0x5ea79c,_0xd61d40){const _0x44b459=_0x176d84;return _0x294f4f[_0x44b459(0x119)](_0x5ea79c,_0xd61d40);},'DZCjf':_0x294f4f[_0x176d84(0x111)],'DJFzK':_0x294f4f['ztTwU'],'fuusl':_0x294f4f[_0x176d84(0x13b)],'xKNKe':_0x294f4f[_0x176d84(0xeb)],'TfCur':_0x294f4f[_0x176d84(0x14d)],'nwOEN':function(_0x215dde,_0x260f43){return _0x294f4f['KyiWD'](_0x215dde,_0x260f43);},'wfgoC':_0x294f4f['OtuTy'],'Wctnt':_0x294f4f[_0x176d84(0xf1)],'BYsjx':_0x294f4f[_0x176d84(0x108)],'FqKlX':_0x294f4f[_0x176d84(0x121)],'Jsbht':function(_0x5179a1){const _0x5715dd=_0x176d84;return _0x294f4f[_0x5715dd(0xe5)](_0x5179a1);},'guOAo':function(_0xc70555,_0x150737){const _0x2c6aa9=_0x176d84;return _0x294f4f[_0x2c6aa9(0x138)](_0xc70555,_0x150737);},'MtKWb':function(_0x28ceb5,_0x5da16a){return _0x294f4f['GSNLD'](_0x28ceb5,_0x5da16a);},'vXLEK':function(_0xa4c71,_0x415624){const _0x10b078=_0x176d84;return _0x294f4f[_0x10b078(0x127)](_0xa4c71,_0x415624);},'nhBzb':_0x294f4f['CPhrf'],'NwhLq':function(_0x55bbe3,_0x4daacc){return _0x294f4f['IAWxx'](_0x55bbe3,_0x4daacc);},'UpdmF':function(_0x20d048,_0x5d103f){const _0x500414=_0x176d84;return _0x294f4f[_0x500414(0xdd)](_0x20d048,_0x5d103f);},'CEsjI':_0x294f4f[_0x176d84(0xd7)],'ZYaIa':function(_0x29f936,_0x42df83){const _0x52ec23=_0x176d84;return _0x294f4f[_0x52ec23(0xe3)](_0x29f936,_0x42df83);},'ADbyy':_0x294f4f[_0x176d84(0xf7)],'PeMJh':function(_0x3ef393,_0x4b60d7){const _0x2c909b=_0x176d84;return _0x294f4f[_0x2c909b(0x139)](_0x3ef393,_0x4b60d7);},'zkdpm':function(_0x4a0d55,_0x58c52e){const _0x107157=_0x176d84;return _0x294f4f[_0x107157(0xdd)](_0x4a0d55,_0x58c52e);},'YsbSS':function(_0x5ca219,_0x414f32){return _0x294f4f['rdoBp'](_0x5ca219,_0x414f32);},'EYDOr':_0x294f4f['OYSwI'],'wfXWf':function(_0x4ddee8,_0x2ec339){return _0x294f4f['GOuty'](_0x4ddee8,_0x2ec339);},'ydeQl':_0x294f4f[_0x176d84(0x10d)],'qOQNe':_0x294f4f[_0x176d84(0x141)],'HcSiM':_0x294f4f['xWyee'],'eGfou':_0x294f4f['FHWvz']};try{const _0x1ce0cc={};_0x1ce0cc['command']=_0x7a97aa[_0x176d84(0xe1)],await PerformanceTester[_0x176d84(0x124)](PerformanceDriverEvents['PRE_EXECUTE'],async()=>{const _0x31510b=_0x176d84;if(!commandRepository[_0x31510b(0x10f)]()&&globals[_0x31510b(0xd9)](_0x294f4f[_0x31510b(0x125)])){const _0x433c1b=PerformanceTester[_0x31510b(0x124)](_0x294f4f[_0x31510b(0x126)],async()=>{const _0x25e2c7=_0x31510b;try{commandRepository['setTcgTokenStatus'](!![]),await aiSdkWrapper['setTcgToken']((await _0x1d2d47[_0x25e2c7(0x14c)]())[_0x25e2c7(0xe0)]());const _0x17c6df=globals[_0x25e2c7(0xd9)](_0x6cc138[_0x25e2c7(0x12f)]);_0x17c6df&&commandRepository['setAiSessionTimeStamp']((await _0x1d2d47['getSession']())[_0x25e2c7(0xe0)]());}catch(_0x53ad6c){logger[_0x25e2c7(0xcd)](_0x25e2c7(0x123)+_0x53ad6c);}});await _0x294f4f['XyVuZ'](_0x433c1b);}},_0x1ce0cc)();const _0x2dbb16=await _0x1d2d47[_0x176d84(0xf2)](_0x7a97aa);try{if(_0x294f4f['kyNdW'](_0x7a97aa[_0x176d84(0xe1)],_0x294f4f[_0x176d84(0xed)])||_0x294f4f[_0x176d84(0x142)](_0x7a97aa[_0x176d84(0xe1)],_0x294f4f[_0x176d84(0x11b)])){const _0x4fec0d=_0x7a97aa['parameters_']&&_0x7a97aa[_0x176d84(0xd1)][_0x176d84(0xd0)],_0x3c0362=_0x7a97aa['parameters_']&&_0x7a97aa[_0x176d84(0xd1)][_0x176d84(0x100)],_0x28d852=_0x3c0362&&util[_0x176d84(0xfd)]('%j',_0x3c0362);if(_0x4fec0d&&_0x294f4f[_0x176d84(0x12c)](typeof _0x4fec0d,_0x294f4f[_0x176d84(0xde)])){const _0x3865c8=constants[_0x176d84(0x128)][_0x176d84(0xe8)](_0x1524ce=>_0x4fec0d[_0x176d84(0x145)](_0x1524ce)||_0x28d852&&_0x28d852[_0x176d84(0x145)](_0x1524ce));if(_0x3865c8){const _0x2f3672={};_0x2f3672[_0x176d84(0xf8)]=_0x3865c8,_0x2f3672[_0x176d84(0xd8)]=_0x3c0362;const _0x793833={};_0x793833['body']=_0x2dbb16;const _0xb4b53b={};_0xb4b53b[_0x176d84(0x115)]=_0x2f3672,_0xb4b53b[_0x176d84(0x143)]=_0x793833,automationLogger[_0x176d84(0xe2)]('['+new Date()[_0x176d84(0xf5)]()+'][\x20SDK-AUTOMATION\x20]\x20'+util[_0x176d84(0xfd)]('%j',_0xb4b53b));}}}}catch(_0x37d1e6){logger['silly'](_0x176d84(0xee)+_0x37d1e6[_0x176d84(0x13a)]);}return await PerformanceTester[_0x176d84(0x124)](PerformanceDriverEvents[_0x176d84(0xd2)],async()=>{const _0x2dc079=_0x176d84;if(!helper['isBrowserstackInfra']()&&(commandRepository[_0x2dc079(0xcc)]()||globals[_0x2dc079(0xd9)](_0x294f4f['oNCyL']))&&_0x294f4f[_0x2dc079(0xe3)](_0x7a97aa[_0x2dc079(0xe1)],_0x294f4f['PRkfG'])&&!_0x7a97aa[_0x2dc079(0xcb)]&&globals[_0x2dc079(0xd9)](_0x294f4f[_0x2dc079(0x125)])&&globals['getGlobal'](_0x294f4f[_0x2dc079(0xeb)])){const _0x25da0d=new Date(),_0x205c84=PerformanceTester[_0x2dc079(0x124)](_0x294f4f[_0x2dc079(0x120)],async()=>{const _0x29ad8c=_0x2dc079;return await aiSdkWrapper[_0x29ad8c(0x129)](_0x501a2b,_0x1d2d47,_0x7a97aa);});await _0x294f4f[_0x2dc079(0xe5)](_0x205c84);}},{'command':_0x7a97aa[_0x176d84(0xe1)]})(),_0x2dbb16;}catch(_0x7d35a0){await PerformanceTester[_0x176d84(0x124)](PerformanceDriverEvents[_0x176d84(0xd2)],async()=>{const _0x3c56b5=_0x176d84;logger[_0x3c56b5(0x130)](_0x6cc138[_0x3c56b5(0x12b)]);try{if(!helper[_0x3c56b5(0xce)]()&&(_0x6cc138[_0x3c56b5(0x13d)](_0x7d35a0[_0x3c56b5(0xd4)],_0x6cc138['DZCjf'])||_0x6cc138[_0x3c56b5(0x13d)](_0x7d35a0[_0x3c56b5(0xd4)],_0x6cc138[_0x3c56b5(0x10b)]))&&_0x6cc138['EwWiR'](_0x7a97aa[_0x3c56b5(0xe1)],_0x6cc138['fuusl'])&&commandRepository[_0x3c56b5(0xcc)]()&&globals[_0x3c56b5(0xd9)](_0x6cc138[_0x3c56b5(0x12f)])&&globals['getGlobal'](_0x6cc138[_0x3c56b5(0xda)])){_0x6cc138[_0x3c56b5(0x13d)](_0x7a97aa[_0x3c56b5(0xd1)]['using'],_0x6cc138[_0x3c56b5(0x14a)])?logger['info'](_0x6cc138[_0x3c56b5(0xe4)](_0x6cc138['nwOEN'](_0x6cc138[_0x3c56b5(0xfe)],_0x7a97aa[_0x3c56b5(0xd1)][_0x3c56b5(0x105)]),_0x6cc138['Wctnt'])):logger[_0x3c56b5(0xd3)](_0x6cc138[_0x3c56b5(0xe4)](_0x6cc138['nwOEN'](_0x6cc138[_0x3c56b5(0xe4)](_0x6cc138['nwOEN'](_0x6cc138[_0x3c56b5(0x13c)],_0x7a97aa[_0x3c56b5(0xd1)][_0x3c56b5(0x110)]),':\x20'),_0x7a97aa[_0x3c56b5(0xd1)]['value']),_0x6cc138['Wctnt']));const _0x5e4110=PerformanceTester[_0x3c56b5(0x124)](_0x6cc138['FqKlX'],async()=>{const _0x5c9e33=_0x3c56b5;return await aiSdkWrapper[_0x5c9e33(0xd6)](_0x501a2b,_0x1d2d47,_0x7a97aa);}),_0xdf24d1=new Date(),{locatorType:_0x421de8,locatorValue:_0x1fd334,commandHealed:_0x16a4bb}=await _0x6cc138[_0x3c56b5(0x13f)](_0x5e4110);if(_0x6cc138['guOAo'](_0x421de8,_0x1fd334)){_0x7a97aa[_0x3c56b5(0xd1)][_0x3c56b5(0x110)]=_0x421de8,_0x7a97aa[_0x3c56b5(0xd1)][_0x3c56b5(0x105)]=_0x1fd334,_0x7a97aa['skipHealingSuccess']=!![];const _0x4dcadb=_0x1d2d47['execute'](_0x7a97aa);return _0x6cc138[_0x3c56b5(0x134)](_0x421de8,_0x6cc138[_0x3c56b5(0x14a)])?logger[_0x3c56b5(0xd3)](_0x6cc138[_0x3c56b5(0x147)](_0x6cc138[_0x3c56b5(0xfa)],_0x1fd334)):logger[_0x3c56b5(0xd3)](_0x6cc138['vXLEK'](_0x6cc138['NwhLq'](_0x6cc138['UpdmF'](_0x6cc138[_0x3c56b5(0x144)],_0x421de8),':\x20'),_0x1fd334)),_0x4dcadb;}else!_0x16a4bb&&(_0x6cc138[_0x3c56b5(0xea)](_0x421de8,_0x6cc138[_0x3c56b5(0x14a)])?logger['info'](_0x6cc138['vXLEK'](_0x6cc138[_0x3c56b5(0x146)],_0x7a97aa[_0x3c56b5(0xd1)][_0x3c56b5(0x105)])):logger['info'](_0x6cc138[_0x3c56b5(0x102)](_0x6cc138[_0x3c56b5(0xfb)](_0x6cc138[_0x3c56b5(0x14e)](_0x6cc138[_0x3c56b5(0x101)],_0x7a97aa['parameters_']['using']),':\x20'),_0x7a97aa[_0x3c56b5(0xd1)][_0x3c56b5(0x105)])));}!_0xd03dff&&_0x6cc138[_0x3c56b5(0xe6)](_0x7a97aa[_0x3c56b5(0xe1)],_0x6cc138[_0x3c56b5(0x10c)])&&helper[_0x3c56b5(0x107)](_0x7a97aa,[_0x6cc138[_0x3c56b5(0x10a)],_0x6cc138[_0x3c56b5(0xfc)]])&&!!constants[_0x3c56b5(0x109)][_0x3c56b5(0xe8)](_0x1fe41a=>{const _0x33b6ce=_0x3c56b5;return _0x7d35a0[_0x33b6ce(0xff)]()[_0x33b6ce(0x145)](_0x1fe41a);})&&helper['getNudgeLocalNotSetError'](_0x7a97aa[_0x3c56b5(0xd1)][_0x3c56b5(0xf4)],!![]);}catch(_0x165371){logger[_0x3c56b5(0x130)](_0x6cc138[_0x3c56b5(0xec)],_0x165371);}},{'success':![],'failure':_0x7d35a0})();throw _0x7d35a0;}};};function a124_0x4d00(_0x5c5808,_0x53a8ef){const _0x37fb4c=a124_0x37fb();return a124_0x4d00=function(_0x4d001b,_0x8dcba3){_0x4d001b=_0x4d001b-0xca;let _0x511cdf=_0x37fb4c[_0x4d001b];return _0x511cdf;},a124_0x4d00(_0x5c5808,_0x53a8ef);}function a124_0x37fb(){const _0x2266f7=['MtKWb','execute','Healing\x20failed\x20for\x20command\x20using\x20','NoSuchElementError','rWBUU','IAWxx','message','PRkfG','BYsjx','EwWiR','366YjHbjh','Jsbht','executeAsyncScript','lHduU','GSNLD','response','CEsjI','includes','ADbyy','vXLEK','935048VeddVd','executeScript','TfCur','./ai-sdk/autoHealHelper','getSession','fHkgP','YsbSS','browserstack.local','skipHealingSuccess','isSelfHealEnabled','error','isBrowserstackInfra','aiHeal:setToken','script','parameters_','POST_EXECUTE','info','name','cFedD','handleFailure','PuMAV','parameters','getGlobal','xKNKe','bstack:options','270bMibZY','KyiWD','YDoUA','aiHeal:findElementSuccess','getId','name_','silly','GOuty','nwOEN','Ngvcx','wfXWf','capability','find','../bin/utils/constants','ZYaIa','IZrrg','eGfou','weXgy','Error\x20while\x20logging\x20accessibility\x20automation\x20logs\x20in\x20driver.execute\x20:\x20','aiHeal_isAuthenticated','635656zHxPiQ','ZZLeQ','initExecute','css\x20selector','url','toISOString','51666vTyHyK','LzKNE','command','./helper','nhBzb','zkdpm','HcSiM','format','wfgoC','toString','args','EYDOr','PeMJh','2169JVhqCE','util','value','aiSdk_defaultLogDataEnabled','nestedKeyValue','XdxnI','NUDGE_LOCAL_ERRORS','qOQNe','DJFzK','ydeQl','RebGv','findElement','getTcgTokenStatus','using','wGHPh','string','4324xzAbBv','Successfully\x20healed\x20command\x20using\x20new\x20','request','./performance/constants','./logger','28550BcmIVg','bwBTp','findElement\x20command\x20failed\x20with\x20','crtct','ZqfRM',';\x20Trying\x20to\x20heal','1946848APnkfl','overrideExecute','rRyLv','QWQMg','328459OHFfMO','Error\x20in\x20handling\x20TCG\x20Auth:\x20','measureWrapper','IPtgr','fowIi','ZVUaj','AUTOMATION_LOG_COMMANDS','handleSuccess','./ai-sdk/aiSdkWrapper','yAVMe','WIYdU','./performance/performance-tester','Healing\x20failed\x20for\x20command\x20using\x20cssPath:\x20','FBWWP','debug','patchExecute','findElement\x20command\x20failed\x20with\x20cssPath:\x20','local'];a124_0x37fb=function(){return _0x2266f7;};return a124_0x37fb();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a125_0x9c6495=a125_0x4bac;function a125_0x1550(){const _0x4bc0a2=['patchScreenshot','BS_TESTOPS_ALLOW_SCREENSHOTS','TCTBT','./performance/constants','overrideQuit','TAKE_SCREENSHOT','FAXoe','toISOString','O11y_EVENTS','takeScreenshot','end','bs:addLog:','TEST_SCREENSHOT','ZXesv','patchQuit','DRYds','quitCount_','40764VLtkjd','initQuit','fJagU','quit','4501071PXvyPo','nYFzG','pid','IUIHY','initScreenshot','true','start','3064Wjskcx','ZjXjp','env','587388xgMBUM','485000sRBvhx','1555169BJxACb','1205pfVpLJ','emit','./performance/performance-tester','32aanIDT','20031AfYGIU'];a125_0x1550=function(){return _0x4bc0a2;};return a125_0x1550();}(function(_0x4d6c66,_0x37cb2c){const _0x1c2c43=a125_0x4bac,_0x34fe19=_0x4d6c66();while(!![]){try{const _0x505ad8=-parseInt(_0x1c2c43(0x1db))/0x1+-parseInt(_0x1c2c43(0x1c8))/0x2*(-parseInt(_0x1c2c43(0x1c9))/0x3)+parseInt(_0x1c2c43(0x1bf))/0x4*(parseInt(_0x1c2c43(0x1c5))/0x5)+parseInt(_0x1c2c43(0x1c2))/0x6+parseInt(_0x1c2c43(0x1c4))/0x7+parseInt(_0x1c2c43(0x1c3))/0x8+-parseInt(_0x1c2c43(0x1df))/0x9;if(_0x505ad8===_0x37cb2c)break;else _0x34fe19['push'](_0x34fe19['shift']());}catch(_0x43d854){_0x34fe19['push'](_0x34fe19['shift']());}}}(a125_0x1550,0x200ad));function a125_0x4bac(_0x5b846d,_0x360409){const _0x155040=a125_0x1550();return a125_0x4bac=function(_0x4bac52,_0xf9cfd8){_0x4bac52=_0x4bac52-0x1b9;let _0x129371=_0x155040[_0x4bac52];return _0x129371;},a125_0x4bac(_0x5b846d,_0x360409);}const PerformanceTester=require(a125_0x9c6495(0x1c7)),O11yEvents=require(a125_0x9c6495(0x1cd))[a125_0x9c6495(0x1d2)];exports['overrideTakeScreenshot']=_0x520256=>{const _0x2569d7=a125_0x9c6495,_0x21c6dd={'PYMpP':_0x2569d7(0x1d6),'FAXoe':function(_0x104b07,_0x1ed32c){return _0x104b07(_0x1ed32c);},'ZXesv':function(_0x4af734,_0x458f7a){return _0x4af734(_0x458f7a);},'fbpyK':function(_0x20a18d,_0x4572a3){return _0x20a18d!==_0x4572a3;},'fJagU':_0x2569d7(0x1bd)};if(_0x21c6dd['fbpyK'](process[_0x2569d7(0x1c1)][_0x2569d7(0x1cb)],_0x21c6dd[_0x2569d7(0x1dd)]))return;if(_0x520256[_0x2569d7(0x1ca)])return;_0x520256[_0x2569d7(0x1ca)]=!![],_0x520256[_0x2569d7(0x1bc)]=_0x520256[_0x2569d7(0x1d3)],_0x520256[_0x2569d7(0x1d3)]=()=>{const _0x193a7c={'nYFzG':_0x21c6dd['PYMpP'],'qTjPr':function(_0x822377,_0x41d5b5){const _0x54ae50=a125_0x4bac;return _0x21c6dd[_0x54ae50(0x1d0)](_0x822377,_0x41d5b5);},'ZjXjp':function(_0x51ee61,_0x3a6d00){const _0xec9137=a125_0x4bac;return _0x21c6dd[_0xec9137(0x1d7)](_0x51ee61,_0x3a6d00);}};return new Promise(function(_0x441d1f,_0x222dcc){const _0x18fda9=a125_0x4bac;_0x520256[_0x18fda9(0x1bc)]()['then'](_0x53339c=>{const _0x3920e3=_0x18fda9;PerformanceTester[_0x3920e3(0x1be)](O11yEvents[_0x3920e3(0x1cf)]),process[_0x3920e3(0x1c6)](_0x3920e3(0x1d5)+process[_0x3920e3(0x1ba)],{'timestamp':new Date()[_0x3920e3(0x1d1)](),'message':_0x53339c,'kind':_0x193a7c[_0x3920e3(0x1b9)]}),_0x193a7c['qTjPr'](_0x441d1f,_0x53339c),PerformanceTester[_0x3920e3(0x1d4)](O11yEvents[_0x3920e3(0x1cf)]);})['catch'](_0x2b2bb8=>{const _0x56a885=_0x18fda9;PerformanceTester[_0x56a885(0x1d4)](O11yEvents[_0x56a885(0x1cf)]),_0x193a7c[_0x56a885(0x1c0)](_0x222dcc,_0x2b2bb8);});});};},exports[a125_0x9c6495(0x1ce)]=(_0x577bd3,_0x278d12=null)=>{const _0x2ee712=a125_0x9c6495,_0x5c86c4={'TCTBT':function(_0x2c5262){return _0x2c5262();},'IUIHY':function(_0x2c857f,_0x2f2db1){return _0x2c857f>_0x2f2db1;}};if(_0x577bd3[_0x2ee712(0x1d8)])return;_0x577bd3[_0x2ee712(0x1d8)]=!![],_0x577bd3[_0x2ee712(0x1dc)]=_0x577bd3[_0x2ee712(0x1de)],_0x577bd3['quit']=()=>{const _0x3d911a=_0x2ee712,_0x57bc1e={'DRYds':function(_0x5e8999){const _0x143ca8=a125_0x4bac;return _0x5c86c4[_0x143ca8(0x1cc)](_0x5e8999);}};if(_0x278d12){_0x278d12['quitCount_']+=0x1;if(_0x5c86c4[_0x3d911a(0x1bb)](_0x278d12[_0x3d911a(0x1da)],0x1))return _0x577bd3[_0x3d911a(0x1dc)]();}else{_0x577bd3['quitCount_']+=0x1;if(_0x5c86c4[_0x3d911a(0x1bb)](_0x577bd3[_0x3d911a(0x1da)],0x1))return _0x577bd3[_0x3d911a(0x1dc)]();}return new Promise(function(_0x59b922){const _0x55366d=_0x3d911a;_0x57bc1e[_0x55366d(0x1d9)](_0x59b922);});};};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a126_0x14fb6f=a126_0x3b4b;function a126_0x3d56(){const _0x361431=['11039ZLmveV','JPUIg','createWriteStream','automate','percy/healthcheck','percy.log','exec','hNfUj','4168TtPKNH','BROWSERSTACK_TESTHUB_UUID','qyShk','Jdgmq','6291492oOEtkC','PERCY_SERVER_ADDRESS','Gbfti','end','wbVvC','../../helpers/performance/constants','ENV_VAR','58xNKpwf','EcXDZ','close','pipe','http://localhost:5338','healthcheck','isProcessRunning','start',':start','120663nXIMDo','lcKhk','join','iWmZC','ojKJD','6230636kWqxUr','../helper','app:exec','app','GET','wTxGQ','winstonLogger','&type=','Percy\x20healthcheck\x20successful','percyOptions','7766290TzZjFR','../logger','error','createPercyConfig','assign','Percy\x20config\x20created\x20at\x20','../../helpers/testhub/constants','DOWNLOAD','token','push','zWGoO','UbaBH','stderr','nTtzQ','nodeRequest','path','env','fqmKP','getBinaryPath','cikCD','795151xognlI','32523867IgSerG','data','percy.json','child_process','version','stringify','debug','Percy\x20fetch\x20token\x20success','stdout'];a126_0x3d56=function(){return _0x361431;};return a126_0x3d56();}(function(_0x378ff9,_0x1bbb52){const _0x2a503c=a126_0x3b4b,_0xfe28c=_0x378ff9();while(!![]){try{const _0x215343=parseInt(_0x2a503c(0x138))/0x1+parseInt(_0x2a503c(0x155))/0x2*(-parseInt(_0x2a503c(0x15e))/0x3)+parseInt(_0x2a503c(0x163))/0x4+parseInt(_0x2a503c(0x16d))/0x5+parseInt(_0x2a503c(0x14e))/0x6+-parseInt(_0x2a503c(0x142))/0x7*(-parseInt(_0x2a503c(0x14a))/0x8)+-parseInt(_0x2a503c(0x139))/0x9;if(_0x215343===_0x1bbb52)break;else _0xfe28c['push'](_0xfe28c['shift']());}catch(_0x59cdfb){_0xfe28c['push'](_0xfe28c['shift']());}}}(a126_0x3d56,0xf32ff));const fs=require('fs'),path=require(a126_0x14fb6f(0x133)),os=require('os'),{spawn}=require(a126_0x14fb6f(0x13c)),helper=require(a126_0x14fb6f(0x164)),logger=require(a126_0x14fb6f(0x16e))[a126_0x14fb6f(0x169)],{getLogDir}=require(a126_0x14fb6f(0x16e)),testHubConstants=require(a126_0x14fb6f(0x12a)),PerformanceTester=require('../../helpers/performance/performance-tester'),{PERCY_EVENTS:PerformanceEvents}=require(a126_0x14fb6f(0x153)),PercyBinary=require('./PercyBinary');function a126_0x3b4b(_0x2e6ac6,_0x137151){const _0x3d560a=a126_0x3d56();return a126_0x3b4b=function(_0x3b4bb5,_0x4b9e8c){_0x3b4bb5=_0x3b4bb5-0x129;let _0x33640c=_0x3d560a[_0x3b4bb5];return _0x33640c;},a126_0x3b4b(_0x2e6ac6,_0x137151);}class Percy{#logfile=path[a126_0x14fb6f(0x160)](getLogDir(),a126_0x14fb6f(0x147));#address=process[a126_0x14fb6f(0x134)][a126_0x14fb6f(0x14f)]||a126_0x14fb6f(0x159);#binaryPath=null;#config=null;#proc=null;#logStream=null;#isApp=![];[a126_0x14fb6f(0x15b)]=![];constructor(_0x5190c0){const _0x3ee47f=a126_0x14fb6f;this.#config=_0x5190c0,!!_0x5190c0[_0x3ee47f(0x166)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x40667d=a126_0x14fb6f;if(!this.#binaryPath){const _0x582286=new PercyBinary();PerformanceTester[_0x40667d(0x15c)](PerformanceEvents[_0x40667d(0x12b)]),this.#binaryPath=await _0x582286[_0x40667d(0x136)](this.#config),PerformanceTester[_0x40667d(0x151)](PerformanceEvents[_0x40667d(0x12b)]);}return this.#binaryPath;}async #sleep(_0x10e5ee){return new Promise(_0x4c8d64=>setTimeout(_0x4c8d64,_0x10e5ee));}async[a126_0x14fb6f(0x15a)](){const _0x5a94b=a126_0x14fb6f,_0x37e35={};_0x37e35[_0x5a94b(0x168)]='GET',_0x37e35[_0x5a94b(0x137)]=_0x5a94b(0x146);const _0xedff25=_0x37e35;try{const _0x125950=await helper[_0x5a94b(0x132)](_0xedff25['wTxGQ'],_0xedff25['cikCD'],null,null,this.#address);if(_0x125950)return!![];}catch(_0x1985f5){return![];}}async[a126_0x14fb6f(0x15c)](){const _0x13c24e=a126_0x14fb6f,_0x224d1a={'qyShk':_0x13c24e(0x165),'Gbfti':_0x13c24e(0x148),'fqmKP':function(_0x5d37ab,_0x538a20,_0x45b889,_0x1a103e){return _0x5d37ab(_0x538a20,_0x45b889,_0x1a103e);},'ojKJD':_0x13c24e(0x157),'zWGoO':_0x13c24e(0x16b)},_0xcc8370=await this.#getBinaryPath(),_0x15a360={};_0x15a360['flags']='a',this.#logStream=fs[_0x13c24e(0x144)](this.#logfile,_0x15a360);const _0x3a7a09=await this['fetchPercyToken'](),_0xf4d623=await this[_0x13c24e(0x170)]();if(!_0x3a7a09)return![];const _0x31e1ae=[(this.#isApp?_0x224d1a[_0x13c24e(0x14c)]:_0x224d1a[_0x13c24e(0x150)])+_0x13c24e(0x15d)];_0xf4d623&&_0x31e1ae[_0x13c24e(0x12d)]('-c',_0xf4d623);this.#proc=_0x224d1a[_0x13c24e(0x135)](spawn,_0xcc8370,_0x31e1ae,{'env':Object[_0x13c24e(0x171)](process[_0x13c24e(0x134)],{'PERCY_TOKEN':_0x3a7a09,'TH_BUILD_UUID':process[_0x13c24e(0x134)][testHubConstants[_0x13c24e(0x154)][_0x13c24e(0x14b)]]})}),this.#proc[_0x13c24e(0x141)][_0x13c24e(0x158)](this.#logStream),this.#proc[_0x13c24e(0x130)]['pipe'](this.#logStream),this[_0x13c24e(0x15b)]=!![];var _0xcb764f=this;this.#proc['on'](_0x224d1a[_0x13c24e(0x162)],function(_0x6470f6){const _0x27dd13=_0x13c24e;_0xcb764f[_0x27dd13(0x15b)]=![];});do{const _0xeea2fc=await this[_0x13c24e(0x15a)]();if(_0xeea2fc)return logger['debug'](_0x224d1a[_0x13c24e(0x12e)]),!![];await this.#sleep(0x3e8);}while(this[_0x13c24e(0x15b)]);return![];}async['stop'](){const _0x5ab391=a126_0x14fb6f,_0x57e3f4={'ZMjqK':function(_0x2a53e6,_0x376379){return _0x2a53e6(_0x376379);},'QsOyw':function(_0x4cbaf4,_0x563e67,_0x567429){return _0x4cbaf4(_0x563e67,_0x567429);},'UbaBH':'exec:stop','YSyqW':_0x5ab391(0x157)},_0x44ab63=await this.#getBinaryPath();return new Promise((_0x559c7d,_0x43932d)=>{const _0xd7510e=_0x5ab391,_0x2c072d=_0x57e3f4['QsOyw'](spawn,_0x44ab63,[_0x57e3f4[_0xd7510e(0x12f)]]);_0x2c072d['on'](_0x57e3f4['YSyqW'],_0x10f5c2=>{const _0x381e18=_0xd7510e;this[_0x381e18(0x15b)]=![],this.#logStream&&(this.#logStream['end'](),this.#logStream=null),_0x57e3f4['ZMjqK'](_0x559c7d,_0x10f5c2);});});}['isRunning'](){const _0xc3c5a0=a126_0x14fb6f;return this[_0xc3c5a0(0x15b)];}async['fetchPercyToken'](){const _0x34e8c8=a126_0x14fb6f,_0x4f8190={};_0x4f8190[_0x34e8c8(0x15f)]=_0x34e8c8(0x166),_0x4f8190['iWmZC']=_0x34e8c8(0x145),_0x4f8190['EcXDZ']=_0x34e8c8(0x167),_0x4f8190['Jdgmq']=_0x34e8c8(0x140);const _0x491fdd=_0x4f8190,_0x4fed7d=this.#config['projectName'];try{const _0x57d80e=this.#isApp?_0x491fdd[_0x34e8c8(0x15f)]:_0x491fdd[_0x34e8c8(0x161)],_0xf66039=await helper[_0x34e8c8(0x132)](_0x491fdd[_0x34e8c8(0x156)],'api/app_percy/get_project_token?name='+_0x4fed7d+_0x34e8c8(0x16a)+_0x57d80e,{},this.#config),_0x2c0420=_0xf66039[_0x34e8c8(0x13a)];return logger[_0x34e8c8(0x13f)](_0x491fdd[_0x34e8c8(0x14d)]),_0x2c0420[_0x34e8c8(0x12c)];}catch(_0x4c7e9f){return logger[_0x34e8c8(0x16f)]('Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20'+_0x4c7e9f),null;}}async[a126_0x14fb6f(0x170)](){const _0xbdd790=a126_0x14fb6f,_0x23572e={'JPUIg':function(_0x5abfcc,_0x1f9544){return _0x5abfcc(_0x1f9544);},'wbVvC':function(_0x484d27,_0x436567){return _0x484d27+_0x436567;},'hNfUj':_0xbdd790(0x129),'dscoe':function(_0x5c02d2,_0x125a75){return _0x5c02d2(_0x125a75);},'nTtzQ':_0xbdd790(0x13b)};if(!this.#config[_0xbdd790(0x16c)])return null;const _0x49564d=path[_0xbdd790(0x160)](os['tmpdir'](),_0x23572e[_0xbdd790(0x131)]),_0x4568d5=this.#config[_0xbdd790(0x16c)];return!_0x4568d5[_0xbdd790(0x13d)]&&(_0x4568d5[_0xbdd790(0x13d)]='2'),new Promise((_0x9368da,_0x47c90a)=>{const _0x58262e=_0xbdd790;fs['writeFile'](_0x49564d,JSON[_0x58262e(0x13e)](_0x4568d5),_0x19f27b=>{const _0x2fe033=_0x58262e;_0x19f27b&&(logger['error']('Error\x20creating\x20percy\x20config:\x20'+_0x19f27b),_0x23572e[_0x2fe033(0x143)](_0x9368da,null)),logger[_0x2fe033(0x13f)](_0x23572e[_0x2fe033(0x152)](_0x23572e[_0x2fe033(0x149)],_0x49564d)),_0x23572e['dscoe'](_0x9368da,_0x49564d);});});}}module['exports']=Percy;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a127_0x2076f0=a127_0x14e2;(function(_0x4fc1a6,_0x2348ca){const _0x452e05=a127_0x14e2,_0x425598=_0x4fc1a6();while(!![]){try{const _0x114165=-parseInt(_0x452e05(0xf0))/0x1*(parseInt(_0x452e05(0xda))/0x2)+-parseInt(_0x452e05(0xa1))/0x3+-parseInt(_0x452e05(0x121))/0x4+-parseInt(_0x452e05(0x127))/0x5+-parseInt(_0x452e05(0x10f))/0x6+parseInt(_0x452e05(0xaf))/0x7*(parseInt(_0x452e05(0x126))/0x8)+parseInt(_0x452e05(0x10b))/0x9*(parseInt(_0x452e05(0xb5))/0xa);if(_0x114165===_0x2348ca)break;else _0x425598['push'](_0x425598['shift']());}catch(_0x33686b){_0x425598['push'](_0x425598['shift']());}}}(a127_0x5713,0x706ad));const {https}=require(a127_0x2076f0(0xfb)),url=require(a127_0x2076f0(0xe3)),yauzl=require('yauzl'),fs=require('fs'),path=require(a127_0x2076f0(0xf5)),os=require('os'),{spawn}=require(a127_0x2076f0(0x9d)),HttpsProxyAgent=require(a127_0x2076f0(0xde)),logger=require(a127_0x2076f0(0xf9))[a127_0x2076f0(0xc3)];class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName=a127_0x2076f0(0xb4);#orderedPaths=[path['join'](this.#homedir(),a127_0x2076f0(0x10c)),process['cwd'](),os['tmpdir']()];constructor(){const _0x4c4bd1=a127_0x2076f0,_0x157254={};_0x157254[_0x4c4bd1(0x11e)]=_0x4c4bd1(0xa9),_0x157254[_0x4c4bd1(0xb9)]=function(_0x546000,_0x55b652){return _0x546000+_0x55b652;},_0x157254[_0x4c4bd1(0xae)]='/percy-osx.zip',_0x157254['JPYiG']=function(_0x2cf15b,_0x1cc85b){return _0x2cf15b+_0x1cc85b;},_0x157254['orqRD']=_0x4c4bd1(0xfe),_0x157254[_0x4c4bd1(0xdf)]=_0x4c4bd1(0xf1),_0x157254[_0x4c4bd1(0xa2)]=_0x4c4bd1(0xdb);const _0x116352=_0x157254,_0x2c3934=_0x116352['hPaym'];if(this.#hostOS[_0x4c4bd1(0x111)](/darwin|mac os/i))this.#httpPath=_0x116352[_0x4c4bd1(0xb9)](_0x2c3934,_0x116352[_0x4c4bd1(0xae)]);else this.#hostOS[_0x4c4bd1(0x111)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x116352[_0x4c4bd1(0x10a)](_0x2c3934,_0x116352[_0x4c4bd1(0xfd)]),this.#binaryName=_0x116352['tFOae']):this.#httpPath=_0x116352['aIfHZ'](_0x2c3934,_0x116352['VTAqI']);}#getAvailableDirs(){const _0x1cfea7=a127_0x2076f0,_0x5c20aa={};_0x5c20aa[_0x1cfea7(0xff)]=function(_0x22c65f,_0x4be110){return _0x22c65f<_0x4be110;},_0x5c20aa['pLUQm']='Error\x20trying\x20to\x20download\x20percy\x20binary';const _0x2327e5=_0x5c20aa;for(var _0x4039c5=0x0;_0x2327e5[_0x1cfea7(0xff)](_0x4039c5,this.#orderedPaths[_0x1cfea7(0xe9)]);_0x4039c5++){var _0x2d375a=this.#orderedPaths[_0x4039c5];if(this.#makePath(_0x2d375a))return _0x2d375a;}throw new Error(_0x2327e5[_0x1cfea7(0x9b)]);}#makePath(_0x2882b8){const _0x3d67a0=a127_0x2076f0;try{return _0x2882b8&&!this.#checkPath(_0x2882b8)&&fs[_0x3d67a0(0x113)](_0x2882b8),!![];}catch{return![];}}#checkPath(_0x7662a6,_0x1b5803){const _0x5aebcf=a127_0x2076f0,_0x395cf2={};_0x395cf2[_0x5aebcf(0xac)]=function(_0x6c6d01,_0x31b507){return _0x6c6d01|_0x31b507;},_0x395cf2[_0x5aebcf(0xc9)]=function(_0xbd4fe9,_0x4332e6){return _0xbd4fe9!==_0x4332e6;},_0x395cf2[_0x5aebcf(0xa8)]=_0x5aebcf(0x9a);const _0x818efa=_0x395cf2;_0x1b5803=_0x1b5803||_0x818efa['HbiWE'](fs['R_OK'],fs[_0x5aebcf(0xbe)]);try{return fs[_0x5aebcf(0xb3)](_0x7662a6,_0x1b5803),!![];}catch(_0xa78387){if(_0x818efa[_0x5aebcf(0xc9)](typeof fs[_0x5aebcf(0xb3)],_0x818efa['wsSjA']))return![];try{return fs['statSync'](_0x7662a6),!![];}catch(_0x21f4c4){return![];}}}#getETagPath(_0x39dbdc){const _0x62edd6=a127_0x2076f0;return path[_0x62edd6(0xf8)](_0x39dbdc,this.#binaryName+_0x62edd6(0x124));}#loadETag(_0x2b895f){const _0x2a13d0=a127_0x2076f0,_0x30d691={};_0x30d691['BIzug']=_0x2a13d0(0x116);const _0x2adbf6=_0x30d691,_0x2f4214=this.#getETagPath(_0x2b895f);if(this.#checkPath(_0x2f4214))try{return fs['readFileSync'](_0x2f4214,_0x2adbf6['BIzug'])[_0x2a13d0(0xc7)]();}catch(_0x45d3a7){logger[_0x2a13d0(0x10e)]('Failed\x20to\x20read\x20ETag\x20file:\x20'+_0x45d3a7);}return null;}#saveETag(_0x50b9a4,_0x495e85){const _0x1a973e=a127_0x2076f0,_0x1d26c8={};_0x1d26c8[_0x1a973e(0xc0)]=_0x1a973e(0x94);const _0x31a13b=_0x1d26c8;if(!_0x495e85)return;try{const _0x5b7799=this.#getETagPath(_0x50b9a4);fs[_0x1a973e(0x9f)](_0x5b7799,_0x495e85),logger[_0x1a973e(0x99)](_0x31a13b[_0x1a973e(0xc0)]);}catch(_0x25162e){logger[_0x1a973e(0x10e)](_0x1a973e(0x11f)+_0x25162e);}}async #handleBinaryDownload(_0x1195b3,_0x1b762d,_0x437aa9){const _0x3207d9=a127_0x2076f0,_0xa50e4d={};_0xa50e4d[_0x3207d9(0xd8)]=_0x3207d9(0xce);const _0xde9ab3=_0xa50e4d,_0xcf3ff4=await this[_0x3207d9(0x109)](_0x1195b3['binaryPath']);if(!_0xcf3ff4){logger[_0x3207d9(0xe6)](_0xde9ab3['iBLqQ']);const _0x6b34b9=await this[_0x3207d9(0xb8)](_0x1b762d,_0x437aa9);return _0x6b34b9[_0x3207d9(0xb0)];}return _0x1195b3['binaryPath'];}async[a127_0x2076f0(0xad)](_0x3157c7){const _0x21b81e=a127_0x2076f0,_0x461633={};_0x461633[_0x21b81e(0x95)]='Percy\x20binary\x20is\x20up\x20to\x20date\x20(ETag\x20unchanged)',_0x461633[_0x21b81e(0x110)]=_0x21b81e(0xa5);const _0x97d8da=_0x461633,_0xc5f6c1=this.#getAvailableDirs(),_0x4be7a0=path[_0x21b81e(0xf8)](_0xc5f6c1,this.#binaryName);if(this.#checkPath(_0x4be7a0,fs[_0x21b81e(0xe0)])){const _0x2907ef=this.#loadETag(_0xc5f6c1);if(_0x2907ef)try{const _0x4aa1f0=await this[_0x21b81e(0xb8)](_0x3157c7,_0xc5f6c1,_0x2907ef);if(!_0x4aa1f0['needsUpdate'])return logger[_0x21b81e(0x99)](_0x97d8da[_0x21b81e(0x95)]),_0x4be7a0;return logger[_0x21b81e(0x99)](_0x97d8da[_0x21b81e(0x110)]),await this.#handleBinaryDownload(_0x4aa1f0,_0x3157c7,_0xc5f6c1);}catch(_0x345af8){return logger[_0x21b81e(0x10e)]('Failed\x20to\x20check\x20for\x20binary\x20updates,\x20using\x20existing\x20binary:\x20'+_0x345af8),_0x4be7a0;}}const _0x1076ab=await this[_0x21b81e(0xb8)](_0x3157c7,_0xc5f6c1);return await this.#handleBinaryDownload(_0x1076ab,_0x3157c7,_0xc5f6c1);}['download'](_0x71e38d,_0x47672e,_0x5c80b6=null){const _0xc69f4c=a127_0x2076f0,_0x39c49a={'JqWCM':function(_0x3ecdba,_0x1e0edb){return _0x3ecdba(_0x1e0edb);},'bieJk':function(_0x4c40d5,_0x4f4401){return _0x4c40d5===_0x4f4401;},'VDExY':_0xc69f4c(0xe6),'LhZrz':_0xc69f4c(0xfc),'ALBDi':function(_0x125b19,_0x192d5f){return _0x125b19+_0x192d5f;},'HbkuZ':_0xc69f4c(0xd9)};_0x47672e&&!this.#checkPath(_0x47672e)&&fs[_0xc69f4c(0x113)](_0x47672e);const _0x103ae3=this.#binaryName,_0x27cd87=path[_0xc69f4c(0xf8)](_0x47672e,_0x39c49a[_0xc69f4c(0x119)](_0x103ae3,_0x39c49a[_0xc69f4c(0xf4)])),_0x3b2e7a=fs[_0xc69f4c(0xf7)](_0x27cd87),_0xda1b60=url[_0xc69f4c(0x104)](this.#httpPath);if(_0x71e38d[_0xc69f4c(0x120)]&&_0x71e38d[_0xc69f4c(0xdd)]){const _0x186231={};_0x186231['host']=_0x71e38d['proxyHost'],_0x186231[_0xc69f4c(0xeb)]=_0x71e38d[_0xc69f4c(0xdd)],_0xda1b60[_0xc69f4c(0xd3)]=new HttpsProxyAgent(_0x186231);}if(_0x71e38d[_0xc69f4c(0xcc)])try{_0xda1b60['ca']=fs[_0xc69f4c(0xed)](_0x71e38d['useCaCertificate']);}catch(_0x18f820){logger['error']('Percy\x20download\x20failed\x20to\x20read\x20cert\x20file:\x20'+_0x18f820);}if(_0x5c80b6){const _0x10bdd1={};_0x10bdd1['If-None-Match']=_0x5c80b6,_0x10bdd1[_0xc69f4c(0xe4)]=_0x39c49a['LhZrz'],_0xda1b60[_0xc69f4c(0xc5)]=_0x10bdd1;}else{const _0x18c71f={};_0x18c71f['Connection']=_0x39c49a[_0xc69f4c(0xd7)],_0xda1b60[_0xc69f4c(0xc5)]=_0x18c71f;}return new Promise((_0x265ac3,_0x1d6865)=>{const _0x22292e=_0xc69f4c,_0x4c0cc5={'hpqvA':function(_0xb815be,_0x1055ac){return _0x39c49a['JqWCM'](_0xb815be,_0x1055ac);}};https['get'](_0xda1b60,_0x1e7116=>{const _0x2ed67b=a127_0x14e2,_0x5ba548={'HAneE':function(_0x2e3ee9,_0x4771bb){return _0x39c49a['JqWCM'](_0x2e3ee9,_0x4771bb);},'ZxUgM':function(_0x5a593d,_0x74487b){const _0x2b2521=a127_0x14e2;return _0x39c49a[_0x2b2521(0xbc)](_0x5a593d,_0x74487b);}};if(_0x5c80b6&&_0x39c49a[_0x2ed67b(0xa3)](_0x1e7116[_0x2ed67b(0x107)],0x130)){_0x3b2e7a[_0x2ed67b(0xd1)]();const _0x265de1={};_0x265de1['needsUpdate']=![],_0x39c49a[_0x2ed67b(0xbc)](_0x265ac3,_0x265de1);return;}const _0x5d4b11=_0x1e7116['headers'][_0x2ed67b(0x101)];_0x5d4b11&&this.#saveETag(_0x47672e,_0x5d4b11),_0x1e7116['pipe'](_0x3b2e7a),_0x1e7116['on'](_0x39c49a[_0x2ed67b(0x114)],function(_0x21694f){const _0x4134f4=_0x2ed67b;logger[_0x4134f4(0xe6)](_0x4134f4(0xaa)+_0x21694f),_0x5ba548[_0x4134f4(0x118)](_0x1d6865,_0x21694f);}),_0x3b2e7a['on'](_0x39c49a[_0x2ed67b(0x114)],function(_0x431ebe){const _0xa6d52e=_0x2ed67b;logger[_0xa6d52e(0xe6)](_0xa6d52e(0xdc)+_0x431ebe),_0x5ba548[_0xa6d52e(0xec)](_0x1d6865,_0x431ebe);}),_0x3b2e7a['on'](_0x39c49a['LhZrz'],()=>{const _0x434919=_0x2ed67b;this[_0x434919(0xd2)](_0x27cd87,_0x47672e)[_0x434919(0x98)](_0x492077=>_0x265ac3({'needsUpdate':!![],'binaryPath':_0x492077}))[_0x434919(0xe7)](_0x1d6865);});})['on'](_0x39c49a[_0x22292e(0x114)],function(_0x594497){const _0x3dcff6=_0x22292e;logger[_0x3dcff6(0xe6)](_0x3dcff6(0x117)+_0x594497),_0x4c0cc5[_0x3dcff6(0xa4)](_0x1d6865,_0x594497);});});}[a127_0x2076f0(0xd2)](_0x3eb818,_0x2a188b){const _0x1860f5=a127_0x2076f0,_0xa6b892={'IBYQe':function(_0x5bb154,_0x526bda){return _0x5bb154===_0x526bda;},'gGjPh':function(_0x5ba71b,_0x3815ad){return _0x5ba71b(_0x3815ad);},'XNOtF':_0x1860f5(0xbf),'HTLiR':_0x1860f5(0xa6),'nCKUa':function(_0x203536,_0x3f57db){return _0x203536(_0x3f57db);},'TscXK':'entry','wxRdS':_0x1860f5(0xe6)},_0xc3d3ea=this.#binaryName,_0x46d13e=path[_0x1860f5(0xf8)](_0x2a188b,_0xc3d3ea);return new Promise((_0x157738,_0x2a51ed)=>{const _0x2d91c5=_0x1860f5,_0x4b12f5={'AWcPr':function(_0x1d91c1,_0x408c94){return _0xa6b892['IBYQe'](_0x1d91c1,_0x408c94);},'VuksF':function(_0x24e790,_0x2822d9){return _0xa6b892['gGjPh'](_0x24e790,_0x2822d9);},'ByFrj':_0xa6b892[_0x2d91c5(0x105)],'flNzz':_0xa6b892[_0x2d91c5(0x11a)],'YtLCj':function(_0x53db90,_0x39a345){const _0x2f4c3e=_0x2d91c5;return _0xa6b892[_0x2f4c3e(0xc2)](_0x53db90,_0x39a345);},'GAKXd':_0xa6b892[_0x2d91c5(0x115)],'UDwBT':_0xa6b892['wxRdS']},_0x34975e={};_0x34975e[_0x2d91c5(0x96)]=!![],yauzl[_0x2d91c5(0xab)](_0x3eb818,_0x34975e,function(_0x2fa8c4,_0x4a8c47){const _0x58519c=_0x2d91c5,_0x18a1fb={'pUpeC':function(_0x53bc35,_0x2fdec1){const _0x2516fe=a127_0x14e2;return _0x4b12f5[_0x2516fe(0xd6)](_0x53bc35,_0x2fdec1);},'Qhvim':_0x4b12f5[_0x58519c(0xee)],'UfcKw':function(_0x191d71,_0x50b772){const _0x1d2d7e=_0x58519c;return _0x4b12f5[_0x1d2d7e(0xd6)](_0x191d71,_0x50b772);}};_0x2fa8c4&&_0x4b12f5[_0x58519c(0xbb)](_0x2a51ed,_0x2fa8c4),_0x4a8c47['readEntry'](),_0x4a8c47['on'](_0x4b12f5[_0x58519c(0xcf)],_0x4cdc97=>{const _0x202877=_0x58519c;if(/\/$/[_0x202877(0x108)](_0x4cdc97[_0x202877(0x102)]))_0x4a8c47[_0x202877(0xa7)]();else{const _0x2de6f3=fs['createWriteStream'](path[_0x202877(0xf8)](_0x2a188b,_0x4cdc97[_0x202877(0x102)]));_0x4a8c47[_0x202877(0xf6)](_0x4cdc97,function(_0x10ad54,_0x4f2525){const _0xa18c4c=_0x202877;_0x10ad54&&_0x18a1fb[_0xa18c4c(0xe1)](_0x2a51ed,_0x2fa8c4),_0x4f2525['on'](_0x18a1fb[_0xa18c4c(0x112)],function(){const _0x4f7bde=_0xa18c4c;_0x2de6f3[_0x4f7bde(0xfc)](),_0x4a8c47[_0x4f7bde(0xa7)]();}),_0x4f2525[_0xa18c4c(0xe5)](_0x2de6f3);}),_0x4b12f5[_0x202877(0x125)](_0x4cdc97[_0x202877(0x102)],_0xc3d3ea)&&_0x4a8c47[_0x202877(0xfc)]();}}),_0x4a8c47['on'](_0x4b12f5[_0x58519c(0x11d)],_0x47e982=>{const _0x4aa6e0=_0x58519c;_0x4b12f5[_0x4aa6e0(0xd6)](_0x2a51ed,_0x47e982);}),_0x4a8c47[_0x58519c(0x100)](_0x4b12f5[_0x58519c(0xee)],()=>{const _0x189dd7=_0x58519c;fs[_0x189dd7(0xb2)](_0x46d13e,_0x4b12f5[_0x189dd7(0xc6)],function(_0x5bbfd6){const _0x4fafe4=_0x189dd7;_0x5bbfd6&&_0x18a1fb[_0x4fafe4(0xef)](_0x2a51ed,_0x5bbfd6),_0x18a1fb[_0x4fafe4(0xef)](_0x157738,_0x46d13e);}),_0x4a8c47[_0x189dd7(0xfc)]();});});});}async[a127_0x2076f0(0x109)](_0x5b0ec0){const _0x460015=a127_0x2076f0,_0x51b89c={'jycaS':function(_0x2ead2a,_0x5afc1f){return _0x2ead2a(_0x5afc1f);},'LsiID':function(_0x27e80c,_0x622975){return _0x27e80c(_0x622975);},'xSPxb':function(_0x5787c7,_0x309e4f,_0x41e734,_0x2579b6){return _0x5787c7(_0x309e4f,_0x41e734,_0x2579b6);},'gzIar':_0x460015(0x93),'VsPlZ':'data','JicyK':'close'},_0x2a16d6=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x437780,_0x3b01c5)=>{const _0x2cd8c5=_0x460015,_0x7716ef={'DKiMZ':function(_0xbd13d2,_0x12147e){const _0x3e1287=a127_0x14e2;return _0x51b89c[_0x3e1287(0xba)](_0xbd13d2,_0x12147e);}},_0x49d8bd={};_0x49d8bd[_0x2cd8c5(0xe8)]=process['env'];const _0x468408=_0x51b89c[_0x2cd8c5(0x11b)](spawn,_0x5b0ec0,[_0x51b89c['gzIar']],_0x49d8bd);_0x468408[_0x2cd8c5(0x97)]['on'](_0x51b89c[_0x2cd8c5(0xf2)],_0x2dd794=>{const _0x555328=_0x2cd8c5;_0x2a16d6[_0x555328(0x108)](_0x2dd794)&&_0x51b89c[_0x555328(0x9e)](_0x437780,!![]);}),_0x468408['on'](_0x51b89c[_0x2cd8c5(0x106)],()=>{const _0x57c79c=_0x2cd8c5;_0x7716ef[_0x57c79c(0xc4)](_0x437780,![]);});});}#homedir(){const _0x384a11=a127_0x2076f0,_0x5ab4={};_0x5ab4[_0x384a11(0xa0)]=function(_0x4424f4,_0x2c280c){return _0x4424f4===_0x2c280c;},_0x5ab4[_0x384a11(0x103)]='function',_0x5ab4[_0x384a11(0xcd)]=function(_0x44eda4,_0x27c9bd){return _0x44eda4===_0x27c9bd;},_0x5ab4[_0x384a11(0xe2)]='win32',_0x5ab4[_0x384a11(0xc1)]=function(_0x15a68c,_0x31f731){return _0x15a68c+_0x31f731;},_0x5ab4[_0x384a11(0x122)]='darwin',_0x5ab4[_0x384a11(0xbd)]=function(_0x3a2bca,_0x3a2418){return _0x3a2bca+_0x3a2418;},_0x5ab4[_0x384a11(0xd5)]='/Users/',_0x5ab4[_0x384a11(0xf3)]=function(_0x595183,_0x5baa24){return _0x595183===_0x5baa24;},_0x5ab4[_0x384a11(0x11c)]=_0x384a11(0xca),_0x5ab4[_0x384a11(0xd4)]='/root',_0x5ab4[_0x384a11(0xc8)]=_0x384a11(0x10d),_0x5ab4[_0x384a11(0xcb)]=function(_0x54ad52,_0x39fd53){return _0x54ad52||_0x39fd53;};const _0x308cae=_0x5ab4;if(_0x308cae[_0x384a11(0xa0)](typeof os['homedir'],_0x308cae[_0x384a11(0x103)]))return os['homedir']();const _0x86334e=process[_0x384a11(0xe8)],_0x53b561=_0x86334e[_0x384a11(0xfa)],_0x179287=_0x86334e[_0x384a11(0xb6)]||_0x86334e[_0x384a11(0xb1)]||_0x86334e[_0x384a11(0x9c)]||_0x86334e['USERNAME'];if(_0x308cae['YvlFU'](process[_0x384a11(0xea)],_0x308cae[_0x384a11(0xe2)]))return _0x86334e['USERPROFILE']||_0x308cae[_0x384a11(0xc1)](_0x86334e[_0x384a11(0xd0)],_0x86334e[_0x384a11(0x123)])||_0x53b561||null;if(_0x308cae[_0x384a11(0xa0)](process['platform'],_0x308cae[_0x384a11(0x122)]))return _0x53b561||(_0x179287?_0x308cae[_0x384a11(0xbd)](_0x308cae[_0x384a11(0xd5)],_0x179287):null);if(_0x308cae[_0x384a11(0xf3)](process[_0x384a11(0xea)],_0x308cae[_0x384a11(0x11c)]))return _0x53b561||(_0x308cae[_0x384a11(0xcd)](process['getuid'](),0x0)?_0x308cae['miEMr']:_0x179287?_0x308cae[_0x384a11(0xbd)](_0x308cae['eaCld'],_0x179287):null);return _0x308cae[_0x384a11(0xcb)](_0x53b561,null);}}function a127_0x14e2(_0x59f19a,_0x3d0f28){const _0x571303=a127_0x5713();return a127_0x14e2=function(_0x14e2cc,_0x2da795){_0x14e2cc=_0x14e2cc-0x93;let _0x120b0d=_0x571303[_0x14e2cc];return _0x120b0d;},a127_0x14e2(_0x59f19a,_0x3d0f28);}module[a127_0x2076f0(0xb7)]=PercyBinary;function a127_0x5713(){const _0x1a904b=['gTriJ','2400420jSnrUi','VTAqI','bieJk','hpqvA','New\x20Percy\x20binary\x20version\x20available,\x20downloading\x20update','end','readEntry','wsSjA','https://github.com/percy/cli/releases/latest/download','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response:\x20','open','HbiWE','getBinaryPath','tHTDH','11809vnnsnB','binaryPath','USER','chmod','accessSync','percy','1153700EiKaFo','LOGNAME','exports','download','aIfHZ','LsiID','YtLCj','JqWCM','eUjqb','W_OK','0755','GqJOs','wVNER','nCKUa','winstonLogger','DKiMZ','headers','ByFrj','trim','eaCld','iwLOJ','linux','ehhKS','useCaCertificate','YvlFU','Newly\x20downloaded\x20Percy\x20binary\x20is\x20corrupt,\x20retrying','GAKXd','HOMEDRIVE','destroy','extractAndSaveBinary','agent','miEMr','Nlxhz','VuksF','LhZrz','iBLqQ','.zip','150xyRhCt','/percy-linux.zip','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file:\x20','proxyPort','https-proxy-agent','tFOae','X_OK','pUpeC','woPno','url','Connection','pipe','error','catch','env','length','platform','port','ZxUgM','readFileSync','flNzz','UfcKw','404aVbbpQ','percy.exe','VsPlZ','DrDUs','HbkuZ','path','openReadStream','createWriteStream','join','../logger','HOME','follow-redirects','close','orqRD','/percy-win.zip','hPhXB','once','etag','fileName','XGGQw','parse','XNOtF','JicyK','statusCode','test','validateBinary','JPYiG','117pdvkgs','.browserstack','/home/','warn','1365000NpMFTM','NVvSh','match','Qhvim','mkdirSync','VDExY','TscXK','utf8','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request:\x20','HAneE','ALBDi','HTLiR','xSPxb','KhXwI','UDwBT','hPaym','Failed\x20to\x20save\x20ETag\x20file:\x20','proxyHost','2581636rdsjpN','SwLsP','HOMEPATH','.etag','AWcPr','3448WGuPxm','315485vysZCT','--version','Saved\x20new\x20ETag\x20for\x20percy\x20binary','HOyOV','lazyEntries','stdout','then','debug','undefined','pLUQm','LNAME','child_process','jycaS','writeFileSync'];a127_0x5713=function(){return _0x1a904b;};return a127_0x5713();}
|
|
1
|
+
function a127_0x4d59(_0x1ba6f2,_0x20e5a0){const _0x336cd5=a127_0x336c();return a127_0x4d59=function(_0x4d590d,_0x31c8f9){_0x4d590d=_0x4d590d-0x12c;let _0x23483a=_0x336cd5[_0x4d590d];return _0x23483a;},a127_0x4d59(_0x1ba6f2,_0x20e5a0);}const a127_0x1fe38e=a127_0x4d59;(function(_0x3a1a9c,_0x387539){const _0x29774c=a127_0x4d59,_0x3f2dcf=_0x3a1a9c();while(!![]){try{const _0x3dd04e=-parseInt(_0x29774c(0x1a7))/0x1*(-parseInt(_0x29774c(0x16b))/0x2)+-parseInt(_0x29774c(0x163))/0x3+-parseInt(_0x29774c(0x18b))/0x4+-parseInt(_0x29774c(0x1ab))/0x5*(-parseInt(_0x29774c(0x134))/0x6)+-parseInt(_0x29774c(0x14f))/0x7*(parseInt(_0x29774c(0x140))/0x8)+-parseInt(_0x29774c(0x1ba))/0x9+-parseInt(_0x29774c(0x137))/0xa*(-parseInt(_0x29774c(0x170))/0xb);if(_0x3dd04e===_0x387539)break;else _0x3f2dcf['push'](_0x3f2dcf['shift']());}catch(_0x16436d){_0x3f2dcf['push'](_0x3f2dcf['shift']());}}}(a127_0x336c,0xcfacb));function a127_0x336c(){const _0x4e4f54=['LNAME','jVVVq','match','QiwST','ygcCE','pipe','platform','106168WWSUCW','YUmGE','extractAndSaveBinary','CQubd','VuCVG','readEntry','Saved\x20new\x20ETag\x20for\x20percy\x20binary','NRvYM','nXqNC','0755','statSync','then','jGhHg','pnYba','../logger','665SjCNMU','https-proxy-agent','CTqPG','lazyEntries','writeFileSync','warn','hmRem','pfaJN','/percy-osx.zip','/Users/','zBxiz','host','uIHiP','WAzVq','close','accessSync','USERPROFILE','HOMEPATH','HOME','percy.exe','2351865QAgfim','test','fjmlB','/percy-win.zip','dgOCw','bRHzI','entry','data','3526MeIlmB','linux','.browserstack','getBinaryPath','New\x20Percy\x20binary\x20version\x20available,\x20downloading\x20update','3421JpOKvQ','darwin','readFileSync','Newly\x20downloaded\x20Percy\x20binary\x20is\x20corrupt,\x20retrying','--version','env','zFMvH','binaryPath','statusCode','UAdQi','jFRut','url','createWriteStream','gMwCg','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request:\x20','SPCnn','function','fUXSh','yauzl','tmpdir','getuid','download','utf8','fileName','mkdirSync','DKUrQ','R_OK','1652956aVPnkE','bYxHI','headers','join','error','TqtQB','hwGLm','child_process','validateBinary','useCaCertificate','qebGG','length','fRGUt','destroy','https://github.com/percy/cli/releases/latest/download','mMvqT','QRXcU','/root','EYlvz','percy','.etag','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file:\x20','trim','.zip','OiUdc','LOGNAME','lLxCd','EGhHy','357bBaYFc','KGHNi','dRbuf','exports','15515KsexbR','proxyHost','OAgjz','HOMEDRIVE','win32','gVtug','rQozp','JvYOI','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file:\x20','chmod','stdout','end','UOGqW','/percy-linux.zip','follow-redirects','12516723TaGDSh','VUbzo','agent','openReadStream','proxyPort','debug','ItWRY','X_OK','parse','XVMZS','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response:\x20','If-None-Match','once','EVsno','hpzUh','Failed\x20to\x20read\x20ETag\x20file:\x20','needsUpdate','Connection','xYcSH','642qOKqVj','PeQSI','open','120190oVZtwy','qLkpT'];a127_0x336c=function(){return _0x4e4f54;};return a127_0x336c();}const {https}=require(a127_0x1fe38e(0x1b9)),url=require(a127_0x1fe38e(0x17b)),yauzl=require(a127_0x1fe38e(0x182)),fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a127_0x1fe38e(0x192)),HttpsProxyAgent=require(a127_0x1fe38e(0x150)),logger=require(a127_0x1fe38e(0x14e))['winstonLogger'];class PercyBinary{#hostOS=process[a127_0x1fe38e(0x13f)];#httpPath=null;#binaryName=a127_0x1fe38e(0x19e);#orderedPaths=[path[a127_0x1fe38e(0x18e)](this.#homedir(),a127_0x1fe38e(0x16d)),process['cwd'](),os[a127_0x1fe38e(0x183)]()];constructor(){const _0x34b261=a127_0x1fe38e,_0x4b9f78={};_0x4b9f78['qebGG']=_0x34b261(0x199),_0x4b9f78['hpzUh']=function(_0x28c5a5,_0x26e4ff){return _0x28c5a5+_0x26e4ff;},_0x4b9f78[_0x34b261(0x13d)]=_0x34b261(0x157),_0x4b9f78['sgzVj']=_0x34b261(0x166),_0x4b9f78[_0x34b261(0x13c)]=_0x34b261(0x162),_0x4b9f78[_0x34b261(0x1a9)]=_0x34b261(0x1b8);const _0x112357=_0x4b9f78,_0x31d236=_0x112357[_0x34b261(0x195)];if(this.#hostOS[_0x34b261(0x13b)](/darwin|mac os/i))this.#httpPath=_0x112357[_0x34b261(0x12f)](_0x31d236,_0x112357[_0x34b261(0x13d)]);else this.#hostOS[_0x34b261(0x13b)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x112357[_0x34b261(0x12f)](_0x31d236,_0x112357['sgzVj']),this.#binaryName=_0x112357[_0x34b261(0x13c)]):this.#httpPath=_0x112357[_0x34b261(0x12f)](_0x31d236,_0x112357[_0x34b261(0x1a9)]);}#getAvailableDirs(){const _0x41ca96=a127_0x1fe38e,_0x24d507={};_0x24d507[_0x41ca96(0x159)]=function(_0x27225f,_0x3992d6){return _0x27225f<_0x3992d6;},_0x24d507[_0x41ca96(0x1b2)]='Error\x20trying\x20to\x20download\x20percy\x20binary';const _0x95a5b8=_0x24d507;for(var _0x54d484=0x0;_0x95a5b8[_0x41ca96(0x159)](_0x54d484,this.#orderedPaths[_0x41ca96(0x196)]);_0x54d484++){var _0x597309=this.#orderedPaths[_0x54d484];if(this.#makePath(_0x597309))return _0x597309;}throw new Error(_0x95a5b8[_0x41ca96(0x1b2)]);}#makePath(_0x9ce188){const _0x1d9407=a127_0x1fe38e;try{return _0x9ce188&&!this.#checkPath(_0x9ce188)&&fs[_0x1d9407(0x188)](_0x9ce188),!![];}catch{return![];}}#checkPath(_0x164326,_0x45f8f6){const _0x1a8dd1=a127_0x1fe38e,_0x33bbc7={};_0x33bbc7['mMvqT']=function(_0x3b7e95,_0x1efa60){return _0x3b7e95|_0x1efa60;},_0x33bbc7[_0x1a8dd1(0x141)]=function(_0x5364fd,_0x557bf0){return _0x5364fd!==_0x557bf0;},_0x33bbc7['uIHiP']='undefined';const _0x547f12=_0x33bbc7;_0x45f8f6=_0x45f8f6||_0x547f12[_0x1a8dd1(0x19a)](fs[_0x1a8dd1(0x18a)],fs['W_OK']);try{return fs[_0x1a8dd1(0x15e)](_0x164326,_0x45f8f6),!![];}catch(_0x21b424){if(_0x547f12[_0x1a8dd1(0x141)](typeof fs['accessSync'],_0x547f12[_0x1a8dd1(0x15b)]))return![];try{return fs[_0x1a8dd1(0x14a)](_0x164326),!![];}catch(_0x31901a){return![];}}}#getETagPath(_0x4a393c){const _0x9ebdc3=a127_0x1fe38e;return path['join'](_0x4a393c,this.#binaryName+_0x9ebdc3(0x19f));}#loadETag(_0x22efe8){const _0xd8b9=a127_0x1fe38e,_0x1cee1c={};_0x1cee1c[_0xd8b9(0x144)]=_0xd8b9(0x186);const _0x3d107b=_0x1cee1c,_0xe5bc0b=this.#getETagPath(_0x22efe8);if(this.#checkPath(_0xe5bc0b))try{return fs[_0xd8b9(0x172)](_0xe5bc0b,_0x3d107b['VuCVG'])[_0xd8b9(0x1a1)]();}catch(_0x29f9ce){logger['warn'](_0xd8b9(0x130)+_0x29f9ce);}return null;}#saveETag(_0x533543,_0x2113ad){const _0x27cea0=a127_0x1fe38e,_0x3e5204={};_0x3e5204[_0x27cea0(0x1bb)]=_0x27cea0(0x146);const _0x4a62fb=_0x3e5204;if(!_0x2113ad)return;try{const _0x18cbb6=this.#getETagPath(_0x533543);fs[_0x27cea0(0x153)](_0x18cbb6,_0x2113ad),logger['debug'](_0x4a62fb[_0x27cea0(0x1bb)]);}catch(_0x3661cb){logger[_0x27cea0(0x154)]('Failed\x20to\x20save\x20ETag\x20file:\x20'+_0x3661cb);}}async #handleBinaryDownload(_0x14c2bf,_0x535be6,_0x177bfc){const _0x46908b=a127_0x1fe38e,_0x1b5d33={};_0x1b5d33[_0x46908b(0x19d)]=_0x46908b(0x173);const _0x1df702=_0x1b5d33,_0x4299c8=await this['validateBinary'](_0x14c2bf[_0x46908b(0x177)]);if(!_0x4299c8){logger[_0x46908b(0x18f)](_0x1df702['EYlvz']);const _0x18f829=await this[_0x46908b(0x185)](_0x535be6,_0x177bfc);return _0x18f829[_0x46908b(0x177)];}return _0x14c2bf[_0x46908b(0x177)];}async[a127_0x1fe38e(0x16e)](_0x275bce){const _0x511b9d=a127_0x1fe38e,_0xd9baa9={};_0xd9baa9['UAdQi']='Percy\x20binary\x20is\x20up\x20to\x20date\x20(ETag\x20unchanged)',_0xd9baa9[_0x511b9d(0x147)]=_0x511b9d(0x16f);const _0x418fd2=_0xd9baa9,_0x20de1d=this.#getAvailableDirs(),_0x3da887=path[_0x511b9d(0x18e)](_0x20de1d,this.#binaryName);if(this.#checkPath(_0x3da887,fs[_0x511b9d(0x1c1)])){const _0x5414da=this.#loadETag(_0x20de1d);if(_0x5414da)try{const _0x2db49f=await this['download'](_0x275bce,_0x20de1d,_0x5414da);if(!_0x2db49f['needsUpdate'])return logger[_0x511b9d(0x1bf)](_0x418fd2[_0x511b9d(0x179)]),_0x3da887;return logger['debug'](_0x418fd2[_0x511b9d(0x147)]),await this.#handleBinaryDownload(_0x2db49f,_0x275bce,_0x20de1d);}catch(_0x1a9831){return logger[_0x511b9d(0x154)]('Failed\x20to\x20check\x20for\x20binary\x20updates,\x20using\x20existing\x20binary:\x20'+_0x1a9831),_0x3da887;}}const _0x455011=await this[_0x511b9d(0x185)](_0x275bce,_0x20de1d);return await this.#handleBinaryDownload(_0x455011,_0x275bce,_0x20de1d);}[a127_0x1fe38e(0x185)](_0x5a9bd1,_0x4a70f8,_0x35d619=null){const _0x32e1e7=a127_0x1fe38e,_0x120680={'gMwCg':function(_0x67d1e,_0x2f4a8e){return _0x67d1e(_0x2f4a8e);},'bRHzI':function(_0x8c69af,_0x5a3161){return _0x8c69af===_0x5a3161;},'EVsno':_0x32e1e7(0x18f),'jFRut':_0x32e1e7(0x15d),'rQozp':function(_0x3fa3da,_0x2c6bed){return _0x3fa3da(_0x2c6bed);},'KGHNi':function(_0x4a008d,_0x5c8a64){return _0x4a008d(_0x5c8a64);},'AYRRs':function(_0x4894a3,_0x2f1e8f){return _0x4894a3+_0x2f1e8f;},'WAzVq':_0x32e1e7(0x1a2)};_0x4a70f8&&!this.#checkPath(_0x4a70f8)&&fs[_0x32e1e7(0x188)](_0x4a70f8);const _0x233034=this.#binaryName,_0x42f319=path[_0x32e1e7(0x18e)](_0x4a70f8,_0x120680['AYRRs'](_0x233034,_0x120680[_0x32e1e7(0x15c)])),_0x796cef=fs[_0x32e1e7(0x17c)](_0x42f319),_0x55a006=url[_0x32e1e7(0x1c2)](this.#httpPath);if(_0x5a9bd1[_0x32e1e7(0x1ac)]&&_0x5a9bd1['proxyPort']){const _0x333b29={};_0x333b29[_0x32e1e7(0x15a)]=_0x5a9bd1[_0x32e1e7(0x1ac)],_0x333b29['port']=_0x5a9bd1[_0x32e1e7(0x1be)],_0x55a006[_0x32e1e7(0x1bc)]=new HttpsProxyAgent(_0x333b29);}if(_0x5a9bd1[_0x32e1e7(0x194)])try{_0x55a006['ca']=fs[_0x32e1e7(0x172)](_0x5a9bd1[_0x32e1e7(0x194)]);}catch(_0x50ef4c){logger[_0x32e1e7(0x18f)](_0x32e1e7(0x1a0)+_0x50ef4c);}if(_0x35d619){const _0x469771={};_0x469771[_0x32e1e7(0x12c)]=_0x35d619,_0x469771[_0x32e1e7(0x132)]=_0x120680[_0x32e1e7(0x17a)],_0x55a006[_0x32e1e7(0x18d)]=_0x469771;}else{const _0x2d1c1f={};_0x2d1c1f[_0x32e1e7(0x132)]=_0x120680[_0x32e1e7(0x17a)],_0x55a006[_0x32e1e7(0x18d)]=_0x2d1c1f;}return new Promise((_0x5813cd,_0x355c0b)=>{const _0x589074=_0x32e1e7,_0x225604={'qLkpT':function(_0x1f8760,_0x3f6451){const _0x420224=a127_0x4d59;return _0x120680[_0x420224(0x1a8)](_0x1f8760,_0x3f6451);}};https['get'](_0x55a006,_0x3b974b=>{const _0x505b51=a127_0x4d59,_0x2d3631={'QRXcU':function(_0x432525,_0x51d0fb){return _0x120680['gMwCg'](_0x432525,_0x51d0fb);}};if(_0x35d619&&_0x120680[_0x505b51(0x168)](_0x3b974b[_0x505b51(0x178)],0x130)){_0x796cef[_0x505b51(0x198)]();const _0x4b457={};_0x4b457[_0x505b51(0x131)]=![],_0x120680[_0x505b51(0x17d)](_0x5813cd,_0x4b457);return;}const _0x1d1908=_0x3b974b[_0x505b51(0x18d)]['etag'];_0x1d1908&&this.#saveETag(_0x4a70f8,_0x1d1908),_0x3b974b[_0x505b51(0x13e)](_0x796cef),_0x3b974b['on'](_0x120680[_0x505b51(0x12e)],function(_0x2eb377){const _0x5f3e12=_0x505b51;logger[_0x5f3e12(0x18f)](_0x5f3e12(0x1c4)+_0x2eb377),_0x2d3631[_0x5f3e12(0x19b)](_0x355c0b,_0x2eb377);}),_0x796cef['on'](_0x120680[_0x505b51(0x12e)],function(_0xfa1478){const _0x3fa99d=_0x505b51;logger[_0x3fa99d(0x18f)](_0x3fa99d(0x1b3)+_0xfa1478),_0x225604[_0x3fa99d(0x138)](_0x355c0b,_0xfa1478);}),_0x796cef['on'](_0x120680[_0x505b51(0x17a)],()=>{const _0x2abebf=_0x505b51;this['extractAndSaveBinary'](_0x42f319,_0x4a70f8)[_0x2abebf(0x14b)](_0x28222e=>_0x5813cd({'needsUpdate':!![],'binaryPath':_0x28222e}))['catch'](_0x355c0b);});})['on'](_0x120680[_0x589074(0x12e)],function(_0x3177da){const _0x2b2ccd=_0x589074;logger[_0x2b2ccd(0x18f)](_0x2b2ccd(0x17e)+_0x3177da),_0x120680[_0x2b2ccd(0x1b1)](_0x355c0b,_0x3177da);});});}[a127_0x1fe38e(0x142)](_0x6306a5,_0x260c2b){const _0x30f780=a127_0x1fe38e,_0x574f5b={'fUXSh':function(_0x4eff4b,_0x331a4e){return _0x4eff4b(_0x331a4e);},'fRGUt':_0x30f780(0x169),'fjmlB':_0x30f780(0x18f),'nXqNC':_0x30f780(0x1b6),'aiJOy':function(_0x4b42f2,_0x75d87d){return _0x4b42f2===_0x75d87d;},'KhtFa':function(_0x17aefa,_0x4e9067){return _0x17aefa(_0x4e9067);},'zFMvH':_0x30f780(0x149)},_0xe8705=this.#binaryName,_0x286ec8=path[_0x30f780(0x18e)](_0x260c2b,_0xe8705);return new Promise((_0x132d3b,_0xbdc1c1)=>{const _0x1fbea3=_0x30f780,_0x53e489={'CQubd':function(_0x8e6e39,_0x4f298e){const _0x952093=a127_0x4d59;return _0x574f5b[_0x952093(0x181)](_0x8e6e39,_0x4f298e);},'UOGqW':_0x574f5b['nXqNC'],'pfaJN':function(_0x4728cc,_0x345d1b){return _0x574f5b['aiJOy'](_0x4728cc,_0x345d1b);},'jVVVq':function(_0x4b664e,_0x438aee){return _0x574f5b['KhtFa'](_0x4b664e,_0x438aee);},'Tqxqx':_0x574f5b[_0x1fbea3(0x176)]},_0x356ac2={};_0x356ac2[_0x1fbea3(0x152)]=!![],yauzl[_0x1fbea3(0x136)](_0x6306a5,_0x356ac2,function(_0x2a73e2,_0x45d5e6){const _0x1e4337=_0x1fbea3;_0x2a73e2&&_0x574f5b[_0x1e4337(0x181)](_0xbdc1c1,_0x2a73e2),_0x45d5e6[_0x1e4337(0x145)](),_0x45d5e6['on'](_0x574f5b[_0x1e4337(0x197)],_0x4a12e1=>{const _0x173bc7=_0x1e4337,_0x226c23={'OAgjz':function(_0x2a8e74,_0xe389ce){return _0x53e489['CQubd'](_0x2a8e74,_0xe389ce);},'xYcSH':_0x53e489[_0x173bc7(0x1b7)]};if(/\/$/[_0x173bc7(0x164)](_0x4a12e1['fileName']))_0x45d5e6[_0x173bc7(0x145)]();else{const _0xc87f14=fs[_0x173bc7(0x17c)](path['join'](_0x260c2b,_0x4a12e1[_0x173bc7(0x187)]));_0x45d5e6[_0x173bc7(0x1bd)](_0x4a12e1,function(_0x24b0cb,_0x552e64){const _0x284af1=_0x173bc7;_0x24b0cb&&_0x226c23[_0x284af1(0x1ad)](_0xbdc1c1,_0x2a73e2),_0x552e64['on'](_0x226c23[_0x284af1(0x133)],function(){const _0x265bd4=_0x284af1;_0xc87f14[_0x265bd4(0x15d)](),_0x45d5e6[_0x265bd4(0x145)]();}),_0x552e64[_0x284af1(0x13e)](_0xc87f14);}),_0x53e489[_0x173bc7(0x156)](_0x4a12e1[_0x173bc7(0x187)],_0xe8705)&&_0x45d5e6[_0x173bc7(0x15d)]();}}),_0x45d5e6['on'](_0x574f5b[_0x1e4337(0x165)],_0x1a5820=>{const _0x4f38b1=_0x1e4337;_0x53e489[_0x4f38b1(0x13a)](_0xbdc1c1,_0x1a5820);}),_0x45d5e6[_0x1e4337(0x12d)](_0x574f5b[_0x1e4337(0x148)],()=>{const _0x12af54=_0x1e4337,_0x48e6c9={'ItWRY':function(_0xf1585a,_0x54e4e1){const _0xbaecaa=a127_0x4d59;return _0x53e489[_0xbaecaa(0x143)](_0xf1585a,_0x54e4e1);}};fs[_0x12af54(0x1b4)](_0x286ec8,_0x53e489['Tqxqx'],function(_0x2a5c0f){const _0x1e861a=_0x12af54;_0x2a5c0f&&_0x48e6c9[_0x1e861a(0x1c0)](_0xbdc1c1,_0x2a5c0f),_0x48e6c9[_0x1e861a(0x1c0)](_0x132d3b,_0x286ec8);}),_0x45d5e6[_0x12af54(0x15d)]();});});});}async[a127_0x1fe38e(0x193)](_0x2867ac){const _0x5e757f=a127_0x1fe38e,_0xb0febd={'xYwxW':function(_0x515ace,_0x10fa2d){return _0x515ace(_0x10fa2d);},'hmRem':function(_0x162e86,_0x68defd,_0x3bd702,_0x39df4c){return _0x162e86(_0x68defd,_0x3bd702,_0x39df4c);},'TzWAF':_0x5e757f(0x174),'lkSab':_0x5e757f(0x16a),'hwGLm':_0x5e757f(0x15d)},_0x2da034=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x502fd1,_0x5bde1b)=>{const _0x5a69c9=_0x5e757f,_0x11c3dd={'SPCnn':function(_0x50a5c0,_0x1ad492){return _0xb0febd['xYwxW'](_0x50a5c0,_0x1ad492);}},_0x2f3c57={};_0x2f3c57[_0x5a69c9(0x175)]=process['env'];const _0x2610ff=_0xb0febd[_0x5a69c9(0x155)](spawn,_0x2867ac,[_0xb0febd['TzWAF']],_0x2f3c57);_0x2610ff[_0x5a69c9(0x1b5)]['on'](_0xb0febd['lkSab'],_0x50ec0d=>{const _0xa3b07d=_0x5a69c9;_0x2da034[_0xa3b07d(0x164)](_0x50ec0d)&&_0x11c3dd['SPCnn'](_0x502fd1,!![]);}),_0x2610ff['on'](_0xb0febd[_0x5a69c9(0x191)],()=>{const _0x24b0e1=_0x5a69c9;_0x11c3dd[_0x24b0e1(0x17f)](_0x502fd1,![]);});});}#homedir(){const _0x5433f2=a127_0x1fe38e,_0x1fd288={};_0x1fd288[_0x5433f2(0x151)]=function(_0x2522b1,_0x13cffe){return _0x2522b1===_0x13cffe;},_0x1fd288[_0x5433f2(0x190)]=_0x5433f2(0x180),_0x1fd288[_0x5433f2(0x189)]=function(_0x3abf46,_0x3f0e7d){return _0x3abf46===_0x3f0e7d;},_0x1fd288['bYxHI']=_0x5433f2(0x1af),_0x1fd288[_0x5433f2(0x1a6)]=function(_0xb427b3,_0x54635f){return _0xb427b3+_0x54635f;},_0x1fd288[_0x5433f2(0x135)]=_0x5433f2(0x171),_0x1fd288[_0x5433f2(0x1a3)]=function(_0x2190ea,_0x5a763c){return _0x2190ea+_0x5a763c;},_0x1fd288[_0x5433f2(0x1b0)]=_0x5433f2(0x158),_0x1fd288['uHUKE']=_0x5433f2(0x16c),_0x1fd288['XVMZS']=function(_0x489711,_0x10804c){return _0x489711===_0x10804c;},_0x1fd288[_0x5433f2(0x14c)]=_0x5433f2(0x19c),_0x1fd288['lLxCd']=function(_0x25f261,_0x13336b){return _0x25f261+_0x13336b;},_0x1fd288['pnYba']='/home/',_0x1fd288[_0x5433f2(0x167)]=function(_0x1e4232,_0x413924){return _0x1e4232||_0x413924;};const _0x48e2b2=_0x1fd288;if(_0x48e2b2[_0x5433f2(0x151)](typeof os['homedir'],_0x48e2b2[_0x5433f2(0x190)]))return os['homedir']();const _0x5c7fde=process[_0x5433f2(0x175)],_0x466915=_0x5c7fde[_0x5433f2(0x161)],_0x1e19af=_0x5c7fde[_0x5433f2(0x1a4)]||_0x5c7fde['USER']||_0x5c7fde[_0x5433f2(0x139)]||_0x5c7fde['USERNAME'];if(_0x48e2b2[_0x5433f2(0x189)](process[_0x5433f2(0x13f)],_0x48e2b2[_0x5433f2(0x18c)]))return _0x5c7fde[_0x5433f2(0x15f)]||_0x48e2b2[_0x5433f2(0x1a6)](_0x5c7fde[_0x5433f2(0x1ae)],_0x5c7fde[_0x5433f2(0x160)])||_0x466915||null;if(_0x48e2b2['DKUrQ'](process[_0x5433f2(0x13f)],_0x48e2b2[_0x5433f2(0x135)]))return _0x466915||(_0x1e19af?_0x48e2b2[_0x5433f2(0x1a3)](_0x48e2b2[_0x5433f2(0x1b0)],_0x1e19af):null);if(_0x48e2b2[_0x5433f2(0x189)](process[_0x5433f2(0x13f)],_0x48e2b2['uHUKE']))return _0x466915||(_0x48e2b2[_0x5433f2(0x1c3)](process[_0x5433f2(0x184)](),0x0)?_0x48e2b2[_0x5433f2(0x14c)]:_0x1e19af?_0x48e2b2[_0x5433f2(0x1a5)](_0x48e2b2[_0x5433f2(0x14d)],_0x1e19af):null);return _0x48e2b2['dgOCw'](_0x466915,null);}}module[a127_0x1fe38e(0x1aa)]=PercyBinary;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a128_0x53f2(_0x53b7c9,_0x30f870){var _0x49b8ff=a128_0x49b8();return a128_0x53f2=function(_0x53f226,_0x8b2a07){_0x53f226=_0x53f226-0x6a;var _0xf45ee6=_0x49b8ff[_0x53f226];return _0xf45ee6;},a128_0x53f2(_0x53b7c9,_0x30f870);}var a128_0x56b71e=a128_0x53f2;(function(_0x360a72,_0x3dfa8b){var _0x30570f=a128_0x53f2,_0x5d8b22=_0x360a72();while(!![]){try{var _0x487d42=-parseInt(_0x30570f(0x6c))/0x1*(parseInt(_0x30570f(0x71))/0x2)+-parseInt(_0x30570f(0x77))/0x3+parseInt(_0x30570f(0x6e))/0x4+parseInt(_0x30570f(0x74))/0x5*(-parseInt(_0x30570f(0x73))/0x6)+parseInt(_0x30570f(0x72))/0x7*(parseInt(_0x30570f(0x70))/0x8)+-parseInt(_0x30570f(0x76))/0x9*(-parseInt(_0x30570f(0x6b))/0xa)+parseInt(_0x30570f(0x6d))/0xb*(parseInt(_0x30570f(0x6f))/0xc);if(_0x487d42===_0x3dfa8b)break;else _0x5d8b22['push'](_0x5d8b22['shift']());}catch(_0x5a848d){_0x5d8b22['push'](_0x5d8b22['shift']());}}}(a128_0x49b8,0xa1ffc));class PercyCaptureMap{#map={};[a128_0x56b71e(0x75)](_0x526139,_0x1bcf3b){!this.#map[_0x526139]&&(this.#map[_0x526139]={}),!this.#map[_0x526139][_0x1bcf3b]&&(this.#map[_0x526139][_0x1bcf3b]=0x0),this.#map[_0x526139][_0x1bcf3b]++;}['getName'](_0x408ab3,_0x4fd537){var _0x52cccb=a128_0x56b71e;return _0x408ab3+'-'+_0x4fd537+'-'+this[_0x52cccb(0x6a)](_0x408ab3,_0x4fd537);}['get'](_0x57ea24,_0x1adbd7){if(!this.#map[_0x57ea24])return 0x0;if(!this.#map[_0x57ea24][_0x1adbd7])return 0x0;return this.#map[_0x57ea24][_0x1adbd7];}}module['exports']=PercyCaptureMap;function a128_0x49b8(){var _0x3b1b59=['248484Gdzbwu','704fHODou','2667260OguNxP','324708XkJOFn','172360hTwUJJ','2WLKnVP','196kjVtfJ','6282240IcufAM','5qGNgVn','increment','1623033StfviK','3669348opfBJs','get','10UaRBuS'];a128_0x49b8=function(){return _0x3b1b59;};return a128_0x49b8();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a129_0x4b8f5b=a129_0x371f;(function(_0xc8653a,_0x18b8a6){var _0x5eec67=a129_0x371f,_0x4febcf=_0xc8653a();while(!![]){try{var _0x890632=parseInt(_0x5eec67(0x172))/0x1*(parseInt(_0x5eec67(0x174))/0x2)+parseInt(_0x5eec67(0x175))/0x3+-parseInt(_0x5eec67(0x173))/0x4*(parseInt(_0x5eec67(0x16d))/0x5)+-parseInt(_0x5eec67(0x171))/0x6+-parseInt(_0x5eec67(0x16a))/0x7+-parseInt(_0x5eec67(0x169))/0x8+parseInt(_0x5eec67(0x16f))/0x9*(parseInt(_0x5eec67(0x177))/0xa);if(_0x890632===_0x18b8a6)break;else _0x4febcf['push'](_0x4febcf['shift']());}catch(_0x42d38c){_0x4febcf['push'](_0x4febcf['shift']());}}}(a129_0x1bbc,0x5438a));var a129_0x2891c4={};a129_0x2891c4[a129_0x4b8f5b(0x176)]=[a129_0x4b8f5b(0x16e)],a129_0x2891c4[a129_0x4b8f5b(0x168)]=['click',a129_0x4b8f5b(0x16b)];var a129_0x6f189d={};a129_0x6f189d[a129_0x4b8f5b(0x176)]=[a129_0x4b8f5b(0x16e)];function a129_0x371f(_0x9932d1,_0x15683a){var _0x1bbc66=a129_0x1bbc();return a129_0x371f=function(_0x371fca,_0x385bce){_0x371fca=_0x371fca-0x167;var _0x49ec98=_0x1bbc66[_0x371fca];return _0x49ec98;},a129_0x371f(_0x9932d1,_0x15683a);}var a129_0x485562={};a129_0x485562['element']=[a129_0x4b8f5b(0x167)];function a129_0x1bbc(){var _0x3c5dd0=['3926604dRTuhh','317659ENvlbm','8PlwoEZ','2PBQgsO','433221zjcERA','driver','18758020SXyMYh','auto','click','element','2588216kSWPrK','3995733mHpoEH','sendKeys','exports','1110295JPZTCI','takeScreenshot','9QKhLZQ','testcase'];a129_0x1bbc=function(){return _0x3c5dd0;};return a129_0x1bbc();}var a129_0xf5e137={};a129_0xf5e137[a129_0x4b8f5b(0x178)]=a129_0x2891c4,a129_0xf5e137['screenshot']=a129_0x6f189d,a129_0xf5e137['click']=a129_0x485562,a129_0xf5e137[a129_0x4b8f5b(0x170)]={},a129_0xf5e137['manual']={},module[a129_0x4b8f5b(0x16c)]=a129_0xf5e137;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a130_0x583031=a130_0x3cd2;function a130_0x3cd2(_0x25e180,_0x3df328){const _0x466662=a130_0x4666();return a130_0x3cd2=function(_0x3cd220,_0xdf5440){_0x3cd220=_0x3cd220-0x14a;let _0x1351c6=_0x466662[_0x3cd220];return _0x1351c6;},a130_0x3cd2(_0x25e180,_0x3df328);}(function(_0x2c4f44,_0x547d9b){const _0x3dd555=a130_0x3cd2,_0x5b3391=_0x2c4f44();while(!![]){try{const _0x37221d=-parseInt(_0x3dd555(0x159))/0x1+-parseInt(_0x3dd555(0x16d))/0x2*(parseInt(_0x3dd555(0x16c))/0x3)+parseInt(_0x3dd555(0x168))/0x4+parseInt(_0x3dd555(0x160))/0x5+parseInt(_0x3dd555(0x155))/0x6*(parseInt(_0x3dd555(0x16f))/0x7)+-parseInt(_0x3dd555(0x170))/0x8*(parseInt(_0x3dd555(0x153))/0x9)+-parseInt(_0x3dd555(0x14d))/0xa*(-parseInt(_0x3dd555(0x16b))/0xb);if(_0x37221d===_0x547d9b)break;else _0x5b3391['push'](_0x5b3391['shift']());}catch(_0x38805a){_0x5b3391['push'](_0x5b3391['shift']());}}}(a130_0x4666,0xccc6c));const tryRequire=function(_0x2185bb,_0x3fa0ee){const _0x4eb6e5=a130_0x3cd2,_0xe813ca={'eCYKZ':function(_0x3a0676,_0x63ae67){return _0x3a0676(_0x63ae67);}};try{return _0xe813ca[_0x4eb6e5(0x16e)](require,_0x2185bb);}catch{return _0x3fa0ee;}},percySnapshot=tryRequire(a130_0x583031(0x162),null),{percyScreenshot}=tryRequire(a130_0x583031(0x162),{}),percyAppScreenshot=require('@percy/appium-app'),{getCurrentTestData}=require(a130_0x583031(0x15d)),PerformanceTester=require(a130_0x583031(0x14e)),{PERCY_EVENTS:PerformanceEvents}=require(a130_0x583031(0x14a)),logger=require('../logger')[a130_0x583031(0x152)];function a130_0x4666(){const _0x11c3e1=['name','../../helpers/testhub/utils','SCREENSHOT','screenshotApp','4077685oqEvdc','qfgwB','@percy/selenium-webdriver','JjOfs','length','browserstackPlatformIndex','Unsupported\x20driver\x20for\x20percy','testCase','1177740JPNwyq','WeoMI','measure','7259219oEFrJK','106581xkJJBY','22xEmQBR','eCYKZ','7CxRpBt','3776536ytlzOj','snapshot','../performance/constants','thTestCaseExecutionId','screenshot','10uSQpph','../performance/performance-tester','SCREENSHOT_APP','WsJTw','SNAPSHOT','winstonLogger','9onPFnJ','hFzmT','6308286vCtyMU','apply','platformIndex','akIua','1119654qRGBWB','uuid','browserstackPercyBestPlatform'];a130_0x4666=function(){return _0x11c3e1;};return a130_0x4666();}percySnapshot&&(exports[a130_0x583031(0x171)]=async function(){const _0x105d47=a130_0x583031,_0x2b8c76={'WsJTw':function(_0x44e7f2,_0x48a430){return _0x44e7f2!==_0x48a430;},'JjOfs':function(_0x47a0f5,_0x2e95e8){return _0x47a0f5>=_0x2e95e8;},'tNtzr':function(_0x4da36a){return _0x4da36a();}};if(global[_0x105d47(0x165)]&&_0x2b8c76[_0x105d47(0x150)](global['browserstackPlatformIndex'],global[_0x105d47(0x15b)]))return;const _0xc0cf88=_0x2b8c76[_0x105d47(0x163)](arguments['length'],0x2)?arguments[0x1]:'',_0x210309=_0x2b8c76['tNtzr'](getCurrentTestData),_0x275c10={};return _0x275c10[_0x105d47(0x15c)]=_0xc0cf88,_0x275c10[_0x105d47(0x167)]=_0x210309[_0x105d47(0x15c)]||'',_0x275c10[_0x105d47(0x14b)]=_0x210309[_0x105d47(0x15a)]||'',_0x275c10[_0x105d47(0x157)]=global[_0x105d47(0x165)],await PerformanceTester[_0x105d47(0x16a)](PerformanceEvents[_0x105d47(0x151)],()=>percySnapshot[_0x105d47(0x156)](null,arguments),_0x275c10);});percyScreenshot?exports[a130_0x583031(0x14c)]=async function(){const _0x4397f6=a130_0x583031,_0x4b3b00={'ArYbP':function(_0x324c42,_0x21214c){return _0x324c42>=_0x21214c;},'akIua':function(_0x19b650){return _0x19b650();}},_0x1b5d29=_0x4b3b00['ArYbP'](arguments[_0x4397f6(0x164)],0x2)?arguments[0x1]:'',_0x2a5e2f=_0x4b3b00[_0x4397f6(0x158)](getCurrentTestData),_0x107214={};return _0x107214[_0x4397f6(0x15c)]=_0x1b5d29,_0x107214[_0x4397f6(0x167)]=_0x2a5e2f[_0x4397f6(0x15c)]||'',_0x107214[_0x4397f6(0x14b)]=_0x2a5e2f[_0x4397f6(0x15a)]||'',_0x107214['platformIndex']=global[_0x4397f6(0x165)],await PerformanceTester[_0x4397f6(0x16a)](PerformanceEvents[_0x4397f6(0x15e)],()=>percyScreenshot[_0x4397f6(0x156)](null,arguments),_0x107214);}:exports['screenshot']=()=>{const _0x1a35e0=a130_0x583031,_0x3bc67a={};_0x3bc67a[_0x1a35e0(0x161)]=_0x1a35e0(0x166);const _0xe00fc3=_0x3bc67a;logger['error'](_0xe00fc3[_0x1a35e0(0x161)]);};exports[a130_0x583031(0x15f)]=async function(){const _0x4a9382=a130_0x583031,_0x3ab77f={'hFzmT':function(_0x4fe3aa,_0xc356fe){return _0x4fe3aa>=_0xc356fe;},'WeoMI':function(_0x39d19e){return _0x39d19e();}},_0xb72e1=_0x3ab77f[_0x4a9382(0x154)](arguments[_0x4a9382(0x164)],0x2)?arguments[0x1]:'',_0x19959f=_0x3ab77f[_0x4a9382(0x169)](getCurrentTestData),_0x3538aa={};return _0x3538aa[_0x4a9382(0x15c)]=_0xb72e1,_0x3538aa[_0x4a9382(0x167)]=_0x19959f[_0x4a9382(0x15c)]||'',_0x3538aa[_0x4a9382(0x14b)]=_0x19959f[_0x4a9382(0x15a)]||'',_0x3538aa[_0x4a9382(0x157)]=global[_0x4a9382(0x165)],await PerformanceTester[_0x4a9382(0x16a)](PerformanceEvents[_0x4a9382(0x14f)],()=>percyAppScreenshot[_0x4a9382(0x156)](null,arguments),_0x3538aa);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a131_0x5c31(_0x39f8e6,_0x3e7dd1){var _0x646a7b=a131_0x646a();return a131_0x5c31=function(_0x5c31d9,_0x48df8e){_0x5c31d9=_0x5c31d9-0xde;var _0x2ee774=_0x646a7b[_0x5c31d9];return _0x2ee774;},a131_0x5c31(_0x39f8e6,_0x3e7dd1);}var a131_0xa19e35=a131_0x5c31;function a131_0x646a(){var _0x1e5842=['1247231IFzFWQ','114uZhUxh','exports','11112120czYfrV','154745iSaMRg','143800WTTiom','110jrngcb','250ZITHen','3873xtJvcX','133vCjmWw','1199708eRAHqt','1045539JZwepp'];a131_0x646a=function(){return _0x1e5842;};return a131_0x646a();}(function(_0x11994c,_0x9b6c72){var _0x1bf8c4=a131_0x5c31,_0x298e10=_0x11994c();while(!![]){try{var _0x5eaaee=parseInt(_0x1bf8c4(0xe5))/0x1+-parseInt(_0x1bf8c4(0xe0))/0x2*(parseInt(_0x1bf8c4(0xe1))/0x3)+parseInt(_0x1bf8c4(0xe3))/0x4+-parseInt(_0x1bf8c4(0xe9))/0x5*(parseInt(_0x1bf8c4(0xe6))/0x6)+parseInt(_0x1bf8c4(0xe2))/0x7*(-parseInt(_0x1bf8c4(0xde))/0x8)+parseInt(_0x1bf8c4(0xe8))/0x9+-parseInt(_0x1bf8c4(0xdf))/0xa*(parseInt(_0x1bf8c4(0xe4))/0xb);if(_0x5eaaee===_0x9b6c72)break;else _0x298e10['push'](_0x298e10['shift']());}catch(_0x3db82d){_0x298e10['push'](_0x298e10['shift']());}}}(a131_0x646a,0x9d8f8),module[a131_0xa19e35(0xe7)]=require('./Percy'));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a132_0x28e0(){const _0x4a2faa=['../logger','\x20for\x20percy\x20','forEach','browserstackPercyMap','overrideXforPercy','getPercyOptions','jvcvR','430277MQKVMR','stop','patchDriverPercy','isUndefined','measureWrapper','ROqiH','Error\x20patching\x20','./Percy','56giysHj','606321dLrpwA','percyAutoCapture','1494608DEZpoN','KmwJg','3614100wrsphC','stopPercy','reduce','firefox','eCMPr','app','Vopva','driver','AUTO_CAPTURE','xKBGn','manual','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','winstonLogger','2eKcBAB','debug','error','screenshotApp','getBestPlatformForPercySnapshot','3275390yLCdQw','percyCaptureMode','toLowerCase','apply','getName','browserStackPercyOptions','Stopping\x20percy','init','platforms','patch','start','browser','dUtgB','4472867UmWKFl','../performance/performance-tester','ISeAv','deviceName','percy','then','edge','nestedKeyValue','auto','getDriver','1781250sLJyMl','screenshot','./PercySDK','startPercy','Starting\x20percy','increment','XMKZW','ofEBh','prototype','scxlY','HZgoD','browserstackSessionName','./PercyCaptureMap','ODPjj'];a132_0x28e0=function(){return _0x4a2faa;};return a132_0x28e0();}const a132_0x5c8fb6=a132_0x5779;function a132_0x5779(_0x35c84e,_0x1081cc){const _0x28e0a9=a132_0x28e0();return a132_0x5779=function(_0x57794a,_0x45c450){_0x57794a=_0x57794a-0x1e2;let _0x5c4731=_0x28e0a9[_0x57794a];return _0x5c4731;},a132_0x5779(_0x35c84e,_0x1081cc);}(function(_0x4fcd8f,_0x276d5){const _0x459834=a132_0x5779,_0x9f60bb=_0x4fcd8f();while(!![]){try{const _0x4fa311=-parseInt(_0x459834(0x21a))/0x1*(parseInt(_0x459834(0x1e9))/0x2)+-parseInt(_0x459834(0x205))/0x3+parseInt(_0x459834(0x225))/0x4+-parseInt(_0x459834(0x1ee))/0x5+parseInt(_0x459834(0x227))/0x6+parseInt(_0x459834(0x1fb))/0x7+-parseInt(_0x459834(0x222))/0x8*(-parseInt(_0x459834(0x223))/0x9);if(_0x4fa311===_0x276d5)break;else _0x9f60bb['push'](_0x9f60bb['shift']());}catch(_0x3ae02c){_0x9f60bb['push'](_0x9f60bb['shift']());}}}(a132_0x28e0,0x637a5));const Percy=require(a132_0x5c8fb6(0x221)),PercySDK=require(a132_0x5c8fb6(0x207)),PercyCaptureModes=require('./PercyCaptureModes'),PercyCaptureMap=require(a132_0x5c8fb6(0x211)),logger=require(a132_0x5c8fb6(0x213))[a132_0x5c8fb6(0x1e8)],helper=require('../helper'),PerformanceTester=require(a132_0x5c8fb6(0x1fc)),{PERCY_EVENTS:PerformanceEvents}=require('../performance/constants');exports[a132_0x5c8fb6(0x208)]=PerformanceTester[a132_0x5c8fb6(0x21e)](PerformanceEvents['START'],async _0x5f5c5e=>{const _0x304109=a132_0x5c8fb6,_0x1d0bc2={};_0x1d0bc2[_0x304109(0x219)]=_0x304109(0x209);const _0x599ff0=_0x1d0bc2;logger[_0x304109(0x1ea)](_0x599ff0[_0x304109(0x219)]);const _0x263df9=new Percy(_0x5f5c5e),_0x352206=await _0x263df9[_0x304109(0x1f8)]();if(_0x352206)return _0x263df9;return null;}),exports[a132_0x5c8fb6(0x228)]=PerformanceTester[a132_0x5c8fb6(0x21e)](PerformanceEvents['STOP'],async _0x56af19=>{const _0x297383=a132_0x5c8fb6,_0x3d743d={};_0x3d743d[_0x297383(0x20b)]=_0x297383(0x1f4);const _0x292744=_0x3d743d;return logger[_0x297383(0x1ea)](_0x292744['XMKZW']),_0x56af19[_0x297383(0x21b)]();}),exports[a132_0x5c8fb6(0x1ed)]=_0x5d2083=>{const _0x43e7ed=a132_0x5c8fb6,_0x27dd93={};_0x27dd93[_0x43e7ed(0x1fa)]=function(_0x53e4aa,_0x3289ed){return _0x53e4aa<_0x3289ed;};const _0x33a3cf=_0x27dd93,_0x42fcaa={};_0x42fcaa['chrome']=0x0,_0x42fcaa[_0x43e7ed(0x22a)]=0x1,_0x42fcaa[_0x43e7ed(0x201)]=0x2,_0x42fcaa['safari']=0x3;const _0x18c5a6=_0x42fcaa;return _0x5d2083[_0x43e7ed(0x229)]((_0x44d9e2,_0x3ca6f8,_0x36ddaf)=>{const _0x477cdd=_0x43e7ed,_0x48bffe=_0x5d2083[_0x44d9e2];if(_0x3ca6f8[_0x477cdd(0x1fe)])return _0x44d9e2;if(_0x48bffe['deviceName'])return _0x36ddaf;const _0xd566f5=_0x3ca6f8[_0x477cdd(0x1f9)]?_0x3ca6f8[_0x477cdd(0x1f9)]:_0x3ca6f8['browserName'];if(_0xd566f5&&_0x33a3cf[_0x477cdd(0x1fa)](_0x18c5a6[_0xd566f5['toLowerCase']()],_0x18c5a6[_0xd566f5[_0x477cdd(0x1f0)]()]))return _0x36ddaf;return _0x44d9e2;},0x0);},exports[a132_0x5c8fb6(0x224)]=PerformanceTester['measureWrapper'](PerformanceEvents[a132_0x5c8fb6(0x1e4)],async(_0x4c5c31,_0x35c76c,_0x978f04)=>{const _0x50bd39=a132_0x5c8fb6,_0x5e0042={};_0x5e0042[_0x50bd39(0x22b)]=_0x50bd39(0x1e7);const _0x9bb008=_0x5e0042,_0x1cc7bc=_0x4c5c31[_0x50bd39(0x216)];if(helper[_0x50bd39(0x21d)](_0x4c5c31[_0x50bd39(0x210)])){logger['debug'](_0x9bb008['eCMPr']);return;}const _0x114e0f=_0x1cc7bc[_0x50bd39(0x1f2)](_0x4c5c31[_0x50bd39(0x210)],_0x35c76c);_0x978f04[_0x50bd39(0x22c)]?await PercySDK[_0x50bd39(0x1ec)](_0x4c5c31,_0x114e0f):await PercySDK[_0x50bd39(0x206)](_0x4c5c31,_0x114e0f),_0x1cc7bc[_0x50bd39(0x20a)](_0x4c5c31[_0x50bd39(0x210)],_0x35c76c);}),exports[a132_0x5c8fb6(0x21c)]=(_0x2b0e46,_0x5b9e37,_0x350240)=>{const _0x359ace=a132_0x5c8fb6,_0x54e4fa={};_0x54e4fa[_0x359ace(0x1fd)]=_0x359ace(0x1f3),_0x54e4fa[_0x359ace(0x20f)]='percy',_0x54e4fa['xKBGn']=function(_0xd41691,_0xcc3e89){return _0xd41691!==_0xcc3e89;},_0x54e4fa[_0x359ace(0x20e)]=_0x359ace(0x1e6);const _0xbaf6e2=_0x54e4fa;if(!helper[_0x359ace(0x202)](_0x350240,[_0xbaf6e2['ISeAv'],_0xbaf6e2[_0x359ace(0x20f)]]))return;if(_0x350240[_0x359ace(0x1f3)][_0x359ace(0x1ff)]&&_0x350240[_0x359ace(0x1f3)]['percyCaptureMode']&&_0xbaf6e2[_0x359ace(0x1e5)](_0x350240[_0x359ace(0x1f3)][_0x359ace(0x1ef)],_0xbaf6e2['scxlY'])&&!_0x2b0e46[_0x359ace(0x216)]){global[_0x359ace(0x210)]&&(_0x2b0e46['browserstackSessionName']=global[_0x359ace(0x210)]),_0x2b0e46['browserstackPercyMap']=new PercyCaptureMap();const _0x7e3aea=PercyCaptureModes[_0x350240['browserStackPercyOptions'][_0x359ace(0x1ef)]];_0x7e3aea[_0x359ace(0x1e3)]&&_0x7e3aea[_0x359ace(0x1e3)][_0x359ace(0x215)](_0x330a05=>this[_0x359ace(0x217)](_0x2b0e46,_0x330a05,_0x350240)),_0x7e3aea['element']&&_0x7e3aea['element'][_0x359ace(0x215)](_0x340f22=>{const _0x8a96bc=_0x359ace;if(_0x5b9e37[_0x8a96bc(0x20d)][_0x8a96bc(0x1f7)+_0x340f22])return;_0x5b9e37[_0x8a96bc(0x20d)][_0x8a96bc(0x1f7)+_0x340f22]=!![];const _0x44fa16=_0x5b9e37[_0x8a96bc(0x20d)][_0x340f22];_0x5b9e37['prototype'][_0x340f22]=async function(){const _0x15be4a=_0x8a96bc;let _0x474833=_0x44fa16[_0x15be4a(0x1f1)](this,arguments);_0x474833&&_0x474833[_0x15be4a(0x200)]&&(_0x474833=await _0x474833);try{const _0x3cf48b=this[_0x15be4a(0x204)]();await exports[_0x15be4a(0x224)](_0x3cf48b,_0x340f22,_0x350240);}catch(_0x300925){logger[_0x15be4a(0x1eb)](_0x15be4a(0x220)+_0x340f22+'\x20for\x20percy\x20'+_0x300925);}return _0x474833;};});}},exports[a132_0x5c8fb6(0x217)]=function(_0x3a030f,_0x1aecdb,_0x2247b5){const _0x14c5bf=a132_0x5c8fb6,_0xdda322={};_0xdda322[_0x14c5bf(0x226)]=function(_0x3ff4a5,_0x3e36a3){return _0x3ff4a5+_0x3e36a3;},_0xdda322['ROqiH']=_0x14c5bf(0x1f7),_0xdda322[_0x14c5bf(0x20c)]=function(_0x5d15ac,_0x3721a9){return _0x5d15ac+_0x3721a9;},_0xdda322[_0x14c5bf(0x1e2)]=_0x14c5bf(0x1f5);const _0x17f9cd=_0xdda322,_0x52f3a3=_0x17f9cd[_0x14c5bf(0x226)](_0x17f9cd[_0x14c5bf(0x21f)],_0x1aecdb),_0x4da6b1=_0x17f9cd[_0x14c5bf(0x20c)](_0x17f9cd[_0x14c5bf(0x1e2)],_0x1aecdb),_0x7a9038=this;if(_0x3a030f[_0x52f3a3]||!_0x3a030f[_0x1aecdb])return;_0x3a030f[_0x52f3a3]=!![],_0x3a030f[_0x4da6b1]=_0x3a030f[_0x1aecdb],_0x3a030f[_0x1aecdb]=async()=>{const _0x43fc11=_0x14c5bf;try{await _0x7a9038['percyAutoCapture'](_0x3a030f,_0x1aecdb,_0x2247b5);}catch(_0xf059fc){logger[_0x43fc11(0x1eb)](_0x43fc11(0x220)+_0x1aecdb+_0x43fc11(0x214)+_0xf059fc);}return await _0x3a030f[_0x4da6b1]['apply'](_0x3a030f,arguments);};},exports[a132_0x5c8fb6(0x218)]=_0x5a87e6=>{const _0x511c64=a132_0x5c8fb6,_0x24971f={};_0x24971f[_0x511c64(0x212)]=_0x511c64(0x203);const _0x3e2bb0=_0x24971f,_0x192a7e={};_0x192a7e['percy']=_0x5a87e6[_0x511c64(0x1ff)],_0x192a7e[_0x511c64(0x1ef)]=_0x5a87e6[_0x511c64(0x1ef)]||_0x3e2bb0[_0x511c64(0x212)];const _0x226394=_0x192a7e;_0x5a87e6[_0x511c64(0x1ff)]&&(_0x226394['browserstackPercyBestPlatform']=exports[_0x511c64(0x1ed)](_0x5a87e6[_0x511c64(0x1f6)]));;return _0x226394;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a133_0x4dff55=a133_0x47be;(function(_0x2e366d,_0x3ccf2f){const _0x42a402=a133_0x47be,_0x3f0e66=_0x2e366d();while(!![]){try{const _0x1d8a0b=-parseInt(_0x42a402(0xdf))/0x1+-parseInt(_0x42a402(0x165))/0x2+-parseInt(_0x42a402(0x120))/0x3+parseInt(_0x42a402(0x10b))/0x4*(parseInt(_0x42a402(0x108))/0x5)+parseInt(_0x42a402(0x148))/0x6*(parseInt(_0x42a402(0xf1))/0x7)+-parseInt(_0x42a402(0xe3))/0x8+parseInt(_0x42a402(0x12b))/0x9;if(_0x1d8a0b===_0x3ccf2f)break;else _0x3f0e66['push'](_0x3f0e66['shift']());}catch(_0x12cf5f){_0x3f0e66['push'](_0x3f0e66['shift']());}}}(a133_0xc62d,0x47344));function a133_0x47be(_0x135fe4,_0x26b229){const _0xc62d2a=a133_0xc62d();return a133_0x47be=function(_0x47be9c,_0x318a71){_0x47be9c=_0x47be9c-0xde;let _0x3018ea=_0xc62d2a[_0x47be9c];return _0x3018ea;},a133_0x47be(_0x135fe4,_0x26b229);}const a133_0x4f6704={};a133_0x4f6704[a133_0x4dff55(0x157)]=a133_0x4dff55(0x166),a133_0x4f6704['SDK_CLEANUP']=a133_0x4dff55(0x161),a133_0x4f6704[a133_0x4dff55(0x141)]=a133_0x4dff55(0x100),a133_0x4f6704[a133_0x4dff55(0x12e)]=a133_0x4dff55(0x13b),a133_0x4f6704[a133_0x4dff55(0x11c)]=a133_0x4dff55(0x150),a133_0x4f6704[a133_0x4dff55(0x11d)]=a133_0x4dff55(0x106),a133_0x4f6704[a133_0x4dff55(0x107)]=a133_0x4dff55(0x14d),a133_0x4f6704['SDK_A11Y']=a133_0x4dff55(0x13c),a133_0x4f6704[a133_0x4dff55(0x118)]=a133_0x4dff55(0x15a),a133_0x4f6704[a133_0x4dff55(0x164)]=a133_0x4dff55(0x102),a133_0x4f6704[a133_0x4dff55(0xf0)]=a133_0x4dff55(0xf4),a133_0x4f6704[a133_0x4dff55(0x113)]=a133_0x4dff55(0x134),a133_0x4f6704[a133_0x4dff55(0x10c)]=a133_0x4dff55(0x122),a133_0x4f6704[a133_0x4dff55(0xe9)]=a133_0x4dff55(0x13e),a133_0x4f6704[a133_0x4dff55(0x131)]=a133_0x4dff55(0x104),a133_0x4f6704[a133_0x4dff55(0x11f)]=a133_0x4dff55(0x110),a133_0x4f6704[a133_0x4dff55(0xe4)]=a133_0x4dff55(0xfe),a133_0x4f6704[a133_0x4dff55(0x14b)]=a133_0x4dff55(0x15d),a133_0x4f6704['SDK_CLI_START']=a133_0x4dff55(0x138),a133_0x4f6704[a133_0x4dff55(0xeb)]='sdk:cli:download',a133_0x4f6704[a133_0x4dff55(0x14a)]=a133_0x4dff55(0xee),a133_0x4f6704[a133_0x4dff55(0xef)]=a133_0x4dff55(0xfa),a133_0x4f6704[a133_0x4dff55(0xf5)]='sdk:cli:on-connect',a133_0x4f6704[a133_0x4dff55(0x12d)]=a133_0x4dff55(0x135),a133_0x4f6704[a133_0x4dff55(0x149)]='sdk:startBinSession',a133_0x4f6704[a133_0x4dff55(0x121)]='sdk:connectBinSession',a133_0x4f6704['SDK_DRIVER_INIT']=a133_0x4dff55(0xe8),a133_0x4f6704[a133_0x4dff55(0x146)]=a133_0x4dff55(0x159),a133_0x4f6704[a133_0x4dff55(0x10d)]=a133_0x4dff55(0x127),a133_0x4f6704[a133_0x4dff55(0x137)]=a133_0x4dff55(0x15b),a133_0x4f6704[a133_0x4dff55(0xe5)]='sdk:accessibilityConfig',a133_0x4f6704['SDK_OBSERVABILITY_CONFIG']=a133_0x4dff55(0xf3),a133_0x4f6704[a133_0x4dff55(0x15f)]='sdk:aiSelfHealStep',a133_0x4f6704[a133_0x4dff55(0x14c)]=a133_0x4dff55(0xf6),a133_0x4f6704[a133_0x4dff55(0x112)]=a133_0x4dff55(0x12c),a133_0x4f6704[a133_0x4dff55(0x162)]=a133_0x4dff55(0x155),a133_0x4f6704[a133_0x4dff55(0x154)]=a133_0x4dff55(0x169),a133_0x4f6704[a133_0x4dff55(0x101)]='sdk:cli:enqueueTestEvent',a133_0x4f6704[a133_0x4dff55(0x132)]=a133_0x4dff55(0x123),a133_0x4f6704[a133_0x4dff55(0x11b)]='sdk:onStop';const SDK_EVENTS=a133_0x4f6704,a133_0x2f08a4={};function a133_0xc62d(){const _0x225e2a=[':start','sdk:cli:check-update','SDK_CLI_ON_BOOTSTRAP','SDK_PROXY_SETUP','14fuSUOZ',':download','sdk:observabilityConfig','sdk:proxy-setup','SDK_CLI_ON_CONNECT','sdk:aiSelfHealGetResult',':hub-management',':screenshot-app','A11Y_EVENTS','sdk:cli:on-bootstrap','BEFORE_EACH',':session-name',':screenshot','sdk:driver:pre-initialization',':session-annotation','sdk:pre-test','SDK_CLI_ENQUEUE_TEST_EVENT','sdk:auto-capture','PRE_EXECUTE','sdk:turboscale','PERCY_EVENTS','sdk:hook','SDK_DRIVER','6105zsipxZ','PERFORM_SCAN','HUB_MANAGEMENT','1412WYBPGa','SDK_AUTOMATE','SDK_AUTOMATION_FRAMEWORK_INIT',':stop','AUTOMATE_EVENTS','sdk:percy','BEFORE_ALL','SDK_TEST_FRAMEWORK_EVENT','SDK_TESTHUB',':print-buildlink',':after-all','DRIVER_MANAGE','BEFORE','SDK_O11Y','START',':auto-capture','SDK_ON_STOP','SDK_POST_TEST','SDK_HOOK','SCREENSHOT','SDK_PERCY','654072EMHcrt','SDK_CONNECT_BIN_SESSION','sdk:automate','sdk:automationFrameworkStop',':pre-execute','O11y_EVENTS',':local-start','sdk:automationFrameworkInit','TESTHUB_EVENTS','KEEP_ALIVE','APP_UPLOAD','8729379KXJine','sdk:testFrameworkEvent','SDK_CLI_ON_STOP','SDK_TEST','GET_RESULTS_SUMMARY','EVENTS','SDK_TURBOSCALE','SDK_AUTOMATION_FRAMEWORK_STOP','SESSION_NAME','sdk:testhub','sdk:cli:on-stop','STOP','SDK_AUTOMATION_FRAMEWORK_START','sdk:cli:start',':idle-timeout','SESSION_ANNOTATION','sdk:test','sdk:a11y','SYNC','sdk:app-automate','TAKE_SCREENSHOT',':save-results','SDK_PRE_TEST',':driver-takeScreenShot','DRIVER_EVENT','AFTER_EACH',':driver-performscan','SDK_FIND_NEAREST_HUB','SCREENSHOT_APP','826062TmRXWE','SDK_START_BIN_SESSION','SDK_CLI_CHECK_UPDATE','SDK_POST_INITIALIZE','SDK_AI_SELF_HEAL_GET_RESULT','sdk:driver',':after-each',':before','sdk:post-test','POST_EXECUTE','DOWNLOAD','AFTER','SDK_CLI_LOG_CREATED_EVENT','sdk:testSessionEvent',':sync','SDK_SETUP','QUIT','sdk:findNearestHub','sdk:o11y','sdk:automationFrameworkStart','SDK_A11Y','sdk:driver:post-initialization',':post-execute','SDK_AI_SELF_HEAL_STEP','PRINT_BUILDLINK','sdk:cleanup','SDK_TEST_SESSION_EVENT','AFTER_ALL','SDK_AUTO_CAPTURE','840482CBRpQi','sdk:setup','GENERATE_CI_ARTIFACT','LOCAL_START','sdk:cli:logCreatedEvent',':app-upload','441962laymbA',':driver-manage','GET_RESULTS','SESSION_STATUS','2435352KFASGZ','SDK_PRE_INITIALIZE','SDK_ACCESSIBILITY_CONFIG',':local-stop','HOOK_EVENTS','sdk:driverInit','SDK_APP_AUTOMATE','TURBOSCALE_EVENTS','SDK_CLI_DOWNLOAD','exports'];a133_0xc62d=function(){return _0x225e2a;};return a133_0xc62d();}a133_0x2f08a4[a133_0x4dff55(0x130)]=SDK_EVENTS,a133_0x2f08a4[a133_0x4dff55(0x128)]={},a133_0x2f08a4[a133_0x4dff55(0x10f)]={},a133_0x2f08a4[a133_0x4dff55(0xf9)]={},a133_0x2f08a4[a133_0x4dff55(0x105)]={},a133_0x2f08a4[a133_0x4dff55(0x125)]={},a133_0x2f08a4[a133_0x4dff55(0xe7)]={},a133_0x2f08a4[a133_0x4dff55(0xea)]={},a133_0x2f08a4['APP_AUOTMATE_EVENTS']={},a133_0x2f08a4[a133_0x4dff55(0x143)]={},a133_0x2f08a4[a133_0x4dff55(0x128)][a133_0x4dff55(0x119)]=SDK_EVENTS[a133_0x4dff55(0x113)]+':start',a133_0x2f08a4[a133_0x4dff55(0x128)][a133_0x4dff55(0x136)]=SDK_EVENTS[a133_0x4dff55(0x113)]+':stop',a133_0x2f08a4[a133_0x4dff55(0x10f)][a133_0x4dff55(0x129)]=SDK_EVENTS[a133_0x4dff55(0x10c)]+':keep-alive',a133_0x2f08a4[a133_0x4dff55(0x10f)][a133_0x4dff55(0x10a)]=SDK_EVENTS[a133_0x4dff55(0x10c)]+a133_0x4dff55(0xf7),a133_0x2f08a4[a133_0x4dff55(0x10f)][a133_0x4dff55(0x168)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0x4dff55(0x126),a133_0x2f08a4[a133_0x4dff55(0x10f)]['LOCAL_STOP']=SDK_EVENTS['SDK_AUTOMATE']+a133_0x4dff55(0xe6),a133_0x2f08a4[a133_0x4dff55(0x10f)][a133_0x4dff55(0x116)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0x4dff55(0xe0),a133_0x2f08a4[a133_0x4dff55(0x10f)][a133_0x4dff55(0x133)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0x4dff55(0xfc),a133_0x2f08a4[a133_0x4dff55(0x10f)][a133_0x4dff55(0xe2)]=SDK_EVENTS[a133_0x4dff55(0x10c)]+':session-status',a133_0x2f08a4[a133_0x4dff55(0x10f)][a133_0x4dff55(0x13a)]=SDK_EVENTS[a133_0x4dff55(0x10c)]+a133_0x4dff55(0xff),a133_0x2f08a4[a133_0x4dff55(0x10f)]['IDLE_TIMEOUT']=SDK_EVENTS[a133_0x4dff55(0x10c)]+a133_0x4dff55(0x139),a133_0x2f08a4[a133_0x4dff55(0x10f)][a133_0x4dff55(0x167)]=SDK_EVENTS[a133_0x4dff55(0x10c)]+':ci-artifacts',a133_0x2f08a4[a133_0x4dff55(0x10f)][a133_0x4dff55(0x160)]=SDK_EVENTS[a133_0x4dff55(0x10c)]+a133_0x4dff55(0x114),a133_0x2f08a4[a133_0x4dff55(0xf9)][a133_0x4dff55(0x109)]=SDK_EVENTS[a133_0x4dff55(0x15c)]+a133_0x4dff55(0x145),a133_0x2f08a4[a133_0x4dff55(0xf9)]['SAVE_RESULTS']=SDK_EVENTS[a133_0x4dff55(0x15c)]+a133_0x4dff55(0x140),a133_0x2f08a4[a133_0x4dff55(0xf9)][a133_0x4dff55(0xe1)]=SDK_EVENTS['SDK_A11Y']+':get-accessibility-results',a133_0x2f08a4[a133_0x4dff55(0xf9)][a133_0x4dff55(0x12f)]=SDK_EVENTS[a133_0x4dff55(0x15c)]+':get-accessibility-results-summary',a133_0x2f08a4[a133_0x4dff55(0x105)][a133_0x4dff55(0x152)]=SDK_EVENTS[a133_0x4dff55(0x11f)]+a133_0x4dff55(0xf2),a133_0x2f08a4[a133_0x4dff55(0x105)][a133_0x4dff55(0x11e)]=SDK_EVENTS[a133_0x4dff55(0x11f)]+a133_0x4dff55(0xfd),a133_0x2f08a4[a133_0x4dff55(0x105)]['START']=SDK_EVENTS[a133_0x4dff55(0x11f)]+a133_0x4dff55(0xed),a133_0x2f08a4[a133_0x4dff55(0x105)]['STOP']=SDK_EVENTS['SDK_PERCY']+a133_0x4dff55(0x10e),a133_0x2f08a4[a133_0x4dff55(0x105)]['AUTO_CAPTURE']=SDK_EVENTS['SDK_PERCY']+a133_0x4dff55(0x11a),a133_0x2f08a4[a133_0x4dff55(0x105)]['SNAPSHOT']=SDK_EVENTS[a133_0x4dff55(0x11f)]+':snapshot',a133_0x2f08a4[a133_0x4dff55(0x105)][a133_0x4dff55(0x147)]=SDK_EVENTS[a133_0x4dff55(0x11f)]+a133_0x4dff55(0xf8),a133_0x2f08a4[a133_0x4dff55(0x125)][a133_0x4dff55(0x13d)]=SDK_EVENTS['SDK_O11Y']+a133_0x4dff55(0x156),a133_0x2f08a4[a133_0x4dff55(0x125)][a133_0x4dff55(0x13f)]=SDK_EVENTS[a133_0x4dff55(0x118)]+a133_0x4dff55(0x142),a133_0x2f08a4[a133_0x4dff55(0x125)][a133_0x4dff55(0x160)]=SDK_EVENTS['SDK_O11Y']+a133_0x4dff55(0x114),a133_0x2f08a4[a133_0x4dff55(0xe7)][a133_0x4dff55(0xfb)]=SDK_EVENTS[a133_0x4dff55(0x11d)]+':before-each',a133_0x2f08a4[a133_0x4dff55(0xe7)][a133_0x4dff55(0x144)]=SDK_EVENTS[a133_0x4dff55(0x11d)]+a133_0x4dff55(0x14e),a133_0x2f08a4[a133_0x4dff55(0xe7)][a133_0x4dff55(0x163)]=SDK_EVENTS[a133_0x4dff55(0x11d)]+a133_0x4dff55(0x115),a133_0x2f08a4[a133_0x4dff55(0xe7)][a133_0x4dff55(0x111)]=SDK_EVENTS[a133_0x4dff55(0x11d)]+':before-all',a133_0x2f08a4[a133_0x4dff55(0xe7)][a133_0x4dff55(0x117)]=SDK_EVENTS[a133_0x4dff55(0x11d)]+a133_0x4dff55(0x14f),a133_0x2f08a4[a133_0x4dff55(0xe7)][a133_0x4dff55(0x153)]=SDK_EVENTS['SDK_HOOK']+':after',a133_0x2f08a4[a133_0x4dff55(0xea)][a133_0x4dff55(0x10a)]=SDK_EVENTS['SDK_TURBOSCALE']+':hub-management',a133_0x2f08a4[a133_0x4dff55(0xea)][a133_0x4dff55(0x160)]=SDK_EVENTS[a133_0x4dff55(0x131)]+a133_0x4dff55(0x114),a133_0x2f08a4['APP_AUOTMATE_EVENTS'][a133_0x4dff55(0x12a)]=SDK_EVENTS[a133_0x4dff55(0xe9)]+a133_0x4dff55(0xde),a133_0x2f08a4[a133_0x4dff55(0x143)][a133_0x4dff55(0x158)]=SDK_EVENTS[a133_0x4dff55(0x107)]+':quit',a133_0x2f08a4[a133_0x4dff55(0x143)]['GET']=SDK_EVENTS['SDK_DRIVER']+':get',a133_0x2f08a4[a133_0x4dff55(0x143)][a133_0x4dff55(0x103)]=SDK_EVENTS[a133_0x4dff55(0x107)]+a133_0x4dff55(0x124),a133_0x2f08a4[a133_0x4dff55(0x143)][a133_0x4dff55(0x151)]=SDK_EVENTS[a133_0x4dff55(0x107)]+a133_0x4dff55(0x15e),module[a133_0x4dff55(0xec)]=a133_0x2f08a4;
|
|
1
|
+
const a133_0xe9bcd3=a133_0x3ba9;(function(_0x383ebe,_0xbd624b){const _0x405da8=a133_0x3ba9,_0x281a25=_0x383ebe();while(!![]){try{const _0x144fb6=parseInt(_0x405da8(0x1d4))/0x1+parseInt(_0x405da8(0x1b7))/0x2+parseInt(_0x405da8(0x1d2))/0x3*(parseInt(_0x405da8(0x1bb))/0x4)+-parseInt(_0x405da8(0x1c4))/0x5+-parseInt(_0x405da8(0x180))/0x6*(parseInt(_0x405da8(0x1c0))/0x7)+parseInt(_0x405da8(0x198))/0x8*(parseInt(_0x405da8(0x1bc))/0x9)+-parseInt(_0x405da8(0x1df))/0xa*(parseInt(_0x405da8(0x186))/0xb);if(_0x144fb6===_0xbd624b)break;else _0x281a25['push'](_0x281a25['shift']());}catch(_0x10f554){_0x281a25['push'](_0x281a25['shift']());}}}(a133_0x3740,0x64398));const a133_0x4f8eb1={};function a133_0x3740(){const _0x3751dc=['SDK_CLI_ON_CONNECT',':driver-manage','AFTER_ALL','TAKE_SCREENSHOT','HUB_MANAGEMENT','APP_UPLOAD','sdk:cleanup','SAVE_RESULTS','DOWNLOAD','202590eQbEWu','SDK_DRIVER',':local-stop','TURBOSCALE_EVENTS','sdk:startBinSession',':snapshot','SDK_AUTOMATION_FRAMEWORK_START',':auto-capture','SDK_TESTHUB','SDK_HOOK',':local-start','KEEP_ALIVE','HOOK_EVENTS','SESSION_ANNOTATION','SDK_CLI_ON_STOP','TESTHUB_EVENTS','PERFORM_SCAN','SDK_ON_STOP','GENERATE_CI_ARTIFACT','sdk:testSessionEvent','sdk:driver','BEFORE_ALL',':session-annotation','sdk:cli:enqueueTestEvent','SDK_SETUP',':start','SDK_PRE_TEST',':quit','SDK_AUTOMATE','SESSION_STATUS','SDK_CLI_LOG_CREATED_EVENT','A11Y_EVENTS','SDK_AUTOMATION_FRAMEWORK_STOP',':keep-alive','sdk:driverInit','DRIVER_EVENT','sdk:driver:pre-initialization','sdk:app-automate','sdk:setup','SESSION_NAME','SDK_A11Y','sdk:observabilityConfig','SDK_AI_SELF_HEAL_STEP','O11y_EVENTS','PRINT_BUILDLINK','PERCY_EVENTS','SDK_POST_INITIALIZE','SDK_AI_SELF_HEAL_GET_RESULT','54SleCIZ','EVENTS','sdk:onStop',':before','SDK_START_BIN_SESSION','sdk:pre-test','561nhrQXx','SDK_CLI_ON_BOOTSTRAP','sdk:findNearestHub',':stop','AUTOMATE_EVENTS',':app-upload','SYNC','GET','SDK_PERCY','exports','QUIT','SDK_CLI_START','sdk:o11y',':download','SDK_PRE_INITIALIZE','sdk:cli:download','POST_EXECUTE','DRIVER_MANAGE','2634776eXoTAB','SDK_CLI_CHECK_UPDATE','SDK_AUTO_CAPTURE','SDK_CLI_ENQUEUE_TEST_EVENT',':pre-execute','SDK_CONNECT_BIN_SESSION','sdk:cli:check-update','APP_AUOTMATE_EVENTS','SDK_PROXY_SETUP','sdk:percy','sdk:cli:logCreatedEvent','SDK_APP_AUTOMATE',':driver-performscan','sdk:cli:on-bootstrap',':hub-management',':session-status','SDK_CLI_DOWNLOAD','sdk:accessibilityConfig',':after-all','SDK_FIND_NEAREST_HUB','BEFORE','sdk:aiSelfHealStep','SDK_DRIVER_INIT',':session-name','AFTER_EACH',':before-all',':screenshot-app','sdk:automationFrameworkStart',':before-each','sdk:a11y','AUTO_CAPTURE','989764sFBXuK','SDK_TURBOSCALE','GET_RESULTS_SUMMARY','STOP','5800mQURIx','9zYegvr','START','GET_RESULTS','sdk:automationFrameworkInit','6321JhTHGy','SDK_POST_TEST','LOCAL_STOP','sdk:post-test','1334390GuSvGD',':print-buildlink','sdk:proxy-setup',':sync',':get-accessibility-results-summary','LOCAL_START','SDK_ACCESSIBILITY_CONFIG','sdk:aiSelfHealGetResult','SNAPSHOT',':get','SDK_TEST_SESSION_EVENT','SDK_O11Y','sdk:hook','sdk:cli:on-stop','1344MLlYQV','sdk:cli:start','244905CUjfXB','AFTER'];a133_0x3740=function(){return _0x3751dc;};return a133_0x3740();}a133_0x4f8eb1[a133_0xe9bcd3(0x1f7)]=a133_0xe9bcd3(0x176),a133_0x4f8eb1['SDK_CLEANUP']=a133_0xe9bcd3(0x1dc),a133_0x4f8eb1[a133_0xe9bcd3(0x1f9)]=a133_0xe9bcd3(0x185),a133_0x4f8eb1['SDK_TEST']='sdk:test',a133_0x4f8eb1[a133_0xe9bcd3(0x1c1)]=a133_0xe9bcd3(0x1c3),a133_0x4f8eb1[a133_0xe9bcd3(0x1e8)]=a133_0xe9bcd3(0x1d0),a133_0x4f8eb1['SDK_DRIVER']=a133_0xe9bcd3(0x1f3),a133_0x4f8eb1['SDK_A11Y']=a133_0xe9bcd3(0x1b5),a133_0x4f8eb1[a133_0xe9bcd3(0x1cf)]=a133_0xe9bcd3(0x192),a133_0x4f8eb1[a133_0xe9bcd3(0x19a)]='sdk:auto-capture',a133_0x4f8eb1[a133_0xe9bcd3(0x1a0)]=a133_0xe9bcd3(0x1c6),a133_0x4f8eb1['SDK_TESTHUB']='sdk:testhub',a133_0x4f8eb1[a133_0xe9bcd3(0x1fb)]='sdk:automate',a133_0x4f8eb1[a133_0xe9bcd3(0x1a3)]=a133_0xe9bcd3(0x175),a133_0x4f8eb1[a133_0xe9bcd3(0x1b8)]='sdk:turboscale',a133_0x4f8eb1['SDK_PERCY']=a133_0xe9bcd3(0x1a1),a133_0x4f8eb1[a133_0xe9bcd3(0x194)]=a133_0xe9bcd3(0x174),a133_0x4f8eb1[a133_0xe9bcd3(0x17e)]='sdk:driver:post-initialization',a133_0x4f8eb1[a133_0xe9bcd3(0x191)]=a133_0xe9bcd3(0x1d3),a133_0x4f8eb1[a133_0xe9bcd3(0x1a8)]=a133_0xe9bcd3(0x195),a133_0x4f8eb1[a133_0xe9bcd3(0x199)]=a133_0xe9bcd3(0x19e),a133_0x4f8eb1[a133_0xe9bcd3(0x187)]=a133_0xe9bcd3(0x1a5),a133_0x4f8eb1[a133_0xe9bcd3(0x1d6)]='sdk:cli:on-connect',a133_0x4f8eb1[a133_0xe9bcd3(0x1ed)]=a133_0xe9bcd3(0x1d1),a133_0x4f8eb1[a133_0xe9bcd3(0x184)]=a133_0xe9bcd3(0x1e3),a133_0x4f8eb1[a133_0xe9bcd3(0x19d)]='sdk:connectBinSession',a133_0x4f8eb1[a133_0xe9bcd3(0x1ae)]=a133_0xe9bcd3(0x172),a133_0x4f8eb1[a133_0xe9bcd3(0x1ab)]=a133_0xe9bcd3(0x188),a133_0x4f8eb1['SDK_AUTOMATION_FRAMEWORK_INIT']=a133_0xe9bcd3(0x1bf),a133_0x4f8eb1[a133_0xe9bcd3(0x1e5)]=a133_0xe9bcd3(0x1b3),a133_0x4f8eb1[a133_0xe9bcd3(0x1ca)]=a133_0xe9bcd3(0x1a9),a133_0x4f8eb1['SDK_OBSERVABILITY_CONFIG']=a133_0xe9bcd3(0x179),a133_0x4f8eb1[a133_0xe9bcd3(0x17a)]=a133_0xe9bcd3(0x1ad),a133_0x4f8eb1[a133_0xe9bcd3(0x17f)]=a133_0xe9bcd3(0x1cb),a133_0x4f8eb1['SDK_TEST_FRAMEWORK_EVENT']='sdk:testFrameworkEvent',a133_0x4f8eb1[a133_0xe9bcd3(0x1ce)]=a133_0xe9bcd3(0x1f2),a133_0x4f8eb1[a133_0xe9bcd3(0x16e)]=a133_0xe9bcd3(0x1a2),a133_0x4f8eb1[a133_0xe9bcd3(0x19b)]=a133_0xe9bcd3(0x1f6),a133_0x4f8eb1[a133_0xe9bcd3(0x170)]='sdk:automationFrameworkStop',a133_0x4f8eb1[a133_0xe9bcd3(0x1f0)]=a133_0xe9bcd3(0x182);const SDK_EVENTS=a133_0x4f8eb1,a133_0x28e46a={};function a133_0x3ba9(_0x32cc7a,_0x132113){const _0x3740d8=a133_0x3740();return a133_0x3ba9=function(_0x3ba907,_0x32bdcc){_0x3ba907=_0x3ba907-0x16e;let _0x19015e=_0x3740d8[_0x3ba907];return _0x19015e;},a133_0x3ba9(_0x32cc7a,_0x132113);}a133_0x28e46a[a133_0xe9bcd3(0x181)]=SDK_EVENTS,a133_0x28e46a[a133_0xe9bcd3(0x1ee)]={},a133_0x28e46a[a133_0xe9bcd3(0x18a)]={},a133_0x28e46a[a133_0xe9bcd3(0x16f)]={},a133_0x28e46a[a133_0xe9bcd3(0x17d)]={},a133_0x28e46a[a133_0xe9bcd3(0x17b)]={},a133_0x28e46a[a133_0xe9bcd3(0x1eb)]={},a133_0x28e46a[a133_0xe9bcd3(0x1e2)]={},a133_0x28e46a[a133_0xe9bcd3(0x19f)]={},a133_0x28e46a[a133_0xe9bcd3(0x173)]={},a133_0x28e46a[a133_0xe9bcd3(0x1ee)][a133_0xe9bcd3(0x1bd)]=SDK_EVENTS['SDK_TESTHUB']+a133_0xe9bcd3(0x1f8),a133_0x28e46a[a133_0xe9bcd3(0x1ee)][a133_0xe9bcd3(0x1ba)]=SDK_EVENTS[a133_0xe9bcd3(0x1e7)]+a133_0xe9bcd3(0x189),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1ea)]=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+a133_0xe9bcd3(0x171),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1da)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0xe9bcd3(0x1a6),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1c9)]=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+a133_0xe9bcd3(0x1e9),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1c2)]=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+a133_0xe9bcd3(0x1e1),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x197)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0xe9bcd3(0x1d7),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x177)]=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+a133_0xe9bcd3(0x1af),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1fc)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0xe9bcd3(0x1a7),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1ec)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0xe9bcd3(0x1f5),a133_0x28e46a[a133_0xe9bcd3(0x18a)]['IDLE_TIMEOUT']=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+':idle-timeout',a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1f1)]=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+':ci-artifacts',a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x17c)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0xe9bcd3(0x1c5),a133_0x28e46a[a133_0xe9bcd3(0x16f)][a133_0xe9bcd3(0x1ef)]=SDK_EVENTS[a133_0xe9bcd3(0x178)]+a133_0xe9bcd3(0x1a4),a133_0x28e46a[a133_0xe9bcd3(0x16f)][a133_0xe9bcd3(0x1dd)]=SDK_EVENTS[a133_0xe9bcd3(0x178)]+':save-results',a133_0x28e46a[a133_0xe9bcd3(0x16f)][a133_0xe9bcd3(0x1be)]=SDK_EVENTS[a133_0xe9bcd3(0x178)]+':get-accessibility-results',a133_0x28e46a[a133_0xe9bcd3(0x16f)][a133_0xe9bcd3(0x1b9)]=SDK_EVENTS['SDK_A11Y']+a133_0xe9bcd3(0x1c8),a133_0x28e46a[a133_0xe9bcd3(0x17d)][a133_0xe9bcd3(0x1de)]=SDK_EVENTS[a133_0xe9bcd3(0x18e)]+a133_0xe9bcd3(0x193),a133_0x28e46a[a133_0xe9bcd3(0x17d)]['SCREENSHOT']=SDK_EVENTS[a133_0xe9bcd3(0x18e)]+':screenshot',a133_0x28e46a[a133_0xe9bcd3(0x17d)][a133_0xe9bcd3(0x1bd)]=SDK_EVENTS['SDK_PERCY']+a133_0xe9bcd3(0x1f8),a133_0x28e46a[a133_0xe9bcd3(0x17d)][a133_0xe9bcd3(0x1ba)]=SDK_EVENTS[a133_0xe9bcd3(0x18e)]+a133_0xe9bcd3(0x189),a133_0x28e46a[a133_0xe9bcd3(0x17d)][a133_0xe9bcd3(0x1b6)]=SDK_EVENTS[a133_0xe9bcd3(0x18e)]+a133_0xe9bcd3(0x1e6),a133_0x28e46a[a133_0xe9bcd3(0x17d)][a133_0xe9bcd3(0x1cc)]=SDK_EVENTS[a133_0xe9bcd3(0x18e)]+a133_0xe9bcd3(0x1e4),a133_0x28e46a[a133_0xe9bcd3(0x17d)]['SCREENSHOT_APP']=SDK_EVENTS['SDK_PERCY']+a133_0xe9bcd3(0x1b2),a133_0x28e46a[a133_0xe9bcd3(0x17b)][a133_0xe9bcd3(0x18c)]=SDK_EVENTS[a133_0xe9bcd3(0x1cf)]+a133_0xe9bcd3(0x1c7),a133_0x28e46a[a133_0xe9bcd3(0x17b)][a133_0xe9bcd3(0x1d9)]=SDK_EVENTS[a133_0xe9bcd3(0x1cf)]+':driver-takeScreenShot',a133_0x28e46a[a133_0xe9bcd3(0x17b)][a133_0xe9bcd3(0x17c)]=SDK_EVENTS[a133_0xe9bcd3(0x1cf)]+a133_0xe9bcd3(0x1c5),a133_0x28e46a[a133_0xe9bcd3(0x1eb)]['BEFORE_EACH']=SDK_EVENTS['SDK_HOOK']+a133_0xe9bcd3(0x1b4),a133_0x28e46a[a133_0xe9bcd3(0x1eb)][a133_0xe9bcd3(0x1b0)]=SDK_EVENTS[a133_0xe9bcd3(0x1e8)]+':after-each',a133_0x28e46a[a133_0xe9bcd3(0x1eb)][a133_0xe9bcd3(0x1d8)]=SDK_EVENTS[a133_0xe9bcd3(0x1e8)]+a133_0xe9bcd3(0x1aa),a133_0x28e46a[a133_0xe9bcd3(0x1eb)][a133_0xe9bcd3(0x1f4)]=SDK_EVENTS['SDK_HOOK']+a133_0xe9bcd3(0x1b1),a133_0x28e46a[a133_0xe9bcd3(0x1eb)][a133_0xe9bcd3(0x1ac)]=SDK_EVENTS[a133_0xe9bcd3(0x1e8)]+a133_0xe9bcd3(0x183),a133_0x28e46a[a133_0xe9bcd3(0x1eb)][a133_0xe9bcd3(0x1d5)]=SDK_EVENTS[a133_0xe9bcd3(0x1e8)]+':after',a133_0x28e46a[a133_0xe9bcd3(0x1e2)]['HUB_MANAGEMENT']=SDK_EVENTS['SDK_TURBOSCALE']+a133_0xe9bcd3(0x1a6),a133_0x28e46a[a133_0xe9bcd3(0x1e2)][a133_0xe9bcd3(0x17c)]=SDK_EVENTS[a133_0xe9bcd3(0x1b8)]+a133_0xe9bcd3(0x1c5),a133_0x28e46a[a133_0xe9bcd3(0x19f)][a133_0xe9bcd3(0x1db)]=SDK_EVENTS[a133_0xe9bcd3(0x1a3)]+a133_0xe9bcd3(0x18b),a133_0x28e46a[a133_0xe9bcd3(0x173)][a133_0xe9bcd3(0x190)]=SDK_EVENTS['SDK_DRIVER']+a133_0xe9bcd3(0x1fa),a133_0x28e46a[a133_0xe9bcd3(0x173)][a133_0xe9bcd3(0x18d)]=SDK_EVENTS[a133_0xe9bcd3(0x1e0)]+a133_0xe9bcd3(0x1cd),a133_0x28e46a[a133_0xe9bcd3(0x173)]['PRE_EXECUTE']=SDK_EVENTS[a133_0xe9bcd3(0x1e0)]+a133_0xe9bcd3(0x19c),a133_0x28e46a[a133_0xe9bcd3(0x173)][a133_0xe9bcd3(0x196)]=SDK_EVENTS[a133_0xe9bcd3(0x1e0)]+':post-execute',module[a133_0xe9bcd3(0x18f)]=a133_0x28e46a;
|