browserstack-node-sdk 1.42.7 → 1.43.0

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 (177) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/cucumber-sessionDetails.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/playwright-patcher.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test_before.setup.js +1 -1
  69. package/src/bin/launcher/launcher.js +1 -1
  70. package/src/bin/load/index.js +1 -1
  71. package/src/bin/load/loadUtils.js +1 -1
  72. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  73. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  74. package/src/bin/mocha/command.js +1 -1
  75. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  76. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  77. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  78. package/src/bin/mocha/test.setup.js +1 -1
  79. package/src/bin/nightwatch/command.js +1 -1
  80. package/src/bin/playwright/accessibility-helper.js +1 -1
  81. package/src/bin/playwright/command.js +1 -1
  82. package/src/bin/playwright/globalSetup.js +1 -1
  83. package/src/bin/playwright/mock-process.js +1 -1
  84. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  85. package/src/bin/playwright/patches.js +1 -1
  86. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  87. package/src/bin/playwright/reporter/reporter.js +1 -1
  88. package/src/bin/playwright/reporter/test-details.js +1 -1
  89. package/src/bin/playwright/sessionDetails.js +1 -1
  90. package/src/bin/runner.js +1 -1
  91. package/src/bin/setup.js +1 -1
  92. package/src/bin/test-runner/index.js +1 -1
  93. package/src/bin/test-runner/runTest.js +1 -1
  94. package/src/bin/test-runner/testWorker.js +1 -1
  95. package/src/bin/utils/constants.js +1 -1
  96. package/src/bin/utils/log4jsAppender.js +1 -1
  97. package/src/bin/utils/logPatcher.js +1 -1
  98. package/src/bin/utils/logReportingAPI.js +1 -1
  99. package/src/bin/v2/TestInfo.js +1 -1
  100. package/src/bin/v2/browserstackCLI.js +1 -1
  101. package/src/bin/v2/cliUtils.js +1 -1
  102. package/src/bin/v2/customTagManager.js +1 -1
  103. package/src/bin/v2/eventDispatcher.js +1 -1
  104. package/src/bin/v2/framework/automationFramework.js +1 -1
  105. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  106. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  107. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  108. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  109. package/src/bin/v2/framework/testFramework.js +1 -1
  110. package/src/bin/v2/grpcClient.js +1 -1
  111. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  112. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  113. package/src/bin/v2/instances/trackedContext.js +1 -1
  114. package/src/bin/v2/instances/trackedInstance.js +1 -1
  115. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  116. package/src/bin/v2/modules/baseModule.js +1 -1
  117. package/src/bin/v2/modules/observabilityModule.js +1 -1
  118. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  119. package/src/bin/v2/modules/testhubModule.js +1 -1
  120. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  121. package/src/bin/v2/state/hookState.js +1 -1
  122. package/src/bin/v2/state/testFrameworkState.js +1 -1
  123. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  124. package/src/bin/vanilla-js/command.js +1 -1
  125. package/src/browserStackSdk.js +1 -1
  126. package/src/helpers/BrowserStackSetup.js +1 -1
  127. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -0
  128. package/src/helpers/accessibility-automation/constants.js +1 -1
  129. package/src/helpers/accessibility-automation/helper.js +1 -1
  130. package/src/helpers/accessibility-automation/scripts.js +1 -1
  131. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  132. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  133. package/src/helpers/ats/constants.js +1 -1
  134. package/src/helpers/ats/helper.js +1 -1
  135. package/src/helpers/capsMapping.js +1 -1
  136. package/src/helpers/central-scanner/constants.js +1 -1
  137. package/src/helpers/central-scanner/helpers.js +1 -1
  138. package/src/helpers/classLogger.js +1 -1
  139. package/src/helpers/globals.js +1 -1
  140. package/src/helpers/helper.js +1 -1
  141. package/src/helpers/logger.js +1 -1
  142. package/src/helpers/metadata.js +1 -1
  143. package/src/helpers/patchHelper.js +1 -1
  144. package/src/helpers/patchHelpers.js +1 -1
  145. package/src/helpers/percy/Percy.js +1 -1
  146. package/src/helpers/percy/PercyBinary.js +1 -1
  147. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  148. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  149. package/src/helpers/percy/PercySDK.js +1 -1
  150. package/src/helpers/percy/index.js +1 -1
  151. package/src/helpers/percy/utils.js +1 -1
  152. package/src/helpers/performance/constants.js +1 -1
  153. package/src/helpers/performance/performance-tester.js +1 -1
  154. package/src/helpers/playwright-helper.js +1 -1
  155. package/src/helpers/processHelper.js +1 -1
  156. package/src/helpers/request-spy.js +1 -1
  157. package/src/helpers/setKeepAlive.js +1 -1
  158. package/src/helpers/test-observability/constants.js +1 -1
  159. package/src/helpers/test-observability/error-handler.js +1 -1
  160. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  161. package/src/helpers/test-observability/sessionHandler.js +1 -1
  162. package/src/helpers/test-observability/utils.js +1 -1
  163. package/src/helpers/test-orchestration/constants.js +1 -1
  164. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  165. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  166. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  167. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  168. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  169. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  170. package/src/helpers/testhub/constants.js +1 -1
  171. package/src/helpers/testhub/testhubHandler.js +1 -1
  172. package/src/helpers/testhub/utils.js +1 -1
  173. package/src/helpers/timeoutPromise.js +1 -1
  174. package/src/helpers/utilities.js +1 -1
  175. package/src/helpers/w3cMapping.js +1 -1
  176. package/src/hubAllocationMethods.js +1 -1
  177. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a92_0x518b(_0x5ee6b2,_0x568a1d){const _0x1a4373=a92_0x1a43();return a92_0x518b=function(_0x518b1a,_0x2bdb4f){_0x518b1a=_0x518b1a-0x1ec;let _0x34002b=_0x1a4373[_0x518b1a];return _0x34002b;},a92_0x518b(_0x5ee6b2,_0x568a1d);}const a92_0x1fade4=a92_0x518b;function a92_0x1a43(){const _0x48ce19=['IyKMm','turboScale','turboScaleOptions','2322510gIfeuU','medium','129364aAYtHT','57253enwOCP','isArray','TURBOSCALE_OPTIONS','LKNpd','136tRYnBp','TyrYr','env','NO_GRID_NAME_PASSED','getTurboScaleGridName','buildPriority','45LZDmaI','true','getTurboScaleOptions','477918YoTSRZ','12cjJuUV','split','BROWSERSTACK_TURBOSCALE_GRID_NAME','options','913788CvQKuq','BROWSERSTACK_BUILD_TAGS','../../bin/utils/constants','gridName','toString','733355ZgBUoQ','getTurboScaleCaps','qVQMm','BROWSERSTACK_BUILD_PRIORITY','1288126WjBDgb','buildTags'];a92_0x1a43=function(){return _0x48ce19;};return a92_0x1a43();}(function(_0x49c77d,_0x5d6c12){const _0xb00be0=a92_0x518b,_0xaef9bc=_0x49c77d();while(!![]){try{const _0x302e01=-parseInt(_0xb00be0(0x1f5))/0x1+-parseInt(_0xb00be0(0x203))/0x2+-parseInt(_0xb00be0(0x1f6))/0x3*(parseInt(_0xb00be0(0x20a))/0x4)+parseInt(_0xb00be0(0x1ff))/0x5+parseInt(_0xb00be0(0x1fa))/0x6+parseInt(_0xb00be0(0x20b))/0x7*(parseInt(_0xb00be0(0x1ec))/0x8)+-parseInt(_0xb00be0(0x1f2))/0x9*(-parseInt(_0xb00be0(0x208))/0xa);if(_0x302e01===_0x5d6c12)break;else _0xaef9bc['push'](_0xaef9bc['shift']());}catch(_0xb63877){_0xaef9bc['push'](_0xaef9bc['shift']());}}}(a92_0x1a43,0x54f12));const constants=require(a92_0x1fade4(0x1fc));exports[a92_0x1fade4(0x1f4)]=()=>{const _0x586024=a92_0x1fade4;if(!constants[_0x586024(0x20d)][_0x586024(0x1f9)])return{};return constants[_0x586024(0x20d)][_0x586024(0x1f9)];},exports[a92_0x1fade4(0x1f0)]=_0x4591cc=>{const _0x79e3b4=a92_0x1fade4,_0x20c888={};_0x20c888[_0x79e3b4(0x20e)]=_0x79e3b4(0x1ef);const _0x154d18=_0x20c888;if(_0x4591cc[_0x79e3b4(0x207)]&&_0x4591cc[_0x79e3b4(0x207)][_0x79e3b4(0x1fd)])return _0x4591cc['turboScaleOptions'][_0x79e3b4(0x1fd)];if(process[_0x79e3b4(0x1ee)][_0x79e3b4(0x1f8)])return process['env'][_0x79e3b4(0x1f8)];return _0x154d18[_0x79e3b4(0x20e)];},exports['isTurboScaleSession']=_0xb476a0=>{const _0x1ca083=a92_0x1fade4,_0x524048={};_0x524048[_0x1ca083(0x1ed)]=function(_0x3ff613,_0x3f2d69){return _0x3ff613===_0x3f2d69;},_0x524048[_0x1ca083(0x205)]=_0x1ca083(0x1f3);const _0x51a8ce=_0x524048;return _0xb476a0&&_0xb476a0[_0x1ca083(0x206)]&&_0x51a8ce['TyrYr'](_0xb476a0[_0x1ca083(0x206)][_0x1ca083(0x1fe)]()['toLowerCase'](),_0x51a8ce[_0x1ca083(0x205)]);},exports[a92_0x1fade4(0x200)]=(_0x8ff627,_0x409fc9,_0x2a1a83)=>{const _0x22a64d=a92_0x1fade4,_0x850632={};_0x850632[_0x22a64d(0x201)]=_0x22a64d(0x209);const _0x2b693e=_0x850632,_0x300f50={};_0x300f50['buildPriority']=_0x2b693e[_0x22a64d(0x201)];_0x8ff627[_0x22a64d(0x204)]&&(_0x300f50[_0x22a64d(0x204)]=Array[_0x22a64d(0x20c)](_0x8ff627[_0x22a64d(0x204)])?_0x8ff627['buildTags']:_0x8ff627['buildTags'][_0x22a64d(0x1f7)](','));if(process[_0x22a64d(0x1ee)][_0x22a64d(0x1fb)])try{_0x300f50[_0x22a64d(0x204)]=process['env'][_0x22a64d(0x1fb)][_0x22a64d(0x1f7)](',');}catch{_0x300f50[_0x22a64d(0x204)]=process[_0x22a64d(0x1ee)][_0x22a64d(0x1fb)];}return _0x8ff627[_0x22a64d(0x1f1)]&&(_0x300f50['buildPriority']=_0x8ff627['buildPriority']),process[_0x22a64d(0x1ee)][_0x22a64d(0x202)]&&(_0x300f50[_0x22a64d(0x1f1)]=process[_0x22a64d(0x1ee)][_0x22a64d(0x202)]),_0x300f50;};
