browserstack-node-sdk 1.46.4 → 1.46.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/generated/sdk-messages_pb.d.ts +8 -0
  41. package/generated/sdk-messages_pb.js +73 -1
  42. package/package.json +1 -1
  43. package/src/ai-sdk-node/bundle.js +1 -1
  44. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  45. package/src/bin/codeceptjs/command.js +1 -1
  46. package/src/bin/codeceptjs/helper.js +1 -1
  47. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  48. package/src/bin/cucumber-js/command.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test.setup.js +1 -1
  69. package/src/bin/jest/test_before.setup.js +1 -1
  70. package/src/bin/launcher/launcher.js +1 -1
  71. package/src/bin/load/index.js +1 -1
  72. package/src/bin/load/loadUtils.js +1 -1
  73. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  74. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  75. package/src/bin/mocha/command.js +1 -1
  76. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  77. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  78. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  79. package/src/bin/mocha/test.setup.js +1 -1
  80. package/src/bin/nightwatch/command.js +1 -1
  81. package/src/bin/playwright/accessibility-helper.js +1 -1
  82. package/src/bin/playwright/command.js +1 -1
  83. package/src/bin/playwright/globalSetup.js +1 -1
  84. package/src/bin/playwright/mock-process.js +1 -1
  85. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  86. package/src/bin/playwright/patches.js +1 -1
  87. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  88. package/src/bin/playwright/reporter/reporter.js +1 -1
  89. package/src/bin/playwright/reporter/test-details.js +1 -1
  90. package/src/bin/playwright/sessionDetails.js +1 -1
  91. package/src/bin/runner.js +1 -1
  92. package/src/bin/setup.js +1 -1
  93. package/src/bin/test-runner/index.js +1 -1
  94. package/src/bin/test-runner/runTest.js +1 -1
  95. package/src/bin/test-runner/testWorker.js +1 -1
  96. package/src/bin/utils/apiUtilityMethods.js +1 -1
  97. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  98. package/src/bin/utils/constants.js +1 -1
  99. package/src/bin/utils/log4jsAppender.js +1 -1
  100. package/src/bin/utils/logPatcher.js +1 -1
  101. package/src/bin/utils/logReportingAPI.js +1 -1
  102. package/src/bin/utils/playwright-patcher.js +1 -1
  103. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  104. package/src/bin/utils/sharedUtils.js +1 -1
  105. package/src/bin/v2/TestInfo.js +1 -1
  106. package/src/bin/v2/browserstackCLI.js +1 -1
  107. package/src/bin/v2/cliUtils.js +1 -1
  108. package/src/bin/v2/customTagManager.js +1 -1
  109. package/src/bin/v2/eventDispatcher.js +1 -1
  110. package/src/bin/v2/framework/automationFramework.js +1 -1
  111. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  112. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  113. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  115. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  116. package/src/bin/v2/framework/testFramework.js +1 -1
  117. package/src/bin/v2/grpcClient.js +1 -1
  118. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  120. package/src/bin/v2/instances/trackedContext.js +1 -1
  121. package/src/bin/v2/instances/trackedInstance.js +1 -1
  122. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  123. package/src/bin/v2/modules/baseModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/vanilla-js/command.js +1 -1
  133. package/src/browserStackSdk.js +1 -1
  134. package/src/helpers/BrowserStackSetup.js +1 -1
  135. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  136. package/src/helpers/accessibility-automation/constants.js +1 -1
  137. package/src/helpers/accessibility-automation/helper.js +1 -1
  138. package/src/helpers/accessibility-automation/scripts.js +1 -1
  139. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  140. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  141. package/src/helpers/ats/constants.js +1 -1
  142. package/src/helpers/ats/helper.js +1 -1
  143. package/src/helpers/capsMapping.js +1 -1
  144. package/src/helpers/central-scanner/constants.js +1 -1
  145. package/src/helpers/central-scanner/helpers.js +1 -1
  146. package/src/helpers/classLogger.js +1 -1
  147. package/src/helpers/globals.js +1 -1
  148. package/src/helpers/helper.js +1 -1
  149. package/src/helpers/logger.js +1 -1
  150. package/src/helpers/metadata.js +1 -1
  151. package/src/helpers/patchHelper.js +1 -1
  152. package/src/helpers/patchHelpers.js +1 -1
  153. package/src/helpers/percy/Percy.js +1 -1
  154. package/src/helpers/percy/PercyBinary.js +1 -1
  155. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  156. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  157. package/src/helpers/percy/PercySDK.js +1 -1
  158. package/src/helpers/percy/index.js +1 -1
  159. package/src/helpers/percy/utils.js +1 -1
  160. package/src/helpers/performance/constants.js +1 -1
  161. package/src/helpers/performance/performance-tester.js +1 -1
  162. package/src/helpers/playwright-helper.js +1 -1
  163. package/src/helpers/processHelper.js +1 -1
  164. package/src/helpers/request-spy.js +1 -1
  165. package/src/helpers/setKeepAlive.js +1 -1
  166. package/src/helpers/test-observability/constants.js +1 -1
  167. package/src/helpers/test-observability/error-handler.js +1 -1
  168. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  169. package/src/helpers/test-observability/sessionHandler.js +1 -1
  170. package/src/helpers/test-observability/utils.js +1 -1
  171. package/src/helpers/test-orchestration/constants.js +1 -1
  172. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  173. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  174. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  175. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  176. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  177. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  178. package/src/helpers/testhub/constants.js +1 -1
  179. package/src/helpers/testhub/testhubHandler.js +1 -1
  180. package/src/helpers/testhub/utils.js +1 -1
  181. package/src/helpers/timeoutPromise.js +1 -1
  182. package/src/helpers/utilities.js +1 -1
  183. package/src/helpers/w3cMapping.js +1 -1
  184. package/src/hubAllocationMethods.js +1 -1
  185. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a92_0x27466a=a92_0x3fc3;(function(_0x5f0d12,_0x1f44db){const _0x9402e4=a92_0x3fc3,_0x4a78d2=_0x5f0d12();while(!![]){try{const _0x1784ce=parseInt(_0x9402e4(0x1b3))/0x1*(parseInt(_0x9402e4(0x174))/0x2)+-parseInt(_0x9402e4(0x1c3))/0x3*(-parseInt(_0x9402e4(0x1dc))/0x4)+parseInt(_0x9402e4(0x197))/0x5+-parseInt(_0x9402e4(0x162))/0x6+-parseInt(_0x9402e4(0x15e))/0x7*(parseInt(_0x9402e4(0x1db))/0x8)+-parseInt(_0x9402e4(0x1b2))/0x9+parseInt(_0x9402e4(0x17e))/0xa;if(_0x1784ce===_0x1f44db)break;else _0x4a78d2['push'](_0x4a78d2['shift']());}catch(_0x27a939){_0x4a78d2['push'](_0x4a78d2['shift']());}}}(a92_0x56b3,0x61707));function a92_0x56b3(){const _0x5b8747=['EAEjG','CqFkJ','MHaQu','performScanWithRetry','qDEzB','Iocqc','ohPql','name','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','Ykyha','value','6iQckYC','snwEo',').\x20Error:\x20','isRunning','egdFq','Accessibility\x20results\x20save\x20attempt\x20','Unknown\x20error','ms\x20using\x20timeouts()\x20API','joFcu','iygGx','1952340atJuIW','env','kWnWG','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','options','DTEHJ','OesrN','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','DUfzA','unknown','vpJIV','MdEoy','DDMyh','setPlaywrightScriptTimeout','defaultTimeoutMs',').\x20Last\x20error:\x20','race','saveAccessibilityResultsWithRetry','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','isPlaywright','eWNsw','../../bin/v2/browserstackCLI','function','Comprehensive\x20accessibility\x20scan\x20failed\x20(','goto','1607995gudlMv','getId','HJNnS','\x20failed\x20(','Accessibility\x20scan\x20attempt\x20','xFNJc','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','maxRetries','PAZQm','manage','setScriptTimeout','fSdku','VpjjF','WebDriver','getAccessibilityResults','executeAsyncScript','KWomh','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','./scripts','rqYrK','page','ms\x20using\x20setTimeouts\x20API','status','\x20-\x20not\x20applicable',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','getCurrentUrl','rejected','2582010sBoDgh','40531iYtPCY','cXVCX','isSeleniumDriver','info','warn','setTimeouts','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','yqVbZ','OUSOF','driverType','fmBeE','kGHRF','currentTest','./helper','FYZfA','TOajy','15cBcSIV','bhzKB','constructor','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','Operation\x20timed\x20out\x20after\x20','performScan','setDefaultTimeout','isPlaywrightPage','pNeKt','xfCQO','accessibilityPlatform','__workerDetails','getInstance','zVbpM','xmRDh','btPGR','agPBD','joFNd','summary','getSession','wVfVd','Playwright','TsKCP','MUWld','1116008fsOORr','628564nDtMdK','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','getRetryConfig','kcmUS','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','YxTDW','results','browserstackSessionName','stringify',')\x20with\x20error:\x20','playwright-codecept-driver','EjjIJ','Accessibility\x20results\x20retrieval\x20attempt\x20','aBSlN','\x20completed\x20successfully.','../performance/constants','url','getAccessibilityResultsSummaryWithRetry','):\x20','\x20for\x20method:\x20','../globals','browserStackEvaluate','bstackA11yShouldScan','PERFORM_SCAN','error','QxHCZ','vvjCo','getGlobal','OwGJc','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','selenium-webdriver','debug','Skipping\x20timeout\x20setting\x20for\x20','FLcfT','Accessibility\x20retry\x20configuration\x20updated:\x20','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','oKVaZ','../logger','Scan\x20attempt\x20','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','UhqBp','isAccessibilityAutomationSession','util','getAccessibilityResultsWithRetry','kjjJa','Unknown\x20driver/page\x20type:\x20','capabilitiesList','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','ZQxMk','yKzkx','GjUkJ','IpABS','winstonLogger','setSeleniumScriptTimeout','ETnwi','OsMYL','getAccessibilityResultsSummary','ohvnN','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','timeouts','HBzII','scanSucceeded','timeoutMs','knVwy','yqnRy','hYMmk','ms\x20using\x20setScriptTimeout\x20API','message','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','pRfvK','saveTestResults',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','nKimw','allSettled','accessibilityConfig','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','pCaWy','28Dgafpe','type','isAccessibilityPlatform',',\x20cannot\x20perform\x20scan\x20with\x20retry.','1080756xjlQZQ','LzkpK','max','../performance/performance-tester','AGNKk','playwright-page','evaluate'];a92_0x56b3=function(){return _0x5b8747;};return a92_0x56b3();}const util=require(a92_0x27466a(0x13a)),logger=require(a92_0x27466a(0x135))[a92_0x27466a(0x144)],accessibilityHelper=require(a92_0x27466a(0x1c0)),globals=require(a92_0x27466a(0x1f0)),scripts=require(a92_0x27466a(0x1a9)),PerformanceTester=require(a92_0x27466a(0x165)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a92_0x27466a(0x1eb)),BrowserstackCLI=require(a92_0x27466a(0x193));let playwrightA11yHelper=null;try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a92_0x93d16a){logger[a92_0x27466a(0x12f)]('Playwright\x20accessibility\x20helper\x20not\x20available');}const a92_0x1d65a4={};function a92_0x3fc3(_0x37ddbd,_0x1bd739){const _0x56b36f=a92_0x56b3();return a92_0x3fc3=function(_0x3fc3ab,_0x4d62d4){_0x3fc3ab=_0x3fc3ab-0x12c;let _0x60c3cd=_0x56b36f[_0x3fc3ab];return _0x60c3cd;},a92_0x3fc3(_0x37ddbd,_0x1bd739);}a92_0x1d65a4[a92_0x27466a(0x19e)]=0x1,a92_0x1d65a4[a92_0x27466a(0x14f)]=0x7530,a92_0x1d65a4['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a92_0x1d65a4,setConfigTimeout=(_0x24aa76,_0x56a362=null)=>{const _0x57e3da=a92_0x27466a,_0x2d53fc={'FLcfT':function(_0x47b8c7,_0x743a43){return _0x47b8c7===_0x743a43;},'cXVCX':'scannerProcessingTimeout','AGNKk':function(_0x39231d,_0x2dc66a){return _0x39231d*_0x2dc66a;},'joFNd':function(_0x17ee74,_0x34e411){return _0x17ee74(_0x34e411);},'LzkpK':function(_0x4ef4a0,_0x5bc1b9){return _0x4ef4a0*_0x5bc1b9;},'pCaWy':function(_0x5b49a2,_0x326295){return _0x5b49a2(_0x326295);}};if(BrowserstackCLI[_0x57e3da(0x1cf)]()[_0x57e3da(0x177)]()&&BrowserstackCLI[_0x57e3da(0x1cf)]()['getAccessibilityModule']()){const _0xe565b4=BrowserstackCLI[_0x57e3da(0x1cf)]()['getAccessibilityModule']()[_0x57e3da(0x15b)],_0x41d269=_0xe565b4[_0x57e3da(0x182)][_0x57e3da(0x13e)]||[];for(const _0x5b1278 of _0x41d269){_0x2d53fc[_0x57e3da(0x131)](_0x5b1278[_0x57e3da(0x170)],_0x2d53fc[_0x57e3da(0x1b4)])&&_0x2d53fc[_0x57e3da(0x131)](_0x56a362,null)&&(_0x24aa76[_0x57e3da(0x14f)]=_0x2d53fc[_0x57e3da(0x166)](_0x2d53fc[_0x57e3da(0x1d4)](parseInt,_0x5b1278[_0x57e3da(0x173)]),0x3e8));}}else process[_0x57e3da(0x17f)][_0x57e3da(0x19d)]&&(_0x24aa76[_0x57e3da(0x14f)]=_0x2d53fc[_0x57e3da(0x163)](_0x2d53fc[_0x57e3da(0x15d)](parseInt,process[_0x57e3da(0x17f)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0x115d21=>{const _0x16bc4d=a92_0x27466a,_0x32b04f={};_0x32b04f[_0x16bc4d(0x180)]=_0x16bc4d(0x187),_0x32b04f[_0x16bc4d(0x199)]=function(_0x101a3e,_0x2d07ff){return _0x101a3e===_0x2d07ff;},_0x32b04f[_0x16bc4d(0x1a2)]=_0x16bc4d(0x194),_0x32b04f[_0x16bc4d(0x142)]=function(_0x5b4115,_0x426003){return _0x5b4115===_0x426003;},_0x32b04f[_0x16bc4d(0x1d9)]=function(_0x467e57,_0x7276e7){return _0x467e57===_0x7276e7;},_0x32b04f[_0x16bc4d(0x156)]=_0x16bc4d(0x167),_0x32b04f[_0x16bc4d(0x1e7)]=function(_0x3045ea,_0x241fda){return _0x3045ea===_0x241fda;},_0x32b04f[_0x16bc4d(0x1e1)]='selenium-webdriver',_0x32b04f['MUWld']=function(_0x26b9f6,_0x18913b){return _0x26b9f6===_0x18913b;},_0x32b04f['xmRDh']='Page',_0x32b04f[_0x16bc4d(0x19c)]=function(_0x1c18c4,_0x3414a2){return _0x1c18c4===_0x3414a2;},_0x32b04f['aBSlN']=_0x16bc4d(0x1a4),_0x32b04f[_0x16bc4d(0x1d3)]=_0x16bc4d(0x1d8),_0x32b04f[_0x16bc4d(0x17d)]=_0x16bc4d(0x1e6),_0x32b04f[_0x16bc4d(0x16a)]=function(_0x6de083,_0x2493c6){return _0x6de083||_0x2493c6;},_0x32b04f[_0x16bc4d(0x16d)]='undefined';const _0x5b87d8=_0x32b04f;if(!_0x115d21){const _0x554d4e={};return _0x554d4e[_0x16bc4d(0x191)]=![],_0x554d4e[_0x16bc4d(0x15f)]=_0x5b87d8[_0x16bc4d(0x180)],_0x554d4e;}if(_0x5b87d8['HJNnS'](typeof _0x115d21[_0x16bc4d(0x168)],_0x5b87d8[_0x16bc4d(0x1a2)])&&_0x5b87d8[_0x16bc4d(0x142)](typeof _0x115d21[_0x16bc4d(0x1ec)],_0x5b87d8[_0x16bc4d(0x1a2)])&&_0x5b87d8[_0x16bc4d(0x1d9)](typeof _0x115d21[_0x16bc4d(0x196)],_0x5b87d8['fSdku'])){const _0x43026b={};return _0x43026b[_0x16bc4d(0x191)]=!![],_0x43026b['type']=_0x5b87d8[_0x16bc4d(0x156)],_0x43026b;}if(_0x5b87d8[_0x16bc4d(0x142)](typeof _0x115d21['executeAsyncScript'],_0x5b87d8['fSdku'])&&_0x5b87d8[_0x16bc4d(0x1e7)](typeof _0x115d21['getCapabilities'],_0x5b87d8[_0x16bc4d(0x1a2)])){const _0x2ccd70={};return _0x2ccd70[_0x16bc4d(0x191)]=![],_0x2ccd70[_0x16bc4d(0x15f)]=_0x5b87d8[_0x16bc4d(0x1e1)],_0x2ccd70;}const _0x4a4bd4=_0x115d21[_0x16bc4d(0x1c5)]?.[_0x16bc4d(0x170)];if(_0x5b87d8[_0x16bc4d(0x1da)](_0x4a4bd4,_0x5b87d8[_0x16bc4d(0x1d1)])){const _0x20289f={};return _0x20289f[_0x16bc4d(0x191)]=!![],_0x20289f[_0x16bc4d(0x15f)]=_0x5b87d8[_0x16bc4d(0x156)],_0x20289f;}if(_0x5b87d8[_0x16bc4d(0x19c)](_0x4a4bd4,_0x5b87d8[_0x16bc4d(0x1e9)])){const _0x373ab0={};return _0x373ab0[_0x16bc4d(0x191)]=![],_0x373ab0[_0x16bc4d(0x15f)]=_0x5b87d8[_0x16bc4d(0x1e1)],_0x373ab0;}if(_0x5b87d8[_0x16bc4d(0x1e7)](_0x4a4bd4,_0x5b87d8[_0x16bc4d(0x1d3)])){const _0x4b7995={};return _0x4b7995[_0x16bc4d(0x191)]=!![],_0x4b7995[_0x16bc4d(0x15f)]=_0x5b87d8[_0x16bc4d(0x17d)],_0x4b7995;}logger[_0x16bc4d(0x1b7)](_0x16bc4d(0x13d)+_0x5b87d8[_0x16bc4d(0x16a)](_0x4a4bd4,_0x5b87d8[_0x16bc4d(0x16d)]));const _0x2d610e={};return _0x2d610e[_0x16bc4d(0x191)]=![],_0x2d610e[_0x16bc4d(0x15f)]=_0x5b87d8[_0x16bc4d(0x180)],_0x2d610e;},withTimeout=(_0xb847b5,_0x909bd0)=>{const _0x2199b5=a92_0x27466a;return Promise[_0x2199b5(0x18e)]([_0xb847b5,new Promise((_0x24d2f7,_0x57e57d)=>setTimeout(()=>_0x57e57d(new Error(_0x2199b5(0x1c7)+_0x909bd0+'ms')),_0x909bd0))]);};exports[a92_0x27466a(0x16c)]=async(_0x2da8a0,_0x435872=null,_0x235fbe=null)=>{const _0x36eab0=a92_0x27466a,_0x10b3bc={'EfHkq':function(_0x883e2f,_0x5b729c){return _0x883e2f&&_0x5b729c;},'vvjCo':function(_0x18e168,_0x4e540b,_0x68e488){return _0x18e168(_0x4e540b,_0x68e488);},'bhzKB':function(_0x39f2f7,_0x43aab8){return _0x39f2f7===_0x43aab8;},'armlo':_0x36eab0(0x1e6),'JKrGH':function(_0x1cd78e,_0x52ec53,_0x3362d1){return _0x1cd78e(_0x52ec53,_0x3362d1);},'AVAgc':function(_0x205bee,_0x3c2a05){return _0x205bee(_0x3c2a05);},'kGHRF':_0x36eab0(0x160),'kcmUS':_0x36eab0(0x1f2),'khLrg':'unknown_method','UhqBp':function(_0x46bb63,_0x2dbaf9){return _0x46bb63===_0x2dbaf9;},'VpjjF':_0x36eab0(0x194),'YmQic':function(_0x39af29,_0x589223){return _0x39af29===_0x589223;},'ohvnN':function(_0x4072e9,_0x3b2e68){return _0x4072e9<=_0x3b2e68;},'joFcu':function(_0x10c3b0,_0x2ed083){return _0x10c3b0+_0x2ed083;},'fmBeE':function(_0x14c89d,_0x391f90){return _0x14c89d+_0x391f90;},'JiEAV':_0x36eab0(0x17a)},{isPlaywright:_0x56aad9,type:_0x3a7384}=_0x10b3bc['AVAgc'](detectDriverType,_0x2da8a0),_0x5ac3c7=_0x56aad9?global[_0x36eab0(0x1cd)]:accessibilityHelper[_0x36eab0(0x139)]()&&globals['getGlobal'](_0x10b3bc[_0x36eab0(0x1be)])&&globals[_0x36eab0(0x1f7)](_0x10b3bc[_0x36eab0(0x1df)]);if(!_0x5ac3c7)return logger['warn'](_0x36eab0(0x1c6)+_0x3a7384+_0x36eab0(0x161)),![];const _0x37c01f=_0x435872||global[_0x36eab0(0x1e3)]||_0x10b3bc['khLrg'];let _0x296f7f=null;const _0x4f9a98={'testhub_btcer_uuid':global[_0x36eab0(0x1ce)]?.[_0x36eab0(0x1bf)]?.['id'],'url':_0x10b3bc[_0x36eab0(0x138)](typeof _0x2da8a0[_0x36eab0(0x1ec)],_0x10b3bc['VpjjF'])?await _0x2da8a0[_0x36eab0(0x1ec)]():_0x10b3bc[_0x36eab0(0x1c4)](typeof _0x2da8a0[_0x36eab0(0x1b0)],_0x10b3bc[_0x36eab0(0x1a3)])?await _0x2da8a0[_0x36eab0(0x1b0)]():'','automate_session_id':_0x10b3bc['YmQic'](typeof _0x2da8a0[_0x36eab0(0x1d6)],_0x10b3bc['VpjjF'])?(await _0x2da8a0[_0x36eab0(0x1d6)]())[_0x36eab0(0x198)]():''};for(let _0x49f620=0x1;_0x10b3bc[_0x36eab0(0x149)](_0x49f620,_0x10b3bc[_0x36eab0(0x17c)](RETRY_CONFIG[_0x36eab0(0x19e)],0x1));_0x49f620++){try{return logger[_0x36eab0(0x12f)](_0x36eab0(0x19b)+_0x49f620+'/'+_0x10b3bc[_0x36eab0(0x1bd)](RETRY_CONFIG['maxRetries'],0x1)+_0x36eab0(0x1ef)+_0x37c01f+'\x20('+_0x3a7384+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x36eab0(0x1f3)],async()=>{const _0x451dd1=_0x36eab0;let _0x4d46ba;if(_0x10b3bc['EfHkq'](_0x56aad9,playwrightA11yHelper)){_0x10b3bc['vvjCo'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x451dd1(0x18b)](_0x2da8a0,RETRY_CONFIG[_0x451dd1(0x14f)]);let _0x50d10f=_0x2da8a0;_0x10b3bc[_0x451dd1(0x1c4)](_0x3a7384,_0x10b3bc['armlo'])&&(_0x50d10f=_0x2da8a0[_0x451dd1(0x1ab)]),_0x4d46ba=await _0x10b3bc[_0x451dd1(0x1f6)](withTimeout,playwrightA11yHelper[_0x451dd1(0x1c8)](_0x50d10f,_0x37c01f),RETRY_CONFIG[_0x451dd1(0x14f)]),await exports[_0x451dd1(0x18b)](_0x2da8a0,RETRY_CONFIG[_0x451dd1(0x18c)]);}else await exports[_0x451dd1(0x145)](_0x2da8a0,RETRY_CONFIG['timeoutMs']),_0x4d46ba=await _0x10b3bc['JKrGH'](withTimeout,accessibilityHelper[_0x451dd1(0x1c8)](_0x2da8a0,_0x37c01f),RETRY_CONFIG[_0x451dd1(0x14f)]),await exports[_0x451dd1(0x145)](_0x2da8a0,RETRY_CONFIG[_0x451dd1(0x18c)]);logger[_0x451dd1(0x12f)](_0x451dd1(0x136)+_0x49f620+_0x451dd1(0x1ea));},{'command':_0x37c01f,..._0x4f9a98})(),logger[_0x36eab0(0x1b6)](_0x36eab0(0x15c)+_0x49f620+'.'),!![];}catch(_0x5957f3){_0x296f7f=_0x5957f3,logger[_0x36eab0(0x12f)]('Accessibility\x20scan\x20attempt\x20'+_0x49f620+'\x20failed\x20for\x20method:\x20'+_0x37c01f+'\x20('+_0x3a7384+_0x36eab0(0x176)+_0x5957f3['message']);}}return logger['error'](_0x36eab0(0x133)+_0x37c01f+'\x20('+_0x3a7384+_0x36eab0(0x1e5)+(_0x296f7f?.[_0x36eab0(0x154)]||_0x10b3bc['JiEAV'])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x5200bf,_0x306a0a)=>{const _0x5e89c1=a92_0x27466a,_0x322d3d={'ZQxMk':function(_0x1b8efd,_0x34ecd4){return _0x1b8efd(_0x34ecd4);},'rqYrK':_0x5e89c1(0x160),'MdEoy':'bstackA11yShouldScan','snwEo':function(_0xda1af7,_0x240954){return _0xda1af7<=_0x240954;},'eWNsw':function(_0x2db4d7,_0x13f0bd){return _0x2db4d7+_0x13f0bd;},'nKimw':function(_0x9f9460,_0x282c0d){return _0x9f9460&&_0x282c0d;},'pNeKt':function(_0x34f603,_0x4cc682,_0x38625a){return _0x34f603(_0x4cc682,_0x38625a);},'HBzII':function(_0x1a8319,_0x2cf894,_0x43e593){return _0x1a8319(_0x2cf894,_0x43e593);},'Iocqc':'Unknown\x20error'},{isPlaywright:_0x435dad,type:_0x5b3609}=_0x322d3d[_0x5e89c1(0x140)](detectDriverType,_0x5200bf),_0x4836ff=_0x435dad?_0x306a0a[_0x5e89c1(0x1cd)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x5e89c1(0x1f7)](_0x322d3d[_0x5e89c1(0x1aa)])&&globals[_0x5e89c1(0x1f7)](_0x322d3d[_0x5e89c1(0x189)]);if(!_0x4836ff)return logger[_0x5e89c1(0x1b7)](_0x5e89c1(0x1c6)+_0x5b3609+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.'),[];let _0x52d95b=null;for(let _0x5ebc23=0x1;_0x322d3d[_0x5e89c1(0x175)](_0x5ebc23,_0x322d3d[_0x5e89c1(0x192)](RETRY_CONFIG['maxRetries'],0x1));_0x5ebc23++){try{logger[_0x5e89c1(0x12f)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x5ebc23+'/'+_0x322d3d[_0x5e89c1(0x192)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x5b3609+')');let _0x5ca6e2;return _0x322d3d[_0x5e89c1(0x159)](_0x435dad,playwrightA11yHelper)?(_0x322d3d['pNeKt'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x5200bf,RETRY_CONFIG[_0x5e89c1(0x14f)]),_0x5ca6e2=await _0x322d3d[_0x5e89c1(0x1cb)](withTimeout,playwrightA11yHelper[_0x5e89c1(0x1a5)](_0x5200bf),RETRY_CONFIG[_0x5e89c1(0x14f)]),await exports[_0x5e89c1(0x18b)](_0x5200bf,RETRY_CONFIG[_0x5e89c1(0x18c)])):(await exports['setSeleniumScriptTimeout'](_0x5200bf,RETRY_CONFIG[_0x5e89c1(0x14f)]),_0x5ca6e2=await _0x322d3d[_0x5e89c1(0x14d)](withTimeout,accessibilityHelper[_0x5e89c1(0x1a5)](_0x5200bf,_0x306a0a),RETRY_CONFIG[_0x5e89c1(0x14f)]),await exports[_0x5e89c1(0x145)](_0x5200bf,RETRY_CONFIG[_0x5e89c1(0x18c)])),logger[_0x5e89c1(0x1b6)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x5ebc23+'\x20('+_0x5b3609+')'),_0x5ca6e2;}catch(_0x2e5f38){_0x52d95b=_0x2e5f38,logger['warn'](_0x5e89c1(0x1e8)+_0x5ebc23+_0x5e89c1(0x19a)+_0x5b3609+').\x20Error:\x20'+_0x2e5f38['message']);}}return logger[_0x5e89c1(0x1f4)](_0x5e89c1(0x155)+_0x5b3609+_0x5e89c1(0x18d)+(_0x52d95b?.['message']||_0x322d3d[_0x5e89c1(0x16e)])),[];},exports[a92_0x27466a(0x1ed)]=async(_0x56bebe,_0x5376fa)=>{const _0x2661e4=a92_0x27466a,_0x4603ce={'BWFaJ':function(_0x141488,_0xa2fcd){return _0x141488(_0xa2fcd);},'tpwSc':_0x2661e4(0x160),'kjjJa':'bstackA11yShouldScan','KWomh':function(_0x5be325,_0x390a8f){return _0x5be325<=_0x390a8f;},'PAZQm':function(_0x88099f,_0x40e5ff){return _0x88099f+_0x40e5ff;},'yKzkx':function(_0x20121c,_0x5f0cde){return _0x20121c+_0x5f0cde;},'geVGt':function(_0x4a3813,_0x2f5ecc){return _0x4a3813&&_0x2f5ecc;},'zVbpM':function(_0xb15bc4,_0x3a2b37,_0x405315){return _0xb15bc4(_0x3a2b37,_0x405315);},'Ykyha':function(_0x54a19d,_0x3959a6,_0x1c07ee){return _0x54a19d(_0x3959a6,_0x1c07ee);},'xfCQO':_0x2661e4(0x17a)},{isPlaywright:_0x4fe7ec,type:_0xefa24b}=_0x4603ce['BWFaJ'](detectDriverType,_0x56bebe),_0x29dcf8=_0x4fe7ec?_0x5376fa[_0x2661e4(0x1cd)]:accessibilityHelper[_0x2661e4(0x139)]()&&globals[_0x2661e4(0x1f7)](_0x4603ce['tpwSc'])&&globals[_0x2661e4(0x1f7)](_0x4603ce[_0x2661e4(0x13c)]);if(!_0x29dcf8)return logger[_0x2661e4(0x1b7)](_0x2661e4(0x1c6)+_0xefa24b+_0x2661e4(0x1af)),{};let _0x3fef03=null;for(let _0xadc0ec=0x1;_0x4603ce[_0x2661e4(0x1a7)](_0xadc0ec,_0x4603ce[_0x2661e4(0x19f)](RETRY_CONFIG[_0x2661e4(0x19e)],0x1));_0xadc0ec++){try{logger[_0x2661e4(0x12f)](_0x2661e4(0x181)+_0xadc0ec+'/'+_0x4603ce[_0x2661e4(0x141)](RETRY_CONFIG[_0x2661e4(0x19e)],0x1)+'\x20('+_0xefa24b+')');let _0x5ca3df;return _0x4603ce['geVGt'](_0x4fe7ec,playwrightA11yHelper)?(_0x4603ce[_0x2661e4(0x1d0)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x56bebe,RETRY_CONFIG[_0x2661e4(0x14f)]),_0x5ca3df=await _0x4603ce[_0x2661e4(0x172)](withTimeout,playwrightA11yHelper[_0x2661e4(0x148)](_0x56bebe),RETRY_CONFIG[_0x2661e4(0x14f)]),await exports['setPlaywrightScriptTimeout'](_0x56bebe,RETRY_CONFIG[_0x2661e4(0x18c)])):(await exports[_0x2661e4(0x145)](_0x56bebe,RETRY_CONFIG[_0x2661e4(0x14f)]),_0x5ca3df=await _0x4603ce[_0x2661e4(0x1d0)](withTimeout,accessibilityHelper[_0x2661e4(0x148)](_0x56bebe,_0x5376fa),RETRY_CONFIG[_0x2661e4(0x14f)]),await exports[_0x2661e4(0x145)](_0x56bebe,RETRY_CONFIG[_0x2661e4(0x18c)])),logger[_0x2661e4(0x1b6)](_0x2661e4(0x185)+_0xadc0ec+'\x20('+_0xefa24b+')'),_0x5ca3df;}catch(_0x53ed19){_0x3fef03=_0x53ed19,logger['warn'](_0x2661e4(0x181)+_0xadc0ec+_0x2661e4(0x19a)+_0xefa24b+_0x2661e4(0x176)+_0x53ed19['message']);}}return logger[_0x2661e4(0x1f4)]('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0xefa24b+_0x2661e4(0x18d)+(_0x3fef03?.[_0x2661e4(0x154)]||_0x4603ce[_0x2661e4(0x1cc)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x56ded5,_0x3bef0c,_0x15247e=null)=>{const _0x32008f=a92_0x27466a,_0x200c90={'yqnRy':function(_0x45780d,_0x5e2db7){return _0x45780d(_0x5e2db7);},'wVfVd':function(_0x102ede,_0x344934){return _0x102ede===_0x344934;},'OsMYL':'fulfilled','EAEjG':function(_0x1292af,_0x289d74){return _0x1292af===_0x289d74;},'knVwy':_0x32008f(0x1b1),'OwGJc':function(_0x45e745,_0x5f3b67){return _0x45e745===_0x5f3b67;},'ZorRq':_0x32008f(0x1e0)},{isPlaywright:_0x268ebc,type:_0x2cacd5}=_0x200c90[_0x32008f(0x151)](detectDriverType,_0x56ded5),_0x3c9d74={};_0x3c9d74[_0x32008f(0x14e)]=![],_0x3c9d74[_0x32008f(0x1e2)]=[],_0x3c9d74['summary']={},_0x3c9d74[_0x32008f(0x1f4)]=null,_0x3c9d74[_0x32008f(0x1bc)]=_0x2cacd5;const _0xb5fd4f=_0x3c9d74;try{_0xb5fd4f[_0x32008f(0x14e)]=await exports[_0x32008f(0x16c)](_0x56ded5,_0x15247e);if(_0xb5fd4f[_0x32008f(0x14e)]){const [_0x9ba735,_0x3dbcb5]=await Promise[_0x32008f(0x15a)]([exports[_0x32008f(0x13b)](_0x56ded5,_0x3bef0c),exports[_0x32008f(0x1ed)](_0x56ded5,_0x3bef0c)]);_0xb5fd4f[_0x32008f(0x1e2)]=_0x200c90[_0x32008f(0x1d7)](_0x9ba735[_0x32008f(0x1ad)],_0x200c90['OsMYL'])?_0x9ba735['value']:[],_0xb5fd4f[_0x32008f(0x1d5)]=_0x200c90[_0x32008f(0x169)](_0x3dbcb5[_0x32008f(0x1ad)],_0x200c90[_0x32008f(0x147)])?_0x3dbcb5[_0x32008f(0x173)]:{},_0x200c90[_0x32008f(0x169)](_0x9ba735[_0x32008f(0x1ad)],_0x200c90[_0x32008f(0x150)])&&logger[_0x32008f(0x1b7)](_0x32008f(0x171)+_0x2cacd5+_0x32008f(0x1ee)+_0x9ba735['reason']?.[_0x32008f(0x154)]),_0x200c90[_0x32008f(0x12c)](_0x3dbcb5[_0x32008f(0x1ad)],_0x200c90['knVwy'])&&logger['warn'](_0x32008f(0x12d)+_0x2cacd5+'):\x20'+_0x3dbcb5['reason']?.['message']);}}catch(_0x225240){_0xb5fd4f[_0x32008f(0x1f4)]=_0x225240[_0x32008f(0x154)]||_0x200c90['ZorRq'],logger[_0x32008f(0x1f4)](_0x32008f(0x195)+_0x2cacd5+'):\x20'+_0xb5fd4f['error']);}return _0xb5fd4f;},exports['updateRetryConfig']=_0x32ea29=>{const _0x85737c=a92_0x27466a,_0x413d7d={};_0x413d7d['DDMyh']=function(_0x1236d1,_0x514acc){return _0x1236d1!==_0x514acc;},_0x413d7d['btPGR']=function(_0x41f32c,_0x5d74f9){return _0x41f32c!==_0x5d74f9;};const _0x515510=_0x413d7d;_0x515510[_0x85737c(0x18a)](_0x32ea29[_0x85737c(0x19e)],undefined)&&(RETRY_CONFIG['maxRetries']=Math[_0x85737c(0x164)](0x0,_0x32ea29[_0x85737c(0x19e)])),_0x515510[_0x85737c(0x1d2)](_0x32ea29[_0x85737c(0x14f)],undefined)&&(RETRY_CONFIG[_0x85737c(0x14f)]=Math[_0x85737c(0x164)](0x3e8,_0x32ea29[_0x85737c(0x14f)])),logger['debug'](_0x85737c(0x132)+JSON[_0x85737c(0x1e4)](RETRY_CONFIG));},exports[a92_0x27466a(0x1de)]=()=>{const _0x53e673={...RETRY_CONFIG};return _0x53e673;},exports[a92_0x27466a(0x1ca)]=_0x232e94=>{const _0x1c3b5c=a92_0x27466a,_0xbcc291={'DUfzA':function(_0x511e54,_0x4c0f6b){return _0x511e54(_0x4c0f6b);}};return _0xbcc291[_0x1c3b5c(0x186)](detectDriverType,_0x232e94)[_0x1c3b5c(0x191)];},exports[a92_0x27466a(0x1b5)]=_0xdf5bb=>{const _0x172fd0=a92_0x27466a,_0x3ed61a={'NyeBe':function(_0x1a9cf2,_0x572535){return _0x1a9cf2(_0x572535);},'yqVbZ':function(_0x5c57b8,_0xc7b972){return _0x5c57b8===_0xc7b972;},'qrWuA':_0x172fd0(0x12e)},{isPlaywright:_0x5c513f,type:_0x15b130}=_0x3ed61a['NyeBe'](detectDriverType,_0xdf5bb);return!_0x5c513f&&_0x3ed61a[_0x172fd0(0x1ba)](_0x15b130,_0x3ed61a['qrWuA']);},exports[a92_0x27466a(0x18b)]=async(_0x129915,_0x8ba1f=null)=>{const _0x55a5eb=a92_0x27466a,_0x59f97e={'ttHYZ':function(_0xcea25a,_0x1bf397){return _0xcea25a(_0x1bf397);},'HmKLj':function(_0x70b07f,_0x43a3ad){return _0x70b07f===_0x43a3ad;},'FKscQ':'function'},{isPlaywright:_0x57e3f7,type:_0xb55a43}=_0x59f97e['ttHYZ'](detectDriverType,_0x129915);if(!_0x57e3f7)return logger[_0x55a5eb(0x12f)](_0x55a5eb(0x130)+_0xb55a43+_0x55a5eb(0x1ae)),!![];const _0x7c0e31=_0x8ba1f||RETRY_CONFIG[_0x55a5eb(0x18c)];try{return _0x129915&&_0x59f97e['HmKLj'](typeof _0x129915[_0x55a5eb(0x1c9)],_0x59f97e['FKscQ'])&&(await _0x129915['setDefaultTimeout'](_0x7c0e31),logger[_0x55a5eb(0x12f)](_0x55a5eb(0x1a8)+_0x7c0e31+'ms')),!![];}catch(_0xcb7707){return logger[_0x55a5eb(0x1b7)]('Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20'+_0xcb7707[_0x55a5eb(0x154)]),![];}},exports['setSeleniumScriptTimeout']=async(_0x4c3150,_0x1cd95d=null)=>{const _0x5317d0=a92_0x27466a,_0xa9de0f={};_0xa9de0f[_0x5317d0(0x188)]=_0x5317d0(0x1b9),_0xa9de0f[_0x5317d0(0x1f5)]=function(_0x318943,_0x545014){return _0x318943===_0x545014;},_0xa9de0f['IpABS']='function',_0xa9de0f[_0x5317d0(0x16b)]=function(_0x5d4948,_0xcf7460){return _0x5d4948===_0xcf7460;},_0xa9de0f[_0x5317d0(0x134)]=function(_0x5cdb1f,_0x5765ea){return _0x5cdb1f===_0x5765ea;},_0xa9de0f[_0x5317d0(0x178)]=_0x5317d0(0x13f),_0xa9de0f[_0x5317d0(0x183)]=_0x5317d0(0x14a);const _0x4c4cd3=_0xa9de0f;if(!exports[_0x5317d0(0x1b5)](_0x4c3150))return logger[_0x5317d0(0x1b7)](_0x4c4cd3[_0x5317d0(0x188)]),![];const _0x4dc20a=_0x1cd95d||RETRY_CONFIG[_0x5317d0(0x18c)];try{if(_0x4c3150&&_0x4c4cd3[_0x5317d0(0x1f5)](typeof _0x4c3150['manage'],_0x4c4cd3[_0x5317d0(0x143)])){const _0x20805d=_0x4c3150[_0x5317d0(0x1a0)]();if(_0x20805d&&_0x4c4cd3[_0x5317d0(0x16b)](typeof _0x20805d[_0x5317d0(0x14c)],_0x4c4cd3[_0x5317d0(0x143)]))await _0x20805d[_0x5317d0(0x14c)]()[_0x5317d0(0x1a1)](_0x4dc20a),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x4dc20a+_0x5317d0(0x17b));else{if(_0x20805d&&_0x4c4cd3['oKVaZ'](typeof _0x20805d[_0x5317d0(0x1b8)],_0x4c4cd3[_0x5317d0(0x143)])){const _0x173a3a={};_0x173a3a['script']=_0x4dc20a,await _0x20805d[_0x5317d0(0x1b8)](_0x173a3a),logger[_0x5317d0(0x12f)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x4dc20a+_0x5317d0(0x1ac));}else{if(_0x20805d&&_0x4c4cd3['QxHCZ'](typeof _0x20805d[_0x5317d0(0x1a1)],_0x4c4cd3[_0x5317d0(0x143)]))await _0x20805d[_0x5317d0(0x1a1)](_0x4dc20a),logger[_0x5317d0(0x12f)](_0x5317d0(0x190)+_0x4dc20a+_0x5317d0(0x153));else return logger['debug'](_0x4c4cd3[_0x5317d0(0x178)]),!![];}}}else return logger[_0x5317d0(0x12f)](_0x4c4cd3[_0x5317d0(0x183)]),!![];return!![];}catch(_0x560a32){return logger[_0x5317d0(0x1b7)](_0x5317d0(0x14b)+_0x560a32['message']),![];}},exports[a92_0x27466a(0x18f)]=async(_0x1b4bf0,_0x25fa4a)=>{const _0x5c94b3=a92_0x27466a,_0xbc96b4={'mDAFC':function(_0x1aedf7,_0x149177){return _0x1aedf7(_0x149177);},'OUSOF':_0x5c94b3(0x160),'hYMmk':_0x5c94b3(0x1f2),'BLVOg':function(_0x40050e,_0x55df30){return _0x40050e<=_0x55df30;},'xHSiP':function(_0x163030,_0x22bb12){return _0x163030+_0x22bb12;},'ETnwi':function(_0x6a17cc,_0x398368){return _0x6a17cc+_0x398368;},'TOajy':function(_0x4cbf9d,_0x5b51e2){return _0x4cbf9d&&_0x5b51e2;},'OesrN':function(_0x4caa6d,_0x1f57e9,_0x42e4bd){return _0x4caa6d(_0x1f57e9,_0x42e4bd);},'FYZfA':function(_0x51462e,_0x29c89c,_0x214870){return _0x51462e(_0x29c89c,_0x214870);},'XbajC':function(_0x5dc0cc,_0x5ba0c6,_0x56139c){return _0x5dc0cc(_0x5ba0c6,_0x56139c);},'ohPql':_0x5c94b3(0x17a)},{isPlaywright:_0x302890,type:_0x10768b}=_0xbc96b4['mDAFC'](detectDriverType,_0x1b4bf0),_0x344a53=_0x302890?global[_0x5c94b3(0x1cd)]:accessibilityHelper[_0x5c94b3(0x139)]()&&globals['getGlobal'](_0xbc96b4[_0x5c94b3(0x1bb)])&&globals[_0x5c94b3(0x1f7)](_0xbc96b4[_0x5c94b3(0x152)]);if(!_0x344a53)return logger[_0x5c94b3(0x1b7)](_0x5c94b3(0x1c6)+_0x10768b+_0x5c94b3(0x158)),![];let _0x16574e=null;for(let _0x35c7ca=0x1;_0xbc96b4['BLVOg'](_0x35c7ca,_0xbc96b4['xHSiP'](RETRY_CONFIG['maxRetries'],0x1));_0x35c7ca++){try{return logger[_0x5c94b3(0x12f)](_0x5c94b3(0x179)+_0x35c7ca+'/'+_0xbc96b4[_0x5c94b3(0x146)](RETRY_CONFIG[_0x5c94b3(0x19e)],0x1)+'\x20('+_0x10768b+')'),_0xbc96b4[_0x5c94b3(0x1c2)](_0x302890,playwrightA11yHelper)?(_0xbc96b4[_0x5c94b3(0x184)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5c94b3(0x18b)](_0x1b4bf0,RETRY_CONFIG['timeoutMs']),await _0xbc96b4[_0x5c94b3(0x1c1)](withTimeout,playwrightA11yHelper[_0x5c94b3(0x1f1)](_0x1b4bf0,scripts[_0x5c94b3(0x157)],_0x25fa4a),RETRY_CONFIG[_0x5c94b3(0x14f)]),await exports[_0x5c94b3(0x18b)](_0x1b4bf0,RETRY_CONFIG[_0x5c94b3(0x18c)])):(await exports[_0x5c94b3(0x145)](_0x1b4bf0,RETRY_CONFIG[_0x5c94b3(0x14f)]),await _0xbc96b4['XbajC'](withTimeout,_0x1b4bf0[_0x5c94b3(0x1a6)](scripts[_0x5c94b3(0x157)],_0x25fa4a),RETRY_CONFIG[_0x5c94b3(0x14f)]),await exports['setSeleniumScriptTimeout'](_0x1b4bf0,RETRY_CONFIG[_0x5c94b3(0x18c)])),logger[_0x5c94b3(0x1b6)](_0x5c94b3(0x137)+_0x35c7ca+'\x20('+_0x10768b+')'),!![];}catch(_0x13cac0){_0x16574e=_0x13cac0,logger['warn']('Accessibility\x20results\x20save\x20attempt\x20'+_0x35c7ca+'\x20failed\x20('+_0x10768b+_0x5c94b3(0x176)+_0x13cac0[_0x5c94b3(0x154)]);}}return logger['error'](_0x5c94b3(0x1dd)+_0x10768b+_0x5c94b3(0x18d)+(_0x16574e?.['message']||_0xbc96b4[_0x5c94b3(0x16f)])),![];};
1
+ const a92_0x1f4f7f=a92_0x49d9;(function(_0xd9c25,_0x422d99){const _0x175466=a92_0x49d9,_0x282992=_0xd9c25();while(!![]){try{const _0x436a89=-parseInt(_0x175466(0x94))/0x1+-parseInt(_0x175466(0x106))/0x2*(parseInt(_0x175466(0xbf))/0x3)+parseInt(_0x175466(0x127))/0x4+parseInt(_0x175466(0x7f))/0x5+-parseInt(_0x175466(0xe6))/0x6+parseInt(_0x175466(0xea))/0x7*(-parseInt(_0x175466(0x9d))/0x8)+-parseInt(_0x175466(0xaa))/0x9*(-parseInt(_0x175466(0xc0))/0xa);if(_0x436a89===_0x422d99)break;else _0x282992['push'](_0x282992['shift']());}catch(_0x323305){_0x282992['push'](_0x282992['shift']());}}}(a92_0x1786,0x5380c));function a92_0x49d9(_0x353772,_0x1c68dc){const _0x178667=a92_0x1786();return a92_0x49d9=function(_0x49d911,_0x572664){_0x49d911=_0x49d911-0x73;let _0x1479ea=_0x178667[_0x49d911];return _0x1479ea;},a92_0x49d9(_0x353772,_0x1c68dc);}const util=require('util'),logger=require(a92_0x1f4f7f(0xe2))[a92_0x1f4f7f(0xd7)],accessibilityHelper=require(a92_0x1f4f7f(0xae)),globals=require(a92_0x1f4f7f(0x91)),scripts=require(a92_0x1f4f7f(0x114)),PerformanceTester=require(a92_0x1f4f7f(0x90)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a92_0x1f4f7f(0x83)),BrowserstackCLI=require(a92_0x1f4f7f(0xfc));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a92_0x1f4f7f(0xa0));}catch(a92_0x3b7b02){logger[a92_0x1f4f7f(0xe0)](a92_0x1f4f7f(0x103));}const a92_0x173911={};a92_0x173911[a92_0x1f4f7f(0xde)]=0x1,a92_0x173911['timeoutMs']=0x7530,a92_0x173911[a92_0x1f4f7f(0x77)]=0x7530;function a92_0x1786(){const _0x410b77=['getAccessibilityResultsSummary','tqkdA','dXRuo','selenium-webdriver','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','SxCVS','page','./scripts','evaluate','isSeleniumDriver','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','Accessibility\x20retry\x20configuration\x20updated:\x20','):\x20','ThtVZ','goto','message','JKYos','getSession','DLlSG','browserStackEvaluate','Unknown\x20driver/page\x20type:\x20','xKsco','KKPZy','nUPYE','manage','name','1303564LaBoDO','URUui','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','krGOQ','env','xfzEz','getRetryConfig','RJeAQ','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','IrIqQ','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','playwright-codecept-driver','setPlaywrightScriptTimeout','setSeleniumScriptTimeout','ktbgd','__workerDetails','defaultTimeoutMs','Playwright','bvumf','Accessibility\x20scan\x20attempt\x20','measureWrapper','summary','getAccessibilityResultsSummaryWithRetry','\x20completed\x20successfully.','2081095fXugGY','status','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','ZkpeI','../performance/constants','accessibilityPlatform','ms\x20using\x20timeouts()\x20API','ukali','GDrim','getAccessibilityResultsWithRetry','ms\x20using\x20setTimeouts\x20API','tdmXp','saveTestResults','Skipping\x20timeout\x20setting\x20for\x20','warn','getGlobal','scannerProcessingTimeout','../performance/performance-tester','../globals','tmukr','vPOPe','16398qWSAtb','ovcsv','yANyg','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','Comprehensive\x20accessibility\x20scan\x20failed\x20(','\x20failed\x20(','getCurrentUrl','WebDriver','ipIbl','21744PwPqZP','jNcgQ','value','../../bin/playwright/accessibility-helper','\x20for\x20method:\x20','type','fulfilled','sauxv','options','ms\x20using\x20setScriptTimeout\x20API','Accessibility\x20results\x20save\x20attempt\x20','getCapabilities','KfGAT','672003OGsSwU','constructor','info','isRunning','./helper','\x20-\x20not\x20applicable','QPsii','getAccessibilityResults','bfJVi','vOyIV','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','scanSucceeded','performComprehensiveAccessibilityScanWithRetry','URdrr','eDqgc','stringify','zFgmh','CLlfn','qAjuB','results','123NtNAur','40tRbJQC','SFSQE','isPlaywright','timeouts','getAccessibilityModule','timeoutMs','XuoBt','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','jmhLZ','IyoWp',').\x20Last\x20error:\x20','mKIJp',').\x20Error:\x20','url','getId','performScan','QHyVJ','RcjFh','hoHAJ','playwright-page','\x20failed\x20for\x20method:\x20','saveAccessibilityResultsWithRetry',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','winstonLogger','sXzOl','performScanWithRetry','max','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','PuyQk','Unknown\x20error','maxRetries','setTimeouts','debug','oytIu','../logger','executeAsyncScript','rejected','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','195834mETUqO','unknown','Rowqa','lzodD','1379CkvyUP','gZZmT','function','setDefaultTimeout','mzbsF','rLiIV','dChTk','setScriptTimeout','PERFORM_SCAN','snuid','jHudO',',\x20cannot\x20perform\x20scan\x20with\x20retry.','reason','RdQjH','error','Operation\x20timed\x20out\x20after\x20','isAccessibilityPlatform','GaVIh','../../bin/v2/browserstackCLI','efGIB','Scan\x20attempt\x20','woPRk','isAccessibilityAutomationSession','capabilitiesList','idwGY','Playwright\x20accessibility\x20helper\x20not\x20available','accessibilityConfig','getInstance','5574YQnJjj','nLBBK','Accessibility\x20results\x20retrieval\x20attempt\x20','qsrAU','uSsZf','bstackA11yShouldScan'];a92_0x1786=function(){return _0x410b77;};return a92_0x1786();}const RETRY_CONFIG=a92_0x173911,setConfigTimeout=(_0x2f19f9,_0xcd2376=null)=>{const _0x493be6=a92_0x1f4f7f,_0x6e43ce={'idwGY':function(_0x3889eb,_0x5b3f6e){return _0x3889eb===_0x5b3f6e;},'qhwNl':_0x493be6(0x8f),'jmhLZ':function(_0x253f8c,_0x48dc7d){return _0x253f8c*_0x48dc7d;},'rEsET':function(_0x126566,_0x5707b1){return _0x126566(_0x5707b1);}};if(BrowserstackCLI['getInstance']()[_0x493be6(0xad)]()&&BrowserstackCLI['getInstance']()['getAccessibilityModule']()){const _0x17a157=BrowserstackCLI[_0x493be6(0x105)]()[_0x493be6(0xc4)]()[_0x493be6(0x104)],_0x1bdc3f=_0x17a157[_0x493be6(0xa5)][_0x493be6(0x101)]||[];for(const _0x35d54d of _0x1bdc3f){_0x6e43ce[_0x493be6(0x102)](_0x35d54d[_0x493be6(0x126)],_0x6e43ce['qhwNl'])&&_0x6e43ce[_0x493be6(0x102)](_0xcd2376,null)&&(_0x2f19f9[_0x493be6(0xc5)]=_0x6e43ce[_0x493be6(0xc8)](_0x6e43ce['rEsET'](parseInt,_0x35d54d['value']),0x3e8));}}else process[_0x493be6(0x12c)][_0x493be6(0xc7)]&&(_0x2f19f9[_0x493be6(0xc5)]=_0x6e43ce[_0x493be6(0xc8)](_0x6e43ce['rEsET'](parseInt,process[_0x493be6(0x12c)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0x41221e=>{const _0xf6d1d9=a92_0x1f4f7f,_0x5c29a5={};_0x5c29a5[_0xf6d1d9(0xe8)]=_0xf6d1d9(0xe7),_0x5c29a5[_0xf6d1d9(0x9e)]=function(_0x170f62,_0x3cad8d){return _0x170f62===_0x3cad8d;},_0x5c29a5['mzbsF']=_0xf6d1d9(0xec),_0x5c29a5[_0xf6d1d9(0xb9)]=function(_0x2dadd2,_0x57f8aa){return _0x2dadd2===_0x57f8aa;},_0x5c29a5[_0xf6d1d9(0x112)]=_0xf6d1d9(0xd3),_0x5c29a5['taGwV']=function(_0x5bb0e4,_0x557003){return _0x5bb0e4===_0x557003;},_0x5c29a5[_0xf6d1d9(0x10e)]=_0xf6d1d9(0x10f),_0x5c29a5[_0xf6d1d9(0xf0)]='Page',_0x5c29a5[_0xf6d1d9(0xd1)]=_0xf6d1d9(0x9b),_0x5c29a5[_0xf6d1d9(0x86)]=_0xf6d1d9(0x78),_0x5c29a5['GDrim']='playwright-codecept-driver',_0x5c29a5[_0xf6d1d9(0xf7)]=function(_0x4717e2,_0x2877cd){return _0x4717e2||_0x2877cd;},_0x5c29a5[_0xf6d1d9(0xe9)]='undefined';const _0x4d1ecd=_0x5c29a5;if(!_0x41221e){const _0x521d57={};return _0x521d57[_0xf6d1d9(0xc2)]=![],_0x521d57[_0xf6d1d9(0xa2)]=_0x4d1ecd[_0xf6d1d9(0xe8)],_0x521d57;}if(_0x4d1ecd[_0xf6d1d9(0x9e)](typeof _0x41221e[_0xf6d1d9(0x115)],_0x4d1ecd[_0xf6d1d9(0xee)])&&_0x4d1ecd[_0xf6d1d9(0x9e)](typeof _0x41221e['url'],_0x4d1ecd['mzbsF'])&&_0x4d1ecd[_0xf6d1d9(0xb9)](typeof _0x41221e[_0xf6d1d9(0x11b)],_0x4d1ecd['mzbsF'])){const _0x221605={};return _0x221605[_0xf6d1d9(0xc2)]=!![],_0x221605['type']=_0x4d1ecd[_0xf6d1d9(0x112)],_0x221605;}if(_0x4d1ecd['taGwV'](typeof _0x41221e[_0xf6d1d9(0xe3)],_0x4d1ecd[_0xf6d1d9(0xee)])&&_0x4d1ecd[_0xf6d1d9(0x9e)](typeof _0x41221e[_0xf6d1d9(0xa8)],_0x4d1ecd[_0xf6d1d9(0xee)])){const _0x5a5fc2={};return _0x5a5fc2[_0xf6d1d9(0xc2)]=![],_0x5a5fc2[_0xf6d1d9(0xa2)]=_0x4d1ecd[_0xf6d1d9(0x10e)],_0x5a5fc2;}const _0x41cb58=_0x41221e[_0xf6d1d9(0xab)]?.[_0xf6d1d9(0x126)];if(_0x4d1ecd['eDqgc'](_0x41cb58,_0x4d1ecd['dChTk'])){const _0x5def29={};return _0x5def29[_0xf6d1d9(0xc2)]=!![],_0x5def29[_0xf6d1d9(0xa2)]=_0x4d1ecd[_0xf6d1d9(0x112)],_0x5def29;}if(_0x4d1ecd[_0xf6d1d9(0xb9)](_0x41cb58,_0x4d1ecd[_0xf6d1d9(0xd1)])){const _0x1e006a={};return _0x1e006a[_0xf6d1d9(0xc2)]=![],_0x1e006a[_0xf6d1d9(0xa2)]=_0x4d1ecd['dXRuo'],_0x1e006a;}if(_0x4d1ecd[_0xf6d1d9(0x9e)](_0x41cb58,_0x4d1ecd['ukali'])){const _0x3f366e={};return _0x3f366e[_0xf6d1d9(0xc2)]=!![],_0x3f366e[_0xf6d1d9(0xa2)]=_0x4d1ecd[_0xf6d1d9(0x87)],_0x3f366e;}logger[_0xf6d1d9(0x8d)](_0xf6d1d9(0x121)+_0x4d1ecd[_0xf6d1d9(0xf7)](_0x41cb58,_0x4d1ecd[_0xf6d1d9(0xe9)]));const _0xec2458={};return _0xec2458[_0xf6d1d9(0xc2)]=![],_0xec2458[_0xf6d1d9(0xa2)]=_0x4d1ecd[_0xf6d1d9(0xe8)],_0xec2458;},withTimeout=(_0x15ec6a,_0x31c7d5)=>{const _0x298da5=a92_0x1f4f7f;return Promise['race']([_0x15ec6a,new Promise((_0x598bb1,_0x576f62)=>setTimeout(()=>_0x576f62(new Error(_0x298da5(0xf9)+_0x31c7d5+'ms')),_0x31c7d5))]);};exports[a92_0x1f4f7f(0xd9)]=async(_0x4eb1fc,_0x220e48=null,_0x5b0429=null)=>{const _0x97b4c3=a92_0x1f4f7f,_0x336f9a={'bfJVi':function(_0x1c4b8c,_0x4a3869){return _0x1c4b8c&&_0x4a3869;},'bvumf':function(_0x33621a,_0x558261,_0x1c66db){return _0x33621a(_0x558261,_0x1c66db);},'rLiIV':function(_0x41b15e,_0x11d59f){return _0x41b15e===_0x11d59f;},'SFSQE':_0x97b4c3(0x134),'DKNmS':function(_0x48383d,_0x5b5337,_0x10ffd1){return _0x48383d(_0x5b5337,_0x10ffd1);},'feykv':function(_0x287230,_0x5c1793,_0x3de1f1){return _0x287230(_0x5c1793,_0x3de1f1);},'zFgmh':function(_0x1510f7,_0x5f9da0){return _0x1510f7(_0x5f9da0);},'qAjuB':_0x97b4c3(0xfa),'mfLjM':'bstackA11yShouldScan','DePJe':'unknown_method','krGOQ':function(_0x1dde76,_0x35a608){return _0x1dde76===_0x35a608;},'qEwzj':_0x97b4c3(0xec),'ifdiB':function(_0x5d74bb,_0x121a2e){return _0x5d74bb===_0x121a2e;},'ovcsv':function(_0x334460,_0x5d3339){return _0x334460<=_0x5d3339;},'QPsii':function(_0x492a3e,_0x4ff598){return _0x492a3e+_0x4ff598;},'QHyVJ':'Unknown\x20error'},{isPlaywright:_0x68493b,type:_0x708cc}=_0x336f9a[_0x97b4c3(0xbb)](detectDriverType,_0x4eb1fc),_0x20d640=_0x68493b?global[_0x97b4c3(0x84)]:accessibilityHelper[_0x97b4c3(0x100)]()&&globals['getGlobal'](_0x336f9a[_0x97b4c3(0xbd)])&&globals[_0x97b4c3(0x8e)](_0x336f9a['mfLjM']);if(!_0x20d640)return logger[_0x97b4c3(0x8d)](_0x97b4c3(0x129)+_0x708cc+_0x97b4c3(0xf5)),![];const _0x2be2c1=_0x220e48||global['browserstackSessionName']||_0x336f9a['DePJe'];let _0x45faa3=null;const _0x2a226a={'testhub_btcer_uuid':global[_0x97b4c3(0x76)]?.['currentTest']?.['id'],'url':_0x336f9a[_0x97b4c3(0x12b)](typeof _0x4eb1fc[_0x97b4c3(0xcd)],_0x336f9a['qEwzj'])?await _0x4eb1fc['url']():_0x336f9a['ifdiB'](typeof _0x4eb1fc[_0x97b4c3(0x9a)],_0x336f9a['qEwzj'])?await _0x4eb1fc[_0x97b4c3(0x9a)]():'','automate_session_id':_0x336f9a['rLiIV'](typeof _0x4eb1fc[_0x97b4c3(0x11e)],_0x336f9a['qEwzj'])?(await _0x4eb1fc[_0x97b4c3(0x11e)]())[_0x97b4c3(0xce)]():''};for(let _0x1be3f0=0x1;_0x336f9a[_0x97b4c3(0x95)](_0x1be3f0,_0x336f9a['QPsii'](RETRY_CONFIG[_0x97b4c3(0xde)],0x1));_0x1be3f0++){try{return logger[_0x97b4c3(0xe0)](_0x97b4c3(0x7a)+_0x1be3f0+'/'+_0x336f9a[_0x97b4c3(0xb0)](RETRY_CONFIG[_0x97b4c3(0xde)],0x1)+_0x97b4c3(0xa1)+_0x2be2c1+'\x20('+_0x708cc+')'),await PerformanceTester[_0x97b4c3(0x7b)](PerformanceA11yEvents[_0x97b4c3(0xf2)],async()=>{const _0x461170=_0x97b4c3;let _0x2979d3;if(_0x336f9a[_0x461170(0xb2)](_0x68493b,playwrightA11yHelper)){_0x336f9a[_0x461170(0x79)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x461170(0x73)](_0x4eb1fc,RETRY_CONFIG['timeoutMs']);let _0x4b0a5d=_0x4eb1fc;_0x336f9a[_0x461170(0xef)](_0x708cc,_0x336f9a[_0x461170(0xc1)])&&(_0x4b0a5d=_0x4eb1fc[_0x461170(0x113)]),_0x2979d3=await _0x336f9a['DKNmS'](withTimeout,playwrightA11yHelper['performScan'](_0x4b0a5d,_0x2be2c1),RETRY_CONFIG[_0x461170(0xc5)]),await exports['setPlaywrightScriptTimeout'](_0x4eb1fc,RETRY_CONFIG[_0x461170(0x77)]);}else await exports[_0x461170(0x74)](_0x4eb1fc,RETRY_CONFIG[_0x461170(0xc5)]),_0x2979d3=await _0x336f9a['feykv'](withTimeout,accessibilityHelper[_0x461170(0xcf)](_0x4eb1fc,_0x2be2c1),RETRY_CONFIG[_0x461170(0xc5)]),await exports[_0x461170(0x74)](_0x4eb1fc,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x461170(0xe0)](_0x461170(0xfe)+_0x1be3f0+_0x461170(0x7e));},{'command':_0x2be2c1,..._0x2a226a})(),logger[_0x97b4c3(0xac)](_0x97b4c3(0x81)+_0x1be3f0+'.'),!![];}catch(_0x5e6cb2){_0x45faa3=_0x5e6cb2,logger[_0x97b4c3(0xe0)](_0x97b4c3(0x7a)+_0x1be3f0+_0x97b4c3(0xd4)+_0x2be2c1+'\x20('+_0x708cc+_0x97b4c3(0xcc)+_0x5e6cb2[_0x97b4c3(0x11c)]);}}return logger['error'](_0x97b4c3(0xdb)+_0x2be2c1+'\x20('+_0x708cc+')\x20with\x20error:\x20'+(_0x45faa3?.[_0x97b4c3(0x11c)]||_0x336f9a[_0x97b4c3(0xd0)])),![];},exports[a92_0x1f4f7f(0x88)]=async(_0x2c43f4,_0x5eb55f)=>{const _0x25ff48=a92_0x1f4f7f,_0x50968e={'KoxCD':function(_0x3ea5e6,_0x14cff9){return _0x3ea5e6(_0x14cff9);},'KKPZy':_0x25ff48(0xfa),'tqkdA':_0x25ff48(0x10b),'URdrr':function(_0x4f7f45,_0x28279f){return _0x4f7f45<=_0x28279f;},'vOyIV':function(_0x4f974d,_0x4cacef){return _0x4f974d+_0x4cacef;},'GaVIh':function(_0x30cc13,_0x4c5bdb){return _0x30cc13&&_0x4c5bdb;},'vPOPe':function(_0x33a1b0,_0x21c9f8,_0x3d2413){return _0x33a1b0(_0x21c9f8,_0x3d2413);},'sXzOl':function(_0x4f09d3,_0x3afdf9,_0x55d70d){return _0x4f09d3(_0x3afdf9,_0x55d70d);},'uSsZf':function(_0x277143,_0x1052f8,_0xf0bd86){return _0x277143(_0x1052f8,_0xf0bd86);},'lQdQu':'Unknown\x20error'},{isPlaywright:_0x1425f7,type:_0x770797}=_0x50968e['KoxCD'](detectDriverType,_0x2c43f4),_0x188672=_0x1425f7?_0x5eb55f[_0x25ff48(0x84)]:accessibilityHelper[_0x25ff48(0x100)]()&&globals['getGlobal'](_0x50968e[_0x25ff48(0x123)])&&globals[_0x25ff48(0x8e)](_0x50968e[_0x25ff48(0x10d)]);if(!_0x188672)return logger['warn'](_0x25ff48(0x129)+_0x770797+_0x25ff48(0xd6)),[];let _0xfad07=null;for(let _0x4d27a7=0x1;_0x50968e[_0x25ff48(0xb8)](_0x4d27a7,_0x50968e['vOyIV'](RETRY_CONFIG[_0x25ff48(0xde)],0x1));_0x4d27a7++){try{logger[_0x25ff48(0xe0)](_0x25ff48(0x108)+_0x4d27a7+'/'+_0x50968e[_0x25ff48(0xb3)](RETRY_CONFIG[_0x25ff48(0xde)],0x1)+'\x20('+_0x770797+')');let _0x3fd1fb;return _0x50968e[_0x25ff48(0xfb)](_0x1425f7,playwrightA11yHelper)?(_0x50968e[_0x25ff48(0x93)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x25ff48(0x73)](_0x2c43f4,RETRY_CONFIG[_0x25ff48(0xc5)]),_0x3fd1fb=await _0x50968e[_0x25ff48(0xd8)](withTimeout,playwrightA11yHelper[_0x25ff48(0xb1)](_0x2c43f4),RETRY_CONFIG[_0x25ff48(0xc5)]),await exports['setPlaywrightScriptTimeout'](_0x2c43f4,RETRY_CONFIG[_0x25ff48(0x77)])):(await exports[_0x25ff48(0x74)](_0x2c43f4,RETRY_CONFIG[_0x25ff48(0xc5)]),_0x3fd1fb=await _0x50968e[_0x25ff48(0x10a)](withTimeout,accessibilityHelper[_0x25ff48(0xb1)](_0x2c43f4,_0x5eb55f),RETRY_CONFIG[_0x25ff48(0xc5)]),await exports[_0x25ff48(0x74)](_0x2c43f4,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x25ff48(0xac)](_0x25ff48(0x97)+_0x4d27a7+'\x20('+_0x770797+')'),_0x3fd1fb;}catch(_0x483eec){_0xfad07=_0x483eec,logger[_0x25ff48(0x8d)](_0x25ff48(0x108)+_0x4d27a7+_0x25ff48(0x99)+_0x770797+_0x25ff48(0xcc)+_0x483eec[_0x25ff48(0x11c)]);}}return logger['error']('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x770797+_0x25ff48(0xca)+(_0xfad07?.[_0x25ff48(0x11c)]||_0x50968e['lQdQu'])),[];},exports[a92_0x1f4f7f(0x7d)]=async(_0x3c13f8,_0x5e6a27)=>{const _0x15dfda=a92_0x1f4f7f,_0x13d6dd={'XuoBt':function(_0x57ffd5,_0x38fde3){return _0x57ffd5(_0x38fde3);},'gZZmT':_0x15dfda(0xfa),'kWpCx':_0x15dfda(0x10b),'xKsco':function(_0x53e6fc,_0x2173e3){return _0x53e6fc<=_0x2173e3;},'jODYL':function(_0xd6210f,_0x588a0d){return _0xd6210f+_0x588a0d;},'CLlfn':function(_0x1b4be4,_0x2f2817){return _0x1b4be4+_0x2f2817;},'wOwHU':function(_0x4eb218,_0x3d3e57){return _0x4eb218&&_0x3d3e57;},'ktbgd':function(_0x227709,_0x3f33ae,_0xdfca6c){return _0x227709(_0x3f33ae,_0xdfca6c);},'sauxv':function(_0x58b35a,_0x134787,_0x175dfc){return _0x58b35a(_0x134787,_0x175dfc);},'qsrAU':_0x15dfda(0xdd)},{isPlaywright:_0x2acf07,type:_0x39f4d8}=_0x13d6dd[_0x15dfda(0xc6)](detectDriverType,_0x3c13f8),_0x22ce66=_0x2acf07?_0x5e6a27['accessibilityPlatform']:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x15dfda(0x8e)](_0x13d6dd[_0x15dfda(0xeb)])&&globals[_0x15dfda(0x8e)](_0x13d6dd['kWpCx']);if(!_0x22ce66)return logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x39f4d8+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.'),{};let _0xa1fb72=null;for(let _0x12ffad=0x1;_0x13d6dd[_0x15dfda(0x122)](_0x12ffad,_0x13d6dd['jODYL'](RETRY_CONFIG[_0x15dfda(0xde)],0x1));_0x12ffad++){try{logger[_0x15dfda(0xe0)](_0x15dfda(0xb5)+_0x12ffad+'/'+_0x13d6dd[_0x15dfda(0xbc)](RETRY_CONFIG[_0x15dfda(0xde)],0x1)+'\x20('+_0x39f4d8+')');let _0x48496a;return _0x13d6dd['wOwHU'](_0x2acf07,playwrightA11yHelper)?(_0x13d6dd[_0x15dfda(0x75)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x3c13f8,RETRY_CONFIG[_0x15dfda(0xc5)]),_0x48496a=await _0x13d6dd[_0x15dfda(0xa4)](withTimeout,playwrightA11yHelper[_0x15dfda(0x10c)](_0x3c13f8),RETRY_CONFIG[_0x15dfda(0xc5)]),await exports[_0x15dfda(0x73)](_0x3c13f8,RETRY_CONFIG[_0x15dfda(0x77)])):(await exports[_0x15dfda(0x74)](_0x3c13f8,RETRY_CONFIG[_0x15dfda(0xc5)]),_0x48496a=await _0x13d6dd[_0x15dfda(0x75)](withTimeout,accessibilityHelper[_0x15dfda(0x10c)](_0x3c13f8,_0x5e6a27),RETRY_CONFIG[_0x15dfda(0xc5)]),await exports[_0x15dfda(0x74)](_0x3c13f8,RETRY_CONFIG[_0x15dfda(0x77)])),logger[_0x15dfda(0xac)]('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x12ffad+'\x20('+_0x39f4d8+')'),_0x48496a;}catch(_0xde1af9){_0xa1fb72=_0xde1af9,logger['warn'](_0x15dfda(0xb5)+_0x12ffad+_0x15dfda(0x99)+_0x39f4d8+').\x20Error:\x20'+_0xde1af9[_0x15dfda(0x11c)]);}}return logger[_0x15dfda(0xf8)]('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x39f4d8+_0x15dfda(0xca)+(_0xa1fb72?.[_0x15dfda(0x11c)]||_0x13d6dd[_0x15dfda(0x109)])),{};},exports[a92_0x1f4f7f(0xb7)]=async(_0x4fbbf9,_0x1a6328,_0x14d257=null)=>{const _0x46d10e=a92_0x1f4f7f,_0x646aea={'eJpBe':function(_0x119f19,_0x36eb88){return _0x119f19(_0x36eb88);},'ThtVZ':function(_0x22aead,_0x199a0d){return _0x22aead===_0x199a0d;},'efGIB':_0x46d10e(0xa3),'RJeAQ':function(_0x548973,_0x23695a){return _0x548973===_0x23695a;},'hoHAJ':_0x46d10e(0xe4),'JKYos':_0x46d10e(0x111)},{isPlaywright:_0x440966,type:_0x347757}=_0x646aea['eJpBe'](detectDriverType,_0x4fbbf9),_0x527802={};_0x527802[_0x46d10e(0xb6)]=![],_0x527802[_0x46d10e(0xbe)]=[],_0x527802[_0x46d10e(0x7c)]={},_0x527802[_0x46d10e(0xf8)]=null,_0x527802['driverType']=_0x347757;const _0x1922ec=_0x527802;try{_0x1922ec[_0x46d10e(0xb6)]=await exports[_0x46d10e(0xd9)](_0x4fbbf9,_0x14d257);if(_0x1922ec[_0x46d10e(0xb6)]){const [_0x3253e6,_0x54e49a]=await Promise['allSettled']([exports[_0x46d10e(0x88)](_0x4fbbf9,_0x1a6328),exports[_0x46d10e(0x7d)](_0x4fbbf9,_0x1a6328)]);_0x1922ec[_0x46d10e(0xbe)]=_0x646aea[_0x46d10e(0x11a)](_0x3253e6['status'],_0x646aea[_0x46d10e(0xfd)])?_0x3253e6[_0x46d10e(0x9f)]:[],_0x1922ec[_0x46d10e(0x7c)]=_0x646aea[_0x46d10e(0x11a)](_0x54e49a[_0x46d10e(0x80)],_0x646aea[_0x46d10e(0xfd)])?_0x54e49a[_0x46d10e(0x9f)]:{},_0x646aea[_0x46d10e(0x12f)](_0x3253e6['status'],_0x646aea[_0x46d10e(0xd2)])&&logger[_0x46d10e(0x8d)](_0x46d10e(0x131)+_0x347757+_0x46d10e(0x119)+_0x3253e6['reason']?.[_0x46d10e(0x11c)]),_0x646aea['ThtVZ'](_0x54e49a['status'],_0x646aea[_0x46d10e(0xd2)])&&logger['warn'](_0x46d10e(0xe5)+_0x347757+_0x46d10e(0x119)+_0x54e49a[_0x46d10e(0xf6)]?.[_0x46d10e(0x11c)]);}}catch(_0x4bf010){_0x1922ec['error']=_0x4bf010[_0x46d10e(0x11c)]||_0x646aea[_0x46d10e(0x11d)],logger[_0x46d10e(0xf8)](_0x46d10e(0x98)+_0x347757+_0x46d10e(0x119)+_0x1922ec[_0x46d10e(0xf8)]);}return _0x1922ec;},exports['updateRetryConfig']=_0x2d4d42=>{const _0x39d8f8=a92_0x1f4f7f,_0x2da12c={};_0x2da12c[_0x39d8f8(0x107)]=function(_0x2ad736,_0x315c5e){return _0x2ad736!==_0x315c5e;},_0x2da12c[_0x39d8f8(0x11f)]=function(_0x38d4d3,_0x598392){return _0x38d4d3!==_0x598392;};const _0x531049=_0x2da12c;_0x531049[_0x39d8f8(0x107)](_0x2d4d42[_0x39d8f8(0xde)],undefined)&&(RETRY_CONFIG[_0x39d8f8(0xde)]=Math[_0x39d8f8(0xda)](0x0,_0x2d4d42['maxRetries'])),_0x531049[_0x39d8f8(0x11f)](_0x2d4d42[_0x39d8f8(0xc5)],undefined)&&(RETRY_CONFIG[_0x39d8f8(0xc5)]=Math[_0x39d8f8(0xda)](0x3e8,_0x2d4d42[_0x39d8f8(0xc5)])),logger[_0x39d8f8(0xe0)](_0x39d8f8(0x118)+JSON[_0x39d8f8(0xba)](RETRY_CONFIG));},exports[a92_0x1f4f7f(0x12e)]=()=>{const _0x33518e={...RETRY_CONFIG};return _0x33518e;},exports['isPlaywrightPage']=_0x203b58=>{const _0x2ae63b=a92_0x1f4f7f,_0x134c94={'oytIu':function(_0x4587a6,_0x4adb50){return _0x4587a6(_0x4adb50);}};return _0x134c94[_0x2ae63b(0xe1)](detectDriverType,_0x203b58)[_0x2ae63b(0xc2)];},exports[a92_0x1f4f7f(0x116)]=_0x20cb7b=>{const _0x511867=a92_0x1f4f7f,_0x39c41e={'URUui':function(_0x55bf48,_0x317e62){return _0x55bf48(_0x317e62);},'wKNbS':function(_0x4ab4c1,_0x55d06e){return _0x4ab4c1===_0x55d06e;},'LbWfc':'selenium-webdriver'},{isPlaywright:_0x157c98,type:_0x4bc4a5}=_0x39c41e[_0x511867(0x128)](detectDriverType,_0x20cb7b);return!_0x157c98&&_0x39c41e['wKNbS'](_0x4bc4a5,_0x39c41e['LbWfc']);},exports[a92_0x1f4f7f(0x73)]=async(_0x489e36,_0x200da4=null)=>{const _0x4c4a45=a92_0x1f4f7f,_0x4a8280={'snuid':function(_0x38b019,_0x1d33ab){return _0x38b019(_0x1d33ab);},'oCvOr':function(_0x220d48,_0x1b8af9){return _0x220d48===_0x1b8af9;},'ZkpeI':_0x4c4a45(0xec)},{isPlaywright:_0x4cbda9,type:_0x4de2b0}=_0x4a8280[_0x4c4a45(0xf3)](detectDriverType,_0x489e36);if(!_0x4cbda9)return logger[_0x4c4a45(0xe0)](_0x4c4a45(0x8c)+_0x4de2b0+_0x4c4a45(0xaf)),!![];const _0x518586=_0x200da4||RETRY_CONFIG[_0x4c4a45(0x77)];try{return _0x489e36&&_0x4a8280['oCvOr'](typeof _0x489e36[_0x4c4a45(0xed)],_0x4a8280[_0x4c4a45(0x82)])&&(await _0x489e36[_0x4c4a45(0xed)](_0x518586),logger[_0x4c4a45(0xe0)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x518586+'ms')),!![];}catch(_0x2f92ed){return logger[_0x4c4a45(0x8d)](_0x4c4a45(0x110)+_0x2f92ed['message']),![];}},exports[a92_0x1f4f7f(0x74)]=async(_0x5ab47c,_0x22e76b=null)=>{const _0x40bf70=a92_0x1f4f7f,_0x53ae37={};_0x53ae37[_0x40bf70(0xf4)]=_0x40bf70(0x130),_0x53ae37[_0x40bf70(0xdc)]=function(_0x182886,_0x180ad7){return _0x182886===_0x180ad7;},_0x53ae37[_0x40bf70(0x9c)]=_0x40bf70(0xec),_0x53ae37[_0x40bf70(0xff)]=function(_0x35ab78,_0x424f16){return _0x35ab78===_0x424f16;},_0x53ae37[_0x40bf70(0xcb)]=_0x40bf70(0x117),_0x53ae37['yANyg']='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x12d0de=_0x53ae37;if(!exports['isSeleniumDriver'](_0x5ab47c))return logger[_0x40bf70(0x8d)](_0x12d0de[_0x40bf70(0xf4)]),![];const _0x3bfd40=_0x22e76b||RETRY_CONFIG[_0x40bf70(0x77)];try{if(_0x5ab47c&&_0x12d0de[_0x40bf70(0xdc)](typeof _0x5ab47c[_0x40bf70(0x125)],_0x12d0de[_0x40bf70(0x9c)])){const _0x335371=_0x5ab47c[_0x40bf70(0x125)]();if(_0x335371&&_0x12d0de['PuyQk'](typeof _0x335371[_0x40bf70(0xc3)],_0x12d0de['ipIbl']))await _0x335371[_0x40bf70(0xc3)]()['setScriptTimeout'](_0x3bfd40),logger[_0x40bf70(0xe0)](_0x40bf70(0xb4)+_0x3bfd40+_0x40bf70(0x85));else{if(_0x335371&&_0x12d0de[_0x40bf70(0xdc)](typeof _0x335371[_0x40bf70(0xdf)],_0x12d0de[_0x40bf70(0x9c)])){const _0x1f1f4f={};_0x1f1f4f['script']=_0x3bfd40,await _0x335371[_0x40bf70(0xdf)](_0x1f1f4f),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x3bfd40+_0x40bf70(0x89));}else{if(_0x335371&&_0x12d0de[_0x40bf70(0xff)](typeof _0x335371[_0x40bf70(0xf1)],_0x12d0de['ipIbl']))await _0x335371[_0x40bf70(0xf1)](_0x3bfd40),logger['debug'](_0x40bf70(0xb4)+_0x3bfd40+_0x40bf70(0xa6));else return logger[_0x40bf70(0xe0)](_0x12d0de['mKIJp']),!![];}}}else return logger[_0x40bf70(0xe0)](_0x12d0de[_0x40bf70(0x96)]),!![];return!![];}catch(_0x32874f){return logger[_0x40bf70(0x8d)](_0x40bf70(0x133)+_0x32874f[_0x40bf70(0x11c)]),![];}},exports[a92_0x1f4f7f(0xd5)]=async(_0x444a4d,_0x81c27a)=>{const _0x5a62c6=a92_0x1f4f7f,_0x432526={'hImwv':function(_0x4126ac,_0x4b46b1){return _0x4126ac(_0x4b46b1);},'tmukr':_0x5a62c6(0xfa),'xfzEz':_0x5a62c6(0x10b),'XhFAJ':function(_0xd39fe,_0x3fcd83){return _0xd39fe<=_0x3fcd83;},'KfGAT':function(_0x22d940,_0x320bfe){return _0x22d940+_0x320bfe;},'nUPYE':function(_0x277fba,_0x570241){return _0x277fba+_0x570241;},'IrIqQ':function(_0x7afe06,_0x237044){return _0x7afe06&&_0x237044;},'IyoWp':function(_0x4536c5,_0xc0ade8,_0x1d0525){return _0x4536c5(_0xc0ade8,_0x1d0525);},'tdmXp':function(_0x405e92,_0x6629f5,_0x62ef4b){return _0x405e92(_0x6629f5,_0x62ef4b);},'xNwKI':_0x5a62c6(0xdd)},{isPlaywright:_0x31b3ad,type:_0x198513}=_0x432526['hImwv'](detectDriverType,_0x444a4d),_0x56c81d=_0x31b3ad?global[_0x5a62c6(0x84)]:accessibilityHelper[_0x5a62c6(0x100)]()&&globals[_0x5a62c6(0x8e)](_0x432526[_0x5a62c6(0x92)])&&globals[_0x5a62c6(0x8e)](_0x432526[_0x5a62c6(0x12d)]);if(!_0x56c81d)return logger[_0x5a62c6(0x8d)](_0x5a62c6(0x129)+_0x198513+_0x5a62c6(0x12a)),![];let _0x53e12a=null;for(let _0x4d8df3=0x1;_0x432526['XhFAJ'](_0x4d8df3,_0x432526[_0x5a62c6(0xa9)](RETRY_CONFIG['maxRetries'],0x1));_0x4d8df3++){try{return logger[_0x5a62c6(0xe0)](_0x5a62c6(0xa7)+_0x4d8df3+'/'+_0x432526[_0x5a62c6(0x124)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x198513+')'),_0x432526[_0x5a62c6(0x132)](_0x31b3ad,playwrightA11yHelper)?(_0x432526[_0x5a62c6(0xc9)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5a62c6(0x73)](_0x444a4d,RETRY_CONFIG[_0x5a62c6(0xc5)]),await _0x432526['IyoWp'](withTimeout,playwrightA11yHelper[_0x5a62c6(0x120)](_0x444a4d,scripts[_0x5a62c6(0x8b)],_0x81c27a),RETRY_CONFIG['timeoutMs']),await exports[_0x5a62c6(0x73)](_0x444a4d,RETRY_CONFIG[_0x5a62c6(0x77)])):(await exports[_0x5a62c6(0x74)](_0x444a4d,RETRY_CONFIG[_0x5a62c6(0xc5)]),await _0x432526[_0x5a62c6(0x8a)](withTimeout,_0x444a4d[_0x5a62c6(0xe3)](scripts[_0x5a62c6(0x8b)],_0x81c27a),RETRY_CONFIG[_0x5a62c6(0xc5)]),await exports[_0x5a62c6(0x74)](_0x444a4d,RETRY_CONFIG[_0x5a62c6(0x77)])),logger[_0x5a62c6(0xac)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x4d8df3+'\x20('+_0x198513+')'),!![];}catch(_0x2dde47){_0x53e12a=_0x2dde47,logger[_0x5a62c6(0x8d)](_0x5a62c6(0xa7)+_0x4d8df3+_0x5a62c6(0x99)+_0x198513+_0x5a62c6(0xcc)+_0x2dde47[_0x5a62c6(0x11c)]);}}return logger[_0x5a62c6(0xf8)]('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x198513+_0x5a62c6(0xca)+(_0x53e12a?.['message']||_0x432526['xNwKI'])),![];};
@@ -1 +1 @@
1
- function a93_0x1b0a(_0x229bea,_0x531794){var _0x29bff1=a93_0x29bf();return a93_0x1b0a=function(_0x1b0a4d,_0x24ef62){_0x1b0a4d=_0x1b0a4d-0xa9;var _0x319160=_0x29bff1[_0x1b0a4d];return _0x319160;},a93_0x1b0a(_0x229bea,_0x531794);}var a93_0x4482db=a93_0x1b0a;(function(_0x4e7bdb,_0x53ea0e){var _0x2ff8db=a93_0x1b0a,_0x27b9c8=_0x4e7bdb();while(!![]){try{var _0x2bbdce=-parseInt(_0x2ff8db(0xaf))/0x1+parseInt(_0x2ff8db(0xb4))/0x2+parseInt(_0x2ff8db(0xab))/0x3*(-parseInt(_0x2ff8db(0xb2))/0x4)+parseInt(_0x2ff8db(0xb0))/0x5+-parseInt(_0x2ff8db(0xa9))/0x6+parseInt(_0x2ff8db(0xb3))/0x7+parseInt(_0x2ff8db(0xaa))/0x8;if(_0x2bbdce===_0x53ea0e)break;else _0x27b9c8['push'](_0x27b9c8['shift']());}catch(_0x135e0c){_0x27b9c8['push'](_0x27b9c8['shift']());}}}(a93_0x29bf,0x78f6e),exports[a93_0x4482db(0xb1)]=a93_0x4482db(0xac),exports[a93_0x4482db(0xae)]='94',exports[a93_0x4482db(0xad)]='100');function a93_0x29bf(){var _0x5ecd2b=['4178922dLtjOa','9639848ThSVMx','181119UICYIk','https://accessibility.browserstack.com/api','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','542521BVDPTi','449330HaqCUI','API_URL','24YwnAgq','640332GUVJjT','1420786fqVZCC'];a93_0x29bf=function(){return _0x5ecd2b;};return a93_0x29bf();}
1
+ var a93_0x3b7fcd=a93_0x5806;(function(_0x250628,_0x5f1c01){var _0x47acde=a93_0x5806,_0x2bccb3=_0x250628();while(!![]){try{var _0x4a3d3b=-parseInt(_0x47acde(0x14d))/0x1*(parseInt(_0x47acde(0x149))/0x2)+-parseInt(_0x47acde(0x147))/0x3+-parseInt(_0x47acde(0x14c))/0x4*(-parseInt(_0x47acde(0x14e))/0x5)+-parseInt(_0x47acde(0x154))/0x6*(parseInt(_0x47acde(0x145))/0x7)+-parseInt(_0x47acde(0x14b))/0x8*(-parseInt(_0x47acde(0x14f))/0x9)+-parseInt(_0x47acde(0x146))/0xa+parseInt(_0x47acde(0x150))/0xb;if(_0x4a3d3b===_0x5f1c01)break;else _0x2bccb3['push'](_0x2bccb3['shift']());}catch(_0x5c382c){_0x2bccb3['push'](_0x2bccb3['shift']());}}}(a93_0x1466,0x31d95),exports[a93_0x3b7fcd(0x14a)]=a93_0x3b7fcd(0x151),exports[a93_0x3b7fcd(0x152)]='94',exports[a93_0x3b7fcd(0x153)]=a93_0x3b7fcd(0x148));function a93_0x5806(_0x578d02,_0x5b218a){var _0x1466e3=a93_0x1466();return a93_0x5806=function(_0x58063e,_0x13f85b){_0x58063e=_0x58063e-0x145;var _0x1d0434=_0x1466e3[_0x58063e];return _0x1d0434;},a93_0x5806(_0x578d02,_0x5b218a);}function a93_0x1466(){var _0x1d1b27=['32pXRsWN','API_URL','8fQHKVr','16HqRLUI','4378NqHUOR','116395DDxrSt','913851qPAGWI','7047007qcDeIr','https://accessibility.browserstack.com/api','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','6tNMiSx','865739JQUvAX','1757080QiLvhh','785034IcRcCV','100'];a93_0x1466=function(){return _0x1d1b27;};return a93_0x1466();}
@@ -1 +1 @@
1
- const a94_0x4eb2a8=a94_0x5d69;(function(_0x339fdf,_0x5cbeb8){const _0x2fcde7=a94_0x5d69,_0x13f2fc=_0x339fdf();while(!![]){try{const _0x2844bd=-parseInt(_0x2fcde7(0x103))/0x1+-parseInt(_0x2fcde7(0xb3))/0x2*(parseInt(_0x2fcde7(0xba))/0x3)+-parseInt(_0x2fcde7(0x84))/0x4+-parseInt(_0x2fcde7(0xed))/0x5*(-parseInt(_0x2fcde7(0x7d))/0x6)+parseInt(_0x2fcde7(0x9b))/0x7+-parseInt(_0x2fcde7(0xd8))/0x8+parseInt(_0x2fcde7(0xb7))/0x9;if(_0x2844bd===_0x5cbeb8)break;else _0x13f2fc['push'](_0x13f2fc['shift']());}catch(_0x985368){_0x13f2fc['push'](_0x13f2fc['shift']());}}}(a94_0x3e99,0xa6c53));const path=require(a94_0x4eb2a8(0xbd)),util=require('util'),bsSetupHelper=require('../helper'),logger=require('../logger')[a94_0x4eb2a8(0x104)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('./constants'),PerformanceTester=require(a94_0x4eb2a8(0x13e)),scripts=require(a94_0x4eb2a8(0x8d)),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a94_0x4eb2a8(0xfb));exports['fetchPlatformDetails']=async _0x3f51de=>{const _0x745c4c=a94_0x4eb2a8,_0x479aad={};_0x479aad[_0x745c4c(0xa0)]=function(_0x53c876,_0x4089d3){return _0x53c876===_0x4089d3;},_0x479aad[_0x745c4c(0xf7)]=_0x745c4c(0xbc);const _0x4a4f5d=_0x479aad;let _0x16b69b={};try{const _0x43eee3=await _0x3f51de['getCapabilities']();_0x16b69b={'os_name':_0x43eee3[_0x745c4c(0x143)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x4a4f5d[_0x745c4c(0xa0)](global[_0x745c4c(0x128)],_0x4a4f5d[_0x745c4c(0xf7)])),'browser_name':_0x43eee3[_0x745c4c(0xe1)](),'browser_version':_0x43eee3['getBrowserVersion']()};}catch(_0xdf97d9){logger[_0x745c4c(0x144)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0xdf97d9);}return _0x16b69b;},exports[a94_0x4eb2a8(0xea)]=()=>{const _0x4f86a3=a94_0x4eb2a8,_0x5ba903={};_0x5ba903[_0x4f86a3(0x119)]=function(_0x4855ee,_0x5af02b){return _0x4855ee===_0x5af02b;},_0x5ba903[_0x4f86a3(0x141)]=_0x4f86a3(0x112),_0x5ba903[_0x4f86a3(0x145)]=function(_0x35696c,_0x4230e4){return _0x35696c>_0x4230e4;},_0x5ba903['FycDq']=function(_0x38772e,_0x428c8e){return _0x38772e!==_0x428c8e;},_0x5ba903[_0x4f86a3(0xa4)]='null',_0x5ba903[_0x4f86a3(0xd2)]=function(_0x36acf5,_0x4234e0){return _0x36acf5&&_0x4234e0;};const _0x3ff08e=_0x5ba903;try{const _0x610152=bsSetupHelper[_0x4f86a3(0x110)](process['env'][_0x4f86a3(0x8f)])||bsSetupHelper[_0x4f86a3(0x110)](process[_0x4f86a3(0xdf)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x40a657=_0x3ff08e['lflxr'](typeof process['env'][_0x4f86a3(0x89)],_0x3ff08e['PujPE'])&&_0x3ff08e[_0x4f86a3(0x145)](process[_0x4f86a3(0xdf)][_0x4f86a3(0x89)]['length'],0x0)&&_0x3ff08e[_0x4f86a3(0xdd)](process[_0x4f86a3(0xdf)][_0x4f86a3(0x89)],_0x3ff08e['pdVmi']);return _0x3ff08e[_0x4f86a3(0xd2)](_0x610152,_0x40a657);}catch(_0x41d024){logger[_0x4f86a3(0x144)](_0x4f86a3(0x80)+_0x41d024);}return![];},exports[a94_0x4eb2a8(0x130)]=(_0x4b7ff3,_0x191f5c)=>{const _0x2b19e0=a94_0x4eb2a8,_0x23aa86={'vxJjE':_0x2b19e0(0x10f),'LppuK':function(_0x71ef84,_0x5e265d){return _0x71ef84(_0x5e265d);},'TQyST':_0x2b19e0(0x120),'gYgJD':_0x2b19e0(0x106),'GOZhl':_0x2b19e0(0x107),'TsFYX':_0x2b19e0(0x10b),'Brztz':_0x2b19e0(0xd9),'LTImP':_0x2b19e0(0xee),'vjkda':_0x2b19e0(0xa7),'askQD':'selenium-webdriver','IdAaJ':_0x2b19e0(0xce),'ZthFA':'args','hqEBZ':_0x2b19e0(0xa8),'BqPvh':_0x2b19e0(0xd4),'SDhIs':_0x2b19e0(0x138),'uThYu':_0x2b19e0(0x135),'ikVFN':function(_0x44d3fb,_0x1f4fc4){return _0x44d3fb===_0x1f4fc4;},'HhLLQ':_0x2b19e0(0xdc),'KlvFd':function(_0x41435c,_0x5b6e73){return _0x41435c>=_0x5b6e73;}},_0x596d38=_0x4b7ff3[_0x2b19e0(0x129)](_0x23aa86[_0x2b19e0(0xb8)]),_0x11683b=_0x23aa86['LppuK'](parseFloat,_0x4b7ff3[_0x2b19e0(0x129)](_0x23aa86[_0x2b19e0(0xbf)]))||_0x23aa86[_0x2b19e0(0xe7)](parseFloat,_0x4b7ff3[_0x2b19e0(0x129)](_0x23aa86[_0x2b19e0(0x131)])),_0x6b37e9=_0x4b7ff3[_0x2b19e0(0x129)](_0x23aa86[_0x2b19e0(0xab)])||{},_0x11ce71=_0x23aa86[_0x2b19e0(0xe7)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x18f0ff=_0x6b37e9[_0x23aa86['TsFYX']]||_0x4b7ff3[_0x2b19e0(0x129)](_0x23aa86[_0x2b19e0(0x123)])||![];if(_0x18f0ff)return logger['warn'](_0x23aa86['LTImP']),![];let _0x2435c6;try{_0x2435c6=bsSetupHelper['requireModule'](_0x23aa86['vjkda'],_0x23aa86[_0x2b19e0(0x148)]);}catch(_0x13df31){return![];}const _0xba65fe=new _0x2435c6['Options'](_0x191f5c[_0x2b19e0(0x86)]),_0x1eb647=bsSetupHelper[_0x2b19e0(0xbb)](_0xba65fe,[_0x23aa86['IdAaJ'],_0x23aa86[_0x2b19e0(0xdb)]])||bsSetupHelper[_0x2b19e0(0xbb)](_0x191f5c[_0x2b19e0(0x82)],[_0x23aa86['GOZhl'],_0x23aa86[_0x2b19e0(0x97)],_0x23aa86[_0x2b19e0(0xdb)]])||bsSetupHelper['nestedKeyValue'](_0x191f5c[_0x2b19e0(0x82)],[_0x23aa86['hqEBZ'],_0x23aa86['ZthFA']])||[];if(_0x1eb647[_0x2b19e0(0x99)](_0x23aa86['BqPvh']))return logger[_0x2b19e0(0xd7)](_0x23aa86[_0x2b19e0(0xe9)]),![];const _0x287c9c=_0x191f5c[_0x2b19e0(0x82)]||{},_0xacc7ad=bsSetupHelper[_0x2b19e0(0xbb)](_0x287c9c,[_0x23aa86[_0x2b19e0(0xa2)]])||{},_0x267cd2=bsSetupHelper[_0x2b19e0(0xbb)](_0xacc7ad,[_0x23aa86[_0x2b19e0(0xdb)]])||[];if(_0x267cd2[_0x2b19e0(0x99)](_0x23aa86['BqPvh']))return logger[_0x2b19e0(0xd7)](_0x23aa86['SDhIs']),![];if(_0x23aa86[_0x2b19e0(0x12a)](_0x596d38[_0x2b19e0(0x88)](),_0x23aa86[_0x2b19e0(0xe4)])&&_0x23aa86['KlvFd'](_0x11683b,_0x11ce71))return!![];return logger[_0x2b19e0(0xd7)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a94_0x4eb2a8(0x11f)]=_0x84d094=>{const _0x392bca=a94_0x4eb2a8,_0x5a07d7={};_0x5a07d7[_0x392bca(0xa5)]=_0x392bca(0x135),_0x5a07d7[_0x392bca(0xb6)]=function(_0x200688,_0x194893){return _0x200688||_0x194893;},_0x5a07d7['GqWQW']=_0x392bca(0x90);const _0x33ac20=_0x5a07d7,_0x341a90=scripts['ChromeExtension'];try{const _0x578fc5=bsSetupHelper[_0x392bca(0x110)](process[_0x392bca(0xdf)][_0x392bca(0x8f)])||bsSetupHelper[_0x392bca(0x110)](process[_0x392bca(0xdf)][_0x392bca(0xcb)]);if((!bsSetupHelper[_0x392bca(0x95)]()||process['env'][_0x392bca(0xfa)])&&_0x578fc5){const _0xc252b6=_0x84d094[_0x392bca(0x142)](),_0x59c7f2=_0xc252b6[_0x392bca(0x129)](_0x33ac20[_0x392bca(0xa5)]),_0x25d558=_0x33ac20[_0x392bca(0xb6)](_0x59c7f2,{});bsSetupHelper[_0x392bca(0x111)](_0x25d558,_0x341a90),_0x84d094[_0x392bca(0x142)]()[_0x392bca(0xe0)](_0x33ac20[_0x392bca(0xa5)],_0x25d558);}else logger[_0x392bca(0xd7)](_0x33ac20[_0x392bca(0xe8)]);}catch(_0x46472c){logger[_0x392bca(0xd5)](_0x392bca(0x8a)+_0x46472c);}},exports['shouldScanTestForAccessibility']=(_0x6d409=null,_0x333bb8=!![],_0x31338e=[])=>{const _0x502096=a94_0x4eb2a8,_0x9d57e6={};_0x9d57e6[_0x502096(0xae)]=function(_0x56747e,_0x9c4d58){return _0x56747e==_0x9c4d58;},_0x9d57e6[_0x502096(0x114)]=function(_0x456a01,_0x31a45b){return _0x456a01>_0x31a45b;},_0x9d57e6[_0x502096(0x108)]=function(_0x441513,_0x22b00b){return _0x441513===_0x22b00b;},_0x9d57e6['ZFocs']=function(_0x334613,_0x364430){return _0x334613&&_0x364430;},_0x9d57e6[_0x502096(0x9c)]=function(_0x590215,_0x5edb4c){return _0x590215&&_0x5edb4c;};const _0x419ee1=_0x9d57e6;if(_0x419ee1[_0x502096(0xae)](process[_0x502096(0xdf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x36a451=JSON['parse'](process[_0x502096(0xdf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x523099=Array['isArray'](_0x36a451[_0x502096(0x83)])?_0x36a451['includeTagsInTestingScope']:[],_0x1fcac5=Array[_0x502096(0xcf)](_0x36a451[_0x502096(0xc2)])?_0x36a451[_0x502096(0xc2)]:[];if(bsSetupHelper['isUndefined'](_0x6d409)){if(_0x419ee1[_0x502096(0x114)](_0x31338e[_0x502096(0xad)],0x0)){const _0x4ef138=_0x1fcac5['some'](_0x30df86=>_0x31338e[_0x502096(0x99)](_0x30df86)),_0x4af3e2=_0x419ee1[_0x502096(0x108)](_0x523099[_0x502096(0xad)],0x0)||_0x523099[_0x502096(0xfd)](_0x5d025c=>_0x31338e[_0x502096(0x99)](_0x5d025c));return _0x419ee1[_0x502096(0x7f)](!_0x4ef138,_0x4af3e2);}return!![];}let _0x19d235;_0x333bb8?_0x19d235=_0x6d409['join']('/'):_0x19d235=_0x6d409;const _0xb5b557=_0x1fcac5[_0x502096(0xfd)](_0x4c3c46=>_0x19d235[_0x502096(0x99)](_0x4c3c46)),_0x2cdaf1=_0x419ee1['TsZkz'](_0x523099['length'],0x0)||_0x523099[_0x502096(0xfd)](_0x52f845=>_0x19d235[_0x502096(0x99)](_0x52f845));return _0x419ee1[_0x502096(0x9c)](!_0xb5b557,_0x2cdaf1);}catch(_0xcefd31){logger[_0x502096(0x144)](_0x502096(0xfc)+util[_0x502096(0x121)](_0xcefd31));}return![];},exports['checkAccessibilityPlatformConfig']=_0x57f097=>{const _0x40f217=a94_0x4eb2a8;let _0x5325d2=![];try{_0x57f097[_0x40f217(0xc7)][_0x40f217(0xd3)](_0x37e6d7=>{if(bsSetupHelper['isTrue'](_0x37e6d7['accessibility']))return _0x5325d2=!![],!![];});}catch(_0x2580df){logger[_0x40f217(0x144)](_0x40f217(0xf5)+_0x2580df);}return _0x5325d2||bsSetupHelper['isTrue'](_0x57f097[_0x40f217(0x125)]);},exports[a94_0x4eb2a8(0xef)]=PerformanceTester[a94_0x4eb2a8(0x105)](a94_0x4eb2a8(0x12b),async function(_0x1c86a5,_0x357eff){const _0x3228e8=a94_0x4eb2a8,_0x3889d9={};_0x3889d9[_0x3228e8(0xcc)]=_0x3228e8(0x139),_0x3889d9['zWnox']=_0x3228e8(0x7b),_0x3889d9[_0x3228e8(0xc8)]=_0x3228e8(0x9e),_0x3889d9['irVQH']=_0x3228e8(0x133),_0x3889d9['zOQch']=_0x3228e8(0x12f),_0x3889d9[_0x3228e8(0x81)]=_0x3228e8(0xc0),_0x3889d9[_0x3228e8(0x11b)]=function(_0x533bfa,_0x51d95d){return _0x533bfa===_0x51d95d;},_0x3889d9[_0x3228e8(0xb5)]='Invalid\x20configuration\x20passed.',_0x3889d9[_0x3228e8(0x87)]=_0x3228e8(0x10c);const _0x20f686=_0x3889d9,_0x3af711=bsSetupHelper[_0x3228e8(0x101)](_0x1c86a5),_0x48e393=bsSetupHelper[_0x3228e8(0xaa)](_0x1c86a5);if(bsSetupHelper[_0x3228e8(0x132)](_0x3af711)||bsSetupHelper[_0x3228e8(0x132)](_0x48e393))return logger[_0x3228e8(0xd5)](_0x20f686['RhMJP']),[null,null];try{let _0x4debbe;bsSetupHelper[_0x3228e8(0x132)](process[_0x3228e8(0xdf)][_0x3228e8(0x11e)])?_0x4debbe={}:_0x4debbe=JSON[_0x3228e8(0x124)](process[_0x3228e8(0xdf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x3ac893,version:_0x365bc1}=bsSetupHelper[_0x3228e8(0xc9)](_0x1c86a5,_0x357eff),_0x5ce913={'projectName':_0x1c86a5[_0x3228e8(0x12e)],'buildName':_0x1c86a5[_0x3228e8(0x13c)]||path['basename'](path[_0x3228e8(0xf0)](process['cwd']())),'startTime':new Date()[_0x3228e8(0x96)](),'description':_0x1c86a5[_0x3228e8(0xe2)]||'','source':{'frameworkName':_0x357eff[_0x3228e8(0x99)](_0x20f686[_0x3228e8(0x146)])?_0x20f686['zWnox']:_0x357eff,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x357eff),'sdkVersion':bsSetupHelper[_0x3228e8(0x9a)](),'language':_0x20f686[_0x3228e8(0xc8)],'testFramework':_0x3ac893,'testFrameworkVersion':_0x365bc1},'settings':_0x4debbe,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x3228e8(0x13d)](),'hostInfo':bsSetupHelper[_0x3228e8(0xb9)](),'browserstackAutomation':bsSetupHelper[_0x3228e8(0x95)]()},_0x59f6f1={};_0x59f6f1[_0x3228e8(0xf3)]=_0x3af711,_0x59f6f1[_0x3228e8(0x147)]=_0x48e393;const _0x548849={};_0x548849['Content-Type']=_0x20f686[_0x3228e8(0xd1)];const _0x1e7a5b={};_0x1e7a5b[_0x3228e8(0xa3)]=_0x59f6f1,_0x1e7a5b[_0x3228e8(0x10a)]=_0x548849;const _0x19df19=_0x1e7a5b,_0x8bbca={};_0x8bbca['body']=_0x5ce913,_0x8bbca[_0x3228e8(0xa9)]=!![];const _0x41d125=Object['assign'](_0x19df19,_0x8bbca),_0x53cc20=await bsSetupHelper[_0x3228e8(0x10d)](_0x20f686[_0x3228e8(0xf2)],_0x20f686[_0x3228e8(0x81)],_0x41d125,_0x1c86a5,API_URL);let _0x29403d=process[_0x3228e8(0xdf)][_0x3228e8(0x11e)];return _0x29403d?_0x29403d=JSON[_0x3228e8(0x124)](process['env'][_0x3228e8(0x11e)]):_0x29403d={},scripts['parseFromJson'](_0x53cc20[_0x3228e8(0xd6)][_0x3228e8(0xd6)]),scripts[_0x3228e8(0x116)](),_0x29403d[_0x3228e8(0xac)]=_0x53cc20[_0x3228e8(0xd6)][_0x3228e8(0xd6)]['scannerVersion'],process[_0x3228e8(0xdf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x3228e8(0xde)](_0x29403d),[_0x53cc20['data'][_0x3228e8(0xd6)][_0x3228e8(0xf8)],_0x53cc20[_0x3228e8(0xd6)][_0x3228e8(0xd6)]['id']];}catch(_0x2f02b3){if(_0x2f02b3[_0x3228e8(0xe3)])logger[_0x3228e8(0xd5)](_0x3228e8(0xb1)+_0x2f02b3['response'][_0x3228e8(0xfe)]+'\x20'+_0x2f02b3[_0x3228e8(0xe3)][_0x3228e8(0xcd)]+'\x20'+JSON[_0x3228e8(0xde)](_0x2f02b3[_0x3228e8(0xe3)][_0x3228e8(0xd6)]));else{if(_0x20f686[_0x3228e8(0x11b)](_0x2f02b3[_0x3228e8(0x134)],_0x20f686['haJhS'])){logger['error'](_0x3228e8(0xb1)+(_0x2f02b3[_0x3228e8(0x134)]||_0x2f02b3['stack']));for(const _0x456e0d of _0x2f02b3[_0x3228e8(0xff)]){logger['error'](_0x456e0d[_0x3228e8(0x134)]);}process['env'][_0x3228e8(0x8f)]=_0x20f686['MvFfX'],process[_0x3228e8(0xdf)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x20f686[_0x3228e8(0x87)];}else logger[_0x3228e8(0xd5)](_0x3228e8(0xb1)+(_0x2f02b3[_0x3228e8(0x134)]||_0x2f02b3[_0x3228e8(0xaf)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester[a94_0x4eb2a8(0x105)](a94_0x4eb2a8(0x127),async function(_0x52f1df){const _0x2632d2=a94_0x4eb2a8,_0x19d3f5={};_0x19d3f5['qbRAw']=function(_0x1b377a,_0x52f9f9){return _0x1b377a!==_0x52f9f9;},_0x19d3f5[_0x2632d2(0xc6)]=_0x2632d2(0x112),_0x19d3f5[_0x2632d2(0x140)]=_0x2632d2(0xd5),_0x19d3f5['bEGdw']=_0x2632d2(0x92),_0x19d3f5[_0x2632d2(0x102)]='application/json',_0x19d3f5[_0x2632d2(0x100)]='PUT',_0x19d3f5[_0x2632d2(0x7c)]=_0x2632d2(0xc1),_0x19d3f5[_0x2632d2(0xb4)]=function(_0x408727,_0x4398be){return _0x408727+_0x4398be;},_0x19d3f5[_0x2632d2(0xda)]=_0x2632d2(0x118),_0x19d3f5[_0x2632d2(0x11a)]='success';const _0x57f6ae=_0x19d3f5;if(bsSetupHelper[_0x2632d2(0x132)](process[_0x2632d2(0xdf)]['BS_A11Y_JWT'])||_0x57f6ae['qbRAw'](typeof process[_0x2632d2(0xdf)][_0x2632d2(0x89)],_0x57f6ae[_0x2632d2(0xc6)])){const _0x453f28={};return _0x453f28[_0x2632d2(0xfe)]=_0x57f6ae['MPFXa'],_0x453f28['message']=_0x57f6ae[_0x2632d2(0x115)],_0x453f28;}const _0x6d9282={'endTime':new Date()[_0x2632d2(0x96)]()},_0x25be1c={};_0x25be1c[_0x2632d2(0xbe)]=_0x2632d2(0xe5)+process[_0x2632d2(0xdf)][_0x2632d2(0x89)],_0x25be1c[_0x2632d2(0x12d)]=_0x57f6ae[_0x2632d2(0x102)];const _0x11e5a9={};_0x11e5a9[_0x2632d2(0x10a)]=_0x25be1c;const _0x118aec=_0x11e5a9,_0x4f47fa={};_0x4f47fa[_0x2632d2(0x9d)]=_0x6d9282,_0x4f47fa[_0x2632d2(0xa3)]=null,_0x4f47fa[_0x2632d2(0xa9)]=!![];const _0x4b7fc2=Object[_0x2632d2(0x13a)](_0x118aec,_0x4f47fa);try{const _0x116e35=await bsSetupHelper[_0x2632d2(0x10d)](_0x57f6ae[_0x2632d2(0x100)],_0x57f6ae['ehjIk'],_0x4b7fc2,_0x52f1df,API_URL);if(_0x116e35[_0x2632d2(0xd6)]['error'])throw new Error(_0x57f6ae[_0x2632d2(0xb4)](_0x57f6ae[_0x2632d2(0xda)],_0x116e35['data'][_0x2632d2(0xd5)]));else{logger[_0x2632d2(0x93)](_0x2632d2(0x113)+new Date()[_0x2632d2(0x96)]());const _0x141ce2={};return _0x141ce2[_0x2632d2(0xfe)]=_0x57f6ae[_0x2632d2(0x11a)],_0x141ce2[_0x2632d2(0x134)]='',_0x141ce2;}}catch(_0x5fd36){_0x5fd36['response']?logger[_0x2632d2(0xd5)](_0x2632d2(0x137)+_0x5fd36['response'][_0x2632d2(0xfe)]+'\x20'+_0x5fd36['response'][_0x2632d2(0xcd)]+'\x20'+JSON[_0x2632d2(0xde)](_0x5fd36[_0x2632d2(0xe3)]['data'])):logger[_0x2632d2(0xd5)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x5fd36['message']||util['format'](_0x5fd36)));const _0x270a77={};return _0x270a77[_0x2632d2(0xfe)]=_0x57f6ae[_0x2632d2(0x140)],_0x270a77[_0x2632d2(0x134)]=_0x5fd36[_0x2632d2(0x134)]||(_0x5fd36[_0x2632d2(0xe3)]?_0x5fd36['response'][_0x2632d2(0xfe)]+':'+_0x5fd36[_0x2632d2(0xe3)][_0x2632d2(0xcd)]:_0x5fd36),_0x270a77;}}),exports[a94_0x4eb2a8(0x13b)]=async(_0x2b88e2,_0x1ee0f7=null)=>{const _0xc48954=a94_0x4eb2a8,_0x5c0704={};_0x5c0704['bSTKf']=_0xc48954(0xf9),_0x5c0704['MOyDN']=_0xc48954(0x109),_0x5c0704['lFqks']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.';const _0x2d958f=_0x5c0704;if(!this[_0xc48954(0xea)]()||!globals['getGlobal'](_0x2d958f[_0xc48954(0x8b)])||!globals[_0xc48954(0x7e)](_0x2d958f['MOyDN'])){logger['warn'](_0x2d958f[_0xc48954(0xf6)]);return;}return await PerformanceTester[_0xc48954(0x105)](PerformanceA11yEvents[_0xc48954(0xf1)],async()=>{const _0x5cbf50=_0xc48954,_0x46a055={};_0x46a055[_0x5cbf50(0xec)]=_0x1ee0f7||global[_0x5cbf50(0x12c)];const _0x32be3d=util[_0x5cbf50(0x121)](await _0x2b88e2[_0x5cbf50(0x8c)](scripts['performScan'],_0x46a055));return logger[_0x5cbf50(0x144)](_0x5cbf50(0x11d)+_0x32be3d),_0x32be3d;},{'command':_0x1ee0f7})();},exports['getAccessibilityResults']=async(_0x50a556,_0x5838d0)=>{const _0x2e5fb4=a94_0x4eb2a8,_0x4d44ea={};_0x4d44ea[_0x2e5fb4(0x117)]=_0x2e5fb4(0x8e),_0x4d44ea['hlZHW']=_0x2e5fb4(0xf9),_0x4d44ea[_0x2e5fb4(0xa1)]=_0x2e5fb4(0x109),_0x4d44ea[_0x2e5fb4(0xca)]=_0x2e5fb4(0x122),_0x4d44ea[_0x2e5fb4(0x91)]='getAccessibilityResults',_0x4d44ea[_0x2e5fb4(0xeb)]=_0x2e5fb4(0x10e);const _0x405d22=_0x4d44ea;if(!this[_0x2e5fb4(0xea)]()||!globals[_0x2e5fb4(0x7e)](_0x405d22['hlZHW'])||!globals[_0x2e5fb4(0x7e)](_0x405d22['nNVCh']))return logger[_0x2e5fb4(0xd7)](_0x405d22[_0x2e5fb4(0xca)]),[];try{return await PerformanceTester[_0x2e5fb4(0x105)](PerformanceA11yEvents[_0x2e5fb4(0xf1)],async()=>{const _0x5b0ee3=_0x2e5fb4;logger[_0x5b0ee3(0x144)](_0x405d22[_0x5b0ee3(0x117)]);const _0x45651f={};_0x45651f[_0x5b0ee3(0xec)]=_0x5838d0['browserstackSessionName'],logger[_0x5b0ee3(0x144)](util[_0x5b0ee3(0x121)](await _0x50a556[_0x5b0ee3(0x8c)](scripts['performScan'],_0x45651f)));},{'command':_0x405d22[_0x2e5fb4(0x91)]})(),await PerformanceTester[_0x2e5fb4(0x105)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x5641f5=await _0x50a556['executeAsyncScript'](scripts['getResults']);return _0x5641f5;})();}catch{return logger[_0x2e5fb4(0xd5)](_0x405d22[_0x2e5fb4(0xeb)]),[];}},exports[a94_0x4eb2a8(0xa6)]=async(_0xbb6e0a,_0x21fc06)=>{const _0x4f3bf2=a94_0x4eb2a8,_0x2689ac={};_0x2689ac[_0x4f3bf2(0x11c)]=_0x4f3bf2(0x13f),_0x2689ac[_0x4f3bf2(0xd0)]=_0x4f3bf2(0xf9),_0x2689ac[_0x4f3bf2(0x98)]=_0x4f3bf2(0x109),_0x2689ac[_0x4f3bf2(0xc4)]=_0x4f3bf2(0xc3),_0x2689ac['pjhPP']=_0x4f3bf2(0xa6),_0x2689ac['NwCIY']=_0x4f3bf2(0x126);const _0x2b4017=_0x2689ac;if(!this[_0x4f3bf2(0xea)]()||!globals[_0x4f3bf2(0x7e)](_0x2b4017[_0x4f3bf2(0xd0)])||!globals['getGlobal'](_0x2b4017['MHehQ']))return logger['warn'](_0x2b4017[_0x4f3bf2(0xc4)]),{};try{return await PerformanceTester[_0x4f3bf2(0x105)](PerformanceA11yEvents[_0x4f3bf2(0xf1)],async()=>{const _0x45692f=_0x4f3bf2;logger['debug'](_0x2b4017[_0x45692f(0x11c)]);const _0x6cab51={};_0x6cab51[_0x45692f(0xec)]=_0x21fc06[_0x45692f(0x12c)],logger['debug'](util[_0x45692f(0x121)](await _0xbb6e0a[_0x45692f(0x8c)](scripts[_0x45692f(0x13b)],_0x6cab51)));},{'command':_0x2b4017[_0x4f3bf2(0xc5)]})(),await PerformanceTester[_0x4f3bf2(0x105)](PerformanceA11yEvents[_0x4f3bf2(0x85)],async()=>{const _0x17ac10=_0x4f3bf2,_0x2d3f95=await _0xbb6e0a['executeAsyncScript'](scripts[_0x17ac10(0x136)]);return _0x2d3f95;})();}catch{return logger['error'](_0x2b4017[_0x4f3bf2(0x9f)]),{};}},exports[a94_0x4eb2a8(0xf4)]=_0x393266=>{const _0x1ed0d4=a94_0x4eb2a8,_0x1bfe0e={};_0x1bfe0e[_0x1ed0d4(0x94)]=function(_0x931163,_0x570b4c){return _0x931163===_0x570b4c;},_0x1bfe0e[_0x1ed0d4(0xe6)]=_0x1ed0d4(0x112),_0x1bfe0e[_0x1ed0d4(0xb2)]='browserstack_executor';const _0x1a185f=_0x1bfe0e;if(_0x393266&&_0x393266[_0x1ed0d4(0xb0)]&&_0x1a185f[_0x1ed0d4(0x94)](typeof _0x393266['script'],_0x1a185f['ibwWP']))return _0x393266['script'][_0x1ed0d4(0x99)](_0x1a185f[_0x1ed0d4(0xb2)]);return![];};function a94_0x5d69(_0x32f9fb,_0x1d6d55){const _0x3e9947=a94_0x3e99();return a94_0x5d69=function(_0x5d6936,_0x2ba4db){_0x5d6936=_0x5d6936-0x7b;let _0xe0a4b8=_0x3e9947[_0x5d6936];return _0xe0a4b8;},a94_0x5d69(_0x32f9fb,_0x1d6d55);}function a94_0x3e99(){const _0x28c96a=['zOQch','user','isBrowserStackCommandExecutor','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','lFqks','AqCRI','accessibilityToken','isAccessibilityPlatform','BROWSERSTACK_TURBOSCALE','../performance/constants','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','some','status','errors','HUczC','getUserName','nSyTA','235487uuGIwQ','winstonLogger','measureWrapper','version','bstack:options','TsZkz','bstackA11yShouldScan','headers','deviceName','false','nodeRequest','No\x20accessibility\x20results\x20were\x20found.','browserName','isTrue','mergeDeep','string','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','rwfQI','bEGdw','toJson','GnQuR','Invalid\x20request:\x20','lflxr','pMXrU','QuNpt','jyJEQ','Performed\x20scan\x20with\x20result:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','setNonBstackInfraCapabilities','browserVersion','format','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Brztz','parse','accessibility','No\x20accessibility\x20summary\x20was\x20found.','a11y:stop','__cloud_provider___','get','ikVFN','a11y:start','browserstackSessionName','Content-Type','projectName','POST','nonBstackPlatformValidation','gYgJD','isUndefined','application/json','message','goog:chromeOptions','getResultsSummary','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','assign','performScan','buildName','getCiInfo','../performance/performance-tester','Performing\x20scan\x20before\x20getting\x20results\x20summary','MPFXa','PujPE','getCapabilities','getPlatform','debug','yOyEu','zWnox','pass','askQD','playwright','ehjIk','4500EXpdoe','getGlobal','ZFocs','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','OYKNF','capabilities_','includeTagsInTestingScope','3993952NOgdga','GET_RESULTS_SUMMARY','chromeOptions_','MvFfX','toLowerCase','BS_A11Y_JWT','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','bSTKf','executeAsyncScript','./scripts','Performing\x20scan\x20before\x20getting\x20results','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Not\x20a\x20Accessibility\x20Session','JTzUR','Build\x20creation\x20had\x20failed.','info','IBLzU','isBrowserstackInfra','toISOString','hqEBZ','MHehQ','includes','getAgentVersion','2556953ybqbAM','NTCZx','body','javascript','NwCIY','zgPhP','nNVCh','uThYu','auth','pdVmi','lZpEf','getAccessibilityResultsSummary','selenium-webdriver/chrome.js','chromeOptions','json','getAccessKey','GOZhl','scannerVersion','length','Anwug','stack','script','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','giJth','3678EPfsWL','MNgJq','haJhS','stZMt','29552436WXwilx','vxJjE','getHostInfo','1941RJcFJM','nestedKeyValue','browserstack','path','Authorization','TQyST','v2/test_runs','test_runs/stop','excludeTagsInTestingScope','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','FGrOj','pjhPP','dAEFf','platforms','bnGFT','getTestFrameworkDetails','bBIrX','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','RhMJP','statusText','options_','isArray','YLqTo','irVQH','MWkSI','forEach','--headless','error','data','warn','4491872qkEsCj','device','VERHB','ZthFA','chrome','FycDq','stringify','env','set','getBrowserName','buildDescription','response','HhLLQ','Bearer\x20','ibwWP','LppuK','GqWQW','SDhIs','isAccessibilityAutomationSession','orqum','method','130fgxJjZ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','createAccessibilityTestRun','resolve','PERFORM_SCAN'];a94_0x3e99=function(){return _0x28c96a;};return a94_0x3e99();}
1
+ const a94_0x3241a0=a94_0x5400;function a94_0x53f5(){const _0x260690=['Performed\x20scan\x20with\x20result:\x20','EVjGu','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','isTrue','yijMy','2404120mSfqhT','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','ynRir','--headless','nestedKeyValue','rRfpj','errors','ChromeExtension','requireModule','deviceName','shouldScanTestForAccessibility','kXRCP','basename','status','rrStL','hirOC','includeTagsInTestingScope','fetchPlatformDetails','1461171EOiwEd','cLlQU','GLPAf','hcaQI','wKkAE','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','performScan','./constants','Performing\x20scan\x20before\x20getting\x20results\x20summary','json','nrKJN','util','xdWqS','FSjNy','1021306JixJvD','lYsiJ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','getHostInfo','FGWEL','assign','HONyX','parse','../globals','bkOqT','ZABSD','toISOString','jokOS','uztLZ','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','string','Not\x20a\x20Accessibility\x20Session','getGlobal','getAccessKey','MQiKc','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','null','path','message','PUT','GET_RESULTS_SUMMARY','eoOyP','join','browserstackSessionName','JrQKM','nonBstackPlatformValidation','ylgKP','browserstack_executor','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','srOPm','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','some','QDsHq','capabilities_','error','5SKtGRY','getPackageVersion','playwright','../helper','getGitMetaData','KmWMj','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','chrome','hyLOK','accessibilityToken','YvWqJ','nodeRequest','mEfny','isArray','getCiInfo','zyKoC','GXzle','isBrowserstackInfra','javascript','length','chromeOptions_','application/json','BAnaB','Bearer\x20','get','getUserName','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Hdioz','winstonLogger','format','selenium-webdriver/chrome.js','bEOWI','includes','browserName','buildDescription','response','test_runs/stop','device','3405174SoPeGD','eDmpG','mHPVi','getTestFrameworkDetails','fQyTe','v2/test_runs','Invalid\x20request:\x20','bOWCQ','pwCiJ','toLowerCase','./scripts','98TQdnOE','getAccessibilityResultsSummary','oamdN','vhHaE','goog:chromeOptions','data','Nchcx','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','2836323xnvKJM','statusText','HKFGA','browserstack','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','browserVersion','bstackA11yShouldScan','stopAccessibilityTestRun','TOgSm','../performance/performance-tester','dewjQ','Content-Type','getPlatform','isUndefined','pKabm','gONoR','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','chromeOptions','yRNFO','PERFORM_SCAN','utbYQ','isAccessibilityAutomationSession','getCapabilities','debug','createAccessibilityTestRun','nreGq','vrZcP','isBrowserStackCommandExecutor','warn','false','AHTQc','getAccessibilityResults','auth','Performing\x20scan\x20before\x20getting\x20results','method','isAccessibilityPlatform','user','accessibility','314008skeunA','selenium-webdriver','success','XGklk','executeAsyncScript','OHbRg','getBrowserVersion','ALooc','No\x20accessibility\x20summary\x20was\x20found.','NPuEN','measureWrapper','kxucV','wPDzB','mergeDeep','vToAT','body','checkAccessibilityPlatformConfig','args','VogfV','stack','tbewI','vVmuW','dddIz','LhFdD','platforms','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','excludeTagsInTestingScope','vFbXH','info','XJeqQ','stringify','script','15898ESZbrY','__cloud_provider___','170XceXXJ','getResults','jwtoQ','Authorization','Invalid\x20configuration\x20passed.','headers','BS_A11Y_JWT','TRuAf','../performance/constants','env','97mjiiTG'];a94_0x53f5=function(){return _0x260690;};return a94_0x53f5();}(function(_0x498ba8,_0xb1289c){const _0x24839e=a94_0x5400,_0x430062=_0x498ba8();while(!![]){try{const _0x42b3b3=parseInt(_0x24839e(0x24a))/0x1*(-parseInt(_0x24839e(0x23e))/0x2)+parseInt(_0x24839e(0x262))/0x3+-parseInt(_0x24839e(0x250))/0x4*(-parseInt(_0x24839e(0x1be))/0x5)+-parseInt(_0x24839e(0x1e4))/0x6+parseInt(_0x24839e(0x1ef))/0x7*(-parseInt(_0x24839e(0x21e))/0x8)+-parseInt(_0x24839e(0x1f8))/0x9+parseInt(_0x24839e(0x240))/0xa*(parseInt(_0x24839e(0x196))/0xb);if(_0x42b3b3===_0xb1289c)break;else _0x430062['push'](_0x430062['shift']());}catch(_0x2c09bd){_0x430062['push'](_0x430062['shift']());}}}(a94_0x53f5,0x7117a));function a94_0x5400(_0x18dc43,_0x1c929f){const _0x53f531=a94_0x53f5();return a94_0x5400=function(_0x5400ae,_0x5af491){_0x5400ae=_0x5400ae-0x18c;let _0x4f6f8e=_0x53f531[_0x5400ae];return _0x4f6f8e;},a94_0x5400(_0x18dc43,_0x1c929f);}const path=require(a94_0x3241a0(0x1ac)),util=require(a94_0x3241a0(0x193)),bsSetupHelper=require(a94_0x3241a0(0x1c1)),logger=require('../logger')[a94_0x3241a0(0x1da)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a94_0x3241a0(0x18f)),PerformanceTester=require(a94_0x3241a0(0x201)),scripts=require(a94_0x3241a0(0x1ee)),globals=require(a94_0x3241a0(0x19e)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a94_0x3241a0(0x248));exports[a94_0x3241a0(0x261)]=async _0x11a386=>{const _0x17d1e2=a94_0x3241a0,_0x965025={};_0x965025[_0x17d1e2(0x227)]=function(_0x16cb42,_0x15abe2){return _0x16cb42===_0x15abe2;},_0x965025[_0x17d1e2(0x25e)]=_0x17d1e2(0x1fb);const _0x1f8300=_0x965025;let _0xa2cef4={};try{const _0x21a1dc=await _0x11a386[_0x17d1e2(0x20e)]();_0xa2cef4={'os_name':_0x21a1dc[_0x17d1e2(0x204)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x1f8300[_0x17d1e2(0x227)](global[_0x17d1e2(0x23f)],_0x1f8300[_0x17d1e2(0x25e)])),'browser_name':_0x21a1dc['getBrowserName'](),'browser_version':_0x21a1dc[_0x17d1e2(0x224)]()};}catch(_0x52e030){logger[_0x17d1e2(0x20f)](_0x17d1e2(0x237)+_0x52e030);}return _0xa2cef4;},exports[a94_0x3241a0(0x20d)]=()=>{const _0x58d362=a94_0x3241a0,_0x58e06d={};_0x58e06d[_0x58d362(0x1f1)]=function(_0x278a64,_0x27fdc3){return _0x278a64===_0x27fdc3;},_0x58e06d['fQyTe']=_0x58d362(0x1a5),_0x58e06d['rRfpj']=function(_0x2c7a30,_0x288bc6){return _0x2c7a30>_0x288bc6;},_0x58e06d[_0x58d362(0x1b5)]=function(_0x43229e,_0x5981cf){return _0x43229e!==_0x5981cf;},_0x58e06d[_0x58d362(0x192)]=_0x58d362(0x1ab),_0x58e06d[_0x58d362(0x22c)]=function(_0x11ad10,_0x385638){return _0x11ad10&&_0x385638;};const _0x43b1ec=_0x58e06d;try{const _0x208065=bsSetupHelper[_0x58d362(0x24e)](process[_0x58d362(0x249)][_0x58d362(0x1d8)])||bsSetupHelper[_0x58d362(0x24e)](process[_0x58d362(0x249)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x3992db=_0x43b1ec[_0x58d362(0x1f1)](typeof process[_0x58d362(0x249)]['BS_A11Y_JWT'],_0x43b1ec[_0x58d362(0x1e8)])&&_0x43b1ec[_0x58d362(0x255)](process[_0x58d362(0x249)][_0x58d362(0x246)][_0x58d362(0x1d1)],0x0)&&_0x43b1ec['ylgKP'](process['env'][_0x58d362(0x246)],_0x43b1ec['nrKJN']);return _0x43b1ec[_0x58d362(0x22c)](_0x208065,_0x3992db);}catch(_0x5e69c5){logger[_0x58d362(0x20f)](_0x58d362(0x1f6)+_0x5e69c5);}return![];},exports[a94_0x3241a0(0x1b4)]=(_0x13d0f4,_0x3db629)=>{const _0x54bd56=a94_0x3241a0,_0x1ec5f6={'VogfV':_0x54bd56(0x1df),'nreGq':function(_0x4130c0,_0x56dbf7){return _0x4130c0(_0x56dbf7);},'nYxqc':_0x54bd56(0x1fd),'tbewI':function(_0x387685,_0x43f5eb){return _0x387685(_0x43f5eb);},'bEOWI':'version','lYsiJ':'bstack:options','GLPAf':function(_0x58284e,_0x4b07c1){return _0x58284e(_0x4b07c1);},'mHPVi':_0x54bd56(0x259),'HKFGA':_0x54bd56(0x1e3),'QDsHq':_0x54bd56(0x1b7),'SrzUs':_0x54bd56(0x1dc),'BEMjg':_0x54bd56(0x21f),'kXRCP':'options_','eoOyP':_0x54bd56(0x22f),'wPDzB':_0x54bd56(0x209),'kxucV':_0x54bd56(0x253),'JrQKM':'Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','MjnDp':_0x54bd56(0x1f3),'hyLOK':function(_0x5d48c1,_0x2e48fd){return _0x5d48c1===_0x2e48fd;},'uztLZ':_0x54bd56(0x1c5),'hcaQI':function(_0x51331,_0x37d910){return _0x51331>=_0x37d910;}},_0x384d19=_0x13d0f4['get'](_0x1ec5f6[_0x54bd56(0x230)]),_0x8f42c1=_0x1ec5f6[_0x54bd56(0x211)](parseFloat,_0x13d0f4[_0x54bd56(0x1d6)](_0x1ec5f6['nYxqc']))||_0x1ec5f6[_0x54bd56(0x232)](parseFloat,_0x13d0f4[_0x54bd56(0x1d6)](_0x1ec5f6[_0x54bd56(0x1dd)])),_0x544e9e=_0x13d0f4[_0x54bd56(0x1d6)](_0x1ec5f6[_0x54bd56(0x197)])||{},_0x1ff7ac=_0x1ec5f6[_0x54bd56(0x264)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x293411=_0x544e9e[_0x1ec5f6[_0x54bd56(0x1e6)]]||_0x13d0f4[_0x54bd56(0x1d6)](_0x1ec5f6[_0x54bd56(0x1fa)])||![];if(_0x293411)return logger[_0x54bd56(0x214)](_0x1ec5f6[_0x54bd56(0x1bb)]),![];let _0x557cd0;try{_0x557cd0=bsSetupHelper[_0x54bd56(0x258)](_0x1ec5f6['SrzUs'],_0x1ec5f6['BEMjg']);}catch(_0x596f5c){return![];}const _0x1b3ea6=new _0x557cd0['Options'](_0x3db629[_0x54bd56(0x1d2)]),_0x27ac6a=bsSetupHelper['nestedKeyValue'](_0x1b3ea6,[_0x1ec5f6[_0x54bd56(0x25b)],_0x1ec5f6[_0x54bd56(0x1b0)]])||bsSetupHelper[_0x54bd56(0x254)](_0x3db629[_0x54bd56(0x1bc)],[_0x1ec5f6['lYsiJ'],_0x1ec5f6['wPDzB'],_0x1ec5f6['eoOyP']])||bsSetupHelper[_0x54bd56(0x254)](_0x3db629[_0x54bd56(0x1bc)],[_0x1ec5f6[_0x54bd56(0x22a)],_0x1ec5f6['eoOyP']])||[];if(_0x27ac6a['includes'](_0x1ec5f6[_0x54bd56(0x229)]))return logger[_0x54bd56(0x214)](_0x1ec5f6[_0x54bd56(0x1b3)]),![];const _0x212aeb=_0x3db629[_0x54bd56(0x1bc)]||{},_0xf26279=bsSetupHelper[_0x54bd56(0x254)](_0x212aeb,[_0x1ec5f6['MjnDp']])||{},_0x3b6751=bsSetupHelper['nestedKeyValue'](_0xf26279,[_0x1ec5f6['eoOyP']])||[];if(_0x3b6751[_0x54bd56(0x1de)](_0x1ec5f6[_0x54bd56(0x229)]))return logger[_0x54bd56(0x214)](_0x1ec5f6[_0x54bd56(0x1b3)]),![];if(_0x1ec5f6[_0x54bd56(0x1c6)](_0x384d19[_0x54bd56(0x1ed)](),_0x1ec5f6[_0x54bd56(0x1a3)])&&_0x1ec5f6[_0x54bd56(0x265)](_0x8f42c1,_0x1ff7ac))return!![];return logger[_0x54bd56(0x214)](_0x54bd56(0x198)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports['setNonBstackInfraCapabilities']=_0x201219=>{const _0x45b24c=a94_0x3241a0,_0x45fc79={};_0x45fc79['hirOC']=_0x45b24c(0x1f3),_0x45fc79[_0x45b24c(0x1a0)]=function(_0x37849a,_0x36228e){return _0x37849a||_0x36228e;},_0x45fc79[_0x45b24c(0x20c)]=_0x45b24c(0x1a6);const _0xa037ec=_0x45fc79,_0x5b189b=scripts[_0x45b24c(0x257)];try{const _0x34e222=bsSetupHelper['isTrue'](process[_0x45b24c(0x249)][_0x45b24c(0x1d8)])||bsSetupHelper[_0x45b24c(0x24e)](process[_0x45b24c(0x249)][_0x45b24c(0x18d)]);if((!bsSetupHelper[_0x45b24c(0x1cf)]()||process[_0x45b24c(0x249)]['BROWSERSTACK_TURBOSCALE'])&&_0x34e222){const _0xb8fa0d=_0x201219[_0x45b24c(0x20e)](),_0x5d0ac4=_0xb8fa0d[_0x45b24c(0x1d6)](_0xa037ec[_0x45b24c(0x25f)]),_0x5739e8=_0xa037ec[_0x45b24c(0x1a0)](_0x5d0ac4,{});bsSetupHelper[_0x45b24c(0x22b)](_0x5739e8,_0x5b189b),_0x201219[_0x45b24c(0x20e)]()['set'](_0xa037ec[_0x45b24c(0x25f)],_0x5739e8);}else logger[_0x45b24c(0x214)](_0xa037ec['utbYQ']);}catch(_0x2f4485){logger['error']('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x2f4485);}},exports[a94_0x3241a0(0x25a)]=(_0x2205eb=null,_0x203d68=!![],_0x5aa522=[])=>{const _0x27f049=a94_0x3241a0,_0x2e69c9={};_0x2e69c9[_0x27f049(0x263)]=function(_0x5bac1e,_0x506b55){return _0x5bac1e==_0x506b55;},_0x2e69c9[_0x27f049(0x239)]=function(_0x28a5d0,_0x2792d8){return _0x28a5d0>_0x2792d8;},_0x2e69c9['EVjGu']=function(_0x572057,_0x203639){return _0x572057===_0x203639;},_0x2e69c9['mEfny']=function(_0x442dea,_0x402478){return _0x442dea&&_0x402478;},_0x2e69c9['FGWEL']=function(_0x1ae79a,_0x4d6351){return _0x1ae79a===_0x4d6351;},_0x2e69c9[_0x27f049(0x223)]=function(_0x46cf52,_0x269cc4){return _0x46cf52&&_0x269cc4;};const _0xf7913f=_0x2e69c9;if(_0xf7913f[_0x27f049(0x263)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x32fa37=JSON[_0x27f049(0x19d)](process[_0x27f049(0x249)][_0x27f049(0x1f7)]),_0x1e7b30=Array[_0x27f049(0x1cb)](_0x32fa37['includeTagsInTestingScope'])?_0x32fa37[_0x27f049(0x260)]:[],_0x2afbe2=Array[_0x27f049(0x1cb)](_0x32fa37[_0x27f049(0x238)])?_0x32fa37[_0x27f049(0x238)]:[];if(bsSetupHelper['isUndefined'](_0x2205eb)){if(_0xf7913f['vFbXH'](_0x5aa522[_0x27f049(0x1d1)],0x0)){const _0x44e6ef=_0x2afbe2[_0x27f049(0x1ba)](_0x49f765=>_0x5aa522['includes'](_0x49f765)),_0x3d6803=_0xf7913f[_0x27f049(0x24c)](_0x1e7b30['length'],0x0)||_0x1e7b30[_0x27f049(0x1ba)](_0x14ea8a=>_0x5aa522[_0x27f049(0x1de)](_0x14ea8a));return _0xf7913f[_0x27f049(0x1ca)](!_0x44e6ef,_0x3d6803);}return!![];}let _0x366ab1;_0x203d68?_0x366ab1=_0x2205eb[_0x27f049(0x1b1)]('/'):_0x366ab1=_0x2205eb;const _0x505bc9=_0x2afbe2[_0x27f049(0x1ba)](_0x3ca818=>_0x366ab1['includes'](_0x3ca818)),_0x326b96=_0xf7913f[_0x27f049(0x19a)](_0x1e7b30['length'],0x0)||_0x1e7b30[_0x27f049(0x1ba)](_0x31a560=>_0x366ab1[_0x27f049(0x1de)](_0x31a560));return _0xf7913f[_0x27f049(0x223)](!_0x505bc9,_0x326b96);}catch(_0x389784){logger[_0x27f049(0x20f)](_0x27f049(0x1aa)+util[_0x27f049(0x1db)](_0x389784));}return![];},exports[a94_0x3241a0(0x22e)]=_0x1b0cb4=>{const _0x354b33=a94_0x3241a0;let _0x58e9d3=![];try{_0x1b0cb4[_0x354b33(0x236)]['forEach'](_0x2552c9=>{const _0x4822da=_0x354b33;if(bsSetupHelper[_0x4822da(0x24e)](_0x2552c9[_0x4822da(0x21d)]))return _0x58e9d3=!![],!![];});}catch(_0x4545c1){logger[_0x354b33(0x20f)](_0x354b33(0x1fc)+_0x4545c1);}return _0x58e9d3||bsSetupHelper[_0x354b33(0x24e)](_0x1b0cb4[_0x354b33(0x21d)]);},exports[a94_0x3241a0(0x210)]=PerformanceTester[a94_0x3241a0(0x228)]('a11y:start',async function(_0x4bd8be,_0x1f81f1){const _0x41ed90=a94_0x3241a0,_0x38304f={};_0x38304f[_0x41ed90(0x247)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x38304f[_0x41ed90(0x18c)]=_0x41ed90(0x1c0),_0x38304f['Nchcx']=_0x41ed90(0x1d0),_0x38304f[_0x41ed90(0x1ec)]=_0x41ed90(0x1d3),_0x38304f[_0x41ed90(0x1b8)]='POST',_0x38304f[_0x41ed90(0x1e5)]=_0x41ed90(0x1e9),_0x38304f[_0x41ed90(0x206)]=function(_0x402c81,_0x584517){return _0x402c81===_0x584517;},_0x38304f[_0x41ed90(0x216)]=_0x41ed90(0x244),_0x38304f[_0x41ed90(0x252)]=_0x41ed90(0x215);const _0x4e4a42=_0x38304f,_0x20e595=bsSetupHelper[_0x41ed90(0x1d7)](_0x4bd8be),_0x245e1a=bsSetupHelper[_0x41ed90(0x1a8)](_0x4bd8be);if(bsSetupHelper[_0x41ed90(0x205)](_0x20e595)||bsSetupHelper[_0x41ed90(0x205)](_0x245e1a))return logger['error'](_0x4e4a42[_0x41ed90(0x247)]),[null,null];try{let _0x16b69e;bsSetupHelper['isUndefined'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x16b69e={}:_0x16b69e=JSON[_0x41ed90(0x19d)](process[_0x41ed90(0x249)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x222624,version:_0x4ebcc5}=bsSetupHelper[_0x41ed90(0x1e7)](_0x4bd8be,_0x1f81f1),_0x437e3b={'projectName':_0x4bd8be['projectName'],'buildName':_0x4bd8be['buildName']||path[_0x41ed90(0x25c)](path['resolve'](process['cwd']())),'startTime':new Date()[_0x41ed90(0x1a1)](),'description':_0x4bd8be[_0x41ed90(0x1e0)]||'','source':{'frameworkName':_0x1f81f1['includes'](_0x4e4a42[_0x41ed90(0x18c)])?_0x4e4a42[_0x41ed90(0x18c)]:_0x1f81f1,'frameworkVersion':bsSetupHelper[_0x41ed90(0x1bf)](_0x1f81f1),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x4e4a42[_0x41ed90(0x1f5)],'testFramework':_0x222624,'testFrameworkVersion':_0x4ebcc5},'settings':_0x16b69e,'versionControl':await bsSetupHelper[_0x41ed90(0x1c2)](),'ciInfo':bsSetupHelper[_0x41ed90(0x1cc)](),'hostInfo':bsSetupHelper[_0x41ed90(0x199)](),'browserstackAutomation':bsSetupHelper[_0x41ed90(0x1cf)]()},_0x3ac4d3={};_0x3ac4d3[_0x41ed90(0x21c)]=_0x20e595,_0x3ac4d3['pass']=_0x245e1a;const _0x35fd5f={};_0x35fd5f[_0x41ed90(0x203)]=_0x4e4a42[_0x41ed90(0x1ec)];const _0x423fd8={};_0x423fd8[_0x41ed90(0x218)]=_0x3ac4d3,_0x423fd8['headers']=_0x35fd5f;const _0x79e7f2=_0x423fd8,_0x4efbcc={};_0x4efbcc[_0x41ed90(0x22d)]=_0x437e3b,_0x4efbcc[_0x41ed90(0x191)]=!![];const _0x43d1c5=Object[_0x41ed90(0x19b)](_0x79e7f2,_0x4efbcc),_0x3f85b4=await bsSetupHelper[_0x41ed90(0x1c9)](_0x4e4a42['srOPm'],_0x4e4a42['eDmpG'],_0x43d1c5,_0x4bd8be,API_URL);let _0x210027=process[_0x41ed90(0x249)][_0x41ed90(0x1f7)];return _0x210027?_0x210027=JSON['parse'](process[_0x41ed90(0x249)][_0x41ed90(0x1f7)]):_0x210027={},scripts['parseFromJson'](_0x3f85b4[_0x41ed90(0x1f4)][_0x41ed90(0x1f4)]),scripts['toJson'](),_0x210027['scannerVersion']=_0x3f85b4['data'][_0x41ed90(0x1f4)]['scannerVersion'],process['env'][_0x41ed90(0x1f7)]=JSON[_0x41ed90(0x23c)](_0x210027),[_0x3f85b4[_0x41ed90(0x1f4)][_0x41ed90(0x1f4)][_0x41ed90(0x1c7)],_0x3f85b4[_0x41ed90(0x1f4)][_0x41ed90(0x1f4)]['id']];}catch(_0x32dca4){if(_0x32dca4[_0x41ed90(0x1e1)])logger[_0x41ed90(0x1bd)](_0x41ed90(0x208)+_0x32dca4[_0x41ed90(0x1e1)]['status']+'\x20'+_0x32dca4[_0x41ed90(0x1e1)][_0x41ed90(0x1f9)]+'\x20'+JSON[_0x41ed90(0x23c)](_0x32dca4[_0x41ed90(0x1e1)][_0x41ed90(0x1f4)]));else{if(_0x4e4a42[_0x41ed90(0x206)](_0x32dca4[_0x41ed90(0x1ad)],_0x4e4a42[_0x41ed90(0x216)])){logger[_0x41ed90(0x1bd)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x32dca4['message']||_0x32dca4[_0x41ed90(0x231)]));for(const _0x1fdde1 of _0x32dca4[_0x41ed90(0x256)]){logger[_0x41ed90(0x1bd)](_0x1fdde1[_0x41ed90(0x1ad)]);}process[_0x41ed90(0x249)][_0x41ed90(0x1d8)]=_0x4e4a42[_0x41ed90(0x252)],process[_0x41ed90(0x249)][_0x41ed90(0x18d)]=_0x4e4a42[_0x41ed90(0x252)];}else logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x32dca4[_0x41ed90(0x1ad)]||_0x32dca4[_0x41ed90(0x231)]));}return[null,null];}}),exports[a94_0x3241a0(0x1ff)]=PerformanceTester[a94_0x3241a0(0x228)]('a11y:stop',async function(_0x4357c2){const _0x4a6fd3=a94_0x3241a0,_0x182e7d={};_0x182e7d[_0x4a6fd3(0x200)]=function(_0x56e4a0,_0xe38763){return _0x56e4a0!==_0xe38763;},_0x182e7d[_0x4a6fd3(0x212)]=_0x4a6fd3(0x1a5),_0x182e7d[_0x4a6fd3(0x23b)]='error',_0x182e7d['dewjQ']='Build\x20creation\x20had\x20failed.',_0x182e7d[_0x4a6fd3(0x221)]=_0x4a6fd3(0x1d3),_0x182e7d[_0x4a6fd3(0x1c3)]=_0x4a6fd3(0x1ae),_0x182e7d[_0x4a6fd3(0x1d9)]=_0x4a6fd3(0x1e2),_0x182e7d[_0x4a6fd3(0x242)]=function(_0x276871,_0x88721d){return _0x276871+_0x88721d;},_0x182e7d['ALooc']=_0x4a6fd3(0x1ea),_0x182e7d[_0x4a6fd3(0x1eb)]=_0x4a6fd3(0x220);const _0x11157f=_0x182e7d;if(bsSetupHelper[_0x4a6fd3(0x205)](process[_0x4a6fd3(0x249)][_0x4a6fd3(0x246)])||_0x11157f['TOgSm'](typeof process[_0x4a6fd3(0x249)]['BS_A11Y_JWT'],_0x11157f[_0x4a6fd3(0x212)])){const _0x19232f={};return _0x19232f['status']=_0x11157f[_0x4a6fd3(0x23b)],_0x19232f[_0x4a6fd3(0x1ad)]=_0x11157f[_0x4a6fd3(0x202)],_0x19232f;}const _0x5ce9c5={'endTime':new Date()[_0x4a6fd3(0x1a1)]()},_0x25dc9f={};_0x25dc9f[_0x4a6fd3(0x243)]=_0x4a6fd3(0x1d5)+process[_0x4a6fd3(0x249)][_0x4a6fd3(0x246)],_0x25dc9f[_0x4a6fd3(0x203)]=_0x11157f[_0x4a6fd3(0x221)];const _0x2e5f57={};_0x2e5f57[_0x4a6fd3(0x245)]=_0x25dc9f;const _0x3c43f6=_0x2e5f57,_0x2afd73={};_0x2afd73[_0x4a6fd3(0x22d)]=_0x5ce9c5,_0x2afd73[_0x4a6fd3(0x218)]=null,_0x2afd73[_0x4a6fd3(0x191)]=!![];const _0x1a089d=Object[_0x4a6fd3(0x19b)](_0x3c43f6,_0x2afd73);try{const _0x150716=await bsSetupHelper[_0x4a6fd3(0x1c9)](_0x11157f['KmWMj'],_0x11157f[_0x4a6fd3(0x1d9)],_0x1a089d,_0x4357c2,API_URL);if(_0x150716[_0x4a6fd3(0x1f4)][_0x4a6fd3(0x1bd)])throw new Error(_0x11157f[_0x4a6fd3(0x242)](_0x11157f[_0x4a6fd3(0x225)],_0x150716[_0x4a6fd3(0x1f4)][_0x4a6fd3(0x1bd)]));else{logger[_0x4a6fd3(0x23a)](_0x4a6fd3(0x1b9)+new Date()['toISOString']());const _0x43337b={};return _0x43337b[_0x4a6fd3(0x25d)]=_0x11157f[_0x4a6fd3(0x1eb)],_0x43337b[_0x4a6fd3(0x1ad)]='',_0x43337b;}}catch(_0x44eef6){_0x44eef6[_0x4a6fd3(0x1e1)]?logger[_0x4a6fd3(0x1bd)](_0x4a6fd3(0x1c4)+_0x44eef6['response']['status']+'\x20'+_0x44eef6[_0x4a6fd3(0x1e1)][_0x4a6fd3(0x1f9)]+'\x20'+JSON['stringify'](_0x44eef6[_0x4a6fd3(0x1e1)]['data'])):logger['error'](_0x4a6fd3(0x1c4)+(_0x44eef6['message']||util[_0x4a6fd3(0x1db)](_0x44eef6)));const _0x4c60ed={};return _0x4c60ed[_0x4a6fd3(0x25d)]=_0x11157f[_0x4a6fd3(0x23b)],_0x4c60ed['message']=_0x44eef6[_0x4a6fd3(0x1ad)]||(_0x44eef6[_0x4a6fd3(0x1e1)]?_0x44eef6[_0x4a6fd3(0x1e1)][_0x4a6fd3(0x25d)]+':'+_0x44eef6['response'][_0x4a6fd3(0x1f9)]:_0x44eef6),_0x4c60ed;}}),exports[a94_0x3241a0(0x18e)]=async(_0x5d0c4f,_0x3a89c1=null)=>{const _0x3c0eb7=a94_0x3241a0,_0x28146a={};_0x28146a['HjWxo']='isAccessibilityPlatform',_0x28146a['bkOqT']=_0x3c0eb7(0x1fe),_0x28146a[_0x3c0eb7(0x1a2)]=_0x3c0eb7(0x251);const _0x1873bd=_0x28146a;if(!this[_0x3c0eb7(0x20d)]()||!globals[_0x3c0eb7(0x1a7)](_0x1873bd['HjWxo'])||!globals['getGlobal'](_0x1873bd[_0x3c0eb7(0x19f)])){logger['warn'](_0x1873bd[_0x3c0eb7(0x1a2)]);return;}return await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x102f87=_0x3c0eb7,_0x3c3179={};_0x3c3179['method']=_0x3a89c1||global[_0x102f87(0x1b2)];const _0x4156eb=util[_0x102f87(0x1db)](await _0x5d0c4f[_0x102f87(0x222)](scripts[_0x102f87(0x18e)],_0x3c3179));return logger[_0x102f87(0x20f)](_0x102f87(0x24b)+_0x4156eb),_0x4156eb;},{'command':_0x3a89c1})();},exports[a94_0x3241a0(0x217)]=async(_0x343e17,_0x475ca0)=>{const _0x33226b=a94_0x3241a0,_0x605a70={};_0x605a70[_0x33226b(0x234)]=_0x33226b(0x219),_0x605a70[_0x33226b(0x1ce)]=_0x33226b(0x21b),_0x605a70['LhFdD']=_0x33226b(0x1fe),_0x605a70[_0x33226b(0x1c8)]=_0x33226b(0x1a4),_0x605a70[_0x33226b(0x195)]=_0x33226b(0x217),_0x605a70['BAnaB']='No\x20accessibility\x20results\x20were\x20found.';const _0xb3efad=_0x605a70;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0xb3efad[_0x33226b(0x1ce)])||!globals[_0x33226b(0x1a7)](_0xb3efad[_0x33226b(0x235)]))return logger['warn'](_0xb3efad['YvWqJ']),[];try{return await PerformanceTester[_0x33226b(0x228)](PerformanceA11yEvents[_0x33226b(0x20b)],async()=>{const _0x435a77=_0x33226b;logger[_0x435a77(0x20f)](_0xb3efad[_0x435a77(0x234)]);const _0x315ae2={};_0x315ae2[_0x435a77(0x21a)]=_0x475ca0['browserstackSessionName'],logger[_0x435a77(0x20f)](util[_0x435a77(0x1db)](await _0x343e17[_0x435a77(0x222)](scripts[_0x435a77(0x18e)],_0x315ae2)));},{'command':_0xb3efad[_0x33226b(0x195)]})(),await PerformanceTester[_0x33226b(0x228)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x485402=_0x33226b,_0x563208=await _0x343e17[_0x485402(0x222)](scripts[_0x485402(0x241)]);return _0x563208;})();}catch{return logger[_0x33226b(0x1bd)](_0xb3efad[_0x33226b(0x1d4)]),[];}},exports[a94_0x3241a0(0x1f0)]=async(_0x12ccfa,_0x126b54)=>{const _0xad96d8=a94_0x3241a0,_0x376453={};_0x376453[_0xad96d8(0x20a)]=_0xad96d8(0x190),_0x376453['gONoR']='isAccessibilityPlatform',_0x376453[_0xad96d8(0x19c)]=_0xad96d8(0x1fe),_0x376453[_0xad96d8(0x194)]=_0xad96d8(0x24d),_0x376453[_0xad96d8(0x1a9)]='getAccessibilityResultsSummary',_0x376453[_0xad96d8(0x1cd)]=_0xad96d8(0x226);const _0x42ce0a=_0x376453;if(!this[_0xad96d8(0x20d)]()||!globals[_0xad96d8(0x1a7)](_0x42ce0a[_0xad96d8(0x207)])||!globals['getGlobal'](_0x42ce0a[_0xad96d8(0x19c)]))return logger['warn'](_0x42ce0a[_0xad96d8(0x194)]),{};try{return await PerformanceTester[_0xad96d8(0x228)](PerformanceA11yEvents[_0xad96d8(0x20b)],async()=>{const _0x1c3e34=_0xad96d8;logger['debug'](_0x42ce0a['yRNFO']);const _0x1620af={};_0x1620af[_0x1c3e34(0x21a)]=_0x126b54[_0x1c3e34(0x1b2)],logger[_0x1c3e34(0x20f)](util[_0x1c3e34(0x1db)](await _0x12ccfa['executeAsyncScript'](scripts['performScan'],_0x1620af)));},{'command':_0x42ce0a['MQiKc']})(),await PerformanceTester[_0xad96d8(0x228)](PerformanceA11yEvents[_0xad96d8(0x1af)],async()=>{const _0x42efaa=await _0x12ccfa['executeAsyncScript'](scripts['getResultsSummary']);return _0x42efaa;})();}catch{return logger[_0xad96d8(0x1bd)](_0x42ce0a[_0xad96d8(0x1cd)]),{};}},exports[a94_0x3241a0(0x213)]=_0x5197c3=>{const _0x19f3e0=a94_0x3241a0,_0x4194cc={};_0x4194cc[_0x19f3e0(0x233)]=function(_0x519f8a,_0x16ed52){return _0x519f8a===_0x16ed52;},_0x4194cc[_0x19f3e0(0x1f2)]=_0x19f3e0(0x1a5),_0x4194cc[_0x19f3e0(0x24f)]=_0x19f3e0(0x1b6);const _0x581173=_0x4194cc;if(_0x5197c3&&_0x5197c3[_0x19f3e0(0x23d)]&&_0x581173[_0x19f3e0(0x233)](typeof _0x5197c3['script'],_0x581173[_0x19f3e0(0x1f2)]))return _0x5197c3[_0x19f3e0(0x23d)]['includes'](_0x581173[_0x19f3e0(0x24f)]);return![];};
@@ -1 +1 @@
1
- function a95_0x59cc(){const _0x1f8aca=['ChromeExtension','grfSI','nonBStackInfraA11yChromeOptions','cLcfX','writeFileSync','1089UKphFp','scan','performScan','IDIHJ','length','4KCjTne','toJson','saveResults','48vXFZcm','parseFromProto','mkdirSync','parseFromJson','map','ROHuz','3XodohB','ZaZWK','0|2|5|3|1|4|6','path','198646ExOATp','getMethod','GjwRR','1189410CQiEvX','existsSync','getResults','fromJson','duhxR','commandsToWrap','split','1731960MXGpnA','getCommand','../../helpers/logger','MYayb','winstonLogger','shouldWrapCommand','saveTestResults','VZjsV','PVOcY','findIndex','getResultsSummary','getModule','getName','join','scripts','eSlcy','141211rookoG','debug','commands','commandsPath','exports','browserstackFolderPath','commands.json','.browserstack','getClass','196502JpcmGd','393408ZeOIZL','hrSpJ','stringify','80140GnZfea','eBghm','toLowerCase','homedir'];a95_0x59cc=function(){return _0x1f8aca;};return a95_0x59cc();}function a95_0x5287(_0x5a327a,_0x136486){const _0x59cc2d=a95_0x59cc();return a95_0x5287=function(_0x5287eb,_0x4e9ff1){_0x5287eb=_0x5287eb-0x149;let _0x1f9534=_0x59cc2d[_0x5287eb];return _0x1f9534;},a95_0x5287(_0x5a327a,_0x136486);}const a95_0x5bf51d=a95_0x5287;(function(_0x146b84,_0x310af4){const _0x2f5520=a95_0x5287,_0x24b304=_0x146b84();while(!![]){try{const _0x115f94=-parseInt(_0x2f5520(0x188))/0x1+-parseInt(_0x2f5520(0x165))/0x2*(-parseInt(_0x2f5520(0x161))/0x3)+-parseInt(_0x2f5520(0x158))/0x4*(parseInt(_0x2f5520(0x168))/0x5)+parseInt(_0x2f5520(0x15b))/0x6*(-parseInt(_0x2f5520(0x17f))/0x7)+-parseInt(_0x2f5520(0x16f))/0x8+parseInt(_0x2f5520(0x189))/0x9+-parseInt(_0x2f5520(0x14a))/0xa*(-parseInt(_0x2f5520(0x153))/0xb);if(_0x115f94===_0x310af4)break;else _0x24b304['push'](_0x24b304['shift']());}catch(_0x2212d2){_0x24b304['push'](_0x24b304['shift']());}}}(a95_0x59cc,0x1e4fe));const path=require(a95_0x5bf51d(0x164)),fs=require('fs'),logger=require(a95_0x5bf51d(0x171))[a95_0x5bf51d(0x173)],helper=require('../helper');class Scripts{constructor(){const _0x382c58=a95_0x5bf51d,_0x40ed63={};_0x40ed63['cLcfX']=_0x382c58(0x163),_0x40ed63['VZjsV']=_0x382c58(0x186),_0x40ed63['PVOcY']=_0x382c58(0x185);const _0x5e1232=_0x40ed63,_0x1a2f0c=_0x5e1232[_0x382c58(0x151)][_0x382c58(0x16e)]('|');let _0x40e093=0x0;while(!![]){switch(_0x1a2f0c[_0x40e093++]){case'0':this[_0x382c58(0x155)]=null;continue;case'1':this[_0x382c58(0x184)]=path['join'](helper[_0x382c58(0x14d)](),_0x5e1232[_0x382c58(0x176)]);continue;case'2':this[_0x382c58(0x16a)]=null;continue;case'3':this[_0x382c58(0x175)]=null;continue;case'4':this[_0x382c58(0x182)]=path[_0x382c58(0x17c)](this[_0x382c58(0x184)],_0x5e1232[_0x382c58(0x177)]);continue;case'5':this[_0x382c58(0x179)]=null;continue;case'6':this['fromJson']();continue;}break;}}[a95_0x5bf51d(0x15e)](_0x475a73){const _0x4838e7=a95_0x5bf51d;_0x475a73[_0x4838e7(0x17d)]&&(this[_0x4838e7(0x155)]=_0x475a73[_0x4838e7(0x17d)][_0x4838e7(0x154)],this['getResults']=_0x475a73['scripts'][_0x4838e7(0x16a)],this['getResultsSummary']=_0x475a73[_0x4838e7(0x17d)][_0x4838e7(0x179)],this[_0x4838e7(0x175)]=_0x475a73[_0x4838e7(0x17d)][_0x4838e7(0x15a)]),this[_0x4838e7(0x16d)]=_0x475a73[_0x4838e7(0x181)],this[_0x4838e7(0x14e)]=_0x475a73[_0x4838e7(0x150)];}[a95_0x5bf51d(0x15c)](_0x5a3b60,_0x28fc80){const _0x1ddfbd=a95_0x5bf51d,_0x25fc0e={};_0x25fc0e['GjwRR']=function(_0x1909c0,_0x4d990e){return _0x1909c0>_0x4d990e;},_0x25fc0e[_0x1ddfbd(0x18a)]=function(_0x182dc2,_0x3b961e){return _0x182dc2===_0x3b961e;},_0x25fc0e[_0x1ddfbd(0x172)]=_0x1ddfbd(0x154),_0x25fc0e['ZaZWK']=_0x1ddfbd(0x16a),_0x25fc0e['UREzi']=function(_0xf0f144,_0x31a39f){return _0xf0f144===_0x31a39f;},_0x25fc0e[_0x1ddfbd(0x156)]=_0x1ddfbd(0x179),_0x25fc0e[_0x1ddfbd(0x14b)]=function(_0x42a6f9,_0x59fe78){return _0x42a6f9===_0x59fe78;},_0x25fc0e[_0x1ddfbd(0x16c)]='saveResults',_0x25fc0e[_0x1ddfbd(0x17e)]=function(_0x29fdca,_0xeec2e1){return _0x29fdca>_0xeec2e1;};const _0x1dbf2c=_0x25fc0e;if(_0x5a3b60&&_0x1dbf2c[_0x1ddfbd(0x167)](_0x5a3b60[_0x1ddfbd(0x157)],0x0))for(const _0x506319 of _0x5a3b60){if(_0x1dbf2c[_0x1ddfbd(0x18a)](_0x506319['getName'](),_0x1dbf2c['MYayb']))this[_0x1ddfbd(0x155)]=_0x506319[_0x1ddfbd(0x170)]();else{if(_0x1dbf2c[_0x1ddfbd(0x18a)](_0x506319[_0x1ddfbd(0x17b)](),_0x1dbf2c[_0x1ddfbd(0x162)]))this['getResults']=_0x506319['getCommand']();else{if(_0x1dbf2c['UREzi'](_0x506319[_0x1ddfbd(0x17b)](),_0x1dbf2c[_0x1ddfbd(0x156)]))this[_0x1ddfbd(0x179)]=_0x506319[_0x1ddfbd(0x170)]();else _0x1dbf2c['eBghm'](_0x506319[_0x1ddfbd(0x17b)](),_0x1dbf2c[_0x1ddfbd(0x16c)])&&(this[_0x1ddfbd(0x175)]=_0x506319[_0x1ddfbd(0x170)]());}}}_0x28fc80&&_0x1dbf2c[_0x1ddfbd(0x17e)](_0x28fc80['length'],0x0)&&(this[_0x1ddfbd(0x16d)]=_0x28fc80[_0x1ddfbd(0x15f)](_0x558b4b=>{const _0x41daf8=_0x1ddfbd;return{'name':_0x558b4b[_0x41daf8(0x17b)](),'method':_0x558b4b[_0x41daf8(0x166)](),'library':_0x558b4b['getLibrary'](),'module':_0x558b4b[_0x41daf8(0x17a)](),'class':_0x558b4b[_0x41daf8(0x187)]()};}));}[a95_0x5bf51d(0x174)](_0x2be0f6){const _0x8e1b5=a95_0x5bf51d,_0x29d0ce={};_0x29d0ce['grfSI']=function(_0x19afe0,_0x40578f){return _0x19afe0!==_0x40578f;};const _0xe1f0f6=_0x29d0ce;try{return _0xe1f0f6[_0x8e1b5(0x14f)](this[_0x8e1b5(0x16d)][_0x8e1b5(0x178)](_0x22dc73=>_0x22dc73['name'][_0x8e1b5(0x14c)]()===_0x2be0f6[_0x8e1b5(0x14c)]()),-0x1);}catch(_0xefea5d){logger[_0x8e1b5(0x180)]('Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20'+_0xefea5d);}return![];}[a95_0x5bf51d(0x159)](){const _0x407e6f=a95_0x5bf51d;!fs['existsSync'](this[_0x407e6f(0x184)])&&fs[_0x407e6f(0x15d)](this[_0x407e6f(0x184)]),fs[_0x407e6f(0x152)](this['commandsPath'],JSON[_0x407e6f(0x149)]({'scripts':{'scan':this[_0x407e6f(0x155)],'getResults':this[_0x407e6f(0x16a)],'getResultsSummary':this[_0x407e6f(0x179)],'saveResults':this[_0x407e6f(0x175)]},'commands':this[_0x407e6f(0x16d)],'nonBStackInfraA11yChromeOptions':this['ChromeExtension']}));}[a95_0x5bf51d(0x16b)](){const _0x5d17e6=a95_0x5bf51d,_0x128965={'ROHuz':function(_0x4e30dd,_0x5910f7){return _0x4e30dd(_0x5910f7);}};fs[_0x5d17e6(0x169)](this[_0x5d17e6(0x182)])&&this['parseFromJson'](_0x128965[_0x5d17e6(0x160)](require,this['commandsPath']));}}module[a95_0x5bf51d(0x183)]=new Scripts();
1
+ const a95_0x1ae70b=a95_0x1329;(function(_0x475c5d,_0xed9253){const _0x23bb60=a95_0x1329,_0x2edb3b=_0x475c5d();while(!![]){try{const _0x3d2388=parseInt(_0x23bb60(0xae))/0x1*(-parseInt(_0x23bb60(0x9c))/0x2)+-parseInt(_0x23bb60(0x98))/0x3*(-parseInt(_0x23bb60(0xbb))/0x4)+parseInt(_0x23bb60(0x9f))/0x5+parseInt(_0x23bb60(0xba))/0x6+-parseInt(_0x23bb60(0x89))/0x7*(parseInt(_0x23bb60(0x8e))/0x8)+parseInt(_0x23bb60(0xb5))/0x9*(-parseInt(_0x23bb60(0x80))/0xa)+parseInt(_0x23bb60(0x8a))/0xb;if(_0x3d2388===_0xed9253)break;else _0x2edb3b['push'](_0x2edb3b['shift']());}catch(_0x1a5bd7){_0x2edb3b['push'](_0x2edb3b['shift']());}}}(a95_0x3411,0x55d02));const path=require('path'),fs=require('fs'),logger=require('../../helpers/logger')['winstonLogger'],helper=require(a95_0x1ae70b(0x81));function a95_0x3411(){const _0x1a9b72=['scripts','getName','debug','qtZgA','getResultsSummary','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','getLibrary','mkdirSync','2|5|1|0|3|6|4','split','kCAhf','xcmRV','commandsToWrap','commandsPath','121YVoUyV','findIndex','YiFva','saveTestResults','exports','shouldWrapCommand','getResults','31599qdPMIk','toJson','browserstackFolderPath','parseFromJson','cxlri','3204204fWRbKb','622612kpurgY','name','homedir','CGqvh','saveResults','join','1490IEtDtU','../helper','scan','getCommand','KwbzZ','existsSync','.browserstack','ClGnZ','UblmK','28ndhCwl','9378380WJPHvA','commands','writeFileSync','cgziy','1087816ucAgbv','nonBStackInfraA11yChromeOptions','wHQtC','stringify','parseFromProto','performScan','toLowerCase','Zdpdn','map','getMethod','3PSFmtD','length','ChromeExtension','commands.json','7404jJsshM','jSgNj','fromJson','1621060AYPYDc'];a95_0x3411=function(){return _0x1a9b72;};return a95_0x3411();}class Scripts{constructor(){const _0x2fc96e=a95_0x1ae70b,_0x3e526b={};_0x3e526b[_0x2fc96e(0x88)]=_0x2fc96e(0xa8),_0x3e526b['cgziy']=_0x2fc96e(0x86),_0x3e526b[_0x2fc96e(0xaa)]=_0x2fc96e(0x9b);const _0x1416d9=_0x3e526b,_0x27b5cd=_0x1416d9[_0x2fc96e(0x88)][_0x2fc96e(0xa9)]('|');let _0x26615c=0x0;while(!![]){switch(_0x27b5cd[_0x26615c++]){case'0':this[_0x2fc96e(0xb1)]=null;continue;case'1':this[_0x2fc96e(0xa4)]=null;continue;case'2':this[_0x2fc96e(0x93)]=null;continue;case'3':this[_0x2fc96e(0xb7)]=path[_0x2fc96e(0x7f)](helper[_0x2fc96e(0x7c)](),_0x1416d9[_0x2fc96e(0x8d)]);continue;case'4':this['fromJson']();continue;case'5':this[_0x2fc96e(0xb4)]=null;continue;case'6':this['commandsPath']=path[_0x2fc96e(0x7f)](this[_0x2fc96e(0xb7)],_0x1416d9[_0x2fc96e(0xaa)]);continue;}break;}}[a95_0x1ae70b(0xb8)](_0x5e8733){const _0x58ebe0=a95_0x1ae70b;_0x5e8733['scripts']&&(this[_0x58ebe0(0x93)]=_0x5e8733[_0x58ebe0(0xa0)]['scan'],this[_0x58ebe0(0xb4)]=_0x5e8733[_0x58ebe0(0xa0)][_0x58ebe0(0xb4)],this[_0x58ebe0(0xa4)]=_0x5e8733[_0x58ebe0(0xa0)][_0x58ebe0(0xa4)],this['saveTestResults']=_0x5e8733[_0x58ebe0(0xa0)][_0x58ebe0(0x7e)]),this[_0x58ebe0(0xac)]=_0x5e8733[_0x58ebe0(0x8b)],this[_0x58ebe0(0x9a)]=_0x5e8733[_0x58ebe0(0x8f)];}[a95_0x1ae70b(0x92)](_0x3c2928,_0x352057){const _0x1cb64a=a95_0x1ae70b,_0x1a1a0e={};_0x1a1a0e[_0x1cb64a(0xab)]=function(_0x250117,_0x4372dd){return _0x250117>_0x4372dd;},_0x1a1a0e['ClGnZ']=function(_0x2a0325,_0x486275){return _0x2a0325===_0x486275;},_0x1a1a0e['cxlri']=_0x1cb64a(0x82),_0x1a1a0e[_0x1cb64a(0x7d)]=function(_0x30f692,_0x425731){return _0x30f692===_0x425731;},_0x1a1a0e['jSgNj']=_0x1cb64a(0xb4),_0x1a1a0e[_0x1cb64a(0x84)]=function(_0x4aaaee,_0x5dbd26){return _0x4aaaee===_0x5dbd26;},_0x1a1a0e[_0x1cb64a(0x95)]=_0x1cb64a(0xa4),_0x1a1a0e[_0x1cb64a(0x90)]=function(_0x9a0083,_0x13cee3){return _0x9a0083===_0x13cee3;},_0x1a1a0e[_0x1cb64a(0xa3)]=_0x1cb64a(0x7e);const _0x3450e=_0x1a1a0e;if(_0x3c2928&&_0x3450e[_0x1cb64a(0xab)](_0x3c2928[_0x1cb64a(0x99)],0x0))for(const _0x483cf4 of _0x3c2928){if(_0x3450e[_0x1cb64a(0x87)](_0x483cf4[_0x1cb64a(0xa1)](),_0x3450e[_0x1cb64a(0xb9)]))this[_0x1cb64a(0x93)]=_0x483cf4['getCommand']();else{if(_0x3450e[_0x1cb64a(0x7d)](_0x483cf4[_0x1cb64a(0xa1)](),_0x3450e[_0x1cb64a(0x9d)]))this[_0x1cb64a(0xb4)]=_0x483cf4['getCommand']();else{if(_0x3450e['KwbzZ'](_0x483cf4[_0x1cb64a(0xa1)](),_0x3450e[_0x1cb64a(0x95)]))this[_0x1cb64a(0xa4)]=_0x483cf4[_0x1cb64a(0x83)]();else _0x3450e['wHQtC'](_0x483cf4[_0x1cb64a(0xa1)](),_0x3450e[_0x1cb64a(0xa3)])&&(this['saveTestResults']=_0x483cf4[_0x1cb64a(0x83)]());}}}_0x352057&&_0x3450e[_0x1cb64a(0xab)](_0x352057[_0x1cb64a(0x99)],0x0)&&(this['commandsToWrap']=_0x352057[_0x1cb64a(0x96)](_0x363ade=>{const _0x2e82d6=_0x1cb64a;return{'name':_0x363ade[_0x2e82d6(0xa1)](),'method':_0x363ade[_0x2e82d6(0x97)](),'library':_0x363ade[_0x2e82d6(0xa6)](),'module':_0x363ade['getModule'](),'class':_0x363ade['getClass']()};}));}[a95_0x1ae70b(0xb3)](_0x42740a){const _0x575eeb=a95_0x1ae70b,_0x150a9a={};_0x150a9a[_0x575eeb(0xb0)]=function(_0x320272,_0xb9c380){return _0x320272!==_0xb9c380;};const _0x5704ff=_0x150a9a;try{return _0x5704ff['YiFva'](this['commandsToWrap'][_0x575eeb(0xaf)](_0x4a90cb=>_0x4a90cb[_0x575eeb(0x7b)][_0x575eeb(0x94)]()===_0x42740a[_0x575eeb(0x94)]()),-0x1);}catch(_0xb8fdfa){logger[_0x575eeb(0xa2)](_0x575eeb(0xa5)+_0xb8fdfa);}return![];}[a95_0x1ae70b(0xb6)](){const _0xb9adaa=a95_0x1ae70b;!fs['existsSync'](this[_0xb9adaa(0xb7)])&&fs[_0xb9adaa(0xa7)](this[_0xb9adaa(0xb7)]),fs[_0xb9adaa(0x8c)](this[_0xb9adaa(0xad)],JSON[_0xb9adaa(0x91)]({'scripts':{'scan':this[_0xb9adaa(0x93)],'getResults':this[_0xb9adaa(0xb4)],'getResultsSummary':this[_0xb9adaa(0xa4)],'saveResults':this[_0xb9adaa(0xb1)]},'commands':this[_0xb9adaa(0xac)],'nonBStackInfraA11yChromeOptions':this[_0xb9adaa(0x9a)]}));}[a95_0x1ae70b(0x9e)](){const _0x5daf0b=a95_0x1ae70b,_0x23607d={'rLZxd':function(_0x28bb35,_0x1af53f){return _0x28bb35(_0x1af53f);}};fs[_0x5daf0b(0x85)](this[_0x5daf0b(0xad)])&&this[_0x5daf0b(0xb8)](_0x23607d['rLZxd'](require,this['commandsPath']));}}function a95_0x1329(_0x884a16,_0x52b3a6){const _0x3411a0=a95_0x3411();return a95_0x1329=function(_0x132933,_0x30e107){_0x132933=_0x132933-0x7b;let _0x5d3f5e=_0x3411a0[_0x132933];return _0x5d3f5e;},a95_0x1329(_0x884a16,_0x52b3a6);}module[a95_0x1ae70b(0xb2)]=new Scripts();
@@ -1 +1 @@
1
- const a96_0xe40e72=a96_0x3b03;(function(_0x414033,_0x6b141e){const _0x27208d=a96_0x3b03,_0xf6fea1=_0x414033();while(!![]){try{const _0x3a15ec=-parseInt(_0x27208d(0x1aa))/0x1+-parseInt(_0x27208d(0x196))/0x2+parseInt(_0x27208d(0x19a))/0x3*(parseInt(_0x27208d(0x1e0))/0x4)+-parseInt(_0x27208d(0x1c9))/0x5*(parseInt(_0x27208d(0x1f9))/0x6)+-parseInt(_0x27208d(0x207))/0x7+parseInt(_0x27208d(0x192))/0x8*(-parseInt(_0x27208d(0x1ab))/0x9)+-parseInt(_0x27208d(0x197))/0xa*(-parseInt(_0x27208d(0x1f0))/0xb);if(_0x3a15ec===_0x6b141e)break;else _0xf6fea1['push'](_0xf6fea1['shift']());}catch(_0x2bdccf){_0xf6fea1['push'](_0xf6fea1['shift']());}}}(a96_0x4d3f,0x7c29b));const path=require('path'),{commandRepository}=require(a96_0xe40e72(0x18d)),constants=require(a96_0xe40e72(0x1dd)),logger=require(a96_0xe40e72(0x190))['winstonLogger'],globals=require(a96_0xe40e72(0x1eb)),timeoutPromise=require(a96_0xe40e72(0x1be)),isUndefinedOrNull=_0x344b2e=>_0x344b2e===undefined||_0x344b2e===null||_0x344b2e==='',isNotUndefinedOrNull=_0x468c9a=>!isUndefinedOrNull(_0x468c9a),isString=_0x6f774c=>isNotUndefinedOrNull(_0x6f774c)&&typeof _0x6f774c===a96_0xe40e72(0x18e);class AiSdkWrapper{constructor(){const _0x581276=a96_0xe40e72,_0x4bcdf4={'cEgoY':function(_0x1c1555,_0x40e6a9){return _0x1c1555(_0x40e6a9);},'Hjyae':'../../ai-sdk-node/bundle'};this[_0x581276(0x1ad)]=undefined;try{this[_0x581276(0x1ad)]=_0x4bcdf4[_0x581276(0x1d9)](require,path['join'](__dirname,_0x4bcdf4[_0x581276(0x1bf)]));}catch(_0x34c510){logger[_0x581276(0x1b2)](_0x581276(0x201)+(_0x34c510&&_0x34c510['message']?_0x34c510[_0x581276(0x1bc)]:''));}}[a96_0xe40e72(0x18b)](_0x343589){const _0x220d02=a96_0xe40e72,_0x353e31={};_0x353e31[_0x220d02(0x1ca)]=_0x220d02(0x1f5),_0x353e31[_0x220d02(0x18c)]=function(_0x59b240,_0x4baa4f){return _0x59b240===_0x4baa4f;},_0x353e31[_0x220d02(0x1e5)]=_0x220d02(0x1e9),_0x353e31[_0x220d02(0x1ff)]=_0x220d02(0x1a6),_0x353e31['ryZum']=function(_0x565db0,_0x10f536){return _0x565db0===_0x10f536;},_0x353e31[_0x220d02(0x1cc)]=_0x220d02(0x1c8),_0x353e31[_0x220d02(0x1ea)]=function(_0x4dc6ad,_0xd1ce69){return _0x4dc6ad===_0xd1ce69;},_0x353e31['vPSwA']=_0x220d02(0x1f3),_0x353e31[_0x220d02(0x1ec)]=_0x220d02(0x1e7),_0x353e31['hlAnQ']=function(_0x2ae6a9,_0x36fd34){return _0x2ae6a9===_0x36fd34;};const _0x39e99d=_0x353e31;try{const _0x20063b=this[_0x220d02(0x1ad)][_0x220d02(0x1e1)](Object[_0x220d02(0x1bd)](_0x343589[_0x220d02(0x1ba)]()[_0x220d02(0x200)]));console[_0x220d02(0x1e6)](_0x39e99d[_0x220d02(0x1ca)],_0x20063b);if(_0x39e99d[_0x220d02(0x18c)](_0x20063b?.['browserName']?.[_0x220d02(0x1a9)](),_0x39e99d['xUtgV']))_0x343589['chromeOptions_']=_0x20063b;else{if(_0x39e99d[_0x220d02(0x18c)](_0x20063b?.['browserName']?.[_0x220d02(0x1a9)](),_0x39e99d['nUXIo']))_0x343589[_0x220d02(0x1e4)]=_0x20063b;else{if(_0x39e99d[_0x220d02(0x1d7)](_0x20063b?.[_0x220d02(0x1fe)]?.[_0x220d02(0x1a9)](),_0x39e99d[_0x220d02(0x1cc)]))_0x343589[_0x220d02(0x198)]=_0x20063b;else{if(_0x39e99d[_0x220d02(0x1ea)](_0x20063b?.['browserName']?.[_0x220d02(0x1a9)](),_0x39e99d['vPSwA'])||_0x39e99d[_0x220d02(0x1ea)](_0x20063b?.[_0x220d02(0x1fe)]?.[_0x220d02(0x1a9)](),_0x39e99d[_0x220d02(0x1ec)]))_0x343589[_0x220d02(0x1de)]=_0x20063b;else _0x39e99d[_0x220d02(0x204)](_0x20063b?.['browserName']?.['toLowerCase'](),'ie')&&(_0x343589[_0x220d02(0x19e)]=_0x20063b);}}}Object[_0x220d02(0x1b9)](_0x20063b)[_0x220d02(0x1c2)](_0x691c15=>{const _0xff1040=_0x220d02,_0x23b80f=_0x343589[_0xff1040(0x205)][_0xff1040(0x1c7)](_0x691c15);_0x343589['capabilities_'][_0xff1040(0x1b5)](_0x691c15,_0x20063b[_0x691c15]);});}catch(_0x32aa1e){logger['error'](_0x220d02(0x1fa)+(_0x32aa1e&&_0x32aa1e[_0x220d02(0x1bc)]?_0x32aa1e[_0x220d02(0x1bc)]:''));}}async['setTcgToken'](_0x45a6fc){const _0x3569f6=a96_0xe40e72,_0x4543b1={'aTCUu':function(_0x34eda8,_0x2bc62a,_0x29f5bd,_0x114f70,_0x59f51f,_0x9bd5f6,_0x577643){return _0x34eda8(_0x2bc62a,_0x29f5bd,_0x114f70,_0x59f51f,_0x9bd5f6,_0x577643);},'ofpPR':_0x3569f6(0x1c6),'JfmSb':_0x3569f6(0x1bb),'dzizg':_0x3569f6(0x1b7)},_0x2c0909=new Date(),_0x49abb7=_0x4543b1[_0x3569f6(0x1a8)](timeoutPromise,constants['SET_TCG_TOKEN_TIMEOUT'],_0x4543b1[_0x3569f6(0x18a)],_0x4543b1[_0x3569f6(0x1a0)],_0x2c0909,this[_0x3569f6(0x1df)],this['framework']);await Promise[_0x3569f6(0x1a2)]([this[_0x3569f6(0x1ad)][_0x3569f6(0x1f4)](_0x45a6fc,globals[_0x3569f6(0x1af)](_0x4543b1[_0x3569f6(0x191)]),constants['TCG_URL'])['then'](()=>{_0x49abb7['cancel']();}),_0x49abb7]);}async[a96_0xe40e72(0x1a5)](_0x579cff,_0x2b2818,_0x5b486a,_0xd7fcfd){const _0x248fab=a96_0xe40e72,_0xabf5e0={'TCzUh':function(_0x3b09d2,_0x237078){return _0x3b09d2===_0x237078;},'xfIjk':function(_0x4171fa,_0x140a06){return _0x4171fa===_0x140a06;},'mhVBf':function(_0x28b9c8,_0x559433){return _0x28b9c8(_0x559433);},'MtVbC':function(_0x5a3150,_0x4de682){return _0x5a3150(_0x4de682);},'rRsLG':function(_0x7a5e9a,_0x5d74bf){return _0x7a5e9a(_0x5d74bf);},'ftjnk':function(_0x5cee4d,_0x48395d){return _0x5cee4d(_0x48395d);},'AFJUz':function(_0x55ca94,_0x368b8c){return _0x55ca94(_0x368b8c);},'BKfrQ':function(_0x14d2f3,_0xeb1268){return _0x14d2f3(_0xeb1268);},'EQNBI':_0x248fab(0x193),'ocGye':_0x248fab(0x1b1),'ixwmp':'aiHeal_groupId','glTTe':_0x248fab(0x1d8),'YFZnV':function(_0x2f7810,_0x23a636,_0x80497,_0x3d7059,_0x18bc4b,_0x5916ad,_0x466644){return _0x2f7810(_0x23a636,_0x80497,_0x3d7059,_0x18bc4b,_0x5916ad,_0x466644);},'MhREZ':_0x248fab(0x1d1),'MyYxv':_0x248fab(0x1c3),'lwLrr':function(_0x30b1c2,_0x4d49a1,_0x4f7f96,_0xa400d6,_0x45a617,_0x15e013,_0x5c91f0){return _0x30b1c2(_0x4d49a1,_0x4f7f96,_0xa400d6,_0x45a617,_0x15e013,_0x5c91f0);},'MADLT':_0x248fab(0x1c5),'TQKCn':_0x248fab(0x1b4)},_0x104517=(await _0x2b2818[_0x248fab(0x1b8)]())[_0x248fab(0x1db)]();let _0xd9a460='';if(commandRepository['isSelfHealEnabled']()&&_0xabf5e0['TCzUh'](_0xd7fcfd,![])||_0xabf5e0[_0x248fab(0x1ed)](_0xd7fcfd,!![])){const _0xc6f595=_0xabf5e0[_0x248fab(0x1f7)](isNotUndefinedOrNull,_0x5b486a[_0x248fab(0x1b3)][_0x248fab(0x1f8)])&&_0xabf5e0[_0x248fab(0x19c)](isString,_0x5b486a[_0x248fab(0x1b3)][_0x248fab(0x1f8)])?_0x5b486a[_0x248fab(0x1b3)][_0x248fab(0x1f8)]['replace'](/'/g,'\x5c\x27')[_0x248fab(0x1b0)](/"/g,'\x5c\x22'):'',_0x5f3bea=_0xabf5e0[_0x248fab(0x1ce)](isNotUndefinedOrNull,_0x5b486a[_0x248fab(0x1b3)][_0x248fab(0x1f8)])&&_0xabf5e0[_0x248fab(0x1ee)](isString,_0x5b486a['parameters_'][_0x248fab(0x1c1)])?_0x5b486a['parameters_'][_0x248fab(0x1c1)][_0x248fab(0x1b0)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x256f04=_0xabf5e0[_0x248fab(0x1ee)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0xabf5e0['mhVBf'](isString,commandRepository[_0x248fab(0x206)]())?commandRepository['getProjectName']()[_0x248fab(0x1b0)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';let _0x4f0eea=_0xabf5e0[_0x248fab(0x1ce)](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0xabf5e0[_0x248fab(0x1d4)](isString,global[_0x248fab(0x1dc)])?global[_0x248fab(0x1dc)][_0x248fab(0x1b0)](/'/g,'\x5c\x27')[_0x248fab(0x1b0)](/"/g,'\x5c\x22'):'';!_0x4f0eea&&(_0x4f0eea=_0xabf5e0['BKfrQ'](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0xabf5e0[_0x248fab(0x1ce)](isString,commandRepository[_0x248fab(0x194)]())?commandRepository[_0x248fab(0x194)]()[_0x248fab(0x1b0)](/'/g,'\x5c\x27')[_0x248fab(0x1b0)](/"/g,'\x5c\x22'):'');let _0x467b71=_0x248fab(0x1cf)+constants['TCG_REGION']+_0x248fab(0x1f1)+constants[_0x248fab(0x1a7)]+'\x22:\x20{\x22endpoint\x22:\x20\x22'+constants['TCG_URL'][_0x248fab(0x1e3)](_0xabf5e0[_0x248fab(0x195)])[0x1]+_0x248fab(0x18f);_0x467b71=_0xabf5e0[_0x248fab(0x1d4)](isNotUndefinedOrNull,_0x467b71)&&_0xabf5e0[_0x248fab(0x1f7)](isString,_0x467b71)?_0x467b71[_0x248fab(0x1b0)](/'/g,'\x5c\x27')[_0x248fab(0x1b0)](/"/g,'\x5c\x22'):'';const _0x2ebea9=commandRepository[_0x248fab(0x1a3)](_0x104517),_0x5792eb=globals[_0x248fab(0x1af)](_0xabf5e0[_0x248fab(0x1f6)]),_0x375ad1=globals['getGlobal'](_0xabf5e0[_0x248fab(0x1ef)]),_0x3dc94e=globals['getGlobal'](_0xabf5e0['glTTe']),_0x4dd9e1=![],_0x35e075=new Date();if(_0xd7fcfd){const _0x39903c=_0xabf5e0['YFZnV'](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0xabf5e0[_0x248fab(0x1e8)],_0xabf5e0[_0x248fab(0x1fc)],_0x35e075,this['config'],this[_0x248fab(0x19f)]);_0xd9a460=await Promise[_0x248fab(0x1a2)]([this[_0x248fab(0x1ad)][_0x248fab(0x1a4)](_0xc6f595,_0x5f3bea,_0x256f04,_0x4f0eea,_0x375ad1,_0x104517,_0x2ebea9,_0x467b71)[_0x248fab(0x199)](_0x31c30f=>{const _0x5619fb=_0x248fab;return _0x39903c[_0x5619fb(0x1b6)](),_0x31c30f;}),_0x39903c]);}else{if(commandRepository[_0x248fab(0x203)]()){const _0x460de5=_0xabf5e0[_0x248fab(0x19d)](timeoutPromise,constants[_0x248fab(0x1f2)],_0xabf5e0[_0x248fab(0x1a1)],_0xabf5e0['TQKCn'],_0x35e075,this[_0x248fab(0x1df)],this[_0x248fab(0x19f)]);_0xd9a460=await Promise[_0x248fab(0x1a2)]([this[_0x248fab(0x1ad)][_0x248fab(0x1d2)](_0xc6f595,_0x5f3bea,_0x256f04,_0x4f0eea,_0x5792eb,_0x375ad1,_0x104517,_0x2ebea9,_0x4dd9e1,_0x3dc94e,_0x467b71)[_0x248fab(0x199)](_0x4f8e22=>{const _0x3f617e=_0x248fab;return _0x460de5[_0x3f617e(0x1b6)](),_0x4f8e22;}),_0x460de5]);}}_0xd9a460&&await _0x2b2818[_0x248fab(0x1d6)](_0xd9a460);}}async['handleSuccess'](_0x1ed52f,_0xc4e130,_0xd07070){const _0x4a30d2=a96_0xe40e72;try{await this[_0x4a30d2(0x1a5)](_0x1ed52f,_0xc4e130,_0xd07070,!![]);}catch(_0x51f5ab){return logger[_0x4a30d2(0x1b2)](_0x4a30d2(0x1e2)+(_0x51f5ab&&_0x51f5ab[_0x4a30d2(0x1bc)]?_0x51f5ab[_0x4a30d2(0x1bc)]:'')),![];}return!![];}async[a96_0xe40e72(0x1cd)](_0x149100,_0xe2dbf7,_0xdbb119){const _0x2e3378=a96_0xe40e72,_0x438b6c={'OIwkv':function(_0x3f3ca2,_0x3f83b7,_0x2bbf1a,_0x121eb9,_0x47d23c,_0x3670db,_0x262a60){return _0x3f3ca2(_0x3f83b7,_0x2bbf1a,_0x121eb9,_0x47d23c,_0x3670db,_0x262a60);},'jAYzT':_0x2e3378(0x1fb),'tLqPK':'BrowserstackHealingPollResultFailed','xvlkL':_0x2e3378(0x1b7)};try{await this[_0x2e3378(0x1a5)](_0x149100,_0xe2dbf7,_0xdbb119,![]);const _0x459656=(await _0xe2dbf7[_0x2e3378(0x1b8)]())[_0x2e3378(0x1db)](),_0x3b3800=new Date(),_0x1ff310=_0x438b6c['OIwkv'](timeoutPromise,constants[_0x2e3378(0x1c4)],_0x438b6c['jAYzT'],_0x438b6c[_0x2e3378(0x1ac)],_0x3b3800,this[_0x2e3378(0x1df)],this['framework']),_0x174390=await Promise[_0x2e3378(0x1a2)]([this['BrowserstackHealing']['pollResult'](constants[_0x2e3378(0x1fd)],_0x459656,globals[_0x2e3378(0x1af)](_0x438b6c['xvlkL']))[_0x2e3378(0x199)](_0x56725b=>{return _0x1ff310['cancel'](),_0x56725b;}),_0x1ff310]);if(_0x174390&&_0x174390[_0x2e3378(0x1da)]&&_0x174390[_0x2e3378(0x1c1)]){const _0x3ece48={};return _0x3ece48[_0x2e3378(0x202)]=_0x174390[_0x2e3378(0x1da)],_0x3ece48[_0x2e3378(0x1d5)]=_0x174390[_0x2e3378(0x1c1)],_0x3ece48['aiHealing']=!![],_0x3ece48;}const _0x5ba08c={};return _0x5ba08c[_0x2e3378(0x202)]=_0xdbb119['parameters_']['using'],_0x5ba08c['locatorValue']=_0x174390[_0x2e3378(0x1c1)],_0x5ba08c['aiHealing']=!![],_0x5ba08c;}catch(_0x2d50df){return logger[_0x2e3378(0x1d0)](_0x2e3378(0x1d3)+(_0x2d50df&&_0x2d50df[_0x2e3378(0x1bc)]?_0x2d50df[_0x2e3378(0x1bc)]:'')),logger[_0x2e3378(0x1cb)]('Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20'+_0xdbb119['name_']+_0x2e3378(0x1c0)),_0xdbb119;}}}exports[a96_0xe40e72(0x1ae)]=Object[a96_0xe40e72(0x19b)](new AiSdkWrapper());function a96_0x3b03(_0x5dde44,_0x5ab5b5){const _0x4d3fec=a96_0x4d3f();return a96_0x3b03=function(_0x3b035c,_0x10d43e){_0x3b035c=_0x3b035c-0x18a;let _0x50d881=_0x4d3fec[_0x3b035c];return _0x50d881;},a96_0x3b03(_0x5dde44,_0x5ab5b5);}function a96_0x4d3f(){const _0x44ded9=['15647270GKndja','safariOptions_','then','2697YcPUNm','freeze','MtVbC','lwLrr','ieOptions_','framework','JfmSb','MADLT','race','getCommands','logData','_handleEvent','firefox','TCG_REGION','aTCUu','toLowerCase','953899PlpWFF','208863rSeKAY','tLqPK','BrowserstackHealing','aiSdkWrapper','getGlobal','replace','aiHeal_userId','error','parameters_','BrowserstackHealingHealFailureFailed','set','cancel','aiHeal_sessionToken','getSession','keys','getCapabilities','BrowserstackHealingSetTcgTokenFailed','message','fromEntries','../../helpers/timeoutPromise','Hjyae','\x20command','value','forEach','BrowserstackHealingLogDataFailed','POLL_HEALING_RESULT_TIMEOUT','BrowserstackHealing.healFailure\x20method\x20timed\x20out','BrowserstackHealing.setToken\x20method\x20timed\x20out','get','safari','91770yRZaXA','WMMBm','info','HEFrU','handleFailure','rRsLG','{\x22region\x22:\x20\x22','debug','BrowserstackHealing.logData\x20method\x20timed\x20out','healFailure','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','AFJUz','locatorValue','executeScript','ryZum','aiHeal_isGroupAIEnabled','cEgoY','selector','getId','browserstackSessionName','../../bin/utils/constants','edgeOptions_','config','136SmYwkv','initializeCapabilities','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','split','firefoxOptions_','xUtgV','log','microsoftedge','MhREZ','chrome','GAZPo','../globals','TStuw','xfIjk','ftjnk','ixwmp','22jTVCrE','\x22,\x20\x22tcgUrls\x22:\x20{\x22','HEALING_FAILURE_TIMEOUT','edge','setToken','newCapabilities','ocGye','mhVBf','using','30ROfzGq','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','BrowserstackHealing.pollResult\x20method\x20timed\x20out','MyYxv','TCG_URL','browserName','nUXIo','map_','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','locatorType','isSelfHealEnabled','hlAnQ','capabilities_','getProjectName','744205yTrxWX','ofpPR','initializeHealingCapabilities','XWKLA','./autoHealHelper','string','\x22}}}','../logger','dzizg','216JBdeSu','s://','getTestName','EQNBI','1745752haIdQz'];a96_0x4d3f=function(){return _0x44ded9;};return a96_0x4d3f();}
1
+ function a96_0x1a10(_0x1fe811,_0x7865ad){const _0x511c31=a96_0x511c();return a96_0x1a10=function(_0x1a1023,_0x1b2f6d){_0x1a1023=_0x1a1023-0x9f;let _0x173145=_0x511c31[_0x1a1023];return _0x173145;},a96_0x1a10(_0x1fe811,_0x7865ad);}const a96_0x1a2ba9=a96_0x1a10;(function(_0x5a46f7,_0x43686d){const _0x3938e3=a96_0x1a10,_0x1b0a45=_0x5a46f7();while(!![]){try{const _0x2ea0c3=-parseInt(_0x3938e3(0xc1))/0x1+-parseInt(_0x3938e3(0xfd))/0x2*(-parseInt(_0x3938e3(0x112))/0x3)+-parseInt(_0x3938e3(0xbc))/0x4+parseInt(_0x3938e3(0xa0))/0x5+parseInt(_0x3938e3(0xf8))/0x6+parseInt(_0x3938e3(0xeb))/0x7+-parseInt(_0x3938e3(0xac))/0x8*(parseInt(_0x3938e3(0xf2))/0x9);if(_0x2ea0c3===_0x43686d)break;else _0x1b0a45['push'](_0x1b0a45['shift']());}catch(_0xde992c){_0x1b0a45['push'](_0x1b0a45['shift']());}}}(a96_0x511c,0x36bf8));const path=require(a96_0x1a2ba9(0xb2)),{commandRepository}=require('./autoHealHelper'),constants=require(a96_0x1a2ba9(0xa1)),logger=require(a96_0x1a2ba9(0x110))[a96_0x1a2ba9(0xd4)],globals=require('../globals'),timeoutPromise=require(a96_0x1a2ba9(0xd3)),isUndefinedOrNull=_0x37340c=>_0x37340c===undefined||_0x37340c===null||_0x37340c==='',isNotUndefinedOrNull=_0x2dfd8c=>!isUndefinedOrNull(_0x2dfd8c),isString=_0x33beb5=>isNotUndefinedOrNull(_0x33beb5)&&typeof _0x33beb5===a96_0x1a2ba9(0xe3);class AiSdkWrapper{constructor(){const _0x394e0b=a96_0x1a2ba9,_0x147954={'Evrqx':function(_0x261159,_0xaedcae){return _0x261159(_0xaedcae);},'odbgB':_0x394e0b(0xa7)};this[_0x394e0b(0x10c)]=undefined;try{this[_0x394e0b(0x10c)]=_0x147954['Evrqx'](require,path[_0x394e0b(0xfe)](__dirname,_0x147954['odbgB']));}catch(_0x3079ee){logger[_0x394e0b(0xe9)](_0x394e0b(0x113)+(_0x3079ee&&_0x3079ee['message']?_0x3079ee['message']:''));}}[a96_0x1a2ba9(0xe5)](_0x27f097){const _0x9a4ffd=a96_0x1a2ba9,_0x2adab9={};_0x2adab9[_0x9a4ffd(0x106)]=_0x9a4ffd(0xcf),_0x2adab9[_0x9a4ffd(0xbd)]=function(_0x33eab9,_0x5232f0){return _0x33eab9===_0x5232f0;},_0x2adab9['sPhgd']=_0x9a4ffd(0xe2),_0x2adab9[_0x9a4ffd(0xf3)]=_0x9a4ffd(0xec),_0x2adab9[_0x9a4ffd(0x10d)]=function(_0x2a0e9b,_0x1c16b2){return _0x2a0e9b===_0x1c16b2;},_0x2adab9[_0x9a4ffd(0x10b)]=_0x9a4ffd(0xfb),_0x2adab9[_0x9a4ffd(0xc3)]='edge',_0x2adab9[_0x9a4ffd(0x100)]='microsoftedge',_0x2adab9[_0x9a4ffd(0xa9)]=function(_0xddef1,_0x33fd92){return _0xddef1===_0x33fd92;};const _0x2452a2=_0x2adab9;try{const _0x104217=this['BrowserstackHealing'][_0x9a4ffd(0xfa)](Object['fromEntries'](_0x27f097[_0x9a4ffd(0xa8)]()['map_']));console[_0x9a4ffd(0xbb)](_0x2452a2[_0x9a4ffd(0x106)],_0x104217);if(_0x2452a2[_0x9a4ffd(0xbd)](_0x104217?.[_0x9a4ffd(0xdc)]?.[_0x9a4ffd(0x104)](),_0x2452a2['sPhgd']))_0x27f097['chromeOptions_']=_0x104217;else{if(_0x2452a2[_0x9a4ffd(0xbd)](_0x104217?.[_0x9a4ffd(0xdc)]?.[_0x9a4ffd(0x104)](),_0x2452a2['CKsyS']))_0x27f097[_0x9a4ffd(0xe0)]=_0x104217;else{if(_0x2452a2[_0x9a4ffd(0x10d)](_0x104217?.[_0x9a4ffd(0xdc)]?.[_0x9a4ffd(0x104)](),_0x2452a2[_0x9a4ffd(0x10b)]))_0x27f097['safariOptions_']=_0x104217;else{if(_0x2452a2['HLIEn'](_0x104217?.[_0x9a4ffd(0xdc)]?.[_0x9a4ffd(0x104)](),_0x2452a2[_0x9a4ffd(0xc3)])||_0x2452a2[_0x9a4ffd(0xbd)](_0x104217?.[_0x9a4ffd(0xdc)]?.['toLowerCase'](),_0x2452a2[_0x9a4ffd(0x100)]))_0x27f097[_0x9a4ffd(0xef)]=_0x104217;else _0x2452a2[_0x9a4ffd(0xa9)](_0x104217?.['browserName']?.[_0x9a4ffd(0x104)](),'ie')&&(_0x27f097[_0x9a4ffd(0xc0)]=_0x104217);}}}Object['keys'](_0x104217)[_0x9a4ffd(0xce)](_0x311282=>{const _0x7c058c=_0x9a4ffd,_0x11d535=_0x27f097[_0x7c058c(0xdd)]['get'](_0x311282);_0x27f097[_0x7c058c(0xdd)][_0x7c058c(0xa2)](_0x311282,_0x104217[_0x311282]);});}catch(_0x4622e8){logger[_0x9a4ffd(0xe9)]('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x4622e8&&_0x4622e8[_0x9a4ffd(0xde)]?_0x4622e8['message']:''));}}async['setTcgToken'](_0xd5f86){const _0x2de8f6=a96_0x1a2ba9,_0x420974={'HdJUd':function(_0x4d268d,_0x15c39b,_0x32243b,_0x30393d,_0x228106,_0x5bad33,_0x2bd37b){return _0x4d268d(_0x15c39b,_0x32243b,_0x30393d,_0x228106,_0x5bad33,_0x2bd37b);},'cUaHv':_0x2de8f6(0xa5),'eNmVU':_0x2de8f6(0xe4),'jeCth':'aiHeal_sessionToken'},_0x4b9a27=new Date(),_0x1dabfa=_0x420974['HdJUd'](timeoutPromise,constants[_0x2de8f6(0xd0)],_0x420974['cUaHv'],_0x420974[_0x2de8f6(0x103)],_0x4b9a27,this[_0x2de8f6(0xff)],this[_0x2de8f6(0xcb)]);await Promise[_0x2de8f6(0xaa)]([this[_0x2de8f6(0x10c)]['setToken'](_0xd5f86,globals[_0x2de8f6(0xb9)](_0x420974[_0x2de8f6(0x10f)]),constants['TCG_URL'])[_0x2de8f6(0x105)](()=>{const _0xabc9cf=_0x2de8f6;_0x1dabfa[_0xabc9cf(0xa4)]();}),_0x1dabfa]);}async['_handleEvent'](_0x55aee5,_0x4486ac,_0x4e9daf,_0x4b315e){const _0x3231b1=a96_0x1a2ba9,_0x16d696={'kmjrS':function(_0x371aaf,_0x54d25a){return _0x371aaf===_0x54d25a;},'mqsbM':function(_0x27f856,_0x21b604){return _0x27f856===_0x21b604;},'rlVVl':function(_0x1dd93a,_0x26ff61){return _0x1dd93a(_0x26ff61);},'dYGTd':function(_0x34bee9,_0x1e8361){return _0x34bee9(_0x1e8361);},'lpEhi':function(_0x5bade7,_0x341e57){return _0x5bade7(_0x341e57);},'RuzOz':function(_0x81dd79,_0x1757bc){return _0x81dd79(_0x1757bc);},'CjnMl':function(_0x4a7200,_0x51438c){return _0x4a7200(_0x51438c);},'cagug':function(_0xef4d95,_0x379c35){return _0xef4d95(_0x379c35);},'xaUhr':_0x3231b1(0x102),'OvhzQ':function(_0x1e6631,_0xabd0b8){return _0x1e6631(_0xabd0b8);},'OwCiu':function(_0x19ba2b,_0x429f36){return _0x19ba2b(_0x429f36);},'YNrHL':_0x3231b1(0x10a),'XNolL':_0x3231b1(0xbe),'DzMWJ':_0x3231b1(0xb7),'Vdhlg':function(_0x274b58,_0x39c19d,_0x3a30d2,_0x2f0de3,_0x408034,_0x32f336,_0x4a309d){return _0x274b58(_0x39c19d,_0x3a30d2,_0x2f0de3,_0x408034,_0x32f336,_0x4a309d);},'ZqLYq':_0x3231b1(0xa6),'etRAL':_0x3231b1(0xdf),'fxYzC':function(_0x141425,_0x2cbc80,_0x2d5f58,_0x4f8725,_0x25be0e,_0x3d0fa5,_0x109671){return _0x141425(_0x2cbc80,_0x2d5f58,_0x4f8725,_0x25be0e,_0x3d0fa5,_0x109671);},'vkPHX':_0x3231b1(0xd8),'vgPqz':_0x3231b1(0xe8)},_0x1fedcc=(await _0x4486ac[_0x3231b1(0xba)]())[_0x3231b1(0xe6)]();let _0x88d67c='';if(commandRepository[_0x3231b1(0xc5)]()&&_0x16d696[_0x3231b1(0xd1)](_0x4b315e,![])||_0x16d696[_0x3231b1(0xc9)](_0x4b315e,!![])){const _0x5ccfc8=_0x16d696['rlVVl'](isNotUndefinedOrNull,_0x4e9daf[_0x3231b1(0xbf)][_0x3231b1(0x10e)])&&_0x16d696[_0x3231b1(0xf0)](isString,_0x4e9daf['parameters_'][_0x3231b1(0x10e)])?_0x4e9daf[_0x3231b1(0xbf)][_0x3231b1(0x10e)][_0x3231b1(0xab)](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'',_0x341f3c=_0x16d696[_0x3231b1(0xf0)](isNotUndefinedOrNull,_0x4e9daf[_0x3231b1(0xbf)][_0x3231b1(0x10e)])&&_0x16d696['lpEhi'](isString,_0x4e9daf[_0x3231b1(0xbf)]['value'])?_0x4e9daf[_0x3231b1(0xbf)]['value'][_0x3231b1(0xab)](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'',_0x4fcc8c=_0x16d696[_0x3231b1(0xea)](isNotUndefinedOrNull,commandRepository[_0x3231b1(0xb6)]())&&_0x16d696[_0x3231b1(0xf6)](isString,commandRepository[_0x3231b1(0xb6)]())?commandRepository[_0x3231b1(0xb6)]()['replace'](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'';let _0x2ecf3f=_0x16d696[_0x3231b1(0xf0)](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0x16d696[_0x3231b1(0xc8)](isString,global['browserstackSessionName'])?global[_0x3231b1(0xb4)][_0x3231b1(0xab)](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'';!_0x2ecf3f&&(_0x2ecf3f=_0x16d696['cagug'](isNotUndefinedOrNull,commandRepository[_0x3231b1(0xb0)]())&&_0x16d696[_0x3231b1(0xc8)](isString,commandRepository[_0x3231b1(0xb0)]())?commandRepository['getTestName']()[_0x3231b1(0xab)](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'');let _0x5be217='{\x22region\x22:\x20\x22'+constants[_0x3231b1(0xf4)]+'\x22,\x20\x22tcgUrls\x22:\x20{\x22'+constants['TCG_REGION']+'\x22:\x20{\x22endpoint\x22:\x20\x22'+constants[_0x3231b1(0xf5)][_0x3231b1(0xd7)](_0x16d696[_0x3231b1(0xc6)])[0x1]+'\x22}}}';_0x5be217=_0x16d696[_0x3231b1(0x109)](isNotUndefinedOrNull,_0x5be217)&&_0x16d696[_0x3231b1(0xda)](isString,_0x5be217)?_0x5be217[_0x3231b1(0xab)](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'';const _0x530222=commandRepository[_0x3231b1(0xaf)](_0x1fedcc),_0x5ec7f2=globals[_0x3231b1(0xb9)](_0x16d696[_0x3231b1(0x107)]),_0x27f7fe=globals['getGlobal'](_0x16d696[_0x3231b1(0xed)]),_0x4c174d=globals[_0x3231b1(0xb9)](_0x16d696[_0x3231b1(0xb5)]),_0x4f9329=![],_0x503973=new Date();if(_0x4b315e){const _0x113e37=_0x16d696[_0x3231b1(0xd2)](timeoutPromise,constants[_0x3231b1(0xc7)],_0x16d696[_0x3231b1(0xe1)],_0x16d696[_0x3231b1(0xb3)],_0x503973,this[_0x3231b1(0xff)],this['framework']);_0x88d67c=await Promise[_0x3231b1(0xaa)]([this[_0x3231b1(0x10c)][_0x3231b1(0xc4)](_0x5ccfc8,_0x341f3c,_0x4fcc8c,_0x2ecf3f,_0x27f7fe,_0x1fedcc,_0x530222,_0x5be217)['then'](_0x970666=>{const _0x27ec17=_0x3231b1;return _0x113e37[_0x27ec17(0xa4)](),_0x970666;}),_0x113e37]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x3fa1c8=_0x16d696['fxYzC'](timeoutPromise,constants[_0x3231b1(0xad)],_0x16d696[_0x3231b1(0xb1)],_0x16d696[_0x3231b1(0xd5)],_0x503973,this['config'],this['framework']);_0x88d67c=await Promise[_0x3231b1(0xaa)]([this[_0x3231b1(0x10c)][_0x3231b1(0x9f)](_0x5ccfc8,_0x341f3c,_0x4fcc8c,_0x2ecf3f,_0x5ec7f2,_0x27f7fe,_0x1fedcc,_0x530222,_0x4f9329,_0x4c174d,_0x5be217)[_0x3231b1(0x105)](_0x2ce7d0=>{return _0x3fa1c8['cancel'](),_0x2ce7d0;}),_0x3fa1c8]);}}_0x88d67c&&await _0x4486ac['executeScript'](_0x88d67c);}}async['handleSuccess'](_0x53679a,_0x160568,_0x4f3dc4){const _0x305194=a96_0x1a2ba9;try{await this[_0x305194(0xf9)](_0x53679a,_0x160568,_0x4f3dc4,!![]);}catch(_0x2086d4){return logger[_0x305194(0xe9)](_0x305194(0xdb)+(_0x2086d4&&_0x2086d4['message']?_0x2086d4[_0x305194(0xde)]:'')),![];}return!![];}async[a96_0x1a2ba9(0xca)](_0x5a8a3b,_0x2a8bba,_0x1e0cf3){const _0xe46fe=a96_0x1a2ba9,_0x38efe1={'pqKkx':function(_0x4e0031,_0x4c3009,_0x2945b5,_0x36c52c,_0x6ee1d8,_0x44926a,_0x20a580){return _0x4e0031(_0x4c3009,_0x2945b5,_0x36c52c,_0x6ee1d8,_0x44926a,_0x20a580);},'VuQLZ':_0xe46fe(0xa3),'SPuDA':_0xe46fe(0xcd),'IHUxG':_0xe46fe(0x111)};try{await this[_0xe46fe(0xf9)](_0x5a8a3b,_0x2a8bba,_0x1e0cf3,![]);const _0x15ba76=(await _0x2a8bba[_0xe46fe(0xba)]())[_0xe46fe(0xe6)](),_0x70c604=new Date(),_0x5107e0=_0x38efe1['pqKkx'](timeoutPromise,constants[_0xe46fe(0xfc)],_0x38efe1[_0xe46fe(0xc2)],_0x38efe1['SPuDA'],_0x70c604,this[_0xe46fe(0xff)],this[_0xe46fe(0xcb)]),_0x5f234b=await Promise['race']([this['BrowserstackHealing']['pollResult'](constants[_0xe46fe(0xf5)],_0x15ba76,globals[_0xe46fe(0xb9)](_0x38efe1[_0xe46fe(0xd9)]))['then'](_0x4a2caf=>{const _0x43efa8=_0xe46fe;return _0x5107e0[_0x43efa8(0xa4)](),_0x4a2caf;}),_0x5107e0]);if(_0x5f234b&&_0x5f234b[_0xe46fe(0xb8)]&&_0x5f234b[_0xe46fe(0xcc)]){const _0x36d509={};return _0x36d509[_0xe46fe(0x101)]=_0x5f234b[_0xe46fe(0xb8)],_0x36d509[_0xe46fe(0x108)]=_0x5f234b[_0xe46fe(0xcc)],_0x36d509[_0xe46fe(0xf1)]=!![],_0x36d509;}const _0x4d78af={};return _0x4d78af[_0xe46fe(0x101)]=_0x1e0cf3['parameters_'][_0xe46fe(0x10e)],_0x4d78af['locatorValue']=_0x5f234b[_0xe46fe(0xcc)],_0x4d78af['aiHealing']=!![],_0x4d78af;}catch(_0x274ed6){return logger['debug'](_0xe46fe(0xe7)+(_0x274ed6&&_0x274ed6[_0xe46fe(0xde)]?_0x274ed6[_0xe46fe(0xde)]:'')),logger['info'](_0xe46fe(0xee)+_0x1e0cf3['name_']+_0xe46fe(0xf7)),_0x1e0cf3;}}}exports[a96_0x1a2ba9(0xd6)]=Object[a96_0x1a2ba9(0xae)](new AiSdkWrapper());function a96_0x511c(){const _0x1b5aae=['split','BrowserstackHealing.healFailure\x20method\x20timed\x20out','IHUxG','OwCiu','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','browserName','capabilities_','message','BrowserstackHealingLogDataFailed','firefoxOptions_','ZqLYq','chrome','string','BrowserstackHealingSetTcgTokenFailed','initializeHealingCapabilities','getId','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','BrowserstackHealingHealFailureFailed','error','lpEhi','2668484ZTQprr','firefox','XNolL','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','edgeOptions_','dYGTd','aiHealing','36aFITZo','CKsyS','TCG_REGION','TCG_URL','RuzOz','\x20command','2203158EcIuHs','_handleEvent','initializeCapabilities','safari','POLL_HEALING_RESULT_TIMEOUT','69074MPRZlZ','join','config','oNMAv','locatorType','s://','eNmVU','toLowerCase','then','LHMLF','YNrHL','locatorValue','OvhzQ','aiHeal_userId','YZKFK','BrowserstackHealing','HLIEn','using','jeCth','../logger','aiHeal_sessionToken','6xbXiiW','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','healFailure','2219760jsIARg','../../bin/utils/constants','set','BrowserstackHealing.pollResult\x20method\x20timed\x20out','cancel','BrowserstackHealing.setToken\x20method\x20timed\x20out','BrowserstackHealing.logData\x20method\x20timed\x20out','../../ai-sdk-node/bundle','getCapabilities','wAzRY','race','replace','970352xeIMZm','HEALING_FAILURE_TIMEOUT','freeze','getCommands','getTestName','vkPHX','path','etRAL','browserstackSessionName','DzMWJ','getProjectName','aiHeal_isGroupAIEnabled','selector','getGlobal','getSession','log','1104476uDrrPb','foCEd','aiHeal_groupId','parameters_','ieOptions_','275888XmUGoO','VuQLZ','bmrWY','logData','isSelfHealEnabled','xaUhr','HEALING_LOG_DATA_TIMEOUT','CjnMl','mqsbM','handleFailure','framework','value','BrowserstackHealingPollResultFailed','forEach','newCapabilities','SET_TCG_TOKEN_TIMEOUT','kmjrS','Vdhlg','../../helpers/timeoutPromise','winstonLogger','vgPqz','aiSdkWrapper'];a96_0x511c=function(){return _0x1b5aae;};return a96_0x511c();}
@@ -1 +1 @@
1
- function a97_0x1052(_0x50fd27,_0x5ec82d){const _0x3166f4=a97_0x3166();return a97_0x1052=function(_0x10520f,_0x3210ba){_0x10520f=_0x10520f-0xae;let _0x3a82b1=_0x3166f4[_0x10520f];return _0x3a82b1;},a97_0x1052(_0x50fd27,_0x5ec82d);}const a97_0x4e65bd=a97_0x1052;(function(_0x51a34c,_0x41407d){const _0x5cfec1=a97_0x1052,_0x19b4f3=_0x51a34c();while(!![]){try{const _0x5c61d5=-parseInt(_0x5cfec1(0xed))/0x1*(-parseInt(_0x5cfec1(0xc9))/0x2)+-parseInt(_0x5cfec1(0xe1))/0x3*(-parseInt(_0x5cfec1(0xb1))/0x4)+parseInt(_0x5cfec1(0xdf))/0x5*(-parseInt(_0x5cfec1(0xd0))/0x6)+-parseInt(_0x5cfec1(0xe0))/0x7+parseInt(_0x5cfec1(0xd1))/0x8+parseInt(_0x5cfec1(0xc3))/0x9*(-parseInt(_0x5cfec1(0xcb))/0xa)+parseInt(_0x5cfec1(0xbc))/0xb*(parseInt(_0x5cfec1(0xe6))/0xc);if(_0x5c61d5===_0x41407d)break;else _0x19b4f3['push'](_0x19b4f3['shift']());}catch(_0x2e51a9){_0x19b4f3['push'](_0x19b4f3['shift']());}}}(a97_0x3166,0x83440));const calculateTimeDiff=_0x301d62=>Date[a97_0x4e65bd(0xda)]()-_0x301d62,logger=require(a97_0x4e65bd(0xe4))[a97_0x4e65bd(0xb2)],globals=require(a97_0x4e65bd(0xc0));class HealingCommandRepo{constructor(){const _0x12c2e4=a97_0x4e65bd,_0xa70f46={};_0xa70f46[_0x12c2e4(0xf1)]='3|5|2|4|1|0';const _0xc75241=_0xa70f46,_0x5215e3=_0xc75241[_0x12c2e4(0xf1)][_0x12c2e4(0xbd)]('|');let _0x9ad545=0x0;while(!![]){switch(_0x5215e3[_0x9ad545++]){case'0':this['isTcgTokenSet']=![];continue;case'1':this['authInfo']={};continue;case'2':this[_0x12c2e4(0xca)]='';continue;case'3':this[_0x12c2e4(0xeb)]={};continue;case'4':this[_0x12c2e4(0xcd)]='';continue;case'5':this[_0x12c2e4(0xd9)]={};continue;}break;}}[a97_0x4e65bd(0xdc)](_0x36aca7,_0x159691){const _0x555e89=a97_0x4e65bd,_0x23bac0={};_0x23bac0['ObSDw']=function(_0x2588f6,_0x44b374){return _0x2588f6 in _0x44b374;};const _0x4728f9=_0x23bac0;!_0x4728f9['ObSDw'](_0x36aca7,this['commands'])&&(this[_0x555e89(0xeb)][_0x36aca7]=[]),this[_0x555e89(0xeb)][_0x36aca7][_0x555e89(0xdd)](_0x159691);}[a97_0x4e65bd(0xe3)](_0x32e27e,_0x3a5b52){const _0x46b368=a97_0x4e65bd,_0x2a51c8={'TaJPZ':function(_0x45f3d1,_0x19e097){return _0x45f3d1(_0x19e097);}},_0x5c182b=_0x3a5b52[_0x46b368(0xd2)],_0x590814=_0x3a5b52[_0x46b368(0xe7)][_0x46b368(0xbd)](_0x32e27e)[0x1],_0x27e248=this[_0x46b368(0xd9)][_0x32e27e],_0x536724={'k':_0x5c182b+':'+_0x590814,'t':_0x2a51c8[_0x46b368(0xcf)](calculateTimeDiff,_0x27e248)};this[_0x46b368(0xdc)](_0x32e27e,_0x536724);}[a97_0x4e65bd(0xae)](_0x1a4924){const _0x48ecf2=a97_0x4e65bd;this[_0x48ecf2(0xd9)][_0x1a4924]=Date[_0x48ecf2(0xda)]();}[a97_0x4e65bd(0xb7)](_0x293a3e,_0x235d38){const _0x4e8a28=a97_0x4e65bd;this[_0x4e8a28(0xd7)][_0x4e8a28(0xb0)]=_0x293a3e,this['authInfo'][_0x4e8a28(0xc8)]=_0x235d38;}[a97_0x4e65bd(0xea)](){const _0x248026=a97_0x4e65bd;return this[_0x248026(0xd7)];}['setProjectNameForHealingContext'](_0x45ddb8){this['projectName']=_0x45ddb8;}[a97_0x4e65bd(0xc7)](_0x2f9714){this['testName']=_0x2f9714;}[a97_0x4e65bd(0xb9)](_0x36dfba){const _0x404fae=a97_0x4e65bd;this[_0x404fae(0xec)]=_0x36dfba,this[_0x404fae(0xcc)](_0x36dfba['projectName']),this['setAuthInfo'](_0x36dfba['userName'],_0x36dfba['accessKey']);}[a97_0x4e65bd(0xf0)](_0x25c828){const _0x59ebbd=a97_0x4e65bd;this[_0x59ebbd(0xba)]=_0x25c828;}[a97_0x4e65bd(0xd4)](_0x3e342e){const _0x2232b1=a97_0x4e65bd;this[_0x2232b1(0xd6)]=_0x3e342e;}['getConfig'](){return this['config'];}[a97_0x4e65bd(0xb5)](){const _0x5ef553=a97_0x4e65bd;return this[_0x5ef553(0xba)];}[a97_0x4e65bd(0xef)](){const _0x4f32b5=a97_0x4e65bd;return this[_0x4f32b5(0xca)];}[a97_0x4e65bd(0xce)](){const _0x31cb81=a97_0x4e65bd;return this[_0x31cb81(0xcd)];}[a97_0x4e65bd(0xe5)](_0x2c3d7f){const _0x124b75=a97_0x4e65bd,_0x197021={};_0x197021[_0x124b75(0xc1)]=_0x124b75(0xaf),_0x197021[_0x124b75(0xdb)]=_0x124b75(0xc4),_0x197021[_0x124b75(0xd3)]=function(_0x26f7e2,_0x291a1e){return _0x26f7e2===_0x291a1e;},_0x197021['isMtt']=function(_0x306151,_0x8d35e0){return _0x306151+_0x8d35e0;},_0x197021[_0x124b75(0xde)]=_0x124b75(0xb8);const _0xf49f72=_0x197021,_0x1f84f6=this['commands'][_0x2c3d7f];this[_0x124b75(0xeb)][_0x2c3d7f]=[];if(globals[_0x124b75(0xc6)](_0xf49f72['KTWRH'])&&globals[_0x124b75(0xc6)](_0xf49f72['Huwza'])&&!_0x1f84f6||_0xf49f72[_0x124b75(0xd3)](_0x1f84f6[_0x124b75(0xbb)],0x0))return logger[_0x124b75(0xbe)](_0xf49f72['isMtt'](_0xf49f72[_0x124b75(0xde)],_0x2c3d7f)),'';return _0x1f84f6[_0x124b75(0xee)](_0x2d5e09=>JSON[_0x124b75(0xd8)](_0x2d5e09))[_0x124b75(0xd5)](',');}[a97_0x4e65bd(0xc2)](){const _0x3b2974=a97_0x4e65bd,_0x1c01ac={};_0x1c01ac[_0x3b2974(0xe8)]=function(_0x127fb4,_0x4cadf6){return _0x127fb4===_0x4cadf6;},_0x1c01ac[_0x3b2974(0xbf)]=function(_0x2474a2,_0x4e2fa4){return _0x2474a2===_0x4e2fa4;},_0x1c01ac['cIaeN']=_0x3b2974(0xe9);const _0x3daff0=_0x1c01ac;let _0x4983cf=![];return this['getConfig']()&&(_0x3daff0['WTyzD'](this['getConfig']()[_0x3b2974(0xe2)],!![])||_0x3daff0[_0x3b2974(0xbf)](this[_0x3b2974(0xb3)]()['selfHeal'],_0x3daff0[_0x3b2974(0xb4)]))&&(_0x4983cf=!![]),_0x4983cf;}[a97_0x4e65bd(0xb6)](){const _0x17a1ae=a97_0x4e65bd;return this[_0x17a1ae(0xd6)];}}exports[a97_0x4e65bd(0xc5)]=new HealingCommandRepo();function a97_0x3166(){const _0x2f6911=['cIaeN','getFramework','getTcgTokenStatus','setAuthInfo','No\x20commands\x20found\x20for\x20session:\x20','setConfig','framework','length','429ehyxmz','split','debug','EkOdV','../globals','KTWRH','isSelfHealEnabled','391527zFiNPH','aiHeal_isHealingEnabled','commandRepository','getGlobal','setTestNameForHealingContext','accessKey','30986lWqEqe','projectName','70LdNQzM','setProjectNameForHealingContext','testName','getTestName','TaJPZ','18ZvaAgS','1322712hklCaR','method','qSaiK','setTcgTokenStatus','join','isTcgTokenSet','authInfo','stringify','aiSessionTimeStamp','now','Huwza','_pushCommand','push','PqPBy','1400935gTjZsP','735049GCgcFw','15pNDuRz','selfHeal','pushCommand','../logger','getCommands','325908ocyZXY','path','WTyzD','true','getAuthInfo','commands','config','31UvOdCT','map','getProjectName','setFramework','MNmxi','setAiSessionTimeStamp','aiHeal_isAuthenticated','userName','66344AVeCHR','winstonLogger','getConfig'];a97_0x3166=function(){return _0x2f6911;};return a97_0x3166();}
1
+ const a97_0x221e24=a97_0x2b86;(function(_0x219252,_0x3da3bd){const _0x4c0cbd=a97_0x2b86,_0x5c21bb=_0x219252();while(!![]){try{const _0x50319f=-parseInt(_0x4c0cbd(0xa2))/0x1+parseInt(_0x4c0cbd(0x8e))/0x2*(parseInt(_0x4c0cbd(0x9d))/0x3)+-parseInt(_0x4c0cbd(0x96))/0x4+-parseInt(_0x4c0cbd(0xb2))/0x5+-parseInt(_0x4c0cbd(0x8c))/0x6+parseInt(_0x4c0cbd(0x9b))/0x7+parseInt(_0x4c0cbd(0x7f))/0x8*(parseInt(_0x4c0cbd(0xa4))/0x9);if(_0x50319f===_0x3da3bd)break;else _0x5c21bb['push'](_0x5c21bb['shift']());}catch(_0x46a150){_0x5c21bb['push'](_0x5c21bb['shift']());}}}(a97_0x4512,0x308d1));const calculateTimeDiff=_0x13611a=>Date[a97_0x221e24(0x93)]()-_0x13611a,logger=require(a97_0x221e24(0x81))['winstonLogger'],globals=require(a97_0x221e24(0xa0));function a97_0x2b86(_0x5956bd,_0x117553){const _0x451208=a97_0x4512();return a97_0x2b86=function(_0x2b869f,_0x344361){_0x2b869f=_0x2b869f-0x79;let _0x308712=_0x451208[_0x2b869f];return _0x308712;},a97_0x2b86(_0x5956bd,_0x117553);}class HealingCommandRepo{constructor(){const _0x3ed9cb=a97_0x221e24,_0x529476={};_0x529476[_0x3ed9cb(0x82)]=_0x3ed9cb(0x79);const _0x10ab14=_0x529476,_0x52c03c=_0x10ab14[_0x3ed9cb(0x82)][_0x3ed9cb(0x97)]('|');let _0x3c71f4=0x0;while(!![]){switch(_0x52c03c[_0x3c71f4++]){case'0':this[_0x3ed9cb(0xad)]='';continue;case'1':this[_0x3ed9cb(0x89)]={};continue;case'2':this['authInfo']={};continue;case'3':this[_0x3ed9cb(0x98)]={};continue;case'4':this[_0x3ed9cb(0xa6)]='';continue;case'5':this[_0x3ed9cb(0x7a)]=![];continue;}break;}}[a97_0x221e24(0x8b)](_0x5f3a03,_0x5e1933){const _0x247e7f=a97_0x221e24,_0x2fcc21={};_0x2fcc21['MSUEN']=function(_0x3b4e65,_0x502916){return _0x3b4e65 in _0x502916;};const _0xb1c0fa=_0x2fcc21;!_0xb1c0fa[_0x247e7f(0x94)](_0x5f3a03,this[_0x247e7f(0x89)])&&(this['commands'][_0x5f3a03]=[]),this['commands'][_0x5f3a03][_0x247e7f(0xaf)](_0x5e1933);}[a97_0x221e24(0x8d)](_0x319014,_0x367b51){const _0x5e28a7=a97_0x221e24,_0x248432={'LXILK':function(_0x96c964,_0x3e3188){return _0x96c964(_0x3e3188);}},_0x4000eb=_0x367b51['method'],_0x4bd57e=_0x367b51[_0x5e28a7(0x80)][_0x5e28a7(0x97)](_0x319014)[0x1],_0x3408a3=this['aiSessionTimeStamp'][_0x319014],_0x45912e={'k':_0x4000eb+':'+_0x4bd57e,'t':_0x248432[_0x5e28a7(0x7b)](calculateTimeDiff,_0x3408a3)};this[_0x5e28a7(0x8b)](_0x319014,_0x45912e);}[a97_0x221e24(0x83)](_0xf53348){const _0xb1f9cd=a97_0x221e24;this[_0xb1f9cd(0x98)][_0xf53348]=Date[_0xb1f9cd(0x93)]();}[a97_0x221e24(0x7e)](_0x5430c1,_0x1a9dd9){const _0x75d2f4=a97_0x221e24;this['authInfo'][_0x75d2f4(0x7d)]=_0x5430c1,this['authInfo']['accessKey']=_0x1a9dd9;}[a97_0x221e24(0x9c)](){const _0x45242d=a97_0x221e24;return this[_0x45242d(0xa3)];}['setProjectNameForHealingContext'](_0x302b4e){const _0x4fb926=a97_0x221e24;this[_0x4fb926(0xad)]=_0x302b4e;}[a97_0x221e24(0xaa)](_0x6e5eeb){this['testName']=_0x6e5eeb;}[a97_0x221e24(0xa7)](_0x48816b){const _0x37ba0b=a97_0x221e24;this['config']=_0x48816b,this[_0x37ba0b(0xab)](_0x48816b[_0x37ba0b(0xad)]),this[_0x37ba0b(0x7e)](_0x48816b[_0x37ba0b(0x7d)],_0x48816b[_0x37ba0b(0x99)]);}['setFramework'](_0x56a3a5){const _0x4ba717=a97_0x221e24;this[_0x4ba717(0xa8)]=_0x56a3a5;}[a97_0x221e24(0xb1)](_0x12d5ba){const _0x58e6fe=a97_0x221e24;this[_0x58e6fe(0x7a)]=_0x12d5ba;}[a97_0x221e24(0x85)](){const _0x5654b2=a97_0x221e24;return this[_0x5654b2(0xa9)];}[a97_0x221e24(0x9f)](){const _0x597f87=a97_0x221e24;return this[_0x597f87(0xa8)];}[a97_0x221e24(0xb0)](){const _0x4e55fb=a97_0x221e24;return this[_0x4e55fb(0xad)];}['getTestName'](){const _0x47c466=a97_0x221e24;return this[_0x47c466(0xa6)];}['getCommands'](_0x3d8ae2){const _0x383038=a97_0x221e24,_0xcdee74={};_0xcdee74[_0x383038(0x90)]=_0x383038(0xa5),_0xcdee74[_0x383038(0x7c)]=_0x383038(0x8a),_0xcdee74[_0x383038(0x84)]=function(_0x112f88,_0x4e9998){return _0x112f88===_0x4e9998;},_0xcdee74['JNGJw']=function(_0x37aca2,_0x323044){return _0x37aca2+_0x323044;},_0xcdee74[_0x383038(0xac)]='No\x20commands\x20found\x20for\x20session:\x20';const _0x37137c=_0xcdee74,_0x4f8003=this[_0x383038(0x89)][_0x3d8ae2];this[_0x383038(0x89)][_0x3d8ae2]=[];if(globals[_0x383038(0x8f)](_0x37137c[_0x383038(0x90)])&&globals['getGlobal'](_0x37137c[_0x383038(0x7c)])&&!_0x4f8003||_0x37137c[_0x383038(0x84)](_0x4f8003['length'],0x0))return logger[_0x383038(0x87)](_0x37137c[_0x383038(0x86)](_0x37137c[_0x383038(0xac)],_0x3d8ae2)),'';return _0x4f8003[_0x383038(0x9e)](_0x42759e=>JSON['stringify'](_0x42759e))[_0x383038(0xae)](',');}['isSelfHealEnabled'](){const _0x4f4c50=a97_0x221e24,_0x237a61={};_0x237a61[_0x4f4c50(0x88)]=function(_0x3ed8c5,_0x2ce80a){return _0x3ed8c5===_0x2ce80a;},_0x237a61[_0x4f4c50(0xa1)]=function(_0x52f328,_0x1722bd){return _0x52f328===_0x1722bd;},_0x237a61[_0x4f4c50(0x95)]=_0x4f4c50(0x9a);const _0x2b6d4d=_0x237a61;let _0x2a0801=![];return this[_0x4f4c50(0x85)]()&&(_0x2b6d4d[_0x4f4c50(0x88)](this['getConfig']()[_0x4f4c50(0x91)],!![])||_0x2b6d4d[_0x4f4c50(0xa1)](this['getConfig']()[_0x4f4c50(0x91)],_0x2b6d4d[_0x4f4c50(0x95)]))&&(_0x2a0801=!![]),_0x2a0801;}[a97_0x221e24(0x92)](){const _0x157e2b=a97_0x221e24;return this[_0x157e2b(0x7a)];}}function a97_0x4512(){const _0x56cd10=['authInfo','326259xAPlaF','aiHeal_isAuthenticated','testName','setConfig','framework','config','setTestNameForHealingContext','setProjectNameForHealingContext','gSNbN','projectName','join','push','getProjectName','setTcgTokenStatus','586650HZVhav','1|3|0|4|2|5','isTcgTokenSet','LXILK','JHFGc','userName','setAuthInfo','104taFgyF','path','../logger','ELpOF','setAiSessionTimeStamp','cTExZ','getConfig','JNGJw','debug','iIKMg','commands','aiHeal_isHealingEnabled','_pushCommand','889944IsKmuN','pushCommand','560066IGsoyy','getGlobal','JXgpo','selfHeal','getTcgTokenStatus','now','MSUEN','sVSFe','247588nqgplr','split','aiSessionTimeStamp','accessKey','true','455147mjDIQf','getAuthInfo','3TzuhGO','map','getFramework','../globals','gJNGY','289901oduhTa'];a97_0x4512=function(){return _0x56cd10;};return a97_0x4512();}exports['commandRepository']=new HealingCommandRepo();
@@ -1 +1 @@
1
- const a98_0x56462a=a98_0x108b;(function(_0x597384,_0x1be5bd){const _0x2630ba=a98_0x108b,_0x47ff60=_0x597384();while(!![]){try{const _0x12c945=-parseInt(_0x2630ba(0x160))/0x1*(parseInt(_0x2630ba(0x15e))/0x2)+-parseInt(_0x2630ba(0x14b))/0x3+-parseInt(_0x2630ba(0x15d))/0x4*(-parseInt(_0x2630ba(0x156))/0x5)+-parseInt(_0x2630ba(0x14a))/0x6+-parseInt(_0x2630ba(0x152))/0x7*(parseInt(_0x2630ba(0x14f))/0x8)+parseInt(_0x2630ba(0x150))/0x9*(parseInt(_0x2630ba(0x14e))/0xa)+parseInt(_0x2630ba(0x15a))/0xb;if(_0x12c945===_0x1be5bd)break;else _0x47ff60['push'](_0x47ff60['shift']());}catch(_0x567dda){_0x47ff60['push'](_0x47ff60['shift']());}}}(a98_0x10d7,0xc8aec));const a98_0x4995e3={};function a98_0x108b(_0x4201e8,_0x5a8c74){const _0x10d759=a98_0x10d7();return a98_0x108b=function(_0x108b7e,_0x3382d6){_0x108b7e=_0x108b7e-0x14a;let _0x926990=_0x10d759[_0x108b7e];return _0x926990;},a98_0x108b(_0x4201e8,_0x5a8c74);}a98_0x4995e3[a98_0x56462a(0x15c)]=a98_0x56462a(0x158),a98_0x4995e3[a98_0x56462a(0x154)]=a98_0x56462a(0x15b),module[a98_0x56462a(0x14d)]=a98_0x4995e3;const _env=(process[a98_0x56462a(0x153)][a98_0x56462a(0x159)]||a98_0x56462a(0x161))[a98_0x56462a(0x15f)]();function a98_0x10d7(){const _0x5d57b3=['50LKcUjA','toLowerCase','14966xbghmo','prod','7200060Vbqzzc','2024511VoqPOI','https://grid-devhst.bsstag.com/dashboard/builds','exports','10CKcZHc','3000LTpYhZ','8159337ZMyrNT','pre-prod','18221Jfzjua','env','API_ENDPOINT','https://grid-preprod.bsstag.com/dashboard/builds','35GMCjei','stag','https://grid.browserstack.com/dashboard/builds','BROWSERSTACK_ENV','30668517jFUapo','automate-turboscale/v1','BUILDS_DASHBOARD_URL','201416hisleM'];a98_0x10d7=function(){return _0x5d57b3;};return a98_0x10d7();}if(_env==='staging'||_env===a98_0x56462a(0x157))module[a98_0x56462a(0x14d)]['BUILDS_DASHBOARD_URL']=a98_0x56462a(0x14c);else(_env==='preprod'||_env===a98_0x56462a(0x151))&&(module[a98_0x56462a(0x14d)][a98_0x56462a(0x15c)]=a98_0x56462a(0x155));
1
+ const a98_0x5b7c26=a98_0x2d3b;(function(_0x588674,_0x1614e0){const _0xbb8c12=a98_0x2d3b,_0x3ae4f2=_0x588674();while(!![]){try{const _0x4d4b87=parseInt(_0xbb8c12(0xdb))/0x1*(parseInt(_0xbb8c12(0xd5))/0x2)+parseInt(_0xbb8c12(0xd9))/0x3*(parseInt(_0xbb8c12(0xd4))/0x4)+parseInt(_0xbb8c12(0xce))/0x5*(parseInt(_0xbb8c12(0xd6))/0x6)+-parseInt(_0xbb8c12(0xdf))/0x7+parseInt(_0xbb8c12(0xd7))/0x8*(parseInt(_0xbb8c12(0xdd))/0x9)+-parseInt(_0xbb8c12(0xdc))/0xa+-parseInt(_0xbb8c12(0xe2))/0xb;if(_0x4d4b87===_0x1614e0)break;else _0x3ae4f2['push'](_0x3ae4f2['shift']());}catch(_0x9b9dab){_0x3ae4f2['push'](_0x3ae4f2['shift']());}}}(a98_0x2ef1,0x60627));const a98_0x32625e={};function a98_0x2d3b(_0x48cf68,_0x4e7dcb){const _0x2ef1a9=a98_0x2ef1();return a98_0x2d3b=function(_0x2d3bd4,_0xb54673){_0x2d3bd4=_0x2d3bd4-0xce;let _0x483e0f=_0x2ef1a9[_0x2d3bd4];return _0x483e0f;},a98_0x2d3b(_0x48cf68,_0x4e7dcb);}a98_0x32625e[a98_0x5b7c26(0xcf)]=a98_0x5b7c26(0xd2),a98_0x32625e[a98_0x5b7c26(0xde)]=a98_0x5b7c26(0xd1),module['exports']=a98_0x32625e;const _env=(process['env'][a98_0x5b7c26(0xd3)]||'prod')[a98_0x5b7c26(0xd8)]();function a98_0x2ef1(){const _0x1362fe=['automate-turboscale/v1','https://grid.browserstack.com/dashboard/builds','BROWSERSTACK_ENV','8YkYdTG','2TAwqbT','3878838ggRmMp','152EwixYr','toLowerCase','681741gdfVMA','pre-prod','119373QuNYOr','4783970xIsrCU','35262IDbSlv','API_ENDPOINT','2543541yQZUgh','https://grid-devhst.bsstag.com/dashboard/builds','preprod','640541diaeSz','5YCAVLs','BUILDS_DASHBOARD_URL','stag'];a98_0x2ef1=function(){return _0x1362fe;};return a98_0x2ef1();}if(_env==='staging'||_env===a98_0x5b7c26(0xd0))module['exports']['BUILDS_DASHBOARD_URL']=a98_0x5b7c26(0xe0);else(_env===a98_0x5b7c26(0xe1)||_env===a98_0x5b7c26(0xda))&&(module['exports'][a98_0x5b7c26(0xcf)]='https://grid-preprod.bsstag.com/dashboard/builds');
@@ -1 +1 @@
1
- const a99_0x5a7956=a99_0x2a3d;(function(_0x40e55c,_0x42b280){const _0x252841=a99_0x2a3d,_0x53ef55=_0x40e55c();while(!![]){try{const _0x25c91b=-parseInt(_0x252841(0x131))/0x1*(-parseInt(_0x252841(0x12c))/0x2)+parseInt(_0x252841(0x12f))/0x3*(parseInt(_0x252841(0x127))/0x4)+-parseInt(_0x252841(0x119))/0x5*(parseInt(_0x252841(0x11d))/0x6)+parseInt(_0x252841(0x132))/0x7+parseInt(_0x252841(0x12b))/0x8*(parseInt(_0x252841(0x134))/0x9)+parseInt(_0x252841(0x133))/0xa+-parseInt(_0x252841(0x135))/0xb;if(_0x25c91b===_0x42b280)break;else _0x53ef55['push'](_0x53ef55['shift']());}catch(_0x4c2b28){_0x53ef55['push'](_0x53ef55['shift']());}}}(a99_0x1770,0xd64b8));function a99_0x2a3d(_0x3cc34c,_0x36a760){const _0x177006=a99_0x1770();return a99_0x2a3d=function(_0x2a3d44,_0x12f81a){_0x2a3d44=_0x2a3d44-0x114;let _0x5bcd7b=_0x177006[_0x2a3d44];return _0x5bcd7b;},a99_0x2a3d(_0x3cc34c,_0x36a760);}function a99_0x1770(){const _0x4f11da=['2489220MZXdkp','BROWSERSTACK_BUILD_PRIORITY','getTurboScaleOptions','env','htdNq','isArray','SkZnT','../../bin/utils/constants','turboScaleOptions','LbVFk','56xsqxwt','options','gZtgv','NO_GRID_NAME_PASSED','3016EryMAy','554rVQive','getTurboScaleCaps','BROWSERSTACK_BUILD_TAGS','83103xrXEEL','true','1031eEeDYV','1315552cEBIkl','16078680QDbDqd','3303yKkDyP','5337222nSgifk','split','isTurboScaleSession','turboScale','TURBOSCALE_OPTIONS','gridName','15ClDuRY','toString','buildPriority','buildTags'];a99_0x1770=function(){return _0x4f11da;};return a99_0x1770();}const constants=require(a99_0x5a7956(0x124));exports[a99_0x5a7956(0x11f)]=()=>{const _0x400c03=a99_0x5a7956;if(!constants['TURBOSCALE_OPTIONS'][_0x400c03(0x128)])return{};return constants[_0x400c03(0x117)][_0x400c03(0x128)];},exports['getTurboScaleGridName']=_0x5c50f8=>{const _0x52a825=a99_0x5a7956,_0x3d59d2={};_0x3d59d2[_0x52a825(0x123)]=_0x52a825(0x12a);const _0x3b5556=_0x3d59d2;if(_0x5c50f8[_0x52a825(0x125)]&&_0x5c50f8[_0x52a825(0x125)][_0x52a825(0x118)])return _0x5c50f8[_0x52a825(0x125)]['gridName'];if(process[_0x52a825(0x120)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process['env']['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x3b5556['SkZnT'];},exports[a99_0x5a7956(0x115)]=_0x597204=>{const _0x48527c=a99_0x5a7956,_0x2e8520={};_0x2e8520[_0x48527c(0x126)]=function(_0x4f57d7,_0x4ca4bd){return _0x4f57d7===_0x4ca4bd;},_0x2e8520[_0x48527c(0x129)]=_0x48527c(0x130);const _0x15b57a=_0x2e8520;return _0x597204&&_0x597204['turboScale']&&_0x15b57a[_0x48527c(0x126)](_0x597204[_0x48527c(0x116)][_0x48527c(0x11a)]()['toLowerCase'](),_0x15b57a[_0x48527c(0x129)]);},exports[a99_0x5a7956(0x12d)]=(_0x2e8861,_0x42a69a,_0xc68d41)=>{const _0x2907ed=a99_0x5a7956,_0x4cc454={};_0x4cc454['htdNq']='medium';const _0x117851=_0x4cc454,_0x96b381={};_0x96b381[_0x2907ed(0x11b)]=_0x117851[_0x2907ed(0x121)];_0x2e8861['buildTags']&&(_0x96b381[_0x2907ed(0x11c)]=Array[_0x2907ed(0x122)](_0x2e8861[_0x2907ed(0x11c)])?_0x2e8861['buildTags']:_0x2e8861[_0x2907ed(0x11c)]['split'](','));if(process['env'][_0x2907ed(0x12e)])try{_0x96b381[_0x2907ed(0x11c)]=process[_0x2907ed(0x120)][_0x2907ed(0x12e)][_0x2907ed(0x114)](',');}catch{_0x96b381[_0x2907ed(0x11c)]=process[_0x2907ed(0x120)][_0x2907ed(0x12e)];}return _0x2e8861[_0x2907ed(0x11b)]&&(_0x96b381[_0x2907ed(0x11b)]=_0x2e8861[_0x2907ed(0x11b)]),process[_0x2907ed(0x120)][_0x2907ed(0x11e)]&&(_0x96b381['buildPriority']=process[_0x2907ed(0x120)][_0x2907ed(0x11e)]),_0x96b381;};
1
+ const a99_0xef6c3d=a99_0x1f40;function a99_0x1381(){const _0x5eebf1=['buildPriority','BROWSERSTACK_BUILD_TAGS','vwRft','865277ZvgovO','BROWSERSTACK_BUILD_PRIORITY','getTurboScaleOptions','isArray','984246qanVDU','TURBOSCALE_OPTIONS','1532dhksnJ','isTurboScaleSession','6daqQub','turboScaleOptions','toString','turboScale','10ZFoDni','5zwsgrK','587STAjIL','gridName','split','medium','buildTags','options','3925328BWEwRk','NO_GRID_NAME_PASSED','722508XBJSHx','env','BROWSERSTACK_TURBOSCALE_GRID_NAME','15684aaGUiQ','8RhEzQp','3194811VtVhhp','gpEiO','true','9022yvoBmq','zvqYD','aZiST'];a99_0x1381=function(){return _0x5eebf1;};return a99_0x1381();}(function(_0x4fecf7,_0x2cca2a){const _0x322b11=a99_0x1f40,_0x10cbdf=_0x4fecf7();while(!![]){try{const _0x15f6ef=parseInt(_0x322b11(0x17a))/0x1*(parseInt(_0x322b11(0x172))/0x2)+-parseInt(_0x322b11(0x174))/0x3*(parseInt(_0x322b11(0x182))/0x4)+-parseInt(_0x322b11(0x179))/0x5*(parseInt(_0x322b11(0x170))/0x6)+-parseInt(_0x322b11(0x16c))/0x7*(-parseInt(_0x322b11(0x186))/0x8)+parseInt(_0x322b11(0x187))/0x9*(-parseInt(_0x322b11(0x178))/0xa)+-parseInt(_0x322b11(0x180))/0xb+-parseInt(_0x322b11(0x185))/0xc*(-parseInt(_0x322b11(0x18a))/0xd);if(_0x15f6ef===_0x2cca2a)break;else _0x10cbdf['push'](_0x10cbdf['shift']());}catch(_0x1c1384){_0x10cbdf['push'](_0x10cbdf['shift']());}}}(a99_0x1381,0x3b5f5));function a99_0x1f40(_0x1351ce,_0x3df09b){const _0x13819a=a99_0x1381();return a99_0x1f40=function(_0x1f40ff,_0x4124a0){_0x1f40ff=_0x1f40ff-0x16b;let _0x759ed0=_0x13819a[_0x1f40ff];return _0x759ed0;},a99_0x1f40(_0x1351ce,_0x3df09b);}const constants=require('../../bin/utils/constants');exports[a99_0xef6c3d(0x16e)]=()=>{const _0x53a7e9=a99_0xef6c3d;if(!constants[_0x53a7e9(0x171)][_0x53a7e9(0x17f)])return{};return constants[_0x53a7e9(0x171)]['options'];},exports['getTurboScaleGridName']=_0x21c1e5=>{const _0x113e32=a99_0xef6c3d,_0x31af60={};_0x31af60[_0x113e32(0x188)]=_0x113e32(0x181);const _0x325e26=_0x31af60;if(_0x21c1e5[_0x113e32(0x175)]&&_0x21c1e5[_0x113e32(0x175)][_0x113e32(0x17b)])return _0x21c1e5[_0x113e32(0x175)][_0x113e32(0x17b)];if(process[_0x113e32(0x183)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x113e32(0x183)][_0x113e32(0x184)];return _0x325e26[_0x113e32(0x188)];},exports[a99_0xef6c3d(0x173)]=_0xe5a89f=>{const _0x31198e=a99_0xef6c3d,_0x5a08d7={};_0x5a08d7[_0x31198e(0x18b)]=function(_0x19f92d,_0x5bf3a6){return _0x19f92d===_0x5bf3a6;},_0x5a08d7[_0x31198e(0x16b)]=_0x31198e(0x189);const _0x19fc14=_0x5a08d7;return _0xe5a89f&&_0xe5a89f['turboScale']&&_0x19fc14[_0x31198e(0x18b)](_0xe5a89f[_0x31198e(0x177)][_0x31198e(0x176)]()['toLowerCase'](),_0x19fc14[_0x31198e(0x16b)]);},exports['getTurboScaleCaps']=(_0x563816,_0x2e5ecf,_0xf4e259)=>{const _0x1b5c71=a99_0xef6c3d,_0x233c81={};_0x233c81['aZiST']=_0x1b5c71(0x17d);const _0x554746=_0x233c81,_0xeedde1={};_0xeedde1[_0x1b5c71(0x18d)]=_0x554746[_0x1b5c71(0x18c)];_0x563816[_0x1b5c71(0x17e)]&&(_0xeedde1['buildTags']=Array[_0x1b5c71(0x16f)](_0x563816['buildTags'])?_0x563816[_0x1b5c71(0x17e)]:_0x563816[_0x1b5c71(0x17e)][_0x1b5c71(0x17c)](','));if(process[_0x1b5c71(0x183)][_0x1b5c71(0x18e)])try{_0xeedde1[_0x1b5c71(0x17e)]=process['env'][_0x1b5c71(0x18e)]['split'](',');}catch{_0xeedde1[_0x1b5c71(0x17e)]=process[_0x1b5c71(0x183)][_0x1b5c71(0x18e)];}return _0x563816[_0x1b5c71(0x18d)]&&(_0xeedde1['buildPriority']=_0x563816['buildPriority']),process[_0x1b5c71(0x183)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0xeedde1[_0x1b5c71(0x18d)]=process[_0x1b5c71(0x183)][_0x1b5c71(0x16d)]),_0xeedde1;};