browserstack-node-sdk 1.41.0 → 1.42.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 (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 -0
  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 -0
  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 -0
  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
- const a89_0x25f4f8=a89_0x1374;(function(_0x35822e,_0xb94b13){const _0xbad213=a89_0x1374,_0x5126d7=_0x35822e();while(!![]){try{const _0x52b761=-parseInt(_0xbad213(0x98))/0x1+parseInt(_0xbad213(0x99))/0x2+parseInt(_0xbad213(0xa1))/0x3*(-parseInt(_0xbad213(0x94))/0x4)+parseInt(_0xbad213(0xa2))/0x5+-parseInt(_0xbad213(0xa5))/0x6+-parseInt(_0xbad213(0x9b))/0x7+-parseInt(_0xbad213(0x93))/0x8*(-parseInt(_0xbad213(0x96))/0x9);if(_0x52b761===_0xb94b13)break;else _0x5126d7['push'](_0x5126d7['shift']());}catch(_0x5a5358){_0x5126d7['push'](_0x5126d7['shift']());}}}(a89_0x4594,0x228fb));function a89_0x1374(_0x3ff2fd,_0x16b174){const _0x4594a2=a89_0x4594();return a89_0x1374=function(_0x13744c,_0x5b474d){_0x13744c=_0x13744c-0x91;let _0x396e3b=_0x4594a2[_0x13744c];return _0x396e3b;},a89_0x1374(_0x3ff2fd,_0x16b174);}const a89_0x39ff67={};a89_0x39ff67[a89_0x25f4f8(0xa3)]='https://grid.browserstack.com/dashboard/builds',a89_0x39ff67[a89_0x25f4f8(0xa0)]=a89_0x25f4f8(0x97),module[a89_0x25f4f8(0x92)]=a89_0x39ff67;const _env=(process[a89_0x25f4f8(0xa4)][a89_0x25f4f8(0x95)]||a89_0x25f4f8(0x9e))[a89_0x25f4f8(0x91)]();if(_env===a89_0x25f4f8(0x9f)||_env===a89_0x25f4f8(0x9d))module[a89_0x25f4f8(0x92)][a89_0x25f4f8(0xa3)]=a89_0x25f4f8(0x9a);else(_env==='preprod'||_env==='pre-prod')&&(module[a89_0x25f4f8(0x92)][a89_0x25f4f8(0xa3)]=a89_0x25f4f8(0x9c));function a89_0x4594(){const _0x416cbd=['869190iJclyK','toLowerCase','exports','3335848XrYcYb','4CcbKfq','BROWSERSTACK_ENV','9UwJvPO','automate-turboscale/v1','164603wUpDGF','556942JUyUIs','https://grid-devhst.bsstag.com/dashboard/builds','1908809TfFtyh','https://grid-preprod.bsstag.com/dashboard/builds','stag','prod','staging','API_ENDPOINT','653505BoXhkL','1230505WDWFWd','BUILDS_DASHBOARD_URL','env'];a89_0x4594=function(){return _0x416cbd;};return a89_0x4594();}
1
+ const a91_0x96b259=a91_0x5455;function a91_0x5455(_0x4d67a1,_0x2ffae6){const _0x480c4d=a91_0x480c();return a91_0x5455=function(_0x545504,_0x3596bd){_0x545504=_0x545504-0x1cb;let _0x4ab6e0=_0x480c4d[_0x545504];return _0x4ab6e0;},a91_0x5455(_0x4d67a1,_0x2ffae6);}(function(_0x5481ae,_0x451ca7){const _0x45a341=a91_0x5455,_0x1deb45=_0x5481ae();while(!![]){try{const _0x5c2580=-parseInt(_0x45a341(0x1cb))/0x1+parseInt(_0x45a341(0x1de))/0x2+-parseInt(_0x45a341(0x1da))/0x3*(parseInt(_0x45a341(0x1d7))/0x4)+-parseInt(_0x45a341(0x1d3))/0x5*(-parseInt(_0x45a341(0x1ce))/0x6)+-parseInt(_0x45a341(0x1d4))/0x7+-parseInt(_0x45a341(0x1db))/0x8*(parseInt(_0x45a341(0x1d6))/0x9)+parseInt(_0x45a341(0x1dd))/0xa;if(_0x5c2580===_0x451ca7)break;else _0x1deb45['push'](_0x1deb45['shift']());}catch(_0x4e6abc){_0x1deb45['push'](_0x1deb45['shift']());}}}(a91_0x480c,0xe30d2));const a91_0x4030fa={};a91_0x4030fa[a91_0x96b259(0x1dc)]=a91_0x96b259(0x1d5),a91_0x4030fa[a91_0x96b259(0x1cd)]='automate-turboscale/v1',module[a91_0x96b259(0x1cc)]=a91_0x4030fa;const _env=(process[a91_0x96b259(0x1d8)]['BROWSERSTACK_ENV']||'prod')[a91_0x96b259(0x1d9)]();if(_env===a91_0x96b259(0x1d1)||_env===a91_0x96b259(0x1df))module[a91_0x96b259(0x1cc)][a91_0x96b259(0x1dc)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a91_0x96b259(0x1d0)||_env===a91_0x96b259(0x1cf))&&(module['exports'][a91_0x96b259(0x1dc)]=a91_0x96b259(0x1d2));function a91_0x480c(){const _0xf421e2=['pre-prod','preprod','staging','https://grid-preprod.bsstag.com/dashboard/builds','825455YtUIcw','10725561MOJlOI','https://grid.browserstack.com/dashboard/builds','92817lxiMGr','364odpOgM','env','toLowerCase','31275wgBQyr','320yXqVTN','BUILDS_DASHBOARD_URL','22660170ysPvSF','1110860RIytTe','stag','153664ulHOBC','exports','API_ENDPOINT','42azfOnT'];a91_0x480c=function(){return _0xf421e2;};return a91_0x480c();}
@@ -1 +1 @@
1
- const a90_0xf9a591=a90_0x4ccc;(function(_0x1eef27,_0x1e0fd6){const _0x475692=a90_0x4ccc,_0x357422=_0x1eef27();while(!![]){try{const _0x2acb3e=-parseInt(_0x475692(0xf4))/0x1+parseInt(_0x475692(0xf9))/0x2+parseInt(_0x475692(0xdf))/0x3+parseInt(_0x475692(0xe2))/0x4*(-parseInt(_0x475692(0xf0))/0x5)+parseInt(_0x475692(0xf2))/0x6+-parseInt(_0x475692(0xf5))/0x7*(parseInt(_0x475692(0xf3))/0x8)+parseInt(_0x475692(0xfd))/0x9;if(_0x2acb3e===_0x1e0fd6)break;else _0x357422['push'](_0x357422['shift']());}catch(_0x282857){_0x357422['push'](_0x357422['shift']());}}}(a90_0xa93d,0xb69a8));const constants=require(a90_0xf9a591(0xe7));function a90_0x4ccc(_0x2dcf7d,_0x3864c1){const _0xa93d9c=a90_0xa93d();return a90_0x4ccc=function(_0x4ccc79,_0x5bf955){_0x4ccc79=_0x4ccc79-0xdf;let _0x12a61e=_0xa93d9c[_0x4ccc79];return _0x12a61e;},a90_0x4ccc(_0x2dcf7d,_0x3864c1);}exports[a90_0xf9a591(0xec)]=()=>{const _0x1c8421=a90_0xf9a591;if(!constants[_0x1c8421(0xf6)][_0x1c8421(0xfb)])return{};return constants['TURBOSCALE_OPTIONS'][_0x1c8421(0xfb)];},exports[a90_0xf9a591(0xe6)]=_0x119207=>{const _0x3b98ff=a90_0xf9a591,_0x32ffb9={};_0x32ffb9['jEbwu']='NO_GRID_NAME_PASSED';const _0x377961=_0x32ffb9;if(_0x119207[_0x3b98ff(0xef)]&&_0x119207[_0x3b98ff(0xef)][_0x3b98ff(0xe9)])return _0x119207[_0x3b98ff(0xef)]['gridName'];if(process[_0x3b98ff(0xe4)][_0x3b98ff(0xed)])return process['env'][_0x3b98ff(0xed)];return _0x377961['jEbwu'];},exports[a90_0xf9a591(0xe0)]=_0x2a1a62=>{const _0x444096=a90_0xf9a591,_0x50ec93={};_0x50ec93[_0x444096(0xfe)]=function(_0x150214,_0x5a907e){return _0x150214===_0x5a907e;},_0x50ec93[_0x444096(0xfc)]=_0x444096(0xeb);const _0x1e07bc=_0x50ec93;return _0x2a1a62&&_0x2a1a62['turboScale']&&_0x1e07bc[_0x444096(0xfe)](_0x2a1a62['turboScale'][_0x444096(0xe5)]()[_0x444096(0xf8)](),_0x1e07bc[_0x444096(0xfc)]);},exports[a90_0xf9a591(0xfa)]=(_0x5d6dd0,_0xde970b,_0x22b90)=>{const _0x3bca8f=a90_0xf9a591,_0x2bc572={};_0x2bc572[_0x3bca8f(0xf1)]='medium';const _0xaf6d2d=_0x2bc572,_0x27d4c1={};_0x27d4c1[_0x3bca8f(0xf7)]=_0xaf6d2d[_0x3bca8f(0xf1)];_0x5d6dd0[_0x3bca8f(0xe1)]&&(_0x27d4c1['buildTags']=Array[_0x3bca8f(0xe8)](_0x5d6dd0[_0x3bca8f(0xe1)])?_0x5d6dd0[_0x3bca8f(0xe1)]:_0x5d6dd0['buildTags'][_0x3bca8f(0xea)](','));if(process[_0x3bca8f(0xe4)][_0x3bca8f(0xee)])try{_0x27d4c1[_0x3bca8f(0xe1)]=process['env'][_0x3bca8f(0xee)][_0x3bca8f(0xea)](',');}catch{_0x27d4c1[_0x3bca8f(0xe1)]=process[_0x3bca8f(0xe4)][_0x3bca8f(0xee)];}return _0x5d6dd0[_0x3bca8f(0xf7)]&&(_0x27d4c1[_0x3bca8f(0xf7)]=_0x5d6dd0['buildPriority']),process['env'][_0x3bca8f(0xe3)]&&(_0x27d4c1[_0x3bca8f(0xf7)]=process['env'][_0x3bca8f(0xe3)]),_0x27d4c1;};function a90_0xa93d(){const _0x188f3e=['BROWSERSTACK_TURBOSCALE_GRID_NAME','BROWSERSTACK_BUILD_TAGS','turboScaleOptions','5KDcfqM','bRspD','5447844pdXTdz','1064264eIGpBO','1379072EgTpEJ','35JIFAib','TURBOSCALE_OPTIONS','buildPriority','toLowerCase','2541712fPfIpP','getTurboScaleCaps','options','LccML','6533271zAubdU','cqAZt','2199213HkGrrz','isTurboScaleSession','buildTags','3382556nNlCcE','BROWSERSTACK_BUILD_PRIORITY','env','toString','getTurboScaleGridName','../../bin/utils/constants','isArray','gridName','split','true','getTurboScaleOptions'];a90_0xa93d=function(){return _0x188f3e;};return a90_0xa93d();}
1
+ function a92_0x19fb(){const _0x3b67e7=['true','14315652NnQfHm','BROWSERSTACK_TURBOSCALE_GRID_NAME','split','getTurboScaleCaps','turboScaleOptions','WmgfJ','buildPriority','env','options','TURBOSCALE_OPTIONS','6ykRRBQ','3053898uyTVZR','45eDjPng','7272608RIhVSd','isArray','BROWSERSTACK_BUILD_TAGS','toString','57010rwOXAx','BROWSERSTACK_BUILD_PRIORITY','730gBXIrE','toLowerCase','getTurboScaleOptions','getTurboScaleGridName','223531mEkzJE','9195410lLjOmY','buildTags','turboScale','4HeJFrn','98632OcxNZk','QXraI','QFVXs','isTurboScaleSession'];a92_0x19fb=function(){return _0x3b67e7;};return a92_0x19fb();}const a92_0x7b06d5=a92_0x1fe3;(function(_0x4c92cd,_0x33c4be){const _0x4f1bf2=a92_0x1fe3,_0x375122=_0x4c92cd();while(!![]){try{const _0x1361a7=parseInt(_0x4f1bf2(0x19e))/0x1*(parseInt(_0x4f1bf2(0x1b5))/0x2)+-parseInt(_0x4f1bf2(0x1af))/0x3+parseInt(_0x4f1bf2(0x19f))/0x4*(-parseInt(_0x4f1bf2(0x1b0))/0x5)+parseInt(_0x4f1bf2(0x1ae))/0x6*(parseInt(_0x4f1bf2(0x19b))/0x7)+parseInt(_0x4f1bf2(0x1b1))/0x8+-parseInt(_0x4f1bf2(0x1a4))/0x9+-parseInt(_0x4f1bf2(0x1b7))/0xa*(-parseInt(_0x4f1bf2(0x19a))/0xb);if(_0x1361a7===_0x33c4be)break;else _0x375122['push'](_0x375122['shift']());}catch(_0x1b49f6){_0x375122['push'](_0x375122['shift']());}}}(a92_0x19fb,0xf19cb));const constants=require('../../bin/utils/constants');function a92_0x1fe3(_0x28d0ad,_0x4579cb){const _0x19fb6a=a92_0x19fb();return a92_0x1fe3=function(_0x1fe32a,_0x8295b8){_0x1fe32a=_0x1fe32a-0x197;let _0xcae23c=_0x19fb6a[_0x1fe32a];return _0xcae23c;},a92_0x1fe3(_0x28d0ad,_0x4579cb);}exports[a92_0x7b06d5(0x198)]=()=>{const _0x105743=a92_0x7b06d5;if(!constants['TURBOSCALE_OPTIONS']['options'])return{};return constants[_0x105743(0x1ad)][_0x105743(0x1ac)];},exports[a92_0x7b06d5(0x199)]=_0x3724d0=>{const _0x48ef92=a92_0x7b06d5,_0x2cba34={};_0x2cba34['QXraI']='NO_GRID_NAME_PASSED';const _0x481562=_0x2cba34;if(_0x3724d0[_0x48ef92(0x1a8)]&&_0x3724d0[_0x48ef92(0x1a8)]['gridName'])return _0x3724d0[_0x48ef92(0x1a8)]['gridName'];if(process[_0x48ef92(0x1ab)][_0x48ef92(0x1a5)])return process['env'][_0x48ef92(0x1a5)];return _0x481562[_0x48ef92(0x1a0)];},exports[a92_0x7b06d5(0x1a2)]=_0x354ca6=>{const _0x1410c5=a92_0x7b06d5,_0x2ff097={};_0x2ff097[_0x1410c5(0x1a9)]=function(_0x497948,_0x2f721c){return _0x497948===_0x2f721c;},_0x2ff097[_0x1410c5(0x1a1)]=_0x1410c5(0x1a3);const _0x1ad2c9=_0x2ff097;return _0x354ca6&&_0x354ca6[_0x1410c5(0x19d)]&&_0x1ad2c9['WmgfJ'](_0x354ca6['turboScale'][_0x1410c5(0x1b4)]()[_0x1410c5(0x197)](),_0x1ad2c9[_0x1410c5(0x1a1)]);},exports[a92_0x7b06d5(0x1a7)]=(_0x5a8cb1,_0x331364,_0x400e4c)=>{const _0x102991=a92_0x7b06d5,_0x2ae321={};_0x2ae321['yFKPl']='medium';const _0x64dac9=_0x2ae321,_0x1377ea={};_0x1377ea[_0x102991(0x1aa)]=_0x64dac9['yFKPl'];_0x5a8cb1[_0x102991(0x19c)]&&(_0x1377ea['buildTags']=Array[_0x102991(0x1b2)](_0x5a8cb1[_0x102991(0x19c)])?_0x5a8cb1[_0x102991(0x19c)]:_0x5a8cb1[_0x102991(0x19c)][_0x102991(0x1a6)](','));if(process[_0x102991(0x1ab)][_0x102991(0x1b3)])try{_0x1377ea['buildTags']=process[_0x102991(0x1ab)][_0x102991(0x1b3)][_0x102991(0x1a6)](',');}catch{_0x1377ea[_0x102991(0x19c)]=process['env'][_0x102991(0x1b3)];}return _0x5a8cb1[_0x102991(0x1aa)]&&(_0x1377ea[_0x102991(0x1aa)]=_0x5a8cb1[_0x102991(0x1aa)]),process[_0x102991(0x1ab)][_0x102991(0x1b6)]&&(_0x1377ea['buildPriority']=process[_0x102991(0x1ab)][_0x102991(0x1b6)]),_0x1377ea;};
@@ -1 +1 @@
1
- function a91_0x2797(_0x3c470b,_0x1a752e){var _0x3ae4cc=a91_0x3ae4();return a91_0x2797=function(_0x2797e5,_0x285219){_0x2797e5=_0x2797e5-0x125;var _0x294cc8=_0x3ae4cc[_0x2797e5];return _0x294cc8;},a91_0x2797(_0x3c470b,_0x1a752e);}var a91_0xdeaf3c=a91_0x2797;function a91_0x3ae4(){var _0xa3bbdd=['dZcwN','buildIdentifier','autoWebviewTimeout','EnvCapsMapping','automation','avd','localIdentifier','enablePerformanceLogging','eventTimings','keystorePassword','otherApps','browserstack.local','uaVmU','keychainPassword','3464160SjGiPb','rerunTests','udid','qjWtm','browserstack.projectName','68832WyGNkV','BROWSERSTACK_RERUN_TESTS','browserstack.testOrchestration.runPreviouslyFailedFirst','wltfu','androidDeviceSocket','disableWindowAnimation','logDir','androidCoverage','safariAllowPopups','userName','browserstack.rerunTests','abortBuildOnFailure','PrutG','nativeInstrumentsLib','logcatFilterSpecs','unlockType','browserstack.testOrchestration.abortBuildOnFailure','BROWSERSTACK_APP','HjEcy','browserstack.userName','localeScript','XJQHo','MDKhw','AmqnN','BROWSERSTACK_PARALLELS_PER_PLATFORM','browserstack.automation','unicodeKeyboard','browserstack.accessKey','wdaLaunchTimeout','xcodeConfigFile','zpZbF','projectName','browserstack.ppp','browserstack.app','locationServicesAuthorized','allowDelayAdb','snhhP','safariInitialUrl','iosInstallPause','logcatFormat','boGHr','orientation','RRLhd','updatedWDABundleId','ensureWebviewsHavePages','kTzZB','useCarthageSsl','wdaStartupRetries','commandTimeouts','browserstack.config','printPageSourceOnFindFailure','launchTimeout','keepKeyChains','appActivity','adbExecTimeout','androidScreenshotPath','chromedriverPorts','JFiSo','app','allowTestPackages','safariOpenLinksInBackground','chromedriverExecutable','chromedriverChromeMappingFile','androidDeviceReadyTimeout','localizableStringsDir','intentAction','browserstack.parallelsPerPlatform','BROWSERSTACK_USERNAME','YgWhj','BROWSERSTACK_LOG_DIR','kgTIL','xcodeOrgId','resetKeyboard','autoLaunch','browserstackLocal','unlockKey','iqpeq','remoteAppsCacheLimit','QyZum','webviewConnectRetries','calendarFormat','useKeystore','preventWDAAttachments','chromedriverUseSystemExecutable','logLevel','usePrebuiltWDA','ignoreHiddenApiPolicyError','718437NTZQjx','xcodeSigningId','locationServicesEnabled','wdaStartupRetryInterval','retryTestsOnFailure','browserstack.access_key','fullReset','showXcodeLog','xRjTh','enforceAppInstall','edvko','customSSLCert','androidInstallPath','avdLaunchTimeout','257831vTxUdo','VIjsX','JBrJm','chromedriverPort','deviceReadyTimeout','appWaitPackage','resetOnSessionStartOnly','webkitDebugProxyPort','FgABj','accessKey','43376XapRoe','appWaitDuration','deviceName','DOpaC','BROWSERSTACK_ACCESS_KEY','autoGrantPermissions','uninstallOtherPackages','rYsnd','webviewDevtoolsPort','chromeOptions','autoWebview','BROWSERSTACK_BUILD_IDENTIFIER','allowTouchIdEnroll','24ZOHRkt','browserstack.buildName','keyPassword','Dldrn','AnwMi','wdaLocalPort','BROWSERSTACK_PROJECT_NAME','noReset','startIWDP','rALpN','appName','CLICapsMapping','buildName','parallelsPerPlatform','skipUnlock','458494hSKCPa','keystorePath','NlIXd','interKeyDelay','BROWSERSTACK_BUILD_NAME','browserstack.testOrchestration.rerunPreviouslyFailed','isHeadless','screenshotWaitTimeout','BROWSERSTACK_LOCAL','networkSpeed','browserstack.buildIdentifier','adbPort','webDriverAgentUrl','connectHardwareKeyboard','locale','rerunPreviouslyFailed','18pGqthk','browserstackConfigFile','androidInstallTimeout','enableAsyncExecuteFromHttps','CrLXQ','buildToolsVersion','simpleIsVisibleCheck','lpfjb','waitForAppScript','androidNaturalOrientation','enableWebviewDetailsCollection','XGVWx','browserstack.logDir','clearSystemFiles','browserstack.testOrchestration.retryTestsOnFailure','systemPort','shouldUseSingletonTestManager','cAulM','AppiumCaps','BROWSERSTACK_AUTOMATION','miEaR','scaleFactor','BROWSERSTACK_USER_NAME','useNewWDA','WMOrf','platformVersion','skipDeviceInitialization','keychainPath','95egHESo','nativeWebScreenshot','bundleId','1730576hcDIkH','appPackage','browserstack.user_name','ulvsq'];a91_0x3ae4=function(){return _0xa3bbdd;};return a91_0x3ae4();}(function(_0x545fbd,_0xc21bba){var _0x53a1f5=a91_0x2797,_0x247338=_0x545fbd();while(!![]){try{var _0x4f5835=-parseInt(_0x53a1f5(0x146))/0x1+parseInt(_0x53a1f5(0x1d1))/0x2+parseInt(_0x53a1f5(0x19d))/0x3+-parseInt(_0x53a1f5(0x1b5))/0x4*(parseInt(_0x53a1f5(0x12c))/0x5)+parseInt(_0x53a1f5(0x1c2))/0x6*(parseInt(_0x53a1f5(0x1ab))/0x7)+-parseInt(_0x53a1f5(0x12f))/0x8*(parseInt(_0x53a1f5(0x1e1))/0x9)+parseInt(_0x53a1f5(0x141))/0xa;if(_0x4f5835===_0xc21bba)break;else _0x247338['push'](_0x247338['shift']());}catch(_0x43482c){_0x247338['push'](_0x247338['shift']());}}}(a91_0x3ae4,0x3e3f2),exports[a91_0xdeaf3c(0x1cd)]=()=>{var _0x4aeaef=a91_0xdeaf3c,_0xdc2797={};_0xdc2797[_0x4aeaef(0x1e5)]=_0x4aeaef(0x131),_0xdc2797['PrutG']=_0x4aeaef(0x159),_0xdc2797[_0x4aeaef(0x1f5)]=_0x4aeaef(0x1a2),_0xdc2797['lpfjb']=_0x4aeaef(0x161),_0xdc2797[_0x4aeaef(0x18a)]=_0x4aeaef(0x1c3),_0xdc2797[_0x4aeaef(0x194)]=_0x4aeaef(0x145),_0xdc2797[_0x4aeaef(0x1ec)]=_0x4aeaef(0x1db),_0xdc2797[_0x4aeaef(0x1b8)]=_0x4aeaef(0x166),_0xdc2797[_0x4aeaef(0x192)]=_0x4aeaef(0x188),_0xdc2797[_0x4aeaef(0x1bc)]=_0x4aeaef(0x13e),_0xdc2797[_0x4aeaef(0x173)]='browserstack.localIdentifier',_0xdc2797[_0x4aeaef(0x15d)]=_0x4aeaef(0x150),_0xdc2797[_0x4aeaef(0x16e)]=_0x4aeaef(0x167),_0xdc2797[_0x4aeaef(0x149)]='browserstack.logLevel',_0xdc2797[_0x4aeaef(0x164)]=_0x4aeaef(0x15f),_0xdc2797[_0x4aeaef(0x17f)]=_0x4aeaef(0x1ed),_0xdc2797[_0x4aeaef(0x1a5)]=_0x4aeaef(0x177),_0xdc2797['ulvsq']=_0x4aeaef(0x1e2),_0xdc2797[_0x4aeaef(0x1ad)]=_0x4aeaef(0x1ef),_0xdc2797[_0x4aeaef(0x1cb)]=_0x4aeaef(0x156),_0xdc2797['HONJR']=_0x4aeaef(0x148),_0xdc2797[_0x4aeaef(0x133)]=_0x4aeaef(0x1d6),_0xdc2797[_0x4aeaef(0x1d3)]='browserstack.testOrchestration.skipFlakyandFailed';var _0x21f35f=_0xdc2797,_0x362079={};return _0x362079[_0x4aeaef(0x14f)]=[_0x21f35f[_0x4aeaef(0x1e5)],_0x21f35f[_0x4aeaef(0x152)]],_0x362079[_0x4aeaef(0x1b4)]=[_0x21f35f[_0x4aeaef(0x1f5)],_0x21f35f[_0x4aeaef(0x1e8)]],_0x362079[_0x4aeaef(0x1ce)]=[_0x21f35f[_0x4aeaef(0x18a)]],_0x362079['projectName']=[_0x21f35f['QyZum']],_0x362079[_0x4aeaef(0x134)]=[_0x21f35f['XGVWx']],_0x362079['parallelsPerPlatform']=[_0x21f35f[_0x4aeaef(0x1b8)],_0x21f35f[_0x4aeaef(0x192)]],_0x362079['browserstackLocal']=[_0x21f35f[_0x4aeaef(0x1bc)]],_0x362079[_0x4aeaef(0x139)]=[_0x21f35f[_0x4aeaef(0x173)]],_0x362079[_0x4aeaef(0x142)]=[_0x21f35f[_0x4aeaef(0x15d)]],_0x362079[_0x4aeaef(0x180)]=[_0x21f35f[_0x4aeaef(0x16e)]],_0x362079[_0x4aeaef(0x19a)]=[_0x21f35f['wltfu']],_0x362079[_0x4aeaef(0x137)]=[_0x21f35f[_0x4aeaef(0x164)]],_0x362079[_0x4aeaef(0x14c)]=[_0x21f35f['JFiSo']],_0x362079[_0x4aeaef(0x1e2)]=[_0x21f35f[_0x4aeaef(0x1a5)],_0x21f35f[_0x4aeaef(0x132)]],_0x362079[_0x4aeaef(0x1a1)]=[_0x21f35f[_0x4aeaef(0x1ad)]],_0x362079[_0x4aeaef(0x151)]=[_0x21f35f[_0x4aeaef(0x1cb)]],_0x362079['runPreviouslyFailedFirst']=[_0x21f35f['HONJR']],_0x362079[_0x4aeaef(0x1e0)]=[_0x21f35f['dZcwN']],_0x362079['skipFlakyandFailed']=[_0x21f35f[_0x4aeaef(0x1d3)]],_0x362079;},exports[a91_0xdeaf3c(0x136)]=()=>{var _0x4133bf=a91_0xdeaf3c,_0x52ea1f={};_0x52ea1f['edvko']=_0x4133bf(0x189),_0x52ea1f[_0x4133bf(0x15c)]=_0x4133bf(0x126),_0x52ea1f[_0x4133bf(0x144)]=_0x4133bf(0x1b9),_0x52ea1f['snhhP']=_0x4133bf(0x1d5),_0x52ea1f[_0x4133bf(0x158)]=_0x4133bf(0x1c8),_0x52ea1f['FgABj']=_0x4133bf(0x1c0),_0x52ea1f[_0x4133bf(0x15b)]=_0x4133bf(0x15e),_0x52ea1f['RRLhd']=_0x4133bf(0x1d9),_0x52ea1f[_0x4133bf(0x1c5)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x52ea1f['AnwMi']=_0x4133bf(0x147),_0x52ea1f['WMOrf']='BROWSERSTACK_APP_ID',_0x52ea1f[_0x4133bf(0x18c)]=_0x4133bf(0x157),_0x52ea1f[_0x4133bf(0x13f)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x52ea1f[_0x4133bf(0x1ac)]='BROWSERSTACK_TEST_REPORTING_DEBUG',_0x52ea1f['XyyMU']=_0x4133bf(0x1f4),_0x52ea1f[_0x4133bf(0x1f2)]=_0x4133bf(0x18b);var _0x108378=_0x52ea1f,_0x1e8fea={};return _0x1e8fea[_0x4133bf(0x14f)]=[_0x108378[_0x4133bf(0x1a7)],_0x108378[_0x4133bf(0x15c)]],_0x1e8fea['accessKey']=[_0x108378[_0x4133bf(0x144)]],_0x1e8fea[_0x4133bf(0x1ce)]=[_0x108378[_0x4133bf(0x16a)]],_0x1e8fea[_0x4133bf(0x165)]=[_0x108378['HjEcy']],_0x1e8fea[_0x4133bf(0x134)]=[_0x108378[_0x4133bf(0x1b3)]],_0x1e8fea[_0x4133bf(0x1cf)]=[_0x108378[_0x4133bf(0x15b)]],_0x1e8fea[_0x4133bf(0x190)]=[_0x108378[_0x4133bf(0x170)]],_0x1e8fea[_0x4133bf(0x139)]=[_0x108378[_0x4133bf(0x1c5)]],_0x1e8fea[_0x4133bf(0x142)]=[_0x108378[_0x4133bf(0x1c6)]],_0x1e8fea['app']=[_0x108378[_0x4133bf(0x128)],_0x108378['kgTIL']],_0x1e8fea['logLevel']=[_0x108378[_0x4133bf(0x13f)],_0x108378['VIjsX']],_0x1e8fea[_0x4133bf(0x137)]=[_0x108378['XyyMU']],_0x1e8fea[_0x4133bf(0x14c)]=[_0x108378['cAulM']],_0x1e8fea;},exports[a91_0xdeaf3c(0x1f3)]=()=>['automationName',a91_0xdeaf3c(0x129),a91_0xdeaf3c(0x1b7),'newCommandTimeout',a91_0xdeaf3c(0x180),a91_0xdeaf3c(0x143),'language',a91_0xdeaf3c(0x1df),a91_0xdeaf3c(0x16f),a91_0xdeaf3c(0x1bf),a91_0xdeaf3c(0x1c9),a91_0xdeaf3c(0x1a3),a91_0xdeaf3c(0x1ee),a91_0xdeaf3c(0x13b),a91_0xdeaf3c(0x13a),a91_0xdeaf3c(0x13d),a91_0xdeaf3c(0x178),a91_0xdeaf3c(0x17b),a91_0xdeaf3c(0x130),'appWaitActivity',a91_0xdeaf3c(0x1b0),a91_0xdeaf3c(0x1b6),a91_0xdeaf3c(0x1af),a91_0xdeaf3c(0x181),a91_0xdeaf3c(0x14d),'androidCoverageEndIntent',a91_0xdeaf3c(0x185),a91_0xdeaf3c(0x1dc),a91_0xdeaf3c(0x14a),a91_0xdeaf3c(0x1e3),a91_0xdeaf3c(0x1a9),a91_0xdeaf3c(0x138),a91_0xdeaf3c(0x1aa),'avdReadyTimeout','avdArgs',a91_0xdeaf3c(0x197),a91_0xdeaf3c(0x1d2),a91_0xdeaf3c(0x13c),'keyAlias',a91_0xdeaf3c(0x1c4),a91_0xdeaf3c(0x183),'chromedriverArgs','chromedriverExecutableDir',a91_0xdeaf3c(0x184),a91_0xdeaf3c(0x199),a91_0xdeaf3c(0x1ae),a91_0xdeaf3c(0x17e),'chromedriverDisableBuildCheck',a91_0xdeaf3c(0x135),a91_0xdeaf3c(0x187),'intentCategory','intentFlags','optionalIntentArguments','dontStopAppOnReset',a91_0xdeaf3c(0x160),a91_0xdeaf3c(0x18e),'noSign','ignoreUnimportantViews','disableAndroidWatchers',a91_0xdeaf3c(0x1be),'recreateChromeDriverSessions',a91_0xdeaf3c(0x12d),a91_0xdeaf3c(0x17d),a91_0xdeaf3c(0x1da),'gpsEnabled',a91_0xdeaf3c(0x1d7),a91_0xdeaf3c(0x17c),a91_0xdeaf3c(0x15a),a91_0xdeaf3c(0x12a),a91_0xdeaf3c(0x1ba),a91_0xdeaf3c(0x1ea),a91_0xdeaf3c(0x1f0),'remoteAdbHost',a91_0xdeaf3c(0x1d0),a91_0xdeaf3c(0x155),a91_0xdeaf3c(0x191),a91_0xdeaf3c(0x18f),'skipLogcatCapture',a91_0xdeaf3c(0x1bb),a91_0xdeaf3c(0x14b),a91_0xdeaf3c(0x1e6),a91_0xdeaf3c(0x1a6),a91_0xdeaf3c(0x172),a91_0xdeaf3c(0x1bd),a91_0xdeaf3c(0x1eb),a91_0xdeaf3c(0x193),a91_0xdeaf3c(0x196),a91_0xdeaf3c(0x12e),a91_0xdeaf3c(0x179),a91_0xdeaf3c(0x19f),a91_0xdeaf3c(0x168),'autoAcceptAlerts','autoDismissAlerts',a91_0xdeaf3c(0x153),'nativeWebTap',a91_0xdeaf3c(0x16b),a91_0xdeaf3c(0x14e),'safariIgnoreFraudWarning',a91_0xdeaf3c(0x182),a91_0xdeaf3c(0x17a),a91_0xdeaf3c(0x186),'processArguments',a91_0xdeaf3c(0x1d4),'showIOSLog','sendKeyStrategy','webkitResponseTimeout',a91_0xdeaf3c(0x1d8),'remoteDebugProxy',a91_0xdeaf3c(0x1e4),'skipLogCapture',a91_0xdeaf3c(0x1b2),'fullContextList',a91_0xdeaf3c(0x1e9),a91_0xdeaf3c(0x195),a91_0xdeaf3c(0x1cc),a91_0xdeaf3c(0x1a8),'tapWithShortPressDuration',a91_0xdeaf3c(0x125),a91_0xdeaf3c(0x1c7),a91_0xdeaf3c(0x1a4),a91_0xdeaf3c(0x16c),a91_0xdeaf3c(0x163),a91_0xdeaf3c(0x140),a91_0xdeaf3c(0x19b),a91_0xdeaf3c(0x198),a91_0xdeaf3c(0x1dd),a91_0xdeaf3c(0x12b),a91_0xdeaf3c(0x127),a91_0xdeaf3c(0x162),'wdaConnectionTimeout',a91_0xdeaf3c(0x18d),a91_0xdeaf3c(0x19e),a91_0xdeaf3c(0x171),a91_0xdeaf3c(0x1b1),a91_0xdeaf3c(0x176),a91_0xdeaf3c(0x175),a91_0xdeaf3c(0x1a0),a91_0xdeaf3c(0x1de),'maxTypingFrequency',a91_0xdeaf3c(0x1e7),a91_0xdeaf3c(0x174),a91_0xdeaf3c(0x1f1),a91_0xdeaf3c(0x1ca),a91_0xdeaf3c(0x1c1),a91_0xdeaf3c(0x19c),'mockLocationApp',a91_0xdeaf3c(0x16d),a91_0xdeaf3c(0x154),a91_0xdeaf3c(0x169)]);
1
+ function a93_0x582d(_0x43f3aa,_0x54390d){var _0x2c298c=a93_0x2c29();return a93_0x582d=function(_0x582dc2,_0x563c53){_0x582dc2=_0x582dc2-0x15c;var _0x272502=_0x2c298c[_0x582dc2];return _0x272502;},a93_0x582d(_0x43f3aa,_0x54390d);}var a93_0xb9a1c9=a93_0x582d;function a93_0x2c29(){var _0x1ead31=['gVivN','gpsEnabled','xohGW','skipLogcatCapture','language','bundleId','browserstack.userName','1fVuvao','buildIdentifier','nativeInstrumentsLib','ACbkc','browserstack.config','autoAcceptAlerts','24210IyefNm','autoGrantPermissions','BROWSERSTACK_PARALLELS_PER_PLATFORM','avdReadyTimeout','awpdi','browserstackConfigFile','systemPort','xcodeConfigFile','WenMg','calendarFormat','272noySAN','browserstack.accessKey','shouldUseSingletonTestManager','iosInstallPause','locationServicesEnabled','browserstack.logDir','fullContextList','zhBFb','BROWSERSTACK_BUILD_IDENTIFIER','browserstack.testOrchestration.skipFlakyandFailed','showXcodeLog','androidInstallTimeout','BROWSERSTACK_APP','nqJuY','adbExecTimeout','deviceName','ZDEQL','HxEIf','browserstack.local','ENEJS','keychainPath','browserstack.buildName','webviewConnectRetries','enableWebviewDetailsCollection','androidInstallPath','41404627vuWMxg','iEAUQ','172518CjYpID','BROWSERSTACK_APP_ID','1917332HsvMCO','unlockKey','chromedriverExecutableDir','isHeadless','safariAllowPopups','mockLocationApp','browserstack.logLevel','scaleFactor','FPZdo','zegWr','app','JzSLx','ignoreUnimportantViews','BROWSERSTACK_AUTOMATION','175WTXHug','OiUHG','sendKeyStrategy','183676KiOVmc','browserstack.ppp','chromedriverPorts','33TXJoPm','BROWSERSTACK_PROJECT_NAME','locationServicesAuthorized','ctilg','autoWebview','noSign','CxFFC','screenshotWaitTimeout','wdaLocalPort','remoteDebugProxy','tapWithShortPressDuration','localIdentifier','chromedriverChromeMappingFile','browserstack.buildIdentifier','fullReset','newCommandTimeout','dgCer','safariOpenLinksInBackground','androidCoverage','rEAHN','browserstack.projectName','webkitDebugProxyPort','keyAlias','buildToolsVersion','avdLaunchTimeout','useCarthageSsl','safariIgnoreFraudWarning','4545604WMtzcL','userName','kEYGH','npSwc','xcodeOrgId','skipDeviceInitialization','uninstallOtherPackages','androidDeviceSocket','projectName','skipUnlock','udid','browserstack.parallelsPerPlatform','androidDeviceReadyTimeout','launchTimeout','accessKey','interKeyDelay','ensureWebviewsHavePages','useKeystore','appWaitDuration','androidScreenshotPath','browserstack.testOrchestration.retryTestsOnFailure','customSSLCert','browserstack.automation','BROWSERSTACK_ACCESS_KEY','chromedriverDisableBuildCheck','safariInitialUrl','lpsvr','ignoreHiddenApiPolicyError','localizableStringsDir','automation','webviewDevtoolsPort','qfRxb','keystorePath','resetOnSessionStartOnly','hKvRX','orientation','chromedriverUseSystemExecutable','abortBuildOnFailure','browserstack.testOrchestration.rerunPreviouslyFailed','ExFPk','maxTypingFrequency','updatedWDABundleId','useNewWDA','webkitResponseTimeout','logcatFilterSpecs','chromeOptions','appWaitActivity','gKHfy','rerunTests','BROWSERSTACK_LOG_DIR','logDir','remoteAppsCacheLimit','allowTestPackages','BROWSERSTACK_LOCAL','remoteAdbHost','runPreviouslyFailedFirst','logcatFormat','xcodeSigningId','PyrbP','xRsKR','enableAsyncExecuteFromHttps','processArguments','waitForAppScript','BROWSERSTACK_USER_NAME','disableAndroidWatchers','browserstack.access_key','keyPassword','resetKeyboard','logLevel','EAOnF','webDriverAgentUrl','browserstackLocal','networkSpeed','qKqGt','FPSXV','androidNaturalOrientation','appWaitPackage','browserstack.rerunTests','locale','enablePerformanceLogging','chromedriverArgs','otherApps','WDJiB','skipLogCapture','BROWSERSTACK_LOCAL_IDENTIFIER','simpleIsVisibleCheck','265390NhYBdt','printPageSourceOnFindFailure','AppiumCaps','bmfQE','enforceAppInstall','BROWSERSTACK_OBSERVABILITY_DEBUG','keychainPassword','connectHardwareKeyboard','olEFg','nativeWebScreenshot','intentFlags','wdaLaunchTimeout','Azcfw','skipFlakyandFailed','wdaStartupRetries','automationName','okIKT','browserstack.app','disableWindowAnimation','bNhEV','buildName','chromedriverExecutable','BROWSERSTACK_USERNAME','eventTimings','EnvCapsMapping'];a93_0x2c29=function(){return _0x1ead31;};return a93_0x2c29();}(function(_0x2cbaa5,_0x54c770){var _0x2fefd2=a93_0x582d,_0x4dd972=_0x2cbaa5();while(!![]){try{var _0x12cd3d=parseInt(_0x2fefd2(0x180))/0x1*(-parseInt(_0x2fefd2(0x1ad))/0x2)+-parseInt(_0x2fefd2(0x1c1))/0x3*(parseInt(_0x2fefd2(0x1be))/0x4)+-parseInt(_0x2fefd2(0x1bb))/0x5*(parseInt(_0x2fefd2(0x1ab))/0x6)+-parseInt(_0x2fefd2(0x1dc))/0x7+parseInt(_0x2fefd2(0x190))/0x8*(-parseInt(_0x2fefd2(0x186))/0x9)+-parseInt(_0x2fefd2(0x160))/0xa+parseInt(_0x2fefd2(0x1a9))/0xb;if(_0x12cd3d===_0x54c770)break;else _0x4dd972['push'](_0x4dd972['shift']());}catch(_0x40c81a){_0x4dd972['push'](_0x4dd972['shift']());}}}(a93_0x2c29,0x808dc),exports['CLICapsMapping']=()=>{var _0x18e5f5=a93_0x582d,_0x56e7e6={};_0x56e7e6[_0x18e5f5(0x168)]='browserstack.user_name',_0x56e7e6[_0x18e5f5(0x183)]=_0x18e5f5(0x17f),_0x56e7e6['CJRaH']=_0x18e5f5(0x21d),_0x56e7e6[_0x18e5f5(0x1bc)]=_0x18e5f5(0x191),_0x56e7e6[_0x18e5f5(0x1f6)]=_0x18e5f5(0x1a5),_0x56e7e6[_0x18e5f5(0x1c4)]=_0x18e5f5(0x1d5),_0x56e7e6['zhBFb']=_0x18e5f5(0x1ce),_0x56e7e6[_0x18e5f5(0x179)]=_0x18e5f5(0x1bf),_0x56e7e6[_0x18e5f5(0x216)]=_0x18e5f5(0x1e7),_0x56e7e6[_0x18e5f5(0x1fb)]=_0x18e5f5(0x1a2),_0x56e7e6[_0x18e5f5(0x1d1)]='browserstack.localIdentifier',_0x56e7e6[_0x18e5f5(0x1b8)]=_0x18e5f5(0x229),_0x56e7e6['WDJiB']=_0x18e5f5(0x171),_0x56e7e6['knlzn']=_0x18e5f5(0x1b3),_0x56e7e6[_0x18e5f5(0x1de)]=_0x18e5f5(0x1f2),_0x56e7e6[_0x18e5f5(0x1aa)]=_0x18e5f5(0x195),_0x56e7e6['EAOnF']=_0x18e5f5(0x184),_0x56e7e6['CxFFC']=_0x18e5f5(0x18b),_0x56e7e6[_0x18e5f5(0x1fe)]=_0x18e5f5(0x1f0),_0x56e7e6[_0x18e5f5(0x17b)]='browserstack.testOrchestration.abortBuildOnFailure',_0x56e7e6[_0x18e5f5(0x203)]='browserstack.testOrchestration.runPreviouslyFailedFirst',_0x56e7e6[_0x18e5f5(0x217)]=_0x18e5f5(0x202),_0x56e7e6[_0x18e5f5(0x19d)]=_0x18e5f5(0x199);var _0x308221=_0x56e7e6,_0x1dc3ad={};return _0x1dc3ad[_0x18e5f5(0x1dd)]=[_0x308221[_0x18e5f5(0x168)],_0x308221[_0x18e5f5(0x183)]],_0x1dc3ad[_0x18e5f5(0x1ea)]=[_0x308221['CJRaH'],_0x308221[_0x18e5f5(0x1bc)]],_0x1dc3ad[_0x18e5f5(0x174)]=[_0x308221[_0x18e5f5(0x1f6)]],_0x1dc3ad[_0x18e5f5(0x1e4)]=[_0x308221['ctilg']],_0x1dc3ad[_0x18e5f5(0x181)]=[_0x308221[_0x18e5f5(0x197)]],_0x1dc3ad['parallelsPerPlatform']=[_0x308221[_0x18e5f5(0x179)],_0x308221[_0x18e5f5(0x216)]],_0x1dc3ad[_0x18e5f5(0x223)]=[_0x308221['qfRxb']],_0x1dc3ad[_0x18e5f5(0x1cc)]=[_0x308221['dgCer']],_0x1dc3ad[_0x18e5f5(0x20c)]=[_0x308221['JzSLx']],_0x1dc3ad[_0x18e5f5(0x1b7)]=[_0x308221[_0x18e5f5(0x15c)]],_0x1dc3ad[_0x18e5f5(0x220)]=[_0x308221['knlzn']],_0x1dc3ad[_0x18e5f5(0x1f9)]=[_0x308221[_0x18e5f5(0x1de)]],_0x1dc3ad[_0x18e5f5(0x20e)]=[_0x308221[_0x18e5f5(0x1aa)]],_0x1dc3ad['browserstackConfigFile']=[_0x308221[_0x18e5f5(0x221)],_0x308221[_0x18e5f5(0x1c7)]],_0x1dc3ad['retryTestsOnFailure']=[_0x308221[_0x18e5f5(0x1fe)]],_0x1dc3ad[_0x18e5f5(0x201)]=[_0x308221['xohGW']],_0x1dc3ad[_0x18e5f5(0x213)]=[_0x308221[_0x18e5f5(0x203)]],_0x1dc3ad['rerunPreviouslyFailed']=[_0x308221[_0x18e5f5(0x217)]],_0x1dc3ad[_0x18e5f5(0x16d)]=[_0x308221[_0x18e5f5(0x19d)]],_0x1dc3ad;},exports[a93_0xb9a1c9(0x178)]=()=>{var _0x38e3b5=a93_0xb9a1c9,_0x23a8f8={};_0x23a8f8[_0x38e3b5(0x18e)]=_0x38e3b5(0x176),_0x23a8f8[_0x38e3b5(0x1b5)]=_0x38e3b5(0x21b),_0x23a8f8[_0x38e3b5(0x170)]=_0x38e3b5(0x1f3),_0x23a8f8[_0x38e3b5(0x226)]='BROWSERSTACK_BUILD_NAME',_0x23a8f8[_0x38e3b5(0x16c)]=_0x38e3b5(0x1c2),_0x23a8f8[_0x38e3b5(0x18a)]=_0x38e3b5(0x198),_0x23a8f8[_0x38e3b5(0x173)]=_0x38e3b5(0x188),_0x23a8f8[_0x38e3b5(0x1a1)]=_0x38e3b5(0x211),_0x23a8f8['bmfQE']=_0x38e3b5(0x15e),_0x23a8f8[_0x38e3b5(0x1d4)]='BROWSERSTACK_RERUN_TESTS',_0x23a8f8[_0x38e3b5(0x1a0)]=_0x38e3b5(0x1ac),_0x23a8f8[_0x38e3b5(0x20b)]=_0x38e3b5(0x19c),_0x23a8f8[_0x38e3b5(0x1a3)]=_0x38e3b5(0x165),_0x23a8f8[_0x38e3b5(0x225)]='BROWSERSTACK_TEST_REPORTING_DEBUG',_0x23a8f8[_0x38e3b5(0x1b6)]=_0x38e3b5(0x1ba),_0x23a8f8[_0x38e3b5(0x1df)]=_0x38e3b5(0x20d);var _0x59d2f3=_0x23a8f8,_0x2c95c2={};return _0x2c95c2['userName']=[_0x59d2f3[_0x38e3b5(0x18e)],_0x59d2f3[_0x38e3b5(0x1b5)]],_0x2c95c2[_0x38e3b5(0x1ea)]=[_0x59d2f3[_0x38e3b5(0x170)]],_0x2c95c2['buildName']=[_0x59d2f3['FPSXV']],_0x2c95c2[_0x38e3b5(0x1e4)]=[_0x59d2f3[_0x38e3b5(0x16c)]],_0x2c95c2[_0x38e3b5(0x181)]=[_0x59d2f3[_0x38e3b5(0x18a)]],_0x2c95c2['parallelsPerPlatform']=[_0x59d2f3[_0x38e3b5(0x173)]],_0x2c95c2[_0x38e3b5(0x223)]=[_0x59d2f3[_0x38e3b5(0x1a1)]],_0x2c95c2[_0x38e3b5(0x1cc)]=[_0x59d2f3[_0x38e3b5(0x163)]],_0x2c95c2[_0x38e3b5(0x20c)]=[_0x59d2f3['rEAHN']],_0x2c95c2[_0x38e3b5(0x1b7)]=[_0x59d2f3[_0x38e3b5(0x1a0)],_0x59d2f3[_0x38e3b5(0x20b)]],_0x2c95c2[_0x38e3b5(0x220)]=[_0x59d2f3['ENEJS'],_0x59d2f3[_0x38e3b5(0x225)]],_0x2c95c2[_0x38e3b5(0x1f9)]=[_0x59d2f3[_0x38e3b5(0x1b6)]],_0x2c95c2[_0x38e3b5(0x20e)]=[_0x59d2f3[_0x38e3b5(0x1df)]],_0x2c95c2;},exports[a93_0xb9a1c9(0x162)]=()=>[a93_0xb9a1c9(0x16f),'platformVersion',a93_0xb9a1c9(0x19f),a93_0xb9a1c9(0x1d0),a93_0xb9a1c9(0x1b7),a93_0xb9a1c9(0x1e6),a93_0xb9a1c9(0x17d),a93_0xb9a1c9(0x22a),a93_0xb9a1c9(0x1ff),a93_0xb9a1c9(0x1c5),'noReset',a93_0xb9a1c9(0x1cf),'clearSystemFiles',a93_0xb9a1c9(0x177),a93_0xb9a1c9(0x22b),a93_0xb9a1c9(0x22d),a93_0xb9a1c9(0x161),'appActivity','appPackage',a93_0xb9a1c9(0x20a),a93_0xb9a1c9(0x228),a93_0xb9a1c9(0x1ee),'deviceReadyTimeout',a93_0xb9a1c9(0x210),a93_0xb9a1c9(0x1d3),'androidCoverageEndIntent',a93_0xb9a1c9(0x1e8),'adbPort',a93_0xb9a1c9(0x1e3),a93_0xb9a1c9(0x19b),a93_0xb9a1c9(0x1a8),'avd',a93_0xb9a1c9(0x1d9),a93_0xb9a1c9(0x189),'avdArgs',a93_0xb9a1c9(0x1ed),a93_0xb9a1c9(0x1fc),'keystorePassword',a93_0xb9a1c9(0x1d7),a93_0xb9a1c9(0x21e),a93_0xb9a1c9(0x175),a93_0xb9a1c9(0x22c),a93_0xb9a1c9(0x1af),a93_0xb9a1c9(0x1cd),a93_0xb9a1c9(0x200),'chromedriverPort',a93_0xb9a1c9(0x1c0),a93_0xb9a1c9(0x1f4),'autoWebviewTimeout','intentAction','intentCategory',a93_0xb9a1c9(0x16a),'optionalIntentArguments','dontStopAppOnReset','unicodeKeyboard',a93_0xb9a1c9(0x21f),a93_0xb9a1c9(0x1c6),a93_0xb9a1c9(0x1b9),a93_0xb9a1c9(0x21c),a93_0xb9a1c9(0x209),'recreateChromeDriverSessions',a93_0xb9a1c9(0x169),a93_0xb9a1c9(0x1ef),a93_0xb9a1c9(0x224),a93_0xb9a1c9(0x17a),a93_0xb9a1c9(0x1b0),a93_0xb9a1c9(0x19e),'localeScript',a93_0xb9a1c9(0x1e1),a93_0xb9a1c9(0x187),a93_0xb9a1c9(0x227),a93_0xb9a1c9(0x18c),a93_0xb9a1c9(0x212),a93_0xb9a1c9(0x1e5),'unlockType',a93_0xb9a1c9(0x1ae),'autoLaunch',a93_0xb9a1c9(0x17c),a93_0xb9a1c9(0x1e2),a93_0xb9a1c9(0x172),a93_0xb9a1c9(0x1d8),a93_0xb9a1c9(0x164),a93_0xb9a1c9(0x1ec),a93_0xb9a1c9(0x1fa),a93_0xb9a1c9(0x1a7),a93_0xb9a1c9(0x20f),a93_0xb9a1c9(0x18f),a93_0xb9a1c9(0x17e),a93_0xb9a1c9(0x1e9),a93_0xb9a1c9(0x194),a93_0xb9a1c9(0x1c3),a93_0xb9a1c9(0x185),'autoDismissAlerts',a93_0xb9a1c9(0x182),'nativeWebTap',a93_0xb9a1c9(0x1f5),a93_0xb9a1c9(0x1b1),a93_0xb9a1c9(0x1db),a93_0xb9a1c9(0x1d2),'keepKeyChains',a93_0xb9a1c9(0x1f8),a93_0xb9a1c9(0x219),a93_0xb9a1c9(0x1eb),'showIOSLog',a93_0xb9a1c9(0x1bd),a93_0xb9a1c9(0x207),a93_0xb9a1c9(0x1c8),a93_0xb9a1c9(0x1ca),a93_0xb9a1c9(0x218),a93_0xb9a1c9(0x15d),a93_0xb9a1c9(0x1d6),a93_0xb9a1c9(0x196),a93_0xb9a1c9(0x21a),a93_0xb9a1c9(0x1a6),'appName',a93_0xb9a1c9(0x1f1),a93_0xb9a1c9(0x1cb),a93_0xb9a1c9(0x1b4),a93_0xb9a1c9(0x1c9),a93_0xb9a1c9(0x19a),a93_0xb9a1c9(0x193),a93_0xb9a1c9(0x18d),a93_0xb9a1c9(0x166),'usePrebuiltWDA','preventWDAAttachments',a93_0xb9a1c9(0x222),a93_0xb9a1c9(0x1a4),a93_0xb9a1c9(0x206),a93_0xb9a1c9(0x16b),'wdaConnectionTimeout',a93_0xb9a1c9(0x1e0),a93_0xb9a1c9(0x215),a93_0xb9a1c9(0x205),a93_0xb9a1c9(0x1fd),'commandTimeouts',a93_0xb9a1c9(0x16e),'wdaStartupRetryInterval',a93_0xb9a1c9(0x167),a93_0xb9a1c9(0x204),a93_0xb9a1c9(0x15f),a93_0xb9a1c9(0x1da),a93_0xb9a1c9(0x192),'startIWDP','allowTouchIdEnroll',a93_0xb9a1c9(0x1f7),a93_0xb9a1c9(0x1b2),a93_0xb9a1c9(0x214),a93_0xb9a1c9(0x208),'allowDelayAdb']);
@@ -1 +1 @@
1
- var a92_0x187e83=a92_0x7cfd;function a92_0x577d(){var _0xf3c80d=['50nYLbsQ','5fDKJKJ','773001lqhMtp','659424KXSJDb','731550JwTjLN','1096460xZsUSI','8AGzqUx','1108515akbOYc','2992619GiEFkB','https://hub-use-only.browserstack.com/wd/hub','179116ZWFqSA'];a92_0x577d=function(){return _0xf3c80d;};return a92_0x577d();}function a92_0x7cfd(_0x3e958c,_0x3330f3){var _0x577d1d=a92_0x577d();return a92_0x7cfd=function(_0x7cfdbb,_0x19bc23){_0x7cfdbb=_0x7cfdbb-0x193;var _0x3b3450=_0x577d1d[_0x7cfdbb];return _0x3b3450;},a92_0x7cfd(_0x3e958c,_0x3330f3);}(function(_0x2d57a5,_0x3932c1){var _0x26f7b3=a92_0x7cfd,_0x4c4c8a=_0x2d57a5();while(!![]){try{var _0x55e4f6=-parseInt(_0x26f7b3(0x194))/0x1+parseInt(_0x26f7b3(0x195))/0x2+-parseInt(_0x26f7b3(0x197))/0x3+-parseInt(_0x26f7b3(0x19a))/0x4*(parseInt(_0x26f7b3(0x19c))/0x5)+parseInt(_0x26f7b3(0x193))/0x6+parseInt(_0x26f7b3(0x198))/0x7*(parseInt(_0x26f7b3(0x196))/0x8)+parseInt(_0x26f7b3(0x19d))/0x9*(parseInt(_0x26f7b3(0x19b))/0xa);if(_0x55e4f6===_0x3932c1)break;else _0x4c4c8a['push'](_0x4c4c8a['shift']());}catch(_0x42cd9b){_0x4c4c8a['push'](_0x4c4c8a['shift']());}}}(a92_0x577d,0x5a26e),exports['BROWSERSTACK_GRR_US_HUB_URL']=a92_0x187e83(0x199));
1
+ (function(_0x587000,_0x14e5c8){var _0x587540=a94_0x3a8f,_0x3cfedf=_0x587000();while(!![]){try{var _0x551c5c=parseInt(_0x587540(0x15f))/0x1+-parseInt(_0x587540(0x162))/0x2+parseInt(_0x587540(0x15e))/0x3*(parseInt(_0x587540(0x160))/0x4)+-parseInt(_0x587540(0x161))/0x5*(-parseInt(_0x587540(0x15d))/0x6)+parseInt(_0x587540(0x15b))/0x7+parseInt(_0x587540(0x15c))/0x8+-parseInt(_0x587540(0x163))/0x9;if(_0x551c5c===_0x14e5c8)break;else _0x3cfedf['push'](_0x3cfedf['shift']());}catch(_0x1d47d6){_0x3cfedf['push'](_0x3cfedf['shift']());}}}(a94_0x8af6,0x47736),exports['BROWSERSTACK_GRR_US_HUB_URL']='https://hub-use-only.browserstack.com/wd/hub');function a94_0x3a8f(_0x5ce74f,_0x8ce1){var _0x8af600=a94_0x8af6();return a94_0x3a8f=function(_0x3a8fbf,_0x298df7){_0x3a8fbf=_0x3a8fbf-0x15b;var _0x40b8d5=_0x8af600[_0x3a8fbf];return _0x40b8d5;},a94_0x3a8f(_0x5ce74f,_0x8ce1);}function a94_0x8af6(){var _0x5e9539=['1682432KiKwtO','713172gGRsrV','440031FrlVoG','345767DAPVLj','4ppBhzT','20oTVamM','1087588xsWbuK','7069707GIrVBV','3106481AorksN'];a94_0x8af6=function(){return _0x5e9539;};return a94_0x8af6();}
@@ -1 +1 @@
1
- var a93_0x234887=a93_0x13f0;function a93_0x5893(){var _0x37eaac=['2360ACjDLu','63iEsZzI','142911TghfLu','253046ucpHTC','18FiFiYk','4wPwfQm','auqxF','34248apZOKR','4147TgHLLR','BROWSERSTACK_CENTRAL_SCANNER_JWT','setCentralScannerData','env','469410FlQVSN','central_scanner_log','A11Y_SCAN_RESULT','a11y_scanner','3166425UWEPFv','734394ceIdcc','LudqY','parse'];a93_0x5893=function(){return _0x37eaac;};return a93_0x5893();}function a93_0x13f0(_0x41e81c,_0x5fbaf5){var _0x58939d=a93_0x5893();return a93_0x13f0=function(_0x13f07a,_0x43b0f3){_0x13f07a=_0x13f07a-0x131;var _0x526f48=_0x58939d[_0x13f07a];return _0x526f48;},a93_0x13f0(_0x41e81c,_0x5fbaf5);}(function(_0x56fc75,_0x64ce6f){var _0x7d63f6=a93_0x13f0,_0x592535=_0x56fc75();while(!![]){try{var _0x160463=-parseInt(_0x7d63f6(0x134))/0x1+parseInt(_0x7d63f6(0x135))/0x2+parseInt(_0x7d63f6(0x143))/0x3*(parseInt(_0x7d63f6(0x137))/0x4)+-parseInt(_0x7d63f6(0x13e))/0x5*(-parseInt(_0x7d63f6(0x136))/0x6)+parseInt(_0x7d63f6(0x133))/0x7*(-parseInt(_0x7d63f6(0x139))/0x8)+-parseInt(_0x7d63f6(0x142))/0x9+parseInt(_0x7d63f6(0x132))/0xa*(parseInt(_0x7d63f6(0x13a))/0xb);if(_0x160463===_0x64ce6f)break;else _0x592535['push'](_0x592535['shift']());}catch(_0x29635e){_0x592535['push'](_0x592535['shift']());}}}(a93_0x5893,0x32f22),exports[a93_0x234887(0x13c)]=(_0x5d5caa,_0x58776a,_0x6d7736)=>{var _0x4bc7d6=a93_0x234887,_0x110b03={'LudqY':function(_0x360929,_0x4f582e){return _0x360929(_0x4f582e);},'auqxF':function(_0x59d618,_0x1ac065){return _0x59d618||_0x1ac065;}};_0x5d5caa['central_scanner_log']={'http_code':_0x110b03[_0x4bc7d6(0x144)](String,_0x58776a)||null,'redirect_url':_0x110b03[_0x4bc7d6(0x138)](_0x6d7736,null),'token':process[_0x4bc7d6(0x13d)][_0x4bc7d6(0x13b)]||null},process[_0x4bc7d6(0x13d)]['A11Y_SCAN_RESULT']&&(_0x5d5caa[_0x4bc7d6(0x13f)][_0x4bc7d6(0x141)]=JSON[_0x4bc7d6(0x131)](process['env'][_0x4bc7d6(0x140)])||null);});
1
+ function a95_0x2379(_0x84410c,_0x51c9d3){var _0x18a214=a95_0x18a2();return a95_0x2379=function(_0x237988,_0xa51c70){_0x237988=_0x237988-0x120;var _0x227fe3=_0x18a214[_0x237988];return _0x227fe3;},a95_0x2379(_0x84410c,_0x51c9d3);}(function(_0x4ca069,_0x29024b){var _0x297784=a95_0x2379,_0xe3db7e=_0x4ca069();while(!![]){try{var _0x57b89e=parseInt(_0x297784(0x126))/0x1+-parseInt(_0x297784(0x122))/0x2*(parseInt(_0x297784(0x12c))/0x3)+-parseInt(_0x297784(0x124))/0x4*(parseInt(_0x297784(0x127))/0x5)+-parseInt(_0x297784(0x120))/0x6+parseInt(_0x297784(0x129))/0x7+parseInt(_0x297784(0x121))/0x8+parseInt(_0x297784(0x123))/0x9;if(_0x57b89e===_0x29024b)break;else _0xe3db7e['push'](_0xe3db7e['shift']());}catch(_0x522afc){_0xe3db7e['push'](_0xe3db7e['shift']());}}}(a95_0x18a2,0x2e828),exports['setCentralScannerData']=(_0xf2064f,_0x204f98,_0x29944e)=>{var _0x43a7d7=a95_0x2379,_0x25f494={'UZzIh':function(_0x57a359,_0x3915b6){return _0x57a359(_0x3915b6);},'jSFeT':function(_0x3c27c9,_0x2e7e00){return _0x3c27c9||_0x2e7e00;}};_0xf2064f[_0x43a7d7(0x12a)]={'http_code':_0x25f494['UZzIh'](String,_0x204f98)||null,'redirect_url':_0x25f494[_0x43a7d7(0x12b)](_0x29944e,null),'token':process[_0x43a7d7(0x12d)]['BROWSERSTACK_CENTRAL_SCANNER_JWT']||null},process[_0x43a7d7(0x12d)][_0x43a7d7(0x128)]&&(_0xf2064f[_0x43a7d7(0x12a)]['a11y_scanner']=JSON[_0x43a7d7(0x125)](process[_0x43a7d7(0x12d)][_0x43a7d7(0x128)])||null);});function a95_0x18a2(){var _0x369655=['2551115VPFsTU','central_scanner_log','jSFeT','12cHzERi','env','1809594OkWArV','2717912pxRLGB','55534hXhZFi','118962SJUNSI','66896wCVhQk','parse','36285BtFfLF','45AeWHKI','A11Y_SCAN_RESULT'];a95_0x18a2=function(){return _0x369655;};return a95_0x18a2();}
@@ -1 +1 @@
1
- const a94_0x58a976=a94_0x10f6;(function(_0x2e8074,_0x25dfc2){const _0x314fcf=a94_0x10f6,_0x8d3517=_0x2e8074();while(!![]){try{const _0x250b35=parseInt(_0x314fcf(0x12e))/0x1*(parseInt(_0x314fcf(0x123))/0x2)+parseInt(_0x314fcf(0x126))/0x3+parseInt(_0x314fcf(0x133))/0x4+parseInt(_0x314fcf(0x124))/0x5*(parseInt(_0x314fcf(0x125))/0x6)+parseInt(_0x314fcf(0x12d))/0x7*(parseInt(_0x314fcf(0x12b))/0x8)+-parseInt(_0x314fcf(0x12a))/0x9*(-parseInt(_0x314fcf(0x127))/0xa)+parseInt(_0x314fcf(0x120))/0xb*(-parseInt(_0x314fcf(0x12f))/0xc);if(_0x250b35===_0x25dfc2)break;else _0x8d3517['push'](_0x8d3517['shift']());}catch(_0x1f6b2e){_0x8d3517['push'](_0x8d3517['shift']());}}}(a94_0xe7ad,0xdbcf3));const logger=require(a94_0x58a976(0x132))[a94_0x58a976(0x130)];function createClassLogger(_0x2ae3fc){const _0x1d5648=a94_0x58a976;return{'info':(_0x28dbc8,..._0x4855ec)=>logger[_0x1d5648(0x121)]('['+_0x2ae3fc+']\x20'+_0x28dbc8,..._0x4855ec),'debug':(_0x1f91cf,..._0x568496)=>logger[_0x1d5648(0x12c)]('['+_0x2ae3fc+']\x20'+_0x1f91cf,..._0x568496),'warn':(_0x29b799,..._0x2b3efc)=>logger[_0x1d5648(0x134)]('['+_0x2ae3fc+']\x20'+_0x29b799,..._0x2b3efc),'error':(_0x1ec555,..._0x1c7504)=>logger[_0x1d5648(0x131)]('['+_0x2ae3fc+']\x20'+_0x1ec555,..._0x1c7504),'verbose':(_0x173694,..._0x5d7db3)=>logger[_0x1d5648(0x129)]('['+_0x2ae3fc+']\x20'+_0x173694,..._0x5d7db3)};}function a94_0xe7ad(){const _0x104bd1=['debug','35DbXrGn','1051563zJZVzE','300BlTlcY','winstonLogger','error','./logger.js','112916bmgNiT','warn','2724854lHhESS','info','createClassLogger','2ntJbUj','155oTWsSn','224922vJdaGp','5062845rEoRpo','450VXatVZ','exports','verbose','277767gipvbs','2839760svKPMS'];a94_0xe7ad=function(){return _0x104bd1;};return a94_0xe7ad();}const a94_0x37fbb3={};function a94_0x10f6(_0x5263c8,_0x5b7747){const _0xe7ad13=a94_0xe7ad();return a94_0x10f6=function(_0x10f6ab,_0x162184){_0x10f6ab=_0x10f6ab-0x120;let _0x589d96=_0xe7ad13[_0x10f6ab];return _0x589d96;},a94_0x10f6(_0x5263c8,_0x5b7747);}a94_0x37fbb3[a94_0x58a976(0x122)]=createClassLogger,module[a94_0x58a976(0x128)]=a94_0x37fbb3;
1
+ const a96_0xc758ca=a96_0xcb72;(function(_0x1e386c,_0x45fb55){const _0x3ff788=a96_0xcb72,_0x73ab92=_0x1e386c();while(!![]){try{const _0x470432=parseInt(_0x3ff788(0x123))/0x1*(parseInt(_0x3ff788(0x122))/0x2)+parseInt(_0x3ff788(0x11b))/0x3+parseInt(_0x3ff788(0x121))/0x4*(parseInt(_0x3ff788(0x11d))/0x5)+-parseInt(_0x3ff788(0x120))/0x6+-parseInt(_0x3ff788(0x11a))/0x7*(-parseInt(_0x3ff788(0x116))/0x8)+-parseInt(_0x3ff788(0x126))/0x9*(parseInt(_0x3ff788(0x117))/0xa)+-parseInt(_0x3ff788(0x11c))/0xb*(parseInt(_0x3ff788(0x118))/0xc);if(_0x470432===_0x45fb55)break;else _0x73ab92['push'](_0x73ab92['shift']());}catch(_0x5f109f){_0x73ab92['push'](_0x73ab92['shift']());}}}(a96_0x7969,0xaa2ee));const logger=require(a96_0xc758ca(0x11e))['winstonLogger'];function createClassLogger(_0xd51ac2){const _0x262293=a96_0xc758ca;return{'info':(_0x5cc82c,..._0x3877bd)=>logger['info']('['+_0xd51ac2+']\x20'+_0x5cc82c,..._0x3877bd),'debug':(_0x29923b,..._0x3add8f)=>logger[_0x262293(0x115)]('['+_0xd51ac2+']\x20'+_0x29923b,..._0x3add8f),'warn':(_0x5e7fb8,..._0x5338a9)=>logger[_0x262293(0x11f)]('['+_0xd51ac2+']\x20'+_0x5e7fb8,..._0x5338a9),'error':(_0x44bf6f,..._0x3ddeba)=>logger[_0x262293(0x124)]('['+_0xd51ac2+']\x20'+_0x44bf6f,..._0x3ddeba),'verbose':(_0x2fe797,..._0xdef295)=>logger[_0x262293(0x125)]('['+_0xd51ac2+']\x20'+_0x2fe797,..._0xdef295)};}function a96_0x7969(){const _0x49d7f5=['132KvkIgc','createClassLogger','8789396XIFPZd','3552207RTycdM','3194444AAyBNJ','155ydrWaN','./logger.js','warn','2716926PvFspm','78836VAGxNl','6AZJSnp','443361SBItJL','error','verbose','40977mnygrS','exports','debug','8lATCPC','80dCXqPD'];a96_0x7969=function(){return _0x49d7f5;};return a96_0x7969();}function a96_0xcb72(_0x27b219,_0x421bc0){const _0x79690e=a96_0x7969();return a96_0xcb72=function(_0xcb729,_0x25b193){_0xcb729=_0xcb729-0x114;let _0x484ac9=_0x79690e[_0xcb729];return _0x484ac9;},a96_0xcb72(_0x27b219,_0x421bc0);}const a96_0x41f7be={};a96_0x41f7be[a96_0xc758ca(0x119)]=createClassLogger,module[a96_0xc758ca(0x114)]=a96_0x41f7be;
@@ -1 +1 @@
1
- function a95_0x3ca2(_0x138a35,_0x2544bd){var _0x5d7070=a95_0x5d70();return a95_0x3ca2=function(_0x3ca2fb,_0x7feba7){_0x3ca2fb=_0x3ca2fb-0x64;var _0x45e8a2=_0x5d7070[_0x3ca2fb];return _0x45e8a2;},a95_0x3ca2(_0x138a35,_0x2544bd);}var a95_0x1c5599=a95_0x3ca2;(function(_0x6db49f,_0x5d511f){var _0x44d278=a95_0x3ca2,_0x405399=_0x6db49f();while(!![]){try{var _0x3b87b8=-parseInt(_0x44d278(0x70))/0x1*(parseInt(_0x44d278(0x69))/0x2)+parseInt(_0x44d278(0x67))/0x3+-parseInt(_0x44d278(0x68))/0x4+-parseInt(_0x44d278(0x6f))/0x5*(parseInt(_0x44d278(0x65))/0x6)+parseInt(_0x44d278(0x6d))/0x7*(parseInt(_0x44d278(0x6a))/0x8)+-parseInt(_0x44d278(0x6c))/0x9*(parseInt(_0x44d278(0x66))/0xa)+parseInt(_0x44d278(0x6e))/0xb;if(_0x3b87b8===_0x5d511f)break;else _0x405399['push'](_0x405399['shift']());}catch(_0x3154a1){_0x405399['push'](_0x405399['shift']());}}}(a95_0x5d70,0x1d37f));class Global{static [a95_0x1c5599(0x71)];constructor(){var _0x4128ca=a95_0x1c5599;if(Global['__instance'])return Global[_0x4128ca(0x71)];this[_0x4128ca(0x64)]=global,Global[_0x4128ca(0x71)]=this;}['setGlobal'](_0x4012c0,_0xbc34e6){var _0x1d5815=a95_0x1c5599;this[_0x1d5815(0x64)][_0x4012c0]=_0xbc34e6;}['getGlobal'](_0x299ecf){var _0x53b46c=a95_0x1c5599;return this[_0x53b46c(0x64)][_0x299ecf];}}function a95_0x5d70(){var _0x2d0aaf=['exports','9KpWGlP','119DhhZxT','3407041zWxdLG','10ykDnqW','100732UawEsi','__instance','browserStackGlobals','197016GsQEeU','391890UNJCzg','272682eclHXh','97792QLcEby','4lCDHly','23448sCGVvU'];a95_0x5d70=function(){return _0x2d0aaf;};return a95_0x5d70();}module[a95_0x1c5599(0x6b)]=new Global();
1
+ var a97_0x402e28=a97_0x29ab;(function(_0x58d1ff,_0xebbd8b){var _0x230219=a97_0x29ab,_0x21a70f=_0x58d1ff();while(!![]){try{var _0x33fbb6=-parseInt(_0x230219(0x139))/0x1*(-parseInt(_0x230219(0x12d))/0x2)+parseInt(_0x230219(0x134))/0x3*(parseInt(_0x230219(0x12f))/0x4)+parseInt(_0x230219(0x12c))/0x5*(-parseInt(_0x230219(0x136))/0x6)+-parseInt(_0x230219(0x135))/0x7*(-parseInt(_0x230219(0x13b))/0x8)+parseInt(_0x230219(0x137))/0x9*(parseInt(_0x230219(0x12b))/0xa)+-parseInt(_0x230219(0x13a))/0xb*(-parseInt(_0x230219(0x138))/0xc)+-parseInt(_0x230219(0x133))/0xd*(parseInt(_0x230219(0x12e))/0xe);if(_0x33fbb6===_0xebbd8b)break;else _0x21a70f['push'](_0x21a70f['shift']());}catch(_0x4c5528){_0x21a70f['push'](_0x21a70f['shift']());}}}(a97_0x36d5,0x735d4));function a97_0x29ab(_0x2feffc,_0x2f241f){var _0x36d5b7=a97_0x36d5();return a97_0x29ab=function(_0x29abf7,_0x200b93){_0x29abf7=_0x29abf7-0x12b;var _0x59a6db=_0x36d5b7[_0x29abf7];return _0x59a6db;},a97_0x29ab(_0x2feffc,_0x2f241f);}function a97_0x36d5(){var _0x3f1f62=['1851470wIHsXo','43280xJbrEK','28cKVVNH','472mehcuc','browserStackGlobals','setGlobal','__instance','3628066Zaswam','14277TkrTbF','3144372viCZGk','12oRgtpE','59571higkKw','12RlyDnG','4gpbmHV','496771FUHmoz','8oAncql','950JCWHjA'];a97_0x36d5=function(){return _0x3f1f62;};return a97_0x36d5();}class Global{static [a97_0x402e28(0x132)];constructor(){var _0x38d940=a97_0x402e28;if(Global[_0x38d940(0x132)])return Global[_0x38d940(0x132)];this[_0x38d940(0x130)]=global,Global[_0x38d940(0x132)]=this;}[a97_0x402e28(0x131)](_0x524311,_0xbef485){var _0x495839=a97_0x402e28;this[_0x495839(0x130)][_0x524311]=_0xbef485;}['getGlobal'](_0x54f0dc){return this['browserStackGlobals'][_0x54f0dc];}}module['exports']=new Global();