browserstack-node-sdk 1.53.2 → 1.53.4
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 +6 -4
- 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/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/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/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/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/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 a115_0x22d0c0=a115_0x42ed;(function(_0x3e05d9,_0x1ebee7){const _0x4e67e5=a115_0x42ed,_0x478dc2=_0x3e05d9();while(!![]){try{const _0x446ef6=-parseInt(_0x4e67e5(0x1fa))/0x1*(-parseInt(_0x4e67e5(0x219))/0x2)+-parseInt(_0x4e67e5(0x1dd))/0x3+parseInt(_0x4e67e5(0x211))/0x4*(parseInt(_0x4e67e5(0x200))/0x5)+parseInt(_0x4e67e5(0x1f0))/0x6*(parseInt(_0x4e67e5(0x1fd))/0x7)+parseInt(_0x4e67e5(0x1ee))/0x8+-parseInt(_0x4e67e5(0x235))/0x9*(parseInt(_0x4e67e5(0x22b))/0xa)+-parseInt(_0x4e67e5(0x1fb))/0xb;if(_0x446ef6===_0x1ebee7)break;else _0x478dc2['push'](_0x478dc2['shift']());}catch(_0x542583){_0x478dc2['push'](_0x478dc2['shift']());}}}(a115_0x5a18,0x9e7d8));const winston=require(a115_0x22d0c0(0x234)),path=require(a115_0x22d0c0(0x1f6)),fs=require('fs'),{LOG_FILE_NAME,DEBUG_LOG_FILE_NAME}=require(a115_0x22d0c0(0x222)),tempLogDir=a115_0x22d0c0(0x232);let redactRegex=null,lastConfigHash='';const logFormat=winston[a115_0x22d0c0(0x216)](_0x50c115=>{const _0x297b3b=a115_0x22d0c0,_0x8b8e90={};_0x8b8e90[_0x297b3b(0x225)]=function(_0x5de543,_0x231899){return _0x5de543!==_0x231899;},_0x8b8e90['TvozB']=_0x297b3b(0x213),_0x8b8e90[_0x297b3b(0x1fe)]=function(_0x3e99a4,_0x17989c){return _0x3e99a4+_0x17989c;},_0x8b8e90[_0x297b3b(0x231)]=function(_0x5c0b9d,_0x12c947){return _0x5c0b9d+_0x12c947;},_0x8b8e90[_0x297b3b(0x1de)]=function(_0x36a15e,_0x512d44){return _0x36a15e>_0x512d44;},_0x8b8e90[_0x297b3b(0x223)]=_0x297b3b(0x21d);const _0x3b38b1=_0x8b8e90;_0x3b38b1[_0x297b3b(0x225)](typeof _0x50c115[_0x297b3b(0x205)],_0x3b38b1[_0x297b3b(0x1e1)])&&(_0x50c115[_0x297b3b(0x205)]=JSON['stringify'](_0x50c115['message']));const _0x51aec9=global[_0x297b3b(0x1f7)]&&global['config'][_0x297b3b(0x220)]||'',_0x2f7310=global[_0x297b3b(0x1f7)]&&global[_0x297b3b(0x1f7)][_0x297b3b(0x1f8)]||'',_0x8e9923=_0x3b38b1[_0x297b3b(0x1fe)](_0x3b38b1[_0x297b3b(0x231)](_0x51aec9,'|'),_0x2f7310);if(_0x3b38b1[_0x297b3b(0x225)](_0x8e9923,lastConfigHash)){lastConfigHash=_0x8e9923;const _0x29ff94=[_0x51aec9,_0x2f7310][_0x297b3b(0x233)](Boolean);if(_0x3b38b1[_0x297b3b(0x1de)](_0x29ff94[_0x297b3b(0x1eb)],0x0)){const _0x529041=_0x29ff94['map'](_0x4707be=>_0x4707be[_0x297b3b(0x22c)](/[.*+?^${}()|[\]\\]/g,'\x5c$&'))[_0x297b3b(0x1e4)]('|');redactRegex=new RegExp(_0x529041,'g');}else redactRegex=null;}return redactRegex&&(_0x50c115[_0x297b3b(0x205)]=_0x50c115['message']['replace'](redactRegex,_0x3b38b1[_0x297b3b(0x223)])),_0x50c115;}),fetchLogDir=()=>{const _0x1947f5=a115_0x22d0c0;if(process[_0x1947f5(0x1e2)]['BROWSERSTACK_INTERNAL_LOG_DIR'])return process['env'][_0x1947f5(0x22d)];else!fs[_0x1947f5(0x20a)](tempLogDir)&&fs[_0x1947f5(0x207)](tempLogDir);return tempLogDir;},logDir=fetchLogDir(),getInitialLogLevel=()=>{const _0x42093c=a115_0x22d0c0,_0x589ef5={};_0x589ef5[_0x42093c(0x212)]=_0x42093c(0x228);const _0x4a3be1=_0x589ef5,_0xbbd505=process['env'][_0x42093c(0x214)],_0x18a3f3=Object[_0x42093c(0x20e)](winston[_0x42093c(0x1f7)][_0x42093c(0x1df)][_0x42093c(0x201)]);if(_0xbbd505&&_0x18a3f3[_0x42093c(0x224)](_0xbbd505['toLowerCase']()))return _0xbbd505[_0x42093c(0x20c)]();return _0x4a3be1[_0x42093c(0x212)];},initialLogLevel=getInitialLogLevel(),a115_0x11193a={};a115_0x11193a[a115_0x22d0c0(0x203)]=a115_0x22d0c0(0x1ea),a115_0x11193a['level']=initialLogLevel;const transports={'loggerConsole':new winston['transports'][(a115_0x22d0c0(0x210))](a115_0x11193a),'loggerFile':new winston[(a115_0x22d0c0(0x1ef))]['File']({'filename':path[a115_0x22d0c0(0x1e4)](logDir,'/usage.log'),'level':initialLogLevel}),'debugLoggerFile':new winston[(a115_0x22d0c0(0x1ef))][(a115_0x22d0c0(0x218))]({'filename':path[a115_0x22d0c0(0x1e4)](logDir,a115_0x22d0c0(0x215)),'level':a115_0x22d0c0(0x21e)}),'debugCliLoggerFile':new winston['transports']['File']({'filename':path[a115_0x22d0c0(0x1e4)](logDir,a115_0x22d0c0(0x1e3)),'level':a115_0x22d0c0(0x21e)}),'buildLinkTransport':new winston[(a115_0x22d0c0(0x1ef))][(a115_0x22d0c0(0x218))]({'filename':path[a115_0x22d0c0(0x1e4)](logDir,a115_0x22d0c0(0x1ff)),'level':'silly'})},automationTransports={};process[a115_0x22d0c0(0x1e2)][a115_0x22d0c0(0x227)]===a115_0x22d0c0(0x1e9)&&(automationTransports['automationLoggerFile']=new winston[(a115_0x22d0c0(0x1ef))][(a115_0x22d0c0(0x218))]({'filename':path[a115_0x22d0c0(0x1e4)](logDir,a115_0x22d0c0(0x22e)),'level':'silly'}));transports[a115_0x22d0c0(0x209)]['on'](a115_0x22d0c0(0x21a),_0x2dc804=>{const _0x3dd127=a115_0x22d0c0,_0x1f2334={};_0x1f2334[_0x3dd127(0x226)]=function(_0x7367e4,_0x5e74cf){return _0x7367e4===_0x5e74cf;},_0x1f2334[_0x3dd127(0x230)]=_0x3dd127(0x1f5),_0x1f2334[_0x3dd127(0x1f2)]=_0x3dd127(0x202);const _0x298487=_0x1f2334;if(_0x298487['DCyZh'](_0x2dc804[_0x3dd127(0x1ec)],_0x298487['tYzmt'])){console[_0x3dd127(0x232)](_0x298487['XzNoN'],_0x2dc804[_0x3dd127(0x205)]);return;}throw _0x2dc804;});const a115_0x1371d7={};a115_0x1371d7[a115_0x22d0c0(0x216)]='YYYY-MM-DD\x20HH:mm:ss';const a115_0x827ced={};function a115_0x42ed(_0x2ed577,_0x341af4){const _0x5a18af=a115_0x5a18();return a115_0x42ed=function(_0x42ed25,_0x35b78b){_0x42ed25=_0x42ed25-0x1dd;let _0x5f1dde=_0x5a18af[_0x42ed25];return _0x5f1dde;},a115_0x42ed(_0x2ed577,_0x341af4);}a115_0x827ced[a115_0x22d0c0(0x221)]=!![];const winstonLoggerParams={'format':winston[a115_0x22d0c0(0x216)][a115_0x22d0c0(0x229)](winston[a115_0x22d0c0(0x216)][a115_0x22d0c0(0x1f4)](a115_0x1371d7),winston[a115_0x22d0c0(0x216)]['colorize'](a115_0x827ced),winston['format']['printf'](_0x855906=>_0x855906[a115_0x22d0c0(0x1f4)]+a115_0x22d0c0(0x22f)+_0x855906[a115_0x22d0c0(0x221)]+':\x20'+_0x855906['message'])),'transports':[transports['loggerConsole']]},a115_0x3d4e68={};a115_0x3d4e68[a115_0x22d0c0(0x216)]='YYYY-MM-DD\x20HH:mm:ss';const a115_0x50505c={};a115_0x50505c[a115_0x22d0c0(0x221)]=!![];const winstonFileLoggerParams={'format':winston[a115_0x22d0c0(0x216)][a115_0x22d0c0(0x229)](winston[a115_0x22d0c0(0x216)]['timestamp'](a115_0x3d4e68),winston['format']['colorize'](a115_0x50505c),winston['format'][a115_0x22d0c0(0x1e7)](_0xb528dc=>_0xb528dc[a115_0x22d0c0(0x221)]+':\x20'+_0xb528dc['message'])),'transports':[]},a115_0x1dceb1={};a115_0x1dceb1[a115_0x22d0c0(0x216)]=a115_0x22d0c0(0x206);const a115_0x3487dd={};a115_0x3487dd['level']=!![];const a115_0x347c3d={};function a115_0x5a18(){const _0x3a3acd=['PMLUj','77GrtCtm','osfCO','/usage.log','35LYEXyF','levels','EPIPE\x20error\x20occurred\x20in\x20loggerConsole:','name','buildLogger','message','YYYY-MM-DD\x20HH:mm:ss','mkdirSync','createLogger','loggerConsole','existsSync','getLogDir','toLowerCase','colorize','keys','winstonLogger','Console','565052NYVftY','SCCPZ','string','BROWSERSTACK_LOG_LEVEL','/usage-debug.log','format','debugLoggerFile','File','222MnGlSh','error','fileLogger','logDir','[REDACTED]','silly','uncolorize','userName','level','../bin/utils/constants','BGiuk','includes','XUoSL','DCyZh','BROWSERSTACK_AUTOMATION_LOGS','info','combine','automationLoggerFile','200BCfKit','replace','BROWSERSTACK_INTERNAL_LOG_DIR','automation.log','\x20-\x20','tYzmt','KHyaz','log','filter','winston','486450JRDNyt','226581UMavzF','ZnKjB','npm','remove','TvozB','env','/sdk-cli-debug.log','join','buildLinkTransport','add','printf','automationLogger','true','console.info','length','code','warn','7091384oxuyyl','transports','498552sfRdOx','http','XzNoN','loggerFile','timestamp','EPIPE','path','config','accessKey','initialize','4961WplOur','16876684QtRAjZ'];a115_0x5a18=function(){return _0x3a3acd;};return a115_0x5a18();}a115_0x347c3d[a115_0x22d0c0(0x221)]=a115_0x22d0c0(0x21e);const BuildLoggerParams={'format':winston[a115_0x22d0c0(0x216)][a115_0x22d0c0(0x229)](winston[a115_0x22d0c0(0x216)][a115_0x22d0c0(0x1f4)](a115_0x1dceb1),winston[a115_0x22d0c0(0x216)][a115_0x22d0c0(0x20d)](a115_0x3487dd),winston[a115_0x22d0c0(0x216)][a115_0x22d0c0(0x1e7)](_0x403439=>_0x403439['timestamp']+a115_0x22d0c0(0x22f)+_0x403439[a115_0x22d0c0(0x221)]+':\x20'+_0x403439['message'])),'transports':[transports[a115_0x22d0c0(0x1e5)],new winston[(a115_0x22d0c0(0x1ef))][(a115_0x22d0c0(0x210))](a115_0x347c3d)]},a115_0x2c0077={};a115_0x2c0077[a115_0x22d0c0(0x1f1)]=()=>{},a115_0x2c0077[a115_0x22d0c0(0x228)]=()=>{},a115_0x2c0077[a115_0x22d0c0(0x1ed)]=()=>{},a115_0x2c0077['error']=()=>{},a115_0x2c0077['debug']=()=>{},a115_0x2c0077['silly']=()=>{},exports[a115_0x22d0c0(0x1e8)]=process[a115_0x22d0c0(0x1e2)][a115_0x22d0c0(0x227)]===a115_0x22d0c0(0x1e9)?winston[a115_0x22d0c0(0x208)]({'format':winston[a115_0x22d0c0(0x216)]['combine'](winston['format'][a115_0x22d0c0(0x21f)](),winston[a115_0x22d0c0(0x216)][a115_0x22d0c0(0x1f4)](),logFormat(),winston[a115_0x22d0c0(0x216)][a115_0x22d0c0(0x1e7)](_0x57285d=>_0x57285d[a115_0x22d0c0(0x221)]+':\x20'+_0x57285d[a115_0x22d0c0(0x205)])),'transports':[automationTransports[a115_0x22d0c0(0x22a)]]}):a115_0x2c0077;const initialize=()=>{const _0x2f2a4e=a115_0x22d0c0,_0x435a1b={};_0x435a1b[_0x2f2a4e(0x1fc)]=_0x2f2a4e(0x21e);const _0x1546ec=_0x435a1b,_0x5967c0=transports[_0x2f2a4e(0x209)][_0x2f2a4e(0x221)]||initialLogLevel;transports['loggerFile']&&(exports[_0x2f2a4e(0x20f)][_0x2f2a4e(0x1e0)](transports[_0x2f2a4e(0x1f3)]),exports[_0x2f2a4e(0x21b)][_0x2f2a4e(0x1e0)](transports['loggerFile'])),transports['debugLoggerFile']&&(exports['winstonLogger'][_0x2f2a4e(0x1e0)](transports[_0x2f2a4e(0x217)]),exports['fileLogger'][_0x2f2a4e(0x1e0)](transports[_0x2f2a4e(0x217)])),transports['loggerFile']=new winston[(_0x2f2a4e(0x1ef))][(_0x2f2a4e(0x218))]({'filename':path[_0x2f2a4e(0x1e4)](exports[_0x2f2a4e(0x21c)],LOG_FILE_NAME),'level':_0x5967c0}),transports[_0x2f2a4e(0x217)]=new winston[(_0x2f2a4e(0x1ef))]['File']({'filename':path[_0x2f2a4e(0x1e4)](exports['logDir'],DEBUG_LOG_FILE_NAME),'level':_0x1546ec[_0x2f2a4e(0x1fc)]}),exports[_0x2f2a4e(0x20f)][_0x2f2a4e(0x1e6)](transports['loggerFile']),exports[_0x2f2a4e(0x20f)][_0x2f2a4e(0x1e6)](transports[_0x2f2a4e(0x217)]),exports[_0x2f2a4e(0x21b)][_0x2f2a4e(0x1e6)](transports[_0x2f2a4e(0x1f3)]),exports[_0x2f2a4e(0x21b)][_0x2f2a4e(0x1e6)](transports['debugLoggerFile']);};exports[a115_0x22d0c0(0x20f)]=new winston[(a115_0x22d0c0(0x208))](winstonLoggerParams),exports[a115_0x22d0c0(0x21b)]=new winston[(a115_0x22d0c0(0x208))](winstonFileLoggerParams),exports[a115_0x22d0c0(0x204)]=new winston[(a115_0x22d0c0(0x208))](BuildLoggerParams),exports[a115_0x22d0c0(0x21c)]=logDir,exports[a115_0x22d0c0(0x20b)]=()=>{return exports['logDir'];},exports[a115_0x22d0c0(0x1ef)]=transports,exports[a115_0x22d0c0(0x1f9)]=initialize;logDir&&initialize();
|
|
1
|
+
const a115_0x2b6c16=a115_0x24c7;(function(_0x9f1711,_0x207ca8){const _0x4de7f7=a115_0x24c7,_0x4c9013=_0x9f1711();while(!![]){try{const _0x3cb1b4=parseInt(_0x4de7f7(0x227))/0x1+-parseInt(_0x4de7f7(0x1e1))/0x2*(-parseInt(_0x4de7f7(0x1e9))/0x3)+parseInt(_0x4de7f7(0x1e3))/0x4+-parseInt(_0x4de7f7(0x221))/0x5*(-parseInt(_0x4de7f7(0x228))/0x6)+-parseInt(_0x4de7f7(0x216))/0x7*(-parseInt(_0x4de7f7(0x1ea))/0x8)+parseInt(_0x4de7f7(0x222))/0x9+-parseInt(_0x4de7f7(0x1f7))/0xa*(parseInt(_0x4de7f7(0x206))/0xb);if(_0x3cb1b4===_0x207ca8)break;else _0x4c9013['push'](_0x4c9013['shift']());}catch(_0x82897d){_0x4c9013['push'](_0x4c9013['shift']());}}}(a115_0x413d,0x28a4f));const winston=require(a115_0x2b6c16(0x1ec)),path=require(a115_0x2b6c16(0x20e)),fs=require('fs'),{LOG_FILE_NAME,DEBUG_LOG_FILE_NAME}=require(a115_0x2b6c16(0x21f)),tempLogDir='log';let redactRegex=null,lastConfigHash='';const logFormat=winston['format'](_0x380a20=>{const _0x5590d6=a115_0x2b6c16,_0x1cb959={};_0x1cb959[_0x5590d6(0x1f9)]=function(_0x1aaff3,_0x377762){return _0x1aaff3!==_0x377762;},_0x1cb959[_0x5590d6(0x1fa)]='string',_0x1cb959['SepDo']=function(_0x104446,_0x52f549){return _0x104446+_0x52f549;},_0x1cb959[_0x5590d6(0x1f2)]=function(_0x42d988,_0x1ffe35){return _0x42d988>_0x1ffe35;},_0x1cb959[_0x5590d6(0x20f)]=_0x5590d6(0x211);const _0x57e689=_0x1cb959;_0x57e689[_0x5590d6(0x1f9)](typeof _0x380a20[_0x5590d6(0x204)],_0x57e689['VgGoU'])&&(_0x380a20['message']=JSON[_0x5590d6(0x224)](_0x380a20[_0x5590d6(0x204)]));const _0x21a684=global[_0x5590d6(0x20b)]&&global['config'][_0x5590d6(0x1fd)]||'',_0x226f2d=global[_0x5590d6(0x20b)]&&global[_0x5590d6(0x20b)][_0x5590d6(0x223)]||'',_0x153b30=_0x57e689[_0x5590d6(0x209)](_0x57e689[_0x5590d6(0x209)](_0x21a684,'|'),_0x226f2d);if(_0x57e689[_0x5590d6(0x1f9)](_0x153b30,lastConfigHash)){lastConfigHash=_0x153b30;const _0x342aca=[_0x21a684,_0x226f2d][_0x5590d6(0x21a)](Boolean);if(_0x57e689[_0x5590d6(0x1f2)](_0x342aca[_0x5590d6(0x1f5)],0x0)){const _0x5a816b=_0x342aca['map'](_0x2543d0=>_0x2543d0[_0x5590d6(0x1eb)](/[.*+?^${}()|[\]\\]/g,_0x5590d6(0x1df)))[_0x5590d6(0x201)]('|');redactRegex=new RegExp(_0x5a816b,'g');}else redactRegex=null;}return redactRegex&&(_0x380a20[_0x5590d6(0x204)]=_0x380a20[_0x5590d6(0x204)]['replace'](redactRegex,_0x57e689[_0x5590d6(0x20f)])),_0x380a20;}),fetchLogDir=()=>{const _0x1d9e71=a115_0x2b6c16;if(process[_0x1d9e71(0x21c)][_0x1d9e71(0x1f1)])return process[_0x1d9e71(0x21c)][_0x1d9e71(0x1f1)];else!fs[_0x1d9e71(0x1f6)](tempLogDir)&&fs[_0x1d9e71(0x1dd)](tempLogDir);return tempLogDir;},logDir=fetchLogDir(),getInitialLogLevel=()=>{const _0x3bc4d6=a115_0x2b6c16,_0x31539a={};_0x31539a[_0x3bc4d6(0x217)]=_0x3bc4d6(0x20c);const _0xd9bf45=_0x31539a,_0x1b623c=process['env'][_0x3bc4d6(0x1e7)],_0x1889de=Object['keys'](winston[_0x3bc4d6(0x20b)][_0x3bc4d6(0x213)][_0x3bc4d6(0x203)]);if(_0x1b623c&&_0x1889de[_0x3bc4d6(0x21b)](_0x1b623c[_0x3bc4d6(0x1e6)]()))return _0x1b623c[_0x3bc4d6(0x1e6)]();return _0xd9bf45['cbrrv'];},initialLogLevel=getInitialLogLevel(),a115_0x4af26b={};a115_0x4af26b[a115_0x2b6c16(0x1fe)]=a115_0x2b6c16(0x1d9),a115_0x4af26b['level']=initialLogLevel;const transports={'loggerConsole':new winston[(a115_0x2b6c16(0x1dc))][(a115_0x2b6c16(0x212))](a115_0x4af26b),'loggerFile':new winston[(a115_0x2b6c16(0x1dc))][(a115_0x2b6c16(0x1f3))]({'filename':path[a115_0x2b6c16(0x201)](logDir,'/usage.log'),'level':initialLogLevel}),'debugLoggerFile':new winston[(a115_0x2b6c16(0x1dc))]['File']({'filename':path[a115_0x2b6c16(0x201)](logDir,a115_0x2b6c16(0x1db)),'level':a115_0x2b6c16(0x220)}),'debugCliLoggerFile':new winston[(a115_0x2b6c16(0x1dc))]['File']({'filename':path['join'](logDir,a115_0x2b6c16(0x208)),'level':a115_0x2b6c16(0x220)}),'buildLinkTransport':new winston[(a115_0x2b6c16(0x1dc))][(a115_0x2b6c16(0x1f3))]({'filename':path['join'](logDir,'/usage.log'),'level':a115_0x2b6c16(0x220)})},automationTransports={};process[a115_0x2b6c16(0x21c)][a115_0x2b6c16(0x1ee)]==='true'&&(automationTransports[a115_0x2b6c16(0x1fc)]=new winston[(a115_0x2b6c16(0x1dc))]['File']({'filename':path[a115_0x2b6c16(0x201)](logDir,a115_0x2b6c16(0x1d8)),'level':a115_0x2b6c16(0x220)}));transports['loggerConsole']['on'](a115_0x2b6c16(0x225),_0x58ae63=>{const _0x1c86b3=a115_0x2b6c16,_0x3be9f0={};_0x3be9f0[_0x1c86b3(0x20d)]=function(_0x4f640b,_0x44683a){return _0x4f640b===_0x44683a;},_0x3be9f0[_0x1c86b3(0x1e4)]='EPIPE',_0x3be9f0[_0x1c86b3(0x219)]=_0x1c86b3(0x205);const _0x160971=_0x3be9f0;if(_0x160971['LKeqt'](_0x58ae63['code'],_0x160971[_0x1c86b3(0x1e4)])){console[_0x1c86b3(0x210)](_0x160971[_0x1c86b3(0x219)],_0x58ae63['message']);return;}throw _0x58ae63;});const a115_0x2e0eb9={};a115_0x2e0eb9[a115_0x2b6c16(0x1ed)]=a115_0x2b6c16(0x229);const a115_0x56380e={};a115_0x56380e['level']=!![];const winstonLoggerParams={'format':winston[a115_0x2b6c16(0x1ed)]['combine'](winston[a115_0x2b6c16(0x1ed)]['timestamp'](a115_0x2e0eb9),winston['format'][a115_0x2b6c16(0x1e8)](a115_0x56380e),winston[a115_0x2b6c16(0x1ed)][a115_0x2b6c16(0x1da)](_0x44b3a8=>_0x44b3a8[a115_0x2b6c16(0x1e2)]+a115_0x2b6c16(0x1ef)+_0x44b3a8[a115_0x2b6c16(0x21e)]+':\x20'+_0x44b3a8[a115_0x2b6c16(0x204)])),'transports':[transports[a115_0x2b6c16(0x200)]]},a115_0x48b76e={};a115_0x48b76e[a115_0x2b6c16(0x1ed)]=a115_0x2b6c16(0x229);const a115_0x5919e2={};a115_0x5919e2[a115_0x2b6c16(0x21e)]=!![];const winstonFileLoggerParams={'format':winston[a115_0x2b6c16(0x1ed)][a115_0x2b6c16(0x21d)](winston[a115_0x2b6c16(0x1ed)][a115_0x2b6c16(0x1e2)](a115_0x48b76e),winston['format'][a115_0x2b6c16(0x1e8)](a115_0x5919e2),winston[a115_0x2b6c16(0x1ed)][a115_0x2b6c16(0x1da)](_0x199d36=>_0x199d36[a115_0x2b6c16(0x21e)]+':\x20'+_0x199d36[a115_0x2b6c16(0x204)])),'transports':[]},a115_0x19def4={};a115_0x19def4['format']=a115_0x2b6c16(0x229);const a115_0xadf836={};a115_0xadf836[a115_0x2b6c16(0x21e)]=!![];function a115_0x24c7(_0x180fa0,_0x43a5a2){const _0x413d79=a115_0x413d();return a115_0x24c7=function(_0x24c763,_0x225c02){_0x24c763=_0x24c763-0x1d8;let _0x532669=_0x413d79[_0x24c763];return _0x532669;},a115_0x24c7(_0x180fa0,_0x43a5a2);}function a115_0x413d(){const _0x5d4db1=['env','combine','level','../bin/utils/constants','silly','546075DbtfCl','2926341LhBUPW','accessKey','stringify','error','true','195734AnmbUv','6sUErSh','YYYY-MM-DD\x20HH:mm:ss','buildLinkTransport','automation.log','console.info','printf','/usage-debug.log','transports','mkdirSync','winstonLogger','\x5c$&','add','2VyYEbf','timestamp','616256TfhvDO','uzPWI','remove','toLowerCase','BROWSERSTACK_LOG_LEVEL','colorize','341385masDIA','1115272EgbwIC','replace','winston','format','BROWSERSTACK_AUTOMATION_LOGS','\x20-\x20','fileLogger','BROWSERSTACK_INTERNAL_LOG_DIR','PQyyA','File','logDir','length','existsSync','2290YKscKR','FFnxK','OOgLU','VgGoU','createLogger','automationLoggerFile','userName','name','getLogDir','loggerConsole','join','automationLogger','levels','message','EPIPE\x20error\x20occurred\x20in\x20loggerConsole:','41833icamUf','http','/sdk-cli-debug.log','SepDo','debugLoggerFile','config','info','LKeqt','path','crcff','log','[REDACTED]','Console','npm','warn','loggerFile','7iHZJbZ','cbrrv','uncolorize','skxbm','filter','includes'];a115_0x413d=function(){return _0x5d4db1;};return a115_0x413d();}const a115_0x599caa={};a115_0x599caa['level']=a115_0x2b6c16(0x220);const BuildLoggerParams={'format':winston[a115_0x2b6c16(0x1ed)][a115_0x2b6c16(0x21d)](winston[a115_0x2b6c16(0x1ed)][a115_0x2b6c16(0x1e2)](a115_0x19def4),winston['format'][a115_0x2b6c16(0x1e8)](a115_0xadf836),winston[a115_0x2b6c16(0x1ed)][a115_0x2b6c16(0x1da)](_0x255792=>_0x255792[a115_0x2b6c16(0x1e2)]+a115_0x2b6c16(0x1ef)+_0x255792[a115_0x2b6c16(0x21e)]+':\x20'+_0x255792[a115_0x2b6c16(0x204)])),'transports':[transports[a115_0x2b6c16(0x22a)],new winston[(a115_0x2b6c16(0x1dc))][(a115_0x2b6c16(0x212))](a115_0x599caa)]},a115_0x11a6a3={};a115_0x11a6a3[a115_0x2b6c16(0x207)]=()=>{},a115_0x11a6a3[a115_0x2b6c16(0x20c)]=()=>{},a115_0x11a6a3[a115_0x2b6c16(0x214)]=()=>{},a115_0x11a6a3['error']=()=>{},a115_0x11a6a3['debug']=()=>{},a115_0x11a6a3[a115_0x2b6c16(0x220)]=()=>{},exports[a115_0x2b6c16(0x202)]=process['env'][a115_0x2b6c16(0x1ee)]===a115_0x2b6c16(0x226)?winston[a115_0x2b6c16(0x1fb)]({'format':winston[a115_0x2b6c16(0x1ed)]['combine'](winston[a115_0x2b6c16(0x1ed)][a115_0x2b6c16(0x218)](),winston['format']['timestamp'](),logFormat(),winston['format'][a115_0x2b6c16(0x1da)](_0x3e16a3=>_0x3e16a3[a115_0x2b6c16(0x21e)]+':\x20'+_0x3e16a3[a115_0x2b6c16(0x204)])),'transports':[automationTransports['automationLoggerFile']]}):a115_0x11a6a3;const initialize=()=>{const _0xeefb0=a115_0x2b6c16,_0x4994e2={};_0x4994e2[_0xeefb0(0x1f8)]=_0xeefb0(0x220);const _0x9828a6=_0x4994e2,_0x210242=transports['loggerConsole'][_0xeefb0(0x21e)]||initialLogLevel;transports['loggerFile']&&(exports[_0xeefb0(0x1de)][_0xeefb0(0x1e5)](transports['loggerFile']),exports[_0xeefb0(0x1f0)]['remove'](transports['loggerFile'])),transports['debugLoggerFile']&&(exports[_0xeefb0(0x1de)][_0xeefb0(0x1e5)](transports[_0xeefb0(0x20a)]),exports[_0xeefb0(0x1f0)][_0xeefb0(0x1e5)](transports[_0xeefb0(0x20a)])),transports['loggerFile']=new winston[(_0xeefb0(0x1dc))][(_0xeefb0(0x1f3))]({'filename':path[_0xeefb0(0x201)](exports[_0xeefb0(0x1f4)],LOG_FILE_NAME),'level':_0x210242}),transports[_0xeefb0(0x20a)]=new winston[(_0xeefb0(0x1dc))][(_0xeefb0(0x1f3))]({'filename':path[_0xeefb0(0x201)](exports[_0xeefb0(0x1f4)],DEBUG_LOG_FILE_NAME),'level':_0x9828a6['FFnxK']}),exports['winstonLogger'][_0xeefb0(0x1e0)](transports[_0xeefb0(0x215)]),exports[_0xeefb0(0x1de)][_0xeefb0(0x1e0)](transports[_0xeefb0(0x20a)]),exports['fileLogger']['add'](transports[_0xeefb0(0x215)]),exports[_0xeefb0(0x1f0)][_0xeefb0(0x1e0)](transports[_0xeefb0(0x20a)]);};exports[a115_0x2b6c16(0x1de)]=new winston[(a115_0x2b6c16(0x1fb))](winstonLoggerParams),exports[a115_0x2b6c16(0x1f0)]=new winston[(a115_0x2b6c16(0x1fb))](winstonFileLoggerParams),exports['buildLogger']=new winston['createLogger'](BuildLoggerParams),exports[a115_0x2b6c16(0x1f4)]=logDir,exports[a115_0x2b6c16(0x1ff)]=()=>{const _0x3daae9=a115_0x2b6c16;return exports[_0x3daae9(0x1f4)];},exports[a115_0x2b6c16(0x1dc)]=transports,exports['initialize']=initialize;logDir&&initialize();
|
package/src/helpers/metadata.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a116_0x4c17ef=a116_0x259c;function a116_0x259c(_0x3266de,_0x2b910b){const _0xcdd60d=a116_0xcdd6();return a116_0x259c=function(_0x259c4d,_0x59c198){_0x259c4d=_0x259c4d-0x121;let _0x352b24=_0xcdd60d[_0x259c4d];return _0x352b24;},a116_0x259c(_0x3266de,_0x2b910b);}(function(_0x30f6ea,_0x30c88b){const _0x122362=a116_0x259c,_0xd9a28c=_0x30f6ea();while(!![]){try{const _0x4e4a13=parseInt(_0x122362(0x12c))/0x1*(-parseInt(_0x122362(0x130))/0x2)+-parseInt(_0x122362(0x135))/0x3*(-parseInt(_0x122362(0x137))/0x4)+parseInt(_0x122362(0x123))/0x5*(-parseInt(_0x122362(0x13a))/0x6)+-parseInt(_0x122362(0x127))/0x7+-parseInt(_0x122362(0x132))/0x8*(-parseInt(_0x122362(0x13b))/0x9)+-parseInt(_0x122362(0x128))/0xa*(parseInt(_0x122362(0x13c))/0xb)+parseInt(_0x122362(0x122))/0xc*(parseInt(_0x122362(0x12e))/0xd);if(_0x4e4a13===_0x30c88b)break;else _0xd9a28c['push'](_0xd9a28c['shift']());}catch(_0x11b824){_0xd9a28c['push'](_0xd9a28c['shift']());}}}(a116_0xcdd6,0x4e400));function a116_0xcdd6(){const _0x509065=['ATSCf','cbccM','lcnc','getCentralUser','string','testMeta','3677268QVourS','5znAsKe','./globals','setGlobal','./helper','751492ggDJXZ','1826860gXaVcM','length','oVfIp','RzQaF','1FyPEzx','FaWtA','13OxqnQp','The\x20metadata\x20object\x20is\x20not\x20valid.','758436aXvGSr','set','200CMNdTb','testRunUUID','identifier','244788RfLnQy','get','28aZchgI','getGlobal','./logger','2283384JAbHVF','177381RpWzZp','11oZrWbG','xGDsB'];a116_0xcdd6=function(){return _0x509065;};return a116_0xcdd6();}const globals=require(a116_0x4c17ef(0x124)),helper=require(a116_0x4c17ef(0x126)),logger=require(a116_0x4c17ef(0x139))['winstonLogger'];module['exports']=class TestMetadata{static[a116_0x4c17ef(0x131)](_0x318f51={}){const _0x54bfc7=a116_0x4c17ef,_0x4ebd82={};_0x4ebd82[_0x54bfc7(0x12a)]=_0x54bfc7(0x133),_0x4ebd82['RzQaF']=function(_0x3a8727,_0x193dce){return _0x3a8727===_0x193dce;},_0x4ebd82[_0x54bfc7(0x13d)]=_0x54bfc7(0x142),_0x4ebd82[_0x54bfc7(0x12d)]=function(_0x4d1e9d,_0x5b2a36){return _0x4d1e9d<=_0x5b2a36;},_0x4ebd82['gwAYs']='testMeta',_0x4ebd82[_0x54bfc7(0x13e)]=_0x54bfc7(0x12f);const _0x500cdd=_0x4ebd82,_0x4df7eb=globals[_0x54bfc7(0x138)](_0x500cdd[_0x54bfc7(0x12a)]),_0x5bad6=_0x318f51[_0x54bfc7(0x134)];helper[_0x54bfc7(0x141)]()[_0x54bfc7(0x140)]&&(_0x500cdd[_0x54bfc7(0x12b)](typeof _0x5bad6,_0x500cdd[_0x54bfc7(0x13d)])&&_0x500cdd[_0x54bfc7(0x12d)](_0x5bad6[_0x54bfc7(0x129)],0x28)?_0x4df7eb?globals[_0x54bfc7(0x125)]('testMeta-'+_0x4df7eb,_0x318f51):globals[_0x54bfc7(0x125)](_0x500cdd['gwAYs'],_0x318f51):logger['warn'](_0x500cdd[_0x54bfc7(0x13e)]));}static[a116_0x4c17ef(0x136)](_0x2660b1){const _0x22e33f=a116_0x4c17ef,_0x8d8936={};_0x8d8936[_0x22e33f(0x13f)]=_0x22e33f(0x121);const _0x107fdb=_0x8d8936;if(helper[_0x22e33f(0x141)]()[_0x22e33f(0x140)])return globals[_0x22e33f(0x138)]('testMeta-'+_0x2660b1)||globals[_0x22e33f(0x138)](_0x107fdb['cbccM'])||{};return{};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a117_0x5e3143=a117_0x1ec4;function a117_0x1ec4(_0x6c96c6,_0x358fb5){const _0x36b7f3=a117_0x36b7();return a117_0x1ec4=function(_0x1ec4f2,_0x24f66d){_0x1ec4f2=_0x1ec4f2-0xcd;let _0x3009e7=_0x36b7f3[_0x1ec4f2];return _0x3009e7;},a117_0x1ec4(_0x6c96c6,_0x358fb5);}(function(_0xbab12c,_0x1f2057){const _0x493c5e=a117_0x1ec4,_0x17ff21=_0xbab12c();while(!![]){try{const _0x7e5d9a=-parseInt(_0x493c5e(0x141))/0x1*(-parseInt(_0x493c5e(0xfa))/0x2)+-parseInt(_0x493c5e(0x129))/0x3*(-parseInt(_0x493c5e(0x117))/0x4)+parseInt(_0x493c5e(0x13e))/0x5+-parseInt(_0x493c5e(0x116))/0x6+parseInt(_0x493c5e(0x126))/0x7+-parseInt(_0x493c5e(0xda))/0x8*(parseInt(_0x493c5e(0xf8))/0x9)+-parseInt(_0x493c5e(0xdb))/0xa;if(_0x7e5d9a===_0x1f2057)break;else _0x17ff21['push'](_0x17ff21['shift']());}catch(_0x125590){_0x17ff21['push'](_0x17ff21['shift']());}}}(a117_0x36b7,0x651b0));function a117_0x36b7(){const _0x318f4d=['info','using','bpesw','aiHeal_isHealingEnabled','SrAno','format','parameters_','browserstack.local','aiHeal:findElementSuccess','name','30344YuAhJd','3105400WBKVeh','vnCUM','VkdUO','find','script','executeScript','dqwVf','value','findElement\x20command\x20failed\x20with\x20cssPath:\x20','pYGLa','KjUUC','HEOul','request',';\x20Trying\x20to\x20heal','sCWhL','AfXCl','cYDfa','initExecute','getGlobal','./performance/constants','hBTfu','parameters','mxlzx','JqSqD','toISOString','PRE_EXECUTE','command','isSelfHealEnabled','./logger','243YUDadg','cxTIU','31668RGrPOq','cIyWW','name_','./performance/performance-tester','bFScv','url','Successfully\x20healed\x20command\x20using\x20new\x20','isBrowserstackInfra','hUxqw','hjByg','Healing\x20failed\x20for\x20command\x20using\x20','../bin/utils/constants','BSgXV','error','sSvxv','ErpWs','patchExecute','aiHeal_isAuthenticated','get','BqWpc','setTcgToken','omMZU','sXVnb','yqaxN','./helper','Healing\x20failed\x20for\x20command\x20using\x20cssPath:\x20','Error\x20in\x20handling\x20TCG\x20Auth:\x20','includes','4837920aOBmRC','784348fhamne','Error\x20in\x20local\x20nudge\x20for\x20overrideExecute:\x20','skipHealingSuccess','aiHeal:setToken','Caught\x20error\x20in\x20execute,\x20check\x20if\x20geturl\x20and\x20try\x20to\x20set\x20local\x20nudge','Successfully\x20healed\x20command\x20using\x20new\x20cssPath:\x20','toString','setAiSessionTimeStamp','qbyBh','uuseT','measureWrapper','findElement\x20command\x20failed\x20with\x20','NUDGE_LOCAL_ERRORS','POST_EXECUTE','getNudgeLocalNotSetError','1882930yPMRTt','execute','LwPVw','6QePTEq','zWaMR','OKphT','getId','lKAbw','aiSdk_defaultLogDataEnabled','./ai-sdk/aiSdkWrapper','bstack:options','Error\x20while\x20logging\x20accessibility\x20automation\x20logs\x20in\x20driver.execute\x20:\x20','QCqPk','body','aiHeal:findElementFailure','HdxYb','kLhZU','nestedKeyValue','bvAdg','EVRra','string','handleSuccess','CVKjc','OXxBN','1852715LaPnOr','imttu','SQDEn','38aaljOt','getSession','][\x20SDK-AUTOMATION\x20]\x20','nzTZc','css\x20selector'];a117_0x36b7=function(){return _0x318f4d;};return a117_0x36b7();}const {aiSdkWrapper}=require(a117_0x5e3143(0x12f)),{commandRepository}=require('./ai-sdk/autoHealHelper'),PerformanceTester=require(a117_0x5e3143(0xfd)),globals=require('./globals'),{winstonLogger:logger,automationLogger}=require(a117_0x5e3143(0xf7)),helper=require(a117_0x5e3143(0x112)),constants=require(a117_0x5e3143(0x105)),{DRIVER_EVENT:PerformanceDriverEvents}=require(a117_0x5e3143(0xee)),util=require('util');exports['overrideExecute']=(_0x35f803,_0x3697d2)=>{const _0x4f8ee0=a117_0x5e3143,_0x223acd={'qbyBh':_0x4f8ee0(0x10b),'OXxBN':_0x4f8ee0(0x11a),'cIyWW':function(_0x41c8d7){return _0x41c8d7();},'AfXCl':_0x4f8ee0(0x12e),'omMZU':function(_0x1f2557,_0x49f4b3){return _0x1f2557===_0x49f4b3;},'HEOul':'findElement','HdxYb':_0x4f8ee0(0xd3),'nzTZc':_0x4f8ee0(0xd8),'SrAno':function(_0x190ada){return _0x190ada();},'dqwVf':_0x4f8ee0(0x11b),'QCqPk':'NoSuchElementError','hUxqw':function(_0x3fd7df,_0x35198f){return _0x3fd7df===_0x35198f;},'sSvxv':'JavascriptError','BSgXV':function(_0x59e881,_0x2106e6){return _0x59e881===_0x2106e6;},'OKphT':_0x4f8ee0(0xcf),'LwPVw':function(_0x4af2a4,_0x10108f){return _0x4af2a4+_0x10108f;},'bvAdg':function(_0x3e5d96,_0x4a13b8){return _0x3e5d96+_0x4a13b8;},'CogrQ':_0x4f8ee0(0xe3),'zWaMR':_0x4f8ee0(0xe8),'vnCUM':function(_0x358bb0,_0x291c91){return _0x358bb0+_0x291c91;},'kLhZU':function(_0x31d217,_0x147d7f){return _0x31d217+_0x147d7f;},'mxlzx':_0x4f8ee0(0x122),'sCWhL':_0x4f8ee0(0x134),'hBTfu':function(_0x28a355){return _0x28a355();},'BqWpc':function(_0x4ff7c9,_0x4e1380){return _0x4ff7c9&&_0x4e1380;},'bpesw':function(_0x1b4609,_0x49f0fc){return _0x1b4609+_0x49f0fc;},'SQDEn':_0x4f8ee0(0x11c),'ErpWs':function(_0x40d21a,_0x5a766e){return _0x40d21a+_0x5a766e;},'VkdUO':function(_0x5e35cb,_0x468e7e){return _0x5e35cb+_0x468e7e;},'CVKjc':_0x4f8ee0(0x100),'cxTIU':function(_0x47a5ca,_0x2d222d){return _0x47a5ca===_0x2d222d;},'MubAN':function(_0x39b58b,_0x593a44){return _0x39b58b+_0x593a44;},'EVRra':_0x4f8ee0(0x113),'imttu':function(_0x53ca26,_0x363aaf){return _0x53ca26+_0x363aaf;},'shFRY':_0x4f8ee0(0x104),'WHbqu':_0x4f8ee0(0x10c),'hSdOP':_0x4f8ee0(0xd6),'cYDfa':_0x4f8ee0(0xff),'KjUUC':_0x4f8ee0(0x118),'sXVnb':function(_0x27a11a,_0x49f0a9){return _0x27a11a===_0x49f0a9;},'JqSqD':'executeAsyncScript','bFScv':_0x4f8ee0(0xe0),'uuseT':_0x4f8ee0(0x13a),'hjByg':'capability','yqaxN':_0x4f8ee0(0xd7),'pYGLa':_0x4f8ee0(0x130),'MoSVp':'local'},_0x527095=_0x35f803[_0x4f8ee0(0x10a)]||(helper['nestedKeyValue'](_0x3697d2,[_0x223acd['hjByg'],_0x223acd[_0x4f8ee0(0x111)]])||helper[_0x4f8ee0(0x137)](_0x3697d2,[_0x223acd[_0x4f8ee0(0x103)],_0x223acd[_0x4f8ee0(0xe4)],_0x223acd['MoSVp']]));if(!globals[_0x4f8ee0(0xed)](_0x223acd[_0x4f8ee0(0x11f)])&&!globals[_0x4f8ee0(0xed)](_0x223acd[_0x4f8ee0(0x135)])&&_0x527095)return;_0x35f803[_0x4f8ee0(0x10a)]=!![],_0x35f803[_0x4f8ee0(0xec)]=_0x35f803[_0x4f8ee0(0x127)],_0x35f803[_0x4f8ee0(0x127)]=async _0x50dddc=>{const _0x422512=_0x4f8ee0,_0x742703={};_0x742703[_0x422512(0x12d)]=_0x223acd['qbyBh'];const _0x1bf62c=_0x742703;try{const _0x33b6be={};_0x33b6be[_0x422512(0xf5)]=_0x50dddc[_0x422512(0xfc)],await PerformanceTester['measureWrapper'](PerformanceDriverEvents[_0x422512(0xf4)],async()=>{const _0x4af553=_0x422512;if(!commandRepository['getTcgTokenStatus']()&&globals[_0x4af553(0xed)](_0x223acd['qbyBh'])){const _0x132aad=PerformanceTester[_0x4af553(0x121)](_0x223acd[_0x4af553(0x13d)],async()=>{const _0x400807=_0x4af553;try{commandRepository['setTcgTokenStatus'](!![]),await aiSdkWrapper[_0x400807(0x10e)]((await _0x35f803[_0x400807(0x142)]())[_0x400807(0x12c)]());const _0x2cc18c=globals[_0x400807(0xed)](_0x1bf62c[_0x400807(0x12d)]);_0x2cc18c&&commandRepository[_0x400807(0x11e)]((await _0x35f803[_0x400807(0x142)]())[_0x400807(0x12c)]());}catch(_0x6c863c){logger[_0x400807(0x107)](_0x400807(0x114)+_0x6c863c);}});await _0x223acd[_0x4af553(0xfb)](_0x132aad);}},_0x33b6be)();const _0x262a48=await _0x35f803[_0x422512(0xec)](_0x50dddc);try{if(_0x223acd[_0x422512(0x110)](_0x50dddc[_0x422512(0xfc)],_0x223acd[_0x422512(0xf2)])||_0x223acd[_0x422512(0xf9)](_0x50dddc[_0x422512(0xfc)],_0x223acd[_0x422512(0xfe)])){const _0x271524=_0x50dddc['parameters_']&&_0x50dddc[_0x422512(0xd6)][_0x422512(0xdf)],_0x588586=_0x50dddc[_0x422512(0xd6)]&&_0x50dddc[_0x422512(0xd6)]['args'],_0x51cfc5=_0x588586&&util[_0x422512(0xd5)]('%j',_0x588586);if(_0x271524&&_0x223acd[_0x422512(0x106)](typeof _0x271524,_0x223acd[_0x422512(0x120)])){const _0x398c22=constants['AUTOMATION_LOG_COMMANDS'][_0x422512(0xde)](_0x504c1c=>_0x271524[_0x422512(0x115)](_0x504c1c)||_0x51cfc5&&_0x51cfc5['includes'](_0x504c1c));if(_0x398c22){const _0x15561a={};_0x15561a['command']=_0x398c22,_0x15561a[_0x422512(0xf0)]=_0x588586;const _0x19e772={};_0x19e772[_0x422512(0x133)]=_0x262a48;const _0x194cfa={};_0x194cfa[_0x422512(0xe7)]=_0x15561a,_0x194cfa['response']=_0x19e772,automationLogger['silly']('['+new Date()[_0x422512(0xf3)]()+_0x422512(0xcd)+util[_0x422512(0xd5)]('%j',_0x194cfa));}}}}catch(_0x7a7608){logger['silly'](_0x422512(0x131)+_0x7a7608['message']);}return await PerformanceTester[_0x422512(0x121)](PerformanceDriverEvents['POST_EXECUTE'],async()=>{const _0x40a383=_0x422512;if(!helper[_0x40a383(0x101)]()&&(commandRepository['isSelfHealEnabled']()||globals[_0x40a383(0xed)](_0x223acd[_0x40a383(0xea)]))&&_0x223acd[_0x40a383(0x10f)](_0x50dddc[_0x40a383(0xfc)],_0x223acd['HEOul'])&&!_0x50dddc[_0x40a383(0x119)]&&globals['getGlobal'](_0x223acd[_0x40a383(0x11f)])&&globals[_0x40a383(0xed)](_0x223acd[_0x40a383(0x135)])){const _0x8e70b9=new Date(),_0x1a6678=PerformanceTester[_0x40a383(0x121)](_0x223acd[_0x40a383(0xce)],async()=>{const _0xb07074=_0x40a383;return await aiSdkWrapper[_0xb07074(0x13b)](_0x3697d2,_0x35f803,_0x50dddc);});await _0x223acd[_0x40a383(0xd4)](_0x1a6678);}},{'command':_0x50dddc[_0x422512(0xfc)]})(),_0x262a48;}catch(_0x3e71d2){await PerformanceTester[_0x422512(0x121)](PerformanceDriverEvents[_0x422512(0x124)],async()=>{const _0x422a0d=_0x422512;logger['debug'](_0x223acd[_0x422a0d(0xe1)]);try{if(!helper[_0x422a0d(0x101)]()&&(_0x223acd['omMZU'](_0x3e71d2[_0x422a0d(0xd9)],_0x223acd[_0x422a0d(0x132)])||_0x223acd['hUxqw'](_0x3e71d2[_0x422a0d(0xd9)],_0x223acd[_0x422a0d(0x108)]))&&_0x223acd['BSgXV'](_0x50dddc[_0x422a0d(0xfc)],_0x223acd[_0x422a0d(0xe6)])&&commandRepository[_0x422a0d(0xf6)]()&&globals['getGlobal'](_0x223acd[_0x422a0d(0x11f)])&&globals[_0x422a0d(0xed)](_0x223acd[_0x422a0d(0x135)])){_0x223acd[_0x422a0d(0x102)](_0x50dddc[_0x422a0d(0xd6)][_0x422a0d(0xd1)],_0x223acd[_0x422a0d(0x12b)])?logger[_0x422a0d(0xd0)](_0x223acd[_0x422a0d(0x128)](_0x223acd[_0x422a0d(0x138)](_0x223acd['CogrQ'],_0x50dddc[_0x422a0d(0xd6)][_0x422a0d(0xe2)]),_0x223acd[_0x422a0d(0x12a)])):logger[_0x422a0d(0xd0)](_0x223acd[_0x422a0d(0x138)](_0x223acd[_0x422a0d(0xdc)](_0x223acd[_0x422a0d(0xdc)](_0x223acd['kLhZU'](_0x223acd[_0x422a0d(0xf1)],_0x50dddc[_0x422a0d(0xd6)][_0x422a0d(0xd1)]),':\x20'),_0x50dddc[_0x422a0d(0xd6)][_0x422a0d(0xe2)]),_0x223acd[_0x422a0d(0x12a)]));const _0x4344a6=PerformanceTester[_0x422a0d(0x121)](_0x223acd[_0x422a0d(0xe9)],async()=>{return await aiSdkWrapper['handleFailure'](_0x3697d2,_0x35f803,_0x50dddc);}),_0x415784=new Date(),{locatorType:_0x42fa00,locatorValue:_0x59349a,commandHealed:_0x8dd813}=await _0x223acd[_0x422a0d(0xef)](_0x4344a6);if(_0x223acd[_0x422a0d(0x10d)](_0x42fa00,_0x59349a)){_0x50dddc[_0x422a0d(0xd6)]['using']=_0x42fa00,_0x50dddc[_0x422a0d(0xd6)]['value']=_0x59349a,_0x50dddc[_0x422a0d(0x119)]=!![];const _0x57804e=_0x35f803[_0x422a0d(0x127)](_0x50dddc);return _0x223acd['hUxqw'](_0x42fa00,_0x223acd[_0x422a0d(0x12b)])?logger['info'](_0x223acd[_0x422a0d(0xd2)](_0x223acd[_0x422a0d(0x140)],_0x59349a)):logger[_0x422a0d(0xd0)](_0x223acd[_0x422a0d(0x109)](_0x223acd[_0x422a0d(0xdd)](_0x223acd[_0x422a0d(0xdc)](_0x223acd[_0x422a0d(0x13c)],_0x42fa00),':\x20'),_0x59349a)),_0x57804e;}else!_0x8dd813&&(_0x223acd[_0x422a0d(0xf9)](_0x42fa00,_0x223acd[_0x422a0d(0x12b)])?logger['info'](_0x223acd['MubAN'](_0x223acd[_0x422a0d(0x139)],_0x50dddc[_0x422a0d(0xd6)][_0x422a0d(0xe2)])):logger['info'](_0x223acd[_0x422a0d(0x136)](_0x223acd[_0x422a0d(0x13f)](_0x223acd[_0x422a0d(0x136)](_0x223acd['shFRY'],_0x50dddc[_0x422a0d(0xd6)][_0x422a0d(0xd1)]),':\x20'),_0x50dddc[_0x422a0d(0xd6)][_0x422a0d(0xe2)])));}!_0x527095&&_0x223acd['omMZU'](_0x50dddc[_0x422a0d(0xfc)],_0x223acd['WHbqu'])&&helper[_0x422a0d(0x137)](_0x50dddc,[_0x223acd['hSdOP'],_0x223acd[_0x422a0d(0xeb)]])&&!!constants[_0x422a0d(0x123)][_0x422a0d(0xde)](_0x3ffc00=>{const _0x30a662=_0x422a0d;return _0x3e71d2[_0x30a662(0x11d)]()[_0x30a662(0x115)](_0x3ffc00);})&&helper[_0x422a0d(0x125)](_0x50dddc['parameters_'][_0x422a0d(0xff)],!![]);}catch(_0x45e40a){logger['debug'](_0x223acd[_0x422a0d(0xe5)],_0x45e40a);}},{'success':![],'failure':_0x3e71d2})();throw _0x3e71d2;}};};
|
|
1
|
+
function a117_0xc848(_0x2a4739,_0x228190){const _0x4d4f08=a117_0x4d4f();return a117_0xc848=function(_0xc84876,_0x44a256){_0xc84876=_0xc84876-0x1ad;let _0x5774e8=_0x4d4f08[_0xc84876];return _0x5774e8;},a117_0xc848(_0x2a4739,_0x228190);}const a117_0x2a37df=a117_0xc848;(function(_0x1e6608,_0x22f42e){const _0x737c47=a117_0xc848,_0x2d81f9=_0x1e6608();while(!![]){try{const _0x4104a6=parseInt(_0x737c47(0x1b4))/0x1*(parseInt(_0x737c47(0x20a))/0x2)+-parseInt(_0x737c47(0x1d5))/0x3*(parseInt(_0x737c47(0x20d))/0x4)+-parseInt(_0x737c47(0x225))/0x5*(parseInt(_0x737c47(0x22d))/0x6)+parseInt(_0x737c47(0x1c1))/0x7*(-parseInt(_0x737c47(0x1d3))/0x8)+-parseInt(_0x737c47(0x201))/0x9+parseInt(_0x737c47(0x1ea))/0xa*(parseInt(_0x737c47(0x1ed))/0xb)+parseInt(_0x737c47(0x205))/0xc*(parseInt(_0x737c47(0x206))/0xd);if(_0x4104a6===_0x22f42e)break;else _0x2d81f9['push'](_0x2d81f9['shift']());}catch(_0x2c5729){_0x2d81f9['push'](_0x2d81f9['shift']());}}}(a117_0x4d4f,0x70891));function a117_0x4d4f(){const _0x21785c=['fCWew','Successfully\x20healed\x20command\x20using\x20new\x20cssPath:\x20','40MhdbGo','aiHeal:setToken','LxQcs','local','RycVA','request','gioKc','GZIcV','url','Successfully\x20healed\x20command\x20using\x20new\x20','body','oyMql','FdcZQ','zpEHP','cZvRi','ekBNm','grSbs','setTcgToken','getSession','xtsjy','IvHjr','Error\x20in\x20local\x20nudge\x20for\x20overrideExecute:\x20','getGlobal',';\x20Trying\x20to\x20heal','460885xDlFUw','isSelfHealEnabled','abcBw','skipHealingSuccess','error','findElement\x20command\x20failed\x20with\x20cssPath:\x20','IbUAr','Healing\x20failed\x20for\x20command\x20using\x20cssPath:\x20','12GNnzph','AUTOMATION_LOG_COMMANDS','aiSdk_defaultLogDataEnabled','Xbmxc','includes','Ghrbn','CHQqD','Azrnv','execute','css\x20selector','setTcgTokenStatus','HqKOk','find','WWewQ','vMVKc','109CKSiDx','XISqd','QPeQe','Mygxj','isBrowserstackInfra','capability','Healing\x20failed\x20for\x20command\x20using\x20','toISOString','trNEM','toString','response','./logger','iJtQx','7bhJrUP','wMUfs','nestedKeyValue','hUrCp','VWCqO','PRE_EXECUTE','format','zJsZh','executeAsyncScript','iigIR','uDOcl','script','measureWrapper','LmhOJ','rpGeA','prcgP','value','BnOzI','1790744fPAwZe','uNrgf','162546CPecoL','nzWrs','browserstack.local','patchExecute','JavascriptError','message','vdyLF','NUDGE_LOCAL_ERRORS','GJcjt','AzKpC','getId','CuhsH','setAiSessionTimeStamp','name_','ywbEU','qTfIh','qeuRH','EDnvi','aiHeal_isAuthenticated','ErsXR','][\x20SDK-AUTOMATION\x20]\x20','410FIOCmg','jhdAY','name','141383LCixgb','tlnGD','KcQYB','overrideExecute','UesSC','args','GKWTM','./ai-sdk/autoHealHelper','parameters_','command','iCmMl','aiHeal_isHealingEnabled','Error\x20in\x20handling\x20TCG\x20Auth:\x20','using','ULkjc','NoSuchElementError','POST_EXECUTE','handleSuccess','handleFailure','uqkZw','3753657cJfkBd','findElement\x20command\x20failed\x20with\x20','rtGqL','hnWVM','5556HcQflb','10777HhQxsl','info','getTcgTokenStatus','exKVL','16830hwPnGS'];a117_0x4d4f=function(){return _0x21785c;};return a117_0x4d4f();}const {aiSdkWrapper}=require('./ai-sdk/aiSdkWrapper'),{commandRepository}=require(a117_0x2a37df(0x1f4)),PerformanceTester=require('./performance/performance-tester'),globals=require('./globals'),{winstonLogger:logger,automationLogger}=require(a117_0x2a37df(0x1bf)),helper=require('./helper'),constants=require('../bin/utils/constants'),{DRIVER_EVENT:PerformanceDriverEvents}=require('./performance/constants'),util=require('util');exports[a117_0x2a37df(0x1f0)]=(_0x51ae39,_0x275f89)=>{const _0x5450c3=a117_0x2a37df,_0x1278e8={'ULkjc':_0x5450c3(0x1e7),'RycVA':_0x5450c3(0x20e),'MQVMS':function(_0x1a714a){return _0x1a714a();},'WIjVZ':_0x5450c3(0x22f),'iigIR':function(_0x581c62,_0x28323f){return _0x581c62===_0x28323f;},'IvHjr':'findElement','LxQcs':_0x5450c3(0x1f8),'AxgNP':'aiHeal:findElementSuccess','zJsZh':function(_0x505f9f){return _0x505f9f();},'GKWTM':'Caught\x20error\x20in\x20execute,\x20check\x20if\x20geturl\x20and\x20try\x20to\x20set\x20local\x20nudge','KcQYB':_0x5450c3(0x1fc),'GJcjt':_0x5450c3(0x1d9),'rtGqL':function(_0x344076,_0xf1e63){return _0x344076===_0xf1e63;},'CuhsH':_0x5450c3(0x1ae),'jhdAY':function(_0x3047c6,_0x1942f7){return _0x3047c6+_0x1942f7;},'cZvRi':_0x5450c3(0x22a),'AzKpC':_0x5450c3(0x224),'irpLW':function(_0x5ea00e,_0x32ed82){return _0x5ea00e+_0x32ed82;},'abcBw':_0x5450c3(0x202),'aXSUC':'aiHeal:findElementFailure','nZBEL':function(_0x413d3f,_0x5d2595){return _0x413d3f&&_0x5d2595;},'iJtQx':function(_0x46f3d8,_0x2a1d02){return _0x46f3d8+_0x2a1d02;},'oyMql':_0x5450c3(0x20c),'xjEPn':function(_0x697e8d,_0x5ecf98){return _0x697e8d+_0x5ecf98;},'hnWVM':_0x5450c3(0x216),'HXRZU':_0x5450c3(0x22c),'fCWew':function(_0x3ba90d,_0x3ed0b7){return _0x3ba90d+_0x3ed0b7;},'nzWrs':_0x5450c3(0x1ba),'BnOzI':'get','tlnGD':_0x5450c3(0x1f5),'exKVL':_0x5450c3(0x215),'Xbmxc':_0x5450c3(0x222),'gioKc':_0x5450c3(0x1c9),'ilXuC':'executeScript','uCIsH':'string','IbUAr':_0x5450c3(0x1b9),'grSbs':_0x5450c3(0x1d7),'kkXaL':'bstack:options','KsUYh':_0x5450c3(0x210)},_0x2ebffa=_0x51ae39[_0x5450c3(0x1d8)]||(helper['nestedKeyValue'](_0x275f89,[_0x1278e8[_0x5450c3(0x22b)],_0x1278e8[_0x5450c3(0x21d)]])||helper[_0x5450c3(0x1c3)](_0x275f89,[_0x1278e8[_0x5450c3(0x22b)],_0x1278e8['kkXaL'],_0x1278e8['KsUYh']]));if(!globals[_0x5450c3(0x223)](_0x1278e8[_0x5450c3(0x1fb)])&&!globals[_0x5450c3(0x223)](_0x1278e8[_0x5450c3(0x20f)])&&_0x2ebffa)return;_0x51ae39[_0x5450c3(0x1d8)]=!![],_0x51ae39['initExecute']=_0x51ae39[_0x5450c3(0x1ad)],_0x51ae39[_0x5450c3(0x1ad)]=async _0x5cd969=>{const _0x11a77e=_0x5450c3,_0x54795d={'UesSC':_0x1278e8['WIjVZ'],'LmhOJ':function(_0x106845,_0x45abd4){return _0x1278e8['iigIR'](_0x106845,_0x45abd4);},'vMVKc':_0x1278e8[_0x11a77e(0x221)],'HqKOk':_0x1278e8[_0x11a77e(0x1fb)],'trNEM':_0x1278e8[_0x11a77e(0x20f)],'XISqd':_0x1278e8['AxgNP'],'zpEHP':function(_0x17f6b7){return _0x1278e8['zJsZh'](_0x17f6b7);},'wMUfs':_0x1278e8[_0x11a77e(0x1f3)],'WWewQ':_0x1278e8[_0x11a77e(0x1ef)],'Ghrbn':_0x1278e8[_0x11a77e(0x1dd)],'VWCqO':function(_0x5547bc,_0x2f216b){return _0x1278e8['iigIR'](_0x5547bc,_0x2f216b);},'ywbEU':function(_0x1c5f01,_0xbd10c0){return _0x1278e8['rtGqL'](_0x1c5f01,_0xbd10c0);},'Azrnv':_0x1278e8[_0x11a77e(0x1e0)],'ekBNm':function(_0x276d88,_0x21c2ee){const _0xe607af=_0x11a77e;return _0x1278e8[_0xe607af(0x1eb)](_0x276d88,_0x21c2ee);},'uNrgf':_0x1278e8[_0x11a77e(0x21b)],'vdyLF':_0x1278e8[_0x11a77e(0x1de)],'Mygxj':function(_0x3cae96,_0x31eda8){const _0x2a1e6b=_0x11a77e;return _0x1278e8[_0x2a1e6b(0x1eb)](_0x3cae96,_0x31eda8);},'iCmMl':function(_0x168580,_0x30ef7f){return _0x1278e8['irpLW'](_0x168580,_0x30ef7f);},'hUrCp':_0x1278e8[_0x11a77e(0x227)],'uDOcl':_0x1278e8['aXSUC'],'uqkZw':function(_0x4ac516){const _0x14bf17=_0x11a77e;return _0x1278e8[_0x14bf17(0x1c8)](_0x4ac516);},'xtsjy':function(_0xf390dd,_0x5e976e){return _0x1278e8['nZBEL'](_0xf390dd,_0x5e976e);},'GZIcV':function(_0x1cd73c,_0xe4f7f8){const _0x5c129c=_0x11a77e;return _0x1278e8[_0x5c129c(0x1c0)](_0x1cd73c,_0xe4f7f8);},'qeuRH':_0x1278e8[_0x11a77e(0x218)],'BZkkH':function(_0x1b2ff7,_0x5d08b2){return _0x1278e8['xjEPn'](_0x1b2ff7,_0x5d08b2);},'ErsXR':_0x1278e8[_0x11a77e(0x204)],'CHQqD':_0x1278e8['HXRZU'],'FdcZQ':function(_0x4fe24a,_0x1a5310){const _0x514aa4=_0x11a77e;return _0x1278e8[_0x514aa4(0x1c0)](_0x4fe24a,_0x1a5310);},'rpGeA':function(_0x1e2127,_0x25b0a0){const _0xec4ce3=_0x11a77e;return _0x1278e8[_0xec4ce3(0x20b)](_0x1e2127,_0x25b0a0);},'vWAkM':_0x1278e8[_0x11a77e(0x1d6)],'prcgP':_0x1278e8[_0x11a77e(0x1d2)],'qTfIh':_0x1278e8[_0x11a77e(0x1ee)],'GcbBu':_0x1278e8[_0x11a77e(0x209)],'QPeQe':_0x1278e8[_0x11a77e(0x230)]};try{const _0x3992bd={};_0x3992bd[_0x11a77e(0x1f6)]=_0x5cd969[_0x11a77e(0x1e2)],await PerformanceTester['measureWrapper'](PerformanceDriverEvents[_0x11a77e(0x1c6)],async()=>{const _0x9f2793=_0x11a77e,_0x54ec64={};_0x54ec64['EDnvi']=_0x1278e8[_0x9f2793(0x1fb)];const _0x758169=_0x54ec64;if(!commandRepository[_0x9f2793(0x208)]()&&globals['getGlobal'](_0x1278e8[_0x9f2793(0x1fb)])){const _0x3b10f3=PerformanceTester[_0x9f2793(0x1cd)](_0x1278e8[_0x9f2793(0x211)],async()=>{const _0x3828d6=_0x9f2793;try{commandRepository[_0x3828d6(0x1af)](!![]),await aiSdkWrapper[_0x3828d6(0x21e)]((await _0x51ae39[_0x3828d6(0x21f)]())['getId']());const _0x4d662f=globals['getGlobal'](_0x758169[_0x3828d6(0x1e6)]);_0x4d662f&&commandRepository[_0x3828d6(0x1e1)]((await _0x51ae39[_0x3828d6(0x21f)]())[_0x3828d6(0x1df)]());}catch(_0x1c5842){logger[_0x3828d6(0x229)](_0x3828d6(0x1f9)+_0x1c5842);}});await _0x1278e8['MQVMS'](_0x3b10f3);}},_0x3992bd)();const _0x5e37ca=await _0x51ae39['initExecute'](_0x5cd969);try{if(_0x1278e8[_0x11a77e(0x203)](_0x5cd969['name_'],_0x1278e8[_0x11a77e(0x213)])||_0x1278e8[_0x11a77e(0x1ca)](_0x5cd969['name_'],_0x1278e8['ilXuC'])){const _0x14a9fc=_0x5cd969[_0x11a77e(0x1f5)]&&_0x5cd969[_0x11a77e(0x1f5)][_0x11a77e(0x1cc)],_0x3c9549=_0x5cd969[_0x11a77e(0x1f5)]&&_0x5cd969[_0x11a77e(0x1f5)][_0x11a77e(0x1f2)],_0x11ef55=_0x3c9549&&util['format']('%j',_0x3c9549);if(_0x14a9fc&&_0x1278e8[_0x11a77e(0x1ca)](typeof _0x14a9fc,_0x1278e8['uCIsH'])){const _0x20e6f9=constants[_0x11a77e(0x22e)][_0x11a77e(0x1b1)](_0xf9b7fe=>_0x14a9fc[_0x11a77e(0x231)](_0xf9b7fe)||_0x11ef55&&_0x11ef55['includes'](_0xf9b7fe));if(_0x20e6f9){const _0x2daf7a={};_0x2daf7a[_0x11a77e(0x1f6)]=_0x20e6f9,_0x2daf7a['parameters']=_0x3c9549;const _0x3175f8={};_0x3175f8[_0x11a77e(0x217)]=_0x5e37ca;const _0x19f3dd={};_0x19f3dd[_0x11a77e(0x212)]=_0x2daf7a,_0x19f3dd[_0x11a77e(0x1be)]=_0x3175f8,automationLogger['silly']('['+new Date()[_0x11a77e(0x1bb)]()+_0x11a77e(0x1e9)+util[_0x11a77e(0x1c7)]('%j',_0x19f3dd));}}}}catch(_0x5eca93){logger['silly']('Error\x20while\x20logging\x20accessibility\x20automation\x20logs\x20in\x20driver.execute\x20:\x20'+_0x5eca93[_0x11a77e(0x1da)]);}return await PerformanceTester[_0x11a77e(0x1cd)](PerformanceDriverEvents[_0x11a77e(0x1fd)],async()=>{const _0x71615e=_0x11a77e;if(!helper[_0x71615e(0x1b8)]()&&(commandRepository['isSelfHealEnabled']()||globals[_0x71615e(0x223)](_0x54795d[_0x71615e(0x1f1)]))&&_0x54795d[_0x71615e(0x1ce)](_0x5cd969[_0x71615e(0x1e2)],_0x54795d['vMVKc'])&&!_0x5cd969[_0x71615e(0x228)]&&globals[_0x71615e(0x223)](_0x54795d[_0x71615e(0x1b0)])&&globals['getGlobal'](_0x54795d[_0x71615e(0x1bc)])){const _0x5cac9b=new Date(),_0x34b8ad=PerformanceTester['measureWrapper'](_0x54795d[_0x71615e(0x1b5)],async()=>{const _0x48be07=_0x71615e;return await aiSdkWrapper[_0x48be07(0x1fe)](_0x275f89,_0x51ae39,_0x5cd969);});await _0x54795d[_0x71615e(0x21a)](_0x34b8ad);}},{'command':_0x5cd969[_0x11a77e(0x1e2)]})(),_0x5e37ca;}catch(_0x1d5539){await PerformanceTester[_0x11a77e(0x1cd)](PerformanceDriverEvents['POST_EXECUTE'],async()=>{const _0x5827aa=_0x11a77e;logger['debug'](_0x54795d[_0x5827aa(0x1c2)]);try{if(!helper[_0x5827aa(0x1b8)]()&&(_0x54795d[_0x5827aa(0x1ce)](_0x1d5539[_0x5827aa(0x1ec)],_0x54795d[_0x5827aa(0x1b2)])||_0x54795d[_0x5827aa(0x1ce)](_0x1d5539[_0x5827aa(0x1ec)],_0x54795d[_0x5827aa(0x232)]))&&_0x54795d[_0x5827aa(0x1c5)](_0x5cd969[_0x5827aa(0x1e2)],_0x54795d[_0x5827aa(0x1b3)])&&commandRepository[_0x5827aa(0x226)]()&&globals[_0x5827aa(0x223)](_0x54795d['HqKOk'])&&globals[_0x5827aa(0x223)](_0x54795d['trNEM'])){_0x54795d[_0x5827aa(0x1e3)](_0x5cd969[_0x5827aa(0x1f5)][_0x5827aa(0x1fa)],_0x54795d[_0x5827aa(0x234)])?logger[_0x5827aa(0x207)](_0x54795d['ekBNm'](_0x54795d[_0x5827aa(0x21c)](_0x54795d[_0x5827aa(0x1d4)],_0x5cd969['parameters_']['value']),_0x54795d[_0x5827aa(0x1db)])):logger[_0x5827aa(0x207)](_0x54795d[_0x5827aa(0x21c)](_0x54795d['Mygxj'](_0x54795d['iCmMl'](_0x54795d[_0x5827aa(0x1f7)](_0x54795d[_0x5827aa(0x1c4)],_0x5cd969['parameters_']['using']),':\x20'),_0x5cd969[_0x5827aa(0x1f5)]['value']),_0x54795d['vdyLF']));const _0x188a28=PerformanceTester[_0x5827aa(0x1cd)](_0x54795d[_0x5827aa(0x1cb)],async()=>{const _0x54fef9=_0x5827aa;return await aiSdkWrapper[_0x54fef9(0x1ff)](_0x275f89,_0x51ae39,_0x5cd969);}),_0x142767=new Date(),{locatorType:_0x5a2fbd,locatorValue:_0x9374da,commandHealed:_0x2b6b72}=await _0x54795d[_0x5827aa(0x200)](_0x188a28);if(_0x54795d[_0x5827aa(0x220)](_0x5a2fbd,_0x9374da)){_0x5cd969['parameters_'][_0x5827aa(0x1fa)]=_0x5a2fbd,_0x5cd969[_0x5827aa(0x1f5)][_0x5827aa(0x1d1)]=_0x9374da,_0x5cd969[_0x5827aa(0x228)]=!![];const _0x2112dc=_0x51ae39['execute'](_0x5cd969);return _0x54795d['VWCqO'](_0x5a2fbd,_0x54795d[_0x5827aa(0x234)])?logger['info'](_0x54795d[_0x5827aa(0x214)](_0x54795d[_0x5827aa(0x1e5)],_0x9374da)):logger[_0x5827aa(0x207)](_0x54795d[_0x5827aa(0x214)](_0x54795d['BZkkH'](_0x54795d['BZkkH'](_0x54795d[_0x5827aa(0x1e8)],_0x5a2fbd),':\x20'),_0x9374da)),_0x2112dc;}else!_0x2b6b72&&(_0x54795d['VWCqO'](_0x5a2fbd,_0x54795d['Azrnv'])?logger[_0x5827aa(0x207)](_0x54795d[_0x5827aa(0x1b7)](_0x54795d[_0x5827aa(0x233)],_0x5cd969[_0x5827aa(0x1f5)][_0x5827aa(0x1d1)])):logger[_0x5827aa(0x207)](_0x54795d[_0x5827aa(0x219)](_0x54795d['FdcZQ'](_0x54795d[_0x5827aa(0x1cf)](_0x54795d['vWAkM'],_0x5cd969[_0x5827aa(0x1f5)][_0x5827aa(0x1fa)]),':\x20'),_0x5cd969[_0x5827aa(0x1f5)]['value'])));}!_0x2ebffa&&_0x54795d[_0x5827aa(0x1ce)](_0x5cd969[_0x5827aa(0x1e2)],_0x54795d[_0x5827aa(0x1d0)])&&helper['nestedKeyValue'](_0x5cd969,[_0x54795d[_0x5827aa(0x1e4)],_0x54795d['GcbBu']])&&!!constants[_0x5827aa(0x1dc)]['find'](_0x1e55b6=>{const _0xc5ba75=_0x5827aa;return _0x1d5539[_0xc5ba75(0x1bd)]()[_0xc5ba75(0x231)](_0x1e55b6);})&&helper['getNudgeLocalNotSetError'](_0x5cd969[_0x5827aa(0x1f5)][_0x5827aa(0x215)],!![]);}catch(_0x43f5e6){logger['debug'](_0x54795d[_0x5827aa(0x1b6)],_0x43f5e6);}},{'success':![],'failure':_0x1d5539})();throw _0x1d5539;}};};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a118_0x1fada5=a118_0x48e4;function a118_0x48e4(_0x55781a,_0x4c50d4){const _0x4a4717=a118_0x4a47();return a118_0x48e4=function(_0x48e40c,_0x459cc5){_0x48e40c=_0x48e40c-0xad;let _0x209e35=_0x4a4717[_0x48e40c];return _0x209e35;},a118_0x48e4(_0x55781a,_0x4c50d4);}(function(_0x4842ca,_0x409d9c){const _0x3f0903=a118_0x48e4,_0x920592=_0x4842ca();while(!![]){try{const _0x2dd229=parseInt(_0x3f0903(0xb2))/0x1*(-parseInt(_0x3f0903(0xc0))/0x2)+-parseInt(_0x3f0903(0xbe))/0x3*(parseInt(_0x3f0903(0xad))/0x4)+parseInt(_0x3f0903(0xcc))/0x5+parseInt(_0x3f0903(0xbf))/0x6+parseInt(_0x3f0903(0xc8))/0x7*(parseInt(_0x3f0903(0xbd))/0x8)+-parseInt(_0x3f0903(0xc2))/0x9+-parseInt(_0x3f0903(0xbb))/0xa*(-parseInt(_0x3f0903(0xb0))/0xb);if(_0x2dd229===_0x409d9c)break;else _0x920592['push'](_0x920592['shift']());}catch(_0x4128c1){_0x920592['push'](_0x920592['shift']());}}}(a118_0x4a47,0xedf5f));const PerformanceTester=require('./performance/performance-tester'),O11yEvents=require(a118_0x1fada5(0xb3))['O11y_EVENTS'];function a118_0x4a47(){const _0x2176a0=['initQuit','408663WlMNmd','takeScreenshot','qvfhh','then','pid','vrAGL','19292WknTjy','quit','Xulrd','true','5394300TKDaIH','TEST_SCREENSHOT','emit','patchQuit','patchScreenshot','HhIGi','TAKE_SCREENSHOT','toISOString','992zkgmeo','catch','start','3634697bWuNCD','SuXdk','101SZxZjw','./performance/constants','overrideQuit','initScreenshot','quitCount_','bs:addLog:','gEIto','hqesE','end','40pMliTS','env','328MplyZk','4542SySLZU','3750360pvuAGH','34516KITvaX'];a118_0x4a47=function(){return _0x2176a0;};return a118_0x4a47();}exports['overrideTakeScreenshot']=_0x1e617c=>{const _0x31f857=a118_0x1fada5,_0x5167b3={'auEKQ':_0x31f857(0xcd),'hqesE':function(_0x34b3b2,_0x250aa8){return _0x34b3b2(_0x250aa8);},'XKTZx':function(_0x3c65c5,_0xb9550a){return _0x3c65c5!==_0xb9550a;},'vrAGL':_0x31f857(0xcb)};if(_0x5167b3['XKTZx'](process[_0x31f857(0xbc)]['BS_TESTOPS_ALLOW_SCREENSHOTS'],_0x5167b3[_0x31f857(0xc7)]))return;if(_0x1e617c[_0x31f857(0xd0)])return;_0x1e617c['patchScreenshot']=!![],_0x1e617c[_0x31f857(0xb5)]=_0x1e617c[_0x31f857(0xc3)],_0x1e617c[_0x31f857(0xc3)]=()=>{const _0x2c26d4={'SuXdk':_0x5167b3['auEKQ'],'INnGa':function(_0x43a837,_0x209877){const _0x2d9ec3=a118_0x48e4;return _0x5167b3[_0x2d9ec3(0xb9)](_0x43a837,_0x209877);}};return new Promise(function(_0x20ceca,_0x1d8670){const _0x442356=a118_0x48e4,_0x54a3d1={'HhIGi':_0x2c26d4[_0x442356(0xb1)],'gEIto':function(_0x17e22a,_0x2601e5){return _0x2c26d4['INnGa'](_0x17e22a,_0x2601e5);}};_0x1e617c[_0x442356(0xb5)]()[_0x442356(0xc5)](_0x4bb5f9=>{const _0x4848fe=_0x442356;PerformanceTester[_0x4848fe(0xaf)](O11yEvents[_0x4848fe(0xd2)]),process[_0x4848fe(0xce)](_0x4848fe(0xb7)+process[_0x4848fe(0xc6)],{'timestamp':new Date()[_0x4848fe(0xd3)](),'message':_0x4bb5f9,'kind':_0x54a3d1[_0x4848fe(0xd1)]}),_0x54a3d1[_0x4848fe(0xb8)](_0x20ceca,_0x4bb5f9),PerformanceTester[_0x4848fe(0xba)](O11yEvents[_0x4848fe(0xd2)]);})[_0x442356(0xae)](_0x1a3b2c=>{const _0x39641d=_0x442356;PerformanceTester[_0x39641d(0xba)](O11yEvents[_0x39641d(0xd2)]),_0x54a3d1[_0x39641d(0xb8)](_0x1d8670,_0x1a3b2c);});});};},exports[a118_0x1fada5(0xb4)]=(_0x321e7e,_0x2acbbf=null)=>{const _0x376a04=a118_0x1fada5,_0x5cd50a={'qvfhh':function(_0x295dbd){return _0x295dbd();},'PKhlL':function(_0x59b165,_0x6de54a){return _0x59b165>_0x6de54a;},'Xulrd':function(_0x30ca36,_0x546937){return _0x30ca36>_0x546937;}};if(_0x321e7e[_0x376a04(0xcf)])return;_0x321e7e[_0x376a04(0xcf)]=!![],_0x321e7e[_0x376a04(0xc1)]=_0x321e7e[_0x376a04(0xc9)],_0x321e7e['quit']=()=>{const _0x2796b4=_0x376a04;if(_0x2acbbf){_0x2acbbf['quitCount_']+=0x1;if(_0x5cd50a['PKhlL'](_0x2acbbf[_0x2796b4(0xb6)],0x1))return _0x321e7e[_0x2796b4(0xc1)]();}else{_0x321e7e[_0x2796b4(0xb6)]+=0x1;if(_0x5cd50a[_0x2796b4(0xca)](_0x321e7e[_0x2796b4(0xb6)],0x1))return _0x321e7e[_0x2796b4(0xc1)]();}return new Promise(function(_0x4647e0){const _0x5434bc=_0x2796b4;_0x5cd50a[_0x5434bc(0xc4)](_0x4647e0);});};};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a119_0x5f43ef=a119_0x2ee8;(function(_0x5d8d5,_0x3f52b5){const _0xe78835=a119_0x2ee8,_0x1ed14a=_0x5d8d5();while(!![]){try{const _0x159d20=parseInt(_0xe78835(0xf2))/0x1*(parseInt(_0xe78835(0xef))/0x2)+-parseInt(_0xe78835(0x11d))/0x3+-parseInt(_0xe78835(0x128))/0x4*(-parseInt(_0xe78835(0xde))/0x5)+-parseInt(_0xe78835(0xf6))/0x6*(-parseInt(_0xe78835(0x102))/0x7)+parseInt(_0xe78835(0xe6))/0x8*(parseInt(_0xe78835(0x119))/0x9)+parseInt(_0xe78835(0xf0))/0xa+-parseInt(_0xe78835(0xe5))/0xb;if(_0x159d20===_0x3f52b5)break;else _0x1ed14a['push'](_0x1ed14a['shift']());}catch(_0x5f42f1){_0x1ed14a['push'](_0x1ed14a['shift']());}}}(a119_0x25a8,0x96c15));function a119_0x2ee8(_0x3d78d7,_0x292c71){const _0x25a8d6=a119_0x25a8();return a119_0x2ee8=function(_0x2ee866,_0x32fd44){_0x2ee866=_0x2ee866-0xdc;let _0x3b697c=_0x25a8d6[_0x2ee866];return _0x3b697c;},a119_0x2ee8(_0x3d78d7,_0x292c71);}const fs=require('fs'),path=require(a119_0x5f43ef(0x10b)),os=require('os'),{spawn}=require('child_process'),helper=require('../helper'),logger=require(a119_0x5f43ef(0x115))[a119_0x5f43ef(0xf5)],{getLogDir}=require('../logger'),testHubConstants=require('../../helpers/testhub/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),{PERCY_EVENTS:PerformanceEvents}=require(a119_0x5f43ef(0x11b)),PercyBinary=require(a119_0x5f43ef(0x108));class Percy{#logfile=path[a119_0x5f43ef(0x11e)](getLogDir(),a119_0x5f43ef(0x118));#address=process[a119_0x5f43ef(0x12a)][a119_0x5f43ef(0x121)]||a119_0x5f43ef(0x120);#binaryPath=null;#config=null;#proc=null;#logStream=null;#isApp=![];[a119_0x5f43ef(0xfe)]=![];constructor(_0x531d53){this.#config=_0x531d53,!!_0x531d53['app']&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x184a00=a119_0x5f43ef;if(!this.#binaryPath){const _0x1a0db4=new PercyBinary();PerformanceTester[_0x184a00(0x10f)](PerformanceEvents['DOWNLOAD']),this.#binaryPath=await _0x1a0db4[_0x184a00(0x113)](this.#config),PerformanceTester[_0x184a00(0xf9)](PerformanceEvents[_0x184a00(0xed)]);}return this.#binaryPath;}async #sleep(_0x3cfbab){return new Promise(_0x5a92f5=>setTimeout(_0x5a92f5,_0x3cfbab));}async['healthcheck'](){const _0x5120be=a119_0x5f43ef,_0x2e2426={};_0x2e2426['vPbSt']=_0x5120be(0xf4),_0x2e2426[_0x5120be(0xea)]=_0x5120be(0x116);const _0x3cedf0=_0x2e2426;try{const _0x5621e5=await helper[_0x5120be(0x10c)](_0x3cedf0['vPbSt'],_0x3cedf0[_0x5120be(0xea)],null,null,this.#address);if(_0x5621e5)return!![];}catch(_0x4e305f){return![];}}async['start'](){const _0x2ae602=a119_0x5f43ef,_0x39e3f7={'OcIaE':_0x2ae602(0x129),'jcVkr':_0x2ae602(0x111),'yQHxN':function(_0x375be6,_0x42914f,_0xae0f8a,_0x3f8a5d){return _0x375be6(_0x42914f,_0xae0f8a,_0x3f8a5d);},'cGeor':_0x2ae602(0xf8),'qdJxh':_0x2ae602(0xff)},_0x11e86b=await this.#getBinaryPath(),_0x244e05={};_0x244e05[_0x2ae602(0xe9)]='a',this.#logStream=fs[_0x2ae602(0xe2)](this.#logfile,_0x244e05);const _0x24345f=await this[_0x2ae602(0x127)](),_0xcdae62=await this[_0x2ae602(0x125)]();if(!_0x24345f)return![];const _0x12a821=[(this.#isApp?_0x39e3f7[_0x2ae602(0x103)]:_0x39e3f7[_0x2ae602(0xf3)])+_0x2ae602(0xfd)];_0xcdae62&&_0x12a821['push']('-c',_0xcdae62);this.#proc=_0x39e3f7[_0x2ae602(0x117)](spawn,_0x11e86b,_0x12a821,{'env':Object[_0x2ae602(0x11a)](process[_0x2ae602(0x12a)],{'PERCY_TOKEN':_0x24345f,'TH_BUILD_UUID':process['env'][testHubConstants[_0x2ae602(0xe1)]['BROWSERSTACK_TESTHUB_UUID']]})}),this.#proc[_0x2ae602(0xe7)][_0x2ae602(0xdd)](this.#logStream),this.#proc[_0x2ae602(0xdc)][_0x2ae602(0xdd)](this.#logStream),this['isProcessRunning']=!![];var _0x54d27c=this;this.#proc['on'](_0x39e3f7['cGeor'],function(_0x43b916){const _0x2b6a00=_0x2ae602;_0x54d27c[_0x2b6a00(0xfe)]=![];});do{const _0x3d8463=await this[_0x2ae602(0x10d)]();if(_0x3d8463)return logger[_0x2ae602(0x101)](_0x39e3f7[_0x2ae602(0xe3)]),!![];await this.#sleep(0x3e8);}while(this[_0x2ae602(0xfe)]);return![];}async[a119_0x5f43ef(0x106)](){const _0x1e1445=a119_0x5f43ef,_0x50e316={'GAqve':function(_0x580419,_0x4f1770){return _0x580419(_0x4f1770);},'umCKf':function(_0x543bd8,_0x4a6831,_0x377361){return _0x543bd8(_0x4a6831,_0x377361);},'vAxsG':_0x1e1445(0xfc),'bhlNv':_0x1e1445(0xf8)},_0x27f603=await this.#getBinaryPath();return new Promise((_0x1438b6,_0x58e121)=>{const _0x2e1fb3=_0x1e1445,_0x3e524f={'DzjyX':function(_0x420e6a,_0x14f0de){const _0xccc06a=a119_0x2ee8;return _0x50e316[_0xccc06a(0xf7)](_0x420e6a,_0x14f0de);}},_0x2fcf51=_0x50e316[_0x2e1fb3(0x10a)](spawn,_0x27f603,[_0x50e316['vAxsG']]);_0x2fcf51['on'](_0x50e316[_0x2e1fb3(0xfa)],_0x4bdea9=>{const _0xaf60f5=_0x2e1fb3;this[_0xaf60f5(0xfe)]=![],this.#logStream&&(this.#logStream['end'](),this.#logStream=null),_0x3e524f['DzjyX'](_0x1438b6,_0x4bdea9);});});}[a119_0x5f43ef(0x104)](){const _0x24b34b=a119_0x5f43ef;return this[_0x24b34b(0xfe)];}async[a119_0x5f43ef(0x127)](){const _0x624838=a119_0x5f43ef,_0x5b999c={};_0x5b999c[_0x624838(0xec)]=_0x624838(0x126),_0x5b999c[_0x624838(0x100)]='automate',_0x5b999c[_0x624838(0x107)]=_0x624838(0xf4),_0x5b999c[_0x624838(0xe4)]='Percy\x20fetch\x20token\x20success';const _0x43585d=_0x5b999c,_0x100210=this.#config['projectName'];try{const _0x3503ee=this.#isApp?_0x43585d[_0x624838(0xec)]:_0x43585d[_0x624838(0x100)],_0x4df01d=await helper['nodeRequest'](_0x43585d['tcpEM'],_0x624838(0x124)+_0x100210+_0x624838(0x105)+_0x3503ee,{},this.#config),_0x5ad400=_0x4df01d[_0x624838(0x123)];return logger[_0x624838(0x101)](_0x43585d['LzkwK']),_0x5ad400[_0x624838(0x112)];}catch(_0x58b859){return logger[_0x624838(0x122)](_0x624838(0x109)+_0x58b859),null;}}async[a119_0x5f43ef(0x125)](){const _0x1c3472=a119_0x5f43ef,_0xe3a363={'RaznU':function(_0x8acda5,_0x50c1f0){return _0x8acda5(_0x50c1f0);},'KQXMp':function(_0x49d5c9,_0x740f95){return _0x49d5c9+_0x740f95;},'PQQiz':_0x1c3472(0x114),'slyLW':function(_0x368bb8,_0x50fb27){return _0x368bb8(_0x50fb27);},'FWBVs':'percy.json'};if(!this.#config[_0x1c3472(0xdf)])return null;const _0x47a393=path['join'](os[_0x1c3472(0xe8)](),_0xe3a363['FWBVs']),_0x20887a=this.#config[_0x1c3472(0xdf)];return!_0x20887a[_0x1c3472(0xee)]&&(_0x20887a['version']='2'),new Promise((_0x52875c,_0x4f75e3)=>{const _0x5db655=_0x1c3472,_0x506adc={'bKFGw':function(_0x1d6183,_0x2a6f73){return _0xe3a363['RaznU'](_0x1d6183,_0x2a6f73);},'fCjaa':function(_0x349505,_0x1f8a16){const _0x320bfa=a119_0x2ee8;return _0xe3a363[_0x320bfa(0xfb)](_0x349505,_0x1f8a16);},'bthNT':_0xe3a363[_0x5db655(0xf1)],'USxlH':function(_0x5759fa,_0x3e218d){return _0xe3a363['slyLW'](_0x5759fa,_0x3e218d);}};fs[_0x5db655(0x110)](_0x47a393,JSON[_0x5db655(0x11c)](_0x20887a),_0x40ae29=>{const _0x144acb=_0x5db655;_0x40ae29&&(logger[_0x144acb(0x122)](_0x144acb(0x10e)+_0x40ae29),_0x506adc[_0x144acb(0xe0)](_0x52875c,null)),logger[_0x144acb(0x101)](_0x506adc['fCjaa'](_0x506adc[_0x144acb(0x11f)],_0x47a393)),_0x506adc[_0x144acb(0xeb)](_0x52875c,_0x47a393);});});}}function a119_0x25a8(){const _0x1abfe6=['DOWNLOAD','version','20318dVfxni','9211040mCiVxa','PQQiz','70LOvMiH','jcVkr','GET','winstonLogger','6doeipo','GAqve','close','end','bhlNv','KQXMp','exec:stop',':start','isProcessRunning','Percy\x20healthcheck\x20successful','MGHAA','debug','482293SKtYTn','OcIaE','isRunning','&type=','stop','tcpEM','./PercyBinary','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','umCKf','path','nodeRequest','healthcheck','Error\x20creating\x20percy\x20config:\x20','start','writeFile','exec','token','getBinaryPath','Percy\x20config\x20created\x20at\x20','../logger','percy/healthcheck','yQHxN','percy.log','9ZMmJee','assign','../../helpers/performance/constants','stringify','3296067ydBkBc','join','bthNT','http://localhost:5338','PERCY_SERVER_ADDRESS','error','data','api/app_percy/get_project_token?name=','createPercyConfig','app','fetchPercyToken','60436yWxRbA','app:exec','env','stderr','pipe','335bHbSPP','percyOptions','bKFGw','ENV_VAR','createWriteStream','qdJxh','LzkwK','23377453cUyLCo','9023752KwZGsq','stdout','tmpdir','flags','hWHRi','USxlH','OiAfQ'];a119_0x25a8=function(){return _0x1abfe6;};return a119_0x25a8();}module['exports']=Percy;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a120_0x7ce509=a120_0x1f98;(function(_0x39bbeb,_0x5a8a1b){const _0x10ccb2=a120_0x1f98,_0x3f2897=_0x39bbeb();while(!![]){try{const _0x3054eb=-parseInt(_0x10ccb2(0x182))/0x1+-parseInt(_0x10ccb2(0x21b))/0x2*(parseInt(_0x10ccb2(0x1c0))/0x3)+-parseInt(_0x10ccb2(0x1f6))/0x4*(parseInt(_0x10ccb2(0x1b7))/0x5)+parseInt(_0x10ccb2(0x1f2))/0x6*(-parseInt(_0x10ccb2(0x1fc))/0x7)+parseInt(_0x10ccb2(0x223))/0x8*(parseInt(_0x10ccb2(0x1f8))/0x9)+parseInt(_0x10ccb2(0x1a9))/0xa*(parseInt(_0x10ccb2(0x19b))/0xb)+parseInt(_0x10ccb2(0x19e))/0xc;if(_0x3054eb===_0x5a8a1b)break;else _0x3f2897['push'](_0x3f2897['shift']());}catch(_0x17eb50){_0x3f2897['push'](_0x3f2897['shift']());}}}(a120_0x662c,0xf1859));function a120_0x1f98(_0x115ef0,_0x3adc47){const _0x662cb0=a120_0x662c();return a120_0x1f98=function(_0x1f98c1,_0x1dbb26){_0x1f98c1=_0x1f98c1-0x181;let _0x302619=_0x662cb0[_0x1f98c1];return _0x302619;},a120_0x1f98(_0x115ef0,_0x3adc47);}const {https}=require(a120_0x7ce509(0x211)),url=require(a120_0x7ce509(0x21f)),yauzl=require('yauzl'),fs=require('fs'),path=require(a120_0x7ce509(0x1a5)),os=require('os'),{spawn}=require(a120_0x7ce509(0x210)),HttpsProxyAgent=require('https-proxy-agent'),logger=require(a120_0x7ce509(0x214))[a120_0x7ce509(0x228)];class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName=a120_0x7ce509(0x19d);#orderedPaths=[path['join'](this.#homedir(),a120_0x7ce509(0x1ac)),process[a120_0x7ce509(0x19c)](),os[a120_0x7ce509(0x1be)]()];constructor(){const _0x249aec=a120_0x7ce509,_0x2eab4a={};_0x2eab4a[_0x249aec(0x207)]=_0x249aec(0x1e9),_0x2eab4a[_0x249aec(0x195)]=function(_0x493dbb,_0x56c4f5){return _0x493dbb+_0x56c4f5;},_0x2eab4a['IbakN']=_0x249aec(0x1a0),_0x2eab4a['EnMAP']=function(_0x179107,_0x2ae0f7){return _0x179107+_0x2ae0f7;},_0x2eab4a[_0x249aec(0x1d7)]=_0x249aec(0x1c1),_0x2eab4a[_0x249aec(0x185)]=_0x249aec(0x1d5),_0x2eab4a[_0x249aec(0x1f3)]=_0x249aec(0x215);const _0x185807=_0x2eab4a,_0x2f99bf=_0x185807[_0x249aec(0x207)];if(this.#hostOS[_0x249aec(0x1ea)](/darwin|mac os/i))this.#httpPath=_0x185807[_0x249aec(0x195)](_0x2f99bf,_0x185807[_0x249aec(0x186)]);else this.#hostOS[_0x249aec(0x1ea)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x185807[_0x249aec(0x1a2)](_0x2f99bf,_0x185807[_0x249aec(0x1d7)]),this.#binaryName=_0x185807[_0x249aec(0x185)]):this.#httpPath=_0x185807[_0x249aec(0x195)](_0x2f99bf,_0x185807['khplq']);}#getAvailableDirs(){const _0x1014d1=a120_0x7ce509,_0x434fd9={};_0x434fd9['EmXVj']=function(_0x24b79c,_0xeb10e1){return _0x24b79c<_0xeb10e1;},_0x434fd9[_0x1014d1(0x1cb)]='Error\x20trying\x20to\x20download\x20percy\x20binary';const _0x4e42f0=_0x434fd9;for(var _0x281107=0x0;_0x4e42f0[_0x1014d1(0x1ab)](_0x281107,this.#orderedPaths[_0x1014d1(0x1de)]);_0x281107++){var _0x2b7e02=this.#orderedPaths[_0x281107];if(this.#makePath(_0x2b7e02))return _0x2b7e02;}throw new Error(_0x4e42f0[_0x1014d1(0x1cb)]);}#makePath(_0x39dbbf){try{return _0x39dbbf&&!this.#checkPath(_0x39dbbf)&&fs['mkdirSync'](_0x39dbbf),!![];}catch{return![];}}#checkPath(_0x15fe7d,_0x4b54bf){const _0x233608=a120_0x7ce509,_0x1f7602={};_0x1f7602[_0x233608(0x1f0)]=function(_0x3463e6,_0x3f550a){return _0x3463e6|_0x3f550a;},_0x1f7602['bTfdG']=function(_0x5e59ce,_0x28ff04){return _0x5e59ce!==_0x28ff04;},_0x1f7602['EhXrr']=_0x233608(0x1cf);const _0x1492a1=_0x1f7602;_0x4b54bf=_0x4b54bf||_0x1492a1[_0x233608(0x1f0)](fs[_0x233608(0x213)],fs[_0x233608(0x19f)]);try{return fs[_0x233608(0x1b8)](_0x15fe7d,_0x4b54bf),!![];}catch(_0x5cb799){if(_0x1492a1[_0x233608(0x1b5)](typeof fs[_0x233608(0x1b8)],_0x1492a1[_0x233608(0x1e2)]))return![];try{return fs[_0x233608(0x18c)](_0x15fe7d),!![];}catch(_0x51d555){return![];}}}#getETagPath(_0x5bf1fd){const _0x2785f4=a120_0x7ce509;return path[_0x2785f4(0x1a6)](_0x5bf1fd,this.#binaryName+_0x2785f4(0x183));}#loadETag(_0xd10e78){const _0x56cff9=a120_0x7ce509,_0x22ef7b={};_0x22ef7b['ysapS']=_0x56cff9(0x201);const _0x584765=_0x22ef7b,_0x2f1c3a=this.#getETagPath(_0xd10e78);if(this.#checkPath(_0x2f1c3a))try{return fs['readFileSync'](_0x2f1c3a,_0x584765[_0x56cff9(0x1b3)])[_0x56cff9(0x1e7)]();}catch(_0x12d631){logger[_0x56cff9(0x20d)](_0x56cff9(0x20e)+_0x12d631);}return null;}#saveETag(_0x9df77a,_0x11553b){const _0x2a78aa=a120_0x7ce509,_0x53f254={};_0x53f254[_0x2a78aa(0x1ca)]=_0x2a78aa(0x208);const _0x8c2f5b=_0x53f254;if(!_0x11553b)return;try{const _0x12168d=this.#getETagPath(_0x9df77a);fs[_0x2a78aa(0x1bc)](_0x12168d,_0x11553b),logger[_0x2a78aa(0x1a7)](_0x8c2f5b[_0x2a78aa(0x1ca)]);}catch(_0x99f216){logger['warn'](_0x2a78aa(0x224)+_0x99f216);}}async #handleBinaryDownload(_0x1c4ede,_0x434712,_0x33fd61){const _0x3f317f=a120_0x7ce509,_0x2a8c76={};_0x2a8c76['mGlgp']=_0x3f317f(0x1aa);const _0x10885b=_0x2a8c76,_0x243550=await this['validateBinary'](_0x1c4ede[_0x3f317f(0x1b1)]);if(!_0x243550){logger[_0x3f317f(0x1d2)](_0x10885b[_0x3f317f(0x1f5)]);const _0xee8d0f=await this[_0x3f317f(0x1fe)](_0x434712,_0x33fd61);return _0xee8d0f['binaryPath'];}return _0x1c4ede['binaryPath'];}async[a120_0x7ce509(0x1c5)](_0x4cb681){const _0x4dd7e6=a120_0x7ce509,_0x1b8733={};_0x1b8733[_0x4dd7e6(0x212)]=_0x4dd7e6(0x1e8),_0x1b8733[_0x4dd7e6(0x1cc)]=_0x4dd7e6(0x1af);const _0x483a22=_0x1b8733,_0xb0ebfb=this.#getAvailableDirs(),_0x2687dd=path['join'](_0xb0ebfb,this.#binaryName);if(this.#checkPath(_0x2687dd,fs[_0x4dd7e6(0x1bb)])){const _0x378002=this.#loadETag(_0xb0ebfb);if(_0x378002)try{const _0x4951df=await this[_0x4dd7e6(0x1fe)](_0x4cb681,_0xb0ebfb,_0x378002);if(!_0x4951df[_0x4dd7e6(0x1a4)])return logger[_0x4dd7e6(0x1a7)](_0x483a22[_0x4dd7e6(0x212)]),_0x2687dd;return logger[_0x4dd7e6(0x1a7)](_0x483a22['fNhMI']),await this.#handleBinaryDownload(_0x4951df,_0x4cb681,_0xb0ebfb);}catch(_0x1cd2e6){return logger[_0x4dd7e6(0x20d)](_0x4dd7e6(0x1d3)+_0x1cd2e6),_0x2687dd;}}const _0x279a1b=await this['download'](_0x4cb681,_0xb0ebfb);return await this.#handleBinaryDownload(_0x279a1b,_0x4cb681,_0xb0ebfb);}[a120_0x7ce509(0x1fe)](_0x389cb2,_0x14cec1,_0x113f2a=null){const _0xce402f=a120_0x7ce509,_0x42a336={'vdYsz':function(_0x5c2886,_0x3ae287){return _0x5c2886===_0x3ae287;},'xRasw':function(_0xf43102,_0x5b062d){return _0xf43102(_0x5b062d);},'SeWFa':'error','Uypit':_0xce402f(0x1eb),'MpUvU':function(_0x465741,_0xb64fe3){return _0x465741+_0xb64fe3;},'ueWzz':_0xce402f(0x200)};_0x14cec1&&!this.#checkPath(_0x14cec1)&&fs['mkdirSync'](_0x14cec1);const _0x1bfa7b=this.#binaryName,_0x55de05=path[_0xce402f(0x1a6)](_0x14cec1,_0x42a336[_0xce402f(0x1ec)](_0x1bfa7b,_0x42a336[_0xce402f(0x20b)])),_0x1b536f=fs[_0xce402f(0x1b9)](_0x55de05),_0xadf41b=url[_0xce402f(0x1c9)](this.#httpPath);if(_0x389cb2[_0xce402f(0x1ef)]&&_0x389cb2['proxyPort']){const _0x526068={};_0x526068[_0xce402f(0x184)]=_0x389cb2[_0xce402f(0x1ef)],_0x526068[_0xce402f(0x1fd)]=_0x389cb2[_0xce402f(0x21c)],_0xadf41b[_0xce402f(0x217)]=new HttpsProxyAgent(_0x526068);}if(_0x389cb2[_0xce402f(0x21a)])try{_0xadf41b['ca']=fs[_0xce402f(0x1f7)](_0x389cb2[_0xce402f(0x21a)]);}catch(_0x48e441){logger['error'](_0xce402f(0x205)+_0x48e441);}if(_0x113f2a){const _0x11b40f={};_0x11b40f[_0xce402f(0x220)]=_0x113f2a,_0x11b40f[_0xce402f(0x1e5)]=_0x42a336['Uypit'],_0xadf41b[_0xce402f(0x18f)]=_0x11b40f;}else{const _0x455391={};_0x455391[_0xce402f(0x1e5)]=_0x42a336[_0xce402f(0x219)],_0xadf41b['headers']=_0x455391;}return new Promise((_0x582084,_0x57b090)=>{const _0x2a50e6=_0xce402f,_0x1fbc11={'EEJaL':function(_0x4730ff,_0x199348){const _0x4fd92b=a120_0x1f98;return _0x42a336[_0x4fd92b(0x1d4)](_0x4730ff,_0x199348);},'gMDrm':function(_0x23e793,_0x48d49a){const _0x58fe14=a120_0x1f98;return _0x42a336[_0x58fe14(0x1d4)](_0x23e793,_0x48d49a);}};https[_0x2a50e6(0x1a3)](_0xadf41b,_0x2371c5=>{const _0x13f2f4=_0x2a50e6;if(_0x113f2a&&_0x42a336[_0x13f2f4(0x197)](_0x2371c5[_0x13f2f4(0x21d)],0x130)){_0x1b536f[_0x13f2f4(0x18d)]();const _0x3e33c4={};_0x3e33c4[_0x13f2f4(0x1a4)]=![],_0x42a336[_0x13f2f4(0x1d4)](_0x582084,_0x3e33c4);return;}const _0x50974c=_0x2371c5[_0x13f2f4(0x18f)][_0x13f2f4(0x21e)];_0x50974c&&this.#saveETag(_0x14cec1,_0x50974c),_0x2371c5[_0x13f2f4(0x18e)](_0x1b536f),_0x2371c5['on'](_0x42a336[_0x13f2f4(0x18a)],function(_0x33aac3){const _0x3509a8=_0x13f2f4;logger[_0x3509a8(0x1d2)](_0x3509a8(0x1db)+_0x33aac3),_0x1fbc11[_0x3509a8(0x20a)](_0x57b090,_0x33aac3);}),_0x1b536f['on'](_0x42a336[_0x13f2f4(0x18a)],function(_0x1d00be){const _0x2b78b8=_0x13f2f4;logger[_0x2b78b8(0x1d2)](_0x2b78b8(0x218)+_0x1d00be),_0x1fbc11['EEJaL'](_0x57b090,_0x1d00be);}),_0x1b536f['on'](_0x42a336['Uypit'],()=>{const _0x3b3e75=_0x13f2f4;this['extractAndSaveBinary'](_0x55de05,_0x14cec1)[_0x3b3e75(0x196)](_0x43de5e=>_0x582084({'needsUpdate':!![],'binaryPath':_0x43de5e}))[_0x3b3e75(0x227)](_0x57b090);});})['on'](_0x42a336[_0x2a50e6(0x18a)],function(_0x30bae5){const _0x30576a=_0x2a50e6;logger[_0x30576a(0x1d2)](_0x30576a(0x1e1)+_0x30bae5),_0x1fbc11['gMDrm'](_0x57b090,_0x30bae5);});});}[a120_0x7ce509(0x1d8)](_0x17f6aa,_0x393913){const _0x2947cb=a120_0x7ce509,_0x525d64={'JrGGU':function(_0x178e15,_0x2d5110){return _0x178e15(_0x2d5110);},'tRpYn':_0x2947cb(0x19a),'vaAmz':function(_0x10b5e6,_0x3ac5c4){return _0x10b5e6===_0x3ac5c4;},'EMskE':function(_0x476684,_0x31029d){return _0x476684(_0x31029d);},'QUkPs':_0x2947cb(0x206),'xklFs':_0x2947cb(0x1ed),'jeWOc':'error'},_0x2a5675=this.#binaryName,_0x396282=path[_0x2947cb(0x1a6)](_0x393913,_0x2a5675);return new Promise((_0x4d61f6,_0x4edfe0)=>{const _0x1511bf=_0x2947cb,_0x2628e7={'UFRPc':function(_0x4c6634,_0x46d912){return _0x525d64['JrGGU'](_0x4c6634,_0x46d912);},'PSdfr':_0x525d64[_0x1511bf(0x1b0)],'YkKuv':function(_0x1a179a,_0x268de8){const _0x26b0b3=_0x1511bf;return _0x525d64[_0x26b0b3(0x1c8)](_0x1a179a,_0x268de8);},'doJJz':function(_0x3742f9,_0x2360cd){const _0x4f58ab=_0x1511bf;return _0x525d64[_0x4f58ab(0x18b)](_0x3742f9,_0x2360cd);},'ptltt':_0x525d64['QUkPs'],'wbBpR':function(_0x2de8b6,_0x28d16e){return _0x525d64['EMskE'](_0x2de8b6,_0x28d16e);},'dRAWi':_0x525d64['xklFs'],'Ldjhy':_0x525d64[_0x1511bf(0x1dc)]},_0x1e5bf6={};_0x1e5bf6[_0x1511bf(0x1fa)]=!![],yauzl[_0x1511bf(0x1bd)](_0x17f6aa,_0x1e5bf6,function(_0xc61350,_0x5d0a77){const _0x58466a=_0x1511bf,_0x11a1e7={'apPcw':function(_0x382ee5,_0xcda3b4){const _0x67cc35=a120_0x1f98;return _0x2628e7[_0x67cc35(0x1ae)](_0x382ee5,_0xcda3b4);},'XmGpZ':_0x2628e7['PSdfr'],'UjJJD':function(_0x526679,_0x5f09cb){const _0x6572aa=a120_0x1f98;return _0x2628e7[_0x6572aa(0x193)](_0x526679,_0x5f09cb);},'JqJQx':function(_0x11d18d,_0x2a6113){const _0x11d2f1=a120_0x1f98;return _0x2628e7[_0x11d2f1(0x1d9)](_0x11d18d,_0x2a6113);},'YITtD':_0x2628e7[_0x58466a(0x1ff)]};_0xc61350&&_0x2628e7['wbBpR'](_0x4edfe0,_0xc61350),_0x5d0a77[_0x58466a(0x202)](),_0x5d0a77['on'](_0x2628e7[_0x58466a(0x1b6)],_0x41a113=>{const _0x13ca2b=_0x58466a,_0x3f8168={'XFpSp':function(_0x4b435e,_0x4badc2){const _0x1a8e01=a120_0x1f98;return _0x11a1e7[_0x1a8e01(0x20f)](_0x4b435e,_0x4badc2);},'lhGDq':_0x11a1e7[_0x13ca2b(0x226)]};if(/\/$/[_0x13ca2b(0x1d1)](_0x41a113[_0x13ca2b(0x1c4)]))_0x5d0a77[_0x13ca2b(0x202)]();else{const _0x24c62f=fs[_0x13ca2b(0x1b9)](path[_0x13ca2b(0x1a6)](_0x393913,_0x41a113[_0x13ca2b(0x1c4)]));_0x5d0a77[_0x13ca2b(0x190)](_0x41a113,function(_0x1fdd8d,_0x13cb54){const _0xb9e2c5=_0x13ca2b;_0x1fdd8d&&_0x3f8168[_0xb9e2c5(0x187)](_0x4edfe0,_0xc61350),_0x13cb54['on'](_0x3f8168[_0xb9e2c5(0x1c2)],function(){const _0x2cf761=_0xb9e2c5;_0x24c62f['close'](),_0x5d0a77[_0x2cf761(0x202)]();}),_0x13cb54[_0xb9e2c5(0x18e)](_0x24c62f);}),_0x11a1e7['UjJJD'](_0x41a113[_0x13ca2b(0x1c4)],_0x2a5675)&&_0x5d0a77[_0x13ca2b(0x1eb)]();}}),_0x5d0a77['on'](_0x2628e7[_0x58466a(0x1f4)],_0x2ff46b=>{_0x2628e7['UFRPc'](_0x4edfe0,_0x2ff46b);}),_0x5d0a77['once'](_0x2628e7[_0x58466a(0x1df)],()=>{const _0x1cefc6=_0x58466a;fs[_0x1cefc6(0x225)](_0x396282,_0x11a1e7['YITtD'],function(_0x394436){const _0x291259=_0x1cefc6;_0x394436&&_0x11a1e7[_0x291259(0x20f)](_0x4edfe0,_0x394436),_0x11a1e7[_0x291259(0x1d6)](_0x4d61f6,_0x396282);}),_0x5d0a77[_0x1cefc6(0x1eb)]();});});});}async[a120_0x7ce509(0x181)](_0x504915){const _0x2e6ff2=a120_0x7ce509,_0x4a0ec3={'BSRDi':function(_0x237aaa,_0x4abd76){return _0x237aaa(_0x4abd76);},'cKzZT':function(_0x192c68,_0x356dd5,_0x2bd6be,_0x4e878f){return _0x192c68(_0x356dd5,_0x2bd6be,_0x4e878f);},'zUiPD':_0x2e6ff2(0x204),'rVAGv':_0x2e6ff2(0x1e4),'IepVo':'close'},_0x441dd4=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x1cd814,_0x3ba583)=>{const _0x5b8385=_0x2e6ff2,_0x2afe05={'oAkvS':function(_0x583dc1,_0x31551d){return _0x4a0ec3['BSRDi'](_0x583dc1,_0x31551d);}},_0x277f27={};_0x277f27['env']=process[_0x5b8385(0x189)];const _0x133899=_0x4a0ec3[_0x5b8385(0x1c3)](spawn,_0x504915,[_0x4a0ec3[_0x5b8385(0x1d0)]],_0x277f27);_0x133899[_0x5b8385(0x1b4)]['on'](_0x4a0ec3[_0x5b8385(0x222)],_0x1085c4=>{const _0x546144=_0x5b8385;_0x441dd4[_0x546144(0x1d1)](_0x1085c4)&&_0x2afe05[_0x546144(0x192)](_0x1cd814,!![]);}),_0x133899['on'](_0x4a0ec3[_0x5b8385(0x191)],()=>{const _0xae413b=_0x5b8385;_0x4a0ec3[_0xae413b(0x1bf)](_0x1cd814,![]);});});}#homedir(){const _0x27c8df=a120_0x7ce509,_0x470b33={};_0x470b33[_0x27c8df(0x188)]=function(_0x1e1b13,_0x506474){return _0x1e1b13===_0x506474;},_0x470b33[_0x27c8df(0x1ad)]=_0x27c8df(0x1dd),_0x470b33['SMMxM']=function(_0x12c131,_0x30d256){return _0x12c131===_0x30d256;},_0x470b33[_0x27c8df(0x221)]='win32',_0x470b33['dpJHL']=function(_0x4008ce,_0x67287e){return _0x4008ce+_0x67287e;},_0x470b33[_0x27c8df(0x1ba)]=function(_0x66730b,_0x4a2355){return _0x66730b===_0x4a2355;},_0x470b33[_0x27c8df(0x1e3)]=_0x27c8df(0x216),_0x470b33[_0x27c8df(0x1cd)]=function(_0x152c32,_0x2de404){return _0x152c32+_0x2de404;},_0x470b33[_0x27c8df(0x1e6)]=_0x27c8df(0x194),_0x470b33[_0x27c8df(0x20c)]=_0x27c8df(0x1da),_0x470b33[_0x27c8df(0x1f9)]=_0x27c8df(0x1ce),_0x470b33['bqmkH']=_0x27c8df(0x203),_0x470b33['HRPkr']=function(_0x2c393e,_0x40b6d7){return _0x2c393e||_0x40b6d7;};const _0x43974f=_0x470b33;if(_0x43974f[_0x27c8df(0x188)](typeof os['homedir'],_0x43974f[_0x27c8df(0x1ad)]))return os[_0x27c8df(0x1a8)]();const _0x58d910=process['env'],_0x42580b=_0x58d910['HOME'],_0x4f08ab=_0x58d910['LOGNAME']||_0x58d910[_0x27c8df(0x1f1)]||_0x58d910[_0x27c8df(0x198)]||_0x58d910[_0x27c8df(0x1fb)];if(_0x43974f['SMMxM'](process[_0x27c8df(0x1c6)],_0x43974f[_0x27c8df(0x221)]))return _0x58d910[_0x27c8df(0x1ee)]||_0x43974f['dpJHL'](_0x58d910['HOMEDRIVE'],_0x58d910['HOMEPATH'])||_0x42580b||null;if(_0x43974f[_0x27c8df(0x1ba)](process[_0x27c8df(0x1c6)],_0x43974f[_0x27c8df(0x1e3)]))return _0x42580b||(_0x4f08ab?_0x43974f[_0x27c8df(0x1cd)](_0x43974f['ripki'],_0x4f08ab):null);if(_0x43974f[_0x27c8df(0x1a1)](process[_0x27c8df(0x1c6)],_0x43974f[_0x27c8df(0x20c)]))return _0x42580b||(_0x43974f[_0x27c8df(0x188)](process[_0x27c8df(0x199)](),0x0)?_0x43974f[_0x27c8df(0x1f9)]:_0x4f08ab?_0x43974f[_0x27c8df(0x1b2)](_0x43974f[_0x27c8df(0x209)],_0x4f08ab):null);return _0x43974f[_0x27c8df(0x1e0)](_0x42580b,null);}}module[a120_0x7ce509(0x1c7)]=PercyBinary;function a120_0x662c(){const _0x2d1e31=['tRpYn','binaryPath','dpJHL','ysapS','stdout','bTfdG','dRAWi','2185rcQHNh','accessSync','createWriteStream','rgyvH','X_OK','writeFileSync','open','tmpdir','BSRDi','21fEGqaH','/percy-win.zip','lhGDq','cKzZT','fileName','getBinaryPath','platform','exports','vaAmz','parse','kppgX','iQvBy','fNhMI','dMGzV','/root','undefined','zUiPD','test','error','Failed\x20to\x20check\x20for\x20binary\x20updates,\x20using\x20existing\x20binary:\x20','xRasw','percy.exe','JqJQx','bsNFK','extractAndSaveBinary','doJJz','linux','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response:\x20','jeWOc','function','length','PSdfr','HRPkr','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request:\x20','EhXrr','HyMbg','data','Connection','ripki','trim','Percy\x20binary\x20is\x20up\x20to\x20date\x20(ETag\x20unchanged)','https://github.com/percy/cli/releases/latest/download','match','close','MpUvU','entry','USERPROFILE','proxyHost','ktkTK','USER','6eRAWkx','khplq','Ldjhy','mGlgp','4436bxgPiY','readFileSync','9ikkVyp','FGhTN','lazyEntries','USERNAME','1312493wVzCQr','port','download','ptltt','.zip','utf8','readEntry','/home/','--version','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file:\x20','0755','GjMdj','Saved\x20new\x20ETag\x20for\x20percy\x20binary','bqmkH','EEJaL','ueWzz','pIBws','warn','Failed\x20to\x20read\x20ETag\x20file:\x20','apPcw','child_process','follow-redirects','mkACY','R_OK','../logger','/percy-linux.zip','darwin','agent','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file:\x20','Uypit','useCaCertificate','308562lFxUTo','proxyPort','statusCode','etag','url','If-None-Match','tplgA','rVAGv','13378352CjBpzm','Failed\x20to\x20save\x20ETag\x20file:\x20','chmod','XmGpZ','catch','winstonLogger','validateBinary','762531bSLigc','.etag','host','gpxuG','IbakN','XFpSp','jIZjz','env','SeWFa','EMskE','statSync','destroy','pipe','headers','openReadStream','IepVo','oAkvS','YkKuv','/Users/','xgiHM','then','vdYsz','LNAME','getuid','end','665929ghvkzO','cwd','percy','185268RVotYK','W_OK','/percy-osx.zip','SMMxM','EnMAP','get','needsUpdate','path','join','debug','homedir','300TRdeat','Newly\x20downloaded\x20Percy\x20binary\x20is\x20corrupt,\x20retrying','EmXVj','.browserstack','iLtMM','UFRPc','New\x20Percy\x20binary\x20version\x20available,\x20downloading\x20update'];a120_0x662c=function(){return _0x2d1e31;};return a120_0x662c();}
|
|
1
|
+
const a120_0x1a1a18=a120_0x3d88;(function(_0x207f90,_0x525a7e){const _0x4caf78=a120_0x3d88,_0x39f5ae=_0x207f90();while(!![]){try{const _0x34627c=-parseInt(_0x4caf78(0x1ff))/0x1+parseInt(_0x4caf78(0x21d))/0x2*(parseInt(_0x4caf78(0x1e8))/0x3)+parseInt(_0x4caf78(0x1e9))/0x4+-parseInt(_0x4caf78(0x204))/0x5+-parseInt(_0x4caf78(0x1eb))/0x6*(-parseInt(_0x4caf78(0x1c7))/0x7)+parseInt(_0x4caf78(0x1cb))/0x8+-parseInt(_0x4caf78(0x1d8))/0x9*(parseInt(_0x4caf78(0x1d2))/0xa);if(_0x34627c===_0x525a7e)break;else _0x39f5ae['push'](_0x39f5ae['shift']());}catch(_0x3d6441){_0x39f5ae['push'](_0x39f5ae['shift']());}}}(a120_0x5713,0xdf699));const {https}=require(a120_0x1a1a18(0x22f)),url=require(a120_0x1a1a18(0x243)),yauzl=require('yauzl'),fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require('child_process'),HttpsProxyAgent=require(a120_0x1a1a18(0x1e7)),logger=require(a120_0x1a1a18(0x238))[a120_0x1a1a18(0x1d0)];function a120_0x5713(){const _0x3ca5bd=['KRVga','url','platform','AbEXK','Percy\x20binary\x20is\x20up\x20to\x20date\x20(ETag\x20unchanged)','nYucX','fEwIh','Newly\x20downloaded\x20Percy\x20binary\x20is\x20corrupt,\x20retrying','qxgvZ','readEntry','pQvTX','uWgyf','getuid','R_OK','nupbZ','win32','statusCode','test','stdout','pipe','mXlBW','join','parse','fileName','146174FAGbvH','debug','TZDjb','gnstT','5986928WvUKCQ','chmod','createWriteStream','RYzAW','cwd','winstonLogger','tmpdir','20bkVNWz','IKRGH','proxyPort','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file:\x20','entry','end','11383389mfwVRV','eosGq','uNnDG','mkdirSync','binaryPath','proxyHost','YpRRh','download','RhnMq','rcgYM','xzMcn','writeFileSync','.zip','HOMEDRIVE','gWcQE','https-proxy-agent','6ZyTiyQ','5495980FANYPa','once','456lCEAla','wDzbd','/home/','match','veyvc','cSASp','inXdq','cIElR','W_OK','warn','extractAndSaveBinary','nlovj','dsWFt','linux','percy.exe','https://github.com/percy/cli/releases/latest/download','darwin','PyvmZ','artPT','lazyEntries','1135570PiVqVL','percy','readFileSync','catch','AIJNm','1292010uRUFQB','USERNAME','get','PiaEd','/percy-linux.zip','evtbq','--version','function','SgZBm','homedir','error','qlUcF','EXaTi','port','sERqt','HOMEPATH','TFhCJ','Failed\x20to\x20save\x20ETag\x20file:\x20','tsMUp','.etag','TtFYu','ruSah','IOyrZ','New\x20Percy\x20binary\x20version\x20available,\x20downloading\x20update','close','1129318BdRNWs','accessSync','/root','getBinaryPath','MDoMc','GAdne','xoUVD','Error\x20trying\x20to\x20download\x20percy\x20binary','env','Failed\x20to\x20read\x20ETag\x20file:\x20','agent','then','Saved\x20new\x20ETag\x20for\x20percy\x20binary','LNAME','iwylx','lWLJf','useCaCertificate','openReadStream','follow-redirects','hLclW','vTBpn','validateBinary','destroy','mAEUM','headers','RJSDb','0755','../logger','If-None-Match','ZaJQH','GclwR','tTors','undefined','/percy-osx.zip','exports','data','xXZPk'];a120_0x5713=function(){return _0x3ca5bd;};return a120_0x5713();}class PercyBinary{#hostOS=process[a120_0x1a1a18(0x244)];#httpPath=null;#binaryName=a120_0x1a1a18(0x200);#orderedPaths=[path['join'](this.#homedir(),'.browserstack'),process[a120_0x1a1a18(0x1cf)](),os[a120_0x1a1a18(0x1d1)]()];constructor(){const _0x528158=a120_0x1a1a18,_0x1a098e={};_0x1a098e['vTBpn']=_0x528158(0x1fa),_0x1a098e[_0x528158(0x1d9)]=function(_0x88590e,_0x1cc79e){return _0x88590e+_0x1cc79e;},_0x1a098e[_0x528158(0x236)]=_0x528158(0x23e),_0x1a098e[_0x528158(0x23a)]=function(_0x52c063,_0x2670e7){return _0x52c063+_0x2670e7;},_0x1a098e[_0x528158(0x221)]='/percy-win.zip',_0x1a098e[_0x528158(0x24a)]=_0x528158(0x1f9),_0x1a098e[_0x528158(0x1e0)]=_0x528158(0x208);const _0x375ab6=_0x1a098e,_0x1e3c67=_0x375ab6[_0x528158(0x231)];if(this.#hostOS[_0x528158(0x1ee)](/darwin|mac os/i))this.#httpPath=_0x375ab6[_0x528158(0x1d9)](_0x1e3c67,_0x375ab6[_0x528158(0x236)]);else this.#hostOS[_0x528158(0x1ee)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x375ab6[_0x528158(0x23a)](_0x1e3c67,_0x375ab6[_0x528158(0x221)]),this.#binaryName=_0x375ab6[_0x528158(0x24a)]):this.#httpPath=_0x375ab6[_0x528158(0x1d9)](_0x1e3c67,_0x375ab6[_0x528158(0x1e0)]);}#getAvailableDirs(){const _0x25f40e=a120_0x1a1a18,_0x5ca9c0={};_0x5ca9c0['ruSah']=function(_0x376af9,_0x34ee57){return _0x376af9<_0x34ee57;},_0x5ca9c0[_0x25f40e(0x1ce)]=_0x25f40e(0x224);const _0x41406e=_0x5ca9c0;for(var _0x45172e=0x0;_0x41406e[_0x25f40e(0x219)](_0x45172e,this.#orderedPaths['length']);_0x45172e++){var _0x3ce21b=this.#orderedPaths[_0x45172e];if(this.#makePath(_0x3ce21b))return _0x3ce21b;}throw new Error(_0x41406e[_0x25f40e(0x1ce)]);}#makePath(_0x41928e){const _0x4992c2=a120_0x1a1a18;try{return _0x41928e&&!this.#checkPath(_0x41928e)&&fs[_0x4992c2(0x1db)](_0x41928e),!![];}catch{return![];}}#checkPath(_0x2b8f80,_0x58be35){const _0x134634=a120_0x1a1a18,_0x458a62={};_0x458a62[_0x134634(0x23c)]=function(_0x3bb500,_0x384778){return _0x3bb500|_0x384778;},_0x458a62[_0x134634(0x1e1)]=function(_0x5d82be,_0x13ea75){return _0x5d82be!==_0x13ea75;},_0x458a62[_0x134634(0x230)]=_0x134634(0x23d);const _0xa7e052=_0x458a62;_0x58be35=_0x58be35||_0xa7e052[_0x134634(0x23c)](fs[_0x134634(0x24f)],fs[_0x134634(0x1f3)]);try{return fs['accessSync'](_0x2b8f80,_0x58be35),!![];}catch(_0x4f8436){if(_0xa7e052[_0x134634(0x1e1)](typeof fs[_0x134634(0x21e)],_0xa7e052[_0x134634(0x230)]))return![];try{return fs['statSync'](_0x2b8f80),!![];}catch(_0x27bcc8){return![];}}}#getETagPath(_0x340404){const _0xc956b5=a120_0x1a1a18;return path[_0xc956b5(0x1c4)](_0x340404,this.#binaryName+_0xc956b5(0x217));}#loadETag(_0x5b44c1){const _0x1bc9bc=a120_0x1a1a18,_0x3ab6ab={};_0x3ab6ab['SgZBm']='utf8';const _0xe307b9=_0x3ab6ab,_0x1b2d8b=this.#getETagPath(_0x5b44c1);if(this.#checkPath(_0x1b2d8b))try{return fs[_0x1bc9bc(0x201)](_0x1b2d8b,_0xe307b9[_0x1bc9bc(0x20c)])['trim']();}catch(_0xd7415d){logger[_0x1bc9bc(0x1f4)](_0x1bc9bc(0x226)+_0xd7415d);}return null;}#saveETag(_0x400cde,_0x211352){const _0x22c619=a120_0x1a1a18,_0x257c40={};_0x257c40[_0x22c619(0x1de)]=_0x22c619(0x229);const _0x4974d7=_0x257c40;if(!_0x211352)return;try{const _0x1c3857=this.#getETagPath(_0x400cde);fs[_0x22c619(0x1e3)](_0x1c3857,_0x211352),logger[_0x22c619(0x1c8)](_0x4974d7['YpRRh']);}catch(_0x4bf67c){logger['warn'](_0x22c619(0x215)+_0x4bf67c);}}async #handleBinaryDownload(_0x510564,_0x2936e2,_0x33996e){const _0x178c52=a120_0x1a1a18,_0x1d270b={};_0x1d270b[_0x178c52(0x24d)]=_0x178c52(0x249);const _0x5c853d=_0x1d270b,_0x6ded77=await this[_0x178c52(0x232)](_0x510564['binaryPath']);if(!_0x6ded77){logger[_0x178c52(0x20e)](_0x5c853d[_0x178c52(0x24d)]);const _0x1b0fab=await this[_0x178c52(0x1df)](_0x2936e2,_0x33996e);return _0x1b0fab[_0x178c52(0x1dc)];}return _0x510564[_0x178c52(0x1dc)];}async[a120_0x1a1a18(0x220)](_0x4881e6){const _0x8d439f=a120_0x1a1a18,_0x185652={};_0x185652[_0x8d439f(0x1fd)]=_0x8d439f(0x246),_0x185652['vgBXM']=_0x8d439f(0x21b);const _0x363d8d=_0x185652,_0x1b7b8f=this.#getAvailableDirs(),_0x3549c5=path[_0x8d439f(0x1c4)](_0x1b7b8f,this.#binaryName);if(this.#checkPath(_0x3549c5,fs['X_OK'])){const _0x469adb=this.#loadETag(_0x1b7b8f);if(_0x469adb)try{const _0x582b92=await this[_0x8d439f(0x1df)](_0x4881e6,_0x1b7b8f,_0x469adb);if(!_0x582b92['needsUpdate'])return logger[_0x8d439f(0x1c8)](_0x363d8d[_0x8d439f(0x1fd)]),_0x3549c5;return logger[_0x8d439f(0x1c8)](_0x363d8d['vgBXM']),await this.#handleBinaryDownload(_0x582b92,_0x4881e6,_0x1b7b8f);}catch(_0x2d11b2){return logger['warn']('Failed\x20to\x20check\x20for\x20binary\x20updates,\x20using\x20existing\x20binary:\x20'+_0x2d11b2),_0x3549c5;}}const _0x43a4d0=await this[_0x8d439f(0x1df)](_0x4881e6,_0x1b7b8f);return await this.#handleBinaryDownload(_0x43a4d0,_0x4881e6,_0x1b7b8f);}['download'](_0x3af095,_0x117ce1,_0x288038=null){const _0x1a4357=a120_0x1a1a18,_0x9c159f={'xoUVD':function(_0x115921,_0xd9a1d7){return _0x115921(_0xd9a1d7);},'PeFHO':function(_0x5095e7,_0x2702d5){return _0x5095e7===_0x2702d5;},'mXlBW':_0x1a4357(0x20e),'IOyrZ':'close','tsMUp':function(_0x311aef,_0x32a6ba){return _0x311aef+_0x32a6ba;},'fEwIh':_0x1a4357(0x1e4)};_0x117ce1&&!this.#checkPath(_0x117ce1)&&fs['mkdirSync'](_0x117ce1);const _0x4a6ced=this.#binaryName,_0x40c7f0=path['join'](_0x117ce1,_0x9c159f[_0x1a4357(0x216)](_0x4a6ced,_0x9c159f[_0x1a4357(0x248)])),_0x189ce5=fs['createWriteStream'](_0x40c7f0),_0x297e19=url[_0x1a4357(0x1c5)](this.#httpPath);if(_0x3af095[_0x1a4357(0x1dd)]&&_0x3af095[_0x1a4357(0x1d4)]){const _0x32be53={};_0x32be53['host']=_0x3af095[_0x1a4357(0x1dd)],_0x32be53[_0x1a4357(0x211)]=_0x3af095[_0x1a4357(0x1d4)],_0x297e19[_0x1a4357(0x227)]=new HttpsProxyAgent(_0x32be53);}if(_0x3af095[_0x1a4357(0x22d)])try{_0x297e19['ca']=fs[_0x1a4357(0x201)](_0x3af095[_0x1a4357(0x22d)]);}catch(_0x45c922){logger[_0x1a4357(0x20e)]('Percy\x20download\x20failed\x20to\x20read\x20cert\x20file:\x20'+_0x45c922);}if(_0x288038){const _0x1f0530={};_0x1f0530[_0x1a4357(0x239)]=_0x288038,_0x1f0530['Connection']=_0x9c159f[_0x1a4357(0x21a)],_0x297e19[_0x1a4357(0x235)]=_0x1f0530;}else{const _0x48e40e={};_0x48e40e['Connection']=_0x9c159f[_0x1a4357(0x21a)],_0x297e19['headers']=_0x48e40e;}return new Promise((_0x44092a,_0x34f0fa)=>{const _0x1b5042=_0x1a4357,_0x31f307={'cSASp':function(_0x556171,_0x16fc08){const _0x2973e7=a120_0x3d88;return _0x9c159f[_0x2973e7(0x223)](_0x556171,_0x16fc08);},'QCPDV':function(_0x49ce2d,_0x5d73c7){return _0x9c159f['xoUVD'](_0x49ce2d,_0x5d73c7);},'xXZPk':function(_0x41c417,_0x38255d){return _0x9c159f['PeFHO'](_0x41c417,_0x38255d);},'sERqt':_0x9c159f[_0x1b5042(0x1c3)],'veyvc':_0x9c159f[_0x1b5042(0x21a)]};https[_0x1b5042(0x206)](_0x297e19,_0x224cc7=>{const _0x4ea720=_0x1b5042,_0x48345c={'xzMcn':function(_0xe5ec1,_0x2feb48){return _0x31f307['QCPDV'](_0xe5ec1,_0x2feb48);}};if(_0x288038&&_0x31f307[_0x4ea720(0x241)](_0x224cc7[_0x4ea720(0x252)],0x130)){_0x189ce5[_0x4ea720(0x233)]();const _0x88dfb9={};_0x88dfb9['needsUpdate']=![],_0x31f307['cSASp'](_0x44092a,_0x88dfb9);return;}const _0x32f8d2=_0x224cc7[_0x4ea720(0x235)]['etag'];_0x32f8d2&&this.#saveETag(_0x117ce1,_0x32f8d2),_0x224cc7[_0x4ea720(0x1c2)](_0x189ce5),_0x224cc7['on'](_0x31f307[_0x4ea720(0x212)],function(_0x125b20){const _0x1b0060=_0x4ea720;logger['error']('Got\x20Error\x20in\x20percy\x20binary\x20download\x20response:\x20'+_0x125b20),_0x31f307[_0x1b0060(0x1f0)](_0x34f0fa,_0x125b20);}),_0x189ce5['on'](_0x31f307[_0x4ea720(0x212)],function(_0x2e2f9b){const _0x1d3dbf=_0x4ea720;logger['error'](_0x1d3dbf(0x1d5)+_0x2e2f9b),_0x48345c[_0x1d3dbf(0x1e2)](_0x34f0fa,_0x2e2f9b);}),_0x189ce5['on'](_0x31f307[_0x4ea720(0x1ef)],()=>{const _0x5caa8e=_0x4ea720;this[_0x5caa8e(0x1f5)](_0x40c7f0,_0x117ce1)[_0x5caa8e(0x228)](_0x81974b=>_0x44092a({'needsUpdate':!![],'binaryPath':_0x81974b}))[_0x5caa8e(0x202)](_0x34f0fa);});})['on'](_0x9c159f[_0x1b5042(0x1c3)],function(_0x5c66b3){const _0x7157c2=_0x1b5042;logger[_0x7157c2(0x20e)]('Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request:\x20'+_0x5c66b3),_0x31f307[_0x7157c2(0x1f0)](_0x34f0fa,_0x5c66b3);});});}[a120_0x1a1a18(0x1f5)](_0x1e66ac,_0x1bde28){const _0x32a920=a120_0x1a1a18,_0x563af3={'uNnDG':function(_0x3da1df,_0x353d32){return _0x3da1df(_0x353d32);},'iwylx':_0x32a920(0x1d7),'nlovj':function(_0x5e67a4,_0x390cae){return _0x5e67a4===_0x390cae;},'EXaTi':function(_0x2c344d,_0x58135e){return _0x2c344d(_0x58135e);},'OOaQA':_0x32a920(0x1d6),'nNqgt':'error','nYucX':_0x32a920(0x237)},_0x1d6f4b=this.#binaryName,_0x5e0d2e=path[_0x32a920(0x1c4)](_0x1bde28,_0x1d6f4b);return new Promise((_0x41e4dd,_0xafe7b2)=>{const _0x36a75e=_0x32a920,_0x19232c={'qlUcF':function(_0xa65d13,_0x542e54){const _0x203142=a120_0x3d88;return _0x563af3[_0x203142(0x210)](_0xa65d13,_0x542e54);},'ZfYPF':_0x563af3[_0x36a75e(0x247)]},_0x5cbf11={};_0x5cbf11[_0x36a75e(0x1fe)]=!![],yauzl['open'](_0x1e66ac,_0x5cbf11,function(_0x45f688,_0x33d300){const _0x1552f5=_0x36a75e,_0x34091e={'RqDjw':function(_0x4adbee,_0x4f8995){const _0xa116db=a120_0x3d88;return _0x563af3[_0xa116db(0x1da)](_0x4adbee,_0x4f8995);},'IKRGH':_0x563af3[_0x1552f5(0x22b)],'PiaEd':function(_0x9f08e8,_0x4561fc){const _0x131e88=_0x1552f5;return _0x563af3[_0x131e88(0x1f6)](_0x9f08e8,_0x4561fc);},'szhWp':function(_0x58d505,_0x2bd99c){const _0x52e7ac=_0x1552f5;return _0x563af3[_0x52e7ac(0x210)](_0x58d505,_0x2bd99c);}};_0x45f688&&_0x563af3['uNnDG'](_0xafe7b2,_0x45f688),_0x33d300[_0x1552f5(0x24b)](),_0x33d300['on'](_0x563af3['OOaQA'],_0x34257c=>{const _0x1a0bd1=_0x1552f5;if(/\/$/[_0x1a0bd1(0x253)](_0x34257c[_0x1a0bd1(0x1c6)]))_0x33d300['readEntry']();else{const _0x28578a=fs[_0x1a0bd1(0x1cd)](path[_0x1a0bd1(0x1c4)](_0x1bde28,_0x34257c[_0x1a0bd1(0x1c6)]));_0x33d300[_0x1a0bd1(0x22e)](_0x34257c,function(_0x20501f,_0x3cc5d1){const _0x383fbf=_0x1a0bd1;_0x20501f&&_0x34091e['RqDjw'](_0xafe7b2,_0x45f688),_0x3cc5d1['on'](_0x34091e[_0x383fbf(0x1d3)],function(){const _0x5021db=_0x383fbf;_0x28578a[_0x5021db(0x21c)](),_0x33d300['readEntry']();}),_0x3cc5d1[_0x383fbf(0x1c2)](_0x28578a);}),_0x34091e[_0x1a0bd1(0x207)](_0x34257c[_0x1a0bd1(0x1c6)],_0x1d6f4b)&&_0x33d300[_0x1a0bd1(0x21c)]();}}),_0x33d300['on'](_0x563af3['nNqgt'],_0x58e5e2=>{_0x34091e['szhWp'](_0xafe7b2,_0x58e5e2);}),_0x33d300[_0x1552f5(0x1ea)](_0x563af3[_0x1552f5(0x22b)],()=>{const _0x3268e3=_0x1552f5,_0x4d4786={'cIElR':function(_0x5f990c,_0xf15f50){const _0x3498b9=a120_0x3d88;return _0x19232c[_0x3498b9(0x20f)](_0x5f990c,_0xf15f50);}};fs[_0x3268e3(0x1cc)](_0x5e0d2e,_0x19232c['ZfYPF'],function(_0x4df608){const _0x4d9823=_0x3268e3;_0x4df608&&_0x4d4786[_0x4d9823(0x1f2)](_0xafe7b2,_0x4df608),_0x4d4786[_0x4d9823(0x1f2)](_0x41e4dd,_0x5e0d2e);}),_0x33d300[_0x3268e3(0x21c)]();});});});}async[a120_0x1a1a18(0x232)](_0x3745bf){const _0x2dc2a6=a120_0x1a1a18,_0x153944={'inXdq':function(_0x3a60eb,_0x5b301e){return _0x3a60eb(_0x5b301e);},'lWLJf':function(_0x357c2f,_0xd5527c,_0x534375,_0x499765){return _0x357c2f(_0xd5527c,_0x534375,_0x499765);},'GclwR':_0x2dc2a6(0x20a),'nupbZ':_0x2dc2a6(0x240),'KRVga':_0x2dc2a6(0x21c)},_0x5f13b2=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x55a51b,_0x2996bd)=>{const _0x54d7dc=_0x2dc2a6,_0x2c313a={};_0x2c313a[_0x54d7dc(0x225)]=process[_0x54d7dc(0x225)];const _0x31820f=_0x153944[_0x54d7dc(0x22c)](spawn,_0x3745bf,[_0x153944[_0x54d7dc(0x23b)]],_0x2c313a);_0x31820f[_0x54d7dc(0x1c1)]['on'](_0x153944[_0x54d7dc(0x250)],_0x2440ed=>{const _0x3e3c02=_0x54d7dc;_0x5f13b2['test'](_0x2440ed)&&_0x153944[_0x3e3c02(0x1f1)](_0x55a51b,!![]);}),_0x31820f['on'](_0x153944[_0x54d7dc(0x242)],()=>{const _0x5b5136=_0x54d7dc;_0x153944[_0x5b5136(0x1f1)](_0x55a51b,![]);});});}#homedir(){const _0x26d8f8=a120_0x1a1a18,_0x44ac5b={};_0x44ac5b[_0x26d8f8(0x1f7)]=function(_0x45fa42,_0x1625d7){return _0x45fa42===_0x1625d7;},_0x44ac5b[_0x26d8f8(0x218)]=_0x26d8f8(0x20b),_0x44ac5b[_0x26d8f8(0x24c)]=_0x26d8f8(0x251),_0x44ac5b[_0x26d8f8(0x1fc)]=function(_0x32b8b0,_0x2839ed){return _0x32b8b0+_0x2839ed;},_0x44ac5b['evtbq']=function(_0x140b50,_0x395ae8){return _0x140b50===_0x395ae8;},_0x44ac5b['TFhCJ']=_0x26d8f8(0x1fb),_0x44ac5b[_0x26d8f8(0x1ec)]=function(_0x60e040,_0x2e162f){return _0x60e040+_0x2e162f;},_0x44ac5b[_0x26d8f8(0x203)]='/Users/',_0x44ac5b[_0x26d8f8(0x1e6)]=function(_0x4ecb01,_0x29f395){return _0x4ecb01===_0x29f395;},_0x44ac5b[_0x26d8f8(0x245)]=_0x26d8f8(0x1f8),_0x44ac5b[_0x26d8f8(0x1c9)]=_0x26d8f8(0x21f),_0x44ac5b[_0x26d8f8(0x234)]=function(_0x13ced8,_0x32fafd){return _0x13ced8+_0x32fafd;},_0x44ac5b[_0x26d8f8(0x222)]=_0x26d8f8(0x1ed),_0x44ac5b[_0x26d8f8(0x1ca)]=function(_0xd1fcf6,_0x252d76){return _0xd1fcf6||_0x252d76;};const _0x415fde=_0x44ac5b;if(_0x415fde[_0x26d8f8(0x1f7)](typeof os[_0x26d8f8(0x20d)],_0x415fde[_0x26d8f8(0x218)]))return os[_0x26d8f8(0x20d)]();const _0x2822cb=process[_0x26d8f8(0x225)],_0x21ff3c=_0x2822cb['HOME'],_0x4fb140=_0x2822cb['LOGNAME']||_0x2822cb['USER']||_0x2822cb[_0x26d8f8(0x22a)]||_0x2822cb[_0x26d8f8(0x205)];if(_0x415fde[_0x26d8f8(0x1f7)](process[_0x26d8f8(0x244)],_0x415fde[_0x26d8f8(0x24c)]))return _0x2822cb['USERPROFILE']||_0x415fde['PyvmZ'](_0x2822cb[_0x26d8f8(0x1e5)],_0x2822cb[_0x26d8f8(0x213)])||_0x21ff3c||null;if(_0x415fde[_0x26d8f8(0x209)](process[_0x26d8f8(0x244)],_0x415fde[_0x26d8f8(0x214)]))return _0x21ff3c||(_0x4fb140?_0x415fde[_0x26d8f8(0x1ec)](_0x415fde[_0x26d8f8(0x203)],_0x4fb140):null);if(_0x415fde[_0x26d8f8(0x1e6)](process[_0x26d8f8(0x244)],_0x415fde[_0x26d8f8(0x245)]))return _0x21ff3c||(_0x415fde['evtbq'](process[_0x26d8f8(0x24e)](),0x0)?_0x415fde[_0x26d8f8(0x1c9)]:_0x4fb140?_0x415fde[_0x26d8f8(0x234)](_0x415fde[_0x26d8f8(0x222)],_0x4fb140):null);return _0x415fde[_0x26d8f8(0x1ca)](_0x21ff3c,null);}}function a120_0x3d88(_0x2c9e8a,_0x2411d7){const _0x57135f=a120_0x5713();return a120_0x3d88=function(_0x3d88a3,_0x18becc){_0x3d88a3=_0x3d88a3-0x1c1;let _0x1472d0=_0x57135f[_0x3d88a3];return _0x1472d0;},a120_0x3d88(_0x2c9e8a,_0x2411d7);}module[a120_0x1a1a18(0x23f)]=PercyBinary;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a121_0x42c46b=a121_0x2162;(function(_0xa1256b,_0x2f53cf){var _0x2c1420=a121_0x2162,_0x2b403f=_0xa1256b();while(!![]){try{var _0xcdf70c=parseInt(_0x2c1420(0x9f))/0x1*(-parseInt(_0x2c1420(0xa0))/0x2)+-parseInt(_0x2c1420(0xa6))/0x3+parseInt(_0x2c1420(0xa2))/0x4*(parseInt(_0x2c1420(0xaa))/0x5)+parseInt(_0x2c1420(0xa9))/0x6+parseInt(_0x2c1420(0xa1))/0x7+-parseInt(_0x2c1420(0xa8))/0x8*(parseInt(_0x2c1420(0x9e))/0x9)+-parseInt(_0x2c1420(0xa3))/0xa;if(_0xcdf70c===_0x2f53cf)break;else _0x2b403f['push'](_0x2b403f['shift']());}catch(_0x1abd73){_0x2b403f['push'](_0x2b403f['shift']());}}}(a121_0x42ed,0xc0fef));function a121_0x2162(_0xcdc740,_0x390374){var _0x42ede5=a121_0x42ed();return a121_0x2162=function(_0x21626e,_0x3ccc29){_0x21626e=_0x21626e-0x9e;var _0x57819e=_0x42ede5[_0x21626e];return _0x57819e;},a121_0x2162(_0xcdc740,_0x390374);}class PercyCaptureMap{#map={};[a121_0x42c46b(0xa5)](_0x232c50,_0x1cb80a){!this.#map[_0x232c50]&&(this.#map[_0x232c50]={}),!this.#map[_0x232c50][_0x1cb80a]&&(this.#map[_0x232c50][_0x1cb80a]=0x0),this.#map[_0x232c50][_0x1cb80a]++;}['getName'](_0x40f877,_0x24752b){var _0x1b711f=a121_0x42c46b;return _0x40f877+'-'+_0x24752b+'-'+this[_0x1b711f(0xa7)](_0x40f877,_0x24752b);}['get'](_0x272361,_0x2789a2){if(!this.#map[_0x272361])return 0x0;if(!this.#map[_0x272361][_0x2789a2])return 0x0;return this.#map[_0x272361][_0x2789a2];}}function a121_0x42ed(){var _0x2fd126=['increment','131718qXlQxc','get','84312wJGcMV','6301566hSVxDD','590FtdTmh','405RWhmnr','3AQCFcL','105536HRuZCX','2575118llvQIN','6420vQLDsb','1405490qSXASU','exports'];a121_0x42ed=function(){return _0x2fd126;};return a121_0x42ed();}module[a121_0x42c46b(0xa4)]=PercyCaptureMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var a122_0x175690=a122_0x5cfd;function a122_0x5cfd(_0x3764f6,_0x3e73c3){var _0x2c8e48=a122_0x2c8e();return a122_0x5cfd=function(_0x5cfde8,_0x191b54){_0x5cfde8=_0x5cfde8-0x91;var _0x1a1c41=_0x2c8e48[_0x5cfde8];return _0x1a1c41;},a122_0x5cfd(_0x3764f6,_0x3e73c3);}(function(_0x2573fd,_0x2c0221){var _0x391210=a122_0x5cfd,_0x2cde6d=_0x2573fd();while(!![]){try{var _0x21ada5=parseInt(_0x391210(0x9c))/0x1+-parseInt(_0x391210(0x9b))/0x2+parseInt(_0x391210(0x9f))/0x3*(parseInt(_0x391210(0x98))/0x4)+parseInt(_0x391210(0x95))/0x5+parseInt(_0x391210(0xa2))/0x6+parseInt(_0x391210(0x94))/0x7*(parseInt(_0x391210(0x9e))/0x8)+parseInt(_0x391210(0x91))/0x9*(-parseInt(_0x391210(0x96))/0xa);if(_0x21ada5===_0x2c0221)break;else _0x2cde6d['push'](_0x2cde6d['shift']());}catch(_0x28f919){_0x2cde6d['push'](_0x2cde6d['shift']());}}}(a122_0x2c8e,0x64717));var a122_0x1e8c34={};function a122_0x2c8e(){var _0x201d5=['40CCqQVD','1070385EeQVhm','takeScreenshot','testcase','3683808jmxOXx','2290626zcDoqm','auto','exports','45871Tejjli','1036855JGCGtT','70tfaGxP','sendKeys','8HpEDDB','driver','element','198404tNQKBy','724521CctzmY','click'];a122_0x2c8e=function(){return _0x201d5;};return a122_0x2c8e();}a122_0x1e8c34['driver']=[a122_0x175690(0xa0)],a122_0x1e8c34[a122_0x175690(0x9a)]=['click',a122_0x175690(0x97)];var a122_0x2a65d5={};a122_0x2a65d5[a122_0x175690(0x99)]=[a122_0x175690(0xa0)];var a122_0x573cd6={};a122_0x573cd6['element']=[a122_0x175690(0x9d)];var a122_0x412b89={};a122_0x412b89[a122_0x175690(0x92)]=a122_0x1e8c34,a122_0x412b89['screenshot']=a122_0x2a65d5,a122_0x412b89[a122_0x175690(0x9d)]=a122_0x573cd6,a122_0x412b89[a122_0x175690(0xa1)]={},a122_0x412b89['manual']={},module[a122_0x175690(0x93)]=a122_0x412b89;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a123_0x5b06(_0x570044,_0x3b433d){const _0x238de8=a123_0x238d();return a123_0x5b06=function(_0x5b0612,_0x4e0d00){_0x5b0612=_0x5b0612-0x16d;let _0x3b48bb=_0x238de8[_0x5b0612];return _0x3b48bb;},a123_0x5b06(_0x570044,_0x3b433d);}const a123_0x5670b6=a123_0x5b06;(function(_0x2e0c52,_0x310de1){const _0x25f047=a123_0x5b06,_0x2a7176=_0x2e0c52();while(!![]){try{const _0x5424c3=parseInt(_0x25f047(0x16f))/0x1*(parseInt(_0x25f047(0x186))/0x2)+parseInt(_0x25f047(0x17a))/0x3*(parseInt(_0x25f047(0x18c))/0x4)+-parseInt(_0x25f047(0x171))/0x5*(-parseInt(_0x25f047(0x17b))/0x6)+parseInt(_0x25f047(0x18d))/0x7*(-parseInt(_0x25f047(0x188))/0x8)+-parseInt(_0x25f047(0x180))/0x9+-parseInt(_0x25f047(0x187))/0xa*(parseInt(_0x25f047(0x184))/0xb)+parseInt(_0x25f047(0x17d))/0xc;if(_0x5424c3===_0x310de1)break;else _0x2a7176['push'](_0x2a7176['shift']());}catch(_0x279c58){_0x2a7176['push'](_0x2a7176['shift']());}}}(a123_0x238d,0x24153));function a123_0x238d(){const _0x10d15d=['20SQTGzZ','1606262QmUpii','testCase','rCciT','@percy/selenium-webdriver','IZejS','vyXcA','thTestCaseExecutionId','apply','Unsupported\x20driver\x20for\x20percy','29129NjruoC','../performance/performance-tester','155745KRusku','error','SCREENSHOT','SNAPSHOT','screenshot','browserstackPlatformIndex','rAsfc','uuid','platformIndex','46470RhvzGW','54OkFaMk','@percy/appium-app','3252180fveySh','winstonLogger','screenshotApp','1810593XsycjF','../../helpers/testhub/utils','name','browserstackPercyBestPlatform','21351GhLtrM','xJjLL','14yNuHem','1310wAcCtH','8jJgmag','length','measure','CzXVt'];a123_0x238d=function(){return _0x10d15d;};return a123_0x238d();}const tryRequire=function(_0x467ffa,_0x3411fd){const _0x25755f=a123_0x5b06,_0x235fd3={'xJjLL':function(_0x224cc4,_0x4fd9e5){return _0x224cc4(_0x4fd9e5);}};try{return _0x235fd3[_0x25755f(0x185)](require,_0x467ffa);}catch{return _0x3411fd;}},percySnapshot=tryRequire(a123_0x5670b6(0x190),null),{percyScreenshot}=tryRequire(a123_0x5670b6(0x190),{}),percyAppScreenshot=require(a123_0x5670b6(0x17c)),{getCurrentTestData}=require(a123_0x5670b6(0x181)),PerformanceTester=require(a123_0x5670b6(0x170)),{PERCY_EVENTS:PerformanceEvents}=require('../performance/constants'),logger=require('../logger')[a123_0x5670b6(0x17e)];percySnapshot&&(exports['snapshot']=async function(){const _0xb38458=a123_0x5670b6,_0x2bc995={'vyXcA':function(_0x2ad02f,_0x38a6bf){return _0x2ad02f!==_0x38a6bf;},'UBIgL':function(_0xda27e3,_0x5cacff){return _0xda27e3>=_0x5cacff;},'CzXVt':function(_0x38bc59){return _0x38bc59();}};if(global[_0xb38458(0x176)]&&_0x2bc995[_0xb38458(0x192)](global[_0xb38458(0x176)],global[_0xb38458(0x183)]))return;const _0x403931=_0x2bc995['UBIgL'](arguments[_0xb38458(0x189)],0x2)?arguments[0x1]:'',_0x17a726=_0x2bc995[_0xb38458(0x18b)](getCurrentTestData),_0x5c26d0={};return _0x5c26d0['name']=_0x403931,_0x5c26d0[_0xb38458(0x18e)]=_0x17a726['name']||'',_0x5c26d0[_0xb38458(0x193)]=_0x17a726['uuid']||'',_0x5c26d0[_0xb38458(0x179)]=global[_0xb38458(0x176)],await PerformanceTester['measure'](PerformanceEvents[_0xb38458(0x174)],()=>percySnapshot[_0xb38458(0x16d)](null,arguments),_0x5c26d0);});percyScreenshot?exports[a123_0x5670b6(0x175)]=async function(){const _0x231ea9=a123_0x5670b6,_0x29a4ca={'rAsfc':function(_0x1072e4,_0x4c9a5a){return _0x1072e4>=_0x4c9a5a;},'xsGdz':function(_0x3d7e04){return _0x3d7e04();}},_0x54a1c3=_0x29a4ca[_0x231ea9(0x177)](arguments[_0x231ea9(0x189)],0x2)?arguments[0x1]:'',_0x281a19=_0x29a4ca['xsGdz'](getCurrentTestData),_0x3c0c90={};return _0x3c0c90[_0x231ea9(0x182)]=_0x54a1c3,_0x3c0c90[_0x231ea9(0x18e)]=_0x281a19[_0x231ea9(0x182)]||'',_0x3c0c90['thTestCaseExecutionId']=_0x281a19[_0x231ea9(0x178)]||'',_0x3c0c90[_0x231ea9(0x179)]=global[_0x231ea9(0x176)],await PerformanceTester[_0x231ea9(0x18a)](PerformanceEvents[_0x231ea9(0x173)],()=>percyScreenshot[_0x231ea9(0x16d)](null,arguments),_0x3c0c90);}:exports[a123_0x5670b6(0x175)]=()=>{const _0x3e19fd=a123_0x5670b6,_0x5aec8d={};_0x5aec8d['rCciT']=_0x3e19fd(0x16e);const _0x529b0c=_0x5aec8d;logger[_0x3e19fd(0x172)](_0x529b0c[_0x3e19fd(0x18f)]);};exports[a123_0x5670b6(0x17f)]=async function(){const _0x1079bb=a123_0x5670b6,_0x2f53ba={'zHhRm':function(_0x1cbda0,_0x4b5db6){return _0x1cbda0>=_0x4b5db6;},'IZejS':function(_0x25a9f6){return _0x25a9f6();}},_0x33d9f8=_0x2f53ba['zHhRm'](arguments[_0x1079bb(0x189)],0x2)?arguments[0x1]:'',_0x50ad46=_0x2f53ba[_0x1079bb(0x191)](getCurrentTestData),_0x25eb48={};return _0x25eb48['name']=_0x33d9f8,_0x25eb48[_0x1079bb(0x18e)]=_0x50ad46[_0x1079bb(0x182)]||'',_0x25eb48[_0x1079bb(0x193)]=_0x50ad46[_0x1079bb(0x178)]||'',_0x25eb48[_0x1079bb(0x179)]=global[_0x1079bb(0x176)],await PerformanceTester[_0x1079bb(0x18a)](PerformanceEvents['SCREENSHOT_APP'],()=>percyAppScreenshot['apply'](null,arguments),_0x25eb48);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a124_0x489b(_0x299757,_0x34cf87){var _0x170e1d=a124_0x170e();return a124_0x489b=function(_0x489b59,_0x42acbc){_0x489b59=_0x489b59-0xed;var _0x1677cc=_0x170e1d[_0x489b59];return _0x1677cc;},a124_0x489b(_0x299757,_0x34cf87);}var a124_0x14d404=a124_0x489b;function a124_0x170e(){var _0x5538f8=['./Percy','939683txznpC','3387984vGaGgI','exports','5831704GZawWA','3liUlFf','784116VUVjUt','4699765HZRHvC','1756166OuOJLb','2665271xFrWad'];a124_0x170e=function(){return _0x5538f8;};return a124_0x170e();}(function(_0x3141c2,_0x1acae0){var _0x49beaf=a124_0x489b,_0x7878c1=_0x3141c2();while(!![]){try{var _0x2170b0=-parseInt(_0x49beaf(0xf2))/0x1+-parseInt(_0x49beaf(0xef))/0x2*(-parseInt(_0x49beaf(0xf6))/0x3)+parseInt(_0x49beaf(0xf3))/0x4+parseInt(_0x49beaf(0xee))/0x5+-parseInt(_0x49beaf(0xed))/0x6+-parseInt(_0x49beaf(0xf0))/0x7+-parseInt(_0x49beaf(0xf5))/0x8;if(_0x2170b0===_0x1acae0)break;else _0x7878c1['push'](_0x7878c1['shift']());}catch(_0x5aa123){_0x7878c1['push'](_0x7878c1['shift']());}}}(a124_0x170e,0x76653),module[a124_0x14d404(0xf4)]=require(a124_0x14d404(0xf1)));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a125_0x4b3f(){const _0x1c5b62=['isUndefined','screenshotApp','Error\x20patching\x20','percy','getName','stop','percyAutoCapture','overrideXforPercy','increment','stopPercy','measureWrapper','9VqNlxc','percyCaptureMode','chrome','patch','2362936pCCWyi','getDriver','manual','46830XltRmB','edge','63vvHGom','./PercySDK','322908SaLbvI','winstonLogger','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','729095XYnCNH','forEach','browser','jOsEY','./PercyCaptureMap','7340300IbUPCI','tDEAh','error','\x20for\x20percy\x20','OOabK','toLowerCase','element','debug','browserstackSessionName','139028Khghwt','STOP','zjjvi','getPercyOptions','getBestPlatformForPercySnapshot','20EJTLZU','84498YmMpPy','startPercy','prototype','NieKV','Starting\x20percy','./PercyCaptureModes','CiQiV','TUqFd','qgdfJ','deviceName','301tegwmw','../helper','browserstackPercyBestPlatform','safari','reduce','GeIQN','huyKs','../performance/performance-tester','start','browserStackPercyOptions','enuLo','START','browserstackPercyMap','browserName','driver'];a125_0x4b3f=function(){return _0x1c5b62;};return a125_0x4b3f();}function a125_0x3641(_0xde16c7,_0x54e72){const _0x4b3f42=a125_0x4b3f();return a125_0x3641=function(_0x3641cd,_0xe721c2){_0x3641cd=_0x3641cd-0x116;let _0x9268cb=_0x4b3f42[_0x3641cd];return _0x9268cb;},a125_0x3641(_0xde16c7,_0x54e72);}const a125_0x279340=a125_0x3641;(function(_0x6212f1,_0x5993e6){const _0x17d355=a125_0x3641,_0x521fc8=_0x6212f1();while(!![]){try{const _0x1e7ee5=-parseInt(_0x17d355(0x145))/0x1*(-parseInt(_0x17d355(0x11b))/0x2)+parseInt(_0x17d355(0x150))/0x3+-parseInt(_0x17d355(0x120))/0x4*(parseInt(_0x17d355(0x153))/0x5)+-parseInt(_0x17d355(0x121))/0x6*(parseInt(_0x17d355(0x12b))/0x7)+parseInt(_0x17d355(0x149))/0x8+-parseInt(_0x17d355(0x14e))/0x9*(-parseInt(_0x17d355(0x14c))/0xa)+parseInt(_0x17d355(0x158))/0xb;if(_0x1e7ee5===_0x5993e6)break;else _0x521fc8['push'](_0x521fc8['shift']());}catch(_0x4f66ae){_0x521fc8['push'](_0x521fc8['shift']());}}}(a125_0x4b3f,0x6033e));const Percy=require('./Percy'),PercySDK=require(a125_0x279340(0x14f)),PercyCaptureModes=require(a125_0x279340(0x126)),PercyCaptureMap=require(a125_0x279340(0x157)),logger=require('../logger')[a125_0x279340(0x151)],helper=require(a125_0x279340(0x12c)),PerformanceTester=require(a125_0x279340(0x132)),{PERCY_EVENTS:PerformanceEvents}=require('../performance/constants');exports[a125_0x279340(0x122)]=PerformanceTester[a125_0x279340(0x144)](PerformanceEvents[a125_0x279340(0x136)],async _0x5d48fe=>{const _0x469ace=a125_0x279340,_0x1e44b2={};_0x1e44b2[_0x469ace(0x131)]=_0x469ace(0x125);const _0x14949b=_0x1e44b2;logger[_0x469ace(0x119)](_0x14949b[_0x469ace(0x131)]);const _0x4f2f58=new Percy(_0x5d48fe),_0x5e99b3=await _0x4f2f58[_0x469ace(0x133)]();if(_0x5e99b3)return _0x4f2f58;return null;}),exports[a125_0x279340(0x143)]=PerformanceTester[a125_0x279340(0x144)](PerformanceEvents[a125_0x279340(0x11c)],async _0x354544=>{const _0x2223d3=a125_0x279340,_0x35f7d9={};_0x35f7d9[_0x2223d3(0x128)]='Stopping\x20percy';const _0x1ff79a=_0x35f7d9;return logger[_0x2223d3(0x119)](_0x1ff79a['TUqFd']),_0x354544[_0x2223d3(0x13f)]();}),exports[a125_0x279340(0x11f)]=_0xb5a950=>{const _0x2814bf=a125_0x279340,_0x17a007={};_0x17a007[_0x2814bf(0x159)]=function(_0x19b2a8,_0x3302f7){return _0x19b2a8<_0x3302f7;};const _0x21e8f8=_0x17a007,_0x39df8c={};_0x39df8c[_0x2814bf(0x147)]=0x0,_0x39df8c['firefox']=0x1,_0x39df8c[_0x2814bf(0x14d)]=0x2,_0x39df8c[_0x2814bf(0x12e)]=0x3;const _0x5a3a21=_0x39df8c;return _0xb5a950[_0x2814bf(0x12f)]((_0x3ada12,_0x1261cc,_0x2edcee)=>{const _0x4beed4=_0x2814bf,_0x4ac16e=_0xb5a950[_0x3ada12];if(_0x1261cc[_0x4beed4(0x12a)])return _0x3ada12;if(_0x4ac16e[_0x4beed4(0x12a)])return _0x2edcee;const _0x6421ad=_0x1261cc[_0x4beed4(0x155)]?_0x1261cc['browser']:_0x1261cc[_0x4beed4(0x138)];if(_0x6421ad&&_0x21e8f8['tDEAh'](_0x5a3a21[_0x6421ad['toLowerCase']()],_0x5a3a21[_0x6421ad[_0x4beed4(0x117)]()]))return _0x2edcee;return _0x3ada12;},0x0);},exports[a125_0x279340(0x140)]=PerformanceTester[a125_0x279340(0x144)](PerformanceEvents['AUTO_CAPTURE'],async(_0x1a658f,_0x204f21,_0x2d715f)=>{const _0x1d56cf=a125_0x279340,_0x48aae7={};_0x48aae7['CiQiV']=_0x1d56cf(0x152);const _0x1df51c=_0x48aae7,_0x182d56=_0x1a658f[_0x1d56cf(0x137)];if(helper[_0x1d56cf(0x13a)](_0x1a658f[_0x1d56cf(0x11a)])){logger[_0x1d56cf(0x119)](_0x1df51c[_0x1d56cf(0x127)]);return;}const _0x346691=_0x182d56[_0x1d56cf(0x13e)](_0x1a658f[_0x1d56cf(0x11a)],_0x204f21);_0x2d715f['app']?await PercySDK[_0x1d56cf(0x13b)](_0x1a658f,_0x346691):await PercySDK['screenshot'](_0x1a658f,_0x346691),_0x182d56[_0x1d56cf(0x142)](_0x1a658f[_0x1d56cf(0x11a)],_0x204f21);}),exports['patchDriverPercy']=(_0x3ee857,_0x27858d,_0x11d758)=>{const _0x42a1a8=a125_0x279340,_0x3db05b={};_0x3db05b[_0x42a1a8(0x129)]=_0x42a1a8(0x134),_0x3db05b['jcsCx']='percy',_0x3db05b[_0x42a1a8(0x124)]=function(_0x2a6c7c,_0x3f08b4){return _0x2a6c7c!==_0x3f08b4;},_0x3db05b['OOabK']=_0x42a1a8(0x14b);const _0x33489b=_0x3db05b;if(!helper['nestedKeyValue'](_0x11d758,[_0x33489b[_0x42a1a8(0x129)],_0x33489b['jcsCx']]))return;if(_0x11d758[_0x42a1a8(0x134)][_0x42a1a8(0x13d)]&&_0x11d758[_0x42a1a8(0x134)][_0x42a1a8(0x146)]&&_0x33489b[_0x42a1a8(0x124)](_0x11d758[_0x42a1a8(0x134)][_0x42a1a8(0x146)],_0x33489b[_0x42a1a8(0x116)])&&!_0x3ee857[_0x42a1a8(0x137)]){global[_0x42a1a8(0x11a)]&&(_0x3ee857['browserstackSessionName']=global[_0x42a1a8(0x11a)]),_0x3ee857[_0x42a1a8(0x137)]=new PercyCaptureMap();const _0x242ce0=PercyCaptureModes[_0x11d758['browserStackPercyOptions'][_0x42a1a8(0x146)]];_0x242ce0['driver']&&_0x242ce0[_0x42a1a8(0x139)][_0x42a1a8(0x154)](_0x216a46=>this[_0x42a1a8(0x141)](_0x3ee857,_0x216a46,_0x11d758)),_0x242ce0[_0x42a1a8(0x118)]&&_0x242ce0[_0x42a1a8(0x118)]['forEach'](_0x4bbe69=>{const _0x59b7b7=_0x42a1a8;if(_0x27858d[_0x59b7b7(0x123)]['patch'+_0x4bbe69])return;_0x27858d[_0x59b7b7(0x123)][_0x59b7b7(0x148)+_0x4bbe69]=!![];const _0x30c726=_0x27858d[_0x59b7b7(0x123)][_0x4bbe69];_0x27858d[_0x59b7b7(0x123)][_0x4bbe69]=async function(){const _0x2d24f9=_0x59b7b7;let _0xebc832=_0x30c726['apply'](this,arguments);_0xebc832&&_0xebc832['then']&&(_0xebc832=await _0xebc832);try{const _0x1945e6=this[_0x2d24f9(0x14a)]();await exports['percyAutoCapture'](_0x1945e6,_0x4bbe69,_0x11d758);}catch(_0x22b312){logger[_0x2d24f9(0x15a)](_0x2d24f9(0x13c)+_0x4bbe69+'\x20for\x20percy\x20'+_0x22b312);}return _0xebc832;};});}},exports[a125_0x279340(0x141)]=function(_0x45fcfb,_0x333946,_0x4a003f){const _0x10a556=a125_0x279340,_0x55f19c={};_0x55f19c['zjjvi']=function(_0x5b5738,_0x1e0d21){return _0x5b5738+_0x1e0d21;},_0x55f19c['jOsEY']=_0x10a556(0x148),_0x55f19c['geTbJ']=function(_0xbfe29b,_0x469aad){return _0xbfe29b+_0x469aad;},_0x55f19c[_0x10a556(0x130)]='init';const _0x427236=_0x55f19c,_0x10a079=_0x427236[_0x10a556(0x11d)](_0x427236[_0x10a556(0x156)],_0x333946),_0x37fadd=_0x427236['geTbJ'](_0x427236[_0x10a556(0x130)],_0x333946),_0x5cdf4b=this;if(_0x45fcfb[_0x10a079]||!_0x45fcfb[_0x333946])return;_0x45fcfb[_0x10a079]=!![],_0x45fcfb[_0x37fadd]=_0x45fcfb[_0x333946],_0x45fcfb[_0x333946]=async()=>{const _0x23572b=_0x10a556;try{await _0x5cdf4b[_0x23572b(0x140)](_0x45fcfb,_0x333946,_0x4a003f);}catch(_0x59e605){logger['error'](_0x23572b(0x13c)+_0x333946+_0x23572b(0x15b)+_0x59e605);}return await _0x45fcfb[_0x37fadd]['apply'](_0x45fcfb,arguments);};},exports[a125_0x279340(0x11e)]=_0x1aa7e4=>{const _0x2eaaa9=a125_0x279340,_0x81b750={};_0x81b750[_0x2eaaa9(0x135)]='auto';const _0x3539c6=_0x81b750,_0x1d9234={};_0x1d9234[_0x2eaaa9(0x13d)]=_0x1aa7e4['percy'],_0x1d9234[_0x2eaaa9(0x146)]=_0x1aa7e4[_0x2eaaa9(0x146)]||_0x3539c6[_0x2eaaa9(0x135)];const _0xa30d98=_0x1d9234;_0x1aa7e4[_0x2eaaa9(0x13d)]&&(_0xa30d98[_0x2eaaa9(0x12d)]=exports[_0x2eaaa9(0x11f)](_0x1aa7e4['platforms']));;return _0xa30d98;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a126_0x107f(){const _0x3282d9=['SCREENSHOT','SYNC','exports','sdk:o11y','A11Y_EVENTS',':hub-management','sdk:cli:start','SDK_FIND_NEAREST_HUB','SDK_CLI_CHECK_UPDATE','GET_RESULTS','SDK_HOOK',':sync','SDK_OBSERVABILITY_CONFIG','SDK_PRE_TEST','SDK_PRE_INITIALIZE','SESSION_STATUS','GET','KEEP_ALIVE',':start','SCREENSHOT_APP','sdk:driver','SESSION_NAME','sdk:cli:on-connect','sdk:testhub',':after',':local-stop','4693312bQmVop','sdk:driverInit','sdk:hook','sdk:app-automate','SDK_START_BIN_SESSION','APP_AUOTMATE_EVENTS','SDK_AUTOMATION_FRAMEWORK_INIT',':quit',':pre-execute',':screenshot','AUTO_CAPTURE',':get-accessibility-results','SDK_AI_SELF_HEAL_STEP','sdk:aiSelfHealGetResult',':auto-capture',':session-name','sdk:observabilityConfig',':stop','SDK_CLI_ENQUEUE_TEST_EVENT','SDK_AUTOMATION_FRAMEWORK_STOP','IDLE_TIMEOUT','TESTHUB_EVENTS','SDK_CLI_ON_BOOTSTRAP','SDK_TEST','SDK_AUTOMATE','PRE_EXECUTE','18FEDKhy','6981848HjnYNO','LOCAL_STOP',':post-execute','AFTER_ALL','PRINT_BUILDLINK',':print-buildlink','10173KtbfOF','SDK_APP_AUTOMATE','TAKE_SCREENSHOT','BEFORE','SDK_AUTOMATION_FRAMEWORK_START',':before-each','QUIT','AUTOMATE_EVENTS','START','HUB_MANAGEMENT','sdk:proxy-setup','sdk:cleanup','1804970gUVYQX','sdk:setup','SDK_A11Y','sdk:accessibilityConfig','SDK_AI_SELF_HEAL_GET_RESULT','sdk:automationFrameworkInit',':before-all','sdk:cli:check-update',':session-status','sdk:cli:download','AFTER','10973870kYaZNP',':get','SDK_TEST_FRAMEWORK_EVENT','sdk:cli:enqueueTestEvent','STOP','sdk:driver:pre-initialization','sdk:automationFrameworkStop','SDK_ACCESSIBILITY_CONFIG','SDK_CLI_DOWNLOAD','SDK_CLI_START','APP_UPLOAD',':save-results','SDK_TESTHUB','sdk:percy','PERFORM_SCAN','HOOK_EVENTS','SDK_PERCY','sdk:automate','sdk:cli:on-stop','9bPxAXl','POST_EXECUTE','138BkLLgS','sdk:pre-test','GET_RESULTS_SUMMARY',':driver-performscan','sdk:automationFrameworkStart','BEFORE_EACH','PERCY_EVENTS','SDK_PROXY_SETUP','SDK_POST_INITIALIZE','SAVE_RESULTS','SDK_CLEANUP','sdk:testSessionEvent','DRIVER_MANAGE','SDK_DRIVER','sdk:startBinSession','7606704mBcpEV','SNAPSHOT',':before','GENERATE_CI_ARTIFACT','sdk:turboscale','SESSION_ANNOTATION','SDK_CLI_ON_STOP','SDK_AUTO_CAPTURE','sdk:driver:post-initialization','sdk:cli:logCreatedEvent','SDK_SETUP',':download','SDK_TURBOSCALE','SDK_CLI_ON_CONNECT','sdk:post-test','979443fwFQvi',':after-all','O11y_EVENTS','sdk:onStop','sdk:findNearestHub','TURBOSCALE_EVENTS',':driver-manage',':snapshot','SDK_POST_TEST',':app-upload',':local-start','DRIVER_EVENT','SDK_O11Y',':keep-alive','SDK_DRIVER_INIT'];a126_0x107f=function(){return _0x3282d9;};return a126_0x107f();}const a126_0x4fb600=a126_0x23aa;(function(_0x2519ec,_0x4af9cd){const _0xc6730b=a126_0x23aa,_0x27c24c=_0x2519ec();while(!![]){try{const _0x35910b=-parseInt(_0xc6730b(0x100))/0x1+parseInt(_0xc6730b(0xe2))/0x2*(parseInt(_0xc6730b(0xb6))/0x3)+parseInt(_0xc6730b(0x95))/0x4+-parseInt(_0xc6730b(0xc2))/0x5*(parseInt(_0xc6730b(0xaf))/0x6)+parseInt(_0xc6730b(0xf1))/0x7+parseInt(_0xc6730b(0xb0))/0x8*(-parseInt(_0xc6730b(0xe0))/0x9)+parseInt(_0xc6730b(0xcd))/0xa;if(_0x35910b===_0x4af9cd)break;else _0x27c24c['push'](_0x27c24c['shift']());}catch(_0x7749be){_0x27c24c['push'](_0x27c24c['shift']());}}}(a126_0x107f,0xa0352));const a126_0x4b8237={};a126_0x4b8237[a126_0x4fb600(0xfb)]=a126_0x4fb600(0xc3),a126_0x4b8237[a126_0x4fb600(0xec)]=a126_0x4fb600(0xc1),a126_0x4b8237[a126_0x4fb600(0x88)]=a126_0x4fb600(0xe3),a126_0x4b8237[a126_0x4fb600(0xac)]='sdk:test',a126_0x4b8237[a126_0x4fb600(0x74)]=a126_0x4fb600(0xff),a126_0x4b8237[a126_0x4fb600(0x85)]=a126_0x4fb600(0x97),a126_0x4b8237['SDK_DRIVER']=a126_0x4fb600(0x8f),a126_0x4b8237[a126_0x4fb600(0xc4)]='sdk:a11y',a126_0x4b8237[a126_0x4fb600(0x78)]=a126_0x4fb600(0x7e),a126_0x4b8237[a126_0x4fb600(0xf8)]='sdk:auto-capture',a126_0x4b8237[a126_0x4fb600(0xe9)]=a126_0x4fb600(0xc0),a126_0x4b8237['SDK_TESTHUB']=a126_0x4fb600(0x92),a126_0x4b8237[a126_0x4fb600(0xad)]=a126_0x4fb600(0xde),a126_0x4b8237[a126_0x4fb600(0xb7)]=a126_0x4fb600(0x98),a126_0x4b8237[a126_0x4fb600(0xfd)]=a126_0x4fb600(0xf5),a126_0x4b8237['SDK_PERCY']=a126_0x4fb600(0xda),a126_0x4b8237[a126_0x4fb600(0x89)]=a126_0x4fb600(0xd2),a126_0x4b8237[a126_0x4fb600(0xea)]=a126_0x4fb600(0xf9),a126_0x4b8237[a126_0x4fb600(0xd6)]=a126_0x4fb600(0x81),a126_0x4b8237[a126_0x4fb600(0xd5)]=a126_0x4fb600(0xcb),a126_0x4b8237[a126_0x4fb600(0x83)]=a126_0x4fb600(0xc9),a126_0x4b8237[a126_0x4fb600(0xab)]='sdk:cli:on-bootstrap',a126_0x4b8237[a126_0x4fb600(0xfe)]=a126_0x4fb600(0x91),a126_0x4b8237[a126_0x4fb600(0xf7)]=a126_0x4fb600(0xdf),a126_0x4b8237[a126_0x4fb600(0x99)]=a126_0x4fb600(0xf0),a126_0x4b8237['SDK_CONNECT_BIN_SESSION']='sdk:connectBinSession',a126_0x4b8237[a126_0x4fb600(0x7a)]=a126_0x4fb600(0x96),a126_0x4b8237[a126_0x4fb600(0x82)]=a126_0x4fb600(0x70),a126_0x4b8237[a126_0x4fb600(0x9b)]=a126_0x4fb600(0xc7),a126_0x4b8237[a126_0x4fb600(0xba)]=a126_0x4fb600(0xe6),a126_0x4b8237[a126_0x4fb600(0xd4)]=a126_0x4fb600(0xc5),a126_0x4b8237[a126_0x4fb600(0x87)]=a126_0x4fb600(0xa5),a126_0x4b8237[a126_0x4fb600(0xa1)]='sdk:aiSelfHealStep',a126_0x4b8237[a126_0x4fb600(0xc6)]=a126_0x4fb600(0xa2),a126_0x4b8237[a126_0x4fb600(0xcf)]='sdk:testFrameworkEvent',a126_0x4b8237['SDK_TEST_SESSION_EVENT']=a126_0x4fb600(0xed),a126_0x4b8237['SDK_CLI_LOG_CREATED_EVENT']=a126_0x4fb600(0xfa),a126_0x4b8237[a126_0x4fb600(0xa7)]=a126_0x4fb600(0xd0),a126_0x4b8237[a126_0x4fb600(0xa8)]=a126_0x4fb600(0xd3),a126_0x4b8237['SDK_ON_STOP']=a126_0x4fb600(0x6f);function a126_0x23aa(_0x285d52,_0x586dbf){const _0x107f8d=a126_0x107f();return a126_0x23aa=function(_0x23aa79,_0x78ff2a){_0x23aa79=_0x23aa79-0x6e;let _0x3c06f5=_0x107f8d[_0x23aa79];return _0x3c06f5;},a126_0x23aa(_0x285d52,_0x586dbf);}const SDK_EVENTS=a126_0x4b8237,a126_0x571112={};a126_0x571112['EVENTS']=SDK_EVENTS,a126_0x571112[a126_0x4fb600(0xaa)]={},a126_0x571112[a126_0x4fb600(0xbd)]={},a126_0x571112[a126_0x4fb600(0x7f)]={},a126_0x571112[a126_0x4fb600(0xe8)]={},a126_0x571112[a126_0x4fb600(0x6e)]={},a126_0x571112[a126_0x4fb600(0xdc)]={},a126_0x571112[a126_0x4fb600(0x71)]={},a126_0x571112[a126_0x4fb600(0x9a)]={},a126_0x571112[a126_0x4fb600(0x77)]={},a126_0x571112[a126_0x4fb600(0xaa)]['START']=SDK_EVENTS['SDK_TESTHUB']+a126_0x4fb600(0x8d),a126_0x571112[a126_0x4fb600(0xaa)][a126_0x4fb600(0xd1)]=SDK_EVENTS[a126_0x4fb600(0xd9)]+a126_0x4fb600(0xa6),a126_0x571112[a126_0x4fb600(0xbd)][a126_0x4fb600(0x8c)]=SDK_EVENTS[a126_0x4fb600(0xad)]+a126_0x4fb600(0x79),a126_0x571112[a126_0x4fb600(0xbd)][a126_0x4fb600(0xbf)]=SDK_EVENTS['SDK_AUTOMATE']+a126_0x4fb600(0x80),a126_0x571112[a126_0x4fb600(0xbd)]['LOCAL_START']=SDK_EVENTS[a126_0x4fb600(0xad)]+a126_0x4fb600(0x76),a126_0x571112[a126_0x4fb600(0xbd)][a126_0x4fb600(0xb1)]=SDK_EVENTS[a126_0x4fb600(0xad)]+a126_0x4fb600(0x94),a126_0x571112[a126_0x4fb600(0xbd)][a126_0x4fb600(0xee)]=SDK_EVENTS[a126_0x4fb600(0xad)]+a126_0x4fb600(0x72),a126_0x571112[a126_0x4fb600(0xbd)][a126_0x4fb600(0x90)]=SDK_EVENTS['SDK_AUTOMATE']+a126_0x4fb600(0xa4),a126_0x571112[a126_0x4fb600(0xbd)][a126_0x4fb600(0x8a)]=SDK_EVENTS['SDK_AUTOMATE']+a126_0x4fb600(0xca),a126_0x571112[a126_0x4fb600(0xbd)][a126_0x4fb600(0xf6)]=SDK_EVENTS[a126_0x4fb600(0xad)]+':session-annotation',a126_0x571112[a126_0x4fb600(0xbd)][a126_0x4fb600(0xa9)]=SDK_EVENTS[a126_0x4fb600(0xad)]+':idle-timeout',a126_0x571112[a126_0x4fb600(0xbd)][a126_0x4fb600(0xf4)]=SDK_EVENTS[a126_0x4fb600(0xad)]+':ci-artifacts',a126_0x571112[a126_0x4fb600(0xbd)][a126_0x4fb600(0xb4)]=SDK_EVENTS[a126_0x4fb600(0xad)]+':print-buildlink',a126_0x571112[a126_0x4fb600(0x7f)][a126_0x4fb600(0xdb)]=SDK_EVENTS['SDK_A11Y']+a126_0x4fb600(0xe5),a126_0x571112[a126_0x4fb600(0x7f)][a126_0x4fb600(0xeb)]=SDK_EVENTS[a126_0x4fb600(0xc4)]+a126_0x4fb600(0xd8),a126_0x571112[a126_0x4fb600(0x7f)][a126_0x4fb600(0x84)]=SDK_EVENTS['SDK_A11Y']+a126_0x4fb600(0xa0),a126_0x571112[a126_0x4fb600(0x7f)][a126_0x4fb600(0xe4)]=SDK_EVENTS[a126_0x4fb600(0xc4)]+':get-accessibility-results-summary',a126_0x571112[a126_0x4fb600(0xe8)]['DOWNLOAD']=SDK_EVENTS[a126_0x4fb600(0xdd)]+a126_0x4fb600(0xfc),a126_0x571112[a126_0x4fb600(0xe8)][a126_0x4fb600(0x7b)]=SDK_EVENTS[a126_0x4fb600(0xdd)]+a126_0x4fb600(0x9e),a126_0x571112[a126_0x4fb600(0xe8)][a126_0x4fb600(0xbe)]=SDK_EVENTS[a126_0x4fb600(0xdd)]+':start',a126_0x571112[a126_0x4fb600(0xe8)]['STOP']=SDK_EVENTS['SDK_PERCY']+a126_0x4fb600(0xa6),a126_0x571112[a126_0x4fb600(0xe8)][a126_0x4fb600(0x9f)]=SDK_EVENTS['SDK_PERCY']+a126_0x4fb600(0xa3),a126_0x571112[a126_0x4fb600(0xe8)][a126_0x4fb600(0xf2)]=SDK_EVENTS[a126_0x4fb600(0xdd)]+a126_0x4fb600(0x73),a126_0x571112[a126_0x4fb600(0xe8)][a126_0x4fb600(0x8e)]=SDK_EVENTS['SDK_PERCY']+':screenshot-app',a126_0x571112[a126_0x4fb600(0x6e)][a126_0x4fb600(0x7c)]=SDK_EVENTS[a126_0x4fb600(0x78)]+a126_0x4fb600(0x86),a126_0x571112[a126_0x4fb600(0x6e)][a126_0x4fb600(0xb8)]=SDK_EVENTS[a126_0x4fb600(0x78)]+':driver-takeScreenShot',a126_0x571112[a126_0x4fb600(0x6e)]['PRINT_BUILDLINK']=SDK_EVENTS[a126_0x4fb600(0x78)]+a126_0x4fb600(0xb5),a126_0x571112[a126_0x4fb600(0xdc)][a126_0x4fb600(0xe7)]=SDK_EVENTS[a126_0x4fb600(0x85)]+a126_0x4fb600(0xbb),a126_0x571112[a126_0x4fb600(0xdc)]['AFTER_EACH']=SDK_EVENTS[a126_0x4fb600(0x85)]+':after-each',a126_0x571112[a126_0x4fb600(0xdc)][a126_0x4fb600(0xb3)]=SDK_EVENTS[a126_0x4fb600(0x85)]+a126_0x4fb600(0x101),a126_0x571112[a126_0x4fb600(0xdc)]['BEFORE_ALL']=SDK_EVENTS[a126_0x4fb600(0x85)]+a126_0x4fb600(0xc8),a126_0x571112[a126_0x4fb600(0xdc)][a126_0x4fb600(0xb9)]=SDK_EVENTS['SDK_HOOK']+a126_0x4fb600(0xf3),a126_0x571112[a126_0x4fb600(0xdc)][a126_0x4fb600(0xcc)]=SDK_EVENTS[a126_0x4fb600(0x85)]+a126_0x4fb600(0x93),a126_0x571112[a126_0x4fb600(0x71)]['HUB_MANAGEMENT']=SDK_EVENTS['SDK_TURBOSCALE']+a126_0x4fb600(0x80),a126_0x571112[a126_0x4fb600(0x71)][a126_0x4fb600(0xb4)]=SDK_EVENTS[a126_0x4fb600(0xfd)]+a126_0x4fb600(0xb5),a126_0x571112[a126_0x4fb600(0x9a)][a126_0x4fb600(0xd7)]=SDK_EVENTS[a126_0x4fb600(0xb7)]+a126_0x4fb600(0x75),a126_0x571112[a126_0x4fb600(0x77)][a126_0x4fb600(0xbc)]=SDK_EVENTS[a126_0x4fb600(0xef)]+a126_0x4fb600(0x9c),a126_0x571112[a126_0x4fb600(0x77)][a126_0x4fb600(0x8b)]=SDK_EVENTS[a126_0x4fb600(0xef)]+a126_0x4fb600(0xce),a126_0x571112[a126_0x4fb600(0x77)][a126_0x4fb600(0xae)]=SDK_EVENTS[a126_0x4fb600(0xef)]+a126_0x4fb600(0x9d),a126_0x571112[a126_0x4fb600(0x77)][a126_0x4fb600(0xe1)]=SDK_EVENTS[a126_0x4fb600(0xef)]+a126_0x4fb600(0xb2),module[a126_0x4fb600(0x7d)]=a126_0x571112;
|
|
1
|
+
const a126_0x2b6504=a126_0x4b65;(function(_0x297502,_0x5a4cfd){const _0x152521=a126_0x4b65,_0x138e44=_0x297502();while(!![]){try{const _0x9131e6=parseInt(_0x152521(0x1f6))/0x1*(parseInt(_0x152521(0x1e8))/0x2)+-parseInt(_0x152521(0x1b7))/0x3*(parseInt(_0x152521(0x1b5))/0x4)+-parseInt(_0x152521(0x1f1))/0x5*(-parseInt(_0x152521(0x218))/0x6)+parseInt(_0x152521(0x1d6))/0x7+parseInt(_0x152521(0x1cb))/0x8*(parseInt(_0x152521(0x219))/0x9)+parseInt(_0x152521(0x1ff))/0xa+parseInt(_0x152521(0x1d2))/0xb*(-parseInt(_0x152521(0x207))/0xc);if(_0x9131e6===_0x5a4cfd)break;else _0x138e44['push'](_0x138e44['shift']());}catch(_0x74b456){_0x138e44['push'](_0x138e44['shift']());}}}(a126_0x3575,0x63d83));const a126_0x246744={};function a126_0x4b65(_0x1561d6,_0x139683){const _0x3575bd=a126_0x3575();return a126_0x4b65=function(_0x4b65d6,_0x397265){_0x4b65d6=_0x4b65d6-0x193;let _0x58220e=_0x3575bd[_0x4b65d6];return _0x58220e;},a126_0x4b65(_0x1561d6,_0x139683);}function a126_0x3575(){const _0x203403=['9930Vqkjjo',':session-name','IDLE_TIMEOUT','START',':app-upload','SDK_CONNECT_BIN_SESSION','sdk:driver:post-initialization','BEFORE_ALL','SDK_TESTHUB','8108330kgnLEf','KEEP_ALIVE','sdk:auto-capture','SDK_CLI_ENQUEUE_TEST_EVENT',':post-execute','SDK_POST_TEST',':auto-capture','QUIT','19953768SSuFJv','sdk:a11y','sdk:findNearestHub','SDK_ACCESSIBILITY_CONFIG','sdk:cli:logCreatedEvent','SDK_OBSERVABILITY_CONFIG','sdk:testFrameworkEvent','GET_RESULTS','SDK_AUTOMATION_FRAMEWORK_INIT','SDK_CLI_DOWNLOAD','sdk:cli:enqueueTestEvent','sdk:cleanup','SDK_ON_STOP',':after-all','SDK_APP_AUTOMATE','AFTER_ALL',':before-all','235170OkilpM','27153SnuASu',':print-buildlink',':hub-management','SESSION_STATUS',':ci-artifacts','O11y_EVENTS','sdk:automationFrameworkStart','APP_UPLOAD','GET','SDK_START_BIN_SESSION','sdk:percy','sdk:setup','SDK_CLEANUP','SDK_PERCY',':driver-performscan','DOWNLOAD',':idle-timeout','sdk:driver','sdk:testhub','SDK_AUTOMATE','SDK_PROXY_SETUP','HOOK_EVENTS','TURBOSCALE_EVENTS',':pre-execute','SDK_DRIVER',':before-each','GENERATE_CI_ARTIFACT','sdk:automationFrameworkInit','sdk:observabilityConfig','SCREENSHOT','TESTHUB_EVENTS','DRIVER_MANAGE',':driver-takeScreenShot','PRE_EXECUTE','STOP','HUB_MANAGEMENT','sdk:app-automate','1647196JxIRJv','SDK_SETUP','3caWwsJ','sdk:cli:on-stop','PERCY_EVENTS','SDK_O11Y','SDK_AUTOMATION_FRAMEWORK_STOP','POST_EXECUTE','SNAPSHOT','TAKE_SCREENSHOT','SDK_PRE_INITIALIZE',':session-annotation','SDK_POST_INITIALIZE','sdk:turboscale','SDK_AUTOMATION_FRAMEWORK_START','SDK_CLI_CHECK_UPDATE','sdk:proxy-setup','sdk:automate','sdk:cli:on-connect',':driver-manage','SDK_A11Y',':screenshot-app','488mnhbzt','SDK_TEST_SESSION_EVENT','sdk:accessibilityConfig',':after','DRIVER_EVENT','EVENTS','sdk:cli:check-update','11NvLpZY',':download',':save-results','sdk:automationFrameworkStop','4545667bGgzKT','sdk:test','sdk:hook','SDK_CLI_ON_CONNECT','SAVE_RESULTS','APP_AUOTMATE_EVENTS','sdk:cli:download','sdk:onStop','LOCAL_STOP','SDK_CLI_LOG_CREATED_EVENT',':get-accessibility-results','PERFORM_SCAN',':local-start','SDK_CLI_ON_STOP','sdk:pre-test','SDK_HOOK',':after-each','A11Y_EVENTS','98HKjdXf',':quit','sdk:cli:on-bootstrap','AUTOMATE_EVENTS','sdk:connectBinSession','SDK_AI_SELF_HEAL_STEP','SDK_AUTO_CAPTURE','AFTER_EACH','PRINT_BUILDLINK','45LewpQi','sdk:aiSelfHealGetResult','SDK_TURBOSCALE','SDK_AI_SELF_HEAL_GET_RESULT',':get-accessibility-results-summary'];a126_0x3575=function(){return _0x203403;};return a126_0x3575();}a126_0x246744[a126_0x2b6504(0x1b6)]=a126_0x2b6504(0x19b),a126_0x246744[a126_0x2b6504(0x19c)]=a126_0x2b6504(0x212),a126_0x246744['SDK_PRE_TEST']=a126_0x2b6504(0x1e4),a126_0x246744['SDK_TEST']=a126_0x2b6504(0x1d7),a126_0x246744[a126_0x2b6504(0x204)]='sdk:post-test',a126_0x246744[a126_0x2b6504(0x1e5)]=a126_0x2b6504(0x1d8),a126_0x246744['SDK_DRIVER']=a126_0x2b6504(0x1a1),a126_0x246744[a126_0x2b6504(0x1c9)]=a126_0x2b6504(0x208),a126_0x246744[a126_0x2b6504(0x1ba)]='sdk:o11y',a126_0x246744[a126_0x2b6504(0x1ee)]=a126_0x2b6504(0x201),a126_0x246744[a126_0x2b6504(0x1a4)]=a126_0x2b6504(0x1c5),a126_0x246744[a126_0x2b6504(0x1fe)]=a126_0x2b6504(0x1a2),a126_0x246744[a126_0x2b6504(0x1a3)]=a126_0x2b6504(0x1c6),a126_0x246744[a126_0x2b6504(0x215)]=a126_0x2b6504(0x1b4),a126_0x246744[a126_0x2b6504(0x1f3)]=a126_0x2b6504(0x1c2),a126_0x246744['SDK_PERCY']=a126_0x2b6504(0x19a),a126_0x246744[a126_0x2b6504(0x1bf)]='sdk:driver:pre-initialization',a126_0x246744[a126_0x2b6504(0x1c1)]=a126_0x2b6504(0x1fc),a126_0x246744['SDK_CLI_START']='sdk:cli:start',a126_0x246744[a126_0x2b6504(0x210)]=a126_0x2b6504(0x1dc),a126_0x246744[a126_0x2b6504(0x1c4)]=a126_0x2b6504(0x1d1),a126_0x246744['SDK_CLI_ON_BOOTSTRAP']=a126_0x2b6504(0x1ea),a126_0x246744[a126_0x2b6504(0x1d9)]=a126_0x2b6504(0x1c7),a126_0x246744[a126_0x2b6504(0x1e3)]=a126_0x2b6504(0x1b8),a126_0x246744[a126_0x2b6504(0x199)]='sdk:startBinSession',a126_0x246744[a126_0x2b6504(0x1fb)]=a126_0x2b6504(0x1ec),a126_0x246744['SDK_DRIVER_INIT']='sdk:driverInit',a126_0x246744['SDK_FIND_NEAREST_HUB']=a126_0x2b6504(0x209),a126_0x246744[a126_0x2b6504(0x20f)]=a126_0x2b6504(0x1ab),a126_0x246744[a126_0x2b6504(0x1c3)]=a126_0x2b6504(0x196),a126_0x246744[a126_0x2b6504(0x20a)]=a126_0x2b6504(0x1cd),a126_0x246744[a126_0x2b6504(0x20c)]=a126_0x2b6504(0x1ac),a126_0x246744[a126_0x2b6504(0x1ed)]='sdk:aiSelfHealStep',a126_0x246744[a126_0x2b6504(0x1f4)]=a126_0x2b6504(0x1f2),a126_0x246744['SDK_TEST_FRAMEWORK_EVENT']=a126_0x2b6504(0x20d),a126_0x246744[a126_0x2b6504(0x1cc)]='sdk:testSessionEvent',a126_0x246744[a126_0x2b6504(0x1df)]=a126_0x2b6504(0x20b),a126_0x246744[a126_0x2b6504(0x202)]=a126_0x2b6504(0x211),a126_0x246744[a126_0x2b6504(0x1bb)]=a126_0x2b6504(0x1d5),a126_0x246744[a126_0x2b6504(0x213)]=a126_0x2b6504(0x1dd);const SDK_EVENTS=a126_0x246744,a126_0x4fac2a={};a126_0x4fac2a[a126_0x2b6504(0x1d0)]=SDK_EVENTS,a126_0x4fac2a[a126_0x2b6504(0x1ae)]={},a126_0x4fac2a[a126_0x2b6504(0x1eb)]={},a126_0x4fac2a[a126_0x2b6504(0x1e7)]={},a126_0x4fac2a[a126_0x2b6504(0x1b9)]={},a126_0x4fac2a[a126_0x2b6504(0x195)]={},a126_0x4fac2a[a126_0x2b6504(0x1a5)]={},a126_0x4fac2a[a126_0x2b6504(0x1a6)]={},a126_0x4fac2a[a126_0x2b6504(0x1db)]={},a126_0x4fac2a[a126_0x2b6504(0x1cf)]={},a126_0x4fac2a[a126_0x2b6504(0x1ae)][a126_0x2b6504(0x1f9)]=SDK_EVENTS[a126_0x2b6504(0x1fe)]+':start',a126_0x4fac2a[a126_0x2b6504(0x1ae)][a126_0x2b6504(0x1b2)]=SDK_EVENTS[a126_0x2b6504(0x1fe)]+':stop',a126_0x4fac2a[a126_0x2b6504(0x1eb)][a126_0x2b6504(0x200)]=SDK_EVENTS['SDK_AUTOMATE']+':keep-alive',a126_0x4fac2a[a126_0x2b6504(0x1eb)][a126_0x2b6504(0x1b3)]=SDK_EVENTS[a126_0x2b6504(0x1a3)]+a126_0x2b6504(0x21b),a126_0x4fac2a[a126_0x2b6504(0x1eb)]['LOCAL_START']=SDK_EVENTS[a126_0x2b6504(0x1a3)]+a126_0x2b6504(0x1e2),a126_0x4fac2a[a126_0x2b6504(0x1eb)][a126_0x2b6504(0x1de)]=SDK_EVENTS['SDK_AUTOMATE']+':local-stop',a126_0x4fac2a[a126_0x2b6504(0x1eb)][a126_0x2b6504(0x1af)]=SDK_EVENTS['SDK_AUTOMATE']+a126_0x2b6504(0x1c8),a126_0x4fac2a[a126_0x2b6504(0x1eb)]['SESSION_NAME']=SDK_EVENTS[a126_0x2b6504(0x1a3)]+a126_0x2b6504(0x1f7),a126_0x4fac2a[a126_0x2b6504(0x1eb)][a126_0x2b6504(0x193)]=SDK_EVENTS['SDK_AUTOMATE']+':session-status',a126_0x4fac2a[a126_0x2b6504(0x1eb)]['SESSION_ANNOTATION']=SDK_EVENTS['SDK_AUTOMATE']+a126_0x2b6504(0x1c0),a126_0x4fac2a[a126_0x2b6504(0x1eb)][a126_0x2b6504(0x1f8)]=SDK_EVENTS['SDK_AUTOMATE']+a126_0x2b6504(0x1a0),a126_0x4fac2a[a126_0x2b6504(0x1eb)][a126_0x2b6504(0x1aa)]=SDK_EVENTS['SDK_AUTOMATE']+a126_0x2b6504(0x194),a126_0x4fac2a[a126_0x2b6504(0x1eb)][a126_0x2b6504(0x1f0)]=SDK_EVENTS[a126_0x2b6504(0x1a3)]+a126_0x2b6504(0x21a),a126_0x4fac2a[a126_0x2b6504(0x1e7)][a126_0x2b6504(0x1e1)]=SDK_EVENTS[a126_0x2b6504(0x1c9)]+a126_0x2b6504(0x19e),a126_0x4fac2a[a126_0x2b6504(0x1e7)][a126_0x2b6504(0x1da)]=SDK_EVENTS[a126_0x2b6504(0x1c9)]+a126_0x2b6504(0x1d4),a126_0x4fac2a[a126_0x2b6504(0x1e7)][a126_0x2b6504(0x20e)]=SDK_EVENTS[a126_0x2b6504(0x1c9)]+a126_0x2b6504(0x1e0),a126_0x4fac2a[a126_0x2b6504(0x1e7)]['GET_RESULTS_SUMMARY']=SDK_EVENTS['SDK_A11Y']+a126_0x2b6504(0x1f5),a126_0x4fac2a[a126_0x2b6504(0x1b9)][a126_0x2b6504(0x19f)]=SDK_EVENTS[a126_0x2b6504(0x19d)]+a126_0x2b6504(0x1d3),a126_0x4fac2a[a126_0x2b6504(0x1b9)][a126_0x2b6504(0x1ad)]=SDK_EVENTS[a126_0x2b6504(0x19d)]+':screenshot',a126_0x4fac2a[a126_0x2b6504(0x1b9)][a126_0x2b6504(0x1f9)]=SDK_EVENTS[a126_0x2b6504(0x19d)]+':start',a126_0x4fac2a[a126_0x2b6504(0x1b9)][a126_0x2b6504(0x1b2)]=SDK_EVENTS[a126_0x2b6504(0x19d)]+':stop',a126_0x4fac2a[a126_0x2b6504(0x1b9)]['AUTO_CAPTURE']=SDK_EVENTS[a126_0x2b6504(0x19d)]+a126_0x2b6504(0x205),a126_0x4fac2a[a126_0x2b6504(0x1b9)][a126_0x2b6504(0x1bd)]=SDK_EVENTS[a126_0x2b6504(0x19d)]+':snapshot',a126_0x4fac2a[a126_0x2b6504(0x1b9)]['SCREENSHOT_APP']=SDK_EVENTS[a126_0x2b6504(0x19d)]+a126_0x2b6504(0x1ca),a126_0x4fac2a[a126_0x2b6504(0x195)]['SYNC']=SDK_EVENTS[a126_0x2b6504(0x1ba)]+':sync',a126_0x4fac2a[a126_0x2b6504(0x195)][a126_0x2b6504(0x1be)]=SDK_EVENTS[a126_0x2b6504(0x1ba)]+a126_0x2b6504(0x1b0),a126_0x4fac2a[a126_0x2b6504(0x195)]['PRINT_BUILDLINK']=SDK_EVENTS[a126_0x2b6504(0x1ba)]+':print-buildlink',a126_0x4fac2a[a126_0x2b6504(0x1a5)]['BEFORE_EACH']=SDK_EVENTS[a126_0x2b6504(0x1e5)]+a126_0x2b6504(0x1a9),a126_0x4fac2a[a126_0x2b6504(0x1a5)][a126_0x2b6504(0x1ef)]=SDK_EVENTS[a126_0x2b6504(0x1e5)]+a126_0x2b6504(0x1e6),a126_0x4fac2a[a126_0x2b6504(0x1a5)][a126_0x2b6504(0x216)]=SDK_EVENTS[a126_0x2b6504(0x1e5)]+a126_0x2b6504(0x214),a126_0x4fac2a[a126_0x2b6504(0x1a5)][a126_0x2b6504(0x1fd)]=SDK_EVENTS[a126_0x2b6504(0x1e5)]+a126_0x2b6504(0x217),a126_0x4fac2a[a126_0x2b6504(0x1a5)]['BEFORE']=SDK_EVENTS[a126_0x2b6504(0x1e5)]+':before',a126_0x4fac2a[a126_0x2b6504(0x1a5)]['AFTER']=SDK_EVENTS[a126_0x2b6504(0x1e5)]+a126_0x2b6504(0x1ce),a126_0x4fac2a[a126_0x2b6504(0x1a6)][a126_0x2b6504(0x1b3)]=SDK_EVENTS[a126_0x2b6504(0x1f3)]+a126_0x2b6504(0x21b),a126_0x4fac2a[a126_0x2b6504(0x1a6)]['PRINT_BUILDLINK']=SDK_EVENTS[a126_0x2b6504(0x1f3)]+':print-buildlink',a126_0x4fac2a[a126_0x2b6504(0x1db)][a126_0x2b6504(0x197)]=SDK_EVENTS[a126_0x2b6504(0x215)]+a126_0x2b6504(0x1fa),a126_0x4fac2a[a126_0x2b6504(0x1cf)][a126_0x2b6504(0x206)]=SDK_EVENTS[a126_0x2b6504(0x1a8)]+a126_0x2b6504(0x1e9),a126_0x4fac2a[a126_0x2b6504(0x1cf)][a126_0x2b6504(0x198)]=SDK_EVENTS['SDK_DRIVER']+':get',a126_0x4fac2a[a126_0x2b6504(0x1cf)][a126_0x2b6504(0x1b1)]=SDK_EVENTS[a126_0x2b6504(0x1a8)]+a126_0x2b6504(0x1a7),a126_0x4fac2a[a126_0x2b6504(0x1cf)][a126_0x2b6504(0x1bc)]=SDK_EVENTS[a126_0x2b6504(0x1a8)]+a126_0x2b6504(0x203),module['exports']=a126_0x4fac2a;
|