browserstack-node-sdk 1.63.4 → 1.63.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) 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/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x4cee(){const _0x48e148=['DKwoR','hUyYO','SihDz','QbioH','CQswq','BCNrX','saveAccessibilityResultsWithRetry','container','includes','TEST_RUN_STARTED','filter','FXXKC','bddStep-before','all','3lrCQzp','bstackA11yShouldScan','../../helpers/testhub/constants.js','domForge','ZrWYs','yQLmj','CSAGh','test-skipped','BS_A11Y_JWT','titlePath','Hcspv','flushPendingHookEvents','stringify','env','4765551VhJZdL','page','rVOAe','comment','bind','BCzNX','event','gIzFY','vTARl','NZoBG','gmumD','Puppeteer','3050568hjZBoz','wNMNS','testFramework','thBuildUuid','MOkxN','TxObX','wmWks','getAccessibilityResults','test-after','tKith','LeKHK','../../helpers/helper','getResultsSummary','./o11yHelper','dBtJh','../../helpers/request-spy','slice','toString','setGlobal','1510163BbGTfX','after','NSMUP','tKAts','hookType','__workerDetails','_before','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','hook','measureWrapper','ctx','CHNkW','GET_RESULTS','bufferPendingHookEvent','__driver','BS_TESTOPS_ALLOW_SCREENSHOTS','elwND','hook-started','1035876qxIUaF','DaxSY','split','test-failed','warn','lVQtP','executeScript','dRjHO','cdTUx','../../helpers/performance/constants','constructor','codeceptjs','codeceptjs/lib/recorder.js','pQvzi','../../helpers/logger','from','step','./helper.js','SDK_POST_TEST','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','../../helpers/accessibility-automation/scripts','emit','hook-failed','\x0aStack:\x20','dMWFM','call','startMonitoring','apply','FRAMEWORK_DETAILS','message','MYdCd','27987939DwHpsV','wzAXd','bddStep','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','helpers','startsWith','GET_RESULTS_SUMMARY','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','nyqmX','performScanWithRetry','oevmz','DyfXG','bs:addLog:','screenshotOutputFolder','olwuo','QPuxe','CaBRw','BROWSERSTACK_TESTHUB_JWT','end','arguments','wrfrQ','version','debug','SDK_PRE_TEST','testAnalyticsId','skipped','browserstack_executor:\x20','WebDriver','currentTest','stack','SESSION_NAME','chromium','aHHXn','reason','args','bddStepFinish','status','WLrlI','bddStepStart','1078846gMAfCa','VDTPo','contexts','vgios','config','add','yIGOQ','ysCQe','pages','command','LnovK','a11y_core_config','test-before','TEST_RUN_FINISHED','started','6842472sjdNYE','LuFFa','ogACY','passed','Qccga','SDK_TEST','TeWnb','fireEvent','setSessionName','commandsToWrap','../../helpers/driverInitErrorReporter','RLVZQ','initSaveScreenshot','enabled','vNeUJ','performScan','Failed\x20to\x20execute\x20_before:\x20','SDK_HOOK','qraJD','ENV_VAR','_setPage','restore','CPvbF','VgmUz','TEST_RUN_SKIPPED','../../helpers/accessibility-automation/accessibilityRetryHelper','rSRIT','dispatcher','info','action','skipSessionStatus','parse','naRFi','class','rePhl','BROWSERSTACK_TESTHUB_UUID','pid','title','test','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','SESSION_STATUS','sendCBTInfo','mwfna','bstackAllyScanning','push','test-started','CvMyP','browserStackExecuteDriver','SDK_POST_INITIALIZE','step-comment','browserstackTestName','patchSaveScreenshot','HGmlS','eunlT','ciRaj','TEST_SCREENSHOT','codeceptjs/lib/helper/Playwright.js','base64','iXeRa','captureError','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','prototype','format','Nppea','XGVZd','then','name','PERFORM_SCAN','JHVDD','ueCZv','QDUXF','start','hook-passed','toISOString','HfEcX','stopMonitoring','addRequestSpy','Screenshot\x20path\x20not\x20found','saveScreenshot','Playwright','browser','codeceptjs/lib/index.js','function','getAccessibilityResultsSummary','accessibilityPlatform','SnDCL','patch','captureEvent','setSessionStatus','VZOvQ','INFO','SYNC','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','webdriverio','getSyncScript','HOOK_RUN_STARTED','LLpQw','ErckJ','5VLrkOr','url','test-passed','OosBf','browserContext','bddStep-after','oKDyV','../../helpers/accessibility-automation/helper','YTwmp','before'];a1_0x4cee=function(){return _0x48e148;};return a1_0x4cee();}const a1_0x427855=a1_0x3948;function a1_0x3948(_0x42828f,_0x300d18){const _0x4ceeec=a1_0x4cee();return a1_0x3948=function(_0x39487a,_0x583a5c){_0x39487a=_0x39487a-0x14d;let _0x4df912=_0x4ceeec[_0x39487a];return _0x4df912;},a1_0x3948(_0x42828f,_0x300d18);}(function(_0x2041d0,_0xc0c7f6){const _0x2a9b8a=a1_0x3948,_0xc0ccbc=_0x2041d0();while(!![]){try{const _0xd16850=parseInt(_0x2a9b8a(0x205))/0x1+-parseInt(_0x2a9b8a(0x14f))/0x2*(-parseInt(_0x2a9b8a(0x1d8))/0x3)+parseInt(_0x2a9b8a(0x217))/0x4*(-parseInt(_0x2a9b8a(0x1c0))/0x5)+parseInt(_0x2a9b8a(0x15e))/0x6+parseInt(_0x2a9b8a(0x1e6))/0x7+parseInt(_0x2a9b8a(0x1f2))/0x8+-parseInt(_0x2a9b8a(0x237))/0x9;if(_0xd16850===_0xc0c7f6)break;else _0xc0ccbc['push'](_0xc0ccbc['shift']());}catch(_0x2c3a79){_0xc0ccbc['push'](_0xc0ccbc['shift']());}}}(a1_0x4cee,0xd7aac));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x427855(0x1fd)),logger=require(a1_0x427855(0x225))['winstonLogger'],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x427855(0x201)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x427855(0x1ff)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x427855(0x1c7)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),accessibilityRetryHelper=require(a1_0x427855(0x177)),scripts=require(a1_0x427855(0x22c)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x427855(0x220)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x427855(0x228)),testHubConstants=require(a1_0x427855(0x1da)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x427855(0x1af),a1_0x427855(0x222)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x427855(0x222)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x427855(0x222)),CodeceptRecorder=requireModule(a1_0x427855(0x223),a1_0x427855(0x222)),CodeceptPlaywright=requireModule(a1_0x427855(0x196),a1_0x427855(0x222));try{require(a1_0x427855(0x168))['installAll']('codeceptjs');}catch(a1_0x1f8e38){logger['debug']('driver-init\x20capture\x20install\x20failed:\x20'+(a1_0x1f8e38&&a1_0x1f8e38['message']));}const playwrightMarkSessionStatus=(_0x4ecf97,_0xb1ec42,_0xbb7bcb)=>{const _0x3b9ccc=a1_0x427855,_0x41a660={'yIGOQ':_0x3b9ccc(0x1b6),'mwfna':function(_0x5135e7,_0x979555){return _0x5135e7(_0x979555);}},_0x20c130={};_0x20c130[_0x3b9ccc(0x25b)]=_0xb1ec42;const _0x4987a9={};_0x4987a9['action']=_0x41a660[_0x3b9ccc(0x155)],_0x4987a9[_0x3b9ccc(0x24a)]=_0x20c130;const _0x3e0524=_0x4987a9;return!_0x41a660[_0x3b9ccc(0x188)](isUndefined,_0xbb7bcb)&&(_0x3e0524[_0x3b9ccc(0x24a)][_0x3b9ccc(0x258)]=JSON[_0x3b9ccc(0x1e4)](_0xbb7bcb)),_0x4ecf97[_0x3b9ccc(0x21d)](()=>{},_0x3b9ccc(0x251)+JSON[_0x3b9ccc(0x1e4)](_0x3e0524));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x427855(0x1b9)],async _0xceb84b=>{const _0x1aa759=a1_0x427855,_0x571082={};_0x571082[_0x1aa759(0x162)]=function(_0x1ff7b2,_0x194842){return _0x1ff7b2===_0x194842;},_0x571082['gIzFY']=_0x1aa759(0x1ad);const _0x5e79ed=_0x571082;_0x5e79ed[_0x1aa759(0x162)](_0xceb84b['constructor'][_0x1aa759(0x1a0)],_0x5e79ed[_0x1aa759(0x1ed)])?await _0xceb84b[_0x1aa759(0x21d)](_0x4b284b=>{},testOpsHelper[_0x1aa759(0x1bc)]()):await _0xceb84b['executeScript'](testOpsHelper[_0x1aa759(0x1bc)]());}),markSessionName=PerformanceTester[a1_0x427855(0x20e)](PerformanceAutEvents[a1_0x427855(0x255)],async(_0x7fd33b,_0x57d5e4)=>{const _0x4f803a=a1_0x427855,_0x27fa4b={};_0x27fa4b['CQswq']=_0x4f803a(0x166),_0x27fa4b[_0x4f803a(0x24b)]=function(_0x301ce4,_0x583874){return _0x301ce4===_0x583874;},_0x27fa4b[_0x4f803a(0x150)]='Playwright';const _0x3ca783=_0x27fa4b,_0x42c607={};_0x42c607[_0x4f803a(0x1a0)]=_0x57d5e4;const _0xdf1a0e={};_0xdf1a0e[_0x4f803a(0x17b)]=_0x3ca783[_0x4f803a(0x1ce)],_0xdf1a0e[_0x4f803a(0x24a)]=_0x42c607;const _0x12fdbf=_0xdf1a0e;_0x3ca783[_0x4f803a(0x24b)](_0x7fd33b['constructor'][_0x4f803a(0x1a0)],_0x3ca783[_0x4f803a(0x150)])?await _0x7fd33b[_0x4f803a(0x21d)](()=>{},'browserstack_executor:\x20'+JSON[_0x4f803a(0x1e4)](_0x12fdbf)):await _0x7fd33b['executeScript'](_0x4f803a(0x251)+JSON[_0x4f803a(0x1e4)](_0x12fdbf));}),patchSaveScreenshot=_0xbe4f5f=>{const _0x4ccb88=a1_0x427855,_0x511884={'CPvbF':_0x4ccb88(0x197),'naRFi':_0x4ccb88(0x195),'LeKHK':function(_0x2c01b8){return _0x2c01b8();},'QPuxe':function(_0xa5f87f,_0x44120a){return _0xa5f87f(_0x44120a);},'wmWks':_0x4ccb88(0x1ab),'NZoBG':function(_0x16976d,_0x50f8ff){return _0x16976d(_0x50f8ff);}};_0x511884[_0x4ccb88(0x1ef)](isTrue,process[_0x4ccb88(0x1e5)][_0x4ccb88(0x214)])&&!_0xbe4f5f[_0x4ccb88(0x191)]&&(_0xbe4f5f[_0x4ccb88(0x191)]=!![],_0xbe4f5f[_0x4ccb88(0x16a)]=_0xbe4f5f[_0x4ccb88(0x1ac)],_0xbe4f5f['saveScreenshot']=(_0x221369,_0x5ae876=![])=>{const _0x5a1b6f=_0x4ccb88,_0x49f69d={'BCNrX':_0x511884[_0x5a1b6f(0x174)],'dWqMN':_0x511884[_0x5a1b6f(0x17e)],'JHVDD':function(_0x3bf7e1){const _0x7e5614=_0x5a1b6f;return _0x511884[_0x7e5614(0x1fc)](_0x3bf7e1);},'MYdCd':function(_0x172b00,_0x3b9739){const _0x13f9b4=_0x5a1b6f;return _0x511884[_0x13f9b4(0x246)](_0x172b00,_0x3b9739);},'olwuo':_0x511884[_0x5a1b6f(0x1f8)]};return new Promise(function(_0x1d424f,_0x47d2a1){const _0x184c50=_0x5a1b6f;_0xbe4f5f[_0x184c50(0x16a)](_0x221369,_0x5ae876)[_0x184c50(0x19f)](()=>{const _0x468d8e=_0x184c50,_0x186420=CodeceptUtils[_0x468d8e(0x244)](_0x221369);if(_0x186420){const _0x1dc898=fs['readFileSync'](_0x186420);process[_0x468d8e(0x22d)]('bs:addLog:'+process[_0x468d8e(0x182)],{'timestamp':new Date()[_0x468d8e(0x1a7)](),'message':_0x1dc898[_0x468d8e(0x203)](_0x49f69d[_0x468d8e(0x1cf)]),'kind':_0x49f69d['dWqMN']}),_0x49f69d[_0x468d8e(0x1a2)](_0x1d424f);}_0x49f69d[_0x468d8e(0x236)](_0x47d2a1,new Error(_0x49f69d[_0x468d8e(0x245)]));})['catch'](()=>null);});});},patchWebDriverBefore=(_0x510430,_0x3e23f1)=>{const _0x5a3313=a1_0x427855,_0x54286a={'rSRIT':function(_0x232517){return _0x232517();},'HGmlS':function(_0xd31672,_0x2f0ed3){return _0xd31672(_0x2f0ed3);},'CSAGh':function(_0x515ef9,_0x1fa102){return _0x515ef9===_0x1fa102;},'RLVZQ':_0x5a3313(0x1bb),'vgios':'string','SihDz':function(_0x622ede,_0x389222){return _0x622ede===_0x389222;},'wNMNS':'Element','ExAnQ':'function'},_0x1b6b7d=async function(_0x539082,_0x4b8bf5){const _0x50fc79=_0x5a3313;_0x54286a[_0x50fc79(0x178)](isAccessibilityAutomationSession)&&!global[_0x50fc79(0x189)]&&global[_0x50fc79(0x1b2)]&&scripts['shouldWrapCommand'](_0x539082[_0x50fc79(0x1a0)])&&_0x54286a[_0x50fc79(0x192)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x50fc79(0x189)]=!![],await PerformanceTester[_0x50fc79(0x20e)](PerformanceA11yEvents[_0x50fc79(0x1a1)],async()=>{const _0x570e87=_0x50fc79;logger['debug']('Performing\x20scan\x20for\x20'+_0x539082[_0x570e87(0x17f)]+'\x20'+_0x539082[_0x570e87(0x1a0)]),await AccessibilityHelper[_0x570e87(0x18d)](_0x510430,scripts[_0x570e87(0x16d)]);},{'command':_0x539082[_0x50fc79(0x1a0)]})());global[_0x50fc79(0x189)]=![];const _0x2b29b0=JSON[_0x50fc79(0x17d)](process[_0x50fc79(0x1e5)][_0x50fc79(0x234)]||'{}');if(_0x54286a[_0x50fc79(0x1de)](_0x2b29b0?.[_0x50fc79(0x1f4)]?.[_0x50fc79(0x1a0)],_0x54286a[_0x50fc79(0x169)])&&_0x54286a[_0x50fc79(0x1de)](typeof _0x2b29b0?.[_0x50fc79(0x1f4)]?.[_0x50fc79(0x24c)],_0x54286a[_0x50fc79(0x152)])&&_0x2b29b0?.[_0x50fc79(0x1f4)]?.[_0x50fc79(0x24c)][_0x50fc79(0x23c)]('7'))return _0x4b8bf5[_0x50fc79(0x233)](null,Array[_0x50fc79(0x19b)][_0x50fc79(0x202)]['call'](arguments,0x2));return _0x4b8bf5[_0x50fc79(0x233)](this,Array[_0x50fc79(0x19b)][_0x50fc79(0x202)][_0x50fc79(0x231)](arguments,0x2));},_0x51013d=CodeceptWebDriver[_0x5a3313(0x19b)][_0x5a3313(0x20b)];CodeceptWebDriver[_0x5a3313(0x19b)][_0x5a3313(0x20b)]=async function(){const _0x22c2b6=_0x5a3313,_0x18b0a3={'VZOvQ':function(_0x3532cc,_0x53a2b7){const _0x320fae=a1_0x3948;return _0x54286a[_0x320fae(0x1cc)](_0x3532cc,_0x53a2b7);},'qraJD':_0x54286a[_0x22c2b6(0x1f3)]};try{await _0x51013d['apply'](this,arguments);}catch(_0x38c5d8){logger[_0x22c2b6(0x24d)](_0x22c2b6(0x16e)+util[_0x22c2b6(0x19c)](_0x38c5d8));}scripts[_0x22c2b6(0x167)][_0x22c2b6(0x1d4)](_0x129d51=>_0x129d51['name']&&_0x129d51[_0x22c2b6(0x17f)])['forEach'](_0x52e6a1=>{const _0x53b838=_0x22c2b6;this[_0x53b838(0x1ae)]['overwriteCommand'](_0x52e6a1[_0x53b838(0x1a0)],_0x1b6b7d[_0x53b838(0x1ea)](this,_0x52e6a1),_0x18b0a3[_0x53b838(0x1b7)](_0x52e6a1['class'],_0x18b0a3[_0x53b838(0x170)]));}),_0x54286a['HGmlS'](processWebDriverConfig,_0x510430);try{_0x3e23f1&&_0x54286a[_0x22c2b6(0x1cc)](typeof _0x3e23f1['flushPendingHookEvents'],_0x54286a['ExAnQ'])&&await _0x3e23f1['flushPendingHookEvents']();}catch(_0x5346c4){logger[_0x22c2b6(0x24d)]('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20'+util['format'](_0x5346c4));}};};function parseJwt(_0x4769d1){const _0x59512f=a1_0x427855,_0x24bfc9={};_0x24bfc9[_0x59512f(0x21e)]='base64';const _0x34e928=_0x24bfc9;if(!_0x4769d1)return null;return JSON['parse'](Buffer[_0x59512f(0x226)](_0x4769d1[_0x59512f(0x219)]('.')[0x1],_0x34e928[_0x59512f(0x21e)])['toString']());}const patchPlaywrightBefore=_0x106822=>{const _0x71dc0f=a1_0x427855,_0xb94040={'TeWnb':function(_0x233785){return _0x233785();},'ysCQe':'devtools://','DyfXG':'--auto-open-devtools-for-tabs','QbioH':function(_0x2714d0,_0x5885a4){return _0x2714d0(_0x5885a4);},'ogACY':function(_0x5e9235,_0x2212f2){return _0x5e9235+_0x2212f2;},'LDaXS':_0x71dc0f(0x22f),'wzAXd':function(_0x2fa8c1){return _0x2fa8c1();},'XGVZd':function(_0xfe8eaa){return _0xfe8eaa();},'tKAts':function(_0x5a3ca8,_0x15c314){return _0x5a3ca8===_0x15c314;},'SnDCL':_0x71dc0f(0x1b0)};PlaywrightSessionDetails[_0x71dc0f(0x1b4)]();const _0x245365=CodeceptPlaywright[_0x71dc0f(0x19b)][_0x71dc0f(0x20b)];CodeceptPlaywright['prototype'][_0x71dc0f(0x20b)]=async function(){const _0x487655=_0x71dc0f;this[_0x487655(0x1c4)]=await this[_0x487655(0x1ae)][_0x487655(0x151)]()[0x0];const _0x5a1e2f=async()=>{const _0x29f2e2=_0x487655,_0x2f0a12={'lVQtP':function(_0x133e25){return _0xb94040['TeWnb'](_0x133e25);},'rVOAe':_0xb94040[_0x29f2e2(0x156)]},_0x5421f7=this['config']&&this[_0x29f2e2(0x153)][_0x29f2e2(0x256)]&&this[_0x29f2e2(0x153)][_0x29f2e2(0x256)][_0x29f2e2(0x259)]&&Array['isArray'](this[_0x29f2e2(0x153)][_0x29f2e2(0x256)]['args'])&&this[_0x29f2e2(0x153)][_0x29f2e2(0x256)][_0x29f2e2(0x259)][_0x29f2e2(0x1d2)](_0xb94040[_0x29f2e2(0x242)]);if(_0xb94040['TeWnb'](isAccessibilityAutomationSession)&&!_0x5421f7)try{const _0x350e8b=_0xb94040[_0x29f2e2(0x1cd)](parseJwt,process[_0x29f2e2(0x1e5)][_0x29f2e2(0x1e0)]);if(_0x350e8b&&_0x350e8b[_0x29f2e2(0x15a)]&&_0x350e8b[_0x29f2e2(0x15a)][_0x29f2e2(0x1db)]){const _0x37c63a=this[_0x29f2e2(0x1c4)]['pages'][_0x29f2e2(0x1ea)](this[_0x29f2e2(0x1c4)]);this[_0x29f2e2(0x1c4)][_0x29f2e2(0x157)]=async function(){const _0x5a76d7=_0x29f2e2,_0x1b7d91=await _0x2f0a12[_0x5a76d7(0x21c)](_0x37c63a),_0x5c2cdf=[];for(const _0x5498b1 of _0x1b7d91){try{const _0x2900ae=await _0x5498b1['url']();!_0x2900ae[_0x5a76d7(0x23c)](_0x2f0a12[_0x5a76d7(0x1e8)])&&_0x5c2cdf[_0x5a76d7(0x18a)](_0x5498b1);}catch(_0x438ad9){_0x5c2cdf[_0x5a76d7(0x18a)](_0x5498b1);}}return _0x5c2cdf;};}if(!_0xb94040['TeWnb'](isBrowserstackInfra)){const _0x47627a=await this[_0x29f2e2(0x1e7)][_0x29f2e2(0x1c1)]();if(_0x47627a[_0x29f2e2(0x23c)](_0xb94040[_0x29f2e2(0x156)])){const _0x4274ec=await this[_0x29f2e2(0x1c4)]['pages']();this[_0x29f2e2(0x172)](_0x4274ec[0x0]);}}}catch(_0x4a2166){logger[_0x29f2e2(0x24d)](_0x29f2e2(0x22b)+_0x4a2166[_0x29f2e2(0x235)]+(_0x4a2166[_0x29f2e2(0x254)]?_0xb94040[_0x29f2e2(0x160)](_0xb94040['LDaXS'],_0x4a2166[_0x29f2e2(0x254)]):''));}};_0xb94040[_0x487655(0x164)](isBrowserstackInfra)&&await _0xb94040[_0x487655(0x238)](_0x5a1e2f);await _0x245365[_0x487655(0x233)](this,arguments);!_0xb94040[_0x487655(0x164)](isBrowserstackInfra)&&await _0xb94040[_0x487655(0x19e)](_0x5a1e2f);try{_0x106822&&_0xb94040[_0x487655(0x208)](typeof _0x106822['flushPendingHookEvents'],_0xb94040[_0x487655(0x1b3)])&&await _0x106822[_0x487655(0x1e3)]();}catch(_0x11a1a5){logger['debug'](_0x487655(0x23e)+util[_0x487655(0x19c)](_0x11a1a5));}};},getCodeceptDriver=()=>{const _0x2a6b8e=a1_0x427855,_0x410abd={};_0x410abd[_0x2a6b8e(0x1c6)]=_0x2a6b8e(0x252),_0x410abd[_0x2a6b8e(0x1eb)]=_0x2a6b8e(0x1ad),_0x410abd[_0x2a6b8e(0x194)]=_0x2a6b8e(0x1f1),_0x410abd['ZrWYs']='TestCafe';const _0x8ee54=_0x410abd,_0x17168e=[_0x8ee54[_0x2a6b8e(0x1c6)],_0x8ee54[_0x2a6b8e(0x1eb)],_0x8ee54[_0x2a6b8e(0x194)],_0x8ee54[_0x2a6b8e(0x1dc)]],_0x4f4cf4=_0x17168e['find'](_0x3624e0=>!!CodeceptJS[_0x2a6b8e(0x1d1)]['helpers'](_0x3624e0));if(!_0x4f4cf4)return null;return CodeceptJS['container'][_0x2a6b8e(0x23b)](_0x4f4cf4);};module['exports']=function(_0x3a44be){const _0x3dc44a=a1_0x427855,_0x22dc73={'ErckJ':function(_0x10fabc,_0x1a8244){return _0x10fabc(_0x1a8244);},'DaxSY':function(_0x5351f1,_0x5d0e70,_0x545c53){return _0x5351f1(_0x5d0e70,_0x545c53);},'dBtJh':_0x3dc44a(0x1b1),'Fyfhe':_0x3dc44a(0x185),'pQvzi':_0x3dc44a(0x1f9),'DKwoR':_0x3dc44a(0x1ba),'WLrlI':function(_0x1b16d0,_0x5673dc){return _0x1b16d0(_0x5673dc);},'LLpQw':_0x3dc44a(0x216),'yQLmj':_0x3dc44a(0x1a6),'hUyYO':function(_0x35f6da,_0x40346d,_0x4b5911){return _0x35f6da(_0x40346d,_0x4b5911);},'gmumD':_0x3dc44a(0x22e),'ueCZv':_0x3dc44a(0x190),'cdTUx':function(_0x35b6d0){return _0x35b6d0();},'oCzfi':function(_0x2d756b,_0x44692d,_0x468aa9){return _0x2d756b(_0x44692d,_0x468aa9);},'CvMyP':_0x3dc44a(0x1d9),'Hcspv':_0x3dc44a(0x15b),'Nppea':_0x3dc44a(0x18b),'YTwmp':function(_0x1f8a4b,_0x2d06bd,_0x59417b){return _0x1f8a4b(_0x2d06bd,_0x59417b);},'FJcHt':_0x3dc44a(0x1c2),'vTARl':function(_0x233dae,_0x1c7a7f,_0x22b921,_0x3bf8eb){return _0x233dae(_0x1c7a7f,_0x22b921,_0x3bf8eb);},'tKith':function(_0x35c9b6,_0x150726){return _0x35c9b6===_0x150726;},'dMWFM':'Suite','oevmz':_0x3dc44a(0x21a),'MOkxN':_0x3dc44a(0x1df),'QDUXF':function(_0x2611e0,_0x271b7c,_0x572e5a){return _0x2611e0(_0x271b7c,_0x572e5a);},'CHNkW':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','OosBf':_0x3dc44a(0x1fa),'CaBRw':_0x3dc44a(0x1b8),'elwND':'TEST_LOG','rePhl':_0x3dc44a(0x18f),'vNeUJ':_0x3dc44a(0x1d6),'eunlT':_0x3dc44a(0x1c5),'LnovK':function(_0x477f84){return _0x477f84();},'YmlKu':_0x3dc44a(0x1ad)};_0x3a44be[_0x3dc44a(0x17c)]&&(global['__skipSessionStatus']=_0x3a44be[_0x3dc44a(0x17c)]);PerformanceTester[_0x3dc44a(0x232)]();const _0x4032c7=_0x22dc73[_0x3dc44a(0x159)](getCodeceptDriver),_0x35eed7=new O11yHelper(_0x4032c7,_0x3a44be),_0x4e8e97=!!CodeceptJS['container'][_0x3dc44a(0x23b)](_0x22dc73['YmlKu']);global[_0x3dc44a(0x213)]=_0x4032c7;_0x4032c7&&(PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x379376=_0x3dc44a;_0x4e8e97?_0x22dc73[_0x379376(0x1bf)](patchPlaywrightBefore,_0x35eed7):_0x22dc73[_0x379376(0x218)](patchWebDriverBefore,_0x4032c7,_0x35eed7);})(),PerformanceTester[_0x3dc44a(0x20e)](PerformanceEvents[_0x3dc44a(0x18e)],()=>{const _0x4cede3=_0x3dc44a,_0x3b369f={};_0x3b369f[_0x4cede3(0x1d5)]=_0x22dc73[_0x4cede3(0x224)],_0x3b369f['nyqmX']=_0x22dc73[_0x4cede3(0x1ca)];const _0x396ee2=_0x3b369f;_0x4032c7[_0x4cede3(0x1b1)]=async()=>{const _0x12c0a9=_0x4cede3;if(global[_0x12c0a9(0x1b2)]){const _0x21febc={};return _0x21febc[_0x12c0a9(0x158)]=_0x22dc73[_0x12c0a9(0x200)],await PerformanceTester[_0x12c0a9(0x20e)](PerformanceA11yEvents[_0x12c0a9(0x1a1)],async()=>{const _0xcd1d41=_0x12c0a9;return await AccessibilityHelper[_0xcd1d41(0x18d)](_0x4032c7,scripts[_0xcd1d41(0x16d)]);},_0x21febc)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x12c0a9(0x23d)],async()=>{const _0x528756=_0x12c0a9;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4032c7,scripts[_0x528756(0x1fe)]);})();}return logger[_0x12c0a9(0x21b)](_0x22dc73['Fyfhe']),{};},_0x4032c7[_0x4cede3(0x1f9)]=async()=>{const _0x4ea7e5=_0x4cede3;if(global[_0x4ea7e5(0x1b2)]){const _0x4c0fc0={};return _0x4c0fc0['command']=_0x396ee2['FXXKC'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4ea7e5(0x1a1)],async()=>{const _0x3cf646=_0x4ea7e5;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4032c7,scripts[_0x3cf646(0x16d)]);},_0x4c0fc0)(),await PerformanceTester[_0x4ea7e5(0x20e)](PerformanceA11yEvents[_0x4ea7e5(0x211)],async()=>{const _0x3d8210=_0x4ea7e5;return await AccessibilityHelper[_0x3d8210(0x18d)](_0x4032c7,scripts['getResults']);})();}return logger[_0x4ea7e5(0x21b)](_0x396ee2[_0x4ea7e5(0x23f)]),{};},_0x22dc73[_0x4cede3(0x14d)](patchSaveScreenshot,_0x4032c7);})());CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x1d7)][_0x3dc44a(0x1c9)],()=>{const _0x5c322f=_0x3dc44a;PerformanceTester['start'](PerformanceEvents[_0x5c322f(0x24e)]);try{_0x35eed7['start'](),testOpsHelper[_0x5c322f(0x1aa)](),PerformanceTester[_0x5c322f(0x249)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x5e32b2){PerformanceTester[_0x5c322f(0x199)](_0x5e32b2),PerformanceTester[_0x5c322f(0x249)](PerformanceEvents[_0x5c322f(0x24e)],![],_0x5e32b2);}}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS['event']['all'][_0x3dc44a(0x206)],async()=>{const _0xdf58b8=_0x3dc44a;PerformanceTester[_0xdf58b8(0x1a5)](PerformanceEvents[_0xdf58b8(0x229)]);try{requestSpy[_0xdf58b8(0x173)](),await _0x35eed7['stop'](),PerformanceTester[_0xdf58b8(0x249)](PerformanceEvents[_0xdf58b8(0x229)]);}catch(_0x4c3bec){PerformanceTester[_0xdf58b8(0x199)](_0x4c3bec),PerformanceTester[_0xdf58b8(0x249)](PerformanceEvents[_0xdf58b8(0x229)],![],_0x4c3bec);}finally{PerformanceTester[_0xdf58b8(0x1a9)]();}});const _0x167504=(_0x7255f7,_0x3dff95)=>{const _0x17038f=_0x3dc44a;if(!_0x35eed7)return;if(!_0x35eed7['hasLiveDriverSession']()){_0x35eed7[_0x17038f(0x212)](_0x7255f7,_0x3dff95);return;}CodeceptRecorder[_0x17038f(0x154)](()=>_0x35eed7['fireEvent'](_0x7255f7,_0x3dff95));};CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x20d)][_0x3dc44a(0x15d)],_0x40e8a8=>{const _0x470297=_0x3dc44a;PerformanceTester['start'](PerformanceEvents[_0x470297(0x16f)]);try{const _0x1625e2=_0x40e8a8[_0x470297(0x20f)][_0x470297(0x184)],_0xc14bb1=_0x35eed7['captureEvent'](TEST_EVENTS[_0x470297(0x1bd)],_0x1625e2);_0x22dc73['DaxSY'](_0x167504,TEST_EVENTS[_0x470297(0x1bd)],_0xc14bb1);const _0x38896b={};_0x38896b[_0x470297(0x209)]=_0x22dc73[_0x470297(0x1be)],PerformanceTester[_0x470297(0x249)](PerformanceEvents['SDK_HOOK'],!![],null,_0x38896b);}catch(_0x982b84){const _0xd1a282={};_0xd1a282['hookType']=_0x22dc73[_0x470297(0x1be)],PerformanceTester[_0x470297(0x249)](PerformanceEvents[_0x470297(0x16f)],![],_0x982b84,_0xd1a282),PerformanceTester[_0x470297(0x199)](_0x982b84);}}),CodeceptJS['event'][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x20d)]['passed'],_0x5c82ec=>{const _0x1cb0f3=_0x3dc44a,_0x167017={};_0x167017[_0x1cb0f3(0x209)]=_0x22dc73[_0x1cb0f3(0x1dd)],PerformanceTester['start'](PerformanceHookEvents[_0x1cb0f3(0x16f)],!![],null,_0x167017);try{const _0x1ed0be=_0x5c82ec[_0x1cb0f3(0x20f)][_0x1cb0f3(0x184)],_0x3e3898=_0x35eed7[_0x1cb0f3(0x1b5)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1ed0be);_0x22dc73[_0x1cb0f3(0x1cb)](_0x167504,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3e3898);const _0x5d406d={};_0x5d406d[_0x1cb0f3(0x209)]=_0x22dc73[_0x1cb0f3(0x1dd)],PerformanceTester[_0x1cb0f3(0x249)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5d406d);}catch(_0x3eb04d){PerformanceTester[_0x1cb0f3(0x199)](_0x3eb04d);const _0x101609={};_0x101609[_0x1cb0f3(0x209)]=_0x22dc73[_0x1cb0f3(0x1dd)],PerformanceTester[_0x1cb0f3(0x249)](PerformanceHookEvents[_0x1cb0f3(0x16f)],![],_0x3eb04d,_0x101609);}}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)]['hook']['failed'],async(_0x38e6ea,_0x500ed2)=>{const _0x38c496=_0x3dc44a;PerformanceTester['start'](PerformanceHookEvents[_0x38c496(0x16f)]);try{const _0x1b12e2=_0x38e6ea['ctx'][_0x38c496(0x184)],_0x2d9b88=_0x35eed7[_0x38c496(0x1b5)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1b12e2,_0x500ed2);_0x22dc73[_0x38c496(0x218)](_0x167504,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2d9b88);const _0x5c79ea={};_0x5c79ea[_0x38c496(0x209)]=_0x22dc73[_0x38c496(0x1f0)],PerformanceTester[_0x38c496(0x1a5)](PerformanceHookEvents[_0x38c496(0x16f)],!![],null,_0x5c79ea);}catch(_0x179cdb){PerformanceTester[_0x38c496(0x199)](_0x179cdb);const _0x221e8a={};_0x221e8a['hookType']=_0x22dc73[_0x38c496(0x1f0)],PerformanceTester[_0x38c496(0x249)](PerformanceHookEvents[_0x38c496(0x16f)],![],_0x179cdb,_0x221e8a);}const _0x59b44e={};_0x59b44e[_0x38c496(0x209)]=_0x22dc73['gmumD'],PerformanceTester[_0x38c496(0x249)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x59b44e);}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)]['test']['before'],_0x5d232a=>{const _0x1231ba=_0x3dc44a;PerformanceTester['start'](PerformanceHookEvents[_0x1231ba(0x16f)]);try{globals[_0x1231ba(0x204)](_0x22dc73[_0x1231ba(0x1a3)],_0x5d232a[_0x1231ba(0x183)]);_0x22dc73[_0x1231ba(0x21f)](isBrowserstackInfra)&&(_0x4e8e97&&(global[_0x1231ba(0x20a)]={'currentTest':{'name':_0x5d232a[_0x1231ba(0x183)],'testInfo':{'titlePath':_0x5d232a[_0x1231ba(0x1e1)]()}}}));try{const _0x3204d2=_0x22dc73['oCzfi'](shouldScanTestForAccessibility,_0x5d232a[_0x1231ba(0x1e1)](),!![]);globals['setGlobal'](_0x22dc73[_0x1231ba(0x18c)],_0x3204d2);}catch(_0x1a4acf){logger[_0x1231ba(0x24d)](_0x1231ba(0x23a)+util[_0x1231ba(0x19c)](_0x1a4acf));}const _0x224ec2={};_0x224ec2['hookType']=_0x22dc73[_0x1231ba(0x1e2)],PerformanceTester[_0x1231ba(0x249)](PerformanceHookEvents[_0x1231ba(0x16f)],!![],null,_0x224ec2);}catch(_0x577a15){PerformanceTester[_0x1231ba(0x199)](_0x577a15);const _0x1b4891={};_0x1b4891['hookType']=_0x22dc73['Hcspv'],PerformanceTester['end'](PerformanceHookEvents[_0x1231ba(0x16f)],![],_0x577a15,_0x1b4891);}}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x3dc44a(0x15d)],_0x251126=>{const _0x17abe7=_0x3dc44a,_0x1d3d7f={'TxObX':function(_0x562031){const _0x37875b=a1_0x3948;return _0x22dc73[_0x37875b(0x21f)](_0x562031);},'LuFFa':function(_0x1aace9,_0x54e9dc){const _0xcd155e=a1_0x3948;return _0x22dc73[_0xcd155e(0x14d)](_0x1aace9,_0x54e9dc);},'NSMUP':function(_0x3c5e47,_0xdf2a79,_0x2e0f64){return _0x22dc73['oCzfi'](_0x3c5e47,_0xdf2a79,_0x2e0f64);},'VgmUz':function(_0x112074,_0x569397){return _0x22dc73['WLrlI'](_0x112074,_0x569397);}};PerformanceTester[_0x17abe7(0x1a5)](PerformanceHookEvents[_0x17abe7(0x16f)]);try{globals[_0x17abe7(0x204)](_0x22dc73[_0x17abe7(0x1a3)],_0x251126['title']);const _0x130291=_0x35eed7[_0x17abe7(0x1b5)](TEST_EVENTS['TEST_RUN_STARTED'],_0x251126);CodeceptRecorder[_0x17abe7(0x154)](()=>_0x35eed7[_0x17abe7(0x1e3)]()),CodeceptRecorder[_0x17abe7(0x154)](()=>_0x35eed7['fireEvent'](TEST_EVENTS[_0x17abe7(0x1d3)],_0x130291)),CodeceptRecorder[_0x17abe7(0x154)](()=>_0x35eed7[_0x17abe7(0x187)](_0x251126['testAnalyticsId'])),CodeceptRecorder[_0x17abe7(0x154)](async()=>{const _0x4c9596=_0x17abe7;_0x1d3d7f[_0x4c9596(0x1f7)](isBrowserstackInfra)&&(!_0x1d3d7f[_0x4c9596(0x15f)](isTrue,_0x3a44be['skipSessionName'])&&await _0x1d3d7f[_0x4c9596(0x207)](markSessionName,_0x4032c7,_0x251126[_0x4c9596(0x183)]),_0x35eed7[_0x4c9596(0x16b)]&&await _0x1d3d7f[_0x4c9596(0x175)](o11ySync,_0x4032c7));});}catch(_0x5f32a3){const _0x4d2ae6={};_0x4d2ae6[_0x17abe7(0x209)]=_0x22dc73['Nppea'],PerformanceTester[_0x17abe7(0x249)](PerformanceHookEvents['SDK_HOOK'],![],_0x5f32a3,_0x4d2ae6),PerformanceTester['captureError'](_0x5f32a3);}const _0x3e49b4={};_0x3e49b4['hookType']=_0x22dc73[_0x17abe7(0x19d)],PerformanceTester[_0x17abe7(0x249)](PerformanceHookEvents[_0x17abe7(0x16f)],!![],null,_0x3e49b4);}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x184)][_0x3dc44a(0x161)],_0x549a1b=>{const _0x130703=_0x3dc44a,_0x447ec1={'aHHXn':function(_0x54f88e,_0x153297,_0x449967){const _0x3eec5f=a1_0x3948;return _0x22dc73[_0x3eec5f(0x1c8)](_0x54f88e,_0x153297,_0x449967);},'iXeRa':function(_0x1ef0b8){const _0x380236=a1_0x3948;return _0x22dc73[_0x380236(0x21f)](_0x1ef0b8);}};PerformanceTester['start'](PerformanceHookEvents[_0x130703(0x16f)]);try{const _0x32ab9f=_0x35eed7[_0x130703(0x1b5)](TEST_EVENTS[_0x130703(0x15c)],_0x549a1b);CodeceptRecorder[_0x130703(0x154)](()=>_0x35eed7[_0x130703(0x165)](TEST_EVENTS[_0x130703(0x15c)],_0x32ab9f)),CodeceptRecorder[_0x130703(0x154)](async()=>{const _0x519031=_0x130703,_0x333ca6={'IkAYc':function(_0x4e21b4,_0x15f85a,_0x5f1fa6){const _0x89894f=a1_0x3948;return _0x447ec1[_0x89894f(0x257)](_0x4e21b4,_0x15f85a,_0x5f1fa6);},'HfEcX':function(_0x3dd77c,_0x5e80f6,_0x38a49c){return _0x447ec1['aHHXn'](_0x3dd77c,_0x5e80f6,_0x38a49c);}};_0x447ec1[_0x519031(0x198)](isBrowserstackInfra)&&await PerformanceTester[_0x519031(0x20e)](PerformanceAutEvents[_0x519031(0x186)],async()=>{const _0x1ca013=_0x519031;_0x4e8e97?await _0x333ca6['IkAYc'](playwrightMarkSessionStatus,_0x4032c7,STATE_PASSED):await _0x333ca6[_0x1ca013(0x1a8)](markSessionStatus,_0x4032c7,STATE_PASSED);})();}),PerformanceTester[_0x130703(0x249)](PerformanceEvents[_0x130703(0x163)]);}catch(_0x1e5461){PerformanceTester[_0x130703(0x199)](_0x1e5461);const _0x31fbb0={};_0x31fbb0[_0x130703(0x209)]=_0x22dc73['FJcHt'],PerformanceTester[_0x130703(0x249)](PerformanceHookEvents[_0x130703(0x16f)],![],_0x1e5461,_0x31fbb0),PerformanceTester[_0x130703(0x249)](PerformanceEvents[_0x130703(0x163)],![],_0x1e5461);}const _0x1a07f3={};_0x1a07f3[_0x130703(0x209)]=_0x22dc73['FJcHt'],PerformanceTester['end'](PerformanceHookEvents[_0x130703(0x16f)],!![],null,_0x1a07f3);}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS['event'][_0x3dc44a(0x184)]['failed'],(_0x9f6b61,_0x195cc4)=>{const _0x4afbbe=_0x3dc44a;PerformanceTester[_0x4afbbe(0x1a5)](PerformanceHookEvents[_0x4afbbe(0x16f)]);try{if(_0x22dc73[_0x4afbbe(0x1fb)](_0x9f6b61[_0x4afbbe(0x221)][_0x4afbbe(0x1a0)],_0x22dc73[_0x4afbbe(0x230)])){const _0x37d351=_0x35eed7[_0x4afbbe(0x1b5)](TEST_EVENTS[_0x4afbbe(0x176)],_0x9f6b61[_0x4afbbe(0x20f)][_0x4afbbe(0x253)]);CodeceptRecorder['add'](()=>_0x35eed7[_0x4afbbe(0x165)](TEST_EVENTS[_0x4afbbe(0x176)],_0x37d351));}else{const _0x389501=_0x35eed7[_0x4afbbe(0x1b5)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x9f6b61,_0x195cc4);CodeceptRecorder['add'](()=>{const _0x4b7d30=_0x4afbbe;try{_0x35eed7[_0x4b7d30(0x165)](TEST_EVENTS[_0x4b7d30(0x15c)],_0x389501);}catch(_0x38f04f){logger[_0x4b7d30(0x24d)](_0x4b7d30(0x22a)+util[_0x4b7d30(0x19c)](_0x38f04f)),PerformanceTester[_0x4b7d30(0x249)](PerformanceEvents[_0x4b7d30(0x163)],![],_0x38f04f);}}),CodeceptRecorder[_0x4afbbe(0x154)](async()=>{const _0x2e8068=_0x4afbbe;try{_0x22dc73[_0x2e8068(0x21f)](isBrowserstackInfra)&&(_0x4e8e97?await _0x22dc73[_0x2e8068(0x1ee)](playwrightMarkSessionStatus,_0x4032c7,STATE_FAILED,_0x195cc4):await _0x22dc73['vTARl'](markSessionStatus,_0x4032c7,STATE_FAILED,_0x195cc4));}catch(_0x4efcab){logger[_0x2e8068(0x24d)](_0x2e8068(0x20c)+util['format'](_0x4efcab)),PerformanceTester[_0x2e8068(0x249)](PerformanceEvents['SDK_TEST'],![],_0x4efcab);}});}PerformanceTester[_0x4afbbe(0x249)](PerformanceEvents['SDK_TEST']);}catch(_0x14b191){PerformanceTester[_0x4afbbe(0x199)](_0x14b191);const _0xe0cb62={};_0xe0cb62[_0x4afbbe(0x209)]=_0x22dc73[_0x4afbbe(0x241)],PerformanceTester[_0x4afbbe(0x249)](PerformanceHookEvents['SDK_HOOK'],![],_0x14b191,_0xe0cb62),PerformanceTester[_0x4afbbe(0x249)](PerformanceEvents['SDK_TEST'],![],_0x14b191);}const _0x3c7635={};_0x3c7635[_0x4afbbe(0x209)]=_0x22dc73[_0x4afbbe(0x241)],PerformanceTester[_0x4afbbe(0x249)](PerformanceHookEvents[_0x4afbbe(0x16f)],!![],null,_0x3c7635);}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x184)][_0x3dc44a(0x250)],_0x890493=>{const _0x4c15ff=_0x3dc44a;PerformanceTester[_0x4c15ff(0x1a5)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5c70c6=_0x35eed7[_0x4c15ff(0x1b5)](TEST_EVENTS[_0x4c15ff(0x176)],_0x890493);CodeceptRecorder[_0x4c15ff(0x154)](()=>_0x35eed7['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x5c70c6)),PerformanceTester[_0x4c15ff(0x249)](PerformanceEvents[_0x4c15ff(0x163)]);}catch(_0x32205b){PerformanceTester['captureError'](_0x32205b),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x32205b);const _0x2560c2={};_0x2560c2['hookType']=_0x22dc73[_0x4c15ff(0x1f6)],PerformanceTester[_0x4c15ff(0x249)](PerformanceHookEvents[_0x4c15ff(0x16f)],![],_0x32205b,_0x2560c2);}const _0x466fe1={};_0x466fe1[_0x4c15ff(0x209)]=_0x22dc73[_0x4c15ff(0x1f6)],PerformanceTester[_0x4c15ff(0x249)](PerformanceHookEvents[_0x4c15ff(0x16f)],!![],null,_0x466fe1);}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x184)][_0x3dc44a(0x206)],async(_0x4974ad,_0xc78226)=>{const _0xef924a=_0x3dc44a;try{PerformanceTester[_0xef924a(0x1a5)](PerformanceHookEvents[_0xef924a(0x16f)]);const _0x1d4e16=_0x22dc73[_0xef924a(0x1a4)](shouldScanTestForAccessibility,_0x4974ad[_0xef924a(0x1e1)](),!![]);if(_0x22dc73[_0xef924a(0x21f)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x1d4e16){const _0x312b40={};_0x312b40['thTestRunUuid']=_0x4974ad[_0xef924a(0x24f)],_0x312b40[_0xef924a(0x1f5)]=process[_0xef924a(0x1e5)][testHubConstants[_0xef924a(0x171)][_0xef924a(0x181)]],_0x312b40['thJwtToken']=process[_0xef924a(0x1e5)][testHubConstants[_0xef924a(0x171)][_0xef924a(0x248)]];const _0xbd270d=_0x312b40;logger[_0xef924a(0x24d)](_0xef924a(0x19a)+JSON[_0xef924a(0x1e4)](_0xbd270d)),CodeceptRecorder[_0xef924a(0x154)](async()=>{const _0x20c456=_0xef924a;await accessibilityRetryHelper[_0x20c456(0x240)](_0x4032c7,_0x4974ad['title']),await accessibilityRetryHelper[_0x20c456(0x1d0)](_0x4032c7,_0xbd270d);}),logger[_0xef924a(0x17a)](_0x22dc73[_0xef924a(0x210)]);}const _0x5480e1={};_0x5480e1[_0xef924a(0x209)]=_0x22dc73[_0xef924a(0x1c3)],PerformanceTester[_0xef924a(0x249)](PerformanceHookEvents[_0xef924a(0x16f)],!![],null,_0x5480e1);}catch(_0x4456cf){PerformanceTester['captureError'](_0x4456cf);const _0x5d9113={};_0x5d9113[_0xef924a(0x209)]=_0x22dc73[_0xef924a(0x1c3)],PerformanceTester['end'](PerformanceHookEvents[_0xef924a(0x16f)],![],_0x4456cf,_0x5d9113);}}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x227)][_0x3dc44a(0x1e9)],_0x359486=>{const _0x212c98=_0x3dc44a;PerformanceTester[_0x212c98(0x1a5)](PerformanceHookEvents[_0x212c98(0x16f)]);try{process[_0x212c98(0x22d)](_0x212c98(0x243)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x22dc73[_0x212c98(0x247)],'message':_0x359486,'kind':_0x22dc73[_0x212c98(0x215)],'http_response':{}});}catch(_0x3c6258){PerformanceTester[_0x212c98(0x199)](_0x3c6258);const _0x14f00c={};_0x14f00c[_0x212c98(0x209)]=_0x22dc73['rePhl'],PerformanceTester[_0x212c98(0x249)](PerformanceHookEvents[_0x212c98(0x16f)],![],_0x3c6258,_0x14f00c);}const _0x28a028={};_0x28a028[_0x212c98(0x209)]=_0x22dc73[_0x212c98(0x180)],PerformanceTester[_0x212c98(0x249)](PerformanceHookEvents[_0x212c98(0x16f)],!![],null,_0x28a028);}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)]['bddStep'][_0x3dc44a(0x1c9)],_0x9657c3=>{const _0x31f2d9=_0x3dc44a,_0x41f866={};_0x41f866[_0x31f2d9(0x209)]=_0x22dc73[_0x31f2d9(0x16c)],PerformanceTester[_0x31f2d9(0x20e)](PerformanceHookEvents[_0x31f2d9(0x16f)],()=>{const _0x242007=_0x31f2d9;_0x35eed7[_0x242007(0x14e)](_0x9657c3);},_0x41f866)();}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS['event'][_0x3dc44a(0x239)][_0x3dc44a(0x206)],_0x1a616d=>{const _0x21593f=_0x3dc44a,_0xff0ec5={};_0xff0ec5[_0x21593f(0x209)]=_0x22dc73[_0x21593f(0x193)],PerformanceTester[_0x21593f(0x20e)](PerformanceHookEvents[_0x21593f(0x16f)],()=>{const _0x5d8169=_0x21593f;_0x35eed7[_0x5d8169(0x25a)](_0x1a616d);},_0xff0ec5)();});};
1
+ function a1_0x3a61(){const _0x2457ac=['BS_A11Y_JWT','call','PERFORM_SCAN','jPJIu','action','TEST_RUN_STARTED','push','./helper.js','EwrTz','test-failed','cvoYf','AhDGt','SnGYt','pmkdK','PMylG','end','bstackAllyScanning','setSessionName','ZAwls','SESSION_STATUS','__driver','CJREx','bddStep-before','dispatcher','codeceptjs/lib/utils.js','isArray','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','qifTA','screenshotOutputFolder','parse','executeScript','pOqMN','HOOK_RUN_FINISHED','BROWSERSTACK_TESTHUB_UUID','SESSION_NAME','cWDNr','url','rvRDZ','mRrWp','toString','ctx','page','start','5372622hOeoXy','contexts','eJGop','FtoKH','\x0aStack:\x20','YaCvg','all','thTestRunUuid','browserstackTestName','TEST_SCREENSHOT','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','--auto-open-devtools-for-tabs','IfsNX','patch','test','SYNC','../../helpers/testhub/constants.js','6ESKHqI','bind','onjdr','webdriverio','TEST_RUN_SKIPPED','CpjlH','performScan','stringify','config','hJMgg','restore','__skipSessionStatus','from','includes','testFramework','HOOK_RUN_STARTED','yHrJe','skipSessionName','enabled','SDK_PRE_TEST','Performing\x20scan\x20for\x20','hook','flushPendingHookEvents','commandsToWrap','14cVAoZD','zMDJR','version','zbTsS','aanmv','debug','Element','apply','XrSWL','CZgMq','passed','sClRl','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','_setPage','chromium','thBuildUuid','format','../../helpers/accessibility-automation/helper','qKjCY','command','initSaveScreenshot','captureEvent','getAccessibilityResultsSummary','varpy','zUWUO','started','startsWith','Screenshot\x20path\x20not\x20found','7465yjlPeB','browserStackExecuteDriver','bddStepStart','Suite','addRequestSpy','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','class','GKjIH','2470296wMHRyG','oWceU','fireEvent','GItxY','step','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','thJwtToken','Kugql','HEGfL','INFO','pid','test-before','test-after','../../helpers/performance/performance-tester','JgTgM','Failed\x20to\x20execute\x20_before:\x20','test-passed','SqLjH','stopMonitoring','stop','domForge','hook-failed','test-started','BdyQA','arguments','hook-passed','../../helpers/globals.js','forEach','find','../../helpers/test-observability/utils','VSDJX','WaHOR','message','McBkq','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','name','skipSessionStatus','xJrPJ','getResults','getResultsSummary','codeceptjs/lib/helper/Playwright.js','toISOString','LPXNi','prototype','3627320JhLdAh','../../bin/playwright/sessionDetails','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','performScanWithRetry','994084UFXuST','accessibilityPlatform','ywjWs','hasLiveDriverSession','PlKkT','lFOQm','saveAccessibilityResultsWithRetry','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','titlePath','after','Okhzq','23603530VuYTuM','WYuXQ','bddStep','wPsGD','NHyCo','shouldWrapCommand','../../helpers/logger','browserContext','winstonLogger','getSyncScript','base64','captureError','util','SDK_TEST','ENV_VAR','stack','PkdNq','qhTIM','test-skipped','./o11yHelper','readFileSync','vZCkJ','then','failed','Cmhcp','XvhlC','default','ttVoQ','../../bin/playwright/accessibility-helper','hookType','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','browser','a11y_core_config','env','TEST_RUN_FINISHED','WebDriver','pages','setSessionStatus','step-comment','Playwright','emit','args','tnCSk','XXdti','aAVaJ','saveScreenshot','SDK_HOOK','container','../../helpers/accessibility-automation/accessibilityRetryHelper','catch','../../helpers/request-spy','devtools://','ftuUW','FRAMEWORK_DETAILS','106cqEQud','startMonitoring','add','constructor','measureWrapper','string','before','BS_TESTOPS_ALLOW_SCREENSHOTS','_before','mDDhv','../../helpers/driverInitErrorReporter','SDK_POST_INITIALIZE','gcqqz','jcqpn','browserstack_executor:\x20','hyhHB','BkRBp','bddStep-after','exports','3917526eOYyQB','RYOpH','driver-init\x20capture\x20install\x20failed:\x20','../../helpers/accessibility-automation/scripts','hook-started','getAccessibilityResults','bs:addLog:','title','__workerDetails','testAnalyticsId','status','function','../../helpers/helper','setGlobal','tgzBI','DCeMc','KyCMj','WxwEr','SSBnl','codeceptjs/lib/helper/WebDriver.js','helpers','HAbQT','split','event','dNfih','codeceptjs','slice','SDK_POST_TEST','xMaVw','skipped','XuTfi','NBhLW','bstackA11yShouldScan','wXXEd'];a1_0x3a61=function(){return _0x2457ac;};return a1_0x3a61();}const a1_0x194834=a1_0x2abb;(function(_0x4f4244,_0x23a07e){const _0xa0843f=a1_0x2abb,_0x4a5725=_0x4f4244();while(!![]){try{const _0x14044d=-parseInt(_0xa0843f(0x224))/0x1*(parseInt(_0xa0843f(0x29d))/0x2)+parseInt(_0xa0843f(0x2b0))/0x3+parseInt(_0xa0843f(0x25c))/0x4+parseInt(_0xa0843f(0x258))/0x5*(parseInt(_0xa0843f(0x1f0))/0x6)+parseInt(_0xa0843f(0x208))/0x7*(parseInt(_0xa0843f(0x22c))/0x8)+parseInt(_0xa0843f(0x1df))/0x9+-parseInt(_0xa0843f(0x267))/0xa;if(_0x14044d===_0x23a07e)break;else _0x4a5725['push'](_0x4a5725['shift']());}catch(_0x2900de){_0x4a5725['push'](_0x4a5725['shift']());}}}(a1_0x3a61,0xb4439));const fs=require('fs'),util=require(a1_0x194834(0x273)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x194834(0x2bc)),logger=require(a1_0x194834(0x26d))[a1_0x194834(0x26f)],testOpsHelper=require(a1_0x194834(0x249)),requestSpy=require(a1_0x194834(0x299)),PlaywrightSessionDetails=require(a1_0x194834(0x259)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x194834(0x27a)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x194834(0x219)),AccessibilityHelper=require(a1_0x194834(0x283)),accessibilityRetryHelper=require(a1_0x194834(0x297)),scripts=require(a1_0x194834(0x2b3)),PerformanceTester=require(a1_0x194834(0x239)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x194834(0x2d9)),testHubConstants=require(a1_0x194834(0x1ef)),globals=require(a1_0x194834(0x246)),interopDefault=_0x3405d7=>_0x3405d7&&_0x3405d7[a1_0x194834(0x281)]!==undefined?_0x3405d7[a1_0x194834(0x281)]:_0x3405d7,CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule(a1_0x194834(0x2ea),'codeceptjs'),CodeceptWebDriver=interopDefault(requireModule(a1_0x194834(0x2c3),a1_0x194834(0x2c9))),CodeceptRecorder=interopDefault(requireModule('codeceptjs/lib/recorder.js',a1_0x194834(0x2c9))),CodeceptPlaywright=interopDefault(requireModule(a1_0x194834(0x254),'codeceptjs'));try{require(a1_0x194834(0x2a7))['installAll']('codeceptjs');}catch(a1_0x385f9d){logger[a1_0x194834(0x20d)](a1_0x194834(0x2b2)+(a1_0x385f9d&&a1_0x385f9d[a1_0x194834(0x24c)]));}function a1_0x2abb(_0x152882,_0x51971f){const _0x3a613d=a1_0x3a61();return a1_0x2abb=function(_0x2abb32,_0xa49eea){_0x2abb32=_0x2abb32-0x1cf;let _0x27a825=_0x3a613d[_0x2abb32];return _0x27a825;},a1_0x2abb(_0x152882,_0x51971f);}const playwrightMarkSessionStatus=(_0x30c4e7,_0x30ead7,_0x460723)=>{const _0x76c5c7=a1_0x194834,_0x339f24={'SnGYt':_0x76c5c7(0x28c),'iPhYp':function(_0x2493e6,_0x58209e){return _0x2493e6(_0x58209e);}},_0x3e34ca={};_0x3e34ca[_0x76c5c7(0x2ba)]=_0x30ead7;const _0x1c206d={};_0x1c206d[_0x76c5c7(0x2d6)]=_0x339f24[_0x76c5c7(0x2de)],_0x1c206d[_0x76c5c7(0x244)]=_0x3e34ca;const _0x352fdb=_0x1c206d;return!_0x339f24['iPhYp'](isUndefined,_0x460723)&&(_0x352fdb['arguments']['reason']=JSON[_0x76c5c7(0x1f7)](_0x460723)),_0x30c4e7[_0x76c5c7(0x1d2)](()=>{},_0x76c5c7(0x2ab)+JSON['stringify'](_0x352fdb));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x194834(0x1ee)],async _0xc9f13=>{const _0x24c17f=a1_0x194834,_0x200199={};_0x200199['GItxY']=function(_0x4d4162,_0x32855e){return _0x4d4162===_0x32855e;},_0x200199[_0x24c17f(0x233)]='Playwright';const _0x2b8106=_0x200199;_0x2b8106[_0x24c17f(0x22f)](_0xc9f13[_0x24c17f(0x2a0)]['name'],_0x2b8106[_0x24c17f(0x233)])?await _0xc9f13[_0x24c17f(0x1d2)](_0x201481=>{},testOpsHelper[_0x24c17f(0x270)]()):await _0xc9f13[_0x24c17f(0x1d2)](testOpsHelper[_0x24c17f(0x270)]());}),markSessionName=PerformanceTester[a1_0x194834(0x2a1)](PerformanceAutEvents[a1_0x194834(0x1d6)],async(_0x21f2f0,_0xa10be0)=>{const _0x10d7b4=a1_0x194834,_0xde4924={};_0xde4924['yXydA']=_0x10d7b4(0x2e3),_0xde4924[_0x10d7b4(0x1d9)]=function(_0x31dd38,_0x2a0edd){return _0x31dd38===_0x2a0edd;},_0xde4924[_0x10d7b4(0x22d)]=_0x10d7b4(0x28e);const _0xc2864b=_0xde4924,_0x2843f7={};_0x2843f7[_0x10d7b4(0x24f)]=_0xa10be0;const _0x3ff868={};_0x3ff868[_0x10d7b4(0x2d6)]=_0xc2864b['yXydA'],_0x3ff868['arguments']=_0x2843f7;const _0x4b96bb=_0x3ff868;_0xc2864b[_0x10d7b4(0x1d9)](_0x21f2f0[_0x10d7b4(0x2a0)][_0x10d7b4(0x24f)],_0xc2864b[_0x10d7b4(0x22d)])?await _0x21f2f0[_0x10d7b4(0x1d2)](()=>{},_0x10d7b4(0x2ab)+JSON[_0x10d7b4(0x1f7)](_0x4b96bb)):await _0x21f2f0['executeScript'](_0x10d7b4(0x2ab)+JSON[_0x10d7b4(0x1f7)](_0x4b96bb));}),patchSaveScreenshot=_0x48eee4=>{const _0x4fad09=a1_0x194834,_0x5b2054={'cWDNr':_0x4fad09(0x271),'xeJxf':_0x4fad09(0x1e8),'HAbQT':function(_0x3962bb){return _0x3962bb();},'eJGop':function(_0x30bcc2,_0x241111){return _0x30bcc2(_0x241111);},'KyCMj':_0x4fad09(0x223)};_0x5b2054[_0x4fad09(0x1e1)](isTrue,process['env'][_0x4fad09(0x2a4)])&&!_0x48eee4['patchSaveScreenshot']&&(_0x48eee4['patchSaveScreenshot']=!![],_0x48eee4[_0x4fad09(0x21c)]=_0x48eee4[_0x4fad09(0x294)],_0x48eee4[_0x4fad09(0x294)]=(_0x1de491,_0x27642e=![])=>{const _0x392585=_0x4fad09,_0x4808fa={'vZCkJ':_0x5b2054[_0x392585(0x1d7)],'aanmv':_0x5b2054['xeJxf'],'FVTUY':function(_0x29190d){const _0x31831f=_0x392585;return _0x5b2054[_0x31831f(0x2c5)](_0x29190d);},'Cmhcp':function(_0x45dd23,_0x26b120){const _0x1aad0f=_0x392585;return _0x5b2054[_0x1aad0f(0x1e1)](_0x45dd23,_0x26b120);},'URhYi':_0x5b2054[_0x392585(0x2c0)]};return new Promise(function(_0x2680bc,_0x4257e8){const _0x10e52f=_0x392585;_0x48eee4[_0x10e52f(0x21c)](_0x1de491,_0x27642e)[_0x10e52f(0x27d)](()=>{const _0x4c2dac=_0x10e52f,_0x1a244b=CodeceptUtils[_0x4c2dac(0x1d0)](_0x1de491);if(_0x1a244b){const _0xc4badb=fs[_0x4c2dac(0x27b)](_0x1a244b);process[_0x4c2dac(0x28f)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x4c2dac(0x255)](),'message':_0xc4badb[_0x4c2dac(0x1db)](_0x4808fa[_0x4c2dac(0x27c)]),'kind':_0x4808fa[_0x4c2dac(0x20c)]}),_0x4808fa['FVTUY'](_0x2680bc);}_0x4808fa[_0x4c2dac(0x27f)](_0x4257e8,new Error(_0x4808fa['URhYi']));})[_0x10e52f(0x298)](()=>null);});});},patchWebDriverBefore=(_0x3ffbf2,_0x2f0599)=>{const _0x2e23c6=a1_0x194834,_0x2fd68f={'XvhlC':function(_0x487474){return _0x487474();},'pOqMN':function(_0x13bb9f,_0x7421a1){return _0x13bb9f(_0x7421a1);},'FtoKH':function(_0x3fe1e7,_0x2f0af2){return _0x3fe1e7===_0x2f0af2;},'tnCSk':_0x2e23c6(0x1f3),'vgpOh':function(_0x3ebf0e,_0x2e32b7){return _0x3ebf0e===_0x2e32b7;},'YaCvg':_0x2e23c6(0x2a2),'McBkq':_0x2e23c6(0x20e),'PMylG':function(_0x2ecc9e,_0x52df1f){return _0x2ecc9e===_0x52df1f;},'NHyCo':_0x2e23c6(0x2bb)},_0xcfa373=async function(_0x175378,_0x3c2fbe){const _0x1be112=_0x2e23c6;_0x2fd68f[_0x1be112(0x280)](isAccessibilityAutomationSession)&&!global[_0x1be112(0x2e2)]&&global['accessibilityPlatform']&&scripts[_0x1be112(0x26c)](_0x175378[_0x1be112(0x24f)])&&_0x2fd68f[_0x1be112(0x1d3)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1be112(0x2e2)]=!![],await PerformanceTester[_0x1be112(0x2a1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x6dbe40=_0x1be112;logger['debug'](_0x6dbe40(0x204)+_0x175378[_0x6dbe40(0x22a)]+'\x20'+_0x175378[_0x6dbe40(0x24f)]),await AccessibilityHelper[_0x6dbe40(0x225)](_0x3ffbf2,scripts[_0x6dbe40(0x1f6)]);},{'command':_0x175378[_0x1be112(0x24f)]})());global[_0x1be112(0x2e2)]=![];const _0x57a7e7=JSON[_0x1be112(0x1d1)](process['env'][_0x1be112(0x29c)]||'{}');if(_0x2fd68f[_0x1be112(0x1e2)](_0x57a7e7?.[_0x1be112(0x1fe)]?.['name'],_0x2fd68f[_0x1be112(0x291)])&&_0x2fd68f['vgpOh'](typeof _0x57a7e7?.[_0x1be112(0x1fe)]?.[_0x1be112(0x20a)],_0x2fd68f[_0x1be112(0x1e4)])&&_0x57a7e7?.[_0x1be112(0x1fe)]?.[_0x1be112(0x20a)][_0x1be112(0x222)]('7'))return _0x3c2fbe[_0x1be112(0x20f)](null,Array[_0x1be112(0x257)]['slice'][_0x1be112(0x2d3)](arguments,0x2));return _0x3c2fbe[_0x1be112(0x20f)](this,Array[_0x1be112(0x257)][_0x1be112(0x2ca)][_0x1be112(0x2d3)](arguments,0x2));},_0x4b248b=CodeceptWebDriver[_0x2e23c6(0x257)][_0x2e23c6(0x2a5)];CodeceptWebDriver[_0x2e23c6(0x257)][_0x2e23c6(0x2a5)]=async function(){const _0x4e11fc=_0x2e23c6,_0x5e5d46={'TSSMJ':function(_0xbe967c,_0xe3df82){return _0x2fd68f['vgpOh'](_0xbe967c,_0xe3df82);},'hJMgg':_0x2fd68f[_0x4e11fc(0x24d)]};try{await _0x4b248b['apply'](this,arguments);}catch(_0x143d8f){logger['debug'](_0x4e11fc(0x23b)+util[_0x4e11fc(0x218)](_0x143d8f));}(scripts[_0x4e11fc(0x207)]||[])['filter'](_0x48abca=>_0x48abca[_0x4e11fc(0x24f)]&&_0x48abca[_0x4e11fc(0x22a)])[_0x4e11fc(0x247)](_0x650e89=>{const _0x2f4449=_0x4e11fc;this[_0x2f4449(0x286)]['overwriteCommand'](_0x650e89[_0x2f4449(0x24f)],_0xcfa373[_0x2f4449(0x1f1)](this,_0x650e89),_0x5e5d46['TSSMJ'](_0x650e89['class'],_0x5e5d46[_0x2f4449(0x1f9)]));}),_0x2fd68f[_0x4e11fc(0x1d3)](processWebDriverConfig,_0x3ffbf2);try{_0x2f0599&&_0x2fd68f[_0x4e11fc(0x2e0)](typeof _0x2f0599[_0x4e11fc(0x206)],_0x2fd68f[_0x4e11fc(0x26b)])&&await _0x2f0599['flushPendingHookEvents']();}catch(_0x5acdb5){logger['debug'](_0x4e11fc(0x231)+util['format'](_0x5acdb5));}};};function parseJwt(_0x48d2d1){const _0x4e0d22=a1_0x194834,_0x109091={};_0x109091[_0x4e0d22(0x25e)]=_0x4e0d22(0x271);const _0x1d3098=_0x109091;if(!_0x48d2d1)return null;return JSON['parse'](Buffer[_0x4e0d22(0x1fc)](_0x48d2d1[_0x4e0d22(0x2c6)]('.')[0x1],_0x1d3098[_0x4e0d22(0x25e)])[_0x4e0d22(0x1db)]());}const patchPlaywrightBefore=_0x299f2a=>{const _0x2aa4f5=a1_0x194834,_0x367968={'WaHOR':function(_0x814ff5){return _0x814ff5();},'mDDhv':_0x2aa4f5(0x29a),'iQzYM':_0x2aa4f5(0x1ea),'Okhzq':function(_0x2268c7,_0x1cbf96){return _0x2268c7(_0x1cbf96);},'VSDJX':function(_0x62a28){return _0x62a28();},'jcqpn':function(_0x1c2311,_0x3ac851){return _0x1c2311+_0x3ac851;},'wXXEd':_0x2aa4f5(0x1e3),'XrSWL':function(_0x39695c){return _0x39695c();},'qKjCY':function(_0x3b0172){return _0x3b0172();},'xMaVw':function(_0x4cf0d2){return _0x4cf0d2();},'dNfih':function(_0x35db5b,_0xfff3a5){return _0x35db5b===_0xfff3a5;},'qhTIM':'function'};PlaywrightSessionDetails[_0x2aa4f5(0x1ec)]();const _0x2e433a=CodeceptPlaywright[_0x2aa4f5(0x257)][_0x2aa4f5(0x2a5)];CodeceptPlaywright[_0x2aa4f5(0x257)]['_before']=async function(){const _0x2ce0d1=_0x2aa4f5,_0x25d07f={'BkRBp':function(_0x483e0a){const _0x534ec9=a1_0x2abb;return _0x367968[_0x534ec9(0x24b)](_0x483e0a);},'zbTsS':_0x367968[_0x2ce0d1(0x2a6)],'XuTfi':_0x367968['iQzYM'],'zMDJR':function(_0x58dd87,_0x32c5e1){const _0x3480f1=_0x2ce0d1;return _0x367968[_0x3480f1(0x266)](_0x58dd87,_0x32c5e1);},'SSBnl':function(_0x3f7dce){const _0x197657=_0x2ce0d1;return _0x367968[_0x197657(0x24a)](_0x3f7dce);},'AGnqL':function(_0x8d81a8,_0x4f9b38){const _0x4fed5e=_0x2ce0d1;return _0x367968[_0x4fed5e(0x2aa)](_0x8d81a8,_0x4f9b38);},'LPXNi':_0x367968[_0x2ce0d1(0x2d1)]};this[_0x2ce0d1(0x26e)]=await this['browser'][_0x2ce0d1(0x1e0)]()[0x0];const _0x5a741a=async()=>{const _0x49b528=_0x2ce0d1,_0x1a2df2=this[_0x49b528(0x1f8)]&&this[_0x49b528(0x1f8)][_0x49b528(0x216)]&&this['config']['chromium']['args']&&Array[_0x49b528(0x2eb)](this[_0x49b528(0x1f8)][_0x49b528(0x216)][_0x49b528(0x290)])&&this['config'][_0x49b528(0x216)][_0x49b528(0x290)][_0x49b528(0x1fd)](_0x25d07f[_0x49b528(0x2ce)]);if(_0x25d07f[_0x49b528(0x2ad)](isAccessibilityAutomationSession)&&!_0x1a2df2)try{const _0xcbb04e=_0x25d07f[_0x49b528(0x209)](parseJwt,process['env'][_0x49b528(0x2d2)]);if(_0xcbb04e&&_0xcbb04e[_0x49b528(0x287)]&&_0xcbb04e[_0x49b528(0x287)][_0x49b528(0x240)]){const _0x2bbe0a=this[_0x49b528(0x26e)][_0x49b528(0x28b)][_0x49b528(0x1f1)](this[_0x49b528(0x26e)]);this[_0x49b528(0x26e)][_0x49b528(0x28b)]=async function(){const _0x1a4ec7=_0x49b528,_0x11cc45=await _0x25d07f['BkRBp'](_0x2bbe0a),_0x2d4b7d=[];for(const _0xfbe087 of _0x11cc45){try{const _0x1b5740=await _0xfbe087[_0x1a4ec7(0x1d8)]();!_0x1b5740['startsWith'](_0x25d07f['zbTsS'])&&_0x2d4b7d[_0x1a4ec7(0x2d8)](_0xfbe087);}catch(_0x13531e){_0x2d4b7d[_0x1a4ec7(0x2d8)](_0xfbe087);}}return _0x2d4b7d;};}if(!_0x25d07f[_0x49b528(0x2c2)](isBrowserstackInfra)){const _0x47287f=await this[_0x49b528(0x1dd)][_0x49b528(0x1d8)]();if(_0x47287f['startsWith'](_0x25d07f[_0x49b528(0x20b)])){const _0x28d08f=await this[_0x49b528(0x26e)][_0x49b528(0x28b)]();this[_0x49b528(0x215)](_0x28d08f[0x0]);}}}catch(_0x55adef){logger[_0x49b528(0x20d)](_0x49b528(0x24e)+_0x55adef[_0x49b528(0x24c)]+(_0x55adef[_0x49b528(0x276)]?_0x25d07f['AGnqL'](_0x25d07f[_0x49b528(0x256)],_0x55adef[_0x49b528(0x276)]):''));}};_0x367968[_0x2ce0d1(0x210)](isBrowserstackInfra)&&await _0x367968[_0x2ce0d1(0x21a)](_0x5a741a);await _0x2e433a[_0x2ce0d1(0x20f)](this,arguments);!_0x367968[_0x2ce0d1(0x24b)](isBrowserstackInfra)&&await _0x367968[_0x2ce0d1(0x2cc)](_0x5a741a);try{_0x299f2a&&_0x367968[_0x2ce0d1(0x2c8)](typeof _0x299f2a['flushPendingHookEvents'],_0x367968[_0x2ce0d1(0x278)])&&await _0x299f2a[_0x2ce0d1(0x206)]();}catch(_0x172f1f){logger[_0x2ce0d1(0x20d)](_0x2ce0d1(0x285)+util['format'](_0x172f1f));}};},getCodeceptDriver=()=>{const _0x506dc1=a1_0x194834,_0x32be40={};_0x32be40[_0x506dc1(0x2b1)]=_0x506dc1(0x28a),_0x32be40[_0x506dc1(0x22b)]=_0x506dc1(0x28e),_0x32be40['NBhLW']='Puppeteer',_0x32be40[_0x506dc1(0x1f2)]='TestCafe';const _0x15f68c=_0x32be40,_0x4246a5=[_0x15f68c[_0x506dc1(0x2b1)],_0x15f68c[_0x506dc1(0x22b)],_0x15f68c[_0x506dc1(0x2cf)],_0x15f68c[_0x506dc1(0x1f2)]],_0x4cb20c=_0x4246a5[_0x506dc1(0x248)](_0x466113=>!!CodeceptJS[_0x506dc1(0x296)][_0x506dc1(0x2c4)](_0x466113));if(!_0x4cb20c)return null;return CodeceptJS[_0x506dc1(0x296)]['helpers'](_0x4cb20c);};module[a1_0x194834(0x2af)]=function(_0x42e596){const _0x3f6f0c=a1_0x194834,_0x136025={'zhjck':function(_0xdf9694,_0x46781c){return _0xdf9694(_0x46781c);},'tgzBI':function(_0x42f7f1,_0x130802,_0x5babaf){return _0x42f7f1(_0x130802,_0x5babaf);},'GwEfD':_0x3f6f0c(0x21e),'pmkdK':_0x3f6f0c(0x263),'XInSg':_0x3f6f0c(0x2b5),'jPJIu':_0x3f6f0c(0x25a),'zUWUO':function(_0x27daac,_0x38b481,_0x50b007){return _0x27daac(_0x38b481,_0x50b007);},'EwrTz':_0x3f6f0c(0x2b4),'hyhHB':_0x3f6f0c(0x245),'cvoYf':function(_0x1b7745,_0x15e909,_0x5536ff){return _0x1b7745(_0x15e909,_0x5536ff);},'PkdNq':_0x3f6f0c(0x241),'BdyQA':_0x3f6f0c(0x1e7),'SqLjH':function(_0x598fe7){return _0x598fe7();},'lFOQm':function(_0x339ea9,_0x21ea1c,_0x4da815){return _0x339ea9(_0x21ea1c,_0x4da815);},'ZAwls':_0x3f6f0c(0x2d0),'qifTA':_0x3f6f0c(0x237),'vynwc':function(_0x39dd03){return _0x39dd03();},'xJrPJ':function(_0x5923b2,_0x408825){return _0x5923b2(_0x408825);},'CZgMq':function(_0x204ad4,_0x143524,_0x219db3){return _0x204ad4(_0x143524,_0x219db3);},'aAVaJ':_0x3f6f0c(0x242),'IfsNX':function(_0x425d37){return _0x425d37();},'WYuXQ':_0x3f6f0c(0x23c),'sClRl':function(_0x238369,_0x3301ce,_0x98874d,_0x1abfdd){return _0x238369(_0x3301ce,_0x98874d,_0x1abfdd);},'XXdti':function(_0x20733f,_0x23bf82){return _0x20733f===_0x23bf82;},'varpy':_0x3f6f0c(0x227),'ttVoQ':_0x3f6f0c(0x2db),'CJREx':_0x3f6f0c(0x279),'ftuUW':_0x3f6f0c(0x2ec),'wPsGD':_0x3f6f0c(0x238),'CpjlH':_0x3f6f0c(0x235),'AhDGt':'TEST_LOG','yHrJe':_0x3f6f0c(0x28d),'mynam':_0x3f6f0c(0x2e8),'JgTgM':_0x3f6f0c(0x2ae),'HEGfL':'Playwright'};_0x42e596[_0x3f6f0c(0x250)]&&(global[_0x3f6f0c(0x1fb)]=_0x42e596[_0x3f6f0c(0x250)]);PerformanceTester[_0x3f6f0c(0x29e)]();const _0xdfc215=_0x136025[_0x3f6f0c(0x23d)](getCodeceptDriver),_0x3f70ed=new O11yHelper(_0xdfc215,_0x42e596),_0x16ae68=!!CodeceptJS[_0x3f6f0c(0x296)][_0x3f6f0c(0x2c4)](_0x136025[_0x3f6f0c(0x234)]);global[_0x3f6f0c(0x2e6)]=_0xdfc215;_0xdfc215&&(PerformanceTester[_0x3f6f0c(0x2a1)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{_0x16ae68?_0x136025['zhjck'](patchPlaywrightBefore,_0x3f70ed):_0x136025['tgzBI'](patchWebDriverBefore,_0xdfc215,_0x3f70ed);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x3f6f0c(0x2a8)],()=>{const _0x165983=_0x3f6f0c,_0x37d115={};_0x37d115[_0x165983(0x260)]=_0x136025['XInSg'],_0x37d115[_0x165983(0x2bf)]=_0x136025[_0x165983(0x2d5)];const _0x30f119=_0x37d115;_0xdfc215[_0x165983(0x21e)]=async()=>{const _0x2b3cf7=_0x165983;if(global[_0x2b3cf7(0x25d)]){const _0xfe60b0={};return _0xfe60b0[_0x2b3cf7(0x21b)]=_0x136025['GwEfD'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2b3cf7(0x2d4)],async()=>{const _0xb3255f=_0x2b3cf7;return await AccessibilityHelper['browserStackExecuteDriver'](_0xdfc215,scripts[_0xb3255f(0x1f6)]);},_0xfe60b0)(),await PerformanceTester[_0x2b3cf7(0x2a1)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4c4a6a=_0x2b3cf7;return await AccessibilityHelper[_0x4c4a6a(0x225)](_0xdfc215,scripts[_0x4c4a6a(0x253)]);})();}return logger['warn'](_0x136025[_0x2b3cf7(0x2df)]),{};},_0xdfc215['getAccessibilityResults']=async()=>{const _0x1eefc0=_0x165983;if(global[_0x1eefc0(0x25d)]){const _0x17f143={};return _0x17f143['command']=_0x30f119[_0x1eefc0(0x260)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x194ede=_0x1eefc0;return await AccessibilityHelper['browserStackExecuteDriver'](_0xdfc215,scripts[_0x194ede(0x1f6)]);},_0x17f143)(),await PerformanceTester[_0x1eefc0(0x2a1)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0xd008f9=_0x1eefc0;return await AccessibilityHelper['browserStackExecuteDriver'](_0xdfc215,scripts[_0xd008f9(0x252)]);})();}return logger['warn'](_0x30f119[_0x1eefc0(0x2bf)]),{};},_0x136025['zhjck'](patchSaveScreenshot,_0xdfc215);})());CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x1e5)]['before'],()=>{const _0x4eae40=_0x3f6f0c;PerformanceTester[_0x4eae40(0x1de)](PerformanceEvents[_0x4eae40(0x203)]);try{_0x3f70ed[_0x4eae40(0x1de)](),testOpsHelper[_0x4eae40(0x228)](),PerformanceTester[_0x4eae40(0x2e1)](PerformanceEvents[_0x4eae40(0x203)]);}catch(_0x3f177e){PerformanceTester[_0x4eae40(0x272)](_0x3f177e),PerformanceTester[_0x4eae40(0x2e1)](PerformanceEvents[_0x4eae40(0x203)],![],_0x3f177e);}}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x1e5)][_0x3f6f0c(0x265)],async()=>{const _0x48828f=_0x3f6f0c;PerformanceTester[_0x48828f(0x1de)](PerformanceEvents[_0x48828f(0x2cb)]);try{requestSpy[_0x48828f(0x1fa)](),await _0x3f70ed[_0x48828f(0x23f)](),PerformanceTester[_0x48828f(0x2e1)](PerformanceEvents[_0x48828f(0x2cb)]);}catch(_0x2df7f8){PerformanceTester['captureError'](_0x2df7f8),PerformanceTester[_0x48828f(0x2e1)](PerformanceEvents[_0x48828f(0x2cb)],![],_0x2df7f8);}finally{PerformanceTester[_0x48828f(0x23e)]();}});const _0x5b582c=(_0x5eb1da,_0x4390f3)=>{const _0x5b2457=_0x3f6f0c;if(!_0x3f70ed)return;if(!_0x3f70ed[_0x5b2457(0x25f)]()){_0x3f70ed['bufferPendingHookEvent'](_0x5eb1da,_0x4390f3);return;}CodeceptRecorder[_0x5b2457(0x29f)](()=>_0x3f70ed[_0x5b2457(0x22e)](_0x5eb1da,_0x4390f3));};CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS['event'][_0x3f6f0c(0x205)][_0x3f6f0c(0x221)],_0x5ec979=>{const _0x55ff03=_0x3f6f0c;PerformanceTester[_0x55ff03(0x1de)](PerformanceEvents['SDK_HOOK']);try{const _0x2c7502=_0x5ec979['ctx'][_0x55ff03(0x1ed)],_0x522372=_0x3f70ed[_0x55ff03(0x21d)](TEST_EVENTS[_0x55ff03(0x1ff)],_0x2c7502);_0x136025[_0x55ff03(0x220)](_0x5b582c,TEST_EVENTS['HOOK_RUN_STARTED'],_0x522372);const _0x5c317c={};_0x5c317c[_0x55ff03(0x284)]=_0x136025[_0x55ff03(0x2da)],PerformanceTester[_0x55ff03(0x2e1)](PerformanceEvents[_0x55ff03(0x295)],!![],null,_0x5c317c);}catch(_0x41ed89){const _0x2d481d={};_0x2d481d[_0x55ff03(0x284)]=_0x136025[_0x55ff03(0x2da)],PerformanceTester[_0x55ff03(0x2e1)](PerformanceEvents[_0x55ff03(0x295)],![],_0x41ed89,_0x2d481d),PerformanceTester[_0x55ff03(0x272)](_0x41ed89);}}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x205)]['passed'],_0x225205=>{const _0x58c62c=_0x3f6f0c,_0x3330b7={};_0x3330b7[_0x58c62c(0x284)]=_0x136025[_0x58c62c(0x2ac)],PerformanceTester[_0x58c62c(0x1de)](PerformanceHookEvents[_0x58c62c(0x295)],!![],null,_0x3330b7);try{const _0x178e59=_0x225205['ctx'][_0x58c62c(0x1ed)],_0x4b6547=_0x3f70ed[_0x58c62c(0x21d)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x178e59);_0x136025[_0x58c62c(0x2be)](_0x5b582c,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x4b6547);const _0x213729={};_0x213729[_0x58c62c(0x284)]=_0x136025['hyhHB'],PerformanceTester[_0x58c62c(0x2e1)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x213729);}catch(_0x210cbe){PerformanceTester[_0x58c62c(0x272)](_0x210cbe);const _0x1c63d4={};_0x1c63d4[_0x58c62c(0x284)]=_0x136025[_0x58c62c(0x2ac)],PerformanceTester[_0x58c62c(0x2e1)](PerformanceHookEvents[_0x58c62c(0x295)],![],_0x210cbe,_0x1c63d4);}}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x205)][_0x3f6f0c(0x27e)],async(_0x5ed4dc,_0x3ea5cf)=>{const _0xb9eb00=_0x3f6f0c;PerformanceTester[_0xb9eb00(0x1de)](PerformanceHookEvents[_0xb9eb00(0x295)]);try{const _0x34e430=_0x5ed4dc[_0xb9eb00(0x1dc)][_0xb9eb00(0x1ed)],_0x2cb9f4=_0x3f70ed[_0xb9eb00(0x21d)](TEST_EVENTS[_0xb9eb00(0x1d4)],_0x34e430,_0x3ea5cf);_0x136025[_0xb9eb00(0x2dc)](_0x5b582c,TEST_EVENTS[_0xb9eb00(0x1d4)],_0x2cb9f4);const _0x317637={};_0x317637[_0xb9eb00(0x284)]=_0x136025[_0xb9eb00(0x277)],PerformanceTester[_0xb9eb00(0x1de)](PerformanceHookEvents[_0xb9eb00(0x295)],!![],null,_0x317637);}catch(_0x28a909){PerformanceTester[_0xb9eb00(0x272)](_0x28a909);const _0x464c07={};_0x464c07[_0xb9eb00(0x284)]=_0x136025['PkdNq'],PerformanceTester[_0xb9eb00(0x2e1)](PerformanceHookEvents[_0xb9eb00(0x295)],![],_0x28a909,_0x464c07);}const _0x4deb46={};_0x4deb46[_0xb9eb00(0x284)]=_0x136025['PkdNq'],PerformanceTester[_0xb9eb00(0x2e1)](PerformanceHookEvents[_0xb9eb00(0x295)],!![],null,_0x4deb46);}),CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x1ed)][_0x3f6f0c(0x2a3)],_0x367329=>{const _0x59dae4=_0x3f6f0c;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x59dae4(0x2bd)](_0x136025['BdyQA'],_0x367329[_0x59dae4(0x2b7)]);_0x136025['SqLjH'](isBrowserstackInfra)&&(_0x16ae68&&(global[_0x59dae4(0x2b8)]={'currentTest':{'name':_0x367329[_0x59dae4(0x2b7)],'testInfo':{'titlePath':_0x367329[_0x59dae4(0x264)]()}}}));try{const _0x4d998d=_0x136025[_0x59dae4(0x261)](shouldScanTestForAccessibility,_0x367329['titlePath'](),!![]);globals[_0x59dae4(0x2bd)](_0x136025[_0x59dae4(0x2e4)],_0x4d998d);}catch(_0x53a402){logger[_0x59dae4(0x20d)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20'+util[_0x59dae4(0x218)](_0x53a402));}const _0x3f9bbc={};_0x3f9bbc[_0x59dae4(0x284)]=_0x136025[_0x59dae4(0x1cf)],PerformanceTester[_0x59dae4(0x2e1)](PerformanceHookEvents[_0x59dae4(0x295)],!![],null,_0x3f9bbc);}catch(_0x5961a8){PerformanceTester['captureError'](_0x5961a8);const _0x2ad02b={};_0x2ad02b[_0x59dae4(0x284)]=_0x136025[_0x59dae4(0x1cf)],PerformanceTester[_0x59dae4(0x2e1)](PerformanceHookEvents[_0x59dae4(0x295)],![],_0x5961a8,_0x2ad02b);}}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x1ed)][_0x3f6f0c(0x221)],_0x156480=>{const _0x5b8151=_0x3f6f0c;PerformanceTester[_0x5b8151(0x1de)](PerformanceHookEvents[_0x5b8151(0x295)]);try{globals[_0x5b8151(0x2bd)](_0x136025[_0x5b8151(0x243)],_0x156480[_0x5b8151(0x2b7)]);const _0x4be879=_0x3f70ed[_0x5b8151(0x21d)](TEST_EVENTS[_0x5b8151(0x2d7)],_0x156480);CodeceptRecorder['add'](()=>_0x3f70ed[_0x5b8151(0x206)]()),CodeceptRecorder[_0x5b8151(0x29f)](()=>_0x3f70ed[_0x5b8151(0x22e)](TEST_EVENTS[_0x5b8151(0x2d7)],_0x4be879)),CodeceptRecorder['add'](()=>_0x3f70ed['sendCBTInfo'](_0x156480[_0x5b8151(0x2b9)])),CodeceptRecorder['add'](async()=>{const _0x525687=_0x5b8151;_0x136025['vynwc'](isBrowserstackInfra)&&(!_0x136025[_0x525687(0x251)](isTrue,_0x42e596[_0x525687(0x201)])&&await _0x136025[_0x525687(0x211)](markSessionName,_0xdfc215,_0x156480[_0x525687(0x2b7)]),_0x3f70ed[_0x525687(0x202)]&&await _0x136025[_0x525687(0x251)](o11ySync,_0xdfc215));});}catch(_0x2bad22){const _0x503b6b={};_0x503b6b[_0x5b8151(0x284)]=_0x136025[_0x5b8151(0x293)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x2bad22,_0x503b6b),PerformanceTester['captureError'](_0x2bad22);}const _0x4ef255={};_0x4ef255[_0x5b8151(0x284)]=_0x136025['aAVaJ'],PerformanceTester[_0x5b8151(0x2e1)](PerformanceHookEvents[_0x5b8151(0x295)],!![],null,_0x4ef255);}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)]['test'][_0x3f6f0c(0x212)],_0x301bc8=>{const _0x31292d=_0x3f6f0c;PerformanceTester[_0x31292d(0x1de)](PerformanceHookEvents[_0x31292d(0x295)]);try{const _0x45f599=_0x3f70ed[_0x31292d(0x21d)](TEST_EVENTS[_0x31292d(0x289)],_0x301bc8);CodeceptRecorder[_0x31292d(0x29f)](()=>_0x3f70ed[_0x31292d(0x22e)](TEST_EVENTS[_0x31292d(0x289)],_0x45f599)),CodeceptRecorder[_0x31292d(0x29f)](async()=>{const _0x52a59e=_0x31292d,_0x42c9fa={'gcqqz':function(_0x435ffe,_0x3eab08,_0x191e5d){const _0x29a3ef=a1_0x2abb;return _0x136025[_0x29a3ef(0x2be)](_0x435ffe,_0x3eab08,_0x191e5d);}};_0x136025[_0x52a59e(0x1eb)](isBrowserstackInfra)&&await PerformanceTester[_0x52a59e(0x2a1)](PerformanceAutEvents[_0x52a59e(0x2e5)],async()=>{const _0x2827a0=_0x52a59e;_0x16ae68?await _0x42c9fa[_0x2827a0(0x2a9)](playwrightMarkSessionStatus,_0xdfc215,STATE_PASSED):await _0x42c9fa[_0x2827a0(0x2a9)](markSessionStatus,_0xdfc215,STATE_PASSED);})();}),PerformanceTester[_0x31292d(0x2e1)](PerformanceEvents['SDK_TEST']);}catch(_0x2733d5){PerformanceTester['captureError'](_0x2733d5);const _0x523d69={};_0x523d69['hookType']=_0x136025[_0x31292d(0x268)],PerformanceTester[_0x31292d(0x2e1)](PerformanceHookEvents[_0x31292d(0x295)],![],_0x2733d5,_0x523d69),PerformanceTester[_0x31292d(0x2e1)](PerformanceEvents[_0x31292d(0x274)],![],_0x2733d5);}const _0x4b5369={};_0x4b5369[_0x31292d(0x284)]=_0x136025['WYuXQ'],PerformanceTester[_0x31292d(0x2e1)](PerformanceHookEvents[_0x31292d(0x295)],!![],null,_0x4b5369);}),CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)]['test'][_0x3f6f0c(0x27e)],(_0xdf5ae,_0x24efcd)=>{const _0x4ac991=_0x3f6f0c,_0x573f1f={'mRrWp':function(_0x51dd6c){const _0x391f18=a1_0x2abb;return _0x136025[_0x391f18(0x1eb)](_0x51dd6c);},'WxwEr':function(_0x43f74a,_0x51f7d5,_0x1bcd41,_0x3e2b57){const _0x3e0ddd=a1_0x2abb;return _0x136025[_0x3e0ddd(0x213)](_0x43f74a,_0x51f7d5,_0x1bcd41,_0x3e2b57);}};PerformanceTester[_0x4ac991(0x1de)](PerformanceHookEvents[_0x4ac991(0x295)]);try{if(_0x136025[_0x4ac991(0x292)](_0xdf5ae[_0x4ac991(0x2a0)][_0x4ac991(0x24f)],_0x136025[_0x4ac991(0x21f)])){const _0x3cea0a=_0x3f70ed[_0x4ac991(0x21d)](TEST_EVENTS[_0x4ac991(0x1f4)],_0xdf5ae['ctx']['currentTest']);CodeceptRecorder[_0x4ac991(0x29f)](()=>_0x3f70ed[_0x4ac991(0x22e)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3cea0a));}else{const _0x2bc5ad=_0x3f70ed[_0x4ac991(0x21d)](TEST_EVENTS[_0x4ac991(0x289)],_0xdf5ae,_0x24efcd);CodeceptRecorder[_0x4ac991(0x29f)](()=>{const _0x4526f5=_0x4ac991;try{_0x3f70ed[_0x4526f5(0x22e)](TEST_EVENTS[_0x4526f5(0x289)],_0x2bc5ad);}catch(_0x5c0f4b){logger[_0x4526f5(0x20d)](_0x4526f5(0x214)+util[_0x4526f5(0x218)](_0x5c0f4b)),PerformanceTester['end'](PerformanceEvents[_0x4526f5(0x274)],![],_0x5c0f4b);}}),CodeceptRecorder[_0x4ac991(0x29f)](async()=>{const _0x225294=_0x4ac991;try{_0x573f1f[_0x225294(0x1da)](isBrowserstackInfra)&&(_0x16ae68?await _0x573f1f[_0x225294(0x2c1)](playwrightMarkSessionStatus,_0xdfc215,STATE_FAILED,_0x24efcd):await _0x573f1f[_0x225294(0x2c1)](markSessionStatus,_0xdfc215,STATE_FAILED,_0x24efcd));}catch(_0xd6fe6d){logger[_0x225294(0x20d)](_0x225294(0x1e9)+util[_0x225294(0x218)](_0xd6fe6d)),PerformanceTester['end'](PerformanceEvents[_0x225294(0x274)],![],_0xd6fe6d);}});}PerformanceTester[_0x4ac991(0x2e1)](PerformanceEvents['SDK_TEST']);}catch(_0x51579e){PerformanceTester[_0x4ac991(0x272)](_0x51579e);const _0x37cfd0={};_0x37cfd0[_0x4ac991(0x284)]=_0x136025[_0x4ac991(0x282)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x51579e,_0x37cfd0),PerformanceTester[_0x4ac991(0x2e1)](PerformanceEvents[_0x4ac991(0x274)],![],_0x51579e);}const _0x56b5f8={};_0x56b5f8[_0x4ac991(0x284)]=_0x136025['ttVoQ'],PerformanceTester[_0x4ac991(0x2e1)](PerformanceHookEvents[_0x4ac991(0x295)],!![],null,_0x56b5f8);}),CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)]['test'][_0x3f6f0c(0x2cd)],_0x46a04a=>{const _0x579a78=_0x3f6f0c;PerformanceTester['start'](PerformanceHookEvents[_0x579a78(0x295)]);try{const _0x5e2029=_0x3f70ed[_0x579a78(0x21d)](TEST_EVENTS[_0x579a78(0x1f4)],_0x46a04a);CodeceptRecorder[_0x579a78(0x29f)](()=>_0x3f70ed[_0x579a78(0x22e)](TEST_EVENTS[_0x579a78(0x1f4)],_0x5e2029)),PerformanceTester[_0x579a78(0x2e1)](PerformanceEvents['SDK_TEST']);}catch(_0xcf7e94){PerformanceTester[_0x579a78(0x272)](_0xcf7e94),PerformanceTester[_0x579a78(0x2e1)](PerformanceEvents[_0x579a78(0x274)],![],_0xcf7e94);const _0x20243c={};_0x20243c[_0x579a78(0x284)]=_0x136025[_0x579a78(0x2e7)],PerformanceTester[_0x579a78(0x2e1)](PerformanceHookEvents[_0x579a78(0x295)],![],_0xcf7e94,_0x20243c);}const _0x26d622={};_0x26d622[_0x579a78(0x284)]=_0x136025[_0x579a78(0x2e7)],PerformanceTester[_0x579a78(0x2e1)](PerformanceHookEvents[_0x579a78(0x295)],!![],null,_0x26d622);}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x1ed)][_0x3f6f0c(0x265)],async(_0x2f5284,_0x19251c)=>{const _0xb3574c=_0x3f6f0c;try{PerformanceTester['start'](PerformanceHookEvents[_0xb3574c(0x295)]);const _0x331334=_0x136025[_0xb3574c(0x261)](shouldScanTestForAccessibility,_0x2f5284[_0xb3574c(0x264)](),!![]);if(_0x136025[_0xb3574c(0x23d)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x331334){const _0x45e4e4={};_0x45e4e4[_0xb3574c(0x1e6)]=_0x2f5284['testAnalyticsId'],_0x45e4e4[_0xb3574c(0x217)]=process['env'][testHubConstants['ENV_VAR'][_0xb3574c(0x1d5)]],_0x45e4e4[_0xb3574c(0x232)]=process[_0xb3574c(0x288)][testHubConstants[_0xb3574c(0x275)]['BROWSERSTACK_TESTHUB_JWT']];const _0xac93d6=_0x45e4e4;logger[_0xb3574c(0x20d)](_0xb3574c(0x229)+JSON['stringify'](_0xac93d6)),CodeceptRecorder['add'](async()=>{const _0x5c39fb=_0xb3574c;await accessibilityRetryHelper[_0x5c39fb(0x25b)](_0xdfc215,_0x2f5284[_0x5c39fb(0x2b7)]),await accessibilityRetryHelper[_0x5c39fb(0x262)](_0xdfc215,_0xac93d6);}),logger['info'](_0x136025[_0xb3574c(0x29b)]);}const _0x4a9b69={};_0x4a9b69[_0xb3574c(0x284)]=_0x136025[_0xb3574c(0x26a)],PerformanceTester[_0xb3574c(0x2e1)](PerformanceHookEvents[_0xb3574c(0x295)],!![],null,_0x4a9b69);}catch(_0x260464){PerformanceTester[_0xb3574c(0x272)](_0x260464);const _0x88aa3c={};_0x88aa3c['hookType']=_0x136025['wPsGD'],PerformanceTester[_0xb3574c(0x2e1)](PerformanceHookEvents['SDK_HOOK'],![],_0x260464,_0x88aa3c);}}),CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS['event'][_0x3f6f0c(0x230)]['comment'],_0x66727d=>{const _0x55a238=_0x3f6f0c;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{process['emit'](_0x55a238(0x2b6)+process[_0x55a238(0x236)],{'timestamp':new Date()['toISOString'](),'level':_0x136025[_0x55a238(0x1f5)],'message':_0x66727d,'kind':_0x136025[_0x55a238(0x2dd)],'http_response':{}});}catch(_0x386025){PerformanceTester[_0x55a238(0x272)](_0x386025);const _0x23d567={};_0x23d567[_0x55a238(0x284)]=_0x136025[_0x55a238(0x200)],PerformanceTester[_0x55a238(0x2e1)](PerformanceHookEvents['SDK_HOOK'],![],_0x386025,_0x23d567);}const _0x23c055={};_0x23c055[_0x55a238(0x284)]=_0x136025['yHrJe'],PerformanceTester[_0x55a238(0x2e1)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x23c055);}),CodeceptJS['event'][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)]['bddStep'][_0x3f6f0c(0x2a3)],_0x5bde5e=>{const _0x2dfd9d=_0x3f6f0c,_0x5e38d6={};_0x5e38d6[_0x2dfd9d(0x284)]=_0x136025['mynam'],PerformanceTester[_0x2dfd9d(0x2a1)](PerformanceHookEvents[_0x2dfd9d(0x295)],()=>{const _0x464108=_0x2dfd9d;_0x3f70ed[_0x464108(0x226)](_0x5bde5e);},_0x5e38d6)();}),CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x2e9)]['on'](CodeceptJS[_0x3f6f0c(0x2c7)][_0x3f6f0c(0x269)]['after'],_0x542fe3=>{const _0x1b169c=_0x3f6f0c,_0x51ace1={};_0x51ace1[_0x1b169c(0x284)]=_0x136025[_0x1b169c(0x23a)],PerformanceTester[_0x1b169c(0x2a1)](PerformanceHookEvents[_0x1b169c(0x295)],()=>{_0x3f70ed['bddStepFinish'](_0x542fe3);},_0x51ace1)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x19d3b6=a2_0xc31f;function a2_0x5ca7(){const _0x2e17a0=['printResults','qLZTQ','QtZRo','WebDriver','../../helpers/accessibility-automation/helper','beOCp','../../bin/playwright/accessibility-helper','dNxsS','cwd','aWTng','WaNOm','skipSessionStatus','BROWSERSTACK_TEST_ACCESSIBILITY_YML','finalExecution','isUndefined','sYTAA','BrowserStackPlugin','ZBpXz','key','USER_CONFIG_DETAILS_PATH','browserName','testContextOptions','forEach','playwright-firefox','validPlatformsPresent','map','debug','../../helpers/testhub/testhubHandler','setupBrowserstackLocal','chromium','1265425tYPwAH','isTrue','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Ignoring\x20-c\x20config\x20path\x20\x22','accessibilityOptions','JyMFD','browser','BrowserStackPlugin.js','stack','enabled','ciSIJ','all','getPlatformName','splice','Failed\x20:\x20','BROWSERSTACK_FRAMEWORK','findIndex','prepareCapabilities','codeceptjs','accessKey','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','sPxos','plugins','failed','test','BROWSERSTACK_RERUN','../../helpers/test-observability/constants','../../helpers/helper','../../helpers/logger','chrome','FRAMEWORKS','../v2/browserstackCLI','BROWSERSTACK_TEST_OBSERVABILITY_YML','frameworkName','addTests','Ignoring\x20--config\x20path\x20\x22','host','assign','5067nMQGzO','WTLEv','LemtZ','uHWfD','launchBuild','dirname','result','oRZgO','VjDdW','8766qJOVOD','IMfSK','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','2DsBdYd','existsSync','addOptions','profile','push','DkAkj','EVENTS','useW3C','xdZcX','Playwright','chdir','desiredCapabilities','accessibility','errorMessage','stringify','playwright-webkit','addConfig','mergeDeep','CODECEPT_CUCUMBER','codecept.json','../../helpers/utilities','path','helpers','true','codeceptjs/lib/index.js','warn','split','before','36VHmuds','spawn','LxWbU','toLowerCase','load','err','sEPbj','getInstance','../../helpers/performance/constants','6VbhAAn','bootstrapAll','env','7134130UNOzjb','CODECEPT','platforms','start','createGroupsOfSuites','skipSessionName','printBuildLink','log','23193989LTMwSw','util','../../helpers/test-observability/utils','../utils/constants','gyKkI','now','Started\x20:\x20','join','setAdditionalCapabilities','process','jhyZK','getUserWorkerCount','ABvei','CKbZK','event','Passed\x20:\x20','2476958bOGVyP','isTestObservabilitySession','1360rwijIU','ICYfh','getPlaywrightUrl','../utils/clientTroubleshootingService','--config','Workers','exports','AUTOA','16yTbgkp','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','config','browserWSEndpoint','title','info','parallelsPerPlatform','playwright-chromium','EDLlf','replace','../../helpers/BrowserStackSetup','1472852dMFjaA','4|0|1|3|2','testObservability','resolveWithinCwd','21460tEAYvz','etpPW','SDK_CLEANUP'];a2_0x5ca7=function(){return _0x2e17a0;};return a2_0x5ca7();}(function(_0x1adf3c,_0x37c1b5){const _0x136299=a2_0xc31f,_0x4ab164=_0x1adf3c();while(!![]){try{const _0x14901b=-parseInt(_0x136299(0x221))/0x1*(-parseInt(_0x136299(0x277))/0x2)+-parseInt(_0x136299(0x21e))/0x3*(-parseInt(_0x136299(0x263))/0x4)+-parseInt(_0x136299(0x249))/0x5*(parseInt(_0x136299(0x246))/0x6)+parseInt(_0x136299(0x1ef))/0x7*(-parseInt(_0x136299(0x26b))/0x8)+parseInt(_0x136299(0x215))/0x9*(parseInt(_0x136299(0x27b))/0xa)+parseInt(_0x136299(0x261))/0xb*(parseInt(_0x136299(0x23d))/0xc)+-parseInt(_0x136299(0x251))/0xd;if(_0x14901b===_0x37c1b5)break;else _0x4ab164['push'](_0x4ab164['shift']());}catch(_0x5bdc36){_0x4ab164['push'](_0x4ab164['shift']());}}}(a2_0x5ca7,0xbdd3f));function a2_0xc31f(_0x18e202,_0x11f57c){const _0x5ca790=a2_0x5ca7();return a2_0xc31f=function(_0xc31fc6,_0x166767){_0xc31fc6=_0xc31fc6-0x1d6;let _0x10e43d=_0x5ca790[_0xc31fc6];return _0x10e43d;},a2_0xc31f(_0x18e202,_0x11f57c);}const fs=require('fs'),path=require('path'),util=require(a2_0x19d3b6(0x252)),process=require(a2_0x19d3b6(0x25a)),logger=require(a2_0x19d3b6(0x20b))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x19d3b6(0x276)),helper=require(a2_0x19d3b6(0x20a)),utilities=require(a2_0x19d3b6(0x235)),{checkAccessibilityPlatformConfig}=require(a2_0x19d3b6(0x282)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x19d3b6(0x1d7)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x19d3b6(0x20a)),CodeceptJS=requireModule(a2_0x19d3b6(0x239),'codeceptjs'),testOpsHelper=require(a2_0x19d3b6(0x253)),TestHubHandler=require(a2_0x19d3b6(0x1ec)),BrowserstackCLI=require(a2_0x19d3b6(0x20e)),constants=require(a2_0x19d3b6(0x254)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x19d3b6(0x209)),PerformanceEvents=require(a2_0x19d3b6(0x245))[a2_0x19d3b6(0x227)],ClientTroubleShootingService=require(a2_0x19d3b6(0x266)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x47daec,_0x52b54d)=>{const _0x4a1e01=a2_0x19d3b6,_0x27a469={};_0x27a469[_0x4a1e01(0x1d8)]=function(_0x45d36a,_0x7faf6a){return _0x45d36a===_0x7faf6a;},_0x27a469[_0x4a1e01(0x21c)]='codecept.conf.js',_0x27a469[_0x4a1e01(0x1db)]=_0x4a1e01(0x234);const _0x4fa831=_0x27a469;let _0xb71856=null;const _0x245ab4={};let _0x1f8810=_0x52b54d[_0x4a1e01(0x1ff)](_0x322898=>_0x322898===_0x4a1e01(0x267));_0x4fa831[_0x4a1e01(0x1d8)](_0x1f8810,-0x1)&&(_0x1f8810=_0x52b54d['findIndex'](_0x10604a=>_0x10604a==='-c'));const _0x38de86=!helper[_0x4a1e01(0x1df)](_0x47daec[_0x4a1e01(0x26e)])?helper['resolveWithinCwd'](_0x47daec[_0x4a1e01(0x26e)]):null,_0x13dc80=!helper[_0x4a1e01(0x1df)](_0x47daec['c'])?helper[_0x4a1e01(0x27a)](_0x47daec['c']):null;if(!helper[_0x4a1e01(0x1df)](_0x47daec[_0x4a1e01(0x26e)])&&!_0x38de86)logger[_0x4a1e01(0x23a)](_0x4a1e01(0x212)+_0x47daec['config']+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');else!helper[_0x4a1e01(0x1df)](_0x47daec['c'])&&!_0x13dc80&&logger[_0x4a1e01(0x23a)](_0x4a1e01(0x1f2)+_0x47daec['c']+_0x4a1e01(0x26d));if(_0x38de86&&fs['existsSync'](_0x38de86))_0xb71856=_0x38de86,_0x52b54d[_0x4a1e01(0x1fc)](_0x1f8810,0x2);else{if(_0x13dc80&&fs[_0x4a1e01(0x222)](_0x13dc80))_0xb71856=_0x13dc80,_0x52b54d[_0x4a1e01(0x1fc)](_0x1f8810,0x2);else{if(fs[_0x4a1e01(0x222)](path[_0x4a1e01(0x258)](process['cwd'](),_0x4fa831[_0x4a1e01(0x21c)])))_0xb71856=path[_0x4a1e01(0x258)](process[_0x4a1e01(0x1d9)](),_0x4fa831[_0x4a1e01(0x21c)]);else fs[_0x4a1e01(0x222)](path[_0x4a1e01(0x258)](process[_0x4a1e01(0x1d9)](),_0x4fa831['WaNOm']))&&(_0xb71856=path[_0x4a1e01(0x258)](process[_0x4a1e01(0x1d9)](),_0x4fa831[_0x4a1e01(0x1db)]));}}return process['env'][_0x4a1e01(0x1e4)]=_0xb71856,_0xb71856;},getO11yRerunPattern=()=>{const _0x19adc8=a2_0x19d3b6,_0x7d321d=helper[_0x19adc8(0x1f0)](process[_0x19adc8(0x248)][_0x19adc8(0x208)]);if(_0x7d321d){const _0x7342e0=process[_0x19adc8(0x248)]['BROWSERSTACK_RERUN_TESTS'],_0x12c09f=[];if(helper['validateRerunTestList'](_0x7342e0)&&!helper[_0x19adc8(0x1df)](_0x7342e0)){_0x7342e0[_0x19adc8(0x23b)](',')[_0x19adc8(0x1ea)](_0x106baa=>{const _0x9b4a3c=_0x19adc8;_0x12c09f[_0x9b4a3c(0x225)]('('+_0x106baa['trim']()+')');});const _0x260809='^'+_0x12c09f[_0x19adc8(0x258)]('|')+'$';return _0x260809;}}return null;},a2_0x3cae4d={};a2_0x3cae4d[a2_0x19d3b6(0x20c)]=a2_0x19d3b6(0x1ee),a2_0x3cae4d[a2_0x19d3b6(0x273)]=a2_0x19d3b6(0x1ee),a2_0x3cae4d[a2_0x19d3b6(0x1e8)]='firefox',a2_0x3cae4d[a2_0x19d3b6(0x230)]='webkit';const pwToCodeceptBrowser=a2_0x3cae4d;async function run(_0x14d685,_0x5c39b4,_0x1e738e){const _0x23136b=a2_0x19d3b6,_0x17fcdf={'ABvei':function(_0x46e20c,_0x2be464,_0x483277,_0x32fe1a){return _0x46e20c(_0x2be464,_0x483277,_0x32fe1a);},'ICYfh':function(_0x52fdd0,_0x5c3df7){return _0x52fdd0+_0x5c3df7;},'LemtZ':function(_0x51351b,_0x8afb85){return _0x51351b(_0x8afb85);},'ciSIJ':function(_0x5ec1ad,_0x70746,_0x566516){return _0x5ec1ad(_0x70746,_0x566516);},'LxWbU':_0x23136b(0x237),'xdZcX':function(_0xa189d1){return _0xa189d1();},'IMfSK':'/wd/hub','gyKkI':function(_0x2fd7fb){return _0x2fd7fb();},'JyMFD':_0x23136b(0x1fd),'VjDdW':_0x23136b(0x260),'sEPbj':_0x23136b(0x257),'AUTOA':_0x23136b(0x278),'sPxos':_0x23136b(0x1f1),'uHWfD':function(_0x158890,_0x32cba9,_0xc91f91){return _0x158890(_0x32cba9,_0xc91f91);},'sYTAA':_0x23136b(0x22a),'jhyZK':'WebDriver','EDLlf':function(_0x30c749,_0x1f64ec){return _0x30c749!=_0x1f64ec;},'WTLEv':_0x23136b(0x238),'IqpHu':'gherkin','aWTng':function(_0x13fabc,_0x575be8){return _0x13fabc(_0x575be8);},'etpPW':function(_0x3dc58d,_0x469e24){return _0x3dc58d*_0x469e24;},'GQuuK':function(_0x3f33d4,_0x271bdf,_0x325265){return _0x3f33d4(_0x271bdf,_0x325265);},'vxUgI':_0x23136b(0x1f5),'DkAkj':function(_0x12a80c,_0x4cafbd,_0x1059c7){return _0x12a80c(_0x4cafbd,_0x1059c7);},'ZBpXz':_0x23136b(0x22c),'CKbZK':'root','qLZTQ':_0x23136b(0x1f6),'bKRGL':'browserStackCwd','beOCp':_0x23136b(0x201),'QtZRo':function(_0x59d79e){return _0x59d79e();}};await _0x1e738e['initialize'](_0x14d685);!BrowserstackCLI[_0x23136b(0x244)]()['isRunning']()&&await _0x1e738e[_0x23136b(0x1ed)]();await helper['handleApp'](_0x1e738e[_0x23136b(0x26e)]);if(!_0x1e738e[_0x23136b(0x26e)])return;process['profile']=_0x14d685[_0x23136b(0x224)];_0x14d685[_0x23136b(0x224)]&&(process[_0x23136b(0x248)][_0x23136b(0x224)]=_0x14d685[_0x23136b(0x224)]);const _0x26f255=_0x17fcdf['ciSIJ'](getUserCodeceptJSConfigs,_0x14d685,_0x5c39b4);let _0x141716={};_0x26f255?(logger[_0x23136b(0x271)](_0x23136b(0x203)+_0x26f255),_0x141716=CodeceptJS[_0x23136b(0x26e)][_0x23136b(0x241)](_0x26f255)):logger[_0x23136b(0x271)](_0x17fcdf[_0x23136b(0x204)]);let _0x1ed51d=![];_0x17fcdf['uHWfD'](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x17fcdf[_0x23136b(0x1e0)]])&&(_0x1ed51d=!![]);const _0x425645=_0x1ed51d?_0x17fcdf['sYTAA']:_0x17fcdf[_0x23136b(0x25b)];let _0x16ebe3=!_0x1ed51d?helper[_0x23136b(0x228)](_0x1e738e[_0x23136b(0x26e)]):![];!helper['isUndefined'](_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x1f3)])&&(process[_0x23136b(0x248)][_0x23136b(0x220)]=JSON[_0x23136b(0x22f)](_0x1e738e[_0x23136b(0x26e)]['accessibilityOptions']));let _0x45fbb9=_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x22d)];_0x45fbb9=_0x45fbb9||_0x17fcdf[_0x23136b(0x217)](checkAccessibilityPlatformConfig,_0x1e738e[_0x23136b(0x26e)]),process[_0x23136b(0x248)][_0x23136b(0x1dd)]=_0x45fbb9;_0x45fbb9&&(_0x16ebe3=!_0x45fbb9);_0x17fcdf[_0x23136b(0x274)](_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x279)],null)?process[_0x23136b(0x248)][_0x23136b(0x20f)]=_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x279)]:process[_0x23136b(0x248)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x17fcdf[_0x23136b(0x216)];const _0x1ec1e6=_0x17fcdf[_0x23136b(0x218)](nestedKeyValue,_0x141716,[_0x17fcdf['IqpHu']]),_0x46e57e=_0x1ec1e6&&!helper['isEmpty'](_0x1ec1e6)?FRAMEWORKS[_0x23136b(0x233)]:FRAMEWORKS['CODECEPT'],_0x39d287=await TestHubHandler[_0x23136b(0x219)](_0x46e57e,_0x1e738e);await testOpsHelper[_0x23136b(0x24f)]();_0x45fbb9&&_0x17fcdf[_0x23136b(0x1da)](setAccessibilityCapabilities,_0x1e738e[_0x23136b(0x26e)]);const _0x44fc6b={},_0x16bfaf=[],_0x581c9c=_0x1e738e['config'][_0x23136b(0x272)]||helper[_0x23136b(0x25c)](_0x14d685,_0x5c39b4,_0x1e738e['config'],constants[_0x23136b(0x20d)]['CODECEPT'])||0x1;let _0x54da12=0x1;if(_0x17fcdf['gyKkI'](isBrowserstackInfra)){const _0x317daf=helper[_0x23136b(0x200)](_0x1e738e[_0x23136b(0x26e)],_0x16ebe3,constants[_0x23136b(0x20d)][_0x23136b(0x24a)]);_0x317daf[_0x23136b(0x1e7)](_0x7e47e8=>{const _0x5dbc7c=_0x23136b;helper[_0x5dbc7c(0x259)](_0x7e47e8);}),helper[_0x23136b(0x1e9)](_0x1e738e[_0x23136b(0x26e)])?_0x54da12=_0x17fcdf[_0x23136b(0x27c)](_0x581c9c,_0x1e738e[_0x23136b(0x26e)]['platforms']['length']):_0x54da12=_0x581c9c,_0x317daf[_0x23136b(0x1e7)](_0x22246f=>{const _0x508cee=_0x23136b,_0x14a489=_0x17fcdf[_0x508cee(0x264)](helper[_0x508cee(0x1fb)](_0x22246f,'_'),'_'+Date[_0x508cee(0x256)]()),_0x62616b=((()=>{const _0x5d7cb5=_0x508cee;if(_0x1ed51d){const _0xdcf57b=pwToCodeceptBrowser[_0x22246f[_0x5d7cb5(0x1e5)]]||_0x22246f[_0x5d7cb5(0x1e5)],_0x41796b=helper[_0x5d7cb5(0x265)](_0x1e738e[_0x5d7cb5(0x26e)]),_0x368773=Object[_0x5d7cb5(0x214)]({},_0x22246f);return _0x17fcdf[_0x5d7cb5(0x25d)](processAccessibilityCaps,_0x368773,_0x41796b,null),{'browser':_0xdcf57b,[_0xdcf57b]:{'browserWSEndpoint':_0x17fcdf['ICYfh'](_0x41796b,_0x17fcdf[_0x5d7cb5(0x217)](encodeURIComponent,JSON[_0x5d7cb5(0x22f)](_0x368773)))}};}const _0x48e9cd={};return _0x48e9cd[_0x5d7cb5(0x22c)]=_0x22246f,_0x48e9cd['user']=_0x1e738e[_0x5d7cb5(0x26e)]['userName'],_0x48e9cd[_0x5d7cb5(0x1e3)]=_0x1e738e[_0x5d7cb5(0x26e)][_0x5d7cb5(0x202)],_0x48e9cd;})()),_0x185c98=_0x17fcdf[_0x508cee(0x1f9)](nestedKeyValue,_0x141716,[_0x17fcdf[_0x508cee(0x23f)],_0x425645]);_0x44fc6b[_0x14a489]=_0x185c98?helper[_0x508cee(0x232)](_0x62616b,_0x185c98):_0x62616b;if(_0x1ed51d)_0x44fc6b[_0x14a489]['browser']=pwToCodeceptBrowser[_0x22246f[_0x508cee(0x1e5)]]||_0x22246f[_0x508cee(0x1e5)];else{_0x44fc6b[_0x14a489][_0x508cee(0x1f5)]=_0x22246f[_0x508cee(0x1e5)]||_0x62616b[_0x508cee(0x1f5)];if(_0x17fcdf[_0x508cee(0x229)](isBrowserstackInfra)){_0x44fc6b[_0x14a489][_0x508cee(0x213)]=constants['hubUrl']['replace'](_0x17fcdf[_0x508cee(0x21f)],'')[_0x508cee(0x275)](/https?:\/\//,'');;_0x44fc6b[_0x14a489][_0x508cee(0x236)]=_0x17fcdf['IMfSK'];}}_0x16bfaf[_0x508cee(0x225)](_0x14a489);});}else{_0x54da12=0x1;if(_0x1ed51d){const _0x5d050e=_0x17fcdf['GQuuK'](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x425645,_0x17fcdf['vxUgI']]),_0x34f025=_0x17fcdf[_0x23136b(0x226)](nestedKeyValue,_0x141716,[_0x17fcdf['LxWbU'],_0x425645,_0x5d050e]);if(_0x34f025&&_0x34f025['browserWSEndpoint']){const _0x3c50a7={};_0x3c50a7['platforms']=[],_0x34f025[_0x23136b(0x26f)]=helper[_0x23136b(0x200)](Object['assign']({},_0x1e738e['config'],_0x3c50a7),null,_0x46e57e[_0x23136b(0x240)](),null,null,_0x34f025[_0x23136b(0x26f)]);}}else{if(_0x17fcdf[_0x23136b(0x218)](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x425645])){const _0x160ad1={};_0x160ad1[_0x23136b(0x24b)]=[],_0x141716[_0x17fcdf['LxWbU']][_0x425645][_0x17fcdf[_0x23136b(0x1e2)]]=helper[_0x23136b(0x200)](Object[_0x23136b(0x214)]({},_0x1e738e[_0x23136b(0x26e)],_0x160ad1),null,_0x46e57e[_0x23136b(0x240)](),_0x17fcdf['GQuuK'](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x425645,_0x17fcdf[_0x23136b(0x1e2)]])||{},null,null);}}_0x44fc6b[_0x17fcdf[_0x23136b(0x25e)]]=_0x141716,_0x16bfaf['push'](_0x17fcdf['CKbZK']);}const _0x36f101={};_0x36f101['testConfig']=_0x26f255;const _0x9d1030=_0x36f101,_0x29601e=path[_0x23136b(0x258)](__dirname,_0x17fcdf[_0x23136b(0x27f)]),_0x1dc8ba=process[_0x23136b(0x1d9)]();process[_0x23136b(0x248)][_0x17fcdf['bKRGL']]=_0x1dc8ba;_0x26f255&&process[_0x23136b(0x22b)](path[_0x23136b(0x21a)](_0x26f255));process['env'][_0x23136b(0x1fe)]=process[_0x23136b(0x248)][_0x23136b(0x1fe)]||_0x17fcdf[_0x23136b(0x1d6)];const _0x2fdf0a=new CodeceptJS[(_0x23136b(0x268))](null,_0x9d1030),_0x5c941f=_0x2fdf0a[_0x23136b(0x24d)](_0x581c9c),_0x109a65=testOpsHelper[_0x23136b(0x262)](),_0x3c0364=_0x16bfaf[_0x23136b(0x1ea)](_0x452df6=>{const _0x44b94c=_0x23136b,_0x3f9b35={};_0x3f9b35[_0x44b94c(0x22a)]=_0x44fc6b[_0x452df6];const _0x1674d0={};_0x1674d0[_0x44b94c(0x281)]=_0x44fc6b[_0x452df6];const _0x3fd4fd=_0x1ed51d?_0x3f9b35:_0x1674d0,_0x548018=_0x17fcdf['gyKkI'](getO11yRerunPattern),_0x2d0bab={};_0x2d0bab[_0x44b94c(0x237)]=_0x3fd4fd;const _0x4169fb={};_0x4169fb['require']=_0x29601e,_0x4169fb[_0x44b94c(0x1f8)]=!![],_0x4169fb[_0x44b94c(0x24e)]=_0x1e738e[_0x44b94c(0x26e)][_0x44b94c(0x1e6)][_0x44b94c(0x24e)],_0x4169fb[_0x44b94c(0x1dc)]=_0x1e738e[_0x44b94c(0x26e)]['testContextOptions']['skipSessionStatus'],_0x4169fb[_0x44b94c(0x279)]=_0x109a65,_0x4169fb[_0x44b94c(0x210)]=_0x46e57e;const _0x1b42e0={};_0x1b42e0[_0x44b94c(0x1e1)]=_0x4169fb;const _0x506adf={};return _0x506adf[_0x44b94c(0x205)]=_0x1b42e0,helper[_0x44b94c(0x232)]({},_0x141716,_0x17fcdf[_0x44b94c(0x255)](isBrowserstackInfra)?_0x2d0bab:{},_0x548018?{'grep':_0x548018}:{},_0x506adf);});for(const _0x47c8ad of _0x3c0364){for(const _0x305dda of _0x5c941f){const _0x1a0297=_0x2fdf0a[_0x23136b(0x23e)]();_0x1a0297[_0x23136b(0x211)](_0x305dda),_0x1a0297[_0x23136b(0x231)](_0x47c8ad);const _0x195db1={};_0x195db1[_0x23136b(0x26e)]=_0x26f255,_0x1a0297[_0x23136b(0x223)](Object[_0x23136b(0x214)](_0x195db1,_0x14d685));}}_0x2fdf0a['on'](CodeceptJS['event'][_0x23136b(0x207)][_0x23136b(0x206)],(_0xa47403,_0x2784b3)=>{const _0x4eadba=_0x23136b;console[_0x4eadba(0x250)](_0x17fcdf[_0x4eadba(0x1f4)],_0xa47403[_0x4eadba(0x270)]);const _0x3a5037={[_0xa47403[_0x4eadba(0x270)]]:_0xa47403[_0x4eadba(0x242)][_0x4eadba(0x1f7)]};_testErrorData[_0x4eadba(0x225)](_0x3a5037);}),_0x2fdf0a['on'](CodeceptJS[_0x23136b(0x25f)][_0x23136b(0x207)]['passed'],async _0x4e21c4=>{const _0xa81e0c=_0x23136b;console[_0xa81e0c(0x250)](_0x17fcdf[_0xa81e0c(0x21d)],_0x4e21c4[_0xa81e0c(0x270)]);}),_0x2fdf0a['on'](CodeceptJS[_0x23136b(0x25f)][_0x23136b(0x207)][_0x23136b(0x23c)],async _0x307601=>{const _0x33c3af=_0x23136b;console['log'](_0x17fcdf[_0x33c3af(0x243)],_0x307601[_0x33c3af(0x270)]);}),_0x2fdf0a['on'](CodeceptJS[_0x23136b(0x25f)][_0x23136b(0x1fa)][_0x23136b(0x21b)],async()=>{const _0x1bbef6=_0x23136b,_0x20f261=_0x17fcdf[_0x1bbef6(0x26a)][_0x1bbef6(0x23b)]('|');let _0x3595c1=0x0;while(!![]){switch(_0x20f261[_0x3595c1++]){case'0':_0x1e738e[_0x1bbef6(0x22e)]=_testErrorData;continue;case'1':utilities[_0x1bbef6(0x1de)](_0x1e738e);continue;case'2':_0x2fdf0a[_0x1bbef6(0x27e)]();continue;case'3':try{await TestHubHandler['stop']();}catch(_0x3b7ef0){logger[_0x1bbef6(0x1eb)](_0x1bbef6(0x26c)+util['format'](_0x3b7ef0));}continue;case'4':PerformanceTester[_0x1bbef6(0x24c)](PerformanceEvents[_0x1bbef6(0x27d)]);continue;}break;}});async function _0xaeef9e(){const _0x3f4b0e=_0x23136b;try{await _0x2fdf0a[_0x3f4b0e(0x247)](),await _0x2fdf0a['run']();}finally{process[_0x3f4b0e(0x22b)](_0x1dc8ba),await _0x2fdf0a['teardownAll']();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),await _0x17fcdf[_0x23136b(0x280)](_0xaeef9e);}module[a2_0x19d3b6(0x269)]=run;
2
+ 'use strict';const a2_0x1278fb=a2_0xa93b;(function(_0x5e5eeb,_0x326e49){const _0x17b2f6=a2_0xa93b,_0x1338de=_0x5e5eeb();while(!![]){try{const _0x2f9632=parseInt(_0x17b2f6(0x134))/0x1*(-parseInt(_0x17b2f6(0x10c))/0x2)+-parseInt(_0x17b2f6(0x11d))/0x3*(-parseInt(_0x17b2f6(0xd9))/0x4)+-parseInt(_0x17b2f6(0x100))/0x5+parseInt(_0x17b2f6(0xda))/0x6+-parseInt(_0x17b2f6(0xd7))/0x7*(parseInt(_0x17b2f6(0x131))/0x8)+-parseInt(_0x17b2f6(0x153))/0x9+parseInt(_0x17b2f6(0xb6))/0xa*(parseInt(_0x17b2f6(0x15b))/0xb);if(_0x2f9632===_0x326e49)break;else _0x1338de['push'](_0x1338de['shift']());}catch(_0x58320d){_0x1338de['push'](_0x1338de['shift']());}}}(a2_0x2bca,0xa24ef));function a2_0x2bca(){const _0x4686b6=['bootstrapAll','rOYZe','getUserWorkerCount','debug','../../bin/playwright/accessibility-helper','skipSessionStatus','playwright-chromium','prepareCapabilities','EVENTS','result','resolveWithinCwd','validateRerunTestList','4272040WPDGgv','vfMHp','../../helpers/utilities','10WwDcVU','spawn','user','../../helpers/BrowserStackSetup','getPlaywrightUrl','existsSync','skipSessionName','launchBuild','now','dirname','../../helpers/test-observability/constants','assign','pGQgS','_ensureInitialized','RrNsP','BROWSERSTACK_TEST_OBSERVABILITY_YML','mergeDeep','title','trim','codecept.conf.js','BROWSERSTACK_TEST_ACCESSIBILITY_YML','paTVf','validPlatformsPresent','passed','\x20detected\x20but\x20Workers._ensureInitialized\x20is\x20missing;\x20worker\x20suite\x20grouping\x20may\x20come\x20up\x20empty\x20(\x22No\x20tests\x20found\x20after\x20filtering\x22).\x20The\x20installed\x20codeceptjs\x20build\x20may\x20not\x20match\x20the\x20SDK\x27s\x204.x\x20ESM\x20interop.','event','playwright-webkit','XxjJg','codeceptjs/lib/index.js','UniWR','MjQOn','8972118hhAYQT','vheMK','split','root','platforms','../../helpers/logger','testObservability','firefox','55rMTWSw','lhkUC','--config','UAmqI','addOptions','Started\x20:\x20','bibUK','frameworkName','ghWKq','/wd/hub','printBuildLink','start','useW3C','failed','end','CODECEPT_CUCUMBER','Workers','browser','chromium','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','GkuQI','isTrue','CknPw','map','SDK_SETUP','winstonLogger','FRAMEWORKS','WebDriver','4587500elYZbT','../../helpers/test-observability/utils','codecept.json','accessibilityOptions','BrowserStackPlugin.js','RTiBo','Playwright','SzlEj','load','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','chrome','2|4|3|0|1','../../helpers/accessibility-automation/helper','wooBT','addTests','cwd','testContextOptions','true','splice','XwjNI','accessKey','toLowerCase','getPlatformName','isUndefined','LEmUb','browserWSEndpoint','err','VLEnz','../../helpers/performance/constants','gherkin','RMEcl','env','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','7YrHtyV','NTcaf','4804zapyBe','6950538aexiWX','all','printResults','util','../../helpers/helper','playwright-firefox','codeceptjs/package.json','PtpMG','sljCA','DnAok','SjROY','codeceptjs','addConfig','finalExecution','Passed\x20:\x20','BROWSERSTACK_RERUN','findIndex','join','process','before','WvYUR','forEach','dCzlB','BROWSERSTACK_FRAMEWORK','profile','chdir','userName','WmYOG','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','setAdditionalCapabilities','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','format','../utils/constants','require','asRha','../../helpers/performance/performance-tester','SCrtO','plugins','4636760XyYkWc','errorMessage','hubUrl','desiredCapabilities','testConfig','../../helpers/testhub/testhubHandler','NURie','enabled','browserName','BrowserStackPlugin','PyXrS','../v2/browserstackCLI','260622fsJXza','helpers','CodeceptJS\x20','hvfdS','HMDjl','createGroupsOfSuites','log','erLWn','config','MZciH','replace','version','BROWSERSTACK_RERUN_TESTS','run','push','isTestObservabilitySession','isEmpty','2433fyHHWr','info','CODECEPT','setupBrowserstackLocal','stringify','path','test','accessibility'];a2_0x2bca=function(){return _0x4686b6;};return a2_0x2bca();}const fs=require('fs'),path=require(a2_0x1278fb(0x122)),util=require(a2_0x1278fb(0xdd)),process=require(a2_0x1278fb(0xec)),logger=require(a2_0x1278fb(0x158))[a2_0x1278fb(0xb3)],{default:BrowserStackSetup}=require(a2_0x1278fb(0x137)),helper=require(a2_0x1278fb(0xde)),utilities=require(a2_0x1278fb(0x133)),{checkAccessibilityPlatformConfig}=require(a2_0x1278fb(0xc2)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x1278fb(0x129)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x1278fb(0xde)),CodeceptJS=requireModule(a2_0x1278fb(0x150),a2_0x1278fb(0xe5)),testOpsHelper=require(a2_0x1278fb(0xb7)),TestHubHandler=require(a2_0x1278fb(0x105)),BrowserstackCLI=require(a2_0x1278fb(0x10b)),constants=require(a2_0x1278fb(0xfa)),PerformanceTester=require(a2_0x1278fb(0xfd)),{FRAMEWORKS}=require(a2_0x1278fb(0x13e)),PerformanceEvents=require(a2_0x1278fb(0xd2))[a2_0x1278fb(0x12d)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x51a5c5,_0x5c2627)=>{const _0x18ef8f=a2_0x1278fb,_0x50abfc={};_0x50abfc['hvfdS']=function(_0x374289,_0xd24e4f){return _0x374289===_0xd24e4f;},_0x50abfc[_0x18ef8f(0x126)]=_0x18ef8f(0x147),_0x50abfc[_0x18ef8f(0x15e)]=_0x18ef8f(0xb8);const _0x2e5140=_0x50abfc;let _0x3c8765=null;const _0x4a3bf8={};let _0x2f6789=_0x5c2627['findIndex'](_0x53294b=>_0x53294b===_0x18ef8f(0x15d));_0x2e5140[_0x18ef8f(0x10f)](_0x2f6789,-0x1)&&(_0x2f6789=_0x5c2627[_0x18ef8f(0xea)](_0x52d4a0=>_0x52d4a0==='-c'));const _0x1c6805=!helper[_0x18ef8f(0xcd)](_0x51a5c5['config'])?helper['resolveWithinCwd'](_0x51a5c5[_0x18ef8f(0x114)]):null,_0x57f598=!helper[_0x18ef8f(0xcd)](_0x51a5c5['c'])?helper[_0x18ef8f(0x12f)](_0x51a5c5['c']):null;if(!helper[_0x18ef8f(0xcd)](_0x51a5c5['config'])&&!_0x1c6805)logger['warn']('Ignoring\x20--config\x20path\x20\x22'+_0x51a5c5[_0x18ef8f(0x114)]+_0x18ef8f(0xf8));else!helper[_0x18ef8f(0xcd)](_0x51a5c5['c'])&&!_0x57f598&&logger['warn']('Ignoring\x20-c\x20config\x20path\x20\x22'+_0x51a5c5['c']+_0x18ef8f(0xf8));if(_0x1c6805&&fs[_0x18ef8f(0x139)](_0x1c6805))_0x3c8765=_0x1c6805,_0x5c2627[_0x18ef8f(0xc8)](_0x2f6789,0x2);else{if(_0x57f598&&fs[_0x18ef8f(0x139)](_0x57f598))_0x3c8765=_0x57f598,_0x5c2627[_0x18ef8f(0xc8)](_0x2f6789,0x2);else{if(fs[_0x18ef8f(0x139)](path[_0x18ef8f(0xeb)](process[_0x18ef8f(0xc5)](),_0x2e5140[_0x18ef8f(0x126)])))_0x3c8765=path[_0x18ef8f(0xeb)](process[_0x18ef8f(0xc5)](),_0x2e5140[_0x18ef8f(0x126)]);else fs[_0x18ef8f(0x139)](path[_0x18ef8f(0xeb)](process['cwd'](),_0x2e5140[_0x18ef8f(0x15e)]))&&(_0x3c8765=path['join'](process[_0x18ef8f(0xc5)](),_0x2e5140[_0x18ef8f(0x15e)]));}}return process[_0x18ef8f(0xd5)]['USER_CONFIG_DETAILS_PATH']=_0x3c8765,_0x3c8765;},getO11yRerunPattern=()=>{const _0x41a316=a2_0x1278fb,_0x4b9d4f=helper[_0x41a316(0xaf)](process[_0x41a316(0xd5)][_0x41a316(0xe9)]);if(_0x4b9d4f){const _0x438028=process[_0x41a316(0xd5)][_0x41a316(0x118)],_0x46845e=[];if(helper[_0x41a316(0x130)](_0x438028)&&!helper[_0x41a316(0xcd)](_0x438028)){_0x438028[_0x41a316(0x155)](',')[_0x41a316(0xb1)](_0x318670=>{const _0x4d8865=_0x41a316;_0x46845e[_0x4d8865(0x11a)]('('+_0x318670[_0x4d8865(0x146)]()+')');});const _0x3ab0f0='^'+_0x46845e[_0x41a316(0xeb)]('|')+'$';return _0x3ab0f0;}}return null;},a2_0x4c64c3={};function a2_0xa93b(_0x11d247,_0x1d80ed){const _0x2bca16=a2_0x2bca();return a2_0xa93b=function(_0xa93bd6,_0x44f1b7){_0xa93bd6=_0xa93bd6-0xa7;let _0x15a4f2=_0x2bca16[_0xa93bd6];return _0x15a4f2;},a2_0xa93b(_0x11d247,_0x1d80ed);}a2_0x4c64c3[a2_0x1278fb(0xc0)]=a2_0x1278fb(0xac),a2_0x4c64c3[a2_0x1278fb(0x12b)]='chromium',a2_0x4c64c3[a2_0x1278fb(0xdf)]=a2_0x1278fb(0x15a),a2_0x4c64c3[a2_0x1278fb(0x14e)]='webkit';const pwToCodeceptBrowser=a2_0x4c64c3;async function run(_0x71e515,_0x1d8867,_0x322731){const _0x2f463c=a2_0x1278fb,_0x3fae70={'dCzlB':function(_0x25bed1,_0x58caae,_0x13e8ba,_0x385cfb){return _0x25bed1(_0x58caae,_0x13e8ba,_0x385cfb);},'XxjJg':function(_0x4f8c18,_0x2ec507){return _0x4f8c18+_0x2ec507;},'KGVUh':function(_0x3afd77,_0x60a858){return _0x3afd77(_0x60a858);},'RrNsP':function(_0x2974fe,_0x5aa12c){return _0x2974fe+_0x5aa12c;},'PyXrS':function(_0x43f7bf,_0x2b019b,_0x1250b9){return _0x43f7bf(_0x2b019b,_0x1250b9);},'WvYUR':_0x2f463c(0x10d),'pGQgS':function(_0x2db5e1){return _0x2db5e1();},'SjROY':_0x2f463c(0x164),'XwjNI':function(_0x309ea5){return _0x309ea5();},'DpYVH':'Failed\x20:\x20','ghWKq':_0x2f463c(0xe8),'UniWR':_0x2f463c(0x160),'asRha':_0x2f463c(0xc1),'NURie':function(_0x2d7b27,_0x13cdcb,_0x17215b){return _0x2d7b27(_0x13cdcb,_0x17215b);},'FzpAu':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','GrefT':function(_0x316e8d,_0x395024,_0x283227){return _0x316e8d(_0x395024,_0x283227);},'SzlEj':_0x2f463c(0xbc),'erLWn':_0x2f463c(0xb5),'vfMHp':function(_0x5935b6,_0x514bbb){return _0x5935b6(_0x514bbb);},'RTiBo':function(_0x5a7b94,_0x3291fe){return _0x5a7b94!=_0x3291fe;},'PtpMG':_0x2f463c(0xc7),'RMEcl':function(_0x4d2542,_0x2d99ee,_0x56662a){return _0x4d2542(_0x2d99ee,_0x56662a);},'HMDjl':_0x2f463c(0xd3),'JQiyX':function(_0x5ae8bf,_0x205bb4){return _0x5ae8bf(_0x205bb4);},'SoXUV':function(_0x28498c){return _0x28498c();},'Nldsd':function(_0x4b9e39,_0x3bb604){return _0x4b9e39*_0x3bb604;},'vheMK':function(_0x5561e5,_0x29f7e4,_0x3a4055){return _0x5561e5(_0x29f7e4,_0x3a4055);},'MjQOn':_0x2f463c(0xab),'CknPw':function(_0x47a0a9,_0x5af966,_0x58a5fb){return _0x47a0a9(_0x5af966,_0x58a5fb);},'WmYOG':_0x2f463c(0x103),'SCrtO':_0x2f463c(0x156),'lhkUC':_0x2f463c(0xba),'sljCA':'browserStackCwd','HMXfu':_0x2f463c(0xe5),'NTcaf':function(_0x5b71be,_0x287963){return _0x5b71be===_0x287963;},'wooBT':'function','DnAok':function(_0x34f9ce,_0x547ba4,_0x275070){return _0x34f9ce(_0x547ba4,_0x275070);},'GkuQI':_0x2f463c(0xe0),'MZciH':function(_0x3913e0,_0x4e09d8){return _0x3913e0>=_0x4e09d8;},'LEmUb':function(_0x21353b){return _0x21353b();}};await _0x322731['initialize'](_0x71e515);!BrowserstackCLI['getInstance']()['isRunning']()&&await _0x322731[_0x2f463c(0x120)]();await helper['handleApp'](_0x322731['config']);if(!_0x322731['config'])return;process['profile']=_0x71e515[_0x2f463c(0xf2)];_0x71e515[_0x2f463c(0xf2)]&&(process['env']['profile']=_0x71e515[_0x2f463c(0xf2)]);const _0x429129=_0x3fae70[_0x2f463c(0x106)](getUserCodeceptJSConfigs,_0x71e515,_0x1d8867);let _0x1c8149={};_0x429129?(logger[_0x2f463c(0x11e)](_0x2f463c(0xf6)+_0x429129),_0x1c8149=CodeceptJS[_0x2f463c(0x114)][_0x2f463c(0xbe)](_0x429129)):logger[_0x2f463c(0x11e)](_0x3fae70['FzpAu']);let _0x37d827=![];_0x3fae70['GrefT'](nestedKeyValue,_0x1c8149,[_0x3fae70['WvYUR'],_0x3fae70[_0x2f463c(0xbd)]])&&(_0x37d827=!![]);const _0x5e6e52=_0x37d827?_0x3fae70['SzlEj']:_0x3fae70[_0x2f463c(0x113)];let _0x39aed2=!_0x37d827?helper[_0x2f463c(0x167)](_0x322731['config']):![];!helper[_0x2f463c(0xcd)](_0x322731[_0x2f463c(0x114)][_0x2f463c(0xb9)])&&(process['env'][_0x2f463c(0xad)]=JSON[_0x2f463c(0x121)](_0x322731[_0x2f463c(0x114)][_0x2f463c(0xb9)]));let _0x22dc84=_0x322731[_0x2f463c(0x114)][_0x2f463c(0x124)];_0x22dc84=_0x22dc84||_0x3fae70[_0x2f463c(0x132)](checkAccessibilityPlatformConfig,_0x322731[_0x2f463c(0x114)]),process[_0x2f463c(0xd5)][_0x2f463c(0x148)]=_0x22dc84;_0x22dc84&&(_0x39aed2=!_0x22dc84);_0x3fae70[_0x2f463c(0xbb)](_0x322731[_0x2f463c(0x114)][_0x2f463c(0x159)],null)?process[_0x2f463c(0xd5)][_0x2f463c(0x143)]=_0x322731[_0x2f463c(0x114)]['testObservability']:process[_0x2f463c(0xd5)][_0x2f463c(0x143)]=_0x3fae70[_0x2f463c(0xe1)];const _0x32cf0a=_0x3fae70[_0x2f463c(0xd4)](nestedKeyValue,_0x1c8149,[_0x3fae70[_0x2f463c(0x110)]]),_0x2fa243=_0x32cf0a&&!helper[_0x2f463c(0x11c)](_0x32cf0a)?FRAMEWORKS[_0x2f463c(0xa9)]:FRAMEWORKS['CODECEPT'],_0x4ac2f4=await TestHubHandler[_0x2f463c(0x13b)](_0x2fa243,_0x322731);await testOpsHelper[_0x2f463c(0x165)]();_0x22dc84&&_0x3fae70['JQiyX'](setAccessibilityCapabilities,_0x322731[_0x2f463c(0x114)]);const _0x42b164={},_0x80df9f=[],_0xeb634d=_0x322731[_0x2f463c(0x114)]['parallelsPerPlatform']||helper[_0x2f463c(0x127)](_0x71e515,_0x1d8867,_0x322731['config'],constants[_0x2f463c(0xb4)]['CODECEPT'])||0x1;let _0xf3f5ae=0x1;if(_0x3fae70['SoXUV'](isBrowserstackInfra)){const _0x64a38d=helper['prepareCapabilities'](_0x322731[_0x2f463c(0x114)],_0x39aed2,constants['FRAMEWORKS'][_0x2f463c(0x11f)]);_0x64a38d[_0x2f463c(0xef)](_0x4c8907=>{const _0x55ba2d=_0x2f463c;helper[_0x55ba2d(0xf7)](_0x4c8907);}),helper[_0x2f463c(0x14a)](_0x322731[_0x2f463c(0x114)])?_0xf3f5ae=_0x3fae70['Nldsd'](_0xeb634d,_0x322731[_0x2f463c(0x114)][_0x2f463c(0x157)]['length']):_0xf3f5ae=_0xeb634d,_0x64a38d['forEach'](_0x15efe2=>{const _0x179758=_0x2f463c,_0x14ccd3={'bibUK':function(_0x2e0693,_0x3048ac,_0x44afe9,_0x4bc791){const _0x1ed2c1=a2_0xa93b;return _0x3fae70[_0x1ed2c1(0xf0)](_0x2e0693,_0x3048ac,_0x44afe9,_0x4bc791);},'paTVf':function(_0x2e5440,_0x388b30){const _0x51a35c=a2_0xa93b;return _0x3fae70[_0x51a35c(0x14f)](_0x2e5440,_0x388b30);},'VLEnz':function(_0x30cc40,_0x871985){return _0x3fae70['KGVUh'](_0x30cc40,_0x871985);}},_0x2503a0=_0x3fae70[_0x179758(0x142)](helper[_0x179758(0xcc)](_0x15efe2,'_'),'_'+Date[_0x179758(0x13c)]()),_0x3d7b26=((()=>{const _0x181734=_0x179758;if(_0x37d827){const _0x23076c=pwToCodeceptBrowser[_0x15efe2['browserName']]||_0x15efe2[_0x181734(0x108)],_0x4fcfec=helper[_0x181734(0x138)](_0x322731['config']),_0x3dee40=Object[_0x181734(0x13f)]({},_0x15efe2);return _0x14ccd3[_0x181734(0x161)](processAccessibilityCaps,_0x3dee40,_0x4fcfec,null),{'browser':_0x23076c,[_0x23076c]:{'browserWSEndpoint':_0x14ccd3[_0x181734(0x149)](_0x4fcfec,_0x14ccd3[_0x181734(0xd1)](encodeURIComponent,JSON[_0x181734(0x121)](_0x3dee40)))}};}const _0x4ee59c={};return _0x4ee59c[_0x181734(0x103)]=_0x15efe2,_0x4ee59c[_0x181734(0x136)]=_0x322731[_0x181734(0x114)][_0x181734(0xf4)],_0x4ee59c['key']=_0x322731[_0x181734(0x114)][_0x181734(0xca)],_0x4ee59c;})()),_0x5992fc=_0x3fae70[_0x179758(0x10a)](nestedKeyValue,_0x1c8149,[_0x3fae70[_0x179758(0xee)],_0x5e6e52]);_0x42b164[_0x2503a0]=_0x5992fc?helper[_0x179758(0x144)](_0x3d7b26,_0x5992fc):_0x3d7b26;if(_0x37d827)_0x42b164[_0x2503a0][_0x179758(0xab)]=pwToCodeceptBrowser[_0x15efe2[_0x179758(0x108)]]||_0x15efe2[_0x179758(0x108)];else{_0x42b164[_0x2503a0][_0x179758(0xab)]=_0x15efe2['browserName']||_0x3d7b26[_0x179758(0xab)];if(_0x3fae70[_0x179758(0x140)](isBrowserstackInfra)){_0x42b164[_0x2503a0]['host']=constants[_0x179758(0x102)][_0x179758(0x116)](_0x3fae70[_0x179758(0xe4)],'')[_0x179758(0x116)](/https?:\/\//,'');;_0x42b164[_0x2503a0][_0x179758(0x122)]=_0x3fae70[_0x179758(0xe4)];}}_0x80df9f[_0x179758(0x11a)](_0x2503a0);});}else{_0xf3f5ae=0x1;if(_0x37d827){const _0x1159a4=_0x3fae70[_0x2f463c(0x154)](nestedKeyValue,_0x1c8149,[_0x3fae70[_0x2f463c(0xee)],_0x5e6e52,_0x3fae70[_0x2f463c(0x152)]]),_0x1d3c4d=_0x3fae70[_0x2f463c(0xb0)](nestedKeyValue,_0x1c8149,[_0x3fae70[_0x2f463c(0xee)],_0x5e6e52,_0x1159a4]);if(_0x1d3c4d&&_0x1d3c4d[_0x2f463c(0xcf)]){const _0x59106e={};_0x59106e['platforms']=[],_0x1d3c4d[_0x2f463c(0xcf)]=helper['prepareCapabilities'](Object['assign']({},_0x322731[_0x2f463c(0x114)],_0x59106e),null,_0x2fa243[_0x2f463c(0xcb)](),null,null,_0x1d3c4d[_0x2f463c(0xcf)]);}}else{if(_0x3fae70[_0x2f463c(0x106)](nestedKeyValue,_0x1c8149,[_0x3fae70[_0x2f463c(0xee)],_0x5e6e52])){const _0x5f0447={};_0x5f0447['platforms']=[],_0x1c8149[_0x3fae70[_0x2f463c(0xee)]][_0x5e6e52][_0x3fae70[_0x2f463c(0xf5)]]=helper[_0x2f463c(0x12c)](Object[_0x2f463c(0x13f)]({},_0x322731['config'],_0x5f0447),null,_0x2fa243[_0x2f463c(0xcb)](),_0x3fae70[_0x2f463c(0xd4)](nestedKeyValue,_0x1c8149,[_0x3fae70['WvYUR'],_0x5e6e52,_0x3fae70[_0x2f463c(0xf5)]])||{},null,null);}}_0x42b164[_0x3fae70[_0x2f463c(0xfe)]]=_0x1c8149,_0x80df9f[_0x2f463c(0x11a)](_0x3fae70[_0x2f463c(0xfe)]);}const _0xc02ac9={};_0xc02ac9[_0x2f463c(0x104)]=_0x429129;const _0x10813e=_0xc02ac9,_0x122d22=path['join'](__dirname,_0x3fae70[_0x2f463c(0x15c)]),_0x16d226=process['cwd']();process[_0x2f463c(0xd5)][_0x3fae70[_0x2f463c(0xe2)]]=_0x16d226;_0x429129&&process[_0x2f463c(0xf3)](path[_0x2f463c(0x13d)](_0x429129));process[_0x2f463c(0xd5)][_0x2f463c(0xf1)]=process['env'][_0x2f463c(0xf1)]||_0x3fae70['HMXfu'];const _0x208a43=new CodeceptJS[(_0x2f463c(0xaa))](null,_0x10813e);if(_0x3fae70[_0x2f463c(0xd8)](typeof _0x208a43['_ensureInitialized'],_0x3fae70[_0x2f463c(0xc3)]))await _0x208a43[_0x2f463c(0x141)]();else{let _0x5a4b93;try{_0x5a4b93=_0x3fae70[_0x2f463c(0xe3)](requireModule,_0x3fae70[_0x2f463c(0xae)],_0x3fae70['HMXfu'])[_0x2f463c(0x117)];}catch(_0x4498e1){logger[_0x2f463c(0x128)](_0x2f463c(0xbf)+util[_0x2f463c(0xf9)](_0x4498e1));}_0x5a4b93&&_0x3fae70[_0x2f463c(0x115)](_0x3fae70[_0x2f463c(0xd4)](parseInt,_0x5a4b93[_0x2f463c(0x155)]('.')[0x0],0xa),0x4)&&logger['warn'](_0x2f463c(0x10e)+_0x5a4b93+_0x2f463c(0x14c));}const _0x656e97=_0x208a43[_0x2f463c(0x111)](_0xeb634d),_0x27496d=testOpsHelper[_0x2f463c(0x11b)](),_0xbb5ad2=_0x80df9f[_0x2f463c(0xb1)](_0x6e3631=>{const _0x2d7fe1=_0x2f463c,_0x2e2ce9={};_0x2e2ce9['Playwright']=_0x42b164[_0x6e3631];const _0x1ba10c={};_0x1ba10c['WebDriver']=_0x42b164[_0x6e3631];const _0x4b071d=_0x37d827?_0x2e2ce9:_0x1ba10c,_0x33c985=_0x3fae70[_0x2d7fe1(0x140)](getO11yRerunPattern),_0x293453={};_0x293453[_0x2d7fe1(0x10d)]=_0x4b071d;const _0x242116={};_0x242116[_0x2d7fe1(0xfb)]=_0x122d22,_0x242116[_0x2d7fe1(0x107)]=!![],_0x242116[_0x2d7fe1(0x13a)]=_0x322731['config']['testContextOptions']['skipSessionName'],_0x242116[_0x2d7fe1(0x12a)]=_0x322731[_0x2d7fe1(0x114)][_0x2d7fe1(0xc6)]['skipSessionStatus'],_0x242116[_0x2d7fe1(0x159)]=_0x27496d,_0x242116[_0x2d7fe1(0x162)]=_0x2fa243;const _0x234a3e={};_0x234a3e[_0x2d7fe1(0x109)]=_0x242116;const _0x4417f9={};return _0x4417f9[_0x2d7fe1(0xff)]=_0x234a3e,helper['mergeDeep']({},_0x1c8149,_0x3fae70[_0x2d7fe1(0xc9)](isBrowserstackInfra)?_0x293453:{},_0x33c985?{'grep':_0x33c985}:{},_0x4417f9);});for(const _0x5d1e05 of _0xbb5ad2){for(const _0x10615b of _0x656e97){const _0x53c219=_0x208a43[_0x2f463c(0x135)]();_0x53c219[_0x2f463c(0xc4)](_0x10615b),_0x53c219[_0x2f463c(0xe6)](_0x5d1e05);const _0x53df20={};_0x53df20[_0x2f463c(0x114)]=_0x429129,_0x53c219[_0x2f463c(0x15f)](Object[_0x2f463c(0x13f)](_0x53df20,_0x71e515));}}_0x208a43['on'](CodeceptJS[_0x2f463c(0x14d)][_0x2f463c(0x123)][_0x2f463c(0xa7)],(_0x25c8a8,_0x404041)=>{const _0x125628=_0x2f463c;console['log'](_0x3fae70['DpYVH'],_0x25c8a8[_0x125628(0x145)]);const _0x400697={[_0x25c8a8['title']]:_0x25c8a8[_0x125628(0xd0)]['stack']};_testErrorData[_0x125628(0x11a)](_0x400697);}),_0x208a43['on'](CodeceptJS[_0x2f463c(0x14d)][_0x2f463c(0x123)][_0x2f463c(0x14b)],async _0x445d9f=>{const _0x14da33=_0x2f463c;console[_0x14da33(0x112)](_0x3fae70[_0x14da33(0x163)],_0x445d9f[_0x14da33(0x145)]);}),_0x208a43['on'](CodeceptJS['event'][_0x2f463c(0x123)][_0x2f463c(0xed)],async _0x5aa05c=>{const _0x5cfb37=_0x2f463c;console[_0x5cfb37(0x112)](_0x3fae70[_0x5cfb37(0x151)],_0x5aa05c[_0x5cfb37(0x145)]);}),_0x208a43['on'](CodeceptJS[_0x2f463c(0x14d)][_0x2f463c(0xdb)][_0x2f463c(0x12e)],async()=>{const _0x4fecfa=_0x2f463c,_0x4cedb4=_0x3fae70[_0x4fecfa(0xfc)][_0x4fecfa(0x155)]('|');let _0x131ca5=0x0;while(!![]){switch(_0x4cedb4[_0x131ca5++]){case'0':try{await TestHubHandler['stop']();}catch(_0x1d16ee){logger[_0x4fecfa(0x128)](_0x4fecfa(0xd6)+util[_0x4fecfa(0xf9)](_0x1d16ee));}continue;case'1':_0x208a43[_0x4fecfa(0xdc)]();continue;case'2':PerformanceTester[_0x4fecfa(0x166)](PerformanceEvents['SDK_CLEANUP']);continue;case'3':utilities[_0x4fecfa(0xe7)](_0x322731);continue;case'4':_0x322731[_0x4fecfa(0x101)]=_testErrorData;continue;}break;}});async function _0x1689e1(){const _0x20fb77=_0x2f463c;try{await _0x208a43[_0x20fb77(0x125)](),await _0x208a43[_0x20fb77(0x119)]();}finally{process['chdir'](_0x16d226),await _0x208a43['teardownAll']();}}PerformanceTester[_0x2f463c(0xa8)](PerformanceEvents[_0x2f463c(0xb2)]),await _0x3fae70[_0x2f463c(0xce)](_0x1689e1);}module['exports']=run;
@@ -1 +1 @@
1
- const a3_0x4b1617=a3_0x5c52;(function(_0x46aff2,_0x491504){const _0x619842=a3_0x5c52,_0x45a05d=_0x46aff2();while(!![]){try{const _0x4f2b46=parseInt(_0x619842(0x1df))/0x1*(parseInt(_0x619842(0x223))/0x2)+parseInt(_0x619842(0x21a))/0x3*(-parseInt(_0x619842(0x1dd))/0x4)+parseInt(_0x619842(0x206))/0x5*(parseInt(_0x619842(0x1e8))/0x6)+parseInt(_0x619842(0x213))/0x7*(-parseInt(_0x619842(0x1db))/0x8)+-parseInt(_0x619842(0x20f))/0x9+parseInt(_0x619842(0x215))/0xa+-parseInt(_0x619842(0x225))/0xb;if(_0x4f2b46===_0x491504)break;else _0x45a05d['push'](_0x45a05d['shift']());}catch(_0x145867){_0x45a05d['push'](_0x45a05d['shift']());}}}(a3_0x3287,0xe9ee9));function a3_0x3287(){const _0x11b70f=['UIAVR','8033832bzCoBv','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','2164312qREcvA','../../helpers/globals.js','2HClkFi','processWebDriverConfig','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','on\x20non-BrowserStack\x20infrastructure\x20','latest','browserVersion','browserstack_accessibility_automation_script','accessibilityPlatform','znWhj','1626024rMcbNh','winstonLogger','platform_version','osVersion','searchParams','constructor','ONPvp','FaZDf','includes','YsApg','name','desiredCapabilities','get','uMgSW','vSnYe','fPxbr','bKnuA','Jlrac','getBrowserDisplayName','getMinVersionForBrowser','browserstack_executor','shouldPatchExecuteScript','bstack:options','platformVersion','Playwright','\x20or\x20higher\x20','platformName','browser_version','getDetails','browserName','35iPVIkS','os_version','\x20browser\x20version\x20','dfYFS','../../bin/playwright/sessionDetails','JhstQ','../../helpers/helper','parse','EcSlo','9253764SbaZhI','../../helpers/test-observability/utils','nBGmB','qOIrc','7CkgIAw','bsSessionId','14128860BvVLll','DxjeP','cGSMe','LDjPv','config','3UQCfdz','rJHYu','wLVuS','LKgsL','caps','wSHHp','capabilities','browser','fpLCh','240866BVcFQe','setGlobal','210012LhFJde','CGdeX','fetchPlatformDetails','isAccessibilityPlatform','XsXaV','../../helpers/accessibility-automation/helper','__cloud_provider___','EYeYi','warn'];a3_0x3287=function(){return _0x11b70f;};return a3_0x3287();}function a3_0x5c52(_0x54d209,_0xb06fb4){const _0x328790=a3_0x3287();return a3_0x5c52=function(_0x5c5233,_0x1f4b60){_0x5c5233=_0x5c5233-0x1d2;let _0x1391ad=_0x328790[_0x5c5233];return _0x1391ad;},a3_0x5c52(_0x54d209,_0xb06fb4);}const {isUndefined,nestedKeyValue}=require(a3_0x4b1617(0x20c)),logger=require('../../helpers/logger')[a3_0x4b1617(0x1e9)],PlaywrightSessionDetails=require(a3_0x4b1617(0x20a)),{isAccessibilityAutomationSession}=require(a3_0x4b1617(0x1d6)),{getObservabilityLinkedProductName}=require(a3_0x4b1617(0x210)),accessibilityHelper=require(a3_0x4b1617(0x1d6)),{isBrowserstackInfra}=require(a3_0x4b1617(0x20c)),globals=require(a3_0x4b1617(0x1de)),getOSVersionFromCaps=_0x40d372=>{const _0x54b3cd=a3_0x4b1617,_0x3bc093={};_0x3bc093[_0x54b3cd(0x21b)]=_0x54b3cd(0x1fe),_0x3bc093[_0x54b3cd(0x1da)]=_0x54b3cd(0x1ff),_0x3bc093[_0x54b3cd(0x20b)]=_0x54b3cd(0x1ea),_0x3bc093['vSnYe']=_0x54b3cd(0x1eb),_0x3bc093[_0x54b3cd(0x1ef)]=_0x54b3cd(0x207);const _0xb696db=_0x3bc093;if(!_0x40d372)return null;const _0x418178=_0x40d372[_0xb696db[_0x54b3cd(0x21b)]],_0x3472dc=[_0xb696db[_0x54b3cd(0x1da)],_0xb696db[_0x54b3cd(0x20b)],_0xb696db[_0x54b3cd(0x1f6)],_0xb696db[_0x54b3cd(0x1ef)]];for(const _0x1c8466 of _0x3472dc){if(_0x418178&&_0x418178[_0x1c8466])return _0x418178[_0x1c8466];else{if(_0x40d372[_0x1c8466])return _0x40d372[_0x1c8466];}}return null;};exports[a3_0x4b1617(0x1d3)]=_0x152c81=>{const _0x5e9ad2=a3_0x4b1617,_0x54518c={'DxjeP':'unknown_grid','cGSMe':function(_0x5ed0c1,_0x582fd1){return _0x5ed0c1===_0x582fd1;},'CGdeX':'WebDriver','LDjPv':function(_0x36a309,_0x3a47b0){return _0x36a309(_0x3a47b0);},'vcGMC':function(_0x4705ea,_0x3eb0b3,_0x3aa8c3){return _0x4705ea(_0x3eb0b3,_0x3aa8c3);},'wSHHp':_0x5e9ad2(0x219),'ONPvp':_0x5e9ad2(0x1f3),'qOIrc':function(_0x4fc5d9,_0x323524){return _0x4fc5d9===_0x323524;},'YsApg':_0x5e9ad2(0x200),'wLVuS':_0x5e9ad2(0x221),'UaeWk':'browserWSEndpoint','znWhj':_0x5e9ad2(0x21e)};if(!_0x152c81)return null;let _0x4c1634=global[_0x5e9ad2(0x1d7)]||_0x54518c[_0x5e9ad2(0x216)];if(_0x54518c[_0x5e9ad2(0x217)](_0x152c81[_0x5e9ad2(0x1ed)][_0x5e9ad2(0x1f2)],_0x54518c[_0x5e9ad2(0x1d2)])){const _0x1520d6=_0x152c81[_0x5e9ad2(0x221)];if(!_0x1520d6)return null;const _0x2f294f=_0x1520d6[_0x5e9ad2(0x220)],_0x201268=_0x54518c[_0x5e9ad2(0x218)](getOSVersionFromCaps,_0x54518c['vcGMC'](nestedKeyValue,_0x152c81,[_0x54518c[_0x5e9ad2(0x21f)],_0x54518c[_0x5e9ad2(0x1ee)]]));return{[_0x4c1634]:{'browser':_0x2f294f['browserName'],'browser_version':_0x2f294f[_0x5e9ad2(0x1e4)],'capabilities':_0x2f294f,'platform':_0x2f294f[_0x5e9ad2(0x202)],'platform_version':_0x2f294f['platformVersion']||_0x201268,'product':_0x54518c[_0x5e9ad2(0x218)](getObservabilityLinkedProductName,_0x2f294f),'session_id':_0x1520d6['sessionId']}};}else{if(_0x54518c[_0x5e9ad2(0x212)](_0x152c81['constructor'][_0x5e9ad2(0x1f2)],_0x54518c[_0x5e9ad2(0x1f1)])){const _0x4e3749=PlaywrightSessionDetails[_0x5e9ad2(0x204)]();_0x4c1634=_0x4e3749['cloudProvider']||_0x4c1634;const _0x318b74=_0x54518c['vcGMC'](nestedKeyValue,_0x152c81,[_0x54518c[_0x5e9ad2(0x21f)],_0x54518c[_0x5e9ad2(0x21c)],_0x54518c['UaeWk']]),_0x1638f0=_0x318b74?JSON[_0x5e9ad2(0x20d)](new URL(_0x318b74)[_0x5e9ad2(0x1ec)][_0x5e9ad2(0x1f4)](_0x54518c[_0x5e9ad2(0x1e7)])):{};return{[_0x4c1634]:{'browser':_0x4e3749['browser']||_0x1638f0[_0x5e9ad2(0x205)],'browser_version':_0x4e3749[_0x5e9ad2(0x203)]||_0x1638f0[_0x5e9ad2(0x203)],'capabilities':_0x1638f0,'platform':_0x4e3749['platform'],'platform_version':_0x4e3749[_0x5e9ad2(0x1ea)],'product':_0x54518c['LDjPv'](getObservabilityLinkedProductName,_0x1638f0),'session_id':_0x4e3749[_0x5e9ad2(0x214)]}};}}};const setAccessibilityPlatformFlag=_0x909707=>{const _0x30f6dc=a3_0x4b1617,_0xb044fd={};_0xb044fd[_0x30f6dc(0x1f8)]=_0x30f6dc(0x1d4);const _0x32e1ca=_0xb044fd;global[_0x30f6dc(0x1e6)]=_0x909707,globals[_0x30f6dc(0x224)](_0x32e1ca[_0x30f6dc(0x1f8)],_0x909707);};exports[a3_0x4b1617(0x1e0)]=_0x272a7f=>{const _0x39dcc6=a3_0x4b1617,_0x134ae0={'EYeYi':function(_0x5ec7c2){return _0x5ec7c2();},'pRKDM':function(_0x19a69c,_0x3d52d9){return _0x19a69c(_0x3d52d9);},'LrSun':_0x39dcc6(0x1e1),'fpLCh':function(_0xec3fc3,_0x3b3dfb){return _0xec3fc3(_0x3b3dfb);},'fPxbr':function(_0x1f3855,_0x267df0){return _0x1f3855!==_0x267df0;},'uMgSW':_0x39dcc6(0x1e3),'Jlrac':_0x39dcc6(0x1e2),'EcSlo':_0x39dcc6(0x1dc),'dfYFS':function(_0x1e387c,_0x47d902){return _0x1e387c(_0x47d902);}};if(_0x134ae0['EYeYi'](isAccessibilityAutomationSession)){const _0x850239=_0x272a7f['browser'],_0x25a570=_0x850239[_0x39dcc6(0x220)];_0x134ae0['pRKDM'](setAccessibilityPlatformFlag,!![]);!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x25a570[_0x39dcc6(0x205)])&&(logger[_0x39dcc6(0x1d9)](_0x134ae0['LrSun']),_0x134ae0[_0x39dcc6(0x222)](setAccessibilityPlatformFlag,![]));if(_0x134ae0[_0x39dcc6(0x1f7)](_0x25a570['browserVersion'],_0x134ae0[_0x39dcc6(0x1f5)])){const _0x23bcb6=_0x134ae0[_0x39dcc6(0x1d8)](isBrowserstackInfra),_0x427d9c=accessibilityHelper[_0x39dcc6(0x1fb)](_0x25a570[_0x39dcc6(0x205)],_0x23bcb6),_0x21d61e=accessibilityHelper[_0x39dcc6(0x1fa)](_0x25a570['browserName']);if(!accessibilityHelper['isVersionSupported'](_0x25a570[_0x39dcc6(0x1e4)],_0x427d9c)){const _0x5bb693=_0x23bcb6?'':_0x134ae0[_0x39dcc6(0x1f9)];logger[_0x39dcc6(0x1d9)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x21d61e+_0x39dcc6(0x208)+_0x427d9c+_0x39dcc6(0x201)+_0x5bb693+'.'),_0x134ae0['fpLCh'](setAccessibilityPlatformFlag,![]);}}!_0x134ae0['fpLCh'](isUndefined,_0x25a570['deviceName'])&&(logger[_0x39dcc6(0x1d9)](_0x134ae0[_0x39dcc6(0x20e)]),_0x134ae0[_0x39dcc6(0x209)](setAccessibilityPlatformFlag,![]));}},exports[a3_0x4b1617(0x1fd)]=_0x27bdda=>{const _0x19dbb2=a3_0x4b1617,_0x5ad16b={};_0x5ad16b[_0x19dbb2(0x1d5)]=function(_0x3c4e48,_0x4a7e36){return _0x3c4e48!==_0x4a7e36;},_0x5ad16b['ErjzW']='string',_0x5ad16b[_0x19dbb2(0x211)]=_0x19dbb2(0x1fc),_0x5ad16b[_0x19dbb2(0x21d)]=_0x19dbb2(0x1e5);const _0x47e54b=_0x5ad16b;if(!_0x27bdda)return![];else{if(_0x47e54b[_0x19dbb2(0x1d5)](typeof _0x27bdda,_0x47e54b['ErjzW']))return!![];}return!_0x27bdda[_0x19dbb2(0x1f0)](_0x47e54b['nBGmB'])&&!_0x27bdda[_0x19dbb2(0x1f0)](_0x47e54b[_0x19dbb2(0x21d)]);};
1
+ const a3_0x4d118c=a3_0x5c5c;function a3_0x293f(){const _0x44701b=['../../helpers/globals.js','1860OAMvBb','getBrowserDisplayName','../../helpers/test-observability/utils','gPyVd','1938DvJUNm','isVersionSupported','bsSessionId','EFZSD','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','fetchPlatformDetails','oAQEU','7lqtuoE','on\x20non-BrowserStack\x20infrastructure\x20','browserName','browserWSEndpoint','RJYvy','tWFqF','WebDriver','hAHcr','winstonLogger','config','includes','86262zfnaiE','vYxgI','2592CMpmiF','cloudProvider','ojBok','16093iqyBzd','rkmVc','capabilities','desiredCapabilities','isAccessibilityPlatform','parse','deviceName','searchParams','JprHO','MElQW','176xYAHoq','../../helpers/logger','JMOsZ','JWJOC','browserVersion','Playwright','string','unknown_grid','\x20browser\x20version\x20','platform','constructor','browserstack_accessibility_automation_script','__cloud_provider___','drtxr','qWXDy','iJPBz','browser','tLbGk','osVersion','caps','pHlIG','25019832hKZrPh','../../helpers/helper','warn','../../bin/playwright/sessionDetails','bstack:options','browser_version','accessibilityPlatform','3405888PigqIp','MKjGu','DDmpv','RhcFM','platform_version','setGlobal','11015IbuOWo','getDetails','browserstack_executor','182422jgMfIQ','mMJzV','mKiGH','IANwJ','jbsKV','platformVersion','703197oYpOBr','FPHBN','processWebDriverConfig','../../helpers/accessibility-automation/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','sEbUq','name'];a3_0x293f=function(){return _0x44701b;};return a3_0x293f();}(function(_0x1c92d9,_0x561a0e){const _0x55e138=a3_0x5c5c,_0x24dde4=_0x1c92d9();while(!![]){try{const _0x3016bc=-parseInt(_0x55e138(0x1a5))/0x1*(parseInt(_0x55e138(0x18c))/0x2)+parseInt(_0x55e138(0x1db))/0x3+-parseInt(_0x55e138(0x1b2))/0x4*(parseInt(_0x55e138(0x1e1))/0x5)+-parseInt(_0x55e138(0x19e))/0x6*(-parseInt(_0x55e138(0x1b5))/0x7)+-parseInt(_0x55e138(0x1bf))/0x8*(-parseInt(_0x55e138(0x192))/0x9)+-parseInt(_0x55e138(0x19a))/0xa*(-parseInt(_0x55e138(0x1b0))/0xb)+-parseInt(_0x55e138(0x1d4))/0xc;if(_0x3016bc===_0x561a0e)break;else _0x24dde4['push'](_0x24dde4['shift']());}catch(_0x51751c){_0x24dde4['push'](_0x24dde4['shift']());}}}(a3_0x293f,0xdccd4));const {isUndefined,nestedKeyValue}=require(a3_0x4d118c(0x1d5)),logger=require(a3_0x4d118c(0x1c0))[a3_0x4d118c(0x1ad)],PlaywrightSessionDetails=require(a3_0x4d118c(0x1d7)),{isAccessibilityAutomationSession}=require(a3_0x4d118c(0x195)),{getObservabilityLinkedProductName}=require(a3_0x4d118c(0x19c)),accessibilityHelper=require(a3_0x4d118c(0x195)),{isBrowserstackInfra}=require('../../helpers/helper'),globals=require(a3_0x4d118c(0x199)),getOSVersionFromCaps=_0x2e8c98=>{const _0x442f0c=a3_0x4d118c,_0x55f44d={};_0x55f44d[_0x442f0c(0x1b6)]=_0x442f0c(0x1d8),_0x55f44d[_0x442f0c(0x1aa)]=_0x442f0c(0x191),_0x55f44d[_0x442f0c(0x1cd)]=_0x442f0c(0x1df),_0x55f44d[_0x442f0c(0x1de)]=_0x442f0c(0x1d1),_0x55f44d[_0x442f0c(0x1a4)]='os_version';const _0x26147f=_0x55f44d;if(!_0x2e8c98)return null;const _0x24be0b=_0x2e8c98[_0x26147f['rkmVc']],_0x4c14c1=[_0x26147f[_0x442f0c(0x1aa)],_0x26147f[_0x442f0c(0x1cd)],_0x26147f[_0x442f0c(0x1de)],_0x26147f[_0x442f0c(0x1a4)]];for(const _0x32552c of _0x4c14c1){if(_0x24be0b&&_0x24be0b[_0x32552c])return _0x24be0b[_0x32552c];else{if(_0x2e8c98[_0x32552c])return _0x2e8c98[_0x32552c];}}return null;};exports[a3_0x4d118c(0x1a3)]=_0x49ec0e=>{const _0x213cdc=a3_0x4d118c,_0x3a7300={'JggWO':_0x213cdc(0x1c6),'FPHBN':function(_0x4c143f,_0x52cfe4){return _0x4c143f===_0x52cfe4;},'iJPBz':_0x213cdc(0x1ab),'vmkZM':function(_0x2d314a,_0x5b44f9){return _0x2d314a(_0x5b44f9);},'mKiGH':function(_0x67ebde,_0x5e98b1,_0x2eac2f){return _0x67ebde(_0x5e98b1,_0x2eac2f);},'gPyVd':_0x213cdc(0x1ae),'PLuiw':_0x213cdc(0x1b8),'pHlIG':function(_0x58dc32,_0x567bd9){return _0x58dc32(_0x567bd9);},'IANwJ':_0x213cdc(0x1c4),'hAHcr':function(_0x3e49c4,_0x5efc57,_0x3f132e){return _0x3e49c4(_0x5efc57,_0x3f132e);},'JprHO':'browser','sEbUq':_0x213cdc(0x1a8),'MKjGu':_0x213cdc(0x1d2)};if(!_0x49ec0e)return null;let _0x23e2db=global[_0x213cdc(0x1cb)]||_0x3a7300['JggWO'];if(_0x3a7300['FPHBN'](_0x49ec0e['constructor'][_0x213cdc(0x198)],_0x3a7300[_0x213cdc(0x1ce)])){const _0x123d58=_0x49ec0e['browser'];if(!_0x123d58)return null;const _0x1c4af6=_0x123d58['capabilities'],_0x13da17=_0x3a7300['vmkZM'](getOSVersionFromCaps,_0x3a7300[_0x213cdc(0x18e)](nestedKeyValue,_0x49ec0e,[_0x3a7300[_0x213cdc(0x19d)],_0x3a7300['PLuiw']]));return{[_0x23e2db]:{'browser':_0x1c4af6[_0x213cdc(0x1a7)],'browser_version':_0x1c4af6[_0x213cdc(0x1c3)],'capabilities':_0x1c4af6,'platform':_0x1c4af6['platformName'],'platform_version':_0x1c4af6[_0x213cdc(0x191)]||_0x13da17,'product':_0x3a7300[_0x213cdc(0x1d3)](getObservabilityLinkedProductName,_0x1c4af6),'session_id':_0x123d58['sessionId']}};}else{if(_0x3a7300[_0x213cdc(0x193)](_0x49ec0e[_0x213cdc(0x1c9)][_0x213cdc(0x198)],_0x3a7300[_0x213cdc(0x18f)])){const _0xd6003=PlaywrightSessionDetails[_0x213cdc(0x1e2)]();_0x23e2db=_0xd6003[_0x213cdc(0x1b3)]||_0x23e2db;const _0x1f9774=_0x3a7300[_0x213cdc(0x1ac)](nestedKeyValue,_0x49ec0e,[_0x3a7300[_0x213cdc(0x19d)],_0x3a7300[_0x213cdc(0x1bd)],_0x3a7300[_0x213cdc(0x197)]]),_0x3d4247=_0x1f9774?JSON[_0x213cdc(0x1ba)](new URL(_0x1f9774)[_0x213cdc(0x1bc)]['get'](_0x3a7300[_0x213cdc(0x1dc)])):{};return{[_0x23e2db]:{'browser':_0xd6003[_0x213cdc(0x1cf)]||_0x3d4247[_0x213cdc(0x1a7)],'browser_version':_0xd6003['browser_version']||_0x3d4247[_0x213cdc(0x1d9)],'capabilities':_0x3d4247,'platform':_0xd6003[_0x213cdc(0x1c8)],'platform_version':_0xd6003[_0x213cdc(0x1df)],'product':_0x3a7300[_0x213cdc(0x1d3)](getObservabilityLinkedProductName,_0x3d4247),'session_id':_0xd6003[_0x213cdc(0x1a0)]}};}}};function a3_0x5c5c(_0x5dd9e1,_0x24064c){const _0x293f09=a3_0x293f();return a3_0x5c5c=function(_0x5c5c6e,_0xee909a){_0x5c5c6e=_0x5c5c6e-0x18c;let _0xb26dc7=_0x293f09[_0x5c5c6e];return _0xb26dc7;},a3_0x5c5c(_0x5dd9e1,_0x24064c);}const setAccessibilityPlatformFlag=_0x4e20e4=>{const _0x1e2d32=a3_0x4d118c,_0xd5c088={};_0xd5c088[_0x1e2d32(0x1cc)]=_0x1e2d32(0x1b9);const _0x19c81f=_0xd5c088;global[_0x1e2d32(0x1da)]=_0x4e20e4,globals[_0x1e2d32(0x1e0)](_0x19c81f[_0x1e2d32(0x1cc)],_0x4e20e4);};exports[a3_0x4d118c(0x194)]=_0x13ce30=>{const _0x4f1847=a3_0x4d118c,_0x119a01={'mMJzV':function(_0xa5c841){return _0xa5c841();},'waZvn':function(_0x44e28d,_0x11e8a6){return _0x44e28d(_0x11e8a6);},'JWJOC':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','EFZSD':function(_0x30490c,_0x20e581){return _0x30490c(_0x20e581);},'RJYvy':function(_0x22f897,_0x4e250f){return _0x22f897!==_0x4e250f;},'KHDcF':'latest','tLbGk':_0x4f1847(0x1a6),'ojBok':function(_0x2a82ba,_0x46f6cf){return _0x2a82ba(_0x46f6cf);},'DDmpv':function(_0x53c290,_0x41ba0e){return _0x53c290(_0x41ba0e);},'lclWT':_0x4f1847(0x1a2)};if(_0x119a01[_0x4f1847(0x18d)](isAccessibilityAutomationSession)){const _0x4c68ec=_0x13ce30['browser'],_0x27dba9=_0x4c68ec[_0x4f1847(0x1b7)];_0x119a01['waZvn'](setAccessibilityPlatformFlag,!![]);!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x27dba9[_0x4f1847(0x1a7)])&&(logger[_0x4f1847(0x1d6)](_0x119a01[_0x4f1847(0x1c2)]),_0x119a01[_0x4f1847(0x1a1)](setAccessibilityPlatformFlag,![]));if(_0x119a01[_0x4f1847(0x1a9)](_0x27dba9['browserVersion'],_0x119a01['KHDcF'])){const _0x1680ed=_0x119a01['mMJzV'](isBrowserstackInfra),_0x4e94fa=accessibilityHelper['getMinVersionForBrowser'](_0x27dba9[_0x4f1847(0x1a7)],_0x1680ed),_0x51cb90=accessibilityHelper[_0x4f1847(0x19b)](_0x27dba9['browserName']);if(!accessibilityHelper[_0x4f1847(0x19f)](_0x27dba9[_0x4f1847(0x1c3)],_0x4e94fa)){const _0x254b79=_0x1680ed?'':_0x119a01[_0x4f1847(0x1d0)];logger[_0x4f1847(0x1d6)](_0x4f1847(0x196)+_0x51cb90+_0x4f1847(0x1c7)+_0x4e94fa+'\x20or\x20higher\x20'+_0x254b79+'.'),_0x119a01[_0x4f1847(0x1b4)](setAccessibilityPlatformFlag,![]);}}!_0x119a01['DDmpv'](isUndefined,_0x27dba9[_0x4f1847(0x1bb)])&&(logger[_0x4f1847(0x1d6)](_0x119a01['lclWT']),_0x119a01[_0x4f1847(0x1dd)](setAccessibilityPlatformFlag,![]));}},exports['shouldPatchExecuteScript']=_0x103dc8=>{const _0x1a0887=a3_0x4d118c,_0x3f6a7f={};_0x3f6a7f[_0x1a0887(0x1c1)]=function(_0x4d916e,_0xc5012a){return _0x4d916e!==_0xc5012a;},_0x3f6a7f[_0x1a0887(0x1be)]=_0x1a0887(0x1c5),_0x3f6a7f[_0x1a0887(0x1b1)]=_0x1a0887(0x1e3),_0x3f6a7f[_0x1a0887(0x190)]=_0x1a0887(0x1ca);const _0x51d557=_0x3f6a7f;if(!_0x103dc8)return![];else{if(_0x51d557[_0x1a0887(0x1c1)](typeof _0x103dc8,_0x51d557[_0x1a0887(0x1be)]))return!![];}return!_0x103dc8['includes'](_0x51d557['vYxgI'])&&!_0x103dc8[_0x1a0887(0x1af)](_0x51d557[_0x1a0887(0x190)]);};
@@ -1 +1 @@
1
- const a4_0x3627c2=a4_0x5ca0;(function(_0x5de0df,_0x4f581c){const _0x46599a=a4_0x5ca0,_0x573d36=_0x5de0df();while(!![]){try{const _0xa22a52=parseInt(_0x46599a(0x210))/0x1*(parseInt(_0x46599a(0x1c5))/0x2)+-parseInt(_0x46599a(0x16d))/0x3+-parseInt(_0x46599a(0x17a))/0x4*(parseInt(_0x46599a(0x1c1))/0x5)+parseInt(_0x46599a(0x18c))/0x6*(parseInt(_0x46599a(0x1ae))/0x7)+parseInt(_0x46599a(0x1ba))/0x8*(-parseInt(_0x46599a(0x147))/0x9)+parseInt(_0x46599a(0x167))/0xa+-parseInt(_0x46599a(0x133))/0xb*(-parseInt(_0x46599a(0x125))/0xc);if(_0xa22a52===_0x4f581c)break;else _0x573d36['push'](_0x573d36['shift']());}catch(_0x2fdb12){_0x573d36['push'](_0x573d36['shift']());}}}(a4_0x1c56,0x51776));function a4_0x1c56(){const _0x5e2cee=['patchConsoleLogger','success','getCBTInfo','pid','now','type','hookAnalyticsId','removeAllListeners','TEST_EVENTS','frameworkName','forEach','uploadEventData','string','name','result','captureEvent','getHookType','HJvLn','test_run_uuid','nZour','SYwIu','relative','ZuSIi','hlBNn','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','O11yHelper','_beforeEach','bufferPendingHookEvent','join','6180810lJYgoX','pendingHookEvents','RgSGB','WzGry','yoVhH','getTime','1086345ZlDsHM','currentHook','../../helpers/helper','toISOString','splice','concat','xjSFq','duration','TestRunStarted','PkIOg','NrbIy','stringify','bs:addLog:','1772756HjkNgp','mzbWm','markedStatus','appendTestItemLog','started','GGkbv','_testEnv','then','bmYYi','_beforeAll','parent','yGfOx','errorsDetailed','TSyHO','getFailureType','QdGgd','failed','gZHSe','42zhqLiE','wsEndpoint','GPfZw','eqSyo','file_name','JBDto','_afterAll','text','bMRIG','skipped','TEST_RUN_FINISHED','.git','test_run','mapTestHooks','hook_run_uuid','shutdown','TestRunSkipped','getHooksForTest','RiSYQ','GEGby','../../helpers/test-observability/sessionHandler','STATE_FAILED','SkkOJ','eRBKr','GyReS','bddSteps','STATE_PASSED','groups','uuid','GjFQt','OiNRX','gEnXA','IumZn','getHierarchy','111433kCkHZh','retryOf','HbLac','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','dirname','accessibilityPlatform','eGMuw','constructor','OyoGM','iRWcq','BkdcQ','stepAnalyticsId','1192Lmsobn','BQzJU','mSbaK','juNkg','LogCreated','debug','ctx','5sLXUJB','sendCBTInfo','cbCwg','WkddX','562HyKYsH','javascript','WmsIS','pending','test','Lioql','startedAt','suites','connect','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','finished','eventType','LfnLb','push','launch','finished_at','ONSpS','failure_reason_expanded','passed','OojLL','fullTitle','prefixTestPath','TaIAc','apply','util','winstonLogger','stop','CODECEPT','iZTWW','currentTest','noQbI','KWhzd','obsBrowserTypeMockApplied','tags','../playwright/sessionDetails','DZHvd','findGitConfig','../../helpers/logger','resetSkipTestHooks','WDjAc','bind','../../helpers/test-observability/constants','defineProperty','_afterEach','TEST_RUN_STARTED','EtAqv','TestRunFinished','ykQbu','find','vyVnk','qOShz','HOOK_RUN_FINISHED','location_prefix','toString','uploadData','hooks','TEST_RUN_SKIPPED','testAnalyticsId','wlRlC','znXAS','browserstack','prototype','Failed\x20to\x20parse\x20wsendpoint\x20','hasLiveDriverSession','PMIDV','file','hook_run','meta','toLowerCase','exports','BROWSERSTACK','event_type','CdALC','integrations','setupBrowserDetails','826IkVgMf','PLAYWRIGHT_HUB_URL','fireEvent','sep','\x20with\x20error\x20:\x20','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','File\x20path\x20could\x20not\x20be\x20found','match','PathHelper','expanded','body','hook_type','codeceptjs','IVmhg','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','oGtJa','24zFlZER','IPRfB','getRootParentFile','status','session_id','feature','title','err','format','_paths','hook','TEST_REPORTING_ANALYTICS','Playwright','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','2611257PulDoB','driver','failed\x20to\x20get\x20root\x20parent\x20file\x20','initializeBddStep','hPWYO','failure_backtrace','OemMW','logs','includes','enabled','Ydmln','HGGQO','gzxiN','__platformCaps','replace','ExNwf','flushPendingHookEvents','getInstance','keyword','failure','17964kiNRYW','length','DNuyB'];a4_0x1c56=function(){return _0x5e2cee;};return a4_0x1c56();}const path=require('path'),util=require(a4_0x3627c2(0x1dd)),fs=require('fs'),{v4:uuidv4}=require(a4_0x3627c2(0x1a8)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3627c2(0x16f)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x3627c2(0x1ee)),logger=require(a4_0x3627c2(0x1ea))[a4_0x3627c2(0x1de)],SessionHandler=require(a4_0x3627c2(0x1a0)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x3627c2(0x1e7)),debug=testOpsHelper[a4_0x3627c2(0x1bf)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require('../utils/constants'),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require('../utils/constants'),STATE_PASSED=a4_0x3627c2(0x1d7),STATE_FAILED=a4_0x3627c2(0x18a),a4_0x9f0056={};a4_0x9f0056[a4_0x3627c2(0x1f1)]=a4_0x3627c2(0x175),a4_0x9f0056[a4_0x3627c2(0x196)]=a4_0x3627c2(0x1f3),a4_0x9f0056[a4_0x3627c2(0x1fd)]=a4_0x3627c2(0x19c),a4_0x9f0056['HOOK_RUN_STARTED']='HookRunStarted',a4_0x9f0056[a4_0x3627c2(0x1f8)]='HookRunFinished';function a4_0x5ca0(_0x517908,_0x3832d7){const _0x1c5603=a4_0x1c56();return a4_0x5ca0=function(_0x5ca0a7,_0xd1c1a9){_0x5ca0a7=_0x5ca0a7-0x11b;let _0x410d0c=_0x1c5603[_0x5ca0a7];return _0x410d0c;},a4_0x5ca0(_0x517908,_0x3832d7);}const TEST_EVENTS=a4_0x9f0056,parseEvent=_0x53e8c1=>{const _0x6b38cc=a4_0x3627c2,_0x5cfe24={};_0x5cfe24['lcETh']=function(_0x5798c1,_0x1237db){return _0x5798c1<_0x1237db;},_0x5cfe24[_0x6b38cc(0x149)]=function(_0x499932,_0x593199){return _0x499932===_0x593199;},_0x5cfe24[_0x6b38cc(0x191)]=_0x6b38cc(0x1c9),_0x5cfe24['ScRJi']=function(_0x578b91,_0xd53dcd){return _0x578b91===_0xd53dcd;},_0x5cfe24[_0x6b38cc(0x18f)]=_0x6b38cc(0x12f),_0x5cfe24[_0x6b38cc(0x137)]=function(_0x36cb4e,_0x17ac07){return _0x36cb4e===_0x17ac07;},_0x5cfe24['gZHSe']=_0x6b38cc(0x195),_0x5cfe24[_0x6b38cc(0x176)]=_0x6b38cc(0x17e),_0x5cfe24[_0x6b38cc(0x1b6)]=function(_0x26e173,_0x19fe6c){return _0x26e173===_0x19fe6c;},_0x5cfe24[_0x6b38cc(0x1a4)]=_0x6b38cc(0x1cf);const _0xdbca29=_0x5cfe24,_0x7b1c35=_0x53e8c1[_0x6b38cc(0x11c)](/^(.*)Run(.*)$/);if(!_0x7b1c35)return null;if(_0xdbca29['lcETh'](_0x7b1c35[_0x6b38cc(0x148)],0x3))return null;const _0x47c0af=_0x7b1c35[0x1][_0x6b38cc(0x209)](),_0x12ee42=_0x7b1c35[0x2][_0x6b38cc(0x209)]();return{'test':_0xdbca29['DNuyB'](_0x47c0af,_0xdbca29[_0x6b38cc(0x191)]),'hook':_0xdbca29['ScRJi'](_0x47c0af,_0xdbca29[_0x6b38cc(0x18f)]),'skipped':_0xdbca29[_0x6b38cc(0x137)](_0x12ee42,_0xdbca29[_0x6b38cc(0x18b)]),'started':_0xdbca29[_0x6b38cc(0x137)](_0x12ee42,_0xdbca29[_0x6b38cc(0x176)]),'finished':_0xdbca29[_0x6b38cc(0x1b6)](_0x12ee42,_0xdbca29[_0x6b38cc(0x1a4)])};},mockPWBrowserType=_0x294809=>{const _0x10153f=a4_0x3627c2,_0x10ddf0={'vyVnk':function(_0x2af7b0,_0x57e9a9){return _0x2af7b0===_0x57e9a9;},'yoVhH':_0x10153f(0x156),'bMRIG':function(_0x3434a5,_0x350a97,_0x5b5fac){return _0x3434a5(_0x350a97,_0x5b5fac);},'CdALC':_0x10153f(0x18d),'HbLac':function(_0x5803e3,_0x1eb315){return _0x5803e3(_0x1eb315);},'eqrrt':_0x10153f(0x201),'xjSFq':function(_0x44c6ac,_0x5ac8e2,_0x4697ea){return _0x44c6ac(_0x5ac8e2,_0x4697ea);},'XKvyT':function(_0xb1403e){return _0xb1403e();},'TSyHO':'Not\x20able\x20to\x20import\x20Browser','WkddX':_0x10153f(0x1cd),'iRWcq':_0x10153f(0x1d3)},_0x5d7570=_0x10ddf0['XKvyT'](resolveBrowserTypeClass);if(!_0x5d7570){_0x10ddf0[_0x10153f(0x1b0)](debug,_0x10ddf0[_0x10153f(0x187)]);return;}const _0x12e6e0=_0x5d7570[_0x10153f(0x202)];if(_0x12e6e0[_0x10153f(0x1e5)])return;const _0x3e8cbd=_0x12e6e0[_0x10153f(0x1cd)];Object[_0x10153f(0x1ef)](_0x12e6e0,_0x10ddf0[_0x10153f(0x1c4)],{'get':function(){const _0x18737a=_0x10153f,_0x35e32d={'krkge':function(_0x844e13,_0x286d0c){const _0x519185=a4_0x5ca0;return _0x10ddf0[_0x519185(0x1f6)](_0x844e13,_0x286d0c);},'DGrpQ':_0x10ddf0[_0x18737a(0x16b)],'TaIAc':function(_0x4cd0b8,_0x39d783,_0x2e376a){const _0x3f1566=_0x18737a;return _0x10ddf0[_0x3f1566(0x194)](_0x4cd0b8,_0x39d783,_0x2e376a);},'znXAS':_0x10ddf0[_0x18737a(0x20d)],'bebwf':function(_0x17ff6f,_0x5111b4){const _0x1b3ec0=_0x18737a;return _0x10ddf0[_0x1b3ec0(0x1b0)](_0x17ff6f,_0x5111b4);},'KfJKn':_0x10ddf0['eqrrt'],'qOShz':function(_0x16fa62,_0x5d34f1,_0x165889){const _0x201f90=_0x18737a;return _0x10ddf0[_0x201f90(0x173)](_0x16fa62,_0x5d34f1,_0x165889);}};return async function _0x1ffd9a(_0x2874f8,_0x4c7557){const _0x4b4ed0=_0x18737a,_0x58df03={'Wtxcg':function(_0x93cc7a,_0x46bd88){return _0x35e32d['krkge'](_0x93cc7a,_0x46bd88);},'ECPZj':_0x35e32d['DGrpQ']},_0x40f02f=_0x35e32d[_0x4b4ed0(0x1db)](nestedKeyValue,_0x2874f8,[_0x35e32d[_0x4b4ed0(0x200)]])||_0x2874f8;let _0x4fb5b0=null,_0x506c9e=null;try{[_0x506c9e,_0x4fb5b0]=_0x40f02f?_0x35e32d['bebwf'](parseWSEndpoint,_0x40f02f):[null,null],global[_0x4b4ed0(0x140)]=_0x4fb5b0,logger[_0x4b4ed0(0x1bf)](_0x4b4ed0(0x1b1)+_0x506c9e),_0x506c9e[_0x4b4ed0(0x13b)](Constants[_0x4b4ed0(0x20b)])&&(global['__cloud_provider___']=_0x35e32d['KfJKn']);}catch(_0x306527){logger['debug'](_0x4b4ed0(0x203)+_0x40f02f+'\x20'+_0x306527);}_0x35e32d[_0x4b4ed0(0x1f7)](processAccessibilityCaps,_0x4fb5b0,_0x506c9e);if(global[_0x4b4ed0(0x1b3)]){const _0x589d9b=await _0x12e6e0['connectOverCDP'][_0x4b4ed0(0x1dc)](this,[''+Constants[_0x4b4ed0(0x211)]+_0x35e32d['bebwf'](encodeURIComponent,JSON[_0x4b4ed0(0x178)](_0x4fb5b0))]);return PlaywrightSessionDetails[_0x4b4ed0(0x20f)](_0x589d9b,_0x294809,_0x40f02f),_0x589d9b;}return _0x3e8cbd['apply'](this,arguments)[_0x4b4ed0(0x181)](_0x4c347a=>{const _0x3e5725=_0x4b4ed0;let _0x546394=_0x2874f8[_0x3e5725(0x18d)];return _0x58df03['Wtxcg'](typeof _0x2874f8,_0x58df03['ECPZj'])&&(_0x546394=_0x2874f8),PlaywrightSessionDetails[_0x3e5725(0x20f)](_0x4c347a,_0x294809,_0x546394),_0x4c347a;});};}});const _0xed4b3e=_0x12e6e0[_0x10153f(0x1d3)];Object[_0x10153f(0x1ef)](_0x12e6e0,_0x10ddf0[_0x10153f(0x1b7)],{'get':function(){return async function _0x4da616(){const _0x51b6e7=a4_0x5ca0;return _0xed4b3e[_0x51b6e7(0x1dc)](this,arguments)['then'](_0x4d172a=>{const _0x1c6ab7=_0x51b6e7;return PlaywrightSessionDetails[_0x1c6ab7(0x20f)](_0x4d172a,null),_0x4d172a;});};}});};class O11yHelper{['currentTest']=null;[a4_0x3627c2(0x16e)]=null;['enabled']=![];[a4_0x3627c2(0x153)]=![];[a4_0x3627c2(0x168)]=[];constructor(_0x35fb6a,_0x3afd00){const _0x3d74ed=a4_0x3627c2,_0x54e796={'mSbaK':'3|4|1|2|0|5','iZTWW':function(_0x184135){return _0x184135();},'IPRfB':function(_0x188a59,_0x2f189d){return _0x188a59===_0x2f189d;},'WmsIS':_0x3d74ed(0x131),'OemMW':function(_0x4f67b1,_0x32874b){return _0x4f67b1(_0x32874b);}},_0x545314=_0x54e796[_0x3d74ed(0x1bc)]['split']('|');let _0x5365d3=0x0;while(!![]){switch(_0x545314[_0x5365d3++]){case'0':this[_0x3d74ed(0x12e)]=new testOpsHelper[(_0x3d74ed(0x11d))]({'cwd':process['cwd']()},this[_0x3d74ed(0x180)][_0x3d74ed(0x1f9)]);continue;case'1':this['driver']=_0x35fb6a;continue;case'2':this[_0x3d74ed(0x180)]=_0x54e796[_0x3d74ed(0x1e1)](getTestEnv);continue;case'3':this[_0x3d74ed(0x13c)]=_0x54e796[_0x3d74ed(0x1e1)](shouldProcessEventForTesthub);continue;case'4':this[_0x3d74ed(0x153)]=_0x3afd00[_0x3d74ed(0x153)];continue;case'5':this[_0x3d74ed(0x134)]&&_0x54e796[_0x3d74ed(0x126)](this['driver'][_0x3d74ed(0x1b5)][_0x3d74ed(0x157)],_0x54e796[_0x3d74ed(0x1c7)])&&_0x54e796[_0x3d74ed(0x139)](mockPWBrowserType,null);continue;}break;}}[a4_0x3627c2(0x204)](){const _0xef6c44=a4_0x3627c2,_0x3db538={'XPPQL':function(_0x3a4779,_0x3b0a45){return _0x3a4779(_0x3b0a45);}};if(!this[_0xef6c44(0x134)])return![];try{const _0x5df437=_0x3db538['XPPQL'](fetchPlatformDetails,this['driver']);if(!_0x5df437)return![];const _0x36eb56=Object['keys'](_0x5df437)[0x0];return!!(_0x36eb56&&_0x5df437[_0x36eb56]&&_0x5df437[_0x36eb56][_0xef6c44(0x129)]);}catch(_0x50cb9e){return![];}}[a4_0x3627c2(0x165)](_0x3a9aed,_0x19237){const _0x670ba0=a4_0x3627c2;if(!_0x19237)return;const _0x50c357={};_0x50c357[_0x670ba0(0x1d0)]=_0x3a9aed,_0x50c357[_0x670ba0(0x1fb)]=_0x19237,this['pendingHookEvents']['push'](_0x50c357);}async[a4_0x3627c2(0x143)](){const _0x511f65=a4_0x3627c2,_0x5a3931={};_0x5a3931[_0x511f65(0x1d5)]=function(_0x24ed49,_0x502aff){return _0x24ed49&&_0x502aff;};const _0x455755=_0x5a3931;if(!this[_0x511f65(0x168)]['length'])return;if(!this['hasLiveDriverSession']())return;const _0x1bef8b=this[_0x511f65(0x14c)](this[_0x511f65(0x134)]),_0xc6edbb=this['pendingHookEvents'][_0x511f65(0x171)](0x0,this[_0x511f65(0x168)][_0x511f65(0x148)]);for(const {eventType:_0x4778b8,uploadData:_0xb71520}of _0xc6edbb){try{const _0x41bef4=_0xb71520['hook_run']||_0xb71520['test_run'];_0x455755[_0x511f65(0x1d5)](_0x41bef4,_0x1bef8b)&&(_0x41bef4[_0x511f65(0x20e)]=_0x1bef8b),await this[_0x511f65(0x212)](_0x4778b8,_0xb71520);}catch(_0x532704){logger[_0x511f65(0x1bf)](_0x511f65(0x1ce)+_0x4778b8+':\x20'+util[_0x511f65(0x12d)](_0x532704));}}}['start'](){const _0x2e6be9=a4_0x3627c2;if(!this[_0x2e6be9(0x13c)])return;testOpsHelper[_0x2e6be9(0x14a)](),process[_0x2e6be9(0x151)]('bs:addLog:'+process[_0x2e6be9(0x14d)]),process['on'](_0x2e6be9(0x179)+process['pid'],this[_0x2e6be9(0x17d)][_0x2e6be9(0x1ed)](this));}async[a4_0x3627c2(0x1df)](){const _0x1eafad=a4_0x3627c2;await RequestQueueHandler[_0x1eafad(0x144)]()[_0x1eafad(0x19b)]();}async[a4_0x3627c2(0x17d)](_0x71f0ff){const _0x317ac5=a4_0x3627c2,_0x4f00bd={'cbCwg':_0x317ac5(0x1be),'yisQg':function(_0x18f06a,_0x3a957b){return _0x18f06a(_0x3a957b);}};try{this[_0x317ac5(0x16e)]&&!this[_0x317ac5(0x16e)][_0x317ac5(0x17c)]&&(_0x71f0ff[_0x317ac5(0x19a)]=this[_0x317ac5(0x16e)][_0x317ac5(0x150)]);!_0x71f0ff[_0x317ac5(0x19a)]&&this[_0x317ac5(0x1e2)]&&!this[_0x317ac5(0x1e2)][_0x317ac5(0x17c)]&&(_0x71f0ff[_0x317ac5(0x15c)]=this[_0x317ac5(0x1e2)][_0x317ac5(0x1fe)]);if(_0x71f0ff['hook_run_uuid']||_0x71f0ff[_0x317ac5(0x15c)]){const _0x550dde={};_0x550dde[_0x317ac5(0x20c)]=_0x4f00bd[_0x317ac5(0x1c3)],_0x550dde[_0x317ac5(0x13a)]=[_0x71f0ff],await SessionHandler['uploadEventData'](_0x550dde);}}catch(_0x88171b){_0x4f00bd['yisQg'](debug,_0x317ac5(0x132)+constants['TEST_REPORTING_ANALYTICS']+_0x317ac5(0x214)+_0x88171b);}}async[a4_0x3627c2(0x1c2)](_0x3bddc8){const _0x4696ce=a4_0x3627c2,_0x376288={'WDjAc':'CBTSessionCreated','cYtGU':function(_0x397093,_0x294c31){return _0x397093(_0x294c31);}};if(!this['enabled'])return;const _0x1a6304=this[_0x4696ce(0x14c)](this['driver']);try{const _0xc8664={};_0xc8664[_0x4696ce(0x1a8)]=_0x3bddc8,_0xc8664[_0x4696ce(0x20e)]=_0x1a6304;const _0x3b6d74=_0xc8664,_0x343d28={};_0x343d28[_0x4696ce(0x20c)]=_0x376288[_0x4696ce(0x1ec)],_0x343d28['test_run']=_0x3b6d74,await SessionHandler[_0x4696ce(0x155)](_0x343d28);}catch(_0x253b18){_0x376288['cYtGU'](debug,_0x4696ce(0x215)+constants[_0x4696ce(0x130)]+_0x4696ce(0x214)+_0x253b18);}}['getCBTInfo'](_0x158d01){const _0x272833=a4_0x3627c2,_0x5df57e={'KWhzd':function(_0x54603d,_0x485853){return _0x54603d(_0x485853);}};return _0x5df57e[_0x272833(0x1e4)](fetchPlatformDetails,_0x158d01);}[a4_0x3627c2(0x1eb)]=_0x3eb5c2=>{const _0x1277ff=a4_0x3627c2,_0x4c016e={};_0x4c016e[_0x1277ff(0x13d)]='_beforeEach',_0x4c016e[_0x1277ff(0x18e)]=_0x1277ff(0x1f0);const _0x256ec2=_0x4c016e;if(!_0x3eb5c2||!_0x3eb5c2[_0x1277ff(0x184)])return;[_0x256ec2[_0x1277ff(0x13d)],_0x256ec2[_0x1277ff(0x18e)]][_0x1277ff(0x154)](_0x5b9ac0=>{const _0x5d74b7=_0x1277ff,_0x3b0522=_0x3eb5c2[_0x5d74b7(0x184)][_0x5b9ac0];_0x3b0522['forEach'](_0x48db64=>{const _0x1bf383=_0x5d74b7;_0x48db64[_0x1bf383(0x150)]&&(_0x48db64[_0x1bf383(0x150)]=null);});});};['mapTestHooks'](_0x4eb61e){const _0xce9856=a4_0x3627c2,_0x4c2cbf={'SkkOJ':_0xce9856(0x121),'bmYYi':function(_0x3c0752){return _0x3c0752();},'OojLL':function(_0x4a0307,_0x6c0aff){return _0x4a0307===_0x6c0aff;},'BkdcQ':_0xce9856(0x1f0),'rhNzV':function(_0x4a3896){return _0x4a3896();},'oGtJa':_0xce9856(0x183),'NrbIy':_0xce9856(0x192),'KMsqE':_0xce9856(0x164)};if(!_0x4eb61e||!_0x4eb61e[_0xce9856(0x184)])return;[_0x4c2cbf[_0xce9856(0x124)],_0x4c2cbf[_0xce9856(0x177)],_0x4c2cbf['KMsqE'],_0x4c2cbf[_0xce9856(0x1b8)]][_0xce9856(0x154)](_0xb7d309=>{const _0x1221ce=_0xce9856,_0x5e1944=_0x4eb61e[_0x1221ce(0x184)][_0xb7d309]||[];_0x5e1944[_0x1221ce(0x154)](_0x2adb3a=>{const _0x2674af=_0x1221ce;if(_0x2adb3a[_0x2674af(0x12b)][_0x2674af(0x13b)](_0x4c2cbf[_0x2674af(0x1a2)]))return;if(!_0x2adb3a[_0x2674af(0x150)])_0x2adb3a[_0x2674af(0x150)]=_0x4c2cbf[_0x2674af(0x182)](uuidv4);else _0x2adb3a[_0x2674af(0x17c)]&&_0x4c2cbf[_0x2674af(0x1d8)](_0xb7d309,_0x4c2cbf[_0x2674af(0x1b8)])&&(_0x2adb3a['hookAnalyticsId']=_0x4c2cbf['rhNzV'](uuidv4),delete _0x2adb3a[_0x2674af(0x17c)]);});}),this[_0xce9856(0x199)](_0x4eb61e[_0xce9856(0x184)]);}[a4_0x3627c2(0x19d)](_0x49b939){const _0x2a1f03=a4_0x3627c2,_0xe1a433={};_0xe1a433[_0x2a1f03(0x19f)]=_0x2a1f03(0x183),_0xe1a433[_0x2a1f03(0x185)]=_0x2a1f03(0x192),_0xe1a433['GGkbv']='_beforeEach',_0xe1a433[_0x2a1f03(0x15b)]='_afterEach';const _0x1488ce=_0xe1a433;if(!_0x49b939||!_0x49b939[_0x2a1f03(0x184)])return[];const _0x5bd141=[];return[_0x1488ce[_0x2a1f03(0x19f)],_0x1488ce[_0x2a1f03(0x185)],_0x1488ce[_0x2a1f03(0x17f)],_0x1488ce['HJvLn']][_0x2a1f03(0x154)](_0x441589=>{const _0x3453ee=_0x2a1f03,_0x1a44fa=_0x49b939[_0x3453ee(0x184)][_0x441589]||[];_0x1a44fa[_0x3453ee(0x154)](_0x49b96d=>{const _0x30ddff=_0x3453ee;_0x49b96d['hookAnalyticsId']&&_0x5bd141[_0x30ddff(0x1d2)](_0x49b96d['hookAnalyticsId']);});}),[][_0x2a1f03(0x172)](_0x5bd141,this['getHooksForTest'](_0x49b939[_0x2a1f03(0x184)]));}['getHookType'](_0x263b15){const _0x3ac1d7=a4_0x3627c2,_0x45c523=/^"(?<hook>.*)" hook:.*$/,_0x5a8a54=_0x263b15[_0x3ac1d7(0x12b)],_0x48c014=_0x5a8a54[_0x3ac1d7(0x11c)](_0x45c523);if(_0x48c014&&_0x48c014[_0x3ac1d7(0x1a7)])return _0x48c014[_0x3ac1d7(0x1a7)][_0x3ac1d7(0x12f)]['toUpperCase']()[_0x3ac1d7(0x141)]('\x20','_');return null;}[a4_0x3627c2(0x1e9)](_0x56c6db){const _0x1b13c3=a4_0x3627c2,_0x2eeb0f={};_0x2eeb0f[_0x1b13c3(0x1a9)]=function(_0x4104c7,_0x1b87d5){return _0x4104c7===_0x1b87d5;},_0x2eeb0f[_0x1b13c3(0x1e8)]=function(_0xe5ebeb,_0xac3d93){return _0xe5ebeb===_0xac3d93;},_0x2eeb0f['RgSGB']=_0x1b13c3(0x197);const _0x6e9346=_0x2eeb0f,_0x52890b=path[_0x1b13c3(0x213)];if(_0x6e9346[_0x1b13c3(0x1a9)](_0x56c6db,null)||_0x6e9346['DZHvd'](_0x56c6db,'')||_0x6e9346[_0x1b13c3(0x1e8)](_0x56c6db,_0x52890b)||_0x6e9346[_0x1b13c3(0x1e8)](_0x56c6db,path[_0x1b13c3(0x1b2)](_0x56c6db)))return null;try{return fs['statSync'](path[_0x1b13c3(0x166)](_0x56c6db,_0x6e9346[_0x1b13c3(0x169)])),_0x56c6db;}catch(_0x101516){const _0x1d86ff=path[_0x1b13c3(0x1b2)](_0x56c6db);return this[_0x1b13c3(0x1e9)](_0x1d86ff);}}['getRootParentFile'](_0x275650){const _0x113787=a4_0x3627c2,_0x56dcdd={};_0x56dcdd[_0x113787(0x1aa)]=function(_0x5b95f8,_0x562b1f){return _0x5b95f8>_0x562b1f;};const _0x30d621=_0x56dcdd;if(_0x275650[_0x113787(0x206)])return _0x275650[_0x113787(0x206)];if(_0x275650[_0x113787(0x1c0)]){const _0x4c7743=_0x275650['ctx'][_0x113787(0x1e2)]?this[_0x113787(0x127)](_0x275650[_0x113787(0x1c0)][_0x113787(0x1e2)]):null;if(_0x4c7743)return _0x4c7743;}if(_0x275650[_0x113787(0x184)]){const _0x1d9c42=this['getRootParentFile'](_0x275650[_0x113787(0x184)])||(_0x275650[_0x113787(0x184)][_0x113787(0x1c0)]&&_0x275650[_0x113787(0x184)][_0x113787(0x1c0)]['currentTest']?this[_0x113787(0x127)](_0x275650[_0x113787(0x184)][_0x113787(0x1c0)][_0x113787(0x1e2)]):null);if(_0x1d9c42)return _0x1d9c42;_0x275650[_0x113787(0x184)][_0x113787(0x1cc)]&&_0x30d621['OiNRX'](_0x275650[_0x113787(0x184)][_0x113787(0x1cc)][_0x113787(0x148)],0x0)&&_0x275650[_0x113787(0x184)][_0x113787(0x1cc)][_0x113787(0x154)](_0xfe2057=>{const _0x47a5ae=_0x113787,_0x557372=_0xfe2057[_0x47a5ae(0x1c0)]?this['getRootParentFile'](_0xfe2057[_0x47a5ae(0x1c0)]):null;if(_0x557372)return _0x557372;});}return null;}[a4_0x3627c2(0x1ad)](_0x4f679d){const _0x5492ba=a4_0x3627c2,_0x1c1825={};_0x1c1825['IWqQw']=function(_0x1359c1,_0x2bced2){return _0x1359c1!==_0x2bced2;};const _0x3b4b71=_0x1c1825,_0x2362ef=[];if(_0x4f679d&&_0x4f679d[_0x5492ba(0x184)]){let _0x37491f=_0x4f679d['parent'];while(_0x37491f&&_0x3b4b71['IWqQw'](_0x37491f[_0x5492ba(0x12b)],'')){_0x2362ef[_0x5492ba(0x1d2)](_0x37491f[_0x5492ba(0x12b)]),_0x37491f=_0x37491f['parent'];}}return _0x2362ef;}[a4_0x3627c2(0x159)](_0x441361,_0x2029aa,_0x4123d8=undefined){const _0x4fe9ca=a4_0x3627c2,_0x34022c={'IVmhg':function(_0x1dab9f,_0x5bc7bd){return _0x1dab9f(_0x5bc7bd);},'Lioql':function(_0x364791){return _0x364791();},'LfnLb':function(_0x1c8453){return _0x1c8453();},'noQbI':'err','wlRlC':function(_0x287ca8,_0x55c47b){return _0x287ca8!==_0x55c47b;},'ykQbu':_0x4fe9ca(0x11b),'nZour':_0x4fe9ca(0x1c8),'SYwIu':_0x4fe9ca(0x18a),'eGMuw':_0x4fe9ca(0x1d7),'WzGry':_0x4fe9ca(0x195),'EtAqv':_0x4fe9ca(0x1c6),'IumZn':function(_0x76bb9c,_0x503245){return _0x76bb9c-_0x503245;},'mzbWm':function(_0x319607,_0x16ab32,_0x29b14b,_0x25eeda,_0x354a36){return _0x319607(_0x16ab32,_0x29b14b,_0x25eeda,_0x354a36);},'hlBNn':_0x4fe9ca(0x20e),'HGGQO':_0x4fe9ca(0x208),'HIkbs':_0x4fe9ca(0x146),'BQzJU':_0x4fe9ca(0x138),'ExNwf':'backtrace','PMIDV':_0x4fe9ca(0x1d6),'NdFyP':_0x4fe9ca(0x11e),'CRdZZ':function(_0xd9a098,_0x1562d2){return _0xd9a098===_0x1562d2;},'RiSYQ':_0x4fe9ca(0x207),'ZuSIi':_0x4fe9ca(0x198)};if(!this[_0x4fe9ca(0x13c)])return;try{if(_0x2029aa['fn']&&_0x2029aa['fn'][_0x4fe9ca(0x1fa)]()['match'](/browserstack internal helper hook/))return;const _0x2a84ef=_0x34022c[_0x4fe9ca(0x122)](parseEvent,_0x441361);if(!_0x2a84ef)return;if(_0x2a84ef[_0x4fe9ca(0x1c9)]){this[_0x4fe9ca(0x1e2)]=_0x2029aa,this[_0x4fe9ca(0x16e)]=null;if(_0x2a84ef[_0x4fe9ca(0x17e)]||_0x2a84ef[_0x4fe9ca(0x195)]){_0x2029aa['startedAt']=new Date(),_0x2029aa['markedStatus']=![];if(!_0x2029aa[_0x4fe9ca(0x1fe)])_0x2029aa[_0x4fe9ca(0x1fe)]=_0x34022c['Lioql'](uuidv4);else _0x2029aa[_0x4fe9ca(0x17c)]&&(!_0x2029aa[_0x4fe9ca(0x1af)]&&(_0x2029aa[_0x4fe9ca(0x1af)]=_0x2029aa['testAnalyticsId']),_0x2029aa[_0x4fe9ca(0x1fe)]=_0x34022c[_0x4fe9ca(0x1ca)](uuidv4));}}else{if(_0x2a84ef[_0x4fe9ca(0x12f)]){this[_0x4fe9ca(0x16e)]=_0x2029aa;if(_0x2a84ef[_0x4fe9ca(0x17e)]){_0x2029aa['startedAt']=new Date(),_0x2029aa[_0x4fe9ca(0x17c)]=![];if(!_0x2029aa[_0x4fe9ca(0x150)])_0x2029aa['hookAnalyticsId']=_0x34022c[_0x4fe9ca(0x1ca)](uuidv4);else _0x2029aa[_0x4fe9ca(0x150)]&&_0x2029aa[_0x4fe9ca(0x17c)]&&(_0x2029aa[_0x4fe9ca(0x150)]=_0x34022c[_0x4fe9ca(0x1d1)](uuidv4));}}}if(_0x2a84ef[_0x4fe9ca(0x1cf)]&&_0x2029aa['markedStatus'])return;let _0x4de6a0;try{_0x4de6a0=this[_0x4fe9ca(0x127)](_0x2029aa);}catch(_0x19417e){logger['debug'](_0x4fe9ca(0x135)+_0x19417e),_0x4de6a0=null;}let _0x118728=[];_0x4123d8&&(_0x118728=[_0x4123d8,_0x34022c[_0x4fe9ca(0x1e3)]]);const _0x11f58b=_0x34022c[_0x4fe9ca(0x1ff)](_0x2029aa[_0x4fe9ca(0x186)],undefined)?util['inspect'](_0x2029aa['errorsDetailed'][0x0]):_0x34022c[_0x4fe9ca(0x1ff)](_0x4123d8,undefined)?_0x4123d8['toString']():undefined,_0x5c3a6e=_0x4de6a0?this[_0x4fe9ca(0x1e9)](_0x4de6a0):null,_0x18320f=_0x4de6a0?this[_0x4fe9ca(0x12e)][_0x4fe9ca(0x1da)](this[_0x4fe9ca(0x127)](_0x2029aa)):_0x34022c[_0x4fe9ca(0x1f4)];let _0x32d783=_0x34022c[_0x4fe9ca(0x15d)];const _0x2d88af=!_0x2a84ef[_0x4fe9ca(0x17e)]?new Date()[_0x4fe9ca(0x170)]():null;if(_0x2a84ef[_0x4fe9ca(0x1cf)])_0x32d783=_0x4123d8?_0x34022c[_0x4fe9ca(0x15e)]:_0x34022c[_0x4fe9ca(0x1b4)],_0x2029aa[_0x4fe9ca(0x17c)]=!![];else _0x2a84ef[_0x4fe9ca(0x195)]&&(_0x32d783=_0x34022c[_0x4fe9ca(0x16a)],_0x2029aa[_0x4fe9ca(0x17c)]=!![]);const _0xec54cc={'framework':this['frameworkName'],'uuid':_0x2029aa[_0x4fe9ca(0x1fe)]||_0x2029aa[_0x4fe9ca(0x150)],'name':_0x2029aa[_0x4fe9ca(0x12b)],'body':{'lang':_0x34022c[_0x4fe9ca(0x1f2)],'code':_0x2029aa['body'][_0x4fe9ca(0x1fa)]()},'type':_0x2029aa[_0x4fe9ca(0x14f)],'scope':_0x2029aa['fullTitle'](),'scopes':this[_0x4fe9ca(0x1ad)](_0x2029aa),'file_name':_0x18320f,'vc_filepath':_0x5c3a6e?path[_0x4fe9ca(0x15f)](_0x5c3a6e,_0x4de6a0):null,'location':_0x18320f,'result':_0x32d783,'failure_reason':_0x11f58b,'duration_in_ms':_0x2029aa[_0x4fe9ca(0x174)]||(_0x2a84ef['finished']||_0x2a84ef[_0x4fe9ca(0x195)])?_0x34022c[_0x4fe9ca(0x1ac)](Date[_0x4fe9ca(0x14e)](),new Date(_0x2029aa[_0x4fe9ca(0x1cb)])[_0x4fe9ca(0x16c)]()):null,'started_at':new Date(_0x2029aa[_0x4fe9ca(0x1cb)])[_0x4fe9ca(0x170)](),'finished_at':_0x2d88af,'failure':testOpsHelper['failureData'][_0x4fe9ca(0x1dc)](null,_0x118728),'failure_type':!_0x11f58b?null:testOpsHelper[_0x4fe9ca(0x188)](_0x11f58b),'retry_of':_0x2029aa[_0x4fe9ca(0x1af)]||null,'tags':_0x2029aa[_0x4fe9ca(0x1e6)]||[],'customRerunParam':{'rerun_name':_0x2029aa[_0x4fe9ca(0x1d9)]()}};_0x34022c[_0x4fe9ca(0x17b)](appendTesthubParams,_0xec54cc,_0x441361,_0x2029aa,FRAMEWORKS[_0x4fe9ca(0x1e0)]);if(_0x2a84ef[_0x4fe9ca(0x12f)])[_0xec54cc[_0x4fe9ca(0x120)],_0xec54cc[_0x4fe9ca(0x157)]]=[this[_0x4fe9ca(0x15a)](_0x2029aa),_0x2029aa[_0x4fe9ca(0x1c0)]['test'][_0x4fe9ca(0x12b)]],_0x2a84ef[_0x4fe9ca(0x1cf)]?_0x34022c[_0x4fe9ca(0x1ff)](_0xec54cc[_0x4fe9ca(0x158)],_0x34022c[_0x4fe9ca(0x15e)])&&(_0xec54cc[_0x4fe9ca(0x158)]=_0x34022c[_0x4fe9ca(0x1b4)]):_0xec54cc[_0x4fe9ca(0x11f)]={};else _0x2a84ef[_0x4fe9ca(0x1c9)]&&(this[_0x4fe9ca(0x199)](_0x2029aa),_0x2a84ef['skipped']&&this['resetSkipTestHooks'](_0x2029aa),(_0x2a84ef[_0x4fe9ca(0x1cf)]||_0x2a84ef[_0x4fe9ca(0x195)])&&(_0xec54cc[_0x4fe9ca(0x1fc)]=this[_0x4fe9ca(0x19d)](_0x2029aa)));this['driver']&&(_0x2a84ef[_0x4fe9ca(0x17e)]||_0x2a84ef['skipped'])&&(_0xec54cc[_0x34022c[_0x4fe9ca(0x161)]]=this['getCBTInfo'](this[_0x4fe9ca(0x134)]));_0x2a84ef[_0x4fe9ca(0x1c9)]&&_0x2a84ef[_0x4fe9ca(0x1cf)]&&_0x2029aa[_0x4fe9ca(0x1a5)]&&(_0xec54cc[_0x34022c[_0x4fe9ca(0x13e)]]={'feature':{'name':_0x2029aa[_0x4fe9ca(0x184)][_0x4fe9ca(0x12a)][_0x4fe9ca(0x157)],'path':_0xec54cc[_0x4fe9ca(0x190)],'description':_0x2029aa['parent']['comment']},'scenario':{'name':_0x2029aa[_0x4fe9ca(0x12b)]},'steps':_0x2029aa[_0x4fe9ca(0x1a5)]});const _0x379172=_0xec54cc[_0x34022c['HIkbs']][0x0];_0x379172&&(_0xec54cc[_0x34022c[_0x4fe9ca(0x1bb)]]=_0x379172[_0x34022c[_0x4fe9ca(0x142)]],_0xec54cc[_0x34022c[_0x4fe9ca(0x205)]]=_0x379172[_0x34022c['NdFyP']]);if(_0x2029aa[_0x4fe9ca(0x1a5)])for(const _0x196aaf of _0x2029aa['bddSteps']){!_0x196aaf[_0x4fe9ca(0x1d4)]&&(_0x196aaf[_0x4fe9ca(0x1d4)]=new Date()[_0x4fe9ca(0x170)](),_0x34022c['CRdZZ'](_0x196aaf['result'],_0x34022c[_0x4fe9ca(0x15d)])&&(_0x379172?(_0x196aaf[_0x4fe9ca(0x158)]=_0x34022c['SYwIu'],_0x196aaf[_0x4fe9ca(0x146)]=_0x379172[_0x34022c[_0x4fe9ca(0x142)]][0x0]):_0x196aaf['result']=_0x34022c[_0x4fe9ca(0x1b4)]));}const _0x3fd84c={};_0x3fd84c[_0x4fe9ca(0x20c)]=_0x2a84ef['skipped']?TEST_EVENTS[_0x4fe9ca(0x196)]:_0x441361;const _0x163436=_0x3fd84c;return _0x2a84ef[_0x4fe9ca(0x12f)]?_0x163436[_0x34022c[_0x4fe9ca(0x19e)]]=_0xec54cc:_0x163436[_0x34022c[_0x4fe9ca(0x160)]]=_0xec54cc,_0x163436;}catch(_0x58ef4d){logger[_0x4fe9ca(0x1bf)](_0x4fe9ca(0x123)+_0x441361+'\x20with\x20error\x20:\x20'+_0x58ef4d);}}async[a4_0x3627c2(0x212)](_0x46a42a,_0x42d72b){const _0x3ccf6d=a4_0x3627c2;if(!this[_0x3ccf6d(0x13c)]||!_0x42d72b||!_0x46a42a)return![];try{return await SessionHandler[_0x3ccf6d(0x155)](_0x42d72b);}catch(_0x3f44ae){logger['debug'](_0x3ccf6d(0x162)+_0x46a42a+_0x3ccf6d(0x214)+_0x3f44ae);}}[a4_0x3627c2(0x136)](_0x2620e5){const _0x26cce3=a4_0x3627c2,_0x4558e5={};_0x4558e5[_0x26cce3(0x1a3)]=_0x26cce3(0x1c8);const _0x432c29=_0x4558e5;return{'id':_0x2620e5['stepAnalyticsId'],'text':_0x2620e5[_0x26cce3(0x193)],'keyword':_0x2620e5[_0x26cce3(0x145)],'started_at':_0x2620e5[_0x26cce3(0x1cb)][_0x26cce3(0x170)](),'result':_0x432c29[_0x26cce3(0x1a3)]};}['bddStepStart'](_0x2e7905){const _0x30a74d=a4_0x3627c2,_0x44705e={'juNkg':function(_0x3353cd){return _0x3353cd();}};!this[_0x30a74d(0x1e2)]['bddSteps']&&(this[_0x30a74d(0x1e2)][_0x30a74d(0x1a5)]=[]),!_0x2e7905['stepAnalyticsId']&&(_0x2e7905[_0x30a74d(0x1b9)]=_0x44705e[_0x30a74d(0x1bd)](uuidv4),_0x2e7905[_0x30a74d(0x1cb)]=new Date(),this[_0x30a74d(0x1e2)]['bddSteps'][_0x30a74d(0x1d2)](this[_0x30a74d(0x136)](_0x2e7905)));}['bddStepFinish'](_0x13657d){const _0x1a4e30=a4_0x3627c2,_0x4e45b7={'LFgzN':function(_0x38d09e,_0x5dda2a){return _0x38d09e(_0x5dda2a);},'GKYPc':_0x1a4e30(0x14b),'gzxiN':_0x1a4e30(0x1c8),'gEnXA':_0x1a4e30(0x1d7),'QdGgd':function(_0x15afdc,_0x71902a){return _0x15afdc-_0x71902a;}};let _0xc4568c=this[_0x1a4e30(0x1e2)][_0x1a4e30(0x1a5)][_0x1a4e30(0x1f5)](_0x13aadf=>_0x13aadf['id']===_0x13657d[_0x1a4e30(0x1b9)]);_0x4e45b7['LFgzN'](isUndefined,_0xc4568c)&&(_0xc4568c=this[_0x1a4e30(0x136)](_0x13657d)),_0xc4568c[_0x1a4e30(0x158)]=[_0x4e45b7['GKYPc'],_0x4e45b7[_0x1a4e30(0x13f)]]['includes'](_0x13657d[_0x1a4e30(0x128)])?_0x4e45b7[_0x1a4e30(0x1ab)]:_0x13657d[_0x1a4e30(0x128)],_0xc4568c[_0x1a4e30(0x1d4)]=new Date()[_0x1a4e30(0x170)](),_0xc4568c[_0x1a4e30(0x174)]=_0x4e45b7[_0x1a4e30(0x189)](Date[_0x1a4e30(0x14e)](),_0x13657d[_0x1a4e30(0x1cb)][_0x1a4e30(0x16c)]()),_0xc4568c[_0x1a4e30(0x146)]=_0x13657d[_0x1a4e30(0x12c)]?_0x13657d[_0x1a4e30(0x12c)]['message']:null;}}const a4_0x1ffafc={};a4_0x1ffafc[a4_0x3627c2(0x163)]=O11yHelper,a4_0x1ffafc[a4_0x3627c2(0x1a6)]=STATE_PASSED,a4_0x1ffafc[a4_0x3627c2(0x1a1)]=STATE_FAILED,a4_0x1ffafc[a4_0x3627c2(0x152)]=TEST_EVENTS,module[a4_0x3627c2(0x20a)]=a4_0x1ffafc;
1
+ const a4_0x5d3897=a4_0x24e8;(function(_0x3b977c,_0x41b020){const _0x36737b=a4_0x24e8,_0x2294b9=_0x3b977c();while(!![]){try{const _0x542090=-parseInt(_0x36737b(0x17e))/0x1*(-parseInt(_0x36737b(0x172))/0x2)+-parseInt(_0x36737b(0x120))/0x3+parseInt(_0x36737b(0x1dd))/0x4*(parseInt(_0x36737b(0x12b))/0x5)+-parseInt(_0x36737b(0x15a))/0x6+parseInt(_0x36737b(0x178))/0x7+parseInt(_0x36737b(0x1e4))/0x8+parseInt(_0x36737b(0x209))/0x9*(-parseInt(_0x36737b(0x152))/0xa);if(_0x542090===_0x41b020)break;else _0x2294b9['push'](_0x2294b9['shift']());}catch(_0x3fadfb){_0x2294b9['push'](_0x2294b9['shift']());}}}(a4_0x4bc3,0xb8b1e));const path=require(a4_0x5d3897(0x13a)),util=require('util'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5d3897(0x20d)),testOpsHelper=require(a4_0x5d3897(0x1b6)),{getTestEnv}=require(a4_0x5d3897(0x1ef)),{FRAMEWORKS}=require(a4_0x5d3897(0x19d)),logger=require(a4_0x5d3897(0x1e1))[a4_0x5d3897(0x14e)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x5d3897(0x122)),PlaywrightSessionDetails=require(a4_0x5d3897(0x13d)),debug=testOpsHelper[a4_0x5d3897(0x145)],{processAccessibilityCaps}=require(a4_0x5d3897(0x1c7)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x5d3897(0x18a)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x5d3897(0x123)),STATE_PASSED=a4_0x5d3897(0x170),STATE_FAILED=a4_0x5d3897(0x1b2),a4_0x7a9963={};a4_0x7a9963[a4_0x5d3897(0x203)]='TestRunStarted',a4_0x7a9963[a4_0x5d3897(0x14b)]=a4_0x5d3897(0x1f7),a4_0x7a9963[a4_0x5d3897(0x1f4)]=a4_0x5d3897(0x17a),a4_0x7a9963['HOOK_RUN_STARTED']=a4_0x5d3897(0x147),a4_0x7a9963['HOOK_RUN_FINISHED']='HookRunFinished';function a4_0x4bc3(){const _0x32af25=['ZiGdi','debug','obsBrowserTypeMockApplied','HookRunStarted','sCtoi','pzZlN','NUbIk','TEST_RUN_FINISHED','HyxMq','TEST_REPORTING_ANALYTICS','winstonLogger','TEST_EVENTS','parent','CBTSessionCreated','90pMnKdl','retryOf','iONYM','aySny','text','suites','hook_run_uuid','enabled','1628958Ugwlnv','MXkqW','test_run','file','stringify','getTime','_afterAll','fullTitle','LDYuO','toLowerCase','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','\x20with\x20error\x20:\x20','ycabM','toUpperCase','pending','sdjJe','GrkMD','dOMbi','length','NsNqh','RanDp','join','passed','TPFnu','4RPpVqU','FONeE','integrations','ZkQTS','fireEvent','LCxOw','10056669iUDYfR','failure_backtrace','TestRunSkipped','MZNoD','toString','bddStepStart','617852LuWyOS','bddStepFinish','hook','title','split','findGitConfig','IzwSL','getFailureType','groups','QDpWQ','_paths','launch','./helper.js','LMdtS','forEach','inspect','startedAt','tags','accessibilityPlatform','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','stepAnalyticsId','AfrMi','eventType','tBZDn','success','Not\x20able\x20to\x20import\x20Browser','testAnalyticsId','prefixTestPath','eXnWg','_beforeEach','failure_reason_expanded','../../helpers/test-observability/constants','CODECEPT','failureData','push','IqQLa','lmGud','STATE_PASSED','currentTest','BvUcw','LtZor','bs:addLog:','connect','_testEnv','JUEqf','find','File\x20path\x20could\x20not\x20be\x20found','hook_run','fESYY','_beforeAll','__platformCaps','logs','failed','toISOString','uuid','err','../../helpers/test-observability/utils','initializeBddStep','nwpGj','MNsXN','frameworkName','keys','started','jhQZb','dDUQN','RegrI','result','ecMGL','ZXjgy','ydzNr','finished','then','meta','../playwright/accessibility-helper','wPPyP','dirname','now','getHierarchy','location_prefix','FaSwj','sendCBTInfo','NekFJ','pendingHookEvents','BROWSERSTACK','format','removeAllListeners','lIXLK','mapTestHooks','sJLIf','Playwright','getRootParentFile','goZJT','status','nWStO','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','4dRqEQQ','tuPJA','skipped','codeceptjs','../../helpers/logger','HpXEM','driver','8960400OIoeCu','bddSteps','uVnrS','wsEndpoint','PLAYWRIGHT_HUB_URL','finished_at','HHwYp','JkCYT','zHtuU','ilZLF','body','../mocha/test-observability/mochaUtils','MTRNx','O11yHelper','uploadData','NToam','TEST_RUN_SKIPPED','pid','KGipY','TestRunFinished','tIKXm','_afterEach','match','getCBTInfo','LogCreated','sep','tZsmw','test_run_uuid','apply','qBdUX','defineProperty','TEST_RUN_STARTED','rvbMw','cmEpc','comment','PathHelper','keyword','3337353FMgaQh','session_id','1|5|0|3|2|4','flushPendingHookEvents','../../helpers/helper','dmcmq','yggZL','sHrWx','hookAnalyticsId','captureEvent','markedStatus','FQpob','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','853200WPWeJY','replace','../../helpers/test-observability/requestQueueHandler','../utils/constants','expanded','RCTak','currentHook','lxtbc','hasLiveDriverSession','rCzaO','name','4286675kkIpXR','failed\x20to\x20get\x20root\x20parent\x20file\x20','errorsDetailed','mzVWQ','failure','yewjH','relative','getHooksForTest','setupBrowserDetails','ctx','statSync','event_type','sMAgK','duration','uploadEventData','path','resetSkipTestHooks','test','../playwright/sessionDetails','SjrxT','includes','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','shutdown','splice','bind'];a4_0x4bc3=function(){return _0x32af25;};return a4_0x4bc3();}const TEST_EVENTS=a4_0x7a9963,parseEvent=_0x1f7f37=>{const _0x64d650=a4_0x5d3897,_0x17a556={};_0x17a556[_0x64d650(0x1e6)]=function(_0xd3fa34,_0x499c57){return _0xd3fa34<_0x499c57;},_0x17a556['jhQZb']=function(_0x14c932,_0x47c590){return _0x14c932===_0x47c590;},_0x17a556[_0x64d650(0x154)]='test',_0x17a556[_0x64d650(0x16b)]=function(_0x584b37,_0x29a1db){return _0x584b37===_0x29a1db;},_0x17a556[_0x64d650(0x20e)]=_0x64d650(0x180),_0x17a556[_0x64d650(0x144)]=_0x64d650(0x1df),_0x17a556['XIRer']=function(_0x217f9f,_0x170fff){return _0x217f9f===_0x170fff;},_0x17a556['HyxMq']=_0x64d650(0x1bc),_0x17a556[_0x64d650(0x14a)]=_0x64d650(0x1c4);const _0xa21bb0=_0x17a556,_0x4af0ce=_0x1f7f37[_0x64d650(0x1fa)](/^(.*)Run(.*)$/);if(!_0x4af0ce)return null;if(_0xa21bb0['uVnrS'](_0x4af0ce[_0x64d650(0x16c)],0x3))return null;const _0x376a5a=_0x4af0ce[0x1]['toLowerCase'](),_0x217082=_0x4af0ce[0x2][_0x64d650(0x163)]();return{'test':_0xa21bb0[_0x64d650(0x1bd)](_0x376a5a,_0xa21bb0[_0x64d650(0x154)]),'hook':_0xa21bb0['dOMbi'](_0x376a5a,_0xa21bb0[_0x64d650(0x20e)]),'skipped':_0xa21bb0['jhQZb'](_0x217082,_0xa21bb0[_0x64d650(0x144)]),'started':_0xa21bb0['XIRer'](_0x217082,_0xa21bb0[_0x64d650(0x14c)]),'finished':_0xa21bb0['dOMbi'](_0x217082,_0xa21bb0[_0x64d650(0x14a)])};},mockPWBrowserType=_0x3b061a=>{const _0x9e326=a4_0x5d3897,_0x4a2b5b={'HHwYp':function(_0x2f4357,_0x2d31ba){return _0x2f4357===_0x2d31ba;},'LMdtS':'string','RanDp':function(_0x3391d5,_0xc9d656,_0x4cd898){return _0x3391d5(_0xc9d656,_0x4cd898);},'HpXEM':_0x9e326(0x1e7),'MNsXN':function(_0x452732,_0x1660b6){return _0x452732(_0x1660b6);},'yggZL':'browserstack','uofjl':function(_0x4a38a8){return _0x4a38a8();},'tZsmw':function(_0x4addb0,_0x4f7a7d){return _0x4addb0(_0x4f7a7d);},'WKQkw':_0x9e326(0x197),'lIXLK':_0x9e326(0x1a8),'MXkqW':_0x9e326(0x189)},_0x54fc54=_0x4a2b5b['uofjl'](resolveBrowserTypeClass);if(!_0x54fc54){_0x4a2b5b[_0x9e326(0x1fe)](debug,_0x4a2b5b['WKQkw']);return;}const _0x37156a=_0x54fc54['prototype'];if(_0x37156a[_0x9e326(0x146)])return;const _0x22be15=_0x37156a['connect'];Object[_0x9e326(0x202)](_0x37156a,_0x4a2b5b[_0x9e326(0x1d4)],{'get':function(){return async function _0x351172(_0x237228,_0x209f75){const _0x545da6=a4_0x24e8,_0x581a03={'cOkge':function(_0x420047,_0x242ef3){const _0x5dad50=a4_0x24e8;return _0x4a2b5b[_0x5dad50(0x1ea)](_0x420047,_0x242ef3);},'eXnWg':_0x4a2b5b[_0x545da6(0x18b)]},_0x9b9370=_0x4a2b5b[_0x545da6(0x16e)](nestedKeyValue,_0x237228,[_0x4a2b5b[_0x545da6(0x1e2)]])||_0x237228;let _0x4d200f=null,_0x45d3ad=null;try{[_0x45d3ad,_0x4d200f]=_0x9b9370?_0x4a2b5b[_0x545da6(0x1b9)](parseWSEndpoint,_0x9b9370):[null,null],global[_0x545da6(0x1b0)]=_0x4d200f,logger[_0x545da6(0x145)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x45d3ad),_0x45d3ad[_0x545da6(0x13f)](Constants[_0x545da6(0x1d1)])&&(global['__cloud_provider___']=_0x4a2b5b[_0x545da6(0x20f)]);}catch(_0x75f0ec){logger[_0x545da6(0x145)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x9b9370+'\x20'+_0x75f0ec);}_0x4a2b5b[_0x545da6(0x16e)](processAccessibilityCaps,_0x4d200f,_0x45d3ad);if(global[_0x545da6(0x190)]){const _0x5ca7e1=await _0x37156a['connectOverCDP'][_0x545da6(0x200)](this,[''+Constants[_0x545da6(0x1e8)]+_0x4a2b5b[_0x545da6(0x1b9)](encodeURIComponent,JSON[_0x545da6(0x15e)](_0x4d200f))]);return PlaywrightSessionDetails[_0x545da6(0x133)](_0x5ca7e1,_0x3b061a,_0x9b9370),_0x5ca7e1;}return _0x22be15[_0x545da6(0x200)](this,arguments)[_0x545da6(0x1c5)](_0x122ecd=>{const _0x39a061=_0x545da6;let _0x6373ca=_0x237228[_0x39a061(0x1e7)];return _0x581a03['cOkge'](typeof _0x237228,_0x581a03[_0x39a061(0x19a)])&&(_0x6373ca=_0x237228),PlaywrightSessionDetails[_0x39a061(0x133)](_0x122ecd,_0x3b061a,_0x6373ca),_0x122ecd;});};}});const _0x2e9f91=_0x37156a[_0x9e326(0x189)];Object['defineProperty'](_0x37156a,_0x4a2b5b[_0x9e326(0x15b)],{'get':function(){return async function _0x3b66bd(){const _0x3ec94e=a4_0x24e8;return _0x2e9f91[_0x3ec94e(0x200)](this,arguments)[_0x3ec94e(0x1c5)](_0x59c9d7=>{const _0x421813=_0x3ec94e;return PlaywrightSessionDetails[_0x421813(0x133)](_0x59c9d7,null),_0x59c9d7;});};}});};class O11yHelper{[a4_0x5d3897(0x1a4)]=null;[a4_0x5d3897(0x126)]=null;['enabled']=![];[a4_0x5d3897(0x1ba)]=![];[a4_0x5d3897(0x1d0)]=[];constructor(_0x4a13b6,_0x1c1541){const _0x476d36=a4_0x5d3897,_0x50cc25={'JUEqf':_0x476d36(0x20b),'sMAgK':function(_0x15520b){return _0x15520b();},'RCTak':function(_0x2b459a){return _0x2b459a();},'pzZlN':function(_0x5128c3,_0xa56fa5){return _0x5128c3===_0xa56fa5;},'lxtbc':_0x476d36(0x1d7),'goZJT':function(_0x9fb668,_0x2e0f42){return _0x9fb668(_0x2e0f42);}},_0x1ecd50=_0x50cc25[_0x476d36(0x1aa)][_0x476d36(0x182)]('|');let _0x381757=0x0;while(!![]){switch(_0x1ecd50[_0x381757++]){case'0':this[_0x476d36(0x1e3)]=_0x4a13b6;continue;case'1':this[_0x476d36(0x159)]=_0x50cc25[_0x476d36(0x137)](shouldProcessEventForTesthub);continue;case'2':this['_paths']=new testOpsHelper[(_0x476d36(0x207))]({'cwd':process['cwd']()},this[_0x476d36(0x1a9)][_0x476d36(0x1cc)]);continue;case'3':this[_0x476d36(0x1a9)]=_0x50cc25[_0x476d36(0x125)](getTestEnv);continue;case'4':this['driver']&&_0x50cc25[_0x476d36(0x149)](this[_0x476d36(0x1e3)]['constructor'][_0x476d36(0x12a)],_0x50cc25[_0x476d36(0x127)])&&_0x50cc25[_0x476d36(0x1d9)](mockPWBrowserType,null);continue;case'5':this[_0x476d36(0x1ba)]=_0x1c1541['frameworkName'];continue;}break;}}[a4_0x5d3897(0x128)](){const _0x5f452d=a4_0x5d3897,_0x4c9e3f={'SjrxT':function(_0x12060e,_0x3fecc9){return _0x12060e(_0x3fecc9);}};if(!this['driver'])return![];try{const _0x5b27e5=_0x4c9e3f[_0x5f452d(0x13e)](fetchPlatformDetails,this[_0x5f452d(0x1e3)]);if(!_0x5b27e5)return![];const _0x4b1ca0=Object[_0x5f452d(0x1bb)](_0x5b27e5)[0x0];return!!(_0x4b1ca0&&_0x5b27e5[_0x4b1ca0]&&_0x5b27e5[_0x4b1ca0][_0x5f452d(0x20a)]);}catch(_0x5c5174){return![];}}['bufferPendingHookEvent'](_0x31159a,_0x16429c){const _0x54e79d=a4_0x5d3897;if(!_0x16429c)return;const _0x3d8ab0={};_0x3d8ab0[_0x54e79d(0x194)]=_0x31159a,_0x3d8ab0[_0x54e79d(0x1f2)]=_0x16429c,this[_0x54e79d(0x1d0)][_0x54e79d(0x1a0)](_0x3d8ab0);}async[a4_0x5d3897(0x20c)](){const _0xefd8b7=a4_0x5d3897,_0x1ff014={};_0x1ff014[_0xefd8b7(0x1c8)]=function(_0x5c1681,_0x27746d){return _0x5c1681&&_0x27746d;};const _0x163423=_0x1ff014;if(!this[_0xefd8b7(0x1d0)][_0xefd8b7(0x16c)])return;if(!this[_0xefd8b7(0x128)]())return;const _0x415c21=this['getCBTInfo'](this[_0xefd8b7(0x1e3)]),_0x98efbe=this[_0xefd8b7(0x1d0)][_0xefd8b7(0x142)](0x0,this[_0xefd8b7(0x1d0)][_0xefd8b7(0x16c)]);for(const {eventType:_0x1f2fd5,uploadData:_0x5e13c5}of _0x98efbe){try{const _0x3cbdc0=_0x5e13c5[_0xefd8b7(0x1ad)]||_0x5e13c5[_0xefd8b7(0x15c)];_0x163423[_0xefd8b7(0x1c8)](_0x3cbdc0,_0x415c21)&&(_0x3cbdc0[_0xefd8b7(0x174)]=_0x415c21),await this[_0xefd8b7(0x176)](_0x1f2fd5,_0x5e13c5);}catch(_0x1f253f){logger[_0xefd8b7(0x145)](_0xefd8b7(0x11f)+_0x1f2fd5+':\x20'+util[_0xefd8b7(0x1d2)](_0x1f253f));}}}['start'](){const _0x389d8d=a4_0x5d3897;if(!this[_0x389d8d(0x159)])return;testOpsHelper['patchConsoleLogger'](),process[_0x389d8d(0x1d3)](_0x389d8d(0x1a7)+process[_0x389d8d(0x1f5)]),process['on'](_0x389d8d(0x1a7)+process['pid'],this['appendTestItemLog'][_0x389d8d(0x143)](this));}async['stop'](){const _0x7f0b51=a4_0x5d3897;await RequestQueueHandler['getInstance']()[_0x7f0b51(0x141)]();}async['appendTestItemLog'](_0x4bc9b5){const _0x13c573=a4_0x5d3897,_0xdf133a={'TPFnu':_0x13c573(0x1fc),'FONeE':function(_0x4d89d9,_0x4e39cb){return _0x4d89d9(_0x4e39cb);}};try{this['currentHook']&&!this['currentHook']['markedStatus']&&(_0x4bc9b5[_0x13c573(0x158)]=this[_0x13c573(0x126)][_0x13c573(0x211)]);!_0x4bc9b5['hook_run_uuid']&&this[_0x13c573(0x1a4)]&&!this['currentTest'][_0x13c573(0x213)]&&(_0x4bc9b5[_0x13c573(0x1ff)]=this[_0x13c573(0x1a4)]['testAnalyticsId']);if(_0x4bc9b5['hook_run_uuid']||_0x4bc9b5[_0x13c573(0x1ff)]){const _0x4a3613={};_0x4a3613['event_type']=_0xdf133a[_0x13c573(0x171)],_0x4a3613[_0x13c573(0x1b1)]=[_0x4bc9b5],await SessionHandler[_0x13c573(0x139)](_0x4a3613);}}catch(_0x587427){_0xdf133a[_0x13c573(0x173)](debug,_0x13c573(0x191)+constants[_0x13c573(0x14d)]+_0x13c573(0x165)+_0x587427);}}async[a4_0x5d3897(0x1ce)](_0x538537){const _0x36eb42=a4_0x5d3897,_0x129baf={'JkCYT':_0x36eb42(0x151),'NmheK':function(_0x19c5f4,_0x2cd3ba){return _0x19c5f4(_0x2cd3ba);}};if(!this[_0x36eb42(0x159)])return;const _0x1546b0=this[_0x36eb42(0x1fb)](this[_0x36eb42(0x1e3)]);try{const _0x2fa0fe={};_0x2fa0fe[_0x36eb42(0x1b4)]=_0x538537,_0x2fa0fe[_0x36eb42(0x174)]=_0x1546b0;const _0x18b172=_0x2fa0fe,_0x1f2907={};_0x1f2907[_0x36eb42(0x136)]=_0x129baf[_0x36eb42(0x1eb)],_0x1f2907['test_run']=_0x18b172,await SessionHandler[_0x36eb42(0x139)](_0x1f2907);}catch(_0x20259d){_0x129baf['NmheK'](debug,_0x36eb42(0x164)+constants['TEST_REPORTING_ANALYTICS']+_0x36eb42(0x165)+_0x20259d);}}[a4_0x5d3897(0x1fb)](_0x37eb73){const _0x282eca={'QjAUe':function(_0x1e0da6,_0x4e8751){return _0x1e0da6(_0x4e8751);}};return _0x282eca['QjAUe'](fetchPlatformDetails,_0x37eb73);}[a4_0x5d3897(0x13b)]=_0x58cb13=>{const _0x9ed6ad=a4_0x5d3897,_0x55d4b9={};_0x55d4b9[_0x9ed6ad(0x195)]=_0x9ed6ad(0x19b),_0x55d4b9[_0x9ed6ad(0x1ae)]=_0x9ed6ad(0x1f9);const _0x11ccf5=_0x55d4b9;if(!_0x58cb13||!_0x58cb13['parent'])return;[_0x11ccf5[_0x9ed6ad(0x195)],_0x11ccf5[_0x9ed6ad(0x1ae)]][_0x9ed6ad(0x18c)](_0x2cfaf2=>{const _0x2b7d0c=_0x9ed6ad,_0x369edb=_0x58cb13['parent'][_0x2cfaf2];_0x369edb[_0x2b7d0c(0x18c)](_0x2264e7=>{const _0x1ef44d=_0x2b7d0c;_0x2264e7[_0x1ef44d(0x211)]&&(_0x2264e7[_0x1ef44d(0x211)]=null);});});};[a4_0x5d3897(0x1d5)](_0x18e752){const _0x59384d=a4_0x5d3897,_0x4d76f6={'OyLrd':_0x59384d(0x1e0),'GrkMD':function(_0x994ca7){return _0x994ca7();},'NekFJ':function(_0x4e3394,_0x4709d0){return _0x4e3394===_0x4709d0;},'MZNoD':_0x59384d(0x1f9),'RegrI':_0x59384d(0x1af),'tIKXm':_0x59384d(0x160),'IqQLa':_0x59384d(0x19b)};if(!_0x18e752||!_0x18e752[_0x59384d(0x150)])return;[_0x4d76f6[_0x59384d(0x1bf)],_0x4d76f6[_0x59384d(0x1f8)],_0x4d76f6[_0x59384d(0x1a1)],_0x4d76f6['MZNoD']][_0x59384d(0x18c)](_0x390cde=>{const _0x37b5fb=_0x18e752['parent'][_0x390cde]||[];_0x37b5fb['forEach'](_0x5b54e5=>{const _0x19ad30=a4_0x24e8;if(_0x5b54e5[_0x19ad30(0x181)][_0x19ad30(0x13f)](_0x4d76f6['OyLrd']))return;if(!_0x5b54e5['hookAnalyticsId'])_0x5b54e5[_0x19ad30(0x211)]=_0x4d76f6[_0x19ad30(0x16a)](uuidv4);else _0x5b54e5[_0x19ad30(0x213)]&&_0x4d76f6[_0x19ad30(0x1cf)](_0x390cde,_0x4d76f6[_0x19ad30(0x17b)])&&(_0x5b54e5['hookAnalyticsId']=_0x4d76f6['GrkMD'](uuidv4),delete _0x5b54e5[_0x19ad30(0x213)]);});}),this[_0x59384d(0x1d5)](_0x18e752[_0x59384d(0x150)]);}[a4_0x5d3897(0x132)](_0x1c1ca4){const _0x110a2e=a4_0x5d3897,_0x23e742={};_0x23e742[_0x110a2e(0x1c1)]=_0x110a2e(0x1af),_0x23e742[_0x110a2e(0x1db)]=_0x110a2e(0x160),_0x23e742['ycabM']=_0x110a2e(0x19b),_0x23e742[_0x110a2e(0x184)]='_afterEach';const _0x8cbb38=_0x23e742;if(!_0x1c1ca4||!_0x1c1ca4[_0x110a2e(0x150)])return[];const _0xa4ef46=[];return[_0x8cbb38[_0x110a2e(0x1c1)],_0x8cbb38['nWStO'],_0x8cbb38[_0x110a2e(0x166)],_0x8cbb38['IzwSL']][_0x110a2e(0x18c)](_0x99bd7a=>{const _0x12ed5d=_0x110a2e,_0x1e8e89=_0x1c1ca4[_0x12ed5d(0x150)][_0x99bd7a]||[];_0x1e8e89[_0x12ed5d(0x18c)](_0x38932b=>{const _0x519c68=_0x12ed5d;_0x38932b[_0x519c68(0x211)]&&_0xa4ef46[_0x519c68(0x1a0)](_0x38932b['hookAnalyticsId']);});}),[]['concat'](_0xa4ef46,this[_0x110a2e(0x132)](_0x1c1ca4['parent']));}['getHookType'](_0x2bd525){const _0x165776=a4_0x5d3897,_0x11139c=/^"(?<hook>.*)" hook:.*$/,_0x508f62=_0x2bd525[_0x165776(0x181)],_0x110bce=_0x508f62['match'](_0x11139c);if(_0x110bce&&_0x110bce[_0x165776(0x186)])return _0x110bce[_0x165776(0x186)][_0x165776(0x180)][_0x165776(0x167)]()[_0x165776(0x121)]('\x20','_');return null;}[a4_0x5d3897(0x183)](_0x1fdf35){const _0x44ef22=a4_0x5d3897,_0x285c46={};_0x285c46[_0x44ef22(0x204)]=function(_0xd1d5e0,_0x49d48e){return _0xd1d5e0===_0x49d48e;},_0x285c46['yewjH']=function(_0x53f862,_0x5341d9){return _0x53f862===_0x5341d9;},_0x285c46[_0x44ef22(0x1c3)]='.git';const _0x5a9166=_0x285c46,_0x593445=path[_0x44ef22(0x1fd)];if(_0x5a9166['rvbMw'](_0x1fdf35,null)||_0x5a9166[_0x44ef22(0x204)](_0x1fdf35,'')||_0x5a9166[_0x44ef22(0x204)](_0x1fdf35,_0x593445)||_0x5a9166[_0x44ef22(0x130)](_0x1fdf35,path[_0x44ef22(0x1c9)](_0x1fdf35)))return null;try{return fs[_0x44ef22(0x135)](path[_0x44ef22(0x16f)](_0x1fdf35,_0x5a9166[_0x44ef22(0x1c3)])),_0x1fdf35;}catch(_0x3b3bd3){const _0x435b50=path[_0x44ef22(0x1c9)](_0x1fdf35);return this['findGitConfig'](_0x435b50);}}[a4_0x5d3897(0x1d8)](_0x1b77d3){const _0x5f36e9=a4_0x5d3897,_0x30fae4={};_0x30fae4[_0x5f36e9(0x1ed)]=function(_0x5a576a,_0x5ec71){return _0x5a576a>_0x5ec71;};const _0x56508e=_0x30fae4;if(_0x1b77d3[_0x5f36e9(0x15d)])return _0x1b77d3[_0x5f36e9(0x15d)];if(_0x1b77d3['ctx']){const _0x226366=_0x1b77d3[_0x5f36e9(0x134)][_0x5f36e9(0x1a4)]?this[_0x5f36e9(0x1d8)](_0x1b77d3['ctx'][_0x5f36e9(0x1a4)]):null;if(_0x226366)return _0x226366;}if(_0x1b77d3['parent']){const _0x2cccc5=this['getRootParentFile'](_0x1b77d3['parent'])||(_0x1b77d3[_0x5f36e9(0x150)][_0x5f36e9(0x134)]&&_0x1b77d3[_0x5f36e9(0x150)][_0x5f36e9(0x134)]['currentTest']?this[_0x5f36e9(0x1d8)](_0x1b77d3[_0x5f36e9(0x150)][_0x5f36e9(0x134)][_0x5f36e9(0x1a4)]):null);if(_0x2cccc5)return _0x2cccc5;_0x1b77d3['parent'][_0x5f36e9(0x157)]&&_0x56508e[_0x5f36e9(0x1ed)](_0x1b77d3[_0x5f36e9(0x150)][_0x5f36e9(0x157)][_0x5f36e9(0x16c)],0x0)&&_0x1b77d3[_0x5f36e9(0x150)][_0x5f36e9(0x157)][_0x5f36e9(0x18c)](_0x34dd11=>{const _0x23ca99=_0x5f36e9,_0x23460d=_0x34dd11[_0x23ca99(0x134)]?this[_0x23ca99(0x1d8)](_0x34dd11[_0x23ca99(0x134)]):null;if(_0x23460d)return _0x23460d;});}return null;}[a4_0x5d3897(0x1cb)](_0x9155b1){const _0x416419=a4_0x5d3897,_0x2b2d58={};_0x2b2d58[_0x416419(0x155)]=function(_0xb3b514,_0x5116af){return _0xb3b514!==_0x5116af;};const _0x4a22fe=_0x2b2d58,_0x5c21a2=[];if(_0x9155b1&&_0x9155b1[_0x416419(0x150)]){let _0x3b1e61=_0x9155b1[_0x416419(0x150)];while(_0x3b1e61&&_0x4a22fe[_0x416419(0x155)](_0x3b1e61['title'],'')){_0x5c21a2[_0x416419(0x1a0)](_0x3b1e61[_0x416419(0x181)]),_0x3b1e61=_0x3b1e61[_0x416419(0x150)];}}return _0x5c21a2;}[a4_0x5d3897(0x212)](_0x473ece,_0x22c9af,_0x2be88d=undefined){const _0x139d31=a4_0x5d3897,_0x1e7cf0={'XKxPW':function(_0x4b35d0,_0x2d930f){return _0x4b35d0(_0x2d930f);},'zHtuU':function(_0x571e1f){return _0x571e1f();},'LtZor':function(_0x5d5cbd){return _0x5d5cbd();},'ZkQTS':function(_0x14bd6b){return _0x14bd6b();},'sHrWx':_0x139d31(0x1b5),'ZXjgy':function(_0x55ccc3,_0x3b36dc){return _0x55ccc3!==_0x3b36dc;},'LDYuO':_0x139d31(0x1ac),'BvUcw':_0x139d31(0x168),'qBdUX':_0x139d31(0x1b2),'NToam':'passed','QDpWQ':_0x139d31(0x1df),'LCxOw':'javascript','tuPJA':function(_0x7867f9,_0x58ee80){return _0x7867f9-_0x58ee80;},'KGipY':function(_0xaf7ef8,_0x390e80,_0x43ff97,_0x43ab80,_0x134abf){return _0xaf7ef8(_0x390e80,_0x43ff97,_0x43ab80,_0x134abf);},'AfrMi':_0x139d31(0x174),'NsNqh':_0x139d31(0x1c6),'rCzaO':_0x139d31(0x12f),'XpLRK':_0x139d31(0x179),'FQpob':'backtrace','FaSwj':_0x139d31(0x19c),'nwpGj':_0x139d31(0x124),'sCtoi':function(_0xb2ed97,_0x2b4d38){return _0xb2ed97===_0x2b4d38;},'MTRNx':_0x139d31(0x1ad),'NVgHB':_0x139d31(0x15c)};if(!this[_0x139d31(0x159)])return;try{if(_0x22c9af['fn']&&_0x22c9af['fn'][_0x139d31(0x17c)]()[_0x139d31(0x1fa)](/browserstack internal helper hook/))return;const _0x5dbf67=_0x1e7cf0['XKxPW'](parseEvent,_0x473ece);if(!_0x5dbf67)return;if(_0x5dbf67['test']){this[_0x139d31(0x1a4)]=_0x22c9af,this['currentHook']=null;if(_0x5dbf67[_0x139d31(0x1bc)]||_0x5dbf67[_0x139d31(0x1df)]){_0x22c9af[_0x139d31(0x18e)]=new Date(),_0x22c9af[_0x139d31(0x213)]=![];if(!_0x22c9af['testAnalyticsId'])_0x22c9af[_0x139d31(0x198)]=_0x1e7cf0[_0x139d31(0x1ec)](uuidv4);else _0x22c9af['markedStatus']&&(!_0x22c9af[_0x139d31(0x153)]&&(_0x22c9af[_0x139d31(0x153)]=_0x22c9af['testAnalyticsId']),_0x22c9af[_0x139d31(0x198)]=_0x1e7cf0[_0x139d31(0x1a6)](uuidv4));}}else{if(_0x5dbf67['hook']){this['currentHook']=_0x22c9af;if(_0x5dbf67['started']){_0x22c9af['startedAt']=new Date(),_0x22c9af[_0x139d31(0x213)]=![];if(!_0x22c9af['hookAnalyticsId'])_0x22c9af[_0x139d31(0x211)]=_0x1e7cf0[_0x139d31(0x175)](uuidv4);else _0x22c9af[_0x139d31(0x211)]&&_0x22c9af[_0x139d31(0x213)]&&(_0x22c9af[_0x139d31(0x211)]=_0x1e7cf0[_0x139d31(0x1ec)](uuidv4));}}}if(_0x5dbf67[_0x139d31(0x1c4)]&&_0x22c9af[_0x139d31(0x213)])return;let _0xef8c42;try{_0xef8c42=this[_0x139d31(0x1d8)](_0x22c9af);}catch(_0x3af0a2){logger[_0x139d31(0x145)](_0x139d31(0x12c)+_0x3af0a2),_0xef8c42=null;}let _0x104e2d=[];_0x2be88d&&(_0x104e2d=[_0x2be88d,_0x1e7cf0[_0x139d31(0x210)]]);const _0x27e322=_0x1e7cf0[_0x139d31(0x1c2)](_0x22c9af[_0x139d31(0x12d)],undefined)?util[_0x139d31(0x18d)](_0x22c9af[_0x139d31(0x12d)][0x0]):_0x1e7cf0[_0x139d31(0x1c2)](_0x2be88d,undefined)?_0x2be88d[_0x139d31(0x17c)]():undefined,_0x5ea3dc=_0xef8c42?this['findGitConfig'](_0xef8c42):null,_0x3e362d=_0xef8c42?this[_0x139d31(0x188)][_0x139d31(0x199)](this[_0x139d31(0x1d8)](_0x22c9af)):_0x1e7cf0[_0x139d31(0x162)];let _0x1946fd=_0x1e7cf0[_0x139d31(0x1a5)];const _0x3a29f3=!_0x5dbf67[_0x139d31(0x1bc)]?new Date()['toISOString']():null;if(_0x5dbf67['finished'])_0x1946fd=_0x2be88d?_0x1e7cf0['qBdUX']:_0x1e7cf0['NToam'],_0x22c9af[_0x139d31(0x213)]=!![];else _0x5dbf67['skipped']&&(_0x1946fd=_0x1e7cf0[_0x139d31(0x187)],_0x22c9af[_0x139d31(0x213)]=!![]);const _0x48f561={'framework':this['frameworkName'],'uuid':_0x22c9af[_0x139d31(0x198)]||_0x22c9af['hookAnalyticsId'],'name':_0x22c9af[_0x139d31(0x181)],'body':{'lang':_0x1e7cf0[_0x139d31(0x177)],'code':_0x22c9af[_0x139d31(0x1ee)][_0x139d31(0x17c)]()},'type':_0x22c9af['type'],'scope':_0x22c9af[_0x139d31(0x161)](),'scopes':this[_0x139d31(0x1cb)](_0x22c9af),'file_name':_0x3e362d,'vc_filepath':_0x5ea3dc?path[_0x139d31(0x131)](_0x5ea3dc,_0xef8c42):null,'location':_0x3e362d,'result':_0x1946fd,'failure_reason':_0x27e322,'duration_in_ms':_0x22c9af[_0x139d31(0x138)]||(_0x5dbf67[_0x139d31(0x1c4)]||_0x5dbf67[_0x139d31(0x1df)])?_0x1e7cf0[_0x139d31(0x1de)](Date[_0x139d31(0x1ca)](),new Date(_0x22c9af['startedAt'])[_0x139d31(0x15f)]()):null,'started_at':new Date(_0x22c9af['startedAt'])['toISOString'](),'finished_at':_0x3a29f3,'failure':testOpsHelper[_0x139d31(0x19f)][_0x139d31(0x200)](null,_0x104e2d),'failure_type':!_0x27e322?null:testOpsHelper[_0x139d31(0x185)](_0x27e322),'retry_of':_0x22c9af[_0x139d31(0x153)]||null,'tags':_0x22c9af[_0x139d31(0x18f)]||[],'customRerunParam':{'rerun_name':_0x22c9af[_0x139d31(0x161)]()}};_0x1e7cf0[_0x139d31(0x1f6)](appendTesthubParams,_0x48f561,_0x473ece,_0x22c9af,FRAMEWORKS[_0x139d31(0x19e)]);if(_0x5dbf67[_0x139d31(0x180)])[_0x48f561['hook_type'],_0x48f561[_0x139d31(0x12a)]]=[this['getHookType'](_0x22c9af),_0x22c9af['ctx'][_0x139d31(0x13c)][_0x139d31(0x181)]],_0x5dbf67[_0x139d31(0x1c4)]?_0x1e7cf0[_0x139d31(0x1c2)](_0x48f561[_0x139d31(0x1c0)],_0x1e7cf0[_0x139d31(0x201)])&&(_0x48f561[_0x139d31(0x1c0)]=_0x1e7cf0['NToam']):_0x48f561[_0x139d31(0x1ee)]={};else _0x5dbf67[_0x139d31(0x13c)]&&(this[_0x139d31(0x1d5)](_0x22c9af),_0x5dbf67[_0x139d31(0x1df)]&&this[_0x139d31(0x13b)](_0x22c9af),(_0x5dbf67[_0x139d31(0x1c4)]||_0x5dbf67[_0x139d31(0x1df)])&&(_0x48f561['hooks']=this[_0x139d31(0x132)](_0x22c9af)));this[_0x139d31(0x1e3)]&&(_0x5dbf67[_0x139d31(0x1bc)]||_0x5dbf67[_0x139d31(0x1df)])&&(_0x48f561[_0x1e7cf0[_0x139d31(0x193)]]=this[_0x139d31(0x1fb)](this[_0x139d31(0x1e3)]));_0x5dbf67['test']&&_0x5dbf67[_0x139d31(0x1c4)]&&_0x22c9af[_0x139d31(0x1e5)]&&(_0x48f561[_0x1e7cf0[_0x139d31(0x16d)]]={'feature':{'name':_0x22c9af['parent']['feature']['name'],'path':_0x48f561['file_name'],'description':_0x22c9af[_0x139d31(0x150)][_0x139d31(0x206)]},'scenario':{'name':_0x22c9af[_0x139d31(0x181)]},'steps':_0x22c9af[_0x139d31(0x1e5)]});const _0x472b7f=_0x48f561[_0x1e7cf0[_0x139d31(0x129)]][0x0];_0x472b7f&&(_0x48f561[_0x1e7cf0['XpLRK']]=_0x472b7f[_0x1e7cf0['FQpob']],_0x48f561[_0x1e7cf0[_0x139d31(0x1cd)]]=_0x472b7f[_0x1e7cf0[_0x139d31(0x1b8)]]);if(_0x22c9af[_0x139d31(0x1e5)])for(const _0x39de3c of _0x22c9af[_0x139d31(0x1e5)]){!_0x39de3c[_0x139d31(0x1e9)]&&(_0x39de3c[_0x139d31(0x1e9)]=new Date()['toISOString'](),_0x1e7cf0[_0x139d31(0x148)](_0x39de3c[_0x139d31(0x1c0)],_0x1e7cf0[_0x139d31(0x1a5)])&&(_0x472b7f?(_0x39de3c[_0x139d31(0x1c0)]=_0x1e7cf0[_0x139d31(0x201)],_0x39de3c[_0x139d31(0x12f)]=_0x472b7f[_0x1e7cf0[_0x139d31(0x11e)]][0x0]):_0x39de3c[_0x139d31(0x1c0)]=_0x1e7cf0[_0x139d31(0x1f3)]));}const _0x5a7188={};_0x5a7188[_0x139d31(0x136)]=_0x5dbf67[_0x139d31(0x1df)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x473ece;const _0x3bf477=_0x5a7188;return _0x5dbf67['hook']?_0x3bf477[_0x1e7cf0[_0x139d31(0x1f0)]]=_0x48f561:_0x3bf477[_0x1e7cf0['NVgHB']]=_0x48f561,_0x3bf477;}catch(_0x5612a0){logger[_0x139d31(0x145)](_0x139d31(0x140)+_0x473ece+'\x20with\x20error\x20:\x20'+_0x5612a0);}}async['fireEvent'](_0x5caf0d,_0x763500){const _0x5c8ece=a4_0x5d3897;if(!this[_0x5c8ece(0x159)]||!_0x763500||!_0x5caf0d)return![];try{return await SessionHandler[_0x5c8ece(0x139)](_0x763500);}catch(_0x1b41f4){logger[_0x5c8ece(0x145)](_0x5c8ece(0x1dc)+_0x5caf0d+_0x5c8ece(0x165)+_0x1b41f4);}}[a4_0x5d3897(0x1b7)](_0x246d2f){const _0x498af9=a4_0x5d3897,_0x22dde3={};_0x22dde3[_0x498af9(0x205)]=_0x498af9(0x168);const _0x5959f6=_0x22dde3;return{'id':_0x246d2f['stepAnalyticsId'],'text':_0x246d2f[_0x498af9(0x156)],'keyword':_0x246d2f[_0x498af9(0x208)],'started_at':_0x246d2f[_0x498af9(0x18e)][_0x498af9(0x1b3)](),'result':_0x5959f6[_0x498af9(0x205)]};}[a4_0x5d3897(0x17d)](_0xba22da){const _0x2f0ef8=a4_0x5d3897,_0xc6b8a5={'sJLIf':function(_0x4705e9){return _0x4705e9();}};!this[_0x2f0ef8(0x1a4)]['bddSteps']&&(this[_0x2f0ef8(0x1a4)][_0x2f0ef8(0x1e5)]=[]),!_0xba22da[_0x2f0ef8(0x192)]&&(_0xba22da[_0x2f0ef8(0x192)]=_0xc6b8a5[_0x2f0ef8(0x1d6)](uuidv4),_0xba22da['startedAt']=new Date(),this[_0x2f0ef8(0x1a4)][_0x2f0ef8(0x1e5)][_0x2f0ef8(0x1a0)](this[_0x2f0ef8(0x1b7)](_0xba22da)));}[a4_0x5d3897(0x17f)](_0x66c507){const _0x48c218=a4_0x5d3897,_0x3204b6={'lmGud':function(_0x269a2c,_0x369741){return _0x269a2c(_0x369741);},'EkpHM':_0x48c218(0x196),'sdjJe':_0x48c218(0x168),'mzVWQ':'passed','dDUQN':function(_0xdef85d,_0x36e29e){return _0xdef85d-_0x36e29e;}};let _0x374d18=this[_0x48c218(0x1a4)][_0x48c218(0x1e5)][_0x48c218(0x1ab)](_0x10ae2d=>_0x10ae2d['id']===_0x66c507[_0x48c218(0x192)]);_0x3204b6[_0x48c218(0x1a2)](isUndefined,_0x374d18)&&(_0x374d18=this[_0x48c218(0x1b7)](_0x66c507)),_0x374d18['result']=[_0x3204b6['EkpHM'],_0x3204b6[_0x48c218(0x169)]][_0x48c218(0x13f)](_0x66c507['status'])?_0x3204b6[_0x48c218(0x12e)]:_0x66c507[_0x48c218(0x1da)],_0x374d18[_0x48c218(0x1e9)]=new Date()[_0x48c218(0x1b3)](),_0x374d18[_0x48c218(0x138)]=_0x3204b6[_0x48c218(0x1be)](Date[_0x48c218(0x1ca)](),_0x66c507[_0x48c218(0x18e)][_0x48c218(0x15f)]()),_0x374d18[_0x48c218(0x12f)]=_0x66c507[_0x48c218(0x1b5)]?_0x66c507[_0x48c218(0x1b5)]['message']:null;}}const a4_0x385fad={};function a4_0x24e8(_0x17db19,_0x3b1f4d){const _0x4bc3e6=a4_0x4bc3();return a4_0x24e8=function(_0x24e832,_0x1050f4){_0x24e832=_0x24e832-0x11e;let _0x40d20b=_0x4bc3e6[_0x24e832];return _0x40d20b;},a4_0x24e8(_0x17db19,_0x3b1f4d);}a4_0x385fad[a4_0x5d3897(0x1f1)]=O11yHelper,a4_0x385fad[a4_0x5d3897(0x1a3)]=STATE_PASSED,a4_0x385fad['STATE_FAILED']=STATE_FAILED,a4_0x385fad[a4_0x5d3897(0x14f)]=TEST_EVENTS,module['exports']=a4_0x385fad;