browserstack-node-sdk 1.47.1 → 1.47.3

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 (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/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/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -0
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a94_0x2c3e26=a94_0x5099;(function(_0x32f0f7,_0x1d4d7c){const _0x1c8ecb=a94_0x5099,_0x37eb5d=_0x32f0f7();while(!![]){try{const _0x3574f1=-parseInt(_0x1c8ecb(0xa9))/0x1*(-parseInt(_0x1c8ecb(0x109))/0x2)+parseInt(_0x1c8ecb(0x121))/0x3+-parseInt(_0x1c8ecb(0x14f))/0x4+parseInt(_0x1c8ecb(0x136))/0x5+-parseInt(_0x1c8ecb(0xd2))/0x6+-parseInt(_0x1c8ecb(0x130))/0x7+-parseInt(_0x1c8ecb(0x9e))/0x8*(-parseInt(_0x1c8ecb(0x105))/0x9);if(_0x3574f1===_0x1d4d7c)break;else _0x37eb5d['push'](_0x37eb5d['shift']());}catch(_0x508f3a){_0x37eb5d['push'](_0x37eb5d['shift']());}}}(a94_0x48f7,0x9394b));const util=require(a94_0x2c3e26(0xb0)),logger=require('../logger')[a94_0x2c3e26(0xc2)],accessibilityHelper=require(a94_0x2c3e26(0xa1)),globals=require(a94_0x2c3e26(0xb7)),scripts=require(a94_0x2c3e26(0xd5)),PerformanceTester=require(a94_0x2c3e26(0xfd)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a94_0x2c3e26(0x150)),BrowserstackCLI=require('../../bin/v2/browserstackCLI');let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a94_0x2c3e26(0xe9));}catch(a94_0x3d1b90){logger[a94_0x2c3e26(0xed)](a94_0x2c3e26(0x135));}const a94_0x2dcfac={};a94_0x2dcfac['maxRetries']=0x1,a94_0x2dcfac[a94_0x2c3e26(0xd0)]=0x7530,a94_0x2dcfac[a94_0x2c3e26(0xa0)]=0x7530;function a94_0x48f7(){const _0x21defb=['summary','IyuBE','jmqZA','czzHT','message','YNbZa','OVMHK','\x20failed\x20(','ytIKi','WByCR','timeoutMs','Qznbi','1334658EQtqaQ','MBUWU','Unknown\x20driver/page\x20type:\x20','./scripts',',\x20cannot\x20perform\x20scan\x20with\x20retry.','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','hixfJ','playwright-page','isSeleniumDriver','KaLIZ','getRetryConfig','Unknown\x20error','getAccessibilityResultsSummaryWithRetry','IUsvG','gzggJ','isPlaywright',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','bSzaf','allSettled','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','ohfGY','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','../../bin/playwright/accessibility-helper','isRunning','Accessibility\x20scan\x20attempt\x20','race','debug','ms\x20using\x20setScriptTimeout\x20API','JeqdF','function','manage','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','YIRec','bstackA11yShouldScan','VTKrz','izTzQ','browserstackSessionName','FBVtX','aQNkl','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','tFlEB','undefined','../performance/performance-tester','Comprehensive\x20accessibility\x20scan\x20failed\x20(','OlmYx','getCurrentUrl','BKyUe','setPlaywrightScriptTimeout','executeAsyncScript','qdgyq','539793tTXqUa','bcAAa','bLasG','FYJVE','1318DBOKjE','performScanWithRetry','driverType','NXZef','xlPyM','setSeleniumScriptTimeout','RIzxi','url','QXfeP','Playwright','capabilitiesList','LFQEl','measureWrapper','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20',').\x20Error:\x20','sGAin','GLBlB','bPdcl','edyGR','type','isAccessibilityAutomationSession','Fwtek','unknown_method','NMTkf','627774pFSLfr','ISbKQ','PERFORM_SCAN','name','reason','getCapabilities','jQfqY','Wdmfv','VCKwB','__workerDetails','wkgJC','qxKgX','zRkZs','env','\x20-\x20not\x20applicable','4640237JYNnMJ','saveTestResults','MzAyT','error','UzOPj','Playwright\x20accessibility\x20helper\x20not\x20available','148565eDXFlj','AvSCj','updateRetryConfig','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','setDefaultTimeout','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','WFFlb','xwSTK','urWUN','getGlobal','UsyDu','QOpcz','ms\x20using\x20timeouts()\x20API','LoOKp','info','yfOHW','ms\x20using\x20setTimeouts\x20API','LBqNx','goto','playwright-codecept-driver','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','getAccessibilityResultsWithRetry','ZtBgR','\x20for\x20method:\x20','Accessibility\x20results\x20retrieval\x20attempt\x20','3561652trrSBu','../performance/constants','hlypb','XhgtT','getAccessibilityResultsSummary','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','getAccessibilityResults','getInstance',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.',').\x20Last\x20error:\x20','page','cyPNk','HxhcG','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','pPjOP','performComprehensiveAccessibilityScanWithRetry','bXiJq','results','script','getAccessibilityModule','176TYDjNN','selenium-webdriver','defaultTimeoutMs','./helper','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','Eteei','WCllP','OqANv','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','ufHes','1247EkAkrK','performScan','warn','currentTest','getSession','isPlaywrightPage','Accessibility\x20results\x20save\x20attempt\x20','util','setScriptTimeout','mxtRr','vWphd','browserStackEvaluate','):\x20','accessibilityConfig','../globals','oEGvd','UCbtt','scanSucceeded','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','NUwqZ','status','MUWIh','UAGLf','accessibilityPlatform','edCbh','winstonLogger','isAccessibilityPlatform','maxRetries','EaHSX'];a94_0x48f7=function(){return _0x21defb;};return a94_0x48f7();}const RETRY_CONFIG=a94_0x2dcfac,setConfigTimeout=(_0xc7e040,_0x10e145=null)=>{const _0x3487fc=a94_0x2c3e26,_0x54455f={'BKyUe':function(_0x32891a,_0x1f8a8a){return _0x32891a===_0x1f8a8a;},'RIYIV':'scannerProcessingTimeout','ZeFvZ':function(_0x294be0,_0x5d7c26){return _0x294be0===_0x5d7c26;},'FYJVE':function(_0x2b903c,_0x50b0a6){return _0x2b903c*_0x50b0a6;},'VCKwB':function(_0x37802b,_0x2b1c3a){return _0x37802b(_0x2b1c3a);}};if(BrowserstackCLI['getInstance']()[_0x3487fc(0xea)]()&&BrowserstackCLI['getInstance']()[_0x3487fc(0x9d)]()){const _0x575676=BrowserstackCLI[_0x3487fc(0x156)]()[_0x3487fc(0x9d)]()[_0x3487fc(0xb6)],_0x15c6cf=_0x575676['options'][_0x3487fc(0x113)]||[];for(const _0xdf47d7 of _0x15c6cf){_0x54455f[_0x3487fc(0x101)](_0xdf47d7['name'],_0x54455f['RIYIV'])&&_0x54455f['ZeFvZ'](_0x10e145,null)&&(_0xc7e040[_0x3487fc(0xd0)]=_0x54455f['FYJVE'](_0x54455f[_0x3487fc(0x129)](parseInt,_0xdf47d7['value']),0x3e8));}}else process[_0x3487fc(0x12e)][_0x3487fc(0xbb)]&&(_0xc7e040[_0x3487fc(0xd0)]=_0x54455f[_0x3487fc(0x108)](_0x54455f[_0x3487fc(0x129)](parseInt,process[_0x3487fc(0x12e)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0x55f47e=>{const _0x2c8032=a94_0x2c3e26,_0x575abd={};_0x575abd[_0x2c8032(0xb8)]='unknown',_0x575abd[_0x2c8032(0x11a)]=function(_0x250cf1,_0x143e1c){return _0x250cf1===_0x143e1c;},_0x575abd[_0x2c8032(0x107)]=_0x2c8032(0xf0),_0x575abd['WCllP']=function(_0xc125ab,_0xe04c42){return _0xc125ab===_0xe04c42;},_0x575abd[_0x2c8032(0xc5)]=_0x2c8032(0xda),_0x575abd[_0x2c8032(0x12d)]=function(_0x5d0f46,_0x1c9d5f){return _0x5d0f46===_0x1c9d5f;},_0x575abd[_0x2c8032(0x151)]=function(_0x5d68de,_0xc4bdb4){return _0x5d68de===_0xc4bdb4;},_0x575abd[_0x2c8032(0x141)]=_0x2c8032(0x9f),_0x575abd['ytIKi']='Page',_0x575abd[_0x2c8032(0xa8)]='WebDriver',_0x575abd[_0x2c8032(0xc7)]=function(_0x1c12f2,_0x3acca4){return _0x1c12f2===_0x3acca4;},_0x575abd[_0x2c8032(0x145)]=_0x2c8032(0x112),_0x575abd[_0x2c8032(0xb2)]=_0x2c8032(0x149),_0x575abd['WByCR']=function(_0x21f624,_0x71da68){return _0x21f624||_0x71da68;},_0x575abd['UsyDu']=_0x2c8032(0xfc);const _0x179295=_0x575abd;if(!_0x55f47e){const _0x3747eb={};return _0x3747eb[_0x2c8032(0xe2)]=![],_0x3747eb[_0x2c8032(0x11c)]=_0x179295[_0x2c8032(0xb8)],_0x3747eb;}if(_0x179295[_0x2c8032(0x11a)](typeof _0x55f47e['evaluate'],_0x179295[_0x2c8032(0x107)])&&_0x179295[_0x2c8032(0x11a)](typeof _0x55f47e['url'],_0x179295[_0x2c8032(0x107)])&&_0x179295[_0x2c8032(0xa4)](typeof _0x55f47e[_0x2c8032(0x148)],_0x179295[_0x2c8032(0x107)])){const _0x43c2ab={};return _0x43c2ab['isPlaywright']=!![],_0x43c2ab['type']=_0x179295[_0x2c8032(0xc5)],_0x43c2ab;}if(_0x179295[_0x2c8032(0x12d)](typeof _0x55f47e[_0x2c8032(0x103)],_0x179295['bLasG'])&&_0x179295[_0x2c8032(0x151)](typeof _0x55f47e[_0x2c8032(0x126)],_0x179295[_0x2c8032(0x107)])){const _0x29cc7b={};return _0x29cc7b[_0x2c8032(0xe2)]=![],_0x29cc7b['type']=_0x179295[_0x2c8032(0x141)],_0x29cc7b;}const _0x5828a0=_0x55f47e['constructor']?.[_0x2c8032(0x124)];if(_0x179295['bPdcl'](_0x5828a0,_0x179295[_0x2c8032(0xce)])){const _0x46d9da={};return _0x46d9da[_0x2c8032(0xe2)]=!![],_0x46d9da['type']=_0x179295[_0x2c8032(0xc5)],_0x46d9da;}if(_0x179295[_0x2c8032(0x12d)](_0x5828a0,_0x179295[_0x2c8032(0xa8)])){const _0x16d03f={};return _0x16d03f['isPlaywright']=![],_0x16d03f[_0x2c8032(0x11c)]=_0x179295[_0x2c8032(0x141)],_0x16d03f;}if(_0x179295['IyuBE'](_0x5828a0,_0x179295['yfOHW'])){const _0x3fe727={};return _0x3fe727[_0x2c8032(0xe2)]=!![],_0x3fe727[_0x2c8032(0x11c)]=_0x179295[_0x2c8032(0xb2)],_0x3fe727;}logger[_0x2c8032(0xab)](_0x2c8032(0xd4)+_0x179295[_0x2c8032(0xcf)](_0x5828a0,_0x179295[_0x2c8032(0x140)]));const _0x49378c={};return _0x49378c[_0x2c8032(0xe2)]=![],_0x49378c['type']=_0x179295[_0x2c8032(0xb8)],_0x49378c;},withTimeout=(_0x1ac15a,_0x4651c9)=>{const _0x15166b=a94_0x2c3e26;return Promise[_0x15166b(0xec)]([_0x1ac15a,new Promise((_0x83b07d,_0x2cda76)=>setTimeout(()=>_0x2cda76(new Error('Operation\x20timed\x20out\x20after\x20'+_0x4651c9+'ms')),_0x4651c9))]);};function a94_0x5099(_0xfa228e,_0x226ba3){const _0x48f744=a94_0x48f7();return a94_0x5099=function(_0x509937,_0x22649b){_0x509937=_0x509937-0x98;let _0x14a524=_0x48f744[_0x509937];return _0x14a524;},a94_0x5099(_0xfa228e,_0x226ba3);}exports[a94_0x2c3e26(0x10a)]=async(_0x3d744c,_0x204617=null,_0x2bf32e=null)=>{const _0x19042f=a94_0x2c3e26,_0x386013={'pPjOP':function(_0x378180,_0x2e66c5){return _0x378180&&_0x2e66c5;},'UzOPj':function(_0x3c267f,_0x1b379c,_0x2f8198){return _0x3c267f(_0x1b379c,_0x2f8198);},'MzAyT':function(_0xeed891,_0x3cfec2){return _0xeed891===_0x3cfec2;},'YIRec':'playwright-codecept-driver','QXfeP':function(_0x485391,_0x41bab7,_0x10de03){return _0x485391(_0x41bab7,_0x10de03);},'izTzQ':function(_0x4fdb9c,_0x25539e){return _0x4fdb9c(_0x25539e);},'OlmYx':_0x19042f(0xc3),'NMTkf':_0x19042f(0xf4),'ZlfFr':_0x19042f(0x11f),'ZtBgR':function(_0x1461ac,_0x4355c7){return _0x1461ac===_0x4355c7;},'FBVtX':_0x19042f(0xf0),'NXZef':function(_0xdf7d01,_0x449b1c){return _0xdf7d01===_0x449b1c;},'UCbtt':function(_0x86b69,_0x37e71d){return _0x86b69===_0x37e71d;},'XhgtT':function(_0x34003f,_0x6c4495){return _0x34003f<=_0x6c4495;},'YNbZa':function(_0x2abb01,_0x283534){return _0x2abb01+_0x283534;},'bXiJq':_0x19042f(0xde)},{isPlaywright:_0xc3b2ce,type:_0x5ef0b8}=_0x386013[_0x19042f(0xf6)](detectDriverType,_0x3d744c),_0x6e5af5=_0xc3b2ce?global[_0x19042f(0xc0)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x19042f(0x13f)](_0x386013[_0x19042f(0xff)])&&globals[_0x19042f(0x13f)](_0x386013[_0x19042f(0x120)]);if(!_0x6e5af5)return logger[_0x19042f(0xab)](_0x19042f(0x13b)+_0x5ef0b8+_0x19042f(0xd6)),![];const _0x131f94=_0x204617||global[_0x19042f(0xf7)]||_0x386013['ZlfFr'];let _0x4e2e8f=null;const _0x582689={'testhub_btcer_uuid':global[_0x19042f(0x12a)]?.[_0x19042f(0xac)]?.['id'],'url':_0x386013[_0x19042f(0x14c)](typeof _0x3d744c[_0x19042f(0x110)],_0x386013[_0x19042f(0xf8)])?await _0x3d744c['url']():_0x386013[_0x19042f(0x10c)](typeof _0x3d744c[_0x19042f(0x100)],_0x386013['FBVtX'])?await _0x3d744c[_0x19042f(0x100)]():'','automate_session_id':_0x386013[_0x19042f(0xb9)](typeof _0x3d744c[_0x19042f(0xad)],_0x386013[_0x19042f(0xf8)])?(await _0x3d744c[_0x19042f(0xad)]())['getId']():''};for(let _0x58f106=0x1;_0x386013[_0x19042f(0x152)](_0x58f106,_0x386013[_0x19042f(0xcb)](RETRY_CONFIG['maxRetries'],0x1));_0x58f106++){try{return logger[_0x19042f(0xed)]('Accessibility\x20scan\x20attempt\x20'+_0x58f106+'/'+_0x386013[_0x19042f(0xcb)](RETRY_CONFIG['maxRetries'],0x1)+_0x19042f(0x14d)+_0x131f94+'\x20('+_0x5ef0b8+')'),await PerformanceTester[_0x19042f(0x115)](PerformanceA11yEvents[_0x19042f(0x123)],async()=>{const _0x53b455=_0x19042f;let _0x627163;if(_0x386013[_0x53b455(0x98)](_0xc3b2ce,playwrightA11yHelper)){_0x386013[_0x53b455(0x134)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x53b455(0x102)](_0x3d744c,RETRY_CONFIG['timeoutMs']);let _0x580d27=_0x3d744c;_0x386013[_0x53b455(0x132)](_0x5ef0b8,_0x386013[_0x53b455(0xf3)])&&(_0x580d27=_0x3d744c[_0x53b455(0x159)]),_0x627163=await _0x386013[_0x53b455(0x111)](withTimeout,playwrightA11yHelper[_0x53b455(0xaa)](_0x580d27,_0x131f94),RETRY_CONFIG[_0x53b455(0xd0)]),await exports['setPlaywrightScriptTimeout'](_0x3d744c,RETRY_CONFIG[_0x53b455(0xa0)]);}else await exports[_0x53b455(0x10e)](_0x3d744c,RETRY_CONFIG[_0x53b455(0xd0)]),_0x627163=await _0x386013[_0x53b455(0x111)](withTimeout,accessibilityHelper[_0x53b455(0xaa)](_0x3d744c,_0x131f94),RETRY_CONFIG[_0x53b455(0xd0)]),await exports[_0x53b455(0x10e)](_0x3d744c,RETRY_CONFIG[_0x53b455(0xa0)]);logger[_0x53b455(0xed)]('Scan\x20attempt\x20'+_0x58f106+'\x20completed\x20successfully.');},{'command':_0x131f94,..._0x582689})(),logger['info'](_0x19042f(0xf2)+_0x58f106+'.'),!![];}catch(_0x55354f){_0x4e2e8f=_0x55354f,logger[_0x19042f(0xed)](_0x19042f(0xeb)+_0x58f106+'\x20failed\x20for\x20method:\x20'+_0x131f94+'\x20('+_0x5ef0b8+_0x19042f(0x117)+_0x55354f['message']);}}return logger[_0x19042f(0x133)](_0x19042f(0xfa)+_0x131f94+'\x20('+_0x5ef0b8+')\x20with\x20error:\x20'+(_0x4e2e8f?.[_0x19042f(0xca)]||_0x386013[_0x19042f(0x9a)])),![];},exports[a94_0x2c3e26(0x14b)]=async(_0x364e81,_0x3f7a98)=>{const _0x59792d=a94_0x2c3e26,_0x1c1359={'qdgyq':function(_0xc15834,_0x54db4c){return _0xc15834(_0x54db4c);},'OVMHK':_0x59792d(0xc3),'LFQEl':_0x59792d(0xf4),'AvSCj':function(_0x77e6f8,_0x43769b){return _0x77e6f8<=_0x43769b;},'LBqNx':function(_0x3cd39d,_0x2346e8){return _0x3cd39d+_0x2346e8;},'OqANv':function(_0x446b90,_0x1a768b){return _0x446b90&&_0x1a768b;},'vWphd':function(_0x5ac34a,_0x27511f,_0x39c95a){return _0x5ac34a(_0x27511f,_0x39c95a);},'tFlEB':_0x59792d(0xde)},{isPlaywright:_0x2a4463,type:_0xd954a6}=_0x1c1359[_0x59792d(0x104)](detectDriverType,_0x364e81),_0x5cdc22=_0x2a4463?_0x3f7a98[_0x59792d(0xc0)]:accessibilityHelper[_0x59792d(0x11d)]()&&globals[_0x59792d(0x13f)](_0x1c1359[_0x59792d(0xcc)])&&globals[_0x59792d(0x13f)](_0x1c1359[_0x59792d(0x114)]);if(!_0x5cdc22)return logger['warn'](_0x59792d(0x13b)+_0xd954a6+_0x59792d(0x157)),[];let _0x20e0b8=null;for(let _0x2e1931=0x1;_0x1c1359[_0x59792d(0x137)](_0x2e1931,_0x1c1359[_0x59792d(0x147)](RETRY_CONFIG[_0x59792d(0xc4)],0x1));_0x2e1931++){try{logger['debug'](_0x59792d(0x14e)+_0x2e1931+'/'+_0x1c1359[_0x59792d(0x147)](RETRY_CONFIG[_0x59792d(0xc4)],0x1)+'\x20('+_0xd954a6+')');let _0x48089a;return _0x1c1359[_0x59792d(0xa5)](_0x2a4463,playwrightA11yHelper)?(_0x1c1359[_0x59792d(0xb3)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x59792d(0x102)](_0x364e81,RETRY_CONFIG['timeoutMs']),_0x48089a=await _0x1c1359[_0x59792d(0xb3)](withTimeout,playwrightA11yHelper[_0x59792d(0x155)](_0x364e81),RETRY_CONFIG[_0x59792d(0xd0)]),await exports[_0x59792d(0x102)](_0x364e81,RETRY_CONFIG[_0x59792d(0xa0)])):(await exports['setSeleniumScriptTimeout'](_0x364e81,RETRY_CONFIG[_0x59792d(0xd0)]),_0x48089a=await _0x1c1359[_0x59792d(0xb3)](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x364e81,_0x3f7a98),RETRY_CONFIG[_0x59792d(0xd0)]),await exports[_0x59792d(0x10e)](_0x364e81,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x59792d(0x144)](_0x59792d(0xa2)+_0x2e1931+'\x20('+_0xd954a6+')'),_0x48089a;}catch(_0x54d806){_0x20e0b8=_0x54d806,logger['warn'](_0x59792d(0x14e)+_0x2e1931+_0x59792d(0xcd)+_0xd954a6+_0x59792d(0x117)+_0x54d806[_0x59792d(0xca)]);}}return logger[_0x59792d(0x133)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0xd954a6+_0x59792d(0x158)+(_0x20e0b8?.[_0x59792d(0xca)]||_0x1c1359[_0x59792d(0xfb)])),[];},exports['getAccessibilityResultsSummaryWithRetry']=async(_0x4b9423,_0x5b5943)=>{const _0x59f0c3=a94_0x2c3e26,_0x110d50={'edyGR':function(_0x14d28f,_0x2f0694){return _0x14d28f(_0x2f0694);},'RIzxi':_0x59f0c3(0xc3),'HqLed':_0x59f0c3(0xf4),'NUwqZ':function(_0x32d8ed,_0x26bb6a){return _0x32d8ed<=_0x26bb6a;},'IUsvG':function(_0xfd35c7,_0x45ee19){return _0xfd35c7+_0x45ee19;},'VTKrz':function(_0x7f5198,_0x2e981e){return _0x7f5198+_0x2e981e;},'GLBlB':function(_0x45a02d,_0x68d1a5){return _0x45a02d&&_0x68d1a5;},'wkgJC':function(_0x18c5de,_0x151252,_0x2eb0b0){return _0x18c5de(_0x151252,_0x2eb0b0);},'edCbh':function(_0x396acd,_0x1c691e,_0x4aae94){return _0x396acd(_0x1c691e,_0x4aae94);},'RRVou':_0x59f0c3(0xde)},{isPlaywright:_0x12965f,type:_0x2127fb}=_0x110d50[_0x59f0c3(0x11b)](detectDriverType,_0x4b9423),_0x5a38a2=_0x12965f?_0x5b5943['accessibilityPlatform']:accessibilityHelper[_0x59f0c3(0x11d)]()&&globals[_0x59f0c3(0x13f)](_0x110d50[_0x59f0c3(0x10f)])&&globals[_0x59f0c3(0x13f)](_0x110d50['HqLed']);if(!_0x5a38a2)return logger[_0x59f0c3(0xab)](_0x59f0c3(0x13b)+_0x2127fb+_0x59f0c3(0xe3)),{};let _0x57bd5c=null;for(let _0x2ddc17=0x1;_0x110d50[_0x59f0c3(0xbc)](_0x2ddc17,_0x110d50[_0x59f0c3(0xe0)](RETRY_CONFIG[_0x59f0c3(0xc4)],0x1));_0x2ddc17++){try{logger[_0x59f0c3(0xed)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x2ddc17+'/'+_0x110d50[_0x59f0c3(0xf5)](RETRY_CONFIG[_0x59f0c3(0xc4)],0x1)+'\x20('+_0x2127fb+')');let _0x5774df;return _0x110d50[_0x59f0c3(0x119)](_0x12965f,playwrightA11yHelper)?(_0x110d50[_0x59f0c3(0x12b)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x59f0c3(0x102)](_0x4b9423,RETRY_CONFIG[_0x59f0c3(0xd0)]),_0x5774df=await _0x110d50[_0x59f0c3(0xc1)](withTimeout,playwrightA11yHelper[_0x59f0c3(0x153)](_0x4b9423),RETRY_CONFIG[_0x59f0c3(0xd0)]),await exports[_0x59f0c3(0x102)](_0x4b9423,RETRY_CONFIG['defaultTimeoutMs'])):(await exports['setSeleniumScriptTimeout'](_0x4b9423,RETRY_CONFIG[_0x59f0c3(0xd0)]),_0x5774df=await _0x110d50[_0x59f0c3(0x12b)](withTimeout,accessibilityHelper[_0x59f0c3(0x153)](_0x4b9423,_0x5b5943),RETRY_CONFIG[_0x59f0c3(0xd0)]),await exports[_0x59f0c3(0x10e)](_0x4b9423,RETRY_CONFIG[_0x59f0c3(0xa0)])),logger['info'](_0x59f0c3(0x139)+_0x2ddc17+'\x20('+_0x2127fb+')'),_0x5774df;}catch(_0x968f06){_0x57bd5c=_0x968f06,logger[_0x59f0c3(0xab)](_0x59f0c3(0x116)+_0x2ddc17+_0x59f0c3(0xcd)+_0x2127fb+_0x59f0c3(0x117)+_0x968f06[_0x59f0c3(0xca)]);}}return logger[_0x59f0c3(0x133)](_0x59f0c3(0x15c)+_0x2127fb+_0x59f0c3(0x158)+(_0x57bd5c?.['message']||_0x110d50['RRVou'])),{};},exports[a94_0x2c3e26(0x99)]=async(_0x25908e,_0x52e246,_0x5bb99e=null)=>{const _0x33f12d=a94_0x2c3e26,_0x2dd687={'XzxOc':function(_0x2cef59,_0x4370df){return _0x2cef59(_0x4370df);},'Wdmfv':function(_0x572a66,_0x26a768){return _0x572a66===_0x26a768;},'MBUWU':'fulfilled','ISbKQ':function(_0x5565d8,_0x2406ce){return _0x5565d8===_0x2406ce;},'jmqZA':'rejected','Fwtek':function(_0x2abc41,_0x580afc){return _0x2abc41===_0x580afc;},'UAGLf':_0x33f12d(0x15d)},{isPlaywright:_0x332ef8,type:_0x4ba548}=_0x2dd687['XzxOc'](detectDriverType,_0x25908e),_0x85ba38={};_0x85ba38[_0x33f12d(0xba)]=![],_0x85ba38['results']=[],_0x85ba38[_0x33f12d(0xc6)]={},_0x85ba38[_0x33f12d(0x133)]=null,_0x85ba38[_0x33f12d(0x10b)]=_0x4ba548;const _0x4270ea=_0x85ba38;try{_0x4270ea[_0x33f12d(0xba)]=await exports['performScanWithRetry'](_0x25908e,_0x5bb99e);if(_0x4270ea[_0x33f12d(0xba)]){const [_0x5dec46,_0x4db3bb]=await Promise[_0x33f12d(0xe5)]([exports[_0x33f12d(0x14b)](_0x25908e,_0x52e246),exports[_0x33f12d(0xdf)](_0x25908e,_0x52e246)]);_0x4270ea[_0x33f12d(0x9b)]=_0x2dd687[_0x33f12d(0x128)](_0x5dec46['status'],_0x2dd687[_0x33f12d(0xd3)])?_0x5dec46['value']:[],_0x4270ea[_0x33f12d(0xc6)]=_0x2dd687['Wdmfv'](_0x4db3bb['status'],_0x2dd687[_0x33f12d(0xd3)])?_0x4db3bb['value']:{},_0x2dd687[_0x33f12d(0x122)](_0x5dec46['status'],_0x2dd687[_0x33f12d(0xc8)])&&logger[_0x33f12d(0xab)](_0x33f12d(0xe8)+_0x4ba548+_0x33f12d(0xb5)+_0x5dec46[_0x33f12d(0x125)]?.[_0x33f12d(0xca)]),_0x2dd687[_0x33f12d(0x11e)](_0x4db3bb[_0x33f12d(0xbd)],_0x2dd687[_0x33f12d(0xc8)])&&logger[_0x33f12d(0xab)](_0x33f12d(0xe6)+_0x4ba548+_0x33f12d(0xb5)+_0x4db3bb[_0x33f12d(0x125)]?.[_0x33f12d(0xca)]);}}catch(_0x227ce6){_0x4270ea[_0x33f12d(0x133)]=_0x227ce6[_0x33f12d(0xca)]||_0x2dd687[_0x33f12d(0xbf)],logger[_0x33f12d(0x133)](_0x33f12d(0xfe)+_0x4ba548+_0x33f12d(0xb5)+_0x4270ea[_0x33f12d(0x133)]);}return _0x4270ea;},exports[a94_0x2c3e26(0x138)]=_0x2d1a48=>{const _0x9402cc=a94_0x2c3e26,_0x47bdb3={};_0x47bdb3[_0x9402cc(0x118)]=function(_0x2f8ba8,_0x5537db){return _0x2f8ba8!==_0x5537db;},_0x47bdb3['cyPNk']=function(_0x3d1464,_0x2dfea0){return _0x3d1464!==_0x2dfea0;};const _0xf3ec46=_0x47bdb3;_0xf3ec46[_0x9402cc(0x118)](_0x2d1a48[_0x9402cc(0xc4)],undefined)&&(RETRY_CONFIG['maxRetries']=Math['max'](0x0,_0x2d1a48[_0x9402cc(0xc4)])),_0xf3ec46[_0x9402cc(0x15a)](_0x2d1a48[_0x9402cc(0xd0)],undefined)&&(RETRY_CONFIG[_0x9402cc(0xd0)]=Math['max'](0x3e8,_0x2d1a48[_0x9402cc(0xd0)])),logger['debug']('Accessibility\x20retry\x20configuration\x20updated:\x20'+JSON['stringify'](RETRY_CONFIG));},exports[a94_0x2c3e26(0xdd)]=()=>{const _0x492a75={...RETRY_CONFIG};return _0x492a75;},exports[a94_0x2c3e26(0xae)]=_0x4739e4=>{const _0x30b984=a94_0x2c3e26,_0x4266f7={'HxhcG':function(_0x3131f4,_0xe8ecb6){return _0x3131f4(_0xe8ecb6);}};return _0x4266f7[_0x30b984(0x15b)](detectDriverType,_0x4739e4)[_0x30b984(0xe2)];},exports[a94_0x2c3e26(0xdb)]=_0x14c747=>{const _0x2bec67=a94_0x2c3e26,_0x40a0e4={'SxKlt':function(_0x4e0e9,_0x2ec721){return _0x4e0e9(_0x2ec721);},'ohfGY':function(_0x5e651f,_0x417718){return _0x5e651f===_0x417718;},'MUWIh':_0x2bec67(0x9f)},{isPlaywright:_0x4af5ba,type:_0x50be20}=_0x40a0e4['SxKlt'](detectDriverType,_0x14c747);return!_0x4af5ba&&_0x40a0e4[_0x2bec67(0xe7)](_0x50be20,_0x40a0e4[_0x2bec67(0xbe)]);},exports[a94_0x2c3e26(0x102)]=async(_0x10d846,_0xa62df2=null)=>{const _0x2276d9=a94_0x2c3e26,_0x602153={'IVxfp':function(_0xbee7b1,_0x21b53c){return _0xbee7b1(_0x21b53c);},'HAyMz':function(_0x365653,_0x5be15f){return _0x365653===_0x5be15f;},'GTABj':_0x2276d9(0xf0)},{isPlaywright:_0x30034e,type:_0x4187c1}=_0x602153['IVxfp'](detectDriverType,_0x10d846);if(!_0x30034e)return logger['debug']('Skipping\x20timeout\x20setting\x20for\x20'+_0x4187c1+_0x2276d9(0x12f)),!![];const _0x29d2c8=_0xa62df2||RETRY_CONFIG[_0x2276d9(0xa0)];try{return _0x10d846&&_0x602153['HAyMz'](typeof _0x10d846[_0x2276d9(0x13a)],_0x602153['GTABj'])&&(await _0x10d846[_0x2276d9(0x13a)](_0x29d2c8),logger[_0x2276d9(0xed)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x29d2c8+'ms')),!![];}catch(_0x551d17){return logger[_0x2276d9(0xab)]('Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20'+_0x551d17[_0x2276d9(0xca)]),![];}},exports[a94_0x2c3e26(0x10e)]=async(_0x48ebd1,_0xd382b1=null)=>{const _0x17bf5f=a94_0x2c3e26,_0x3065e6={};_0x3065e6[_0x17bf5f(0x13c)]=_0x17bf5f(0x14a),_0x3065e6['xlPyM']=function(_0x14f777,_0x16c920){return _0x14f777===_0x16c920;},_0x3065e6[_0x17bf5f(0xd9)]=_0x17bf5f(0xf0),_0x3065e6[_0x17bf5f(0xd1)]=function(_0x1e95b7,_0x552f42){return _0x1e95b7===_0x552f42;},_0x3065e6[_0x17bf5f(0x13e)]=function(_0x30dae7,_0x2c7dba){return _0x30dae7===_0x2c7dba;},_0x3065e6[_0x17bf5f(0xdc)]=_0x17bf5f(0xd8),_0x3065e6[_0x17bf5f(0xf9)]=_0x17bf5f(0xd7);const _0x6743bd=_0x3065e6;if(!exports[_0x17bf5f(0xdb)](_0x48ebd1))return logger['warn'](_0x6743bd[_0x17bf5f(0x13c)]),![];const _0x5d40f3=_0xd382b1||RETRY_CONFIG[_0x17bf5f(0xa0)];try{if(_0x48ebd1&&_0x6743bd[_0x17bf5f(0x10d)](typeof _0x48ebd1[_0x17bf5f(0xf1)],_0x6743bd[_0x17bf5f(0xd9)])){const _0x2aa3cf=_0x48ebd1[_0x17bf5f(0xf1)]();if(_0x2aa3cf&&_0x6743bd[_0x17bf5f(0xd1)](typeof _0x2aa3cf['timeouts'],_0x6743bd[_0x17bf5f(0xd9)]))await _0x2aa3cf['timeouts']()[_0x17bf5f(0xb1)](_0x5d40f3),logger['debug'](_0x17bf5f(0x154)+_0x5d40f3+_0x17bf5f(0x142));else{if(_0x2aa3cf&&_0x6743bd[_0x17bf5f(0x13e)](typeof _0x2aa3cf['setTimeouts'],_0x6743bd[_0x17bf5f(0xd9)])){const _0x3d063d={};_0x3d063d[_0x17bf5f(0x9c)]=_0x5d40f3,await _0x2aa3cf['setTimeouts'](_0x3d063d),logger[_0x17bf5f(0xed)](_0x17bf5f(0x154)+_0x5d40f3+_0x17bf5f(0x146));}else{if(_0x2aa3cf&&_0x6743bd[_0x17bf5f(0x10d)](typeof _0x2aa3cf[_0x17bf5f(0xb1)],_0x6743bd[_0x17bf5f(0xd9)]))await _0x2aa3cf['setScriptTimeout'](_0x5d40f3),logger[_0x17bf5f(0xed)](_0x17bf5f(0x154)+_0x5d40f3+_0x17bf5f(0xee));else return logger['debug'](_0x6743bd[_0x17bf5f(0xdc)]),!![];}}}else return logger[_0x17bf5f(0xed)](_0x6743bd[_0x17bf5f(0xf9)]),!![];return!![];}catch(_0x3278f4){return logger[_0x17bf5f(0xab)](_0x17bf5f(0xa6)+_0x3278f4[_0x17bf5f(0xca)]),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x215e9a,_0xa93146)=>{const _0x2a0a4d=a94_0x2c3e26,_0x1e3354={'xwSTK':function(_0x1bf870,_0x2ab043){return _0x1bf870(_0x2ab043);},'fdgbS':_0x2a0a4d(0xc3),'qxKgX':_0x2a0a4d(0xf4),'gzggJ':function(_0x6059aa,_0x5c2ae2){return _0x6059aa<=_0x5c2ae2;},'Eteei':function(_0x1994a4,_0x448869){return _0x1994a4+_0x448869;},'czzHT':function(_0x54acf3,_0x490c09){return _0x54acf3+_0x490c09;},'LoOKp':function(_0x3237cf,_0x431d85){return _0x3237cf&&_0x431d85;},'bcAAa':function(_0x224e9d,_0xa141a7,_0x5bf817){return _0x224e9d(_0xa141a7,_0x5bf817);},'jQfqY':function(_0x5cf5cb,_0x34ca04,_0x4e7cd9){return _0x5cf5cb(_0x34ca04,_0x4e7cd9);},'JeqdF':function(_0x2f49f7,_0x4df2f6,_0x45d40e){return _0x2f49f7(_0x4df2f6,_0x45d40e);},'bSzaf':_0x2a0a4d(0xde)},{isPlaywright:_0x124fa6,type:_0x2d177e}=_0x1e3354[_0x2a0a4d(0x13d)](detectDriverType,_0x215e9a),_0xd74836=_0x124fa6?global[_0x2a0a4d(0xc0)]:accessibilityHelper[_0x2a0a4d(0x11d)]()&&globals['getGlobal'](_0x1e3354['fdgbS'])&&globals[_0x2a0a4d(0x13f)](_0x1e3354[_0x2a0a4d(0x12c)]);if(!_0xd74836)return logger['warn'](_0x2a0a4d(0x13b)+_0x2d177e+_0x2a0a4d(0xa7)),![];let _0x2563a0=null;for(let _0x24fc7e=0x1;_0x1e3354[_0x2a0a4d(0xe1)](_0x24fc7e,_0x1e3354[_0x2a0a4d(0xa3)](RETRY_CONFIG['maxRetries'],0x1));_0x24fc7e++){try{return logger[_0x2a0a4d(0xed)](_0x2a0a4d(0xaf)+_0x24fc7e+'/'+_0x1e3354[_0x2a0a4d(0xc9)](RETRY_CONFIG[_0x2a0a4d(0xc4)],0x1)+'\x20('+_0x2d177e+')'),_0x1e3354[_0x2a0a4d(0x143)](_0x124fa6,playwrightA11yHelper)?(_0x1e3354[_0x2a0a4d(0x106)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x2a0a4d(0x102)](_0x215e9a,RETRY_CONFIG[_0x2a0a4d(0xd0)]),await _0x1e3354[_0x2a0a4d(0x127)](withTimeout,playwrightA11yHelper[_0x2a0a4d(0xb4)](_0x215e9a,scripts[_0x2a0a4d(0x131)],_0xa93146),RETRY_CONFIG[_0x2a0a4d(0xd0)]),await exports['setPlaywrightScriptTimeout'](_0x215e9a,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x2a0a4d(0x10e)](_0x215e9a,RETRY_CONFIG[_0x2a0a4d(0xd0)]),await _0x1e3354[_0x2a0a4d(0xef)](withTimeout,_0x215e9a[_0x2a0a4d(0x103)](scripts[_0x2a0a4d(0x131)],_0xa93146),RETRY_CONFIG[_0x2a0a4d(0xd0)]),await exports[_0x2a0a4d(0x10e)](_0x215e9a,RETRY_CONFIG[_0x2a0a4d(0xa0)])),logger['info']('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x24fc7e+'\x20('+_0x2d177e+')'),!![];}catch(_0x4dc6c2){_0x2563a0=_0x4dc6c2,logger[_0x2a0a4d(0xab)](_0x2a0a4d(0xaf)+_0x24fc7e+_0x2a0a4d(0xcd)+_0x2d177e+_0x2a0a4d(0x117)+_0x4dc6c2[_0x2a0a4d(0xca)]);}}return logger[_0x2a0a4d(0x133)]('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x2d177e+_0x2a0a4d(0x158)+(_0x2563a0?.[_0x2a0a4d(0xca)]||_0x1e3354[_0x2a0a4d(0xe4)])),![];};
1
+ const a95_0x5edacd=a95_0x3a10;(function(_0x47c19f,_0x72ff19){const _0x82b933=a95_0x3a10,_0xebcbb3=_0x47c19f();while(!![]){try{const _0x5938c6=parseInt(_0x82b933(0x147))/0x1+parseInt(_0x82b933(0x127))/0x2*(-parseInt(_0x82b933(0x1bf))/0x3)+-parseInt(_0x82b933(0x15b))/0x4*(parseInt(_0x82b933(0x15f))/0x5)+-parseInt(_0x82b933(0x1d0))/0x6*(-parseInt(_0x82b933(0x128))/0x7)+parseInt(_0x82b933(0x169))/0x8*(parseInt(_0x82b933(0x172))/0x9)+parseInt(_0x82b933(0x1d2))/0xa+parseInt(_0x82b933(0x124))/0xb;if(_0x5938c6===_0x72ff19)break;else _0xebcbb3['push'](_0xebcbb3['shift']());}catch(_0x54f6ee){_0xebcbb3['push'](_0xebcbb3['shift']());}}}(a95_0x42cd,0x5d370));const util=require(a95_0x5edacd(0x194)),logger=require(a95_0x5edacd(0x1d1))['winstonLogger'],accessibilityHelper=require(a95_0x5edacd(0x1aa)),globals=require(a95_0x5edacd(0x148)),scripts=require(a95_0x5edacd(0x1de)),PerformanceTester=require(a95_0x5edacd(0x149)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a95_0x5edacd(0x129)),BrowserstackCLI=require(a95_0x5edacd(0x1dc));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a95_0x5edacd(0x170));}catch(a95_0x3a1e8c){logger['debug'](a95_0x5edacd(0x13b));}const a95_0x119793={};a95_0x119793[a95_0x5edacd(0x146)]=0x1,a95_0x119793[a95_0x5edacd(0x156)]=0x7530,a95_0x119793[a95_0x5edacd(0x12e)]=0x7530;function a95_0x42cd(){const _0x69a975=['xsPTF','FKAyl','vzjiI','ifeZQ','isRunning','race','function','uJCZT','util','rXLXw','TRzHW','selenium-webdriver','isPlaywright','undefined','isAccessibilityPlatform','ms\x20using\x20setTimeouts\x20API','WebDriver','GLNWA','__workerDetails','getCurrentUrl','xYalX','PxgWn','type','rAaoa','lEFDY','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','uWLKv','results','WPcIp','scannerProcessingTimeout','./helper','bfZnx','Scan\x20attempt\x20','manage','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','Accessibility\x20retry\x20configuration\x20updated:\x20','evaluate','PXFCT','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','wNYyB','error','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','mchDP',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','JlPzs','vzkju','getGlobal','page','Jtdzv','url','playwright-page','755172fIIArI','value','bstackA11yShouldScan','isAccessibilityAutomationSession','ZCTfT',',\x20cannot\x20perform\x20scan\x20with\x20retry.','QBwFf','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','Skipping\x20timeout\x20setting\x20for\x20','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','reason','debug','DGXhA','getAccessibilityResultsWithRetry','gwYzr','status','performScanWithRetry','62022TyNvmS','../logger','2794360hsZCGs','driverType','getCapabilities','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','rIcvj',').\x20Last\x20error:\x20','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','setPlaywrightScriptTimeout','AHTPy',').\x20Error:\x20','../../bin/v2/browserstackCLI','EbqSP','./scripts','PpJuS','vrKvg','getRetryConfig','setDefaultTimeout','goto','dzZgb','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','cXDjH','ijrPh','constructor','1641332gJzncv','name','JrlUX','4eCgHAq','7ZOyyzJ','../performance/constants','getAccessibilityResults','NXnlg','performScan','LuWzZ','defaultTimeoutMs','SHIcw','getInstance','HXJcf','Bfblh','currentTest','script','executeAsyncScript','Accessibility\x20scan\x20attempt\x20','saveTestResults','setTimeouts','jyYoe','STnNb','Playwright\x20accessibility\x20helper\x20not\x20available','MRqtb','UUxGq','uqKse','scanSucceeded','Comprehensive\x20accessibility\x20scan\x20failed\x20(','allSettled','message','PsCWa','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','updateRetryConfig','maxRetries','439032ZMSrJN','../globals','../performance/performance-tester','Ltfmf','kSjZl','info','warn','browserstackSessionName','XrpkC','HpRaW','fulfilled','ARDvV',')\x20with\x20error:\x20','performComprehensiveAccessibilityScanWithRetry','):\x20','timeoutMs','SyGIj','stringify','summary','saveAccessibilityResultsWithRetry','133028JbKQLJ','Accessibility\x20results\x20retrieval\x20attempt\x20','AEjSc','ciifk','15gjxXOj','accessibilityPlatform','NHygh','ziCce','sgoOQ','getSession','dbZYj','VnCRy','setScriptTimeout','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','14760IBVGmw','options','Accessibility\x20results\x20save\x20attempt\x20','measureWrapper','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','timeouts','../../bin/playwright/accessibility-helper','FxECN','522AKKwUE',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','capabilitiesList','ikHaq','HZKmT','setSeleniumScriptTimeout','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','USgog','xjbYJ','WyKYR','max','Unknown\x20error','env','LEvOM','kpGCG','KINbN','\x20for\x20method:\x20','aQbYR','\x20failed\x20(','getAccessibilityModule','Page','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','getAccessibilityResultsSummary','TNInx'];a95_0x42cd=function(){return _0x69a975;};return a95_0x42cd();}function a95_0x3a10(_0x524867,_0x1a8e4e){const _0x42cd28=a95_0x42cd();return a95_0x3a10=function(_0x3a105f,_0x47854b){_0x3a105f=_0x3a105f-0x11e;let _0x462e0d=_0x42cd28[_0x3a105f];return _0x462e0d;},a95_0x3a10(_0x524867,_0x1a8e4e);}const RETRY_CONFIG=a95_0x119793,setConfigTimeout=(_0x4ceeca,_0x2e9377=null)=>{const _0x55c14f=a95_0x5edacd,_0x4ce337={'HZKmT':function(_0x2075e1,_0x21d6ac){return _0x2075e1===_0x21d6ac;},'ziCce':_0x55c14f(0x1a9),'PsCWa':function(_0x428446,_0x38abae){return _0x428446*_0x38abae;},'dzZgb':function(_0x1890f2,_0x386290){return _0x1890f2(_0x386290);}};if(BrowserstackCLI[_0x55c14f(0x130)]()[_0x55c14f(0x190)]()&&BrowserstackCLI[_0x55c14f(0x130)]()[_0x55c14f(0x186)]()){const _0x1265d7=BrowserstackCLI[_0x55c14f(0x130)]()[_0x55c14f(0x186)]()['accessibilityConfig'],_0x1c48c0=_0x1265d7[_0x55c14f(0x16a)][_0x55c14f(0x174)]||[];for(const _0x14483b of _0x1c48c0){_0x4ce337[_0x55c14f(0x176)](_0x14483b[_0x55c14f(0x125)],_0x4ce337[_0x55c14f(0x162)])&&_0x4ce337[_0x55c14f(0x176)](_0x2e9377,null)&&(_0x4ceeca[_0x55c14f(0x156)]=_0x4ce337['PsCWa'](_0x4ce337[_0x55c14f(0x11f)](parseInt,_0x14483b[_0x55c14f(0x1c0)]),0x3e8));}}else process['env'][_0x55c14f(0x1c6)]&&(_0x4ceeca[_0x55c14f(0x156)]=_0x4ce337[_0x55c14f(0x143)](_0x4ce337['dzZgb'](parseInt,process[_0x55c14f(0x17f)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0x193651=>{const _0x4410e0=a95_0x5edacd,_0x2e1323={};_0x2e1323[_0x4410e0(0x13e)]='unknown',_0x2e1323[_0x4410e0(0x18c)]=function(_0x570918,_0x584fd5){return _0x570918===_0x584fd5;},_0x2e1323[_0x4410e0(0x15d)]=_0x4410e0(0x192),_0x2e1323[_0x4410e0(0x171)]=function(_0x4e1962,_0xbd3556){return _0x4e1962===_0xbd3556;},_0x2e1323[_0x4410e0(0x1cd)]=function(_0x12ec2c,_0x5a7518){return _0x12ec2c===_0x5a7518;},_0x2e1323[_0x4410e0(0x18d)]=_0x4410e0(0x1be),_0x2e1323['LDDGs']=function(_0x3ea606,_0x1bf41d){return _0x3ea606===_0x1bf41d;},_0x2e1323[_0x4410e0(0x17a)]=function(_0x4bbc6f,_0x2f586b){return _0x4bbc6f===_0x2f586b;},_0x2e1323[_0x4410e0(0x161)]=_0x4410e0(0x197),_0x2e1323[_0x4410e0(0x14a)]=function(_0x4353db,_0x332b5e){return _0x4353db===_0x332b5e;},_0x2e1323[_0x4410e0(0x1a6)]=_0x4410e0(0x187),_0x2e1323[_0x4410e0(0x184)]=_0x4410e0(0x19c),_0x2e1323[_0x4410e0(0x132)]=function(_0x12fd36,_0x2408e5){return _0x12fd36===_0x2408e5;},_0x2e1323[_0x4410e0(0x1cb)]='Playwright',_0x2e1323[_0x4410e0(0x1b3)]='playwright-codecept-driver',_0x2e1323[_0x4410e0(0x1da)]=function(_0x17e590,_0x5c89ba){return _0x17e590||_0x5c89ba;},_0x2e1323[_0x4410e0(0x1a1)]=_0x4410e0(0x199);const _0x18b391=_0x2e1323;if(!_0x193651){const _0x26cb86={};return _0x26cb86[_0x4410e0(0x198)]=![],_0x26cb86['type']=_0x18b391[_0x4410e0(0x13e)],_0x26cb86;}if(_0x18b391[_0x4410e0(0x18c)](typeof _0x193651[_0x4410e0(0x1b0)],_0x18b391[_0x4410e0(0x15d)])&&_0x18b391[_0x4410e0(0x171)](typeof _0x193651[_0x4410e0(0x1bd)],_0x18b391[_0x4410e0(0x15d)])&&_0x18b391[_0x4410e0(0x1cd)](typeof _0x193651[_0x4410e0(0x11e)],_0x18b391[_0x4410e0(0x15d)])){const _0x3df2e0={};return _0x3df2e0[_0x4410e0(0x198)]=!![],_0x3df2e0[_0x4410e0(0x1a2)]=_0x18b391['FKAyl'],_0x3df2e0;}if(_0x18b391['LDDGs'](typeof _0x193651[_0x4410e0(0x135)],_0x18b391[_0x4410e0(0x15d)])&&_0x18b391['USgog'](typeof _0x193651[_0x4410e0(0x1d4)],_0x18b391[_0x4410e0(0x15d)])){const _0x1c12a1={};return _0x1c12a1[_0x4410e0(0x198)]=![],_0x1c12a1[_0x4410e0(0x1a2)]=_0x18b391[_0x4410e0(0x161)],_0x1c12a1;}const _0x3986bd=_0x193651[_0x4410e0(0x123)]?.[_0x4410e0(0x125)];if(_0x18b391[_0x4410e0(0x14a)](_0x3986bd,_0x18b391[_0x4410e0(0x1a6)])){const _0x34fdff={};return _0x34fdff[_0x4410e0(0x198)]=!![],_0x34fdff[_0x4410e0(0x1a2)]=_0x18b391[_0x4410e0(0x18d)],_0x34fdff;}if(_0x18b391[_0x4410e0(0x1cd)](_0x3986bd,_0x18b391[_0x4410e0(0x184)])){const _0x380644={};return _0x380644[_0x4410e0(0x198)]=![],_0x380644['type']=_0x18b391[_0x4410e0(0x161)],_0x380644;}if(_0x18b391[_0x4410e0(0x132)](_0x3986bd,_0x18b391['DGXhA'])){const _0x46bfb4={};return _0x46bfb4['isPlaywright']=!![],_0x46bfb4[_0x4410e0(0x1a2)]=_0x18b391[_0x4410e0(0x1b3)],_0x46bfb4;}logger[_0x4410e0(0x14d)]('Unknown\x20driver/page\x20type:\x20'+_0x18b391[_0x4410e0(0x1da)](_0x3986bd,_0x18b391[_0x4410e0(0x1a1)]));const _0x351e41={};return _0x351e41[_0x4410e0(0x198)]=![],_0x351e41[_0x4410e0(0x1a2)]=_0x18b391[_0x4410e0(0x13e)],_0x351e41;},withTimeout=(_0x44254d,_0xa11697)=>{const _0x51b64b=a95_0x5edacd;return Promise[_0x51b64b(0x191)]([_0x44254d,new Promise((_0x417cc7,_0x17429c)=>setTimeout(()=>_0x17429c(new Error('Operation\x20timed\x20out\x20after\x20'+_0xa11697+'ms')),_0xa11697))]);};exports[a95_0x5edacd(0x1cf)]=async(_0x3d628b,_0x16aefc=null,_0x354cb7=null)=>{const _0x3769d2=a95_0x5edacd,_0x1a68ce={'ifeZQ':function(_0x3a215c,_0x50e25d){return _0x3a215c&&_0x50e25d;},'PXFCT':function(_0x2f3a60,_0x48f070,_0x2971c3){return _0x2f3a60(_0x48f070,_0x2971c3);},'mchDP':function(_0x3343b8,_0x1e41d3){return _0x3343b8===_0x1e41d3;},'NXnlg':'playwright-codecept-driver','kSjZl':function(_0x59b654,_0x12deff,_0x4ae7e1){return _0x59b654(_0x12deff,_0x4ae7e1);},'XrpkC':function(_0x59548a,_0x4ffe6a){return _0x59548a(_0x4ffe6a);},'LEvOM':'isAccessibilityPlatform','uJCZT':_0x3769d2(0x1c1),'pAGCk':'unknown_method','jyYoe':function(_0x93aa44,_0x405e90){return _0x93aa44===_0x405e90;},'SyGIj':_0x3769d2(0x192),'ARDvV':function(_0x5a33a4,_0x11b3c3){return _0x5a33a4===_0x11b3c3;},'zdvWM':function(_0x10f390,_0x5c524a){return _0x10f390===_0x5c524a;},'vrKvg':function(_0x595834,_0x9e5c1e){return _0x595834<=_0x9e5c1e;},'cXDjH':function(_0x330dd9,_0x27b275){return _0x330dd9+_0x27b275;},'bfpSp':'Unknown\x20error'},{isPlaywright:_0x2d6c37,type:_0x43fe17}=_0x1a68ce[_0x3769d2(0x14f)](detectDriverType,_0x3d628b),_0x54643f=_0x2d6c37?global[_0x3769d2(0x160)]:accessibilityHelper[_0x3769d2(0x1c2)]()&&globals['getGlobal'](_0x1a68ce[_0x3769d2(0x180)])&&globals[_0x3769d2(0x1ba)](_0x1a68ce[_0x3769d2(0x193)]);if(!_0x54643f)return logger['warn'](_0x3769d2(0x16e)+_0x43fe17+_0x3769d2(0x1c4)),![];const _0x5a18c9=_0x16aefc||global[_0x3769d2(0x14e)]||_0x1a68ce['pAGCk'];let _0x1ab811=null;const _0x1883d0={'testhub_btcer_uuid':global[_0x3769d2(0x19e)]?.[_0x3769d2(0x133)]?.['id'],'url':_0x1a68ce[_0x3769d2(0x139)](typeof _0x3d628b[_0x3769d2(0x1bd)],_0x1a68ce[_0x3769d2(0x157)])?await _0x3d628b[_0x3769d2(0x1bd)]():_0x1a68ce[_0x3769d2(0x152)](typeof _0x3d628b[_0x3769d2(0x19f)],_0x1a68ce['SyGIj'])?await _0x3d628b['getCurrentUrl']():'','automate_session_id':_0x1a68ce['zdvWM'](typeof _0x3d628b[_0x3769d2(0x164)],_0x1a68ce[_0x3769d2(0x157)])?(await _0x3d628b[_0x3769d2(0x164)]())['getId']():''};for(let _0x311123=0x1;_0x1a68ce[_0x3769d2(0x1e0)](_0x311123,_0x1a68ce['cXDjH'](RETRY_CONFIG[_0x3769d2(0x146)],0x1));_0x311123++){try{return logger[_0x3769d2(0x1ca)](_0x3769d2(0x136)+_0x311123+'/'+_0x1a68ce[_0x3769d2(0x121)](RETRY_CONFIG[_0x3769d2(0x146)],0x1)+_0x3769d2(0x183)+_0x5a18c9+'\x20('+_0x43fe17+')'),await PerformanceTester[_0x3769d2(0x16c)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x25c2d3=_0x3769d2;let _0x5b785d;if(_0x1a68ce[_0x25c2d3(0x18f)](_0x2d6c37,playwrightA11yHelper)){_0x1a68ce[_0x25c2d3(0x1b1)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x25c2d3(0x1d9)](_0x3d628b,RETRY_CONFIG[_0x25c2d3(0x156)]);let _0x420818=_0x3d628b;_0x1a68ce[_0x25c2d3(0x1b6)](_0x43fe17,_0x1a68ce[_0x25c2d3(0x12b)])&&(_0x420818=_0x3d628b[_0x25c2d3(0x1bb)]),_0x5b785d=await _0x1a68ce[_0x25c2d3(0x1b1)](withTimeout,playwrightA11yHelper[_0x25c2d3(0x12c)](_0x420818,_0x5a18c9),RETRY_CONFIG[_0x25c2d3(0x156)]),await exports[_0x25c2d3(0x1d9)](_0x3d628b,RETRY_CONFIG[_0x25c2d3(0x12e)]);}else await exports['setSeleniumScriptTimeout'](_0x3d628b,RETRY_CONFIG['timeoutMs']),_0x5b785d=await _0x1a68ce[_0x25c2d3(0x14b)](withTimeout,accessibilityHelper[_0x25c2d3(0x12c)](_0x3d628b,_0x5a18c9),RETRY_CONFIG[_0x25c2d3(0x156)]),await exports[_0x25c2d3(0x177)](_0x3d628b,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x25c2d3(0x1ca)](_0x25c2d3(0x1ac)+_0x311123+'\x20completed\x20successfully.');},{'command':_0x5a18c9,..._0x1883d0})(),logger['info']('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x311123+'.'),!![];}catch(_0x58f16e){_0x1ab811=_0x58f16e,logger[_0x3769d2(0x1ca)](_0x3769d2(0x136)+_0x311123+'\x20failed\x20for\x20method:\x20'+_0x5a18c9+'\x20('+_0x43fe17+_0x3769d2(0x1db)+_0x58f16e['message']);}}return logger[_0x3769d2(0x1b4)](_0x3769d2(0x189)+_0x5a18c9+'\x20('+_0x43fe17+_0x3769d2(0x153)+(_0x1ab811?.[_0x3769d2(0x142)]||_0x1a68ce['bfpSp'])),![];},exports[a95_0x5edacd(0x1cc)]=async(_0x1d114a,_0xbcfd5a)=>{const _0x102604=a95_0x5edacd,_0xc14ff7={'Nmmgg':function(_0x4ce7bb,_0x4bc0d1){return _0x4ce7bb(_0x4bc0d1);},'gPxad':'isAccessibilityPlatform','STnNb':_0x102604(0x1c1),'WyKYR':function(_0x22bbfa,_0x31185d){return _0x22bbfa<=_0x31185d;},'VnCRy':function(_0x2a0eab,_0x3a8c0c){return _0x2a0eab+_0x3a8c0c;},'KINbN':function(_0x3b4810,_0x1e17bd){return _0x3b4810+_0x1e17bd;},'ciifk':function(_0x136e79,_0x3b71d2){return _0x136e79&&_0x3b71d2;},'rIcvj':function(_0x57d4ca,_0x2ee45b,_0x71069b){return _0x57d4ca(_0x2ee45b,_0x71069b);},'ikHaq':function(_0x39ab0e,_0x3c8090,_0x3dd554){return _0x39ab0e(_0x3c8090,_0x3dd554);},'WPcIp':_0x102604(0x17e)},{isPlaywright:_0x1c5acb,type:_0x3388b8}=_0xc14ff7['Nmmgg'](detectDriverType,_0x1d114a),_0x49846c=_0x1c5acb?_0xbcfd5a['accessibilityPlatform']:accessibilityHelper['isAccessibilityAutomationSession']()&&globals['getGlobal'](_0xc14ff7['gPxad'])&&globals[_0x102604(0x1ba)](_0xc14ff7[_0x102604(0x13a)]);if(!_0x49846c)return logger[_0x102604(0x14d)](_0x102604(0x16e)+_0x3388b8+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.'),[];let _0x13ef29=null;for(let _0x2aeca1=0x1;_0xc14ff7[_0x102604(0x17c)](_0x2aeca1,_0xc14ff7[_0x102604(0x166)](RETRY_CONFIG[_0x102604(0x146)],0x1));_0x2aeca1++){try{logger['debug']('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x2aeca1+'/'+_0xc14ff7[_0x102604(0x182)](RETRY_CONFIG[_0x102604(0x146)],0x1)+'\x20('+_0x3388b8+')');let _0x673742;return _0xc14ff7[_0x102604(0x15e)](_0x1c5acb,playwrightA11yHelper)?(_0xc14ff7[_0x102604(0x1d6)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x1d114a,RETRY_CONFIG['timeoutMs']),_0x673742=await _0xc14ff7['ikHaq'](withTimeout,playwrightA11yHelper[_0x102604(0x12a)](_0x1d114a),RETRY_CONFIG[_0x102604(0x156)]),await exports[_0x102604(0x1d9)](_0x1d114a,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x102604(0x177)](_0x1d114a,RETRY_CONFIG[_0x102604(0x156)]),_0x673742=await _0xc14ff7[_0x102604(0x175)](withTimeout,accessibilityHelper[_0x102604(0x12a)](_0x1d114a,_0xbcfd5a),RETRY_CONFIG[_0x102604(0x156)]),await exports[_0x102604(0x177)](_0x1d114a,RETRY_CONFIG[_0x102604(0x12e)])),logger['info']('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x2aeca1+'\x20('+_0x3388b8+')'),_0x673742;}catch(_0x30f2e7){_0x13ef29=_0x30f2e7,logger[_0x102604(0x14d)](_0x102604(0x15c)+_0x2aeca1+_0x102604(0x185)+_0x3388b8+_0x102604(0x1db)+_0x30f2e7[_0x102604(0x142)]);}}return logger[_0x102604(0x1b4)](_0x102604(0x188)+_0x3388b8+_0x102604(0x1d7)+(_0x13ef29?.['message']||_0xc14ff7[_0x102604(0x1a8)])),[];},exports['getAccessibilityResultsSummaryWithRetry']=async(_0xf7af9e,_0x35da25)=>{const _0x3a2d7d=a95_0x5edacd,_0x2f7945={'vzjiI':function(_0x22446c,_0x598c59){return _0x22446c(_0x598c59);},'jKixE':_0x3a2d7d(0x19a),'VcLxn':_0x3a2d7d(0x1c1),'ijrPh':function(_0x59dc17,_0x300daf){return _0x59dc17<=_0x300daf;},'xYalX':function(_0x48f94c,_0x56ead6){return _0x48f94c+_0x56ead6;},'LuWzZ':function(_0x4bd577,_0x360ca5){return _0x4bd577&&_0x360ca5;},'PpJuS':function(_0x3f238c,_0x50db5e,_0x223f36){return _0x3f238c(_0x50db5e,_0x223f36);},'ZCTfT':_0x3a2d7d(0x17e)},{isPlaywright:_0x5c84b7,type:_0x358d99}=_0x2f7945[_0x3a2d7d(0x18e)](detectDriverType,_0xf7af9e),_0x9a2b37=_0x5c84b7?_0x35da25['accessibilityPlatform']:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x3a2d7d(0x1ba)](_0x2f7945['jKixE'])&&globals[_0x3a2d7d(0x1ba)](_0x2f7945['VcLxn']);if(!_0x9a2b37)return logger[_0x3a2d7d(0x14d)](_0x3a2d7d(0x16e)+_0x358d99+_0x3a2d7d(0x173)),{};let _0x4e73c3=null;for(let _0x4cb0a3=0x1;_0x2f7945[_0x3a2d7d(0x122)](_0x4cb0a3,_0x2f7945[_0x3a2d7d(0x1a0)](RETRY_CONFIG[_0x3a2d7d(0x146)],0x1));_0x4cb0a3++){try{logger['debug'](_0x3a2d7d(0x16d)+_0x4cb0a3+'/'+_0x2f7945[_0x3a2d7d(0x1a0)](RETRY_CONFIG[_0x3a2d7d(0x146)],0x1)+'\x20('+_0x358d99+')');let _0x2b3af9;return _0x2f7945[_0x3a2d7d(0x12d)](_0x5c84b7,playwrightA11yHelper)?(_0x2f7945[_0x3a2d7d(0x1df)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3a2d7d(0x1d9)](_0xf7af9e,RETRY_CONFIG[_0x3a2d7d(0x156)]),_0x2b3af9=await _0x2f7945[_0x3a2d7d(0x1df)](withTimeout,playwrightA11yHelper[_0x3a2d7d(0x18a)](_0xf7af9e),RETRY_CONFIG[_0x3a2d7d(0x156)]),await exports[_0x3a2d7d(0x1d9)](_0xf7af9e,RETRY_CONFIG[_0x3a2d7d(0x12e)])):(await exports[_0x3a2d7d(0x177)](_0xf7af9e,RETRY_CONFIG[_0x3a2d7d(0x156)]),_0x2b3af9=await _0x2f7945[_0x3a2d7d(0x1df)](withTimeout,accessibilityHelper[_0x3a2d7d(0x18a)](_0xf7af9e,_0x35da25),RETRY_CONFIG['timeoutMs']),await exports[_0x3a2d7d(0x177)](_0xf7af9e,RETRY_CONFIG[_0x3a2d7d(0x12e)])),logger[_0x3a2d7d(0x14c)](_0x3a2d7d(0x179)+_0x4cb0a3+'\x20('+_0x358d99+')'),_0x2b3af9;}catch(_0x20ab9e){_0x4e73c3=_0x20ab9e,logger[_0x3a2d7d(0x14d)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x4cb0a3+_0x3a2d7d(0x185)+_0x358d99+_0x3a2d7d(0x1db)+_0x20ab9e[_0x3a2d7d(0x142)]);}}return logger['error'](_0x3a2d7d(0x168)+_0x358d99+_0x3a2d7d(0x1d7)+(_0x4e73c3?.['message']||_0x2f7945[_0x3a2d7d(0x1c3)])),{};},exports[a95_0x5edacd(0x154)]=async(_0x995235,_0x38efad,_0x1b1700=null)=>{const _0x1e746d=a95_0x5edacd,_0x3cbccc={'QBwFf':function(_0x2d3df7,_0x4fd30a){return _0x2d3df7(_0x4fd30a);},'xjbYJ':function(_0x247af4,_0x31d017){return _0x247af4===_0x31d017;},'vzkju':_0x1e746d(0x151),'UUxGq':function(_0x40d2c9,_0x4f359c){return _0x40d2c9===_0x4f359c;},'xVSaI':function(_0x149ddb,_0x9e303d){return _0x149ddb===_0x9e303d;},'sgoOQ':'rejected','JlPzs':function(_0x15b5af,_0x319dad){return _0x15b5af===_0x319dad;},'ivHZg':'Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan'},{isPlaywright:_0x510d1a,type:_0x524ede}=_0x3cbccc[_0x1e746d(0x1c5)](detectDriverType,_0x995235),_0x722b50={};_0x722b50['scanSucceeded']=![],_0x722b50['results']=[],_0x722b50[_0x1e746d(0x159)]={},_0x722b50['error']=null,_0x722b50[_0x1e746d(0x1d3)]=_0x524ede;const _0x313187=_0x722b50;try{_0x313187[_0x1e746d(0x13f)]=await exports['performScanWithRetry'](_0x995235,_0x1b1700);if(_0x313187['scanSucceeded']){const [_0x2ec93b,_0x4e0e1d]=await Promise[_0x1e746d(0x141)]([exports[_0x1e746d(0x1cc)](_0x995235,_0x38efad),exports['getAccessibilityResultsSummaryWithRetry'](_0x995235,_0x38efad)]);_0x313187[_0x1e746d(0x1a7)]=_0x3cbccc[_0x1e746d(0x17b)](_0x2ec93b[_0x1e746d(0x1ce)],_0x3cbccc[_0x1e746d(0x1b9)])?_0x2ec93b[_0x1e746d(0x1c0)]:[],_0x313187['summary']=_0x3cbccc[_0x1e746d(0x13d)](_0x4e0e1d[_0x1e746d(0x1ce)],_0x3cbccc[_0x1e746d(0x1b9)])?_0x4e0e1d['value']:{},_0x3cbccc['xVSaI'](_0x2ec93b[_0x1e746d(0x1ce)],_0x3cbccc[_0x1e746d(0x163)])&&logger[_0x1e746d(0x14d)](_0x1e746d(0x1c8)+_0x524ede+_0x1e746d(0x155)+_0x2ec93b[_0x1e746d(0x1c9)]?.[_0x1e746d(0x142)]),_0x3cbccc[_0x1e746d(0x1b8)](_0x4e0e1d['status'],_0x3cbccc['sgoOQ'])&&logger[_0x1e746d(0x14d)](_0x1e746d(0x1d5)+_0x524ede+_0x1e746d(0x155)+_0x4e0e1d[_0x1e746d(0x1c9)]?.[_0x1e746d(0x142)]);}}catch(_0x4552bc){_0x313187[_0x1e746d(0x1b4)]=_0x4552bc['message']||_0x3cbccc['ivHZg'],logger[_0x1e746d(0x1b4)](_0x1e746d(0x140)+_0x524ede+_0x1e746d(0x155)+_0x313187[_0x1e746d(0x1b4)]);}return _0x313187;},exports[a95_0x5edacd(0x145)]=_0x1e609f=>{const _0x34b221=a95_0x5edacd,_0x40491c={};_0x40491c['GLNWA']=function(_0x22b1db,_0x376ee2){return _0x22b1db!==_0x376ee2;};const _0x562d0b=_0x40491c;_0x562d0b['GLNWA'](_0x1e609f[_0x34b221(0x146)],undefined)&&(RETRY_CONFIG[_0x34b221(0x146)]=Math[_0x34b221(0x17d)](0x0,_0x1e609f['maxRetries'])),_0x562d0b[_0x34b221(0x19d)](_0x1e609f['timeoutMs'],undefined)&&(RETRY_CONFIG[_0x34b221(0x156)]=Math['max'](0x3e8,_0x1e609f['timeoutMs'])),logger[_0x34b221(0x1ca)](_0x34b221(0x1af)+JSON[_0x34b221(0x158)](RETRY_CONFIG));},exports[a95_0x5edacd(0x1e1)]=()=>{const _0x1f3188={...RETRY_CONFIG};return _0x1f3188;},exports['isPlaywrightPage']=_0x4fd404=>{const _0x86b08a=a95_0x5edacd,_0x2e81c9={'SHIcw':function(_0x5d0cef,_0x3fcbc6){return _0x5d0cef(_0x3fcbc6);}};return _0x2e81c9[_0x86b08a(0x12f)](detectDriverType,_0x4fd404)[_0x86b08a(0x198)];},exports['isSeleniumDriver']=_0x13d15f=>{const _0x1c5058=a95_0x5edacd,_0x5961e4={'lEFDY':function(_0x311393,_0x2c0b90){return _0x311393(_0x2c0b90);},'dbZYj':function(_0x549601,_0xa2e475){return _0x549601===_0xa2e475;},'bfZnx':_0x1c5058(0x197)},{isPlaywright:_0x5d718e,type:_0x32bbe8}=_0x5961e4[_0x1c5058(0x1a4)](detectDriverType,_0x13d15f);return!_0x5d718e&&_0x5961e4[_0x1c5058(0x165)](_0x32bbe8,_0x5961e4[_0x1c5058(0x1ab)]);},exports[a95_0x5edacd(0x1d9)]=async(_0x3b4884,_0x5f5b50=null)=>{const _0x3a07f0=a95_0x5edacd,_0x150e4d={'mjtbe':function(_0xa23cc8,_0x446ba6){return _0xa23cc8(_0x446ba6);},'FaJYr':function(_0x13772c,_0x3436d5){return _0x13772c===_0x3436d5;},'JrlUX':_0x3a07f0(0x192)},{isPlaywright:_0x5eaf4d,type:_0x28214e}=_0x150e4d['mjtbe'](detectDriverType,_0x3b4884);if(!_0x5eaf4d)return logger['debug'](_0x3a07f0(0x1c7)+_0x28214e+'\x20-\x20not\x20applicable'),!![];const _0x412d45=_0x5f5b50||RETRY_CONFIG[_0x3a07f0(0x12e)];try{return _0x3b4884&&_0x150e4d['FaJYr'](typeof _0x3b4884[_0x3a07f0(0x1e2)],_0x150e4d[_0x3a07f0(0x126)])&&(await _0x3b4884['setDefaultTimeout'](_0x412d45),logger[_0x3a07f0(0x1ca)](_0x3a07f0(0x1b2)+_0x412d45+'ms')),!![];}catch(_0x13bdd4){return logger['warn'](_0x3a07f0(0x1b5)+_0x13bdd4[_0x3a07f0(0x142)]),![];}},exports[a95_0x5edacd(0x177)]=async(_0xdf3f84,_0x532095=null)=>{const _0x34b0f9=a95_0x5edacd,_0x10677f={};_0x10677f[_0x34b0f9(0x131)]=_0x34b0f9(0x1a5),_0x10677f['rAaoa']=function(_0x58536d,_0x276913){return _0x58536d===_0x276913;},_0x10677f['TNInx']=_0x34b0f9(0x192),_0x10677f[_0x34b0f9(0x150)]=_0x34b0f9(0x1d8),_0x10677f[_0x34b0f9(0x195)]=_0x34b0f9(0x1ae);const _0x100fd7=_0x10677f;if(!exports['isSeleniumDriver'](_0xdf3f84))return logger[_0x34b0f9(0x14d)](_0x100fd7[_0x34b0f9(0x131)]),![];const _0x97009=_0x532095||RETRY_CONFIG[_0x34b0f9(0x12e)];try{if(_0xdf3f84&&_0x100fd7['rAaoa'](typeof _0xdf3f84[_0x34b0f9(0x1ad)],_0x100fd7['TNInx'])){const _0x166699=_0xdf3f84[_0x34b0f9(0x1ad)]();if(_0x166699&&_0x100fd7['rAaoa'](typeof _0x166699[_0x34b0f9(0x16f)],_0x100fd7['TNInx']))await _0x166699[_0x34b0f9(0x16f)]()[_0x34b0f9(0x167)](_0x97009),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x97009+'ms\x20using\x20timeouts()\x20API');else{if(_0x166699&&_0x100fd7['rAaoa'](typeof _0x166699[_0x34b0f9(0x138)],_0x100fd7[_0x34b0f9(0x18b)])){const _0x576532={};_0x576532[_0x34b0f9(0x134)]=_0x97009,await _0x166699[_0x34b0f9(0x138)](_0x576532),logger[_0x34b0f9(0x1ca)](_0x34b0f9(0x120)+_0x97009+_0x34b0f9(0x19b));}else{if(_0x166699&&_0x100fd7[_0x34b0f9(0x1a3)](typeof _0x166699['setScriptTimeout'],_0x100fd7[_0x34b0f9(0x18b)]))await _0x166699[_0x34b0f9(0x167)](_0x97009),logger[_0x34b0f9(0x1ca)](_0x34b0f9(0x120)+_0x97009+'ms\x20using\x20setScriptTimeout\x20API');else return logger['debug'](_0x100fd7[_0x34b0f9(0x150)]),!![];}}}else return logger[_0x34b0f9(0x1ca)](_0x100fd7[_0x34b0f9(0x195)]),!![];return!![];}catch(_0x170b49){return logger[_0x34b0f9(0x14d)](_0x34b0f9(0x178)+_0x170b49[_0x34b0f9(0x142)]),![];}},exports[a95_0x5edacd(0x15a)]=async(_0x5b7d2d,_0x2dc2bc)=>{const _0x1def53=a95_0x5edacd,_0x464c35={'EbqSP':function(_0x34d7b9,_0x35eca9){return _0x34d7b9(_0x35eca9);},'kpGCG':_0x1def53(0x19a),'zHcDG':_0x1def53(0x1c1),'Jtdzv':function(_0x978fd7,_0x74e568){return _0x978fd7<=_0x74e568;},'TRzHW':function(_0xd0eb5e,_0x10c838){return _0xd0eb5e+_0x10c838;},'nJwfU':function(_0x3c6734,_0x4cf973){return _0x3c6734&&_0x4cf973;},'MRqtb':function(_0x5bdcf2,_0x1df63b,_0x47ac80){return _0x5bdcf2(_0x1df63b,_0x47ac80);},'CVrcA':'Unknown\x20error'},{isPlaywright:_0x243cb1,type:_0x4950db}=_0x464c35[_0x1def53(0x1dd)](detectDriverType,_0x5b7d2d),_0x209203=_0x243cb1?global[_0x1def53(0x160)]:accessibilityHelper[_0x1def53(0x1c2)]()&&globals[_0x1def53(0x1ba)](_0x464c35[_0x1def53(0x181)])&&globals['getGlobal'](_0x464c35['zHcDG']);if(!_0x209203)return logger['warn'](_0x1def53(0x16e)+_0x4950db+_0x1def53(0x1b7)),![];let _0x380968=null;for(let _0xec8bdd=0x1;_0x464c35[_0x1def53(0x1bc)](_0xec8bdd,_0x464c35[_0x1def53(0x196)](RETRY_CONFIG['maxRetries'],0x1));_0xec8bdd++){try{return logger[_0x1def53(0x1ca)]('Accessibility\x20results\x20save\x20attempt\x20'+_0xec8bdd+'/'+_0x464c35[_0x1def53(0x196)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x4950db+')'),_0x464c35['nJwfU'](_0x243cb1,playwrightA11yHelper)?(_0x464c35[_0x1def53(0x13c)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x1def53(0x1d9)](_0x5b7d2d,RETRY_CONFIG[_0x1def53(0x156)]),await _0x464c35['MRqtb'](withTimeout,playwrightA11yHelper['browserStackEvaluate'](_0x5b7d2d,scripts[_0x1def53(0x137)],_0x2dc2bc),RETRY_CONFIG[_0x1def53(0x156)]),await exports['setPlaywrightScriptTimeout'](_0x5b7d2d,RETRY_CONFIG[_0x1def53(0x12e)])):(await exports[_0x1def53(0x177)](_0x5b7d2d,RETRY_CONFIG[_0x1def53(0x156)]),await _0x464c35[_0x1def53(0x13c)](withTimeout,_0x5b7d2d[_0x1def53(0x135)](scripts['saveTestResults'],_0x2dc2bc),RETRY_CONFIG[_0x1def53(0x156)]),await exports['setSeleniumScriptTimeout'](_0x5b7d2d,RETRY_CONFIG[_0x1def53(0x12e)])),logger[_0x1def53(0x14c)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0xec8bdd+'\x20('+_0x4950db+')'),!![];}catch(_0x2611a3){_0x380968=_0x2611a3,logger[_0x1def53(0x14d)](_0x1def53(0x16b)+_0xec8bdd+'\x20failed\x20('+_0x4950db+_0x1def53(0x1db)+_0x2611a3[_0x1def53(0x142)]);}}return logger[_0x1def53(0x1b4)](_0x1def53(0x144)+_0x4950db+').\x20Last\x20error:\x20'+(_0x380968?.[_0x1def53(0x142)]||_0x464c35['CVrcA'])),![];};
@@ -1 +1 @@
1
- function a95_0x5246(_0x3b00cb,_0x407578){var _0x33b27=a95_0x33b2();return a95_0x5246=function(_0x524640,_0x565ca2){_0x524640=_0x524640-0x1be;var _0x244eaf=_0x33b27[_0x524640];return _0x244eaf;},a95_0x5246(_0x3b00cb,_0x407578);}function a95_0x33b2(){var _0x277bbd=['8SbSoEH','104LxjPVc','49ehqXnL','86840FeBrxD','319461ROatyf','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','1881396EIjTux','2587360Hlejro','100','29613BePHpo','40998aDxQKC','700782cAWnQq','77DafSZM'];a95_0x33b2=function(){return _0x277bbd;};return a95_0x33b2();}var a95_0x24ca4a=a95_0x5246;(function(_0x3402d6,_0x136015){var _0xa0c2ec=a95_0x5246,_0x368034=_0x3402d6();while(!![]){try{var _0x1077b2=parseInt(_0xa0c2ec(0x1c5))/0x1+-parseInt(_0xa0c2ec(0x1bf))/0x2+parseInt(_0xa0c2ec(0x1ca))/0x3*(-parseInt(_0xa0c2ec(0x1c2))/0x4)+parseInt(_0xa0c2ec(0x1c8))/0x5+parseInt(_0xa0c2ec(0x1be))/0x6*(parseInt(_0xa0c2ec(0x1c3))/0x7)+-parseInt(_0xa0c2ec(0x1c1))/0x8*(-parseInt(_0xa0c2ec(0x1c7))/0x9)+parseInt(_0xa0c2ec(0x1c4))/0xa*(-parseInt(_0xa0c2ec(0x1c0))/0xb);if(_0x1077b2===_0x136015)break;else _0x368034['push'](_0x368034['shift']());}catch(_0x56ad87){_0x368034['push'](_0x368034['shift']());}}}(a95_0x33b2,0x67fff),exports['API_URL']='https://accessibility.browserstack.com/api',exports[a95_0x24ca4a(0x1c6)]='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a95_0x24ca4a(0x1c9));
1
+ var a96_0xf86bac=a96_0x5d26;function a96_0x5d26(_0x19acda,_0x2a0ad9){var _0x394814=a96_0x3948();return a96_0x5d26=function(_0x5d2636,_0x19b2ef){_0x5d2636=_0x5d2636-0x1c2;var _0x2eaef7=_0x394814[_0x5d2636];return _0x2eaef7;},a96_0x5d26(_0x19acda,_0x2a0ad9);}function a96_0x3948(){var _0x5013db=['295576FNsLMa','1766835vyIMbT','1367196KZaIOY','120LvwFmZ','100','15312SIlSVX','1177096KyezUp','https://accessibility.browserstack.com/api','3084978aAjXLU','API_URL','56pcqHLn','555825SdQezK'];a96_0x3948=function(){return _0x5013db;};return a96_0x3948();}(function(_0x4182f7,_0x1ce8f1){var _0x2da2fe=a96_0x5d26,_0x2c0a0e=_0x4182f7();while(!![]){try{var _0x547171=-parseInt(_0x2da2fe(0x1ca))/0x1+parseInt(_0x2da2fe(0x1c5))/0x2+-parseInt(_0x2da2fe(0x1cd))/0x3+-parseInt(_0x2da2fe(0x1c4))/0x4*(parseInt(_0x2da2fe(0x1c2))/0x5)+parseInt(_0x2da2fe(0x1c7))/0x6+-parseInt(_0x2da2fe(0x1c9))/0x7*(-parseInt(_0x2da2fe(0x1cb))/0x8)+parseInt(_0x2da2fe(0x1cc))/0x9;if(_0x547171===_0x1ce8f1)break;else _0x2c0a0e['push'](_0x2c0a0e['shift']());}catch(_0x12b4c6){_0x2c0a0e['push'](_0x2c0a0e['shift']());}}}(a96_0x3948,0x77ea5),exports[a96_0xf86bac(0x1c8)]=a96_0xf86bac(0x1c6),exports['MINIMUM_BROWSER_VERSION_ACCESSIBILITY']='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a96_0xf86bac(0x1c3));
@@ -1 +1 @@
1
- const a96_0xf176eb=a96_0x33cd;function a96_0x33cd(_0x13355c,_0x157b4d){const _0xffabb1=a96_0xffab();return a96_0x33cd=function(_0x33cd76,_0x271d63){_0x33cd76=_0x33cd76-0xde;let _0x382f88=_0xffabb1[_0x33cd76];return _0x382f88;},a96_0x33cd(_0x13355c,_0x157b4d);}(function(_0x2c8946,_0x301a48){const _0x28a796=a96_0x33cd,_0x244d10=_0x2c8946();while(!![]){try{const _0x4a5de1=-parseInt(_0x28a796(0x114))/0x1+parseInt(_0x28a796(0x10e))/0x2*(parseInt(_0x28a796(0x112))/0x3)+-parseInt(_0x28a796(0x108))/0x4+-parseInt(_0x28a796(0x18d))/0x5*(-parseInt(_0x28a796(0xdf))/0x6)+parseInt(_0x28a796(0x183))/0x7+parseInt(_0x28a796(0x176))/0x8*(parseInt(_0x28a796(0x1ad))/0x9)+-parseInt(_0x28a796(0x193))/0xa;if(_0x4a5de1===_0x301a48)break;else _0x244d10['push'](_0x244d10['shift']());}catch(_0x4646ac){_0x244d10['push'](_0x244d10['shift']());}}}(a96_0xffab,0x628ab));const path=require('path'),util=require(a96_0xf176eb(0xf1)),bsSetupHelper=require(a96_0xf176eb(0x142)),logger=require(a96_0xf176eb(0x182))[a96_0xf176eb(0x15c)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a96_0xf176eb(0xe5)),PerformanceTester=require(a96_0xf176eb(0x16f)),scripts=require('./scripts'),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a96_0xf176eb(0x13d));function a96_0xffab(){const _0xecc660=['browserVersion','ocpTE','NjaPy','scannerVersion','bstWw','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','POST','null','9279gQFCAF','debug','VYwhu','CbwNJ','measureWrapper','browserstack','Invalid\x20configuration\x20passed.','application/json','capabilities_','getHostInfo','1698coGbKK','Not\x20a\x20Accessibility\x20Session','getPackageVersion','ppGRV','zCJoQ','stack','./constants','browserstack_executor','errors','BS_A11Y_JWT','WJwkC','user','bqPLH','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','mioNr','includes','setNonBstackInfraCapabilities','status','util','length','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','getCapabilities','string','Options','getPlatform','WEhAj','fetchPlatformDetails','getResultsSummary','UIZki','getTestFrameworkDetails','isTrue','toJson','getAccessibilityResults','forEach','test_runs/stop','ottbj','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','statusText','BROWSERSTACK_TURBOSCALE','stringify','GET_RESULTS_SUMMARY','2550004NfHDZo','ZjNyE','eoRjN','WrGgF','isArray','toISOString','18IcNeBT','FwEVA','mGGrm','vyNAy','56352yGTtWs','bstackA11yShouldScan','219873YAHTUd','resolve','Authorization','QimWS','chromeOptions_','sPrbM','nVFev','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','PERFORM_SCAN','v2/test_runs','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','version','HVPrC','yMoQR','xqBNw','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','error','get','mergeDeep','dCqwl','headers','NgQab','oisnL','options_','body','projectName','BROWSERSTACK_TEST_ACCESSIBILITY_YML','env','DLaLK','lFuSR','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','response','accessibilityToken','KyiCC','parse','Performing\x20scan\x20before\x20getting\x20results','getGlobal','assign','qleIO','DGRqb','XiUqk','../performance/constants','lPSrc','nestedKeyValue','checkAccessibilityPlatformConfig','method','../helper','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','VseTv','shouldScanTestForAccessibility','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','qEzCo','wZlqS','Content-Type','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','basename','tEOuT','sORTm','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','warn','a11y:stop','getAccessKey','BCKxb','jyOQt','QotZk','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','nonBstackPlatformValidation','getCiInfo','script','--headless','buildName','winstonLogger','isBrowserstackInfra','RJixM','vpJDu','qojyZ','excludeTagsInTestingScope','auth','parseFromJson','lBKEI','nbwSj','format','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','nodeRequest','performScan','data','isUndefined','qGgYv','gFtvT','vwUYh','../performance/performance-tester','executeAsyncScript','BLogG','asmKg','stopAccessibilityTestRun','accessibility','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','6008SIyNJt','MLUAo','buildDescription','ablwV','PISYR','some','cHqXF','aSCyU','__cloud_provider___','uTbjL','WYtOe','isBrowserStackCommandExecutor','../logger','3185245xARpuO','ChromeExtension','QjVUM','message','a11y:start','getBrowserVersion','isAccessibilityPlatform','isAccessibilityAutomationSession','browserstackSessionName','Zyeqs','6285FJcelJ','vCrzs','json','sMBCF','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','false','4931020EffXGH','Build\x20creation\x20had\x20failed.','QMnGk','getAgentVersion','goog:chromeOptions','browserName','EFgDb','GET_RESULTS','uvBvX','join','PUT','includeTagsInTestingScope','yJIOR','getResults','requireModule','toLowerCase','set','nNXzW'];a96_0xffab=function(){return _0xecc660;};return a96_0xffab();}exports[a96_0xf176eb(0xf9)]=async _0x24310c=>{const _0x1543ee=a96_0xf176eb,_0x3ee2ee={};_0x3ee2ee['cHqXF']=function(_0x488105,_0x58a09f){return _0x488105===_0x58a09f;},_0x3ee2ee[_0x1543ee(0x19f)]=_0x1543ee(0x1b2);const _0x395e86=_0x3ee2ee;let _0xa0b55f={};try{const _0x4cbc28=await _0x24310c[_0x1543ee(0xf4)]();_0xa0b55f={'os_name':_0x4cbc28[_0x1543ee(0xf7)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x395e86[_0x1543ee(0x17c)](global[_0x1543ee(0x17e)],_0x395e86[_0x1543ee(0x19f)])),'browser_name':_0x4cbc28['getBrowserName'](),'browser_version':_0x4cbc28[_0x1543ee(0x188)]()};}catch(_0x5dc772){logger[_0x1543ee(0x1ae)](_0x1543ee(0x191)+_0x5dc772);}return _0xa0b55f;},exports[a96_0xf176eb(0x18a)]=()=>{const _0x522956=a96_0xf176eb,_0xbae5dd={};_0xbae5dd[_0x522956(0x1b0)]=function(_0x2b6763,_0x406faf){return _0x2b6763===_0x406faf;},_0xbae5dd[_0x522956(0x180)]=_0x522956(0xf5),_0xbae5dd[_0x522956(0x177)]=function(_0x272f75,_0x365151){return _0x272f75>_0x365151;},_0xbae5dd['bqPLH']=function(_0x482ce9,_0x10a857){return _0x482ce9!==_0x10a857;},_0xbae5dd['nVFev']=_0x522956(0x1ac),_0xbae5dd[_0x522956(0x16d)]=function(_0xbd2057,_0x5d4582){return _0xbd2057&&_0x5d4582;};const _0x5cf769=_0xbae5dd;try{const _0x4f801f=bsSetupHelper['isTrue'](process[_0x522956(0x12f)][_0x522956(0x12e)])||bsSetupHelper[_0x522956(0xfd)](process[_0x522956(0x12f)][_0x522956(0x143)]),_0x3d4299=_0x5cf769['CbwNJ'](typeof process[_0x522956(0x12f)]['BS_A11Y_JWT'],_0x5cf769[_0x522956(0x180)])&&_0x5cf769['MLUAo'](process[_0x522956(0x12f)][_0x522956(0xe8)][_0x522956(0xf2)],0x0)&&_0x5cf769[_0x522956(0xeb)](process['env'][_0x522956(0xe8)],_0x5cf769[_0x522956(0x11a)]);return _0x5cf769[_0x522956(0x16d)](_0x4f801f,_0x3d4299);}catch(_0x581914){logger['debug'](_0x522956(0x11e)+_0x581914);}return![];},exports[a96_0xf176eb(0x157)]=(_0x123d38,_0x1989cd)=>{const _0x5e466d=a96_0xf176eb,_0x44f8fe={'TULqR':_0x5e466d(0x198),'uTbjL':function(_0x17763b,_0x2ff5e){return _0x17763b(_0x2ff5e);},'sncCn':_0x5e466d(0x1a5),'bhWce':function(_0x3bf4d1,_0x1201d9){return _0x3bf4d1(_0x1201d9);},'WEhAj':_0x5e466d(0x11f),'nbwSj':'bstack:options','BCKxb':function(_0x27754d,_0x448ac3){return _0x27754d(_0x448ac3);},'EFgDb':'deviceName','WJwkC':'device','tEOuT':_0x5e466d(0x11b),'zCJoQ':'selenium-webdriver/chrome.js','wZlqS':'selenium-webdriver','oUXZA':_0x5e466d(0x12b),'XiUqk':'args','HVPrC':'chromeOptions','vpJDu':_0x5e466d(0x15a),'vwUYh':_0x5e466d(0x132),'lFuSR':_0x5e466d(0x197),'ottbj':function(_0xb376c1,_0x29ce0a){return _0xb376c1===_0x29ce0a;},'qojyZ':'chrome','sMBCF':function(_0xac7f7c,_0x1b9234){return _0xac7f7c>=_0x1b9234;}},_0x281d07=_0x123d38[_0x5e466d(0x125)](_0x44f8fe['TULqR']),_0xb0a23e=_0x44f8fe[_0x5e466d(0x17f)](parseFloat,_0x123d38[_0x5e466d(0x125)](_0x44f8fe['sncCn']))||_0x44f8fe['bhWce'](parseFloat,_0x123d38[_0x5e466d(0x125)](_0x44f8fe[_0x5e466d(0xf8)])),_0x5e535b=_0x123d38[_0x5e466d(0x125)](_0x44f8fe[_0x5e466d(0x165)])||{},_0x160e6e=_0x44f8fe[_0x5e466d(0x153)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x30feb3=_0x5e535b[_0x44f8fe[_0x5e466d(0x199)]]||_0x123d38['get'](_0x44f8fe[_0x5e466d(0xe9)])||![];if(_0x30feb3)return logger[_0x5e466d(0x150)](_0x44f8fe[_0x5e466d(0x14c)]),![];let _0x249592;try{_0x249592=bsSetupHelper[_0x5e466d(0x1a1)](_0x44f8fe[_0x5e466d(0xe3)],_0x44f8fe[_0x5e466d(0x148)]);}catch(_0x32d765){return![];}const _0x3a9bcc=new _0x249592[(_0x5e466d(0xf6))](_0x1989cd[_0x5e466d(0x118)]),_0x5f5b88=bsSetupHelper['nestedKeyValue'](_0x3a9bcc,[_0x44f8fe['oUXZA'],_0x44f8fe[_0x5e466d(0x13c)]])||bsSetupHelper['nestedKeyValue'](_0x1989cd[_0x5e466d(0x1b5)],[_0x44f8fe[_0x5e466d(0x165)],_0x44f8fe[_0x5e466d(0x120)],_0x44f8fe[_0x5e466d(0x13c)]])||bsSetupHelper[_0x5e466d(0x13f)](_0x1989cd[_0x5e466d(0x1b5)],[_0x44f8fe[_0x5e466d(0x120)],_0x44f8fe[_0x5e466d(0x13c)]])||[];if(_0x5f5b88[_0x5e466d(0xee)](_0x44f8fe[_0x5e466d(0x15f)]))return logger[_0x5e466d(0x150)](_0x44f8fe['vwUYh']),![];const _0x270187=_0x1989cd[_0x5e466d(0x1b5)]||{},_0x40e8cc=bsSetupHelper[_0x5e466d(0x13f)](_0x270187,[_0x44f8fe[_0x5e466d(0x131)]])||{},_0x1b468d=bsSetupHelper[_0x5e466d(0x13f)](_0x40e8cc,[_0x44f8fe[_0x5e466d(0x13c)]])||[];if(_0x1b468d[_0x5e466d(0xee)](_0x44f8fe[_0x5e466d(0x15f)]))return logger['warn'](_0x44f8fe[_0x5e466d(0x16e)]),![];if(_0x44f8fe[_0x5e466d(0x102)](_0x281d07[_0x5e466d(0x1a2)](),_0x44f8fe[_0x5e466d(0x160)])&&_0x44f8fe[_0x5e466d(0x190)](_0xb0a23e,_0x160e6e))return!![];return logger['warn'](_0x5e466d(0x103)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a96_0xf176eb(0xef)]=_0x264ec0=>{const _0x36562a=a96_0xf176eb,_0x363ec1={};_0x363ec1[_0x36562a(0x13b)]=_0x36562a(0x197),_0x363ec1[_0x36562a(0x10f)]=function(_0x194d23,_0x4ee5a4){return _0x194d23||_0x4ee5a4;},_0x363ec1[_0x36562a(0x13a)]=_0x36562a(0xe0);const _0x581c87=_0x363ec1,_0x3df908=scripts[_0x36562a(0x184)];try{const _0x7d06d9=bsSetupHelper[_0x36562a(0xfd)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x36562a(0xfd)](process[_0x36562a(0x12f)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0x36562a(0x15d)]()||process[_0x36562a(0x12f)][_0x36562a(0x105)])&&_0x7d06d9){const _0xeab1fc=_0x264ec0['getCapabilities'](),_0x14d4f0=_0xeab1fc[_0x36562a(0x125)](_0x581c87['DGRqb']),_0x3471e1=_0x581c87[_0x36562a(0x10f)](_0x14d4f0,{});bsSetupHelper[_0x36562a(0x126)](_0x3471e1,_0x3df908),_0x264ec0[_0x36562a(0xf4)]()[_0x36562a(0x1a3)](_0x581c87[_0x36562a(0x13b)],_0x3471e1);}else logger[_0x36562a(0x150)](_0x581c87[_0x36562a(0x13a)]);}catch(_0x2aeda6){logger[_0x36562a(0x124)](_0x36562a(0x14e)+_0x2aeda6);}},exports[a96_0xf176eb(0x145)]=(_0x1765d2=null,_0x1b04b0=!![],_0x3d8cc2=[])=>{const _0x5232fb=a96_0xf176eb,_0x4345bc={};_0x4345bc[_0x5232fb(0x122)]=function(_0x448275,_0x287546){return _0x448275==_0x287546;},_0x4345bc[_0x5232fb(0x121)]=function(_0x58ff11,_0x5465bf){return _0x58ff11>_0x5465bf;},_0x4345bc[_0x5232fb(0x17d)]=function(_0x30daa1,_0x2621d2){return _0x30daa1===_0x2621d2;},_0x4345bc[_0x5232fb(0xfb)]=function(_0x466e59,_0x2d8545){return _0x466e59&&_0x2d8545;},_0x4345bc['vyNAy']=function(_0x1ed965,_0x35a4ca){return _0x1ed965&&_0x35a4ca;};const _0x13dc95=_0x4345bc;if(_0x13dc95[_0x5232fb(0x122)](process[_0x5232fb(0x12f)][_0x5232fb(0x14f)],null))return!![];try{const _0x1e01cb=JSON[_0x5232fb(0x136)](process[_0x5232fb(0x12f)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x4f14a7=Array[_0x5232fb(0x10c)](_0x1e01cb[_0x5232fb(0x19e)])?_0x1e01cb[_0x5232fb(0x19e)]:[],_0x157c21=Array[_0x5232fb(0x10c)](_0x1e01cb['excludeTagsInTestingScope'])?_0x1e01cb[_0x5232fb(0x161)]:[];if(bsSetupHelper['isUndefined'](_0x1765d2)){if(_0x13dc95['yMoQR'](_0x3d8cc2[_0x5232fb(0xf2)],0x0)){const _0x304b0f=_0x157c21[_0x5232fb(0x17b)](_0x2d1eea=>_0x3d8cc2[_0x5232fb(0xee)](_0x2d1eea)),_0x263151=_0x13dc95[_0x5232fb(0x17d)](_0x4f14a7['length'],0x0)||_0x4f14a7[_0x5232fb(0x17b)](_0x5c4e94=>_0x3d8cc2[_0x5232fb(0xee)](_0x5c4e94));return _0x13dc95[_0x5232fb(0xfb)](!_0x304b0f,_0x263151);}return!![];}let _0x5276d5;_0x1b04b0?_0x5276d5=_0x1765d2[_0x5232fb(0x19c)]('/'):_0x5276d5=_0x1765d2;const _0x3a36a8=_0x157c21[_0x5232fb(0x17b)](_0x3708f1=>_0x5276d5[_0x5232fb(0xee)](_0x3708f1)),_0x2f1c96=_0x13dc95['aSCyU'](_0x4f14a7[_0x5232fb(0xf2)],0x0)||_0x4f14a7[_0x5232fb(0x17b)](_0x41f335=>_0x5276d5[_0x5232fb(0xee)](_0x41f335));return _0x13dc95[_0x5232fb(0x111)](!_0x3a36a8,_0x2f1c96);}catch(_0x54c793){logger[_0x5232fb(0x1ae)](_0x5232fb(0xf3)+util[_0x5232fb(0x166)](_0x54c793));}return![];},exports[a96_0xf176eb(0x140)]=_0x43f5e4=>{const _0xac547=a96_0xf176eb;let _0x31c792=![];try{_0x43f5e4['platforms'][_0xac547(0x100)](_0x21a537=>{const _0x402a98=_0xac547;if(bsSetupHelper['isTrue'](_0x21a537[_0x402a98(0x174)]))return _0x31c792=!![],!![];});}catch(_0x4c950b){logger[_0xac547(0x1ae)](_0xac547(0xec)+_0x4c950b);}return _0x31c792||bsSetupHelper[_0xac547(0xfd)](_0x43f5e4[_0xac547(0x174)]);},exports['createAccessibilityTestRun']=PerformanceTester[a96_0xf176eb(0x1b1)](a96_0xf176eb(0x187),async function(_0x59755a,_0x5977e4){const _0x5d6c7c=a96_0xf176eb,_0x2d251c={};_0x2d251c[_0x5d6c7c(0x18c)]=_0x5d6c7c(0x146),_0x2d251c[_0x5d6c7c(0x155)]='playwright',_0x2d251c[_0x5d6c7c(0x19b)]='javascript',_0x2d251c['ablwV']='application/json',_0x2d251c[_0x5d6c7c(0x10b)]=_0x5d6c7c(0x1ab),_0x2d251c[_0x5d6c7c(0x164)]=_0x5d6c7c(0x11d),_0x2d251c[_0x5d6c7c(0x1a4)]=function(_0x334d48,_0x1c37ed){return _0x334d48===_0x1c37ed;},_0x2d251c[_0x5d6c7c(0x172)]=_0x5d6c7c(0x1b3),_0x2d251c[_0x5d6c7c(0x12a)]=_0x5d6c7c(0x192);const _0x54ecb3=_0x2d251c,_0x2cca0a=bsSetupHelper['getUserName'](_0x59755a),_0x2486ef=bsSetupHelper[_0x5d6c7c(0x152)](_0x59755a);if(bsSetupHelper[_0x5d6c7c(0x16b)](_0x2cca0a)||bsSetupHelper[_0x5d6c7c(0x16b)](_0x2486ef))return logger[_0x5d6c7c(0x124)](_0x54ecb3[_0x5d6c7c(0x18c)]),[null,null];try{let _0x1f590a;bsSetupHelper['isUndefined'](process[_0x5d6c7c(0x12f)][_0x5d6c7c(0x14f)])?_0x1f590a={}:_0x1f590a=JSON['parse'](process[_0x5d6c7c(0x12f)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x1e6a0b,version:_0x50f129}=bsSetupHelper[_0x5d6c7c(0xfc)](_0x59755a,_0x5977e4),_0x18b27b={'projectName':_0x59755a[_0x5d6c7c(0x12d)],'buildName':_0x59755a[_0x5d6c7c(0x15b)]||path[_0x5d6c7c(0x14b)](path[_0x5d6c7c(0x115)](process['cwd']())),'startTime':new Date()[_0x5d6c7c(0x10d)](),'description':_0x59755a[_0x5d6c7c(0x178)]||'','source':{'frameworkName':_0x5977e4['includes'](_0x54ecb3['QotZk'])?_0x54ecb3[_0x5d6c7c(0x155)]:_0x5977e4,'frameworkVersion':bsSetupHelper[_0x5d6c7c(0xe1)](_0x5977e4),'sdkVersion':bsSetupHelper[_0x5d6c7c(0x196)](),'language':_0x54ecb3[_0x5d6c7c(0x19b)],'testFramework':_0x1e6a0b,'testFrameworkVersion':_0x50f129},'settings':_0x1f590a,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x5d6c7c(0x158)](),'hostInfo':bsSetupHelper[_0x5d6c7c(0xde)](),'browserstackAutomation':bsSetupHelper[_0x5d6c7c(0x15d)]()},_0x292d50={};_0x292d50[_0x5d6c7c(0xea)]=_0x2cca0a,_0x292d50['pass']=_0x2486ef;const _0x5d8805={};_0x5d8805[_0x5d6c7c(0x149)]=_0x54ecb3[_0x5d6c7c(0x179)];const _0x1dc96a={};_0x1dc96a[_0x5d6c7c(0x162)]=_0x292d50,_0x1dc96a[_0x5d6c7c(0x128)]=_0x5d8805;const _0x523277=_0x1dc96a,_0x3b54c4={};_0x3b54c4['body']=_0x18b27b,_0x3b54c4[_0x5d6c7c(0x18f)]=!![];const _0x3fa8a2=Object[_0x5d6c7c(0x139)](_0x523277,_0x3b54c4),_0x1f1d65=await bsSetupHelper[_0x5d6c7c(0x168)](_0x54ecb3[_0x5d6c7c(0x10b)],_0x54ecb3[_0x5d6c7c(0x164)],_0x3fa8a2,_0x59755a,API_URL);let _0x8a9663=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x8a9663?_0x8a9663=JSON['parse'](process[_0x5d6c7c(0x12f)][_0x5d6c7c(0x14f)]):_0x8a9663={},scripts[_0x5d6c7c(0x163)](_0x1f1d65[_0x5d6c7c(0x16a)][_0x5d6c7c(0x16a)]),scripts[_0x5d6c7c(0xfe)](),_0x8a9663[_0x5d6c7c(0x1a8)]=_0x1f1d65[_0x5d6c7c(0x16a)][_0x5d6c7c(0x16a)][_0x5d6c7c(0x1a8)],process[_0x5d6c7c(0x12f)][_0x5d6c7c(0x14f)]=JSON[_0x5d6c7c(0x106)](_0x8a9663),[_0x1f1d65[_0x5d6c7c(0x16a)]['data'][_0x5d6c7c(0x134)],_0x1f1d65[_0x5d6c7c(0x16a)]['data']['id']];}catch(_0x1dfa0b){if(_0x1dfa0b[_0x5d6c7c(0x133)])logger[_0x5d6c7c(0x124)](_0x5d6c7c(0x1aa)+_0x1dfa0b['response']['status']+'\x20'+_0x1dfa0b[_0x5d6c7c(0x133)]['statusText']+'\x20'+JSON[_0x5d6c7c(0x106)](_0x1dfa0b[_0x5d6c7c(0x133)]['data']));else{if(_0x54ecb3[_0x5d6c7c(0x1a4)](_0x1dfa0b['message'],_0x54ecb3[_0x5d6c7c(0x172)])){logger[_0x5d6c7c(0x124)](_0x5d6c7c(0x1aa)+(_0x1dfa0b[_0x5d6c7c(0x186)]||_0x1dfa0b[_0x5d6c7c(0xe4)]));for(const _0x3276e5 of _0x1dfa0b[_0x5d6c7c(0xe7)]){logger[_0x5d6c7c(0x124)](_0x3276e5[_0x5d6c7c(0x186)]);}process[_0x5d6c7c(0x12f)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x54ecb3[_0x5d6c7c(0x12a)],process[_0x5d6c7c(0x12f)][_0x5d6c7c(0x143)]=_0x54ecb3[_0x5d6c7c(0x12a)];}else logger[_0x5d6c7c(0x124)](_0x5d6c7c(0x1aa)+(_0x1dfa0b[_0x5d6c7c(0x186)]||_0x1dfa0b[_0x5d6c7c(0xe4)]));}return[null,null];}}),exports[a96_0xf176eb(0x173)]=PerformanceTester[a96_0xf176eb(0x1b1)](a96_0xf176eb(0x151),async function(_0x3543df){const _0x1689d3=a96_0xf176eb,_0x3aa003={};_0x3aa003['mGGrm']=function(_0x4d3fc0,_0x1e0008){return _0x4d3fc0!==_0x1e0008;},_0x3aa003[_0x1689d3(0x144)]=_0x1689d3(0xf5),_0x3aa003[_0x1689d3(0x117)]='error',_0x3aa003[_0x1689d3(0x15e)]=_0x1689d3(0x194),_0x3aa003[_0x1689d3(0x14d)]=_0x1689d3(0x1b4),_0x3aa003[_0x1689d3(0x13e)]=_0x1689d3(0x19d),_0x3aa003[_0x1689d3(0x10a)]=_0x1689d3(0x101),_0x3aa003[_0x1689d3(0x17a)]=function(_0x4f79c2,_0x24e9af){return _0x4f79c2+_0x24e9af;},_0x3aa003[_0x1689d3(0x119)]='Invalid\x20request:\x20',_0x3aa003['KyiCC']='success';const _0x131634=_0x3aa003;if(bsSetupHelper[_0x1689d3(0x16b)](process[_0x1689d3(0x12f)]['BS_A11Y_JWT'])||_0x131634[_0x1689d3(0x110)](typeof process[_0x1689d3(0x12f)][_0x1689d3(0xe8)],_0x131634['VseTv'])){const _0x252c13={};return _0x252c13[_0x1689d3(0xf0)]=_0x131634[_0x1689d3(0x117)],_0x252c13[_0x1689d3(0x186)]=_0x131634[_0x1689d3(0x15e)],_0x252c13;}const _0x1991e2={'endTime':new Date()['toISOString']()},_0xed5838={};_0xed5838[_0x1689d3(0x116)]='Bearer\x20'+process[_0x1689d3(0x12f)][_0x1689d3(0xe8)],_0xed5838[_0x1689d3(0x149)]=_0x131634[_0x1689d3(0x14d)];const _0x1945a9={};_0x1945a9[_0x1689d3(0x128)]=_0xed5838;const _0x21cd95=_0x1945a9,_0x2a482c={};_0x2a482c[_0x1689d3(0x12c)]=_0x1991e2,_0x2a482c[_0x1689d3(0x162)]=null,_0x2a482c[_0x1689d3(0x18f)]=!![];const _0x5602c3=Object[_0x1689d3(0x139)](_0x21cd95,_0x2a482c);try{const _0x2bf72b=await bsSetupHelper['nodeRequest'](_0x131634[_0x1689d3(0x13e)],_0x131634[_0x1689d3(0x10a)],_0x5602c3,_0x3543df,API_URL);if(_0x2bf72b['data'][_0x1689d3(0x124)])throw new Error(_0x131634[_0x1689d3(0x17a)](_0x131634[_0x1689d3(0x119)],_0x2bf72b[_0x1689d3(0x16a)][_0x1689d3(0x124)]));else{logger['info'](_0x1689d3(0x167)+new Date()['toISOString']());const _0x5ef0e6={};return _0x5ef0e6[_0x1689d3(0xf0)]=_0x131634[_0x1689d3(0x135)],_0x5ef0e6['message']='',_0x5ef0e6;}}catch(_0x1f5e5c){_0x1f5e5c[_0x1689d3(0x133)]?logger[_0x1689d3(0x124)](_0x1689d3(0x156)+_0x1f5e5c['response'][_0x1689d3(0xf0)]+'\x20'+_0x1f5e5c['response'][_0x1689d3(0x104)]+'\x20'+JSON['stringify'](_0x1f5e5c['response']['data'])):logger[_0x1689d3(0x124)](_0x1689d3(0x156)+(_0x1f5e5c['message']||util[_0x1689d3(0x166)](_0x1f5e5c)));const _0x430d24={};return _0x430d24[_0x1689d3(0xf0)]=_0x131634['QimWS'],_0x430d24['message']=_0x1f5e5c[_0x1689d3(0x186)]||(_0x1f5e5c[_0x1689d3(0x133)]?_0x1f5e5c[_0x1689d3(0x133)][_0x1689d3(0xf0)]+':'+_0x1f5e5c[_0x1689d3(0x133)][_0x1689d3(0x104)]:_0x1f5e5c),_0x430d24;}}),exports['performScan']=async(_0x4f4b4e,_0x5f1579=null)=>{const _0x3e6d15=a96_0xf176eb,_0x4bd1e2={};_0x4bd1e2[_0x3e6d15(0x185)]=_0x3e6d15(0x189),_0x4bd1e2[_0x3e6d15(0x147)]=_0x3e6d15(0x113),_0x4bd1e2[_0x3e6d15(0x127)]=_0x3e6d15(0x175);const _0x1207f0=_0x4bd1e2;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x1207f0[_0x3e6d15(0x185)])||!globals[_0x3e6d15(0x138)](_0x1207f0[_0x3e6d15(0x147)])){logger['warn'](_0x1207f0[_0x3e6d15(0x127)]);return;}return await PerformanceTester[_0x3e6d15(0x1b1)](PerformanceA11yEvents[_0x3e6d15(0x11c)],async()=>{const _0x51a930=_0x3e6d15,_0x2b48cb={};_0x2b48cb['method']=_0x5f1579||global[_0x51a930(0x18b)];const _0x529fbc=util[_0x51a930(0x166)](await _0x4f4b4e[_0x51a930(0x170)](scripts[_0x51a930(0x169)],_0x2b48cb));return logger['debug']('Performed\x20scan\x20with\x20result:\x20'+_0x529fbc),_0x529fbc;},{'command':_0x5f1579})();},exports[a96_0xf176eb(0xff)]=async(_0x12a050,_0x352bfa)=>{const _0x2fa250=a96_0xf176eb,_0x36f4e6={};_0x36f4e6[_0x2fa250(0x18e)]=_0x2fa250(0x137),_0x36f4e6[_0x2fa250(0x1a6)]=_0x2fa250(0x189),_0x36f4e6[_0x2fa250(0x1a7)]=_0x2fa250(0x113),_0x36f4e6[_0x2fa250(0x1a9)]=_0x2fa250(0x123),_0x36f4e6['VbVpj']=_0x2fa250(0xff),_0x36f4e6['mioNr']='No\x20accessibility\x20results\x20were\x20found.';const _0x2f9e33=_0x36f4e6;if(!this[_0x2fa250(0x18a)]()||!globals[_0x2fa250(0x138)](_0x2f9e33[_0x2fa250(0x1a6)])||!globals[_0x2fa250(0x138)](_0x2f9e33[_0x2fa250(0x1a7)]))return logger[_0x2fa250(0x150)](_0x2f9e33[_0x2fa250(0x1a9)]),[];try{return await PerformanceTester[_0x2fa250(0x1b1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5eea15=_0x2fa250;logger[_0x5eea15(0x1ae)](_0x2f9e33[_0x5eea15(0x18e)]);const _0x4aed07={};_0x4aed07[_0x5eea15(0x141)]=_0x352bfa['browserstackSessionName'],logger[_0x5eea15(0x1ae)](util['format'](await _0x12a050[_0x5eea15(0x170)](scripts['performScan'],_0x4aed07)));},{'command':_0x2f9e33['VbVpj']})(),await PerformanceTester[_0x2fa250(0x1b1)](PerformanceA11yEvents[_0x2fa250(0x19a)],async()=>{const _0x53146e=_0x2fa250,_0x369bb9=await _0x12a050[_0x53146e(0x170)](scripts[_0x53146e(0x1a0)]);return _0x369bb9;})();}catch{return logger[_0x2fa250(0x124)](_0x2f9e33[_0x2fa250(0xed)]),[];}},exports['getAccessibilityResultsSummary']=async(_0xbc6fb8,_0x2bfabd)=>{const _0x43f031=a96_0xf176eb,_0x29da0c={};_0x29da0c[_0x43f031(0x171)]='Performing\x20scan\x20before\x20getting\x20results\x20summary',_0x29da0c[_0x43f031(0x154)]=_0x43f031(0x189),_0x29da0c['QMnGk']='bstackA11yShouldScan',_0x29da0c[_0x43f031(0x16c)]=_0x43f031(0x14a),_0x29da0c['ZjNyE']='getAccessibilityResultsSummary',_0x29da0c['ppGRV']='No\x20accessibility\x20summary\x20was\x20found.';const _0x1ba3bd=_0x29da0c;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x1ba3bd[_0x43f031(0x154)])||!globals[_0x43f031(0x138)](_0x1ba3bd[_0x43f031(0x195)]))return logger[_0x43f031(0x150)](_0x1ba3bd[_0x43f031(0x16c)]),{};try{return await PerformanceTester[_0x43f031(0x1b1)](PerformanceA11yEvents[_0x43f031(0x11c)],async()=>{const _0x3f67e2=_0x43f031;logger[_0x3f67e2(0x1ae)](_0x1ba3bd[_0x3f67e2(0x171)]);const _0x24d200={};_0x24d200[_0x3f67e2(0x141)]=_0x2bfabd[_0x3f67e2(0x18b)],logger[_0x3f67e2(0x1ae)](util[_0x3f67e2(0x166)](await _0xbc6fb8[_0x3f67e2(0x170)](scripts[_0x3f67e2(0x169)],_0x24d200)));},{'command':_0x1ba3bd[_0x43f031(0x109)]})(),await PerformanceTester[_0x43f031(0x1b1)](PerformanceA11yEvents[_0x43f031(0x107)],async()=>{const _0x211561=_0x43f031,_0x52cd35=await _0xbc6fb8[_0x211561(0x170)](scripts[_0x211561(0xfa)]);return _0x52cd35;})();}catch{return logger[_0x43f031(0x124)](_0x1ba3bd[_0x43f031(0xe2)]),{};}},exports[a96_0xf176eb(0x181)]=_0x1ca14f=>{const _0x51df2c=a96_0xf176eb,_0x57f418={};_0x57f418[_0x51df2c(0x129)]=function(_0x48328a,_0xea8d61){return _0x48328a===_0xea8d61;},_0x57f418['DLaLK']=_0x51df2c(0xf5),_0x57f418['VYwhu']=_0x51df2c(0xe6);const _0x533e82=_0x57f418;if(_0x1ca14f&&_0x1ca14f[_0x51df2c(0x159)]&&_0x533e82[_0x51df2c(0x129)](typeof _0x1ca14f[_0x51df2c(0x159)],_0x533e82[_0x51df2c(0x130)]))return _0x1ca14f[_0x51df2c(0x159)][_0x51df2c(0xee)](_0x533e82[_0x51df2c(0x1af)]);return![];};
1
+ const a97_0x433752=a97_0x5a70;function a97_0x32f9(){const _0x21cbfe=['headers','GET_RESULTS_SUMMARY','isBrowserstackInfra','HcIwh','OzMKp','method','browserVersion','join','Ejwrh','null','Authorization','getHostInfo','requireModule','./scripts','response','info','chromeOptions','false','goog:chromeOptions','blewg','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','getResults','GfSNr','Not\x20a\x20Accessibility\x20Session','869879gAQKqx','basename','uVSph','path','JvAHg','NqQwX','projectName','isAccessibilityPlatform','BROWSERSTACK_TURBOSCALE','GDYKA','getTestFrameworkDetails','device','GwJZd','MCeSo','EgwIQ','uNtPD','BgrCQ','args','getCiInfo','PXcjd','LjURa','nOsxe','javascript','wGCeU','env','MdWtQ','PUT','options_','a11y:stop','VdxTr','SQldU','selenium-webdriver/chrome.js','HBpFG','includeTagsInTestingScope','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','CFCcQ','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','toJson','getBrowserName','version','body','KUMJd','sLQTt','browserstackSessionName','get','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','../performance/constants','mvOCw','Invalid\x20configuration\x20passed.','length','Content-Type','dapfD','playwright','getUserName','ucrwl','Options','mFOtn','auth','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','3ewTjDY','debug','isTrue','lAXaT','vfwzJ','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','yHXML','isUndefined','tbuZN','chZPS','ChromeExtension','accessibility','browserstack','1199580lHCWSZ','336950JKHpTG','bstack:options','PnUKK','getGitMetaData','setNonBstackInfraCapabilities','122410QhTZTj','resolve','data','measureWrapper','getBrowserVersion','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','oOnpU','stringify','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','checkAccessibilityPlatformConfig','getCapabilities','browserstack_executor','rUcMT','status','16JvPuvL','WeuMQ','nonBstackPlatformValidation','KZbFR','lmaAs','platforms','BS_A11Y_JWT','xreoy','XvStH','warn','963tSYssi','getPlatformVersion','adynM','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','../globals','capabilities_','Invalid\x20request:\x20','getGlobal','isAccessibilityAutomationSession','nestedKeyValue','cOGXe','../helper','eMBxI','toISOString','2046944oUVycY','format','errors','nodeRequest','Build\x20creation\x20had\x20failed.','selenium-webdriver','mergeDeep','CHXMU','chrome','excludeTagsInTestingScope','UnMON','../logger','IMZmU','Performed\x20scan\x20with\x20result:\x20','MGpjt','qVsIf','LXHhu','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','some','MToZI','./constants','PdwBn','Qfqna','__cloud_provider___','--headless','Performing\x20scan\x20before\x20getting\x20results','parse','POST','includes','test_runs/stop','script','ZrrHL','chromeOptions_','BROWSERSTACK_TEST_ACCESSIBILITY_YML','jBBgG','LOtaZ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','rWhKG','ywVAU','isBrowserStackCommandExecutor','error','bstackA11yShouldScan','Performing\x20scan\x20before\x20getting\x20results\x20summary','deviceName','../performance/performance-tester','isArray','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','getResultsSummary','1932556DefDbu','message','getAccessibilityResults','executeAsyncScript','JGquM','getPlatform','pass','scannerVersion','string','GET_RESULTS','SapXc','json','ybNbk','UCLzO','946169RoVCke','getAgentVersion','statusText','buildDescription','createAccessibilityTestRun','performScan','stack','getAccessibilityResultsSummary','PERFORM_SCAN','NyXqa','assign','parseFromJson','POJQu','yYJfu','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','shouldScanTestForAccessibility','VXCan','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.'];a97_0x32f9=function(){return _0x21cbfe;};return a97_0x32f9();}(function(_0x1bbe1a,_0x59634d){const _0x265243=a97_0x5a70,_0x3e016f=_0x1bbe1a();while(!![]){try{const _0x38af5e=parseInt(_0x265243(0x180))/0x1+-parseInt(_0x265243(0x148))/0x2*(parseInt(_0x265243(0xde))/0x3)+-parseInt(_0x265243(0x117))/0x4+-parseInt(_0x265243(0xec))/0x5+parseInt(_0x265243(0xeb))/0x6+-parseInt(_0x265243(0x156))/0x7*(parseInt(_0x265243(0xff))/0x8)+-parseInt(_0x265243(0x109))/0x9*(-parseInt(_0x265243(0xf1))/0xa);if(_0x38af5e===_0x59634d)break;else _0x3e016f['push'](_0x3e016f['shift']());}catch(_0x29cc73){_0x3e016f['push'](_0x3e016f['shift']());}}}(a97_0x32f9,0x89a92));const path=require(a97_0x433752(0x183)),util=require('util'),bsSetupHelper=require(a97_0x433752(0x114)),logger=require(a97_0x433752(0x122))['winstonLogger'],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a97_0x433752(0x12c)),PerformanceTester=require(a97_0x433752(0x144)),scripts=require(a97_0x433752(0x175)),globals=require(a97_0x433752(0x10d)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a97_0x433752(0xd1));function a97_0x5a70(_0x1cf03f,_0x187374){const _0x32f920=a97_0x32f9();return a97_0x5a70=function(_0x5a7047,_0x5e0575){_0x5a7047=_0x5a7047-0xb6;let _0x2441b0=_0x32f920[_0x5a7047];return _0x2441b0;},a97_0x5a70(_0x1cf03f,_0x187374);}exports['fetchPlatformDetails']=async _0xc66837=>{const _0xad5f95=a97_0x433752,_0x256008={};_0x256008[_0xad5f95(0xe7)]=function(_0x367a7d,_0x510620){return _0x367a7d===_0x510620;},_0x256008[_0xad5f95(0xd6)]=_0xad5f95(0xea);const _0x32dfc5=_0x256008;let _0x4e1daa={};try{const _0x22a3a9=await _0xc66837[_0xad5f95(0xfb)]();_0x4e1daa={'os_name':_0x22a3a9[_0xad5f95(0x14d)](),'os_version':bsSetupHelper[_0xad5f95(0x10a)](_0x32dfc5['chZPS'](global[_0xad5f95(0x12f)],_0x32dfc5[_0xad5f95(0xd6)])),'browser_name':_0x22a3a9[_0xad5f95(0xc9)](),'browser_version':_0x22a3a9[_0xad5f95(0xf5)]()};}catch(_0x3f7ff4){logger['debug'](_0xad5f95(0x17c)+_0x3f7ff4);}return _0x4e1daa;},exports[a97_0x433752(0x111)]=()=>{const _0x23b680=a97_0x433752,_0x459bda={};_0x459bda[_0x23b680(0x115)]=function(_0x1f5b26,_0x5bba83){return _0x1f5b26===_0x5bba83;},_0x459bda[_0x23b680(0xe1)]=_0x23b680(0x150),_0x459bda['NqQwX']=function(_0x1045a5,_0x476dc9){return _0x1045a5>_0x476dc9;},_0x459bda['DeTxS']=function(_0x2203fb,_0x51ac1b){return _0x2203fb!==_0x51ac1b;},_0x459bda[_0x23b680(0xee)]=_0x23b680(0x171),_0x459bda[_0x23b680(0xb7)]=function(_0x256889,_0x51e64e){return _0x256889&&_0x51e64e;};const _0x1092bb=_0x459bda;try{const _0x44347c=bsSetupHelper[_0x23b680(0xe0)](process['env'][_0x23b680(0x139)])||bsSetupHelper[_0x23b680(0xe0)](process[_0x23b680(0xbb)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x1bb1aa=_0x1092bb[_0x23b680(0x115)](typeof process['env']['BS_A11Y_JWT'],_0x1092bb[_0x23b680(0xe1)])&&_0x1092bb[_0x23b680(0x185)](process[_0x23b680(0xbb)]['BS_A11Y_JWT'][_0x23b680(0xd4)],0x0)&&_0x1092bb['DeTxS'](process[_0x23b680(0xbb)]['BS_A11Y_JWT'],_0x1092bb['PnUKK']);return _0x1092bb['LjURa'](_0x44347c,_0x1bb1aa);}catch(_0x3ea409){logger['debug'](_0x23b680(0xf6)+_0x3ea409);}return![];},exports[a97_0x433752(0x101)]=(_0xacb186,_0x8fec30)=>{const _0x5296be=a97_0x433752,_0x3b2620={'qVsIf':'browserName','rUcMT':function(_0x1ef58e,_0x1a2101){return _0x1ef58e(_0x1a2101);},'VXCan':_0x5296be(0x16e),'xreoy':_0x5296be(0xca),'GwJZd':_0x5296be(0xed),'wGCeU':_0x5296be(0x143),'WEDrN':_0x5296be(0x18b),'uNtPD':_0x5296be(0x146),'xkDFk':_0x5296be(0xc2),'LXHhu':_0x5296be(0x11c),'CHXMU':_0x5296be(0xbe),'MGpjt':_0x5296be(0x191),'PdwBn':_0x5296be(0x178),'NyXqa':_0x5296be(0x130),'CFCcQ':_0x5296be(0x129),'vfwzJ':_0x5296be(0x17a),'MToZI':function(_0x3d5af5,_0x44e116){return _0x3d5af5===_0x44e116;},'EgwIQ':_0x5296be(0x11f),'UnMON':function(_0xa54def,_0x8c639f){return _0xa54def>=_0x8c639f;}},_0xca2fe6=_0xacb186[_0x5296be(0xcf)](_0x3b2620[_0x5296be(0x126)]),_0x3966b8=_0x3b2620['rUcMT'](parseFloat,_0xacb186[_0x5296be(0xcf)](_0x3b2620[_0x5296be(0x166)]))||_0x3b2620[_0x5296be(0xfd)](parseFloat,_0xacb186[_0x5296be(0xcf)](_0x3b2620[_0x5296be(0x106)])),_0x2e60e1=_0xacb186[_0x5296be(0xcf)](_0x3b2620['GwJZd'])||{},_0x332983=_0x3b2620[_0x5296be(0xfd)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x4e8129=_0x2e60e1[_0x3b2620[_0x5296be(0xba)]]||_0xacb186[_0x5296be(0xcf)](_0x3b2620['WEDrN'])||![];if(_0x4e8129)return logger[_0x5296be(0x108)](_0x3b2620[_0x5296be(0x18f)]),![];let _0x10a983;try{_0x10a983=bsSetupHelper[_0x5296be(0x174)](_0x3b2620['xkDFk'],_0x3b2620[_0x5296be(0x127)]);}catch(_0x286665){return![];}const _0x56da0b=new _0x10a983[(_0x5296be(0xda))](_0x8fec30[_0x5296be(0x138)]),_0x24785c=bsSetupHelper[_0x5296be(0x112)](_0x56da0b,[_0x3b2620[_0x5296be(0x11e)],_0x3b2620[_0x5296be(0x125)]])||bsSetupHelper[_0x5296be(0x112)](_0x8fec30[_0x5296be(0x10e)],[_0x3b2620[_0x5296be(0x18c)],_0x3b2620['PdwBn'],_0x3b2620[_0x5296be(0x125)]])||bsSetupHelper['nestedKeyValue'](_0x8fec30[_0x5296be(0x10e)],[_0x3b2620[_0x5296be(0x12d)],_0x3b2620[_0x5296be(0x125)]])||[];if(_0x24785c[_0x5296be(0x134)](_0x3b2620[_0x5296be(0x15f)]))return logger[_0x5296be(0x108)](_0x3b2620['CFCcQ']),![];const _0x1df96c=_0x8fec30[_0x5296be(0x10e)]||{},_0x175929=bsSetupHelper[_0x5296be(0x112)](_0x1df96c,[_0x3b2620[_0x5296be(0xe2)]])||{},_0x4fb54b=bsSetupHelper[_0x5296be(0x112)](_0x175929,[_0x3b2620[_0x5296be(0x125)]])||[];if(_0x4fb54b[_0x5296be(0x134)](_0x3b2620['NyXqa']))return logger[_0x5296be(0x108)](_0x3b2620[_0x5296be(0xc6)]),![];if(_0x3b2620[_0x5296be(0x12b)](_0xca2fe6['toLowerCase'](),_0x3b2620[_0x5296be(0x18e)])&&_0x3b2620[_0x5296be(0x121)](_0x3966b8,_0x332983))return!![];return logger[_0x5296be(0x108)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a97_0x433752(0xf0)]=_0x4b8fd1=>{const _0x248f54=a97_0x433752,_0x5ee170={};_0x5ee170[_0x248f54(0x107)]=_0x248f54(0x17a),_0x5ee170[_0x248f54(0x12e)]=function(_0x3f38ed,_0x21de2c){return _0x3f38ed||_0x21de2c;},_0x5ee170[_0x248f54(0x16c)]=_0x248f54(0x17f);const _0x268b60=_0x5ee170,_0x5c2c40=scripts[_0x248f54(0xe8)];try{const _0x27101b=bsSetupHelper[_0x248f54(0xe0)](process[_0x248f54(0xbb)][_0x248f54(0x139)])||bsSetupHelper[_0x248f54(0xe0)](process[_0x248f54(0xbb)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0x248f54(0x16a)]()||process[_0x248f54(0xbb)][_0x248f54(0x188)])&&_0x27101b){const _0x51339a=_0x4b8fd1['getCapabilities'](),_0xf2a77f=_0x51339a[_0x248f54(0xcf)](_0x268b60[_0x248f54(0x107)]),_0x2304f7=_0x268b60[_0x248f54(0x12e)](_0xf2a77f,{});bsSetupHelper[_0x248f54(0x11d)](_0x2304f7,_0x5c2c40),_0x4b8fd1[_0x248f54(0xfb)]()['set'](_0x268b60[_0x248f54(0x107)],_0x2304f7);}else logger[_0x248f54(0x108)](_0x268b60[_0x248f54(0x16c)]);}catch(_0x1f9055){logger[_0x248f54(0x140)](_0x248f54(0x128)+_0x1f9055);}},exports[a97_0x433752(0x165)]=(_0x554373=null,_0x44981a=!![],_0x377a0a=[])=>{const _0x5a2f78=a97_0x433752,_0x56c3b0={};_0x56c3b0[_0x5a2f78(0xc3)]=function(_0x44b401,_0x3ad8b0){return _0x44b401==_0x3ad8b0;},_0x56c3b0[_0x5a2f78(0xe6)]=function(_0x457871,_0x2ae5a3){return _0x457871>_0x2ae5a3;},_0x56c3b0[_0x5a2f78(0xbc)]=function(_0x4e869d,_0x41a22a){return _0x4e869d===_0x41a22a;},_0x56c3b0['GDYKA']=function(_0xcb10ea,_0x12922e){return _0xcb10ea&&_0x12922e;},_0x56c3b0[_0x5a2f78(0xe4)]=function(_0x2f2d87,_0x57fceb){return _0x2f2d87===_0x57fceb;},_0x56c3b0['IMZmU']=function(_0x355dff,_0x529b7b){return _0x355dff&&_0x529b7b;};const _0x2bc667=_0x56c3b0;if(_0x2bc667[_0x5a2f78(0xc3)](process[_0x5a2f78(0xbb)][_0x5a2f78(0x13c)],null))return!![];try{const _0x2ef8ca=JSON[_0x5a2f78(0x132)](process[_0x5a2f78(0xbb)][_0x5a2f78(0x13c)]),_0x5e5924=Array['isArray'](_0x2ef8ca['includeTagsInTestingScope'])?_0x2ef8ca[_0x5a2f78(0xc4)]:[],_0x723b87=Array[_0x5a2f78(0x145)](_0x2ef8ca['excludeTagsInTestingScope'])?_0x2ef8ca[_0x5a2f78(0x120)]:[];if(bsSetupHelper['isUndefined'](_0x554373)){if(_0x2bc667[_0x5a2f78(0xe6)](_0x377a0a['length'],0x0)){const _0x2ea64c=_0x723b87[_0x5a2f78(0x12a)](_0x4e6a49=>_0x377a0a[_0x5a2f78(0x134)](_0x4e6a49)),_0x298ec1=_0x2bc667[_0x5a2f78(0xbc)](_0x5e5924['length'],0x0)||_0x5e5924[_0x5a2f78(0x12a)](_0x169d40=>_0x377a0a[_0x5a2f78(0x134)](_0x169d40));return _0x2bc667[_0x5a2f78(0x189)](!_0x2ea64c,_0x298ec1);}return!![];}let _0x39ca27;_0x44981a?_0x39ca27=_0x554373[_0x5a2f78(0x16f)]('/'):_0x39ca27=_0x554373;const _0x4099ae=_0x723b87[_0x5a2f78(0x12a)](_0xd28e9c=>_0x39ca27[_0x5a2f78(0x134)](_0xd28e9c)),_0xb7b781=_0x2bc667['yHXML'](_0x5e5924[_0x5a2f78(0xd4)],0x0)||_0x5e5924['some'](_0x483d32=>_0x39ca27[_0x5a2f78(0x134)](_0x483d32));return _0x2bc667[_0x5a2f78(0x123)](!_0x4099ae,_0xb7b781);}catch(_0x606eae){logger[_0x5a2f78(0xdf)](_0x5a2f78(0x10c)+util[_0x5a2f78(0x118)](_0x606eae));}return![];},exports[a97_0x433752(0xfa)]=_0x5026fc=>{const _0xb1e2d6=a97_0x433752;let _0x542d31=![];try{_0x5026fc[_0xb1e2d6(0x104)]['forEach'](_0x29dfab=>{const _0xf09d89=_0xb1e2d6;if(bsSetupHelper[_0xf09d89(0xe0)](_0x29dfab[_0xf09d89(0xe9)]))return _0x542d31=!![],!![];});}catch(_0x5124b7){logger[_0xb1e2d6(0xdf)](_0xb1e2d6(0x164)+_0x5124b7);}return _0x542d31||bsSetupHelper['isTrue'](_0x5026fc[_0xb1e2d6(0xe9)]);},exports[a97_0x433752(0x15a)]=PerformanceTester[a97_0x433752(0xf4)]('a11y:start',async function(_0x46eb75,_0x2391e7){const _0x1f483f=a97_0x433752,_0x5915eb={};_0x5915eb['jBBgG']=_0x1f483f(0xd0),_0x5915eb['UCLzO']=_0x1f483f(0xd7),_0x5915eb[_0x1f483f(0x184)]=_0x1f483f(0xb9),_0x5915eb['Ejwrh']='application/json',_0x5915eb[_0x1f483f(0x182)]=_0x1f483f(0x133),_0x5915eb[_0x1f483f(0x10b)]='v2/test_runs',_0x5915eb['KZbFR']=function(_0x91f27a,_0x4f8bbf){return _0x91f27a===_0x4f8bbf;},_0x5915eb[_0x1f483f(0xf7)]=_0x1f483f(0xd3),_0x5915eb[_0x1f483f(0x190)]=_0x1f483f(0x179);const _0x21d90e=_0x5915eb,_0xfa78e9=bsSetupHelper[_0x1f483f(0xd8)](_0x46eb75),_0x3e6398=bsSetupHelper['getAccessKey'](_0x46eb75);if(bsSetupHelper[_0x1f483f(0xe5)](_0xfa78e9)||bsSetupHelper['isUndefined'](_0x3e6398))return logger['error'](_0x21d90e[_0x1f483f(0x13a)]),[null,null];try{let _0x506fce;bsSetupHelper['isUndefined'](process[_0x1f483f(0xbb)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x506fce={}:_0x506fce=JSON[_0x1f483f(0x132)](process[_0x1f483f(0xbb)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x5db0b2,version:_0x5df7dd}=bsSetupHelper[_0x1f483f(0x18a)](_0x46eb75,_0x2391e7),_0x603e6f={'projectName':_0x46eb75[_0x1f483f(0x186)],'buildName':_0x46eb75['buildName']||path[_0x1f483f(0x181)](path[_0x1f483f(0xf2)](process['cwd']())),'startTime':new Date()[_0x1f483f(0x116)](),'description':_0x46eb75[_0x1f483f(0x159)]||'','source':{'frameworkName':_0x2391e7['includes'](_0x21d90e[_0x1f483f(0x155)])?_0x21d90e[_0x1f483f(0x155)]:_0x2391e7,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x2391e7),'sdkVersion':bsSetupHelper[_0x1f483f(0x157)](),'language':_0x21d90e['JvAHg'],'testFramework':_0x5db0b2,'testFrameworkVersion':_0x5df7dd},'settings':_0x506fce,'versionControl':await bsSetupHelper[_0x1f483f(0xef)](),'ciInfo':bsSetupHelper[_0x1f483f(0x192)](),'hostInfo':bsSetupHelper[_0x1f483f(0x173)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x23d855={};_0x23d855['user']=_0xfa78e9,_0x23d855[_0x1f483f(0x14e)]=_0x3e6398;const _0x22612d={};_0x22612d[_0x1f483f(0xd5)]=_0x21d90e[_0x1f483f(0x170)];const _0x580f46={};_0x580f46[_0x1f483f(0xdc)]=_0x23d855,_0x580f46[_0x1f483f(0x168)]=_0x22612d;const _0x2d8364=_0x580f46,_0x3a8605={};_0x3a8605['body']=_0x603e6f,_0x3a8605[_0x1f483f(0x153)]=!![];const _0x4a13ed=Object[_0x1f483f(0x160)](_0x2d8364,_0x3a8605),_0x3c19e0=await bsSetupHelper[_0x1f483f(0x11a)](_0x21d90e[_0x1f483f(0x182)],_0x21d90e[_0x1f483f(0x10b)],_0x4a13ed,_0x46eb75,API_URL);let _0x1c1e4f=process[_0x1f483f(0xbb)][_0x1f483f(0x13c)];return _0x1c1e4f?_0x1c1e4f=JSON[_0x1f483f(0x132)](process[_0x1f483f(0xbb)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x1c1e4f={},scripts[_0x1f483f(0x161)](_0x3c19e0['data']['data']),scripts[_0x1f483f(0xc8)](),_0x1c1e4f[_0x1f483f(0x14f)]=_0x3c19e0['data'][_0x1f483f(0xf3)][_0x1f483f(0x14f)],process[_0x1f483f(0xbb)][_0x1f483f(0x13c)]=JSON[_0x1f483f(0xf8)](_0x1c1e4f),[_0x3c19e0[_0x1f483f(0xf3)][_0x1f483f(0xf3)]['accessibilityToken'],_0x3c19e0['data'][_0x1f483f(0xf3)]['id']];}catch(_0x309e63){if(_0x309e63[_0x1f483f(0x176)])logger[_0x1f483f(0x140)](_0x1f483f(0xc5)+_0x309e63['response'][_0x1f483f(0xfe)]+'\x20'+_0x309e63[_0x1f483f(0x176)][_0x1f483f(0x158)]+'\x20'+JSON[_0x1f483f(0xf8)](_0x309e63['response'][_0x1f483f(0xf3)]));else{if(_0x21d90e[_0x1f483f(0x102)](_0x309e63[_0x1f483f(0x149)],_0x21d90e[_0x1f483f(0xf7)])){logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x309e63[_0x1f483f(0x149)]||_0x309e63[_0x1f483f(0x15c)]));for(const _0x12dffb of _0x309e63[_0x1f483f(0x119)]){logger['error'](_0x12dffb[_0x1f483f(0x149)]);}process[_0x1f483f(0xbb)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x21d90e[_0x1f483f(0x190)],process[_0x1f483f(0xbb)][_0x1f483f(0xf9)]=_0x21d90e[_0x1f483f(0x190)];}else logger[_0x1f483f(0x140)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x309e63[_0x1f483f(0x149)]||_0x309e63[_0x1f483f(0x15c)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester[a97_0x433752(0xf4)](a97_0x433752(0xbf),async function(_0x3fe27e){const _0xa0b31f=a97_0x433752,_0x5d5a32={};_0x5d5a32[_0xa0b31f(0x13b)]=function(_0x3f1706,_0x341152){return _0x3f1706!==_0x341152;},_0x5d5a32[_0xa0b31f(0x17b)]=_0xa0b31f(0x150),_0x5d5a32[_0xa0b31f(0xd2)]=_0xa0b31f(0x140),_0x5d5a32[_0xa0b31f(0x113)]=_0xa0b31f(0x11b),_0x5d5a32[_0xa0b31f(0x162)]='application/json',_0x5d5a32[_0xa0b31f(0x152)]=_0xa0b31f(0xbd),_0x5d5a32['HcIwh']=_0xa0b31f(0x135),_0x5d5a32['ZrrHL']=function(_0x5f22bb,_0xf07ff4){return _0x5f22bb+_0xf07ff4;},_0x5d5a32[_0xa0b31f(0xc1)]=_0xa0b31f(0x10f),_0x5d5a32['EwhiO']='success';const _0x352d8c=_0x5d5a32;if(bsSetupHelper[_0xa0b31f(0xe5)](process[_0xa0b31f(0xbb)][_0xa0b31f(0x105)])||_0x352d8c['LOtaZ'](typeof process[_0xa0b31f(0xbb)][_0xa0b31f(0x105)],_0x352d8c['blewg'])){const _0x50a779={};return _0x50a779[_0xa0b31f(0xfe)]=_0x352d8c[_0xa0b31f(0xd2)],_0x50a779[_0xa0b31f(0x149)]=_0x352d8c[_0xa0b31f(0x113)],_0x50a779;}const _0x173cc9={'endTime':new Date()[_0xa0b31f(0x116)]()},_0x2f6177={};_0x2f6177[_0xa0b31f(0x172)]='Bearer\x20'+process[_0xa0b31f(0xbb)][_0xa0b31f(0x105)],_0x2f6177[_0xa0b31f(0xd5)]=_0x352d8c[_0xa0b31f(0x162)];const _0x53f341={};_0x53f341[_0xa0b31f(0x168)]=_0x2f6177;const _0x241165=_0x53f341,_0x4a431c={};_0x4a431c[_0xa0b31f(0xcb)]=_0x173cc9,_0x4a431c[_0xa0b31f(0xdc)]=null,_0x4a431c[_0xa0b31f(0x153)]=!![];const _0x41c25e=Object[_0xa0b31f(0x160)](_0x241165,_0x4a431c);try{const _0x2cee51=await bsSetupHelper[_0xa0b31f(0x11a)](_0x352d8c['SapXc'],_0x352d8c[_0xa0b31f(0x16b)],_0x41c25e,_0x3fe27e,API_URL);if(_0x2cee51[_0xa0b31f(0xf3)][_0xa0b31f(0x140)])throw new Error(_0x352d8c[_0xa0b31f(0x137)](_0x352d8c[_0xa0b31f(0xc1)],_0x2cee51[_0xa0b31f(0xf3)][_0xa0b31f(0x140)]));else{logger[_0xa0b31f(0x177)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0xa0b31f(0x116)]());const _0x121d02={};return _0x121d02['status']=_0x352d8c['EwhiO'],_0x121d02['message']='',_0x121d02;}}catch(_0x13ad0c){_0x13ad0c[_0xa0b31f(0x176)]?logger['error'](_0xa0b31f(0xc7)+_0x13ad0c[_0xa0b31f(0x176)][_0xa0b31f(0xfe)]+'\x20'+_0x13ad0c['response']['statusText']+'\x20'+JSON[_0xa0b31f(0xf8)](_0x13ad0c[_0xa0b31f(0x176)]['data'])):logger[_0xa0b31f(0x140)](_0xa0b31f(0xc7)+(_0x13ad0c[_0xa0b31f(0x149)]||util[_0xa0b31f(0x118)](_0x13ad0c)));const _0x53a11c={};return _0x53a11c['status']=_0x352d8c[_0xa0b31f(0xd2)],_0x53a11c[_0xa0b31f(0x149)]=_0x13ad0c['message']||(_0x13ad0c[_0xa0b31f(0x176)]?_0x13ad0c[_0xa0b31f(0x176)]['status']+':'+_0x13ad0c[_0xa0b31f(0x176)][_0xa0b31f(0x158)]:_0x13ad0c),_0x53a11c;}}),exports[a97_0x433752(0x15b)]=async(_0x41e414,_0x39cd5a=null)=>{const _0x5ce9ea=a97_0x433752,_0x385c13={};_0x385c13[_0x5ce9ea(0x163)]=_0x5ce9ea(0x187),_0x385c13['mFOtn']='bstackA11yShouldScan',_0x385c13[_0x5ce9ea(0x14c)]=_0x5ce9ea(0xdd);const _0xcb1c86=_0x385c13;if(!this['isAccessibilityAutomationSession']()||!globals[_0x5ce9ea(0x110)](_0xcb1c86[_0x5ce9ea(0x163)])||!globals[_0x5ce9ea(0x110)](_0xcb1c86[_0x5ce9ea(0xdb)])){logger[_0x5ce9ea(0x108)](_0xcb1c86[_0x5ce9ea(0x14c)]);return;}return await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5ce9ea(0x15e)],async()=>{const _0x4272e9=_0x5ce9ea,_0x1e78b0={};_0x1e78b0[_0x4272e9(0x16d)]=_0x39cd5a||global[_0x4272e9(0xce)];const _0x522a60=util['format'](await _0x41e414[_0x4272e9(0x14b)](scripts[_0x4272e9(0x15b)],_0x1e78b0));return logger[_0x4272e9(0xdf)](_0x4272e9(0x124)+_0x522a60),_0x522a60;},{'command':_0x39cd5a})();},exports['getAccessibilityResults']=async(_0x4864ff,_0x874119)=>{const _0x38c8ae=a97_0x433752,_0x47f7cb={};_0x47f7cb['nIPmP']=_0x38c8ae(0x131),_0x47f7cb[_0x38c8ae(0x154)]=_0x38c8ae(0x187),_0x47f7cb[_0x38c8ae(0xcc)]='bstackA11yShouldScan',_0x47f7cb[_0x38c8ae(0xb6)]=_0x38c8ae(0xe3),_0x47f7cb[_0x38c8ae(0x18d)]=_0x38c8ae(0x14a),_0x47f7cb['CRiMU']='No\x20accessibility\x20results\x20were\x20found.';const _0x3498dc=_0x47f7cb;if(!this[_0x38c8ae(0x111)]()||!globals[_0x38c8ae(0x110)](_0x3498dc['ybNbk'])||!globals[_0x38c8ae(0x110)](_0x3498dc[_0x38c8ae(0xcc)]))return logger[_0x38c8ae(0x108)](_0x3498dc[_0x38c8ae(0xb6)]),[];try{return await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x38c8ae(0x15e)],async()=>{const _0x19d244=_0x38c8ae;logger[_0x19d244(0xdf)](_0x3498dc['nIPmP']);const _0x5de74a={};_0x5de74a['method']=_0x874119['browserstackSessionName'],logger['debug'](util[_0x19d244(0x118)](await _0x4864ff[_0x19d244(0x14b)](scripts[_0x19d244(0x15b)],_0x5de74a)));},{'command':_0x3498dc[_0x38c8ae(0x18d)]})(),await PerformanceTester[_0x38c8ae(0xf4)](PerformanceA11yEvents[_0x38c8ae(0x151)],async()=>{const _0x565aa5=_0x38c8ae,_0x111498=await _0x4864ff['executeAsyncScript'](scripts[_0x565aa5(0x17d)]);return _0x111498;})();}catch{return logger[_0x38c8ae(0x140)](_0x3498dc['CRiMU']),[];}},exports[a97_0x433752(0x15d)]=async(_0x2d9922,_0x33349d)=>{const _0x52188a=a97_0x433752,_0x2935bc={};_0x2935bc[_0x52188a(0x13d)]=_0x52188a(0x142),_0x2935bc['sLQTt']=_0x52188a(0x187),_0x2935bc['lmaAs']=_0x52188a(0x141),_0x2935bc['ywVAU']=_0x52188a(0x167),_0x2935bc[_0x52188a(0x17e)]='getAccessibilityResultsSummary',_0x2935bc[_0x52188a(0xc0)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x4ee24a=_0x2935bc;if(!this[_0x52188a(0x111)]()||!globals[_0x52188a(0x110)](_0x4ee24a[_0x52188a(0xcd)])||!globals[_0x52188a(0x110)](_0x4ee24a[_0x52188a(0x103)]))return logger[_0x52188a(0x108)](_0x4ee24a[_0x52188a(0x13e)]),{};try{return await PerformanceTester[_0x52188a(0xf4)](PerformanceA11yEvents[_0x52188a(0x15e)],async()=>{const _0x51103b=_0x52188a;logger[_0x51103b(0xdf)](_0x4ee24a[_0x51103b(0x13d)]);const _0x4115db={};_0x4115db['method']=_0x33349d[_0x51103b(0xce)],logger['debug'](util[_0x51103b(0x118)](await _0x2d9922['executeAsyncScript'](scripts[_0x51103b(0x15b)],_0x4115db)));},{'command':_0x4ee24a['GfSNr']})(),await PerformanceTester[_0x52188a(0xf4)](PerformanceA11yEvents[_0x52188a(0x169)],async()=>{const _0xa0b637=_0x52188a,_0x521abf=await _0x2d9922[_0xa0b637(0x14b)](scripts[_0xa0b637(0x147)]);return _0x521abf;})();}catch{return logger[_0x52188a(0x140)](_0x4ee24a[_0x52188a(0xc0)]),{};}},exports[a97_0x433752(0x13f)]=_0x3b144a=>{const _0x2d8e42=a97_0x433752,_0x5e65b5={};_0x5e65b5[_0x2d8e42(0xd9)]=function(_0x341829,_0x43abb7){return _0x341829===_0x43abb7;},_0x5e65b5[_0x2d8e42(0xb8)]=_0x2d8e42(0x150),_0x5e65b5[_0x2d8e42(0x100)]=_0x2d8e42(0xfc);const _0x23d930=_0x5e65b5;if(_0x3b144a&&_0x3b144a[_0x2d8e42(0x136)]&&_0x23d930['ucrwl'](typeof _0x3b144a['script'],_0x23d930['nOsxe']))return _0x3b144a[_0x2d8e42(0x136)][_0x2d8e42(0x134)](_0x23d930[_0x2d8e42(0x100)]);return![];};
@@ -1 +1 @@
1
- const a97_0x36ec4f=a97_0x182e;(function(_0x415c01,_0x3fb679){const _0x54b3e6=a97_0x182e,_0x19c4d1=_0x415c01();while(!![]){try{const _0xf6fd73=parseInt(_0x54b3e6(0xaa))/0x1+-parseInt(_0x54b3e6(0xb1))/0x2*(parseInt(_0x54b3e6(0xd1))/0x3)+-parseInt(_0x54b3e6(0xcb))/0x4*(parseInt(_0x54b3e6(0xa0))/0x5)+parseInt(_0x54b3e6(0xc4))/0x6+-parseInt(_0x54b3e6(0xaf))/0x7+parseInt(_0x54b3e6(0xbb))/0x8+-parseInt(_0x54b3e6(0x9b))/0x9;if(_0xf6fd73===_0x3fb679)break;else _0x19c4d1['push'](_0x19c4d1['shift']());}catch(_0x5c4f70){_0x19c4d1['push'](_0x19c4d1['shift']());}}}(a97_0x2d1b,0x63958));const path=require(a97_0x36ec4f(0xae)),fs=require('fs'),logger=require(a97_0x36ec4f(0xce))['winstonLogger'],helper=require(a97_0x36ec4f(0xd5));function a97_0x2d1b(){const _0x193f46=['DEcZf','2|0|1|3|5|6|4','getMethod','mGSiG','commands.json','6474987QdONPK','getCommand','scan','mkdirSync','getResultsSummary','20KWiLpW','Dcpkm','join','toJson','shouldWrapCommand','existsSync','commands','WJsrb','name','tYSAD','720807eZkSWA','qOmxe','getResults','performScan','path','3235225IBgXTu','.browserstack','259446HYcTfa','parseFromProto','saveTestResults','getModule','commandsToWrap','toLowerCase','KrUtv','findIndex','fromJson','ohqAi','4517904GaZjXx','ChromeExtension','saveResults','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','stringify','parseFromJson','nJrPZ','commandsPath','browserstackFolderPath','3029040vWxmUA','IbesA','getName','exports','scripts','debug','dOXPQ','71148iZJayf','length','rVakd','../../helpers/logger','tvlYd','getLibrary','3WoTxzp','split','getClass','writeFileSync','../helper'];a97_0x2d1b=function(){return _0x193f46;};return a97_0x2d1b();}class Scripts{constructor(){const _0xaaed67=a97_0x36ec4f,_0x3b073c={};_0x3b073c[_0xaaed67(0xc1)]=_0xaaed67(0xd7),_0x3b073c[_0xaaed67(0x99)]=_0xaaed67(0xb0),_0x3b073c['KrUtv']=_0xaaed67(0x9a);const _0x2a5247=_0x3b073c,_0x580c4c=_0x2a5247[_0xaaed67(0xc1)][_0xaaed67(0xd2)]('|');let _0x302297=0x0;while(!![]){switch(_0x580c4c[_0x302297++]){case'0':this[_0xaaed67(0xac)]=null;continue;case'1':this[_0xaaed67(0x9f)]=null;continue;case'2':this[_0xaaed67(0xad)]=null;continue;case'3':this[_0xaaed67(0xb3)]=null;continue;case'4':this['fromJson']();continue;case'5':this[_0xaaed67(0xc3)]=path[_0xaaed67(0xa2)](helper['homedir'](),_0x2a5247[_0xaaed67(0x99)]);continue;case'6':this['commandsPath']=path[_0xaaed67(0xa2)](this[_0xaaed67(0xc3)],_0x2a5247[_0xaaed67(0xb7)]);continue;}break;}}[a97_0x36ec4f(0xc0)](_0x1ed2c2){const _0x54dd37=a97_0x36ec4f;_0x1ed2c2[_0x54dd37(0xc8)]&&(this[_0x54dd37(0xad)]=_0x1ed2c2[_0x54dd37(0xc8)]['scan'],this[_0x54dd37(0xac)]=_0x1ed2c2[_0x54dd37(0xc8)][_0x54dd37(0xac)],this['getResultsSummary']=_0x1ed2c2[_0x54dd37(0xc8)][_0x54dd37(0x9f)],this['saveTestResults']=_0x1ed2c2['scripts'][_0x54dd37(0xbd)]),this['commandsToWrap']=_0x1ed2c2[_0x54dd37(0xa6)],this[_0x54dd37(0xbc)]=_0x1ed2c2['nonBStackInfraA11yChromeOptions'];}[a97_0x36ec4f(0xb2)](_0x3d2869,_0x592206){const _0x312a99=a97_0x36ec4f,_0x10cc73={};_0x10cc73['tYSAD']=function(_0x2de528,_0x589326){return _0x2de528>_0x589326;},_0x10cc73[_0x312a99(0xca)]=function(_0x2671ff,_0x1e6478){return _0x2671ff===_0x1e6478;},_0x10cc73[_0x312a99(0xd6)]=_0x312a99(0x9d),_0x10cc73[_0x312a99(0xcf)]=function(_0x4c9de2,_0x56048d){return _0x4c9de2===_0x56048d;},_0x10cc73['Dcpkm']='getResults',_0x10cc73['qOmxe']=function(_0x52c344,_0x509c7b){return _0x52c344===_0x509c7b;},_0x10cc73[_0x312a99(0xba)]=_0x312a99(0x9f),_0x10cc73[_0x312a99(0xcd)]=_0x312a99(0xbd);const _0x190fc3=_0x10cc73;if(_0x3d2869&&_0x190fc3[_0x312a99(0xa9)](_0x3d2869[_0x312a99(0xcc)],0x0))for(const _0x2c1611 of _0x3d2869){if(_0x190fc3[_0x312a99(0xca)](_0x2c1611['getName'](),_0x190fc3['DEcZf']))this[_0x312a99(0xad)]=_0x2c1611[_0x312a99(0x9c)]();else{if(_0x190fc3[_0x312a99(0xcf)](_0x2c1611[_0x312a99(0xc6)](),_0x190fc3[_0x312a99(0xa1)]))this[_0x312a99(0xac)]=_0x2c1611[_0x312a99(0x9c)]();else{if(_0x190fc3[_0x312a99(0xab)](_0x2c1611['getName'](),_0x190fc3[_0x312a99(0xba)]))this[_0x312a99(0x9f)]=_0x2c1611[_0x312a99(0x9c)]();else _0x190fc3[_0x312a99(0xcf)](_0x2c1611['getName'](),_0x190fc3[_0x312a99(0xcd)])&&(this[_0x312a99(0xb3)]=_0x2c1611['getCommand']());}}}_0x592206&&_0x190fc3[_0x312a99(0xa9)](_0x592206['length'],0x0)&&(this[_0x312a99(0xb5)]=_0x592206['map'](_0x3e4794=>{const _0x4a3c79=_0x312a99;return{'name':_0x3e4794[_0x4a3c79(0xc6)](),'method':_0x3e4794[_0x4a3c79(0x98)](),'library':_0x3e4794[_0x4a3c79(0xd0)](),'module':_0x3e4794[_0x4a3c79(0xb4)](),'class':_0x3e4794[_0x4a3c79(0xd3)]()};}));}[a97_0x36ec4f(0xa4)](_0x56b5e4){const _0x4314f4=a97_0x36ec4f,_0x54611b={};_0x54611b[_0x4314f4(0xa7)]=function(_0x2df911,_0x428fdb){return _0x2df911!==_0x428fdb;};const _0x51168a=_0x54611b;try{return _0x51168a[_0x4314f4(0xa7)](this[_0x4314f4(0xb5)][_0x4314f4(0xb8)](_0x261131=>_0x261131[_0x4314f4(0xa8)]['toLowerCase']()===_0x56b5e4[_0x4314f4(0xb6)]()),-0x1);}catch(_0x302d91){logger[_0x4314f4(0xc9)](_0x4314f4(0xbe)+_0x302d91);}return![];}[a97_0x36ec4f(0xa3)](){const _0x52bcae=a97_0x36ec4f;!fs[_0x52bcae(0xa5)](this['browserstackFolderPath'])&&fs[_0x52bcae(0x9e)](this[_0x52bcae(0xc3)]),fs[_0x52bcae(0xd4)](this['commandsPath'],JSON[_0x52bcae(0xbf)]({'scripts':{'scan':this[_0x52bcae(0xad)],'getResults':this['getResults'],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x52bcae(0xb3)]},'commands':this['commandsToWrap'],'nonBStackInfraA11yChromeOptions':this[_0x52bcae(0xbc)]}));}[a97_0x36ec4f(0xb9)](){const _0x3f4a7b=a97_0x36ec4f,_0x17926c={'IbesA':function(_0xbe53a,_0x4eedc5){return _0xbe53a(_0x4eedc5);}};fs['existsSync'](this[_0x3f4a7b(0xc2)])&&this[_0x3f4a7b(0xc0)](_0x17926c[_0x3f4a7b(0xc5)](require,this[_0x3f4a7b(0xc2)]));}}function a97_0x182e(_0x809560,_0x500848){const _0x2d1bfa=a97_0x2d1b();return a97_0x182e=function(_0x182e91,_0x538369){_0x182e91=_0x182e91-0x98;let _0x34a484=_0x2d1bfa[_0x182e91];return _0x34a484;},a97_0x182e(_0x809560,_0x500848);}module[a97_0x36ec4f(0xc7)]=new Scripts();
1
+ const a98_0x3cab7f=a98_0x490f;(function(_0x54707e,_0x212780){const _0x1e6ffa=a98_0x490f,_0x45dbee=_0x54707e();while(!![]){try{const _0x506e31=-parseInt(_0x1e6ffa(0x1c8))/0x1*(parseInt(_0x1e6ffa(0x1c4))/0x2)+parseInt(_0x1e6ffa(0x1c1))/0x3+-parseInt(_0x1e6ffa(0x1b3))/0x4+parseInt(_0x1e6ffa(0x1df))/0x5*(parseInt(_0x1e6ffa(0x1d5))/0x6)+-parseInt(_0x1e6ffa(0x1c7))/0x7*(-parseInt(_0x1e6ffa(0x1c0))/0x8)+-parseInt(_0x1e6ffa(0x1d1))/0x9+-parseInt(_0x1e6ffa(0x1c9))/0xa*(-parseInt(_0x1e6ffa(0x1d0))/0xb);if(_0x506e31===_0x212780)break;else _0x45dbee['push'](_0x45dbee['shift']());}catch(_0x4b49d5){_0x45dbee['push'](_0x45dbee['shift']());}}}(a98_0x51af,0x4051c));function a98_0x490f(_0x363b95,_0x2a38bf){const _0x51afa9=a98_0x51af();return a98_0x490f=function(_0x490feb,_0x2e66b3){_0x490feb=_0x490feb-0x1a7;let _0x1ae91b=_0x51afa9[_0x490feb];return _0x1ae91b;},a98_0x490f(_0x363b95,_0x2a38bf);}function a98_0x51af(){const _0x16e80f=['110ecMWvx','2827224bEgBys','YEenr','getClass','faiwG','18FrElrW','exports','nonBStackInfraA11yChromeOptions','split','winstonLogger','debug','ChromeExtension','scan','WivAc','join','276185OJAulA','saveResults','commandsPath','.browserstack','LxyNZ','LCuSK','sQhKp','CBDnk','shouldWrapCommand','commandsToWrap','getCommand','tVchx','KLUJk','hVuuI','getName','length','toJson','1|0|4|3|6|5|2','performScan','iXqoM','../../helpers/logger','parseFromJson','getLibrary','475480fqqYQu','saveTestResults','MNLLb','mkdirSync','fromJson','name','commands','browserstackFolderPath','getResults','xBdYF','toLowerCase','../helper','scripts','16hnUwmg','335157cbBNuh','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','commands.json','1094mUbwCd','path','writeFileSync','190407OEJDFe','902omZEsN','858020VAIlSV','existsSync','getResultsSummary','getMethod','stringify','parseFromProto','homedir'];a98_0x51af=function(){return _0x16e80f;};return a98_0x51af();}const path=require(a98_0x3cab7f(0x1c5)),fs=require('fs'),logger=require(a98_0x3cab7f(0x1b0))[a98_0x3cab7f(0x1d9)],helper=require(a98_0x3cab7f(0x1be));class Scripts{constructor(){const _0x567958=a98_0x3cab7f,_0x153d85={};_0x153d85[_0x567958(0x1e4)]=_0x567958(0x1ad),_0x153d85[_0x567958(0x1e6)]=_0x567958(0x1c3),_0x153d85['sQhKp']=_0x567958(0x1e2);const _0x2ebe06=_0x153d85,_0x56005e=_0x2ebe06[_0x567958(0x1e4)][_0x567958(0x1d8)]('|');let _0x1e388e=0x0;while(!![]){switch(_0x56005e[_0x1e388e++]){case'0':this['getResults']=null;continue;case'1':this[_0x567958(0x1ae)]=null;continue;case'2':this['fromJson']();continue;case'3':this['saveTestResults']=null;continue;case'4':this[_0x567958(0x1cb)]=null;continue;case'5':this[_0x567958(0x1e1)]=path['join'](this['browserstackFolderPath'],_0x2ebe06[_0x567958(0x1e6)]);continue;case'6':this[_0x567958(0x1ba)]=path[_0x567958(0x1de)](helper[_0x567958(0x1cf)](),_0x2ebe06[_0x567958(0x1e5)]);continue;}break;}}[a98_0x3cab7f(0x1b1)](_0x5a732c){const _0xe9b75d=a98_0x3cab7f;_0x5a732c[_0xe9b75d(0x1bf)]&&(this[_0xe9b75d(0x1ae)]=_0x5a732c[_0xe9b75d(0x1bf)][_0xe9b75d(0x1dc)],this[_0xe9b75d(0x1bb)]=_0x5a732c[_0xe9b75d(0x1bf)]['getResults'],this[_0xe9b75d(0x1cb)]=_0x5a732c[_0xe9b75d(0x1bf)]['getResultsSummary'],this[_0xe9b75d(0x1b4)]=_0x5a732c['scripts'][_0xe9b75d(0x1e0)]),this[_0xe9b75d(0x1e8)]=_0x5a732c[_0xe9b75d(0x1b9)],this[_0xe9b75d(0x1db)]=_0x5a732c[_0xe9b75d(0x1d7)];}[a98_0x3cab7f(0x1ce)](_0x19489b,_0x266828){const _0x3cdc89=a98_0x3cab7f,_0x35067f={};_0x35067f['tVchx']=function(_0xacd330,_0x5a8719){return _0xacd330>_0x5a8719;},_0x35067f['BvIFD']=function(_0x3fd050,_0x4a8bb3){return _0x3fd050===_0x4a8bb3;},_0x35067f[_0x3cdc89(0x1a8)]=_0x3cdc89(0x1dc),_0x35067f['MNLLb']=function(_0x381c91,_0x387b2c){return _0x381c91===_0x387b2c;},_0x35067f[_0x3cdc89(0x1e3)]=_0x3cdc89(0x1bb),_0x35067f['YEenr']=function(_0x40f0ce,_0x1e048d){return _0x40f0ce===_0x1e048d;},_0x35067f[_0x3cdc89(0x1a9)]=_0x3cdc89(0x1cb),_0x35067f[_0x3cdc89(0x1dd)]='saveResults',_0x35067f[_0x3cdc89(0x1af)]=function(_0x1c4897,_0x796076){return _0x1c4897>_0x796076;};const _0x4f8b88=_0x35067f;if(_0x19489b&&_0x4f8b88[_0x3cdc89(0x1a7)](_0x19489b[_0x3cdc89(0x1ab)],0x0))for(const _0x112381 of _0x19489b){if(_0x4f8b88['BvIFD'](_0x112381[_0x3cdc89(0x1aa)](),_0x4f8b88[_0x3cdc89(0x1a8)]))this['performScan']=_0x112381[_0x3cdc89(0x1e9)]();else{if(_0x4f8b88[_0x3cdc89(0x1b5)](_0x112381[_0x3cdc89(0x1aa)](),_0x4f8b88[_0x3cdc89(0x1e3)]))this[_0x3cdc89(0x1bb)]=_0x112381['getCommand']();else{if(_0x4f8b88['YEenr'](_0x112381[_0x3cdc89(0x1aa)](),_0x4f8b88[_0x3cdc89(0x1a9)]))this[_0x3cdc89(0x1cb)]=_0x112381[_0x3cdc89(0x1e9)]();else _0x4f8b88[_0x3cdc89(0x1d2)](_0x112381[_0x3cdc89(0x1aa)](),_0x4f8b88[_0x3cdc89(0x1dd)])&&(this['saveTestResults']=_0x112381[_0x3cdc89(0x1e9)]());}}}_0x266828&&_0x4f8b88['iXqoM'](_0x266828[_0x3cdc89(0x1ab)],0x0)&&(this[_0x3cdc89(0x1e8)]=_0x266828['map'](_0x48bdf2=>{const _0x38162f=_0x3cdc89;return{'name':_0x48bdf2['getName'](),'method':_0x48bdf2[_0x38162f(0x1cc)](),'library':_0x48bdf2[_0x38162f(0x1b2)](),'module':_0x48bdf2['getModule'](),'class':_0x48bdf2[_0x38162f(0x1d3)]()};}));}[a98_0x3cab7f(0x1e7)](_0x28b42e){const _0x58de48=a98_0x3cab7f,_0x2f2392={};_0x2f2392['xBdYF']=function(_0x518cef,_0x1793c2){return _0x518cef!==_0x1793c2;};const _0x13ab03=_0x2f2392;try{return _0x13ab03[_0x58de48(0x1bc)](this[_0x58de48(0x1e8)]['findIndex'](_0x492d0a=>_0x492d0a[_0x58de48(0x1b8)][_0x58de48(0x1bd)]()===_0x28b42e['toLowerCase']()),-0x1);}catch(_0x2b0fd4){logger[_0x58de48(0x1da)](_0x58de48(0x1c2)+_0x2b0fd4);}return![];}[a98_0x3cab7f(0x1ac)](){const _0x192c2a=a98_0x3cab7f;!fs['existsSync'](this[_0x192c2a(0x1ba)])&&fs[_0x192c2a(0x1b6)](this[_0x192c2a(0x1ba)]),fs[_0x192c2a(0x1c6)](this[_0x192c2a(0x1e1)],JSON[_0x192c2a(0x1cd)]({'scripts':{'scan':this[_0x192c2a(0x1ae)],'getResults':this[_0x192c2a(0x1bb)],'getResultsSummary':this[_0x192c2a(0x1cb)],'saveResults':this[_0x192c2a(0x1b4)]},'commands':this[_0x192c2a(0x1e8)],'nonBStackInfraA11yChromeOptions':this['ChromeExtension']}));}[a98_0x3cab7f(0x1b7)](){const _0x212d07=a98_0x3cab7f,_0x23f4ca={'faiwG':function(_0x41ff78,_0x17e226){return _0x41ff78(_0x17e226);}};fs[_0x212d07(0x1ca)](this[_0x212d07(0x1e1)])&&this[_0x212d07(0x1b1)](_0x23f4ca[_0x212d07(0x1d4)](require,this[_0x212d07(0x1e1)]));}}module[a98_0x3cab7f(0x1d6)]=new Scripts();
@@ -1 +1 @@
1
- function a98_0x2413(_0x3eef38,_0x36567f){const _0x260368=a98_0x2603();return a98_0x2413=function(_0x2413c8,_0x3fb5c7){_0x2413c8=_0x2413c8-0xfc;let _0x696654=_0x260368[_0x2413c8];return _0x696654;},a98_0x2413(_0x3eef38,_0x36567f);}const a98_0x5930be=a98_0x2413;(function(_0x444460,_0xa49987){const _0x3d4ecd=a98_0x2413,_0x4a2972=_0x444460();while(!![]){try{const _0x1eaac7=parseInt(_0x3d4ecd(0x13e))/0x1+parseInt(_0x3d4ecd(0x149))/0x2*(parseInt(_0x3d4ecd(0x118))/0x3)+-parseInt(_0x3d4ecd(0x15e))/0x4+-parseInt(_0x3d4ecd(0x150))/0x5+-parseInt(_0x3d4ecd(0x127))/0x6+-parseInt(_0x3d4ecd(0x151))/0x7+-parseInt(_0x3d4ecd(0x100))/0x8*(-parseInt(_0x3d4ecd(0x157))/0x9);if(_0x1eaac7===_0xa49987)break;else _0x4a2972['push'](_0x4a2972['shift']());}catch(_0x3f9786){_0x4a2972['push'](_0x4a2972['shift']());}}}(a98_0x2603,0x72a73));function a98_0x2603(){const _0x3f6bc1=['browserName','../logger','giqcC','TCG_REGION','parameters_','1953663AXeZgr','getTestName','message','config','nfeRU','nxddC','chromeOptions_','aiSdkWrapper','aiHeal_sessionToken','name_','aiHeal_userId','XZkpm','value','join','winstonLogger','4233108TZWopN','IdjcJ','fIuLy','pwljz','BrowserstackHealingPollResultFailed','newCapabilities','cRtXi','BrowserstackHealing.logData\x20method\x20timed\x20out','keys','TCG_URL','POLL_HEALING_RESULT_TIMEOUT','rxHNw','_handleEvent','BrowserstackHealingLogDataFailed','\x22}}}','BrowserstackHealing.setToken\x20method\x20timed\x20out','zHRKH','fromEntries','safari','replace','iBMbw','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','executeScript','893629tAImJm','microsoftedge','../../helpers/timeoutPromise','setTcgToken','uBcop','SET_TCG_TOKEN_TIMEOUT','tJEUp','chrome','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','XdKUM','debug','2QexKYg','locatorType','../globals','map_','UaUYM','oQxyt','aiHealing','2481960IJnmcp','6385512PTDvos','browserstackSessionName','edgeOptions_','\x22,\x20\x22tcgUrls\x22:\x20{\x22','getId','UdUhB','4734gLhAZG','BrowserstackHealing','HEALING_FAILURE_TIMEOUT','BIpxj','ebDUe','framework','logData','946620CiNgmq','OzgwM','OzkGP','../../bin/utils/constants','toLowerCase','get','pollResult','aiHeal_isGroupAIEnabled','ysbpZ','isSelfHealEnabled','s://','log','path','forEach','selector','qdOFa','./autoHealHelper','{\x22region\x22:\x20\x22','CEJwm','info','\x20command','UWudW','race','error','locatorValue','getSession','../../ai-sdk-node/bundle','xwLdc','19400iBTPMw','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','getGlobal','firefox','edge','Uzuro','BrowserstackHealingHealFailureFailed','qloWX','split','HEALING_LOG_DATA_TIMEOUT','getCommands','cancel','oOjEE','healFailure','getProjectName','tsRNC','using','VMWEQ','then'];a98_0x2603=function(){return _0x3f6bc1;};return a98_0x2603();}const path=require(a98_0x5930be(0x16a)),{commandRepository}=require(a98_0x5930be(0x16e)),constants=require(a98_0x5930be(0x161)),logger=require(a98_0x5930be(0x114))[a98_0x5930be(0x126)],globals=require(a98_0x5930be(0x14b)),timeoutPromise=require(a98_0x5930be(0x140)),isUndefinedOrNull=_0x3285c7=>_0x3285c7===undefined||_0x3285c7===null||_0x3285c7==='',isNotUndefinedOrNull=_0x1b3d4e=>!isUndefinedOrNull(_0x1b3d4e),isString=_0x1727ac=>isNotUndefinedOrNull(_0x1727ac)&&typeof _0x1727ac==='string';class AiSdkWrapper{constructor(){const _0x47c996=a98_0x5930be,_0x223056={'tJEUp':function(_0x461f21,_0x152085){return _0x461f21(_0x152085);},'VMWEQ':_0x47c996(0xfe)};this[_0x47c996(0x158)]=undefined;try{this[_0x47c996(0x158)]=_0x223056[_0x47c996(0x144)](require,path[_0x47c996(0x125)](__dirname,_0x223056[_0x47c996(0x111)]));}catch(_0x108d59){logger[_0x47c996(0x175)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x108d59&&_0x108d59[_0x47c996(0x11a)]?_0x108d59['message']:''));}}['initializeHealingCapabilities'](_0x35f752){const _0x17cd71=a98_0x5930be,_0x477c8d={};_0x477c8d[_0x17cd71(0x14e)]=_0x17cd71(0x12c),_0x477c8d[_0x17cd71(0x16d)]=function(_0x3235db,_0x2fd6dd){return _0x3235db===_0x2fd6dd;},_0x477c8d[_0x17cd71(0x160)]=_0x17cd71(0x145),_0x477c8d[_0x17cd71(0x10c)]=function(_0x4fb025,_0x3f495e){return _0x4fb025===_0x3f495e;},_0x477c8d[_0x17cd71(0x15b)]=_0x17cd71(0x103),_0x477c8d['XZkpm']=function(_0x26ebfd,_0x4c7270){return _0x26ebfd===_0x4c7270;},_0x477c8d[_0x17cd71(0xff)]=_0x17cd71(0x139),_0x477c8d[_0x17cd71(0x11c)]=_0x17cd71(0x104),_0x477c8d[_0x17cd71(0x10f)]=function(_0x358a93,_0x37dfd8){return _0x358a93===_0x37dfd8;},_0x477c8d['UWudW']=_0x17cd71(0x13f),_0x477c8d[_0x17cd71(0x137)]=function(_0x20da8c,_0x3f4158){return _0x20da8c===_0x3f4158;};const _0x15a918=_0x477c8d;try{const _0x3b18ee=this[_0x17cd71(0x158)]['initializeCapabilities'](Object[_0x17cd71(0x138)](_0x35f752['getCapabilities']()[_0x17cd71(0x14c)]));console[_0x17cd71(0x169)](_0x15a918[_0x17cd71(0x14e)],_0x3b18ee);if(_0x15a918['qdOFa'](_0x3b18ee?.['browserName']?.['toLowerCase'](),_0x15a918[_0x17cd71(0x160)]))_0x35f752[_0x17cd71(0x11e)]=_0x3b18ee;else{if(_0x15a918['oOjEE'](_0x3b18ee?.['browserName']?.['toLowerCase'](),_0x15a918[_0x17cd71(0x15b)]))_0x35f752['firefoxOptions_']=_0x3b18ee;else{if(_0x15a918[_0x17cd71(0x123)](_0x3b18ee?.[_0x17cd71(0x113)]?.[_0x17cd71(0x162)](),_0x15a918[_0x17cd71(0xff)]))_0x35f752['safariOptions_']=_0x3b18ee;else{if(_0x15a918[_0x17cd71(0x10c)](_0x3b18ee?.['browserName']?.[_0x17cd71(0x162)](),_0x15a918[_0x17cd71(0x11c)])||_0x15a918['tsRNC'](_0x3b18ee?.[_0x17cd71(0x113)]?.['toLowerCase'](),_0x15a918[_0x17cd71(0x173)]))_0x35f752[_0x17cd71(0x153)]=_0x3b18ee;else _0x15a918[_0x17cd71(0x137)](_0x3b18ee?.['browserName']?.[_0x17cd71(0x162)](),'ie')&&(_0x35f752['ieOptions_']=_0x3b18ee);}}}Object[_0x17cd71(0x12f)](_0x3b18ee)[_0x17cd71(0x16b)](_0x44bc9c=>{const _0xc9a6de=_0x17cd71,_0x58e282=_0x35f752['capabilities_'][_0xc9a6de(0x163)](_0x44bc9c);_0x35f752['capabilities_']['set'](_0x44bc9c,_0x3b18ee[_0x44bc9c]);});}catch(_0x12c30d){logger['error'](_0x17cd71(0x146)+(_0x12c30d&&_0x12c30d['message']?_0x12c30d[_0x17cd71(0x11a)]:''));}}async[a98_0x5930be(0x141)](_0x17445d){const _0x53cc19=a98_0x5930be,_0xa41e75={'FSfnH':function(_0x274961,_0x58828e,_0x5b1e42,_0x50085c,_0x3f3a1,_0x7a610,_0x442329){return _0x274961(_0x58828e,_0x5b1e42,_0x50085c,_0x3f3a1,_0x7a610,_0x442329);},'VDdbZ':_0x53cc19(0x136),'UaUYM':'BrowserstackHealingSetTcgTokenFailed','rxHNw':'aiHeal_sessionToken'},_0x1b1ea6=new Date(),_0x2d2582=_0xa41e75['FSfnH'](timeoutPromise,constants[_0x53cc19(0x143)],_0xa41e75['VDdbZ'],_0xa41e75[_0x53cc19(0x14d)],_0x1b1ea6,this['config'],this[_0x53cc19(0x15c)]);await Promise['race']([this['BrowserstackHealing']['setToken'](_0x17445d,globals[_0x53cc19(0x102)](_0xa41e75[_0x53cc19(0x132)]),constants['TCG_URL'])['then'](()=>{const _0x376875=_0x53cc19;_0x2d2582[_0x376875(0x10b)]();}),_0x2d2582]);}async[a98_0x5930be(0x133)](_0x172f33,_0x2788a3,_0x4561e5,_0x49f5fc){const _0x596e73=a98_0x5930be,_0x50ee87={'iBMbw':function(_0x24f95e,_0x2e8e44){return _0x24f95e===_0x2e8e44;},'giqcC':function(_0x314450,_0x23768d){return _0x314450(_0x23768d);},'VGTZi':function(_0x48865b,_0xe54f74){return _0x48865b(_0xe54f74);},'ysbpZ':function(_0x2b02f4,_0x5714d3){return _0x2b02f4(_0x5714d3);},'uxmor':function(_0x3b226a,_0x5de2c5){return _0x3b226a(_0x5de2c5);},'pwljz':function(_0x3ebd93,_0x3a5b92){return _0x3ebd93(_0x3a5b92);},'McPfQ':function(_0x3cf394,_0x30c926){return _0x3cf394(_0x30c926);},'XdKUM':function(_0x336514,_0xe9f82f){return _0x336514(_0xe9f82f);},'fIuLy':_0x596e73(0x168),'BIpxj':function(_0x51d0b0,_0x5029b7){return _0x51d0b0(_0x5029b7);},'cRtXi':_0x596e73(0x122),'Uzuro':'aiHeal_groupId','ZygJZ':_0x596e73(0x165),'IEMGF':function(_0x3a62e9,_0x2353cb,_0x3eb5be,_0x2f4dfe,_0xb46dd8,_0x59b02f,_0x4ed701){return _0x3a62e9(_0x2353cb,_0x3eb5be,_0x2f4dfe,_0xb46dd8,_0x59b02f,_0x4ed701);},'OzgwM':_0x596e73(0x12e),'vsnWd':_0x596e73(0x134),'CEJwm':function(_0x124777,_0x428135,_0x2e5a3c,_0x59573c,_0x42cd11,_0x26874e,_0x8f05fa){return _0x124777(_0x428135,_0x2e5a3c,_0x59573c,_0x42cd11,_0x26874e,_0x8f05fa);},'uBcop':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','nxddC':_0x596e73(0x106)},_0x110169=(await _0x2788a3[_0x596e73(0xfd)]())[_0x596e73(0x155)]();let _0x21609a='';if(commandRepository[_0x596e73(0x167)]()&&_0x50ee87[_0x596e73(0x13b)](_0x49f5fc,![])||_0x50ee87[_0x596e73(0x13b)](_0x49f5fc,!![])){const _0x600f06=_0x50ee87[_0x596e73(0x115)](isNotUndefinedOrNull,_0x4561e5[_0x596e73(0x117)][_0x596e73(0x110)])&&_0x50ee87[_0x596e73(0x115)](isString,_0x4561e5[_0x596e73(0x117)][_0x596e73(0x110)])?_0x4561e5[_0x596e73(0x117)][_0x596e73(0x110)][_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'',_0x3f1444=_0x50ee87['VGTZi'](isNotUndefinedOrNull,_0x4561e5['parameters_']['using'])&&_0x50ee87[_0x596e73(0x166)](isString,_0x4561e5[_0x596e73(0x117)][_0x596e73(0x124)])?_0x4561e5[_0x596e73(0x117)][_0x596e73(0x124)][_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'',_0x265740=_0x50ee87['uxmor'](isNotUndefinedOrNull,commandRepository[_0x596e73(0x10e)]())&&_0x50ee87['pwljz'](isString,commandRepository[_0x596e73(0x10e)]())?commandRepository['getProjectName']()[_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'';let _0x4cc4a3=_0x50ee87[_0x596e73(0x12a)](isNotUndefinedOrNull,global[_0x596e73(0x152)])&&_0x50ee87['McPfQ'](isString,global[_0x596e73(0x152)])?global['browserstackSessionName'][_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'';!_0x4cc4a3&&(_0x4cc4a3=_0x50ee87[_0x596e73(0x147)](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0x50ee87['giqcC'](isString,commandRepository[_0x596e73(0x119)]())?commandRepository['getTestName']()[_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'');let _0x3c5735=_0x596e73(0x16f)+constants[_0x596e73(0x116)]+_0x596e73(0x154)+constants[_0x596e73(0x116)]+'\x22:\x20{\x22endpoint\x22:\x20\x22'+constants[_0x596e73(0x130)][_0x596e73(0x108)](_0x50ee87[_0x596e73(0x129)])[0x1]+_0x596e73(0x135);_0x3c5735=_0x50ee87[_0x596e73(0x15a)](isNotUndefinedOrNull,_0x3c5735)&&_0x50ee87[_0x596e73(0x12a)](isString,_0x3c5735)?_0x3c5735[_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'';const _0x2e6672=commandRepository[_0x596e73(0x10a)](_0x110169),_0x5afa89=globals[_0x596e73(0x102)](_0x50ee87[_0x596e73(0x12d)]),_0x563971=globals[_0x596e73(0x102)](_0x50ee87[_0x596e73(0x105)]),_0x52fe1f=globals[_0x596e73(0x102)](_0x50ee87['ZygJZ']),_0x534b10=![],_0x7a25bc=new Date();if(_0x49f5fc){const _0x125cd9=_0x50ee87['IEMGF'](timeoutPromise,constants[_0x596e73(0x109)],_0x50ee87[_0x596e73(0x15f)],_0x50ee87['vsnWd'],_0x7a25bc,this[_0x596e73(0x11b)],this['framework']);_0x21609a=await Promise[_0x596e73(0x174)]([this[_0x596e73(0x158)][_0x596e73(0x15d)](_0x600f06,_0x3f1444,_0x265740,_0x4cc4a3,_0x563971,_0x110169,_0x2e6672,_0x3c5735)[_0x596e73(0x112)](_0x31ebfa=>{const _0x20d2d7=_0x596e73;return _0x125cd9[_0x20d2d7(0x10b)](),_0x31ebfa;}),_0x125cd9]);}else{if(commandRepository[_0x596e73(0x167)]()){const _0x9aa14c=_0x50ee87[_0x596e73(0x170)](timeoutPromise,constants[_0x596e73(0x159)],_0x50ee87[_0x596e73(0x142)],_0x50ee87[_0x596e73(0x11d)],_0x7a25bc,this[_0x596e73(0x11b)],this['framework']);_0x21609a=await Promise[_0x596e73(0x174)]([this[_0x596e73(0x158)][_0x596e73(0x10d)](_0x600f06,_0x3f1444,_0x265740,_0x4cc4a3,_0x5afa89,_0x563971,_0x110169,_0x2e6672,_0x534b10,_0x52fe1f,_0x3c5735)[_0x596e73(0x112)](_0x1fff79=>{const _0x25a1bd=_0x596e73;return _0x9aa14c[_0x25a1bd(0x10b)](),_0x1fff79;}),_0x9aa14c]);}}_0x21609a&&await _0x2788a3[_0x596e73(0x13d)](_0x21609a);}}async['handleSuccess'](_0x320dc3,_0x3cf1f1,_0x44f611){const _0xda3c80=a98_0x5930be;try{await this[_0xda3c80(0x133)](_0x320dc3,_0x3cf1f1,_0x44f611,!![]);}catch(_0x57b474){return logger[_0xda3c80(0x175)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x57b474&&_0x57b474['message']?_0x57b474[_0xda3c80(0x11a)]:'')),![];}return!![];}async['handleFailure'](_0xe42fcc,_0x3ae338,_0xecd908){const _0x2874f3=a98_0x5930be,_0xa3c466={'ukBmE':function(_0x205d25,_0x593c4d,_0x3c7932,_0x14a6bc,_0x271896,_0x22de16,_0x571b08){return _0x205d25(_0x593c4d,_0x3c7932,_0x14a6bc,_0x271896,_0x22de16,_0x571b08);},'qloWX':'BrowserstackHealing.pollResult\x20method\x20timed\x20out','IdjcJ':_0x2874f3(0x12b),'UdUhB':_0x2874f3(0x120)};try{await this[_0x2874f3(0x133)](_0xe42fcc,_0x3ae338,_0xecd908,![]);const _0x370ddb=(await _0x3ae338[_0x2874f3(0xfd)]())[_0x2874f3(0x155)](),_0x48a1ac=new Date(),_0x2db3fd=_0xa3c466['ukBmE'](timeoutPromise,constants[_0x2874f3(0x131)],_0xa3c466[_0x2874f3(0x107)],_0xa3c466[_0x2874f3(0x128)],_0x48a1ac,this[_0x2874f3(0x11b)],this[_0x2874f3(0x15c)]),_0xae48fe=await Promise[_0x2874f3(0x174)]([this['BrowserstackHealing'][_0x2874f3(0x164)](constants['TCG_URL'],_0x370ddb,globals[_0x2874f3(0x102)](_0xa3c466[_0x2874f3(0x156)]))['then'](_0x4afe3f=>{const _0x170aa9=_0x2874f3;return _0x2db3fd[_0x170aa9(0x10b)](),_0x4afe3f;}),_0x2db3fd]);if(_0xae48fe&&_0xae48fe[_0x2874f3(0x16c)]&&_0xae48fe[_0x2874f3(0x124)]){const _0x475ff3={};return _0x475ff3[_0x2874f3(0x14a)]=_0xae48fe['selector'],_0x475ff3[_0x2874f3(0xfc)]=_0xae48fe[_0x2874f3(0x124)],_0x475ff3['aiHealing']=!![],_0x475ff3;}const _0x34fc59={};return _0x34fc59['locatorType']=_0xecd908[_0x2874f3(0x117)][_0x2874f3(0x110)],_0x34fc59[_0x2874f3(0xfc)]=_0xae48fe[_0x2874f3(0x124)],_0x34fc59[_0x2874f3(0x14f)]=!![],_0x34fc59;}catch(_0x3337bc){return logger[_0x2874f3(0x148)](_0x2874f3(0x101)+(_0x3337bc&&_0x3337bc['message']?_0x3337bc['message']:'')),logger[_0x2874f3(0x171)](_0x2874f3(0x13c)+_0xecd908[_0x2874f3(0x121)]+_0x2874f3(0x172)),_0xecd908;}}}exports[a98_0x5930be(0x11f)]=Object['freeze'](new AiSdkWrapper());
1
+ function a99_0x3d0c(_0x38fd8e,_0x580e1d){const _0x524e2a=a99_0x524e();return a99_0x3d0c=function(_0x3d0cfa,_0x565ff3){_0x3d0cfa=_0x3d0cfa-0x74;let _0x2b6e55=_0x524e2a[_0x3d0cfa];return _0x2b6e55;},a99_0x3d0c(_0x38fd8e,_0x580e1d);}const a99_0x739807=a99_0x3d0c;(function(_0x2e2464,_0x5d2d02){const _0x211980=a99_0x3d0c,_0x1c33ce=_0x2e2464();while(!![]){try{const _0x377621=-parseInt(_0x211980(0xa2))/0x1*(parseInt(_0x211980(0xa4))/0x2)+-parseInt(_0x211980(0xa9))/0x3*(parseInt(_0x211980(0xdd))/0x4)+parseInt(_0x211980(0x89))/0x5*(-parseInt(_0x211980(0x82))/0x6)+-parseInt(_0x211980(0x84))/0x7*(-parseInt(_0x211980(0x74))/0x8)+-parseInt(_0x211980(0x81))/0x9+-parseInt(_0x211980(0x8a))/0xa*(-parseInt(_0x211980(0xbe))/0xb)+parseInt(_0x211980(0x99))/0xc;if(_0x377621===_0x5d2d02)break;else _0x1c33ce['push'](_0x1c33ce['shift']());}catch(_0x537605){_0x1c33ce['push'](_0x1c33ce['shift']());}}}(a99_0x524e,0xa46a3));const path=require(a99_0x739807(0x97)),{commandRepository}=require(a99_0x739807(0x7e)),constants=require(a99_0x739807(0xd5)),logger=require('../logger')[a99_0x739807(0xc4)],globals=require(a99_0x739807(0xdc)),timeoutPromise=require(a99_0x739807(0x83)),isUndefinedOrNull=_0x5738dc=>_0x5738dc===undefined||_0x5738dc===null||_0x5738dc==='',isNotUndefinedOrNull=_0x3d087b=>!isUndefinedOrNull(_0x3d087b),isString=_0x1304ee=>isNotUndefinedOrNull(_0x1304ee)&&typeof _0x1304ee===a99_0x739807(0x9d);function a99_0x524e(){const _0x157e2c=['getCapabilities','../../bin/utils/constants','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','firefoxOptions_','aiHealing','microsoftedge','BrowserstackHealingHealFailureFailed','aiHeal_sessionToken','../globals','8936iAaNlF','framework','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','pollResult','getTestName','yZblW','faXkO','WSDYg','edge','locatorValue','CpOue','info','toLowerCase','_handleEvent','ieOptions_','PzJvR','FDuDs','newCapabilities','BrowserstackHealingLogDataFailed','CNqpR','cancel','safariOptions_','fromEntries','getSession','208WDXzBH','keys','pjVKF','kxNms','freeze','browserName','handleFailure','\x20command','YrGLa','BrowserstackHealing.pollResult\x20method\x20timed\x20out','./autoHealHelper','HEALING_FAILURE_TIMEOUT','Vwcep','3663684rMSASC','6GZTMAF','../../helpers/timeoutPromise','331989ijSpjj','HEALING_LOG_DATA_TIMEOUT','TPZsb','AYeKW','getGlobal','3630115SQtLLJ','2899180gQliyJ','firefox','edgeOptions_','name_','capabilities_','parameters_','OJcIL','forEach','iXrdw','TCG_URL','BrowserstackHealing','locatorType','initializeCapabilities','path','cPJqm','11052852VMTbjo','split','fDOjP','browserstackSessionName','string','QYffL','OOtsF','config','BrowserstackHealingPollResultFailed','1140927GdlIWL','set','2wTgwwm','aiSdkWrapper','YxHXb','healFailure','debug','492yQPtjV','logData','error','then','replace','safari','UuFdV','dzXyr','\x22,\x20\x22tcgUrls\x22:\x20{\x22','QimBX','setToken','isSelfHealEnabled','SET_TCG_TOKEN_TIMEOUT','FSiMp','get','tzjzj','handleSuccess','YWbWy','getId','prhBZ','selector','44WQOLAf','chromeOptions_','getProjectName','race','xIkuy','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','winstonLogger','map_','BrowserstackHealing.logData\x20method\x20timed\x20out','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','initializeHealingCapabilities','chrome','TCG_REGION','message','{\x22region\x22:\x20\x22','\x22:\x20{\x22endpoint\x22:\x20\x22','ZWqKQ','RPXpd','ZnHmQ','using','value','s://'];a99_0x524e=function(){return _0x157e2c;};return a99_0x524e();}class AiSdkWrapper{constructor(){const _0xe0210e=a99_0x739807,_0x457bf4={'CNqpR':function(_0x56c58b,_0x56bf03){return _0x56c58b(_0x56bf03);},'YxHXb':'../../ai-sdk-node/bundle'};this['BrowserstackHealing']=undefined;try{this[_0xe0210e(0x94)]=_0x457bf4[_0xe0210e(0xf0)](require,path['join'](__dirname,_0x457bf4[_0xe0210e(0xa6)]));}catch(_0x498cb5){logger[_0xe0210e(0xab)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x498cb5&&_0x498cb5['message']?_0x498cb5['message']:''));}}[a99_0x739807(0xc8)](_0x3a0b26){const _0x3dc441=a99_0x739807,_0x11fdf0={};_0x11fdf0['OvxtY']=_0x3dc441(0xee),_0x11fdf0[_0x3dc441(0x9b)]=function(_0x284e9e,_0x4b3c46){return _0x284e9e===_0x4b3c46;},_0x11fdf0[_0x3dc441(0xc2)]=_0x3dc441(0xc9),_0x11fdf0['iXrdw']=function(_0x25781c,_0x122a8f){return _0x25781c===_0x122a8f;},_0x11fdf0['Vwcep']=_0x3dc441(0x8b),_0x11fdf0[_0x3dc441(0x86)]=_0x3dc441(0xae),_0x11fdf0[_0x3dc441(0xce)]=_0x3dc441(0xe5),_0x11fdf0[_0x3dc441(0xe7)]=function(_0x4a2be9,_0x2e3d79){return _0x4a2be9===_0x2e3d79;},_0x11fdf0[_0x3dc441(0xe2)]=_0x3dc441(0xd9);const _0x54ba3e=_0x11fdf0;try{const _0x3b0086=this[_0x3dc441(0x94)][_0x3dc441(0x96)](Object[_0x3dc441(0xf3)](_0x3a0b26[_0x3dc441(0xd4)]()[_0x3dc441(0xc5)]));console['log'](_0x54ba3e['OvxtY'],_0x3b0086);if(_0x54ba3e['fDOjP'](_0x3b0086?.[_0x3dc441(0x79)]?.[_0x3dc441(0xe9)](),_0x54ba3e['xIkuy']))_0x3a0b26[_0x3dc441(0xbf)]=_0x3b0086;else{if(_0x54ba3e[_0x3dc441(0x92)](_0x3b0086?.[_0x3dc441(0x79)]?.[_0x3dc441(0xe9)](),_0x54ba3e[_0x3dc441(0x80)]))_0x3a0b26[_0x3dc441(0xd7)]=_0x3b0086;else{if(_0x54ba3e['iXrdw'](_0x3b0086?.[_0x3dc441(0x79)]?.[_0x3dc441(0xe9)](),_0x54ba3e['TPZsb']))_0x3a0b26[_0x3dc441(0xf2)]=_0x3b0086;else{if(_0x54ba3e['iXrdw'](_0x3b0086?.[_0x3dc441(0x79)]?.['toLowerCase'](),_0x54ba3e[_0x3dc441(0xce)])||_0x54ba3e['CpOue'](_0x3b0086?.[_0x3dc441(0x79)]?.[_0x3dc441(0xe9)](),_0x54ba3e[_0x3dc441(0xe2)]))_0x3a0b26[_0x3dc441(0x8c)]=_0x3b0086;else _0x54ba3e[_0x3dc441(0x9b)](_0x3b0086?.[_0x3dc441(0x79)]?.[_0x3dc441(0xe9)](),'ie')&&(_0x3a0b26[_0x3dc441(0xeb)]=_0x3b0086);}}}Object[_0x3dc441(0x75)](_0x3b0086)[_0x3dc441(0x91)](_0x6101c0=>{const _0x421fa2=_0x3dc441,_0x749f2e=_0x3a0b26[_0x421fa2(0x8e)][_0x421fa2(0xb7)](_0x6101c0);_0x3a0b26[_0x421fa2(0x8e)][_0x421fa2(0xa3)](_0x6101c0,_0x3b0086[_0x6101c0]);});}catch(_0x25c68c){logger[_0x3dc441(0xab)](_0x3dc441(0xc7)+(_0x25c68c&&_0x25c68c[_0x3dc441(0xcb)]?_0x25c68c[_0x3dc441(0xcb)]:''));}}async['setTcgToken'](_0xf5d1b0){const _0xfc7c3e=a99_0x739807,_0x20f77c={'xsVLo':function(_0x32199d,_0x398796,_0x2fdc5f,_0x257185,_0x43d908,_0x4a07fa,_0x33c946){return _0x32199d(_0x398796,_0x2fdc5f,_0x257185,_0x43d908,_0x4a07fa,_0x33c946);},'FDuDs':'BrowserstackHealing.setToken\x20method\x20timed\x20out','kxNms':'BrowserstackHealingSetTcgTokenFailed','ZnHmQ':'aiHeal_sessionToken'},_0x23327f=new Date(),_0x2682c3=_0x20f77c['xsVLo'](timeoutPromise,constants[_0xfc7c3e(0xb5)],_0x20f77c[_0xfc7c3e(0xed)],_0x20f77c[_0xfc7c3e(0x77)],_0x23327f,this[_0xfc7c3e(0xa0)],this[_0xfc7c3e(0xde)]);await Promise['race']([this[_0xfc7c3e(0x94)][_0xfc7c3e(0xb3)](_0xf5d1b0,globals[_0xfc7c3e(0x88)](_0x20f77c[_0xfc7c3e(0xd0)]),constants[_0xfc7c3e(0x93)])[_0xfc7c3e(0xac)](()=>{_0x2682c3['cancel']();}),_0x2682c3]);}async['_handleEvent'](_0x36a612,_0x1be041,_0x583289,_0x4a229e){const _0x338209=a99_0x739807,_0x147228={'FSiMp':function(_0x324296,_0x4dbbf5){return _0x324296===_0x4dbbf5;},'YrGLa':function(_0x301661,_0x491469){return _0x301661===_0x491469;},'UuFdV':function(_0x4746af,_0x5cbe90){return _0x4746af(_0x5cbe90);},'QimBX':function(_0x358cc1,_0xd62ead){return _0x358cc1(_0xd62ead);},'RPXpd':function(_0x45ace4,_0x3b9041){return _0x45ace4(_0x3b9041);},'tzjzj':function(_0x21f518,_0x2da7ee){return _0x21f518(_0x2da7ee);},'faXkO':_0x338209(0xd3),'pjVKF':function(_0x3e678e,_0x3bdfef){return _0x3e678e(_0x3bdfef);},'AYeKW':function(_0x404b65,_0x47754e){return _0x404b65(_0x47754e);},'dzXyr':'aiHeal_userId','XTwdp':'aiHeal_groupId','WSDYg':'aiHeal_isGroupAIEnabled','PzJvR':function(_0x9d5ae6,_0x388048,_0x4e8557,_0x314aba,_0x153f18,_0x4428b1,_0x3c4fc8){return _0x9d5ae6(_0x388048,_0x4e8557,_0x314aba,_0x153f18,_0x4428b1,_0x3c4fc8);},'BUUak':_0x338209(0xc6),'YWbWy':_0x338209(0xef),'OJcIL':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','cPJqm':_0x338209(0xda)},_0x5165e3=(await _0x1be041[_0x338209(0xf4)]())['getId']();let _0x4dadca='';if(commandRepository[_0x338209(0xb4)]()&&_0x147228[_0x338209(0xb6)](_0x4a229e,![])||_0x147228[_0x338209(0x7c)](_0x4a229e,!![])){const _0x1e5719=_0x147228[_0x338209(0xaf)](isNotUndefinedOrNull,_0x583289[_0x338209(0x8f)][_0x338209(0xd1)])&&_0x147228[_0x338209(0xb2)](isString,_0x583289[_0x338209(0x8f)][_0x338209(0xd1)])?_0x583289[_0x338209(0x8f)][_0x338209(0xd1)]['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x1e4429=_0x147228[_0x338209(0xcf)](isNotUndefinedOrNull,_0x583289[_0x338209(0x8f)][_0x338209(0xd1)])&&_0x147228['UuFdV'](isString,_0x583289['parameters_'][_0x338209(0xd2)])?_0x583289[_0x338209(0x8f)]['value']['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x1b9d95=_0x147228[_0x338209(0xb2)](isNotUndefinedOrNull,commandRepository[_0x338209(0xc0)]())&&_0x147228[_0x338209(0xaf)](isString,commandRepository['getProjectName']())?commandRepository[_0x338209(0xc0)]()[_0x338209(0xad)](/'/g,'\x5c\x27')[_0x338209(0xad)](/"/g,'\x5c\x22'):'';let _0x393f6b=_0x147228[_0x338209(0xb8)](isNotUndefinedOrNull,global[_0x338209(0x9c)])&&_0x147228[_0x338209(0xcf)](isString,global[_0x338209(0x9c)])?global[_0x338209(0x9c)]['replace'](/'/g,'\x5c\x27')[_0x338209(0xad)](/"/g,'\x5c\x22'):'';!_0x393f6b&&(_0x393f6b=_0x147228['tzjzj'](isNotUndefinedOrNull,commandRepository[_0x338209(0xe1)]())&&_0x147228['QimBX'](isString,commandRepository[_0x338209(0xe1)]())?commandRepository[_0x338209(0xe1)]()[_0x338209(0xad)](/'/g,'\x5c\x27')[_0x338209(0xad)](/"/g,'\x5c\x22'):'');let _0x3f8651=_0x338209(0xcc)+constants[_0x338209(0xca)]+_0x338209(0xb1)+constants['TCG_REGION']+_0x338209(0xcd)+constants['TCG_URL'][_0x338209(0x9a)](_0x147228[_0x338209(0xe3)])[0x1]+'\x22}}}';_0x3f8651=_0x147228[_0x338209(0x76)](isNotUndefinedOrNull,_0x3f8651)&&_0x147228[_0x338209(0x87)](isString,_0x3f8651)?_0x3f8651[_0x338209(0xad)](/'/g,'\x5c\x27')[_0x338209(0xad)](/"/g,'\x5c\x22'):'';const _0x214ebf=commandRepository['getCommands'](_0x5165e3),_0x46bc02=globals[_0x338209(0x88)](_0x147228[_0x338209(0xb0)]),_0x3513b3=globals[_0x338209(0x88)](_0x147228['XTwdp']),_0x1ff9d2=globals[_0x338209(0x88)](_0x147228[_0x338209(0xe4)]),_0x3d5e1c=![],_0x56b050=new Date();if(_0x4a229e){const _0x3a8bb0=_0x147228[_0x338209(0xec)](timeoutPromise,constants[_0x338209(0x85)],_0x147228['BUUak'],_0x147228[_0x338209(0xba)],_0x56b050,this['config'],this['framework']);_0x4dadca=await Promise[_0x338209(0xc1)]([this[_0x338209(0x94)][_0x338209(0xaa)](_0x1e5719,_0x1e4429,_0x1b9d95,_0x393f6b,_0x3513b3,_0x5165e3,_0x214ebf,_0x3f8651)[_0x338209(0xac)](_0x4d920f=>{const _0x4e6afd=_0x338209;return _0x3a8bb0[_0x4e6afd(0xf1)](),_0x4d920f;}),_0x3a8bb0]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x44f175=_0x147228['PzJvR'](timeoutPromise,constants[_0x338209(0x7f)],_0x147228[_0x338209(0x90)],_0x147228[_0x338209(0x98)],_0x56b050,this['config'],this[_0x338209(0xde)]);_0x4dadca=await Promise[_0x338209(0xc1)]([this[_0x338209(0x94)][_0x338209(0xa7)](_0x1e5719,_0x1e4429,_0x1b9d95,_0x393f6b,_0x46bc02,_0x3513b3,_0x5165e3,_0x214ebf,_0x3d5e1c,_0x1ff9d2,_0x3f8651)[_0x338209(0xac)](_0x5b40bc=>{return _0x44f175['cancel'](),_0x5b40bc;}),_0x44f175]);}}_0x4dadca&&await _0x1be041['executeScript'](_0x4dadca);}}async[a99_0x739807(0xb9)](_0x3f0aac,_0x1f9b11,_0x3a23b6){const _0x1cc930=a99_0x739807;try{await this[_0x1cc930(0xea)](_0x3f0aac,_0x1f9b11,_0x3a23b6,!![]);}catch(_0x224ff2){return logger[_0x1cc930(0xab)](_0x1cc930(0xd6)+(_0x224ff2&&_0x224ff2['message']?_0x224ff2[_0x1cc930(0xcb)]:'')),![];}return!![];}async[a99_0x739807(0x7a)](_0x4cbebf,_0x3f6cea,_0x890474){const _0x530b15=a99_0x739807,_0x252882={'prhBZ':function(_0x5e4c75,_0x517c56,_0x371c30,_0x58c0b9,_0x29c743,_0x134d65,_0x21a479){return _0x5e4c75(_0x517c56,_0x371c30,_0x58c0b9,_0x29c743,_0x134d65,_0x21a479);},'OOtsF':_0x530b15(0x7d),'QYffL':_0x530b15(0xa1),'BTFST':_0x530b15(0xdb)};try{await this['_handleEvent'](_0x4cbebf,_0x3f6cea,_0x890474,![]);const _0x297c34=(await _0x3f6cea['getSession']())[_0x530b15(0xbb)](),_0x110223=new Date(),_0x5be0c1=_0x252882[_0x530b15(0xbc)](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x252882[_0x530b15(0x9f)],_0x252882[_0x530b15(0x9e)],_0x110223,this[_0x530b15(0xa0)],this[_0x530b15(0xde)]),_0x44924e=await Promise['race']([this['BrowserstackHealing'][_0x530b15(0xe0)](constants[_0x530b15(0x93)],_0x297c34,globals[_0x530b15(0x88)](_0x252882['BTFST']))[_0x530b15(0xac)](_0x154a6e=>{const _0x21f70f=_0x530b15;return _0x5be0c1[_0x21f70f(0xf1)](),_0x154a6e;}),_0x5be0c1]);if(_0x44924e&&_0x44924e[_0x530b15(0xbd)]&&_0x44924e[_0x530b15(0xd2)]){const _0x5e67dd={};return _0x5e67dd[_0x530b15(0x95)]=_0x44924e[_0x530b15(0xbd)],_0x5e67dd[_0x530b15(0xe6)]=_0x44924e[_0x530b15(0xd2)],_0x5e67dd['aiHealing']=!![],_0x5e67dd;}const _0x272edb={};return _0x272edb[_0x530b15(0x95)]=_0x890474[_0x530b15(0x8f)][_0x530b15(0xd1)],_0x272edb[_0x530b15(0xe6)]=_0x44924e[_0x530b15(0xd2)],_0x272edb[_0x530b15(0xd8)]=!![],_0x272edb;}catch(_0x4e180a){return logger[_0x530b15(0xa8)](_0x530b15(0xc3)+(_0x4e180a&&_0x4e180a['message']?_0x4e180a['message']:'')),logger[_0x530b15(0xe8)](_0x530b15(0xdf)+_0x890474[_0x530b15(0x8d)]+_0x530b15(0x7b)),_0x890474;}}}exports[a99_0x739807(0xa5)]=Object[a99_0x739807(0x78)](new AiSdkWrapper());
@@ -1 +1 @@
1
- const a99_0x220959=a99_0x10ec;function a99_0x10ec(_0x15572a,_0x4a549c){const _0x30f2e4=a99_0x30f2();return a99_0x10ec=function(_0x10ecef,_0x95f84d){_0x10ecef=_0x10ecef-0x8e;let _0x407a91=_0x30f2e4[_0x10ecef];return _0x407a91;},a99_0x10ec(_0x15572a,_0x4a549c);}(function(_0x261c14,_0x183854){const _0x51ee5f=a99_0x10ec,_0x3af113=_0x261c14();while(!![]){try{const _0x599d9a=parseInt(_0x51ee5f(0xb1))/0x1+-parseInt(_0x51ee5f(0x8e))/0x2+parseInt(_0x51ee5f(0xb3))/0x3+parseInt(_0x51ee5f(0xae))/0x4+parseInt(_0x51ee5f(0x9a))/0x5+-parseInt(_0x51ee5f(0xb4))/0x6+parseInt(_0x51ee5f(0x93))/0x7;if(_0x599d9a===_0x183854)break;else _0x3af113['push'](_0x3af113['shift']());}catch(_0x5385d8){_0x3af113['push'](_0x3af113['shift']());}}}(a99_0x30f2,0x513e8));const calculateTimeDiff=_0x5e7b74=>Date[a99_0x220959(0xa5)]()-_0x5e7b74,logger=require('../logger')['winstonLogger'],globals=require('../globals');function a99_0x30f2(){const _0x45a41e=['2|0|3|4|5|1','142560vEpJeU','3980820usfnci','setAuthInfo','wcJFc','testName','split','commandRepository','getCommands','woMmN','_pushCommand','DexYF','setAiSessionTimeStamp','getGlobal','config','yZrJy','pushCommand','authInfo','SsAwO','ZkGis','1269060vUzllZ','getProjectName','getConfig','isTcgTokenSet','getTcgTokenStatus','8508332olCBkr','setConfig','BlLwA','commands','setTestNameForHealingContext','setTcgTokenStatus','accessKey','892595xqCPZi','path','setProjectNameForHealingContext','LKAJW','stringify','nDCdy','method','OAkmw','getAuthInfo','No\x20commands\x20found\x20for\x20session:\x20','true','now','map','projectName','userName','selfHeal','push','getTestName','aiSessionTimeStamp','getFramework','474116EyNWEF','isSelfHealEnabled','framework','70732hnBCPi'];a99_0x30f2=function(){return _0x45a41e;};return a99_0x30f2();}class HealingCommandRepo{constructor(){const _0x15af26=a99_0x220959,_0x3bd554={};_0x3bd554['jDeXx']=_0x15af26(0xb2);const _0x1d8506=_0x3bd554,_0x5b68ea=_0x1d8506['jDeXx']['split']('|');let _0x2d543b=0x0;while(!![]){switch(_0x5b68ea[_0x2d543b++]){case'0':this[_0x15af26(0xac)]={};continue;case'1':this[_0x15af26(0x91)]=![];continue;case'2':this[_0x15af26(0x96)]={};continue;case'3':this[_0x15af26(0xa7)]='';continue;case'4':this['testName']='';continue;case'5':this[_0x15af26(0xc3)]={};continue;}break;}}['_pushCommand'](_0x340ba1,_0x1871a0){const _0x195684=a99_0x220959,_0x22c0a4={};_0x22c0a4['LKAJW']=function(_0x1fb70d,_0xa51e06){return _0x1fb70d in _0xa51e06;};const _0x4b0e1a=_0x22c0a4;!_0x4b0e1a[_0x195684(0x9d)](_0x340ba1,this[_0x195684(0x96)])&&(this[_0x195684(0x96)][_0x340ba1]=[]),this[_0x195684(0x96)][_0x340ba1][_0x195684(0xaa)](_0x1871a0);}[a99_0x220959(0xc2)](_0x4f32fc,_0x21a5c3){const _0x39729e=a99_0x220959,_0x20dbf5={'woMmN':function(_0x2dad4e,_0x464766){return _0x2dad4e(_0x464766);}},_0x5213ee=_0x21a5c3[_0x39729e(0xa0)],_0x43e2ff=_0x21a5c3[_0x39729e(0x9b)][_0x39729e(0xb8)](_0x4f32fc)[0x1],_0x43bd36=this[_0x39729e(0xac)][_0x4f32fc],_0x147036={'k':_0x5213ee+':'+_0x43e2ff,'t':_0x20dbf5[_0x39729e(0xbb)](calculateTimeDiff,_0x43bd36)};this[_0x39729e(0xbc)](_0x4f32fc,_0x147036);}[a99_0x220959(0xbe)](_0x271cf6){const _0x2c8ad1=a99_0x220959;this[_0x2c8ad1(0xac)][_0x271cf6]=Date[_0x2c8ad1(0xa5)]();}[a99_0x220959(0xb5)](_0x3bc3b5,_0x52a108){const _0x556429=a99_0x220959;this[_0x556429(0xc3)][_0x556429(0xa8)]=_0x3bc3b5,this['authInfo']['accessKey']=_0x52a108;}[a99_0x220959(0xa2)](){const _0x131b78=a99_0x220959;return this[_0x131b78(0xc3)];}[a99_0x220959(0x9c)](_0x5d402b){const _0x13038a=a99_0x220959;this[_0x13038a(0xa7)]=_0x5d402b;}[a99_0x220959(0x97)](_0x47b88b){this['testName']=_0x47b88b;}[a99_0x220959(0x94)](_0x29435f){const _0x18a604=a99_0x220959;this[_0x18a604(0xc0)]=_0x29435f,this['setProjectNameForHealingContext'](_0x29435f[_0x18a604(0xa7)]),this[_0x18a604(0xb5)](_0x29435f[_0x18a604(0xa8)],_0x29435f[_0x18a604(0x99)]);}['setFramework'](_0x3bc245){const _0x3a3b4e=a99_0x220959;this[_0x3a3b4e(0xb0)]=_0x3bc245;}[a99_0x220959(0x98)](_0x3b0856){const _0x419671=a99_0x220959;this[_0x419671(0x91)]=_0x3b0856;}[a99_0x220959(0x90)](){const _0x3f2726=a99_0x220959;return this[_0x3f2726(0xc0)];}[a99_0x220959(0xad)](){const _0x4966c6=a99_0x220959;return this[_0x4966c6(0xb0)];}[a99_0x220959(0x8f)](){const _0x584267=a99_0x220959;return this[_0x584267(0xa7)];}[a99_0x220959(0xab)](){const _0x1a15a0=a99_0x220959;return this[_0x1a15a0(0xb7)];}[a99_0x220959(0xba)](_0x5bbdc5){const _0x3bd6e2=a99_0x220959,_0x4ffcb4={};_0x4ffcb4['yZrJy']='aiHeal_isAuthenticated',_0x4ffcb4[_0x3bd6e2(0xbd)]='aiHeal_isHealingEnabled',_0x4ffcb4[_0x3bd6e2(0xa1)]=function(_0x5f18f9,_0x434d71){return _0x5f18f9===_0x434d71;},_0x4ffcb4[_0x3bd6e2(0x95)]=function(_0x414945,_0x5cf914){return _0x414945+_0x5cf914;},_0x4ffcb4['ZkGis']=_0x3bd6e2(0xa3);const _0x1e9b5c=_0x4ffcb4,_0xb55feb=this[_0x3bd6e2(0x96)][_0x5bbdc5];this[_0x3bd6e2(0x96)][_0x5bbdc5]=[];if(globals[_0x3bd6e2(0xbf)](_0x1e9b5c[_0x3bd6e2(0xc1)])&&globals[_0x3bd6e2(0xbf)](_0x1e9b5c[_0x3bd6e2(0xbd)])&&!_0xb55feb||_0x1e9b5c[_0x3bd6e2(0xa1)](_0xb55feb['length'],0x0))return logger['debug'](_0x1e9b5c[_0x3bd6e2(0x95)](_0x1e9b5c[_0x3bd6e2(0xc5)],_0x5bbdc5)),'';return _0xb55feb[_0x3bd6e2(0xa6)](_0x51ac03=>JSON[_0x3bd6e2(0x9e)](_0x51ac03))['join'](',');}[a99_0x220959(0xaf)](){const _0x198986=a99_0x220959,_0x1ef0d7={};_0x1ef0d7[_0x198986(0xc4)]=function(_0x11faec,_0x3f1c5c){return _0x11faec===_0x3f1c5c;},_0x1ef0d7['wcJFc']=function(_0x5d3db8,_0x30438){return _0x5d3db8===_0x30438;},_0x1ef0d7['nDCdy']=_0x198986(0xa4);const _0xfa95ca=_0x1ef0d7;let _0x368ed0=![];return this['getConfig']()&&(_0xfa95ca[_0x198986(0xc4)](this[_0x198986(0x90)]()[_0x198986(0xa9)],!![])||_0xfa95ca[_0x198986(0xb6)](this[_0x198986(0x90)]()[_0x198986(0xa9)],_0xfa95ca[_0x198986(0x9f)]))&&(_0x368ed0=!![]),_0x368ed0;}[a99_0x220959(0x92)](){return this['isTcgTokenSet'];}}exports[a99_0x220959(0xb9)]=new HealingCommandRepo();
1
+ const a100_0x5dc7ea=a100_0x14e1;(function(_0x203f96,_0x46f841){const _0xc46c6c=a100_0x14e1,_0x29a30a=_0x203f96();while(!![]){try{const _0x5b58f8=-parseInt(_0xc46c6c(0xc3))/0x1+parseInt(_0xc46c6c(0xd4))/0x2*(parseInt(_0xc46c6c(0xd6))/0x3)+parseInt(_0xc46c6c(0xaf))/0x4*(parseInt(_0xc46c6c(0xbf))/0x5)+parseInt(_0xc46c6c(0xc9))/0x6+-parseInt(_0xc46c6c(0xad))/0x7*(parseInt(_0xc46c6c(0xce))/0x8)+parseInt(_0xc46c6c(0xb9))/0x9+-parseInt(_0xc46c6c(0xb7))/0xa;if(_0x5b58f8===_0x46f841)break;else _0x29a30a['push'](_0x29a30a['shift']());}catch(_0xa794a){_0x29a30a['push'](_0x29a30a['shift']());}}}(a100_0x2b1b,0xd16ff));const calculateTimeDiff=_0x635d77=>Date['now']()-_0x635d77,logger=require(a100_0x5dc7ea(0xdb))[a100_0x5dc7ea(0xb5)],globals=require('../globals');function a100_0x14e1(_0x322385,_0x1707a5){const _0x2b1b2e=a100_0x2b1b();return a100_0x14e1=function(_0x14e1ba,_0x31e367){_0x14e1ba=_0x14e1ba-0xac;let _0xea7f55=_0x2b1b2e[_0x14e1ba];return _0xea7f55;},a100_0x14e1(_0x322385,_0x1707a5);}class HealingCommandRepo{constructor(){const _0x1b14f4=a100_0x5dc7ea,_0x266d2f={};_0x266d2f[_0x1b14f4(0xdf)]='1|5|0|3|4|2';const _0x5a81ae=_0x266d2f,_0x233694=_0x5a81ae[_0x1b14f4(0xdf)][_0x1b14f4(0xb1)]('|');let _0x65d1b6=0x0;while(!![]){switch(_0x233694[_0x65d1b6++]){case'0':this[_0x1b14f4(0xcc)]='';continue;case'1':this[_0x1b14f4(0xd2)]={};continue;case'2':this[_0x1b14f4(0xc4)]=![];continue;case'3':this[_0x1b14f4(0xc8)]='';continue;case'4':this[_0x1b14f4(0xe2)]={};continue;case'5':this['aiSessionTimeStamp']={};continue;}break;}}[a100_0x5dc7ea(0xda)](_0x4f1d55,_0x55a85b){const _0x13393f=a100_0x5dc7ea,_0x388b8c={};_0x388b8c['wDyML']=function(_0x51828e,_0x27951d){return _0x51828e in _0x27951d;};const _0xf9f11d=_0x388b8c;!_0xf9f11d[_0x13393f(0xe0)](_0x4f1d55,this[_0x13393f(0xd2)])&&(this['commands'][_0x4f1d55]=[]),this[_0x13393f(0xd2)][_0x4f1d55]['push'](_0x55a85b);}[a100_0x5dc7ea(0xe1)](_0x1fe78e,_0xf6b83c){const _0x4df54c=a100_0x5dc7ea,_0x5b85f8={'HOPLm':function(_0x3eaf66,_0x234044){return _0x3eaf66(_0x234044);}},_0xa13463=_0xf6b83c['method'],_0x1c689b=_0xf6b83c[_0x4df54c(0xd1)][_0x4df54c(0xb1)](_0x1fe78e)[0x1],_0x412114=this[_0x4df54c(0xba)][_0x1fe78e],_0x409660={'k':_0xa13463+':'+_0x1c689b,'t':_0x5b85f8[_0x4df54c(0xb2)](calculateTimeDiff,_0x412114)};this[_0x4df54c(0xda)](_0x1fe78e,_0x409660);}['setAiSessionTimeStamp'](_0x34d632){const _0x409d9b=a100_0x5dc7ea;this[_0x409d9b(0xba)][_0x34d632]=Date[_0x409d9b(0xdd)]();}[a100_0x5dc7ea(0xc1)](_0x247791,_0x371a7f){const _0x57f483=a100_0x5dc7ea;this[_0x57f483(0xe2)][_0x57f483(0xbb)]=_0x247791,this[_0x57f483(0xe2)][_0x57f483(0xcb)]=_0x371a7f;}[a100_0x5dc7ea(0xdc)](){const _0x3a41ba=a100_0x5dc7ea;return this[_0x3a41ba(0xe2)];}[a100_0x5dc7ea(0xc6)](_0x30fa31){const _0x4ab657=a100_0x5dc7ea;this[_0x4ab657(0xcc)]=_0x30fa31;}[a100_0x5dc7ea(0xbe)](_0x333d62){const _0x3c5cfe=a100_0x5dc7ea;this[_0x3c5cfe(0xc8)]=_0x333d62;}[a100_0x5dc7ea(0xd0)](_0x27189e){const _0x175924=a100_0x5dc7ea;this['config']=_0x27189e,this['setProjectNameForHealingContext'](_0x27189e['projectName']),this[_0x175924(0xc1)](_0x27189e[_0x175924(0xbb)],_0x27189e['accessKey']);}[a100_0x5dc7ea(0xc0)](_0x2d6dba){const _0x531eed=a100_0x5dc7ea;this[_0x531eed(0xd7)]=_0x2d6dba;}[a100_0x5dc7ea(0xc2)](_0x390d48){const _0x27584a=a100_0x5dc7ea;this[_0x27584a(0xc4)]=_0x390d48;}[a100_0x5dc7ea(0xcd)](){const _0x215a2c=a100_0x5dc7ea;return this[_0x215a2c(0xc7)];}['getFramework'](){const _0x5ad0b3=a100_0x5dc7ea;return this[_0x5ad0b3(0xd7)];}[a100_0x5dc7ea(0xbc)](){const _0x19d88d=a100_0x5dc7ea;return this[_0x19d88d(0xcc)];}[a100_0x5dc7ea(0xca)](){const _0x163602=a100_0x5dc7ea;return this[_0x163602(0xc8)];}[a100_0x5dc7ea(0xac)](_0x589bad){const _0x501533=a100_0x5dc7ea,_0x1710a7={};_0x1710a7[_0x501533(0xae)]='aiHeal_isAuthenticated',_0x1710a7[_0x501533(0xde)]=_0x501533(0xbd),_0x1710a7['VoWcE']=function(_0x166e9c,_0x1131ea){return _0x166e9c===_0x1131ea;},_0x1710a7[_0x501533(0xb6)]=function(_0x8b6314,_0x5e9646){return _0x8b6314+_0x5e9646;},_0x1710a7[_0x501533(0xd8)]='No\x20commands\x20found\x20for\x20session:\x20';const _0x485798=_0x1710a7,_0x2c3018=this[_0x501533(0xd2)][_0x589bad];this[_0x501533(0xd2)][_0x589bad]=[];if(globals['getGlobal'](_0x485798[_0x501533(0xae)])&&globals['getGlobal'](_0x485798[_0x501533(0xde)])&&!_0x2c3018||_0x485798['VoWcE'](_0x2c3018['length'],0x0))return logger['debug'](_0x485798['aBTnv'](_0x485798['mCIPH'],_0x589bad)),'';return _0x2c3018[_0x501533(0xc5)](_0x39e0de=>JSON[_0x501533(0xd9)](_0x39e0de))[_0x501533(0xd3)](',');}[a100_0x5dc7ea(0xcf)](){const _0x46d86e=a100_0x5dc7ea,_0x56ce94={};_0x56ce94['OqPAC']=function(_0x260d80,_0x2c696a){return _0x260d80===_0x2c696a;},_0x56ce94['xvuqv']=function(_0x388c4c,_0x135717){return _0x388c4c===_0x135717;},_0x56ce94[_0x46d86e(0xb4)]=_0x46d86e(0xb3);const _0x226c8=_0x56ce94;let _0x2c21d3=![];return this[_0x46d86e(0xcd)]()&&(_0x226c8[_0x46d86e(0xb8)](this['getConfig']()['selfHeal'],!![])||_0x226c8['xvuqv'](this[_0x46d86e(0xcd)]()[_0x46d86e(0xb0)],_0x226c8[_0x46d86e(0xb4)]))&&(_0x2c21d3=!![]),_0x2c21d3;}[a100_0x5dc7ea(0xd5)](){const _0x6fac2a=a100_0x5dc7ea;return this[_0x6fac2a(0xc4)];}}function a100_0x2b1b(){const _0x3ad8fc=['iafel','wDyML','pushCommand','authInfo','getCommands','3992359QIHLov','cwBuy','600020zRBjfG','selfHeal','split','HOPLm','true','EVAHN','winstonLogger','aBTnv','15961580WJHJyC','OqPAC','4829103FhBEJa','aiSessionTimeStamp','userName','getProjectName','aiHeal_isHealingEnabled','setTestNameForHealingContext','50yvSKKP','setFramework','setAuthInfo','setTcgTokenStatus','282340lPoKLY','isTcgTokenSet','map','setProjectNameForHealingContext','config','testName','5581698SNjFFC','getTestName','accessKey','projectName','getConfig','16iRaaWn','isSelfHealEnabled','setConfig','path','commands','join','2wDNGzL','getTcgTokenStatus','2730381FPOcTj','framework','mCIPH','stringify','_pushCommand','../logger','getAuthInfo','now','kaBVC'];a100_0x2b1b=function(){return _0x3ad8fc;};return a100_0x2b1b();}exports['commandRepository']=new HealingCommandRepo();
@@ -1 +1 @@
1
- const a100_0x18023d=a100_0x2bf1;function a100_0x2bf1(_0x1f3868,_0x2e2d05){const _0x67407=a100_0x6740();return a100_0x2bf1=function(_0x2bf12d,_0xe778a7){_0x2bf12d=_0x2bf12d-0x1de;let _0x2005cd=_0x67407[_0x2bf12d];return _0x2005cd;},a100_0x2bf1(_0x1f3868,_0x2e2d05);}(function(_0xa2fe83,_0x4fa8b2){const _0x57a5c7=a100_0x2bf1,_0x96424d=_0xa2fe83();while(!![]){try{const _0x5d28ba=parseInt(_0x57a5c7(0x1e6))/0x1*(-parseInt(_0x57a5c7(0x1f2))/0x2)+-parseInt(_0x57a5c7(0x1eb))/0x3+-parseInt(_0x57a5c7(0x1df))/0x4+parseInt(_0x57a5c7(0x1e1))/0x5*(-parseInt(_0x57a5c7(0x1e0))/0x6)+parseInt(_0x57a5c7(0x1e7))/0x7*(parseInt(_0x57a5c7(0x1e9))/0x8)+-parseInt(_0x57a5c7(0x1e3))/0x9*(parseInt(_0x57a5c7(0x1f0))/0xa)+parseInt(_0x57a5c7(0x1ef))/0xb;if(_0x5d28ba===_0x4fa8b2)break;else _0x96424d['push'](_0x96424d['shift']());}catch(_0x384c5a){_0x96424d['push'](_0x96424d['shift']());}}}(a100_0x6740,0x7828f));const a100_0x11a041={};a100_0x11a041[a100_0x18023d(0x1ee)]=a100_0x18023d(0x1f1),a100_0x11a041[a100_0x18023d(0x1e5)]=a100_0x18023d(0x1ea),module['exports']=a100_0x11a041;function a100_0x6740(){const _0x3ab020=['3668AEYnra','28SaJIqz','prod','738248nqOuFb','automate-turboscale/v1','988899WaFPMs','env','pre-prod','BUILDS_DASHBOARD_URL','30505783RYJrJU','1040UCJxCZ','https://grid.browserstack.com/dashboard/builds','482mTKejn','preprod','toLowerCase','1445548HOeQgG','6uZWLAu','2518570Tgsvww','exports','49455iVeNan','stag','API_ENDPOINT'];a100_0x6740=function(){return _0x3ab020;};return a100_0x6740();}const _env=(process[a100_0x18023d(0x1ec)]['BROWSERSTACK_ENV']||a100_0x18023d(0x1e8))[a100_0x18023d(0x1de)]();if(_env==='staging'||_env===a100_0x18023d(0x1e4))module[a100_0x18023d(0x1e2)][a100_0x18023d(0x1ee)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a100_0x18023d(0x1f3)||_env===a100_0x18023d(0x1ed))&&(module[a100_0x18023d(0x1e2)][a100_0x18023d(0x1ee)]='https://grid-preprod.bsstag.com/dashboard/builds');
1
+ const a101_0x10c62b=a101_0xc33b;function a101_0x5676(){const _0x27262e=['93eVHvTP','BROWSERSTACK_ENV','env','prod','https://grid-devhst.bsstag.com/dashboard/builds','62310nXrHHK','exports','5289080fTogue','automate-turboscale/v1','stag','18yVLBCn','984648lVlSwR','preprod','https://grid-preprod.bsstag.com/dashboard/builds','768238btmffB','BUILDS_DASHBOARD_URL','8209770ZwKEUx','pre-prod','toLowerCase','492MYApDo','https://grid.browserstack.com/dashboard/builds','25152OgZbbQ','1106898JeVPQD'];a101_0x5676=function(){return _0x27262e;};return a101_0x5676();}(function(_0x451fcc,_0x48238b){const _0x1f5a7f=a101_0xc33b,_0x117758=_0x451fcc();while(!![]){try{const _0x3f982a=-parseInt(_0x1f5a7f(0x1d2))/0x1+parseInt(_0x1f5a7f(0x1ca))/0x2+-parseInt(_0x1f5a7f(0x1d3))/0x3*(-parseInt(_0x1f5a7f(0x1d1))/0x4)+parseInt(_0x1f5a7f(0x1d8))/0x5*(-parseInt(_0x1f5a7f(0x1cf))/0x6)+-parseInt(_0x1f5a7f(0x1de))/0x7+parseInt(_0x1f5a7f(0x1da))/0x8+-parseInt(_0x1f5a7f(0x1dd))/0x9*(-parseInt(_0x1f5a7f(0x1cc))/0xa);if(_0x3f982a===_0x48238b)break;else _0x117758['push'](_0x117758['shift']());}catch(_0xfbf3e2){_0x117758['push'](_0x117758['shift']());}}}(a101_0x5676,0x95952));const a101_0x3b2f21={};function a101_0xc33b(_0x2fa63f,_0x56c942){const _0x5676f6=a101_0x5676();return a101_0xc33b=function(_0xc33b8,_0x446f6b){_0xc33b8=_0xc33b8-0x1ca;let _0x525229=_0x5676f6[_0xc33b8];return _0x525229;},a101_0xc33b(_0x2fa63f,_0x56c942);}a101_0x3b2f21[a101_0x10c62b(0x1cb)]=a101_0x10c62b(0x1d0),a101_0x3b2f21['API_ENDPOINT']=a101_0x10c62b(0x1db),module['exports']=a101_0x3b2f21;const _env=(process[a101_0x10c62b(0x1d5)][a101_0x10c62b(0x1d4)]||a101_0x10c62b(0x1d6))[a101_0x10c62b(0x1ce)]();if(_env==='staging'||_env===a101_0x10c62b(0x1dc))module['exports'][a101_0x10c62b(0x1cb)]=a101_0x10c62b(0x1d7);else(_env===a101_0x10c62b(0x1df)||_env===a101_0x10c62b(0x1cd))&&(module[a101_0x10c62b(0x1d9)]['BUILDS_DASHBOARD_URL']=a101_0x10c62b(0x1e0));
@@ -1 +1 @@
1
- const a101_0x1e17f6=a101_0x5667;(function(_0x5d8de1,_0x1083c5){const _0x473a0c=a101_0x5667,_0x4f6399=_0x5d8de1();while(!![]){try{const _0x2c9797=parseInt(_0x473a0c(0x6e))/0x1+-parseInt(_0x473a0c(0x74))/0x2*(parseInt(_0x473a0c(0x73))/0x3)+parseInt(_0x473a0c(0x71))/0x4*(-parseInt(_0x473a0c(0x69))/0x5)+parseInt(_0x473a0c(0x70))/0x6+parseInt(_0x473a0c(0x7f))/0x7*(parseInt(_0x473a0c(0x7a))/0x8)+-parseInt(_0x473a0c(0x6a))/0x9*(-parseInt(_0x473a0c(0x66))/0xa)+parseInt(_0x473a0c(0x7e))/0xb;if(_0x2c9797===_0x1083c5)break;else _0x4f6399['push'](_0x4f6399['shift']());}catch(_0x571451){_0x4f6399['push'](_0x4f6399['shift']());}}}(a101_0x53ab,0x4b60f));const constants=require('../../bin/utils/constants');function a101_0x5667(_0xfa3c8c,_0x1a9849){const _0x53ab18=a101_0x53ab();return a101_0x5667=function(_0x56675f,_0x11abc7){_0x56675f=_0x56675f-0x65;let _0x340656=_0x53ab18[_0x56675f];return _0x340656;},a101_0x5667(_0xfa3c8c,_0x1a9849);}exports[a101_0x1e17f6(0x86)]=()=>{const _0x3075b0=a101_0x1e17f6;if(!constants[_0x3075b0(0x67)][_0x3075b0(0x85)])return{};return constants[_0x3075b0(0x67)][_0x3075b0(0x85)];},exports['getTurboScaleGridName']=_0x198b8a=>{const _0x46b84e=a101_0x1e17f6,_0x95ed68={};_0x95ed68[_0x46b84e(0x72)]='NO_GRID_NAME_PASSED';const _0x552406=_0x95ed68;if(_0x198b8a[_0x46b84e(0x7d)]&&_0x198b8a[_0x46b84e(0x7d)]['gridName'])return _0x198b8a['turboScaleOptions'][_0x46b84e(0x7c)];if(process[_0x46b84e(0x6d)][_0x46b84e(0x6b)])return process['env']['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x552406[_0x46b84e(0x72)];},exports[a101_0x1e17f6(0x80)]=_0x5b2fd7=>{const _0x322088=a101_0x1e17f6,_0x483984={};_0x483984[_0x322088(0x78)]=function(_0x4c7263,_0x55217c){return _0x4c7263===_0x55217c;},_0x483984[_0x322088(0x65)]=_0x322088(0x83);const _0x1404f6=_0x483984;return _0x5b2fd7&&_0x5b2fd7['turboScale']&&_0x1404f6[_0x322088(0x78)](_0x5b2fd7[_0x322088(0x76)][_0x322088(0x75)]()[_0x322088(0x79)](),_0x1404f6[_0x322088(0x65)]);},exports[a101_0x1e17f6(0x84)]=(_0xe14d22,_0xb5b535,_0x3adb70)=>{const _0x32e18d=a101_0x1e17f6,_0x1a5775={};_0x1a5775['NQIgu']=_0x32e18d(0x82);const _0x354228=_0x1a5775,_0x1a43e0={};_0x1a43e0[_0x32e18d(0x7b)]=_0x354228['NQIgu'];_0xe14d22[_0x32e18d(0x6f)]&&(_0x1a43e0[_0x32e18d(0x6f)]=Array[_0x32e18d(0x81)](_0xe14d22[_0x32e18d(0x6f)])?_0xe14d22['buildTags']:_0xe14d22[_0x32e18d(0x6f)][_0x32e18d(0x6c)](','));if(process[_0x32e18d(0x6d)][_0x32e18d(0x68)])try{_0x1a43e0[_0x32e18d(0x6f)]=process[_0x32e18d(0x6d)][_0x32e18d(0x68)][_0x32e18d(0x6c)](',');}catch{_0x1a43e0[_0x32e18d(0x6f)]=process[_0x32e18d(0x6d)][_0x32e18d(0x68)];}return _0xe14d22[_0x32e18d(0x7b)]&&(_0x1a43e0[_0x32e18d(0x7b)]=_0xe14d22[_0x32e18d(0x7b)]),process[_0x32e18d(0x6d)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x1a43e0[_0x32e18d(0x7b)]=process['env'][_0x32e18d(0x77)]),_0x1a43e0;};function a101_0x53ab(){const _0x17bb25=['toString','turboScale','BROWSERSTACK_BUILD_PRIORITY','AaJug','toLowerCase','35128ECTnzs','buildPriority','gridName','turboScaleOptions','1032482gTBSCR','357SpMdlO','isTurboScaleSession','isArray','medium','true','getTurboScaleCaps','options','getTurboScaleOptions','JQMvx','234210HOXMvX','TURBOSCALE_OPTIONS','BROWSERSTACK_BUILD_TAGS','30220EUNrDV','72dUezZp','BROWSERSTACK_TURBOSCALE_GRID_NAME','split','env','348355aqSIMl','buildTags','51162cshfdy','8lxnxuz','sOhFM','1383ObofDx','2348yFCuWn'];a101_0x53ab=function(){return _0x17bb25;};return a101_0x53ab();}
1
+ const a102_0x7f428b=a102_0x157d;(function(_0x30931f,_0x186b69){const _0x3a1522=a102_0x157d,_0x383db8=_0x30931f();while(!![]){try{const _0x504973=parseInt(_0x3a1522(0x199))/0x1+parseInt(_0x3a1522(0x1a0))/0x2+-parseInt(_0x3a1522(0x197))/0x3+parseInt(_0x3a1522(0x18e))/0x4+parseInt(_0x3a1522(0x1a3))/0x5+-parseInt(_0x3a1522(0x19f))/0x6+parseInt(_0x3a1522(0x194))/0x7;if(_0x504973===_0x186b69)break;else _0x383db8['push'](_0x383db8['shift']());}catch(_0x3960c8){_0x383db8['push'](_0x383db8['shift']());}}}(a102_0xaa44,0xefb45));function a102_0x157d(_0x1d5087,_0x50ff1f){const _0xaa44e=a102_0xaa44();return a102_0x157d=function(_0x157d50,_0x3760d3){_0x157d50=_0x157d50-0x184;let _0x4093b7=_0xaa44e[_0x157d50];return _0x4093b7;},a102_0x157d(_0x1d5087,_0x50ff1f);}const constants=require(a102_0x7f428b(0x18f));function a102_0xaa44(){const _0x314846=['turboScaleOptions','NO_GRID_NAME_PASSED','split','2354688QEPgWf','../../bin/utils/constants','TURBOSCALE_OPTIONS','BROWSERSTACK_BUILD_TAGS','jYxpN','getTurboScaleGridName','13476162EBNFAt','options','toString','3310968YufcTw','gridName','215145BCzHrm','env','turboScale','toLowerCase','buildTags','BROWSERSTACK_BUILD_PRIORITY','8117436arhpWC','619116FWlTqh','SyKqG','medium','1999250KsMclL','getTurboScaleCaps','buildPriority','getTurboScaleOptions','BROWSERSTACK_TURBOSCALE_GRID_NAME','oNvTT','dlkzb','isArray'];a102_0xaa44=function(){return _0x314846;};return a102_0xaa44();}exports[a102_0x7f428b(0x186)]=()=>{const _0x2f5cb1=a102_0x7f428b;if(!constants[_0x2f5cb1(0x190)][_0x2f5cb1(0x195)])return{};return constants[_0x2f5cb1(0x190)][_0x2f5cb1(0x195)];},exports[a102_0x7f428b(0x193)]=_0x2aacdf=>{const _0x566492=a102_0x7f428b,_0x12c866={};_0x12c866['SyKqG']=_0x566492(0x18c);const _0x59822c=_0x12c866;if(_0x2aacdf[_0x566492(0x18b)]&&_0x2aacdf['turboScaleOptions']['gridName'])return _0x2aacdf[_0x566492(0x18b)][_0x566492(0x198)];if(process['env']['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x566492(0x19a)][_0x566492(0x187)];return _0x59822c[_0x566492(0x1a1)];},exports['isTurboScaleSession']=_0x561ab3=>{const _0x5084f0=a102_0x7f428b,_0x3d0c01={};_0x3d0c01[_0x5084f0(0x189)]=function(_0x4270e1,_0x1d837d){return _0x4270e1===_0x1d837d;},_0x3d0c01[_0x5084f0(0x192)]='true';const _0x94b3e=_0x3d0c01;return _0x561ab3&&_0x561ab3[_0x5084f0(0x19b)]&&_0x94b3e[_0x5084f0(0x189)](_0x561ab3['turboScale'][_0x5084f0(0x196)]()[_0x5084f0(0x19c)](),_0x94b3e['jYxpN']);},exports[a102_0x7f428b(0x184)]=(_0x344756,_0xe21b8f,_0x2dc1fa)=>{const _0x127578=a102_0x7f428b,_0x5c1615={};_0x5c1615['oNvTT']=_0x127578(0x1a2);const _0x429de4=_0x5c1615,_0x455f78={};_0x455f78[_0x127578(0x185)]=_0x429de4[_0x127578(0x188)];_0x344756['buildTags']&&(_0x455f78['buildTags']=Array[_0x127578(0x18a)](_0x344756[_0x127578(0x19d)])?_0x344756[_0x127578(0x19d)]:_0x344756['buildTags'][_0x127578(0x18d)](','));if(process[_0x127578(0x19a)][_0x127578(0x191)])try{_0x455f78[_0x127578(0x19d)]=process[_0x127578(0x19a)][_0x127578(0x191)]['split'](',');}catch{_0x455f78['buildTags']=process[_0x127578(0x19a)][_0x127578(0x191)];}return _0x344756[_0x127578(0x185)]&&(_0x455f78[_0x127578(0x185)]=_0x344756['buildPriority']),process[_0x127578(0x19a)][_0x127578(0x19e)]&&(_0x455f78[_0x127578(0x185)]=process['env'][_0x127578(0x19e)]),_0x455f78;};