browserstack-node-sdk 1.46.3 → 1.46.4

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 (187) 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 +108 -0
  41. package/generated/sdk-messages_pb.js +830 -0
  42. package/generated/sdk_grpc_pb.d.ts +10 -0
  43. package/generated/sdk_grpc_pb.js +66 -0
  44. package/package.json +1 -1
  45. package/src/ai-sdk-node/bundle.js +1 -1
  46. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  47. package/src/bin/codeceptjs/command.js +1 -1
  48. package/src/bin/codeceptjs/helper.js +1 -1
  49. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  50. package/src/bin/cucumber-js/command.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  52. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  53. package/src/bin/cucumber-js/test-observability.js +1 -1
  54. package/src/bin/cucumber-js/test.setup.js +1 -1
  55. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  56. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  57. package/src/bin/integrations/command.js +1 -1
  58. package/src/bin/integrations/constants.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  79. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  80. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  81. package/src/bin/mocha/test.setup.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/runner.js +1 -1
  94. package/src/bin/setup.js +1 -1
  95. package/src/bin/test-runner/index.js +1 -1
  96. package/src/bin/test-runner/runTest.js +1 -1
  97. package/src/bin/test-runner/testWorker.js +1 -1
  98. package/src/bin/utils/apiUtilityMethods.js +1 -1
  99. package/src/bin/utils/clientTroubleshootingService.js +1 -0
  100. package/src/bin/utils/constants.js +1 -1
  101. package/src/bin/utils/log4jsAppender.js +1 -1
  102. package/src/bin/utils/logPatcher.js +1 -1
  103. package/src/bin/utils/logReportingAPI.js +1 -1
  104. package/src/bin/utils/playwright-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  118. package/src/bin/v2/framework/testFramework.js +1 -1
  119. package/src/bin/v2/grpcClient.js +1 -1
  120. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  121. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  122. package/src/bin/v2/instances/trackedContext.js +1 -1
  123. package/src/bin/v2/instances/trackedInstance.js +1 -1
  124. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  125. package/src/bin/v2/modules/baseModule.js +1 -1
  126. package/src/bin/v2/modules/observabilityModule.js +1 -1
  127. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  128. package/src/bin/v2/modules/testhubModule.js +1 -1
  129. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  130. package/src/bin/v2/state/hookState.js +1 -1
  131. package/src/bin/v2/state/testFrameworkState.js +1 -1
  132. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  133. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  134. package/src/bin/vanilla-js/command.js +1 -1
  135. package/src/browserStackSdk.js +1 -1
  136. package/src/helpers/BrowserStackSetup.js +1 -1
  137. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  138. package/src/helpers/accessibility-automation/constants.js +1 -1
  139. package/src/helpers/accessibility-automation/helper.js +1 -1
  140. package/src/helpers/accessibility-automation/scripts.js +1 -1
  141. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  142. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  143. package/src/helpers/ats/constants.js +1 -1
  144. package/src/helpers/ats/helper.js +1 -1
  145. package/src/helpers/capsMapping.js +1 -1
  146. package/src/helpers/central-scanner/constants.js +1 -1
  147. package/src/helpers/central-scanner/helpers.js +1 -1
  148. package/src/helpers/classLogger.js +1 -1
  149. package/src/helpers/globals.js +1 -1
  150. package/src/helpers/helper.js +1 -1
  151. package/src/helpers/logger.js +1 -1
  152. package/src/helpers/metadata.js +1 -1
  153. package/src/helpers/patchHelper.js +1 -1
  154. package/src/helpers/patchHelpers.js +1 -1
  155. package/src/helpers/percy/Percy.js +1 -1
  156. package/src/helpers/percy/PercyBinary.js +1 -1
  157. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  158. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  159. package/src/helpers/percy/PercySDK.js +1 -1
  160. package/src/helpers/percy/index.js +1 -1
  161. package/src/helpers/percy/utils.js +1 -1
  162. package/src/helpers/performance/constants.js +1 -1
  163. package/src/helpers/performance/performance-tester.js +1 -1
  164. package/src/helpers/playwright-helper.js +1 -1
  165. package/src/helpers/processHelper.js +1 -1
  166. package/src/helpers/request-spy.js +1 -1
  167. package/src/helpers/setKeepAlive.js +1 -1
  168. package/src/helpers/test-observability/constants.js +1 -1
  169. package/src/helpers/test-observability/error-handler.js +1 -1
  170. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  171. package/src/helpers/test-observability/sessionHandler.js +1 -1
  172. package/src/helpers/test-observability/utils.js +1 -1
  173. package/src/helpers/test-orchestration/constants.js +1 -1
  174. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  175. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  176. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  177. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  178. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  179. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  180. package/src/helpers/testhub/constants.js +1 -1
  181. package/src/helpers/testhub/testhubHandler.js +1 -1
  182. package/src/helpers/testhub/utils.js +1 -1
  183. package/src/helpers/timeoutPromise.js +1 -1
  184. package/src/helpers/utilities.js +1 -1
  185. package/src/helpers/w3cMapping.js +1 -1
  186. package/src/hubAllocationMethods.js +1 -1
  187. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a91_0x28a480=a91_0xc9f7;(function(_0x448d45,_0x5ce341){const _0x47e948=a91_0xc9f7,_0x53da0a=_0x448d45();while(!![]){try{const _0x3e5f93=-parseInt(_0x47e948(0x186))/0x1*(parseInt(_0x47e948(0x155))/0x2)+-parseInt(_0x47e948(0x1b8))/0x3*(parseInt(_0x47e948(0x1a6))/0x4)+parseInt(_0x47e948(0x169))/0x5*(parseInt(_0x47e948(0x153))/0x6)+parseInt(_0x47e948(0x1a0))/0x7*(-parseInt(_0x47e948(0x16c))/0x8)+parseInt(_0x47e948(0x1b3))/0x9+-parseInt(_0x47e948(0x141))/0xa*(-parseInt(_0x47e948(0x18d))/0xb)+parseInt(_0x47e948(0x16b))/0xc*(parseInt(_0x47e948(0x18b))/0xd);if(_0x3e5f93===_0x5ce341)break;else _0x53da0a['push'](_0x53da0a['shift']());}catch(_0x29f685){_0x53da0a['push'](_0x53da0a['shift']());}}}(a91_0x5648,0xad825));const util=require(a91_0x28a480(0x1c5)),logger=require(a91_0x28a480(0x197))[a91_0x28a480(0x1bd)],accessibilityHelper=require(a91_0x28a480(0x123)),globals=require(a91_0x28a480(0x13b)),scripts=require('./scripts'),PerformanceTester=require(a91_0x28a480(0x159)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants'),BrowserstackCLI=require(a91_0x28a480(0x173));let playwrightA11yHelper=null;try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a91_0x20bf51){logger['debug']('Playwright\x20accessibility\x20helper\x20not\x20available');}const a91_0x951eb={};a91_0x951eb[a91_0x28a480(0x195)]=0x1,a91_0x951eb[a91_0x28a480(0x1bb)]=0x7530,a91_0x951eb['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a91_0x951eb,setConfigTimeout=(_0x171985,_0x3a555e=null)=>{const _0x24d2cb=a91_0x28a480,_0x227e14={'ewvzo':function(_0x55adca,_0x604fcb){return _0x55adca===_0x604fcb;},'fFemK':_0x24d2cb(0x188),'rYjqz':function(_0x4c12b7,_0x4f2c98){return _0x4c12b7===_0x4f2c98;},'Vralw':function(_0xfbeacd,_0x4784a9){return _0xfbeacd*_0x4784a9;},'suzJT':function(_0x258911,_0x276a6f){return _0x258911(_0x276a6f);}};if(BrowserstackCLI['getInstance']()[_0x24d2cb(0x1ca)]()&&BrowserstackCLI[_0x24d2cb(0x1e2)]()[_0x24d2cb(0x15e)]()){const _0x2dee33=BrowserstackCLI[_0x24d2cb(0x1e2)]()['getAccessibilityModule']()[_0x24d2cb(0x1ba)],_0x303df6=_0x2dee33[_0x24d2cb(0x152)]['capabilitiesList']||[];for(const _0x54f463 of _0x303df6){_0x227e14[_0x24d2cb(0x11d)](_0x54f463['name'],_0x227e14[_0x24d2cb(0x183)])&&_0x227e14[_0x24d2cb(0x122)](_0x3a555e,null)&&(_0x171985['timeoutMs']=_0x227e14['Vralw'](_0x227e14['suzJT'](parseInt,_0x54f463[_0x24d2cb(0x16a)]),0x3e8));}}else process[_0x24d2cb(0x11e)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']&&(_0x171985[_0x24d2cb(0x1bb)]=_0x227e14[_0x24d2cb(0x132)](_0x227e14['suzJT'](parseInt,process[_0x24d2cb(0x11e)][_0x24d2cb(0x1d2)]),0x3e8));},detectDriverType=_0x16d929=>{const _0x200481=a91_0x28a480,_0xfcce20={};_0xfcce20[_0x200481(0x135)]=_0x200481(0x171),_0xfcce20[_0x200481(0x196)]=function(_0x164bdb,_0x419499){return _0x164bdb===_0x419499;},_0xfcce20['cLiws']=_0x200481(0x17a),_0xfcce20['cQLkC']=function(_0x561e21,_0x36b09e){return _0x561e21===_0x36b09e;},_0xfcce20['iCztY']=_0x200481(0x191),_0xfcce20['cOfuZ']=_0x200481(0x1d4),_0xfcce20[_0x200481(0x1d8)]=_0x200481(0x1b9),_0xfcce20['ccjTt']=function(_0xd0df20,_0x1e2b81){return _0xd0df20===_0x1e2b81;},_0xfcce20['cOVXs']=_0x200481(0x1dd),_0xfcce20[_0x200481(0x1df)]=_0x200481(0x17d),_0xfcce20[_0x200481(0x1cb)]=_0x200481(0x13f),_0xfcce20['uyrgO']=function(_0x59ae93,_0x84ecdd){return _0x59ae93||_0x84ecdd;},_0xfcce20['loSdX']=_0x200481(0x156);const _0x1a5311=_0xfcce20;if(!_0x16d929){const _0xf92e1f={};return _0xf92e1f['isPlaywright']=![],_0xf92e1f[_0x200481(0x1a9)]=_0x1a5311[_0x200481(0x135)],_0xf92e1f;}if(_0x1a5311[_0x200481(0x196)](typeof _0x16d929[_0x200481(0x1d7)],_0x1a5311[_0x200481(0x1a1)])&&_0x1a5311[_0x200481(0x196)](typeof _0x16d929[_0x200481(0x14a)],_0x1a5311['cLiws'])&&_0x1a5311['cQLkC'](typeof _0x16d929[_0x200481(0x125)],_0x1a5311['cLiws'])){const _0x84a557={};return _0x84a557[_0x200481(0x13e)]=!![],_0x84a557[_0x200481(0x1a9)]=_0x1a5311[_0x200481(0x12c)],_0x84a557;}if(_0x1a5311['ncJJL'](typeof _0x16d929['executeAsyncScript'],_0x1a5311[_0x200481(0x1a1)])&&_0x1a5311[_0x200481(0x196)](typeof _0x16d929[_0x200481(0x145)],_0x1a5311[_0x200481(0x1a1)])){const _0x319639={};return _0x319639[_0x200481(0x13e)]=![],_0x319639[_0x200481(0x1a9)]=_0x1a5311[_0x200481(0x1c4)],_0x319639;}const _0xf31ae8=_0x16d929[_0x200481(0x142)]?.[_0x200481(0x17e)];if(_0x1a5311[_0x200481(0x163)](_0xf31ae8,_0x1a5311['IPEHj'])){const _0x33a3da={};return _0x33a3da[_0x200481(0x13e)]=!![],_0x33a3da[_0x200481(0x1a9)]=_0x1a5311[_0x200481(0x12c)],_0x33a3da;}if(_0x1a5311[_0x200481(0x1aa)](_0xf31ae8,_0x1a5311[_0x200481(0x172)])){const _0x5ddf8b={};return _0x5ddf8b[_0x200481(0x13e)]=![],_0x5ddf8b[_0x200481(0x1a9)]=_0x1a5311[_0x200481(0x1c4)],_0x5ddf8b;}if(_0x1a5311[_0x200481(0x1aa)](_0xf31ae8,_0x1a5311['ESgtM'])){const _0x4ea65c={};return _0x4ea65c[_0x200481(0x13e)]=!![],_0x4ea65c[_0x200481(0x1a9)]=_0x1a5311[_0x200481(0x1cb)],_0x4ea65c;}logger[_0x200481(0x1ad)](_0x200481(0x140)+_0x1a5311['uyrgO'](_0xf31ae8,_0x1a5311[_0x200481(0x193)]));const _0x406024={};return _0x406024['isPlaywright']=![],_0x406024[_0x200481(0x1a9)]=_0x1a5311[_0x200481(0x135)],_0x406024;},withTimeout=(_0x13987d,_0x248454)=>{const _0x18b67d=a91_0x28a480;return Promise['race']([_0x13987d,new Promise((_0xd585de,_0x29c667)=>setTimeout(()=>_0x29c667(new Error(_0x18b67d(0x1a3)+_0x248454+'ms')),_0x248454))]);};function a91_0xc9f7(_0x166e3a,_0x1de478){const _0x564820=a91_0x5648();return a91_0xc9f7=function(_0xc9f7f,_0x150af9){_0xc9f7f=_0xc9f7f-0x118;let _0x5b06e1=_0x564820[_0xc9f7f];return _0x5b06e1;},a91_0xc9f7(_0x166e3a,_0x1de478);}function a91_0x5648(){const _0x17fe9d=[').\x20Last\x20error:\x20','vzDOw','setPlaywrightScriptTimeout',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','EMxdf','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','results','selenium-webdriver','QLIWX','stringify','evaluate','IPEHj','getAccessibilityResultsSummary','cwfhS','NWvRe','UdZRE','WebDriver','ZaYLZ','ESgtM','qTUJR','isAccessibilityAutomationSession','getInstance','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','saveAccessibilityResultsWithRetry','NsMFL','currentTest','getSession','setScriptTimeout','ewvzo','env','zLZIk',').\x20Error:\x20','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','rYjqz','./helper','Accessibility\x20scan\x20attempt\x20','goto','defaultTimeoutMs','XHoBv','HIaJE','Scan\x20attempt\x20','cRNpw','getAccessibilityResultsSummaryWithRetry','iCztY','Accessibility\x20retry\x20configuration\x20updated:\x20','NJwvw','uWlfF','nxSno','isAccessibilityPlatform','Vralw','knMjD','\x20failed\x20(','dKIuY','timeouts','rSMJb','kSsyK','VzWOL','\x20completed\x20successfully.','../globals','setDefaultTimeout','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','isPlaywright','playwright-codecept-driver','Unknown\x20driver/page\x20type:\x20','196450VpTbEc','constructor','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','QKzzE','getCapabilities','getCurrentUrl','TMXzK','KEXAc','error','url','rejected','oBiOv','QbGoy','isSeleniumDriver','Accessibility\x20results\x20retrieval\x20attempt\x20','oSfQx','ms\x20using\x20timeouts()\x20API','options','6ZcFUBj','bstackA11yShouldScan','72CzZGDG','undefined','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','performScan','../performance/performance-tester','KiRCn','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','CPRjD','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','getAccessibilityModule','setSeleniumScriptTimeout','gllSM','NnZxc','script','cQLkC','VSCge','Skipping\x20timeout\x20setting\x20for\x20','setTimeouts','KKqgg','debug','2071315zgSTID','value','210372GccTOE','40cnDgJM','CAKXt','status','eeERV','ms\x20using\x20setScriptTimeout\x20API','unknown','cOVXs','../../bin/v2/browserstackCLI','mXlzt','getAccessibilityResultsWithRetry','qADXR','summary','page','performScanWithRetry','function','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','Playwright','name','max','bxVrL','zdBqL','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','fFemK','message','performComprehensiveAccessibilityScanWithRetry','12648nvGGQV','uSzbP','scannerProcessingTimeout','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','info','1066LAPZaX','kaCmm','253AkiRMf','browserstackSessionName',')\x20with\x20error:\x20','executeAsyncScript','playwright-page','qrLQJ','loSdX','reason','maxRetries','ncJJL','../logger','mGDCJ','manage',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','unknown_method','oSihR','jZDxF','IKXGM','sPCfS','1836737sljfEs','cLiws','fulfilled','Operation\x20timed\x20out\x20after\x20','ZCgzA','PUqbj','4faDWYv','GSLKE','PERFORM_SCAN','type','ccjTt','YLqWD','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','warn','ZUTOk','Accessibility\x20results\x20save\x20attempt\x20','Comprehensive\x20accessibility\x20scan\x20failed\x20(','getGlobal','accessibilityPlatform','12039687MccVBq','IfjOZ',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','jIAOR','browserStackEvaluate','3490221gPRMfL','Page','accessibilityConfig','timeoutMs','scanSucceeded','winstonLogger','Unknown\x20error','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','SmwuU','\x20-\x20not\x20applicable',',\x20cannot\x20perform\x20scan\x20with\x20retry.','EWMUS','cOfuZ','util','OsyvE','\x20failed\x20for\x20method:\x20','saveTestResults','VvmJq','isRunning','vrIxP','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'];a91_0x5648=function(){return _0x17fe9d;};return a91_0x5648();}exports[a91_0x28a480(0x179)]=async(_0x1a6002,_0x2a496d=null,_0xec2de4=null)=>{const _0x849412=a91_0x28a480,_0x41ded2={'uSzbP':function(_0x440278,_0x47db33){return _0x440278&&_0x47db33;},'ZUTOk':function(_0x12e05f,_0x4b6f7e,_0x4a3db3){return _0x12e05f(_0x4b6f7e,_0x4a3db3);},'qrLQJ':function(_0x26607c,_0x461dc8){return _0x26607c===_0x461dc8;},'HIaJE':_0x849412(0x13f),'oSfQx':function(_0x221318,_0x5be103){return _0x221318(_0x5be103);},'VSCge':_0x849412(0x131),'TMXzK':_0x849412(0x154),'OsyvE':_0x849412(0x19b),'gllSM':'function','nxSno':function(_0x353299,_0x108833){return _0x353299===_0x108833;},'NnZxc':function(_0x4f96b9,_0x283251){return _0x4f96b9===_0x283251;},'ZCgzA':function(_0x3ff40b,_0x121cd7){return _0x3ff40b<=_0x121cd7;},'AUcmz':function(_0x453613,_0x30e5b4){return _0x453613+_0x30e5b4;},'SmwuU':_0x849412(0x1be)},{isPlaywright:_0x57c17e,type:_0x5906dc}=_0x41ded2[_0x849412(0x150)](detectDriverType,_0x1a6002),_0x12a610=_0x57c17e?global[_0x849412(0x1b2)]:accessibilityHelper[_0x849412(0x1e1)]()&&globals[_0x849412(0x1b1)](_0x41ded2[_0x849412(0x164)])&&globals['getGlobal'](_0x41ded2[_0x849412(0x147)]);if(!_0x12a610)return logger[_0x849412(0x1ad)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x5906dc+_0x849412(0x1c2)),![];const _0x126a60=_0x2a496d||global[_0x849412(0x18e)]||_0x41ded2[_0x849412(0x1c6)];let _0x2008db=null;const _0x3503f2={'testhub_btcer_uuid':global['__workerDetails']?.[_0x849412(0x11a)]?.['id'],'url':_0x41ded2[_0x849412(0x192)](typeof _0x1a6002[_0x849412(0x14a)],_0x41ded2['gllSM'])?await _0x1a6002[_0x849412(0x14a)]():_0x41ded2[_0x849412(0x130)](typeof _0x1a6002[_0x849412(0x146)],_0x41ded2[_0x849412(0x160)])?await _0x1a6002[_0x849412(0x146)]():'','automate_session_id':_0x41ded2[_0x849412(0x161)](typeof _0x1a6002[_0x849412(0x11b)],_0x41ded2[_0x849412(0x160)])?(await _0x1a6002['getSession']())['getId']():''};for(let _0x1c08d7=0x1;_0x41ded2[_0x849412(0x1a4)](_0x1c08d7,_0x41ded2['AUcmz'](RETRY_CONFIG[_0x849412(0x195)],0x1));_0x1c08d7++){try{return logger[_0x849412(0x168)](_0x849412(0x124)+_0x1c08d7+'/'+_0x41ded2['AUcmz'](RETRY_CONFIG[_0x849412(0x195)],0x1)+'\x20for\x20method:\x20'+_0x126a60+'\x20('+_0x5906dc+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x849412(0x1a8)],async()=>{const _0x599f67=_0x849412;let _0x20143a;if(_0x41ded2[_0x599f67(0x187)](_0x57c17e,playwrightA11yHelper)){_0x41ded2[_0x599f67(0x1ae)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x599f67(0x1cf)](_0x1a6002,RETRY_CONFIG[_0x599f67(0x1bb)]);let _0x179604=_0x1a6002;_0x41ded2[_0x599f67(0x192)](_0x5906dc,_0x41ded2[_0x599f67(0x128)])&&(_0x179604=_0x1a6002[_0x599f67(0x178)]),_0x20143a=await _0x41ded2[_0x599f67(0x1ae)](withTimeout,playwrightA11yHelper[_0x599f67(0x158)](_0x179604,_0x126a60),RETRY_CONFIG[_0x599f67(0x1bb)]),await exports[_0x599f67(0x1cf)](_0x1a6002,RETRY_CONFIG[_0x599f67(0x126)]);}else await exports[_0x599f67(0x15f)](_0x1a6002,RETRY_CONFIG[_0x599f67(0x1bb)]),_0x20143a=await _0x41ded2['ZUTOk'](withTimeout,accessibilityHelper['performScan'](_0x1a6002,_0x126a60),RETRY_CONFIG[_0x599f67(0x1bb)]),await exports[_0x599f67(0x15f)](_0x1a6002,RETRY_CONFIG[_0x599f67(0x126)]);logger[_0x599f67(0x168)](_0x599f67(0x129)+_0x1c08d7+_0x599f67(0x13a));},{'command':_0x126a60,..._0x3503f2})(),logger[_0x849412(0x18a)](_0x849412(0x157)+_0x1c08d7+'.'),!![];}catch(_0x3003f9){_0x2008db=_0x3003f9,logger['debug'](_0x849412(0x124)+_0x1c08d7+_0x849412(0x1c7)+_0x126a60+'\x20('+_0x5906dc+').\x20Error:\x20'+_0x3003f9[_0x849412(0x184)]);}}return logger[_0x849412(0x149)]('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x126a60+'\x20('+_0x5906dc+_0x849412(0x18f)+(_0x2008db?.[_0x849412(0x184)]||_0x41ded2[_0x849412(0x1c0)])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x5218be,_0x27998e)=>{const _0x71b806=a91_0x28a480,_0x38a4f5={'oSihR':function(_0x3560af,_0x4bb099){return _0x3560af(_0x4bb099);},'GSLKE':_0x71b806(0x131),'kaCmm':_0x71b806(0x154),'eeERV':function(_0x52ce82,_0x334b3d){return _0x52ce82<=_0x334b3d;},'qLFEC':function(_0x1dc160,_0x101c8e){return _0x1dc160+_0x101c8e;},'IKXGM':function(_0x46bc61,_0x567a83){return _0x46bc61+_0x567a83;},'qADXR':function(_0x3169fa,_0x1bc6be){return _0x3169fa&&_0x1bc6be;},'qTUJR':function(_0x3feba9,_0x5aad84,_0x2d8ae1){return _0x3feba9(_0x5aad84,_0x2d8ae1);},'mXlzt':function(_0x33487b,_0x3ae365,_0x114cc6){return _0x33487b(_0x3ae365,_0x114cc6);},'NWvRe':'Unknown\x20error'},{isPlaywright:_0x5779b3,type:_0x5b38a9}=_0x38a4f5[_0x71b806(0x19c)](detectDriverType,_0x5218be),_0x571e33=_0x5779b3?_0x27998e[_0x71b806(0x1b2)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x71b806(0x1b1)](_0x38a4f5[_0x71b806(0x1a7)])&&globals[_0x71b806(0x1b1)](_0x38a4f5[_0x71b806(0x18c)]);if(!_0x571e33)return logger[_0x71b806(0x1ad)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x5b38a9+_0x71b806(0x1d0)),[];let _0x505b97=null;for(let _0x1dcb71=0x1;_0x38a4f5[_0x71b806(0x16f)](_0x1dcb71,_0x38a4f5['qLFEC'](RETRY_CONFIG[_0x71b806(0x195)],0x1));_0x1dcb71++){try{logger[_0x71b806(0x168)](_0x71b806(0x14f)+_0x1dcb71+'/'+_0x38a4f5[_0x71b806(0x19e)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x5b38a9+')');let _0x36f901;return _0x38a4f5[_0x71b806(0x176)](_0x5779b3,playwrightA11yHelper)?(_0x38a4f5[_0x71b806(0x1e0)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x71b806(0x1cf)](_0x5218be,RETRY_CONFIG['timeoutMs']),_0x36f901=await _0x38a4f5[_0x71b806(0x174)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x5218be),RETRY_CONFIG[_0x71b806(0x1bb)]),await exports['setPlaywrightScriptTimeout'](_0x5218be,RETRY_CONFIG[_0x71b806(0x126)])):(await exports[_0x71b806(0x15f)](_0x5218be,RETRY_CONFIG[_0x71b806(0x1bb)]),_0x36f901=await _0x38a4f5[_0x71b806(0x1e0)](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x5218be,_0x27998e),RETRY_CONFIG[_0x71b806(0x1bb)]),await exports[_0x71b806(0x15f)](_0x5218be,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x71b806(0x18a)](_0x71b806(0x1bf)+_0x1dcb71+'\x20('+_0x5b38a9+')'),_0x36f901;}catch(_0x22f564){_0x505b97=_0x22f564,logger[_0x71b806(0x1ad)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x1dcb71+_0x71b806(0x134)+_0x5b38a9+_0x71b806(0x120)+_0x22f564['message']);}}return logger[_0x71b806(0x149)](_0x71b806(0x15d)+_0x5b38a9+_0x71b806(0x1cd)+(_0x505b97?.[_0x71b806(0x184)]||_0x38a4f5[_0x71b806(0x1db)])),[];},exports[a91_0x28a480(0x12b)]=async(_0x38e6ec,_0x5ed735)=>{const _0x5eabcc=a91_0x28a480,_0x38191e={'tJUil':function(_0x4aebcd,_0x568641){return _0x4aebcd(_0x568641);},'NJwvw':'isAccessibilityPlatform','rSMJb':_0x5eabcc(0x154),'QKzzE':function(_0x5da395,_0x598b7d){return _0x5da395<=_0x598b7d;},'VzWOL':function(_0x526042,_0x532823){return _0x526042+_0x532823;},'NsMFL':function(_0x3f3425,_0x17728b){return _0x3f3425&&_0x17728b;},'zLZIk':function(_0x160a5a,_0xc9ed77,_0x66ff18){return _0x160a5a(_0xc9ed77,_0x66ff18);},'oBiOv':function(_0x3d3073,_0x3e589c,_0x22c6b8){return _0x3d3073(_0x3e589c,_0x22c6b8);},'kSsyK':_0x5eabcc(0x1be)},{isPlaywright:_0x341c57,type:_0x461b75}=_0x38191e['tJUil'](detectDriverType,_0x38e6ec),_0x425d4a=_0x341c57?_0x5ed735[_0x5eabcc(0x1b2)]:accessibilityHelper[_0x5eabcc(0x1e1)]()&&globals[_0x5eabcc(0x1b1)](_0x38191e[_0x5eabcc(0x12e)])&&globals[_0x5eabcc(0x1b1)](_0x38191e[_0x5eabcc(0x137)]);if(!_0x425d4a)return logger['warn'](_0x5eabcc(0x1ac)+_0x461b75+_0x5eabcc(0x19a)),{};let _0x8c4279=null;for(let _0xe59af0=0x1;_0x38191e[_0x5eabcc(0x144)](_0xe59af0,_0x38191e[_0x5eabcc(0x139)](RETRY_CONFIG['maxRetries'],0x1));_0xe59af0++){try{logger['debug']('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0xe59af0+'/'+_0x38191e[_0x5eabcc(0x139)](RETRY_CONFIG[_0x5eabcc(0x195)],0x1)+'\x20('+_0x461b75+')');let _0x4f4420;return _0x38191e[_0x5eabcc(0x119)](_0x341c57,playwrightA11yHelper)?(_0x38191e[_0x5eabcc(0x11f)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5eabcc(0x1cf)](_0x38e6ec,RETRY_CONFIG[_0x5eabcc(0x1bb)]),_0x4f4420=await _0x38191e['zLZIk'](withTimeout,playwrightA11yHelper[_0x5eabcc(0x1d9)](_0x38e6ec),RETRY_CONFIG[_0x5eabcc(0x1bb)]),await exports['setPlaywrightScriptTimeout'](_0x38e6ec,RETRY_CONFIG[_0x5eabcc(0x126)])):(await exports[_0x5eabcc(0x15f)](_0x38e6ec,RETRY_CONFIG['timeoutMs']),_0x4f4420=await _0x38191e[_0x5eabcc(0x14c)](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0x38e6ec,_0x5ed735),RETRY_CONFIG[_0x5eabcc(0x1bb)]),await exports[_0x5eabcc(0x15f)](_0x38e6ec,RETRY_CONFIG[_0x5eabcc(0x126)])),logger['info']('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0xe59af0+'\x20('+_0x461b75+')'),_0x4f4420;}catch(_0x460e80){_0x8c4279=_0x460e80,logger[_0x5eabcc(0x1ad)](_0x5eabcc(0x1e3)+_0xe59af0+_0x5eabcc(0x134)+_0x461b75+_0x5eabcc(0x120)+_0x460e80[_0x5eabcc(0x184)]);}}return logger[_0x5eabcc(0x149)](_0x5eabcc(0x182)+_0x461b75+_0x5eabcc(0x1cd)+(_0x8c4279?.[_0x5eabcc(0x184)]||_0x38191e[_0x5eabcc(0x138)])),{};},exports[a91_0x28a480(0x185)]=async(_0x55bf99,_0x6453e0,_0x53fb0a=null)=>{const _0x351a57=a91_0x28a480,_0x375a81={'zdBqL':function(_0x1780c7,_0x43cdd7){return _0x1780c7(_0x43cdd7);},'mDTpO':function(_0x5765ef,_0x1deb1c){return _0x5765ef===_0x1deb1c;},'jBMhN':_0x351a57(0x1a2),'YLqWD':function(_0x4c6a9c,_0x2f6d56){return _0x4c6a9c===_0x2f6d56;},'KiRCn':function(_0x479620,_0x5db8cd){return _0x479620===_0x5db8cd;},'knMjD':_0x351a57(0x14b),'KKqgg':function(_0x2c8dca,_0x3da407){return _0x2c8dca===_0x3da407;},'ToeeD':_0x351a57(0x17b)},{isPlaywright:_0x52e0d0,type:_0x290fb9}=_0x375a81[_0x351a57(0x181)](detectDriverType,_0x55bf99),_0x2825f3={};_0x2825f3['scanSucceeded']=![],_0x2825f3[_0x351a57(0x1d3)]=[],_0x2825f3[_0x351a57(0x177)]={},_0x2825f3[_0x351a57(0x149)]=null,_0x2825f3['driverType']=_0x290fb9;const _0x24705b=_0x2825f3;try{_0x24705b['scanSucceeded']=await exports['performScanWithRetry'](_0x55bf99,_0x53fb0a);if(_0x24705b[_0x351a57(0x1bc)]){const [_0x107192,_0xefd00c]=await Promise['allSettled']([exports[_0x351a57(0x175)](_0x55bf99,_0x6453e0),exports[_0x351a57(0x12b)](_0x55bf99,_0x6453e0)]);_0x24705b[_0x351a57(0x1d3)]=_0x375a81['mDTpO'](_0x107192[_0x351a57(0x16e)],_0x375a81['jBMhN'])?_0x107192['value']:[],_0x24705b[_0x351a57(0x177)]=_0x375a81[_0x351a57(0x1ab)](_0xefd00c[_0x351a57(0x16e)],_0x375a81['jBMhN'])?_0xefd00c[_0x351a57(0x16a)]:{},_0x375a81[_0x351a57(0x15a)](_0x107192[_0x351a57(0x16e)],_0x375a81[_0x351a57(0x133)])&&logger[_0x351a57(0x1ad)](_0x351a57(0x143)+_0x290fb9+'):\x20'+_0x107192[_0x351a57(0x194)]?.['message']),_0x375a81[_0x351a57(0x167)](_0xefd00c[_0x351a57(0x16e)],_0x375a81[_0x351a57(0x133)])&&logger[_0x351a57(0x1ad)]('Failed\x20to\x20retrieve\x20accessibility\x20summary\x20('+_0x290fb9+'):\x20'+_0xefd00c['reason']?.[_0x351a57(0x184)]);}}catch(_0x339668){_0x24705b['error']=_0x339668[_0x351a57(0x184)]||_0x375a81['ToeeD'],logger['error'](_0x351a57(0x1b0)+_0x290fb9+'):\x20'+_0x24705b[_0x351a57(0x149)]);}return _0x24705b;},exports['updateRetryConfig']=_0x2f5acf=>{const _0x532f71=a91_0x28a480,_0x4d7690={};_0x4d7690['vzDOw']=function(_0x444546,_0x540429){return _0x444546!==_0x540429;},_0x4d7690[_0x532f71(0x1da)]=function(_0x4b4c43,_0x4c84d7){return _0x4b4c43!==_0x4c84d7;};const _0x2dbdd8=_0x4d7690;_0x2dbdd8[_0x532f71(0x1ce)](_0x2f5acf[_0x532f71(0x195)],undefined)&&(RETRY_CONFIG['maxRetries']=Math['max'](0x0,_0x2f5acf[_0x532f71(0x195)])),_0x2dbdd8[_0x532f71(0x1da)](_0x2f5acf['timeoutMs'],undefined)&&(RETRY_CONFIG[_0x532f71(0x1bb)]=Math[_0x532f71(0x17f)](0x3e8,_0x2f5acf[_0x532f71(0x1bb)])),logger[_0x532f71(0x168)](_0x532f71(0x12d)+JSON[_0x532f71(0x1d6)](RETRY_CONFIG));},exports['getRetryConfig']=()=>{const _0x2a3e9f={...RETRY_CONFIG};return _0x2a3e9f;},exports['isPlaywrightPage']=_0x30369d=>{const _0x73f5d6=a91_0x28a480,_0x31dbf6={'CAKXt':function(_0x25e07c,_0x41cabc){return _0x25e07c(_0x41cabc);}};return _0x31dbf6[_0x73f5d6(0x16d)](detectDriverType,_0x30369d)[_0x73f5d6(0x13e)];},exports[a91_0x28a480(0x14e)]=_0x5106ba=>{const _0xfa8083=a91_0x28a480,_0xf523f6={'cRNpw':function(_0x440d9e,_0x3f552f){return _0x440d9e(_0x3f552f);},'sPCfS':function(_0x5cb203,_0x4efdc0){return _0x5cb203===_0x4efdc0;},'bxVrL':_0xfa8083(0x1d4)},{isPlaywright:_0x3c7756,type:_0x245215}=_0xf523f6[_0xfa8083(0x12a)](detectDriverType,_0x5106ba);return!_0x3c7756&&_0xf523f6[_0xfa8083(0x19f)](_0x245215,_0xf523f6[_0xfa8083(0x180)]);},exports[a91_0x28a480(0x1cf)]=async(_0x2bc028,_0xf07461=null)=>{const _0xf773f7=a91_0x28a480,_0x1615c9={'wfgBp':function(_0x3a62cc,_0xf09015){return _0x3a62cc(_0xf09015);},'VMpAg':function(_0x5a9486,_0x690bc8){return _0x5a9486===_0x690bc8;},'PUqbj':'function'},{isPlaywright:_0x106acb,type:_0x493ec4}=_0x1615c9['wfgBp'](detectDriverType,_0x2bc028);if(!_0x106acb)return logger[_0xf773f7(0x168)](_0xf773f7(0x165)+_0x493ec4+_0xf773f7(0x1c1)),!![];const _0x100673=_0xf07461||RETRY_CONFIG[_0xf773f7(0x126)];try{return _0x2bc028&&_0x1615c9['VMpAg'](typeof _0x2bc028[_0xf773f7(0x13c)],_0x1615c9[_0xf773f7(0x1a5)])&&(await _0x2bc028[_0xf773f7(0x13c)](_0x100673),logger[_0xf773f7(0x168)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x100673+'ms')),!![];}catch(_0x3f48a8){return logger[_0xf773f7(0x1ad)]('Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20'+_0x3f48a8[_0xf773f7(0x184)]),![];}},exports[a91_0x28a480(0x15f)]=async(_0x3c979a,_0x1156ea=null)=>{const _0x26e288=a91_0x28a480,_0x4fd796={};_0x4fd796['QLIWX']=_0x26e288(0x15b),_0x4fd796[_0x26e288(0x148)]=function(_0x236d77,_0xc39274){return _0x236d77===_0xc39274;},_0x4fd796[_0x26e288(0x1b4)]=_0x26e288(0x17a),_0x4fd796[_0x26e288(0x1de)]=function(_0x4e1335,_0x1bc124){return _0x4e1335===_0x1bc124;},_0x4fd796[_0x26e288(0x19d)]=function(_0x844893,_0x576aba){return _0x844893===_0x576aba;},_0x4fd796['XHoBv']=function(_0x4a2c16,_0x1e1fab){return _0x4a2c16===_0x1e1fab;},_0x4fd796[_0x26e288(0x1c9)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0x4fd796[_0x26e288(0x1b6)]=_0x26e288(0x121);const _0x3a7f99=_0x4fd796;if(!exports[_0x26e288(0x14e)](_0x3c979a))return logger[_0x26e288(0x1ad)](_0x3a7f99[_0x26e288(0x1d5)]),![];const _0x358e88=_0x1156ea||RETRY_CONFIG[_0x26e288(0x126)];try{if(_0x3c979a&&_0x3a7f99[_0x26e288(0x148)](typeof _0x3c979a['manage'],_0x3a7f99[_0x26e288(0x1b4)])){const _0x31e7e3=_0x3c979a[_0x26e288(0x199)]();if(_0x31e7e3&&_0x3a7f99[_0x26e288(0x1de)](typeof _0x31e7e3[_0x26e288(0x136)],_0x3a7f99[_0x26e288(0x1b4)]))await _0x31e7e3['timeouts']()['setScriptTimeout'](_0x358e88),logger['debug'](_0x26e288(0x13d)+_0x358e88+_0x26e288(0x151));else{if(_0x31e7e3&&_0x3a7f99[_0x26e288(0x19d)](typeof _0x31e7e3[_0x26e288(0x166)],_0x3a7f99[_0x26e288(0x1b4)])){const _0x479da7={};_0x479da7[_0x26e288(0x162)]=_0x358e88,await _0x31e7e3[_0x26e288(0x166)](_0x479da7),logger['debug'](_0x26e288(0x13d)+_0x358e88+'ms\x20using\x20setTimeouts\x20API');}else{if(_0x31e7e3&&_0x3a7f99[_0x26e288(0x127)](typeof _0x31e7e3[_0x26e288(0x11c)],_0x3a7f99[_0x26e288(0x1b4)]))await _0x31e7e3[_0x26e288(0x11c)](_0x358e88),logger['debug'](_0x26e288(0x13d)+_0x358e88+_0x26e288(0x170));else return logger[_0x26e288(0x168)](_0x3a7f99['VvmJq']),!![];}}}else return logger[_0x26e288(0x168)](_0x3a7f99[_0x26e288(0x1b6)]),!![];return!![];}catch(_0xf5d695){return logger['warn'](_0x26e288(0x17c)+_0xf5d695['message']),![];}},exports[a91_0x28a480(0x118)]=async(_0x2eaecb,_0x1f4216)=>{const _0x5b70ec=a91_0x28a480,_0x1b2983={'uWlfF':function(_0x3ff411,_0x487bea){return _0x3ff411(_0x487bea);},'pmkmm':_0x5b70ec(0x131),'VgarK':_0x5b70ec(0x154),'EMxdf':function(_0x8056ec,_0x4a9920){return _0x8056ec<=_0x4a9920;},'mGDCJ':function(_0x2f26a2,_0x52e71d){return _0x2f26a2+_0x52e71d;},'CPRjD':function(_0x5e88f4,_0x3d51d9){return _0x5e88f4&&_0x3d51d9;},'zAkFE':function(_0x5b7274,_0x2c2073,_0x2daf0f){return _0x5b7274(_0x2c2073,_0x2daf0f);},'QbGoy':function(_0x33b046,_0x3b8c5e,_0x29c900){return _0x33b046(_0x3b8c5e,_0x29c900);},'EWMUS':function(_0x5aefc0,_0xfc0d21,_0x42c9cc){return _0x5aefc0(_0xfc0d21,_0x42c9cc);},'UdZRE':_0x5b70ec(0x1be)},{isPlaywright:_0x44adc9,type:_0x3a14c2}=_0x1b2983[_0x5b70ec(0x12f)](detectDriverType,_0x2eaecb),_0x1bd589=_0x44adc9?global[_0x5b70ec(0x1b2)]:accessibilityHelper[_0x5b70ec(0x1e1)]()&&globals[_0x5b70ec(0x1b1)](_0x1b2983['pmkmm'])&&globals['getGlobal'](_0x1b2983['VgarK']);if(!_0x1bd589)return logger[_0x5b70ec(0x1ad)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x3a14c2+_0x5b70ec(0x1b5)),![];let _0x29be5b=null;for(let _0x31d544=0x1;_0x1b2983[_0x5b70ec(0x1d1)](_0x31d544,_0x1b2983[_0x5b70ec(0x198)](RETRY_CONFIG[_0x5b70ec(0x195)],0x1));_0x31d544++){try{return logger['debug']('Accessibility\x20results\x20save\x20attempt\x20'+_0x31d544+'/'+_0x1b2983[_0x5b70ec(0x198)](RETRY_CONFIG[_0x5b70ec(0x195)],0x1)+'\x20('+_0x3a14c2+')'),_0x1b2983[_0x5b70ec(0x15c)](_0x44adc9,playwrightA11yHelper)?(_0x1b2983['zAkFE'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x2eaecb,RETRY_CONFIG[_0x5b70ec(0x1bb)]),await _0x1b2983[_0x5b70ec(0x14d)](withTimeout,playwrightA11yHelper[_0x5b70ec(0x1b7)](_0x2eaecb,scripts[_0x5b70ec(0x1c8)],_0x1f4216),RETRY_CONFIG['timeoutMs']),await exports[_0x5b70ec(0x1cf)](_0x2eaecb,RETRY_CONFIG[_0x5b70ec(0x126)])):(await exports[_0x5b70ec(0x15f)](_0x2eaecb,RETRY_CONFIG[_0x5b70ec(0x1bb)]),await _0x1b2983[_0x5b70ec(0x1c3)](withTimeout,_0x2eaecb[_0x5b70ec(0x190)](scripts[_0x5b70ec(0x1c8)],_0x1f4216),RETRY_CONFIG[_0x5b70ec(0x1bb)]),await exports['setSeleniumScriptTimeout'](_0x2eaecb,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x5b70ec(0x18a)](_0x5b70ec(0x1cc)+_0x31d544+'\x20('+_0x3a14c2+')'),!![];}catch(_0x5e9ed1){_0x29be5b=_0x5e9ed1,logger['warn'](_0x5b70ec(0x1af)+_0x31d544+_0x5b70ec(0x134)+_0x3a14c2+_0x5b70ec(0x120)+_0x5e9ed1[_0x5b70ec(0x184)]);}}return logger[_0x5b70ec(0x149)](_0x5b70ec(0x189)+_0x3a14c2+').\x20Last\x20error:\x20'+(_0x29be5b?.[_0x5b70ec(0x184)]||_0x1b2983[_0x5b70ec(0x1dc)])),![];};
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 +1 @@
1
- function a92_0x51a5(){var _0x4ce40e=['689160lriSkl','618429ojcfZL','API_URL','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','2233yxQEiq','16404mZUsum','1299331mlGHzM','https://accessibility.browserstack.com/api','55AIQDQi','6544377yDjzar','43026UlYrdL','2138662EEWjWm','100','96jokVUt','72rfgNyy','10lCtMrv'];a92_0x51a5=function(){return _0x4ce40e;};return a92_0x51a5();}var a92_0x5370ed=a92_0x4baf;function a92_0x4baf(_0x408aa0,_0x5c7c95){var _0x51a500=a92_0x51a5();return a92_0x4baf=function(_0x4baf58,_0x4fe8e3){_0x4baf58=_0x4baf58-0x120;var _0x798c84=_0x51a500[_0x4baf58];return _0x798c84;},a92_0x4baf(_0x408aa0,_0x5c7c95);}(function(_0x14bc43,_0x2bd09d){var _0x140835=a92_0x4baf,_0x59e157=_0x14bc43();while(!![]){try{var _0x508d1e=parseInt(_0x140835(0x120))/0x1+parseInt(_0x140835(0x125))/0x2+-parseInt(_0x140835(0x124))/0x3*(-parseInt(_0x140835(0x128))/0x4)+-parseInt(_0x140835(0x122))/0x5*(parseInt(_0x140835(0x12a))/0x6)+parseInt(_0x140835(0x12b))/0x7*(-parseInt(_0x140835(0x127))/0x8)+-parseInt(_0x140835(0x123))/0x9*(-parseInt(_0x140835(0x129))/0xa)+-parseInt(_0x140835(0x12e))/0xb*(parseInt(_0x140835(0x12f))/0xc);if(_0x508d1e===_0x2bd09d)break;else _0x59e157['push'](_0x59e157['shift']());}catch(_0x401bc0){_0x59e157['push'](_0x59e157['shift']());}}}(a92_0x51a5,0xb7cce),exports[a92_0x5370ed(0x12c)]=a92_0x5370ed(0x121),exports[a92_0x5370ed(0x12d)]='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a92_0x5370ed(0x126));
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 +1 @@
1
- const a93_0x30e297=a93_0x384a;function a93_0x384a(_0x44e8bd,_0x2df8b8){const _0x43c7ed=a93_0x43c7();return a93_0x384a=function(_0x384ab2,_0x11be97){_0x384ab2=_0x384ab2-0xbf;let _0x448563=_0x43c7ed[_0x384ab2];return _0x448563;},a93_0x384a(_0x44e8bd,_0x2df8b8);}(function(_0x4e731b,_0x3f1896){const _0x104bb1=a93_0x384a,_0x4f2f1c=_0x4e731b();while(!![]){try{const _0x68a5a2=-parseInt(_0x104bb1(0x134))/0x1*(parseInt(_0x104bb1(0x136))/0x2)+parseInt(_0x104bb1(0x107))/0x3*(-parseInt(_0x104bb1(0x15e))/0x4)+parseInt(_0x104bb1(0x139))/0x5*(parseInt(_0x104bb1(0x10b))/0x6)+-parseInt(_0x104bb1(0x180))/0x7*(parseInt(_0x104bb1(0x110))/0x8)+parseInt(_0x104bb1(0x14c))/0x9+parseInt(_0x104bb1(0x156))/0xa+-parseInt(_0x104bb1(0x165))/0xb;if(_0x68a5a2===_0x3f1896)break;else _0x4f2f1c['push'](_0x4f2f1c['shift']());}catch(_0xd48033){_0x4f2f1c['push'](_0x4f2f1c['shift']());}}}(a93_0x43c7,0x4622c));const path=require(a93_0x30e297(0x10e)),util=require(a93_0x30e297(0x11e)),bsSetupHelper=require('../helper'),logger=require(a93_0x30e297(0x151))[a93_0x30e297(0x121)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a93_0x30e297(0xcf)),PerformanceTester=require(a93_0x30e297(0xf4)),scripts=require(a93_0x30e297(0x15a)),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');function a93_0x43c7(){const _0x4e0c88=['iuSgb','path','__cloud_provider___','9392Aehpfq','requireModule','browserName','sqSck','BS_A11Y_JWT','parseFromJson','getResultsSummary','UjdqQ','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','error','cYHMJ','GgsxU','AUFQz','chrome','util','isArray','string','winstonLogger','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','Cvmwr','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','Content-Type','projectName','includes','dDlmA','IhrYK','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','Bearer\x20','DoKnZ','IlnmX','getPlatform','getAccessKey','pass','statusText','jzHqE','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','545464vMsTUw','toJson','2KguSzA','SEMQy','sngDr','1558255wESobq','siYeY','script','No\x20accessibility\x20results\x20were\x20found.','RYMQG','some','warn','eKkgH','MyIgg','YGXjv','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','set','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','LdjIg','fGTcD','isAccessibilityAutomationSession','wkyLo','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','setNonBstackInfraCapabilities','3982230QXUBAv','KNYYN','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','toLowerCase','Performing\x20scan\x20before\x20getting\x20results\x20summary','../logger','QiVmZ','--headless','kwHUs','LLJIX','4594840wiiHnH','NxdMi','vYDAX','IjasL','./scripts','yaXwG','length','hYfRy','8kkyRQX','bUERo','format','QyWJr','toISOString','getUserName','status','3718935dfthOZ','resolve','Invalid\x20request:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','v2/test_runs','accessibility','PERFORM_SCAN','wUbmC','body','nestedKeyValue','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','ClnfC','json','shouldScanTestForAccessibility','getGitMetaData','message','Performed\x20scan\x20with\x20result:\x20','getGlobal','getAccessibilityResultsSummary','Build\x20creation\x20had\x20failed.','LBpcU','TrxHk','debug','buildDescription','AlraP','oErLs','PUT','238TsdSUI','createAccessibilityTestRun','includeTagsInTestingScope','KegTT','parse','measureWrapper','UmiKg','chromeOptions','cwd','gXAwR','test_runs/stop','selenium-webdriver/chrome.js','buildName','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','eAzHr','browserstack_executor','browserstackSessionName','bstack:options','performScan','errors','isUndefined','excludeTagsInTestingScope','lfFMx','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','args','data','MMXSo','XBcNt','auth','user','isBrowserstackInfra','env','SMiVt','GET_RESULTS','./constants','cEVFg','YCldj','chromeOptions_','stringify','null','get','VDtzY','nodeRequest','BROWSERSTACK_TURBOSCALE','getHostInfo','Invalid\x20configuration\x20passed.','playwright','Not\x20a\x20Accessibility\x20Session','capabilities_','false','executeAsyncScript','potrM','dLyFz','getCapabilities','browserVersion','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','method','iorzc','ptnDd','bstackA11yShouldScan','DyRJS','browserstack','deviceName','getCiInfo','YFmCm','mUUPc','response','a11y:start','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','isAccessibilityPlatform','isTrue','../performance/performance-tester','YfQPY','assign','headers','version','stopAccessibilityTestRun','vOgIP','getAccessibilityResults','aMJHW','sBdHt','scannerVersion','GVEOz','application/json','ybiGV','mNpJL','pffFJ','goog:chromeOptions','stack','join','4296phzpKe','checkAccessibilityPlatformConfig','No\x20accessibility\x20summary\x20was\x20found.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','6vpHjSF','DPWkb'];a93_0x43c7=function(){return _0x4e0c88;};return a93_0x43c7();}exports['fetchPlatformDetails']=async _0x5244d3=>{const _0x3b8475=a93_0x30e297,_0x18f342={};_0x18f342[_0x3b8475(0x11a)]=function(_0x551e83,_0x5a7b57){return _0x551e83===_0x5a7b57;},_0x18f342[_0x3b8475(0x12c)]=_0x3b8475(0xea);const _0x4ee214=_0x18f342;let _0x424eef={};try{const _0x3dc3c3=await _0x5244d3[_0x3b8475(0xe2)]();_0x424eef={'os_name':_0x3dc3c3[_0x3b8475(0x12e)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x4ee214[_0x3b8475(0x11a)](global[_0x3b8475(0x10f)],_0x4ee214['DoKnZ'])),'browser_name':_0x3dc3c3['getBrowserName'](),'browser_version':_0x3dc3c3['getBrowserVersion']()};}catch(_0x47e394){logger['debug'](_0x3b8475(0x18d)+_0x47e394);}return _0x424eef;},exports[a93_0x30e297(0x148)]=()=>{const _0x4a9ed1=a93_0x30e297,_0x422b64={};_0x422b64[_0x4a9ed1(0xf5)]=function(_0x5e7cc3,_0x116264){return _0x5e7cc3===_0x116264;},_0x422b64[_0x4a9ed1(0x128)]=_0x4a9ed1(0x120),_0x422b64[_0x4a9ed1(0x10d)]=function(_0x54db42,_0x2cfda4){return _0x54db42>_0x2cfda4;},_0x422b64[_0x4a9ed1(0xe1)]=function(_0x3353e6,_0xe0337c){return _0x3353e6!==_0xe0337c;},_0x422b64[_0x4a9ed1(0x15f)]=_0x4a9ed1(0xd4),_0x422b64[_0x4a9ed1(0xc7)]=function(_0x2d4d57,_0x2934d6){return _0x2d4d57&&_0x2934d6;};const _0xc19b78=_0x422b64;try{const _0xb277d0=bsSetupHelper['isTrue'](process['env'][_0x4a9ed1(0x168)])||bsSetupHelper[_0x4a9ed1(0xf3)](process[_0x4a9ed1(0xcc)][_0x4a9ed1(0x16f)]),_0xc92da9=_0xc19b78[_0x4a9ed1(0xf5)](typeof process[_0x4a9ed1(0xcc)][_0x4a9ed1(0x114)],_0xc19b78[_0x4a9ed1(0x128)])&&_0xc19b78[_0x4a9ed1(0x10d)](process[_0x4a9ed1(0xcc)][_0x4a9ed1(0x114)]['length'],0x0)&&_0xc19b78['dLyFz'](process[_0x4a9ed1(0xcc)]['BS_A11Y_JWT'],_0xc19b78[_0x4a9ed1(0x15f)]);return _0xc19b78[_0x4a9ed1(0xc7)](_0xb277d0,_0xc92da9);}catch(_0x4f8359){logger[_0x4a9ed1(0x17b)](_0x4a9ed1(0x122)+_0x4f8359);}return![];},exports['nonBstackPlatformValidation']=(_0x2f21d1,_0x4e1fb8)=>{const _0x13bbb0=a93_0x30e297,_0x23ab96={'hGGSf':_0x13bbb0(0x112),'SKYWg':function(_0x46832d,_0x4a67df){return _0x46832d(_0x4a67df);},'aMJHW':_0x13bbb0(0xe3),'eAzHr':function(_0x4c92e3,_0x5803da){return _0x4c92e3(_0x5803da);},'IhrYK':_0x13bbb0(0xf8),'ptnDd':_0x13bbb0(0x191),'AlraP':function(_0x411cf2,_0x506b1){return _0x411cf2(_0x506b1);},'NxdMi':_0x13bbb0(0xeb),'WXNZB':'device','hFiCJ':_0x13bbb0(0x10a),'XBcNt':_0x13bbb0(0x18b),'DjvEm':'selenium-webdriver','cGbvZ':'options_','Cvmwr':_0x13bbb0(0xc5),'IjasL':_0x13bbb0(0x187),'IlnmX':_0x13bbb0(0x153),'DyRJS':_0x13bbb0(0x124),'DPWkb':_0x13bbb0(0x104),'QKRTC':function(_0x595555,_0x323d63){return _0x595555===_0x323d63;},'iorzc':_0x13bbb0(0x11d),'LdjIg':function(_0x2cc0bb,_0x93de03){return _0x2cc0bb>=_0x93de03;}},_0x3a623c=_0x2f21d1['get'](_0x23ab96['hGGSf']),_0x5d206a=_0x23ab96['SKYWg'](parseFloat,_0x2f21d1[_0x13bbb0(0xd5)](_0x23ab96[_0x13bbb0(0xfc)]))||_0x23ab96[_0x13bbb0(0x18e)](parseFloat,_0x2f21d1['get'](_0x23ab96[_0x13bbb0(0x129)])),_0x3825f9=_0x2f21d1['get'](_0x23ab96[_0x13bbb0(0xe7)])||{},_0xdf263f=_0x23ab96[_0x13bbb0(0x17d)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x38e779=_0x3825f9[_0x23ab96[_0x13bbb0(0x157)]]||_0x2f21d1[_0x13bbb0(0xd5)](_0x23ab96['WXNZB'])||![];if(_0x38e779)return logger['warn'](_0x23ab96['hFiCJ']),![];let _0x20c813;try{_0x20c813=bsSetupHelper[_0x13bbb0(0x111)](_0x23ab96[_0x13bbb0(0xc8)],_0x23ab96['DjvEm']);}catch(_0x3d1b07){return![];}const _0x5ea880=new _0x20c813['Options'](_0x4e1fb8[_0x13bbb0(0xd2)]),_0x242869=bsSetupHelper[_0x13bbb0(0x16e)](_0x5ea880,[_0x23ab96['cGbvZ'],_0x23ab96['Cvmwr']])||bsSetupHelper[_0x13bbb0(0x16e)](_0x4e1fb8['capabilities_'],[_0x23ab96[_0x13bbb0(0xe7)],_0x23ab96[_0x13bbb0(0x159)],_0x23ab96[_0x13bbb0(0x123)]])||bsSetupHelper['nestedKeyValue'](_0x4e1fb8[_0x13bbb0(0xdd)],[_0x23ab96[_0x13bbb0(0x159)],_0x23ab96[_0x13bbb0(0x123)]])||[];if(_0x242869[_0x13bbb0(0x127)](_0x23ab96[_0x13bbb0(0x12d)]))return logger[_0x13bbb0(0x13f)](_0x23ab96[_0x13bbb0(0xe9)]),![];const _0x426cd3=_0x4e1fb8[_0x13bbb0(0xdd)]||{},_0x4b03b5=bsSetupHelper['nestedKeyValue'](_0x426cd3,[_0x23ab96[_0x13bbb0(0x10c)]])||{},_0x29e5de=bsSetupHelper['nestedKeyValue'](_0x4b03b5,[_0x23ab96['Cvmwr']])||[];if(_0x29e5de[_0x13bbb0(0x127)](_0x23ab96['IlnmX']))return logger['warn'](_0x23ab96[_0x13bbb0(0xe9)]),![];if(_0x23ab96['QKRTC'](_0x3a623c[_0x13bbb0(0x14f)](),_0x23ab96[_0x13bbb0(0xe6)])&&_0x23ab96[_0x13bbb0(0x146)](_0x5d206a,_0xdf263f))return!![];return logger[_0x13bbb0(0x13f)](_0x13bbb0(0xf1)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a93_0x30e297(0x14b)]=_0x450623=>{const _0x4b7f5d=a93_0x30e297,_0x264803={};_0x264803[_0x4b7f5d(0xc2)]=_0x4b7f5d(0x104),_0x264803['ybiGV']=function(_0x1dd39c,_0x23de43){return _0x1dd39c||_0x23de43;},_0x264803[_0x4b7f5d(0x183)]=_0x4b7f5d(0xdc);const _0x29ce03=_0x264803,_0x5961a3=scripts['ChromeExtension'];try{const _0x33b596=bsSetupHelper[_0x4b7f5d(0xf3)](process[_0x4b7f5d(0xcc)][_0x4b7f5d(0x168)])||bsSetupHelper[_0x4b7f5d(0xf3)](process['env'][_0x4b7f5d(0x16f)]);if((!bsSetupHelper[_0x4b7f5d(0xcb)]()||process[_0x4b7f5d(0xcc)][_0x4b7f5d(0xd8)])&&_0x33b596){const _0x95a6b6=_0x450623[_0x4b7f5d(0xe2)](),_0x10106e=_0x95a6b6[_0x4b7f5d(0xd5)](_0x29ce03['lfFMx']),_0x526b6c=_0x29ce03[_0x4b7f5d(0x101)](_0x10106e,{});bsSetupHelper['mergeDeep'](_0x526b6c,_0x5961a3),_0x450623[_0x4b7f5d(0xe2)]()[_0x4b7f5d(0x144)](_0x29ce03[_0x4b7f5d(0xc2)],_0x526b6c);}else logger[_0x4b7f5d(0x13f)](_0x29ce03[_0x4b7f5d(0x183)]);}catch(_0x2fa6da){logger['error'](_0x4b7f5d(0xe4)+_0x2fa6da);}},exports[a93_0x30e297(0x172)]=(_0x530785=null,_0x15731a=!![],_0xc429c=[])=>{const _0x20ce4a=a93_0x30e297,_0x116ada={};_0x116ada[_0x20ce4a(0x152)]=function(_0xe7522f,_0x492715){return _0xe7522f==_0x492715;},_0x116ada[_0x20ce4a(0x170)]=function(_0x3b89c1,_0x1d1a8f){return _0x3b89c1>_0x1d1a8f;},_0x116ada[_0x20ce4a(0x147)]=function(_0x3efd88,_0x1971d5){return _0x3efd88===_0x1971d5;},_0x116ada[_0x20ce4a(0xfa)]=function(_0x339e15,_0x2171a6){return _0x339e15&&_0x2171a6;};const _0x5f1726=_0x116ada;if(_0x5f1726[_0x20ce4a(0x152)](process[_0x20ce4a(0xcc)][_0x20ce4a(0xc4)],null))return!![];try{const _0x42c4b0=JSON['parse'](process[_0x20ce4a(0xcc)][_0x20ce4a(0xc4)]),_0x1aa4c0=Array[_0x20ce4a(0x11f)](_0x42c4b0[_0x20ce4a(0x182)])?_0x42c4b0[_0x20ce4a(0x182)]:[],_0x17adb6=Array['isArray'](_0x42c4b0['excludeTagsInTestingScope'])?_0x42c4b0[_0x20ce4a(0xc1)]:[];if(bsSetupHelper['isUndefined'](_0x530785)){if(_0x5f1726['ClnfC'](_0xc429c[_0x20ce4a(0x15c)],0x0)){const _0x2eef9b=_0x17adb6[_0x20ce4a(0x13e)](_0x3beb4d=>_0xc429c[_0x20ce4a(0x127)](_0x3beb4d)),_0x262278=_0x5f1726[_0x20ce4a(0x147)](_0x1aa4c0['length'],0x0)||_0x1aa4c0[_0x20ce4a(0x13e)](_0x356dbe=>_0xc429c[_0x20ce4a(0x127)](_0x356dbe));return _0x5f1726[_0x20ce4a(0xfa)](!_0x2eef9b,_0x262278);}return!![];}let _0x2f23a6;_0x15731a?_0x2f23a6=_0x530785[_0x20ce4a(0x106)]('/'):_0x2f23a6=_0x530785;const _0x641cd=_0x17adb6['some'](_0x3817e9=>_0x2f23a6[_0x20ce4a(0x127)](_0x3817e9)),_0x3fe01f=_0x5f1726[_0x20ce4a(0x147)](_0x1aa4c0[_0x20ce4a(0x15c)],0x0)||_0x1aa4c0[_0x20ce4a(0x13e)](_0xb99884=>_0x2f23a6[_0x20ce4a(0x127)](_0xb99884));return _0x5f1726[_0x20ce4a(0xfa)](!_0x641cd,_0x3fe01f);}catch(_0x1a9d3c){logger['debug'](_0x20ce4a(0x14a)+util[_0x20ce4a(0x160)](_0x1a9d3c));}return![];},exports[a93_0x30e297(0x108)]=_0x50fd1c=>{const _0x359154=a93_0x30e297;let _0xfd2ded=![];try{_0x50fd1c['platforms']['forEach'](_0x4e10e3=>{const _0x4aa8ad=a93_0x384a;if(bsSetupHelper['isTrue'](_0x4e10e3[_0x4aa8ad(0x16a)]))return _0xfd2ded=!![],!![];});}catch(_0x35638b){logger['debug'](_0x359154(0x118)+_0x35638b);}return _0xfd2ded||bsSetupHelper['isTrue'](_0x50fd1c[_0x359154(0x16a)]);},exports[a93_0x30e297(0x181)]=PerformanceTester['measureWrapper'](a93_0x30e297(0xf0),async function(_0x317cd2,_0x1c241c){const _0x162f52=a93_0x30e297,_0x4da193={};_0x4da193[_0x162f52(0x158)]=_0x162f52(0x12a),_0x4da193[_0x162f52(0x13d)]=_0x162f52(0xdb),_0x4da193[_0x162f52(0x17e)]='javascript',_0x4da193['LBpcU']=_0x162f52(0x100),_0x4da193[_0x162f52(0x15d)]='POST',_0x4da193[_0x162f52(0x142)]=_0x162f52(0x169),_0x4da193[_0x162f52(0x141)]=function(_0x3e9253,_0x1fccaf){return _0x3e9253===_0x1fccaf;},_0x4da193[_0x162f52(0x186)]=_0x162f52(0xda),_0x4da193['wUbmC']=_0x162f52(0xde);const _0x2f4e11=_0x4da193,_0x5d96da=bsSetupHelper[_0x162f52(0x163)](_0x317cd2),_0xb99641=bsSetupHelper[_0x162f52(0x12f)](_0x317cd2);if(bsSetupHelper[_0x162f52(0xc0)](_0x5d96da)||bsSetupHelper['isUndefined'](_0xb99641))return logger[_0x162f52(0x119)](_0x2f4e11[_0x162f52(0x158)]),[null,null];try{let _0xb37b74;bsSetupHelper[_0x162f52(0xc0)](process[_0x162f52(0xcc)][_0x162f52(0xc4)])?_0xb37b74={}:_0xb37b74=JSON[_0x162f52(0x184)](process[_0x162f52(0xcc)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x4883ea,version:_0x3e835d}=bsSetupHelper['getTestFrameworkDetails'](_0x317cd2,_0x1c241c),_0x21b5e1={'projectName':_0x317cd2[_0x162f52(0x126)],'buildName':_0x317cd2[_0x162f52(0x18c)]||path['basename'](path[_0x162f52(0x166)](process[_0x162f52(0x188)]())),'startTime':new Date()['toISOString'](),'description':_0x317cd2[_0x162f52(0x17c)]||'','source':{'frameworkName':_0x1c241c[_0x162f52(0x127)](_0x2f4e11[_0x162f52(0x13d)])?_0x2f4e11[_0x162f52(0x13d)]:_0x1c241c,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x1c241c),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x2f4e11['oErLs'],'testFramework':_0x4883ea,'testFrameworkVersion':_0x3e835d},'settings':_0xb37b74,'versionControl':await bsSetupHelper[_0x162f52(0x173)](),'ciInfo':bsSetupHelper[_0x162f52(0xec)](),'hostInfo':bsSetupHelper[_0x162f52(0xd9)](),'browserstackAutomation':bsSetupHelper[_0x162f52(0xcb)]()},_0x168254={};_0x168254[_0x162f52(0xca)]=_0x5d96da,_0x168254[_0x162f52(0x130)]=_0xb99641;const _0x4e0f55={};_0x4e0f55[_0x162f52(0x125)]=_0x2f4e11[_0x162f52(0x179)];const _0x400ece={};_0x400ece['auth']=_0x168254,_0x400ece[_0x162f52(0xf7)]=_0x4e0f55;const _0xc3e19e=_0x400ece,_0x53e6ab={};_0x53e6ab['body']=_0x21b5e1,_0x53e6ab[_0x162f52(0x171)]=!![];const _0xb72568=Object[_0x162f52(0xf6)](_0xc3e19e,_0x53e6ab),_0x24c251=await bsSetupHelper[_0x162f52(0xd7)](_0x2f4e11['hYfRy'],_0x2f4e11[_0x162f52(0x142)],_0xb72568,_0x317cd2,API_URL);let _0x48c6f1=process[_0x162f52(0xcc)][_0x162f52(0xc4)];return _0x48c6f1?_0x48c6f1=JSON['parse'](process['env'][_0x162f52(0xc4)]):_0x48c6f1={},scripts[_0x162f52(0x115)](_0x24c251[_0x162f52(0xc6)][_0x162f52(0xc6)]),scripts[_0x162f52(0x135)](),_0x48c6f1[_0x162f52(0xfe)]=_0x24c251[_0x162f52(0xc6)][_0x162f52(0xc6)]['scannerVersion'],process[_0x162f52(0xcc)][_0x162f52(0xc4)]=JSON[_0x162f52(0xd3)](_0x48c6f1),[_0x24c251[_0x162f52(0xc6)][_0x162f52(0xc6)]['accessibilityToken'],_0x24c251[_0x162f52(0xc6)][_0x162f52(0xc6)]['id']];}catch(_0x33143d){if(_0x33143d[_0x162f52(0xef)])logger[_0x162f52(0x119)](_0x162f52(0x14e)+_0x33143d[_0x162f52(0xef)][_0x162f52(0x164)]+'\x20'+_0x33143d[_0x162f52(0xef)][_0x162f52(0x131)]+'\x20'+JSON[_0x162f52(0xd3)](_0x33143d['response']['data']));else{if(_0x2f4e11[_0x162f52(0x141)](_0x33143d[_0x162f52(0x174)],_0x2f4e11[_0x162f52(0x186)])){logger[_0x162f52(0x119)](_0x162f52(0x14e)+(_0x33143d[_0x162f52(0x174)]||_0x33143d[_0x162f52(0x105)]));for(const _0x23efa4 of _0x33143d[_0x162f52(0xbf)]){logger[_0x162f52(0x119)](_0x23efa4['message']);}process[_0x162f52(0xcc)][_0x162f52(0x168)]=_0x2f4e11[_0x162f52(0x16c)],process[_0x162f52(0xcc)][_0x162f52(0x16f)]=_0x2f4e11[_0x162f52(0x16c)];}else logger[_0x162f52(0x119)](_0x162f52(0x14e)+(_0x33143d[_0x162f52(0x174)]||_0x33143d[_0x162f52(0x105)]));}return[null,null];}}),exports[a93_0x30e297(0xf9)]=PerformanceTester[a93_0x30e297(0x185)]('a11y:stop',async function(_0x4cf4e4){const _0x4b66e7=a93_0x30e297,_0x5a6cdf={};_0x5a6cdf[_0x4b66e7(0xcd)]=function(_0x4e5b0e,_0x1dd77e){return _0x4e5b0e!==_0x1dd77e;},_0x5a6cdf[_0x4b66e7(0x161)]='string',_0x5a6cdf['mNpJL']=_0x4b66e7(0x119),_0x5a6cdf[_0x4b66e7(0x11c)]=_0x4b66e7(0x178),_0x5a6cdf[_0x4b66e7(0x14d)]=_0x4b66e7(0x100),_0x5a6cdf[_0x4b66e7(0x13a)]=_0x4b66e7(0x17f),_0x5a6cdf['UjdqQ']=_0x4b66e7(0x18a),_0x5a6cdf[_0x4b66e7(0x17a)]=function(_0x2cdc14,_0x41a719){return _0x2cdc14+_0x41a719;},_0x5a6cdf[_0x4b66e7(0xd1)]=_0x4b66e7(0x167),_0x5a6cdf[_0x4b66e7(0xff)]='success';const _0x13aabb=_0x5a6cdf;if(bsSetupHelper[_0x4b66e7(0xc0)](process[_0x4b66e7(0xcc)]['BS_A11Y_JWT'])||_0x13aabb['SMiVt'](typeof process['env'][_0x4b66e7(0x114)],_0x13aabb[_0x4b66e7(0x161)])){const _0x17a9ba={};return _0x17a9ba['status']=_0x13aabb[_0x4b66e7(0x102)],_0x17a9ba['message']=_0x13aabb[_0x4b66e7(0x11c)],_0x17a9ba;}const _0x35c43b={'endTime':new Date()[_0x4b66e7(0x162)]()},_0x430909={};_0x430909['Authorization']=_0x4b66e7(0x12b)+process['env'][_0x4b66e7(0x114)],_0x430909[_0x4b66e7(0x125)]=_0x13aabb[_0x4b66e7(0x14d)];const _0xf9dafa={};_0xf9dafa[_0x4b66e7(0xf7)]=_0x430909;const _0x4334ba=_0xf9dafa,_0x25f08f={};_0x25f08f[_0x4b66e7(0x16d)]=_0x35c43b,_0x25f08f[_0x4b66e7(0xc9)]=null,_0x25f08f[_0x4b66e7(0x171)]=!![];const _0x29c050=Object[_0x4b66e7(0xf6)](_0x4334ba,_0x25f08f);try{const _0x3b700c=await bsSetupHelper['nodeRequest'](_0x13aabb[_0x4b66e7(0x13a)],_0x13aabb[_0x4b66e7(0x117)],_0x29c050,_0x4cf4e4,API_URL);if(_0x3b700c[_0x4b66e7(0xc6)]['error'])throw new Error(_0x13aabb[_0x4b66e7(0x17a)](_0x13aabb[_0x4b66e7(0xd1)],_0x3b700c['data'][_0x4b66e7(0x119)]));else{logger['info']('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x4b66e7(0x162)]());const _0x245a3a={};return _0x245a3a[_0x4b66e7(0x164)]=_0x13aabb[_0x4b66e7(0xff)],_0x245a3a['message']='',_0x245a3a;}}catch(_0x510fa6){_0x510fa6[_0x4b66e7(0xef)]?logger[_0x4b66e7(0x119)](_0x4b66e7(0x133)+_0x510fa6[_0x4b66e7(0xef)][_0x4b66e7(0x164)]+'\x20'+_0x510fa6[_0x4b66e7(0xef)][_0x4b66e7(0x131)]+'\x20'+JSON[_0x4b66e7(0xd3)](_0x510fa6[_0x4b66e7(0xef)][_0x4b66e7(0xc6)])):logger[_0x4b66e7(0x119)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x510fa6[_0x4b66e7(0x174)]||util[_0x4b66e7(0x160)](_0x510fa6)));const _0x210258={};return _0x210258[_0x4b66e7(0x164)]=_0x13aabb[_0x4b66e7(0x102)],_0x210258[_0x4b66e7(0x174)]=_0x510fa6[_0x4b66e7(0x174)]||(_0x510fa6[_0x4b66e7(0xef)]?_0x510fa6[_0x4b66e7(0xef)]['status']+':'+_0x510fa6['response'][_0x4b66e7(0x131)]:_0x510fa6),_0x210258;}}),exports[a93_0x30e297(0x192)]=async(_0x291a17,_0x13a10a=null)=>{const _0x4753f9=a93_0x30e297,_0x436fc9={};_0x436fc9[_0x4753f9(0x113)]=_0x4753f9(0xf2),_0x436fc9[_0x4753f9(0x137)]=_0x4753f9(0xe8),_0x436fc9[_0x4753f9(0x149)]=_0x4753f9(0x143);const _0x3b2aae=_0x436fc9;if(!this[_0x4753f9(0x148)]()||!globals[_0x4753f9(0x176)](_0x3b2aae[_0x4753f9(0x113)])||!globals[_0x4753f9(0x176)](_0x3b2aae[_0x4753f9(0x137)])){logger['warn'](_0x3b2aae['wkyLo']);return;}return await PerformanceTester[_0x4753f9(0x185)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x26ffcf=_0x4753f9,_0x3a0853={};_0x3a0853[_0x26ffcf(0xe5)]=_0x13a10a||global[_0x26ffcf(0x190)];const _0x26aedc=util[_0x26ffcf(0x160)](await _0x291a17[_0x26ffcf(0xdf)](scripts['performScan'],_0x3a0853));return logger['debug'](_0x26ffcf(0x175)+_0x26aedc),_0x26aedc;},{'command':_0x13a10a})();},exports[a93_0x30e297(0xfb)]=async(_0x52dc8f,_0x47c3ce)=>{const _0x5683d1=a93_0x30e297,_0x72a8b5={};_0x72a8b5[_0x5683d1(0x189)]='Performing\x20scan\x20before\x20getting\x20results',_0x72a8b5[_0x5683d1(0xee)]=_0x5683d1(0xf2),_0x72a8b5[_0x5683d1(0xd6)]=_0x5683d1(0xe8),_0x72a8b5['cEVFg']=_0x5683d1(0xc3),_0x72a8b5[_0x5683d1(0x155)]=_0x5683d1(0xfb),_0x72a8b5[_0x5683d1(0x138)]=_0x5683d1(0x13c);const _0xb173ed=_0x72a8b5;if(!this[_0x5683d1(0x148)]()||!globals[_0x5683d1(0x176)](_0xb173ed[_0x5683d1(0xee)])||!globals[_0x5683d1(0x176)](_0xb173ed['VDtzY']))return logger[_0x5683d1(0x13f)](_0xb173ed[_0x5683d1(0xd0)]),[];try{return await PerformanceTester[_0x5683d1(0x185)](PerformanceA11yEvents[_0x5683d1(0x16b)],async()=>{const _0x41d59c=_0x5683d1;logger['debug'](_0xb173ed[_0x41d59c(0x189)]);const _0x552100={};_0x552100[_0x41d59c(0xe5)]=_0x47c3ce[_0x41d59c(0x190)],logger[_0x41d59c(0x17b)](util['format'](await _0x52dc8f[_0x41d59c(0xdf)](scripts[_0x41d59c(0x192)],_0x552100)));},{'command':_0xb173ed[_0x5683d1(0x155)]})(),await PerformanceTester[_0x5683d1(0x185)](PerformanceA11yEvents[_0x5683d1(0xce)],async()=>{const _0x364b77=_0x5683d1,_0x3e00aa=await _0x52dc8f[_0x364b77(0xdf)](scripts['getResults']);return _0x3e00aa;})();}catch{return logger[_0x5683d1(0x119)](_0xb173ed['sngDr']),[];}},exports['getAccessibilityResultsSummary']=async(_0x595e2f,_0x580185)=>{const _0x116c73=a93_0x30e297,_0xd36995={};_0xd36995[_0x116c73(0x15b)]=_0x116c73(0x150),_0xd36995[_0x116c73(0xfd)]=_0x116c73(0xf2),_0xd36995[_0x116c73(0x154)]=_0x116c73(0xe8),_0xd36995[_0x116c73(0xe0)]=_0x116c73(0x145),_0xd36995[_0x116c73(0xed)]=_0x116c73(0x177),_0xd36995[_0x116c73(0x103)]=_0x116c73(0x109);const _0x456d4c=_0xd36995;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x456d4c[_0x116c73(0xfd)])||!globals[_0x116c73(0x176)](_0x456d4c['kwHUs']))return logger[_0x116c73(0x13f)](_0x456d4c[_0x116c73(0xe0)]),{};try{return await PerformanceTester[_0x116c73(0x185)](PerformanceA11yEvents[_0x116c73(0x16b)],async()=>{const _0x4add50=_0x116c73;logger['debug'](_0x456d4c[_0x4add50(0x15b)]);const _0x26f69f={};_0x26f69f['method']=_0x580185[_0x4add50(0x190)],logger[_0x4add50(0x17b)](util[_0x4add50(0x160)](await _0x595e2f[_0x4add50(0xdf)](scripts[_0x4add50(0x192)],_0x26f69f)));},{'command':_0x456d4c[_0x116c73(0xed)]})(),await PerformanceTester[_0x116c73(0x185)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x3ab3ed=_0x116c73,_0x30f9e8=await _0x595e2f[_0x3ab3ed(0xdf)](scripts[_0x3ab3ed(0x116)]);return _0x30f9e8;})();}catch{return logger[_0x116c73(0x119)](_0x456d4c[_0x116c73(0x103)]),{};}},exports['isBrowserStackCommandExecutor']=_0x4e1132=>{const _0x490fe5=a93_0x30e297,_0x2b9aaa={};_0x2b9aaa[_0x490fe5(0x11b)]=function(_0x5a84c8,_0x579037){return _0x5a84c8===_0x579037;},_0x2b9aaa['jzHqE']=_0x490fe5(0x120),_0x2b9aaa[_0x490fe5(0x140)]=_0x490fe5(0x18f);const _0x2f50c7=_0x2b9aaa;if(_0x4e1132&&_0x4e1132[_0x490fe5(0x13b)]&&_0x2f50c7[_0x490fe5(0x11b)](typeof _0x4e1132[_0x490fe5(0x13b)],_0x2f50c7[_0x490fe5(0x132)]))return _0x4e1132[_0x490fe5(0x13b)][_0x490fe5(0x127)](_0x2f50c7['eKkgH']);return![];};
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 +1 @@
1
- const a94_0x1924d0=a94_0x190e;(function(_0x5287c4,_0x540754){const _0x1e256a=a94_0x190e,_0x1d5502=_0x5287c4();while(!![]){try{const _0x2e95f8=parseInt(_0x1e256a(0x9a))/0x1+-parseInt(_0x1e256a(0x8b))/0x2*(parseInt(_0x1e256a(0xba))/0x3)+parseInt(_0x1e256a(0xa2))/0x4*(-parseInt(_0x1e256a(0x8e))/0x5)+parseInt(_0x1e256a(0x8a))/0x6+parseInt(_0x1e256a(0xb2))/0x7*(parseInt(_0x1e256a(0x99))/0x8)+parseInt(_0x1e256a(0xa6))/0x9+-parseInt(_0x1e256a(0xa1))/0xa;if(_0x2e95f8===_0x540754)break;else _0x1d5502['push'](_0x1d5502['shift']());}catch(_0x459d78){_0x1d5502['push'](_0x1d5502['shift']());}}}(a94_0x1fa1,0x44996));function a94_0x190e(_0x55e2aa,_0x155f49){const _0x1fa18c=a94_0x1fa1();return a94_0x190e=function(_0x190e3d,_0x329b95){_0x190e3d=_0x190e3d-0x7d;let _0x3e753f=_0x1fa18c[_0x190e3d];return _0x3e753f;},a94_0x190e(_0x55e2aa,_0x155f49);}function a94_0x1fa1(){const _0x13f534=['1488357ueklpq','path','length','exports','fbIzt','split','saveTestResults','commandsToWrap','parseFromJson','toJson','HUoPx','getModule','343OrKWIJ','stringify','join','NVuOr','getCommand','commands','TNnrh','getClass','745923kuXsdF','jLtGM','../helper','nRzEC','shouldWrapCommand','rrGsz','ChromeExtension','saveResults','fromJson','writeFileSync','scripts','XyHXe','zVQZy','findIndex','existsSync','GslEl','browserstackFolderPath','2351388busSpv','2NOfYPS','map','parseFromProto','3820xtfwKB','YWUcQ','4|6|0|2|5|1|3','commands.json','getResultsSummary','nonBStackInfraA11yChromeOptions','getMethod','getResults','toLowerCase','winstonLogger','../../helpers/logger','6680udTDGH','420780jQpGpz','commandsPath','name','.browserstack','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','mkdirSync','fxFjS','118430iBQeId','2500TXOfhz','scan','dvkQu','getName'];a94_0x1fa1=function(){return _0x13f534;};return a94_0x1fa1();}const path=require(a94_0x1924d0(0xa7)),fs=require('fs'),logger=require(a94_0x1924d0(0x98))[a94_0x1924d0(0x97)],helper=require(a94_0x1924d0(0xbc));class Scripts{constructor(){const _0x4451ad=a94_0x1924d0,_0x3094cf={};_0x3094cf['fxFjS']=_0x4451ad(0x90),_0x3094cf[_0x4451ad(0xb5)]=_0x4451ad(0x91),_0x3094cf[_0x4451ad(0xbd)]=_0x4451ad(0x9d);const _0x1733ac=_0x3094cf,_0x2d44e6=_0x1733ac[_0x4451ad(0xa0)][_0x4451ad(0xab)]('|');let _0x310c0f=0x0;while(!![]){switch(_0x2d44e6[_0x310c0f++]){case'0':this[_0x4451ad(0x92)]=null;continue;case'1':this[_0x4451ad(0x9b)]=path[_0x4451ad(0xb4)](this[_0x4451ad(0x89)],_0x1733ac[_0x4451ad(0xb5)]);continue;case'2':this[_0x4451ad(0xac)]=null;continue;case'3':this[_0x4451ad(0x81)]();continue;case'4':this['performScan']=null;continue;case'5':this[_0x4451ad(0x89)]=path['join'](helper['homedir'](),_0x1733ac[_0x4451ad(0xbd)]);continue;case'6':this[_0x4451ad(0x95)]=null;continue;}break;}}[a94_0x1924d0(0xae)](_0x220fdf){const _0x112fe2=a94_0x1924d0;_0x220fdf['scripts']&&(this['performScan']=_0x220fdf['scripts'][_0x112fe2(0xa3)],this[_0x112fe2(0x95)]=_0x220fdf[_0x112fe2(0x83)][_0x112fe2(0x95)],this[_0x112fe2(0x92)]=_0x220fdf[_0x112fe2(0x83)][_0x112fe2(0x92)],this['saveTestResults']=_0x220fdf[_0x112fe2(0x83)][_0x112fe2(0x80)]),this['commandsToWrap']=_0x220fdf[_0x112fe2(0xb7)],this[_0x112fe2(0x7f)]=_0x220fdf[_0x112fe2(0x93)];}[a94_0x1924d0(0x8d)](_0xf0409a,_0xb07870){const _0x5c146e=a94_0x1924d0,_0x1687c1={};_0x1687c1[_0x5c146e(0xb8)]=function(_0x57bc57,_0x5cb9af){return _0x57bc57>_0x5cb9af;},_0x1687c1[_0x5c146e(0xb0)]=function(_0x29bc56,_0x3d64ad){return _0x29bc56===_0x3d64ad;},_0x1687c1[_0x5c146e(0xbb)]='scan',_0x1687c1['zVQZy']=function(_0x38a17e,_0x38e921){return _0x38a17e===_0x38e921;},_0x1687c1[_0x5c146e(0x88)]='getResults',_0x1687c1[_0x5c146e(0x84)]=_0x5c146e(0x92),_0x1687c1['dvkQu']=function(_0x12a7b8,_0x468b51){return _0x12a7b8===_0x468b51;},_0x1687c1[_0x5c146e(0x7e)]=_0x5c146e(0x80);const _0x3d22d7=_0x1687c1;if(_0xf0409a&&_0x3d22d7[_0x5c146e(0xb8)](_0xf0409a['length'],0x0))for(const _0x6eb7b4 of _0xf0409a){if(_0x3d22d7[_0x5c146e(0xb0)](_0x6eb7b4[_0x5c146e(0xa5)](),_0x3d22d7[_0x5c146e(0xbb)]))this['performScan']=_0x6eb7b4[_0x5c146e(0xb6)]();else{if(_0x3d22d7[_0x5c146e(0x85)](_0x6eb7b4['getName'](),_0x3d22d7[_0x5c146e(0x88)]))this[_0x5c146e(0x95)]=_0x6eb7b4[_0x5c146e(0xb6)]();else{if(_0x3d22d7[_0x5c146e(0xb0)](_0x6eb7b4['getName'](),_0x3d22d7[_0x5c146e(0x84)]))this[_0x5c146e(0x92)]=_0x6eb7b4[_0x5c146e(0xb6)]();else _0x3d22d7[_0x5c146e(0xa4)](_0x6eb7b4[_0x5c146e(0xa5)](),_0x3d22d7[_0x5c146e(0x7e)])&&(this['saveTestResults']=_0x6eb7b4[_0x5c146e(0xb6)]());}}}_0xb07870&&_0x3d22d7[_0x5c146e(0xb8)](_0xb07870[_0x5c146e(0xa8)],0x0)&&(this[_0x5c146e(0xad)]=_0xb07870[_0x5c146e(0x8c)](_0x52bc29=>{const _0x4aa05a=_0x5c146e;return{'name':_0x52bc29['getName'](),'method':_0x52bc29[_0x4aa05a(0x94)](),'library':_0x52bc29['getLibrary'](),'module':_0x52bc29[_0x4aa05a(0xb1)](),'class':_0x52bc29[_0x4aa05a(0xb9)]()};}));}[a94_0x1924d0(0x7d)](_0x523b53){const _0x7f90e1=a94_0x1924d0,_0x48052b={};_0x48052b[_0x7f90e1(0x8f)]=function(_0x4fdfdb,_0x43b00b){return _0x4fdfdb!==_0x43b00b;};const _0x345305=_0x48052b;try{return _0x345305[_0x7f90e1(0x8f)](this[_0x7f90e1(0xad)][_0x7f90e1(0x86)](_0x202b26=>_0x202b26[_0x7f90e1(0x9c)][_0x7f90e1(0x96)]()===_0x523b53[_0x7f90e1(0x96)]()),-0x1);}catch(_0x5d3dcf){logger['debug'](_0x7f90e1(0x9e)+_0x5d3dcf);}return![];}[a94_0x1924d0(0xaf)](){const _0x7af0bc=a94_0x1924d0;!fs['existsSync'](this[_0x7af0bc(0x89)])&&fs[_0x7af0bc(0x9f)](this[_0x7af0bc(0x89)]),fs[_0x7af0bc(0x82)](this[_0x7af0bc(0x9b)],JSON[_0x7af0bc(0xb3)]({'scripts':{'scan':this['performScan'],'getResults':this[_0x7af0bc(0x95)],'getResultsSummary':this[_0x7af0bc(0x92)],'saveResults':this['saveTestResults']},'commands':this['commandsToWrap'],'nonBStackInfraA11yChromeOptions':this[_0x7af0bc(0x7f)]}));}[a94_0x1924d0(0x81)](){const _0x14c87a=a94_0x1924d0,_0x37287d={'fbIzt':function(_0x3df7d8,_0x24e5d7){return _0x3df7d8(_0x24e5d7);}};fs[_0x14c87a(0x87)](this['commandsPath'])&&this[_0x14c87a(0xae)](_0x37287d[_0x14c87a(0xaa)](require,this[_0x14c87a(0x9b)]));}}module[a94_0x1924d0(0xa9)]=new Scripts();
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 +1 @@
1
- function a95_0x4ae8(_0x63e2f8,_0x5b53d9){const _0x39521d=a95_0x3952();return a95_0x4ae8=function(_0x4ae8ba,_0x46929d){_0x4ae8ba=_0x4ae8ba-0x1bf;let _0x4059ae=_0x39521d[_0x4ae8ba];return _0x4059ae;},a95_0x4ae8(_0x63e2f8,_0x5b53d9);}const a95_0x547c99=a95_0x4ae8;function a95_0x3952(){const _0x291ce4=['448726nRfMXH','BrowserstackHealingPollResultFailed','4NfDBhA','fromEntries','UAoXU','mfEup','aiHealing','BrowserstackHealingHealFailureFailed','split','TCG_URL','cancel','59391PQvSuS','QngtX','getId','safariOptions_','HEALING_FAILURE_TIMEOUT','aiHeal_groupId','BAViI','browserName','healFailure','safari','22bdjkci','hFNEb','getTestName','newCapabilities','3480535BhxUmL','9664110IfGnNN','error','forEach','pollResult','nuEht','BrowserstackHealing.pollResult\x20method\x20timed\x20out','PmgyN','aiSdkWrapper','setTcgToken','GbNmC','SET_TCG_TOKEN_TIMEOUT','rnNfp','./autoHealHelper','\x22}}}','string','winstonLogger','getCommands','executeScript','locatorValue','getProjectName','browserstackSessionName','toLowerCase','VhDQq','yZyly','logData','config','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','1948536MmwnZD','../../helpers/timeoutPromise','path','debug','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','edgeOptions_','_handleEvent','SmLfi','edge','message','handleSuccess','xxzTR','BrowserstackHealing.setToken\x20method\x20timed\x20out','capabilities_','isSelfHealEnabled','{\x22region\x22:\x20\x22','firefox','rkfNy','chrome','chromeOptions_','vcCPT','6JKsajf','TCG_REGION','join','BrowserstackHealing.logData\x20method\x20timed\x20out','bMfzI','name_','then','syVIX','initializeHealingCapabilities','info','\x22,\x20\x22tcgUrls\x22:\x20{\x22','s://','164AoNgLi','QHJfI','aiHeal_sessionToken','jLoPh','freeze','value','LjdkM','get','RscCG','ERzOY','IaJCo','parameters_','../globals','POLL_HEALING_RESULT_TIMEOUT','5850817LqFUSP','framework','keys','using','8469290jjyjpA','jZHJS','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','set','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','replace','saLHv','BrowserstackHealing.healFailure\x20method\x20timed\x20out','../logger','BrowserstackHealing','aiHeal_userId','../../bin/utils/constants','getGlobal','handleFailure','TseRc','map_','locatorType','race','diabp'];a95_0x3952=function(){return _0x291ce4;};return a95_0x3952();}(function(_0x4fe2fd,_0x56dc69){const _0x3e8f0d=a95_0x4ae8,_0x10edd6=_0x4fe2fd();while(!![]){try{const _0x34a6bb=-parseInt(_0x3e8f0d(0x216))/0x1*(-parseInt(_0x3e8f0d(0x214))/0x2)+parseInt(_0x3e8f0d(0x21f))/0x3*(parseInt(_0x3e8f0d(0x1ef))/0x4)+parseInt(_0x3e8f0d(0x22d))/0x5*(-parseInt(_0x3e8f0d(0x1e3))/0x6)+-parseInt(_0x3e8f0d(0x1fd))/0x7+-parseInt(_0x3e8f0d(0x1ce))/0x8+-parseInt(_0x3e8f0d(0x22e))/0x9+-parseInt(_0x3e8f0d(0x201))/0xa*(-parseInt(_0x3e8f0d(0x229))/0xb);if(_0x34a6bb===_0x56dc69)break;else _0x10edd6['push'](_0x10edd6['shift']());}catch(_0x547e27){_0x10edd6['push'](_0x10edd6['shift']());}}}(a95_0x3952,0x872dc));const path=require(a95_0x547c99(0x1d0)),{commandRepository}=require(a95_0x547c99(0x1bf)),constants=require(a95_0x547c99(0x20c)),logger=require(a95_0x547c99(0x209))[a95_0x547c99(0x1c2)],globals=require(a95_0x547c99(0x1fb)),timeoutPromise=require(a95_0x547c99(0x1cf)),isUndefinedOrNull=_0xe31fb3=>_0xe31fb3===undefined||_0xe31fb3===null||_0xe31fb3==='',isNotUndefinedOrNull=_0x80d436=>!isUndefinedOrNull(_0x80d436),isString=_0x443467=>isNotUndefinedOrNull(_0x443467)&&typeof _0x443467===a95_0x547c99(0x1c1);class AiSdkWrapper{constructor(){const _0x3c1beb=a95_0x547c99,_0x4f298d={'YVZLX':function(_0x3129fb,_0x2021ae){return _0x3129fb(_0x2021ae);},'tzIPS':'../../ai-sdk-node/bundle'};this[_0x3c1beb(0x20a)]=undefined;try{this['BrowserstackHealing']=_0x4f298d['YVZLX'](require,path[_0x3c1beb(0x1e5)](__dirname,_0x4f298d['tzIPS']));}catch(_0x1cc121){logger[_0x3c1beb(0x22f)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x1cc121&&_0x1cc121[_0x3c1beb(0x1d7)]?_0x1cc121[_0x3c1beb(0x1d7)]:''));}}[a95_0x547c99(0x1eb)](_0x4827a2){const _0x99d64a=a95_0x547c99,_0x14faff={};_0x14faff[_0x99d64a(0x232)]=_0x99d64a(0x22c),_0x14faff['GbNmC']=function(_0x954a55,_0x403c4a){return _0x954a55===_0x403c4a;},_0x14faff[_0x99d64a(0x1e7)]=_0x99d64a(0x1e0),_0x14faff[_0x99d64a(0x207)]=_0x99d64a(0x1de),_0x14faff[_0x99d64a(0x1c9)]=_0x99d64a(0x228),_0x14faff['jLoPh']=_0x99d64a(0x1d6),_0x14faff[_0x99d64a(0x1f8)]=function(_0x6c64ac,_0x3f43c6){return _0x6c64ac===_0x3f43c6;},_0x14faff['lqoDI']='microsoftedge';const _0x50bebb=_0x14faff;try{const _0x4271c7=this[_0x99d64a(0x20a)]['initializeCapabilities'](Object[_0x99d64a(0x217)](_0x4827a2['getCapabilities']()[_0x99d64a(0x210)]));console['log'](_0x50bebb['nuEht'],_0x4271c7);if(_0x50bebb[_0x99d64a(0x237)](_0x4271c7?.['browserName']?.[_0x99d64a(0x1c8)](),_0x50bebb[_0x99d64a(0x1e7)]))_0x4827a2[_0x99d64a(0x1e1)]=_0x4271c7;else{if(_0x50bebb[_0x99d64a(0x237)](_0x4271c7?.[_0x99d64a(0x226)]?.['toLowerCase'](),_0x50bebb[_0x99d64a(0x207)]))_0x4827a2['firefoxOptions_']=_0x4271c7;else{if(_0x50bebb[_0x99d64a(0x237)](_0x4271c7?.[_0x99d64a(0x226)]?.[_0x99d64a(0x1c8)](),_0x50bebb[_0x99d64a(0x1c9)]))_0x4827a2[_0x99d64a(0x222)]=_0x4271c7;else{if(_0x50bebb[_0x99d64a(0x237)](_0x4271c7?.[_0x99d64a(0x226)]?.[_0x99d64a(0x1c8)](),_0x50bebb[_0x99d64a(0x1f2)])||_0x50bebb['ERzOY'](_0x4271c7?.[_0x99d64a(0x226)]?.[_0x99d64a(0x1c8)](),_0x50bebb['lqoDI']))_0x4827a2[_0x99d64a(0x1d3)]=_0x4271c7;else _0x50bebb[_0x99d64a(0x237)](_0x4271c7?.[_0x99d64a(0x226)]?.['toLowerCase'](),'ie')&&(_0x4827a2['ieOptions_']=_0x4271c7);}}}Object[_0x99d64a(0x1ff)](_0x4271c7)[_0x99d64a(0x230)](_0x15691d=>{const _0x3388e7=_0x99d64a,_0x1c8984=_0x4827a2[_0x3388e7(0x1db)][_0x3388e7(0x1f6)](_0x15691d);_0x4827a2[_0x3388e7(0x1db)][_0x3388e7(0x204)](_0x15691d,_0x4271c7[_0x15691d]);});}catch(_0x29b31e){logger['error'](_0x99d64a(0x1cd)+(_0x29b31e&&_0x29b31e['message']?_0x29b31e[_0x99d64a(0x1d7)]:''));}}async[a95_0x547c99(0x236)](_0x1c7994){const _0x3afea2=a95_0x547c99,_0x58a677={'nXYQe':function(_0x350006,_0x2a5339,_0x970b59,_0x44dd7e,_0x223efb,_0x269fc3,_0x53ff04){return _0x350006(_0x2a5339,_0x970b59,_0x44dd7e,_0x223efb,_0x269fc3,_0x53ff04);},'rnNfp':_0x3afea2(0x1da),'QHJfI':'BrowserstackHealingSetTcgTokenFailed','mfEup':_0x3afea2(0x1f1)},_0x3d144e=new Date(),_0x3c88d0=_0x58a677['nXYQe'](timeoutPromise,constants[_0x3afea2(0x238)],_0x58a677[_0x3afea2(0x239)],_0x58a677[_0x3afea2(0x1f0)],_0x3d144e,this['config'],this['framework']);await Promise['race']([this['BrowserstackHealing']['setToken'](_0x1c7994,globals[_0x3afea2(0x20d)](_0x58a677[_0x3afea2(0x219)]),constants[_0x3afea2(0x21d)])[_0x3afea2(0x1e9)](()=>{const _0x29edfe=_0x3afea2;_0x3c88d0[_0x29edfe(0x21e)]();}),_0x3c88d0]);}async[a95_0x547c99(0x1d4)](_0x1a82d1,_0x50d05f,_0xb5425a,_0x3b28b4){const _0x2b3d19=a95_0x547c99,_0x4ea040={'LjdkM':function(_0x399a06,_0x56eb8c){return _0x399a06===_0x56eb8c;},'RscCG':function(_0x5d3f49,_0x172849){return _0x5d3f49===_0x172849;},'IaJCo':function(_0xeea350,_0x2ad459){return _0xeea350(_0x2ad459);},'PmgyN':function(_0x208468,_0x5dd766){return _0x208468(_0x5dd766);},'pJKRA':function(_0x390fc0,_0x353e94){return _0x390fc0(_0x353e94);},'SmLfi':function(_0x35b6a2,_0x1e5901){return _0x35b6a2(_0x1e5901);},'UAoXU':function(_0x4fb42b,_0x52ebe2){return _0x4fb42b(_0x52ebe2);},'lCtwP':_0x2b3d19(0x1ee),'yZyly':function(_0x4d0d83,_0x5112f4){return _0x4d0d83(_0x5112f4);},'BAViI':function(_0x2191fd,_0x7a5e8b){return _0x2191fd(_0x7a5e8b);},'TseRc':_0x2b3d19(0x20b),'syVIX':_0x2b3d19(0x224),'vcCPT':'aiHeal_isGroupAIEnabled','hFNEb':function(_0x375492,_0x4b5042,_0x483435,_0x47e126,_0x4442ff,_0x31267e,_0x3c0972){return _0x375492(_0x4b5042,_0x483435,_0x47e126,_0x4442ff,_0x31267e,_0x3c0972);},'xxzTR':_0x2b3d19(0x1e6),'diabp':'BrowserstackHealingLogDataFailed','RqDGM':_0x2b3d19(0x208),'JWhct':_0x2b3d19(0x21b)},_0x513ff3=(await _0x50d05f['getSession']())[_0x2b3d19(0x221)]();let _0x13233b='';if(commandRepository[_0x2b3d19(0x1dc)]()&&_0x4ea040[_0x2b3d19(0x1f5)](_0x3b28b4,![])||_0x4ea040[_0x2b3d19(0x1f7)](_0x3b28b4,!![])){const _0x3e7f9a=_0x4ea040[_0x2b3d19(0x1f9)](isNotUndefinedOrNull,_0xb5425a['parameters_'][_0x2b3d19(0x200)])&&_0x4ea040['PmgyN'](isString,_0xb5425a['parameters_'][_0x2b3d19(0x200)])?_0xb5425a[_0x2b3d19(0x1fa)]['using'][_0x2b3d19(0x206)](/'/g,'\x5c\x27')[_0x2b3d19(0x206)](/"/g,'\x5c\x22'):'',_0x11dea0=_0x4ea040[_0x2b3d19(0x234)](isNotUndefinedOrNull,_0xb5425a[_0x2b3d19(0x1fa)][_0x2b3d19(0x200)])&&_0x4ea040['pJKRA'](isString,_0xb5425a[_0x2b3d19(0x1fa)][_0x2b3d19(0x1f4)])?_0xb5425a[_0x2b3d19(0x1fa)][_0x2b3d19(0x1f4)][_0x2b3d19(0x206)](/'/g,'\x5c\x27')[_0x2b3d19(0x206)](/"/g,'\x5c\x22'):'',_0x154b5f=_0x4ea040['IaJCo'](isNotUndefinedOrNull,commandRepository[_0x2b3d19(0x1c6)]())&&_0x4ea040[_0x2b3d19(0x1d5)](isString,commandRepository[_0x2b3d19(0x1c6)]())?commandRepository['getProjectName']()['replace'](/'/g,'\x5c\x27')[_0x2b3d19(0x206)](/"/g,'\x5c\x22'):'';let _0x919000=_0x4ea040[_0x2b3d19(0x218)](isNotUndefinedOrNull,global[_0x2b3d19(0x1c7)])&&_0x4ea040[_0x2b3d19(0x234)](isString,global[_0x2b3d19(0x1c7)])?global['browserstackSessionName'][_0x2b3d19(0x206)](/'/g,'\x5c\x27')[_0x2b3d19(0x206)](/"/g,'\x5c\x22'):'';!_0x919000&&(_0x919000=_0x4ea040['IaJCo'](isNotUndefinedOrNull,commandRepository[_0x2b3d19(0x22b)]())&&_0x4ea040[_0x2b3d19(0x234)](isString,commandRepository[_0x2b3d19(0x22b)]())?commandRepository['getTestName']()[_0x2b3d19(0x206)](/'/g,'\x5c\x27')[_0x2b3d19(0x206)](/"/g,'\x5c\x22'):'');let _0x575fc9=_0x2b3d19(0x1dd)+constants[_0x2b3d19(0x1e4)]+_0x2b3d19(0x1ed)+constants[_0x2b3d19(0x1e4)]+'\x22:\x20{\x22endpoint\x22:\x20\x22'+constants[_0x2b3d19(0x21d)][_0x2b3d19(0x21c)](_0x4ea040['lCtwP'])[0x1]+_0x2b3d19(0x1c0);_0x575fc9=_0x4ea040[_0x2b3d19(0x1ca)](isNotUndefinedOrNull,_0x575fc9)&&_0x4ea040[_0x2b3d19(0x225)](isString,_0x575fc9)?_0x575fc9[_0x2b3d19(0x206)](/'/g,'\x5c\x27')[_0x2b3d19(0x206)](/"/g,'\x5c\x22'):'';const _0x5d8c83=commandRepository[_0x2b3d19(0x1c3)](_0x513ff3),_0x4932c0=globals[_0x2b3d19(0x20d)](_0x4ea040[_0x2b3d19(0x20f)]),_0x1e991e=globals[_0x2b3d19(0x20d)](_0x4ea040[_0x2b3d19(0x1ea)]),_0x754f42=globals[_0x2b3d19(0x20d)](_0x4ea040[_0x2b3d19(0x1e2)]),_0x84ec32=![],_0x1c3fe9=new Date();if(_0x3b28b4){const _0x14cf82=_0x4ea040[_0x2b3d19(0x22a)](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x4ea040[_0x2b3d19(0x1d9)],_0x4ea040[_0x2b3d19(0x213)],_0x1c3fe9,this[_0x2b3d19(0x1cc)],this[_0x2b3d19(0x1fe)]);_0x13233b=await Promise[_0x2b3d19(0x212)]([this[_0x2b3d19(0x20a)][_0x2b3d19(0x1cb)](_0x3e7f9a,_0x11dea0,_0x154b5f,_0x919000,_0x1e991e,_0x513ff3,_0x5d8c83,_0x575fc9)[_0x2b3d19(0x1e9)](_0x1ca579=>{const _0x17186f=_0x2b3d19;return _0x14cf82[_0x17186f(0x21e)](),_0x1ca579;}),_0x14cf82]);}else{if(commandRepository[_0x2b3d19(0x1dc)]()){const _0x1e040c=_0x4ea040['hFNEb'](timeoutPromise,constants[_0x2b3d19(0x223)],_0x4ea040['RqDGM'],_0x4ea040['JWhct'],_0x1c3fe9,this[_0x2b3d19(0x1cc)],this[_0x2b3d19(0x1fe)]);_0x13233b=await Promise['race']([this[_0x2b3d19(0x20a)][_0x2b3d19(0x227)](_0x3e7f9a,_0x11dea0,_0x154b5f,_0x919000,_0x4932c0,_0x1e991e,_0x513ff3,_0x5d8c83,_0x84ec32,_0x754f42,_0x575fc9)[_0x2b3d19(0x1e9)](_0x195a4d=>{const _0x16249c=_0x2b3d19;return _0x1e040c[_0x16249c(0x21e)](),_0x195a4d;}),_0x1e040c]);}}_0x13233b&&await _0x50d05f[_0x2b3d19(0x1c4)](_0x13233b);}}async[a95_0x547c99(0x1d8)](_0x468be1,_0x50a765,_0x2fc4d4){const _0x3c8a38=a95_0x547c99;try{await this[_0x3c8a38(0x1d4)](_0x468be1,_0x50a765,_0x2fc4d4,!![]);}catch(_0x4978b2){return logger[_0x3c8a38(0x22f)](_0x3c8a38(0x1d2)+(_0x4978b2&&_0x4978b2['message']?_0x4978b2['message']:'')),![];}return!![];}async[a95_0x547c99(0x20e)](_0x2506fe,_0x561e02,_0x30b4d4){const _0x269845=a95_0x547c99,_0x255317={'QngtX':function(_0x4cf04b,_0x1a0773,_0x96da,_0x33953d,_0x28d3f7,_0x5e8a6f,_0xa299d8){return _0x4cf04b(_0x1a0773,_0x96da,_0x33953d,_0x28d3f7,_0x5e8a6f,_0xa299d8);},'jZHJS':_0x269845(0x233),'rkfNy':_0x269845(0x215),'omlwa':'aiHeal_sessionToken'};try{await this[_0x269845(0x1d4)](_0x2506fe,_0x561e02,_0x30b4d4,![]);const _0x17a0f0=(await _0x561e02['getSession']())['getId'](),_0x3181cb=new Date(),_0x12e472=_0x255317[_0x269845(0x220)](timeoutPromise,constants[_0x269845(0x1fc)],_0x255317[_0x269845(0x202)],_0x255317[_0x269845(0x1df)],_0x3181cb,this[_0x269845(0x1cc)],this[_0x269845(0x1fe)]),_0x53a098=await Promise[_0x269845(0x212)]([this[_0x269845(0x20a)][_0x269845(0x231)](constants[_0x269845(0x21d)],_0x17a0f0,globals['getGlobal'](_0x255317['omlwa']))[_0x269845(0x1e9)](_0x29bbef=>{const _0x64b737=_0x269845;return _0x12e472[_0x64b737(0x21e)](),_0x29bbef;}),_0x12e472]);if(_0x53a098&&_0x53a098['selector']&&_0x53a098[_0x269845(0x1f4)]){const _0x5217eb={};return _0x5217eb[_0x269845(0x211)]=_0x53a098['selector'],_0x5217eb[_0x269845(0x1c5)]=_0x53a098[_0x269845(0x1f4)],_0x5217eb['aiHealing']=!![],_0x5217eb;}const _0x3889dd={};return _0x3889dd[_0x269845(0x211)]=_0x30b4d4['parameters_'][_0x269845(0x200)],_0x3889dd[_0x269845(0x1c5)]=_0x53a098[_0x269845(0x1f4)],_0x3889dd[_0x269845(0x21a)]=!![],_0x3889dd;}catch(_0xa2b23f){return logger[_0x269845(0x1d1)](_0x269845(0x203)+(_0xa2b23f&&_0xa2b23f[_0x269845(0x1d7)]?_0xa2b23f[_0x269845(0x1d7)]:'')),logger[_0x269845(0x1ec)](_0x269845(0x205)+_0x30b4d4[_0x269845(0x1e8)]+'\x20command'),_0x30b4d4;}}}exports[a95_0x547c99(0x235)]=Object[a95_0x547c99(0x1f3)](new AiSdkWrapper());
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 +1 @@
1
- const a96_0x41e7cf=a96_0x2d76;(function(_0x4e375e,_0x355f52){const _0x24830c=a96_0x2d76,_0x50fdab=_0x4e375e();while(!![]){try{const _0x124fa1=parseInt(_0x24830c(0x12a))/0x1+parseInt(_0x24830c(0x12d))/0x2*(parseInt(_0x24830c(0x11e))/0x3)+parseInt(_0x24830c(0x113))/0x4+-parseInt(_0x24830c(0x140))/0x5+-parseInt(_0x24830c(0x13a))/0x6*(parseInt(_0x24830c(0x14e))/0x7)+-parseInt(_0x24830c(0x121))/0x8+-parseInt(_0x24830c(0x138))/0x9*(-parseInt(_0x24830c(0x118))/0xa);if(_0x124fa1===_0x355f52)break;else _0x50fdab['push'](_0x50fdab['shift']());}catch(_0x54af78){_0x50fdab['push'](_0x50fdab['shift']());}}}(a96_0x3f00,0x9b74d));function a96_0x3f00(){const _0x17562e=['authInfo','7950704KjDWrf','LwgEJ','method','aiHeal_isHealingEnabled','OFgRO','getGlobal','pushCommand','true','path','42430ptJaza','map','getTcgTokenStatus','82uOBEWU','winstonLogger','setProjectNameForHealingContext','getFramework','stringify','PWoij','ZjFAf','cabYS','setAiSessionTimeStamp','_pushCommand','commands','3693609uQsjsZ','../logger','133878HYRxRb','length','isTcgTokenSet','isSelfHealEnabled','aiHeal_isAuthenticated','kZdbL','1096265zuCmnm','setTestNameForHealingContext','getConfig','split','framework','userName','accessKey','config','getCommands','now','getProjectName','aiSessionTimeStamp','testName','../globals','217PgtfXl','projectName','4501668ZHkSWn','rPVOS','setTcgTokenStatus','debug','join','10dqcQbX','4|5|2|1|0|3','VoNJP','xbiIx','setAuthInfo','JXiRD','70485yykABU','getTestName'];a96_0x3f00=function(){return _0x17562e;};return a96_0x3f00();}function a96_0x2d76(_0x392126,_0x42d7e8){const _0x3f0065=a96_0x3f00();return a96_0x2d76=function(_0x2d765a,_0x48a5a9){_0x2d765a=_0x2d765a-0x112;let _0x8acbe8=_0x3f0065[_0x2d765a];return _0x8acbe8;},a96_0x2d76(_0x392126,_0x42d7e8);}const calculateTimeDiff=_0x2cbf43=>Date[a96_0x41e7cf(0x149)]()-_0x2cbf43,logger=require(a96_0x41e7cf(0x139))[a96_0x41e7cf(0x12e)],globals=require(a96_0x41e7cf(0x14d));class HealingCommandRepo{constructor(){const _0x394eaf=a96_0x41e7cf,_0x5a684f={};_0x5a684f[_0x394eaf(0x114)]=_0x394eaf(0x119);const _0x194c57=_0x5a684f,_0x2374b6=_0x194c57[_0x394eaf(0x114)][_0x394eaf(0x143)]('|');let _0x1b8278=0x0;while(!![]){switch(_0x2374b6[_0x1b8278++]){case'0':this['authInfo']={};continue;case'1':this[_0x394eaf(0x14c)]='';continue;case'2':this['projectName']='';continue;case'3':this[_0x394eaf(0x13c)]=![];continue;case'4':this[_0x394eaf(0x137)]={};continue;case'5':this['aiSessionTimeStamp']={};continue;}break;}}[a96_0x41e7cf(0x136)](_0x13e66d,_0x243e5e){const _0x5350b2=a96_0x41e7cf,_0xa10efb={};_0xa10efb[_0x5350b2(0x11b)]=function(_0x36580e,_0x485f73){return _0x36580e in _0x485f73;};const _0x104d9d=_0xa10efb;!_0x104d9d[_0x5350b2(0x11b)](_0x13e66d,this[_0x5350b2(0x137)])&&(this['commands'][_0x13e66d]=[]),this[_0x5350b2(0x137)][_0x13e66d]['push'](_0x243e5e);}[a96_0x41e7cf(0x127)](_0x4768ea,_0x4b3d9e){const _0x16a04b=a96_0x41e7cf,_0x1ccfca={'BUvpP':function(_0x3b10b5,_0x1503c2){return _0x3b10b5(_0x1503c2);}},_0x400935=_0x4b3d9e[_0x16a04b(0x123)],_0x1ce61f=_0x4b3d9e[_0x16a04b(0x129)][_0x16a04b(0x143)](_0x4768ea)[0x1],_0x50252a=this['aiSessionTimeStamp'][_0x4768ea],_0x2bab25={'k':_0x400935+':'+_0x1ce61f,'t':_0x1ccfca['BUvpP'](calculateTimeDiff,_0x50252a)};this[_0x16a04b(0x136)](_0x4768ea,_0x2bab25);}[a96_0x41e7cf(0x135)](_0x410be3){const _0x2f8483=a96_0x41e7cf;this[_0x2f8483(0x14b)][_0x410be3]=Date[_0x2f8483(0x149)]();}[a96_0x41e7cf(0x11c)](_0x458692,_0x44bc83){const _0x245ab0=a96_0x41e7cf;this[_0x245ab0(0x120)][_0x245ab0(0x145)]=_0x458692,this[_0x245ab0(0x120)]['accessKey']=_0x44bc83;}['getAuthInfo'](){const _0x32b39a=a96_0x41e7cf;return this[_0x32b39a(0x120)];}[a96_0x41e7cf(0x12f)](_0x1530ad){const _0x5c2078=a96_0x41e7cf;this[_0x5c2078(0x112)]=_0x1530ad;}[a96_0x41e7cf(0x141)](_0x18981f){const _0x526609=a96_0x41e7cf;this[_0x526609(0x14c)]=_0x18981f;}['setConfig'](_0x32e1bd){const _0x232938=a96_0x41e7cf;this[_0x232938(0x147)]=_0x32e1bd,this[_0x232938(0x12f)](_0x32e1bd[_0x232938(0x112)]),this[_0x232938(0x11c)](_0x32e1bd[_0x232938(0x145)],_0x32e1bd[_0x232938(0x146)]);}['setFramework'](_0x27e174){const _0x56aaa8=a96_0x41e7cf;this[_0x56aaa8(0x144)]=_0x27e174;}[a96_0x41e7cf(0x115)](_0x45a049){const _0x59ee84=a96_0x41e7cf;this[_0x59ee84(0x13c)]=_0x45a049;}[a96_0x41e7cf(0x142)](){const _0x4a27a8=a96_0x41e7cf;return this[_0x4a27a8(0x147)];}[a96_0x41e7cf(0x130)](){const _0x247632=a96_0x41e7cf;return this[_0x247632(0x144)];}[a96_0x41e7cf(0x14a)](){return this['projectName'];}[a96_0x41e7cf(0x11f)](){const _0x1b67c1=a96_0x41e7cf;return this[_0x1b67c1(0x14c)];}[a96_0x41e7cf(0x148)](_0x21c282){const _0x561526=a96_0x41e7cf,_0x2c471d={};_0x2c471d[_0x561526(0x13f)]=_0x561526(0x13e),_0x2c471d['OFgRO']=_0x561526(0x124),_0x2c471d[_0x561526(0x134)]=function(_0x2d5f23,_0x41273f){return _0x2d5f23===_0x41273f;},_0x2c471d[_0x561526(0x122)]=function(_0x3dbd8d,_0x1190d3){return _0x3dbd8d+_0x1190d3;},_0x2c471d[_0x561526(0x133)]='No\x20commands\x20found\x20for\x20session:\x20';const _0x4d5139=_0x2c471d,_0x3bceab=this[_0x561526(0x137)][_0x21c282];this['commands'][_0x21c282]=[];if(globals['getGlobal'](_0x4d5139['kZdbL'])&&globals[_0x561526(0x126)](_0x4d5139[_0x561526(0x125)])&&!_0x3bceab||_0x4d5139[_0x561526(0x134)](_0x3bceab[_0x561526(0x13b)],0x0))return logger[_0x561526(0x116)](_0x4d5139[_0x561526(0x122)](_0x4d5139['ZjFAf'],_0x21c282)),'';return _0x3bceab[_0x561526(0x12b)](_0x434e7e=>JSON[_0x561526(0x131)](_0x434e7e))[_0x561526(0x117)](',');}[a96_0x41e7cf(0x13d)](){const _0x485f90=a96_0x41e7cf,_0x48dd0f={};_0x48dd0f['JXiRD']=function(_0x5bb6d5,_0x17b01b){return _0x5bb6d5===_0x17b01b;},_0x48dd0f[_0x485f90(0x11a)]=function(_0x1440db,_0x28be7a){return _0x1440db===_0x28be7a;},_0x48dd0f[_0x485f90(0x132)]=_0x485f90(0x128);const _0x46667a=_0x48dd0f;let _0x1eac8e=![];return this[_0x485f90(0x142)]()&&(_0x46667a[_0x485f90(0x11d)](this[_0x485f90(0x142)]()['selfHeal'],!![])||_0x46667a[_0x485f90(0x11a)](this[_0x485f90(0x142)]()['selfHeal'],_0x46667a[_0x485f90(0x132)]))&&(_0x1eac8e=!![]),_0x1eac8e;}[a96_0x41e7cf(0x12c)](){const _0x35e6d3=a96_0x41e7cf;return this[_0x35e6d3(0x13c)];}}exports['commandRepository']=new HealingCommandRepo();
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 +1 @@
1
- function a97_0x3c6d(){const _0x8a51f8=['4104310sERmUp','21NwzBju','10452888JtDpqy','env','BROWSERSTACK_ENV','automate-turboscale/v1','6iaywVc','stag','11962363gvpsNM','https://grid.browserstack.com/dashboard/builds','toLowerCase','BUILDS_DASHBOARD_URL','https://grid-preprod.bsstag.com/dashboard/builds','prod','API_ENDPOINT','exports','staging','55572YHIjjl','16392042zwPEAe','51402dMZonV','10PnGbOs','3aejsTm','https://grid-devhst.bsstag.com/dashboard/builds','1969WNcoZL','191504jgyDcn'];a97_0x3c6d=function(){return _0x8a51f8;};return a97_0x3c6d();}const a97_0x112a18=a97_0x1ec7;(function(_0x2ee51c,_0x2e2cc4){const _0xf65dbd=a97_0x1ec7,_0x3a0116=_0x2ee51c();while(!![]){try{const _0x14df37=parseInt(_0xf65dbd(0x1d0))/0x1*(parseInt(_0xf65dbd(0x1ce))/0x2)+-parseInt(_0xf65dbd(0x1d5))/0x3*(parseInt(_0xf65dbd(0x1d3))/0x4)+parseInt(_0xf65dbd(0x1d4))/0x5+parseInt(_0xf65dbd(0x1da))/0x6*(parseInt(_0xf65dbd(0x1dc))/0x7)+parseInt(_0xf65dbd(0x1d6))/0x8+-parseInt(_0xf65dbd(0x1cd))/0x9*(parseInt(_0xf65dbd(0x1cf))/0xa)+parseInt(_0xf65dbd(0x1d2))/0xb*(-parseInt(_0xf65dbd(0x1cc))/0xc);if(_0x14df37===_0x2e2cc4)break;else _0x3a0116['push'](_0x3a0116['shift']());}catch(_0x57acf4){_0x3a0116['push'](_0x3a0116['shift']());}}}(a97_0x3c6d,0xe2942));const a97_0x5ed2d2={};function a97_0x1ec7(_0x19be99,_0x3d6362){const _0x3c6d26=a97_0x3c6d();return a97_0x1ec7=function(_0x1ec70d,_0x3fbb25){_0x1ec70d=_0x1ec70d-0x1c6;let _0xe035d0=_0x3c6d26[_0x1ec70d];return _0xe035d0;},a97_0x1ec7(_0x19be99,_0x3d6362);}a97_0x5ed2d2[a97_0x112a18(0x1c6)]=a97_0x112a18(0x1dd),a97_0x5ed2d2[a97_0x112a18(0x1c9)]=a97_0x112a18(0x1d9),module[a97_0x112a18(0x1ca)]=a97_0x5ed2d2;const _env=(process[a97_0x112a18(0x1d7)][a97_0x112a18(0x1d8)]||a97_0x112a18(0x1c8))[a97_0x112a18(0x1de)]();if(_env===a97_0x112a18(0x1cb)||_env===a97_0x112a18(0x1db))module[a97_0x112a18(0x1ca)][a97_0x112a18(0x1c6)]=a97_0x112a18(0x1d1);else(_env==='preprod'||_env==='pre-prod')&&(module[a97_0x112a18(0x1ca)][a97_0x112a18(0x1c6)]=a97_0x112a18(0x1c7));
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 +1 @@
1
- function a98_0x3078(_0x5c89be,_0x1b7a42){const _0x40011b=a98_0x4001();return a98_0x3078=function(_0x30787c,_0x1102e3){_0x30787c=_0x30787c-0x1a9;let _0x43deb1=_0x40011b[_0x30787c];return _0x43deb1;},a98_0x3078(_0x5c89be,_0x1b7a42);}const a98_0x515840=a98_0x3078;(function(_0x11b713,_0x26e6d0){const _0x55b334=a98_0x3078,_0xf0153b=_0x11b713();while(!![]){try{const _0x246963=parseInt(_0x55b334(0x1ab))/0x1*(-parseInt(_0x55b334(0x1c4))/0x2)+-parseInt(_0x55b334(0x1b1))/0x3+-parseInt(_0x55b334(0x1bf))/0x4*(-parseInt(_0x55b334(0x1bb))/0x5)+parseInt(_0x55b334(0x1ca))/0x6*(-parseInt(_0x55b334(0x1c0))/0x7)+parseInt(_0x55b334(0x1c3))/0x8*(-parseInt(_0x55b334(0x1be))/0x9)+parseInt(_0x55b334(0x1b7))/0xa*(-parseInt(_0x55b334(0x1c1))/0xb)+-parseInt(_0x55b334(0x1ae))/0xc*(-parseInt(_0x55b334(0x1bd))/0xd);if(_0x246963===_0x26e6d0)break;else _0xf0153b['push'](_0xf0153b['shift']());}catch(_0x3b0b9e){_0xf0153b['push'](_0xf0153b['shift']());}}}(a98_0x4001,0x3ce1d));const constants=require(a98_0x515840(0x1b3));function a98_0x4001(){const _0x5deab5=['../../bin/utils/constants','isTurboScaleSession','turboScale','toLowerCase','3970jvkayO','EFiyh','gridName','BROWSERSTACK_BUILD_PRIORITY','5XDYEue','env','6565ZJnZlz','1692ikqpYc','1867476mmtJVJ','5453QosVZP','3740cUfcXK','buildTags','5312sIBfhA','308mNOmke','TURBOSCALE_OPTIONS','izXkj','getTurboScaleGridName','wcHzi','medium','726xoEUUh','getTurboScaleOptions','BROWSERSTACK_BUILD_TAGS','options','getTurboScaleCaps','503JGkdQK','turboScaleOptions','buildPriority','12972fCldcx','toString','true','995604OkODyf','BROWSERSTACK_TURBOSCALE_GRID_NAME'];a98_0x4001=function(){return _0x5deab5;};return a98_0x4001();}exports[a98_0x515840(0x1cb)]=()=>{const _0x5da159=a98_0x515840;if(!constants[_0x5da159(0x1c5)][_0x5da159(0x1a9)])return{};return constants[_0x5da159(0x1c5)][_0x5da159(0x1a9)];},exports[a98_0x515840(0x1c7)]=_0x433d64=>{const _0x4bec63=a98_0x515840,_0x36f639={};_0x36f639['ZxRiQ']='NO_GRID_NAME_PASSED';const _0x42fe82=_0x36f639;if(_0x433d64['turboScaleOptions']&&_0x433d64[_0x4bec63(0x1ac)][_0x4bec63(0x1b9)])return _0x433d64['turboScaleOptions']['gridName'];if(process[_0x4bec63(0x1bc)][_0x4bec63(0x1b2)])return process[_0x4bec63(0x1bc)][_0x4bec63(0x1b2)];return _0x42fe82['ZxRiQ'];},exports[a98_0x515840(0x1b4)]=_0x2ef546=>{const _0x41c1be=a98_0x515840,_0x1e6a29={};_0x1e6a29[_0x41c1be(0x1b8)]=function(_0x4d412c,_0x2b4247){return _0x4d412c===_0x2b4247;},_0x1e6a29[_0x41c1be(0x1c6)]=_0x41c1be(0x1b0);const _0x5a02d7=_0x1e6a29;return _0x2ef546&&_0x2ef546[_0x41c1be(0x1b5)]&&_0x5a02d7[_0x41c1be(0x1b8)](_0x2ef546[_0x41c1be(0x1b5)][_0x41c1be(0x1af)]()[_0x41c1be(0x1b6)](),_0x5a02d7[_0x41c1be(0x1c6)]);},exports[a98_0x515840(0x1aa)]=(_0xf65b27,_0x17c059,_0x8ebd61)=>{const _0x2191b7=a98_0x515840,_0x7a65e6={};_0x7a65e6[_0x2191b7(0x1c8)]=_0x2191b7(0x1c9);const _0xdf1fd0=_0x7a65e6,_0x5d195d={};_0x5d195d['buildPriority']=_0xdf1fd0[_0x2191b7(0x1c8)];_0xf65b27[_0x2191b7(0x1c2)]&&(_0x5d195d[_0x2191b7(0x1c2)]=Array['isArray'](_0xf65b27[_0x2191b7(0x1c2)])?_0xf65b27[_0x2191b7(0x1c2)]:_0xf65b27[_0x2191b7(0x1c2)]['split'](','));if(process[_0x2191b7(0x1bc)][_0x2191b7(0x1cc)])try{_0x5d195d[_0x2191b7(0x1c2)]=process[_0x2191b7(0x1bc)][_0x2191b7(0x1cc)]['split'](',');}catch{_0x5d195d['buildTags']=process['env'][_0x2191b7(0x1cc)];}return _0xf65b27['buildPriority']&&(_0x5d195d[_0x2191b7(0x1ad)]=_0xf65b27[_0x2191b7(0x1ad)]),process['env']['BROWSERSTACK_BUILD_PRIORITY']&&(_0x5d195d[_0x2191b7(0x1ad)]=process[_0x2191b7(0x1bc)][_0x2191b7(0x1ba)]),_0x5d195d;};
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;};