browserstack-node-sdk 1.68.1 → 1.69.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) 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/generated/sdk-messages_pb.d.ts +172 -0
  41. package/generated/sdk-messages_pb.js +1334 -0
  42. package/generated/sdk_grpc_pb.d.ts +10 -0
  43. package/generated/sdk_grpc_pb.js +69 -0
  44. package/package.json +5 -1
  45. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  46. package/src/bin/codeceptjs/command.js +1 -1
  47. package/src/bin/codeceptjs/helper.js +1 -1
  48. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  49. package/src/bin/cucumber-js/command.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  52. package/src/bin/cucumber-js/test-observability.js +1 -1
  53. package/src/bin/cucumber-js/test.setup.js +1 -1
  54. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  55. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  56. package/src/bin/detox/a11ySetup.js +1 -1
  57. package/src/bin/detox/command.js +1 -1
  58. package/src/bin/detox/modifyDetoxConf.js +1 -1
  59. package/src/bin/detox/traEmitter.js +1 -1
  60. package/src/bin/integrations/command.js +1 -1
  61. package/src/bin/integrations/constants.js +1 -1
  62. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/jasmine/command.js +1 -1
  64. package/src/bin/jasmine/test.setup.js +1 -1
  65. package/src/bin/jasmine/testRunMap.js +1 -1
  66. package/src/bin/jest/command.js +1 -1
  67. package/src/bin/jest/customImplements/customCircus.js +1 -1
  68. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  69. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  70. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  71. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  72. package/src/bin/jest/jest.setup.js +1 -1
  73. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  74. package/src/bin/jest/test-observability/helper.js +1 -1
  75. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  76. package/src/bin/jest/test-observability/test-details.js +1 -1
  77. package/src/bin/jest/test.setup.js +1 -1
  78. package/src/bin/jest/test_before.setup.js +1 -1
  79. package/src/bin/launcher/launcher.js +1 -1
  80. package/src/bin/load/index.js +1 -1
  81. package/src/bin/load/loadErrors.js +1 -1
  82. package/src/bin/load/loadUtils.js +1 -1
  83. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  84. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  85. package/src/bin/mocha/command.js +1 -1
  86. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  87. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  88. package/src/bin/mocha/test.setup.js +1 -1
  89. package/src/bin/newman/command.js +1 -1
  90. package/src/bin/newman/helper.js +1 -1
  91. package/src/bin/newman/reporter/index.js +1 -1
  92. package/src/bin/newman/scriptRunner.js +1 -1
  93. package/src/bin/nightwatch/command.js +1 -1
  94. package/src/bin/node-generic/client.js +1 -1
  95. package/src/bin/playwright/accessibility-helper.js +1 -1
  96. package/src/bin/playwright/command.js +1 -1
  97. package/src/bin/playwright/globalSetup.js +1 -1
  98. package/src/bin/playwright/mock-process.js +1 -1
  99. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  100. package/src/bin/playwright/patches.js +1 -1
  101. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  102. package/src/bin/playwright/reporter/reporter.js +1 -1
  103. package/src/bin/playwright/reporter/test-details.js +1 -1
  104. package/src/bin/playwright/reporterArgs.js +1 -1
  105. package/src/bin/playwright/sessionDetails.js +1 -1
  106. package/src/bin/puppeteer/patches.js +1 -1
  107. package/src/bin/puppeteer/sessionDetails.js +1 -1
  108. package/src/bin/puppeteer/test.setup.js +1 -1
  109. package/src/bin/runner.js +1 -1
  110. package/src/bin/setup.js +1 -1
  111. package/src/bin/test-runner/index.js +1 -1
  112. package/src/bin/test-runner/runTest.js +1 -1
  113. package/src/bin/test-runner/testWorker.js +1 -1
  114. package/src/bin/testcafe/a11y-runner.js +1 -1
  115. package/src/bin/testcafe/command.js +1 -1
  116. package/src/bin/testcafe/reporter/index.js +1 -1
  117. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  118. package/src/bin/testcafe/session-registry.js +1 -1
  119. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  120. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  121. package/src/bin/testcafe/w3c-driver.js +1 -1
  122. package/src/bin/utils/apiUtilityMethods.js +1 -1
  123. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  124. package/src/bin/utils/constants.js +1 -1
  125. package/src/bin/utils/log4jsAppender.js +1 -1
  126. package/src/bin/utils/logPatcher.js +1 -1
  127. package/src/bin/utils/logReportingAPI.js +1 -1
  128. package/src/bin/utils/playwright-patcher.js +1 -1
  129. package/src/bin/utils/puppeteer-patcher.js +1 -1
  130. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  131. package/src/bin/utils/sharedUtils.js +1 -1
  132. package/src/bin/v2/TestInfo.js +1 -1
  133. package/src/bin/v2/browserstackCLI.js +1 -1
  134. package/src/bin/v2/cliUtils.js +1 -1
  135. package/src/bin/v2/customTagManager.js +1 -1
  136. package/src/bin/v2/eventDispatcher.js +1 -1
  137. package/src/bin/v2/framework/automationFramework.js +1 -1
  138. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  139. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  140. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  141. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  142. package/src/bin/v2/framework/mochaTestFramework.js +1 -0
  143. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  144. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  145. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  146. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  147. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  148. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -0
  149. package/src/bin/v2/framework/testFramework.js +1 -1
  150. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  151. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  152. package/src/bin/v2/grpcClient.js +1 -1
  153. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  154. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  155. package/src/bin/v2/instances/trackedContext.js +1 -1
  156. package/src/bin/v2/instances/trackedInstance.js +1 -1
  157. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  158. package/src/bin/v2/modules/baseModule.js +1 -1
  159. package/src/bin/v2/modules/loadTestModule.js +1 -1
  160. package/src/bin/v2/modules/observabilityModule.js +1 -1
  161. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  162. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  163. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  164. package/src/bin/v2/modules/testhubModule.js +1 -1
  165. package/src/bin/v2/runStateStore.js +1 -0
  166. package/src/bin/v2/sdkErrorHandler.js +1 -1
  167. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  168. package/src/bin/v2/state/hookState.js +1 -1
  169. package/src/bin/v2/state/testFrameworkState.js +1 -1
  170. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  171. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  172. package/src/bin/v2/utils/jest-utils.js +1 -1
  173. package/src/bin/vanilla-js/command.js +1 -1
  174. package/src/browserStackSdk.js +1 -1
  175. package/src/helpers/BrowserStackSetup.js +1 -1
  176. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  177. package/src/helpers/accessibility-automation/constants.js +1 -1
  178. package/src/helpers/accessibility-automation/helper.js +1 -1
  179. package/src/helpers/accessibility-automation/scripts.js +1 -1
  180. package/src/helpers/ats/constants.js +1 -1
  181. package/src/helpers/ats/helper.js +1 -1
  182. package/src/helpers/caCertHelper.js +1 -1
  183. package/src/helpers/capsMapping.js +1 -1
  184. package/src/helpers/central-scanner/constants.js +1 -1
  185. package/src/helpers/central-scanner/helpers.js +1 -1
  186. package/src/helpers/classLogger.js +1 -1
  187. package/src/helpers/driverInitErrorReporter.js +1 -1
  188. package/src/helpers/globals.js +1 -1
  189. package/src/helpers/helper.js +1 -1
  190. package/src/helpers/logger.js +1 -1
  191. package/src/helpers/metadata.js +1 -1
  192. package/src/helpers/patchHelper.js +1 -1
  193. package/src/helpers/patchHelpers.js +1 -1
  194. package/src/helpers/percy/Percy.js +1 -1
  195. package/src/helpers/percy/PercyBinary.js +1 -1
  196. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  197. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  198. package/src/helpers/percy/PercySDK.js +1 -1
  199. package/src/helpers/percy/index.js +1 -1
  200. package/src/helpers/percy/utils.js +1 -1
  201. package/src/helpers/performance/constants.js +1 -1
  202. package/src/helpers/performance/performance-tester.js +1 -1
  203. package/src/helpers/playwright-helper.js +1 -1
  204. package/src/helpers/processHelper.js +1 -1
  205. package/src/helpers/puppeteer-helper.js +1 -1
  206. package/src/helpers/request-spy.js +1 -1
  207. package/src/helpers/setKeepAlive.js +1 -1
  208. package/src/helpers/stackFrameUtils.js +1 -1
  209. package/src/helpers/test-observability/constants.js +1 -1
  210. package/src/helpers/test-observability/error-handler.js +1 -1
  211. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  212. package/src/helpers/test-observability/sessionHandler.js +1 -1
  213. package/src/helpers/test-observability/utils.js +1 -1
  214. package/src/helpers/test-orchestration/constants.js +1 -1
  215. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  216. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  217. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  218. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  219. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  220. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  221. package/src/helpers/testhub/constants.js +1 -1
  222. package/src/helpers/testhub/testhubHandler.js +1 -1
  223. package/src/helpers/testhub/utils.js +1 -1
  224. package/src/helpers/utilities.js +1 -1
  225. package/src/helpers/w3cMapping.js +1 -1
  226. package/src/hubAllocationMethods.js +1 -1
  227. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a125_0x1e1dd9=a125_0x5b14;(function(_0x1969c7,_0xfb6220){const _0x123fc2=a125_0x5b14,_0x56e6ae=_0x1969c7();while(!![]){try{const _0x42fc48=parseInt(_0x123fc2(0x192))/0x1*(-parseInt(_0x123fc2(0x1a0))/0x2)+-parseInt(_0x123fc2(0x1d1))/0x3*(-parseInt(_0x123fc2(0x1dc))/0x4)+-parseInt(_0x123fc2(0x180))/0x5*(-parseInt(_0x123fc2(0x1af))/0x6)+parseInt(_0x123fc2(0x1c4))/0x7*(parseInt(_0x123fc2(0x195))/0x8)+-parseInt(_0x123fc2(0x177))/0x9*(parseInt(_0x123fc2(0x18b))/0xa)+parseInt(_0x123fc2(0x1c1))/0xb*(-parseInt(_0x123fc2(0x1e2))/0xc)+-parseInt(_0x123fc2(0x19d))/0xd;if(_0x42fc48===_0xfb6220)break;else _0x56e6ae['push'](_0x56e6ae['shift']());}catch(_0x56e806){_0x56e6ae['push'](_0x56e6ae['shift']());}}}(a125_0x534b,0xb8fb4));function a125_0x5b14(_0x3c628c,_0x634fa){const _0x534b18=a125_0x534b();return a125_0x5b14=function(_0x5b140b,_0x329e2f){_0x5b140b=_0x5b140b-0x171;let _0x1b2cc3=_0x534b18[_0x5b140b];return _0x1b2cc3;},a125_0x5b14(_0x3c628c,_0x634fa);}function a125_0x534b(){const _0x381d47=['\x20resolves\x20outside\x20the\x20project\x20directory\x20and\x20was\x20rejected','isTrue','useW3C:\x20false\x20has\x20no\x20effect\x20with\x20selenium-webdriver\x20','1870944WocWiC','lGoon','EVENTS','__accessibilityOptions','getMinVersionForBrowser','File\x20path\x20','end','modifyBrowserStackW3CCaps','[TRACE:node-generic]\x20Error\x20enriching\x20accessibility\x20config:\x20','warn','bootstrap','stringify','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','setupBrowserstackLocal','getPlatformName','isCliEnabled','SDK_CLEANUP','PwLFd','isUndefined','start','../../helpers/helper','[TRACE:node-generic]\x20beforeExit\x20safety\x20net\x20—\x20stopping\x20binary','IYdCF','skipSessionStatus','../../helpers/testhub/testhubHandler','env','ekqdc','selenium-webdriver','7713XIZRhc','BROWSERSTACK_SKIP_SESSION_NAME','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','browserVersion','proxySettings','GmIqp','ENizP','../../helpers/BrowserStackSetup','EKtTi','100510wrusPC','testContextOptions','message','winstonLogger','forEach','ZWtPk','../../helpers/performance/performance-tester','beforeExit','sep','SDK_SETUP','NODE_GENERIC','4830dYoZjj','browser_version','getPackageVersion','isBrowserstackInfra','../utils/constants','LZRed','yleSl','913XBWxzS','existsSync','getHubUrl','9264136ZauOmw','File\x20','vanilla','parallelsPerPlatform','GanPn','Ogtsi','resolve','on\x20non-BrowserStack\x20infrastructure\x20','13961376aoIMQa','File\x20path\x20is\x20required','[TRACE:node-generic]\x20Accessibility:\x20enabled=','2734RKjizr','cuPFF','finalExecution','MWLWH','stop','\x20browser\x20version\x20greater\x20than\x20','startsWith','modifyBrowserStackCaps','HDSIJ','PscOa','configPath','BHBgp','assign','configuration','cliConfig','390PErxRL','browserstack.accessibilityOptions.scannerVersion','ibCVE','[TRACE:node-generic]\x20Binary\x20Flow\x20error:\x20','gelvh','[TRACE:node-generic]\x20Error\x20during\x20stop:\x20','[TRACE:node-generic]\x20CLI\x20not\x20enabled\x20—\x20using\x20Direct\x20Flow','file','UMSbW','platforms','then','info','isVersionSupported','exports','isBrowserSupportedForAccessibility','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','index','getMultiDriverWorkerConfig','11NWiexq','../../helpers/logger','accessibilityOptions','7aBtFRW','push','useW3C','debug','checkAccessibilityPlatformConfig','hPrVj','handleApp','getInstance','isFinite','[TRACE:node-generic]\x20parallelVanillaRun\x20complete,\x20stopping\x20binary','initialize','kdSFa','Accessibility\x20Automation\x20is\x20not\x20supported\x20with\x20w3c:\x20false.\x20Skipping\x20accessibility\x20for\x20this\x20run.','3554709rIPyAX','browserName','BROWSERSTACK_PRODUCT_MAP','../test-runner','length','config','../../helpers/utilities','args','scannerVersion','isChildConnected','path','4uQsgiI','BROWSERSTACK_SKIP_SESSION_STATUS','[TRACE:node-generic]\x20Binary\x20bootstrapped,\x20starting\x20parallelVanillaRun'];a125_0x534b=function(){return _0x381d47;};return a125_0x534b();}const fs=require('fs'),path=require(a125_0x1e1dd9(0x1db)),{default:BrowserStackSetup}=require(a125_0x1e1dd9(0x17e)),helper=require(a125_0x1e1dd9(0x1f6)),PerformanceTester=require(a125_0x1e1dd9(0x186)),PerformanceEvents=require('../../helpers/performance/constants')[a125_0x1e1dd9(0x1e4)],utilities=require(a125_0x1e1dd9(0x1d7)),{parallelVanillaRun}=require(a125_0x1e1dd9(0x1d4)),TestHubHandler=require(a125_0x1e1dd9(0x173)),BrowserstackCLI=require('../v2/browserstackCLI'),logger=require(a125_0x1e1dd9(0x1c2))[a125_0x1e1dd9(0x183)],CLIUtils=require('../v2/cliUtils'),{FRAMEWORKS}=require(a125_0x1e1dd9(0x18f)),accessibilityHelper=require('../../helpers/accessibility-automation/helper');async function run(_0x7eed14,_0x1953f3,_0x163231){const _0x1ff231=a125_0x1e1dd9,_0x239c38={'ibCVE':_0x1ff231(0x197),'HDSIJ':_0x1ff231(0x179),'GmIqp':function(_0x1011c2,_0x186f1f){return _0x1011c2(_0x186f1f);},'hPrVj':function(_0x8151b7,_0x21d447){return _0x8151b7(_0x21d447);},'ekqdc':function(_0x26f4cf,_0x168837){return _0x26f4cf>_0x168837;},'PwLFd':_0x1ff231(0x19c),'yleSl':_0x1ff231(0x1f7),'vZinL':_0x1ff231(0x19e),'BHBgp':function(_0x2e102d,_0x469056){return _0x2e102d!==_0x469056;},'lPdRn':function(_0x4f9c14,_0x23209f){return _0x4f9c14+_0x23209f;},'kdSFa':'Config\x20yml\x20is\x20required','UMSbW':_0x1ff231(0x176),'YUhkC':function(_0x278df7,_0xc6b0f9,_0x4b882e){return _0x278df7(_0xc6b0f9,_0x4b882e);},'IYdCF':function(_0x31ec6c,_0x1450e2){return _0x31ec6c>=_0x1450e2;},'oQIQQ':function(_0xdfd7,_0x5a945e){return _0xdfd7>_0x5a945e;},'MWLWH':function(_0x345016,_0x57b38c){return _0x345016(_0x57b38c);},'EKtTi':function(_0xf32217,_0xeced7f){return _0xf32217(_0xeced7f);},'PscOa':function(_0x25fea4,_0x41abed){return _0x25fea4&&_0x41abed;},'cuPFF':_0x1ff231(0x1d0),'ZoQtX':function(_0x442ade,_0x46f1e8){return _0x442ade(_0x46f1e8);},'ENizP':'../../helpers/testhub/utils','ZWtPk':'[TRACE:node-generic]\x20CLI\x20enabled\x20—\x20using\x20Binary\x20Flow','SNWEg':_0x1ff231(0x1de),'Ogtsi':_0x1ff231(0x1b0),'gelvh':function(_0x54dd5f,_0x4bb593){return _0x54dd5f*_0x4bb593;},'XLWWH':_0x1ff231(0x1cd),'LZRed':_0x1ff231(0x1b5),'lGoon':function(_0x420425,_0x32d0a6){return _0x420425*_0x32d0a6;},'GanPn':function(_0x35e937,_0x4d3bce,_0x4844c6){return _0x35e937(_0x4d3bce,_0x4844c6);},'oJmQr':_0x1ff231(0x187)};await _0x163231[_0x1ff231(0x1ce)](_0x7eed14);!BrowserstackCLI[_0x1ff231(0x1cb)]()['isRunning']()&&await _0x163231[_0x1ff231(0x1ef)]();await helper[_0x1ff231(0x1ca)](_0x163231[_0x1ff231(0x1d6)]);const _0x59e699=[];if(helper[_0x1ff231(0x1f4)](_0x7eed14['_'][0x1]))throw _0x239c38[_0x1ff231(0x17c)](Error,_0x239c38['vZinL']);const _0x19d8ba=process['cwd'](),_0x4bbf7a=path[_0x1ff231(0x19b)](_0x19d8ba,_0x7eed14['_'][0x1]);if(_0x239c38[_0x1ff231(0x1ab)](_0x4bbf7a,_0x19d8ba)&&!_0x4bbf7a[_0x1ff231(0x1a6)](_0x239c38['lPdRn'](_0x19d8ba,path[_0x1ff231(0x188)])))throw _0x239c38[_0x1ff231(0x1c9)](Error,_0x1ff231(0x1e7)+_0x7eed14['_'][0x1]+_0x1ff231(0x1df));if(!fs[_0x1ff231(0x193)](_0x4bbf7a))throw _0x239c38[_0x1ff231(0x1c9)](Error,_0x1ff231(0x196)+_0x7eed14['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x163231['config'])throw _0x239c38[_0x1ff231(0x17c)](Error,_0x239c38[_0x1ff231(0x1cf)]);const _0x206de3=helper[_0x1ff231(0x1c6)](_0x163231[_0x1ff231(0x1d6)]);if(!_0x206de3){const _0x45747d=helper[_0x1ff231(0x18d)](_0x239c38[_0x1ff231(0x1b7)]),_0x4fb694=_0x239c38['YUhkC'](parseInt,_0x45747d,0xa);Number[_0x1ff231(0x1cc)](_0x4fb694)&&_0x239c38[_0x1ff231(0x171)](_0x4fb694,0x4)&&logger[_0x1ff231(0x1eb)](_0x1ff231(0x1e1)+_0x45747d+':\x20the\x20JSON-wire\x20protocol\x20was\x20removed\x20in\x20selenium-webdriver\x204,\x20so\x20this\x20run\x20will\x20use\x20W3C.\x20Pin\x20selenium-webdriver\x203.x\x20if\x20an\x20MJSONWP\x20session\x20is\x20required.');}_0x163231[_0x1ff231(0x1d6)][_0x1ff231(0x1b8)]&&_0x239c38[_0x1ff231(0x175)](_0x163231[_0x1ff231(0x1d6)][_0x1ff231(0x1b8)]['length'],0x0)&&_0x163231['config'][_0x1ff231(0x1b8)]['forEach']((_0x127749,_0x4f3c09)=>{const _0x30b727=_0x1ff231;_0x206de3?_0x59e699['push'](helper[_0x30b727(0x1e9)](_0x163231[_0x30b727(0x1d6)],_0x239c38[_0x30b727(0x1b1)],_0x4f3c09)):_0x59e699['push'](helper['modifyBrowserStackCaps'](_0x163231[_0x30b727(0x1d6)],_0x239c38[_0x30b727(0x1b1)],_0x4f3c09));});let _0x388614,_0x5bd8da;const _0x2e92ba=[],_0x3ca1ff=helper[_0x1ff231(0x1c0)](_0x163231[_0x1ff231(0x1d6)],_0x206de3,_0x239c38[_0x1ff231(0x1b1)]);if(_0x239c38['oQIQQ'](_0x59e699[_0x1ff231(0x1d5)],0x0))_0x59e699[_0x1ff231(0x184)]((_0x1a24f4,_0x5bb8df)=>{const _0x965991=_0x1ff231,_0x5d6f8d={};_0x5d6f8d[_0x965991(0x1bf)]=_0x5bb8df,_0x388614=Object['assign']({'server':helper[_0x965991(0x194)](_0x163231[_0x965991(0x1d6)]),'proxySettings':_0x163231['config'][_0x965991(0x17b)],'platform':helper[_0x965991(0x1f0)](_0x1a24f4),'platformCaps':Object['assign'](_0x5d6f8d,_0x163231[_0x965991(0x1d6)][_0x965991(0x1b8)][_0x5bb8df])},_0x3ca1ff);const _0x11631b={'capability':_0x1a24f4,..._0x388614};_0x11631b[_0x965991(0x1b6)]=_0x4bbf7a,_0x11631b['args']=_0x1953f3;const _0x34c6a3={};_0x34c6a3[_0x965991(0x1ad)]=_0x11631b,_0x5bd8da=_0x34c6a3,_0x2e92ba[_0x965991(0x1c5)](_0x5bd8da);});else{let _0x49b61d;_0x206de3?_0x49b61d=helper['modifyBrowserStackW3CCaps'](_0x163231[_0x1ff231(0x1d6)],_0x239c38['ibCVE'],0x0):_0x49b61d=helper[_0x1ff231(0x1a7)](_0x163231[_0x1ff231(0x1d6)],_0x239c38[_0x1ff231(0x1b1)],0x0);_0x388614=Object[_0x1ff231(0x1ac)]({'server':helper[_0x1ff231(0x194)](_0x163231[_0x1ff231(0x1d6)]),'proxySettings':_0x163231[_0x1ff231(0x1d6)][_0x1ff231(0x17b)]},_0x3ca1ff);const _0x15587f={'capability':_0x49b61d,..._0x388614};_0x15587f[_0x1ff231(0x1b6)]=_0x4bbf7a,_0x15587f[_0x1ff231(0x1d8)]=_0x1953f3;const _0x337fa9={};_0x337fa9[_0x1ff231(0x1ad)]=_0x15587f,_0x5bd8da=_0x337fa9,_0x2e92ba[_0x1ff231(0x1c5)](_0x5bd8da);}const _0x544a57=_0x163231[_0x1ff231(0x1d6)][_0x1ff231(0x181)]||{};process[_0x1ff231(0x174)][_0x1ff231(0x178)]=_0x239c38[_0x1ff231(0x1a3)](String,helper['isTrue'](_0x544a57['skipSessionName'])),process['env'][_0x1ff231(0x1dd)]=_0x239c38[_0x1ff231(0x17f)](String,helper[_0x1ff231(0x1e0)](_0x544a57[_0x1ff231(0x172)]));!helper['isUndefined'](_0x163231[_0x1ff231(0x1d6)][_0x1ff231(0x1c3)])&&(process[_0x1ff231(0x174)][_0x1ff231(0x1ee)]=JSON['stringify'](_0x163231['config'][_0x1ff231(0x1c3)]));let _0x4e6d2c=_0x163231[_0x1ff231(0x1d6)]['accessibility'];_0x4e6d2c=_0x4e6d2c||accessibilityHelper[_0x1ff231(0x1c8)](_0x163231[_0x1ff231(0x1d6)]);_0x239c38[_0x1ff231(0x1a9)](_0x4e6d2c,!_0x206de3)&&(logger[_0x1ff231(0x1eb)](_0x239c38[_0x1ff231(0x1a1)]),_0x4e6d2c=![]);process[_0x1ff231(0x174)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4e6d2c;if(_0x4e6d2c){const _0x2df9aa=helper[_0x1ff231(0x18e)]();(_0x163231[_0x1ff231(0x1d6)][_0x1ff231(0x1b8)]||[])[_0x1ff231(0x184)](_0x3d1661=>{const _0x1886af=_0x1ff231;if(!_0x3d1661||_0x3d1661['deviceName'])return;const _0x37a614=_0x3d1661[_0x1886af(0x1d2)];if(!accessibilityHelper[_0x1886af(0x1bd)](_0x37a614)){logger[_0x1886af(0x1eb)](_0x239c38[_0x1886af(0x1a8)]);return;}const _0x1c02d2=_0x3d1661[_0x1886af(0x17a)]||_0x3d1661[_0x1886af(0x18c)];if(helper[_0x1886af(0x1f4)](_0x1c02d2)||!Number[_0x1886af(0x1cc)](_0x239c38[_0x1886af(0x17c)](parseFloat,_0x239c38[_0x1886af(0x17c)](String,_0x1c02d2))))return;const _0x5ac73a=accessibilityHelper[_0x1886af(0x1e6)](_0x37a614,_0x2df9aa),_0xa16815=_0x239c38[_0x1886af(0x17c)](parseFloat,_0x5ac73a),_0x12de65=_0x239c38[_0x1886af(0x17c)](parseFloat,_0x239c38[_0x1886af(0x1c9)](String,_0x1c02d2)),_0x48f2f7=Number[_0x1886af(0x1cc)](_0xa16815)?_0x239c38['ekqdc'](_0x12de65,_0xa16815):accessibilityHelper[_0x1886af(0x1bb)](_0x1c02d2,_0x5ac73a);if(!_0x48f2f7){const _0x493532=accessibilityHelper['getBrowserDisplayName'](_0x37a614),_0x24598b=_0x2df9aa?'':_0x239c38[_0x1886af(0x1f3)];logger[_0x1886af(0x1eb)](_0x1886af(0x1be)+_0x493532+_0x1886af(0x1a5)+_0x5ac73a+'\x20'+_0x24598b+'.');}});}logger[_0x1ff231(0x1ba)](_0x1ff231(0x19f)+_0x4e6d2c);const _0x1dc9ea=BrowserstackCLI['getInstance']();CLIUtils['setFrameworkDetail'](FRAMEWORKS['NODE_GENERIC'],FRAMEWORKS[_0x1ff231(0x18a)]);const {getProductMap:_0x8a9246}=_0x239c38['ZoQtX'](require,_0x239c38[_0x1ff231(0x17d)]);process[_0x1ff231(0x174)][_0x1ff231(0x1d3)]=JSON[_0x1ff231(0x1ed)](_0x239c38[_0x1ff231(0x17f)](_0x8a9246,_0x163231['config'])),_0x1dc9ea['setBrowserstackConfig'](_0x163231[_0x1ff231(0x1d6)],_0x163231[_0x1ff231(0x1aa)],_0x163231[_0x1ff231(0x1ae)]);if(_0x1dc9ea[_0x1ff231(0x1f1)]()){logger[_0x1ff231(0x1ba)](_0x239c38[_0x1ff231(0x185)]);try{await _0x1dc9ea[_0x1ff231(0x1ec)](),logger[_0x1ff231(0x1ba)](_0x239c38['SNWEg']);try{const _0x171489=global[_0x1ff231(0x1e5)]||{},_0x37258c=_0x171489[_0x239c38[_0x1ff231(0x19a)]];if(_0x37258c){const _0xc5f509=JSON['parse'](process[_0x1ff231(0x174)][_0x1ff231(0x1ee)]||'{}');_0xc5f509[_0x1ff231(0x1d9)]=_0x37258c,process[_0x1ff231(0x174)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x1ff231(0x1ed)](_0xc5f509),logger[_0x1ff231(0x1ba)]('[TRACE:node-generic]\x20Accessibility\x20config\x20enriched\x20with\x20binary\x20scannerVersion='+_0x37258c);}}catch(_0x32d877){logger[_0x1ff231(0x1c7)](_0x1ff231(0x1ea)+_0x32d877[_0x1ff231(0x182)]);}const _0x25c669=_0x239c38[_0x1ff231(0x1b3)](_0x163231[_0x1ff231(0x1d6)]['platforms'][_0x1ff231(0x1d5)]||0x1,_0x163231[_0x1ff231(0x1d6)][_0x1ff231(0x198)]||0x1);PerformanceTester[_0x1ff231(0x1e8)](PerformanceEvents[_0x1ff231(0x189)]),await _0x239c38['YUhkC'](parallelVanillaRun,_0x2e92ba,_0x25c669),logger[_0x1ff231(0x1ba)](_0x239c38['XLWWH']),await _0x1dc9ea[_0x1ff231(0x1a4)]();}catch(_0x88234b){logger['error'](_0x1ff231(0x1b2)+_0x88234b[_0x1ff231(0x182)]);try{await _0x1dc9ea[_0x1ff231(0x1a4)]();}catch(_0x47a4fd){logger['debug'](_0x1ff231(0x1b4)+_0x47a4fd['message']);}}finally{PerformanceTester['start'](PerformanceEvents[_0x1ff231(0x1f2)]),await utilities['finalExecution'](_0x163231);}}else{logger[_0x1ff231(0x1ba)](_0x239c38[_0x1ff231(0x190)]);const _0x50cbf1=await TestHubHandler['launchBuild'](_0x239c38['ibCVE'],_0x163231),_0xc586c0=_0x239c38[_0x1ff231(0x1e3)](_0x163231[_0x1ff231(0x1d6)][_0x1ff231(0x1b8)][_0x1ff231(0x1d5)]||0x1,_0x163231[_0x1ff231(0x1d6)][_0x1ff231(0x198)]||0x1);PerformanceTester[_0x1ff231(0x1e8)](PerformanceEvents[_0x1ff231(0x189)]),_0x239c38[_0x1ff231(0x199)](parallelVanillaRun,_0x2e92ba,_0xc586c0)[_0x1ff231(0x1b9)](_0x45168a=>{})['finally'](async()=>{const _0xe03475=_0x1ff231;PerformanceTester[_0xe03475(0x1f5)](PerformanceEvents[_0xe03475(0x1f2)]),await utilities[_0xe03475(0x1a2)](_0x163231);});}process['on'](_0x239c38['oJmQr'],async()=>{const _0x1d81ed=_0x1ff231;try{(_0x1dc9ea['isMainConnected']||_0x1dc9ea[_0x1d81ed(0x1da)])&&(logger[_0x1d81ed(0x1ba)](_0x239c38[_0x1d81ed(0x191)]),await _0x1dc9ea[_0x1d81ed(0x1a4)]());}catch(_0x5727ca){}});}module[a125_0x1e1dd9(0x1bc)]=run;
2
+ 'use strict';function a128_0x1deb(_0x190b1d,_0x18143f){const _0x1064f9=a128_0x1064();return a128_0x1deb=function(_0x1deb41,_0x3f59d0){_0x1deb41=_0x1deb41-0xc9;let _0x3c46e5=_0x1064f9[_0x1deb41];return _0x3c46e5;},a128_0x1deb(_0x190b1d,_0x18143f);}const a128_0x2de30e=a128_0x1deb;(function(_0x49f17b,_0x5d45a7){const _0x5f07a2=a128_0x1deb,_0x15e92f=_0x49f17b();while(!![]){try{const _0xe2efdc=-parseInt(_0x5f07a2(0xd5))/0x1*(parseInt(_0x5f07a2(0xd8))/0x2)+parseInt(_0x5f07a2(0x147))/0x3*(parseInt(_0x5f07a2(0x155))/0x4)+parseInt(_0x5f07a2(0xe3))/0x5+-parseInt(_0x5f07a2(0x110))/0x6+parseInt(_0x5f07a2(0x131))/0x7+-parseInt(_0x5f07a2(0x114))/0x8*(-parseInt(_0x5f07a2(0x129))/0x9)+-parseInt(_0x5f07a2(0xde))/0xa*(parseInt(_0x5f07a2(0x150))/0xb);if(_0xe2efdc===_0x5d45a7)break;else _0x15e92f['push'](_0x15e92f['shift']());}catch(_0x280a5f){_0x15e92f['push'](_0x15e92f['shift']());}}}(a128_0x1064,0x84396));const fs=require('fs'),path=require(a128_0x2de30e(0x138)),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),PerformanceTester=require(a128_0x2de30e(0xe7)),PerformanceEvents=require('../../helpers/performance/constants')[a128_0x2de30e(0xf9)],utilities=require(a128_0x2de30e(0x13b)),{parallelVanillaRun}=require(a128_0x2de30e(0x136)),TestHubHandler=require(a128_0x2de30e(0x12b)),BrowserstackCLI=require(a128_0x2de30e(0xe0)),logger=require(a128_0x2de30e(0xef))[a128_0x2de30e(0x133)],CLIUtils=require('../v2/cliUtils'),{FRAMEWORKS}=require(a128_0x2de30e(0x145)),accessibilityHelper=require(a128_0x2de30e(0xfc));async function run(_0x54d38c,_0x52d6ab,_0x702ff7){const _0x14c121=a128_0x2de30e,_0x55b4e1={'jAvtr':_0x14c121(0xcf),'cZmJM':_0x14c121(0xea),'tXxPO':function(_0x241898,_0x22c127){return _0x241898(_0x22c127);},'LxPKI':function(_0x48fa18,_0x3ac843){return _0x48fa18(_0x3ac843);},'mhHFR':function(_0x4385fc,_0x37d850){return _0x4385fc(_0x37d850);},'QNZsC':function(_0x2c47df,_0x4401c2){return _0x2c47df(_0x4401c2);},'VBkRG':function(_0x4b8d71,_0x15b0c9){return _0x4b8d71>_0x15b0c9;},'MpkoL':_0x14c121(0x13d),'hjXRS':'[TRACE:node-generic]\x20beforeExit\x20safety\x20net\x20—\x20stopping\x20binary','SIDzI':function(_0x2ae3c0,_0x153f9f){return _0x2ae3c0(_0x153f9f);},'gtDBx':'File\x20path\x20is\x20required','kAwKY':function(_0x148fee,_0x4eb6b6){return _0x148fee!==_0x4eb6b6;},'pSDYa':function(_0x40d859,_0x49d9cf){return _0x40d859+_0x49d9cf;},'AdPUr':function(_0x4ba685,_0x4946ee){return _0x4ba685(_0x4946ee);},'izUSe':_0x14c121(0x10e),'QydlH':_0x14c121(0x128),'Qamkf':function(_0x188658,_0x1238ac,_0x359cea){return _0x188658(_0x1238ac,_0x359cea);},'BypNO':function(_0x47e367,_0x5cf6d1){return _0x47e367>=_0x5cf6d1;},'vsIAT':function(_0x3550db,_0x45b620){return _0x3550db>_0x45b620;},'dByht':function(_0x4a5245,_0x318941){return _0x4a5245>_0x318941;},'KVuDl':function(_0x27ed2f,_0x255527){return _0x27ed2f&&_0x255527;},'bOkon':_0x14c121(0x109),'zqrck':function(_0x15ccdb,_0x518bfd){return _0x15ccdb(_0x518bfd);},'kxKih':_0x14c121(0x14d),'Sordm':_0x14c121(0x101),'NrOHV':_0x14c121(0xf1),'SYQOd':_0x14c121(0xfb),'JgiiH':function(_0x17eb64,_0x34f06c){return _0x17eb64*_0x34f06c;},'TvAMS':function(_0x3ec646,_0x16a6a1,_0x5d5dbb){return _0x3ec646(_0x16a6a1,_0x5d5dbb);},'TUECh':_0x14c121(0xe9),'WvDbm':_0x14c121(0x13f),'DaCdz':_0x14c121(0x123)};await _0x702ff7[_0x14c121(0xd0)](_0x54d38c);!BrowserstackCLI['getInstance']()[_0x14c121(0x153)]()&&await _0x702ff7[_0x14c121(0x154)]();await helper[_0x14c121(0x108)](_0x702ff7['config']);const _0x4e6b4e=[];if(helper[_0x14c121(0x122)](_0x54d38c['_'][0x1]))throw _0x55b4e1[_0x14c121(0x134)](Error,_0x55b4e1[_0x14c121(0x104)]);const _0x2678b9=process[_0x14c121(0xf3)](),_0x51bd78=path[_0x14c121(0x11c)](_0x2678b9,_0x54d38c['_'][0x1]);if(_0x55b4e1[_0x14c121(0xee)](_0x51bd78,_0x2678b9)&&!_0x51bd78[_0x14c121(0x14a)](_0x55b4e1['pSDYa'](_0x2678b9,path['sep'])))throw _0x55b4e1[_0x14c121(0x127)](Error,_0x14c121(0x14c)+_0x54d38c['_'][0x1]+_0x14c121(0xce));if(!fs[_0x14c121(0xf8)](_0x51bd78))throw _0x55b4e1[_0x14c121(0x100)](Error,_0x14c121(0x140)+_0x54d38c['_'][0x1]+_0x14c121(0x10c));if(!_0x702ff7[_0x14c121(0xcb)])throw _0x55b4e1['SIDzI'](Error,_0x55b4e1[_0x14c121(0x10d)]);const _0xf15fd9=helper[_0x14c121(0xdd)](_0x702ff7[_0x14c121(0xcb)]);if(!_0xf15fd9){const _0x1391da=helper[_0x14c121(0x14b)](_0x55b4e1[_0x14c121(0x116)]),_0x21532e=_0x55b4e1['Qamkf'](parseInt,_0x1391da,0xa);Number[_0x14c121(0x151)](_0x21532e)&&_0x55b4e1[_0x14c121(0x14e)](_0x21532e,0x4)&&logger[_0x14c121(0xf5)](_0x14c121(0xf0)+_0x1391da+_0x14c121(0xda));}_0x702ff7[_0x14c121(0xcb)][_0x14c121(0xdb)]&&_0x55b4e1[_0x14c121(0xdf)](_0x702ff7[_0x14c121(0xcb)][_0x14c121(0xdb)][_0x14c121(0x103)],0x0)&&_0x702ff7[_0x14c121(0xcb)]['platforms'][_0x14c121(0xd7)]((_0x4cbf37,_0xe509e)=>{const _0x4c69c4=_0x14c121;_0xf15fd9?_0x4e6b4e[_0x4c69c4(0xe6)](helper[_0x4c69c4(0x137)](_0x702ff7[_0x4c69c4(0xcb)],_0x55b4e1[_0x4c69c4(0x11e)],_0xe509e)):_0x4e6b4e[_0x4c69c4(0xe6)](helper['modifyBrowserStackCaps'](_0x702ff7[_0x4c69c4(0xcb)],_0x55b4e1[_0x4c69c4(0x11e)],_0xe509e));});let _0x3df7c9,_0xc5e6d4;const _0x484b7f=[],_0x5a9828=helper['getMultiDriverWorkerConfig'](_0x702ff7[_0x14c121(0xcb)],_0xf15fd9,_0x55b4e1[_0x14c121(0x11e)]);if(_0x55b4e1[_0x14c121(0xe2)](_0x4e6b4e[_0x14c121(0x103)],0x0))_0x4e6b4e[_0x14c121(0xd7)]((_0x3070f9,_0x137b90)=>{const _0x232b97=_0x14c121,_0x287a94={};_0x287a94[_0x232b97(0x148)]=_0x137b90,_0x3df7c9=Object[_0x232b97(0x11b)]({'server':helper[_0x232b97(0xfa)](_0x702ff7[_0x232b97(0xcb)]),'proxySettings':_0x702ff7['config'][_0x232b97(0xd6)],'platform':helper[_0x232b97(0x11f)](_0x3070f9),'platformCaps':Object['assign'](_0x287a94,_0x702ff7[_0x232b97(0xcb)]['platforms'][_0x137b90])},_0x5a9828);const _0x5de42f={'capability':_0x3070f9,..._0x3df7c9};_0x5de42f[_0x232b97(0x13a)]=_0x51bd78,_0x5de42f[_0x232b97(0x121)]=_0x52d6ab;const _0x31b3d2={};_0x31b3d2['configuration']=_0x5de42f,_0xc5e6d4=_0x31b3d2,_0x484b7f[_0x232b97(0xe6)](_0xc5e6d4);});else{let _0x162c64;_0xf15fd9?_0x162c64=helper[_0x14c121(0x137)](_0x702ff7[_0x14c121(0xcb)],_0x55b4e1[_0x14c121(0x11e)],0x0):_0x162c64=helper[_0x14c121(0x105)](_0x702ff7['config'],_0x55b4e1[_0x14c121(0x11e)],0x0);_0x3df7c9=Object['assign']({'server':helper[_0x14c121(0xfa)](_0x702ff7['config']),'proxySettings':_0x702ff7[_0x14c121(0xcb)][_0x14c121(0xd6)]},_0x5a9828);const _0x19aa1f={'capability':_0x162c64,..._0x3df7c9};_0x19aa1f[_0x14c121(0x13a)]=_0x51bd78,_0x19aa1f['args']=_0x52d6ab;const _0x1c5198={};_0x1c5198[_0x14c121(0xf4)]=_0x19aa1f,_0xc5e6d4=_0x1c5198,_0x484b7f[_0x14c121(0xe6)](_0xc5e6d4);}const _0x55687a=_0x702ff7[_0x14c121(0xcb)]['testContextOptions']||{};process[_0x14c121(0x132)][_0x14c121(0x11a)]=_0x55b4e1[_0x14c121(0x111)](String,helper[_0x14c121(0xfd)](_0x55687a[_0x14c121(0xdc)])),process[_0x14c121(0x132)]['BROWSERSTACK_SKIP_SESSION_STATUS']=_0x55b4e1[_0x14c121(0x134)](String,helper[_0x14c121(0xfd)](_0x55687a['skipSessionStatus']));!helper['isUndefined'](_0x702ff7[_0x14c121(0xcb)][_0x14c121(0xeb)])&&(process[_0x14c121(0x132)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x14c121(0x113)](_0x702ff7[_0x14c121(0xcb)][_0x14c121(0xeb)]));let _0x206dc7=_0x702ff7[_0x14c121(0xcb)][_0x14c121(0x107)];_0x206dc7=_0x206dc7||accessibilityHelper[_0x14c121(0x115)](_0x702ff7['config']);_0x55b4e1[_0x14c121(0x120)](_0x206dc7,!_0xf15fd9)&&(logger[_0x14c121(0xf5)](_0x55b4e1['bOkon']),_0x206dc7=![]);process[_0x14c121(0x132)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x206dc7;if(_0x206dc7){const _0x28a9b9=helper[_0x14c121(0x12a)]();(_0x702ff7[_0x14c121(0xcb)]['platforms']||[])['forEach'](_0x1c4584=>{const _0x7bf47c=_0x14c121;if(!_0x1c4584||_0x1c4584[_0x7bf47c(0xd4)])return;const _0x1f459a=_0x1c4584[_0x7bf47c(0x118)];if(!accessibilityHelper[_0x7bf47c(0x13c)](_0x1f459a)){logger[_0x7bf47c(0xf5)](_0x55b4e1[_0x7bf47c(0xe8)]);return;}const _0x2064f6=_0x1c4584[_0x7bf47c(0xec)]||_0x1c4584[_0x7bf47c(0xe5)];if(helper[_0x7bf47c(0x122)](_0x2064f6)||!Number[_0x7bf47c(0x151)](_0x55b4e1[_0x7bf47c(0x111)](parseFloat,_0x55b4e1['LxPKI'](String,_0x2064f6))))return;const _0x227495=accessibilityHelper[_0x7bf47c(0xf6)](_0x1f459a,_0x28a9b9),_0x956b10=_0x55b4e1[_0x7bf47c(0x12f)](parseFloat,_0x227495),_0x2f5e4e=_0x55b4e1[_0x7bf47c(0x127)](parseFloat,_0x55b4e1[_0x7bf47c(0xff)](String,_0x2064f6)),_0x2f6a78=Number['isFinite'](_0x956b10)?_0x55b4e1[_0x7bf47c(0x144)](_0x2f5e4e,_0x956b10):accessibilityHelper[_0x7bf47c(0xe4)](_0x2064f6,_0x227495);if(!_0x2f6a78){const _0xe4d278=accessibilityHelper[_0x7bf47c(0xcd)](_0x1f459a),_0x4982d8=_0x28a9b9?'':_0x55b4e1[_0x7bf47c(0xf7)];logger[_0x7bf47c(0xf5)](_0x7bf47c(0x156)+_0xe4d278+_0x7bf47c(0xe1)+_0x227495+'\x20'+_0x4982d8+'.');}});}logger[_0x14c121(0x12c)]('[TRACE:node-generic]\x20Accessibility:\x20enabled='+_0x206dc7);const _0x17b542=BrowserstackCLI[_0x14c121(0x10b)]();CLIUtils[_0x14c121(0x152)](FRAMEWORKS[_0x14c121(0x125)],FRAMEWORKS[_0x14c121(0x125)]);const {getProductMap:_0x511188}=_0x55b4e1[_0x14c121(0xfe)](require,_0x55b4e1[_0x14c121(0x12e)]);process[_0x14c121(0x132)]['BROWSERSTACK_PRODUCT_MAP']=JSON[_0x14c121(0x113)](_0x55b4e1[_0x14c121(0xfe)](_0x511188,_0x702ff7[_0x14c121(0xcb)])),_0x17b542['setBrowserstackConfig'](_0x702ff7[_0x14c121(0xcb)],_0x702ff7[_0x14c121(0x10a)],_0x702ff7[_0x14c121(0xcc)]);if(_0x17b542[_0x14c121(0xd9)]()){logger[_0x14c121(0x12c)](_0x55b4e1[_0x14c121(0x124)]);try{await _0x17b542[_0x14c121(0xd2)](),logger[_0x14c121(0x12c)](_0x55b4e1[_0x14c121(0x106)]);try{const _0x12535a=global['__accessibilityOptions']||{},_0xcec94=_0x12535a[_0x55b4e1[_0x14c121(0x142)]];if(_0xcec94){const _0x2f3243=JSON[_0x14c121(0x11d)](process[_0x14c121(0x132)][_0x14c121(0xca)]||'{}');_0x2f3243[_0x14c121(0x130)]=_0xcec94,process[_0x14c121(0x132)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x14c121(0x113)](_0x2f3243),logger[_0x14c121(0x12c)](_0x14c121(0x126)+_0xcec94);}}catch(_0x51d5f6){logger[_0x14c121(0x143)](_0x14c121(0xed)+_0x51d5f6[_0x14c121(0x146)]);}const _0x7d2945=_0x55b4e1[_0x14c121(0xc9)](_0x702ff7[_0x14c121(0xcb)][_0x14c121(0xdb)][_0x14c121(0x103)]||0x1,_0x702ff7[_0x14c121(0xcb)]['parallelsPerPlatform']||0x1);PerformanceTester['end'](PerformanceEvents[_0x14c121(0x102)]),await _0x55b4e1['TvAMS'](parallelVanillaRun,_0x484b7f,_0x7d2945),logger[_0x14c121(0x12c)](_0x55b4e1[_0x14c121(0x119)]),await _0x17b542['stop']();}catch(_0x4af1ae){logger['error']('[TRACE:node-generic]\x20Binary\x20Flow\x20error:\x20'+_0x4af1ae[_0x14c121(0x146)]);try{await _0x17b542[_0x14c121(0x149)]();}catch(_0x2406bc){logger[_0x14c121(0x143)]('[TRACE:node-generic]\x20Error\x20during\x20stop:\x20'+_0x2406bc[_0x14c121(0x146)]);}}finally{PerformanceTester[_0x14c121(0x112)](PerformanceEvents['SDK_CLEANUP']),await utilities['finalExecution'](_0x702ff7);}}else{logger[_0x14c121(0x12c)](_0x55b4e1[_0x14c121(0x12d)]);const _0x4994d4=await TestHubHandler[_0x14c121(0xd3)](_0x55b4e1[_0x14c121(0x11e)],_0x702ff7),_0x432c85=_0x55b4e1[_0x14c121(0xc9)](_0x702ff7[_0x14c121(0xcb)][_0x14c121(0xdb)][_0x14c121(0x103)]||0x1,_0x702ff7[_0x14c121(0xcb)][_0x14c121(0x13e)]||0x1);PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),_0x55b4e1[_0x14c121(0x10f)](parallelVanillaRun,_0x484b7f,_0x432c85)[_0x14c121(0x141)](_0x297e84=>{})['finally'](async()=>{const _0x17b40b=_0x14c121;PerformanceTester[_0x17b40b(0x112)](PerformanceEvents[_0x17b40b(0x14f)]),await utilities[_0x17b40b(0x117)](_0x702ff7);});}process['on'](_0x55b4e1[_0x14c121(0x135)],async()=>{const _0x52972c=_0x14c121;try{(_0x17b542[_0x52972c(0x139)]||_0x17b542['isChildConnected'])&&(logger[_0x52972c(0x12c)](_0x55b4e1[_0x52972c(0xd1)]),await _0x17b542[_0x52972c(0x149)]());}catch(_0x4eaa7a){}});}module[a128_0x2de30e(0xf2)]=run;function a128_0x1064(){const _0x302977=['skipSessionName','useW3C','370PmmWlW','vsIAT','../v2/browserstackCLI','\x20browser\x20version\x20greater\x20than\x20','dByht','3327670OXsZLS','isVersionSupported','browser_version','push','../../helpers/performance/performance-tester','cZmJM','[TRACE:node-generic]\x20parallelVanillaRun\x20complete,\x20stopping\x20binary','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','accessibilityOptions','browserVersion','[TRACE:node-generic]\x20Error\x20enriching\x20accessibility\x20config:\x20','kAwKY','../../helpers/logger','useW3C:\x20false\x20has\x20no\x20effect\x20with\x20selenium-webdriver\x20','[TRACE:node-generic]\x20Binary\x20bootstrapped,\x20starting\x20parallelVanillaRun','exports','cwd','configuration','warn','getMinVersionForBrowser','MpkoL','existsSync','EVENTS','getHubUrl','browserstack.accessibilityOptions.scannerVersion','../../helpers/accessibility-automation/helper','isTrue','zqrck','QNZsC','AdPUr','[TRACE:node-generic]\x20CLI\x20enabled\x20—\x20using\x20Binary\x20Flow','SDK_SETUP','length','gtDBx','modifyBrowserStackCaps','NrOHV','accessibility','handleApp','Accessibility\x20Automation\x20is\x20not\x20supported\x20with\x20w3c:\x20false.\x20Skipping\x20accessibility\x20for\x20this\x20run.','configPath','getInstance','\x20doesn\x27t\x20exist','izUSe','Config\x20yml\x20is\x20required','TvAMS','2287236OpcTHj','tXxPO','start','stringify','8159840jOfrFV','checkAccessibilityPlatformConfig','QydlH','finalExecution','browserName','TUECh','BROWSERSTACK_SKIP_SESSION_NAME','assign','resolve','parse','jAvtr','getPlatformName','KVuDl','args','isUndefined','beforeExit','Sordm','NODE_GENERIC','[TRACE:node-generic]\x20Accessibility\x20config\x20enriched\x20with\x20binary\x20scannerVersion=','mhHFR','selenium-webdriver','9dyHYWI','isBrowserstackInfra','../../helpers/testhub/testhubHandler','info','WvDbm','kxKih','LxPKI','scannerVersion','4884026HSitjt','env','winstonLogger','SIDzI','DaCdz','../test-runner','modifyBrowserStackW3CCaps','path','isMainConnected','file','../../helpers/utilities','isBrowserSupportedForAccessibility','on\x20non-BrowserStack\x20infrastructure\x20','parallelsPerPlatform','[TRACE:node-generic]\x20CLI\x20not\x20enabled\x20—\x20using\x20Direct\x20Flow','File\x20','then','SYQOd','debug','VBkRG','../utils/constants','message','5133AqeaRT','index','stop','startsWith','getPackageVersion','File\x20path\x20','../../helpers/testhub/utils','BypNO','SDK_CLEANUP','322146rcHKZf','isFinite','setFrameworkDetail','isRunning','setupBrowserstackLocal','164kBNaPL','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','JgiiH','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','config','cliConfig','getBrowserDisplayName','\x20resolves\x20outside\x20the\x20project\x20directory\x20and\x20was\x20rejected','vanilla','initialize','hjXRS','bootstrap','launchBuild','deviceName','2645itHwuT','proxySettings','forEach','338HoOXkX','isCliEnabled',':\x20the\x20JSON-wire\x20protocol\x20was\x20removed\x20in\x20selenium-webdriver\x204,\x20so\x20this\x20run\x20will\x20use\x20W3C.\x20Pin\x20selenium-webdriver\x203.x\x20if\x20an\x20MJSONWP\x20session\x20is\x20required.','platforms'];a128_0x1064=function(){return _0x302977;};return a128_0x1064();}
@@ -1 +1 @@
1
- const a126_0x24f211=a126_0x4d4b;(function(_0x12ebbb,_0x11e6d0){const _0x515beb=a126_0x4d4b,_0x2051ff=_0x12ebbb();while(!![]){try{const _0x25b3d3=-parseInt(_0x515beb(0x1e9))/0x1+parseInt(_0x515beb(0x1e2))/0x2*(parseInt(_0x515beb(0x1ef))/0x3)+parseInt(_0x515beb(0x1f6))/0x4+parseInt(_0x515beb(0x1fa))/0x5*(-parseInt(_0x515beb(0x1f2))/0x6)+parseInt(_0x515beb(0x1dd))/0x7+-parseInt(_0x515beb(0x1db))/0x8+-parseInt(_0x515beb(0x1ea))/0x9;if(_0x25b3d3===_0x11e6d0)break;else _0x2051ff['push'](_0x2051ff['shift']());}catch(_0x24dc8b){_0x2051ff['push'](_0x2051ff['shift']());}}}(a126_0x54e3,0x3ff2b));function a126_0x54e3(){const _0x34de0e=['osVersion','Kpiuk','deviceName','324537OcCXxr','2633112lrSrBs','browser','customVariables','browser_version','browserName','3DWRDWK','setDriverLabel','czZJj','51882EEURtN','getCurrentPlatform','qoBuz','yZSWs','816100sEIBic','./helpers/globals','setGlobal','PDcVt','20DWWUNn','os_version','platformVersion','set','wTQBy','QUEaq','__platformCaps','QLCld','942192aHSCzx','SLwRh','3105788CrteCZ','qvdkQ','IRLeP','__bstackDriverLabel','QFPSS','767378CuGqke','cKGRV','iQCFW','platform_version'];a126_0x54e3=function(){return _0x34de0e;};return a126_0x54e3();}function a126_0x4d4b(_0x3cf330,_0x516d71){const _0x54e358=a126_0x54e3();return a126_0x4d4b=function(_0x4d4b3b,_0x357a1a){_0x4d4b3b=_0x4d4b3b-0x1da;let _0x3e22a6=_0x54e358[_0x4d4b3b];return _0x3e22a6;},a126_0x4d4b(_0x3cf330,_0x516d71);}const TestMetadata=require('./helpers/metadata'),globals=require(a126_0x24f211(0x1f7));class BrowserStackSdk{static[a126_0x24f211(0x1f3)](){const _0x33962e=a126_0x24f211,_0x1365fe={};_0x1365fe[_0x33962e(0x1de)]=_0x33962e(0x1fb),_0x1365fe[_0x33962e(0x1e3)]=_0x33962e(0x1e6),_0x1365fe[_0x33962e(0x1f1)]=_0x33962e(0x1eb),_0x1365fe[_0x33962e(0x1df)]=_0x33962e(0x1ee),_0x1365fe[_0x33962e(0x1fe)]=_0x33962e(0x1ed),_0x1365fe[_0x33962e(0x1e7)]='browserVersion',_0x1365fe[_0x33962e(0x1f9)]='device',_0x1365fe[_0x33962e(0x1e4)]=_0x33962e(0x1e8),_0x1365fe['QLCld']='platform',_0x1365fe['QUEaq']='platformName',_0x1365fe[_0x33962e(0x1dc)]=_0x33962e(0x1e5),_0x1365fe[_0x33962e(0x1e1)]=_0x33962e(0x1fc),_0x1365fe['yZSWs']=_0x33962e(0x1ec);const _0x4b8732=_0x1365fe,_0x56d1ae={};if(global[_0x33962e(0x200)]){const _0x2e805a=global['__platformCaps'],_0x4eeea8=_0x2e805a[_0x4b8732['qvdkQ']]||_0x2e805a[_0x4b8732['cKGRV']],_0xd1b2bc=_0x2e805a[_0x4b8732[_0x33962e(0x1f1)]]||_0x2e805a[_0x4b8732[_0x33962e(0x1df)]],_0x58a173=_0x2e805a[_0x4b8732[_0x33962e(0x1fe)]]||_0x2e805a[_0x4b8732[_0x33962e(0x1e7)]],_0x13625a=_0x2e805a[_0x4b8732['PDcVt']]||_0x2e805a[_0x4b8732['iQCFW']],_0xecef60=_0x2e805a[_0x4b8732[_0x33962e(0x1da)]]||_0x2e805a[_0x4b8732[_0x33962e(0x1ff)]],_0xbfb60d=_0x2e805a[_0x4b8732[_0x33962e(0x1dc)]]||_0x2e805a[_0x4b8732[_0x33962e(0x1e1)]];_0x2e805a['os']&&(_0x56d1ae['os']=_0x2e805a['os']),_0x4eeea8&&(_0x56d1ae[_0x4b8732[_0x33962e(0x1e3)]]=_0x4eeea8),_0xd1b2bc&&(_0x56d1ae[_0x4b8732[_0x33962e(0x1df)]]=_0xd1b2bc),_0x58a173&&(_0x56d1ae[_0x4b8732[_0x33962e(0x1e7)]]=_0x58a173),_0x13625a&&(_0x56d1ae[_0x4b8732[_0x33962e(0x1e4)]]=_0x13625a),_0xecef60&&(_0x56d1ae[_0x4b8732['QUEaq']]=_0xecef60),_0xbfb60d&&(_0x56d1ae[_0x4b8732[_0x33962e(0x1e1)]]=_0xbfb60d),_0x2e805a[_0x4b8732[_0x33962e(0x1f5)]]&&(_0x56d1ae[_0x4b8732[_0x33962e(0x1f5)]]=_0x2e805a[_0x4b8732['yZSWs']]);}return _0x56d1ae;}static['setTestMetadata'](_0x597149={}){const _0x28e934=a126_0x24f211;TestMetadata[_0x28e934(0x1fd)](_0x597149);}static[a126_0x24f211(0x1f0)](_0x570d73){const _0x1fd5eb=a126_0x24f211,_0x306d8b={};_0x306d8b[_0x1fd5eb(0x1f4)]=_0x1fd5eb(0x1e0);const _0x3f2ea0=_0x306d8b;globals[_0x1fd5eb(0x1f8)](_0x3f2ea0[_0x1fd5eb(0x1f4)],_0x570d73);}}module['exports']=BrowserStackSdk;
1
+ const a129_0x3458ee=a129_0x2970;function a129_0x13d0(){const _0x5afd9f=['./helpers/metadata','./helpers/globals','1184493rmLVxk','4340710yvPzDO','platformName','browser_version','TMJOM','8pMDZxe','CQzXh','kixnP','rQvVr','PgNJk','raekz','fGXyJ','setDriverLabel','265BJcTaL','sDRsV','set','3472852ILtWuX','9905427uSQiiD','11091GogTqj','setTestMetadata','qUHpN','157956NzdftC','platformVersion','CstjJ','exports','getCurrentPlatform','browser','206tPysfg','__platformCaps','osVersion','deviceName','1793916NlDJIK','IhAtF','HQGCQ','uRgki'];a129_0x13d0=function(){return _0x5afd9f;};return a129_0x13d0();}(function(_0x37aa00,_0x4be805){const _0x3ab9a9=a129_0x2970,_0x4c7b57=_0x37aa00();while(!![]){try{const _0x230685=parseInt(_0x3ab9a9(0x96))/0x1*(parseInt(_0x3ab9a9(0x9f))/0x2)+parseInt(_0x3ab9a9(0xa9))/0x3+-parseInt(_0x3ab9a9(0x94))/0x4+parseInt(_0x3ab9a9(0xb6))/0x5*(-parseInt(_0x3ab9a9(0x99))/0x6)+parseInt(_0x3ab9a9(0x95))/0x7+-parseInt(_0x3ab9a9(0xae))/0x8*(parseInt(_0x3ab9a9(0xa3))/0x9)+parseInt(_0x3ab9a9(0xaa))/0xa;if(_0x230685===_0x4be805)break;else _0x4c7b57['push'](_0x4c7b57['shift']());}catch(_0x3ec929){_0x4c7b57['push'](_0x4c7b57['shift']());}}}(a129_0x13d0,0xe1781));const TestMetadata=require(a129_0x3458ee(0xa7)),globals=require(a129_0x3458ee(0xa8));function a129_0x2970(_0x5982e2,_0x22e603){const _0x13d09c=a129_0x13d0();return a129_0x2970=function(_0x297041,_0x2f02f3){_0x297041=_0x297041-0x92;let _0x2e80d7=_0x13d09c[_0x297041];return _0x2e80d7;},a129_0x2970(_0x5982e2,_0x22e603);}class BrowserStackSdk{static[a129_0x3458ee(0x9d)](){const _0x126e0a=a129_0x3458ee,_0x331c78={};_0x331c78[_0x126e0a(0xb2)]='os_version',_0x331c78[_0x126e0a(0xa6)]=_0x126e0a(0xa1),_0x331c78[_0x126e0a(0xad)]=_0x126e0a(0x9e),_0x331c78['CQzXh']='browserName',_0x331c78['yicwZ']=_0x126e0a(0xac),_0x331c78[_0x126e0a(0x9b)]='browserVersion',_0x331c78[_0x126e0a(0xb4)]='device',_0x331c78[_0x126e0a(0xb3)]=_0x126e0a(0xa2),_0x331c78[_0x126e0a(0xb0)]='platform',_0x331c78['sDRsV']=_0x126e0a(0xab),_0x331c78['qUHpN']='platform_version',_0x331c78[_0x126e0a(0xa4)]=_0x126e0a(0x9a),_0x331c78[_0x126e0a(0xa5)]='customVariables';const _0x178a1d=_0x331c78,_0x1756e0={};if(global[_0x126e0a(0xa0)]){const _0x725bdf=global[_0x126e0a(0xa0)],_0x5bcee9=_0x725bdf[_0x178a1d[_0x126e0a(0xb2)]]||_0x725bdf[_0x178a1d[_0x126e0a(0xa6)]],_0x4f1020=_0x725bdf[_0x178a1d['TMJOM']]||_0x725bdf[_0x178a1d[_0x126e0a(0xaf)]],_0x307322=_0x725bdf[_0x178a1d['yicwZ']]||_0x725bdf[_0x178a1d[_0x126e0a(0x9b)]],_0x413562=_0x725bdf[_0x178a1d[_0x126e0a(0xb4)]]||_0x725bdf[_0x178a1d['raekz']],_0x54693b=_0x725bdf[_0x178a1d['kixnP']]||_0x725bdf[_0x178a1d[_0x126e0a(0x92)]],_0x4bdf95=_0x725bdf[_0x178a1d[_0x126e0a(0x98)]]||_0x725bdf[_0x178a1d[_0x126e0a(0xa4)]];_0x725bdf['os']&&(_0x1756e0['os']=_0x725bdf['os']),_0x5bcee9&&(_0x1756e0[_0x178a1d[_0x126e0a(0xa6)]]=_0x5bcee9),_0x4f1020&&(_0x1756e0[_0x178a1d[_0x126e0a(0xaf)]]=_0x4f1020),_0x307322&&(_0x1756e0[_0x178a1d[_0x126e0a(0x9b)]]=_0x307322),_0x413562&&(_0x1756e0[_0x178a1d[_0x126e0a(0xb3)]]=_0x413562),_0x54693b&&(_0x1756e0[_0x178a1d[_0x126e0a(0x92)]]=_0x54693b),_0x4bdf95&&(_0x1756e0[_0x178a1d[_0x126e0a(0xa4)]]=_0x4bdf95),_0x725bdf[_0x178a1d[_0x126e0a(0xa5)]]&&(_0x1756e0[_0x178a1d[_0x126e0a(0xa5)]]=_0x725bdf[_0x178a1d['HQGCQ']]);}return _0x1756e0;}static[a129_0x3458ee(0x97)](_0x501bcd={}){const _0x2a227b=a129_0x3458ee;TestMetadata[_0x2a227b(0x93)](_0x501bcd);}static[a129_0x3458ee(0xb5)](_0x25b1ab){const _0x2c9936=a129_0x3458ee,_0x34fa90={};_0x34fa90[_0x2c9936(0xb1)]='__bstackDriverLabel';const _0xb04742=_0x34fa90;globals['setGlobal'](_0xb04742[_0x2c9936(0xb1)],_0x25b1ab);}}module[a129_0x3458ee(0x9c)]=BrowserStackSdk;
@@ -1 +1 @@
1
- const a127_0x112d28=a127_0x5771;(function(_0x362646,_0x34143b){const _0x46d7db=a127_0x5771,_0x53d2c4=_0x362646();while(!![]){try{const _0x137702=-parseInt(_0x46d7db(0x289))/0x1*(parseInt(_0x46d7db(0x23f))/0x2)+-parseInt(_0x46d7db(0x21f))/0x3*(-parseInt(_0x46d7db(0x205))/0x4)+-parseInt(_0x46d7db(0x238))/0x5*(parseInt(_0x46d7db(0x210))/0x6)+parseInt(_0x46d7db(0x27b))/0x7+-parseInt(_0x46d7db(0x224))/0x8*(parseInt(_0x46d7db(0x250))/0x9)+parseInt(_0x46d7db(0x1cf))/0xa+parseInt(_0x46d7db(0x262))/0xb;if(_0x137702===_0x34143b)break;else _0x53d2c4['push'](_0x53d2c4['shift']());}catch(_0x173a1b){_0x53d2c4['push'](_0x53d2c4['shift']());}}}(a127_0x6c84,0xe7636));const util=require('util'),path=require(a127_0x112d28(0x285)),{v4:uuidv4}=require('uuid'),fs=require('fs'),constants=require(a127_0x112d28(0x1d7)),logger=require(a127_0x112d28(0x22c))[a127_0x112d28(0x1c8)],fileLogger=require(a127_0x112d28(0x22c))[a127_0x112d28(0x23a)],{getLogDir}=require(a127_0x112d28(0x22c)),helper=require('./helper'),utilities=require('./utilities'),percyHelper=require(a127_0x112d28(0x229)),hubAllocator=require(a127_0x112d28(0x1da)),PerformanceTester=require('./performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a127_0x112d28(0x1cb)),{setPercyFlag}=require(a127_0x112d28(0x237)),TestHubHandler=require(a127_0x112d28(0x28e)),BrowserstackCLI=require(a127_0x112d28(0x24f)),LoadTestModule=require(a127_0x112d28(0x22f)),{getEdsInstrumentationAPIUrl}=require(a127_0x112d28(0x273)),ClientTroubleShootingService=require('../bin/utils/clientTroubleshootingService');class BrowserStackSetup{constructor(_0x340aa2,_0x5ccc85){const _0x506b62=a127_0x112d28,_0x30f363={'NbBqO':_0x506b62(0x230),'NGhQx':_0x506b62(0x266),'RzWkP':function(_0xd6821a){return _0xd6821a();},'KLLpZ':function(_0x4383c4,_0x11e7a6){return _0x4383c4(_0x11e7a6);},'syEds':_0x506b62(0x218)},_0x3f6b04=_0x30f363[_0x506b62(0x267)][_0x506b62(0x1f5)]('|');let _0x47c637=0x0;while(!![]){switch(_0x3f6b04[_0x47c637++]){case'0':this['browserstackLocal']=null;continue;case'1':this['errorMessage']={};continue;case'2':this['config'][_0x506b62(0x1e2)]=this[_0x506b62(0x28c)][_0x506b62(0x1e2)]||[];continue;case'3':if(helper[_0x506b62(0x213)](this['config']))throw new Error(_0x30f363[_0x506b62(0x296)]);continue;case'4':helper[_0x506b62(0x1ed)](this[_0x506b62(0x28c)],this[_0x506b62(0x27a)],this[_0x506b62(0x26a)]);continue;case'5':helper[_0x506b62(0x23b)](this[_0x506b62(0x28c)],this[_0x506b62(0x27a)],this['envConfig']);continue;case'6':this['framework']=_0x5ccc85;continue;case'7':helper[_0x506b62(0x222)](this['config'],this[_0x506b62(0x27a)],this['envConfig'],this[_0x506b62(0x1d4)]);continue;case'8':helper['setCredentialsFromYmlConfig'](this[_0x506b62(0x28c)]);continue;case'9':this[_0x506b62(0x28c)][_0x506b62(0x1e6)][_0x506b62(0x284)]=!helper[_0x506b62(0x1df)]()||helper[_0x506b62(0x1e1)](this['config'][_0x506b62(0x1e6)][_0x506b62(0x284)]);continue;case'10':this[_0x506b62(0x1b7)]=_0x30f363[_0x506b62(0x27c)](uuidv4);continue;case'11':this[_0x506b62(0x28c)]=helper[_0x506b62(0x1bf)](this[_0x506b62(0x271)]);continue;case'12':try{_0x30f363['KLLpZ'](require,_0x30f363[_0x506b62(0x26d)])[_0x506b62(0x1ff)](this[_0x506b62(0x28c)],logger);}catch(_0x2795f8){}continue;case'13':helper[_0x506b62(0x26c)](this[_0x506b62(0x28c)],this[_0x506b62(0x1d4)]);continue;case'14':helper[_0x506b62(0x212)]();continue;case'15':this['config']['testContextOptions']=this[_0x506b62(0x28c)][_0x506b62(0x1e6)]||{};continue;case'16':this[_0x506b62(0x26a)]=helper[_0x506b62(0x246)]();continue;case'17':helper[_0x506b62(0x226)](this[_0x506b62(0x28c)],this[_0x506b62(0x27a)]);continue;case'18':helper['validateAdditionalPlatforms'](this[_0x506b62(0x28c)],this[_0x506b62(0x1d4)]);continue;case'19':global['framework']=_0x5ccc85;continue;case'20':PerformanceTester['startMonitoring']();continue;case'21':this[_0x506b62(0x28c)][_0x506b62(0x1b5)]=this['config'][_0x506b62(0x1b5)]||[];continue;case'22':this[_0x506b62(0x27a)]=helper[_0x506b62(0x1b3)](_0x340aa2);continue;case'23':if(this['config'][_0x506b62(0x259)])throw new Error(this['config']['error']);continue;case'24':this[_0x506b62(0x278)]=[];continue;case'25':this[_0x506b62(0x271)]=helper[_0x506b62(0x1d2)](_0x340aa2);continue;case'26':this[_0x506b62(0x223)]=null;continue;case'27':helper['setLogDir'](this['config']);continue;case'28':this[_0x506b62(0x28c)][_0x506b62(0x1e6)][_0x506b62(0x25f)]=!helper['isBrowserstackInfra']()||helper['isTrue'](this[_0x506b62(0x28c)][_0x506b62(0x1e6)][_0x506b62(0x25f)]);continue;}break;}}[a127_0x112d28(0x291)](_0x58524b){const _0x44677b=a127_0x112d28,_0x550f36={'AqLRe':'userName\x20or\x20accessKey\x20is\x20not\x20defined','RZiaV':function(_0x27eca9,_0x138d40){return _0x27eca9===_0x138d40;},'eifCe':function(_0x19fb19,_0x1e3e8b){return _0x19fb19===_0x1e3e8b;},'swGov':_0x44677b(0x241),'lleeW':_0x44677b(0x25a),'NSdIg':function(_0x1519a2,_0x41cb18){return _0x1519a2<_0x41cb18;},'XGiRw':function(_0x1e7294,_0x230a21){return _0x1e7294(_0x230a21);},'LqnmK':_0x44677b(0x20d),'epleG':function(_0x117f30,_0x54b948){return _0x117f30===_0x54b948;},'UXxZC':'4.5.0','PNYjS':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','jleNL':_0x44677b(0x216),'SLEYU':_0x44677b(0x276),'roLxc':_0x44677b(0x247),'TRJOd':_0x44677b(0x249),'IQkuD':function(_0x207754,_0x4a4a2c){return _0x207754!==_0x4a4a2c;},'uHptU':_0x44677b(0x287),'drgCu':_0x44677b(0x1d8),'IMXSe':_0x44677b(0x1b1),'BFgrD':'SIGBREAK','kfOXj':_0x44677b(0x1fd)},_0x5e9cfc=this[_0x44677b(0x1d4)];global['config']=this['config'],helper[_0x44677b(0x22b)](this[_0x44677b(0x28c)]),this[_0x44677b(0x25e)]=null,global[_0x44677b(0x1b7)]=this[_0x44677b(0x1b7)],logger[_0x44677b(0x211)](_0x44677b(0x27e)+this['sdkRunId']),!this['config']['browserStackLocalOptions']&&(this[_0x44677b(0x28c)][_0x44677b(0x1ee)]=this[_0x44677b(0x28c)]['localOptions']||{});if(helper['isUndefined'](helper[_0x44677b(0x209)](this[_0x44677b(0x28c)]))||helper['isUndefined'](helper[_0x44677b(0x27d)](this[_0x44677b(0x28c)])))throw new Error(_0x550f36[_0x44677b(0x1fe)]);helper[_0x44677b(0x1e7)](this[_0x44677b(0x28c)])&&helper[_0x44677b(0x213)](helper[_0x44677b(0x20c)](this['config']))&&(!helper['isUndefined'](this['config'][_0x44677b(0x1ee)])&&_0x550f36['RZiaV'](this[_0x44677b(0x28c)][_0x44677b(0x1ee)][_0x44677b(0x24c)],Object)?!helper['isTrue'](this['config']['browserStackLocalOptions']['skipBinaryInitialisation'])&&(this[_0x44677b(0x28c)][_0x44677b(0x1ee)][_0x44677b(0x1c2)]=helper['generateLocalIdentifier']()):this[_0x44677b(0x28c)]['browserStackLocalOptions']={'localIdentifier':helper[_0x44677b(0x272)]()});this[_0x44677b(0x28c)][_0x44677b(0x1ee)]['skipBinaryInitialisation']=helper[_0x44677b(0x1e1)](this[_0x44677b(0x28c)][_0x44677b(0x1ee)]['skipBinaryInitialisation']),helper[_0x44677b(0x202)](this[_0x44677b(0x28c)]);if(_0x550f36[_0x44677b(0x1ec)](_0x5e9cfc,_0x550f36[_0x44677b(0x283)]))return;this[_0x44677b(0x1e4)]();process['env'][_0x44677b(0x1af)]&&(this[_0x44677b(0x28c)][_0x44677b(0x295)]=helper[_0x44677b(0x1e1)](process[_0x44677b(0x1b6)][_0x44677b(0x1af)]),this[_0x44677b(0x28c)][_0x44677b(0x240)]=this[_0x44677b(0x28c)][_0x44677b(0x240)]||{});helper[_0x44677b(0x204)](this[_0x44677b(0x28c)])&&(process[_0x44677b(0x1b6)]['BROWSERSTACK_TURBOSCALE']=!![]);LoadTestModule[_0x44677b(0x293)](this[_0x44677b(0x28c)])&&logger[_0x44677b(0x294)]('LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20'+this[_0x44677b(0x1b7)]);if(!helper[_0x44677b(0x1df)]()){try{process[_0x44677b(0x1b6)][_0x44677b(0x28d)]=_0x5e9cfc,utilities[_0x44677b(0x1eb)](_0x550f36[_0x44677b(0x1fc)],{},this[_0x44677b(0x28c)],this['framework']);}catch(_0x26d1f7){logger['debug'](_0x44677b(0x21b)+_0x26d1f7);}return;}if(helper[_0x44677b(0x282)](_0x5e9cfc)){if(global['__isPlaywrightInstalled']||global[_0x44677b(0x26f)])return;_0x550f36[_0x44677b(0x26e)](_0x550f36[_0x44677b(0x1ce)](parseInt,helper[_0x44677b(0x1cd)](_0x550f36[_0x44677b(0x280)])),0x3)&&(this['config']['useW3C']=![]),_0x550f36['epleG'](helper['compareVersions'](helper[_0x44677b(0x1cd)](_0x550f36['LqnmK']),_0x550f36[_0x44677b(0x234)]),0x1)&&(this[_0x44677b(0x28c)][_0x44677b(0x258)]=!![]);}(helper['isUndefined'](this[_0x44677b(0x28c)]['platforms'])||helper[_0x44677b(0x213)](this[_0x44677b(0x28c)][_0x44677b(0x1e2)]['length']))&&(helper[_0x44677b(0x213)](this['config'][_0x44677b(0x1cc)])?logger[_0x44677b(0x211)](_0x550f36[_0x44677b(0x231)]):logger[_0x44677b(0x21c)](_0x550f36['jleNL']),this[_0x44677b(0x28c)][_0x44677b(0x1e2)]=[]);!this[_0x44677b(0x28c)][_0x44677b(0x1e6)]&&(this[_0x44677b(0x28c)][_0x44677b(0x1e6)]={});try{process[_0x44677b(0x1b6)][_0x44677b(0x28d)]=_0x58524b['_'][0x0],utilities[_0x44677b(0x1eb)](_0x550f36[_0x44677b(0x1fc)],{},this['config'],this[_0x44677b(0x1d4)]);}catch(_0x308f65){logger[_0x44677b(0x294)](_0x44677b(0x21b)+_0x308f65);}!this['config'][_0x44677b(0x264)]&&logger['info'](constants['AUTOLOGCAPTURE_NOTIFICATION']),this['intExitHandler']=this['intExitHandler']['bind'](this),process['on'](_0x550f36[_0x44677b(0x253)],this[_0x44677b(0x207)]),process['on'](_0x550f36[_0x44677b(0x22a)],this[_0x44677b(0x207)]),process['on'](_0x550f36[_0x44677b(0x1f0)],this[_0x44677b(0x207)]),_0x550f36['IQkuD'](process[_0x44677b(0x1c1)],_0x550f36[_0x44677b(0x286)])?(process['on'](_0x550f36[_0x44677b(0x23e)],this[_0x44677b(0x207)]),process['on'](_0x550f36[_0x44677b(0x233)],this['intExitHandler'])):process['on'](_0x550f36[_0x44677b(0x248)],this[_0x44677b(0x207)]),process['on'](_0x550f36['kfOXj'],this[_0x44677b(0x1dc)]());}async[a127_0x112d28(0x255)](_0xe8a0ec){const _0x12f722=a127_0x112d28,_0x1b62b2={'IXBHb':_0x12f722(0x274),'adbgj':'custom-repeater','DTKUc':_0x12f722(0x1f1),'TxLPg':function(_0x34bfb8,_0x248dd7){return _0x34bfb8===_0x248dd7;},'YfmZN':_0x12f722(0x1e8),'EuBqA':function(_0x1cd281,_0x2160b7){return _0x1cd281+_0x2160b7;},'dUrwC':'?caps=','Tjtdi':function(_0x1ff622,_0x23b27f){return _0x1ff622(_0x23b27f);},'BDwAy':_0x12f722(0x1d3)};this[_0x12f722(0x291)](_0xe8a0ec);if(helper[_0x12f722(0x204)](this[_0x12f722(0x28c)])){const _0x353043=await helper[_0x12f722(0x1b0)](this['config']);this[_0x12f722(0x28c)][_0x12f722(0x268)]=_0x353043,_0x353043['isTrialGrid']&&helper[_0x12f722(0x281)](this[_0x12f722(0x28c)][_0x12f722(0x1aa)])&&helper['isTrue'](this[_0x12f722(0x28c)][_0x12f722(0x1aa)])&&(this[_0x12f722(0x28c)][_0x12f722(0x1ee)][_0x12f722(0x1c2)]=_0x1b62b2[_0x12f722(0x1c6)],this[_0x12f722(0x28c)]['browserStackLocalOptions'][_0x1b62b2[_0x12f722(0x1ef)]]=_0x353043[_0x12f722(0x1c9)]['join'](','),this['config'][_0x12f722(0x1ee)]['forceLocal']=_0x1b62b2[_0x12f722(0x22e)]),this[_0x12f722(0x28c)][_0x12f722(0x1ac)]=_0x353043[_0x12f722(0x1c7)],this[_0x12f722(0x1d4)]&&_0x1b62b2[_0x12f722(0x214)](this[_0x12f722(0x1d4)][_0x12f722(0x256)](),_0x1b62b2[_0x12f722(0x257)])?this['config'][_0x12f722(0x1ac)]=_0x1b62b2[_0x12f722(0x260)](_0x353043[_0x12f722(0x1f2)],_0x1b62b2[_0x12f722(0x1f8)]):constants['hubUrl']=helper[_0x12f722(0x23d)](this['config']),logger['debug'](_0x12f722(0x28b)+constants[_0x12f722(0x21e)]);}helper['setProxySettings'](this[_0x12f722(0x28c)]),this[_0x12f722(0x1f4)](),_0x1b62b2[_0x12f722(0x1e9)](setPercyFlag,this),![_0x1b62b2[_0x12f722(0x1e0)],_0x1b62b2[_0x12f722(0x257)]][_0x12f722(0x23c)](this[_0x12f722(0x1d4)])&&!helper[_0x12f722(0x204)](this[_0x12f722(0x28c)])&&!helper['getCentralUser']()[_0x12f722(0x290)]&&await this[_0x12f722(0x242)]();}async[a127_0x112d28(0x297)](){const _0x14c4c4=a127_0x112d28,_0x16ab0a={};_0x16ab0a[_0x14c4c4(0x1a8)]=function(_0x590432,_0x57dc05){return _0x590432===_0x57dc05;},_0x16ab0a[_0x14c4c4(0x270)]=_0x14c4c4(0x1bb),_0x16ab0a[_0x14c4c4(0x1be)]='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x16ab0a[_0x14c4c4(0x1f7)]=_0x14c4c4(0x20e),_0x16ab0a['asBJz']=_0x14c4c4(0x1f1),_0x16ab0a[_0x14c4c4(0x25d)]='beforeExit';const _0x1bca99=_0x16ab0a;if(helper[_0x14c4c4(0x1e1)](this['config']['percy'])&&(!this[_0x14c4c4(0x223)]||!this['percy'][_0x14c4c4(0x1f3)]()))try{this['percy']=await percyHelper[_0x14c4c4(0x1b8)](this['config']);if(!this[_0x14c4c4(0x223)]){process[_0x14c4c4(0x1b6)][_0x14c4c4(0x28f)]=_0x1bca99['oGpfI'];throw new Error(_0x1bca99[_0x14c4c4(0x1be)]);}logger['info'](_0x1bca99[_0x14c4c4(0x1f7)]),process[_0x14c4c4(0x1b6)]['BROWSERSTACK_PERCY']=_0x1bca99[_0x14c4c4(0x215)];let _0x5df24c=0x0;const _0x44fa9a=async()=>{const _0x1ddbdb=_0x14c4c4;_0x5df24c++,_0x1bca99[_0x1ddbdb(0x1a8)](_0x5df24c,0x1)&&await this['stopPercy']();};process['on'](_0x1bca99[_0x14c4c4(0x25d)],_0x44fa9a);}catch(_0x4b339b){process[_0x14c4c4(0x1b6)][_0x14c4c4(0x28f)]=_0x1bca99[_0x14c4c4(0x270)],logger[_0x14c4c4(0x294)]('Error\x20in\x20percy\x20setup\x20'+_0x4b339b);throw new Error(_0x4b339b['toString']());}}async['stopPercy'](){const _0x13342b=a127_0x112d28,_0x319230={};_0x319230['NpnFy']=_0x13342b(0x25c),_0x319230[_0x13342b(0x1ca)]=_0x13342b(0x21a);const _0x6f4561=_0x319230;if(this[_0x13342b(0x223)]&&this[_0x13342b(0x223)][_0x13342b(0x1f3)]())try{await percyHelper[_0x13342b(0x28a)](this['percy']),logger[_0x13342b(0x211)](_0x6f4561[_0x13342b(0x236)]);}catch(_0x4525c4){logger['error'](_0x6f4561[_0x13342b(0x1ca)],_0x4525c4['message']);}}async[a127_0x112d28(0x232)](){const _0x192f76=a127_0x112d28,_0x16aef1={};_0x16aef1['WRPLH']=_0x192f76(0x206),_0x16aef1[_0x192f76(0x239)]=_0x192f76(0x1c3);const _0x17fb93=_0x16aef1;if(helper[_0x192f76(0x1df)]()&&helper[_0x192f76(0x1e1)](this['config'][_0x192f76(0x1aa)])&&(!this[_0x192f76(0x1aa)]||!this[_0x192f76(0x1aa)][_0x192f76(0x1f3)]()))try{if(this['config'][_0x192f76(0x1ee)][_0x192f76(0x27f)]){logger['debug'](_0x17fb93['WRPLH']);return;}this[_0x192f76(0x1aa)]=await helper[_0x192f76(0x261)](this[_0x192f76(0x28c)]),logger[_0x192f76(0x211)](_0x17fb93[_0x192f76(0x239)]);}catch(_0xe6c7f2){logger[_0x192f76(0x294)](_0xe6c7f2);throw new Error(_0xe6c7f2[_0x192f76(0x24e)]());}}async[a127_0x112d28(0x1a7)](){const _0x14429a=a127_0x112d28,_0x33f8da={};_0x33f8da[_0x14429a(0x21d)]=_0x14429a(0x25b),_0x33f8da[_0x14429a(0x227)]=_0x14429a(0x1e5);const _0x2b878b=_0x33f8da;if(this[_0x14429a(0x1aa)]&&this['browserstackLocal'][_0x14429a(0x1f3)]())try{await helper['stopLocalBinary'](this[_0x14429a(0x1aa)]),logger[_0x14429a(0x211)](_0x2b878b[_0x14429a(0x21d)]);}catch(_0x33900c){logger[_0x14429a(0x259)](_0x2b878b[_0x14429a(0x227)],_0x33900c['message']);}}async['setUpHubUrl'](){const _0x180770=a127_0x112d28;return PerformanceTester[_0x180770(0x263)](PerformanceAutEvents[_0x180770(0x1fa)],async()=>{const _0x5bed2b=_0x180770;await hubAllocator[_0x5bed2b(0x1de)](this[_0x5bed2b(0x28c)]);})();}['setupKeepAlive'](){const _0x529ef2=a127_0x112d28,_0x5219a9={'NIrkW':function(_0xbbf4d8,_0x539b8f){return _0xbbf4d8(_0x539b8f);},'njtfl':'./setKeepAlive'};_0x5219a9['NIrkW'](require,_0x5219a9[_0x529ef2(0x20f)])();}[a127_0x112d28(0x1e4)](){const _0x9c1055=a127_0x112d28,_0x13cc76={};_0x13cc76[_0x9c1055(0x1f9)]='0|1|4|3|2',_0x13cc76[_0x9c1055(0x275)]=_0x9c1055(0x254),_0x13cc76['wmsjp']=_0x9c1055(0x1d5);const _0x4aa9fd=_0x13cc76,_0x311e09=_0x413ad1=>{const _0x49fa13=_0x9c1055,_0x1ab121=_0x4aa9fd[_0x49fa13(0x1f9)][_0x49fa13(0x1f5)]('|');let _0x462023=0x0;while(!![]){switch(_0x1ab121[_0x462023++]){case'0':logger[_0x49fa13(0x259)](_0x413ad1[_0x49fa13(0x288)]);continue;case'1':logger[_0x49fa13(0x294)](util[_0x49fa13(0x1a9)](_0x413ad1));continue;case'2':ClientTroubleShootingService[_0x49fa13(0x219)]();continue;case'3':PerformanceTester[_0x49fa13(0x1b9)](_0x413ad1);continue;case'4':this['unhandledErrors']['push'](util[_0x49fa13(0x1a9)]('%j',_0x413ad1));continue;}break;}};process['on'](_0x4aa9fd[_0x9c1055(0x275)],_0x311e09),process['on'](_0x4aa9fd['wmsjp'],_0x311e09);}async['intExitHandler'](_0x4ce233){const _0x12c13d=a127_0x112d28,_0x304e33={'qoTHp':function(_0x2640ef,_0x358113){return _0x2640ef+_0x358113;},'cGHZc':_0x12c13d(0x1ab),'YdCmF':_0x12c13d(0x1d9),'jCgtC':function(_0x50da9c,_0x3b721d,_0x1dd7c3){return _0x50da9c(_0x3b721d,_0x1dd7c3);},'VttvE':function(_0x2a6634,_0x1c6971){return _0x2a6634+_0x1c6971;},'Torhn':_0x12c13d(0x279),'LlEFG':function(_0x436ef7,_0x5875b8){return _0x436ef7+_0x5875b8;},'kmpbh':_0x12c13d(0x252),'RHhyS':function(_0x3742ba,_0x40bbe2){return _0x3742ba(_0x40bbe2);},'uVZOV':function(_0x418abe,_0x50f6dd){return _0x418abe===_0x50f6dd;},'lpNyh':_0x12c13d(0x208),'AWKnV':function(_0x37795f,_0x4679c9){return _0x37795f+_0x4679c9;},'lousI':function(_0x56c2fa,_0xd1642e){return _0x56c2fa+_0xd1642e;},'iMxoy':_0x12c13d(0x1ba),'qcAox':_0x12c13d(0x24d),'IOOUj':function(_0x4dc195,_0x2cea54){return _0x4dc195+_0x2cea54;}};if(this[_0x304e33[_0x12c13d(0x1dd)](_0x304e33[_0x12c13d(0x220)],_0x4ce233)])return;this[_0x304e33['LlEFG'](_0x304e33['Torhn'],_0x4ce233)]=!![],logger['info'](_0x304e33['VttvE'](_0x304e33[_0x12c13d(0x1ea)],_0x4ce233)),this[_0x12c13d(0x25e)]=_0x4ce233;const _0x1b0e29=0x7530;let _0x34199a;const _0xb5c23e=(async()=>{const _0x30ccb3=_0x12c13d;await ClientTroubleShootingService['reportProcessInterruptionSituation'](_0x4ce233),await TestHubHandler[_0x30ccb3(0x265)](_0x4ce233);const _0x4596fa=BrowserstackCLI[_0x30ccb3(0x1d0)]();await utilities[_0x30ccb3(0x22d)](this,_0x4596fa?_0x4596fa[_0x30ccb3(0x1f3)]():![]),await ClientTroubleShootingService['reportFinalDetectionState'](),await BrowserstackCLI[_0x30ccb3(0x1d0)]()[_0x30ccb3(0x265)]();})()[_0x12c13d(0x1e3)](()=>_0x12c13d(0x1d9))[_0x12c13d(0x235)](_0x650cbc=>{const _0xf26bd8=_0x12c13d;return logger[_0xf26bd8(0x294)](_0x304e33[_0xf26bd8(0x245)](_0x304e33[_0xf26bd8(0x277)],util['format'](_0x650cbc))),_0x304e33[_0xf26bd8(0x1db)];}),_0x4e31b8=new Promise(_0x5afff7=>{const _0x371257=_0x12c13d;_0x34199a=_0x304e33[_0x371257(0x1c4)](setTimeout,()=>_0x5afff7(_0x371257(0x208)),_0x1b0e29),_0x34199a['unref']&&_0x34199a['unref']();}),_0x1a04ad=await Promise[_0x12c13d(0x228)]([_0xb5c23e,_0x4e31b8]);_0x304e33[_0x12c13d(0x1d6)](clearTimeout,_0x34199a),_0x304e33[_0x12c13d(0x1ae)](_0x1a04ad,_0x304e33['lpNyh'])&&logger[_0x12c13d(0x21c)](_0x304e33['AWKnV'](_0x304e33[_0x12c13d(0x200)](_0x304e33[_0x12c13d(0x1bd)],_0x1b0e29),_0x304e33[_0x12c13d(0x20a)])),process[_0x12c13d(0x1b4)](process[_0x12c13d(0x1f6)]||_0x304e33[_0x12c13d(0x251)](0x80,constants[_0x12c13d(0x243)][_0x4ce233]||0x0));}[a127_0x112d28(0x1dc)](){const _0x10f880=a127_0x112d28,_0x316c75={'rfIzL':function(_0x3b91e5,_0x1ba34a){return _0x3b91e5===_0x1ba34a;},'VjrTC':_0x10f880(0x244),'KIUfr':function(_0x374a32,_0x1d3f0d){return _0x374a32>_0x1d3f0d;},'GEuli':function(_0x5d0e15,_0x3d2f0a){return _0x5d0e15>_0x3d2f0a;},'HpoAM':function(_0x237853,_0x479200){return _0x237853(_0x479200);},'MinJa':function(_0x5e3cfa,_0x4ec499){return _0x5e3cfa(_0x4ec499);},'VuBFn':function(_0x1e24a0){return _0x1e24a0();},'fKUoT':_0x10f880(0x24a)};let _0xeed9c0=0x0;return async()=>{const _0x190645=_0x10f880;_0xeed9c0++;if(_0x316c75['rfIzL'](_0xeed9c0,0x1)){helper['checkStopLocalBinaryOnExit'](this[_0x190645(0x1d4)])&&await this[_0x190645(0x1a7)]();try{logger[_0x190645(0x294)](_0x316c75[_0x190645(0x292)]),await TestHubHandler['stop'](_0xeed9c0),await ClientTroubleShootingService[_0x190645(0x219)](),await BrowserstackCLI[_0x190645(0x1d0)]()['stop']('1');}catch(_0x362b58){logger[_0x190645(0x294)](_0x190645(0x1d1)+util['format'](_0x362b58));}PerformanceTester['end'](PerformanceEvents[_0x190645(0x225)]);if(PerformanceTester[_0x190645(0x20b)]()){const {measures:_0x77cb27,errors:_0x1be03e}=await PerformanceTester[_0x190645(0x269)](),_0x292aad={};if(_0x77cb27&&_0x316c75['KIUfr'](_0x77cb27[_0x190645(0x1fb)],0x0)||_0x1be03e&&_0x316c75['GEuli'](_0x1be03e['length'],0x0)){const _0x1ac350={};_0x1ac350['measures']=_0x77cb27,_0x1ac350[_0x190645(0x26b)]=_0x1be03e,Object['assign'](_0x292aad,_0x1ac350);}try{const _0x5a9551=await helper['sendToEDS'](_0x292aad,this['config']);logger[_0x190645(0x294)]('Data\x20sent\x20successfully\x20to\x20'+_0x316c75[_0x190645(0x1c5)](getEdsInstrumentationAPIUrl,'')+'\x20with\x20response\x20'+_0x5a9551[_0x190645(0x203)]);}catch(_0x7593ff){logger[_0x190645(0x294)](_0x190645(0x221)+_0x316c75[_0x190645(0x1bc)](getEdsInstrumentationAPIUrl,'')+'\x20with\x20error\x20'+util[_0x190645(0x1a9)](_0x7593ff));}try{fs['writeFileSync'](path[_0x190645(0x201)](_0x316c75['VuBFn'](getLogDir),_0x316c75[_0x190645(0x1b2)]),JSON[_0x190645(0x24b)](_0x292aad));}catch(_0x9591a1){logger[_0x190645(0x294)](_0x190645(0x1c0)+_0x9591a1);}}}logger&&logger[_0x190645(0x217)](),fileLogger&&fileLogger['close']();};}}exports[a127_0x112d28(0x1ad)]=BrowserStackSetup;function a127_0x5771(_0x2f515d,_0xe7927){const _0x6c849f=a127_0x6c84();return a127_0x5771=function(_0x57717e,_0x593ea3){_0x57717e=_0x57717e-0x1a7;let _0x16a21e=_0x6c849f[_0x57717e];return _0x16a21e;},a127_0x5771(_0x2f515d,_0xe7927);}function a127_0x6c84(){const _0x5b0784=['dUrwC','axTGd','HUB_MANAGEMENT','length','lleeW','beforeExit','AqLRe','setupCaCertificate','lousI','join','setHandlePWError','statusCode','isTurboScaleSession','4QpjzOG','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','intExitHandler','timed-out','getUserName','qcAox','isEnabled','getLocalIdentifier','selenium-webdriver','Percy\x20started\x20successfully','njtfl','18ttKbVV','info','normalizeTestReportingEnvVars','isUndefined','TxLPg','asBJz','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','close','./caCertHelper','reportFinalDetectionState','Error\x20occured\x20while\x20stopping\x20percy','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','warn','gavfr','hubUrl','3953568OnPMZA','Torhn','Failed\x20to\x20send\x20data\x20to\x20','getFinalCaps','percy','273496yYxgaX','SDK_CLEANUP','setBrowserstackInfraFromConfig','JZmNs','race','./percy/utils','roLxc','sanitizeCaps','./logger','finalExecution','DTKUc','../bin/v2/modules/loadTestModule','24|14|16|0|26|25|11|22|2|21|15|1|10|6|19|3|23|13|18|17|8|9|28|7|4|27|5|20|12','PNYjS','setupBrowserstackLocal','IMXSe','UXxZC','catch','NpnFy','./testhub/utils','1885915MpPTph','KnupE','fileLogger','setLogLevel','includes','getHubUrl','drgCu','1142626MbTZAD','turboScaleOptions','integrations','setUpHubUrl','SIGNAL_EXIT_CODES','Calling\x20Build\x20Stop\x20from\x20ExitHandler','qoTHp','setEnvCaps','SIGINT','BFgrD','SIGHUP','events.json','stringify','constructor','ms;\x20forcing\x20exit','toString','../bin/v2/browserstackCLI','90iEglMe','IOOUj','Shutdown\x20triggered\x20by\x20','SLEYU','unhandledRejection','initialize','toLowerCase','YfmZN','useW3C','error','SDKTestAttempted','Local\x20binary\x20stopped','Percy\x20stopped','qVekK','killSignal','skipSessionName','EuBqA','startLocalBinary','9798448vWjcEk','measureWrapper','disableAutoCaptureLogs','stop','No\x20config\x20provided.','NbBqO','turboScaleGridDetails','finalize','envConfig','exceptions','validateSkipAppOverride','syEds','NSdIg','__isPuppeteerInstalled','oGpfI','configPath','generateLocalIdentifier','../bin/utils/apiUtilityMethods','ats-repeater','bthSp','SIGTERM','cGHZc','unhandledErrors','handled','cliConfig','4617228uSKgVS','RzWkP','getAccessKey','SDK\x20run\x20started\x20with\x20id:\x20','skipBinaryInitialisation','LqnmK','isNotUndefined','requireSeleniumWebdriverCheck','swGov','skipSessionStatus','path','uHptU','win32','message','1utVkao','stopPercy','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','config','FRAMEWORK','./testhub/testhubHandler','BROWSERSTACK_PERCY','central_scanner','preInitialize','VjrTC','isLTSSession','debug','turboScale','NGhQx','setupPercy','stopBrowserstackLocal','kQOJI','format','browserstackLocal','Signal\x20shutdown\x20did\x20not\x20complete\x20cleanly:\x20','turboScaleUrl','default','uVZOV','BROWSERSTACK_TURBOSCALE','getTurboScaleGridDetails','SIGQUIT','fKUoT','setCLICaps','exit','additionalPlatforms','env','sdkRunId','startPercy','captureError','Signal\x20shutdown\x20timed\x20out\x20after\x20','false','MinJa','iMxoy','ZKBhp','readConfig','Error\x20in\x20writing\x20events\x20to\x20file\x20','platform','localIdentifier','Local\x20binary\x20started\x20successfully','jCgtC','HpoAM','IXBHb','url','winstonLogger','customRepeaters','gbRBN','./performance/constants','parallelsPerPlatform','getPackageVersion','XGiRw','1242700hLhgru','getInstance','Error\x20in\x20sending\x20testhub\x20stop:\x20','getConfigPath','codeceptjs','framework','uncaughtException','RHhyS','../bin/utils/constants','SIGABRT','completed','../hubAllocationMethods','YdCmF','exitHandler','VttvE','allocateHub','isBrowserstackInfra','BDwAy','isTrue','platforms','then','handleExceptions','Error\x20occured\x20while\x20stopping\x20local\x20binary','testContextOptions','getLocalConfig','playwright','Tjtdi','kmpbh','fireFunnelTestEvent','eifCe','setSmartTestSelectionFeatureBranchesConfig','browserStackLocalOptions','adbgj','TRJOd','true','playwrightUrl','isRunning','setupKeepAlive','split','exitCode','beYWM'];a127_0x6c84=function(){return _0x5b0784;};return a127_0x6c84();}
1
+ const a130_0x479297=a130_0x4205;function a130_0x2514(){const _0x46dcc9=['../bin/v2/browserstackCLI','playwright','warn','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','blRjP','FRcWf','setEnvCaps','AWXjx','skipSessionName','end','594AZhtIM','AUTOLOGCAPTURE_NOTIFICATION','allocateHub','adbyN','platforms','race','isRunning','forceLocal','Shutdown\x20triggered\x20by\x20','247226KxizmB','Ukrnf','gaIEc','setupBrowserstackLocal','stop','TpwKD','toString','sdkRunId','completed','./testhub/utils','userName\x20or\x20accessKey\x20is\x20not\x20defined','isTrue','SZRGS','SDKTestAttempted','setCLICaps','setProxySettings','finalExecution','20|19|26|18|12|6|23|25|9|15|11|7|17|10|8|4|5|2|1|22|0|27|24|3|21|16|28|14|13','error','guPjj','xSMBv','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','isTurboScaleSession','SIGBREAK','?caps=','SDK\x20run\x20started\x20with\x20id:\x20','browserStackLocalOptions','env','codeceptjs','compareVersions','GmyFK','SIGHUP','initialize','custom-repeater','turboScale','getAccessKey','info','../bin/utils/apiUtilityMethods','NbzeX','constructor','split','isTrialGrid','28442slgqFl','BdxGZ','setupCaCertificate','requireSeleniumWebdriverCheck','No\x20config\x20provided.','__isPuppeteerInstalled','Error\x20in\x20sending\x20testhub\x20stop:\x20','JiZMl','setupKeepAlive','measureWrapper','getUserName','browserstackLocal','QMBej','3|1|4|0|2','OpgQb','DGcbN','28ngynsR','framework','uncaughtException','JWjgp','reportFinalDetectionState','setLogLevel','skipSessionStatus','SDK_CLEANUP','isEnabled','Signal\x20shutdown\x20did\x20not\x20complete\x20cleanly:\x20','captureError','Calling\x20Build\x20Stop\x20from\x20ExitHandler','intExitHandler','fkJmk','getLocalConfig','Failed\x20to\x20send\x20data\x20to\x20','stopBrowserstackLocal','join','message','4.5.0','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','fireFunnelTestEvent','format','gmZgg','828DSVbnS','customRepeaters','kcUVh','exceptions','isNotUndefined','reportProcessInterruptionSituation','./setKeepAlive','SRToh','Data\x20sent\x20successfully\x20to\x20','getConfigPath','testContextOptions','useW3C','timed-out','normalizeTestReportingEnvVars','turboScaleUrl','readConfig','oCfoz','beforeExit','uegqt','../bin/v2/modules/loadTestModule','\x20with\x20error\x20','startMonitoring','true','setHandlePWError','cliConfig','close','QgDBj','uBvMW','configPath','stopPercy','sanitizeCaps','BROWSERSTACK_TURBOSCALE','events.json','./performance/constants','OjQro','bgWra','getHubUrl','cclvq','disableAutoCaptureLogs','141JdUKjs','additionalPlatforms','162550xcVrfy','QDTGy','config','util','false','validateAdditionalPlatforms','turboScaleOptions','integrations','envConfig','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','476352sPBtDR','handled','getInstance','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','setUpHubUrl','MPXxa','FRAMEWORK','cbiNs','handleExceptions','./caCertHelper','inCry','toLowerCase','isLTSSession','IbpZg','generateLocalIdentifier','bdIxy','uaTiZ','stopLocalBinary','turboScaleGridDetails','parallelsPerPlatform','QWNZl','UiyTH','5231730aKUjUm','SIGTERM','Percy\x20started\x20successfully','3249328DuCIKQ','preInitialize','setLogDir','Local\x20binary\x20started\x20successfully','sEvqB','450764WCjIFZ','killSignal','measures','length','exitHandler','fileLogger','xtsth','vFVpy','getCentralUser','./utilities','unref','ubZbL','rpgQY','eBrgm','getPackageVersion','lGiMQ','ISNlF','localIdentifier','./percy/utils','axICQ','winstonLogger','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','bind','wYALI','validateSkipAppOverride','getLocalIdentifier','isUndefined','Error\x20in\x20writing\x20events\x20to\x20file\x20','central_scanner','hubUrl','sendToEDS','dKGfT','exit','gOpgI','60vsBnNZ','RwrjP','BROWSERSTACK_PERCY','errorMessage','ddBxL','statusCode','percy','qcolJ','AaKBj','win32','writeFileSync','../bin/utils/constants','Local\x20binary\x20stopped','isBrowserstackInfra','difSe','debug','SIGQUIT','SIGABRT','skipBinaryInitialisation','./logger','XLWLY','VKWDl'];a130_0x2514=function(){return _0x46dcc9;};return a130_0x2514();}(function(_0x1470b1,_0x38fc7e){const _0x34a9af=a130_0x4205,_0x12b44c=_0x1470b1();while(!![]){try{const _0x3341f7=parseInt(_0x34a9af(0x235))/0x1+-parseInt(_0x34a9af(0x25f))/0x2*(-parseInt(_0x34a9af(0x1c0))/0x3)+parseInt(_0x34a9af(0x1ea))/0x4*(parseInt(_0x34a9af(0x20c))/0x5)+parseInt(_0x34a9af(0x1e2))/0x6+parseInt(_0x34a9af(0x26f))/0x7*(-parseInt(_0x34a9af(0x1e5))/0x8)+parseInt(_0x34a9af(0x199))/0x9*(parseInt(_0x34a9af(0x1c2))/0xa)+-parseInt(_0x34a9af(0x22c))/0xb*(parseInt(_0x34a9af(0x1cc))/0xc);if(_0x3341f7===_0x38fc7e)break;else _0x12b44c['push'](_0x12b44c['shift']());}catch(_0x4c44aa){_0x12b44c['push'](_0x12b44c['shift']());}}}(a130_0x2514,0xd3b00));const util=require(a130_0x479297(0x1c5)),path=require('path'),{v4:uuidv4}=require('uuid'),fs=require('fs'),constants=require(a130_0x479297(0x217)),logger=require(a130_0x479297(0x21f))[a130_0x479297(0x1fe)],fileLogger=require(a130_0x479297(0x21f))[a130_0x479297(0x1ef)],{getLogDir}=require('./logger'),helper=require('./helper'),utilities=require(a130_0x479297(0x1f3)),percyHelper=require(a130_0x479297(0x1fc)),hubAllocator=require('../hubAllocationMethods'),PerformanceTester=require('./performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a130_0x479297(0x1ba)),{setPercyFlag}=require(a130_0x479297(0x23e)),TestHubHandler=require('./testhub/testhubHandler'),BrowserstackCLI=require(a130_0x479297(0x222)),LoadTestModule=require(a130_0x479297(0x1ac)),{getEdsInstrumentationAPIUrl}=require(a130_0x479297(0x25a)),ClientTroubleShootingService=require('../bin/utils/clientTroubleshootingService');class BrowserStackSetup{constructor(_0x459b43,_0x4e5252){const _0x443db8=a130_0x479297,_0x4d8d1c={'DGcbN':_0x443db8(0x246),'lqbTL':_0x443db8(0x263),'fkJmk':function(_0x4e64cb,_0x513eae){return _0x4e64cb(_0x513eae);},'axICQ':_0x443db8(0x1d5),'OpgQb':function(_0x40d418){return _0x40d418();}},_0x24543a=_0x4d8d1c[_0x443db8(0x26e)]['split']('|');let _0x3e47ba=0x0;while(!![]){switch(_0x24543a[_0x3e47ba++]){case'0':helper['setCredentialsFromYmlConfig'](this[_0x443db8(0x1c4)]);continue;case'1':helper[_0x443db8(0x1c7)](this[_0x443db8(0x1c4)],this[_0x443db8(0x270)]);continue;case'2':helper[_0x443db8(0x202)](this[_0x443db8(0x1c4)],this['framework']);continue;case'3':helper['getFinalCaps'](this[_0x443db8(0x1c4)],this['cliConfig'],this[_0x443db8(0x1ca)],this['framework']);continue;case'4':if(helper[_0x443db8(0x204)](this['config']))throw new Error(_0x4d8d1c['lqbTL']);continue;case'5':if(this[_0x443db8(0x1c4)][_0x443db8(0x247)])throw new Error(this[_0x443db8(0x1c4)][_0x443db8(0x247)]);continue;case'6':this[_0x443db8(0x1b5)]=helper[_0x443db8(0x1a2)](_0x459b43);continue;case'7':this[_0x443db8(0x20f)]={};continue;case'8':global[_0x443db8(0x270)]=_0x4e5252;continue;case'9':this[_0x443db8(0x1c4)][_0x443db8(0x230)]=this[_0x443db8(0x1c4)][_0x443db8(0x230)]||[];continue;case'10':this['framework']=_0x4e5252;continue;case'11':this[_0x443db8(0x1c4)][_0x443db8(0x1a3)]=this[_0x443db8(0x1c4)]['testContextOptions']||{};continue;case'12':this[_0x443db8(0x212)]=null;continue;case'13':try{_0x4d8d1c[_0x443db8(0x18e)](require,_0x4d8d1c[_0x443db8(0x1fd)])[_0x443db8(0x261)](this[_0x443db8(0x1c4)],logger);}catch(_0x24330b){}continue;case'14':PerformanceTester[_0x443db8(0x1ae)]();continue;case'15':this[_0x443db8(0x1c4)][_0x443db8(0x1c1)]=this[_0x443db8(0x1c4)][_0x443db8(0x1c1)]||[];continue;case'16':helper[_0x443db8(0x1e7)](this['config']);continue;case'17':this['sdkRunId']=_0x4d8d1c[_0x443db8(0x26d)](uuidv4);continue;case'18':this[_0x443db8(0x26a)]=null;continue;case'19':helper[_0x443db8(0x1a6)]();continue;case'20':this['unhandledErrors']=[];continue;case'21':helper['setSmartTestSelectionFeatureBranchesConfig'](this[_0x443db8(0x1c4)],this[_0x443db8(0x1b1)],this[_0x443db8(0x1ca)]);continue;case'22':helper['setBrowserstackInfraFromConfig'](this['config'],this[_0x443db8(0x1b1)]);continue;case'23':this[_0x443db8(0x1c4)]=helper[_0x443db8(0x1a8)](this[_0x443db8(0x1b5)]);continue;case'24':this[_0x443db8(0x1c4)][_0x443db8(0x1a3)][_0x443db8(0x22a)]=!helper[_0x443db8(0x219)]()||helper[_0x443db8(0x240)](this[_0x443db8(0x1c4)][_0x443db8(0x1a3)][_0x443db8(0x22a)]);continue;case'25':this[_0x443db8(0x1b1)]=helper[_0x443db8(0x243)](_0x459b43);continue;case'26':this[_0x443db8(0x1ca)]=helper[_0x443db8(0x228)]();continue;case'27':this[_0x443db8(0x1c4)][_0x443db8(0x1a3)][_0x443db8(0x187)]=!helper[_0x443db8(0x219)]()||helper[_0x443db8(0x240)](this[_0x443db8(0x1c4)][_0x443db8(0x1a3)]['skipSessionStatus']);continue;case'28':helper[_0x443db8(0x274)](this[_0x443db8(0x1c4)],this[_0x443db8(0x1b1)],this[_0x443db8(0x1ca)]);continue;}break;}}[a130_0x479297(0x1e6)](_0x58f1a6){const _0x55627d=a130_0x479297,_0x143fcf={'vFVpy':_0x55627d(0x23f),'dKGfT':function(_0x533c72,_0x54b0ec){return _0x533c72===_0x54b0ec;},'oCfoz':_0x55627d(0x1c9),'guPjj':_0x55627d(0x242),'blRjP':function(_0x51b07c,_0x4ec7be){return _0x51b07c<_0x4ec7be;},'FRcWf':function(_0x1db078,_0x2cc572){return _0x1db078(_0x2cc572);},'qcolJ':'selenium-webdriver','SZRGS':_0x55627d(0x194),'TJfRn':_0x55627d(0x195),'ISNlF':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','iEhsj':_0x55627d(0x1e3),'xSMBv':'SIGINT','lbngq':_0x55627d(0x254),'uBvMW':function(_0x5ca421,_0x59e92a){return _0x5ca421!==_0x59e92a;},'lGiMQ':_0x55627d(0x215),'uegqt':_0x55627d(0x21d),'bgWra':_0x55627d(0x21c),'gaIEc':_0x55627d(0x24c),'XLWLY':'beforeExit'},_0x2e01a9=this[_0x55627d(0x270)];global[_0x55627d(0x1c4)]=this[_0x55627d(0x1c4)],helper[_0x55627d(0x1b7)](this[_0x55627d(0x1c4)]),this[_0x55627d(0x1eb)]=null,global[_0x55627d(0x23c)]=this[_0x55627d(0x23c)],logger['info'](_0x55627d(0x24e)+this[_0x55627d(0x23c)]),!this['config'][_0x55627d(0x24f)]&&(this['config']['browserStackLocalOptions']=this['config']['localOptions']||{});if(helper['isUndefined'](helper[_0x55627d(0x269)](this[_0x55627d(0x1c4)]))||helper[_0x55627d(0x204)](helper[_0x55627d(0x258)](this[_0x55627d(0x1c4)])))throw new Error(_0x143fcf[_0x55627d(0x1f1)]);helper[_0x55627d(0x18f)](this[_0x55627d(0x1c4)])&&helper[_0x55627d(0x204)](helper[_0x55627d(0x203)](this['config']))&&(!helper[_0x55627d(0x204)](this['config'][_0x55627d(0x24f)])&&_0x143fcf[_0x55627d(0x209)](this['config'][_0x55627d(0x24f)][_0x55627d(0x25c)],Object)?!helper[_0x55627d(0x240)](this[_0x55627d(0x1c4)][_0x55627d(0x24f)][_0x55627d(0x21e)])&&(this[_0x55627d(0x1c4)][_0x55627d(0x24f)]['localIdentifier']=helper[_0x55627d(0x1da)]()):this[_0x55627d(0x1c4)][_0x55627d(0x24f)]={'localIdentifier':helper[_0x55627d(0x1da)]()});this[_0x55627d(0x1c4)][_0x55627d(0x24f)][_0x55627d(0x21e)]=helper['isTrue'](this['config'][_0x55627d(0x24f)]['skipBinaryInitialisation']),helper[_0x55627d(0x1b0)](this['config']);if(_0x143fcf[_0x55627d(0x209)](_0x2e01a9,_0x143fcf[_0x55627d(0x1a9)]))return;this['handleExceptions']();process[_0x55627d(0x250)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x55627d(0x1c4)][_0x55627d(0x257)]=helper[_0x55627d(0x240)](process['env'][_0x55627d(0x1b8)]),this[_0x55627d(0x1c4)][_0x55627d(0x1c8)]=this['config'][_0x55627d(0x1c8)]||{});helper[_0x55627d(0x24b)](this['config'])&&(process[_0x55627d(0x250)]['BROWSERSTACK_TURBOSCALE']=!![]);LoadTestModule[_0x55627d(0x1d8)](this['config'])&&logger['debug'](_0x55627d(0x225)+this[_0x55627d(0x23c)]);if(!helper[_0x55627d(0x219)]()){try{process['env'][_0x55627d(0x1d2)]=_0x2e01a9,utilities[_0x55627d(0x196)](_0x143fcf['guPjj'],{},this[_0x55627d(0x1c4)],this[_0x55627d(0x270)]);}catch(_0x1f1ac3){logger[_0x55627d(0x21b)](_0x55627d(0x1ff)+_0x1f1ac3);}return;}if(helper[_0x55627d(0x262)](_0x2e01a9)){if(global['__isPlaywrightInstalled']||global[_0x55627d(0x264)])return;_0x143fcf[_0x55627d(0x226)](_0x143fcf[_0x55627d(0x227)](parseInt,helper[_0x55627d(0x1f8)](_0x143fcf[_0x55627d(0x213)])),0x3)&&(this['config']['useW3C']=![]),_0x143fcf[_0x55627d(0x209)](helper[_0x55627d(0x252)](helper['getPackageVersion'](_0x143fcf[_0x55627d(0x213)]),_0x143fcf[_0x55627d(0x241)]),0x1)&&(this[_0x55627d(0x1c4)][_0x55627d(0x1a4)]=!![]);}(helper[_0x55627d(0x204)](this['config']['platforms'])||helper[_0x55627d(0x204)](this['config'][_0x55627d(0x230)][_0x55627d(0x1ed)]))&&(helper[_0x55627d(0x204)](this['config'][_0x55627d(0x1df)])?logger[_0x55627d(0x259)](_0x143fcf['TJfRn']):logger['warn'](_0x143fcf[_0x55627d(0x1fa)]),this['config']['platforms']=[]);!this['config'][_0x55627d(0x1a3)]&&(this['config']['testContextOptions']={});try{process[_0x55627d(0x250)][_0x55627d(0x1d2)]=_0x58f1a6['_'][0x0],utilities[_0x55627d(0x196)](_0x143fcf[_0x55627d(0x248)],{},this[_0x55627d(0x1c4)],this[_0x55627d(0x270)]);}catch(_0x38a363){logger[_0x55627d(0x21b)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x38a363);}!this['config'][_0x55627d(0x1bf)]&&logger[_0x55627d(0x259)](constants[_0x55627d(0x22d)]),this['intExitHandler']=this[_0x55627d(0x18d)][_0x55627d(0x200)](this),process['on'](_0x143fcf['iEhsj'],this['intExitHandler']),process['on'](_0x143fcf[_0x55627d(0x249)],this[_0x55627d(0x18d)]),process['on'](_0x143fcf['lbngq'],this[_0x55627d(0x18d)]),_0x143fcf[_0x55627d(0x1b4)](process['platform'],_0x143fcf[_0x55627d(0x1f9)])?(process['on'](_0x143fcf[_0x55627d(0x1ab)],this[_0x55627d(0x18d)]),process['on'](_0x143fcf[_0x55627d(0x1bc)],this[_0x55627d(0x18d)])):process['on'](_0x143fcf[_0x55627d(0x237)],this[_0x55627d(0x18d)]),process['on'](_0x143fcf[_0x55627d(0x220)],this[_0x55627d(0x1ee)]());}async[a130_0x479297(0x255)](_0x21fa16){const _0x14156a=a130_0x479297,_0x3ecfe4={'adbyN':'ats-repeater','kcUVh':_0x14156a(0x256),'Ukrnf':_0x14156a(0x1af),'xHQJU':function(_0x1ccf0c,_0x19d427){return _0x1ccf0c===_0x19d427;},'gmZgg':_0x14156a(0x223),'uhoFT':function(_0x1b5fd1,_0x5b010f){return _0x1b5fd1+_0x5b010f;},'MPXxa':_0x14156a(0x24d),'JWjgp':function(_0x2b9228,_0x3da14d){return _0x2b9228(_0x3da14d);},'GmyFK':_0x14156a(0x251)};this['preInitialize'](_0x21fa16);if(helper[_0x14156a(0x24b)](this[_0x14156a(0x1c4)])){const _0x40eaa9=await helper['getTurboScaleGridDetails'](this[_0x14156a(0x1c4)]);this[_0x14156a(0x1c4)][_0x14156a(0x1de)]=_0x40eaa9,_0x40eaa9[_0x14156a(0x25e)]&&helper[_0x14156a(0x19d)](this['config']['browserstackLocal'])&&helper[_0x14156a(0x240)](this['config'][_0x14156a(0x26a)])&&(this[_0x14156a(0x1c4)][_0x14156a(0x24f)][_0x14156a(0x1fb)]=_0x3ecfe4[_0x14156a(0x22f)],this[_0x14156a(0x1c4)]['browserStackLocalOptions'][_0x3ecfe4[_0x14156a(0x19b)]]=_0x40eaa9[_0x14156a(0x19a)][_0x14156a(0x192)](','),this[_0x14156a(0x1c4)]['browserStackLocalOptions'][_0x14156a(0x233)]=_0x3ecfe4[_0x14156a(0x236)]),this[_0x14156a(0x1c4)][_0x14156a(0x1a7)]=_0x40eaa9['url'],this[_0x14156a(0x270)]&&_0x3ecfe4['xHQJU'](this[_0x14156a(0x270)][_0x14156a(0x1d7)](),_0x3ecfe4[_0x14156a(0x198)])?this[_0x14156a(0x1c4)][_0x14156a(0x1a7)]=_0x3ecfe4['uhoFT'](_0x40eaa9['playwrightUrl'],_0x3ecfe4[_0x14156a(0x1d1)]):constants[_0x14156a(0x207)]=helper[_0x14156a(0x1bd)](this[_0x14156a(0x1c4)]),logger['debug'](_0x14156a(0x1cf)+constants[_0x14156a(0x207)]);}helper[_0x14156a(0x244)](this[_0x14156a(0x1c4)]),this[_0x14156a(0x267)](),_0x3ecfe4[_0x14156a(0x272)](setPercyFlag,this),![_0x3ecfe4[_0x14156a(0x253)],_0x3ecfe4[_0x14156a(0x198)]]['includes'](this[_0x14156a(0x270)])&&!helper[_0x14156a(0x24b)](this[_0x14156a(0x1c4)])&&!helper[_0x14156a(0x1f2)]()[_0x14156a(0x206)]&&await this['setUpHubUrl']();}async['setupPercy'](){const _0x3f5a6d=a130_0x479297,_0x51301d={};_0x51301d[_0x3f5a6d(0x20b)]=function(_0x136b93,_0x4ef088){return _0x136b93===_0x4ef088;},_0x51301d['difSe']=_0x3f5a6d(0x1c6),_0x51301d[_0x3f5a6d(0x1d9)]=_0x3f5a6d(0x1cb),_0x51301d['ubZbL']=_0x3f5a6d(0x1e4),_0x51301d[_0x3f5a6d(0x201)]=_0x3f5a6d(0x1af),_0x51301d[_0x3f5a6d(0x229)]=_0x3f5a6d(0x1aa);const _0x19e41c=_0x51301d;if(helper[_0x3f5a6d(0x240)](this['config']['percy'])&&(!this['percy']||!this[_0x3f5a6d(0x212)][_0x3f5a6d(0x232)]()))try{this[_0x3f5a6d(0x212)]=await percyHelper['startPercy'](this['config']);if(!this[_0x3f5a6d(0x212)]){process['env'][_0x3f5a6d(0x20e)]=_0x19e41c[_0x3f5a6d(0x21a)];throw new Error(_0x19e41c[_0x3f5a6d(0x1d9)]);}logger['info'](_0x19e41c[_0x3f5a6d(0x1f5)]),process[_0x3f5a6d(0x250)][_0x3f5a6d(0x20e)]=_0x19e41c['wYALI'];let _0x599188=0x0;const _0x2050a7=async()=>{const _0x4212f8=_0x3f5a6d;_0x599188++,_0x19e41c['gOpgI'](_0x599188,0x1)&&await this[_0x4212f8(0x1b6)]();};process['on'](_0x19e41c[_0x3f5a6d(0x229)],_0x2050a7);}catch(_0x1c71ab){process[_0x3f5a6d(0x250)]['BROWSERSTACK_PERCY']=_0x19e41c['difSe'],logger['debug']('Error\x20in\x20percy\x20setup\x20'+_0x1c71ab);throw new Error(_0x1c71ab['toString']());}}async[a130_0x479297(0x1b6)](){const _0x3cedda=a130_0x479297,_0xcd15f4={};_0xcd15f4[_0x3cedda(0x1be)]='Percy\x20stopped',_0xcd15f4[_0x3cedda(0x266)]='Error\x20occured\x20while\x20stopping\x20percy';const _0x216bef=_0xcd15f4;if(this['percy']&&this[_0x3cedda(0x212)]['isRunning']())try{await percyHelper[_0x3cedda(0x1b6)](this[_0x3cedda(0x212)]),logger[_0x3cedda(0x259)](_0x216bef[_0x3cedda(0x1be)]);}catch(_0x313397){logger[_0x3cedda(0x247)](_0x216bef['JiZMl'],_0x313397['message']);}}async[a130_0x479297(0x238)](){const _0x352a3b=a130_0x479297,_0x3d3a52={};_0x3d3a52[_0x352a3b(0x1a0)]=_0x352a3b(0x24a),_0x3d3a52[_0x352a3b(0x1c3)]=_0x352a3b(0x1e8);const _0x4fd568=_0x3d3a52;if(helper[_0x352a3b(0x219)]()&&helper[_0x352a3b(0x240)](this[_0x352a3b(0x1c4)][_0x352a3b(0x26a)])&&(!this[_0x352a3b(0x26a)]||!this['browserstackLocal'][_0x352a3b(0x232)]()))try{if(this['config'][_0x352a3b(0x24f)][_0x352a3b(0x21e)]){logger[_0x352a3b(0x21b)](_0x4fd568[_0x352a3b(0x1a0)]);return;}this[_0x352a3b(0x26a)]=await helper['startLocalBinary'](this[_0x352a3b(0x1c4)]),logger['info'](_0x4fd568[_0x352a3b(0x1c3)]);}catch(_0x227ee5){logger[_0x352a3b(0x21b)](_0x227ee5);throw new Error(_0x227ee5[_0x352a3b(0x23b)]());}}async[a130_0x479297(0x191)](){const _0x2ccc57=a130_0x479297,_0x3acbfb={};_0x3acbfb['TpwKD']=_0x2ccc57(0x218),_0x3acbfb['uaTiZ']='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x4d8d8c=_0x3acbfb;if(this[_0x2ccc57(0x26a)]&&this['browserstackLocal'][_0x2ccc57(0x232)]())try{await helper[_0x2ccc57(0x1dd)](this[_0x2ccc57(0x26a)]),logger['info'](_0x4d8d8c[_0x2ccc57(0x23a)]);}catch(_0x1f38e2){logger['error'](_0x4d8d8c[_0x2ccc57(0x1dc)],_0x1f38e2[_0x2ccc57(0x193)]);}}async[a130_0x479297(0x1d0)](){const _0x581219=a130_0x479297;return PerformanceTester[_0x581219(0x268)](PerformanceAutEvents['HUB_MANAGEMENT'],async()=>{const _0x47efbb=_0x581219;await hubAllocator[_0x47efbb(0x22e)](this['config']);})();}['setupKeepAlive'](){const _0x1cf417=a130_0x479297,_0x130e2e={'RwrjP':function(_0x55eec6,_0x3f2835){return _0x55eec6(_0x3f2835);},'bQYMC':_0x1cf417(0x19f)};_0x130e2e[_0x1cf417(0x20d)](require,_0x130e2e['bQYMC'])();}[a130_0x479297(0x1d4)](){const _0xae950d=a130_0x479297,_0x3370da={};_0x3370da[_0xae950d(0x1b3)]=_0xae950d(0x26c),_0x3370da[_0xae950d(0x1e0)]='unhandledRejection',_0x3370da[_0xae950d(0x1db)]=_0xae950d(0x271);const _0x3663ae=_0x3370da,_0x4425a5=_0x28406e=>{const _0x25c8f8=_0xae950d,_0x112887=_0x3663ae[_0x25c8f8(0x1b3)][_0x25c8f8(0x25d)]('|');let _0x4ed00d=0x0;while(!![]){switch(_0x112887[_0x4ed00d++]){case'0':PerformanceTester[_0x25c8f8(0x18b)](_0x28406e);continue;case'1':logger[_0x25c8f8(0x21b)](util[_0x25c8f8(0x197)](_0x28406e));continue;case'2':ClientTroubleShootingService[_0x25c8f8(0x273)]();continue;case'3':logger['error'](_0x28406e['message']);continue;case'4':this['unhandledErrors']['push'](util[_0x25c8f8(0x197)]('%j',_0x28406e));continue;}break;}};process['on'](_0x3663ae[_0xae950d(0x1e0)],_0x4425a5),process['on'](_0x3663ae[_0xae950d(0x1db)],_0x4425a5);}async[a130_0x479297(0x18d)](_0x15009e){const _0xbaebd3=a130_0x479297,_0x4e0df5={'VKWDl':function(_0x352bb6,_0x49963b){return _0x352bb6+_0x49963b;},'rpgQY':_0xbaebd3(0x18a),'AaKBj':_0xbaebd3(0x23d),'Rmejp':function(_0x3f6fde,_0x4f6bcb,_0x551500){return _0x3f6fde(_0x4f6bcb,_0x551500);},'UiyTH':_0xbaebd3(0x1cd),'QMBej':function(_0x2f3976,_0x3d8256){return _0x2f3976+_0x3d8256;},'ddBxL':function(_0x56af24,_0x5d4ae5){return _0x56af24+_0x5d4ae5;},'OjQro':_0xbaebd3(0x234),'ZCnnY':function(_0x327a3d,_0x2773d0){return _0x327a3d(_0x2773d0);},'ThCpo':function(_0x17df7f,_0x42c87e){return _0x17df7f===_0x42c87e;},'inCry':'timed-out','qgcSF':function(_0x277305,_0x8880b3){return _0x277305+_0x8880b3;},'NbzeX':'Signal\x20shutdown\x20timed\x20out\x20after\x20','cbiNs':'ms;\x20forcing\x20exit'};if(this[_0x4e0df5[_0xbaebd3(0x221)](_0x4e0df5[_0xbaebd3(0x1e1)],_0x15009e)])return;this[_0x4e0df5[_0xbaebd3(0x26b)](_0x4e0df5[_0xbaebd3(0x1e1)],_0x15009e)]=!![],logger[_0xbaebd3(0x259)](_0x4e0df5[_0xbaebd3(0x210)](_0x4e0df5[_0xbaebd3(0x1bb)],_0x15009e)),this[_0xbaebd3(0x1eb)]=_0x15009e;const _0x59b347=0x7530;let _0x438eb2;const _0x5b76dc=(async()=>{const _0x3e2ede=_0xbaebd3;await ClientTroubleShootingService[_0x3e2ede(0x19e)](_0x15009e),await TestHubHandler[_0x3e2ede(0x239)](_0x15009e);const _0x3fdd49=BrowserstackCLI['getInstance']();await utilities[_0x3e2ede(0x245)](this,_0x3fdd49?_0x3fdd49['isRunning']():![]),await ClientTroubleShootingService[_0x3e2ede(0x273)](),await BrowserstackCLI[_0x3e2ede(0x1ce)]()[_0x3e2ede(0x239)]();})()['then'](()=>_0xbaebd3(0x23d))['catch'](_0x54d558=>{const _0x33145e=_0xbaebd3;return logger[_0x33145e(0x21b)](_0x4e0df5[_0x33145e(0x221)](_0x4e0df5[_0x33145e(0x1f6)],util[_0x33145e(0x197)](_0x54d558))),_0x4e0df5[_0x33145e(0x214)];}),_0x47098b=new Promise(_0x32041f=>{const _0x6f737b=_0xbaebd3;_0x438eb2=_0x4e0df5['Rmejp'](setTimeout,()=>_0x32041f(_0x6f737b(0x1a5)),_0x59b347),_0x438eb2['unref']&&_0x438eb2[_0x6f737b(0x1f4)]();}),_0x14a378=await Promise[_0xbaebd3(0x231)]([_0x5b76dc,_0x47098b]);_0x4e0df5['ZCnnY'](clearTimeout,_0x438eb2),_0x4e0df5['ThCpo'](_0x14a378,_0x4e0df5[_0xbaebd3(0x1d6)])&&logger[_0xbaebd3(0x224)](_0x4e0df5['qgcSF'](_0x4e0df5['qgcSF'](_0x4e0df5[_0xbaebd3(0x25b)],_0x59b347),_0x4e0df5[_0xbaebd3(0x1d3)])),process[_0xbaebd3(0x20a)](process['exitCode']||_0x4e0df5[_0xbaebd3(0x210)](0x80,constants['SIGNAL_EXIT_CODES'][_0x15009e]||0x0));}['exitHandler'](){const _0x24b8c6=a130_0x479297,_0x36e416={'xtsth':function(_0x1e5420,_0x4fb0b9){return _0x1e5420===_0x4fb0b9;},'MCFor':_0x24b8c6(0x18c),'eBrgm':function(_0x426e81,_0x188dc4){return _0x426e81>_0x188dc4;},'BdxGZ':function(_0x3e828c,_0xfece39){return _0x3e828c(_0xfece39);},'prVWX':function(_0x2c47c1){return _0x2c47c1();},'sEvqB':_0x24b8c6(0x1b9)};let _0x473913=0x0;return async()=>{const _0x15247e=_0x24b8c6;_0x473913++;if(_0x36e416[_0x15247e(0x1f0)](_0x473913,0x1)){helper['checkStopLocalBinaryOnExit'](this[_0x15247e(0x270)])&&await this[_0x15247e(0x191)]();try{logger[_0x15247e(0x21b)](_0x36e416['MCFor']),await TestHubHandler['stop'](_0x473913),await ClientTroubleShootingService[_0x15247e(0x273)](),await BrowserstackCLI['getInstance']()[_0x15247e(0x239)]('1');}catch(_0x467f35){logger['debug'](_0x15247e(0x265)+util[_0x15247e(0x197)](_0x467f35));}PerformanceTester[_0x15247e(0x22b)](PerformanceEvents[_0x15247e(0x188)]);if(PerformanceTester[_0x15247e(0x189)]()){const {measures:_0x40b4d6,errors:_0x34fe97}=await PerformanceTester['finalize'](),_0x2ede48={};if(_0x40b4d6&&_0x36e416['eBrgm'](_0x40b4d6[_0x15247e(0x1ed)],0x0)||_0x34fe97&&_0x36e416[_0x15247e(0x1f7)](_0x34fe97[_0x15247e(0x1ed)],0x0)){const _0x8ecaf8={};_0x8ecaf8[_0x15247e(0x1ec)]=_0x40b4d6,_0x8ecaf8[_0x15247e(0x19c)]=_0x34fe97,Object['assign'](_0x2ede48,_0x8ecaf8);}try{const _0x768b21=await helper[_0x15247e(0x208)](_0x2ede48,this[_0x15247e(0x1c4)]);logger[_0x15247e(0x21b)](_0x15247e(0x1a1)+_0x36e416[_0x15247e(0x260)](getEdsInstrumentationAPIUrl,'')+'\x20with\x20response\x20'+_0x768b21[_0x15247e(0x211)]);}catch(_0x21e6d4){logger[_0x15247e(0x21b)](_0x15247e(0x190)+_0x36e416['BdxGZ'](getEdsInstrumentationAPIUrl,'')+_0x15247e(0x1ad)+util[_0x15247e(0x197)](_0x21e6d4));}try{fs[_0x15247e(0x216)](path[_0x15247e(0x192)](_0x36e416['prVWX'](getLogDir),_0x36e416[_0x15247e(0x1e9)]),JSON['stringify'](_0x2ede48));}catch(_0xa645e1){logger['debug'](_0x15247e(0x205)+_0xa645e1);}}}logger&&logger[_0x15247e(0x1b2)](),fileLogger&&fileLogger[_0x15247e(0x1b2)]();};}}function a130_0x4205(_0x474785,_0x53646a){const _0x2514f9=a130_0x2514();return a130_0x4205=function(_0x4205f4,_0x1109b3){_0x4205f4=_0x4205f4-0x187;let _0x31b76b=_0x2514f9[_0x4205f4];return _0x31b76b;},a130_0x4205(_0x474785,_0x53646a);}exports['default']=BrowserStackSetup;
@@ -1 +1 @@
1
- function a128_0x4341(_0x1e943d,_0x4dcc32){const _0x4a8816=a128_0x4a88();return a128_0x4341=function(_0x434186,_0x2654ad){_0x434186=_0x434186-0x6a;let _0x357e63=_0x4a8816[_0x434186];return _0x357e63;},a128_0x4341(_0x1e943d,_0x4dcc32);}const a128_0x3bbf84=a128_0x4341;function a128_0x4a88(){const _0x2691ca=['getAccessibilityResults','resolveMobileThTestRunUuid','ms\x20using\x20setScriptTimeout\x20API','dujvB','QZPZz','yuRiS','ucgWL','../logger',')\x20with\x20error:\x20','allSettled','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','saveAccessibilityResultsWithRetry','4IZqNrv','cLuMT','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','ycojh','bwLOc','cerRZ','PdoCR','vDrIM','isRunning','aeGEZ','PWexz','xBfnt','RnrFN','cWmhp','playwright-codecept-driver','Accessibility\x20results\x20save\x20attempt\x20','isSeleniumDriver','Scan\x20attempt\x20','kONKR',',\x20cannot\x20perform\x20scan\x20with\x20retry.','../globals','PERFORM_SCAN','vPtqR','error','getAccessibilityResultsSummary','isAccessibilityPlatform','isMobilePlatform','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','8CVNDVo','ZFhJF','hqWFQ',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','TVAWE','../../bin/v2/browserstackCLI','eKOTI','goto','fulfilled','MAHPb','WitmO','maxRetries','8632974KLYRvE','getSession','\x20failed\x20for\x20method:\x20','islFg','capabilitiesList','yXrnH','MtXwT',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','getCurrentUrl','imXyB','name',');\x20skipping\x20save.','../performance/performance-tester','QoZCM','Accessibility\x20retry\x20configuration\x20updated:\x20','browserStackEvaluate','pfWki','Accessibility\x20results\x20retrieval\x20attempt\x20','wzkAi','bbrVn','accessibilityPlatform','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','zcDcO','timeoutMs','hNcpg','JYfLV','WebDriver','JSRKl','xXwHg','Unknown\x20driver/page\x20type:\x20','Playwright','setScriptTimeout','16kHHopM','reason','isPlaywright','rbeSo','18048850HdqKjz','setSeleniumScriptTimeout','zfHjd','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','setDefaultTimeout','getCapabilities','saveTestResults','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','__workerDetails','BAwVC','CjErX','iQOJp','getGlobal','geDLv','summary','[Accessibility]\x20Scan\x20skipped\x20-\x20scanner\x20scripts\x20are\x20not\x20loaded\x20for\x20this\x20run','alOKV','scanSucceeded','DViIH','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','value','Operation\x20timed\x20out\x20after\x20','Playwright\x20accessibility\x20helper\x20not\x20available','ms\x20using\x20timeouts()\x20API','function','constructor','Unknown\x20error','util','8125160ajCZsi','TaDio','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','manage','6386471lkRknz','WtgKG','scannerProcessingTimeout','bstackA11yScanOptions','dtlwP','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','timeouts','418568GSQplQ','type','vLYrX','QhMNq','./helper','ZRUBP','env','AHqgj','max','bcqei','XzaBN','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','stringify','performScanWithRetry','eZFiy','Accessibility\x20scanner\x20scripts\x20are\x20not\x20loaded\x20for\x20this\x20run\x20(','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','\x20-\x20not\x20applicable','measureWrapper','):\x20','xQEFc','PoojP','ms\x20using\x20setTimeouts\x20API','getInstance','selenium-webdriver','setPlaywrightScriptTimeout','RLCyH','debug','1319562nFhetF','page','YJLzM','bstackA11yShouldScan','pUZvq',').\x20Error:\x20','browserstackSessionName','getRetryConfig',').\x20Last\x20error:\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','qFDLM','agJes','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','CCqDT','executeAsyncScript','info','../performance/constants','PgdhR','message','setTimeouts','currentTest','getAccessibilityResultsSummaryWithRetry','HkMnj','Page','VDeJc','evaluate','Accessibility\x20scan\x20attempt\x20','\x20failed\x20(','gausL','playwright-page','rvSWX','defaultTimeoutMs','rejected','faAgm','getAccessibilityModule','options','zcnOa','sCNoF','status','CQWuN','isPlaywrightPage','THyXh','190329fsdbkh','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','vIZGr','GGjmK','Skipping\x20timeout\x20setting\x20for\x20','\x20completed\x20successfully.','url','WKfLY','performScan','warn','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','hasScripts','fAKqe','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','kyepu','assign'];a128_0x4a88=function(){return _0x2691ca;};return a128_0x4a88();}(function(_0x4128dc,_0x25adcf){const _0x12a400=a128_0x4341,_0x2a6681=_0x4128dc();while(!![]){try{const _0xffd83a=-parseInt(_0x12a400(0xb3))/0x1*(parseInt(_0x12a400(0x115))/0x2)+-parseInt(_0x12a400(0xf9))/0x3*(parseInt(_0x12a400(0x88))/0x4)+parseInt(_0x12a400(0xa8))/0x5+parseInt(_0x12a400(0x13e))/0x6+parseInt(_0x12a400(0xac))/0x7+-parseInt(_0x12a400(0x132))/0x8*(parseInt(_0x12a400(0xcf))/0x9)+-parseInt(_0x12a400(0x8c))/0xa;if(_0xffd83a===_0x25adcf)break;else _0x2a6681['push'](_0x2a6681['shift']());}catch(_0x3d2770){_0x2a6681['push'](_0x2a6681['shift']());}}}(a128_0x4a88,0xe3fab));const util=require(a128_0x3bbf84(0xa7)),logger=require(a128_0x3bbf84(0x110))['winstonLogger'],accessibilityHelper=require(a128_0x3bbf84(0xb7)),globals=require(a128_0x3bbf84(0x12a)),scripts=require('./scripts'),PerformanceTester=require(a128_0x3bbf84(0x73)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a128_0x3bbf84(0xdf)),BrowserstackCLI=require(a128_0x3bbf84(0x137));let playwrightA11yHelper=null;try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a128_0x48a165){logger[a128_0x3bbf84(0xce)](a128_0x3bbf84(0xa2));}const a128_0x4272a0={};a128_0x4272a0[a128_0x3bbf84(0x13d)]=0x1,a128_0x4272a0[a128_0x3bbf84(0x7f)]=0x7530,a128_0x4272a0['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a128_0x4272a0,setConfigTimeout=(_0x384e0a,_0x47f494=null)=>{const _0x552cad=a128_0x3bbf84,_0x17e9b6={'eZFiy':function(_0x1592d6,_0x1a0c95){return _0x1592d6===_0x1a0c95;},'WtgKG':_0x552cad(0xae),'PoojP':function(_0x21a65a,_0x3a2459){return _0x21a65a===_0x3a2459;},'WJoWk':function(_0x1a79e8,_0x5c536c){return _0x1a79e8*_0x5c536c;},'sInTg':function(_0x493f43,_0x4e8ade){return _0x493f43(_0x4e8ade);},'SAUkc':function(_0x42f39e,_0x2a8ceb){return _0x42f39e*_0x2a8ceb;},'vDrIM':function(_0x14a950,_0x25e185){return _0x14a950(_0x25e185);}};if(BrowserstackCLI[_0x552cad(0xca)]()[_0x552cad(0x11e)]()&&BrowserstackCLI[_0x552cad(0xca)]()[_0x552cad(0xf1)]()){const _0x5235f6=BrowserstackCLI[_0x552cad(0xca)]()['getAccessibilityModule']()['accessibilityConfig'],_0x17fd22=_0x5235f6[_0x552cad(0xf2)][_0x552cad(0x6b)]||[];for(const _0x10f20f of _0x17fd22){_0x17e9b6[_0x552cad(0xc1)](_0x10f20f[_0x552cad(0x71)],_0x17e9b6[_0x552cad(0xad)])&&_0x17e9b6[_0x552cad(0xc8)](_0x47f494,null)&&(_0x384e0a[_0x552cad(0x7f)]=_0x17e9b6['WJoWk'](_0x17e9b6['sInTg'](parseInt,_0x10f20f[_0x552cad(0xa0)]),0x3e8));}}else process[_0x552cad(0xb9)][_0x552cad(0x9f)]&&(_0x384e0a[_0x552cad(0x7f)]=_0x17e9b6['SAUkc'](_0x17e9b6[_0x552cad(0x11d)](parseInt,process[_0x552cad(0xb9)][_0x552cad(0x9f)]),0x3e8));},detectDriverType=_0x382464=>{const _0x556bb1=a128_0x3bbf84,_0x466cf4={};_0x466cf4[_0x556bb1(0xba)]='unknown',_0x466cf4[_0x556bb1(0xb0)]=function(_0x1582a7,_0x630996){return _0x1582a7===_0x630996;},_0x466cf4['TaDio']=_0x556bb1(0xa4),_0x466cf4[_0x556bb1(0xb5)]=function(_0xf703ed,_0x5d0103){return _0xf703ed===_0x5d0103;},_0x466cf4['vIZGr']=function(_0x4a76f5,_0x1e1921){return _0x4a76f5===_0x1e1921;},_0x466cf4[_0x556bb1(0x6c)]=_0x556bb1(0xec),_0x466cf4['ZRUBP']='selenium-webdriver',_0x466cf4[_0x556bb1(0x70)]=function(_0x9c247a,_0x1a8187){return _0x9c247a===_0x1a8187;},_0x466cf4[_0x556bb1(0x133)]=_0x556bb1(0xe6),_0x466cf4['rolbV']=function(_0xba9ce1,_0x1c8640){return _0xba9ce1===_0x1c8640;},_0x466cf4['pbcEI']=_0x556bb1(0x82),_0x466cf4['VICfN']=function(_0x53376b,_0x1549e6){return _0x53376b===_0x1549e6;},_0x466cf4[_0x556bb1(0x83)]=_0x556bb1(0x86),_0x466cf4[_0x556bb1(0x11f)]='playwright-codecept-driver',_0x466cf4[_0x556bb1(0x116)]=function(_0x4745fa,_0x10ffed){return _0x4745fa||_0x10ffed;},_0x466cf4[_0x556bb1(0xd1)]='undefined';const _0x24ecd0=_0x466cf4;if(!_0x382464){const _0x416b87={};return _0x416b87[_0x556bb1(0x8a)]=![],_0x416b87[_0x556bb1(0xb4)]=_0x24ecd0[_0x556bb1(0xba)],_0x416b87;}if(_0x24ecd0['dtlwP'](typeof _0x382464[_0x556bb1(0xe8)],_0x24ecd0[_0x556bb1(0xa9)])&&_0x24ecd0[_0x556bb1(0xb5)](typeof _0x382464[_0x556bb1(0xff)],_0x24ecd0[_0x556bb1(0xa9)])&&_0x24ecd0[_0x556bb1(0xfb)](typeof _0x382464[_0x556bb1(0x139)],_0x24ecd0[_0x556bb1(0xa9)])){const _0x2aa5e4={};return _0x2aa5e4['isPlaywright']=!![],_0x2aa5e4['type']=_0x24ecd0[_0x556bb1(0x6c)],_0x2aa5e4;}if(_0x24ecd0['vLYrX'](typeof _0x382464[_0x556bb1(0xdd)],_0x24ecd0[_0x556bb1(0xa9)])&&_0x24ecd0[_0x556bb1(0xb5)](typeof _0x382464[_0x556bb1(0x91)],_0x24ecd0[_0x556bb1(0xa9)])){const _0x2bef76={};return _0x2bef76[_0x556bb1(0x8a)]=![],_0x2bef76[_0x556bb1(0xb4)]=_0x24ecd0[_0x556bb1(0xb8)],_0x2bef76;}const _0x58e6cb=_0x382464[_0x556bb1(0xa5)]?.[_0x556bb1(0x71)];if(_0x24ecd0[_0x556bb1(0x70)](_0x58e6cb,_0x24ecd0[_0x556bb1(0x133)])){const _0x1efbb9={};return _0x1efbb9[_0x556bb1(0x8a)]=!![],_0x1efbb9[_0x556bb1(0xb4)]=_0x24ecd0[_0x556bb1(0x6c)],_0x1efbb9;}if(_0x24ecd0['rolbV'](_0x58e6cb,_0x24ecd0['pbcEI'])){const _0x92f866={};return _0x92f866[_0x556bb1(0x8a)]=![],_0x92f866['type']=_0x24ecd0['ZRUBP'],_0x92f866;}if(_0x24ecd0['VICfN'](_0x58e6cb,_0x24ecd0[_0x556bb1(0x83)])){const _0xf9ba49={};return _0xf9ba49['isPlaywright']=!![],_0xf9ba49[_0x556bb1(0xb4)]=_0x24ecd0[_0x556bb1(0x11f)],_0xf9ba49;}logger['warn'](_0x556bb1(0x85)+_0x24ecd0['cLuMT'](_0x58e6cb,_0x24ecd0['YJLzM']));const _0x25f634={};return _0x25f634[_0x556bb1(0x8a)]=![],_0x25f634['type']=_0x24ecd0[_0x556bb1(0xba)],_0x25f634;},withTimeout=(_0x54ee4f,_0x1f5daf)=>{const _0x2e8a4b=a128_0x3bbf84;return Promise['race']([_0x54ee4f,new Promise((_0x15d9ae,_0x3156c7)=>setTimeout(()=>_0x3156c7(new Error(_0x2e8a4b(0xa1)+_0x1f5daf+'ms')),_0x1f5daf))]);};exports[a128_0x3bbf84(0xc0)]=async(_0x530e09,_0x308307=null,_0xaac9ae=null,_0x4352f3=![],_0x1d14aa=null)=>{const _0x19e7e2=a128_0x3bbf84,_0x588434={'sCNoF':function(_0x25d56b,_0x4c20f2){return _0x25d56b&&_0x4c20f2;},'VDeJc':function(_0x1a57ca,_0x4a2712,_0xc66a56){return _0x1a57ca(_0x4a2712,_0xc66a56);},'BAwVC':function(_0xba6887,_0x5ea17e){return _0xba6887===_0x5ea17e;},'xXwHg':_0x19e7e2(0x124),'cufYF':function(_0xdedb0a,_0x42c2a9,_0x3d3d48){return _0xdedb0a(_0x42c2a9,_0x3d3d48);},'ucgWL':function(_0x13148b,_0xf1feaa){return _0x13148b(_0xf1feaa);},'TVAWE':function(_0x4ae43b,_0x2ddf81){return _0x4ae43b||_0x2ddf81;},'xQEFc':function(_0x19de75,_0x10f05a){return _0x19de75!==_0x10f05a;},'WKfLY':_0x19e7e2(0x12f),'BHmbs':function(_0x2ba140,_0x525d84){return _0x2ba140!==_0x525d84;},'kyepu':_0x19e7e2(0xd2),'yuRiS':function(_0x1ad6d4,_0x3d9e97){return _0x1ad6d4===_0x3d9e97;},'zfHjd':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','xBfnt':_0x19e7e2(0x101),'vPtqR':_0x19e7e2(0x9b),'bwLOc':'unknown_method','eKOTI':function(_0x58a43f,_0x3b1209){return _0x58a43f===_0x3b1209;},'rbeSo':'function','hqWFQ':function(_0x363f3f,_0x15486e){return _0x363f3f<=_0x15486e;},'RvYou':function(_0x4d3f58,_0x3676b6){return _0x4d3f58+_0x3676b6;},'GGjmK':function(_0x707f1c,_0x28ff32){return _0x707f1c+_0x28ff32;},'JYfLV':_0x19e7e2(0xa6)},{isPlaywright:_0x3198be,type:_0x3b8307}=_0x588434[_0x19e7e2(0x10f)](detectDriverType,_0x530e09),_0xd58551=_0x4352f3?_0x588434[_0x19e7e2(0x136)](_0x1d14aa,{}):global[_0x19e7e2(0xaf)]||{},_0x3fe48c=_0x3198be?global[_0x19e7e2(0x7b)]&&(_0x4352f3||_0x588434[_0x19e7e2(0xc7)](global[_0x19e7e2(0xd2)],![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x19e7e2(0x98)](_0x588434[_0x19e7e2(0x100)])&&(_0x4352f3||_0x588434['BHmbs'](globals[_0x19e7e2(0x98)](_0x588434[_0x19e7e2(0x107)]),![]));if(!_0x3fe48c)return _0x3198be&&global[_0x19e7e2(0x7b)]&&_0x588434[_0x19e7e2(0x95)](global['bstackA11yShouldScan'],![])||!_0x3198be&&globals['getGlobal'](_0x588434[_0x19e7e2(0x100)])&&_0x588434[_0x19e7e2(0x10e)](globals[_0x19e7e2(0x98)](_0x588434[_0x19e7e2(0x107)]),![])?logger['debug'](_0x588434[_0x19e7e2(0x8e)]):logger[_0x19e7e2(0x102)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x3b8307+_0x19e7e2(0x129)),![];if(!_0xaac9ae&&!scripts['hasScripts'](_0x588434[_0x19e7e2(0x121)]))return logger[_0x19e7e2(0xce)](_0x588434[_0x19e7e2(0x12c)]),![];const _0x1fefd0=_0x308307||global[_0x19e7e2(0xd5)]||_0x588434[_0x19e7e2(0x11a)];let _0x1d7b53=null;const _0x111a37={'testhub_btcer_uuid':global[_0x19e7e2(0x94)]?.[_0x19e7e2(0xe3)]?.['id'],'url':_0x588434[_0x19e7e2(0x138)](typeof _0x530e09[_0x19e7e2(0xff)],_0x588434['rbeSo'])?await _0x530e09['url']():_0x588434[_0x19e7e2(0x10e)](typeof _0x530e09['getCurrentUrl'],_0x588434['rbeSo'])?await _0x530e09[_0x19e7e2(0x6f)]():'','automate_session_id':_0x588434[_0x19e7e2(0x95)](typeof _0x530e09['getSession'],_0x588434[_0x19e7e2(0x8b)])?(await _0x530e09[_0x19e7e2(0x13f)]())['getId']():''};for(let _0xfd3339=0x1;_0x588434[_0x19e7e2(0x134)](_0xfd3339,_0x588434['RvYou'](RETRY_CONFIG[_0x19e7e2(0x13d)],0x1));_0xfd3339++){try{return logger['debug'](_0x19e7e2(0xe9)+_0xfd3339+'/'+_0x588434[_0x19e7e2(0xfc)](RETRY_CONFIG[_0x19e7e2(0x13d)],0x1)+'\x20for\x20method:\x20'+_0x1fefd0+'\x20('+_0x3b8307+')'),await PerformanceTester[_0x19e7e2(0xc5)](PerformanceA11yEvents[_0x19e7e2(0x12b)],async()=>{const _0x17e2d5=_0x19e7e2;let _0x49a476;if(_0x588434[_0x17e2d5(0xf4)](_0x3198be,playwrightA11yHelper)){_0x588434[_0x17e2d5(0xe7)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x17e2d5(0xcc)](_0x530e09,RETRY_CONFIG[_0x17e2d5(0x7f)]);let _0x25c8c4=_0x530e09;_0x588434[_0x17e2d5(0x95)](_0x3b8307,_0x588434[_0x17e2d5(0x84)])&&(_0x25c8c4=_0x530e09[_0x17e2d5(0xd0)]);const _0x4c4f3f=global['isMobilePlatform']?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x17e2d5(0x10a)]()}:{};_0x49a476=await _0x588434[_0x17e2d5(0xe7)](withTimeout,playwrightA11yHelper[_0x17e2d5(0x101)](_0x25c8c4,_0x1fefd0,_0xd58551,_0x4c4f3f),RETRY_CONFIG[_0x17e2d5(0x7f)]),await exports['setPlaywrightScriptTimeout'](_0x530e09,RETRY_CONFIG['defaultTimeoutMs']);}else await exports[_0x17e2d5(0x8d)](_0x530e09,RETRY_CONFIG[_0x17e2d5(0x7f)]),_0x49a476=await _0x588434['cufYF'](withTimeout,accessibilityHelper[_0x17e2d5(0x101)](_0x530e09,_0x1fefd0,_0x4352f3,_0xd58551),RETRY_CONFIG[_0x17e2d5(0x7f)]),await exports['setSeleniumScriptTimeout'](_0x530e09,RETRY_CONFIG[_0x17e2d5(0xee)]);logger[_0x17e2d5(0xce)](_0x17e2d5(0x127)+_0xfd3339+_0x17e2d5(0xfe));},{'command':_0x1fefd0,..._0x111a37})(),logger['info']('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0xfd3339+'.'),!![];}catch(_0x5f2f90){_0x1d7b53=_0x5f2f90,logger['debug']('Accessibility\x20scan\x20attempt\x20'+_0xfd3339+_0x19e7e2(0x140)+_0x1fefd0+'\x20('+_0x3b8307+_0x19e7e2(0xd4)+_0x5f2f90[_0x19e7e2(0xe1)]);}}return logger[_0x19e7e2(0x12d)](_0x19e7e2(0xc3)+_0x1fefd0+'\x20('+_0x3b8307+_0x19e7e2(0x111)+(_0x1d7b53?.['message']||_0x588434[_0x19e7e2(0x81)])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x49f209,_0x3ca6e4)=>{const _0x201f5c=a128_0x3bbf84,_0x64206c={'bcqei':function(_0x30800b,_0x3bd1e3){return _0x30800b(_0x3bd1e3);},'geDLv':'isAccessibilityPlatform','PgdhR':function(_0x3f27f5,_0x17b306){return _0x3f27f5<=_0x17b306;},'dujvB':function(_0x27c212,_0x34cccc){return _0x27c212+_0x34cccc;},'rvSWX':function(_0xc63440,_0xda4ea3){return _0xc63440+_0xda4ea3;},'nuwWq':function(_0x203402,_0x77c995){return _0x203402&&_0x77c995;},'RLCyH':function(_0x52718d,_0x4b2f0a,_0x40e994){return _0x52718d(_0x4b2f0a,_0x40e994);},'faAgm':function(_0x51437e,_0x143208,_0x5132ec){return _0x51437e(_0x143208,_0x5132ec);},'iQOJp':_0x201f5c(0xa6)},{isPlaywright:_0x1c59da,type:_0x2b87cc}=_0x64206c[_0x201f5c(0xbc)](detectDriverType,_0x49f209),_0x32a97c=_0x1c59da?_0x3ca6e4[_0x201f5c(0x7b)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x201f5c(0x98)](_0x64206c[_0x201f5c(0x99)]);if(!_0x32a97c)return logger[_0x201f5c(0x102)](_0x201f5c(0x106)+_0x2b87cc+_0x201f5c(0x135)),[];let _0x416f9e=null;for(let _0x1327b4=0x1;_0x64206c[_0x201f5c(0xe0)](_0x1327b4,_0x64206c[_0x201f5c(0x10c)](RETRY_CONFIG[_0x201f5c(0x13d)],0x1));_0x1327b4++){try{logger[_0x201f5c(0xce)](_0x201f5c(0x78)+_0x1327b4+'/'+_0x64206c[_0x201f5c(0xed)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x2b87cc+')');let _0x596056;return _0x64206c['nuwWq'](_0x1c59da,playwrightA11yHelper)?(_0x64206c[_0x201f5c(0xcd)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x201f5c(0xcc)](_0x49f209,RETRY_CONFIG[_0x201f5c(0x7f)]),_0x596056=await _0x64206c[_0x201f5c(0xcd)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x49f209),RETRY_CONFIG['timeoutMs']),await exports['setPlaywrightScriptTimeout'](_0x49f209,RETRY_CONFIG[_0x201f5c(0xee)])):(await exports['setSeleniumScriptTimeout'](_0x49f209,RETRY_CONFIG[_0x201f5c(0x7f)]),_0x596056=await _0x64206c[_0x201f5c(0xf0)](withTimeout,accessibilityHelper[_0x201f5c(0x109)](_0x49f209,_0x3ca6e4),RETRY_CONFIG['timeoutMs']),await exports[_0x201f5c(0x8d)](_0x49f209,RETRY_CONFIG[_0x201f5c(0xee)])),logger[_0x201f5c(0xde)](_0x201f5c(0x118)+_0x1327b4+'\x20('+_0x2b87cc+')'),_0x596056;}catch(_0x6da72a){_0x416f9e=_0x6da72a,logger[_0x201f5c(0x102)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x1327b4+'\x20failed\x20('+_0x2b87cc+_0x201f5c(0xd4)+_0x6da72a['message']);}}return logger[_0x201f5c(0x12d)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x2b87cc+_0x201f5c(0xd7)+(_0x416f9e?.[_0x201f5c(0xe1)]||_0x64206c[_0x201f5c(0x97)])),[];},exports[a128_0x3bbf84(0xe4)]=async(_0x567fe9,_0x3d44d0)=>{const _0x513613=a128_0x3bbf84,_0x10130e={'PdoCR':function(_0x1728e5,_0x5e7b4d){return _0x1728e5(_0x5e7b4d);},'qFDLM':_0x513613(0x12f),'xoDAm':function(_0x23e4db,_0x150934){return _0x23e4db<=_0x150934;},'alOKV':function(_0x30973e,_0x18ff9c){return _0x30973e+_0x18ff9c;},'XzaBN':function(_0x4f7df9,_0x106904){return _0x4f7df9&&_0x106904;},'zHNLM':function(_0x307da2,_0x5f1b4f,_0x1a2481){return _0x307da2(_0x5f1b4f,_0x1a2481);},'Hwlhq':function(_0x2a049e,_0x2f7a0e,_0x5cfde1){return _0x2a049e(_0x2f7a0e,_0x5cfde1);},'MAHPb':_0x513613(0xa6)},{isPlaywright:_0x5e0865,type:_0x15bf7a}=_0x10130e[_0x513613(0x11c)](detectDriverType,_0x567fe9),_0x26a2da=_0x5e0865?_0x3d44d0[_0x513613(0x7b)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x513613(0x98)](_0x10130e[_0x513613(0xd9)]);if(!_0x26a2da)return logger[_0x513613(0x102)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x15bf7a+_0x513613(0x6e)),{};let _0x221bd2=null;for(let _0x2edacc=0x1;_0x10130e['xoDAm'](_0x2edacc,_0x10130e[_0x513613(0x9c)](RETRY_CONFIG['maxRetries'],0x1));_0x2edacc++){try{logger[_0x513613(0xce)](_0x513613(0x93)+_0x2edacc+'/'+_0x10130e[_0x513613(0x9c)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x15bf7a+')');let _0x5406ad;return _0x10130e[_0x513613(0xbd)](_0x5e0865,playwrightA11yHelper)?(_0x10130e['zHNLM'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x567fe9,RETRY_CONFIG['timeoutMs']),_0x5406ad=await _0x10130e['zHNLM'](withTimeout,playwrightA11yHelper[_0x513613(0x12e)](_0x567fe9),RETRY_CONFIG[_0x513613(0x7f)]),await exports[_0x513613(0xcc)](_0x567fe9,RETRY_CONFIG[_0x513613(0xee)])):(await exports[_0x513613(0x8d)](_0x567fe9,RETRY_CONFIG[_0x513613(0x7f)]),_0x5406ad=await _0x10130e['Hwlhq'](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0x567fe9,_0x3d44d0),RETRY_CONFIG[_0x513613(0x7f)]),await exports[_0x513613(0x8d)](_0x567fe9,RETRY_CONFIG[_0x513613(0xee)])),logger[_0x513613(0xde)](_0x513613(0x113)+_0x2edacc+'\x20('+_0x15bf7a+')'),_0x5406ad;}catch(_0x4f4d94){_0x221bd2=_0x4f4d94,logger[_0x513613(0x102)](_0x513613(0x93)+_0x2edacc+'\x20failed\x20('+_0x15bf7a+_0x513613(0xd4)+_0x4f4d94['message']);}}return logger[_0x513613(0x12d)](_0x513613(0x103)+_0x15bf7a+_0x513613(0xd7)+(_0x221bd2?.['message']||_0x10130e[_0x513613(0x13b)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x1cec95,_0x3ef119,_0xda31b7=null)=>{const _0x1e9e11=a128_0x3bbf84,_0x354b9f={'PWexz':function(_0x1905fd,_0x5d4d0e){return _0x1905fd(_0x5d4d0e);},'MtXwT':function(_0x1b8da1,_0x5f1634){return _0x1b8da1===_0x5f1634;},'RnrFN':_0x1e9e11(0x13a),'fAKqe':_0x1e9e11(0xef),'ArtiX':_0x1e9e11(0xdb)},{isPlaywright:_0x215b71,type:_0x457aeb}=_0x354b9f[_0x1e9e11(0x120)](detectDriverType,_0x1cec95),_0x22d109={};_0x22d109[_0x1e9e11(0x9d)]=![],_0x22d109['results']=[],_0x22d109[_0x1e9e11(0x9a)]={},_0x22d109[_0x1e9e11(0x12d)]=null,_0x22d109['driverType']=_0x457aeb;const _0x41a201=_0x22d109;try{_0x41a201[_0x1e9e11(0x9d)]=await exports[_0x1e9e11(0xc0)](_0x1cec95,_0xda31b7);if(_0x41a201[_0x1e9e11(0x9d)]){const [_0x3eaf21,_0x35d088]=await Promise[_0x1e9e11(0x112)]([exports['getAccessibilityResultsWithRetry'](_0x1cec95,_0x3ef119),exports[_0x1e9e11(0xe4)](_0x1cec95,_0x3ef119)]);_0x41a201['results']=_0x354b9f[_0x1e9e11(0x6d)](_0x3eaf21[_0x1e9e11(0xf5)],_0x354b9f[_0x1e9e11(0x122)])?_0x3eaf21[_0x1e9e11(0xa0)]:[],_0x41a201[_0x1e9e11(0x9a)]=_0x354b9f[_0x1e9e11(0x6d)](_0x35d088['status'],_0x354b9f[_0x1e9e11(0x122)])?_0x35d088[_0x1e9e11(0xa0)]:{},_0x354b9f[_0x1e9e11(0x6d)](_0x3eaf21['status'],_0x354b9f[_0x1e9e11(0x105)])&&logger[_0x1e9e11(0x102)](_0x1e9e11(0xb1)+_0x457aeb+_0x1e9e11(0xc6)+_0x3eaf21[_0x1e9e11(0x89)]?.[_0x1e9e11(0xe1)]),_0x354b9f[_0x1e9e11(0x6d)](_0x35d088[_0x1e9e11(0xf5)],_0x354b9f[_0x1e9e11(0x105)])&&logger['warn'](_0x1e9e11(0xaa)+_0x457aeb+_0x1e9e11(0xc6)+_0x35d088[_0x1e9e11(0x89)]?.['message']);}}catch(_0x1defdb){_0x41a201['error']=_0x1defdb[_0x1e9e11(0xe1)]||_0x354b9f['ArtiX'],logger['error']('Comprehensive\x20accessibility\x20scan\x20failed\x20('+_0x457aeb+_0x1e9e11(0xc6)+_0x41a201[_0x1e9e11(0x12d)]);}return _0x41a201;},exports['updateRetryConfig']=_0x102969=>{const _0x47cda0=a128_0x3bbf84,_0x3f247f={};_0x3f247f[_0x47cda0(0xd3)]=function(_0x1311a0,_0x3a74c5){return _0x1311a0!==_0x3a74c5;},_0x3f247f['QoZCM']=function(_0x31a9bb,_0xaac7c4){return _0x31a9bb!==_0xaac7c4;};const _0x14cc3f=_0x3f247f;_0x14cc3f[_0x47cda0(0xd3)](_0x102969['maxRetries'],undefined)&&(RETRY_CONFIG[_0x47cda0(0x13d)]=Math[_0x47cda0(0xbb)](0x0,_0x102969[_0x47cda0(0x13d)])),_0x14cc3f[_0x47cda0(0x74)](_0x102969['timeoutMs'],undefined)&&(RETRY_CONFIG['timeoutMs']=Math[_0x47cda0(0xbb)](0x3e8,_0x102969['timeoutMs'])),logger[_0x47cda0(0xce)](_0x47cda0(0x75)+JSON[_0x47cda0(0xbf)](RETRY_CONFIG));},exports[a128_0x3bbf84(0xd6)]=()=>{const _0x198b19={...RETRY_CONFIG};return _0x198b19;},exports[a128_0x3bbf84(0xf7)]=_0x1b64ec=>{const _0x3c398c=a128_0x3bbf84,_0x97efc8={'cWmhp':function(_0x367fc9,_0x1b85e1){return _0x367fc9(_0x1b85e1);}};return _0x97efc8[_0x3c398c(0x123)](detectDriverType,_0x1b64ec)[_0x3c398c(0x8a)];},exports[a128_0x3bbf84(0x126)]=_0x431671=>{const _0x591d7f=a128_0x3bbf84,_0x28613b={'cFKqU':function(_0x1c17a,_0x461538){return _0x1c17a(_0x461538);},'CQWuN':function(_0xe9e3aa,_0xe97c18){return _0xe9e3aa===_0xe97c18;},'DViIH':_0x591d7f(0xcb)},{isPlaywright:_0x37187c,type:_0x41852a}=_0x28613b['cFKqU'](detectDriverType,_0x431671);return!_0x37187c&&_0x28613b[_0x591d7f(0xf6)](_0x41852a,_0x28613b[_0x591d7f(0x9e)]);},exports['setPlaywrightScriptTimeout']=async(_0x19536c,_0x20f6e2=null)=>{const _0x3a9c37=a128_0x3bbf84,_0x37d18b={'WrbLW':function(_0x2cffeb,_0x1eb96e){return _0x2cffeb(_0x1eb96e);},'HkMnj':function(_0x86f0c0,_0x219664){return _0x86f0c0===_0x219664;},'pfWki':_0x3a9c37(0xa4)},{isPlaywright:_0x9b1307,type:_0x49cabe}=_0x37d18b['WrbLW'](detectDriverType,_0x19536c);if(!_0x9b1307)return logger[_0x3a9c37(0xce)](_0x3a9c37(0xfd)+_0x49cabe+_0x3a9c37(0xc4)),!![];const _0x155e2b=_0x20f6e2||RETRY_CONFIG[_0x3a9c37(0xee)];try{return _0x19536c&&_0x37d18b[_0x3a9c37(0xe5)](typeof _0x19536c[_0x3a9c37(0x90)],_0x37d18b[_0x3a9c37(0x77)])&&(await _0x19536c[_0x3a9c37(0x90)](_0x155e2b),logger[_0x3a9c37(0xce)](_0x3a9c37(0x117)+_0x155e2b+'ms')),!![];}catch(_0x1b0ae3){return logger['warn'](_0x3a9c37(0xbe)+_0x1b0ae3['message']),![];}},exports[a128_0x3bbf84(0x8d)]=async(_0x9c451b,_0x2f2d19=null)=>{const _0x1acd06=a128_0x3bbf84,_0xc94f1a={};_0xc94f1a[_0x1acd06(0xb6)]='Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver',_0xc94f1a['gausL']=function(_0x2b313e,_0xe1355c){return _0x2b313e===_0xe1355c;},_0xc94f1a['kONKR']=_0x1acd06(0xa4),_0xc94f1a[_0x1acd06(0x96)]=function(_0x393afa,_0x15af60){return _0x393afa===_0x15af60;},_0xc94f1a[_0x1acd06(0xdc)]=function(_0x646c38,_0x1a7cdf){return _0x646c38===_0x1a7cdf;},_0xc94f1a[_0x1acd06(0x7a)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0xc94f1a[_0x1acd06(0xf8)]=_0x1acd06(0x131);const _0x59eb7a=_0xc94f1a;if(!exports[_0x1acd06(0x126)](_0x9c451b))return logger[_0x1acd06(0x102)](_0x59eb7a[_0x1acd06(0xb6)]),![];const _0x521f80=_0x2f2d19||RETRY_CONFIG[_0x1acd06(0xee)];try{if(_0x9c451b&&_0x59eb7a[_0x1acd06(0xeb)](typeof _0x9c451b[_0x1acd06(0xab)],_0x59eb7a[_0x1acd06(0x128)])){const _0x25a8e3=_0x9c451b['manage']();if(_0x25a8e3&&_0x59eb7a[_0x1acd06(0xeb)](typeof _0x25a8e3[_0x1acd06(0xb2)],_0x59eb7a[_0x1acd06(0x128)]))await _0x25a8e3[_0x1acd06(0xb2)]()['setScriptTimeout'](_0x521f80),logger[_0x1acd06(0xce)](_0x1acd06(0xfa)+_0x521f80+_0x1acd06(0xa3));else{if(_0x25a8e3&&_0x59eb7a[_0x1acd06(0x96)](typeof _0x25a8e3[_0x1acd06(0xe2)],_0x59eb7a[_0x1acd06(0x128)])){const _0x21fb7b={};_0x21fb7b['script']=_0x521f80,await _0x25a8e3['setTimeouts'](_0x21fb7b),logger[_0x1acd06(0xce)](_0x1acd06(0xfa)+_0x521f80+_0x1acd06(0xc9));}else{if(_0x25a8e3&&_0x59eb7a[_0x1acd06(0xdc)](typeof _0x25a8e3[_0x1acd06(0x87)],_0x59eb7a['kONKR']))await _0x25a8e3[_0x1acd06(0x87)](_0x521f80),logger[_0x1acd06(0xce)](_0x1acd06(0xfa)+_0x521f80+_0x1acd06(0x10b));else return logger[_0x1acd06(0xce)](_0x59eb7a['bbrVn']),!![];}}}else return logger[_0x1acd06(0xce)](_0x59eb7a[_0x1acd06(0xf8)]),!![];return!![];}catch(_0x37b86a){return logger[_0x1acd06(0x102)](_0x1acd06(0x8f)+_0x37b86a[_0x1acd06(0xe1)]),![];}},exports[a128_0x3bbf84(0x114)]=async(_0x12145a,_0x3426e5)=>{const _0x13dc27=a128_0x3bbf84,_0x4ca8bb={'islFg':function(_0x254888,_0x10cacf){return _0x254888(_0x10cacf);},'QZPZz':_0x13dc27(0x12f),'ycojh':_0x13dc27(0x92),'WitmO':function(_0x4004e3,_0x38cebd){return _0x4004e3<=_0x38cebd;},'hNcpg':function(_0x3e76b3,_0x50eb09){return _0x3e76b3+_0x50eb09;},'agJes':function(_0x28175b,_0x16f21e){return _0x28175b&&_0x16f21e;},'zcDcO':function(_0x153fe8,_0xe96794,_0x11f98e){return _0x153fe8(_0xe96794,_0x11f98e);},'zcnOa':function(_0x2c7476,_0x7e66e6,_0x1ebbe7){return _0x2c7476(_0x7e66e6,_0x1ebbe7);},'wzkAi':_0x13dc27(0x130),'cerRZ':function(_0x35c442,_0x5c219e,_0x347353){return _0x35c442(_0x5c219e,_0x347353);},'XmFqp':_0x13dc27(0xa6)},{isPlaywright:_0x4930d2,type:_0x3bf9b7}=_0x4ca8bb[_0x13dc27(0x6a)](detectDriverType,_0x12145a),_0x1a0d8d=_0x4930d2?global['accessibilityPlatform']:accessibilityHelper['isAccessibilityAutomationSession']()&&globals['getGlobal'](_0x4ca8bb[_0x13dc27(0x10d)]);if(!_0x1a0d8d)return logger[_0x13dc27(0x102)](_0x13dc27(0x106)+_0x3bf9b7+_0x13dc27(0xd8)),![];if(!scripts[_0x13dc27(0x104)](_0x4ca8bb[_0x13dc27(0x119)]))return logger[_0x13dc27(0x102)](_0x13dc27(0xc2)+_0x3bf9b7+_0x13dc27(0x72)),![];let _0x3ded0=null;for(let _0x2949b4=0x1;_0x4ca8bb[_0x13dc27(0x13c)](_0x2949b4,_0x4ca8bb['hNcpg'](RETRY_CONFIG[_0x13dc27(0x13d)],0x1));_0x2949b4++){try{logger[_0x13dc27(0xce)](_0x13dc27(0x125)+_0x2949b4+'/'+_0x4ca8bb[_0x13dc27(0x80)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x3bf9b7+')');if(_0x4ca8bb[_0x13dc27(0xda)](_0x4930d2,playwrightA11yHelper)){_0x4ca8bb[_0x13dc27(0x7e)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x13dc27(0xcc)](_0x12145a,RETRY_CONFIG[_0x13dc27(0x7f)]);const _0x2c538e={};_0x2c538e['is_mobile_session']=!![];const _0xae431e=global['isMobilePlatform']?Object[_0x13dc27(0x108)]({},_0x3426e5,_0x2c538e):_0x3426e5;await _0x4ca8bb[_0x13dc27(0xf3)](withTimeout,playwrightA11yHelper[_0x13dc27(0x76)](_0x12145a,scripts[_0x13dc27(0x92)],_0xae431e),RETRY_CONFIG[_0x13dc27(0x7f)]),await exports[_0x13dc27(0xcc)](_0x12145a,RETRY_CONFIG[_0x13dc27(0xee)]);}else{await exports[_0x13dc27(0x8d)](_0x12145a,RETRY_CONFIG[_0x13dc27(0x7f)]);const _0x57d512={};_0x57d512['is_mobile_session']=!![];const _0x5da013=globals[_0x13dc27(0x98)](_0x4ca8bb[_0x13dc27(0x79)])?Object[_0x13dc27(0x108)]({},_0x3426e5,_0x57d512):_0x3426e5;await _0x4ca8bb[_0x13dc27(0x11b)](withTimeout,_0x12145a[_0x13dc27(0xdd)](scripts[_0x13dc27(0x92)],_0x5da013),RETRY_CONFIG[_0x13dc27(0x7f)]),await exports[_0x13dc27(0x8d)](_0x12145a,RETRY_CONFIG[_0x13dc27(0xee)]);}return logger['info'](_0x13dc27(0x7d)+_0x2949b4+'\x20('+_0x3bf9b7+')'),!![];}catch(_0x4e5cbc){_0x3ded0=_0x4e5cbc,logger[_0x13dc27(0x102)](_0x13dc27(0x125)+_0x2949b4+_0x13dc27(0xea)+_0x3bf9b7+_0x13dc27(0xd4)+_0x4e5cbc[_0x13dc27(0xe1)]);}}return logger[_0x13dc27(0x12d)](_0x13dc27(0x7c)+_0x3bf9b7+_0x13dc27(0xd7)+(_0x3ded0?.[_0x13dc27(0xe1)]||_0x4ca8bb['XmFqp'])),![];};
1
+ const a131_0x30e3d1=a131_0x144a;(function(_0x47533d,_0x5d9ed5){const _0x4d9141=a131_0x144a,_0x1fbe7d=_0x47533d();while(!![]){try{const _0x352a24=-parseInt(_0x4d9141(0x19d))/0x1+-parseInt(_0x4d9141(0x1d0))/0x2+parseInt(_0x4d9141(0x1fa))/0x3*(parseInt(_0x4d9141(0x1b4))/0x4)+parseInt(_0x4d9141(0x16e))/0x5+parseInt(_0x4d9141(0x145))/0x6*(parseInt(_0x4d9141(0x15b))/0x7)+-parseInt(_0x4d9141(0x198))/0x8+parseInt(_0x4d9141(0x1a4))/0x9*(parseInt(_0x4d9141(0x176))/0xa);if(_0x352a24===_0x5d9ed5)break;else _0x1fbe7d['push'](_0x1fbe7d['shift']());}catch(_0x37ddd6){_0x1fbe7d['push'](_0x1fbe7d['shift']());}}}(a131_0x4493,0x1ee0b));const util=require(a131_0x30e3d1(0x1db)),logger=require(a131_0x30e3d1(0x1d6))['winstonLogger'],accessibilityHelper=require(a131_0x30e3d1(0x142)),globals=require(a131_0x30e3d1(0x155)),scripts=require(a131_0x30e3d1(0x127)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a131_0x30e3d1(0x1e8)),BrowserstackCLI=require(a131_0x30e3d1(0x18e));function a131_0x4493(){const _0x617188=['Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','script','warn','../globals','NnLbS','isRunning','Page','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','biuRr','427XQONZq',')\x20with\x20error:\x20','Skipping\x20timeout\x20setting\x20for\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','Comprehensive\x20accessibility\x20scan\x20failed\x20(','measureWrapper','browserstackSessionName','GyrAO','isAccessibilityAutomationSession','maxRetries','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','status','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','getAccessibilityModule','accessibilityPlatform','fLgve','dPYKv','\x20for\x20method:\x20','oIaPK','1174580ZjcDiI','../../bin/playwright/accessibility-helper','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','isPlaywright','type','playwright-page','setDefaultTimeout','getSession','30MrofKt','max','unknown','JLOHY','setScriptTimeout','WwQMa','FosSa','zYnDM','scanSucceeded','function','dTpyw','pujWd','VfNUu','fDttW','KnHTy','HTGAY','executeAsyncScript','FAzmr','evaluate','getInstance','value','cUcUo','BOxNC','KsAAH','../../bin/v2/browserstackCLI','rejected','stringify','Accessibility\x20scan\x20attempt\x20','playwright-codecept-driver','getAccessibilityResults','AADae','resolveMobileThTestRunUuid','bstackA11yShouldScan','TQPxW','1528408IAxDNs','options','results','getAccessibilityResultsSummary','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','198958iPXWio','timeouts','):\x20','pRjRG','name','hasScripts','birvJ','300546jDtjcd','yHjeQ','bstackA11yScanOptions','performScan','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','cTMBY','PERFORM_SCAN','jncpT','PqfUH','info','getGlobal','FvdTQ','DCQhm','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','htdlv','tWunK','4njxWwc','NZgRo','ms\x20using\x20setTimeouts\x20API','manage','Operation\x20timed\x20out\x20after\x20','HFlYO','gCraC','assign','browserStackEvaluate','OBMXU','wFtMf','rLfup','isSeleniumDriver','mmkEY','capabilitiesList','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','WebDriver','WmYZc','PwhcO','setPlaywrightScriptTimeout','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','QsmUk','SYAcP','\x20-\x20not\x20applicable','rKzxw','DPqCI','nwEWn','url','245400VoteIO','[Accessibility]\x20Scan\x20skipped\x20-\x20scanner\x20scripts\x20are\x20not\x20loaded\x20for\x20this\x20run','PKUHb','race','eyHIP','isAccessibilityPlatform','../logger','ieiiQ',').\x20Error:\x20','selenium-webdriver','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','util','ydMEz','isPlaywrightPage','__workerDetails','tLDPe','debug','performComprehensiveAccessibilityScanWithRetry','SRbwm','gVyrr','Unknown\x20error','VrXzq','tcvhA','performScanWithRetry','../performance/constants','getCurrentUrl','is_mobile_session','VGySI','\x20failed\x20(','Unknown\x20driver/page\x20type:\x20','GpLOC','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','nAyIL',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','ROPjv','unknown_method','kQWqe','getAccessibilityResultsWithRetry','jYhlG','Accessibility\x20scanner\x20scripts\x20are\x20not\x20loaded\x20for\x20this\x20run\x20(','setTimeouts','294999OwZGCr','vAIVD','UUCAT','getId','summary','ONgIu','FOPbA',',\x20cannot\x20perform\x20scan\x20with\x20retry.','./scripts','error','EYNDE','\x20completed\x20successfully.','LAzie','getAccessibilityResultsSummaryWithRetry','page',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','uoVYi','getCapabilities','allSettled','Accessibility\x20retry\x20configuration\x20updated:\x20','isMobilePlatform','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','saveTestResults','XvmvI','Accessibility\x20results\x20save\x20attempt\x20','Accessibility\x20results\x20retrieval\x20attempt\x20','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','GJola','SlxKu','\x20failed\x20for\x20method:\x20','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','PLxYA','VPUkP','accessibilityConfig','./helper',').\x20Last\x20error:\x20','RSktu','20238XFZAih','driverType','defaultTimeoutMs','AvTUN','qeyjI','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','Playwright\x20accessibility\x20helper\x20not\x20available','reason','setSeleniumScriptTimeout','timeoutMs','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','UoGIJ','message'];a131_0x4493=function(){return _0x617188;};return a131_0x4493();}let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a131_0x30e3d1(0x16f));}catch(a131_0x4d2064){logger[a131_0x30e3d1(0x1e0)](a131_0x30e3d1(0x14b));}const a131_0x3d4467={};function a131_0x144a(_0x2bf89d,_0x3a5211){const _0x449305=a131_0x4493();return a131_0x144a=function(_0x144abf,_0x265679){_0x144abf=_0x144abf-0x127;let _0x490db7=_0x449305[_0x144abf];return _0x490db7;},a131_0x144a(_0x2bf89d,_0x3a5211);}a131_0x3d4467[a131_0x30e3d1(0x164)]=0x1,a131_0x3d4467[a131_0x30e3d1(0x14e)]=0x7530,a131_0x3d4467['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a131_0x3d4467,setConfigTimeout=(_0x1a0224,_0x306b34=null)=>{const _0x486f70=a131_0x30e3d1,_0x563780={'cTMBY':function(_0x2404ba,_0x568711){return _0x2404ba===_0x568711;},'ildPD':'scannerProcessingTimeout','vAIVD':function(_0x43e446,_0x5cd801){return _0x43e446*_0x5cd801;},'HFlYO':function(_0x5309c9,_0x5c7a2a){return _0x5309c9(_0x5c7a2a);},'SiKda':function(_0x560abf,_0x5b838c){return _0x560abf*_0x5b838c;},'pRjRG':function(_0x5de0ed,_0x3b9c37){return _0x5de0ed(_0x3b9c37);}};if(BrowserstackCLI['getInstance']()[_0x486f70(0x157)]()&&BrowserstackCLI[_0x486f70(0x189)]()[_0x486f70(0x168)]()){const _0x324632=BrowserstackCLI[_0x486f70(0x189)]()[_0x486f70(0x168)]()[_0x486f70(0x141)],_0x354848=_0x324632[_0x486f70(0x199)][_0x486f70(0x1c2)]||[];for(const _0x4d5fe8 of _0x354848){_0x563780[_0x486f70(0x1a9)](_0x4d5fe8[_0x486f70(0x1a1)],_0x563780['ildPD'])&&_0x563780[_0x486f70(0x1a9)](_0x306b34,null)&&(_0x1a0224[_0x486f70(0x14e)]=_0x563780[_0x486f70(0x1fb)](_0x563780[_0x486f70(0x1b9)](parseInt,_0x4d5fe8[_0x486f70(0x18a)]),0x3e8));}}else process['env'][_0x486f70(0x135)]&&(_0x1a0224[_0x486f70(0x14e)]=_0x563780['SiKda'](_0x563780[_0x486f70(0x1a0)](parseInt,process['env'][_0x486f70(0x135)]),0x3e8));},detectDriverType=_0x1493a5=>{const _0x2714ca=a131_0x30e3d1,_0xb8a70b={};_0xb8a70b['JLOHY']=_0x2714ca(0x178),_0xb8a70b[_0x2714ca(0x1b0)]=function(_0x45974f,_0x50e45c){return _0x45974f===_0x50e45c;},_0xb8a70b[_0x2714ca(0x1cd)]='function',_0xb8a70b['FOPbA']=function(_0x1d4bc8,_0xd595b3){return _0x1d4bc8===_0xd595b3;},_0xb8a70b[_0x2714ca(0x13c)]=_0x2714ca(0x173),_0xb8a70b[_0x2714ca(0x1b5)]=function(_0x4fa129,_0x293646){return _0x4fa129===_0x293646;},_0xb8a70b[_0x2714ca(0x17c)]=_0x2714ca(0x1d9),_0xb8a70b[_0x2714ca(0x162)]=function(_0x1af850,_0x1da9bf){return _0x1af850===_0x1da9bf;},_0xb8a70b['LAzie']=_0x2714ca(0x158),_0xb8a70b[_0x2714ca(0x16b)]=_0x2714ca(0x1c4),_0xb8a70b['uoVYi']='Playwright',_0xb8a70b['WmYZc']=_0x2714ca(0x192),_0xb8a70b['cUcUo']=function(_0x56c9cb,_0x46536b){return _0x56c9cb||_0x46536b;},_0xb8a70b[_0x2714ca(0x156)]='undefined';const _0x5811ea=_0xb8a70b;if(!_0x1493a5){const _0x563681={};return _0x563681[_0x2714ca(0x171)]=![],_0x563681[_0x2714ca(0x172)]=_0x5811ea[_0x2714ca(0x179)],_0x563681;}if(_0x5811ea[_0x2714ca(0x1b0)](typeof _0x1493a5[_0x2714ca(0x188)],_0x5811ea[_0x2714ca(0x1cd)])&&_0x5811ea[_0x2714ca(0x200)](typeof _0x1493a5[_0x2714ca(0x1cf)],_0x5811ea['DPqCI'])&&_0x5811ea[_0x2714ca(0x1b0)](typeof _0x1493a5['goto'],_0x5811ea['DPqCI'])){const _0x1ff497={};return _0x1ff497['isPlaywright']=!![],_0x1ff497['type']=_0x5811ea[_0x2714ca(0x13c)],_0x1ff497;}if(_0x5811ea[_0x2714ca(0x1b0)](typeof _0x1493a5[_0x2714ca(0x186)],_0x5811ea[_0x2714ca(0x1cd)])&&_0x5811ea['NZgRo'](typeof _0x1493a5[_0x2714ca(0x130)],_0x5811ea[_0x2714ca(0x1cd)])){const _0x291a86={};return _0x291a86[_0x2714ca(0x171)]=![],_0x291a86[_0x2714ca(0x172)]=_0x5811ea[_0x2714ca(0x17c)],_0x291a86;}const _0x52d861=_0x1493a5['constructor']?.[_0x2714ca(0x1a1)];if(_0x5811ea[_0x2714ca(0x162)](_0x52d861,_0x5811ea[_0x2714ca(0x12b)])){const _0xd78e81={};return _0xd78e81[_0x2714ca(0x171)]=!![],_0xd78e81[_0x2714ca(0x172)]=_0x5811ea['SlxKu'],_0xd78e81;}if(_0x5811ea[_0x2714ca(0x162)](_0x52d861,_0x5811ea['dPYKv'])){const _0x423428={};return _0x423428[_0x2714ca(0x171)]=![],_0x423428[_0x2714ca(0x172)]=_0x5811ea[_0x2714ca(0x17c)],_0x423428;}if(_0x5811ea['NZgRo'](_0x52d861,_0x5811ea[_0x2714ca(0x12f)])){const _0x15876b={};return _0x15876b[_0x2714ca(0x171)]=!![],_0x15876b[_0x2714ca(0x172)]=_0x5811ea[_0x2714ca(0x1c5)],_0x15876b;}logger[_0x2714ca(0x154)](_0x2714ca(0x1ed)+_0x5811ea[_0x2714ca(0x18b)](_0x52d861,_0x5811ea['NnLbS']));const _0xa6cf0d={};return _0xa6cf0d[_0x2714ca(0x171)]=![],_0xa6cf0d[_0x2714ca(0x172)]=_0x5811ea[_0x2714ca(0x179)],_0xa6cf0d;},withTimeout=(_0x55d9bd,_0x4678d5)=>{const _0x35d328=a131_0x30e3d1;return Promise[_0x35d328(0x1d3)]([_0x55d9bd,new Promise((_0x2bd7da,_0x439050)=>setTimeout(()=>_0x439050(new Error(_0x35d328(0x1b8)+_0x4678d5+'ms')),_0x4678d5))]);};exports[a131_0x30e3d1(0x1e7)]=async(_0x13f111,_0x4e37fc=null,_0x5a111b=null,_0x5171ec=![],_0xcf5ca4=null)=>{const _0x163711=a131_0x30e3d1,_0x250c1b={'SRbwm':function(_0x1cf41c,_0x370761){return _0x1cf41c&&_0x370761;},'KsAAH':function(_0x1acb5b,_0x9088a4,_0x51f7fc){return _0x1acb5b(_0x9088a4,_0x51f7fc);},'AvTUN':function(_0x3ef75c,_0x1c1428){return _0x3ef75c===_0x1c1428;},'tcvhA':'playwright-codecept-driver','VrXzq':function(_0x3aeec2,_0x579fff){return _0x3aeec2(_0x579fff);},'rKzxw':function(_0x22151e,_0x13f1de){return _0x22151e||_0x13f1de;},'jqzNU':function(_0x3bce46,_0x11bbd8){return _0x3bce46!==_0x11bbd8;},'UoGIJ':_0x163711(0x1d5),'OBMXU':function(_0xc3ff67,_0x198729){return _0xc3ff67!==_0x198729;},'tWunK':_0x163711(0x196),'kQWqe':function(_0x3cfaba,_0x43b06f){return _0x3cfaba===_0x43b06f;},'PwhcO':_0x163711(0x13e),'ONgIu':_0x163711(0x1a7),'FAzmr':_0x163711(0x1d1),'zYnDM':_0x163711(0x1f4),'WZrQR':function(_0x553930,_0x437f9a){return _0x553930===_0x437f9a;},'nAyIL':_0x163711(0x17f),'XvmvI':function(_0x4d11e9,_0x40a502){return _0x4d11e9===_0x40a502;},'zugkq':function(_0x65449c,_0x506a9d){return _0x65449c<=_0x506a9d;},'zVBCS':function(_0x51cfc6,_0x42397d){return _0x51cfc6+_0x42397d;},'qeyjI':function(_0x3763ea,_0x5e3d79){return _0x3763ea+_0x5e3d79;},'VGySI':_0x163711(0x1e4)},{isPlaywright:_0x1189a8,type:_0x54dab2}=_0x250c1b[_0x163711(0x1e5)](detectDriverType,_0x13f111),_0x2a2d92=_0x5171ec?_0x250c1b[_0x163711(0x1cc)](_0xcf5ca4,{}):global[_0x163711(0x1a6)]||{},_0xeb6e6b=_0x1189a8?global[_0x163711(0x169)]&&(_0x5171ec||_0x250c1b['jqzNU'](global[_0x163711(0x196)],![])):accessibilityHelper[_0x163711(0x163)]()&&globals[_0x163711(0x1ae)](_0x250c1b['UoGIJ'])&&(_0x5171ec||_0x250c1b[_0x163711(0x1bd)](globals[_0x163711(0x1ae)](_0x250c1b[_0x163711(0x1b3)]),![]));if(!_0xeb6e6b)return _0x1189a8&&global['accessibilityPlatform']&&_0x250c1b[_0x163711(0x1f5)](global[_0x163711(0x196)],![])||!_0x1189a8&&globals[_0x163711(0x1ae)](_0x250c1b[_0x163711(0x150)])&&_0x250c1b[_0x163711(0x148)](globals[_0x163711(0x1ae)](_0x250c1b['tWunK']),![])?logger['debug'](_0x250c1b[_0x163711(0x1c6)]):logger['warn'](_0x163711(0x1c3)+_0x54dab2+_0x163711(0x201)),![];if(!_0x5a111b&&!scripts[_0x163711(0x1a2)](_0x250c1b[_0x163711(0x1ff)]))return logger[_0x163711(0x1e0)](_0x250c1b[_0x163711(0x187)]),![];const _0x58469a=_0x4e37fc||global[_0x163711(0x161)]||_0x250c1b[_0x163711(0x17d)];let _0x27e569=null;const _0x1fb1f7={'testhub_btcer_uuid':global[_0x163711(0x1de)]?.['currentTest']?.['id'],'url':_0x250c1b['WZrQR'](typeof _0x13f111[_0x163711(0x1cf)],_0x250c1b[_0x163711(0x1f1)])?await _0x13f111['url']():_0x250c1b[_0x163711(0x1f5)](typeof _0x13f111[_0x163711(0x1e9)],_0x250c1b[_0x163711(0x1f1)])?await _0x13f111[_0x163711(0x1e9)]():'','automate_session_id':_0x250c1b[_0x163711(0x137)](typeof _0x13f111[_0x163711(0x175)],_0x250c1b[_0x163711(0x1f1)])?(await _0x13f111[_0x163711(0x175)]())[_0x163711(0x1fd)]():''};for(let _0x1ae401=0x1;_0x250c1b['zugkq'](_0x1ae401,_0x250c1b['zVBCS'](RETRY_CONFIG[_0x163711(0x164)],0x1));_0x1ae401++){try{return logger['debug'](_0x163711(0x191)+_0x1ae401+'/'+_0x250c1b[_0x163711(0x149)](RETRY_CONFIG['maxRetries'],0x1)+_0x163711(0x16c)+_0x58469a+'\x20('+_0x54dab2+')'),await PerformanceTester[_0x163711(0x160)](PerformanceA11yEvents[_0x163711(0x1aa)],async()=>{const _0x3b949f=_0x163711;let _0x1fc8cc;if(_0x250c1b[_0x3b949f(0x1e2)](_0x1189a8,playwrightA11yHelper)){_0x250c1b[_0x3b949f(0x18d)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3b949f(0x1c7)](_0x13f111,RETRY_CONFIG[_0x3b949f(0x14e)]);let _0x5294f1=_0x13f111;_0x250c1b[_0x3b949f(0x148)](_0x54dab2,_0x250c1b[_0x3b949f(0x1e6)])&&(_0x5294f1=_0x13f111[_0x3b949f(0x12d)]);const _0x1ed24c=global[_0x3b949f(0x133)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x3b949f(0x195)]()}:{};_0x1fc8cc=await _0x250c1b[_0x3b949f(0x18d)](withTimeout,playwrightA11yHelper[_0x3b949f(0x1a7)](_0x5294f1,_0x58469a,_0x2a2d92,_0x1ed24c),RETRY_CONFIG['timeoutMs']),await exports['setPlaywrightScriptTimeout'](_0x13f111,RETRY_CONFIG[_0x3b949f(0x147)]);}else await exports['setSeleniumScriptTimeout'](_0x13f111,RETRY_CONFIG['timeoutMs']),_0x1fc8cc=await _0x250c1b[_0x3b949f(0x18d)](withTimeout,accessibilityHelper['performScan'](_0x13f111,_0x58469a,_0x5171ec,_0x2a2d92),RETRY_CONFIG[_0x3b949f(0x14e)]),await exports[_0x3b949f(0x14d)](_0x13f111,RETRY_CONFIG[_0x3b949f(0x147)]);logger[_0x3b949f(0x1e0)]('Scan\x20attempt\x20'+_0x1ae401+_0x3b949f(0x12a));},{'command':_0x58469a,..._0x1fb1f7})(),logger[_0x163711(0x1ad)]('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x1ae401+'.'),!![];}catch(_0x2231f7){_0x27e569=_0x2231f7,logger[_0x163711(0x1e0)](_0x163711(0x191)+_0x1ae401+_0x163711(0x13d)+_0x58469a+'\x20('+_0x54dab2+_0x163711(0x1d8)+_0x2231f7[_0x163711(0x151)]);}}return logger[_0x163711(0x128)](_0x163711(0x14a)+_0x58469a+'\x20('+_0x54dab2+_0x163711(0x15c)+(_0x27e569?.[_0x163711(0x151)]||_0x250c1b[_0x163711(0x1eb)])),![];},exports[a131_0x30e3d1(0x1f6)]=async(_0x30ed65,_0x29eec2)=>{const _0x43887d=a131_0x30e3d1,_0x39ed14={'KGNka':function(_0xa718ff,_0x192487){return _0xa718ff(_0x192487);},'vSRQX':'isAccessibilityPlatform','hgEWW':function(_0x1caa46,_0x205012){return _0x1caa46<=_0x205012;},'prwIZ':function(_0x1d31ff,_0x471b10){return _0x1d31ff+_0x471b10;},'tLDPe':function(_0x15fead,_0x4054d9){return _0x15fead+_0x4054d9;},'yHjeQ':function(_0x1f4a01,_0x4e2c28){return _0x1f4a01&&_0x4e2c28;},'nwEWn':function(_0x244a5d,_0x50dbe7,_0x264abf){return _0x244a5d(_0x50dbe7,_0x264abf);},'VfNUu':_0x43887d(0x1e4)},{isPlaywright:_0x3c3d63,type:_0x1bcbed}=_0x39ed14['KGNka'](detectDriverType,_0x30ed65),_0x40808e=_0x3c3d63?_0x29eec2[_0x43887d(0x169)]:accessibilityHelper[_0x43887d(0x163)]()&&globals['getGlobal'](_0x39ed14['vSRQX']);if(!_0x40808e)return logger[_0x43887d(0x154)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x1bcbed+_0x43887d(0x12e)),[];let _0x4a03a8=null;for(let _0x5793f0=0x1;_0x39ed14['hgEWW'](_0x5793f0,_0x39ed14['prwIZ'](RETRY_CONFIG['maxRetries'],0x1));_0x5793f0++){try{logger[_0x43887d(0x1e0)](_0x43887d(0x139)+_0x5793f0+'/'+_0x39ed14[_0x43887d(0x1df)](RETRY_CONFIG[_0x43887d(0x164)],0x1)+'\x20('+_0x1bcbed+')');let _0xc6375d;return _0x39ed14[_0x43887d(0x1a5)](_0x3c3d63,playwrightA11yHelper)?(_0x39ed14[_0x43887d(0x1ce)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x43887d(0x1c7)](_0x30ed65,RETRY_CONFIG['timeoutMs']),_0xc6375d=await _0x39ed14['nwEWn'](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x30ed65),RETRY_CONFIG[_0x43887d(0x14e)]),await exports[_0x43887d(0x1c7)](_0x30ed65,RETRY_CONFIG[_0x43887d(0x147)])):(await exports[_0x43887d(0x14d)](_0x30ed65,RETRY_CONFIG[_0x43887d(0x14e)]),_0xc6375d=await _0x39ed14['nwEWn'](withTimeout,accessibilityHelper[_0x43887d(0x193)](_0x30ed65,_0x29eec2),RETRY_CONFIG[_0x43887d(0x14e)]),await exports[_0x43887d(0x14d)](_0x30ed65,RETRY_CONFIG[_0x43887d(0x147)])),logger['info'](_0x43887d(0x134)+_0x5793f0+'\x20('+_0x1bcbed+')'),_0xc6375d;}catch(_0x451b0f){_0x4a03a8=_0x451b0f,logger[_0x43887d(0x154)](_0x43887d(0x139)+_0x5793f0+_0x43887d(0x1ec)+_0x1bcbed+').\x20Error:\x20'+_0x451b0f[_0x43887d(0x151)]);}}return logger[_0x43887d(0x128)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x1bcbed+_0x43887d(0x143)+(_0x4a03a8?.[_0x43887d(0x151)]||_0x39ed14[_0x43887d(0x182)])),[];},exports[a131_0x30e3d1(0x12c)]=async(_0x5c090b,_0x107219)=>{const _0x56e312=a131_0x30e3d1,_0x15d7e2={'jYhlG':function(_0x5b34e1,_0x33edf2){return _0x5b34e1(_0x33edf2);},'yFPsz':_0x56e312(0x1d5),'jncpT':function(_0x44255e,_0x2d4b38){return _0x44255e<=_0x2d4b38;},'vqLcW':function(_0x5a41c3,_0x5207e3){return _0x5a41c3+_0x5207e3;},'ROPjv':function(_0x3b1070,_0x36548e){return _0x3b1070+_0x36548e;},'EYNDE':function(_0xf1ae14,_0x4f2ba2){return _0xf1ae14&&_0x4f2ba2;},'HTGAY':function(_0x3d6640,_0x4033cd,_0x2f1507){return _0x3d6640(_0x4033cd,_0x2f1507);},'fLgve':_0x56e312(0x1e4)},{isPlaywright:_0x49a97c,type:_0xf4a6d}=_0x15d7e2[_0x56e312(0x1f7)](detectDriverType,_0x5c090b),_0x19697a=_0x49a97c?_0x107219[_0x56e312(0x169)]:accessibilityHelper[_0x56e312(0x163)]()&&globals[_0x56e312(0x1ae)](_0x15d7e2['yFPsz']);if(!_0x19697a)return logger[_0x56e312(0x154)](_0x56e312(0x1c3)+_0xf4a6d+_0x56e312(0x1f2)),{};let _0x4866a0=null;for(let _0x17e3e2=0x1;_0x15d7e2[_0x56e312(0x1ab)](_0x17e3e2,_0x15d7e2['vqLcW'](RETRY_CONFIG[_0x56e312(0x164)],0x1));_0x17e3e2++){try{logger[_0x56e312(0x1e0)](_0x56e312(0x1c8)+_0x17e3e2+'/'+_0x15d7e2[_0x56e312(0x1f3)](RETRY_CONFIG[_0x56e312(0x164)],0x1)+'\x20('+_0xf4a6d+')');let _0x511ca7;return _0x15d7e2[_0x56e312(0x129)](_0x49a97c,playwrightA11yHelper)?(_0x15d7e2[_0x56e312(0x185)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x56e312(0x1c7)](_0x5c090b,RETRY_CONFIG[_0x56e312(0x14e)]),_0x511ca7=await _0x15d7e2['HTGAY'](withTimeout,playwrightA11yHelper[_0x56e312(0x19b)](_0x5c090b),RETRY_CONFIG[_0x56e312(0x14e)]),await exports[_0x56e312(0x1c7)](_0x5c090b,RETRY_CONFIG[_0x56e312(0x147)])):(await exports[_0x56e312(0x14d)](_0x5c090b,RETRY_CONFIG[_0x56e312(0x14e)]),_0x511ca7=await _0x15d7e2[_0x56e312(0x185)](withTimeout,accessibilityHelper[_0x56e312(0x19b)](_0x5c090b,_0x107219),RETRY_CONFIG['timeoutMs']),await exports[_0x56e312(0x14d)](_0x5c090b,RETRY_CONFIG[_0x56e312(0x147)])),logger[_0x56e312(0x1ad)](_0x56e312(0x152)+_0x17e3e2+'\x20('+_0xf4a6d+')'),_0x511ca7;}catch(_0x2986d0){_0x4866a0=_0x2986d0,logger[_0x56e312(0x154)](_0x56e312(0x1c8)+_0x17e3e2+_0x56e312(0x1ec)+_0xf4a6d+_0x56e312(0x1d8)+_0x2986d0[_0x56e312(0x151)]);}}return logger[_0x56e312(0x128)](_0x56e312(0x165)+_0xf4a6d+').\x20Last\x20error:\x20'+(_0x4866a0?.[_0x56e312(0x151)]||_0x15d7e2[_0x56e312(0x16a)])),{};},exports[a131_0x30e3d1(0x1e1)]=async(_0x59d6bc,_0xa04858,_0x2da4cd=null)=>{const _0x47821c=a131_0x30e3d1,_0x1d92d6={'mmkEY':function(_0x1115b7,_0x192e59){return _0x1115b7(_0x192e59);},'PLxYA':function(_0x33799e,_0x1d8664){return _0x33799e===_0x1d8664;},'gVyrr':'fulfilled','wFtMf':function(_0x20a01c,_0x473489){return _0x20a01c===_0x473489;},'UUCAT':_0x47821c(0x18f),'AADae':_0x47821c(0x1b1)},{isPlaywright:_0x529ca4,type:_0x20f7b3}=_0x1d92d6[_0x47821c(0x1c1)](detectDriverType,_0x59d6bc),_0x4b8c01={};_0x4b8c01[_0x47821c(0x17e)]=![],_0x4b8c01['results']=[],_0x4b8c01[_0x47821c(0x1fe)]={},_0x4b8c01[_0x47821c(0x128)]=null,_0x4b8c01[_0x47821c(0x146)]=_0x20f7b3;const _0x294b84=_0x4b8c01;try{_0x294b84[_0x47821c(0x17e)]=await exports[_0x47821c(0x1e7)](_0x59d6bc,_0x2da4cd);if(_0x294b84['scanSucceeded']){const [_0x5e0289,_0x16ef74]=await Promise[_0x47821c(0x131)]([exports['getAccessibilityResultsWithRetry'](_0x59d6bc,_0xa04858),exports[_0x47821c(0x12c)](_0x59d6bc,_0xa04858)]);_0x294b84[_0x47821c(0x19a)]=_0x1d92d6[_0x47821c(0x13f)](_0x5e0289[_0x47821c(0x166)],_0x1d92d6[_0x47821c(0x1e3)])?_0x5e0289[_0x47821c(0x18a)]:[],_0x294b84[_0x47821c(0x1fe)]=_0x1d92d6[_0x47821c(0x13f)](_0x16ef74[_0x47821c(0x166)],_0x1d92d6[_0x47821c(0x1e3)])?_0x16ef74['value']:{},_0x1d92d6[_0x47821c(0x1be)](_0x5e0289[_0x47821c(0x166)],_0x1d92d6[_0x47821c(0x1fc)])&&logger[_0x47821c(0x154)](_0x47821c(0x19c)+_0x20f7b3+_0x47821c(0x19f)+_0x5e0289[_0x47821c(0x14c)]?.['message']),_0x1d92d6[_0x47821c(0x13f)](_0x16ef74['status'],_0x1d92d6['UUCAT'])&&logger['warn'](_0x47821c(0x1f0)+_0x20f7b3+_0x47821c(0x19f)+_0x16ef74[_0x47821c(0x14c)]?.[_0x47821c(0x151)]);}}catch(_0x4f552c){_0x294b84[_0x47821c(0x128)]=_0x4f552c['message']||_0x1d92d6[_0x47821c(0x194)],logger['error'](_0x47821c(0x15f)+_0x20f7b3+_0x47821c(0x19f)+_0x294b84[_0x47821c(0x128)]);}return _0x294b84;},exports['updateRetryConfig']=_0x37ebd7=>{const _0x4679ee=a131_0x30e3d1,_0x79c466={};_0x79c466[_0x4679ee(0x1a3)]=function(_0x451a78,_0x6acef6){return _0x451a78!==_0x6acef6;},_0x79c466[_0x4679ee(0x1bf)]=function(_0x1f72c4,_0x521d40){return _0x1f72c4!==_0x521d40;};const _0x5e0576=_0x79c466;_0x5e0576[_0x4679ee(0x1a3)](_0x37ebd7['maxRetries'],undefined)&&(RETRY_CONFIG[_0x4679ee(0x164)]=Math[_0x4679ee(0x177)](0x0,_0x37ebd7[_0x4679ee(0x164)])),_0x5e0576['rLfup'](_0x37ebd7[_0x4679ee(0x14e)],undefined)&&(RETRY_CONFIG[_0x4679ee(0x14e)]=Math[_0x4679ee(0x177)](0x3e8,_0x37ebd7[_0x4679ee(0x14e)])),logger[_0x4679ee(0x1e0)](_0x4679ee(0x132)+JSON[_0x4679ee(0x190)](RETRY_CONFIG));},exports['getRetryConfig']=()=>{const _0x11a72a={...RETRY_CONFIG};return _0x11a72a;},exports[a131_0x30e3d1(0x1dd)]=_0x614a7=>{const _0x5c3b70=a131_0x30e3d1,_0x339c76={'GJola':function(_0xc9988e,_0x19fe81){return _0xc9988e(_0x19fe81);}};return _0x339c76[_0x5c3b70(0x13b)](detectDriverType,_0x614a7)['isPlaywright'];},exports[a131_0x30e3d1(0x1c0)]=_0x5fb772=>{const _0x366e6f=a131_0x30e3d1,_0x3d3e74={'fDttW':function(_0xc84f8d,_0x40b41d){return _0xc84f8d(_0x40b41d);},'biuRr':function(_0x14fa4f,_0x2f7624){return _0x14fa4f===_0x2f7624;},'ieiiQ':'selenium-webdriver'},{isPlaywright:_0x2b0250,type:_0x4cb4fd}=_0x3d3e74[_0x366e6f(0x183)](detectDriverType,_0x5fb772);return!_0x2b0250&&_0x3d3e74[_0x366e6f(0x15a)](_0x4cb4fd,_0x3d3e74[_0x366e6f(0x1d7)]);},exports[a131_0x30e3d1(0x1c7)]=async(_0x65321b,_0x5a428d=null)=>{const _0xe05be4=a131_0x30e3d1,_0x573b4f={'uuMYh':function(_0x1296f7,_0x159d2d){return _0x1296f7(_0x159d2d);},'dTpyw':function(_0x1f536c,_0x502fa4){return _0x1f536c===_0x502fa4;},'BOxNC':_0xe05be4(0x17f)},{isPlaywright:_0x4ad66b,type:_0x2053ae}=_0x573b4f['uuMYh'](detectDriverType,_0x65321b);if(!_0x4ad66b)return logger[_0xe05be4(0x1e0)](_0xe05be4(0x15d)+_0x2053ae+_0xe05be4(0x1cb)),!![];const _0x4dc024=_0x5a428d||RETRY_CONFIG[_0xe05be4(0x147)];try{return _0x65321b&&_0x573b4f[_0xe05be4(0x180)](typeof _0x65321b['setDefaultTimeout'],_0x573b4f[_0xe05be4(0x18c)])&&(await _0x65321b[_0xe05be4(0x174)](_0x4dc024),logger['debug']('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x4dc024+'ms')),!![];}catch(_0xada7e4){return logger['warn'](_0xe05be4(0x1a8)+_0xada7e4[_0xe05be4(0x151)]),![];}},exports['setSeleniumScriptTimeout']=async(_0x5431c2,_0x7cb75c=null)=>{const _0x11dcbe=a131_0x30e3d1,_0x4b1535={};_0x4b1535[_0x11dcbe(0x181)]=_0x11dcbe(0x1da),_0x4b1535['oIaPK']=function(_0x49f08b,_0x4fe942){return _0x49f08b===_0x4fe942;},_0x4b1535[_0x11dcbe(0x1d2)]=_0x11dcbe(0x17f),_0x4b1535[_0x11dcbe(0x1ba)]=function(_0x196eeb,_0x3c527c){return _0x196eeb===_0x3c527c;},_0x4b1535[_0x11dcbe(0x17b)]=function(_0x2c9b16,_0x72b8d1){return _0x2c9b16===_0x72b8d1;},_0x4b1535[_0x11dcbe(0x1af)]=_0x11dcbe(0x14f),_0x4b1535[_0x11dcbe(0x140)]=_0x11dcbe(0x159);const _0x37bc2c=_0x4b1535;if(!exports[_0x11dcbe(0x1c0)](_0x5431c2))return logger['warn'](_0x37bc2c[_0x11dcbe(0x181)]),![];const _0x1a623c=_0x7cb75c||RETRY_CONFIG[_0x11dcbe(0x147)];try{if(_0x5431c2&&_0x37bc2c['oIaPK'](typeof _0x5431c2[_0x11dcbe(0x1b7)],_0x37bc2c[_0x11dcbe(0x1d2)])){const _0x26894c=_0x5431c2[_0x11dcbe(0x1b7)]();if(_0x26894c&&_0x37bc2c[_0x11dcbe(0x1ba)](typeof _0x26894c[_0x11dcbe(0x19e)],_0x37bc2c['PKUHb']))await _0x26894c['timeouts']()[_0x11dcbe(0x17a)](_0x1a623c),logger[_0x11dcbe(0x1e0)](_0x11dcbe(0x170)+_0x1a623c+'ms\x20using\x20timeouts()\x20API');else{if(_0x26894c&&_0x37bc2c[_0x11dcbe(0x17b)](typeof _0x26894c[_0x11dcbe(0x1f9)],_0x37bc2c[_0x11dcbe(0x1d2)])){const _0x518e0b={};_0x518e0b[_0x11dcbe(0x153)]=_0x1a623c,await _0x26894c[_0x11dcbe(0x1f9)](_0x518e0b),logger['debug'](_0x11dcbe(0x170)+_0x1a623c+_0x11dcbe(0x1b6));}else{if(_0x26894c&&_0x37bc2c[_0x11dcbe(0x16d)](typeof _0x26894c[_0x11dcbe(0x17a)],_0x37bc2c['PKUHb']))await _0x26894c[_0x11dcbe(0x17a)](_0x1a623c),logger[_0x11dcbe(0x1e0)](_0x11dcbe(0x170)+_0x1a623c+'ms\x20using\x20setScriptTimeout\x20API');else return logger[_0x11dcbe(0x1e0)](_0x37bc2c[_0x11dcbe(0x1af)]),!![];}}}else return logger[_0x11dcbe(0x1e0)](_0x37bc2c[_0x11dcbe(0x140)]),!![];return!![];}catch(_0x3c4131){return logger[_0x11dcbe(0x154)](_0x11dcbe(0x167)+_0x3c4131[_0x11dcbe(0x151)]),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x27287b,_0x31a721)=>{const _0x37731e=a131_0x30e3d1,_0x416076={'ydMEz':function(_0x512952,_0xb43824){return _0x512952(_0xb43824);},'GpLOC':'isAccessibilityPlatform','eyHIP':'saveTestResults','QsmUk':function(_0x32c1f1,_0x25c222){return _0x32c1f1<=_0x25c222;},'TQPxW':function(_0x55c4ba,_0x852b57){return _0x55c4ba+_0x852b57;},'KnHTy':function(_0x270075,_0x2b089d){return _0x270075+_0x2b089d;},'htdlv':function(_0x3cae5b,_0x5248b2){return _0x3cae5b&&_0x5248b2;},'RSktu':function(_0x2e58f3,_0x431afc,_0x11d14d){return _0x2e58f3(_0x431afc,_0x11d14d);},'SYAcP':function(_0x559d4a,_0x1e4954,_0x3be720){return _0x559d4a(_0x1e4954,_0x3be720);},'PqfUH':_0x37731e(0x133),'hxZPN':function(_0x23d52b,_0x1c0085,_0x41d179){return _0x23d52b(_0x1c0085,_0x41d179);},'PlIQQ':_0x37731e(0x1e4)},{isPlaywright:_0x1057e8,type:_0xe0ef0c}=_0x416076[_0x37731e(0x1dc)](detectDriverType,_0x27287b),_0x4a09e0=_0x1057e8?global[_0x37731e(0x169)]:accessibilityHelper[_0x37731e(0x163)]()&&globals[_0x37731e(0x1ae)](_0x416076[_0x37731e(0x1ee)]);if(!_0x4a09e0)return logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0xe0ef0c+_0x37731e(0x15e)),![];if(!scripts[_0x37731e(0x1a2)](_0x416076[_0x37731e(0x1d4)]))return logger[_0x37731e(0x154)](_0x37731e(0x1f8)+_0xe0ef0c+');\x20skipping\x20save.'),![];let _0x4c6e53=null;for(let _0x447941=0x1;_0x416076[_0x37731e(0x1c9)](_0x447941,_0x416076[_0x37731e(0x197)](RETRY_CONFIG[_0x37731e(0x164)],0x1));_0x447941++){try{logger['debug'](_0x37731e(0x138)+_0x447941+'/'+_0x416076[_0x37731e(0x184)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0xe0ef0c+')');if(_0x416076[_0x37731e(0x1b2)](_0x1057e8,playwrightA11yHelper)){_0x416076[_0x37731e(0x144)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x27287b,RETRY_CONFIG[_0x37731e(0x14e)]);const _0x2855cc={};_0x2855cc[_0x37731e(0x1ea)]=!![];const _0xc17bea=global[_0x37731e(0x133)]?Object['assign']({},_0x31a721,_0x2855cc):_0x31a721;await _0x416076[_0x37731e(0x1ca)](withTimeout,playwrightA11yHelper[_0x37731e(0x1bc)](_0x27287b,scripts['saveTestResults'],_0xc17bea),RETRY_CONFIG[_0x37731e(0x14e)]),await exports['setPlaywrightScriptTimeout'](_0x27287b,RETRY_CONFIG['defaultTimeoutMs']);}else{await exports[_0x37731e(0x14d)](_0x27287b,RETRY_CONFIG[_0x37731e(0x14e)]);const _0x28f19b={};_0x28f19b[_0x37731e(0x1ea)]=!![];const _0x412639=globals[_0x37731e(0x1ae)](_0x416076[_0x37731e(0x1ac)])?Object[_0x37731e(0x1bb)]({},_0x31a721,_0x28f19b):_0x31a721;await _0x416076['hxZPN'](withTimeout,_0x27287b['executeAsyncScript'](scripts[_0x37731e(0x136)],_0x412639),RETRY_CONFIG[_0x37731e(0x14e)]),await exports[_0x37731e(0x14d)](_0x27287b,RETRY_CONFIG['defaultTimeoutMs']);}return logger[_0x37731e(0x1ad)](_0x37731e(0x1ef)+_0x447941+'\x20('+_0xe0ef0c+')'),!![];}catch(_0x5b6f96){_0x4c6e53=_0x5b6f96,logger[_0x37731e(0x154)](_0x37731e(0x138)+_0x447941+_0x37731e(0x1ec)+_0xe0ef0c+').\x20Error:\x20'+_0x5b6f96[_0x37731e(0x151)]);}}return logger[_0x37731e(0x128)](_0x37731e(0x13a)+_0xe0ef0c+_0x37731e(0x143)+(_0x4c6e53?.[_0x37731e(0x151)]||_0x416076['PlIQQ'])),![];};
@@ -1 +1 @@
1
- var a129_0x1dd674=a129_0x3aa8;(function(_0x3d0560,_0x28ae92){var _0x2d15d6=a129_0x3aa8,_0xf5086c=_0x3d0560();while(!![]){try{var _0x3028a9=parseInt(_0x2d15d6(0x1cc))/0x1+parseInt(_0x2d15d6(0x1d0))/0x2+parseInt(_0x2d15d6(0x1c1))/0x3*(-parseInt(_0x2d15d6(0x1bf))/0x4)+parseInt(_0x2d15d6(0x1b7))/0x5*(parseInt(_0x2d15d6(0x1b1))/0x6)+parseInt(_0x2d15d6(0x1ce))/0x7+-parseInt(_0x2d15d6(0x1c5))/0x8+parseInt(_0x2d15d6(0x1c6))/0x9*(-parseInt(_0x2d15d6(0x1c3))/0xa);if(_0x3028a9===_0x28ae92)break;else _0xf5086c['push'](_0xf5086c['shift']());}catch(_0x5d9c0b){_0xf5086c['push'](_0xf5086c['shift']());}}}(a129_0x21bb,0x708f7),exports[a129_0x1dd674(0x1cb)]=a129_0x1dd674(0x1b6),exports[a129_0x1dd674(0x1c0)]=Symbol['for']('bstack.a11yScanInProgress'),exports[a129_0x1dd674(0x1cf)]='94',exports[a129_0x1dd674(0x1c2)]=a129_0x1dd674(0x1d1),exports[a129_0x1dd674(0x1bb)]=a129_0x1dd674(0x1c4),exports[a129_0x1dd674(0x1c7)]=a129_0x1dd674(0x1b4));var a129_0x2ce86a={};a129_0x2ce86a['display_name']=a129_0x1dd674(0x1b5),a129_0x2ce86a[a129_0x1dd674(0x1b9)]=0x5e,a129_0x2ce86a[a129_0x1dd674(0x1c9)]=0x64,a129_0x2ce86a['requires_chrome_options_check']=!![];var a129_0x2fefc0={};function a129_0x3aa8(_0x16b70b,_0x4bca6f){var _0x21bbb1=a129_0x21bb();return a129_0x3aa8=function(_0x3aa894,_0x1381e5){_0x3aa894=_0x3aa894-0x1b1;var _0x1803ec=_0x21bbb1[_0x3aa894];return _0x1803ec;},a129_0x3aa8(_0x16b70b,_0x4bca6f);}a129_0x2fefc0[a129_0x1dd674(0x1b2)]=a129_0x1dd674(0x1b5),a129_0x2fefc0[a129_0x1dd674(0x1b9)]=0x5e,a129_0x2fefc0[a129_0x1dd674(0x1c9)]=0x64,a129_0x2fefc0[a129_0x1dd674(0x1b8)]=!![];var a129_0x1ff8a1={};a129_0x1ff8a1[a129_0x1dd674(0x1b2)]=a129_0x1dd674(0x1b5),a129_0x1ff8a1[a129_0x1dd674(0x1b9)]=0x5e,a129_0x1ff8a1[a129_0x1dd674(0x1c9)]=0x64,a129_0x1ff8a1[a129_0x1dd674(0x1b8)]=!![];var a129_0x1aa8fe={};a129_0x1aa8fe[a129_0x1dd674(0x1b2)]=a129_0x1dd674(0x1bc),a129_0x1aa8fe['min_version_browserstack']=0x8d,a129_0x1aa8fe[a129_0x1dd674(0x1c9)]=0x8d,a129_0x1aa8fe[a129_0x1dd674(0x1b8)]=!![];function a129_0x21bb(){var _0xa23930=['https://accessibility.browserstack.com/api','32445dqnuhJ','requires_chrome_options_check','min_version_browserstack','Edge','MINIMUM_CHROMEFORTESTING_VERSION','ChromeForTesting','microsoftedge','safari','12SMXLBz','BSTACK_SCAN_IN_PROGRESS','622887njVRQI','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','40FHqqVv','141','3101376ojgNKJ','158499VEVqAi','MINIMUM_SAFARI_VERSION','ACCESSIBILITY_SUPPORTED_BROWSERS','min_version_non_browserstack','playwright-chromium','API_URL','536675HjsITw','chrome','4632726oKejoI','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','674136BvDCLc','100','chromefortesting','6FXSTMp','display_name','msedge','18.4','Chrome'];a129_0x21bb=function(){return _0xa23930;};return a129_0x21bb();}var a129_0x43263a={};a129_0x43263a[a129_0x1dd674(0x1b2)]=a129_0x1dd674(0x1ba),a129_0x43263a[a129_0x1dd674(0x1b9)]=0x64,a129_0x43263a[a129_0x1dd674(0x1c9)]=0x64,a129_0x43263a[a129_0x1dd674(0x1b8)]=!![];var a129_0x525a08={};a129_0x525a08[a129_0x1dd674(0x1b2)]=a129_0x1dd674(0x1ba),a129_0x525a08['min_version_browserstack']=0x64,a129_0x525a08[a129_0x1dd674(0x1c9)]=0x64,a129_0x525a08['requires_chrome_options_check']=!![];var a129_0x390e3f={};a129_0x390e3f[a129_0x1dd674(0x1b2)]=a129_0x1dd674(0x1ba),a129_0x390e3f[a129_0x1dd674(0x1b9)]=0x64,a129_0x390e3f[a129_0x1dd674(0x1c9)]=0x64,a129_0x390e3f[a129_0x1dd674(0x1b8)]=!![];var a129_0x16ff2f={};a129_0x16ff2f[a129_0x1dd674(0x1b2)]='Safari',a129_0x16ff2f['min_version_browserstack']=18.4,a129_0x16ff2f[a129_0x1dd674(0x1c9)]=18.4,a129_0x16ff2f[a129_0x1dd674(0x1b8)]=![];var a129_0x4bf2a1={};a129_0x4bf2a1[a129_0x1dd674(0x1cd)]=a129_0x2ce86a,a129_0x4bf2a1['chromium']=a129_0x2fefc0,a129_0x4bf2a1[a129_0x1dd674(0x1ca)]=a129_0x1ff8a1,a129_0x4bf2a1[a129_0x1dd674(0x1d2)]=a129_0x1aa8fe,a129_0x4bf2a1['edge']=a129_0x43263a,a129_0x4bf2a1[a129_0x1dd674(0x1bd)]=a129_0x525a08,a129_0x4bf2a1[a129_0x1dd674(0x1b3)]=a129_0x390e3f,a129_0x4bf2a1[a129_0x1dd674(0x1be)]=a129_0x16ff2f,exports[a129_0x1dd674(0x1c8)]=a129_0x4bf2a1;
1
+ var a132_0xa0b301=a132_0x4eed;(function(_0xaa8298,_0x517da1){var _0x1d68c2=a132_0x4eed,_0x37d629=_0xaa8298();while(!![]){try{var _0x3195e2=-parseInt(_0x1d68c2(0x1f2))/0x1*(-parseInt(_0x1d68c2(0x1f4))/0x2)+-parseInt(_0x1d68c2(0x1fc))/0x3*(parseInt(_0x1d68c2(0x1fd))/0x4)+parseInt(_0x1d68c2(0x1eb))/0x5+parseInt(_0x1d68c2(0x201))/0x6+parseInt(_0x1d68c2(0x1f1))/0x7*(-parseInt(_0x1d68c2(0x1fe))/0x8)+parseInt(_0x1d68c2(0x204))/0x9*(parseInt(_0x1d68c2(0x206))/0xa)+-parseInt(_0x1d68c2(0x1ef))/0xb;if(_0x3195e2===_0x517da1)break;else _0x37d629['push'](_0x37d629['shift']());}catch(_0x4af6e6){_0x37d629['push'](_0x37d629['shift']());}}}(a132_0x2422,0xd1add),exports[a132_0xa0b301(0x200)]=a132_0xa0b301(0x20b),exports[a132_0xa0b301(0x1f7)]=Symbol[a132_0xa0b301(0x1f5)](a132_0xa0b301(0x1f9)),exports[a132_0xa0b301(0x203)]='94',exports[a132_0xa0b301(0x207)]=a132_0xa0b301(0x1fb),exports[a132_0xa0b301(0x1f3)]=a132_0xa0b301(0x20a),exports['MINIMUM_SAFARI_VERSION']=a132_0xa0b301(0x1f0));var a132_0x39632d={};function a132_0x4eed(_0x51b31a,_0x22dc1f){var _0x242248=a132_0x2422();return a132_0x4eed=function(_0x4eedd7,_0xbc6da3){_0x4eedd7=_0x4eedd7-0x1e8;var _0x4ec1c6=_0x242248[_0x4eedd7];return _0x4ec1c6;},a132_0x4eed(_0x51b31a,_0x22dc1f);}a132_0x39632d[a132_0xa0b301(0x205)]='Chrome',a132_0x39632d[a132_0xa0b301(0x1e9)]=0x5e,a132_0x39632d['min_version_non_browserstack']=0x64,a132_0x39632d['requires_chrome_options_check']=!![];var a132_0x1afde5={};a132_0x1afde5[a132_0xa0b301(0x205)]=a132_0xa0b301(0x202),a132_0x1afde5[a132_0xa0b301(0x1e9)]=0x5e,a132_0x1afde5[a132_0xa0b301(0x1ec)]=0x64,a132_0x1afde5['requires_chrome_options_check']=!![];var a132_0x2fa1da={};a132_0x2fa1da[a132_0xa0b301(0x205)]=a132_0xa0b301(0x202),a132_0x2fa1da[a132_0xa0b301(0x1e9)]=0x5e,a132_0x2fa1da[a132_0xa0b301(0x1ec)]=0x64,a132_0x2fa1da['requires_chrome_options_check']=!![];var a132_0x43eef9={};a132_0x43eef9['display_name']=a132_0xa0b301(0x1ea),a132_0x43eef9[a132_0xa0b301(0x1e9)]=0x8d,a132_0x43eef9[a132_0xa0b301(0x1ec)]=0x8d,a132_0x43eef9[a132_0xa0b301(0x1ff)]=!![];var a132_0x5430d6={};a132_0x5430d6[a132_0xa0b301(0x205)]=a132_0xa0b301(0x1ee),a132_0x5430d6[a132_0xa0b301(0x1e9)]=0x64,a132_0x5430d6[a132_0xa0b301(0x1ec)]=0x64,a132_0x5430d6[a132_0xa0b301(0x1ff)]=!![];var a132_0x458273={};a132_0x458273['display_name']=a132_0xa0b301(0x1ee),a132_0x458273[a132_0xa0b301(0x1e9)]=0x64,a132_0x458273[a132_0xa0b301(0x1ec)]=0x64,a132_0x458273[a132_0xa0b301(0x1ff)]=!![];var a132_0x6d7b12={};a132_0x6d7b12[a132_0xa0b301(0x205)]=a132_0xa0b301(0x1ee),a132_0x6d7b12[a132_0xa0b301(0x1e9)]=0x64,a132_0x6d7b12[a132_0xa0b301(0x1ec)]=0x64,a132_0x6d7b12[a132_0xa0b301(0x1ff)]=!![];var a132_0x4033ff={};a132_0x4033ff['display_name']='Safari',a132_0x4033ff[a132_0xa0b301(0x1e9)]=18.4,a132_0x4033ff[a132_0xa0b301(0x1ec)]=18.4,a132_0x4033ff[a132_0xa0b301(0x1ff)]=![];var a132_0x33b7b7={};function a132_0x2422(){var _0x2dde2e=['2252830zrNqnQ','for','msedge','BSTACK_SCAN_IN_PROGRESS','safari','bstack.a11yScanInProgress','chromium','100','3917913mZSEYh','4hVxBxu','88UtSdVI','requires_chrome_options_check','API_URL','7333308iHnDXE','Chrome','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','36Ipmyhj','display_name','4021090BvMMXG','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','chromefortesting','microsoftedge','141','https://accessibility.browserstack.com/api','playwright-chromium','min_version_browserstack','ChromeForTesting','2758850zgMutF','min_version_non_browserstack','chrome','Edge','25152391ENPtQm','18.4','36554LUHqkr','1ZYPyPP','MINIMUM_CHROMEFORTESTING_VERSION'];a132_0x2422=function(){return _0x2dde2e;};return a132_0x2422();}a132_0x33b7b7[a132_0xa0b301(0x1ed)]=a132_0x39632d,a132_0x33b7b7[a132_0xa0b301(0x1fa)]=a132_0x1afde5,a132_0x33b7b7[a132_0xa0b301(0x1e8)]=a132_0x2fa1da,a132_0x33b7b7[a132_0xa0b301(0x208)]=a132_0x43eef9,a132_0x33b7b7['edge']=a132_0x5430d6,a132_0x33b7b7[a132_0xa0b301(0x209)]=a132_0x458273,a132_0x33b7b7[a132_0xa0b301(0x1f6)]=a132_0x6d7b12,a132_0x33b7b7[a132_0xa0b301(0x1f8)]=a132_0x4033ff,exports['ACCESSIBILITY_SUPPORTED_BROWSERS']=a132_0x33b7b7;