browserstack-node-sdk 1.55.2 → 1.55.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.
Files changed (198) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/capsMapping.js +1 -1
  156. package/src/helpers/central-scanner/constants.js +1 -1
  157. package/src/helpers/central-scanner/helpers.js +1 -1
  158. package/src/helpers/classLogger.js +1 -1
  159. package/src/helpers/globals.js +1 -1
  160. package/src/helpers/helper.js +1 -1
  161. package/src/helpers/logger.js +1 -1
  162. package/src/helpers/metadata.js +1 -1
  163. package/src/helpers/patchHelper.js +1 -1
  164. package/src/helpers/patchHelpers.js +1 -1
  165. package/src/helpers/percy/Percy.js +1 -1
  166. package/src/helpers/percy/PercyBinary.js +1 -1
  167. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  168. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  169. package/src/helpers/percy/PercySDK.js +1 -1
  170. package/src/helpers/percy/index.js +1 -1
  171. package/src/helpers/percy/utils.js +1 -1
  172. package/src/helpers/performance/constants.js +1 -1
  173. package/src/helpers/performance/performance-tester.js +1 -1
  174. package/src/helpers/playwright-helper.js +1 -1
  175. package/src/helpers/processHelper.js +1 -1
  176. package/src/helpers/puppeteer-helper.js +1 -1
  177. package/src/helpers/request-spy.js +1 -1
  178. package/src/helpers/setKeepAlive.js +1 -1
  179. package/src/helpers/test-observability/constants.js +1 -1
  180. package/src/helpers/test-observability/error-handler.js +1 -1
  181. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  182. package/src/helpers/test-observability/sessionHandler.js +1 -1
  183. package/src/helpers/test-observability/utils.js +1 -1
  184. package/src/helpers/test-orchestration/constants.js +1 -1
  185. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  186. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  187. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  188. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  189. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  190. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  191. package/src/helpers/testhub/constants.js +1 -1
  192. package/src/helpers/testhub/testhubHandler.js +1 -1
  193. package/src/helpers/testhub/utils.js +1 -1
  194. package/src/helpers/timeoutPromise.js +1 -1
  195. package/src/helpers/utilities.js +1 -1
  196. package/src/helpers/w3cMapping.js +1 -1
  197. package/src/hubAllocationMethods.js +1 -1
  198. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a120_0x17ab7a=a120_0x5c31;(function(_0x42e9b4,_0x1b7901){const _0x38d0ac=a120_0x5c31,_0x51e385=_0x42e9b4();while(!![]){try{const _0xaed0f2=-parseInt(_0x38d0ac(0x143))/0x1+parseInt(_0x38d0ac(0x171))/0x2*(parseInt(_0x38d0ac(0x163))/0x3)+parseInt(_0x38d0ac(0x15c))/0x4*(-parseInt(_0x38d0ac(0x12f))/0x5)+parseInt(_0x38d0ac(0x161))/0x6+parseInt(_0x38d0ac(0x160))/0x7*(parseInt(_0x38d0ac(0x173))/0x8)+-parseInt(_0x38d0ac(0x146))/0x9*(-parseInt(_0x38d0ac(0x162))/0xa)+parseInt(_0x38d0ac(0x131))/0xb;if(_0xaed0f2===_0x1b7901)break;else _0x51e385['push'](_0x51e385['shift']());}catch(_0x5ba116){_0x51e385['push'](_0x51e385['shift']());}}}(a120_0x1e1d,0x4b845));const winston=require(a120_0x17ab7a(0x155)),path=require(a120_0x17ab7a(0x130)),fs=require('fs'),{LOG_FILE_NAME,DEBUG_LOG_FILE_NAME,DEBUG_CLI_LOG_FILE_NAME}=require('../bin/utils/constants'),tempLogDir=a120_0x17ab7a(0x17c);let redactRegex=null,lastConfigHash='';const logFormat=winston[a120_0x17ab7a(0x13d)](_0x14266e=>{const _0x4f8d36=a120_0x17ab7a,_0x10098d={};_0x10098d['PniLv']=function(_0x5a0d5c,_0x1842f5){return _0x5a0d5c!==_0x1842f5;},_0x10098d[_0x4f8d36(0x16f)]=_0x4f8d36(0x150),_0x10098d[_0x4f8d36(0x147)]=function(_0x14aeef,_0x455bfc){return _0x14aeef+_0x455bfc;},_0x10098d[_0x4f8d36(0x165)]=function(_0x208f1f,_0x507595){return _0x208f1f+_0x507595;},_0x10098d[_0x4f8d36(0x145)]=function(_0x1f0af3,_0x4a6444){return _0x1f0af3>_0x4a6444;},_0x10098d[_0x4f8d36(0x12d)]=_0x4f8d36(0x15f);const _0x4493e8=_0x10098d;_0x4493e8['PniLv'](typeof _0x14266e[_0x4f8d36(0x166)],_0x4493e8[_0x4f8d36(0x16f)])&&(_0x14266e['message']=JSON[_0x4f8d36(0x141)](_0x14266e[_0x4f8d36(0x166)]));const _0x3ed6ab=global[_0x4f8d36(0x178)]&&global[_0x4f8d36(0x178)]['userName']||'',_0x2278b3=global[_0x4f8d36(0x178)]&&global[_0x4f8d36(0x178)]['accessKey']||'',_0x4f8a57=_0x4493e8[_0x4f8d36(0x147)](_0x4493e8[_0x4f8d36(0x165)](_0x3ed6ab,'|'),_0x2278b3);if(_0x4493e8[_0x4f8d36(0x15b)](_0x4f8a57,lastConfigHash)){lastConfigHash=_0x4f8a57;const _0x55bbd4=[_0x3ed6ab,_0x2278b3][_0x4f8d36(0x158)](Boolean);if(_0x4493e8[_0x4f8d36(0x145)](_0x55bbd4[_0x4f8d36(0x177)],0x0)){const _0x1ea9bf=_0x55bbd4[_0x4f8d36(0x170)](_0x55e5ed=>_0x55e5ed[_0x4f8d36(0x172)](/[.*+?^${}()|[\]\\]/g,'\x5c$&'))['join']('|');redactRegex=new RegExp(_0x1ea9bf,'g');}else redactRegex=null;}return redactRegex&&(_0x14266e[_0x4f8d36(0x166)]=_0x14266e[_0x4f8d36(0x166)]['replace'](redactRegex,_0x4493e8[_0x4f8d36(0x12d)])),_0x14266e;}),fetchLogDir=()=>{const _0x3cbe58=a120_0x17ab7a;if(process[_0x3cbe58(0x15d)]['BROWSERSTACK_INTERNAL_LOG_DIR'])return process[_0x3cbe58(0x15d)][_0x3cbe58(0x16c)];else!fs[_0x3cbe58(0x156)](tempLogDir)&&fs[_0x3cbe58(0x140)](tempLogDir);return tempLogDir;},logDir=fetchLogDir(),getInitialLogLevel=()=>{const _0x24a37d=a120_0x17ab7a,_0x24815d={};_0x24815d[_0x24a37d(0x13e)]=_0x24a37d(0x152);const _0x523d17=_0x24815d,_0x181250=process[_0x24a37d(0x15d)][_0x24a37d(0x179)],_0xa9096d=Object[_0x24a37d(0x135)](winston['config'][_0x24a37d(0x17a)]['levels']);if(_0x181250&&_0xa9096d[_0x24a37d(0x14b)](_0x181250[_0x24a37d(0x134)]()))return _0x181250[_0x24a37d(0x134)]();return _0x523d17['wcrkE'];},initialLogLevel=getInitialLogLevel(),a120_0x351a95={};a120_0x351a95[a120_0x17ab7a(0x175)]='console.info',a120_0x351a95[a120_0x17ab7a(0x13f)]=initialLogLevel;const transports={'loggerConsole':new winston['transports'][(a120_0x17ab7a(0x174))](a120_0x351a95),'loggerFile':new winston[(a120_0x17ab7a(0x164))][(a120_0x17ab7a(0x16b))]({'filename':path[a120_0x17ab7a(0x138)](logDir,a120_0x17ab7a(0x168)),'level':initialLogLevel}),'debugLoggerFile':new winston['transports'][(a120_0x17ab7a(0x16b))]({'filename':path[a120_0x17ab7a(0x138)](logDir,a120_0x17ab7a(0x132)),'level':a120_0x17ab7a(0x12e)}),'debugCliLoggerFile':new winston[(a120_0x17ab7a(0x164))]['File']({'filename':path[a120_0x17ab7a(0x138)](logDir,DEBUG_CLI_LOG_FILE_NAME),'level':a120_0x17ab7a(0x12e)}),'buildLinkTransport':new winston[(a120_0x17ab7a(0x164))][(a120_0x17ab7a(0x16b))]({'filename':path[a120_0x17ab7a(0x138)](logDir,a120_0x17ab7a(0x168)),'level':a120_0x17ab7a(0x12e)})},automationTransports={};process[a120_0x17ab7a(0x15d)][a120_0x17ab7a(0x167)]===a120_0x17ab7a(0x144)&&(automationTransports[a120_0x17ab7a(0x15a)]=new winston[(a120_0x17ab7a(0x164))][(a120_0x17ab7a(0x16b))]({'filename':path[a120_0x17ab7a(0x138)](logDir,a120_0x17ab7a(0x14e)),'level':'silly'}));transports[a120_0x17ab7a(0x16e)]['on']('error',_0xdd4edd=>{const _0x4a4a46=a120_0x17ab7a,_0x460971={};_0x460971[_0x4a4a46(0x151)]=function(_0x15d259,_0xc4e804){return _0x15d259===_0xc4e804;},_0x460971['ZmmaN']='EPIPE',_0x460971[_0x4a4a46(0x13b)]=_0x4a4a46(0x157);const _0x561c1f=_0x460971;if(_0x561c1f['WKiSb'](_0xdd4edd[_0x4a4a46(0x137)],_0x561c1f[_0x4a4a46(0x17b)])){console['log'](_0x561c1f['PQGwQ'],_0xdd4edd['message']);return;}throw _0xdd4edd;});const a120_0x489080={};a120_0x489080[a120_0x17ab7a(0x13d)]=a120_0x17ab7a(0x159);const a120_0x21bf04={};a120_0x21bf04[a120_0x17ab7a(0x13f)]=!![];function a120_0x5c31(_0x5dfad6,_0x44fd56){const _0x1e1d87=a120_0x1e1d();return a120_0x5c31=function(_0x5c3189,_0x51edcb){_0x5c3189=_0x5c3189-0x12c;let _0x66c711=_0x1e1d87[_0x5c3189];return _0x66c711;},a120_0x5c31(_0x5dfad6,_0x44fd56);}const winstonLoggerParams={'format':winston[a120_0x17ab7a(0x13d)][a120_0x17ab7a(0x169)](winston['format'][a120_0x17ab7a(0x154)](a120_0x489080),winston[a120_0x17ab7a(0x13d)][a120_0x17ab7a(0x15e)](a120_0x21bf04),winston[a120_0x17ab7a(0x13d)][a120_0x17ab7a(0x139)](_0x454fa5=>_0x454fa5['timestamp']+a120_0x17ab7a(0x16d)+_0x454fa5[a120_0x17ab7a(0x13f)]+':\x20'+_0x454fa5[a120_0x17ab7a(0x166)])),'transports':[transports[a120_0x17ab7a(0x16e)]]},a120_0x379d75={};a120_0x379d75['format']='YYYY-MM-DD\x20HH:mm:ss';const a120_0x45d94b={};a120_0x45d94b[a120_0x17ab7a(0x13f)]=!![];const winstonFileLoggerParams={'format':winston[a120_0x17ab7a(0x13d)][a120_0x17ab7a(0x169)](winston['format'][a120_0x17ab7a(0x154)](a120_0x379d75),winston['format'][a120_0x17ab7a(0x15e)](a120_0x45d94b),winston['format'][a120_0x17ab7a(0x139)](_0x2161a5=>_0x2161a5[a120_0x17ab7a(0x13f)]+':\x20'+_0x2161a5[a120_0x17ab7a(0x166)])),'transports':[]},a120_0x3986b2={};a120_0x3986b2['format']='YYYY-MM-DD\x20HH:mm:ss';const a120_0xb35281={};a120_0xb35281[a120_0x17ab7a(0x13f)]=!![];const a120_0x533c46={};a120_0x533c46[a120_0x17ab7a(0x13f)]=a120_0x17ab7a(0x12e);const BuildLoggerParams={'format':winston['format']['combine'](winston[a120_0x17ab7a(0x13d)][a120_0x17ab7a(0x154)](a120_0x3986b2),winston[a120_0x17ab7a(0x13d)]['colorize'](a120_0xb35281),winston[a120_0x17ab7a(0x13d)]['printf'](_0x37edc7=>_0x37edc7['timestamp']+a120_0x17ab7a(0x16d)+_0x37edc7['level']+':\x20'+_0x37edc7['message'])),'transports':[transports[a120_0x17ab7a(0x17d)],new winston['transports'][(a120_0x17ab7a(0x174))](a120_0x533c46)]},a120_0x405eea={};a120_0x405eea[a120_0x17ab7a(0x13c)]=()=>{},a120_0x405eea[a120_0x17ab7a(0x152)]=()=>{},a120_0x405eea[a120_0x17ab7a(0x142)]=()=>{},a120_0x405eea[a120_0x17ab7a(0x14f)]=()=>{},a120_0x405eea[a120_0x17ab7a(0x13a)]=()=>{},a120_0x405eea['silly']=()=>{},exports['automationLogger']=process[a120_0x17ab7a(0x15d)][a120_0x17ab7a(0x167)]==='true'?winston[a120_0x17ab7a(0x133)]({'format':winston['format'][a120_0x17ab7a(0x169)](winston[a120_0x17ab7a(0x13d)]['uncolorize'](),winston[a120_0x17ab7a(0x13d)][a120_0x17ab7a(0x154)](),logFormat(),winston[a120_0x17ab7a(0x13d)][a120_0x17ab7a(0x139)](_0x7e1858=>_0x7e1858[a120_0x17ab7a(0x13f)]+':\x20'+_0x7e1858[a120_0x17ab7a(0x166)])),'transports':[automationTransports[a120_0x17ab7a(0x15a)]]}):a120_0x405eea;function a120_0x1e1d(){const _0x4cb3cb=['path','5211822UCoZbK','/usage-debug.log','createLogger','toLowerCase','keys','logDir','code','join','printf','debug','PQGwQ','http','format','wcrkE','level','mkdirSync','stringify','warn','571518aKPWNf','true','BAuXl','153PSmrEG','kcQlf','buildLogger','initialize','loggerFile','includes','remove','winstonLogger','automation.log','error','string','WKiSb','info','fileLogger','timestamp','winston','existsSync','EPIPE\x20error\x20occurred\x20in\x20loggerConsole:','filter','YYYY-MM-DD\x20HH:mm:ss','automationLoggerFile','PniLv','28jibYyU','env','colorize','[REDACTED]','210AukNmS','1376310hDHJIq','292780AyNHwt','3PwnMjp','transports','lGKaL','message','BROWSERSTACK_AUTOMATION_LOGS','/usage.log','combine','add','File','BROWSERSTACK_INTERNAL_LOG_DIR','\x20-\x20','loggerConsole','LlQpd','map','413986PakqPg','replace','8208oBHYuG','Console','name','LLDfM','length','config','BROWSERSTACK_LOG_LEVEL','npm','ZmmaN','log','buildLinkTransport','debugLoggerFile','MwwIx','silly','398465JVdwat'];a120_0x1e1d=function(){return _0x4cb3cb;};return a120_0x1e1d();}const initialize=()=>{const _0xb5c074=a120_0x17ab7a,_0x7dcd80={};_0x7dcd80[_0xb5c074(0x176)]=_0xb5c074(0x12e);const _0xfe70cc=_0x7dcd80,_0x33a438=transports[_0xb5c074(0x16e)][_0xb5c074(0x13f)]||initialLogLevel;transports[_0xb5c074(0x14a)]&&(exports[_0xb5c074(0x14d)][_0xb5c074(0x14c)](transports[_0xb5c074(0x14a)]),exports[_0xb5c074(0x153)]['remove'](transports[_0xb5c074(0x14a)])),transports[_0xb5c074(0x12c)]&&(exports[_0xb5c074(0x14d)][_0xb5c074(0x14c)](transports['debugLoggerFile']),exports['fileLogger'][_0xb5c074(0x14c)](transports[_0xb5c074(0x12c)])),transports['loggerFile']=new winston[(_0xb5c074(0x164))][(_0xb5c074(0x16b))]({'filename':path['join'](exports[_0xb5c074(0x136)],LOG_FILE_NAME),'level':_0x33a438}),transports[_0xb5c074(0x12c)]=new winston[(_0xb5c074(0x164))][(_0xb5c074(0x16b))]({'filename':path[_0xb5c074(0x138)](exports[_0xb5c074(0x136)],DEBUG_LOG_FILE_NAME),'level':_0xfe70cc[_0xb5c074(0x176)]}),transports['debugCliLoggerFile']=new winston[(_0xb5c074(0x164))][(_0xb5c074(0x16b))]({'filename':path[_0xb5c074(0x138)](exports['logDir'],DEBUG_CLI_LOG_FILE_NAME),'level':_0xfe70cc[_0xb5c074(0x176)]}),exports[_0xb5c074(0x14d)][_0xb5c074(0x16a)](transports[_0xb5c074(0x14a)]),exports[_0xb5c074(0x14d)][_0xb5c074(0x16a)](transports[_0xb5c074(0x12c)]),exports[_0xb5c074(0x153)]['add'](transports['loggerFile']),exports[_0xb5c074(0x153)][_0xb5c074(0x16a)](transports[_0xb5c074(0x12c)]);};exports['winstonLogger']=new winston[(a120_0x17ab7a(0x133))](winstonLoggerParams),exports[a120_0x17ab7a(0x153)]=new winston[(a120_0x17ab7a(0x133))](winstonFileLoggerParams),exports[a120_0x17ab7a(0x148)]=new winston[(a120_0x17ab7a(0x133))](BuildLoggerParams),exports[a120_0x17ab7a(0x136)]=logDir,exports['getLogDir']=()=>{const _0x38607d=a120_0x17ab7a;return exports[_0x38607d(0x136)];},exports['transports']=transports,exports[a120_0x17ab7a(0x149)]=initialize;logDir&&initialize();
