browserstack-node-sdk 1.42.3 → 1.42.5

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 a91_0x4132(_0x47ad83,_0x162b21){const _0x555151=a91_0x5551();return a91_0x4132=function(_0x4132da,_0x1c982b){_0x4132da=_0x4132da-0xab;let _0x599b14=_0x555151[_0x4132da];return _0x599b14;},a91_0x4132(_0x47ad83,_0x162b21);}function a91_0x5551(){const _0x58b8e0=['6sqqJcY','110ADxxSt','1421167FMoaRy','preprod','BROWSERSTACK_ENV','https://grid-devhst.bsstag.com/dashboard/builds','https://grid-preprod.bsstag.com/dashboard/builds','pre-prod','1509447MQbNNV','772076tQVeHQ','221335Typbfs','stag','automate-turboscale/v1','78aCEbyR','2763228zcfyhY','staging','exports','prod','toLowerCase','10396926EGGtZQ','49vbbFqC','BUILDS_DASHBOARD_URL','933656RmgGVw'];a91_0x5551=function(){return _0x58b8e0;};return a91_0x5551();}const a91_0x520e20=a91_0x4132;(function(_0x1b9501,_0x35e89f){const _0x15b6d7=a91_0x4132,_0xfcc912=_0x1b9501();while(!![]){try{const _0x2c76be=parseInt(_0x15b6d7(0xc0))/0x1+-parseInt(_0x15b6d7(0xaf))/0x2+parseInt(_0x15b6d7(0xb8))/0x3*(-parseInt(_0x15b6d7(0xc1))/0x4)+-parseInt(_0x15b6d7(0xab))/0x5*(parseInt(_0x15b6d7(0xae))/0x6)+parseInt(_0x15b6d7(0xb5))/0x7*(-parseInt(_0x15b6d7(0xb7))/0x8)+parseInt(_0x15b6d7(0xb4))/0x9+-parseInt(_0x15b6d7(0xb9))/0xa*(-parseInt(_0x15b6d7(0xba))/0xb);if(_0x2c76be===_0x35e89f)break;else _0xfcc912['push'](_0xfcc912['shift']());}catch(_0x1389f2){_0xfcc912['push'](_0xfcc912['shift']());}}}(a91_0x5551,0xe203c));const a91_0x811bf1={};a91_0x811bf1['BUILDS_DASHBOARD_URL']='https://grid.browserstack.com/dashboard/builds',a91_0x811bf1['API_ENDPOINT']=a91_0x520e20(0xad),module[a91_0x520e20(0xb1)]=a91_0x811bf1;const _env=(process['env'][a91_0x520e20(0xbc)]||a91_0x520e20(0xb2))[a91_0x520e20(0xb3)]();if(_env===a91_0x520e20(0xb0)||_env===a91_0x520e20(0xac))module[a91_0x520e20(0xb1)]['BUILDS_DASHBOARD_URL']=a91_0x520e20(0xbd);else(_env===a91_0x520e20(0xbb)||_env===a91_0x520e20(0xbf))&&(module[a91_0x520e20(0xb1)][a91_0x520e20(0xb6)]=a91_0x520e20(0xbe));
1
+ const a91_0x5df7c3=a91_0x50b6;function a91_0x50b6(_0x4845d4,_0x549e89){const _0x1cdfe9=a91_0x1cdf();return a91_0x50b6=function(_0x50b6b1,_0x138626){_0x50b6b1=_0x50b6b1-0x103;let _0x2cd28a=_0x1cdfe9[_0x50b6b1];return _0x2cd28a;},a91_0x50b6(_0x4845d4,_0x549e89);}(function(_0x590230,_0x295282){const _0x460c7a=a91_0x50b6,_0x54a8a3=_0x590230();while(!![]){try{const _0x3c8d6e=parseInt(_0x460c7a(0x104))/0x1*(-parseInt(_0x460c7a(0x117))/0x2)+parseInt(_0x460c7a(0x10e))/0x3*(parseInt(_0x460c7a(0x114))/0x4)+-parseInt(_0x460c7a(0x10d))/0x5+parseInt(_0x460c7a(0x103))/0x6+parseInt(_0x460c7a(0x106))/0x7+parseInt(_0x460c7a(0x10c))/0x8*(parseInt(_0x460c7a(0x107))/0x9)+-parseInt(_0x460c7a(0x105))/0xa*(parseInt(_0x460c7a(0x112))/0xb);if(_0x3c8d6e===_0x295282)break;else _0x54a8a3['push'](_0x54a8a3['shift']());}catch(_0x344b30){_0x54a8a3['push'](_0x54a8a3['shift']());}}}(a91_0x1cdf,0xe518a));const a91_0x48b517={};a91_0x48b517['BUILDS_DASHBOARD_URL']=a91_0x5df7c3(0x116),a91_0x48b517[a91_0x5df7c3(0x110)]='automate-turboscale/v1',module[a91_0x5df7c3(0x115)]=a91_0x48b517;function a91_0x1cdf(){const _0xfe93ec=['1098RGPhyN','BROWSERSTACK_ENV','pre-prod','staging','stag','1688WpstkR','7828990aSOXwy','3EJLcIU','BUILDS_DASHBOARD_URL','API_ENDPOINT','https://grid-preprod.bsstag.com/dashboard/builds','77363qsxmlp','prod','6196748YMWSQu','exports','https://grid.browserstack.com/dashboard/builds','20JqpiAE','1237344YcFIeT','35637vsXIDh','240tnkHGE','8737295FzvYPp'];a91_0x1cdf=function(){return _0xfe93ec;};return a91_0x1cdf();}const _env=(process['env'][a91_0x5df7c3(0x108)]||a91_0x5df7c3(0x113))['toLowerCase']();if(_env===a91_0x5df7c3(0x10a)||_env===a91_0x5df7c3(0x10b))module[a91_0x5df7c3(0x115)][a91_0x5df7c3(0x10f)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env==='preprod'||_env===a91_0x5df7c3(0x109))&&(module[a91_0x5df7c3(0x115)][a91_0x5df7c3(0x10f)]=a91_0x5df7c3(0x111));
@@ -1 +1 @@
1
- const a92_0x5ed13c=a92_0x34f4;function a92_0x34f4(_0x2618b4,_0x53eed9){const _0x1901e5=a92_0x1901();return a92_0x34f4=function(_0x34f47e,_0x338eee){_0x34f47e=_0x34f47e-0x141;let _0x4e6ee6=_0x1901e5[_0x34f47e];return _0x4e6ee6;},a92_0x34f4(_0x2618b4,_0x53eed9);}(function(_0x37b842,_0x59d0cc){const _0x46fbf5=a92_0x34f4,_0x3f64de=_0x37b842();while(!![]){try{const _0x4cb897=-parseInt(_0x46fbf5(0x150))/0x1*(-parseInt(_0x46fbf5(0x162))/0x2)+-parseInt(_0x46fbf5(0x148))/0x3+parseInt(_0x46fbf5(0x160))/0x4+parseInt(_0x46fbf5(0x149))/0x5+parseInt(_0x46fbf5(0x159))/0x6+-parseInt(_0x46fbf5(0x15b))/0x7*(parseInt(_0x46fbf5(0x14c))/0x8)+parseInt(_0x46fbf5(0x155))/0x9*(-parseInt(_0x46fbf5(0x157))/0xa);if(_0x4cb897===_0x59d0cc)break;else _0x3f64de['push'](_0x3f64de['shift']());}catch(_0x53336c){_0x3f64de['push'](_0x3f64de['shift']());}}}(a92_0x1901,0xd346b));function a92_0x1901(){const _0x5dca22=['options','turboScale','env','toString','TssOp','../../bin/utils/constants','buildTags','toLowerCase','3143787EqUPKR','4337680ZdYDCN','BROWSERSTACK_TURBOSCALE_GRID_NAME','getTurboScaleCaps','7347848XeepYo','BROWSERSTACK_BUILD_PRIORITY','isTurboScaleSession','isArray','477767WzoLKT','pfhzQ','gridName','split','true','9SMBtMz','turboScaleOptions','9058130jaxqZw','buildPriority','2478522mUwiqe','iiDSo','7KFcakw','TURBOSCALE_OPTIONS','NO_GRID_NAME_PASSED','medium','getTurboScaleGridName','4094744uhltXM','BROWSERSTACK_BUILD_TAGS','6jRBlsg','ByFug'];a92_0x1901=function(){return _0x5dca22;};return a92_0x1901();}const constants=require(a92_0x5ed13c(0x145));exports['getTurboScaleOptions']=()=>{const _0x545ee3=a92_0x5ed13c;if(!constants[_0x545ee3(0x15c)][_0x545ee3(0x164)])return{};return constants['TURBOSCALE_OPTIONS']['options'];},exports[a92_0x5ed13c(0x15f)]=_0x3c5199=>{const _0x289162=a92_0x5ed13c,_0x2b93a5={};_0x2b93a5[_0x289162(0x15a)]=_0x289162(0x15d);const _0x592d66=_0x2b93a5;if(_0x3c5199[_0x289162(0x156)]&&_0x3c5199[_0x289162(0x156)][_0x289162(0x152)])return _0x3c5199[_0x289162(0x156)][_0x289162(0x152)];if(process[_0x289162(0x142)][_0x289162(0x14a)])return process[_0x289162(0x142)][_0x289162(0x14a)];return _0x592d66[_0x289162(0x15a)];},exports[a92_0x5ed13c(0x14e)]=_0x3f4a17=>{const _0x2413d1=a92_0x5ed13c,_0x24c32c={};_0x24c32c[_0x2413d1(0x151)]=function(_0x2e7d9c,_0x258167){return _0x2e7d9c===_0x258167;},_0x24c32c[_0x2413d1(0x163)]=_0x2413d1(0x154);const _0x47f744=_0x24c32c;return _0x3f4a17&&_0x3f4a17[_0x2413d1(0x141)]&&_0x47f744['pfhzQ'](_0x3f4a17[_0x2413d1(0x141)][_0x2413d1(0x143)]()[_0x2413d1(0x147)](),_0x47f744[_0x2413d1(0x163)]);},exports[a92_0x5ed13c(0x14b)]=(_0x50de46,_0x3c0919,_0x5e983b)=>{const _0x1da15c=a92_0x5ed13c,_0x3330f4={};_0x3330f4['TssOp']=_0x1da15c(0x15e);const _0x4e9b9a=_0x3330f4,_0x4b39cc={};_0x4b39cc[_0x1da15c(0x158)]=_0x4e9b9a[_0x1da15c(0x144)];_0x50de46[_0x1da15c(0x146)]&&(_0x4b39cc[_0x1da15c(0x146)]=Array[_0x1da15c(0x14f)](_0x50de46[_0x1da15c(0x146)])?_0x50de46[_0x1da15c(0x146)]:_0x50de46[_0x1da15c(0x146)][_0x1da15c(0x153)](','));if(process['env'][_0x1da15c(0x161)])try{_0x4b39cc['buildTags']=process[_0x1da15c(0x142)][_0x1da15c(0x161)]['split'](',');}catch{_0x4b39cc[_0x1da15c(0x146)]=process[_0x1da15c(0x142)][_0x1da15c(0x161)];}return _0x50de46[_0x1da15c(0x158)]&&(_0x4b39cc[_0x1da15c(0x158)]=_0x50de46[_0x1da15c(0x158)]),process[_0x1da15c(0x142)][_0x1da15c(0x14d)]&&(_0x4b39cc[_0x1da15c(0x158)]=process['env'][_0x1da15c(0x14d)]),_0x4b39cc;};
1
+ const a92_0x8a83ea=a92_0x3813;function a92_0x3813(_0x450f1d,_0x1b514e){const _0x4d754c=a92_0x4d75();return a92_0x3813=function(_0x381313,_0x17c95a){_0x381313=_0x381313-0x182;let _0x16cff3=_0x4d754c[_0x381313];return _0x16cff3;},a92_0x3813(_0x450f1d,_0x1b514e);}(function(_0xbc09b3,_0xe3fc1a){const _0x47bfc6=a92_0x3813,_0x516946=_0xbc09b3();while(!![]){try{const _0x2b9021=parseInt(_0x47bfc6(0x183))/0x1+-parseInt(_0x47bfc6(0x19d))/0x2*(parseInt(_0x47bfc6(0x182))/0x3)+parseInt(_0x47bfc6(0x18f))/0x4*(-parseInt(_0x47bfc6(0x195))/0x5)+-parseInt(_0x47bfc6(0x1a0))/0x6*(parseInt(_0x47bfc6(0x1a3))/0x7)+parseInt(_0x47bfc6(0x192))/0x8+parseInt(_0x47bfc6(0x186))/0x9+-parseInt(_0x47bfc6(0x18c))/0xa;if(_0x2b9021===_0xe3fc1a)break;else _0x516946['push'](_0x516946['shift']());}catch(_0x3744ae){_0x516946['push'](_0x516946['shift']());}}}(a92_0x4d75,0x6d3dd));const constants=require(a92_0x8a83ea(0x194));exports[a92_0x8a83ea(0x190)]=()=>{const _0x3ad7a8=a92_0x8a83ea;if(!constants['TURBOSCALE_OPTIONS'][_0x3ad7a8(0x187)])return{};return constants[_0x3ad7a8(0x1a4)][_0x3ad7a8(0x187)];},exports[a92_0x8a83ea(0x199)]=_0xf34387=>{const _0xf45679=a92_0x8a83ea,_0x41f45d={};_0x41f45d['fDjcU']=_0xf45679(0x18d);const _0xf1c05d=_0x41f45d;if(_0xf34387[_0xf45679(0x197)]&&_0xf34387[_0xf45679(0x197)][_0xf45679(0x191)])return _0xf34387[_0xf45679(0x197)][_0xf45679(0x191)];if(process[_0xf45679(0x18a)][_0xf45679(0x198)])return process[_0xf45679(0x18a)][_0xf45679(0x198)];return _0xf1c05d[_0xf45679(0x18e)];},exports[a92_0x8a83ea(0x1a1)]=_0x558f47=>{const _0x4b2607=a92_0x8a83ea,_0x202e10={};_0x202e10[_0x4b2607(0x196)]=function(_0x23a9b1,_0x3f433f){return _0x23a9b1===_0x3f433f;},_0x202e10['sEqOm']=_0x4b2607(0x1a2);const _0x33e3bb=_0x202e10;return _0x558f47&&_0x558f47[_0x4b2607(0x189)]&&_0x33e3bb['DVgNE'](_0x558f47['turboScale'][_0x4b2607(0x19f)]()[_0x4b2607(0x18b)](),_0x33e3bb[_0x4b2607(0x188)]);},exports[a92_0x8a83ea(0x193)]=(_0x73e8f,_0x2d1c3c,_0x51a15d)=>{const _0xb08032=a92_0x8a83ea,_0x463f22={};_0x463f22['jhhhL']='medium';const _0x5327e0=_0x463f22,_0x51b547={};_0x51b547[_0xb08032(0x19e)]=_0x5327e0['jhhhL'];_0x73e8f[_0xb08032(0x19a)]&&(_0x51b547[_0xb08032(0x19a)]=Array[_0xb08032(0x185)](_0x73e8f[_0xb08032(0x19a)])?_0x73e8f[_0xb08032(0x19a)]:_0x73e8f[_0xb08032(0x19a)][_0xb08032(0x19b)](','));if(process['env']['BROWSERSTACK_BUILD_TAGS'])try{_0x51b547['buildTags']=process[_0xb08032(0x18a)][_0xb08032(0x184)]['split'](',');}catch{_0x51b547['buildTags']=process[_0xb08032(0x18a)][_0xb08032(0x184)];}return _0x73e8f[_0xb08032(0x19e)]&&(_0x51b547[_0xb08032(0x19e)]=_0x73e8f[_0xb08032(0x19e)]),process[_0xb08032(0x18a)][_0xb08032(0x19c)]&&(_0x51b547[_0xb08032(0x19e)]=process[_0xb08032(0x18a)][_0xb08032(0x19c)]),_0x51b547;};function a92_0x4d75(){const _0x440ed0=['DVgNE','turboScaleOptions','BROWSERSTACK_TURBOSCALE_GRID_NAME','getTurboScaleGridName','buildTags','split','BROWSERSTACK_BUILD_PRIORITY','6tzZzTL','buildPriority','toString','240DzpHqd','isTurboScaleSession','true','40621KnsFcX','TURBOSCALE_OPTIONS','119184RDWLcu','829087mAqbWs','BROWSERSTACK_BUILD_TAGS','isArray','2851740slzagc','options','sEqOm','turboScale','env','toLowerCase','8149160cnifpn','NO_GRID_NAME_PASSED','fDjcU','12RUZtDe','getTurboScaleOptions','gridName','4607056UyFYCO','getTurboScaleCaps','../../bin/utils/constants','180260hgQgEn'];a92_0x4d75=function(){return _0x440ed0;};return a92_0x4d75();}
@@ -1 +1 @@
1
- var a93_0x4d8f5b=a93_0x3f29;function a93_0x3f29(_0x5f1ba6,_0x4e2b10){var _0x47058=a93_0x4705();return a93_0x3f29=function(_0x3f2964,_0x1c9ed9){_0x3f2964=_0x3f2964-0x1d0;var _0x52307c=_0x47058[_0x3f2964];return _0x52307c;},a93_0x3f29(_0x5f1ba6,_0x4e2b10);}function a93_0x4705(){var _0x499d07=['uninstallOtherPackages','chromedriverArgs','yHqMf','autoWebview','maxTypingFrequency','keyPassword','chromedriverExecutable','browserstack.app','browserstack.local','IPsdP','androidInstallPath','ZqiPR','autoAcceptAlerts','webkitResponseTimeout','lxxst','noSign','useNewWDA','nativeWebScreenshot','locale','ignoreHiddenApiPolicyError','automation','fRGXI','browserstack.automation','LMZdg','ensureWebviewsHavePages','keychainPath','BROWSERSTACK_BUILD_IDENTIFIER','enablePerformanceLogging','BROWSERSTACK_LOCAL_IDENTIFIER','platformVersion','pqTNK','keyAlias','dfuCk','intentFlags','appWaitDuration','fullContextList','buildName','browserstack.testOrchestration.rerunPreviouslyFailed','Mdskk','projectName','otherApps','appWaitPackage','apjaJ','screenshotWaitTimeout','intentAction','adbPort','PcGOB','iosInstallPause','sendKeyStrategy','browserstack.testOrchestration.skipFlakyandFailed','browserstackConfigFile','chromedriverUseSystemExecutable','xcodeOrgId','chromedriverChromeMappingFile','androidCoverageEndIntent','BROWSERSTACK_LOCAL','keychainPassword','wOdfW','webDriverAgentUrl','safariAllowPopups','androidDeviceReadyTimeout','dontStopAppOnReset','chromeOptions','browserstack.buildIdentifier','QRyTW','enableWebviewDetailsCollection','skipUnlock','browserstack.accessKey','orientation','eventTimings','logLevel','avd','598816ICTGMJ','eyCRO','AppiumCaps','EnvCapsMapping','browserstack.testOrchestration.retryTestsOnFailure','unicodeKeyboard','BROWSERSTACK_ACCESS_KEY','qDFjF','VEOzf','BROWSERSTACK_USERNAME','enableAsyncExecuteFromHttps','BROWSERSTACK_AUTOMATION','buildIdentifier','disableAndroidWatchers','buildToolsVersion','startIWDP','disableWindowAnimation','dEyfP','androidDeviceSocket','agQgW','wpAyd','interKeyDelay','abortBuildOnFailure','localIdentifier','connectHardwareKeyboard','BROWSERSTACK_PARALLELS_PER_PLATFORM','appName','autoWebviewTimeout','UCaOp','resetOnSessionStartOnly','avdReadyTimeout','5oUTIZH','skipFlakyandFailed','wdaLaunchTimeout','uMuEc','jJzCa','simpleIsVisibleCheck','app','nqDkv','deviceReadyTimeout','browserstack.rerunTests','parallelsPerPlatform','utvvZ','shouldUseSingletonTestManager','runPreviouslyFailedFirst','xcodeConfigFile','androidNaturalOrientation','840261dFQNYP','accessKey','showXcodeLog','logcatFilterSpecs','remoteAppsCacheLimit','chromedriverPorts','eFKMg','browserstack.logDir','chromedriverExecutableDir','bundleId','BROWSERSTACK_APP','browserstackLocal','locationServicesAuthorized','BROWSERSTACK_TEST_REPORTING_DEBUG','skipLogCapture','117iNXDfX','1777221ZsCyMD','BROWSERSTACK_APP_ID','BROWSERSTACK_BUILD_NAME','skipLogcatCapture','unlockType','ldbeY','webviewConnectRetries','customSSLCert','logcatFormat','locationServicesEnabled','xcodeSigningId','avdArgs','browserstack.parallelsPerPlatform','clearSystemFiles','autoDismissAlerts','browserstack.testOrchestration.abortBuildOnFailure','gpsEnabled','keystorePassword','ignoreUnimportantViews','BROWSERSTACK_LOG_DIR','CLICapsMapping','systemPort','browserstack.userName','useCarthageSsl','userName','fullReset','eLqwL','tapWithShortPressDuration','keepKeyChains','udid','2403708mWUUFZ','VQlVl','CBzie','logDir','4239753XhAcJL','webkitDebugProxyPort','unlockKey','IsZZd','rerunPreviouslyFailed','automationName','liQOy','androidScreenshotPath','chromedriverDisableBuildCheck','Iwhew','safariOpenLinksInBackground','localeScript','calendarFormat','wdaConnectionTimeout','printPageSourceOnFindFailure','uxSpn','mockLocationApp','commandTimeouts','wdaStartupRetryInterval','browserstack.testOrchestration.runPreviouslyFailedFirst','launchTimeout','deviceName','browserstack.access_key','browserstack.buildName','skipDeviceInitialization','browserstack.localIdentifier','isHeadless','language','RkkCn','remoteAdbHost','preventWDAAttachments','1533714nseMLh','recreateChromeDriverSessions','avdLaunchTimeout','nativeWebTap','UgpNb','6712756FtkTRi','appActivity','BLAnl'];a93_0x4705=function(){return _0x499d07;};return a93_0x4705();}(function(_0x44576a,_0x467ec1){var _0x46e2cb=a93_0x3f29,_0x44d82c=_0x44576a();while(!![]){try{var _0x257439=-parseInt(_0x46e2cb(0x261))/0x1+parseInt(_0x46e2cb(0x1d2))/0x2+parseInt(_0x46e2cb(0x251))/0x3+-parseInt(_0x46e2cb(0x1d7))/0x4*(-parseInt(_0x46e2cb(0x241))/0x5)+-parseInt(_0x46e2cb(0x27f))/0x6+-parseInt(_0x46e2cb(0x283))/0x7+parseInt(_0x46e2cb(0x222))/0x8*(parseInt(_0x46e2cb(0x260))/0x9);if(_0x257439===_0x467ec1)break;else _0x44d82c['push'](_0x44d82c['shift']());}catch(_0x5920af){_0x44d82c['push'](_0x44d82c['shift']());}}}(a93_0x4705,0xdf503),exports[a93_0x4d8f5b(0x275)]=()=>{var _0x16ed4c=a93_0x4d8f5b,_0x1df0f1={};_0x1df0f1[_0x16ed4c(0x236)]='browserstack.user_name',_0x1df0f1['jMwCw']=_0x16ed4c(0x277),_0x1df0f1[_0x16ed4c(0x257)]=_0x16ed4c(0x299),_0x1df0f1[_0x16ed4c(0x289)]=_0x16ed4c(0x21d),_0x1df0f1['uxSpn']=_0x16ed4c(0x29a),_0x1df0f1[_0x16ed4c(0x1f8)]='browserstack.projectName',_0x1df0f1[_0x16ed4c(0x208)]=_0x16ed4c(0x219),_0x1df0f1['gsswk']='browserstack.ppp',_0x1df0f1[_0x16ed4c(0x223)]=_0x16ed4c(0x26d),_0x1df0f1['dfuCk']=_0x16ed4c(0x1e2),_0x1df0f1[_0x16ed4c(0x1e3)]=_0x16ed4c(0x29c),_0x1df0f1[_0x16ed4c(0x200)]=_0x16ed4c(0x24a),_0x1df0f1[_0x16ed4c(0x1e5)]=_0x16ed4c(0x1e1),_0x1df0f1[_0x16ed4c(0x28c)]='browserstack.logLevel',_0x1df0f1['jzbeI']=_0x16ed4c(0x1f0),_0x1df0f1['VEOzf']=_0x16ed4c(0x258),_0x1df0f1[_0x16ed4c(0x1ef)]='browserstack.config',_0x1df0f1[_0x16ed4c(0x24c)]=_0x16ed4c(0x20c),_0x1df0f1[_0x16ed4c(0x1dc)]=_0x16ed4c(0x226),_0x1df0f1[_0x16ed4c(0x1d9)]=_0x16ed4c(0x270),_0x1df0f1[_0x16ed4c(0x213)]=_0x16ed4c(0x296),_0x1df0f1['jJzCa']=_0x16ed4c(0x1ff),_0x1df0f1[_0x16ed4c(0x235)]=_0x16ed4c(0x20b);var _0x1029d3=_0x1df0f1,_0x583f5b={};return _0x583f5b[_0x16ed4c(0x279)]=[_0x1029d3['wpAyd'],_0x1029d3['jMwCw']],_0x583f5b['accessKey']=[_0x1029d3[_0x16ed4c(0x257)],_0x1029d3[_0x16ed4c(0x289)]],_0x583f5b['buildName']=[_0x1029d3[_0x16ed4c(0x292)]],_0x583f5b[_0x16ed4c(0x201)]=[_0x1029d3[_0x16ed4c(0x1f8)]],_0x583f5b[_0x16ed4c(0x22e)]=[_0x1029d3[_0x16ed4c(0x208)]],_0x583f5b[_0x16ed4c(0x24b)]=[_0x1029d3['gsswk'],_0x1029d3[_0x16ed4c(0x223)]],_0x583f5b[_0x16ed4c(0x25c)]=[_0x1029d3[_0x16ed4c(0x1fa)]],_0x583f5b[_0x16ed4c(0x239)]=[_0x1029d3[_0x16ed4c(0x1e3)]],_0x583f5b['rerunTests']=[_0x1029d3[_0x16ed4c(0x200)]],_0x583f5b[_0x16ed4c(0x247)]=[_0x1029d3[_0x16ed4c(0x1e5)]],_0x583f5b['logLevel']=[_0x1029d3[_0x16ed4c(0x28c)]],_0x583f5b['automation']=[_0x1029d3['jzbeI']],_0x583f5b[_0x16ed4c(0x282)]=[_0x1029d3[_0x16ed4c(0x22a)]],_0x583f5b['browserstackConfigFile']=[_0x1029d3['fRGXI'],_0x1029d3[_0x16ed4c(0x24c)]],_0x583f5b['retryTestsOnFailure']=[_0x1029d3[_0x16ed4c(0x1dc)]],_0x583f5b[_0x16ed4c(0x238)]=[_0x1029d3[_0x16ed4c(0x1d9)]],_0x583f5b[_0x16ed4c(0x24e)]=[_0x1029d3['wOdfW']],_0x583f5b[_0x16ed4c(0x287)]=[_0x1029d3[_0x16ed4c(0x245)]],_0x583f5b[_0x16ed4c(0x242)]=[_0x1029d3['agQgW']],_0x583f5b;},exports[a93_0x4d8f5b(0x225)]=()=>{var _0x350bee=a93_0x4d8f5b,_0x36c48f={};_0x36c48f[_0x350bee(0x23e)]=_0x350bee(0x22b),_0x36c48f[_0x350bee(0x29f)]='BROWSERSTACK_USER_NAME',_0x36c48f['LMZdg']=_0x350bee(0x228),_0x36c48f[_0x350bee(0x266)]=_0x350bee(0x263),_0x36c48f[_0x350bee(0x280)]='BROWSERSTACK_PROJECT_NAME',_0x36c48f[_0x350bee(0x1d6)]=_0x350bee(0x1f4),_0x36c48f['dEyfP']=_0x350bee(0x23b),_0x36c48f[_0x350bee(0x204)]=_0x350bee(0x211),_0x36c48f[_0x350bee(0x21a)]=_0x350bee(0x1f6),_0x36c48f[_0x350bee(0x1e8)]='BROWSERSTACK_RERUN_TESTS',_0x36c48f[_0x350bee(0x248)]=_0x350bee(0x262),_0x36c48f[_0x350bee(0x229)]=_0x350bee(0x25b),_0x36c48f[_0x350bee(0x281)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x36c48f['uMuEc']=_0x350bee(0x25e),_0x36c48f[_0x350bee(0x27b)]=_0x350bee(0x22d),_0x36c48f[_0x350bee(0x286)]=_0x350bee(0x274);var _0x2a3fa9=_0x36c48f,_0x204f51={};return _0x204f51['userName']=[_0x2a3fa9[_0x350bee(0x23e)],_0x2a3fa9[_0x350bee(0x29f)]],_0x204f51[_0x350bee(0x252)]=[_0x2a3fa9[_0x350bee(0x1f1)]],_0x204f51[_0x350bee(0x1fe)]=[_0x2a3fa9['ldbeY']],_0x204f51[_0x350bee(0x201)]=[_0x2a3fa9[_0x350bee(0x280)]],_0x204f51[_0x350bee(0x22e)]=[_0x2a3fa9[_0x350bee(0x1d6)]],_0x204f51[_0x350bee(0x24b)]=[_0x2a3fa9[_0x350bee(0x233)]],_0x204f51[_0x350bee(0x25c)]=[_0x2a3fa9['apjaJ']],_0x204f51[_0x350bee(0x239)]=[_0x2a3fa9[_0x350bee(0x21a)]],_0x204f51['rerunTests']=[_0x2a3fa9[_0x350bee(0x1e8)]],_0x204f51[_0x350bee(0x247)]=[_0x2a3fa9['nqDkv'],_0x2a3fa9[_0x350bee(0x229)]],_0x204f51[_0x350bee(0x220)]=[_0x2a3fa9[_0x350bee(0x281)],_0x2a3fa9[_0x350bee(0x244)]],_0x204f51[_0x350bee(0x1ee)]=[_0x2a3fa9['eLqwL']],_0x204f51[_0x350bee(0x282)]=[_0x2a3fa9['IsZZd']],_0x204f51;},exports[a93_0x4d8f5b(0x224)]=()=>[a93_0x4d8f5b(0x288),a93_0x4d8f5b(0x1f7),a93_0x4d8f5b(0x298),'newCommandTimeout',a93_0x4d8f5b(0x247),a93_0x4d8f5b(0x27e),a93_0x4d8f5b(0x29e),a93_0x4d8f5b(0x1ec),a93_0x4d8f5b(0x21e),a93_0x4d8f5b(0x1dd),'noReset',a93_0x4d8f5b(0x27a),a93_0x4d8f5b(0x26e),a93_0x4d8f5b(0x21f),a93_0x4d8f5b(0x1f5),a93_0x4d8f5b(0x202),a93_0x4d8f5b(0x291),a93_0x4d8f5b(0x1d8),'appPackage','appWaitActivity',a93_0x4d8f5b(0x203),a93_0x4d8f5b(0x1fc),a93_0x4d8f5b(0x249),'allowTestPackages','androidCoverage',a93_0x4d8f5b(0x210),a93_0x4d8f5b(0x216),a93_0x4d8f5b(0x207),a93_0x4d8f5b(0x234),'androidInstallTimeout',a93_0x4d8f5b(0x1e4),a93_0x4d8f5b(0x221),a93_0x4d8f5b(0x1d4),a93_0x4d8f5b(0x240),a93_0x4d8f5b(0x26c),'useKeystore','keystorePath',a93_0x4d8f5b(0x272),a93_0x4d8f5b(0x1f9),a93_0x4d8f5b(0x1df),a93_0x4d8f5b(0x1e0),a93_0x4d8f5b(0x1db),a93_0x4d8f5b(0x259),a93_0x4d8f5b(0x20f),a93_0x4d8f5b(0x20d),'chromedriverPort',a93_0x4d8f5b(0x256),a93_0x4d8f5b(0x28b),a93_0x4d8f5b(0x23d),a93_0x4d8f5b(0x206),'intentCategory',a93_0x4d8f5b(0x1fb),'optionalIntentArguments',a93_0x4d8f5b(0x217),a93_0x4d8f5b(0x227),'resetKeyboard',a93_0x4d8f5b(0x1e9),a93_0x4d8f5b(0x273),a93_0x4d8f5b(0x22f),a93_0x4d8f5b(0x218),a93_0x4d8f5b(0x1d3),a93_0x4d8f5b(0x1eb),a93_0x4d8f5b(0x28a),'networkSpeed',a93_0x4d8f5b(0x271),a93_0x4d8f5b(0x29d),'adbExecTimeout',a93_0x4d8f5b(0x28e),a93_0x4d8f5b(0x29b),'autoGrantPermissions',a93_0x4d8f5b(0x250),a93_0x4d8f5b(0x276),a93_0x4d8f5b(0x1d0),a93_0x4d8f5b(0x21c),a93_0x4d8f5b(0x265),a93_0x4d8f5b(0x285),'autoLaunch',a93_0x4d8f5b(0x264),a93_0x4d8f5b(0x1da),a93_0x4d8f5b(0x232),a93_0x4d8f5b(0x230),'enforceAppInstall',a93_0x4d8f5b(0x1f2),'webviewDevtoolsPort',a93_0x4d8f5b(0x21b),a93_0x4d8f5b(0x255),a93_0x4d8f5b(0x28f),a93_0x4d8f5b(0x25a),a93_0x4d8f5b(0x297),a93_0x4d8f5b(0x26a),a93_0x4d8f5b(0x25d),a93_0x4d8f5b(0x1e6),a93_0x4d8f5b(0x26f),'nativeInstrumentsLib',a93_0x4d8f5b(0x1d5),'safariInitialUrl',a93_0x4d8f5b(0x215),'safariIgnoreFraudWarning',a93_0x4d8f5b(0x28d),a93_0x4d8f5b(0x27d),'localizableStringsDir','processArguments',a93_0x4d8f5b(0x237),'showIOSLog',a93_0x4d8f5b(0x20a),a93_0x4d8f5b(0x1e7),a93_0x4d8f5b(0x205),'remoteDebugProxy',a93_0x4d8f5b(0x22c),a93_0x4d8f5b(0x25f),a93_0x4d8f5b(0x284),a93_0x4d8f5b(0x1fd),'waitForAppScript',a93_0x4d8f5b(0x267),a93_0x4d8f5b(0x23c),a93_0x4d8f5b(0x268),a93_0x4d8f5b(0x27c),'scaleFactor','wdaLocalPort',a93_0x4d8f5b(0x253),a93_0x4d8f5b(0x209),a93_0x4d8f5b(0x24f),a93_0x4d8f5b(0x212),'usePrebuiltWDA',a93_0x4d8f5b(0x1d1),a93_0x4d8f5b(0x214),a93_0x4d8f5b(0x1f3),a93_0x4d8f5b(0x1ea),a93_0x4d8f5b(0x243),a93_0x4d8f5b(0x290),a93_0x4d8f5b(0x20e),a93_0x4d8f5b(0x26b),'updatedWDABundleId',a93_0x4d8f5b(0x23f),a93_0x4d8f5b(0x294),'wdaStartupRetries',a93_0x4d8f5b(0x295),a93_0x4d8f5b(0x23a),a93_0x4d8f5b(0x1de),a93_0x4d8f5b(0x246),a93_0x4d8f5b(0x278),a93_0x4d8f5b(0x24d),a93_0x4d8f5b(0x231),'allowTouchIdEnroll',a93_0x4d8f5b(0x1ed),a93_0x4d8f5b(0x293),a93_0x4d8f5b(0x269),a93_0x4d8f5b(0x254),'allowDelayAdb']);
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 +1 @@
1
- var a94_0x8dc570=a94_0x29d3;function a94_0x29d3(_0x584aff,_0x28d719){var _0x48a4b5=a94_0x48a4();return a94_0x29d3=function(_0x29d36f,_0x15a3a3){_0x29d36f=_0x29d36f-0x149;var _0x2f2f55=_0x48a4b5[_0x29d36f];return _0x2f2f55;},a94_0x29d3(_0x584aff,_0x28d719);}(function(_0x550288,_0x4edbf1){var _0x1b339c=a94_0x29d3,_0x565e43=_0x550288();while(!![]){try{var _0x12b10e=parseInt(_0x1b339c(0x153))/0x1*(parseInt(_0x1b339c(0x14b))/0x2)+-parseInt(_0x1b339c(0x14c))/0x3*(parseInt(_0x1b339c(0x154))/0x4)+parseInt(_0x1b339c(0x14a))/0x5*(parseInt(_0x1b339c(0x14d))/0x6)+parseInt(_0x1b339c(0x152))/0x7*(parseInt(_0x1b339c(0x155))/0x8)+-parseInt(_0x1b339c(0x156))/0x9+-parseInt(_0x1b339c(0x149))/0xa*(-parseInt(_0x1b339c(0x14e))/0xb)+-parseInt(_0x1b339c(0x151))/0xc;if(_0x12b10e===_0x4edbf1)break;else _0x565e43['push'](_0x565e43['shift']());}catch(_0x15da9a){_0x565e43['push'](_0x565e43['shift']());}}}(a94_0x48a4,0xcbe88),exports[a94_0x8dc570(0x150)]=a94_0x8dc570(0x14f));function a94_0x48a4(){var _0x289a0a=['6omTXhj','6sVcaRR','5728943pRyKNF','https://hub-use-only.browserstack.com/wd/hub','BROWSERSTACK_GRR_US_HUB_URL','21813672pMdWuU','5009410Wjszfr','325553vOtyQG','1262732sWtgCV','16tYjMNg','12703410xSboUt','10yKJvaD','7207925bjwTrL','8DjCYPr'];a94_0x48a4=function(){return _0x289a0a;};return a94_0x48a4();}
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 +1 @@
1
- (function(_0xfa62ee,_0x270434){var _0x1eeea9=a95_0x3ac6,_0x1a84a5=_0xfa62ee();while(!![]){try{var _0x389f77=-parseInt(_0x1eeea9(0xd3))/0x1+-parseInt(_0x1eeea9(0xd1))/0x2+parseInt(_0x1eeea9(0xd2))/0x3+parseInt(_0x1eeea9(0xc9))/0x4*(parseInt(_0x1eeea9(0xcc))/0x5)+-parseInt(_0x1eeea9(0xcd))/0x6*(parseInt(_0x1eeea9(0xcf))/0x7)+-parseInt(_0x1eeea9(0xc8))/0x8+parseInt(_0x1eeea9(0xcb))/0x9*(parseInt(_0x1eeea9(0xc6))/0xa);if(_0x389f77===_0x270434)break;else _0x1a84a5['push'](_0x1a84a5['shift']());}catch(_0x11f1ef){_0x1a84a5['push'](_0x1a84a5['shift']());}}}(a95_0x5587,0xe90b6),exports['setCentralScannerData']=(_0x1b85e8,_0x5b0454,_0x5fbc14)=>{var _0x64fa1=a95_0x3ac6,_0x5069dc={'rYkmB':function(_0x41e282,_0x4d5454){return _0x41e282(_0x4d5454);},'tFZRb':function(_0x4be58c,_0x3725fd){return _0x4be58c||_0x3725fd;}};_0x1b85e8['central_scanner_log']={'http_code':_0x5069dc[_0x64fa1(0xd0)](String,_0x5b0454)||null,'redirect_url':_0x5069dc[_0x64fa1(0xc2)](_0x5fbc14,null),'token':process[_0x64fa1(0xc4)][_0x64fa1(0xc7)]||null},process[_0x64fa1(0xc4)][_0x64fa1(0xc5)]&&(_0x1b85e8[_0x64fa1(0xce)][_0x64fa1(0xc3)]=JSON[_0x64fa1(0xca)](process[_0x64fa1(0xc4)][_0x64fa1(0xc5)])||null);});function a95_0x3ac6(_0x24c037,_0x5eb064){var _0x558787=a95_0x5587();return a95_0x3ac6=function(_0x3ac610,_0x15936e){_0x3ac610=_0x3ac610-0xc2;var _0x5edd66=_0x558787[_0x3ac610];return _0x5edd66;},a95_0x3ac6(_0x24c037,_0x5eb064);}function a95_0x5587(){var _0x164e5e=['6579652tcwycs','parse','7424199eUWvpp','5qZCyTT','4644246DjcJKX','central_scanner_log','7RWeahv','rYkmB','1779450dYcAca','3575262pmgJDQ','1117303YwZlmf','tFZRb','a11y_scanner','env','A11Y_SCAN_RESULT','20PuUDmQ','BROWSERSTACK_CENTRAL_SCANNER_JWT','6006960BFlGbG'];a95_0x5587=function(){return _0x164e5e;};return a95_0x5587();}
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 +1 @@
1
- const a96_0x212f9a=a96_0x20b0;(function(_0x1612c4,_0x1a3230){const _0x41ce3f=a96_0x20b0,_0x3ecb87=_0x1612c4();while(!![]){try{const _0x1504ed=parseInt(_0x41ce3f(0xd2))/0x1*(-parseInt(_0x41ce3f(0xd9))/0x2)+-parseInt(_0x41ce3f(0xdf))/0x3*(parseInt(_0x41ce3f(0xd5))/0x4)+parseInt(_0x41ce3f(0xd0))/0x5+-parseInt(_0x41ce3f(0xdd))/0x6*(parseInt(_0x41ce3f(0xdc))/0x7)+-parseInt(_0x41ce3f(0xcd))/0x8*(-parseInt(_0x41ce3f(0xd4))/0x9)+parseInt(_0x41ce3f(0xd6))/0xa+parseInt(_0x41ce3f(0xda))/0xb;if(_0x1504ed===_0x1a3230)break;else _0x3ecb87['push'](_0x3ecb87['shift']());}catch(_0x2aa7da){_0x3ecb87['push'](_0x3ecb87['shift']());}}}(a96_0x40ca,0x500fb));const logger=require(a96_0x212f9a(0xcf))[a96_0x212f9a(0xce)];function a96_0x20b0(_0x3c90a8,_0x266edf){const _0x40cad8=a96_0x40ca();return a96_0x20b0=function(_0x20b004,_0x5bb55a){_0x20b004=_0x20b004-0xcd;let _0x1f764d=_0x40cad8[_0x20b004];return _0x1f764d;},a96_0x20b0(_0x3c90a8,_0x266edf);}function createClassLogger(_0x425335){const _0x22665a=a96_0x212f9a;return{'info':(_0xad06f5,..._0x14fee5)=>logger[_0x22665a(0xd7)]('['+_0x425335+']\x20'+_0xad06f5,..._0x14fee5),'debug':(_0x59a7b8,..._0x23ae0a)=>logger[_0x22665a(0xdb)]('['+_0x425335+']\x20'+_0x59a7b8,..._0x23ae0a),'warn':(_0x2e4cfa,..._0x3a5800)=>logger['warn']('['+_0x425335+']\x20'+_0x2e4cfa,..._0x3a5800),'error':(_0x36fc98,..._0x1e0259)=>logger[_0x22665a(0xde)]('['+_0x425335+']\x20'+_0x36fc98,..._0x1e0259),'verbose':(_0x573022,..._0x1da100)=>logger[_0x22665a(0xd3)]('['+_0x425335+']\x20'+_0x573022,..._0x1da100)};}const a96_0x8b1e44={};function a96_0x40ca(){const _0x3d0134=['verbose','9567wjoefc','41956Eblqgw','1036700EXaIrj','info','exports','10FINFvJ','7681047cdZkDG','debug','14tIzrWY','1226202KgyVjB','error','9oFufcU','288aBspws','winstonLogger','./logger.js','335610JduhnN','createClassLogger','27841FpFYYk'];a96_0x40ca=function(){return _0x3d0134;};return a96_0x40ca();}a96_0x8b1e44[a96_0x212f9a(0xd1)]=createClassLogger,module[a96_0x212f9a(0xd8)]=a96_0x8b1e44;
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 +1 @@
1
- var a97_0x3df4f8=a97_0x3a1d;(function(_0x5c7a17,_0x323aa8){var _0x46263c=a97_0x3a1d,_0x3d7cb4=_0x5c7a17();while(!![]){try{var _0x1eba86=parseInt(_0x46263c(0xb5))/0x1*(-parseInt(_0x46263c(0xbb))/0x2)+parseInt(_0x46263c(0xb7))/0x3+parseInt(_0x46263c(0xbf))/0x4*(parseInt(_0x46263c(0xbc))/0x5)+parseInt(_0x46263c(0xc0))/0x6+parseInt(_0x46263c(0xb8))/0x7+-parseInt(_0x46263c(0xc1))/0x8+-parseInt(_0x46263c(0xbe))/0x9*(parseInt(_0x46263c(0xb4))/0xa);if(_0x1eba86===_0x323aa8)break;else _0x3d7cb4['push'](_0x3d7cb4['shift']());}catch(_0x565963){_0x3d7cb4['push'](_0x3d7cb4['shift']());}}}(a97_0x4c5a,0x55b62));function a97_0x4c5a(){var _0x50b841=['3352370ITrQtO','__instance','getGlobal','325842PIVoIi','36185mfKPsg','browserStackGlobals','3204zeSFka','176HREHWo','1287522nTndVM','3020976nHisYZ','exports','130edOWBg','3pLbloa','setGlobal','630486KyNNCM'];a97_0x4c5a=function(){return _0x50b841;};return a97_0x4c5a();}function a97_0x3a1d(_0x493e15,_0x304b4a){var _0x4c5a56=a97_0x4c5a();return a97_0x3a1d=function(_0x3a1db0,_0x4539e5){_0x3a1db0=_0x3a1db0-0xb3;var _0x58843c=_0x4c5a56[_0x3a1db0];return _0x58843c;},a97_0x3a1d(_0x493e15,_0x304b4a);}class Global{static [a97_0x3df4f8(0xb9)];constructor(){var _0x11cd81=a97_0x3df4f8;if(Global[_0x11cd81(0xb9)])return Global[_0x11cd81(0xb9)];this[_0x11cd81(0xbd)]=global,Global[_0x11cd81(0xb9)]=this;}[a97_0x3df4f8(0xb6)](_0x719371,_0x4980b9){this['browserStackGlobals'][_0x719371]=_0x4980b9;}[a97_0x3df4f8(0xba)](_0x1af0f0){var _0x3b891a=a97_0x3df4f8;return this[_0x3b891a(0xbd)][_0x1af0f0];}}module[a97_0x3df4f8(0xb3)]=new Global();
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();