browserstack-node-sdk 1.42.5 → 1.42.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 (176) 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/constants.js +1 -1
  128. package/src/helpers/accessibility-automation/helper.js +1 -1
  129. package/src/helpers/accessibility-automation/scripts.js +1 -1
  130. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  131. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  132. package/src/helpers/ats/constants.js +1 -1
  133. package/src/helpers/ats/helper.js +1 -1
  134. package/src/helpers/capsMapping.js +1 -1
  135. package/src/helpers/central-scanner/constants.js +1 -1
  136. package/src/helpers/central-scanner/helpers.js +1 -1
  137. package/src/helpers/classLogger.js +1 -1
  138. package/src/helpers/globals.js +1 -1
  139. package/src/helpers/helper.js +1 -1
  140. package/src/helpers/logger.js +1 -1
  141. package/src/helpers/metadata.js +1 -1
  142. package/src/helpers/patchHelper.js +1 -1
  143. package/src/helpers/patchHelpers.js +1 -1
  144. package/src/helpers/percy/Percy.js +1 -1
  145. package/src/helpers/percy/PercyBinary.js +1 -1
  146. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  147. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  148. package/src/helpers/percy/PercySDK.js +1 -1
  149. package/src/helpers/percy/index.js +1 -1
  150. package/src/helpers/percy/utils.js +1 -1
  151. package/src/helpers/performance/constants.js +1 -1
  152. package/src/helpers/performance/performance-tester.js +1 -1
  153. package/src/helpers/playwright-helper.js +1 -1
  154. package/src/helpers/processHelper.js +1 -1
  155. package/src/helpers/request-spy.js +1 -1
  156. package/src/helpers/setKeepAlive.js +1 -1
  157. package/src/helpers/test-observability/constants.js +1 -1
  158. package/src/helpers/test-observability/error-handler.js +1 -1
  159. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  160. package/src/helpers/test-observability/sessionHandler.js +1 -1
  161. package/src/helpers/test-observability/utils.js +1 -1
  162. package/src/helpers/test-orchestration/constants.js +1 -1
  163. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  164. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  165. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  166. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  167. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  168. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  169. package/src/helpers/testhub/constants.js +1 -1
  170. package/src/helpers/testhub/testhubHandler.js +1 -1
  171. package/src/helpers/testhub/utils.js +1 -1
  172. package/src/helpers/timeoutPromise.js +1 -1
  173. package/src/helpers/utilities.js +1 -1
  174. package/src/helpers/w3cMapping.js +1 -1
  175. package/src/hubAllocationMethods.js +1 -1
  176. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a93_0x20ba(_0x2a687c,_0x1d90a5){var _0x427294=a93_0x4272();return a93_0x20ba=function(_0x20ba3a,_0x584d88){_0x20ba3a=_0x20ba3a-0x1b0;var _0x2e08fe=_0x427294[_0x20ba3a];return _0x2e08fe;},a93_0x20ba(_0x2a687c,_0x1d90a5);}var a93_0x5a2424=a93_0x20ba;(function(_0x27d3a6,_0x790feb){var _0x2d9950=a93_0x20ba,_0x2b9b57=_0x27d3a6();while(!![]){try{var _0x119a77=-parseInt(_0x2d9950(0x1cc))/0x1*(-parseInt(_0x2d9950(0x254))/0x2)+parseInt(_0x2d9950(0x243))/0x3+-parseInt(_0x2d9950(0x24d))/0x4+-parseInt(_0x2d9950(0x273))/0x5+-parseInt(_0x2d9950(0x27c))/0x6*(parseInt(_0x2d9950(0x222))/0x7)+parseInt(_0x2d9950(0x26b))/0x8*(parseInt(_0x2d9950(0x1fb))/0x9)+parseInt(_0x2d9950(0x240))/0xa*(parseInt(_0x2d9950(0x1d8))/0xb);if(_0x119a77===_0x790feb)break;else _0x2b9b57['push'](_0x2b9b57['shift']());}catch(_0x25c90a){_0x2b9b57['push'](_0x2b9b57['shift']());}}}(a93_0x4272,0xeac15),exports['CLICapsMapping']=()=>{var _0x1ab0f2=a93_0x20ba,_0x4d77c3={};_0x4d77c3[_0x1ab0f2(0x1ec)]=_0x1ab0f2(0x225),_0x4d77c3[_0x1ab0f2(0x1ee)]=_0x1ab0f2(0x1cd),_0x4d77c3[_0x1ab0f2(0x234)]=_0x1ab0f2(0x1f2),_0x4d77c3[_0x1ab0f2(0x25b)]='browserstack.accessKey',_0x4d77c3['OOIHH']=_0x1ab0f2(0x264),_0x4d77c3['dCEon']=_0x1ab0f2(0x1d2),_0x4d77c3['qqoOh']='browserstack.buildIdentifier',_0x4d77c3['SEKrL']=_0x1ab0f2(0x27a),_0x4d77c3[_0x1ab0f2(0x20f)]=_0x1ab0f2(0x1b1),_0x4d77c3[_0x1ab0f2(0x202)]=_0x1ab0f2(0x1e3),_0x4d77c3[_0x1ab0f2(0x27f)]=_0x1ab0f2(0x259),_0x4d77c3[_0x1ab0f2(0x224)]=_0x1ab0f2(0x213),_0x4d77c3['HoygG']=_0x1ab0f2(0x1d4),_0x4d77c3[_0x1ab0f2(0x1d9)]=_0x1ab0f2(0x220),_0x4d77c3['WDrCO']=_0x1ab0f2(0x246),_0x4d77c3[_0x1ab0f2(0x236)]='browserstack.logDir',_0x4d77c3['XYBwJ']=_0x1ab0f2(0x249),_0x4d77c3['eOGPd']=_0x1ab0f2(0x23c),_0x4d77c3['gwsBh']='browserstack.testOrchestration.retryTestsOnFailure',_0x4d77c3[_0x1ab0f2(0x1be)]='browserstack.testOrchestration.abortBuildOnFailure',_0x4d77c3['nMBXw']=_0x1ab0f2(0x1c8),_0x4d77c3[_0x1ab0f2(0x270)]=_0x1ab0f2(0x210),_0x4d77c3[_0x1ab0f2(0x1ea)]=_0x1ab0f2(0x1dd);var _0xa6f3f4=_0x4d77c3,_0x27728e={};return _0x27728e['userName']=[_0xa6f3f4[_0x1ab0f2(0x1ec)],_0xa6f3f4[_0x1ab0f2(0x1ee)]],_0x27728e['accessKey']=[_0xa6f3f4[_0x1ab0f2(0x234)],_0xa6f3f4[_0x1ab0f2(0x25b)]],_0x27728e[_0x1ab0f2(0x1f4)]=[_0xa6f3f4[_0x1ab0f2(0x1e0)]],_0x27728e[_0x1ab0f2(0x284)]=[_0xa6f3f4['dCEon']],_0x27728e[_0x1ab0f2(0x1f7)]=[_0xa6f3f4['qqoOh']],_0x27728e[_0x1ab0f2(0x1d5)]=[_0xa6f3f4[_0x1ab0f2(0x265)],_0xa6f3f4[_0x1ab0f2(0x20f)]],_0x27728e[_0x1ab0f2(0x1e4)]=[_0xa6f3f4[_0x1ab0f2(0x202)]],_0x27728e[_0x1ab0f2(0x266)]=[_0xa6f3f4[_0x1ab0f2(0x27f)]],_0x27728e[_0x1ab0f2(0x24c)]=[_0xa6f3f4[_0x1ab0f2(0x224)]],_0x27728e['app']=[_0xa6f3f4[_0x1ab0f2(0x255)]],_0x27728e['logLevel']=[_0xa6f3f4[_0x1ab0f2(0x1d9)]],_0x27728e[_0x1ab0f2(0x1e6)]=[_0xa6f3f4[_0x1ab0f2(0x1fd)]],_0x27728e[_0x1ab0f2(0x262)]=[_0xa6f3f4['CBWgE']],_0x27728e[_0x1ab0f2(0x23c)]=[_0xa6f3f4['XYBwJ'],_0xa6f3f4[_0x1ab0f2(0x22f)]],_0x27728e['retryTestsOnFailure']=[_0xa6f3f4['gwsBh']],_0x27728e[_0x1ab0f2(0x274)]=[_0xa6f3f4[_0x1ab0f2(0x1be)]],_0x27728e[_0x1ab0f2(0x25a)]=[_0xa6f3f4[_0x1ab0f2(0x27b)]],_0x27728e[_0x1ab0f2(0x279)]=[_0xa6f3f4[_0x1ab0f2(0x270)]],_0x27728e[_0x1ab0f2(0x1f8)]=[_0xa6f3f4[_0x1ab0f2(0x1ea)]],_0x27728e;},exports['EnvCapsMapping']=()=>{var _0x3ab2fc=a93_0x20ba,_0xb93af3={};_0xb93af3[_0x3ab2fc(0x1ce)]=_0x3ab2fc(0x1d1),_0xb93af3[_0x3ab2fc(0x244)]=_0x3ab2fc(0x200),_0xb93af3['bcyKR']=_0x3ab2fc(0x22b),_0xb93af3[_0x3ab2fc(0x268)]=_0x3ab2fc(0x1b5),_0xb93af3[_0x3ab2fc(0x1d7)]=_0x3ab2fc(0x1e8),_0xb93af3[_0x3ab2fc(0x1bc)]=_0x3ab2fc(0x209),_0xb93af3[_0x3ab2fc(0x21f)]=_0x3ab2fc(0x212),_0xb93af3['UvIDB']=_0x3ab2fc(0x20b),_0xb93af3[_0x3ab2fc(0x241)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0xb93af3[_0x3ab2fc(0x1b9)]=_0x3ab2fc(0x223),_0xb93af3[_0x3ab2fc(0x1bd)]=_0x3ab2fc(0x271),_0xb93af3['Jhjjv']=_0x3ab2fc(0x263),_0xb93af3[_0x3ab2fc(0x25f)]=_0x3ab2fc(0x283),_0xb93af3[_0x3ab2fc(0x1c9)]=_0x3ab2fc(0x1c5),_0xb93af3[_0x3ab2fc(0x205)]=_0x3ab2fc(0x21a),_0xb93af3[_0x3ab2fc(0x239)]=_0x3ab2fc(0x1ed);var _0x1dd706=_0xb93af3,_0xfee67={};return _0xfee67[_0x3ab2fc(0x235)]=[_0x1dd706[_0x3ab2fc(0x1ce)],_0x1dd706[_0x3ab2fc(0x244)]],_0xfee67[_0x3ab2fc(0x1d0)]=[_0x1dd706[_0x3ab2fc(0x276)]],_0xfee67[_0x3ab2fc(0x1f4)]=[_0x1dd706['qEwEu']],_0xfee67['projectName']=[_0x1dd706[_0x3ab2fc(0x1d7)]],_0xfee67[_0x3ab2fc(0x1f7)]=[_0x1dd706[_0x3ab2fc(0x1bc)]],_0xfee67[_0x3ab2fc(0x1d5)]=[_0x1dd706[_0x3ab2fc(0x21f)]],_0xfee67[_0x3ab2fc(0x1e4)]=[_0x1dd706['UvIDB']],_0xfee67[_0x3ab2fc(0x266)]=[_0x1dd706['eBGzY']],_0xfee67['rerunTests']=[_0x1dd706[_0x3ab2fc(0x1b9)]],_0xfee67[_0x3ab2fc(0x215)]=[_0x1dd706[_0x3ab2fc(0x1bd)],_0x1dd706[_0x3ab2fc(0x281)]],_0xfee67['logLevel']=[_0x1dd706[_0x3ab2fc(0x25f)],_0x1dd706['ahEmo']],_0xfee67[_0x3ab2fc(0x1e6)]=[_0x1dd706[_0x3ab2fc(0x205)]],_0xfee67[_0x3ab2fc(0x262)]=[_0x1dd706[_0x3ab2fc(0x239)]],_0xfee67;},exports[a93_0x5a2424(0x1eb)]=()=>[a93_0x5a2424(0x27d),a93_0x5a2424(0x1ff),a93_0x5a2424(0x280),a93_0x5a2424(0x204),'app','udid',a93_0x5a2424(0x211),a93_0x5a2424(0x1f6),'orientation',a93_0x5a2424(0x203),'noReset',a93_0x5a2424(0x1da),a93_0x5a2424(0x26a),a93_0x5a2424(0x1bf),a93_0x5a2424(0x277),a93_0x5a2424(0x275),a93_0x5a2424(0x23f),a93_0x5a2424(0x25d),'appPackage',a93_0x5a2424(0x1cb),a93_0x5a2424(0x1de),a93_0x5a2424(0x245),a93_0x5a2424(0x26f),'allowTestPackages','androidCoverage',a93_0x5a2424(0x285),a93_0x5a2424(0x1dc),a93_0x5a2424(0x20a),a93_0x5a2424(0x1c4),a93_0x5a2424(0x1fe),a93_0x5a2424(0x1ca),a93_0x5a2424(0x227),a93_0x5a2424(0x1fc),a93_0x5a2424(0x21d),a93_0x5a2424(0x230),'useKeystore',a93_0x5a2424(0x286),a93_0x5a2424(0x272),a93_0x5a2424(0x218),'keyPassword',a93_0x5a2424(0x23a),'chromedriverArgs',a93_0x5a2424(0x24b),a93_0x5a2424(0x238),a93_0x5a2424(0x20e),a93_0x5a2424(0x1ef),a93_0x5a2424(0x1b2),'chromedriverDisableBuildCheck',a93_0x5a2424(0x1e9),'intentAction',a93_0x5a2424(0x1b3),a93_0x5a2424(0x206),a93_0x5a2424(0x219),a93_0x5a2424(0x253),a93_0x5a2424(0x27e),a93_0x5a2424(0x216),a93_0x5a2424(0x1c2),a93_0x5a2424(0x267),a93_0x5a2424(0x214),a93_0x5a2424(0x1e5),a93_0x5a2424(0x24e),a93_0x5a2424(0x23b),'androidScreenshotPath',a93_0x5a2424(0x1b7),a93_0x5a2424(0x26d),a93_0x5a2424(0x22a),'adbExecTimeout',a93_0x5a2424(0x248),a93_0x5a2424(0x24f),a93_0x5a2424(0x1f0),'androidNaturalOrientation',a93_0x5a2424(0x229),a93_0x5a2424(0x1b6),'skipUnlock',a93_0x5a2424(0x1c3),'unlockKey',a93_0x5a2424(0x201),a93_0x5a2424(0x1fa),'uninstallOtherPackages',a93_0x5a2424(0x231),'buildToolsVersion',a93_0x5a2424(0x1e7),'ensureWebviewsHavePages',a93_0x5a2424(0x20c),a93_0x5a2424(0x269),a93_0x5a2424(0x25c),a93_0x5a2424(0x1df),a93_0x5a2424(0x26e),a93_0x5a2424(0x24a),a93_0x5a2424(0x26c),a93_0x5a2424(0x257),'autoAcceptAlerts',a93_0x5a2424(0x23d),a93_0x5a2424(0x21e),'nativeWebTap',a93_0x5a2424(0x1c1),a93_0x5a2424(0x228),a93_0x5a2424(0x21c),a93_0x5a2424(0x1bb),a93_0x5a2424(0x1d3),a93_0x5a2424(0x1f3),a93_0x5a2424(0x252),a93_0x5a2424(0x1b8),a93_0x5a2424(0x1ba),a93_0x5a2424(0x247),a93_0x5a2424(0x282),a93_0x5a2424(0x261),a93_0x5a2424(0x258),a93_0x5a2424(0x20d),a93_0x5a2424(0x1e1),a93_0x5a2424(0x1db),a93_0x5a2424(0x22c),a93_0x5a2424(0x278),a93_0x5a2424(0x1e2),'appName',a93_0x5a2424(0x221),a93_0x5a2424(0x25e),a93_0x5a2424(0x1b4),a93_0x5a2424(0x233),a93_0x5a2424(0x22e),a93_0x5a2424(0x226),'xcodeConfigFile',a93_0x5a2424(0x251),a93_0x5a2424(0x1d6),'preventWDAAttachments',a93_0x5a2424(0x1c6),'keychainPath',a93_0x5a2424(0x21b),a93_0x5a2424(0x1c0),a93_0x5a2424(0x22d),'xcodeOrgId',a93_0x5a2424(0x260),a93_0x5a2424(0x1f5),a93_0x5a2424(0x1cf),a93_0x5a2424(0x207),a93_0x5a2424(0x242),'wdaStartupRetryInterval',a93_0x5a2424(0x1f9),a93_0x5a2424(0x217),a93_0x5a2424(0x232),'useCarthageSsl',a93_0x5a2424(0x23e),a93_0x5a2424(0x208),a93_0x5a2424(0x1b0),a93_0x5a2424(0x1f1),a93_0x5a2424(0x237),a93_0x5a2424(0x1c7),a93_0x5a2424(0x256),a93_0x5a2424(0x250)]);function a93_0x4272(){var _0x536c4b=['autoDismissAlerts','shouldUseSingletonTestManager','printPageSourceOnFindFailure','10HuwXcd','eBGzY','wdaStartupRetries','1910928JSdfeB','gLaxB','appWaitDuration','browserstack.automation','sendKeyStrategy','localeScript','browserstack.config','launchTimeout','chromedriverExecutableDir','rerunTests','4245528sSboXG','recreateChromeDriverSessions','skipDeviceInitialization','allowDelayAdb','keychainPassword','processArguments','dontStopAppOnReset','3268136QaNTXl','HoygG','logcatFilterSpecs','locationServicesAuthorized','remoteDebugProxy','browserstack.localIdentifier','runPreviouslyFailedFirst','WGiir','remoteAppsCacheLimit','appActivity','tapWithShortPressDuration','nyNxN','xcodeSigningId','screenshotWaitTimeout','logDir','BROWSERSTACK_APP','browserstack.buildName','SEKrL','localIdentifier','ignoreUnimportantViews','qEwEu','enableWebviewDetailsCollection','clearSystemFiles','8887048gbTERL','locationServicesEnabled','gpsEnabled','bundleId','deviceReadyTimeout','NGwmq','BROWSERSTACK_APP_ID','keystorePassword','2463285ifiWWD','abortBuildOnFailure','otherApps','bcyKR','enablePerformanceLogging','waitForAppScript','rerunPreviouslyFailed','browserstack.ppp','nMBXw','6MpYUwR','automationName','unicodeKeyboard','CmCZs','deviceName','Jhjjv','webkitResponseTimeout','BROWSERSTACK_OBSERVABILITY_DEBUG','projectName','androidCoverageEndIntent','keystorePath','allowTouchIdEnroll','browserstack.parallelsPerPlatform','chromedriverPorts','intentCategory','scaleFactor','BROWSERSTACK_BUILD_NAME','remoteAdbHost','networkSpeed','interKeyDelay','DZAVh','showIOSLog','safariOpenLinksInBackground','IQvIh','lmBKC','qhFqK','eventTimings','wdaLaunchTimeout','safariInitialUrl','noSign','unlockType','androidDeviceSocket','BROWSERSTACK_TEST_REPORTING_DEBUG','webDriverAgentUrl','logcatFormat','browserstack.testOrchestration.runPreviouslyFailedFirst','ahEmo','androidInstallPath','appWaitActivity','1PmXjuc','browserstack.userName','mmaxK','resetOnSessionStartOnly','accessKey','BROWSERSTACK_USERNAME','browserstack.projectName','keepKeyChains','browserstack.app','parallelsPerPlatform','usePrebuiltWDA','RijUH','8054783KCVfKG','ckzqN','fullReset','webkitDebugProxyPort','androidDeviceReadyTimeout','browserstack.testOrchestration.skipFlakyandFailed','appWaitPackage','calendarFormat','OOIHH','skipLogCapture','webviewConnectRetries','browserstack.local','browserstackLocal','chromeOptions','automation','enforceAppInstall','BROWSERSTACK_PROJECT_NAME','autoWebviewTimeout','YqupJ','AppiumCaps','FFMJj','BROWSERSTACK_LOG_DIR','ybZbB','chromedriverPort','autoGrantPermissions','ignoreHiddenApiPolicyError','browserstack.access_key','localizableStringsDir','buildName','updatedWDABundleId','locale','buildIdentifier','skipFlakyandFailed','connectHardwareKeyboard','skipLogcatCapture','9AmgkAD','avdLaunchTimeout','WDrCO','androidInstallTimeout','platformVersion','BROWSERSTACK_USER_NAME','autoLaunch','nTFcb','autoWebview','newCommandTimeout','uxgiq','intentFlags','commandTimeouts','startIWDP','BROWSERSTACK_BUILD_IDENTIFIER','adbPort','BROWSERSTACK_LOCAL','webviewDevtoolsPort','enableAsyncExecuteFromHttps','chromedriverUseSystemExecutable','XnAjj','browserstack.testOrchestration.rerunPreviouslyFailed','language','BROWSERSTACK_PARALLELS_PER_PLATFORM','browserstack.rerunTests','disableAndroidWatchers','app','resetKeyboard','maxTypingFrequency','keyAlias','optionalIntentArguments','BROWSERSTACK_AUTOMATION','useNewWDA','safariIgnoreFraudWarning','avdReadyTimeout','nativeInstrumentsLib','bHZjQ','browserstack.logLevel','customSSLCert','11190074FKFRJM','BROWSERSTACK_RERUN_TESTS','nVuPd','browserstack.user_name','iosInstallPause','avd','safariAllowPopups','systemPort','isHeadless','BROWSERSTACK_ACCESS_KEY','fullContextList','wdaConnectionTimeout','showXcodeLog','eOGPd','avdArgs','disableWindowAnimation','simpleIsVisibleCheck','wdaLocalPort','ovTBu','userName','CBWgE','mockLocationApp','chromedriverChromeMappingFile','tyirb','chromedriverExecutable','nativeWebScreenshot','browserstackConfigFile'];a93_0x4272=function(){return _0x536c4b;};return a93_0x4272();}
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 +1 @@
1
- function a94_0x5994(_0x1f05d,_0x1f2f5d){var _0xc684eb=a94_0xc684();return a94_0x5994=function(_0x599494,_0x32dd79){_0x599494=_0x599494-0xf7;var _0x449fd5=_0xc684eb[_0x599494];return _0x449fd5;},a94_0x5994(_0x1f05d,_0x1f2f5d);}var a94_0x2daeb7=a94_0x5994;(function(_0x24e762,_0x29443b){var _0x4e43a0=a94_0x5994,_0x142744=_0x24e762();while(!![]){try{var _0x41c932=-parseInt(_0x4e43a0(0xfb))/0x1+parseInt(_0x4e43a0(0xf9))/0x2*(parseInt(_0x4e43a0(0xfc))/0x3)+parseInt(_0x4e43a0(0xf8))/0x4+parseInt(_0x4e43a0(0xfe))/0x5+-parseInt(_0x4e43a0(0x100))/0x6+-parseInt(_0x4e43a0(0xfa))/0x7*(-parseInt(_0x4e43a0(0xff))/0x8)+-parseInt(_0x4e43a0(0xfd))/0x9;if(_0x41c932===_0x29443b)break;else _0x142744['push'](_0x142744['shift']());}catch(_0x54ec67){_0x142744['push'](_0x142744['shift']());}}}(a94_0xc684,0xbd78f),exports['BROWSERSTACK_GRR_US_HUB_URL']=a94_0x2daeb7(0xf7));function a94_0xc684(){var _0xe390e=['6286284rXilmp','https://hub-use-only.browserstack.com/wd/hub','5866596lendwS','4UxCbhf','3280487dvJEOQ','1300300AgJVcy','97485MahshC','1466622DeBYMl','1747445eFzLmH','24cPfSPh'];a94_0xc684=function(){return _0xe390e;};return a94_0xc684();}
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 +1 @@
1
- function a95_0x741c(_0x35fe54,_0x392662){var _0xae6a87=a95_0xae6a();return a95_0x741c=function(_0x741c42,_0x4c4861){_0x741c42=_0x741c42-0x126;var _0x41dd24=_0xae6a87[_0x741c42];return _0x41dd24;},a95_0x741c(_0x35fe54,_0x392662);}(function(_0x2f9d88,_0x4c2fef){var _0x4a624e=a95_0x741c,_0x156e34=_0x2f9d88();while(!![]){try{var _0x3ea0c3=-parseInt(_0x4a624e(0x130))/0x1+-parseInt(_0x4a624e(0x128))/0x2*(parseInt(_0x4a624e(0x129))/0x3)+-parseInt(_0x4a624e(0x12d))/0x4*(parseInt(_0x4a624e(0x132))/0x5)+-parseInt(_0x4a624e(0x12c))/0x6*(-parseInt(_0x4a624e(0x134))/0x7)+parseInt(_0x4a624e(0x12a))/0x8*(-parseInt(_0x4a624e(0x12b))/0x9)+-parseInt(_0x4a624e(0x127))/0xa+parseInt(_0x4a624e(0x138))/0xb*(parseInt(_0x4a624e(0x135))/0xc);if(_0x3ea0c3===_0x4c2fef)break;else _0x156e34['push'](_0x156e34['shift']());}catch(_0x1ca357){_0x156e34['push'](_0x156e34['shift']());}}}(a95_0xae6a,0xa328d),exports['setCentralScannerData']=(_0x2ec7a6,_0x508d9d,_0x9e2e35)=>{var _0x42bec3=a95_0x741c,_0x47977e={'llQyJ':function(_0x184c5e,_0x52a670){return _0x184c5e(_0x52a670);},'RnzNl':function(_0x3d6dc9,_0x972cb6){return _0x3d6dc9||_0x972cb6;}};_0x2ec7a6[_0x42bec3(0x131)]={'http_code':_0x47977e['llQyJ'](String,_0x508d9d)||null,'redirect_url':_0x47977e[_0x42bec3(0x137)](_0x9e2e35,null),'token':process[_0x42bec3(0x126)][_0x42bec3(0x12f)]||null},process[_0x42bec3(0x126)][_0x42bec3(0x136)]&&(_0x2ec7a6[_0x42bec3(0x131)][_0x42bec3(0x12e)]=JSON[_0x42bec3(0x133)](process['env'][_0x42bec3(0x136)])||null);});function a95_0xae6a(){var _0x12cf3f=['parse','21588EqMOGI','852FtQhwL','A11Y_SCAN_RESULT','RnzNl','243881xgMbpY','env','1060400MiCfQG','20JVGDwB','28221jrEPxl','6061872GQxWcz','9glPGWA','1608WRdXLs','2700kZsxHo','a11y_scanner','BROWSERSTACK_CENTRAL_SCANNER_JWT','198733XfnkhF','central_scanner_log','4265kLyijY'];a95_0xae6a=function(){return _0x12cf3f;};return a95_0xae6a();}
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 +1 @@
1
- const a96_0x165990=a96_0xb05f;(function(_0x6a3ae1,_0x23c52a){const _0x5e6288=a96_0xb05f,_0x2c7eec=_0x6a3ae1();while(!![]){try{const _0x523a3a=-parseInt(_0x5e6288(0xc3))/0x1+parseInt(_0x5e6288(0xc4))/0x2*(-parseInt(_0x5e6288(0xc6))/0x3)+-parseInt(_0x5e6288(0xc1))/0x4+-parseInt(_0x5e6288(0xb9))/0x5*(-parseInt(_0x5e6288(0xc9))/0x6)+parseInt(_0x5e6288(0xbf))/0x7+-parseInt(_0x5e6288(0xc8))/0x8*(-parseInt(_0x5e6288(0xbe))/0x9)+parseInt(_0x5e6288(0xc2))/0xa*(-parseInt(_0x5e6288(0xbd))/0xb);if(_0x523a3a===_0x23c52a)break;else _0x2c7eec['push'](_0x2c7eec['shift']());}catch(_0x48a2e9){_0x2c7eec['push'](_0x2c7eec['shift']());}}}(a96_0x1f23,0x192b8));const logger=require(a96_0x165990(0xc0))['winstonLogger'];function createClassLogger(_0x77255c){const _0x5a22fc=a96_0x165990;return{'info':(_0x1e4a55,..._0xe23bb7)=>logger['info']('['+_0x77255c+']\x20'+_0x1e4a55,..._0xe23bb7),'debug':(_0x10db8a,..._0x42f12f)=>logger[_0x5a22fc(0xbb)]('['+_0x77255c+']\x20'+_0x10db8a,..._0x42f12f),'warn':(_0x1c9a50,..._0xbb1b7a)=>logger[_0x5a22fc(0xc7)]('['+_0x77255c+']\x20'+_0x1c9a50,..._0xbb1b7a),'error':(_0x216280,..._0x5a9516)=>logger[_0x5a22fc(0xba)]('['+_0x77255c+']\x20'+_0x216280,..._0x5a9516),'verbose':(_0x1e9826,..._0x338546)=>logger['verbose']('['+_0x77255c+']\x20'+_0x1e9826,..._0x338546)};}const a96_0x2bb9a0={};a96_0x2bb9a0[a96_0x165990(0xc5)]=createClassLogger,module[a96_0x165990(0xbc)]=a96_0x2bb9a0;function a96_0xb05f(_0x1152aa,_0x1a21c3){const _0x1f2375=a96_0x1f23();return a96_0xb05f=function(_0xb05f4,_0x365e0e){_0xb05f4=_0xb05f4-0xb9;let _0x55ad64=_0x1f2375[_0xb05f4];return _0x55ad64;},a96_0xb05f(_0x1152aa,_0x1a21c3);}function a96_0x1f23(){const _0x396f58=['48352NwktGy','68922GNAdBi','25uXfBLe','error','debug','exports','11pgTZvD','171SDHtim','1308531wRogee','./logger.js','59656nrDqMv','1551670WAUJTl','47947jmMJMH','7616fqWcWn','createClassLogger','30ODezOv','warn'];a96_0x1f23=function(){return _0x396f58;};return a96_0x1f23();}
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 +1 @@
1
- var a97_0x98dbef=a97_0x4e87;function a97_0x4e87(_0x1040a5,_0xba77f1){var _0xed9073=a97_0xed90();return a97_0x4e87=function(_0x4e8731,_0x341012){_0x4e8731=_0x4e8731-0x18c;var _0x592332=_0xed9073[_0x4e8731];return _0x592332;},a97_0x4e87(_0x1040a5,_0xba77f1);}(function(_0x5cb4b0,_0x1b42cd){var _0x500c0b=a97_0x4e87,_0x186234=_0x5cb4b0();while(!![]){try{var _0x2ef477=parseInt(_0x500c0b(0x18e))/0x1+-parseInt(_0x500c0b(0x199))/0x2*(parseInt(_0x500c0b(0x18d))/0x3)+-parseInt(_0x500c0b(0x192))/0x4+parseInt(_0x500c0b(0x190))/0x5*(-parseInt(_0x500c0b(0x196))/0x6)+-parseInt(_0x500c0b(0x194))/0x7+parseInt(_0x500c0b(0x191))/0x8+parseInt(_0x500c0b(0x195))/0x9;if(_0x2ef477===_0x1b42cd)break;else _0x186234['push'](_0x186234['shift']());}catch(_0x2e0fad){_0x186234['push'](_0x186234['shift']());}}}(a97_0xed90,0x584db));class Global{static [a97_0x98dbef(0x197)];constructor(){var _0x4c79e3=a97_0x98dbef;if(Global[_0x4c79e3(0x197)])return Global[_0x4c79e3(0x197)];this[_0x4c79e3(0x193)]=global,Global['__instance']=this;}[a97_0x98dbef(0x18c)](_0x268779,_0x2ef92c){var _0x4b6b3e=a97_0x98dbef;this[_0x4b6b3e(0x193)][_0x268779]=_0x2ef92c;}[a97_0x98dbef(0x18f)](_0x5273ad){var _0x353b19=a97_0x98dbef;return this[_0x353b19(0x193)][_0x5273ad];}}function a97_0xed90(){var _0xfdf3e6=['2rhYIYS','setGlobal','1016493LjIIMN','102302eLMkvk','getGlobal','8620lxVxSU','1618528ZKRmsm','2482052iFMrLu','browserStackGlobals','3200708qIhKvm','14628357IzEJIK','528BaSKgR','__instance','exports'];a97_0xed90=function(){return _0xfdf3e6;};return a97_0xed90();}module[a97_0x98dbef(0x198)]=new Global();
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();