browserstack-node-sdk 1.49.10 → 1.49.12

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 (186) 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/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- var a143_0x152afb=a143_0x1816;function a143_0x1816(_0x4b67e6,_0x53e5e0){var _0x17f245=a143_0x17f2();return a143_0x1816=function(_0x181663,_0x56b372){_0x181663=_0x181663-0xc4;var _0x5b16f1=_0x17f245[_0x181663];return _0x5b16f1;},a143_0x1816(_0x4b67e6,_0x53e5e0);}function a143_0x17f2(){var _0x160352=['YdYza','localIdentifier','browserstack.accessibilityOptions.scannerProcessingTimeout','LDQtY','browserstack.user','lLDeB','browserVersion','deviceName','browserstack.wsLocalSupport','local','debug','browserstack.uploadMedia','nkRYO','GkHRu','browserstack.appiumLogs','accessibilityOptions.authToken','browserstack.enableSim','474pECRUH','project','browserstack.selenium_version','browserstack.maskBasicAuth','CLhnH','browserstack.browserstackSDK','12845aNyOnk','video','ozwBg','bKnVF','maskCommands','seleniumLogs','browserstack.buildIdentifier','worin','browserstack.debug','hosts','tyqLt','RIPIn','NUQbu','QpdhN','eXkCW','browserstack.localIdentifier','gIyqT','HGYnC','60FDHKhn','DMDVD','accessibilityOptions.includeIssueType.bestPractice','YDtOF','bfcache','YazrV','jhpWp','3339950IrxAPc','qFFbQ','browserstack.accessibilityOptions.wcagVersion','NMHTz','buildIdentifier','KhLJS','browserstack.customNetwork','appiumVersion','vtkUl','browserstack.idleTimeout','headerParams','eZaMy','browserstack.networkLogsOptions','browserstack.overridelocalInfo.userAuthToken','browserstack.accessibilityOptions.includeIssueType.needsReview','gGTbN','seleniumVersion','HJihC','sessionName','cUIRX','accessKey','XbCcd','buildProductMap','playwrightVersion','browserstack.seleniumLogs','hAcNo','browserstack.bfcache','browserstack.maskCommands','customNetwork','YOZJF','browserstack.use_w3c','browserstack.geoLocation','browserstack.accessibilityOptions.scannerVersion','timezone','buildName','browserstack.accessibilityOptions.authToken','autoWait','userName','spgNi','255970XykNLd','enableSim','SvtEZ','osVersion','bMreo','browserstack.playwrightVersion','1878336gXgPVb','overridelocalInfo.localIdentifier','browserstack.hosts','simOptions','ubInJ','browserstack.networkProfile','eVJHT','browserstack.networkLogs','xMZez','resolution','csHPV','uploadMedia','1681112LiQPAS','deviceOrientation','YLIFR','1fikXtK','rxQVV','browserstack.local','vDTRU','Oiwzn','browserstack.simOptions','kIUUN','os_version','browser_version','YQjnt','browserstack.performance','490785NciMDV','browserstack.key','hZTui','qLeVs','aAngp','reqon','67596vTSBwJ','nYRkr','browserstack.buildProductMap','networkLogs','ZcekR','testhubBuildUuid','nMRiu','browserstack.disableCorsRestrictions','device','WXLWp','W3CMapping'];a143_0x17f2=function(){return _0x160352;};return a143_0x17f2();}(function(_0x552b28,_0x4c972b){var _0x4b2f6d=a143_0x1816,_0x52cb89=_0x552b28();while(!![]){try{var _0x27f026=parseInt(_0x4b2f6d(0xc6))/0x1*(-parseInt(_0x4b2f6d(0x139))/0x2)+-parseInt(_0x4b2f6d(0xd1))/0x3+-parseInt(_0x4b2f6d(0xd7))/0x4*(parseInt(_0x4b2f6d(0x10b))/0x5)+parseInt(_0x4b2f6d(0xf3))/0x6*(-parseInt(_0x4b2f6d(0xf9))/0x7)+parseInt(_0x4b2f6d(0x14b))/0x8+parseInt(_0x4b2f6d(0x13f))/0x9+parseInt(_0x4b2f6d(0x112))/0xa;if(_0x27f026===_0x4c972b)break;else _0x52cb89['push'](_0x52cb89['shift']());}catch(_0x283733){_0x52cb89['push'](_0x52cb89['shift']());}}}(a143_0x17f2,0x1bb61),exports[a143_0x152afb(0xe1)]=()=>{var _0xb63d6c=a143_0x152afb,_0x3915e5={};_0x3915e5[_0xb63d6c(0xef)]=_0xb63d6c(0x137),_0x3915e5['hZTui']=_0xb63d6c(0x126),_0x3915e5[_0xb63d6c(0xc5)]=_0xb63d6c(0x13c),_0x3915e5[_0xb63d6c(0xc9)]='browser',_0x3915e5['ubInJ']=_0xb63d6c(0xe8),_0x3915e5[_0xb63d6c(0xf7)]='useW3c',_0x3915e5[_0xb63d6c(0x111)]='projectName',_0x3915e5[_0xb63d6c(0x105)]=_0xb63d6c(0x134),_0x3915e5['ELPgf']=_0xb63d6c(0x124),_0x3915e5[_0xb63d6c(0x11d)]=_0xb63d6c(0xeb),_0x3915e5[_0xb63d6c(0xe5)]=_0xb63d6c(0xe3),_0x3915e5[_0xb63d6c(0xd8)]=_0xb63d6c(0xec),_0x3915e5[_0xb63d6c(0x13b)]='consoleLogs',_0x3915e5[_0xb63d6c(0xc7)]=_0xb63d6c(0xda),_0x3915e5[_0xb63d6c(0x10e)]='networkLogsOptions',_0x3915e5['ZcekR']='appiumLogs',_0x3915e5['QuKDp']=_0xb63d6c(0xfa),_0x3915e5[_0xb63d6c(0x145)]=_0xb63d6c(0xfe),_0x3915e5['tyqLt']='telemetryLogs',_0x3915e5[_0xb63d6c(0x10a)]='geoLocation',_0x3915e5[_0xb63d6c(0xd5)]=_0xb63d6c(0x133),_0x3915e5[_0xb63d6c(0x109)]=_0xb63d6c(0x148),_0x3915e5[_0xb63d6c(0x123)]=_0xb63d6c(0x122),_0x3915e5[_0xb63d6c(0xd4)]=_0xb63d6c(0xfd),_0x3915e5[_0xb63d6c(0x12f)]='idleTimeout',_0x3915e5['Oiwzn']='maskBasicAuth',_0x3915e5[_0xb63d6c(0x149)]=_0xb63d6c(0x136),_0x3915e5[_0xb63d6c(0x113)]=_0xb63d6c(0x102),_0x3915e5[_0xb63d6c(0xee)]=_0xb63d6c(0x10f),_0x3915e5[_0xb63d6c(0xfc)]='wsLocalSupport',_0x3915e5[_0xb63d6c(0xcc)]='disableCorsRestrictions',_0x3915e5[_0xb63d6c(0xcf)]=_0xb63d6c(0xe9),_0x3915e5[_0xb63d6c(0xe0)]='realMobile',_0x3915e5['nMRiu']=_0xb63d6c(0x119),_0x3915e5['YlbYp']=_0xb63d6c(0xc4),_0x3915e5[_0xb63d6c(0xd6)]=_0xb63d6c(0x12e),_0x3915e5[_0xb63d6c(0x100)]='networkProfile',_0x3915e5[_0xb63d6c(0x104)]=_0xb63d6c(0x116),_0x3915e5[_0xb63d6c(0x10c)]='browserstackSDK',_0x3915e5['hAcNo']='accessibility',_0x3915e5[_0xb63d6c(0x121)]=_0xb63d6c(0x128),_0x3915e5[_0xb63d6c(0x147)]=_0xb63d6c(0xdc),_0x3915e5[_0xb63d6c(0x106)]='accessibilityOptions.wcagVersion',_0x3915e5[_0xb63d6c(0x107)]='accessibilityOptions.scannerVersion',_0x3915e5['LZeSE']='accessibilityOptions.scannerProcessingTimeout',_0x3915e5[_0xb63d6c(0x117)]=_0xb63d6c(0x10d),_0x3915e5['bMreo']='accessibilityOptions.includeIssueType.needsReview',_0x3915e5[_0xb63d6c(0x110)]=_0xb63d6c(0xf1),_0x3915e5[_0xb63d6c(0xfb)]=_0xb63d6c(0x14a),_0x3915e5[_0xb63d6c(0xe7)]=_0xb63d6c(0x13a),_0x3915e5[_0xb63d6c(0x138)]=_0xb63d6c(0x142),_0x3915e5[_0xb63d6c(0x125)]=_0xb63d6c(0x129),_0x3915e5[_0xb63d6c(0xe2)]='overridelocalInfo.userAuthToken',_0x3915e5[_0xb63d6c(0x127)]=_0xb63d6c(0x140),_0x3915e5[_0xb63d6c(0x115)]=_0xb63d6c(0x11c),_0x3915e5[_0xb63d6c(0x11a)]='performance';var _0x2d1157=_0x3915e5,_0x2ca5b7={};return _0x2ca5b7[_0xb63d6c(0xe6)]=_0x2d1157[_0xb63d6c(0xef)],_0x2ca5b7[_0xb63d6c(0xd2)]=_0x2d1157[_0xb63d6c(0xd3)],_0x2ca5b7['os']='os',_0x2ca5b7[_0xb63d6c(0xcd)]=_0x2d1157['YLIFR'],_0x2ca5b7['browser']=_0x2d1157[_0xb63d6c(0xc9)],_0x2ca5b7[_0xb63d6c(0xce)]=_0x2d1157[_0xb63d6c(0x143)],_0x2ca5b7[_0xb63d6c(0x130)]=_0x2d1157['CLhnH'],_0x2ca5b7[_0xb63d6c(0xf4)]=_0x2d1157[_0xb63d6c(0x111)],_0x2ca5b7['build']=_0x2d1157[_0xb63d6c(0x105)],_0x2ca5b7['name']=_0x2d1157['ELPgf'],_0x2ca5b7[_0xb63d6c(0xc8)]=_0x2d1157[_0xb63d6c(0x11d)],_0x2ca5b7[_0xb63d6c(0x108)]=_0x2d1157[_0xb63d6c(0xe5)],_0x2ca5b7[_0xb63d6c(0x101)]=_0x2d1157['nYRkr'],_0x2ca5b7['browserstack.console']=_0x2d1157[_0xb63d6c(0x13b)],_0x2ca5b7[_0xb63d6c(0x146)]=_0x2d1157['rxQVV'],_0x2ca5b7[_0xb63d6c(0x11e)]=_0x2d1157[_0xb63d6c(0x10e)],_0x2ca5b7[_0xb63d6c(0xf0)]=_0x2d1157[_0xb63d6c(0xdb)],_0x2ca5b7['browserstack.video']=_0x2d1157['QuKDp'],_0x2ca5b7[_0xb63d6c(0x12a)]=_0x2d1157[_0xb63d6c(0x145)],_0x2ca5b7['browserstack.telemetryLogs']=_0x2d1157[_0xb63d6c(0x103)],_0x2ca5b7[_0xb63d6c(0x131)]=_0x2d1157[_0xb63d6c(0x10a)],_0x2ca5b7['browserstack.timezone']=_0x2d1157[_0xb63d6c(0xd5)],_0x2ca5b7[_0xb63d6c(0x148)]=_0x2d1157[_0xb63d6c(0x109)],_0x2ca5b7[_0xb63d6c(0xf5)]=_0x2d1157[_0xb63d6c(0x123)],_0x2ca5b7[_0xb63d6c(0x12d)]=_0x2d1157[_0xb63d6c(0xd4)],_0x2ca5b7[_0xb63d6c(0x11b)]=_0x2d1157[_0xb63d6c(0x12f)],_0x2ca5b7[_0xb63d6c(0xf6)]=_0x2d1157[_0xb63d6c(0xca)],_0x2ca5b7['browserstack.autoWait']=_0x2d1157[_0xb63d6c(0x149)],_0x2ca5b7[_0xb63d6c(0x141)]=_0x2d1157['qFFbQ'],_0x2ca5b7[_0xb63d6c(0x12c)]=_0x2d1157[_0xb63d6c(0xee)],_0x2ca5b7[_0xb63d6c(0xea)]=_0x2d1157[_0xb63d6c(0xfc)],_0x2ca5b7[_0xb63d6c(0xde)]=_0x2d1157[_0xb63d6c(0xcc)],_0x2ca5b7[_0xb63d6c(0xdf)]=_0x2d1157[_0xb63d6c(0xcf)],_0x2ca5b7['realMobile']=_0x2d1157[_0xb63d6c(0xe0)],_0x2ca5b7['browserstack.appium_version']=_0x2d1157[_0xb63d6c(0xdd)],_0x2ca5b7[_0xb63d6c(0xc4)]=_0x2d1157['YlbYp'],_0x2ca5b7[_0xb63d6c(0x118)]=_0x2d1157['reqon'],_0x2ca5b7[_0xb63d6c(0x144)]=_0x2d1157[_0xb63d6c(0x100)],_0x2ca5b7[_0xb63d6c(0xff)]=_0x2d1157['RIPIn'],_0x2ca5b7[_0xb63d6c(0xf8)]=_0x2d1157[_0xb63d6c(0x10c)],_0x2ca5b7['browserstack.accessibility']=_0x2d1157[_0xb63d6c(0x12b)],_0x2ca5b7[_0xb63d6c(0xd9)]=_0x2d1157[_0xb63d6c(0x121)],_0x2ca5b7['browserstack.testhubBuildUuid']=_0x2d1157[_0xb63d6c(0x147)],_0x2ca5b7[_0xb63d6c(0x114)]=_0x2d1157[_0xb63d6c(0x106)],_0x2ca5b7[_0xb63d6c(0x132)]=_0x2d1157[_0xb63d6c(0x107)],_0x2ca5b7[_0xb63d6c(0xe4)]=_0x2d1157['LZeSE'],_0x2ca5b7['browserstack.accessibilityOptions.includeIssueType.bestPractice']=_0x2d1157['KhLJS'],_0x2ca5b7[_0xb63d6c(0x120)]=_0x2d1157[_0xb63d6c(0x13d)],_0x2ca5b7[_0xb63d6c(0x135)]=_0x2d1157[_0xb63d6c(0x110)],_0x2ca5b7[_0xb63d6c(0xed)]=_0x2d1157['ozwBg'],_0x2ca5b7[_0xb63d6c(0xf2)]=_0x2d1157[_0xb63d6c(0xe7)],_0x2ca5b7[_0xb63d6c(0xcb)]=_0x2d1157[_0xb63d6c(0x138)],_0x2ca5b7[_0xb63d6c(0x13e)]=_0x2d1157[_0xb63d6c(0x125)],_0x2ca5b7[_0xb63d6c(0x11f)]=_0x2d1157[_0xb63d6c(0xe2)],_0x2ca5b7['browserstack.overridelocalInfo.localIdentifier']=_0x2d1157[_0xb63d6c(0x127)],_0x2ca5b7['browserstack.headerParams']=_0x2d1157[_0xb63d6c(0x115)],_0x2ca5b7[_0xb63d6c(0xd0)]=_0x2d1157[_0xb63d6c(0x11a)],_0x2ca5b7;});
1
+ function a143_0x3683(_0x397163,_0x4eab55){var _0x35ecd5=a143_0x35ec();return a143_0x3683=function(_0x368317,_0x26721a){_0x368317=_0x368317-0x10f;var _0x44b11c=_0x35ecd5[_0x368317];return _0x44b11c;},a143_0x3683(_0x397163,_0x4eab55);}(function(_0x3ae1c3,_0x4386d1){var _0x328456=a143_0x3683,_0xb065dc=_0x3ae1c3();while(!![]){try{var _0x3f13eb=-parseInt(_0x328456(0x18f))/0x1*(parseInt(_0x328456(0x138))/0x2)+-parseInt(_0x328456(0x158))/0x3*(parseInt(_0x328456(0x19a))/0x4)+parseInt(_0x328456(0x135))/0x5*(-parseInt(_0x328456(0x126))/0x6)+-parseInt(_0x328456(0x1a2))/0x7*(-parseInt(_0x328456(0x12b))/0x8)+-parseInt(_0x328456(0x199))/0x9+parseInt(_0x328456(0x151))/0xa*(parseInt(_0x328456(0x190))/0xb)+parseInt(_0x328456(0x15c))/0xc*(parseInt(_0x328456(0x11d))/0xd);if(_0x3f13eb===_0x4386d1)break;else _0xb065dc['push'](_0xb065dc['shift']());}catch(_0x4efbbd){_0xb065dc['push'](_0xb065dc['shift']());}}}(a143_0x35ec,0x55794),exports['W3CMapping']=()=>{var _0x3e1ef6=a143_0x3683,_0x29b8a2={};_0x29b8a2[_0x3e1ef6(0x162)]=_0x3e1ef6(0x156),_0x29b8a2[_0x3e1ef6(0x13a)]='accessKey',_0x29b8a2[_0x3e1ef6(0x178)]=_0x3e1ef6(0x148),_0x29b8a2[_0x3e1ef6(0x13e)]=_0x3e1ef6(0x166),_0x29b8a2[_0x3e1ef6(0x167)]=_0x3e1ef6(0x13b),_0x29b8a2[_0x3e1ef6(0x128)]=_0x3e1ef6(0x153),_0x29b8a2[_0x3e1ef6(0x18b)]=_0x3e1ef6(0x1a3),_0x29b8a2[_0x3e1ef6(0x11f)]=_0x3e1ef6(0x15b),_0x29b8a2[_0x3e1ef6(0x179)]=_0x3e1ef6(0x12c),_0x29b8a2[_0x3e1ef6(0x13d)]='local',_0x29b8a2[_0x3e1ef6(0x134)]=_0x3e1ef6(0x11e),_0x29b8a2[_0x3e1ef6(0x127)]=_0x3e1ef6(0x139),_0x29b8a2[_0x3e1ef6(0x144)]=_0x3e1ef6(0x195),_0x29b8a2[_0x3e1ef6(0x177)]=_0x3e1ef6(0x18a),_0x29b8a2['pnHIy']=_0x3e1ef6(0x132),_0x29b8a2[_0x3e1ef6(0x15d)]=_0x3e1ef6(0x112),_0x29b8a2[_0x3e1ef6(0x18d)]='video',_0x29b8a2[_0x3e1ef6(0x142)]=_0x3e1ef6(0x147),_0x29b8a2['ApMao']=_0x3e1ef6(0x16c),_0x29b8a2['LKhdp']=_0x3e1ef6(0x133),_0x29b8a2[_0x3e1ef6(0x15f)]=_0x3e1ef6(0x122),_0x29b8a2[_0x3e1ef6(0x14b)]='resolution',_0x29b8a2[_0x3e1ef6(0x19e)]=_0x3e1ef6(0x114),_0x29b8a2[_0x3e1ef6(0x116)]='maskCommands',_0x29b8a2[_0x3e1ef6(0x157)]='idleTimeout',_0x29b8a2[_0x3e1ef6(0x12a)]=_0x3e1ef6(0x11a),_0x29b8a2[_0x3e1ef6(0x165)]='autoWait',_0x29b8a2[_0x3e1ef6(0x17f)]=_0x3e1ef6(0x187),_0x29b8a2['NIcop']=_0x3e1ef6(0x14a),_0x29b8a2[_0x3e1ef6(0x110)]='wsLocalSupport',_0x29b8a2[_0x3e1ef6(0x120)]=_0x3e1ef6(0x19b),_0x29b8a2[_0x3e1ef6(0x16b)]=_0x3e1ef6(0x160),_0x29b8a2[_0x3e1ef6(0x170)]='realMobile',_0x29b8a2['CxAkf']=_0x3e1ef6(0x193),_0x29b8a2[_0x3e1ef6(0x172)]=_0x3e1ef6(0x124),_0x29b8a2[_0x3e1ef6(0x13c)]='customNetwork',_0x29b8a2[_0x3e1ef6(0x131)]=_0x3e1ef6(0x14c),_0x29b8a2[_0x3e1ef6(0x169)]=_0x3e1ef6(0x18e),_0x29b8a2[_0x3e1ef6(0x188)]=_0x3e1ef6(0x194),_0x29b8a2['Absvd']=_0x3e1ef6(0x171),_0x29b8a2[_0x3e1ef6(0x19c)]=_0x3e1ef6(0x10f),_0x29b8a2[_0x3e1ef6(0x146)]=_0x3e1ef6(0x19d),_0x29b8a2['QwkaR']=_0x3e1ef6(0x191),_0x29b8a2['vyWxj']=_0x3e1ef6(0x197),_0x29b8a2[_0x3e1ef6(0x130)]='accessibilityOptions.scannerProcessingTimeout',_0x29b8a2[_0x3e1ef6(0x159)]=_0x3e1ef6(0x140),_0x29b8a2['mQwml']='accessibilityOptions.includeIssueType.needsReview',_0x29b8a2[_0x3e1ef6(0x111)]=_0x3e1ef6(0x14e),_0x29b8a2[_0x3e1ef6(0x141)]=_0x3e1ef6(0x13f),_0x29b8a2[_0x3e1ef6(0x185)]=_0x3e1ef6(0x155),_0x29b8a2[_0x3e1ef6(0x149)]=_0x3e1ef6(0x113),_0x29b8a2[_0x3e1ef6(0x15a)]=_0x3e1ef6(0x175),_0x29b8a2[_0x3e1ef6(0x123)]='overridelocalInfo.userAuthToken',_0x29b8a2['McEWX']=_0x3e1ef6(0x17d),_0x29b8a2[_0x3e1ef6(0x161)]=_0x3e1ef6(0x1a0),_0x29b8a2[_0x3e1ef6(0x180)]='performance';var _0xf57e0c=_0x29b8a2,_0x1d1c65={};return _0x1d1c65[_0x3e1ef6(0x117)]=_0xf57e0c[_0x3e1ef6(0x162)],_0x1d1c65[_0x3e1ef6(0x184)]=_0xf57e0c[_0x3e1ef6(0x13a)],_0x1d1c65['os']='os',_0x1d1c65[_0x3e1ef6(0x150)]=_0xf57e0c[_0x3e1ef6(0x178)],_0x1d1c65['browser']=_0xf57e0c['fkjtj'],_0x1d1c65[_0x3e1ef6(0x125)]=_0xf57e0c[_0x3e1ef6(0x167)],_0x1d1c65['browserstack.use_w3c']=_0xf57e0c[_0x3e1ef6(0x128)],_0x1d1c65['project']=_0xf57e0c[_0x3e1ef6(0x18b)],_0x1d1c65[_0x3e1ef6(0x168)]=_0xf57e0c[_0x3e1ef6(0x11f)],_0x1d1c65[_0x3e1ef6(0x137)]=_0xf57e0c[_0x3e1ef6(0x179)],_0x1d1c65[_0x3e1ef6(0x11c)]=_0xf57e0c[_0x3e1ef6(0x13d)],_0x1d1c65[_0x3e1ef6(0x119)]=_0xf57e0c[_0x3e1ef6(0x134)],_0x1d1c65[_0x3e1ef6(0x189)]=_0xf57e0c[_0x3e1ef6(0x127)],_0x1d1c65['browserstack.console']=_0xf57e0c['YUfCM'],_0x1d1c65[_0x3e1ef6(0x152)]=_0xf57e0c[_0x3e1ef6(0x177)],_0x1d1c65[_0x3e1ef6(0x16e)]=_0xf57e0c[_0x3e1ef6(0x196)],_0x1d1c65['browserstack.appiumLogs']=_0xf57e0c['AymVC'],_0x1d1c65['browserstack.video']=_0xf57e0c[_0x3e1ef6(0x18d)],_0x1d1c65[_0x3e1ef6(0x192)]=_0xf57e0c[_0x3e1ef6(0x142)],_0x1d1c65['browserstack.telemetryLogs']=_0xf57e0c[_0x3e1ef6(0x19f)],_0x1d1c65[_0x3e1ef6(0x15e)]=_0xf57e0c['LKhdp'],_0x1d1c65[_0x3e1ef6(0x181)]=_0xf57e0c[_0x3e1ef6(0x15f)],_0x1d1c65['resolution']=_0xf57e0c[_0x3e1ef6(0x14b)],_0x1d1c65[_0x3e1ef6(0x183)]=_0xf57e0c[_0x3e1ef6(0x19e)],_0x1d1c65[_0x3e1ef6(0x12d)]=_0xf57e0c['uoiYF'],_0x1d1c65[_0x3e1ef6(0x14d)]=_0xf57e0c[_0x3e1ef6(0x157)],_0x1d1c65['browserstack.maskBasicAuth']=_0xf57e0c[_0x3e1ef6(0x12a)],_0x1d1c65[_0x3e1ef6(0x16d)]=_0xf57e0c[_0x3e1ef6(0x165)],_0x1d1c65[_0x3e1ef6(0x115)]=_0xf57e0c['tvbis'],_0x1d1c65[_0x3e1ef6(0x173)]=_0xf57e0c[_0x3e1ef6(0x129)],_0x1d1c65[_0x3e1ef6(0x176)]=_0xf57e0c[_0x3e1ef6(0x110)],_0x1d1c65[_0x3e1ef6(0x145)]=_0xf57e0c['jdWmP'],_0x1d1c65[_0x3e1ef6(0x163)]=_0xf57e0c['WvevV'],_0x1d1c65[_0x3e1ef6(0x174)]=_0xf57e0c[_0x3e1ef6(0x170)],_0x1d1c65[_0x3e1ef6(0x11b)]=_0xf57e0c[_0x3e1ef6(0x12e)],_0x1d1c65[_0x3e1ef6(0x124)]=_0xf57e0c[_0x3e1ef6(0x172)],_0x1d1c65['browserstack.customNetwork']=_0xf57e0c['pGIXo'],_0x1d1c65[_0x3e1ef6(0x186)]=_0xf57e0c[_0x3e1ef6(0x131)],_0x1d1c65['browserstack.buildIdentifier']=_0xf57e0c[_0x3e1ef6(0x169)],_0x1d1c65['browserstack.browserstackSDK']=_0xf57e0c[_0x3e1ef6(0x188)],_0x1d1c65[_0x3e1ef6(0x154)]=_0xf57e0c['Absvd'],_0x1d1c65[_0x3e1ef6(0x18c)]=_0xf57e0c[_0x3e1ef6(0x19c)],_0x1d1c65[_0x3e1ef6(0x17c)]=_0xf57e0c[_0x3e1ef6(0x146)],_0x1d1c65[_0x3e1ef6(0x143)]=_0xf57e0c[_0x3e1ef6(0x121)],_0x1d1c65[_0x3e1ef6(0x17b)]=_0xf57e0c['vyWxj'],_0x1d1c65[_0x3e1ef6(0x14f)]=_0xf57e0c[_0x3e1ef6(0x130)],_0x1d1c65[_0x3e1ef6(0x1a1)]=_0xf57e0c[_0x3e1ef6(0x159)],_0x1d1c65[_0x3e1ef6(0x16f)]=_0xf57e0c[_0x3e1ef6(0x164)],_0x1d1c65[_0x3e1ef6(0x16a)]=_0xf57e0c['MpwSc'],_0x1d1c65['browserstack.uploadMedia']=_0xf57e0c['gyGkL'],_0x1d1c65[_0x3e1ef6(0x136)]=_0xf57e0c[_0x3e1ef6(0x185)],_0x1d1c65['browserstack.simOptions']=_0xf57e0c[_0x3e1ef6(0x149)],_0x1d1c65[_0x3e1ef6(0x12f)]=_0xf57e0c[_0x3e1ef6(0x15a)],_0x1d1c65[_0x3e1ef6(0x182)]=_0xf57e0c[_0x3e1ef6(0x123)],_0x1d1c65[_0x3e1ef6(0x17e)]=_0xf57e0c[_0x3e1ef6(0x118)],_0x1d1c65[_0x3e1ef6(0x198)]=_0xf57e0c[_0x3e1ef6(0x161)],_0x1d1c65[_0x3e1ef6(0x17a)]=_0xf57e0c[_0x3e1ef6(0x180)],_0x1d1c65;});function a143_0x35ec(){var _0x107463=['device','mQwml','Qiker','browser','jNkkz','build','eSIYZ','browserstack.accessibilityOptions.authToken','WvevV','telemetryLogs','browserstack.autoWait','browserstack.networkLogsOptions','browserstack.accessibilityOptions.includeIssueType.needsReview','FTPTz','accessibility','WMpPN','browserstack.bfcache','realMobile','playwrightVersion','browserstack.wsLocalSupport','NTWAo','KEpGP','Yiifn','browserstack.performance','browserstack.accessibilityOptions.scannerVersion','browserstack.testhubBuildUuid','overridelocalInfo.localIdentifier','browserstack.overridelocalInfo.localIdentifier','tvbis','pZPQu','browserstack.timezone','browserstack.overridelocalInfo.userAuthToken','browserstack.selenium_version','browserstack.key','VkZup','browserstack.networkProfile','hosts','KvjmF','browserstack.debug','networkLogs','cFxMj','browserstack.buildProductMap','qndDP','buildIdentifier','550684gGYbzl','2107897UlMUPT','accessibilityOptions.wcagVersion','browserstack.seleniumLogs','appiumVersion','browserstackSDK','consoleLogs','pnHIy','accessibilityOptions.scannerVersion','browserstack.headerParams','3033972rFPUOH','12724BFTDeX','disableCorsRestrictions','wDTOx','testhubBuildUuid','kmBZb','ApMao','headerParams','browserstack.accessibilityOptions.includeIssueType.bestPractice','7JNZaBO','projectName','buildProductMap','FCNtp','MpwSc','appiumLogs','simOptions','seleniumVersion','browserstack.hosts','uoiYF','browserstack.user','McEWX','browserstack.localIdentifier','maskBasicAuth','browserstack.appium_version','browserstack.local','17367077LQeMpm','localIdentifier','NXKPG','jdWmP','QwkaR','timezone','vTjHm','deviceOrientation','browser_version','78ytHdiF','TBbIq','xvxuG','NIcop','SgpsN','23600LPMPft','sessionName','browserstack.maskCommands','CxAkf','browserstack.playwrightVersion','JIIlm','JwFJG','networkLogsOptions','geoLocation','MMpkh','59935zvRDaT','browserstack.enableSim','name','2GgjxUZ','debug','mEFTJ','browserVersion','pGIXo','sqHes','fkjtj','uploadMedia','accessibilityOptions.includeIssueType.bestPractice','gyGkL','qliel','browserstack.accessibilityOptions.wcagVersion','YUfCM','browserstack.disableCorsRestrictions','opbId','seleniumLogs','osVersion','hflBK','bfcache','MOCNn','networkProfile','browserstack.idleTimeout','accessibilityOptions.authToken','browserstack.accessibilityOptions.scannerProcessingTimeout','os_version','10PptHCB','browserstack.networkLogs','useW3c','browserstack.accessibility','enableSim','userName','RUIEI','129CToSll','iLfpz','CxoLh','buildName','12VvFCDR','AymVC','browserstack.geoLocation','LMgNz','deviceName','WiejH','SMfHD'];a143_0x35ec=function(){return _0x107463;};return a143_0x35ec();}
@@ -1 +1 @@
1
- const a144_0xedff2a=a144_0x402a;function a144_0x402a(_0x24aa9a,_0x5ef742){const _0x4bb955=a144_0x4bb9();return a144_0x402a=function(_0x402a2c,_0x38467a){_0x402a2c=_0x402a2c-0x9e;let _0x18f485=_0x4bb955[_0x402a2c];return _0x18f485;},a144_0x402a(_0x24aa9a,_0x5ef742);}(function(_0x1017af,_0x16a975){const _0x2600da=a144_0x402a,_0x532a47=_0x1017af();while(!![]){try{const _0x3f1003=-parseInt(_0x2600da(0xad))/0x1*(-parseInt(_0x2600da(0xb3))/0x2)+-parseInt(_0x2600da(0xbe))/0x3*(-parseInt(_0x2600da(0xa7))/0x4)+-parseInt(_0x2600da(0xc0))/0x5+-parseInt(_0x2600da(0xb1))/0x6*(-parseInt(_0x2600da(0xaf))/0x7)+-parseInt(_0x2600da(0xd7))/0x8+parseInt(_0x2600da(0xaa))/0x9*(parseInt(_0x2600da(0xd3))/0xa)+-parseInt(_0x2600da(0xc1))/0xb*(-parseInt(_0x2600da(0xb6))/0xc);if(_0x3f1003===_0x16a975)break;else _0x532a47['push'](_0x532a47['shift']());}catch(_0x1950f7){_0x532a47['push'](_0x532a47['shift']());}}}(a144_0x4bb9,0x880e7));const url=require(a144_0xedff2a(0xa1)),util=require('util'),helper=require(a144_0xedff2a(0xdb)),logger=require(a144_0xedff2a(0xb8))['winstonLogger'],constants=require('./bin/utils/constants');function a144_0x4bb9(){const _0x3d0914=['./helpers/logger','FRvmV','map','NXDcn','NEAREST\x20HUBS:\x20','gSOGT','3VRGyek','JRvNw','4731620gkSZWa','3204410ELZkwS','hubUrl','check','/wd/hub','pCSxH','sort','Response:\x20','length','nodeRequest','all','jpwDt','path','newHubUrl','TxbdA','nextHubs','BYISU','Execution\x20time\x20for\x20','entries','187250SJSOkx','catch','hostname','bRwwp','8543896ryKGan','then','debug','GET','./helpers/helper','DjVty','bOvEn','push','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','keys','latency','search','findLatency','zUUPV','getRequestOptions','url','bvtRW','data','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','updateHubUrl','hash','1323736WczJLp','fromEntries','allocateHub','261MrbwsR','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','\x20is:\x20','3lQigIF','mrFaR','5593602FmKqyo','pkXTF','6EmqcfS','Invalid\x20new\x20HUB\x20URL:\x20','210622ihwPDT','format','\x20HUB\x20-\x20','24EMvlOn','eIcDv'];a144_0x4bb9=function(){return _0x3d0914;};return a144_0x4bb9();}global[a144_0xedff2a(0xcd)]='',exports[a144_0xedff2a(0xa0)]=_0x5d1660=>{const _0xe249=a144_0xedff2a,_0x4c2b62={};_0x4c2b62[_0xe249(0xbd)]=function(_0x46494d,_0x464bca){return _0x46494d+_0x464bca;},_0x4c2b62['pCSxH']=_0xe249(0xb2);const _0x2a075f=_0x4c2b62,_0x1e7064=url['parse'](_0x5d1660);if(!_0x1e7064[_0xe249(0xd5)])throw new Error(_0x2a075f[_0xe249(0xbd)](_0x2a075f[_0xe249(0xc5)],_0x5d1660));return _0x1e7064[_0xe249(0xe2)]=null,_0x1e7064[_0xe249(0xa6)]=null,_0x1e7064[_0xe249(0xcc)]=_0x1e7064['pathname'],_0x1e7064;},exports[a144_0xedff2a(0xa5)]=_0x1c5a17=>{const _0x2c5997=a144_0xedff2a;global[_0x2c5997(0xcd)]=_0x1c5a17;},exports[a144_0xedff2a(0xa9)]=_0xef3a51=>{const _0x4ad44f={'BYISU':function(_0x82528b,_0x14cc3e){return _0x82528b!=_0x14cc3e;},'jpwDt':function(_0x2e91ed,_0x450463){return _0x2e91ed!==_0x450463;},'JRvNw':function(_0x31622d,_0x1cdf4d){return _0x31622d+_0x1cdf4d;},'fIiPo':'https://','zpLoU':function(_0x569854){return _0x569854();},'FRvmV':'/wd/hub','bRwwp':function(_0x5c1409){return _0x5c1409();}};return new Promise(_0x1b411b=>{const _0x3abe60=a144_0x402a,_0x131a2e={'DjVty':function(_0x12ee3b,_0x5d1d37){const _0x1fa7c8=a144_0x402a;return _0x4ad44f[_0x1fa7c8(0xbf)](_0x12ee3b,_0x5d1d37);},'Aqmuz':_0x4ad44f[_0x3abe60(0xb9)],'TxbdA':function(_0x382aaa){const _0x268030=_0x3abe60;return _0x4ad44f[_0x268030(0xd6)](_0x382aaa);}};Promise['resolve'](this[_0x3abe60(0xcf)](_0xef3a51))[_0x3abe60(0xd8)](_0x12f0d2=>{const _0x1dad04=_0x3abe60;logger[_0x1dad04(0xd9)](_0x1dad04(0xbc)+util['format']('%j',_0x12f0d2));if(_0x4ad44f[_0x1dad04(0xd0)](_0x12f0d2,null)&&_0x4ad44f[_0x1dad04(0xcb)](_0x12f0d2[_0x1dad04(0xc8)],0x0)){const _0x180e61=[];for(const _0x37e15f of _0x12f0d2){_0x180e61[_0x1dad04(0xde)](this[_0x1dad04(0x9e)](_0xef3a51,_0x4ad44f[_0x1dad04(0xbf)](_0x4ad44f['fIiPo'],_0x37e15f)));}Promise[_0x1dad04(0xca)](_0x180e61)[_0x1dad04(0xd8)](_0x81bf31=>{const _0x2d57b4=_0x1dad04,_0x43ad11=Object[_0x2d57b4(0xa8)](_0x81bf31[_0x2d57b4(0xba)](_0x1c9d34=>[_0x1c9d34['hubUrl'],_0x1c9d34[_0x2d57b4(0xe1)]])),_0x20f5d4=Object[_0x2d57b4(0xa8)](Object[_0x2d57b4(0xd2)](_0x43ad11)[_0x2d57b4(0xc6)](([,_0x23a2d2],[,_0x52379f])=>_0x23a2d2-_0x52379f)),_0xdf54=Object[_0x2d57b4(0xe0)](_0x20f5d4)[0x0];constants['hubUrl']=_0x131a2e[_0x2d57b4(0xdc)](_0xdf54,_0x131a2e['Aqmuz']),logger[_0x2d57b4(0xd9)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0xdf54),_0x131a2e[_0x2d57b4(0xce)](_0x1b411b);});}else _0x4ad44f['zpLoU'](_0x1b411b);})[_0x3abe60(0xd4)](_0x594fe3=>{const _0x267ecc=_0x3abe60;logger[_0x267ecc(0xd9)](_0x267ecc(0xab)+_0x594fe3),_0x4ad44f['zpLoU'](_0x1b411b);});});},exports[a144_0xedff2a(0x9e)]=async(_0x39a258,_0x310fa9)=>{const _0x2c6770=a144_0xedff2a,_0xf3903b={};_0xf3903b[_0x2c6770(0xb7)]=_0x2c6770(0xda),_0xf3903b[_0x2c6770(0xae)]=_0x2c6770(0xc3),_0xf3903b[_0x2c6770(0xdd)]=function(_0x49edcd,_0x4023e4){return _0x49edcd-_0x4023e4;};const _0x4f257b=_0xf3903b;try{const _0x4fe412=new Date();await helper[_0x2c6770(0xc9)](_0x4f257b[_0x2c6770(0xb7)],_0x4f257b[_0x2c6770(0xae)],{},_0x39a258,_0x310fa9,0x1388);const _0x3c3399=_0x4f257b[_0x2c6770(0xdd)](new Date(),_0x4fe412);logger[_0x2c6770(0xd9)](_0x2c6770(0xd1)+_0x310fa9+_0x2c6770(0xac)+_0x3c3399+'ms');const _0x1f44c7={};return _0x1f44c7[_0x2c6770(0xc2)]=_0x310fa9,_0x1f44c7[_0x2c6770(0xe1)]=_0x3c3399,_0x1f44c7;}catch(_0x3daea4){return logger[_0x2c6770(0xd9)](_0x2c6770(0xdf)+_0x310fa9+_0x2c6770(0xb5)+_0x3daea4),{};}},exports[a144_0xedff2a(0xcf)]=async _0xf85f95=>{const _0x57d4e8=a144_0xedff2a,_0x3295d3={'NXDcn':function(_0x3aeaeb,_0xc19822){return _0x3aeaeb(_0xc19822);},'pkXTF':'./bin/utils/constants','UoURw':_0x57d4e8(0xc4),'zUUPV':_0x57d4e8(0xda),'bvtRW':'next_hubs'};try{const _0x12a0e4=_0x3295d3[_0x57d4e8(0xbb)](require,_0x3295d3[_0x57d4e8(0xb0)])[_0x57d4e8(0xc2)]['replace'](_0x3295d3['UoURw'],''),_0x203087=await helper['nodeRequest'](_0x3295d3[_0x57d4e8(0x9f)],_0x3295d3[_0x57d4e8(0xa2)],{},_0xf85f95,_0x12a0e4,0x1388),_0x35eeaa=_0x203087[_0x57d4e8(0xa3)];return logger['debug'](_0x57d4e8(0xc7)+util[_0x57d4e8(0xb4)]('%j',_0x35eeaa)),_0x35eeaa['hubs'];}catch(_0x2341f3){logger[_0x57d4e8(0xd9)](_0x57d4e8(0xa4)+_0x2341f3);}return null;};
1
+ function a144_0x1d65(){const _0x3dbe22=['CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','\x20HUB\x20-\x20','Response:\x20','./bin/utils/constants','next_hubs','map','ZsrjZ','hostname','URyBS','then','findLatency','nwjyK','TTDaO','./helpers/helper','GET','19892070QtTOqm','84TDKITz','newHubUrl','DGeua','check','util','RArTk','nodeRequest','getRequestOptions','MVWtz','LvLvj','entries','APMsu','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','35hasKMs','hubs','rbrBF','length','blacz','JbEuo','NEAREST\x20HUBS:\x20','rQWpv','132904dqMpUz','511998ffyMlK','keys','\x20is:\x20','fPTjR','Execution\x20time\x20for\x20','data','./helpers/logger','nextHubs','HUB\x20URL\x20SET\x20TO\x20-\x20','catch','30704UvbvWU','resolve','allocateHub','eLUBD','fcfuP','hubUrl','OTZjw','amRNs','IwBBP','1441176xRFksV','fromEntries','5998426NJTWRY','format','sort','replace','parse','latency','debug','search','UbwLb','6209793vyidXY','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','oHzDS','updateHubUrl','ifQmd','48CjRPZN'];a144_0x1d65=function(){return _0x3dbe22;};return a144_0x1d65();}function a144_0x5932(_0x3a52a3,_0xee6579){const _0x1d65e5=a144_0x1d65();return a144_0x5932=function(_0x5932eb,_0x10e52b){_0x5932eb=_0x5932eb-0x11d;let _0x1deb70=_0x1d65e5[_0x5932eb];return _0x1deb70;},a144_0x5932(_0x3a52a3,_0xee6579);}const a144_0x6d6d7c=a144_0x5932;(function(_0xd77b42,_0x381d82){const _0x170f96=a144_0x5932,_0x60b22d=_0xd77b42();while(!![]){try{const _0x1f3593=parseInt(_0x170f96(0x13d))/0x1*(-parseInt(_0x170f96(0x156))/0x2)+-parseInt(_0x170f96(0x11d))/0x3*(parseInt(_0x170f96(0x132))/0x4)+-parseInt(_0x170f96(0x12a))/0x5*(-parseInt(_0x170f96(0x133))/0x6)+-parseInt(_0x170f96(0x148))/0x7+-parseInt(_0x170f96(0x146))/0x8+parseInt(_0x170f96(0x151))/0x9+parseInt(_0x170f96(0x166))/0xa;if(_0x1f3593===_0x381d82)break;else _0x60b22d['push'](_0x60b22d['shift']());}catch(_0xfd91a2){_0x60b22d['push'](_0x60b22d['shift']());}}}(a144_0x1d65,0x8bb42));const url=require('url'),util=require(a144_0x6d6d7c(0x121)),helper=require(a144_0x6d6d7c(0x164)),logger=require(a144_0x6d6d7c(0x139))['winstonLogger'],constants=require(a144_0x6d6d7c(0x15a));global[a144_0x6d6d7c(0x11e)]='',exports[a144_0x6d6d7c(0x124)]=_0xb76b76=>{const _0x30469e=a144_0x6d6d7c,_0x1d1175={};_0x1d1175['TTDaO']=function(_0x4f0f53,_0x3fb93e){return _0x4f0f53+_0x3fb93e;},_0x1d1175[_0x30469e(0x122)]='Invalid\x20new\x20HUB\x20URL:\x20';const _0x32a427=_0x1d1175,_0x46fb66=url[_0x30469e(0x14c)](_0xb76b76);if(!_0x46fb66[_0x30469e(0x15e)])throw new Error(_0x32a427[_0x30469e(0x163)](_0x32a427[_0x30469e(0x122)],_0xb76b76));return _0x46fb66[_0x30469e(0x14f)]=null,_0x46fb66['hash']=null,_0x46fb66['path']=_0x46fb66['pathname'],_0x46fb66;},exports[a144_0x6d6d7c(0x154)]=_0x338681=>{const _0x5d2690=a144_0x6d6d7c;global[_0x5d2690(0x11e)]=_0x338681;},exports[a144_0x6d6d7c(0x13f)]=_0x399fdf=>{const _0x207e93={'fcfuP':function(_0x471ac8){return _0x471ac8();},'JbEuo':function(_0x5aea99,_0xdc240a){return _0x5aea99+_0xdc240a;},'MVWtz':'/wd/hub','eLUBD':function(_0x3017ce){return _0x3017ce();},'SoxQh':function(_0x51b58a,_0x3fc01a){return _0x51b58a!=_0x3fc01a;},'URyBS':function(_0xa55670,_0x1da42d){return _0xa55670!==_0x1da42d;},'rbrBF':'https://','oHzDS':function(_0xb3a8a6){return _0xb3a8a6();}};return new Promise(_0x3f76ef=>{const _0x8c6835=a144_0x5932,_0x48f3d5={'nwjyK':function(_0x5b8877,_0x354b55){const _0x43e89b=a144_0x5932;return _0x207e93[_0x43e89b(0x12f)](_0x5b8877,_0x354b55);},'ZsrjZ':_0x207e93[_0x8c6835(0x125)],'IwBBP':function(_0x3f541f){const _0x2da22e=_0x8c6835;return _0x207e93[_0x2da22e(0x140)](_0x3f541f);},'DEayB':function(_0x2a1026,_0x2e517a){return _0x207e93['SoxQh'](_0x2a1026,_0x2e517a);},'sOZeF':function(_0x21f23f,_0x460ca2){const _0x5dda55=_0x8c6835;return _0x207e93[_0x5dda55(0x15f)](_0x21f23f,_0x460ca2);},'UbwLb':_0x207e93[_0x8c6835(0x12c)],'agCCS':function(_0x175ffb){const _0x17f5ef=_0x8c6835;return _0x207e93[_0x17f5ef(0x153)](_0x175ffb);}};Promise[_0x8c6835(0x13e)](this[_0x8c6835(0x13a)](_0x399fdf))['then'](_0x229613=>{const _0x4bc76c=_0x8c6835,_0x5c8459={'ZKwAn':function(_0x20964c,_0x34e116){const _0x42b915=a144_0x5932;return _0x48f3d5[_0x42b915(0x162)](_0x20964c,_0x34e116);},'blacz':_0x48f3d5[_0x4bc76c(0x15d)],'bIdfv':function(_0x42ab1a){const _0x4eba7c=_0x4bc76c;return _0x48f3d5[_0x4eba7c(0x145)](_0x42ab1a);}};logger[_0x4bc76c(0x14e)](_0x4bc76c(0x130)+util[_0x4bc76c(0x149)]('%j',_0x229613));if(_0x48f3d5['DEayB'](_0x229613,null)&&_0x48f3d5['sOZeF'](_0x229613[_0x4bc76c(0x12d)],0x0)){const _0x4fba8d=[];for(const _0x51be42 of _0x229613){_0x4fba8d['push'](this[_0x4bc76c(0x161)](_0x399fdf,_0x48f3d5['nwjyK'](_0x48f3d5[_0x4bc76c(0x150)],_0x51be42)));}Promise['all'](_0x4fba8d)[_0x4bc76c(0x160)](_0x4ddc3a=>{const _0x20ab73=_0x4bc76c,_0x18d747=Object[_0x20ab73(0x147)](_0x4ddc3a[_0x20ab73(0x15c)](_0x361f7c=>[_0x361f7c['hubUrl'],_0x361f7c[_0x20ab73(0x14d)]])),_0xdcfc90=Object[_0x20ab73(0x147)](Object[_0x20ab73(0x127)](_0x18d747)[_0x20ab73(0x14a)](([,_0x12b497],[,_0x25494d])=>_0x12b497-_0x25494d)),_0x16a243=Object[_0x20ab73(0x134)](_0xdcfc90)[0x0];constants['hubUrl']=_0x5c8459['ZKwAn'](_0x16a243,_0x5c8459[_0x20ab73(0x12e)]),logger[_0x20ab73(0x14e)](_0x20ab73(0x13b)+_0x16a243),_0x5c8459['bIdfv'](_0x3f76ef);});}else _0x48f3d5['agCCS'](_0x3f76ef);})[_0x8c6835(0x13c)](_0x5199a9=>{const _0x23627=_0x8c6835;logger[_0x23627(0x14e)](_0x23627(0x157)+_0x5199a9),_0x207e93[_0x23627(0x141)](_0x3f76ef);});});},exports[a144_0x6d6d7c(0x161)]=async(_0x3f9351,_0x3ed63e)=>{const _0x4d9d50=a144_0x6d6d7c,_0x4f7ca2={};_0x4f7ca2[_0x4d9d50(0x143)]=_0x4d9d50(0x165),_0x4f7ca2[_0x4d9d50(0x11f)]=_0x4d9d50(0x120),_0x4f7ca2[_0x4d9d50(0x136)]=function(_0x1dec6e,_0x24dac3){return _0x1dec6e-_0x24dac3;};const _0x2f2911=_0x4f7ca2;try{const _0x4e775a=new Date();await helper['nodeRequest'](_0x2f2911[_0x4d9d50(0x143)],_0x2f2911[_0x4d9d50(0x11f)],{},_0x3f9351,_0x3ed63e,0x1388);const _0x1a7c6f=_0x2f2911[_0x4d9d50(0x136)](new Date(),_0x4e775a);logger[_0x4d9d50(0x14e)](_0x4d9d50(0x137)+_0x3ed63e+_0x4d9d50(0x135)+_0x1a7c6f+'ms');const _0x28accf={};return _0x28accf[_0x4d9d50(0x142)]=_0x3ed63e,_0x28accf['latency']=_0x1a7c6f,_0x28accf;}catch(_0x217d9b){return logger[_0x4d9d50(0x14e)](_0x4d9d50(0x152)+_0x3ed63e+_0x4d9d50(0x158)+_0x217d9b),{};}},exports[a144_0x6d6d7c(0x13a)]=async _0x201145=>{const _0x36143b=a144_0x6d6d7c,_0x2dcdf0={'LvLvj':function(_0x26b73f,_0x4da104){return _0x26b73f(_0x4da104);},'APMsu':_0x36143b(0x15a),'amRNs':'/wd/hub','rQWpv':_0x36143b(0x165),'ifQmd':_0x36143b(0x15b)};try{const _0x1407f8=_0x2dcdf0[_0x36143b(0x126)](require,_0x2dcdf0[_0x36143b(0x128)])[_0x36143b(0x142)][_0x36143b(0x14b)](_0x2dcdf0[_0x36143b(0x144)],''),_0x395ead=await helper[_0x36143b(0x123)](_0x2dcdf0[_0x36143b(0x131)],_0x2dcdf0[_0x36143b(0x155)],{},_0x201145,_0x1407f8,0x1388),_0x32d640=_0x395ead[_0x36143b(0x138)];return logger['debug'](_0x36143b(0x159)+util[_0x36143b(0x149)]('%j',_0x32d640)),_0x32d640[_0x36143b(0x12b)];}catch(_0x189ef0){logger[_0x36143b(0x14e)](_0x36143b(0x129)+_0x189ef0);}return null;};
package/src/index.js CHANGED
@@ -1 +1 @@
1
- function a145_0x1888(){const _0x1c5936=['MMOpF','2477670bTOkcD','performScan','__drivers','ieOptions','patchDriverPercy','aiSdk_framework','edgeOptions_','selenium-webdriver','session_','3XMaSwT','YLGpn','MvtOc','/wd/hub','EOXwY','send','format','Modifying\x20webdriver\x20execute','mergeDeep','get','./helpers/ai-sdk/aiSdkWrapper','GMgCp','5233098YhVbOS','bstackAllyScanning','New\x20hub\x20url\x20set\x20to\x20','FEelV','bDIDd','isUndefined','xppwN','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','browserStackGlobals','mcXPe','setLogLevel','9395940kdVyVI','RMjZt','Csvei','catch','split','OUFgx','./hubAllocationMethods','getAccessibilityResults','2|7|0|6|4|3|5|1','QzNsP','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','global','Setting\x20Browserstack\x20capabilities','getHubUrl','JBWPI','Failed\x20to\x20perform\x20scan\x20','bstackA11yShouldScan','pushCommand','moz:firefoxOptions','rEevf','path','bigKF','isPacProxy','acLSc','EWxxJ','goog:chromeOptions','zMcqW','./helpers/patchHelper','80998XiVKqP','isAccessibilityPlatform','./helpers/ai-sdk/autoHealHelper','readTcgAuthConfigToGlobal','\x20to\x20global\x20drivers\x20array','overrideGet','bUcCQ','proxyUrl','chromeOptions','then','aiHeal_isHealingEnabled','lhBNA','setServer','winstonLogger','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','aiHeal_isAuthenticated','trmRe','yUtOV','puvaJ','OFLnE','Builder','getAccessibilityResultsSummary','capabilities','push','object','PpBtc','safari.options','options_','execute','__setBrowserOptions','isBrowserstackInfra','./helpers/helper','requireModule','chromeOptions_','wyLFP','FHDQF','nlRnM','TJAFw','./helpers/performance/performance-tester','PgmIE','GTDwx','Executor','ZwjmA','EyoUS','./helpers/accessibility-automation/helper','./bin/playwright/modifyPlaywrightConf','concat','VQzVW','WNElq','./helpers/accessibility-automation/scripts','browserStackLogLevel','browserstackAgentV2','url_','uVdJw','ltPFH','getRequestOptions','BrowserStackSdk','vCQpz','iZUJM','pCWWc','error','itvBw','BeAWO','jupiJ','MCkNe','JZLRI','gkBOG','GJnwd','Kedci','6539264sofqVg','https://','ZNxrL','lmmcR','lfQAq','RDTKj','Modifying\x20webdriver\x20builder','xDiux','ieOptions_','Unable\x20to\x20find\x20executor\x20class\x20','prototype','exbUN','env','QPwOm','BdBWR','jGGkL','IxngL','AAeeK','requireSeleniumWebdriver','proxy_','debug','build','jest','selenium-webdriver/lib/http.js','edgeOptions','OOmjA','/session','info','setAdditionalCapabilities','exports','shouldWrapCommand','xKazv','3354084IeUnrx','fzgCM','EjeBi','aiSdk_bstackConfig','newHubUrl','capabilities_','forEach','requireHttpClient','AEwiz','Hub\x20url\x20set\x20to\x20','GIigs','setFramework','se:ieOptions','WebElement','bpETx','6871860vToQhj','name_','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','gVbrM','MIasM','caps_','__driversArray','rWZbX','3ecdNbU','PphtA','HttpClient','5|0|2|7|6|4|1|3','setCapabilities','firefoxOptions_','yOCDf','quitCount_','SVUzq','kihmE','RwRJO','percy','eZpTS','browserstack.com','framework','CAPABILITY_KEY','7mRaNny','parameters_','keys','vYhKe','getGlobal','VZvdU','cLjed','set','_modifyPlaywright','__driver','tNspH','gTYxe','./browserStackSdk','xWjvA','./helpers/patchHelpers','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','originalBuilder','logLevel','dMQKB','isArray','hCjin','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','ObytF','.browserstack.com','getId','TqTzF','cGQQJ','./helpers/percy/PercySDK','eznyO','yfzue','ZBttP','BHVIo','Proxy\x20set\x20to\x20','mWVqU','descv','storeOptimalHubUrl','assign','akOeQ','ArqUM','BOcDr','hIHiB','GWjtR','safariOptions_','setGlobal','./helpers/globals','capability','getHttpAgent','./helpers/logger','UDyIs','gycuG','gaIJB','setting\x20driver\x20Session\x20ID:\x20','length','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','selenium-webdriver/lib/webdriver.js','measureWrapper','util','SDK_PRE_INITIALIZE','Qipiy','SDK_POST_INITIALIZE','wSRBZ','proxySettings','OoBLE','args','ms:edgeOptions','updateHubUrl','gBDNW'];a145_0x1888=function(){return _0x1c5936;};return a145_0x1888();}function a145_0x5533(_0x136f0c,_0xd5ac80){const _0x188849=a145_0x1888();return a145_0x5533=function(_0x5533ba,_0x1d62ff){_0x5533ba=_0x5533ba-0x85;let _0x40297d=_0x188849[_0x5533ba];return _0x40297d;},a145_0x5533(_0x136f0c,_0xd5ac80);}const a145_0x311b98=a145_0x5533;(function(_0x4f5052,_0x44b165){const _0x12e2f6=a145_0x5533,_0x52d155=_0x4f5052();while(!![]){try{const _0x384305=parseInt(_0x12e2f6(0xfa))/0x1*(-parseInt(_0x12e2f6(0x12d))/0x2)+-parseInt(_0x12e2f6(0x9d))/0x3*(-parseInt(_0x12e2f6(0x86))/0x4)+-parseInt(_0x12e2f6(0xf1))/0x5+parseInt(_0x12e2f6(0x106))/0x6*(parseInt(_0x12e2f6(0xad))/0x7)+-parseInt(_0x12e2f6(0x172))/0x8+-parseInt(_0x12e2f6(0x95))/0x9+parseInt(_0x12e2f6(0x111))/0xa;if(_0x384305===_0x44b165)break;else _0x52d155['push'](_0x52d155['shift']());}catch(_0xa285a1){_0x52d155['push'](_0x52d155['shift']());}}}(a145_0x1888,0x6e6df));const util=require(a145_0x311b98(0xe5)),{overrideTakeScreenshot}=require(a145_0x311b98(0xbb)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a145_0x311b98(0x159)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a145_0x311b98(0x14c)),logger=require(a145_0x311b98(0xdc))[a145_0x311b98(0x13a)],hubAllocator=require(a145_0x311b98(0x117)),percySDK=require(a145_0x311b98(0xc8)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a145_0x311b98(0xb9)),modifyPlaywrightConfig=require(a145_0x311b98(0x15a)),scripts=require(a145_0x311b98(0x15e)),globals=require(a145_0x311b98(0xd9)),{commandRepository}=require(a145_0x311b98(0x12f)),{aiSdkWrapper}=require(a145_0x311b98(0x104)),{overrideExecute}=require(a145_0x311b98(0x12c)),PerformanceTester=require(a145_0x311b98(0x153)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation}=require('./helpers/accessibility-automation/helper'),modify=_0x33a570=>{const _0x452eaa=a145_0x311b98,_0x319a8b={'zMcqW':function(_0x3e7841,_0x377c08){return _0x3e7841!==_0x377c08;},'Kedci':_0x452eaa(0x18c),'vsuqS':function(_0x1e6001,_0x4da507){return _0x1e6001+_0x4da507;},'dMQKB':function(_0x3cab69,_0x28d8dd){return _0x3cab69+_0x28d8dd;},'nOZms':_0x452eaa(0x173),'rEevf':'/wd/hub','MvtOc':_0x452eaa(0x12a),'Qipiy':_0x452eaa(0x135),'YdzOD':_0x452eaa(0xed),'LIHPf':_0x452eaa(0x18a),'ZBttP':'moz:firefoxOptions','xppwN':'firefoxOptions','uVdJw':'safari.options','PgmIE':'se:ieOptions','cLjed':_0x452eaa(0xf4),'gaIJB':function(_0x2f4d24,_0x19e3d4){return _0x2f4d24===_0x19e3d4;},'mcXPe':_0x452eaa(0x145),'GWjtR':_0x452eaa(0x11d),'hIHiB':_0x452eaa(0x119),'OoBLE':_0x452eaa(0x13b),'XYhsL':function(_0x3f44ed){return _0x3f44ed();},'gTYxe':function(_0x38fb4d,_0x23776a){return _0x38fb4d(_0x23776a);},'yOCDf':'isAccessibilityPlatform','PpBtc':function(_0x6a5c03,_0x44d4c2,_0x36f5fb){return _0x6a5c03(_0x44d4c2,_0x36f5fb);},'bprDn':'optimalHubUrl','GTLOE':_0x452eaa(0xe2),'DJDaU':function(_0xf5e2d5,_0x38e2d3){return _0xf5e2d5(_0x38e2d3);},'MCkNe':_0x452eaa(0x11b),'LlSwp':_0x452eaa(0x178)};logger[_0x452eaa(0x18d)](_0x319a8b[_0x452eaa(0x16d)]),logger[_0x452eaa(0x186)](_0x319a8b['LlSwp']);const _0x4e2073=helper['requireSeleniumWebdriver'](),_0x24993c=helper[_0x452eaa(0x8d)]();class _0x275273 extends _0x24993c['HttpClient']{[_0x452eaa(0xff)](_0x3ebbe1){const _0x1121e2=_0x452eaa;if(_0x319a8b[_0x1121e2(0x12b)](_0x3ebbe1[_0x1121e2(0x125)],_0x319a8b[_0x1121e2(0x171)])&&_0x319a8b[_0x1121e2(0x12b)](global[_0x1121e2(0x8a)],''))try{global[_0x1121e2(0x8a)]=_0x319a8b['vsuqS'](_0x319a8b[_0x1121e2(0xbf)](_0x319a8b['nOZms'],global[_0x1121e2(0x8a)]),_0x319a8b[_0x1121e2(0x124)]),this[_0x1121e2(0x148)]=hubAllocator[_0x1121e2(0x164)](global['newHubUrl']),logger['debug'](_0x1121e2(0x108)+global[_0x1121e2(0x8a)]),global[_0x1121e2(0x8a)]='';}catch(_0x234b31){logger['error'](_0x234b31);}return super['send'](_0x3ebbe1);}}class _0x136481 extends _0x4e2073[_0x452eaa(0x141)]{[_0x452eaa(0x14a)](_0x4fd540){const _0x1f6b94=_0x452eaa;let _0x35221b={};for(const _0x53ef89 in _0x4fd540){switch(_0x53ef89){case _0x319a8b[_0x1f6b94(0xfc)]:case _0x319a8b[_0x1f6b94(0xe7)]:this[_0x1f6b94(0x14e)]&&(_0x35221b=this[_0x1f6b94(0x14e)][_0x1f6b94(0x103)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x1f6b94(0x14e)][_0x1f6b94(0xb4)](this[_0x1f6b94(0x14e)][_0x1f6b94(0xac)],helper[_0x1f6b94(0x102)](_0x35221b,_0x4fd540[_0x53ef89])));break;case _0x319a8b['YdzOD']:case _0x319a8b['LIHPf']:this[_0x1f6b94(0xf7)]&&(_0x35221b=this[_0x1f6b94(0xf7)]['get'](this['edgeOptions_'][_0x1f6b94(0xac)])||{},this['edgeOptions_'][_0x1f6b94(0xb4)](this[_0x1f6b94(0xf7)][_0x1f6b94(0xac)],helper[_0x1f6b94(0x102)](_0x35221b,_0x4fd540[_0x53ef89])));break;case _0x319a8b[_0x1f6b94(0xcb)]:case _0x319a8b[_0x1f6b94(0x10c)]:this[_0x1f6b94(0xa2)]&&(_0x35221b=this[_0x1f6b94(0xa2)][_0x1f6b94(0x103)](this[_0x1f6b94(0xa2)][_0x1f6b94(0xac)])||{},this[_0x1f6b94(0xa2)][_0x1f6b94(0xb4)](this['firefoxOptions_'][_0x1f6b94(0xac)],helper[_0x1f6b94(0x102)](_0x35221b,_0x4fd540[_0x53ef89])));break;case _0x319a8b[_0x1f6b94(0x162)]:this['safariOptions_']&&(_0x35221b=this['safariOptions_'][_0x1f6b94(0x103)](this['safariOptions_'][_0x1f6b94(0xac)])||{},this[_0x1f6b94(0xd7)][_0x1f6b94(0xb4)](this['safariOptions_'][_0x1f6b94(0xac)],helper[_0x1f6b94(0x102)](_0x35221b,_0x4fd540[_0x53ef89])));break;case _0x319a8b[_0x1f6b94(0x154)]:case _0x319a8b[_0x1f6b94(0xb3)]:this[_0x1f6b94(0x17a)]&&(_0x35221b=this[_0x1f6b94(0x17a)][_0x1f6b94(0x103)](this[_0x1f6b94(0x17a)]['CAPABILITY_KEY'])||{},this[_0x1f6b94(0x17a)][_0x1f6b94(0xb4)](this[_0x1f6b94(0x17a)][_0x1f6b94(0xac)],helper[_0x1f6b94(0x102)](_0x35221b,_0x4fd540[_0x53ef89])));break;}}}[_0x452eaa(0x139)](){const _0x5890a8=_0x452eaa;return this[_0x5890a8(0x161)]=helper[_0x5890a8(0x11e)](_0x33a570),logger[_0x5890a8(0x186)](_0x5890a8(0x8f)+this[_0x5890a8(0x161)]),this;}[_0x452eaa(0xa1)](){const _0x3d1a6e=_0x452eaa;return logger[_0x3d1a6e(0x186)](_0x319a8b[_0x3d1a6e(0xd6)]),this[_0x3d1a6e(0x14a)](_0x33a570[_0x3d1a6e(0xda)]),Object[_0x3d1a6e(0xaf)](_0x33a570[_0x3d1a6e(0xda)])[_0x3d1a6e(0x8c)](_0x4e03c1=>{const _0x17d75b=_0x3d1a6e,_0x5449cc=this[_0x17d75b(0x8b)]['get'](_0x4e03c1);_0x319a8b[_0x17d75b(0xdf)](typeof _0x5449cc,_0x319a8b[_0x17d75b(0x10f)])?this[_0x17d75b(0x8b)]['set'](_0x4e03c1,helper[_0x17d75b(0x102)](_0x5449cc,_0x33a570['capability'][_0x4e03c1])):this[_0x17d75b(0x8b)][_0x17d75b(0xb4)](_0x4e03c1,_0x33a570[_0x17d75b(0xda)][_0x4e03c1]);}),this;}[_0x452eaa(0x187)](){const _0x14a638=_0x452eaa,_0x386987={'QPwOm':_0x319a8b[_0x14a638(0xd5)],'ZwjmA':_0x319a8b[_0x14a638(0xeb)],'FHDQF':function(_0x3ca49a){return _0x319a8b['XYhsL'](_0x3ca49a);},'wyLFP':function(_0x285c12,_0x462be5){const _0x379743=_0x14a638;return _0x319a8b[_0x379743(0xb8)](_0x285c12,_0x462be5);},'IxngL':_0x319a8b[_0x14a638(0xa3)],'ArqUM':function(_0x2272ba,_0x55e267,_0xea983a){return _0x319a8b['PpBtc'](_0x2272ba,_0x55e267,_0xea983a);},'Csvei':_0x319a8b['bprDn'],'jupiJ':_0x319a8b['GTLOE'],'gkBOG':function(_0x311b1c,_0x4bf100,_0x47a59){const _0x57c150=_0x14a638;return _0x319a8b[_0x57c150(0x146)](_0x311b1c,_0x4bf100,_0x47a59);},'fzgCM':function(_0x1ab730,_0x22dec3){return _0x319a8b['DJDaU'](_0x1ab730,_0x22dec3);}};PerformanceTester[_0x14a638(0xe4)](PerformanceEvents[_0x14a638(0xe6)],()=>{const _0x32bfbd=_0x14a638,_0x1deabd=_0x386987[_0x32bfbd(0x17f)][_0x32bfbd(0x115)]('|');let _0x2df7e2=0x0;while(!![]){switch(_0x1deabd[_0x2df7e2++]){case'0':this[_0x32bfbd(0xa1)]();continue;case'1':logger[_0x32bfbd(0x186)](_0x386987[_0x32bfbd(0x157)]);continue;case'2':_0x386987[_0x32bfbd(0x150)](isAccessibilityAutomationSession)&&_0x386987[_0x32bfbd(0x14f)](setAccessibilityCapabilities,_0x33a570);continue;case'3':(!helper['isBrowserstackInfra']()||helper['isTurboScaleSession'](_0x33a570))&&helper['prepareCapabilities'](null,null,_0x33a570[_0x32bfbd(0xab)],null,this,null);continue;case'4':globals[_0x32bfbd(0xb1)](_0x386987[_0x32bfbd(0x182)])&&(!_0x386987['ArqUM'](setExtension,this,_0x33a570)&&globals[_0x32bfbd(0xd8)](_0x386987['IxngL'],![]));continue;case'5':helper[_0x32bfbd(0x18e)](_0x33a570['capability']);continue;case'6':if(helper[_0x32bfbd(0x127)](_0x33a570['proxySettings']['proxyUrl']))this['agent_']=helper[_0x32bfbd(0xdb)](_0x33a570['proxySettings'][_0x32bfbd(0x134)]);else _0x33a570['proxySettings'][_0x32bfbd(0x134)]&&(this[_0x32bfbd(0x185)]=_0x33a570[_0x32bfbd(0xea)]['proxyUrl'],logger[_0x32bfbd(0x186)]('Proxy\x20set\x20to\x20'+this['proxy_']));continue;case'7':this[_0x32bfbd(0x139)]();continue;}break;}})();const _0x59a234=super[_0x14a638(0x187)]();return PerformanceTester[_0x14a638(0xe4)](PerformanceEvents[_0x14a638(0xe8)],()=>{const _0x42c77f=_0x14a638,_0x5d3105={'zohDO':function(_0x3a029a,_0x19436f,_0x47db95){return _0x386987['ArqUM'](_0x3a029a,_0x19436f,_0x47db95);},'gycuG':function(_0x288584,_0x496761,_0x3b02c1){const _0x1adc4b=a145_0x5533;return _0x386987[_0x1adc4b(0x16f)](_0x288584,_0x496761,_0x3b02c1);},'nJEvR':function(_0x49bc89,_0x66541f){const _0x47da36=a145_0x5533;return _0x386987[_0x47da36(0x14f)](_0x49bc89,_0x66541f);}};_0x59a234['session_'][_0x42c77f(0x136)](_0x4b4dfc=>{const _0x9a77ce=_0x42c77f;try{const _0x376659=_0x4b4dfc[_0x9a77ce(0x9a)][_0x9a77ce(0x103)](_0x386987[_0x9a77ce(0x113)]);_0x376659?(logger[_0x9a77ce(0x186)](_0x9a77ce(0x10d)+_0x376659),hubAllocator['updateHubUrl'](_0x376659),helper[_0x9a77ce(0xd0)](_0x376659)):logger[_0x9a77ce(0x186)](_0x386987[_0x9a77ce(0x16c)]);}catch(_0x49206d){logger[_0x9a77ce(0x186)](_0x9a77ce(0x97)+_0x49206d);}}),_0x59a234[_0x42c77f(0x136)]&&_0x59a234[_0x42c77f(0x136)](_0x2e84e9=>{const _0x5c7ec4=_0x42c77f,_0x3ea474={'RwRJO':function(_0x59ce40,_0xaeeeaa,_0x3847eb){const _0x27bdd1=a145_0x5533;return _0x5d3105[_0x27bdd1(0xde)](_0x59ce40,_0xaeeeaa,_0x3847eb);},'hCjin':function(_0x26c004,_0x2409e9){return _0x5d3105['nJEvR'](_0x26c004,_0x2409e9);}};helper['overrideGet'](_0x2e84e9,_0x33a570),_0x5d3105[_0x5c7ec4(0xde)](overrideExecute,_0x2e84e9,_0x33a570),_0x2e84e9[_0x5c7ec4(0x142)]=async()=>{const _0x581686=_0x5c7ec4;return await _0x3ea474[_0x581686(0xa7)](getAccessibilityResultsSummary,_0x2e84e9,global);},_0x2e84e9['getAccessibilityResults']=async()=>{return await _0x5d3105['zohDO'](getAccessibilityResults,_0x2e84e9,global);},_0x2e84e9[_0x5c7ec4(0xf2)]=async()=>{const _0x5fc387=_0x5c7ec4;return await _0x3ea474[_0x5fc387(0xc1)](performScan,_0x2e84e9);};}),_0x59a234[_0x42c77f(0x142)]=async()=>{const _0x384d49=_0x42c77f;return await _0x5d3105[_0x384d49(0xde)](getAccessibilityResultsSummary,_0x59a234,global);},_0x59a234[_0x42c77f(0x118)]=async()=>{const _0x3fd32f=_0x42c77f;return await _0x386987[_0x3fd32f(0x16f)](getAccessibilityResults,_0x59a234,global);},_0x59a234[_0x42c77f(0xf2)]=async()=>{const _0x4dbcf8=_0x42c77f;return await _0x386987[_0x4dbcf8(0x87)](performScan,_0x59a234);},helper[_0x42c77f(0x132)](_0x59a234,_0x33a570),_0x386987[_0x42c77f(0xd3)](overrideExecute,_0x59a234,_0x33a570),helper['isUndefined'](global[_0x42c77f(0x9b)])&&(global[_0x42c77f(0x9b)]=[]),global[_0x42c77f(0x9b)][_0x42c77f(0x144)](_0x59a234);})(),_0x59a234;}}_0x4e2073[_0x452eaa(0xbd)]=_0x4e2073[_0x452eaa(0x141)],_0x4e2073[_0x452eaa(0x141)]=_0x136481,_0x24993c[_0x452eaa(0x9f)]=_0x275273;},modifyV2=(_0x743467,_0x198b2a=null,_0x175169=![])=>{const _0x121595=a145_0x311b98,_0x490d7d={'bigKF':function(_0x1116d3,_0x359390){return _0x1116d3!==_0x359390;},'vCQpz':'/session','xWjvA':function(_0x3c2b54,_0x292bd8){return _0x3c2b54+_0x292bd8;},'OOmjA':_0x121595(0x173),'UDyIs':_0x121595(0xfd),'wSRBZ':_0x121595(0x13c),'TqTzF':_0x121595(0x137),'cGQQJ':'goog:chromeOptions','UGOGh':'chromeOptions','exbUN':_0x121595(0xed),'BeAWO':_0x121595(0x18a),'bUcCQ':_0x121595(0x123),'mVwtK':'firefoxOptions','EOXwY':_0x121595(0x147),'mWBZP':_0x121595(0x92),'pCWWc':_0x121595(0xf4),'GTDwx':function(_0x103df0,_0x2d1c71){return _0x103df0===_0x2d1c71;},'BOcDr':_0x121595(0x145),'OUFgx':'Setting\x20Browserstack\x20capabilities','eZpTS':function(_0x3a35ed,_0x4a6e5a){return _0x3a35ed>_0x4a6e5a;},'MIasM':_0x121595(0xa0),'OFLnE':function(_0x5288fd){return _0x5288fd();},'nlRnM':function(_0x209d8e,_0x5cdaad){return _0x209d8e(_0x5cdaad);},'lmmcR':_0x121595(0x13b),'bDIDd':_0x121595(0x12e),'GMgCp':function(_0x12422a,_0x408c08,_0x57b044){return _0x12422a(_0x408c08,_0x57b044);},'itvBw':function(_0xeceed3){return _0xeceed3();},'JZLRI':_0x121595(0xaa),'ZNxrL':_0x121595(0xf6),'WNElq':_0x121595(0x188),'puNgU':_0x121595(0x89),'VZvdU':_0x121595(0xc4),'EjeBi':_0x121595(0xc2),'EyoUS':function(_0x176e4a,_0xf10ef4,_0x2e08dd){return _0x176e4a(_0xf10ef4,_0x2e08dd);},'SAZsU':'optimalHubUrl','akOeQ':_0x121595(0xe2),'xKazv':function(_0x4b76a4,_0x529ee0){return _0x4b76a4(_0x529ee0);},'RDTKj':_0x121595(0x107),'eznyO':_0x121595(0x121),'TQqzu':_0x121595(0x11b),'THpqp':_0x121595(0x178),'jGGkL':_0x121595(0xe3),'VQzVW':_0x121595(0xf8),'MMOpF':_0x121595(0x189),'AAeeK':_0x121595(0x101),'acLSc':_0x121595(0x17b)},_0x26bac7=helper[_0x121595(0x8d)]();let _0x3022f1;try{_0x3022f1=helper[_0x121595(0x184)](),_0x3022f1[_0x121595(0xbd)]&&(_0x3022f1[_0x121595(0x141)]=_0x3022f1['originalBuilder']);}catch(_0x2cee41){return;}if(helper[_0x121595(0x14b)]()){const _0x48bf39={};_0x48bf39[_0x121595(0xbe)]=_0x743467[_0x121595(0x15f)],helper[_0x121595(0x110)](_0x48bf39,new Map(),new Map()),logger[_0x121595(0x18d)](_0x490d7d['TQqzu']),logger[_0x121595(0x186)](_0x490d7d['THpqp']);}class _0x443bae extends _0x26bac7[_0x121595(0x9f)]{[_0x121595(0xff)](_0x3d5473){const _0xce672e=_0x121595;if(_0x490d7d[_0xce672e(0x126)](_0x3d5473[_0xce672e(0x125)],_0x490d7d[_0xce672e(0x166)])&&_0x490d7d['bigKF'](global[_0xce672e(0x8a)],''))try{global[_0xce672e(0x8a)]=_0x490d7d[_0xce672e(0xba)](_0x490d7d[_0xce672e(0xba)](_0x490d7d[_0xce672e(0x18b)],global['newHubUrl']),_0x490d7d[_0xce672e(0xdd)]),this[_0xce672e(0x148)]=hubAllocator[_0xce672e(0x164)](global['newHubUrl']),logger[_0xce672e(0x186)](_0xce672e(0x108)+global[_0xce672e(0x8a)]),global['newHubUrl']='';}catch(_0x3c7fb0){logger[_0xce672e(0x169)](_0x3c7fb0);}if(globals[_0xce672e(0xb1)](_0x490d7d[_0xce672e(0xe9)])&&globals[_0xce672e(0xb1)](_0x490d7d[_0xce672e(0xc6)])){const _0x5f1109=_0x3d5473[_0xce672e(0x125)][_0xce672e(0x115)]('/')[0x2];_0x5f1109&&commandRepository[_0xce672e(0x122)](_0x5f1109,_0x3d5473);}return super[_0xce672e(0xff)](_0x3d5473);}}class _0x24c00c extends _0x3022f1[_0x121595(0x141)]{[_0x121595(0x139)](){const _0x30cca7=_0x121595;return helper[_0x30cca7(0x14b)]()&&(this[_0x30cca7(0x161)]=helper[_0x30cca7(0x11e)](_0x743467)),this;}['__setBrowserOptions'](_0x364a46){const _0x5d0427=_0x121595;let _0x206895={};for(const _0x59a3e5 in _0x364a46){switch(_0x59a3e5){case _0x490d7d[_0x5d0427(0xc7)]:case _0x490d7d['UGOGh']:this[_0x5d0427(0x14e)]&&(_0x206895=this[_0x5d0427(0x14e)]['get'](this[_0x5d0427(0x14e)][_0x5d0427(0xac)])||{},this[_0x5d0427(0x14e)]['set'](this[_0x5d0427(0x14e)][_0x5d0427(0xac)],helper['mergeDeep'](_0x206895,_0x364a46[_0x59a3e5])));break;case _0x490d7d[_0x5d0427(0x17d)]:case _0x490d7d[_0x5d0427(0x16b)]:this['edgeOptions_']&&(_0x206895=this[_0x5d0427(0xf7)]['get'](this[_0x5d0427(0xf7)]['CAPABILITY_KEY'])||{},this[_0x5d0427(0xf7)][_0x5d0427(0xb4)](this[_0x5d0427(0xf7)][_0x5d0427(0xac)],helper['mergeDeep'](_0x206895,_0x364a46[_0x59a3e5])));break;case _0x490d7d[_0x5d0427(0x133)]:case _0x490d7d['mVwtK']:this[_0x5d0427(0xa2)]&&(_0x206895=this[_0x5d0427(0xa2)]['get'](this[_0x5d0427(0xa2)]['CAPABILITY_KEY'])||{},this[_0x5d0427(0xa2)]['set'](this[_0x5d0427(0xa2)][_0x5d0427(0xac)],helper[_0x5d0427(0x102)](_0x206895,_0x364a46[_0x59a3e5])));break;case _0x490d7d[_0x5d0427(0xfe)]:this[_0x5d0427(0xd7)]&&(_0x206895=this[_0x5d0427(0xd7)][_0x5d0427(0x103)](this[_0x5d0427(0xd7)]['CAPABILITY_KEY'])||{},this[_0x5d0427(0xd7)]['set'](this[_0x5d0427(0xd7)][_0x5d0427(0xac)],helper[_0x5d0427(0x102)](_0x206895,_0x364a46[_0x59a3e5])));break;case _0x490d7d['mWBZP']:case _0x490d7d[_0x5d0427(0x168)]:this[_0x5d0427(0x17a)]&&(_0x206895=this[_0x5d0427(0x17a)]['get'](this[_0x5d0427(0x17a)][_0x5d0427(0xac)])||{},this['ieOptions_'][_0x5d0427(0xb4)](this[_0x5d0427(0x17a)]['CAPABILITY_KEY'],helper[_0x5d0427(0x102)](_0x206895,_0x364a46[_0x59a3e5])));break;}}}[_0x121595(0xa1)](){const _0x12b088=_0x121595,_0x510175={'PphtA':function(_0x28874f,_0x44142f){const _0x12e5cf=a145_0x5533;return _0x490d7d[_0x12e5cf(0x155)](_0x28874f,_0x44142f);},'bpETx':_0x490d7d[_0x12b088(0xd4)]};logger[_0x12b088(0x186)](_0x490d7d[_0x12b088(0x116)]);const _0x480b60=_0x743467[_0x12b088(0xda)]&&_0x490d7d[_0x12b088(0xa9)](Object[_0x12b088(0xaf)](_0x743467['capability'])[_0x12b088(0xe1)],0x0)?_0x743467['capability']:_0x743467[_0x12b088(0x143)]&&Array[_0x12b088(0xc0)](_0x743467[_0x12b088(0x143)])&&_0x490d7d[_0x12b088(0xa9)](_0x743467[_0x12b088(0x143)]['length'],0x0)?_0x743467[_0x12b088(0x143)][0x0]:{};return this[_0x12b088(0x14a)](_0x480b60),Object[_0x12b088(0xaf)](_0x480b60)[_0x12b088(0x8c)](_0x466357=>{const _0x5815e8=_0x12b088,_0x3b4d1a=this['capabilities_'][_0x5815e8(0x103)](_0x466357);_0x510175[_0x5815e8(0x9e)](typeof _0x3b4d1a,_0x510175[_0x5815e8(0x94)])?this[_0x5815e8(0x8b)][_0x5815e8(0xb4)](_0x466357,helper[_0x5815e8(0x102)](_0x3b4d1a,_0x480b60[_0x466357])):this[_0x5815e8(0x8b)][_0x5815e8(0xb4)](_0x466357,_0x480b60[_0x466357]);}),this;}['build'](){const _0x2d6c59=_0x121595,_0x127383={'eqyHt':_0x490d7d[_0x2d6c59(0x99)],'descv':function(_0x3886da){return _0x490d7d['OFLnE'](_0x3886da);},'ltPFH':function(_0x96eb42,_0x6fce4c){const _0x44e982=_0x2d6c59;return _0x490d7d[_0x44e982(0x151)](_0x96eb42,_0x6fce4c);},'eiQGW':_0x490d7d[_0x2d6c59(0x175)],'kihmE':_0x490d7d['bDIDd'],'GIigs':function(_0x3f5b00,_0x54b50c,_0x11a55d){const _0x47b571=_0x2d6c59;return _0x490d7d[_0x47b571(0x105)](_0x3f5b00,_0x54b50c,_0x11a55d);},'xDiux':_0x490d7d[_0x2d6c59(0xc7)],'yfzue':function(_0xb18552){const _0xbfd554=_0x2d6c59;return _0x490d7d[_0xbfd554(0x16a)](_0xb18552);},'trmRe':_0x490d7d[_0x2d6c59(0x16e)],'BdBWR':function(_0x480bce,_0x1dc793){const _0x195545=_0x2d6c59;return _0x490d7d[_0x195545(0x155)](_0x480bce,_0x1dc793);},'lhBNA':_0x490d7d[_0x2d6c59(0x174)],'AEwiz':_0x490d7d[_0x2d6c59(0x15d)],'GJnwd':_0x490d7d['puNgU'],'YLGpn':_0x490d7d[_0x2d6c59(0xb2)],'ObytF':_0x490d7d[_0x2d6c59(0x88)],'BHVIo':_0x490d7d['wSRBZ'],'RMjZt':_0x490d7d['TqTzF'],'iZUJM':function(_0x365950,_0x3bc489,_0x19b81c){return _0x490d7d['EyoUS'](_0x365950,_0x3bc489,_0x19b81c);},'EWxxJ':_0x490d7d['SAZsU'],'gVbrM':_0x490d7d[_0x2d6c59(0xd2)],'mWVqU':function(_0x26b5d0,_0x123e71,_0x524a9f){const _0x349351=_0x2d6c59;return _0x490d7d[_0x349351(0x158)](_0x26b5d0,_0x123e71,_0x524a9f);},'Jxwjp':function(_0x4186c8,_0x3b03f2,_0x2ed2b8){const _0x360449=_0x2d6c59;return _0x490d7d[_0x360449(0x105)](_0x4186c8,_0x3b03f2,_0x2ed2b8);},'SVUzq':function(_0x5e4011,_0x41f6c0){return _0x490d7d['nlRnM'](_0x5e4011,_0x41f6c0);},'rWZbX':function(_0x228887,_0x3643c2,_0x2b9b86){const _0x484eba=_0x2d6c59;return _0x490d7d[_0x484eba(0x158)](_0x228887,_0x3643c2,_0x2b9b86);},'vTkRd':function(_0x3ba1af,_0x487be7){return _0x490d7d['xKazv'](_0x3ba1af,_0x487be7);},'tNspH':function(_0x37ad26,_0x156c61,_0x5ea5d9){const _0x2489c5=_0x2d6c59;return _0x490d7d[_0x2489c5(0x158)](_0x37ad26,_0x156c61,_0x5ea5d9);},'JBWPI':function(_0xd82d20,_0xde579b){const _0x4b2678=_0x2d6c59;return _0x490d7d[_0x4b2678(0x126)](_0xd82d20,_0xde579b);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x2d6c59(0xe6)],()=>{const _0x7923a4=_0x2d6c59;if(helper['isBrowserstackInfra']()){const _0x1aa97a=_0x127383['eqyHt'][_0x7923a4(0x115)]('|');let _0x155ce0=0x0;while(!![]){switch(_0x1aa97a[_0x155ce0++]){case'0':_0x127383[_0x7923a4(0xcf)](isAccessibilityAutomationSession)&&_0x127383[_0x7923a4(0x163)](setAccessibilityCapabilities,_0x743467);continue;case'1':process[_0x7923a4(0x17e)]['BROWSERSTACK_TURBOSCALE']&&(helper['prepareCapabilities'](null,null,_0x743467[_0x7923a4(0xab)],null,this,null),helper[_0x7923a4(0x18e)](_0x743467['capability']),helper[_0x7923a4(0x130)]());continue;case'2':this[_0x7923a4(0x139)]();continue;case'3':logger[_0x7923a4(0x186)](_0x127383['eiQGW']);continue;case'4':globals[_0x7923a4(0xb1)](_0x127383['kihmE'])&&(!_0x127383['GIigs'](setExtension,this,_0x743467)&&globals[_0x7923a4(0xd8)](_0x127383['kihmE'],![]));continue;case'5':helper[_0x7923a4(0x18e)](_0x743467[_0x7923a4(0xda)]);continue;case'6':if(helper[_0x7923a4(0x127)](_0x743467[_0x7923a4(0xea)][_0x7923a4(0x134)]))this['agent_']=helper[_0x7923a4(0xdb)](_0x743467[_0x7923a4(0xea)]['proxyUrl']);else _0x743467['proxySettings'][_0x7923a4(0x134)]&&(this['proxy_']=_0x743467[_0x7923a4(0xea)][_0x7923a4(0x134)],logger['debug'](_0x7923a4(0xcd)+this[_0x7923a4(0x185)]));continue;case'7':this['setCapabilities']();continue;}break;}}else{if(this[_0x7923a4(0x14e)]){const _0x5ac25a=this[_0x7923a4(0x14e)]['get'](this[_0x7923a4(0x14e)]['CAPABILITY_KEY']||_0x127383[_0x7923a4(0x179)]);if(_0x5ac25a&&_0x5ac25a[_0x7923a4(0xec)]){const _0x270bd1=this['capabilities_'][_0x7923a4(0x103)](_0x127383[_0x7923a4(0x179)])||{},_0x426a35=(_0x270bd1[_0x7923a4(0xec)]||[])[_0x7923a4(0x15b)](_0x5ac25a[_0x7923a4(0xec)]||[]),_0x26743d=Array['from'](new Set(_0x426a35)),_0x429fa3={};_0x429fa3[_0x7923a4(0xec)]=_0x26743d,this[_0x7923a4(0x8b)][_0x7923a4(0xb4)](_0x127383[_0x7923a4(0x179)],Object[_0x7923a4(0xd1)]({},_0x270bd1,_0x5ac25a,_0x429fa3));}}helper['readTcgAuthConfigToGlobal']();_0x127383[_0x7923a4(0xca)](isAccessibilityAutomationSession)&&this['getServerUrl']()['includes'](_0x127383[_0x7923a4(0x13d)])&&(_0x127383[_0x7923a4(0x163)](setAccessibilityCapabilities,_0x743467),this[_0x7923a4(0xa1)]());_0x127383[_0x7923a4(0x180)](globals[_0x7923a4(0xb1)](_0x127383[_0x7923a4(0x138)]),_0x127383[_0x7923a4(0x8e)])&&(commandRepository[_0x7923a4(0x91)](_0x127383[_0x7923a4(0x8e)]),commandRepository['setConfig'](globals[_0x7923a4(0xb1)](_0x127383[_0x7923a4(0x170)])));if(this[_0x7923a4(0x161)]['includes'](_0x127383[_0x7923a4(0xfb)]))logger['debug'](_0x127383[_0x7923a4(0xc3)]),globals[_0x7923a4(0xd8)](_0x127383[_0x7923a4(0xcc)],![]),globals[_0x7923a4(0xd8)](_0x127383[_0x7923a4(0x112)],![]);else globals[_0x7923a4(0xb1)](_0x127383[_0x7923a4(0xcc)])&&globals['getGlobal'](_0x127383['RMjZt'])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x13975f=super['build']();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x2d6c59(0xe8)],()=>{const _0x4c8c31=_0x2d6c59,_0x1ec46d={'yUtOV':_0x127383[_0x4c8c31(0x129)],'vYhKe':_0x127383[_0x4c8c31(0x98)],'TJAFw':function(_0x2a94d2,_0x32311d,_0x441015){const _0x5fb70b=_0x4c8c31;return _0x127383[_0x5fb70b(0xce)](_0x2a94d2,_0x32311d,_0x441015);},'puvaJ':function(_0x45c587,_0xbb2270,_0x28d3e2){return _0x127383['Jxwjp'](_0x45c587,_0xbb2270,_0x28d3e2);},'FEelV':function(_0x233f14,_0x3673b6){const _0x540d1f=_0x4c8c31;return _0x127383[_0x540d1f(0xa5)](_0x233f14,_0x3673b6);},'gBDNW':function(_0x103ace,_0x46105b,_0x456a83){const _0x3f9ae7=_0x4c8c31;return _0x127383[_0x3f9ae7(0x9c)](_0x103ace,_0x46105b,_0x456a83);},'lfQAq':function(_0x501f2d,_0x53a364,_0x5c20d7){const _0x53d692=_0x4c8c31;return _0x127383[_0x53d692(0x90)](_0x501f2d,_0x53a364,_0x5c20d7);}};_0x13975f[_0x4c8c31(0xf9)][_0x4c8c31(0x136)](_0x3390bd=>{const _0x4b0a42=_0x4c8c31,_0x525855=_0x3390bd[_0x4b0a42(0x9a)];if(!helper[_0x4b0a42(0x14b)]()&&_0x127383[_0x4b0a42(0xcf)](isAccessibilityAutomationSession)){const _0x4a2c24=_0x127383[_0x4b0a42(0x167)](nonBstackPlatformValidation,_0x525855,this);globals['setGlobal'](_0x127383['kihmE'],_0x4a2c24);}}),_0x13975f['session_'][_0x4c8c31(0x136)](_0x583183=>{const _0x4e0fe1=_0x4c8c31;try{logger[_0x4e0fe1(0x186)]('Session\x20ID:\x20'+_0x583183[_0x4e0fe1(0xc5)]());const _0x440e75=_0x583183[_0x4e0fe1(0x9a)][_0x4e0fe1(0x103)](_0x1ec46d[_0x4e0fe1(0x13e)]);_0x440e75?(logger[_0x4e0fe1(0x186)](_0x4e0fe1(0x10d)+_0x440e75),hubAllocator[_0x4e0fe1(0xee)](_0x440e75),helper[_0x4e0fe1(0xd0)](_0x440e75)):logger[_0x4e0fe1(0x186)](_0x1ec46d[_0x4e0fe1(0xb0)]);}catch(_0x4f6bd4){logger[_0x4e0fe1(0x186)](_0x4e0fe1(0x97)+_0x4f6bd4);}}),_0x13975f[_0x4c8c31(0xa4)]=0x0,_0x13975f[_0x4c8c31(0x136)]&&_0x13975f[_0x4c8c31(0x136)](_0x25bb09=>{const _0x3f1243=_0x4c8c31,_0x2c6d55={'QzNsP':function(_0x101e1b,_0xac6ebc){const _0x513624=a145_0x5533;return _0x1ec46d[_0x513624(0x109)](_0x101e1b,_0xac6ebc);}};helper['overrideQuit'](_0x25bb09,_0x13975f),_0x175169&&_0x1ec46d[_0x3f1243(0x109)](overrideTakeScreenshot,_0x25bb09),helper[_0x3f1243(0x132)](_0x25bb09,_0x743467),_0x1ec46d[_0x3f1243(0xef)](overrideExecute,_0x25bb09,_0x743467),_0x743467[_0x3f1243(0xda)]&&percyHelper[_0x3f1243(0xf5)](_0x25bb09,_0x3022f1[_0x3f1243(0x93)],_0x743467),_0x25bb09[_0x3f1243(0x142)]=async()=>{const _0x531ca2=_0x3f1243;return await _0x1ec46d[_0x531ca2(0x152)](getAccessibilityResultsSummary,_0x25bb09,global);},_0x25bb09[_0x3f1243(0x118)]=async()=>{const _0x111637=_0x3f1243;return await _0x1ec46d[_0x111637(0x13f)](getAccessibilityResults,_0x25bb09,global);},_0x25bb09[_0x3f1243(0xf2)]=async()=>{const _0x2d6273=_0x3f1243;return await _0x2c6d55[_0x2d6273(0x11a)](performScan,_0x25bb09);};}),_0x13975f[_0x4c8c31(0x142)]=async()=>{const _0x53cc8c=_0x4c8c31;return await _0x1ec46d[_0x53cc8c(0xef)](getAccessibilityResultsSummary,_0x13975f,global);},_0x13975f[_0x4c8c31(0x118)]=async()=>{const _0x4ddfcd=_0x4c8c31;return await _0x1ec46d[_0x4ddfcd(0x176)](getAccessibilityResults,_0x13975f,global);},_0x13975f['performScan']=async()=>{const _0x4fccba=_0x4c8c31;return await _0x127383[_0x4fccba(0x163)](performScan,_0x13975f);},_0x175169&&_0x127383['vTkRd'](overrideTakeScreenshot,_0x13975f),helper['overrideQuit'](_0x13975f),helper['overrideGet'](_0x13975f,_0x743467),_0x127383[_0x4c8c31(0xb7)](overrideExecute,_0x13975f,_0x743467),_0x743467['capability']&&percyHelper[_0x4c8c31(0xf5)](_0x13975f,_0x3022f1['WebElement'],_0x743467);helper['isUndefined'](global['__driversArray'])&&(global['__driversArray']=[]);helper['isUndefined'](global[_0x4c8c31(0xf3)])&&(global[_0x4c8c31(0xf3)]=[]);global['__driversArray'][_0x4c8c31(0x144)](_0x13975f),global[_0x4c8c31(0xb6)]=_0x13975f,_0x198b2a&&(_0x198b2a[_0x4c8c31(0x11c)][_0x4c8c31(0xb6)]=_0x13975f);_0x127383[_0x4c8c31(0x11f)](global[_0x4c8c31(0xf3)],undefined)&&global[_0x4c8c31(0xf3)]['push'](_0x13975f);_0x198b2a&&helper['isUndefined'](_0x198b2a[_0x4c8c31(0x11c)][_0x4c8c31(0xf3)])&&(_0x198b2a[_0x4c8c31(0x11c)][_0x4c8c31(0xf3)]=[]);_0x198b2a&&helper[_0x4c8c31(0x10b)](_0x198b2a[_0x4c8c31(0x11c)]['__driversArray'])&&(_0x198b2a[_0x4c8c31(0x11c)]['__driversArray']=[]);_0x198b2a&&_0x127383['JBWPI'](_0x198b2a[_0x4c8c31(0x11c)][_0x4c8c31(0xf3)],undefined)&&(_0x198b2a[_0x4c8c31(0x11c)][_0x4c8c31(0xf3)][_0x4c8c31(0x144)](_0x13975f),_0x198b2a['global'][_0x4c8c31(0x9b)][_0x4c8c31(0x144)](_0x13975f));_0x13975f[_0x4c8c31(0x12e)]=globals['getGlobal'](_0x127383['kihmE']);try{global[_0x4c8c31(0xf3)][0x0][_0x4c8c31(0xf9)][_0x4c8c31(0x136)](_0xd985f9=>{const _0x6acfca=_0x4c8c31;logger['debug'](_0x6acfca(0xe0)+_0xd985f9[_0x6acfca(0xc5)]()+_0x6acfca(0x131));})[_0x4c8c31(0x114)](_0x1f9452=>{const _0x22cd9e=_0x4c8c31;logger[_0x22cd9e(0x186)](_0x22cd9e(0xbc)+_0x1f9452);});}catch(_0x4de99f){logger[_0x4c8c31(0x186)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x4de99f);}globals[_0x4c8c31(0xd8)](_0x127383[_0x4c8c31(0xa6)],globals['getGlobal'](_0x127383[_0x4c8c31(0xa6)]));})(),_0x13975f;}}_0x198b2a&&(globals['browserStackGlobals']=_0x198b2a[_0x121595(0x11c)][_0x121595(0x10e)]);if(_0x490d7d[_0x121595(0x140)](isAccessibilityAutomationSession))try{let _0xb437e2=helper[_0x121595(0x14d)](_0x490d7d[_0x121595(0x181)],_0x490d7d[_0x121595(0x15c)])['WebDriver'];(!_0xb437e2[_0x121595(0x17c)]||!_0xb437e2[_0x121595(0x17c)][_0x121595(0x149)])&&(_0xb437e2=helper[_0x121595(0x14d)](_0x490d7d[_0x121595(0xf0)],_0x490d7d[_0x121595(0x15c)])[_0x121595(0x156)]);if(_0xb437e2['prototype']&&_0xb437e2[_0x121595(0x17c)][_0x121595(0x149)]){const _0x512cc9=_0xb437e2['prototype']['execute'];logger[_0x121595(0x186)](_0x490d7d[_0x121595(0x183)]),_0xb437e2[_0x121595(0x17c)]['execute']=async function(){const _0xc4b9e8=_0x121595;try{!globals['getGlobal'](_0x490d7d[_0xc4b9e8(0x177)])&&globals[_0xc4b9e8(0xb1)](_0x490d7d[_0xc4b9e8(0x10a)])&&globals['getGlobal'](_0x490d7d[_0xc4b9e8(0xc9)])&&scripts[_0xc4b9e8(0x190)](arguments[0x0]['name_'])&&!_0x490d7d[_0xc4b9e8(0x85)](isBrowserStackCommandExecutor,arguments[0x0][_0xc4b9e8(0xae)])&&(globals[_0xc4b9e8(0xd8)](_0x490d7d[_0xc4b9e8(0x177)],!![]),logger['debug']('Performing\x20scan\x20for\x20'+arguments[0x0][_0xc4b9e8(0x96)]),await _0x490d7d[_0xc4b9e8(0x105)](performScan,global['__driver'],arguments[0x0][_0xc4b9e8(0x96)]));}catch(_0x55eab3){logger['debug'](_0xc4b9e8(0x120)+util[_0xc4b9e8(0x100)](_0x55eab3));}return globals[_0xc4b9e8(0xd8)](_0x490d7d[_0xc4b9e8(0x177)],![]),_0x512cc9['apply'](this,arguments);};}}catch(_0xce5cbb){logger['debug'](_0x490d7d[_0x121595(0xba)](_0x490d7d[_0x121595(0x128)],_0xce5cbb));}return _0x3022f1[_0x121595(0xbd)]=_0x3022f1[_0x121595(0x141)],_0x3022f1[_0x121595(0x141)]=_0x24c00c,_0x26bac7[_0x121595(0x9f)]=_0x443bae,_0x3022f1;};module[a145_0x311b98(0x18f)]['browserstackAgent']=modify,module[a145_0x311b98(0x18f)][a145_0x311b98(0x160)]=modifyV2,module[a145_0x311b98(0x18f)][a145_0x311b98(0xa8)]=percySDK,module['exports'][a145_0x311b98(0x165)]=BrowserStackSdk,module[a145_0x311b98(0x18f)][a145_0x311b98(0xb5)]=modifyPlaywrightConfig;
1
+ const a145_0x38535e=a145_0x2981;function a145_0xc801(){const _0x397558=['setCapabilities','New\x20hub\x20url\x20set\x20to\x20','sCJpX','Proxy\x20set\x20to\x20','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','NAzLe','Hub\x20url\x20set\x20to\x20','setServer','CebtP','pQjlS','Lqkke','updateHubUrl','./helpers/patchHelper','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','selenium-webdriver/lib/webdriver.js','pzPJf','rdjSn','se:ieOptions','build','flpXq','xTSZv','args','./helpers/percy/utils','chromeOptions_','NEUMh','__driversArray','session_','patchDriverPercy','./helpers/logger','bVdZT','ieOptions_','setAdditionalCapabilities','10towAao','XXBVY','./helpers/patchHelpers','64905SyVkrD','SDK_POST_INITIALIZE','includes','JfkuY','20542UPwkeF','sAGFL','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','PtBeX','firefoxOptions_','concat','SwbDO','/wd/hub','97hbWzBT','originalBuilder','format','YVRHG','__drivers','2804295MCQSrn','eYfGO','__driver','getServerUrl','AKfPi','path','proxyUrl','2232GQOVWh','ubTER','firefoxOptions','measureWrapper','xNnPY','HhZzX','SDK_PRE_INITIALIZE','env','BROWSERSTACK_TURBOSCALE','tylro','YmxkV','goog:chromeOptions','edgeOptions','set','aiHeal_isHealingEnabled','length','prototype','UJHsO','jTEDY','bstackAllyScanning','\x20to\x20global\x20drivers\x20array','setGlobal','ieOptions','2|1|5|7|4|3|6|0','Session\x20ID:\x20','4DYRHYU','TCBVI','browserStackLogLevel','global','./browserStackSdk','safariOptions_','get','3397233lxhQnm','./helpers/globals','iQHsz','EouPz','rATJJ','WebElement','getAccessibilityResultsSummary','pLOUW','getHubUrl','agent_','exports','gUdob','EyYHV','./helpers/percy/PercySDK','lKNcd','pushCommand','proxySettings','Executor','aZVrg','RIMmu','yldRv','fnRVv','isUndefined','MulBW','bImNI','performScan','mPZDp','fukxl','eZYFH','VaSxB','qImZK','overrideGet','bstackA11yShouldScan','8dwktFe','getHttpAgent','jLyeJ','setConfig','VlGtq','__setBrowserOptions','Setting\x20Browserstack\x20capabilities','WebDriver','Czsyn','Builder','gmcII','jest','from','neUKj','requireHttpClient','caps_','stjNY','capabilities_','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','requireSeleniumWebdriver','iuGyF','winstonLogger','./helpers/accessibility-automation/helper','IytLr','VhYgK','then','_modifyPlaywright','object','setFramework','chromeOptions','CyZxT','proxy_','edgeOptions_','idUrl','overrideQuit','XOpVr','ZMzyp','jYncx','HszWg','yXAgT','mergeDeep','huKJY','Modifying\x20webdriver\x20builder','newHubUrl','./helpers/performance/constants','VaNOe','./bin/playwright/modifyPlaywrightConf','1766178RCXhZl','capabilities','OLqwX','JlXjr','forEach','498mqswVy','./helpers/performance/performance-tester','browserstackAgent','push','name_','vZEWh','gFHDQ','setLogLevel','mClxF','getGlobal','readTcgAuthConfigToGlobal','browserStackGlobals','browserstackAgentV2','dpWGe','uhNzE','hETLS','send','/session','WHxrb','keys','uxABE','capability','pvPIL','YFjAy','7|1|3|4|2|6|0|5','kkkuU','isAccessibilityPlatform','NVsuN','Failed\x20to\x20perform\x20scan\x20','CAPABILITY_KEY','./helpers/ai-sdk/autoHealHelper','apply','./helpers/ai-sdk/aiSdkWrapper','url_','5219585wXOaZF','ePwpq','isArray','UZtuJ','getId','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','HttpClient','https://','getAccessibilityResults','ms:edgeOptions','isBrowserstackInfra','aiSdk_bstackConfig','./helpers/accessibility-automation/scripts','info','eMGXm','storeOptimalHubUrl','dRDYY','TjtsQ','vsYbG','./hubAllocationMethods','debug','optimalHubUrl','tzLbL','wqtEF','earPz','vZgVN','40854wNVMoX','dfDOx','safari.options','yQmUG','requireModule','SwVJS','getRequestOptions','dTxHP','execute','prepareCapabilities','split'];a145_0xc801=function(){return _0x397558;};return a145_0xc801();}(function(_0x95b145,_0xe84192){const _0x4f5205=a145_0x2981,_0x283eba=_0x95b145();while(!![]){try{const _0x2beb61=parseInt(_0x4f5205(0x202))/0x1*(-parseInt(_0x4f5205(0x1fa))/0x2)+parseInt(_0x4f5205(0x22e))/0x3*(parseInt(_0x4f5205(0x227))/0x4)+parseInt(_0x4f5205(0x1f6))/0x5*(parseInt(_0x4f5205(0x283))/0x6)+parseInt(_0x4f5205(0x2a5))/0x7*(parseInt(_0x4f5205(0x24f))/0x8)+-parseInt(_0x4f5205(0x27e))/0x9*(parseInt(_0x4f5205(0x1f3))/0xa)+parseInt(_0x4f5205(0x1c8))/0xb*(-parseInt(_0x4f5205(0x20e))/0xc)+-parseInt(_0x4f5205(0x207))/0xd;if(_0x2beb61===_0xe84192)break;else _0x283eba['push'](_0x283eba['shift']());}catch(_0x59c50e){_0x283eba['push'](_0x283eba['shift']());}}}(a145_0xc801,0xd1179));function a145_0x2981(_0x29d333,_0x30f6c4){const _0xc801db=a145_0xc801();return a145_0x2981=function(_0x29810f,_0x4abbc9){_0x29810f=_0x29810f-0x1be;let _0x5b1e25=_0xc801db[_0x29810f];return _0x5b1e25;},a145_0x2981(_0x29d333,_0x30f6c4);}const util=require('util'),{overrideTakeScreenshot}=require(a145_0x38535e(0x1f5)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a145_0x38535e(0x265)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require('./helpers/helper'),logger=require(a145_0x38535e(0x1ef))[a145_0x38535e(0x264)],hubAllocator=require(a145_0x38535e(0x1c1)),percySDK=require(a145_0x38535e(0x23b)),percyHelper=require(a145_0x38535e(0x1e9)),BrowserStackSdk=require(a145_0x38535e(0x22b)),modifyPlaywrightConfig=require(a145_0x38535e(0x27d)),scripts=require(a145_0x38535e(0x2b1)),globals=require(a145_0x38535e(0x22f)),{commandRepository}=require(a145_0x38535e(0x2a1)),{aiSdkWrapper}=require(a145_0x38535e(0x2a3)),{overrideExecute}=require(a145_0x38535e(0x1df)),PerformanceTester=require(a145_0x38535e(0x284)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a145_0x38535e(0x27b)),{nonBstackPlatformValidation}=require(a145_0x38535e(0x265)),modify=_0x5cc560=>{const _0x495b85=a145_0x38535e,_0x804bee={'BAPzQ':function(_0xf70227,_0x147be3){return _0xf70227!==_0x147be3;},'kfurs':'/session','YXpUK':function(_0x55add0,_0x35cdf0){return _0x55add0!==_0x35cdf0;},'dfDOx':function(_0x579889,_0x2ac716){return _0x579889+_0x2ac716;},'eZYFH':_0x495b85(0x2ac),'bVdZT':_0x495b85(0x201),'ZMzyp':_0x495b85(0x219),'dpWGe':_0x495b85(0x26c),'mPZDp':_0x495b85(0x2ae),'flpXq':_0x495b85(0x21a),'rATJJ':'moz:firefoxOptions','sAGFL':'firefoxOptions','eMGXm':_0x495b85(0x1ca),'PoraN':'se:ieOptions','pzPJf':_0x495b85(0x224),'HTbiP':function(_0xe525a7,_0x54a47d){return _0xe525a7===_0x54a47d;},'yXAgT':_0x495b85(0x26a),'nkpIc':_0x495b85(0x255),'Jnfpw':_0x495b85(0x225),'EouPz':_0x495b85(0x1d7),'Wjuue':function(_0x5d7622){return _0x5d7622();},'MODFD':function(_0x4ba436,_0x156f7b){return _0x4ba436(_0x156f7b);},'JlXjr':_0x495b85(0x29d),'gFHDQ':function(_0xb48705,_0x1ad065,_0x34d43b){return _0xb48705(_0x1ad065,_0x34d43b);},'pvPIL':'optimalHubUrl','VaSxB':_0x495b85(0x1fc),'jLyeJ':function(_0x24e845,_0x3a4c26){return _0x24e845(_0x3a4c26);},'XXBVY':function(_0x57acb,_0x3eb25b,_0x442744){return _0x57acb(_0x3eb25b,_0x442744);},'ZvkIq':function(_0x1fe3ea,_0x3be985,_0x1732fc){return _0x1fe3ea(_0x3be985,_0x1732fc);},'mClxF':_0x495b85(0x1e0),'CebtP':_0x495b85(0x279)};logger[_0x495b85(0x2b2)](_0x804bee[_0x495b85(0x28b)]),logger[_0x495b85(0x1c2)](_0x804bee[_0x495b85(0x1db)]);const _0x106f4b=helper[_0x495b85(0x262)](),_0x1ab0da=helper[_0x495b85(0x25d)]();class _0xc2d775 extends _0x1ab0da[_0x495b85(0x2ab)]{['send'](_0x2648c6){const _0x58d52f=_0x495b85;if(_0x804bee['BAPzQ'](_0x2648c6[_0x58d52f(0x20c)],_0x804bee['kfurs'])&&_0x804bee['YXpUK'](global[_0x58d52f(0x27a)],''))try{global[_0x58d52f(0x27a)]=_0x804bee[_0x58d52f(0x1c9)](_0x804bee[_0x58d52f(0x1c9)](_0x804bee[_0x58d52f(0x24a)],global[_0x58d52f(0x27a)]),_0x804bee[_0x58d52f(0x1f0)]),this['options_']=hubAllocator[_0x58d52f(0x1ce)](global['newHubUrl']),logger[_0x58d52f(0x1c2)](_0x58d52f(0x1d4)+global[_0x58d52f(0x27a)]),global[_0x58d52f(0x27a)]='';}catch(_0x8f19b2){logger['error'](_0x8f19b2);}return super['send'](_0x2648c6);}}class _0x4f5d5f extends _0x106f4b['Builder']{[_0x495b85(0x254)](_0x43f1b6){const _0x91efe3=_0x495b85;let _0x46c1c0={};for(const _0x129f02 in _0x43f1b6){switch(_0x129f02){case _0x804bee[_0x91efe3(0x273)]:case _0x804bee[_0x91efe3(0x290)]:this[_0x91efe3(0x1ea)]&&(_0x46c1c0=this[_0x91efe3(0x1ea)][_0x91efe3(0x22d)](this[_0x91efe3(0x1ea)]['CAPABILITY_KEY'])||{},this[_0x91efe3(0x1ea)][_0x91efe3(0x21b)](this[_0x91efe3(0x1ea)]['CAPABILITY_KEY'],helper[_0x91efe3(0x277)](_0x46c1c0,_0x43f1b6[_0x129f02])));break;case _0x804bee[_0x91efe3(0x248)]:case _0x804bee[_0x91efe3(0x1e6)]:this[_0x91efe3(0x26f)]&&(_0x46c1c0=this[_0x91efe3(0x26f)][_0x91efe3(0x22d)](this[_0x91efe3(0x26f)][_0x91efe3(0x2a0)])||{},this[_0x91efe3(0x26f)][_0x91efe3(0x21b)](this[_0x91efe3(0x26f)][_0x91efe3(0x2a0)],helper['mergeDeep'](_0x46c1c0,_0x43f1b6[_0x129f02])));break;case _0x804bee[_0x91efe3(0x232)]:case _0x804bee[_0x91efe3(0x1fb)]:this[_0x91efe3(0x1fe)]&&(_0x46c1c0=this[_0x91efe3(0x1fe)][_0x91efe3(0x22d)](this['firefoxOptions_'][_0x91efe3(0x2a0)])||{},this['firefoxOptions_'][_0x91efe3(0x21b)](this[_0x91efe3(0x1fe)][_0x91efe3(0x2a0)],helper[_0x91efe3(0x277)](_0x46c1c0,_0x43f1b6[_0x129f02])));break;case _0x804bee[_0x91efe3(0x2b3)]:this['safariOptions_']&&(_0x46c1c0=this[_0x91efe3(0x22c)][_0x91efe3(0x22d)](this[_0x91efe3(0x22c)]['CAPABILITY_KEY'])||{},this[_0x91efe3(0x22c)][_0x91efe3(0x21b)](this[_0x91efe3(0x22c)][_0x91efe3(0x2a0)],helper['mergeDeep'](_0x46c1c0,_0x43f1b6[_0x129f02])));break;case _0x804bee['PoraN']:case _0x804bee[_0x91efe3(0x1e2)]:this[_0x91efe3(0x1f1)]&&(_0x46c1c0=this[_0x91efe3(0x1f1)]['get'](this[_0x91efe3(0x1f1)]['CAPABILITY_KEY'])||{},this[_0x91efe3(0x1f1)][_0x91efe3(0x21b)](this[_0x91efe3(0x1f1)]['CAPABILITY_KEY'],helper[_0x91efe3(0x277)](_0x46c1c0,_0x43f1b6[_0x129f02])));break;}}}[_0x495b85(0x1da)](){const _0x40bad8=_0x495b85;return this[_0x40bad8(0x2a4)]=helper['getHubUrl'](_0x5cc560),logger[_0x40bad8(0x1c2)](_0x40bad8(0x1d9)+this[_0x40bad8(0x2a4)]),this;}['setCapabilities'](){const _0x5d4f00=_0x495b85,_0x2b9ce1={'earPz':function(_0x40a073,_0x1cd685){return _0x804bee['HTbiP'](_0x40a073,_0x1cd685);},'PcdLC':_0x804bee[_0x5d4f00(0x276)]};return logger['debug'](_0x804bee['nkpIc']),this[_0x5d4f00(0x254)](_0x5cc560['capability']),Object['keys'](_0x5cc560['capability'])['forEach'](_0x452bd0=>{const _0xc02926=_0x5d4f00,_0x1f533c=this[_0xc02926(0x260)][_0xc02926(0x22d)](_0x452bd0);_0x2b9ce1[_0xc02926(0x1c6)](typeof _0x1f533c,_0x2b9ce1['PcdLC'])?this[_0xc02926(0x260)]['set'](_0x452bd0,helper[_0xc02926(0x277)](_0x1f533c,_0x5cc560[_0xc02926(0x298)][_0x452bd0])):this[_0xc02926(0x260)][_0xc02926(0x21b)](_0x452bd0,_0x5cc560['capability'][_0x452bd0]);}),this;}[_0x495b85(0x1e5)](){const _0x2fd512=_0x495b85,_0x27dcad={'XOpVr':function(_0x2e217a,_0xca34bf,_0x24acab){return _0x804bee['ZvkIq'](_0x2e217a,_0xca34bf,_0x24acab);},'SwbDO':function(_0x4857d0,_0x20a574,_0xb59479){const _0x4457d9=a145_0x2981;return _0x804bee[_0x4457d9(0x289)](_0x4857d0,_0x20a574,_0xb59479);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x2fd512(0x214)],()=>{const _0x4925d1=_0x2fd512,_0x2e2f26=_0x804bee['Jnfpw'][_0x4925d1(0x1d2)]('|');let _0x5e8421=0x0;while(!![]){switch(_0x2e2f26[_0x5e8421++]){case'0':logger[_0x4925d1(0x1c2)](_0x804bee[_0x4925d1(0x231)]);continue;case'1':this[_0x4925d1(0x1da)]();continue;case'2':_0x804bee['Wjuue'](isAccessibilityAutomationSession)&&_0x804bee['MODFD'](setAccessibilityCapabilities,_0x5cc560);continue;case'3':(!helper[_0x4925d1(0x2af)]()||helper['isTurboScaleSession'](_0x5cc560))&&helper['prepareCapabilities'](null,null,_0x5cc560['framework'],null,this,null);continue;case'4':globals[_0x4925d1(0x28c)](_0x804bee[_0x4925d1(0x281)])&&(!_0x804bee[_0x4925d1(0x289)](setExtension,this,_0x5cc560)&&globals[_0x4925d1(0x223)](_0x804bee['JlXjr'],![]));continue;case'5':this[_0x4925d1(0x1d3)]();continue;case'6':helper[_0x4925d1(0x1f2)](_0x5cc560[_0x4925d1(0x298)]);continue;case'7':if(helper['isPacProxy'](_0x5cc560[_0x4925d1(0x23e)]['proxyUrl']))this[_0x4925d1(0x237)]=helper[_0x4925d1(0x250)](_0x5cc560[_0x4925d1(0x23e)][_0x4925d1(0x20d)]);else _0x5cc560[_0x4925d1(0x23e)][_0x4925d1(0x20d)]&&(this[_0x4925d1(0x26e)]=_0x5cc560[_0x4925d1(0x23e)][_0x4925d1(0x20d)],logger[_0x4925d1(0x1c2)](_0x4925d1(0x1d6)+this['proxy_']));continue;}break;}})();const _0x243d9b=super[_0x2fd512(0x1e5)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x2fd512(0x1f7)],()=>{const _0x12d38a=_0x2fd512,_0x139add={'wqtEF':_0x804bee[_0x12d38a(0x299)],'Scuoa':_0x804bee[_0x12d38a(0x24b)],'SwVJS':function(_0x417ef0,_0x411f15,_0x57e775){const _0x2ab1e8=_0x12d38a;return _0x804bee[_0x2ab1e8(0x289)](_0x417ef0,_0x411f15,_0x57e775);},'pLOUW':function(_0x57b7da,_0x265421){return _0x804bee['MODFD'](_0x57b7da,_0x265421);},'CyZxT':function(_0x3a0ee0,_0x3da768,_0x5c8d16){const _0x4afb75=_0x12d38a;return _0x804bee[_0x4afb75(0x289)](_0x3a0ee0,_0x3da768,_0x5c8d16);},'OLqwX':function(_0x127f2a,_0x48a242){const _0x126723=_0x12d38a;return _0x804bee[_0x126723(0x251)](_0x127f2a,_0x48a242);}};_0x243d9b['session_'][_0x12d38a(0x268)](_0x581588=>{const _0x9444b5=_0x12d38a;try{const _0x52c381=_0x581588['caps_'][_0x9444b5(0x22d)](_0x139add[_0x9444b5(0x1c5)]);_0x52c381?(logger[_0x9444b5(0x1c2)](_0x9444b5(0x2aa)+_0x52c381),hubAllocator[_0x9444b5(0x1de)](_0x52c381),helper['storeOptimalHubUrl'](_0x52c381)):logger[_0x9444b5(0x1c2)](_0x139add['Scuoa']);}catch(_0x399a21){logger[_0x9444b5(0x1c2)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x399a21);}}),_0x243d9b[_0x12d38a(0x268)]&&_0x243d9b[_0x12d38a(0x268)](_0x477218=>{const _0x2d4d44=_0x12d38a,_0x195e5f={'IUaFK':function(_0x405876,_0x214d55,_0x59ce22){const _0xf275c8=a145_0x2981;return _0x27dcad[_0xf275c8(0x272)](_0x405876,_0x214d55,_0x59ce22);}};helper[_0x2d4d44(0x24d)](_0x477218,_0x5cc560),_0x27dcad[_0x2d4d44(0x200)](overrideExecute,_0x477218,_0x5cc560),_0x477218[_0x2d4d44(0x234)]=async()=>{const _0x56a13f=_0x2d4d44;return await _0x139add[_0x56a13f(0x1cd)](getAccessibilityResultsSummary,_0x477218,global);},_0x477218[_0x2d4d44(0x2ad)]=async()=>{return await _0x195e5f['IUaFK'](getAccessibilityResults,_0x477218,global);},_0x477218['performScan']=async()=>{const _0x4e2400=_0x2d4d44;return await _0x139add[_0x4e2400(0x235)](performScan,_0x477218);};}),_0x243d9b[_0x12d38a(0x234)]=async()=>{const _0x1ef587=_0x12d38a;return await _0x139add[_0x1ef587(0x26d)](getAccessibilityResultsSummary,_0x243d9b,global);},_0x243d9b[_0x12d38a(0x2ad)]=async()=>{return await _0x27dcad['XOpVr'](getAccessibilityResults,_0x243d9b,global);},_0x243d9b[_0x12d38a(0x247)]=async()=>{const _0x5b6542=_0x12d38a;return await _0x139add[_0x5b6542(0x280)](performScan,_0x243d9b);},helper[_0x12d38a(0x24d)](_0x243d9b,_0x5cc560),_0x804bee[_0x12d38a(0x1f4)](overrideExecute,_0x243d9b,_0x5cc560),helper[_0x12d38a(0x244)](global['__driversArray'])&&(global['__driversArray']=[]),global[_0x12d38a(0x1ec)][_0x12d38a(0x286)](_0x243d9b);})(),_0x243d9b;}}_0x106f4b[_0x495b85(0x203)]=_0x106f4b[_0x495b85(0x258)],_0x106f4b[_0x495b85(0x258)]=_0x4f5d5f,_0x1ab0da[_0x495b85(0x2ab)]=_0xc2d775;},modifyV2=(_0x1f3d89,_0x281490=null,_0xa8c0e9=![])=>{const _0x5cf95d=a145_0x38535e,_0x2d7184={'eYfGO':function(_0xdab44,_0x5bda2){return _0xdab44!==_0x5bda2;},'xTSZv':_0x5cf95d(0x294),'jYncx':function(_0x26bd8d,_0x35b6bf){return _0x26bd8d+_0x35b6bf;},'aYrvt':function(_0x5d5988,_0x1fb3bf){return _0x5d5988+_0x1fb3bf;},'idUrl':_0x5cf95d(0x2ac),'huKJY':_0x5cf95d(0x201),'VhYgK':'aiHeal_isAuthenticated','Lqkke':_0x5cf95d(0x21c),'vsYbG':_0x5cf95d(0x219),'KtYst':_0x5cf95d(0x26c),'MulBW':'ms:edgeOptions','QWbkg':'edgeOptions','RJZRE':'moz:firefoxOptions','PtBeX':_0x5cf95d(0x210),'ubTER':_0x5cf95d(0x1ca),'Czsyn':_0x5cf95d(0x1e4),'stjNY':'ieOptions','uhNzE':function(_0x18604b,_0x311b85){return _0x18604b===_0x311b85;},'qRxkZ':_0x5cf95d(0x26a),'VlGtq':_0x5cf95d(0x255),'TCBVI':function(_0x1e526f,_0x330c21){return _0x1e526f>_0x330c21;},'dRDYY':function(_0x4b97f5,_0xa569c6){return _0x4b97f5>_0xa569c6;},'lKNcd':function(_0x30a427){return _0x30a427();},'bImNI':function(_0x338bea,_0x226bd0,_0x13328e){return _0x338bea(_0x226bd0,_0x13328e);},'IytLr':_0x5cf95d(0x29d),'rdjSn':function(_0x26ca0b,_0x21235f){return _0x26ca0b(_0x21235f);},'tylro':function(_0x103eac,_0x165af8){return _0x103eac(_0x165af8);},'kkkuU':function(_0x58da94,_0x182f92){return _0x58da94(_0x182f92);},'UZtuJ':_0x5cf95d(0x29b),'YmxkV':function(_0x3bd620){return _0x3bd620();},'zcLxA':function(_0x2ed4b7,_0x5bf204){return _0x2ed4b7(_0x5bf204);},'qImZK':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','uxABE':function(_0x4729ac,_0x33e653,_0x4e83b5){return _0x4729ac(_0x33e653,_0x4e83b5);},'JfuNY':'browserstack.com','vZgVN':'aiSdk_framework','sHDge':_0x5cf95d(0x25a),'UJHsO':_0x5cf95d(0x2b0),'ihjYb':'.browserstack.com','NVsuN':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','jTEDY':_0x5cf95d(0x1c3),'aZVrg':_0x5cf95d(0x1fc),'yldRv':_0x5cf95d(0x221),'HszWg':_0x5cf95d(0x24e),'gmcII':function(_0x15d11b,_0x1f3443,_0x51d2dc){return _0x15d11b(_0x1f3443,_0x51d2dc);},'ePwpq':_0x5cf95d(0x1e0),'VYvDo':'Modifying\x20webdriver\x20builder','NEUMh':_0x5cf95d(0x1e1),'HhZzX':'selenium-webdriver','vZEWh':'selenium-webdriver/lib/http.js','nTxAv':'Modifying\x20webdriver\x20execute','AKfPi':function(_0x41c07c,_0x1401e8){return _0x41c07c+_0x1401e8;},'xNnPY':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x2aa916=helper['requireHttpClient']();let _0x2b4fcd;try{_0x2b4fcd=helper[_0x5cf95d(0x262)](),_0x2b4fcd[_0x5cf95d(0x203)]&&(_0x2b4fcd[_0x5cf95d(0x258)]=_0x2b4fcd[_0x5cf95d(0x203)]);}catch(_0x42217a){return;}if(helper['isBrowserstackInfra']()){const _0x2f9c16={};_0x2f9c16['logLevel']=_0x1f3d89[_0x5cf95d(0x229)],helper[_0x5cf95d(0x28a)](_0x2f9c16,new Map(),new Map()),logger[_0x5cf95d(0x2b2)](_0x2d7184[_0x5cf95d(0x2a6)]),logger['debug'](_0x2d7184['VYvDo']);}class _0x53c409 extends _0x2aa916[_0x5cf95d(0x2ab)]{[_0x5cf95d(0x293)](_0x111a61){const _0x11588e=_0x5cf95d;if(_0x2d7184[_0x11588e(0x208)](_0x111a61[_0x11588e(0x20c)],_0x2d7184[_0x11588e(0x1e7)])&&_0x2d7184[_0x11588e(0x208)](global[_0x11588e(0x27a)],''))try{global[_0x11588e(0x27a)]=_0x2d7184[_0x11588e(0x274)](_0x2d7184['aYrvt'](_0x2d7184[_0x11588e(0x270)],global[_0x11588e(0x27a)]),_0x2d7184[_0x11588e(0x278)]),this['options_']=hubAllocator[_0x11588e(0x1ce)](global[_0x11588e(0x27a)]),logger['debug']('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global[_0x11588e(0x27a)]='';}catch(_0x4693f7){logger['error'](_0x4693f7);}if(globals[_0x11588e(0x28c)](_0x2d7184[_0x11588e(0x267)])&&globals[_0x11588e(0x28c)](_0x2d7184[_0x11588e(0x1dd)])){const _0x13d343=_0x111a61['path'][_0x11588e(0x1d2)]('/')[0x2];_0x13d343&&commandRepository[_0x11588e(0x23d)](_0x13d343,_0x111a61);}return super[_0x11588e(0x293)](_0x111a61);}}class _0x1a7852 extends _0x2b4fcd[_0x5cf95d(0x258)]{[_0x5cf95d(0x1da)](){const _0x3cdde7=_0x5cf95d;return helper['isBrowserstackInfra']()&&(this[_0x3cdde7(0x2a4)]=helper[_0x3cdde7(0x236)](_0x1f3d89)),this;}[_0x5cf95d(0x254)](_0x46aeb3){const _0xd1fe4=_0x5cf95d;let _0x4690b1={};for(const _0x4cb974 in _0x46aeb3){switch(_0x4cb974){case _0x2d7184['vsYbG']:case _0x2d7184['KtYst']:this['chromeOptions_']&&(_0x4690b1=this['chromeOptions_'][_0xd1fe4(0x22d)](this['chromeOptions_'][_0xd1fe4(0x2a0)])||{},this[_0xd1fe4(0x1ea)]['set'](this[_0xd1fe4(0x1ea)]['CAPABILITY_KEY'],helper[_0xd1fe4(0x277)](_0x4690b1,_0x46aeb3[_0x4cb974])));break;case _0x2d7184[_0xd1fe4(0x245)]:case _0x2d7184['QWbkg']:this['edgeOptions_']&&(_0x4690b1=this[_0xd1fe4(0x26f)][_0xd1fe4(0x22d)](this[_0xd1fe4(0x26f)]['CAPABILITY_KEY'])||{},this['edgeOptions_']['set'](this[_0xd1fe4(0x26f)][_0xd1fe4(0x2a0)],helper['mergeDeep'](_0x4690b1,_0x46aeb3[_0x4cb974])));break;case _0x2d7184['RJZRE']:case _0x2d7184[_0xd1fe4(0x1fd)]:this[_0xd1fe4(0x1fe)]&&(_0x4690b1=this[_0xd1fe4(0x1fe)][_0xd1fe4(0x22d)](this[_0xd1fe4(0x1fe)][_0xd1fe4(0x2a0)])||{},this['firefoxOptions_'][_0xd1fe4(0x21b)](this[_0xd1fe4(0x1fe)]['CAPABILITY_KEY'],helper[_0xd1fe4(0x277)](_0x4690b1,_0x46aeb3[_0x4cb974])));break;case _0x2d7184[_0xd1fe4(0x20f)]:this[_0xd1fe4(0x22c)]&&(_0x4690b1=this['safariOptions_'][_0xd1fe4(0x22d)](this[_0xd1fe4(0x22c)][_0xd1fe4(0x2a0)])||{},this[_0xd1fe4(0x22c)]['set'](this['safariOptions_'][_0xd1fe4(0x2a0)],helper[_0xd1fe4(0x277)](_0x4690b1,_0x46aeb3[_0x4cb974])));break;case _0x2d7184[_0xd1fe4(0x257)]:case _0x2d7184[_0xd1fe4(0x25f)]:this[_0xd1fe4(0x1f1)]&&(_0x4690b1=this['ieOptions_'][_0xd1fe4(0x22d)](this[_0xd1fe4(0x1f1)]['CAPABILITY_KEY'])||{},this['ieOptions_'][_0xd1fe4(0x21b)](this['ieOptions_'][_0xd1fe4(0x2a0)],helper['mergeDeep'](_0x4690b1,_0x46aeb3[_0x4cb974])));break;}}}['setCapabilities'](){const _0x50e992=_0x5cf95d;logger[_0x50e992(0x1c2)](_0x2d7184[_0x50e992(0x253)]);const _0x34bff1=_0x1f3d89[_0x50e992(0x298)]&&_0x2d7184[_0x50e992(0x228)](Object[_0x50e992(0x296)](_0x1f3d89[_0x50e992(0x298)])[_0x50e992(0x21d)],0x0)?_0x1f3d89['capability']:_0x1f3d89[_0x50e992(0x27f)]&&Array[_0x50e992(0x2a7)](_0x1f3d89[_0x50e992(0x27f)])&&_0x2d7184[_0x50e992(0x1be)](_0x1f3d89['capabilities'][_0x50e992(0x21d)],0x0)?_0x1f3d89[_0x50e992(0x27f)][0x0]:{};return this[_0x50e992(0x254)](_0x34bff1),Object[_0x50e992(0x296)](_0x34bff1)[_0x50e992(0x282)](_0x40ff74=>{const _0x5a9ef6=_0x50e992,_0x19481d=this['capabilities_']['get'](_0x40ff74);_0x2d7184[_0x5a9ef6(0x291)](typeof _0x19481d,_0x2d7184['qRxkZ'])?this[_0x5a9ef6(0x260)][_0x5a9ef6(0x21b)](_0x40ff74,helper[_0x5a9ef6(0x277)](_0x19481d,_0x34bff1[_0x40ff74])):this[_0x5a9ef6(0x260)][_0x5a9ef6(0x21b)](_0x40ff74,_0x34bff1[_0x40ff74]);}),this;}[_0x5cf95d(0x1e5)](){const _0x49cebe=_0x5cf95d,_0x43bfc1={'NAzLe':_0x2d7184[_0x49cebe(0x2a8)],'hETLS':function(_0x1b0bba){const _0x5c2cc=_0x49cebe;return _0x2d7184[_0x5c2cc(0x218)](_0x1b0bba);},'dTxHP':function(_0x7babd4,_0xce6975){return _0x2d7184['zcLxA'](_0x7babd4,_0xce6975);},'DEJxy':_0x2d7184[_0x49cebe(0x24c)],'fukxl':_0x2d7184[_0x49cebe(0x266)],'vrTEL':function(_0x197c30,_0xa1d002,_0x1746ac){const _0x4271cd=_0x49cebe;return _0x2d7184[_0x4271cd(0x297)](_0x197c30,_0xa1d002,_0x1746ac);},'iuGyF':_0x2d7184[_0x49cebe(0x1c0)],'RIMmu':function(_0x390c15){const _0x33f620=_0x49cebe;return _0x2d7184[_0x33f620(0x23c)](_0x390c15);},'DHnDT':_0x2d7184['JfuNY'],'yQmUG':function(_0x3062b2,_0x536cd5){const _0x38631e=_0x49cebe;return _0x2d7184[_0x38631e(0x291)](_0x3062b2,_0x536cd5);},'dAyns':_0x2d7184[_0x49cebe(0x1c7)],'tzLbL':_0x2d7184['sHDge'],'tbCGa':_0x2d7184[_0x49cebe(0x21f)],'iQHsz':_0x2d7184['ihjYb'],'gUdob':_0x2d7184[_0x49cebe(0x29e)],'JfkuY':_0x2d7184[_0x49cebe(0x267)],'fnRVv':_0x2d7184[_0x49cebe(0x1dd)],'YFjAy':_0x2d7184[_0x49cebe(0x220)],'EyYHV':_0x2d7184[_0x49cebe(0x240)],'VaNOe':function(_0x14a3ef,_0x2f735d,_0x19a25b){const _0x473154=_0x49cebe;return _0x2d7184[_0x473154(0x297)](_0x14a3ef,_0x2f735d,_0x19a25b);}};PerformanceTester[_0x49cebe(0x211)](PerformanceEvents[_0x49cebe(0x214)],()=>{const _0x40af27=_0x49cebe;if(helper[_0x40af27(0x2af)]()){const _0x39fcda=_0x43bfc1[_0x40af27(0x1d8)][_0x40af27(0x1d2)]('|');let _0x27e090=0x0;while(!![]){switch(_0x39fcda[_0x27e090++]){case'0':process[_0x40af27(0x215)][_0x40af27(0x216)]&&(helper[_0x40af27(0x1d1)](null,null,_0x1f3d89['framework'],null,this,null),helper[_0x40af27(0x1f2)](_0x1f3d89['capability']),helper[_0x40af27(0x28d)]());continue;case'1':_0x43bfc1[_0x40af27(0x292)](isAccessibilityAutomationSession)&&_0x43bfc1[_0x40af27(0x1cf)](setAccessibilityCapabilities,_0x1f3d89);continue;case'2':if(helper['isPacProxy'](_0x1f3d89[_0x40af27(0x23e)][_0x40af27(0x20d)]))this['agent_']=helper['getHttpAgent'](_0x1f3d89[_0x40af27(0x23e)][_0x40af27(0x20d)]);else _0x1f3d89[_0x40af27(0x23e)][_0x40af27(0x20d)]&&(this['proxy_']=_0x1f3d89[_0x40af27(0x23e)][_0x40af27(0x20d)],logger[_0x40af27(0x1c2)](_0x40af27(0x1d6)+this[_0x40af27(0x26e)]));continue;case'3':this[_0x40af27(0x1da)]();continue;case'4':this[_0x40af27(0x1d3)]();continue;case'5':logger[_0x40af27(0x1c2)](_0x43bfc1['DEJxy']);continue;case'6':globals['getGlobal'](_0x43bfc1[_0x40af27(0x249)])&&(!_0x43bfc1['vrTEL'](setExtension,this,_0x1f3d89)&&globals[_0x40af27(0x223)](_0x43bfc1[_0x40af27(0x249)],![]));continue;case'7':helper[_0x40af27(0x1f2)](_0x1f3d89['capability']);continue;}break;}}else{if(this[_0x40af27(0x1ea)]){const _0x50a9d1=this[_0x40af27(0x1ea)][_0x40af27(0x22d)](this[_0x40af27(0x1ea)][_0x40af27(0x2a0)]||_0x43bfc1[_0x40af27(0x263)]);if(_0x50a9d1&&_0x50a9d1[_0x40af27(0x1e8)]){const _0x52099a=this[_0x40af27(0x260)][_0x40af27(0x22d)](_0x43bfc1[_0x40af27(0x263)])||{},_0x23a77a=(_0x52099a[_0x40af27(0x1e8)]||[])[_0x40af27(0x1ff)](_0x50a9d1[_0x40af27(0x1e8)]||[]),_0x335af6=Array[_0x40af27(0x25b)](new Set(_0x23a77a)),_0x571634={};_0x571634[_0x40af27(0x1e8)]=_0x335af6,this[_0x40af27(0x260)]['set'](_0x43bfc1['iuGyF'],Object['assign']({},_0x52099a,_0x50a9d1,_0x571634));}}helper[_0x40af27(0x28d)]();_0x43bfc1[_0x40af27(0x241)](isAccessibilityAutomationSession)&&this[_0x40af27(0x20a)]()[_0x40af27(0x1f8)](_0x43bfc1['DHnDT'])&&(_0x43bfc1[_0x40af27(0x1cf)](setAccessibilityCapabilities,_0x1f3d89),this[_0x40af27(0x1d3)]());_0x43bfc1[_0x40af27(0x1cb)](globals['getGlobal'](_0x43bfc1['dAyns']),_0x43bfc1['tzLbL'])&&(commandRepository[_0x40af27(0x26b)](_0x43bfc1[_0x40af27(0x1c4)]),commandRepository[_0x40af27(0x252)](globals[_0x40af27(0x28c)](_0x43bfc1['tbCGa'])));if(this[_0x40af27(0x2a4)][_0x40af27(0x1f8)](_0x43bfc1[_0x40af27(0x230)]))logger[_0x40af27(0x1c2)](_0x43bfc1[_0x40af27(0x239)]),globals[_0x40af27(0x223)](_0x43bfc1[_0x40af27(0x1f9)],![]),globals[_0x40af27(0x223)](_0x43bfc1['fnRVv'],![]);else globals[_0x40af27(0x28c)](_0x43bfc1['JfkuY'])&&globals[_0x40af27(0x28c)](_0x43bfc1[_0x40af27(0x243)])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x1034dc=super[_0x49cebe(0x1e5)]();return PerformanceTester[_0x49cebe(0x211)](PerformanceEvents[_0x49cebe(0x1f7)],()=>{const _0x5d4c49=_0x49cebe,_0x2ae0c6={'XxGoE':function(_0x28a6d8){return _0x2d7184['lKNcd'](_0x28a6d8);},'pQjlS':function(_0x3bb3d7,_0x256cba,_0x2ffb3a){return _0x2d7184['bImNI'](_0x3bb3d7,_0x256cba,_0x2ffb3a);},'sCJpX':_0x2d7184[_0x5d4c49(0x266)],'McdKA':function(_0xf00b1b,_0x4075f2){const _0x548f50=_0x5d4c49;return _0x2d7184[_0x548f50(0x1e3)](_0xf00b1b,_0x4075f2);},'neUKj':function(_0x1f37b,_0x3613a3){const _0x5c427c=_0x5d4c49;return _0x2d7184[_0x5c427c(0x217)](_0x1f37b,_0x3613a3);},'WHxrb':function(_0x50000a,_0xbd5bf5){const _0x2e6cde=_0x5d4c49;return _0x2d7184[_0x2e6cde(0x217)](_0x50000a,_0xbd5bf5);}};_0x1034dc[_0x5d4c49(0x1ed)]['then'](_0x403cf7=>{const _0x39db3f=_0x5d4c49,_0x778ca2=_0x403cf7['caps_'];if(!helper[_0x39db3f(0x2af)]()&&_0x2ae0c6['XxGoE'](isAccessibilityAutomationSession)){const _0x1f6aac=_0x2ae0c6[_0x39db3f(0x1dc)](nonBstackPlatformValidation,_0x778ca2,this);globals[_0x39db3f(0x223)](_0x2ae0c6[_0x39db3f(0x1d5)],_0x1f6aac);}}),_0x1034dc[_0x5d4c49(0x1ed)]['then'](_0x3af27b=>{const _0x561bb8=_0x5d4c49;try{logger[_0x561bb8(0x1c2)](_0x561bb8(0x226)+_0x3af27b[_0x561bb8(0x2a9)]());const _0x3ebc51=_0x3af27b[_0x561bb8(0x25e)][_0x561bb8(0x22d)](_0x43bfc1[_0x561bb8(0x29a)]);_0x3ebc51?(logger['debug'](_0x561bb8(0x2aa)+_0x3ebc51),hubAllocator[_0x561bb8(0x1de)](_0x3ebc51),helper[_0x561bb8(0x2b4)](_0x3ebc51)):logger['debug'](_0x43bfc1[_0x561bb8(0x23a)]);}catch(_0x34a763){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x34a763);}}),_0x1034dc['quitCount_']=0x0,_0x1034dc[_0x5d4c49(0x268)]&&_0x1034dc['then'](_0x2507e3=>{const _0x280f44=_0x5d4c49,_0x21d253={'TjtsQ':function(_0x53abf0,_0x5449ef,_0x2b23f0){return _0x2ae0c6['pQjlS'](_0x53abf0,_0x5449ef,_0x2b23f0);},'YVRHG':function(_0x5e1956,_0x42c331){return _0x2ae0c6['McdKA'](_0x5e1956,_0x42c331);}};helper[_0x280f44(0x271)](_0x2507e3,_0x1034dc),_0xa8c0e9&&_0x2ae0c6[_0x280f44(0x25c)](overrideTakeScreenshot,_0x2507e3),helper['overrideGet'](_0x2507e3,_0x1f3d89),_0x2ae0c6[_0x280f44(0x1dc)](overrideExecute,_0x2507e3,_0x1f3d89),_0x1f3d89[_0x280f44(0x298)]&&percyHelper['patchDriverPercy'](_0x2507e3,_0x2b4fcd['WebElement'],_0x1f3d89),_0x2507e3[_0x280f44(0x234)]=async()=>{return await _0x2ae0c6['pQjlS'](getAccessibilityResultsSummary,_0x2507e3,global);},_0x2507e3[_0x280f44(0x2ad)]=async()=>{const _0x535e34=_0x280f44;return await _0x21d253[_0x535e34(0x1bf)](getAccessibilityResults,_0x2507e3,global);},_0x2507e3[_0x280f44(0x247)]=async()=>{const _0x2856a0=_0x280f44;return await _0x21d253[_0x2856a0(0x205)](performScan,_0x2507e3);};}),_0x1034dc[_0x5d4c49(0x234)]=async()=>{const _0x11bb67=_0x5d4c49;return await _0x2ae0c6[_0x11bb67(0x1dc)](getAccessibilityResultsSummary,_0x1034dc,global);},_0x1034dc['getAccessibilityResults']=async()=>{const _0x20162a=_0x5d4c49;return await _0x43bfc1[_0x20162a(0x27c)](getAccessibilityResults,_0x1034dc,global);},_0x1034dc[_0x5d4c49(0x247)]=async()=>{const _0x351ce7=_0x5d4c49;return await _0x2ae0c6[_0x351ce7(0x295)](performScan,_0x1034dc);},_0xa8c0e9&&_0x2d7184[_0x5d4c49(0x29c)](overrideTakeScreenshot,_0x1034dc),helper[_0x5d4c49(0x271)](_0x1034dc),helper[_0x5d4c49(0x24d)](_0x1034dc,_0x1f3d89),_0x2d7184[_0x5d4c49(0x246)](overrideExecute,_0x1034dc,_0x1f3d89),_0x1f3d89[_0x5d4c49(0x298)]&&percyHelper[_0x5d4c49(0x1ee)](_0x1034dc,_0x2b4fcd[_0x5d4c49(0x233)],_0x1f3d89);helper[_0x5d4c49(0x244)](global[_0x5d4c49(0x1ec)])&&(global[_0x5d4c49(0x1ec)]=[]);helper['isUndefined'](global[_0x5d4c49(0x206)])&&(global['__drivers']=[]);global[_0x5d4c49(0x1ec)][_0x5d4c49(0x286)](_0x1034dc),global[_0x5d4c49(0x209)]=_0x1034dc,_0x281490&&(_0x281490['global'][_0x5d4c49(0x209)]=_0x1034dc);_0x2d7184['eYfGO'](global['__drivers'],undefined)&&global[_0x5d4c49(0x206)][_0x5d4c49(0x286)](_0x1034dc);_0x281490&&helper[_0x5d4c49(0x244)](_0x281490['global']['__drivers'])&&(_0x281490[_0x5d4c49(0x22a)][_0x5d4c49(0x206)]=[]);_0x281490&&helper[_0x5d4c49(0x244)](_0x281490['global'][_0x5d4c49(0x1ec)])&&(_0x281490[_0x5d4c49(0x22a)][_0x5d4c49(0x1ec)]=[]);_0x281490&&_0x2d7184[_0x5d4c49(0x208)](_0x281490[_0x5d4c49(0x22a)]['__drivers'],undefined)&&(_0x281490[_0x5d4c49(0x22a)]['__drivers'][_0x5d4c49(0x286)](_0x1034dc),_0x281490[_0x5d4c49(0x22a)]['__driversArray'][_0x5d4c49(0x286)](_0x1034dc));_0x1034dc['isAccessibilityPlatform']=globals[_0x5d4c49(0x28c)](_0x2d7184[_0x5d4c49(0x266)]);try{global[_0x5d4c49(0x206)][0x0]['session_'][_0x5d4c49(0x268)](_0x46980c=>{const _0x47831e=_0x5d4c49;logger[_0x47831e(0x1c2)]('setting\x20driver\x20Session\x20ID:\x20'+_0x46980c[_0x47831e(0x2a9)]()+_0x47831e(0x222));})['catch'](_0x252847=>{const _0x380e7b=_0x5d4c49;logger[_0x380e7b(0x1c2)](_0x380e7b(0x261)+_0x252847);});}catch(_0x44abc7){logger['debug'](_0x5d4c49(0x261)+_0x44abc7);}globals[_0x5d4c49(0x223)](_0x2d7184[_0x5d4c49(0x266)],globals[_0x5d4c49(0x28c)](_0x2d7184['IytLr']));})(),_0x1034dc;}}_0x281490&&(globals[_0x5cf95d(0x28e)]=_0x281490['global'][_0x5cf95d(0x28e)]);if(_0x2d7184[_0x5cf95d(0x218)](isAccessibilityAutomationSession))try{let _0x3ce515=helper[_0x5cf95d(0x1cc)](_0x2d7184[_0x5cf95d(0x1eb)],_0x2d7184[_0x5cf95d(0x213)])[_0x5cf95d(0x256)];(!_0x3ce515[_0x5cf95d(0x21e)]||!_0x3ce515[_0x5cf95d(0x21e)]['execute'])&&(_0x3ce515=helper[_0x5cf95d(0x1cc)](_0x2d7184[_0x5cf95d(0x288)],_0x2d7184[_0x5cf95d(0x213)])[_0x5cf95d(0x23f)]);if(_0x3ce515['prototype']&&_0x3ce515['prototype'][_0x5cf95d(0x1d0)]){const _0x34c4dc=_0x3ce515[_0x5cf95d(0x21e)][_0x5cf95d(0x1d0)];logger[_0x5cf95d(0x1c2)](_0x2d7184['nTxAv']),_0x3ce515[_0x5cf95d(0x21e)][_0x5cf95d(0x1d0)]=async function(){const _0x46899f=_0x5cf95d;try{!globals[_0x46899f(0x28c)](_0x2d7184[_0x46899f(0x242)])&&globals[_0x46899f(0x28c)](_0x2d7184[_0x46899f(0x266)])&&globals['getGlobal'](_0x2d7184[_0x46899f(0x275)])&&scripts['shouldWrapCommand'](arguments[0x0][_0x46899f(0x287)])&&!_0x2d7184[_0x46899f(0x217)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x46899f(0x223)](_0x2d7184[_0x46899f(0x242)],!![]),logger[_0x46899f(0x1c2)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x46899f(0x287)]),await _0x2d7184[_0x46899f(0x259)](performScan,global[_0x46899f(0x209)],arguments[0x0]['name_']));}catch(_0x27f49a){logger[_0x46899f(0x1c2)](_0x46899f(0x29f)+util[_0x46899f(0x204)](_0x27f49a));}return globals['setGlobal'](_0x2d7184['yldRv'],![]),_0x34c4dc[_0x46899f(0x2a2)](this,arguments);};}}catch(_0x512e21){logger[_0x5cf95d(0x1c2)](_0x2d7184[_0x5cf95d(0x20b)](_0x2d7184[_0x5cf95d(0x212)],_0x512e21));}return _0x2b4fcd[_0x5cf95d(0x203)]=_0x2b4fcd['Builder'],_0x2b4fcd[_0x5cf95d(0x258)]=_0x1a7852,_0x2aa916['HttpClient']=_0x53c409,_0x2b4fcd;};module[a145_0x38535e(0x238)][a145_0x38535e(0x285)]=modify,module['exports'][a145_0x38535e(0x28f)]=modifyV2,module[a145_0x38535e(0x238)]['percy']=percySDK,module[a145_0x38535e(0x238)]['BrowserStackSdk']=BrowserStackSdk,module[a145_0x38535e(0x238)][a145_0x38535e(0x269)]=modifyPlaywrightConfig;