browserstack-node-sdk 1.65.5 → 1.65.7

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 (216) 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/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a127_0x3dbbb6=a127_0x33ce;(function(_0x4d8dc4,_0x543ec0){const _0x5935a4=a127_0x33ce,_0x4156e2=_0x4d8dc4();while(!![]){try{const _0x54e4b5=-parseInt(_0x5935a4(0xf6))/0x1+-parseInt(_0x5935a4(0xe1))/0x2*(parseInt(_0x5935a4(0xc5))/0x3)+-parseInt(_0x5935a4(0xc8))/0x4+-parseInt(_0x5935a4(0xef))/0x5+parseInt(_0x5935a4(0xf3))/0x6*(-parseInt(_0x5935a4(0xe6))/0x7)+parseInt(_0x5935a4(0xe8))/0x8*(parseInt(_0x5935a4(0xeb))/0x9)+parseInt(_0x5935a4(0xf4))/0xa*(parseInt(_0x5935a4(0xe0))/0xb);if(_0x54e4b5===_0x543ec0)break;else _0x4156e2['push'](_0x4156e2['shift']());}catch(_0x19071d){_0x4156e2['push'](_0x4156e2['shift']());}}}(a127_0x53a7,0xc6e36));const path=require(a127_0x3dbbb6(0xc7)),fs=require('fs'),logger=require(a127_0x3dbbb6(0xd2))[a127_0x3dbbb6(0xf9)],helper=require(a127_0x3dbbb6(0xd8));function a127_0x33ce(_0x34d846,_0x5b056f){const _0x53a726=a127_0x53a7();return a127_0x33ce=function(_0x33ce5d,_0x1ecf7e){_0x33ce5d=_0x33ce5d-0xc2;let _0x4c2e8a=_0x53a726[_0x33ce5d];return _0x4c2e8a;},a127_0x33ce(_0x34d846,_0x5b056f);}class Scripts{constructor(){const _0x4b0f09=a127_0x3dbbb6,_0x364388={};_0x364388[_0x4b0f09(0xd5)]='5|1|6|4|0|2|3',_0x364388[_0x4b0f09(0xd4)]=_0x4b0f09(0xf1);const _0x46b460=_0x364388,_0x362aba=_0x46b460[_0x4b0f09(0xd5)][_0x4b0f09(0xe2)]('|');let _0x20306f=0x0;while(!![]){switch(_0x362aba[_0x20306f++]){case'0':this[_0x4b0f09(0xc3)]=helper[_0x4b0f09(0xf5)]();continue;case'1':this[_0x4b0f09(0xed)]=null;continue;case'2':this[_0x4b0f09(0xec)]=path[_0x4b0f09(0xd7)](this[_0x4b0f09(0xc3)],_0x46b460[_0x4b0f09(0xd4)]);continue;case'3':this[_0x4b0f09(0xee)]();continue;case'4':this['saveTestResults']=null;continue;case'5':this[_0x4b0f09(0xc2)]=null;continue;case'6':this[_0x4b0f09(0xcb)]=null;continue;}break;}}[a127_0x3dbbb6(0xfa)](_0x197600){const _0x206cc3=a127_0x3dbbb6;_0x197600[_0x206cc3(0xdf)]&&(this[_0x206cc3(0xc2)]=_0x197600[_0x206cc3(0xdf)]['scan'],this[_0x206cc3(0xed)]=_0x197600[_0x206cc3(0xdf)][_0x206cc3(0xed)],this[_0x206cc3(0xcb)]=_0x197600[_0x206cc3(0xdf)][_0x206cc3(0xcb)],this['saveTestResults']=_0x197600['scripts'][_0x206cc3(0xd1)]),this[_0x206cc3(0xcf)]=_0x197600[_0x206cc3(0xde)],this[_0x206cc3(0xdd)]=_0x197600[_0x206cc3(0xd6)];}[a127_0x3dbbb6(0xd0)](_0x39d78d,_0x2bb852){const _0x7c99bd=a127_0x3dbbb6,_0x5e7bac={};_0x5e7bac[_0x7c99bd(0xfb)]=function(_0x1fad19,_0x560d69){return _0x1fad19>_0x560d69;},_0x5e7bac[_0x7c99bd(0xcd)]=function(_0x43513b,_0x48fe89){return _0x43513b===_0x48fe89;},_0x5e7bac[_0x7c99bd(0xc9)]=_0x7c99bd(0xf7),_0x5e7bac[_0x7c99bd(0xce)]='getResults',_0x5e7bac[_0x7c99bd(0xe9)]=function(_0x2faa4f,_0x1808fa){return _0x2faa4f===_0x1808fa;},_0x5e7bac['ygQQf']=_0x7c99bd(0xcb),_0x5e7bac[_0x7c99bd(0xf2)]=_0x7c99bd(0xd1);const _0x5c26b8=_0x5e7bac;if(_0x39d78d&&_0x5c26b8[_0x7c99bd(0xfb)](_0x39d78d['length'],0x0))for(const _0x53dd5c of _0x39d78d){if(_0x5c26b8[_0x7c99bd(0xcd)](_0x53dd5c[_0x7c99bd(0xea)](),_0x5c26b8['JPJRE']))this[_0x7c99bd(0xc2)]=_0x53dd5c[_0x7c99bd(0xcc)]();else{if(_0x5c26b8[_0x7c99bd(0xcd)](_0x53dd5c[_0x7c99bd(0xea)](),_0x5c26b8[_0x7c99bd(0xce)]))this[_0x7c99bd(0xed)]=_0x53dd5c[_0x7c99bd(0xcc)]();else{if(_0x5c26b8[_0x7c99bd(0xe9)](_0x53dd5c[_0x7c99bd(0xea)](),_0x5c26b8[_0x7c99bd(0xca)]))this[_0x7c99bd(0xcb)]=_0x53dd5c[_0x7c99bd(0xcc)]();else _0x5c26b8['UEJgH'](_0x53dd5c[_0x7c99bd(0xea)](),_0x5c26b8[_0x7c99bd(0xf2)])&&(this[_0x7c99bd(0xf8)]=_0x53dd5c[_0x7c99bd(0xcc)]());}}}_0x2bb852&&_0x5c26b8['trYoC'](_0x2bb852['length'],0x0)&&(this['commandsToWrap']=_0x2bb852[_0x7c99bd(0xe4)](_0x4cb3de=>{const _0x47dd92=_0x7c99bd;return{'name':_0x4cb3de[_0x47dd92(0xea)](),'method':_0x4cb3de[_0x47dd92(0xf0)](),'library':_0x4cb3de['getLibrary'](),'module':_0x4cb3de[_0x47dd92(0xc4)](),'class':_0x4cb3de['getClass']()};}));}['shouldWrapCommand'](_0x568e9c){const _0x36e056=a127_0x3dbbb6,_0x19ebf9={};_0x19ebf9[_0x36e056(0xe7)]=function(_0x590121,_0x55698f){return _0x590121!==_0x55698f;};const _0x1d16a8=_0x19ebf9;try{return _0x1d16a8['mwOks'](this[_0x36e056(0xcf)]['findIndex'](_0x1f2352=>_0x1f2352['name'][_0x36e056(0xdc)]()===_0x568e9c['toLowerCase']()),-0x1);}catch(_0x446424){logger['debug'](_0x36e056(0xc6)+_0x446424);}return![];}[a127_0x3dbbb6(0xdb)](){const _0x51afbf=a127_0x3dbbb6;!fs[_0x51afbf(0xd3)](this['browserstackFolderPath'])&&fs[_0x51afbf(0xd9)](this[_0x51afbf(0xc3)]),fs[_0x51afbf(0xe5)](this[_0x51afbf(0xec)],JSON['stringify']({'scripts':{'scan':this[_0x51afbf(0xc2)],'getResults':this[_0x51afbf(0xed)],'getResultsSummary':this[_0x51afbf(0xcb)],'saveResults':this['saveTestResults']},'commands':this[_0x51afbf(0xcf)],'nonBStackInfraA11yChromeOptions':this[_0x51afbf(0xdd)]}));}[a127_0x3dbbb6(0xee)](){const _0x1753df=a127_0x3dbbb6,_0x218418={'cVZIB':function(_0x4763ed,_0x31920c){return _0x4763ed(_0x31920c);}};fs[_0x1753df(0xd3)](this['commandsPath'])&&this[_0x1753df(0xfa)](_0x218418[_0x1753df(0xe3)](require,this[_0x1753df(0xec)]));}}module[a127_0x3dbbb6(0xda)]=new Scripts();function a127_0x53a7(){const _0x569e6e=['mwOks','336XiCjbM','mVMhh','getName','18351MxYoxX','commandsPath','getResults','fromJson','7232165LASSji','getMethod','commands.json','AeeUT','3617994twBvoC','1570ffmhWY','getWritableBrowserstackDir','1355275DBnHbv','scan','saveTestResults','winstonLogger','parseFromJson','trYoC','performScan','browserstackFolderPath','getModule','31260HbjSXQ','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','path','4340516xXqDiH','JPJRE','ygQQf','getResultsSummary','getCommand','UEJgH','HSXMM','commandsToWrap','parseFromProto','saveResults','../../helpers/logger','existsSync','cfVjF','XmNwG','nonBStackInfraA11yChromeOptions','join','../helper','mkdirSync','exports','toJson','toLowerCase','ChromeExtension','commands','scripts','513029poNpNn','288WdJsju','split','cVZIB','map','writeFileSync','14JLkJQH'];a127_0x53a7=function(){return _0x569e6e;};return a127_0x53a7();}
1
+ const a127_0x3d3e7a=a127_0x520c;(function(_0x537dd8,_0x5c516c){const _0x1d7ba2=a127_0x520c,_0x234025=_0x537dd8();while(!![]){try{const _0x315179=-parseInt(_0x1d7ba2(0x1af))/0x1+-parseInt(_0x1d7ba2(0x1b7))/0x2+parseInt(_0x1d7ba2(0x19b))/0x3+-parseInt(_0x1d7ba2(0x19a))/0x4*(parseInt(_0x1d7ba2(0x19c))/0x5)+parseInt(_0x1d7ba2(0x1bd))/0x6+-parseInt(_0x1d7ba2(0x1bb))/0x7*(parseInt(_0x1d7ba2(0x1be))/0x8)+parseInt(_0x1d7ba2(0x1a7))/0x9;if(_0x315179===_0x5c516c)break;else _0x234025['push'](_0x234025['shift']());}catch(_0x30a1dd){_0x234025['push'](_0x234025['shift']());}}}(a127_0x435d,0x959c2));const path=require(a127_0x3d3e7a(0x1aa)),fs=require('fs'),logger=require(a127_0x3d3e7a(0x1b2))['winstonLogger'],helper=require(a127_0x3d3e7a(0x1bf));function a127_0x520c(_0x236325,_0x58089c){const _0x435dd1=a127_0x435d();return a127_0x520c=function(_0x520c80,_0x3db957){_0x520c80=_0x520c80-0x18f;let _0x362709=_0x435dd1[_0x520c80];return _0x362709;},a127_0x520c(_0x236325,_0x58089c);}class Scripts{constructor(){const _0xe70bc=a127_0x3d3e7a,_0x3f6292={};_0x3f6292[_0xe70bc(0x19f)]=_0xe70bc(0x1a4),_0x3f6292[_0xe70bc(0x1a5)]='commands.json';const _0x6f4df7=_0x3f6292,_0x195e6f=_0x6f4df7[_0xe70bc(0x19f)][_0xe70bc(0x194)]('|');let _0x4c67f0=0x0;while(!![]){switch(_0x195e6f[_0x4c67f0++]){case'0':this[_0xe70bc(0x192)]=null;continue;case'1':this[_0xe70bc(0x1a1)]=null;continue;case'2':this[_0xe70bc(0x1b9)]=helper[_0xe70bc(0x19d)]();continue;case'3':this[_0xe70bc(0x18f)]=path[_0xe70bc(0x1ac)](this['browserstackFolderPath'],_0x6f4df7[_0xe70bc(0x1a5)]);continue;case'4':this['getResultsSummary']=null;continue;case'5':this[_0xe70bc(0x1c4)]();continue;case'6':this[_0xe70bc(0x1a3)]=null;continue;}break;}}[a127_0x3d3e7a(0x1a6)](_0x29be98){const _0x1a44e6=a127_0x3d3e7a;_0x29be98['scripts']&&(this[_0x1a44e6(0x192)]=_0x29be98[_0x1a44e6(0x191)][_0x1a44e6(0x1b3)],this[_0x1a44e6(0x1a1)]=_0x29be98[_0x1a44e6(0x191)][_0x1a44e6(0x1a1)],this[_0x1a44e6(0x1a2)]=_0x29be98[_0x1a44e6(0x191)][_0x1a44e6(0x1a2)],this[_0x1a44e6(0x1a3)]=_0x29be98[_0x1a44e6(0x191)][_0x1a44e6(0x1ad)]),this[_0x1a44e6(0x1a9)]=_0x29be98['commands'],this[_0x1a44e6(0x199)]=_0x29be98[_0x1a44e6(0x197)];}[a127_0x3d3e7a(0x1b1)](_0x5f5576,_0x27db8f){const _0x3bfde3=a127_0x3d3e7a,_0xdd4dc7={};_0xdd4dc7[_0x3bfde3(0x1b8)]=function(_0x6ad6e3,_0x5a814b){return _0x6ad6e3>_0x5a814b;},_0xdd4dc7[_0x3bfde3(0x1b0)]=function(_0x526c1a,_0x4eb10b){return _0x526c1a===_0x4eb10b;},_0xdd4dc7['DchHU']=_0x3bfde3(0x1b3),_0xdd4dc7['ChJUd']=function(_0x54bfc7,_0x3791ba){return _0x54bfc7===_0x3791ba;},_0xdd4dc7[_0x3bfde3(0x1c6)]=_0x3bfde3(0x1a1),_0xdd4dc7[_0x3bfde3(0x1c5)]=function(_0x537905,_0x2c3ee8){return _0x537905===_0x2c3ee8;},_0xdd4dc7['edrBv']=_0x3bfde3(0x1a2),_0xdd4dc7[_0x3bfde3(0x195)]=function(_0x1909fc,_0x270d9b){return _0x1909fc===_0x270d9b;},_0xdd4dc7[_0x3bfde3(0x1ae)]='saveResults';const _0x240714=_0xdd4dc7;if(_0x5f5576&&_0x240714['FcMyn'](_0x5f5576[_0x3bfde3(0x1a0)],0x0))for(const _0x2d8960 of _0x5f5576){if(_0x240714[_0x3bfde3(0x1b0)](_0x2d8960[_0x3bfde3(0x1c2)](),_0x240714[_0x3bfde3(0x1ba)]))this[_0x3bfde3(0x192)]=_0x2d8960[_0x3bfde3(0x190)]();else{if(_0x240714['ChJUd'](_0x2d8960[_0x3bfde3(0x1c2)](),_0x240714['ZNzZu']))this[_0x3bfde3(0x1a1)]=_0x2d8960[_0x3bfde3(0x190)]();else{if(_0x240714['hJFaa'](_0x2d8960['getName'](),_0x240714[_0x3bfde3(0x1a8)]))this['getResultsSummary']=_0x2d8960[_0x3bfde3(0x190)]();else _0x240714[_0x3bfde3(0x195)](_0x2d8960[_0x3bfde3(0x1c2)](),_0x240714[_0x3bfde3(0x1ae)])&&(this[_0x3bfde3(0x1a3)]=_0x2d8960[_0x3bfde3(0x190)]());}}}_0x27db8f&&_0x240714[_0x3bfde3(0x1b8)](_0x27db8f[_0x3bfde3(0x1a0)],0x0)&&(this['commandsToWrap']=_0x27db8f['map'](_0x15595c=>{const _0x17dd13=_0x3bfde3;return{'name':_0x15595c[_0x17dd13(0x1c2)](),'method':_0x15595c['getMethod'](),'library':_0x15595c[_0x17dd13(0x1b6)](),'module':_0x15595c['getModule'](),'class':_0x15595c[_0x17dd13(0x19e)]()};}));}['shouldWrapCommand'](_0x16b084){const _0x3406e2=a127_0x3d3e7a,_0x3dfccf={};_0x3dfccf['VulHR']=function(_0x1d02c8,_0x5d325c){return _0x1d02c8!==_0x5d325c;};const _0x44aa3e=_0x3dfccf;try{return _0x44aa3e[_0x3406e2(0x1ab)](this['commandsToWrap'][_0x3406e2(0x193)](_0x12cb2a=>_0x12cb2a[_0x3406e2(0x1b4)][_0x3406e2(0x1bc)]()===_0x16b084[_0x3406e2(0x1bc)]()),-0x1);}catch(_0x12c34f){logger['debug'](_0x3406e2(0x198)+_0x12c34f);}return![];}[a127_0x3d3e7a(0x1c1)](){const _0x5e750a=a127_0x3d3e7a;!fs[_0x5e750a(0x1c3)](this[_0x5e750a(0x1b9)])&&fs[_0x5e750a(0x196)](this[_0x5e750a(0x1b9)]),fs['writeFileSync'](this[_0x5e750a(0x18f)],JSON[_0x5e750a(0x1c0)]({'scripts':{'scan':this['performScan'],'getResults':this['getResults'],'getResultsSummary':this[_0x5e750a(0x1a2)],'saveResults':this[_0x5e750a(0x1a3)]},'commands':this[_0x5e750a(0x1a9)],'nonBStackInfraA11yChromeOptions':this[_0x5e750a(0x199)]}));}[a127_0x3d3e7a(0x1c4)](){const _0x2a4927=a127_0x3d3e7a,_0x10d9b1={'ewPbx':function(_0x397844,_0xaadf0a){return _0x397844(_0xaadf0a);}};fs[_0x2a4927(0x1c3)](this['commandsPath'])&&this[_0x2a4927(0x1a6)](_0x10d9b1[_0x2a4927(0x1b5)](require,this[_0x2a4927(0x18f)]));}}module['exports']=new Scripts();function a127_0x435d(){const _0x4a1bbe=['getWritableBrowserstackDir','getClass','gdrnh','length','getResults','getResultsSummary','saveTestResults','0|1|4|6|2|3|5','XwMGC','parseFromJson','25080660KmEyxn','edrBv','commandsToWrap','path','VulHR','join','saveResults','oexVw','549771VENdXO','PqGEY','parseFromProto','../../helpers/logger','scan','name','ewPbx','getLibrary','49306bJaAOc','FcMyn','browserstackFolderPath','DchHU','7ZMgXNw','toLowerCase','1306872UyKjzJ','6659032KNcbnM','../helper','stringify','toJson','getName','existsSync','fromJson','hJFaa','ZNzZu','commandsPath','getCommand','scripts','performScan','findIndex','split','HVCwP','mkdirSync','nonBStackInfraA11yChromeOptions','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','ChromeExtension','664fEQmZn','68517pAnkHC','30355AENQCC'];a127_0x435d=function(){return _0x4a1bbe;};return a127_0x435d();}
@@ -1 +1 @@
1
- const a128_0x37dac9=a128_0x196b;(function(_0x2cad64,_0x429ef0){const _0xf536b8=a128_0x196b,_0x3b1ee6=_0x2cad64();while(!![]){try{const _0x33faeb=parseInt(_0xf536b8(0x66))/0x1+parseInt(_0xf536b8(0x6a))/0x2*(parseInt(_0xf536b8(0x70))/0x3)+-parseInt(_0xf536b8(0x67))/0x4*(parseInt(_0xf536b8(0x72))/0x5)+-parseInt(_0xf536b8(0x68))/0x6*(parseInt(_0xf536b8(0x74))/0x7)+parseInt(_0xf536b8(0x75))/0x8+-parseInt(_0xf536b8(0x79))/0x9+parseInt(_0xf536b8(0x6e))/0xa*(-parseInt(_0xf536b8(0x6d))/0xb);if(_0x33faeb===_0x429ef0)break;else _0x3b1ee6['push'](_0x3b1ee6['shift']());}catch(_0x5a94fa){_0x3b1ee6['push'](_0x3b1ee6['shift']());}}}(a128_0x1898,0x77f3d));const a128_0x4f8ecb={};a128_0x4f8ecb[a128_0x37dac9(0x6f)]=a128_0x37dac9(0x73),a128_0x4f8ecb[a128_0x37dac9(0x78)]=a128_0x37dac9(0x71),module[a128_0x37dac9(0x7a)]=a128_0x4f8ecb;function a128_0x196b(_0x884bf5,_0x3aa41c){const _0x1898ef=a128_0x1898();return a128_0x196b=function(_0x196ba8,_0x19b145){_0x196ba8=_0x196ba8-0x66;let _0x2bfcde=_0x1898ef[_0x196ba8];return _0x2bfcde;},a128_0x196b(_0x884bf5,_0x3aa41c);}const _env=(process[a128_0x37dac9(0x77)]['BROWSERSTACK_ENV']||a128_0x37dac9(0x6c))[a128_0x37dac9(0x7b)]();if(_env===a128_0x37dac9(0x6b)||_env==='stag')module['exports'][a128_0x37dac9(0x6f)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a128_0x37dac9(0x76)||_env===a128_0x37dac9(0x69))&&(module['exports']['BUILDS_DASHBOARD_URL']='https://grid-preprod.bsstag.com/dashboard/builds');function a128_0x1898(){const _0x1b8574=['preprod','env','API_ENDPOINT','5689773AnAPWo','exports','toLowerCase','400817GRkMUv','1092HCswyZ','6rGcroZ','pre-prod','1925832jToSoc','staging','prod','11MPcVmO','575670btismD','BUILDS_DASHBOARD_URL','3BrkTcv','automate-turboscale/v1','6625ErcAsB','https://grid.browserstack.com/dashboard/builds','3608332ooVmVZ','5556456QJjHrm'];a128_0x1898=function(){return _0x1b8574;};return a128_0x1898();}
1
+ const a128_0x653b3=a128_0x472b;function a128_0x472b(_0x53eedc,_0x3fc031){const _0x597faf=a128_0x597f();return a128_0x472b=function(_0x472b00,_0x9fd182){_0x472b00=_0x472b00-0x132;let _0x3c4e79=_0x597faf[_0x472b00];return _0x3c4e79;},a128_0x472b(_0x53eedc,_0x3fc031);}function a128_0x597f(){const _0x5b27fb=['181221YjTpTp','102753UrXXXW','185694IfKtDb','https://grid-preprod.bsstag.com/dashboard/builds','API_ENDPOINT','pre-prod','prod','4lxYbDT','automate-turboscale/v1','24PDFYEf','634401cdVYbk','7060119CMCJHO','24iWNmLh','BROWSERSTACK_ENV','toLowerCase','env','https://grid-devhst.bsstag.com/dashboard/builds','BUILDS_DASHBOARD_URL','244865VwJasw','exports','273762pCimHc','10zYERyi'];a128_0x597f=function(){return _0x5b27fb;};return a128_0x597f();}(function(_0x50931b,_0x1b6a3d){const _0x4be3e3=a128_0x472b,_0x53c6d0=_0x50931b();while(!![]){try{const _0x38fac2=parseInt(_0x4be3e3(0x13f))/0x1+-parseInt(_0x4be3e3(0x146))/0x2*(parseInt(_0x4be3e3(0x13d))/0x3)+-parseInt(_0x4be3e3(0x132))/0x4*(parseInt(_0x4be3e3(0x13b))/0x5)+parseInt(_0x4be3e3(0x141))/0x6+-parseInt(_0x4be3e3(0x140))/0x7+-parseInt(_0x4be3e3(0x135))/0x8*(parseInt(_0x4be3e3(0x133))/0x9)+parseInt(_0x4be3e3(0x13e))/0xa*(parseInt(_0x4be3e3(0x134))/0xb);if(_0x38fac2===_0x1b6a3d)break;else _0x53c6d0['push'](_0x53c6d0['shift']());}catch(_0x1524b2){_0x53c6d0['push'](_0x53c6d0['shift']());}}}(a128_0x597f,0x24fd3));const a128_0x4bf7c8={};a128_0x4bf7c8[a128_0x653b3(0x13a)]='https://grid.browserstack.com/dashboard/builds',a128_0x4bf7c8[a128_0x653b3(0x143)]=a128_0x653b3(0x147),module[a128_0x653b3(0x13c)]=a128_0x4bf7c8;const _env=(process[a128_0x653b3(0x138)][a128_0x653b3(0x136)]||a128_0x653b3(0x145))[a128_0x653b3(0x137)]();if(_env==='staging'||_env==='stag')module[a128_0x653b3(0x13c)][a128_0x653b3(0x13a)]=a128_0x653b3(0x139);else(_env==='preprod'||_env===a128_0x653b3(0x144))&&(module['exports'][a128_0x653b3(0x13a)]=a128_0x653b3(0x142));
@@ -1 +1 @@
1
- const a129_0x2646b7=a129_0x9b92;(function(_0x35be94,_0x1a14c2){const _0x486540=a129_0x9b92,_0x34ed2a=_0x35be94();while(!![]){try{const _0x21fa01=parseInt(_0x486540(0x94))/0x1+parseInt(_0x486540(0x9c))/0x2+parseInt(_0x486540(0x93))/0x3+-parseInt(_0x486540(0x99))/0x4*(parseInt(_0x486540(0x9b))/0x5)+-parseInt(_0x486540(0x95))/0x6*(-parseInt(_0x486540(0x9a))/0x7)+-parseInt(_0x486540(0x9e))/0x8*(parseInt(_0x486540(0xa3))/0x9)+parseInt(_0x486540(0xaf))/0xa*(-parseInt(_0x486540(0xb0))/0xb);if(_0x21fa01===_0x1a14c2)break;else _0x34ed2a['push'](_0x34ed2a['shift']());}catch(_0x1044a5){_0x34ed2a['push'](_0x34ed2a['shift']());}}}(a129_0x47ea,0x3243c));const constants=require(a129_0x2646b7(0xac));exports['getTurboScaleOptions']=()=>{const _0x49fbb4=a129_0x2646b7;if(!constants['TURBOSCALE_OPTIONS']['options'])return{};return constants[_0x49fbb4(0x96)][_0x49fbb4(0xab)];},exports[a129_0x2646b7(0xa6)]=_0x5eb6f9=>{const _0x27bc6b=a129_0x2646b7,_0x49cfc7={};_0x49cfc7[_0x27bc6b(0x90)]=_0x27bc6b(0xa2);const _0x50c3db=_0x49cfc7;if(_0x5eb6f9['turboScaleOptions']&&_0x5eb6f9[_0x27bc6b(0xa7)][_0x27bc6b(0xa1)])return _0x5eb6f9['turboScaleOptions']['gridName'];if(process[_0x27bc6b(0xae)][_0x27bc6b(0xad)])return process[_0x27bc6b(0xae)][_0x27bc6b(0xad)];return _0x50c3db['QTpQr'];},exports[a129_0x2646b7(0x91)]=_0x2a2727=>{const _0x1fedf5=a129_0x2646b7,_0x544427={};_0x544427[_0x1fedf5(0xb1)]=function(_0x32e730,_0x54d248){return _0x32e730===_0x54d248;},_0x544427[_0x1fedf5(0x9d)]=_0x1fedf5(0x92);const _0x111ff3=_0x544427;return _0x2a2727&&_0x2a2727[_0x1fedf5(0xa5)]&&_0x111ff3[_0x1fedf5(0xb1)](_0x2a2727[_0x1fedf5(0xa5)]['toString']()[_0x1fedf5(0xa0)](),_0x111ff3[_0x1fedf5(0x9d)]);},exports[a129_0x2646b7(0xa9)]=(_0xd3321,_0x3eb8c9,_0x48305f)=>{const _0x8f62d3=a129_0x2646b7,_0x1626c8={};_0x1626c8[_0x8f62d3(0xa8)]='medium';const _0x50e66e=_0x1626c8,_0x203361={};_0x203361['buildPriority']=_0x50e66e[_0x8f62d3(0xa8)];_0xd3321[_0x8f62d3(0xb2)]&&(_0x203361[_0x8f62d3(0xb2)]=Array[_0x8f62d3(0xa4)](_0xd3321['buildTags'])?_0xd3321['buildTags']:_0xd3321[_0x8f62d3(0xb2)][_0x8f62d3(0x97)](','));if(process['env'][_0x8f62d3(0x98)])try{_0x203361['buildTags']=process[_0x8f62d3(0xae)]['BROWSERSTACK_BUILD_TAGS'][_0x8f62d3(0x97)](',');}catch{_0x203361['buildTags']=process[_0x8f62d3(0xae)][_0x8f62d3(0x98)];}return _0xd3321[_0x8f62d3(0x9f)]&&(_0x203361[_0x8f62d3(0x9f)]=_0xd3321['buildPriority']),process[_0x8f62d3(0xae)][_0x8f62d3(0xaa)]&&(_0x203361['buildPriority']=process['env'][_0x8f62d3(0xaa)]),_0x203361;};function a129_0x9b92(_0x58a03c,_0x1d6ab6){const _0x47eaba=a129_0x47ea();return a129_0x9b92=function(_0x9b92eb,_0x5d8187){_0x9b92eb=_0x9b92eb-0x90;let _0x5ea54c=_0x47eaba[_0x9b92eb];return _0x5ea54c;},a129_0x9b92(_0x58a03c,_0x1d6ab6);}function a129_0x47ea(){const _0x5e6f88=['999585ouhpFn','632676TirPxq','yNkam','40POekkX','buildPriority','toLowerCase','gridName','NO_GRID_NAME_PASSED','440541uNJhBr','isArray','turboScale','getTurboScaleGridName','turboScaleOptions','Ktpyp','getTurboScaleCaps','BROWSERSTACK_BUILD_PRIORITY','options','../../bin/utils/constants','BROWSERSTACK_TURBOSCALE_GRID_NAME','env','5232010PEyzlW','11MYUhDg','YXNBy','buildTags','QTpQr','isTurboScaleSession','true','1195908SpvLBE','318690FSVigl','6lmZtck','TURBOSCALE_OPTIONS','split','BROWSERSTACK_BUILD_TAGS','4iGIdhU','980581PPuVeC'];a129_0x47ea=function(){return _0x5e6f88;};return a129_0x47ea();}
1
+ const a129_0x29880c=a129_0x131c;(function(_0x4d44a3,_0x290f1c){const _0x2d9ec0=a129_0x131c,_0x177361=_0x4d44a3();while(!![]){try{const _0x17c414=parseInt(_0x2d9ec0(0x129))/0x1*(-parseInt(_0x2d9ec0(0x119))/0x2)+-parseInt(_0x2d9ec0(0x123))/0x3*(parseInt(_0x2d9ec0(0x10d))/0x4)+-parseInt(_0x2d9ec0(0x10e))/0x5+-parseInt(_0x2d9ec0(0x12a))/0x6*(parseInt(_0x2d9ec0(0x11e))/0x7)+-parseInt(_0x2d9ec0(0x11c))/0x8*(-parseInt(_0x2d9ec0(0x122))/0x9)+-parseInt(_0x2d9ec0(0x121))/0xa*(-parseInt(_0x2d9ec0(0x10b))/0xb)+-parseInt(_0x2d9ec0(0x124))/0xc*(-parseInt(_0x2d9ec0(0x11f))/0xd);if(_0x17c414===_0x290f1c)break;else _0x177361['push'](_0x177361['shift']());}catch(_0x405217){_0x177361['push'](_0x177361['shift']());}}}(a129_0x345f,0x9a9de));const constants=require('../../bin/utils/constants');function a129_0x345f(){const _0x35e5b4=['split','getTurboScaleOptions','buildTags','medium','toString','toLowerCase','11561ZqmAik','BROWSERSTACK_BUILD_PRIORITY','183220nIAFhP','4254750VgxRZh','TURBOSCALE_OPTIONS','options','turboScale','BROWSERSTACK_BUILD_TAGS','buildPriority','getTurboScaleCaps','BROWSERSTACK_TURBOSCALE_GRID_NAME','VPkEm','XPKEL','isArray','340190XzdUiL','true','NO_GRID_NAME_PASSED','1990712jmouog','gridName','448qfqfEv','91vZYUgV','env','3850SKKowI','9wXYmkz','6YSDZyc','2522292aBlozB','turboScaleOptions','gQcZC','xnpAw','getTurboScaleGridName','3chwiXU','3624FmIoMK'];a129_0x345f=function(){return _0x35e5b4;};return a129_0x345f();}function a129_0x131c(_0x49a8dc,_0x1a4f63){const _0x345f10=a129_0x345f();return a129_0x131c=function(_0x131ca9,_0x5b445f){_0x131ca9=_0x131ca9-0x10b;let _0x3e67f6=_0x345f10[_0x131ca9];return _0x3e67f6;},a129_0x131c(_0x49a8dc,_0x1a4f63);}exports[a129_0x29880c(0x12c)]=()=>{const _0x42fa7e=a129_0x29880c;if(!constants['TURBOSCALE_OPTIONS'][_0x42fa7e(0x110)])return{};return constants[_0x42fa7e(0x10f)][_0x42fa7e(0x110)];},exports[a129_0x29880c(0x128)]=_0x571e20=>{const _0x566fad=a129_0x29880c,_0x233aaf={};_0x233aaf[_0x566fad(0x116)]=_0x566fad(0x11b);const _0x50ac33=_0x233aaf;if(_0x571e20['turboScaleOptions']&&_0x571e20[_0x566fad(0x125)][_0x566fad(0x11d)])return _0x571e20[_0x566fad(0x125)][_0x566fad(0x11d)];if(process[_0x566fad(0x120)][_0x566fad(0x115)])return process[_0x566fad(0x120)][_0x566fad(0x115)];return _0x50ac33['VPkEm'];},exports['isTurboScaleSession']=_0x47e907=>{const _0x32a783=a129_0x29880c,_0x40058e={};_0x40058e[_0x32a783(0x126)]=function(_0xa1d0d5,_0x2c8aa0){return _0xa1d0d5===_0x2c8aa0;},_0x40058e[_0x32a783(0x127)]=_0x32a783(0x11a);const _0x319edc=_0x40058e;return _0x47e907&&_0x47e907[_0x32a783(0x111)]&&_0x319edc[_0x32a783(0x126)](_0x47e907['turboScale'][_0x32a783(0x12f)]()[_0x32a783(0x130)](),_0x319edc[_0x32a783(0x127)]);},exports[a129_0x29880c(0x114)]=(_0x19c27a,_0x2d3b0d,_0x646faa)=>{const _0x1adc98=a129_0x29880c,_0x23b669={};_0x23b669[_0x1adc98(0x117)]=_0x1adc98(0x12e);const _0x1e21de=_0x23b669,_0x8689d1={};_0x8689d1['buildPriority']=_0x1e21de[_0x1adc98(0x117)];_0x19c27a[_0x1adc98(0x12d)]&&(_0x8689d1[_0x1adc98(0x12d)]=Array[_0x1adc98(0x118)](_0x19c27a[_0x1adc98(0x12d)])?_0x19c27a[_0x1adc98(0x12d)]:_0x19c27a[_0x1adc98(0x12d)][_0x1adc98(0x12b)](','));if(process[_0x1adc98(0x120)][_0x1adc98(0x112)])try{_0x8689d1[_0x1adc98(0x12d)]=process['env'][_0x1adc98(0x112)][_0x1adc98(0x12b)](',');}catch{_0x8689d1[_0x1adc98(0x12d)]=process['env'][_0x1adc98(0x112)];}return _0x19c27a[_0x1adc98(0x113)]&&(_0x8689d1[_0x1adc98(0x113)]=_0x19c27a['buildPriority']),process['env']['BROWSERSTACK_BUILD_PRIORITY']&&(_0x8689d1[_0x1adc98(0x113)]=process['env'][_0x1adc98(0x10c)]),_0x8689d1;};
@@ -1 +1 @@
1
- 'use strict';const a130_0x5715c4=a130_0x37d1;(function(_0x2dd4dc,_0x5b65bd){const _0x4c9ec2=a130_0x37d1,_0x21a735=_0x2dd4dc();while(!![]){try{const _0x16a623=parseInt(_0x4c9ec2(0xc3))/0x1+parseInt(_0x4c9ec2(0x9f))/0x2+-parseInt(_0x4c9ec2(0xd3))/0x3+parseInt(_0x4c9ec2(0x99))/0x4*(parseInt(_0x4c9ec2(0x90))/0x5)+parseInt(_0x4c9ec2(0xb0))/0x6+parseInt(_0x4c9ec2(0xa4))/0x7+-parseInt(_0x4c9ec2(0xa5))/0x8;if(_0x16a623===_0x5b65bd)break;else _0x21a735['push'](_0x21a735['shift']());}catch(_0x7e4cbd){_0x21a735['push'](_0x21a735['shift']());}}}(a130_0x1aff,0x71dd8));const tls=require('tls'),fs=require('fs');let _patched=![],_logger=null;function _log(_0x25453f,_0x5b403d){const _0x4720a5=a130_0x37d1,_0x1a51ad={};_0x1a51ad[_0x4720a5(0xa3)]=function(_0x3be641,_0x51ac55){return _0x3be641||_0x51ac55;},_0x1a51ad[_0x4720a5(0xca)]=function(_0x552dc8,_0x156dcd){return _0x552dc8===_0x156dcd;},_0x1a51ad[_0x4720a5(0xd4)]=_0x4720a5(0xb3);const _0x390fd9=_0x1a51ad;try{const _0x65ed37=_0x390fd9['qawWh'](_logger,console);_0x390fd9[_0x4720a5(0xca)](typeof _0x65ed37[_0x25453f],_0x390fd9[_0x4720a5(0xd4)])&&_0x65ed37[_0x25453f](_0x5b403d);}catch(_0x54d22c){}}function derToPem(_0x299f1e){const _0x3c288d=a130_0x37d1,_0x29fc95={};_0x29fc95[_0x3c288d(0xa0)]=_0x3c288d(0xc5),_0x29fc95[_0x3c288d(0x95)]=_0x3c288d(0xce);const _0x261bee=_0x29fc95,_0x466e13=_0x299f1e['toString'](_0x261bee[_0x3c288d(0xa0)])[_0x3c288d(0xb6)](/(.{64})/g,_0x261bee[_0x3c288d(0x95)]);return _0x3c288d(0xb8)+_0x466e13+(_0x466e13[_0x3c288d(0x92)]('\x0a')?'':'\x0a')+_0x3c288d(0xab);}function loadCaCertsAsPem(_0x303052){const _0xe5da9c=a130_0x37d1,_0x28ec2c={'aJdxL':_0xe5da9c(0xb7),'aDSOo':_0xe5da9c(0xcc),'gkpTZ':function(_0x39acfc,_0x5c5b36){return _0x39acfc(_0x5c5b36);}};if(_0x303052[_0xe5da9c(0xa8)](_0x28ec2c[_0xe5da9c(0xd7)]))return _0x303052[_0xe5da9c(0xb1)](_0x28ec2c[_0xe5da9c(0xac)])[_0xe5da9c(0xcb)](/-----BEGIN CERTIFICATE-----[\s\S]*?-----END CERTIFICATE-----/g)||[];return[_0x28ec2c[_0xe5da9c(0xd8)](derToPem,_0x303052)];}function a130_0x37d1(_0x5ad7f9,_0x304289){const _0x1aff34=a130_0x1aff();return a130_0x37d1=function(_0x37d1f5,_0x17b6a8){_0x37d1f5=_0x37d1f5-0x8a;let _0x310efc=_0x1aff34[_0x37d1f5];return _0x310efc;},a130_0x37d1(_0x5ad7f9,_0x304289);}function resolveCaCertPath(_0x47b3d8){const _0x400711=a130_0x37d1,_0x14a189={'SUthl':function(_0x554b38,_0x182831){return _0x554b38(_0x182831);},'BofFL':function(_0x45dbf0,_0x2414b6){return _0x45dbf0(_0x2414b6);},'UZzpR':function(_0x2f8648,_0x20e9b2,_0x10a2be){return _0x2f8648(_0x20e9b2,_0x10a2be);},'ahxZE':'warn'};let _0x1601d3=process[_0x400711(0xbe)][_0x400711(0xdc)];(!_0x1601d3||!_0x1601d3[_0x400711(0xaa)]())&&_0x47b3d8&&_0x47b3d8[_0x400711(0x9a)]&&(_0x1601d3=_0x47b3d8[_0x400711(0x9a)]);if(!_0x1601d3||!_0x14a189[_0x400711(0xd2)](String,_0x1601d3)[_0x400711(0xaa)]())return null;_0x1601d3=_0x14a189[_0x400711(0x9e)](String,_0x1601d3)[_0x400711(0xaa)]();try{if(fs[_0x400711(0x9d)](_0x1601d3)&&fs['statSync'](_0x1601d3)[_0x400711(0x91)]())return _0x1601d3;_0x14a189['UZzpR'](_log,_0x14a189[_0x400711(0x8a)],_0x400711(0x8c)+_0x1601d3);}catch(_0x139b14){_0x14a189[_0x400711(0xa2)](_log,_0x14a189[_0x400711(0x8a)],_0x400711(0xaf)+_0x1601d3+':\x20'+_0x139b14[_0x400711(0xb4)]);}return null;}function setupCaCertificate(_0x3ea8d3,_0x3a67ad){const _0x128f23=a130_0x37d1,_0x2ae4fd={'vyELM':function(_0x22866f,_0x4291d4){return _0x22866f(_0x4291d4);},'HaLaN':function(_0x4e081d,_0x16f25b){return _0x4e081d(_0x16f25b);},'UAiIL':_0x128f23(0xb7),'tCaPN':function(_0x3a74bf,_0x5a679d){return _0x3a74bf(_0x5a679d);},'KNLOw':function(_0x426717,_0x31b1af,_0x163bc8){return _0x426717(_0x31b1af,_0x163bc8);},'UmSWd':'warn','igkzG':function(_0x46f9cc,_0x4b8513){return _0x46f9cc(_0x4b8513);},'GmAIV':function(_0x3b5912,_0x2b8b6d){return _0x3b5912(_0x2b8b6d);},'RAZZA':_0x128f23(0xc9),'DBzGq':_0x128f23(0xd9),'MXyQD':_0x128f23(0xc6),'UVvLv':function(_0x27c7fb,_0x57572b){return _0x27c7fb|_0x57572b;},'nbTfK':function(_0x72a24c,_0x55dd7a){return _0x72a24c|_0x55dd7a;},'aUjFJ':function(_0x24b7bf,_0x5a70a9,_0xa1e8d1){return _0x24b7bf(_0x5a70a9,_0xa1e8d1);},'ubvjo':_0x128f23(0xc2),'eKUzJ':function(_0x46cde6,_0x30842a,_0x1b8612){return _0x46cde6(_0x30842a,_0x1b8612);}};_0x3a67ad&&(_logger=_0x3a67ad);if(_patched)return;try{const _0x302639=_0x2ae4fd[_0x128f23(0x9c)](resolveCaCertPath,_0x3ea8d3);if(!_0x302639)return;const _0x17dab1=fs[_0x128f23(0xb5)](_0x302639),_0x25def1=_0x17dab1['includes'](_0x2ae4fd[_0x128f23(0x93)]),_0xb91fd7=_0x2ae4fd[_0x128f23(0xd6)](loadCaCertsAsPem,_0x17dab1);if(!_0xb91fd7[_0x128f23(0xa1)]){_0x2ae4fd[_0x128f23(0xa6)](_log,_0x2ae4fd['UmSWd'],_0x128f23(0xcf)+_0x302639+_0x128f23(0xc7));return;}const _0x3513a7=tls['createSecureContext'];tls['createSecureContext']=function(_0x35c884={}){const _0x303b63=_0x128f23,_0x51d9ba=_0x2ae4fd[_0x303b63(0xb2)](_0x3513a7,_0x35c884);for(const _0x1abc6b of _0xb91fd7){try{_0x51d9ba[_0x303b63(0xa7)][_0x303b63(0x97)](_0x1abc6b);}catch(_0x8eb856){}}return _0x51d9ba;};if(!process[_0x128f23(0xbe)]['NODE_EXTRA_CA_CERTS']){let _0x4cf9e6=_0x302639;if(!_0x25def1){const _0x162591=_0x2ae4fd[_0x128f23(0x8e)](require,'os'),_0x399e3d=_0x2ae4fd[_0x128f23(0xba)](require,_0x2ae4fd[_0x128f23(0x8d)]),_0xe99b3f=fs[_0x128f23(0xd1)](_0x399e3d[_0x128f23(0xcd)](_0x162591[_0x128f23(0xbc)](),_0x2ae4fd[_0x128f23(0xc4)]));_0x4cf9e6=_0x399e3d['join'](_0xe99b3f,_0x2ae4fd[_0x128f23(0xbd)]);const _0x580c00=fs[_0x128f23(0xb9)](_0x4cf9e6,_0x2ae4fd[_0x128f23(0xc1)](_0x2ae4fd[_0x128f23(0xc1)](_0x2ae4fd[_0x128f23(0xc0)](fs['constants'][_0x128f23(0x94)],fs['constants'][_0x128f23(0xd0)]),fs[_0x128f23(0xa9)]['O_EXCL']),fs['constants'][_0x128f23(0xda)]||0x0),0x180);try{fs[_0x128f23(0xc8)](_0x580c00,_0xb91fd7[_0x128f23(0xcd)](''));}finally{fs[_0x128f23(0xdb)](_0x580c00);}}process[_0x128f23(0xbe)][_0x128f23(0x9b)]=_0x4cf9e6;}_patched=!![],_0x2ae4fd[_0x128f23(0xae)](_log,_0x2ae4fd['ubvjo'],'proxyCaCertificate:\x20trusting\x20custom\x20CA\x20from\x20'+_0x302639+_0x128f23(0x8b));}catch(_0x4392eb){_0x2ae4fd['eKUzJ'](_log,_0x2ae4fd[_0x128f23(0x96)],_0x128f23(0x98)+_0x4392eb[_0x128f23(0xb4)]);}}const a130_0x2080a3={};function a130_0x1aff(){const _0x70973a=['UmSWd','addCACert','proxyCaCertificate:\x20setup\x20failed,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','31412hojXBp','proxyCaCertificate','NODE_EXTRA_CA_CERTS','HaLaN','existsSync','BofFL','347700vmkUcA','MOaPh','length','UZzpR','qawWh','3183075hFrEcE','19853128xYrAai','KNLOw','context','includes','constants','trim','-----END\x20CERTIFICATE-----\x0a','aDSOo','derToPem','aUjFJ','proxyCaCertificate:\x20failed\x20to\x20stat\x20cert\x20path\x20','5482476PCUsnr','toString','vyELM','function','message','readFileSync','replace','-----BEGIN\x20CERTIFICATE-----','-----BEGIN\x20CERTIFICATE-----\x0a','openSync','GmAIV','resolveCaCertPath','tmpdir','MXyQD','env','loadCaCertsAsPem','nbTfK','UVvLv','info','675141BYZUvJ','DBzGq','base64','ca.pem',';\x20falling\x20back\x20to\x20system\x20trust\x20store.','writeFileSync','path','yqgly','match','utf8','join','$1\x0a','proxyCaCertificate:\x20no\x20certificate\x20found\x20in\x20','O_CREAT','mkdtempSync','SUthl','517572QSOxoJ','FCaCk','setupCaCertificate','tCaPN','aJdxL','gkpTZ','browserstack_sdk_ca_','O_NOFOLLOW','closeSync','BROWSERSTACK_EXTRA_CA_CERTS','ahxZE','\x20(merged\x20with\x20system\x20roots).','proxyCaCertificate:\x20path\x20does\x20not\x20exist\x20or\x20is\x20not\x20a\x20file,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','RAZZA','igkzG','exports','575fdoncF','isFile','endsWith','UAiIL','O_WRONLY','xZjoN'];a130_0x1aff=function(){return _0x70973a;};return a130_0x1aff();}a130_0x2080a3[a130_0x5715c4(0xbb)]=resolveCaCertPath,a130_0x2080a3[a130_0x5715c4(0xd5)]=setupCaCertificate,a130_0x2080a3[a130_0x5715c4(0xbf)]=loadCaCertsAsPem,a130_0x2080a3[a130_0x5715c4(0xad)]=derToPem,module[a130_0x5715c4(0x8f)]=a130_0x2080a3;
1
+ 'use strict';function a130_0x7e8a(_0x3b50dd,_0x5d3a3){const _0x1cda03=a130_0x1cda();return a130_0x7e8a=function(_0x7e8a93,_0x30a63f){_0x7e8a93=_0x7e8a93-0xd5;let _0x4bd590=_0x1cda03[_0x7e8a93];return _0x4bd590;},a130_0x7e8a(_0x3b50dd,_0x5d3a3);}const a130_0x4e7431=a130_0x7e8a;(function(_0x243f88,_0x3224fe){const _0x1590f2=a130_0x7e8a,_0x4bbcf8=_0x243f88();while(!![]){try{const _0x15e4c6=parseInt(_0x1590f2(0x10e))/0x1*(-parseInt(_0x1590f2(0x109))/0x2)+-parseInt(_0x1590f2(0x102))/0x3*(-parseInt(_0x1590f2(0x114))/0x4)+-parseInt(_0x1590f2(0xf7))/0x5*(-parseInt(_0x1590f2(0x123))/0x6)+-parseInt(_0x1590f2(0x115))/0x7*(-parseInt(_0x1590f2(0x108))/0x8)+-parseInt(_0x1590f2(0xf3))/0x9*(-parseInt(_0x1590f2(0x10c))/0xa)+-parseInt(_0x1590f2(0xe2))/0xb+-parseInt(_0x1590f2(0xd9))/0xc;if(_0x15e4c6===_0x3224fe)break;else _0x4bbcf8['push'](_0x4bbcf8['shift']());}catch(_0x4ea67f){_0x4bbcf8['push'](_0x4bbcf8['shift']());}}}(a130_0x1cda,0x2d7ec));const tls=require(a130_0x4e7431(0xff)),fs=require('fs');let _patched=![],_logger=null;function a130_0x1cda(){const _0x2d9e9f=['lKftA','statSync','tls','isFile','proxyCaCertificate','402ayOedu','match','-----BEGIN\x20CERTIFICATE-----','exports','replace','lDLxk','1177304XBUKmT','271404vyqtpG','join','jVdvV','225710erokHl','\x20(merged\x20with\x20system\x20roots).','1FkSLYx','tmpdir','info','proxyCaCertificate:\x20no\x20certificate\x20found\x20in\x20','jVoDm','NPzWB','756REebkO','7MwMFgo','writeFileSync','NODE_EXTRA_CA_CERTS','closeSync','utf8','proxyCaCertificate:\x20trusting\x20custom\x20CA\x20from\x20','context','proxyCaCertificate:\x20setup\x20failed,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','wDFEd','endsWith','constants','-----BEGIN\x20CERTIFICATE-----\x0a','kMzJx','BROWSERSTACK_EXTRA_CA_CERTS','2922xxECNA','CIHCn','YpVJG','trim','message','1717344DwyIsq','HIMFl','TINnp','QCYkn','vlkay','base64','warn','derToPem','length','1020723ANQwQY','LLjQF','eGGpz','includes','proxyCaCertificate:\x20path\x20does\x20not\x20exist\x20or\x20is\x20not\x20a\x20file,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','LYurL','createSecureContext','GMafD','env','RUeIq','addCACert','loadCaCertsAsPem','kRFyE','readFileSync','openSync','function','ca.pem','117NKXweE','igVyt','HbUGo',';\x20falling\x20back\x20to\x20system\x20trust\x20store.','945RUuaYp','resolveCaCertPath','mkdtempSync','cWxBZ','toString','CpHWy'];a130_0x1cda=function(){return _0x2d9e9f;};return a130_0x1cda();}function _log(_0x2aa12b,_0x10aa71){const _0x145730=a130_0x4e7431,_0x3ca8db={};_0x3ca8db[_0x145730(0x112)]=function(_0x118eb4,_0x2ae766){return _0x118eb4||_0x2ae766;},_0x3ca8db['LYurL']=function(_0x4f04c2,_0x4608b4){return _0x4f04c2===_0x4608b4;},_0x3ca8db[_0x145730(0x11d)]=_0x145730(0xf1);const _0x2b119c=_0x3ca8db;try{const _0x35ffde=_0x2b119c[_0x145730(0x112)](_logger,console);_0x2b119c[_0x145730(0xe7)](typeof _0x35ffde[_0x2aa12b],_0x2b119c[_0x145730(0x11d)])&&_0x35ffde[_0x2aa12b](_0x10aa71);}catch(_0x4b99ee){}}function derToPem(_0x4906a9){const _0x6b3988=a130_0x4e7431,_0x187334={};_0x187334['LLjQF']=_0x6b3988(0xde),_0x187334[_0x6b3988(0xf5)]='$1\x0a';const _0x522272=_0x187334,_0x4b06a8=_0x4906a9['toString'](_0x522272[_0x6b3988(0xe3)])[_0x6b3988(0x106)](/(.{64})/g,_0x522272[_0x6b3988(0xf5)]);return _0x6b3988(0x120)+_0x4b06a8+(_0x4b06a8[_0x6b3988(0x11e)]('\x0a')?'':'\x0a')+'-----END\x20CERTIFICATE-----\x0a';}function loadCaCertsAsPem(_0x51b1ff){const _0x4fbe8a=a130_0x4e7431,_0x36767c={'aDaqs':'-----BEGIN\x20CERTIFICATE-----','igVyt':_0x4fbe8a(0x119),'lKftA':function(_0x4f4c23,_0x3e99ad){return _0x4f4c23(_0x3e99ad);}};if(_0x51b1ff[_0x4fbe8a(0xe5)](_0x36767c['aDaqs']))return _0x51b1ff[_0x4fbe8a(0xfb)](_0x36767c[_0x4fbe8a(0xf4)])[_0x4fbe8a(0x103)](/-----BEGIN CERTIFICATE-----[\s\S]*?-----END CERTIFICATE-----/g)||[];return[_0x36767c[_0x4fbe8a(0xfd)](derToPem,_0x51b1ff)];}function resolveCaCertPath(_0x308db9){const _0x282a05=a130_0x4e7431,_0x39765a={'QCYkn':function(_0x3b5829,_0x543786){return _0x3b5829(_0x543786);},'cWxBZ':function(_0x157bd7,_0x3d5c85){return _0x157bd7(_0x3d5c85);},'jVdvV':function(_0x2ba6f0,_0xf05a5c,_0x415cc3){return _0x2ba6f0(_0xf05a5c,_0x415cc3);},'HIMFl':_0x282a05(0xdf),'kMzJx':function(_0x20cd5a,_0x3bc924,_0x31cf36){return _0x20cd5a(_0x3bc924,_0x31cf36);}};let _0x11760e=process['env'][_0x282a05(0x122)];(!_0x11760e||!_0x11760e[_0x282a05(0xd7)]())&&_0x308db9&&_0x308db9['proxyCaCertificate']&&(_0x11760e=_0x308db9[_0x282a05(0x101)]);if(!_0x11760e||!_0x39765a[_0x282a05(0xdc)](String,_0x11760e)[_0x282a05(0xd7)]())return null;_0x11760e=_0x39765a[_0x282a05(0xfa)](String,_0x11760e)['trim']();try{if(fs['existsSync'](_0x11760e)&&fs[_0x282a05(0xfe)](_0x11760e)[_0x282a05(0x100)]())return _0x11760e;_0x39765a[_0x282a05(0x10b)](_log,_0x39765a['HIMFl'],_0x282a05(0xe6)+_0x11760e);}catch(_0x20e3bb){_0x39765a[_0x282a05(0x121)](_log,_0x39765a[_0x282a05(0xda)],'proxyCaCertificate:\x20failed\x20to\x20stat\x20cert\x20path\x20'+_0x11760e+':\x20'+_0x20e3bb[_0x282a05(0xd8)]);}return null;}function setupCaCertificate(_0x1ecf57,_0x42fb3f){const _0x5697be=a130_0x4e7431,_0x43c56d={'NPzWB':function(_0x51454e,_0x3346f6){return _0x51454e(_0x3346f6);},'TINnp':function(_0x5347c7,_0x72b2ed){return _0x5347c7(_0x72b2ed);},'RUeIq':_0x5697be(0x104),'lDLxk':function(_0x336d03,_0x31221d,_0x26b296){return _0x336d03(_0x31221d,_0x26b296);},'kRFyE':_0x5697be(0xdf),'YpVJG':function(_0x3cbc84,_0x273d5e){return _0x3cbc84(_0x273d5e);},'eGGpz':'path','fZCmV':'browserstack_sdk_ca_','GMafD':_0x5697be(0xf2),'CIHCn':function(_0x5b97ac,_0x4a9dbc){return _0x5b97ac|_0x4a9dbc;},'vlkay':function(_0x3a368a,_0x51980d){return _0x3a368a|_0x51980d;},'CpHWy':_0x5697be(0x110),'ffxLb':function(_0x3f0dce,_0x270674,_0x39657a){return _0x3f0dce(_0x270674,_0x39657a);}};_0x42fb3f&&(_logger=_0x42fb3f);if(_patched)return;try{const _0x40ba7b=_0x43c56d[_0x5697be(0xdb)](resolveCaCertPath,_0x1ecf57);if(!_0x40ba7b)return;const _0x1c6c4b=fs[_0x5697be(0xef)](_0x40ba7b),_0x1b4adc=_0x1c6c4b['includes'](_0x43c56d[_0x5697be(0xeb)]),_0x3ca01a=_0x43c56d['TINnp'](loadCaCertsAsPem,_0x1c6c4b);if(!_0x3ca01a[_0x5697be(0xe1)]){_0x43c56d[_0x5697be(0x107)](_log,_0x43c56d[_0x5697be(0xee)],_0x5697be(0x111)+_0x40ba7b+_0x5697be(0xf6));return;}const _0x4a3bde=tls[_0x5697be(0xe8)];tls[_0x5697be(0xe8)]=function(_0x1baf0a={}){const _0x47e904=_0x5697be,_0x570a17=_0x43c56d[_0x47e904(0x113)](_0x4a3bde,_0x1baf0a);for(const _0x4941e7 of _0x3ca01a){try{_0x570a17[_0x47e904(0x11b)][_0x47e904(0xec)](_0x4941e7);}catch(_0x1eb645){}}return _0x570a17;};if(!process['env'][_0x5697be(0x117)]){let _0x38c595=_0x40ba7b;if(!_0x1b4adc){const _0x5ce6d0=_0x43c56d[_0x5697be(0xd6)](require,'os'),_0x575db0=_0x43c56d[_0x5697be(0xdb)](require,_0x43c56d[_0x5697be(0xe4)]),_0x30c3c7=fs[_0x5697be(0xf9)](_0x575db0[_0x5697be(0x10a)](_0x5ce6d0[_0x5697be(0x10f)](),_0x43c56d['fZCmV']));_0x38c595=_0x575db0['join'](_0x30c3c7,_0x43c56d[_0x5697be(0xe9)]);const _0x83c565=fs[_0x5697be(0xf0)](_0x38c595,_0x43c56d[_0x5697be(0xd5)](_0x43c56d['CIHCn'](_0x43c56d[_0x5697be(0xdd)](fs['constants']['O_WRONLY'],fs[_0x5697be(0x11f)]['O_CREAT']),fs[_0x5697be(0x11f)]['O_EXCL']),fs[_0x5697be(0x11f)]['O_NOFOLLOW']||0x0),0x180);try{fs[_0x5697be(0x116)](_0x83c565,_0x3ca01a[_0x5697be(0x10a)](''));}finally{fs[_0x5697be(0x118)](_0x83c565);}}process[_0x5697be(0xea)][_0x5697be(0x117)]=_0x38c595;}_patched=!![],_0x43c56d['lDLxk'](_log,_0x43c56d[_0x5697be(0xfc)],_0x5697be(0x11a)+_0x40ba7b+_0x5697be(0x10d));}catch(_0x3d1c7d){_0x43c56d['ffxLb'](_log,_0x43c56d[_0x5697be(0xee)],_0x5697be(0x11c)+_0x3d1c7d['message']);}}const a130_0x39fe6b={};a130_0x39fe6b[a130_0x4e7431(0xf8)]=resolveCaCertPath,a130_0x39fe6b['setupCaCertificate']=setupCaCertificate,a130_0x39fe6b[a130_0x4e7431(0xed)]=loadCaCertsAsPem,a130_0x39fe6b[a130_0x4e7431(0xe0)]=derToPem,module[a130_0x4e7431(0x105)]=a130_0x39fe6b;
@@ -1 +1 @@
1
- function a131_0xb018(){var _0x3369f0=['safariAllowPopups','printPageSourceOnFindFailure','browserstack.accessKey','browserstack.testOrchestration.abortBuildOnFailure','webviewDevtoolsPort','clearSystemFiles','chromedriverDisableBuildCheck','browserstack.config','intentAction','browserstackAutomation','vXrTs','532617unxHBx','keyPassword','browserstack.testOrchestration.rerunPreviouslyFailed','androidScreenshotPath','calendarFormat','intentCategory','WvhPl','appWaitPackage','JjeIR','interKeyDelay','MArRw','logcatFormat','JEpbY','67707lIlytW','KociS','zfGoc','disableWindowAnimation','accessKey','showXcodeLog','disableAndroidWatchers','androidNaturalOrientation','browserstack.user_name','enforceAppInstall','unlockKey','MANxv','language','appActivity','enableWebviewDetailsCollection','localeScript','androidDeviceSocket','vBhrk','simpleIsVisibleCheck','EWUuS','keepKeyChains','noReset','KSYOG','browserstack.ppp','BROWSERSTACK_LOCAL','FXHNn','resetOnSessionStartOnly','autoLaunch','resetKeyboard','screenshotWaitTimeout','BROWSERSTACK_USER_NAME','browserstack.buildIdentifier','chromedriverPorts','4886736DBIiPG','EnvCapsMapping','autoWebview','keychainPassword','yzxSm','allowTestPackages','enablePerformanceLogging','runPreviouslyFailedFirst','remoteAdbHost','wdaLaunchTimeout','uninstallOtherPackages','udid','processArguments','AppiumCaps','mzpWc','nativeWebScreenshot','jGqYd','browserstack.localIdentifier','11wuycRz','BROWSERSTACK_BUILD_IDENTIFIER','BROWSERSTACK_OBSERVABILITY_DEBUG','projectName','browserstack.automation','chromedriverArgs','chromedriverPort','allowDelayAdb','MzyHB','HLjlB','rerunPreviouslyFailed','nativeInstrumentsLib','tapWithShortPressDuration','autoDismissAlerts','xcodeSigningId','logDir','waitForAppScript','WBGHK','browserstack.testOrchestration.retryTestsOnFailure','chromedriverChromeMappingFile','skipLogcatCapture','skipLogCapture','chromedriverExecutable','ensureWebviewsHavePages','xkuiQ','chromeOptions','CKgEk','scaleFactor','590QPVpHE','2ORvjet','avd','userName','avdArgs','appWaitActivity','unlockType','Wxwjg','ELAAz','appWaitDuration','CLICapsMapping','adbExecTimeout','customSSLCert','webviewConnectRetries','localizableStringsDir','browserstackLocal','remoteDebugProxy','browserstack.logDir','nativeWebTap','BROWSERSTACK_ORCHESTRATION_SMART_SELECTION_FEATURE_BRANCHES','xcodeConfigFile','automation','locationServicesEnabled','showIOSLog','fullContextList','logLevel','skipDeviceInitialization','browserstackConfigFile','browserstack.testOrchestration.runPreviouslyFailedFirst','networkSpeed','useKeystore','parallelsPerPlatform','BROWSERSTACK_LOG_DIR','BROWSERSTACK_RERUN_TESTS','updatedWDABundleId','RCAWr','BROWSERSTACK_ACCESS_KEY','androidCoverageEndIntent','connectHardwareKeyboard','keyAlias','isHeadless','BROWSERSTACK_USERNAME','BROWSERSTACK_APP','launchTimeout','appPackage','wrEGP','buildName','automationName','iNcfg','allowTouchIdEnroll','AInly','2206050nxhWkd','XkRXM','OMFSx','browserstack.testOrchestration.skipFlakyandFailed','buildToolsVersion','PYAWj','4908084bmxHqT','WnfcE','androidInstallTimeout','unicodeKeyboard','15gsCCLj','fCuIt','CvaHE','remoteAppsCacheLimit','buildIdentifier','RIFOS','useNewWDA','wdaLocalPort','eoXtE','keystorePath','BROWSERSTACK_LOCAL_IDENTIFIER','app','browserstack.projectName','wdaStartupRetryInterval','browserstack.app','947286TygNyb','gXrsn','safariInitialUrl','HROaN','tqqDF','skipUnlock','jEvwv','browserstack.buildName','21glpzNQ','autoAcceptAlerts','abortBuildOnFailure','newCommandTimeout','keystorePassword','noSign','preventWDAAttachments','BROWSERSTACK_TEST_REPORTING_DEBUG','usePrebuiltWDA','faRzW','safariOpenLinksInBackground','smartSelectionFeatureBranches','androidCoverage','autoWebviewTimeout','webkitResponseTimeout','enableAsyncExecuteFromHttps','wdaStartupRetries','NCzUu','BROWSERSTACK_PARALLELS_PER_PLATFORM','localIdentifier','locationServicesAuthorized','commandTimeouts','locale','androidInstallPath','240676XqdntS'];a131_0xb018=function(){return _0x3369f0;};return a131_0xb018();}var a131_0x156c94=a131_0x1cf7;function a131_0x1cf7(_0x31c5e7,_0x5d02fa){var _0xb018f=a131_0xb018();return a131_0x1cf7=function(_0x1cf74a,_0x4a30cc){_0x1cf74a=_0x1cf74a-0x156;var _0xb38acf=_0xb018f[_0x1cf74a];return _0xb38acf;},a131_0x1cf7(_0x31c5e7,_0x5d02fa);}(function(_0x55d95c,_0x2b7c1e){var _0x3db33d=a131_0x1cf7,_0x996f5d=_0x55d95c();while(!![]){try{var _0x43ea03=parseInt(_0x3db33d(0x210))/0x1*(-parseInt(_0x3db33d(0x199))/0x2)+-parseInt(_0x3db33d(0x1ec))/0x3*(parseInt(_0x3db33d(0x204))/0x4)+-parseInt(_0x3db33d(0x1d5))/0x5*(parseInt(_0x3db33d(0x1e4))/0x6)+parseInt(_0x3db33d(0x1cb))/0x7+parseInt(_0x3db33d(0x16a))/0x8+-parseInt(_0x3db33d(0x21d))/0x9*(-parseInt(_0x3db33d(0x198))/0xa)+parseInt(_0x3db33d(0x17c))/0xb*(parseInt(_0x3db33d(0x1d1))/0xc);if(_0x43ea03===_0x2b7c1e)break;else _0x996f5d['push'](_0x996f5d['shift']());}catch(_0x381dba){_0x996f5d['push'](_0x996f5d['shift']());}}}(a131_0xb018,0x55cb5),exports[a131_0x156c94(0x1a2)]=()=>{var _0x569038=a131_0x156c94,_0x1978a7={};_0x1978a7[_0x569038(0x15f)]=_0x569038(0x225),_0x1978a7[_0x569038(0x1d7)]='browserstack.userName',_0x1978a7[_0x569038(0x1c5)]='browserstack.access_key',_0x1978a7[_0x569038(0x19f)]=_0x569038(0x207),_0x1978a7[_0x569038(0x15a)]=_0x569038(0x1eb),_0x1978a7[_0x569038(0x1cc)]=_0x569038(0x1e1),_0x1978a7[_0x569038(0x1e7)]=_0x569038(0x168),_0x1978a7[_0x569038(0x1d2)]=_0x569038(0x160),_0x1978a7[_0x569038(0x178)]='browserstack.parallelsPerPlatform',_0x1978a7[_0x569038(0x162)]='browserstack.local',_0x1978a7[_0x569038(0x185)]=_0x569038(0x17b),_0x1978a7['tqqDF']='browserstack.rerunTests',_0x1978a7['faRzW']=_0x569038(0x1e3),_0x1978a7['QQARm']='browserstack.logLevel',_0x1978a7[_0x569038(0x1a0)]=_0x569038(0x180),_0x1978a7[_0x569038(0x1d0)]=_0x569038(0x1a9),_0x1978a7[_0x569038(0x15c)]=_0x569038(0x20c),_0x1978a7['KociS']=_0x569038(0x1b3),_0x1978a7['JEpbY']=_0x569038(0x18e),_0x1978a7[_0x569038(0x194)]=_0x569038(0x208),_0x1978a7[_0x569038(0x16e)]=_0x569038(0x1b4),_0x1978a7[_0x569038(0x216)]=_0x569038(0x212),_0x1978a7[_0x569038(0x1da)]=_0x569038(0x1ce),_0x1978a7[_0x569038(0x1cd)]='browserstack.testOrchestration.smartSelectionFeatureBranches';var _0x4ed274=_0x1978a7,_0x183734={};return _0x183734['userName']=[_0x4ed274['KSYOG'],_0x4ed274[_0x569038(0x1d7)]],_0x183734[_0x569038(0x221)]=[_0x4ed274[_0x569038(0x1c5)],_0x4ed274[_0x569038(0x19f)]],_0x183734[_0x569038(0x1c6)]=[_0x4ed274['vBhrk']],_0x183734[_0x569038(0x17f)]=[_0x4ed274[_0x569038(0x1cc)]],_0x183734[_0x569038(0x1d9)]=[_0x4ed274[_0x569038(0x1e7)]],_0x183734[_0x569038(0x1b7)]=[_0x4ed274[_0x569038(0x1d2)],_0x4ed274[_0x569038(0x178)]],_0x183734[_0x569038(0x1a7)]=[_0x4ed274[_0x569038(0x162)]],_0x183734['localIdentifier']=[_0x4ed274[_0x569038(0x185)]],_0x183734['rerunTests']=[_0x4ed274[_0x569038(0x1e8)]],_0x183734['app']=[_0x4ed274[_0x569038(0x1f5)]],_0x183734[_0x569038(0x1b1)]=[_0x4ed274['QQARm']],_0x183734[_0x569038(0x1ad)]=[_0x4ed274[_0x569038(0x1a0)]],_0x183734['logDir']=[_0x4ed274[_0x569038(0x1d0)]],_0x183734[_0x569038(0x1b3)]=[_0x4ed274[_0x569038(0x15c)],_0x4ed274[_0x569038(0x21e)]],_0x183734['retryTestsOnFailure']=[_0x4ed274[_0x569038(0x21c)]],_0x183734[_0x569038(0x1ee)]=[_0x4ed274['xkuiQ']],_0x183734[_0x569038(0x171)]=[_0x4ed274['yzxSm']],_0x183734[_0x569038(0x186)]=[_0x4ed274[_0x569038(0x216)]],_0x183734['skipFlakyandFailed']=[_0x4ed274['RIFOS']],_0x183734[_0x569038(0x1f7)]=[_0x4ed274[_0x569038(0x1cd)]],_0x183734;},exports[a131_0x156c94(0x16b)]=()=>{var _0x2c8d42=a131_0x156c94,_0x21f4b0={};_0x21f4b0[_0x2c8d42(0x228)]=_0x2c8d42(0x1c1),_0x21f4b0[_0x2c8d42(0x21f)]=_0x2c8d42(0x167),_0x21f4b0[_0x2c8d42(0x184)]=_0x2c8d42(0x1bc),_0x21f4b0['NCzUu']='BROWSERSTACK_BUILD_NAME',_0x21f4b0[_0x2c8d42(0x1dd)]='BROWSERSTACK_PROJECT_NAME',_0x21f4b0['gXrsn']=_0x2c8d42(0x17d),_0x21f4b0[_0x2c8d42(0x1c8)]=_0x2c8d42(0x1fe),_0x21f4b0['jEvwv']=_0x2c8d42(0x161),_0x21f4b0[_0x2c8d42(0x1ca)]=_0x2c8d42(0x1df),_0x21f4b0[_0x2c8d42(0x1bb)]=_0x2c8d42(0x1b9),_0x21f4b0[_0x2c8d42(0x21a)]='BROWSERSTACK_APP_ID',_0x21f4b0[_0x2c8d42(0x1d6)]=_0x2c8d42(0x1c2),_0x21f4b0[_0x2c8d42(0x17a)]=_0x2c8d42(0x17e),_0x21f4b0[_0x2c8d42(0x218)]=_0x2c8d42(0x1f3),_0x21f4b0[_0x2c8d42(0x18d)]='BROWSERSTACK_AUTOMATION',_0x21f4b0[_0x2c8d42(0x196)]=_0x2c8d42(0x1b8),_0x21f4b0['vXrTs']=_0x2c8d42(0x1ab);var _0x74eef3=_0x21f4b0,_0x25110e={};return _0x25110e[_0x2c8d42(0x19b)]=[_0x74eef3[_0x2c8d42(0x228)],_0x74eef3['zfGoc']],_0x25110e[_0x2c8d42(0x221)]=[_0x74eef3[_0x2c8d42(0x184)]],_0x25110e[_0x2c8d42(0x1c6)]=[_0x74eef3[_0x2c8d42(0x1fd)]],_0x25110e[_0x2c8d42(0x17f)]=[_0x74eef3[_0x2c8d42(0x1dd)]],_0x25110e[_0x2c8d42(0x1d9)]=[_0x74eef3[_0x2c8d42(0x1e5)]],_0x25110e[_0x2c8d42(0x1b7)]=[_0x74eef3['iNcfg']],_0x25110e[_0x2c8d42(0x1a7)]=[_0x74eef3[_0x2c8d42(0x1ea)]],_0x25110e[_0x2c8d42(0x1ff)]=[_0x74eef3[_0x2c8d42(0x1ca)]],_0x25110e['rerunTests']=[_0x74eef3[_0x2c8d42(0x1bb)]],_0x25110e[_0x2c8d42(0x1e0)]=[_0x74eef3[_0x2c8d42(0x21a)],_0x74eef3[_0x2c8d42(0x1d6)]],_0x25110e[_0x2c8d42(0x1b1)]=[_0x74eef3[_0x2c8d42(0x17a)],_0x74eef3[_0x2c8d42(0x218)]],_0x25110e['automation']=[_0x74eef3[_0x2c8d42(0x18d)]],_0x25110e[_0x2c8d42(0x18b)]=[_0x74eef3[_0x2c8d42(0x196)]],_0x25110e[_0x2c8d42(0x20e)]=[_0x74eef3[_0x2c8d42(0x18d)]],_0x25110e['smartSelectionFeatureBranches']=[_0x74eef3[_0x2c8d42(0x20f)]],_0x25110e;},exports[a131_0x156c94(0x177)]=()=>[a131_0x156c94(0x1c7),'platformVersion','deviceName',a131_0x156c94(0x1ef),a131_0x156c94(0x1e0),a131_0x156c94(0x175),a131_0x156c94(0x229),a131_0x156c94(0x202),'orientation',a131_0x156c94(0x16c),a131_0x156c94(0x15e),'fullReset',a131_0x156c94(0x20a),'eventTimings',a131_0x156c94(0x170),'otherApps',a131_0x156c94(0x206),a131_0x156c94(0x156),a131_0x156c94(0x1c4),a131_0x156c94(0x19d),a131_0x156c94(0x217),a131_0x156c94(0x1a1),'deviceReadyTimeout',a131_0x156c94(0x16f),a131_0x156c94(0x1f8),a131_0x156c94(0x1bd),'androidDeviceReadyTimeout','adbPort',a131_0x156c94(0x159),a131_0x156c94(0x1d3),a131_0x156c94(0x203),a131_0x156c94(0x19a),'avdLaunchTimeout','avdReadyTimeout',a131_0x156c94(0x19c),a131_0x156c94(0x1b6),a131_0x156c94(0x1de),a131_0x156c94(0x1f0),a131_0x156c94(0x1bf),a131_0x156c94(0x211),a131_0x156c94(0x192),a131_0x156c94(0x181),'chromedriverExecutableDir',a131_0x156c94(0x18f),'chromedriverUseSystemExecutable',a131_0x156c94(0x182),a131_0x156c94(0x169),a131_0x156c94(0x20b),a131_0x156c94(0x1f9),a131_0x156c94(0x20d),a131_0x156c94(0x215),'intentFlags','optionalIntentArguments','dontStopAppOnReset',a131_0x156c94(0x1d4),a131_0x156c94(0x165),a131_0x156c94(0x1f1),'ignoreUnimportantViews',a131_0x156c94(0x223),a131_0x156c94(0x195),'recreateChromeDriverSessions',a131_0x156c94(0x179),a131_0x156c94(0x213),a131_0x156c94(0x1b5),'gpsEnabled',a131_0x156c94(0x1c0),a131_0x156c94(0x1a3),a131_0x156c94(0x158),a131_0x156c94(0x1b2),'autoGrantPermissions',a131_0x156c94(0x224),'systemPort',a131_0x156c94(0x172),a131_0x156c94(0x1e9),a131_0x156c94(0x19e),a131_0x156c94(0x227),a131_0x156c94(0x164),a131_0x156c94(0x190),a131_0x156c94(0x174),a131_0x156c94(0x220),a131_0x156c94(0x1cf),a131_0x156c94(0x226),a131_0x156c94(0x193),a131_0x156c94(0x209),a131_0x156c94(0x157),a131_0x156c94(0x1d8),a131_0x156c94(0x214),'bundleId',a131_0x156c94(0x1c3),a131_0x156c94(0x1ae),a131_0x156c94(0x200),a131_0x156c94(0x1ed),a131_0x156c94(0x189),a131_0x156c94(0x187),a131_0x156c94(0x1aa),a131_0x156c94(0x1e6),a131_0x156c94(0x205),'safariIgnoreFraudWarning',a131_0x156c94(0x1f6),a131_0x156c94(0x15d),a131_0x156c94(0x1a6),a131_0x156c94(0x176),a131_0x156c94(0x219),a131_0x156c94(0x1af),'sendKeyStrategy',a131_0x156c94(0x1fa),a131_0x156c94(0x166),a131_0x156c94(0x1a8),a131_0x156c94(0x1fb),a131_0x156c94(0x191),'webkitDebugProxyPort',a131_0x156c94(0x1b0),a131_0x156c94(0x18c),a131_0x156c94(0x1a5),'appName',a131_0x156c94(0x1a4),a131_0x156c94(0x188),a131_0x156c94(0x197),a131_0x156c94(0x1dc),a131_0x156c94(0x222),'iosInstallPause',a131_0x156c94(0x1ac),a131_0x156c94(0x16d),a131_0x156c94(0x1f4),a131_0x156c94(0x1f2),'webDriverAgentUrl','keychainPath',a131_0x156c94(0x1db),a131_0x156c94(0x173),'wdaConnectionTimeout','xcodeOrgId',a131_0x156c94(0x18a),a131_0x156c94(0x1ba),a131_0x156c94(0x163),a131_0x156c94(0x201),a131_0x156c94(0x1fc),a131_0x156c94(0x1e2),a131_0x156c94(0x1be),'maxTypingFrequency',a131_0x156c94(0x15b),'useCarthageSsl','shouldUseSingletonTestManager','startIWDP',a131_0x156c94(0x1c9),'ignoreHiddenApiPolicyError','mockLocationApp',a131_0x156c94(0x21b),'logcatFilterSpecs',a131_0x156c94(0x183)]);
1
+ function a131_0x2d73(_0x4b91ab,_0x449c28){var _0x50f584=a131_0x50f5();return a131_0x2d73=function(_0x2d7347,_0x297186){_0x2d7347=_0x2d7347-0xac;var _0x207a02=_0x50f584[_0x2d7347];return _0x207a02;},a131_0x2d73(_0x4b91ab,_0x449c28);}var a131_0x104a8c=a131_0x2d73;(function(_0x21fa50,_0x3dd9f1){var _0x2860d5=a131_0x2d73,_0x9cab26=_0x21fa50();while(!![]){try{var _0x1b8586=parseInt(_0x2860d5(0xbd))/0x1+-parseInt(_0x2860d5(0xcf))/0x2*(-parseInt(_0x2860d5(0xee))/0x3)+-parseInt(_0x2860d5(0x109))/0x4+-parseInt(_0x2860d5(0x13b))/0x5*(parseInt(_0x2860d5(0x14a))/0x6)+parseInt(_0x2860d5(0xe3))/0x7+parseInt(_0x2860d5(0xc7))/0x8*(-parseInt(_0x2860d5(0x158))/0x9)+-parseInt(_0x2860d5(0x128))/0xa;if(_0x1b8586===_0x3dd9f1)break;else _0x9cab26['push'](_0x9cab26['shift']());}catch(_0x3dfc78){_0x9cab26['push'](_0x9cab26['shift']());}}}(a131_0x50f5,0x31117),exports[a131_0x104a8c(0xde)]=()=>{var _0x3e6f9e=a131_0x104a8c,_0x4b58f5={};_0x4b58f5[_0x3e6f9e(0x172)]='browserstack.user_name',_0x4b58f5['TvLVC']=_0x3e6f9e(0xba),_0x4b58f5[_0x3e6f9e(0x14f)]=_0x3e6f9e(0xd4),_0x4b58f5[_0x3e6f9e(0x123)]=_0x3e6f9e(0x16c),_0x4b58f5['tIcNb']=_0x3e6f9e(0xd2),_0x4b58f5[_0x3e6f9e(0x147)]=_0x3e6f9e(0x115),_0x4b58f5[_0x3e6f9e(0x14c)]=_0x3e6f9e(0x157),_0x4b58f5[_0x3e6f9e(0xe8)]=_0x3e6f9e(0x179),_0x4b58f5[_0x3e6f9e(0x127)]='browserstack.parallelsPerPlatform',_0x4b58f5[_0x3e6f9e(0x11b)]=_0x3e6f9e(0xad),_0x4b58f5[_0x3e6f9e(0xf5)]=_0x3e6f9e(0x166),_0x4b58f5[_0x3e6f9e(0x13e)]='browserstack.rerunTests',_0x4b58f5[_0x3e6f9e(0x15b)]=_0x3e6f9e(0x162),_0x4b58f5['dvkmt']=_0x3e6f9e(0x183),_0x4b58f5[_0x3e6f9e(0xe1)]=_0x3e6f9e(0x143),_0x4b58f5[_0x3e6f9e(0x15c)]=_0x3e6f9e(0xf3),_0x4b58f5[_0x3e6f9e(0x17e)]=_0x3e6f9e(0x138),_0x4b58f5[_0x3e6f9e(0xd9)]=_0x3e6f9e(0xef),_0x4b58f5[_0x3e6f9e(0x17f)]=_0x3e6f9e(0x13c),_0x4b58f5['WhnDu']=_0x3e6f9e(0xb1),_0x4b58f5[_0x3e6f9e(0xbc)]=_0x3e6f9e(0xbb),_0x4b58f5[_0x3e6f9e(0x16b)]=_0x3e6f9e(0x129),_0x4b58f5[_0x3e6f9e(0x136)]=_0x3e6f9e(0x144),_0x4b58f5[_0x3e6f9e(0xbf)]=_0x3e6f9e(0xce);var _0x7a81b6=_0x4b58f5,_0x4b1f6c={};return _0x4b1f6c[_0x3e6f9e(0xcd)]=[_0x7a81b6['CuUmy'],_0x7a81b6[_0x3e6f9e(0xf1)]],_0x4b1f6c['accessKey']=[_0x7a81b6['LOcFK'],_0x7a81b6[_0x3e6f9e(0x123)]],_0x4b1f6c[_0x3e6f9e(0x117)]=[_0x7a81b6[_0x3e6f9e(0x104)]],_0x4b1f6c['projectName']=[_0x7a81b6['AcJmC']],_0x4b1f6c[_0x3e6f9e(0x170)]=[_0x7a81b6['cQLBE']],_0x4b1f6c[_0x3e6f9e(0x150)]=[_0x7a81b6[_0x3e6f9e(0xe8)],_0x7a81b6['Gjmtr']],_0x4b1f6c['browserstackLocal']=[_0x7a81b6[_0x3e6f9e(0x11b)]],_0x4b1f6c[_0x3e6f9e(0xf2)]=[_0x7a81b6[_0x3e6f9e(0xf5)]],_0x4b1f6c[_0x3e6f9e(0x14e)]=[_0x7a81b6[_0x3e6f9e(0x13e)]],_0x4b1f6c[_0x3e6f9e(0xac)]=[_0x7a81b6[_0x3e6f9e(0x15b)]],_0x4b1f6c[_0x3e6f9e(0x173)]=[_0x7a81b6['dvkmt']],_0x4b1f6c['automation']=[_0x7a81b6[_0x3e6f9e(0xe1)]],_0x4b1f6c[_0x3e6f9e(0x10d)]=[_0x7a81b6['aKDGD']],_0x4b1f6c[_0x3e6f9e(0xef)]=[_0x7a81b6['giXLr'],_0x7a81b6[_0x3e6f9e(0xd9)]],_0x4b1f6c[_0x3e6f9e(0x11a)]=[_0x7a81b6['aJVgW']],_0x4b1f6c[_0x3e6f9e(0x142)]=[_0x7a81b6['WhnDu']],_0x4b1f6c[_0x3e6f9e(0x168)]=[_0x7a81b6['opmHW']],_0x4b1f6c[_0x3e6f9e(0x10a)]=[_0x7a81b6[_0x3e6f9e(0x16b)]],_0x4b1f6c['skipFlakyandFailed']=[_0x7a81b6[_0x3e6f9e(0x136)]],_0x4b1f6c[_0x3e6f9e(0xc6)]=[_0x7a81b6[_0x3e6f9e(0xbf)]],_0x4b1f6c;},exports[a131_0x104a8c(0xae)]=()=>{var _0x5ace0c=a131_0x104a8c,_0x446c28={};_0x446c28['qIXPX']=_0x5ace0c(0x12c),_0x446c28[_0x5ace0c(0x13f)]='BROWSERSTACK_USER_NAME',_0x446c28[_0x5ace0c(0x180)]='BROWSERSTACK_ACCESS_KEY',_0x446c28[_0x5ace0c(0xfc)]='BROWSERSTACK_BUILD_NAME',_0x446c28[_0x5ace0c(0x111)]=_0x5ace0c(0xfb),_0x446c28[_0x5ace0c(0x131)]='BROWSERSTACK_BUILD_IDENTIFIER',_0x446c28[_0x5ace0c(0xd3)]=_0x5ace0c(0xb6),_0x446c28['cnFOP']='BROWSERSTACK_LOCAL',_0x446c28[_0x5ace0c(0x16e)]=_0x5ace0c(0x103),_0x446c28[_0x5ace0c(0xe7)]=_0x5ace0c(0x17a),_0x446c28[_0x5ace0c(0xcc)]=_0x5ace0c(0xd6),_0x446c28[_0x5ace0c(0x145)]=_0x5ace0c(0x12e),_0x446c28[_0x5ace0c(0x146)]=_0x5ace0c(0xfa),_0x446c28['vKnJg']=_0x5ace0c(0xed),_0x446c28['QKjNc']=_0x5ace0c(0x15e),_0x446c28[_0x5ace0c(0x12f)]='BROWSERSTACK_LOG_DIR',_0x446c28[_0x5ace0c(0x17c)]=_0x5ace0c(0xbe);var _0x17e174=_0x446c28,_0x148a6a={};return _0x148a6a[_0x5ace0c(0xcd)]=[_0x17e174[_0x5ace0c(0x126)],_0x17e174[_0x5ace0c(0x13f)]],_0x148a6a['accessKey']=[_0x17e174['kTkoe']],_0x148a6a[_0x5ace0c(0x117)]=[_0x17e174[_0x5ace0c(0xfc)]],_0x148a6a[_0x5ace0c(0x114)]=[_0x17e174[_0x5ace0c(0x111)]],_0x148a6a[_0x5ace0c(0x170)]=[_0x17e174[_0x5ace0c(0x131)]],_0x148a6a['parallelsPerPlatform']=[_0x17e174[_0x5ace0c(0xd3)]],_0x148a6a[_0x5ace0c(0x112)]=[_0x17e174[_0x5ace0c(0x12a)]],_0x148a6a['localIdentifier']=[_0x17e174['qqyES']],_0x148a6a[_0x5ace0c(0x14e)]=[_0x17e174[_0x5ace0c(0xe7)]],_0x148a6a[_0x5ace0c(0xac)]=[_0x17e174[_0x5ace0c(0xcc)],_0x17e174[_0x5ace0c(0x145)]],_0x148a6a[_0x5ace0c(0x173)]=[_0x17e174[_0x5ace0c(0x146)],_0x17e174['vKnJg']],_0x148a6a['automation']=[_0x17e174['QKjNc']],_0x148a6a[_0x5ace0c(0x10d)]=[_0x17e174[_0x5ace0c(0x12f)]],_0x148a6a['browserstackAutomation']=[_0x17e174[_0x5ace0c(0xe5)]],_0x148a6a['smartSelectionFeatureBranches']=[_0x17e174[_0x5ace0c(0x17c)]],_0x148a6a;},exports[a131_0x104a8c(0xf6)]=()=>[a131_0x104a8c(0x152),a131_0x104a8c(0xf9),a131_0x104a8c(0xb7),a131_0x104a8c(0x11d),a131_0x104a8c(0xac),'udid',a131_0x104a8c(0x16d),a131_0x104a8c(0x15d),'orientation',a131_0x104a8c(0x135),a131_0x104a8c(0x163),a131_0x104a8c(0xb5),a131_0x104a8c(0x106),'eventTimings',a131_0x104a8c(0x167),a131_0x104a8c(0x141),'printPageSourceOnFindFailure',a131_0x104a8c(0x102),a131_0x104a8c(0x176),a131_0x104a8c(0x101),a131_0x104a8c(0x181),a131_0x104a8c(0xfd),a131_0x104a8c(0x11e),'allowTestPackages','androidCoverage','androidCoverageEndIntent',a131_0x104a8c(0x113),a131_0x104a8c(0x155),a131_0x104a8c(0xb8),a131_0x104a8c(0xb9),a131_0x104a8c(0x149),'avd',a131_0x104a8c(0xc8),a131_0x104a8c(0x120),a131_0x104a8c(0x154),a131_0x104a8c(0x140),a131_0x104a8c(0x130),a131_0x104a8c(0x14d),a131_0x104a8c(0xe9),a131_0x104a8c(0x15f),a131_0x104a8c(0x11f),a131_0x104a8c(0xe6),a131_0x104a8c(0x16f),a131_0x104a8c(0xeb),a131_0x104a8c(0x17d),a131_0x104a8c(0xd7),a131_0x104a8c(0x169),a131_0x104a8c(0x171),a131_0x104a8c(0xb0),a131_0x104a8c(0x15a),a131_0x104a8c(0x116),a131_0x104a8c(0xb3),a131_0x104a8c(0xca),a131_0x104a8c(0xfe),a131_0x104a8c(0x151),a131_0x104a8c(0x107),a131_0x104a8c(0x12b),a131_0x104a8c(0xb4),a131_0x104a8c(0x17b),'chromeOptions',a131_0x104a8c(0x10b),'nativeWebScreenshot',a131_0x104a8c(0x14b),a131_0x104a8c(0xff),'gpsEnabled',a131_0x104a8c(0x10f),a131_0x104a8c(0xf0),'localeScript','skipDeviceInitialization',a131_0x104a8c(0x139),a131_0x104a8c(0xd0),a131_0x104a8c(0x153),a131_0x104a8c(0xc1),'skipUnlock','unlockType','unlockKey',a131_0x104a8c(0x177),a131_0x104a8c(0xc4),a131_0x104a8c(0x159),a131_0x104a8c(0xe4),a131_0x104a8c(0x148),a131_0x104a8c(0xd8),a131_0x104a8c(0xd5),a131_0x104a8c(0x125),a131_0x104a8c(0xaf),a131_0x104a8c(0xf8),'calendarFormat',a131_0x104a8c(0x108),a131_0x104a8c(0xda),a131_0x104a8c(0x175),a131_0x104a8c(0x133),a131_0x104a8c(0x122),a131_0x104a8c(0x132),a131_0x104a8c(0xdd),a131_0x104a8c(0x13d),a131_0x104a8c(0x10e),a131_0x104a8c(0xc3),a131_0x104a8c(0x134),a131_0x104a8c(0xdb),a131_0x104a8c(0x16a),a131_0x104a8c(0xe2),a131_0x104a8c(0x182),'interKeyDelay','showIOSLog',a131_0x104a8c(0x10c),a131_0x104a8c(0xc2),a131_0x104a8c(0xdf),a131_0x104a8c(0xc5),a131_0x104a8c(0xb2),a131_0x104a8c(0xcb),a131_0x104a8c(0x118),a131_0x104a8c(0x174),'waitForAppScript',a131_0x104a8c(0xc0),'appName',a131_0x104a8c(0x164),a131_0x104a8c(0x121),'scaleFactor',a131_0x104a8c(0xea),'showXcodeLog','iosInstallPause',a131_0x104a8c(0x13a),a131_0x104a8c(0xf7),a131_0x104a8c(0x137),a131_0x104a8c(0x165),a131_0x104a8c(0x161),a131_0x104a8c(0x178),'useNewWDA',a131_0x104a8c(0x110),'wdaConnectionTimeout',a131_0x104a8c(0x160),a131_0x104a8c(0x119),a131_0x104a8c(0x105),a131_0x104a8c(0xc9),'commandTimeouts',a131_0x104a8c(0xf4),'wdaStartupRetryInterval',a131_0x104a8c(0x12d),'maxTypingFrequency',a131_0x104a8c(0xe0),'useCarthageSsl',a131_0x104a8c(0x11c),a131_0x104a8c(0xd1),a131_0x104a8c(0xdc),a131_0x104a8c(0x156),a131_0x104a8c(0x124),'logcatFormat',a131_0x104a8c(0x100),a131_0x104a8c(0xec)]);function a131_0x50f5(){var _0x1dffd4=['noSign','BROWSERSTACK_USERNAME','connectHardwareKeyboard','BROWSERSTACK_APP','CQEDa','keystorePath','JAOXf','autoDismissAlerts','locationServicesAuthorized','safariIgnoreFraudWarning','autoWebview','AgqQB','usePrebuiltWDA','browserstack.config','autoGrantPermissions','xcodeConfigFile','10dCIjoL','browserstack.testOrchestration.retryTestsOnFailure','nativeWebTap','wLDda','BVHxJ','useKeystore','otherApps','abortBuildOnFailure','browserstack.automation','browserstack.testOrchestration.skipFlakyandFailed','VHuus','YFsDb','AcJmC','buildToolsVersion','androidInstallPath','205176svOarG','androidScreenshotPath','cQLBE','keystorePassword','rerunTests','LOcFK','parallelsPerPlatform','unicodeKeyboard','automationName','systemPort','avdArgs','adbPort','ignoreHiddenApiPolicyError','browserstack.buildIdentifier','1385334QuVzTJ','uninstallOtherPackages','intentAction','SJixr','aKDGD','locale','BROWSERSTACK_AUTOMATION','keyPassword','xcodeOrgId','webDriverAgentUrl','browserstack.app','noReset','customSSLCert','preventWDAAttachments','browserstack.localIdentifier','enablePerformanceLogging','runPreviouslyFailedFirst','chromedriverPorts','keepKeyChains','Cwegn','browserstack.accessKey','language','qqyES','chromedriverExecutableDir','buildIdentifier','chromedriverDisableBuildCheck','CuUmy','logLevel','fullContextList','locationServicesEnabled','appPackage','autoLaunch','keychainPath','browserstack.ppp','BROWSERSTACK_RERUN_TESTS','disableAndroidWatchers','IhLdN','chromedriverUseSystemExecutable','giXLr','aJVgW','kTkoe','appWaitPackage','processArguments','browserstack.logLevel','app','browserstack.local','EnvCapsMapping','enableWebviewDetailsCollection','autoWebviewTimeout','browserstack.testOrchestration.abortBuildOnFailure','enableAsyncExecuteFromHttps','intentFlags','ignoreUnimportantViews','fullReset','BROWSERSTACK_PARALLELS_PER_PLATFORM','deviceName','androidDeviceSocket','androidInstallTimeout','browserstack.userName','browserstack.testOrchestration.runPreviouslyFailedFirst','opmHW','224759UZYSfl','BROWSERSTACK_ORCHESTRATION_SMART_SELECTION_FEATURE_BRANCHES','YtfnI','webviewConnectRetries','remoteAdbHost','webkitResponseTimeout','safariAllowPopups','skipLogcatCapture','remoteDebugProxy','smartSelectionFeatureBranches','8bOtXHP','avdLaunchTimeout','resetOnSessionStartOnly','optionalIntentArguments','skipLogCapture','InFzv','userName','browserstack.testOrchestration.smartSelectionFeatureBranches','661604eafMiR','androidNaturalOrientation','startIWDP','browserstack.buildName','tEkSs','browserstack.access_key','ensureWebviewsHavePages','BROWSERSTACK_APP_ID','chromedriverPort','enforceAppInstall','ioAVu','launchTimeout','safariOpenLinksInBackground','allowTouchIdEnroll','nativeInstrumentsLib','CLICapsMapping','screenshotWaitTimeout','simpleIsVisibleCheck','NtVOi','localizableStringsDir','2749943djuKWk','disableWindowAnimation','QKjNc','chromedriverArgs','EpBhM','uNmVs','keyAlias','wdaLocalPort','chromedriverChromeMappingFile','allowDelayAdb','BROWSERSTACK_TEST_REPORTING_DEBUG','3GVcSQr','browserstackConfigFile','adbExecTimeout','TvLVC','localIdentifier','browserstack.logDir','wdaStartupRetries','Jkrir','AppiumCaps','keychainPassword','remoteAppsCacheLimit','platformVersion','BROWSERSTACK_OBSERVABILITY_DEBUG','BROWSERSTACK_PROJECT_NAME','jcSnY','appWaitDuration','dontStopAppOnReset','networkSpeed','logcatFilterSpecs','appWaitActivity','appActivity','BROWSERSTACK_LOCAL_IDENTIFIER','tIcNb','updatedWDABundleId','clearSystemFiles','resetKeyboard','bundleId','1062616ngBuTi','rerunPreviouslyFailed','recreateChromeDriverSessions','sendKeyStrategy','logDir','safariInitialUrl','isHeadless','wdaLaunchTimeout','pqiQm','browserstackLocal','androidDeviceReadyTimeout','projectName','browserstack.projectName','intentCategory','buildName','webkitDebugProxyPort','xcodeSigningId','retryTestsOnFailure','gZHyY','shouldUseSingletonTestManager','newCommandTimeout','deviceReadyTimeout','chromedriverExecutable','avdReadyTimeout','tapWithShortPressDuration','autoAcceptAlerts','qZLIh','mockLocationApp','webviewDevtoolsPort','qIXPX','Gjmtr','2594550FfNpiE','browserstack.testOrchestration.rerunPreviouslyFailed','cnFOP'];a131_0x50f5=function(){return _0x1dffd4;};return a131_0x50f5();}
@@ -1 +1 @@
1
- function a132_0x12c3(_0x169944,_0x44fbca){var _0x3a5180=a132_0x3a51();return a132_0x12c3=function(_0x12c3f0,_0x433d9a){_0x12c3f0=_0x12c3f0-0x115;var _0x39ee81=_0x3a5180[_0x12c3f0];return _0x39ee81;},a132_0x12c3(_0x169944,_0x44fbca);}var a132_0x1d0692=a132_0x12c3;function a132_0x3a51(){var _0x175fcc=['https://hub-use-only.browserstack.com/wd/hub','1717056OWcduv','5328450OdKCGr','1185sidhqu','355716epFcPi','BROWSERSTACK_GRR_US_HUB_URL','42kECDUE','22JrVUQJ','9beBrGn','65FCqPSE','3662292kAvThJ','52mpVnpt','1023322iqFuDe','749371KVVpMV'];a132_0x3a51=function(){return _0x175fcc;};return a132_0x3a51();}(function(_0x5692f6,_0x2b2531){var _0x3ca103=a132_0x12c3,_0x18e00c=_0x5692f6();while(!![]){try{var _0x16bba9=-parseInt(_0x3ca103(0x11e))/0x1+-parseInt(_0x3ca103(0x11d))/0x2*(parseInt(_0x3ca103(0x115))/0x3)+-parseInt(_0x3ca103(0x116))/0x4*(-parseInt(_0x3ca103(0x11b))/0x5)+-parseInt(_0x3ca103(0x118))/0x6*(-parseInt(_0x3ca103(0x11f))/0x7)+-parseInt(_0x3ca103(0x121))/0x8+parseInt(_0x3ca103(0x11a))/0x9*(parseInt(_0x3ca103(0x122))/0xa)+-parseInt(_0x3ca103(0x119))/0xb*(parseInt(_0x3ca103(0x11c))/0xc);if(_0x16bba9===_0x2b2531)break;else _0x18e00c['push'](_0x18e00c['shift']());}catch(_0x50363f){_0x18e00c['push'](_0x18e00c['shift']());}}}(a132_0x3a51,0x8d867),exports[a132_0x1d0692(0x117)]=a132_0x1d0692(0x120));
1
+ function a132_0x4820(_0xb3b5b7,_0x30c847){var _0x1b7f14=a132_0x1b7f();return a132_0x4820=function(_0x48202f,_0x5660d7){_0x48202f=_0x48202f-0x180;var _0xd0de23=_0x1b7f14[_0x48202f];return _0xd0de23;},a132_0x4820(_0xb3b5b7,_0x30c847);}var a132_0x335ec6=a132_0x4820;function a132_0x1b7f(){var _0x136fb1=['32gXOdWW','BROWSERSTACK_GRR_US_HUB_URL','22AhxyVA','1332982qUgeuT','59414pMNGKq','12622040bCPEph','245QbUKlT','2927412KTvmtN','15VSKjGU','187326sfECGd','1054454cUKVqX','86228VEmjYZ'];a132_0x1b7f=function(){return _0x136fb1;};return a132_0x1b7f();}(function(_0xd36b5,_0x544b3b){var _0x592eeb=a132_0x4820,_0x214f0e=_0xd36b5();while(!![]){try{var _0xce5ef2=parseInt(_0x592eeb(0x189))/0x1+parseInt(_0x592eeb(0x183))/0x2*(-parseInt(_0x592eeb(0x187))/0x3)+-parseInt(_0x592eeb(0x18a))/0x4*(-parseInt(_0x592eeb(0x185))/0x5)+parseInt(_0x592eeb(0x188))/0x6+parseInt(_0x592eeb(0x182))/0x7*(parseInt(_0x592eeb(0x18b))/0x8)+parseInt(_0x592eeb(0x186))/0x9+-parseInt(_0x592eeb(0x184))/0xa*(parseInt(_0x592eeb(0x181))/0xb);if(_0xce5ef2===_0x544b3b)break;else _0x214f0e['push'](_0x214f0e['shift']());}catch(_0x4e1889){_0x214f0e['push'](_0x214f0e['shift']());}}}(a132_0x1b7f,0x87bdd),exports[a132_0x335ec6(0x180)]='https://hub-use-only.browserstack.com/wd/hub');
@@ -1 +1 @@
1
- function a133_0x5bbf(_0x5b17e6,_0xcec524){var _0x2af421=a133_0x2af4();return a133_0x5bbf=function(_0x5bbfe8,_0x32d614){_0x5bbfe8=_0x5bbfe8-0x1c2;var _0x2c5567=_0x2af421[_0x5bbfe8];return _0x2c5567;},a133_0x5bbf(_0x5b17e6,_0xcec524);}function a133_0x2af4(){var _0x1be945=['229040awiswr','YOtlL','8098020qZirLX','1syftUF','setCentralScannerData','1226765ROOVXU','central_scanner_log','1918918hUlVzF','320936ggbEqS','env','1350486sswaQf','BROWSERSTACK_CENTRAL_SCANNER_JWT','A11Y_SCAN_RESULT','12CiQNtU','a11y_scanner','2201598gSFjMn'];a133_0x2af4=function(){return _0x1be945;};return a133_0x2af4();}var a133_0x1b2775=a133_0x5bbf;(function(_0x4c8cc2,_0xb52ae){var _0xf53c47=a133_0x5bbf,_0x3274bb=_0x4c8cc2();while(!![]){try{var _0x1de2e7=parseInt(_0xf53c47(0x1ce))/0x1*(-parseInt(_0xf53c47(0x1c2))/0x2)+parseInt(_0xf53c47(0x1c8))/0x3*(parseInt(_0xf53c47(0x1cb))/0x4)+parseInt(_0xf53c47(0x1d0))/0x5+parseInt(_0xf53c47(0x1c5))/0x6+parseInt(_0xf53c47(0x1cd))/0x7+-parseInt(_0xf53c47(0x1c3))/0x8+-parseInt(_0xf53c47(0x1ca))/0x9;if(_0x1de2e7===_0xb52ae)break;else _0x3274bb['push'](_0x3274bb['shift']());}catch(_0x2d3646){_0x3274bb['push'](_0x3274bb['shift']());}}}(a133_0x2af4,0x95728),exports[a133_0x1b2775(0x1cf)]=(_0x160af9,_0xa942aa,_0x3895a9)=>{var _0x380e4e=a133_0x1b2775,_0x3ffe80={'YOtlL':function(_0x1d9418,_0x47dddd){return _0x1d9418(_0x47dddd);},'doUrS':function(_0xf422c,_0x2dd6a7){return _0xf422c||_0x2dd6a7;}};_0x160af9[_0x380e4e(0x1d1)]={'http_code':_0x3ffe80[_0x380e4e(0x1cc)](String,_0xa942aa)||null,'redirect_url':_0x3ffe80['doUrS'](_0x3895a9,null),'token':process[_0x380e4e(0x1c4)][_0x380e4e(0x1c6)]||null};if(process[_0x380e4e(0x1c4)]['A11Y_SCAN_RESULT'])try{_0x160af9[_0x380e4e(0x1d1)][_0x380e4e(0x1c9)]=JSON['parse'](process[_0x380e4e(0x1c4)][_0x380e4e(0x1c7)])||null;}catch(_0x2b3cfb){_0x160af9['central_scanner_log']['a11y_scanner']=null;}});
1
+ function a133_0x2189(_0x979329,_0x4f8282){var _0x17d2fa=a133_0x17d2();return a133_0x2189=function(_0x21892c,_0x1fde3d){_0x21892c=_0x21892c-0x64;var _0x180464=_0x17d2fa[_0x21892c];return _0x180464;},a133_0x2189(_0x979329,_0x4f8282);}var a133_0x30b11f=a133_0x2189;function a133_0x17d2(){var _0x3c9c9d=['10HlDaMu','1325pczeeL','env','BROWSERSTACK_CENTRAL_SCANNER_JWT','parse','xNbTH','setCentralScannerData','241816spnJgU','20611752cOWlku','234iBKKhK','a11y_scanner','74MzwUeD','29460XHHmxc','A11Y_SCAN_RESULT','4peNOWy','32817uCcXOW','kpjsZ','2228237FGQzHZ','central_scanner_log','948579XGzReY','4292876SYMyyH'];a133_0x17d2=function(){return _0x3c9c9d;};return a133_0x17d2();}(function(_0x42802c,_0xad36d0){var _0x441b05=a133_0x2189,_0x518353=_0x42802c();while(!![]){try{var _0x2f8735=-parseInt(_0x441b05(0x69))/0x1*(-parseInt(_0x441b05(0x65))/0x2)+parseInt(_0x441b05(0x6d))/0x3*(-parseInt(_0x441b05(0x68))/0x4)+-parseInt(_0x441b05(0x70))/0x5*(-parseInt(_0x441b05(0x66))/0x6)+-parseInt(_0x441b05(0x6e))/0x7+parseInt(_0x441b05(0x76))/0x8*(parseInt(_0x441b05(0x78))/0x9)+-parseInt(_0x441b05(0x6f))/0xa*(-parseInt(_0x441b05(0x6b))/0xb)+-parseInt(_0x441b05(0x77))/0xc;if(_0x2f8735===_0xad36d0)break;else _0x518353['push'](_0x518353['shift']());}catch(_0x1edfc5){_0x518353['push'](_0x518353['shift']());}}}(a133_0x17d2,0xd12a5),exports[a133_0x30b11f(0x75)]=(_0x58c0db,_0x5d6d58,_0x9b2cd9)=>{var _0x3670ed=a133_0x30b11f,_0x2dbf5d={'kpjsZ':function(_0x370adc,_0x48031c){return _0x370adc(_0x48031c);},'xNbTH':function(_0x44db25,_0x69f738){return _0x44db25||_0x69f738;}};_0x58c0db[_0x3670ed(0x6c)]={'http_code':_0x2dbf5d[_0x3670ed(0x6a)](String,_0x5d6d58)||null,'redirect_url':_0x2dbf5d[_0x3670ed(0x74)](_0x9b2cd9,null),'token':process[_0x3670ed(0x71)][_0x3670ed(0x72)]||null};if(process[_0x3670ed(0x71)][_0x3670ed(0x67)])try{_0x58c0db[_0x3670ed(0x6c)][_0x3670ed(0x64)]=JSON[_0x3670ed(0x73)](process[_0x3670ed(0x71)][_0x3670ed(0x67)])||null;}catch(_0x332822){_0x58c0db[_0x3670ed(0x6c)][_0x3670ed(0x64)]=null;}});
@@ -1 +1 @@
1
- function a134_0x5322(_0x4640d4,_0xc4edfc){const _0x5a19ac=a134_0x5a19();return a134_0x5322=function(_0x5322bd,_0x3381df){_0x5322bd=_0x5322bd-0x1d7;let _0x321c2a=_0x5a19ac[_0x5322bd];return _0x321c2a;},a134_0x5322(_0x4640d4,_0xc4edfc);}const a134_0x311c36=a134_0x5322;(function(_0x5c4af8,_0x4e9246){const _0x4503d6=a134_0x5322,_0x503f8d=_0x5c4af8();while(!![]){try{const _0x247727=parseInt(_0x4503d6(0x1e1))/0x1*(-parseInt(_0x4503d6(0x1e2))/0x2)+-parseInt(_0x4503d6(0x1d7))/0x3*(-parseInt(_0x4503d6(0x1e0))/0x4)+parseInt(_0x4503d6(0x1dc))/0x5+-parseInt(_0x4503d6(0x1df))/0x6*(parseInt(_0x4503d6(0x1d8))/0x7)+parseInt(_0x4503d6(0x1e6))/0x8+-parseInt(_0x4503d6(0x1db))/0x9+parseInt(_0x4503d6(0x1dd))/0xa;if(_0x247727===_0x4e9246)break;else _0x503f8d['push'](_0x503f8d['shift']());}catch(_0x10c1bc){_0x503f8d['push'](_0x503f8d['shift']());}}}(a134_0x5a19,0xc4499));const logger=require(a134_0x311c36(0x1e5))[a134_0x311c36(0x1de)];function createClassLogger(_0x17ebd2){const _0x51ff7e=a134_0x311c36;return{'info':(_0x5164ab,..._0x2105c7)=>logger['info']('['+_0x17ebd2+']\x20'+_0x5164ab,..._0x2105c7),'debug':(_0x55de02,..._0x5ad6bc)=>logger[_0x51ff7e(0x1da)]('['+_0x17ebd2+']\x20'+_0x55de02,..._0x5ad6bc),'warn':(_0x10bb7e,..._0x5f2512)=>logger['warn']('['+_0x17ebd2+']\x20'+_0x10bb7e,..._0x5f2512),'error':(_0x3726d8,..._0x46a93a)=>logger[_0x51ff7e(0x1e4)]('['+_0x17ebd2+']\x20'+_0x3726d8,..._0x46a93a),'verbose':(_0x202429,..._0x57a4c0)=>logger['verbose']('['+_0x17ebd2+']\x20'+_0x202429,..._0x57a4c0)};}function a134_0x5a19(){const _0x44a2bb=['102717dbyzVk','1597795erXoaz','9830250VtdBGp','winstonLogger','16950jthsut','580gXTApi','1187623NrYiNG','2HkBPDD','exports','error','./logger.js','8039040Hchzga','7086OSavLY','1603UXLJZU','createClassLogger','debug'];a134_0x5a19=function(){return _0x44a2bb;};return a134_0x5a19();}const a134_0x5ac132={};a134_0x5ac132[a134_0x311c36(0x1d9)]=createClassLogger,module[a134_0x311c36(0x1e3)]=a134_0x5ac132;
1
+ const a134_0xde9e2f=a134_0x152c;(function(_0x18ae89,_0x1dab52){const _0x39fb94=a134_0x152c,_0x1afe00=_0x18ae89();while(!![]){try{const _0x523da8=-parseInt(_0x39fb94(0xcb))/0x1+-parseInt(_0x39fb94(0xc7))/0x2*(parseInt(_0x39fb94(0xd3))/0x3)+parseInt(_0x39fb94(0xc9))/0x4*(-parseInt(_0x39fb94(0xcd))/0x5)+-parseInt(_0x39fb94(0xc5))/0x6*(parseInt(_0x39fb94(0xcc))/0x7)+parseInt(_0x39fb94(0xc4))/0x8*(parseInt(_0x39fb94(0xd4))/0x9)+-parseInt(_0x39fb94(0xcf))/0xa+parseInt(_0x39fb94(0xd0))/0xb;if(_0x523da8===_0x1dab52)break;else _0x1afe00['push'](_0x1afe00['shift']());}catch(_0x1b6fe4){_0x1afe00['push'](_0x1afe00['shift']());}}}(a134_0x1a44,0x319fd));const logger=require(a134_0xde9e2f(0xc8))[a134_0xde9e2f(0xd1)];function a134_0x1a44(){const _0x1506fb=['719480nEslKe','verbose','152229RkHjOE','1444051FzGaXu','10UngQvt','info','2925950sqTnxM','15909597mNlmZN','winstonLogger','warn','303DqpheT','63unflNR','debug','46968hXlEEU','6ocVAQF','createClassLogger','5412rTpXTJ','./logger.js'];a134_0x1a44=function(){return _0x1506fb;};return a134_0x1a44();}function createClassLogger(_0x1639aa){const _0x51583e=a134_0xde9e2f;return{'info':(_0x5de0ab,..._0x2308d1)=>logger[_0x51583e(0xce)]('['+_0x1639aa+']\x20'+_0x5de0ab,..._0x2308d1),'debug':(_0x114c3f,..._0x1f6f7a)=>logger[_0x51583e(0xd5)]('['+_0x1639aa+']\x20'+_0x114c3f,..._0x1f6f7a),'warn':(_0x2fad43,..._0x4d5826)=>logger[_0x51583e(0xd2)]('['+_0x1639aa+']\x20'+_0x2fad43,..._0x4d5826),'error':(_0x348880,..._0x3f3265)=>logger['error']('['+_0x1639aa+']\x20'+_0x348880,..._0x3f3265),'verbose':(_0x4d5544,..._0x488e3a)=>logger[_0x51583e(0xca)]('['+_0x1639aa+']\x20'+_0x4d5544,..._0x488e3a)};}const a134_0x1c0d51={};function a134_0x152c(_0x14dd74,_0x4e47a6){const _0x1a446a=a134_0x1a44();return a134_0x152c=function(_0x152ce0,_0x15f4ba){_0x152ce0=_0x152ce0-0xc4;let _0x72b065=_0x1a446a[_0x152ce0];return _0x72b065;},a134_0x152c(_0x14dd74,_0x4e47a6);}a134_0x1c0d51[a134_0xde9e2f(0xc6)]=createClassLogger,module['exports']=a134_0x1c0d51;
@@ -1 +1 @@
1
- 'use strict';const a135_0x3aa600=a135_0x5313;(function(_0x48c072,_0x4dc509){const _0x5a9f22=a135_0x5313,_0x9f5394=_0x48c072();while(!![]){try{const _0x293a45=parseInt(_0x5a9f22(0x1d3))/0x1+parseInt(_0x5a9f22(0x1c8))/0x2*(-parseInt(_0x5a9f22(0x239))/0x3)+-parseInt(_0x5a9f22(0x1cd))/0x4*(parseInt(_0x5a9f22(0x21e))/0x5)+parseInt(_0x5a9f22(0x214))/0x6+parseInt(_0x5a9f22(0x245))/0x7+-parseInt(_0x5a9f22(0x210))/0x8+parseInt(_0x5a9f22(0x242))/0x9;if(_0x293a45===_0x4dc509)break;else _0x9f5394['push'](_0x9f5394['shift']());}catch(_0x286b44){_0x9f5394['push'](_0x9f5394['shift']());}}}(a135_0x1953,0x273e8));const {MAX_DRIVER_INIT_ERROR_BYTES}=require(a135_0x3aa600(0x1d1)),EVENT_NAME=a135_0x3aa600(0x248),EVENT_TAG=a135_0x3aa600(0x21a),_PENDING_FLUSH_MS=0x3e8;function a135_0x5313(_0x39da14,_0x14d461){const _0x195397=a135_0x1953();return a135_0x5313=function(_0x5313b9,_0x18aab0){_0x5313b9=_0x5313b9-0x1c0;let _0x4e4564=_0x195397[_0x5313b9];return _0x4e4564;},a135_0x5313(_0x39da14,_0x14d461);}let _seleniumPatched=![],_playwrightPatched=![],_frameworkHint=null;const _pendingEvents=new Set();let _exitHookInstalled=![];function a135_0x1953(){const _0x27d83c=['UTC','mJwlR','stringify','TEST_WORKER_INDEX','from','stack','unknown','defineProperty','\x20to\x20EDS:\x20','formatToParts','RFjqH','body','statusCode','year','timeZone','../bin/utils/apiUtilityMethods','chvLF','util','numeric','NCLMh','connect','UHSbT','lQhWy','okQjy','GrqoG','MRLNa','length','CPItg','utf-8','cbMQC','SabIL','config','oFHCw','_truncateToBytes','getConfig','userName','cEqRU','add','object','XXbAg','BROWSERSTACK_PLATFORM_INDEX','Failed\x20to\x20send\x20EDS\x20event\x20','_resetForTests','[DriverInitError]\x20','nodeRequest','Failed\x20to\x20send\x20','sdkRunId','601216iWDAyE','selenium','YtaDq','nbudl','139068ZHAjda','second','playwright','BROWSERSTACK_FRAMEWORK','installSeleniumDriverInitFailureCapture','fIMIi','sdk:driver:init:failure','wajut','en-GB','env','115AQjpPr','delete','winstonLogger','enumerable','tTZoC','sdk_events','getEdsInstrumentationAPIUrl','__bstackDriverInitReported','send_sdk_events','session_','dzzXv','PoDeQ','KoGXG','\x20|\x20Status\x20','catch','requireSeleniumWebdriver','message','apply','fractionalSecondDigits','prototype','installPlaywrightDriverInitFailureCapture','sendEdsEvent','kGjgV','debug','Sent\x20EDS\x20event\x20','function','OCaYL','96iZgcKT','./playwright-helper','SYxiJ','framework','month','qBtYt','JEST_WORKER_ID','join','hour12','2255886uiVayS','POST','then','1789550eWworf','hour','../bin/v2/browserstackCLI','DriverInitFailure','./helper','oufgP','XtDLA','buildAsync','exVRN','ldXzh','mPLam','instrumentDriverInitFailureEvent','pid','size','timeZoneName','hNxSl','BROWSERSTACK_TESTHUB_UUID','info','DhGRY','day','status','\x20|\x20Error\x20','xerhG','subarray','error','launchPersistentContext','12808UYWVlq','./logger','ENRyP','aoSvS','HIblV','21788mXGOxg','dtCCZ','race','gKKtd','../bin/utils/constants','ZmJJi','36623VHvjbU','HeeGj','MOCHA_WORKER_ID','installAll','response','accessKey','Builder','zCqlC','RVovE','beforeExit','build','decode','utf8','minute'];a135_0x1953=function(){return _0x27d83c;};return a135_0x1953();}const _logger=()=>{const _0x3c8180=a135_0x3aa600,_0x458ead={'DIoGl':function(_0x320203,_0x4bfb9e){return _0x320203(_0x4bfb9e);},'DjTsv':_0x3c8180(0x1c9)};try{return _0x458ead['DIoGl'](require,_0x458ead['DjTsv'])[_0x3c8180(0x220)];}catch(_0x154be4){const _0x26bd61={};return _0x26bd61[_0x3c8180(0x235)]=()=>{},_0x26bd61;}},_trackPending=_0x3f9519=>{const _0x3e3813=a135_0x3aa600,_0x15ddb6={};_0x15ddb6[_0x3e3813(0x201)]=function(_0x4aaa47,_0x58479e){return _0x4aaa47===_0x58479e;},_0x15ddb6[_0x3e3813(0x24a)]=function(_0x1339f2,_0x10cf1c){return _0x1339f2!==_0x10cf1c;},_0x15ddb6['UHSbT']=_0x3e3813(0x237),_0x15ddb6[_0x3e3813(0x1f7)]=_0x3e3813(0x1dc);const _0x1f6434=_0x15ddb6;if(!_0x3f9519||_0x1f6434[_0x3e3813(0x24a)](typeof _0x3f9519[_0x3e3813(0x244)],_0x1f6434[_0x3e3813(0x1f6)]))return;_pendingEvents[_0x3e3813(0x206)](_0x3f9519);const _0x31b2a3=()=>_pendingEvents[_0x3e3813(0x21f)](_0x3f9519);_0x3f9519['then'](_0x31b2a3,_0x31b2a3),!_exitHookInstalled&&(_exitHookInstalled=!![],process['once'](_0x1f6434[_0x3e3813(0x1f7)],async()=>{const _0x52591d=_0x3e3813;if(_0x1f6434[_0x52591d(0x201)](_pendingEvents[_0x52591d(0x252)],0x0))return;await Promise[_0x52591d(0x1cf)]([Promise['allSettled']([..._pendingEvents]),new Promise(_0x2977f3=>setTimeout(_0x2977f3,_PENDING_FLUSH_MS))]);}));},_truncateToBytes=(_0x4bea37,_0x554001)=>{const _0x11e271=a135_0x3aa600,_0x597021={'uOair':function(_0x31acd7,_0x30d555){return _0x31acd7===_0x30d555;},'dtCCZ':function(_0x2a555f,_0x3d0bf1){return _0x2a555f===_0x3d0bf1;},'gKKtd':function(_0x33ca8f,_0x447580){return _0x33ca8f(_0x447580);},'JCpfY':_0x11e271(0x1df),'XtDLA':function(_0x1fdc44,_0x25eeef){return _0x1fdc44<=_0x25eeef;},'YbMKZ':_0x11e271(0x1f2),'HIblV':_0x11e271(0x1fd)},_0x31df43=_0x597021['uOair'](_0x4bea37,null)||_0x597021[_0x11e271(0x1ce)](_0x4bea37,undefined)?'':_0x597021[_0x11e271(0x1d0)](String,_0x4bea37),_0x35e10a=Buffer[_0x11e271(0x1e5)](_0x31df43,_0x597021['JCpfY']);if(_0x597021[_0x11e271(0x24b)](_0x35e10a[_0x11e271(0x1fb)],_0x554001))return _0x31df43;const _0x47796e={};return _0x47796e['fatal']=![],new(_0x597021[_0x11e271(0x1d0)](require,_0x597021['YbMKZ']))['TextDecoder'](_0x597021[_0x11e271(0x1cc)],_0x47796e)[_0x11e271(0x1de)](_0x35e10a[_0x11e271(0x1c5)](0x0,_0x554001));},_formatCreatedDay=()=>{const _0x20eedb=a135_0x3aa600,_0x137a93={};_0x137a93[_0x20eedb(0x1c4)]=_0x20eedb(0x1e1),_0x137a93[_0x20eedb(0x24d)]=_0x20eedb(0x1f3),_0x137a93['chvLF']='2-digit',_0x137a93[_0x20eedb(0x234)]=_0x20eedb(0x21c);const _0x11e3de=_0x137a93,_0x3436ca={};_0x3436ca[_0x20eedb(0x1ef)]=_0x11e3de[_0x20eedb(0x1c4)],_0x3436ca[_0x20eedb(0x1ee)]=_0x11e3de['exVRN'],_0x3436ca[_0x20eedb(0x23d)]=_0x11e3de[_0x20eedb(0x1f1)],_0x3436ca[_0x20eedb(0x1c1)]=_0x11e3de[_0x20eedb(0x1f1)],_0x3436ca[_0x20eedb(0x246)]=_0x11e3de[_0x20eedb(0x1f1)],_0x3436ca[_0x20eedb(0x1e0)]=_0x11e3de[_0x20eedb(0x1f1)],_0x3436ca[_0x20eedb(0x215)]=_0x11e3de['chvLF'],_0x3436ca[_0x20eedb(0x230)]=0x3,_0x3436ca[_0x20eedb(0x241)]=![];const _0x5f0c80=_0x3436ca;return new Intl['DateTimeFormat'](_0x11e3de['kGjgV'],_0x5f0c80)[_0x20eedb(0x1ea)](new Date())['map'](({type:_0x49dcc5,value:_0x2e50e6})=>_0x49dcc5===_0x20eedb(0x253)?'Z':_0x2e50e6)[_0x20eedb(0x240)]('')['replace'](',','T');},sendEdsEvent=async(_0x248c00,_0x2085bc,_0x1811f1,_0x58e9d0)=>{const _0x28fe85=a135_0x3aa600,_0x3984d1={'RFjqH':function(_0x1fe149){return _0x1fe149();},'tTZoC':function(_0x16a1b9,_0x13d9a0){return _0x16a1b9(_0x13d9a0);},'ZmJJi':'./helper','XXbAg':_0x28fe85(0x1f0),'okQjy':_0x28fe85(0x223),'PoDeQ':_0x28fe85(0x243),'ldXzh':_0x28fe85(0x226),'Doixs':function(_0x550528,_0x212eb7){return _0x550528>=_0x212eb7;},'UJioa':function(_0x359cb7,_0x3b5237){return _0x359cb7+_0x3b5237;},'wajut':_0x28fe85(0x22b),'mPLam':'unknown'},_0x2d6cae=_0x3984d1[_0x28fe85(0x1eb)](_logger),_0x49fe65=_0x3984d1[_0x28fe85(0x222)](require,_0x3984d1[_0x28fe85(0x1d2)]),_0xf973d2=_0x3984d1['tTZoC'](require,_0x3984d1[_0x28fe85(0x208)]),_0x153d82={'event_type':_0x3984d1[_0x28fe85(0x1f8)],'data':{'testhub_uuid':process['env'][_0x28fe85(0x255)]||global&&global[_0x28fe85(0x20f)]||null,'created_day':_0x3984d1['RFjqH'](_formatCreatedDay),'event_name':_0x248c00,'user_data':_0x1811f1,'host_info':_0x49fe65['getHostInfo'](),'event_json':_0x2085bc}};if(!_0x58e9d0||!_0x58e9d0[_0x28fe85(0x204)]||!_0x58e9d0[_0x28fe85(0x1d8)])return;try{_0x2d6cae[_0x28fe85(0x235)]('DriverInitFailure\x20payload\x20'+JSON[_0x28fe85(0x1e3)](_0x2085bc));const _0x71645b={};_0x71645b[_0x28fe85(0x1ec)]=_0x153d82,_0x71645b['json']=!![];const _0x453af4=await _0x49fe65[_0x28fe85(0x20d)](_0x3984d1[_0x28fe85(0x229)],_0x3984d1[_0x28fe85(0x24e)],_0x71645b,_0x58e9d0,_0xf973d2[_0x28fe85(0x224)]('')),_0x57d965=_0x453af4&&(_0x453af4[_0x28fe85(0x1ed)]||_0x453af4[_0x28fe85(0x1c2)]);return _0x3984d1['Doixs'](_0x57d965,0x190)?_0x2d6cae[_0x28fe85(0x1c6)](_0x28fe85(0x20a)+_0x248c00+(_0x57d965?_0x3984d1['UJioa'](_0x3984d1[_0x28fe85(0x21b)],_0x57d965):'')):_0x2d6cae[_0x28fe85(0x256)](_0x28fe85(0x236)+_0x248c00+_0x28fe85(0x22b)+_0x57d965),_0x453af4;}catch(_0x208a94){const _0x3c0c66=_0x208a94&&(_0x208a94[_0x28fe85(0x22e)]||_0x208a94[_0x28fe85(0x1c6)]||JSON[_0x28fe85(0x1e3)](_0x208a94))||_0x3984d1[_0x28fe85(0x24f)],_0x57ed86=_0x208a94&&_0x208a94[_0x28fe85(0x1d7)]&&(_0x208a94[_0x28fe85(0x1d7)][_0x28fe85(0x1ed)]||_0x208a94[_0x28fe85(0x1d7)][_0x28fe85(0x1c2)]);_0x2d6cae[_0x28fe85(0x1c6)](_0x28fe85(0x20a)+_0x248c00+(_0x57ed86?_0x3984d1['UJioa'](_0x3984d1[_0x28fe85(0x21b)],_0x57ed86):'')+_0x28fe85(0x1c3)+_0x3c0c66);}},_resolveConfig=()=>{const _0x203211=a135_0x3aa600,_0x13e7b3={'GrqoG':function(_0x429b9d,_0x2798b6){return _0x429b9d(_0x2798b6);},'uAaDq':_0x203211(0x247)};let _0x16a8c7=global&&global[_0x203211(0x200)]||null;if(!_0x16a8c7)try{const _0x271158=_0x13e7b3[_0x203211(0x1f9)](require,_0x13e7b3['uAaDq']),_0x61b1db=_0x271158&&_0x271158['getInstance']&&_0x271158['getInstance']();_0x16a8c7=_0x61b1db&&_0x61b1db[_0x203211(0x203)]&&_0x61b1db[_0x203211(0x203)]()||null;}catch(_0x17b83d){}return!_0x16a8c7&&(_0x16a8c7={}),!_0x16a8c7[_0x203211(0x204)]&&(_0x16a8c7[_0x203211(0x204)]=process['env']['BROWSERSTACK_USERNAME']||_0x16a8c7['userName']),!_0x16a8c7['accessKey']&&(_0x16a8c7['accessKey']=process[_0x203211(0x21d)]['BROWSERSTACK_ACCESS_KEY']||_0x16a8c7['accessKey']),_0x16a8c7;},instrumentDriverInitFailureEvent=async(_0x51e7e5,_0x5cee7c=a135_0x3aa600(0x1e7))=>{const _0x18429b=a135_0x3aa600,_0x15ac03={'dzzXv':function(_0x16d799){return _0x16d799();},'WAdlS':function(_0xfd4286,_0x5d59e9){return _0xfd4286!==_0x5d59e9;},'NCLMh':_0x18429b(0x207),'NCQkO':_0x18429b(0x225),'qBtYt':function(_0x45c5a3,_0x24c876){return _0x45c5a3(_0x24c876);},'fIMIi':function(_0x34f491,_0x5eed9a,_0x2105b6){return _0x34f491(_0x5eed9a,_0x2105b6);},'DhGRY':function(_0x554344){return _0x554344();},'aoSvS':_0x18429b(0x1e7),'fQJSt':function(_0x3b4103,_0x3e1339){return _0x3b4103(_0x3e1339);},'mJwlR':function(_0x4fc423,_0x48e7d5,_0x32bcb7,_0x439f5d,_0x173da0){return _0x4fc423(_0x48e7d5,_0x32bcb7,_0x439f5d,_0x173da0);}},_0x2d2bce=_0x15ac03[_0x18429b(0x228)](_logger);try{if(!_0x51e7e5||_0x15ac03['WAdlS'](typeof _0x51e7e5,_0x15ac03[_0x18429b(0x1f4)]))return;if(_0x51e7e5[_0x18429b(0x225)])return;try{const _0x27db1e={};_0x27db1e['value']=!![],_0x27db1e[_0x18429b(0x221)]=![],Object[_0x18429b(0x1e8)](_0x51e7e5,_0x15ac03['NCQkO'],_0x27db1e);}catch(_0xe78a55){}const _0x3518a7=_0x51e7e5[_0x18429b(0x1e6)]||''+(_0x51e7e5[_0x18429b(0x22e)]||_0x15ac03[_0x18429b(0x23e)](String,_0x51e7e5)),_0x13b217=_0x15ac03[_0x18429b(0x219)](_truncateToBytes,_0x18429b(0x20c)+_0x3518a7,MAX_DRIVER_INIT_ERROR_BYTES),_0x34cc14=_0x15ac03[_0x18429b(0x1c0)](_resolveConfig),_0x18bd5c={'errorMessage':_0x13b217,'framework':process[_0x18429b(0x21d)][_0x18429b(0x217)]||global&&global[_0x18429b(0x23c)]||_frameworkHint||_0x15ac03[_0x18429b(0x1cb)],'driverType':_0x5cee7c,'event':EVENT_TAG,'timestamp':Date['now'](),'worker':process[_0x18429b(0x21d)][_0x18429b(0x23f)]||process['env'][_0x18429b(0x1e4)]||process[_0x18429b(0x21d)][_0x18429b(0x1d5)]||_0x15ac03['fQJSt'](String,process[_0x18429b(0x251)]),'platform':_0x15ac03[_0x18429b(0x219)](parseInt,process[_0x18429b(0x21d)][_0x18429b(0x209)]||'0',0xa)||0x0,'sdkRunId':global&&global[_0x18429b(0x20f)]||process['env'][_0x18429b(0x255)]||null};try{await _0x15ac03[_0x18429b(0x1e2)](sendEdsEvent,EVENT_NAME,_0x18bd5c,_0x34cc14['userName']||null,_0x34cc14);}catch(_0x3816d7){_0x2d2bce['debug'](_0x18429b(0x20e)+EVENT_NAME+_0x18429b(0x1e9)+(_0x3816d7&&_0x3816d7[_0x18429b(0x22e)]));}}catch(_0x5f5500){_0x2d2bce[_0x18429b(0x235)](_0x18429b(0x20e)+EVENT_NAME+':\x20'+(_0x5f5500&&_0x5f5500['message']));}},installSeleniumDriverInitFailureCapture=()=>{const _0x46bc45=a135_0x3aa600,_0x6445ed={'zCqlC':function(_0x38cfea,_0x8583a6){return _0x38cfea(_0x8583a6);},'cEqRU':function(_0x53769d,_0x3f9f54,_0x1fbfc6){return _0x53769d(_0x3f9f54,_0x1fbfc6);},'hNxSl':'selenium','GwmFy':function(_0x4e2c0f,_0xbd2d1c){return _0x4e2c0f===_0xbd2d1c;},'SYxiJ':'function','KoGXG':function(_0x356aef,_0x2caa64){return _0x356aef(_0x2caa64);},'jUPMR':function(_0x5e90b4,_0x3bebc1){return _0x5e90b4(_0x3bebc1);},'MRLNa':_0x46bc45(0x249),'OJYKu':function(_0xf37216,_0x162ec6){return _0xf37216===_0x162ec6;},'CPItg':function(_0x32dd1f,_0x4f9fde){return _0x32dd1f===_0x4f9fde;}};if(_seleniumPatched)return;let _0x272e04;try{_0x272e04=_0x6445ed['jUPMR'](require,_0x6445ed[_0x46bc45(0x1fa)])[_0x46bc45(0x22d)]();}catch(_0x5b316f){return;}if(!_0x272e04||!_0x272e04['Builder']||!_0x272e04[_0x46bc45(0x1d9)][_0x46bc45(0x231)])return;const _0x1fcc5d=_0x272e04[_0x46bc45(0x1d9)][_0x46bc45(0x231)],_0x41216b=_0x1fcc5d[_0x46bc45(0x1dd)],_0x336970=_0x1fcc5d[_0x46bc45(0x24c)];_0x6445ed['OJYKu'](typeof _0x41216b,_0x6445ed['SYxiJ'])&&(_0x1fcc5d['build']=function _0x1744bc(..._0x1e0369){const _0x549a52=_0x46bc45;let _0xd34a2b;try{_0xd34a2b=_0x41216b[_0x549a52(0x22f)](this,_0x1e0369);}catch(_0x7d9385){_0x6445ed[_0x549a52(0x1da)](_trackPending,_0x6445ed['cEqRU'](instrumentDriverInitFailureEvent,_0x7d9385,_0x6445ed[_0x549a52(0x254)]));throw _0x7d9385;}return _0xd34a2b&&_0xd34a2b[_0x549a52(0x227)]&&_0x6445ed['GwmFy'](typeof _0xd34a2b[_0x549a52(0x227)][_0x549a52(0x22c)],_0x6445ed[_0x549a52(0x23b)])&&_0xd34a2b[_0x549a52(0x227)]['catch'](_0x489ca1=>_trackPending(instrumentDriverInitFailureEvent(_0x489ca1,_0x549a52(0x211)))),_0xd34a2b;}),_0x6445ed[_0x46bc45(0x1fc)](typeof _0x336970,_0x6445ed[_0x46bc45(0x23b)])&&(_0x1fcc5d[_0x46bc45(0x24c)]=async function _0x3d6de2(..._0xf526f5){const _0x10fbb8=_0x46bc45;try{return await _0x336970[_0x10fbb8(0x22f)](this,_0xf526f5);}catch(_0x3c164c){_0x6445ed[_0x10fbb8(0x22a)](_trackPending,_0x6445ed[_0x10fbb8(0x205)](instrumentDriverInitFailureEvent,_0x3c164c,_0x6445ed[_0x10fbb8(0x254)]));throw _0x3c164c;}}),_seleniumPatched=!![];},installPlaywrightDriverInitFailureCapture=()=>{const _0x228bb5=a135_0x3aa600,_0x41af9c={'gtYAG':function(_0x33f3f2,_0x21cf72){return _0x33f3f2(_0x21cf72);},'HeeGj':function(_0x461ed1,_0x14bd90,_0x5198ec){return _0x461ed1(_0x14bd90,_0x5198ec);},'aYjKd':_0x228bb5(0x216),'ENRyP':function(_0x2ac430,_0x2719e5){return _0x2ac430(_0x2719e5);},'krddB':_0x228bb5(0x23a),'RVovE':_0x228bb5(0x1f5),'nbudl':'connectOverCDP','cbMQC':'launch','SabIL':_0x228bb5(0x1c7),'YiNWl':function(_0x5b47be,_0x3fa94a){return _0x5b47be!==_0x3fa94a;},'uZZyY':_0x228bb5(0x237)};if(_playwrightPatched)return;let _0x2ee62d;try{_0x2ee62d=_0x41af9c[_0x228bb5(0x1ca)](require,_0x41af9c['krddB'])['getPlaywrightBrowserType']();}catch(_0x4ceddf){return;}if(!_0x2ee62d||!_0x2ee62d[_0x228bb5(0x231)])return;for(const _0x5eb4b5 of[_0x41af9c[_0x228bb5(0x1db)],_0x41af9c[_0x228bb5(0x213)],_0x41af9c[_0x228bb5(0x1fe)],_0x41af9c[_0x228bb5(0x1ff)]]){const _0x3a2614=_0x2ee62d[_0x228bb5(0x231)][_0x5eb4b5];if(_0x41af9c['YiNWl'](typeof _0x3a2614,_0x41af9c['uZZyY']))continue;_0x2ee62d[_0x228bb5(0x231)][_0x5eb4b5]=async function _0x39c925(..._0x3d47c9){const _0x27a014=_0x228bb5;try{return await _0x3a2614[_0x27a014(0x22f)](this,_0x3d47c9);}catch(_0x1c1486){_0x41af9c['gtYAG'](_trackPending,_0x41af9c[_0x27a014(0x1d4)](instrumentDriverInitFailureEvent,_0x1c1486,_0x41af9c['aYjKd']));throw _0x1c1486;}};}_playwrightPatched=!![];},installAll=_0x5b0e22=>{const _0x51b743=a135_0x3aa600,_0x26c3e6={'YtaDq':function(_0x7aae67,_0x3ec67e){return _0x7aae67||_0x3ec67e;},'OCaYL':function(_0x3746fe){return _0x3746fe();}};_0x5b0e22&&(_frameworkHint=_0x26c3e6[_0x51b743(0x212)](_frameworkHint,_0x5b0e22),!process['env']['BROWSERSTACK_FRAMEWORK']&&(process[_0x51b743(0x21d)][_0x51b743(0x217)]=_0x5b0e22));try{_0x26c3e6[_0x51b743(0x238)](installSeleniumDriverInitFailureCapture);}catch(_0x27e8f6){}try{_0x26c3e6[_0x51b743(0x238)](installPlaywrightDriverInitFailureCapture);}catch(_0x2095df){}},a135_0x5e2838={};a135_0x5e2838[a135_0x3aa600(0x250)]=instrumentDriverInitFailureEvent,a135_0x5e2838[a135_0x3aa600(0x233)]=sendEdsEvent,a135_0x5e2838[a135_0x3aa600(0x218)]=installSeleniumDriverInitFailureCapture,a135_0x5e2838[a135_0x3aa600(0x232)]=installPlaywrightDriverInitFailureCapture,a135_0x5e2838[a135_0x3aa600(0x1d6)]=installAll,a135_0x5e2838[a135_0x3aa600(0x202)]=_truncateToBytes,a135_0x5e2838[a135_0x3aa600(0x20b)]=()=>{_seleniumPatched=![],_playwrightPatched=![];},module['exports']=a135_0x5e2838;
1
+ 'use strict';const a135_0x476cae=a135_0x34be;(function(_0x366878,_0x282226){const _0x22da1c=a135_0x34be,_0x1397de=_0x366878();while(!![]){try{const _0x329ce9=-parseInt(_0x22da1c(0x1a0))/0x1+parseInt(_0x22da1c(0x19e))/0x2*(-parseInt(_0x22da1c(0x122))/0x3)+parseInt(_0x22da1c(0x1ab))/0x4+-parseInt(_0x22da1c(0x16a))/0x5*(parseInt(_0x22da1c(0x112))/0x6)+-parseInt(_0x22da1c(0x184))/0x7+parseInt(_0x22da1c(0x179))/0x8*(parseInt(_0x22da1c(0x15c))/0x9)+-parseInt(_0x22da1c(0x14f))/0xa*(-parseInt(_0x22da1c(0x1a4))/0xb);if(_0x329ce9===_0x282226)break;else _0x1397de['push'](_0x1397de['shift']());}catch(_0xea5f2c){_0x1397de['push'](_0x1397de['shift']());}}}(a135_0x43fe,0x2cef8));const {MAX_DRIVER_INIT_ERROR_BYTES}=require(a135_0x476cae(0x1a2)),EVENT_NAME=a135_0x476cae(0x124),EVENT_TAG=a135_0x476cae(0x12a),_PENDING_FLUSH_MS=0x3e8;function a135_0x43fe(){const _0x25a16d=['BROWSERSTACK_TESTHUB_UUID','json','cMAYI','684988ywDeCu','minute','1054656sfQilC','VOOMt','object','Failed\x20to\x20send\x20EDS\x20event\x20','race','defineProperty','XGAGW','connect','exports','utf8','add','unknown','getHostInfo','TEST_WORKER_INDEX','XlneY','JDdcW','8709yXUoEH','now','DriverInitFailure','JEST_WORKER_ID','_resetForTests','zurjf','catch','buildAsync','sdk:driver:init:failure','kVZnr','gWqsC','yiHQs','playwright','POST','beforeExit','formatToParts','function','installSeleniumDriverInitFailureCapture','_truncateToBytes','RIEkc','NiqAh','installAll','uDNsm','BROWSERSTACK_PLATFORM_INDEX','error','requireSeleniumWebdriver','map','../bin/utils/apiUtilityMethods','pid','getPlaywrightBrowserType','\x20|\x20Error\x20','value','Builder','Sent\x20EDS\x20event\x20','agQeE','leJge','MGwIH','getInstance','BROWSERSTACK_ACCESS_KEY','TextDecoder','message','status','selenium','vtViX','once','20cHOhJv','lgOgk','aqJft','allSettled','length','qKkGE','HBdIk','goEas','timeZoneName','prototype','then','rSDda','RAOKi','54gCQbkQ','UTC','[DriverInitError]\x20','size','./helper','HMOxM','DateTimeFormat','second','debug','decode','body','hour','FgaiI','./playwright-helper','5noWxVg','BROWSERSTACK_USERNAME','aVmOj','WwNrv','../bin/v2/browserstackCLI','delete','qzKum','HiMkM','royJY','UNwvK','Failed\x20to\x20send\x20','nonYu','./logger','utf-8','userName','284312EkfcjE','iGKZS','getConfig','qDYUA','sendEdsEvent','dAbwt','stringify','\x20|\x20Status\x20','Lodha','enumerable','DriverInitFailure\x20payload\x20','64435dpokFh','waaWt','info','ymSPS','Dizgn','en-GB','WSlRm','timeZone','winstonLogger','APrll','session_','sdkRunId','env','util','apply','__bstackDriverInitReported','zAbNn','vTqrh','sdk_events','installPlaywrightDriverInitFailureCapture','accessKey','BROWSERSTACK_FRAMEWORK','bwNBf','build','replace','fatal','48yFkXgU','response','202238QmgZLU','year','../bin/utils/constants','QGhwR','1410563indqBc','pZNXq','YJEkX','statusCode'];a135_0x43fe=function(){return _0x25a16d;};return a135_0x43fe();}function a135_0x34be(_0x354709,_0x2f305f){const _0x43fef2=a135_0x43fe();return a135_0x34be=function(_0x34be97,_0x2f7cca){_0x34be97=_0x34be97-0x111;let _0x13acd0=_0x43fef2[_0x34be97];return _0x13acd0;},a135_0x34be(_0x354709,_0x2f305f);}let _seleniumPatched=![],_playwrightPatched=![],_frameworkHint=null;const _pendingEvents=new Set();let _exitHookInstalled=![];const _logger=()=>{const _0x24eba9=a135_0x476cae,_0x41b233={'aLjnk':function(_0x550f49,_0x1d6850){return _0x550f49(_0x1d6850);},'qDYUA':_0x24eba9(0x176)};try{return _0x41b233['aLjnk'](require,_0x41b233[_0x24eba9(0x17c)])[_0x24eba9(0x18c)];}catch(_0x34c90e){const _0x295cbe={};return _0x295cbe[_0x24eba9(0x164)]=()=>{},_0x295cbe;}},_trackPending=_0xa381eb=>{const _0x778500=a135_0x476cae,_0x86b56f={};_0x86b56f[_0x778500(0x173)]=function(_0x2362bf,_0x219d54){return _0x2362bf===_0x219d54;},_0x86b56f['uDNsm']=function(_0x116467,_0x1570ca){return _0x116467!==_0x1570ca;},_0x86b56f[_0x778500(0x17e)]=_0x778500(0x132),_0x86b56f[_0x778500(0x127)]=_0x778500(0x130);const _0x428e75=_0x86b56f;if(!_0xa381eb||_0x428e75[_0x778500(0x138)](typeof _0xa381eb[_0x778500(0x159)],_0x428e75[_0x778500(0x17e)]))return;_pendingEvents[_0x778500(0x11c)](_0xa381eb);const _0x7926fb=()=>_pendingEvents[_0x778500(0x16f)](_0xa381eb);_0xa381eb[_0x778500(0x159)](_0x7926fb,_0x7926fb),!_exitHookInstalled&&(_exitHookInstalled=!![],process[_0x778500(0x14e)](_0x428e75[_0x778500(0x127)],async()=>{const _0x4c18e9=_0x778500;if(_0x428e75[_0x4c18e9(0x173)](_pendingEvents[_0x4c18e9(0x15f)],0x0))return;await Promise[_0x4c18e9(0x116)]([Promise[_0x4c18e9(0x152)]([..._pendingEvents]),new Promise(_0x332265=>setTimeout(_0x332265,_PENDING_FLUSH_MS))]);}));},_truncateToBytes=(_0x5995e7,_0xb6fb7c)=>{const _0x720bcf=a135_0x476cae,_0x109132={'Lodha':function(_0xcb3c9e,_0x5a458f){return _0xcb3c9e===_0x5a458f;},'goEas':function(_0x1d3009,_0x5563e7){return _0x1d3009(_0x5563e7);},'MGwIH':_0x720bcf(0x11b),'leJge':function(_0xd6bd45,_0x254c56){return _0xd6bd45<=_0x254c56;},'QGhwR':_0x720bcf(0x191),'YbDtf':_0x720bcf(0x177)},_0x1d9e66=_0x109132[_0x720bcf(0x181)](_0x5995e7,null)||_0x109132[_0x720bcf(0x181)](_0x5995e7,undefined)?'':_0x109132[_0x720bcf(0x156)](String,_0x5995e7),_0x53e80d=Buffer['from'](_0x1d9e66,_0x109132[_0x720bcf(0x146)]);if(_0x109132[_0x720bcf(0x145)](_0x53e80d[_0x720bcf(0x153)],_0xb6fb7c))return _0x1d9e66;const _0x35f75a={};return _0x35f75a[_0x720bcf(0x19d)]=![],new(_0x109132['goEas'](require,_0x109132[_0x720bcf(0x1a3)]))[(_0x720bcf(0x149))](_0x109132['YbDtf'],_0x35f75a)[_0x720bcf(0x165)](_0x53e80d['subarray'](0x0,_0xb6fb7c));},_formatCreatedDay=()=>{const _0x11613e=a135_0x476cae,_0x2fa4c0={};_0x2fa4c0['gWqsC']=_0x11613e(0x15d),_0x2fa4c0[_0x11613e(0x136)]='numeric',_0x2fa4c0[_0x11613e(0x113)]='2-digit',_0x2fa4c0[_0x11613e(0x168)]=_0x11613e(0x189);const _0x2a728f=_0x2fa4c0,_0x768dd2={};_0x768dd2[_0x11613e(0x18b)]=_0x2a728f[_0x11613e(0x12c)],_0x768dd2[_0x11613e(0x1a1)]=_0x2a728f[_0x11613e(0x136)],_0x768dd2['month']=_0x2a728f[_0x11613e(0x113)],_0x768dd2['day']=_0x2a728f['VOOMt'],_0x768dd2[_0x11613e(0x167)]=_0x2a728f[_0x11613e(0x113)],_0x768dd2[_0x11613e(0x111)]=_0x2a728f[_0x11613e(0x113)],_0x768dd2[_0x11613e(0x163)]=_0x2a728f[_0x11613e(0x113)],_0x768dd2['fractionalSecondDigits']=0x3,_0x768dd2['hour12']=![];const _0x297263=_0x768dd2;return new Intl[(_0x11613e(0x162))](_0x2a728f['FgaiI'],_0x297263)[_0x11613e(0x131)](new Date())[_0x11613e(0x13c)](({type:_0x1e156c,value:_0x2d1b3c})=>_0x1e156c===_0x11613e(0x157)?'Z':_0x2d1b3c)['join']('')[_0x11613e(0x19c)](',','T');},sendEdsEvent=async(_0x1245c1,_0x37b820,_0x25bb68,_0x58b1f5)=>{const _0x4d85c9=a135_0x476cae,_0x195740={'ymSPS':function(_0x1cca48){return _0x1cca48();},'YJEkX':function(_0xf934b0,_0x103f8e){return _0xf934b0(_0x103f8e);},'waaWt':'./helper','FEDYL':_0x4d85c9(0x13d),'IHxMf':_0x4d85c9(0x196),'nonYu':function(_0x3a0d06){return _0x3a0d06();},'vUuMY':_0x4d85c9(0x12f),'bwNBf':'send_sdk_events','WSlRm':function(_0x3be36c,_0x4ba1d8){return _0x3be36c>=_0x4ba1d8;},'vtViX':function(_0x4dddff,_0x291441){return _0x4dddff+_0x291441;},'XlneY':'\x20|\x20Status\x20','cMAYI':_0x4d85c9(0x11d)},_0x1d6a90=_0x195740[_0x4d85c9(0x187)](_logger),_0x202381=_0x195740[_0x4d85c9(0x1a6)](require,_0x195740[_0x4d85c9(0x185)]),_0x2c5955=_0x195740[_0x4d85c9(0x1a6)](require,_0x195740['FEDYL']),_0x3269ac={'event_type':_0x195740['IHxMf'],'data':{'testhub_uuid':process['env'][_0x4d85c9(0x1a8)]||global&&global[_0x4d85c9(0x18f)]||null,'created_day':_0x195740[_0x4d85c9(0x175)](_formatCreatedDay),'event_name':_0x1245c1,'user_data':_0x25bb68,'host_info':_0x202381[_0x4d85c9(0x11e)](),'event_json':_0x37b820}};if(!_0x58b1f5||!_0x58b1f5[_0x4d85c9(0x178)]||!_0x58b1f5['accessKey'])return;try{_0x1d6a90[_0x4d85c9(0x164)](_0x4d85c9(0x183)+JSON[_0x4d85c9(0x17f)](_0x37b820));const _0x4e7f41={};_0x4e7f41[_0x4d85c9(0x166)]=_0x3269ac,_0x4e7f41[_0x4d85c9(0x1a9)]=!![];const _0x4f5312=await _0x202381['nodeRequest'](_0x195740['vUuMY'],_0x195740[_0x4d85c9(0x19a)],_0x4e7f41,_0x58b1f5,_0x2c5955['getEdsInstrumentationAPIUrl']('')),_0x13f8ee=_0x4f5312&&(_0x4f5312[_0x4d85c9(0x1a7)]||_0x4f5312[_0x4d85c9(0x14b)]);return _0x195740[_0x4d85c9(0x18a)](_0x13f8ee,0x190)?_0x1d6a90[_0x4d85c9(0x13a)](_0x4d85c9(0x115)+_0x1245c1+(_0x13f8ee?_0x195740[_0x4d85c9(0x14d)](_0x195740[_0x4d85c9(0x120)],_0x13f8ee):'')):_0x1d6a90[_0x4d85c9(0x186)](_0x4d85c9(0x143)+_0x1245c1+_0x4d85c9(0x180)+_0x13f8ee),_0x4f5312;}catch(_0x5a904b){const _0x103170=_0x5a904b&&(_0x5a904b[_0x4d85c9(0x14a)]||_0x5a904b['error']||JSON['stringify'](_0x5a904b))||_0x195740[_0x4d85c9(0x1aa)],_0x5ac499=_0x5a904b&&_0x5a904b[_0x4d85c9(0x19f)]&&(_0x5a904b[_0x4d85c9(0x19f)][_0x4d85c9(0x1a7)]||_0x5a904b['response'][_0x4d85c9(0x14b)]);_0x1d6a90[_0x4d85c9(0x13a)]('Failed\x20to\x20send\x20EDS\x20event\x20'+_0x1245c1+(_0x5ac499?_0x195740[_0x4d85c9(0x14d)](_0x195740[_0x4d85c9(0x120)],_0x5ac499):'')+_0x4d85c9(0x140)+_0x103170);}},_resolveConfig=()=>{const _0x37c286=a135_0x476cae,_0x4c9ac7={'royJY':function(_0x58d90e,_0x4011c7){return _0x58d90e(_0x4011c7);},'qKkGE':_0x37c286(0x16e)};let _0x52c096=global&&global['config']||null;if(!_0x52c096)try{const _0x364e45=_0x4c9ac7[_0x37c286(0x172)](require,_0x4c9ac7[_0x37c286(0x154)]),_0x1ee12e=_0x364e45&&_0x364e45[_0x37c286(0x147)]&&_0x364e45[_0x37c286(0x147)]();_0x52c096=_0x1ee12e&&_0x1ee12e[_0x37c286(0x17b)]&&_0x1ee12e[_0x37c286(0x17b)]()||null;}catch(_0x152386){}return!_0x52c096&&(_0x52c096={}),!_0x52c096[_0x37c286(0x178)]&&(_0x52c096[_0x37c286(0x178)]=process[_0x37c286(0x190)][_0x37c286(0x16b)]||_0x52c096[_0x37c286(0x178)]),!_0x52c096[_0x37c286(0x198)]&&(_0x52c096['accessKey']=process[_0x37c286(0x190)][_0x37c286(0x148)]||_0x52c096['accessKey']),_0x52c096;},instrumentDriverInitFailureEvent=async(_0x33b725,_0x3cea43=a135_0x476cae(0x11d))=>{const _0x3878a6=a135_0x476cae,_0xfd7d7c={'aqJft':function(_0x309908){return _0x309908();},'pVcvc':function(_0x18ebc5,_0x4cc12d){return _0x18ebc5!==_0x4cc12d;},'RIEkc':_0x3878a6(0x114),'WwNrv':'__bstackDriverInitReported','HMOxM':function(_0x3d9dd7,_0x36b562){return _0x3d9dd7(_0x36b562);},'yiHQs':function(_0x8a39c9,_0x3ad044,_0x10b2b6){return _0x8a39c9(_0x3ad044,_0x10b2b6);},'qlLUc':_0x3878a6(0x11d),'iGKZS':function(_0x37a9fa,_0xd3d52c){return _0x37a9fa(_0xd3d52c);},'lgOgk':function(_0x1e02d1,_0x50740f,_0x86368e,_0x6e9107,_0x2f6cdd){return _0x1e02d1(_0x50740f,_0x86368e,_0x6e9107,_0x2f6cdd);}},_0x5a88fc=_0xfd7d7c[_0x3878a6(0x151)](_logger);try{if(!_0x33b725||_0xfd7d7c['pVcvc'](typeof _0x33b725,_0xfd7d7c[_0x3878a6(0x135)]))return;if(_0x33b725[_0x3878a6(0x193)])return;try{const _0x41b5d3={};_0x41b5d3[_0x3878a6(0x141)]=!![],_0x41b5d3[_0x3878a6(0x182)]=![],Object[_0x3878a6(0x117)](_0x33b725,_0xfd7d7c[_0x3878a6(0x16d)],_0x41b5d3);}catch(_0xcb1c0f){}const _0x12d94b=_0x33b725['stack']||''+(_0x33b725[_0x3878a6(0x14a)]||_0xfd7d7c[_0x3878a6(0x161)](String,_0x33b725)),_0x56589f=_0xfd7d7c[_0x3878a6(0x12d)](_truncateToBytes,_0x3878a6(0x15e)+_0x12d94b,MAX_DRIVER_INIT_ERROR_BYTES),_0xf83c28=_0xfd7d7c[_0x3878a6(0x151)](_resolveConfig),_0x5479bd={'errorMessage':_0x56589f,'framework':process[_0x3878a6(0x190)]['BROWSERSTACK_FRAMEWORK']||global&&global['framework']||_frameworkHint||_0xfd7d7c['qlLUc'],'driverType':_0x3cea43,'event':EVENT_TAG,'timestamp':Date[_0x3878a6(0x123)](),'worker':process[_0x3878a6(0x190)][_0x3878a6(0x125)]||process[_0x3878a6(0x190)][_0x3878a6(0x11f)]||process[_0x3878a6(0x190)]['MOCHA_WORKER_ID']||_0xfd7d7c[_0x3878a6(0x17a)](String,process[_0x3878a6(0x13e)]),'platform':_0xfd7d7c[_0x3878a6(0x12d)](parseInt,process[_0x3878a6(0x190)][_0x3878a6(0x139)]||'0',0xa)||0x0,'sdkRunId':global&&global['sdkRunId']||process[_0x3878a6(0x190)][_0x3878a6(0x1a8)]||null};try{await _0xfd7d7c[_0x3878a6(0x150)](sendEdsEvent,EVENT_NAME,_0x5479bd,_0xf83c28[_0x3878a6(0x178)]||null,_0xf83c28);}catch(_0x3db9cb){_0x5a88fc[_0x3878a6(0x164)]('Failed\x20to\x20send\x20'+EVENT_NAME+'\x20to\x20EDS:\x20'+(_0x3db9cb&&_0x3db9cb['message']));}}catch(_0x5c76b4){_0x5a88fc['debug'](_0x3878a6(0x174)+EVENT_NAME+':\x20'+(_0x5c76b4&&_0x5c76b4['message']));}},installSeleniumDriverInitFailureCapture=()=>{const _0x386347=a135_0x476cae,_0x426b23={'aVmOj':function(_0x3ffcc4,_0x209d0b){return _0x3ffcc4(_0x209d0b);},'agQeE':function(_0xaa2f92,_0x11eaa3,_0x3459a4){return _0xaa2f92(_0x11eaa3,_0x3459a4);},'HiMkM':_0x386347(0x14c),'wvTOI':function(_0x314721,_0x127ebe){return _0x314721===_0x127ebe;},'RAOKi':'function','kVZnr':_0x386347(0x160),'APrll':function(_0x2df7fa,_0x5920a9){return _0x2df7fa===_0x5920a9;},'Dizgn':function(_0x4f8e8a,_0x47d0ff){return _0x4f8e8a===_0x47d0ff;}};if(_seleniumPatched)return;let _0x5e738c;try{_0x5e738c=_0x426b23[_0x386347(0x16c)](require,_0x426b23[_0x386347(0x12b)])[_0x386347(0x13b)]();}catch(_0x3fba3b){return;}if(!_0x5e738c||!_0x5e738c[_0x386347(0x142)]||!_0x5e738c[_0x386347(0x142)]['prototype'])return;const _0x1f8ca4=_0x5e738c[_0x386347(0x142)]['prototype'],_0xe16eb4=_0x1f8ca4[_0x386347(0x19b)],_0x586fdf=_0x1f8ca4[_0x386347(0x129)];_0x426b23[_0x386347(0x18d)](typeof _0xe16eb4,_0x426b23[_0x386347(0x15b)])&&(_0x1f8ca4['build']=function _0x3836fb(..._0x3cbfa8){const _0x5e9198=_0x386347;let _0x5ef3e4;try{_0x5ef3e4=_0xe16eb4[_0x5e9198(0x192)](this,_0x3cbfa8);}catch(_0x33fb22){_0x426b23['aVmOj'](_trackPending,_0x426b23[_0x5e9198(0x144)](instrumentDriverInitFailureEvent,_0x33fb22,_0x426b23[_0x5e9198(0x171)]));throw _0x33fb22;}return _0x5ef3e4&&_0x5ef3e4[_0x5e9198(0x18e)]&&_0x426b23['wvTOI'](typeof _0x5ef3e4['session_'][_0x5e9198(0x128)],_0x426b23['RAOKi'])&&_0x5ef3e4[_0x5e9198(0x18e)][_0x5e9198(0x128)](_0x5d19f7=>_trackPending(instrumentDriverInitFailureEvent(_0x5d19f7,_0x5e9198(0x14c)))),_0x5ef3e4;}),_0x426b23[_0x386347(0x188)](typeof _0x586fdf,_0x426b23[_0x386347(0x15b)])&&(_0x1f8ca4[_0x386347(0x129)]=async function _0x5cc22c(..._0x5eafe8){const _0x898807=_0x386347;try{return await _0x586fdf[_0x898807(0x192)](this,_0x5eafe8);}catch(_0x3b4188){_0x426b23[_0x898807(0x16c)](_trackPending,_0x426b23['agQeE'](instrumentDriverInitFailureEvent,_0x3b4188,_0x426b23['HiMkM']));throw _0x3b4188;}}),_seleniumPatched=!![];},installPlaywrightDriverInitFailureCapture=()=>{const _0x4dc661=a135_0x476cae,_0x2a204f={'rSDda':function(_0x478ac6,_0x2cd768){return _0x478ac6(_0x2cd768);},'vTqrh':function(_0x218883,_0xdc2ed9,_0x11c6d3){return _0x218883(_0xdc2ed9,_0x11c6d3);},'pZNXq':_0x4dc661(0x12e),'OVVpe':_0x4dc661(0x169),'kTNIB':_0x4dc661(0x119),'AuwbY':'connectOverCDP','HBdIk':'launch','XGAGW':'launchPersistentContext','JDdcW':function(_0x2f1a48,_0x4cc526){return _0x2f1a48!==_0x4cc526;},'MmzeM':_0x4dc661(0x132)};if(_playwrightPatched)return;let _0x114e25;try{_0x114e25=_0x2a204f['rSDda'](require,_0x2a204f['OVVpe'])[_0x4dc661(0x13f)]();}catch(_0x3281b7){return;}if(!_0x114e25||!_0x114e25['prototype'])return;for(const _0x372031 of[_0x2a204f['kTNIB'],_0x2a204f['AuwbY'],_0x2a204f[_0x4dc661(0x155)],_0x2a204f[_0x4dc661(0x118)]]){const _0x7c60d5=_0x114e25[_0x4dc661(0x158)][_0x372031];if(_0x2a204f[_0x4dc661(0x121)](typeof _0x7c60d5,_0x2a204f['MmzeM']))continue;_0x114e25[_0x4dc661(0x158)][_0x372031]=async function _0x1a71e0(..._0x1f27c6){const _0xc0b5e5=_0x4dc661;try{return await _0x7c60d5[_0xc0b5e5(0x192)](this,_0x1f27c6);}catch(_0x5be5dc){_0x2a204f[_0xc0b5e5(0x15a)](_trackPending,_0x2a204f[_0xc0b5e5(0x195)](instrumentDriverInitFailureEvent,_0x5be5dc,_0x2a204f[_0xc0b5e5(0x1a5)]));throw _0x5be5dc;}};}_playwrightPatched=!![];},installAll=_0xcc40fd=>{const _0x356bfa=a135_0x476cae,_0x5e1b5d={'Obnjl':function(_0x17f626,_0x5a8478){return _0x17f626||_0x5a8478;},'zAbNn':function(_0x416c97){return _0x416c97();},'qzKum':function(_0x4476c2){return _0x4476c2();}};_0xcc40fd&&(_frameworkHint=_0x5e1b5d['Obnjl'](_frameworkHint,_0xcc40fd),!process['env'][_0x356bfa(0x199)]&&(process[_0x356bfa(0x190)][_0x356bfa(0x199)]=_0xcc40fd));try{_0x5e1b5d[_0x356bfa(0x194)](installSeleniumDriverInitFailureCapture);}catch(_0x75ac76){}try{_0x5e1b5d[_0x356bfa(0x170)](installPlaywrightDriverInitFailureCapture);}catch(_0x1b3746){}},a135_0x1fb89c={};a135_0x1fb89c['instrumentDriverInitFailureEvent']=instrumentDriverInitFailureEvent,a135_0x1fb89c[a135_0x476cae(0x17d)]=sendEdsEvent,a135_0x1fb89c[a135_0x476cae(0x133)]=installSeleniumDriverInitFailureCapture,a135_0x1fb89c[a135_0x476cae(0x197)]=installPlaywrightDriverInitFailureCapture,a135_0x1fb89c[a135_0x476cae(0x137)]=installAll,a135_0x1fb89c[a135_0x476cae(0x134)]=_truncateToBytes,a135_0x1fb89c[a135_0x476cae(0x126)]=()=>{_seleniumPatched=![],_playwrightPatched=![];},module[a135_0x476cae(0x11a)]=a135_0x1fb89c;
@@ -1 +1 @@
1
- function a136_0xfe1a(_0x4b82b0,_0x31eb23){var _0xd9f20f=a136_0xd9f2();return a136_0xfe1a=function(_0xfe1a91,_0xc2ec74){_0xfe1a91=_0xfe1a91-0x126;var _0x1ca636=_0xd9f20f[_0xfe1a91];return _0x1ca636;},a136_0xfe1a(_0x4b82b0,_0x31eb23);}var a136_0x160ad1=a136_0xfe1a;(function(_0x4b6d81,_0x58d3c7){var _0x3260e2=a136_0xfe1a,_0x727083=_0x4b6d81();while(!![]){try{var _0x3c6722=-parseInt(_0x3260e2(0x132))/0x1+-parseInt(_0x3260e2(0x12e))/0x2*(-parseInt(_0x3260e2(0x12d))/0x3)+parseInt(_0x3260e2(0x130))/0x4+-parseInt(_0x3260e2(0x12b))/0x5*(-parseInt(_0x3260e2(0x127))/0x6)+parseInt(_0x3260e2(0x128))/0x7+parseInt(_0x3260e2(0x12f))/0x8+parseInt(_0x3260e2(0x12c))/0x9*(-parseInt(_0x3260e2(0x131))/0xa);if(_0x3c6722===_0x58d3c7)break;else _0x727083['push'](_0x727083['shift']());}catch(_0xf26c1f){_0x727083['push'](_0x727083['shift']());}}}(a136_0xd9f2,0xab7b1));class Global{static [a136_0x160ad1(0x129)];constructor(){var _0x443d26=a136_0x160ad1;if(Global['__instance'])return Global[_0x443d26(0x129)];this['browserStackGlobals']=global,Global[_0x443d26(0x129)]=this;}['setGlobal'](_0x12211a,_0x10cc21){this['browserStackGlobals'][_0x12211a]=_0x10cc21;}[a136_0x160ad1(0x126)](_0x2f9dc4){return this['browserStackGlobals'][_0x2f9dc4];}}module[a136_0x160ad1(0x12a)]=new Global();function a136_0xd9f2(){var _0x2acd0a=['9mkSAst','12qtHOTr','229148JCZYFj','11087824pyetEa','2598840aGtKMh','25439510YqmkPi','407340TgDlDP','getGlobal','97914fupCOC','7301dqPtHQ','__instance','exports','355JZBSgO'];a136_0xd9f2=function(){return _0x2acd0a;};return a136_0xd9f2();}
1
+ var a136_0x27e5a7=a136_0x1dca;function a136_0xc653(){var _0x5bd342=['1867632fOABOZ','browserStackGlobals','138799qLZdse','exports','178958kBfbzM','256815leLNeF','getGlobal','568976mPbCQA','3qXrubh','204090mZtKMB','49NMfhVN','__instance','1766277ZMiiib'];a136_0xc653=function(){return _0x5bd342;};return a136_0xc653();}function a136_0x1dca(_0x5a35c5,_0x562c25){var _0xc65313=a136_0xc653();return a136_0x1dca=function(_0x1dcaf7,_0x14ce98){_0x1dcaf7=_0x1dcaf7-0xf6;var _0x2afcdb=_0xc65313[_0x1dcaf7];return _0x2afcdb;},a136_0x1dca(_0x5a35c5,_0x562c25);}(function(_0x30b156,_0x529608){var _0x540ff8=a136_0x1dca,_0x1f8967=_0x30b156();while(!![]){try{var _0x1010d6=parseInt(_0x540ff8(0x102))/0x1+parseInt(_0x540ff8(0xf7))/0x2*(-parseInt(_0x540ff8(0xfb))/0x3)+-parseInt(_0x540ff8(0xfa))/0x4+-parseInt(_0x540ff8(0xf8))/0x5+-parseInt(_0x540ff8(0xfc))/0x6*(-parseInt(_0x540ff8(0xfd))/0x7)+parseInt(_0x540ff8(0x100))/0x8+-parseInt(_0x540ff8(0xff))/0x9;if(_0x1010d6===_0x529608)break;else _0x1f8967['push'](_0x1f8967['shift']());}catch(_0x55db3f){_0x1f8967['push'](_0x1f8967['shift']());}}}(a136_0xc653,0x1ffcb));class Global{static [a136_0x27e5a7(0xfe)];constructor(){var _0x796323=a136_0x27e5a7;if(Global[_0x796323(0xfe)])return Global[_0x796323(0xfe)];this['browserStackGlobals']=global,Global[_0x796323(0xfe)]=this;}['setGlobal'](_0xe239ff,_0xef787a){var _0x345a97=a136_0x27e5a7;this[_0x345a97(0x101)][_0xe239ff]=_0xef787a;}[a136_0x27e5a7(0xf9)](_0x5cfed8){return this['browserStackGlobals'][_0x5cfed8];}}module[a136_0x27e5a7(0xf6)]=new Global();