browserstack-node-sdk 1.53.6 → 1.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +4 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-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/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a101_0xf12d19=a101_0x4cf7;(function(_0x5bc729,_0x107432){const _0x11cd26=a101_0x4cf7,_0x4192ef=_0x5bc729();while(!![]){try{const _0x360936=parseInt(_0x11cd26(0x11d))/0x1+parseInt(_0x11cd26(0xd6))/0x2*(-parseInt(_0x11cd26(0xec))/0x3)+parseInt(_0x11cd26(0x10f))/0x4+-parseInt(_0x11cd26(0xe5))/0x5*(parseInt(_0x11cd26(0xb2))/0x6)+-parseInt(_0x11cd26(0xaf))/0x7+parseInt(_0x11cd26(0xcc))/0x8*(-parseInt(_0x11cd26(0xbb))/0x9)+parseInt(_0x11cd26(0x118))/0xa;if(_0x360936===_0x107432)break;else _0x4192ef['push'](_0x4192ef['shift']());}catch(_0x567e0c){_0x4192ef['push'](_0x4192ef['shift']());}}}(a101_0x13a8,0x26ffa));const util=require(a101_0xf12d19(0x128)),logger=require('../logger')[a101_0xf12d19(0xf6)],accessibilityHelper=require(a101_0xf12d19(0x10d)),globals=require(a101_0xf12d19(0x104)),scripts=require(a101_0xf12d19(0x6f)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a101_0xf12d19(0x101)),BrowserstackCLI=require(a101_0xf12d19(0x12d));let playwrightA11yHelper=null;function a101_0x4cf7(_0x4b1bf3,_0x524b9d){const _0x13a8fa=a101_0x13a8();return a101_0x4cf7=function(_0x4cf782,_0x4896b7){_0x4cf782=_0x4cf782-0x6d;let _0x5b3983=_0x13a8fa[_0x4cf782];return _0x5b3983;},a101_0x4cf7(_0x4b1bf3,_0x524b9d);}function a101_0x13a8(){const _0x1b5651=['\x20failed\x20(','147069HcYEhj','isPlaywright','Qzmlj','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','timeouts','TdrLz','setScriptTimeout','FJmNU',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','cgcLp','dqoIs','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','XBVmt','defaultTimeoutMs','aiyvt','HRfZe','setDefaultTimeout','80RbFiEL','function','cUmLW','getGlobal','HuWeC','EHkPP','timeoutMs',').\x20Error:\x20','Skipping\x20timeout\x20setting\x20for\x20','UIGek','2RIxquh','driverType','fCjFf','oeRSK','Playwright\x20accessibility\x20helper\x20not\x20available','Unknown\x20error','MdsLM','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','axdOd','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','fulfilled','\x20-\x20not\x20applicable','Comprehensive\x20accessibility\x20scan\x20failed\x20(','WebDriver','getInstance','25555GKiyuw','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','browserstackSessionName','VVqyP','selenium-webdriver','eUmUZ','ms\x20using\x20setTimeouts\x20API','649353oGAYWM','error','aMslu','FFjei','rejected','ALFSf','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','rNhCb','Operation\x20timed\x20out\x20after\x20','Scan\x20attempt\x20','winstonLogger','ddTFG','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','PbNoq','JOgDH','iYJMC','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','isSeleniumDriver','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','JeTpo','../performance/constants','cPYsL','Accessibility\x20scan\x20attempt\x20','../globals','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','value','accessibilityPlatform','executeAsyncScript','AqUaw','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','\x20for\x20method:\x20','bpXhx','./helper','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','1206548uDxCar','maxRetries','race','isAccessibilityPlatform','isAccessibilityAutomationSession','NBseH','yYSwG','egbKu','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','6330080WArzoS','name','sWqfE','Erxbc','getAccessibilityResultsSummaryWithRetry','12951EFtUcp','debug','PERFORM_SCAN','Unknown\x20driver/page\x20type:\x20','is_mobile_session','eoQLL','cPvjt','updateRetryConfig','options','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','aBggU','util','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','cQzbd',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','kCJjk','../../bin/v2/browserstackCLI','uavLX','KoSbC','Accessibility\x20results\x20save\x20attempt\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','Wtxws',').\x20Last\x20error:\x20','capabilitiesList','\x20completed\x20successfully.','MLucw','WDwYb','./scripts','scanSucceeded','Accessibility\x20retry\x20configuration\x20updated:\x20','vsrnq','yIUJP','uvYIZ','assign','saveTestResults','performScan','unknown','bAhGy','env','getAccessibilityResultsSummary','uNIrK','cATZw','goto','):\x20','ms\x20using\x20setScriptTimeout\x20API','UbLOR','uvCTr','manage','BEiQz','type','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','getCurrentUrl','isMobilePlatform','Accessibility\x20results\x20retrieval\x20attempt\x20','reason','gnopf','isPlaywrightPage','getSession','warn','nkMxJ','qoTmL','fPqGj','dhJOI','info','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','getId','reewN','summary','IjlSh','SejDg','setPlaywrightScriptTimeout','results','hGJCU','resolveMobileThTestRunUuid','setTimeouts','setSeleniumScriptTimeout','evaluate','JeNyy','ayRdS','url','sfeCy','MRZvE','Page','getAccessibilityResults','UzuXT','getAccessibilityResultsWithRetry','browserStackEvaluate','max','accessibilityConfig','getAccessibilityModule','pGwCK','1961554MKnHBZ','playwright-page','stringify','150HlAJgl','ZiEYJ','status','constructor','message','bstackA11yShouldScan','playwright-codecept-driver','HwTSv'];a101_0x13a8=function(){return _0x1b5651;};return a101_0x13a8();}try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a101_0x41cf18){logger[a101_0xf12d19(0x11e)](a101_0xf12d19(0xda));}const a101_0x4fd33a={};a101_0x4fd33a[a101_0xf12d19(0x110)]=0x1,a101_0x4fd33a[a101_0xf12d19(0xd2)]=0x7530,a101_0x4fd33a['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a101_0x4fd33a,setConfigTimeout=(_0x45039b,_0x267b2e=null)=>{const _0x1e6bc3=a101_0xf12d19,_0x2c9655={'uvCTr':function(_0x13eaaf,_0x2c40ce){return _0x13eaaf===_0x2c40ce;},'aMslu':'scannerProcessingTimeout','VVqyP':function(_0x1a509e,_0x879e5){return _0x1a509e*_0x879e5;},'ZiEYJ':function(_0x2c9cb1,_0x23530a){return _0x2c9cb1(_0x23530a);}};if(BrowserstackCLI[_0x1e6bc3(0xe4)]()['isRunning']()&&BrowserstackCLI[_0x1e6bc3(0xe4)]()[_0x1e6bc3(0xad)]()){const _0x2437b6=BrowserstackCLI[_0x1e6bc3(0xe4)]()[_0x1e6bc3(0xad)]()[_0x1e6bc3(0xac)],_0x26b519=_0x2437b6[_0x1e6bc3(0x125)][_0x1e6bc3(0x134)]||[];for(const _0x5d03ef of _0x26b519){_0x2c9655[_0x1e6bc3(0x82)](_0x5d03ef['name'],_0x2c9655[_0x1e6bc3(0xee)])&&_0x2c9655[_0x1e6bc3(0x82)](_0x267b2e,null)&&(_0x45039b[_0x1e6bc3(0xd2)]=_0x2c9655['VVqyP'](_0x2c9655[_0x1e6bc3(0xb3)](parseInt,_0x5d03ef['value']),0x3e8));}}else process[_0x1e6bc3(0x7a)][_0x1e6bc3(0x105)]&&(_0x45039b[_0x1e6bc3(0xd2)]=_0x2c9655[_0x1e6bc3(0xe8)](_0x2c9655[_0x1e6bc3(0xb3)](parseInt,process[_0x1e6bc3(0x7a)][_0x1e6bc3(0x105)]),0x3e8));},detectDriverType=_0x7e335e=>{const _0x2ff4d4=a101_0xf12d19,_0x1a560a={};_0x1a560a[_0x2ff4d4(0xc5)]=_0x2ff4d4(0x78),_0x1a560a[_0x2ff4d4(0xca)]=function(_0x5e90db,_0x17c89d){return _0x5e90db===_0x17c89d;},_0x1a560a[_0x2ff4d4(0x74)]=_0x2ff4d4(0xcd),_0x1a560a['UbLOR']=function(_0x36147b,_0x3d4f8f){return _0x36147b===_0x3d4f8f;},_0x1a560a['rNhCb']=_0x2ff4d4(0xb0),_0x1a560a[_0x2ff4d4(0xdc)]=function(_0x525751,_0x45e62b){return _0x525751===_0x45e62b;},_0x1a560a['fCjFf']=function(_0x4c388c,_0x290279){return _0x4c388c===_0x290279;},_0x1a560a[_0x2ff4d4(0xf1)]=_0x2ff4d4(0xe9),_0x1a560a[_0x2ff4d4(0x132)]=function(_0x1ec399,_0x5cae28){return _0x1ec399===_0x5cae28;},_0x1a560a[_0x2ff4d4(0x12a)]=_0x2ff4d4(0xa6),_0x1a560a[_0x2ff4d4(0x122)]=_0x2ff4d4(0xe3),_0x1a560a['ubAFe']=function(_0x31b83a,_0x3907f1){return _0x31b83a===_0x3907f1;},_0x1a560a[_0x2ff4d4(0x99)]='Playwright',_0x1a560a[_0x2ff4d4(0x90)]=_0x2ff4d4(0xb8),_0x1a560a[_0x2ff4d4(0x72)]=function(_0x16dfe8,_0x1722db){return _0x16dfe8||_0x1722db;},_0x1a560a['XBVmt']='undefined';const _0x5e73f3=_0x1a560a;if(!_0x7e335e){const _0x11f8e6={};return _0x11f8e6['isPlaywright']=![],_0x11f8e6[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xc5)],_0x11f8e6;}if(_0x5e73f3[_0x2ff4d4(0xca)](typeof _0x7e335e[_0x2ff4d4(0xa0)],_0x5e73f3[_0x2ff4d4(0x74)])&&_0x5e73f3[_0x2ff4d4(0x81)](typeof _0x7e335e[_0x2ff4d4(0xa3)],_0x5e73f3[_0x2ff4d4(0x74)])&&_0x5e73f3[_0x2ff4d4(0x81)](typeof _0x7e335e[_0x2ff4d4(0x7e)],_0x5e73f3[_0x2ff4d4(0x74)])){const _0x2d4a45={};return _0x2d4a45[_0x2ff4d4(0xbc)]=!![],_0x2d4a45[_0x2ff4d4(0x85)]=_0x5e73f3['rNhCb'],_0x2d4a45;}if(_0x5e73f3['MdsLM'](typeof _0x7e335e[_0x2ff4d4(0x108)],_0x5e73f3[_0x2ff4d4(0x74)])&&_0x5e73f3[_0x2ff4d4(0xd8)](typeof _0x7e335e['getCapabilities'],_0x5e73f3[_0x2ff4d4(0x74)])){const _0x3c8b65={};return _0x3c8b65[_0x2ff4d4(0xbc)]=![],_0x3c8b65[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xf1)],_0x3c8b65;}const _0x1d14fe=_0x7e335e[_0x2ff4d4(0xb5)]?.[_0x2ff4d4(0x119)];if(_0x5e73f3[_0x2ff4d4(0x132)](_0x1d14fe,_0x5e73f3['cQzbd'])){const _0x2fd74f={};return _0x2fd74f[_0x2ff4d4(0xbc)]=!![],_0x2fd74f[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xf3)],_0x2fd74f;}if(_0x5e73f3['Wtxws'](_0x1d14fe,_0x5e73f3[_0x2ff4d4(0x122)])){const _0x175d40={};return _0x175d40[_0x2ff4d4(0xbc)]=![],_0x175d40[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xf1)],_0x175d40;}if(_0x5e73f3['ubAFe'](_0x1d14fe,_0x5e73f3[_0x2ff4d4(0x99)])){const _0x190619={};return _0x190619[_0x2ff4d4(0xbc)]=!![],_0x190619[_0x2ff4d4(0x85)]=_0x5e73f3['qoTmL'],_0x190619;}logger['warn'](_0x2ff4d4(0x120)+_0x5e73f3[_0x2ff4d4(0x72)](_0x1d14fe,_0x5e73f3[_0x2ff4d4(0xc7)]));const _0x24885e={};return _0x24885e['isPlaywright']=![],_0x24885e[_0x2ff4d4(0x85)]=_0x5e73f3['dqoIs'],_0x24885e;},withTimeout=(_0xedd432,_0xc31c3b)=>{const _0x45b4a2=a101_0xf12d19;return Promise[_0x45b4a2(0x111)]([_0xedd432,new Promise((_0x2c21e9,_0x4e3045)=>setTimeout(()=>_0x4e3045(new Error(_0x45b4a2(0xf4)+_0xc31c3b+'ms')),_0xc31c3b))]);};exports['performScanWithRetry']=async(_0x1f1ec3,_0x2a7bd9=null,_0x35367a=null,_0x451c05=![],_0x591643=null)=>{const _0x2d12d5=a101_0xf12d19,_0x30c68b={'tvmnO':function(_0x4002b0,_0x1a344b){return _0x4002b0&&_0x1a344b;},'MLucw':function(_0x16d801,_0x301af3,_0x38b276){return _0x16d801(_0x301af3,_0x38b276);},'FFjei':function(_0x454619,_0x35b2d6){return _0x454619===_0x35b2d6;},'cgcLp':'playwright-codecept-driver','nkMxJ':function(_0x54e50f,_0x13748f,_0x34e0fe){return _0x54e50f(_0x13748f,_0x34e0fe);},'zZTSY':function(_0x154474,_0x35534b){return _0x154474(_0x35534b);},'eWeQn':function(_0x34d4db,_0x2dc760){return _0x34d4db||_0x2dc760;},'KfrPH':function(_0x9e3b76,_0x35d146){return _0x9e3b76!==_0x35d146;},'Erxbc':_0x2d12d5(0x112),'aBggU':_0x2d12d5(0xb7),'hqlcD':function(_0x14adaf,_0x30e8c7){return _0x14adaf===_0x30e8c7;},'cUmLW':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','pGwCK':'unknown_method','eUmUZ':function(_0x2a3b9d,_0x354dba){return _0x2a3b9d===_0x354dba;},'AqUaw':'function','ogTPN':function(_0x8b6920,_0x5ad78d){return _0x8b6920===_0x5ad78d;},'WDwYb':function(_0x291d81,_0x449e23){return _0x291d81<=_0x449e23;},'oeRSK':function(_0x1cd8e9,_0xe294da){return _0x1cd8e9+_0xe294da;},'MRZvE':_0x2d12d5(0xdb)},{isPlaywright:_0x168332,type:_0x5a1bc0}=_0x30c68b['zZTSY'](detectDriverType,_0x1f1ec3),_0x37b5b9=_0x451c05?_0x30c68b['eWeQn'](_0x591643,{}):global['bstackA11yScanOptions']||{},_0x363996=_0x168332?global[_0x2d12d5(0x107)]&&(_0x451c05||_0x30c68b['KfrPH'](global[_0x2d12d5(0xb7)],![])):accessibilityHelper[_0x2d12d5(0x113)]()&&globals[_0x2d12d5(0xcf)](_0x30c68b[_0x2d12d5(0x11b)])&&(_0x451c05||_0x30c68b['KfrPH'](globals[_0x2d12d5(0xcf)](_0x30c68b[_0x2d12d5(0x127)]),![]));if(!_0x363996)return _0x168332&&global['accessibilityPlatform']&&_0x30c68b[_0x2d12d5(0xef)](global[_0x2d12d5(0xb7)],![])||!_0x168332&&globals[_0x2d12d5(0xcf)](_0x30c68b[_0x2d12d5(0x11b)])&&_0x30c68b['hqlcD'](globals['getGlobal'](_0x30c68b['aBggU']),![])?logger[_0x2d12d5(0x11e)](_0x30c68b[_0x2d12d5(0xce)]):logger[_0x2d12d5(0x8e)](_0x2d12d5(0x117)+_0x5a1bc0+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x22673d=_0x2a7bd9||global[_0x2d12d5(0xe7)]||_0x30c68b[_0x2d12d5(0xae)];let _0x162403=null;const _0x3d70ee={'testhub_btcer_uuid':global['__workerDetails']?.['currentTest']?.['id'],'url':_0x30c68b[_0x2d12d5(0xea)](typeof _0x1f1ec3[_0x2d12d5(0xa3)],_0x30c68b[_0x2d12d5(0x109)])?await _0x1f1ec3[_0x2d12d5(0xa3)]():_0x30c68b[_0x2d12d5(0xef)](typeof _0x1f1ec3[_0x2d12d5(0x87)],_0x30c68b[_0x2d12d5(0x109)])?await _0x1f1ec3[_0x2d12d5(0x87)]():'','automate_session_id':_0x30c68b['ogTPN'](typeof _0x1f1ec3[_0x2d12d5(0x8d)],_0x30c68b[_0x2d12d5(0x109)])?(await _0x1f1ec3[_0x2d12d5(0x8d)]())[_0x2d12d5(0x95)]():''};for(let _0x1dc7fc=0x1;_0x30c68b[_0x2d12d5(0x6e)](_0x1dc7fc,_0x30c68b['oeRSK'](RETRY_CONFIG['maxRetries'],0x1));_0x1dc7fc++){try{return logger[_0x2d12d5(0x11e)](_0x2d12d5(0x103)+_0x1dc7fc+'/'+_0x30c68b[_0x2d12d5(0xd9)](RETRY_CONFIG['maxRetries'],0x1)+_0x2d12d5(0x10b)+_0x22673d+'\x20('+_0x5a1bc0+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2d12d5(0x11f)],async()=>{const _0x58d249=_0x2d12d5;let _0x2d743c;if(_0x30c68b['tvmnO'](_0x168332,playwrightA11yHelper)){_0x30c68b[_0x58d249(0x6d)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x1f1ec3,RETRY_CONFIG[_0x58d249(0xd2)]);let _0x55b8d=_0x1f1ec3;_0x30c68b[_0x58d249(0xef)](_0x5a1bc0,_0x30c68b[_0x58d249(0xc4)])&&(_0x55b8d=_0x1f1ec3['page']);const _0x410018=global[_0x58d249(0x88)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x58d249(0x9d)]()}:{};_0x2d743c=await _0x30c68b[_0x58d249(0x6d)](withTimeout,playwrightA11yHelper[_0x58d249(0x77)](_0x55b8d,_0x22673d,_0x37b5b9,_0x410018),RETRY_CONFIG['timeoutMs']),await exports[_0x58d249(0x9a)](_0x1f1ec3,RETRY_CONFIG[_0x58d249(0xc8)]);}else await exports[_0x58d249(0x9f)](_0x1f1ec3,RETRY_CONFIG['timeoutMs']),_0x2d743c=await _0x30c68b[_0x58d249(0x8f)](withTimeout,accessibilityHelper[_0x58d249(0x77)](_0x1f1ec3,_0x22673d,_0x451c05,_0x37b5b9),RETRY_CONFIG['timeoutMs']),await exports[_0x58d249(0x9f)](_0x1f1ec3,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x58d249(0x11e)](_0x58d249(0xf5)+_0x1dc7fc+_0x58d249(0x135));},{'command':_0x22673d,..._0x3d70ee})(),logger[_0x2d12d5(0x93)]('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x1dc7fc+'.'),!![];}catch(_0x20d2eb){_0x162403=_0x20d2eb,logger[_0x2d12d5(0x11e)](_0x2d12d5(0x103)+_0x1dc7fc+'\x20failed\x20for\x20method:\x20'+_0x22673d+'\x20('+_0x5a1bc0+_0x2d12d5(0xd3)+_0x20d2eb[_0x2d12d5(0xb6)]);}}return logger[_0x2d12d5(0xed)](_0x2d12d5(0x126)+_0x22673d+'\x20('+_0x5a1bc0+')\x20with\x20error:\x20'+(_0x162403?.[_0x2d12d5(0xb6)]||_0x30c68b[_0x2d12d5(0xa5)])),![];},exports[a101_0xf12d19(0xa9)]=async(_0x18cc84,_0x123431)=>{const _0x51c97d=a101_0xf12d19,_0xb24000={'xtHtG':function(_0xb11b98,_0x4c3704){return _0xb11b98(_0x4c3704);},'yIUJP':_0x51c97d(0x112),'hGJCU':function(_0x5aa7c9,_0x18185e){return _0x5aa7c9<=_0x18185e;},'DfFVZ':function(_0x197f8e,_0x422d45){return _0x197f8e+_0x422d45;},'bAhGy':function(_0x37f340,_0x560ef8){return _0x37f340+_0x560ef8;},'FJmNU':function(_0xdd7e35,_0x307c88){return _0xdd7e35&&_0x307c88;},'EHkPP':function(_0x25f552,_0x2fd5c6,_0x158aef){return _0x25f552(_0x2fd5c6,_0x158aef);},'eGdPY':function(_0x48f58a,_0x33bb9b,_0x30dbe3){return _0x48f58a(_0x33bb9b,_0x30dbe3);},'ODnwd':_0x51c97d(0xdb)},{isPlaywright:_0x30f5a8,type:_0x4bf37e}=_0xb24000['xtHtG'](detectDriverType,_0x18cc84),_0x2ce75f=_0x30f5a8?_0x123431[_0x51c97d(0x107)]:accessibilityHelper[_0x51c97d(0x113)]()&&globals[_0x51c97d(0xcf)](_0xb24000[_0x51c97d(0x73)]);if(!_0x2ce75f)return logger[_0x51c97d(0x8e)](_0x51c97d(0x117)+_0x4bf37e+_0x51c97d(0xc3)),[];let _0x5cfa5b=null;for(let _0x57cee5=0x1;_0xb24000[_0x51c97d(0x9c)](_0x57cee5,_0xb24000['DfFVZ'](RETRY_CONFIG['maxRetries'],0x1));_0x57cee5++){try{logger[_0x51c97d(0x11e)](_0x51c97d(0x89)+_0x57cee5+'/'+_0xb24000[_0x51c97d(0x79)](RETRY_CONFIG[_0x51c97d(0x110)],0x1)+'\x20('+_0x4bf37e+')');let _0x1812d1;return _0xb24000[_0x51c97d(0xc2)](_0x30f5a8,playwrightA11yHelper)?(_0xb24000[_0x51c97d(0xd1)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x51c97d(0x9a)](_0x18cc84,RETRY_CONFIG[_0x51c97d(0xd2)]),_0x1812d1=await _0xb24000['eGdPY'](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x18cc84),RETRY_CONFIG['timeoutMs']),await exports['setPlaywrightScriptTimeout'](_0x18cc84,RETRY_CONFIG['defaultTimeoutMs'])):(await exports['setSeleniumScriptTimeout'](_0x18cc84,RETRY_CONFIG['timeoutMs']),_0x1812d1=await _0xb24000[_0x51c97d(0xd1)](withTimeout,accessibilityHelper[_0x51c97d(0xa7)](_0x18cc84,_0x123431),RETRY_CONFIG[_0x51c97d(0xd2)]),await exports[_0x51c97d(0x9f)](_0x18cc84,RETRY_CONFIG[_0x51c97d(0xc8)])),logger[_0x51c97d(0x93)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x57cee5+'\x20('+_0x4bf37e+')'),_0x1812d1;}catch(_0x52b824){_0x5cfa5b=_0x52b824,logger[_0x51c97d(0x8e)](_0x51c97d(0x89)+_0x57cee5+_0x51c97d(0xba)+_0x4bf37e+_0x51c97d(0xd3)+_0x52b824[_0x51c97d(0xb6)]);}}return logger[_0x51c97d(0xed)](_0x51c97d(0xdf)+_0x4bf37e+_0x51c97d(0x133)+(_0x5cfa5b?.[_0x51c97d(0xb6)]||_0xb24000['ODnwd'])),[];},exports[a101_0xf12d19(0x11c)]=async(_0x13024d,_0x379a3c)=>{const _0x93279c=a101_0xf12d19,_0x3bb19d={'JeTpo':function(_0x4ce34f,_0x3aaba4){return _0x4ce34f(_0x3aaba4);},'IQzWh':_0x93279c(0x112),'sfeCy':function(_0x1f49b3,_0x1dfee7){return _0x1f49b3<=_0x1dfee7;},'cATZw':function(_0x5c9ce3,_0x3f591f){return _0x5c9ce3+_0x3f591f;},'fPqGj':function(_0x203843,_0x4b7314){return _0x203843&&_0x4b7314;},'HwTSv':function(_0x5248ab,_0x12727c,_0x4cdac7){return _0x5248ab(_0x12727c,_0x4cdac7);},'cPvjt':function(_0x153568,_0x1e802c,_0x32e86d){return _0x153568(_0x1e802c,_0x32e86d);},'gnopf':'Unknown\x20error'},{isPlaywright:_0x3c9963,type:_0x2518fe}=_0x3bb19d[_0x93279c(0x100)](detectDriverType,_0x13024d),_0xb130db=_0x3c9963?_0x379a3c[_0x93279c(0x107)]:accessibilityHelper[_0x93279c(0x113)]()&&globals[_0x93279c(0xcf)](_0x3bb19d['IQzWh']);if(!_0xb130db)return logger[_0x93279c(0x8e)](_0x93279c(0x117)+_0x2518fe+_0x93279c(0x12b)),{};let _0x2f3d19=null;for(let _0x47a708=0x1;_0x3bb19d[_0x93279c(0xa4)](_0x47a708,_0x3bb19d[_0x93279c(0x7d)](RETRY_CONFIG[_0x93279c(0x110)],0x1));_0x47a708++){try{logger[_0x93279c(0x11e)](_0x93279c(0xe6)+_0x47a708+'/'+_0x3bb19d[_0x93279c(0x7d)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x2518fe+')');let _0x1bfd92;return _0x3bb19d[_0x93279c(0x91)](_0x3c9963,playwrightA11yHelper)?(_0x3bb19d[_0x93279c(0xb9)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x93279c(0x9a)](_0x13024d,RETRY_CONFIG[_0x93279c(0xd2)]),_0x1bfd92=await _0x3bb19d[_0x93279c(0x123)](withTimeout,playwrightA11yHelper[_0x93279c(0x7b)](_0x13024d),RETRY_CONFIG[_0x93279c(0xd2)]),await exports[_0x93279c(0x9a)](_0x13024d,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x93279c(0x9f)](_0x13024d,RETRY_CONFIG[_0x93279c(0xd2)]),_0x1bfd92=await _0x3bb19d[_0x93279c(0xb9)](withTimeout,accessibilityHelper[_0x93279c(0x7b)](_0x13024d,_0x379a3c),RETRY_CONFIG[_0x93279c(0xd2)]),await exports['setSeleniumScriptTimeout'](_0x13024d,RETRY_CONFIG[_0x93279c(0xc8)])),logger['info'](_0x93279c(0xf2)+_0x47a708+'\x20('+_0x2518fe+')'),_0x1bfd92;}catch(_0x2669e9){_0x2f3d19=_0x2669e9,logger['warn'](_0x93279c(0xe6)+_0x47a708+_0x93279c(0xba)+_0x2518fe+_0x93279c(0xd3)+_0x2669e9[_0x93279c(0xb6)]);}}return logger['error'](_0x93279c(0xdd)+_0x2518fe+').\x20Last\x20error:\x20'+(_0x2f3d19?.['message']||_0x3bb19d[_0x93279c(0x8b)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x520d18,_0x1f1fe6,_0x11bb03=null)=>{const _0x1e53e4=a101_0xf12d19,_0xb62d9a={'NBseH':function(_0x3de25a,_0x2c9c65){return _0x3de25a(_0x2c9c65);},'egbKu':function(_0x488bf8,_0xb2574){return _0x488bf8===_0xb2574;},'kCJjk':_0x1e53e4(0xe0),'uNIrK':_0x1e53e4(0xf0),'ddTFG':function(_0x2006f3,_0x491975){return _0x2006f3===_0x491975;},'aiyvt':_0x1e53e4(0xf8)},{isPlaywright:_0x15cc4c,type:_0x5bf378}=_0xb62d9a[_0x1e53e4(0x114)](detectDriverType,_0x520d18),_0x5bb267={};_0x5bb267[_0x1e53e4(0x70)]=![],_0x5bb267[_0x1e53e4(0x9b)]=[],_0x5bb267[_0x1e53e4(0x97)]={},_0x5bb267[_0x1e53e4(0xed)]=null,_0x5bb267[_0x1e53e4(0xd7)]=_0x5bf378;const _0x921b34=_0x5bb267;try{_0x921b34[_0x1e53e4(0x70)]=await exports['performScanWithRetry'](_0x520d18,_0x11bb03);if(_0x921b34['scanSucceeded']){const [_0x172d0b,_0x1e2f5d]=await Promise['allSettled']([exports['getAccessibilityResultsWithRetry'](_0x520d18,_0x1f1fe6),exports[_0x1e53e4(0x11c)](_0x520d18,_0x1f1fe6)]);_0x921b34[_0x1e53e4(0x9b)]=_0xb62d9a['egbKu'](_0x172d0b[_0x1e53e4(0xb4)],_0xb62d9a[_0x1e53e4(0x12c)])?_0x172d0b[_0x1e53e4(0x106)]:[],_0x921b34[_0x1e53e4(0x97)]=_0xb62d9a['egbKu'](_0x1e2f5d[_0x1e53e4(0xb4)],_0xb62d9a['kCJjk'])?_0x1e2f5d[_0x1e53e4(0x106)]:{},_0xb62d9a[_0x1e53e4(0x116)](_0x172d0b[_0x1e53e4(0xb4)],_0xb62d9a[_0x1e53e4(0x7c)])&&logger[_0x1e53e4(0x8e)](_0x1e53e4(0x10e)+_0x5bf378+'):\x20'+_0x172d0b[_0x1e53e4(0x8a)]?.[_0x1e53e4(0xb6)]),_0xb62d9a[_0x1e53e4(0xf7)](_0x1e2f5d[_0x1e53e4(0xb4)],_0xb62d9a[_0x1e53e4(0x7c)])&&logger['warn'](_0x1e53e4(0xc6)+_0x5bf378+_0x1e53e4(0x7f)+_0x1e2f5d['reason']?.[_0x1e53e4(0xb6)]);}}catch(_0x5a51f8){_0x921b34['error']=_0x5a51f8[_0x1e53e4(0xb6)]||_0xb62d9a[_0x1e53e4(0xc9)],logger[_0x1e53e4(0xed)](_0x1e53e4(0xe2)+_0x5bf378+_0x1e53e4(0x7f)+_0x921b34[_0x1e53e4(0xed)]);}return _0x921b34;},exports[a101_0xf12d19(0x124)]=_0x15172d=>{const _0x8f757b=a101_0xf12d19,_0x2205ee={};_0x2205ee['DbDHl']=function(_0x248261,_0x4508fd){return _0x248261!==_0x4508fd;},_0x2205ee[_0x8f757b(0xa2)]=function(_0x36bcee,_0x1a2154){return _0x36bcee!==_0x1a2154;};const _0x32884e=_0x2205ee;_0x32884e['DbDHl'](_0x15172d[_0x8f757b(0x110)],undefined)&&(RETRY_CONFIG[_0x8f757b(0x110)]=Math['max'](0x0,_0x15172d['maxRetries'])),_0x32884e[_0x8f757b(0xa2)](_0x15172d[_0x8f757b(0xd2)],undefined)&&(RETRY_CONFIG[_0x8f757b(0xd2)]=Math[_0x8f757b(0xab)](0x3e8,_0x15172d[_0x8f757b(0xd2)])),logger[_0x8f757b(0x11e)](_0x8f757b(0x71)+JSON[_0x8f757b(0xb1)](RETRY_CONFIG));},exports['getRetryConfig']=()=>{const _0xf8a71d={...RETRY_CONFIG};return _0xf8a71d;},exports[a101_0xf12d19(0x8c)]=_0x2801bb=>{const _0x2df37d=a101_0xf12d19,_0x408c07={'sWqfE':function(_0x4de776,_0xe449f2){return _0x4de776(_0xe449f2);}};return _0x408c07[_0x2df37d(0x11a)](detectDriverType,_0x2801bb)[_0x2df37d(0xbc)];},exports[a101_0xf12d19(0xfe)]=_0x33d1d0=>{const _0x266b37=a101_0xf12d19,_0x85238f={'yYSwG':function(_0x3d0f0f,_0x13815b){return _0x3d0f0f(_0x13815b);},'IjlSh':function(_0x18c1bb,_0x6d2867){return _0x18c1bb===_0x6d2867;},'djKfJ':_0x266b37(0xe9)},{isPlaywright:_0x25a03d,type:_0x35cc8d}=_0x85238f[_0x266b37(0x115)](detectDriverType,_0x33d1d0);return!_0x25a03d&&_0x85238f[_0x266b37(0x98)](_0x35cc8d,_0x85238f['djKfJ']);},exports[a101_0xf12d19(0x9a)]=async(_0x3e6bcc,_0x3b5fbe=null)=>{const _0x409f40=a101_0xf12d19,_0x2de47f={'axdOd':function(_0x2ce016,_0x3fe860){return _0x2ce016(_0x3fe860);},'qLNIJ':function(_0x571a08,_0x1a66fc){return _0x571a08===_0x1a66fc;},'HuWeC':_0x409f40(0xcd)},{isPlaywright:_0x547589,type:_0x2688f0}=_0x2de47f[_0x409f40(0xde)](detectDriverType,_0x3e6bcc);if(!_0x547589)return logger[_0x409f40(0x11e)](_0x409f40(0xd4)+_0x2688f0+_0x409f40(0xe1)),!![];const _0x5c31dc=_0x3b5fbe||RETRY_CONFIG[_0x409f40(0xc8)];try{return _0x3e6bcc&&_0x2de47f['qLNIJ'](typeof _0x3e6bcc[_0x409f40(0xcb)],_0x2de47f[_0x409f40(0xd0)])&&(await _0x3e6bcc['setDefaultTimeout'](_0x5c31dc),logger[_0x409f40(0x11e)](_0x409f40(0x129)+_0x5c31dc+'ms')),!![];}catch(_0x23245e){return logger[_0x409f40(0x8e)](_0x409f40(0xfd)+_0x23245e[_0x409f40(0xb6)]),![];}},exports[a101_0xf12d19(0x9f)]=async(_0xc05291,_0x4fa561=null)=>{const _0x2058f3=a101_0xf12d19,_0x33134b={};_0x33134b[_0x2058f3(0x96)]=_0x2058f3(0xfc),_0x33134b[_0x2058f3(0xfb)]=function(_0x92cc9f,_0x6a0df2){return _0x92cc9f===_0x6a0df2;},_0x33134b['dhJOI']='function',_0x33134b[_0x2058f3(0xc0)]=function(_0xf57196,_0x387951){return _0xf57196===_0x387951;},_0x33134b[_0x2058f3(0x84)]=function(_0x3afc1e,_0x4018bc){return _0x3afc1e===_0x4018bc;},_0x33134b[_0x2058f3(0x12e)]=function(_0x425e86,_0x9faaa8){return _0x425e86===_0x9faaa8;},_0x33134b[_0x2058f3(0x12f)]=_0x2058f3(0xff),_0x33134b[_0x2058f3(0x10c)]=_0x2058f3(0x86);const _0x5099b1=_0x33134b;if(!exports[_0x2058f3(0xfe)](_0xc05291))return logger[_0x2058f3(0x8e)](_0x5099b1[_0x2058f3(0x96)]),![];const _0x13bc41=_0x4fa561||RETRY_CONFIG[_0x2058f3(0xc8)];try{if(_0xc05291&&_0x5099b1[_0x2058f3(0xfb)](typeof _0xc05291['manage'],_0x5099b1[_0x2058f3(0x92)])){const _0x283541=_0xc05291[_0x2058f3(0x83)]();if(_0x283541&&_0x5099b1[_0x2058f3(0xc0)](typeof _0x283541[_0x2058f3(0xbf)],_0x5099b1[_0x2058f3(0x92)]))await _0x283541[_0x2058f3(0xbf)]()[_0x2058f3(0xc1)](_0x13bc41),logger[_0x2058f3(0x11e)](_0x2058f3(0x94)+_0x13bc41+'ms\x20using\x20timeouts()\x20API');else{if(_0x283541&&_0x5099b1[_0x2058f3(0x84)](typeof _0x283541['setTimeouts'],_0x5099b1['dhJOI'])){const _0x9eab55={};_0x9eab55['script']=_0x13bc41,await _0x283541[_0x2058f3(0x9e)](_0x9eab55),logger[_0x2058f3(0x11e)](_0x2058f3(0x94)+_0x13bc41+_0x2058f3(0xeb));}else{if(_0x283541&&_0x5099b1[_0x2058f3(0x12e)](typeof _0x283541[_0x2058f3(0xc1)],_0x5099b1['dhJOI']))await _0x283541['setScriptTimeout'](_0x13bc41),logger[_0x2058f3(0x11e)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x13bc41+_0x2058f3(0x80));else return logger[_0x2058f3(0x11e)](_0x5099b1['KoSbC']),!![];}}}else return logger[_0x2058f3(0x11e)](_0x5099b1[_0x2058f3(0x10c)]),!![];return!![];}catch(_0xba0bac){return logger['warn']('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0xba0bac['message']),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x4a3d8f,_0x5d3b1f)=>{const _0x5aedd4=a101_0xf12d19,_0x5c9189={'JOgDH':function(_0x28b3d6,_0x456aa1){return _0x28b3d6(_0x456aa1);},'StGXb':_0x5aedd4(0x112),'xeUkK':function(_0x4855e3,_0x10e9b4){return _0x4855e3<=_0x10e9b4;},'UIGek':function(_0x5de797,_0x10e7e2){return _0x5de797+_0x10e7e2;},'cPYsL':function(_0x5e307c,_0x5b74db){return _0x5e307c+_0x5b74db;},'UzuXT':function(_0x25c5c0,_0x30efce){return _0x25c5c0&&_0x30efce;},'PbNoq':function(_0x5c2574,_0x19b486,_0x53b981){return _0x5c2574(_0x19b486,_0x53b981);},'Qzmlj':function(_0x41deec,_0x574c0b,_0x1f30c4){return _0x41deec(_0x574c0b,_0x1f30c4);},'YVPSo':_0x5aedd4(0x88),'JeNyy':function(_0xd991e4,_0x407321,_0x5093e7){return _0xd991e4(_0x407321,_0x5093e7);},'LlSUU':_0x5aedd4(0xdb)},{isPlaywright:_0x36b05a,type:_0x176448}=_0x5c9189[_0x5aedd4(0xfa)](detectDriverType,_0x4a3d8f),_0x3fe7c9=_0x36b05a?global[_0x5aedd4(0x107)]:accessibilityHelper[_0x5aedd4(0x113)]()&&globals[_0x5aedd4(0xcf)](_0x5c9189['StGXb']);if(!_0x3fe7c9)return logger[_0x5aedd4(0x8e)](_0x5aedd4(0x117)+_0x176448+_0x5aedd4(0x131)),![];let _0x59bc36=null;for(let _0x1be367=0x1;_0x5c9189['xeUkK'](_0x1be367,_0x5c9189[_0x5aedd4(0xd5)](RETRY_CONFIG['maxRetries'],0x1));_0x1be367++){try{logger['debug'](_0x5aedd4(0x130)+_0x1be367+'/'+_0x5c9189[_0x5aedd4(0x102)](RETRY_CONFIG[_0x5aedd4(0x110)],0x1)+'\x20('+_0x176448+')');if(_0x5c9189[_0x5aedd4(0xa8)](_0x36b05a,playwrightA11yHelper)){_0x5c9189[_0x5aedd4(0xf9)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5aedd4(0x9a)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xd2)]);const _0x5e9e4d={};_0x5e9e4d[_0x5aedd4(0x121)]=!![];const _0xa87463=global[_0x5aedd4(0x88)]?Object[_0x5aedd4(0x75)]({},_0x5d3b1f,_0x5e9e4d):_0x5d3b1f;await _0x5c9189[_0x5aedd4(0xbd)](withTimeout,playwrightA11yHelper[_0x5aedd4(0xaa)](_0x4a3d8f,scripts[_0x5aedd4(0x76)],_0xa87463),RETRY_CONFIG['timeoutMs']),await exports[_0x5aedd4(0x9a)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xc8)]);}else{await exports[_0x5aedd4(0x9f)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xd2)]);const _0x574492={};_0x574492[_0x5aedd4(0x121)]=!![];const _0x2b763c=globals[_0x5aedd4(0xcf)](_0x5c9189['YVPSo'])?Object['assign']({},_0x5d3b1f,_0x574492):_0x5d3b1f;await _0x5c9189[_0x5aedd4(0xa1)](withTimeout,_0x4a3d8f[_0x5aedd4(0x108)](scripts['saveTestResults'],_0x2b763c),RETRY_CONFIG[_0x5aedd4(0xd2)]),await exports[_0x5aedd4(0x9f)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xc8)]);}return logger['info'](_0x5aedd4(0xbe)+_0x1be367+'\x20('+_0x176448+')'),!![];}catch(_0x47fdda){_0x59bc36=_0x47fdda,logger['warn']('Accessibility\x20results\x20save\x20attempt\x20'+_0x1be367+'\x20failed\x20('+_0x176448+_0x5aedd4(0xd3)+_0x47fdda[_0x5aedd4(0xb6)]);}}return logger[_0x5aedd4(0xed)](_0x5aedd4(0x10a)+_0x176448+_0x5aedd4(0x133)+(_0x59bc36?.[_0x5aedd4(0xb6)]||_0x5c9189['LlSUU'])),![];};
1
+ function a101_0x5d53(_0x928095,_0x38eeba){const _0x29a877=a101_0x29a8();return a101_0x5d53=function(_0x5d5396,_0x50e5d6){_0x5d5396=_0x5d5396-0x111;let _0x32a992=_0x29a877[_0x5d5396];return _0x32a992;},a101_0x5d53(_0x928095,_0x38eeba);}const a101_0x8e0a7e=a101_0x5d53;(function(_0x13b00b,_0x5c6a08){const _0x581a96=a101_0x5d53,_0x1cf1de=_0x13b00b();while(!![]){try{const _0x21ec6b=parseInt(_0x581a96(0x193))/0x1*(parseInt(_0x581a96(0x19c))/0x2)+parseInt(_0x581a96(0x180))/0x3+parseInt(_0x581a96(0x1b1))/0x4+-parseInt(_0x581a96(0x1d4))/0x5+-parseInt(_0x581a96(0x190))/0x6*(-parseInt(_0x581a96(0x166))/0x7)+parseInt(_0x581a96(0x187))/0x8+parseInt(_0x581a96(0x1b2))/0x9*(-parseInt(_0x581a96(0x153))/0xa);if(_0x21ec6b===_0x5c6a08)break;else _0x1cf1de['push'](_0x1cf1de['shift']());}catch(_0xfb7512){_0x1cf1de['push'](_0x1cf1de['shift']());}}}(a101_0x29a8,0x87f76));const util=require(a101_0x8e0a7e(0x1e1)),logger=require(a101_0x8e0a7e(0x146))[a101_0x8e0a7e(0x169)],accessibilityHelper=require('./helper'),globals=require(a101_0x8e0a7e(0x12f)),scripts=require(a101_0x8e0a7e(0x1c7)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants'),BrowserstackCLI=require(a101_0x8e0a7e(0x135));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a101_0x8e0a7e(0x1a7));}catch(a101_0x42942b){logger[a101_0x8e0a7e(0x1d6)](a101_0x8e0a7e(0x12e));}const a101_0x2d071b={};a101_0x2d071b[a101_0x8e0a7e(0x168)]=0x1,a101_0x2d071b['timeoutMs']=0x7530,a101_0x2d071b[a101_0x8e0a7e(0x148)]=0x7530;function a101_0x29a8(){const _0x53261d=['QTXEZ','env','ppCXm','type','Playwright\x20accessibility\x20helper\x20not\x20available','../globals','page','VGXsq','UZsiw','getInstance','reason','../../bin/v2/browserstackCLI','isMobilePlatform','CDfFy','getCurrentUrl','isAccessibilityPlatform','yzKOW','accessibilityPlatform','\x20for\x20method:\x20','Accessibility\x20results\x20save\x20attempt\x20','browserstackSessionName','CGXyr','ayBda','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','RBOrb','axqvG','__workerDetails','iVuZG','../logger','assign','defaultTimeoutMs','saveTestResults','status','BYHhB','playwright-codecept-driver','TYEzA','getAccessibilityResults','psQPQ','timeoutMs','playwright-page','isRunning','81460kXRclB','getAccessibilityModule','xdsin','driverType','options','resolveMobileThTestRunUuid','kDvQs','allSettled','WebDriver',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','evaluate','TWEHr','mDrMg','LaMWj','mXRNA','updateRetryConfig','yzxZz','VdYNk','executeAsyncScript','1998213bDVRLH',').\x20Error:\x20','maxRetries','winstonLogger','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','fVoRo','mIQHp','kksPK','script','iJbcX','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','VxRPu','bstackA11yScanOptions','getAccessibilityResultsSummary','setPlaywrightScriptTimeout','UvVEp','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','value','JQYZD','zPxBp','isSeleniumDriver','Operation\x20timed\x20out\x20after\x20','setScriptTimeout','getRetryConfig','NrJzE','setDefaultTimeout','2143323CVtasx','browserStackEvaluate','GXykA','unknown','uBLFc','saveAccessibilityResultsWithRetry','NtTcN','6836760jVkycE','\x20failed\x20(','DOGIk','GmFQV','NAEWE','max','summary','PERFORM_SCAN','getSession','6kLHmAn','race','\x20-\x20not\x20applicable','9jFQXgI','capabilitiesList','XZPLI','measureWrapper',',\x20cannot\x20perform\x20scan\x20with\x20retry.','AFBgM','rejected','NKEfG','djriv','105106lSDcSm','wRcvD','ydJXG','message',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','currentTest','mUhlP','ms\x20using\x20setScriptTimeout\x20API','Scan\x20attempt\x20','VcFtR','ENgYn','../../bin/playwright/accessibility-helper','scannerProcessingTimeout','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','):\x20','JbFdG','NQQnl','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','constructor','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','LUzlc','67280ulglxb','783uifHnH','rAGFb','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','manage','performComprehensiveAccessibilityScanWithRetry','ugAqk','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','performScan','lQwQH','IYSOV','zlLHZ','getGlobal','eiZKz','Unknown\x20error','BqwrH','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','selenium-webdriver','LZRTA','Playwright','fulfilled','./scripts','warn','pccae','Comprehensive\x20accessibility\x20scan\x20failed\x20(','timeouts','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','Accessibility\x20results\x20retrieval\x20attempt\x20','function','RbeqC','tjQia','isPlaywright','name','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','5393360XPzBeB','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','debug','getCapabilities','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','isAccessibilityAutomationSession','fKSpi','unknown_method','is_mobile_session','FiBcf','INMrY','bstackA11yShouldScan','getId','util','mpooA','nqPID',').\x20Last\x20error:\x20','reQja','Skipping\x20timeout\x20setting\x20for\x20','info','getAccessibilityResultsSummaryWithRetry','YnwJv','xocep','cwyhu','Unknown\x20driver/page\x20type:\x20','hUSus','url','undefined','\x20completed\x20successfully.','qQhxY','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','setSeleniumScriptTimeout','TzLhK','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','uiDUY','dFEbl','\x20failed\x20for\x20method:\x20','YeMtu','hQPuo','scanSucceeded','asSEM','error'];a101_0x29a8=function(){return _0x53261d;};return a101_0x29a8();}const RETRY_CONFIG=a101_0x2d071b,setConfigTimeout=(_0x118b3d,_0x3a3577=null)=>{const _0x2759bb=a101_0x8e0a7e,_0x479d71={'fKSpi':function(_0x50061b,_0x5c9c5f){return _0x50061b===_0x5c9c5f;},'TzLhK':_0x2759bb(0x1a8),'ugAqk':function(_0x38a3c5,_0x16aead){return _0x38a3c5===_0x16aead;},'yzKOW':function(_0x124ce7,_0x2c91a5){return _0x124ce7*_0x2c91a5;},'kDvQs':function(_0x4d481b,_0x1449c4){return _0x4d481b(_0x1449c4);},'xocep':function(_0x5520b2,_0x427988){return _0x5520b2*_0x427988;},'djriv':function(_0x574346,_0x46df28){return _0x574346(_0x46df28);}};if(BrowserstackCLI[_0x2759bb(0x133)]()[_0x2759bb(0x152)]()&&BrowserstackCLI[_0x2759bb(0x133)]()[_0x2759bb(0x154)]()){const _0x5df302=BrowserstackCLI[_0x2759bb(0x133)]()[_0x2759bb(0x154)]()['accessibilityConfig'],_0x4e65fa=_0x5df302[_0x2759bb(0x157)][_0x2759bb(0x194)]||[];for(const _0x9b61a8 of _0x4e65fa){_0x479d71[_0x2759bb(0x1da)](_0x9b61a8[_0x2759bb(0x1d2)],_0x479d71[_0x2759bb(0x120)])&&_0x479d71[_0x2759bb(0x1b8)](_0x3a3577,null)&&(_0x118b3d[_0x2759bb(0x150)]=_0x479d71[_0x2759bb(0x13a)](_0x479d71[_0x2759bb(0x159)](parseInt,_0x9b61a8[_0x2759bb(0x177)]),0x3e8));}}else process[_0x2759bb(0x12b)][_0x2759bb(0x1c2)]&&(_0x118b3d['timeoutMs']=_0x479d71[_0x2759bb(0x116)](_0x479d71[_0x2759bb(0x19b)](parseInt,process[_0x2759bb(0x12b)][_0x2759bb(0x1c2)]),0x3e8));},detectDriverType=_0x1481de=>{const _0x4f4a5b=a101_0x8e0a7e,_0x56de07={};_0x56de07['IYSOV']=_0x4f4a5b(0x183),_0x56de07[_0x4f4a5b(0x1dd)]=function(_0x366350,_0x2d1869){return _0x366350===_0x2d1869;},_0x56de07['iVuZG']=_0x4f4a5b(0x1ce),_0x56de07[_0x4f4a5b(0x175)]=function(_0x3feb65,_0x14a298){return _0x3feb65===_0x14a298;},_0x56de07[_0x4f4a5b(0x1ac)]=function(_0x4d3803,_0x194854){return _0x4d3803===_0x194854;},_0x56de07[_0x4f4a5b(0x125)]=_0x4f4a5b(0x151),_0x56de07[_0x4f4a5b(0x189)]=function(_0x1cd73e,_0x483478){return _0x1cd73e===_0x483478;},_0x56de07['JbFdG']=function(_0x428b1c,_0xaa9fda){return _0x428b1c===_0xaa9fda;},_0x56de07[_0x4f4a5b(0x16b)]=_0x4f4a5b(0x1c3),_0x56de07[_0x4f4a5b(0x160)]='Page',_0x56de07[_0x4f4a5b(0x143)]=function(_0x1db1ad,_0x52bfec){return _0x1db1ad===_0x52bfec;},_0x56de07['TWEHr']=_0x4f4a5b(0x15b),_0x56de07[_0x4f4a5b(0x198)]=function(_0x594ef5,_0x3e7e91){return _0x594ef5===_0x3e7e91;},_0x56de07[_0x4f4a5b(0x195)]=_0x4f4a5b(0x1c5),_0x56de07[_0x4f4a5b(0x119)]=_0x4f4a5b(0x14c),_0x56de07[_0x4f4a5b(0x12c)]=function(_0x1049a8,_0x38db97){return _0x1049a8||_0x38db97;},_0x56de07[_0x4f4a5b(0x11d)]=_0x4f4a5b(0x11b);const _0x33df01=_0x56de07;if(!_0x1481de){const _0x2ed1c8={};return _0x2ed1c8[_0x4f4a5b(0x1d1)]=![],_0x2ed1c8[_0x4f4a5b(0x12d)]=_0x33df01[_0x4f4a5b(0x1bc)],_0x2ed1c8;}if(_0x33df01[_0x4f4a5b(0x1dd)](typeof _0x1481de[_0x4f4a5b(0x15d)],_0x33df01[_0x4f4a5b(0x145)])&&_0x33df01[_0x4f4a5b(0x175)](typeof _0x1481de[_0x4f4a5b(0x11a)],_0x33df01['iVuZG'])&&_0x33df01[_0x4f4a5b(0x1ac)](typeof _0x1481de['goto'],_0x33df01[_0x4f4a5b(0x145)])){const _0x131271={};return _0x131271[_0x4f4a5b(0x1d1)]=!![],_0x131271['type']=_0x33df01['YeMtu'],_0x131271;}if(_0x33df01[_0x4f4a5b(0x189)](typeof _0x1481de['executeAsyncScript'],_0x33df01[_0x4f4a5b(0x145)])&&_0x33df01['JbFdG'](typeof _0x1481de[_0x4f4a5b(0x1d7)],_0x33df01[_0x4f4a5b(0x145)])){const _0x354cb7={};return _0x354cb7[_0x4f4a5b(0x1d1)]=![],_0x354cb7[_0x4f4a5b(0x12d)]=_0x33df01['fVoRo'],_0x354cb7;}const _0x2b797f=_0x1481de[_0x4f4a5b(0x1ae)]?.[_0x4f4a5b(0x1d2)];if(_0x33df01[_0x4f4a5b(0x1ab)](_0x2b797f,_0x33df01[_0x4f4a5b(0x160)])){const _0x2a5ce9={};return _0x2a5ce9[_0x4f4a5b(0x1d1)]=!![],_0x2a5ce9[_0x4f4a5b(0x12d)]=_0x33df01['YeMtu'],_0x2a5ce9;}if(_0x33df01[_0x4f4a5b(0x143)](_0x2b797f,_0x33df01[_0x4f4a5b(0x15e)])){const _0x2641f5={};return _0x2641f5[_0x4f4a5b(0x1d1)]=![],_0x2641f5['type']=_0x33df01[_0x4f4a5b(0x16b)],_0x2641f5;}if(_0x33df01[_0x4f4a5b(0x198)](_0x2b797f,_0x33df01[_0x4f4a5b(0x195)])){const _0x608e89={};return _0x608e89[_0x4f4a5b(0x1d1)]=!![],_0x608e89[_0x4f4a5b(0x12d)]=_0x33df01['hUSus'],_0x608e89;}logger['warn'](_0x4f4a5b(0x118)+_0x33df01['ppCXm'](_0x2b797f,_0x33df01[_0x4f4a5b(0x11d)]));const _0x3642d7={};return _0x3642d7[_0x4f4a5b(0x1d1)]=![],_0x3642d7[_0x4f4a5b(0x12d)]=_0x33df01[_0x4f4a5b(0x1bc)],_0x3642d7;},withTimeout=(_0x1a192d,_0x194a99)=>{const _0x4e3473=a101_0x8e0a7e;return Promise[_0x4e3473(0x191)]([_0x1a192d,new Promise((_0x56a778,_0x3d824f)=>setTimeout(()=>_0x3d824f(new Error(_0x4e3473(0x17b)+_0x194a99+'ms')),_0x194a99))]);};exports['performScanWithRetry']=async(_0x5ecd0b,_0x56aef0=null,_0x2fd5b1=null,_0x14c859=![],_0x1becff=null)=>{const _0x12dc98=a101_0x8e0a7e,_0x106f19={'fjxpY':function(_0xaabcd0,_0x22e357){return _0xaabcd0&&_0x22e357;},'JQYZD':function(_0x2650e0,_0x5767fa,_0xd92f1b){return _0x2650e0(_0x5767fa,_0xd92f1b);},'RbeqC':function(_0x3e414a,_0x2e0ec0){return _0x3e414a===_0x2e0ec0;},'ydJXG':'playwright-codecept-driver','FDNrB':function(_0x2820c5,_0x4e92c9,_0x203557){return _0x2820c5(_0x4e92c9,_0x203557);},'rAGFb':function(_0x56be33,_0x468d95,_0x4265de){return _0x56be33(_0x468d95,_0x4265de);},'QTXEZ':function(_0x41b69d,_0x2f763e){return _0x41b69d(_0x2f763e);},'ORAzr':function(_0x4dbfe3,_0x52843b){return _0x4dbfe3||_0x52843b;},'reQja':function(_0x1b9635,_0x184ff5){return _0x1b9635!==_0x184ff5;},'asSEM':'isAccessibilityPlatform','NAEWE':_0x12dc98(0x1df),'DMznU':function(_0xcb48a7,_0x52da66){return _0xcb48a7===_0x52da66;},'iJbcX':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','rOhTe':_0x12dc98(0x1db),'kksPK':function(_0x4279ca,_0x4ef405){return _0x4279ca===_0x4ef405;},'VGXsq':'function','dFEbl':function(_0x2bf4c4,_0x59dd38){return _0x2bf4c4<=_0x59dd38;},'ScycS':function(_0x38dee6,_0x5e2426){return _0x38dee6+_0x5e2426;},'NKEfG':function(_0xb459f2,_0x57fba0){return _0xb459f2+_0x57fba0;},'Clppi':_0x12dc98(0x1c0)},{isPlaywright:_0x2b3f41,type:_0x37b842}=_0x106f19[_0x12dc98(0x12a)](detectDriverType,_0x5ecd0b),_0x3f7d7a=_0x14c859?_0x106f19['ORAzr'](_0x1becff,{}):global[_0x12dc98(0x172)]||{},_0x189e04=_0x2b3f41?global[_0x12dc98(0x13b)]&&(_0x14c859||_0x106f19[_0x12dc98(0x111)](global[_0x12dc98(0x1df)],![])):accessibilityHelper[_0x12dc98(0x1d9)]()&&globals[_0x12dc98(0x1be)](_0x106f19[_0x12dc98(0x128)])&&(_0x14c859||_0x106f19[_0x12dc98(0x111)](globals[_0x12dc98(0x1be)](_0x106f19[_0x12dc98(0x18b)]),![]));if(!_0x189e04)return _0x2b3f41&&global[_0x12dc98(0x13b)]&&_0x106f19[_0x12dc98(0x1cf)](global[_0x12dc98(0x1df)],![])||!_0x2b3f41&&globals[_0x12dc98(0x1be)](_0x106f19['asSEM'])&&_0x106f19['DMznU'](globals[_0x12dc98(0x1be)](_0x106f19[_0x12dc98(0x18b)]),![])?logger[_0x12dc98(0x1d6)](_0x106f19[_0x12dc98(0x16f)]):logger[_0x12dc98(0x1c8)](_0x12dc98(0x1b5)+_0x37b842+_0x12dc98(0x197)),![];const _0x29cc5e=_0x56aef0||global[_0x12dc98(0x13e)]||_0x106f19['rOhTe'];let _0xdbc969=null;const _0x26964d={'testhub_btcer_uuid':global[_0x12dc98(0x144)]?.[_0x12dc98(0x1a1)]?.['id'],'url':_0x106f19[_0x12dc98(0x16d)](typeof _0x5ecd0b[_0x12dc98(0x11a)],_0x106f19[_0x12dc98(0x131)])?await _0x5ecd0b[_0x12dc98(0x11a)]():_0x106f19[_0x12dc98(0x1cf)](typeof _0x5ecd0b[_0x12dc98(0x138)],_0x106f19[_0x12dc98(0x131)])?await _0x5ecd0b[_0x12dc98(0x138)]():'','automate_session_id':_0x106f19[_0x12dc98(0x1cf)](typeof _0x5ecd0b[_0x12dc98(0x18f)],_0x106f19[_0x12dc98(0x131)])?(await _0x5ecd0b[_0x12dc98(0x18f)]())[_0x12dc98(0x1e0)]():''};for(let _0x3019db=0x1;_0x106f19[_0x12dc98(0x123)](_0x3019db,_0x106f19['ScycS'](RETRY_CONFIG[_0x12dc98(0x168)],0x1));_0x3019db++){try{return logger[_0x12dc98(0x1d6)]('Accessibility\x20scan\x20attempt\x20'+_0x3019db+'/'+_0x106f19[_0x12dc98(0x19a)](RETRY_CONFIG['maxRetries'],0x1)+_0x12dc98(0x13c)+_0x29cc5e+'\x20('+_0x37b842+')'),await PerformanceTester[_0x12dc98(0x196)](PerformanceA11yEvents[_0x12dc98(0x18e)],async()=>{const _0x5f08b3=_0x12dc98;let _0x27481c;if(_0x106f19['fjxpY'](_0x2b3f41,playwrightA11yHelper)){_0x106f19[_0x5f08b3(0x178)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5f08b3(0x174)](_0x5ecd0b,RETRY_CONFIG[_0x5f08b3(0x150)]);let _0x3b338b=_0x5ecd0b;_0x106f19[_0x5f08b3(0x1cf)](_0x37b842,_0x106f19[_0x5f08b3(0x19e)])&&(_0x3b338b=_0x5ecd0b[_0x5f08b3(0x130)]);const _0x3bdf18=global['isMobilePlatform']?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x5f08b3(0x158)]()}:{};_0x27481c=await _0x106f19['FDNrB'](withTimeout,playwrightA11yHelper[_0x5f08b3(0x1ba)](_0x3b338b,_0x29cc5e,_0x3f7d7a,_0x3bdf18),RETRY_CONFIG['timeoutMs']),await exports['setPlaywrightScriptTimeout'](_0x5ecd0b,RETRY_CONFIG['defaultTimeoutMs']);}else await exports[_0x5f08b3(0x11f)](_0x5ecd0b,RETRY_CONFIG['timeoutMs']),_0x27481c=await _0x106f19[_0x5f08b3(0x1b3)](withTimeout,accessibilityHelper['performScan'](_0x5ecd0b,_0x29cc5e,_0x14c859,_0x3f7d7a),RETRY_CONFIG[_0x5f08b3(0x150)]),await exports[_0x5f08b3(0x11f)](_0x5ecd0b,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x5f08b3(0x1d6)](_0x5f08b3(0x1a4)+_0x3019db+_0x5f08b3(0x11c));},{'command':_0x29cc5e,..._0x26964d})(),logger[_0x12dc98(0x113)](_0x12dc98(0x170)+_0x3019db+'.'),!![];}catch(_0x15a69c){_0xdbc969=_0x15a69c,logger[_0x12dc98(0x1d6)]('Accessibility\x20scan\x20attempt\x20'+_0x3019db+_0x12dc98(0x124)+_0x29cc5e+'\x20('+_0x37b842+_0x12dc98(0x167)+_0x15a69c[_0x12dc98(0x19f)]);}}return logger[_0x12dc98(0x129)](_0x12dc98(0x1d5)+_0x29cc5e+'\x20('+_0x37b842+')\x20with\x20error:\x20'+(_0xdbc969?.[_0x12dc98(0x19f)]||_0x106f19['Clppi'])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x47f942,_0x558b3b)=>{const _0x3dba03=a101_0x8e0a7e,_0x1bbc81={'BqoCV':function(_0x5553ab,_0x153d53){return _0x5553ab(_0x153d53);},'RBOrb':_0x3dba03(0x139),'hQPuo':function(_0x17447b,_0x409e54){return _0x17447b<=_0x409e54;},'VcFtR':function(_0x2cf3f9,_0x2bcbf7){return _0x2cf3f9+_0x2bcbf7;},'BYHhB':function(_0x58b880,_0x27e115){return _0x58b880&&_0x27e115;},'CGXyr':function(_0x4d64e4,_0x3dc798,_0x43e6aa){return _0x4d64e4(_0x3dc798,_0x43e6aa);},'EsRkK':function(_0x4a86d4,_0x396109,_0x346ecf){return _0x4a86d4(_0x396109,_0x346ecf);},'ENgYn':_0x3dba03(0x1c0)},{isPlaywright:_0xe573b4,type:_0x10b3f4}=_0x1bbc81['BqoCV'](detectDriverType,_0x47f942),_0x8627c2=_0xe573b4?_0x558b3b[_0x3dba03(0x13b)]:accessibilityHelper[_0x3dba03(0x1d9)]()&&globals[_0x3dba03(0x1be)](_0x1bbc81[_0x3dba03(0x142)]);if(!_0x8627c2)return logger[_0x3dba03(0x1c8)](_0x3dba03(0x1b5)+_0x10b3f4+_0x3dba03(0x15c)),[];let _0x2f7b3e=null;for(let _0x5bff2d=0x1;_0x1bbc81[_0x3dba03(0x126)](_0x5bff2d,_0x1bbc81[_0x3dba03(0x1a5)](RETRY_CONFIG['maxRetries'],0x1));_0x5bff2d++){try{logger[_0x3dba03(0x1d6)](_0x3dba03(0x1cd)+_0x5bff2d+'/'+_0x1bbc81[_0x3dba03(0x1a5)](RETRY_CONFIG[_0x3dba03(0x168)],0x1)+'\x20('+_0x10b3f4+')');let _0x4ad56e;return _0x1bbc81[_0x3dba03(0x14b)](_0xe573b4,playwrightA11yHelper)?(_0x1bbc81[_0x3dba03(0x13f)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3dba03(0x174)](_0x47f942,RETRY_CONFIG[_0x3dba03(0x150)]),_0x4ad56e=await _0x1bbc81['EsRkK'](withTimeout,playwrightA11yHelper[_0x3dba03(0x14e)](_0x47f942),RETRY_CONFIG['timeoutMs']),await exports[_0x3dba03(0x174)](_0x47f942,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x3dba03(0x11f)](_0x47f942,RETRY_CONFIG[_0x3dba03(0x150)]),_0x4ad56e=await _0x1bbc81['CGXyr'](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x47f942,_0x558b3b),RETRY_CONFIG[_0x3dba03(0x150)]),await exports['setSeleniumScriptTimeout'](_0x47f942,RETRY_CONFIG[_0x3dba03(0x148)])),logger['info'](_0x3dba03(0x1af)+_0x5bff2d+'\x20('+_0x10b3f4+')'),_0x4ad56e;}catch(_0x4f132b){_0x2f7b3e=_0x4f132b,logger[_0x3dba03(0x1c8)](_0x3dba03(0x1cd)+_0x5bff2d+'\x20failed\x20('+_0x10b3f4+_0x3dba03(0x167)+_0x4f132b[_0x3dba03(0x19f)]);}}return logger['error'](_0x3dba03(0x141)+_0x10b3f4+_0x3dba03(0x1e4)+(_0x2f7b3e?.['message']||_0x1bbc81[_0x3dba03(0x1a6)])),[];},exports[a101_0x8e0a7e(0x114)]=async(_0x30de4f,_0x42adf3)=>{const _0x5b5420=a101_0x8e0a7e,_0x379622={'mpooA':function(_0x498e90,_0x442e55){return _0x498e90(_0x442e55);},'FBPlo':_0x5b5420(0x139),'JlVid':function(_0x48693d,_0x311626){return _0x48693d<=_0x311626;},'pccae':function(_0x30bb9d,_0x874d0f){return _0x30bb9d+_0x874d0f;},'nqPID':function(_0x31d818,_0x5b8fba){return _0x31d818&&_0x5b8fba;},'VxRPu':function(_0xc90765,_0x2d2d96,_0x43050e){return _0xc90765(_0x2d2d96,_0x43050e);},'NrJzE':_0x5b5420(0x1c0)},{isPlaywright:_0x195eb6,type:_0x140729}=_0x379622[_0x5b5420(0x1e2)](detectDriverType,_0x30de4f),_0x5d9259=_0x195eb6?_0x42adf3[_0x5b5420(0x13b)]:accessibilityHelper[_0x5b5420(0x1d9)]()&&globals[_0x5b5420(0x1be)](_0x379622['FBPlo']);if(!_0x5d9259)return logger[_0x5b5420(0x1c8)](_0x5b5420(0x1b5)+_0x140729+_0x5b5420(0x1a0)),{};let _0x53fc5e=null;for(let _0x3dcef9=0x1;_0x379622['JlVid'](_0x3dcef9,_0x379622[_0x5b5420(0x1c9)](RETRY_CONFIG['maxRetries'],0x1));_0x3dcef9++){try{logger[_0x5b5420(0x1d6)](_0x5b5420(0x1cc)+_0x3dcef9+'/'+_0x379622[_0x5b5420(0x1c9)](RETRY_CONFIG[_0x5b5420(0x168)],0x1)+'\x20('+_0x140729+')');let _0x343776;return _0x379622[_0x5b5420(0x1e3)](_0x195eb6,playwrightA11yHelper)?(_0x379622[_0x5b5420(0x171)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x30de4f,RETRY_CONFIG[_0x5b5420(0x150)]),_0x343776=await _0x379622[_0x5b5420(0x171)](withTimeout,playwrightA11yHelper['getAccessibilityResultsSummary'](_0x30de4f),RETRY_CONFIG[_0x5b5420(0x150)]),await exports[_0x5b5420(0x174)](_0x30de4f,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x5b5420(0x11f)](_0x30de4f,RETRY_CONFIG['timeoutMs']),_0x343776=await _0x379622[_0x5b5420(0x171)](withTimeout,accessibilityHelper[_0x5b5420(0x173)](_0x30de4f,_0x42adf3),RETRY_CONFIG['timeoutMs']),await exports[_0x5b5420(0x11f)](_0x30de4f,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x5b5420(0x113)]('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x3dcef9+'\x20('+_0x140729+')'),_0x343776;}catch(_0x3525fd){_0x53fc5e=_0x3525fd,logger['warn'](_0x5b5420(0x1cc)+_0x3dcef9+_0x5b5420(0x188)+_0x140729+_0x5b5420(0x167)+_0x3525fd[_0x5b5420(0x19f)]);}}return logger['error']('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x140729+_0x5b5420(0x1e4)+(_0x53fc5e?.[_0x5b5420(0x19f)]||_0x379622[_0x5b5420(0x17e)])),{};},exports[a101_0x8e0a7e(0x1b7)]=async(_0x42447d,_0x5759f7,_0x5aafb8=null)=>{const _0x109b40=a101_0x8e0a7e,_0x42aac1={'ayBda':function(_0x40e7e1,_0xc1d2cc){return _0x40e7e1(_0xc1d2cc);},'TYEzA':function(_0x52d775,_0x357d26){return _0x52d775===_0x357d26;},'mUhlP':_0x109b40(0x1c6),'INMrY':function(_0x1fe275,_0x591eeb){return _0x1fe275===_0x591eeb;},'yzxZz':_0x109b40(0x199),'LZRTA':_0x109b40(0x121)},{isPlaywright:_0x1e75ae,type:_0x1bb87d}=_0x42aac1[_0x109b40(0x140)](detectDriverType,_0x42447d),_0x24475b={};_0x24475b[_0x109b40(0x127)]=![],_0x24475b['results']=[],_0x24475b[_0x109b40(0x18d)]={},_0x24475b[_0x109b40(0x129)]=null,_0x24475b[_0x109b40(0x156)]=_0x1bb87d;const _0x34c356=_0x24475b;try{_0x34c356[_0x109b40(0x127)]=await exports['performScanWithRetry'](_0x42447d,_0x5aafb8);if(_0x34c356[_0x109b40(0x127)]){const [_0x30904f,_0xce102d]=await Promise[_0x109b40(0x15a)]([exports['getAccessibilityResultsWithRetry'](_0x42447d,_0x5759f7),exports[_0x109b40(0x114)](_0x42447d,_0x5759f7)]);_0x34c356['results']=_0x42aac1[_0x109b40(0x14d)](_0x30904f[_0x109b40(0x14a)],_0x42aac1[_0x109b40(0x1a2)])?_0x30904f[_0x109b40(0x177)]:[],_0x34c356[_0x109b40(0x18d)]=_0x42aac1[_0x109b40(0x14d)](_0xce102d[_0x109b40(0x14a)],_0x42aac1['mUhlP'])?_0xce102d['value']:{},_0x42aac1['INMrY'](_0x30904f[_0x109b40(0x14a)],_0x42aac1[_0x109b40(0x163)])&&logger[_0x109b40(0x1c8)](_0x109b40(0x11e)+_0x1bb87d+_0x109b40(0x1aa)+_0x30904f[_0x109b40(0x134)]?.[_0x109b40(0x19f)]),_0x42aac1[_0x109b40(0x1de)](_0xce102d['status'],_0x42aac1[_0x109b40(0x163)])&&logger['warn'](_0x109b40(0x1ad)+_0x1bb87d+_0x109b40(0x1aa)+_0xce102d['reason']?.[_0x109b40(0x19f)]);}}catch(_0x57ada1){_0x34c356['error']=_0x57ada1['message']||_0x42aac1[_0x109b40(0x1c4)],logger[_0x109b40(0x129)](_0x109b40(0x1ca)+_0x1bb87d+_0x109b40(0x1aa)+_0x34c356[_0x109b40(0x129)]);}return _0x34c356;},exports[a101_0x8e0a7e(0x162)]=_0xe423c3=>{const _0xf57629=a101_0x8e0a7e,_0x534eb7={};_0x534eb7['zPxBp']=function(_0x40092b,_0xb7ccb9){return _0x40092b!==_0xb7ccb9;};const _0x3dfb46=_0x534eb7;_0x3dfb46[_0xf57629(0x179)](_0xe423c3[_0xf57629(0x168)],undefined)&&(RETRY_CONFIG['maxRetries']=Math[_0xf57629(0x18c)](0x0,_0xe423c3['maxRetries'])),_0x3dfb46[_0xf57629(0x179)](_0xe423c3[_0xf57629(0x150)],undefined)&&(RETRY_CONFIG[_0xf57629(0x150)]=Math[_0xf57629(0x18c)](0x3e8,_0xe423c3[_0xf57629(0x150)])),logger['debug']('Accessibility\x20retry\x20configuration\x20updated:\x20'+JSON['stringify'](RETRY_CONFIG));},exports[a101_0x8e0a7e(0x17d)]=()=>{const _0x5b9927={...RETRY_CONFIG};return _0x5b9927;},exports['isPlaywrightPage']=_0x1e5c6d=>{const _0x49e77c=a101_0x8e0a7e,_0x5549e0={'mIQHp':function(_0x387684,_0x1d3799){return _0x387684(_0x1d3799);}};return _0x5549e0[_0x49e77c(0x16c)](detectDriverType,_0x1e5c6d)[_0x49e77c(0x1d1)];},exports[a101_0x8e0a7e(0x17a)]=_0x5ab3bd=>{const _0xf2e072=a101_0x8e0a7e,_0x5b09d0={'zlLHZ':function(_0x5cf6f2,_0x3ca543){return _0x5cf6f2(_0x3ca543);},'CDfFy':function(_0xda242d,_0x8310f1){return _0xda242d===_0x8310f1;},'GmFQV':'selenium-webdriver'},{isPlaywright:_0x1e74fa,type:_0x597ba0}=_0x5b09d0[_0xf2e072(0x1bd)](detectDriverType,_0x5ab3bd);return!_0x1e74fa&&_0x5b09d0[_0xf2e072(0x137)](_0x597ba0,_0x5b09d0[_0xf2e072(0x18a)]);},exports[a101_0x8e0a7e(0x174)]=async(_0xc00bd7,_0xe320d7=null)=>{const _0x539dbb=a101_0x8e0a7e,_0x547421={'eiZKz':function(_0x42c88b,_0x4afe2c){return _0x42c88b(_0x4afe2c);},'uiDUY':function(_0x36a8c2,_0x581718){return _0x36a8c2===_0x581718;},'mDrMg':'function'},{isPlaywright:_0x3fa24d,type:_0x153bdf}=_0x547421[_0x539dbb(0x1bf)](detectDriverType,_0xc00bd7);if(!_0x3fa24d)return logger[_0x539dbb(0x1d6)](_0x539dbb(0x112)+_0x153bdf+_0x539dbb(0x192)),!![];const _0x57e541=_0xe320d7||RETRY_CONFIG['defaultTimeoutMs'];try{return _0xc00bd7&&_0x547421[_0x539dbb(0x122)](typeof _0xc00bd7[_0x539dbb(0x17f)],_0x547421[_0x539dbb(0x15f)])&&(await _0xc00bd7[_0x539dbb(0x17f)](_0x57e541),logger['debug'](_0x539dbb(0x1b4)+_0x57e541+'ms')),!![];}catch(_0x2fcd06){return logger[_0x539dbb(0x1c8)](_0x539dbb(0x176)+_0x2fcd06[_0x539dbb(0x19f)]),![];}},exports['setSeleniumScriptTimeout']=async(_0xe111bf,_0x3bf805=null)=>{const _0x3b293a=a101_0x8e0a7e,_0x4acdfb={};_0x4acdfb[_0x3b293a(0x155)]=_0x3b293a(0x16a),_0x4acdfb[_0x3b293a(0x1b0)]=function(_0x1950d1,_0x35d859){return _0x1950d1===_0x35d859;},_0x4acdfb[_0x3b293a(0x115)]=_0x3b293a(0x1ce),_0x4acdfb[_0x3b293a(0x1d0)]=function(_0x36a6e2,_0x5764b0){return _0x36a6e2===_0x5764b0;},_0x4acdfb['VdcBe']=_0x3b293a(0x1d8),_0x4acdfb['mXRNA']='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0xaafdb0=_0x4acdfb;if(!exports[_0x3b293a(0x17a)](_0xe111bf))return logger[_0x3b293a(0x1c8)](_0xaafdb0['xdsin']),![];const _0x12df07=_0x3bf805||RETRY_CONFIG[_0x3b293a(0x148)];try{if(_0xe111bf&&_0xaafdb0[_0x3b293a(0x1b0)](typeof _0xe111bf[_0x3b293a(0x1b6)],_0xaafdb0['YnwJv'])){const _0x3b8558=_0xe111bf[_0x3b293a(0x1b6)]();if(_0x3b8558&&_0xaafdb0[_0x3b293a(0x1b0)](typeof _0x3b8558[_0x3b293a(0x1cb)],_0xaafdb0[_0x3b293a(0x115)]))await _0x3b8558[_0x3b293a(0x1cb)]()['setScriptTimeout'](_0x12df07),logger['debug'](_0x3b293a(0x1d3)+_0x12df07+'ms\x20using\x20timeouts()\x20API');else{if(_0x3b8558&&_0xaafdb0[_0x3b293a(0x1b0)](typeof _0x3b8558['setTimeouts'],_0xaafdb0['YnwJv'])){const _0xd2603d={};_0xd2603d[_0x3b293a(0x16e)]=_0x12df07,await _0x3b8558['setTimeouts'](_0xd2603d),logger[_0x3b293a(0x1d6)](_0x3b293a(0x1d3)+_0x12df07+'ms\x20using\x20setTimeouts\x20API');}else{if(_0x3b8558&&_0xaafdb0['tjQia'](typeof _0x3b8558[_0x3b293a(0x17c)],_0xaafdb0[_0x3b293a(0x115)]))await _0x3b8558[_0x3b293a(0x17c)](_0x12df07),logger['debug'](_0x3b293a(0x1d3)+_0x12df07+_0x3b293a(0x1a3));else return logger['debug'](_0xaafdb0['VdcBe']),!![];}}}else return logger[_0x3b293a(0x1d6)](_0xaafdb0[_0x3b293a(0x161)]),!![];return!![];}catch(_0x194d09){return logger[_0x3b293a(0x1c8)](_0x3b293a(0x1b9)+_0x194d09[_0x3b293a(0x19f)]),![];}},exports[a101_0x8e0a7e(0x185)]=async(_0xb5099f,_0x5aa283)=>{const _0x32452e=a101_0x8e0a7e,_0x2daf47={'lQwQH':function(_0x63d6d6,_0x35a275){return _0x63d6d6(_0x35a275);},'wRcvD':_0x32452e(0x139),'BqwrH':function(_0x312fc3,_0x537abc){return _0x312fc3<=_0x537abc;},'GXykA':function(_0x815fe4,_0x453686){return _0x815fe4+_0x453686;},'UZsiw':function(_0x242b3d,_0x48d70d){return _0x242b3d&&_0x48d70d;},'uBLFc':function(_0x21a7ac,_0x45c86e,_0xbaf298){return _0x21a7ac(_0x45c86e,_0xbaf298);},'psQPQ':function(_0x157836,_0x778e5a,_0x49ff9b){return _0x157836(_0x778e5a,_0x49ff9b);},'NtTcN':_0x32452e(0x136),'VdYNk':function(_0x41c1fe,_0x10fd7b,_0x28face){return _0x41c1fe(_0x10fd7b,_0x28face);},'cwyhu':_0x32452e(0x1c0)},{isPlaywright:_0x2bcee0,type:_0x26cdfc}=_0x2daf47[_0x32452e(0x1bb)](detectDriverType,_0xb5099f),_0x3770f8=_0x2bcee0?global[_0x32452e(0x13b)]:accessibilityHelper[_0x32452e(0x1d9)]()&&globals['getGlobal'](_0x2daf47[_0x32452e(0x19d)]);if(!_0x3770f8)return logger['warn'](_0x32452e(0x1b5)+_0x26cdfc+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x442c0b=null;for(let _0x19047b=0x1;_0x2daf47[_0x32452e(0x1c1)](_0x19047b,_0x2daf47['GXykA'](RETRY_CONFIG[_0x32452e(0x168)],0x1));_0x19047b++){try{logger[_0x32452e(0x1d6)](_0x32452e(0x13d)+_0x19047b+'/'+_0x2daf47[_0x32452e(0x182)](RETRY_CONFIG[_0x32452e(0x168)],0x1)+'\x20('+_0x26cdfc+')');if(_0x2daf47[_0x32452e(0x132)](_0x2bcee0,playwrightA11yHelper)){_0x2daf47[_0x32452e(0x184)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x32452e(0x174)](_0xb5099f,RETRY_CONFIG[_0x32452e(0x150)]);const _0x48abac={};_0x48abac['is_mobile_session']=!![];const _0x13afd2=global[_0x32452e(0x136)]?Object['assign']({},_0x5aa283,_0x48abac):_0x5aa283;await _0x2daf47[_0x32452e(0x14f)](withTimeout,playwrightA11yHelper[_0x32452e(0x181)](_0xb5099f,scripts[_0x32452e(0x149)],_0x13afd2),RETRY_CONFIG[_0x32452e(0x150)]),await exports['setPlaywrightScriptTimeout'](_0xb5099f,RETRY_CONFIG['defaultTimeoutMs']);}else{await exports[_0x32452e(0x11f)](_0xb5099f,RETRY_CONFIG[_0x32452e(0x150)]);const _0x121c4e={};_0x121c4e[_0x32452e(0x1dc)]=!![];const _0x40f883=globals['getGlobal'](_0x2daf47[_0x32452e(0x186)])?Object[_0x32452e(0x147)]({},_0x5aa283,_0x121c4e):_0x5aa283;await _0x2daf47[_0x32452e(0x164)](withTimeout,_0xb5099f[_0x32452e(0x165)](scripts[_0x32452e(0x149)],_0x40f883),RETRY_CONFIG['timeoutMs']),await exports[_0x32452e(0x11f)](_0xb5099f,RETRY_CONFIG[_0x32452e(0x148)]);}return logger[_0x32452e(0x113)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x19047b+'\x20('+_0x26cdfc+')'),!![];}catch(_0x2f41cd){_0x442c0b=_0x2f41cd,logger[_0x32452e(0x1c8)]('Accessibility\x20results\x20save\x20attempt\x20'+_0x19047b+'\x20failed\x20('+_0x26cdfc+_0x32452e(0x167)+_0x2f41cd['message']);}}return logger[_0x32452e(0x129)](_0x32452e(0x1a9)+_0x26cdfc+_0x32452e(0x1e4)+(_0x442c0b?.[_0x32452e(0x19f)]||_0x2daf47[_0x32452e(0x117)])),![];};
@@ -1 +1 @@
1
- function a102_0x20eb(_0x273d4c,_0x362ae0){var _0x55a69d=a102_0x55a6();return a102_0x20eb=function(_0x20eb8f,_0x187c95){_0x20eb8f=_0x20eb8f-0xd1;var _0x439331=_0x55a69d[_0x20eb8f];return _0x439331;},a102_0x20eb(_0x273d4c,_0x362ae0);}var a102_0x3e3b33=a102_0x20eb;(function(_0x3623ef,_0x5f4bef){var _0xb14d31=a102_0x20eb,_0x14e7ac=_0x3623ef();while(!![]){try{var _0x1f9533=-parseInt(_0xb14d31(0xd2))/0x1*(-parseInt(_0xb14d31(0xe0))/0x2)+-parseInt(_0xb14d31(0xe8))/0x3*(parseInt(_0xb14d31(0xdc))/0x4)+parseInt(_0xb14d31(0xd4))/0x5+parseInt(_0xb14d31(0xe3))/0x6+-parseInt(_0xb14d31(0xd5))/0x7+parseInt(_0xb14d31(0xe4))/0x8+-parseInt(_0xb14d31(0xde))/0x9;if(_0x1f9533===_0x5f4bef)break;else _0x14e7ac['push'](_0x14e7ac['shift']());}catch(_0x5dbe2c){_0x14e7ac['push'](_0x14e7ac['shift']());}}}(a102_0x55a6,0xbb1ce),exports[a102_0x3e3b33(0xd6)]=a102_0x3e3b33(0xd9),exports['MINIMUM_BROWSER_VERSION_ACCESSIBILITY']='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a102_0x3e3b33(0xd1),exports[a102_0x3e3b33(0xdd)]=a102_0x3e3b33(0xe1),exports[a102_0x3e3b33(0xe7)]='18.4');var a102_0x7b5f61={};a102_0x7b5f61[a102_0x3e3b33(0xe5)]=a102_0x3e3b33(0xe2),a102_0x7b5f61[a102_0x3e3b33(0xdb)]=0x5e,a102_0x7b5f61[a102_0x3e3b33(0xd3)]=0x64,a102_0x7b5f61[a102_0x3e3b33(0xda)]=!![];var a102_0xdbb85b={};a102_0xdbb85b['display_name']='Chrome',a102_0xdbb85b[a102_0x3e3b33(0xdb)]=0x5e,a102_0xdbb85b[a102_0x3e3b33(0xd3)]=0x64,a102_0xdbb85b[a102_0x3e3b33(0xda)]=!![];var a102_0x15cd1e={};a102_0x15cd1e[a102_0x3e3b33(0xe5)]=a102_0x3e3b33(0xe2),a102_0x15cd1e[a102_0x3e3b33(0xdb)]=0x5e,a102_0x15cd1e[a102_0x3e3b33(0xd3)]=0x64,a102_0x15cd1e[a102_0x3e3b33(0xda)]=!![];var a102_0x2c5eab={};a102_0x2c5eab[a102_0x3e3b33(0xe5)]=a102_0x3e3b33(0xd7),a102_0x2c5eab[a102_0x3e3b33(0xdb)]=0x8d,a102_0x2c5eab['min_version_non_browserstack']=0x8d,a102_0x2c5eab[a102_0x3e3b33(0xda)]=!![];var a102_0x1e00de={};a102_0x1e00de[a102_0x3e3b33(0xe5)]='Safari',a102_0x1e00de[a102_0x3e3b33(0xdb)]=18.4,a102_0x1e00de[a102_0x3e3b33(0xd3)]=18.4,a102_0x1e00de['requires_chrome_options_check']=![];var a102_0x779646={};a102_0x779646[a102_0x3e3b33(0xe9)]=a102_0x7b5f61,a102_0x779646[a102_0x3e3b33(0xdf)]=a102_0xdbb85b,a102_0x779646['playwright-chromium']=a102_0x15cd1e,a102_0x779646[a102_0x3e3b33(0xd8)]=a102_0x2c5eab,a102_0x779646['safari']=a102_0x1e00de,exports[a102_0x3e3b33(0xe6)]=a102_0x779646;function a102_0x55a6(){var _0x130d81=['17859573FRobgS','chromium','834KqLliL','141','Chrome','6437766JbwDNc','2064600nTDqAV','display_name','ACCESSIBILITY_SUPPORTED_BROWSERS','MINIMUM_SAFARI_VERSION','3eqgbpm','chrome','100','2809WHzGCN','min_version_non_browserstack','7489020JrPDTW','7298641LAzcHD','API_URL','ChromeForTesting','chromefortesting','https://accessibility.browserstack.com/api','requires_chrome_options_check','min_version_browserstack','826876wFNbWN','MINIMUM_CHROMEFORTESTING_VERSION'];a102_0x55a6=function(){return _0x130d81;};return a102_0x55a6();}
1
+ var a102_0x39c211=a102_0x3eb4;(function(_0xc752fe,_0x43dcf4){var _0x2280ba=a102_0x3eb4,_0x208a30=_0xc752fe();while(!![]){try{var _0x1dcdca=parseInt(_0x2280ba(0xc4))/0x1*(parseInt(_0x2280ba(0xc5))/0x2)+-parseInt(_0x2280ba(0xb3))/0x3*(-parseInt(_0x2280ba(0xb0))/0x4)+parseInt(_0x2280ba(0xb8))/0x5*(parseInt(_0x2280ba(0xbd))/0x6)+-parseInt(_0x2280ba(0xbc))/0x7+parseInt(_0x2280ba(0xac))/0x8*(parseInt(_0x2280ba(0xbf))/0x9)+parseInt(_0x2280ba(0xc0))/0xa*(-parseInt(_0x2280ba(0xb7))/0xb)+-parseInt(_0x2280ba(0xb6))/0xc*(-parseInt(_0x2280ba(0xc3))/0xd);if(_0x1dcdca===_0x43dcf4)break;else _0x208a30['push'](_0x208a30['shift']());}catch(_0xc80a78){_0x208a30['push'](_0x208a30['shift']());}}}(a102_0x1601,0x9f16f),exports[a102_0x39c211(0xbe)]='https://accessibility.browserstack.com/api',exports[a102_0x39c211(0xaf)]='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a102_0x39c211(0xb9),exports['MINIMUM_CHROMEFORTESTING_VERSION']=a102_0x39c211(0xc7),exports[a102_0x39c211(0xc1)]='18.4');var a102_0x4e7275={};a102_0x4e7275[a102_0x39c211(0xbb)]=a102_0x39c211(0xba),a102_0x4e7275['min_version_browserstack']=0x5e,a102_0x4e7275[a102_0x39c211(0xb2)]=0x64,a102_0x4e7275[a102_0x39c211(0xae)]=!![];var a102_0x836f77={};function a102_0x3eb4(_0x2ceaf9,_0x8cd80f){var _0x160144=a102_0x1601();return a102_0x3eb4=function(_0x3eb45f,_0x5ba22f){_0x3eb45f=_0x3eb45f-0xab;var _0x5702ce=_0x160144[_0x3eb45f];return _0x5702ce;},a102_0x3eb4(_0x2ceaf9,_0x8cd80f);}function a102_0x1601(){var _0x4c1a7d=['442577XDCRGJ','2uXkGNv','chromium','141','ChromeForTesting','376360iSWpUT','Safari','requires_chrome_options_check','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','20IICdPs','safari','min_version_non_browserstack','71292ftMtmC','chrome','min_version_browserstack','6820284MkoMZy','187aqTtCm','579685FALxXr','100','Chrome','display_name','6760971JIhGJO','60GfWqUc','API_URL','45yBLAoH','533450PfSCTz','MINIMUM_SAFARI_VERSION','chromefortesting','13aUbNMj'];a102_0x1601=function(){return _0x4c1a7d;};return a102_0x1601();}a102_0x836f77[a102_0x39c211(0xbb)]=a102_0x39c211(0xba),a102_0x836f77['min_version_browserstack']=0x5e,a102_0x836f77[a102_0x39c211(0xb2)]=0x64,a102_0x836f77[a102_0x39c211(0xae)]=!![];var a102_0x315984={};a102_0x315984['display_name']='Chrome',a102_0x315984['min_version_browserstack']=0x5e,a102_0x315984[a102_0x39c211(0xb2)]=0x64,a102_0x315984['requires_chrome_options_check']=!![];var a102_0x9ef12={};a102_0x9ef12['display_name']=a102_0x39c211(0xab),a102_0x9ef12[a102_0x39c211(0xb5)]=0x8d,a102_0x9ef12['min_version_non_browserstack']=0x8d,a102_0x9ef12[a102_0x39c211(0xae)]=!![];var a102_0x4ec74f={};a102_0x4ec74f['display_name']=a102_0x39c211(0xad),a102_0x4ec74f[a102_0x39c211(0xb5)]=18.4,a102_0x4ec74f[a102_0x39c211(0xb2)]=18.4,a102_0x4ec74f[a102_0x39c211(0xae)]=![];var a102_0x4a4772={};a102_0x4a4772[a102_0x39c211(0xb4)]=a102_0x4e7275,a102_0x4a4772[a102_0x39c211(0xc6)]=a102_0x836f77,a102_0x4a4772['playwright-chromium']=a102_0x315984,a102_0x4a4772[a102_0x39c211(0xc2)]=a102_0x9ef12,a102_0x4a4772[a102_0x39c211(0xb1)]=a102_0x4ec74f,exports['ACCESSIBILITY_SUPPORTED_BROWSERS']=a102_0x4a4772;
@@ -1 +1 @@
1
- function a103_0x55d0(_0x397b99,_0x55b785){const _0x169882=a103_0x1698();return a103_0x55d0=function(_0x55d06a,_0x300c21){_0x55d06a=_0x55d06a-0xbf;let _0x55c37e=_0x169882[_0x55d06a];return _0x55c37e;},a103_0x55d0(_0x397b99,_0x55b785);}const a103_0x1ac2f6=a103_0x55d0;(function(_0x4eb27f,_0x30752d){const _0x48dd3e=a103_0x55d0,_0x44a46e=_0x4eb27f();while(!![]){try{const _0x49b31d=-parseInt(_0x48dd3e(0x194))/0x1*(-parseInt(_0x48dd3e(0x141))/0x2)+parseInt(_0x48dd3e(0x157))/0x3*(-parseInt(_0x48dd3e(0xc1))/0x4)+parseInt(_0x48dd3e(0x163))/0x5*(parseInt(_0x48dd3e(0xf9))/0x6)+parseInt(_0x48dd3e(0x1a3))/0x7*(-parseInt(_0x48dd3e(0x1d6))/0x8)+parseInt(_0x48dd3e(0x1b7))/0x9*(-parseInt(_0x48dd3e(0x13e))/0xa)+-parseInt(_0x48dd3e(0x118))/0xb+parseInt(_0x48dd3e(0x111))/0xc;if(_0x49b31d===_0x30752d)break;else _0x44a46e['push'](_0x44a46e['shift']());}catch(_0x59a9a2){_0x44a46e['push'](_0x44a46e['shift']());}}}(a103_0x1698,0xc8f2f));const path=require(a103_0x1ac2f6(0x142)),util=require(a103_0x1ac2f6(0x186)),bsSetupHelper=require(a103_0x1ac2f6(0x117)),logger=require(a103_0x1ac2f6(0xd5))['winstonLogger'],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a103_0x1ac2f6(0x1bc)),PerformanceTester=require(a103_0x1ac2f6(0x134)),scripts=require('./scripts'),globals=require(a103_0x1ac2f6(0x1a6)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a103_0x1ac2f6(0x173));function a103_0x1698(){const _0x3bff03=['queqw','BROWSERSTACK_TEST_ACCESSIBILITY_YML','fqVoS','basename','split','uthIC','FrWFd','status','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','cLdtA','qOGfA','bGeZU','1057252pyItod','LFZCv','getUserName','../globals','getCapabilities','Rfxxt','getPlatformVersion','a11y:stop','kgieQ','excludeTagsInTestingScope','parseA11yJwtPayload','version','json','mkGnA','wRnyT','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','getAccessibilityResults','mIFNh','QDYZM','bHeiv','2907wMFcMz',']\x20but\x20thTestRunUuid\x20is\x20','TsdeY','UwOCQ','WYFCl','./constants','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','platforms','get','No\x20accessibility\x20results\x20were\x20found.','__workerDetails','nqfno','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','currentTest','vWGQQ','from','user','--headless=new','wfnWO','javascript','getAccessibilityResultsSummary','bstackA11yShouldScan','GET_RESULTS','yUlIW','performScan','zGOEK','jwiif','AdguE','toLowerCase','wzaQl','NMlSx','48JMXrPC','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','ZMDho','FrZaD','--headless','hwUGw','pass','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','kfitn','wDXhd','executeScript','12VjVezC','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','browserName','includes','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','CpmVE','ZbmZj','some','lNiAb','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','getCiInfo','map','nwRBY','dMhRR','BROWSERSTACK_TURBOSCALE','goog:chromeOptions','getMobileA11yCapabilities','undefined','keys','../logger','LivaR','isUndefined','Performed\x20scan\x20with\x20result:\x20','chrome','v2/test_runs','data','browserstack_executor','mklys','POST','isMobileAccessibilitySession','accessibilityToken','fetchPlatformDetails','xbnae','capabilities_','mXAhr','Authorization','includeTagsInTestingScope','Invalid\x20request:\x20','join','elRsv','oDsmw','getPackageVersion','isArray','options_','hMhsp','requireModule','browserstack','projectName','nonBstackPlatformValidation','BUncA','gTnEP','accessibility','bAZBM','stopAccessibilityTestRun','isAccessibilityAutomationSession','6khpgBp','VOfiY','IcPdJ','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','args','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','nodeRequest','selenium-webdriver','ityfP','display_name','TqOeK','headers','HIHEH','NygPz','OfRYg','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','--headless=','NyDTW','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','requires_chrome_options_check','isAccessibilityPlatform','hltOo','getBrowserVersion','4449036PoJdha','ChromeExtension','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','joAde','iFCnF','getBrowserDisplayName','../helper','4099491jZXouY','wait','command','GbOdA','length','device','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','buildDescription','ltdkF','BS_A11Y_JWT','UDJaz','cwd','AzQGJ','executeAsyncScript','Bearer\x20','xgalA','createAccessibilityTestRun','getGlobal','parse','ppFkG','format','PuCSz','GIuaW','stack','auth','string','eqWcD','shouldScanTestForAccessibility','../performance/performance-tester','message','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','isBrowserStackCommandExecutor','selenium-webdriver/chrome.js','OfUTv','MgAku','lretq','trim','bstack:options','6370mvashr','application/json','GET_RESULTS_SUMMARY','18OlAzKr','path','env','assign','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','mergeDeep','setNonBstackInfraCapabilities','body','function','wJdLk','RPdTS','JAfrN','isBrowserSupportedForAccessibility','a11y:start','stringify','statusText','lwlBC','isBrowserstackInfra','MOBILE_SCANNING_DISABLED_WARNING','chromeOptions_','error','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','490320lXHWwH','iyGPY','test_runs/stop','PUT','Performing\x20scan\x20before\x20getting\x20results','method','warn','resolveMobileThTestRunUuid','isTrue','sijWo','SsLHd','debug','5094640TTApPo','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','errors','script','LmHnv','PBPUq','vrjFi','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','compareVersions','cwndg','Content-Type','getAccessKey','toJson','base64','getResultsSummary','null','../performance/constants','getPlatform','uThcP','browserstackSessionName','IOUSS','min_version_browserstack','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','measureWrapper','chromeOptions','set','getHostInfo','Options','response','android','toString','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','HXvud','isMobileAccessibilityPlatform','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','util','checkAccessibilityPlatformConfig','Invalid\x20configuration\x20passed.','isMobileScanningEnabledForGroup','CIrkM','nestedKeyValue','getResults','success','getBrowserA11yConfig','forEach','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','PERFORM_SCAN','tFiXJ','toISOString','156486FxoLkI','vdNkJ','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20'];a103_0x1698=function(){return _0x3bff03;};return a103_0x1698();}exports[a103_0x1ac2f6(0xe1)]=async _0x336851=>{const _0x145192=a103_0x1ac2f6,_0x7a75ba={};_0x7a75ba[_0x145192(0x132)]=function(_0xb6f888,_0x2a9ea2){return _0xb6f888===_0x2a9ea2;},_0x7a75ba[_0x145192(0x158)]=_0x145192(0xf0);const _0x4727b1=_0x7a75ba;let _0x3c59f1={};try{const _0x558b47=await _0x336851['getCapabilities']();_0x3c59f1={'os_name':_0x558b47[_0x145192(0x174)](),'os_version':bsSetupHelper[_0x145192(0x1a9)](_0x4727b1['eqWcD'](global['__cloud_provider___'],_0x4727b1[_0x145192(0x158)])),'browser_name':_0x558b47['getBrowserName'](),'browser_version':_0x558b47[_0x145192(0x110)]()};}catch(_0x5f0257){logger[_0x145192(0x162)](_0x145192(0x113)+_0x5f0257);}return _0x3c59f1;},exports[a103_0x1ac2f6(0xf8)]=()=>{const _0x15b975=a103_0x1ac2f6,_0xde463e={};_0xde463e[_0x15b975(0x106)]=function(_0x3fdd24,_0x4ea7b6){return _0x3fdd24===_0x4ea7b6;},_0xde463e[_0x15b975(0x139)]='string',_0xde463e[_0x15b975(0x12d)]=function(_0x291a0c,_0x1c902e){return _0x291a0c>_0x1c902e;},_0xde463e[_0x15b975(0x160)]=function(_0x53cb5c,_0x29ef48){return _0x53cb5c!==_0x29ef48;},_0xde463e[_0x15b975(0xf6)]=_0x15b975(0x172),_0xde463e[_0x15b975(0x10f)]=function(_0x5d6cc3,_0x59e954){return _0x5d6cc3&&_0x59e954;};const _0x418b85=_0xde463e;try{const _0x2c8567=bsSetupHelper[_0x15b975(0x15f)](process[_0x15b975(0x143)][_0x15b975(0x198)])||bsSetupHelper[_0x15b975(0x15f)](process[_0x15b975(0x143)][_0x15b975(0x16a)]),_0xd8d487=_0x418b85[_0x15b975(0x106)](typeof process[_0x15b975(0x143)][_0x15b975(0x121)],_0x418b85[_0x15b975(0x139)])&&_0x418b85[_0x15b975(0x12d)](process[_0x15b975(0x143)][_0x15b975(0x121)][_0x15b975(0x11c)],0x0)&&_0x418b85['sijWo'](process[_0x15b975(0x143)][_0x15b975(0x121)],_0x418b85[_0x15b975(0xf6)]);return _0x418b85[_0x15b975(0x10f)](_0x2c8567,_0xd8d487);}catch(_0x245932){logger[_0x15b975(0x162)](_0x15b975(0xfc)+_0x245932);}return![];},exports[a103_0x1ac2f6(0xf2)]=(_0x4647f2,_0x51696a)=>{const _0x4439af=a103_0x1ac2f6,_0x314433={'elRsv':_0x4439af(0xc3),'LivaR':function(_0x5f4c5f,_0x28bf25){return _0x5f4c5f(_0x28bf25);},'xgalA':'browserVersion','queqw':_0x4439af(0x1ae),'hwUGw':_0x4439af(0x13d),'jqDFb':'deviceName','LxUAG':_0x4439af(0x11d),'uthIC':_0x4439af(0xcb),'cLdtA':_0x4439af(0x138),'vrjFi':_0x4439af(0x100),'FrWFd':_0x4439af(0xed),'vWGQQ':_0x4439af(0xfd),'lretq':_0x4439af(0x17b),'ltdkF':_0x4439af(0x1dd),'ABdQv':'goog:chromeOptions','ZbmZj':function(_0x345082,_0x5e8ef1){return _0x345082===_0x5e8ef1;},'TsdeY':_0x4439af(0xd9),'xbnae':function(_0x59c2f8,_0x5d6d4f){return _0x59c2f8>=_0x5d6d4f;}},_0x2f41e2=_0x4647f2[_0x4439af(0x1bf)](_0x314433[_0x4439af(0xe9)]),_0x545e80=_0x314433[_0x4439af(0xd6)](parseFloat,_0x4647f2['get'](_0x314433[_0x4439af(0x127)]))||_0x314433[_0x4439af(0xd6)](parseFloat,_0x4647f2[_0x4439af(0x1bf)](_0x314433[_0x4439af(0x197)])),_0x112f5e=_0x4647f2['get'](_0x314433[_0x4439af(0x1db)])||{},_0x348047=_0x314433[_0x4439af(0xd6)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x195e67=_0x112f5e[_0x314433['jqDFb']]||_0x4647f2[_0x4439af(0x1bf)](_0x314433['LxUAG'])||![];if(_0x195e67)return logger[_0x4439af(0x15d)](_0x314433[_0x4439af(0x19c)]),![];let _0x337be6;try{_0x337be6=bsSetupHelper[_0x4439af(0xef)](_0x314433[_0x4439af(0x1a0)],_0x314433[_0x4439af(0x169)]);}catch(_0x10f23a){return![];}const _0x5e8c5b=new _0x337be6[(_0x4439af(0x17e))](_0x51696a[_0x4439af(0x154)]),_0x13d8a7=bsSetupHelper[_0x4439af(0x18b)](_0x5e8c5b,[_0x314433[_0x4439af(0x19d)],_0x314433[_0x4439af(0x1c5)]])||bsSetupHelper[_0x4439af(0x18b)](_0x51696a['capabilities_'],[_0x314433['hwUGw'],_0x314433['lretq'],_0x314433[_0x4439af(0x1c5)]])||bsSetupHelper[_0x4439af(0x18b)](_0x51696a[_0x4439af(0xe3)],[_0x314433[_0x4439af(0x13b)],_0x314433[_0x4439af(0x1c5)]])||[],_0x461661=Array[_0x4439af(0xec)](_0x13d8a7)?_0x13d8a7:[];if(_0x461661[_0x4439af(0xc8)](_0x281b59=>typeof _0x281b59===_0x4439af(0x131)&&(_0x281b59==='--headless'||_0x281b59['startsWith'](_0x4439af(0x10a))&&_0x281b59!==_0x4439af(0x1c8))))return logger[_0x4439af(0x15d)](_0x314433['ltdkF']),![];const _0x5cb349=_0x51696a[_0x4439af(0xe3)]||{},_0xd274a0=bsSetupHelper['nestedKeyValue'](_0x5cb349,[_0x314433['ABdQv']])||{},_0x5bbf2d=bsSetupHelper[_0x4439af(0x18b)](_0xd274a0,[_0x314433[_0x4439af(0x1c5)]])||[],_0x32105e=Array[_0x4439af(0xec)](_0x5bbf2d)?_0x5bbf2d:[];if(_0x32105e[_0x4439af(0xc8)](_0x410c30=>typeof _0x410c30==='string'&&(_0x410c30===_0x4439af(0x1da)||_0x410c30['startsWith'](_0x4439af(0x10a))&&_0x410c30!==_0x4439af(0x1c8))))return logger[_0x4439af(0x15d)](_0x314433[_0x4439af(0x120)]),![];if(_0x314433[_0x4439af(0xc7)](_0x2f41e2['toLowerCase'](),_0x314433[_0x4439af(0x1b9)])&&_0x314433[_0x4439af(0xe2)](_0x545e80,_0x348047))return!![];return logger[_0x4439af(0x15d)](_0x4439af(0x11e)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a103_0x1ac2f6(0x147)]=_0x30b291=>{const _0x38c60c=a103_0x1ac2f6,_0x2e3ac4={};_0x2e3ac4[_0x38c60c(0x177)]=_0x38c60c(0xd1),_0x2e3ac4[_0x38c60c(0x1a8)]=function(_0x2a09b3,_0x5c5133){return _0x2a09b3||_0x5c5133;},_0x2e3ac4[_0x38c60c(0x1d1)]='Not\x20a\x20Accessibility\x20Session';const _0x280080=_0x2e3ac4,_0x2c171e=scripts[_0x38c60c(0x112)];try{const _0x1c0937=bsSetupHelper[_0x38c60c(0x15f)](process[_0x38c60c(0x143)][_0x38c60c(0x198)])||bsSetupHelper[_0x38c60c(0x15f)](process[_0x38c60c(0x143)][_0x38c60c(0x16a)]);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x38c60c(0x143)][_0x38c60c(0xd0)])&&_0x1c0937){const _0x1ef033=_0x30b291['getCapabilities'](),_0x12d931=_0x1ef033[_0x38c60c(0x1bf)](_0x280080['IOUSS']),_0x2eabb2=_0x280080[_0x38c60c(0x1a8)](_0x12d931,{});bsSetupHelper[_0x38c60c(0x146)](_0x2eabb2,_0x2c171e),_0x30b291[_0x38c60c(0x1a7)]()[_0x38c60c(0x17c)](_0x280080[_0x38c60c(0x177)],_0x2eabb2);}else logger[_0x38c60c(0x15d)](_0x280080[_0x38c60c(0x1d1)]);}catch(_0x22bc00){logger[_0x38c60c(0x155)](_0x38c60c(0xc2)+_0x22bc00);}},exports[a103_0x1ac2f6(0x133)]=(_0x20efe4=null,_0x2f314a=!![],_0x53373a=[])=>{const _0x292c2d=a103_0x1ac2f6,_0x4b59e3={};_0x4b59e3[_0x292c2d(0x1b1)]=function(_0x22822e,_0x1a1921){return _0x22822e==_0x1a1921;},_0x4b59e3[_0x292c2d(0x1c2)]=function(_0x1045d6,_0x473d43){return _0x1045d6>_0x473d43;},_0x4b59e3[_0x292c2d(0x167)]=function(_0x1d7e03,_0x537555){return _0x1d7e03===_0x537555;},_0x4b59e3[_0x292c2d(0xc9)]=function(_0x238aeb,_0x2023d3){return _0x238aeb&&_0x2023d3;};const _0x34df30=_0x4b59e3;if(_0x34df30['wRnyT'](process[_0x292c2d(0x143)][_0x292c2d(0x145)],null))return!![];try{const _0x3a9662=JSON[_0x292c2d(0x12a)](process['env'][_0x292c2d(0x145)]),_0x190674=Array['isArray'](_0x3a9662[_0x292c2d(0xe6)])?_0x3a9662[_0x292c2d(0xe6)]:[],_0x4154b6=Array[_0x292c2d(0xec)](_0x3a9662[_0x292c2d(0x1ac)])?_0x3a9662['excludeTagsInTestingScope']:[],_0x9fa2f3=_0x375009=>typeof _0x375009===_0x292c2d(0x131)?_0x375009['replace'](/^@/,'')['toLowerCase']()[_0x292c2d(0x13c)]():_0x375009;if(bsSetupHelper[_0x292c2d(0xd7)](_0x20efe4)){if(_0x34df30[_0x292c2d(0x1c2)](_0x53373a[_0x292c2d(0x11c)],0x0)){const _0x5e87e3=_0x53373a[_0x292c2d(0xcd)](_0x9fa2f3),_0x2c1129=_0x4154b6[_0x292c2d(0xc8)](_0x582ff5=>_0x5e87e3[_0x292c2d(0xc4)](_0x9fa2f3(_0x582ff5))),_0x31866c=_0x34df30['LmHnv'](_0x190674[_0x292c2d(0x11c)],0x0)||_0x190674['some'](_0x439e82=>_0x5e87e3['includes'](_0x9fa2f3(_0x439e82)));return _0x34df30[_0x292c2d(0xc9)](!_0x2c1129,_0x31866c);}return!![];}let _0x4b5cab;_0x2f314a?_0x4b5cab=_0x20efe4['join']('/'):_0x4b5cab=_0x20efe4;const _0x1df1ed=_0x4154b6[_0x292c2d(0xc8)](_0x577e83=>_0x4b5cab[_0x292c2d(0x1d3)]()[_0x292c2d(0xc4)](_0x9fa2f3(_0x577e83)[_0x292c2d(0x1d3)]())),_0x1f3819=_0x34df30[_0x292c2d(0x167)](_0x190674['length'],0x0)||_0x190674[_0x292c2d(0xc8)](_0x3b3bcb=>_0x4b5cab[_0x292c2d(0x1d3)]()['includes'](_0x9fa2f3(_0x3b3bcb)['toLowerCase']()));return _0x34df30['lNiAb'](!_0x1df1ed,_0x1f3819);}catch(_0x36b29b){logger[_0x292c2d(0x162)](_0x292c2d(0xc5)+util[_0x292c2d(0x12c)](_0x36b29b));}return![];},exports[a103_0x1ac2f6(0x187)]=_0x40f741=>{const _0x313b4e=a103_0x1ac2f6;let _0x272925=![];try{_0x40f741[_0x313b4e(0x1be)][_0x313b4e(0x18f)](_0x1ed0bb=>{const _0x5752bc=_0x313b4e;if(bsSetupHelper[_0x5752bc(0x15f)](_0x1ed0bb[_0x5752bc(0xf5)]))return _0x272925=!![],!![];});}catch(_0x2113be){logger[_0x313b4e(0x162)](_0x313b4e(0x19f)+_0x2113be);}return _0x272925||bsSetupHelper[_0x313b4e(0x15f)](_0x40f741[_0x313b4e(0xf5)]);},exports[a103_0x1ac2f6(0x128)]=PerformanceTester['measureWrapper'](a103_0x1ac2f6(0x14e),async function(_0x2db696,_0x587930){const _0x42554e=a103_0x1ac2f6,_0x288fb6={};_0x288fb6[_0x42554e(0x122)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x288fb6[_0x42554e(0x183)]='playwright',_0x288fb6[_0x42554e(0x103)]=_0x42554e(0x1ca),_0x288fb6[_0x42554e(0x14b)]=_0x42554e(0x13f),_0x288fb6[_0x42554e(0x1d0)]=_0x42554e(0xde),_0x288fb6[_0x42554e(0x1b6)]=_0x42554e(0xda),_0x288fb6[_0x42554e(0x1ce)]=function(_0x22fed8,_0x4b4d19){return _0x22fed8===_0x4b4d19;},_0x288fb6['AzQGJ']=_0x42554e(0x188),_0x288fb6['vdNkJ']='false';const _0x49df63=_0x288fb6,_0x429f39=bsSetupHelper[_0x42554e(0x1a5)](_0x2db696),_0x5cdcc0=bsSetupHelper[_0x42554e(0x16e)](_0x2db696);if(bsSetupHelper[_0x42554e(0xd7)](_0x429f39)||bsSetupHelper['isUndefined'](_0x5cdcc0))return logger[_0x42554e(0x155)](_0x49df63[_0x42554e(0x122)]),[null,null];try{let _0x4594ea;bsSetupHelper['isUndefined'](process[_0x42554e(0x143)][_0x42554e(0x145)])?_0x4594ea={}:_0x4594ea=JSON[_0x42554e(0x12a)](process[_0x42554e(0x143)][_0x42554e(0x145)]);const {name:_0x352fc2,version:_0x331261}=bsSetupHelper['getTestFrameworkDetails'](_0x2db696,_0x587930),_0x5505cf={'projectName':_0x2db696[_0x42554e(0xf1)],'buildName':_0x2db696['buildName']||path[_0x42554e(0x19a)](path['resolve'](process[_0x42554e(0x123)]())),'startTime':new Date()[_0x42554e(0x193)](),'description':_0x2db696[_0x42554e(0x11f)]||'','source':{'frameworkName':_0x587930[_0x42554e(0xc4)](_0x49df63[_0x42554e(0x183)])?_0x49df63['HXvud']:_0x587930,'frameworkVersion':bsSetupHelper[_0x42554e(0xeb)](_0x587930),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x49df63['TqOeK'],'testFramework':_0x352fc2,'testFrameworkVersion':_0x331261},'settings':_0x4594ea,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x42554e(0xcc)](),'hostInfo':bsSetupHelper[_0x42554e(0x17d)](),'browserstackAutomation':bsSetupHelper[_0x42554e(0x152)]()},_0x538b24={};_0x538b24[_0x42554e(0x1c7)]=_0x429f39,_0x538b24[_0x42554e(0x1dc)]=_0x5cdcc0;const _0x55b615={};_0x55b615[_0x42554e(0x16d)]=_0x49df63[_0x42554e(0x14b)];const _0x505dd0={};_0x505dd0[_0x42554e(0x130)]=_0x538b24,_0x505dd0[_0x42554e(0x104)]=_0x55b615;const _0x33ddcc=_0x505dd0,_0x488290={};_0x488290[_0x42554e(0x148)]=_0x5505cf,_0x488290[_0x42554e(0x1af)]=!![];const _0x57b530=Object[_0x42554e(0x144)](_0x33ddcc,_0x488290),_0x4f5582=await bsSetupHelper['nodeRequest'](_0x49df63[_0x42554e(0x1d0)],_0x49df63[_0x42554e(0x1b6)],_0x57b530,_0x2db696,API_URL);let _0x106cea=process[_0x42554e(0x143)][_0x42554e(0x145)];return _0x106cea?_0x106cea=JSON[_0x42554e(0x12a)](process[_0x42554e(0x143)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x106cea={},scripts['parseFromJson'](_0x4f5582[_0x42554e(0xdb)][_0x42554e(0xdb)]),scripts[_0x42554e(0x16f)](),_0x106cea['scannerVersion']=_0x4f5582[_0x42554e(0xdb)][_0x42554e(0xdb)]['scannerVersion'],process[_0x42554e(0x143)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x42554e(0x14f)](_0x106cea),[_0x4f5582[_0x42554e(0xdb)][_0x42554e(0xdb)][_0x42554e(0xe0)],_0x4f5582[_0x42554e(0xdb)]['data']['id']];}catch(_0x5c2b59){if(_0x5c2b59['response'])logger[_0x42554e(0x155)](_0x42554e(0xca)+_0x5c2b59[_0x42554e(0x17f)][_0x42554e(0x19e)]+'\x20'+_0x5c2b59[_0x42554e(0x17f)][_0x42554e(0x150)]+'\x20'+JSON[_0x42554e(0x14f)](_0x5c2b59[_0x42554e(0x17f)][_0x42554e(0xdb)]));else{if(_0x49df63[_0x42554e(0x1ce)](_0x5c2b59['message'],_0x49df63[_0x42554e(0x124)])){logger[_0x42554e(0x155)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x5c2b59[_0x42554e(0x135)]||_0x5c2b59[_0x42554e(0x12f)]));for(const _0x59fe22 of _0x5c2b59[_0x42554e(0x165)]){logger[_0x42554e(0x155)](_0x59fe22[_0x42554e(0x135)]);}process[_0x42554e(0x143)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x49df63[_0x42554e(0x195)],process[_0x42554e(0x143)][_0x42554e(0x16a)]=_0x49df63[_0x42554e(0x195)];}else logger[_0x42554e(0x155)](_0x42554e(0xca)+(_0x5c2b59['message']||_0x5c2b59[_0x42554e(0x12f)]));}return[null,null];}}),exports[a103_0x1ac2f6(0xf7)]=PerformanceTester[a103_0x1ac2f6(0x17a)](a103_0x1ac2f6(0x1aa),async function(_0x1ab0ec){const _0x2231fb=a103_0x1ac2f6,_0x5e3a9b={};_0x5e3a9b['IcPdJ']=function(_0x5c8666,_0x25d885){return _0x5c8666!==_0x25d885;},_0x5e3a9b[_0x2231fb(0xe4)]=_0x2231fb(0x131),_0x5e3a9b[_0x2231fb(0x1d9)]='error',_0x5e3a9b[_0x2231fb(0x16c)]='Build\x20creation\x20had\x20failed.',_0x5e3a9b[_0x2231fb(0x101)]=_0x2231fb(0x13f),_0x5e3a9b['RoMHi']=_0x2231fb(0x15a),_0x5e3a9b['mIFNh']=_0x2231fb(0x159),_0x5e3a9b[_0x2231fb(0x1a1)]=function(_0x4165b7,_0x24636e){return _0x4165b7+_0x24636e;},_0x5e3a9b['NMlSx']=_0x2231fb(0xe7),_0x5e3a9b[_0x2231fb(0x14a)]=_0x2231fb(0x18d);const _0x2db5a5=_0x5e3a9b;if(bsSetupHelper[_0x2231fb(0xd7)](process['env']['BS_A11Y_JWT'])||_0x2db5a5[_0x2231fb(0xfb)](typeof process['env'][_0x2231fb(0x121)],_0x2db5a5[_0x2231fb(0xe4)])){const _0x466350={};return _0x466350['status']=_0x2db5a5['FrZaD'],_0x466350[_0x2231fb(0x135)]=_0x2db5a5['cwndg'],_0x466350;}const _0x1d1c42={'endTime':new Date()[_0x2231fb(0x193)]()},_0x2d435c={};_0x2d435c[_0x2231fb(0xe5)]=_0x2231fb(0x126)+process[_0x2231fb(0x143)][_0x2231fb(0x121)],_0x2d435c[_0x2231fb(0x16d)]=_0x2db5a5[_0x2231fb(0x101)];const _0x1e8304={};_0x1e8304[_0x2231fb(0x104)]=_0x2d435c;const _0x1dcfbb=_0x1e8304,_0x33f350={};_0x33f350[_0x2231fb(0x148)]=_0x1d1c42,_0x33f350[_0x2231fb(0x130)]=null,_0x33f350[_0x2231fb(0x1af)]=!![];const _0x5e7a32=Object[_0x2231fb(0x144)](_0x1dcfbb,_0x33f350);try{const _0x4d49cf=await bsSetupHelper[_0x2231fb(0xff)](_0x2db5a5['RoMHi'],_0x2db5a5[_0x2231fb(0x1b4)],_0x5e7a32,_0x1ab0ec,API_URL);if(_0x4d49cf['data'][_0x2231fb(0x155)])throw new Error(_0x2db5a5[_0x2231fb(0x1a1)](_0x2db5a5[_0x2231fb(0x1d5)],_0x4d49cf[_0x2231fb(0xdb)][_0x2231fb(0x155)]));else{logger['info'](_0x2231fb(0x136)+new Date()['toISOString']());const _0x4a48ab={};return _0x4a48ab[_0x2231fb(0x19e)]=_0x2db5a5[_0x2231fb(0x14a)],_0x4a48ab[_0x2231fb(0x135)]='',_0x4a48ab;}}catch(_0x568c0c){_0x568c0c[_0x2231fb(0x17f)]?logger[_0x2231fb(0x155)](_0x2231fb(0x164)+_0x568c0c[_0x2231fb(0x17f)][_0x2231fb(0x19e)]+'\x20'+_0x568c0c[_0x2231fb(0x17f)]['statusText']+'\x20'+JSON['stringify'](_0x568c0c['response'][_0x2231fb(0xdb)])):logger[_0x2231fb(0x155)](_0x2231fb(0x164)+(_0x568c0c[_0x2231fb(0x135)]||util[_0x2231fb(0x12c)](_0x568c0c)));const _0xbed695={};return _0xbed695[_0x2231fb(0x19e)]=_0x2db5a5[_0x2231fb(0x1d9)],_0xbed695[_0x2231fb(0x135)]=_0x568c0c[_0x2231fb(0x135)]||(_0x568c0c['response']?_0x568c0c[_0x2231fb(0x17f)][_0x2231fb(0x19e)]+':'+_0x568c0c[_0x2231fb(0x17f)][_0x2231fb(0x150)]:_0x568c0c),_0xbed695;}}),exports[a103_0x1ac2f6(0x1cf)]=async(_0x1afc76,_0x3cd2d2=null,_0x4a1f3a=![],_0x5a7196=null)=>{const _0x3d11e1=a103_0x1ac2f6,_0x5ecdff={};_0x5ecdff[_0x3d11e1(0x10b)]=_0x3d11e1(0x10e),_0x5ecdff[_0x3d11e1(0x105)]=_0x3d11e1(0x1cc),_0x5ecdff['CIrkM']=_0x3d11e1(0x109),_0x5ecdff[_0x3d11e1(0xf4)]=function(_0x4fe310,_0x464f49){return _0x4fe310||_0x464f49;},_0x5ecdff[_0x3d11e1(0x1d4)]='bstackA11yScanOptions',_0x5ecdff['joAde']=_0x3d11e1(0x10c);const _0x56e066=_0x5ecdff;if(!this[_0x3d11e1(0xf8)]()||!globals['getGlobal'](_0x56e066['NyDTW'])||!_0x4a1f3a&&!globals[_0x3d11e1(0x129)](_0x56e066[_0x3d11e1(0x105)])){logger[_0x3d11e1(0x15d)](_0x56e066[_0x3d11e1(0x18a)]);return;}const _0x117cb9=_0x4a1f3a?_0x56e066['gTnEP'](_0x5a7196,{}):globals[_0x3d11e1(0x129)](_0x56e066['wzaQl'])||{},_0x114b8e={};_0x114b8e[_0x3d11e1(0x15c)]=_0x3cd2d2||global[_0x3d11e1(0x176)];const _0x373b51=Object[_0x3d11e1(0x144)]({},_0x117cb9,_0x114b8e);await this['isMobileAccessibilitySession'](_0x1afc76)&&(Object['assign'](_0x373b51,this[_0x3d11e1(0xd2)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}),logger['debug'](_0x56e066[_0x3d11e1(0x114)]));logger[_0x3d11e1(0x162)](_0x3d11e1(0x190)+util['format']('%j',_0x373b51));const _0x68834d={};return _0x68834d[_0x3d11e1(0x11a)]=_0x3cd2d2,await PerformanceTester[_0x3d11e1(0x17a)](PerformanceA11yEvents[_0x3d11e1(0x191)],async()=>{const _0x461264=_0x3d11e1;try{await _0x1afc76[_0x461264(0x119)](()=>_0x1afc76[_0x461264(0xc0)]('return\x20document.readyState\x20===\x20\x22complete\x22'),0x1388);}catch(_0x421f2e){}const _0x5686ab=util[_0x461264(0x12c)](await _0x1afc76[_0x461264(0x125)](scripts['performScan'],_0x373b51));return logger[_0x461264(0x162)](_0x461264(0xd8)+_0x5686ab),_0x5686ab;},_0x68834d)();},exports[a103_0x1ac2f6(0x1b3)]=async(_0x4dba5e,_0x5e0ff9)=>{const _0x4b2e93=a103_0x1ac2f6,_0x2cb4ee={};_0x2cb4ee[_0x4b2e93(0x175)]=_0x4b2e93(0x15b),_0x2cb4ee[_0x4b2e93(0xea)]=_0x4b2e93(0x10e),_0x2cb4ee[_0x4b2e93(0xbf)]=_0x4b2e93(0x1cc),_0x2cb4ee[_0x4b2e93(0x199)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x2cb4ee[_0x4b2e93(0x192)]='getAccessibilityResults',_0x2cb4ee['hMhsp']=_0x4b2e93(0x1c0);const _0x3dd731=_0x2cb4ee;if(!this[_0x4b2e93(0xf8)]()||!globals[_0x4b2e93(0x129)](_0x3dd731[_0x4b2e93(0xea)])||!globals[_0x4b2e93(0x129)](_0x3dd731[_0x4b2e93(0xbf)]))return logger[_0x4b2e93(0x15d)](_0x3dd731[_0x4b2e93(0x199)]),[];try{const _0x912137=await this[_0x4b2e93(0xdf)](_0x4dba5e),_0x388ed7=_0x912137?Object[_0x4b2e93(0x144)]({},this[_0x4b2e93(0xd2)](),{'thTestRunUuid':this[_0x4b2e93(0x15e)]()}):{};return _0x912137&&logger[_0x4b2e93(0x162)](_0x4b2e93(0x156)+util[_0x4b2e93(0x12c)]('%j',_0x388ed7)),await PerformanceTester[_0x4b2e93(0x17a)](PerformanceA11yEvents[_0x4b2e93(0x191)],async()=>{const _0x51c5b5=_0x4b2e93;logger[_0x51c5b5(0x162)](_0x3dd731['uThcP']);const _0x40a218={};_0x40a218[_0x51c5b5(0x15c)]=_0x5e0ff9[_0x51c5b5(0x176)];const _0x512675=Object[_0x51c5b5(0x144)](_0x40a218,_0x388ed7);logger[_0x51c5b5(0x162)](util[_0x51c5b5(0x12c)](await _0x4dba5e[_0x51c5b5(0x125)](scripts['performScan'],_0x512675)));},{'command':_0x3dd731[_0x4b2e93(0x192)]})(),await PerformanceTester[_0x4b2e93(0x17a)](PerformanceA11yEvents[_0x4b2e93(0x1cd)],async()=>{const _0x37f99f=_0x4b2e93,_0x27c595=_0x912137?await _0x4dba5e[_0x37f99f(0x125)](scripts[_0x37f99f(0x18c)],_0x388ed7):await _0x4dba5e[_0x37f99f(0x125)](scripts[_0x37f99f(0x18c)]);return _0x27c595;})();}catch{return logger[_0x4b2e93(0x155)](_0x3dd731[_0x4b2e93(0xee)]),[];}},exports[a103_0x1ac2f6(0x1cb)]=async(_0xf68b23,_0x2675af)=>{const _0x35a94f=a103_0x1ac2f6,_0x5978f6={};_0x5978f6[_0x35a94f(0x1ba)]='Performing\x20scan\x20before\x20getting\x20results\x20summary',_0x5978f6[_0x35a94f(0x1a4)]=_0x35a94f(0x10e),_0x5978f6['GaYYd']=_0x35a94f(0x1cc),_0x5978f6[_0x35a94f(0x1b0)]=_0x35a94f(0xfe),_0x5978f6[_0x35a94f(0xcf)]=_0x35a94f(0x1cb),_0x5978f6[_0x35a94f(0x115)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x2c0b99=_0x5978f6;if(!this[_0x35a94f(0xf8)]()||!globals['getGlobal'](_0x2c0b99[_0x35a94f(0x1a4)])||!globals[_0x35a94f(0x129)](_0x2c0b99['GaYYd']))return logger[_0x35a94f(0x15d)](_0x2c0b99[_0x35a94f(0x1b0)]),{};try{const _0x2552a5=await this[_0x35a94f(0xdf)](_0xf68b23),_0x16dc52=_0x2552a5?Object[_0x35a94f(0x144)]({},this[_0x35a94f(0xd2)](),{'thTestRunUuid':this[_0x35a94f(0x15e)]()}):{};return _0x2552a5&&logger['debug'](_0x35a94f(0x196)+util[_0x35a94f(0x12c)]('%j',_0x16dc52)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x35a94f(0x191)],async()=>{const _0x22e7c9=_0x35a94f;logger[_0x22e7c9(0x162)](_0x2c0b99[_0x22e7c9(0x1ba)]);const _0x5aa307={};_0x5aa307[_0x22e7c9(0x15c)]=_0x2675af[_0x22e7c9(0x176)];const _0x286c5b=Object['assign'](_0x5aa307,_0x16dc52);logger['debug'](util[_0x22e7c9(0x12c)](await _0xf68b23[_0x22e7c9(0x125)](scripts[_0x22e7c9(0x1cf)],_0x286c5b)));},{'command':_0x2c0b99['dMhRR']})(),await PerformanceTester[_0x35a94f(0x17a)](PerformanceA11yEvents[_0x35a94f(0x140)],async()=>{const _0x4680f4=_0x35a94f,_0x44a6fc=_0x2552a5?await _0xf68b23[_0x4680f4(0x125)](scripts[_0x4680f4(0x171)],_0x16dc52):await _0xf68b23[_0x4680f4(0x125)](scripts[_0x4680f4(0x171)]);return _0x44a6fc;})();}catch{return logger['error'](_0x2c0b99[_0x35a94f(0x115)]),{};}},exports[a103_0x1ac2f6(0x184)]=(_0x2ee1f6,_0xd72487=![])=>{const _0x21890f=a103_0x1ac2f6,_0x4f1363={'wfnWO':function(_0x5e9617,_0x5cdb9e){return _0x5e9617(_0x5cdb9e);},'JAfrN':'platformName','rBbvm':function(_0x21a62e,_0x23c8f2){return _0x21a62e!==_0x23c8f2;},'ppFkG':_0x21890f(0x180),'VOfiY':_0x21890f(0xc3),'bGeZU':_0x21890f(0xd9),'PBPUq':'Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','MgAku':_0x21890f(0x1b2)};try{if(!_0x2ee1f6)return![];const _0x5c0756=_0x35322e=>typeof _0x2ee1f6[_0x21890f(0x1bf)]===_0x21890f(0x149)?_0x2ee1f6[_0x21890f(0x1bf)](_0x35322e):_0x2ee1f6[_0x35322e],_0x4bd144=_0x4f1363[_0x21890f(0x1c9)](String,_0x4f1363[_0x21890f(0x1c9)](_0x5c0756,_0x4f1363[_0x21890f(0x14c)])||'')[_0x21890f(0x1d3)]();if(_0x4f1363['rBbvm'](_0x4bd144,_0x4f1363[_0x21890f(0x12b)]))return![];const _0x14e8fb=_0x4f1363[_0x21890f(0x1c9)](String,_0x4f1363[_0x21890f(0x1c9)](_0x5c0756,_0x4f1363[_0x21890f(0xfa)])||'')['toLowerCase']();if(!_0x14e8fb[_0x21890f(0xc4)](_0x4f1363[_0x21890f(0x1a2)]))return _0xd72487&&logger[_0x21890f(0x15d)](_0x4f1363[_0x21890f(0x168)]),![];return logger[_0x21890f(0x162)](_0x4f1363[_0x21890f(0x13a)]),!![];}catch(_0x4eaeef){return logger[_0x21890f(0x162)](_0x21890f(0x185)+_0x4eaeef),![];}},exports['isMobileAccessibilitySession']=async _0x4cce89=>{const _0x46393a=a103_0x1ac2f6;try{const _0x1df0b7=await _0x4cce89[_0x46393a(0x1a7)]();return exports[_0x46393a(0x184)](_0x1df0b7);}catch(_0x324621){return logger[_0x46393a(0x162)]('Error\x20checking\x20mobile\x20accessibility\x20session:\x20'+_0x324621),![];}},exports[a103_0x1ac2f6(0xd2)]=()=>{const _0x201e09={};return _0x201e09['is_mobile_session']=!![],_0x201e09;},exports[a103_0x1ac2f6(0x15e)]=()=>{const _0xeb34a4=a103_0x1ac2f6,_0x70d152={};_0x70d152[_0xeb34a4(0x151)]=function(_0x5c5389,_0x591eb7){return _0x5c5389===_0x591eb7;},_0x70d152['CpmVE']=_0xeb34a4(0x131),_0x70d152[_0xeb34a4(0x161)]=function(_0x57ef59,_0x275355){return _0x57ef59>_0x275355;},_0x70d152['nmAbm']=_0xeb34a4(0x1d7),_0x70d152[_0xeb34a4(0x11b)]='global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).',_0x70d152['WYFCl']=function(_0x5d7195,_0x2231c1){return _0x5d7195===_0x2231c1;},_0x70d152[_0xeb34a4(0xf3)]=_0xeb34a4(0xd3);const _0x13ad92=_0x70d152,_0x5dbafc=global[_0xeb34a4(0x1c1)],_0x3fafc1=_0x5dbafc&&_0x5dbafc[_0xeb34a4(0x1c4)],_0x3c6697=_0x3fafc1&&_0x3fafc1['thTestRunUuid'];if(_0x13ad92[_0xeb34a4(0x151)](typeof _0x3c6697,_0x13ad92[_0xeb34a4(0xc6)])&&_0x13ad92['SsLHd'](_0x3c6697[_0xeb34a4(0x11c)],0x0))return _0x3c6697;let _0x16ca02;if(!_0x5dbafc)_0x16ca02=_0x13ad92['nmAbm'];else!_0x3fafc1?_0x16ca02=_0x13ad92['GbOdA']:_0x16ca02=_0xeb34a4(0x182)+Object[_0xeb34a4(0xd4)](_0x3fafc1)[_0xeb34a4(0xe8)](',\x20')+_0xeb34a4(0x1b8)+(_0x13ad92[_0xeb34a4(0x1bb)](_0x3c6697,undefined)?_0x13ad92[_0xeb34a4(0xf3)]:'\x22'+_0x3c6697+'\x22')+'.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.';return logger['warn'](_0xeb34a4(0x1c3)+_0x16ca02+_0xeb34a4(0x108)),'';},exports[a103_0x1ac2f6(0x137)]=_0x395d41=>{const _0x1c8244=a103_0x1ac2f6,_0x2ba9d0={};_0x2ba9d0['OfRYg']=function(_0x46a133,_0x50224e){return _0x46a133===_0x50224e;},_0x2ba9d0[_0x1c8244(0x1ab)]='string',_0x2ba9d0[_0x1c8244(0xce)]=_0x1c8244(0xdc);const _0x59c2e8=_0x2ba9d0;if(_0x395d41&&_0x395d41[_0x1c8244(0x166)]&&_0x59c2e8[_0x1c8244(0x107)](typeof _0x395d41[_0x1c8244(0x166)],_0x59c2e8[_0x1c8244(0x1ab)]))return _0x395d41[_0x1c8244(0x166)][_0x1c8244(0xc4)](_0x59c2e8['nwRBY']);return![];},exports[a103_0x1ac2f6(0x153)]=a103_0x1ac2f6(0x179),exports[a103_0x1ac2f6(0x189)]=()=>process[a103_0x1ac2f6(0x143)][a103_0x1ac2f6(0x1bd)]==='true',exports[a103_0x1ac2f6(0x14d)]=_0x3d55d9=>{const _0x59bf2a=a103_0x1ac2f6,_0x588cac={};_0x588cac[_0x59bf2a(0x1de)]=function(_0x1c9cd9,_0x3c6e0b){return _0x1c9cd9 in _0x3c6e0b;};const _0x49320c=_0x588cac;if(bsSetupHelper['isUndefined'](_0x3d55d9))return![];const _0x1f787d=_0x3d55d9['toLowerCase']();return _0x49320c[_0x59bf2a(0x1de)](_0x1f787d,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a103_0x1ac2f6(0x18e)]=_0x251d54=>{const _0x16fe6f=a103_0x1ac2f6;if(bsSetupHelper[_0x16fe6f(0xd7)](_0x251d54))return null;const _0x1684a3=_0x251d54['toLowerCase']();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x1684a3]||null;},exports['getMinVersionForBrowser']=(_0x5743ea,_0x32636f)=>{const _0x12c4d1=a103_0x1ac2f6,_0x512fb6=this['getBrowserA11yConfig'](_0x5743ea);if(!_0x512fb6)return null;if(_0x32636f)return _0x512fb6[_0x12c4d1(0x178)];return _0x512fb6['min_version_non_browserstack'];},exports[a103_0x1ac2f6(0x116)]=_0x2fa7f4=>{const _0xc8c2ae=a103_0x1ac2f6,_0x2a00db=this[_0xc8c2ae(0x18e)](_0x2fa7f4);return _0x2a00db?_0x2a00db[_0xc8c2ae(0x102)]:_0x2fa7f4;},exports['requiresChromeOptionsValidation']=_0x1d3f3c=>{const _0x4d3fb5=a103_0x1ac2f6,_0x47bb80=this['getBrowserA11yConfig'](_0x1d3f3c);return _0x47bb80?_0x47bb80[_0x4d3fb5(0x10d)]:![];},exports['isVersionSupported']=(_0x58e3ee,_0x48bb52)=>{const _0x1b5c47=a103_0x1ac2f6,_0x4d527a={'ZMDho':function(_0x3c7112,_0xc8b13){return _0x3c7112(_0xc8b13);},'mklys':function(_0x5044c3,_0x371bd7){return _0x5044c3>=_0x371bd7;}};if(bsSetupHelper[_0x1b5c47(0xd7)](_0x58e3ee)||bsSetupHelper[_0x1b5c47(0xd7)](_0x48bb52))return![];const _0x1d29e6=bsSetupHelper[_0x1b5c47(0x16b)](_0x4d527a['ZMDho'](String,_0x58e3ee),_0x4d527a[_0x1b5c47(0x1d8)](String,_0x48bb52));return _0x4d527a[_0x1b5c47(0xdd)](_0x1d29e6,0x0);},exports[a103_0x1ac2f6(0x1ad)]=_0x2befa9=>{const _0x2bae33=a103_0x1ac2f6,_0x3b3e40={};_0x3b3e40[_0x2bae33(0x1d2)]=function(_0x19327a,_0x45448f){return _0x19327a!==_0x45448f;},_0x3b3e40[_0x2bae33(0x12e)]='string',_0x3b3e40[_0x2bae33(0x1b5)]=_0x2bae33(0x170);const _0x1c1814=_0x3b3e40;if(!_0x2befa9||_0x1c1814['AdguE'](typeof _0x2befa9,_0x1c1814[_0x2bae33(0x12e)]))return null;try{return JSON[_0x2bae33(0x12a)](Buffer[_0x2bae33(0x1c6)](_0x2befa9[_0x2bae33(0x19b)]('.')[0x1],_0x1c1814[_0x2bae33(0x1b5)])[_0x2bae33(0x181)]());}catch{return null;}};
1
+ function a103_0x44a3(_0x262dda,_0x3cc2ff){const _0x4d9e8a=a103_0x4d9e();return a103_0x44a3=function(_0x44a32c,_0x53b22d){_0x44a32c=_0x44a32c-0xc2;let _0x36192d=_0x4d9e8a[_0x44a32c];return _0x36192d;},a103_0x44a3(_0x262dda,_0x3cc2ff);}const a103_0x5303ea=a103_0x44a3;(function(_0x412046,_0x114591){const _0x48ac4c=a103_0x44a3,_0x1dcbf3=_0x412046();while(!![]){try{const _0x59e384=-parseInt(_0x48ac4c(0x156))/0x1*(parseInt(_0x48ac4c(0x166))/0x2)+-parseInt(_0x48ac4c(0xce))/0x3+-parseInt(_0x48ac4c(0x1c3))/0x4*(-parseInt(_0x48ac4c(0x1a6))/0x5)+-parseInt(_0x48ac4c(0x1b0))/0x6+parseInt(_0x48ac4c(0x11c))/0x7+parseInt(_0x48ac4c(0x16f))/0x8*(parseInt(_0x48ac4c(0x1c6))/0x9)+-parseInt(_0x48ac4c(0x1bf))/0xa*(-parseInt(_0x48ac4c(0x1d1))/0xb);if(_0x59e384===_0x114591)break;else _0x1dcbf3['push'](_0x1dcbf3['shift']());}catch(_0x79c905){_0x1dcbf3['push'](_0x1dcbf3['shift']());}}}(a103_0x4d9e,0xa910c));function a103_0x4d9e(){const _0x47ef6c=['length','BJuEt','a11y:start','getResultsSummary','ChromeExtension','TViIj','IUwvj','bstack:options','v2/test_runs','NJVpf','mXBBN','toString','javascript','stringify','KVPVD','--headless=new','true','getMobileA11yCapabilities','oWrbz','CGKyi','script','browserVersion','AbZDV','chromeOptions_','./constants','isTrue','startsWith','Build\x20creation\x20had\x20failed.','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','aRcEW','projectName','browserstack_executor','getGlobal','bstackA11yShouldScan','gzTyy','WFNnM','mergeDeep','TyeTi','browserstack','requireModule','XmaFQ','undefined','JsrBd','lUqyd','./scripts','playwright','PERFORM_SCAN','join','15gnlQLL','PaPXk','nonBstackPlatformValidation','isMobileAccessibilityPlatform','IOzQF','../performance/constants','info','MaflL','NFnCf','BS_A11Y_JWT','cvnwZ','--headless=','MOBILE_SCANNING_DISABLED_WARNING','body','chromeOptions','CEyJV','107006arJEXR','method','NqmPE','VcGOR','chrome','PUT','POST','bzBVU','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','4256008nXABuG','DSIdC','BHzzE','env','getTestFrameworkDetails','euLPQ','BVCuo','forEach','getCapabilities','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','version','getCiInfo','replace','QjZdy','Content-Type','../globals','NNpxF','parse','jYfKH','rUaVQ','xmMRt','jnXEf','isUndefined','keys','No\x20accessibility\x20results\x20were\x20found.','getGitMetaData','accessibility','isAccessibilityAutomationSession','get','pWxSq','isMobileScanningEnabledForGroup','data','eKlED','tnIHv','fetchPlatformDetails','path','browserstackSessionName','IpVSg','isArray','cwd','resolveMobileThTestRunUuid','map','DkZmE','Performed\x20scan\x20with\x20result:\x20','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.',']\x20but\x20thTestRunUuid\x20is\x20','success','FbRJV','HZnKj','Bearer\x20','isAccessibilityPlatform','string','android','zjqJS','nestedKeyValue','5297385qsKPKV','../helper','isVersionSupported','isBrowserstackInfra','error','basename','scannerVersion','errors','HYumQ','platforms','2512596QPkGkb','__cloud_provider___','FlZWc','getBrowserName','ZRWXk','ZBjCV','command','jLjiC','WlAxc','pKJsV','pass','GozhN','performScan','buildName','selenium-webdriver/chrome.js','10wmrkCN','SdpHa','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','4lespGJ','measureWrapper','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','9oHDCVT','requiresChromeOptionsValidation','statusText','return\x20document.readyState\x20===\x20\x22complete\x22','Invalid\x20configuration\x20passed.','toLowerCase','from','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','display_name','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','min_version_browserstack','7542095FRygfG','debug','DjeXe','../logger','BROWSERSTACK_TURBOSCALE','TbSua','rjXCN','includes','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','BsYhv','sbQTx','NXIVp','null','clTFT','min_version_non_browserstack','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','SbseJ','TUlOP','Kdptw','user','requires_chrome_options_check','some','shouldScanTestForAccessibility','set','3239178pTmoCq','getAccessibilityResults','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','ydaAF','message','platformName','iFAhB','accessibilityToken','options_','deviceName','headers','split','auth','excludeTagsInTestingScope','bUxfu','executeAsyncScript','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','Performing\x20scan\x20before\x20getting\x20results\x20summary','getAccessibilityResultsSummary','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','getBrowserVersion','getHostInfo','winstonLogger','ffFMX','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','../performance/performance-tester','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','BHkIL','warn','goog:chromeOptions','Not\x20a\x20Accessibility\x20Session','trim','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','Invalid\x20request:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getBrowserA11yConfig','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','includeTagsInTestingScope','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','yVvwz','createAccessibilityTestRun','getResults','browserName','--headless','stack','currentTest','YbNIr','status','ZLXmC','PEjTD','getBrowserDisplayName','assign','YWkBV','fXPKg','nPCkN','mTZix','format','nodeRequest','VuFnb','BhqIR','toJson','ntegH','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','getPlatformVersion','capabilities_','application/json','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','JSWsy','getPackageVersion','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','OxaVJ','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','json','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','yzHIt','5014842BIkDkg','toISOString','is_mobile_session','GmvPy','response','fwxNS','thTestRunUuid','dsVCZ','isMobileAccessibilitySession','parseA11yJwtPayload'];a103_0x4d9e=function(){return _0x47ef6c;};return a103_0x4d9e();}const path=require(a103_0x5303ea(0x192)),util=require('util'),bsSetupHelper=require(a103_0x5303ea(0x1a7)),logger=require(a103_0x5303ea(0x1d4))[a103_0x5303ea(0xe4)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a103_0x5303ea(0x13e)),PerformanceTester=require(a103_0x5303ea(0xe7)),scripts=require(a103_0x5303ea(0x152)),globals=require(a103_0x5303ea(0x17e)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a103_0x5303ea(0x15b));exports[a103_0x5303ea(0x191)]=async _0x45514d=>{const _0xa306fc=a103_0x5303ea,_0x2ce4cf={};_0x2ce4cf[_0xa306fc(0x10b)]=function(_0x2ac280,_0x518e88){return _0x2ac280===_0x518e88;},_0x2ce4cf[_0xa306fc(0x15e)]=_0xa306fc(0x14c);const _0x2be298=_0x2ce4cf;let _0x237261={};try{const _0x51df36=await _0x45514d[_0xa306fc(0x177)]();_0x237261={'os_name':_0x51df36['getPlatform'](),'os_version':bsSetupHelper[_0xa306fc(0x10f)](_0x2be298['BhqIR'](global[_0xa306fc(0x1b1)],_0x2be298['NFnCf'])),'browser_name':_0x51df36[_0xa306fc(0x1b3)](),'browser_version':_0x51df36[_0xa306fc(0xe2)]()};}catch(_0x3a4ccd){logger[_0xa306fc(0x1d2)](_0xa306fc(0x10e)+_0x3a4ccd);}return _0x237261;},exports[a103_0x5303ea(0x18a)]=()=>{const _0x5070eb=a103_0x5303ea,_0x40c8e5={};_0x40c8e5[_0x5070eb(0xe5)]=function(_0x31aa88,_0x249384){return _0x31aa88===_0x249384;},_0x40c8e5[_0x5070eb(0x105)]=_0x5070eb(0x1a2),_0x40c8e5[_0x5070eb(0x18f)]=function(_0x252e02,_0x562dd3){return _0x252e02>_0x562dd3;},_0x40c8e5[_0x5070eb(0x1dc)]=function(_0x455773,_0x310bfa){return _0x455773!==_0x310bfa;},_0x40c8e5[_0x5070eb(0x17c)]=_0x5070eb(0xc2),_0x40c8e5['WFNnM']=function(_0x59d408,_0x4da82e){return _0x59d408&&_0x4da82e;};const _0x4672aa=_0x40c8e5;try{const _0x1f98fc=bsSetupHelper[_0x5070eb(0x13f)](process[_0x5070eb(0x172)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x5070eb(0x13f)](process[_0x5070eb(0x172)][_0x5070eb(0xf4)]),_0x44d36d=_0x4672aa[_0x5070eb(0xe5)](typeof process[_0x5070eb(0x172)][_0x5070eb(0x15f)],_0x4672aa[_0x5070eb(0x105)])&&_0x4672aa[_0x5070eb(0x18f)](process[_0x5070eb(0x172)][_0x5070eb(0x15f)]['length'],0x0)&&_0x4672aa[_0x5070eb(0x1dc)](process['env'][_0x5070eb(0x15f)],_0x4672aa[_0x5070eb(0x17c)]);return _0x4672aa[_0x5070eb(0x149)](_0x1f98fc,_0x44d36d);}catch(_0xa1173f){logger[_0x5070eb(0x1d2)](_0x5070eb(0x116)+_0xa1173f);}return![];},exports[a103_0x5303ea(0x158)]=(_0x5e49be,_0x588660)=>{const _0x421399=a103_0x5303ea,_0x344b52={'rUaVQ':_0x421399(0xfa),'XmaFQ':function(_0x4d002a,_0x426c91){return _0x4d002a(_0x426c91);},'GozhN':_0x421399(0x13b),'Kdptw':_0x421399(0x179),'XodPp':_0x421399(0x12d),'BVCuo':function(_0x5d21cc,_0x175dd3){return _0x5d21cc(_0x175dd3);},'yVvwz':_0x421399(0xd7),'PaPXk':'device','FbRJV':_0x421399(0xc5),'CEyJV':_0x421399(0x1be),'CGKyi':'selenium-webdriver','xWUOJ':_0x421399(0xd6),'NNpxF':'args','nPCkN':_0x421399(0x164),'YWkBV':_0x421399(0x1d9),'rjXCN':_0x421399(0xeb),'GmvPy':function(_0x21b21a,_0x13f845){return _0x21b21a===_0x13f845;},'mTZix':_0x421399(0x16a),'DFKTL':function(_0x5af0e9,_0xcded67){return _0x5af0e9>=_0xcded67;}},_0x50ae27=_0x5e49be[_0x421399(0x18b)](_0x344b52[_0x421399(0x182)]),_0x111106=_0x344b52[_0x421399(0x14e)](parseFloat,_0x5e49be[_0x421399(0x18b)](_0x344b52[_0x421399(0x1bb)]))||_0x344b52[_0x421399(0x14e)](parseFloat,_0x5e49be[_0x421399(0x18b)](_0x344b52[_0x421399(0xc8)])),_0x11ccc0=_0x5e49be['get'](_0x344b52['XodPp'])||{},_0x340ec1=_0x344b52[_0x421399(0x175)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x524f26=_0x11ccc0[_0x344b52[_0x421399(0xf7)]]||_0x5e49be[_0x421399(0x18b)](_0x344b52[_0x421399(0x157)])||![];if(_0x524f26)return logger[_0x421399(0xea)](_0x344b52[_0x421399(0x19e)]),![];let _0x4b591b;try{_0x4b591b=bsSetupHelper[_0x421399(0x14d)](_0x344b52[_0x421399(0x165)],_0x344b52[_0x421399(0x139)]);}catch(_0x2c7524){return![];}const _0x122ac5=new _0x4b591b['Options'](_0x588660[_0x421399(0x13d)]),_0x20d467=bsSetupHelper[_0x421399(0x1a5)](_0x122ac5,[_0x344b52['xWUOJ'],_0x344b52[_0x421399(0x17f)]])||bsSetupHelper[_0x421399(0x1a5)](_0x588660['capabilities_'],[_0x344b52['XodPp'],_0x344b52[_0x421399(0x106)],_0x344b52[_0x421399(0x17f)]])||bsSetupHelper[_0x421399(0x1a5)](_0x588660[_0x421399(0x110)],[_0x344b52['nPCkN'],_0x344b52[_0x421399(0x17f)]])||[],_0x5851be=Array[_0x421399(0x195)](_0x20d467)?_0x20d467:[];if(_0x5851be[_0x421399(0xcb)](_0x40238d=>typeof _0x40238d==='string'&&(_0x40238d===_0x421399(0xfb)||_0x40238d[_0x421399(0x140)](_0x421399(0x161))&&_0x40238d!==_0x421399(0x135))))return logger[_0x421399(0xea)](_0x344b52[_0x421399(0x104)]),![];const _0x4b72e1=_0x588660['capabilities_']||{},_0xea476=bsSetupHelper['nestedKeyValue'](_0x4b72e1,[_0x344b52[_0x421399(0x1d7)]])||{},_0x3c1df8=bsSetupHelper[_0x421399(0x1a5)](_0xea476,[_0x344b52[_0x421399(0x17f)]])||[],_0x45135b=Array[_0x421399(0x195)](_0x3c1df8)?_0x3c1df8:[];if(_0x45135b[_0x421399(0xcb)](_0x17ce3b=>typeof _0x17ce3b===_0x421399(0x1a2)&&(_0x17ce3b==='--headless'||_0x17ce3b[_0x421399(0x140)]('--headless=')&&_0x17ce3b!=='--headless=new')))return logger[_0x421399(0xea)](_0x344b52[_0x421399(0x104)]),![];if(_0x344b52[_0x421399(0x11f)](_0x50ae27[_0x421399(0x1cb)](),_0x344b52[_0x421399(0x107)])&&_0x344b52['DFKTL'](_0x111106,_0x340ec1))return!![];return logger[_0x421399(0xea)](_0x421399(0x11a)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports['setNonBstackInfraCapabilities']=_0x17ebd6=>{const _0x2d3540=a103_0x5303ea,_0x11a919={};_0x11a919[_0x2d3540(0x148)]=_0x2d3540(0xeb),_0x11a919[_0x2d3540(0x117)]=function(_0x391199,_0x38b265){return _0x391199||_0x38b265;},_0x11a919[_0x2d3540(0x121)]=_0x2d3540(0xec);const _0x5e622f=_0x11a919,_0x434468=scripts[_0x2d3540(0x12a)];try{const _0x52124b=bsSetupHelper[_0x2d3540(0x13f)](process[_0x2d3540(0x172)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x2d3540(0x13f)](process[_0x2d3540(0x172)][_0x2d3540(0xf4)]);if((!bsSetupHelper[_0x2d3540(0x1a9)]()||process[_0x2d3540(0x172)][_0x2d3540(0x1d5)])&&_0x52124b){const _0x22b287=_0x17ebd6[_0x2d3540(0x177)](),_0x363534=_0x22b287[_0x2d3540(0x18b)](_0x5e622f[_0x2d3540(0x148)]),_0x3080ee=_0x5e622f[_0x2d3540(0x117)](_0x363534,{});bsSetupHelper[_0x2d3540(0x14a)](_0x3080ee,_0x434468),_0x17ebd6['getCapabilities']()[_0x2d3540(0xcd)](_0x5e622f[_0x2d3540(0x148)],_0x3080ee);}else logger['warn'](_0x5e622f[_0x2d3540(0x121)]);}catch(_0x17e11a){logger[_0x2d3540(0x1aa)](_0x2d3540(0x1c2)+_0x17e11a);}},exports[a103_0x5303ea(0xcc)]=(_0x36c7a6=null,_0x3f2798=!![],_0x5167b1=[])=>{const _0x160479=a103_0x5303ea,_0x4c4f71={};_0x4c4f71[_0x160479(0x1b2)]=function(_0x298651,_0x526708){return _0x298651==_0x526708;},_0x4c4f71[_0x160479(0x171)]=function(_0x1f6424,_0x99025d){return _0x1f6424>_0x99025d;},_0x4c4f71[_0x160479(0xd4)]=function(_0x377009,_0x5955ae){return _0x377009===_0x5955ae;},_0x4c4f71[_0x160479(0x101)]=function(_0x1b6c7a,_0x25d452){return _0x1b6c7a&&_0x25d452;},_0x4c4f71[_0x160479(0x183)]=function(_0x3f3b08,_0x350e5f){return _0x3f3b08===_0x350e5f;};const _0x1bc4c8=_0x4c4f71;if(_0x1bc4c8[_0x160479(0x1b2)](process['env'][_0x160479(0xf1)],null))return!![];try{const _0x4d9e1a=JSON[_0x160479(0x180)](process[_0x160479(0x172)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x517c22=Array['isArray'](_0x4d9e1a[_0x160479(0xf5)])?_0x4d9e1a[_0x160479(0xf5)]:[],_0x4200f1=Array[_0x160479(0x195)](_0x4d9e1a[_0x160479(0xdb)])?_0x4d9e1a['excludeTagsInTestingScope']:[],_0x5e8796=_0xac3daa=>typeof _0xac3daa==='string'?_0xac3daa[_0x160479(0x17b)](/^@/,'')[_0x160479(0x1cb)]()[_0x160479(0xed)]():_0xac3daa;if(bsSetupHelper[_0x160479(0x185)](_0x36c7a6)){if(_0x1bc4c8[_0x160479(0x171)](_0x5167b1[_0x160479(0x126)],0x0)){const _0xadbf9=_0x5167b1[_0x160479(0x198)](_0x5e8796),_0x34f3bc=_0x4200f1[_0x160479(0xcb)](_0x513c30=>_0xadbf9[_0x160479(0x1d8)](_0x5e8796(_0x513c30))),_0xeba5aa=_0x1bc4c8[_0x160479(0xd4)](_0x517c22[_0x160479(0x126)],0x0)||_0x517c22[_0x160479(0xcb)](_0x58d883=>_0xadbf9[_0x160479(0x1d8)](_0x5e8796(_0x58d883)));return _0x1bc4c8['PEjTD'](!_0x34f3bc,_0xeba5aa);}return!![];}let _0x969304;_0x3f2798?_0x969304=_0x36c7a6['join']('/'):_0x969304=_0x36c7a6;const _0x2dc8e5=_0x4200f1[_0x160479(0xcb)](_0x22dcce=>_0x969304[_0x160479(0x1cb)]()['includes'](_0x5e8796(_0x22dcce)[_0x160479(0x1cb)]())),_0x2033da=_0x1bc4c8[_0x160479(0x183)](_0x517c22[_0x160479(0x126)],0x0)||_0x517c22[_0x160479(0xcb)](_0x507bf7=>_0x969304['toLowerCase']()[_0x160479(0x1d8)](_0x5e8796(_0x507bf7)[_0x160479(0x1cb)]()));return _0x1bc4c8[_0x160479(0x101)](!_0x2dc8e5,_0x2033da);}catch(_0x20a4f0){logger[_0x160479(0x1d2)](_0x160479(0x16e)+util['format'](_0x20a4f0));}return![];},exports['checkAccessibilityPlatformConfig']=_0x24d195=>{const _0x4a5751=a103_0x5303ea;let _0x2abf06=![];try{_0x24d195[_0x4a5751(0x1af)][_0x4a5751(0x176)](_0x1c0e08=>{const _0x8dfdad=_0x4a5751;if(bsSetupHelper['isTrue'](_0x1c0e08[_0x8dfdad(0x189)]))return _0x2abf06=!![],!![];});}catch(_0x5c4c43){logger[_0x4a5751(0x1d2)](_0x4a5751(0x1c5)+_0x5c4c43);}return _0x2abf06||bsSetupHelper[_0x4a5751(0x13f)](_0x24d195['accessibility']);},exports[a103_0x5303ea(0xf8)]=PerformanceTester['measureWrapper'](a103_0x5303ea(0x128),async function(_0x3c0203,_0x242138){const _0x3785ec=a103_0x5303ea,_0x6aee09={};_0x6aee09[_0x3785ec(0x151)]=_0x3785ec(0x118),_0x6aee09[_0x3785ec(0x150)]=_0x3785ec(0x153),_0x6aee09[_0x3785ec(0x1db)]=_0x3785ec(0x132),_0x6aee09['NJVpf']=_0x3785ec(0x111),_0x6aee09[_0x3785ec(0xc6)]=_0x3785ec(0x16c),_0x6aee09['tnIHv']=_0x3785ec(0x12e),_0x6aee09[_0x3785ec(0x13c)]=function(_0x5d57a2,_0x2bd371){return _0x5d57a2===_0x2bd371;},_0x6aee09[_0x3785ec(0x1b7)]=_0x3785ec(0x1ca),_0x6aee09[_0x3785ec(0x199)]='false';const _0x4d6bd4=_0x6aee09,_0xca1fb3=bsSetupHelper['getUserName'](_0x3c0203),_0x4c3293=bsSetupHelper['getAccessKey'](_0x3c0203);if(bsSetupHelper[_0x3785ec(0x185)](_0xca1fb3)||bsSetupHelper['isUndefined'](_0x4c3293))return logger[_0x3785ec(0x1aa)](_0x4d6bd4[_0x3785ec(0x151)]),[null,null];try{let _0x3483cd;bsSetupHelper[_0x3785ec(0x185)](process[_0x3785ec(0x172)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x3483cd={}:_0x3483cd=JSON['parse'](process['env'][_0x3785ec(0xf1)]);const {name:_0x2eda94,version:_0x31f9be}=bsSetupHelper[_0x3785ec(0x173)](_0x3c0203,_0x242138),_0x3f6ccc={'projectName':_0x3c0203[_0x3785ec(0x144)],'buildName':_0x3c0203[_0x3785ec(0x1bd)]||path[_0x3785ec(0x1ab)](path['resolve'](process[_0x3785ec(0x196)]())),'startTime':new Date()['toISOString'](),'description':_0x3c0203['buildDescription']||'','source':{'frameworkName':_0x242138['includes'](_0x4d6bd4[_0x3785ec(0x150)])?_0x4d6bd4[_0x3785ec(0x150)]:_0x242138,'frameworkVersion':bsSetupHelper[_0x3785ec(0x115)](_0x242138),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x4d6bd4[_0x3785ec(0x1db)],'testFramework':_0x2eda94,'testFrameworkVersion':_0x31f9be},'settings':_0x3483cd,'versionControl':await bsSetupHelper[_0x3785ec(0x188)](),'ciInfo':bsSetupHelper[_0x3785ec(0x17a)](),'hostInfo':bsSetupHelper[_0x3785ec(0xe3)](),'browserstackAutomation':bsSetupHelper[_0x3785ec(0x1a9)]()},_0x1a3c30={};_0x1a3c30[_0x3785ec(0xc9)]=_0xca1fb3,_0x1a3c30[_0x3785ec(0x1ba)]=_0x4c3293;const _0x5d20e7={};_0x5d20e7[_0x3785ec(0x17d)]=_0x4d6bd4[_0x3785ec(0x12f)];const _0x4372f7={};_0x4372f7['auth']=_0x1a3c30,_0x4372f7[_0x3785ec(0xd8)]=_0x5d20e7;const _0x1dfb95=_0x4372f7,_0x3d05cf={};_0x3d05cf[_0x3785ec(0x163)]=_0x3f6ccc,_0x3d05cf[_0x3785ec(0x119)]=!![];const _0x5ac7e1=Object[_0x3785ec(0x103)](_0x1dfb95,_0x3d05cf),_0x168c0e=await bsSetupHelper[_0x3785ec(0x109)](_0x4d6bd4[_0x3785ec(0xc6)],_0x4d6bd4[_0x3785ec(0x190)],_0x5ac7e1,_0x3c0203,API_URL);let _0x2344f2=process[_0x3785ec(0x172)][_0x3785ec(0xf1)];return _0x2344f2?_0x2344f2=JSON[_0x3785ec(0x180)](process[_0x3785ec(0x172)][_0x3785ec(0xf1)]):_0x2344f2={},scripts['parseFromJson'](_0x168c0e[_0x3785ec(0x18e)]['data']),scripts[_0x3785ec(0x10c)](),_0x2344f2['scannerVersion']=_0x168c0e[_0x3785ec(0x18e)][_0x3785ec(0x18e)][_0x3785ec(0x1ac)],process[_0x3785ec(0x172)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x2344f2),[_0x168c0e['data']['data'][_0x3785ec(0xd5)],_0x168c0e[_0x3785ec(0x18e)][_0x3785ec(0x18e)]['id']];}catch(_0x394268){if(_0x394268[_0x3785ec(0x120)])logger[_0x3785ec(0x1aa)](_0x3785ec(0x112)+_0x394268['response']['status']+'\x20'+_0x394268[_0x3785ec(0x120)][_0x3785ec(0x1c8)]+'\x20'+JSON[_0x3785ec(0x133)](_0x394268[_0x3785ec(0x120)]['data']));else{if(_0x4d6bd4[_0x3785ec(0x13c)](_0x394268[_0x3785ec(0xd2)],_0x4d6bd4['jLjiC'])){logger[_0x3785ec(0x1aa)](_0x3785ec(0x112)+(_0x394268['message']||_0x394268[_0x3785ec(0xfc)]));for(const _0x270d71 of _0x394268[_0x3785ec(0x1ad)]){logger[_0x3785ec(0x1aa)](_0x270d71[_0x3785ec(0xd2)]);}process[_0x3785ec(0x172)][_0x3785ec(0xf2)]=_0x4d6bd4[_0x3785ec(0x199)],process[_0x3785ec(0x172)][_0x3785ec(0xf4)]=_0x4d6bd4[_0x3785ec(0x199)];}else logger[_0x3785ec(0x1aa)](_0x3785ec(0x112)+(_0x394268[_0x3785ec(0xd2)]||_0x394268[_0x3785ec(0xfc)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester['measureWrapper']('a11y:stop',async function(_0x3ac672){const _0xf30092=a103_0x5303ea,_0x1391b4={};_0x1391b4[_0xf30092(0x15d)]=function(_0x398233,_0x529486){return _0x398233!==_0x529486;},_0x1391b4['wmgJW']='string',_0x1391b4[_0xf30092(0x184)]='error',_0x1391b4[_0xf30092(0x1b8)]=_0xf30092(0x141),_0x1391b4[_0xf30092(0x16d)]=_0xf30092(0x111),_0x1391b4[_0xf30092(0xfe)]=_0xf30092(0x16b),_0x1391b4[_0xf30092(0x168)]='test_runs/stop',_0x1391b4[_0xf30092(0x1ae)]=function(_0x4a3654,_0x5557d2){return _0x4a3654+_0x5557d2;},_0x1391b4[_0xf30092(0x127)]=_0xf30092(0xf0),_0x1391b4[_0xf30092(0x181)]=_0xf30092(0x19d);const _0x2fe942=_0x1391b4;if(bsSetupHelper[_0xf30092(0x185)](process[_0xf30092(0x172)][_0xf30092(0x15f)])||_0x2fe942[_0xf30092(0x15d)](typeof process[_0xf30092(0x172)]['BS_A11Y_JWT'],_0x2fe942['wmgJW'])){const _0x549cd0={};return _0x549cd0['status']=_0x2fe942['jnXEf'],_0x549cd0[_0xf30092(0xd2)]=_0x2fe942['WlAxc'],_0x549cd0;}const _0x38d124={'endTime':new Date()[_0xf30092(0x11d)]()},_0x2e4f70={};_0x2e4f70['Authorization']=_0xf30092(0x1a0)+process[_0xf30092(0x172)]['BS_A11Y_JWT'],_0x2e4f70[_0xf30092(0x17d)]=_0x2fe942[_0xf30092(0x16d)];const _0x336e4c={};_0x336e4c[_0xf30092(0xd8)]=_0x2e4f70;const _0x27acea=_0x336e4c,_0x858883={};_0x858883[_0xf30092(0x163)]=_0x38d124,_0x858883[_0xf30092(0xda)]=null,_0x858883['json']=!![];const _0x3f7b4d=Object[_0xf30092(0x103)](_0x27acea,_0x858883);try{const _0x15f99d=await bsSetupHelper[_0xf30092(0x109)](_0x2fe942['YbNIr'],_0x2fe942[_0xf30092(0x168)],_0x3f7b4d,_0x3ac672,API_URL);if(_0x15f99d[_0xf30092(0x18e)][_0xf30092(0x1aa)])throw new Error(_0x2fe942[_0xf30092(0x1ae)](_0x2fe942[_0xf30092(0x127)],_0x15f99d[_0xf30092(0x18e)]['error']));else{logger[_0xf30092(0x15c)](_0xf30092(0xde)+new Date()['toISOString']());const _0x3dbe8e={};return _0x3dbe8e[_0xf30092(0xff)]=_0x2fe942[_0xf30092(0x181)],_0x3dbe8e[_0xf30092(0xd2)]='',_0x3dbe8e;}}catch(_0x3d1925){_0x3d1925[_0xf30092(0x120)]?logger['error'](_0xf30092(0xe8)+_0x3d1925[_0xf30092(0x120)][_0xf30092(0xff)]+'\x20'+_0x3d1925['response'][_0xf30092(0x1c8)]+'\x20'+JSON[_0xf30092(0x133)](_0x3d1925[_0xf30092(0x120)][_0xf30092(0x18e)])):logger['error'](_0xf30092(0xe8)+(_0x3d1925[_0xf30092(0xd2)]||util[_0xf30092(0x108)](_0x3d1925)));const _0x311975={};return _0x311975[_0xf30092(0xff)]=_0x2fe942['jnXEf'],_0x311975['message']=_0x3d1925[_0xf30092(0xd2)]||(_0x3d1925[_0xf30092(0x120)]?_0x3d1925['response'][_0xf30092(0xff)]+':'+_0x3d1925[_0xf30092(0x120)][_0xf30092(0x1c8)]:_0x3d1925),_0x311975;}}),exports['performScan']=async(_0x5a7ea5,_0x55a47f=null,_0x5d0c90=![],_0x23fca5=null)=>{const _0x1b6424=a103_0x5303ea,_0xf3b324={};_0xf3b324[_0x1b6424(0x18c)]=_0x1b6424(0x1a1),_0xf3b324[_0x1b6424(0x1b5)]=_0x1b6424(0x147),_0xf3b324[_0x1b6424(0x174)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.',_0xf3b324[_0x1b6424(0x19f)]=function(_0x5652dd,_0x3684bf){return _0x5652dd||_0x3684bf;},_0xf3b324[_0x1b6424(0x169)]='bstackA11yScanOptions',_0xf3b324['hQoMo']=_0x1b6424(0xf6);const _0x322ef2=_0xf3b324;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x322ef2[_0x1b6424(0x18c)])||!_0x5d0c90&&!globals[_0x1b6424(0x146)](_0x322ef2[_0x1b6424(0x1b5)])){logger[_0x1b6424(0xea)](_0x322ef2['euLPQ']);return;}const _0x2ff431=_0x5d0c90?_0x322ef2[_0x1b6424(0x19f)](_0x23fca5,{}):globals[_0x1b6424(0x146)](_0x322ef2[_0x1b6424(0x169)])||{},_0x3c4150={};_0x3c4150[_0x1b6424(0x167)]=_0x55a47f||global['browserstackSessionName'];const _0x26d25e=Object[_0x1b6424(0x103)]({},_0x2ff431,_0x3c4150);await this[_0x1b6424(0x124)](_0x5a7ea5)&&(Object[_0x1b6424(0x103)](_0x26d25e,this[_0x1b6424(0x137)](),{'thTestRunUuid':this[_0x1b6424(0x197)]()}),logger[_0x1b6424(0x1d2)](_0x322ef2['hQoMo']));logger[_0x1b6424(0x1d2)](_0x1b6424(0x113)+util[_0x1b6424(0x108)]('%j',_0x26d25e));const _0x55bbbc={};return _0x55bbbc[_0x1b6424(0x1b6)]=_0x55a47f,await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x94d61a=_0x1b6424;try{await _0x5a7ea5['wait'](()=>_0x5a7ea5['executeScript'](_0x94d61a(0x1c9)),0x1388);}catch(_0x5b662e){}const _0x1b13b5=util[_0x94d61a(0x108)](await _0x5a7ea5['executeAsyncScript'](scripts['performScan'],_0x26d25e));return logger['debug'](_0x94d61a(0x19a)+_0x1b13b5),_0x1b13b5;},_0x55bbbc)();},exports[a103_0x5303ea(0xcf)]=async(_0x11fbf5,_0x2ed89c)=>{const _0x2c0687=a103_0x5303ea,_0x249b6f={};_0x249b6f['TyeTi']='Performing\x20scan\x20before\x20getting\x20results',_0x249b6f[_0x2c0687(0x114)]=_0x2c0687(0x1a1),_0x249b6f['dWETd']=_0x2c0687(0x147),_0x249b6f[_0x2c0687(0x123)]=_0x2c0687(0x1cd),_0x249b6f[_0x2c0687(0x15a)]='getAccessibilityResults',_0x249b6f['TbSua']=_0x2c0687(0x187);const _0x356434=_0x249b6f;if(!this[_0x2c0687(0x18a)]()||!globals[_0x2c0687(0x146)](_0x356434['JSWsy'])||!globals['getGlobal'](_0x356434['dWETd']))return logger[_0x2c0687(0xea)](_0x356434['dsVCZ']),[];try{const _0x291144=await this[_0x2c0687(0x124)](_0x11fbf5),_0x304bf6=_0x291144?Object['assign']({},this[_0x2c0687(0x137)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x291144&&logger[_0x2c0687(0x1d2)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+util[_0x2c0687(0x108)]('%j',_0x304bf6)),await PerformanceTester[_0x2c0687(0x1c4)](PerformanceA11yEvents[_0x2c0687(0x154)],async()=>{const _0x5da375=_0x2c0687;logger['debug'](_0x356434[_0x5da375(0x14b)]);const _0x307342={};_0x307342[_0x5da375(0x167)]=_0x2ed89c[_0x5da375(0x193)];const _0x4813e3=Object[_0x5da375(0x103)](_0x307342,_0x304bf6);logger[_0x5da375(0x1d2)](util['format'](await _0x11fbf5[_0x5da375(0xdd)](scripts[_0x5da375(0x1bc)],_0x4813e3)));},{'command':_0x356434[_0x2c0687(0x15a)]})(),await PerformanceTester[_0x2c0687(0x1c4)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x42156e=_0x2c0687,_0x55e311=_0x291144?await _0x11fbf5['executeAsyncScript'](scripts[_0x42156e(0xf9)],_0x304bf6):await _0x11fbf5['executeAsyncScript'](scripts['getResults']);return _0x55e311;})();}catch{return logger['error'](_0x356434[_0x2c0687(0x1d6)]),[];}},exports[a103_0x5303ea(0xe0)]=async(_0x4d58a4,_0x812c7b)=>{const _0x3f3588=a103_0x5303ea,_0x4fcbaf={};_0x4fcbaf[_0x3f3588(0x1b9)]=_0x3f3588(0xdf),_0x4fcbaf[_0x3f3588(0x134)]=_0x3f3588(0x1a1),_0x4fcbaf[_0x3f3588(0x1b4)]=_0x3f3588(0x147),_0x4fcbaf[_0x3f3588(0x1da)]=_0x3f3588(0x1cf),_0x4fcbaf[_0x3f3588(0x1a4)]=_0x3f3588(0xe0),_0x4fcbaf['SdpHa']='No\x20accessibility\x20summary\x20was\x20found.';const _0x2baba8=_0x4fcbaf;if(!this[_0x3f3588(0x18a)]()||!globals['getGlobal'](_0x2baba8[_0x3f3588(0x134)])||!globals[_0x3f3588(0x146)](_0x2baba8[_0x3f3588(0x1b4)]))return logger[_0x3f3588(0xea)](_0x2baba8[_0x3f3588(0x1da)]),{};try{const _0x536081=await this[_0x3f3588(0x124)](_0x4d58a4),_0x507e06=_0x536081?Object['assign']({},this[_0x3f3588(0x137)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x536081&&logger[_0x3f3588(0x1d2)]('getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20'+util[_0x3f3588(0x108)]('%j',_0x507e06)),await PerformanceTester[_0x3f3588(0x1c4)](PerformanceA11yEvents[_0x3f3588(0x154)],async()=>{const _0x1fcacb=_0x3f3588;logger[_0x1fcacb(0x1d2)](_0x2baba8[_0x1fcacb(0x1b9)]);const _0x289f82={};_0x289f82[_0x1fcacb(0x167)]=_0x812c7b[_0x1fcacb(0x193)];const _0x5c956d=Object['assign'](_0x289f82,_0x507e06);logger[_0x1fcacb(0x1d2)](util[_0x1fcacb(0x108)](await _0x4d58a4[_0x1fcacb(0xdd)](scripts[_0x1fcacb(0x1bc)],_0x5c956d)));},{'command':_0x2baba8[_0x3f3588(0x1a4)]})(),await PerformanceTester[_0x3f3588(0x1c4)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x468d1b=_0x3f3588,_0x1ae317=_0x536081?await _0x4d58a4[_0x468d1b(0xdd)](scripts['getResultsSummary'],_0x507e06):await _0x4d58a4[_0x468d1b(0xdd)](scripts[_0x468d1b(0x129)]);return _0x1ae317;})();}catch{return logger['error'](_0x2baba8[_0x3f3588(0x1c0)]),{};}},exports[a103_0x5303ea(0x159)]=(_0x5f3b53,_0x44162b=![])=>{const _0x1306ef=a103_0x5303ea,_0x1150be={'VuFnb':function(_0x36648f,_0x207202){return _0x36648f(_0x207202);},'TViIj':_0x1306ef(0xd3),'lrRYB':function(_0x407917,_0x5640bc){return _0x407917!==_0x5640bc;},'TUlOP':_0x1306ef(0x1a3),'IUwvj':_0x1306ef(0xfa),'IpVSg':_0x1306ef(0x16a),'TAEFk':'Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','LIKVr':'Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)'};try{if(!_0x5f3b53)return![];const _0x1836f1=_0x5cfbf4=>typeof _0x5f3b53['get']==='function'?_0x5f3b53[_0x1306ef(0x18b)](_0x5cfbf4):_0x5f3b53[_0x5cfbf4],_0x7d2e65=_0x1150be['VuFnb'](String,_0x1150be[_0x1306ef(0x10a)](_0x1836f1,_0x1150be[_0x1306ef(0x12b)])||'')['toLowerCase']();if(_0x1150be['lrRYB'](_0x7d2e65,_0x1150be[_0x1306ef(0xc7)]))return![];const _0x1092f6=_0x1150be[_0x1306ef(0x10a)](String,_0x1150be['VuFnb'](_0x1836f1,_0x1150be[_0x1306ef(0x12c)])||'')['toLowerCase']();if(!_0x1092f6['includes'](_0x1150be[_0x1306ef(0x194)]))return _0x44162b&&logger[_0x1306ef(0xea)](_0x1150be['TAEFk']),![];return logger['debug'](_0x1150be['LIKVr']),!![];}catch(_0x5d5456){return logger[_0x1306ef(0x1d2)](_0x1306ef(0xe6)+_0x5d5456),![];}},exports[a103_0x5303ea(0x124)]=async _0x3ad450=>{const _0x495dd6=a103_0x5303ea;try{const _0x3e42ac=await _0x3ad450[_0x495dd6(0x177)]();return exports[_0x495dd6(0x159)](_0x3e42ac);}catch(_0x20d3b9){return logger['debug'](_0x495dd6(0x142)+_0x20d3b9),![];}},exports['getMobileA11yCapabilities']=()=>{const _0x4b1ee5=a103_0x5303ea,_0x31c149={};return _0x31c149[_0x4b1ee5(0x11e)]=!![],_0x31c149;},exports['resolveMobileThTestRunUuid']=()=>{const _0x206e7e=a103_0x5303ea,_0x3b2f0b={};_0x3b2f0b['yzHIt']=function(_0x4dc3e9,_0x51d4be){return _0x4dc3e9===_0x51d4be;},_0x3b2f0b[_0x206e7e(0x170)]=_0x206e7e(0x1a2),_0x3b2f0b[_0x206e7e(0x130)]=function(_0x2bf4ae,_0x3f0f2f){return _0x2bf4ae>_0x3f0f2f;},_0x3b2f0b[_0x206e7e(0xe9)]=_0x206e7e(0xee),_0x3b2f0b[_0x206e7e(0x10d)]=_0x206e7e(0x178),_0x3b2f0b[_0x206e7e(0x100)]=_0x206e7e(0x14f);const _0x15d12f=_0x3b2f0b,_0x46573f=global['__workerDetails'],_0x399853=_0x46573f&&_0x46573f[_0x206e7e(0xfd)],_0x3c6fc9=_0x399853&&_0x399853[_0x206e7e(0x122)];if(_0x15d12f[_0x206e7e(0x11b)](typeof _0x3c6fc9,_0x15d12f[_0x206e7e(0x170)])&&_0x15d12f[_0x206e7e(0x130)](_0x3c6fc9['length'],0x0))return _0x3c6fc9;let _0x8a074b;if(!_0x46573f)_0x8a074b=_0x15d12f[_0x206e7e(0xe9)];else!_0x399853?_0x8a074b=_0x15d12f['ntegH']:_0x8a074b=_0x206e7e(0xef)+Object[_0x206e7e(0x186)](_0x399853)[_0x206e7e(0x155)](',\x20')+_0x206e7e(0x19c)+(_0x15d12f[_0x206e7e(0x11b)](_0x3c6fc9,undefined)?_0x15d12f[_0x206e7e(0x100)]:'\x22'+_0x3c6fc9+'\x22')+'.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.';return logger[_0x206e7e(0xea)](_0x206e7e(0xd0)+_0x8a074b+_0x206e7e(0x1c1)),'';},exports['isBrowserStackCommandExecutor']=_0x1ede1f=>{const _0xb74fdb=a103_0x5303ea,_0x3ef32b={};_0x3ef32b[_0xb74fdb(0x143)]=function(_0x36e140,_0x112ee8){return _0x36e140===_0x112ee8;},_0x3ef32b['ydaAF']=_0xb74fdb(0x1a2),_0x3ef32b[_0xb74fdb(0x160)]=_0xb74fdb(0x145);const _0x1c8f5b=_0x3ef32b;if(_0x1ede1f&&_0x1ede1f[_0xb74fdb(0x13a)]&&_0x1c8f5b[_0xb74fdb(0x143)](typeof _0x1ede1f['script'],_0x1c8f5b[_0xb74fdb(0xd1)]))return _0x1ede1f['script'][_0xb74fdb(0x1d8)](_0x1c8f5b[_0xb74fdb(0x160)]);return![];},exports[a103_0x5303ea(0x162)]=a103_0x5303ea(0x19b),exports[a103_0x5303ea(0x18d)]=()=>process[a103_0x5303ea(0x172)][a103_0x5303ea(0xe1)]===a103_0x5303ea(0x136),exports['isBrowserSupportedForAccessibility']=_0x9fc87e=>{const _0x592d42=a103_0x5303ea,_0x467776={};_0x467776[_0x592d42(0x138)]=function(_0x49c892,_0x5094b8){return _0x49c892 in _0x5094b8;};const _0xbd0019=_0x467776;if(bsSetupHelper[_0x592d42(0x185)](_0x9fc87e))return![];const _0x30055f=_0x9fc87e['toLowerCase']();return _0xbd0019[_0x592d42(0x138)](_0x30055f,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a103_0x5303ea(0xf3)]=_0x4e7f5d=>{const _0x156cef=a103_0x5303ea;if(bsSetupHelper[_0x156cef(0x185)](_0x4e7f5d))return null;const _0x459b4d=_0x4e7f5d['toLowerCase']();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x459b4d]||null;},exports['getMinVersionForBrowser']=(_0x182c2e,_0x1a49e3)=>{const _0x3168c6=a103_0x5303ea,_0x47ba73=this[_0x3168c6(0xf3)](_0x182c2e);if(!_0x47ba73)return null;if(_0x1a49e3)return _0x47ba73[_0x3168c6(0x1d0)];return _0x47ba73[_0x3168c6(0xc4)];},exports[a103_0x5303ea(0x102)]=_0x450d3b=>{const _0x4b9fcb=a103_0x5303ea,_0x5e0026=this[_0x4b9fcb(0xf3)](_0x450d3b);return _0x5e0026?_0x5e0026[_0x4b9fcb(0x1ce)]:_0x450d3b;},exports[a103_0x5303ea(0x1c7)]=_0x30e96=>{const _0x52cfa3=a103_0x5303ea,_0x596dbb=this[_0x52cfa3(0xf3)](_0x30e96);return _0x596dbb?_0x596dbb[_0x52cfa3(0xca)]:![];},exports[a103_0x5303ea(0x1a8)]=(_0x4fa01a,_0x40cbf6)=>{const _0x5b3478=a103_0x5303ea,_0x5cb2d8={'DNkxj':function(_0x57b463,_0x4c1d91){return _0x57b463(_0x4c1d91);},'ZCVUZ':function(_0x1a7508,_0x43a063){return _0x1a7508(_0x43a063);},'JceNB':function(_0x44fd9a,_0x5365a2){return _0x44fd9a>=_0x5365a2;}};if(bsSetupHelper[_0x5b3478(0x185)](_0x4fa01a)||bsSetupHelper['isUndefined'](_0x40cbf6))return![];const _0x55115b=bsSetupHelper['compareVersions'](_0x5cb2d8['DNkxj'](String,_0x4fa01a),_0x5cb2d8['ZCVUZ'](String,_0x40cbf6));return _0x5cb2d8['JceNB'](_0x55115b,0x0);},exports[a103_0x5303ea(0x125)]=_0x341ba0=>{const _0x3684ff=a103_0x5303ea,_0xcd3769={};_0xcd3769[_0x3684ff(0xdc)]=function(_0x1bbb84,_0x39cbe6){return _0x1bbb84!==_0x39cbe6;},_0xcd3769[_0x3684ff(0xc3)]=_0x3684ff(0x1a2),_0xcd3769[_0x3684ff(0x1d3)]='base64';const _0x5a3d03=_0xcd3769;if(!_0x341ba0||_0x5a3d03[_0x3684ff(0xdc)](typeof _0x341ba0,_0x5a3d03['clTFT']))return null;try{return JSON['parse'](Buffer[_0x3684ff(0x1cc)](_0x341ba0[_0x3684ff(0xd9)]('.')[0x1],_0x5a3d03[_0x3684ff(0x1d3)])[_0x3684ff(0x131)]());}catch{return null;}};
@@ -1 +1 @@
1
- function a104_0x3ce3(_0x5a9f6c,_0xc76e31){const _0x3efc98=a104_0x3efc();return a104_0x3ce3=function(_0x3ce36b,_0x56ad28){_0x3ce36b=_0x3ce36b-0x6a;let _0x1eec6c=_0x3efc98[_0x3ce36b];return _0x1eec6c;},a104_0x3ce3(_0x5a9f6c,_0xc76e31);}const a104_0x564fcd=a104_0x3ce3;(function(_0x2f0142,_0x690247){const _0x12429b=a104_0x3ce3,_0x28674b=_0x2f0142();while(!![]){try{const _0x39778c=-parseInt(_0x12429b(0x74))/0x1+parseInt(_0x12429b(0x91))/0x2*(-parseInt(_0x12429b(0x89))/0x3)+parseInt(_0x12429b(0x9c))/0x4*(-parseInt(_0x12429b(0xa6))/0x5)+-parseInt(_0x12429b(0x8a))/0x6+parseInt(_0x12429b(0x6b))/0x7+parseInt(_0x12429b(0x8e))/0x8*(-parseInt(_0x12429b(0x81))/0x9)+-parseInt(_0x12429b(0x7d))/0xa*(-parseInt(_0x12429b(0x93))/0xb);if(_0x39778c===_0x690247)break;else _0x28674b['push'](_0x28674b['shift']());}catch(_0x9cdc8a){_0x28674b['push'](_0x28674b['shift']());}}}(a104_0x3efc,0x42ae8));const path=require(a104_0x564fcd(0x71)),fs=require('fs'),logger=require(a104_0x564fcd(0xa1))[a104_0x564fcd(0x78)],helper=require(a104_0x564fcd(0x85));function a104_0x3efc(){const _0x1ecfde=['path','commands.json','getResultsSummary','202688dmOOqH','map','parseFromProto','uRpHk','winstonLogger','split','MwwWX','commandsToWrap','saveResults','49390MadEnp','fromJson','scripts','toLowerCase','302751khUcEl','exports','shouldWrapCommand','ChromeExtension','../helper','commandsPath','join','findIndex','21dWaDQT','2868828HchQhN','ZbCYh','commands','saveTestResults','72RfjXEd','nonBStackInfraA11yChromeOptions','.browserstack','5764hIqIyn','length','2167dBcAmS','scan','parseFromJson','getName','cokVa','LgZPb','oUwab','performScan','getCommand','782176yjSEXG','xNiKT','browserstackFolderPath','JQmIs','getClass','../../helpers/logger','getResults','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','existsSync','debug','5aWfdvJ','WLuhv','3496080fVOCAe','name','wUjHk','writeFileSync','mkdirSync','RZhEG'];a104_0x3efc=function(){return _0x1ecfde;};return a104_0x3efc();}class Scripts{constructor(){const _0x1a8aa3=a104_0x564fcd,_0x9b2c96={};_0x9b2c96[_0x1a8aa3(0x6d)]='1|0|3|5|4|6|2',_0x9b2c96[_0x1a8aa3(0x70)]=_0x1a8aa3(0x90),_0x9b2c96['oUwab']=_0x1a8aa3(0x72);const _0x3d682e=_0x9b2c96,_0x2d1afb=_0x3d682e[_0x1a8aa3(0x6d)][_0x1a8aa3(0x79)]('|');let _0x714476=0x0;while(!![]){switch(_0x2d1afb[_0x714476++]){case'0':this[_0x1a8aa3(0xa2)]=null;continue;case'1':this[_0x1a8aa3(0x9a)]=null;continue;case'2':this[_0x1a8aa3(0x7e)]();continue;case'3':this[_0x1a8aa3(0x73)]=null;continue;case'4':this[_0x1a8aa3(0x9e)]=path['join'](helper['homedir'](),_0x3d682e[_0x1a8aa3(0x70)]);continue;case'5':this[_0x1a8aa3(0x8d)]=null;continue;case'6':this[_0x1a8aa3(0x86)]=path[_0x1a8aa3(0x87)](this[_0x1a8aa3(0x9e)],_0x3d682e[_0x1a8aa3(0x99)]);continue;}break;}}[a104_0x564fcd(0x95)](_0x4ef4ab){const _0xb05390=a104_0x564fcd;_0x4ef4ab['scripts']&&(this[_0xb05390(0x9a)]=_0x4ef4ab[_0xb05390(0x7f)]['scan'],this[_0xb05390(0xa2)]=_0x4ef4ab[_0xb05390(0x7f)]['getResults'],this[_0xb05390(0x73)]=_0x4ef4ab[_0xb05390(0x7f)][_0xb05390(0x73)],this[_0xb05390(0x8d)]=_0x4ef4ab[_0xb05390(0x7f)][_0xb05390(0x7c)]),this[_0xb05390(0x7b)]=_0x4ef4ab[_0xb05390(0x8c)],this[_0xb05390(0x84)]=_0x4ef4ab[_0xb05390(0x8f)];}[a104_0x564fcd(0x76)](_0x203cf4,_0x12587b){const _0x5296af=a104_0x564fcd,_0x1944e6={};_0x1944e6[_0x5296af(0x9f)]=function(_0x4fe4d8,_0x41c686){return _0x4fe4d8>_0x41c686;},_0x1944e6[_0x5296af(0x8b)]=function(_0x1ae611,_0xbe11c7){return _0x1ae611===_0xbe11c7;},_0x1944e6[_0x5296af(0x9d)]=_0x5296af(0x94),_0x1944e6[_0x5296af(0x98)]=function(_0x39e1f0,_0x147553){return _0x39e1f0===_0x147553;},_0x1944e6[_0x5296af(0x77)]=_0x5296af(0xa2),_0x1944e6[_0x5296af(0x7a)]=_0x5296af(0x73),_0x1944e6['cokVa']='saveResults';const _0x260850=_0x1944e6;if(_0x203cf4&&_0x260850['JQmIs'](_0x203cf4[_0x5296af(0x92)],0x0))for(const _0x2934f3 of _0x203cf4){if(_0x260850[_0x5296af(0x8b)](_0x2934f3[_0x5296af(0x96)](),_0x260850[_0x5296af(0x9d)]))this[_0x5296af(0x9a)]=_0x2934f3[_0x5296af(0x9b)]();else{if(_0x260850['LgZPb'](_0x2934f3[_0x5296af(0x96)](),_0x260850['uRpHk']))this[_0x5296af(0xa2)]=_0x2934f3['getCommand']();else{if(_0x260850[_0x5296af(0x98)](_0x2934f3[_0x5296af(0x96)](),_0x260850[_0x5296af(0x7a)]))this['getResultsSummary']=_0x2934f3[_0x5296af(0x9b)]();else _0x260850[_0x5296af(0x98)](_0x2934f3['getName'](),_0x260850[_0x5296af(0x97)])&&(this[_0x5296af(0x8d)]=_0x2934f3[_0x5296af(0x9b)]());}}}_0x12587b&&_0x260850[_0x5296af(0x9f)](_0x12587b[_0x5296af(0x92)],0x0)&&(this[_0x5296af(0x7b)]=_0x12587b[_0x5296af(0x75)](_0x27d809=>{const _0x23840a=_0x5296af;return{'name':_0x27d809[_0x23840a(0x96)](),'method':_0x27d809['getMethod'](),'library':_0x27d809['getLibrary'](),'module':_0x27d809['getModule'](),'class':_0x27d809[_0x23840a(0xa0)]()};}));}[a104_0x564fcd(0x83)](_0xf0539f){const _0x4e3c67=a104_0x564fcd,_0x436d7f={};_0x436d7f[_0x4e3c67(0x6a)]=function(_0x3a6541,_0x2a88d0){return _0x3a6541!==_0x2a88d0;};const _0x488c54=_0x436d7f;try{return _0x488c54[_0x4e3c67(0x6a)](this[_0x4e3c67(0x7b)][_0x4e3c67(0x88)](_0x2eb6d1=>_0x2eb6d1[_0x4e3c67(0x6c)][_0x4e3c67(0x80)]()===_0xf0539f[_0x4e3c67(0x80)]()),-0x1);}catch(_0x46756c){logger[_0x4e3c67(0xa5)](_0x4e3c67(0xa3)+_0x46756c);}return![];}['toJson'](){const _0x5c73d5=a104_0x564fcd;!fs[_0x5c73d5(0xa4)](this[_0x5c73d5(0x9e)])&&fs[_0x5c73d5(0x6f)](this[_0x5c73d5(0x9e)]),fs[_0x5c73d5(0x6e)](this[_0x5c73d5(0x86)],JSON['stringify']({'scripts':{'scan':this[_0x5c73d5(0x9a)],'getResults':this[_0x5c73d5(0xa2)],'getResultsSummary':this[_0x5c73d5(0x73)],'saveResults':this['saveTestResults']},'commands':this[_0x5c73d5(0x7b)],'nonBStackInfraA11yChromeOptions':this[_0x5c73d5(0x84)]}));}['fromJson'](){const _0x4c9f98=a104_0x564fcd,_0x3e8474={'WdXEi':function(_0x20faf7,_0x1027a5){return _0x20faf7(_0x1027a5);}};fs['existsSync'](this[_0x4c9f98(0x86)])&&this['parseFromJson'](_0x3e8474['WdXEi'](require,this['commandsPath']));}}module[a104_0x564fcd(0x82)]=new Scripts();
1
+ function a104_0x6a52(_0x5274b5,_0x42aa05){const _0x363fc1=a104_0x363f();return a104_0x6a52=function(_0x6a526,_0x2f1169){_0x6a526=_0x6a526-0x94;let _0x368d95=_0x363fc1[_0x6a526];return _0x368d95;},a104_0x6a52(_0x5274b5,_0x42aa05);}const a104_0x11fb4d=a104_0x6a52;(function(_0x343030,_0x462d3d){const _0x30ba18=a104_0x6a52,_0x52d82f=_0x343030();while(!![]){try{const _0x3f9346=parseInt(_0x30ba18(0xa3))/0x1+parseInt(_0x30ba18(0xb6))/0x2*(-parseInt(_0x30ba18(0xcd))/0x3)+parseInt(_0x30ba18(0xc9))/0x4*(parseInt(_0x30ba18(0xb0))/0x5)+-parseInt(_0x30ba18(0xcf))/0x6*(parseInt(_0x30ba18(0xa5))/0x7)+parseInt(_0x30ba18(0xac))/0x8*(parseInt(_0x30ba18(0xbb))/0x9)+parseInt(_0x30ba18(0xcb))/0xa+-parseInt(_0x30ba18(0xbf))/0xb*(parseInt(_0x30ba18(0xb7))/0xc);if(_0x3f9346===_0x462d3d)break;else _0x52d82f['push'](_0x52d82f['shift']());}catch(_0x12d539){_0x52d82f['push'](_0x52d82f['shift']());}}}(a104_0x363f,0x76320));const path=require('path'),fs=require('fs'),logger=require(a104_0x11fb4d(0xcc))[a104_0x11fb4d(0x94)],helper=require(a104_0x11fb4d(0x9e));function a104_0x363f(){const _0x21ea30=['debug','ChromeExtension','name','.browserstack','getCommand','toJson','toLowerCase','972waGGZb','getName','4319090vXsMWb','../../helpers/logger','33HkEWBa','commands.json','107898PYocTb','getResults','winstonLogger','writeFileSync','HymLe','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','exports','saveTestResults','fromJson','keMRl','WuUpy','JqPKz','../helper','HPvov','getMethod','findIndex','join','454965beMuAq','parseFromJson','119qNlmQb','aNIug','shouldWrapCommand','nonBStackInfraA11yChromeOptions','DoigQ','commands','parseFromProto','1557368qTOFRM','commandsPath','split','performScan','8705bvaekj','hRmmw','getModule','commandsToWrap','4|0|3|6|1|5|2','fMcTj','686XAHjBc','914124dmAqpI','scripts','getClass','existsSync','36PtKDVO','Zjkvd','getResultsSummary','browserstackFolderPath','187yGPKIP','homedir','mkdirSync'];a104_0x363f=function(){return _0x21ea30;};return a104_0x363f();}class Scripts{constructor(){const _0x52537a=a104_0x11fb4d,_0x37b352={};_0x37b352['fMcTj']=_0x52537a(0xb4),_0x37b352['uwase']=_0x52537a(0xc5),_0x37b352[_0x52537a(0xa6)]=_0x52537a(0xce);const _0x5a2f29=_0x37b352,_0x4039f9=_0x5a2f29[_0x52537a(0xb5)][_0x52537a(0xae)]('|');let _0x10957a=0x0;while(!![]){switch(_0x4039f9[_0x10957a++]){case'0':this[_0x52537a(0xd0)]=null;continue;case'1':this['browserstackFolderPath']=path[_0x52537a(0xa2)](helper[_0x52537a(0xc0)](),_0x5a2f29['uwase']);continue;case'2':this[_0x52537a(0x9a)]();continue;case'3':this[_0x52537a(0xbd)]=null;continue;case'4':this['performScan']=null;continue;case'5':this[_0x52537a(0xad)]=path[_0x52537a(0xa2)](this[_0x52537a(0xbe)],_0x5a2f29[_0x52537a(0xa6)]);continue;case'6':this[_0x52537a(0x99)]=null;continue;}break;}}[a104_0x11fb4d(0xa4)](_0x28babe){const _0xde0768=a104_0x11fb4d;_0x28babe[_0xde0768(0xb8)]&&(this[_0xde0768(0xaf)]=_0x28babe[_0xde0768(0xb8)]['scan'],this[_0xde0768(0xd0)]=_0x28babe[_0xde0768(0xb8)][_0xde0768(0xd0)],this['getResultsSummary']=_0x28babe[_0xde0768(0xb8)][_0xde0768(0xbd)],this[_0xde0768(0x99)]=_0x28babe[_0xde0768(0xb8)]['saveResults']),this[_0xde0768(0xb3)]=_0x28babe[_0xde0768(0xaa)],this[_0xde0768(0xc3)]=_0x28babe[_0xde0768(0xa8)];}[a104_0x11fb4d(0xab)](_0x332bbe,_0x346564){const _0x4315ad=a104_0x11fb4d,_0x2538a5={};_0x2538a5[_0x4315ad(0x9f)]=function(_0x13d311,_0x916f50){return _0x13d311>_0x916f50;},_0x2538a5['DoigQ']=function(_0x6cf7a0,_0x4c64c1){return _0x6cf7a0===_0x4c64c1;},_0x2538a5[_0x4315ad(0x9b)]='scan',_0x2538a5[_0x4315ad(0xb1)]=_0x4315ad(0xd0),_0x2538a5[_0x4315ad(0x9c)]=function(_0x594bbb,_0x4de8c5){return _0x594bbb===_0x4de8c5;},_0x2538a5[_0x4315ad(0x96)]='getResultsSummary',_0x2538a5[_0x4315ad(0x9d)]=function(_0x3f2fbf,_0x3128c0){return _0x3f2fbf===_0x3128c0;},_0x2538a5[_0x4315ad(0xbc)]='saveResults';const _0x4431d7=_0x2538a5;if(_0x332bbe&&_0x4431d7['HPvov'](_0x332bbe['length'],0x0))for(const _0xe15aef of _0x332bbe){if(_0x4431d7[_0x4315ad(0xa9)](_0xe15aef[_0x4315ad(0xca)](),_0x4431d7[_0x4315ad(0x9b)]))this[_0x4315ad(0xaf)]=_0xe15aef[_0x4315ad(0xc6)]();else{if(_0x4431d7[_0x4315ad(0xa9)](_0xe15aef[_0x4315ad(0xca)](),_0x4431d7['hRmmw']))this[_0x4315ad(0xd0)]=_0xe15aef[_0x4315ad(0xc6)]();else{if(_0x4431d7[_0x4315ad(0x9c)](_0xe15aef['getName'](),_0x4431d7[_0x4315ad(0x96)]))this[_0x4315ad(0xbd)]=_0xe15aef[_0x4315ad(0xc6)]();else _0x4431d7[_0x4315ad(0x9d)](_0xe15aef[_0x4315ad(0xca)](),_0x4431d7[_0x4315ad(0xbc)])&&(this['saveTestResults']=_0xe15aef[_0x4315ad(0xc6)]());}}}_0x346564&&_0x4431d7['HPvov'](_0x346564['length'],0x0)&&(this[_0x4315ad(0xb3)]=_0x346564['map'](_0xc1264b=>{const _0x55ea67=_0x4315ad;return{'name':_0xc1264b[_0x55ea67(0xca)](),'method':_0xc1264b[_0x55ea67(0xa0)](),'library':_0xc1264b['getLibrary'](),'module':_0xc1264b[_0x55ea67(0xb2)](),'class':_0xc1264b[_0x55ea67(0xb9)]()};}));}[a104_0x11fb4d(0xa7)](_0x7d4ca5){const _0x21123a=a104_0x11fb4d,_0x5124f5={};_0x5124f5['cJpnN']=function(_0x73638d,_0x35146f){return _0x73638d!==_0x35146f;};const _0x3bab4a=_0x5124f5;try{return _0x3bab4a['cJpnN'](this[_0x21123a(0xb3)][_0x21123a(0xa1)](_0x20f51d=>_0x20f51d[_0x21123a(0xc4)][_0x21123a(0xc8)]()===_0x7d4ca5[_0x21123a(0xc8)]()),-0x1);}catch(_0x33aec8){logger[_0x21123a(0xc2)](_0x21123a(0x97)+_0x33aec8);}return![];}[a104_0x11fb4d(0xc7)](){const _0x426996=a104_0x11fb4d;!fs[_0x426996(0xba)](this[_0x426996(0xbe)])&&fs[_0x426996(0xc1)](this[_0x426996(0xbe)]),fs[_0x426996(0x95)](this[_0x426996(0xad)],JSON['stringify']({'scripts':{'scan':this['performScan'],'getResults':this['getResults'],'getResultsSummary':this[_0x426996(0xbd)],'saveResults':this[_0x426996(0x99)]},'commands':this['commandsToWrap'],'nonBStackInfraA11yChromeOptions':this['ChromeExtension']}));}[a104_0x11fb4d(0x9a)](){const _0xe8bb43=a104_0x11fb4d,_0xcf946e={'Cvgcm':function(_0x4a24d7,_0x33d851){return _0x4a24d7(_0x33d851);}};fs[_0xe8bb43(0xba)](this[_0xe8bb43(0xad)])&&this[_0xe8bb43(0xa4)](_0xcf946e['Cvgcm'](require,this[_0xe8bb43(0xad)]));}}module[a104_0x11fb4d(0x98)]=new Scripts();
@@ -1 +1 @@
1
- const a105_0x2d3b9e=a105_0x6328;(function(_0x3ebb58,_0x36e76c){const _0x3f3596=a105_0x6328,_0x290f74=_0x3ebb58();while(!![]){try{const _0x2f2c57=-parseInt(_0x3f3596(0x1b4))/0x1+parseInt(_0x3f3596(0x1b2))/0x2+-parseInt(_0x3f3596(0x215))/0x3*(-parseInt(_0x3f3596(0x1d1))/0x4)+parseInt(_0x3f3596(0x204))/0x5+parseInt(_0x3f3596(0x1ce))/0x6+parseInt(_0x3f3596(0x1f4))/0x7*(parseInt(_0x3f3596(0x21c))/0x8)+-parseInt(_0x3f3596(0x1d9))/0x9;if(_0x2f2c57===_0x36e76c)break;else _0x290f74['push'](_0x290f74['shift']());}catch(_0xed3ff7){_0x290f74['push'](_0x290f74['shift']());}}}(a105_0x429c,0xefe60));function a105_0x6328(_0xc62ca4,_0x3103d0){const _0x429c52=a105_0x429c();return a105_0x6328=function(_0x63287c,_0x49bc3b){_0x63287c=_0x63287c-0x1ae;let _0x57000d=_0x429c52[_0x63287c];return _0x57000d;},a105_0x6328(_0xc62ca4,_0x3103d0);}const path=require(a105_0x2d3b9e(0x1cb)),{commandRepository}=require(a105_0x2d3b9e(0x1fa)),constants=require('../../bin/utils/constants'),logger=require(a105_0x2d3b9e(0x1e3))[a105_0x2d3b9e(0x221)],globals=require(a105_0x2d3b9e(0x21a)),timeoutPromise=require(a105_0x2d3b9e(0x1b3)),isUndefinedOrNull=_0x49137f=>_0x49137f===undefined||_0x49137f===null||_0x49137f==='',isNotUndefinedOrNull=_0x4e03bd=>!isUndefinedOrNull(_0x4e03bd),isString=_0xfaae9b=>isNotUndefinedOrNull(_0xfaae9b)&&typeof _0xfaae9b==='string';class AiSdkWrapper{constructor(){const _0x28ef60=a105_0x2d3b9e,_0x56e679={'DRGJn':function(_0x5d00f9,_0x364867){return _0x5d00f9(_0x364867);},'vGbBC':'../../ai-sdk-node/bundle'};this[_0x28ef60(0x1ef)]=undefined;try{this[_0x28ef60(0x1ef)]=_0x56e679['DRGJn'](require,path['join'](__dirname,_0x56e679[_0x28ef60(0x218)]));}catch(_0x51bb98){logger[_0x28ef60(0x1d6)](_0x28ef60(0x1e5)+(_0x51bb98&&_0x51bb98['message']?_0x51bb98[_0x28ef60(0x226)]:''));}}[a105_0x2d3b9e(0x1c8)](_0x51c705){const _0x26e86e=a105_0x2d3b9e,_0x1299e3={};_0x1299e3['SZJle']=_0x26e86e(0x1bf),_0x1299e3['pXVhT']=function(_0x3ce4da,_0x43ac6e){return _0x3ce4da===_0x43ac6e;},_0x1299e3[_0x26e86e(0x1f3)]=_0x26e86e(0x1d2),_0x1299e3['HMReU']=_0x26e86e(0x1ae),_0x1299e3['SKybK']=_0x26e86e(0x1f7),_0x1299e3[_0x26e86e(0x222)]=function(_0x157a91,_0x6c352b){return _0x157a91===_0x6c352b;},_0x1299e3[_0x26e86e(0x1f9)]=_0x26e86e(0x1fe),_0x1299e3[_0x26e86e(0x1ed)]=function(_0xd23369,_0x53ac8d){return _0xd23369===_0x53ac8d;},_0x1299e3[_0x26e86e(0x1ec)]=_0x26e86e(0x1be),_0x1299e3[_0x26e86e(0x206)]=function(_0x1e4d6a,_0x10a3f9){return _0x1e4d6a===_0x10a3f9;};const _0x49f5f9=_0x1299e3;try{const _0x5bdcd4=this[_0x26e86e(0x1ef)][_0x26e86e(0x21f)](Object['fromEntries'](_0x51c705['getCapabilities']()[_0x26e86e(0x1d8)]));console[_0x26e86e(0x201)](_0x49f5f9[_0x26e86e(0x1c6)],_0x5bdcd4);if(_0x49f5f9['pXVhT'](_0x5bdcd4?.[_0x26e86e(0x1bd)]?.['toLowerCase'](),_0x49f5f9['WqIWN']))_0x51c705[_0x26e86e(0x213)]=_0x5bdcd4;else{if(_0x49f5f9[_0x26e86e(0x20a)](_0x5bdcd4?.[_0x26e86e(0x1bd)]?.['toLowerCase'](),_0x49f5f9[_0x26e86e(0x209)]))_0x51c705[_0x26e86e(0x1ff)]=_0x5bdcd4;else{if(_0x49f5f9[_0x26e86e(0x20a)](_0x5bdcd4?.[_0x26e86e(0x1bd)]?.['toLowerCase'](),_0x49f5f9['SKybK']))_0x51c705[_0x26e86e(0x1f2)]=_0x5bdcd4;else{if(_0x49f5f9[_0x26e86e(0x222)](_0x5bdcd4?.[_0x26e86e(0x1bd)]?.[_0x26e86e(0x20c)](),_0x49f5f9[_0x26e86e(0x1f9)])||_0x49f5f9[_0x26e86e(0x1ed)](_0x5bdcd4?.[_0x26e86e(0x1bd)]?.['toLowerCase'](),_0x49f5f9[_0x26e86e(0x1ec)]))_0x51c705[_0x26e86e(0x21e)]=_0x5bdcd4;else _0x49f5f9[_0x26e86e(0x206)](_0x5bdcd4?.[_0x26e86e(0x1bd)]?.[_0x26e86e(0x20c)](),'ie')&&(_0x51c705[_0x26e86e(0x1df)]=_0x5bdcd4);}}}Object[_0x26e86e(0x1cf)](_0x5bdcd4)['forEach'](_0x5b30f0=>{const _0x25eb84=_0x26e86e,_0x1c144f=_0x51c705[_0x25eb84(0x1e2)]['get'](_0x5b30f0);_0x51c705['capabilities_'][_0x25eb84(0x1c4)](_0x5b30f0,_0x5bdcd4[_0x5b30f0]);});}catch(_0x5de2b9){logger[_0x26e86e(0x1d6)](_0x26e86e(0x202)+(_0x5de2b9&&_0x5de2b9['message']?_0x5de2b9[_0x26e86e(0x226)]:''));}}async['setTcgToken'](_0x1b34d9){const _0x28a089=a105_0x2d3b9e,_0xafde56={'eLMcY':function(_0x55fc90,_0x3f53a2,_0x145651,_0x3c56be,_0x927fa6,_0x378795,_0x10f0af){return _0x55fc90(_0x3f53a2,_0x145651,_0x3c56be,_0x927fa6,_0x378795,_0x10f0af);},'ElAxC':'BrowserstackHealing.setToken\x20method\x20timed\x20out','rlmAD':'BrowserstackHealingSetTcgTokenFailed','rAzTb':_0x28a089(0x20e)},_0x5947c5=new Date(),_0x406fbd=_0xafde56[_0x28a089(0x1da)](timeoutPromise,constants[_0x28a089(0x1e0)],_0xafde56[_0x28a089(0x21b)],_0xafde56[_0x28a089(0x1cc)],_0x5947c5,this[_0x28a089(0x224)],this[_0x28a089(0x1c7)]);await Promise[_0x28a089(0x1c0)]([this[_0x28a089(0x1ef)][_0x28a089(0x1fb)](_0x1b34d9,globals['getGlobal'](_0xafde56[_0x28a089(0x207)]),constants[_0x28a089(0x1e4)])[_0x28a089(0x1f8)](()=>{_0x406fbd['cancel']();}),_0x406fbd]);}async[a105_0x2d3b9e(0x1b6)](_0x42c567,_0x6a027f,_0x35303e,_0x341383){const _0x446ed5=a105_0x2d3b9e,_0x580cc2={'BZlGJ':function(_0x4d2d75,_0x1b1bc3){return _0x4d2d75===_0x1b1bc3;},'xfPIg':function(_0x832c7b,_0x2e6f0d){return _0x832c7b===_0x2e6f0d;},'LPErJ':function(_0x6f98e8,_0x23b38a){return _0x6f98e8(_0x23b38a);},'WSelw':function(_0x172fac,_0x2c496f){return _0x172fac(_0x2c496f);},'eneSI':function(_0x19977f,_0x3d62a2){return _0x19977f(_0x3d62a2);},'mVcge':function(_0x34fc0d,_0x4aca8c){return _0x34fc0d(_0x4aca8c);},'CfBkV':function(_0xac7a6d,_0x374d){return _0xac7a6d(_0x374d);},'BdlAb':function(_0xaa8529,_0x2cbbe5){return _0xaa8529(_0x2cbbe5);},'zsmGX':function(_0x14f59b,_0x17f391){return _0x14f59b(_0x17f391);},'AmNWY':_0x446ed5(0x219),'qnlJS':function(_0x5d5120,_0x3cd900){return _0x5d5120(_0x3cd900);},'vTfzJ':_0x446ed5(0x1b9),'Pfygg':'aiHeal_groupId','UTHLn':_0x446ed5(0x214),'HEdKk':function(_0x760eff,_0x9e05f5,_0x2c2b67,_0x2f45d4,_0xf96414,_0x329619,_0x19f834){return _0x760eff(_0x9e05f5,_0x2c2b67,_0x2f45d4,_0xf96414,_0x329619,_0x19f834);},'gWFEK':_0x446ed5(0x1f6),'vRFsD':_0x446ed5(0x1dc),'bqIrM':_0x446ed5(0x1f5),'qCKjS':_0x446ed5(0x1af)},_0x534da2=(await _0x6a027f[_0x446ed5(0x1cd)]())[_0x446ed5(0x1c5)]();let _0x281d00='';if(commandRepository[_0x446ed5(0x212)]()&&_0x580cc2[_0x446ed5(0x1f1)](_0x341383,![])||_0x580cc2[_0x446ed5(0x20b)](_0x341383,!![])){const _0x25426f=_0x580cc2['LPErJ'](isNotUndefinedOrNull,_0x35303e['parameters_'][_0x446ed5(0x1b8)])&&_0x580cc2[_0x446ed5(0x1bb)](isString,_0x35303e[_0x446ed5(0x1c9)][_0x446ed5(0x1b8)])?_0x35303e[_0x446ed5(0x1c9)][_0x446ed5(0x1b8)][_0x446ed5(0x217)](/'/g,'\x5c\x27')[_0x446ed5(0x217)](/"/g,'\x5c\x22'):'',_0x164fc0=_0x580cc2['LPErJ'](isNotUndefinedOrNull,_0x35303e[_0x446ed5(0x1c9)][_0x446ed5(0x1b8)])&&_0x580cc2['LPErJ'](isString,_0x35303e[_0x446ed5(0x1c9)][_0x446ed5(0x1e8)])?_0x35303e[_0x446ed5(0x1c9)][_0x446ed5(0x1e8)]['replace'](/'/g,'\x5c\x27')[_0x446ed5(0x217)](/"/g,'\x5c\x22'):'',_0x468332=_0x580cc2[_0x446ed5(0x1ea)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x580cc2['eneSI'](isString,commandRepository['getProjectName']())?commandRepository['getProjectName']()[_0x446ed5(0x217)](/'/g,'\x5c\x27')[_0x446ed5(0x217)](/"/g,'\x5c\x22'):'';let _0x19218e=_0x580cc2[_0x446ed5(0x1b0)](isNotUndefinedOrNull,global[_0x446ed5(0x1eb)])&&_0x580cc2[_0x446ed5(0x205)](isString,global[_0x446ed5(0x1eb)])?global[_0x446ed5(0x1eb)][_0x446ed5(0x217)](/'/g,'\x5c\x27')[_0x446ed5(0x217)](/"/g,'\x5c\x22'):'';!_0x19218e&&(_0x19218e=_0x580cc2['BdlAb'](isNotUndefinedOrNull,commandRepository[_0x446ed5(0x1d5)]())&&_0x580cc2[_0x446ed5(0x1b5)](isString,commandRepository[_0x446ed5(0x1d5)]())?commandRepository[_0x446ed5(0x1d5)]()[_0x446ed5(0x217)](/'/g,'\x5c\x27')[_0x446ed5(0x217)](/"/g,'\x5c\x22'):'');let _0x131f88=_0x446ed5(0x1ee)+constants[_0x446ed5(0x1fc)]+_0x446ed5(0x1e1)+constants[_0x446ed5(0x1fc)]+_0x446ed5(0x203)+constants[_0x446ed5(0x1e4)][_0x446ed5(0x1e7)](_0x580cc2['AmNWY'])[0x1]+'\x22}}}';_0x131f88=_0x580cc2[_0x446ed5(0x1b1)](isNotUndefinedOrNull,_0x131f88)&&_0x580cc2[_0x446ed5(0x1ea)](isString,_0x131f88)?_0x131f88[_0x446ed5(0x217)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x199fc9=commandRepository[_0x446ed5(0x211)](_0x534da2),_0x69e8e1=globals[_0x446ed5(0x1c3)](_0x580cc2[_0x446ed5(0x210)]),_0x3cd31b=globals[_0x446ed5(0x1c3)](_0x580cc2[_0x446ed5(0x200)]),_0x3b28de=globals['getGlobal'](_0x580cc2[_0x446ed5(0x1e9)]),_0x59c402=![],_0x33e64d=new Date();if(_0x341383){const _0x451b42=_0x580cc2['HEdKk'](timeoutPromise,constants[_0x446ed5(0x1d7)],_0x580cc2[_0x446ed5(0x1b7)],_0x580cc2[_0x446ed5(0x1c1)],_0x33e64d,this[_0x446ed5(0x224)],this[_0x446ed5(0x1c7)]);_0x281d00=await Promise[_0x446ed5(0x1c0)]([this[_0x446ed5(0x1ef)]['logData'](_0x25426f,_0x164fc0,_0x468332,_0x19218e,_0x3cd31b,_0x534da2,_0x199fc9,_0x131f88)[_0x446ed5(0x1f8)](_0x376b92=>{const _0x49ea63=_0x446ed5;return _0x451b42[_0x49ea63(0x20f)](),_0x376b92;}),_0x451b42]);}else{if(commandRepository[_0x446ed5(0x212)]()){const _0x25c063=_0x580cc2['HEdKk'](timeoutPromise,constants[_0x446ed5(0x1dd)],_0x580cc2['bqIrM'],_0x580cc2[_0x446ed5(0x225)],_0x33e64d,this[_0x446ed5(0x224)],this[_0x446ed5(0x1c7)]);_0x281d00=await Promise[_0x446ed5(0x1c0)]([this[_0x446ed5(0x1ef)]['healFailure'](_0x25426f,_0x164fc0,_0x468332,_0x19218e,_0x69e8e1,_0x3cd31b,_0x534da2,_0x199fc9,_0x59c402,_0x3b28de,_0x131f88)[_0x446ed5(0x1f8)](_0x795511=>{const _0x3ab54b=_0x446ed5;return _0x25c063[_0x3ab54b(0x20f)](),_0x795511;}),_0x25c063]);}}_0x281d00&&await _0x6a027f['executeScript'](_0x281d00);}}async[a105_0x2d3b9e(0x1d0)](_0x3114d6,_0x5296d1,_0x32b05a){const _0x3a8d33=a105_0x2d3b9e;try{await this[_0x3a8d33(0x1b6)](_0x3114d6,_0x5296d1,_0x32b05a,!![]);}catch(_0x1d9b9c){return logger[_0x3a8d33(0x1d6)](_0x3a8d33(0x20d)+(_0x1d9b9c&&_0x1d9b9c[_0x3a8d33(0x226)]?_0x1d9b9c[_0x3a8d33(0x226)]:'')),![];}return!![];}async['handleFailure'](_0x5b9022,_0x283b41,_0x331781){const _0x22dabf=a105_0x2d3b9e,_0x4bf76a={'UUikl':function(_0x4c0957,_0x35702c,_0x2ffd05,_0x1ac296,_0x525b4e,_0xb70d7c,_0x4fe569){return _0x4c0957(_0x35702c,_0x2ffd05,_0x1ac296,_0x525b4e,_0xb70d7c,_0x4fe569);},'CruOR':_0x22dabf(0x227),'gHwkU':_0x22dabf(0x1f0),'IzfNS':_0x22dabf(0x20e)};try{await this[_0x22dabf(0x1b6)](_0x5b9022,_0x283b41,_0x331781,![]);const _0x46299d=(await _0x283b41[_0x22dabf(0x1cd)]())[_0x22dabf(0x1c5)](),_0x20c0b1=new Date(),_0xf5293d=_0x4bf76a['UUikl'](timeoutPromise,constants[_0x22dabf(0x1d4)],_0x4bf76a[_0x22dabf(0x1ba)],_0x4bf76a[_0x22dabf(0x21d)],_0x20c0b1,this[_0x22dabf(0x224)],this[_0x22dabf(0x1c7)]),_0x40d0c3=await Promise[_0x22dabf(0x1c0)]([this[_0x22dabf(0x1ef)][_0x22dabf(0x1ca)](constants[_0x22dabf(0x1e4)],_0x46299d,globals[_0x22dabf(0x1c3)](_0x4bf76a[_0x22dabf(0x1de)]))[_0x22dabf(0x1f8)](_0x5611fe=>{const _0xfc9e3e=_0x22dabf;return _0xf5293d[_0xfc9e3e(0x20f)](),_0x5611fe;}),_0xf5293d]);if(_0x40d0c3&&_0x40d0c3['selector']&&_0x40d0c3[_0x22dabf(0x1e8)]){const _0x4eccca={};return _0x4eccca[_0x22dabf(0x216)]=_0x40d0c3[_0x22dabf(0x1fd)],_0x4eccca[_0x22dabf(0x220)]=_0x40d0c3[_0x22dabf(0x1e8)],_0x4eccca[_0x22dabf(0x1bc)]=!![],_0x4eccca;}const _0x5dd3f4={};return _0x5dd3f4[_0x22dabf(0x216)]=_0x331781[_0x22dabf(0x1c9)][_0x22dabf(0x1b8)],_0x5dd3f4[_0x22dabf(0x220)]=_0x40d0c3[_0x22dabf(0x1e8)],_0x5dd3f4['aiHealing']=!![],_0x5dd3f4;}catch(_0x21c3f2){return logger[_0x22dabf(0x1db)](_0x22dabf(0x1d3)+(_0x21c3f2&&_0x21c3f2['message']?_0x21c3f2['message']:'')),logger[_0x22dabf(0x1e6)](_0x22dabf(0x223)+_0x331781['name_']+_0x22dabf(0x1c2)),_0x331781;}}}function a105_0x429c(){const _0x32151a=['aiHeal_sessionToken','cancel','vTfzJ','getCommands','isSelfHealEnabled','chromeOptions_','aiHeal_isGroupAIEnabled','3eynRiM','locatorType','replace','vGbBC','s://','../globals','ElAxC','24PcNjka','gHwkU','edgeOptions_','initializeCapabilities','locatorValue','winstonLogger','YneaH','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','config','qCKjS','message','BrowserstackHealing.pollResult\x20method\x20timed\x20out','firefox','BrowserstackHealingHealFailureFailed','mVcge','qnlJS','3858652Uivbgj','../../helpers/timeoutPromise','1626757vtdgVj','zsmGX','_handleEvent','gWFEK','using','aiHeal_userId','CruOR','LPErJ','aiHealing','browserName','microsoftedge','newCapabilities','race','vRFsD','\x20command','getGlobal','set','getId','SZJle','framework','initializeHealingCapabilities','parameters_','pollResult','path','rlmAD','getSession','8778822qBiVYt','keys','handleSuccess','5516852BfNfCV','chrome','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','POLL_HEALING_RESULT_TIMEOUT','getTestName','error','HEALING_LOG_DATA_TIMEOUT','map_','22860189eWvONm','eLMcY','debug','BrowserstackHealingLogDataFailed','HEALING_FAILURE_TIMEOUT','IzfNS','ieOptions_','SET_TCG_TOKEN_TIMEOUT','\x22,\x20\x22tcgUrls\x22:\x20{\x22','capabilities_','../logger','TCG_URL','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','info','split','value','UTHLn','WSelw','browserstackSessionName','wxARQ','ysRQc','{\x22region\x22:\x20\x22','BrowserstackHealing','BrowserstackHealingPollResultFailed','BZlGJ','safariOptions_','WqIWN','616112QcmPnk','BrowserstackHealing.healFailure\x20method\x20timed\x20out','BrowserstackHealing.logData\x20method\x20timed\x20out','safari','then','ZVKWj','./autoHealHelper','setToken','TCG_REGION','selector','edge','firefoxOptions_','Pfygg','log','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','\x22:\x20{\x22endpoint\x22:\x20\x22','568390zzOUVQ','CfBkV','khzvd','rAzTb','freeze','HMReU','pXVhT','xfPIg','toLowerCase','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'];a105_0x429c=function(){return _0x32151a;};return a105_0x429c();}exports['aiSdkWrapper']=Object[a105_0x2d3b9e(0x208)](new AiSdkWrapper());
1
+ function a105_0x5d04(_0x2933ed,_0x17ead3){const _0x277d4c=a105_0x277d();return a105_0x5d04=function(_0x5d0499,_0x383e42){_0x5d0499=_0x5d0499-0x164;let _0x571005=_0x277d4c[_0x5d0499];return _0x571005;},a105_0x5d04(_0x2933ed,_0x17ead3);}const a105_0x3b2c74=a105_0x5d04;(function(_0x1026e0,_0x311091){const _0x2cbdce=a105_0x5d04,_0xc686e9=_0x1026e0();while(!![]){try{const _0x3c0d0b=-parseInt(_0x2cbdce(0x1de))/0x1+parseInt(_0x2cbdce(0x1b1))/0x2+parseInt(_0x2cbdce(0x167))/0x3+-parseInt(_0x2cbdce(0x179))/0x4+parseInt(_0x2cbdce(0x180))/0x5+-parseInt(_0x2cbdce(0x192))/0x6+-parseInt(_0x2cbdce(0x1c2))/0x7*(-parseInt(_0x2cbdce(0x171))/0x8);if(_0x3c0d0b===_0x311091)break;else _0xc686e9['push'](_0xc686e9['shift']());}catch(_0x114695){_0xc686e9['push'](_0xc686e9['shift']());}}}(a105_0x277d,0x4b127));const path=require('path'),{commandRepository}=require('./autoHealHelper'),constants=require('../../bin/utils/constants'),logger=require('../logger')['winstonLogger'],globals=require('../globals'),timeoutPromise=require(a105_0x3b2c74(0x1ba)),isUndefinedOrNull=_0x2e1fbe=>_0x2e1fbe===undefined||_0x2e1fbe===null||_0x2e1fbe==='',isNotUndefinedOrNull=_0x169351=>!isUndefinedOrNull(_0x169351),isString=_0x2c63fd=>isNotUndefinedOrNull(_0x2c63fd)&&typeof _0x2c63fd===a105_0x3b2c74(0x186);class AiSdkWrapper{constructor(){const _0x2bb137=a105_0x3b2c74,_0x5eb6bf={'hexkb':function(_0xf319bb,_0x4912a5){return _0xf319bb(_0x4912a5);},'gdkPM':_0x2bb137(0x168)};this[_0x2bb137(0x1a7)]=undefined;try{this[_0x2bb137(0x1a7)]=_0x5eb6bf[_0x2bb137(0x1c4)](require,path[_0x2bb137(0x177)](__dirname,_0x5eb6bf[_0x2bb137(0x1bc)]));}catch(_0x80b69e){logger[_0x2bb137(0x1b5)](_0x2bb137(0x1d0)+(_0x80b69e&&_0x80b69e[_0x2bb137(0x1a5)]?_0x80b69e[_0x2bb137(0x1a5)]:''));}}['initializeHealingCapabilities'](_0x272bfa){const _0x17af7c=a105_0x3b2c74,_0x127c93={};_0x127c93[_0x17af7c(0x1c9)]='newCapabilities',_0x127c93[_0x17af7c(0x17b)]=function(_0x4b2dd8,_0x4f18e8){return _0x4b2dd8===_0x4f18e8;},_0x127c93[_0x17af7c(0x194)]=_0x17af7c(0x1cf),_0x127c93['AgKat']=_0x17af7c(0x1c6),_0x127c93[_0x17af7c(0x1b7)]=function(_0x5b0867,_0x5a4a92){return _0x5b0867===_0x5a4a92;},_0x127c93[_0x17af7c(0x18f)]=_0x17af7c(0x19e),_0x127c93[_0x17af7c(0x199)]=function(_0x36a699,_0x5f4baf){return _0x36a699===_0x5f4baf;},_0x127c93[_0x17af7c(0x18b)]=_0x17af7c(0x1b9),_0x127c93[_0x17af7c(0x182)]=_0x17af7c(0x189);const _0x59f486=_0x127c93;try{const _0x362569=this[_0x17af7c(0x1a7)][_0x17af7c(0x172)](Object[_0x17af7c(0x178)](_0x272bfa[_0x17af7c(0x1b4)]()[_0x17af7c(0x1ae)]));console[_0x17af7c(0x1c3)](_0x59f486[_0x17af7c(0x1c9)],_0x362569);if(_0x59f486['hvhOw'](_0x362569?.[_0x17af7c(0x1a6)]?.[_0x17af7c(0x183)](),_0x59f486[_0x17af7c(0x194)]))_0x272bfa[_0x17af7c(0x1d5)]=_0x362569;else{if(_0x59f486[_0x17af7c(0x17b)](_0x362569?.[_0x17af7c(0x1a6)]?.[_0x17af7c(0x183)](),_0x59f486[_0x17af7c(0x1ad)]))_0x272bfa[_0x17af7c(0x1b8)]=_0x362569;else{if(_0x59f486[_0x17af7c(0x1b7)](_0x362569?.[_0x17af7c(0x1a6)]?.[_0x17af7c(0x183)](),_0x59f486[_0x17af7c(0x18f)]))_0x272bfa['safariOptions_']=_0x362569;else{if(_0x59f486[_0x17af7c(0x199)](_0x362569?.[_0x17af7c(0x1a6)]?.[_0x17af7c(0x183)](),_0x59f486[_0x17af7c(0x18b)])||_0x59f486[_0x17af7c(0x17b)](_0x362569?.[_0x17af7c(0x1a6)]?.[_0x17af7c(0x183)](),_0x59f486['cMKee']))_0x272bfa['edgeOptions_']=_0x362569;else _0x59f486[_0x17af7c(0x17b)](_0x362569?.[_0x17af7c(0x1a6)]?.[_0x17af7c(0x183)](),'ie')&&(_0x272bfa[_0x17af7c(0x1a9)]=_0x362569);}}}Object[_0x17af7c(0x19a)](_0x362569)[_0x17af7c(0x191)](_0x862ff=>{const _0x1391ae=_0x17af7c,_0x17744a=_0x272bfa[_0x1391ae(0x175)][_0x1391ae(0x19f)](_0x862ff);_0x272bfa[_0x1391ae(0x175)][_0x1391ae(0x1d3)](_0x862ff,_0x362569[_0x862ff]);});}catch(_0x374a6b){logger[_0x17af7c(0x1b5)](_0x17af7c(0x1a3)+(_0x374a6b&&_0x374a6b[_0x17af7c(0x1a5)]?_0x374a6b[_0x17af7c(0x1a5)]:''));}}async[a105_0x3b2c74(0x19c)](_0x13491b){const _0x40d0e5=a105_0x3b2c74,_0x1a8e8c={'UVtDe':function(_0x54dabc,_0x3fa7ae,_0x24b06b,_0x3d4276,_0x446786,_0x1ea183,_0x53a28a){return _0x54dabc(_0x3fa7ae,_0x24b06b,_0x3d4276,_0x446786,_0x1ea183,_0x53a28a);},'efEZl':_0x40d0e5(0x1dd),'ebMOD':_0x40d0e5(0x196),'xgqXi':_0x40d0e5(0x1d9)},_0x409c53=new Date(),_0x25c6b7=_0x1a8e8c[_0x40d0e5(0x1a2)](timeoutPromise,constants[_0x40d0e5(0x1d7)],_0x1a8e8c['efEZl'],_0x1a8e8c[_0x40d0e5(0x1bd)],_0x409c53,this[_0x40d0e5(0x1ac)],this[_0x40d0e5(0x185)]);await Promise[_0x40d0e5(0x198)]([this['BrowserstackHealing'][_0x40d0e5(0x18e)](_0x13491b,globals[_0x40d0e5(0x1c8)](_0x1a8e8c[_0x40d0e5(0x1af)]),constants[_0x40d0e5(0x18a)])[_0x40d0e5(0x1aa)](()=>{const _0x53a5f8=_0x40d0e5;_0x25c6b7[_0x53a5f8(0x19b)]();}),_0x25c6b7]);}async[a105_0x3b2c74(0x1db)](_0x20f807,_0x2c93d9,_0x25b5cd,_0x4a0f7b){const _0x4ff8e1=a105_0x3b2c74,_0x583412={'pEuRL':function(_0x482ece,_0x3c9c1a){return _0x482ece===_0x3c9c1a;},'JXoAA':function(_0x38496,_0x43f239){return _0x38496===_0x43f239;},'PipVB':function(_0x5511d1,_0x589774){return _0x5511d1(_0x589774);},'sKYkF':function(_0x8c5a82,_0x5f7638){return _0x8c5a82(_0x5f7638);},'EkxMF':function(_0x261f6d,_0x16bbb0){return _0x261f6d(_0x16bbb0);},'xVstk':function(_0x4d5bef,_0x32ea6f){return _0x4d5bef(_0x32ea6f);},'Iizzn':function(_0x314fef,_0x235f71){return _0x314fef(_0x235f71);},'lLcAU':function(_0x35eba4,_0x453281){return _0x35eba4(_0x453281);},'zoqmm':_0x4ff8e1(0x1bb),'WyLQQ':function(_0x4c1b31,_0x36aaac){return _0x4c1b31(_0x36aaac);},'LNvkO':function(_0x342789,_0x27393e){return _0x342789(_0x27393e);},'JbZWj':_0x4ff8e1(0x1c7),'BCCHk':_0x4ff8e1(0x16c),'EOKvl':_0x4ff8e1(0x184),'PWRUs':function(_0x4c98e1,_0x4e0fc6,_0x1c3e30,_0x59b466,_0x2c8b4e,_0x97697a,_0x4ecb2f){return _0x4c98e1(_0x4e0fc6,_0x1c3e30,_0x59b466,_0x2c8b4e,_0x97697a,_0x4ecb2f);},'KvRoH':_0x4ff8e1(0x1c1),'VJbHN':_0x4ff8e1(0x169),'tUiLg':function(_0x4365e5,_0x513482,_0x5276bc,_0x4416dc,_0x4e563f,_0x272481,_0x4943df){return _0x4365e5(_0x513482,_0x5276bc,_0x4416dc,_0x4e563f,_0x272481,_0x4943df);},'YiSXr':_0x4ff8e1(0x1ab),'jdrlp':_0x4ff8e1(0x187)},_0x48f7e8=(await _0x2c93d9[_0x4ff8e1(0x188)]())[_0x4ff8e1(0x1c5)]();let _0xd4ed2b='';if(commandRepository['isSelfHealEnabled']()&&_0x583412[_0x4ff8e1(0x1cc)](_0x4a0f7b,![])||_0x583412[_0x4ff8e1(0x16e)](_0x4a0f7b,!![])){const _0x43715e=_0x583412[_0x4ff8e1(0x174)](isNotUndefinedOrNull,_0x25b5cd[_0x4ff8e1(0x1da)]['using'])&&_0x583412[_0x4ff8e1(0x1a0)](isString,_0x25b5cd[_0x4ff8e1(0x1da)][_0x4ff8e1(0x1cb)])?_0x25b5cd[_0x4ff8e1(0x1da)][_0x4ff8e1(0x1cb)]['replace'](/'/g,'\x5c\x27')[_0x4ff8e1(0x16b)](/"/g,'\x5c\x22'):'',_0x2680d8=_0x583412[_0x4ff8e1(0x1a0)](isNotUndefinedOrNull,_0x25b5cd[_0x4ff8e1(0x1da)][_0x4ff8e1(0x1cb)])&&_0x583412[_0x4ff8e1(0x174)](isString,_0x25b5cd[_0x4ff8e1(0x1da)][_0x4ff8e1(0x1d1)])?_0x25b5cd['parameters_'][_0x4ff8e1(0x1d1)][_0x4ff8e1(0x16b)](/'/g,'\x5c\x27')[_0x4ff8e1(0x16b)](/"/g,'\x5c\x22'):'',_0x34283c=_0x583412[_0x4ff8e1(0x1df)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x583412['xVstk'](isString,commandRepository[_0x4ff8e1(0x18d)]())?commandRepository[_0x4ff8e1(0x18d)]()[_0x4ff8e1(0x16b)](/'/g,'\x5c\x27')[_0x4ff8e1(0x16b)](/"/g,'\x5c\x22'):'';let _0x3cafb2=_0x583412['sKYkF'](isNotUndefinedOrNull,global[_0x4ff8e1(0x1a8)])&&_0x583412['Iizzn'](isString,global[_0x4ff8e1(0x1a8)])?global[_0x4ff8e1(0x1a8)]['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';!_0x3cafb2&&(_0x3cafb2=_0x583412[_0x4ff8e1(0x1a1)](isNotUndefinedOrNull,commandRepository[_0x4ff8e1(0x1bf)]())&&_0x583412['xVstk'](isString,commandRepository['getTestName']())?commandRepository['getTestName']()[_0x4ff8e1(0x16b)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'');let _0x1b4f72=_0x4ff8e1(0x16f)+constants[_0x4ff8e1(0x195)]+_0x4ff8e1(0x16d)+constants[_0x4ff8e1(0x195)]+_0x4ff8e1(0x181)+constants[_0x4ff8e1(0x18a)][_0x4ff8e1(0x1dc)](_0x583412['zoqmm'])[0x1]+_0x4ff8e1(0x1b3);_0x1b4f72=_0x583412[_0x4ff8e1(0x1c0)](isNotUndefinedOrNull,_0x1b4f72)&&_0x583412['LNvkO'](isString,_0x1b4f72)?_0x1b4f72[_0x4ff8e1(0x16b)](/'/g,'\x5c\x27')[_0x4ff8e1(0x16b)](/"/g,'\x5c\x22'):'';const _0x1b4973=commandRepository[_0x4ff8e1(0x193)](_0x48f7e8),_0x3a6f10=globals[_0x4ff8e1(0x1c8)](_0x583412[_0x4ff8e1(0x1d6)]),_0xc39a4d=globals[_0x4ff8e1(0x1c8)](_0x583412[_0x4ff8e1(0x1b2)]),_0x32e492=globals['getGlobal'](_0x583412[_0x4ff8e1(0x17e)]),_0x5b77b2=![],_0x472207=new Date();if(_0x4a0f7b){const _0x3c5aaf=_0x583412[_0x4ff8e1(0x1be)](timeoutPromise,constants[_0x4ff8e1(0x17c)],_0x583412[_0x4ff8e1(0x173)],_0x583412[_0x4ff8e1(0x1b0)],_0x472207,this[_0x4ff8e1(0x1ac)],this[_0x4ff8e1(0x185)]);_0xd4ed2b=await Promise['race']([this[_0x4ff8e1(0x1a7)]['logData'](_0x43715e,_0x2680d8,_0x34283c,_0x3cafb2,_0xc39a4d,_0x48f7e8,_0x1b4973,_0x1b4f72)['then'](_0xb4ed51=>{const _0x10bef8=_0x4ff8e1;return _0x3c5aaf[_0x10bef8(0x19b)](),_0xb4ed51;}),_0x3c5aaf]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x593635=_0x583412[_0x4ff8e1(0x197)](timeoutPromise,constants[_0x4ff8e1(0x19d)],_0x583412[_0x4ff8e1(0x17a)],_0x583412[_0x4ff8e1(0x1cd)],_0x472207,this[_0x4ff8e1(0x1ac)],this[_0x4ff8e1(0x185)]);_0xd4ed2b=await Promise[_0x4ff8e1(0x198)]([this[_0x4ff8e1(0x1a7)]['healFailure'](_0x43715e,_0x2680d8,_0x34283c,_0x3cafb2,_0x3a6f10,_0xc39a4d,_0x48f7e8,_0x1b4973,_0x5b77b2,_0x32e492,_0x1b4f72)['then'](_0x4c9874=>{const _0x4b5095=_0x4ff8e1;return _0x593635[_0x4b5095(0x19b)](),_0x4c9874;}),_0x593635]);}}_0xd4ed2b&&await _0x2c93d9[_0x4ff8e1(0x1d2)](_0xd4ed2b);}}async['handleSuccess'](_0x4ef0ae,_0x5497c0,_0x47bfd1){const _0x3ded2f=a105_0x3b2c74;try{await this[_0x3ded2f(0x1db)](_0x4ef0ae,_0x5497c0,_0x47bfd1,!![]);}catch(_0x353aae){return logger[_0x3ded2f(0x1b5)](_0x3ded2f(0x1d8)+(_0x353aae&&_0x353aae[_0x3ded2f(0x1a5)]?_0x353aae[_0x3ded2f(0x1a5)]:'')),![];}return!![];}async[a105_0x3b2c74(0x1ca)](_0x1c980d,_0x1828f0,_0x36ac9e){const _0x130667=a105_0x3b2c74,_0x20cec={'Miusw':function(_0x172c85,_0x3ef658,_0x4cec21,_0x1f8367,_0x3a8b43,_0x2127f0,_0x54ed50){return _0x172c85(_0x3ef658,_0x4cec21,_0x1f8367,_0x3a8b43,_0x2127f0,_0x54ed50);},'pcOOZ':'BrowserstackHealing.pollResult\x20method\x20timed\x20out','xWuOe':_0x130667(0x18c),'FfwOd':'aiHeal_sessionToken'};try{await this[_0x130667(0x1db)](_0x1c980d,_0x1828f0,_0x36ac9e,![]);const _0x304d26=(await _0x1828f0['getSession']())[_0x130667(0x1c5)](),_0xe3e5bc=new Date(),_0x10ddac=_0x20cec[_0x130667(0x190)](timeoutPromise,constants[_0x130667(0x1d4)],_0x20cec[_0x130667(0x17f)],_0x20cec['xWuOe'],_0xe3e5bc,this[_0x130667(0x1ac)],this[_0x130667(0x185)]),_0x49519a=await Promise['race']([this[_0x130667(0x1a7)][_0x130667(0x16a)](constants[_0x130667(0x18a)],_0x304d26,globals[_0x130667(0x1c8)](_0x20cec[_0x130667(0x166)]))['then'](_0x2cdf32=>{const _0x3a3b82=_0x130667;return _0x10ddac[_0x3a3b82(0x19b)](),_0x2cdf32;}),_0x10ddac]);if(_0x49519a&&_0x49519a[_0x130667(0x170)]&&_0x49519a['value']){const _0x325cf8={};return _0x325cf8['locatorType']=_0x49519a['selector'],_0x325cf8[_0x130667(0x1b6)]=_0x49519a[_0x130667(0x1d1)],_0x325cf8[_0x130667(0x1a4)]=!![],_0x325cf8;}const _0x2dcb43={};return _0x2dcb43['locatorType']=_0x36ac9e[_0x130667(0x1da)][_0x130667(0x1cb)],_0x2dcb43[_0x130667(0x1b6)]=_0x49519a[_0x130667(0x1d1)],_0x2dcb43[_0x130667(0x1a4)]=!![],_0x2dcb43;}catch(_0xc1861b){return logger[_0x130667(0x1ce)]('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0xc1861b&&_0xc1861b[_0x130667(0x1a5)]?_0xc1861b[_0x130667(0x1a5)]:'')),logger[_0x130667(0x165)]('Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20'+_0x36ac9e['name_']+_0x130667(0x17d)),_0x36ac9e;}}}exports[a105_0x3b2c74(0x176)]=Object[a105_0x3b2c74(0x164)](new AiSdkWrapper());function a105_0x277d(){const _0x266995=['1454075ccEYTk','\x22:\x20{\x22endpoint\x22:\x20\x22','cMKee','toLowerCase','aiHeal_isGroupAIEnabled','framework','string','BrowserstackHealingHealFailureFailed','getSession','microsoftedge','TCG_URL','JIncW','BrowserstackHealingPollResultFailed','getProjectName','setToken','XwhEY','Miusw','forEach','3338730UpTqbC','getCommands','wCXno','TCG_REGION','BrowserstackHealingSetTcgTokenFailed','tUiLg','race','nFJmk','keys','cancel','setTcgToken','HEALING_FAILURE_TIMEOUT','safari','get','sKYkF','lLcAU','UVtDe','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','aiHealing','message','browserName','BrowserstackHealing','browserstackSessionName','ieOptions_','then','BrowserstackHealing.healFailure\x20method\x20timed\x20out','config','AgKat','map_','xgqXi','VJbHN','1137092ntsSpe','BCCHk','\x22}}}','getCapabilities','error','locatorValue','MHaYp','firefoxOptions_','edge','../../helpers/timeoutPromise','s://','gdkPM','ebMOD','PWRUs','getTestName','WyLQQ','BrowserstackHealing.logData\x20method\x20timed\x20out','546FOoAra','log','hexkb','getId','firefox','aiHeal_userId','getGlobal','Gukic','handleFailure','using','pEuRL','jdrlp','debug','chrome','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','value','executeScript','set','POLL_HEALING_RESULT_TIMEOUT','chromeOptions_','JbZWj','SET_TCG_TOKEN_TIMEOUT','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','aiHeal_sessionToken','parameters_','_handleEvent','split','BrowserstackHealing.setToken\x20method\x20timed\x20out','556646BtaTkr','EkxMF','freeze','info','FfwOd','73761EmBbqM','../../ai-sdk-node/bundle','BrowserstackHealingLogDataFailed','pollResult','replace','aiHeal_groupId','\x22,\x20\x22tcgUrls\x22:\x20{\x22','JXoAA','{\x22region\x22:\x20\x22','selector','68976CqdHfY','initializeCapabilities','KvRoH','PipVB','capabilities_','aiSdkWrapper','join','fromEntries','543472DQCgNS','YiSXr','hvhOw','HEALING_LOG_DATA_TIMEOUT','\x20command','EOKvl','pcOOZ'];a105_0x277d=function(){return _0x266995;};return a105_0x277d();}
@@ -1 +1 @@
1
- const a106_0x4a42d4=a106_0x32c9;function a106_0x32c9(_0x1ecb76,_0x55ef33){const _0x244fcd=a106_0x244f();return a106_0x32c9=function(_0x32c956,_0x3c9f59){_0x32c956=_0x32c956-0x164;let _0xa830af=_0x244fcd[_0x32c956];return _0xa830af;},a106_0x32c9(_0x1ecb76,_0x55ef33);}(function(_0x430221,_0x1827d6){const _0x74051b=a106_0x32c9,_0x211116=_0x430221();while(!![]){try{const _0x1cc81e=-parseInt(_0x74051b(0x188))/0x1*(parseInt(_0x74051b(0x167))/0x2)+-parseInt(_0x74051b(0x164))/0x3+parseInt(_0x74051b(0x182))/0x4*(-parseInt(_0x74051b(0x173))/0x5)+-parseInt(_0x74051b(0x185))/0x6+-parseInt(_0x74051b(0x175))/0x7*(parseInt(_0x74051b(0x18e))/0x8)+parseInt(_0x74051b(0x172))/0x9+parseInt(_0x74051b(0x16b))/0xa;if(_0x1cc81e===_0x1827d6)break;else _0x211116['push'](_0x211116['shift']());}catch(_0x318f7c){_0x211116['push'](_0x211116['shift']());}}}(a106_0x244f,0x85842));const calculateTimeDiff=_0x396687=>Date[a106_0x4a42d4(0x19e)]()-_0x396687,logger=require(a106_0x4a42d4(0x198))[a106_0x4a42d4(0x176)],globals=require(a106_0x4a42d4(0x194));function a106_0x244f(){const _0x5d4507=['isSelfHealEnabled','length','now','stringify','FAbeL','2518143YQCuCb','projectName','_pushCommand','74TfFGSY','setAiSessionTimeStamp','UVZom','setTestNameForHealingContext','34269080AIOecN','map','nAssq','eXzHx','selfHeal','join','method','1505862gnVUZR','1176430zKWZiO','path','1449mevlNQ','winstonLogger','setConfig','accessKey','getProjectName','setFramework','setAuthInfo','setTcgTokenStatus','framework','authInfo','SWmFr','VFlSX','commandRepository','4ULLAKG','dVpNP','getConfig','2635392pQoJFh','config','aiHeal_isAuthenticated','22876joeZfW','true','testName','aiHeal_isHealingEnabled','commands','getCommands','26552nJgXSl','userName','aiSessionTimeStamp','Mihxz','TnzbW','split','../globals','HTeEN','setProjectNameForHealingContext','getAuthInfo','../logger','isTcgTokenSet','ofLjA','debug'];a106_0x244f=function(){return _0x5d4507;};return a106_0x244f();}class HealingCommandRepo{constructor(){const _0x23352f=a106_0x4a42d4,_0x258619={};_0x258619['ofLjA']='4|0|5|1|3|2';const _0x25ea6b=_0x258619,_0x41ecff=_0x25ea6b[_0x23352f(0x19a)][_0x23352f(0x193)]('|');let _0x3d8920=0x0;while(!![]){switch(_0x41ecff[_0x3d8920++]){case'0':this['aiSessionTimeStamp']={};continue;case'1':this[_0x23352f(0x18a)]='';continue;case'2':this[_0x23352f(0x199)]=![];continue;case'3':this[_0x23352f(0x17e)]={};continue;case'4':this[_0x23352f(0x18c)]={};continue;case'5':this[_0x23352f(0x165)]='';continue;}break;}}['_pushCommand'](_0x5f4207,_0x109f1d){const _0x51bc88=a106_0x4a42d4,_0x354bb4={};_0x354bb4[_0x51bc88(0x191)]=function(_0x544efa,_0x5b45b0){return _0x544efa in _0x5b45b0;};const _0x2bb0d0=_0x354bb4;!_0x2bb0d0[_0x51bc88(0x191)](_0x5f4207,this[_0x51bc88(0x18c)])&&(this[_0x51bc88(0x18c)][_0x5f4207]=[]),this['commands'][_0x5f4207]['push'](_0x109f1d);}['pushCommand'](_0x22faa2,_0x1d11e1){const _0x252f77=a106_0x4a42d4,_0xce19d1={'nAssq':function(_0xe46e6c,_0xc4ab8d){return _0xe46e6c(_0xc4ab8d);}},_0x18f03d=_0x1d11e1[_0x252f77(0x171)],_0x432344=_0x1d11e1[_0x252f77(0x174)][_0x252f77(0x193)](_0x22faa2)[0x1],_0x5450ae=this[_0x252f77(0x190)][_0x22faa2],_0x59d90b={'k':_0x18f03d+':'+_0x432344,'t':_0xce19d1[_0x252f77(0x16d)](calculateTimeDiff,_0x5450ae)};this[_0x252f77(0x166)](_0x22faa2,_0x59d90b);}[a106_0x4a42d4(0x168)](_0x1c40b1){const _0x19fa4c=a106_0x4a42d4;this['aiSessionTimeStamp'][_0x1c40b1]=Date[_0x19fa4c(0x19e)]();}[a106_0x4a42d4(0x17b)](_0x51d318,_0x446980){const _0x179494=a106_0x4a42d4;this['authInfo'][_0x179494(0x18f)]=_0x51d318,this[_0x179494(0x17e)][_0x179494(0x178)]=_0x446980;}[a106_0x4a42d4(0x197)](){return this['authInfo'];}['setProjectNameForHealingContext'](_0x29e837){const _0x190a4f=a106_0x4a42d4;this[_0x190a4f(0x165)]=_0x29e837;}[a106_0x4a42d4(0x16a)](_0xbf9e40){const _0x1138da=a106_0x4a42d4;this[_0x1138da(0x18a)]=_0xbf9e40;}[a106_0x4a42d4(0x177)](_0x3943aa){const _0x3d14e4=a106_0x4a42d4;this[_0x3d14e4(0x186)]=_0x3943aa,this[_0x3d14e4(0x196)](_0x3943aa[_0x3d14e4(0x165)]),this[_0x3d14e4(0x17b)](_0x3943aa[_0x3d14e4(0x18f)],_0x3943aa[_0x3d14e4(0x178)]);}[a106_0x4a42d4(0x17a)](_0x5848a1){const _0x208e5f=a106_0x4a42d4;this[_0x208e5f(0x17d)]=_0x5848a1;}[a106_0x4a42d4(0x17c)](_0x4d843f){const _0x1cac88=a106_0x4a42d4;this[_0x1cac88(0x199)]=_0x4d843f;}[a106_0x4a42d4(0x184)](){const _0x231589=a106_0x4a42d4;return this[_0x231589(0x186)];}['getFramework'](){return this['framework'];}[a106_0x4a42d4(0x179)](){const _0x161526=a106_0x4a42d4;return this[_0x161526(0x165)];}['getTestName'](){const _0x2ccccf=a106_0x4a42d4;return this[_0x2ccccf(0x18a)];}[a106_0x4a42d4(0x18d)](_0x10e425){const _0x313921=a106_0x4a42d4,_0x4103a5={};_0x4103a5[_0x313921(0x195)]=_0x313921(0x187),_0x4103a5[_0x313921(0x169)]=_0x313921(0x18b),_0x4103a5[_0x313921(0x192)]=function(_0x5ad1ed,_0x53bdce){return _0x5ad1ed===_0x53bdce;},_0x4103a5[_0x313921(0x180)]=function(_0x424bcc,_0x444b75){return _0x424bcc+_0x444b75;},_0x4103a5['eXzHx']='No\x20commands\x20found\x20for\x20session:\x20';const _0x544f4d=_0x4103a5,_0x1ef126=this[_0x313921(0x18c)][_0x10e425];this[_0x313921(0x18c)][_0x10e425]=[];if(globals['getGlobal'](_0x544f4d[_0x313921(0x195)])&&globals['getGlobal'](_0x544f4d['UVZom'])&&!_0x1ef126||_0x544f4d[_0x313921(0x192)](_0x1ef126[_0x313921(0x19d)],0x0))return logger[_0x313921(0x19b)](_0x544f4d[_0x313921(0x180)](_0x544f4d[_0x313921(0x16e)],_0x10e425)),'';return _0x1ef126[_0x313921(0x16c)](_0x3da5c6=>JSON[_0x313921(0x19f)](_0x3da5c6))[_0x313921(0x170)](',');}[a106_0x4a42d4(0x19c)](){const _0x3fe4f2=a106_0x4a42d4,_0x190108={};_0x190108[_0x3fe4f2(0x1a0)]=function(_0x48d4fc,_0x8963ac){return _0x48d4fc===_0x8963ac;},_0x190108[_0x3fe4f2(0x183)]=function(_0xdc3cee,_0x5cc1d9){return _0xdc3cee===_0x5cc1d9;},_0x190108[_0x3fe4f2(0x17f)]=_0x3fe4f2(0x189);const _0x1772c3=_0x190108;let _0x32b1dc=![];return this[_0x3fe4f2(0x184)]()&&(_0x1772c3['FAbeL'](this['getConfig']()[_0x3fe4f2(0x16f)],!![])||_0x1772c3[_0x3fe4f2(0x183)](this['getConfig']()[_0x3fe4f2(0x16f)],_0x1772c3['SWmFr']))&&(_0x32b1dc=!![]),_0x32b1dc;}['getTcgTokenStatus'](){const _0x4bba31=a106_0x4a42d4;return this[_0x4bba31(0x199)];}}exports[a106_0x4a42d4(0x181)]=new HealingCommandRepo();
1
+ const a106_0x267687=a106_0x5493;function a106_0x5493(_0x1c2fe5,_0x4f71f5){const _0x19fa0c=a106_0x19fa();return a106_0x5493=function(_0x549323,_0x506405){_0x549323=_0x549323-0xa7;let _0x2b8bcb=_0x19fa0c[_0x549323];return _0x2b8bcb;},a106_0x5493(_0x1c2fe5,_0x4f71f5);}(function(_0xd6d46a,_0x4392f3){const _0x2bfadf=a106_0x5493,_0x588a9f=_0xd6d46a();while(!![]){try{const _0x75b4a2=-parseInt(_0x2bfadf(0xaf))/0x1*(-parseInt(_0x2bfadf(0xab))/0x2)+-parseInt(_0x2bfadf(0xd4))/0x3+-parseInt(_0x2bfadf(0xd3))/0x4+-parseInt(_0x2bfadf(0xb5))/0x5*(-parseInt(_0x2bfadf(0xdb))/0x6)+-parseInt(_0x2bfadf(0xc0))/0x7+-parseInt(_0x2bfadf(0xb9))/0x8+parseInt(_0x2bfadf(0xca))/0x9;if(_0x75b4a2===_0x4392f3)break;else _0x588a9f['push'](_0x588a9f['shift']());}catch(_0x51aff5){_0x588a9f['push'](_0x588a9f['shift']());}}}(a106_0x19fa,0xb13ef));function a106_0x19fa(){const _0x2dab3f=['rRRky','354SbNhvb','setFramework','join','PtNKp','getGlobal','getTestName','4qkiyHA','JEZEa','getTcgTokenStatus','path','95338JUNrGy','aiSessionTimeStamp','true','isSelfHealEnabled','izOPk','selfHeal','12140CYgzmL','setTcgTokenStatus','qUCZZ','kcSWi','3242304azzWPq','config','pushCommand','No\x20commands\x20found\x20for\x20session:\x20','getConfig','authInfo','XCMQv','5488000yKrssL','map','isTcgTokenSet','setAiSessionTimeStamp','split','1|0|2|3|4|5','accessKey','setProjectNameForHealingContext','pvbDM','setAuthInfo','16269255Jdatcs','XYTcU','aiHeal_isHealingEnabled','getProjectName','../logger','commands','_pushCommand','testName','commandRepository','229924gPOFHt','506565VBREqD','method','push','getCommands','userName','projectName'];a106_0x19fa=function(){return _0x2dab3f;};return a106_0x19fa();}const calculateTimeDiff=_0x5b8b84=>Date['now']()-_0x5b8b84,logger=require(a106_0x267687(0xce))['winstonLogger'],globals=require('../globals');class HealingCommandRepo{constructor(){const _0x104b1e=a106_0x267687,_0x17838d={};_0x17838d['OjzDI']=_0x104b1e(0xc5);const _0x19f2c9=_0x17838d,_0x3edb22=_0x19f2c9['OjzDI']['split']('|');let _0x4318e1=0x0;while(!![]){switch(_0x3edb22[_0x4318e1++]){case'0':this[_0x104b1e(0xb0)]={};continue;case'1':this['commands']={};continue;case'2':this['projectName']='';continue;case'3':this['testName']='';continue;case'4':this[_0x104b1e(0xbe)]={};continue;case'5':this[_0x104b1e(0xc2)]=![];continue;}break;}}['_pushCommand'](_0x55021c,_0x18036e){const _0x3e7a1e=a106_0x267687,_0xa99410={};_0xa99410[_0x3e7a1e(0xbf)]=function(_0x2d918d,_0x29fbfa){return _0x2d918d in _0x29fbfa;};const _0x401125=_0xa99410;!_0x401125[_0x3e7a1e(0xbf)](_0x55021c,this[_0x3e7a1e(0xcf)])&&(this[_0x3e7a1e(0xcf)][_0x55021c]=[]),this[_0x3e7a1e(0xcf)][_0x55021c][_0x3e7a1e(0xd6)](_0x18036e);}[a106_0x267687(0xbb)](_0x49bdf4,_0x28a73c){const _0x1f090c=a106_0x267687,_0x1603e9={'izOPk':function(_0x343a5b,_0x1f6c41){return _0x343a5b(_0x1f6c41);}},_0x494568=_0x28a73c[_0x1f090c(0xd5)],_0x3bc7d6=_0x28a73c[_0x1f090c(0xae)][_0x1f090c(0xc4)](_0x49bdf4)[0x1],_0x6759bc=this[_0x1f090c(0xb0)][_0x49bdf4],_0xb24c0d={'k':_0x494568+':'+_0x3bc7d6,'t':_0x1603e9[_0x1f090c(0xb3)](calculateTimeDiff,_0x6759bc)};this[_0x1f090c(0xd0)](_0x49bdf4,_0xb24c0d);}[a106_0x267687(0xc3)](_0x5c173c){const _0x38a383=a106_0x267687;this[_0x38a383(0xb0)][_0x5c173c]=Date['now']();}[a106_0x267687(0xc9)](_0x4612e6,_0x3b7c11){const _0x292a0c=a106_0x267687;this[_0x292a0c(0xbe)][_0x292a0c(0xd8)]=_0x4612e6,this['authInfo'][_0x292a0c(0xc6)]=_0x3b7c11;}['getAuthInfo'](){const _0x2beebb=a106_0x267687;return this[_0x2beebb(0xbe)];}[a106_0x267687(0xc7)](_0x8be5fb){const _0x4d24e4=a106_0x267687;this[_0x4d24e4(0xd9)]=_0x8be5fb;}['setTestNameForHealingContext'](_0x2df83b){const _0x8f9037=a106_0x267687;this[_0x8f9037(0xd1)]=_0x2df83b;}['setConfig'](_0x42afb5){const _0x182ad0=a106_0x267687;this['config']=_0x42afb5,this[_0x182ad0(0xc7)](_0x42afb5[_0x182ad0(0xd9)]),this[_0x182ad0(0xc9)](_0x42afb5[_0x182ad0(0xd8)],_0x42afb5[_0x182ad0(0xc6)]);}[a106_0x267687(0xdc)](_0x2f432a){this['framework']=_0x2f432a;}[a106_0x267687(0xb6)](_0x2ba6f1){this['isTcgTokenSet']=_0x2ba6f1;}[a106_0x267687(0xbd)](){const _0x412a81=a106_0x267687;return this[_0x412a81(0xba)];}['getFramework'](){return this['framework'];}[a106_0x267687(0xcd)](){const _0x10b54d=a106_0x267687;return this[_0x10b54d(0xd9)];}[a106_0x267687(0xaa)](){return this['testName'];}[a106_0x267687(0xd7)](_0x21cfe1){const _0xb66fd1=a106_0x267687,_0x5d1317={};_0x5d1317['qUCZZ']='aiHeal_isAuthenticated',_0x5d1317[_0xb66fd1(0xc8)]=_0xb66fd1(0xcc),_0x5d1317[_0xb66fd1(0xa8)]=function(_0x1d706d,_0x152b73){return _0x1d706d===_0x152b73;},_0x5d1317['kcSWi']=function(_0x40ebfb,_0x199928){return _0x40ebfb+_0x199928;},_0x5d1317[_0xb66fd1(0xcb)]=_0xb66fd1(0xbc);const _0x284bf7=_0x5d1317,_0x460590=this[_0xb66fd1(0xcf)][_0x21cfe1];this[_0xb66fd1(0xcf)][_0x21cfe1]=[];if(globals['getGlobal'](_0x284bf7[_0xb66fd1(0xb7)])&&globals[_0xb66fd1(0xa9)](_0x284bf7[_0xb66fd1(0xc8)])&&!_0x460590||_0x284bf7[_0xb66fd1(0xa8)](_0x460590['length'],0x0))return logger['debug'](_0x284bf7[_0xb66fd1(0xb8)](_0x284bf7['XYTcU'],_0x21cfe1)),'';return _0x460590[_0xb66fd1(0xc1)](_0x3a7ad4=>JSON['stringify'](_0x3a7ad4))[_0xb66fd1(0xa7)](',');}[a106_0x267687(0xb2)](){const _0x80a4b8=a106_0x267687,_0xc5811e={};_0xc5811e[_0x80a4b8(0xda)]=function(_0x4ae9b2,_0x49cbd3){return _0x4ae9b2===_0x49cbd3;},_0xc5811e[_0x80a4b8(0xac)]=_0x80a4b8(0xb1);const _0x44a4d4=_0xc5811e;let _0x23275c=![];return this[_0x80a4b8(0xbd)]()&&(_0x44a4d4[_0x80a4b8(0xda)](this['getConfig']()[_0x80a4b8(0xb4)],!![])||_0x44a4d4[_0x80a4b8(0xda)](this[_0x80a4b8(0xbd)]()['selfHeal'],_0x44a4d4[_0x80a4b8(0xac)]))&&(_0x23275c=!![]),_0x23275c;}[a106_0x267687(0xad)](){return this['isTcgTokenSet'];}}exports[a106_0x267687(0xd2)]=new HealingCommandRepo();
@@ -1 +1 @@
1
- const a107_0x279a6b=a107_0x3f4f;(function(_0xdb3974,_0x4a90c8){const _0x2b15ab=a107_0x3f4f,_0x3aaed4=_0xdb3974();while(!![]){try{const _0x3f6ff5=parseInt(_0x2b15ab(0x158))/0x1+parseInt(_0x2b15ab(0x14f))/0x2*(parseInt(_0x2b15ab(0x15d))/0x3)+parseInt(_0x2b15ab(0x15c))/0x4+parseInt(_0x2b15ab(0x15e))/0x5*(parseInt(_0x2b15ab(0x15b))/0x6)+-parseInt(_0x2b15ab(0x156))/0x7*(parseInt(_0x2b15ab(0x151))/0x8)+-parseInt(_0x2b15ab(0x14e))/0x9*(parseInt(_0x2b15ab(0x150))/0xa)+-parseInt(_0x2b15ab(0x155))/0xb;if(_0x3f6ff5===_0x4a90c8)break;else _0x3aaed4['push'](_0x3aaed4['shift']());}catch(_0x117ea1){_0x3aaed4['push'](_0x3aaed4['shift']());}}}(a107_0x2849,0x5e3c8));const a107_0x440dbb={};function a107_0x3f4f(_0x5d272f,_0x346f8f){const _0x28499c=a107_0x2849();return a107_0x3f4f=function(_0x3f4f40,_0x30db0f){_0x3f4f40=_0x3f4f40-0x14e;let _0x5eae70=_0x28499c[_0x3f4f40];return _0x5eae70;},a107_0x3f4f(_0x5d272f,_0x346f8f);}a107_0x440dbb['BUILDS_DASHBOARD_URL']='https://grid.browserstack.com/dashboard/builds',a107_0x440dbb['API_ENDPOINT']='automate-turboscale/v1',module[a107_0x279a6b(0x153)]=a107_0x440dbb;function a107_0x2849(){const _0x2279ac=['861852AdAOcf','271220pPYpMC','120hWiYac','5CDvRbA','stag','BUILDS_DASHBOARD_URL','144POrsbJ','12674wcdQcH','258990NLuESG','183752jIpUsv','toLowerCase','exports','env','1892572FUTdol','77JTbRLi','https://grid-devhst.bsstag.com/dashboard/builds','760160OKRuin','prod','BROWSERSTACK_ENV'];a107_0x2849=function(){return _0x2279ac;};return a107_0x2849();}const _env=(process[a107_0x279a6b(0x154)][a107_0x279a6b(0x15a)]||a107_0x279a6b(0x159))[a107_0x279a6b(0x152)]();if(_env==='staging'||_env===a107_0x279a6b(0x15f))module[a107_0x279a6b(0x153)]['BUILDS_DASHBOARD_URL']=a107_0x279a6b(0x157);else(_env==='preprod'||_env==='pre-prod')&&(module[a107_0x279a6b(0x153)][a107_0x279a6b(0x160)]='https://grid-preprod.bsstag.com/dashboard/builds');
1
+ function a107_0x3000(){const _0x2b061b=['prod','3025695vuVjzZ','1209678XNioyi','3642080CVCBHA','6600303YwWNqX','BROWSERSTACK_ENV','https://grid-devhst.bsstag.com/dashboard/builds','46195150bSnGRo','staging','282wwEIbL','toLowerCase','24JqZBLW','2HkABZU','stag','https://grid.browserstack.com/dashboard/builds','2739324VqUhFQ','BUILDS_DASHBOARD_URL','exports','40345fENNhZ'];a107_0x3000=function(){return _0x2b061b;};return a107_0x3000();}function a107_0x218c(_0x56baaf,_0x39f5f1){const _0x300003=a107_0x3000();return a107_0x218c=function(_0x218ccc,_0x5bcea8){_0x218ccc=_0x218ccc-0x189;let _0x1aa0c7=_0x300003[_0x218ccc];return _0x1aa0c7;},a107_0x218c(_0x56baaf,_0x39f5f1);}const a107_0x2023de=a107_0x218c;(function(_0x3d41c7,_0x5652b7){const _0x459546=a107_0x218c,_0x4e097b=_0x3d41c7();while(!![]){try{const _0x375a04=parseInt(_0x459546(0x198))/0x1*(-parseInt(_0x459546(0x18e))/0x2)+-parseInt(_0x459546(0x18d))/0x3+-parseInt(_0x459546(0x18f))/0x4+parseInt(_0x459546(0x18b))/0x5*(-parseInt(_0x459546(0x195))/0x6)+parseInt(_0x459546(0x19b))/0x7*(-parseInt(_0x459546(0x197))/0x8)+parseInt(_0x459546(0x190))/0x9+parseInt(_0x459546(0x193))/0xa;if(_0x375a04===_0x5652b7)break;else _0x4e097b['push'](_0x4e097b['shift']());}catch(_0x34f416){_0x4e097b['push'](_0x4e097b['shift']());}}}(a107_0x3000,0xa3ca0));const a107_0x1a44e2={};a107_0x1a44e2['BUILDS_DASHBOARD_URL']=a107_0x2023de(0x19a),a107_0x1a44e2['API_ENDPOINT']='automate-turboscale/v1',module['exports']=a107_0x1a44e2;const _env=(process['env'][a107_0x2023de(0x191)]||a107_0x2023de(0x18c))[a107_0x2023de(0x196)]();if(_env===a107_0x2023de(0x194)||_env===a107_0x2023de(0x199))module[a107_0x2023de(0x18a)][a107_0x2023de(0x189)]=a107_0x2023de(0x192);else(_env==='preprod'||_env==='pre-prod')&&(module['exports'][a107_0x2023de(0x189)]='https://grid-preprod.bsstag.com/dashboard/builds');