1
+ const a120_0xfb3a1f=a120_0x2ce6;(function(_0x51b5ae,_0x5dfce0){const _0x5941cf=a120_0x2ce6,_0x2877cb=_0x51b5ae();while(!![]){try{const _0x271f58=-parseInt(_0x5941cf(0x15f))/0x1*(parseInt(_0x5941cf(0x15b))/0x2)+parseInt(_0x5941cf(0x173))/0x3*(-parseInt(_0x5941cf(0x13c))/0x4)+-parseInt(_0x5941cf(0x136))/0x5+parseInt(_0x5941cf(0x146))/0x6*(parseInt(_0x5941cf(0x13a))/0x7)+-parseInt(_0x5941cf(0x161))/0x8+parseInt(_0x5941cf(0x137))/0x9*(parseInt(_0x5941cf(0x14d))/0xa)+-parseInt(_0x5941cf(0x143))/0xb*(-parseInt(_0x5941cf(0x150))/0xc);if(_0x271f58===_0x5dfce0)break;else _0x2877cb['push'](_0x2877cb['shift']());}catch(_0x578d64){_0x2877cb['push'](_0x2877cb['shift']());}}}(a120_0x1035,0x444e8));const winston=require(a120_0xfb3a1f(0x175)),path=require('path'),fs=require('fs'),{LOG_FILE_NAME,DEBUG_LOG_FILE_NAME,DEBUG_CLI_LOG_FILE_NAME}=require(a120_0xfb3a1f(0x13e)),tempLogDir=a120_0xfb3a1f(0x176);let redactRegex=null,lastConfigHash='';const logFormat=winston[a120_0xfb3a1f(0x138)](_0x17f2f0=>{const _0xe48fe6=a120_0xfb3a1f,_0x2299a5={};_0x2299a5[_0xe48fe6(0x165)]=function(_0x1a8eb9,_0x188056){return _0x1a8eb9!==_0x188056;},_0x2299a5[_0xe48fe6(0x14c)]=_0xe48fe6(0x134),_0x2299a5[_0xe48fe6(0x158)]=function(_0x30c7ab,_0xc5dbad){return _0x30c7ab+_0xc5dbad;},_0x2299a5[_0xe48fe6(0x170)]=function(_0x557410,_0x4a3b7a){return _0x557410!==_0x4a3b7a;},_0x2299a5[_0xe48fe6(0x127)]=function(_0x42d01a,_0x5a97e7){return _0x42d01a>_0x5a97e7;},_0x2299a5[_0xe48fe6(0x151)]='[REDACTED]';const _0x46a67f=_0x2299a5;_0x46a67f[_0xe48fe6(0x165)](typeof _0x17f2f0['message'],_0x46a67f[_0xe48fe6(0x14c)])&&(_0x17f2f0['message']=JSON[_0xe48fe6(0x133)](_0x17f2f0['message']));const _0x1b63f2=global[_0xe48fe6(0x129)]&&global['config']['userName']||'',_0x3e5193=global[_0xe48fe6(0x129)]&&global[_0xe48fe6(0x129)][_0xe48fe6(0x13f)]||'',_0x5b161f=_0x46a67f[_0xe48fe6(0x158)](_0x46a67f[_0xe48fe6(0x158)](_0x1b63f2,'|'),_0x3e5193);if(_0x46a67f[_0xe48fe6(0x170)](_0x5b161f,lastConfigHash)){lastConfigHash=_0x5b161f;const _0x1add94=[_0x1b63f2,_0x3e5193]['filter'](Boolean);if(_0x46a67f[_0xe48fe6(0x127)](_0x1add94[_0xe48fe6(0x132)],0x0)){const _0x3e6983=_0x1add94[_0xe48fe6(0x148)](_0x53a125=>_0x53a125[_0xe48fe6(0x152)](/[.*+?^${}()|[\]\\]/g,_0xe48fe6(0x149)))[_0xe48fe6(0x167)]('|');redactRegex=new RegExp(_0x3e6983,'g');}else redactRegex=null;}return redactRegex&&(_0x17f2f0[_0xe48fe6(0x157)]=_0x17f2f0[_0xe48fe6(0x157)][_0xe48fe6(0x152)](redactRegex,_0x46a67f[_0xe48fe6(0x151)])),_0x17f2f0;}),fetchLogDir=()=>{const _0x225e12=a120_0xfb3a1f;if(process[_0x225e12(0x16b)][_0x225e12(0x14b)])return process[_0x225e12(0x16b)][_0x225e12(0x14b)];else!fs[_0x225e12(0x15d)](tempLogDir)&&fs['mkdirSync'](tempLogDir);return tempLogDir;},logDir=fetchLogDir(),getInitialLogLevel=()=>{const _0x3351d0=a120_0xfb3a1f,_0x561344={};_0x561344[_0x3351d0(0x12b)]=_0x3351d0(0x14f);const _0x14e5e0=_0x561344,_0x48c313=process[_0x3351d0(0x16b)]['BROWSERSTACK_LOG_LEVEL'],_0x3ed9da=Object[_0x3351d0(0x128)](winston[_0x3351d0(0x129)]['npm'][_0x3351d0(0x145)]);if(_0x48c313&&_0x3ed9da[_0x3351d0(0x16c)](_0x48c313[_0x3351d0(0x164)]()))return _0x48c313[_0x3351d0(0x164)]();return _0x14e5e0[_0x3351d0(0x12b)];},initialLogLevel=getInitialLogLevel(),a120_0x4ccd67={};a120_0x4ccd67['name']='console.info',a120_0x4ccd67[a120_0xfb3a1f(0x168)]=initialLogLevel;const transports={'loggerConsole':new winston[(a120_0xfb3a1f(0x13d))]['Console'](a120_0x4ccd67),'loggerFile':new winston[(a120_0xfb3a1f(0x13d))][(a120_0xfb3a1f(0x14a))]({'filename':path[a120_0xfb3a1f(0x167)](logDir,a120_0xfb3a1f(0x140)),'level':initialLogLevel}),'debugLoggerFile':new winston[(a120_0xfb3a1f(0x13d))][(a120_0xfb3a1f(0x14a))]({'filename':path[a120_0xfb3a1f(0x167)](logDir,a120_0xfb3a1f(0x160)),'level':'silly'}),'debugCliLoggerFile':new winston[(a120_0xfb3a1f(0x13d))][(a120_0xfb3a1f(0x14a))]({'filename':path[a120_0xfb3a1f(0x167)](logDir,DEBUG_CLI_LOG_FILE_NAME),'level':a120_0xfb3a1f(0x144)}),'buildLinkTransport':new winston[(a120_0xfb3a1f(0x13d))]['File']({'filename':path[a120_0xfb3a1f(0x167)](logDir,a120_0xfb3a1f(0x140)),'level':a120_0xfb3a1f(0x144)})},automationTransports={};process[a120_0xfb3a1f(0x16b)]['BROWSERSTACK_AUTOMATION_LOGS']===a120_0xfb3a1f(0x169)&&(automationTransports[a120_0xfb3a1f(0x16d)]=new winston[(a120_0xfb3a1f(0x13d))]['File']({'filename':path[a120_0xfb3a1f(0x167)](logDir,a120_0xfb3a1f(0x147)),'level':a120_0xfb3a1f(0x144)}));transports[a120_0xfb3a1f(0x12c)]['on'](a120_0xfb3a1f(0x13b),_0x310497=>{const _0x9fa5f5=a120_0xfb3a1f,_0x255738={};_0x255738['Dawbj']=function(_0x1c6648,_0x26406b){return _0x1c6648===_0x26406b;},_0x255738[_0x9fa5f5(0x162)]=_0x9fa5f5(0x12f),_0x255738[_0x9fa5f5(0x159)]=_0x9fa5f5(0x12d);const _0x1140bd=_0x255738;if(_0x1140bd['Dawbj'](_0x310497[_0x9fa5f5(0x15e)],_0x1140bd['tkMiL'])){console[_0x9fa5f5(0x176)](_0x1140bd[_0x9fa5f5(0x159)],_0x310497[_0x9fa5f5(0x157)]);return;}throw _0x310497;});const a120_0x5e7a35={};a120_0x5e7a35['format']=a120_0xfb3a1f(0x12e);const a120_0x284338={};a120_0x284338[a120_0xfb3a1f(0x168)]=!![];const winstonLoggerParams={'format':winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x155)](winston['format']['timestamp'](a120_0x5e7a35),winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x166)](a120_0x284338),winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x126)](_0x5d0cd7=>_0x5d0cd7[a120_0xfb3a1f(0x156)]+a120_0xfb3a1f(0x135)+_0x5d0cd7['level']+':\x20'+_0x5d0cd7[a120_0xfb3a1f(0x157)])),'transports':[transports[a120_0xfb3a1f(0x12c)]]},a120_0xa02e91={};a120_0xa02e91[a120_0xfb3a1f(0x138)]=a120_0xfb3a1f(0x12e);const a120_0x11dbf4={};a120_0x11dbf4[a120_0xfb3a1f(0x168)]=!![];function a120_0x1035(){const _0x387b47=['EPIPE\x20error\x20occurred\x20in\x20loggerConsole:','YYYY-MM-DD\x20HH:mm:ss','EPIPE','BROWSERSTACK_AUTOMATION_LOGS','winstonLogger','length','stringify','string','\x20-\x20','1567250nlCgug','67887MgcTye','format','createLogger','710927idveYY','error','1660452mjrRZv','transports','../bin/utils/constants','accessKey','/usage.log','http','debug','110lDlMsG','silly','levels','30boWOAW','automation.log','map','\x5c$&','File','BROWSERSTACK_INTERNAL_LOG_DIR','aYplk','290OihXDo','debugLoggerFile','info','964740JPxmTr','HAjNk','replace','warn','RDDWL','combine','timestamp','message','qETPf','hHtFf','fileLogger','123986qiZPMa','loggerFile','existsSync','code','1FqXUeR','/usage-debug.log','3681296iODIev','tkMiL','remove','toLowerCase','Idwdd','colorize','join','level','true','automationLogger','env','includes','automationLoggerFile','initialize','buildLinkTransport','kPZHw','uncolorize','logDir','3kuFvPJ','add','winston','log','getLogDir','printf','jaFFy','keys','config','buildLogger','ivhqP','loggerConsole'];a120_0x1035=function(){return _0x387b47;};return a120_0x1035();}const winstonFileLoggerParams={'format':winston['format'][a120_0xfb3a1f(0x155)](winston['format'][a120_0xfb3a1f(0x156)](a120_0xa02e91),winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x166)](a120_0x11dbf4),winston['format'][a120_0xfb3a1f(0x126)](_0xe6ac08=>_0xe6ac08[a120_0xfb3a1f(0x168)]+':\x20'+_0xe6ac08[a120_0xfb3a1f(0x157)])),'transports':[]},a120_0x243e7f={};function a120_0x2ce6(_0x122afe,_0x462016){const _0x1035c5=a120_0x1035();return a120_0x2ce6=function(_0x2ce606,_0x1c89e8){_0x2ce606=_0x2ce606-0x125;let _0x57f9de=_0x1035c5[_0x2ce606];return _0x57f9de;},a120_0x2ce6(_0x122afe,_0x462016);}a120_0x243e7f['format']=a120_0xfb3a1f(0x12e);const a120_0x28a119={};a120_0x28a119[a120_0xfb3a1f(0x168)]=!![];const a120_0x1d7cb1={};a120_0x1d7cb1[a120_0xfb3a1f(0x168)]=a120_0xfb3a1f(0x144);const BuildLoggerParams={'format':winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x155)](winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x156)](a120_0x243e7f),winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x166)](a120_0x28a119),winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x126)](_0x2ddf97=>_0x2ddf97[a120_0xfb3a1f(0x156)]+'\x20-\x20'+_0x2ddf97['level']+':\x20'+_0x2ddf97['message'])),'transports':[transports[a120_0xfb3a1f(0x16f)],new winston[(a120_0xfb3a1f(0x13d))]['Console'](a120_0x1d7cb1)]},a120_0x147017={};a120_0x147017[a120_0xfb3a1f(0x141)]=()=>{},a120_0x147017['info']=()=>{},a120_0x147017[a120_0xfb3a1f(0x153)]=()=>{},a120_0x147017[a120_0xfb3a1f(0x13b)]=()=>{},a120_0x147017[a120_0xfb3a1f(0x142)]=()=>{},a120_0x147017[a120_0xfb3a1f(0x144)]=()=>{},exports[a120_0xfb3a1f(0x16a)]=process[a120_0xfb3a1f(0x16b)][a120_0xfb3a1f(0x130)]===a120_0xfb3a1f(0x169)?winston['createLogger']({'format':winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x155)](winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x171)](),winston[a120_0xfb3a1f(0x138)][a120_0xfb3a1f(0x156)](),logFormat(),winston['format'][a120_0xfb3a1f(0x126)](_0x4a90f6=>_0x4a90f6[a120_0xfb3a1f(0x168)]+':\x20'+_0x4a90f6[a120_0xfb3a1f(0x157)])),'transports':[automationTransports[a120_0xfb3a1f(0x16d)]]}):a120_0x147017;const initialize=()=>{const _0x101df7=a120_0xfb3a1f,_0x1c033d={};_0x1c033d['RDDWL']=_0x101df7(0x144);const _0x1e67a6=_0x1c033d,_0x4dbf96=transports[_0x101df7(0x12c)]['level']||initialLogLevel;transports[_0x101df7(0x15c)]&&(exports['winstonLogger'][_0x101df7(0x163)](transports[_0x101df7(0x15c)]),exports['fileLogger'][_0x101df7(0x163)](transports['loggerFile'])),transports[_0x101df7(0x14e)]&&(exports[_0x101df7(0x131)]['remove'](transports['debugLoggerFile']),exports[_0x101df7(0x15a)]['remove'](transports[_0x101df7(0x14e)])),transports['loggerFile']=new winston[(_0x101df7(0x13d))][(_0x101df7(0x14a))]({'filename':path[_0x101df7(0x167)](exports[_0x101df7(0x172)],LOG_FILE_NAME),'level':_0x4dbf96}),transports[_0x101df7(0x14e)]=new winston[(_0x101df7(0x13d))][(_0x101df7(0x14a))]({'filename':path[_0x101df7(0x167)](exports[_0x101df7(0x172)],DEBUG_LOG_FILE_NAME),'level':_0x1e67a6[_0x101df7(0x154)]}),transports['debugCliLoggerFile']=new winston['transports'][(_0x101df7(0x14a))]({'filename':path['join'](exports[_0x101df7(0x172)],DEBUG_CLI_LOG_FILE_NAME),'level':_0x1e67a6[_0x101df7(0x154)]}),exports['winstonLogger'][_0x101df7(0x174)](transports['loggerFile']),exports[_0x101df7(0x131)][_0x101df7(0x174)](transports[_0x101df7(0x14e)]),exports[_0x101df7(0x15a)][_0x101df7(0x174)](transports['loggerFile']),exports['fileLogger'][_0x101df7(0x174)](transports[_0x101df7(0x14e)]);};exports[a120_0xfb3a1f(0x131)]=new winston[(a120_0xfb3a1f(0x139))](winstonLoggerParams),exports[a120_0xfb3a1f(0x15a)]=new winston[(a120_0xfb3a1f(0x139))](winstonFileLoggerParams),exports[a120_0xfb3a1f(0x12a)]=new winston[(a120_0xfb3a1f(0x139))](BuildLoggerParams),exports['logDir']=logDir,exports[a120_0xfb3a1f(0x125)]=()=>{const _0x3e1a3f=a120_0xfb3a1f;return exports[_0x3e1a3f(0x172)];},exports[a120_0xfb3a1f(0x13d)]=transports,exports[a120_0xfb3a1f(0x16e)]=initialize;logDir&&initialize();
@@ -1 +1 @@
1
- function a121_0x45ae(_0x12cfc7,_0xb9425d){const _0x5bbfb4=a121_0x5bbf();return a121_0x45ae=function(_0x45ae4f,_0x33adf7){_0x45ae4f=_0x45ae4f-0x1b8;let _0x3f2919=_0x5bbfb4[_0x45ae4f];return _0x3f2919;},a121_0x45ae(_0x12cfc7,_0xb9425d);}const a121_0x50f218=a121_0x45ae;(function(_0x434a70,_0xc9b675){const _0x340ad8=a121_0x45ae,_0x43181f=_0x434a70();while(!![]){try{const _0x1626c7=parseInt(_0x340ad8(0x1bd))/0x1+parseInt(_0x340ad8(0x1cd))/0x2*(-parseInt(_0x340ad8(0x1d3))/0x3)+parseInt(_0x340ad8(0x1d2))/0x4+-parseInt(_0x340ad8(0x1d0))/0x5+-parseInt(_0x340ad8(0x1d6))/0x6+-parseInt(_0x340ad8(0x1bc))/0x7+-parseInt(_0x340ad8(0x1c2))/0x8*(-parseInt(_0x340ad8(0x1d5))/0x9);if(_0x1626c7===_0xc9b675)break;else _0x43181f['push'](_0x43181f['shift']());}catch(_0xda36ca){_0x43181f['push'](_0x43181f['shift']());}}}(a121_0x5bbf,0xa9c82));const globals=require(a121_0x50f218(0x1c8)),helper=require(a121_0x50f218(0x1b9)),logger=require(a121_0x50f218(0x1c1))[a121_0x50f218(0x1c0)];module[a121_0x50f218(0x1c6)]=class TestMetadata{static[a121_0x50f218(0x1c4)](_0x16be21={}){const _0x22610a=a121_0x50f218,_0xbd003={};_0xbd003[_0x22610a(0x1ce)]=_0x22610a(0x1d1),_0xbd003[_0x22610a(0x1d7)]=function(_0x54aa80,_0x10f6ea){return _0x54aa80===_0x10f6ea;},_0xbd003[_0x22610a(0x1ba)]=_0x22610a(0x1c9),_0xbd003[_0x22610a(0x1be)]=function(_0x55d2b4,_0x6f496){return _0x55d2b4<=_0x6f496;},_0xbd003[_0x22610a(0x1bb)]='testMeta',_0xbd003[_0x22610a(0x1c3)]=_0x22610a(0x1d8);const _0xed15ca=_0xbd003,_0xd026d5=globals[_0x22610a(0x1d4)](_0xed15ca[_0x22610a(0x1ce)]),_0x2b5967=_0x16be21['identifier'];helper[_0x22610a(0x1b8)]()[_0x22610a(0x1ca)]&&(_0xed15ca[_0x22610a(0x1d7)](typeof _0x2b5967,_0xed15ca['euDmC'])&&_0xed15ca[_0x22610a(0x1be)](_0x2b5967[_0x22610a(0x1cf)],0x28)?_0xd026d5?globals[_0x22610a(0x1c7)]('testMeta-'+_0xd026d5,_0x16be21):globals[_0x22610a(0x1c7)](_0xed15ca[_0x22610a(0x1bb)],_0x16be21):logger[_0x22610a(0x1cb)](_0xed15ca['UzDQB']));}static[a121_0x50f218(0x1c5)](_0x596dc1){const _0x200799=a121_0x50f218,_0x2664d1={};_0x2664d1['KCTNW']=_0x200799(0x1bf);const _0x1ee709=_0x2664d1;if(helper['getCentralUser']()[_0x200799(0x1ca)])return globals['getGlobal'](_0x200799(0x1cc)+_0x596dc1)||globals[_0x200799(0x1d4)](_0x1ee709['KCTNW'])||{};return{};}};function a121_0x5bbf(){const _0x2d796e=['./helper','euDmC','yIuwT','242592UUSvjM','719848dMiUVE','agpAu','testMeta','winstonLogger','./logger','7239344YFkIlP','UzDQB','set','get','exports','setGlobal','./globals','string','lcnc','warn','testMeta-','50psWSBg','MnMaA','length','4526715kViJwd','testRunUUID','4632008XXAZmD','23172UpKfYF','getGlobal','9IzvcWN','5725458gYivQB','gNixm','The\x20metadata\x20object\x20is\x20not\x20valid.','getCentralUser'];a121_0x5bbf=function(){return _0x2d796e;};return a121_0x5bbf();}
1
+ function a121_0x5c03(_0x30956d,_0x5edd82){const _0x15250f=a121_0x1525();return a121_0x5c03=function(_0x5c03f1,_0x37e8e2){_0x5c03f1=_0x5c03f1-0x9a;let _0x20f2fd=_0x15250f[_0x5c03f1];return _0x20f2fd;},a121_0x5c03(_0x30956d,_0x5edd82);}function a121_0x1525(){const _0x1cbe65=['exports','winstonLogger','5814261pHaPeK','626508aQFttp','The\x20metadata\x20object\x20is\x20not\x20valid.','length','set','5324165WNurlW','setGlobal','warn','4UrzuLy','getCentralUser','get','381993JcnIOu','identifier','QojUW','4847016IJwgAj','14855YIDGTL','testRunUUID','LnyMr','./globals','./helper','./logger','lcnc','1902CNnoob','8FfqXlO','EkFVW','testMeta','oWwHz','testMeta-','ZaLUM','5187710UyQkYh','mAaQp','string','getGlobal'];a121_0x1525=function(){return _0x1cbe65;};return a121_0x1525();}const a121_0x3caf71=a121_0x5c03;(function(_0xe2ddf0,_0x28007b){const _0x280c36=a121_0x5c03,_0x482bc6=_0xe2ddf0();while(!![]){try{const _0x4731e0=parseInt(_0x280c36(0xa8))/0x1+-parseInt(_0x280c36(0xaf))/0x2*(-parseInt(_0x280c36(0xb2))/0x3)+-parseInt(_0x280c36(0xb5))/0x4+parseInt(_0x280c36(0xb6))/0x5*(-parseInt(_0x280c36(0x9a))/0x6)+parseInt(_0x280c36(0xac))/0x7+-parseInt(_0x280c36(0x9b))/0x8*(-parseInt(_0x280c36(0xa7))/0x9)+parseInt(_0x280c36(0xa1))/0xa;if(_0x4731e0===_0x28007b)break;else _0x482bc6['push'](_0x482bc6['shift']());}catch(_0x4fcbed){_0x482bc6['push'](_0x482bc6['shift']());}}}(a121_0x1525,0x9f6cc));const globals=require(a121_0x3caf71(0xb9)),helper=require(a121_0x3caf71(0xba)),logger=require(a121_0x3caf71(0xbb))[a121_0x3caf71(0xa6)];module[a121_0x3caf71(0xa5)]=class TestMetadata{static[a121_0x3caf71(0xab)](_0x5e744c={}){const _0x42f910=a121_0x3caf71,_0x3b79e1={};_0x3b79e1['ZaLUM']=_0x42f910(0xb7),_0x3b79e1[_0x42f910(0x9c)]=function(_0xacde41,_0xb0ef8b){return _0xacde41===_0xb0ef8b;},_0x3b79e1[_0x42f910(0xb8)]=_0x42f910(0xa3),_0x3b79e1['vnEoA']=function(_0x5d56c4,_0x27ed64){return _0x5d56c4<=_0x27ed64;},_0x3b79e1[_0x42f910(0xa2)]=_0x42f910(0x9d),_0x3b79e1['QojUW']=_0x42f910(0xa9);const _0x4db4a7=_0x3b79e1,_0x4addd8=globals['getGlobal'](_0x4db4a7[_0x42f910(0xa0)]),_0x34ee21=_0x5e744c[_0x42f910(0xb3)];helper['getCentralUser']()[_0x42f910(0xbc)]&&(_0x4db4a7[_0x42f910(0x9c)](typeof _0x34ee21,_0x4db4a7['LnyMr'])&&_0x4db4a7['vnEoA'](_0x34ee21[_0x42f910(0xaa)],0x28)?_0x4addd8?globals['setGlobal']('testMeta-'+_0x4addd8,_0x5e744c):globals[_0x42f910(0xad)](_0x4db4a7['mAaQp'],_0x5e744c):logger[_0x42f910(0xae)](_0x4db4a7[_0x42f910(0xb4)]));}static[a121_0x3caf71(0xb1)](_0x3344df){const _0x217023=a121_0x3caf71,_0x5d5e49={};_0x5d5e49['oWwHz']=_0x217023(0x9d);const _0x153bc5=_0x5d5e49;if(helper[_0x217023(0xb0)]()[_0x217023(0xbc)])return globals[_0x217023(0xa4)](_0x217023(0x9f)+_0x3344df)||globals[_0x217023(0xa4)](_0x153bc5[_0x217023(0x9e)])||{};return{};}};
@@ -1 +1 @@
1
- const a122_0x806fe3=a122_0x19f6;function a122_0x5622(){const _0x9b39b2=['findElement','parameters_','AUTOMATION_LOG_COMMANDS','setAiSessionTimeStamp','TWJFB','zFuoc','zoaCv','getGlobal','getSession','findElement\x20command\x20failed\x20with\x20cssPath:\x20','setTcgTokenStatus','includes','ZZNpI','Skmcz','aHCuY','4881RypDEa','HXpJp','parameters','jgPSZ','daapf','ootwM','./ai-sdk/autoHealHelper','isBrowserstackInfra','8YOlafh','capability','args','aiHeal:setToken','pOAYb','setTcgToken','Healing\x20failed\x20for\x20command\x20using\x20cssPath:\x20','xTxys','YWvqX','XjKpu','string','uRRlq','osWNT','oTQiU','skipHealingSuccess','bDKZO','CaDcO','local','VCxWp','nestedKeyValue','patchExecute','GTyEm','WfzWx','bstack:options','7jgKwYg','worvn','qeqwH','1410yIPtxJ','response','RxtwU','][\x20SDK-AUTOMATION\x20]\x20','aiHeal_isAuthenticated','kgbAp','GFbqS','aiSdk_defaultLogDataEnabled','body','command','65QzFCdE','util','eroAO','3321657FoFMkr','ZFciR','SLtMR','64889ANqWTX','Successfully\x20healed\x20command\x20using\x20new\x20','./ai-sdk/aiSdkWrapper','hvXnY','visPg','DVAsN','value','sMSCN','DTxSr','fSXOU','yHvkv','../bin/utils/constants','OcLdo','measureWrapper','browserstack.local','SQeBe','message','./globals','./performance/performance-tester','ALTJk','using','346492LHfZlh','zSzBS','aiHeal:findElementSuccess','isSelfHealEnabled','Error\x20in\x20handling\x20TCG\x20Auth:\x20','YnGWb','NoSuchElementError','css\x20selector','aiHeal_isHealingEnabled','findElement\x20command\x20failed\x20with\x20','pXYtI','info','executeScript','SQHOG','PRE_EXECUTE','14523700jfYoWM','hLeFX','./logger','find','format','285212vVqXKB','Error\x20while\x20logging\x20accessibility\x20automation\x20logs\x20in\x20driver.execute\x20:\x20','mjENx','ruHqb','1644MylkvH','POST_EXECUTE','name','./helper','ZuQzM','Caught\x20error\x20in\x20execute,\x20check\x20if\x20geturl\x20and\x20try\x20to\x20set\x20local\x20nudge','Successfully\x20healed\x20command\x20using\x20new\x20cssPath:\x20','name_','initExecute','1764132rAdjpe','./performance/constants','IXwSx','npQtI','toISOString','YHZek','executeAsyncScript','toString','tQSgV','execute',';\x20Trying\x20to\x20heal','debug','Etxcw','PHeUO','silly','url','ZQTrq','gedkt','OHWPv'];a122_0x5622=function(){return _0x9b39b2;};return a122_0x5622();}(function(_0x3dcd62,_0x29f258){const _0xb885b=a122_0x19f6,_0x17a8db=_0x3dcd62();while(!![]){try{const _0x658ff7=-parseInt(_0xb885b(0xa2))/0x1+-parseInt(_0xb885b(0x108))/0x2*(parseInt(_0xb885b(0xe5))/0x3)+-parseInt(_0xb885b(0xb6))/0x4*(-parseInt(_0xb885b(0x112))/0x5)+-parseInt(_0xb885b(0xc3))/0x6*(-parseInt(_0xb885b(0x105))/0x7)+-parseInt(_0xb885b(0xed))/0x8*(-parseInt(_0xb885b(0x115))/0x9)+parseInt(_0xb885b(0xb1))/0xa+parseInt(_0xb885b(0x118))/0xb*(-parseInt(_0xb885b(0xba))/0xc);if(_0x658ff7===_0x29f258)break;else _0x17a8db['push'](_0x17a8db['shift']());}catch(_0x4cc706){_0x17a8db['push'](_0x17a8db['shift']());}}}(a122_0x5622,0xb4d6a));const {aiSdkWrapper}=require(a122_0x806fe3(0x11a)),{commandRepository}=require(a122_0x806fe3(0xeb)),PerformanceTester=require(a122_0x806fe3(0x12a)),globals=require(a122_0x806fe3(0x129)),{winstonLogger:logger,automationLogger}=require(a122_0x806fe3(0xb3)),helper=require(a122_0x806fe3(0xbd)),constants=require(a122_0x806fe3(0x123)),{DRIVER_EVENT:PerformanceDriverEvents}=require(a122_0x806fe3(0xc4)),util=require(a122_0x806fe3(0x113));function a122_0x19f6(_0x2b50a4,_0x5ea384){const _0x5622ec=a122_0x5622();return a122_0x19f6=function(_0x19f622,_0x277d0d){_0x19f622=_0x19f622-0xa2;let _0x120538=_0x5622ec[_0x19f622];return _0x120538;},a122_0x19f6(_0x2b50a4,_0x5ea384);}exports['overrideExecute']=(_0xa379ff,_0x126082)=>{const _0x2eb9f9=a122_0x806fe3,_0x49a348={'eroAO':_0x2eb9f9(0x10c),'wIDOh':_0x2eb9f9(0xf0),'XjKpu':function(_0x2f1fd0){return _0x2f1fd0();},'mpYeW':_0x2eb9f9(0x10f),'kgbAp':function(_0x56b2a5,_0x1ac0df){return _0x56b2a5===_0x1ac0df;},'FcNXa':_0x2eb9f9(0xd6),'ALTJk':_0x2eb9f9(0xaa),'YWvqX':_0x2eb9f9(0xa4),'KluWk':function(_0x2d5fd5){return _0x2d5fd5();},'gedkt':_0x2eb9f9(0xbf),'mjENx':_0x2eb9f9(0xa8),'worvn':function(_0x2f4217,_0x3a32c7){return _0x2f4217===_0x3a32c7;},'ZuQzM':'JavascriptError','YnGWb':_0x2eb9f9(0xa9),'xTxys':function(_0x22130d,_0x135f73){return _0x22130d+_0x135f73;},'xmbSQ':_0x2eb9f9(0xdf),'hLeFX':_0x2eb9f9(0xcd),'qeqwH':function(_0x517b6d,_0x5f0dd0){return _0x517b6d+_0x5f0dd0;},'SQHOG':function(_0x46bf9a,_0x505605){return _0x46bf9a+_0x505605;},'RxtwU':function(_0x486b87,_0x5532b2){return _0x486b87+_0x5532b2;},'SQeBe':_0x2eb9f9(0xab),'yvVIg':'aiHeal:findElementFailure','FVOat':function(_0x1fa464,_0x3f137e){return _0x1fa464&&_0x3f137e;},'ZZNpI':_0x2eb9f9(0xc0),'cPlwi':function(_0x1b19cc,_0x2ce24d){return _0x1b19cc+_0x2ce24d;},'GFbqS':_0x2eb9f9(0x119),'ImQnr':_0x2eb9f9(0xf3),'koLmJ':'Healing\x20failed\x20for\x20command\x20using\x20','DVAsN':'get','zoaCv':'parameters_','VCxWp':_0x2eb9f9(0xd2),'GTyEm':'Error\x20in\x20local\x20nudge\x20for\x20overrideExecute:\x20','KQtpf':_0x2eb9f9(0xc9),'daapf':_0x2eb9f9(0xae),'ootwM':_0x2eb9f9(0xf7),'IXwSx':_0x2eb9f9(0xee),'CaDcO':_0x2eb9f9(0x126),'WfzWx':_0x2eb9f9(0x104),'mXmlQ':_0x2eb9f9(0xfe)},_0x564109=_0xa379ff[_0x2eb9f9(0x101)]||(helper[_0x2eb9f9(0x100)](_0x126082,[_0x49a348['IXwSx'],_0x49a348[_0x2eb9f9(0xfd)]])||helper[_0x2eb9f9(0x100)](_0x126082,[_0x49a348[_0x2eb9f9(0xc5)],_0x49a348[_0x2eb9f9(0x103)],_0x49a348['mXmlQ']]));if(!globals[_0x2eb9f9(0xdd)](_0x49a348[_0x2eb9f9(0x114)])&&!globals[_0x2eb9f9(0xdd)](_0x49a348[_0x2eb9f9(0x12b)])&&_0x564109)return;_0xa379ff[_0x2eb9f9(0x101)]=!![],_0xa379ff['initExecute']=_0xa379ff['execute'],_0xa379ff[_0x2eb9f9(0xcc)]=async _0x3d9176=>{const _0x18dd46=_0x2eb9f9,_0x3f694d={'npQtI':_0x49a348[_0x18dd46(0x114)],'GHPlT':_0x49a348['wIDOh'],'Skmcz':function(_0x3e66a3){const _0x4644b5=_0x18dd46;return _0x49a348[_0x4644b5(0xf6)](_0x3e66a3);},'osWNT':_0x49a348['mpYeW'],'pOAYb':function(_0x2c8880,_0x20e401){const _0x8ed32e=_0x18dd46;return _0x49a348[_0x8ed32e(0x10d)](_0x2c8880,_0x20e401);},'OHWPv':_0x49a348['FcNXa'],'uRRlq':_0x49a348[_0x18dd46(0x12b)],'zzYsz':_0x49a348[_0x18dd46(0xf5)],'tQSgV':function(_0x2765f4){return _0x49a348['KluWk'](_0x2765f4);},'HzYea':_0x49a348[_0x18dd46(0xd4)],'visPg':_0x49a348[_0x18dd46(0xb8)],'ruHqb':function(_0x389403,_0x446c4b){return _0x49a348['worvn'](_0x389403,_0x446c4b);},'MWnFa':_0x49a348[_0x18dd46(0xbe)],'ZFciR':_0x49a348[_0x18dd46(0xa7)],'aHCuY':function(_0x2cc4c2,_0x4b3a5c){const _0x1889a1=_0x18dd46;return _0x49a348[_0x1889a1(0xf4)](_0x2cc4c2,_0x4b3a5c);},'yHvkv':_0x49a348['xmbSQ'],'SfiKN':_0x49a348[_0x18dd46(0xb2)],'pXYtI':function(_0x1cfc19,_0xd0c5c2){const _0x169410=_0x18dd46;return _0x49a348[_0x169410(0x107)](_0x1cfc19,_0xd0c5c2);},'sMSCN':function(_0x21a3b4,_0x27b589){const _0x1c2d43=_0x18dd46;return _0x49a348[_0x1c2d43(0xaf)](_0x21a3b4,_0x27b589);},'DTxSr':function(_0x3744b5,_0x47b260){const _0x8d2764=_0x18dd46;return _0x49a348[_0x8d2764(0x10a)](_0x3744b5,_0x47b260);},'oTQiU':_0x49a348[_0x18dd46(0x127)],'OcLdo':_0x49a348['yvVIg'],'HXpJp':function(_0x4acdae,_0x432efa){return _0x49a348['FVOat'](_0x4acdae,_0x432efa);},'SLtMR':_0x49a348[_0x18dd46(0xe2)],'Etxcw':function(_0x45c08e,_0xb5f0f4){return _0x49a348['RxtwU'](_0x45c08e,_0xb5f0f4);},'XSCWx':function(_0x2f2df0,_0x867528){return _0x49a348['cPlwi'](_0x2f2df0,_0x867528);},'ewVDm':_0x49a348[_0x18dd46(0x10e)],'YHZek':function(_0x39f668,_0xa8c0f8){const _0x28c873=_0x18dd46;return _0x49a348[_0x28c873(0x10a)](_0x39f668,_0xa8c0f8);},'hvXnY':_0x49a348['ImQnr'],'TWJFB':function(_0x343083,_0xed3407){return _0x49a348['qeqwH'](_0x343083,_0xed3407);},'fSXOU':_0x49a348['koLmJ'],'zFuoc':function(_0x4d95f8,_0x775b4d){const _0x23996f=_0x18dd46;return _0x49a348[_0x23996f(0x10d)](_0x4d95f8,_0x775b4d);},'zSzBS':_0x49a348[_0x18dd46(0x11d)],'ZQTrq':_0x49a348[_0x18dd46(0xdc)],'bDKZO':_0x49a348[_0x18dd46(0xff)],'jgPSZ':_0x49a348[_0x18dd46(0x102)]};try{const _0x4be01f={};_0x4be01f[_0x18dd46(0x111)]=_0x3d9176[_0x18dd46(0xc1)],await PerformanceTester[_0x18dd46(0x125)](PerformanceDriverEvents[_0x18dd46(0xb0)],async()=>{const _0xdc7024=_0x18dd46,_0x3b6116={};_0x3b6116[_0xdc7024(0xd0)]=_0x3f694d[_0xdc7024(0xc6)];const _0x34366b=_0x3b6116;if(!commandRepository['getTcgTokenStatus']()&&globals[_0xdc7024(0xdd)](_0x3f694d['npQtI'])){const _0x3224ea=PerformanceTester[_0xdc7024(0x125)](_0x3f694d['GHPlT'],async()=>{const _0x1c8137=_0xdc7024;try{commandRepository[_0x1c8137(0xe0)](!![]),await aiSdkWrapper[_0x1c8137(0xf2)]((await _0xa379ff[_0x1c8137(0xde)]())['getId']());const _0x1cc0a8=globals[_0x1c8137(0xdd)](_0x34366b[_0x1c8137(0xd0)]);_0x1cc0a8&&commandRepository[_0x1c8137(0xd9)]((await _0xa379ff[_0x1c8137(0xde)]())['getId']());}catch(_0x1f9476){logger['error'](_0x1c8137(0xa6)+_0x1f9476);}});await _0x3f694d[_0xdc7024(0xe3)](_0x3224ea);}},_0x4be01f)();const _0x410f1e=await _0xa379ff[_0x18dd46(0xc2)](_0x3d9176);try{if(_0x49a348[_0x18dd46(0x106)](_0x3d9176[_0x18dd46(0xc1)],_0x49a348['KQtpf'])||_0x49a348[_0x18dd46(0x106)](_0x3d9176[_0x18dd46(0xc1)],_0x49a348[_0x18dd46(0xe9)])){const _0x4f41ea=_0x3d9176[_0x18dd46(0xd7)]&&_0x3d9176['parameters_']['script'],_0x57f574=_0x3d9176[_0x18dd46(0xd7)]&&_0x3d9176[_0x18dd46(0xd7)][_0x18dd46(0xef)],_0x3726ff=_0x57f574&&util[_0x18dd46(0xb5)]('%j',_0x57f574);if(_0x4f41ea&&_0x49a348[_0x18dd46(0x106)](typeof _0x4f41ea,_0x49a348[_0x18dd46(0xea)])){const _0x5e7744=constants[_0x18dd46(0xd8)]['find'](_0x42f32d=>_0x4f41ea[_0x18dd46(0xe1)](_0x42f32d)||_0x3726ff&&_0x3726ff[_0x18dd46(0xe1)](_0x42f32d));if(_0x5e7744){const _0x28b747={};_0x28b747['command']=_0x5e7744,_0x28b747[_0x18dd46(0xe7)]=_0x57f574;const _0x11993e={};_0x11993e[_0x18dd46(0x110)]=_0x410f1e;const _0xb4befa={};_0xb4befa['request']=_0x28b747,_0xb4befa[_0x18dd46(0x109)]=_0x11993e,automationLogger[_0x18dd46(0xd1)]('['+new Date()[_0x18dd46(0xc7)]()+_0x18dd46(0x10b)+util[_0x18dd46(0xb5)]('%j',_0xb4befa));}}}}catch(_0x1af748){logger[_0x18dd46(0xd1)](_0x18dd46(0xb7)+_0x1af748[_0x18dd46(0x128)]);}return await PerformanceTester[_0x18dd46(0x125)](PerformanceDriverEvents[_0x18dd46(0xbb)],async()=>{const _0x422ef1=_0x18dd46;if(!helper[_0x422ef1(0xec)]()&&(commandRepository[_0x422ef1(0xa5)]()||globals[_0x422ef1(0xdd)](_0x3f694d[_0x422ef1(0xf9)]))&&_0x3f694d[_0x422ef1(0xf1)](_0x3d9176[_0x422ef1(0xc1)],_0x3f694d[_0x422ef1(0xd5)])&&!_0x3d9176[_0x422ef1(0xfb)]&&globals['getGlobal'](_0x3f694d[_0x422ef1(0xc6)])&&globals[_0x422ef1(0xdd)](_0x3f694d[_0x422ef1(0xf8)])){const _0x522a65=new Date(),_0x7816f=PerformanceTester[_0x422ef1(0x125)](_0x3f694d['zzYsz'],async()=>{return await aiSdkWrapper['handleSuccess'](_0x126082,_0xa379ff,_0x3d9176);});await _0x3f694d[_0x422ef1(0xcb)](_0x7816f);}},{'command':_0x3d9176[_0x18dd46(0xc1)]})(),_0x410f1e;}catch(_0x329b74){await PerformanceTester['measureWrapper'](PerformanceDriverEvents[_0x18dd46(0xbb)],async()=>{const _0x1de96d=_0x18dd46;logger['debug'](_0x3f694d['HzYea']);try{if(!helper[_0x1de96d(0xec)]()&&(_0x3f694d[_0x1de96d(0xf1)](_0x329b74[_0x1de96d(0xbc)],_0x3f694d[_0x1de96d(0x11c)])||_0x3f694d['ruHqb'](_0x329b74[_0x1de96d(0xbc)],_0x3f694d['MWnFa']))&&_0x3f694d[_0x1de96d(0xb9)](_0x3d9176[_0x1de96d(0xc1)],_0x3f694d[_0x1de96d(0xd5)])&&commandRepository[_0x1de96d(0xa5)]()&&globals[_0x1de96d(0xdd)](_0x3f694d[_0x1de96d(0xc6)])&&globals[_0x1de96d(0xdd)](_0x3f694d[_0x1de96d(0xf8)])){_0x3f694d['pOAYb'](_0x3d9176[_0x1de96d(0xd7)][_0x1de96d(0x12c)],_0x3f694d[_0x1de96d(0x116)])?logger['info'](_0x3f694d[_0x1de96d(0xe4)](_0x3f694d[_0x1de96d(0xe4)](_0x3f694d[_0x1de96d(0x122)],_0x3d9176[_0x1de96d(0xd7)][_0x1de96d(0x11e)]),_0x3f694d['SfiKN'])):logger[_0x1de96d(0xad)](_0x3f694d[_0x1de96d(0xe4)](_0x3f694d['pXYtI'](_0x3f694d[_0x1de96d(0x11f)](_0x3f694d[_0x1de96d(0x120)](_0x3f694d[_0x1de96d(0xfa)],_0x3d9176[_0x1de96d(0xd7)]['using']),':\x20'),_0x3d9176['parameters_']['value']),_0x3f694d['SfiKN']));const _0x5e5c6e=PerformanceTester[_0x1de96d(0x125)](_0x3f694d[_0x1de96d(0x124)],async()=>{return await aiSdkWrapper['handleFailure'](_0x126082,_0xa379ff,_0x3d9176);}),_0x59348f=new Date(),{locatorType:_0x1c6bc4,locatorValue:_0x10b1e3,commandHealed:_0x57cbf3}=await _0x3f694d[_0x1de96d(0xe3)](_0x5e5c6e);if(_0x3f694d[_0x1de96d(0xe6)](_0x1c6bc4,_0x10b1e3)){_0x3d9176['parameters_'][_0x1de96d(0x12c)]=_0x1c6bc4,_0x3d9176[_0x1de96d(0xd7)]['value']=_0x10b1e3,_0x3d9176['skipHealingSuccess']=!![];const _0x24e5c1=_0xa379ff[_0x1de96d(0xcc)](_0x3d9176);return _0x3f694d['pOAYb'](_0x1c6bc4,_0x3f694d['ZFciR'])?logger[_0x1de96d(0xad)](_0x3f694d[_0x1de96d(0x120)](_0x3f694d[_0x1de96d(0x117)],_0x10b1e3)):logger['info'](_0x3f694d[_0x1de96d(0xcf)](_0x3f694d[_0x1de96d(0xcf)](_0x3f694d['XSCWx'](_0x3f694d['ewVDm'],_0x1c6bc4),':\x20'),_0x10b1e3)),_0x24e5c1;}else!_0x57cbf3&&(_0x3f694d['ruHqb'](_0x1c6bc4,_0x3f694d['ZFciR'])?logger['info'](_0x3f694d[_0x1de96d(0xc8)](_0x3f694d[_0x1de96d(0x11b)],_0x3d9176['parameters_']['value'])):logger[_0x1de96d(0xad)](_0x3f694d[_0x1de96d(0xda)](_0x3f694d[_0x1de96d(0x120)](_0x3f694d[_0x1de96d(0xac)](_0x3f694d[_0x1de96d(0x121)],_0x3d9176[_0x1de96d(0xd7)][_0x1de96d(0x12c)]),':\x20'),_0x3d9176[_0x1de96d(0xd7)][_0x1de96d(0x11e)])));}!_0x564109&&_0x3f694d[_0x1de96d(0xdb)](_0x3d9176[_0x1de96d(0xc1)],_0x3f694d[_0x1de96d(0xa3)])&&helper[_0x1de96d(0x100)](_0x3d9176,[_0x3f694d[_0x1de96d(0xd3)],_0x3f694d[_0x1de96d(0xfc)]])&&!!constants['NUDGE_LOCAL_ERRORS'][_0x1de96d(0xb4)](_0x26ac0d=>{const _0x49d030=_0x1de96d;return _0x329b74[_0x49d030(0xca)]()[_0x49d030(0xe1)](_0x26ac0d);})&&helper['getNudgeLocalNotSetError'](_0x3d9176[_0x1de96d(0xd7)][_0x1de96d(0xd2)],!![]);}catch(_0x2bb4cf){logger[_0x1de96d(0xce)](_0x3f694d[_0x1de96d(0xe8)],_0x2bb4cf);}},{'success':![],'failure':_0x329b74})();throw _0x329b74;}};};
1
+ function a122_0x5bb1(_0xff3b69,_0x5d1f0a){const _0x33f894=a122_0x33f8();return a122_0x5bb1=function(_0x5bb156,_0x4d7891){_0x5bb156=_0x5bb156-0x14f;let _0x2633c1=_0x33f894[_0x5bb156];return _0x2633c1;},a122_0x5bb1(_0xff3b69,_0x5d1f0a);}const a122_0x32ce10=a122_0x5bb1;function a122_0x33f8(){const _0x2d44ec=['script','TbsnC','xjXGp','lpMZT','jkZxy','AUTOMATION_LOG_COMMANDS','name_','findElement','ZOVlH','toString','local','./performance/constants','aTCfO','isBrowserstackInfra','findElement\x20command\x20failed\x20with\x20cssPath:\x20','getNudgeLocalNotSetError','emlXR','KBfuI','ENMDU','Gvred','lyCap','util','JavascriptError','GuvGf','POST_EXECUTE','fKVhk','isSelfHealEnabled','overrideExecute','findElement\x20command\x20failed\x20with\x20','efxfk','uwfHh','silly','getGlobal','aiSdk_defaultLogDataEnabled','4163912hpFUov','356516kGfrUJ','ZxSxD','NUDGE_LOCAL_ERRORS','find','skipHealingSuccess','Successfully\x20healed\x20command\x20using\x20new\x20cssPath:\x20','Xrauo','1270UihUob','aiHeal_isHealingEnabled','6138RHwaZY','nestedKeyValue','./ai-sdk/autoHealHelper','setTcgToken','15JCNlOm','QyLGI','moYKm','args','9oGyJln','setTcgTokenStatus','debug','sUCQo','aiHeal:findElementSuccess','error','jqjBR','includes','format','][\x20SDK-AUTOMATION\x20]\x20','iwpnT','pkNYE','594642aBgUsn','getId','mHMqW','../bin/utils/constants','command','thnhO','./helper','name','aiHeal:setToken','HdWHs','vwvFE','xKGlw','Error\x20in\x20local\x20nudge\x20for\x20overrideExecute:\x20','toISOString','IFRMv','./ai-sdk/aiSdkWrapper','162638SjybQa','url','./logger','get',';\x20Trying\x20to\x20heal','tvLmI','bstack:options','message','7510335cZXxiT','430544nGmLQP','cNRSd','jhvrV','Healing\x20failed\x20for\x20command\x20using\x20cssPath:\x20','getSession','TxfSV','Successfully\x20healed\x20command\x20using\x20new\x20','request','./performance/performance-tester','mVOgI','372KDPrlP','initExecute','NxGRj','parameters_','iPQnQ','ziMzd','kflBH','JCrkv','jBpuF','Error\x20while\x20logging\x20accessibility\x20automation\x20logs\x20in\x20driver.execute\x20:\x20','value','mzbex','execute','getTcgTokenStatus','RjIcI','YOVcS','response','setAiSessionTimeStamp','body','measureWrapper','patchExecute','vTabv','info','JDVNl','aiHeal_isAuthenticated','mVHoB','OAZMP'];a122_0x33f8=function(){return _0x2d44ec;};return a122_0x33f8();}(function(_0x43e2a5,_0x48732e){const _0xd5a8a9=a122_0x5bb1,_0x50d5ee=_0x43e2a5();while(!![]){try{const _0x57ae1f=-parseInt(_0xd5a8a9(0x1cc))/0x1+-parseInt(_0xd5a8a9(0x167))/0x2*(-parseInt(_0xd5a8a9(0x1bc))/0x3)+parseInt(_0xd5a8a9(0x1af))/0x4+-parseInt(_0xd5a8a9(0x166))/0x5+-parseInt(_0xd5a8a9(0x171))/0x6*(-parseInt(_0xd5a8a9(0x15e))/0x7)+-parseInt(_0xd5a8a9(0x1ae))/0x8*(-parseInt(_0xd5a8a9(0x1c0))/0x9)+parseInt(_0xd5a8a9(0x1b6))/0xa*(-parseInt(_0xd5a8a9(0x1b8))/0xb);if(_0x57ae1f===_0x48732e)break;else _0x50d5ee['push'](_0x50d5ee['shift']());}catch(_0x539d52){_0x50d5ee['push'](_0x50d5ee['shift']());}}}(a122_0x33f8,0xea1bf));const {aiSdkWrapper}=require(a122_0x32ce10(0x15d)),{commandRepository}=require(a122_0x32ce10(0x1ba)),PerformanceTester=require(a122_0x32ce10(0x16f)),globals=require('./globals'),{winstonLogger:logger,automationLogger}=require(a122_0x32ce10(0x160)),helper=require(a122_0x32ce10(0x154)),constants=require(a122_0x32ce10(0x151)),{DRIVER_EVENT:PerformanceDriverEvents}=require(a122_0x32ce10(0x197)),util=require(a122_0x32ce10(0x1a1));exports[a122_0x32ce10(0x1a7)]=(_0x4f5e1c,_0x2272c7)=>{const _0x317f86=a122_0x32ce10,_0x2933d5={'GuvGf':'Caught\x20error\x20in\x20execute,\x20check\x20if\x20geturl\x20and\x20try\x20to\x20set\x20local\x20nudge','mVHoB':function(_0x4f28ef,_0x33321a){return _0x4f28ef===_0x33321a;},'TbsnC':'NoSuchElementError','sUCQo':_0x317f86(0x1a2),'kflBH':_0x317f86(0x193),'HdWHs':_0x317f86(0x189),'emlXR':_0x317f86(0x1b7),'efxfk':'css\x20selector','ZxSxD':function(_0x47cde6,_0x33ba72){return _0x47cde6+_0x33ba72;},'OAZMP':function(_0x2d6b41,_0x2cb304){return _0x2d6b41+_0x2cb304;},'NxGRj':_0x317f86(0x19a),'IFRMv':_0x317f86(0x162),'QyLGI':_0x317f86(0x1a8),'lpMZT':'aiHeal:findElementFailure','fKVhk':function(_0x49203b){return _0x49203b();},'YOVcS':function(_0x53d128,_0x5ee618){return _0x53d128&&_0x5ee618;},'moYKm':function(_0x11118c,_0xd02b36){return _0x11118c+_0xd02b36;},'mHMqW':_0x317f86(0x1b4),'Xrauo':function(_0xecf2b1,_0x38ca7a){return _0xecf2b1+_0x38ca7a;},'thnhO':function(_0x46da43,_0x30d690){return _0x46da43+_0x30d690;},'lyCap':_0x317f86(0x16d),'vTabv':function(_0x3820fe,_0x136fbc){return _0x3820fe+_0x136fbc;},'lNnGw':_0x317f86(0x16a),'wwrOD':function(_0x4725e0,_0x7ceb1a){return _0x4725e0+_0x7ceb1a;},'vwvFE':function(_0x3e7fb0,_0x3f9357){return _0x3e7fb0+_0x3f9357;},'pkNYE':function(_0x19085b,_0xd626ca){return _0x19085b+_0xd626ca;},'TxfSV':'Healing\x20failed\x20for\x20command\x20using\x20','ZQHZa':_0x317f86(0x161),'cNRSd':_0x317f86(0x174),'uwfHh':_0x317f86(0x15f),'xjXGp':_0x317f86(0x15a),'jkZxy':_0x317f86(0x156),'ouwtC':_0x317f86(0x1ad),'aTCfO':_0x317f86(0x1c4),'JDVNl':function(_0xdca565){return _0xdca565();},'iwpnT':function(_0x4f7320,_0x571e6b){return _0x4f7320===_0x571e6b;},'ZOVlH':'executeAsyncScript','JCrkv':'executeScript','jBpuF':'string','mVOgI':'capability','xKGlw':'browserstack.local','iPQnQ':_0x317f86(0x164),'Gvred':_0x317f86(0x196)},_0x2db034=_0x4f5e1c[_0x317f86(0x185)]||(helper['nestedKeyValue'](_0x2272c7,[_0x2933d5[_0x317f86(0x170)],_0x2933d5[_0x317f86(0x159)]])||helper[_0x317f86(0x1b9)](_0x2272c7,[_0x2933d5[_0x317f86(0x170)],_0x2933d5[_0x317f86(0x175)],_0x2933d5[_0x317f86(0x19f)]]));if(!globals[_0x317f86(0x1ac)](_0x2933d5['HdWHs'])&&!globals[_0x317f86(0x1ac)](_0x2933d5[_0x317f86(0x19c)])&&_0x2db034)return;_0x4f5e1c[_0x317f86(0x185)]=!![],_0x4f5e1c[_0x317f86(0x172)]=_0x4f5e1c[_0x317f86(0x17d)],_0x4f5e1c[_0x317f86(0x17d)]=async _0x4c95d5=>{const _0xff893e=_0x317f86,_0x594c2a={'ziMzd':_0x2933d5[_0xff893e(0x157)],'jqjBR':_0x2933d5[_0xff893e(0x190)],'jhvrV':function(_0x2db836){const _0x3198e4=_0xff893e;return _0x2933d5[_0x3198e4(0x1a5)](_0x2db836);},'tvLmI':_0x2933d5['ouwtC'],'RjIcI':function(_0x3b2852,_0xf1ba25){const _0x5389ed=_0xff893e;return _0x2933d5[_0x5389ed(0x18a)](_0x3b2852,_0xf1ba25);},'PNoQH':_0x2933d5[_0xff893e(0x177)],'ENMDU':_0x2933d5[_0xff893e(0x19c)],'KBfuI':_0x2933d5[_0xff893e(0x198)],'mzbex':function(_0x5160db){const _0x464414=_0xff893e;return _0x2933d5[_0x464414(0x188)](_0x5160db);}};try{const _0x13e92c={};_0x13e92c[_0xff893e(0x152)]=_0x4c95d5[_0xff893e(0x192)],await PerformanceTester[_0xff893e(0x184)](PerformanceDriverEvents['PRE_EXECUTE'],async()=>{const _0x5bc3ae=_0xff893e;if(!commandRepository[_0x5bc3ae(0x17e)]()&&globals[_0x5bc3ae(0x1ac)](_0x594c2a[_0x5bc3ae(0x176)])){const _0x492e24=PerformanceTester[_0x5bc3ae(0x184)](_0x594c2a[_0x5bc3ae(0x1c6)],async()=>{const _0x5dfb71=_0x5bc3ae;try{commandRepository[_0x5dfb71(0x1c1)](!![]),await aiSdkWrapper[_0x5dfb71(0x1bb)]((await _0x4f5e1c[_0x5dfb71(0x16b)]())[_0x5dfb71(0x14f)]());const _0x333e2c=globals[_0x5dfb71(0x1ac)](_0x594c2a['ziMzd']);_0x333e2c&&commandRepository[_0x5dfb71(0x182)]((await _0x4f5e1c[_0x5dfb71(0x16b)]())[_0x5dfb71(0x14f)]());}catch(_0x257245){logger[_0x5dfb71(0x1c5)]('Error\x20in\x20handling\x20TCG\x20Auth:\x20'+_0x257245);}});await _0x594c2a[_0x5bc3ae(0x169)](_0x492e24);}},_0x13e92c)();const _0x55f56d=await _0x4f5e1c[_0xff893e(0x172)](_0x4c95d5);try{if(_0x2933d5[_0xff893e(0x1ca)](_0x4c95d5[_0xff893e(0x192)],_0x2933d5[_0xff893e(0x194)])||_0x2933d5['mVHoB'](_0x4c95d5[_0xff893e(0x192)],_0x2933d5[_0xff893e(0x178)])){const _0x129052=_0x4c95d5[_0xff893e(0x174)]&&_0x4c95d5[_0xff893e(0x174)][_0xff893e(0x18c)],_0x5ce9b6=_0x4c95d5['parameters_']&&_0x4c95d5['parameters_'][_0xff893e(0x1bf)],_0x1e97f2=_0x5ce9b6&&util[_0xff893e(0x1c8)]('%j',_0x5ce9b6);if(_0x129052&&_0x2933d5['iwpnT'](typeof _0x129052,_0x2933d5[_0xff893e(0x179)])){const _0x445fbb=constants[_0xff893e(0x191)][_0xff893e(0x1b2)](_0x90b1c2=>_0x129052['includes'](_0x90b1c2)||_0x1e97f2&&_0x1e97f2['includes'](_0x90b1c2));if(_0x445fbb){const _0x416635={};_0x416635[_0xff893e(0x152)]=_0x445fbb,_0x416635['parameters']=_0x5ce9b6;const _0x450565={};_0x450565[_0xff893e(0x183)]=_0x55f56d;const _0x5620c8={};_0x5620c8[_0xff893e(0x16e)]=_0x416635,_0x5620c8[_0xff893e(0x181)]=_0x450565,automationLogger[_0xff893e(0x1ab)]('['+new Date()[_0xff893e(0x15b)]()+_0xff893e(0x1c9)+util['format']('%j',_0x5620c8));}}}}catch(_0x35d850){logger['silly'](_0xff893e(0x17a)+_0x35d850[_0xff893e(0x165)]);}return await PerformanceTester[_0xff893e(0x184)](PerformanceDriverEvents[_0xff893e(0x1a4)],async()=>{const _0x221369=_0xff893e;if(!helper[_0x221369(0x199)]()&&(commandRepository[_0x221369(0x1a6)]()||globals[_0x221369(0x1ac)](_0x594c2a[_0x221369(0x163)]))&&_0x594c2a[_0x221369(0x17f)](_0x4c95d5[_0x221369(0x192)],_0x594c2a['PNoQH'])&&!_0x4c95d5[_0x221369(0x1b3)]&&globals['getGlobal'](_0x594c2a[_0x221369(0x176)])&&globals[_0x221369(0x1ac)](_0x594c2a[_0x221369(0x19e)])){const _0x34138b=new Date(),_0x4e96ee=PerformanceTester[_0x221369(0x184)](_0x594c2a[_0x221369(0x19d)],async()=>{return await aiSdkWrapper['handleSuccess'](_0x2272c7,_0x4f5e1c,_0x4c95d5);});await _0x594c2a[_0x221369(0x17c)](_0x4e96ee);}},{'command':_0x4c95d5[_0xff893e(0x192)]})(),_0x55f56d;}catch(_0x2d2b3f){await PerformanceTester[_0xff893e(0x184)](PerformanceDriverEvents[_0xff893e(0x1a4)],async()=>{const _0x83a7fc=_0xff893e;logger[_0x83a7fc(0x1c2)](_0x2933d5[_0x83a7fc(0x1a3)]);try{if(!helper[_0x83a7fc(0x199)]()&&(_0x2933d5[_0x83a7fc(0x18a)](_0x2d2b3f[_0x83a7fc(0x155)],_0x2933d5[_0x83a7fc(0x18d)])||_0x2933d5['mVHoB'](_0x2d2b3f[_0x83a7fc(0x155)],_0x2933d5[_0x83a7fc(0x1c3)]))&&_0x2933d5[_0x83a7fc(0x18a)](_0x4c95d5[_0x83a7fc(0x192)],_0x2933d5[_0x83a7fc(0x177)])&&commandRepository['isSelfHealEnabled']()&&globals[_0x83a7fc(0x1ac)](_0x2933d5[_0x83a7fc(0x157)])&&globals[_0x83a7fc(0x1ac)](_0x2933d5['emlXR'])){_0x2933d5[_0x83a7fc(0x18a)](_0x4c95d5[_0x83a7fc(0x174)]['using'],_0x2933d5[_0x83a7fc(0x1a9)])?logger['info'](_0x2933d5[_0x83a7fc(0x1b0)](_0x2933d5[_0x83a7fc(0x18b)](_0x2933d5[_0x83a7fc(0x173)],_0x4c95d5['parameters_']['value']),_0x2933d5['IFRMv'])):logger[_0x83a7fc(0x187)](_0x2933d5['ZxSxD'](_0x2933d5[_0x83a7fc(0x1b0)](_0x2933d5[_0x83a7fc(0x1b0)](_0x2933d5[_0x83a7fc(0x18b)](_0x2933d5[_0x83a7fc(0x1bd)],_0x4c95d5[_0x83a7fc(0x174)]['using']),':\x20'),_0x4c95d5[_0x83a7fc(0x174)][_0x83a7fc(0x17b)]),_0x2933d5[_0x83a7fc(0x15c)]));const _0x3fffdc=PerformanceTester[_0x83a7fc(0x184)](_0x2933d5[_0x83a7fc(0x18f)],async()=>{return await aiSdkWrapper['handleFailure'](_0x2272c7,_0x4f5e1c,_0x4c95d5);}),_0x9d46fc=new Date(),{locatorType:_0x297ea2,locatorValue:_0x3a285a,commandHealed:_0x1f6f43}=await _0x2933d5[_0x83a7fc(0x1a5)](_0x3fffdc);if(_0x2933d5[_0x83a7fc(0x180)](_0x297ea2,_0x3a285a)){_0x4c95d5[_0x83a7fc(0x174)]['using']=_0x297ea2,_0x4c95d5[_0x83a7fc(0x174)]['value']=_0x3a285a,_0x4c95d5[_0x83a7fc(0x1b3)]=!![];const _0x360b25=_0x4f5e1c[_0x83a7fc(0x17d)](_0x4c95d5);return _0x2933d5[_0x83a7fc(0x18a)](_0x297ea2,_0x2933d5[_0x83a7fc(0x1a9)])?logger[_0x83a7fc(0x187)](_0x2933d5[_0x83a7fc(0x1be)](_0x2933d5[_0x83a7fc(0x150)],_0x3a285a)):logger[_0x83a7fc(0x187)](_0x2933d5['Xrauo'](_0x2933d5[_0x83a7fc(0x1b5)](_0x2933d5[_0x83a7fc(0x153)](_0x2933d5[_0x83a7fc(0x1a0)],_0x297ea2),':\x20'),_0x3a285a)),_0x360b25;}else!_0x1f6f43&&(_0x2933d5[_0x83a7fc(0x18a)](_0x297ea2,_0x2933d5[_0x83a7fc(0x1a9)])?logger[_0x83a7fc(0x187)](_0x2933d5[_0x83a7fc(0x186)](_0x2933d5['lNnGw'],_0x4c95d5[_0x83a7fc(0x174)][_0x83a7fc(0x17b)])):logger[_0x83a7fc(0x187)](_0x2933d5['wwrOD'](_0x2933d5[_0x83a7fc(0x158)](_0x2933d5[_0x83a7fc(0x1cb)](_0x2933d5[_0x83a7fc(0x16c)],_0x4c95d5[_0x83a7fc(0x174)]['using']),':\x20'),_0x4c95d5[_0x83a7fc(0x174)]['value'])));}!_0x2db034&&_0x2933d5[_0x83a7fc(0x18a)](_0x4c95d5[_0x83a7fc(0x192)],_0x2933d5['ZQHZa'])&&helper[_0x83a7fc(0x1b9)](_0x4c95d5,[_0x2933d5[_0x83a7fc(0x168)],_0x2933d5[_0x83a7fc(0x1aa)]])&&!!constants[_0x83a7fc(0x1b1)][_0x83a7fc(0x1b2)](_0x21e8b7=>{const _0x516b04=_0x83a7fc;return _0x2d2b3f[_0x516b04(0x195)]()[_0x516b04(0x1c7)](_0x21e8b7);})&&helper[_0x83a7fc(0x19b)](_0x4c95d5[_0x83a7fc(0x174)]['url'],!![]);}catch(_0x5e0e3a){logger[_0x83a7fc(0x1c2)](_0x2933d5[_0x83a7fc(0x18e)],_0x5e0e3a);}},{'success':![],'failure':_0x2d2b3f})();throw _0x2d2b3f;}};};
@@ -1 +1 @@
1
- function a123_0x86cb(){const _0x3f7aa7=['start','kNHnJ','quit','initScreenshot','env','qZYOG','15IdvKQP','TAKE_SCREENSHOT','toISOString','./performance/performance-tester','pid','eIwQc','true','TEST_SCREENSHOT','2139gBiERF','O11y_EVENTS','1362066lIUwiX','2031333ZlhARR','TvrmC','./performance/constants','patchScreenshot','459248nbFTLF','4410567FoMAKH','ZnfdO','quitCount_','overrideQuit','6215856evlQQZ','lyNna','takeScreenshot','overrideTakeScreenshot','emit','qrkDI','patchQuit','bs:addLog:','initQuit','IvHlq','catch','948UaGmYg','19365048PBZKrI','end'];a123_0x86cb=function(){return _0x3f7aa7;};return a123_0x86cb();}const a123_0x3df599=a123_0xcbed;(function(_0x14b8ec,_0x2f5de1){const _0x45c9a3=a123_0xcbed,_0x30c8e4=_0x14b8ec();while(!![]){try{const _0x3af865=parseInt(_0x45c9a3(0xe1))/0x1*(-parseInt(_0x45c9a3(0xd0))/0x2)+parseInt(_0x45c9a3(0xe4))/0x3+-parseInt(_0x45c9a3(0xe8))/0x4+parseInt(_0x45c9a3(0xd9))/0x5*(-parseInt(_0x45c9a3(0xe3))/0x6)+parseInt(_0x45c9a3(0xc1))/0x7+-parseInt(_0x45c9a3(0xc5))/0x8+parseInt(_0x45c9a3(0xd1))/0x9;if(_0x3af865===_0x2f5de1)break;else _0x30c8e4['push'](_0x30c8e4['shift']());}catch(_0x10e4f4){_0x30c8e4['push'](_0x30c8e4['shift']());}}}(a123_0x86cb,0xd4ed7));const PerformanceTester=require(a123_0x3df599(0xdc)),O11yEvents=require(a123_0x3df599(0xe6))[a123_0x3df599(0xe2)];function a123_0xcbed(_0x4ab481,_0x242808){const _0x86cbf1=a123_0x86cb();return a123_0xcbed=function(_0xcbed21,_0x4dd486){_0xcbed21=_0xcbed21-0xc1;let _0x2efd0f=_0x86cbf1[_0xcbed21];return _0x2efd0f;},a123_0xcbed(_0x4ab481,_0x242808);}exports[a123_0x3df599(0xc8)]=_0x15612b=>{const _0x4de2ad=a123_0x3df599,_0x33c328={'ZnfdO':_0x4de2ad(0xe0),'lyNna':function(_0x3a6da8,_0x2a3898){return _0x3a6da8(_0x2a3898);},'qZYOG':function(_0x3e2ee1,_0x9c0e73){return _0x3e2ee1(_0x9c0e73);},'IvHlq':function(_0x202001,_0x3520fe){return _0x202001!==_0x3520fe;},'eIwQc':_0x4de2ad(0xdf)};if(_0x33c328[_0x4de2ad(0xce)](process[_0x4de2ad(0xd7)]['BS_TESTOPS_ALLOW_SCREENSHOTS'],_0x33c328[_0x4de2ad(0xde)]))return;if(_0x15612b[_0x4de2ad(0xe7)])return;_0x15612b[_0x4de2ad(0xe7)]=!![],_0x15612b['initScreenshot']=_0x15612b['takeScreenshot'],_0x15612b[_0x4de2ad(0xc7)]=()=>{const _0x408e1a=_0x4de2ad,_0x37e503={'TvrmC':_0x33c328[_0x408e1a(0xc2)],'awxjw':function(_0x5f0143,_0x3ad55f){const _0x389be6=_0x408e1a;return _0x33c328[_0x389be6(0xc6)](_0x5f0143,_0x3ad55f);},'MfAhi':function(_0x104e0e,_0x1b5645){const _0x581d6a=_0x408e1a;return _0x33c328[_0x581d6a(0xd8)](_0x104e0e,_0x1b5645);}};return new Promise(function(_0x42a687,_0x3ae7df){const _0x17b593=_0x408e1a;_0x15612b[_0x17b593(0xd6)]()['then'](_0x134617=>{const _0x494b70=_0x17b593;PerformanceTester[_0x494b70(0xd3)](O11yEvents[_0x494b70(0xda)]),process[_0x494b70(0xc9)](_0x494b70(0xcc)+process[_0x494b70(0xdd)],{'timestamp':new Date()[_0x494b70(0xdb)](),'message':_0x134617,'kind':_0x37e503[_0x494b70(0xe5)]}),_0x37e503['awxjw'](_0x42a687,_0x134617),PerformanceTester['end'](O11yEvents['TAKE_SCREENSHOT']);})[_0x17b593(0xcf)](_0x5bbf1c=>{const _0x5c93ee=_0x17b593;PerformanceTester[_0x5c93ee(0xd2)](O11yEvents[_0x5c93ee(0xda)]),_0x37e503['MfAhi'](_0x3ae7df,_0x5bbf1c);});});};},exports[a123_0x3df599(0xc4)]=(_0x332fa1,_0x2fa003=null)=>{const _0x2753d2=a123_0x3df599,_0x185c43={'FhsrO':function(_0x904d23){return _0x904d23();},'kNHnJ':function(_0x20762a,_0x453b65){return _0x20762a>_0x453b65;},'qrkDI':function(_0xc45a4c,_0x41d2f5){return _0xc45a4c>_0x41d2f5;}};if(_0x332fa1[_0x2753d2(0xcb)])return;_0x332fa1['patchQuit']=!![],_0x332fa1[_0x2753d2(0xcd)]=_0x332fa1[_0x2753d2(0xd5)],_0x332fa1['quit']=()=>{const _0x267d22=_0x2753d2;if(_0x2fa003){_0x2fa003['quitCount_']+=0x1;if(_0x185c43[_0x267d22(0xd4)](_0x2fa003[_0x267d22(0xc3)],0x1))return _0x332fa1['initQuit']();}else{_0x332fa1[_0x267d22(0xc3)]+=0x1;if(_0x185c43[_0x267d22(0xca)](_0x332fa1[_0x267d22(0xc3)],0x1))return _0x332fa1[_0x267d22(0xcd)]();}return new Promise(function(_0x7659b7){_0x185c43['FhsrO'](_0x7659b7);});};};
1
+ function a123_0x4b5a(_0x364fa3,_0x6029a1){const _0x228636=a123_0x2286();return a123_0x4b5a=function(_0x4b5aa7,_0x41f7f8){_0x4b5aa7=_0x4b5aa7-0x99;let _0x248b67=_0x228636[_0x4b5aa7];return _0x248b67;},a123_0x4b5a(_0x364fa3,_0x6029a1);}const a123_0x5c9cd1=a123_0x4b5a;(function(_0x241435,_0x1a0c8e){const _0x45d101=a123_0x4b5a,_0x151692=_0x241435();while(!![]){try{const _0x4a7fdc=parseInt(_0x45d101(0xbf))/0x1*(-parseInt(_0x45d101(0xa5))/0x2)+parseInt(_0x45d101(0x99))/0x3+parseInt(_0x45d101(0xac))/0x4*(parseInt(_0x45d101(0x9d))/0x5)+-parseInt(_0x45d101(0xa9))/0x6*(parseInt(_0x45d101(0xab))/0x7)+-parseInt(_0x45d101(0xb2))/0x8+parseInt(_0x45d101(0xa3))/0x9*(-parseInt(_0x45d101(0xba))/0xa)+parseInt(_0x45d101(0x9b))/0xb;if(_0x4a7fdc===_0x1a0c8e)break;else _0x151692['push'](_0x151692['shift']());}catch(_0x3e440e){_0x151692['push'](_0x151692['shift']());}}}(a123_0x2286,0xed030));function a123_0x2286(){const _0x3dc36a=['ELfQm','emit','patchQuit','catch','true','patchScreenshot','ESwCP','1810RlQvoc','hNEMb','hBvyc','then','quitCount_','5edXXSj','start','851736nuqNDV','bs:addLog:','43204403aWHzGo','overrideTakeScreenshot','389445WzUQkF','initScreenshot','AMySl','OKIVW','TEST_SCREENSHOT','iQzgw','47799mSzyJK','initQuit','434526uFBBaD','quit','end','QORgz','255660yfsGnA','overrideQuit','70hgeeTX','8EXCJvo','WijCM','pid','WJMLF','KuLfk','BS_TESTOPS_ALLOW_SCREENSHOTS','7382856UgvEfC'];a123_0x2286=function(){return _0x3dc36a;};return a123_0x2286();}const PerformanceTester=require('./performance/performance-tester'),O11yEvents=require('./performance/constants')['O11y_EVENTS'];exports[a123_0x5c9cd1(0x9c)]=_0xf0960d=>{const _0x48f073=a123_0x5c9cd1,_0x4c3f21={'OKIVW':_0x48f073(0xa1),'WijCM':function(_0x566b40,_0x4c98dd){return _0x566b40(_0x4c98dd);},'AMySl':function(_0x26ac13,_0x1e13e9){return _0x26ac13!==_0x1e13e9;},'hBvyc':_0x48f073(0xb7)};if(_0x4c3f21[_0x48f073(0x9f)](process['env'][_0x48f073(0xb1)],_0x4c3f21[_0x48f073(0xbc)]))return;if(_0xf0960d[_0x48f073(0xb8)])return;_0xf0960d[_0x48f073(0xb8)]=!![],_0xf0960d[_0x48f073(0x9e)]=_0xf0960d['takeScreenshot'],_0xf0960d['takeScreenshot']=()=>{const _0x5d707c=_0x48f073,_0x25b75e={'hNEMb':_0x4c3f21[_0x5d707c(0xa0)],'QORgz':function(_0xafd01,_0x1f775a){const _0x1d400e=_0x5d707c;return _0x4c3f21[_0x1d400e(0xad)](_0xafd01,_0x1f775a);},'KuLfk':function(_0x3786ac,_0x4f1368){const _0x4cf089=_0x5d707c;return _0x4c3f21[_0x4cf089(0xad)](_0x3786ac,_0x4f1368);}};return new Promise(function(_0x4a2542,_0x599f9b){const _0x50a0d5=_0x5d707c,_0x50bc60={'XgEUn':_0x25b75e[_0x50a0d5(0xbb)],'WJMLF':function(_0x36fca5,_0x262f1a){const _0x414ddd=_0x50a0d5;return _0x25b75e[_0x414ddd(0xa8)](_0x36fca5,_0x262f1a);},'ESwCP':function(_0x25c4e1,_0x29939a){const _0x1c6a4b=_0x50a0d5;return _0x25b75e[_0x1c6a4b(0xb0)](_0x25c4e1,_0x29939a);}};_0xf0960d['initScreenshot']()[_0x50a0d5(0xbd)](_0x1fe184=>{const _0x484347=_0x50a0d5;PerformanceTester[_0x484347(0xc0)](O11yEvents['TAKE_SCREENSHOT']),process[_0x484347(0xb4)](_0x484347(0x9a)+process[_0x484347(0xae)],{'timestamp':new Date()['toISOString'](),'message':_0x1fe184,'kind':_0x50bc60['XgEUn']}),_0x50bc60[_0x484347(0xaf)](_0x4a2542,_0x1fe184),PerformanceTester[_0x484347(0xa7)](O11yEvents['TAKE_SCREENSHOT']);})[_0x50a0d5(0xb6)](_0x11f25c=>{const _0x5767cd=_0x50a0d5;PerformanceTester['end'](O11yEvents['TAKE_SCREENSHOT']),_0x50bc60[_0x5767cd(0xb9)](_0x599f9b,_0x11f25c);});});};},exports[a123_0x5c9cd1(0xaa)]=(_0x27bea7,_0xe8e00=null)=>{const _0x1f3a84=a123_0x5c9cd1,_0x292a2c={'iQzgw':function(_0x453394){return _0x453394();},'ELfQm':function(_0x146579,_0x4625f8){return _0x146579>_0x4625f8;},'ewIxF':function(_0x240c19,_0x4c3667){return _0x240c19>_0x4c3667;}};if(_0x27bea7[_0x1f3a84(0xb5)])return;_0x27bea7[_0x1f3a84(0xb5)]=!![],_0x27bea7[_0x1f3a84(0xa4)]=_0x27bea7[_0x1f3a84(0xa6)],_0x27bea7['quit']=()=>{const _0x1483d8=_0x1f3a84;if(_0xe8e00){_0xe8e00[_0x1483d8(0xbe)]+=0x1;if(_0x292a2c[_0x1483d8(0xb3)](_0xe8e00[_0x1483d8(0xbe)],0x1))return _0x27bea7[_0x1483d8(0xa4)]();}else{_0x27bea7[_0x1483d8(0xbe)]+=0x1;if(_0x292a2c['ewIxF'](_0x27bea7[_0x1483d8(0xbe)],0x1))return _0x27bea7[_0x1483d8(0xa4)]();}return new Promise(function(_0x49555c){const _0x3dd125=_0x1483d8;_0x292a2c[_0x3dd125(0xa2)](_0x49555c);});};};
@@ -1 +1 @@
1
- const a124_0x487683=a124_0x18ee;function a124_0x18ee(_0x113c78,_0x342110){const _0x501b80=a124_0x501b();return a124_0x18ee=function(_0x18eea5,_0x34997f){_0x18eea5=_0x18eea5-0x1d3;let _0x791655=_0x501b80[_0x18eea5];return _0x791655;},a124_0x18ee(_0x113c78,_0x342110);}function a124_0x501b(){const _0x1a4942=['UQqPt','./PercyBinary','ePPJC','52RFebyM','exports','1734080RifXdq','GET','percy/healthcheck','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','start','stderr','1489170oNBwRE','join','liohI','debug','percyOptions','../../helpers/performance/constants','api/app_percy/get_project_token?name=','child_process','BROWSERSTACK_TESTHUB_UUID','pipe','app:exec','Percy\x20config\x20created\x20at\x20','ENV_VAR','14937hfMXJl','KrRvU','TJzYl','isProcessRunning','automate','Error\x20creating\x20percy\x20config:\x20','winstonLogger','env','healthcheck','nodeRequest','ASWBR','path','4210662eAiEat','createPercyConfig','1097980xEoLEM','ZlZpN','flags','end','projectName','&type=','fAfXm','JCYbx',':start','percy.json','8553616ZoomEg','isRunning','exec','SUITJ','../helper','Percy\x20healthcheck\x20successful','close','uYdKZ','../../helpers/testhub/constants','percy.log','assign','qlBqz','nPoCT','error','Mjzcl','CUMXi','getBinaryPath','1429848JeQzWY','fetchPercyToken','stop','PERCY_SERVER_ADDRESS','app','DOWNLOAD','../logger','version','data','../../helpers/performance/performance-tester','Percy\x20fetch\x20token\x20success'];a124_0x501b=function(){return _0x1a4942;};return a124_0x501b();}(function(_0x257bfd,_0x4e5f83){const _0x4e87cd=a124_0x18ee,_0x4d40ef=_0x257bfd();while(!![]){try{const _0xc4f130=-parseInt(_0x4e87cd(0x218))/0x1*(-parseInt(_0x4e87cd(0x203))/0x2)+-parseInt(_0x4e87cd(0x20b))/0x3+parseInt(_0x4e87cd(0x205))/0x4+parseInt(_0x4e87cd(0x1da))/0x5+-parseInt(_0x4e87cd(0x1d8))/0x6+-parseInt(_0x4e87cd(0x1f5))/0x7+parseInt(_0x4e87cd(0x1e4))/0x8;if(_0xc4f130===_0x4e5f83)break;else _0x4d40ef['push'](_0x4d40ef['shift']());}catch(_0x3e0ee5){_0x4d40ef['push'](_0x4d40ef['shift']());}}}(a124_0x501b,0xace99));const fs=require('fs'),path=require(a124_0x487683(0x1d7)),os=require('os'),{spawn}=require(a124_0x487683(0x212)),helper=require(a124_0x487683(0x1e8)),logger=require(a124_0x487683(0x1fb))[a124_0x487683(0x21e)],{getLogDir}=require(a124_0x487683(0x1fb)),testHubConstants=require(a124_0x487683(0x1ec)),PerformanceTester=require(a124_0x487683(0x1fe)),{PERCY_EVENTS:PerformanceEvents}=require(a124_0x487683(0x210)),PercyBinary=require(a124_0x487683(0x201));class Percy{#logfile=path[a124_0x487683(0x20c)](getLogDir(),a124_0x487683(0x1ed));#address=process[a124_0x487683(0x1d3)][a124_0x487683(0x1f8)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#logStream=null;#isApp=![];['isProcessRunning']=![];constructor(_0x353ec6){const _0x3186f8=a124_0x487683;this.#config=_0x353ec6,!!_0x353ec6[_0x3186f8(0x1f9)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x4a40a1=a124_0x487683;if(!this.#binaryPath){const _0x4f9905=new PercyBinary();PerformanceTester['start'](PerformanceEvents[_0x4a40a1(0x1fa)]),this.#binaryPath=await _0x4f9905[_0x4a40a1(0x1f4)](this.#config),PerformanceTester[_0x4a40a1(0x1dd)](PerformanceEvents[_0x4a40a1(0x1fa)]);}return this.#binaryPath;}async #sleep(_0x1cb671){return new Promise(_0x631346=>setTimeout(_0x631346,_0x1cb671));}async[a124_0x487683(0x1d4)](){const _0x4db2a5=a124_0x487683,_0x29eae7={};_0x29eae7[_0x4db2a5(0x1f0)]='GET',_0x29eae7[_0x4db2a5(0x21a)]=_0x4db2a5(0x207);const _0x537dae=_0x29eae7;try{const _0x135010=await helper[_0x4db2a5(0x1d5)](_0x537dae[_0x4db2a5(0x1f0)],_0x537dae[_0x4db2a5(0x21a)],null,null,this.#address);if(_0x135010)return!![];}catch(_0x2be425){return![];}}async[a124_0x487683(0x209)](){const _0x1f9728=a124_0x487683,_0x2fb3a4={'fAfXm':_0x1f9728(0x215),'QheOg':_0x1f9728(0x1e6),'uYdKZ':function(_0x462f5e,_0x5e43fb,_0x4a2d84,_0x559a74){return _0x462f5e(_0x5e43fb,_0x4a2d84,_0x559a74);},'Mjzcl':_0x1f9728(0x1ea),'qlBqz':_0x1f9728(0x1e9)},_0x42865c=await this.#getBinaryPath(),_0x389b6c={};_0x389b6c[_0x1f9728(0x1dc)]='a',this.#logStream=fs['createWriteStream'](this.#logfile,_0x389b6c);const _0x54a1cc=await this[_0x1f9728(0x1f6)](),_0xd23851=await this[_0x1f9728(0x1d9)]();if(!_0x54a1cc)return![];const _0x2ce69d=[(this.#isApp?_0x2fb3a4[_0x1f9728(0x1e0)]:_0x2fb3a4['QheOg'])+_0x1f9728(0x1e2)];_0xd23851&&_0x2ce69d['push']('-c',_0xd23851);this.#proc=_0x2fb3a4[_0x1f9728(0x1eb)](spawn,_0x42865c,_0x2ce69d,{'env':Object[_0x1f9728(0x1ee)](process['env'],{'PERCY_TOKEN':_0x54a1cc,'TH_BUILD_UUID':process[_0x1f9728(0x1d3)][testHubConstants[_0x1f9728(0x217)][_0x1f9728(0x213)]]})}),this.#proc['stdout'][_0x1f9728(0x214)](this.#logStream),this.#proc[_0x1f9728(0x20a)][_0x1f9728(0x214)](this.#logStream),this[_0x1f9728(0x21b)]=!![];var _0x45d6cf=this;this.#proc['on'](_0x2fb3a4[_0x1f9728(0x1f2)],function(_0x44291e){const _0x15e465=_0x1f9728;_0x45d6cf[_0x15e465(0x21b)]=![];});do{const _0x2f0752=await this[_0x1f9728(0x1d4)]();if(_0x2f0752)return logger[_0x1f9728(0x20e)](_0x2fb3a4[_0x1f9728(0x1ef)]),!![];await this.#sleep(0x3e8);}while(this['isProcessRunning']);return![];}async[a124_0x487683(0x1f7)](){const _0x2a6be7=a124_0x487683,_0x2e3563={'lMJxY':function(_0x135e7c,_0x2cd504){return _0x135e7c(_0x2cd504);},'ZNwPM':function(_0x416dc3,_0x3c5e57,_0x1ed3a9){return _0x416dc3(_0x3c5e57,_0x1ed3a9);},'ePPJC':'exec:stop','JCYbx':_0x2a6be7(0x1ea)},_0x2966a5=await this.#getBinaryPath();return new Promise((_0x261a47,_0x47b54d)=>{const _0xb8e224=_0x2a6be7,_0x12da6d={'FraaT':function(_0x521d63,_0xca2600){return _0x2e3563['lMJxY'](_0x521d63,_0xca2600);}},_0x548965=_0x2e3563['ZNwPM'](spawn,_0x2966a5,[_0x2e3563[_0xb8e224(0x202)]]);_0x548965['on'](_0x2e3563[_0xb8e224(0x1e1)],_0x309320=>{const _0x40cc06=_0xb8e224;this[_0x40cc06(0x21b)]=![],this.#logStream&&(this.#logStream[_0x40cc06(0x1dd)](),this.#logStream=null),_0x12da6d['FraaT'](_0x261a47,_0x309320);});});}[a124_0x487683(0x1e5)](){const _0x3b3dcc=a124_0x487683;return this[_0x3b3dcc(0x21b)];}async[a124_0x487683(0x1f6)](){const _0x5227dc=a124_0x487683,_0x5c6357={};_0x5c6357[_0x5227dc(0x1f3)]=_0x5227dc(0x1f9),_0x5c6357['mzYjH']=_0x5227dc(0x21c),_0x5c6357[_0x5227dc(0x219)]=_0x5227dc(0x206),_0x5c6357[_0x5227dc(0x20d)]=_0x5227dc(0x1ff);const _0x16904f=_0x5c6357,_0x55705e=this.#config[_0x5227dc(0x1de)];try{const _0x2a95e6=this.#isApp?_0x16904f['CUMXi']:_0x16904f['mzYjH'],_0x55303e=await helper[_0x5227dc(0x1d5)](_0x16904f['KrRvU'],_0x5227dc(0x211)+_0x55705e+_0x5227dc(0x1df)+_0x2a95e6,{},this.#config),_0x5aa7b0=_0x55303e[_0x5227dc(0x1fd)];return logger[_0x5227dc(0x20e)](_0x16904f[_0x5227dc(0x20d)]),_0x5aa7b0['token'];}catch(_0xd75fef){return logger['error'](_0x5227dc(0x208)+_0xd75fef),null;}}async['createPercyConfig'](){const _0x590d9f=a124_0x487683,_0x49140c={'ZlZpN':function(_0x3dda29,_0x56296b){return _0x3dda29(_0x56296b);},'SUITJ':function(_0xfa7a3d,_0x4fb2e3){return _0xfa7a3d+_0x4fb2e3;},'MXqsj':_0x590d9f(0x216),'UQqPt':function(_0x36a2ec,_0x2cab00){return _0x36a2ec(_0x2cab00);},'ASWBR':_0x590d9f(0x1e3)};if(!this.#config[_0x590d9f(0x20f)])return null;const _0x234bfe=path[_0x590d9f(0x20c)](os['tmpdir'](),_0x49140c[_0x590d9f(0x1d6)]),_0x41e6c9=this.#config[_0x590d9f(0x20f)];return!_0x41e6c9[_0x590d9f(0x1fc)]&&(_0x41e6c9[_0x590d9f(0x1fc)]='2'),new Promise((_0x38de63,_0x16f588)=>{fs['writeFile'](_0x234bfe,JSON['stringify'](_0x41e6c9),_0x1d0218=>{const _0x198e87=a124_0x18ee;_0x1d0218&&(logger[_0x198e87(0x1f1)](_0x198e87(0x21d)+_0x1d0218),_0x49140c[_0x198e87(0x1db)](_0x38de63,null)),logger[_0x198e87(0x20e)](_0x49140c[_0x198e87(0x1e7)](_0x49140c['MXqsj'],_0x234bfe)),_0x49140c[_0x198e87(0x200)](_0x38de63,_0x234bfe);});});}}module[a124_0x487683(0x204)]=Percy;
1
+ const a124_0x3c8b8a=a124_0x33f9;(function(_0x213568,_0x4562d6){const _0x4fde24=a124_0x33f9,_0x3eb400=_0x213568();while(!![]){try{const _0x8ce6e7=parseInt(_0x4fde24(0x14b))/0x1+parseInt(_0x4fde24(0x11c))/0x2*(parseInt(_0x4fde24(0x110))/0x3)+parseInt(_0x4fde24(0x148))/0x4+-parseInt(_0x4fde24(0x146))/0x5+parseInt(_0x4fde24(0x112))/0x6+parseInt(_0x4fde24(0x134))/0x7*(-parseInt(_0x4fde24(0x149))/0x8)+parseInt(_0x4fde24(0x109))/0x9*(-parseInt(_0x4fde24(0x11d))/0xa);if(_0x8ce6e7===_0x4562d6)break;else _0x3eb400['push'](_0x3eb400['shift']());}catch(_0x22657d){_0x3eb400['push'](_0x3eb400['shift']());}}}(a124_0xe760,0xe8f18));const fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a124_0x3c8b8a(0x13b)),helper=require('../helper'),logger=require(a124_0x3c8b8a(0x14f))[a124_0x3c8b8a(0x123)],{getLogDir}=require(a124_0x3c8b8a(0x14f)),testHubConstants=require(a124_0x3c8b8a(0x12b)),PerformanceTester=require(a124_0x3c8b8a(0x130)),{PERCY_EVENTS:PerformanceEvents}=require('../../helpers/performance/constants'),PercyBinary=require(a124_0x3c8b8a(0x132));function a124_0xe760(){const _0x41c929=['SBmCL','isProcessRunning','WYrOP','Percy\x20config\x20created\x20at\x20','exports','child_process','exec:stop','gXAqy','healthcheck','LhBDY','fLBjW','flags','assign','XwVbk','HieFp','Error\x20creating\x20percy\x20config:\x20','2615475zEGvOC','DOWNLOAD','6712336KnzOcZ','8vYUQOu','ENV_VAR','965727bDbJEF','mAVCp','LbowM','createPercyConfig','../logger','token','isRunning','debug','getBinaryPath','end','ovrwl','GET','data','dLUzH','hhqDC','568233SucTRA','nodeRequest','app','aIobO','BROWSERSTACK_TESTHUB_UUID','push','&type=','3rhRbKt','join','9670098XrIXpa','Percy\x20healthcheck\x20successful','close','exec','stdout','stringify','YlkOB','fetchPercyToken','FNYcp','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','849256oXjpPq','330AiBCaI','start','tmpdir','tupeH','projectName','ottPE','winstonLogger','Yahxe','pipe','PERCY_SERVER_ADDRESS','env','createWriteStream','error','BQgLL','../../helpers/testhub/constants','stderr','version','percy.log','JYuZN','../../helpers/performance/performance-tester','TjRuA','./PercyBinary','percyOptions','7835590hIJlQd','writeFile'];a124_0xe760=function(){return _0x41c929;};return a124_0xe760();}function a124_0x33f9(_0x3b3ac6,_0x36dc81){const _0xe760d9=a124_0xe760();return a124_0x33f9=function(_0x33f908,_0x1f83bc){_0x33f908=_0x33f908-0x101;let _0x1652fc=_0xe760d9[_0x33f908];return _0x1652fc;},a124_0x33f9(_0x3b3ac6,_0x36dc81);}class Percy{#logfile=path[a124_0x3c8b8a(0x111)](getLogDir(),a124_0x3c8b8a(0x12e));#address=process[a124_0x3c8b8a(0x127)][a124_0x3c8b8a(0x126)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#logStream=null;#isApp=![];['isProcessRunning']=![];constructor(_0x1710ec){const _0xd75caf=a124_0x3c8b8a;this.#config=_0x1710ec,!!_0x1710ec[_0xd75caf(0x10b)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x72871=a124_0x3c8b8a;if(!this.#binaryPath){const _0x2f8abd=new PercyBinary();PerformanceTester[_0x72871(0x11e)](PerformanceEvents[_0x72871(0x147)]),this.#binaryPath=await _0x2f8abd[_0x72871(0x102)](this.#config),PerformanceTester[_0x72871(0x103)](PerformanceEvents[_0x72871(0x147)]);}return this.#binaryPath;}async #sleep(_0x60af8e){return new Promise(_0x36dd1d=>setTimeout(_0x36dd1d,_0x60af8e));}async[a124_0x3c8b8a(0x13e)](){const _0x17f787=a124_0x3c8b8a,_0x28ccf2={};_0x28ccf2[_0x17f787(0x13d)]=_0x17f787(0x105),_0x28ccf2[_0x17f787(0x108)]='percy/healthcheck';const _0x501b18=_0x28ccf2;try{const _0x543504=await helper[_0x17f787(0x10a)](_0x501b18[_0x17f787(0x13d)],_0x501b18[_0x17f787(0x108)],null,null,this.#address);if(_0x543504)return!![];}catch(_0x36730e){return![];}}async[a124_0x3c8b8a(0x11e)](){const _0x6fe8cb=a124_0x3c8b8a,_0x4e27ca={'Yahxe':'app:exec','TsmQX':_0x6fe8cb(0x115),'SwBqh':function(_0x3f4d7a,_0x52911a,_0x31b9c1,_0x47ef54){return _0x3f4d7a(_0x52911a,_0x31b9c1,_0x47ef54);},'JYuZN':'close','FNYcp':_0x6fe8cb(0x113)},_0x289704=await this.#getBinaryPath(),_0x411490={};_0x411490[_0x6fe8cb(0x141)]='a',this.#logStream=fs[_0x6fe8cb(0x128)](this.#logfile,_0x411490);const _0x626235=await this[_0x6fe8cb(0x119)](),_0x4cb152=await this[_0x6fe8cb(0x14e)]();if(!_0x626235)return![];const _0x47b679=[(this.#isApp?_0x4e27ca[_0x6fe8cb(0x124)]:_0x4e27ca['TsmQX'])+':start'];_0x4cb152&&_0x47b679[_0x6fe8cb(0x10e)]('-c',_0x4cb152);this.#proc=_0x4e27ca['SwBqh'](spawn,_0x289704,_0x47b679,{'env':Object[_0x6fe8cb(0x142)](process[_0x6fe8cb(0x127)],{'PERCY_TOKEN':_0x626235,'TH_BUILD_UUID':process['env'][testHubConstants[_0x6fe8cb(0x14a)][_0x6fe8cb(0x10d)]]})}),this.#proc[_0x6fe8cb(0x116)][_0x6fe8cb(0x125)](this.#logStream),this.#proc[_0x6fe8cb(0x12c)][_0x6fe8cb(0x125)](this.#logStream),this[_0x6fe8cb(0x137)]=!![];var _0xd2a063=this;this.#proc['on'](_0x4e27ca[_0x6fe8cb(0x12f)],function(_0x17ed79){_0xd2a063['isProcessRunning']=![];});do{const _0x16ed0f=await this[_0x6fe8cb(0x13e)]();if(_0x16ed0f)return logger['debug'](_0x4e27ca[_0x6fe8cb(0x11a)]),!![];await this.#sleep(0x3e8);}while(this['isProcessRunning']);return![];}async['stop'](){const _0x21c517=a124_0x3c8b8a,_0x486cca={'tupeH':function(_0x3f8c3a,_0x257d6d){return _0x3f8c3a(_0x257d6d);},'apiek':function(_0x1bed05,_0x4c3a54,_0x5b19fa){return _0x1bed05(_0x4c3a54,_0x5b19fa);},'BQgLL':_0x21c517(0x13c),'WYrOP':_0x21c517(0x114)},_0x3ee404=await this.#getBinaryPath();return new Promise((_0x40f9cc,_0x19c9d3)=>{const _0x97dd81=_0x21c517,_0x15ec75={'aIobO':function(_0x8a431e,_0x14aa80){const _0x3461da=a124_0x33f9;return _0x486cca[_0x3461da(0x120)](_0x8a431e,_0x14aa80);}},_0x1daea4=_0x486cca['apiek'](spawn,_0x3ee404,[_0x486cca[_0x97dd81(0x12a)]]);_0x1daea4['on'](_0x486cca[_0x97dd81(0x138)],_0x1cd98f=>{const _0x211474=_0x97dd81;this[_0x211474(0x137)]=![],this.#logStream&&(this.#logStream[_0x211474(0x103)](),this.#logStream=null),_0x15ec75[_0x211474(0x10c)](_0x40f9cc,_0x1cd98f);});});}[a124_0x3c8b8a(0x151)](){const _0x2f0a34=a124_0x3c8b8a;return this[_0x2f0a34(0x137)];}async[a124_0x3c8b8a(0x119)](){const _0x323ea9=a124_0x3c8b8a,_0xb5b79={};_0xb5b79['ottPE']=_0x323ea9(0x10b),_0xb5b79['fLBjW']='automate',_0xb5b79[_0x323ea9(0x136)]='GET',_0xb5b79[_0x323ea9(0x14d)]='Percy\x20fetch\x20token\x20success';const _0x2f5e9b=_0xb5b79,_0x4cc85b=this.#config[_0x323ea9(0x121)];try{const _0x1cac91=this.#isApp?_0x2f5e9b[_0x323ea9(0x122)]:_0x2f5e9b[_0x323ea9(0x140)],_0x55a2f0=await helper['nodeRequest'](_0x2f5e9b[_0x323ea9(0x136)],'api/app_percy/get_project_token?name='+_0x4cc85b+_0x323ea9(0x10f)+_0x1cac91,{},this.#config),_0x3a080e=_0x55a2f0[_0x323ea9(0x106)];return logger[_0x323ea9(0x101)](_0x2f5e9b[_0x323ea9(0x14d)]),_0x3a080e[_0x323ea9(0x150)];}catch(_0x22103){return logger[_0x323ea9(0x129)](_0x323ea9(0x11b)+_0x22103),null;}}async[a124_0x3c8b8a(0x14e)](){const _0x3e3609=a124_0x3c8b8a,_0x831832={'RFZBv':function(_0x338925,_0x18495b){return _0x338925(_0x18495b);},'XwVbk':function(_0x254db7,_0x48f7df){return _0x254db7+_0x48f7df;},'HieFp':_0x3e3609(0x139),'ovrwl':function(_0x4c55e9,_0xb23af0){return _0x4c55e9(_0xb23af0);},'TjRuA':'percy.json'};if(!this.#config[_0x3e3609(0x133)])return null;const _0x325e3c=path['join'](os[_0x3e3609(0x11f)](),_0x831832[_0x3e3609(0x131)]),_0x217912=this.#config[_0x3e3609(0x133)];return!_0x217912[_0x3e3609(0x12d)]&&(_0x217912[_0x3e3609(0x12d)]='2'),new Promise((_0x2a6957,_0x4c1f92)=>{const _0x49783e=_0x3e3609,_0x300799={'mAVCp':function(_0xd213be,_0x3957d4){return _0x831832['RFZBv'](_0xd213be,_0x3957d4);},'LhBDY':function(_0x64c8ca,_0x2dbd23){const _0x2da8f6=a124_0x33f9;return _0x831832[_0x2da8f6(0x143)](_0x64c8ca,_0x2dbd23);},'YlkOB':_0x831832[_0x49783e(0x144)],'dLUzH':function(_0x303830,_0x159f87){const _0x49566d=_0x49783e;return _0x831832[_0x49566d(0x104)](_0x303830,_0x159f87);}};fs[_0x49783e(0x135)](_0x325e3c,JSON[_0x49783e(0x117)](_0x217912),_0x589df4=>{const _0x24465a=_0x49783e;_0x589df4&&(logger[_0x24465a(0x129)](_0x24465a(0x145)+_0x589df4),_0x300799[_0x24465a(0x14c)](_0x2a6957,null)),logger[_0x24465a(0x101)](_0x300799[_0x24465a(0x13f)](_0x300799[_0x24465a(0x118)],_0x325e3c)),_0x300799[_0x24465a(0x107)](_0x2a6957,_0x325e3c);});});}}module[a124_0x3c8b8a(0x13a)]=Percy;
@@ -1 +1 @@
1
- function a125_0x36a4(_0x47336f,_0x4ffe19){const _0x3fafce=a125_0x3faf();return a125_0x36a4=function(_0x36a4ca,_0x4fcef0){_0x36a4ca=_0x36a4ca-0x126;let _0x51630a=_0x3fafce[_0x36a4ca];return _0x51630a;},a125_0x36a4(_0x47336f,_0x4ffe19);}const a125_0x228a24=a125_0x36a4;(function(_0x3a5685,_0x334c18){const _0x1e699e=a125_0x36a4,_0x1c55d8=_0x3a5685();while(!![]){try{const _0x3eb07f=-parseInt(_0x1e699e(0x158))/0x1*(-parseInt(_0x1e699e(0x194))/0x2)+-parseInt(_0x1e699e(0x156))/0x3+-parseInt(_0x1e699e(0x168))/0x4*(parseInt(_0x1e699e(0x179))/0x5)+-parseInt(_0x1e699e(0x14f))/0x6*(parseInt(_0x1e699e(0x13f))/0x7)+-parseInt(_0x1e699e(0x1a6))/0x8*(parseInt(_0x1e699e(0x18f))/0x9)+parseInt(_0x1e699e(0x191))/0xa+parseInt(_0x1e699e(0x147))/0xb;if(_0x3eb07f===_0x334c18)break;else _0x1c55d8['push'](_0x1c55d8['shift']());}catch(_0x3dde3d){_0x1c55d8['push'](_0x1c55d8['shift']());}}}(a125_0x3faf,0x454d3));const {https}=require(a125_0x228a24(0x19e)),url=require(a125_0x228a24(0x151)),yauzl=require('yauzl'),fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a125_0x228a24(0x18a)),HttpsProxyAgent=require(a125_0x228a24(0x1aa)),logger=require(a125_0x228a24(0x14c))['winstonLogger'];class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName=a125_0x228a24(0x131);#orderedPaths=[path[a125_0x228a24(0x18b)](this.#homedir(),a125_0x228a24(0x130)),process['cwd'](),os[a125_0x228a24(0x19c)]()];constructor(){const _0x575b35=a125_0x228a24,_0x3a9244={};_0x3a9244[_0x575b35(0x19f)]='https://github.com/percy/cli/releases/latest/download',_0x3a9244[_0x575b35(0x1ba)]=function(_0x76f1b0,_0x4ef585){return _0x76f1b0+_0x4ef585;},_0x3a9244[_0x575b35(0x16a)]=_0x575b35(0x16e),_0x3a9244['gPHsl']=_0x575b35(0x198),_0x3a9244[_0x575b35(0x12f)]='percy.exe',_0x3a9244[_0x575b35(0x148)]=function(_0x2057cd,_0x9b28b8){return _0x2057cd+_0x9b28b8;},_0x3a9244[_0x575b35(0x16b)]='/percy-linux.zip';const _0x212363=_0x3a9244,_0x684036=_0x212363[_0x575b35(0x19f)];if(this.#hostOS[_0x575b35(0x163)](/darwin|mac os/i))this.#httpPath=_0x212363[_0x575b35(0x1ba)](_0x684036,_0x212363[_0x575b35(0x16a)]);else this.#hostOS[_0x575b35(0x163)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x212363[_0x575b35(0x1ba)](_0x684036,_0x212363[_0x575b35(0x159)]),this.#binaryName=_0x212363[_0x575b35(0x12f)]):this.#httpPath=_0x212363['VcAME'](_0x684036,_0x212363['ATmAd']);}#getAvailableDirs(){const _0x29695e=a125_0x228a24,_0x260bb0={};_0x260bb0[_0x29695e(0x16d)]=function(_0x503f24,_0x5077e4){return _0x503f24<_0x5077e4;},_0x260bb0[_0x29695e(0x1b3)]=_0x29695e(0x1b2);const _0x3763da=_0x260bb0;for(var _0x1c28ab=0x0;_0x3763da['mTCxO'](_0x1c28ab,this.#orderedPaths[_0x29695e(0x128)]);_0x1c28ab++){var _0x4c54ac=this.#orderedPaths[_0x1c28ab];if(this.#makePath(_0x4c54ac))return _0x4c54ac;}throw new Error(_0x3763da['cIeol']);}#makePath(_0x364bfc){const _0x24af2e=a125_0x228a24;try{return _0x364bfc&&!this.#checkPath(_0x364bfc)&&fs[_0x24af2e(0x13c)](_0x364bfc),!![];}catch{return![];}}#checkPath(_0x3cd5e7,_0x5a473b){const _0x5728e7=a125_0x228a24,_0x10d197={};_0x10d197[_0x5728e7(0x137)]=function(_0x35e7d5,_0x4986a3){return _0x35e7d5|_0x4986a3;},_0x10d197['CFfhM']=function(_0x5768b9,_0x58ef63){return _0x5768b9!==_0x58ef63;},_0x10d197[_0x5728e7(0x1b8)]=_0x5728e7(0x171);const _0x8073e=_0x10d197;_0x5a473b=_0x5a473b||_0x8073e['YMIuM'](fs[_0x5728e7(0x126)],fs['W_OK']);try{return fs[_0x5728e7(0x154)](_0x3cd5e7,_0x5a473b),!![];}catch(_0x97c108){if(_0x8073e[_0x5728e7(0x172)](typeof fs['accessSync'],_0x8073e[_0x5728e7(0x1b8)]))return![];try{return fs[_0x5728e7(0x1ab)](_0x3cd5e7),!![];}catch(_0x25afcd){return![];}}}#getETagPath(_0x388cf4){const _0x1e15ab=a125_0x228a24;return path[_0x1e15ab(0x18b)](_0x388cf4,this.#binaryName+_0x1e15ab(0x1a7));}#loadETag(_0x536d4b){const _0x418d9b=a125_0x228a24,_0x4f4fb6={};_0x4f4fb6[_0x418d9b(0x142)]=_0x418d9b(0x144);const _0x3ce0ba=_0x4f4fb6,_0x319a64=this.#getETagPath(_0x536d4b);if(this.#checkPath(_0x319a64))try{return fs['readFileSync'](_0x319a64,_0x3ce0ba[_0x418d9b(0x142)])[_0x418d9b(0x1b0)]();}catch(_0x1b32cc){logger['warn'](_0x418d9b(0x14a)+_0x1b32cc);}return null;}#saveETag(_0x30e32e,_0x47e1ee){const _0x310017=a125_0x228a24,_0x3b5047={};_0x3b5047['TaNFE']=_0x310017(0x192);const _0xf7a377=_0x3b5047;if(!_0x47e1ee)return;try{const _0x57a6bd=this.#getETagPath(_0x30e32e);fs['writeFileSync'](_0x57a6bd,_0x47e1ee),logger[_0x310017(0x1b7)](_0xf7a377[_0x310017(0x18e)]);}catch(_0x10447f){logger[_0x310017(0x1a9)](_0x310017(0x150)+_0x10447f);}}async #handleBinaryDownload(_0x3243c0,_0x1312a1,_0x5cd59c){const _0x262659=a125_0x228a24,_0x372f33={};_0x372f33[_0x262659(0x176)]='Newly\x20downloaded\x20Percy\x20binary\x20is\x20corrupt,\x20retrying';const _0x513a7a=_0x372f33,_0x5e2e3c=await this[_0x262659(0x12b)](_0x3243c0['binaryPath']);if(!_0x5e2e3c){logger[_0x262659(0x14b)](_0x513a7a['fZHuH']);const _0x153a3d=await this[_0x262659(0x1ae)](_0x1312a1,_0x5cd59c);return _0x153a3d[_0x262659(0x1ad)];}return _0x3243c0[_0x262659(0x1ad)];}async['getBinaryPath'](_0x435e3f){const _0x5e5767=a125_0x228a24,_0x6a32b5={};_0x6a32b5[_0x5e5767(0x18c)]='Percy\x20binary\x20is\x20up\x20to\x20date\x20(ETag\x20unchanged)',_0x6a32b5[_0x5e5767(0x196)]='New\x20Percy\x20binary\x20version\x20available,\x20downloading\x20update';const _0x31145c=_0x6a32b5,_0x259a29=this.#getAvailableDirs(),_0x5c6fda=path[_0x5e5767(0x18b)](_0x259a29,this.#binaryName);if(this.#checkPath(_0x5c6fda,fs[_0x5e5767(0x182)])){const _0x270065=this.#loadETag(_0x259a29);if(_0x270065)try{const _0x1e5732=await this[_0x5e5767(0x1ae)](_0x435e3f,_0x259a29,_0x270065);if(!_0x1e5732['needsUpdate'])return logger[_0x5e5767(0x1b7)](_0x31145c[_0x5e5767(0x18c)]),_0x5c6fda;return logger[_0x5e5767(0x1b7)](_0x31145c[_0x5e5767(0x196)]),await this.#handleBinaryDownload(_0x1e5732,_0x435e3f,_0x259a29);}catch(_0x154567){return logger[_0x5e5767(0x1a9)](_0x5e5767(0x1a2)+_0x154567),_0x5c6fda;}}const _0x46936d=await this[_0x5e5767(0x1ae)](_0x435e3f,_0x259a29);return await this.#handleBinaryDownload(_0x46936d,_0x435e3f,_0x259a29);}[a125_0x228a24(0x1ae)](_0x9269f3,_0x4b16e4,_0x463f52=null){const _0xfcc1d8=a125_0x228a24,_0x5771c3={'xYZLG':function(_0xcf969,_0x582e15){return _0xcf969(_0x582e15);},'Sxevb':function(_0x3720b7,_0x1637a3){return _0x3720b7===_0x1637a3;},'pqSgG':function(_0x166406,_0x242750){return _0x166406(_0x242750);},'TUmsv':_0xfcc1d8(0x14b),'PmbXg':_0xfcc1d8(0x195),'AELxA':function(_0x1e1d8b,_0x1bc060){return _0x1e1d8b(_0x1bc060);},'tmqyg':function(_0x23b3c8,_0x4b2e62){return _0x23b3c8(_0x4b2e62);},'YgLvG':function(_0x280487,_0x4a051a){return _0x280487+_0x4a051a;},'PzXWC':_0xfcc1d8(0x12d)};_0x4b16e4&&!this.#checkPath(_0x4b16e4)&&fs[_0xfcc1d8(0x13c)](_0x4b16e4);const _0x5f0069=this.#binaryName,_0x5cbf5a=path[_0xfcc1d8(0x18b)](_0x4b16e4,_0x5771c3[_0xfcc1d8(0x1bb)](_0x5f0069,_0x5771c3['PzXWC'])),_0x29735b=fs['createWriteStream'](_0x5cbf5a),_0x17e3a3=url[_0xfcc1d8(0x129)](this.#httpPath);if(_0x9269f3['proxyHost']&&_0x9269f3[_0xfcc1d8(0x169)]){const _0x24db05={};_0x24db05[_0xfcc1d8(0x13e)]=_0x9269f3[_0xfcc1d8(0x1b5)],_0x24db05['port']=_0x9269f3[_0xfcc1d8(0x169)],_0x17e3a3['agent']=new HttpsProxyAgent(_0x24db05);}if(_0x9269f3[_0xfcc1d8(0x145)])try{_0x17e3a3['ca']=fs[_0xfcc1d8(0x178)](_0x9269f3[_0xfcc1d8(0x145)]);}catch(_0x1276bf){logger[_0xfcc1d8(0x14b)](_0xfcc1d8(0x162)+_0x1276bf);}if(_0x463f52){const _0x5debde={};_0x5debde['If-None-Match']=_0x463f52,_0x5debde[_0xfcc1d8(0x165)]=_0x5771c3[_0xfcc1d8(0x15b)],_0x17e3a3[_0xfcc1d8(0x1b1)]=_0x5debde;}else{const _0x5c6620={};_0x5c6620[_0xfcc1d8(0x165)]=_0x5771c3[_0xfcc1d8(0x15b)],_0x17e3a3[_0xfcc1d8(0x1b1)]=_0x5c6620;}return new Promise((_0x203e33,_0x3200f1)=>{const _0xfc3de5=_0xfcc1d8,_0x20946b={'HhLWI':function(_0x22c81a,_0x5857f0){const _0x5d3a25=a125_0x36a4;return _0x5771c3[_0x5d3a25(0x138)](_0x22c81a,_0x5857f0);},'GZThW':function(_0x333a22,_0xc16662){return _0x5771c3['tmqyg'](_0x333a22,_0xc16662);}};https[_0xfc3de5(0x1b4)](_0x17e3a3,_0x420bf8=>{const _0x57f0e9=_0xfc3de5,_0x52ba7b={'LEIWt':function(_0x94b899,_0x439c6e){const _0x249181=a125_0x36a4;return _0x5771c3[_0x249181(0x135)](_0x94b899,_0x439c6e);}};if(_0x463f52&&_0x5771c3[_0x57f0e9(0x1a4)](_0x420bf8[_0x57f0e9(0x1a0)],0x130)){_0x29735b[_0x57f0e9(0x140)]();const _0x2839e1={};_0x2839e1[_0x57f0e9(0x13b)]=![],_0x5771c3[_0x57f0e9(0x1bc)](_0x203e33,_0x2839e1);return;}const _0x3b16b3=_0x420bf8[_0x57f0e9(0x1b1)][_0x57f0e9(0x17e)];_0x3b16b3&&this.#saveETag(_0x4b16e4,_0x3b16b3),_0x420bf8[_0x57f0e9(0x173)](_0x29735b),_0x420bf8['on'](_0x5771c3[_0x57f0e9(0x185)],function(_0x1ad89c){logger['error']('Got\x20Error\x20in\x20percy\x20binary\x20download\x20response:\x20'+_0x1ad89c),_0x20946b['HhLWI'](_0x3200f1,_0x1ad89c);}),_0x29735b['on'](_0x5771c3[_0x57f0e9(0x185)],function(_0x26679f){const _0x3221df=_0x57f0e9;logger[_0x3221df(0x14b)](_0x3221df(0x15e)+_0x26679f),_0x52ba7b['LEIWt'](_0x3200f1,_0x26679f);}),_0x29735b['on'](_0x5771c3[_0x57f0e9(0x15b)],()=>{const _0x4c6fdf=_0x57f0e9;this['extractAndSaveBinary'](_0x5cbf5a,_0x4b16e4)[_0x4c6fdf(0x143)](_0x2fb4ea=>_0x203e33({'needsUpdate':!![],'binaryPath':_0x2fb4ea}))['catch'](_0x3200f1);});})['on'](_0x5771c3['TUmsv'],function(_0x4c1c21){const _0x49f783=_0xfc3de5;logger[_0x49f783(0x14b)](_0x49f783(0x146)+_0x4c1c21),_0x20946b[_0x49f783(0x157)](_0x3200f1,_0x4c1c21);});});}[a125_0x228a24(0x183)](_0x773029,_0x22f538){const _0x2678eb=a125_0x228a24,_0x357e22={'marKX':function(_0x1921dd,_0xdae172){return _0x1921dd(_0xdae172);},'bGhBq':function(_0x503aa6,_0xa4c391){return _0x503aa6(_0xa4c391);},'IvNys':_0x2678eb(0x181),'dnIPb':function(_0x28a715,_0x59b634){return _0x28a715===_0x59b634;},'iKkce':function(_0x1925ef,_0x58acfc){return _0x1925ef(_0x58acfc);},'ACwRy':'0755','tDbAN':_0x2678eb(0x15c),'FujQc':_0x2678eb(0x14b)},_0x23ddb=this.#binaryName,_0x5702b1=path[_0x2678eb(0x18b)](_0x22f538,_0x23ddb);return new Promise((_0x4291e5,_0x504003)=>{const _0x5b11b8=_0x2678eb,_0x1c7ab2={'aFEgO':function(_0x4c24b9,_0x47fdd8){const _0x3cba35=a125_0x36a4;return _0x357e22[_0x3cba35(0x1a8)](_0x4c24b9,_0x47fdd8);},'xAhhK':function(_0x57b496,_0x4cad98){return _0x357e22['bGhBq'](_0x57b496,_0x4cad98);},'SBhhR':_0x357e22['IvNys'],'NnWUF':function(_0xc16a77,_0x5c597a){return _0x357e22['dnIPb'](_0xc16a77,_0x5c597a);},'ocjKF':function(_0x2454eb,_0x47d34a){const _0x39c6f1=a125_0x36a4;return _0x357e22[_0x39c6f1(0x177)](_0x2454eb,_0x47d34a);},'resHT':function(_0x7dd058,_0x2f63f3){return _0x357e22['iKkce'](_0x7dd058,_0x2f63f3);},'DdlCP':_0x357e22[_0x5b11b8(0x166)],'VPZKP':function(_0x213a54,_0x5ef631){return _0x357e22['bGhBq'](_0x213a54,_0x5ef631);},'xTxBO':_0x357e22[_0x5b11b8(0x155)],'cXWsb':_0x357e22[_0x5b11b8(0x170)]},_0x35bb03={};_0x35bb03[_0x5b11b8(0x199)]=!![],yauzl[_0x5b11b8(0x188)](_0x773029,_0x35bb03,function(_0x57ddfb,_0x448c51){const _0x4dd4a8=_0x5b11b8,_0x15debb={'fFKgP':function(_0x4a0560,_0xd9a41d){return _0x1c7ab2['xAhhK'](_0x4a0560,_0xd9a41d);},'nqlXT':_0x1c7ab2[_0x4dd4a8(0x167)],'rBhMk':function(_0x1f1a79,_0x39f2a1){return _0x1c7ab2['NnWUF'](_0x1f1a79,_0x39f2a1);},'miLmC':function(_0x2a425a,_0x4cacd1){return _0x1c7ab2['ocjKF'](_0x2a425a,_0x4cacd1);},'rdcJw':function(_0x2dd844,_0x53cbc0){const _0x3a3f54=_0x4dd4a8;return _0x1c7ab2[_0x3a3f54(0x17f)](_0x2dd844,_0x53cbc0);},'PYTTx':_0x1c7ab2[_0x4dd4a8(0x1af)]};_0x57ddfb&&_0x1c7ab2[_0x4dd4a8(0x160)](_0x504003,_0x57ddfb),_0x448c51[_0x4dd4a8(0x189)](),_0x448c51['on'](_0x1c7ab2[_0x4dd4a8(0x19a)],_0x14a280=>{const _0x28b097=_0x4dd4a8;if(/\/$/['test'](_0x14a280[_0x28b097(0x136)]))_0x448c51[_0x28b097(0x189)]();else{const _0x2e8a6a=fs[_0x28b097(0x17c)](path['join'](_0x22f538,_0x14a280[_0x28b097(0x136)]));_0x448c51['openReadStream'](_0x14a280,function(_0x33d5fd,_0xdd8c8a){const _0x261a35=_0x28b097;_0x33d5fd&&_0x15debb[_0x261a35(0x139)](_0x504003,_0x57ddfb),_0xdd8c8a['on'](_0x15debb[_0x261a35(0x190)],function(){const _0x4a0054=_0x261a35;_0x2e8a6a[_0x4a0054(0x195)](),_0x448c51[_0x4a0054(0x189)]();}),_0xdd8c8a['pipe'](_0x2e8a6a);}),_0x15debb['rBhMk'](_0x14a280[_0x28b097(0x136)],_0x23ddb)&&_0x448c51[_0x28b097(0x195)]();}}),_0x448c51['on'](_0x1c7ab2[_0x4dd4a8(0x180)],_0x57d69b=>{const _0x2750c1=_0x4dd4a8;_0x1c7ab2[_0x2750c1(0x19b)](_0x504003,_0x57d69b);}),_0x448c51[_0x4dd4a8(0x15f)](_0x1c7ab2[_0x4dd4a8(0x167)],()=>{const _0x56f545=_0x4dd4a8;fs['chmod'](_0x5702b1,_0x15debb[_0x56f545(0x152)],function(_0x32c76c){_0x32c76c&&_0x15debb['miLmC'](_0x504003,_0x32c76c),_0x15debb['rdcJw'](_0x4291e5,_0x5702b1);}),_0x448c51[_0x56f545(0x195)]();});});});}async[a125_0x228a24(0x12b)](_0x28afa6){const _0x2305d4=a125_0x228a24,_0x36c289={'WhBYe':function(_0x3654a4,_0x18dcc2){return _0x3654a4(_0x18dcc2);},'DjOlU':function(_0x1dd7d4,_0x1dc7d3){return _0x1dd7d4(_0x1dc7d3);},'NzarV':function(_0x26e44e,_0x61a967,_0x14d8ce,_0x337951){return _0x26e44e(_0x61a967,_0x14d8ce,_0x337951);},'IEhWj':_0x2305d4(0x18d),'RSgrz':'data','BGatJ':_0x2305d4(0x195)},_0x18b41a=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x216f77,_0x354090)=>{const _0xbe714e=_0x2305d4,_0x51619c={};_0x51619c['env']=process[_0xbe714e(0x197)];const _0x4a91f0=_0x36c289[_0xbe714e(0x14e)](spawn,_0x28afa6,[_0x36c289[_0xbe714e(0x175)]],_0x51619c);_0x4a91f0[_0xbe714e(0x1b9)]['on'](_0x36c289[_0xbe714e(0x16c)],_0x254d0e=>{const _0x3543e2=_0xbe714e;_0x18b41a[_0x3543e2(0x184)](_0x254d0e)&&_0x36c289[_0x3543e2(0x19d)](_0x216f77,!![]);}),_0x4a91f0['on'](_0x36c289[_0xbe714e(0x127)],()=>{const _0xc16896=_0xbe714e;_0x36c289[_0xc16896(0x12e)](_0x216f77,![]);});});}#homedir(){const _0x422d9=a125_0x228a24,_0x6133={};_0x6133[_0x422d9(0x161)]=function(_0x4469f4,_0x15b130){return _0x4469f4===_0x15b130;},_0x6133['cFAfA']=_0x422d9(0x17b),_0x6133[_0x422d9(0x1a1)]=function(_0x4ff478,_0x40e2ba){return _0x4ff478===_0x40e2ba;},_0x6133[_0x422d9(0x1bd)]=_0x422d9(0x134),_0x6133[_0x422d9(0x149)]=function(_0x5ba5df,_0x5665d5){return _0x5ba5df+_0x5665d5;},_0x6133[_0x422d9(0x17a)]=_0x422d9(0x1a3),_0x6133[_0x422d9(0x186)]=_0x422d9(0x174),_0x6133['qlUNK']=function(_0x5f30c7,_0x5cbef8){return _0x5f30c7===_0x5cbef8;},_0x6133[_0x422d9(0x141)]=_0x422d9(0x1b6),_0x6133[_0x422d9(0x12a)]=function(_0x3d0808,_0xcd0d9b){return _0x3d0808===_0xcd0d9b;},_0x6133['GbCFI']=_0x422d9(0x15a),_0x6133[_0x422d9(0x13d)]=_0x422d9(0x187),_0x6133['BeOSf']=function(_0x3ba186,_0x507460){return _0x3ba186||_0x507460;};const _0x826394=_0x6133;if(_0x826394['OrBxR'](typeof os['homedir'],_0x826394[_0x422d9(0x133)]))return os['homedir']();const _0x3a0da1=process[_0x422d9(0x197)],_0x268197=_0x3a0da1[_0x422d9(0x132)],_0x14ce19=_0x3a0da1[_0x422d9(0x164)]||_0x3a0da1[_0x422d9(0x14d)]||_0x3a0da1[_0x422d9(0x13a)]||_0x3a0da1['USERNAME'];if(_0x826394[_0x422d9(0x1a1)](process[_0x422d9(0x193)],_0x826394['SePjH']))return _0x3a0da1[_0x422d9(0x153)]||_0x826394[_0x422d9(0x149)](_0x3a0da1[_0x422d9(0x16f)],_0x3a0da1[_0x422d9(0x17d)])||_0x268197||null;if(_0x826394[_0x422d9(0x161)](process['platform'],_0x826394['yGirI']))return _0x268197||(_0x14ce19?_0x826394[_0x422d9(0x149)](_0x826394[_0x422d9(0x186)],_0x14ce19):null);if(_0x826394[_0x422d9(0x15d)](process[_0x422d9(0x193)],_0x826394[_0x422d9(0x141)]))return _0x268197||(_0x826394[_0x422d9(0x12a)](process['getuid'](),0x0)?_0x826394[_0x422d9(0x1ac)]:_0x14ce19?_0x826394[_0x422d9(0x149)](_0x826394[_0x422d9(0x13d)],_0x14ce19):null);return _0x826394[_0x422d9(0x12c)](_0x268197,null);}}module[a125_0x228a24(0x1a5)]=PercyBinary;function a125_0x3faf(){const _0x2ae61d=['wAbFP','/home/','open','readEntry','child_process','join','YjoYU','--version','TaNFE','9zAMZBQ','nqlXT','5169300readma','Saved\x20new\x20ETag\x20for\x20percy\x20binary','platform','255972UqNwhD','close','vzerA','env','/percy-win.zip','lazyEntries','xTxBO','aFEgO','tmpdir','WhBYe','follow-redirects','CjwvU','statusCode','kGhus','Failed\x20to\x20check\x20for\x20binary\x20updates,\x20using\x20existing\x20binary:\x20','darwin','Sxevb','exports','3295784ZTESIV','.etag','marKX','warn','https-proxy-agent','statSync','GbCFI','binaryPath','download','DdlCP','trim','headers','Error\x20trying\x20to\x20download\x20percy\x20binary','cIeol','get','proxyHost','linux','debug','hlQau','stdout','ytwtm','YgLvG','pqSgG','SePjH','R_OK','BGatJ','length','parse','kpGxW','validateBinary','BeOSf','.zip','DjOlU','FyFpy','.browserstack','percy','HOME','cFAfA','win32','xYZLG','fileName','YMIuM','AELxA','fFKgP','LNAME','needsUpdate','mkdirSync','KcSYr','host','2436wIyoQa','destroy','vUbLJ','JbACh','then','utf8','useCaCertificate','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request:\x20','6416399cODQCb','VcAME','vWmhc','Failed\x20to\x20read\x20ETag\x20file:\x20','error','../logger','USER','NzarV','2076ronuil','Failed\x20to\x20save\x20ETag\x20file:\x20','url','PYTTx','USERPROFILE','accessSync','tDbAN','434001hYYQnL','GZThW','1FDjWYj','gPHsl','/root','PmbXg','entry','qlUNK','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file:\x20','once','VPZKP','OrBxR','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file:\x20','match','LOGNAME','Connection','ACwRy','SBhhR','356424BgGKyS','proxyPort','IABmn','ATmAd','RSgrz','mTCxO','/percy-osx.zip','HOMEDRIVE','FujQc','undefined','CFfhM','pipe','/Users/','IEhWj','fZHuH','bGhBq','readFileSync','15dRZcyL','yGirI','function','createWriteStream','HOMEPATH','etag','resHT','cXWsb','end','X_OK','extractAndSaveBinary','test','TUmsv'];a125_0x3faf=function(){return _0x2ae61d;};return a125_0x3faf();}
1
+ const a125_0x44302e=a125_0x508b;(function(_0x1f7c88,_0x2c6c75){const _0x3d9d12=a125_0x508b,_0x24e6f3=_0x1f7c88();while(!![]){try{const _0x46c42f=-parseInt(_0x3d9d12(0x11c))/0x1+parseInt(_0x3d9d12(0x151))/0x2*(-parseInt(_0x3d9d12(0x173))/0x3)+-parseInt(_0x3d9d12(0x176))/0x4+-parseInt(_0x3d9d12(0x157))/0x5+-parseInt(_0x3d9d12(0xfa))/0x6+-parseInt(_0x3d9d12(0xed))/0x7*(parseInt(_0x3d9d12(0x112))/0x8)+-parseInt(_0x3d9d12(0x12f))/0x9*(-parseInt(_0x3d9d12(0x106))/0xa);if(_0x46c42f===_0x2c6c75)break;else _0x24e6f3['push'](_0x24e6f3['shift']());}catch(_0x506fef){_0x24e6f3['push'](_0x24e6f3['shift']());}}}(a125_0x59c3,0xcb1da));const {https}=require(a125_0x44302e(0x13d)),url=require(a125_0x44302e(0x170)),yauzl=require(a125_0x44302e(0x147)),fs=require('fs'),path=require(a125_0x44302e(0x16f)),os=require('os'),{spawn}=require(a125_0x44302e(0xec)),HttpsProxyAgent=require(a125_0x44302e(0x107)),logger=require(a125_0x44302e(0x152))[a125_0x44302e(0x16b)];function a125_0x508b(_0x2d4c13,_0x879b1){const _0x59c39f=a125_0x59c3();return a125_0x508b=function(_0x508b63,_0x506727){_0x508b63=_0x508b63-0xe0;let _0x593f30=_0x59c39f[_0x508b63];return _0x593f30;},a125_0x508b(_0x2d4c13,_0x879b1);}class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName=a125_0x44302e(0x108);#orderedPaths=[path[a125_0x44302e(0x17b)](this.#homedir(),a125_0x44302e(0x156)),process[a125_0x44302e(0x13c)](),os[a125_0x44302e(0x11d)]()];constructor(){const _0x4d2eb0=a125_0x44302e,_0x28426f={};_0x28426f[_0x4d2eb0(0x172)]=_0x4d2eb0(0xf7),_0x28426f['ZsmWo']=function(_0x53b7f3,_0x15fcdb){return _0x53b7f3+_0x15fcdb;},_0x28426f[_0x4d2eb0(0x109)]=_0x4d2eb0(0x129),_0x28426f[_0x4d2eb0(0x160)]=function(_0x147a8f,_0x13575b){return _0x147a8f+_0x13575b;},_0x28426f[_0x4d2eb0(0xe7)]='/percy-win.zip',_0x28426f[_0x4d2eb0(0x171)]=_0x4d2eb0(0x15e),_0x28426f[_0x4d2eb0(0x126)]=function(_0x4b86de,_0x1b9717){return _0x4b86de+_0x1b9717;},_0x28426f['RzaBf']=_0x4d2eb0(0x10b);const _0x524e11=_0x28426f,_0x2d87f6=_0x524e11[_0x4d2eb0(0x172)];if(this.#hostOS[_0x4d2eb0(0x127)](/darwin|mac os/i))this.#httpPath=_0x524e11['ZsmWo'](_0x2d87f6,_0x524e11[_0x4d2eb0(0x109)]);else this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x524e11['oHknS'](_0x2d87f6,_0x524e11[_0x4d2eb0(0xe7)]),this.#binaryName=_0x524e11[_0x4d2eb0(0x171)]):this.#httpPath=_0x524e11[_0x4d2eb0(0x126)](_0x2d87f6,_0x524e11[_0x4d2eb0(0x16a)]);}#getAvailableDirs(){const _0x6a7cfa=a125_0x44302e,_0x13e951={};_0x13e951[_0x6a7cfa(0x163)]=function(_0x1f9723,_0x16cbe2){return _0x1f9723<_0x16cbe2;},_0x13e951[_0x6a7cfa(0xf1)]=_0x6a7cfa(0x16c);const _0x3656c6=_0x13e951;for(var _0x228d49=0x0;_0x3656c6['VEIUX'](_0x228d49,this.#orderedPaths[_0x6a7cfa(0x158)]);_0x228d49++){var _0x39c9aa=this.#orderedPaths[_0x228d49];if(this.#makePath(_0x39c9aa))return _0x39c9aa;}throw new Error(_0x3656c6[_0x6a7cfa(0xf1)]);}#makePath(_0x3deea4){const _0x562485=a125_0x44302e;try{return _0x3deea4&&!this.#checkPath(_0x3deea4)&&fs[_0x562485(0x174)](_0x3deea4),!![];}catch{return![];}}#checkPath(_0x113147,_0x1be49f){const _0x4fda6b=a125_0x44302e,_0x3e6c5e={};_0x3e6c5e[_0x4fda6b(0x145)]=function(_0x4647df,_0x5b2338){return _0x4647df|_0x5b2338;},_0x3e6c5e[_0x4fda6b(0xe6)]=function(_0xd0a56b,_0x1e9afd){return _0xd0a56b!==_0x1e9afd;},_0x3e6c5e[_0x4fda6b(0xeb)]=_0x4fda6b(0x11a);const _0x4cafb2=_0x3e6c5e;_0x1be49f=_0x1be49f||_0x4cafb2[_0x4fda6b(0x145)](fs['R_OK'],fs[_0x4fda6b(0x17c)]);try{return fs[_0x4fda6b(0x139)](_0x113147,_0x1be49f),!![];}catch(_0x46539c){if(_0x4cafb2[_0x4fda6b(0xe6)](typeof fs[_0x4fda6b(0x139)],_0x4cafb2['DDHRn']))return![];try{return fs[_0x4fda6b(0x15d)](_0x113147),!![];}catch(_0x1791e6){return![];}}}#getETagPath(_0x1d6bbf){const _0x179959=a125_0x44302e;return path[_0x179959(0x17b)](_0x1d6bbf,this.#binaryName+'.etag');}#loadETag(_0x42c2bd){const _0x6d838c=a125_0x44302e,_0xa43ef3={};_0xa43ef3['JjUkh']=_0x6d838c(0x118);const _0x576391=_0xa43ef3,_0x2eab78=this.#getETagPath(_0x42c2bd);if(this.#checkPath(_0x2eab78))try{return fs[_0x6d838c(0x128)](_0x2eab78,_0x576391[_0x6d838c(0x136)])[_0x6d838c(0x137)]();}catch(_0x43c51c){logger[_0x6d838c(0x166)](_0x6d838c(0xf0)+_0x43c51c);}return null;}#saveETag(_0x451c2e,_0x52e76f){const _0x49c271=a125_0x44302e,_0x5d6e80={};_0x5d6e80[_0x49c271(0x131)]=_0x49c271(0x140);const _0x1fe7d4=_0x5d6e80;if(!_0x52e76f)return;try{const _0x4a0ee6=this.#getETagPath(_0x451c2e);fs[_0x49c271(0x161)](_0x4a0ee6,_0x52e76f),logger[_0x49c271(0x123)](_0x1fe7d4[_0x49c271(0x131)]);}catch(_0x552c05){logger[_0x49c271(0x166)](_0x49c271(0xe9)+_0x552c05);}}async #handleBinaryDownload(_0x7e46ce,_0x4d4d32,_0x17fae0){const _0x946cce=a125_0x44302e,_0x407b42={};_0x407b42['FaBYo']=_0x946cce(0x167);const _0x59c0bc=_0x407b42,_0x5b0adc=await this[_0x946cce(0x150)](_0x7e46ce[_0x946cce(0x120)]);if(!_0x5b0adc){logger['error'](_0x59c0bc['FaBYo']);const _0x2b7d7f=await this[_0x946cce(0xee)](_0x4d4d32,_0x17fae0);return _0x2b7d7f[_0x946cce(0x120)];}return _0x7e46ce[_0x946cce(0x120)];}async[a125_0x44302e(0x178)](_0x9af315){const _0x118ea1=a125_0x44302e,_0x274540={};_0x274540[_0x118ea1(0x12c)]=_0x118ea1(0x14c),_0x274540[_0x118ea1(0xf9)]='New\x20Percy\x20binary\x20version\x20available,\x20downloading\x20update';const _0x53c523=_0x274540,_0x1375bb=this.#getAvailableDirs(),_0x5aee5e=path['join'](_0x1375bb,this.#binaryName);if(this.#checkPath(_0x5aee5e,fs['X_OK'])){const _0x45cd5e=this.#loadETag(_0x1375bb);if(_0x45cd5e)try{const _0x54d84e=await this['download'](_0x9af315,_0x1375bb,_0x45cd5e);if(!_0x54d84e[_0x118ea1(0x116)])return logger[_0x118ea1(0x123)](_0x53c523[_0x118ea1(0x12c)]),_0x5aee5e;return logger[_0x118ea1(0x123)](_0x53c523['FKbqi']),await this.#handleBinaryDownload(_0x54d84e,_0x9af315,_0x1375bb);}catch(_0x5f1a6){return logger[_0x118ea1(0x166)]('Failed\x20to\x20check\x20for\x20binary\x20updates,\x20using\x20existing\x20binary:\x20'+_0x5f1a6),_0x5aee5e;}}const _0x3c989a=await this[_0x118ea1(0xee)](_0x9af315,_0x1375bb);return await this.#handleBinaryDownload(_0x3c989a,_0x9af315,_0x1375bb);}[a125_0x44302e(0xee)](_0x17c055,_0x441830,_0x40a24a=null){const _0x1713fd=a125_0x44302e,_0x2f81ed={'YgXiI':function(_0x830886,_0x48af0d){return _0x830886(_0x48af0d);},'SWDql':function(_0x18327d,_0x10aacf){return _0x18327d===_0x10aacf;},'UjZqd':_0x1713fd(0x10d),'CnRxl':_0x1713fd(0x16d),'QbCAD':function(_0x140001,_0x383fed){return _0x140001+_0x383fed;},'VjFrH':'.zip'};_0x441830&&!this.#checkPath(_0x441830)&&fs[_0x1713fd(0x174)](_0x441830);const _0x46a2e8=this.#binaryName,_0xe26108=path['join'](_0x441830,_0x2f81ed[_0x1713fd(0x125)](_0x46a2e8,_0x2f81ed[_0x1713fd(0xfb)])),_0x451a00=fs['createWriteStream'](_0xe26108),_0x467ebb=url['parse'](this.#httpPath);if(_0x17c055[_0x1713fd(0x132)]&&_0x17c055[_0x1713fd(0x103)]){const _0x3c22ad={};_0x3c22ad[_0x1713fd(0x105)]=_0x17c055[_0x1713fd(0x132)],_0x3c22ad['port']=_0x17c055['proxyPort'],_0x467ebb[_0x1713fd(0x177)]=new HttpsProxyAgent(_0x3c22ad);}if(_0x17c055['useCaCertificate'])try{_0x467ebb['ca']=fs['readFileSync'](_0x17c055[_0x1713fd(0xe0)]);}catch(_0x23a854){logger[_0x1713fd(0x10d)](_0x1713fd(0x10a)+_0x23a854);}if(_0x40a24a){const _0x1bb197={};_0x1bb197[_0x1713fd(0xf5)]=_0x40a24a,_0x1bb197[_0x1713fd(0x113)]=_0x2f81ed['CnRxl'],_0x467ebb[_0x1713fd(0xfd)]=_0x1bb197;}else{const _0x411a20={};_0x411a20[_0x1713fd(0x113)]=_0x2f81ed['CnRxl'],_0x467ebb[_0x1713fd(0xfd)]=_0x411a20;}return new Promise((_0x1de54e,_0x3db8c5)=>{const _0x3dcdcc=_0x1713fd,_0x39e026={'GjwRR':function(_0x850187,_0x7e43c5){const _0x185357=a125_0x508b;return _0x2f81ed[_0x185357(0xef)](_0x850187,_0x7e43c5);},'fXSfS':function(_0x1eac8d,_0x125cea){const _0x57e858=a125_0x508b;return _0x2f81ed[_0x57e858(0x143)](_0x1eac8d,_0x125cea);},'pQuIQ':function(_0xd1c0,_0x355796){const _0xc98ccb=a125_0x508b;return _0x2f81ed[_0xc98ccb(0xef)](_0xd1c0,_0x355796);},'pboCA':_0x2f81ed[_0x3dcdcc(0xe1)],'IthMm':_0x2f81ed[_0x3dcdcc(0x10c)],'QZMNr':function(_0x357176,_0x47243f){return _0x2f81ed['YgXiI'](_0x357176,_0x47243f);}};https[_0x3dcdcc(0x15f)](_0x467ebb,_0x2a4b8f=>{const _0x5dbf2d=_0x3dcdcc,_0x3928a7={'uiLYO':function(_0x1178ab,_0x5c8ca9){const _0x549620=a125_0x508b;return _0x39e026[_0x549620(0x102)](_0x1178ab,_0x5c8ca9);}};if(_0x40a24a&&_0x39e026['fXSfS'](_0x2a4b8f[_0x5dbf2d(0xe4)],0x130)){_0x451a00['destroy']();const _0x368334={};_0x368334[_0x5dbf2d(0x116)]=![],_0x39e026[_0x5dbf2d(0x10f)](_0x1de54e,_0x368334);return;}const _0xa5a933=_0x2a4b8f[_0x5dbf2d(0xfd)][_0x5dbf2d(0x13e)];_0xa5a933&&this.#saveETag(_0x441830,_0xa5a933),_0x2a4b8f[_0x5dbf2d(0x15a)](_0x451a00),_0x2a4b8f['on'](_0x39e026[_0x5dbf2d(0x12a)],function(_0x5ff4d9){const _0xe6bd9e=_0x5dbf2d;logger[_0xe6bd9e(0x10d)](_0xe6bd9e(0x179)+_0x5ff4d9),_0x3928a7[_0xe6bd9e(0x104)](_0x3db8c5,_0x5ff4d9);}),_0x451a00['on'](_0x39e026[_0x5dbf2d(0x12a)],function(_0x28dccc){const _0x4ac421=_0x5dbf2d;logger['error'](_0x4ac421(0x11e)+_0x28dccc),_0x3928a7[_0x4ac421(0x104)](_0x3db8c5,_0x28dccc);}),_0x451a00['on'](_0x39e026[_0x5dbf2d(0xf6)],()=>{const _0x17291a=_0x5dbf2d;this[_0x17291a(0x169)](_0xe26108,_0x441830)[_0x17291a(0x13b)](_0x6ef6a=>_0x1de54e({'needsUpdate':!![],'binaryPath':_0x6ef6a}))['catch'](_0x3db8c5);});})['on'](_0x2f81ed['UjZqd'],function(_0xda7ba8){const _0x475f73=_0x3dcdcc;logger[_0x475f73(0x10d)]('Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request:\x20'+_0xda7ba8),_0x39e026[_0x475f73(0x14e)](_0x3db8c5,_0xda7ba8);});});}['extractAndSaveBinary'](_0x736c18,_0xbb2fd1){const _0x211247=a125_0x44302e,_0x55455a={'punsf':function(_0x551ed4,_0x17349){return _0x551ed4===_0x17349;},'IlGCK':_0x211247(0xf2),'XGXwX':function(_0x3c4891,_0x47bf29){return _0x3c4891(_0x47bf29);},'Oikyu':_0x211247(0x14f),'IUShZ':function(_0x27d9c2,_0x1424ba){return _0x27d9c2(_0x1424ba);},'sxZMt':_0x211247(0x162),'bKWOQ':_0x211247(0x10d)},_0x110572=this.#binaryName,_0x180121=path[_0x211247(0x17b)](_0xbb2fd1,_0x110572);return new Promise((_0x307495,_0x522671)=>{const _0x5be014=_0x211247,_0x3dbc4e={'EEomt':function(_0x19d29a,_0x3d5e5c){const _0x595875=a125_0x508b;return _0x55455a[_0x595875(0x114)](_0x19d29a,_0x3d5e5c);},'hhblW':_0x55455a[_0x5be014(0x168)],'zMxAB':function(_0x5575db,_0x2e38a9){const _0x2e9d2d=_0x5be014;return _0x55455a[_0x2e9d2d(0x12d)](_0x5575db,_0x2e38a9);},'CiKua':_0x55455a[_0x5be014(0x119)],'xpEOz':function(_0x585166,_0x2af1be){const _0x3d8d4d=_0x5be014;return _0x55455a[_0x3d8d4d(0x17a)](_0x585166,_0x2af1be);},'gEppH':_0x55455a[_0x5be014(0xea)],'DqOKf':_0x55455a[_0x5be014(0x14b)]},_0x557b77={};_0x557b77[_0x5be014(0xe2)]=!![],yauzl['open'](_0x736c18,_0x557b77,function(_0xa39370,_0x2d597d){const _0x316405=_0x5be014,_0x323b70={'ybUKf':function(_0x321e2b,_0x42928f){return _0x3dbc4e['zMxAB'](_0x321e2b,_0x42928f);},'NJGlq':_0x3dbc4e['CiKua'],'JNMud':function(_0x1f128b,_0x3f2d52){const _0x4033fe=a125_0x508b;return _0x3dbc4e[_0x4033fe(0x121)](_0x1f128b,_0x3f2d52);}};_0xa39370&&_0x3dbc4e[_0x316405(0x13f)](_0x522671,_0xa39370),_0x2d597d[_0x316405(0x146)](),_0x2d597d['on'](_0x3dbc4e[_0x316405(0x138)],_0x530b89=>{const _0x59507d=_0x316405;if(/\/$/['test'](_0x530b89['fileName']))_0x2d597d[_0x59507d(0x146)]();else{const _0x39f072=fs[_0x59507d(0xf3)](path[_0x59507d(0x17b)](_0xbb2fd1,_0x530b89[_0x59507d(0xff)]));_0x2d597d[_0x59507d(0x133)](_0x530b89,function(_0x2db1c0,_0x3d0c90){const _0x48738f=_0x59507d;_0x2db1c0&&_0x323b70[_0x48738f(0x15c)](_0x522671,_0xa39370),_0x3d0c90['on'](_0x323b70[_0x48738f(0x14d)],function(){const _0x7555e0=_0x48738f;_0x39f072[_0x7555e0(0x16d)](),_0x2d597d[_0x7555e0(0x146)]();}),_0x3d0c90[_0x48738f(0x15a)](_0x39f072);}),_0x3dbc4e['EEomt'](_0x530b89[_0x59507d(0xff)],_0x110572)&&_0x2d597d[_0x59507d(0x16d)]();}}),_0x2d597d['on'](_0x3dbc4e[_0x316405(0x164)],_0x1f9c59=>{_0x323b70['JNMud'](_0x522671,_0x1f9c59);}),_0x2d597d['once'](_0x3dbc4e[_0x316405(0x165)],()=>{const _0x20ade5=_0x316405;fs[_0x20ade5(0x153)](_0x180121,_0x3dbc4e[_0x20ade5(0x11f)],function(_0x1595ec){const _0x234509=_0x20ade5;_0x1595ec&&_0x323b70[_0x234509(0xf8)](_0x522671,_0x1595ec),_0x323b70['JNMud'](_0x307495,_0x180121);}),_0x2d597d[_0x20ade5(0x16d)]();});});});}async[a125_0x44302e(0x150)](_0x432f8f){const _0x182b17=a125_0x44302e,_0x5c58cb={'YhxgL':function(_0x1c2451,_0x32b5d8){return _0x1c2451(_0x32b5d8);},'FqWUK':function(_0x1aeda1,_0x35bba4){return _0x1aeda1(_0x35bba4);},'tqvtD':function(_0x5a01ad,_0x48f76b,_0x516bd6,_0xa86972){return _0x5a01ad(_0x48f76b,_0x516bd6,_0xa86972);},'hpuei':_0x182b17(0x110),'YIlSC':_0x182b17(0xe8),'wWffT':_0x182b17(0x16d)},_0x3c07e2=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0xb1f62d,_0x4d2aa1)=>{const _0x69348=_0x182b17,_0x19ea19={};_0x19ea19['env']=process[_0x69348(0xfe)];const _0x3c1fdb=_0x5c58cb[_0x69348(0x130)](spawn,_0x432f8f,[_0x5c58cb['hpuei']],_0x19ea19);_0x3c1fdb['stdout']['on'](_0x5c58cb[_0x69348(0x154)],_0x31ec4c=>{const _0xe803c5=_0x69348;_0x3c07e2[_0xe803c5(0x13a)](_0x31ec4c)&&_0x5c58cb[_0xe803c5(0xe5)](_0xb1f62d,!![]);}),_0x3c1fdb['on'](_0x5c58cb[_0x69348(0xe3)],()=>{const _0x35d88d=_0x69348;_0x5c58cb[_0x35d88d(0x159)](_0xb1f62d,![]);});});}#homedir(){const _0x5175a5=a125_0x44302e,_0x2e31f2={};_0x2e31f2[_0x5175a5(0x122)]=function(_0x56adef,_0x3a955a){return _0x56adef===_0x3a955a;},_0x2e31f2['YurcY']='function',_0x2e31f2[_0x5175a5(0x117)]=_0x5175a5(0x115),_0x2e31f2[_0x5175a5(0x124)]=function(_0x1b4ee4,_0xb8885b){return _0x1b4ee4+_0xb8885b;},_0x2e31f2[_0x5175a5(0x175)]=_0x5175a5(0x12e),_0x2e31f2[_0x5175a5(0x11b)]='/Users/',_0x2e31f2['AkNmB']=function(_0x40c5e5,_0x297cd3){return _0x40c5e5===_0x297cd3;},_0x2e31f2[_0x5175a5(0x16e)]=_0x5175a5(0xfc),_0x2e31f2[_0x5175a5(0x149)]=_0x5175a5(0x144),_0x2e31f2['yCKbW']=_0x5175a5(0xf4),_0x2e31f2[_0x5175a5(0x12b)]=function(_0x37a554,_0x5cd98c){return _0x37a554||_0x5cd98c;};const _0x23ca08=_0x2e31f2;if(_0x23ca08[_0x5175a5(0x122)](typeof os[_0x5175a5(0x101)],_0x23ca08[_0x5175a5(0x142)]))return os['homedir']();const _0x5c9339=process[_0x5175a5(0xfe)],_0x45f825=_0x5c9339[_0x5175a5(0x141)],_0x5c4fb9=_0x5c9339[_0x5175a5(0x100)]||_0x5c9339[_0x5175a5(0x15b)]||_0x5c9339['LNAME']||_0x5c9339[_0x5175a5(0x111)];if(_0x23ca08[_0x5175a5(0x122)](process[_0x5175a5(0x10e)],_0x23ca08[_0x5175a5(0x117)]))return _0x5c9339[_0x5175a5(0x14a)]||_0x23ca08['ELRWf'](_0x5c9339['HOMEDRIVE'],_0x5c9339[_0x5175a5(0x134)])||_0x45f825||null;if(_0x23ca08['RxPeq'](process[_0x5175a5(0x10e)],_0x23ca08[_0x5175a5(0x175)]))return _0x45f825||(_0x5c4fb9?_0x23ca08[_0x5175a5(0x124)](_0x23ca08[_0x5175a5(0x11b)],_0x5c4fb9):null);if(_0x23ca08[_0x5175a5(0x135)](process['platform'],_0x23ca08['WYsDq']))return _0x45f825||(_0x23ca08['RxPeq'](process['getuid'](),0x0)?_0x23ca08[_0x5175a5(0x149)]:_0x5c4fb9?_0x23ca08[_0x5175a5(0x124)](_0x23ca08[_0x5175a5(0x155)],_0x5c4fb9):null);return _0x23ca08[_0x5175a5(0x12b)](_0x45f825,null);}}function a125_0x59c3(){const _0x3b6cb3=['extractAndSaveBinary','RzaBf','winstonLogger','Error\x20trying\x20to\x20download\x20percy\x20binary','close','WYsDq','path','url','DVDWt','DhSlO','354OvHMDy','mkdirSync','bSfzU','5625724DWHNPD','agent','getBinaryPath','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response:\x20','IUShZ','join','W_OK','useCaCertificate','UjZqd','lazyEntries','wWffT','statusCode','YhxgL','jJVtZ','sIcPP','data','Failed\x20to\x20save\x20ETag\x20file:\x20','sxZMt','DDHRn','child_process','21dUEcYg','download','YgXiI','Failed\x20to\x20read\x20ETag\x20file:\x20','BUgUj','0755','createWriteStream','/home/','If-None-Match','IthMm','https://github.com/percy/cli/releases/latest/download','JNMud','FKbqi','6024696yPbxKS','VjFrH','linux','headers','env','fileName','LOGNAME','homedir','GjwRR','proxyPort','uiLYO','host','2353690bYVhgf','https-proxy-agent','percy','upxdJ','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file:\x20','/percy-linux.zip','CnRxl','error','platform','pQuIQ','--version','USERNAME','3150488gAVyrx','Connection','punsf','win32','needsUpdate','oUAnE','utf8','Oikyu','undefined','Oymio','1656493oDBhuf','tmpdir','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file:\x20','hhblW','binaryPath','zMxAB','RxPeq','debug','ELRWf','QbCAD','kwQOC','match','readFileSync','/percy-osx.zip','pboCA','KfauS','KYzvb','XGXwX','darwin','297BOpkXZ','tqvtD','TEtXv','proxyHost','openReadStream','HOMEPATH','AkNmB','JjUkh','trim','gEppH','accessSync','test','then','cwd','follow-redirects','etag','xpEOz','Saved\x20new\x20ETag\x20for\x20percy\x20binary','HOME','YurcY','SWDql','/root','tWONn','readEntry','yauzl','exports','HCgII','USERPROFILE','bKWOQ','Percy\x20binary\x20is\x20up\x20to\x20date\x20(ETag\x20unchanged)','NJGlq','QZMNr','end','validateBinary','25260jXxoRX','../logger','chmod','YIlSC','yCKbW','.browserstack','982010bMwvZk','length','FqWUK','pipe','USER','ybUKf','statSync','percy.exe','get','oHknS','writeFileSync','entry','VEIUX','DqOKf','CiKua','warn','Newly\x20downloaded\x20Percy\x20binary\x20is\x20corrupt,\x20retrying','IlGCK'];a125_0x59c3=function(){return _0x3b6cb3;};return a125_0x59c3();}module[a125_0x44302e(0x148)]=PercyBinary;
@@ -1 +1 @@
1
- var a126_0x357d5b=a126_0x2bf6;(function(_0x5ef424,_0x55b465){var _0x4dc14c=a126_0x2bf6,_0xde2d5c=_0x5ef424();while(!![]){try{var _0x8b87db=parseInt(_0x4dc14c(0xa0))/0x1*(parseInt(_0x4dc14c(0xa2))/0x2)+-parseInt(_0x4dc14c(0xa9))/0x3+-parseInt(_0x4dc14c(0xad))/0x4*(parseInt(_0x4dc14c(0xa6))/0x5)+-parseInt(_0x4dc14c(0xa3))/0x6+parseInt(_0x4dc14c(0xaa))/0x7*(parseInt(_0x4dc14c(0xa7))/0x8)+-parseInt(_0x4dc14c(0xa8))/0x9+parseInt(_0x4dc14c(0xa4))/0xa;if(_0x8b87db===_0x55b465)break;else _0xde2d5c['push'](_0xde2d5c['shift']());}catch(_0x58dd7e){_0xde2d5c['push'](_0xde2d5c['shift']());}}}(a126_0x214e,0xb7024));class PercyCaptureMap{#map={};[a126_0x357d5b(0xab)](_0x160f0c,_0x4d5028){!this.#map[_0x160f0c]&&(this.#map[_0x160f0c]={}),!this.#map[_0x160f0c][_0x4d5028]&&(this.#map[_0x160f0c][_0x4d5028]=0x0),this.#map[_0x160f0c][_0x4d5028]++;}[a126_0x357d5b(0xa5)](_0x222f3c,_0x8c4f86){var _0x10dd35=a126_0x357d5b;return _0x222f3c+'-'+_0x8c4f86+'-'+this[_0x10dd35(0xa1)](_0x222f3c,_0x8c4f86);}[a126_0x357d5b(0xa1)](_0x569282,_0x20a8ed){if(!this.#map[_0x569282])return 0x0;if(!this.#map[_0x569282][_0x20a8ed])return 0x0;return this.#map[_0x569282][_0x20a8ed];}}module[a126_0x357d5b(0xac)]=PercyCaptureMap;function a126_0x2bf6(_0x1c4af8,_0x20f8a4){var _0x214e97=a126_0x214e();return a126_0x2bf6=function(_0x2bf6a5,_0x354cd2){_0x2bf6a5=_0x2bf6a5-0xa0;var _0x3b7319=_0x214e97[_0x2bf6a5];return _0x3b7319;},a126_0x2bf6(_0x1c4af8,_0x20f8a4);}function a126_0x214e(){var _0x29a8c2=['20HXinNB','get','123210GSyeEj','7851126cJztmN','25903590ZesMYh','getName','125FVztBN','168208SiXjXP','4169628LjPocm','1382085FMwgJZ','21PlxTHI','increment','exports','144548fstthb'];a126_0x214e=function(){return _0x29a8c2;};return a126_0x214e();}
1
+ var a126_0x554012=a126_0x31c9;function a126_0x58a1(){var _0x59bb2a=['16DkIGkn','increment','4937310FkiNnp','3118422xAlqeC','14PAikxE','374796CegSBn','exports','2965158stZraE','1437621djXqvd','5034776alPcaM','1377873dAMSpK','get'];a126_0x58a1=function(){return _0x59bb2a;};return a126_0x58a1();}function a126_0x31c9(_0x559364,_0x17f73a){var _0x58a16a=a126_0x58a1();return a126_0x31c9=function(_0x31c9df,_0x2ab7b1){_0x31c9df=_0x31c9df-0x1c5;var _0x49f0c5=_0x58a16a[_0x31c9df];return _0x49f0c5;},a126_0x31c9(_0x559364,_0x17f73a);}(function(_0x57c9ba,_0x1d1f62){var _0x39fce4=a126_0x31c9,_0x5e9c5d=_0x57c9ba();while(!![]){try{var _0x15155f=-parseInt(_0x39fce4(0x1c7))/0x1+parseInt(_0x39fce4(0x1d0))/0x2+-parseInt(_0x39fce4(0x1c6))/0x3+parseInt(_0x39fce4(0x1c8))/0x4+parseInt(_0x39fce4(0x1cd))/0x5+-parseInt(_0x39fce4(0x1ce))/0x6*(-parseInt(_0x39fce4(0x1cf))/0x7)+-parseInt(_0x39fce4(0x1cb))/0x8*(parseInt(_0x39fce4(0x1c9))/0x9);if(_0x15155f===_0x1d1f62)break;else _0x5e9c5d['push'](_0x5e9c5d['shift']());}catch(_0x3b808){_0x5e9c5d['push'](_0x5e9c5d['shift']());}}}(a126_0x58a1,0xb4ddb));class PercyCaptureMap{#map={};[a126_0x554012(0x1cc)](_0x3ba74e,_0x53c97e){!this.#map[_0x3ba74e]&&(this.#map[_0x3ba74e]={}),!this.#map[_0x3ba74e][_0x53c97e]&&(this.#map[_0x3ba74e][_0x53c97e]=0x0),this.#map[_0x3ba74e][_0x53c97e]++;}['getName'](_0x5a16a0,_0xe57fc6){var _0x18b7bb=a126_0x554012;return _0x5a16a0+'-'+_0xe57fc6+'-'+this[_0x18b7bb(0x1ca)](_0x5a16a0,_0xe57fc6);}['get'](_0x40a0d9,_0x5a8721){if(!this.#map[_0x40a0d9])return 0x0;if(!this.#map[_0x40a0d9][_0x5a8721])return 0x0;return this.#map[_0x40a0d9][_0x5a8721];}}module[a126_0x554012(0x1c5)]=PercyCaptureMap;
@@ -1 +1 @@
1
- function a127_0x3a9c(_0x4f2943,_0x3f65a9){var _0x3fe7fd=a127_0x3fe7();return a127_0x3a9c=function(_0x3a9c3a,_0x1de23a){_0x3a9c3a=_0x3a9c3a-0x18f;var _0x25b51e=_0x3fe7fd[_0x3a9c3a];return _0x25b51e;},a127_0x3a9c(_0x4f2943,_0x3f65a9);}function a127_0x3fe7(){var _0x1a1be8=['6274376iImsGf','takeScreenshot','click','652VAZmKm','48060uxinDx','manual','exports','2576917kEztEI','testcase','1738892VHimxJ','driver','14793cHbmgB','4620545hobKtu','6fdqnXT','element','1064206BUJZzY','auto'];a127_0x3fe7=function(){return _0x1a1be8;};return a127_0x3fe7();}var a127_0x294f33=a127_0x3a9c;(function(_0x3d9ba2,_0x27e6a3){var _0x2579b1=a127_0x3a9c,_0x2e63a7=_0x3d9ba2();while(!![]){try{var _0x36d5a2=parseInt(_0x2579b1(0x19a))/0x1+parseInt(_0x2579b1(0x194))/0x2+parseInt(_0x2579b1(0x196))/0x3*(parseInt(_0x2579b1(0x19f))/0x4)+-parseInt(_0x2579b1(0x197))/0x5*(parseInt(_0x2579b1(0x198))/0x6)+-parseInt(_0x2579b1(0x192))/0x7+-parseInt(_0x2579b1(0x19c))/0x8+parseInt(_0x2579b1(0x18f))/0x9;if(_0x36d5a2===_0x27e6a3)break;else _0x2e63a7['push'](_0x2e63a7['shift']());}catch(_0x50bb76){_0x2e63a7['push'](_0x2e63a7['shift']());}}}(a127_0x3fe7,0xa2a60));var a127_0x5ae98d={};a127_0x5ae98d['driver']=[a127_0x294f33(0x19d)],a127_0x5ae98d[a127_0x294f33(0x199)]=[a127_0x294f33(0x19e),'sendKeys'];var a127_0x54f22c={};a127_0x54f22c[a127_0x294f33(0x195)]=[a127_0x294f33(0x19d)];var a127_0x561a4b={};a127_0x561a4b[a127_0x294f33(0x199)]=['click'];var a127_0x3e0401={};a127_0x3e0401[a127_0x294f33(0x19b)]=a127_0x5ae98d,a127_0x3e0401['screenshot']=a127_0x54f22c,a127_0x3e0401['click']=a127_0x561a4b,a127_0x3e0401[a127_0x294f33(0x193)]={},a127_0x3e0401[a127_0x294f33(0x190)]={},module[a127_0x294f33(0x191)]=a127_0x3e0401;
1
+ var a127_0x924e9=a127_0x1733;(function(_0x5e8513,_0x3bb63c){var _0x3b670d=a127_0x1733,_0x2be70e=_0x5e8513();while(!![]){try{var _0x5abc7b=parseInt(_0x3b670d(0x155))/0x1*(parseInt(_0x3b670d(0x158))/0x2)+-parseInt(_0x3b670d(0x152))/0x3+parseInt(_0x3b670d(0x15b))/0x4*(-parseInt(_0x3b670d(0x166))/0x5)+-parseInt(_0x3b670d(0x154))/0x6*(-parseInt(_0x3b670d(0x162))/0x7)+-parseInt(_0x3b670d(0x159))/0x8*(-parseInt(_0x3b670d(0x153))/0x9)+-parseInt(_0x3b670d(0x15c))/0xa+parseInt(_0x3b670d(0x163))/0xb;if(_0x5abc7b===_0x3bb63c)break;else _0x2be70e['push'](_0x2be70e['shift']());}catch(_0x1b9085){_0x2be70e['push'](_0x2be70e['shift']());}}}(a127_0xc037,0x57793));function a127_0x1733(_0x32fc73,_0x356bc7){var _0xc03704=a127_0xc037();return a127_0x1733=function(_0x1733ac,_0x53e009){_0x1733ac=_0x1733ac-0x152;var _0x2c9911=_0xc03704[_0x1733ac];return _0x2c9911;},a127_0x1733(_0x32fc73,_0x356bc7);}var a127_0x751a1={};a127_0x751a1['driver']=[a127_0x924e9(0x164)],a127_0x751a1[a127_0x924e9(0x165)]=[a127_0x924e9(0x156),a127_0x924e9(0x160)];function a127_0xc037(){var _0x4bde72=['driver','8wtLSiz','3685480JhzIBS','screenshot','auto','manual','sendKeys','exports','7NIfsHj','10565269ksURBi','takeScreenshot','element','1371830oFTNmy','2020512VhPRzo','18FycuRt','2714064cbAKHt','13fHNBXz','click','testcase','41724UvIzXb','1060184KHnPAk'];a127_0xc037=function(){return _0x4bde72;};return a127_0xc037();}var a127_0xa58294={};a127_0xa58294[a127_0x924e9(0x15a)]=['takeScreenshot'];var a127_0x10db16={};a127_0x10db16['element']=['click'];var a127_0xf4ebff={};a127_0xf4ebff[a127_0x924e9(0x15e)]=a127_0x751a1,a127_0xf4ebff[a127_0x924e9(0x15d)]=a127_0xa58294,a127_0xf4ebff[a127_0x924e9(0x156)]=a127_0x10db16,a127_0xf4ebff[a127_0x924e9(0x157)]={},a127_0xf4ebff[a127_0x924e9(0x15f)]={},module[a127_0x924e9(0x161)]=a127_0xf4ebff;
@@ -1 +1 @@
1
- function a128_0x1d72(_0x44143d,_0x2ed949){const _0xd2ed0=a128_0xd2ed();return a128_0x1d72=function(_0x1d7267,_0xeeed2b){_0x1d7267=_0x1d7267-0xf0;let _0x367700=_0xd2ed0[_0x1d7267];return _0x367700;},a128_0x1d72(_0x44143d,_0x2ed949);}const a128_0x4434d4=a128_0x1d72;(function(_0x1dbb4e,_0x11e004){const _0x3f253f=a128_0x1d72,_0x2afd38=_0x1dbb4e();while(!![]){try{const _0x2efbfd=-parseInt(_0x3f253f(0x104))/0x1+parseInt(_0x3f253f(0x107))/0x2+parseInt(_0x3f253f(0x112))/0x3+parseInt(_0x3f253f(0x116))/0x4*(-parseInt(_0x3f253f(0xf3))/0x5)+-parseInt(_0x3f253f(0x106))/0x6+-parseInt(_0x3f253f(0xf5))/0x7*(parseInt(_0x3f253f(0x10d))/0x8)+-parseInt(_0x3f253f(0x102))/0x9*(-parseInt(_0x3f253f(0x10f))/0xa);if(_0x2efbfd===_0x11e004)break;else _0x2afd38['push'](_0x2afd38['shift']());}catch(_0xeeeed9){_0x2afd38['push'](_0x2afd38['shift']());}}}(a128_0xd2ed,0x573b2));const tryRequire=function(_0xaf664b,_0x308525){const _0x5cbb7e=a128_0x1d72,_0x4b35c9={'fOuSh':function(_0x284d96,_0x3fa1b7){return _0x284d96(_0x3fa1b7);}};try{return _0x4b35c9[_0x5cbb7e(0xfb)](require,_0xaf664b);}catch{return _0x308525;}},percySnapshot=tryRequire(a128_0x4434d4(0xf1),null),{percyScreenshot}=tryRequire(a128_0x4434d4(0xf1),{}),percyAppScreenshot=require(a128_0x4434d4(0xfe)),{getCurrentTestData}=require('../../helpers/testhub/utils'),PerformanceTester=require('../performance/performance-tester'),{PERCY_EVENTS:PerformanceEvents}=require(a128_0x4434d4(0x109)),logger=require(a128_0x4434d4(0x114))[a128_0x4434d4(0x110)];function a128_0xd2ed(){const _0x595eba=['@percy/appium-app','fcPPB','iphCd','thTestCaseExecutionId','101682DxlMUW','SCREENSHOT','250510eoDoAB','SCREENSHOT_APP','1566018FJPfjx','1015712fwOoRi','apply','../performance/constants','screenshotApp','uuid','error','10288lBWRKj','knPMX','260zvwQgp','winstonLogger','measure','1301616WAQHGv','testCase','../logger','screenshot','4PyTAIf','mvtUM','@percy/selenium-webdriver','name','174385LkFsaI','platformIndex','1806DlkTrY','SNAPSHOT','length','lhBdx','browserstackPlatformIndex','Unsupported\x20driver\x20for\x20percy','fOuSh','snapshot','TWfbw'];a128_0xd2ed=function(){return _0x595eba;};return a128_0xd2ed();}percySnapshot&&(exports[a128_0x4434d4(0xfc)]=async function(){const _0x285eed=a128_0x4434d4,_0x5d4774={'mvtUM':function(_0x246bf2,_0x5d4ad3){return _0x246bf2!==_0x5d4ad3;},'TWfbw':function(_0x17aff4,_0xe0c63e){return _0x17aff4>=_0xe0c63e;},'fcPPB':function(_0x269676){return _0x269676();}};if(global['browserstackPlatformIndex']&&_0x5d4774[_0x285eed(0xf0)](global[_0x285eed(0xf9)],global['browserstackPercyBestPlatform']))return;const _0x6b1d1f=_0x5d4774[_0x285eed(0xfd)](arguments['length'],0x2)?arguments[0x1]:'',_0x3d2c92=_0x5d4774[_0x285eed(0xff)](getCurrentTestData),_0x4f8766={};return _0x4f8766[_0x285eed(0xf2)]=_0x6b1d1f,_0x4f8766[_0x285eed(0x113)]=_0x3d2c92[_0x285eed(0xf2)]||'',_0x4f8766['thTestCaseExecutionId']=_0x3d2c92['uuid']||'',_0x4f8766[_0x285eed(0xf4)]=global[_0x285eed(0xf9)],await PerformanceTester['measure'](PerformanceEvents[_0x285eed(0xf6)],()=>percySnapshot[_0x285eed(0x108)](null,arguments),_0x4f8766);});percyScreenshot?exports[a128_0x4434d4(0x115)]=async function(){const _0x1856e8=a128_0x4434d4,_0x1ea7fb={'lhBdx':function(_0x28e5ea,_0x18a4ce){return _0x28e5ea>=_0x18a4ce;},'knPMX':function(_0x20cc74){return _0x20cc74();}},_0x24aa41=_0x1ea7fb[_0x1856e8(0xf8)](arguments[_0x1856e8(0xf7)],0x2)?arguments[0x1]:'',_0x449e27=_0x1ea7fb[_0x1856e8(0x10e)](getCurrentTestData),_0x22fe51={};return _0x22fe51[_0x1856e8(0xf2)]=_0x24aa41,_0x22fe51[_0x1856e8(0x113)]=_0x449e27[_0x1856e8(0xf2)]||'',_0x22fe51['thTestCaseExecutionId']=_0x449e27[_0x1856e8(0x10b)]||'',_0x22fe51[_0x1856e8(0xf4)]=global[_0x1856e8(0xf9)],await PerformanceTester[_0x1856e8(0x111)](PerformanceEvents[_0x1856e8(0x103)],()=>percyScreenshot[_0x1856e8(0x108)](null,arguments),_0x22fe51);}:exports['screenshot']=()=>{const _0x22c3b9=a128_0x4434d4,_0x1aaa58={};_0x1aaa58[_0x22c3b9(0x100)]=_0x22c3b9(0xfa);const _0x1cd824=_0x1aaa58;logger[_0x22c3b9(0x10c)](_0x1cd824[_0x22c3b9(0x100)]);};exports[a128_0x4434d4(0x10a)]=async function(){const _0x30b1f6=a128_0x4434d4,_0x155ed6={'RfxkT':function(_0x305f51,_0xcc351e){return _0x305f51>=_0xcc351e;},'xHjbJ':function(_0x4322ba){return _0x4322ba();}},_0x2514bb=_0x155ed6['RfxkT'](arguments[_0x30b1f6(0xf7)],0x2)?arguments[0x1]:'',_0x3e91c4=_0x155ed6['xHjbJ'](getCurrentTestData),_0x281a45={};return _0x281a45[_0x30b1f6(0xf2)]=_0x2514bb,_0x281a45[_0x30b1f6(0x113)]=_0x3e91c4[_0x30b1f6(0xf2)]||'',_0x281a45[_0x30b1f6(0x101)]=_0x3e91c4[_0x30b1f6(0x10b)]||'',_0x281a45[_0x30b1f6(0xf4)]=global[_0x30b1f6(0xf9)],await PerformanceTester[_0x30b1f6(0x111)](PerformanceEvents[_0x30b1f6(0x105)],()=>percyAppScreenshot['apply'](null,arguments),_0x281a45);};
1
+ const a128_0x344c6d=a128_0x4dd0;(function(_0xc696d1,_0x38ae0e){const _0x3a9bcf=a128_0x4dd0,_0x36dda4=_0xc696d1();while(!![]){try{const _0x4f6f91=-parseInt(_0x3a9bcf(0x164))/0x1*(-parseInt(_0x3a9bcf(0x155))/0x2)+parseInt(_0x3a9bcf(0x165))/0x3+parseInt(_0x3a9bcf(0x15e))/0x4+parseInt(_0x3a9bcf(0x14a))/0x5*(parseInt(_0x3a9bcf(0x163))/0x6)+parseInt(_0x3a9bcf(0x14c))/0x7+parseInt(_0x3a9bcf(0x154))/0x8+-parseInt(_0x3a9bcf(0x162))/0x9*(parseInt(_0x3a9bcf(0x160))/0xa);if(_0x4f6f91===_0x38ae0e)break;else _0x36dda4['push'](_0x36dda4['shift']());}catch(_0x38a9aa){_0x36dda4['push'](_0x36dda4['shift']());}}}(a128_0xeb75,0x8891c));const tryRequire=function(_0x2249c7,_0x455a6b){const _0xf0d489=a128_0x4dd0,_0x5511fa={'nyDEf':function(_0x51a344,_0x389918){return _0x51a344(_0x389918);}};try{return _0x5511fa[_0xf0d489(0x150)](require,_0x2249c7);}catch{return _0x455a6b;}},percySnapshot=tryRequire(a128_0x344c6d(0x144),null),{percyScreenshot}=tryRequire(a128_0x344c6d(0x144),{}),percyAppScreenshot=require(a128_0x344c6d(0x143)),{getCurrentTestData}=require(a128_0x344c6d(0x158)),PerformanceTester=require(a128_0x344c6d(0x14d)),{PERCY_EVENTS:PerformanceEvents}=require(a128_0x344c6d(0x159)),logger=require('../logger')[a128_0x344c6d(0x147)];function a128_0x4dd0(_0x2d6443,_0x10c17a){const _0xeb755d=a128_0xeb75();return a128_0x4dd0=function(_0x4dd08e,_0x5a8aef){_0x4dd08e=_0x4dd08e-0x141;let _0x120bc2=_0xeb755d[_0x4dd08e];return _0x120bc2;},a128_0x4dd0(_0x2d6443,_0x10c17a);}percySnapshot&&(exports[a128_0x344c6d(0x157)]=async function(){const _0x1d56c3=a128_0x344c6d,_0x2300cf={'jESEB':function(_0x465b8c,_0x2996f0){return _0x465b8c!==_0x2996f0;},'teehj':function(_0x2ca056,_0x5baea6){return _0x2ca056>=_0x5baea6;},'jJHXn':function(_0x23d183){return _0x23d183();}};if(global['browserstackPlatformIndex']&&_0x2300cf[_0x1d56c3(0x14f)](global[_0x1d56c3(0x14e)],global[_0x1d56c3(0x153)]))return;const _0x5368ff=_0x2300cf[_0x1d56c3(0x146)](arguments[_0x1d56c3(0x15f)],0x2)?arguments[0x1]:'',_0x4c9b22=_0x2300cf['jJHXn'](getCurrentTestData),_0x185b73={};return _0x185b73[_0x1d56c3(0x161)]=_0x5368ff,_0x185b73[_0x1d56c3(0x145)]=_0x4c9b22[_0x1d56c3(0x161)]||'',_0x185b73['thTestCaseExecutionId']=_0x4c9b22[_0x1d56c3(0x15b)]||'',_0x185b73['platformIndex']=global['browserstackPlatformIndex'],await PerformanceTester['measure'](PerformanceEvents['SNAPSHOT'],()=>percySnapshot[_0x1d56c3(0x149)](null,arguments),_0x185b73);});percyScreenshot?exports[a128_0x344c6d(0x167)]=async function(){const _0x58347b=a128_0x344c6d,_0xdb70b6={'vlFJY':function(_0x3846e1,_0x1b5662){return _0x3846e1>=_0x1b5662;},'xdMBo':function(_0x4a2df1){return _0x4a2df1();}},_0x1688c3=_0xdb70b6['vlFJY'](arguments[_0x58347b(0x15f)],0x2)?arguments[0x1]:'',_0x432da9=_0xdb70b6['xdMBo'](getCurrentTestData),_0x50c6d4={};return _0x50c6d4[_0x58347b(0x161)]=_0x1688c3,_0x50c6d4[_0x58347b(0x145)]=_0x432da9[_0x58347b(0x161)]||'',_0x50c6d4[_0x58347b(0x152)]=_0x432da9[_0x58347b(0x15b)]||'',_0x50c6d4['platformIndex']=global[_0x58347b(0x14e)],await PerformanceTester[_0x58347b(0x151)](PerformanceEvents[_0x58347b(0x15d)],()=>percyScreenshot[_0x58347b(0x149)](null,arguments),_0x50c6d4);}:exports['screenshot']=()=>{const _0x3a4313=a128_0x344c6d,_0xe6cbf6={};_0xe6cbf6[_0x3a4313(0x148)]=_0x3a4313(0x14b);const _0x16a881=_0xe6cbf6;logger[_0x3a4313(0x166)](_0x16a881[_0x3a4313(0x148)]);};exports[a128_0x344c6d(0x141)]=async function(){const _0x327014=a128_0x344c6d,_0x37a910={'hUQSs':function(_0x358dbd,_0x4b1d50){return _0x358dbd>=_0x4b1d50;},'HwIZk':function(_0x3fac9c){return _0x3fac9c();}},_0x120cd8=_0x37a910[_0x327014(0x15c)](arguments['length'],0x2)?arguments[0x1]:'',_0x529d48=_0x37a910[_0x327014(0x15a)](getCurrentTestData),_0x2e4181={};return _0x2e4181['name']=_0x120cd8,_0x2e4181[_0x327014(0x145)]=_0x529d48[_0x327014(0x161)]||'',_0x2e4181[_0x327014(0x152)]=_0x529d48[_0x327014(0x15b)]||'',_0x2e4181[_0x327014(0x142)]=global[_0x327014(0x14e)],await PerformanceTester[_0x327014(0x151)](PerformanceEvents[_0x327014(0x156)],()=>percyAppScreenshot['apply'](null,arguments),_0x2e4181);};function a128_0xeb75(){const _0x5674f2=['SCREENSHOT_APP','snapshot','../../helpers/testhub/utils','../performance/constants','HwIZk','uuid','hUQSs','SCREENSHOT','2626396acVgCU','length','10CAPCuY','name','29466009mGXibV','4596bPIGKw','178053wSizMx','2649255svxvED','error','screenshot','screenshotApp','platformIndex','@percy/appium-app','@percy/selenium-webdriver','testCase','teehj','winstonLogger','Veyrm','apply','2065ljJQpU','Unsupported\x20driver\x20for\x20percy','5388922ciaWZV','../performance/performance-tester','browserstackPlatformIndex','jESEB','nyDEf','measure','thTestCaseExecutionId','browserstackPercyBestPlatform','5386736ABAJwM','6hqxdGG'];a128_0xeb75=function(){return _0x5674f2;};return a128_0xeb75();}
@@ -1 +1 @@
1
- function a129_0x31d2(_0x1fe9c3,_0x4ec427){var _0x947375=a129_0x9473();return a129_0x31d2=function(_0x31d272,_0x2440f8){_0x31d272=_0x31d272-0x10d;var _0x4bf41c=_0x947375[_0x31d272];return _0x4bf41c;},a129_0x31d2(_0x1fe9c3,_0x4ec427);}var a129_0x2bff0b=a129_0x31d2;function a129_0x9473(){var _0x3816d2=['132MLXtpN','1409930CjjSFh','exports','12588rUIZqS','746879ajLxha','9cZWcJT','1795644aTvfyj','2265070GIOaQD','2057iMHWIT','8MddSlm','4467sBZQDq','590ERrwyB','349qouTDg','./Percy'];a129_0x9473=function(){return _0x3816d2;};return a129_0x9473();}(function(_0x33806e,_0x6ef4c){var _0x468800=a129_0x31d2,_0x3d5765=_0x33806e();while(!![]){try{var _0x550405=-parseInt(_0x468800(0x11a))/0x1*(parseInt(_0x468800(0x119))/0x2)+-parseInt(_0x468800(0x118))/0x3*(-parseInt(_0x468800(0x10e))/0x4)+parseInt(_0x468800(0x115))/0x5+-parseInt(_0x468800(0x114))/0x6+parseInt(_0x468800(0x112))/0x7*(parseInt(_0x468800(0x117))/0x8)+parseInt(_0x468800(0x113))/0x9*(-parseInt(_0x468800(0x10f))/0xa)+-parseInt(_0x468800(0x116))/0xb*(-parseInt(_0x468800(0x111))/0xc);if(_0x550405===_0x6ef4c)break;else _0x3d5765['push'](_0x3d5765['shift']());}catch(_0x21b743){_0x3d5765['push'](_0x3d5765['shift']());}}}(a129_0x9473,0x3fe9d),module[a129_0x2bff0b(0x110)]=require(a129_0x2bff0b(0x10d)));
1
+ function a129_0x170e(_0x26b7a4,_0x52fe42){var _0x50d554=a129_0x50d5();return a129_0x170e=function(_0x170ee5,_0x3ac096){_0x170ee5=_0x170ee5-0x104;var _0x4b2fa9=_0x50d554[_0x170ee5];return _0x4b2fa9;},a129_0x170e(_0x26b7a4,_0x52fe42);}function a129_0x50d5(){var _0x4767b2=['6263CaJsNC','6477968QDQbdQ','85BVEcgw','155813ZuVQfq','exports','234Cbwnbz','2000umHIEy','302248hsxewQ','13578851uILdQY','318TPjkpp','74ZpPqwV','1321854ffnjLQ'];a129_0x50d5=function(){return _0x4767b2;};return a129_0x50d5();}var a129_0xd3bbd7=a129_0x170e;(function(_0x5dada6,_0x2e60dc){var _0x549655=a129_0x170e,_0x2feb6d=_0x5dada6();while(!![]){try{var _0x2aebcc=-parseInt(_0x549655(0x109))/0x1*(parseInt(_0x549655(0x107))/0x2)+parseInt(_0x549655(0x108))/0x3+parseInt(_0x549655(0x104))/0x4*(parseInt(_0x549655(0x10b))/0x5)+-parseInt(_0x549655(0x106))/0x6*(parseInt(_0x549655(0x10c))/0x7)+-parseInt(_0x549655(0x10a))/0x8+-parseInt(_0x549655(0x10e))/0x9*(parseInt(_0x549655(0x10f))/0xa)+parseInt(_0x549655(0x105))/0xb;if(_0x2aebcc===_0x2e60dc)break;else _0x2feb6d['push'](_0x2feb6d['shift']());}catch(_0x12e900){_0x2feb6d['push'](_0x2feb6d['shift']());}}}(a129_0x50d5,0xb3019),module[a129_0xd3bbd7(0x10d)]=require('./Percy'));
@@ -1 +1 @@
1
- const a130_0x238faa=a130_0x2cf4;function a130_0x2cf4(_0x3f8f6f,_0x202ad3){const _0x256efb=a130_0x256e();return a130_0x2cf4=function(_0x2cf498,_0x1e841c){_0x2cf498=_0x2cf498-0x94;let _0x1a1a79=_0x256efb[_0x2cf498];return _0x1a1a79;},a130_0x2cf4(_0x3f8f6f,_0x202ad3);}function a130_0x256e(){const _0x81e432=['browserstackPercyMap','../performance/constants','element','qjBPs','UJWhs','JvHwM','./Percy','isUndefined','browserstackPercyBestPlatform','../logger','getDriver','stop','37082450gwwWlL','nestedKeyValue','chrome','edge','init','browserstackSessionName','deviceName','screenshotApp','START','11umgOcv','10611450sOlREH','error','browser','browserName','8orBPLG','driver','patch','bsTaJ','6484177wMDgDL','getPercyOptions','manual','Error\x20patching\x20','5sNbMfu','safari','percy','2CwcTCP','measureWrapper','SPRgt','CFGZW','prototype','Starting\x20percy','percyAutoCapture','browserStackPercyOptions','forEach','auto','304638jwzcom','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','overrideXforPercy','rrnTM','start','reduce','percyCaptureMode','toLowerCase','stopPercy','eksxd','./PercySDK','985783ndjcRm','DXVLK','2477992AKcBDi','AUTO_CAPTURE','./PercyCaptureModes','patchDriverPercy','getBestPlatformForPercySnapshot','../helper','\x20for\x20percy\x20','eANil','apply','getName','../performance/performance-tester','NgDrI','1988706SOVZxg','debug','./PercyCaptureMap','increment'];a130_0x256e=function(){return _0x81e432;};return a130_0x256e();}(function(_0x10809d,_0x183f70){const _0x46ba9d=a130_0x2cf4,_0x91c543=_0x10809d();while(!![]){try{const _0x85adcb=-parseInt(_0x46ba9d(0x95))/0x1*(-parseInt(_0x46ba9d(0xcc))/0x2)+parseInt(_0x46ba9d(0xa3))/0x3+parseInt(_0x46ba9d(0x97))/0x4+parseInt(_0x46ba9d(0xc9))/0x5*(-parseInt(_0x46ba9d(0xd6))/0x6)+parseInt(_0x46ba9d(0xc5))/0x7*(parseInt(_0x46ba9d(0xc1))/0x8)+parseInt(_0x46ba9d(0xbd))/0x9+-parseInt(_0x46ba9d(0xb3))/0xa*(parseInt(_0x46ba9d(0xbc))/0xb);if(_0x85adcb===_0x183f70)break;else _0x91c543['push'](_0x91c543['shift']());}catch(_0x6dd68d){_0x91c543['push'](_0x91c543['shift']());}}}(a130_0x256e,0x9607e));const Percy=require(a130_0x238faa(0xad)),PercySDK=require(a130_0x238faa(0x94)),PercyCaptureModes=require(a130_0x238faa(0x99)),PercyCaptureMap=require(a130_0x238faa(0xa5)),logger=require(a130_0x238faa(0xb0))['winstonLogger'],helper=require(a130_0x238faa(0x9c)),PerformanceTester=require(a130_0x238faa(0xa1)),{PERCY_EVENTS:PerformanceEvents}=require(a130_0x238faa(0xa8));exports['startPercy']=PerformanceTester[a130_0x238faa(0xcd)](PerformanceEvents[a130_0x238faa(0xbb)],async _0x31955e=>{const _0x70a3db=a130_0x238faa,_0xc80277={};_0xc80277[_0x70a3db(0xdf)]=_0x70a3db(0xd1);const _0x13bdfe=_0xc80277;logger['debug'](_0x13bdfe['eksxd']);const _0x61ad66=new Percy(_0x31955e),_0x1eb94c=await _0x61ad66[_0x70a3db(0xda)]();if(_0x1eb94c)return _0x61ad66;return null;}),exports[a130_0x238faa(0xde)]=PerformanceTester[a130_0x238faa(0xcd)](PerformanceEvents['STOP'],async _0x2332ef=>{const _0x108861=a130_0x238faa,_0x526baa={};_0x526baa[_0x108861(0xac)]='Stopping\x20percy';const _0x2d3942=_0x526baa;return logger['debug'](_0x2d3942['JvHwM']),_0x2332ef[_0x108861(0xb2)]();}),exports['getBestPlatformForPercySnapshot']=_0x5155cb=>{const _0x4d0f9f=a130_0x238faa,_0x2315ff={};_0x2315ff[_0x4d0f9f(0x9e)]=function(_0x1194a6,_0x42485f){return _0x1194a6<_0x42485f;};const _0x45b9ce=_0x2315ff,_0x4c17ea={};_0x4c17ea[_0x4d0f9f(0xb5)]=0x0,_0x4c17ea['firefox']=0x1,_0x4c17ea[_0x4d0f9f(0xb6)]=0x2,_0x4c17ea[_0x4d0f9f(0xca)]=0x3;const _0x359791=_0x4c17ea;return _0x5155cb[_0x4d0f9f(0xdb)]((_0x30fd8b,_0x267300,_0x35f37f)=>{const _0x29e0f0=_0x4d0f9f,_0x35857a=_0x5155cb[_0x30fd8b];if(_0x267300[_0x29e0f0(0xb9)])return _0x30fd8b;if(_0x35857a[_0x29e0f0(0xb9)])return _0x35f37f;const _0x5edb26=_0x267300[_0x29e0f0(0xbf)]?_0x267300[_0x29e0f0(0xbf)]:_0x267300[_0x29e0f0(0xc0)];if(_0x5edb26&&_0x45b9ce[_0x29e0f0(0x9e)](_0x359791[_0x5edb26[_0x29e0f0(0xdd)]()],_0x359791[_0x5edb26['toLowerCase']()]))return _0x35f37f;return _0x30fd8b;},0x0);},exports[a130_0x238faa(0xd2)]=PerformanceTester[a130_0x238faa(0xcd)](PerformanceEvents[a130_0x238faa(0x98)],async(_0x326db3,_0x181e44,_0x51e43a)=>{const _0x549a3c=a130_0x238faa,_0x2127fe={};_0x2127fe['rrnTM']=_0x549a3c(0xd7);const _0x217542=_0x2127fe,_0x22e0fa=_0x326db3[_0x549a3c(0xa7)];if(helper[_0x549a3c(0xae)](_0x326db3[_0x549a3c(0xb8)])){logger[_0x549a3c(0xa4)](_0x217542[_0x549a3c(0xd9)]);return;}const _0x4e8df6=_0x22e0fa[_0x549a3c(0xa0)](_0x326db3[_0x549a3c(0xb8)],_0x181e44);_0x51e43a['app']?await PercySDK[_0x549a3c(0xba)](_0x326db3,_0x4e8df6):await PercySDK['screenshot'](_0x326db3,_0x4e8df6),_0x22e0fa[_0x549a3c(0xa6)](_0x326db3['browserstackSessionName'],_0x181e44);}),exports[a130_0x238faa(0x9a)]=(_0xb9c4,_0x4d8906,_0x2d6e23)=>{const _0x45fbe9=a130_0x238faa,_0x388612={};_0x388612[_0x45fbe9(0xa2)]=_0x45fbe9(0xd3),_0x388612[_0x45fbe9(0xab)]=_0x45fbe9(0xcb),_0x388612[_0x45fbe9(0xaa)]=function(_0x343068,_0x14e960){return _0x343068!==_0x14e960;},_0x388612[_0x45fbe9(0xce)]=_0x45fbe9(0xc7);const _0x155eea=_0x388612;if(!helper[_0x45fbe9(0xb4)](_0x2d6e23,[_0x155eea['NgDrI'],_0x155eea[_0x45fbe9(0xab)]]))return;if(_0x2d6e23[_0x45fbe9(0xd3)][_0x45fbe9(0xcb)]&&_0x2d6e23[_0x45fbe9(0xd3)][_0x45fbe9(0xdc)]&&_0x155eea[_0x45fbe9(0xaa)](_0x2d6e23[_0x45fbe9(0xd3)]['percyCaptureMode'],_0x155eea[_0x45fbe9(0xce)])&&!_0xb9c4[_0x45fbe9(0xa7)]){global[_0x45fbe9(0xb8)]&&(_0xb9c4[_0x45fbe9(0xb8)]=global[_0x45fbe9(0xb8)]),_0xb9c4[_0x45fbe9(0xa7)]=new PercyCaptureMap();const _0x1c9a08=PercyCaptureModes[_0x2d6e23[_0x45fbe9(0xd3)][_0x45fbe9(0xdc)]];_0x1c9a08[_0x45fbe9(0xc2)]&&_0x1c9a08[_0x45fbe9(0xc2)][_0x45fbe9(0xd4)](_0x1f9ded=>this[_0x45fbe9(0xd8)](_0xb9c4,_0x1f9ded,_0x2d6e23)),_0x1c9a08[_0x45fbe9(0xa9)]&&_0x1c9a08[_0x45fbe9(0xa9)][_0x45fbe9(0xd4)](_0xf8a28a=>{const _0x527453=_0x45fbe9;if(_0x4d8906[_0x527453(0xd0)]['patch'+_0xf8a28a])return;_0x4d8906[_0x527453(0xd0)][_0x527453(0xc3)+_0xf8a28a]=!![];const _0x5df92e=_0x4d8906['prototype'][_0xf8a28a];_0x4d8906[_0x527453(0xd0)][_0xf8a28a]=async function(){const _0x52f428=_0x527453;let _0x40fc46=_0x5df92e['apply'](this,arguments);_0x40fc46&&_0x40fc46['then']&&(_0x40fc46=await _0x40fc46);try{const _0x4b7a04=this[_0x52f428(0xb1)]();await exports[_0x52f428(0xd2)](_0x4b7a04,_0xf8a28a,_0x2d6e23);}catch(_0xb7e26a){logger[_0x52f428(0xbe)]('Error\x20patching\x20'+_0xf8a28a+'\x20for\x20percy\x20'+_0xb7e26a);}return _0x40fc46;};});}},exports['overrideXforPercy']=function(_0x1e96eb,_0x71a349,_0x1dcaae){const _0x3e745e=a130_0x238faa,_0x11091f={};_0x11091f[_0x3e745e(0x96)]=function(_0xe01be6,_0x494496){return _0xe01be6+_0x494496;},_0x11091f['CFGZW']='patch',_0x11091f[_0x3e745e(0xc4)]=function(_0x5efe7a,_0x601e00){return _0x5efe7a+_0x601e00;},_0x11091f['VLdTZ']=_0x3e745e(0xb7);const _0x4328df=_0x11091f,_0x11984a=_0x4328df[_0x3e745e(0x96)](_0x4328df[_0x3e745e(0xcf)],_0x71a349),_0x43de37=_0x4328df[_0x3e745e(0xc4)](_0x4328df['VLdTZ'],_0x71a349),_0x30f246=this;if(_0x1e96eb[_0x11984a]||!_0x1e96eb[_0x71a349])return;_0x1e96eb[_0x11984a]=!![],_0x1e96eb[_0x43de37]=_0x1e96eb[_0x71a349],_0x1e96eb[_0x71a349]=async()=>{const _0x178be1=_0x3e745e;try{await _0x30f246[_0x178be1(0xd2)](_0x1e96eb,_0x71a349,_0x1dcaae);}catch(_0x52ebff){logger[_0x178be1(0xbe)](_0x178be1(0xc8)+_0x71a349+_0x178be1(0x9d)+_0x52ebff);}return await _0x1e96eb[_0x43de37][_0x178be1(0x9f)](_0x1e96eb,arguments);};},exports[a130_0x238faa(0xc6)]=_0x36a76c=>{const _0x1316dd=a130_0x238faa,_0x37c19d={};_0x37c19d['CMusb']=_0x1316dd(0xd5);const _0x488a2e=_0x37c19d,_0x4906af={};_0x4906af[_0x1316dd(0xcb)]=_0x36a76c['percy'],_0x4906af[_0x1316dd(0xdc)]=_0x36a76c[_0x1316dd(0xdc)]||_0x488a2e['CMusb'];const _0x204b3d=_0x4906af;_0x36a76c[_0x1316dd(0xcb)]&&(_0x204b3d[_0x1316dd(0xaf)]=exports[_0x1316dd(0x9b)](_0x36a76c['platforms']));;return _0x204b3d;};
1
+ const a130_0x28b543=a130_0x488f;(function(_0x4b00cf,_0x2efcee){const _0x4ce316=a130_0x488f,_0x1d0246=_0x4b00cf();while(!![]){try{const _0x21cd64=-parseInt(_0x4ce316(0x1c1))/0x1+-parseInt(_0x4ce316(0x1e8))/0x2*(-parseInt(_0x4ce316(0x1b9))/0x3)+parseInt(_0x4ce316(0x1cf))/0x4+-parseInt(_0x4ce316(0x1e6))/0x5*(-parseInt(_0x4ce316(0x1de))/0x6)+-parseInt(_0x4ce316(0x1b5))/0x7*(-parseInt(_0x4ce316(0x1c9))/0x8)+parseInt(_0x4ce316(0x1a7))/0x9*(parseInt(_0x4ce316(0x1ce))/0xa)+-parseInt(_0x4ce316(0x1b3))/0xb;if(_0x21cd64===_0x2efcee)break;else _0x1d0246['push'](_0x1d0246['shift']());}catch(_0x4e20c7){_0x1d0246['push'](_0x1d0246['shift']());}}}(a130_0x3e45,0x28905));const Percy=require(a130_0x28b543(0x1b7)),PercySDK=require(a130_0x28b543(0x1b8)),PercyCaptureModes=require(a130_0x28b543(0x1c3)),PercyCaptureMap=require(a130_0x28b543(0x1bd)),logger=require(a130_0x28b543(0x1a4))['winstonLogger'],helper=require(a130_0x28b543(0x1d2)),PerformanceTester=require('../performance/performance-tester'),{PERCY_EVENTS:PerformanceEvents}=require(a130_0x28b543(0x1c8));function a130_0x3e45(){const _0x12e4fc=['HbLyG','percy','safari','BVTEB','init','browserStackPercyOptions','firefox','stopPercy','../logger','isUndefined','SpbLt','9rWBxCy','forEach','\x20for\x20percy\x20','jUKMl','manual','error','Zqlkc','debug','measureWrapper','PRYDA','overrideXforPercy','browserstackPercyMap','5678013TacTml','getBestPlatformForPercySnapshot','474614MnmCuD','IeTuG','./Percy','./PercySDK','935358VPIXzj','chrome','getName','browserName','./PercyCaptureMap','driver','startPercy','edge','312738jcMUqR','percyCaptureMode','./PercyCaptureModes','lrneP','Starting\x20percy','browserstackSessionName','deviceName','../performance/constants','32viYpWX','AUTO_CAPTURE','MmVcy','browserstackPercyBestPlatform','platforms','2300590ikDNlW','234236ElBYXS','DUcbK','apply','../helper','Error\x20patching\x20','STOP','prototype','getDriver','getPercyOptions','browser','element','nestedKeyValue','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','toLowerCase','Stopping\x20percy','6bsOpFA','auto','screenshotApp','QzNJk','percyAutoCapture','patch','then','app','617290BPAvUr','reduce','2qeFGHi'];a130_0x3e45=function(){return _0x12e4fc;};return a130_0x3e45();}function a130_0x488f(_0x33c4cd,_0x56c4a5){const _0x3e45c1=a130_0x3e45();return a130_0x488f=function(_0x488f73,_0x4477f2){_0x488f73=_0x488f73-0x1a0;let _0x5aec0c=_0x3e45c1[_0x488f73];return _0x5aec0c;},a130_0x488f(_0x33c4cd,_0x56c4a5);}exports[a130_0x28b543(0x1bf)]=PerformanceTester[a130_0x28b543(0x1af)](PerformanceEvents['START'],async _0x473407=>{const _0x2c5fc0=a130_0x28b543,_0x38ec71={};_0x38ec71[_0x2c5fc0(0x1aa)]=_0x2c5fc0(0x1c5);const _0x242b47=_0x38ec71;logger['debug'](_0x242b47[_0x2c5fc0(0x1aa)]);const _0x2bc9eb=new Percy(_0x473407),_0x376027=await _0x2bc9eb['start']();if(_0x376027)return _0x2bc9eb;return null;}),exports[a130_0x28b543(0x1a3)]=PerformanceTester['measureWrapper'](PerformanceEvents[a130_0x28b543(0x1d4)],async _0x2b0ca2=>{const _0x4bdc88=a130_0x28b543,_0x1ca9a7={};_0x1ca9a7[_0x4bdc88(0x1ad)]=_0x4bdc88(0x1dd);const _0x3f548e=_0x1ca9a7;return logger[_0x4bdc88(0x1ae)](_0x3f548e['Zqlkc']),_0x2b0ca2['stop']();}),exports[a130_0x28b543(0x1b4)]=_0x143f2c=>{const _0x861def=a130_0x28b543,_0x5070c8={};_0x5070c8[_0x861def(0x1ec)]=function(_0x241c58,_0xf6b9b1){return _0x241c58<_0xf6b9b1;};const _0x4e3514=_0x5070c8,_0x32aa9f={};_0x32aa9f[_0x861def(0x1ba)]=0x0,_0x32aa9f[_0x861def(0x1a2)]=0x1,_0x32aa9f[_0x861def(0x1c0)]=0x2,_0x32aa9f[_0x861def(0x1eb)]=0x3;const _0xc9e065=_0x32aa9f;return _0x143f2c[_0x861def(0x1e7)]((_0x360973,_0x101b43,_0x5791ac)=>{const _0x16a0dd=_0x861def,_0x1623bc=_0x143f2c[_0x360973];if(_0x101b43[_0x16a0dd(0x1c7)])return _0x360973;if(_0x1623bc['deviceName'])return _0x5791ac;const _0x1eeb2b=_0x101b43[_0x16a0dd(0x1d8)]?_0x101b43['browser']:_0x101b43[_0x16a0dd(0x1bc)];if(_0x1eeb2b&&_0x4e3514['BVTEB'](_0xc9e065[_0x1eeb2b[_0x16a0dd(0x1dc)]()],_0xc9e065[_0x1eeb2b[_0x16a0dd(0x1dc)]()]))return _0x5791ac;return _0x360973;},0x0);},exports[a130_0x28b543(0x1e2)]=PerformanceTester[a130_0x28b543(0x1af)](PerformanceEvents[a130_0x28b543(0x1ca)],async(_0xfa00b6,_0x33402d,_0x453a4c)=>{const _0x53ed9f=a130_0x28b543,_0x18df68={};_0x18df68[_0x53ed9f(0x1e9)]=_0x53ed9f(0x1db);const _0x3b0720=_0x18df68,_0x476bd0=_0xfa00b6[_0x53ed9f(0x1b2)];if(helper[_0x53ed9f(0x1a5)](_0xfa00b6[_0x53ed9f(0x1c6)])){logger[_0x53ed9f(0x1ae)](_0x3b0720[_0x53ed9f(0x1e9)]);return;}const _0x46c1bc=_0x476bd0[_0x53ed9f(0x1bb)](_0xfa00b6[_0x53ed9f(0x1c6)],_0x33402d);_0x453a4c[_0x53ed9f(0x1e5)]?await PercySDK[_0x53ed9f(0x1e0)](_0xfa00b6,_0x46c1bc):await PercySDK['screenshot'](_0xfa00b6,_0x46c1bc),_0x476bd0['increment'](_0xfa00b6['browserstackSessionName'],_0x33402d);}),exports['patchDriverPercy']=(_0x233700,_0x26f730,_0xd2c170)=>{const _0x3368ce=a130_0x28b543,_0x57375c={};_0x57375c[_0x3368ce(0x1b6)]=_0x3368ce(0x1a1),_0x57375c[_0x3368ce(0x1b0)]='percy',_0x57375c['SpbLt']=function(_0x3c4262,_0xeba483){return _0x3c4262!==_0xeba483;},_0x57375c[_0x3368ce(0x1d0)]=_0x3368ce(0x1ab);const _0x26e4fb=_0x57375c;if(!helper[_0x3368ce(0x1da)](_0xd2c170,[_0x26e4fb['IeTuG'],_0x26e4fb[_0x3368ce(0x1b0)]]))return;if(_0xd2c170[_0x3368ce(0x1a1)]['percy']&&_0xd2c170[_0x3368ce(0x1a1)][_0x3368ce(0x1c2)]&&_0x26e4fb[_0x3368ce(0x1a6)](_0xd2c170[_0x3368ce(0x1a1)]['percyCaptureMode'],_0x26e4fb[_0x3368ce(0x1d0)])&&!_0x233700[_0x3368ce(0x1b2)]){global[_0x3368ce(0x1c6)]&&(_0x233700['browserstackSessionName']=global['browserstackSessionName']),_0x233700['browserstackPercyMap']=new PercyCaptureMap();const _0x1c7a48=PercyCaptureModes[_0xd2c170[_0x3368ce(0x1a1)][_0x3368ce(0x1c2)]];_0x1c7a48[_0x3368ce(0x1be)]&&_0x1c7a48[_0x3368ce(0x1be)][_0x3368ce(0x1a8)](_0x54da6d=>this[_0x3368ce(0x1b1)](_0x233700,_0x54da6d,_0xd2c170)),_0x1c7a48['element']&&_0x1c7a48[_0x3368ce(0x1d9)][_0x3368ce(0x1a8)](_0xa72f98=>{const _0x1071e6=_0x3368ce;if(_0x26f730[_0x1071e6(0x1d5)]['patch'+_0xa72f98])return;_0x26f730[_0x1071e6(0x1d5)]['patch'+_0xa72f98]=!![];const _0xedb44c=_0x26f730['prototype'][_0xa72f98];_0x26f730[_0x1071e6(0x1d5)][_0xa72f98]=async function(){const _0x376b6b=_0x1071e6;let _0x593c75=_0xedb44c[_0x376b6b(0x1d1)](this,arguments);_0x593c75&&_0x593c75[_0x376b6b(0x1e4)]&&(_0x593c75=await _0x593c75);try{const _0x1274d2=this[_0x376b6b(0x1d6)]();await exports[_0x376b6b(0x1e2)](_0x1274d2,_0xa72f98,_0xd2c170);}catch(_0xbb672a){logger[_0x376b6b(0x1ac)](_0x376b6b(0x1d3)+_0xa72f98+_0x376b6b(0x1a9)+_0xbb672a);}return _0x593c75;};});}},exports[a130_0x28b543(0x1b1)]=function(_0x25b366,_0x411997,_0x2124a6){const _0x5e6d05=a130_0x28b543,_0x447c10={};_0x447c10[_0x5e6d05(0x1c4)]=function(_0x86e1ab,_0x13b8ce){return _0x86e1ab+_0x13b8ce;},_0x447c10['QzNJk']=_0x5e6d05(0x1e3),_0x447c10[_0x5e6d05(0x1cb)]=_0x5e6d05(0x1a0);const _0x4ea308=_0x447c10,_0x4fae30=_0x4ea308[_0x5e6d05(0x1c4)](_0x4ea308[_0x5e6d05(0x1e1)],_0x411997),_0x2860b9=_0x4ea308[_0x5e6d05(0x1c4)](_0x4ea308['MmVcy'],_0x411997),_0x576bab=this;if(_0x25b366[_0x4fae30]||!_0x25b366[_0x411997])return;_0x25b366[_0x4fae30]=!![],_0x25b366[_0x2860b9]=_0x25b366[_0x411997],_0x25b366[_0x411997]=async()=>{const _0x542bb5=_0x5e6d05;try{await _0x576bab[_0x542bb5(0x1e2)](_0x25b366,_0x411997,_0x2124a6);}catch(_0x6890a9){logger[_0x542bb5(0x1ac)](_0x542bb5(0x1d3)+_0x411997+_0x542bb5(0x1a9)+_0x6890a9);}return await _0x25b366[_0x2860b9][_0x542bb5(0x1d1)](_0x25b366,arguments);};},exports[a130_0x28b543(0x1d7)]=_0x2e1447=>{const _0x4dc140=a130_0x28b543,_0xe7413={};_0xe7413['JwoTt']=_0x4dc140(0x1df);const _0x48d71b=_0xe7413,_0x158022={};_0x158022['percy']=_0x2e1447['percy'],_0x158022['percyCaptureMode']=_0x2e1447['percyCaptureMode']||_0x48d71b['JwoTt'];const _0x5c7302=_0x158022;_0x2e1447[_0x4dc140(0x1ea)]&&(_0x5c7302[_0x4dc140(0x1cc)]=exports['getBestPlatformForPercySnapshot'](_0x2e1447[_0x4dc140(0x1cd)]));;return _0x5c7302;};
@@ -1 +1 @@
1
- const a131_0x84653b=a131_0x3043;function a131_0x3043(_0x27fd26,_0x10064f){const _0x1b7e2a=a131_0x1b7e();return a131_0x3043=function(_0x30435d,_0x41b954){_0x30435d=_0x30435d-0xf2;let _0x18578d=_0x1b7e2a[_0x30435d];return _0x18578d;},a131_0x3043(_0x27fd26,_0x10064f);}(function(_0x592a5b,_0xc3194b){const _0x5cb842=a131_0x3043,_0x2e0a47=_0x592a5b();while(!![]){try{const _0xa68b8f=-parseInt(_0x5cb842(0x140))/0x1*(-parseInt(_0x5cb842(0x115))/0x2)+parseInt(_0x5cb842(0x127))/0x3+parseInt(_0x5cb842(0x164))/0x4+parseInt(_0x5cb842(0x120))/0x5*(-parseInt(_0x5cb842(0xfb))/0x6)+parseInt(_0x5cb842(0xfa))/0x7+parseInt(_0x5cb842(0x14e))/0x8*(parseInt(_0x5cb842(0x132))/0x9)+-parseInt(_0x5cb842(0x139))/0xa;if(_0xa68b8f===_0xc3194b)break;else _0x2e0a47['push'](_0x2e0a47['shift']());}catch(_0x1b2e92){_0x2e0a47['push'](_0x2e0a47['shift']());}}}(a131_0x1b7e,0xe3b76));const a131_0x41b641={};a131_0x41b641[a131_0x84653b(0xf8)]=a131_0x84653b(0xfe),a131_0x41b641[a131_0x84653b(0x122)]=a131_0x84653b(0x171),a131_0x41b641['SDK_PRE_TEST']='sdk:pre-test',a131_0x41b641[a131_0x84653b(0x12a)]=a131_0x84653b(0x137),a131_0x41b641[a131_0x84653b(0x12c)]=a131_0x84653b(0x15c),a131_0x41b641[a131_0x84653b(0xfd)]='sdk:hook',a131_0x41b641['SDK_DRIVER']=a131_0x84653b(0x179),a131_0x41b641['SDK_A11Y']=a131_0x84653b(0x11e),a131_0x41b641[a131_0x84653b(0x16f)]=a131_0x84653b(0x10f),a131_0x41b641[a131_0x84653b(0x141)]=a131_0x84653b(0x106),a131_0x41b641[a131_0x84653b(0x178)]=a131_0x84653b(0x16c),a131_0x41b641[a131_0x84653b(0x166)]=a131_0x84653b(0x107),a131_0x41b641[a131_0x84653b(0x174)]=a131_0x84653b(0x102),a131_0x41b641[a131_0x84653b(0x156)]=a131_0x84653b(0xf9),a131_0x41b641[a131_0x84653b(0x16a)]=a131_0x84653b(0x10a),a131_0x41b641['SDK_PERCY']=a131_0x84653b(0x13e),a131_0x41b641['SDK_PRE_INITIALIZE']=a131_0x84653b(0x123),a131_0x41b641['SDK_POST_INITIALIZE']='sdk:driver:post-initialization',a131_0x41b641[a131_0x84653b(0x128)]=a131_0x84653b(0x104),a131_0x41b641['SDK_CLI_DOWNLOAD']=a131_0x84653b(0x10b),a131_0x41b641[a131_0x84653b(0x15f)]=a131_0x84653b(0x11d),a131_0x41b641['SDK_CLI_ON_BOOTSTRAP']='sdk:cli:on-bootstrap',a131_0x41b641[a131_0x84653b(0x150)]='sdk:cli:on-connect',a131_0x41b641[a131_0x84653b(0x165)]=a131_0x84653b(0x170),a131_0x41b641[a131_0x84653b(0x118)]=a131_0x84653b(0x131),a131_0x41b641[a131_0x84653b(0x113)]=a131_0x84653b(0x119),a131_0x41b641[a131_0x84653b(0x167)]=a131_0x84653b(0x144),a131_0x41b641[a131_0x84653b(0x109)]='sdk:findNearestHub',a131_0x41b641[a131_0x84653b(0x121)]=a131_0x84653b(0x10d),a131_0x41b641['SDK_AUTOMATION_FRAMEWORK_START']=a131_0x84653b(0xf2),a131_0x41b641[a131_0x84653b(0x134)]='sdk:accessibilityConfig',a131_0x41b641[a131_0x84653b(0x105)]=a131_0x84653b(0x136),a131_0x41b641[a131_0x84653b(0x147)]='sdk:aiSelfHealStep',a131_0x41b641[a131_0x84653b(0x11a)]=a131_0x84653b(0x10e),a131_0x41b641[a131_0x84653b(0x133)]=a131_0x84653b(0xf7),a131_0x41b641[a131_0x84653b(0x16b)]=a131_0x84653b(0x110),a131_0x41b641[a131_0x84653b(0x14d)]='sdk:cli:logCreatedEvent',a131_0x41b641['SDK_CLI_ENQUEUE_TEST_EVENT']=a131_0x84653b(0x15d),a131_0x41b641[a131_0x84653b(0x12e)]=a131_0x84653b(0xf3),a131_0x41b641[a131_0x84653b(0x116)]='sdk:onStop';const SDK_EVENTS=a131_0x41b641,a131_0x525238={};function a131_0x1b7e(){const _0x599982=['SDK_AUTOMATION_FRAMEWORK_INIT','SDK_CLEANUP','sdk:driver:pre-initialization',':driver-performscan','DRIVER_EVENT','DOWNLOAD','4180923axPbeC','SDK_CLI_START','GET_RESULTS','SDK_TEST',':after-all','SDK_POST_TEST',':start','SDK_AUTOMATION_FRAMEWORK_STOP','SESSION_ANNOTATION',':sync','sdk:startBinSession','9uarvyd','SDK_TEST_FRAMEWORK_EVENT','SDK_ACCESSIBILITY_CONFIG','SDK_A11Y','sdk:observabilityConfig','sdk:test','APP_AUOTMATE_EVENTS','44395790gpPwOC','LOCAL_START','STOP','TAKE_SCREENSHOT',':local-stop','sdk:percy','O11y_EVENTS','3wpXJAN','SDK_AUTO_CAPTURE','SDK_PERCY',':save-results','sdk:driverInit',':keep-alive',':download','SDK_AI_SELF_HEAL_STEP','SCREENSHOT_APP','GENERATE_CI_ARTIFACT','BEFORE_ALL',':pre-execute','START','SDK_CLI_LOG_CREATED_EVENT','8539232GVHbtw','IDLE_TIMEOUT','SDK_CLI_ON_CONNECT',':print-buildlink','LOCAL_STOP','POST_EXECUTE','SCREENSHOT',':post-execute','SDK_APP_AUTOMATE','QUIT',':get',':session-annotation',':before',':after-each','sdk:post-test','sdk:cli:enqueueTestEvent','AFTER_EACH','SDK_CLI_CHECK_UPDATE','TURBOSCALE_EVENTS',':ci-artifacts','SESSION_STATUS',':stop','4407480JBUaXQ','SDK_CLI_ON_STOP','SDK_TESTHUB','SDK_DRIVER_INIT','SAVE_RESULTS',':snapshot','SDK_TURBOSCALE','SDK_TEST_SESSION_EVENT','sdk:proxy-setup','TESTHUB_EVENTS','A11Y_EVENTS','SDK_O11Y','sdk:cli:on-stop','sdk:cleanup',':session-status','SESSION_NAME','SDK_AUTOMATE','SNAPSHOT',':local-start','AUTO_CAPTURE','SDK_PROXY_SETUP','sdk:driver',':session-name',':hub-management','sdk:automationFrameworkStart','sdk:automationFrameworkStop','PRINT_BUILDLINK','SDK_DRIVER',':driver-takeScreenShot','sdk:testFrameworkEvent','SDK_SETUP','sdk:app-automate','11720688UOVibE','93384KPcAUC',':screenshot-app','SDK_HOOK','sdk:setup','KEEP_ALIVE',':app-upload','EVENTS','sdk:automate',':before-all','sdk:cli:start','SDK_OBSERVABILITY_CONFIG','sdk:auto-capture','sdk:testhub','DRIVER_MANAGE','SDK_FIND_NEAREST_HUB','sdk:turboscale','sdk:cli:download','PRE_EXECUTE','sdk:automationFrameworkInit','sdk:aiSelfHealGetResult','sdk:o11y','sdk:testSessionEvent','AUTOMATE_EVENTS','SYNC','SDK_CONNECT_BIN_SESSION',':screenshot','525796LsmzIq','SDK_ON_STOP','HOOK_EVENTS','SDK_START_BIN_SESSION','sdk:connectBinSession','SDK_AI_SELF_HEAL_GET_RESULT','PERCY_EVENTS',':driver-manage','sdk:cli:check-update','sdk:a11y','APP_UPLOAD','210NkFIRR'];a131_0x1b7e=function(){return _0x599982;};return a131_0x1b7e();}a131_0x525238[a131_0x84653b(0x101)]=SDK_EVENTS,a131_0x525238[a131_0x84653b(0x16d)]={},a131_0x525238[a131_0x84653b(0x111)]={},a131_0x525238[a131_0x84653b(0x16e)]={},a131_0x525238[a131_0x84653b(0x11b)]={},a131_0x525238[a131_0x84653b(0x13f)]={},a131_0x525238[a131_0x84653b(0x117)]={},a131_0x525238[a131_0x84653b(0x160)]={},a131_0x525238[a131_0x84653b(0x138)]={},a131_0x525238[a131_0x84653b(0x125)]={},a131_0x525238[a131_0x84653b(0x16d)][a131_0x84653b(0x14c)]=SDK_EVENTS[a131_0x84653b(0x166)]+a131_0x84653b(0x12d),a131_0x525238[a131_0x84653b(0x16d)]['STOP']=SDK_EVENTS['SDK_TESTHUB']+':stop',a131_0x525238[a131_0x84653b(0x111)][a131_0x84653b(0xff)]=SDK_EVENTS['SDK_AUTOMATE']+a131_0x84653b(0x145),a131_0x525238[a131_0x84653b(0x111)]['HUB_MANAGEMENT']=SDK_EVENTS['SDK_AUTOMATE']+a131_0x84653b(0x17b),a131_0x525238[a131_0x84653b(0x111)][a131_0x84653b(0x13a)]=SDK_EVENTS[a131_0x84653b(0x174)]+a131_0x84653b(0x176),a131_0x525238[a131_0x84653b(0x111)][a131_0x84653b(0x152)]=SDK_EVENTS[a131_0x84653b(0x174)]+a131_0x84653b(0x13d),a131_0x525238[a131_0x84653b(0x111)][a131_0x84653b(0x108)]=SDK_EVENTS[a131_0x84653b(0x174)]+a131_0x84653b(0x11c),a131_0x525238[a131_0x84653b(0x111)][a131_0x84653b(0x173)]=SDK_EVENTS[a131_0x84653b(0x174)]+a131_0x84653b(0x17a),a131_0x525238[a131_0x84653b(0x111)][a131_0x84653b(0x162)]=SDK_EVENTS[a131_0x84653b(0x174)]+a131_0x84653b(0x172),a131_0x525238[a131_0x84653b(0x111)][a131_0x84653b(0x12f)]=SDK_EVENTS['SDK_AUTOMATE']+a131_0x84653b(0x159),a131_0x525238[a131_0x84653b(0x111)][a131_0x84653b(0x14f)]=SDK_EVENTS[a131_0x84653b(0x174)]+':idle-timeout',a131_0x525238[a131_0x84653b(0x111)][a131_0x84653b(0x149)]=SDK_EVENTS[a131_0x84653b(0x174)]+a131_0x84653b(0x161),a131_0x525238[a131_0x84653b(0x111)]['PRINT_BUILDLINK']=SDK_EVENTS['SDK_AUTOMATE']+a131_0x84653b(0x151),a131_0x525238[a131_0x84653b(0x16e)]['PERFORM_SCAN']=SDK_EVENTS[a131_0x84653b(0x135)]+a131_0x84653b(0x124),a131_0x525238[a131_0x84653b(0x16e)][a131_0x84653b(0x168)]=SDK_EVENTS[a131_0x84653b(0x135)]+a131_0x84653b(0x143),a131_0x525238[a131_0x84653b(0x16e)][a131_0x84653b(0x129)]=SDK_EVENTS[a131_0x84653b(0x135)]+':get-accessibility-results',a131_0x525238[a131_0x84653b(0x16e)]['GET_RESULTS_SUMMARY']=SDK_EVENTS[a131_0x84653b(0x135)]+':get-accessibility-results-summary',a131_0x525238[a131_0x84653b(0x11b)][a131_0x84653b(0x126)]=SDK_EVENTS[a131_0x84653b(0x142)]+a131_0x84653b(0x146),a131_0x525238[a131_0x84653b(0x11b)][a131_0x84653b(0x154)]=SDK_EVENTS[a131_0x84653b(0x142)]+a131_0x84653b(0x114),a131_0x525238[a131_0x84653b(0x11b)][a131_0x84653b(0x14c)]=SDK_EVENTS[a131_0x84653b(0x142)]+a131_0x84653b(0x12d),a131_0x525238[a131_0x84653b(0x11b)][a131_0x84653b(0x13b)]=SDK_EVENTS['SDK_PERCY']+a131_0x84653b(0x163),a131_0x525238[a131_0x84653b(0x11b)][a131_0x84653b(0x177)]=SDK_EVENTS[a131_0x84653b(0x142)]+':auto-capture',a131_0x525238[a131_0x84653b(0x11b)][a131_0x84653b(0x175)]=SDK_EVENTS[a131_0x84653b(0x142)]+a131_0x84653b(0x169),a131_0x525238[a131_0x84653b(0x11b)][a131_0x84653b(0x148)]=SDK_EVENTS['SDK_PERCY']+a131_0x84653b(0xfc),a131_0x525238[a131_0x84653b(0x13f)][a131_0x84653b(0x112)]=SDK_EVENTS[a131_0x84653b(0x16f)]+a131_0x84653b(0x130),a131_0x525238[a131_0x84653b(0x13f)][a131_0x84653b(0x13c)]=SDK_EVENTS[a131_0x84653b(0x16f)]+a131_0x84653b(0xf6),a131_0x525238[a131_0x84653b(0x13f)][a131_0x84653b(0xf4)]=SDK_EVENTS['SDK_O11Y']+a131_0x84653b(0x151),a131_0x525238[a131_0x84653b(0x117)]['BEFORE_EACH']=SDK_EVENTS[a131_0x84653b(0xfd)]+':before-each',a131_0x525238[a131_0x84653b(0x117)][a131_0x84653b(0x15e)]=SDK_EVENTS['SDK_HOOK']+a131_0x84653b(0x15b),a131_0x525238[a131_0x84653b(0x117)]['AFTER_ALL']=SDK_EVENTS[a131_0x84653b(0xfd)]+a131_0x84653b(0x12b),a131_0x525238[a131_0x84653b(0x117)][a131_0x84653b(0x14a)]=SDK_EVENTS[a131_0x84653b(0xfd)]+a131_0x84653b(0x103),a131_0x525238[a131_0x84653b(0x117)]['BEFORE']=SDK_EVENTS[a131_0x84653b(0xfd)]+a131_0x84653b(0x15a),a131_0x525238[a131_0x84653b(0x117)]['AFTER']=SDK_EVENTS[a131_0x84653b(0xfd)]+':after',a131_0x525238[a131_0x84653b(0x160)]['HUB_MANAGEMENT']=SDK_EVENTS[a131_0x84653b(0x16a)]+a131_0x84653b(0x17b),a131_0x525238[a131_0x84653b(0x160)]['PRINT_BUILDLINK']=SDK_EVENTS['SDK_TURBOSCALE']+a131_0x84653b(0x151),a131_0x525238[a131_0x84653b(0x138)][a131_0x84653b(0x11f)]=SDK_EVENTS[a131_0x84653b(0x156)]+a131_0x84653b(0x100),a131_0x525238[a131_0x84653b(0x125)][a131_0x84653b(0x157)]=SDK_EVENTS[a131_0x84653b(0xf5)]+':quit',a131_0x525238[a131_0x84653b(0x125)]['GET']=SDK_EVENTS[a131_0x84653b(0xf5)]+a131_0x84653b(0x158),a131_0x525238[a131_0x84653b(0x125)][a131_0x84653b(0x10c)]=SDK_EVENTS[a131_0x84653b(0xf5)]+a131_0x84653b(0x14b),a131_0x525238[a131_0x84653b(0x125)][a131_0x84653b(0x153)]=SDK_EVENTS['SDK_DRIVER']+a131_0x84653b(0x155),module['exports']=a131_0x525238;
1
+ const a131_0x5d47bd=a131_0x5482;(function(_0x59099a,_0x31e2df){const _0x23b81f=a131_0x5482,_0x3c6e26=_0x59099a();while(!![]){try{const _0x918bb2=-parseInt(_0x23b81f(0xc3))/0x1+parseInt(_0x23b81f(0x139))/0x2*(parseInt(_0x23b81f(0x145))/0x3)+parseInt(_0x23b81f(0xc5))/0x4*(parseInt(_0x23b81f(0x115))/0x5)+parseInt(_0x23b81f(0x110))/0x6*(-parseInt(_0x23b81f(0x144))/0x7)+-parseInt(_0x23b81f(0x100))/0x8+parseInt(_0x23b81f(0xdd))/0x9*(parseInt(_0x23b81f(0x136))/0xa)+parseInt(_0x23b81f(0xd3))/0xb*(parseInt(_0x23b81f(0xef))/0xc);if(_0x918bb2===_0x31e2df)break;else _0x3c6e26['push'](_0x3c6e26['shift']());}catch(_0x4844a8){_0x3c6e26['push'](_0x3c6e26['shift']());}}}(a131_0x3ae4,0x822eb));const a131_0x42bb89={};function a131_0x3ae4(){const _0x176e8b=['SDK_TESTHUB','2219MpnvAy','306NdgcnP','sdk:auto-capture','TESTHUB_EVENTS','sdk:cli:start',':print-buildlink','LOCAL_START','448265WPJKmx',':driver-performscan','4pQcPxE',':before-each','sdk:cli:on-connect','SAVE_RESULTS',':ci-artifacts','SDK_O11Y','SDK_AUTOMATE','SYNC','HOOK_EVENTS','KEEP_ALIVE',':pre-execute','BEFORE_EACH','SDK_AI_SELF_HEAL_STEP','GET_RESULTS_SUMMARY','957891CxGuTp','PERCY_EVENTS','AUTO_CAPTURE','SDK_DRIVER_INIT','SDK_POST_INITIALIZE','QUIT',':get','sdk:proxy-setup','SDK_HOOK','sdk:post-test','5787wEWIrT',':idle-timeout','sdk:automationFrameworkStop','SCREENSHOT','IDLE_TIMEOUT','SDK_CLI_CHECK_UPDATE','sdk:cli:enqueueTestEvent','A11Y_EVENTS',':hub-management','PERFORM_SCAN','SDK_DRIVER','SDK_CLI_START','SDK_CLI_ENQUEUE_TEST_EVENT','AFTER_ALL',':screenshot-app','sdk:findNearestHub','SDK_START_BIN_SESSION','STOP','36lUmzSx','SDK_CLI_DOWNLOAD',':after-all',':get-accessibility-results',':local-stop','SDK_CLI_ON_CONNECT','sdk:cli:on-stop','sdk:driver','sdk:percy','sdk:testFrameworkEvent','O11y_EVENTS','sdk:cli:on-bootstrap','SDK_TEST_SESSION_EVENT','sdk:automationFrameworkStart','SCREENSHOT_APP',':get-accessibility-results-summary',':session-name','4499584vEXzLT','sdk:cli:download','SDK_AI_SELF_HEAL_GET_RESULT','SDK_TEST','SDK_PERCY','SDK_FIND_NEAREST_HUB','PRE_EXECUTE','TURBOSCALE_EVENTS','sdk:automate','AFTER','sdk:cli:check-update','sdk:driver:post-initialization','sdk:driverInit','HUB_MANAGEMENT','SESSION_STATUS','sdk:a11y','2160xzdTkN','sdk:app-automate','SDK_PROXY_SETUP','GENERATE_CI_ARTIFACT','APP_AUOTMATE_EVENTS','4532135XpEHCK',':keep-alive','SDK_POST_TEST','SDK_CONNECT_BIN_SESSION','sdk:o11y','SDK_TURBOSCALE','SDK_CLEANUP','SDK_TEST_FRAMEWORK_EVENT','SDK_SETUP','SESSION_NAME','sdk:observabilityConfig','SDK_APP_AUTOMATE','DOWNLOAD','sdk:aiSelfHealStep','START',':start',':post-execute','LOCAL_STOP','sdk:aiSelfHealGetResult',':download','DRIVER_EVENT','AUTOMATE_EVENTS','sdk:driver:pre-initialization','sdk:startBinSession','SNAPSHOT','sdk:hook',':stop','SDK_OBSERVABILITY_CONFIG',':app-upload','exports','BEFORE_ALL',':after','APP_UPLOAD','880rNbgDW','sdk:test','PRINT_BUILDLINK','8506WGDQah','SDK_A11Y','sdk:turboscale','SDK_AUTO_CAPTURE','BEFORE',':auto-capture',':session-annotation','SDK_CLI_LOG_CREATED_EVENT',':before-all','SDK_CLI_ON_BOOTSTRAP'];a131_0x3ae4=function(){return _0x176e8b;};return a131_0x3ae4();}a131_0x42bb89[a131_0x5d47bd(0x11d)]='sdk:setup',a131_0x42bb89[a131_0x5d47bd(0x11b)]='sdk:cleanup',a131_0x42bb89['SDK_PRE_TEST']='sdk:pre-test',a131_0x42bb89[a131_0x5d47bd(0x103)]=a131_0x5d47bd(0x137),a131_0x42bb89[a131_0x5d47bd(0x117)]=a131_0x5d47bd(0xdc),a131_0x42bb89[a131_0x5d47bd(0xdb)]=a131_0x5d47bd(0x12e),a131_0x42bb89[a131_0x5d47bd(0xe7)]=a131_0x5d47bd(0xf6),a131_0x42bb89[a131_0x5d47bd(0x13a)]=a131_0x5d47bd(0x10f),a131_0x42bb89[a131_0x5d47bd(0xca)]=a131_0x5d47bd(0x119),a131_0x42bb89[a131_0x5d47bd(0x13c)]=a131_0x5d47bd(0x146),a131_0x42bb89[a131_0x5d47bd(0x112)]=a131_0x5d47bd(0xda),a131_0x42bb89[a131_0x5d47bd(0x143)]='sdk:testhub',a131_0x42bb89[a131_0x5d47bd(0xcb)]=a131_0x5d47bd(0x108),a131_0x42bb89[a131_0x5d47bd(0x120)]=a131_0x5d47bd(0x111),a131_0x42bb89[a131_0x5d47bd(0x11a)]=a131_0x5d47bd(0x13b),a131_0x42bb89[a131_0x5d47bd(0x104)]=a131_0x5d47bd(0xf7),a131_0x42bb89['SDK_PRE_INITIALIZE']=a131_0x5d47bd(0x12b),a131_0x42bb89[a131_0x5d47bd(0xd7)]=a131_0x5d47bd(0x10b),a131_0x42bb89[a131_0x5d47bd(0xe8)]=a131_0x5d47bd(0x148),a131_0x42bb89[a131_0x5d47bd(0xf0)]=a131_0x5d47bd(0x101),a131_0x42bb89[a131_0x5d47bd(0xe2)]=a131_0x5d47bd(0x10a),a131_0x42bb89[a131_0x5d47bd(0x142)]=a131_0x5d47bd(0xfa),a131_0x42bb89[a131_0x5d47bd(0xf4)]=a131_0x5d47bd(0xc7),a131_0x42bb89['SDK_CLI_ON_STOP']=a131_0x5d47bd(0xf5),a131_0x42bb89[a131_0x5d47bd(0xed)]=a131_0x5d47bd(0x12c),a131_0x42bb89[a131_0x5d47bd(0x118)]='sdk:connectBinSession',a131_0x42bb89[a131_0x5d47bd(0xd6)]=a131_0x5d47bd(0x10c),a131_0x42bb89[a131_0x5d47bd(0x105)]=a131_0x5d47bd(0xec),a131_0x42bb89['SDK_AUTOMATION_FRAMEWORK_INIT']='sdk:automationFrameworkInit',a131_0x42bb89['SDK_AUTOMATION_FRAMEWORK_START']=a131_0x5d47bd(0xfc),a131_0x42bb89['SDK_ACCESSIBILITY_CONFIG']='sdk:accessibilityConfig',a131_0x42bb89[a131_0x5d47bd(0x130)]=a131_0x5d47bd(0x11f),a131_0x42bb89[a131_0x5d47bd(0xd1)]=a131_0x5d47bd(0x122),a131_0x42bb89[a131_0x5d47bd(0x102)]=a131_0x5d47bd(0x127),a131_0x42bb89[a131_0x5d47bd(0x11c)]=a131_0x5d47bd(0xf8),a131_0x42bb89[a131_0x5d47bd(0xfb)]='sdk:testSessionEvent',a131_0x42bb89[a131_0x5d47bd(0x140)]='sdk:cli:logCreatedEvent',a131_0x42bb89[a131_0x5d47bd(0xe9)]=a131_0x5d47bd(0xe3),a131_0x42bb89['SDK_AUTOMATION_FRAMEWORK_STOP']=a131_0x5d47bd(0xdf),a131_0x42bb89['SDK_ON_STOP']='sdk:onStop';function a131_0x5482(_0x53ef90,_0x6ef9ca){const _0x3ae4ec=a131_0x3ae4();return a131_0x5482=function(_0x548271,_0x451425){_0x548271=_0x548271-0xc3;let _0x1ea43e=_0x3ae4ec[_0x548271];return _0x1ea43e;},a131_0x5482(_0x53ef90,_0x6ef9ca);}const SDK_EVENTS=a131_0x42bb89,a131_0x4f2315={};a131_0x4f2315['EVENTS']=SDK_EVENTS,a131_0x4f2315[a131_0x5d47bd(0x147)]={},a131_0x4f2315[a131_0x5d47bd(0x12a)]={},a131_0x4f2315[a131_0x5d47bd(0xe4)]={},a131_0x4f2315[a131_0x5d47bd(0xd4)]={},a131_0x4f2315[a131_0x5d47bd(0xf9)]={},a131_0x4f2315[a131_0x5d47bd(0xcd)]={},a131_0x4f2315[a131_0x5d47bd(0x107)]={},a131_0x4f2315[a131_0x5d47bd(0x114)]={},a131_0x4f2315[a131_0x5d47bd(0x129)]={},a131_0x4f2315[a131_0x5d47bd(0x147)][a131_0x5d47bd(0x123)]=SDK_EVENTS[a131_0x5d47bd(0x143)]+a131_0x5d47bd(0x124),a131_0x4f2315[a131_0x5d47bd(0x147)][a131_0x5d47bd(0xee)]=SDK_EVENTS[a131_0x5d47bd(0x143)]+a131_0x5d47bd(0x12f),a131_0x4f2315[a131_0x5d47bd(0x12a)][a131_0x5d47bd(0xce)]=SDK_EVENTS[a131_0x5d47bd(0xcb)]+a131_0x5d47bd(0x116),a131_0x4f2315[a131_0x5d47bd(0x12a)][a131_0x5d47bd(0x10d)]=SDK_EVENTS['SDK_AUTOMATE']+a131_0x5d47bd(0xe5),a131_0x4f2315[a131_0x5d47bd(0x12a)][a131_0x5d47bd(0x14a)]=SDK_EVENTS[a131_0x5d47bd(0xcb)]+':local-start',a131_0x4f2315[a131_0x5d47bd(0x12a)][a131_0x5d47bd(0x126)]=SDK_EVENTS[a131_0x5d47bd(0xcb)]+a131_0x5d47bd(0xf3),a131_0x4f2315[a131_0x5d47bd(0x12a)]['DRIVER_MANAGE']=SDK_EVENTS[a131_0x5d47bd(0xcb)]+':driver-manage',a131_0x4f2315[a131_0x5d47bd(0x12a)][a131_0x5d47bd(0x11e)]=SDK_EVENTS['SDK_AUTOMATE']+a131_0x5d47bd(0xff),a131_0x4f2315[a131_0x5d47bd(0x12a)][a131_0x5d47bd(0x10e)]=SDK_EVENTS['SDK_AUTOMATE']+':session-status',a131_0x4f2315[a131_0x5d47bd(0x12a)]['SESSION_ANNOTATION']=SDK_EVENTS['SDK_AUTOMATE']+a131_0x5d47bd(0x13f),a131_0x4f2315[a131_0x5d47bd(0x12a)][a131_0x5d47bd(0xe1)]=SDK_EVENTS[a131_0x5d47bd(0xcb)]+a131_0x5d47bd(0xde),a131_0x4f2315[a131_0x5d47bd(0x12a)][a131_0x5d47bd(0x113)]=SDK_EVENTS[a131_0x5d47bd(0xcb)]+a131_0x5d47bd(0xc9),a131_0x4f2315[a131_0x5d47bd(0x12a)][a131_0x5d47bd(0x138)]=SDK_EVENTS[a131_0x5d47bd(0xcb)]+a131_0x5d47bd(0x149),a131_0x4f2315[a131_0x5d47bd(0xe4)][a131_0x5d47bd(0xe6)]=SDK_EVENTS['SDK_A11Y']+a131_0x5d47bd(0xc4),a131_0x4f2315[a131_0x5d47bd(0xe4)][a131_0x5d47bd(0xc8)]=SDK_EVENTS[a131_0x5d47bd(0x13a)]+':save-results',a131_0x4f2315[a131_0x5d47bd(0xe4)]['GET_RESULTS']=SDK_EVENTS['SDK_A11Y']+a131_0x5d47bd(0xf2),a131_0x4f2315[a131_0x5d47bd(0xe4)][a131_0x5d47bd(0xd2)]=SDK_EVENTS[a131_0x5d47bd(0x13a)]+a131_0x5d47bd(0xfe),a131_0x4f2315[a131_0x5d47bd(0xd4)][a131_0x5d47bd(0x121)]=SDK_EVENTS['SDK_PERCY']+a131_0x5d47bd(0x128),a131_0x4f2315[a131_0x5d47bd(0xd4)][a131_0x5d47bd(0xe0)]=SDK_EVENTS[a131_0x5d47bd(0x104)]+':screenshot',a131_0x4f2315[a131_0x5d47bd(0xd4)][a131_0x5d47bd(0x123)]=SDK_EVENTS['SDK_PERCY']+a131_0x5d47bd(0x124),a131_0x4f2315[a131_0x5d47bd(0xd4)][a131_0x5d47bd(0xee)]=SDK_EVENTS['SDK_PERCY']+a131_0x5d47bd(0x12f),a131_0x4f2315[a131_0x5d47bd(0xd4)][a131_0x5d47bd(0xd5)]=SDK_EVENTS[a131_0x5d47bd(0x104)]+a131_0x5d47bd(0x13e),a131_0x4f2315[a131_0x5d47bd(0xd4)][a131_0x5d47bd(0x12d)]=SDK_EVENTS[a131_0x5d47bd(0x104)]+':snapshot',a131_0x4f2315[a131_0x5d47bd(0xd4)][a131_0x5d47bd(0xfd)]=SDK_EVENTS[a131_0x5d47bd(0x104)]+a131_0x5d47bd(0xeb),a131_0x4f2315[a131_0x5d47bd(0xf9)][a131_0x5d47bd(0xcc)]=SDK_EVENTS[a131_0x5d47bd(0xca)]+':sync',a131_0x4f2315[a131_0x5d47bd(0xf9)]['TAKE_SCREENSHOT']=SDK_EVENTS[a131_0x5d47bd(0xca)]+':driver-takeScreenShot',a131_0x4f2315[a131_0x5d47bd(0xf9)][a131_0x5d47bd(0x138)]=SDK_EVENTS[a131_0x5d47bd(0xca)]+':print-buildlink',a131_0x4f2315[a131_0x5d47bd(0xcd)][a131_0x5d47bd(0xd0)]=SDK_EVENTS[a131_0x5d47bd(0xdb)]+a131_0x5d47bd(0xc6),a131_0x4f2315[a131_0x5d47bd(0xcd)]['AFTER_EACH']=SDK_EVENTS[a131_0x5d47bd(0xdb)]+':after-each',a131_0x4f2315[a131_0x5d47bd(0xcd)][a131_0x5d47bd(0xea)]=SDK_EVENTS[a131_0x5d47bd(0xdb)]+a131_0x5d47bd(0xf1),a131_0x4f2315[a131_0x5d47bd(0xcd)][a131_0x5d47bd(0x133)]=SDK_EVENTS['SDK_HOOK']+a131_0x5d47bd(0x141),a131_0x4f2315[a131_0x5d47bd(0xcd)][a131_0x5d47bd(0x13d)]=SDK_EVENTS['SDK_HOOK']+':before',a131_0x4f2315[a131_0x5d47bd(0xcd)][a131_0x5d47bd(0x109)]=SDK_EVENTS[a131_0x5d47bd(0xdb)]+a131_0x5d47bd(0x134),a131_0x4f2315[a131_0x5d47bd(0x107)]['HUB_MANAGEMENT']=SDK_EVENTS[a131_0x5d47bd(0x11a)]+a131_0x5d47bd(0xe5),a131_0x4f2315[a131_0x5d47bd(0x107)][a131_0x5d47bd(0x138)]=SDK_EVENTS[a131_0x5d47bd(0x11a)]+a131_0x5d47bd(0x149),a131_0x4f2315[a131_0x5d47bd(0x114)][a131_0x5d47bd(0x135)]=SDK_EVENTS[a131_0x5d47bd(0x120)]+a131_0x5d47bd(0x131),a131_0x4f2315[a131_0x5d47bd(0x129)][a131_0x5d47bd(0xd8)]=SDK_EVENTS['SDK_DRIVER']+':quit',a131_0x4f2315[a131_0x5d47bd(0x129)]['GET']=SDK_EVENTS[a131_0x5d47bd(0xe7)]+a131_0x5d47bd(0xd9),a131_0x4f2315[a131_0x5d47bd(0x129)][a131_0x5d47bd(0x106)]=SDK_EVENTS[a131_0x5d47bd(0xe7)]+a131_0x5d47bd(0xcf),a131_0x4f2315[a131_0x5d47bd(0x129)]['POST_EXECUTE']=SDK_EVENTS['SDK_DRIVER']+a131_0x5d47bd(0x125),module[a131_0x5d47bd(0x132)]=a131_0x4f2315;