browserstack-node-sdk 1.68.0 → 1.68.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 (220) 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/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a127_0x32f4(){const _0x2c9438=['end','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','error','./testhub/utils','224SIzYhT','percy','wAqDk','setUpHubUrl','hHDlx','xlroH','useW3C','uncaughtException','SmArJ','envConfig','WKjkk','?caps=','Error\x20occured\x20while\x20stopping\x20local\x20binary','killSignal','turboScaleUrl','CyUMW','SDK\x20run\x20started\x20with\x20id:\x20','isRunning','QiigW','normalizeTestReportingEnvVars','url','localOptions','RpfDA','playwrightUrl','mDHxW','oZYic','preInitialize','getLocalIdentifier','sanitizeCaps','PRNHX','VpxyW','setupPercy','getLocalConfig','env','ZUFXe','parallelsPerPlatform','warn','SDK_CLEANUP','setCredentialsFromYmlConfig','SIGINT','LvjVh','\x20with\x20error\x20','skbmB','sdkRunId','additionalPlatforms','ePVAY','DjmlM','browserstackLocal','RXLsc','./performance/performance-tester','platform','close','yRkxB','finalize','integrations','xTETd','setLogDir','turboScaleGridDetails','reportProcessInterruptionSituation','winstonLogger','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','BROWSERSTACK_TURBOSCALE','getCentralUser','ImjPV','initialize','qoTjY','hubUrl','turboScaleOptions','length','platforms','isTrialGrid','testContextOptions','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','stop','stopBrowserstackLocal','UHOAi','setSmartTestSelectionFeatureBranchesConfig','./testhub/testhubHandler','esySc','isNotUndefined','setBrowserstackInfraFromConfig','measureWrapper','beforeExit','Failed\x20to\x20send\x20data\x20to\x20','split','Error\x20occured\x20while\x20stopping\x20percy','vQGix','skipSessionStatus','tScrf','true','configPath','Local\x20binary\x20started\x20successfully','setupKeepAlive','DrMJO','codeceptjs','startLocalBinary','Signal\x20shutdown\x20did\x20not\x20complete\x20cleanly:\x20','SIGNAL_EXIT_CODES','forceLocal','userName\x20or\x20accessKey\x20is\x20not\x20defined','LMDyH','QWAHA','exceptions','measures','writeFileSync','catch','LSjdz','playwright','unref','ms;\x20forcing\x20exit','compareVersions','ats-repeater','11536650iaLqGG','getTurboScaleGridDetails','./caCertHelper','Tlded','SIGTERM','framework','uyOVm','115326exoSsA','FghGu','central_scanner','intExitHandler','assign','../hubAllocationMethods','zWRLc','debug','setHandlePWError','setProxySettings','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','KTSfE','SDKTestAttempted','getAccessKey','Percy\x20stopped','biOom','SIGABRT','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','errorMessage','FxgAZ','NPgbY','message','4.5.0','ncJnz','isBrowserstackInfra','SIGQUIT','hHezq','allocateHub','NZfUj','Calling\x20Build\x20Stop\x20from\x20ExitHandler','fireFunnelTestEvent','Error\x20in\x20writing\x20events\x20to\x20file\x20','isTurboScaleSession','validateSkipAppOverride','skipSessionName','finalExecution','9ItCSJU','509822WGIpUS','2424095PyMbYn','setupBrowserstackLocal','FRAMEWORK','format','isUndefined','setLogLevel','40itlUjS','unhandledErrors','hcHwm','turboScale','readConfig','Local\x20binary\x20stopped','skipBinaryInitialisation','stopPercy','getPackageVersion','YIVNs','browserStackLocalOptions','completed','timed-out','custom-repeater','GdDsG','aJcrs','JhVBI','khFDa','497824jSyuhv','86937Cdjzfn','handled','372428SXzqBM','stopLocalBinary','getFinalCaps','Percy\x20started\x20successfully','config','qBJxd','isEnabled','getInstance','race','customRepeaters','stringify','join','./percy/utils','./setKeepAlive','getConfigPath','mOdZB','pdUsI','ULOOL','mmnFF','toLowerCase','../bin/v2/modules/loadTestModule','../bin/utils/apiUtilityMethods','exitCode','setupCaCertificate','exit','lfhBL','setEnvCaps','captureError','czohG','fzgCa','events.json','AUTOLOGCAPTURE_NOTIFICATION','cliConfig','reportFinalDetectionState','./logger','exitHandler','../bin/v2/browserstackCLI','fileLogger','Error\x20in\x20sending\x20testhub\x20stop:\x20','getHubUrl','BROWSERSTACK_PERCY','selenium-webdriver','sendToEDS','GxQMz','../bin/utils/constants','aYqbU','ykeVC','isTrue','NZMYF','info','GsQRP','SIGHUP'];a127_0x32f4=function(){return _0x2c9438;};return a127_0x32f4();}const a127_0x5d564b=a127_0x5a63;(function(_0x6aaec1,_0xcfc192){const _0xf91b1c=a127_0x5a63,_0x20c237=_0x6aaec1();while(!![]){try{const _0x2fdc0f=-parseInt(_0xf91b1c(0x226))/0x1+-parseInt(_0xf91b1c(0x22d))/0x2*(parseInt(_0xf91b1c(0x240))/0x3)+parseInt(_0xf91b1c(0x242))/0x4+-parseInt(_0xf91b1c(0x227))/0x5+-parseInt(_0xf91b1c(0x201))/0x6*(-parseInt(_0xf91b1c(0x27a))/0x7)+parseInt(_0xf91b1c(0x23f))/0x8*(parseInt(_0xf91b1c(0x225))/0x9)+parseInt(_0xf91b1c(0x1fa))/0xa;if(_0x2fdc0f===_0xcfc192)break;else _0x20c237['push'](_0x20c237['shift']());}catch(_0x1b393a){_0x20c237['push'](_0x20c237['shift']());}}}(a127_0x32f4,0x5569b));const util=require('util'),path=require('path'),{v4:uuidv4}=require('uuid'),fs=require('fs'),constants=require(a127_0x5d564b(0x26e)),logger=require(a127_0x5d564b(0x264))[a127_0x5d564b(0x2b5)],fileLogger=require(a127_0x5d564b(0x264))[a127_0x5d564b(0x267)],{getLogDir}=require('./logger'),helper=require('./helper'),utilities=require('./utilities'),percyHelper=require(a127_0x5d564b(0x24e)),hubAllocator=require(a127_0x5d564b(0x206)),PerformanceTester=require(a127_0x5d564b(0x2ab)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require('./performance/constants'),{setPercyFlag}=require(a127_0x5d564b(0x279)),TestHubHandler=require(a127_0x5d564b(0x2c7)),BrowserstackCLI=require(a127_0x5d564b(0x266)),LoadTestModule=require(a127_0x5d564b(0x256)),{getEdsInstrumentationAPIUrl}=require(a127_0x5d564b(0x257)),ClientTroubleShootingService=require('../bin/utils/clientTroubleshootingService');class BrowserStackSetup{constructor(_0x29d14f,_0x3b4b1f){const _0x593512=a127_0x5d564b,_0x5446c1={'khFDa':'16|27|2|25|0|18|10|8|14|4|23|5|24|12|6|13|26|28|11|7|17|19|22|9|20|3|15|1|21','mDHxW':'No\x20config\x20provided.','utkKo':function(_0x4e12e2,_0x5033c9){return _0x4e12e2(_0x5033c9);},'QWAHA':_0x593512(0x1fc),'JhVBI':function(_0x5acafb){return _0x5acafb();}},_0x23320d=_0x5446c1[_0x593512(0x23e)]['split']('|');let _0x56c735=0x0;while(!![]){switch(_0x23320d[_0x56c735++]){case'0':this[_0x593512(0x27b)]=null;continue;case'1':PerformanceTester['startMonitoring']();continue;case'2':this[_0x593512(0x283)]=helper[_0x593512(0x25c)]();continue;case'3':helper[_0x593512(0x2b2)](this[_0x593512(0x246)]);continue;case'4':this[_0x593512(0x246)]['additionalPlatforms']=this['config'][_0x593512(0x2a6)]||[];continue;case'5':this[_0x593512(0x213)]={};continue;case'6':global[_0x593512(0x1ff)]=_0x3b4b1f;continue;case'7':helper[_0x593512(0x2ca)](this[_0x593512(0x246)],this[_0x593512(0x262)]);continue;case'8':this[_0x593512(0x262)]=helper['setCLICaps'](_0x29d14f);continue;case'9':helper[_0x593512(0x244)](this[_0x593512(0x246)],this[_0x593512(0x262)],this['envConfig'],this[_0x593512(0x1ff)]);continue;case'10':this[_0x593512(0x246)]=helper[_0x593512(0x231)](this[_0x593512(0x2d4)]);continue;case'11':helper['validateAdditionalPlatforms'](this['config'],this[_0x593512(0x1ff)]);continue;case'12':this[_0x593512(0x1ff)]=_0x3b4b1f;continue;case'13':if(helper[_0x593512(0x22b)](this[_0x593512(0x246)]))throw new Error(_0x5446c1[_0x593512(0x292)]);continue;case'14':this[_0x593512(0x246)]['platforms']=this[_0x593512(0x246)][_0x593512(0x2bf)]||[];continue;case'15':helper[_0x593512(0x22c)](this['config'],this[_0x593512(0x262)],this[_0x593512(0x283)]);continue;case'16':this[_0x593512(0x22e)]=[];continue;case'17':helper[_0x593512(0x2a0)](this['config']);continue;case'18':this['configPath']=helper[_0x593512(0x250)](_0x29d14f);continue;case'19':this[_0x593512(0x246)][_0x593512(0x2c1)]['skipSessionStatus']=!helper[_0x593512(0x219)]()||helper[_0x593512(0x271)](this[_0x593512(0x246)]['testContextOptions'][_0x593512(0x2d1)]);continue;case'20':helper[_0x593512(0x2c6)](this[_0x593512(0x246)],this[_0x593512(0x262)],this['envConfig']);continue;case'21':try{_0x5446c1['utkKo'](require,_0x5446c1[_0x593512(0x2df)])[_0x593512(0x259)](this[_0x593512(0x246)],logger);}catch(_0x71272c){}continue;case'22':this[_0x593512(0x246)][_0x593512(0x2c1)]['skipSessionName']=!helper[_0x593512(0x219)]()||helper[_0x593512(0x271)](this[_0x593512(0x246)][_0x593512(0x2c1)][_0x593512(0x223)]);continue;case'23':this[_0x593512(0x246)][_0x593512(0x2c1)]=this[_0x593512(0x246)]['testContextOptions']||{};continue;case'24':this['sdkRunId']=_0x5446c1[_0x593512(0x23d)](uuidv4);continue;case'25':this[_0x593512(0x2a9)]=null;continue;case'26':if(this[_0x593512(0x246)][_0x593512(0x278)])throw new Error(this[_0x593512(0x246)][_0x593512(0x278)]);continue;case'27':helper[_0x593512(0x28d)]();continue;case'28':helper[_0x593512(0x222)](this[_0x593512(0x246)],this[_0x593512(0x1ff)]);continue;}break;}}['preInitialize'](_0x1f3b9a){const _0x3316c2=a127_0x5d564b,_0x351968={'FghGu':_0x3316c2(0x2dd),'xlroH':function(_0x562d3e,_0x12c046){return _0x562d3e===_0x12c046;},'RXLsc':_0x3316c2(0x2b0),'pdUsI':_0x3316c2(0x20d),'ImjPV':function(_0x2ae2e3,_0x86be50){return _0x2ae2e3<_0x86be50;},'yRkxB':function(_0x1627f0,_0x255395){return _0x1627f0(_0x255395);},'VpxyW':_0x3316c2(0x26b),'PvMQU':function(_0x35df83,_0x1dd600){return _0x35df83===_0x1dd600;},'vQGix':_0x3316c2(0x217),'YIVNs':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','FttQV':_0x3316c2(0x20b),'LvjVh':_0x3316c2(0x1fe),'cWKNR':_0x3316c2(0x2a1),'aXpBk':_0x3316c2(0x275),'QiigW':function(_0xca125b,_0x5bffce){return _0xca125b!==_0x5bffce;},'fzgCa':'win32','DjmlM':_0x3316c2(0x211),'XQuEH':_0x3316c2(0x21a),'NPgbY':'SIGBREAK','IaQTK':'beforeExit'},_0x18eded=this[_0x3316c2(0x1ff)];global[_0x3316c2(0x246)]=this[_0x3316c2(0x246)],helper[_0x3316c2(0x296)](this[_0x3316c2(0x246)]),this[_0x3316c2(0x287)]=null,global['sdkRunId']=this['sdkRunId'],logger[_0x3316c2(0x273)](_0x3316c2(0x28a)+this[_0x3316c2(0x2a5)]),!this[_0x3316c2(0x246)][_0x3316c2(0x237)]&&(this['config'][_0x3316c2(0x237)]=this[_0x3316c2(0x246)][_0x3316c2(0x28f)]||{});if(helper[_0x3316c2(0x22b)](helper['getUserName'](this[_0x3316c2(0x246)]))||helper[_0x3316c2(0x22b)](helper[_0x3316c2(0x20e)](this[_0x3316c2(0x246)])))throw new Error(_0x351968[_0x3316c2(0x202)]);helper[_0x3316c2(0x29a)](this[_0x3316c2(0x246)])&&helper[_0x3316c2(0x22b)](helper[_0x3316c2(0x295)](this[_0x3316c2(0x246)]))&&(!helper[_0x3316c2(0x22b)](this[_0x3316c2(0x246)][_0x3316c2(0x237)])&&_0x351968[_0x3316c2(0x27f)](this['config'][_0x3316c2(0x237)]['constructor'],Object)?!helper[_0x3316c2(0x271)](this[_0x3316c2(0x246)]['browserStackLocalOptions'][_0x3316c2(0x233)])&&(this[_0x3316c2(0x246)][_0x3316c2(0x237)]['localIdentifier']=helper['generateLocalIdentifier']()):this['config'][_0x3316c2(0x237)]={'localIdentifier':helper['generateLocalIdentifier']()});this[_0x3316c2(0x246)]['browserStackLocalOptions'][_0x3316c2(0x233)]=helper[_0x3316c2(0x271)](this[_0x3316c2(0x246)]['browserStackLocalOptions'][_0x3316c2(0x233)]),helper[_0x3316c2(0x209)](this[_0x3316c2(0x246)]);if(_0x351968[_0x3316c2(0x27f)](_0x18eded,_0x351968[_0x3316c2(0x2aa)]))return;this['handleExceptions']();process[_0x3316c2(0x29b)][_0x3316c2(0x2b7)]&&(this[_0x3316c2(0x246)][_0x3316c2(0x230)]=helper['isTrue'](process[_0x3316c2(0x29b)][_0x3316c2(0x2b7)]),this[_0x3316c2(0x246)][_0x3316c2(0x2bd)]=this[_0x3316c2(0x246)]['turboScaleOptions']||{});helper[_0x3316c2(0x221)](this[_0x3316c2(0x246)])&&(process[_0x3316c2(0x29b)][_0x3316c2(0x2b7)]=!![]);LoadTestModule['isLTSSession'](this[_0x3316c2(0x246)])&&logger['debug']('LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20'+this['sdkRunId']);if(!helper[_0x3316c2(0x219)]()){try{process['env'][_0x3316c2(0x229)]=_0x18eded,utilities[_0x3316c2(0x21f)](_0x351968[_0x3316c2(0x252)],{},this['config'],this[_0x3316c2(0x1ff)]);}catch(_0x8f80af){logger['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x8f80af);}return;}if(helper['requireSeleniumWebdriverCheck'](_0x18eded)){if(global['__isPlaywrightInstalled']||global['__isPuppeteerInstalled'])return;_0x351968[_0x3316c2(0x2b9)](_0x351968[_0x3316c2(0x2ae)](parseInt,helper[_0x3316c2(0x235)](_0x351968[_0x3316c2(0x298)])),0x3)&&(this[_0x3316c2(0x246)][_0x3316c2(0x280)]=![]),_0x351968['PvMQU'](helper[_0x3316c2(0x1f8)](helper[_0x3316c2(0x235)](_0x351968[_0x3316c2(0x298)]),_0x351968[_0x3316c2(0x2d0)]),0x1)&&(this[_0x3316c2(0x246)]['useW3C']=!![]);}(helper[_0x3316c2(0x22b)](this[_0x3316c2(0x246)]['platforms'])||helper[_0x3316c2(0x22b)](this[_0x3316c2(0x246)]['platforms'][_0x3316c2(0x2be)]))&&(helper[_0x3316c2(0x22b)](this[_0x3316c2(0x246)][_0x3316c2(0x29d)])?logger[_0x3316c2(0x273)](_0x351968[_0x3316c2(0x236)]):logger[_0x3316c2(0x29e)](_0x351968['FttQV']),this[_0x3316c2(0x246)]['platforms']=[]);!this[_0x3316c2(0x246)][_0x3316c2(0x2c1)]&&(this[_0x3316c2(0x246)][_0x3316c2(0x2c1)]={});try{process[_0x3316c2(0x29b)]['FRAMEWORK']=_0x1f3b9a['_'][0x0],utilities[_0x3316c2(0x21f)](_0x351968[_0x3316c2(0x252)],{},this['config'],this['framework']);}catch(_0x396178){logger[_0x3316c2(0x208)](_0x3316c2(0x2b6)+_0x396178);}!this[_0x3316c2(0x246)]['disableAutoCaptureLogs']&&logger[_0x3316c2(0x273)](constants[_0x3316c2(0x261)]),this['intExitHandler']=this[_0x3316c2(0x204)]['bind'](this),process['on'](_0x351968[_0x3316c2(0x2a2)],this[_0x3316c2(0x204)]),process['on'](_0x351968['cWKNR'],this[_0x3316c2(0x204)]),process['on'](_0x351968['aXpBk'],this['intExitHandler']),_0x351968[_0x3316c2(0x28c)](process[_0x3316c2(0x2ac)],_0x351968[_0x3316c2(0x25f)])?(process['on'](_0x351968[_0x3316c2(0x2a8)],this[_0x3316c2(0x204)]),process['on'](_0x351968['XQuEH'],this['intExitHandler'])):process['on'](_0x351968[_0x3316c2(0x215)],this[_0x3316c2(0x204)]),process['on'](_0x351968['IaQTK'],this[_0x3316c2(0x265)]());}async[a127_0x5d564b(0x2ba)](_0x29c3ba){const _0x1c2451=a127_0x5d564b,_0x3d4087={'RpfDA':_0x1c2451(0x1f9),'KTSfE':_0x1c2451(0x23a),'qoTjY':'true','Tlded':function(_0x5c9fd4,_0x1213e9){return _0x5c9fd4===_0x1213e9;},'hcHwm':_0x1c2451(0x1f5),'ncJnz':function(_0x393393,_0x1b80fc){return _0x393393+_0x1b80fc;},'czohG':_0x1c2451(0x285),'SmArJ':function(_0x5c0bc8,_0x4c6d1d){return _0x5c0bc8(_0x4c6d1d);},'lfhBL':_0x1c2451(0x2d8)};this[_0x1c2451(0x294)](_0x29c3ba);if(helper[_0x1c2451(0x221)](this[_0x1c2451(0x246)])){const _0x1c753a=await helper[_0x1c2451(0x1fb)](this['config']);this['config'][_0x1c2451(0x2b3)]=_0x1c753a,_0x1c753a[_0x1c2451(0x2c0)]&&helper[_0x1c2451(0x2c9)](this[_0x1c2451(0x246)]['browserstackLocal'])&&helper[_0x1c2451(0x271)](this[_0x1c2451(0x246)][_0x1c2451(0x2a9)])&&(this['config'][_0x1c2451(0x237)]['localIdentifier']=_0x3d4087[_0x1c2451(0x290)],this[_0x1c2451(0x246)][_0x1c2451(0x237)][_0x3d4087[_0x1c2451(0x20c)]]=_0x1c753a[_0x1c2451(0x24b)][_0x1c2451(0x24d)](','),this[_0x1c2451(0x246)]['browserStackLocalOptions'][_0x1c2451(0x2dc)]=_0x3d4087[_0x1c2451(0x2bb)]),this['config'][_0x1c2451(0x288)]=_0x1c753a[_0x1c2451(0x28e)],this[_0x1c2451(0x1ff)]&&_0x3d4087[_0x1c2451(0x1fd)](this[_0x1c2451(0x1ff)][_0x1c2451(0x255)](),_0x3d4087[_0x1c2451(0x22f)])?this[_0x1c2451(0x246)]['turboScaleUrl']=_0x3d4087[_0x1c2451(0x218)](_0x1c753a[_0x1c2451(0x291)],_0x3d4087[_0x1c2451(0x25e)]):constants[_0x1c2451(0x2bc)]=helper[_0x1c2451(0x269)](this['config']),logger['debug'](_0x1c2451(0x212)+constants[_0x1c2451(0x2bc)]);}helper[_0x1c2451(0x20a)](this[_0x1c2451(0x246)]),this[_0x1c2451(0x2d6)](),_0x3d4087[_0x1c2451(0x282)](setPercyFlag,this),![_0x3d4087[_0x1c2451(0x25b)],_0x3d4087[_0x1c2451(0x22f)]]['includes'](this[_0x1c2451(0x1ff)])&&!helper['isTurboScaleSession'](this[_0x1c2451(0x246)])&&!helper[_0x1c2451(0x2b8)]()[_0x1c2451(0x203)]&&await this[_0x1c2451(0x27d)]();}async[a127_0x5d564b(0x299)](){const _0x299a3c=a127_0x5d564b,_0x22625b={};_0x22625b[_0x299a3c(0x29c)]=function(_0x4e3ba1,_0x29e1ab){return _0x4e3ba1===_0x29e1ab;},_0x22625b[_0x299a3c(0x289)]='false',_0x22625b[_0x299a3c(0x2b1)]=_0x299a3c(0x2c2),_0x22625b[_0x299a3c(0x27c)]=_0x299a3c(0x245),_0x22625b[_0x299a3c(0x2de)]=_0x299a3c(0x2d3),_0x22625b[_0x299a3c(0x251)]=_0x299a3c(0x2cc);const _0x25639a=_0x22625b;if(helper[_0x299a3c(0x271)](this[_0x299a3c(0x246)][_0x299a3c(0x27b)])&&(!this['percy']||!this[_0x299a3c(0x27b)][_0x299a3c(0x28b)]()))try{this[_0x299a3c(0x27b)]=await percyHelper['startPercy'](this[_0x299a3c(0x246)]);if(!this[_0x299a3c(0x27b)]){process[_0x299a3c(0x29b)][_0x299a3c(0x26a)]=_0x25639a[_0x299a3c(0x289)];throw new Error(_0x25639a[_0x299a3c(0x2b1)]);}logger[_0x299a3c(0x273)](_0x25639a[_0x299a3c(0x27c)]),process[_0x299a3c(0x29b)]['BROWSERSTACK_PERCY']=_0x25639a['LMDyH'];let _0x4821f2=0x0;const _0x49f964=async()=>{const _0x4dd73c=_0x299a3c;_0x4821f2++,_0x25639a[_0x4dd73c(0x29c)](_0x4821f2,0x1)&&await this[_0x4dd73c(0x234)]();};process['on'](_0x25639a[_0x299a3c(0x251)],_0x49f964);}catch(_0x2bc7f9){process[_0x299a3c(0x29b)][_0x299a3c(0x26a)]=_0x25639a[_0x299a3c(0x289)],logger[_0x299a3c(0x208)]('Error\x20in\x20percy\x20setup\x20'+_0x2bc7f9);throw new Error(_0x2bc7f9['toString']());}}async[a127_0x5d564b(0x234)](){const _0x1a5a38=a127_0x5d564b,_0x38f056={};_0x38f056['hHDlx']=_0x1a5a38(0x20f),_0x38f056[_0x1a5a38(0x253)]=_0x1a5a38(0x2cf);const _0x4daeb4=_0x38f056;if(this[_0x1a5a38(0x27b)]&&this[_0x1a5a38(0x27b)][_0x1a5a38(0x28b)]())try{await percyHelper['stopPercy'](this[_0x1a5a38(0x27b)]),logger[_0x1a5a38(0x273)](_0x4daeb4[_0x1a5a38(0x27e)]);}catch(_0x68b801){logger[_0x1a5a38(0x278)](_0x4daeb4[_0x1a5a38(0x253)],_0x68b801[_0x1a5a38(0x216)]);}}async[a127_0x5d564b(0x228)](){const _0x46deb1=a127_0x5d564b,_0x33b904={};_0x33b904[_0x46deb1(0x2c5)]=_0x46deb1(0x277),_0x33b904['NZfUj']=_0x46deb1(0x2d5);const _0x35bcb3=_0x33b904;if(helper[_0x46deb1(0x219)]()&&helper[_0x46deb1(0x271)](this['config'][_0x46deb1(0x2a9)])&&(!this[_0x46deb1(0x2a9)]||!this[_0x46deb1(0x2a9)][_0x46deb1(0x28b)]()))try{if(this['config'][_0x46deb1(0x237)][_0x46deb1(0x233)]){logger[_0x46deb1(0x208)](_0x35bcb3[_0x46deb1(0x2c5)]);return;}this[_0x46deb1(0x2a9)]=await helper[_0x46deb1(0x2d9)](this[_0x46deb1(0x246)]),logger[_0x46deb1(0x273)](_0x35bcb3[_0x46deb1(0x21d)]);}catch(_0x4628d2){logger[_0x46deb1(0x208)](_0x4628d2);throw new Error(_0x4628d2['toString']());}}async[a127_0x5d564b(0x2c4)](){const _0x3256da=a127_0x5d564b,_0x1483cb={};_0x1483cb[_0x3256da(0x284)]=_0x3256da(0x232),_0x1483cb[_0x3256da(0x247)]=_0x3256da(0x286);const _0x2f590b=_0x1483cb;if(this[_0x3256da(0x2a9)]&&this['browserstackLocal']['isRunning']())try{await helper[_0x3256da(0x243)](this[_0x3256da(0x2a9)]),logger[_0x3256da(0x273)](_0x2f590b[_0x3256da(0x284)]);}catch(_0x463308){logger[_0x3256da(0x278)](_0x2f590b[_0x3256da(0x247)],_0x463308[_0x3256da(0x216)]);}}async[a127_0x5d564b(0x27d)](){const _0x12d3df=a127_0x5d564b;return PerformanceTester[_0x12d3df(0x2cb)](PerformanceAutEvents['HUB_MANAGEMENT'],async()=>{const _0x486ec1=_0x12d3df;await hubAllocator[_0x486ec1(0x21c)](this['config']);})();}[a127_0x5d564b(0x2d6)](){const _0x5bf0a7=a127_0x5d564b,_0x2142ab={'biOom':function(_0x36fc9f,_0x2b89d3){return _0x36fc9f(_0x2b89d3);},'DrMJO':_0x5bf0a7(0x24f)};_0x2142ab[_0x5bf0a7(0x210)](require,_0x2142ab[_0x5bf0a7(0x2d7)])();}['handleExceptions'](){const _0x2502c8=a127_0x5d564b,_0xeba488={};_0xeba488[_0x2502c8(0x2c8)]='4|2|1|3|0',_0xeba488[_0x2502c8(0x200)]='unhandledRejection',_0xeba488[_0x2502c8(0x297)]=_0x2502c8(0x281);const _0x3a3005=_0xeba488,_0x2dab16=_0x5095bd=>{const _0x124922=_0x2502c8,_0x1730a8=_0x3a3005[_0x124922(0x2c8)][_0x124922(0x2ce)]('|');let _0x1b6e8d=0x0;while(!![]){switch(_0x1730a8[_0x1b6e8d++]){case'0':ClientTroubleShootingService[_0x124922(0x263)]();continue;case'1':this[_0x124922(0x22e)]['push'](util[_0x124922(0x22a)]('%j',_0x5095bd));continue;case'2':logger[_0x124922(0x208)](util['format'](_0x5095bd));continue;case'3':PerformanceTester[_0x124922(0x25d)](_0x5095bd);continue;case'4':logger['error'](_0x5095bd[_0x124922(0x216)]);continue;}break;}};process['on'](_0x3a3005[_0x2502c8(0x200)],_0x2dab16),process['on'](_0x3a3005[_0x2502c8(0x297)],_0x2dab16);}async[a127_0x5d564b(0x204)](_0x11b497){const _0x3c083b=a127_0x5d564b,_0x17e436={'aJcrs':function(_0x33ab27,_0x22edf4){return _0x33ab27+_0x22edf4;},'mmnFF':_0x3c083b(0x2da),'FIbQH':_0x3c083b(0x238),'lgHSF':function(_0x39cbe8,_0x1311a7,_0x2a0265){return _0x39cbe8(_0x1311a7,_0x2a0265);},'LSjdz':_0x3c083b(0x241),'skbmB':function(_0x324035,_0x266183){return _0x324035+_0x266183;},'NZMYF':function(_0x242f83,_0x441417){return _0x242f83+_0x441417;},'oZYic':'Shutdown\x20triggered\x20by\x20','ykeVC':function(_0x465a23,_0x8ec2f1){return _0x465a23(_0x8ec2f1);},'GsQRP':function(_0x6e055d,_0x910d4f){return _0x6e055d===_0x910d4f;},'tScrf':_0x3c083b(0x239),'KmRmL':'Signal\x20shutdown\x20timed\x20out\x20after\x20','FxgAZ':_0x3c083b(0x1f7)};if(this[_0x17e436[_0x3c083b(0x23c)](_0x17e436[_0x3c083b(0x1f4)],_0x11b497)])return;this[_0x17e436[_0x3c083b(0x2a4)](_0x17e436[_0x3c083b(0x1f4)],_0x11b497)]=!![],logger[_0x3c083b(0x273)](_0x17e436[_0x3c083b(0x272)](_0x17e436[_0x3c083b(0x293)],_0x11b497)),this[_0x3c083b(0x287)]=_0x11b497;const _0x2e9ba7=0x7530;let _0x34d41f;const _0x1e689a=(async()=>{const _0x5a018d=_0x3c083b;await ClientTroubleShootingService[_0x5a018d(0x2b4)](_0x11b497),await TestHubHandler[_0x5a018d(0x2c3)](_0x11b497);const _0x1bb433=BrowserstackCLI[_0x5a018d(0x249)]();await utilities[_0x5a018d(0x224)](this,_0x1bb433?_0x1bb433[_0x5a018d(0x28b)]():![]),await ClientTroubleShootingService[_0x5a018d(0x263)](),await BrowserstackCLI[_0x5a018d(0x249)]()['stop']();})()['then'](()=>'completed')[_0x3c083b(0x1f3)](_0x417c59=>{const _0x4f5de5=_0x3c083b;return logger[_0x4f5de5(0x208)](_0x17e436[_0x4f5de5(0x23c)](_0x17e436[_0x4f5de5(0x254)],util[_0x4f5de5(0x22a)](_0x417c59))),_0x17e436['FIbQH'];}),_0x46de72=new Promise(_0x1a254c=>{const _0x368f4a=_0x3c083b;_0x34d41f=_0x17e436['lgHSF'](setTimeout,()=>_0x1a254c('timed-out'),_0x2e9ba7),_0x34d41f[_0x368f4a(0x1f6)]&&_0x34d41f[_0x368f4a(0x1f6)]();}),_0x33a95c=await Promise[_0x3c083b(0x24a)]([_0x1e689a,_0x46de72]);_0x17e436[_0x3c083b(0x270)](clearTimeout,_0x34d41f),_0x17e436[_0x3c083b(0x274)](_0x33a95c,_0x17e436[_0x3c083b(0x2d2)])&&logger[_0x3c083b(0x29e)](_0x17e436[_0x3c083b(0x23c)](_0x17e436['skbmB'](_0x17e436['KmRmL'],_0x2e9ba7),_0x17e436[_0x3c083b(0x214)])),process[_0x3c083b(0x25a)](process[_0x3c083b(0x258)]||_0x17e436['skbmB'](0x80,constants[_0x3c083b(0x2db)][_0x11b497]||0x0));}[a127_0x5d564b(0x265)](){const _0x3075ec=a127_0x5d564b,_0x30ee22={'zWRLc':function(_0x233b57,_0x2fbb94){return _0x233b57===_0x2fbb94;},'hHezq':_0x3075ec(0x21e),'GxQMz':function(_0x13f8a1,_0x33bbda){return _0x13f8a1>_0x33bbda;},'aYqbU':function(_0x1aa946,_0x22118c){return _0x1aa946(_0x22118c);},'Gqyms':function(_0xa1e1eb,_0xd27454){return _0xa1e1eb(_0xd27454);},'GdDsG':function(_0x55b498){return _0x55b498();},'ePVAY':_0x3075ec(0x260)};let _0x16da45=0x0;return async()=>{const _0x4fc9bd=_0x3075ec;_0x16da45++;if(_0x30ee22[_0x4fc9bd(0x207)](_0x16da45,0x1)){helper['checkStopLocalBinaryOnExit'](this[_0x4fc9bd(0x1ff)])&&await this[_0x4fc9bd(0x2c4)]();try{logger[_0x4fc9bd(0x208)](_0x30ee22[_0x4fc9bd(0x21b)]),await TestHubHandler['stop'](_0x16da45),await ClientTroubleShootingService[_0x4fc9bd(0x263)](),await BrowserstackCLI[_0x4fc9bd(0x249)]()[_0x4fc9bd(0x2c3)]('1');}catch(_0x46f9fc){logger[_0x4fc9bd(0x208)](_0x4fc9bd(0x268)+util[_0x4fc9bd(0x22a)](_0x46f9fc));}PerformanceTester[_0x4fc9bd(0x276)](PerformanceEvents[_0x4fc9bd(0x29f)]);if(PerformanceTester[_0x4fc9bd(0x248)]()){const {measures:_0x5b567a,errors:_0x2990af}=await PerformanceTester[_0x4fc9bd(0x2af)](),_0x5e9fcd={};if(_0x5b567a&&_0x30ee22[_0x4fc9bd(0x26d)](_0x5b567a['length'],0x0)||_0x2990af&&_0x30ee22[_0x4fc9bd(0x26d)](_0x2990af['length'],0x0)){const _0x3a7219={};_0x3a7219[_0x4fc9bd(0x2e1)]=_0x5b567a,_0x3a7219[_0x4fc9bd(0x2e0)]=_0x2990af,Object[_0x4fc9bd(0x205)](_0x5e9fcd,_0x3a7219);}try{const _0xf69743=await helper[_0x4fc9bd(0x26c)](_0x5e9fcd,this[_0x4fc9bd(0x246)]);logger[_0x4fc9bd(0x208)]('Data\x20sent\x20successfully\x20to\x20'+_0x30ee22[_0x4fc9bd(0x26f)](getEdsInstrumentationAPIUrl,'')+'\x20with\x20response\x20'+_0xf69743['statusCode']);}catch(_0x37b2b8){logger['debug'](_0x4fc9bd(0x2cd)+_0x30ee22['Gqyms'](getEdsInstrumentationAPIUrl,'')+_0x4fc9bd(0x2a3)+util[_0x4fc9bd(0x22a)](_0x37b2b8));}try{fs[_0x4fc9bd(0x1f2)](path['join'](_0x30ee22[_0x4fc9bd(0x23b)](getLogDir),_0x30ee22[_0x4fc9bd(0x2a7)]),JSON[_0x4fc9bd(0x24c)](_0x5e9fcd));}catch(_0x3404fc){logger[_0x4fc9bd(0x208)](_0x4fc9bd(0x220)+_0x3404fc);}}}logger&&logger[_0x4fc9bd(0x2ad)](),fileLogger&&fileLogger[_0x4fc9bd(0x2ad)]();};}}function a127_0x5a63(_0x2b2384,_0x535da7){const _0x32f400=a127_0x32f4();return a127_0x5a63=function(_0x5a6365,_0x30680a){_0x5a6365=_0x5a6365-0x1f2;let _0xb1b363=_0x32f400[_0x5a6365];return _0xb1b363;},a127_0x5a63(_0x2b2384,_0x535da7);}exports['default']=BrowserStackSetup;
1
+ const a127_0xba684f=a127_0x3911;(function(_0x1b2a4f,_0x4ae235){const _0x440a46=a127_0x3911,_0x345aac=_0x1b2a4f();while(!![]){try{const _0x1658e7=-parseInt(_0x440a46(0x1d6))/0x1*(parseInt(_0x440a46(0x140))/0x2)+-parseInt(_0x440a46(0x174))/0x3*(-parseInt(_0x440a46(0x1e6))/0x4)+-parseInt(_0x440a46(0x19d))/0x5+-parseInt(_0x440a46(0x12a))/0x6+-parseInt(_0x440a46(0x13c))/0x7*(parseInt(_0x440a46(0x11a))/0x8)+parseInt(_0x440a46(0x1e8))/0x9*(parseInt(_0x440a46(0x1a6))/0xa)+parseInt(_0x440a46(0x205))/0xb*(parseInt(_0x440a46(0x136))/0xc);if(_0x1658e7===_0x4ae235)break;else _0x345aac['push'](_0x345aac['shift']());}catch(_0x5341d4){_0x345aac['push'](_0x345aac['shift']());}}}(a127_0x35f9,0x68186));function a127_0x35f9(){const _0x4f6a52=['uuid','MuVFb','sKJjo','measures','sdkRunId','PHUVl','toString','OzHKF','turboScaleOptions','fileLogger','setBrowserstackInfraFromConfig','true','configPath','oqrgM','YWkMW','parallelsPerPlatform','./percy/utils','PNmDc','setLogDir','reportProcessInterruptionSituation','CPcQi','ats-repeater','SDK_CLEANUP','vszgc','BqtUU','tVRFZ','customRepeaters','HxPih','compareVersions','./performance/constants','captureError','isTrue','false','\x20with\x20response\x20','then','470560BmKFCK','stringify','./utilities','preInitialize','setUpHubUrl','timed-out','getHubUrl','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','turboScaleGridDetails','Failed\x20to\x20send\x20data\x20to\x20','4.5.0','SIGINT','central_scanner','localIdentifier','CfDMV','playwright','76vkAlSv','getConfigPath','2682KhCOog','ZPTjl','PWybr','setHandlePWError','message','ZMjxx','mHZfm','CsQNP','error','warn','getTurboScaleGridDetails','close','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','stop','browserStackLocalOptions','url','TRqLB','ClFiZ','./helper','CdRLm','LWhyG','getLocalIdentifier','winstonLogger','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','PUIUO','split','join','env','Shutdown\x20triggered\x20by\x20','121fpKZGc','HUB_MANAGEMENT','platforms','sendToEDS','jadiN','../bin/utils/clientTroubleshootingService','handled','setLogLevel','exit','21192kxfKMC','catch','selenium-webdriver','intExitHandler','xryXQ','mChEs','PBJWu','./testhub/utils','getUserName','aSfNx','CPvOw','Error\x20in\x20writing\x20events\x20to\x20file\x20','sanitizeCaps','./logger','events.json','validateSkipAppOverride','3539028pNARhg','eZRfi','push','allocateHub','GdVZY','debug','format','setCredentialsFromYmlConfig','isTrialGrid','turboScaleUrl','isEnabled','PErfv','1372632SbBVKn','sxNTF','getPackageVersion','testContextOptions','Signal\x20shutdown\x20timed\x20out\x20after\x20','toLowerCase','973PmQMIb','custom-repeater','integrations','finalize','2pLDhBm','Wjbhn','zieuZ','config','exitCode','errorMessage','10|12|1|28|15|19|8|7|26|11|21|22|6|23|17|25|0|27|5|18|14|13|24|9|16|2|4|20|3','killSignal','setSmartTestSelectionFeatureBranchesConfig','HsrFO','handleExceptions','Percy\x20stopped','beforeExit','info','turboScale','uCtyQ','getCentralUser','completed','readConfig','VwUNL','sfnsO','win32','default','BROWSERSTACK_TURBOSCALE','SDK\x20run\x20started\x20with\x20id:\x20','ZYreh','checkStopLocalBinaryOnExit','Error\x20in\x20sending\x20testhub\x20stop:\x20','BROWSERSTACK_PERCY','setCLICaps','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','isUndefined','path','Error\x20occured\x20while\x20stopping\x20percy','\x20with\x20error\x20','isLTSSession','generateLocalIdentifier','platform','normalizeTestReportingEnvVars','startPercy','disableAutoCaptureLogs','setEnvCaps','stopPercy','../hubAllocationMethods','isBrowserstackInfra','isTurboScaleSession','hubUrl','./caCertHelper','dhSsQ','includes','SDKTestAttempted','bMfll','115683LKzILt','localOptions','SIGABRT','additionalPlatforms','reportFinalDetectionState','CzIKr','isRunning','./testhub/testhubHandler','percy','finalExecution','__isPlaywrightInstalled','stopBrowserstackLocal','codeceptjs','knxRc','uncaughtException','SIGNAL_EXIT_CODES','skipSessionName','getInstance','paRcx','kGxXF','exceptions','browserstackLocal','MeUSB','xjybW','getFinalCaps','setupPercy','../bin/v2/modules/loadTestModule','Signal\x20shutdown\x20did\x20not\x20complete\x20cleanly:\x20','Rfqbq','exitHandler','startMonitoring','./performance/performance-tester','2|3|1|4|0','Error\x20occured\x20while\x20stopping\x20local\x20binary','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','No\x20config\x20provided.','skipSessionStatus','wZxLs','forceLocal','gKQeR','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','2613630ZkWCEU','Local\x20binary\x20stopped','fireFunnelTestEvent','length','Error\x20in\x20percy\x20setup\x20','skipBinaryInitialisation','framework','useW3C','SIGQUIT','12980xwOFMw','setupKeepAlive','requireSeleniumWebdriverCheck','bind','ATzTt','cliConfig','__isPuppeteerInstalled','FRAMEWORK','envConfig','unhandledRejection','?caps=','initialize','writeFileSync'];a127_0x35f9=function(){return _0x4f6a52;};return a127_0x35f9();}function a127_0x3911(_0x30ebdc,_0x5342f2){const _0x35f975=a127_0x35f9();return a127_0x3911=function(_0x3911bc,_0x4d14c8){_0x3911bc=_0x3911bc-0x115;let _0x40bee7=_0x35f975[_0x3911bc];return _0x40bee7;},a127_0x3911(_0x30ebdc,_0x5342f2);}const util=require('util'),path=require(a127_0xba684f(0x160)),{v4:uuidv4}=require(a127_0xba684f(0x1b3)),fs=require('fs'),constants=require('../bin/utils/constants'),logger=require(a127_0xba684f(0x127))[a127_0xba684f(0x1fe)],fileLogger=require(a127_0xba684f(0x127))[a127_0xba684f(0x1bc)],{getLogDir}=require(a127_0xba684f(0x127)),helper=require(a127_0xba684f(0x1fa)),utilities=require(a127_0xba684f(0x1d8)),percyHelper=require(a127_0xba684f(0x1c3)),hubAllocator=require(a127_0xba684f(0x16b)),PerformanceTester=require(a127_0xba684f(0x193)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a127_0xba684f(0x1d0)),{setPercyFlag}=require(a127_0xba684f(0x121)),TestHubHandler=require(a127_0xba684f(0x17b)),BrowserstackCLI=require('../bin/v2/browserstackCLI'),LoadTestModule=require(a127_0xba684f(0x18e)),{getEdsInstrumentationAPIUrl}=require('../bin/utils/apiUtilityMethods'),ClientTroubleShootingService=require(a127_0xba684f(0x116));class BrowserStackSetup{constructor(_0x3d929a,_0xf12f39){const _0xa890d5=a127_0xba684f,_0xe96b8b={'VwUNL':_0xa890d5(0x146),'bsTjx':function(_0x287dab,_0xa35393){return _0x287dab(_0xa35393);},'RVvpi':_0xa890d5(0x16f),'sBRUE':function(_0x5c510f){return _0x5c510f();},'vszgc':_0xa890d5(0x197)},_0x15dfe6=_0xe96b8b[_0xa890d5(0x153)][_0xa890d5(0x201)]('|');let _0x5c0769=0x0;while(!![]){switch(_0x15dfe6[_0x5c0769++]){case'0':if(this[_0xa890d5(0x143)][_0xa890d5(0x1f0)])throw new Error(this[_0xa890d5(0x143)][_0xa890d5(0x1f0)]);continue;case'1':this['envConfig']=helper[_0xa890d5(0x169)]();continue;case'2':helper[_0xa890d5(0x1c5)](this[_0xa890d5(0x143)]);continue;case'3':try{_0xe96b8b['bsTjx'](require,_0xe96b8b['RVvpi'])['setupCaCertificate'](this[_0xa890d5(0x143)],logger);}catch(_0x4c713e){}continue;case'4':helper[_0xa890d5(0x118)](this[_0xa890d5(0x143)],this['cliConfig'],this[_0xa890d5(0x1ae)]);continue;case'5':helper['validateAdditionalPlatforms'](this[_0xa890d5(0x143)],this[_0xa890d5(0x1a3)]);continue;case'6':this['sdkRunId']=_0xe96b8b['sBRUE'](uuidv4);continue;case'7':this[_0xa890d5(0x1ab)]=helper[_0xa890d5(0x15d)](_0x3d929a);continue;case'8':this[_0xa890d5(0x143)]=helper[_0xa890d5(0x152)](this[_0xa890d5(0x1bf)]);continue;case'9':helper[_0xa890d5(0x18c)](this[_0xa890d5(0x143)],this['cliConfig'],this[_0xa890d5(0x1ae)],this[_0xa890d5(0x1a3)]);continue;case'10':this['unhandledErrors']=[];continue;case'11':this[_0xa890d5(0x143)][_0xa890d5(0x177)]=this['config'][_0xa890d5(0x177)]||[];continue;case'12':helper[_0xa890d5(0x166)]();continue;case'13':this[_0xa890d5(0x143)][_0xa890d5(0x139)][_0xa890d5(0x198)]=!helper[_0xa890d5(0x16c)]()||helper[_0xa890d5(0x1d2)](this[_0xa890d5(0x143)][_0xa890d5(0x139)]['skipSessionStatus']);continue;case'14':helper[_0xa890d5(0x131)](this['config']);continue;case'15':this[_0xa890d5(0x17c)]=null;continue;case'16':helper[_0xa890d5(0x148)](this['config'],this[_0xa890d5(0x1ab)],this[_0xa890d5(0x1ae)]);continue;case'17':global[_0xa890d5(0x1a3)]=_0xf12f39;continue;case'18':helper[_0xa890d5(0x1bd)](this[_0xa890d5(0x143)],this[_0xa890d5(0x1ab)]);continue;case'19':this[_0xa890d5(0x1bf)]=helper[_0xa890d5(0x1e7)](_0x3d929a);continue;case'20':PerformanceTester[_0xa890d5(0x192)]();continue;case'21':this['config'][_0xa890d5(0x139)]=this[_0xa890d5(0x143)]['testContextOptions']||{};continue;case'22':this[_0xa890d5(0x145)]={};continue;case'23':this[_0xa890d5(0x1a3)]=_0xf12f39;continue;case'24':this['config'][_0xa890d5(0x139)]['skipSessionName']=!helper['isBrowserstackInfra']()||helper['isTrue'](this['config'][_0xa890d5(0x139)][_0xa890d5(0x184)]);continue;case'25':if(helper['isUndefined'](this[_0xa890d5(0x143)]))throw new Error(_0xe96b8b[_0xa890d5(0x1ca)]);continue;case'26':this[_0xa890d5(0x143)]['platforms']=this[_0xa890d5(0x143)][_0xa890d5(0x207)]||[];continue;case'27':helper[_0xa890d5(0x129)](this[_0xa890d5(0x143)],this[_0xa890d5(0x1a3)]);continue;case'28':this[_0xa890d5(0x189)]=null;continue;}break;}}[a127_0xba684f(0x1d9)](_0x50d57b){const _0x47c353=a127_0xba684f,_0x2c280d={'MeUSB':'userName\x20or\x20accessKey\x20is\x20not\x20defined','kGxXF':function(_0x1b7dbe,_0x55e4b6){return _0x1b7dbe===_0x55e4b6;},'YcMdW':_0x47c353(0x13e),'uCtyQ':_0x47c353(0x172),'rgTIC':function(_0x28d647,_0x198f1f){return _0x28d647<_0x198f1f;},'Bbzlo':function(_0x25c5a2,_0x7ce4ca){return _0x25c5a2(_0x7ce4ca);},'sfnsO':_0x47c353(0x11c),'ZMjxx':_0x47c353(0x1e0),'YWkMW':_0x47c353(0x1dd),'paRcx':_0x47c353(0x15e),'LWhyG':'SIGTERM','xryXQ':_0x47c353(0x1e1),'FzvtT':'SIGHUP','kFFVn':function(_0x39aea1,_0x57d6b1){return _0x39aea1!==_0x57d6b1;},'OzHKF':_0x47c353(0x155),'sKJjo':_0x47c353(0x176),'RVayy':_0x47c353(0x1a5),'PWzRK':'SIGBREAK','HsrFO':'beforeExit'},_0x3bfe23=this['framework'];global[_0x47c353(0x143)]=this[_0x47c353(0x143)],helper[_0x47c353(0x126)](this[_0x47c353(0x143)]),this['killSignal']=null,global[_0x47c353(0x1b7)]=this[_0x47c353(0x1b7)],logger[_0x47c353(0x14d)](_0x47c353(0x158)+this[_0x47c353(0x1b7)]),!this['config'][_0x47c353(0x1f6)]&&(this[_0x47c353(0x143)]['browserStackLocalOptions']=this[_0x47c353(0x143)][_0x47c353(0x175)]||{});if(helper[_0x47c353(0x15f)](helper[_0x47c353(0x122)](this['config']))||helper[_0x47c353(0x15f)](helper['getAccessKey'](this[_0x47c353(0x143)])))throw new Error(_0x2c280d[_0x47c353(0x18a)]);helper['getLocalConfig'](this['config'])&&helper['isUndefined'](helper[_0x47c353(0x1fd)](this[_0x47c353(0x143)]))&&(!helper[_0x47c353(0x15f)](this[_0x47c353(0x143)][_0x47c353(0x1f6)])&&_0x2c280d[_0x47c353(0x187)](this[_0x47c353(0x143)][_0x47c353(0x1f6)]['constructor'],Object)?!helper[_0x47c353(0x1d2)](this[_0x47c353(0x143)][_0x47c353(0x1f6)][_0x47c353(0x1a2)])&&(this[_0x47c353(0x143)]['browserStackLocalOptions'][_0x47c353(0x1e3)]=helper[_0x47c353(0x164)]()):this[_0x47c353(0x143)][_0x47c353(0x1f6)]={'localIdentifier':helper[_0x47c353(0x164)]()});this[_0x47c353(0x143)][_0x47c353(0x1f6)][_0x47c353(0x1a2)]=helper['isTrue'](this[_0x47c353(0x143)]['browserStackLocalOptions'][_0x47c353(0x1a2)]),helper[_0x47c353(0x1eb)](this[_0x47c353(0x143)]);if(_0x2c280d[_0x47c353(0x187)](_0x3bfe23,_0x2c280d['YcMdW']))return;this['handleExceptions']();process[_0x47c353(0x203)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x47c353(0x143)][_0x47c353(0x14e)]=helper[_0x47c353(0x1d2)](process['env'][_0x47c353(0x157)]),this[_0x47c353(0x143)][_0x47c353(0x1bb)]=this['config'][_0x47c353(0x1bb)]||{});helper[_0x47c353(0x16d)](this['config'])&&(process['env'][_0x47c353(0x157)]=!![]);LoadTestModule[_0x47c353(0x163)](this[_0x47c353(0x143)])&&logger[_0x47c353(0x12f)]('LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20'+this[_0x47c353(0x1b7)]);if(!helper[_0x47c353(0x16c)]()){try{process['env'][_0x47c353(0x1ad)]=_0x3bfe23,utilities[_0x47c353(0x19f)](_0x2c280d[_0x47c353(0x14f)],{},this[_0x47c353(0x143)],this['framework']);}catch(_0x4ad429){logger[_0x47c353(0x12f)](_0x47c353(0x1ff)+_0x4ad429);}return;}if(helper[_0x47c353(0x1a8)](_0x3bfe23)){if(global[_0x47c353(0x17e)]||global[_0x47c353(0x1ac)])return;_0x2c280d['rgTIC'](_0x2c280d['Bbzlo'](parseInt,helper[_0x47c353(0x138)](_0x2c280d[_0x47c353(0x154)])),0x3)&&(this[_0x47c353(0x143)][_0x47c353(0x1a4)]=![]),_0x2c280d[_0x47c353(0x187)](helper[_0x47c353(0x1cf)](helper['getPackageVersion'](_0x2c280d[_0x47c353(0x154)]),_0x2c280d[_0x47c353(0x1ed)]),0x1)&&(this[_0x47c353(0x143)][_0x47c353(0x1a4)]=!![]);}(helper[_0x47c353(0x15f)](this[_0x47c353(0x143)][_0x47c353(0x207)])||helper[_0x47c353(0x15f)](this[_0x47c353(0x143)][_0x47c353(0x207)][_0x47c353(0x1a0)]))&&(helper[_0x47c353(0x15f)](this[_0x47c353(0x143)][_0x47c353(0x1c2)])?logger[_0x47c353(0x14d)](_0x2c280d[_0x47c353(0x1c1)]):logger[_0x47c353(0x1f1)](_0x2c280d[_0x47c353(0x186)]),this[_0x47c353(0x143)]['platforms']=[]);!this[_0x47c353(0x143)]['testContextOptions']&&(this[_0x47c353(0x143)][_0x47c353(0x139)]={});try{process[_0x47c353(0x203)][_0x47c353(0x1ad)]=_0x50d57b['_'][0x0],utilities[_0x47c353(0x19f)](_0x2c280d[_0x47c353(0x14f)],{},this['config'],this[_0x47c353(0x1a3)]);}catch(_0x150c6e){logger[_0x47c353(0x12f)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x150c6e);}!this[_0x47c353(0x143)][_0x47c353(0x168)]&&logger['info'](constants['AUTOLOGCAPTURE_NOTIFICATION']),this[_0x47c353(0x11d)]=this[_0x47c353(0x11d)][_0x47c353(0x1a9)](this),process['on'](_0x2c280d[_0x47c353(0x1fc)],this[_0x47c353(0x11d)]),process['on'](_0x2c280d[_0x47c353(0x11e)],this[_0x47c353(0x11d)]),process['on'](_0x2c280d['FzvtT'],this[_0x47c353(0x11d)]),_0x2c280d['kFFVn'](process[_0x47c353(0x165)],_0x2c280d[_0x47c353(0x1ba)])?(process['on'](_0x2c280d[_0x47c353(0x1b5)],this['intExitHandler']),process['on'](_0x2c280d['RVayy'],this[_0x47c353(0x11d)])):process['on'](_0x2c280d['PWzRK'],this[_0x47c353(0x11d)]),process['on'](_0x2c280d[_0x47c353(0x149)],this[_0x47c353(0x191)]());}async[a127_0xba684f(0x1b1)](_0x15c40a){const _0x562951=a127_0xba684f,_0x174ce9={'mHZfm':_0x562951(0x1c8),'kXnpq':_0x562951(0x13d),'jadiN':_0x562951(0x1be),'eZRfi':function(_0xefa214,_0x18971b){return _0xefa214===_0x18971b;},'MuVFb':_0x562951(0x1e5),'zieuZ':function(_0x7f97e5,_0x11be67){return _0x7f97e5+_0x11be67;},'HxPih':_0x562951(0x1b0),'ATzTt':function(_0x193334,_0x49a210){return _0x193334(_0x49a210);},'huoNc':_0x562951(0x180)};this[_0x562951(0x1d9)](_0x15c40a);if(helper['isTurboScaleSession'](this[_0x562951(0x143)])){const _0x1242c8=await helper[_0x562951(0x1f2)](this[_0x562951(0x143)]);this[_0x562951(0x143)][_0x562951(0x1de)]=_0x1242c8,_0x1242c8[_0x562951(0x132)]&&helper['isNotUndefined'](this['config'][_0x562951(0x189)])&&helper[_0x562951(0x1d2)](this[_0x562951(0x143)][_0x562951(0x189)])&&(this[_0x562951(0x143)][_0x562951(0x1f6)][_0x562951(0x1e3)]=_0x174ce9[_0x562951(0x1ee)],this[_0x562951(0x143)]['browserStackLocalOptions'][_0x174ce9['kXnpq']]=_0x1242c8[_0x562951(0x1cd)][_0x562951(0x202)](','),this[_0x562951(0x143)]['browserStackLocalOptions'][_0x562951(0x19a)]=_0x174ce9[_0x562951(0x115)]),this[_0x562951(0x143)][_0x562951(0x133)]=_0x1242c8[_0x562951(0x1f7)],this['framework']&&_0x174ce9[_0x562951(0x12b)](this[_0x562951(0x1a3)][_0x562951(0x13b)](),_0x174ce9[_0x562951(0x1b4)])?this[_0x562951(0x143)]['turboScaleUrl']=_0x174ce9[_0x562951(0x142)](_0x1242c8['playwrightUrl'],_0x174ce9[_0x562951(0x1ce)]):constants[_0x562951(0x16e)]=helper[_0x562951(0x1dc)](this[_0x562951(0x143)]),logger[_0x562951(0x12f)](_0x562951(0x1f4)+constants[_0x562951(0x16e)]);}helper['setProxySettings'](this[_0x562951(0x143)]),this[_0x562951(0x1a7)](),_0x174ce9[_0x562951(0x1aa)](setPercyFlag,this),![_0x174ce9['huoNc'],_0x174ce9[_0x562951(0x1b4)]][_0x562951(0x171)](this[_0x562951(0x1a3)])&&!helper['isTurboScaleSession'](this[_0x562951(0x143)])&&!helper[_0x562951(0x150)]()[_0x562951(0x1e2)]&&await this['setUpHubUrl']();}async[a127_0xba684f(0x18d)](){const _0x1e16cf=a127_0xba684f,_0x21e00d={};_0x21e00d[_0x1e16cf(0x137)]=function(_0x50f747,_0x4ee2ac){return _0x50f747===_0x4ee2ac;},_0x21e00d['PHUVl']=_0x1e16cf(0x1d3),_0x21e00d[_0x1e16cf(0x159)]=_0x1e16cf(0x196),_0x21e00d[_0x1e16cf(0x123)]='Percy\x20started\x20successfully',_0x21e00d[_0x1e16cf(0x1c7)]=_0x1e16cf(0x1be),_0x21e00d['PBJWu']=_0x1e16cf(0x14c);const _0x41d36b=_0x21e00d;if(helper[_0x1e16cf(0x1d2)](this[_0x1e16cf(0x143)][_0x1e16cf(0x17c)])&&(!this['percy']||!this[_0x1e16cf(0x17c)][_0x1e16cf(0x17a)]()))try{this[_0x1e16cf(0x17c)]=await percyHelper[_0x1e16cf(0x167)](this['config']);if(!this[_0x1e16cf(0x17c)]){process[_0x1e16cf(0x203)][_0x1e16cf(0x15c)]=_0x41d36b[_0x1e16cf(0x1b8)];throw new Error(_0x41d36b['ZYreh']);}logger[_0x1e16cf(0x14d)](_0x41d36b['aSfNx']),process[_0x1e16cf(0x203)][_0x1e16cf(0x15c)]=_0x41d36b['CPcQi'];let _0x2f9bc0=0x0;const _0x1219ff=async()=>{const _0x28ebda=_0x1e16cf;_0x2f9bc0++,_0x41d36b['sxNTF'](_0x2f9bc0,0x1)&&await this[_0x28ebda(0x16a)]();};process['on'](_0x41d36b[_0x1e16cf(0x120)],_0x1219ff);}catch(_0x2e050b){process['env'][_0x1e16cf(0x15c)]=_0x41d36b['PHUVl'],logger[_0x1e16cf(0x12f)](_0x1e16cf(0x1a1)+_0x2e050b);throw new Error(_0x2e050b[_0x1e16cf(0x1b9)]());}}async['stopPercy'](){const _0x267d58=a127_0xba684f,_0x55314d={};_0x55314d[_0x267d58(0x141)]=_0x267d58(0x14b),_0x55314d[_0x267d58(0x1c4)]=_0x267d58(0x161);const _0x29a749=_0x55314d;if(this[_0x267d58(0x17c)]&&this[_0x267d58(0x17c)][_0x267d58(0x17a)]())try{await percyHelper[_0x267d58(0x16a)](this[_0x267d58(0x17c)]),logger['info'](_0x29a749[_0x267d58(0x141)]);}catch(_0x30e9f9){logger['error'](_0x29a749['PNmDc'],_0x30e9f9[_0x267d58(0x1ec)]);}}async['setupBrowserstackLocal'](){const _0x2a4ff2=a127_0xba684f,_0xf8ceca={};_0xf8ceca['CzIKr']=_0x2a4ff2(0x19c),_0xf8ceca[_0x2a4ff2(0x1e4)]='Local\x20binary\x20started\x20successfully';const _0xaa13fc=_0xf8ceca;if(helper[_0x2a4ff2(0x16c)]()&&helper[_0x2a4ff2(0x1d2)](this[_0x2a4ff2(0x143)]['browserstackLocal'])&&(!this[_0x2a4ff2(0x189)]||!this[_0x2a4ff2(0x189)]['isRunning']()))try{if(this['config']['browserStackLocalOptions'][_0x2a4ff2(0x1a2)]){logger[_0x2a4ff2(0x12f)](_0xaa13fc[_0x2a4ff2(0x179)]);return;}this['browserstackLocal']=await helper['startLocalBinary'](this[_0x2a4ff2(0x143)]),logger[_0x2a4ff2(0x14d)](_0xaa13fc[_0x2a4ff2(0x1e4)]);}catch(_0x1e32b7){logger[_0x2a4ff2(0x12f)](_0x1e32b7);throw new Error(_0x1e32b7['toString']());}}async[a127_0xba684f(0x17f)](){const _0x3e2c65=a127_0xba684f,_0x10d4ad={};_0x10d4ad['gKQeR']=_0x3e2c65(0x19e),_0x10d4ad[_0x3e2c65(0x1e9)]=_0x3e2c65(0x195);const _0x4b72ec=_0x10d4ad;if(this[_0x3e2c65(0x189)]&&this[_0x3e2c65(0x189)]['isRunning']())try{await helper['stopLocalBinary'](this['browserstackLocal']),logger['info'](_0x4b72ec[_0x3e2c65(0x19b)]);}catch(_0x4602ee){logger[_0x3e2c65(0x1f0)](_0x4b72ec['ZPTjl'],_0x4602ee['message']);}}async[a127_0xba684f(0x1da)](){const _0x24e338=a127_0xba684f;return PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x24e338(0x206)],async()=>{const _0x269510=_0x24e338;await hubAllocator[_0x269510(0x12d)](this[_0x269510(0x143)]);})();}[a127_0xba684f(0x1a7)](){const _0x2b75ff=a127_0xba684f,_0x221baa={'wZxLs':function(_0xe626a2,_0x218971){return _0xe626a2(_0x218971);},'PErfv':'./setKeepAlive'};_0x221baa[_0x2b75ff(0x199)](require,_0x221baa[_0x2b75ff(0x135)])();}[a127_0xba684f(0x14a)](){const _0x291bcd=a127_0xba684f,_0x5af171={};_0x5af171[_0x291bcd(0x1cc)]=_0x291bcd(0x194),_0x5af171[_0x291bcd(0x12e)]=_0x291bcd(0x1af),_0x5af171[_0x291bcd(0x200)]=_0x291bcd(0x182);const _0x4a9e48=_0x5af171,_0xd00b57=_0x2c4f10=>{const _0xb63343=_0x291bcd,_0xd81d65=_0x4a9e48[_0xb63343(0x1cc)][_0xb63343(0x201)]('|');let _0x370b2c=0x0;while(!![]){switch(_0xd81d65[_0x370b2c++]){case'0':ClientTroubleShootingService[_0xb63343(0x178)]();continue;case'1':this['unhandledErrors'][_0xb63343(0x12c)](util[_0xb63343(0x130)]('%j',_0x2c4f10));continue;case'2':logger[_0xb63343(0x1f0)](_0x2c4f10[_0xb63343(0x1ec)]);continue;case'3':logger[_0xb63343(0x12f)](util[_0xb63343(0x130)](_0x2c4f10));continue;case'4':PerformanceTester[_0xb63343(0x1d1)](_0x2c4f10);continue;}break;}};process['on'](_0x4a9e48['GdVZY'],_0xd00b57),process['on'](_0x4a9e48[_0x291bcd(0x200)],_0xd00b57);}async[a127_0xba684f(0x11d)](_0x3dbb5){const _0x4d7884=a127_0xba684f,_0x25c8bc={'CsQNP':function(_0x422e5a,_0x525b82){return _0x422e5a+_0x525b82;},'TRqLB':_0x4d7884(0x18f),'mChEs':_0x4d7884(0x151),'vUHHx':function(_0x85b2b6,_0x2577e2,_0x50962e){return _0x85b2b6(_0x2577e2,_0x50962e);},'CPvOw':function(_0xaad6f0,_0x44e762){return _0xaad6f0+_0x44e762;},'dhSsQ':_0x4d7884(0x117),'CxPrl':_0x4d7884(0x204),'Rfqbq':function(_0x3ed82f,_0x177ced){return _0x3ed82f(_0x177ced);},'BqtUU':function(_0x49ce0e,_0x2928f5){return _0x49ce0e===_0x2928f5;},'knxRc':'timed-out','xjybW':_0x4d7884(0x13a),'jyRpn':'ms;\x20forcing\x20exit','WpbSD':function(_0xad74bf,_0x22c111){return _0xad74bf+_0x22c111;}};if(this[_0x25c8bc[_0x4d7884(0x124)](_0x25c8bc[_0x4d7884(0x170)],_0x3dbb5)])return;this[_0x25c8bc['CPvOw'](_0x25c8bc[_0x4d7884(0x170)],_0x3dbb5)]=!![],logger['info'](_0x25c8bc['CPvOw'](_0x25c8bc['CxPrl'],_0x3dbb5)),this[_0x4d7884(0x147)]=_0x3dbb5;const _0x17ca5f=0x7530;let _0x26006f;const _0x410acf=(async()=>{const _0x239ac0=_0x4d7884;await ClientTroubleShootingService[_0x239ac0(0x1c6)](_0x3dbb5),await TestHubHandler[_0x239ac0(0x1f5)](_0x3dbb5);const _0x143fe7=BrowserstackCLI[_0x239ac0(0x185)]();await utilities[_0x239ac0(0x17d)](this,_0x143fe7?_0x143fe7['isRunning']():![]),await ClientTroubleShootingService[_0x239ac0(0x178)](),await BrowserstackCLI['getInstance']()[_0x239ac0(0x1f5)]();})()[_0x4d7884(0x1d5)](()=>_0x4d7884(0x151))[_0x4d7884(0x11b)](_0x522faf=>{const _0x1bf79b=_0x4d7884;return logger[_0x1bf79b(0x12f)](_0x25c8bc[_0x1bf79b(0x1ef)](_0x25c8bc[_0x1bf79b(0x1f8)],util[_0x1bf79b(0x130)](_0x522faf))),_0x25c8bc[_0x1bf79b(0x11f)];}),_0x457257=new Promise(_0x5cdb10=>{const _0x1336e7=_0x4d7884;_0x26006f=_0x25c8bc['vUHHx'](setTimeout,()=>_0x5cdb10(_0x1336e7(0x1db)),_0x17ca5f),_0x26006f['unref']&&_0x26006f['unref']();}),_0xd21462=await Promise['race']([_0x410acf,_0x457257]);_0x25c8bc[_0x4d7884(0x190)](clearTimeout,_0x26006f),_0x25c8bc[_0x4d7884(0x1cb)](_0xd21462,_0x25c8bc[_0x4d7884(0x181)])&&logger[_0x4d7884(0x1f1)](_0x25c8bc[_0x4d7884(0x124)](_0x25c8bc[_0x4d7884(0x1ef)](_0x25c8bc[_0x4d7884(0x18b)],_0x17ca5f),_0x25c8bc['jyRpn'])),process[_0x4d7884(0x119)](process[_0x4d7884(0x144)]||_0x25c8bc['WpbSD'](0x80,constants[_0x4d7884(0x183)][_0x3dbb5]||0x0));}[a127_0xba684f(0x191)](){const _0x54771e=a127_0xba684f,_0x35b8d5={'PWybr':function(_0x2ecd17,_0x4733a9){return _0x2ecd17===_0x4733a9;},'CdRLm':'Calling\x20Build\x20Stop\x20from\x20ExitHandler','bMfll':function(_0xaaa869,_0x46ab40){return _0xaaa869>_0x46ab40;},'oqrgM':function(_0x4f6274,_0x11eaa2){return _0x4f6274(_0x11eaa2);},'JkRaZ':function(_0x10a903){return _0x10a903();},'ClFiZ':_0x54771e(0x128)};let _0x330185=0x0;return async()=>{const _0x1f1e22=_0x54771e;_0x330185++;if(_0x35b8d5[_0x1f1e22(0x1ea)](_0x330185,0x1)){helper[_0x1f1e22(0x15a)](this[_0x1f1e22(0x1a3)])&&await this[_0x1f1e22(0x17f)]();try{logger[_0x1f1e22(0x12f)](_0x35b8d5[_0x1f1e22(0x1fb)]),await TestHubHandler[_0x1f1e22(0x1f5)](_0x330185),await ClientTroubleShootingService['reportFinalDetectionState'](),await BrowserstackCLI[_0x1f1e22(0x185)]()[_0x1f1e22(0x1f5)]('1');}catch(_0x1dc708){logger[_0x1f1e22(0x12f)](_0x1f1e22(0x15b)+util['format'](_0x1dc708));}PerformanceTester['end'](PerformanceEvents[_0x1f1e22(0x1c9)]);if(PerformanceTester[_0x1f1e22(0x134)]()){const {measures:_0xb9c8d7,errors:_0x20d390}=await PerformanceTester[_0x1f1e22(0x13f)](),_0x3eab45={};if(_0xb9c8d7&&_0x35b8d5[_0x1f1e22(0x173)](_0xb9c8d7[_0x1f1e22(0x1a0)],0x0)||_0x20d390&&_0x35b8d5['bMfll'](_0x20d390[_0x1f1e22(0x1a0)],0x0)){const _0x44d22f={};_0x44d22f[_0x1f1e22(0x1b6)]=_0xb9c8d7,_0x44d22f[_0x1f1e22(0x188)]=_0x20d390,Object['assign'](_0x3eab45,_0x44d22f);}try{const _0x1a1b01=await helper[_0x1f1e22(0x208)](_0x3eab45,this[_0x1f1e22(0x143)]);logger[_0x1f1e22(0x12f)]('Data\x20sent\x20successfully\x20to\x20'+_0x35b8d5[_0x1f1e22(0x1c0)](getEdsInstrumentationAPIUrl,'')+_0x1f1e22(0x1d4)+_0x1a1b01['statusCode']);}catch(_0x3e4d53){logger[_0x1f1e22(0x12f)](_0x1f1e22(0x1df)+_0x35b8d5[_0x1f1e22(0x1c0)](getEdsInstrumentationAPIUrl,'')+_0x1f1e22(0x162)+util['format'](_0x3e4d53));}try{fs[_0x1f1e22(0x1b2)](path[_0x1f1e22(0x202)](_0x35b8d5['JkRaZ'](getLogDir),_0x35b8d5[_0x1f1e22(0x1f9)]),JSON[_0x1f1e22(0x1d7)](_0x3eab45));}catch(_0x4b026c){logger[_0x1f1e22(0x12f)](_0x1f1e22(0x125)+_0x4b026c);}}}logger&&logger[_0x1f1e22(0x1f3)](),fileLogger&&fileLogger[_0x1f1e22(0x1f3)]();};}}exports[a127_0xba684f(0x156)]=BrowserStackSetup;
@@ -1 +1 @@
1
- const a128_0x27e209=a128_0x4781;(function(_0x42c01a,_0x3d030e){const _0x46e86a=a128_0x4781,_0x48d3c9=_0x42c01a();while(!![]){try{const _0x496253=parseInt(_0x46e86a(0x1f6))/0x1+parseInt(_0x46e86a(0x19e))/0x2*(parseInt(_0x46e86a(0x1d6))/0x3)+-parseInt(_0x46e86a(0x1b9))/0x4+parseInt(_0x46e86a(0x235))/0x5*(-parseInt(_0x46e86a(0x217))/0x6)+parseInt(_0x46e86a(0x239))/0x7+parseInt(_0x46e86a(0x19f))/0x8*(-parseInt(_0x46e86a(0x223))/0x9)+-parseInt(_0x46e86a(0x194))/0xa;if(_0x496253===_0x3d030e)break;else _0x48d3c9['push'](_0x48d3c9['shift']());}catch(_0x36ac08){_0x48d3c9['push'](_0x48d3c9['shift']());}}}(a128_0x35a0,0x60cb0));const util=require('util'),logger=require('../logger')[a128_0x27e209(0x1d2)],accessibilityHelper=require(a128_0x27e209(0x1dc)),globals=require('../globals'),scripts=require(a128_0x27e209(0x206)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a128_0x27e209(0x1aa)),BrowserstackCLI=require('../../bin/v2/browserstackCLI');let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a128_0x27e209(0x1a1));}catch(a128_0x6c201d){logger[a128_0x27e209(0x1f0)]('Playwright\x20accessibility\x20helper\x20not\x20available');}function a128_0x35a0(){const _0x45efa0=['EAyem','isPlaywrightPage','max','scanSucceeded','updateRetryConfig',').\x20Error:\x20','1783256DAdxiE','PCXJA','unknown','name','VFzal','Accessibility\x20results\x20save\x20attempt\x20','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','ONQXF','getAccessibilityModule','zIjrj','unknown_method','zaWnv','function','isPlaywright','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','tGwuw','kRoBP','KaAyC','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','KKBJN','Accessibility\x20scan\x20attempt\x20','\x20for\x20method:\x20','Yzdsr','currentTest','ms\x20using\x20setScriptTimeout\x20API','winstonLogger','\x20failed\x20for\x20method:\x20','evaluate','info','303VyHupb','page','performScanWithRetry','goto','WebDriver','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','./helper','resolveMobileThTestRunUuid','getId','STrbu','\x20-\x20not\x20applicable','Playwright','performScan','IymXy','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','CxgEo','evVJe','WpuNP','getAccessibilityResultsWithRetry','Accessibility\x20results\x20retrieval\x20attempt\x20','getGlobal','assign','maxRetries','QaGUq','rejected','setSeleniumScriptTimeout','debug','xoLZX','pUkyw','BYVrQ','JMYde',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','486226PqIjnb','browserstackSessionName','elMtX','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','kxXNq','options','playwright-codecept-driver','hjGdF','\x20failed\x20(','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','getAccessibilityResultsSummary','Mzcqe','getCurrentUrl','abolG','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','UOLuc','./scripts','LzjDR','selenium-webdriver','summary','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','dmrTd','Accessibility\x20retry\x20configuration\x20updated:\x20','getCapabilities','executeAsyncScript','url','capabilitiesList','DQxzC','erlqI','timeouts','bstackA11yScanOptions','tQsmj','getAccessibilityResults','234BbNrDP','LFyih','undefined','manage','ms\x20using\x20timeouts()\x20API','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','mgsAb','HxGer','):\x20','Unknown\x20error','Comprehensive\x20accessibility\x20scan\x20failed\x20(','allSettled','18EFJSEq','rSVLv','isMobilePlatform','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','xCTrL','JeNFy','warn','VzcuV','esLuT','error',',\x20cannot\x20perform\x20scan\x20with\x20retry.','is_mobile_session','cbUrS','tATFD','env','getAccessibilityResultsSummaryWithRetry','saveTestResults','QWyqM','42870DLEcKt','tqGmE','bstackA11yShouldScan','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','5329044WGZUnA','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','setPlaywrightScriptTimeout',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','PERFORM_SCAN','rzRKg','status','isAccessibilityPlatform','browserStackEvaluate','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','isSeleniumDriver','setScriptTimeout','accessibilityPlatform','jfHJR','LyKhL','Kqvez','vDMzS','LWCZg','Scan\x20attempt\x20','otsrn','zDNMV','isRunning','type','setTimeouts','results','JJDpn','noABB','getInstance','Jsddc',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','value','oIhuu','Operation\x20timed\x20out\x20after\x20','getSession','saveAccessibilityResultsWithRetry','playwright-page','measureWrapper','pITfd','rqLpM','reason','5051570xyaWQa','yDVpW','FCuwr','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','message','HkJmG','race','accessibilityConfig','setDefaultTimeout',').\x20Last\x20error:\x20','12058OscTLW','698504NTYRLg','uRflW','../../bin/playwright/accessibility-helper','NGyqp','RQdik','defaultTimeoutMs','hRWOd','timeoutMs','isAccessibilityAutomationSession','LDMdk','wEOzN','../performance/constants','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','nvcKn','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','Ckcyh','MLIkG','bUrdH','kIfMX'];a128_0x35a0=function(){return _0x45efa0;};return a128_0x35a0();}const a128_0x7a33d7={};a128_0x7a33d7['maxRetries']=0x1,a128_0x7a33d7[a128_0x27e209(0x1a6)]=0x7530,a128_0x7a33d7[a128_0x27e209(0x1a4)]=0x7530;function a128_0x4781(_0x36cdc3,_0x2d5cb2){const _0x35a086=a128_0x35a0();return a128_0x4781=function(_0x478104,_0x3ef66b){_0x478104=_0x478104-0x175;let _0x4b4ce4=_0x35a086[_0x478104];return _0x4b4ce4;},a128_0x4781(_0x36cdc3,_0x2d5cb2);}const RETRY_CONFIG=a128_0x7a33d7,setConfigTimeout=(_0x6aa1fa,_0x1d3af3=null)=>{const _0x4f7c17=a128_0x27e209,_0x2b0633={'hRWOd':function(_0x4dbb00,_0x3ee4f5){return _0x4dbb00===_0x3ee4f5;},'abolG':'scannerProcessingTimeout','kUGAD':function(_0x1257d0,_0x2ee86e){return _0x1257d0===_0x2ee86e;},'kRoBP':function(_0x46447c,_0x515108){return _0x46447c*_0x515108;},'ZPENd':function(_0x349310,_0x2c74aa){return _0x349310(_0x2c74aa);},'Ckcyh':function(_0x31e462,_0x3444d3){return _0x31e462*_0x3444d3;},'pLklU':function(_0x4d35cf,_0x16ef4e){return _0x4d35cf(_0x16ef4e);}};if(BrowserstackCLI['getInstance']()[_0x4f7c17(0x181)]()&&BrowserstackCLI[_0x4f7c17(0x187)]()['getAccessibilityModule']()){const _0x39f69b=BrowserstackCLI['getInstance']()[_0x4f7c17(0x1c1)]()[_0x4f7c17(0x19b)],_0x30c81d=_0x39f69b[_0x4f7c17(0x1fb)][_0x4f7c17(0x210)]||[];for(const _0x2d7545 of _0x30c81d){_0x2b0633[_0x4f7c17(0x1a5)](_0x2d7545[_0x4f7c17(0x1bc)],_0x2b0633[_0x4f7c17(0x203)])&&_0x2b0633['kUGAD'](_0x1d3af3,null)&&(_0x6aa1fa[_0x4f7c17(0x1a6)]=_0x2b0633[_0x4f7c17(0x1c9)](_0x2b0633['ZPENd'](parseInt,_0x2d7545[_0x4f7c17(0x18a)]),0x3e8));}}else process[_0x4f7c17(0x231)][_0x4f7c17(0x204)]&&(_0x6aa1fa[_0x4f7c17(0x1a6)]=_0x2b0633[_0x4f7c17(0x1af)](_0x2b0633['pLklU'](parseInt,process[_0x4f7c17(0x231)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0x9c21f8=>{const _0x227be5=a128_0x27e209,_0x37764d={};_0x37764d[_0x227be5(0x1b1)]=_0x227be5(0x1bb),_0x37764d[_0x227be5(0x17f)]=function(_0xb197fc,_0x726500){return _0xb197fc===_0x726500;},_0x37764d[_0x227be5(0x1e6)]=_0x227be5(0x1c5),_0x37764d[_0x227be5(0x205)]=function(_0x13d936,_0x5c2e70){return _0x13d936===_0x5c2e70;},_0x37764d['wEOzN']=function(_0x4d57dc,_0x14a362){return _0x4d57dc===_0x14a362;},_0x37764d[_0x227be5(0x199)]=_0x227be5(0x18f),_0x37764d[_0x227be5(0x22a)]=function(_0x27b2ef,_0x568b62){return _0x27b2ef===_0x568b62;},_0x37764d['LyKhL']=_0x227be5(0x208),_0x37764d[_0x227be5(0x180)]='Page',_0x37764d['tGwuw']=function(_0x15b8d7,_0xb7c04f){return _0x15b8d7===_0xb7c04f;},_0x37764d[_0x227be5(0x1ed)]=_0x227be5(0x1da),_0x37764d[_0x227be5(0x1c0)]=_0x227be5(0x1e1),_0x37764d['eATjW']=_0x227be5(0x1fc),_0x37764d[_0x227be5(0x21d)]=function(_0x2ca705,_0x448ee9){return _0x2ca705||_0x448ee9;},_0x37764d[_0x227be5(0x191)]=_0x227be5(0x219);const _0x3fb6ea=_0x37764d;if(!_0x9c21f8){const _0x4e0128={};return _0x4e0128[_0x227be5(0x1c6)]=![],_0x4e0128['type']=_0x3fb6ea['bUrdH'],_0x4e0128;}if(_0x3fb6ea[_0x227be5(0x17f)](typeof _0x9c21f8[_0x227be5(0x1d4)],_0x3fb6ea['evVJe'])&&_0x3fb6ea[_0x227be5(0x205)](typeof _0x9c21f8[_0x227be5(0x20f)],_0x3fb6ea['evVJe'])&&_0x3fb6ea[_0x227be5(0x1a9)](typeof _0x9c21f8[_0x227be5(0x1d9)],_0x3fb6ea[_0x227be5(0x1e6)])){const _0x3e0b76={};return _0x3e0b76[_0x227be5(0x1c6)]=!![],_0x3e0b76[_0x227be5(0x182)]=_0x3fb6ea['HkJmG'],_0x3e0b76;}if(_0x3fb6ea['wEOzN'](typeof _0x9c21f8[_0x227be5(0x20e)],_0x3fb6ea['evVJe'])&&_0x3fb6ea[_0x227be5(0x22a)](typeof _0x9c21f8[_0x227be5(0x20d)],_0x3fb6ea[_0x227be5(0x1e6)])){const _0x593c8b={};return _0x593c8b[_0x227be5(0x1c6)]=![],_0x593c8b[_0x227be5(0x182)]=_0x3fb6ea[_0x227be5(0x17a)],_0x593c8b;}const _0xfca288=_0x9c21f8['constructor']?.[_0x227be5(0x1bc)];if(_0x3fb6ea[_0x227be5(0x22a)](_0xfca288,_0x3fb6ea[_0x227be5(0x180)])){const _0x2a2591={};return _0x2a2591[_0x227be5(0x1c6)]=!![],_0x2a2591[_0x227be5(0x182)]=_0x3fb6ea['HkJmG'],_0x2a2591;}if(_0x3fb6ea[_0x227be5(0x1c8)](_0xfca288,_0x3fb6ea['QaGUq'])){const _0x598aab={};return _0x598aab[_0x227be5(0x1c6)]=![],_0x598aab[_0x227be5(0x182)]=_0x3fb6ea['LyKhL'],_0x598aab;}if(_0x3fb6ea[_0x227be5(0x1c8)](_0xfca288,_0x3fb6ea['ONQXF'])){const _0x46e5da={};return _0x46e5da['isPlaywright']=!![],_0x46e5da[_0x227be5(0x182)]=_0x3fb6ea['eATjW'],_0x46e5da;}logger[_0x227be5(0x229)]('Unknown\x20driver/page\x20type:\x20'+_0x3fb6ea[_0x227be5(0x21d)](_0xfca288,_0x3fb6ea[_0x227be5(0x191)]));const _0x1c3ec8={};return _0x1c3ec8[_0x227be5(0x1c6)]=![],_0x1c3ec8['type']=_0x3fb6ea[_0x227be5(0x1b1)],_0x1c3ec8;},withTimeout=(_0x193cf6,_0x3443b9)=>{const _0x182225=a128_0x27e209;return Promise[_0x182225(0x19a)]([_0x193cf6,new Promise((_0x3defed,_0x26326a)=>setTimeout(()=>_0x26326a(new Error(_0x182225(0x18c)+_0x3443b9+'ms')),_0x3443b9))]);};exports[a128_0x27e209(0x1d8)]=async(_0x219139,_0x563c19=null,_0x50bfba=null,_0x40935a=![],_0x1fc15b=null)=>{const _0x51ae96=a128_0x27e209,_0x33f29e={'KmiIW':function(_0x538a4a,_0xd80905){return _0x538a4a&&_0xd80905;},'DQxzC':function(_0x362ce7,_0x5c8c67,_0x58c95a){return _0x362ce7(_0x5c8c67,_0x58c95a);},'rSVLv':function(_0xd9596d,_0x4df22d){return _0xd9596d===_0x4df22d;},'VFzal':'playwright-codecept-driver','LwDNZ':function(_0x1d8641,_0x3edd80){return _0x1d8641(_0x3edd80);},'elMtX':function(_0x54cfbd,_0x166130){return _0x54cfbd||_0x166130;},'Mzcqe':function(_0x3c4ded,_0x92ae20){return _0x3c4ded!==_0x92ae20;},'LDMdk':'isAccessibilityPlatform','JJDpn':_0x51ae96(0x237),'MLIkG':_0x51ae96(0x1bf),'NHYnd':_0x51ae96(0x1c3),'vDMzS':function(_0x304a8a,_0x206db6){return _0x304a8a===_0x206db6;},'LzjDR':_0x51ae96(0x1c5),'JeNFy':function(_0x173af7,_0x31c8cd){return _0x173af7<=_0x31c8cd;},'JEnou':function(_0x478aaa,_0x137da0){return _0x478aaa+_0x137da0;},'erlqI':function(_0x31e556,_0xa0d874){return _0x31e556+_0xa0d874;},'eabpI':_0x51ae96(0x220)},{isPlaywright:_0xba0270,type:_0x4c42a8}=_0x33f29e['LwDNZ'](detectDriverType,_0x219139),_0xf985b5=_0x40935a?_0x33f29e[_0x51ae96(0x1f8)](_0x1fc15b,{}):global[_0x51ae96(0x214)]||{},_0x2afae5=_0xba0270?global[_0x51ae96(0x178)]&&(_0x40935a||_0x33f29e[_0x51ae96(0x201)](global[_0x51ae96(0x237)],![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x51ae96(0x1ea)](_0x33f29e[_0x51ae96(0x1a8)])&&(_0x40935a||_0x33f29e[_0x51ae96(0x201)](globals[_0x51ae96(0x1ea)](_0x33f29e['JJDpn']),![]));if(!_0x2afae5)return _0xba0270&&global[_0x51ae96(0x178)]&&_0x33f29e['rSVLv'](global[_0x51ae96(0x237)],![])||!_0xba0270&&globals['getGlobal'](_0x33f29e[_0x51ae96(0x1a8)])&&_0x33f29e[_0x51ae96(0x224)](globals[_0x51ae96(0x1ea)](_0x33f29e[_0x51ae96(0x185)]),![])?logger['debug'](_0x33f29e[_0x51ae96(0x1b0)]):logger[_0x51ae96(0x229)](_0x51ae96(0x1ad)+_0x4c42a8+_0x51ae96(0x22d)),![];const _0x5e2549=_0x563c19||global[_0x51ae96(0x1f7)]||_0x33f29e['NHYnd'];let _0x40b9cf=null;const _0x2cc1bd={'testhub_btcer_uuid':global['__workerDetails']?.[_0x51ae96(0x1d0)]?.['id'],'url':_0x33f29e[_0x51ae96(0x17c)](typeof _0x219139['url'],_0x33f29e[_0x51ae96(0x207)])?await _0x219139['url']():_0x33f29e[_0x51ae96(0x17c)](typeof _0x219139[_0x51ae96(0x202)],_0x33f29e[_0x51ae96(0x207)])?await _0x219139[_0x51ae96(0x202)]():'','automate_session_id':_0x33f29e[_0x51ae96(0x17c)](typeof _0x219139[_0x51ae96(0x18d)],_0x33f29e[_0x51ae96(0x207)])?(await _0x219139[_0x51ae96(0x18d)]())[_0x51ae96(0x1de)]():''};for(let _0x39e599=0x1;_0x33f29e[_0x51ae96(0x228)](_0x39e599,_0x33f29e['JEnou'](RETRY_CONFIG['maxRetries'],0x1));_0x39e599++){try{return logger[_0x51ae96(0x1f0)](_0x51ae96(0x1cd)+_0x39e599+'/'+_0x33f29e[_0x51ae96(0x212)](RETRY_CONFIG[_0x51ae96(0x1ec)],0x1)+_0x51ae96(0x1ce)+_0x5e2549+'\x20('+_0x4c42a8+')'),await PerformanceTester[_0x51ae96(0x190)](PerformanceA11yEvents[_0x51ae96(0x23d)],async()=>{const _0x5accc7=_0x51ae96;let _0x42a048;if(_0x33f29e['KmiIW'](_0xba0270,playwrightA11yHelper)){_0x33f29e[_0x5accc7(0x211)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x219139,RETRY_CONFIG[_0x5accc7(0x1a6)]);let _0x3a270d=_0x219139;_0x33f29e[_0x5accc7(0x224)](_0x4c42a8,_0x33f29e[_0x5accc7(0x1bd)])&&(_0x3a270d=_0x219139[_0x5accc7(0x1d7)]);const _0x293dbe=global[_0x5accc7(0x225)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x5accc7(0x1dd)]()}:{};_0x42a048=await _0x33f29e['DQxzC'](withTimeout,playwrightA11yHelper[_0x5accc7(0x1e2)](_0x3a270d,_0x5e2549,_0xf985b5,_0x293dbe),RETRY_CONFIG[_0x5accc7(0x1a6)]),await exports[_0x5accc7(0x23b)](_0x219139,RETRY_CONFIG['defaultTimeoutMs']);}else await exports[_0x5accc7(0x1ef)](_0x219139,RETRY_CONFIG[_0x5accc7(0x1a6)]),_0x42a048=await _0x33f29e[_0x5accc7(0x211)](withTimeout,accessibilityHelper[_0x5accc7(0x1e2)](_0x219139,_0x5e2549,_0x40935a,_0xf985b5),RETRY_CONFIG[_0x5accc7(0x1a6)]),await exports[_0x5accc7(0x1ef)](_0x219139,RETRY_CONFIG[_0x5accc7(0x1a4)]);logger[_0x5accc7(0x1f0)](_0x5accc7(0x17e)+_0x39e599+'\x20completed\x20successfully.');},{'command':_0x5e2549,..._0x2cc1bd})(),logger[_0x51ae96(0x1d5)](_0x51ae96(0x175)+_0x39e599+'.'),!![];}catch(_0x1a7764){_0x40b9cf=_0x1a7764,logger[_0x51ae96(0x1f0)](_0x51ae96(0x1cd)+_0x39e599+_0x51ae96(0x1d3)+_0x5e2549+'\x20('+_0x4c42a8+').\x20Error:\x20'+_0x1a7764[_0x51ae96(0x198)]);}}return logger[_0x51ae96(0x22c)](_0x51ae96(0x1ff)+_0x5e2549+'\x20('+_0x4c42a8+')\x20with\x20error:\x20'+(_0x40b9cf?.[_0x51ae96(0x198)]||_0x33f29e['eabpI'])),![];},exports[a128_0x27e209(0x1e8)]=async(_0x59a59a,_0x3a4205)=>{const _0x266fc2=a128_0x27e209,_0x21ad21={'esLuT':function(_0x4a409f,_0x1479d0){return _0x4a409f(_0x1479d0);},'nvcKn':_0x266fc2(0x240),'cbUrS':function(_0x47a961,_0x55ed27){return _0x47a961<=_0x55ed27;},'ZGCBn':function(_0x1cdf84,_0x38fe72){return _0x1cdf84+_0x38fe72;},'LFyih':function(_0x28e5d6,_0x14c77b){return _0x28e5d6&&_0x14c77b;},'tQsmj':function(_0x4b0054,_0x2f91c5,_0x166b83){return _0x4b0054(_0x2f91c5,_0x166b83);},'kxXNq':function(_0x300a04,_0x3c8a28,_0x2e51a1){return _0x300a04(_0x3c8a28,_0x2e51a1);},'BYVrQ':function(_0x406dd8,_0x4433c1,_0x10490e){return _0x406dd8(_0x4433c1,_0x10490e);},'KaAyC':_0x266fc2(0x220)},{isPlaywright:_0x28ec74,type:_0x4127e5}=_0x21ad21[_0x266fc2(0x22b)](detectDriverType,_0x59a59a),_0x3529a6=_0x28ec74?_0x3a4205[_0x266fc2(0x178)]:accessibilityHelper[_0x266fc2(0x1a7)]()&&globals[_0x266fc2(0x1ea)](_0x21ad21[_0x266fc2(0x1ac)]);if(!_0x3529a6)return logger[_0x266fc2(0x229)](_0x266fc2(0x1ad)+_0x4127e5+_0x266fc2(0x23c)),[];let _0x7cfc01=null;for(let _0x49c71c=0x1;_0x21ad21[_0x266fc2(0x22f)](_0x49c71c,_0x21ad21['ZGCBn'](RETRY_CONFIG[_0x266fc2(0x1ec)],0x1));_0x49c71c++){try{logger['debug'](_0x266fc2(0x1e9)+_0x49c71c+'/'+_0x21ad21['ZGCBn'](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x4127e5+')');let _0x4471e1;return _0x21ad21[_0x266fc2(0x218)](_0x28ec74,playwrightA11yHelper)?(_0x21ad21[_0x266fc2(0x215)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x59a59a,RETRY_CONFIG[_0x266fc2(0x1a6)]),_0x4471e1=await _0x21ad21[_0x266fc2(0x1fa)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x59a59a),RETRY_CONFIG[_0x266fc2(0x1a6)]),await exports[_0x266fc2(0x23b)](_0x59a59a,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x266fc2(0x1ef)](_0x59a59a,RETRY_CONFIG[_0x266fc2(0x1a6)]),_0x4471e1=await _0x21ad21[_0x266fc2(0x1f3)](withTimeout,accessibilityHelper[_0x266fc2(0x216)](_0x59a59a,_0x3a4205),RETRY_CONFIG['timeoutMs']),await exports[_0x266fc2(0x1ef)](_0x59a59a,RETRY_CONFIG[_0x266fc2(0x1a4)])),logger['info'](_0x266fc2(0x197)+_0x49c71c+'\x20('+_0x4127e5+')'),_0x4471e1;}catch(_0x1036c9){_0x7cfc01=_0x1036c9,logger[_0x266fc2(0x229)](_0x266fc2(0x1e9)+_0x49c71c+_0x266fc2(0x1fe)+_0x4127e5+_0x266fc2(0x1b8)+_0x1036c9['message']);}}return logger[_0x266fc2(0x22c)](_0x266fc2(0x1c7)+_0x4127e5+_0x266fc2(0x19d)+(_0x7cfc01?.[_0x266fc2(0x198)]||_0x21ad21[_0x266fc2(0x1ca)])),[];},exports[a128_0x27e209(0x232)]=async(_0xfc75c2,_0x166ac6)=>{const _0x1c6713=a128_0x27e209,_0x4a94f8={'noABB':function(_0x2fa9a1,_0x4bd243){return _0x2fa9a1(_0x4bd243);},'RQdik':_0x1c6713(0x240),'bqJjo':function(_0xdd498,_0x54e2c8){return _0xdd498<=_0x54e2c8;},'yDVpW':function(_0x20cd9e,_0x56f55e){return _0x20cd9e+_0x56f55e;},'hjGdF':function(_0x1a3a68,_0x402cc4){return _0x1a3a68+_0x402cc4;},'JMYde':function(_0x5b27d0,_0x598f7b){return _0x5b27d0&&_0x598f7b;},'rzRKg':function(_0xa8d5c4,_0x4ab754,_0x2d0fb0){return _0xa8d5c4(_0x4ab754,_0x2d0fb0);},'QWyqM':function(_0x590ec1,_0x3dc280,_0x35589a){return _0x590ec1(_0x3dc280,_0x35589a);},'NGyqp':function(_0x4a47d3,_0x290ee2,_0x1a28cc){return _0x4a47d3(_0x290ee2,_0x1a28cc);},'STrbu':_0x1c6713(0x220)},{isPlaywright:_0x4f5ffb,type:_0x130fbb}=_0x4a94f8[_0x1c6713(0x186)](detectDriverType,_0xfc75c2),_0x1928ae=_0x4f5ffb?_0x166ac6[_0x1c6713(0x178)]:accessibilityHelper[_0x1c6713(0x1a7)]()&&globals[_0x1c6713(0x1ea)](_0x4a94f8[_0x1c6713(0x1a3)]);if(!_0x1928ae)return logger[_0x1c6713(0x229)](_0x1c6713(0x1ad)+_0x130fbb+_0x1c6713(0x1f5)),{};let _0x1c3b75=null;for(let _0x3fc833=0x1;_0x4a94f8['bqJjo'](_0x3fc833,_0x4a94f8[_0x1c6713(0x195)](RETRY_CONFIG['maxRetries'],0x1));_0x3fc833++){try{logger[_0x1c6713(0x1f0)](_0x1c6713(0x21c)+_0x3fc833+'/'+_0x4a94f8[_0x1c6713(0x1fd)](RETRY_CONFIG[_0x1c6713(0x1ec)],0x1)+'\x20('+_0x130fbb+')');let _0x2b47da;return _0x4a94f8[_0x1c6713(0x1f4)](_0x4f5ffb,playwrightA11yHelper)?(_0x4a94f8[_0x1c6713(0x23e)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x1c6713(0x23b)](_0xfc75c2,RETRY_CONFIG[_0x1c6713(0x1a6)]),_0x2b47da=await _0x4a94f8[_0x1c6713(0x234)](withTimeout,playwrightA11yHelper[_0x1c6713(0x200)](_0xfc75c2),RETRY_CONFIG[_0x1c6713(0x1a6)]),await exports[_0x1c6713(0x23b)](_0xfc75c2,RETRY_CONFIG[_0x1c6713(0x1a4)])):(await exports['setSeleniumScriptTimeout'](_0xfc75c2,RETRY_CONFIG[_0x1c6713(0x1a6)]),_0x2b47da=await _0x4a94f8[_0x1c6713(0x1a2)](withTimeout,accessibilityHelper[_0x1c6713(0x200)](_0xfc75c2,_0x166ac6),RETRY_CONFIG[_0x1c6713(0x1a6)]),await exports[_0x1c6713(0x1ef)](_0xfc75c2,RETRY_CONFIG[_0x1c6713(0x1a4)])),logger[_0x1c6713(0x1d5)]('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x3fc833+'\x20('+_0x130fbb+')'),_0x2b47da;}catch(_0x331ffe){_0x1c3b75=_0x331ffe,logger[_0x1c6713(0x229)](_0x1c6713(0x21c)+_0x3fc833+_0x1c6713(0x1fe)+_0x130fbb+').\x20Error:\x20'+_0x331ffe[_0x1c6713(0x198)]);}}return logger['error']('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x130fbb+_0x1c6713(0x19d)+(_0x1c3b75?.[_0x1c6713(0x198)]||_0x4a94f8[_0x1c6713(0x1df)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x2bf7f6,_0xbc3576,_0x47f4e9=null)=>{const _0x5c4cc3=a128_0x27e209,_0x283875={'whvPs':function(_0x364127,_0x335b41){return _0x364127(_0x335b41);},'KKBJN':function(_0x3f2b00,_0x9cdf8c){return _0x3f2b00===_0x9cdf8c;},'Kqvez':'fulfilled','dmrTd':function(_0x43cc9f,_0x1f8d98){return _0x43cc9f===_0x1f8d98;},'zaWnv':_0x5c4cc3(0x1ee),'VlmSL':function(_0x5326fc,_0x4f5a11){return _0x5326fc===_0x4f5a11;},'Jsddc':'Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan'},{isPlaywright:_0x37fb0d,type:_0x3e9650}=_0x283875['whvPs'](detectDriverType,_0x2bf7f6),_0x1a0676={};_0x1a0676[_0x5c4cc3(0x1b6)]=![],_0x1a0676[_0x5c4cc3(0x184)]=[],_0x1a0676['summary']={},_0x1a0676[_0x5c4cc3(0x22c)]=null,_0x1a0676['driverType']=_0x3e9650;const _0x510d37=_0x1a0676;try{_0x510d37['scanSucceeded']=await exports[_0x5c4cc3(0x1d8)](_0x2bf7f6,_0x47f4e9);if(_0x510d37[_0x5c4cc3(0x1b6)]){const [_0x3099c3,_0x5bf022]=await Promise[_0x5c4cc3(0x222)]([exports[_0x5c4cc3(0x1e8)](_0x2bf7f6,_0xbc3576),exports[_0x5c4cc3(0x232)](_0x2bf7f6,_0xbc3576)]);_0x510d37[_0x5c4cc3(0x184)]=_0x283875['KKBJN'](_0x3099c3['status'],_0x283875['Kqvez'])?_0x3099c3[_0x5c4cc3(0x18a)]:[],_0x510d37[_0x5c4cc3(0x209)]=_0x283875[_0x5c4cc3(0x20b)](_0x5bf022[_0x5c4cc3(0x23f)],_0x283875[_0x5c4cc3(0x17b)])?_0x5bf022['value']:{},_0x283875[_0x5c4cc3(0x1cc)](_0x3099c3[_0x5c4cc3(0x23f)],_0x283875[_0x5c4cc3(0x1c4)])&&logger[_0x5c4cc3(0x229)](_0x5c4cc3(0x1ae)+_0x3e9650+_0x5c4cc3(0x21f)+_0x3099c3['reason']?.[_0x5c4cc3(0x198)]),_0x283875['VlmSL'](_0x5bf022[_0x5c4cc3(0x23f)],_0x283875[_0x5c4cc3(0x1c4)])&&logger[_0x5c4cc3(0x229)](_0x5c4cc3(0x1db)+_0x3e9650+_0x5c4cc3(0x21f)+_0x5bf022[_0x5c4cc3(0x193)]?.[_0x5c4cc3(0x198)]);}}catch(_0x3d2442){_0x510d37[_0x5c4cc3(0x22c)]=_0x3d2442[_0x5c4cc3(0x198)]||_0x283875[_0x5c4cc3(0x188)],logger[_0x5c4cc3(0x22c)](_0x5c4cc3(0x221)+_0x3e9650+_0x5c4cc3(0x21f)+_0x510d37['error']);}return _0x510d37;},exports[a128_0x27e209(0x1b7)]=_0x5b445d=>{const _0x593df9=a128_0x27e209,_0x1d14fe={};_0x1d14fe[_0x593df9(0x1a0)]=function(_0x84d6ee,_0x24413a){return _0x84d6ee!==_0x24413a;};const _0x408f4e=_0x1d14fe;_0x408f4e[_0x593df9(0x1a0)](_0x5b445d[_0x593df9(0x1ec)],undefined)&&(RETRY_CONFIG['maxRetries']=Math['max'](0x0,_0x5b445d[_0x593df9(0x1ec)])),_0x408f4e[_0x593df9(0x1a0)](_0x5b445d[_0x593df9(0x1a6)],undefined)&&(RETRY_CONFIG['timeoutMs']=Math[_0x593df9(0x1b5)](0x3e8,_0x5b445d[_0x593df9(0x1a6)])),logger['debug'](_0x593df9(0x20c)+JSON['stringify'](RETRY_CONFIG));},exports['getRetryConfig']=()=>{const _0x5b9e2a={...RETRY_CONFIG};return _0x5b9e2a;},exports[a128_0x27e209(0x1b4)]=_0x4cb56d=>{const _0x2eb411=a128_0x27e209,_0x3cf01c={'rqLpM':function(_0x58b62e,_0x298d17){return _0x58b62e(_0x298d17);}};return _0x3cf01c[_0x2eb411(0x192)](detectDriverType,_0x4cb56d)[_0x2eb411(0x1c6)];},exports[a128_0x27e209(0x176)]=_0x2a683b=>{const _0x359ce4=a128_0x27e209,_0x380f39={'NMZmP':function(_0x350031,_0x30c050){return _0x350031(_0x30c050);},'FrOBz':function(_0x4c6a1b,_0xb1bf11){return _0x4c6a1b===_0xb1bf11;},'IymXy':_0x359ce4(0x208)},{isPlaywright:_0x2e56be,type:_0x775977}=_0x380f39['NMZmP'](detectDriverType,_0x2a683b);return!_0x2e56be&&_0x380f39['FrOBz'](_0x775977,_0x380f39[_0x359ce4(0x1e3)]);},exports[a128_0x27e209(0x23b)]=async(_0x1b0125,_0x30d79a=null)=>{const _0x3417cc=a128_0x27e209,_0x101c8c={'PCXJA':function(_0x3daa7d,_0x2af839){return _0x3daa7d(_0x2af839);},'pUkyw':function(_0x4e2923,_0x8b02df){return _0x4e2923===_0x8b02df;},'KecpR':'function'},{isPlaywright:_0x21163c,type:_0x3dc4fe}=_0x101c8c[_0x3417cc(0x1ba)](detectDriverType,_0x1b0125);if(!_0x21163c)return logger[_0x3417cc(0x1f0)]('Skipping\x20timeout\x20setting\x20for\x20'+_0x3dc4fe+_0x3417cc(0x1e0)),!![];const _0x1b81eb=_0x30d79a||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x1b0125&&_0x101c8c[_0x3417cc(0x1f2)](typeof _0x1b0125['setDefaultTimeout'],_0x101c8c['KecpR'])&&(await _0x1b0125[_0x3417cc(0x19c)](_0x1b81eb),logger[_0x3417cc(0x1f0)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x1b81eb+'ms')),!![];}catch(_0x4fa04c){return logger[_0x3417cc(0x229)](_0x3417cc(0x1e4)+_0x4fa04c[_0x3417cc(0x198)]),![];}},exports['setSeleniumScriptTimeout']=async(_0x1cef5e,_0x5d6442=null)=>{const _0x7c89fa=a128_0x27e209,_0x527208={};_0x527208[_0x7c89fa(0x21e)]=_0x7c89fa(0x23a),_0x527208['tqGmE']=function(_0x27e0e8,_0x5ae6e1){return _0x27e0e8===_0x5ae6e1;},_0x527208['WpuNP']=_0x7c89fa(0x1c5),_0x527208[_0x7c89fa(0x1b2)]=function(_0xa52544,_0x1f1a34){return _0xa52544===_0x1f1a34;},_0x527208[_0x7c89fa(0x179)]=function(_0x313bd0,_0x244be7){return _0x313bd0===_0x244be7;},_0x527208[_0x7c89fa(0x230)]=function(_0x539254,_0x58f9b6){return _0x539254===_0x58f9b6;},_0x527208[_0x7c89fa(0x1c2)]=_0x7c89fa(0x20a),_0x527208[_0x7c89fa(0x227)]=_0x7c89fa(0x1ab);const _0x66da9=_0x527208;if(!exports[_0x7c89fa(0x176)](_0x1cef5e))return logger['warn'](_0x66da9[_0x7c89fa(0x21e)]),![];const _0x5ad377=_0x5d6442||RETRY_CONFIG[_0x7c89fa(0x1a4)];try{if(_0x1cef5e&&_0x66da9[_0x7c89fa(0x236)](typeof _0x1cef5e[_0x7c89fa(0x21a)],_0x66da9[_0x7c89fa(0x1e7)])){const _0x54be5b=_0x1cef5e[_0x7c89fa(0x21a)]();if(_0x54be5b&&_0x66da9[_0x7c89fa(0x1b2)](typeof _0x54be5b[_0x7c89fa(0x213)],_0x66da9[_0x7c89fa(0x1e7)]))await _0x54be5b[_0x7c89fa(0x213)]()['setScriptTimeout'](_0x5ad377),logger[_0x7c89fa(0x1f0)](_0x7c89fa(0x238)+_0x5ad377+_0x7c89fa(0x21b));else{if(_0x54be5b&&_0x66da9[_0x7c89fa(0x179)](typeof _0x54be5b['setTimeouts'],_0x66da9['WpuNP'])){const _0x1f6587={};_0x1f6587['script']=_0x5ad377,await _0x54be5b[_0x7c89fa(0x183)](_0x1f6587),logger[_0x7c89fa(0x1f0)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x5ad377+'ms\x20using\x20setTimeouts\x20API');}else{if(_0x54be5b&&_0x66da9['tATFD'](typeof _0x54be5b[_0x7c89fa(0x177)],_0x66da9[_0x7c89fa(0x1e7)]))await _0x54be5b[_0x7c89fa(0x177)](_0x5ad377),logger[_0x7c89fa(0x1f0)](_0x7c89fa(0x238)+_0x5ad377+_0x7c89fa(0x1d1));else return logger[_0x7c89fa(0x1f0)](_0x66da9[_0x7c89fa(0x1c2)]),!![];}}}else return logger['debug'](_0x66da9[_0x7c89fa(0x227)]),!![];return!![];}catch(_0x323633){return logger[_0x7c89fa(0x229)](_0x7c89fa(0x226)+_0x323633[_0x7c89fa(0x198)]),![];}},exports[a128_0x27e209(0x18e)]=async(_0x55940b,_0x31cbc8)=>{const _0x551b46=a128_0x27e209,_0x438543={'Yzdsr':function(_0x44081b,_0x376a79){return _0x44081b(_0x376a79);},'xoLZX':_0x551b46(0x240),'LWCZg':function(_0x4f816f,_0x4fe67b){return _0x4f816f<=_0x4fe67b;},'EAyem':function(_0x3ba893,_0x39003c){return _0x3ba893+_0x39003c;},'CEiQY':function(_0x4c3ab5,_0x13034c){return _0x4c3ab5&&_0x13034c;},'oIhuu':function(_0x44d3dd,_0x54d51f,_0x472ee0){return _0x44d3dd(_0x54d51f,_0x472ee0);},'FCuwr':_0x551b46(0x225),'ORiWK':function(_0x784f83,_0x49b783,_0x2216b5){return _0x784f83(_0x49b783,_0x2216b5);},'CxgEo':_0x551b46(0x220)},{isPlaywright:_0x30fa5d,type:_0x26ebc4}=_0x438543[_0x551b46(0x1cf)](detectDriverType,_0x55940b),_0x495692=_0x30fa5d?global[_0x551b46(0x178)]:accessibilityHelper[_0x551b46(0x1a7)]()&&globals[_0x551b46(0x1ea)](_0x438543[_0x551b46(0x1f1)]);if(!_0x495692)return logger[_0x551b46(0x229)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x26ebc4+_0x551b46(0x189)),![];let _0xf5b3c8=null;for(let _0x7dc4b4=0x1;_0x438543[_0x551b46(0x17d)](_0x7dc4b4,_0x438543[_0x551b46(0x1b3)](RETRY_CONFIG[_0x551b46(0x1ec)],0x1));_0x7dc4b4++){try{logger[_0x551b46(0x1f0)](_0x551b46(0x1be)+_0x7dc4b4+'/'+_0x438543[_0x551b46(0x1b3)](RETRY_CONFIG[_0x551b46(0x1ec)],0x1)+'\x20('+_0x26ebc4+')');if(_0x438543['CEiQY'](_0x30fa5d,playwrightA11yHelper)){_0x438543['oIhuu'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x55940b,RETRY_CONFIG[_0x551b46(0x1a6)]);const _0x23e343={};_0x23e343[_0x551b46(0x22e)]=!![];const _0x1c47cd=global[_0x551b46(0x225)]?Object[_0x551b46(0x1eb)]({},_0x31cbc8,_0x23e343):_0x31cbc8;await _0x438543[_0x551b46(0x18b)](withTimeout,playwrightA11yHelper[_0x551b46(0x241)](_0x55940b,scripts[_0x551b46(0x233)],_0x1c47cd),RETRY_CONFIG[_0x551b46(0x1a6)]),await exports[_0x551b46(0x23b)](_0x55940b,RETRY_CONFIG['defaultTimeoutMs']);}else{await exports['setSeleniumScriptTimeout'](_0x55940b,RETRY_CONFIG[_0x551b46(0x1a6)]);const _0x1a5753={};_0x1a5753[_0x551b46(0x22e)]=!![];const _0x5c7546=globals[_0x551b46(0x1ea)](_0x438543[_0x551b46(0x196)])?Object[_0x551b46(0x1eb)]({},_0x31cbc8,_0x1a5753):_0x31cbc8;await _0x438543['ORiWK'](withTimeout,_0x55940b[_0x551b46(0x20e)](scripts[_0x551b46(0x233)],_0x5c7546),RETRY_CONFIG[_0x551b46(0x1a6)]),await exports['setSeleniumScriptTimeout'](_0x55940b,RETRY_CONFIG[_0x551b46(0x1a4)]);}return logger[_0x551b46(0x1d5)](_0x551b46(0x1cb)+_0x7dc4b4+'\x20('+_0x26ebc4+')'),!![];}catch(_0x1c44ca){_0xf5b3c8=_0x1c44ca,logger['warn'](_0x551b46(0x1be)+_0x7dc4b4+_0x551b46(0x1fe)+_0x26ebc4+_0x551b46(0x1b8)+_0x1c44ca[_0x551b46(0x198)]);}}return logger[_0x551b46(0x22c)](_0x551b46(0x1f9)+_0x26ebc4+_0x551b46(0x19d)+(_0xf5b3c8?.[_0x551b46(0x198)]||_0x438543[_0x551b46(0x1e5)])),![];};
1
+ const a128_0x17b9fd=a128_0x50c1;(function(_0x4d7722,_0x2a09f8){const _0x4e4145=a128_0x50c1,_0x3d198c=_0x4d7722();while(!![]){try{const _0x1b9167=parseInt(_0x4e4145(0x190))/0x1*(parseInt(_0x4e4145(0x1bd))/0x2)+parseInt(_0x4e4145(0x14f))/0x3*(parseInt(_0x4e4145(0x1a1))/0x4)+parseInt(_0x4e4145(0x1ec))/0x5*(-parseInt(_0x4e4145(0x1f7))/0x6)+-parseInt(_0x4e4145(0x171))/0x7*(-parseInt(_0x4e4145(0x1a7))/0x8)+parseInt(_0x4e4145(0x18f))/0x9*(-parseInt(_0x4e4145(0x212))/0xa)+-parseInt(_0x4e4145(0x153))/0xb+parseInt(_0x4e4145(0x1e6))/0xc*(-parseInt(_0x4e4145(0x16b))/0xd);if(_0x1b9167===_0x2a09f8)break;else _0x3d198c['push'](_0x3d198c['shift']());}catch(_0x397d60){_0x3d198c['push'](_0x3d198c['shift']());}}}(a128_0x1f03,0xac341));const util=require(a128_0x17b9fd(0x193)),logger=require('../logger')[a128_0x17b9fd(0x1a9)],accessibilityHelper=require('./helper'),globals=require(a128_0x17b9fd(0x15c)),scripts=require(a128_0x17b9fd(0x1dd)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a128_0x17b9fd(0x1c7)),BrowserstackCLI=require(a128_0x17b9fd(0x1ba));let playwrightA11yHelper=null;function a128_0x1f03(){const _0x431aae=['executeAsyncScript','\x20completed\x20successfully.','fcENC','getAccessibilityResultsWithRetry','goto','rejected',').\x20Last\x20error:\x20','byGwn','Playwright\x20accessibility\x20helper\x20not\x20available','page','Page','[Accessibility]\x20Scan\x20skipped\x20-\x20scanner\x20scripts\x20are\x20not\x20loaded\x20for\x20this\x20run','rZYeE','\x20failed\x20for\x20method:\x20','SIdyX','SgiYz','WMsaK','fulfilled','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','71270oSEuVv','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','CPirL','setPlaywrightScriptTimeout','saveAccessibilityResultsWithRetry','getInstance','WDfEs','zJrlP','XdFMQ','Accessibility\x20results\x20save\x20attempt\x20','MDpZg','fDYMH','constructor','KCvGM',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','isRunning','54PqQoCI','blgtE','\x20for\x20method:\x20','isSeleniumDriver','6070009qHieKu','isPlaywrightPage','setTimeouts','getSession','RyrOL','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','bstackA11yShouldScan','zalpj','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','../globals','Playwright','getRetryConfig','performScanWithRetry','LjCbh','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','\x20-\x20not\x20applicable','performScan','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','defaultTimeoutMs','getCapabilities','cvOdt','gmTcf','allSettled','manage','7657OsZfbW','results','Operation\x20timed\x20out\x20after\x20','mLLLH','getGlobal','VSopE','21njrmkt','value','UPpaH','bstackA11yScanOptions','lnMSt',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','debug','PERFORM_SCAN','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','type','saveTestResults','fnzXX','PFtCq','maxRetries','HUgLy','kaWIk','status','wCeqU','FqdED','scanSucceeded','error','getAccessibilityResults','jLSla',');\x20skipping\x20save.','info','APtfq','ugRHk','evaluate','Unknown\x20error','54zuOTei','771802LxOcxe','ms\x20using\x20timeouts()\x20API','\x20failed\x20(','util','../../bin/playwright/accessibility-helper','ivikF','dnBGR','mNrCW','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','accessibilityPlatform','DdLqc','url','Comprehensive\x20accessibility\x20scan\x20failed\x20(','playwright-codecept-driver','KtbOF','setScriptTimeout','220876PgbvQl','__workerDetails','JsMBQ','fdLyV','name','uAMRt','3116888IyXQLZ','playwright-page','winstonLogger','isAccessibilityPlatform','max','Psgiq','is_mobile_session','ms\x20using\x20setTimeouts\x20API','FmpyH','isAccessibilityAutomationSession','OncHH',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','assign','aOALf','warn','timeoutMs','function','../../bin/v2/browserstackCLI','BXldc','dGPYO','2VvEQfl','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','fwedD','Accessibility\x20scan\x20attempt\x20','timeouts','agOJu','dqFii','env','unknown','Mrrxo','../performance/constants','getId','scannerProcessingTimeout','rknwU','):\x20','isPlaywright','message','ODiLG','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','bezGQ','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','GRGHZ','gvndb','getAccessibilityResultsSummary','rQmJJ','ydeFO','reason','COMHy','afQxW','ZusWJ','options','accessibilityConfig','./scripts','eLfnB','ms\x20using\x20setScriptTimeout\x20API','summary','NiRap','BcupK','WebDriver','yDomo','browserstackSessionName','13848SRRUAE','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','performComprehensiveAccessibilityScanWithRetry','getAccessibilityResultsSummaryWithRetry','VyClq','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','318315OeBeFf','Hbybc','script','updateRetryConfig','setSeleniumScriptTimeout','eUlBy','uMrQs','MJela','XRrpn',').\x20Error:\x20','nvDuk','90fJLhgm','setDefaultTimeout','isMobilePlatform','hasScripts','PySNX','selenium-webdriver','undefined'];a128_0x1f03=function(){return _0x431aae;};return a128_0x1f03();}try{playwrightA11yHelper=require(a128_0x17b9fd(0x194));}catch(a128_0x32cdcd){logger[a128_0x17b9fd(0x177)](a128_0x17b9fd(0x206));}function a128_0x50c1(_0x4682a3,_0x98e9){const _0x1f03df=a128_0x1f03();return a128_0x50c1=function(_0x50c164,_0x18a02a){_0x50c164=_0x50c164-0x14b;let _0x3eb163=_0x1f03df[_0x50c164];return _0x3eb163;},a128_0x50c1(_0x4682a3,_0x98e9);}const a128_0x2ad479={};a128_0x2ad479['maxRetries']=0x1,a128_0x2ad479[a128_0x17b9fd(0x1b8)]=0x7530,a128_0x2ad479[a128_0x17b9fd(0x165)]=0x7530;const RETRY_CONFIG=a128_0x2ad479,setConfigTimeout=(_0x4cdd75,_0x11729e=null)=>{const _0x3d6c5b=a128_0x17b9fd,_0x48160d={'lnMSt':function(_0x89e2e4,_0x1d04a4){return _0x89e2e4===_0x1d04a4;},'HUgLy':_0x3d6c5b(0x1c9),'IjOHs':function(_0x472a2f,_0x202b35){return _0x472a2f*_0x202b35;},'nvDuk':function(_0x58b22a,_0x74f974){return _0x58b22a(_0x74f974);},'WDfEs':function(_0x1e47fa,_0x273ba1){return _0x1e47fa*_0x273ba1;}};if(BrowserstackCLI['getInstance']()[_0x3d6c5b(0x14e)]()&&BrowserstackCLI[_0x3d6c5b(0x217)]()['getAccessibilityModule']()){const _0x12667a=BrowserstackCLI['getInstance']()['getAccessibilityModule']()[_0x3d6c5b(0x1dc)],_0x19b55f=_0x12667a[_0x3d6c5b(0x1db)]['capabilitiesList']||[];for(const _0x3e67fe of _0x19b55f){_0x48160d[_0x3d6c5b(0x175)](_0x3e67fe[_0x3d6c5b(0x1a5)],_0x48160d[_0x3d6c5b(0x180)])&&_0x48160d[_0x3d6c5b(0x175)](_0x11729e,null)&&(_0x4cdd75['timeoutMs']=_0x48160d['IjOHs'](_0x48160d[_0x3d6c5b(0x1f6)](parseInt,_0x3e67fe[_0x3d6c5b(0x172)]),0x3e8));}}else process[_0x3d6c5b(0x1c4)][_0x3d6c5b(0x1d1)]&&(_0x4cdd75[_0x3d6c5b(0x1b8)]=_0x48160d[_0x3d6c5b(0x218)](_0x48160d['nvDuk'](parseInt,process['env'][_0x3d6c5b(0x1d1)]),0x3e8));},detectDriverType=_0xbb72f2=>{const _0x5ee3cd=a128_0x17b9fd,_0x120824={};_0x120824[_0x5ee3cd(0x1c3)]=_0x5ee3cd(0x1c5),_0x120824[_0x5ee3cd(0x1b1)]=function(_0x5d3a80,_0x40f887){return _0x5d3a80===_0x40f887;},_0x120824[_0x5ee3cd(0x195)]=_0x5ee3cd(0x1b9),_0x120824[_0x5ee3cd(0x168)]=function(_0x4a604a,_0x322acc){return _0x4a604a===_0x322acc;},_0x120824[_0x5ee3cd(0x21c)]=function(_0x40ae9e,_0x273cd9){return _0x40ae9e===_0x273cd9;},_0x120824[_0x5ee3cd(0x15a)]=_0x5ee3cd(0x1a8),_0x120824['Hbybc']=function(_0x228656,_0x2107f3){return _0x228656===_0x2107f3;},_0x120824[_0x5ee3cd(0x1ac)]=_0x5ee3cd(0x1fc),_0x120824[_0x5ee3cd(0x1ce)]=function(_0x1bfc40,_0x4b1b7a){return _0x1bfc40===_0x4b1b7a;},_0x120824[_0x5ee3cd(0x1c6)]=_0x5ee3cd(0x208),_0x120824[_0x5ee3cd(0x1da)]=function(_0x817a18,_0x35c43a){return _0x817a18===_0x35c43a;},_0x120824[_0x5ee3cd(0x1bb)]=_0x5ee3cd(0x1e3),_0x120824[_0x5ee3cd(0x1bc)]=_0x5ee3cd(0x15d),_0x120824[_0x5ee3cd(0x1a4)]=_0x5ee3cd(0x19e),_0x120824[_0x5ee3cd(0x1f4)]=function(_0x5d01e3,_0x4dc105){return _0x5d01e3||_0x4dc105;},_0x120824[_0x5ee3cd(0x150)]=_0x5ee3cd(0x1fd);const _0x1b3b60=_0x120824;if(!_0xbb72f2){const _0xd5d66c={};return _0xd5d66c['isPlaywright']=![],_0xd5d66c[_0x5ee3cd(0x17b)]=_0x1b3b60[_0x5ee3cd(0x1c3)],_0xd5d66c;}if(_0x1b3b60['OncHH'](typeof _0xbb72f2[_0x5ee3cd(0x18d)],_0x1b3b60['ivikF'])&&_0x1b3b60[_0x5ee3cd(0x168)](typeof _0xbb72f2[_0x5ee3cd(0x19c)],_0x1b3b60[_0x5ee3cd(0x195)])&&_0x1b3b60[_0x5ee3cd(0x21c)](typeof _0xbb72f2[_0x5ee3cd(0x202)],_0x1b3b60[_0x5ee3cd(0x195)])){const _0x40c4d7={};return _0x40c4d7[_0x5ee3cd(0x1cc)]=!![],_0x40c4d7[_0x5ee3cd(0x17b)]=_0x1b3b60['zalpj'],_0x40c4d7;}if(_0x1b3b60[_0x5ee3cd(0x1ed)](typeof _0xbb72f2[_0x5ee3cd(0x1fe)],_0x1b3b60[_0x5ee3cd(0x195)])&&_0x1b3b60[_0x5ee3cd(0x1ed)](typeof _0xbb72f2[_0x5ee3cd(0x166)],_0x1b3b60[_0x5ee3cd(0x195)])){const _0x30d460={};return _0x30d460[_0x5ee3cd(0x1cc)]=![],_0x30d460[_0x5ee3cd(0x17b)]=_0x1b3b60[_0x5ee3cd(0x1ac)],_0x30d460;}const _0x30fe91=_0xbb72f2[_0x5ee3cd(0x14b)]?.[_0x5ee3cd(0x1a5)];if(_0x1b3b60[_0x5ee3cd(0x1ce)](_0x30fe91,_0x1b3b60['Mrrxo'])){const _0xc09b1e={};return _0xc09b1e[_0x5ee3cd(0x1cc)]=!![],_0xc09b1e['type']=_0x1b3b60[_0x5ee3cd(0x15a)],_0xc09b1e;}if(_0x1b3b60[_0x5ee3cd(0x1da)](_0x30fe91,_0x1b3b60[_0x5ee3cd(0x1bb)])){const _0x464994={};return _0x464994[_0x5ee3cd(0x1cc)]=![],_0x464994[_0x5ee3cd(0x17b)]=_0x1b3b60[_0x5ee3cd(0x1ac)],_0x464994;}if(_0x1b3b60[_0x5ee3cd(0x1b1)](_0x30fe91,_0x1b3b60[_0x5ee3cd(0x1bc)])){const _0x24e728={};return _0x24e728[_0x5ee3cd(0x1cc)]=!![],_0x24e728[_0x5ee3cd(0x17b)]=_0x1b3b60['fdLyV'],_0x24e728;}logger[_0x5ee3cd(0x1b7)]('Unknown\x20driver/page\x20type:\x20'+_0x1b3b60[_0x5ee3cd(0x1f4)](_0x30fe91,_0x1b3b60['blgtE']));const _0x3c810b={};return _0x3c810b['isPlaywright']=![],_0x3c810b[_0x5ee3cd(0x17b)]=_0x1b3b60[_0x5ee3cd(0x1c3)],_0x3c810b;},withTimeout=(_0x20bf2b,_0x1129d4)=>{const _0x473412=a128_0x17b9fd;return Promise['race']([_0x20bf2b,new Promise((_0xd4cbbc,_0x5ee4be)=>setTimeout(()=>_0x5ee4be(new Error(_0x473412(0x16d)+_0x1129d4+'ms')),_0x1129d4))]);};exports[a128_0x17b9fd(0x15f)]=async(_0x3deeec,_0xb7ebeb=null,_0xa83dc6=null,_0x206d27=![],_0x386aec=null)=>{const _0x44f3b9=a128_0x17b9fd,_0x1bf70d={'XGdvH':function(_0x4f287c,_0x7f6b29){return _0x4f287c&&_0x7f6b29;},'FmpyH':function(_0x1160a8,_0x53c4ad,_0x18baf4){return _0x1160a8(_0x53c4ad,_0x18baf4);},'dUcnu':function(_0x4f622f,_0x1a8684){return _0x4f622f===_0x1a8684;},'aOALf':_0x44f3b9(0x19e),'DdLqc':function(_0x728d12,_0x4b9dca){return _0x728d12(_0x4b9dca);},'gvndb':function(_0xfdc96,_0x12bb42){return _0xfdc96||_0x12bb42;},'SgiYz':function(_0xcd558a,_0x288694){return _0xcd558a!==_0x288694;},'ugRHk':_0x44f3b9(0x1aa),'BcupK':function(_0x28fd8d,_0x4fbb32){return _0x28fd8d!==_0x4fbb32;},'COMHy':_0x44f3b9(0x159),'UPpaH':function(_0x18fa4e,_0x34ea76){return _0x18fa4e===_0x34ea76;},'eUlBy':function(_0x585e0f,_0x59dac2){return _0x585e0f===_0x59dac2;},'SIdyX':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','mLLLH':_0x44f3b9(0x163),'CPirL':_0x44f3b9(0x209),'pfRGV':'unknown_method','RyrOL':_0x44f3b9(0x1b9),'mzQjJ':function(_0x61d447,_0x589b31){return _0x61d447===_0x589b31;},'KCvGM':function(_0x358ab4,_0x399e8f){return _0x358ab4<=_0x399e8f;},'yDomo':function(_0x219da5,_0x5c3471){return _0x219da5+_0x5c3471;},'GwSsu':'Unknown\x20error'},{isPlaywright:_0x467fe9,type:_0xf1c54}=_0x1bf70d[_0x44f3b9(0x19b)](detectDriverType,_0x3deeec),_0x539eb9=_0x206d27?_0x1bf70d[_0x44f3b9(0x1d3)](_0x386aec,{}):global[_0x44f3b9(0x174)]||{},_0x5060f8=_0x467fe9?global[_0x44f3b9(0x19a)]&&(_0x206d27||_0x1bf70d[_0x44f3b9(0x20d)](global['bstackA11yShouldScan'],![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals['getGlobal'](_0x1bf70d[_0x44f3b9(0x18c)])&&(_0x206d27||_0x1bf70d[_0x44f3b9(0x1e2)](globals[_0x44f3b9(0x16f)](_0x1bf70d[_0x44f3b9(0x1d8)]),![]));if(!_0x5060f8)return _0x467fe9&&global['accessibilityPlatform']&&_0x1bf70d[_0x44f3b9(0x173)](global[_0x44f3b9(0x159)],![])||!_0x467fe9&&globals[_0x44f3b9(0x16f)](_0x1bf70d[_0x44f3b9(0x18c)])&&_0x1bf70d[_0x44f3b9(0x1f1)](globals[_0x44f3b9(0x16f)](_0x1bf70d[_0x44f3b9(0x1d8)]),![])?logger[_0x44f3b9(0x177)](_0x1bf70d[_0x44f3b9(0x20c)]):logger[_0x44f3b9(0x1b7)](_0x44f3b9(0x15b)+_0xf1c54+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];if(!_0xa83dc6&&!scripts[_0x44f3b9(0x1fa)](_0x1bf70d[_0x44f3b9(0x16e)]))return logger['debug'](_0x1bf70d[_0x44f3b9(0x214)]),![];const _0x5186a4=_0xb7ebeb||global[_0x44f3b9(0x1e5)]||_0x1bf70d['pfRGV'];let _0xb5d6fd=null;const _0x5eb8ba={'testhub_btcer_uuid':global[_0x44f3b9(0x1a2)]?.['currentTest']?.['id'],'url':_0x1bf70d[_0x44f3b9(0x173)](typeof _0x3deeec[_0x44f3b9(0x19c)],_0x1bf70d[_0x44f3b9(0x157)])?await _0x3deeec['url']():_0x1bf70d['mzQjJ'](typeof _0x3deeec['getCurrentUrl'],_0x1bf70d[_0x44f3b9(0x157)])?await _0x3deeec['getCurrentUrl']():'','automate_session_id':_0x1bf70d[_0x44f3b9(0x173)](typeof _0x3deeec[_0x44f3b9(0x156)],_0x1bf70d['RyrOL'])?(await _0x3deeec[_0x44f3b9(0x156)]())[_0x44f3b9(0x1c8)]():''};for(let _0x463ebf=0x1;_0x1bf70d[_0x44f3b9(0x14c)](_0x463ebf,_0x1bf70d[_0x44f3b9(0x1e4)](RETRY_CONFIG['maxRetries'],0x1));_0x463ebf++){try{return logger[_0x44f3b9(0x177)](_0x44f3b9(0x1c0)+_0x463ebf+'/'+_0x1bf70d['yDomo'](RETRY_CONFIG[_0x44f3b9(0x17f)],0x1)+_0x44f3b9(0x151)+_0x5186a4+'\x20('+_0xf1c54+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x44f3b9(0x178)],async()=>{const _0x496e6c=_0x44f3b9;let _0x38d003;if(_0x1bf70d['XGdvH'](_0x467fe9,playwrightA11yHelper)){_0x1bf70d['FmpyH'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x3deeec,RETRY_CONFIG[_0x496e6c(0x1b8)]);let _0x1288e9=_0x3deeec;_0x1bf70d['dUcnu'](_0xf1c54,_0x1bf70d[_0x496e6c(0x1b6)])&&(_0x1288e9=_0x3deeec[_0x496e6c(0x207)]);const _0x4c3d5c=global[_0x496e6c(0x1f9)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x38d003=await _0x1bf70d[_0x496e6c(0x1af)](withTimeout,playwrightA11yHelper[_0x496e6c(0x163)](_0x1288e9,_0x5186a4,_0x539eb9,_0x4c3d5c),RETRY_CONFIG[_0x496e6c(0x1b8)]),await exports[_0x496e6c(0x215)](_0x3deeec,RETRY_CONFIG[_0x496e6c(0x165)]);}else await exports[_0x496e6c(0x1f0)](_0x3deeec,RETRY_CONFIG['timeoutMs']),_0x38d003=await _0x1bf70d[_0x496e6c(0x1af)](withTimeout,accessibilityHelper['performScan'](_0x3deeec,_0x5186a4,_0x206d27,_0x539eb9),RETRY_CONFIG[_0x496e6c(0x1b8)]),await exports[_0x496e6c(0x1f0)](_0x3deeec,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x496e6c(0x177)]('Scan\x20attempt\x20'+_0x463ebf+_0x496e6c(0x1ff));},{'command':_0x5186a4,..._0x5eb8ba})(),logger[_0x44f3b9(0x18a)](_0x44f3b9(0x1b3)+_0x463ebf+'.'),!![];}catch(_0x545d76){_0xb5d6fd=_0x545d76,logger[_0x44f3b9(0x177)](_0x44f3b9(0x1c0)+_0x463ebf+_0x44f3b9(0x20b)+_0x5186a4+'\x20('+_0xf1c54+_0x44f3b9(0x1f5)+_0x545d76[_0x44f3b9(0x1cd)]);}}return logger[_0x44f3b9(0x186)](_0x44f3b9(0x1e7)+_0x5186a4+'\x20('+_0xf1c54+')\x20with\x20error:\x20'+(_0xb5d6fd?.[_0x44f3b9(0x1cd)]||_0x1bf70d['GwSsu'])),![];},exports[a128_0x17b9fd(0x201)]=async(_0x372ccb,_0x218fbb)=>{const _0xf09c03=a128_0x17b9fd,_0x2770dd={'GRGHZ':function(_0x468eef,_0x66e316){return _0x468eef(_0x66e316);},'rZYeE':_0xf09c03(0x1aa),'kaWIk':function(_0x52d62b,_0x4446a7){return _0x52d62b<=_0x4446a7;},'VhIKT':function(_0x5ee811,_0x57c398){return _0x5ee811+_0x57c398;},'ydeFO':function(_0x5442f3,_0x5ec7b5){return _0x5442f3+_0x5ec7b5;},'APtfq':function(_0x930881,_0x829c1){return _0x930881&&_0x829c1;},'byGwn':function(_0x255c9b,_0x1016b3,_0x34298d){return _0x255c9b(_0x1016b3,_0x34298d);},'IAUdy':'Unknown\x20error'},{isPlaywright:_0x194730,type:_0x27afa1}=_0x2770dd[_0xf09c03(0x1d2)](detectDriverType,_0x372ccb),_0x283788=_0x194730?_0x218fbb[_0xf09c03(0x19a)]:accessibilityHelper[_0xf09c03(0x1b0)]()&&globals[_0xf09c03(0x16f)](_0x2770dd[_0xf09c03(0x20a)]);if(!_0x283788)return logger[_0xf09c03(0x1b7)](_0xf09c03(0x15b)+_0x27afa1+_0xf09c03(0x14d)),[];let _0x2d7928=null;for(let _0x3a4fa9=0x1;_0x2770dd[_0xf09c03(0x181)](_0x3a4fa9,_0x2770dd['VhIKT'](RETRY_CONFIG['maxRetries'],0x1));_0x3a4fa9++){try{logger[_0xf09c03(0x177)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x3a4fa9+'/'+_0x2770dd[_0xf09c03(0x1d6)](RETRY_CONFIG[_0xf09c03(0x17f)],0x1)+'\x20('+_0x27afa1+')');let _0x4c3289;return _0x2770dd[_0xf09c03(0x18b)](_0x194730,playwrightA11yHelper)?(_0x2770dd[_0xf09c03(0x205)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0xf09c03(0x215)](_0x372ccb,RETRY_CONFIG['timeoutMs']),_0x4c3289=await _0x2770dd[_0xf09c03(0x205)](withTimeout,playwrightA11yHelper[_0xf09c03(0x187)](_0x372ccb),RETRY_CONFIG[_0xf09c03(0x1b8)]),await exports[_0xf09c03(0x215)](_0x372ccb,RETRY_CONFIG[_0xf09c03(0x165)])):(await exports[_0xf09c03(0x1f0)](_0x372ccb,RETRY_CONFIG[_0xf09c03(0x1b8)]),_0x4c3289=await _0x2770dd[_0xf09c03(0x205)](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x372ccb,_0x218fbb),RETRY_CONFIG[_0xf09c03(0x1b8)]),await exports[_0xf09c03(0x1f0)](_0x372ccb,RETRY_CONFIG[_0xf09c03(0x165)])),logger[_0xf09c03(0x18a)](_0xf09c03(0x17a)+_0x3a4fa9+'\x20('+_0x27afa1+')'),_0x4c3289;}catch(_0x298cca){_0x2d7928=_0x298cca,logger[_0xf09c03(0x1b7)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x3a4fa9+'\x20failed\x20('+_0x27afa1+_0xf09c03(0x1f5)+_0x298cca[_0xf09c03(0x1cd)]);}}return logger[_0xf09c03(0x186)](_0xf09c03(0x1be)+_0x27afa1+_0xf09c03(0x204)+(_0x2d7928?.['message']||_0x2770dd['IAUdy'])),[];},exports[a128_0x17b9fd(0x1e9)]=async(_0x1ebb02,_0x369e8d)=>{const _0x19ad08=a128_0x17b9fd,_0x59d87e={'dnBGR':function(_0xff3271,_0x42e7ee){return _0xff3271(_0x42e7ee);},'XdFMQ':'isAccessibilityPlatform','PySNX':function(_0x1d2b29,_0x4650ea){return _0x1d2b29<=_0x4650ea;},'agOJu':function(_0x3e1bb6,_0x30f8b0){return _0x3e1bb6+_0x30f8b0;},'fwedD':function(_0x21fa04,_0x2b0178){return _0x21fa04&&_0x2b0178;},'QjUJj':function(_0x2f3af3,_0x52f27a,_0x4f47ce){return _0x2f3af3(_0x52f27a,_0x4f47ce);},'eLfnB':function(_0x3d6577,_0x3307b1,_0x4c0992){return _0x3d6577(_0x3307b1,_0x4c0992);},'NiRap':function(_0x265d21,_0xd3831a,_0x57a2d4){return _0x265d21(_0xd3831a,_0x57a2d4);},'VyClq':_0x19ad08(0x18e)},{isPlaywright:_0x49a200,type:_0x39fcb3}=_0x59d87e[_0x19ad08(0x196)](detectDriverType,_0x1ebb02),_0x152196=_0x49a200?_0x369e8d['accessibilityPlatform']:accessibilityHelper[_0x19ad08(0x1b0)]()&&globals['getGlobal'](_0x59d87e[_0x19ad08(0x21a)]);if(!_0x152196)return logger[_0x19ad08(0x1b7)](_0x19ad08(0x15b)+_0x39fcb3+_0x19ad08(0x1b2)),{};let _0xf66481=null;for(let _0x33dd3f=0x1;_0x59d87e[_0x19ad08(0x1fb)](_0x33dd3f,_0x59d87e[_0x19ad08(0x1c2)](RETRY_CONFIG['maxRetries'],0x1));_0x33dd3f++){try{logger[_0x19ad08(0x177)](_0x19ad08(0x199)+_0x33dd3f+'/'+_0x59d87e[_0x19ad08(0x1c2)](RETRY_CONFIG[_0x19ad08(0x17f)],0x1)+'\x20('+_0x39fcb3+')');let _0x3ca896;return _0x59d87e[_0x19ad08(0x1bf)](_0x49a200,playwrightA11yHelper)?(_0x59d87e['QjUJj'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x19ad08(0x215)](_0x1ebb02,RETRY_CONFIG[_0x19ad08(0x1b8)]),_0x3ca896=await _0x59d87e[_0x19ad08(0x1de)](withTimeout,playwrightA11yHelper['getAccessibilityResultsSummary'](_0x1ebb02),RETRY_CONFIG[_0x19ad08(0x1b8)]),await exports[_0x19ad08(0x215)](_0x1ebb02,RETRY_CONFIG[_0x19ad08(0x165)])):(await exports['setSeleniumScriptTimeout'](_0x1ebb02,RETRY_CONFIG['timeoutMs']),_0x3ca896=await _0x59d87e[_0x19ad08(0x1e1)](withTimeout,accessibilityHelper[_0x19ad08(0x1d4)](_0x1ebb02,_0x369e8d),RETRY_CONFIG[_0x19ad08(0x1b8)]),await exports['setSeleniumScriptTimeout'](_0x1ebb02,RETRY_CONFIG[_0x19ad08(0x165)])),logger[_0x19ad08(0x18a)](_0x19ad08(0x158)+_0x33dd3f+'\x20('+_0x39fcb3+')'),_0x3ca896;}catch(_0x34e8ff){_0xf66481=_0x34e8ff,logger[_0x19ad08(0x1b7)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x33dd3f+'\x20failed\x20('+_0x39fcb3+').\x20Error:\x20'+_0x34e8ff[_0x19ad08(0x1cd)]);}}return logger[_0x19ad08(0x186)](_0x19ad08(0x161)+_0x39fcb3+_0x19ad08(0x204)+(_0xf66481?.[_0x19ad08(0x1cd)]||_0x59d87e[_0x19ad08(0x1ea)])),{};},exports[a128_0x17b9fd(0x1e8)]=async(_0x5007be,_0x46384f,_0x49a9aa=null)=>{const _0x34942f=a128_0x17b9fd,_0x1098ee={'zJrlP':function(_0xac4435,_0x2129ea){return _0xac4435(_0x2129ea);},'rQmJJ':function(_0x50b02b,_0x3cbbb3){return _0x50b02b===_0x3cbbb3;},'WMsaK':_0x34942f(0x20f),'nwVJL':_0x34942f(0x203),'KtbOF':_0x34942f(0x164)},{isPlaywright:_0x196436,type:_0x284235}=_0x1098ee[_0x34942f(0x219)](detectDriverType,_0x5007be),_0x59107b={};_0x59107b[_0x34942f(0x185)]=![],_0x59107b[_0x34942f(0x16c)]=[],_0x59107b[_0x34942f(0x1e0)]={},_0x59107b['error']=null,_0x59107b['driverType']=_0x284235;const _0x35480d=_0x59107b;try{_0x35480d[_0x34942f(0x185)]=await exports[_0x34942f(0x15f)](_0x5007be,_0x49a9aa);if(_0x35480d[_0x34942f(0x185)]){const [_0x1c4519,_0x1bda46]=await Promise[_0x34942f(0x169)]([exports[_0x34942f(0x201)](_0x5007be,_0x46384f),exports['getAccessibilityResultsSummaryWithRetry'](_0x5007be,_0x46384f)]);_0x35480d['results']=_0x1098ee[_0x34942f(0x1d5)](_0x1c4519[_0x34942f(0x182)],_0x1098ee[_0x34942f(0x20e)])?_0x1c4519['value']:[],_0x35480d[_0x34942f(0x1e0)]=_0x1098ee[_0x34942f(0x1d5)](_0x1bda46[_0x34942f(0x182)],_0x1098ee[_0x34942f(0x20e)])?_0x1bda46['value']:{},_0x1098ee[_0x34942f(0x1d5)](_0x1c4519['status'],_0x1098ee['nwVJL'])&&logger['warn'](_0x34942f(0x1b4)+_0x284235+_0x34942f(0x1cb)+_0x1c4519[_0x34942f(0x1d7)]?.[_0x34942f(0x1cd)]),_0x1098ee[_0x34942f(0x1d5)](_0x1bda46[_0x34942f(0x182)],_0x1098ee['nwVJL'])&&logger[_0x34942f(0x1b7)]('Failed\x20to\x20retrieve\x20accessibility\x20summary\x20('+_0x284235+_0x34942f(0x1cb)+_0x1bda46[_0x34942f(0x1d7)]?.[_0x34942f(0x1cd)]);}}catch(_0x334b26){_0x35480d[_0x34942f(0x186)]=_0x334b26[_0x34942f(0x1cd)]||_0x1098ee[_0x34942f(0x19f)],logger[_0x34942f(0x186)](_0x34942f(0x19d)+_0x284235+'):\x20'+_0x35480d['error']);}return _0x35480d;},exports[a128_0x17b9fd(0x1ef)]=_0x1f3da6=>{const _0x522a07=a128_0x17b9fd,_0x591cd6={};_0x591cd6[_0x522a07(0x200)]=function(_0x49fa4d,_0x8ccf47){return _0x49fa4d!==_0x8ccf47;},_0x591cd6['PFtCq']=function(_0x274137,_0x365e76){return _0x274137!==_0x365e76;};const _0x104f72=_0x591cd6;_0x104f72[_0x522a07(0x200)](_0x1f3da6['maxRetries'],undefined)&&(RETRY_CONFIG[_0x522a07(0x17f)]=Math[_0x522a07(0x1ab)](0x0,_0x1f3da6[_0x522a07(0x17f)])),_0x104f72[_0x522a07(0x17e)](_0x1f3da6[_0x522a07(0x1b8)],undefined)&&(RETRY_CONFIG[_0x522a07(0x1b8)]=Math[_0x522a07(0x1ab)](0x3e8,_0x1f3da6[_0x522a07(0x1b8)])),logger[_0x522a07(0x177)]('Accessibility\x20retry\x20configuration\x20updated:\x20'+JSON['stringify'](RETRY_CONFIG));},exports[a128_0x17b9fd(0x15e)]=()=>{const _0x397f51={...RETRY_CONFIG};return _0x397f51;},exports[a128_0x17b9fd(0x154)]=_0xee5f85=>{const _0x4be421=a128_0x17b9fd,_0x595d0b={'IpSpH':function(_0x4895f1,_0x270421){return _0x4895f1(_0x270421);}};return _0x595d0b['IpSpH'](detectDriverType,_0xee5f85)[_0x4be421(0x1cc)];},exports['isSeleniumDriver']=_0x5dd71b=>{const _0x38a506=a128_0x17b9fd,_0x3dcdb6={'uAMRt':function(_0x387b44,_0x43018b){return _0x387b44(_0x43018b);},'LjCbh':function(_0x39e738,_0x11380a){return _0x39e738===_0x11380a;},'fDYMH':'selenium-webdriver'},{isPlaywright:_0xff4286,type:_0xd148a0}=_0x3dcdb6[_0x38a506(0x1a6)](detectDriverType,_0x5dd71b);return!_0xff4286&&_0x3dcdb6[_0x38a506(0x160)](_0xd148a0,_0x3dcdb6[_0x38a506(0x21d)]);},exports[a128_0x17b9fd(0x215)]=async(_0x33024b,_0x281cb9=null)=>{const _0x1faa5b=a128_0x17b9fd,_0x569d06={'YFHfY':function(_0x5a7fbd,_0x2a39fb){return _0x5a7fbd(_0x2a39fb);},'VSopE':function(_0x5ecd39,_0x2ea3c0){return _0x5ecd39===_0x2ea3c0;},'SmyvU':_0x1faa5b(0x1b9)},{isPlaywright:_0x2f6dc6,type:_0x766669}=_0x569d06['YFHfY'](detectDriverType,_0x33024b);if(!_0x2f6dc6)return logger['debug']('Skipping\x20timeout\x20setting\x20for\x20'+_0x766669+_0x1faa5b(0x162)),!![];const _0x4cc68f=_0x281cb9||RETRY_CONFIG[_0x1faa5b(0x165)];try{return _0x33024b&&_0x569d06[_0x1faa5b(0x170)](typeof _0x33024b['setDefaultTimeout'],_0x569d06['SmyvU'])&&(await _0x33024b[_0x1faa5b(0x1f8)](_0x4cc68f),logger[_0x1faa5b(0x177)](_0x1faa5b(0x198)+_0x4cc68f+'ms')),!![];}catch(_0x4dbea1){return logger[_0x1faa5b(0x1b7)](_0x1faa5b(0x211)+_0x4dbea1[_0x1faa5b(0x1cd)]),![];}},exports[a128_0x17b9fd(0x1f0)]=async(_0xc0f481,_0x438a5f=null)=>{const _0x208fb0=a128_0x17b9fd,_0x232aa8={};_0x232aa8[_0x208fb0(0x183)]=_0x208fb0(0x1eb),_0x232aa8[_0x208fb0(0x1f3)]=function(_0x3754df,_0x216adc){return _0x3754df===_0x216adc;},_0x232aa8[_0x208fb0(0x184)]=_0x208fb0(0x1b9),_0x232aa8[_0x208fb0(0x188)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0x232aa8['afQxW']='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x4b30b0=_0x232aa8;if(!exports[_0x208fb0(0x152)](_0xc0f481))return logger[_0x208fb0(0x1b7)](_0x4b30b0[_0x208fb0(0x183)]),![];const _0x5dab12=_0x438a5f||RETRY_CONFIG['defaultTimeoutMs'];try{if(_0xc0f481&&_0x4b30b0[_0x208fb0(0x1f3)](typeof _0xc0f481[_0x208fb0(0x16a)],_0x4b30b0['FqdED'])){const _0x268217=_0xc0f481[_0x208fb0(0x16a)]();if(_0x268217&&_0x4b30b0[_0x208fb0(0x1f3)](typeof _0x268217['timeouts'],_0x4b30b0[_0x208fb0(0x184)]))await _0x268217[_0x208fb0(0x1c1)]()['setScriptTimeout'](_0x5dab12),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x5dab12+_0x208fb0(0x191));else{if(_0x268217&&_0x4b30b0[_0x208fb0(0x1f3)](typeof _0x268217['setTimeouts'],_0x4b30b0['FqdED'])){const _0x1c2963={};_0x1c2963[_0x208fb0(0x1ee)]=_0x5dab12,await _0x268217[_0x208fb0(0x155)](_0x1c2963),logger[_0x208fb0(0x177)](_0x208fb0(0x1cf)+_0x5dab12+_0x208fb0(0x1ae));}else{if(_0x268217&&_0x4b30b0[_0x208fb0(0x1f3)](typeof _0x268217['setScriptTimeout'],_0x4b30b0[_0x208fb0(0x184)]))await _0x268217[_0x208fb0(0x1a0)](_0x5dab12),logger[_0x208fb0(0x177)](_0x208fb0(0x1cf)+_0x5dab12+_0x208fb0(0x1df));else return logger[_0x208fb0(0x177)](_0x4b30b0[_0x208fb0(0x188)]),!![];}}}else return logger[_0x208fb0(0x177)](_0x4b30b0[_0x208fb0(0x1d9)]),!![];return!![];}catch(_0x5b4165){return logger[_0x208fb0(0x1b7)](_0x208fb0(0x210)+_0x5b4165['message']),![];}},exports[a128_0x17b9fd(0x216)]=async(_0x58c436,_0x9e165b)=>{const _0x388cbe=a128_0x17b9fd,_0x52ac40={'bezGQ':function(_0x4e40c3,_0x21fd3e){return _0x4e40c3(_0x21fd3e);},'fnzXX':_0x388cbe(0x1aa),'mNrCW':_0x388cbe(0x17c),'nOhjv':function(_0x4ab35d,_0xa80b38){return _0x4ab35d<=_0xa80b38;},'cvOdt':function(_0x5cdfb3,_0x115b8a){return _0x5cdfb3+_0x115b8a;},'uMrQs':function(_0x2430b6,_0x1a7f68){return _0x2430b6&&_0x1a7f68;},'JsMBQ':function(_0x252968,_0x39775c,_0x36b04d){return _0x252968(_0x39775c,_0x36b04d);},'rknwU':_0x388cbe(0x1f9),'aEiwt':_0x388cbe(0x18e)},{isPlaywright:_0x5cca5a,type:_0x5970e9}=_0x52ac40[_0x388cbe(0x1d0)](detectDriverType,_0x58c436),_0x2cad31=_0x5cca5a?global[_0x388cbe(0x19a)]:accessibilityHelper[_0x388cbe(0x1b0)]()&&globals[_0x388cbe(0x16f)](_0x52ac40[_0x388cbe(0x17d)]);if(!_0x2cad31)return logger[_0x388cbe(0x1b7)](_0x388cbe(0x15b)+_0x5970e9+_0x388cbe(0x176)),![];if(!scripts['hasScripts'](_0x52ac40[_0x388cbe(0x197)]))return logger[_0x388cbe(0x1b7)]('Accessibility\x20scanner\x20scripts\x20are\x20not\x20loaded\x20for\x20this\x20run\x20('+_0x5970e9+_0x388cbe(0x189)),![];let _0x3564c7=null;for(let _0x2aa510=0x1;_0x52ac40['nOhjv'](_0x2aa510,_0x52ac40[_0x388cbe(0x167)](RETRY_CONFIG['maxRetries'],0x1));_0x2aa510++){try{logger[_0x388cbe(0x177)](_0x388cbe(0x21b)+_0x2aa510+'/'+_0x52ac40[_0x388cbe(0x167)](RETRY_CONFIG[_0x388cbe(0x17f)],0x1)+'\x20('+_0x5970e9+')');if(_0x52ac40[_0x388cbe(0x1f2)](_0x5cca5a,playwrightA11yHelper)){_0x52ac40['JsMBQ'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x58c436,RETRY_CONFIG[_0x388cbe(0x1b8)]);const _0x300c8d={};_0x300c8d[_0x388cbe(0x1ad)]=!![];const _0x31e102=global[_0x388cbe(0x1f9)]?Object[_0x388cbe(0x1b5)]({},_0x9e165b,_0x300c8d):_0x9e165b;await _0x52ac40[_0x388cbe(0x1a3)](withTimeout,playwrightA11yHelper['browserStackEvaluate'](_0x58c436,scripts['saveTestResults'],_0x31e102),RETRY_CONFIG['timeoutMs']),await exports[_0x388cbe(0x215)](_0x58c436,RETRY_CONFIG[_0x388cbe(0x165)]);}else{await exports[_0x388cbe(0x1f0)](_0x58c436,RETRY_CONFIG['timeoutMs']);const _0xc4b67e={};_0xc4b67e['is_mobile_session']=!![];const _0x4e60d3=globals['getGlobal'](_0x52ac40[_0x388cbe(0x1ca)])?Object[_0x388cbe(0x1b5)]({},_0x9e165b,_0xc4b67e):_0x9e165b;await _0x52ac40['JsMBQ'](withTimeout,_0x58c436[_0x388cbe(0x1fe)](scripts[_0x388cbe(0x17c)],_0x4e60d3),RETRY_CONFIG[_0x388cbe(0x1b8)]),await exports[_0x388cbe(0x1f0)](_0x58c436,RETRY_CONFIG[_0x388cbe(0x165)]);}return logger[_0x388cbe(0x18a)](_0x388cbe(0x213)+_0x2aa510+'\x20('+_0x5970e9+')'),!![];}catch(_0x54635d){_0x3564c7=_0x54635d,logger[_0x388cbe(0x1b7)](_0x388cbe(0x21b)+_0x2aa510+_0x388cbe(0x192)+_0x5970e9+_0x388cbe(0x1f5)+_0x54635d['message']);}}return logger[_0x388cbe(0x186)](_0x388cbe(0x179)+_0x5970e9+').\x20Last\x20error:\x20'+(_0x3564c7?.['message']||_0x52ac40['aEiwt'])),![];};
@@ -1 +1 @@
1
- var a129_0x3d081f=a129_0x529e;(function(_0x57d57d,_0x1d50d8){var _0x270715=a129_0x529e,_0x4d7fc8=_0x57d57d();while(!![]){try{var _0x5a3626=-parseInt(_0x270715(0x9f))/0x1*(parseInt(_0x270715(0x88))/0x2)+parseInt(_0x270715(0x81))/0x3+parseInt(_0x270715(0x93))/0x4*(parseInt(_0x270715(0x7f))/0x5)+-parseInt(_0x270715(0x80))/0x6*(-parseInt(_0x270715(0xa0))/0x7)+-parseInt(_0x270715(0x92))/0x8*(parseInt(_0x270715(0x90))/0x9)+parseInt(_0x270715(0x89))/0xa*(-parseInt(_0x270715(0x85))/0xb)+-parseInt(_0x270715(0x98))/0xc*(-parseInt(_0x270715(0x8a))/0xd);if(_0x5a3626===_0x1d50d8)break;else _0x4d7fc8['push'](_0x4d7fc8['shift']());}catch(_0x555d35){_0x4d7fc8['push'](_0x4d7fc8['shift']());}}}(a129_0x42ee,0x98865),exports[a129_0x3d081f(0x97)]=a129_0x3d081f(0x9e),exports['BSTACK_SCAN_IN_PROGRESS']=Symbol[a129_0x3d081f(0x9b)](a129_0x3d081f(0x8e)),exports['MINIMUM_BROWSER_VERSION_ACCESSIBILITY']='94',exports[a129_0x3d081f(0x8f)]=a129_0x3d081f(0x95),exports[a129_0x3d081f(0xa4)]=a129_0x3d081f(0x9a),exports[a129_0x3d081f(0xa2)]=a129_0x3d081f(0x96));var a129_0x17bac0={};function a129_0x529e(_0x24dbf3,_0xfdf10){var _0x42ee82=a129_0x42ee();return a129_0x529e=function(_0x529ebc,_0x15ade3){_0x529ebc=_0x529ebc-0x7f;var _0x188164=_0x42ee82[_0x529ebc];return _0x188164;},a129_0x529e(_0x24dbf3,_0xfdf10);}a129_0x17bac0[a129_0x3d081f(0x9c)]=a129_0x3d081f(0x84),a129_0x17bac0[a129_0x3d081f(0x82)]=0x5e,a129_0x17bac0[a129_0x3d081f(0x9d)]=0x64,a129_0x17bac0[a129_0x3d081f(0x91)]=!![];var a129_0x2bcdd2={};a129_0x2bcdd2[a129_0x3d081f(0x9c)]=a129_0x3d081f(0x84),a129_0x2bcdd2[a129_0x3d081f(0x82)]=0x5e,a129_0x2bcdd2[a129_0x3d081f(0x9d)]=0x64,a129_0x2bcdd2[a129_0x3d081f(0x91)]=!![];var a129_0x1e2eeb={};function a129_0x42ee(){var _0x14c5ab=['2625980zpdXXV','6618CIqpeo','1996494NnOaOE','min_version_browserstack','ChromeForTesting','Chrome','2687817dtjdoc','Edge','chromium','1282544mbUnTG','40IgGkiQ','3888183tWNxqc','Safari','ACCESSIBILITY_SUPPORTED_BROWSERS','chromefortesting','bstack.a11yScanInProgress','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','9YMhxIj','requires_chrome_options_check','3602248WPDcVM','8uPyLCA','microsoftedge','100','18.4','API_URL','36xgrLvQ','edge','141','for','display_name','min_version_non_browserstack','https://accessibility.browserstack.com/api','1GhjFwh','511WZcfGS','msedge','MINIMUM_SAFARI_VERSION','chrome','MINIMUM_CHROMEFORTESTING_VERSION'];a129_0x42ee=function(){return _0x14c5ab;};return a129_0x42ee();}a129_0x1e2eeb['display_name']=a129_0x3d081f(0x84),a129_0x1e2eeb['min_version_browserstack']=0x5e,a129_0x1e2eeb['min_version_non_browserstack']=0x64,a129_0x1e2eeb[a129_0x3d081f(0x91)]=!![];var a129_0x4e53f9={};a129_0x4e53f9[a129_0x3d081f(0x9c)]=a129_0x3d081f(0x83),a129_0x4e53f9[a129_0x3d081f(0x82)]=0x8d,a129_0x4e53f9[a129_0x3d081f(0x9d)]=0x8d,a129_0x4e53f9[a129_0x3d081f(0x91)]=!![];var a129_0x18af34={};a129_0x18af34['display_name']=a129_0x3d081f(0x86),a129_0x18af34[a129_0x3d081f(0x82)]=0x64,a129_0x18af34['min_version_non_browserstack']=0x64,a129_0x18af34[a129_0x3d081f(0x91)]=!![];var a129_0x3f2b57={};a129_0x3f2b57[a129_0x3d081f(0x9c)]=a129_0x3d081f(0x86),a129_0x3f2b57[a129_0x3d081f(0x82)]=0x64,a129_0x3f2b57['min_version_non_browserstack']=0x64,a129_0x3f2b57[a129_0x3d081f(0x91)]=!![];var a129_0x1e58ec={};a129_0x1e58ec[a129_0x3d081f(0x9c)]=a129_0x3d081f(0x86),a129_0x1e58ec[a129_0x3d081f(0x82)]=0x64,a129_0x1e58ec[a129_0x3d081f(0x9d)]=0x64,a129_0x1e58ec[a129_0x3d081f(0x91)]=!![];var a129_0x151218={};a129_0x151218['display_name']=a129_0x3d081f(0x8b),a129_0x151218[a129_0x3d081f(0x82)]=18.4,a129_0x151218['min_version_non_browserstack']=18.4,a129_0x151218[a129_0x3d081f(0x91)]=![];var a129_0x54a68d={};a129_0x54a68d[a129_0x3d081f(0xa3)]=a129_0x17bac0,a129_0x54a68d[a129_0x3d081f(0x87)]=a129_0x2bcdd2,a129_0x54a68d['playwright-chromium']=a129_0x1e2eeb,a129_0x54a68d[a129_0x3d081f(0x8d)]=a129_0x4e53f9,a129_0x54a68d[a129_0x3d081f(0x99)]=a129_0x18af34,a129_0x54a68d[a129_0x3d081f(0x94)]=a129_0x3f2b57,a129_0x54a68d[a129_0x3d081f(0xa1)]=a129_0x1e58ec,a129_0x54a68d['safari']=a129_0x151218,exports[a129_0x3d081f(0x8c)]=a129_0x54a68d;
1
+ var a129_0x3e7cbf=a129_0x181d;(function(_0x437372,_0x1af7eb){var _0x43d1d5=a129_0x181d,_0x261edf=_0x437372();while(!![]){try{var _0x5085ff=-parseInt(_0x43d1d5(0xd9))/0x1+-parseInt(_0x43d1d5(0xe2))/0x2*(parseInt(_0x43d1d5(0xe4))/0x3)+-parseInt(_0x43d1d5(0xd1))/0x4*(-parseInt(_0x43d1d5(0xd5))/0x5)+parseInt(_0x43d1d5(0xe0))/0x6*(parseInt(_0x43d1d5(0xc9))/0x7)+-parseInt(_0x43d1d5(0xc8))/0x8+-parseInt(_0x43d1d5(0xdb))/0x9*(-parseInt(_0x43d1d5(0xcb))/0xa)+-parseInt(_0x43d1d5(0xd8))/0xb*(-parseInt(_0x43d1d5(0xe3))/0xc);if(_0x5085ff===_0x1af7eb)break;else _0x261edf['push'](_0x261edf['shift']());}catch(_0x516141){_0x261edf['push'](_0x261edf['shift']());}}}(a129_0x2a61,0x63912),exports['API_URL']=a129_0x3e7cbf(0xce),exports[a129_0x3e7cbf(0xca)]=Symbol[a129_0x3e7cbf(0xe1)](a129_0x3e7cbf(0xc4)),exports[a129_0x3e7cbf(0xd0)]='94',exports[a129_0x3e7cbf(0xdf)]=a129_0x3e7cbf(0xda),exports['MINIMUM_CHROMEFORTESTING_VERSION']='141',exports[a129_0x3e7cbf(0xc5)]=a129_0x3e7cbf(0xcf));var a129_0x1b4679={};a129_0x1b4679['display_name']='Chrome',a129_0x1b4679[a129_0x3e7cbf(0xd7)]=0x5e,a129_0x1b4679[a129_0x3e7cbf(0xcd)]=0x64,a129_0x1b4679['requires_chrome_options_check']=!![];var a129_0x99edff={};a129_0x99edff['display_name']=a129_0x3e7cbf(0xc6),a129_0x99edff[a129_0x3e7cbf(0xd7)]=0x5e,a129_0x99edff[a129_0x3e7cbf(0xcd)]=0x64,a129_0x99edff[a129_0x3e7cbf(0xdd)]=!![];var a129_0xe49d43={};a129_0xe49d43[a129_0x3e7cbf(0xcc)]=a129_0x3e7cbf(0xc6),a129_0xe49d43[a129_0x3e7cbf(0xd7)]=0x5e,a129_0xe49d43[a129_0x3e7cbf(0xcd)]=0x64,a129_0xe49d43[a129_0x3e7cbf(0xdd)]=!![];function a129_0x181d(_0x1222a8,_0x202d1e){var _0x2a61cd=a129_0x2a61();return a129_0x181d=function(_0x181d82,_0x2a6542){_0x181d82=_0x181d82-0xc4;var _0x279b44=_0x2a61cd[_0x181d82];return _0x279b44;},a129_0x181d(_0x1222a8,_0x202d1e);}var a129_0x1cf86b={};a129_0x1cf86b[a129_0x3e7cbf(0xcc)]='ChromeForTesting',a129_0x1cf86b['min_version_browserstack']=0x8d,a129_0x1cf86b[a129_0x3e7cbf(0xcd)]=0x8d,a129_0x1cf86b[a129_0x3e7cbf(0xdd)]=!![];var a129_0x408480={};a129_0x408480[a129_0x3e7cbf(0xcc)]=a129_0x3e7cbf(0xd6),a129_0x408480[a129_0x3e7cbf(0xd7)]=0x64,a129_0x408480[a129_0x3e7cbf(0xcd)]=0x64,a129_0x408480[a129_0x3e7cbf(0xdd)]=!![];var a129_0x50e958={};a129_0x50e958[a129_0x3e7cbf(0xcc)]=a129_0x3e7cbf(0xd6),a129_0x50e958[a129_0x3e7cbf(0xd7)]=0x64,a129_0x50e958[a129_0x3e7cbf(0xcd)]=0x64,a129_0x50e958['requires_chrome_options_check']=!![];var a129_0x53a91d={};a129_0x53a91d[a129_0x3e7cbf(0xcc)]=a129_0x3e7cbf(0xd6),a129_0x53a91d[a129_0x3e7cbf(0xd7)]=0x64,a129_0x53a91d[a129_0x3e7cbf(0xcd)]=0x64,a129_0x53a91d[a129_0x3e7cbf(0xdd)]=!![];var a129_0x4c5a1d={};a129_0x4c5a1d[a129_0x3e7cbf(0xcc)]='Safari',a129_0x4c5a1d[a129_0x3e7cbf(0xd7)]=18.4,a129_0x4c5a1d[a129_0x3e7cbf(0xcd)]=18.4,a129_0x4c5a1d[a129_0x3e7cbf(0xdd)]=![];var a129_0x340286={};a129_0x340286[a129_0x3e7cbf(0xdc)]=a129_0x1b4679,a129_0x340286[a129_0x3e7cbf(0xd3)]=a129_0x99edff,a129_0x340286[a129_0x3e7cbf(0xe6)]=a129_0xe49d43,a129_0x340286[a129_0x3e7cbf(0xd2)]=a129_0x1cf86b,a129_0x340286[a129_0x3e7cbf(0xe5)]=a129_0x408480,a129_0x340286[a129_0x3e7cbf(0xde)]=a129_0x50e958,a129_0x340286[a129_0x3e7cbf(0xc7)]=a129_0x53a91d,a129_0x340286[a129_0x3e7cbf(0xd4)]=a129_0x4c5a1d,exports['ACCESSIBILITY_SUPPORTED_BROWSERS']=a129_0x340286;function a129_0x2a61(){var _0x4f0534=['edge','playwright-chromium','bstack.a11yScanInProgress','MINIMUM_SAFARI_VERSION','Chrome','msedge','4871008MhbqCj','1668191xNguzo','BSTACK_SCAN_IN_PROGRESS','60PeveGn','display_name','min_version_non_browserstack','https://accessibility.browserstack.com/api','18.4','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','309568CLolkC','chromefortesting','chromium','safari','10OHzVZh','Edge','min_version_browserstack','583rZydBR','432284tvsBvw','100','354951qxclyl','chrome','requires_chrome_options_check','microsoftedge','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','18yPxjCD','for','2nfsASr','182220wNZOta','1386528zJyHSc'];a129_0x2a61=function(){return _0x4f0534;};return a129_0x2a61();}
@@ -1 +1 @@
1
- const a130_0x20cb64=a130_0x4c57;(function(_0x1232ad,_0x21da64){const _0x8876a5=a130_0x4c57,_0x386e38=_0x1232ad();while(!![]){try{const _0x316568=parseInt(_0x8876a5(0x27c))/0x1*(parseInt(_0x8876a5(0x1db))/0x2)+parseInt(_0x8876a5(0x1bc))/0x3+-parseInt(_0x8876a5(0x25d))/0x4*(-parseInt(_0x8876a5(0x168))/0x5)+-parseInt(_0x8876a5(0x240))/0x6+parseInt(_0x8876a5(0x1c4))/0x7+parseInt(_0x8876a5(0x269))/0x8+parseInt(_0x8876a5(0x221))/0x9*(-parseInt(_0x8876a5(0x215))/0xa);if(_0x316568===_0x21da64)break;else _0x386e38['push'](_0x386e38['shift']());}catch(_0x1135d1){_0x386e38['push'](_0x386e38['shift']());}}}(a130_0x2cff,0x5995b));const path=require(a130_0x20cb64(0x237)),util=require(a130_0x20cb64(0x21f)),bsSetupHelper=require(a130_0x20cb64(0x203)),logger=require(a130_0x20cb64(0x29b))[a130_0x20cb64(0x209)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require('./constants'),PerformanceTester=require(a130_0x20cb64(0x1ce)),scripts=require(a130_0x20cb64(0x292)),globals=require(a130_0x20cb64(0x1ba)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');function a130_0x2cff(){const _0x5bb3b8=['parse','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','CewNd','lczti','shouldScanTestForAccessibility','JcHjV','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','oPbeI','nHbet','uNapA','kAiPF','compareVersions','GET_RESULTS','wKZwf','toLowerCase','BOgrr','platformName','BS_A11Y_JWT','warn','toISOString','LBysW','CAPABILITY_KEY','measureWrapper','includeTagsInTestingScope','getResults','version','from','getId','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','stringify','RFRHj','format','YRkBG','ZsSxk','response','BhpLZ','iKOMG','fetchPlatformDetails','TXuWt','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','cSlZo','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','device','Authorization','getBrowserDisplayName','oQKkC','../globals','stack','1207224SlwcNz','setNonBstackInfraCapabilities','split','Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20','resolve','v2/test_runs','MOBILE_SCANNING_DISABLED_WARNING','thTestRunUuid','281379bYgNrV','ILcsL','BROWSERSTACK_TURBOSCALE','../../bin/v2/browserstackCLI','resolveMobileThTestRunUuid','POST','OdglJ','playwright','ZZhOA','PUT','../performance/performance-tester','iGShM','gIaTR','browserstack','getAccessibilityResults','Ffwbr','startsWith','isArray','projectName','browserName','auth','iaFyE','WFOlW','526tAgpWc','isBrowserstackInfra',',\x20testRunId=','knAFZ','object','yHLil','hJyoe','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','--headless','headers','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','browserVersion','getBrowserA11yConfig','get','CWMzh','includes','toJson','info','pbORe','YQvkZ','has','hasLegacyHeadlessArg','script','errors','undefined','a11y:start','AFgLI','body','concat','iVKQD','isAccessibilityAutomationSession','getTestFramework','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','EHQev','PERFORM_SCAN','getCurrentTestUUID','requiresChromeOptionsValidation','Content-Type','keys','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','../helper','message','[App-A11y]\x20getAccessibilityResultsSummary:\x20sessionId=','debug','WGQIH','xHkXV','winstonLogger','browserstack_executor','kTNQS','isTrue','yramv','HyhtN','min_version_non_browserstack','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','cwd','IOHkB','fGHfr','filter','285370BdwOem','platforms','DzpmV','selenium-webdriver','browserstackSessionName','MVyVn','trim','WMcyK','basename','Qoauv','util','getAgentVersion','423nyfLRB','Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20','a11y:stop','xXmcf','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','getGlobal','true','zncKq','getAccessibilityModule','return\x20document.readyState\x20===\x20\x22complete\x22','NARAq','isMobileAccessibilitySession','FqQCT','bstackA11yShouldScan','DvKhF','getMobileA11yCapabilities','xmtDq','BROWSERSTACK_TEST_ACCESSIBILITY_YML','HkGEE','isMobileAccessibilityPlatform','silUA','getHostInfo','path','nodeRequest','IWrxL','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','OWXWj','Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20','TpasV','xJJPp','cWEkI','2585880uGlZkb','nonBstackPlatformValidation','getMinVersionForBrowser','GjHKq','ChromeExtension','fkxxM','HuZur','chromeOptions','getAccessibilityResultsSummary','Performed\x20scan\x20with\x20result:\x20','SQcEI','function','isAppAccessibility','forEach','base64','deviceName','string','isAccessibilityPlatform','statusText','bstackA11yScanOptions','getPlatform','getSession','isUndefined','zjVtU','method','zPSDt','getInstance','ZEVqU','MUCSQ','36kkSXeI','length','application/json','VCLMm','TjwDy','pegRq','getUserName','json','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','HREox','command','sJnmb','2854488QweQYq','test_runs/stop','BINip','accessibilityToken','parseFromJson','aLjGc','map','uBTtH','bstack:options','ACghx','epoPi','tutiC','getAppAccessibilityResultsSummary','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','join','env','NyVmb','executeAsyncScript','Rvlqp','2593CpuWsi','Pvfhx','null','YKOZV','JEtZQ','error','stopAccessibilityTestRun','getCiInfo','VXUrZ','cQThw','turzi','Invalid\x20configuration\x20passed.','FuOMa','JfWDG','FDolW','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','setNonBstackInfraCapabilitiesOnCaps','Build\x20creation\x20had\x20failed.','aVfMn','NgifY','nestedKeyValue','./scripts','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','scannerVersion','WHYoP','data','buildDescription','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).','getCapabilities','args','../logger','--headless=new','yuMqu','kjJJn','selenium-webdriver/chrome.js','ZdDjN','performScan','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','Not\x20a\x20Accessibility\x20Session','currentTest','XrdAi','chrome','mirrorChromeOptionsIntoBuilder','aTIjO','365435Mcrocy','false','sIimc','flzdX','display_name','chromeOptions_','wEKhR','replace','options_','checkAccessibilityPlatformConfig','set','some','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getResultsSummary','wdYYn','SrEpS','JQzUY',']\x20but\x20thTestRunUuid\x20is\x20','bAqII','executeScript','getBrowserVersion','NDnkV','javascript','accessibility','capabilities_','mergeDeep','__cloud_provider___','iOxDw','vsIak','assign','toString','goog:chromeOptions','status','ZptiH','Performing\x20scan\x20before\x20getting\x20results'];a130_0x2cff=function(){return _0x5bb3b8;};return a130_0x2cff();}exports[a130_0x20cb64(0x1b0)]=async _0x1697e8=>{const _0x50cb1a=a130_0x20cb64,_0x5710f8={};_0x5710f8[_0x50cb1a(0x1fc)]=function(_0x4f4125,_0x40fc07){return _0x4f4125===_0x40fc07;},_0x5710f8['iGShM']=_0x50cb1a(0x1d1);const _0x5e4237=_0x5710f8;let _0x317dd4={};try{const _0x240ac6=await _0x1697e8[_0x50cb1a(0x299)]();_0x317dd4={'os_name':_0x240ac6[_0x50cb1a(0x254)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x5e4237[_0x50cb1a(0x1fc)](global[_0x50cb1a(0x182)],_0x5e4237[_0x50cb1a(0x1cf)])),'browser_name':_0x240ac6['getBrowserName'](),'browser_version':_0x240ac6[_0x50cb1a(0x17c)]()};}catch(_0x51e364){logger[_0x50cb1a(0x206)](_0x50cb1a(0x276)+_0x51e364);}return _0x317dd4;},exports[a130_0x20cb64(0x1f9)]=()=>{const _0x30d452=a130_0x20cb64,_0x1f4d09={};_0x1f4d09['AFgLI']=function(_0x4acf5b,_0x313572){return _0x4acf5b===_0x313572;},_0x1f4d09[_0x30d452(0x262)]=_0x30d452(0x250),_0x1f4d09['nmXnm']=function(_0x69d208,_0x34c86f){return _0x69d208>_0x34c86f;},_0x1f4d09[_0x30d452(0x217)]=function(_0x532872,_0x352e45){return _0x532872!==_0x352e45;},_0x1f4d09[_0x30d452(0x183)]=_0x30d452(0x27e),_0x1f4d09[_0x30d452(0x1d0)]=function(_0x447d32,_0x3fa75c){return _0x447d32&&_0x3fa75c;};const _0x280b7f=_0x1f4d09;try{const _0x37af58=bsSetupHelper[_0x30d452(0x20c)](process[_0x30d452(0x278)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x30d452(0x20c)](process[_0x30d452(0x278)][_0x30d452(0x23a)]),_0x371a0d=_0x280b7f[_0x30d452(0x1f5)](typeof process[_0x30d452(0x278)]['BS_A11Y_JWT'],_0x280b7f[_0x30d452(0x262)])&&_0x280b7f['nmXnm'](process[_0x30d452(0x278)][_0x30d452(0x19c)][_0x30d452(0x25e)],0x0)&&_0x280b7f[_0x30d452(0x217)](process[_0x30d452(0x278)][_0x30d452(0x19c)],_0x280b7f[_0x30d452(0x183)]);return _0x280b7f[_0x30d452(0x1d0)](_0x37af58,_0x371a0d);}catch(_0x15fc11){logger[_0x30d452(0x206)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x15fc11);}return![];};const isLegacyHeadlessArg=_0x55563d=>typeof _0x55563d===a130_0x20cb64(0x250)&&(_0x55563d===a130_0x20cb64(0x1e3)||_0x55563d[a130_0x20cb64(0x1d4)]('--headless=')&&_0x55563d!==a130_0x20cb64(0x29c));function a130_0x4c57(_0x37dd49,_0x34ee05){const _0x2cff62=a130_0x2cff();return a130_0x4c57=function(_0x4c5719,_0x3c4f30){_0x4c5719=_0x4c5719-0x167;let _0x18ef46=_0x2cff62[_0x4c5719];return _0x18ef46;},a130_0x4c57(_0x37dd49,_0x34ee05);}exports[a130_0x20cb64(0x1f0)]=_0x334b13=>{const _0x5c44cd=a130_0x20cb64,_0x179f7c={};_0x179f7c[_0x5c44cd(0x193)]=_0x5c44cd(0x29f),_0x179f7c[_0x5c44cd(0x235)]=_0x5c44cd(0x218),_0x179f7c[_0x5c44cd(0x1ed)]=function(_0x517b7a,_0x5c8bb5){return _0x517b7a===_0x5c8bb5;},_0x179f7c['vsIak']='function',_0x179f7c[_0x5c44cd(0x18e)]='goog:chromeOptions',_0x179f7c[_0x5c44cd(0x167)]=_0x5c44cd(0x271),_0x179f7c[_0x5c44cd(0x261)]=_0x5c44cd(0x247),_0x179f7c[_0x5c44cd(0x1e0)]=_0x5c44cd(0x29a);const _0x460c50=_0x179f7c;try{let _0x38edc7;try{_0x38edc7=bsSetupHelper['requireModule'](_0x460c50[_0x5c44cd(0x193)],_0x460c50[_0x5c44cd(0x235)]);}catch(_0x46abec){return![];}const _0x122817=new _0x38edc7['Options'](_0x334b13[_0x5c44cd(0x16d)]),_0xca6f32=_0x122817[_0x5c44cd(0x170)]&&_0x122817[_0x5c44cd(0x170)][_0x5c44cd(0x29a)]||_0x460c50['pbORe'](typeof _0x122817['get'],_0x460c50[_0x5c44cd(0x184)])&&_0x122817[_0x5c44cd(0x1e8)](_0x460c50[_0x5c44cd(0x18e)])&&_0x122817[_0x5c44cd(0x1e8)](_0x460c50[_0x5c44cd(0x18e)])['args']||bsSetupHelper['nestedKeyValue'](_0x334b13[_0x5c44cd(0x180)],[_0x460c50['aTIjO'],_0x460c50[_0x5c44cd(0x261)],_0x460c50[_0x5c44cd(0x1e0)]])||bsSetupHelper['nestedKeyValue'](_0x334b13[_0x5c44cd(0x180)],[_0x460c50[_0x5c44cd(0x261)],_0x460c50[_0x5c44cd(0x1e0)]])||[];if((Array[_0x5c44cd(0x1d5)](_0xca6f32)?_0xca6f32:[])[_0x5c44cd(0x173)](isLegacyHeadlessArg))return!![];const _0x27cafd=_0x334b13[_0x5c44cd(0x180)]||{},_0x2740d4=bsSetupHelper[_0x5c44cd(0x291)](_0x27cafd,[_0x460c50[_0x5c44cd(0x18e)]])||{},_0x2622a4=bsSetupHelper[_0x5c44cd(0x291)](_0x2740d4,[_0x460c50['yHLil']])||[];return(Array[_0x5c44cd(0x1d5)](_0x2622a4)?_0x2622a4:[])[_0x5c44cd(0x173)](isLegacyHeadlessArg);}catch(_0xba121a){return logger[_0x5c44cd(0x206)](_0x5c44cd(0x222)+util[_0x5c44cd(0x1aa)](_0xba121a)),![];}},exports[a130_0x20cb64(0x241)]=(_0x374bb8,_0x1e8ea5)=>{const _0x27a312=a130_0x20cb64,_0x330c9d={'YKOZV':'browserName','NgifY':function(_0x3e11ce,_0x3950a3){return _0x3e11ce(_0x3950a3);},'ExMUC':_0x27a312(0x1e6),'JfWDG':_0x27a312(0x1a4),'WGQIH':'bstack:options','knAFZ':_0x27a312(0x24f),'ghZKP':_0x27a312(0x1b6),'VCLMm':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','ZEVqU':'Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','FqQCT':function(_0x458404,_0x14c2b0){return _0x458404===_0x14c2b0;},'kTNQS':_0x27a312(0x2a7),'lGNkB':function(_0x5a1ec5,_0x1a635d){return _0x5a1ec5>=_0x1a635d;}},_0x5e71e7=_0x374bb8[_0x27a312(0x1e8)](_0x330c9d[_0x27a312(0x27f)]),_0x50ecd3=_0x330c9d[_0x27a312(0x290)](parseFloat,_0x374bb8['get'](_0x330c9d['ExMUC']))||_0x330c9d[_0x27a312(0x290)](parseFloat,_0x374bb8[_0x27a312(0x1e8)](_0x330c9d[_0x27a312(0x289)])),_0x4840c0=_0x374bb8[_0x27a312(0x1e8)](_0x330c9d[_0x27a312(0x207)])||{},_0x15a468=_0x330c9d[_0x27a312(0x290)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x638aef=_0x4840c0[_0x330c9d[_0x27a312(0x1de)]]||_0x374bb8[_0x27a312(0x1e8)](_0x330c9d['ghZKP'])||![];if(_0x638aef)return logger[_0x27a312(0x19d)](_0x330c9d[_0x27a312(0x260)]),![];if(exports[_0x27a312(0x1f0)](_0x1e8ea5))return logger[_0x27a312(0x19d)](_0x330c9d[_0x27a312(0x25b)]),![];if(_0x330c9d[_0x27a312(0x22d)](_0x5e71e7['toLowerCase'](),_0x330c9d[_0x27a312(0x20b)])&&_0x330c9d['lGNkB'](_0x50ecd3,_0x15a468))return!![];return logger[_0x27a312(0x19d)](_0x27a312(0x28c)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};const mergeChromeOptionsPreservingArrays=(_0x20f4a7,_0x55e50e)=>{const _0x8980e2=a130_0x20cb64,_0xbcf311={};_0xbcf311[_0x8980e2(0x1e9)]=function(_0x1b4b89,_0x15d78c){return _0x1b4b89!==_0x15d78c;},_0xbcf311[_0x8980e2(0x16e)]=_0x8980e2(0x250),_0xbcf311['IOHkB']=function(_0x144adc,_0x91bbae){return _0x144adc===_0x91bbae;},_0xbcf311['Rvlqp']=_0x8980e2(0x1df);const _0x2f4303=_0xbcf311,_0x306e77=_0x20f4a7&&_0x2f4303[_0x8980e2(0x212)](typeof _0x20f4a7,_0x2f4303[_0x8980e2(0x27b)])?_0x20f4a7:{},_0x112e73=_0x55e50e&&_0x2f4303[_0x8980e2(0x212)](typeof _0x55e50e,_0x2f4303[_0x8980e2(0x27b)])?_0x55e50e:{},_0x2a26ae=Object[_0x8980e2(0x185)]({},_0x306e77,_0x112e73);return Object[_0x8980e2(0x201)](_0x112e73)[_0x8980e2(0x24d)](_0x221960=>{const _0x5613ef=_0x8980e2,_0x397bd8={'RFRHj':function(_0xbba82b,_0xd72cf6){const _0x65e92e=a130_0x4c57;return _0x2f4303[_0x65e92e(0x1e9)](_0xbba82b,_0xd72cf6);},'JQzUY':_0x2f4303[_0x5613ef(0x16e)]};if(Array[_0x5613ef(0x1d5)](_0x112e73[_0x221960])||Array['isArray'](_0x306e77[_0x221960])){const _0x2c78fe=Array[_0x5613ef(0x1d5)](_0x306e77[_0x221960])?_0x306e77[_0x221960]:[],_0x31bde1=Array[_0x5613ef(0x1d5)](_0x112e73[_0x221960])?_0x112e73[_0x221960]:[],_0x1d9a42=new Set();_0x2a26ae[_0x221960]=_0x2c78fe[_0x5613ef(0x1f7)](_0x31bde1)[_0x5613ef(0x214)](_0x2d7f88=>{const _0x1370e5=_0x5613ef;if(_0x397bd8[_0x1370e5(0x1a9)](typeof _0x2d7f88,_0x397bd8[_0x1370e5(0x178)]))return!![];if(_0x1d9a42[_0x1370e5(0x1ef)](_0x2d7f88))return![];return _0x1d9a42['add'](_0x2d7f88),!![];});}}),_0x2a26ae;};exports[a130_0x20cb64(0x2a8)]=(_0x2cd447,_0x14bbae)=>{const _0x4175bc=a130_0x20cb64,_0x200d31={'FDolW':function(_0xc1633e,_0xd875c0){return _0xc1633e!==_0xd875c0;},'aVfMn':_0x4175bc(0x24b),'ACghx':function(_0xd5107a,_0x5c74dd){return _0xd5107a!==_0x5c74dd;},'IWrxL':_0x4175bc(0x187),'ZsSxk':function(_0x78cb95,_0x3bb90a,_0x2b4962){return _0x78cb95(_0x3bb90a,_0x2b4962);},'JEtZQ':function(_0x1fbbfa,_0x202d0a){return _0x1fbbfa||_0x202d0a;},'SrEpS':function(_0xa87e8,_0x299542){return _0xa87e8+_0x299542;},'QDwsj':_0x4175bc(0x1bf)};try{const _0x50bfea=_0x2cd447&&_0x2cd447[_0x4175bc(0x16d)];if(!_0x50bfea||_0x200d31[_0x4175bc(0x28a)](typeof _0x50bfea[_0x4175bc(0x1e8)],_0x200d31[_0x4175bc(0x28f)])||_0x200d31[_0x4175bc(0x272)](typeof _0x50bfea['set'],_0x200d31[_0x4175bc(0x28f)]))return;const _0x3f471b=_0x50bfea[_0x4175bc(0x1a0)]||_0x200d31[_0x4175bc(0x239)],_0x41269c=_0x50bfea['get'](_0x3f471b)||{},_0x8c3e9b=_0x200d31[_0x4175bc(0x1ac)](mergeChromeOptionsPreservingArrays,_0x41269c,_0x200d31[_0x4175bc(0x280)](_0x14bbae,{}));_0x50bfea[_0x4175bc(0x172)](_0x3f471b,_0x8c3e9b);}catch(_0x2f368f){logger[_0x4175bc(0x206)](_0x200d31[_0x4175bc(0x177)](_0x200d31['QDwsj'],util[_0x4175bc(0x1aa)](_0x2f368f)));}},exports[a130_0x20cb64(0x1bd)]=(_0x58f394,_0x5e2276=!![])=>{const _0x427149=a130_0x20cb64,_0x28d514={'ZZhOA':function(_0x2936c7,_0x4b17bc){return _0x2936c7===_0x4b17bc;},'uBTtH':'chromeOptions','yuMqu':_0x427149(0x187),'kjJJn':function(_0x248f89,_0x30cdd7,_0x7b136c){return _0x248f89(_0x30cdd7,_0x7b136c);},'iaFyE':function(_0x40ed82,_0x3df6b2){return _0x40ed82||_0x3df6b2;},'foGxj':_0x427149(0x2a4)},_0x5e9f5a=scripts['ChromeExtension'];try{const _0x128432=bsSetupHelper['isTrue'](process[_0x427149(0x278)][_0x427149(0x232)])||bsSetupHelper[_0x427149(0x20c)](process[_0x427149(0x278)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0x427149(0x1dc)]()||process['env'][_0x427149(0x1c6)])&&_0x128432){const _0x29d376=_0x58f394[_0x427149(0x299)](),_0x406587=_0x28d514[_0x427149(0x1cc)](_0x5e2276,![])?_0x28d514[_0x427149(0x270)]:_0x28d514[_0x427149(0x29d)],_0x41da7a=_0x29d376['get'](_0x406587)||_0x29d376['get'](_0x28d514[_0x427149(0x29d)])||{},_0x21d77e=_0x28d514[_0x427149(0x29e)](mergeChromeOptionsPreservingArrays,_0x41da7a,_0x28d514[_0x427149(0x1d9)](_0x5e9f5a,{}));_0x29d376['set'](_0x406587,_0x21d77e),exports[_0x427149(0x2a8)](_0x58f394,_0x21d77e);}else logger[_0x427149(0x19d)](_0x28d514['foGxj']);}catch(_0x5c47ed){logger[_0x427149(0x281)](_0x427149(0x225)+_0x5c47ed);}},exports[a130_0x20cb64(0x28d)]=_0x4fa8fd=>{const _0x2c85be=a130_0x20cb64,_0x106d29={};_0x106d29['GjHKq']=function(_0x5c53d3,_0x20403e){return _0x5c53d3||_0x20403e;},_0x106d29[_0x2c85be(0x25c)]=_0x2c85be(0x187);const _0x23b4b1=_0x106d29;_0x4fa8fd=_0x23b4b1[_0x2c85be(0x243)](_0x4fa8fd,{});const _0x4a71b4=scripts[_0x2c85be(0x244)];try{const _0x38cde2=bsSetupHelper[_0x2c85be(0x20c)](process[_0x2c85be(0x278)][_0x2c85be(0x232)])||bsSetupHelper[_0x2c85be(0x20c)](process[_0x2c85be(0x278)][_0x2c85be(0x23a)]);if((!bsSetupHelper[_0x2c85be(0x1dc)]()||process[_0x2c85be(0x278)][_0x2c85be(0x1c6)])&&_0x38cde2){const _0x48c525=_0x4fa8fd[_0x23b4b1[_0x2c85be(0x25c)]]||{};bsSetupHelper[_0x2c85be(0x181)](_0x48c525,_0x4a71b4),_0x4fa8fd[_0x23b4b1['MUCSQ']]=_0x48c525;}}catch(_0x277c61){logger[_0x2c85be(0x281)](_0x2c85be(0x23c)+_0x277c61);}return _0x4fa8fd;},exports[a130_0x20cb64(0x18f)]=(_0x36a315=null,_0x53ded7=!![],_0x405e80=[])=>{const _0x16b6dc=a130_0x20cb64,_0x29ffed={};_0x29ffed[_0x16b6dc(0x266)]=function(_0x581758,_0x5bfa41){return _0x581758==_0x5bfa41;},_0x29ffed[_0x16b6dc(0x23d)]=function(_0x199d53,_0x47877d){return _0x199d53>_0x47877d;},_0x29ffed[_0x16b6dc(0x228)]=function(_0x5c7bec,_0x3cb114){return _0x5c7bec===_0x3cb114;},_0x29ffed[_0x16b6dc(0x23f)]=function(_0x263677,_0x244a95){return _0x263677&&_0x244a95;},_0x29ffed[_0x16b6dc(0x1d3)]=function(_0x1ff80c,_0x2ff2e5){return _0x1ff80c&&_0x2ff2e5;};const _0x30ab81=_0x29ffed;if(_0x30ab81['HREox'](process[_0x16b6dc(0x278)][_0x16b6dc(0x174)],null))return!![];try{const _0x1daa99=JSON[_0x16b6dc(0x18b)](process[_0x16b6dc(0x278)][_0x16b6dc(0x174)]),_0x355614=Array[_0x16b6dc(0x1d5)](_0x1daa99[_0x16b6dc(0x1a2)])?_0x1daa99['includeTagsInTestingScope']:[],_0x46771d=Array[_0x16b6dc(0x1d5)](_0x1daa99['excludeTagsInTestingScope'])?_0x1daa99['excludeTagsInTestingScope']:[],_0x18842a=_0x17c807=>typeof _0x17c807===_0x16b6dc(0x250)?_0x17c807[_0x16b6dc(0x16f)](/^@/,'')['toLowerCase']()[_0x16b6dc(0x21b)]():_0x17c807;if(bsSetupHelper[_0x16b6dc(0x256)](_0x36a315)){if(_0x30ab81[_0x16b6dc(0x23d)](_0x405e80[_0x16b6dc(0x25e)],0x0)){const _0xc921cc=_0x405e80[_0x16b6dc(0x26f)](_0x18842a),_0x147d9f=_0x46771d[_0x16b6dc(0x173)](_0x50983f=>_0xc921cc['includes'](_0x18842a(_0x50983f))),_0x48e12c=_0x30ab81[_0x16b6dc(0x228)](_0x355614['length'],0x0)||_0x355614[_0x16b6dc(0x173)](_0x24e8a8=>_0xc921cc['includes'](_0x18842a(_0x24e8a8)));return _0x30ab81[_0x16b6dc(0x23f)](!_0x147d9f,_0x48e12c);}return!![];}let _0x151042;_0x53ded7?_0x151042=_0x36a315[_0x16b6dc(0x277)]('/'):_0x151042=_0x36a315;const _0x51e1a1=_0x46771d[_0x16b6dc(0x173)](_0x75982b=>_0x151042[_0x16b6dc(0x199)]()[_0x16b6dc(0x1ea)](_0x18842a(_0x75982b)[_0x16b6dc(0x199)]())),_0x229df3=_0x30ab81['zncKq'](_0x355614['length'],0x0)||_0x355614['some'](_0x4d7c5a=>_0x151042[_0x16b6dc(0x199)]()[_0x16b6dc(0x1ea)](_0x18842a(_0x4d7c5a)[_0x16b6dc(0x199)]()));return _0x30ab81[_0x16b6dc(0x1d3)](!_0x51e1a1,_0x229df3);}catch(_0x58939c){logger['debug'](_0x16b6dc(0x1fb)+util[_0x16b6dc(0x1aa)](_0x58939c));}return![];},exports[a130_0x20cb64(0x171)]=_0x3dec69=>{const _0x367df3=a130_0x20cb64;let _0x6048f=![];try{_0x3dec69[_0x367df3(0x216)][_0x367df3(0x24d)](_0x45c26b=>{const _0x5303a0=_0x367df3;if(bsSetupHelper[_0x5303a0(0x20c)](_0x45c26b[_0x5303a0(0x17f)]))return _0x6048f=!![],!![];});}catch(_0x26664c){logger['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x26664c);}return _0x6048f||bsSetupHelper['isTrue'](_0x3dec69[_0x367df3(0x17f)]);},exports['createAccessibilityTestRun']=PerformanceTester[a130_0x20cb64(0x1a1)](a130_0x20cb64(0x1f4),async function(_0x568be6,_0x3b2ebb){const _0x2f9f39=a130_0x20cb64,_0x589e1a={};_0x589e1a[_0x2f9f39(0x1b9)]=_0x2f9f39(0x1a7),_0x589e1a[_0x2f9f39(0x21a)]=_0x2f9f39(0x1cb),_0x589e1a[_0x2f9f39(0x176)]=_0x2f9f39(0x17e),_0x589e1a[_0x2f9f39(0x1da)]=_0x2f9f39(0x25f),_0x589e1a['fGHfr']=_0x2f9f39(0x1c9),_0x589e1a['ILcsL']=_0x2f9f39(0x1c1),_0x589e1a[_0x2f9f39(0x233)]=function(_0x31e82e,_0x3d3983){return _0x31e82e===_0x3d3983;},_0x589e1a[_0x2f9f39(0x224)]=_0x2f9f39(0x287),_0x589e1a[_0x2f9f39(0x23b)]=_0x2f9f39(0x169);const _0x185a86=_0x589e1a,_0x5a49a8=bsSetupHelper[_0x2f9f39(0x263)](_0x568be6),_0x16f0d6=bsSetupHelper['getAccessKey'](_0x568be6);if(bsSetupHelper['isUndefined'](_0x5a49a8)||bsSetupHelper[_0x2f9f39(0x256)](_0x16f0d6))return logger[_0x2f9f39(0x281)](_0x185a86['oQKkC']),[null,null];try{let _0x3e7a5b;bsSetupHelper[_0x2f9f39(0x256)](process[_0x2f9f39(0x278)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x3e7a5b={}:_0x3e7a5b=JSON['parse'](process[_0x2f9f39(0x278)][_0x2f9f39(0x174)]);const {name:_0x5910af,version:_0x1764bf}=bsSetupHelper['getTestFrameworkDetails'](_0x568be6,_0x3b2ebb),_0x3197d1={'projectName':_0x568be6[_0x2f9f39(0x1d6)],'buildName':_0x568be6['buildName']||path[_0x2f9f39(0x21d)](path[_0x2f9f39(0x1c0)](process[_0x2f9f39(0x211)]())),'startTime':new Date()[_0x2f9f39(0x19e)](),'description':_0x568be6[_0x2f9f39(0x297)]||'','source':{'frameworkName':_0x3b2ebb[_0x2f9f39(0x1ea)](_0x185a86[_0x2f9f39(0x21a)])?_0x185a86[_0x2f9f39(0x21a)]:_0x3b2ebb,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x3b2ebb),'sdkVersion':bsSetupHelper[_0x2f9f39(0x220)](),'language':_0x185a86['wdYYn'],'testFramework':_0x5910af,'testFrameworkVersion':_0x1764bf},'settings':_0x3e7a5b,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x2f9f39(0x283)](),'hostInfo':bsSetupHelper[_0x2f9f39(0x236)](),'browserstackAutomation':bsSetupHelper[_0x2f9f39(0x1dc)]()},_0x256340={};_0x256340['user']=_0x5a49a8,_0x256340['pass']=_0x16f0d6;const _0x2475f3={};_0x2475f3['Content-Type']=_0x185a86[_0x2f9f39(0x1da)];const _0x45c778={};_0x45c778['auth']=_0x256340,_0x45c778[_0x2f9f39(0x1e4)]=_0x2475f3;const _0x3c7337=_0x45c778,_0x43601a={};_0x43601a[_0x2f9f39(0x1f6)]=_0x3197d1,_0x43601a[_0x2f9f39(0x264)]=!![];const _0x49ba7b=Object['assign'](_0x3c7337,_0x43601a),_0x5b0901=await bsSetupHelper[_0x2f9f39(0x238)](_0x185a86[_0x2f9f39(0x213)],_0x185a86[_0x2f9f39(0x1c5)],_0x49ba7b,_0x568be6,API_URL);let _0x587df2=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x587df2?_0x587df2=JSON[_0x2f9f39(0x18b)](process[_0x2f9f39(0x278)][_0x2f9f39(0x174)]):_0x587df2={},scripts[_0x2f9f39(0x26d)](_0x5b0901[_0x2f9f39(0x296)][_0x2f9f39(0x296)]),scripts[_0x2f9f39(0x1eb)](),_0x587df2['scannerVersion']=_0x5b0901['data'][_0x2f9f39(0x296)][_0x2f9f39(0x294)],process[_0x2f9f39(0x278)][_0x2f9f39(0x174)]=JSON[_0x2f9f39(0x1a8)](_0x587df2),[_0x5b0901[_0x2f9f39(0x296)][_0x2f9f39(0x296)][_0x2f9f39(0x26c)],_0x5b0901['data'][_0x2f9f39(0x296)]['id']];}catch(_0xf169be){if(_0xf169be['response'])logger[_0x2f9f39(0x281)](_0x2f9f39(0x210)+_0xf169be[_0x2f9f39(0x1ad)][_0x2f9f39(0x188)]+'\x20'+_0xf169be['response'][_0x2f9f39(0x252)]+'\x20'+JSON[_0x2f9f39(0x1a8)](_0xf169be[_0x2f9f39(0x1ad)][_0x2f9f39(0x296)]));else{if(_0x185a86['HkGEE'](_0xf169be[_0x2f9f39(0x204)],_0x185a86[_0x2f9f39(0x224)])){logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0xf169be[_0x2f9f39(0x204)]||_0xf169be['stack']));for(const _0x4c8d62 of _0xf169be[_0x2f9f39(0x1f2)]){logger[_0x2f9f39(0x281)](_0x4c8d62[_0x2f9f39(0x204)]);}process['env'][_0x2f9f39(0x232)]=_0x185a86['OWXWj'],process[_0x2f9f39(0x278)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x185a86[_0x2f9f39(0x23b)];}else logger[_0x2f9f39(0x281)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0xf169be[_0x2f9f39(0x204)]||_0xf169be[_0x2f9f39(0x1bb)]));}return[null,null];}}),exports[a130_0x20cb64(0x282)]=PerformanceTester[a130_0x20cb64(0x1a1)](a130_0x20cb64(0x223),async function(_0x2e70f8){const _0x5dcc9a=a130_0x20cb64,_0x1033fb={};_0x1033fb[_0x5dcc9a(0x195)]=function(_0x246cee,_0x287061){return _0x246cee!==_0x287061;},_0x1033fb[_0x5dcc9a(0x16a)]=_0x5dcc9a(0x250),_0x1033fb['NDnkV']=_0x5dcc9a(0x281),_0x1033fb['cSlZo']=_0x5dcc9a(0x28e),_0x1033fb['hJyoe']='application/json',_0x1033fb[_0x5dcc9a(0x16b)]=_0x5dcc9a(0x1cd),_0x1033fb[_0x5dcc9a(0x19a)]=_0x5dcc9a(0x26a),_0x1033fb[_0x5dcc9a(0x26e)]=function(_0x39af43,_0x5dbc59){return _0x39af43+_0x5dbc59;},_0x1033fb['SQcEI']='Invalid\x20request:\x20',_0x1033fb[_0x5dcc9a(0x1af)]='success';const _0x55780b=_0x1033fb;if(bsSetupHelper[_0x5dcc9a(0x256)](process[_0x5dcc9a(0x278)][_0x5dcc9a(0x19c)])||_0x55780b[_0x5dcc9a(0x195)](typeof process[_0x5dcc9a(0x278)][_0x5dcc9a(0x19c)],_0x55780b['sIimc'])){const _0x2f5cd9={};return _0x2f5cd9[_0x5dcc9a(0x188)]=_0x55780b[_0x5dcc9a(0x17d)],_0x2f5cd9[_0x5dcc9a(0x204)]=_0x55780b[_0x5dcc9a(0x1b3)],_0x2f5cd9;}const _0x4e98e1={'endTime':new Date()[_0x5dcc9a(0x19e)]()},_0x3bbba2={};_0x3bbba2[_0x5dcc9a(0x1b7)]='Bearer\x20'+process[_0x5dcc9a(0x278)]['BS_A11Y_JWT'],_0x3bbba2[_0x5dcc9a(0x200)]=_0x55780b[_0x5dcc9a(0x1e1)];const _0x1ffe4c={};_0x1ffe4c[_0x5dcc9a(0x1e4)]=_0x3bbba2;const _0x219586=_0x1ffe4c,_0x3dbacd={};_0x3dbacd['body']=_0x4e98e1,_0x3dbacd[_0x5dcc9a(0x1d8)]=null,_0x3dbacd['json']=!![];const _0x332036=Object['assign'](_0x219586,_0x3dbacd);try{const _0x3186f3=await bsSetupHelper['nodeRequest'](_0x55780b['flzdX'],_0x55780b[_0x5dcc9a(0x19a)],_0x332036,_0x2e70f8,API_URL);if(_0x3186f3[_0x5dcc9a(0x296)]['error'])throw new Error(_0x55780b[_0x5dcc9a(0x26e)](_0x55780b[_0x5dcc9a(0x24a)],_0x3186f3[_0x5dcc9a(0x296)]['error']));else{logger[_0x5dcc9a(0x1ec)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x5dcc9a(0x19e)]());const _0x36a67a={};return _0x36a67a[_0x5dcc9a(0x188)]=_0x55780b['iKOMG'],_0x36a67a[_0x5dcc9a(0x204)]='',_0x36a67a;}}catch(_0x28d170){_0x28d170[_0x5dcc9a(0x1ad)]?logger['error'](_0x5dcc9a(0x28b)+_0x28d170[_0x5dcc9a(0x1ad)][_0x5dcc9a(0x188)]+'\x20'+_0x28d170[_0x5dcc9a(0x1ad)][_0x5dcc9a(0x252)]+'\x20'+JSON['stringify'](_0x28d170[_0x5dcc9a(0x1ad)][_0x5dcc9a(0x296)])):logger[_0x5dcc9a(0x281)](_0x5dcc9a(0x28b)+(_0x28d170['message']||util[_0x5dcc9a(0x1aa)](_0x28d170)));const _0x3ab0ba={};return _0x3ab0ba[_0x5dcc9a(0x188)]=_0x55780b[_0x5dcc9a(0x17d)],_0x3ab0ba[_0x5dcc9a(0x204)]=_0x28d170[_0x5dcc9a(0x204)]||(_0x28d170['response']?_0x28d170['response'][_0x5dcc9a(0x188)]+':'+_0x28d170[_0x5dcc9a(0x1ad)]['statusText']:_0x28d170),_0x3ab0ba;}}),exports[a130_0x20cb64(0x2a1)]=async(_0x2214da,_0x4583b2=null,_0x38179f=![],_0x4ab159=null)=>{const _0x526acc=a130_0x20cb64,_0x8ec22c={};_0x8ec22c[_0x526acc(0x189)]=_0x526acc(0x251),_0x8ec22c[_0x526acc(0x19f)]='bstackA11yShouldScan',_0x8ec22c[_0x526acc(0x198)]=_0x526acc(0x191),_0x8ec22c[_0x526acc(0x1b1)]=function(_0x2942e9,_0x2742fd){return _0x2942e9||_0x2742fd;},_0x8ec22c[_0x526acc(0x21e)]=_0x526acc(0x253),_0x8ec22c[_0x526acc(0x21c)]='performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments';const _0x14b61e=_0x8ec22c;if(!this['isAccessibilityAutomationSession']()||!globals[_0x526acc(0x226)](_0x14b61e['ZptiH'])||!_0x38179f&&!globals[_0x526acc(0x226)](_0x14b61e[_0x526acc(0x19f)])){logger[_0x526acc(0x19d)](_0x14b61e[_0x526acc(0x198)]);return;}const _0x390014=_0x38179f?_0x14b61e[_0x526acc(0x1b1)](_0x4ab159,{}):globals[_0x526acc(0x226)](_0x14b61e[_0x526acc(0x21e)])||{},_0x5578ae={};_0x5578ae[_0x526acc(0x258)]=_0x4583b2||global['browserstackSessionName'];const _0x5e60b3=Object[_0x526acc(0x185)]({},_0x390014,_0x5578ae);await this[_0x526acc(0x22c)](_0x2214da)&&(Object[_0x526acc(0x185)](_0x5e60b3,this[_0x526acc(0x230)](),{'thTestRunUuid':this[_0x526acc(0x1c8)]()}),logger[_0x526acc(0x206)](_0x14b61e['WMcyK']));logger[_0x526acc(0x206)](_0x526acc(0x265)+util[_0x526acc(0x1aa)]('%j',_0x5e60b3));const _0x264a81={};return _0x264a81[_0x526acc(0x267)]=_0x4583b2,await PerformanceTester[_0x526acc(0x1a1)](PerformanceA11yEvents[_0x526acc(0x1fd)],async()=>{const _0x94cadb=_0x526acc;try{await _0x2214da['wait'](()=>_0x2214da[_0x94cadb(0x17b)](_0x94cadb(0x22a)),0x1388);}catch(_0x47f4fb){}const _0x3a1855=util[_0x94cadb(0x1aa)](await _0x2214da[_0x94cadb(0x27a)](scripts['performScan'],_0x5e60b3));return logger[_0x94cadb(0x206)](_0x94cadb(0x249)+_0x3a1855),_0x3a1855;},_0x264a81)();},exports[a130_0x20cb64(0x1d2)]=async(_0x438c9d,_0x2db910)=>{const _0x3ebde2=a130_0x20cb64,_0x36be25={'YwqUQ':_0x3ebde2(0x18a),'YQvkZ':_0x3ebde2(0x251),'HyhtN':_0x3ebde2(0x22e),'oPbeI':_0x3ebde2(0x1e2),'kZCDB':function(_0x57eaa8,_0x2a3271){return _0x57eaa8(_0x2a3271);},'turzi':_0x3ebde2(0x1c7),'BINip':_0x3ebde2(0x1d2),'cQThw':'No\x20accessibility\x20results\x20were\x20found.'};if(!this[_0x3ebde2(0x1f9)]()||!globals[_0x3ebde2(0x226)](_0x36be25[_0x3ebde2(0x1ee)])||!globals[_0x3ebde2(0x226)](_0x36be25[_0x3ebde2(0x20e)]))return logger['warn'](_0x36be25[_0x3ebde2(0x192)]),[];try{const _0xba320e=_0x36be25['kZCDB'](require,_0x36be25[_0x3ebde2(0x286)]),_0x21c209=_0xba320e[_0x3ebde2(0x25a)](),_0x2316aa=_0x21c209&&_0x21c209['getAccessibilityModule']();if(_0x2316aa&&_0x2316aa['isAppAccessibility']){const _0x46cb03=(await _0x438c9d[_0x3ebde2(0x255)]())[_0x3ebde2(0x1a6)]();let _0x2d7f06='';try{const _0x4bb783=_0x21c209[_0x3ebde2(0x1fa)]&&_0x21c209['getTestFramework']();_0x2d7f06=_0x4bb783&&_0x4bb783[_0x3ebde2(0x1fe)]&&_0x4bb783[_0x3ebde2(0x1fe)]()||'';}catch(_0x382395){}return logger[_0x3ebde2(0x206)]('[App-A11y]\x20getAccessibilityResults:\x20sessionId='+_0x46cb03+_0x3ebde2(0x1dd)+_0x2d7f06),await _0x2316aa['getAppAccessibilityResults'](_0x46cb03,_0x2d7f06);}const _0xf809eb=await this[_0x3ebde2(0x22c)](_0x438c9d),_0x30cec8=_0xf809eb?Object['assign']({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x3ebde2(0x1c8)]()}):{};return _0xf809eb&&logger[_0x3ebde2(0x206)](_0x3ebde2(0x1b5)+util[_0x3ebde2(0x1aa)]('%j',_0x30cec8)),await PerformanceTester[_0x3ebde2(0x1a1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x546c8c=_0x3ebde2;logger['debug'](_0x36be25['YwqUQ']);const _0x5ef3af={};_0x5ef3af[_0x546c8c(0x258)]=_0x2db910[_0x546c8c(0x219)];const _0x59b310=Object['assign'](_0x5ef3af,_0x30cec8);logger[_0x546c8c(0x206)](util[_0x546c8c(0x1aa)](await _0x438c9d[_0x546c8c(0x27a)](scripts[_0x546c8c(0x2a1)],_0x59b310)));},{'command':_0x36be25[_0x3ebde2(0x26b)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3ebde2(0x197)],async()=>{const _0x4b1d73=_0x3ebde2,_0x356c03=_0xf809eb?await _0x438c9d[_0x4b1d73(0x27a)](scripts['getResults'],_0x30cec8):await _0x438c9d[_0x4b1d73(0x27a)](scripts[_0x4b1d73(0x1a3)]);return _0x356c03;})();}catch{return logger['error'](_0x36be25[_0x3ebde2(0x285)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x2ce84a,_0xca979e)=>{const _0x48b15b=a130_0x20cb64,_0x29c619={'ZdDjN':'Performing\x20scan\x20before\x20getting\x20results\x20summary','nehIu':_0x48b15b(0x251),'JVSLl':_0x48b15b(0x22e),'OdglJ':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','HuZur':function(_0x2a0792,_0x392b32){return _0x2a0792(_0x392b32);},'CewNd':'../../bin/v2/browserstackCLI','axYyR':_0x48b15b(0x248),'JcHjV':'No\x20accessibility\x20summary\x20was\x20found.'};if(!this[_0x48b15b(0x1f9)]()||!globals[_0x48b15b(0x226)](_0x29c619['nehIu'])||!globals[_0x48b15b(0x226)](_0x29c619['JVSLl']))return logger[_0x48b15b(0x19d)](_0x29c619[_0x48b15b(0x1ca)]),{};try{const _0x3d4027=_0x29c619[_0x48b15b(0x246)](require,_0x29c619[_0x48b15b(0x18d)]),_0x1abed1=_0x3d4027[_0x48b15b(0x25a)](),_0x2c95d5=_0x1abed1&&_0x1abed1[_0x48b15b(0x229)]();if(_0x2c95d5&&_0x2c95d5[_0x48b15b(0x24c)]){const _0x90a0bd=(await _0x2ce84a[_0x48b15b(0x255)]())[_0x48b15b(0x1a6)]();let _0x4bfa50='';try{const _0x2e2798=_0x1abed1[_0x48b15b(0x1fa)]&&_0x1abed1[_0x48b15b(0x1fa)]();_0x4bfa50=_0x2e2798&&_0x2e2798['getCurrentTestUUID']&&_0x2e2798['getCurrentTestUUID']()||'';}catch(_0x1e4fc0){}return logger[_0x48b15b(0x206)](_0x48b15b(0x205)+_0x90a0bd+_0x48b15b(0x1dd)+_0x4bfa50),await _0x2c95d5[_0x48b15b(0x275)](_0x90a0bd,_0x4bfa50);}const _0x15b37a=await this[_0x48b15b(0x22c)](_0x2ce84a),_0x581abd=_0x15b37a?Object[_0x48b15b(0x185)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x15b37a&&logger[_0x48b15b(0x206)](_0x48b15b(0x202)+util[_0x48b15b(0x1aa)]('%j',_0x581abd)),await PerformanceTester[_0x48b15b(0x1a1)](PerformanceA11yEvents[_0x48b15b(0x1fd)],async()=>{const _0xf8a8d3=_0x48b15b;logger[_0xf8a8d3(0x206)](_0x29c619[_0xf8a8d3(0x2a0)]);const _0x4d8252={};_0x4d8252[_0xf8a8d3(0x258)]=_0xca979e['browserstackSessionName'];const _0x378567=Object['assign'](_0x4d8252,_0x581abd);logger[_0xf8a8d3(0x206)](util[_0xf8a8d3(0x1aa)](await _0x2ce84a[_0xf8a8d3(0x27a)](scripts[_0xf8a8d3(0x2a1)],_0x378567)));},{'command':_0x29c619['axYyR']})(),await PerformanceTester[_0x48b15b(0x1a1)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x2a4ac6=_0x48b15b,_0x39345f=_0x15b37a?await _0x2ce84a['executeAsyncScript'](scripts[_0x2a4ac6(0x175)],_0x581abd):await _0x2ce84a[_0x2a4ac6(0x27a)](scripts['getResultsSummary']);return _0x39345f;})();}catch{return logger[_0x48b15b(0x281)](_0x29c619[_0x48b15b(0x190)]),{};}},exports['isMobileAccessibilityPlatform']=(_0x42c97c,_0x1d2f5f=![])=>{const _0x5bc5bb=a130_0x20cb64,_0x2fda62={'xJJPp':function(_0x3f3e8b,_0x588d40){return _0x3f3e8b(_0x588d40);},'fkxxM':function(_0x55c1ff,_0x29ee84){return _0x55c1ff(_0x29ee84);},'DvKhF':_0x5bc5bb(0x19b),'NARAq':'platform','hupjY':function(_0x12f5b7,_0x42a74e){return _0x12f5b7!==_0x42a74e;},'NyVmb':'android','iUqDl':_0x5bc5bb(0x1d7),'VXUrZ':_0x5bc5bb(0x2a7),'PRrmy':_0x5bc5bb(0x1b2),'FuOMa':_0x5bc5bb(0x293)};try{if(!_0x42c97c)return![];const _0x5aa136=_0x4b8eda=>typeof _0x42c97c[_0x5bc5bb(0x1e8)]===_0x5bc5bb(0x24b)?_0x42c97c['get'](_0x4b8eda):_0x42c97c[_0x4b8eda],_0x2ec1a4=_0x2fda62[_0x5bc5bb(0x23e)](String,_0x2fda62['fkxxM'](_0x5aa136,_0x2fda62[_0x5bc5bb(0x22f)])||_0x2fda62['fkxxM'](_0x5aa136,_0x2fda62[_0x5bc5bb(0x22b)])||'')[_0x5bc5bb(0x199)]();if(_0x2fda62['hupjY'](_0x2ec1a4,_0x2fda62[_0x5bc5bb(0x279)]))return![];const _0x2c49e9=_0x2fda62[_0x5bc5bb(0x245)](String,_0x2fda62[_0x5bc5bb(0x245)](_0x5aa136,_0x2fda62['iUqDl'])||'')[_0x5bc5bb(0x199)]();if(!_0x2c49e9['includes'](_0x2fda62[_0x5bc5bb(0x284)]))return _0x1d2f5f&&logger[_0x5bc5bb(0x19d)](_0x2fda62['PRrmy']),![];return logger['debug'](_0x2fda62[_0x5bc5bb(0x288)]),!![];}catch(_0x585094){return logger[_0x5bc5bb(0x206)](_0x5bc5bb(0x2a3)+_0x585094),![];}},exports['isMobileAccessibilitySession']=async _0x33ffc6=>{const _0x12c603=a130_0x20cb64;try{const _0x45d4c5=await _0x33ffc6[_0x12c603(0x299)]();return exports[_0x12c603(0x234)](_0x45d4c5);}catch(_0x14a4f3){return logger[_0x12c603(0x206)]('Error\x20checking\x20mobile\x20accessibility\x20session:\x20'+_0x14a4f3),![];}},exports['getMobileA11yCapabilities']=()=>{const _0x15b5f1={};return _0x15b5f1['is_mobile_session']=!![],_0x15b5f1;},exports[a130_0x20cb64(0x1c8)]=()=>{const _0x3fec89=a130_0x20cb64,_0x1a6238={};_0x1a6238[_0x3fec89(0x17a)]=function(_0x50df78,_0x5bcbd8){return _0x50df78===_0x5bcbd8;},_0x1a6238['epoPi']='string',_0x1a6238[_0x3fec89(0x257)]=function(_0x3ed566,_0x57a231){return _0x3ed566>_0x57a231;},_0x1a6238[_0x3fec89(0x1f8)]=_0x3fec89(0x298),_0x1a6238[_0x3fec89(0x1ab)]=_0x3fec89(0x18c),_0x1a6238[_0x3fec89(0x20d)]=function(_0x43bdd1,_0x16d877){return _0x43bdd1===_0x16d877;},_0x1a6238[_0x3fec89(0x1ae)]=_0x3fec89(0x1f3);const _0x3e7b3b=_0x1a6238,_0x4053aa=global['__workerDetails'],_0x31ee57=_0x4053aa&&_0x4053aa[_0x3fec89(0x2a5)],_0xc9ba5c=_0x31ee57&&_0x31ee57[_0x3fec89(0x1c3)];if(_0x3e7b3b[_0x3fec89(0x17a)](typeof _0xc9ba5c,_0x3e7b3b[_0x3fec89(0x273)])&&_0x3e7b3b[_0x3fec89(0x257)](_0xc9ba5c[_0x3fec89(0x25e)],0x0))return _0xc9ba5c;let _0x5cb632;if(!_0x4053aa)_0x5cb632=_0x3e7b3b[_0x3fec89(0x1f8)];else!_0x31ee57?_0x5cb632=_0x3e7b3b['YRkBG']:_0x5cb632='global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20['+Object[_0x3fec89(0x201)](_0x31ee57)[_0x3fec89(0x277)](',\x20')+_0x3fec89(0x179)+(_0x3e7b3b['yramv'](_0xc9ba5c,undefined)?_0x3e7b3b[_0x3fec89(0x1ae)]:'\x22'+_0xc9ba5c+'\x22')+'.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.';return logger['warn'](_0x3fec89(0x1e5)+_0x5cb632+'\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.'),'';},exports['isBrowserStackCommandExecutor']=_0x47d241=>{const _0x11c074=a130_0x20cb64,_0x3a903d={};_0x3a903d[_0x11c074(0x194)]=function(_0x36f009,_0x3d40c7){return _0x36f009===_0x3d40c7;},_0x3a903d[_0x11c074(0x295)]='string',_0x3a903d[_0x11c074(0x274)]=_0x11c074(0x20a);const _0x3e5065=_0x3a903d;if(_0x47d241&&_0x47d241[_0x11c074(0x1f1)]&&_0x3e5065[_0x11c074(0x194)](typeof _0x47d241[_0x11c074(0x1f1)],_0x3e5065[_0x11c074(0x295)]))return _0x47d241[_0x11c074(0x1f1)][_0x11c074(0x1ea)](_0x3e5065[_0x11c074(0x274)]);return![];},exports[a130_0x20cb64(0x1c2)]=a130_0x20cb64(0x1b4),exports['isMobileScanningEnabledForGroup']=()=>process[a130_0x20cb64(0x278)][a130_0x20cb64(0x2a2)]===a130_0x20cb64(0x227),exports['isBrowserSupportedForAccessibility']=_0x7bb390=>{const _0x16af81=a130_0x20cb64,_0x6fcc0d={};_0x6fcc0d[_0x16af81(0x208)]=function(_0x5be67d,_0x19c94f){return _0x5be67d in _0x19c94f;};const _0x22b729=_0x6fcc0d;if(bsSetupHelper[_0x16af81(0x256)](_0x7bb390))return![];const _0x573679=_0x7bb390[_0x16af81(0x199)]();return _0x22b729[_0x16af81(0x208)](_0x573679,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a130_0x20cb64(0x1e7)]=_0x482d91=>{const _0x9433fb=a130_0x20cb64;if(bsSetupHelper[_0x9433fb(0x256)](_0x482d91))return null;const _0x3689a1=_0x482d91[_0x9433fb(0x199)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x3689a1]||null;},exports[a130_0x20cb64(0x242)]=(_0xac9708,_0x206fa8)=>{const _0x3a2d80=a130_0x20cb64,_0x396dea=this['getBrowserA11yConfig'](_0xac9708);if(!_0x396dea)return null;if(_0x206fa8)return _0x396dea['min_version_browserstack'];return _0x396dea[_0x3a2d80(0x20f)];},exports[a130_0x20cb64(0x1b8)]=_0x2c836a=>{const _0x42f45a=a130_0x20cb64,_0x30ed85=this[_0x42f45a(0x1e7)](_0x2c836a);return _0x30ed85?_0x30ed85[_0x42f45a(0x16c)]:_0x2c836a;},exports[a130_0x20cb64(0x1ff)]=_0x450436=>{const _0x1fd0f6=a130_0x20cb64,_0x34e43c=this[_0x1fd0f6(0x1e7)](_0x450436);return _0x34e43c?_0x34e43c['requires_chrome_options_check']:![];},exports['isVersionSupported']=(_0x20f27b,_0x308150)=>{const _0x705c97=a130_0x20cb64,_0x2c2a3e={'Pvfhx':function(_0x2400be,_0x356862){return _0x2400be(_0x356862);},'yXjpL':function(_0x3f6aa0,_0x10cf74){return _0x3f6aa0(_0x10cf74);},'XrdAi':function(_0x5f4c1d,_0x1e9bb7){return _0x5f4c1d>=_0x1e9bb7;}};if(bsSetupHelper[_0x705c97(0x256)](_0x20f27b)||bsSetupHelper[_0x705c97(0x256)](_0x308150))return![];const _0x3f2432=bsSetupHelper[_0x705c97(0x196)](_0x2c2a3e[_0x705c97(0x27d)](String,_0x20f27b),_0x2c2a3e['yXjpL'](String,_0x308150));return _0x2c2a3e[_0x705c97(0x2a6)](_0x3f2432,0x0);},exports['parseA11yJwtPayload']=_0x3fb4cd=>{const _0x2ee4f9=a130_0x20cb64,_0x400852={};_0x400852[_0x2ee4f9(0x259)]=function(_0x157221,_0x436837){return _0x157221!==_0x436837;},_0x400852['sJnmb']=_0x2ee4f9(0x250),_0x400852['xmtDq']=_0x2ee4f9(0x24e);const _0x2db721=_0x400852;if(!_0x3fb4cd||_0x2db721['zPSDt'](typeof _0x3fb4cd,_0x2db721[_0x2ee4f9(0x268)]))return null;try{return JSON[_0x2ee4f9(0x18b)](Buffer[_0x2ee4f9(0x1a5)](_0x3fb4cd[_0x2ee4f9(0x1be)]('.')[0x1],_0x2db721[_0x2ee4f9(0x231)])[_0x2ee4f9(0x186)]());}catch{return null;}};
1
+ const a130_0x5248c1=a130_0xce93;(function(_0x114fd0,_0x54019f){const _0x4cdf73=a130_0xce93,_0x18aba3=_0x114fd0();while(!![]){try{const _0x41a6d9=parseInt(_0x4cdf73(0x172))/0x1*(parseInt(_0x4cdf73(0x158))/0x2)+parseInt(_0x4cdf73(0xea))/0x3+parseInt(_0x4cdf73(0x1e3))/0x4+parseInt(_0x4cdf73(0x1d8))/0x5+parseInt(_0x4cdf73(0x15d))/0x6*(-parseInt(_0x4cdf73(0x137))/0x7)+parseInt(_0x4cdf73(0x1c6))/0x8*(-parseInt(_0x4cdf73(0xb0))/0x9)+parseInt(_0x4cdf73(0x10d))/0xa*(-parseInt(_0x4cdf73(0x198))/0xb);if(_0x41a6d9===_0x54019f)break;else _0x18aba3['push'](_0x18aba3['shift']());}catch(_0x1fd28d){_0x18aba3['push'](_0x18aba3['shift']());}}}(a130_0x330a,0x60d62));const path=require(a130_0x5248c1(0x194)),util=require(a130_0x5248c1(0x1af)),bsSetupHelper=require('../helper'),logger=require(a130_0x5248c1(0x1a2))[a130_0x5248c1(0x153)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a130_0x5248c1(0x15e)),PerformanceTester=require(a130_0x5248c1(0x111)),scripts=require(a130_0x5248c1(0x1e5)),globals=require(a130_0x5248c1(0x10e)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a130_0x5248c1(0x181));exports[a130_0x5248c1(0xb7)]=async _0x36bd37=>{const _0x429897=a130_0x5248c1,_0x12bf2d={};_0x12bf2d[_0x429897(0x1d5)]=function(_0x381df5,_0x35dce9){return _0x381df5===_0x35dce9;},_0x12bf2d[_0x429897(0x1ca)]='browserstack';const _0x1f9924=_0x12bf2d;let _0x3e07e2={};try{const _0x341745=await _0x36bd37[_0x429897(0xa7)]();_0x3e07e2={'os_name':_0x341745[_0x429897(0xb8)](),'os_version':bsSetupHelper[_0x429897(0x11f)](_0x1f9924['iwPCG'](global['__cloud_provider___'],_0x1f9924['KUyXS'])),'browser_name':_0x341745[_0x429897(0x17a)](),'browser_version':_0x341745['getBrowserVersion']()};}catch(_0xcc600d){logger[_0x429897(0x18c)](_0x429897(0x175)+_0xcc600d);}return _0x3e07e2;},exports[a130_0x5248c1(0x103)]=()=>{const _0x180e2c=a130_0x5248c1,_0x43bda4={};_0x43bda4[_0x180e2c(0x100)]=function(_0x2338cd,_0x27b15d){return _0x2338cd===_0x27b15d;},_0x43bda4[_0x180e2c(0x170)]=_0x180e2c(0xcf),_0x43bda4['PPyej']=function(_0x1d786a,_0x2c0407){return _0x1d786a>_0x2c0407;},_0x43bda4['BQAjV']=function(_0x7f8e10,_0x330343){return _0x7f8e10!==_0x330343;},_0x43bda4[_0x180e2c(0x10c)]=_0x180e2c(0x1c8),_0x43bda4['PSgrC']=function(_0x12d97d,_0x3c2a46){return _0x12d97d&&_0x3c2a46;};const _0x50f7ab=_0x43bda4;try{const _0x1aed53=bsSetupHelper[_0x180e2c(0x9f)](process['env'][_0x180e2c(0x124)])||bsSetupHelper['isTrue'](process[_0x180e2c(0x1cc)][_0x180e2c(0xdd)]),_0x17dedb=_0x50f7ab[_0x180e2c(0x100)](typeof process[_0x180e2c(0x1cc)]['BS_A11Y_JWT'],_0x50f7ab[_0x180e2c(0x170)])&&_0x50f7ab[_0x180e2c(0x19d)](process[_0x180e2c(0x1cc)][_0x180e2c(0x114)][_0x180e2c(0xaa)],0x0)&&_0x50f7ab[_0x180e2c(0x126)](process[_0x180e2c(0x1cc)][_0x180e2c(0x114)],_0x50f7ab[_0x180e2c(0x10c)]);return _0x50f7ab[_0x180e2c(0x1d3)](_0x1aed53,_0x17dedb);}catch(_0x539491){logger['debug'](_0x180e2c(0xfd)+_0x539491);}return![];};const isLegacyHeadlessArg=_0x2714db=>typeof _0x2714db==='string'&&(_0x2714db===a130_0x5248c1(0xf9)||_0x2714db[a130_0x5248c1(0xd0)](a130_0x5248c1(0x11a))&&_0x2714db!=='--headless=new');exports[a130_0x5248c1(0x12a)]=_0x2b6c42=>{const _0x4f21b8=a130_0x5248c1,_0x58a5a8={};_0x58a5a8[_0x4f21b8(0xfa)]='selenium-webdriver/chrome.js',_0x58a5a8[_0x4f21b8(0xf1)]='selenium-webdriver',_0x58a5a8['EPzLu']=function(_0x1a1931,_0x102ce7){return _0x1a1931===_0x102ce7;},_0x58a5a8[_0x4f21b8(0xf2)]=_0x4f21b8(0x16d),_0x58a5a8['TmiMs']=_0x4f21b8(0xfb),_0x58a5a8[_0x4f21b8(0xe5)]='bstack:options',_0x58a5a8['floWw']=_0x4f21b8(0xe9),_0x58a5a8[_0x4f21b8(0x163)]=_0x4f21b8(0xae);const _0x3c78af=_0x58a5a8;try{let _0x100cb5;try{_0x100cb5=bsSetupHelper['requireModule'](_0x3c78af[_0x4f21b8(0xfa)],_0x3c78af[_0x4f21b8(0xf1)]);}catch(_0x57b841){return![];}const _0x29c0cf=new _0x100cb5[(_0x4f21b8(0x184))](_0x2b6c42[_0x4f21b8(0x189)]),_0x1e605a=_0x29c0cf[_0x4f21b8(0x164)]&&_0x29c0cf[_0x4f21b8(0x164)][_0x4f21b8(0xae)]||_0x3c78af[_0x4f21b8(0xbc)](typeof _0x29c0cf[_0x4f21b8(0xab)],_0x3c78af[_0x4f21b8(0xf2)])&&_0x29c0cf['get'](_0x3c78af['TmiMs'])&&_0x29c0cf[_0x4f21b8(0xab)](_0x3c78af['TmiMs'])[_0x4f21b8(0xae)]||bsSetupHelper['nestedKeyValue'](_0x2b6c42[_0x4f21b8(0x12f)],[_0x3c78af[_0x4f21b8(0xe5)],_0x3c78af[_0x4f21b8(0x180)],_0x3c78af[_0x4f21b8(0x163)]])||bsSetupHelper[_0x4f21b8(0x1dd)](_0x2b6c42[_0x4f21b8(0x12f)],[_0x3c78af[_0x4f21b8(0x180)],_0x3c78af[_0x4f21b8(0x163)]])||[];if((Array['isArray'](_0x1e605a)?_0x1e605a:[])[_0x4f21b8(0x1d1)](isLegacyHeadlessArg))return!![];const _0x416bfb=_0x2b6c42[_0x4f21b8(0x12f)]||{},_0x24cfef=bsSetupHelper[_0x4f21b8(0x1dd)](_0x416bfb,[_0x3c78af[_0x4f21b8(0x104)]])||{},_0x5dd93d=bsSetupHelper[_0x4f21b8(0x1dd)](_0x24cfef,[_0x3c78af[_0x4f21b8(0x163)]])||[];return(Array[_0x4f21b8(0x11c)](_0x5dd93d)?_0x5dd93d:[])[_0x4f21b8(0x1d1)](isLegacyHeadlessArg);}catch(_0x435e1b){return logger[_0x4f21b8(0x18c)](_0x4f21b8(0xdf)+util[_0x4f21b8(0xb2)](_0x435e1b)),![];}},exports[a130_0x5248c1(0x157)]=(_0x3b7cd6,_0x1fb214)=>{const _0x2a64e9=a130_0x5248c1,_0x2abb61={'fMtkr':_0x2a64e9(0xe6),'KvZGd':function(_0x172190,_0x1f1e42){return _0x172190(_0x1f1e42);},'bzCWs':_0x2a64e9(0x1d7),'PUkiT':function(_0x435a87,_0x5aa504){return _0x435a87(_0x5aa504);},'BENSk':'version','aVxOb':'bstack:options','tZgAw':function(_0x388fe9,_0x5387e0){return _0x388fe9(_0x5387e0);},'ecimV':'deviceName','OQGFX':_0x2a64e9(0x15c),'ayYHA':_0x2a64e9(0x12b),'fBglX':_0x2a64e9(0x16c),'uVKLU':function(_0x228659,_0x11e02a){return _0x228659===_0x11e02a;},'dFDhX':_0x2a64e9(0x122),'ZEpym':function(_0x31a6de,_0x4cfd55){return _0x31a6de>=_0x4cfd55;}},_0x17063a=_0x3b7cd6['get'](_0x2abb61[_0x2a64e9(0x135)]),_0x5ed1cc=_0x2abb61[_0x2a64e9(0x18e)](parseFloat,_0x3b7cd6[_0x2a64e9(0xab)](_0x2abb61[_0x2a64e9(0x1df)]))||_0x2abb61[_0x2a64e9(0x1bc)](parseFloat,_0x3b7cd6[_0x2a64e9(0xab)](_0x2abb61[_0x2a64e9(0xc3)])),_0x3045aa=_0x3b7cd6['get'](_0x2abb61[_0x2a64e9(0x133)])||{},_0x134506=_0x2abb61['tZgAw'](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0xf710e3=_0x3045aa[_0x2abb61[_0x2a64e9(0x1ba)]]||_0x3b7cd6[_0x2a64e9(0xab)](_0x2abb61[_0x2a64e9(0x13a)])||![];if(_0xf710e3)return logger['warn'](_0x2abb61[_0x2a64e9(0x14d)]),![];if(exports[_0x2a64e9(0x12a)](_0x1fb214))return logger['warn'](_0x2abb61[_0x2a64e9(0x13b)]),![];if(_0x2abb61['uVKLU'](_0x17063a[_0x2a64e9(0x18f)](),_0x2abb61['dFDhX'])&&_0x2abb61[_0x2a64e9(0x147)](_0x5ed1cc,_0x134506))return!![];return logger[_0x2a64e9(0x145)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};const mergeChromeOptionsPreservingArrays=(_0x5be90a,_0x3a4429)=>{const _0x2db088=a130_0x5248c1,_0x341b8e={};_0x341b8e[_0x2db088(0x1bf)]=function(_0x264fb1,_0x5ea3da){return _0x264fb1!==_0x5ea3da;},_0x341b8e[_0x2db088(0x19c)]=_0x2db088(0xcf),_0x341b8e['fKRwq']=function(_0x185402,_0x1081ac){return _0x185402===_0x1081ac;},_0x341b8e[_0x2db088(0x197)]=_0x2db088(0x127),_0x341b8e[_0x2db088(0xe8)]=function(_0x1983e7,_0x3d0b4c){return _0x1983e7===_0x3d0b4c;};const _0x3170ce=_0x341b8e,_0x200ba5=_0x5be90a&&_0x3170ce['fKRwq'](typeof _0x5be90a,_0x3170ce[_0x2db088(0x197)])?_0x5be90a:{},_0x44dc68=_0x3a4429&&_0x3170ce[_0x2db088(0xe8)](typeof _0x3a4429,_0x3170ce[_0x2db088(0x197)])?_0x3a4429:{},_0x38247e=Object[_0x2db088(0x149)]({},_0x200ba5,_0x44dc68);return Object[_0x2db088(0xc6)](_0x44dc68)[_0x2db088(0x146)](_0x3c0cc3=>{const _0x4b6f49=_0x2db088,_0x446bc6={'opFHK':function(_0x2ac9b0,_0x3a207a){return _0x3170ce['KdHow'](_0x2ac9b0,_0x3a207a);},'uGQaN':_0x3170ce['CzwdY']};if(Array[_0x4b6f49(0x11c)](_0x44dc68[_0x3c0cc3])||Array[_0x4b6f49(0x11c)](_0x200ba5[_0x3c0cc3])){const _0x3d7fe2=Array[_0x4b6f49(0x11c)](_0x200ba5[_0x3c0cc3])?_0x200ba5[_0x3c0cc3]:[],_0xdfc031=Array[_0x4b6f49(0x11c)](_0x44dc68[_0x3c0cc3])?_0x44dc68[_0x3c0cc3]:[],_0x1fef66=new Set();_0x38247e[_0x3c0cc3]=_0x3d7fe2[_0x4b6f49(0x1b9)](_0xdfc031)[_0x4b6f49(0x1b4)](_0x1e2a5c=>{const _0x42011c=_0x4b6f49;if(_0x446bc6['opFHK'](typeof _0x1e2a5c,_0x446bc6[_0x42011c(0x1a0)]))return!![];if(_0x1fef66[_0x42011c(0x1be)](_0x1e2a5c))return![];return _0x1fef66[_0x42011c(0xc5)](_0x1e2a5c),!![];});}}),_0x38247e;};function a130_0xce93(_0x43235e,_0x460aa7){const _0x330aa4=a130_0x330a();return a130_0xce93=function(_0xce9309,_0x467594){_0xce9309=_0xce9309-0x9d;let _0x3924bb=_0x330aa4[_0xce9309];return _0x3924bb;},a130_0xce93(_0x43235e,_0x460aa7);}function a130_0x330a(){const _0x225a55=['getAppAccessibilityResultsSummary','getBrowserDisplayName','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','wait','UJNZB','includeTagsInTestingScope','warn','forEach','ZEpym','pVzta','assign','USlUQ','status','errors','ayYHA','projectName','hxuur','compareVersions','undefined',',\x20testRunId=','winstonLogger','getAccessibilityResults','pvFNR','Pthhq','nonBstackPlatformValidation','62yqNhGO','Content-Type','iJRYW','map','device','12kMmxlI','./constants','json','No\x20accessibility\x20summary\x20was\x20found.','bstackA11yShouldScan','MNmZx','uoPSR','options_','platforms','KBoww','getSession','Iwvrz','data','setNonBstackInfraCapabilities','browserstackSessionName','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','function','Build\x20creation\x20had\x20failed.','performScan','FMWFl','accessibilityToken','13655roSRma','auth','tGhBS','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','guhCm','getAgentVersion','browserstack_executor','jlwvR','getBrowserName','getUserName','MmNba','Performing\x20scan\x20before\x20getting\x20results\x20summary','getResults','android','floWw','../performance/constants','isAccessibilityPlatform','nodeRequest','Options','dXefQ','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','SYbwu','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','chromeOptions_','user','v2/test_runs','debug','YEyNK','KvZGd','toLowerCase','QDTcJ','stopAccessibilityTestRun','getAppAccessibilityResults','qMGNd','path','display_name','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','CWURJ','473TYiaMc','rUlTq','command','Performing\x20scan\x20before\x20getting\x20results','CzwdY','PPyej','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','dksez','uGQaN','pTQMa','../logger','isUndefined','uyhju','Bearer\x20','error','Nvlnh','thTestRunUuid','getResultsSummary','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','resolveMobileThTestRunUuid','platformName','platform','buildDescription','util','replace','RvqDL','icgRs','getMinVersionForBrowser','filter','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','statusText','excludeTagsInTestingScope','concat','ecimV','bstackA11yScanOptions','PUkiT','No\x20accessibility\x20results\x20were\x20found.','has','KdHow','xkHUz','createAccessibilityTestRun','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','info','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','64CYhmzC','mirrorChromeOptionsIntoBuilder','null','pnPBd','KUyXS','YsYrd','env','Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20','lKAud','buildName','getAccessibilityModule','some','RbrOU','PSgrC','igKBO','iwPCG','qwnPH','browserVersion','1968580oMBzVd','pass','ljqOO','Xwnub','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','nestedKeyValue','rYWPs','bzCWs','RtPve','BEUKK','wlHiY','1818616tavCia','getId','./scripts','success','ChromeExtension','pnNoR','isTrue','xEIuu','nomjJ','isVersionSupported','stack','requires_chrome_options_check','UcedG','checkAccessibilityPlatformConfig','getCapabilities','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','PERFORM_SCAN','length','get','method','body','args','application/json','76203rzPlpj','message','format','stringify','join','../../bin/v2/browserstackCLI','kiyRl','fetchPlatformDetails','getPlatform','MOBILE_SCANNING_DISABLED_WARNING','sUGHE','getInstance','EPzLu','PUT','JqoId','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','from','lIuuH','vuBFt','BENSk','trim','add','keys','Invalid\x20request:\x20','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','wrvaI','getGitMetaData','toISOString','pGEhN','includes','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','string','startsWith','wXJVp','TjQig','wMjFR','parseFromJson','Authorization','BROWSERSTACK_TURBOSCALE','OHWCP','shouldScanTestForAccessibility','__workerDetails','OqFWP','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','getCurrentTestUUID','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20','XTWWm','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','getCiInfo','getAccessKey','WbHEG','IkFju','browserName','VQkKE','YuYzR','chromeOptions','1296558HLkZGR','getTestFrameworkDetails','isMobileScanningEnabledForGroup','herMz','isMobileAccessibilityPlatform','isBrowserSupportedForAccessibility','UYQem','JNCOS','UvliO','Performed\x20scan\x20with\x20result:\x20','RUYFf','IbqCy','basename','PYZXb','xzglI','--headless','vvlVR','goog:chromeOptions','accessibility','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','executeAsyncScript','WchEC','BuYzM','parse','isAccessibilityAutomationSession','TmiMs','playwright','a11y:start','BWPwq','HVVPi','base64','script','isBrowserstackInfra','nCwGm','167650NtDabe','../globals','resolve','getAccessibilityResultsSummary','../performance/performance-tester','isBrowserStackCommandExecutor','DGpQh','BS_A11Y_JWT','getMobileA11yCapabilities','set','jziFy','javascript','measureWrapper','--headless=','getTestFramework','isArray','mergeDeep','jkhZs','getPlatformVersion','lPkJZ','true','chrome','return\x20document.readyState\x20===\x20\x22complete\x22','BROWSERSTACK_TEST_ACCESSIBILITY_YML','LUPSE','BQAjV','object','JNtWt','grewJ','hasLegacyHeadlessArg','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','getGlobal','nJEUn','toJson','capabilities_','MupBl','GET_RESULTS_SUMMARY','isMobileAccessibilitySession','aVxOb','toString','fMtkr','min_version_non_browserstack','1815058EgJhZD','\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.','response','OQGFX','fBglX','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','RZcHk','getBrowserA11yConfig'];a130_0x330a=function(){return _0x225a55;};return a130_0x330a();}exports[a130_0x5248c1(0x1c7)]=(_0x46307d,_0x1acf59)=>{const _0x1c8cb2=a130_0x5248c1,_0x5d2c6f={'sUGHE':function(_0x198e17,_0x356ade){return _0x198e17!==_0x356ade;},'pGEhN':'function','kxipD':function(_0x201fb6,_0x4af993){return _0x201fb6!==_0x4af993;},'ljqOO':_0x1c8cb2(0xfb),'qMGNd':function(_0x51dfbc,_0x9ba5ac,_0x50def7){return _0x51dfbc(_0x9ba5ac,_0x50def7);},'OqFWP':function(_0x12ef71,_0x9c7be1){return _0x12ef71||_0x9c7be1;},'xzglI':function(_0x4cd035,_0x14b2ea){return _0x4cd035+_0x14b2ea;},'VQkKE':'Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20'};try{const _0x472245=_0x46307d&&_0x46307d['chromeOptions_'];if(!_0x472245||_0x5d2c6f[_0x1c8cb2(0xba)](typeof _0x472245[_0x1c8cb2(0xab)],_0x5d2c6f[_0x1c8cb2(0xcc)])||_0x5d2c6f['kxipD'](typeof _0x472245[_0x1c8cb2(0x116)],_0x5d2c6f[_0x1c8cb2(0xcc)]))return;const _0x1b498c=_0x472245['CAPABILITY_KEY']||_0x5d2c6f[_0x1c8cb2(0x1da)],_0x2be579=_0x472245['get'](_0x1b498c)||{},_0x212bcd=_0x5d2c6f[_0x1c8cb2(0x193)](mergeChromeOptionsPreservingArrays,_0x2be579,_0x5d2c6f[_0x1c8cb2(0xda)](_0x1acf59,{}));_0x472245[_0x1c8cb2(0x116)](_0x1b498c,_0x212bcd);}catch(_0x52a142){logger[_0x1c8cb2(0x18c)](_0x5d2c6f[_0x1c8cb2(0xf8)](_0x5d2c6f[_0x1c8cb2(0xe7)],util['format'](_0x52a142)));}},exports[a130_0x5248c1(0x16a)]=(_0x11b267,_0x54b4b6=!![])=>{const _0x4be887=a130_0x5248c1,_0x3d9bae={'RbrOU':function(_0x334885,_0x1ffba2){return _0x334885===_0x1ffba2;},'YyKCX':_0x4be887(0xe9),'lKAud':_0x4be887(0xfb),'wrvaI':function(_0xced41b,_0x227478,_0x6ec307){return _0xced41b(_0x227478,_0x6ec307);},'RZcHk':function(_0x3a4143,_0x483561){return _0x3a4143||_0x483561;},'XTWWm':'Not\x20a\x20Accessibility\x20Session'},_0x4a554f=scripts[_0x4be887(0x9d)];try{const _0x2888cb=bsSetupHelper['isTrue'](process[_0x4be887(0x1cc)][_0x4be887(0x124)])||bsSetupHelper[_0x4be887(0x9f)](process[_0x4be887(0x1cc)][_0x4be887(0xdd)]);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x4be887(0x1cc)][_0x4be887(0xd6)])&&_0x2888cb){const _0x180485=_0x11b267[_0x4be887(0xa7)](),_0x1ff69f=_0x3d9bae[_0x4be887(0x1d2)](_0x54b4b6,![])?_0x3d9bae['YyKCX']:_0x3d9bae[_0x4be887(0x1ce)],_0x4ebaa9=_0x180485[_0x4be887(0xab)](_0x1ff69f)||_0x180485[_0x4be887(0xab)](_0x3d9bae['lKAud'])||{},_0x5ca94e=_0x3d9bae[_0x4be887(0xc9)](mergeChromeOptionsPreservingArrays,_0x4ebaa9,_0x3d9bae[_0x4be887(0x13d)](_0x4a554f,{}));_0x180485[_0x4be887(0x116)](_0x1ff69f,_0x5ca94e),exports['mirrorChromeOptionsIntoBuilder'](_0x11b267,_0x5ca94e);}else logger[_0x4be887(0x145)](_0x3d9bae[_0x4be887(0xe0)]);}catch(_0x5f8ef8){logger[_0x4be887(0x1a6)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x5f8ef8);}},exports['setNonBstackInfraCapabilitiesOnCaps']=_0x2821a5=>{const _0x2df263=a130_0x5248c1,_0x4b0a5d={};_0x4b0a5d[_0x2df263(0x1e0)]=function(_0x229692,_0x317091){return _0x229692||_0x317091;},_0x4b0a5d[_0x2df263(0x1d6)]=_0x2df263(0xfb);const _0x4764d1=_0x4b0a5d;_0x2821a5=_0x4764d1[_0x2df263(0x1e0)](_0x2821a5,{});const _0x53baf4=scripts[_0x2df263(0x9d)];try{const _0x4352d3=bsSetupHelper[_0x2df263(0x9f)](process[_0x2df263(0x1cc)][_0x2df263(0x124)])||bsSetupHelper['isTrue'](process[_0x2df263(0x1cc)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0x2df263(0x10b)]()||process[_0x2df263(0x1cc)][_0x2df263(0xd6)])&&_0x4352d3){const _0x52d224=_0x2821a5[_0x4764d1[_0x2df263(0x1d6)]]||{};bsSetupHelper[_0x2df263(0x11d)](_0x52d224,_0x53baf4),_0x2821a5[_0x4764d1[_0x2df263(0x1d6)]]=_0x52d224;}}catch(_0x4a5673){logger[_0x2df263(0x1a6)](_0x2df263(0x1cd)+_0x4a5673);}return _0x2821a5;},exports[a130_0x5248c1(0xd8)]=(_0x3a7203=null,_0x5f1e3e=!![],_0x2fe0c4=[])=>{const _0x1e3394=a130_0x5248c1,_0x513ecb={};_0x513ecb['xEIuu']=function(_0x2823bb,_0x3958ad){return _0x2823bb==_0x3958ad;},_0x513ecb[_0x1e3394(0x1a4)]=function(_0x5b6db1,_0x5ee1d0){return _0x5b6db1>_0x5ee1d0;},_0x513ecb[_0x1e3394(0xb6)]=function(_0xf6dceb,_0x8848b0){return _0xf6dceb===_0x8848b0;},_0x513ecb[_0x1e3394(0x113)]=function(_0xe7e45d,_0xf3cf4c){return _0xe7e45d&&_0xf3cf4c;},_0x513ecb['IJlUm']=function(_0x2eea55,_0x1f6b23){return _0x2eea55===_0x1f6b23;};const _0xa7664c=_0x513ecb;if(_0xa7664c[_0x1e3394(0xa0)](process[_0x1e3394(0x1cc)][_0x1e3394(0x196)],null))return!![];try{const _0x12b937=JSON[_0x1e3394(0x102)](process[_0x1e3394(0x1cc)][_0x1e3394(0x196)]),_0x53a693=Array[_0x1e3394(0x11c)](_0x12b937['includeTagsInTestingScope'])?_0x12b937[_0x1e3394(0x144)]:[],_0x435688=Array['isArray'](_0x12b937[_0x1e3394(0x1b8)])?_0x12b937[_0x1e3394(0x1b8)]:[],_0x33d199=_0x23f7ea=>typeof _0x23f7ea===_0x1e3394(0xcf)?_0x23f7ea[_0x1e3394(0x1b0)](/^@/,'')[_0x1e3394(0x18f)]()[_0x1e3394(0xc4)]():_0x23f7ea;if(bsSetupHelper[_0x1e3394(0x1a3)](_0x3a7203)){if(_0xa7664c['uyhju'](_0x2fe0c4[_0x1e3394(0xaa)],0x0)){const _0x4d633b=_0x2fe0c4[_0x1e3394(0x15b)](_0x33d199),_0x46b274=_0x435688[_0x1e3394(0x1d1)](_0x29357d=>_0x4d633b[_0x1e3394(0xcd)](_0x33d199(_0x29357d))),_0x3d126e=_0xa7664c['kiyRl'](_0x53a693[_0x1e3394(0xaa)],0x0)||_0x53a693['some'](_0x2e21e9=>_0x4d633b['includes'](_0x33d199(_0x2e21e9)));return _0xa7664c['DGpQh'](!_0x46b274,_0x3d126e);}return!![];}let _0x5b8f61;_0x5f1e3e?_0x5b8f61=_0x3a7203['join']('/'):_0x5b8f61=_0x3a7203;const _0x47774e=_0x435688[_0x1e3394(0x1d1)](_0x135ec0=>_0x5b8f61[_0x1e3394(0x18f)]()[_0x1e3394(0xcd)](_0x33d199(_0x135ec0)[_0x1e3394(0x18f)]())),_0x473b4d=_0xa7664c['IJlUm'](_0x53a693[_0x1e3394(0xaa)],0x0)||_0x53a693[_0x1e3394(0x1d1)](_0x2378a4=>_0x5b8f61[_0x1e3394(0x18f)]()['includes'](_0x33d199(_0x2378a4)[_0x1e3394(0x18f)]()));return _0xa7664c['DGpQh'](!_0x47774e,_0x473b4d);}catch(_0x2f0e44){logger[_0x1e3394(0x18c)](_0x1e3394(0xc8)+util[_0x1e3394(0xb2)](_0x2f0e44));}return![];},exports[a130_0x5248c1(0xa6)]=_0x4c3413=>{const _0x144eb9=a130_0x5248c1;let _0x21320e=![];try{_0x4c3413[_0x144eb9(0x165)][_0x144eb9(0x146)](_0x88d7f0=>{const _0x520db2=_0x144eb9;if(bsSetupHelper['isTrue'](_0x88d7f0[_0x520db2(0xfc)]))return _0x21320e=!![],!![];});}catch(_0x1cd150){logger[_0x144eb9(0x18c)](_0x144eb9(0x1b6)+_0x1cd150);}return _0x21320e||bsSetupHelper[_0x144eb9(0x9f)](_0x4c3413['accessibility']);},exports[a130_0x5248c1(0x1c1)]=PerformanceTester[a130_0x5248c1(0x119)](a130_0x5248c1(0x106),async function(_0x4fc2d0,_0x488851){const _0x27ce9a=a130_0x5248c1,_0x59d367={};_0x59d367['dXefQ']=_0x27ce9a(0x1aa),_0x59d367[_0x27ce9a(0x1c9)]=_0x27ce9a(0x105),_0x59d367[_0x27ce9a(0x1db)]=_0x27ce9a(0x118),_0x59d367[_0x27ce9a(0xf5)]=_0x27ce9a(0xaf),_0x59d367[_0x27ce9a(0xbe)]='POST',_0x59d367[_0x27ce9a(0xa1)]=_0x27ce9a(0x18b),_0x59d367[_0x27ce9a(0xf7)]=function(_0x759404,_0x57bc8c){return _0x759404===_0x57bc8c;},_0x59d367[_0x27ce9a(0x190)]='Invalid\x20configuration\x20passed.',_0x59d367[_0x27ce9a(0x11e)]='false';const _0x20377e=_0x59d367,_0x40b69f=bsSetupHelper[_0x27ce9a(0x17b)](_0x4fc2d0),_0x2164a3=bsSetupHelper[_0x27ce9a(0xe3)](_0x4fc2d0);if(bsSetupHelper[_0x27ce9a(0x1a3)](_0x40b69f)||bsSetupHelper[_0x27ce9a(0x1a3)](_0x2164a3))return logger[_0x27ce9a(0x1a6)](_0x20377e[_0x27ce9a(0x185)]),[null,null];try{let _0x26905d;bsSetupHelper[_0x27ce9a(0x1a3)](process[_0x27ce9a(0x1cc)][_0x27ce9a(0x196)])?_0x26905d={}:_0x26905d=JSON[_0x27ce9a(0x102)](process[_0x27ce9a(0x1cc)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0xadc1de,version:_0x33ec75}=bsSetupHelper[_0x27ce9a(0xeb)](_0x4fc2d0,_0x488851),_0x926a8c={'projectName':_0x4fc2d0[_0x27ce9a(0x14e)],'buildName':_0x4fc2d0[_0x27ce9a(0x1cf)]||path[_0x27ce9a(0xf6)](path[_0x27ce9a(0x10f)](process['cwd']())),'startTime':new Date()[_0x27ce9a(0xcb)](),'description':_0x4fc2d0[_0x27ce9a(0x1ae)]||'','source':{'frameworkName':_0x488851['includes'](_0x20377e[_0x27ce9a(0x1c9)])?_0x20377e[_0x27ce9a(0x1c9)]:_0x488851,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x488851),'sdkVersion':bsSetupHelper[_0x27ce9a(0x177)](),'language':_0x20377e[_0x27ce9a(0x1db)],'testFramework':_0xadc1de,'testFrameworkVersion':_0x33ec75},'settings':_0x26905d,'versionControl':await bsSetupHelper[_0x27ce9a(0xca)](),'ciInfo':bsSetupHelper[_0x27ce9a(0xe2)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x27ce9a(0x10b)]()},_0xaa1bae={};_0xaa1bae[_0x27ce9a(0x18a)]=_0x40b69f,_0xaa1bae[_0x27ce9a(0x1d9)]=_0x2164a3;const _0x3aeff8={};_0x3aeff8[_0x27ce9a(0x159)]=_0x20377e[_0x27ce9a(0xf5)];const _0x1876f3={};_0x1876f3[_0x27ce9a(0x173)]=_0xaa1bae,_0x1876f3['headers']=_0x3aeff8;const _0x34ad74=_0x1876f3,_0x444ee3={};_0x444ee3['body']=_0x926a8c,_0x444ee3['json']=!![];const _0x5cd324=Object['assign'](_0x34ad74,_0x444ee3),_0x353023=await bsSetupHelper['nodeRequest'](_0x20377e['JqoId'],_0x20377e[_0x27ce9a(0xa1)],_0x5cd324,_0x4fc2d0,API_URL);let _0x39f585=process[_0x27ce9a(0x1cc)][_0x27ce9a(0x196)];return _0x39f585?_0x39f585=JSON[_0x27ce9a(0x102)](process[_0x27ce9a(0x1cc)][_0x27ce9a(0x196)]):_0x39f585={},scripts[_0x27ce9a(0xd4)](_0x353023[_0x27ce9a(0x169)][_0x27ce9a(0x169)]),scripts[_0x27ce9a(0x12e)](),_0x39f585['scannerVersion']=_0x353023[_0x27ce9a(0x169)]['data']['scannerVersion'],process[_0x27ce9a(0x1cc)][_0x27ce9a(0x196)]=JSON[_0x27ce9a(0xb3)](_0x39f585),[_0x353023[_0x27ce9a(0x169)]['data'][_0x27ce9a(0x171)],_0x353023['data']['data']['id']];}catch(_0x14cefa){if(_0x14cefa[_0x27ce9a(0x139)])logger[_0x27ce9a(0x1a6)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x14cefa['response'][_0x27ce9a(0x14b)]+'\x20'+_0x14cefa['response'][_0x27ce9a(0x1b7)]+'\x20'+JSON[_0x27ce9a(0xb3)](_0x14cefa[_0x27ce9a(0x139)][_0x27ce9a(0x169)]));else{if(_0x20377e['PYZXb'](_0x14cefa[_0x27ce9a(0xb1)],_0x20377e[_0x27ce9a(0x190)])){logger[_0x27ce9a(0x1a6)](_0x27ce9a(0x141)+(_0x14cefa['message']||_0x14cefa[_0x27ce9a(0xa3)]));for(const _0x54405c of _0x14cefa[_0x27ce9a(0x14c)]){logger[_0x27ce9a(0x1a6)](_0x54405c['message']);}process['env'][_0x27ce9a(0x124)]=_0x20377e[_0x27ce9a(0x11e)],process[_0x27ce9a(0x1cc)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x20377e[_0x27ce9a(0x11e)];}else logger['error'](_0x27ce9a(0x141)+(_0x14cefa['message']||_0x14cefa['stack']));}return[null,null];}}),exports[a130_0x5248c1(0x191)]=PerformanceTester[a130_0x5248c1(0x119)]('a11y:stop',async function(_0x651e96){const _0x14c4fc=a130_0x5248c1,_0x1eca75={};_0x1eca75[_0x14c4fc(0xd7)]=function(_0x5737fd,_0x5213eb){return _0x5737fd!==_0x5213eb;},_0x1eca75[_0x14c4fc(0x120)]=_0x14c4fc(0xcf),_0x1eca75[_0x14c4fc(0xf4)]=_0x14c4fc(0x1a6),_0x1eca75[_0x14c4fc(0x107)]=_0x14c4fc(0x16e),_0x1eca75[_0x14c4fc(0x1b1)]=_0x14c4fc(0xaf),_0x1eca75[_0x14c4fc(0x174)]=_0x14c4fc(0xbd),_0x1eca75[_0x14c4fc(0x187)]='test_runs/stop',_0x1eca75[_0x14c4fc(0x1b2)]=function(_0x170749,_0x34de0e){return _0x170749+_0x34de0e;},_0x1eca75[_0x14c4fc(0x130)]=_0x14c4fc(0xc7),_0x1eca75[_0x14c4fc(0x101)]=_0x14c4fc(0x1e6);const _0x32fe0a=_0x1eca75;if(bsSetupHelper[_0x14c4fc(0x1a3)](process['env'][_0x14c4fc(0x114)])||_0x32fe0a[_0x14c4fc(0xd7)](typeof process['env'][_0x14c4fc(0x114)],_0x32fe0a[_0x14c4fc(0x120)])){const _0x31e692={};return _0x31e692['status']=_0x32fe0a['RUYFf'],_0x31e692['message']=_0x32fe0a['BWPwq'],_0x31e692;}const _0x55267c={'endTime':new Date()['toISOString']()},_0x2f2d67={};_0x2f2d67[_0x14c4fc(0xd5)]=_0x14c4fc(0x1a5)+process[_0x14c4fc(0x1cc)]['BS_A11Y_JWT'],_0x2f2d67[_0x14c4fc(0x159)]=_0x32fe0a[_0x14c4fc(0x1b1)];const _0x2da563={};_0x2da563['headers']=_0x2f2d67;const _0x24131b=_0x2da563,_0x4a8c9e={};_0x4a8c9e[_0x14c4fc(0xad)]=_0x55267c,_0x4a8c9e[_0x14c4fc(0x173)]=null,_0x4a8c9e[_0x14c4fc(0x15f)]=!![];const _0x34bb6e=Object[_0x14c4fc(0x149)](_0x24131b,_0x4a8c9e);try{const _0x19af18=await bsSetupHelper[_0x14c4fc(0x183)](_0x32fe0a['tGhBS'],_0x32fe0a['SYbwu'],_0x34bb6e,_0x651e96,API_URL);if(_0x19af18[_0x14c4fc(0x169)][_0x14c4fc(0x1a6)])throw new Error(_0x32fe0a['icgRs'](_0x32fe0a[_0x14c4fc(0x130)],_0x19af18[_0x14c4fc(0x169)][_0x14c4fc(0x1a6)]));else{logger[_0x14c4fc(0x1c4)](_0x14c4fc(0x1dc)+new Date()['toISOString']());const _0x88ee0c={};return _0x88ee0c[_0x14c4fc(0x14b)]=_0x32fe0a['BuYzM'],_0x88ee0c['message']='',_0x88ee0c;}}catch(_0x43c6db){_0x43c6db['response']?logger[_0x14c4fc(0x1a6)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x43c6db[_0x14c4fc(0x139)][_0x14c4fc(0x14b)]+'\x20'+_0x43c6db[_0x14c4fc(0x139)][_0x14c4fc(0x1b7)]+'\x20'+JSON[_0x14c4fc(0xb3)](_0x43c6db[_0x14c4fc(0x139)][_0x14c4fc(0x169)])):logger[_0x14c4fc(0x1a6)](_0x14c4fc(0xde)+(_0x43c6db['message']||util['format'](_0x43c6db)));const _0x263a16={};return _0x263a16[_0x14c4fc(0x14b)]=_0x32fe0a[_0x14c4fc(0xf4)],_0x263a16[_0x14c4fc(0xb1)]=_0x43c6db[_0x14c4fc(0xb1)]||(_0x43c6db[_0x14c4fc(0x139)]?_0x43c6db[_0x14c4fc(0x139)]['status']+':'+_0x43c6db[_0x14c4fc(0x139)][_0x14c4fc(0x1b7)]:_0x43c6db),_0x263a16;}}),exports[a130_0x5248c1(0x16f)]=async(_0x4dcd15,_0x10122b=null,_0xfa3108=![],_0x227011=null)=>{const _0x4943c3=a130_0x5248c1,_0x2a7abd={};_0x2a7abd['wMjFR']=_0x4943c3(0x182),_0x2a7abd[_0x4943c3(0x108)]=_0x4943c3(0x161),_0x2a7abd[_0x4943c3(0x1e2)]=_0x4943c3(0x19e),_0x2a7abd[_0x4943c3(0x176)]=function(_0x5e5a9a,_0xbc560d){return _0x5e5a9a||_0xbc560d;},_0x2a7abd['hxuur']=_0x4943c3(0x1bb),_0x2a7abd[_0x4943c3(0x179)]=_0x4943c3(0x188);const _0x48caba=_0x2a7abd;if(!this[_0x4943c3(0x103)]()||!globals[_0x4943c3(0x12c)](_0x48caba[_0x4943c3(0xd3)])||!_0xfa3108&&!globals[_0x4943c3(0x12c)](_0x48caba['HVVPi'])){logger[_0x4943c3(0x145)](_0x48caba[_0x4943c3(0x1e2)]);return;}const _0x2bb8e0=_0xfa3108?_0x48caba['guhCm'](_0x227011,{}):globals[_0x4943c3(0x12c)](_0x48caba[_0x4943c3(0x14f)])||{},_0x5ad044={};_0x5ad044[_0x4943c3(0xac)]=_0x10122b||global[_0x4943c3(0x16b)];const _0x4dfe9f=Object[_0x4943c3(0x149)]({},_0x2bb8e0,_0x5ad044);await this[_0x4943c3(0x132)](_0x4dcd15)&&(Object[_0x4943c3(0x149)](_0x4dfe9f,this[_0x4943c3(0x115)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}),logger[_0x4943c3(0x18c)](_0x48caba[_0x4943c3(0x179)]));logger[_0x4943c3(0x18c)](_0x4943c3(0xe1)+util['format']('%j',_0x4dfe9f));const _0x5842bb={};return _0x5842bb[_0x4943c3(0x19a)]=_0x10122b,await PerformanceTester[_0x4943c3(0x119)](PerformanceA11yEvents[_0x4943c3(0xa9)],async()=>{const _0x192c5e=_0x4943c3;try{await _0x4dcd15[_0x192c5e(0x142)](()=>_0x4dcd15['executeScript'](_0x192c5e(0x123)),0x1388);}catch(_0x27512e){}const _0x4a87c9=util[_0x192c5e(0xb2)](await _0x4dcd15[_0x192c5e(0xff)](scripts[_0x192c5e(0x16f)],_0x4dfe9f));return logger[_0x192c5e(0x18c)](_0x192c5e(0xf3)+_0x4a87c9),_0x4a87c9;},_0x5842bb)();},exports[a130_0x5248c1(0x154)]=async(_0x50fd2b,_0x48beeb)=>{const _0x32d02f=a130_0x5248c1,_0x5a43e0={'qrwnL':_0x32d02f(0x19b),'wXJVp':'isAccessibilityPlatform','pTQMa':_0x32d02f(0x161),'pvFNR':_0x32d02f(0xa8),'pnNoR':function(_0x4ab469,_0x290511){return _0x4ab469(_0x290511);},'xkHUz':_0x32d02f(0xb5),'YsYrd':_0x32d02f(0x154),'TjQig':_0x32d02f(0x1bd)};if(!this['isAccessibilityAutomationSession']()||!globals[_0x32d02f(0x12c)](_0x5a43e0[_0x32d02f(0xd1)])||!globals['getGlobal'](_0x5a43e0[_0x32d02f(0x1a1)]))return logger['warn'](_0x5a43e0[_0x32d02f(0x155)]),[];try{const _0x5ef7b5=_0x5a43e0[_0x32d02f(0x9e)](require,_0x5a43e0[_0x32d02f(0x1c0)]),_0x4d3445=_0x5ef7b5[_0x32d02f(0xbb)](),_0x4cdfc2=_0x4d3445&&_0x4d3445[_0x32d02f(0x1d0)]();if(_0x4cdfc2&&_0x4cdfc2['isAppAccessibility']){const _0x3483c5=(await _0x50fd2b[_0x32d02f(0x167)]())[_0x32d02f(0x1e4)]();let _0x2fcbd9='';try{const _0x5e3c4f=_0x4d3445[_0x32d02f(0x11b)]&&_0x4d3445[_0x32d02f(0x11b)]();_0x2fcbd9=_0x5e3c4f&&_0x5e3c4f[_0x32d02f(0xdc)]&&_0x5e3c4f[_0x32d02f(0xdc)]()||'';}catch(_0x13b98b){}return logger['debug']('[App-A11y]\x20getAccessibilityResults:\x20sessionId='+_0x3483c5+_0x32d02f(0x152)+_0x2fcbd9),await _0x4cdfc2[_0x32d02f(0x192)](_0x3483c5,_0x2fcbd9);}const _0x358f26=await this[_0x32d02f(0x132)](_0x50fd2b),_0x4df483=_0x358f26?Object[_0x32d02f(0x149)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x358f26&&logger[_0x32d02f(0x18c)](_0x32d02f(0x1c3)+util[_0x32d02f(0xb2)]('%j',_0x4df483)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x32d02f(0xa9)],async()=>{const _0x56327c=_0x32d02f;logger['debug'](_0x5a43e0['qrwnL']);const _0x2f51e7={};_0x2f51e7[_0x56327c(0xac)]=_0x48beeb[_0x56327c(0x16b)];const _0x3414cd=Object[_0x56327c(0x149)](_0x2f51e7,_0x4df483);logger[_0x56327c(0x18c)](util['format'](await _0x50fd2b['executeAsyncScript'](scripts['performScan'],_0x3414cd)));},{'command':_0x5a43e0[_0x32d02f(0x1cb)]})(),await PerformanceTester[_0x32d02f(0x119)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x23da25=_0x32d02f,_0x5a5693=_0x358f26?await _0x50fd2b[_0x23da25(0xff)](scripts[_0x23da25(0x17e)],_0x4df483):await _0x50fd2b[_0x23da25(0xff)](scripts[_0x23da25(0x17e)]);return _0x5a5693;})();}catch{return logger['error'](_0x5a43e0[_0x32d02f(0xd2)]),[];}},exports[a130_0x5248c1(0x110)]=async(_0x47cdd9,_0x354984)=>{const _0x2b0bce=a130_0x5248c1,_0x4eeae7={'UJNZB':_0x2b0bce(0x17d),'LUPSE':_0x2b0bce(0x182),'WbHEG':_0x2b0bce(0x161),'agdQR':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','YEyNK':function(_0x1802c9,_0x53da02){return _0x1802c9(_0x53da02);},'oJTfH':'../../bin/v2/browserstackCLI','rYWPs':_0x2b0bce(0x110),'USlUQ':_0x2b0bce(0x160)};if(!this[_0x2b0bce(0x103)]()||!globals[_0x2b0bce(0x12c)](_0x4eeae7[_0x2b0bce(0x125)])||!globals[_0x2b0bce(0x12c)](_0x4eeae7[_0x2b0bce(0xe4)]))return logger['warn'](_0x4eeae7['agdQR']),{};try{const _0x1f39dc=_0x4eeae7[_0x2b0bce(0x18d)](require,_0x4eeae7['oJTfH']),_0x35fb80=_0x1f39dc[_0x2b0bce(0xbb)](),_0x1dd429=_0x35fb80&&_0x35fb80[_0x2b0bce(0x1d0)]();if(_0x1dd429&&_0x1dd429['isAppAccessibility']){const _0xf5735e=(await _0x47cdd9[_0x2b0bce(0x167)]())['getId']();let _0x2bd44b='';try{const _0x11b8c7=_0x35fb80[_0x2b0bce(0x11b)]&&_0x35fb80[_0x2b0bce(0x11b)]();_0x2bd44b=_0x11b8c7&&_0x11b8c7['getCurrentTestUUID']&&_0x11b8c7[_0x2b0bce(0xdc)]()||'';}catch(_0x41c9f0){}return logger[_0x2b0bce(0x18c)]('[App-A11y]\x20getAccessibilityResultsSummary:\x20sessionId='+_0xf5735e+_0x2b0bce(0x152)+_0x2bd44b),await _0x1dd429[_0x2b0bce(0x13f)](_0xf5735e,_0x2bd44b);}const _0x96530=await this['isMobileAccessibilitySession'](_0x47cdd9),_0x127b9d=_0x96530?Object['assign']({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x2b0bce(0x1ab)]()}):{};return _0x96530&&logger['debug'](_0x2b0bce(0xfe)+util[_0x2b0bce(0xb2)]('%j',_0x127b9d)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2b0bce(0xa9)],async()=>{const _0x287b98=_0x2b0bce;logger[_0x287b98(0x18c)](_0x4eeae7[_0x287b98(0x143)]);const _0x376a67={};_0x376a67[_0x287b98(0xac)]=_0x354984['browserstackSessionName'];const _0x373f4a=Object[_0x287b98(0x149)](_0x376a67,_0x127b9d);logger[_0x287b98(0x18c)](util['format'](await _0x47cdd9[_0x287b98(0xff)](scripts[_0x287b98(0x16f)],_0x373f4a)));},{'command':_0x4eeae7[_0x2b0bce(0x1de)]})(),await PerformanceTester[_0x2b0bce(0x119)](PerformanceA11yEvents[_0x2b0bce(0x131)],async()=>{const _0x5dd4f8=_0x2b0bce,_0x47c62d=_0x96530?await _0x47cdd9['executeAsyncScript'](scripts['getResultsSummary'],_0x127b9d):await _0x47cdd9[_0x5dd4f8(0xff)](scripts[_0x5dd4f8(0x1a9)]);return _0x47c62d;})();}catch{return logger[_0x2b0bce(0x1a6)](_0x4eeae7[_0x2b0bce(0x14a)]),{};}},exports[a130_0x5248c1(0xee)]=(_0x2f92fe,_0x4350fb=![])=>{const _0x4f65ac=a130_0x5248c1,_0x45df18={'MmNba':function(_0x41a1c4,_0x21ac10){return _0x41a1c4(_0x21ac10);},'igKBO':function(_0x222985,_0x41813a){return _0x222985(_0x41813a);},'hgwCq':_0x4f65ac(0x1ac),'YTPmO':_0x4f65ac(0x1ad),'vsVfp':function(_0x536c28,_0x5d0451){return _0x536c28!==_0x5d0451;},'MNmZx':_0x4f65ac(0x17f),'Nvlnh':function(_0x49a4ed,_0x1e5220){return _0x49a4ed(_0x1e5220);},'dksez':_0x4f65ac(0xe6),'NanNA':_0x4f65ac(0x122),'jziFy':_0x4f65ac(0xbf),'UYQem':_0x4f65ac(0x13c)};try{if(!_0x2f92fe)return![];const _0x15d821=_0xd5b79c=>typeof _0x2f92fe[_0x4f65ac(0xab)]===_0x4f65ac(0x16d)?_0x2f92fe['get'](_0xd5b79c):_0x2f92fe[_0xd5b79c],_0x513471=_0x45df18[_0x4f65ac(0x17c)](String,_0x45df18['igKBO'](_0x15d821,_0x45df18['hgwCq'])||_0x45df18['MmNba'](_0x15d821,_0x45df18['YTPmO'])||'')[_0x4f65ac(0x18f)]();if(_0x45df18['vsVfp'](_0x513471,_0x45df18[_0x4f65ac(0x162)]))return![];const _0x3c612c=_0x45df18[_0x4f65ac(0x1a7)](String,_0x45df18[_0x4f65ac(0x1d4)](_0x15d821,_0x45df18[_0x4f65ac(0x19f)])||'')['toLowerCase']();if(!_0x3c612c[_0x4f65ac(0xcd)](_0x45df18['NanNA']))return _0x4350fb&&logger[_0x4f65ac(0x145)](_0x45df18[_0x4f65ac(0x117)]),![];return logger[_0x4f65ac(0x18c)](_0x45df18[_0x4f65ac(0xf0)]),!![];}catch(_0x921f74){return logger[_0x4f65ac(0x18c)](_0x4f65ac(0x1c5)+_0x921f74),![];}},exports[a130_0x5248c1(0x132)]=async _0x3f8437=>{const _0x916447=a130_0x5248c1;try{const _0x46d8b0=await _0x3f8437[_0x916447(0xa7)]();return exports['isMobileAccessibilityPlatform'](_0x46d8b0);}catch(_0x41280d){return logger[_0x916447(0x18c)]('Error\x20checking\x20mobile\x20accessibility\x20session:\x20'+_0x41280d),![];}},exports['getMobileA11yCapabilities']=()=>{const _0x54ff46={};return _0x54ff46['is_mobile_session']=!![],_0x54ff46;},exports[a130_0x5248c1(0x1ab)]=()=>{const _0x3ba549=a130_0x5248c1,_0x2639ec={};_0x2639ec[_0x3ba549(0x156)]=function(_0x488247,_0x5a490d){return _0x488247===_0x5a490d;},_0x2639ec['herMz']='string',_0x2639ec[_0x3ba549(0xa5)]=function(_0x2c2a56,_0x16d1ff){return _0x2c2a56>_0x16d1ff;},_0x2639ec[_0x3ba549(0xc2)]='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).',_0x2639ec[_0x3ba549(0xc1)]='global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).',_0x2639ec[_0x3ba549(0x168)]=_0x3ba549(0x151);const _0x319839=_0x2639ec,_0x1f659b=global[_0x3ba549(0xd9)],_0x2ac1d9=_0x1f659b&&_0x1f659b['currentTest'],_0x2cf4c5=_0x2ac1d9&&_0x2ac1d9[_0x3ba549(0x1a8)];if(_0x319839[_0x3ba549(0x156)](typeof _0x2cf4c5,_0x319839[_0x3ba549(0xed)])&&_0x319839['UcedG'](_0x2cf4c5['length'],0x0))return _0x2cf4c5;let _0x374b64;if(!_0x1f659b)_0x374b64=_0x319839['vuBFt'];else!_0x2ac1d9?_0x374b64=_0x319839[_0x3ba549(0xc1)]:_0x374b64=_0x3ba549(0x186)+Object[_0x3ba549(0xc6)](_0x2ac1d9)[_0x3ba549(0xb4)](',\x20')+']\x20but\x20thTestRunUuid\x20is\x20'+(_0x319839['Pthhq'](_0x2cf4c5,undefined)?_0x319839[_0x3ba549(0x168)]:'\x22'+_0x2cf4c5+'\x22')+_0x3ba549(0xce);return logger[_0x3ba549(0x145)](_0x3ba549(0x1c2)+_0x374b64+_0x3ba549(0x138)),'';},exports[a130_0x5248c1(0x112)]=_0x340140=>{const _0x296cba=a130_0x5248c1,_0x2338c8={};_0x2338c8[_0x296cba(0x166)]=function(_0x225692,_0x31a0e8){return _0x225692===_0x31a0e8;},_0x2338c8['cLcae']=_0x296cba(0xcf),_0x2338c8[_0x296cba(0x199)]=_0x296cba(0x178);const _0x5fe3ba=_0x2338c8;if(_0x340140&&_0x340140[_0x296cba(0x10a)]&&_0x5fe3ba[_0x296cba(0x166)](typeof _0x340140['script'],_0x5fe3ba['cLcae']))return _0x340140[_0x296cba(0x10a)][_0x296cba(0xcd)](_0x5fe3ba[_0x296cba(0x199)]);return![];},exports[a130_0x5248c1(0xb9)]=a130_0x5248c1(0x1b5),exports[a130_0x5248c1(0xec)]=()=>process[a130_0x5248c1(0x1cc)][a130_0x5248c1(0xdb)]===a130_0x5248c1(0x121),exports[a130_0x5248c1(0xef)]=_0x46b857=>{const _0x14e748=a130_0x5248c1,_0x24621d={};_0x24621d[_0x14e748(0x15a)]=function(_0x2b73a2,_0x90df5a){return _0x2b73a2 in _0x90df5a;};const _0x13a88e=_0x24621d;if(bsSetupHelper[_0x14e748(0x1a3)](_0x46b857))return![];const _0x2103b9=_0x46b857[_0x14e748(0x18f)]();return _0x13a88e[_0x14e748(0x15a)](_0x2103b9,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a130_0x5248c1(0x13e)]=_0x58bcfd=>{const _0x2b0fba=a130_0x5248c1;if(bsSetupHelper['isUndefined'](_0x58bcfd))return null;const _0x2f61a5=_0x58bcfd[_0x2b0fba(0x18f)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x2f61a5]||null;},exports[a130_0x5248c1(0x1b3)]=(_0x2fc528,_0x157c9e)=>{const _0x215d02=a130_0x5248c1,_0x511f7c=this['getBrowserA11yConfig'](_0x2fc528);if(!_0x511f7c)return null;if(_0x157c9e)return _0x511f7c['min_version_browserstack'];return _0x511f7c[_0x215d02(0x136)];},exports[a130_0x5248c1(0x140)]=_0x560d44=>{const _0x1e010e=a130_0x5248c1,_0x97b6de=this[_0x1e010e(0x13e)](_0x560d44);return _0x97b6de?_0x97b6de[_0x1e010e(0x195)]:_0x560d44;},exports['requiresChromeOptionsValidation']=_0x336a29=>{const _0x507314=a130_0x5248c1,_0x4ce34a=this[_0x507314(0x13e)](_0x336a29);return _0x4ce34a?_0x4ce34a[_0x507314(0xa4)]:![];},exports[a130_0x5248c1(0xa2)]=(_0xd92ddb,_0xeea332)=>{const _0x4822e8=a130_0x5248c1,_0x157fce={'JNtWt':function(_0x51afc3,_0x501680){return _0x51afc3(_0x501680);},'nJEUn':function(_0x510c20,_0x85bfbf){return _0x510c20>=_0x85bfbf;}};if(bsSetupHelper[_0x4822e8(0x1a3)](_0xd92ddb)||bsSetupHelper[_0x4822e8(0x1a3)](_0xeea332))return![];const _0x380083=bsSetupHelper[_0x4822e8(0x150)](_0x157fce[_0x4822e8(0x128)](String,_0xd92ddb),_0x157fce[_0x4822e8(0x128)](String,_0xeea332));return _0x157fce[_0x4822e8(0x12d)](_0x380083,0x0);},exports['parseA11yJwtPayload']=_0x41c974=>{const _0x3226b9=a130_0x5248c1,_0x14bd63={};_0x14bd63[_0x3226b9(0x1e1)]=function(_0xa94f6e,_0x478ea3){return _0xa94f6e!==_0x478ea3;},_0x14bd63[_0x3226b9(0x148)]=_0x3226b9(0xcf),_0x14bd63[_0x3226b9(0x129)]=_0x3226b9(0x109);const _0xac056d=_0x14bd63;if(!_0x41c974||_0xac056d[_0x3226b9(0x1e1)](typeof _0x41c974,_0xac056d[_0x3226b9(0x148)]))return null;try{return JSON[_0x3226b9(0x102)](Buffer[_0x3226b9(0xc0)](_0x41c974['split']('.')[0x1],_0xac056d[_0x3226b9(0x129)])[_0x3226b9(0x134)]());}catch{return null;}};