1
+ function a93_0xb09c(_0x18a610,_0x18eb0c){const _0x4eab6c=a93_0x4eab();return a93_0xb09c=function(_0xb09c36,_0x16cb4c){_0xb09c36=_0xb09c36-0x156;let _0x1a72de=_0x4eab6c[_0xb09c36];return _0x1a72de;},a93_0xb09c(_0x18a610,_0x18eb0c);}const a93_0x4c6d13=a93_0xb09c;function a93_0x4eab(){const _0x293867=['getTurboScaleOptions','49890tHYfBA','4424870YBXbaE','toString','gridName','5481760dJgyoR','27pYbPHu','getTurboScaleCaps','split','TURBOSCALE_OPTIONS','sxmXH','medium','buildPriority','1667650WiHeej','BROWSERSTACK_BUILD_PRIORITY','getTurboScaleGridName','90rtmmAo','oeCyn','turboScaleOptions','../../bin/utils/constants','EqgKu','561606njMWAs','7rnZHmN','BROWSERSTACK_TURBOSCALE_GRID_NAME','isArray','buildTags','true','env','turboScale','isTurboScaleSession','153872wmjARH','BROWSERSTACK_BUILD_TAGS','2974736UCmRZu','options','toLowerCase'];a93_0x4eab=function(){return _0x293867;};return a93_0x4eab();}(function(_0x409a61,_0x81c5b0){const _0x1a869c=a93_0xb09c,_0x3ad5ea=_0x409a61();while(!![]){try{const _0x3b1455=parseInt(_0x1a869c(0x15d))/0x1+-parseInt(_0x1a869c(0x172))/0x2*(parseInt(_0x1a869c(0x163))/0x3)+-parseInt(_0x1a869c(0x15f))/0x4+parseInt(_0x1a869c(0x164))/0x5+parseInt(_0x1a869c(0x177))/0x6*(-parseInt(_0x1a869c(0x178))/0x7)+parseInt(_0x1a869c(0x167))/0x8+-parseInt(_0x1a869c(0x168))/0x9*(-parseInt(_0x1a869c(0x16f))/0xa);if(_0x3b1455===_0x81c5b0)break;else _0x3ad5ea['push'](_0x3ad5ea['shift']());}catch(_0x1fecfa){_0x3ad5ea['push'](_0x3ad5ea['shift']());}}}(a93_0x4eab,0x9bf06));const constants=require(a93_0x4c6d13(0x175));exports[a93_0x4c6d13(0x162)]=()=>{const _0x29615a=a93_0x4c6d13;if(!constants['TURBOSCALE_OPTIONS']['options'])return{};return constants[_0x29615a(0x16b)][_0x29615a(0x160)];},exports[a93_0x4c6d13(0x171)]=_0x526d26=>{const _0x190ae8=a93_0x4c6d13,_0x1ce77a={};_0x1ce77a[_0x190ae8(0x16c)]='NO_GRID_NAME_PASSED';const _0x3e5668=_0x1ce77a;if(_0x526d26['turboScaleOptions']&&_0x526d26[_0x190ae8(0x174)]['gridName'])return _0x526d26[_0x190ae8(0x174)][_0x190ae8(0x166)];if(process[_0x190ae8(0x15a)][_0x190ae8(0x156)])return process[_0x190ae8(0x15a)][_0x190ae8(0x156)];return _0x3e5668['sxmXH'];},exports[a93_0x4c6d13(0x15c)]=_0x48e781=>{const _0x1970d5=a93_0x4c6d13,_0x39018c={};_0x39018c[_0x1970d5(0x173)]=function(_0x9e6822,_0x3735ae){return _0x9e6822===_0x3735ae;},_0x39018c[_0x1970d5(0x176)]=_0x1970d5(0x159);const _0x5a1e84=_0x39018c;return _0x48e781&&_0x48e781[_0x1970d5(0x15b)]&&_0x5a1e84[_0x1970d5(0x173)](_0x48e781[_0x1970d5(0x15b)][_0x1970d5(0x165)]()[_0x1970d5(0x161)](),_0x5a1e84['EqgKu']);},exports[a93_0x4c6d13(0x169)]=(_0x241bca,_0x70045d,_0x5dd2ea)=>{const _0x1cfabc=a93_0x4c6d13,_0x55627f={};_0x55627f['SIeva']=_0x1cfabc(0x16d);const _0x52e0a4=_0x55627f,_0x3a5780={};_0x3a5780[_0x1cfabc(0x16e)]=_0x52e0a4['SIeva'];_0x241bca[_0x1cfabc(0x158)]&&(_0x3a5780[_0x1cfabc(0x158)]=Array[_0x1cfabc(0x157)](_0x241bca[_0x1cfabc(0x158)])?_0x241bca[_0x1cfabc(0x158)]:_0x241bca['buildTags'][_0x1cfabc(0x16a)](','));if(process[_0x1cfabc(0x15a)]['BROWSERSTACK_BUILD_TAGS'])try{_0x3a5780['buildTags']=process[_0x1cfabc(0x15a)][_0x1cfabc(0x15e)][_0x1cfabc(0x16a)](',');}catch{_0x3a5780[_0x1cfabc(0x158)]=process[_0x1cfabc(0x15a)][_0x1cfabc(0x15e)];}return _0x241bca[_0x1cfabc(0x16e)]&&(_0x3a5780[_0x1cfabc(0x16e)]=_0x241bca[_0x1cfabc(0x16e)]),process[_0x1cfabc(0x15a)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x3a5780[_0x1cfabc(0x16e)]=process[_0x1cfabc(0x15a)][_0x1cfabc(0x170)]),_0x3a5780;};
@@ -1 +1 @@
1
- var a93_0x5a506e=a93_0x3d04;function a93_0x3d04(_0xddeb6d,_0x2b67f5){var _0xcb2006=a93_0xcb20();return a93_0x3d04=function(_0x3d04bf,_0xc64d2d){_0x3d04bf=_0x3d04bf-0xd7;var _0x2c3c2d=_0xcb2006[_0x3d04bf];return _0x2c3c2d;},a93_0x3d04(_0xddeb6d,_0x2b67f5);}(function(_0x1e6910,_0x4c83b4){var _0x52bf69=a93_0x3d04,_0x27dddc=_0x1e6910();while(!![]){try{var _0x26a60f=parseInt(_0x52bf69(0x178))/0x1*(-parseInt(_0x52bf69(0x17a))/0x2)+-parseInt(_0x52bf69(0x18f))/0x3*(-parseInt(_0x52bf69(0x122))/0x4)+-parseInt(_0x52bf69(0x187))/0x5+parseInt(_0x52bf69(0x11e))/0x6*(-parseInt(_0x52bf69(0x14f))/0x7)+-parseInt(_0x52bf69(0x128))/0x8+-parseInt(_0x52bf69(0x10c))/0x9+parseInt(_0x52bf69(0x147))/0xa;if(_0x26a60f===_0x4c83b4)break;else _0x27dddc['push'](_0x27dddc['shift']());}catch(_0x31e0da){_0x27dddc['push'](_0x27dddc['shift']());}}}(a93_0xcb20,0xec28e),exports['CLICapsMapping']=()=>{var _0x1b240f=a93_0x3d04,_0x492a32={};_0x492a32[_0x1b240f(0x149)]='browserstack.user_name',_0x492a32[_0x1b240f(0x148)]=_0x1b240f(0x19d),_0x492a32[_0x1b240f(0xde)]='browserstack.access_key',_0x492a32[_0x1b240f(0xfb)]=_0x1b240f(0x150),_0x492a32[_0x1b240f(0x14e)]=_0x1b240f(0xdf),_0x492a32[_0x1b240f(0x172)]=_0x1b240f(0x18b),_0x492a32[_0x1b240f(0x19a)]='browserstack.buildIdentifier',_0x492a32[_0x1b240f(0x184)]=_0x1b240f(0x111),_0x492a32[_0x1b240f(0xea)]='browserstack.parallelsPerPlatform',_0x492a32[_0x1b240f(0x179)]=_0x1b240f(0x110),_0x492a32[_0x1b240f(0xf9)]=_0x1b240f(0x175),_0x492a32[_0x1b240f(0x142)]=_0x1b240f(0xf5),_0x492a32[_0x1b240f(0x1aa)]=_0x1b240f(0x141),_0x492a32[_0x1b240f(0x1a7)]='browserstack.logLevel',_0x492a32[_0x1b240f(0xe7)]=_0x1b240f(0x106),_0x492a32[_0x1b240f(0x11c)]=_0x1b240f(0x127),_0x492a32[_0x1b240f(0x126)]=_0x1b240f(0x10e),_0x492a32[_0x1b240f(0x151)]=_0x1b240f(0x195),_0x492a32[_0x1b240f(0x180)]='browserstack.testOrchestration.retryTestsOnFailure',_0x492a32['SgIHB']=_0x1b240f(0xf8),_0x492a32[_0x1b240f(0x144)]=_0x1b240f(0x169),_0x492a32[_0x1b240f(0xfa)]=_0x1b240f(0x17b),_0x492a32[_0x1b240f(0x18a)]=_0x1b240f(0x10b);var _0x3db5c0=_0x492a32,_0x357d9f={};return _0x357d9f[_0x1b240f(0x108)]=[_0x3db5c0[_0x1b240f(0x149)],_0x3db5c0['OPtNG']],_0x357d9f['accessKey']=[_0x3db5c0[_0x1b240f(0xde)],_0x3db5c0['tRtgu']],_0x357d9f[_0x1b240f(0x134)]=[_0x3db5c0[_0x1b240f(0x14e)]],_0x357d9f[_0x1b240f(0x12e)]=[_0x3db5c0['OGmUN']],_0x357d9f[_0x1b240f(0xe9)]=[_0x3db5c0[_0x1b240f(0x19a)]],_0x357d9f[_0x1b240f(0x176)]=[_0x3db5c0[_0x1b240f(0x184)],_0x3db5c0[_0x1b240f(0xea)]],_0x357d9f[_0x1b240f(0x1a9)]=[_0x3db5c0[_0x1b240f(0x179)]],_0x357d9f[_0x1b240f(0x188)]=[_0x3db5c0[_0x1b240f(0xf9)]],_0x357d9f['rerunTests']=[_0x3db5c0[_0x1b240f(0x142)]],_0x357d9f['app']=[_0x3db5c0[_0x1b240f(0x1aa)]],_0x357d9f[_0x1b240f(0x196)]=[_0x3db5c0[_0x1b240f(0x1a7)]],_0x357d9f['automation']=[_0x3db5c0[_0x1b240f(0xe7)]],_0x357d9f[_0x1b240f(0x118)]=[_0x3db5c0[_0x1b240f(0x11c)]],_0x357d9f[_0x1b240f(0x195)]=[_0x3db5c0[_0x1b240f(0x126)],_0x3db5c0['llnjI']],_0x357d9f[_0x1b240f(0x130)]=[_0x3db5c0[_0x1b240f(0x180)]],_0x357d9f[_0x1b240f(0xe6)]=[_0x3db5c0[_0x1b240f(0x15b)]],_0x357d9f[_0x1b240f(0xf3)]=[_0x3db5c0[_0x1b240f(0x144)]],_0x357d9f[_0x1b240f(0xef)]=[_0x3db5c0['JNCIe']],_0x357d9f[_0x1b240f(0x191)]=[_0x3db5c0[_0x1b240f(0x18a)]],_0x357d9f;},exports[a93_0x5a506e(0x162)]=()=>{var _0x10e8e9=a93_0x5a506e,_0x342f7c={};_0x342f7c[_0x10e8e9(0x103)]=_0x10e8e9(0xe8),_0x342f7c[_0x10e8e9(0x15d)]=_0x10e8e9(0x198),_0x342f7c[_0x10e8e9(0x109)]=_0x10e8e9(0x192),_0x342f7c['ykWOG']=_0x10e8e9(0x157),_0x342f7c['VcHEX']='BROWSERSTACK_PROJECT_NAME',_0x342f7c['QvFGj']=_0x10e8e9(0x1a3),_0x342f7c[_0x10e8e9(0x10a)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x342f7c['GNtSc']=_0x10e8e9(0x115),_0x342f7c[_0x10e8e9(0x13a)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x342f7c[_0x10e8e9(0x159)]='BROWSERSTACK_RERUN_TESTS',_0x342f7c[_0x10e8e9(0x107)]=_0x10e8e9(0x120),_0x342f7c[_0x10e8e9(0x114)]=_0x10e8e9(0x1a2),_0x342f7c[_0x10e8e9(0x167)]=_0x10e8e9(0x138),_0x342f7c['KOWIs']=_0x10e8e9(0x155),_0x342f7c[_0x10e8e9(0x166)]=_0x10e8e9(0xf2),_0x342f7c['tNYKY']='BROWSERSTACK_LOG_DIR';var _0x440f23=_0x342f7c,_0x20dba7={};return _0x20dba7['userName']=[_0x440f23[_0x10e8e9(0x103)],_0x440f23[_0x10e8e9(0x15d)]],_0x20dba7[_0x10e8e9(0xfe)]=[_0x440f23['YEOxS']],_0x20dba7[_0x10e8e9(0x134)]=[_0x440f23['ykWOG']],_0x20dba7[_0x10e8e9(0x12e)]=[_0x440f23[_0x10e8e9(0xeb)]],_0x20dba7['buildIdentifier']=[_0x440f23[_0x10e8e9(0x139)]],_0x20dba7['parallelsPerPlatform']=[_0x440f23[_0x10e8e9(0x10a)]],_0x20dba7[_0x10e8e9(0x1a9)]=[_0x440f23[_0x10e8e9(0xf4)]],_0x20dba7[_0x10e8e9(0x188)]=[_0x440f23['ggVlC']],_0x20dba7[_0x10e8e9(0x15f)]=[_0x440f23[_0x10e8e9(0x159)]],_0x20dba7[_0x10e8e9(0x1a8)]=[_0x440f23['IDZEz'],_0x440f23[_0x10e8e9(0x114)]],_0x20dba7['logLevel']=[_0x440f23[_0x10e8e9(0x167)],_0x440f23[_0x10e8e9(0x189)]],_0x20dba7[_0x10e8e9(0x116)]=[_0x440f23[_0x10e8e9(0x166)]],_0x20dba7[_0x10e8e9(0x118)]=[_0x440f23['tNYKY']],_0x20dba7;},exports[a93_0x5a506e(0x131)]=()=>[a93_0x5a506e(0xda),a93_0x5a506e(0x16a),a93_0x5a506e(0xdc),a93_0x5a506e(0xe0),a93_0x5a506e(0x1a8),a93_0x5a506e(0x140),a93_0x5a506e(0x16c),a93_0x5a506e(0x1a1),'orientation',a93_0x5a506e(0x10d),a93_0x5a506e(0x11d),'fullReset','clearSystemFiles',a93_0x5a506e(0xfd),a93_0x5a506e(0x170),a93_0x5a506e(0x16e),'printPageSourceOnFindFailure',a93_0x5a506e(0x14d),a93_0x5a506e(0xf1),a93_0x5a506e(0x14c),a93_0x5a506e(0xe3),a93_0x5a506e(0xe4),a93_0x5a506e(0xf0),a93_0x5a506e(0x112),a93_0x5a506e(0x16d),a93_0x5a506e(0x136),a93_0x5a506e(0x13c),a93_0x5a506e(0x11b),a93_0x5a506e(0x129),'androidInstallTimeout',a93_0x5a506e(0x12d),a93_0x5a506e(0xfc),a93_0x5a506e(0x164),a93_0x5a506e(0x18d),a93_0x5a506e(0x12f),a93_0x5a506e(0xf6),a93_0x5a506e(0xd7),a93_0x5a506e(0x105),'keyAlias',a93_0x5a506e(0x1a0),a93_0x5a506e(0x171),a93_0x5a506e(0x173),'chromedriverExecutableDir',a93_0x5a506e(0x168),a93_0x5a506e(0x135),'chromedriverPort',a93_0x5a506e(0x152),'chromedriverDisableBuildCheck',a93_0x5a506e(0x132),a93_0x5a506e(0x16b),a93_0x5a506e(0x17c),a93_0x5a506e(0xff),a93_0x5a506e(0x15a),a93_0x5a506e(0x133),a93_0x5a506e(0x186),a93_0x5a506e(0x161),a93_0x5a506e(0x1a5),'ignoreUnimportantViews',a93_0x5a506e(0x13e),a93_0x5a506e(0xe2),a93_0x5a506e(0x146),a93_0x5a506e(0x177),'androidScreenshotPath','networkSpeed',a93_0x5a506e(0x15e),a93_0x5a506e(0x11a),a93_0x5a506e(0x19c),a93_0x5a506e(0x13f),'skipDeviceInitialization',a93_0x5a506e(0x16f),a93_0x5a506e(0x121),a93_0x5a506e(0x194),a93_0x5a506e(0x193),'skipUnlock',a93_0x5a506e(0x125),a93_0x5a506e(0x19e),a93_0x5a506e(0x137),a93_0x5a506e(0x119),'uninstallOtherPackages',a93_0x5a506e(0x117),a93_0x5a506e(0x174),a93_0x5a506e(0x102),a93_0x5a506e(0x185),'webviewDevtoolsPort',a93_0x5a506e(0x101),a93_0x5a506e(0x10f),a93_0x5a506e(0x160),a93_0x5a506e(0x183),a93_0x5a506e(0x12a),a93_0x5a506e(0x17d),a93_0x5a506e(0x13d),'autoAcceptAlerts',a93_0x5a506e(0x153),a93_0x5a506e(0xd8),a93_0x5a506e(0x124),'safariInitialUrl',a93_0x5a506e(0xed),a93_0x5a506e(0x104),a93_0x5a506e(0x190),a93_0x5a506e(0x181),a93_0x5a506e(0x182),a93_0x5a506e(0x1a4),a93_0x5a506e(0x197),'showIOSLog',a93_0x5a506e(0x11f),a93_0x5a506e(0xd9),'screenshotWaitTimeout',a93_0x5a506e(0x14b),a93_0x5a506e(0x17e),a93_0x5a506e(0xdd),a93_0x5a506e(0xe1),a93_0x5a506e(0x1a6),'waitForAppScript','webviewConnectRetries',a93_0x5a506e(0x145),a93_0x5a506e(0xee),a93_0x5a506e(0x163),a93_0x5a506e(0x18c),a93_0x5a506e(0x154),a93_0x5a506e(0x199),a93_0x5a506e(0x18e),a93_0x5a506e(0x17f),'keychainPassword',a93_0x5a506e(0x13b),a93_0x5a506e(0xe5),'webDriverAgentUrl',a93_0x5a506e(0x165),a93_0x5a506e(0x19f),'wdaLaunchTimeout',a93_0x5a506e(0x15c),a93_0x5a506e(0x143),a93_0x5a506e(0x19b),'updatedWDABundleId','resetOnSessionStartOnly',a93_0x5a506e(0x158),a93_0x5a506e(0x156),'wdaStartupRetryInterval',a93_0x5a506e(0xec),a93_0x5a506e(0x123),a93_0x5a506e(0x12b),'useCarthageSsl',a93_0x5a506e(0x12c),a93_0x5a506e(0xdb),a93_0x5a506e(0x113),'ignoreHiddenApiPolicyError',a93_0x5a506e(0xf7),'logcatFormat',a93_0x5a506e(0x14a),a93_0x5a506e(0x100)]);function a93_0xcb20(){var _0x12a6d9=['autoLaunch','BROWSERSTACK_OBSERVABILITY_DEBUG','QvFGj','ggVlC','usePrebuiltWDA','androidDeviceReadyTimeout','locationServicesAuthorized','disableAndroidWatchers','localeScript','udid','browserstack.app','MbbaE','xcodeOrgId','VwXbq','appName','recreateChromeDriverSessions','65839090vUJUgK','OPtNG','KjMQN','logcatFilterSpecs','remoteDebugProxy','appWaitActivity','appActivity','ojlaa','178633jaoPtc','browserstack.accessKey','llnjI','chromedriverPorts','autoDismissAlerts','wdaLocalPort','BROWSERSTACK_TEST_REPORTING_DEBUG','wdaStartupRetries','BROWSERSTACK_BUILD_NAME','commandTimeouts','pjKsh','optionalIntentArguments','SgIHB','wdaConnectionTimeout','TRTVq','gpsEnabled','rerunTests','calendarFormat','resetKeyboard','EnvCapsMapping','tapWithShortPressDuration','avdLaunchTimeout','keychainPath','EFjAI','Ffpes','chromedriverChromeMappingFile','browserstack.testOrchestration.runPreviouslyFailedFirst','platformVersion','intentAction','language','androidCoverage','otherApps','autoGrantPermissions','enablePerformanceLogging','chromedriverExecutable','OGmUN','chromedriverArgs','buildToolsVersion','browserstack.localIdentifier','parallelsPerPlatform','nativeWebScreenshot','3YKaCNj','ssUcL','923932oBpFKZ','browserstack.testOrchestration.rerunPreviouslyFailed','intentCategory','locationServicesEnabled','enableAsyncExecuteFromHttps','xcodeConfigFile','IRlHt','keepKeyChains','localizableStringsDir','bundleId','xlYDQ','ensureWebviewsHavePages','unicodeKeyboard','8858210uiTfjr','localIdentifier','KOWIs','QTibn','browserstack.projectName','scaleFactor','avdReadyTimeout','iosInstallPause','3640044ktnBEu','safariOpenLinksInBackground','skipFlakyandFailed','BROWSERSTACK_ACCESS_KEY','remoteAdbHost','systemPort','browserstackConfigFile','logLevel','interKeyDelay','BROWSERSTACK_USER_NAME','showXcodeLog','TlVCB','xcodeSigningId','adbExecTimeout','browserstack.userName','unlockKey','useNewWDA','keyPassword','locale','BROWSERSTACK_APP','BROWSERSTACK_BUILD_IDENTIFIER','processArguments','noSign','fullContextList','lBkHr','app','browserstackLocal','JrrJn','keystorePath','nativeInstrumentsLib','webkitResponseTimeout','automationName','startIWDP','deviceName','skipLogCapture','GxVSQ','browserstack.buildName','newCommandTimeout','webkitDebugProxyPort','chromeOptions','appWaitPackage','appWaitDuration','preventWDAAttachments','abortBuildOnFailure','OkkVg','BROWSERSTACK_USERNAME','buildIdentifier','Bdbdu','VcHEX','connectHardwareKeyboard','safariAllowPopups','customSSLCert','rerunPreviouslyFailed','deviceReadyTimeout','appPackage','BROWSERSTACK_AUTOMATION','runPreviouslyFailedFirst','GNtSc','browserstack.rerunTests','useKeystore','mockLocationApp','browserstack.testOrchestration.abortBuildOnFailure','RGrBj','JNCIe','tRtgu','avd','eventTimings','accessKey','intentFlags','allowDelayAdb','enableWebviewDetailsCollection','enforceAppInstall','wotwU','safariIgnoreFraudWarning','keystorePassword','browserstack.automation','IDZEz','userName','YEOxS','YHqhb','browserstack.testOrchestration.skipFlakyandFailed','12951801HftqKL','autoWebview','browserstack.config','remoteAppsCacheLimit','browserstack.local','browserstack.ppp','allowTestPackages','allowTouchIdEnroll','ORSsE','BROWSERSTACK_LOCAL','automation','disableWindowAnimation','logDir','skipLogcatCapture','isHeadless','adbPort','IeqFS','noReset','102qlDkIb','sendKeyStrategy','BROWSERSTACK_APP_ID','androidNaturalOrientation','4ZWHYmd','maxTypingFrequency','nativeWebTap','unlockType','QPkPu','browserstack.logDir','14395960VberbT','androidDeviceSocket','launchTimeout','simpleIsVisibleCheck','shouldUseSingletonTestManager','androidInstallPath','projectName','avdArgs','retryTestsOnFailure','AppiumCaps','autoWebviewTimeout','dontStopAppOnReset','buildName','chromedriverUseSystemExecutable','androidCoverageEndIntent'];a93_0xcb20=function(){return _0x12a6d9;};return a93_0xcb20();}
1
+ function a94_0x21a1(){var _0x409fb2=['wdaLocalPort','rtiIz','FAhAe','BROWSERSTACK_APP','BROWSERSTACK_USERNAME','browserstack.testOrchestration.retryTestsOnFailure','browserstack.accessKey','Fienr','MOJNq','mxCdL','browserstack.testOrchestration.rerunPreviouslyFailed','skipLogcatCapture','keystorePath','webviewConnectRetries','2706110BvMJCG','disableWindowAnimation','userName','launchTimeout','browserstack.app','stVkt','CLICapsMapping','useKeystore','QbkLt','wdaStartupRetries','432700hMifLM','noSign','browserstack.config','androidCoverageEndIntent','appWaitDuration','webDriverAgentUrl','dOhTR','164hnVbmb','BROWSERSTACK_APP_ID','buildIdentifier','BROWSERSTACK_RERUN_TESTS','enforceAppInstall','commandTimeouts','qoeqk','chromedriverArgs','EViAn','adbExecTimeout','rerunTests','interKeyDelay','browserstack.testOrchestration.abortBuildOnFailure','jqZoA','androidCoverage','FXBlX','remoteDebugProxy','projectName','skipDeviceInitialization','unicodeKeyboard','adbPort','unlockKey','keychainPassword','ensureWebviewsHavePages','3743136zjqHot','4965779oZQpcv','54GXwLQG','localIdentifier','tapWithShortPressDuration','ignoreUnimportantViews','rzspc','zhliJ','20958DYDqsl','keyPassword','Kspxz','keychainPath','platformVersion','chromedriverChromeMappingFile','chromeOptions','avd','vHLzx','BROWSERSTACK_BUILD_IDENTIFIER','uninstallOtherPackages','logLevel','androidInstallTimeout','avdLaunchTimeout','chromedriverDisableBuildCheck','browserstack.userName','localizableStringsDir','skipFlakyandFailed','gpsEnabled','browserstack.rerunTests','intentAction','browserstack.user_name','aWZIZ','disableAndroidWatchers','hycbs','appName','autoAcceptAlerts','otherApps','remoteAppsCacheLimit','systemPort','browserstackConfigFile','locationServicesAuthorized','BROWSERSTACK_PROJECT_NAME','automation','remoteAdbHost','abortBuildOnFailure','safariIgnoreFraudWarning','wdaStartupRetryInterval','maxTypingFrequency','safariOpenLinksInBackground','safariInitialUrl','EnvCapsMapping','RdBnL','sCHGy','nMhWN','noReset','buildToolsVersion','browserstackLocal','chromedriverPorts','autoDismissAlerts','locale','wdaLaunchTimeout','enableWebviewDetailsCollection','appWaitActivity','unlockType','browserstack.local','browserstack.localIdentifier','androidScreenshotPath','BROWSERSTACK_LOCAL','rerunPreviouslyFailed','kxOlt','clearSystemFiles','BROWSERSTACK_TEST_REPORTING_DEBUG','updatedWDABundleId','BROWSERSTACK_LOCAL_IDENTIFIER','deviceReadyTimeout','appWaitPackage','sendKeyStrategy','browserstack.buildName','iaqKq','preventWDAAttachments','allowTouchIdEnroll','keyAlias','logcatFormat','orientation','logcatFilterSpecs','BROWSERSTACK_AUTOMATION','1598070rVvIwU','parallelsPerPlatform','browserstack.testOrchestration.runPreviouslyFailedFirst','36EmxJft','allowDelayAdb','appActivity','retryTestsOnFailure','keystorePassword','resetOnSessionStartOnly','xgpzC','RXtfT','locationServicesEnabled','xcodeSigningId','resetKeyboard','networkSpeed','BROWSERSTACK_ACCESS_KEY','chromedriverExecutable','41358htEojP','androidDeviceSocket','CXtuv','BROWSERSTACK_USER_NAME','optionalIntentArguments','tAAhb','useCarthageSsl','wdaConnectionTimeout','buildName','zQFmu','browserstack.logDir','printPageSourceOnFindFailure','chromedriverPort','simpleIsVisibleCheck','Kszus','androidNaturalOrientation','nativeWebScreenshot','bbiwN','BROWSERSTACK_LOG_DIR','app','shouldUseSingletonTestManager','webviewDevtoolsPort','localeScript','VqYHb','browserstack.testOrchestration.skipFlakyandFailed','automationName','djwMb','kEjBj','nfxsm','dEKWU','eventTimings','allowTestPackages','skipLogCapture','fullReset','chromedriverUseSystemExecutable','runPreviouslyFailedFirst','browserstack.access_key','waitForAppScript','autoWebviewTimeout','xyRps','AFzVg','customSSLCert'];a94_0x21a1=function(){return _0x409fb2;};return a94_0x21a1();}function a94_0x5f3c(_0x4022c1,_0x413a1b){var _0x21a1e5=a94_0x21a1();return a94_0x5f3c=function(_0x5f3cfa,_0xd277a6){_0x5f3cfa=_0x5f3cfa-0xdc;var _0x5f1718=_0x21a1e5[_0x5f3cfa];return _0x5f1718;},a94_0x5f3c(_0x4022c1,_0x413a1b);}var a94_0x19668c=a94_0x5f3c;(function(_0x46668f,_0x56d33e){var _0x43d080=a94_0x5f3c,_0x6d5770=_0x46668f();while(!![]){try{var _0x206271=-parseInt(_0x43d080(0x101))/0x1*(parseInt(_0x43d080(0x151))/0x2)+parseInt(_0x43d080(0x15f))/0x3*(-parseInt(_0x43d080(0xe1))/0x4)+parseInt(_0x43d080(0x197))/0x5+parseInt(_0x43d080(0x14e))/0x6+parseInt(_0x43d080(0xfa))/0x7+-parseInt(_0x43d080(0xf9))/0x8+-parseInt(_0x43d080(0xfb))/0x9*(-parseInt(_0x43d080(0x1a1))/0xa);if(_0x206271===_0x56d33e)break;else _0x6d5770['push'](_0x6d5770['shift']());}catch(_0x1de5ca){_0x6d5770['push'](_0x6d5770['shift']());}}}(a94_0x21a1,0x5968e),exports[a94_0x19668c(0x19d)]=()=>{var _0x44c008=a94_0x19668c,_0x3b3301={};_0x3b3301['rtiIz']=_0x44c008(0x116),_0x3b3301['RdBnL']=_0x44c008(0x110),_0x3b3301[_0x44c008(0x168)]=_0x44c008(0x183),_0x3b3301[_0x44c008(0x119)]=_0x44c008(0x18f),_0x3b3301[_0x44c008(0x117)]=_0x44c008(0x145),_0x3b3301[_0x44c008(0x16d)]='browserstack.projectName',_0x3b3301[_0x44c008(0x19c)]='browserstack.buildIdentifier',_0x3b3301[_0x44c008(0xe0)]='browserstack.ppp',_0x3b3301['AFzVg']='browserstack.parallelsPerPlatform',_0x3b3301[_0x44c008(0x170)]=_0x44c008(0x138),_0x3b3301[_0x44c008(0xff)]=_0x44c008(0x139),_0x3b3301[_0x44c008(0x186)]=_0x44c008(0x114),_0x3b3301[_0x44c008(0x18b)]=_0x44c008(0x19b),_0x3b3301[_0x44c008(0xee)]='browserstack.logLevel',_0x3b3301['dabEA']='browserstack.automation',_0x3b3301[_0x44c008(0x161)]=_0x44c008(0x169),_0x3b3301[_0x44c008(0x100)]=_0x44c008(0xdc),_0x3b3301[_0x44c008(0x19f)]=_0x44c008(0x11f),_0x3b3301[_0x44c008(0x12d)]=_0x44c008(0x18e),_0x3b3301[_0x44c008(0xe9)]=_0x44c008(0xed),_0x3b3301[_0x44c008(0x12c)]=_0x44c008(0x150),_0x3b3301[_0x44c008(0x157)]=_0x44c008(0x193),_0x3b3301[_0x44c008(0x17a)]=_0x44c008(0x177);var _0x57c726=_0x3b3301,_0x558e41={};return _0x558e41[_0x44c008(0x199)]=[_0x57c726[_0x44c008(0x18a)],_0x57c726[_0x44c008(0x12b)]],_0x558e41['accessKey']=[_0x57c726[_0x44c008(0x168)],_0x57c726[_0x44c008(0x119)]],_0x558e41[_0x44c008(0x167)]=[_0x57c726['aWZIZ']],_0x558e41['projectName']=[_0x57c726[_0x44c008(0x16d)]],_0x558e41['buildIdentifier']=[_0x57c726['stVkt']],_0x558e41[_0x44c008(0x14f)]=[_0x57c726['dOhTR'],_0x57c726[_0x44c008(0x187)]],_0x558e41[_0x44c008(0x130)]=[_0x57c726['bbiwN']],_0x558e41[_0x44c008(0xfc)]=[_0x57c726['rzspc']],_0x558e41[_0x44c008(0xeb)]=[_0x57c726[_0x44c008(0x186)]],_0x558e41[_0x44c008(0x172)]=[_0x57c726['FAhAe']],_0x558e41[_0x44c008(0x10c)]=[_0x57c726[_0x44c008(0xee)]],_0x558e41[_0x44c008(0x122)]=[_0x57c726['dabEA']],_0x558e41['logDir']=[_0x57c726['CXtuv']],_0x558e41[_0x44c008(0x11f)]=[_0x57c726[_0x44c008(0x100)],_0x57c726[_0x44c008(0x19f)]],_0x558e41[_0x44c008(0x154)]=[_0x57c726[_0x44c008(0x12d)]],_0x558e41[_0x44c008(0x124)]=[_0x57c726[_0x44c008(0xe9)]],_0x558e41[_0x44c008(0x182)]=[_0x57c726[_0x44c008(0x12c)]],_0x558e41[_0x44c008(0x13c)]=[_0x57c726[_0x44c008(0x157)]],_0x558e41[_0x44c008(0x112)]=[_0x57c726['kEjBj']],_0x558e41;},exports[a94_0x19668c(0x12a)]=()=>{var _0x50afa1=a94_0x19668c,_0xf32e79={};_0xf32e79['kxOlt']=_0x50afa1(0x18d),_0xf32e79[_0x50afa1(0x17c)]=_0x50afa1(0x162),_0xf32e79[_0x50afa1(0x176)]=_0x50afa1(0x15d),_0xf32e79[_0x50afa1(0x191)]='BROWSERSTACK_BUILD_NAME',_0xf32e79[_0x50afa1(0x190)]=_0x50afa1(0x121),_0xf32e79[_0x50afa1(0xe7)]=_0x50afa1(0x10a),_0xf32e79[_0x50afa1(0x109)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0xf32e79['tbmaI']=_0x50afa1(0x13b),_0xf32e79[_0x50afa1(0x146)]=_0x50afa1(0x141),_0xf32e79[_0x50afa1(0x179)]=_0x50afa1(0xe4),_0xf32e79['RXtfT']=_0x50afa1(0xe2),_0xf32e79[_0x50afa1(0x17b)]=_0x50afa1(0x18c),_0xf32e79[_0x50afa1(0xf0)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0xf32e79[_0x50afa1(0x103)]=_0x50afa1(0x13f),_0xf32e79[_0x50afa1(0x164)]=_0x50afa1(0x14d),_0xf32e79[_0x50afa1(0x192)]=_0x50afa1(0x171);var _0x4b3687=_0xf32e79,_0x1d8b8c={};return _0x1d8b8c[_0x50afa1(0x199)]=[_0x4b3687[_0x50afa1(0x13d)],_0x4b3687[_0x50afa1(0x17c)]],_0x1d8b8c['accessKey']=[_0x4b3687[_0x50afa1(0x176)]],_0x1d8b8c[_0x50afa1(0x167)]=[_0x4b3687[_0x50afa1(0x191)]],_0x1d8b8c[_0x50afa1(0xf2)]=[_0x4b3687[_0x50afa1(0x190)]],_0x1d8b8c[_0x50afa1(0xe3)]=[_0x4b3687[_0x50afa1(0xe7)]],_0x1d8b8c[_0x50afa1(0x14f)]=[_0x4b3687[_0x50afa1(0x109)]],_0x1d8b8c[_0x50afa1(0x130)]=[_0x4b3687['tbmaI']],_0x1d8b8c[_0x50afa1(0xfc)]=[_0x4b3687[_0x50afa1(0x146)]],_0x1d8b8c[_0x50afa1(0xeb)]=[_0x4b3687[_0x50afa1(0x179)]],_0x1d8b8c['app']=[_0x4b3687[_0x50afa1(0x158)],_0x4b3687[_0x50afa1(0x17b)]],_0x1d8b8c['logLevel']=[_0x4b3687['FXBlX'],_0x4b3687[_0x50afa1(0x103)]],_0x1d8b8c[_0x50afa1(0x122)]=[_0x4b3687[_0x50afa1(0x164)]],_0x1d8b8c['logDir']=[_0x4b3687[_0x50afa1(0x192)]],_0x1d8b8c;},exports['AppiumCaps']=()=>[a94_0x19668c(0x178),a94_0x19668c(0x105),'deviceName','newCommandTimeout',a94_0x19668c(0x172),'udid','language',a94_0x19668c(0x133),a94_0x19668c(0x14b),'autoWebview',a94_0x19668c(0x12e),a94_0x19668c(0x180),a94_0x19668c(0x13e),a94_0x19668c(0x17d),'enablePerformanceLogging',a94_0x19668c(0x11c),a94_0x19668c(0x16a),a94_0x19668c(0x153),'appPackage',a94_0x19668c(0x136),a94_0x19668c(0x143),a94_0x19668c(0xde),a94_0x19668c(0x142),a94_0x19668c(0x17e),a94_0x19668c(0xef),a94_0x19668c(0xdd),'androidDeviceReadyTimeout',a94_0x19668c(0xf5),a94_0x19668c(0x160),a94_0x19668c(0x10d),'androidInstallPath',a94_0x19668c(0x108),a94_0x19668c(0x10e),'avdReadyTimeout','avdArgs',a94_0x19668c(0x19e),a94_0x19668c(0x195),a94_0x19668c(0x155),a94_0x19668c(0x149),a94_0x19668c(0x102),a94_0x19668c(0x15e),a94_0x19668c(0xe8),'chromedriverExecutableDir',a94_0x19668c(0x106),a94_0x19668c(0x181),a94_0x19668c(0x16b),a94_0x19668c(0x131),a94_0x19668c(0x10f),a94_0x19668c(0x185),a94_0x19668c(0x115),'intentCategory','intentFlags',a94_0x19668c(0x163),'dontStopAppOnReset',a94_0x19668c(0xf4),a94_0x19668c(0x15b),a94_0x19668c(0x1a2),a94_0x19668c(0xfe),a94_0x19668c(0x118),a94_0x19668c(0x107),'recreateChromeDriverSessions',a94_0x19668c(0x16f),a94_0x19668c(0x13a),a94_0x19668c(0x15c),a94_0x19668c(0x113),'isHeadless',a94_0x19668c(0xea),a94_0x19668c(0x175),a94_0x19668c(0xf3),'autoGrantPermissions',a94_0x19668c(0x16e),a94_0x19668c(0x11e),a94_0x19668c(0x123),'skipUnlock',a94_0x19668c(0x137),a94_0x19668c(0xf6),'autoLaunch',a94_0x19668c(0x194),a94_0x19668c(0x10b),a94_0x19668c(0x198),a94_0x19668c(0x12f),a94_0x19668c(0xe5),a94_0x19668c(0xf8),a94_0x19668c(0x174),a94_0x19668c(0x135),a94_0x19668c(0x11d),'calendarFormat','bundleId',a94_0x19668c(0x19a),a94_0x19668c(0x159),a94_0x19668c(0x120),a94_0x19668c(0x11b),a94_0x19668c(0x132),'nativeInstrumentsLib','nativeWebTap',a94_0x19668c(0x129),'safariAllowPopups',a94_0x19668c(0x125),a94_0x19668c(0x128),'keepKeyChains',a94_0x19668c(0x111),'processArguments',a94_0x19668c(0xec),'showIOSLog',a94_0x19668c(0x144),'webkitResponseTimeout','screenshotWaitTimeout',a94_0x19668c(0xf1),'enableAsyncExecuteFromHttps',a94_0x19668c(0x17f),'webkitDebugProxyPort','fullContextList',a94_0x19668c(0x184),a94_0x19668c(0x196),a94_0x19668c(0x11a),a94_0x19668c(0x188),a94_0x19668c(0xfd),'scaleFactor',a94_0x19668c(0x189),'showXcodeLog','iosInstallPause','xcodeConfigFile',a94_0x19668c(0xf7),'usePrebuiltWDA',a94_0x19668c(0x147),a94_0x19668c(0xdf),a94_0x19668c(0x104),'useNewWDA',a94_0x19668c(0x134),a94_0x19668c(0x166),'xcodeOrgId',a94_0x19668c(0x15a),a94_0x19668c(0x140),a94_0x19668c(0x156),a94_0x19668c(0xe6),a94_0x19668c(0x1a0),a94_0x19668c(0x126),'connectHardwareKeyboard',a94_0x19668c(0x127),a94_0x19668c(0x16c),a94_0x19668c(0x165),a94_0x19668c(0x173),'startIWDP',a94_0x19668c(0x148),'ignoreHiddenApiPolicyError','mockLocationApp',a94_0x19668c(0x14a),a94_0x19668c(0x14c),a94_0x19668c(0x152)]);
@@ -1 +1 @@
1
- var a94_0x18a904=a94_0xa032;function a94_0x75db(){var _0x2958dd=['https://hub-use-only.browserstack.com/wd/hub','70436DmDmER','1696224EfQaku','24MrlJCn','3224778NwFldP','1092886KbXtTG','1236998GFbcIw','55VWNCFP','39896QUrytz','BROWSERSTACK_GRR_US_HUB_URL','4334346OLVUSE'];a94_0x75db=function(){return _0x2958dd;};return a94_0x75db();}function a94_0xa032(_0x1b69ba,_0x12d58f){var _0x75dbb2=a94_0x75db();return a94_0xa032=function(_0xa032bd,_0x453ef3){_0xa032bd=_0xa032bd-0x17d;var _0x1f82ce=_0x75dbb2[_0xa032bd];return _0x1f82ce;},a94_0xa032(_0x1b69ba,_0x12d58f);}(function(_0x213255,_0x33f9b6){var _0xfed899=a94_0xa032,_0x284ec6=_0x213255();while(!![]){try{var _0x33d6fa=parseInt(_0xfed899(0x180))/0x1+parseInt(_0xfed899(0x183))/0x2*(-parseInt(_0xfed899(0x17e))/0x3)+-parseInt(_0xfed899(0x187))/0x4*(-parseInt(_0xfed899(0x182))/0x5)+parseInt(_0xfed899(0x17f))/0x6+-parseInt(_0xfed899(0x181))/0x7+-parseInt(_0xfed899(0x17d))/0x8+-parseInt(_0xfed899(0x185))/0x9;if(_0x33d6fa===_0x33f9b6)break;else _0x284ec6['push'](_0x284ec6['shift']());}catch(_0x3eaa19){_0x284ec6['push'](_0x284ec6['shift']());}}}(a94_0x75db,0xc1e10),exports[a94_0x18a904(0x184)]=a94_0x18a904(0x186));
1
+ var a95_0x876a19=a95_0x4751;function a95_0x4751(_0x448fed,_0x385bc5){var _0x790f8d=a95_0x790f();return a95_0x4751=function(_0x475137,_0x3a57d2){_0x475137=_0x475137-0x19e;var _0x132b27=_0x790f8d[_0x475137];return _0x132b27;},a95_0x4751(_0x448fed,_0x385bc5);}(function(_0x1e656c,_0x24bee8){var _0x1ca45f=a95_0x4751,_0x1bdf8c=_0x1e656c();while(!![]){try{var _0x313ca1=-parseInt(_0x1ca45f(0x1a6))/0x1+parseInt(_0x1ca45f(0x1a1))/0x2*(-parseInt(_0x1ca45f(0x1a8))/0x3)+parseInt(_0x1ca45f(0x1a4))/0x4+parseInt(_0x1ca45f(0x1a5))/0x5*(parseInt(_0x1ca45f(0x19e))/0x6)+-parseInt(_0x1ca45f(0x1a2))/0x7+parseInt(_0x1ca45f(0x1a9))/0x8*(-parseInt(_0x1ca45f(0x1a0))/0x9)+parseInt(_0x1ca45f(0x1a7))/0xa;if(_0x313ca1===_0x24bee8)break;else _0x1bdf8c['push'](_0x1bdf8c['shift']());}catch(_0x3e638c){_0x1bdf8c['push'](_0x1bdf8c['shift']());}}}(a95_0x790f,0xb1f8e),exports[a95_0x876a19(0x19f)]=a95_0x876a19(0x1a3));function a95_0x790f(){var _0x4836df=['5755799tbWCie','https://hub-use-only.browserstack.com/wd/hub','4408464jWIAWS','5921395hqrnxY','619305uNbBbL','12292360aATHlZ','3957zdobNG','60104XSHuhm','6GIScbC','BROWSERSTACK_GRR_US_HUB_URL','36OjnerL','1994fLviSw'];a95_0x790f=function(){return _0x4836df;};return a95_0x790f();}
@@ -1 +1 @@
1
- function a95_0x4a5c(_0x143634,_0x1cf9c1){var _0x495bcb=a95_0x495b();return a95_0x4a5c=function(_0x4a5c41,_0x9def29){_0x4a5c41=_0x4a5c41-0x126;var _0x54bc52=_0x495bcb[_0x4a5c41];return _0x54bc52;},a95_0x4a5c(_0x143634,_0x1cf9c1);}var a95_0x719d1=a95_0x4a5c;(function(_0x2fa1de,_0x7a73d1){var _0x562344=a95_0x4a5c,_0x2e0eb0=_0x2fa1de();while(!![]){try{var _0xa5d934=-parseInt(_0x562344(0x12d))/0x1*(-parseInt(_0x562344(0x137))/0x2)+-parseInt(_0x562344(0x12c))/0x3*(parseInt(_0x562344(0x128))/0x4)+-parseInt(_0x562344(0x135))/0x5+parseInt(_0x562344(0x134))/0x6*(parseInt(_0x562344(0x127))/0x7)+-parseInt(_0x562344(0x130))/0x8+-parseInt(_0x562344(0x126))/0x9*(-parseInt(_0x562344(0x12f))/0xa)+parseInt(_0x562344(0x12b))/0xb;if(_0xa5d934===_0x7a73d1)break;else _0x2e0eb0['push'](_0x2e0eb0['shift']());}catch(_0x13d25b){_0x2e0eb0['push'](_0x2e0eb0['shift']());}}}(a95_0x495b,0x5cc4f),exports[a95_0x719d1(0x139)]=(_0x36c261,_0x5d001d,_0x4e63b6)=>{var _0x3e0121=a95_0x719d1,_0x111c7e={'VACJk':function(_0x125dd7,_0x4662f3){return _0x125dd7(_0x4662f3);},'iGFnV':function(_0x1f7c82,_0x548912){return _0x1f7c82||_0x548912;}};_0x36c261[_0x3e0121(0x132)]={'http_code':_0x111c7e[_0x3e0121(0x12e)](String,_0x5d001d)||null,'redirect_url':_0x111c7e[_0x3e0121(0x131)](_0x4e63b6,null),'token':process[_0x3e0121(0x129)][_0x3e0121(0x133)]||null},process['env'][_0x3e0121(0x138)]&&(_0x36c261[_0x3e0121(0x132)][_0x3e0121(0x136)]=JSON[_0x3e0121(0x12a)](process[_0x3e0121(0x129)][_0x3e0121(0x138)])||null);});function a95_0x495b(){var _0x22c89f=['2886873pTGSLN','53694hSFcOA','13307suelCd','VACJk','540JogPEt','1036000cLezmW','iGFnV','central_scanner_log','BROWSERSTACK_CENTRAL_SCANNER_JWT','6nreaET','830460AXiXaS','a11y_scanner','34TYQPHg','A11Y_SCAN_RESULT','setCentralScannerData','23859sMbAtZ','4064893lVbFXi','120jRHDFJ','env','parse'];a95_0x495b=function(){return _0x22c89f;};return a95_0x495b();}
1
+ function a96_0x2f5e(_0x234679,_0x499f6e){var _0x1dfd02=a96_0x1dfd();return a96_0x2f5e=function(_0x2f5e0b,_0x2e9cf0){_0x2f5e0b=_0x2f5e0b-0xcc;var _0x4bdaff=_0x1dfd02[_0x2f5e0b];return _0x4bdaff;},a96_0x2f5e(_0x234679,_0x499f6e);}var a96_0x3e909d=a96_0x2f5e;(function(_0x4e51f0,_0x11f357){var _0x2e6b96=a96_0x2f5e,_0x382c5a=_0x4e51f0();while(!![]){try{var _0x41d4c3=parseInt(_0x2e6b96(0xd7))/0x1*(parseInt(_0x2e6b96(0xd6))/0x2)+-parseInt(_0x2e6b96(0xcf))/0x3*(parseInt(_0x2e6b96(0xd5))/0x4)+parseInt(_0x2e6b96(0xcc))/0x5*(-parseInt(_0x2e6b96(0xe0))/0x6)+-parseInt(_0x2e6b96(0xe1))/0x7+-parseInt(_0x2e6b96(0xd2))/0x8*(parseInt(_0x2e6b96(0xd3))/0x9)+-parseInt(_0x2e6b96(0xdf))/0xa*(-parseInt(_0x2e6b96(0xd0))/0xb)+-parseInt(_0x2e6b96(0xd9))/0xc*(-parseInt(_0x2e6b96(0xd8))/0xd);if(_0x41d4c3===_0x11f357)break;else _0x382c5a['push'](_0x382c5a['shift']());}catch(_0x8019f3){_0x382c5a['push'](_0x382c5a['shift']());}}}(a96_0x1dfd,0x89b77),exports[a96_0x3e909d(0xdd)]=(_0x6dd11f,_0x560a70,_0x19e968)=>{var _0x5ca94b=a96_0x3e909d,_0x2baec0={'cQRsQ':function(_0xef9c7,_0x5b6207){return _0xef9c7(_0x5b6207);},'FOaBQ':function(_0x1b5a8f,_0x1cb9db){return _0x1b5a8f||_0x1cb9db;}};_0x6dd11f[_0x5ca94b(0xd1)]={'http_code':_0x2baec0[_0x5ca94b(0xd4)](String,_0x560a70)||null,'redirect_url':_0x2baec0[_0x5ca94b(0xce)](_0x19e968,null),'token':process[_0x5ca94b(0xdb)][_0x5ca94b(0xdc)]||null},process[_0x5ca94b(0xdb)][_0x5ca94b(0xda)]&&(_0x6dd11f[_0x5ca94b(0xd1)][_0x5ca94b(0xde)]=JSON[_0x5ca94b(0xcd)](process[_0x5ca94b(0xdb)][_0x5ca94b(0xda)])||null);});function a96_0x1dfd(){var _0x2bb470=['27118uwoHKC','13200vWwkqt','A11Y_SCAN_RESULT','env','BROWSERSTACK_CENTRAL_SCANNER_JWT','setCentralScannerData','a11y_scanner','20xUJNxf','18fvvGdp','835604shLbNQ','420375tdbKlw','parse','FOaBQ','57CLpLcA','432377QhUhta','central_scanner_log','24Zcpncf','1870668IoWbgK','cQRsQ','179068TPIEsy','73198gcPoxt','1TkaVNX'];a96_0x1dfd=function(){return _0x2bb470;};return a96_0x1dfd();}
@@ -1 +1 @@
1
- const a96_0x4e4d5f=a96_0x4629;function a96_0x4629(_0x28c96a,_0x3c94ea){const _0x2dfb38=a96_0x2dfb();return a96_0x4629=function(_0x462900,_0x5b80cb){_0x462900=_0x462900-0xb1;let _0x35076c=_0x2dfb38[_0x462900];return _0x35076c;},a96_0x4629(_0x28c96a,_0x3c94ea);}function a96_0x2dfb(){const _0x52e7c7=['412RtbnjR','exports','10981824NqwbNR','11deOOAu','info','6464283XYJRgi','2511066WtPLAU','winstonLogger','warn','68266mHuUQn','6345JWNhKf','4ibkuoe','543573YQzQFt','error','3092170ZmsHUl','./logger.js','120mWtknm','6cPkCXA'];a96_0x2dfb=function(){return _0x52e7c7;};return a96_0x2dfb();}(function(_0x1fcecc,_0x24fc9){const _0x1c379d=a96_0x4629,_0x5a85ae=_0x1fcecc();while(!![]){try{const _0x57587b=-parseInt(_0x1c379d(0xbe))/0x1*(-parseInt(_0x1c379d(0xc0))/0x2)+parseInt(_0x1c379d(0xbb))/0x3+parseInt(_0x1c379d(0xb5))/0x4*(parseInt(_0x1c379d(0xbf))/0x5)+-parseInt(_0x1c379d(0xb4))/0x6*(parseInt(_0x1c379d(0xba))/0x7)+-parseInt(_0x1c379d(0xb3))/0x8*(-parseInt(_0x1c379d(0xc1))/0x9)+parseInt(_0x1c379d(0xb1))/0xa+-parseInt(_0x1c379d(0xb8))/0xb*(parseInt(_0x1c379d(0xb7))/0xc);if(_0x57587b===_0x24fc9)break;else _0x5a85ae['push'](_0x5a85ae['shift']());}catch(_0x76bfe5){_0x5a85ae['push'](_0x5a85ae['shift']());}}}(a96_0x2dfb,0x7562c));const logger=require(a96_0x4e4d5f(0xb2))[a96_0x4e4d5f(0xbc)];function createClassLogger(_0x7287de){const _0x492b2e=a96_0x4e4d5f;return{'info':(_0x1c726,..._0x41fa56)=>logger[_0x492b2e(0xb9)]('['+_0x7287de+']\x20'+_0x1c726,..._0x41fa56),'debug':(_0x3672e8,..._0x98b080)=>logger['debug']('['+_0x7287de+']\x20'+_0x3672e8,..._0x98b080),'warn':(_0xa1d6e9,..._0x1d9579)=>logger[_0x492b2e(0xbd)]('['+_0x7287de+']\x20'+_0xa1d6e9,..._0x1d9579),'error':(_0x10e62a,..._0x511619)=>logger[_0x492b2e(0xc2)]('['+_0x7287de+']\x20'+_0x10e62a,..._0x511619),'verbose':(_0xe5d71b,..._0x156452)=>logger['verbose']('['+_0x7287de+']\x20'+_0xe5d71b,..._0x156452)};}const a96_0x1acbf8={};a96_0x1acbf8['createClassLogger']=createClassLogger,module[a96_0x4e4d5f(0xb6)]=a96_0x1acbf8;
1
+ function a97_0x44c1(){const _0x19694d=['10668616YQHvFF','debug','2097756GfSfzB','./logger.js','verbose','1700744IDdyTY','1CJFgIC','winstonLogger','1005315ktOupG','3432892epAiNl','4073220eoHjmL','exports','createClassLogger','3891741weTaIf','info'];a97_0x44c1=function(){return _0x19694d;};return a97_0x44c1();}const a97_0x2a025a=a97_0xbf8c;(function(_0x489108,_0xfc0cc){const _0x4dfca3=a97_0xbf8c,_0x5d3f3b=_0x489108();while(!![]){try{const _0x4fc1bc=-parseInt(_0x4dfca3(0xb3))/0x1*(parseInt(_0x4dfca3(0xb2))/0x2)+parseInt(_0x4dfca3(0xaf))/0x3+parseInt(_0x4dfca3(0xb6))/0x4+-parseInt(_0x4dfca3(0xb5))/0x5+-parseInt(_0x4dfca3(0xa8))/0x6+-parseInt(_0x4dfca3(0xab))/0x7+parseInt(_0x4dfca3(0xad))/0x8;if(_0x4fc1bc===_0xfc0cc)break;else _0x5d3f3b['push'](_0x5d3f3b['shift']());}catch(_0x5f484f){_0x5d3f3b['push'](_0x5d3f3b['shift']());}}}(a97_0x44c1,0x93a70));const logger=require(a97_0x2a025a(0xb0))[a97_0x2a025a(0xb4)];function a97_0xbf8c(_0x426189,_0x42c780){const _0x44c1ee=a97_0x44c1();return a97_0xbf8c=function(_0xbf8c2b,_0x1ed7b5){_0xbf8c2b=_0xbf8c2b-0xa8;let _0x40959f=_0x44c1ee[_0xbf8c2b];return _0x40959f;},a97_0xbf8c(_0x426189,_0x42c780);}function createClassLogger(_0x5286ea){const _0x2fea31=a97_0x2a025a;return{'info':(_0x2bd5c4,..._0x4ae720)=>logger[_0x2fea31(0xac)]('['+_0x5286ea+']\x20'+_0x2bd5c4,..._0x4ae720),'debug':(_0x4992ca,..._0x1aedc0)=>logger[_0x2fea31(0xae)]('['+_0x5286ea+']\x20'+_0x4992ca,..._0x1aedc0),'warn':(_0x46c00f,..._0x5d87c1)=>logger['warn']('['+_0x5286ea+']\x20'+_0x46c00f,..._0x5d87c1),'error':(_0x33c61d,..._0x365da6)=>logger['error']('['+_0x5286ea+']\x20'+_0x33c61d,..._0x365da6),'verbose':(_0x41222b,..._0x144d3e)=>logger[_0x2fea31(0xb1)]('['+_0x5286ea+']\x20'+_0x41222b,..._0x144d3e)};}const a97_0x1432cb={};a97_0x1432cb[a97_0x2a025a(0xaa)]=createClassLogger,module[a97_0x2a025a(0xa9)]=a97_0x1432cb;
@@ -1 +1 @@
1
- function a97_0x404b(){var _0x3f7fe4=['browserStackGlobals','266NBqfHu','950345RAxPfT','setGlobal','68bYqmYx','1443056vucRin','__instance','9fUunva','getGlobal','17428rXDDcj','3634540wxIOod','94038zTlOBF','36zdoExj','5528530babQzh','42204jsuJBQ'];a97_0x404b=function(){return _0x3f7fe4;};return a97_0x404b();}var a97_0x5c82aa=a97_0x118a;(function(_0x405df7,_0xdd1490){var _0x4510c3=a97_0x118a,_0x5395e7=_0x405df7();while(!![]){try{var _0x15cc9c=-parseInt(_0x4510c3(0x1d9))/0x1*(-parseInt(_0x4510c3(0x1cd))/0x2)+parseInt(_0x4510c3(0x1cf))/0x3*(parseInt(_0x4510c3(0x1d4))/0x4)+parseInt(_0x4510c3(0x1cb))/0x5+-parseInt(_0x4510c3(0x1cc))/0x6*(parseInt(_0x4510c3(0x1d1))/0x7)+parseInt(_0x4510c3(0x1d5))/0x8+parseInt(_0x4510c3(0x1d7))/0x9*(-parseInt(_0x4510c3(0x1ce))/0xa)+parseInt(_0x4510c3(0x1d2))/0xb;if(_0x15cc9c===_0xdd1490)break;else _0x5395e7['push'](_0x5395e7['shift']());}catch(_0x5f4e4b){_0x5395e7['push'](_0x5395e7['shift']());}}}(a97_0x404b,0x61326));function a97_0x118a(_0x3cd553,_0xb430c3){var _0x404bfe=a97_0x404b();return a97_0x118a=function(_0x118abc,_0x281762){_0x118abc=_0x118abc-0x1cb;var _0x5eb082=_0x404bfe[_0x118abc];return _0x5eb082;},a97_0x118a(_0x3cd553,_0xb430c3);}class Global{static ['__instance'];constructor(){var _0x2a2986=a97_0x118a;if(Global['__instance'])return Global[_0x2a2986(0x1d6)];this[_0x2a2986(0x1d0)]=global,Global[_0x2a2986(0x1d6)]=this;}[a97_0x5c82aa(0x1d3)](_0x2cde38,_0x3ab07c){var _0x9dc21e=a97_0x5c82aa;this[_0x9dc21e(0x1d0)][_0x2cde38]=_0x3ab07c;}[a97_0x5c82aa(0x1d8)](_0x1049fa){return this['browserStackGlobals'][_0x1049fa];}}module['exports']=new Global();
1
+ var a98_0x5b611b=a98_0x3299;(function(_0x268919,_0x4ab0df){var _0x385e47=a98_0x3299,_0x1df91f=_0x268919();while(!![]){try{var _0x28fff4=-parseInt(_0x385e47(0x1e9))/0x1*(-parseInt(_0x385e47(0x1ed))/0x2)+parseInt(_0x385e47(0x1ea))/0x3+-parseInt(_0x385e47(0x1f2))/0x4+parseInt(_0x385e47(0x1f0))/0x5+parseInt(_0x385e47(0x1ee))/0x6+-parseInt(_0x385e47(0x1ef))/0x7+-parseInt(_0x385e47(0x1ec))/0x8;if(_0x28fff4===_0x4ab0df)break;else _0x1df91f['push'](_0x1df91f['shift']());}catch(_0x3db469){_0x1df91f['push'](_0x1df91f['shift']());}}}(a98_0x110c,0x8463d));function a98_0x3299(_0xa5aaf2,_0x2058ec){var _0x110c88=a98_0x110c();return a98_0x3299=function(_0x329900,_0x355bfe){_0x329900=_0x329900-0x1e9;var _0x4ce8d0=_0x110c88[_0x329900];return _0x4ce8d0;},a98_0x3299(_0xa5aaf2,_0x2058ec);}class Global{static [a98_0x5b611b(0x1eb)];constructor(){var _0x53c0c9=a98_0x5b611b;if(Global[_0x53c0c9(0x1eb)])return Global[_0x53c0c9(0x1eb)];this['browserStackGlobals']=global,Global[_0x53c0c9(0x1eb)]=this;}['setGlobal'](_0x362492,_0x255d42){this['browserStackGlobals'][_0x362492]=_0x255d42;}['getGlobal'](_0x27ee8c){var _0x38f3aa=a98_0x5b611b;return this[_0x38f3aa(0x1f1)][_0x27ee8c];}}module['exports']=new Global();function a98_0x110c(){var _0x474752=['332499RoUNMg','__instance','89504pWtVKn','1125110tDskcS','1293978QsyAAU','5405288qbtKCM','5245110VmzWnB','browserStackGlobals','2449728QbfWdt','1FCPAee'];a98_0x110c=function(){return _0x474752;};return a98_0x110c();}