browserstack-node-sdk 1.65.1 → 1.65.2

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 (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a123_0x590469=a123_0x41f4;(function(_0x77cec4,_0x21479b){const _0x566c71=a123_0x41f4,_0x124dcb=_0x77cec4();while(!![]){try{const _0x4caf4e=parseInt(_0x566c71(0x1ff))/0x1+-parseInt(_0x566c71(0x243))/0x2*(parseInt(_0x566c71(0x242))/0x3)+parseInt(_0x566c71(0x212))/0x4*(parseInt(_0x566c71(0x23a))/0x5)+-parseInt(_0x566c71(0x1be))/0x6*(parseInt(_0x566c71(0x1f1))/0x7)+-parseInt(_0x566c71(0x17d))/0x8*(parseInt(_0x566c71(0x248))/0x9)+parseInt(_0x566c71(0x1fe))/0xa+parseInt(_0x566c71(0x254))/0xb;if(_0x4caf4e===_0x21479b)break;else _0x124dcb['push'](_0x124dcb['shift']());}catch(_0x2e7f0c){_0x124dcb['push'](_0x124dcb['shift']());}}}(a123_0x44f3,0xc89f0));const util=require(a123_0x590469(0x1bc)),path=require(a123_0x590469(0x18e)),{v4:uuidv4}=require(a123_0x590469(0x184)),fs=require('fs'),constants=require(a123_0x590469(0x1f8)),logger=require(a123_0x590469(0x1dd))[a123_0x590469(0x173)],fileLogger=require(a123_0x590469(0x1dd))['fileLogger'],{getLogDir}=require('./logger'),helper=require(a123_0x590469(0x17b)),utilities=require(a123_0x590469(0x177)),percyHelper=require(a123_0x590469(0x1a8)),hubAllocator=require(a123_0x590469(0x1de)),PerformanceTester=require(a123_0x590469(0x18a)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require('./performance/constants'),{setPercyFlag}=require(a123_0x590469(0x1f5)),TestHubHandler=require(a123_0x590469(0x240)),BrowserstackCLI=require(a123_0x590469(0x229)),LoadTestModule=require(a123_0x590469(0x19f)),{getEdsInstrumentationAPIUrl}=require(a123_0x590469(0x1b1)),ClientTroubleShootingService=require(a123_0x590469(0x1e9));function a123_0x44f3(){const _0x5b1da5=['EVwAK','./helper','rDVWa','8tMBFQy','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','Pxpco','stopBrowserstackLocal','measures','percy','rvzPB','uuid','push','sdkRunId','Signal\x20shutdown\x20did\x20not\x20complete\x20cleanly:\x20','HdPEv','Percy\x20started\x20successfully','./performance/performance-tester','4.5.0','SIGBREAK','SDKTestAttempted','path','info','hesZz','initialize','Calling\x20Build\x20Stop\x20from\x20ExitHandler','customRepeaters','Signal\x20shutdown\x20timed\x20out\x20after\x20','measureWrapper','SDK_CLEANUP','rQfFK','configPath','fOski','isBrowserstackInfra','?caps=','TIuhT','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','stopPercy','../bin/v2/modules/loadTestModule','TvJUD','codeceptjs','startMonitoring','getLocalConfig','length','dIsqm','url','BROWSERSTACK_TURBOSCALE','./percy/utils','VkzDo','reportFinalDetectionState','setHandlePWError','SIGNAL_EXIT_CODES','assign','beforeExit','No\x20config\x20provided.','stopLocalBinary','../bin/utils/apiUtilityMethods','SIGHUP','setupKeepAlive','\x20with\x20response\x20','finalExecution','MhUxI','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','join','platforms','setBrowserstackInfraFromConfig','HbjIy','util','Local\x20binary\x20started\x20successfully','1745004AguOXR','finalize','Error\x20in\x20writing\x20events\x20to\x20file\x20','SIGTERM','localIdentifier','getHubUrl','split','RPuGa','PkPtE','preInitialize','reportProcessInterruptionSituation','statusCode','ZAAMo','playwright','cliConfig','ats-repeater','getPackageVersion','getUserName','EqZix','setupCaCertificate','integrations','dDoPd','nJqml','handled','Percy\x20stopped','QAlTO','LZRkF','__isPlaywrightInstalled','setupBrowserstackLocal','setUpHubUrl','platform','./logger','../hubAllocationMethods','compareVersions','stringify','bind','GPRYF','stop','intExitHandler','getCentralUser','hpXTQ','startPercy','tovHR','../bin/utils/clientTroubleshootingService','vbTxl','setProxySettings','localOptions','central_scanner','allocateHub','isTurboScaleSession','errorMessage','7oKsKMa','browserStackLocalOptions','XIZfV','QEXim','./testhub/utils','BROWSERSTACK_PERCY','gwHBi','../bin/utils/constants','XooHm','default','dKuiL','ruxGS','config','4818330QDXWwi','1605036RlXCTS','generateLocalIdentifier','nqKmt','Error\x20in\x20percy\x20setup\x20','Local\x20binary\x20stopped','skipSessionName','error','kLzDx','skipSessionStatus','./caCertHelper','RQbwL','EfhKw','VgFzr','SIGABRT','zQFEN','isEnabled','aZWce','IiZZX','includes','2244tmMRkO','readConfig','exit','skipBinaryInitialisation','isNotUndefined','end','Shutdown\x20triggered\x20by\x20','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','then','./setKeepAlive','turboScaleUrl','unhandledRejection','warn','getAccessKey','completed','sanitizeCaps','isTrue','GIsgb','Error\x20occured\x20while\x20stopping\x20percy','8|3|23|10|22|26|4|0|14|13|21|17|11|6|16|20|5|25|7|9|1|2|19|18|12|24|15','killSignal','OkKbf','disableAutoCaptureLogs','../bin/v2/browserstackCLI','afXjZ','UyQnp','__isPuppeteerInstalled','unhandledErrors','normalizeTestReportingEnvVars','YDcvC','testContextOptions','isRunning','selenium-webdriver','fireFunnelTestEvent','KAooO','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','getInstance','unref','kThmT','handleExceptions','10375ovioYg','getLocalIdentifier','FRAMEWORK','uynDa','toString','writeFileSync','./testhub/testhubHandler','Error\x20in\x20sending\x20testhub\x20stop:\x20','63345QiHFei','146GkIWtC','Data\x20sent\x20successfully\x20to\x20','crmpF','debug','validateSkipAppOverride','6368058RudUvU','envConfig','AUTOLOGCAPTURE_NOTIFICATION','turboScaleGridDetails','env','JoufX','turboScaleOptions','win32','getTurboScaleGridDetails','message','false','AjpoW','1216501lUeDEb','setEnvCaps','LAQAP','captureError','uBZap','JJMhu','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','parallelsPerPlatform','isUndefined','format','TafYU','timed-out','setupPercy','requireSeleniumWebdriverCheck','setLogLevel','IlwYr','TzXoz','browserstackLocal','fqhAF','MiNmr','framework','catch','winstonLogger','arTEL','KDVNy','close','./utilities','userName\x20or\x20accessKey\x20is\x20not\x20defined','WLPjH'];a123_0x44f3=function(){return _0x5b1da5;};return a123_0x44f3();}function a123_0x41f4(_0x2b7c5b,_0x3983a8){const _0x44f387=a123_0x44f3();return a123_0x41f4=function(_0x41f4df,_0x20e919){_0x41f4df=_0x41f4df-0x170;let _0x393e7d=_0x44f387[_0x41f4df];return _0x393e7d;},a123_0x41f4(_0x2b7c5b,_0x3983a8);}class BrowserStackSetup{constructor(_0x564933,_0x31a8db){const _0x4fb7fd=a123_0x590469,_0x678e08={'RQbwL':_0x4fb7fd(0x225),'tovHR':function(_0x236ada,_0xa1fdf4){return _0x236ada(_0xa1fdf4);},'HdPEv':_0x4fb7fd(0x208),'EVwAK':_0x4fb7fd(0x1af),'JoufX':function(_0x2191e3){return _0x2191e3();}},_0xc41c97=_0x678e08[_0x4fb7fd(0x209)][_0x4fb7fd(0x1c4)]('|');let _0x18b3a1=0x0;while(!![]){switch(_0xc41c97[_0x18b3a1++]){case'0':this[_0x4fb7fd(0x1cc)]=helper['setCLICaps'](_0x564933);continue;case'1':this[_0x4fb7fd(0x1fd)]['testContextOptions']['skipSessionName']=!helper[_0x4fb7fd(0x19a)]()||helper[_0x4fb7fd(0x222)](this[_0x4fb7fd(0x1fd)][_0x4fb7fd(0x230)][_0x4fb7fd(0x204)]);continue;case'2':helper['getFinalCaps'](this['config'],this[_0x4fb7fd(0x1cc)],this[_0x4fb7fd(0x249)]);continue;case'3':helper[_0x4fb7fd(0x22e)]();continue;case'4':this['config']=helper[_0x4fb7fd(0x213)](this[_0x4fb7fd(0x198)]);continue;case'5':helper[_0x4fb7fd(0x247)](this[_0x4fb7fd(0x1fd)],this[_0x4fb7fd(0x171)]);continue;case'6':global[_0x4fb7fd(0x171)]=_0x31a8db;continue;case'7':helper['setCredentialsFromYmlConfig'](this[_0x4fb7fd(0x1fd)]);continue;case'8':this[_0x4fb7fd(0x22d)]=[];continue;case'9':this[_0x4fb7fd(0x1fd)]['testContextOptions'][_0x4fb7fd(0x207)]=!helper['isBrowserstackInfra']()||helper[_0x4fb7fd(0x222)](this[_0x4fb7fd(0x1fd)][_0x4fb7fd(0x230)][_0x4fb7fd(0x207)]);continue;case'10':this[_0x4fb7fd(0x265)]=null;continue;case'11':this[_0x4fb7fd(0x171)]=_0x31a8db;continue;case'12':helper[_0x4fb7fd(0x262)](this[_0x4fb7fd(0x1fd)],this[_0x4fb7fd(0x1cc)],this[_0x4fb7fd(0x249)]);continue;case'13':this[_0x4fb7fd(0x1fd)][_0x4fb7fd(0x230)]=this[_0x4fb7fd(0x1fd)][_0x4fb7fd(0x230)]||{};continue;case'14':this[_0x4fb7fd(0x1fd)][_0x4fb7fd(0x1b9)]=this['config'][_0x4fb7fd(0x1b9)]||[];continue;case'15':try{_0x678e08[_0x4fb7fd(0x1e8)](require,_0x678e08[_0x4fb7fd(0x188)])[_0x4fb7fd(0x1d1)](this[_0x4fb7fd(0x1fd)],logger);}catch(_0x3fab9b){}continue;case'16':if(helper[_0x4fb7fd(0x25c)](this[_0x4fb7fd(0x1fd)]))throw new Error(_0x678e08[_0x4fb7fd(0x17a)]);continue;case'17':this[_0x4fb7fd(0x186)]=_0x678e08[_0x4fb7fd(0x24d)](uuidv4);continue;case'18':helper['setLogDir'](this[_0x4fb7fd(0x1fd)]);continue;case'19':helper['setSmartTestSelectionFeatureBranchesConfig'](this[_0x4fb7fd(0x1fd)],this['cliConfig'],this[_0x4fb7fd(0x249)]);continue;case'20':if(this[_0x4fb7fd(0x1fd)]['error'])throw new Error(this[_0x4fb7fd(0x1fd)][_0x4fb7fd(0x205)]);continue;case'21':this[_0x4fb7fd(0x1f0)]={};continue;case'22':this[_0x4fb7fd(0x182)]=null;continue;case'23':this[_0x4fb7fd(0x249)]=helper[_0x4fb7fd(0x255)]();continue;case'24':PerformanceTester[_0x4fb7fd(0x1a2)]();continue;case'25':helper[_0x4fb7fd(0x1ba)](this['config'],this[_0x4fb7fd(0x1cc)]);continue;case'26':this[_0x4fb7fd(0x198)]=helper['getConfigPath'](_0x564933);continue;}break;}}[a123_0x590469(0x1c7)](_0x152ffc){const _0x45293e=a123_0x590469,_0x8c348b={'WzqyW':_0x45293e(0x178),'fqhAF':function(_0x22dc1b,_0x5d5822){return _0x22dc1b===_0x5d5822;},'CodJC':_0x45293e(0x1d2),'UyQnp':_0x45293e(0x18d),'nqKmt':function(_0x40676a,_0x3b47b9){return _0x40676a<_0x3b47b9;},'EqZix':function(_0x5ccdad,_0x242aa4){return _0x5ccdad(_0x242aa4);},'TafYU':_0x45293e(0x232),'uBZap':_0x45293e(0x18b),'HbjIy':_0x45293e(0x25a),'hesZz':_0x45293e(0x17e),'uynDa':_0x45293e(0x1c1),'TvJUD':'SIGINT','VgFzr':_0x45293e(0x1b2),'JJMhu':function(_0x39a082,_0x5ea1e9){return _0x39a082!==_0x5ea1e9;},'LAQAP':_0x45293e(0x24f),'KAooO':_0x45293e(0x20c),'IiZZX':'SIGQUIT','dKuiL':_0x45293e(0x18c),'MhUxI':_0x45293e(0x1ae)},_0x2632ba=this['framework'];global[_0x45293e(0x1fd)]=this[_0x45293e(0x1fd)],helper[_0x45293e(0x221)](this[_0x45293e(0x1fd)]),this[_0x45293e(0x226)]=null,global['sdkRunId']=this[_0x45293e(0x186)],logger[_0x45293e(0x18f)]('SDK\x20run\x20started\x20with\x20id:\x20'+this['sdkRunId']),!this[_0x45293e(0x1fd)]['browserStackLocalOptions']&&(this['config']['browserStackLocalOptions']=this[_0x45293e(0x1fd)][_0x45293e(0x1ec)]||{});if(helper[_0x45293e(0x25c)](helper[_0x45293e(0x1cf)](this['config']))||helper[_0x45293e(0x25c)](helper[_0x45293e(0x21f)](this[_0x45293e(0x1fd)])))throw new Error(_0x8c348b['WzqyW']);helper[_0x45293e(0x1a3)](this['config'])&&helper[_0x45293e(0x25c)](helper[_0x45293e(0x23b)](this[_0x45293e(0x1fd)]))&&(!helper['isUndefined'](this[_0x45293e(0x1fd)][_0x45293e(0x1f2)])&&_0x8c348b[_0x45293e(0x266)](this[_0x45293e(0x1fd)][_0x45293e(0x1f2)]['constructor'],Object)?!helper[_0x45293e(0x222)](this[_0x45293e(0x1fd)]['browserStackLocalOptions'][_0x45293e(0x215)])&&(this[_0x45293e(0x1fd)][_0x45293e(0x1f2)]['localIdentifier']=helper[_0x45293e(0x200)]()):this[_0x45293e(0x1fd)][_0x45293e(0x1f2)]={'localIdentifier':helper['generateLocalIdentifier']()});this[_0x45293e(0x1fd)]['browserStackLocalOptions']['skipBinaryInitialisation']=helper[_0x45293e(0x222)](this['config']['browserStackLocalOptions'][_0x45293e(0x215)]),helper[_0x45293e(0x1ab)](this[_0x45293e(0x1fd)]);if(_0x8c348b['fqhAF'](_0x2632ba,_0x8c348b['CodJC']))return;this[_0x45293e(0x239)]();process[_0x45293e(0x24c)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x45293e(0x1fd)]['turboScale']=helper[_0x45293e(0x222)](process['env'][_0x45293e(0x1a7)]),this[_0x45293e(0x1fd)][_0x45293e(0x24e)]=this[_0x45293e(0x1fd)]['turboScaleOptions']||{});helper['isTurboScaleSession'](this[_0x45293e(0x1fd)])&&(process['env'][_0x45293e(0x1a7)]=!![]);LoadTestModule['isLTSSession'](this['config'])&&logger[_0x45293e(0x246)](_0x45293e(0x219)+this['sdkRunId']);if(!helper[_0x45293e(0x19a)]()){try{process[_0x45293e(0x24c)][_0x45293e(0x23c)]=_0x2632ba,utilities['fireFunnelTestEvent'](_0x8c348b['UyQnp'],{},this['config'],this[_0x45293e(0x171)]);}catch(_0x1078ea){logger['debug'](_0x45293e(0x235)+_0x1078ea);}return;}if(helper[_0x45293e(0x261)](_0x2632ba)){if(global[_0x45293e(0x1d9)]||global[_0x45293e(0x22c)])return;_0x8c348b[_0x45293e(0x201)](_0x8c348b[_0x45293e(0x1d0)](parseInt,helper[_0x45293e(0x1ce)](_0x8c348b[_0x45293e(0x25e)])),0x3)&&(this[_0x45293e(0x1fd)]['useW3C']=![]),_0x8c348b[_0x45293e(0x266)](helper[_0x45293e(0x1df)](helper[_0x45293e(0x1ce)](_0x8c348b[_0x45293e(0x25e)]),_0x8c348b[_0x45293e(0x258)]),0x1)&&(this[_0x45293e(0x1fd)]['useW3C']=!![]);}(helper[_0x45293e(0x25c)](this[_0x45293e(0x1fd)][_0x45293e(0x1b9)])||helper['isUndefined'](this[_0x45293e(0x1fd)][_0x45293e(0x1b9)][_0x45293e(0x1a4)]))&&(helper[_0x45293e(0x25c)](this['config'][_0x45293e(0x25b)])?logger[_0x45293e(0x18f)](_0x8c348b[_0x45293e(0x1bb)]):logger[_0x45293e(0x21e)](_0x8c348b[_0x45293e(0x190)]),this[_0x45293e(0x1fd)][_0x45293e(0x1b9)]=[]);!this[_0x45293e(0x1fd)][_0x45293e(0x230)]&&(this['config'][_0x45293e(0x230)]={});try{process['env'][_0x45293e(0x23c)]=_0x152ffc['_'][0x0],utilities[_0x45293e(0x233)](_0x8c348b[_0x45293e(0x22b)],{},this[_0x45293e(0x1fd)],this[_0x45293e(0x171)]);}catch(_0x3d6eef){logger['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x3d6eef);}!this[_0x45293e(0x1fd)][_0x45293e(0x228)]&&logger['info'](constants[_0x45293e(0x24a)]),this[_0x45293e(0x1e4)]=this[_0x45293e(0x1e4)][_0x45293e(0x1e1)](this),process['on'](_0x8c348b[_0x45293e(0x23d)],this[_0x45293e(0x1e4)]),process['on'](_0x8c348b[_0x45293e(0x1a0)],this[_0x45293e(0x1e4)]),process['on'](_0x8c348b[_0x45293e(0x20b)],this[_0x45293e(0x1e4)]),_0x8c348b[_0x45293e(0x259)](process[_0x45293e(0x1dc)],_0x8c348b[_0x45293e(0x256)])?(process['on'](_0x8c348b[_0x45293e(0x234)],this[_0x45293e(0x1e4)]),process['on'](_0x8c348b[_0x45293e(0x210)],this[_0x45293e(0x1e4)])):process['on'](_0x8c348b[_0x45293e(0x1fb)],this['intExitHandler']),process['on'](_0x8c348b[_0x45293e(0x1b6)],this['exitHandler']());}async[a123_0x590469(0x191)](_0x1971c1){const _0x22255a=a123_0x590469,_0x2e570d={'YDcvC':_0x22255a(0x1cd),'zQFEN':'custom-repeater','XooHm':'true','RPuGa':function(_0x2858d7,_0x587563){return _0x2858d7===_0x587563;},'GIsgb':_0x22255a(0x1cb),'EfhKw':function(_0x25b531,_0x5764f4){return _0x25b531+_0x5764f4;},'dIsqm':_0x22255a(0x19b),'PkPtE':function(_0x3bed0b,_0x497ba2){return _0x3bed0b(_0x497ba2);},'mxEsA':_0x22255a(0x1a1)};this['preInitialize'](_0x1971c1);if(helper['isTurboScaleSession'](this[_0x22255a(0x1fd)])){const _0x27021a=await helper[_0x22255a(0x250)](this[_0x22255a(0x1fd)]);this[_0x22255a(0x1fd)][_0x22255a(0x24b)]=_0x27021a,_0x27021a['isTrialGrid']&&helper[_0x22255a(0x216)](this[_0x22255a(0x1fd)][_0x22255a(0x265)])&&helper[_0x22255a(0x222)](this[_0x22255a(0x1fd)][_0x22255a(0x265)])&&(this['config'][_0x22255a(0x1f2)][_0x22255a(0x1c2)]=_0x2e570d[_0x22255a(0x22f)],this[_0x22255a(0x1fd)][_0x22255a(0x1f2)][_0x2e570d[_0x22255a(0x20d)]]=_0x27021a[_0x22255a(0x193)][_0x22255a(0x1b8)](','),this[_0x22255a(0x1fd)][_0x22255a(0x1f2)]['forceLocal']=_0x2e570d[_0x22255a(0x1f9)]),this[_0x22255a(0x1fd)]['turboScaleUrl']=_0x27021a[_0x22255a(0x1a6)],this['framework']&&_0x2e570d[_0x22255a(0x1c5)](this['framework']['toLowerCase'](),_0x2e570d[_0x22255a(0x223)])?this['config'][_0x22255a(0x21c)]=_0x2e570d[_0x22255a(0x20a)](_0x27021a['playwrightUrl'],_0x2e570d[_0x22255a(0x1a5)]):constants['hubUrl']=helper[_0x22255a(0x1c3)](this[_0x22255a(0x1fd)]),logger[_0x22255a(0x246)](_0x22255a(0x19d)+constants['hubUrl']);}helper[_0x22255a(0x1eb)](this[_0x22255a(0x1fd)]),this['setupKeepAlive'](),_0x2e570d[_0x22255a(0x1c6)](setPercyFlag,this),![_0x2e570d['mxEsA'],_0x2e570d['GIsgb']][_0x22255a(0x211)](this[_0x22255a(0x171)])&&!helper[_0x22255a(0x1ef)](this[_0x22255a(0x1fd)])&&!helper[_0x22255a(0x1e5)]()[_0x22255a(0x1ed)]&&await this['setUpHubUrl']();}async[a123_0x590469(0x260)](){const _0xadec06=a123_0x590469,_0x505747={};_0x505747[_0xadec06(0x1f4)]=function(_0x43f6be,_0x22273f){return _0x43f6be===_0x22273f;},_0x505747[_0xadec06(0x1fc)]=_0xadec06(0x252),_0x505747[_0xadec06(0x22a)]=_0xadec06(0x1b7),_0x505747['opRvT']=_0xadec06(0x189),_0x505747[_0xadec06(0x1d7)]='true',_0x505747['hpXTQ']=_0xadec06(0x1ae);const _0x17adb4=_0x505747;if(helper[_0xadec06(0x222)](this[_0xadec06(0x1fd)]['percy'])&&(!this[_0xadec06(0x182)]||!this[_0xadec06(0x182)]['isRunning']()))try{this[_0xadec06(0x182)]=await percyHelper[_0xadec06(0x1e7)](this[_0xadec06(0x1fd)]);if(!this[_0xadec06(0x182)]){process[_0xadec06(0x24c)]['BROWSERSTACK_PERCY']=_0x17adb4['ruxGS'];throw new Error(_0x17adb4['afXjZ']);}logger[_0xadec06(0x18f)](_0x17adb4['opRvT']),process[_0xadec06(0x24c)][_0xadec06(0x1f6)]=_0x17adb4[_0xadec06(0x1d7)];let _0x38596e=0x0;const _0x2addb5=async()=>{const _0x13840d=_0xadec06;_0x38596e++,_0x17adb4[_0x13840d(0x1f4)](_0x38596e,0x1)&&await this[_0x13840d(0x19e)]();};process['on'](_0x17adb4[_0xadec06(0x1e6)],_0x2addb5);}catch(_0x41cc71){process[_0xadec06(0x24c)]['BROWSERSTACK_PERCY']=_0x17adb4[_0xadec06(0x1fc)],logger[_0xadec06(0x246)](_0xadec06(0x202)+_0x41cc71);throw new Error(_0x41cc71['toString']());}}async[a123_0x590469(0x19e)](){const _0x7313cd=a123_0x590469,_0x2d9f73={};_0x2d9f73['kThmT']=_0x7313cd(0x1d6),_0x2d9f73['WLPjH']=_0x7313cd(0x224);const _0x243399=_0x2d9f73;if(this[_0x7313cd(0x182)]&&this[_0x7313cd(0x182)][_0x7313cd(0x231)]())try{await percyHelper[_0x7313cd(0x19e)](this['percy']),logger['info'](_0x243399[_0x7313cd(0x238)]);}catch(_0xc492d5){logger['error'](_0x243399[_0x7313cd(0x179)],_0xc492d5['message']);}}async[a123_0x590469(0x1da)](){const _0x49af52=a123_0x590469,_0x24bcb6={};_0x24bcb6['rDVWa']='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0x24bcb6['XIZfV']=_0x49af52(0x1bd);const _0x56791d=_0x24bcb6;if(helper[_0x49af52(0x19a)]()&&helper[_0x49af52(0x222)](this[_0x49af52(0x1fd)][_0x49af52(0x265)])&&(!this[_0x49af52(0x265)]||!this['browserstackLocal'][_0x49af52(0x231)]()))try{if(this[_0x49af52(0x1fd)]['browserStackLocalOptions']['skipBinaryInitialisation']){logger[_0x49af52(0x246)](_0x56791d[_0x49af52(0x17c)]);return;}this[_0x49af52(0x265)]=await helper['startLocalBinary'](this[_0x49af52(0x1fd)]),logger[_0x49af52(0x18f)](_0x56791d[_0x49af52(0x1f3)]);}catch(_0x33157b){logger[_0x49af52(0x246)](_0x33157b);throw new Error(_0x33157b[_0x49af52(0x23e)]());}}async['stopBrowserstackLocal'](){const _0x52ef7a=a123_0x590469,_0x11eb9b={};_0x11eb9b[_0x52ef7a(0x17f)]=_0x52ef7a(0x203),_0x11eb9b['TzXoz']='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0xd8a240=_0x11eb9b;if(this[_0x52ef7a(0x265)]&&this[_0x52ef7a(0x265)][_0x52ef7a(0x231)]())try{await helper[_0x52ef7a(0x1b0)](this['browserstackLocal']),logger[_0x52ef7a(0x18f)](_0xd8a240[_0x52ef7a(0x17f)]);}catch(_0x536df4){logger[_0x52ef7a(0x205)](_0xd8a240[_0x52ef7a(0x264)],_0x536df4[_0x52ef7a(0x251)]);}}async[a123_0x590469(0x1db)](){const _0x32d6a7=a123_0x590469;return PerformanceTester[_0x32d6a7(0x195)](PerformanceAutEvents['HUB_MANAGEMENT'],async()=>{const _0x3ec9ea=_0x32d6a7;await hubAllocator[_0x3ec9ea(0x1ee)](this[_0x3ec9ea(0x1fd)]);})();}[a123_0x590469(0x1b3)](){const _0x1869f9=a123_0x590469,_0x1193a6={'tBTNI':function(_0x3c611d,_0x3edf02){return _0x3c611d(_0x3edf02);},'IlwYr':_0x1869f9(0x21b)};_0x1193a6['tBTNI'](require,_0x1193a6[_0x1869f9(0x263)])();}[a123_0x590469(0x239)](){const _0xde0931=a123_0x590469,_0x34c330={};_0x34c330[_0xde0931(0x1e2)]='3|2|0|4|1',_0x34c330[_0xde0931(0x174)]=_0xde0931(0x21d),_0x34c330[_0xde0931(0x227)]='uncaughtException';const _0x37725f=_0x34c330,_0x425503=_0x2fa865=>{const _0x26273e=_0xde0931,_0x18d35b=_0x37725f[_0x26273e(0x1e2)][_0x26273e(0x1c4)]('|');let _0x4c45e3=0x0;while(!![]){switch(_0x18d35b[_0x4c45e3++]){case'0':this[_0x26273e(0x22d)][_0x26273e(0x185)](util['format']('%j',_0x2fa865));continue;case'1':ClientTroubleShootingService['reportFinalDetectionState']();continue;case'2':logger[_0x26273e(0x246)](util[_0x26273e(0x25d)](_0x2fa865));continue;case'3':logger['error'](_0x2fa865[_0x26273e(0x251)]);continue;case'4':PerformanceTester[_0x26273e(0x257)](_0x2fa865);continue;}break;}};process['on'](_0x37725f[_0xde0931(0x174)],_0x425503),process['on'](_0x37725f[_0xde0931(0x227)],_0x425503);}async[a123_0x590469(0x1e4)](_0x43453e){const _0x55f22f=a123_0x590469,_0x39ed20={'nJqml':function(_0xbec9e9,_0x2f8aed){return _0xbec9e9+_0x2f8aed;},'TIuhT':_0x55f22f(0x187),'LZRkF':_0x55f22f(0x220),'ipihk':function(_0x299d32,_0x289ef9,_0x21db64){return _0x299d32(_0x289ef9,_0x21db64);},'dDoPd':_0x55f22f(0x1d5),'ZAAMo':function(_0x3035ba,_0x75597d){return _0x3035ba+_0x75597d;},'KDVNy':function(_0x5fd514,_0xdca9b0){return _0x5fd514+_0xdca9b0;},'AjpoW':_0x55f22f(0x218),'vbTxl':function(_0x36a62a,_0x191966){return _0x36a62a(_0x191966);},'ULfde':function(_0x1e1495,_0x4e459d){return _0x1e1495===_0x4e459d;},'rvzPB':'timed-out','kLzDx':function(_0x1f02c2,_0x50d294){return _0x1f02c2+_0x50d294;},'crmpF':_0x55f22f(0x194),'jlUMc':'ms;\x20forcing\x20exit','MiNmr':function(_0x49cfe2,_0x3b2aad){return _0x49cfe2+_0x3b2aad;}};if(this[_0x39ed20[_0x55f22f(0x1d4)](_0x39ed20[_0x55f22f(0x1d3)],_0x43453e)])return;this[_0x39ed20['ZAAMo'](_0x39ed20[_0x55f22f(0x1d3)],_0x43453e)]=!![],logger[_0x55f22f(0x18f)](_0x39ed20[_0x55f22f(0x175)](_0x39ed20[_0x55f22f(0x253)],_0x43453e)),this[_0x55f22f(0x226)]=_0x43453e;const _0x23fee5=0x7530;let _0x321dad;const _0x45fe85=(async()=>{const _0x5b72af=_0x55f22f;await ClientTroubleShootingService[_0x5b72af(0x1c8)](_0x43453e),await TestHubHandler[_0x5b72af(0x1e3)](_0x43453e);const _0x1c1e19=BrowserstackCLI[_0x5b72af(0x236)]();await utilities[_0x5b72af(0x1b5)](this,_0x1c1e19?_0x1c1e19[_0x5b72af(0x231)]():![]),await ClientTroubleShootingService[_0x5b72af(0x1aa)](),await BrowserstackCLI[_0x5b72af(0x236)]()[_0x5b72af(0x1e3)]();})()[_0x55f22f(0x21a)](()=>'completed')[_0x55f22f(0x172)](_0x30e50a=>{const _0x14d28a=_0x55f22f;return logger[_0x14d28a(0x246)](_0x39ed20[_0x14d28a(0x1d4)](_0x39ed20[_0x14d28a(0x19c)],util[_0x14d28a(0x25d)](_0x30e50a))),_0x39ed20[_0x14d28a(0x1d8)];}),_0xc58c76=new Promise(_0x209858=>{const _0x3f1422=_0x55f22f;_0x321dad=_0x39ed20['ipihk'](setTimeout,()=>_0x209858(_0x3f1422(0x25f)),_0x23fee5),_0x321dad[_0x3f1422(0x237)]&&_0x321dad[_0x3f1422(0x237)]();}),_0x4e7cd1=await Promise['race']([_0x45fe85,_0xc58c76]);_0x39ed20[_0x55f22f(0x1ea)](clearTimeout,_0x321dad),_0x39ed20['ULfde'](_0x4e7cd1,_0x39ed20[_0x55f22f(0x183)])&&logger[_0x55f22f(0x21e)](_0x39ed20[_0x55f22f(0x1ca)](_0x39ed20[_0x55f22f(0x206)](_0x39ed20[_0x55f22f(0x245)],_0x23fee5),_0x39ed20['jlUMc'])),process[_0x55f22f(0x214)](process['exitCode']||_0x39ed20[_0x55f22f(0x170)](0x80,constants[_0x55f22f(0x1ac)][_0x43453e]||0x0));}['exitHandler'](){const _0x39fd5d=a123_0x590469,_0x40ff5a={'VkzDo':function(_0x40a25,_0x2f6f05){return _0x40a25===_0x2f6f05;},'aZWce':_0x39fd5d(0x192),'gwHBi':function(_0x3c38b7,_0x3194f5){return _0x3c38b7>_0x3194f5;},'rKMMm':function(_0x2b45c8,_0x9d5567){return _0x2b45c8>_0x9d5567;},'lBvTV':function(_0x34376c,_0x16b060){return _0x34376c(_0x16b060);},'rQfFK':function(_0x384064,_0x467770){return _0x384064(_0x467770);},'cCghg':function(_0x280f66){return _0x280f66();},'fOski':'events.json'};let _0x48dd15=0x0;return async()=>{const _0x4dc3b0=_0x39fd5d;_0x48dd15++;if(_0x40ff5a[_0x4dc3b0(0x1a9)](_0x48dd15,0x1)){helper['checkStopLocalBinaryOnExit'](this[_0x4dc3b0(0x171)])&&await this[_0x4dc3b0(0x180)]();try{logger[_0x4dc3b0(0x246)](_0x40ff5a[_0x4dc3b0(0x20f)]),await TestHubHandler[_0x4dc3b0(0x1e3)](_0x48dd15),await ClientTroubleShootingService[_0x4dc3b0(0x1aa)](),await BrowserstackCLI['getInstance']()['stop']('1');}catch(_0x2ed73d){logger[_0x4dc3b0(0x246)](_0x4dc3b0(0x241)+util[_0x4dc3b0(0x25d)](_0x2ed73d));}PerformanceTester[_0x4dc3b0(0x217)](PerformanceEvents[_0x4dc3b0(0x196)]);if(PerformanceTester[_0x4dc3b0(0x20e)]()){const {measures:_0x5eee29,errors:_0x3dd668}=await PerformanceTester[_0x4dc3b0(0x1bf)](),_0x279e2f={};if(_0x5eee29&&_0x40ff5a[_0x4dc3b0(0x1f7)](_0x5eee29[_0x4dc3b0(0x1a4)],0x0)||_0x3dd668&&_0x40ff5a['rKMMm'](_0x3dd668[_0x4dc3b0(0x1a4)],0x0)){const _0x2f98b5={};_0x2f98b5[_0x4dc3b0(0x181)]=_0x5eee29,_0x2f98b5['exceptions']=_0x3dd668,Object[_0x4dc3b0(0x1ad)](_0x279e2f,_0x2f98b5);}try{const _0x5846a5=await helper['sendToEDS'](_0x279e2f,this[_0x4dc3b0(0x1fd)]);logger['debug'](_0x4dc3b0(0x244)+_0x40ff5a['lBvTV'](getEdsInstrumentationAPIUrl,'')+_0x4dc3b0(0x1b4)+_0x5846a5[_0x4dc3b0(0x1c9)]);}catch(_0x2b45db){logger[_0x4dc3b0(0x246)]('Failed\x20to\x20send\x20data\x20to\x20'+_0x40ff5a[_0x4dc3b0(0x197)](getEdsInstrumentationAPIUrl,'')+'\x20with\x20error\x20'+util[_0x4dc3b0(0x25d)](_0x2b45db));}try{fs[_0x4dc3b0(0x23f)](path[_0x4dc3b0(0x1b8)](_0x40ff5a['cCghg'](getLogDir),_0x40ff5a[_0x4dc3b0(0x199)]),JSON[_0x4dc3b0(0x1e0)](_0x279e2f));}catch(_0x1dd6c1){logger[_0x4dc3b0(0x246)](_0x4dc3b0(0x1c0)+_0x1dd6c1);}}}logger&&logger[_0x4dc3b0(0x176)](),fileLogger&&fileLogger[_0x4dc3b0(0x176)]();};}}exports[a123_0x590469(0x1fa)]=BrowserStackSetup;
1
+ function a123_0x1c79(_0x30ae1a,_0x5b1295){const _0x86ae1d=a123_0x86ae();return a123_0x1c79=function(_0x1c7958,_0x49e330){_0x1c7958=_0x1c7958-0x107;let _0x5a0cb2=_0x86ae1d[_0x1c7958];return _0x5a0cb2;},a123_0x1c79(_0x30ae1a,_0x5b1295);}const a123_0xa02ea0=a123_0x1c79;(function(_0x1de3c1,_0x315730){const _0xc7c83a=a123_0x1c79,_0x5cfe9c=_0x1de3c1();while(!![]){try{const _0x2ac459=parseInt(_0xc7c83a(0x162))/0x1*(-parseInt(_0xc7c83a(0x130))/0x2)+-parseInt(_0xc7c83a(0x14f))/0x3+-parseInt(_0xc7c83a(0x12e))/0x4*(-parseInt(_0xc7c83a(0x121))/0x5)+-parseInt(_0xc7c83a(0x124))/0x6*(parseInt(_0xc7c83a(0x15e))/0x7)+-parseInt(_0xc7c83a(0x185))/0x8*(parseInt(_0xc7c83a(0x17c))/0x9)+parseInt(_0xc7c83a(0x187))/0xa+parseInt(_0xc7c83a(0x161))/0xb;if(_0x2ac459===_0x315730)break;else _0x5cfe9c['push'](_0x5cfe9c['shift']());}catch(_0x45e9c7){_0x5cfe9c['push'](_0x5cfe9c['shift']());}}}(a123_0x86ae,0xb83bf));function a123_0x86ae(){const _0x36bbd4=['SUtNZ','./caCertHelper','ZLhtn','\x20with\x20error\x20','toLowerCase','configPath','message','generateLocalIdentifier','bLnTc','stopLocalBinary','isBrowserstackInfra','Percy\x20started\x20successfully','25aNMaws','writeFileSync','../bin/utils/constants','6IGFiRO','fhkxq','getCentralUser','initialize','warn','PHZHk','Error\x20occured\x20while\x20stopping\x20percy','isRunning','env','setBrowserstackInfraFromConfig','833864RwVWng','getUserName','2qcFViR','isLTSSession','measureWrapper','AUCBW','catch','xZTIR','KsRJj','qXCUi','requireSeleniumWebdriverCheck','debug','selenium-webdriver','util','reportFinalDetectionState','SIGTERM','WUcbz','sdkRunId','SDK\x20run\x20started\x20with\x20id:\x20','./logger','parallelsPerPlatform','setProxySettings','fireFunnelTestEvent','setupCaCertificate','hubUrl','unhandledErrors','Error\x20occured\x20while\x20stopping\x20local\x20binary','localOptions','UGpBS','gIDov','cAjLB','race','playwrightUrl','1164537ZzNWFd','Error\x20in\x20writing\x20events\x20to\x20file\x20','IciyT','RolpG','true','Calling\x20Build\x20Stop\x20from\x20ExitHandler','beforeExit','BFlFW','info','QbmpK','join','jSVIi','SIGQUIT','startPercy','winstonLogger','8106273DfsJnh','PQGHp','EcfZD','21074328uuoSSw','902037FkDpdD','Failed\x20to\x20send\x20data\x20to\x20','bszFe','dBJBZ','split','TrHIA','xwbrb','forceLocal','DvSKR','aaRtV','getAccessKey','isTrue','RrsBQ','turboScaleGridDetails','KdsDM','percy','aGkiJ','sendToEDS','skipSessionStatus','../bin/utils/clientTroubleshootingService','envConfig','getLocalConfig','config','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','No\x20config\x20provided.','../bin/utils/apiUtilityMethods','9ZbQBJV','handled','cliConfig','events.json','push','xjZKM','Percy\x20stopped','BTbDi','localIdentifier','7926184fpUSMd','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','12354730vAiCBm','RqBCG','uuid','WDliU','handleExceptions','isTrialGrid','BROWSERSTACK_TURBOSCALE','playwright','measures','BROWSERSTACK_PERCY','FRAMEWORK','useW3C','customRepeaters','win32','length','UJQsu','SAjLb','\x20with\x20response\x20','SIGABRT','../hubAllocationMethods','custom-repeater','dmrWF','isUndefined','intExitHandler','startLocalBinary','./percy/utils','SDK_CLEANUP','setupBrowserstackLocal','finalExecution','getHubUrl','../bin/v2/browserstackCLI','Kxmck','integrations','setUpHubUrl','setupPercy','WRQCc','XnKky','skipBinaryInitialisation','./testhub/utils','url','getFinalCaps','completed','browserStackLocalOptions','testContextOptions','errorMessage','exceptions','isTurboScaleSession','normalizeTestReportingEnvVars','isNotUndefined','../bin/v2/modules/loadTestModule','unref','dOcnG','__isPlaywrightInstalled','readConfig','Error\x20in\x20sending\x20testhub\x20stop:\x20','Data\x20sent\x20successfully\x20to\x20','getInstance','turboScaleOptions','pMcVK','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','setHandlePWError','platforms','HUB_MANAGEMENT','central_scanner','CYCYO','RWMHQ','SpdNY','stopPercy','SIGHUP','./performance/performance-tester','killSignal','kggYu','skipSessionName','validateSkipAppOverride','allocateHub','framework','exitHandler','userName\x20or\x20accessKey\x20is\x20not\x20defined','?caps=','HgFyF','azVld','MAGgU','format','AUTOLOGCAPTURE_NOTIFICATION','SIGBREAK','Local\x20binary\x20stopped','uncaughtException','browserstackLocal','iUkrd','getTurboScaleGridDetails','4.5.0','getLocalIdentifier','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','Local\x20binary\x20started\x20successfully','zFtsk','exitCode','finalize','fileLogger','setupKeepAlive','preInitialize','KlNMu','stop','close','setCLICaps','BapPv','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','Ouogn','setLogDir','timed-out','gxZYz','SDKTestAttempted','error','default','stopBrowserstackLocal','setEnvCaps','getPackageVersion','assign','turboScaleUrl'];a123_0x86ae=function(){return _0x36bbd4;};return a123_0x86ae();}const util=require(a123_0xa02ea0(0x13b)),path=require('path'),{v4:uuidv4}=require(a123_0xa02ea0(0x189)),fs=require('fs'),constants=require(a123_0xa02ea0(0x123)),logger=require(a123_0xa02ea0(0x141))[a123_0xa02ea0(0x15d)],fileLogger=require(a123_0xa02ea0(0x141))[a123_0xa02ea0(0x1e8)],{getLogDir}=require(a123_0xa02ea0(0x141)),helper=require('./helper'),utilities=require('./utilities'),percyHelper=require(a123_0xa02ea0(0x1a0)),hubAllocator=require(a123_0xa02ea0(0x19a)),PerformanceTester=require(a123_0xa02ea0(0x1cc)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require('./performance/constants'),{setPercyFlag}=require(a123_0xa02ea0(0x1ad)),TestHubHandler=require('./testhub/testhubHandler'),BrowserstackCLI=require(a123_0xa02ea0(0x1a5)),LoadTestModule=require(a123_0xa02ea0(0x1b8)),{getEdsInstrumentationAPIUrl}=require(a123_0xa02ea0(0x17b)),ClientTroubleShootingService=require(a123_0xa02ea0(0x175));class BrowserStackSetup{constructor(_0x5b2b3d,_0x17cede){const _0x2c35b2=a123_0xa02ea0,_0x1dbc98={'SAjLb':'11|1|21|0|13|8|25|26|12|4|15|19|10|9|24|17|22|20|5|14|2|18|6|7|16|23|3','HdMTL':function(_0x26ac96,_0x5908d9){return _0x26ac96(_0x5908d9);},'dmrWF':_0x2c35b2(0x116),'TrHIA':function(_0x3e37f0){return _0x3e37f0();},'MVjgY':_0x2c35b2(0x17a)},_0x2fc37d=_0x1dbc98[_0x2c35b2(0x197)]['split']('|');let _0x2ae9c2=0x0;while(!![]){switch(_0x2fc37d[_0x2ae9c2++]){case'0':this[_0x2c35b2(0x1de)]=null;continue;case'1':helper[_0x2c35b2(0x1b6)]();continue;case'2':this[_0x2c35b2(0x178)]['testContextOptions'][_0x2c35b2(0x1cf)]=!helper[_0x2c35b2(0x11f)]()||helper['isTrue'](this['config'][_0x2c35b2(0x1b2)][_0x2c35b2(0x1cf)]);continue;case'3':try{_0x1dbc98['HdMTL'](require,_0x1dbc98[_0x2c35b2(0x19c)])[_0x2c35b2(0x145)](this[_0x2c35b2(0x178)],logger);}catch(_0x420592){}continue;case'4':this[_0x2c35b2(0x178)][_0x2c35b2(0x1b2)]=this[_0x2c35b2(0x178)][_0x2c35b2(0x1b2)]||{};continue;case'5':helper['setCredentialsFromYmlConfig'](this[_0x2c35b2(0x178)]);continue;case'6':helper['setSmartTestSelectionFeatureBranchesConfig'](this[_0x2c35b2(0x178)],this[_0x2c35b2(0x17e)],this[_0x2c35b2(0x176)]);continue;case'7':helper[_0x2c35b2(0x10a)](this[_0x2c35b2(0x178)]);continue;case'8':this[_0x2c35b2(0x11a)]=helper['getConfigPath'](_0x5b2b3d);continue;case'9':global[_0x2c35b2(0x1d2)]=_0x17cede;continue;case'10':this[_0x2c35b2(0x1d2)]=_0x17cede;continue;case'11':this[_0x2c35b2(0x147)]=[];continue;case'12':this['config'][_0x2c35b2(0x1c4)]=this[_0x2c35b2(0x178)][_0x2c35b2(0x1c4)]||[];continue;case'13':this[_0x2c35b2(0x171)]=null;continue;case'14':this[_0x2c35b2(0x178)]['testContextOptions'][_0x2c35b2(0x174)]=!helper[_0x2c35b2(0x11f)]()||helper[_0x2c35b2(0x16d)](this['config'][_0x2c35b2(0x1b2)][_0x2c35b2(0x174)]);continue;case'15':this[_0x2c35b2(0x1b3)]={};continue;case'16':helper['setLogLevel'](this[_0x2c35b2(0x178)],this[_0x2c35b2(0x17e)],this[_0x2c35b2(0x176)]);continue;case'17':if(this[_0x2c35b2(0x178)]['error'])throw new Error(this[_0x2c35b2(0x178)][_0x2c35b2(0x10e)]);continue;case'18':helper[_0x2c35b2(0x1af)](this['config'],this[_0x2c35b2(0x17e)],this[_0x2c35b2(0x176)]);continue;case'19':this[_0x2c35b2(0x13f)]=_0x1dbc98[_0x2c35b2(0x167)](uuidv4);continue;case'20':helper[_0x2c35b2(0x12d)](this['config'],this['cliConfig']);continue;case'21':this[_0x2c35b2(0x176)]=helper[_0x2c35b2(0x111)]();continue;case'22':helper[_0x2c35b2(0x1d0)](this[_0x2c35b2(0x178)],this[_0x2c35b2(0x1d2)]);continue;case'23':PerformanceTester['startMonitoring']();continue;case'24':if(helper['isUndefined'](this[_0x2c35b2(0x178)]))throw new Error(_0x1dbc98['MVjgY']);continue;case'25':this[_0x2c35b2(0x178)]=helper[_0x2c35b2(0x1bc)](this['configPath']);continue;case'26':this[_0x2c35b2(0x17e)]=helper[_0x2c35b2(0x1ee)](_0x5b2b3d);continue;}break;}}['preInitialize'](_0xea8b5e){const _0x4da03e=a123_0xa02ea0,_0x4d365c={'azVld':_0x4da03e(0x1d4),'gIDov':function(_0xbc5a4f,_0x45bf40){return _0xbc5a4f===_0x45bf40;},'PpAPK':_0x4da03e(0x1a7),'SpdNY':_0x4da03e(0x10d),'HgFyF':function(_0x4e3d40,_0x1be75b){return _0x4e3d40<_0x1be75b;},'SUtNZ':function(_0xb5ad51,_0x2f42e){return _0xb5ad51(_0x2f42e);},'KlNMu':_0x4da03e(0x13a),'BFlFW':_0x4da03e(0x1e1),'AUCBW':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','bszFe':_0x4da03e(0x1c2),'iUkrd':_0x4da03e(0x13d),'hJcAZ':'SIGINT','RWMHQ':_0x4da03e(0x1cb),'BapPv':function(_0x5e8392,_0x3542c3){return _0x5e8392!==_0x3542c3;},'MAGgU':_0x4da03e(0x194),'aGkiJ':_0x4da03e(0x199),'xZTIR':_0x4da03e(0x15b),'vmRZg':_0x4da03e(0x1db),'UJQsu':_0x4da03e(0x155)},_0x92b3e8=this[_0x4da03e(0x1d2)];global[_0x4da03e(0x178)]=this[_0x4da03e(0x178)],helper['sanitizeCaps'](this[_0x4da03e(0x178)]),this[_0x4da03e(0x1cd)]=null,global[_0x4da03e(0x13f)]=this[_0x4da03e(0x13f)],logger[_0x4da03e(0x157)](_0x4da03e(0x140)+this[_0x4da03e(0x13f)]),!this[_0x4da03e(0x178)][_0x4da03e(0x1b1)]&&(this[_0x4da03e(0x178)]['browserStackLocalOptions']=this['config'][_0x4da03e(0x149)]||{});if(helper[_0x4da03e(0x19d)](helper[_0x4da03e(0x12f)](this['config']))||helper[_0x4da03e(0x19d)](helper[_0x4da03e(0x16c)](this[_0x4da03e(0x178)])))throw new Error(_0x4d365c[_0x4da03e(0x1d7)]);helper[_0x4da03e(0x177)](this[_0x4da03e(0x178)])&&helper[_0x4da03e(0x19d)](helper[_0x4da03e(0x1e2)](this['config']))&&(!helper['isUndefined'](this[_0x4da03e(0x178)][_0x4da03e(0x1b1)])&&_0x4d365c[_0x4da03e(0x14b)](this[_0x4da03e(0x178)][_0x4da03e(0x1b1)]['constructor'],Object)?!helper[_0x4da03e(0x16d)](this[_0x4da03e(0x178)]['browserStackLocalOptions'][_0x4da03e(0x1ac)])&&(this[_0x4da03e(0x178)][_0x4da03e(0x1b1)][_0x4da03e(0x184)]=helper[_0x4da03e(0x11c)]()):this[_0x4da03e(0x178)][_0x4da03e(0x1b1)]={'localIdentifier':helper[_0x4da03e(0x11c)]()});this[_0x4da03e(0x178)][_0x4da03e(0x1b1)][_0x4da03e(0x1ac)]=helper[_0x4da03e(0x16d)](this[_0x4da03e(0x178)][_0x4da03e(0x1b1)][_0x4da03e(0x1ac)]),helper[_0x4da03e(0x1c3)](this[_0x4da03e(0x178)]);if(_0x4d365c['gIDov'](_0x92b3e8,_0x4d365c['PpAPK']))return;this[_0x4da03e(0x18b)]();process[_0x4da03e(0x12c)][_0x4da03e(0x18d)]&&(this[_0x4da03e(0x178)]['turboScale']=helper['isTrue'](process[_0x4da03e(0x12c)][_0x4da03e(0x18d)]),this['config'][_0x4da03e(0x1c0)]=this['config'][_0x4da03e(0x1c0)]||{});helper[_0x4da03e(0x1b5)](this['config'])&&(process[_0x4da03e(0x12c)][_0x4da03e(0x18d)]=!![]);LoadTestModule[_0x4da03e(0x131)](this[_0x4da03e(0x178)])&&logger['debug'](_0x4da03e(0x186)+this[_0x4da03e(0x13f)]);if(!helper[_0x4da03e(0x11f)]()){try{process['env'][_0x4da03e(0x191)]=_0x92b3e8,utilities['fireFunnelTestEvent'](_0x4d365c[_0x4da03e(0x1c9)],{},this[_0x4da03e(0x178)],this['framework']);}catch(_0x56c57f){logger['debug'](_0x4da03e(0x108)+_0x56c57f);}return;}if(helper[_0x4da03e(0x138)](_0x92b3e8)){if(global[_0x4da03e(0x1bb)]||global['__isPuppeteerInstalled'])return;_0x4d365c[_0x4da03e(0x1d6)](_0x4d365c[_0x4da03e(0x115)](parseInt,helper[_0x4da03e(0x112)](_0x4d365c[_0x4da03e(0x1eb)])),0x3)&&(this[_0x4da03e(0x178)][_0x4da03e(0x192)]=![]),_0x4d365c[_0x4da03e(0x14b)](helper['compareVersions'](helper[_0x4da03e(0x112)](_0x4d365c[_0x4da03e(0x1eb)]),_0x4d365c[_0x4da03e(0x156)]),0x1)&&(this[_0x4da03e(0x178)][_0x4da03e(0x192)]=!![]);}(helper['isUndefined'](this[_0x4da03e(0x178)][_0x4da03e(0x1c4)])||helper[_0x4da03e(0x19d)](this[_0x4da03e(0x178)][_0x4da03e(0x1c4)][_0x4da03e(0x195)]))&&(helper[_0x4da03e(0x19d)](this[_0x4da03e(0x178)][_0x4da03e(0x142)])?logger['info'](_0x4d365c[_0x4da03e(0x133)]):logger[_0x4da03e(0x128)](_0x4d365c[_0x4da03e(0x164)]),this[_0x4da03e(0x178)]['platforms']=[]);!this[_0x4da03e(0x178)][_0x4da03e(0x1b2)]&&(this['config'][_0x4da03e(0x1b2)]={});try{process[_0x4da03e(0x12c)][_0x4da03e(0x191)]=_0xea8b5e['_'][0x0],utilities[_0x4da03e(0x144)](_0x4d365c['SpdNY'],{},this['config'],this[_0x4da03e(0x1d2)]);}catch(_0x6a8ddf){logger[_0x4da03e(0x139)](_0x4da03e(0x108)+_0x6a8ddf);}!this[_0x4da03e(0x178)]['disableAutoCaptureLogs']&&logger['info'](constants[_0x4da03e(0x1da)]),this['intExitHandler']=this[_0x4da03e(0x19e)]['bind'](this),process['on'](_0x4d365c[_0x4da03e(0x1df)],this[_0x4da03e(0x19e)]),process['on'](_0x4d365c['hJcAZ'],this[_0x4da03e(0x19e)]),process['on'](_0x4d365c[_0x4da03e(0x1c8)],this[_0x4da03e(0x19e)]),_0x4d365c[_0x4da03e(0x107)](process['platform'],_0x4d365c[_0x4da03e(0x1d8)])?(process['on'](_0x4d365c[_0x4da03e(0x172)],this[_0x4da03e(0x19e)]),process['on'](_0x4d365c[_0x4da03e(0x135)],this[_0x4da03e(0x19e)])):process['on'](_0x4d365c['vmRZg'],this[_0x4da03e(0x19e)]),process['on'](_0x4d365c[_0x4da03e(0x196)],this[_0x4da03e(0x1d3)]());}async[a123_0xa02ea0(0x127)](_0x164428){const _0x1fa108=a123_0xa02ea0,_0x16e16c={'PmBWF':'ats-repeater','Kxmck':_0x1fa108(0x19b),'eNgJl':_0x1fa108(0x153),'tRhYI':function(_0x2a9133,_0x17404e){return _0x2a9133===_0x17404e;},'CYCYO':_0x1fa108(0x18e),'IFvFz':function(_0x5a7862,_0x46efaa){return _0x5a7862+_0x46efaa;},'jSVIi':_0x1fa108(0x1d5),'zFtsk':function(_0x5bc10b,_0xf14763){return _0x5bc10b(_0xf14763);},'cYqlP':'codeceptjs'};this[_0x1fa108(0x1ea)](_0x164428);if(helper[_0x1fa108(0x1b5)](this[_0x1fa108(0x178)])){const _0x4146a8=await helper[_0x1fa108(0x1e0)](this[_0x1fa108(0x178)]);this[_0x1fa108(0x178)][_0x1fa108(0x16f)]=_0x4146a8,_0x4146a8[_0x1fa108(0x18c)]&&helper[_0x1fa108(0x1b7)](this['config'][_0x1fa108(0x1de)])&&helper[_0x1fa108(0x16d)](this['config'][_0x1fa108(0x1de)])&&(this[_0x1fa108(0x178)][_0x1fa108(0x1b1)][_0x1fa108(0x184)]=_0x16e16c['PmBWF'],this[_0x1fa108(0x178)]['browserStackLocalOptions'][_0x16e16c[_0x1fa108(0x1a6)]]=_0x4146a8[_0x1fa108(0x193)][_0x1fa108(0x159)](','),this[_0x1fa108(0x178)]['browserStackLocalOptions'][_0x1fa108(0x169)]=_0x16e16c['eNgJl']),this[_0x1fa108(0x178)]['turboScaleUrl']=_0x4146a8[_0x1fa108(0x1ae)],this[_0x1fa108(0x1d2)]&&_0x16e16c['tRhYI'](this[_0x1fa108(0x1d2)][_0x1fa108(0x119)](),_0x16e16c[_0x1fa108(0x1c7)])?this[_0x1fa108(0x178)][_0x1fa108(0x114)]=_0x16e16c['IFvFz'](_0x4146a8[_0x1fa108(0x14e)],_0x16e16c[_0x1fa108(0x15a)]):constants[_0x1fa108(0x146)]=helper[_0x1fa108(0x1a4)](this[_0x1fa108(0x178)]),logger['debug'](_0x1fa108(0x179)+constants[_0x1fa108(0x146)]);}helper[_0x1fa108(0x143)](this[_0x1fa108(0x178)]),this['setupKeepAlive'](),_0x16e16c[_0x1fa108(0x1e5)](setPercyFlag,this),![_0x16e16c['cYqlP'],_0x16e16c[_0x1fa108(0x1c7)]]['includes'](this[_0x1fa108(0x1d2)])&&!helper[_0x1fa108(0x1b5)](this[_0x1fa108(0x178)])&&!helper[_0x1fa108(0x126)]()[_0x1fa108(0x1c6)]&&await this[_0x1fa108(0x1a8)]();}async[a123_0xa02ea0(0x1a9)](){const _0x4578cf=a123_0xa02ea0,_0x289fba={};_0x289fba[_0x4578cf(0x117)]=function(_0x42f371,_0x2c4852){return _0x42f371===_0x2c4852;},_0x289fba['fhkxq']='false',_0x289fba[_0x4578cf(0x168)]=_0x4578cf(0x1e3),_0x289fba[_0x4578cf(0x10c)]=_0x4578cf(0x120),_0x289fba[_0x4578cf(0x14a)]=_0x4578cf(0x153),_0x289fba[_0x4578cf(0x14c)]=_0x4578cf(0x155);const _0x5c92d8=_0x289fba;if(helper[_0x4578cf(0x16d)](this[_0x4578cf(0x178)][_0x4578cf(0x171)])&&(!this[_0x4578cf(0x171)]||!this[_0x4578cf(0x171)][_0x4578cf(0x12b)]()))try{this[_0x4578cf(0x171)]=await percyHelper[_0x4578cf(0x15c)](this[_0x4578cf(0x178)]);if(!this[_0x4578cf(0x171)]){process[_0x4578cf(0x12c)][_0x4578cf(0x190)]=_0x5c92d8[_0x4578cf(0x125)];throw new Error(_0x5c92d8[_0x4578cf(0x168)]);}logger[_0x4578cf(0x157)](_0x5c92d8[_0x4578cf(0x10c)]),process[_0x4578cf(0x12c)][_0x4578cf(0x190)]=_0x5c92d8['UGpBS'];let _0x4a913c=0x0;const _0x43a19c=async()=>{const _0x1aef54=_0x4578cf;_0x4a913c++,_0x5c92d8['ZLhtn'](_0x4a913c,0x1)&&await this[_0x1aef54(0x1ca)]();};process['on'](_0x5c92d8['cAjLB'],_0x43a19c);}catch(_0x568b7d){process[_0x4578cf(0x12c)][_0x4578cf(0x190)]=_0x5c92d8[_0x4578cf(0x125)],logger[_0x4578cf(0x139)]('Error\x20in\x20percy\x20setup\x20'+_0x568b7d);throw new Error(_0x568b7d['toString']());}}async[a123_0xa02ea0(0x1ca)](){const _0x2165e9=a123_0xa02ea0,_0x511999={};_0x511999[_0x2165e9(0x183)]=_0x2165e9(0x182),_0x511999[_0x2165e9(0x1c1)]=_0x2165e9(0x12a);const _0x11067c=_0x511999;if(this[_0x2165e9(0x171)]&&this[_0x2165e9(0x171)][_0x2165e9(0x12b)]())try{await percyHelper[_0x2165e9(0x1ca)](this[_0x2165e9(0x171)]),logger['info'](_0x11067c[_0x2165e9(0x183)]);}catch(_0xda7d8){logger[_0x2165e9(0x10e)](_0x11067c['pMcVK'],_0xda7d8[_0x2165e9(0x11b)]);}}async[a123_0xa02ea0(0x1a2)](){const _0x5e1f1b=a123_0xa02ea0,_0x351e8e={};_0x351e8e[_0x5e1f1b(0x11d)]='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0x351e8e[_0x5e1f1b(0x160)]=_0x5e1f1b(0x1e4);const _0x196eee=_0x351e8e;if(helper['isBrowserstackInfra']()&&helper[_0x5e1f1b(0x16d)](this[_0x5e1f1b(0x178)][_0x5e1f1b(0x1de)])&&(!this['browserstackLocal']||!this[_0x5e1f1b(0x1de)]['isRunning']()))try{if(this['config']['browserStackLocalOptions'][_0x5e1f1b(0x1ac)]){logger['debug'](_0x196eee[_0x5e1f1b(0x11d)]);return;}this[_0x5e1f1b(0x1de)]=await helper[_0x5e1f1b(0x19f)](this[_0x5e1f1b(0x178)]),logger['info'](_0x196eee[_0x5e1f1b(0x160)]);}catch(_0x577eab){logger[_0x5e1f1b(0x139)](_0x577eab);throw new Error(_0x577eab['toString']());}}async['stopBrowserstackLocal'](){const _0x10f009=a123_0xa02ea0,_0x44f1ca={};_0x44f1ca[_0x10f009(0x13e)]=_0x10f009(0x1dc),_0x44f1ca[_0x10f009(0x16b)]=_0x10f009(0x148);const _0x10bdc0=_0x44f1ca;if(this[_0x10f009(0x1de)]&&this['browserstackLocal']['isRunning']())try{await helper[_0x10f009(0x11e)](this[_0x10f009(0x1de)]),logger[_0x10f009(0x157)](_0x10bdc0['WUcbz']);}catch(_0x45d809){logger[_0x10f009(0x10e)](_0x10bdc0[_0x10f009(0x16b)],_0x45d809['message']);}}async[a123_0xa02ea0(0x1a8)](){const _0x40c073=a123_0xa02ea0;return PerformanceTester[_0x40c073(0x132)](PerformanceAutEvents[_0x40c073(0x1c5)],async()=>{const _0xfe180e=_0x40c073;await hubAllocator[_0xfe180e(0x1d1)](this['config']);})();}[a123_0xa02ea0(0x1e9)](){const _0x5daf86=a123_0xa02ea0,_0x1036af={'KdsDM':function(_0x314be0,_0x3b3006){return _0x314be0(_0x3b3006);},'RolpG':'./setKeepAlive'};_0x1036af[_0x5daf86(0x170)](require,_0x1036af[_0x5daf86(0x152)])();}[a123_0xa02ea0(0x18b)](){const _0x5695c7=a123_0xa02ea0,_0x75754c={};_0x75754c[_0x5695c7(0x1ba)]='1|0|3|2|4',_0x75754c['sYVWZ']='unhandledRejection',_0x75754c[_0x5695c7(0x165)]=_0x5695c7(0x1dd);const _0x1a9d9a=_0x75754c,_0x59a5a2=_0x16d6d9=>{const _0x537ed1=_0x5695c7,_0x24897c=_0x1a9d9a[_0x537ed1(0x1ba)][_0x537ed1(0x166)]('|');let _0x20943e=0x0;while(!![]){switch(_0x24897c[_0x20943e++]){case'0':logger['debug'](util['format'](_0x16d6d9));continue;case'1':logger[_0x537ed1(0x10e)](_0x16d6d9[_0x537ed1(0x11b)]);continue;case'2':PerformanceTester['captureError'](_0x16d6d9);continue;case'3':this['unhandledErrors'][_0x537ed1(0x180)](util['format']('%j',_0x16d6d9));continue;case'4':ClientTroubleShootingService[_0x537ed1(0x13c)]();continue;}break;}};process['on'](_0x1a9d9a['sYVWZ'],_0x59a5a2),process['on'](_0x1a9d9a[_0x5695c7(0x165)],_0x59a5a2);}async[a123_0xa02ea0(0x19e)](_0x4e5cf2){const _0x488a57=a123_0xa02ea0,_0x34e174={'KsRJj':function(_0x344ad2,_0x4cee2f){return _0x344ad2+_0x4cee2f;},'DvSKR':'Signal\x20shutdown\x20did\x20not\x20complete\x20cleanly:\x20','SvfUJ':'completed','iVZkl':function(_0x58e461,_0x179f4b,_0x5f1fdb){return _0x58e461(_0x179f4b,_0x5f1fdb);},'RrsBQ':function(_0x581a0d,_0x49fe8b){return _0x581a0d+_0x49fe8b;},'qXCUi':_0x488a57(0x17d),'IciyT':function(_0x4259cb,_0x22f40a){return _0x4259cb+_0x22f40a;},'WDliU':'Shutdown\x20triggered\x20by\x20','pBnGP':function(_0x387c14,_0x5c040c){return _0x387c14(_0x5c040c);},'XnKky':function(_0x2d1c39,_0x413b33){return _0x2d1c39===_0x413b33;},'EcbvC':_0x488a57(0x10b),'xjZKM':'Signal\x20shutdown\x20timed\x20out\x20after\x20','Ouogn':'ms;\x20forcing\x20exit','QbmpK':function(_0x3fbe98,_0x3cebff){return _0x3fbe98+_0x3cebff;}};if(this[_0x34e174[_0x488a57(0x16e)](_0x34e174[_0x488a57(0x137)],_0x4e5cf2)])return;this[_0x34e174['IciyT'](_0x34e174[_0x488a57(0x137)],_0x4e5cf2)]=!![],logger['info'](_0x34e174['IciyT'](_0x34e174[_0x488a57(0x18a)],_0x4e5cf2)),this[_0x488a57(0x1cd)]=_0x4e5cf2;const _0x2f18a7=0x7530;let _0x9b29fc;const _0x2ca8b2=(async()=>{const _0x141e4f=_0x488a57;await ClientTroubleShootingService['reportProcessInterruptionSituation'](_0x4e5cf2),await TestHubHandler[_0x141e4f(0x1ec)](_0x4e5cf2);const _0x53f869=BrowserstackCLI[_0x141e4f(0x1bf)]();await utilities[_0x141e4f(0x1a3)](this,_0x53f869?_0x53f869[_0x141e4f(0x12b)]():![]),await ClientTroubleShootingService[_0x141e4f(0x13c)](),await BrowserstackCLI['getInstance']()[_0x141e4f(0x1ec)]();})()['then'](()=>_0x488a57(0x1b0))[_0x488a57(0x134)](_0x34f4e2=>{const _0x1ff94f=_0x488a57;return logger['debug'](_0x34e174[_0x1ff94f(0x136)](_0x34e174[_0x1ff94f(0x16a)],util[_0x1ff94f(0x1d9)](_0x34f4e2))),_0x34e174['SvfUJ'];}),_0x3812c6=new Promise(_0xdbcd82=>{const _0x4f28e2=_0x488a57;_0x9b29fc=_0x34e174['iVZkl'](setTimeout,()=>_0xdbcd82(_0x4f28e2(0x10b)),_0x2f18a7),_0x9b29fc[_0x4f28e2(0x1b9)]&&_0x9b29fc[_0x4f28e2(0x1b9)]();}),_0x6fd7da=await Promise[_0x488a57(0x14d)]([_0x2ca8b2,_0x3812c6]);_0x34e174['pBnGP'](clearTimeout,_0x9b29fc),_0x34e174[_0x488a57(0x1ab)](_0x6fd7da,_0x34e174['EcbvC'])&&logger[_0x488a57(0x128)](_0x34e174[_0x488a57(0x16e)](_0x34e174[_0x488a57(0x151)](_0x34e174[_0x488a57(0x181)],_0x2f18a7),_0x34e174[_0x488a57(0x109)])),process['exit'](process[_0x488a57(0x1e6)]||_0x34e174[_0x488a57(0x158)](0x80,constants['SIGNAL_EXIT_CODES'][_0x4e5cf2]||0x0));}[a123_0xa02ea0(0x1d3)](){const _0x5b521=a123_0xa02ea0,_0xdbfcde={'XuKif':function(_0x12b211,_0x3af8cf){return _0x12b211===_0x3af8cf;},'kggYu':_0x5b521(0x154),'PQGHp':function(_0x5cc350,_0x189dc7){return _0x5cc350>_0x189dc7;},'PHZHk':function(_0xbbb4ab,_0xa5f8f6){return _0xbbb4ab(_0xa5f8f6);},'xSNSF':function(_0x165fe2,_0x124ffd){return _0x165fe2(_0x124ffd);},'RqBCG':function(_0x532422){return _0x532422();},'WRQCc':_0x5b521(0x17f)};let _0x54d9fb=0x0;return async()=>{const _0x468914=_0x5b521;_0x54d9fb++;if(_0xdbfcde['XuKif'](_0x54d9fb,0x1)){helper['checkStopLocalBinaryOnExit'](this['framework'])&&await this[_0x468914(0x110)]();try{logger['debug'](_0xdbfcde[_0x468914(0x1ce)]),await TestHubHandler[_0x468914(0x1ec)](_0x54d9fb),await ClientTroubleShootingService[_0x468914(0x13c)](),await BrowserstackCLI[_0x468914(0x1bf)]()['stop']('1');}catch(_0x44cafd){logger[_0x468914(0x139)](_0x468914(0x1bd)+util[_0x468914(0x1d9)](_0x44cafd));}PerformanceTester['end'](PerformanceEvents[_0x468914(0x1a1)]);if(PerformanceTester['isEnabled']()){const {measures:_0x3ff04a,errors:_0x2c4a28}=await PerformanceTester[_0x468914(0x1e7)](),_0x544d5b={};if(_0x3ff04a&&_0xdbfcde[_0x468914(0x15f)](_0x3ff04a['length'],0x0)||_0x2c4a28&&_0xdbfcde['PQGHp'](_0x2c4a28[_0x468914(0x195)],0x0)){const _0x22004c={};_0x22004c[_0x468914(0x18f)]=_0x3ff04a,_0x22004c[_0x468914(0x1b4)]=_0x2c4a28,Object[_0x468914(0x113)](_0x544d5b,_0x22004c);}try{const _0x83aa46=await helper[_0x468914(0x173)](_0x544d5b,this[_0x468914(0x178)]);logger[_0x468914(0x139)](_0x468914(0x1be)+_0xdbfcde[_0x468914(0x129)](getEdsInstrumentationAPIUrl,'')+_0x468914(0x198)+_0x83aa46['statusCode']);}catch(_0x220993){logger['debug'](_0x468914(0x163)+_0xdbfcde['xSNSF'](getEdsInstrumentationAPIUrl,'')+_0x468914(0x118)+util[_0x468914(0x1d9)](_0x220993));}try{fs[_0x468914(0x122)](path[_0x468914(0x159)](_0xdbfcde[_0x468914(0x188)](getLogDir),_0xdbfcde[_0x468914(0x1aa)]),JSON['stringify'](_0x544d5b));}catch(_0x40dcad){logger[_0x468914(0x139)](_0x468914(0x150)+_0x40dcad);}}}logger&&logger[_0x468914(0x1ed)](),fileLogger&&fileLogger['close']();};}}exports[a123_0xa02ea0(0x10f)]=BrowserStackSetup;
@@ -1 +1 @@
1
- function a124_0x32c0(_0x1ac988,_0x2daaa9){const _0x27d28f=a124_0x27d2();return a124_0x32c0=function(_0x32c0ba,_0x145313){_0x32c0ba=_0x32c0ba-0x152;let _0x68e09f=_0x27d28f[_0x32c0ba];return _0x68e09f;},a124_0x32c0(_0x1ac988,_0x2daaa9);}const a124_0x33b3bc=a124_0x32c0;function a124_0x27d2(){const _0x399056=['pfkRE','browserStackEvaluate','\x20for\x20method:\x20','5794645YnpxUq','function','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','ms\x20using\x20setTimeouts\x20API','bstackA11yScanOptions','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','getCapabilities','6PpZIzb','setPlaywrightScriptTimeout','race','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','getId','performComprehensiveAccessibilityScanWithRetry','KpfBg','TUgDJ',')\x20with\x20error:\x20','performScanWithRetry','GOqdY','scanSucceeded','performScan','isAccessibilityPlatform','Accessibility\x20scan\x20attempt\x20','setTimeouts','aXxhH','VOYjY','allSettled','assign','sWaGF','debug','NvmEX','script','enaLY','warn','playwright-codecept-driver','summary','utSUc','Comprehensive\x20accessibility\x20scan\x20failed\x20(','APIiM','KOMYb','is_mobile_session','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','6645233giulKz','bYIJl','XRmmd','Unknown\x20driver/page\x20type:\x20','Accessibility\x20retry\x20configuration\x20updated:\x20','getAccessibilityResultsSummaryWithRetry','mVpxI','Operation\x20timed\x20out\x20after\x20','EqPYp','ocrdY','isAccessibilityAutomationSession','name','GNPJk','../globals','measureWrapper','LccbN','timeoutMs','results','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','yXucw','bstackA11yShouldScan','ASGFh','goto','getAccessibilityModule',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','selenium-webdriver','pNqyv','ZxfqP','VeyZT','XXqXn','fmWjD','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','TuuCy','../../bin/playwright/accessibility-helper','info','error',').\x20Last\x20error:\x20','uPyte','fQRYN','YyTwG','undefined','DuVIq','getSession','url','MsxoX','getAccessibilityResults','tUXqB','executeAsyncScript','NPlEg','isPlaywright','Playwright','saveTestResults','manage','PERFORM_SCAN','\x20completed\x20successfully.','page','rOBHb','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','../../bin/v2/browserstackCLI','Skipping\x20timeout\x20setting\x20for\x20','lfPVD','env','__workerDetails','setScriptTimeout','isMobilePlatform','setDefaultTimeout','sbfOx','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','maxRetries','6263790zJBBeu','ms\x20using\x20setScriptTimeout\x20API','16hwRLoI','xNQDo','hCIjd','type','OrcOP','MvQzJ','stringify','./helper','\x20failed\x20(','\x20-\x20not\x20applicable','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','currentTest','xLlZL','pJQLK','16GTKEcC','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)',',\x20cannot\x20perform\x20scan\x20with\x20retry.','yVfgh','value','kwrgq','updateRetryConfig','unknown_method',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','setSeleniumScriptTimeout','accessibilityPlatform','evaluate','1061178EyteZK','scannerProcessingTimeout','KRXbp','QMZBZ','browserstackSessionName','caPUI','4113189PqDSgB','isSeleniumDriver','Scan\x20attempt\x20','wCQxf','../performance/performance-tester','timeouts','125654aoIuYn','getGlobal','defaultTimeoutMs','tBXcj','YiyRr','tQhCf','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','max','accessibilityConfig','IrDCD','Unknown\x20error','Accessibility\x20results\x20save\x20attempt\x20','message','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','BqmnA','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','Accessibility\x20results\x20retrieval\x20attempt\x20','aVEfI','rWIfb','):\x20','getInstance','Nzvmr','VqkFK','constructor','26edxCdV','UMyvb','reason','fXmvb','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','status','getCurrentUrl','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','getAccessibilityResultsWithRetry','getRetryConfig','28096178tBbNaR','xYPZP',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.',').\x20Error:\x20','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','saveAccessibilityResultsWithRetry','kZBFZ','util','getAccessibilityResultsSummary','./scripts','driverType','fulfilled'];a124_0x27d2=function(){return _0x399056;};return a124_0x27d2();}(function(_0x244b0e,_0x483a04){const _0x3f2303=a124_0x32c0,_0x149c85=_0x244b0e();while(!![]){try{const _0x5b388d=-parseInt(_0x3f2303(0x1ac))/0x1*(parseInt(_0x3f2303(0x1c5))/0x2)+parseInt(_0x3f2303(0x1a0))/0x3*(parseInt(_0x3f2303(0x186))/0x4)+-parseInt(_0x3f2303(0x1de))/0x5*(-parseInt(_0x3f2303(0x1e5))/0x6)+parseInt(_0x3f2303(0x207))/0x7+-parseInt(_0x3f2303(0x194))/0x8*(-parseInt(_0x3f2303(0x1a6))/0x9)+parseInt(_0x3f2303(0x184))/0xa+-parseInt(_0x3f2303(0x1cf))/0xb;if(_0x5b388d===_0x483a04)break;else _0x149c85['push'](_0x149c85['shift']());}catch(_0x5529ee){_0x149c85['push'](_0x149c85['shift']());}}}(a124_0x27d2,0xd5d61));const util=require(a124_0x33b3bc(0x1d6)),logger=require('../logger')['winstonLogger'],accessibilityHelper=require(a124_0x33b3bc(0x18d)),globals=require(a124_0x33b3bc(0x214)),scripts=require(a124_0x33b3bc(0x1d8)),PerformanceTester=require(a124_0x33b3bc(0x1aa)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants'),BrowserstackCLI=require(a124_0x33b3bc(0x179));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a124_0x33b3bc(0x160));}catch(a124_0x58d66f){logger[a124_0x33b3bc(0x1fa)]('Playwright\x20accessibility\x20helper\x20not\x20available');}const a124_0x2e8dab={};a124_0x2e8dab['maxRetries']=0x1,a124_0x2e8dab[a124_0x33b3bc(0x217)]=0x7530,a124_0x2e8dab[a124_0x33b3bc(0x1ae)]=0x7530;const RETRY_CONFIG=a124_0x2e8dab,setConfigTimeout=(_0x35378a,_0x3ae881=null)=>{const _0x110d41=a124_0x33b3bc,_0xfdd1ee={'sWaGF':function(_0x4ca907,_0x57834c){return _0x4ca907===_0x57834c;},'pfkRE':_0x110d41(0x1a1),'xYPZP':function(_0x42906b,_0x38cc30){return _0x42906b*_0x38cc30;},'wCQxf':function(_0xf0eaf5,_0x544f27){return _0xf0eaf5(_0x544f27);},'DuVIq':function(_0x5143a9,_0x3ed61e){return _0x5143a9*_0x3ed61e;},'kZBFZ':function(_0x2f4a13,_0x3d1df9){return _0x2f4a13(_0x3d1df9);}};if(BrowserstackCLI[_0x110d41(0x1c1)]()['isRunning']()&&BrowserstackCLI['getInstance']()[_0x110d41(0x156)]()){const _0x1e48c1=BrowserstackCLI[_0x110d41(0x1c1)]()['getAccessibilityModule']()[_0x110d41(0x1b5)],_0x5db589=_0x1e48c1['options']['capabilitiesList']||[];for(const _0x5043fc of _0x5db589){_0xfdd1ee[_0x110d41(0x1f9)](_0x5043fc[_0x110d41(0x212)],_0xfdd1ee[_0x110d41(0x1db)])&&_0xfdd1ee[_0x110d41(0x1f9)](_0x3ae881,null)&&(_0x35378a['timeoutMs']=_0xfdd1ee[_0x110d41(0x1d0)](_0xfdd1ee[_0x110d41(0x1a9)](parseInt,_0x5043fc[_0x110d41(0x198)]),0x3e8));}}else process[_0x110d41(0x17c)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']&&(_0x35378a[_0x110d41(0x217)]=_0xfdd1ee[_0x110d41(0x168)](_0xfdd1ee[_0x110d41(0x1d5)](parseInt,process['env'][_0x110d41(0x1ba)]),0x3e8));},detectDriverType=_0xdc8c79=>{const _0x879083=a124_0x33b3bc,_0x1cec83={};_0x1cec83[_0x879083(0x1c6)]='unknown',_0x1cec83[_0x879083(0x188)]=function(_0x5ea727,_0x2ef610){return _0x5ea727===_0x2ef610;},_0x1cec83['YyTwG']=_0x879083(0x1df),_0x1cec83[_0x879083(0x159)]='playwright-page',_0x1cec83['aVEfI']=_0x879083(0x158),_0x1cec83[_0x879083(0x165)]='Page',_0x1cec83['BNJgH']='WebDriver',_0x1cec83[_0x879083(0x15f)]=_0x879083(0x171),_0x1cec83['JZHPw']=_0x879083(0x1ff),_0x1cec83[_0x879083(0x17b)]=function(_0x18e62d,_0x170ccb){return _0x18e62d||_0x170ccb;},_0x1cec83[_0x879083(0x16d)]=_0x879083(0x167);const _0x1d6575=_0x1cec83;if(!_0xdc8c79){const _0x244e67={};return _0x244e67[_0x879083(0x170)]=![],_0x244e67['type']=_0x1d6575[_0x879083(0x1c6)],_0x244e67;}if(_0x1d6575['hCIjd'](typeof _0xdc8c79[_0x879083(0x19f)],_0x1d6575[_0x879083(0x166)])&&_0x1d6575[_0x879083(0x188)](typeof _0xdc8c79[_0x879083(0x16a)],_0x1d6575[_0x879083(0x166)])&&_0x1d6575[_0x879083(0x188)](typeof _0xdc8c79[_0x879083(0x155)],_0x1d6575[_0x879083(0x166)])){const _0x496b17={};return _0x496b17['isPlaywright']=!![],_0x496b17['type']=_0x1d6575[_0x879083(0x159)],_0x496b17;}if(_0x1d6575[_0x879083(0x188)](typeof _0xdc8c79['executeAsyncScript'],_0x1d6575[_0x879083(0x166)])&&_0x1d6575[_0x879083(0x188)](typeof _0xdc8c79[_0x879083(0x1e4)],_0x1d6575[_0x879083(0x166)])){const _0x1b57f8={};return _0x1b57f8[_0x879083(0x170)]=![],_0x1b57f8[_0x879083(0x189)]=_0x1d6575[_0x879083(0x1be)],_0x1b57f8;}const _0x2988b6=_0xdc8c79[_0x879083(0x1c4)]?.[_0x879083(0x212)];if(_0x1d6575[_0x879083(0x188)](_0x2988b6,_0x1d6575[_0x879083(0x165)])){const _0x100d07={};return _0x100d07['isPlaywright']=!![],_0x100d07[_0x879083(0x189)]=_0x1d6575[_0x879083(0x159)],_0x100d07;}if(_0x1d6575[_0x879083(0x188)](_0x2988b6,_0x1d6575['BNJgH'])){const _0x5c34b7={};return _0x5c34b7[_0x879083(0x170)]=![],_0x5c34b7[_0x879083(0x189)]=_0x1d6575[_0x879083(0x1be)],_0x5c34b7;}if(_0x1d6575['hCIjd'](_0x2988b6,_0x1d6575['TuuCy'])){const _0x231a18={};return _0x231a18[_0x879083(0x170)]=!![],_0x231a18['type']=_0x1d6575['JZHPw'],_0x231a18;}logger[_0x879083(0x1fe)](_0x879083(0x20a)+_0x1d6575[_0x879083(0x17b)](_0x2988b6,_0x1d6575[_0x879083(0x16d)]));const _0x3bdec9={};return _0x3bdec9['isPlaywright']=![],_0x3bdec9[_0x879083(0x189)]=_0x1d6575[_0x879083(0x1c6)],_0x3bdec9;},withTimeout=(_0xc39e3e,_0x3e1c4d)=>{const _0x2c0907=a124_0x33b3bc;return Promise[_0x2c0907(0x1e7)]([_0xc39e3e,new Promise((_0x4819a6,_0x49ee53)=>setTimeout(()=>_0x49ee53(new Error(_0x2c0907(0x20e)+_0x3e1c4d+'ms')),_0x3e1c4d))]);};exports[a124_0x33b3bc(0x1ee)]=async(_0x5a2b77,_0x3c896e=null,_0x25c869=null,_0x339abf=![],_0x1803e6=null)=>{const _0x6c5c8c=a124_0x33b3bc,_0x1d76d9={'KOMYb':function(_0x3ed5e1,_0x5438ca){return _0x3ed5e1&&_0x5438ca;},'FpLti':function(_0x1f68fb,_0x53e9c4,_0x57bab2){return _0x1f68fb(_0x53e9c4,_0x57bab2);},'xLlZL':function(_0x46086f,_0x20494b){return _0x46086f===_0x20494b;},'EnTPT':_0x6c5c8c(0x1ff),'GOqdY':function(_0x216fd2,_0x136a2a,_0x4448aa){return _0x216fd2(_0x136a2a,_0x4448aa);},'pYrFj':function(_0x442234,_0x92fd7a){return _0x442234(_0x92fd7a);},'Fqgau':function(_0x4f7cbc,_0x4ee511){return _0x4f7cbc||_0x4ee511;},'fmWjD':function(_0x11fef9,_0x278402){return _0x11fef9!==_0x278402;},'MvQzJ':'isAccessibilityPlatform','BqmnA':_0x6c5c8c(0x153),'KpfBg':function(_0x7c4b4d,_0x41a16c){return _0x7c4b4d===_0x41a16c;},'NPlEg':function(_0x29a558,_0x493b39){return _0x29a558===_0x493b39;},'GgHKm':_0x6c5c8c(0x195),'fJwZs':_0x6c5c8c(0x19b),'ocrdY':_0x6c5c8c(0x1df),'CsvDQ':function(_0x254b50,_0x11dc0c){return _0x254b50<=_0x11dc0c;},'GeueO':function(_0x229662,_0xdfbdca){return _0x229662+_0xdfbdca;},'UJUfN':function(_0x22f583,_0x5182d9){return _0x22f583+_0x5182d9;},'IPUAt':_0x6c5c8c(0x1b7)},{isPlaywright:_0x28e48d,type:_0x4cc59b}=_0x1d76d9['pYrFj'](detectDriverType,_0x5a2b77),_0x4abd0f=_0x339abf?_0x1d76d9['Fqgau'](_0x1803e6,{}):global[_0x6c5c8c(0x1e2)]||{},_0x4eb12e=_0x28e48d?global[_0x6c5c8c(0x19e)]&&(_0x339abf||_0x1d76d9[_0x6c5c8c(0x15d)](global[_0x6c5c8c(0x153)],![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x6c5c8c(0x1ad)](_0x1d76d9[_0x6c5c8c(0x18b)])&&(_0x339abf||_0x1d76d9[_0x6c5c8c(0x15d)](globals[_0x6c5c8c(0x1ad)](_0x1d76d9[_0x6c5c8c(0x1bb)]),![]));if(!_0x4eb12e)return _0x28e48d&&global[_0x6c5c8c(0x19e)]&&_0x1d76d9[_0x6c5c8c(0x1eb)](global['bstackA11yShouldScan'],![])||!_0x28e48d&&globals[_0x6c5c8c(0x1ad)](_0x1d76d9[_0x6c5c8c(0x18b)])&&_0x1d76d9[_0x6c5c8c(0x16f)](globals['getGlobal'](_0x1d76d9[_0x6c5c8c(0x1bb)]),![])?logger[_0x6c5c8c(0x1fa)](_0x1d76d9['GgHKm']):logger[_0x6c5c8c(0x1fe)](_0x6c5c8c(0x1e8)+_0x4cc59b+_0x6c5c8c(0x196)),![];const _0x464d5e=_0x3c896e||global[_0x6c5c8c(0x1a4)]||_0x1d76d9['fJwZs'];let _0x5ef9fb=null;const _0x41aed8={'testhub_btcer_uuid':global[_0x6c5c8c(0x17d)]?.[_0x6c5c8c(0x191)]?.['id'],'url':_0x1d76d9[_0x6c5c8c(0x16f)](typeof _0x5a2b77[_0x6c5c8c(0x16a)],_0x1d76d9[_0x6c5c8c(0x210)])?await _0x5a2b77[_0x6c5c8c(0x16a)]():_0x1d76d9[_0x6c5c8c(0x1eb)](typeof _0x5a2b77[_0x6c5c8c(0x1cb)],_0x1d76d9['ocrdY'])?await _0x5a2b77[_0x6c5c8c(0x1cb)]():'','automate_session_id':_0x1d76d9[_0x6c5c8c(0x1eb)](typeof _0x5a2b77['getSession'],_0x1d76d9['ocrdY'])?(await _0x5a2b77[_0x6c5c8c(0x169)]())[_0x6c5c8c(0x1e9)]():''};for(let _0x198c74=0x1;_0x1d76d9['CsvDQ'](_0x198c74,_0x1d76d9['GeueO'](RETRY_CONFIG['maxRetries'],0x1));_0x198c74++){try{return logger[_0x6c5c8c(0x1fa)]('Accessibility\x20scan\x20attempt\x20'+_0x198c74+'/'+_0x1d76d9['UJUfN'](RETRY_CONFIG[_0x6c5c8c(0x183)],0x1)+_0x6c5c8c(0x1dd)+_0x464d5e+'\x20('+_0x4cc59b+')'),await PerformanceTester[_0x6c5c8c(0x215)](PerformanceA11yEvents[_0x6c5c8c(0x174)],async()=>{const _0xca8a7=_0x6c5c8c;let _0x4a00d5;if(_0x1d76d9[_0xca8a7(0x204)](_0x28e48d,playwrightA11yHelper)){_0x1d76d9['FpLti'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0xca8a7(0x1e6)](_0x5a2b77,RETRY_CONFIG[_0xca8a7(0x217)]);let _0x23e517=_0x5a2b77;_0x1d76d9[_0xca8a7(0x192)](_0x4cc59b,_0x1d76d9['EnTPT'])&&(_0x23e517=_0x5a2b77[_0xca8a7(0x176)]);const _0x5da3d9=global[_0xca8a7(0x17f)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x4a00d5=await _0x1d76d9[_0xca8a7(0x1ef)](withTimeout,playwrightA11yHelper[_0xca8a7(0x1f1)](_0x23e517,_0x464d5e,_0x4abd0f,_0x5da3d9),RETRY_CONFIG[_0xca8a7(0x217)]),await exports[_0xca8a7(0x1e6)](_0x5a2b77,RETRY_CONFIG['defaultTimeoutMs']);}else await exports[_0xca8a7(0x19d)](_0x5a2b77,RETRY_CONFIG[_0xca8a7(0x217)]),_0x4a00d5=await _0x1d76d9['FpLti'](withTimeout,accessibilityHelper[_0xca8a7(0x1f1)](_0x5a2b77,_0x464d5e,_0x339abf,_0x4abd0f),RETRY_CONFIG['timeoutMs']),await exports[_0xca8a7(0x19d)](_0x5a2b77,RETRY_CONFIG['defaultTimeoutMs']);logger[_0xca8a7(0x1fa)](_0xca8a7(0x1a8)+_0x198c74+_0xca8a7(0x175));},{'command':_0x464d5e,..._0x41aed8})(),logger['info'](_0x6c5c8c(0x219)+_0x198c74+'.'),!![];}catch(_0x3e12c5){_0x5ef9fb=_0x3e12c5,logger[_0x6c5c8c(0x1fa)](_0x6c5c8c(0x1f3)+_0x198c74+'\x20failed\x20for\x20method:\x20'+_0x464d5e+'\x20('+_0x4cc59b+_0x6c5c8c(0x1d2)+_0x3e12c5[_0x6c5c8c(0x1b9)]);}}return logger[_0x6c5c8c(0x162)]('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x464d5e+'\x20('+_0x4cc59b+_0x6c5c8c(0x1ed)+(_0x5ef9fb?.['message']||_0x1d76d9['IPUAt'])),![];},exports[a124_0x33b3bc(0x1cd)]=async(_0x5ed716,_0x2bb480)=>{const _0x28ec8e=a124_0x33b3bc,_0x121bfd={'uPyte':function(_0x1ff194,_0x395feb){return _0x1ff194(_0x395feb);},'Nzvmr':'isAccessibilityPlatform','sbfOx':function(_0x524af5,_0x4f7cf7){return _0x524af5<=_0x4f7cf7;},'yXucw':function(_0x6ceb42,_0x3b216f){return _0x6ceb42+_0x3b216f;},'MPdVg':function(_0x30c8dc,_0x50d3c2){return _0x30c8dc+_0x50d3c2;},'GNPJk':function(_0x262323,_0x434eda){return _0x262323&&_0x434eda;},'ZxfqP':function(_0x5af257,_0x2a5fb4,_0x2c1b6f){return _0x5af257(_0x2a5fb4,_0x2c1b6f);},'LccbN':function(_0x26a0cf,_0x1425c0,_0x4fac76){return _0x26a0cf(_0x1425c0,_0x4fac76);},'XRmmd':_0x28ec8e(0x1b7)},{isPlaywright:_0x5220f4,type:_0x4a7951}=_0x121bfd[_0x28ec8e(0x164)](detectDriverType,_0x5ed716),_0x921a19=_0x5220f4?_0x2bb480[_0x28ec8e(0x19e)]:accessibilityHelper[_0x28ec8e(0x211)]()&&globals[_0x28ec8e(0x1ad)](_0x121bfd[_0x28ec8e(0x1c2)]);if(!_0x921a19)return logger[_0x28ec8e(0x1fe)](_0x28ec8e(0x1e8)+_0x4a7951+_0x28ec8e(0x19c)),[];let _0x48bf28=null;for(let _0x5d74f1=0x1;_0x121bfd[_0x28ec8e(0x181)](_0x5d74f1,_0x121bfd[_0x28ec8e(0x152)](RETRY_CONFIG[_0x28ec8e(0x183)],0x1));_0x5d74f1++){try{logger[_0x28ec8e(0x1fa)](_0x28ec8e(0x1bd)+_0x5d74f1+'/'+_0x121bfd['MPdVg'](RETRY_CONFIG[_0x28ec8e(0x183)],0x1)+'\x20('+_0x4a7951+')');let _0x35b11d;return _0x121bfd[_0x28ec8e(0x213)](_0x5220f4,playwrightA11yHelper)?(_0x121bfd[_0x28ec8e(0x15a)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x28ec8e(0x1e6)](_0x5ed716,RETRY_CONFIG[_0x28ec8e(0x217)]),_0x35b11d=await _0x121bfd[_0x28ec8e(0x15a)](withTimeout,playwrightA11yHelper[_0x28ec8e(0x16c)](_0x5ed716),RETRY_CONFIG[_0x28ec8e(0x217)]),await exports['setPlaywrightScriptTimeout'](_0x5ed716,RETRY_CONFIG[_0x28ec8e(0x1ae)])):(await exports[_0x28ec8e(0x19d)](_0x5ed716,RETRY_CONFIG[_0x28ec8e(0x217)]),_0x35b11d=await _0x121bfd[_0x28ec8e(0x216)](withTimeout,accessibilityHelper[_0x28ec8e(0x16c)](_0x5ed716,_0x2bb480),RETRY_CONFIG[_0x28ec8e(0x217)]),await exports['setSeleniumScriptTimeout'](_0x5ed716,RETRY_CONFIG[_0x28ec8e(0x1ae)])),logger[_0x28ec8e(0x161)](_0x28ec8e(0x190)+_0x5d74f1+'\x20('+_0x4a7951+')'),_0x35b11d;}catch(_0x20c2ef){_0x48bf28=_0x20c2ef,logger[_0x28ec8e(0x1fe)](_0x28ec8e(0x1bd)+_0x5d74f1+_0x28ec8e(0x18e)+_0x4a7951+_0x28ec8e(0x1d2)+_0x20c2ef[_0x28ec8e(0x1b9)]);}}return logger['error']('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x4a7951+_0x28ec8e(0x163)+(_0x48bf28?.[_0x28ec8e(0x1b9)]||_0x121bfd[_0x28ec8e(0x209)])),[];},exports['getAccessibilityResultsSummaryWithRetry']=async(_0x11d754,_0x447cfe)=>{const _0x2a8773=a124_0x33b3bc,_0x5a2c75={'QMZBZ':function(_0x9073db,_0x136ebb){return _0x9073db(_0x136ebb);},'VOYjY':_0x2a8773(0x1f2),'tQhCf':function(_0x9837c9,_0x1545cf){return _0x9837c9<=_0x1545cf;},'utSUc':function(_0x32b6f2,_0x2882ec){return _0x32b6f2+_0x2882ec;},'APIiM':function(_0x3b40a5,_0x41a96d){return _0x3b40a5&&_0x41a96d;},'YiyRr':function(_0x1eebab,_0x35f02f,_0x2e8736){return _0x1eebab(_0x35f02f,_0x2e8736);},'ASGFh':function(_0x2ad495,_0x56a370,_0x4388cc){return _0x2ad495(_0x56a370,_0x4388cc);},'oIARh':_0x2a8773(0x1b7)},{isPlaywright:_0x139531,type:_0x2a8e43}=_0x5a2c75[_0x2a8773(0x1a3)](detectDriverType,_0x11d754),_0x1df4cd=_0x139531?_0x447cfe[_0x2a8773(0x19e)]:accessibilityHelper[_0x2a8773(0x211)]()&&globals['getGlobal'](_0x5a2c75[_0x2a8773(0x1f6)]);if(!_0x1df4cd)return logger['warn'](_0x2a8773(0x1e8)+_0x2a8e43+_0x2a8773(0x1d1)),{};let _0x5db377=null;for(let _0xad6c3b=0x1;_0x5a2c75[_0x2a8773(0x1b1)](_0xad6c3b,_0x5a2c75[_0x2a8773(0x201)](RETRY_CONFIG[_0x2a8773(0x183)],0x1));_0xad6c3b++){try{logger[_0x2a8773(0x1fa)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0xad6c3b+'/'+_0x5a2c75[_0x2a8773(0x201)](RETRY_CONFIG[_0x2a8773(0x183)],0x1)+'\x20('+_0x2a8e43+')');let _0x2e3d17;return _0x5a2c75[_0x2a8773(0x203)](_0x139531,playwrightA11yHelper)?(_0x5a2c75[_0x2a8773(0x1b0)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x2a8773(0x1e6)](_0x11d754,RETRY_CONFIG[_0x2a8773(0x217)]),_0x2e3d17=await _0x5a2c75[_0x2a8773(0x154)](withTimeout,playwrightA11yHelper[_0x2a8773(0x1d7)](_0x11d754),RETRY_CONFIG[_0x2a8773(0x217)]),await exports[_0x2a8773(0x1e6)](_0x11d754,RETRY_CONFIG[_0x2a8773(0x1ae)])):(await exports[_0x2a8773(0x19d)](_0x11d754,RETRY_CONFIG['timeoutMs']),_0x2e3d17=await _0x5a2c75[_0x2a8773(0x1b0)](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0x11d754,_0x447cfe),RETRY_CONFIG[_0x2a8773(0x217)]),await exports[_0x2a8773(0x19d)](_0x11d754,RETRY_CONFIG[_0x2a8773(0x1ae)])),logger[_0x2a8773(0x161)]('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0xad6c3b+'\x20('+_0x2a8e43+')'),_0x2e3d17;}catch(_0xdf4c31){_0x5db377=_0xdf4c31,logger[_0x2a8773(0x1fe)](_0x2a8773(0x1e3)+_0xad6c3b+'\x20failed\x20('+_0x2a8e43+_0x2a8773(0x1d2)+_0xdf4c31[_0x2a8773(0x1b9)]);}}return logger[_0x2a8773(0x162)](_0x2a8773(0x178)+_0x2a8e43+_0x2a8773(0x163)+(_0x5db377?.[_0x2a8773(0x1b9)]||_0x5a2c75['oIARh'])),{};},exports[a124_0x33b3bc(0x1ea)]=async(_0x1f6455,_0x8053b5,_0x50d47a=null)=>{const _0x3dc9a6=a124_0x33b3bc,_0xc843cc={'rOBHb':function(_0x5804d8,_0x504a84){return _0x5804d8(_0x504a84);},'pJQLK':function(_0x4e5b06,_0x42bbf3){return _0x4e5b06===_0x42bbf3;},'rWIfb':_0x3dc9a6(0x1da),'aXxhH':'rejected','bYIJl':function(_0x88f8d8,_0x39fe83){return _0x88f8d8===_0x39fe83;},'kwrgq':_0x3dc9a6(0x206)},{isPlaywright:_0x3538b0,type:_0x3952d8}=_0xc843cc[_0x3dc9a6(0x177)](detectDriverType,_0x1f6455),_0x5b9228={};_0x5b9228[_0x3dc9a6(0x1f0)]=![],_0x5b9228[_0x3dc9a6(0x218)]=[],_0x5b9228['summary']={},_0x5b9228[_0x3dc9a6(0x162)]=null,_0x5b9228[_0x3dc9a6(0x1d9)]=_0x3952d8;const _0x41eaeb=_0x5b9228;try{_0x41eaeb['scanSucceeded']=await exports[_0x3dc9a6(0x1ee)](_0x1f6455,_0x50d47a);if(_0x41eaeb[_0x3dc9a6(0x1f0)]){const [_0x5c0c4d,_0x35f63c]=await Promise[_0x3dc9a6(0x1f7)]([exports[_0x3dc9a6(0x1cd)](_0x1f6455,_0x8053b5),exports[_0x3dc9a6(0x20c)](_0x1f6455,_0x8053b5)]);_0x41eaeb['results']=_0xc843cc[_0x3dc9a6(0x193)](_0x5c0c4d['status'],_0xc843cc['rWIfb'])?_0x5c0c4d[_0x3dc9a6(0x198)]:[],_0x41eaeb[_0x3dc9a6(0x200)]=_0xc843cc[_0x3dc9a6(0x193)](_0x35f63c[_0x3dc9a6(0x1ca)],_0xc843cc[_0x3dc9a6(0x1bf)])?_0x35f63c[_0x3dc9a6(0x198)]:{},_0xc843cc[_0x3dc9a6(0x193)](_0x5c0c4d[_0x3dc9a6(0x1ca)],_0xc843cc['aXxhH'])&&logger[_0x3dc9a6(0x1fe)](_0x3dc9a6(0x182)+_0x3952d8+_0x3dc9a6(0x1c0)+_0x5c0c4d['reason']?.[_0x3dc9a6(0x1b9)]),_0xc843cc[_0x3dc9a6(0x208)](_0x35f63c[_0x3dc9a6(0x1ca)],_0xc843cc[_0x3dc9a6(0x1f5)])&&logger[_0x3dc9a6(0x1fe)](_0x3dc9a6(0x1d3)+_0x3952d8+_0x3dc9a6(0x1c0)+_0x35f63c[_0x3dc9a6(0x1c7)]?.['message']);}}catch(_0x5586fb){_0x41eaeb[_0x3dc9a6(0x162)]=_0x5586fb[_0x3dc9a6(0x1b9)]||_0xc843cc[_0x3dc9a6(0x199)],logger[_0x3dc9a6(0x162)](_0x3dc9a6(0x202)+_0x3952d8+'):\x20'+_0x41eaeb[_0x3dc9a6(0x162)]);}return _0x41eaeb;},exports[a124_0x33b3bc(0x19a)]=_0x5db515=>{const _0x373cfe=a124_0x33b3bc,_0x138e0f={};_0x138e0f['vADRl']=function(_0x3c55a4,_0x3bafb6){return _0x3c55a4!==_0x3bafb6;},_0x138e0f['tBXcj']=function(_0x1dec21,_0x5bed54){return _0x1dec21!==_0x5bed54;};const _0x3ff781=_0x138e0f;_0x3ff781['vADRl'](_0x5db515[_0x373cfe(0x183)],undefined)&&(RETRY_CONFIG['maxRetries']=Math[_0x373cfe(0x1b4)](0x0,_0x5db515['maxRetries'])),_0x3ff781[_0x373cfe(0x1af)](_0x5db515['timeoutMs'],undefined)&&(RETRY_CONFIG['timeoutMs']=Math['max'](0x3e8,_0x5db515['timeoutMs'])),logger['debug'](_0x373cfe(0x20b)+JSON[_0x373cfe(0x18c)](RETRY_CONFIG));},exports[a124_0x33b3bc(0x1ce)]=()=>{const _0x11679b={...RETRY_CONFIG};return _0x11679b;},exports['isPlaywrightPage']=_0x1e9656=>{const _0x340a65={'lhJGS':function(_0x220817,_0x215825){return _0x220817(_0x215825);}};return _0x340a65['lhJGS'](detectDriverType,_0x1e9656)['isPlaywright'];},exports[a124_0x33b3bc(0x1a7)]=_0x4e6bab=>{const _0xe753ae=a124_0x33b3bc,_0x4a1ee6={'yVfgh':function(_0x5b7d9d,_0x228329){return _0x5b7d9d(_0x228329);},'DrzJG':function(_0x537afc,_0x4d5d23){return _0x537afc===_0x4d5d23;},'TUgDJ':_0xe753ae(0x158)},{isPlaywright:_0x1625fd,type:_0x2daf92}=_0x4a1ee6[_0xe753ae(0x197)](detectDriverType,_0x4e6bab);return!_0x1625fd&&_0x4a1ee6['DrzJG'](_0x2daf92,_0x4a1ee6[_0xe753ae(0x1ec)]);},exports[a124_0x33b3bc(0x1e6)]=async(_0x10d21f,_0x2f6d69=null)=>{const _0x2e33dc=a124_0x33b3bc,_0x918f0c={'VeyZT':function(_0x382e53,_0xcdebef){return _0x382e53(_0xcdebef);},'iJZlD':function(_0xf9ad,_0x200fc0){return _0xf9ad===_0x200fc0;},'IrDCD':_0x2e33dc(0x1df)},{isPlaywright:_0x2b844c,type:_0x5035be}=_0x918f0c[_0x2e33dc(0x15b)](detectDriverType,_0x10d21f);if(!_0x2b844c)return logger[_0x2e33dc(0x1fa)](_0x2e33dc(0x17a)+_0x5035be+_0x2e33dc(0x18f)),!![];const _0x356601=_0x2f6d69||RETRY_CONFIG[_0x2e33dc(0x1ae)];try{return _0x10d21f&&_0x918f0c['iJZlD'](typeof _0x10d21f['setDefaultTimeout'],_0x918f0c[_0x2e33dc(0x1b6)])&&(await _0x10d21f[_0x2e33dc(0x180)](_0x356601),logger[_0x2e33dc(0x1fa)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x356601+'ms')),!![];}catch(_0x10b6bd){return logger[_0x2e33dc(0x1fe)](_0x2e33dc(0x1c9)+_0x10b6bd[_0x2e33dc(0x1b9)]),![];}},exports[a124_0x33b3bc(0x19d)]=async(_0x14cd74,_0x20e5ed=null)=>{const _0x426cfb=a124_0x33b3bc,_0x572a56={};_0x572a56[_0x426cfb(0x1a2)]=_0x426cfb(0x1b3),_0x572a56['fXmvb']=function(_0x2efc95,_0x20045f){return _0x2efc95===_0x20045f;},_0x572a56[_0x426cfb(0x187)]=_0x426cfb(0x1df),_0x572a56['enaLY']=function(_0xd6e139,_0x2e53df){return _0xd6e139===_0x2e53df;},_0x572a56[_0x426cfb(0x1fb)]=_0x426cfb(0x1b2),_0x572a56['lhmdj']=_0x426cfb(0x1e0);const _0x40ae2f=_0x572a56;if(!exports[_0x426cfb(0x1a7)](_0x14cd74))return logger[_0x426cfb(0x1fe)](_0x40ae2f['KRXbp']),![];const _0x2f2101=_0x20e5ed||RETRY_CONFIG['defaultTimeoutMs'];try{if(_0x14cd74&&_0x40ae2f[_0x426cfb(0x1c8)](typeof _0x14cd74[_0x426cfb(0x173)],_0x40ae2f[_0x426cfb(0x187)])){const _0x4ed81e=_0x14cd74[_0x426cfb(0x173)]();if(_0x4ed81e&&_0x40ae2f['fXmvb'](typeof _0x4ed81e['timeouts'],_0x40ae2f[_0x426cfb(0x187)]))await _0x4ed81e[_0x426cfb(0x1ab)]()[_0x426cfb(0x17e)](_0x2f2101),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x2f2101+'ms\x20using\x20timeouts()\x20API');else{if(_0x4ed81e&&_0x40ae2f[_0x426cfb(0x1fd)](typeof _0x4ed81e[_0x426cfb(0x1f4)],_0x40ae2f[_0x426cfb(0x187)])){const _0x234dab={};_0x234dab[_0x426cfb(0x1fc)]=_0x2f2101,await _0x4ed81e[_0x426cfb(0x1f4)](_0x234dab),logger[_0x426cfb(0x1fa)](_0x426cfb(0x1cc)+_0x2f2101+_0x426cfb(0x1e1));}else{if(_0x4ed81e&&_0x40ae2f['fXmvb'](typeof _0x4ed81e['setScriptTimeout'],_0x40ae2f[_0x426cfb(0x187)]))await _0x4ed81e[_0x426cfb(0x17e)](_0x2f2101),logger[_0x426cfb(0x1fa)](_0x426cfb(0x1cc)+_0x2f2101+_0x426cfb(0x185));else return logger[_0x426cfb(0x1fa)](_0x40ae2f['NvmEX']),!![];}}}else return logger[_0x426cfb(0x1fa)](_0x40ae2f['lhmdj']),!![];return!![];}catch(_0x413c6d){return logger['warn']('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x413c6d[_0x426cfb(0x1b9)]),![];}},exports[a124_0x33b3bc(0x1d4)]=async(_0x456ce5,_0x47c96c)=>{const _0x294929=a124_0x33b3bc,_0x2f5115={'MsxoX':function(_0x108fd9,_0x1ae790){return _0x108fd9(_0x1ae790);},'VqkFK':_0x294929(0x1f2),'JiSBb':function(_0x38e604,_0xb38bd6){return _0x38e604<=_0xb38bd6;},'caPUI':function(_0x11d60b,_0xc70882){return _0x11d60b+_0xc70882;},'mVpxI':function(_0x5d7d2a,_0x56a6fb){return _0x5d7d2a&&_0x56a6fb;},'XXqXn':function(_0x2b9a1a,_0x54a4b0,_0x500432){return _0x2b9a1a(_0x54a4b0,_0x500432);},'OrcOP':function(_0x1d0f05,_0x4928a6,_0x3f3d4b){return _0x1d0f05(_0x4928a6,_0x3f3d4b);},'iYgAl':_0x294929(0x17f),'EqPYp':'Unknown\x20error'},{isPlaywright:_0x19e874,type:_0x8c6bfd}=_0x2f5115[_0x294929(0x16b)](detectDriverType,_0x456ce5),_0x1088a7=_0x19e874?global[_0x294929(0x19e)]:accessibilityHelper[_0x294929(0x211)]()&&globals[_0x294929(0x1ad)](_0x2f5115[_0x294929(0x1c3)]);if(!_0x1088a7)return logger[_0x294929(0x1fe)](_0x294929(0x1e8)+_0x8c6bfd+_0x294929(0x157)),![];let _0x5d04dc=null;for(let _0x4cfcab=0x1;_0x2f5115['JiSBb'](_0x4cfcab,_0x2f5115[_0x294929(0x1a5)](RETRY_CONFIG[_0x294929(0x183)],0x1));_0x4cfcab++){try{logger[_0x294929(0x1fa)](_0x294929(0x1b8)+_0x4cfcab+'/'+_0x2f5115['caPUI'](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x8c6bfd+')');if(_0x2f5115[_0x294929(0x20d)](_0x19e874,playwrightA11yHelper)){_0x2f5115[_0x294929(0x15c)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x294929(0x1e6)](_0x456ce5,RETRY_CONFIG[_0x294929(0x217)]);const _0x5cfc35={};_0x5cfc35[_0x294929(0x205)]=!![];const _0x3b1bcc=global[_0x294929(0x17f)]?Object[_0x294929(0x1f8)]({},_0x47c96c,_0x5cfc35):_0x47c96c;await _0x2f5115[_0x294929(0x18a)](withTimeout,playwrightA11yHelper[_0x294929(0x1dc)](_0x456ce5,scripts[_0x294929(0x172)],_0x3b1bcc),RETRY_CONFIG['timeoutMs']),await exports[_0x294929(0x1e6)](_0x456ce5,RETRY_CONFIG['defaultTimeoutMs']);}else{await exports[_0x294929(0x19d)](_0x456ce5,RETRY_CONFIG['timeoutMs']);const _0x4d5780={};_0x4d5780[_0x294929(0x205)]=!![];const _0x42e299=globals[_0x294929(0x1ad)](_0x2f5115['iYgAl'])?Object[_0x294929(0x1f8)]({},_0x47c96c,_0x4d5780):_0x47c96c;await _0x2f5115['XXqXn'](withTimeout,_0x456ce5[_0x294929(0x16e)](scripts[_0x294929(0x172)],_0x42e299),RETRY_CONFIG[_0x294929(0x217)]),await exports['setSeleniumScriptTimeout'](_0x456ce5,RETRY_CONFIG[_0x294929(0x1ae)]);}return logger[_0x294929(0x161)](_0x294929(0x15e)+_0x4cfcab+'\x20('+_0x8c6bfd+')'),!![];}catch(_0x479ad0){_0x5d04dc=_0x479ad0,logger[_0x294929(0x1fe)](_0x294929(0x1b8)+_0x4cfcab+_0x294929(0x18e)+_0x8c6bfd+_0x294929(0x1d2)+_0x479ad0[_0x294929(0x1b9)]);}}return logger[_0x294929(0x162)](_0x294929(0x1bc)+_0x8c6bfd+_0x294929(0x163)+(_0x5d04dc?.['message']||_0x2f5115[_0x294929(0x20f)])),![];};
1
+ const a124_0x32b3e1=a124_0x520d;(function(_0x2867d4,_0x473deb){const _0x336b3d=a124_0x520d,_0x3edcdf=_0x2867d4();while(!![]){try{const _0x106155=parseInt(_0x336b3d(0x154))/0x1+parseInt(_0x336b3d(0x178))/0x2*(-parseInt(_0x336b3d(0x15e))/0x3)+-parseInt(_0x336b3d(0x15b))/0x4+parseInt(_0x336b3d(0x1c3))/0x5*(parseInt(_0x336b3d(0x185))/0x6)+parseInt(_0x336b3d(0x1f7))/0x7*(-parseInt(_0x336b3d(0x151))/0x8)+parseInt(_0x336b3d(0x20a))/0x9*(parseInt(_0x336b3d(0x17d))/0xa)+-parseInt(_0x336b3d(0x1e7))/0xb;if(_0x106155===_0x473deb)break;else _0x3edcdf['push'](_0x3edcdf['shift']());}catch(_0x1ca02b){_0x3edcdf['push'](_0x3edcdf['shift']());}}}(a124_0x14ab,0x5c5d0));const util=require(a124_0x32b3e1(0x18c)),logger=require(a124_0x32b3e1(0x1c2))['winstonLogger'],accessibilityHelper=require('./helper'),globals=require(a124_0x32b3e1(0x211)),scripts=require(a124_0x32b3e1(0x176)),PerformanceTester=require(a124_0x32b3e1(0x1a5)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a124_0x32b3e1(0x1c0)),BrowserstackCLI=require('../../bin/v2/browserstackCLI');function a124_0x520d(_0x2a9b43,_0x1424e2){const _0x14ab03=a124_0x14ab();return a124_0x520d=function(_0x520d14,_0x277956){_0x520d14=_0x520d14-0x149;let _0x1bc2a3=_0x14ab03[_0x520d14];return _0x1bc2a3;},a124_0x520d(_0x2a9b43,_0x1424e2);}let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a124_0x32b3e1(0x1fa));}catch(a124_0x165412){logger[a124_0x32b3e1(0x199)](a124_0x32b3e1(0x1e4));}const a124_0x3e448b={};function a124_0x14ab(){const _0x10ea87=['YZFIr','type','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','UgYVX','WwYel','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','getAccessibilityResultsSummaryWithRetry','reason','getSession','getAccessibilityResultsSummary','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','../performance/performance-tester','isRunning','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','ugilj','kUYUo','WebDriver','RqCIu','Accessibility\x20results\x20retrieval\x20attempt\x20','Snqeg',').\x20Error:\x20','getInstance',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','xoXBo','Page','resolveMobileThTestRunUuid','JTQuB',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','ms\x20using\x20setScriptTimeout\x20API','fmcoO','isAccessibilityPlatform','ChGwb','CljTu','unknown_method','scanSucceeded','cJbVi','ms\x20using\x20setTimeouts\x20API','defaultTimeoutMs','../performance/constants',')\x20with\x20error:\x20','../logger','1296605SjOvtU','tZGmW','yymvg','\x20failed\x20for\x20method:\x20','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','flNrp','NCjpZ','browserstackSessionName','qDRNV','function','GaNRr','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','BEqrV','DfbeR','Accessibility\x20results\x20save\x20attempt\x20','qTYUp','tNUkG','CBnEp','JDhnB','capabilitiesList','RATOh','isAccessibilityAutomationSession','getGlobal','Accessibility\x20retry\x20configuration\x20updated:\x20','summary','name','assign','stringify','whfcR','measureWrapper','zwrNw','SzyLv','pZoHV','Playwright\x20accessibility\x20helper\x20not\x20available','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','bAyld','4647324smRdBm','xfNJg','race','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','ihOUp','url','\x20-\x20not\x20applicable','bUNCy','playwright-page','script','Skipping\x20timeout\x20setting\x20for\x20','message','options','getCapabilities','status','value','2227393BBpYza','scannerProcessingTimeout','accessibilityPlatform','../../bin/playwright/accessibility-helper','GTSYe','timeouts','sHkiO','orTbz','setDefaultTimeout','VtFxt','getAccessibilityModule','setSeleniumScriptTimeout','fulfilled','undefined','manage','isPlaywrightPage','DSjPF','playwright-codecept-driver','currentTest','45sVcpkc','warn','zKJaP','performScan','PERFORM_SCAN','fzPXf','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','../globals','qEwdS','executeAsyncScript','nVvuU','Accessibility\x20scan\x20attempt\x20','__workerDetails','browserStackEvaluate','maxRetries','MAlXA','getRetryConfig','setTimeouts','unknown','getAccessibilityResults','isPlaywright','performScanWithRetry','Unknown\x20error','Unknown\x20driver/page\x20type:\x20','8jgoEZK','tScOC','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','748203pJBfEJ','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','IxjGk','timeoutMs','pEEvm','is_mobile_session','zqhku','204976GLKDds','PeTfg','xEWSd','1871289dFqzHr','MtxKm','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','WvzbR','getId','ktuCA','rLvmN','HSGwr','uLdre','fvnYc','nWVyZ','PKnLZ','isSeleniumDriver','miqdR','KzZrK','updateRetryConfig','isMobilePlatform',').\x20Last\x20error:\x20','getCurrentUrl','MtNPQ','NLxYl','AMcft','error','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','./scripts','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','2tSIclF','rejected','CHCRe','getAccessibilityResultsWithRetry','vHiIb','1054330eqTvuS','ZkrIk','info','bstackA11yShouldScan','AdNLs','eTNIQ','iXLPY','GQLoV','12zMTKmv','Comprehensive\x20accessibility\x20scan\x20failed\x20(','env','):\x20','max','ggKGU','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','util','selenium-webdriver','setPlaywrightScriptTimeout','lmdDP','LAGBC','results','saveTestResults','ms\x20using\x20timeouts()\x20API','DMhkr','setScriptTimeout','Playwright','XtYMB','\x20failed\x20(','debug'];a124_0x14ab=function(){return _0x10ea87;};return a124_0x14ab();}a124_0x3e448b[a124_0x32b3e1(0x218)]=0x1,a124_0x3e448b[a124_0x32b3e1(0x157)]=0x7530,a124_0x3e448b[a124_0x32b3e1(0x1bf)]=0x7530;const RETRY_CONFIG=a124_0x3e448b,setConfigTimeout=(_0x5b36a7,_0x38a0b1=null)=>{const _0x43211f=a124_0x32b3e1,_0x58d3f6={'tScOC':function(_0x434ca1,_0x3500a8){return _0x434ca1===_0x3500a8;},'zKJaP':_0x43211f(0x1f8),'rLvmN':function(_0x51cc32,_0x13555a){return _0x51cc32*_0x13555a;},'ktuCA':function(_0x3af58a,_0x412e5e){return _0x3af58a(_0x412e5e);},'NLxYl':function(_0x55910d,_0xfff308){return _0x55910d(_0xfff308);}};if(BrowserstackCLI[_0x43211f(0x1af)]()[_0x43211f(0x1a6)]()&&BrowserstackCLI['getInstance']()[_0x43211f(0x201)]()){const _0x7c0f67=BrowserstackCLI[_0x43211f(0x1af)]()['getAccessibilityModule']()['accessibilityConfig'],_0xd0910b=_0x7c0f67[_0x43211f(0x1f3)][_0x43211f(0x1d6)]||[];for(const _0x5569e7 of _0xd0910b){_0x58d3f6[_0x43211f(0x152)](_0x5569e7[_0x43211f(0x1dc)],_0x58d3f6[_0x43211f(0x20c)])&&_0x58d3f6[_0x43211f(0x152)](_0x38a0b1,null)&&(_0x5b36a7['timeoutMs']=_0x58d3f6[_0x43211f(0x164)](_0x58d3f6[_0x43211f(0x163)](parseInt,_0x5569e7['value']),0x3e8));}}else process[_0x43211f(0x187)][_0x43211f(0x155)]&&(_0x5b36a7[_0x43211f(0x157)]=_0x58d3f6[_0x43211f(0x164)](_0x58d3f6[_0x43211f(0x172)](parseInt,process[_0x43211f(0x187)][_0x43211f(0x155)]),0x3e8));},detectDriverType=_0x56c29d=>{const _0x54cc11=a124_0x32b3e1,_0x420a0c={};_0x420a0c['xoXBo']=_0x54cc11(0x14b),_0x420a0c[_0x54cc11(0x1eb)]=function(_0x16ce93,_0xfff785){return _0x16ce93===_0xfff785;},_0x420a0c[_0x54cc11(0x1c4)]='function',_0x420a0c[_0x54cc11(0x1b9)]=function(_0x389cab,_0x2c1453){return _0x389cab===_0x2c1453;},_0x420a0c[_0x54cc11(0x1fb)]=function(_0x6dfd5,_0x11fc15){return _0x6dfd5===_0x11fc15;},_0x420a0c['flNrp']=_0x54cc11(0x1ef),_0x420a0c[_0x54cc11(0x19d)]=function(_0x2f7d85,_0x596817){return _0x2f7d85===_0x596817;},_0x420a0c['tNUkG']=function(_0x113608,_0x5e55c9){return _0x113608===_0x5e55c9;},_0x420a0c[_0x54cc11(0x200)]=_0x54cc11(0x18d),_0x420a0c[_0x54cc11(0x16b)]=_0x54cc11(0x1b2),_0x420a0c[_0x54cc11(0x1ab)]=function(_0x5cfc6e,_0x4e9afb){return _0x5cfc6e===_0x4e9afb;},_0x420a0c['HSGwr']=_0x54cc11(0x1aa),_0x420a0c['GaNRr']=function(_0x28018c,_0x19ff14){return _0x28018c===_0x19ff14;},_0x420a0c['rFkMZ']=_0x54cc11(0x196),_0x420a0c[_0x54cc11(0x1c9)]=_0x54cc11(0x208),_0x420a0c[_0x54cc11(0x1c5)]=function(_0x5d01bb,_0x3ae4b8){return _0x5d01bb||_0x3ae4b8;},_0x420a0c['uLdre']=_0x54cc11(0x204);const _0x5d139d=_0x420a0c;if(!_0x56c29d){const _0x816aa4={};return _0x816aa4[_0x54cc11(0x14d)]=![],_0x816aa4['type']=_0x5d139d[_0x54cc11(0x1b1)],_0x816aa4;}if(_0x5d139d[_0x54cc11(0x1eb)](typeof _0x56c29d['evaluate'],_0x5d139d[_0x54cc11(0x1c4)])&&_0x5d139d['ChGwb'](typeof _0x56c29d[_0x54cc11(0x1ec)],_0x5d139d[_0x54cc11(0x1c4)])&&_0x5d139d[_0x54cc11(0x1fb)](typeof _0x56c29d['goto'],_0x5d139d[_0x54cc11(0x1c4)])){const _0x1a97fd={};return _0x1a97fd['isPlaywright']=!![],_0x1a97fd[_0x54cc11(0x19b)]=_0x5d139d[_0x54cc11(0x1c8)],_0x1a97fd;}if(_0x5d139d[_0x54cc11(0x19d)](typeof _0x56c29d[_0x54cc11(0x213)],_0x5d139d[_0x54cc11(0x1c4)])&&_0x5d139d[_0x54cc11(0x1d3)](typeof _0x56c29d[_0x54cc11(0x1f4)],_0x5d139d['tZGmW'])){const _0x544aa1={};return _0x544aa1[_0x54cc11(0x14d)]=![],_0x544aa1[_0x54cc11(0x19b)]=_0x5d139d['VtFxt'],_0x544aa1;}const _0x10c745=_0x56c29d['constructor']?.[_0x54cc11(0x1dc)];if(_0x5d139d['GTSYe'](_0x10c745,_0x5d139d[_0x54cc11(0x16b)])){const _0x2e9e44={};return _0x2e9e44[_0x54cc11(0x14d)]=!![],_0x2e9e44[_0x54cc11(0x19b)]=_0x5d139d['flNrp'],_0x2e9e44;}if(_0x5d139d[_0x54cc11(0x1ab)](_0x10c745,_0x5d139d[_0x54cc11(0x165)])){const _0x340500={};return _0x340500[_0x54cc11(0x14d)]=![],_0x340500['type']=_0x5d139d[_0x54cc11(0x200)],_0x340500;}if(_0x5d139d[_0x54cc11(0x1cd)](_0x10c745,_0x5d139d['rFkMZ'])){const _0x5c47c1={};return _0x5c47c1[_0x54cc11(0x14d)]=!![],_0x5c47c1[_0x54cc11(0x19b)]=_0x5d139d[_0x54cc11(0x1c9)],_0x5c47c1;}logger[_0x54cc11(0x20b)](_0x54cc11(0x150)+_0x5d139d[_0x54cc11(0x1c5)](_0x10c745,_0x5d139d[_0x54cc11(0x166)]));const _0x397740={};return _0x397740[_0x54cc11(0x14d)]=![],_0x397740[_0x54cc11(0x19b)]=_0x5d139d[_0x54cc11(0x1b1)],_0x397740;},withTimeout=(_0x46bae0,_0x164e1c)=>{const _0x30d927=a124_0x32b3e1;return Promise[_0x30d927(0x1e9)]([_0x46bae0,new Promise((_0x39a520,_0x3138a9)=>setTimeout(()=>_0x3138a9(new Error('Operation\x20timed\x20out\x20after\x20'+_0x164e1c+'ms')),_0x164e1c))]);};exports[a124_0x32b3e1(0x14e)]=async(_0x26b0ac,_0x10858b=null,_0x11dad9=null,_0xefa9=![],_0x50a246=null)=>{const _0x306ac6=a124_0x32b3e1,_0x174476={'ZkrIk':function(_0x39d927,_0x379a39){return _0x39d927&&_0x379a39;},'sHkiO':function(_0x30e6cf,_0x1022de,_0x12a387){return _0x30e6cf(_0x1022de,_0x12a387);},'orTbz':function(_0x36af92,_0x4f4fa2){return _0x36af92===_0x4f4fa2;},'OgpXi':_0x306ac6(0x208),'XLzKs':function(_0x177594,_0x4a0358,_0xbf0f00){return _0x177594(_0x4a0358,_0xbf0f00);},'cJbVi':function(_0x327255,_0x25edeb,_0x1daa7c){return _0x327255(_0x25edeb,_0x1daa7c);},'PeTfg':function(_0x39547f,_0x190395){return _0x39547f(_0x190395);},'nVvuU':function(_0x97a6d9,_0x4d96ef){return _0x97a6d9||_0x4d96ef;},'fzPXf':function(_0x4bdf70,_0x181b98){return _0x4bdf70!==_0x181b98;},'AMcft':'isAccessibilityPlatform','DMhkr':'bstackA11yShouldScan','xfNJg':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','MAlXA':_0x306ac6(0x1bb),'zqhku':_0x306ac6(0x1cc),'bAyld':function(_0x297f34,_0x349136){return _0x297f34===_0x349136;},'DSjPF':function(_0x54f3b8,_0xd1f1b7){return _0x54f3b8<=_0xd1f1b7;},'CHCRe':function(_0x396d99,_0x343abe){return _0x396d99+_0x343abe;},'bbHHv':function(_0x37062a,_0x18a394){return _0x37062a+_0x18a394;},'AdNLs':'Unknown\x20error'},{isPlaywright:_0x3d3856,type:_0x1bccc5}=_0x174476[_0x306ac6(0x15c)](detectDriverType,_0x26b0ac),_0x24564b=_0xefa9?_0x174476[_0x306ac6(0x214)](_0x50a246,{}):global['bstackA11yScanOptions']||{},_0x74756c=_0x3d3856?global[_0x306ac6(0x1f9)]&&(_0xefa9||_0x174476[_0x306ac6(0x20f)](global[_0x306ac6(0x180)],![])):accessibilityHelper[_0x306ac6(0x1d8)]()&&globals['getGlobal'](_0x174476['AMcft'])&&(_0xefa9||_0x174476[_0x306ac6(0x20f)](globals[_0x306ac6(0x1d9)](_0x174476[_0x306ac6(0x194)]),![]));if(!_0x74756c)return _0x3d3856&&global[_0x306ac6(0x1f9)]&&_0x174476[_0x306ac6(0x1fe)](global[_0x306ac6(0x180)],![])||!_0x3d3856&&globals[_0x306ac6(0x1d9)](_0x174476[_0x306ac6(0x173)])&&_0x174476['orTbz'](globals[_0x306ac6(0x1d9)](_0x174476[_0x306ac6(0x194)]),![])?logger[_0x306ac6(0x199)](_0x174476[_0x306ac6(0x1e8)]):logger[_0x306ac6(0x20b)](_0x306ac6(0x160)+_0x1bccc5+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x396f75=_0x10858b||global[_0x306ac6(0x1ca)]||_0x174476[_0x306ac6(0x219)];let _0x2dda69=null;const _0x5c5896={'testhub_btcer_uuid':global[_0x306ac6(0x216)]?.[_0x306ac6(0x209)]?.['id'],'url':_0x174476[_0x306ac6(0x1fe)](typeof _0x26b0ac['url'],_0x174476[_0x306ac6(0x15a)])?await _0x26b0ac[_0x306ac6(0x1ec)]():_0x174476[_0x306ac6(0x1e6)](typeof _0x26b0ac['getCurrentUrl'],_0x174476[_0x306ac6(0x15a)])?await _0x26b0ac[_0x306ac6(0x170)]():'','automate_session_id':_0x174476['bAyld'](typeof _0x26b0ac[_0x306ac6(0x1a2)],_0x174476['zqhku'])?(await _0x26b0ac[_0x306ac6(0x1a2)]())[_0x306ac6(0x162)]():''};for(let _0x2323d9=0x1;_0x174476[_0x306ac6(0x207)](_0x2323d9,_0x174476[_0x306ac6(0x17a)](RETRY_CONFIG[_0x306ac6(0x218)],0x1));_0x2323d9++){try{return logger[_0x306ac6(0x199)](_0x306ac6(0x215)+_0x2323d9+'/'+_0x174476['bbHHv'](RETRY_CONFIG[_0x306ac6(0x218)],0x1)+'\x20for\x20method:\x20'+_0x396f75+'\x20('+_0x1bccc5+')'),await PerformanceTester[_0x306ac6(0x1e0)](PerformanceA11yEvents[_0x306ac6(0x20e)],async()=>{const _0x3c472a=_0x306ac6;let _0x45301d;if(_0x174476[_0x3c472a(0x17e)](_0x3d3856,playwrightA11yHelper)){_0x174476[_0x3c472a(0x1fd)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3c472a(0x18e)](_0x26b0ac,RETRY_CONFIG[_0x3c472a(0x157)]);let _0x5a23eb=_0x26b0ac;_0x174476[_0x3c472a(0x1fe)](_0x1bccc5,_0x174476['OgpXi'])&&(_0x5a23eb=_0x26b0ac['page']);const _0x1ffd4d=global['isMobilePlatform']?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x3c472a(0x1b3)]()}:{};_0x45301d=await _0x174476['XLzKs'](withTimeout,playwrightA11yHelper['performScan'](_0x5a23eb,_0x396f75,_0x24564b,_0x1ffd4d),RETRY_CONFIG[_0x3c472a(0x157)]),await exports[_0x3c472a(0x18e)](_0x26b0ac,RETRY_CONFIG[_0x3c472a(0x1bf)]);}else await exports[_0x3c472a(0x202)](_0x26b0ac,RETRY_CONFIG[_0x3c472a(0x157)]),_0x45301d=await _0x174476[_0x3c472a(0x1bd)](withTimeout,accessibilityHelper[_0x3c472a(0x20d)](_0x26b0ac,_0x396f75,_0xefa9,_0x24564b),RETRY_CONFIG[_0x3c472a(0x157)]),await exports[_0x3c472a(0x202)](_0x26b0ac,RETRY_CONFIG[_0x3c472a(0x1bf)]);logger[_0x3c472a(0x199)]('Scan\x20attempt\x20'+_0x2323d9+'\x20completed\x20successfully.');},{'command':_0x396f75,..._0x5c5896})(),logger['info'](_0x306ac6(0x19f)+_0x2323d9+'.'),!![];}catch(_0xcc281e){_0x2dda69=_0xcc281e,logger[_0x306ac6(0x199)](_0x306ac6(0x215)+_0x2323d9+_0x306ac6(0x1c6)+_0x396f75+'\x20('+_0x1bccc5+_0x306ac6(0x1ae)+_0xcc281e[_0x306ac6(0x1f2)]);}}return logger['error']('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x396f75+'\x20('+_0x1bccc5+_0x306ac6(0x1c1)+(_0x2dda69?.[_0x306ac6(0x1f2)]||_0x174476[_0x306ac6(0x181)])),![];},exports[a124_0x32b3e1(0x17b)]=async(_0x40a2f2,_0x505d4d)=>{const _0x101ba9=a124_0x32b3e1,_0x2850db={'eTNIQ':function(_0x53c60e,_0x29c29b){return _0x53c60e(_0x29c29b);},'zwrNw':_0x101ba9(0x1b8),'ugilj':function(_0x5a4f5c,_0x3eba96){return _0x5a4f5c<=_0x3eba96;},'bUNCy':function(_0xb17831,_0x338fe4){return _0xb17831+_0x338fe4;},'nWVyZ':function(_0x480036,_0x1af1e8){return _0x480036+_0x1af1e8;},'bOQCo':function(_0x3811d6,_0x40cd50){return _0x3811d6&&_0x40cd50;},'PKnLZ':function(_0x31e43a,_0x16c857,_0x4830e8){return _0x31e43a(_0x16c857,_0x4830e8);},'KzZrK':_0x101ba9(0x14f)},{isPlaywright:_0x1edef8,type:_0x2e6c91}=_0x2850db[_0x101ba9(0x182)](detectDriverType,_0x40a2f2),_0x32181f=_0x1edef8?_0x505d4d[_0x101ba9(0x1f9)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals['getGlobal'](_0x2850db[_0x101ba9(0x1e1)]);if(!_0x32181f)return logger[_0x101ba9(0x20b)](_0x101ba9(0x160)+_0x2e6c91+_0x101ba9(0x1b0)),[];let _0x5b6962=null;for(let _0x409d95=0x1;_0x2850db[_0x101ba9(0x1a8)](_0x409d95,_0x2850db[_0x101ba9(0x1ee)](RETRY_CONFIG[_0x101ba9(0x218)],0x1));_0x409d95++){try{logger[_0x101ba9(0x199)](_0x101ba9(0x1ac)+_0x409d95+'/'+_0x2850db[_0x101ba9(0x168)](RETRY_CONFIG[_0x101ba9(0x218)],0x1)+'\x20('+_0x2e6c91+')');let _0x3c6dc6;return _0x2850db['bOQCo'](_0x1edef8,playwrightA11yHelper)?(_0x2850db[_0x101ba9(0x169)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x101ba9(0x18e)](_0x40a2f2,RETRY_CONFIG[_0x101ba9(0x157)]),_0x3c6dc6=await _0x2850db['PKnLZ'](withTimeout,playwrightA11yHelper[_0x101ba9(0x14c)](_0x40a2f2),RETRY_CONFIG[_0x101ba9(0x157)]),await exports[_0x101ba9(0x18e)](_0x40a2f2,RETRY_CONFIG[_0x101ba9(0x1bf)])):(await exports[_0x101ba9(0x202)](_0x40a2f2,RETRY_CONFIG[_0x101ba9(0x157)]),_0x3c6dc6=await _0x2850db[_0x101ba9(0x169)](withTimeout,accessibilityHelper[_0x101ba9(0x14c)](_0x40a2f2,_0x505d4d),RETRY_CONFIG['timeoutMs']),await exports[_0x101ba9(0x202)](_0x40a2f2,RETRY_CONFIG[_0x101ba9(0x1bf)])),logger['info'](_0x101ba9(0x175)+_0x409d95+'\x20('+_0x2e6c91+')'),_0x3c6dc6;}catch(_0xd41016){_0x5b6962=_0xd41016,logger[_0x101ba9(0x20b)](_0x101ba9(0x1ac)+_0x409d95+_0x101ba9(0x198)+_0x2e6c91+_0x101ba9(0x1ae)+_0xd41016[_0x101ba9(0x1f2)]);}}return logger[_0x101ba9(0x174)](_0x101ba9(0x210)+_0x2e6c91+_0x101ba9(0x16f)+(_0x5b6962?.['message']||_0x2850db[_0x101ba9(0x16c)])),[];},exports[a124_0x32b3e1(0x1a0)]=async(_0x2a5de3,_0x20ec79)=>{const _0x22cf6f=a124_0x32b3e1,_0x2590b4={'pEEvm':function(_0xf379e3,_0x976a05){return _0xf379e3(_0x976a05);},'lmdDP':_0x22cf6f(0x1b8),'qEwdS':function(_0x14dcc0,_0xb6f5a1){return _0x14dcc0<=_0xb6f5a1;},'iXLPY':function(_0x5c35b0,_0x97e8f){return _0x5c35b0+_0x97e8f;},'kUYUo':function(_0x4c2685,_0x22fa4e){return _0x4c2685&&_0x22fa4e;},'vHiIb':function(_0xf62e92,_0x417564,_0xce7832){return _0xf62e92(_0x417564,_0xce7832);},'CljTu':function(_0x3d3ad4,_0x234ed5,_0xc04a27){return _0x3d3ad4(_0x234ed5,_0xc04a27);},'RATOh':_0x22cf6f(0x14f)},{isPlaywright:_0x566a6d,type:_0xc41697}=_0x2590b4[_0x22cf6f(0x158)](detectDriverType,_0x2a5de3),_0x3a8478=_0x566a6d?_0x20ec79['accessibilityPlatform']:accessibilityHelper[_0x22cf6f(0x1d8)]()&&globals[_0x22cf6f(0x1d9)](_0x2590b4[_0x22cf6f(0x18f)]);if(!_0x3a8478)return logger[_0x22cf6f(0x20b)](_0x22cf6f(0x160)+_0xc41697+_0x22cf6f(0x1b5)),{};let _0x20fe0d=null;for(let _0x55e3b1=0x1;_0x2590b4[_0x22cf6f(0x212)](_0x55e3b1,_0x2590b4[_0x22cf6f(0x183)](RETRY_CONFIG[_0x22cf6f(0x218)],0x1));_0x55e3b1++){try{logger['debug'](_0x22cf6f(0x1a4)+_0x55e3b1+'/'+_0x2590b4['iXLPY'](RETRY_CONFIG[_0x22cf6f(0x218)],0x1)+'\x20('+_0xc41697+')');let _0x451061;return _0x2590b4[_0x22cf6f(0x1a9)](_0x566a6d,playwrightA11yHelper)?(_0x2590b4[_0x22cf6f(0x17c)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x2a5de3,RETRY_CONFIG[_0x22cf6f(0x157)]),_0x451061=await _0x2590b4[_0x22cf6f(0x17c)](withTimeout,playwrightA11yHelper['getAccessibilityResultsSummary'](_0x2a5de3),RETRY_CONFIG[_0x22cf6f(0x157)]),await exports[_0x22cf6f(0x18e)](_0x2a5de3,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x22cf6f(0x202)](_0x2a5de3,RETRY_CONFIG[_0x22cf6f(0x157)]),_0x451061=await _0x2590b4[_0x22cf6f(0x1ba)](withTimeout,accessibilityHelper[_0x22cf6f(0x1a3)](_0x2a5de3,_0x20ec79),RETRY_CONFIG[_0x22cf6f(0x157)]),await exports[_0x22cf6f(0x202)](_0x2a5de3,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x22cf6f(0x17f)]('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x55e3b1+'\x20('+_0xc41697+')'),_0x451061;}catch(_0x135167){_0x20fe0d=_0x135167,logger['warn']('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x55e3b1+_0x22cf6f(0x198)+_0xc41697+_0x22cf6f(0x1ae)+_0x135167[_0x22cf6f(0x1f2)]);}}return logger[_0x22cf6f(0x174)](_0x22cf6f(0x1a7)+_0xc41697+_0x22cf6f(0x16f)+(_0x20fe0d?.[_0x22cf6f(0x1f2)]||_0x2590b4[_0x22cf6f(0x1d7)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x438284,_0x3ff4a2,_0x1694ae=null)=>{const _0x28a2ff=a124_0x32b3e1,_0x12dbb9={'Snqeg':function(_0x4626d6,_0x5c03e3){return _0x4626d6(_0x5c03e3);},'XtYMB':function(_0x3cf372,_0x5cd828){return _0x3cf372===_0x5cd828;},'pZoHV':_0x28a2ff(0x203),'MtNPQ':function(_0x4e5153,_0x12e89d){return _0x4e5153===_0x12e89d;},'BEqrV':_0x28a2ff(0x179),'drDWy':_0x28a2ff(0x1e5)},{isPlaywright:_0x301edd,type:_0x35e714}=_0x12dbb9[_0x28a2ff(0x1ad)](detectDriverType,_0x438284),_0x178a1a={};_0x178a1a[_0x28a2ff(0x1bc)]=![],_0x178a1a[_0x28a2ff(0x191)]=[],_0x178a1a[_0x28a2ff(0x1db)]={},_0x178a1a[_0x28a2ff(0x174)]=null,_0x178a1a['driverType']=_0x35e714;const _0x819c89=_0x178a1a;try{_0x819c89[_0x28a2ff(0x1bc)]=await exports[_0x28a2ff(0x14e)](_0x438284,_0x1694ae);if(_0x819c89[_0x28a2ff(0x1bc)]){const [_0x4e7e17,_0x473480]=await Promise['allSettled']([exports['getAccessibilityResultsWithRetry'](_0x438284,_0x3ff4a2),exports[_0x28a2ff(0x1a0)](_0x438284,_0x3ff4a2)]);_0x819c89[_0x28a2ff(0x191)]=_0x12dbb9[_0x28a2ff(0x197)](_0x4e7e17[_0x28a2ff(0x1f5)],_0x12dbb9[_0x28a2ff(0x1e3)])?_0x4e7e17[_0x28a2ff(0x1f6)]:[],_0x819c89[_0x28a2ff(0x1db)]=_0x12dbb9[_0x28a2ff(0x171)](_0x473480[_0x28a2ff(0x1f5)],_0x12dbb9[_0x28a2ff(0x1e3)])?_0x473480[_0x28a2ff(0x1f6)]:{},_0x12dbb9[_0x28a2ff(0x171)](_0x4e7e17[_0x28a2ff(0x1f5)],_0x12dbb9[_0x28a2ff(0x1cf)])&&logger[_0x28a2ff(0x20b)](_0x28a2ff(0x19c)+_0x35e714+_0x28a2ff(0x188)+_0x4e7e17[_0x28a2ff(0x1a1)]?.[_0x28a2ff(0x1f2)]),_0x12dbb9['XtYMB'](_0x473480[_0x28a2ff(0x1f5)],_0x12dbb9[_0x28a2ff(0x1cf)])&&logger[_0x28a2ff(0x20b)](_0x28a2ff(0x177)+_0x35e714+_0x28a2ff(0x188)+_0x473480[_0x28a2ff(0x1a1)]?.[_0x28a2ff(0x1f2)]);}}catch(_0x12005c){_0x819c89[_0x28a2ff(0x174)]=_0x12005c[_0x28a2ff(0x1f2)]||_0x12dbb9['drDWy'],logger['error'](_0x28a2ff(0x186)+_0x35e714+'):\x20'+_0x819c89[_0x28a2ff(0x174)]);}return _0x819c89;},exports[a124_0x32b3e1(0x16d)]=_0x27405d=>{const _0x2b40c0=a124_0x32b3e1,_0x264229={};_0x264229[_0x2b40c0(0x184)]=function(_0x2bfea8,_0x1fbc49){return _0x2bfea8!==_0x1fbc49;};const _0x1a78fe=_0x264229;_0x1a78fe[_0x2b40c0(0x184)](_0x27405d['maxRetries'],undefined)&&(RETRY_CONFIG[_0x2b40c0(0x218)]=Math[_0x2b40c0(0x189)](0x0,_0x27405d[_0x2b40c0(0x218)])),_0x1a78fe[_0x2b40c0(0x184)](_0x27405d[_0x2b40c0(0x157)],undefined)&&(RETRY_CONFIG[_0x2b40c0(0x157)]=Math[_0x2b40c0(0x189)](0x3e8,_0x27405d['timeoutMs'])),logger[_0x2b40c0(0x199)](_0x2b40c0(0x1da)+JSON[_0x2b40c0(0x1de)](RETRY_CONFIG));},exports[a124_0x32b3e1(0x149)]=()=>{const _0x1c4995={...RETRY_CONFIG};return _0x1c4995;},exports[a124_0x32b3e1(0x206)]=_0x19a6d3=>{const _0x24118b=a124_0x32b3e1,_0x32def4={'whfcR':function(_0x358ec6,_0x14a269){return _0x358ec6(_0x14a269);}};return _0x32def4[_0x24118b(0x1df)](detectDriverType,_0x19a6d3)[_0x24118b(0x14d)];},exports['isSeleniumDriver']=_0x1634f7=>{const _0x209bb2=a124_0x32b3e1,_0x2dac41={'qTYUp':function(_0x470f74,_0x21d5d8){return _0x470f74(_0x21d5d8);},'fvnYc':function(_0xa0d524,_0xa1bc35){return _0xa0d524===_0xa1bc35;},'WvzbR':_0x209bb2(0x18d)},{isPlaywright:_0x519301,type:_0x45c3ba}=_0x2dac41[_0x209bb2(0x1d2)](detectDriverType,_0x1634f7);return!_0x519301&&_0x2dac41[_0x209bb2(0x167)](_0x45c3ba,_0x2dac41[_0x209bb2(0x161)]);},exports[a124_0x32b3e1(0x18e)]=async(_0x5029f3,_0x31e646=null)=>{const _0x3b721d=a124_0x32b3e1,_0x2fd823={'MtxKm':function(_0x2d0067,_0x166f81){return _0x2d0067(_0x166f81);},'JTQuB':function(_0x5d72cc,_0xbdf040){return _0x5d72cc===_0xbdf040;},'vhdsg':_0x3b721d(0x1cc)},{isPlaywright:_0x5cb728,type:_0x53ec5e}=_0x2fd823[_0x3b721d(0x15f)](detectDriverType,_0x5029f3);if(!_0x5cb728)return logger[_0x3b721d(0x199)](_0x3b721d(0x1f1)+_0x53ec5e+_0x3b721d(0x1ed)),!![];const _0x1c64b8=_0x31e646||RETRY_CONFIG[_0x3b721d(0x1bf)];try{return _0x5029f3&&_0x2fd823[_0x3b721d(0x1b4)](typeof _0x5029f3[_0x3b721d(0x1ff)],_0x2fd823['vhdsg'])&&(await _0x5029f3['setDefaultTimeout'](_0x1c64b8),logger[_0x3b721d(0x199)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x1c64b8+'ms')),!![];}catch(_0x4ae10d){return logger['warn'](_0x3b721d(0x18b)+_0x4ae10d['message']),![];}},exports[a124_0x32b3e1(0x202)]=async(_0x5803c7,_0x5bc826=null)=>{const _0x20fd4b=a124_0x32b3e1,_0x5dcb60={};_0x5dcb60['CBnEp']=_0x20fd4b(0x1ea),_0x5dcb60[_0x20fd4b(0x19a)]=function(_0x108b54,_0x2c83b7){return _0x108b54===_0x2c83b7;},_0x5dcb60[_0x20fd4b(0x1e2)]=_0x20fd4b(0x1cc),_0x5dcb60['LLMby']=function(_0x123d9a,_0x2aa3a0){return _0x123d9a===_0x2aa3a0;},_0x5dcb60['xEWSd']=function(_0x4ae567,_0x313c4f){return _0x4ae567===_0x313c4f;},_0x5dcb60['tNwHx']=_0x20fd4b(0x1ce),_0x5dcb60[_0x20fd4b(0x1cb)]='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x58211b=_0x5dcb60;if(!exports[_0x20fd4b(0x16a)](_0x5803c7))return logger[_0x20fd4b(0x20b)](_0x58211b[_0x20fd4b(0x1d4)]),![];const _0xb532c8=_0x5bc826||RETRY_CONFIG[_0x20fd4b(0x1bf)];try{if(_0x5803c7&&_0x58211b['YZFIr'](typeof _0x5803c7[_0x20fd4b(0x205)],_0x58211b['SzyLv'])){const _0x4b8642=_0x5803c7['manage']();if(_0x4b8642&&_0x58211b[_0x20fd4b(0x19a)](typeof _0x4b8642['timeouts'],_0x58211b[_0x20fd4b(0x1e2)]))await _0x4b8642[_0x20fd4b(0x1fc)]()[_0x20fd4b(0x195)](_0xb532c8),logger[_0x20fd4b(0x199)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0xb532c8+_0x20fd4b(0x193));else{if(_0x4b8642&&_0x58211b['LLMby'](typeof _0x4b8642['setTimeouts'],_0x58211b['SzyLv'])){const _0x502fde={};_0x502fde[_0x20fd4b(0x1f0)]=_0xb532c8,await _0x4b8642[_0x20fd4b(0x14a)](_0x502fde),logger[_0x20fd4b(0x199)](_0x20fd4b(0x1c7)+_0xb532c8+_0x20fd4b(0x1be));}else{if(_0x4b8642&&_0x58211b[_0x20fd4b(0x15d)](typeof _0x4b8642[_0x20fd4b(0x195)],_0x58211b[_0x20fd4b(0x1e2)]))await _0x4b8642[_0x20fd4b(0x195)](_0xb532c8),logger[_0x20fd4b(0x199)](_0x20fd4b(0x1c7)+_0xb532c8+_0x20fd4b(0x1b6));else return logger[_0x20fd4b(0x199)](_0x58211b['tNwHx']),!![];}}}else return logger[_0x20fd4b(0x199)](_0x58211b[_0x20fd4b(0x1cb)]),!![];return!![];}catch(_0x47e6d9){return logger['warn'](_0x20fd4b(0x153)+_0x47e6d9[_0x20fd4b(0x1f2)]),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x26e1f8,_0x5b828d)=>{const _0x445f0e=a124_0x32b3e1,_0x4d0bc3={'ggKGU':function(_0x49d882,_0x1a4ffe){return _0x49d882(_0x1a4ffe);},'WwYel':_0x445f0e(0x1b8),'LcNJE':function(_0x960b8a,_0xb314d8){return _0x960b8a<=_0xb314d8;},'DfbeR':function(_0x56878f,_0x5dafd9){return _0x56878f+_0x5dafd9;},'JDhnB':function(_0x597bc1,_0x48b46e){return _0x597bc1&&_0x48b46e;},'IxjGk':function(_0x596174,_0x1537e7,_0x367035){return _0x596174(_0x1537e7,_0x367035);},'nBLmC':_0x445f0e(0x16e),'LAGBC':function(_0x3a2fbf,_0x255c48,_0xfbb258){return _0x3a2fbf(_0x255c48,_0xfbb258);},'fmcoO':_0x445f0e(0x14f)},{isPlaywright:_0x32f6e2,type:_0x1dcc56}=_0x4d0bc3[_0x445f0e(0x18a)](detectDriverType,_0x26e1f8),_0x598ea3=_0x32f6e2?global['accessibilityPlatform']:accessibilityHelper[_0x445f0e(0x1d8)]()&&globals[_0x445f0e(0x1d9)](_0x4d0bc3[_0x445f0e(0x19e)]);if(!_0x598ea3)return logger[_0x445f0e(0x20b)](_0x445f0e(0x160)+_0x1dcc56+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x51b085=null;for(let _0x33d08b=0x1;_0x4d0bc3['LcNJE'](_0x33d08b,_0x4d0bc3[_0x445f0e(0x1d0)](RETRY_CONFIG[_0x445f0e(0x218)],0x1));_0x33d08b++){try{logger[_0x445f0e(0x199)](_0x445f0e(0x1d1)+_0x33d08b+'/'+_0x4d0bc3[_0x445f0e(0x1d0)](RETRY_CONFIG[_0x445f0e(0x218)],0x1)+'\x20('+_0x1dcc56+')');if(_0x4d0bc3[_0x445f0e(0x1d5)](_0x32f6e2,playwrightA11yHelper)){_0x4d0bc3[_0x445f0e(0x156)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x445f0e(0x18e)](_0x26e1f8,RETRY_CONFIG['timeoutMs']);const _0x1dd7d3={};_0x1dd7d3['is_mobile_session']=!![];const _0x1e3070=global[_0x445f0e(0x16e)]?Object[_0x445f0e(0x1dd)]({},_0x5b828d,_0x1dd7d3):_0x5b828d;await _0x4d0bc3[_0x445f0e(0x156)](withTimeout,playwrightA11yHelper[_0x445f0e(0x217)](_0x26e1f8,scripts[_0x445f0e(0x192)],_0x1e3070),RETRY_CONFIG['timeoutMs']),await exports[_0x445f0e(0x18e)](_0x26e1f8,RETRY_CONFIG[_0x445f0e(0x1bf)]);}else{await exports[_0x445f0e(0x202)](_0x26e1f8,RETRY_CONFIG['timeoutMs']);const _0xf4e0a4={};_0xf4e0a4[_0x445f0e(0x159)]=!![];const _0x59477d=globals[_0x445f0e(0x1d9)](_0x4d0bc3['nBLmC'])?Object[_0x445f0e(0x1dd)]({},_0x5b828d,_0xf4e0a4):_0x5b828d;await _0x4d0bc3[_0x445f0e(0x190)](withTimeout,_0x26e1f8[_0x445f0e(0x213)](scripts[_0x445f0e(0x192)],_0x59477d),RETRY_CONFIG[_0x445f0e(0x157)]),await exports['setSeleniumScriptTimeout'](_0x26e1f8,RETRY_CONFIG[_0x445f0e(0x1bf)]);}return logger[_0x445f0e(0x17f)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x33d08b+'\x20('+_0x1dcc56+')'),!![];}catch(_0x2eec57){_0x51b085=_0x2eec57,logger[_0x445f0e(0x20b)]('Accessibility\x20results\x20save\x20attempt\x20'+_0x33d08b+'\x20failed\x20('+_0x1dcc56+_0x445f0e(0x1ae)+_0x2eec57[_0x445f0e(0x1f2)]);}}return logger[_0x445f0e(0x174)]('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x1dcc56+_0x445f0e(0x16f)+(_0x51b085?.[_0x445f0e(0x1f2)]||_0x4d0bc3[_0x445f0e(0x1b7)])),![];};
@@ -1 +1 @@
1
- var a125_0x13646e=a125_0x58de;(function(_0x54fefc,_0x35b18f){var _0xb903e7=a125_0x58de,_0x738b22=_0x54fefc();while(!![]){try{var _0x5e64ef=parseInt(_0xb903e7(0x189))/0x1+parseInt(_0xb903e7(0x186))/0x2*(parseInt(_0xb903e7(0x190))/0x3)+-parseInt(_0xb903e7(0x180))/0x4+parseInt(_0xb903e7(0x193))/0x5*(-parseInt(_0xb903e7(0x196))/0x6)+-parseInt(_0xb903e7(0x192))/0x7*(parseInt(_0xb903e7(0x183))/0x8)+parseInt(_0xb903e7(0x18b))/0x9+parseInt(_0xb903e7(0x194))/0xa*(parseInt(_0xb903e7(0x191))/0xb);if(_0x5e64ef===_0x35b18f)break;else _0x738b22['push'](_0x738b22['shift']());}catch(_0x3396c5){_0x738b22['push'](_0x738b22['shift']());}}}(a125_0x24ea,0x1c8cf),exports[a125_0x13646e(0x177)]=a125_0x13646e(0x187),exports[a125_0x13646e(0x17a)]=Symbol[a125_0x13646e(0x181)](a125_0x13646e(0x185)),exports[a125_0x13646e(0x18f)]='94',exports[a125_0x13646e(0x17b)]=a125_0x13646e(0x182),exports['MINIMUM_CHROMEFORTESTING_VERSION']=a125_0x13646e(0x18d),exports[a125_0x13646e(0x184)]=a125_0x13646e(0x179));var a125_0x5840be={};function a125_0x24ea(){var _0x52dfe2=['2yCsIuT','https://accessibility.browserstack.com/api','min_version_non_browserstack','216520CPOPVh','display_name','1392066Bugptx','playwright-chromium','141','min_version_browserstack','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','331362dDfEIW','22jHygXf','58366DyOAyf','4535WwdwRU','11490TyZkBD','chromium','1182HADGVG','API_URL','requires_chrome_options_check','18.4','BSTACK_SCAN_IN_PROGRESS','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','Safari','ACCESSIBILITY_SUPPORTED_BROWSERS','Chrome','ChromeForTesting','719944wvOPmd','for','100','8sKZGRt','MINIMUM_SAFARI_VERSION','bstack.a11yScanInProgress'];a125_0x24ea=function(){return _0x52dfe2;};return a125_0x24ea();}a125_0x5840be[a125_0x13646e(0x18a)]=a125_0x13646e(0x17e),a125_0x5840be[a125_0x13646e(0x18e)]=0x5e,a125_0x5840be['min_version_non_browserstack']=0x64,a125_0x5840be[a125_0x13646e(0x178)]=!![];var a125_0x39b1c5={};a125_0x39b1c5[a125_0x13646e(0x18a)]=a125_0x13646e(0x17e),a125_0x39b1c5[a125_0x13646e(0x18e)]=0x5e,a125_0x39b1c5[a125_0x13646e(0x188)]=0x64,a125_0x39b1c5[a125_0x13646e(0x178)]=!![];var a125_0x30ec84={};a125_0x30ec84[a125_0x13646e(0x18a)]=a125_0x13646e(0x17e),a125_0x30ec84['min_version_browserstack']=0x5e,a125_0x30ec84[a125_0x13646e(0x188)]=0x64,a125_0x30ec84[a125_0x13646e(0x178)]=!![];var a125_0x5ea44d={};a125_0x5ea44d[a125_0x13646e(0x18a)]=a125_0x13646e(0x17f),a125_0x5ea44d[a125_0x13646e(0x18e)]=0x8d,a125_0x5ea44d[a125_0x13646e(0x188)]=0x8d,a125_0x5ea44d[a125_0x13646e(0x178)]=!![];var a125_0x43ea25={};a125_0x43ea25[a125_0x13646e(0x18a)]=a125_0x13646e(0x17c),a125_0x43ea25[a125_0x13646e(0x18e)]=18.4,a125_0x43ea25[a125_0x13646e(0x188)]=18.4,a125_0x43ea25[a125_0x13646e(0x178)]=![];function a125_0x58de(_0x28ff20,_0xde755a){var _0x24eae2=a125_0x24ea();return a125_0x58de=function(_0x58dec0,_0x117b73){_0x58dec0=_0x58dec0-0x177;var _0x109dae=_0x24eae2[_0x58dec0];return _0x109dae;},a125_0x58de(_0x28ff20,_0xde755a);}var a125_0x244a20={};a125_0x244a20['chrome']=a125_0x5840be,a125_0x244a20[a125_0x13646e(0x195)]=a125_0x39b1c5,a125_0x244a20[a125_0x13646e(0x18c)]=a125_0x30ec84,a125_0x244a20['chromefortesting']=a125_0x5ea44d,a125_0x244a20['safari']=a125_0x43ea25,exports[a125_0x13646e(0x17d)]=a125_0x244a20;
1
+ var a125_0x6e5273=a125_0x16a9;function a125_0x16a9(_0x2d5fa8,_0x47ebd2){var _0x1db135=a125_0x1db1();return a125_0x16a9=function(_0x16a9c8,_0xcc4020){_0x16a9c8=_0x16a9c8-0xd8;var _0x28f80a=_0x1db135[_0x16a9c8];return _0x28f80a;},a125_0x16a9(_0x2d5fa8,_0x47ebd2);}(function(_0x5da2c5,_0x4141c4){var _0x2bb35e=a125_0x16a9,_0x4ab904=_0x5da2c5();while(!![]){try{var _0x4547eb=-parseInt(_0x2bb35e(0xec))/0x1*(parseInt(_0x2bb35e(0xf4))/0x2)+-parseInt(_0x2bb35e(0xe2))/0x3*(parseInt(_0x2bb35e(0xf2))/0x4)+-parseInt(_0x2bb35e(0xe6))/0x5+parseInt(_0x2bb35e(0xf0))/0x6*(parseInt(_0x2bb35e(0xdb))/0x7)+parseInt(_0x2bb35e(0xd8))/0x8+parseInt(_0x2bb35e(0xdf))/0x9+-parseInt(_0x2bb35e(0xe8))/0xa*(-parseInt(_0x2bb35e(0xda))/0xb);if(_0x4547eb===_0x4141c4)break;else _0x4ab904['push'](_0x4ab904['shift']());}catch(_0x3280be){_0x4ab904['push'](_0x4ab904['shift']());}}}(a125_0x1db1,0x7a83c),exports[a125_0x6e5273(0xe7)]='https://accessibility.browserstack.com/api',exports[a125_0x6e5273(0xf1)]=Symbol['for'](a125_0x6e5273(0xed)),exports[a125_0x6e5273(0xe1)]='94',exports[a125_0x6e5273(0xee)]='100',exports[a125_0x6e5273(0xf5)]=a125_0x6e5273(0xe0),exports[a125_0x6e5273(0xde)]=a125_0x6e5273(0xdd));var a125_0x58e0e9={};a125_0x58e0e9[a125_0x6e5273(0xe9)]=a125_0x6e5273(0xd9),a125_0x58e0e9[a125_0x6e5273(0xef)]=0x5e,a125_0x58e0e9[a125_0x6e5273(0xeb)]=0x64,a125_0x58e0e9[a125_0x6e5273(0xe4)]=!![];var a125_0x5b8f63={};a125_0x5b8f63['display_name']='Chrome',a125_0x5b8f63[a125_0x6e5273(0xef)]=0x5e,a125_0x5b8f63['min_version_non_browserstack']=0x64,a125_0x5b8f63['requires_chrome_options_check']=!![];var a125_0x5816a0={};a125_0x5816a0['display_name']=a125_0x6e5273(0xd9),a125_0x5816a0[a125_0x6e5273(0xef)]=0x5e,a125_0x5816a0[a125_0x6e5273(0xeb)]=0x64,a125_0x5816a0[a125_0x6e5273(0xe4)]=!![];var a125_0x54d257={};function a125_0x1db1(){var _0x4767fe=['2964780MCVJAI','API_URL','412870xNqESR','display_name','safari','min_version_non_browserstack','1MUdKyq','bstack.a11yScanInProgress','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','min_version_browserstack','2661630YDGvca','BSTACK_SCAN_IN_PROGRESS','754196ImrbYH','ACCESSIBILITY_SUPPORTED_BROWSERS','110972bpHxcd','MINIMUM_CHROMEFORTESTING_VERSION','1425840qOlnif','Chrome','143GpfEEr','7emsctV','playwright-chromium','18.4','MINIMUM_SAFARI_VERSION','1622205VRmUhX','141','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','3BMPNNI','chromefortesting','requires_chrome_options_check','Safari'];a125_0x1db1=function(){return _0x4767fe;};return a125_0x1db1();}a125_0x54d257['display_name']='ChromeForTesting',a125_0x54d257[a125_0x6e5273(0xef)]=0x8d,a125_0x54d257[a125_0x6e5273(0xeb)]=0x8d,a125_0x54d257[a125_0x6e5273(0xe4)]=!![];var a125_0x5574f3={};a125_0x5574f3['display_name']=a125_0x6e5273(0xe5),a125_0x5574f3['min_version_browserstack']=18.4,a125_0x5574f3[a125_0x6e5273(0xeb)]=18.4,a125_0x5574f3[a125_0x6e5273(0xe4)]=![];var a125_0x118a4e={};a125_0x118a4e['chrome']=a125_0x58e0e9,a125_0x118a4e['chromium']=a125_0x5b8f63,a125_0x118a4e[a125_0x6e5273(0xdc)]=a125_0x5816a0,a125_0x118a4e[a125_0x6e5273(0xe3)]=a125_0x54d257,a125_0x118a4e[a125_0x6e5273(0xea)]=a125_0x5574f3,exports[a125_0x6e5273(0xf3)]=a125_0x118a4e;
@@ -1 +1 @@
1
- const a126_0x43ffb5=a126_0x3ea6;function a126_0x3ea6(_0x352761,_0x417e2e){const _0x48d6f6=a126_0x48d6();return a126_0x3ea6=function(_0x3ea6dc,_0xa120f){_0x3ea6dc=_0x3ea6dc-0x162;let _0x59ada1=_0x48d6f6[_0x3ea6dc];return _0x59ada1;},a126_0x3ea6(_0x352761,_0x417e2e);}(function(_0x5776d7,_0x46c288){const _0x2bc732=a126_0x3ea6,_0xd14874=_0x5776d7();while(!![]){try{const _0x34711a=parseInt(_0x2bc732(0x29e))/0x1*(parseInt(_0x2bc732(0x1bc))/0x2)+-parseInt(_0x2bc732(0x209))/0x3+parseInt(_0x2bc732(0x1e0))/0x4*(parseInt(_0x2bc732(0x1b5))/0x5)+parseInt(_0x2bc732(0x221))/0x6*(parseInt(_0x2bc732(0x164))/0x7)+-parseInt(_0x2bc732(0x1b1))/0x8+parseInt(_0x2bc732(0x1dd))/0x9*(parseInt(_0x2bc732(0x266))/0xa)+-parseInt(_0x2bc732(0x19d))/0xb;if(_0x34711a===_0x46c288)break;else _0xd14874['push'](_0xd14874['shift']());}catch(_0x25d7e6){_0xd14874['push'](_0xd14874['shift']());}}}(a126_0x48d6,0xacf3c));const path=require('path'),util=require(a126_0x43ffb5(0x1d9)),bsSetupHelper=require(a126_0x43ffb5(0x268)),logger=require(a126_0x43ffb5(0x184))[a126_0x43ffb5(0x186)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a126_0x43ffb5(0x299)),PerformanceTester=require(a126_0x43ffb5(0x1c4)),scripts=require(a126_0x43ffb5(0x1ae)),globals=require(a126_0x43ffb5(0x289)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a126_0x43ffb5(0x21d));exports[a126_0x43ffb5(0x1a3)]=async _0x8fb2ed=>{const _0x3d8a7c=a126_0x43ffb5,_0x140a33={};_0x140a33[_0x3d8a7c(0x1d4)]=function(_0x2c5f0c,_0x15fb09){return _0x2c5f0c===_0x15fb09;},_0x140a33[_0x3d8a7c(0x244)]=_0x3d8a7c(0x21e);const _0x2600e0=_0x140a33;let _0x57d236={};try{const _0x2967d0=await _0x8fb2ed['getCapabilities']();_0x57d236={'os_name':_0x2967d0[_0x3d8a7c(0x29a)](),'os_version':bsSetupHelper[_0x3d8a7c(0x259)](_0x2600e0[_0x3d8a7c(0x1d4)](global[_0x3d8a7c(0x1e4)],_0x2600e0[_0x3d8a7c(0x244)])),'browser_name':_0x2967d0[_0x3d8a7c(0x2a1)](),'browser_version':_0x2967d0[_0x3d8a7c(0x264)]()};}catch(_0x2d8c86){logger[_0x3d8a7c(0x2ab)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x2d8c86);}return _0x57d236;},exports[a126_0x43ffb5(0x199)]=()=>{const _0xaf6a96=a126_0x43ffb5,_0x447612={};_0x447612['SdoML']=function(_0x46a378,_0x29b6bd){return _0x46a378===_0x29b6bd;},_0x447612[_0xaf6a96(0x290)]=_0xaf6a96(0x1eb),_0x447612[_0xaf6a96(0x1ee)]=function(_0x16ff4b,_0xeedd4c){return _0x16ff4b>_0xeedd4c;},_0x447612[_0xaf6a96(0x25b)]=function(_0x32e32d,_0x3a5b60){return _0x32e32d!==_0x3a5b60;},_0x447612[_0xaf6a96(0x227)]=_0xaf6a96(0x172),_0x447612[_0xaf6a96(0x28a)]=function(_0x201c66,_0x3f0911){return _0x201c66&&_0x3f0911;};const _0x405e6e=_0x447612;try{const _0x44bdcf=bsSetupHelper['isTrue'](process['env'][_0xaf6a96(0x1e6)])||bsSetupHelper[_0xaf6a96(0x194)](process['env'][_0xaf6a96(0x1f9)]),_0x2059fc=_0x405e6e[_0xaf6a96(0x1e5)](typeof process[_0xaf6a96(0x19c)][_0xaf6a96(0x214)],_0x405e6e[_0xaf6a96(0x290)])&&_0x405e6e[_0xaf6a96(0x1ee)](process[_0xaf6a96(0x19c)][_0xaf6a96(0x214)]['length'],0x0)&&_0x405e6e[_0xaf6a96(0x25b)](process[_0xaf6a96(0x19c)]['BS_A11Y_JWT'],_0x405e6e[_0xaf6a96(0x227)]);return _0x405e6e[_0xaf6a96(0x28a)](_0x44bdcf,_0x2059fc);}catch(_0x1d480f){logger[_0xaf6a96(0x2ab)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x1d480f);}return![];};const isLegacyHeadlessArg=_0x34eb9d=>typeof _0x34eb9d==='string'&&(_0x34eb9d===a126_0x43ffb5(0x165)||_0x34eb9d['startsWith']('--headless=')&&_0x34eb9d!=='--headless=new');function a126_0x48d6(){const _0xada7eb=['null','browserVersion','version','platforms','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','command','setNonBstackInfraCapabilitiesOnCaps','SqIRJ','projectName','buildDescription','playwright','mgJyB','method','POST','No\x20accessibility\x20summary\x20was\x20found.','EuFmn','XCwHz','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','../logger','BROWSERSTACK_TURBOSCALE','winstonLogger','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','CAPABILITY_KEY','sDmOQ','return\x20document.readyState\x20===\x20\x22complete\x22','nLNjA','YAAPG','shouldScanTestForAccessibility','isArray','../../bin/v2/browserstackCLI','includes','nestedKeyValue','IQrfr','qUnup','isTrue','join','yGYBm','forEach','isAccessibilityPlatform','isAccessibilityAutomationSession','chrome','xhpeN','env','132759PZbVgy','getResults','status','getCurrentTestUUID','getGlobal','getHostInfo','fetchPlatformDetails','ChromeExtension',',\x20testRunId=','compareVersions','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','getAppAccessibilityResultsSummary','EgITK','aupVH','tHSfL','dbIvi','getBrowserA11yConfig','./scripts','success','isAppAccessibility','5743480TTaqDp','JVMjw','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','bstackA11yShouldScan','380BGNjUL','keys','isVersionSupported','PUT','cwd','stringify','IzGlC','1485038HwEqFY','MnBTu','getCapabilities','measureWrapper','javascript','RcChA','getBrowserDisplayName','getMinVersionForBrowser','../performance/performance-tester','isMobileAccessibilitySession','executeAsyncScript','EUhSH','oOVuk','ClGMo','true','args','set','setNonBstackInfraCapabilities','chromeOptions_','sQrjN','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','[App-A11y]\x20getAccessibilityResults:\x20sessionId=','base64','getAccessibilityResultsSummary','DHSVR','android','wait','UizPX','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','util','some','info','LIMqB','9mPSScQ','oqzxd','ukAxz','44372fyegau','function','wUtTY','dYefE','__cloud_provider___','SdoML','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getUserName','WbnFU','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','bstack:options','string','YgZlf','accessibilityToken','VNmzJ','body','buildName','BwIoh','GET_RESULTS_SUMMARY','CWWAZ','xjYqO','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','gAInj','toJson','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','ZCGUP','klltb','getResultsSummary','min_version_non_browserstack','auth','replace','fopvb','Authorization','statusText','parseA11yJwtPayload','device','response','OHfoe','EXRHS','SlrId','4021680gNZeCy','BpfwH','false','isMobileAccessibilityPlatform','isBrowserStackCommandExecutor','PBWNG','getTestFrameworkDetails','from','has','getAccessibilityResults','uraVg','BS_A11Y_JWT','XIobC','undefined','parse','resolveMobileThTestRunUuid','iYHEq','OZLcY','AVHht','toLowerCase','../performance/constants','browserstack','performScan','isUndefined','216546DvPZje','Content-Type','pAllO','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','WLhSb','error','dUsfs','message','stack','jEKZg','JcyyG','includeTagsInTestingScope','browserstack_executor','nonBstackPlatformValidation','accessibility','VCTPi','jIOfO','BBQws','data','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','PERFORM_SCAN','Cjcpe','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','[App-A11y]\x20getAccessibilityResultsSummary:\x20sessionId=','platform','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','psCYh','mirrorChromeOptionsIntoBuilder','warn','scannerVersion','concat',']\x20but\x20thTestRunUuid\x20is\x20','TYMIa','kgqms','MzLvU','OjIdD','jgxrK','pxGWb','hasLegacyHeadlessArg','PcXUu','getGitMetaData','parseFromJson','lgkVq','deviceName','getSession','get','browserstackSessionName','hNdwe','selenium-webdriver/chrome.js','lHwHs','MoBWH','json','Czdnv','toISOString','nodeRequest','qikhA','getPlatformVersion','RQCgU','zMDcQ','BMYUG','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','chromeOptions','doWfB','mergeDeep','Invalid\x20configuration\x20passed.','getBrowserVersion','application/json','384770EmZyAx','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','../helper','resolve','YaJyH','qSfTb','getAccessKey','thTestRunUuid','filter','Rhmfz','qyFbC','No\x20accessibility\x20results\x20were\x20found.','requiresChromeOptionsValidation','map','uAJzP','Performing\x20scan\x20before\x20getting\x20results\x20summary','ITtdU','Invalid\x20request:\x20','Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20','length','isBrowserstackInfra','bZLKd','byjrg','ZFKWt','format','headers','gzOQq','createAccessibilityTestRun','xqgRe','coSpc','ftvwl','browserName','bGMMv','EeOwa','Performed\x20scan\x20with\x20result:\x20','../globals','npkKr','lrGpy','assign','Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20','aZqav','PqLzj','FwNvw','LpPoH','getAccessibilityModule','getInstance','jjcSv','QwYmw','mjkwU','XIABK','cbKvp','./constants','getPlatform','WnuYW','checkAccessibilityPlatformConfig','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','1LKtXDn','object','ysQTR','getBrowserName','pugYv','getMobileA11yCapabilities','options_','aqjYJ','basename','excludeTagsInTestingScope','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','capabilities_','OnAAe','debug','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','requireModule','224rYbMaF','--headless','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','getId','errors','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','script','getCiInfo','getTestFramework','WwxeM','Not\x20a\x20Accessibility\x20Session','goog:chromeOptions','trim','bsLtl'];a126_0x48d6=function(){return _0xada7eb;};return a126_0x48d6();}exports[a126_0x43ffb5(0x247)]=_0x216185=>{const _0x2d5b18=a126_0x43ffb5,_0x18c19a={};_0x18c19a[_0x2d5b18(0x25c)]=_0x2d5b18(0x251),_0x18c19a[_0x2d5b18(0x1c7)]='selenium-webdriver',_0x18c19a[_0x2d5b18(0x1c8)]=function(_0x3d92fc,_0x5bb481){return _0x3d92fc===_0x5bb481;},_0x18c19a[_0x2d5b18(0x295)]=_0x2d5b18(0x1e1),_0x18c19a[_0x2d5b18(0x21b)]=_0x2d5b18(0x16f),_0x18c19a[_0x2d5b18(0x283)]=_0x2d5b18(0x1ea),_0x18c19a[_0x2d5b18(0x1fa)]=_0x2d5b18(0x260),_0x18c19a[_0x2d5b18(0x248)]='args';const _0x8faeeb=_0x18c19a;try{let _0x1a8d55;try{_0x1a8d55=bsSetupHelper[_0x2d5b18(0x163)](_0x8faeeb[_0x2d5b18(0x25c)],_0x8faeeb['EUhSH']);}catch(_0x15a406){return![];}const _0x3485aa=new _0x1a8d55['Options'](_0x216185[_0x2d5b18(0x1ce)]),_0x55e084=_0x3485aa[_0x2d5b18(0x2a4)]&&_0x3485aa['options_'][_0x2d5b18(0x1cb)]||_0x8faeeb['oOVuk'](typeof _0x3485aa[_0x2d5b18(0x24e)],_0x8faeeb[_0x2d5b18(0x295)])&&_0x3485aa[_0x2d5b18(0x24e)](_0x8faeeb[_0x2d5b18(0x21b)])&&_0x3485aa['get'](_0x8faeeb[_0x2d5b18(0x21b)])[_0x2d5b18(0x1cb)]||bsSetupHelper[_0x2d5b18(0x191)](_0x216185[_0x2d5b18(0x2a9)],[_0x8faeeb[_0x2d5b18(0x283)],_0x8faeeb[_0x2d5b18(0x1fa)],_0x8faeeb[_0x2d5b18(0x248)]])||bsSetupHelper['nestedKeyValue'](_0x216185[_0x2d5b18(0x2a9)],[_0x8faeeb[_0x2d5b18(0x1fa)],_0x8faeeb[_0x2d5b18(0x248)]])||[];if((Array[_0x2d5b18(0x18e)](_0x55e084)?_0x55e084:[])[_0x2d5b18(0x1da)](isLegacyHeadlessArg))return!![];const _0x3cd0ed=_0x216185[_0x2d5b18(0x2a9)]||{},_0x16f501=bsSetupHelper[_0x2d5b18(0x191)](_0x3cd0ed,[_0x8faeeb[_0x2d5b18(0x21b)]])||{},_0x2c1c18=bsSetupHelper[_0x2d5b18(0x191)](_0x16f501,[_0x8faeeb['PcXUu']])||[];return(Array[_0x2d5b18(0x18e)](_0x2c1c18)?_0x2c1c18:[])['some'](isLegacyHeadlessArg);}catch(_0x557f4d){return logger[_0x2d5b18(0x2ab)](_0x2d5b18(0x28d)+util['format'](_0x557f4d)),![];}},exports[a126_0x43ffb5(0x22e)]=(_0x2b504a,_0x4f342a)=>{const _0x3f5e05=a126_0x43ffb5,_0x318f4a={'BBQws':'browserName','RcChA':function(_0x4240a9,_0x1685db){return _0x4240a9(_0x1685db);},'dbIvi':_0x3f5e05(0x173),'YlPmq':_0x3f5e05(0x174),'pugYv':_0x3f5e05(0x1ea),'OHfoe':function(_0x5b2326,_0x368e61){return _0x5b2326(_0x368e61);},'qRRRw':_0x3f5e05(0x24c),'PBWNG':_0x3f5e05(0x204),'tHSfL':_0x3f5e05(0x166),'bsLtl':_0x3f5e05(0x29d),'TYMIa':function(_0x293d62,_0x39cd6e){return _0x293d62===_0x39cd6e;},'XIobC':'chrome','aqjYJ':function(_0x537c56,_0x138fdf){return _0x537c56>=_0x138fdf;}},_0x17dfbc=_0x2b504a[_0x3f5e05(0x24e)](_0x318f4a[_0x3f5e05(0x232)]),_0x29fbda=_0x318f4a[_0x3f5e05(0x1c1)](parseFloat,_0x2b504a['get'](_0x318f4a[_0x3f5e05(0x1ac)]))||_0x318f4a['RcChA'](parseFloat,_0x2b504a[_0x3f5e05(0x24e)](_0x318f4a['YlPmq'])),_0x3afd14=_0x2b504a[_0x3f5e05(0x24e)](_0x318f4a[_0x3f5e05(0x2a2)])||{},_0x9ce643=_0x318f4a[_0x3f5e05(0x206)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0xed6203=_0x3afd14[_0x318f4a['qRRRw']]||_0x2b504a[_0x3f5e05(0x24e)](_0x318f4a[_0x3f5e05(0x20e)])||![];if(_0xed6203)return logger[_0x3f5e05(0x23d)](_0x318f4a[_0x3f5e05(0x1ab)]),![];if(exports['hasLegacyHeadlessArg'](_0x4f342a))return logger[_0x3f5e05(0x23d)](_0x318f4a[_0x3f5e05(0x171)]),![];if(_0x318f4a[_0x3f5e05(0x241)](_0x17dfbc[_0x3f5e05(0x21c)](),_0x318f4a[_0x3f5e05(0x215)])&&_0x318f4a[_0x3f5e05(0x2a5)](_0x29fbda,_0x9ce643))return!![];return logger[_0x3f5e05(0x23d)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};const mergeChromeOptionsPreservingArrays=(_0x2192ea,_0x3244ac)=>{const _0x21c117=a126_0x43ffb5,_0x339736={};_0x339736[_0x21c117(0x179)]=function(_0x1b3c7a,_0x1a9b61){return _0x1b3c7a!==_0x1a9b61;},_0x339736['SlrId']=_0x21c117(0x1eb),_0x339736[_0x21c117(0x284)]=function(_0x5272ad,_0x35c824){return _0x5272ad===_0x35c824;},_0x339736[_0x21c117(0x230)]=_0x21c117(0x29f),_0x339736[_0x21c117(0x1f6)]=function(_0xe82e01,_0x99f4ee){return _0xe82e01===_0x99f4ee;};const _0x390236=_0x339736,_0x3781ac=_0x2192ea&&_0x390236[_0x21c117(0x284)](typeof _0x2192ea,_0x390236['VCTPi'])?_0x2192ea:{},_0x530083=_0x3244ac&&_0x390236['gAInj'](typeof _0x3244ac,_0x390236[_0x21c117(0x230)])?_0x3244ac:{},_0x5e0bc8=Object[_0x21c117(0x28c)]({},_0x3781ac,_0x530083);return Object[_0x21c117(0x1b6)](_0x530083)[_0x21c117(0x197)](_0x23d562=>{const _0x4267ca=_0x21c117,_0x132bd0={'WbnFU':function(_0x1cc267,_0x512e0d){const _0x40c29e=a126_0x3ea6;return _0x390236[_0x40c29e(0x179)](_0x1cc267,_0x512e0d);},'xhpeN':_0x390236[_0x4267ca(0x208)]};if(Array[_0x4267ca(0x18e)](_0x530083[_0x23d562])||Array['isArray'](_0x3781ac[_0x23d562])){const _0x46fc48=Array[_0x4267ca(0x18e)](_0x3781ac[_0x23d562])?_0x3781ac[_0x23d562]:[],_0x4a63b2=Array[_0x4267ca(0x18e)](_0x530083[_0x23d562])?_0x530083[_0x23d562]:[],_0x8a092b=new Set();_0x5e0bc8[_0x23d562]=_0x46fc48[_0x4267ca(0x23f)](_0x4a63b2)[_0x4267ca(0x26e)](_0x452c95=>{const _0x4e28a6=_0x4267ca;if(_0x132bd0[_0x4e28a6(0x1e8)](typeof _0x452c95,_0x132bd0[_0x4e28a6(0x19b)]))return!![];if(_0x8a092b[_0x4e28a6(0x211)](_0x452c95))return![];return _0x8a092b['add'](_0x452c95),!![];});}}),_0x5e0bc8;};exports[a126_0x43ffb5(0x23c)]=(_0x3489c9,_0x1710b3)=>{const _0x1d9a57=a126_0x43ffb5,_0x2fb110={'uAJzP':function(_0x4397cb,_0x37eef1){return _0x4397cb!==_0x37eef1;},'ClGMo':_0x1d9a57(0x1e1),'ysQTR':_0x1d9a57(0x16f),'MoCAW':function(_0x499e98,_0x5ed8a8,_0x462853){return _0x499e98(_0x5ed8a8,_0x462853);},'ZFKWt':function(_0x37e0ad,_0x468eee){return _0x37e0ad||_0x468eee;},'PqLzj':function(_0x5ab3a0,_0x315e82){return _0x5ab3a0+_0x315e82;},'byjrg':_0x1d9a57(0x278)};try{const _0x2354dd=_0x3489c9&&_0x3489c9['chromeOptions_'];if(!_0x2354dd||_0x2fb110['uAJzP'](typeof _0x2354dd[_0x1d9a57(0x24e)],_0x2fb110[_0x1d9a57(0x1c9)])||_0x2fb110[_0x1d9a57(0x274)](typeof _0x2354dd['set'],_0x2fb110['ClGMo']))return;const _0x4f21f2=_0x2354dd[_0x1d9a57(0x188)]||_0x2fb110[_0x1d9a57(0x2a0)],_0x1da144=_0x2354dd[_0x1d9a57(0x24e)](_0x4f21f2)||{},_0x3e8bbc=_0x2fb110['MoCAW'](mergeChromeOptionsPreservingArrays,_0x1da144,_0x2fb110[_0x1d9a57(0x27d)](_0x1710b3,{}));_0x2354dd[_0x1d9a57(0x1cc)](_0x4f21f2,_0x3e8bbc);}catch(_0x101695){logger[_0x1d9a57(0x2ab)](_0x2fb110[_0x1d9a57(0x28f)](_0x2fb110[_0x1d9a57(0x27c)],util[_0x1d9a57(0x27e)](_0x101695)));}},exports[a126_0x43ffb5(0x1cd)]=(_0x29a80d,_0x40ef6b=!![])=>{const _0x3f4619=a126_0x43ffb5,_0x4ac69e={'CcrEp':function(_0x4b2c4d,_0x2d9004){return _0x4b2c4d===_0x2d9004;},'mgJyB':_0x3f4619(0x260),'Cjcpe':_0x3f4619(0x16f),'JcyyG':function(_0x106841,_0x2e6afb,_0xf5d18b){return _0x106841(_0x2e6afb,_0xf5d18b);},'YAAPG':function(_0x3e201a,_0x36b211){return _0x3e201a||_0x36b211;},'mkiZl':_0x3f4619(0x16e)},_0x18790e=scripts['ChromeExtension'];try{const _0x1f0169=bsSetupHelper[_0x3f4619(0x194)](process[_0x3f4619(0x19c)][_0x3f4619(0x1e6)])||bsSetupHelper[_0x3f4619(0x194)](process[_0x3f4619(0x19c)][_0x3f4619(0x1f9)]);if((!bsSetupHelper[_0x3f4619(0x27a)]()||process[_0x3f4619(0x19c)][_0x3f4619(0x185)])&&_0x1f0169){const _0x11be5c=_0x29a80d[_0x3f4619(0x1be)](),_0x277d42=_0x4ac69e['CcrEp'](_0x40ef6b,![])?_0x4ac69e[_0x3f4619(0x17d)]:_0x4ac69e['Cjcpe'],_0x3707bd=_0x11be5c['get'](_0x277d42)||_0x11be5c[_0x3f4619(0x24e)](_0x4ac69e[_0x3f4619(0x236)])||{},_0x5689e3=_0x4ac69e[_0x3f4619(0x22b)](mergeChromeOptionsPreservingArrays,_0x3707bd,_0x4ac69e[_0x3f4619(0x18c)](_0x18790e,{}));_0x11be5c['set'](_0x277d42,_0x5689e3),exports[_0x3f4619(0x23c)](_0x29a80d,_0x5689e3);}else logger[_0x3f4619(0x23d)](_0x4ac69e['mkiZl']);}catch(_0x9dbafb){logger[_0x3f4619(0x226)](_0x3f4619(0x25f)+_0x9dbafb);}},exports[a126_0x43ffb5(0x178)]=_0x3956ba=>{const _0x1d9643=a126_0x43ffb5,_0x16e69d={};_0x16e69d[_0x1d9643(0x231)]=function(_0x1d789f,_0x27c2a8){return _0x1d789f||_0x27c2a8;},_0x16e69d[_0x1d9643(0x181)]='goog:chromeOptions';const _0xc42ec5=_0x16e69d;_0x3956ba=_0xc42ec5[_0x1d9643(0x231)](_0x3956ba,{});const _0x4b560d=scripts[_0x1d9643(0x1a4)];try{const _0x15d413=bsSetupHelper[_0x1d9643(0x194)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process['env'][_0x1d9643(0x1f9)]);if((!bsSetupHelper[_0x1d9643(0x27a)]()||process[_0x1d9643(0x19c)][_0x1d9643(0x185)])&&_0x15d413){const _0x3376bc=_0x3956ba[_0xc42ec5[_0x1d9643(0x181)]]||{};bsSetupHelper[_0x1d9643(0x262)](_0x3376bc,_0x4b560d),_0x3956ba[_0xc42ec5[_0x1d9643(0x181)]]=_0x3376bc;}}catch(_0x261468){logger[_0x1d9643(0x226)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20'+_0x261468);}return _0x3956ba;},exports[a126_0x43ffb5(0x18d)]=(_0x428cb5=null,_0x402e32=!![],_0x35a65e=[])=>{const _0x2ef6d8=a126_0x43ffb5,_0x2363bc={};_0x2363bc['qikhA']=function(_0x24dd09,_0x14f97a){return _0x24dd09==_0x14f97a;},_0x2363bc[_0x2ef6d8(0x1e3)]=function(_0x24033c,_0x4c40b5){return _0x24033c>_0x4c40b5;},_0x2363bc[_0x2ef6d8(0x16d)]=function(_0x26f0cb,_0x471d4a){return _0x26f0cb===_0x471d4a;},_0x2363bc[_0x2ef6d8(0x193)]=function(_0x45b8ee,_0x919523){return _0x45b8ee&&_0x919523;},_0x2363bc[_0x2ef6d8(0x200)]=function(_0x108cbd,_0x22a499){return _0x108cbd===_0x22a499;},_0x2363bc[_0x2ef6d8(0x245)]=function(_0x257fd9,_0x38ab05){return _0x257fd9&&_0x38ab05;};const _0x274bca=_0x2363bc;if(_0x274bca[_0x2ef6d8(0x258)](process['env'][_0x2ef6d8(0x237)],null))return!![];try{const _0x3c2eb0=JSON[_0x2ef6d8(0x217)](process[_0x2ef6d8(0x19c)][_0x2ef6d8(0x237)]),_0x1ea539=Array['isArray'](_0x3c2eb0[_0x2ef6d8(0x22c)])?_0x3c2eb0[_0x2ef6d8(0x22c)]:[],_0x8612=Array[_0x2ef6d8(0x18e)](_0x3c2eb0[_0x2ef6d8(0x2a7)])?_0x3c2eb0['excludeTagsInTestingScope']:[],_0x1a3fcd=_0x2652dd=>typeof _0x2652dd==='string'?_0x2652dd[_0x2ef6d8(0x1ff)](/^@/,'')[_0x2ef6d8(0x21c)]()[_0x2ef6d8(0x170)]():_0x2652dd;if(bsSetupHelper[_0x2ef6d8(0x220)](_0x428cb5)){if(_0x274bca[_0x2ef6d8(0x1e3)](_0x35a65e[_0x2ef6d8(0x279)],0x0)){const _0x53ed5f=_0x35a65e[_0x2ef6d8(0x273)](_0x1a3fcd),_0x911aac=_0x8612['some'](_0xa94830=>_0x53ed5f[_0x2ef6d8(0x190)](_0x1a3fcd(_0xa94830))),_0x344ed7=_0x274bca[_0x2ef6d8(0x16d)](_0x1ea539[_0x2ef6d8(0x279)],0x0)||_0x1ea539['some'](_0x427473=>_0x53ed5f[_0x2ef6d8(0x190)](_0x1a3fcd(_0x427473)));return _0x274bca[_0x2ef6d8(0x193)](!_0x911aac,_0x344ed7);}return!![];}let _0x376250;_0x402e32?_0x376250=_0x428cb5[_0x2ef6d8(0x195)]('/'):_0x376250=_0x428cb5;const _0x18d3a0=_0x8612['some'](_0x5754d4=>_0x376250['toLowerCase']()[_0x2ef6d8(0x190)](_0x1a3fcd(_0x5754d4)[_0x2ef6d8(0x21c)]())),_0x5da1e0=_0x274bca[_0x2ef6d8(0x200)](_0x1ea539['length'],0x0)||_0x1ea539[_0x2ef6d8(0x1da)](_0x2aea5c=>_0x376250[_0x2ef6d8(0x21c)]()[_0x2ef6d8(0x190)](_0x1a3fcd(_0x2aea5c)[_0x2ef6d8(0x21c)]()));return _0x274bca[_0x2ef6d8(0x245)](!_0x18d3a0,_0x5da1e0);}catch(_0x552641){logger[_0x2ef6d8(0x2ab)]('Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20'+util[_0x2ef6d8(0x27e)](_0x552641));}return![];},exports[a126_0x43ffb5(0x29c)]=_0x33bf4e=>{const _0x4f770=a126_0x43ffb5;let _0x9039b7=![];try{_0x33bf4e[_0x4f770(0x175)][_0x4f770(0x197)](_0x2964bf=>{const _0x5705fa=_0x4f770;if(bsSetupHelper[_0x5705fa(0x194)](_0x2964bf[_0x5705fa(0x22f)]))return _0x9039b7=!![],!![];});}catch(_0x4847ee){logger[_0x4f770(0x2ab)](_0x4f770(0x1f8)+_0x4847ee);}return _0x9039b7||bsSetupHelper[_0x4f770(0x194)](_0x33bf4e[_0x4f770(0x22f)]);},exports[a126_0x43ffb5(0x281)]=PerformanceTester[a126_0x43ffb5(0x1bf)]('a11y:start',async function(_0x12ea52,_0xe7685c){const _0x5c66ae=a126_0x43ffb5,_0x5b7a10={};_0x5b7a10[_0x5c66ae(0x1ec)]=_0x5c66ae(0x1a7),_0x5b7a10[_0x5c66ae(0x1de)]=_0x5c66ae(0x17c),_0x5b7a10[_0x5c66ae(0x298)]=_0x5c66ae(0x1c0),_0x5b7a10[_0x5c66ae(0x207)]=_0x5c66ae(0x265),_0x5b7a10[_0x5c66ae(0x1d7)]=_0x5c66ae(0x17f),_0x5b7a10[_0x5c66ae(0x270)]='v2/test_runs',_0x5b7a10[_0x5c66ae(0x27b)]=function(_0x589762,_0x2c632e){return _0x589762===_0x2c632e;},_0x5b7a10[_0x5c66ae(0x1f3)]=_0x5c66ae(0x263),_0x5b7a10['ukAxz']=_0x5c66ae(0x20b);const _0x4029d7=_0x5b7a10,_0x3d6eaf=bsSetupHelper[_0x5c66ae(0x1e7)](_0x12ea52),_0x542ab9=bsSetupHelper[_0x5c66ae(0x26c)](_0x12ea52);if(bsSetupHelper[_0x5c66ae(0x220)](_0x3d6eaf)||bsSetupHelper[_0x5c66ae(0x220)](_0x542ab9))return logger[_0x5c66ae(0x226)](_0x4029d7[_0x5c66ae(0x1ec)]),[null,null];try{let _0x38dfef;bsSetupHelper['isUndefined'](process[_0x5c66ae(0x19c)][_0x5c66ae(0x237)])?_0x38dfef={}:_0x38dfef=JSON[_0x5c66ae(0x217)](process[_0x5c66ae(0x19c)][_0x5c66ae(0x237)]);const {name:_0x11b0b6,version:_0x24c46b}=bsSetupHelper[_0x5c66ae(0x20f)](_0x12ea52,_0xe7685c),_0x42cf88={'projectName':_0x12ea52[_0x5c66ae(0x17a)],'buildName':_0x12ea52[_0x5c66ae(0x1f0)]||path[_0x5c66ae(0x2a6)](path[_0x5c66ae(0x269)](process[_0x5c66ae(0x1b9)]())),'startTime':new Date()['toISOString'](),'description':_0x12ea52[_0x5c66ae(0x17b)]||'','source':{'frameworkName':_0xe7685c[_0x5c66ae(0x190)](_0x4029d7[_0x5c66ae(0x1de)])?_0x4029d7['oqzxd']:_0xe7685c,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0xe7685c),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x4029d7['cbKvp'],'testFramework':_0x11b0b6,'testFrameworkVersion':_0x24c46b},'settings':_0x38dfef,'versionControl':await bsSetupHelper[_0x5c66ae(0x249)](),'ciInfo':bsSetupHelper[_0x5c66ae(0x16b)](),'hostInfo':bsSetupHelper[_0x5c66ae(0x1a2)](),'browserstackAutomation':bsSetupHelper[_0x5c66ae(0x27a)]()},_0xb6298b={};_0xb6298b['user']=_0x3d6eaf,_0xb6298b['pass']=_0x542ab9;const _0x4b5e76={};_0x4b5e76[_0x5c66ae(0x222)]=_0x4029d7[_0x5c66ae(0x207)];const _0x2445dd={};_0x2445dd[_0x5c66ae(0x1fe)]=_0xb6298b,_0x2445dd[_0x5c66ae(0x27f)]=_0x4b5e76;const _0x2e6020=_0x2445dd,_0x25a5f0={};_0x25a5f0[_0x5c66ae(0x1ef)]=_0x42cf88,_0x25a5f0[_0x5c66ae(0x254)]=!![];const _0xe664=Object['assign'](_0x2e6020,_0x25a5f0),_0x125106=await bsSetupHelper[_0x5c66ae(0x257)](_0x4029d7[_0x5c66ae(0x1d7)],_0x4029d7['qyFbC'],_0xe664,_0x12ea52,API_URL);let _0x162637=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x162637?_0x162637=JSON[_0x5c66ae(0x217)](process[_0x5c66ae(0x19c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x162637={},scripts[_0x5c66ae(0x24a)](_0x125106[_0x5c66ae(0x233)][_0x5c66ae(0x233)]),scripts[_0x5c66ae(0x1f7)](),_0x162637[_0x5c66ae(0x23e)]=_0x125106[_0x5c66ae(0x233)]['data'][_0x5c66ae(0x23e)],process[_0x5c66ae(0x19c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x5c66ae(0x1ba)](_0x162637),[_0x125106[_0x5c66ae(0x233)][_0x5c66ae(0x233)][_0x5c66ae(0x1ed)],_0x125106[_0x5c66ae(0x233)]['data']['id']];}catch(_0x3921c4){if(_0x3921c4['response'])logger[_0x5c66ae(0x226)](_0x5c66ae(0x1e9)+_0x3921c4[_0x5c66ae(0x205)][_0x5c66ae(0x19f)]+'\x20'+_0x3921c4[_0x5c66ae(0x205)]['statusText']+'\x20'+JSON[_0x5c66ae(0x1ba)](_0x3921c4[_0x5c66ae(0x205)][_0x5c66ae(0x233)]));else{if(_0x4029d7[_0x5c66ae(0x27b)](_0x3921c4[_0x5c66ae(0x228)],_0x4029d7[_0x5c66ae(0x1f3)])){logger[_0x5c66ae(0x226)](_0x5c66ae(0x1e9)+(_0x3921c4[_0x5c66ae(0x228)]||_0x3921c4['stack']));for(const _0x3eaadf of _0x3921c4[_0x5c66ae(0x168)]){logger['error'](_0x3eaadf[_0x5c66ae(0x228)]);}process[_0x5c66ae(0x19c)][_0x5c66ae(0x1e6)]=_0x4029d7[_0x5c66ae(0x1df)],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x4029d7[_0x5c66ae(0x1df)];}else logger['error'](_0x5c66ae(0x1e9)+(_0x3921c4[_0x5c66ae(0x228)]||_0x3921c4[_0x5c66ae(0x229)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester['measureWrapper']('a11y:stop',async function(_0x543135){const _0x49f040=a126_0x43ffb5,_0x18ff9c={};_0x18ff9c['sDmOQ']=function(_0x499ce9,_0xfbe86d){return _0x499ce9!==_0xfbe86d;},_0x18ff9c[_0x49f040(0x255)]='string',_0x18ff9c[_0x49f040(0x246)]='error',_0x18ff9c[_0x49f040(0x286)]='Build\x20creation\x20had\x20failed.',_0x18ff9c[_0x49f040(0x20a)]=_0x49f040(0x265),_0x18ff9c[_0x49f040(0x1fb)]=_0x49f040(0x1b8),_0x18ff9c[_0x49f040(0x1f4)]='test_runs/stop',_0x18ff9c['WnuYW']=function(_0x4272dc,_0x22a3db){return _0x4272dc+_0x22a3db;},_0x18ff9c[_0x49f040(0x213)]=_0x49f040(0x277),_0x18ff9c[_0x49f040(0x282)]=_0x49f040(0x1af);const _0x1ad7be=_0x18ff9c;if(bsSetupHelper[_0x49f040(0x220)](process[_0x49f040(0x19c)][_0x49f040(0x214)])||_0x1ad7be[_0x49f040(0x189)](typeof process[_0x49f040(0x19c)][_0x49f040(0x214)],_0x1ad7be[_0x49f040(0x255)])){const _0x1f5b6e={};return _0x1f5b6e[_0x49f040(0x19f)]=_0x1ad7be['pxGWb'],_0x1f5b6e[_0x49f040(0x228)]=_0x1ad7be[_0x49f040(0x286)],_0x1f5b6e;}const _0x2e7d8d={'endTime':new Date()[_0x49f040(0x256)]()},_0x457ad2={};_0x457ad2[_0x49f040(0x201)]='Bearer\x20'+process['env'][_0x49f040(0x214)],_0x457ad2['Content-Type']=_0x1ad7be['BpfwH'];const _0x1ebc61={};_0x1ebc61[_0x49f040(0x27f)]=_0x457ad2;const _0x5bb69f=_0x1ebc61,_0xd0fb5b={};_0xd0fb5b['body']=_0x2e7d8d,_0xd0fb5b['auth']=null,_0xd0fb5b[_0x49f040(0x254)]=!![];const _0x517b48=Object[_0x49f040(0x28c)](_0x5bb69f,_0xd0fb5b);try{const _0x14dcc6=await bsSetupHelper[_0x49f040(0x257)](_0x1ad7be[_0x49f040(0x1fb)],_0x1ad7be[_0x49f040(0x1f4)],_0x517b48,_0x543135,API_URL);if(_0x14dcc6[_0x49f040(0x233)][_0x49f040(0x226)])throw new Error(_0x1ad7be[_0x49f040(0x29b)](_0x1ad7be['uraVg'],_0x14dcc6[_0x49f040(0x233)][_0x49f040(0x226)]));else{logger[_0x49f040(0x1db)](_0x49f040(0x176)+new Date()[_0x49f040(0x256)]());const _0x48671b={};return _0x48671b['status']=_0x1ad7be[_0x49f040(0x282)],_0x48671b[_0x49f040(0x228)]='',_0x48671b;}}catch(_0x431cf7){_0x431cf7[_0x49f040(0x205)]?logger['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x431cf7[_0x49f040(0x205)][_0x49f040(0x19f)]+'\x20'+_0x431cf7[_0x49f040(0x205)][_0x49f040(0x202)]+'\x20'+JSON[_0x49f040(0x1ba)](_0x431cf7[_0x49f040(0x205)][_0x49f040(0x233)])):logger[_0x49f040(0x226)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x431cf7[_0x49f040(0x228)]||util[_0x49f040(0x27e)](_0x431cf7)));const _0x445594={};return _0x445594['status']=_0x1ad7be['pxGWb'],_0x445594[_0x49f040(0x228)]=_0x431cf7[_0x49f040(0x228)]||(_0x431cf7[_0x49f040(0x205)]?_0x431cf7[_0x49f040(0x205)][_0x49f040(0x19f)]+':'+_0x431cf7[_0x49f040(0x205)]['statusText']:_0x431cf7),_0x445594;}}),exports['performScan']=async(_0x3bfee2,_0x4c3cf6=null,_0x3e5db7=![],_0x3b42f1=null)=>{const _0x2ec6db=a126_0x43ffb5,_0x2296d1={};_0x2296d1['iYHEq']='isAccessibilityPlatform',_0x2296d1[_0x2ec6db(0x1cf)]=_0x2ec6db(0x1b4),_0x2296d1['MoBWH']=_0x2ec6db(0x25d),_0x2296d1[_0x2ec6db(0x26f)]=function(_0x1442e7,_0x565574){return _0x1442e7||_0x565574;},_0x2296d1['XIABK']='bstackA11yScanOptions',_0x2296d1[_0x2ec6db(0x250)]=_0x2ec6db(0x183);const _0x1260d6=_0x2296d1;if(!this[_0x2ec6db(0x199)]()||!globals[_0x2ec6db(0x1a1)](_0x1260d6[_0x2ec6db(0x219)])||!_0x3e5db7&&!globals['getGlobal'](_0x1260d6[_0x2ec6db(0x1cf)])){logger[_0x2ec6db(0x23d)](_0x1260d6[_0x2ec6db(0x253)]);return;}const _0x230bc1=_0x3e5db7?_0x1260d6['Rhmfz'](_0x3b42f1,{}):globals[_0x2ec6db(0x1a1)](_0x1260d6[_0x2ec6db(0x297)])||{},_0x3fbf81={};_0x3fbf81[_0x2ec6db(0x17e)]=_0x4c3cf6||global[_0x2ec6db(0x24f)];const _0x22893a=Object[_0x2ec6db(0x28c)]({},_0x230bc1,_0x3fbf81);await this[_0x2ec6db(0x1c5)](_0x3bfee2)&&(Object[_0x2ec6db(0x28c)](_0x22893a,this[_0x2ec6db(0x2a3)](),{'thTestRunUuid':this[_0x2ec6db(0x218)]()}),logger[_0x2ec6db(0x2ab)](_0x1260d6[_0x2ec6db(0x250)]));logger[_0x2ec6db(0x2ab)]('[Accessibility]\x20Selenium\x20performScan\x20payload:\x20'+util[_0x2ec6db(0x27e)]('%j',_0x22893a));const _0x4fee40={};return _0x4fee40[_0x2ec6db(0x177)]=_0x4c3cf6,await PerformanceTester[_0x2ec6db(0x1bf)](PerformanceA11yEvents[_0x2ec6db(0x235)],async()=>{const _0x536269=_0x2ec6db;try{await _0x3bfee2[_0x536269(0x1d6)](()=>_0x3bfee2['executeScript'](_0x536269(0x18a)),0x1388);}catch(_0x15e7cd){}const _0x520444=util[_0x536269(0x27e)](await _0x3bfee2[_0x536269(0x1c6)](scripts[_0x536269(0x21f)],_0x22893a));return logger[_0x536269(0x2ab)](_0x536269(0x288)+_0x520444),_0x520444;},_0x4fee40)();},exports[a126_0x43ffb5(0x212)]=async(_0x2b7569,_0x74851d)=>{const _0x970999=a126_0x43ffb5,_0x5c6ea8={'XCwHz':'Performing\x20scan\x20before\x20getting\x20results','IzGlC':_0x970999(0x198),'mjkwU':'bstackA11yShouldScan','xRBxh':_0x970999(0x1d8),'doWfB':function(_0x11bc0b,_0x22a826){return _0x11bc0b(_0x22a826);},'OpfCu':_0x970999(0x18f),'YaJyH':_0x970999(0x212),'jEKZg':_0x970999(0x271)};if(!this[_0x970999(0x199)]()||!globals[_0x970999(0x1a1)](_0x5c6ea8[_0x970999(0x1bb)])||!globals[_0x970999(0x1a1)](_0x5c6ea8[_0x970999(0x296)]))return logger[_0x970999(0x23d)](_0x5c6ea8['xRBxh']),[];try{const _0x1aff15=_0x5c6ea8[_0x970999(0x261)](require,_0x5c6ea8['OpfCu']),_0x232fac=_0x1aff15[_0x970999(0x293)](),_0x417b81=_0x232fac&&_0x232fac[_0x970999(0x292)]();if(_0x417b81&&_0x417b81['isAppAccessibility']){const _0x2a9ef2=(await _0x2b7569[_0x970999(0x24d)]())['getId']();let _0x42937c='';try{const _0x83dc39=_0x232fac[_0x970999(0x16c)]&&_0x232fac['getTestFramework']();_0x42937c=_0x83dc39&&_0x83dc39[_0x970999(0x1a0)]&&_0x83dc39[_0x970999(0x1a0)]()||'';}catch(_0x1cbdb2){}return logger[_0x970999(0x2ab)](_0x970999(0x1d1)+_0x2a9ef2+',\x20testRunId='+_0x42937c),await _0x417b81['getAppAccessibilityResults'](_0x2a9ef2,_0x42937c);}const _0x58fa15=await this[_0x970999(0x1c5)](_0x2b7569),_0x325f77=_0x58fa15?Object[_0x970999(0x28c)]({},this[_0x970999(0x2a3)](),{'thTestRunUuid':this[_0x970999(0x218)]()}):{};return _0x58fa15&&logger[_0x970999(0x2ab)](_0x970999(0x1f5)+util[_0x970999(0x27e)]('%j',_0x325f77)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x970999(0x235)],async()=>{const _0x22e1aa=_0x970999;logger[_0x22e1aa(0x2ab)](_0x5c6ea8[_0x22e1aa(0x182)]);const _0x34942e={};_0x34942e[_0x22e1aa(0x17e)]=_0x74851d['browserstackSessionName'];const _0x3d9725=Object['assign'](_0x34942e,_0x325f77);logger[_0x22e1aa(0x2ab)](util['format'](await _0x2b7569['executeAsyncScript'](scripts['performScan'],_0x3d9725)));},{'command':_0x5c6ea8[_0x970999(0x26a)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x2dacac=_0x970999,_0x24399f=_0x58fa15?await _0x2b7569[_0x2dacac(0x1c6)](scripts[_0x2dacac(0x19e)],_0x325f77):await _0x2b7569[_0x2dacac(0x1c6)](scripts[_0x2dacac(0x19e)]);return _0x24399f;})();}catch{return logger[_0x970999(0x226)](_0x5c6ea8[_0x970999(0x22a)]),[];}},exports[a126_0x43ffb5(0x1d3)]=async(_0x2543de,_0x421941)=>{const _0x4c8589=a126_0x43ffb5,_0x557b11={'qSfTb':_0x4c8589(0x275),'lrGpy':_0x4c8589(0x198),'fovKR':_0x4c8589(0x1b4),'MnBTu':_0x4c8589(0x267),'LpPoH':function(_0x20c9cc,_0xf0799f){return _0x20c9cc(_0xf0799f);},'gzOQq':_0x4c8589(0x18f),'lgkVq':_0x4c8589(0x1d3),'CQsBM':_0x4c8589(0x180)};if(!this[_0x4c8589(0x199)]()||!globals['getGlobal'](_0x557b11[_0x4c8589(0x28b)])||!globals[_0x4c8589(0x1a1)](_0x557b11['fovKR']))return logger[_0x4c8589(0x23d)](_0x557b11[_0x4c8589(0x1bd)]),{};try{const _0x1d2855=_0x557b11[_0x4c8589(0x291)](require,_0x557b11[_0x4c8589(0x280)]),_0xcae193=_0x1d2855[_0x4c8589(0x293)](),_0x831427=_0xcae193&&_0xcae193[_0x4c8589(0x292)]();if(_0x831427&&_0x831427[_0x4c8589(0x1b0)]){const _0x2125a8=(await _0x2543de[_0x4c8589(0x24d)]())[_0x4c8589(0x167)]();let _0x12752a='';try{const _0x32e767=_0xcae193[_0x4c8589(0x16c)]&&_0xcae193[_0x4c8589(0x16c)]();_0x12752a=_0x32e767&&_0x32e767[_0x4c8589(0x1a0)]&&_0x32e767[_0x4c8589(0x1a0)]()||'';}catch(_0x4f57a7){}return logger[_0x4c8589(0x2ab)](_0x4c8589(0x238)+_0x2125a8+_0x4c8589(0x1a5)+_0x12752a),await _0x831427[_0x4c8589(0x1a8)](_0x2125a8,_0x12752a);}const _0x518998=await this['isMobileAccessibilitySession'](_0x2543de),_0x21f463=_0x518998?Object[_0x4c8589(0x28c)]({},this[_0x4c8589(0x2a3)](),{'thTestRunUuid':this[_0x4c8589(0x218)]()}):{};return _0x518998&&logger[_0x4c8589(0x2ab)]('getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20'+util[_0x4c8589(0x27e)]('%j',_0x21f463)),await PerformanceTester[_0x4c8589(0x1bf)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x222cc9=_0x4c8589;logger['debug'](_0x557b11[_0x222cc9(0x26b)]);const _0x59927b={};_0x59927b['method']=_0x421941['browserstackSessionName'];const _0x250e1f=Object['assign'](_0x59927b,_0x21f463);logger[_0x222cc9(0x2ab)](util[_0x222cc9(0x27e)](await _0x2543de['executeAsyncScript'](scripts[_0x222cc9(0x21f)],_0x250e1f)));},{'command':_0x557b11[_0x4c8589(0x24b)]})(),await PerformanceTester[_0x4c8589(0x1bf)](PerformanceA11yEvents[_0x4c8589(0x1f2)],async()=>{const _0x461eba=_0x4c8589,_0x6b4936=_0x518998?await _0x2543de[_0x461eba(0x1c6)](scripts[_0x461eba(0x1fc)],_0x21f463):await _0x2543de[_0x461eba(0x1c6)](scripts[_0x461eba(0x1fc)]);return _0x6b4936;})();}catch{return logger[_0x4c8589(0x226)](_0x557b11['CQsBM']),{};}},exports['isMobileAccessibilityPlatform']=(_0x34688b,_0x29a3f6=![])=>{const _0xfa975a=a126_0x43ffb5,_0x2a5d14={'psCYh':function(_0x448805,_0x3cac04){return _0x448805(_0x3cac04);},'LIMqB':'platformName','xTOAS':_0xfa975a(0x239),'lHwHs':function(_0x3be293,_0x1f1096){return _0x3be293!==_0x1f1096;},'yGYBm':_0xfa975a(0x1d5),'lHESR':function(_0x51596c,_0x73e7a7){return _0x51596c(_0x73e7a7);},'IQrfr':_0xfa975a(0x285),'kgqms':_0xfa975a(0x19a),'MzLvU':_0xfa975a(0x169),'BwIoh':_0xfa975a(0x23a)};try{if(!_0x34688b)return![];const _0x455676=_0x18acc4=>typeof _0x34688b[_0xfa975a(0x24e)]===_0xfa975a(0x1e1)?_0x34688b[_0xfa975a(0x24e)](_0x18acc4):_0x34688b[_0x18acc4],_0x337ff1=_0x2a5d14[_0xfa975a(0x23b)](String,_0x2a5d14[_0xfa975a(0x23b)](_0x455676,_0x2a5d14[_0xfa975a(0x1dc)])||_0x2a5d14[_0xfa975a(0x23b)](_0x455676,_0x2a5d14['xTOAS'])||'')[_0xfa975a(0x21c)]();if(_0x2a5d14[_0xfa975a(0x252)](_0x337ff1,_0x2a5d14[_0xfa975a(0x196)]))return![];const _0x10bfe5=_0x2a5d14[_0xfa975a(0x23b)](String,_0x2a5d14['lHESR'](_0x455676,_0x2a5d14[_0xfa975a(0x192)])||'')['toLowerCase']();if(!_0x10bfe5['includes'](_0x2a5d14[_0xfa975a(0x242)]))return _0x29a3f6&&logger['warn'](_0x2a5d14[_0xfa975a(0x243)]),![];return logger['debug'](_0x2a5d14[_0xfa975a(0x1f1)]),!![];}catch(_0x4198ad){return logger['debug'](_0xfa975a(0x224)+_0x4198ad),![];}},exports[a126_0x43ffb5(0x1c5)]=async _0x5e4dfc=>{const _0x102817=a126_0x43ffb5;try{const _0x2544f9=await _0x5e4dfc[_0x102817(0x1be)]();return exports[_0x102817(0x20c)](_0x2544f9);}catch(_0x206b0c){return logger['debug'](_0x102817(0x1d0)+_0x206b0c),![];}},exports[a126_0x43ffb5(0x2a3)]=()=>{const _0x49612e={};return _0x49612e['is_mobile_session']=!![],_0x49612e;},exports['resolveMobileThTestRunUuid']=()=>{const _0xa2e44d=a126_0x43ffb5,_0x54c603={};_0x54c603[_0xa2e44d(0x2aa)]=function(_0x42db6f,_0x364821){return _0x42db6f===_0x364821;},_0x54c603[_0xa2e44d(0x18b)]=_0xa2e44d(0x1eb),_0x54c603['ITtdU']=function(_0x35771b,_0x18a5d5){return _0x35771b>_0x18a5d5;},_0x54c603[_0xa2e44d(0x1a9)]='global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).',_0x54c603[_0xa2e44d(0x28e)]=_0xa2e44d(0x162),_0x54c603[_0xa2e44d(0x294)]=_0xa2e44d(0x216);const _0xc2e1a9=_0x54c603,_0x4b7c40=global['__workerDetails'],_0x2338a5=_0x4b7c40&&_0x4b7c40['currentTest'],_0x421e69=_0x2338a5&&_0x2338a5[_0xa2e44d(0x26d)];if(_0xc2e1a9['OnAAe'](typeof _0x421e69,_0xc2e1a9[_0xa2e44d(0x18b)])&&_0xc2e1a9[_0xa2e44d(0x276)](_0x421e69[_0xa2e44d(0x279)],0x0))return _0x421e69;let _0x5c548c;if(!_0x4b7c40)_0x5c548c=_0xc2e1a9[_0xa2e44d(0x1a9)];else!_0x2338a5?_0x5c548c=_0xc2e1a9['aZqav']:_0x5c548c=_0xa2e44d(0x25e)+Object[_0xa2e44d(0x1b6)](_0x2338a5)['join'](',\x20')+_0xa2e44d(0x240)+(_0xc2e1a9['OnAAe'](_0x421e69,undefined)?_0xc2e1a9[_0xa2e44d(0x294)]:'\x22'+_0x421e69+'\x22')+'.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.';return logger[_0xa2e44d(0x23d)](_0xa2e44d(0x1b3)+_0x5c548c+_0xa2e44d(0x2a8)),'';},exports[a126_0x43ffb5(0x20d)]=_0x2056f2=>{const _0x7ee1a7=a126_0x43ffb5,_0x4a7970={};_0x4a7970[_0x7ee1a7(0x223)]=function(_0x5b8cdf,_0x4680ab){return _0x5b8cdf===_0x4680ab;},_0x4a7970['RQCgU']=_0x7ee1a7(0x1eb),_0x4a7970[_0x7ee1a7(0x225)]=_0x7ee1a7(0x22d);const _0x1bd849=_0x4a7970;if(_0x2056f2&&_0x2056f2[_0x7ee1a7(0x16a)]&&_0x1bd849[_0x7ee1a7(0x223)](typeof _0x2056f2[_0x7ee1a7(0x16a)],_0x1bd849[_0x7ee1a7(0x25a)]))return _0x2056f2[_0x7ee1a7(0x16a)][_0x7ee1a7(0x190)](_0x1bd849['WLhSb']);return![];},exports['MOBILE_SCANNING_DISABLED_WARNING']=a126_0x43ffb5(0x234),exports['isMobileScanningEnabledForGroup']=()=>process[a126_0x43ffb5(0x19c)][a126_0x43ffb5(0x187)]===a126_0x43ffb5(0x1ca),exports['isBrowserSupportedForAccessibility']=_0x3a739a=>{const _0x54204c=a126_0x43ffb5,_0x1a6d4e={};_0x1a6d4e[_0x54204c(0x21a)]=function(_0x58de60,_0x3874ad){return _0x58de60 in _0x3874ad;};const _0x19e05b=_0x1a6d4e;if(bsSetupHelper[_0x54204c(0x220)](_0x3a739a))return![];const _0x2a3dc7=_0x3a739a['toLowerCase']();return _0x19e05b['OZLcY'](_0x2a3dc7,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports['getBrowserA11yConfig']=_0x2edd30=>{const _0x2da802=a126_0x43ffb5;if(bsSetupHelper[_0x2da802(0x220)](_0x2edd30))return null;const _0x1ffbd6=_0x2edd30[_0x2da802(0x21c)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x1ffbd6]||null;},exports[a126_0x43ffb5(0x1c3)]=(_0x4fe57a,_0x15a1b2)=>{const _0x1c9b9c=a126_0x43ffb5,_0x3dbcd9=this[_0x1c9b9c(0x1ad)](_0x4fe57a);if(!_0x3dbcd9)return null;if(_0x15a1b2)return _0x3dbcd9['min_version_browserstack'];return _0x3dbcd9[_0x1c9b9c(0x1fd)];},exports[a126_0x43ffb5(0x1c2)]=_0x2c5176=>{const _0x3e24ef=a126_0x43ffb5,_0x1b17b9=this[_0x3e24ef(0x1ad)](_0x2c5176);return _0x1b17b9?_0x1b17b9['display_name']:_0x2c5176;},exports[a126_0x43ffb5(0x272)]=_0x3d9ba1=>{const _0x58993b=this['getBrowserA11yConfig'](_0x3d9ba1);return _0x58993b?_0x58993b['requires_chrome_options_check']:![];},exports[a126_0x43ffb5(0x1b7)]=(_0x266e25,_0x10a3d0)=>{const _0x556094=a126_0x43ffb5,_0x51e72d={'JylNF':function(_0x58e724,_0x44c1bc){return _0x58e724(_0x44c1bc);},'JVMjw':function(_0x4a9659,_0x126501){return _0x4a9659>=_0x126501;}};if(bsSetupHelper[_0x556094(0x220)](_0x266e25)||bsSetupHelper[_0x556094(0x220)](_0x10a3d0))return![];const _0xddf645=bsSetupHelper[_0x556094(0x1a6)](_0x51e72d['JylNF'](String,_0x266e25),_0x51e72d['JylNF'](String,_0x10a3d0));return _0x51e72d[_0x556094(0x1b2)](_0xddf645,0x0);},exports[a126_0x43ffb5(0x203)]=_0x1adf55=>{const _0x43ef80=a126_0x43ffb5,_0x3d7fc7={};_0x3d7fc7['aupVH']=function(_0x2fe64b,_0x1cdc0e){return _0x2fe64b!==_0x1cdc0e;},_0x3d7fc7[_0x43ef80(0x287)]=_0x43ef80(0x1eb),_0x3d7fc7[_0x43ef80(0x1e2)]=_0x43ef80(0x1d2);const _0x495193=_0x3d7fc7;if(!_0x1adf55||_0x495193[_0x43ef80(0x1aa)](typeof _0x1adf55,_0x495193['EeOwa']))return null;try{return JSON[_0x43ef80(0x217)](Buffer[_0x43ef80(0x210)](_0x1adf55['split']('.')[0x1],_0x495193[_0x43ef80(0x1e2)])['toString']());}catch{return null;}};
1
+ const a126_0xe5c86f=a126_0xcbbd;(function(_0x279717,_0x3738d4){const _0xae9b6a=a126_0xcbbd,_0x528bd2=_0x279717();while(!![]){try{const _0x4caf05=-parseInt(_0xae9b6a(0x16c))/0x1+parseInt(_0xae9b6a(0x14c))/0x2*(-parseInt(_0xae9b6a(0x156))/0x3)+parseInt(_0xae9b6a(0xdf))/0x4*(parseInt(_0xae9b6a(0xda))/0x5)+parseInt(_0xae9b6a(0x1a6))/0x6+parseInt(_0xae9b6a(0xd5))/0x7+-parseInt(_0xae9b6a(0xa4))/0x8*(-parseInt(_0xae9b6a(0x1ba))/0x9)+-parseInt(_0xae9b6a(0x10f))/0xa;if(_0x4caf05===_0x3738d4)break;else _0x528bd2['push'](_0x528bd2['shift']());}catch(_0x55887b){_0x528bd2['push'](_0x528bd2['shift']());}}}(a126_0x2ce4,0x7fe47));const path=require(a126_0xe5c86f(0x1b5)),util=require(a126_0xe5c86f(0x114)),bsSetupHelper=require(a126_0xe5c86f(0x1b1)),logger=require(a126_0xe5c86f(0x177))['winstonLogger'],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a126_0xe5c86f(0x197)),PerformanceTester=require(a126_0xe5c86f(0x1c3)),scripts=require(a126_0xe5c86f(0x84)),globals=require(a126_0xe5c86f(0x1ad)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a126_0xe5c86f(0x11e));function a126_0xcbbd(_0x56ab0b,_0x29ffa9){const _0x2ce4b4=a126_0x2ce4();return a126_0xcbbd=function(_0xcbbd6a,_0x2c928f){_0xcbbd6a=_0xcbbd6a-0x74;let _0x1341f5=_0x2ce4b4[_0xcbbd6a];return _0x1341f5;},a126_0xcbbd(_0x56ab0b,_0x29ffa9);}exports[a126_0xe5c86f(0xf0)]=async _0x2c1bf0=>{const _0x260de6=a126_0xe5c86f,_0x1f957a={};_0x1f957a[_0x260de6(0xd1)]=function(_0x1af1cf,_0x10fc04){return _0x1af1cf===_0x10fc04;},_0x1f957a[_0x260de6(0xa0)]=_0x260de6(0xbc);const _0x137d5d=_0x1f957a;let _0x2fd0cf={};try{const _0x1249b=await _0x2c1bf0[_0x260de6(0xde)]();_0x2fd0cf={'os_name':_0x1249b[_0x260de6(0x1bf)](),'os_version':bsSetupHelper[_0x260de6(0x19c)](_0x137d5d[_0x260de6(0xd1)](global[_0x260de6(0x110)],_0x137d5d[_0x260de6(0xa0)])),'browser_name':_0x1249b[_0x260de6(0xf1)](),'browser_version':_0x1249b[_0x260de6(0x163)]()};}catch(_0x50d742){logger[_0x260de6(0xf4)](_0x260de6(0x109)+_0x50d742);}return _0x2fd0cf;},exports[a126_0xe5c86f(0x10d)]=()=>{const _0x455ba4=a126_0xe5c86f,_0x3745a6={};_0x3745a6[_0x455ba4(0x129)]=function(_0x41707d,_0x56c8a9){return _0x41707d===_0x56c8a9;},_0x3745a6[_0x455ba4(0xaa)]='string',_0x3745a6[_0x455ba4(0x17b)]=function(_0x37de99,_0x3a9971){return _0x37de99>_0x3a9971;},_0x3745a6[_0x455ba4(0x18e)]=function(_0x4f5584,_0x5bd275){return _0x4f5584!==_0x5bd275;},_0x3745a6[_0x455ba4(0xd8)]=_0x455ba4(0xa6),_0x3745a6[_0x455ba4(0xb1)]=function(_0x1b8cdb,_0x10edfd){return _0x1b8cdb&&_0x10edfd;};const _0x1d8c8d=_0x3745a6;try{const _0x3d3abf=bsSetupHelper[_0x455ba4(0x9e)](process['env'][_0x455ba4(0x15d)])||bsSetupHelper[_0x455ba4(0x9e)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x20dc99=_0x1d8c8d[_0x455ba4(0x129)](typeof process[_0x455ba4(0x11b)][_0x455ba4(0xcc)],_0x1d8c8d['ETREt'])&&_0x1d8c8d[_0x455ba4(0x17b)](process[_0x455ba4(0x11b)]['BS_A11Y_JWT'][_0x455ba4(0x180)],0x0)&&_0x1d8c8d[_0x455ba4(0x18e)](process[_0x455ba4(0x11b)]['BS_A11Y_JWT'],_0x1d8c8d[_0x455ba4(0xd8)]);return _0x1d8c8d['lMxsW'](_0x3d3abf,_0x20dc99);}catch(_0x28b29e){logger[_0x455ba4(0xf4)](_0x455ba4(0x16b)+_0x28b29e);}return![];};function a126_0x2ce4(){const _0x31cee1=['ZpmHd','method','No\x20accessibility\x20results\x20were\x20found.','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','VXgTV','qunRb','base64','headers','dKixo','qcGwh','user','platforms','currentTest','error','executeAsyncScript','NukOt','parse','vqqBT','--headless','--headless=','MOBILE_SCANNING_DISABLED_WARNING','resolveMobileThTestRunUuid','add','sborV','kHGFy','xHYbR','UNsOx','string','getHostInfo','json','../../bin/v2/browserstackCLI','RATqg','parseFromJson','hFneC','251474YdjGxS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','function','format','Build\x20creation\x20had\x20failed.','buildDescription','getBrowserDisplayName','hbeQu','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','getTestFramework','3yFxbPo','YcNqy','getBrowserA11yConfig','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','eIIlQ','gqjyd','return\x20document.readyState\x20===\x20\x22complete\x22','BROWSERSTACK_TEST_ACCESSIBILITY_YML','toJson','BROWSERSTACK_TURBOSCALE','android','RQXOf','v2/test_runs','getBrowserVersion','ofaih','trim','uiLwn','getCiInfo','body','nYoGz','eZMVA','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','429550ErGbui','nonBstackPlatformValidation','YOqzW','get','__workerDetails','IpINp','scannerVersion','getSession','isVersionSupported','javascript','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','../logger','MwcbT','Ysqoz','aLrCB','Yghgx','nZDVg','VcJNP','zniMY','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','length','Jcqwc','eaAMR','[App-A11y]\x20getAccessibilityResultsSummary:\x20sessionId=','min_version_browserstack','display_name','cwd','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','cvAgc','KbcSa','Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20','YsJmE','replace','XKXRE','SZNZS','test_runs/stop','KWmrO','getMobileA11yCapabilities','createAccessibilityTestRun','split','--headless=new','bstack:options','stopAccessibilityTestRun','./constants','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','BccoO','isMobileScanningEnabledForGroup','getId','getPlatformVersion','isBrowserstackInfra','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','rYkfQ','isMobileAccessibilityPlatform','from','isUndefined','info','1677354iaCvgJ','data','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','isArray','message','rJrAc','script','../globals','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','isAccessibilityPlatform','../helper','selenium-webdriver/chrome.js','options_','application/json','path','resolve','mergeDeep','includes','command','3215736tJChuO','Options','YfWPd','Authorization','set','getPlatform','KzkiB','GET_RESULTS','chrome','../performance/performance-tester','getGitMetaData','TwGDV','bstackA11yShouldScan','nZCEX','XlQsv','getCurrentTestUUID','status','playwright','Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20','accessibility','version','device','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','elZcb','Not\x20a\x20Accessibility\x20Session','executeScript','response','checkAccessibilityPlatformConfig','getResultsSummary','./scripts','getInstance','concat','lUNBy','true','compareVersions','hasLegacyHeadlessArg','requiresChromeOptionsValidation','Performed\x20scan\x20with\x20result:\x20','assign','join','QmDCc','setNonBstackInfraCapabilities','lUwNI','sChkK','buildName','vRxbs','getMinVersionForBrowser','POST',',\x20testRunId=','stack','capabilities_','RIEnE','Bearer\x20','getGlobal','OItKe','isTrue','ncrSb','fiUYf','map','smSsQ','has','16HxvjEz','bAwCn','null','getAppAccessibilityResults','wait','IaLzc','ETREt','false','parseA11yJwtPayload','SJRYj','accessibilityToken','hdBnV','min_version_non_browserstack','lMxsW','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','fGxqv','getTestFrameworkDetails','getAgentVersion','toISOString','goog:chromeOptions','warn','PEYEp','startsWith','jiBbr','browserstack','IzPXk','performScan','nestedKeyValue','object','bmkbx','FTeqL','a11y:start','OdRUn','MSQzW','bstackA11yScanOptions','browserName','errors','FoSsn','basename','PUT','BS_A11Y_JWT','NWrKB','JpmUj','FwHBv','mirrorChromeOptionsIntoBuilder','VmRHq','isBrowserStackCommandExecutor','getPackageVersion','thTestRunUuid','3960551jDnaQM','excludeTagsInTestingScope','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','AeHUE','some','5cYeyzE','auth','BGJYq','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','getCapabilities','1819128BiIuvr','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','Performing\x20scan\x20before\x20getting\x20results','isAppAccessibility','isMobileAccessibilitySession','uHPGL','nqnir','stringify','getAccessibilityResultsSummary','a11y:stop','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','projectName','sczWW','toLowerCase','oHFbf','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','fetchPlatformDetails','getBrowserName','Performing\x20scan\x20before\x20getting\x20results\x20summary','poAgG','debug','gnfXz','Tnodw','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','getAccessKey','statusText','Invalid\x20configuration\x20passed.','gjHNG','args','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','keys','No\x20accessibility\x20summary\x20was\x20found.','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','vIAvR','XGvRl','filter','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','browserstackSessionName','Xesxw','nuAaW','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','bvbVU','undefined','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','isAccessibilityAutomationSession','WYPOf','9356080MiXlwF','__cloud_provider___','getAccessibilityResults','PERFORM_SCAN','chromeOptions','util','getResults','Xeeew','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','measureWrapper','diJJr','nodeRequest','env','requires_chrome_options_check','shouldScanTestForAccessibility','../performance/constants','getAccessibilityModule','MMgay','ChromeExtension','thcxz','WEZGo','includeTagsInTestingScope','iJQxl','forEach','cOcck','chromeOptions_','hJUAc'];a126_0x2ce4=function(){return _0x31cee1;};return a126_0x2ce4();}const isLegacyHeadlessArg=_0x45d659=>typeof _0x45d659===a126_0xe5c86f(0x145)&&(_0x45d659===a126_0xe5c86f(0x13c)||_0x45d659[a126_0xe5c86f(0xba)](a126_0xe5c86f(0x13d))&&_0x45d659!==a126_0xe5c86f(0x194));exports[a126_0xe5c86f(0x8a)]=_0x462b64=>{const _0x19f9f1=a126_0xe5c86f,_0x55dc80={};_0x55dc80['KWmrO']=_0x19f9f1(0x1b2),_0x55dc80[_0x19f9f1(0xc4)]='selenium-webdriver',_0x55dc80[_0x19f9f1(0xcf)]=function(_0x1ff2fc,_0x687cac){return _0x1ff2fc===_0x687cac;},_0x55dc80[_0x19f9f1(0x14b)]=_0x19f9f1(0x14e),_0x55dc80[_0x19f9f1(0xf6)]=_0x19f9f1(0xb7),_0x55dc80[_0x19f9f1(0x144)]=_0x19f9f1(0x195),_0x55dc80['eIIlQ']=_0x19f9f1(0x113),_0x55dc80[_0x19f9f1(0x12f)]=_0x19f9f1(0xfc);const _0x38af4d=_0x55dc80;try{let _0x310e85;try{_0x310e85=bsSetupHelper['requireModule'](_0x38af4d[_0x19f9f1(0x190)],_0x38af4d[_0x19f9f1(0xc4)]);}catch(_0x42156b){return![];}const _0x414b9f=new _0x310e85[(_0x19f9f1(0x1bb))](_0x462b64['chromeOptions_']),_0x478fbb=_0x414b9f[_0x19f9f1(0x1b3)]&&_0x414b9f[_0x19f9f1(0x1b3)][_0x19f9f1(0xfc)]||_0x38af4d[_0x19f9f1(0xcf)](typeof _0x414b9f[_0x19f9f1(0x16f)],_0x38af4d[_0x19f9f1(0x14b)])&&_0x414b9f[_0x19f9f1(0x16f)](_0x38af4d[_0x19f9f1(0xf6)])&&_0x414b9f[_0x19f9f1(0x16f)](_0x38af4d[_0x19f9f1(0xf6)])[_0x19f9f1(0xfc)]||bsSetupHelper[_0x19f9f1(0xbf)](_0x462b64[_0x19f9f1(0x99)],[_0x38af4d['UNsOx'],_0x38af4d[_0x19f9f1(0x15a)],_0x38af4d['qunRb']])||bsSetupHelper['nestedKeyValue'](_0x462b64['capabilities_'],[_0x38af4d[_0x19f9f1(0x15a)],_0x38af4d['qunRb']])||[];if((Array['isArray'](_0x478fbb)?_0x478fbb:[])[_0x19f9f1(0xd9)](isLegacyHeadlessArg))return!![];const _0x3468ec=_0x462b64[_0x19f9f1(0x99)]||{},_0x140825=bsSetupHelper['nestedKeyValue'](_0x3468ec,[_0x38af4d[_0x19f9f1(0xf6)]])||{},_0x9d9525=bsSetupHelper[_0x19f9f1(0xbf)](_0x140825,[_0x38af4d[_0x19f9f1(0x12f)]])||[];return(Array[_0x19f9f1(0x1a9)](_0x9d9525)?_0x9d9525:[])[_0x19f9f1(0xd9)](isLegacyHeadlessArg);}catch(_0x3446cf){return logger[_0x19f9f1(0xf4)](_0x19f9f1(0x18a)+util[_0x19f9f1(0x14f)](_0x3446cf)),![];}},exports[a126_0xe5c86f(0x16d)]=(_0x1e4d23,_0x32a891)=>{const _0x45b3d4=a126_0xe5c86f,_0x4f3c6b={'kHGFy':_0x45b3d4(0xc7),'gnfXz':function(_0x258846,_0x590bae){return _0x258846(_0x590bae);},'TZyBw':'browserVersion','sChkK':_0x45b3d4(0x7a),'IjsZV':_0x45b3d4(0x195),'nZDVg':function(_0x5b2a0b,_0x1ed685){return _0x5b2a0b(_0x1ed685);},'MMgay':'deviceName','ofaih':_0x45b3d4(0x7b),'NRlGr':_0x45b3d4(0x117),'lUNBy':_0x45b3d4(0x176),'nqnir':function(_0x39bdc0,_0x50730f){return _0x39bdc0===_0x50730f;},'NWrKB':_0x45b3d4(0x1c2),'MrBBL':function(_0x24cbe6,_0x2d3362){return _0x24cbe6>=_0x2d3362;}},_0x593023=_0x1e4d23[_0x45b3d4(0x16f)](_0x4f3c6b[_0x45b3d4(0x142)]),_0x4b6f16=_0x4f3c6b[_0x45b3d4(0xf5)](parseFloat,_0x1e4d23[_0x45b3d4(0x16f)](_0x4f3c6b['TZyBw']))||_0x4f3c6b[_0x45b3d4(0xf5)](parseFloat,_0x1e4d23[_0x45b3d4(0x16f)](_0x4f3c6b[_0x45b3d4(0x92)])),_0x1031a2=_0x1e4d23[_0x45b3d4(0x16f)](_0x4f3c6b['IjsZV'])||{},_0x16c636=_0x4f3c6b[_0x45b3d4(0x17c)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x1a7478=_0x1031a2[_0x4f3c6b[_0x45b3d4(0x120)]]||_0x1e4d23[_0x45b3d4(0x16f)](_0x4f3c6b[_0x45b3d4(0x164)])||![];if(_0x1a7478)return logger['warn'](_0x4f3c6b['NRlGr']),![];if(exports[_0x45b3d4(0x8a)](_0x32a891))return logger[_0x45b3d4(0xb8)](_0x4f3c6b[_0x45b3d4(0x87)]),![];if(_0x4f3c6b[_0x45b3d4(0xe5)](_0x593023[_0x45b3d4(0xec)](),_0x4f3c6b[_0x45b3d4(0xcd)])&&_0x4f3c6b['MrBBL'](_0x4b6f16,_0x16c636))return!![];return logger[_0x45b3d4(0xb8)](_0x45b3d4(0x14d)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};const mergeChromeOptionsPreservingArrays=(_0x34b652,_0x175876)=>{const _0x452f81=a126_0xe5c86f,_0x615259={};_0x615259[_0x452f81(0x199)]=function(_0x2327be,_0x58bb67){return _0x2327be!==_0x58bb67;},_0x615259[_0x452f81(0x102)]='string',_0x615259[_0x452f81(0x157)]=function(_0x23b33a,_0xd2ab96){return _0x23b33a===_0xd2ab96;},_0x615259[_0x452f81(0xb3)]=_0x452f81(0xc0);const _0x1fcc0b=_0x615259,_0x40a6e8=_0x34b652&&_0x1fcc0b[_0x452f81(0x157)](typeof _0x34b652,_0x1fcc0b[_0x452f81(0xb3)])?_0x34b652:{},_0x29c691=_0x175876&&_0x1fcc0b[_0x452f81(0x157)](typeof _0x175876,_0x1fcc0b[_0x452f81(0xb3)])?_0x175876:{},_0x1ca68f=Object['assign']({},_0x40a6e8,_0x29c691);return Object[_0x452f81(0xfe)](_0x29c691)[_0x452f81(0x126)](_0x2228ea=>{const _0x1ea847=_0x452f81;if(Array[_0x1ea847(0x1a9)](_0x29c691[_0x2228ea])||Array['isArray'](_0x40a6e8[_0x2228ea])){const _0x11af9=Array['isArray'](_0x40a6e8[_0x2228ea])?_0x40a6e8[_0x2228ea]:[],_0x11d53f=Array['isArray'](_0x29c691[_0x2228ea])?_0x29c691[_0x2228ea]:[],_0x235ba=new Set();_0x1ca68f[_0x2228ea]=_0x11af9[_0x1ea847(0x86)](_0x11d53f)[_0x1ea847(0x103)](_0x2ea030=>{const _0x383a63=_0x1ea847;if(_0x1fcc0b[_0x383a63(0x199)](typeof _0x2ea030,_0x1fcc0b['XGvRl']))return!![];if(_0x235ba[_0x383a63(0xa3)](_0x2ea030))return![];return _0x235ba[_0x383a63(0x140)](_0x2ea030),!![];});}}),_0x1ca68f;};exports[a126_0xe5c86f(0xd0)]=(_0x1a472a,_0x37e720)=>{const _0x10378a=a126_0xe5c86f,_0x1802ef={'bvbVU':function(_0x1980c0,_0x5b70c0){return _0x1980c0!==_0x5b70c0;},'ncrSb':_0x10378a(0x14e),'vDzQR':_0x10378a(0xb7),'jiBbr':function(_0x301a87,_0x5de404,_0x52cd8b){return _0x301a87(_0x5de404,_0x52cd8b);},'rYkfQ':function(_0x1ff6ec,_0x2f853c){return _0x1ff6ec||_0x2f853c;},'IzPXk':function(_0x5e853c,_0x26965b){return _0x5e853c+_0x26965b;},'oHFbf':_0x10378a(0x78)};try{const _0x154d62=_0x1a472a&&_0x1a472a[_0x10378a(0x128)];if(!_0x154d62||_0x1802ef[_0x10378a(0x10a)](typeof _0x154d62[_0x10378a(0x16f)],_0x1802ef[_0x10378a(0x9f)])||_0x1802ef['bvbVU'](typeof _0x154d62[_0x10378a(0x1be)],_0x1802ef[_0x10378a(0x9f)]))return;const _0x4c259a=_0x154d62['CAPABILITY_KEY']||_0x1802ef['vDzQR'],_0x406a13=_0x154d62[_0x10378a(0x16f)](_0x4c259a)||{},_0x156158=_0x1802ef[_0x10378a(0xbb)](mergeChromeOptionsPreservingArrays,_0x406a13,_0x1802ef[_0x10378a(0x1a1)](_0x37e720,{}));_0x154d62[_0x10378a(0x1be)](_0x4c259a,_0x156158);}catch(_0x1ccd9d){logger[_0x10378a(0xf4)](_0x1802ef[_0x10378a(0xbd)](_0x1802ef[_0x10378a(0xed)],util['format'](_0x1ccd9d)));}},exports[a126_0xe5c86f(0x90)]=(_0x432aa1,_0x2253ad=!![])=>{const _0x3b5c32=a126_0xe5c86f,_0x368b79={'uiLwn':function(_0x268e27,_0x459159){return _0x268e27===_0x459159;},'qulfn':'chromeOptions','KbcSa':_0x3b5c32(0xb7),'SJRYj':function(_0x44381a,_0x8d0897,_0x5e9c1f){return _0x44381a(_0x8d0897,_0x5e9c1f);},'cRtvo':function(_0x104fe2,_0x1e68d2){return _0x104fe2||_0x1e68d2;},'oqSnZ':_0x3b5c32(0x7f)},_0x4639d7=scripts[_0x3b5c32(0x121)];try{const _0xf450d8=bsSetupHelper['isTrue'](process[_0x3b5c32(0x11b)][_0x3b5c32(0x15d)])||bsSetupHelper['isTrue'](process[_0x3b5c32(0x11b)][_0x3b5c32(0xee)]);if((!bsSetupHelper[_0x3b5c32(0x19d)]()||process[_0x3b5c32(0x11b)]['BROWSERSTACK_TURBOSCALE'])&&_0xf450d8){const _0x32013a=_0x432aa1['getCapabilities'](),_0x31199=_0x368b79[_0x3b5c32(0x166)](_0x2253ad,![])?_0x368b79['qulfn']:_0x368b79[_0x3b5c32(0x189)],_0x4b4658=_0x32013a[_0x3b5c32(0x16f)](_0x31199)||_0x32013a[_0x3b5c32(0x16f)](_0x368b79[_0x3b5c32(0x189)])||{},_0x4a7ef3=_0x368b79[_0x3b5c32(0xad)](mergeChromeOptionsPreservingArrays,_0x4b4658,_0x368b79['cRtvo'](_0x4639d7,{}));_0x32013a['set'](_0x31199,_0x4a7ef3),exports[_0x3b5c32(0xd0)](_0x432aa1,_0x4a7ef3);}else logger[_0x3b5c32(0xb8)](_0x368b79['oqSnZ']);}catch(_0x3ca5b8){logger[_0x3b5c32(0x137)](_0x3b5c32(0xef)+_0x3ca5b8);}},exports['setNonBstackInfraCapabilitiesOnCaps']=_0x28b67c=>{const _0x1a770b=a126_0xe5c86f,_0x47c417={};_0x47c417[_0x1a770b(0x141)]=function(_0x5ec9c4,_0x5791ea){return _0x5ec9c4||_0x5791ea;},_0x47c417[_0x1a770b(0xeb)]=_0x1a770b(0xb7);const _0x59d70e=_0x47c417;_0x28b67c=_0x59d70e[_0x1a770b(0x141)](_0x28b67c,{});const _0x543be1=scripts[_0x1a770b(0x121)];try{const _0x111441=bsSetupHelper[_0x1a770b(0x9e)](process[_0x1a770b(0x11b)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process[_0x1a770b(0x11b)][_0x1a770b(0xee)]);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x1a770b(0x11b)][_0x1a770b(0x15f)])&&_0x111441){const _0x232fdc=_0x28b67c[_0x59d70e[_0x1a770b(0xeb)]]||{};bsSetupHelper[_0x1a770b(0x1b7)](_0x232fdc,_0x543be1),_0x28b67c[_0x59d70e[_0x1a770b(0xeb)]]=_0x232fdc;}}catch(_0x4f0d1e){logger[_0x1a770b(0x137)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20'+_0x4f0d1e);}return _0x28b67c;},exports[a126_0xe5c86f(0x11d)]=(_0x37c2f3=null,_0x2ced85=!![],_0xae2f6f=[])=>{const _0x2f91a6=a126_0xe5c86f,_0x13affd={};_0x13affd[_0x2f91a6(0x127)]=function(_0x836477,_0x11343e){return _0x836477==_0x11343e;},_0x13affd[_0x2f91a6(0x116)]=function(_0x1dabba,_0x40ad40){return _0x1dabba>_0x40ad40;},_0x13affd['RIEnE']=function(_0x4baa6e,_0x5224e3){return _0x4baa6e===_0x5224e3;},_0x13affd[_0x2f91a6(0x10e)]=function(_0x403a01,_0x24d49f){return _0x403a01&&_0x24d49f;},_0x13affd[_0x2f91a6(0x171)]=function(_0x4bfd22,_0x762f37){return _0x4bfd22===_0x762f37;};const _0xa726e7=_0x13affd;if(_0xa726e7['cOcck'](process[_0x2f91a6(0x11b)][_0x2f91a6(0xe9)],null))return!![];try{const _0x404e6f=JSON[_0x2f91a6(0x13a)](process[_0x2f91a6(0x11b)][_0x2f91a6(0xe9)]),_0x14669e=Array[_0x2f91a6(0x1a9)](_0x404e6f[_0x2f91a6(0x124)])?_0x404e6f[_0x2f91a6(0x124)]:[],_0x4675b0=Array['isArray'](_0x404e6f[_0x2f91a6(0xd6)])?_0x404e6f['excludeTagsInTestingScope']:[],_0x36ed70=_0x3d7799=>typeof _0x3d7799===_0x2f91a6(0x145)?_0x3d7799[_0x2f91a6(0x18c)](/^@/,'')[_0x2f91a6(0xec)]()[_0x2f91a6(0x165)]():_0x3d7799;if(bsSetupHelper[_0x2f91a6(0x1a4)](_0x37c2f3)){if(_0xa726e7[_0x2f91a6(0x116)](_0xae2f6f[_0x2f91a6(0x180)],0x0)){const _0x10b471=_0xae2f6f[_0x2f91a6(0xa1)](_0x36ed70),_0x140117=_0x4675b0[_0x2f91a6(0xd9)](_0x249052=>_0x10b471[_0x2f91a6(0x1b8)](_0x36ed70(_0x249052))),_0x1e6ddd=_0xa726e7[_0x2f91a6(0x9a)](_0x14669e['length'],0x0)||_0x14669e['some'](_0x7f39d4=>_0x10b471['includes'](_0x36ed70(_0x7f39d4)));return _0xa726e7[_0x2f91a6(0x10e)](!_0x140117,_0x1e6ddd);}return!![];}let _0x47c26e;_0x2ced85?_0x47c26e=_0x37c2f3['join']('/'):_0x47c26e=_0x37c2f3;const _0x25f443=_0x4675b0[_0x2f91a6(0xd9)](_0x55c9c7=>_0x47c26e['toLowerCase']()[_0x2f91a6(0x1b8)](_0x36ed70(_0x55c9c7)[_0x2f91a6(0xec)]())),_0x450fd0=_0xa726e7['IpINp'](_0x14669e[_0x2f91a6(0x180)],0x0)||_0x14669e['some'](_0x1773b5=>_0x47c26e['toLowerCase']()[_0x2f91a6(0x1b8)](_0x36ed70(_0x1773b5)[_0x2f91a6(0xec)]()));return _0xa726e7['WYPOf'](!_0x25f443,_0x450fd0);}catch(_0x5bbcc7){logger['debug'](_0x2f91a6(0x100)+util[_0x2f91a6(0x14f)](_0x5bbcc7));}return![];},exports[a126_0xe5c86f(0x82)]=_0x20500a=>{const _0x413a9e=a126_0xe5c86f;let _0x300721=![];try{_0x20500a[_0x413a9e(0x135)]['forEach'](_0x57d5fc=>{const _0x1fa718=_0x413a9e;if(bsSetupHelper[_0x1fa718(0x9e)](_0x57d5fc[_0x1fa718(0x79)]))return _0x300721=!![],!![];});}catch(_0x378a5c){logger['debug'](_0x413a9e(0x198)+_0x378a5c);}return _0x300721||bsSetupHelper[_0x413a9e(0x9e)](_0x20500a[_0x413a9e(0x79)]);},exports[a126_0xe5c86f(0x192)]=PerformanceTester[a126_0xe5c86f(0x118)](a126_0xe5c86f(0xc3),async function(_0x2d6405,_0x314e05){const _0x302ee8=a126_0xe5c86f,_0x9a86ac={};_0x9a86ac[_0x302ee8(0x7e)]=_0x302ee8(0xfd),_0x9a86ac['zniMY']=_0x302ee8(0x77),_0x9a86ac[_0x302ee8(0x1c0)]=_0x302ee8(0x175),_0x9a86ac[_0x302ee8(0x15b)]=_0x302ee8(0x1b4),_0x9a86ac[_0x302ee8(0x178)]=_0x302ee8(0x96),_0x9a86ac[_0x302ee8(0x108)]=_0x302ee8(0x162),_0x9a86ac['JpmUj']=function(_0x1da3b5,_0x598727){return _0x1da3b5===_0x598727;},_0x9a86ac[_0x302ee8(0xb9)]=_0x302ee8(0xfa),_0x9a86ac[_0x302ee8(0x143)]=_0x302ee8(0xab);const _0x1c716a=_0x9a86ac,_0x416d65=bsSetupHelper['getUserName'](_0x2d6405),_0x304ca0=bsSetupHelper[_0x302ee8(0xf8)](_0x2d6405);if(bsSetupHelper[_0x302ee8(0x1a4)](_0x416d65)||bsSetupHelper['isUndefined'](_0x304ca0))return logger[_0x302ee8(0x137)](_0x1c716a[_0x302ee8(0x7e)]),[null,null];try{let _0x2241b1;bsSetupHelper['isUndefined'](process[_0x302ee8(0x11b)][_0x302ee8(0xe9)])?_0x2241b1={}:_0x2241b1=JSON[_0x302ee8(0x13a)](process[_0x302ee8(0x11b)][_0x302ee8(0xe9)]);const {name:_0x1542a,version:_0x3b4be3}=bsSetupHelper[_0x302ee8(0xb4)](_0x2d6405,_0x314e05),_0x493ad6={'projectName':_0x2d6405[_0x302ee8(0xea)],'buildName':_0x2d6405[_0x302ee8(0x93)]||path[_0x302ee8(0xca)](path[_0x302ee8(0x1b6)](process[_0x302ee8(0x186)]())),'startTime':new Date()[_0x302ee8(0xb6)](),'description':_0x2d6405[_0x302ee8(0x151)]||'','source':{'frameworkName':_0x314e05[_0x302ee8(0x1b8)](_0x1c716a[_0x302ee8(0x17e)])?_0x1c716a[_0x302ee8(0x17e)]:_0x314e05,'frameworkVersion':bsSetupHelper[_0x302ee8(0xd3)](_0x314e05),'sdkVersion':bsSetupHelper[_0x302ee8(0xb5)](),'language':_0x1c716a[_0x302ee8(0x1c0)],'testFramework':_0x1542a,'testFrameworkVersion':_0x3b4be3},'settings':_0x2241b1,'versionControl':await bsSetupHelper[_0x302ee8(0x1c4)](),'ciInfo':bsSetupHelper[_0x302ee8(0x167)](),'hostInfo':bsSetupHelper[_0x302ee8(0x146)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x5d8f0f={};_0x5d8f0f[_0x302ee8(0x134)]=_0x416d65,_0x5d8f0f['pass']=_0x304ca0;const _0xd9a08={};_0xd9a08['Content-Type']=_0x1c716a[_0x302ee8(0x15b)];const _0x44775e={};_0x44775e[_0x302ee8(0xdb)]=_0x5d8f0f,_0x44775e[_0x302ee8(0x131)]=_0xd9a08;const _0x402230=_0x44775e,_0x2dd987={};_0x2dd987[_0x302ee8(0x168)]=_0x493ad6,_0x2dd987[_0x302ee8(0x147)]=!![];const _0x336e78=Object[_0x302ee8(0x8d)](_0x402230,_0x2dd987),_0x22e5c5=await bsSetupHelper[_0x302ee8(0x11a)](_0x1c716a['MwcbT'],_0x1c716a[_0x302ee8(0x108)],_0x336e78,_0x2d6405,API_URL);let _0x259ecc=process[_0x302ee8(0x11b)][_0x302ee8(0xe9)];return _0x259ecc?_0x259ecc=JSON[_0x302ee8(0x13a)](process[_0x302ee8(0x11b)][_0x302ee8(0xe9)]):_0x259ecc={},scripts[_0x302ee8(0x14a)](_0x22e5c5[_0x302ee8(0x1a7)][_0x302ee8(0x1a7)]),scripts[_0x302ee8(0x15e)](),_0x259ecc[_0x302ee8(0x172)]=_0x22e5c5[_0x302ee8(0x1a7)][_0x302ee8(0x1a7)][_0x302ee8(0x172)],process[_0x302ee8(0x11b)][_0x302ee8(0xe9)]=JSON['stringify'](_0x259ecc),[_0x22e5c5['data'][_0x302ee8(0x1a7)][_0x302ee8(0xae)],_0x22e5c5[_0x302ee8(0x1a7)][_0x302ee8(0x1a7)]['id']];}catch(_0x49be4c){if(_0x49be4c[_0x302ee8(0x81)])logger[_0x302ee8(0x137)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x49be4c[_0x302ee8(0x81)][_0x302ee8(0x76)]+'\x20'+_0x49be4c[_0x302ee8(0x81)][_0x302ee8(0xf9)]+'\x20'+JSON[_0x302ee8(0xe6)](_0x49be4c[_0x302ee8(0x81)][_0x302ee8(0x1a7)]));else{if(_0x1c716a[_0x302ee8(0xce)](_0x49be4c[_0x302ee8(0x1aa)],_0x1c716a[_0x302ee8(0xb9)])){logger[_0x302ee8(0x137)](_0x302ee8(0xe0)+(_0x49be4c[_0x302ee8(0x1aa)]||_0x49be4c['stack']));for(const _0x1c27aa of _0x49be4c[_0x302ee8(0xc8)]){logger[_0x302ee8(0x137)](_0x1c27aa[_0x302ee8(0x1aa)]);}process[_0x302ee8(0x11b)][_0x302ee8(0x15d)]=_0x1c716a[_0x302ee8(0x143)],process[_0x302ee8(0x11b)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x1c716a[_0x302ee8(0x143)];}else logger[_0x302ee8(0x137)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x49be4c['message']||_0x49be4c[_0x302ee8(0x98)]));}return[null,null];}}),exports[a126_0xe5c86f(0x196)]=PerformanceTester[a126_0xe5c86f(0x118)](a126_0xe5c86f(0xe8),async function(_0x204641){const _0x5c3dd6=a126_0xe5c86f,_0xcc06e={};_0xcc06e[_0x5c3dd6(0x122)]=function(_0x50e326,_0x338c47){return _0x50e326!==_0x338c47;},_0xcc06e['lUwNI']=_0x5c3dd6(0x145),_0xcc06e[_0x5c3dd6(0x101)]='error',_0xcc06e[_0x5c3dd6(0x188)]=_0x5c3dd6(0x150),_0xcc06e[_0x5c3dd6(0xc2)]=_0x5c3dd6(0x1b4),_0xcc06e[_0x5c3dd6(0x107)]=_0x5c3dd6(0xcb),_0xcc06e[_0x5c3dd6(0x1c5)]=_0x5c3dd6(0x18f),_0xcc06e['smSsQ']=function(_0x97fae5,_0x36790e){return _0x97fae5+_0x36790e;},_0xcc06e['Thvng']='Invalid\x20request:\x20',_0xcc06e['VcJNP']='success';const _0x3f0f7b=_0xcc06e;if(bsSetupHelper[_0x5c3dd6(0x1a4)](process[_0x5c3dd6(0x11b)]['BS_A11Y_JWT'])||_0x3f0f7b['thcxz'](typeof process[_0x5c3dd6(0x11b)][_0x5c3dd6(0xcc)],_0x3f0f7b[_0x5c3dd6(0x91)])){const _0x5b8953={};return _0x5b8953['status']=_0x3f0f7b[_0x5c3dd6(0x101)],_0x5b8953['message']=_0x3f0f7b['cvAgc'],_0x5b8953;}const _0x51cf44={'endTime':new Date()[_0x5c3dd6(0xb6)]()},_0x45fee0={};_0x45fee0[_0x5c3dd6(0x1bd)]=_0x5c3dd6(0x9b)+process[_0x5c3dd6(0x11b)][_0x5c3dd6(0xcc)],_0x45fee0['Content-Type']=_0x3f0f7b[_0x5c3dd6(0xc2)];const _0x5e83e5={};_0x5e83e5[_0x5c3dd6(0x131)]=_0x45fee0;const _0x56158c=_0x5e83e5,_0x5992c2={};_0x5992c2[_0x5c3dd6(0x168)]=_0x51cf44,_0x5992c2[_0x5c3dd6(0xdb)]=null,_0x5992c2[_0x5c3dd6(0x147)]=!![];const _0x330a6f=Object['assign'](_0x56158c,_0x5992c2);try{const _0x13d57a=await bsSetupHelper[_0x5c3dd6(0x11a)](_0x3f0f7b[_0x5c3dd6(0x107)],_0x3f0f7b[_0x5c3dd6(0x1c5)],_0x330a6f,_0x204641,API_URL);if(_0x13d57a[_0x5c3dd6(0x1a7)]['error'])throw new Error(_0x3f0f7b[_0x5c3dd6(0xa2)](_0x3f0f7b['Thvng'],_0x13d57a[_0x5c3dd6(0x1a7)][_0x5c3dd6(0x137)]));else{logger[_0x5c3dd6(0x1a5)](_0x5c3dd6(0x105)+new Date()[_0x5c3dd6(0xb6)]());const _0x17daa5={};return _0x17daa5[_0x5c3dd6(0x76)]=_0x3f0f7b[_0x5c3dd6(0x17d)],_0x17daa5[_0x5c3dd6(0x1aa)]='',_0x17daa5;}}catch(_0x360665){_0x360665['response']?logger[_0x5c3dd6(0x137)](_0x5c3dd6(0x7d)+_0x360665[_0x5c3dd6(0x81)][_0x5c3dd6(0x76)]+'\x20'+_0x360665[_0x5c3dd6(0x81)][_0x5c3dd6(0xf9)]+'\x20'+JSON[_0x5c3dd6(0xe6)](_0x360665[_0x5c3dd6(0x81)][_0x5c3dd6(0x1a7)])):logger[_0x5c3dd6(0x137)](_0x5c3dd6(0x7d)+(_0x360665[_0x5c3dd6(0x1aa)]||util[_0x5c3dd6(0x14f)](_0x360665)));const _0x1a9ba8={};return _0x1a9ba8[_0x5c3dd6(0x76)]=_0x3f0f7b[_0x5c3dd6(0x101)],_0x1a9ba8[_0x5c3dd6(0x1aa)]=_0x360665[_0x5c3dd6(0x1aa)]||(_0x360665[_0x5c3dd6(0x81)]?_0x360665[_0x5c3dd6(0x81)]['status']+':'+_0x360665[_0x5c3dd6(0x81)]['statusText']:_0x360665),_0x1a9ba8;}}),exports['performScan']=async(_0x17667f,_0x12e14a=null,_0x2beb1d=![],_0xcdf13b=null)=>{const _0x146d08=a126_0xe5c86f,_0x207843={};_0x207843[_0x146d08(0x123)]=_0x146d08(0x1b0),_0x207843['nZCEX']=_0x146d08(0x1c6),_0x207843[_0x146d08(0x182)]=_0x146d08(0xd7),_0x207843[_0x146d08(0x179)]=function(_0x24a444,_0x58bc39){return _0x24a444||_0x58bc39;},_0x207843['HWXCZ']=_0x146d08(0xc6),_0x207843[_0x146d08(0x8f)]='performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments';const _0x5833d7=_0x207843;if(!this['isAccessibilityAutomationSession']()||!globals[_0x146d08(0x9c)](_0x5833d7[_0x146d08(0x123)])||!_0x2beb1d&&!globals[_0x146d08(0x9c)](_0x5833d7[_0x146d08(0x1c7)])){logger[_0x146d08(0xb8)](_0x5833d7[_0x146d08(0x182)]);return;}const _0x394039=_0x2beb1d?_0x5833d7[_0x146d08(0x179)](_0xcdf13b,{}):globals[_0x146d08(0x9c)](_0x5833d7['HWXCZ'])||{},_0x3ba44f={};_0x3ba44f[_0x146d08(0x12b)]=_0x12e14a||global[_0x146d08(0x106)];const _0x596b2f=Object[_0x146d08(0x8d)]({},_0x394039,_0x3ba44f);await this[_0x146d08(0xe3)](_0x17667f)&&(Object[_0x146d08(0x8d)](_0x596b2f,this[_0x146d08(0x191)](),{'thTestRunUuid':this[_0x146d08(0x13f)]()}),logger[_0x146d08(0xf4)](_0x5833d7[_0x146d08(0x8f)]));logger['debug'](_0x146d08(0x19f)+util[_0x146d08(0x14f)]('%j',_0x596b2f));const _0x4a2ee2={};return _0x4a2ee2[_0x146d08(0x1b9)]=_0x12e14a,await PerformanceTester[_0x146d08(0x118)](PerformanceA11yEvents[_0x146d08(0x112)],async()=>{const _0x563c5b=_0x146d08;try{await _0x17667f[_0x563c5b(0xa8)](()=>_0x17667f[_0x563c5b(0x80)](_0x563c5b(0x15c)),0x1388);}catch(_0x13ad40){}const _0x3d499d=util[_0x563c5b(0x14f)](await _0x17667f[_0x563c5b(0x138)](scripts['performScan'],_0x596b2f));return logger[_0x563c5b(0xf4)](_0x563c5b(0x8c)+_0x3d499d),_0x3d499d;},_0x4a2ee2)();},exports[a126_0xe5c86f(0x111)]=async(_0x3f11a6,_0x10741c)=>{const _0x418222=a126_0xe5c86f,_0x17e315={'XlQsv':_0x418222(0xe1),'uHPGL':_0x418222(0x1b0),'YfWPd':_0x418222(0x1c6),'nYoGz':_0x418222(0x7c),'YsJmE':function(_0x2143d7,_0x5a75c7){return _0x2143d7(_0x5a75c7);},'OItKe':_0x418222(0x148),'XKXRE':_0x418222(0x111),'bmkbx':_0x418222(0x12c)};if(!this[_0x418222(0x10d)]()||!globals[_0x418222(0x9c)](_0x17e315[_0x418222(0xe4)])||!globals[_0x418222(0x9c)](_0x17e315[_0x418222(0x1bc)]))return logger['warn'](_0x17e315[_0x418222(0x169)]),[];try{const _0x27210b=_0x17e315[_0x418222(0x18b)](require,_0x17e315[_0x418222(0x9d)]),_0x4c71ee=_0x27210b[_0x418222(0x85)](),_0x58af31=_0x4c71ee&&_0x4c71ee[_0x418222(0x11f)]();if(_0x58af31&&_0x58af31[_0x418222(0xe2)]){const _0x40f726=(await _0x3f11a6[_0x418222(0x173)]())[_0x418222(0x19b)]();let _0x46e038='';try{const _0xfe925f=_0x4c71ee[_0x418222(0x155)]&&_0x4c71ee[_0x418222(0x155)]();_0x46e038=_0xfe925f&&_0xfe925f[_0x418222(0x75)]&&_0xfe925f[_0x418222(0x75)]()||'';}catch(_0x4c2757){}return logger[_0x418222(0xf4)]('[App-A11y]\x20getAccessibilityResults:\x20sessionId='+_0x40f726+_0x418222(0x97)+_0x46e038),await _0x58af31[_0x418222(0xa7)](_0x40f726,_0x46e038);}const _0x106157=await this[_0x418222(0xe3)](_0x3f11a6),_0x4f169f=_0x106157?Object['assign']({},this[_0x418222(0x191)](),{'thTestRunUuid':this[_0x418222(0x13f)]()}):{};return _0x106157&&logger[_0x418222(0xf4)](_0x418222(0xf7)+util[_0x418222(0x14f)]('%j',_0x4f169f)),await PerformanceTester[_0x418222(0x118)](PerformanceA11yEvents[_0x418222(0x112)],async()=>{const _0x135eca=_0x418222;logger[_0x135eca(0xf4)](_0x17e315[_0x135eca(0x74)]);const _0x1dcfcf={};_0x1dcfcf['method']=_0x10741c['browserstackSessionName'];const _0x24a29c=Object[_0x135eca(0x8d)](_0x1dcfcf,_0x4f169f);logger[_0x135eca(0xf4)](util['format'](await _0x3f11a6[_0x135eca(0x138)](scripts['performScan'],_0x24a29c)));},{'command':_0x17e315[_0x418222(0x18d)]})(),await PerformanceTester[_0x418222(0x118)](PerformanceA11yEvents[_0x418222(0x1c1)],async()=>{const _0x230540=_0x418222,_0x5a2b73=_0x106157?await _0x3f11a6[_0x230540(0x138)](scripts[_0x230540(0x115)],_0x4f169f):await _0x3f11a6[_0x230540(0x138)](scripts['getResults']);return _0x5a2b73;})();}catch{return logger['error'](_0x17e315[_0x418222(0xc1)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x27acd8,_0x39092d)=>{const _0x3d87f3=a126_0xe5c86f,_0x2d441e={'BGJYq':_0x3d87f3(0xf2),'bAwCn':_0x3d87f3(0x1b0),'rJrAc':'bstackA11yShouldScan','evYtr':_0x3d87f3(0x1a8),'pLfQF':function(_0x5386ae,_0x1741ec){return _0x5386ae(_0x1741ec);},'IaLzc':_0x3d87f3(0x148),'yXBRz':_0x3d87f3(0xe7),'FoSsn':_0x3d87f3(0xff)};if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x2d441e[_0x3d87f3(0xa5)])||!globals[_0x3d87f3(0x9c)](_0x2d441e[_0x3d87f3(0x1ab)]))return logger[_0x3d87f3(0xb8)](_0x2d441e['evYtr']),{};try{const _0x225c95=_0x2d441e['pLfQF'](require,_0x2d441e[_0x3d87f3(0xa9)]),_0xf57854=_0x225c95['getInstance'](),_0x4cee8f=_0xf57854&&_0xf57854[_0x3d87f3(0x11f)]();if(_0x4cee8f&&_0x4cee8f['isAppAccessibility']){const _0x67216f=(await _0x27acd8[_0x3d87f3(0x173)]())['getId']();let _0x3a892b='';try{const _0x145d31=_0xf57854[_0x3d87f3(0x155)]&&_0xf57854[_0x3d87f3(0x155)]();_0x3a892b=_0x145d31&&_0x145d31[_0x3d87f3(0x75)]&&_0x145d31[_0x3d87f3(0x75)]()||'';}catch(_0x225fe0){}return logger['debug'](_0x3d87f3(0x183)+_0x67216f+',\x20testRunId='+_0x3a892b),await _0x4cee8f['getAppAccessibilityResultsSummary'](_0x67216f,_0x3a892b);}const _0x3731c1=await this[_0x3d87f3(0xe3)](_0x27acd8),_0x3a1f66=_0x3731c1?Object[_0x3d87f3(0x8d)]({},this[_0x3d87f3(0x191)](),{'thTestRunUuid':this[_0x3d87f3(0x13f)]()}):{};return _0x3731c1&&logger[_0x3d87f3(0xf4)](_0x3d87f3(0x12d)+util['format']('%j',_0x3a1f66)),await PerformanceTester[_0x3d87f3(0x118)](PerformanceA11yEvents[_0x3d87f3(0x112)],async()=>{const _0x2a042e=_0x3d87f3;logger[_0x2a042e(0xf4)](_0x2d441e[_0x2a042e(0xdc)]);const _0x47cbc9={};_0x47cbc9[_0x2a042e(0x12b)]=_0x39092d[_0x2a042e(0x106)];const _0x5df614=Object[_0x2a042e(0x8d)](_0x47cbc9,_0x3a1f66);logger['debug'](util[_0x2a042e(0x14f)](await _0x27acd8['executeAsyncScript'](scripts[_0x2a042e(0xbe)],_0x5df614)));},{'command':_0x2d441e['yXBRz']})(),await PerformanceTester[_0x3d87f3(0x118)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4ffadf=_0x3d87f3,_0xee234b=_0x3731c1?await _0x27acd8['executeAsyncScript'](scripts[_0x4ffadf(0x83)],_0x3a1f66):await _0x27acd8['executeAsyncScript'](scripts['getResultsSummary']);return _0xee234b;})();}catch{return logger[_0x3d87f3(0x137)](_0x2d441e[_0x3d87f3(0xc9)]),{};}},exports['isMobileAccessibilityPlatform']=(_0x47e639,_0x29601f=![])=>{const _0x7b8f6e=a126_0xe5c86f,_0x47c4ce={'vRxbs':function(_0x51001b,_0x394625){return _0x51001b(_0x394625);},'WulKS':'platformName','NukOt':function(_0x5298df,_0x1ee8da){return _0x5298df(_0x1ee8da);},'uBrXx':'platform','Jcqwc':function(_0x1e4f34,_0x3b9294){return _0x1e4f34!==_0x3b9294;},'eZMVA':_0x7b8f6e(0x160),'NqTuU':function(_0x4e2d52,_0xc1dd35){return _0x4e2d52(_0xc1dd35);},'hbeQu':function(_0x1f3697,_0x42580c){return _0x1f3697(_0x42580c);},'RATqg':_0x7b8f6e(0xc7),'UREBl':_0x7b8f6e(0x1c2),'iJQxl':_0x7b8f6e(0x187),'diJJr':_0x7b8f6e(0x10c)};try{if(!_0x47e639)return![];const _0x2d691b=_0x21c059=>typeof _0x47e639[_0x7b8f6e(0x16f)]===_0x7b8f6e(0x14e)?_0x47e639[_0x7b8f6e(0x16f)](_0x21c059):_0x47e639[_0x21c059],_0x2504e9=_0x47c4ce[_0x7b8f6e(0x94)](String,_0x47c4ce['vRxbs'](_0x2d691b,_0x47c4ce['WulKS'])||_0x47c4ce[_0x7b8f6e(0x139)](_0x2d691b,_0x47c4ce['uBrXx'])||'')[_0x7b8f6e(0xec)]();if(_0x47c4ce[_0x7b8f6e(0x181)](_0x2504e9,_0x47c4ce[_0x7b8f6e(0x16a)]))return![];const _0x138f5c=_0x47c4ce['NqTuU'](String,_0x47c4ce[_0x7b8f6e(0x153)](_0x2d691b,_0x47c4ce[_0x7b8f6e(0x149)])||'')[_0x7b8f6e(0xec)]();if(!_0x138f5c[_0x7b8f6e(0x1b8)](_0x47c4ce['UREBl']))return _0x29601f&&logger[_0x7b8f6e(0xb8)](_0x47c4ce[_0x7b8f6e(0x125)]),![];return logger[_0x7b8f6e(0xf4)](_0x47c4ce[_0x7b8f6e(0x119)]),!![];}catch(_0x921c97){return logger[_0x7b8f6e(0xf4)](_0x7b8f6e(0x19e)+_0x921c97),![];}},exports[a126_0xe5c86f(0xe3)]=async _0x13021e=>{const _0x13c80d=a126_0xe5c86f;try{const _0x510401=await _0x13021e[_0x13c80d(0xde)]();return exports[_0x13c80d(0x1a2)](_0x510401);}catch(_0x9968c8){return logger[_0x13c80d(0xf4)](_0x13c80d(0x104)+_0x9968c8),![];}},exports[a126_0xe5c86f(0x191)]=()=>{const _0x50729e={};return _0x50729e['is_mobile_session']=!![],_0x50729e;},exports[a126_0xe5c86f(0x13f)]=()=>{const _0x51fca9=a126_0xe5c86f,_0x441f19={};_0x441f19['poAgG']=function(_0x24462c,_0x28c161){return _0x24462c===_0x28c161;},_0x441f19[_0x51fca9(0xc5)]=_0x51fca9(0x145),_0x441f19['dKixo']=function(_0x3eeaf5,_0x1a3e4d){return _0x3eeaf5>_0x1a3e4d;},_0x441f19[_0x51fca9(0x16e)]=_0x51fca9(0x159),_0x441f19['axNhb']=_0x51fca9(0xdd),_0x441f19[_0x51fca9(0xfb)]=function(_0x15dfbf,_0x4e0489){return _0x15dfbf===_0x4e0489;},_0x441f19['UJkOJ']=_0x51fca9(0x10b);const _0x16eb30=_0x441f19,_0x24d6b9=global[_0x51fca9(0x170)],_0x2a1db9=_0x24d6b9&&_0x24d6b9[_0x51fca9(0x136)],_0x17026a=_0x2a1db9&&_0x2a1db9[_0x51fca9(0xd4)];if(_0x16eb30[_0x51fca9(0xf3)](typeof _0x17026a,_0x16eb30[_0x51fca9(0xc5)])&&_0x16eb30[_0x51fca9(0x132)](_0x17026a[_0x51fca9(0x180)],0x0))return _0x17026a;let _0x510d8d;if(!_0x24d6b9)_0x510d8d=_0x16eb30[_0x51fca9(0x16e)];else!_0x2a1db9?_0x510d8d=_0x16eb30['axNhb']:_0x510d8d=_0x51fca9(0x1ae)+Object['keys'](_0x2a1db9)[_0x51fca9(0x8e)](',\x20')+']\x20but\x20thTestRunUuid\x20is\x20'+(_0x16eb30['gjHNG'](_0x17026a,undefined)?_0x16eb30['UJkOJ']:'\x22'+_0x17026a+'\x22')+_0x51fca9(0x17f);return logger[_0x51fca9(0xb8)](_0x51fca9(0xb2)+_0x510d8d+_0x51fca9(0x154)),'';},exports[a126_0xe5c86f(0xd2)]=_0x192bc9=>{const _0x176032=a126_0xe5c86f,_0x54e615={};_0x54e615['VXgTV']=function(_0x197f6f,_0x3a2d17){return _0x197f6f===_0x3a2d17;},_0x54e615[_0x176032(0x13b)]=_0x176032(0x145),_0x54e615[_0x176032(0x161)]='browserstack_executor';const _0x3c0578=_0x54e615;if(_0x192bc9&&_0x192bc9['script']&&_0x3c0578[_0x176032(0x12e)](typeof _0x192bc9[_0x176032(0x1ac)],_0x3c0578[_0x176032(0x13b)]))return _0x192bc9[_0x176032(0x1ac)][_0x176032(0x1b8)](_0x3c0578['RQXOf']);return![];},exports[a126_0xe5c86f(0x13e)]=a126_0xe5c86f(0x1a0),exports[a126_0xe5c86f(0x19a)]=()=>process[a126_0xe5c86f(0x11b)][a126_0xe5c86f(0x1af)]===a126_0xe5c86f(0x88),exports['isBrowserSupportedForAccessibility']=_0x205426=>{const _0x4b1ad6=a126_0xe5c86f,_0x379ce4={};_0x379ce4[_0x4b1ad6(0x12a)]=function(_0x163678,_0xedc111){return _0x163678 in _0xedc111;};const _0x2b8b28=_0x379ce4;if(bsSetupHelper['isUndefined'](_0x205426))return![];const _0x3dfeec=_0x205426['toLowerCase']();return _0x2b8b28[_0x4b1ad6(0x12a)](_0x3dfeec,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a126_0xe5c86f(0x158)]=_0x5796e4=>{if(bsSetupHelper['isUndefined'](_0x5796e4))return null;const _0x233a7c=_0x5796e4['toLowerCase']();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x233a7c]||null;},exports[a126_0xe5c86f(0x95)]=(_0x59e84d,_0x4ffa7a)=>{const _0x10ae16=a126_0xe5c86f,_0x120f87=this[_0x10ae16(0x158)](_0x59e84d);if(!_0x120f87)return null;if(_0x4ffa7a)return _0x120f87[_0x10ae16(0x184)];return _0x120f87[_0x10ae16(0xb0)];},exports[a126_0xe5c86f(0x152)]=_0x156b98=>{const _0x367e2d=a126_0xe5c86f,_0x326476=this['getBrowserA11yConfig'](_0x156b98);return _0x326476?_0x326476[_0x367e2d(0x185)]:_0x156b98;},exports[a126_0xe5c86f(0x8b)]=_0x198c05=>{const _0x43e75d=a126_0xe5c86f,_0x592bee=this[_0x43e75d(0x158)](_0x198c05);return _0x592bee?_0x592bee[_0x43e75d(0x11c)]:![];},exports[a126_0xe5c86f(0x174)]=(_0x542571,_0x27c9ce)=>{const _0x2547fd=a126_0xe5c86f,_0x44fe77={'HBGbw':function(_0x24be0d,_0x2a6dd9){return _0x24be0d(_0x2a6dd9);},'nYaeI':function(_0x416a92,_0x52695c){return _0x416a92(_0x52695c);},'NexGu':function(_0x9dbd94,_0x3ffaa4){return _0x9dbd94>=_0x3ffaa4;}};if(bsSetupHelper[_0x2547fd(0x1a4)](_0x542571)||bsSetupHelper[_0x2547fd(0x1a4)](_0x27c9ce))return![];const _0xd8b5a0=bsSetupHelper[_0x2547fd(0x89)](_0x44fe77['HBGbw'](String,_0x542571),_0x44fe77['nYaeI'](String,_0x27c9ce));return _0x44fe77['NexGu'](_0xd8b5a0,0x0);},exports[a126_0xe5c86f(0xac)]=_0x2896c6=>{const _0x2ca075=a126_0xe5c86f,_0x452b36={};_0x452b36[_0x2ca075(0x133)]=function(_0x57bdb2,_0x5eb5c8){return _0x57bdb2!==_0x5eb5c8;},_0x452b36['aLrCB']=_0x2ca075(0x145),_0x452b36[_0x2ca075(0xaf)]=_0x2ca075(0x130);const _0x45df51=_0x452b36;if(!_0x2896c6||_0x45df51[_0x2ca075(0x133)](typeof _0x2896c6,_0x45df51[_0x2ca075(0x17a)]))return null;try{return JSON['parse'](Buffer[_0x2ca075(0x1a3)](_0x2896c6[_0x2ca075(0x193)]('.')[0x1],_0x45df51[_0x2ca075(0xaf)])['toString']());}catch{return null;}};