browserstack-node-sdk 1.64.1 → 1.64.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) 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/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/playwright/accessibility-helper.js +1 -1
  87. package/src/bin/playwright/command.js +1 -1
  88. package/src/bin/playwright/globalSetup.js +1 -1
  89. package/src/bin/playwright/mock-process.js +1 -1
  90. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  91. package/src/bin/playwright/patches.js +1 -1
  92. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  93. package/src/bin/playwright/reporter/reporter.js +1 -1
  94. package/src/bin/playwright/reporter/test-details.js +1 -1
  95. package/src/bin/playwright/sessionDetails.js +1 -1
  96. package/src/bin/puppeteer/patches.js +1 -1
  97. package/src/bin/puppeteer/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/test.setup.js +1 -1
  99. package/src/bin/runner.js +1 -1
  100. package/src/bin/setup.js +1 -1
  101. package/src/bin/test-runner/index.js +1 -1
  102. package/src/bin/test-runner/runTest.js +1 -1
  103. package/src/bin/test-runner/testWorker.js +1 -1
  104. package/src/bin/testcafe/a11y-runner.js +1 -1
  105. package/src/bin/testcafe/command.js +1 -1
  106. package/src/bin/testcafe/reporter/index.js +1 -1
  107. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  108. package/src/bin/testcafe/session-registry.js +1 -1
  109. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  110. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  111. package/src/bin/testcafe/w3c-driver.js +1 -1
  112. package/src/bin/utils/apiUtilityMethods.js +1 -1
  113. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  114. package/src/bin/utils/constants.js +1 -1
  115. package/src/bin/utils/log4jsAppender.js +1 -1
  116. package/src/bin/utils/logPatcher.js +1 -1
  117. package/src/bin/utils/logReportingAPI.js +1 -1
  118. package/src/bin/utils/playwright-patcher.js +1 -1
  119. package/src/bin/utils/puppeteer-patcher.js +1 -1
  120. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  121. package/src/bin/utils/sharedUtils.js +1 -1
  122. package/src/bin/v2/TestInfo.js +1 -1
  123. package/src/bin/v2/browserstackCLI.js +1 -1
  124. package/src/bin/v2/cliUtils.js +1 -1
  125. package/src/bin/v2/customTagManager.js +1 -1
  126. package/src/bin/v2/eventDispatcher.js +1 -1
  127. package/src/bin/v2/framework/automationFramework.js +1 -1
  128. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  129. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  130. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  131. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  132. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  133. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  134. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  135. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/testFramework.js +1 -1
  137. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  139. package/src/bin/v2/grpcClient.js +1 -1
  140. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  141. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  142. package/src/bin/v2/instances/trackedContext.js +1 -1
  143. package/src/bin/v2/instances/trackedInstance.js +1 -1
  144. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  145. package/src/bin/v2/modules/baseModule.js +1 -1
  146. package/src/bin/v2/modules/loadTestModule.js +1 -1
  147. package/src/bin/v2/modules/observabilityModule.js +1 -1
  148. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  149. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  150. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  151. package/src/bin/v2/modules/testhubModule.js +1 -1
  152. package/src/bin/v2/sdkErrorHandler.js +1 -1
  153. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  154. package/src/bin/v2/state/hookState.js +1 -1
  155. package/src/bin/v2/state/testFrameworkState.js +1 -1
  156. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  157. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  158. package/src/bin/v2/utils/jest-utils.js +1 -1
  159. package/src/bin/vanilla-js/command.js +1 -1
  160. package/src/browserStackSdk.js +1 -1
  161. package/src/helpers/BrowserStackSetup.js +1 -1
  162. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  163. package/src/helpers/accessibility-automation/constants.js +1 -1
  164. package/src/helpers/accessibility-automation/helper.js +1 -1
  165. package/src/helpers/accessibility-automation/scripts.js +1 -1
  166. package/src/helpers/ats/constants.js +1 -1
  167. package/src/helpers/ats/helper.js +1 -1
  168. package/src/helpers/caCertHelper.js +1 -1
  169. package/src/helpers/capsMapping.js +1 -1
  170. package/src/helpers/central-scanner/constants.js +1 -1
  171. package/src/helpers/central-scanner/helpers.js +1 -1
  172. package/src/helpers/classLogger.js +1 -1
  173. package/src/helpers/driverInitErrorReporter.js +1 -1
  174. package/src/helpers/globals.js +1 -1
  175. package/src/helpers/helper.js +1 -1
  176. package/src/helpers/logger.js +1 -1
  177. package/src/helpers/metadata.js +1 -1
  178. package/src/helpers/patchHelper.js +1 -1
  179. package/src/helpers/patchHelpers.js +1 -1
  180. package/src/helpers/percy/Percy.js +1 -1
  181. package/src/helpers/percy/PercyBinary.js +1 -1
  182. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  183. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  184. package/src/helpers/percy/PercySDK.js +1 -1
  185. package/src/helpers/percy/index.js +1 -1
  186. package/src/helpers/percy/utils.js +1 -1
  187. package/src/helpers/performance/constants.js +1 -1
  188. package/src/helpers/performance/performance-tester.js +1 -1
  189. package/src/helpers/playwright-helper.js +1 -1
  190. package/src/helpers/processHelper.js +1 -1
  191. package/src/helpers/puppeteer-helper.js +1 -1
  192. package/src/helpers/request-spy.js +1 -1
  193. package/src/helpers/setKeepAlive.js +1 -1
  194. package/src/helpers/stackFrameUtils.js +1 -1
  195. package/src/helpers/test-observability/constants.js +1 -1
  196. package/src/helpers/test-observability/error-handler.js +1 -1
  197. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  198. package/src/helpers/test-observability/sessionHandler.js +1 -1
  199. package/src/helpers/test-observability/utils.js +1 -1
  200. package/src/helpers/test-orchestration/constants.js +1 -1
  201. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  202. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  203. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  204. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  205. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  206. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  207. package/src/helpers/testhub/constants.js +1 -1
  208. package/src/helpers/testhub/testhubHandler.js +1 -1
  209. package/src/helpers/testhub/utils.js +1 -1
  210. package/src/helpers/utilities.js +1 -1
  211. package/src/helpers/w3cMapping.js +1 -1
  212. package/src/hubAllocationMethods.js +1 -1
  213. package/src/index.js +1 -1
  214. package/src/ai-sdk-node/bundle.js +0 -1
  215. package/src/ai-sdk-node/extensions/chrome_extension.crx +0 -0
  216. package/src/bin/mocha/test-observability/builderPatch.js +0 -1
  217. package/src/helpers/ai-sdk/aiSdkWrapper.js +0 -1
  218. package/src/helpers/ai-sdk/autoHealHelper.js +0 -1
  219. package/src/helpers/timeoutPromise.js +0 -1
@@ -1 +1 @@
1
- const a104_0x3ce510=a104_0x527d;(function(_0x4c8e96,_0x2c4875){const _0xda7df3=a104_0x527d,_0x65a359=_0x4c8e96();while(!![]){try{const _0x2abe6b=-parseInt(_0xda7df3(0x80))/0x1*(parseInt(_0xda7df3(0x91))/0x2)+-parseInt(_0xda7df3(0x90))/0x3*(-parseInt(_0xda7df3(0x9d))/0x4)+-parseInt(_0xda7df3(0x92))/0x5*(parseInt(_0xda7df3(0x9a))/0x6)+parseInt(_0xda7df3(0x93))/0x7+parseInt(_0xda7df3(0x8f))/0x8*(-parseInt(_0xda7df3(0x8a))/0x9)+parseInt(_0xda7df3(0x95))/0xa+parseInt(_0xda7df3(0x9b))/0xb;if(_0x2abe6b===_0x2c4875)break;else _0x65a359['push'](_0x65a359['shift']());}catch(_0x10f72d){_0x65a359['push'](_0x65a359['shift']());}}}(a104_0x2982,0x7712b));const TrackedContext=require(a104_0x3ce510(0xa1)),crypto=require('crypto'),{threadId}=require(a104_0x3ce510(0x88));class TrackedInstance{static [a104_0x3ce510(0x9f)]='isBrowserstackAutomationSession';constructor(_0x565ac1){const _0x263d8a=a104_0x3ce510;this[_0x263d8a(0x97)]=_0x565ac1,this[_0x263d8a(0x8e)]=new Map();}[a104_0x3ce510(0x89)](){const _0x899dbf=a104_0x3ce510;return this[_0x899dbf(0x97)][_0x899dbf(0x9c)]();}['getContext'](){const _0x4e68d6=a104_0x3ce510;return this[_0x4e68d6(0x97)];}['getAllData'](){const _0x9075ac=a104_0x3ce510;return this[_0x9075ac(0x8e)];}['updateMultipleEntries'](_0x214e19){const _0x22435d=a104_0x3ce510;Object[_0x22435d(0xa0)](_0x214e19)['forEach'](_0x3625e8=>{const _0x5bf35d=_0x22435d;this['data'][_0x5bf35d(0x8c)](_0x3625e8,_0x214e19[_0x3625e8]);});}[a104_0x3ce510(0x81)](_0x24893b){const _0x183942=a104_0x3ce510;Object[_0x183942(0x98)](_0x24893b)[_0x183942(0x99)](([_0xe4fe85,_0x22174e])=>{const _0x326456=_0x183942,_0x5928c5=this[_0x326456(0x8e)]['get'](_0xe4fe85)||{},_0x5b4b47={..._0x5928c5,..._0x22174e},_0x528da5=_0x5b4b47;this[_0x326456(0x8e)][_0x326456(0x8c)](_0xe4fe85,_0x528da5);});}[a104_0x3ce510(0x8d)](_0x16317d){const _0x1cb8c8=a104_0x3ce510;return this[_0x1cb8c8(0x8e)][_0x1cb8c8(0x96)](_0x16317d);}[a104_0x3ce510(0x9e)](_0x5b5693,_0x57813c){const _0x5a9908=a104_0x3ce510;this[_0x5a9908(0x8e)][_0x5a9908(0x8c)](_0x5b5693,_0x57813c);}static[a104_0x3ce510(0x82)](_0x1054f7){const _0x1ff4b3=a104_0x3ce510,_0x23b435={};_0x23b435['AQzEO']=_0x1ff4b3(0xa2),_0x23b435[_0x1ff4b3(0x8b)]='hex',_0x23b435[_0x1ff4b3(0x83)]=function(_0x844357,_0x39eb48){return _0x844357||_0x39eb48;};const _0x226ef7=_0x23b435;return new TrackedContext(crypto[_0x1ff4b3(0x85)](_0x226ef7[_0x1ff4b3(0x87)])['update'](_0x1054f7)[_0x1ff4b3(0x94)](_0x226ef7['kkvzr']),_0x226ef7[_0x1ff4b3(0x83)](threadId,0x0),process[_0x1ff4b3(0x86)],typeof _0x1054f7);}}function a104_0x527d(_0xe24ce7,_0x18342a){const _0x29822a=a104_0x2982();return a104_0x527d=function(_0x527d20,_0x42e457){_0x527d20=_0x527d20-0x80;let _0x7a7f0=_0x29822a[_0x527d20];return _0x7a7f0;},a104_0x527d(_0xe24ce7,_0x18342a);}module[a104_0x3ce510(0x84)]=TrackedInstance;function a104_0x2982(){const _0x113f60=['exports','createHash','pid','AQzEO','worker_threads','getRef','36nAsBvd','kkvzr','set','getData','data','1714112KCsmHp','603oUkHnB','590822xGjdGy','122110UKTelA','1217349KkczjD','digest','9480570nVjrIS','get','context','entries','forEach','12wUrYok','396308wrdfCl','getId','10568TWiHgN','updateData','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','keys','./trackedContext','sha256','1nccIPZ','addMultipleEntries','createContext','BwPtg'];a104_0x2982=function(){return _0x113f60;};return a104_0x2982();}
1
+ const a102_0x223da3=a102_0x33af;function a102_0x33af(_0x53f26f,_0x3b9ba6){const _0x199f04=a102_0x199f();return a102_0x33af=function(_0x33af6a,_0x2eeb35){_0x33af6a=_0x33af6a-0x1ce;let _0x2f6733=_0x199f04[_0x33af6a];return _0x2f6733;},a102_0x33af(_0x53f26f,_0x3b9ba6);}function a102_0x199f(){const _0x1f6d8a=['exports','125052gCdoLN','getRef','getAllData','getData','33udefWF','getId','updateData','forEach','4pcTIOi','559ugvCXd','pid','getContext','wjxlP','isBrowserstackAutomationSession','sha256','622dibriq','2247aqxFHK','updateMultipleEntries','update','3699bmZFHf','keys','entries','set','402Cmnqon','createHash','data','get','366081sWfZOg','HvBUY','crypto','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','createContext','context','713810PkUMEY','1844088pQGsuM','3130XaNVNo'];a102_0x199f=function(){return _0x1f6d8a;};return a102_0x199f();}(function(_0x103410,_0x111eb9){const _0x380601=a102_0x33af,_0x258a34=_0x103410();while(!![]){try{const _0x4c60eb=-parseInt(_0x380601(0x1ea))/0x1*(parseInt(_0x380601(0x1f0))/0x2)+parseInt(_0x380601(0x1d7))/0x3*(-parseInt(_0x380601(0x1e9))/0x4)+parseInt(_0x380601(0x1dd))/0x5+parseInt(_0x380601(0x1d3))/0x6*(parseInt(_0x380601(0x1f1))/0x7)+parseInt(_0x380601(0x1de))/0x8+parseInt(_0x380601(0x1cf))/0x9*(parseInt(_0x380601(0x1df))/0xa)+parseInt(_0x380601(0x1e5))/0xb*(-parseInt(_0x380601(0x1e1))/0xc);if(_0x4c60eb===_0x111eb9)break;else _0x258a34['push'](_0x258a34['shift']());}catch(_0x39c581){_0x258a34['push'](_0x258a34['shift']());}}}(a102_0x199f,0x2febc));const TrackedContext=require('./trackedContext'),crypto=require(a102_0x223da3(0x1d9)),{threadId}=require('worker_threads');class TrackedInstance{static [a102_0x223da3(0x1da)]=a102_0x223da3(0x1ee);constructor(_0x53c815){const _0x16964c=a102_0x223da3;this[_0x16964c(0x1dc)]=_0x53c815,this[_0x16964c(0x1d5)]=new Map();}[a102_0x223da3(0x1e2)](){const _0x27fbdf=a102_0x223da3;return this[_0x27fbdf(0x1dc)][_0x27fbdf(0x1e6)]();}[a102_0x223da3(0x1ec)](){return this['context'];}[a102_0x223da3(0x1e3)](){return this['data'];}[a102_0x223da3(0x1f2)](_0x4e1bd4){const _0x2608fb=a102_0x223da3;Object[_0x2608fb(0x1d0)](_0x4e1bd4)['forEach'](_0x3ed550=>{const _0x35bce9=_0x2608fb;this[_0x35bce9(0x1d5)]['set'](_0x3ed550,_0x4e1bd4[_0x3ed550]);});}['addMultipleEntries'](_0x4ccbf8){const _0x36735f=a102_0x223da3;Object[_0x36735f(0x1d1)](_0x4ccbf8)[_0x36735f(0x1e8)](([_0x5dc8dc,_0x1501b7])=>{const _0x5be8d8=_0x36735f,_0x5e44d3=this[_0x5be8d8(0x1d5)][_0x5be8d8(0x1d6)](_0x5dc8dc)||{},_0x25c614={..._0x5e44d3,..._0x1501b7},_0x59ec82=_0x25c614;this[_0x5be8d8(0x1d5)][_0x5be8d8(0x1d2)](_0x5dc8dc,_0x59ec82);});}[a102_0x223da3(0x1e4)](_0x73ee0e){const _0x4cc716=a102_0x223da3;return this[_0x4cc716(0x1d5)]['get'](_0x73ee0e);}[a102_0x223da3(0x1e7)](_0x13c0d6,_0x2ea2db){const _0x4b88b7=a102_0x223da3;this[_0x4b88b7(0x1d5)][_0x4b88b7(0x1d2)](_0x13c0d6,_0x2ea2db);}static[a102_0x223da3(0x1db)](_0x3e8fa7){const _0x773562=a102_0x223da3,_0x9bd5a5={};_0x9bd5a5[_0x773562(0x1d8)]=_0x773562(0x1ef),_0x9bd5a5['zleZi']='hex',_0x9bd5a5[_0x773562(0x1ed)]=function(_0x16d3bd,_0x2d2e5e){return _0x16d3bd||_0x2d2e5e;};const _0x53c174=_0x9bd5a5;return new TrackedContext(crypto[_0x773562(0x1d4)](_0x53c174[_0x773562(0x1d8)])[_0x773562(0x1ce)](_0x3e8fa7)['digest'](_0x53c174['zleZi']),_0x53c174['wjxlP'](threadId,0x0),process[_0x773562(0x1eb)],typeof _0x3e8fa7);}}module[a102_0x223da3(0x1e0)]=TrackedInstance;
@@ -1 +1 @@
1
- const a105_0x850153=a105_0x527e;function a105_0x527e(_0x40d0e3,_0x523a5f){const _0x449fff=a105_0x449f();return a105_0x527e=function(_0x527ebd,_0x5865ec){_0x527ebd=_0x527ebd-0xda;let _0x286116=_0x449fff[_0x527ebd];return _0x286116;},a105_0x527e(_0x40d0e3,_0x523a5f);}(function(_0x3fa755,_0xac5571){const _0x358e2f=a105_0x527e,_0x4f6b35=_0x3fa755();while(!![]){try{const _0x18d246=parseInt(_0x358e2f(0xe1))/0x1*(parseInt(_0x358e2f(0x2c8))/0x2)+parseInt(_0x358e2f(0x12f))/0x3*(-parseInt(_0x358e2f(0x1ec))/0x4)+parseInt(_0x358e2f(0x1c7))/0x5*(-parseInt(_0x358e2f(0x28f))/0x6)+-parseInt(_0x358e2f(0x1eb))/0x7*(parseInt(_0x358e2f(0x28a))/0x8)+-parseInt(_0x358e2f(0x188))/0x9*(parseInt(_0x358e2f(0xf9))/0xa)+-parseInt(_0x358e2f(0x104))/0xb+-parseInt(_0x358e2f(0x26a))/0xc*(-parseInt(_0x358e2f(0x1cb))/0xd);if(_0x18d246===_0xac5571)break;else _0x4f6b35['push'](_0x4f6b35['shift']());}catch(_0x46496c){_0x4f6b35['push'](_0x4f6b35['shift']());}}}(a105_0x449f,0x289b7));function a105_0x449f(){const _0x39dc0c=['is_mobile_session','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','evaluate','vfKXz','replace','performScan','CkiyY','function','FIjNR','capabilities','uPuqT','tBFRd','NON_BROWSERSTACK_AUTOMATION_SESSIONS','ckkSh','x\x20over\x20','ascii','saveTestResults','test_tags','getState','getAccessibilityResults','PWSXo','getResults','Error\x20in\x20performPageScan:\x20','\x20result\x20for\x20','../../../helpers/performance/performance-tester.js','TrackedInstance','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','Sjabk','vOYBz','DvcIB','Error\x20in\x20performScanForCli\x20for\x20script\x20','onBeforeExecute','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','onBeforeTest','performScanForCli:\x20No\x20','BzkiN','PjieK','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','bind','NCjsC','fkCfW','update','XLCkm','PstSa','goog:chromeOptions','EkhfX','getCurrentAccessibilityStatus','format','getPlatformCaps','befkn','getCapabilitiesList','getTrackedInstance','\x20using\x20script:\x20','Context','isEnabled','LtoRb','reason','Error\x20in\x20processAccessibilityCaps:\x20','./baseModule','Error\x20in\x20validatePlatformForAccessibility:\x20','sMewo','umNpM','fetchCentralAuthA11yConfig','OVMBX','getLogDisabledShown','Cgjmz','loadAccessibilityConfig','isMobileScanningEnabledForGroup','24KwCCpJ','not-array','HZptQ',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','SBINu','../../utils/playwright-patcher','PRE','kWcYD','start','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','hipaB','browserStackEvaluate','qDeBr','flQnt',']\x20Accessibility\x20configuration\x20initialized\x20successfully','bIyWW','latest','jest','getScriptsList','now','AvvFc','Error\x20checking\x20headless\x20capability:\x20','oebHE','startsWith','onBeforeExecute:\x20command=','OquFI','scannerVersion','TTXZT','IPOQU','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','49152dGgSus','JNcFw','GzRKI','WMyWD','performPageScan:\x20Script\x20is\x20null','84vgCFjA','set','cUMYN','../state/automationFrameworkState','Unknown\x20Test','onBeforeExecute:\x20Command\x20','tAnGs','setLogDisabledShown','1|3|5|2|9|8|11|16|13|15|6|4|0|10|14|7|12','stopTestCapture','split','patchSendMessageToServer','../framework/constants/testFrameworkConstants.js','getGoogleChromeOptions','tmeSo','\x20script\x20available\x20in\x20scriptsList','../framework/testFramework','ZRydn','command','getData','eppKV','SYEvr',',\x20testName=','vuaxf','OmBHD','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','XARwT','initAccessibilityConfig','getAccessibilityExecuteParams','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','XGQTV','Uomir','GBZGE','getBuildId','ms\x20—\x20cache\x20never\x20populated\x20(','LLavv','getInstance','OSjyt','browserstack.accessibilityOptions.wcagVersion','../framework/automationFramework','ACCESSIBILITY_INITIALIZED','UGhCl','isAccessibilityAutomationSession','pid','isAccessibilityScriptCommand','platformValidation',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','AMsUi','platformName','FRnob','present','wicjw','_pollUntilNonEmpty',');\x20returning\x20last\x20value','testAnalyticsId','AgKhT','znmhf','4VsYUhN','rRtMo','getTestUUID','lMJOF','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','toString','VNkQb','jeqNY','eWegR','KAxpY','cKIxO','../state/hookState','[AccessibilityModule]\x20onAfterTest:\x20framework=','main','hKcnH','pkjjv','loadDriverExecuteParams','browserVersion','value','No\x20summaryResults\x20found.','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','resolveMobileThTestRunUuid','true','keys','jGfCy','BOgLT','../cliUtils','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','message','UNrxj','IWQJI','wlGtR','oqcVK','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','totalIssueCount','toJson','bNNXa','MODULE_NAME','LEDVr','error','gSDOr','ryJfU','thTestRunUuid','AkfEH','wzqra','SybHr','size','jyKjE','MergedScanArgs:\x20','NkHmG','setAccessibilityToken','\x20script\x20available','62620imgOKb','USFrI','debug','AnufK','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','toWZs','\x22browserstack.key\x22:\x22[REDACTED]\x22','vnoHI','bvdKA','mergeObject','pHgfu','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','POST','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','FVxWc','name','sEkEA','testhub_build_uuid','MOBILE_SCANNING_DISABLED_WARNING','\x20testHubUuid=','onBeforeExecute:\x20No\x20command\x20name\x20provided','performScan\x20capped\x20at\x20','wcagVersion','registerObserver','82610xXbEKh','hlXFx','LOG_DISABLED_SHOWN','executeScriptByName','IPNRp','lQohb','titlePath','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','HwknD','hfcWD','exports','752730qbOmMw','includeTagsInTestingScope','excludeTagsInTestingScope','CREATE','VGmSb','vsxhy','axvgY','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','toObject','crypto','skipCDPConnectOverride','GGmTz','GlBlY','createHash','Error\x20getting\x20script\x20by\x20name\x20','instance','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','isPlatformSupported','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','xjgWe','LcIAL','YuIPw','currentTest','unknown','AdUpZ','nXhUC',']\x20isEnabledTestcase\x20(cucumber)\x20result=','getCapabilityValue','processAccessibilityCaps','shouldScanForCommand:\x20','Error\x20in\x20stopTestCapture:\x20','kxsYH','count=','saveResults','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','getTesthub','[platform\x20-\x20','Srakl','BxZhT','--headless=new','Error\x20in\x20getAccessibilityResultsSummary:\x20','Running\x20Save\x20results\x20for\x20Accessibility\x20testing',']\x20poll\x20attempt=','125418oXUKir','shouldScanCurrentTest','a11y:save-results','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','options','join','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','getParamsForScanForCli','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','scriptsList','EPhiU','warn','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','rbGIX','browserstack_executor','stringify','\x20a11yToken=','getResultsSummary','FdedZ','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','hjedr','Error\x20in\x20initAccessibilityConfig:\x20','\x20token_fp=','launchCaps','find','oHOLa','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','isAppAccessibility','__jestCurrentTestIdentifier','XUaLF','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','on\x20non-BrowserStack\x20infrastructure\x20','accessibilityPlatform','../../../helpers/accessibility-automation/scripts','__workerDetails','browserstack.accessibilityOptions.scannerVersion','UfsHs','jhAau','testcafe','toISOString','updateData','mmnen','Exception\x20in\x20isPlatformSupported:\x20','ZtFiP',',\x20isAppAccessibility=','cucumber','_centralAuthConfigFetched','yIyST','ygxUZ','KEY_TESTHUB_BUILD_ID','performScanForCli','accessibility','Executing\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','getOptions','../../../helpers/accessibility-automation/constants','getName','_centralAuthA11yConfig','isBrowserstackScriptCommand','testInfo',']\x20isEnabledTestcase\x20(jest)\x20result=','delete','validatePlatformForAccessibility','page','setShouldScan','\x20browser\x20version\x20greater\x20than\x20','NtyMk','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','IBsVA','zAiUD','browser','isBrowserSupportedForAccessibility',']\x20onAfterTest\x20should\x20scan=','some','getValue','QOAnT','ijtmK','../../../helpers/helper','includes','Jcuxu','length','trim','scannerProcessingTimeout','ZZiJB','../../playwright/accessibility-helper','jEvSO','RBHxN','333DRCYTz','KEY_INIT','SCAN_CAP_HIT','RmLSc','parseFromProto','\x20worker=\x22','test_run_id','capabilitiesList','requiresChromeOptionsValidation','AUTOMATION_SESSIONS',',\x20includeTags=','nnQHy','browserstack.accessibilityOptions.scannerProcessingTimeout','degradedReason','getCurrentInstanceName','EXECUTE','aCOHL','TIqgC','shouldScanForCommand','zMDvw','fetchDriverExecuteParamsEvent','pRBQd','TEST_INIT','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','util','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','getScript','ZGLNz','Page\x20','ARULT','UNbTc','GET_RESULTS_SUMMARY','PERFORM_SCAN','BROWSERSTACK_CLI_BIN_SESSION_ID','getTestDetails','nUmfJ','accessibilityToken','SDK_ACCESSIBILITY_CONFIG','tztQo','fXPtf','FRrnv','onAfterTest',',\x20excludeTags=','getScriptByName','isVersionSupported',',\x20available\x20commands:\x20','--headless','wqADe','getSuccess','_mobileScanningDisabledLogged','isArray','scan','IcDde','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','dlOrw','KEY_TEST_NAME','_sendMessageServerPatchApplied','oENzu','parse','headless','stack','isMobilePlatform','41900kgDOqc','performPageScan:\x20Page\x20is\x20null','__bstackA11yScanCapHit','Performing\x20scan\x20before\x20getting\x20results\x20summary','4707911AUJCwl','object','DOdlZ','Runsy','OLOSd','__accessibilityOptions','string','getContext','isMobileWebSession','tDZCK','measureWrapper','XyFne','hex','pwPage','xtgCq','vFUSk','\x22\x20pid=','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','\x22browserstack.user\x22:\x22[REDACTED]\x22','browser_version','KmeSV','GYZxt','env','Error\x20applying\x20sendMessageToServer\x20patch:\x20','rwECk','Accessibility\x20data\x20for\x20extension:\x20','DPFxP','JEST_WORKER_ID',',\x20tags=','--headless=','NCdqc','info','28BoKOXV','16ooSiSn','isFinite','getAccessibility','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20',',\x20testIdentifier=','jqVZz','FOtJp','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','number','getAccessibilityConfig','map','Cooww','XTqOz','BROWSERSTACK_TESTHUB_JWT','getBrowserDisplayName','DuIJE','testFramework',']\x20should\x20run\x20accessibility\x20value=','android','mhIHU','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','../../../helpers/classLogger','../../../helpers/accessibility-automation/helper','accessibilityConfig','platformCaps','sha256','CnQGQ','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','args','getAllData','end','null','getCapabilities','tfMvq','JoJGk','\x20from\x20testIdentifier=','getPlatformIndex','DRIVER_HAS_URL','get','XDLiy','browserName','digest','txOaH','toLowerCase','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','bhzMG','Performing\x20scan\x20before\x20from\x20cli','Error\x20in\x20shouldScanForCommand:\x20','Executing\x20accessibility\x20script\x20on\x20page','has','getAccessibilityResultsSummary','\x20env=','OJqpT','awvTp','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','testFrameworkData','CboTh'];a105_0x449f=function(){return _0x39dc0c;};return a105_0x449f();}const BaseModule=require(a105_0x850153(0x260)),{createClassLogger}=require(a105_0x850153(0x201)),CLIUtils=require(a105_0x850153(0x2e3)),AutomationFramework=require(a105_0x850153(0x2b6)),TestFramework=require(a105_0x850153(0x29f)),AutomationFrameworkState=require(a105_0x850153(0x292)),HookState=require(a105_0x850153(0x2d4)),GrpcClient=require('../grpcClient'),scripts=require(a105_0x850153(0x152)),logger=createClassLogger(a105_0x850153(0x23f)),PerformanceTester=require(a105_0x850153(0x23e)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a105_0x850153(0x168)),{nestedKeyValue,isUndefined}=require(a105_0x850153(0x17e)),util=require(a105_0x850153(0x1a0)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a105_0x850153(0x29b)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a105_0x850153(0xf0)];static [a105_0x850153(0x15f)]=![];static [a105_0x850153(0x16a)]={};constructor(_0x50c862){const _0x54c4eb=a105_0x850153,_0x479a33={};_0x479a33[_0x54c4eb(0x27b)]=_0x54c4eb(0x297),_0x479a33[_0x54c4eb(0x221)]=_0x54c4eb(0x211),_0x479a33[_0x54c4eb(0x267)]=_0x54c4eb(0x246),_0x479a33[_0x54c4eb(0x110)]=_0x54c4eb(0xf2),_0x479a33[_0x54c4eb(0x2ed)]=_0x54c4eb(0x2b7);const _0xd93673=_0x479a33,_0x353c22=_0xd93673[_0x54c4eb(0x27b)][_0x54c4eb(0x299)]('|');let _0x50f0b5=0x0;while(!![]){switch(_0x353c22[_0x50f0b5++]){case'0':this['setAccessibilityToken'](_0x50c862[_0x54c4eb(0x167)]()[_0x54c4eb(0x258)]());continue;case'1':super();continue;case'2':AutomationFramework[_0x54c4eb(0xf8)](AutomationFrameworkState['QUIT'],HookState[_0x54c4eb(0x271)],this[_0x54c4eb(0x1b1)][_0x54c4eb(0x24c)](this));continue;case'3':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x54c4eb(0x197)],HookState[_0x54c4eb(0x271)],this[_0x54c4eb(0x245)][_0x54c4eb(0x24c)](this));continue;case'4':this[_0x54c4eb(0x1b9)]=![];continue;case'5':AutomationFramework[_0x54c4eb(0xf8)](AutomationFrameworkState[_0x54c4eb(0x107)],HookState[_0x54c4eb(0xed)],this[_0x54c4eb(0x247)][_0x54c4eb(0x24c)](this));continue;case'6':this[_0x54c4eb(0x1c1)]=![];continue;case'7':this['KEY_DRIVER_HAS_URL']=_0xd93673[_0x54c4eb(0x221)];continue;case'8':this[_0x54c4eb(0x203)]=_0x50c862[_0x54c4eb(0x10c)]();continue;case'9':this[_0x54c4eb(0x25c)]=!![];continue;case'10':logger[_0x54c4eb(0xe3)](_0xd93673[_0x54c4eb(0x267)]);continue;case'11':this['accessibility']=new Map();continue;case'12':this[_0x54c4eb(0x162)]=_0xd93673['GlBlY'];continue;case'13':this[_0x54c4eb(0x14c)]=![];continue;case'14':this['KEY_INIT']=_0xd93673[_0x54c4eb(0x2ed)];continue;case'15':this[_0x54c4eb(0x22f)]=[];continue;case'16':this[_0x54c4eb(0xfb)]=new Map();continue;}break;}}['isEnabled'](){const _0x1671f2=a105_0x850153;return this[_0x1671f2(0x25c)];}['getModuleName'](){const _0x420ee4=a105_0x850153;return AccessibilityModule[_0x420ee4(0x2ee)];}[a105_0x850153(0x254)](){const _0x579042=a105_0x850153;return this['accessibility'][_0x579042(0x212)](CLIUtils[_0x579042(0x196)](),![]);}[a105_0x850153(0x266)](){const _0x48c69a=a105_0x850153;return this['LOG_DISABLED_SHOWN'][_0x48c69a(0x212)](CLIUtils[_0x48c69a(0x196)](),![]);}[a105_0x850153(0x296)](_0x2d8e33){const _0x258add=a105_0x850153;this['LOG_DISABLED_SHOWN'][_0x258add(0x290)](CLIUtils[_0x258add(0x196)](),_0x2d8e33);}['applySendMessageToServerPatch'](){const _0x202ad6=a105_0x850153,_0x519875={'nVLEV':_0x202ad6(0x126),'VVOwS':function(_0xafccae,_0x4eda51){return _0xafccae(_0x4eda51);},'cpcZl':_0x202ad6(0x270),'dbLIo':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','umNpM':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this['_sendMessageServerPatchApplied']){logger[_0x202ad6(0xe3)](_0x519875['nVLEV']);return;}try{const _0x2798f9=_0x519875['VVOwS'](require,_0x519875['cpcZl']);_0x2798f9&&_0x2798f9[_0x202ad6(0x29a)]?(_0x2798f9['patchSendMessageToServer'](),this[_0x202ad6(0x1c1)]=!![],logger[_0x202ad6(0xe3)](_0x519875['dbLIo'])):logger[_0x202ad6(0xe3)](_0x519875[_0x202ad6(0x263)]);}catch(_0x40a4f6){logger[_0x202ad6(0xe3)](_0x202ad6(0x1e2)+util[_0x202ad6(0x255)](_0x40a4f6));}}[a105_0x850153(0x115)](_0x4c218e=null,_0x54cfe8=null,_0x346545=null){const _0x380f65=a105_0x850153,_0x1cdc73={'luyZU':function(_0x4c244b,_0x576db){return _0x4c244b&&_0x576db;},'RBHxN':'isPlatformSupported:\x20caps\x20are\x20null','sMewo':function(_0xe825d6,_0x29d4ac){return _0xe825d6(_0x29d4ac);},'LStVa':_0x380f65(0x17e),'IHkRQ':_0x380f65(0x227),'aCOHL':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','lQohb':function(_0x1877d6,_0x250c08){return _0x1877d6===_0x250c08;},'hipaB':_0x380f65(0x2df),'axvgY':_0x380f65(0x1d1),'EkhfX':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','FOtJp':'goog:chromeOptions','UNbTc':function(_0x2195ef,_0x170af1){return _0x2195ef!==_0x170af1;},'AgKhT':_0x380f65(0x27c),'pHgfu':function(_0x2a7eb8){return _0x2a7eb8();},'qDeBr':_0x380f65(0x150),'mhIHU':function(_0x404d08,_0x3e19a8){return _0x404d08-_0x3e19a8;},'OquFI':function(_0x91033a,_0x3fa12c){return _0x91033a(_0x3fa12c);},'XyFne':function(_0x543385,_0x2181dc){return _0x543385>_0x2181dc;},'WtYsU':_0x380f65(0x2ac)};try{if(_0x1cdc73['luyZU'](!_0x54cfe8,!_0x346545))return logger[_0x380f65(0xe3)](_0x1cdc73[_0x380f65(0x187)]),![];const {isUndefined:_0x2f6d95,isBrowserstackInfra:_0x4c471a}=_0x1cdc73[_0x380f65(0x262)](require,_0x1cdc73['LStVa']);if(!accessibilityHelper[_0x380f65(0x2b9)]())return logger[_0x380f65(0xe3)](_0x1cdc73['IHkRQ']),![];const _0x35a086=_0x54cfe8[_0x380f65(0x214)]||_0x54cfe8[_0x380f65(0x177)],_0x32ba2a=_0x54cfe8[_0x380f65(0x2da)]||_0x54cfe8[_0x380f65(0x1de)];if(!accessibilityHelper[_0x380f65(0x178)](_0x35a086))return logger[_0x380f65(0x13a)](_0x1cdc73[_0x380f65(0x198)]),![];if(accessibilityHelper[_0x380f65(0x190)](_0x35a086))try{const _0x4e100c=_0x54cfe8[_0x380f65(0x1c4)],_0x4da4ef=_0x1cdc73[_0x380f65(0xfe)](_0x4e100c,!![])||_0x1cdc73[_0x380f65(0xfe)](_0x4e100c,_0x1cdc73[_0x380f65(0x276)])||_0x1cdc73[_0x380f65(0xfe)](typeof _0x4e100c,_0x1cdc73[_0x380f65(0x10a)])&&_0x1cdc73[_0x380f65(0xfe)](_0x4e100c[_0x380f65(0x217)](),_0x1cdc73[_0x380f65(0x276)]);if(_0x4da4ef)return logger[_0x380f65(0x13a)](_0x1cdc73[_0x380f65(0x253)]),![];const _0x4531a9=_0x54cfe8?.['chromeOptions']?.[_0x380f65(0x208)]||_0x54cfe8?.[_0x1cdc73[_0x380f65(0x1f2)]]?.['args']||[];if(Array[_0x380f65(0x1ba)](_0x4531a9)&&_0x4531a9[_0x380f65(0x17a)](_0x43e6fb=>typeof _0x43e6fb===_0x380f65(0x1d1)&&(_0x43e6fb===_0x380f65(0x1b6)||_0x43e6fb[_0x380f65(0x283)](_0x380f65(0x1e8))&&_0x43e6fb!==_0x380f65(0x12b))))return logger['warn'](_0x1cdc73['EkhfX']),![];}catch(_0x3bca6f){logger[_0x380f65(0xe3)](_0x380f65(0x281)+util[_0x380f65(0x255)](_0x3bca6f));}if(_0x1cdc73[_0x380f65(0x1a6)](_0x32ba2a,_0x1cdc73[_0x380f65(0x2c6)])){const _0x4f0f1e=_0x1cdc73[_0x380f65(0xeb)](_0x4c471a),_0x57472f=accessibilityHelper['getMinVersionForBrowser'](_0x35a086,_0x4f0f1e),_0x350422=accessibilityHelper[_0x380f65(0x1fa)](_0x35a086);if(!accessibilityHelper[_0x380f65(0x1b4)](_0x32ba2a,_0x57472f)){const _0x4e3944=_0x4f0f1e?'':_0x1cdc73[_0x380f65(0x278)],_0x1f272f=Number[_0x380f65(0x1ed)](_0x1cdc73[_0x380f65(0x262)](parseFloat,_0x57472f))?_0x1cdc73[_0x380f65(0x1ff)](_0x1cdc73[_0x380f65(0x285)](parseFloat,_0x57472f),0x1):_0x57472f;return logger[_0x380f65(0x13a)](_0x380f65(0x10b)+_0x350422+_0x380f65(0x172)+_0x1f272f+'\x20'+_0x4e3944+'.'),![];}}else{const _0xd8acf0=_0x54cfe8['browserVersion']||_0x54cfe8['browser_version']||_0x54cfe8['version'];if(_0xd8acf0&&_0x1cdc73['UNbTc'](_0xd8acf0,_0x1cdc73[_0x380f65(0x2c6)])&&!_0x1cdc73[_0x380f65(0x1d6)](_0x1cdc73[_0x380f65(0x285)](parseFloat,_0xd8acf0),_0x1cdc73['OquFI'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x380f65(0x13a)](_0x1cdc73['WtYsU']),![];}return!![];}catch(_0x528af0){return logger[_0x380f65(0xe3)](_0x380f65(0x15b)+_0x528af0['message']),![];}}['isEnabledTestcase'](_0x48eae1=[],_0x3c3a04,_0x1ecd5c=a105_0x850153(0x15e)){const _0xd56191=a105_0x850153,_0x221851={'NCdqc':function(_0x5bf652,_0x35af0f){return _0x5bf652===_0x35af0f;},'ZGLNz':'jest','nUmfJ':function(_0x27f053,_0x35af63){return _0x27f053||_0x35af63;},'cUMYN':function(_0x41441e,_0x1b8d5f){return _0x41441e===_0x1b8d5f;},'asTPd':function(_0x25b646,_0x1e37f8){return _0x25b646&&_0x1e37f8;},'kWcYD':'unknown','jZNZe':function(_0x35c5de,_0x360aec){return _0x35c5de(_0x360aec);},'tfMvq':function(_0x5ecf40,_0x2dbf5a){return _0x5ecf40>_0x2dbf5a;}};try{const _0x2b808c=process[_0xd56191(0x1e1)][_0xd56191(0x132)]?JSON[_0xd56191(0x1c3)](process['env'][_0xd56191(0x132)]):null;if(!_0x2b808c)return!![];const _0x310090=Array[_0xd56191(0x1ba)](_0x2b808c[_0xd56191(0x105)])?_0x2b808c[_0xd56191(0x105)]:[],_0x4a8d87=Array[_0xd56191(0x1ba)](_0x2b808c[_0xd56191(0x106)])?_0x2b808c['excludeTagsInTestingScope']:[];if(_0x221851['NCdqc'](_0x1ecd5c,_0x221851[_0xd56191(0x1a3)])){let _0x3bb184;Array[_0xd56191(0x1ba)](_0x48eae1)?_0x3bb184=_0x48eae1[_0xd56191(0x134)]('\x20'):_0x3bb184=_0x221851[_0xd56191(0x1ab)](_0x48eae1,'');const _0x3cd8d6=_0x4a8d87[_0xd56191(0x17a)](_0x4f0c31=>_0x3bb184[_0xd56191(0x17f)](_0x4f0c31)),_0x1ea1e2=_0x221851[_0xd56191(0x291)](_0x310090[_0xd56191(0x181)],0x0)||_0x310090[_0xd56191(0x17a)](_0x592a09=>_0x3bb184[_0xd56191(0x17f)](_0x592a09)),_0x5d8b35=_0x221851['asTPd'](!_0x3cd8d6,_0x1ea1e2);return logger[_0xd56191(0xe3)]('[platform\x20-\x20'+(_0x3c3a04?.[_0xd56191(0x210)]?.()||_0x221851['kWcYD'])+_0xd56191(0x16d)+_0x5d8b35+',\x20testName='+_0x3bb184+',\x20includeTags='+JSON[_0xd56191(0x13f)](_0x310090)+_0xd56191(0x1b2)+JSON[_0xd56191(0x13f)](_0x4a8d87)),_0x5d8b35;}const _0x2afe9c=Array[_0xd56191(0x1ba)](_0x48eae1)?_0x48eae1:[];let _0x2697c0=![],_0x270594=_0x221851[_0xd56191(0x1e9)](_0x310090['length'],0x0);const _0x1a589a=_0x93fc15=>typeof _0x93fc15===_0xd56191(0x1d1)?_0x93fc15['replace'](/^@/,'')['toLowerCase']()[_0xd56191(0x182)]():_0x93fc15,_0x46065a=new Set(_0x310090[_0xd56191(0x1f6)](_0x1a589a)),_0x10ddbc=new Set(_0x4a8d87[_0xd56191(0x1f6)](_0x1a589a));for(const _0x95a1d7 of _0x2afe9c){const _0x15f541=_0x221851['jZNZe'](_0x1a589a,_0x95a1d7);_0x10ddbc[_0xd56191(0x21e)](_0x15f541)&&(_0x2697c0=!![]),_0x221851[_0xd56191(0x20d)](_0x46065a[_0xd56191(0xdb)],0x0)&&_0x46065a[_0xd56191(0x21e)](_0x15f541)&&(_0x270594=!![]);}const _0x4a71e1=_0x221851['asTPd'](_0x270594,!_0x2697c0);return logger[_0xd56191(0xe3)](_0xd56191(0x128)+(_0x3c3a04?.[_0xd56191(0x210)]?.()||_0x221851[_0xd56191(0x272)])+_0xd56191(0x11e)+_0x4a71e1+_0xd56191(0x1e7)+JSON['stringify'](_0x2afe9c)+_0xd56191(0x192)+JSON['stringify'](_0x310090)+_0xd56191(0x1b2)+JSON[_0xd56191(0x13f)](_0x4a8d87)),_0x4a71e1;}catch(_0x21a68a){return logger[_0xd56191(0xe3)]('[platform\x20-\x20'+(_0x3c3a04?.[_0xd56191(0x210)]?.()||_0x221851[_0xd56191(0x272)])+_0xd56191(0x26d)+_0x21a68a[_0xd56191(0x2e5)]),![];}}async[a105_0x850153(0x247)](_0x212653){const _0x1b962f=a105_0x850153,_0x3db4ee={};_0x3db4ee[_0x1b962f(0x18b)]=function(_0x5d5381,_0x160da7){return _0x5d5381!==_0x160da7;},_0x3db4ee['VtUqa']='cucumber',_0x3db4ee['XEssT']=function(_0x4197b6,_0x32331f){return _0x4197b6!==_0x32331f;},_0x3db4ee[_0x1b962f(0x2ae)]=_0x1b962f(0x27d),_0x3db4ee[_0x1b962f(0x2f2)]=function(_0x12f085,_0x17940b){return _0x12f085!==_0x17940b;},_0x3db4ee[_0x1b962f(0x184)]=_0x1b962f(0x157),_0x3db4ee[_0x1b962f(0x231)]=function(_0x2f1176,_0xd36a68){return _0x2f1176===_0xd36a68;},_0x3db4ee['IPOQU']=_0x1b962f(0x2df),_0x3db4ee[_0x1b962f(0x2f1)]=_0x1b962f(0x19e),_0x3db4ee['sEkEA']=_0x1b962f(0x14b),_0x3db4ee[_0x1b962f(0x176)]=_0x1b962f(0x219),_0x3db4ee[_0x1b962f(0x1f1)]='DRIVER_INIT',_0x3db4ee['DOdlZ']=function(_0x35fa6b,_0x4401d1){return _0x35fa6b===_0x4401d1;},_0x3db4ee[_0x1b962f(0x2e2)]=_0x1b962f(0x174),_0x3db4ee[_0x1b962f(0x2b4)]=function(_0x4f83b9,_0x507d96){return _0x4f83b9===_0x507d96;},_0x3db4ee[_0x1b962f(0xfa)]=_0x1b962f(0x293),_0x3db4ee['vuaxf']=function(_0x4c40c7,_0x158059){return _0x4c40c7>_0x158059;},_0x3db4ee[_0x1b962f(0x1cf)]=_0x1b962f(0x22d),_0x3db4ee[_0x1b962f(0x1df)]=_0x1b962f(0x237),_0x3db4ee['NCjsC']=function(_0x342d27,_0x2e327a){return _0x342d27&&_0x2e327a;},_0x3db4ee[_0x1b962f(0x117)]='unknown';const _0x22751f=_0x3db4ee;if(_0x22751f[_0x1b962f(0x18b)](_0x212653[_0x1b962f(0x1fc)],_0x22751f['VtUqa'])&&_0x22751f['XEssT'](_0x212653['testFramework'],_0x22751f[_0x1b962f(0x2ae)])&&_0x22751f[_0x1b962f(0x2f2)](_0x212653['testFramework'],_0x22751f['ZZiJB'])){logger['debug'](_0x1b962f(0x19f)+_0x212653['testFramework']+')');return;}try{const _0x355afe=AutomationFramework['getTrackedInstance'](),_0x10fbbf=TestFramework[_0x1b962f(0x259)](),_0x4df980=_0x212653[_0x1b962f(0x170)]||global[_0x1b962f(0x153)]?.['pwPage']||null;if(_0x22751f[_0x1b962f(0x231)](_0x212653['testFramework'],_0x22751f['ZZiJB'])){const _0x37fb46=_0x212653[_0x1b962f(0x204)]||_0x355afe&&_0x355afe['getPlatformCaps']&&_0x355afe[_0x1b962f(0x256)]()||_0x355afe&&_0x355afe['getCapabilities']&&_0x355afe[_0x1b962f(0x20c)]()||{},_0x241772=_0x212653['launchCaps']||null,_0x396e32=this[_0x1b962f(0x115)](_0x355afe,_0x37fb46,_0x241772),_0x4a80f3=CLIUtils['getCurrentInstanceName']();this[_0x1b962f(0x164)][_0x1b962f(0x290)](_0x4a80f3,_0x396e32);global[_0x1b962f(0x25b)]?.[_0x1b962f(0x1d2)]&&global[_0x1b962f(0x25b)][_0x1b962f(0x1d2)]()[_0x1b962f(0x171)](_0x396e32);_0x396e32?(global[_0x1b962f(0x151)]=!![],process[_0x1b962f(0x1e1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x22751f[_0x1b962f(0x288)]):global['accessibilityPlatform']=![];logger[_0x1b962f(0xe3)](_0x1b962f(0x2cc)+_0x396e32);return;}if(!_0x4df980){_0x10fbbf&&_0x10fbbf[_0x1b962f(0x159)](_0x22751f[_0x1b962f(0x2f1)],!![]);logger[_0x1b962f(0xe3)](_0x22751f[_0x1b962f(0xf1)]);return;}logger[_0x1b962f(0xe3)](_0x22751f[_0x1b962f(0x176)]);const _0x56c94a=_0x10fbbf?.['getData'](_0x22751f[_0x1b962f(0x1f1)],![]),_0x5622bd=_0x10fbbf?.[_0x1b962f(0x2a2)](_0x22751f[_0x1b962f(0x2f1)],![]);if(_0x22751f[_0x1b962f(0x231)](_0x56c94a,![])&&_0x22751f[_0x1b962f(0x1cd)](_0x5622bd,![])){_0x10fbbf&&_0x10fbbf[_0x1b962f(0x159)](_0x22751f[_0x1b962f(0x1f1)],!![]);logger[_0x1b962f(0xe3)](_0x22751f['BOgLT']);return;}_0x10fbbf&&_0x10fbbf[_0x1b962f(0x159)](_0x22751f[_0x1b962f(0x2f1)],!![]);let _0x125bd9,_0x1f23b9;const _0x286907=_0x212653[_0x1b962f(0x1fc)]||_0x22751f['VtUqa'];if(_0x22751f[_0x1b962f(0x2b4)](_0x286907,_0x22751f[_0x1b962f(0x2ae)])){_0x1f23b9=_0x212653[_0x1b962f(0x16c)]?.[_0x1b962f(0x2c5)]||_0x212653['testInfo']?.['id']||global['__jestCurrentTestIdentifier']||global[_0x1b962f(0x153)]?.['currentTest']?.[_0x1b962f(0x2c5)]||global[_0x1b962f(0x153)]?.[_0x1b962f(0x11a)]?.['id'];const _0x2345da=_0x10fbbf?.[_0x1b962f(0x209)]()?.[_0x1b962f(0x212)](_0x1f23b9);if(_0x2345da&&_0x2345da[TestFrameworkConstants[_0x1b962f(0x1c0)]])_0x125bd9=_0x2345da[TestFrameworkConstants[_0x1b962f(0x1c0)]];else{if(_0x212653['testInfo']?.[_0x1b962f(0xff)])_0x125bd9=_0x212653['testInfo'][_0x1b962f(0xff)];else global[_0x1b962f(0x153)]?.['currentTest']?.[_0x1b962f(0x16c)]?.['titlePath']?_0x125bd9=global['__workerDetails'][_0x1b962f(0x11a)]['testInfo'][_0x1b962f(0xff)]:_0x125bd9=_0x22751f[_0x1b962f(0xfa)];}logger[_0x1b962f(0xe3)](_0x1b962f(0x100)+_0x1f23b9+_0x1b962f(0x2a5)+JSON[_0x1b962f(0x13f)](_0x125bd9));}else{_0x1f23b9=this['getTestId'](_0x212653);const _0x5ccb74=TestInfo[_0x1b962f(0x1aa)](_0x1f23b9);let _0x5ffeed=[];if(_0x5ccb74&&Array[_0x1b962f(0x1ba)](_0x5ccb74[_0x1b962f(0x237)])&&_0x22751f[_0x1b962f(0x2a6)](_0x5ccb74[_0x1b962f(0x237)]['length'],0x0))_0x5ffeed=_0x5ccb74[_0x1b962f(0x237)];else{if(_0x10fbbf){const _0x5a5a76=_0x22751f[_0x1b962f(0x231)](typeof _0x10fbbf['getData'],_0x22751f[_0x1b962f(0x1cf)])?_0x10fbbf[_0x1b962f(0x2a2)](_0x22751f[_0x1b962f(0x1df)],[]):_0x10fbbf[_0x1b962f(0x237)]||[];Array[_0x1b962f(0x1ba)](_0x5a5a76)&&(_0x5ffeed=_0x5a5a76);}}_0x125bd9=_0x5ffeed;}logger['info']('test-tags-->\x20'+JSON['stringify'](_0x125bd9));const _0x41e16d=this[_0x1b962f(0x115)](_0x355afe,_0x212653[_0x1b962f(0x204)],_0x212653[_0x1b962f(0x147)]);logger[_0x1b962f(0xe3)](_0x1b962f(0x2ea)+_0x41e16d+_0x1b962f(0x15d)+this[_0x1b962f(0x14c)]);const _0x55cfd8=this['isEnabledTestcase'](_0x125bd9,_0x355afe,_0x286907),_0x190fce=_0x22751f[_0x1b962f(0x24d)](_0x41e16d,_0x55cfd8),_0x3d8c9a=CLIUtils[_0x1b962f(0x196)]();this[_0x1b962f(0x164)][_0x1b962f(0x290)](_0x3d8c9a,_0x190fce),global[_0x1b962f(0x25b)]?.[_0x1b962f(0x1d2)]&&global[_0x1b962f(0x25b)]['getContext']()[_0x1b962f(0x171)](_0x190fce),logger[_0x1b962f(0xe3)](_0x1b962f(0x128)+(_0x355afe?.[_0x1b962f(0x210)]?.()||_0x22751f[_0x1b962f(0x117)])+_0x1b962f(0x1fd)+_0x190fce),_0x190fce?(global['accessibilityPlatform']=!![],process[_0x1b962f(0x1e1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x22751f['IPOQU'],this['applySendMessageToServerPatch']()):global[_0x1b962f(0x151)]=![];}catch(_0x1bf08a){logger[_0x1b962f(0x2f0)](_0x1b962f(0x143)+(_0x1bf08a['stack']||_0x1bf08a[_0x1b962f(0x2e5)]));const _0x2e5154=CLIUtils[_0x1b962f(0x196)]();this[_0x1b962f(0x164)][_0x1b962f(0x290)](_0x2e5154,![]),global['accessibilityPlatform']=![];}}[a105_0x850153(0x29c)](){const _0x2496c5=a105_0x850153;return this[_0x2496c5(0x22f)]['find'](_0x40947d=>_0x40947d[_0x2496c5(0x169)]()===_0x2496c5(0x252))?.[_0x2496c5(0x17b)]()||'';}[a105_0x850153(0x11f)](_0x3ccf27){const _0x58eb2e=a105_0x850153;try{const _0x1b0078=this['accessibilityConfig']?.[_0x58eb2e(0x133)]?.[_0x58eb2e(0x18f)]||[],_0xb435bc=_0x1b0078['find'](_0x3639dc=>_0x3639dc[_0x58eb2e(0xf0)]===_0x3ccf27);return _0xb435bc?_0xb435bc[_0x58eb2e(0x2db)]:null;}catch(_0x3abe62){return logger[_0x58eb2e(0xe3)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x3ccf27+':\x20'+_0x3abe62[_0x58eb2e(0x2e5)]),null;}}async['setAccessibilityConfig'](_0x33abfa,_0xe201fb){const _0x70c0cd=a105_0x850153,_0x3ebb71=_0x33abfa['getAccessibility']()['getOptions'](),_0x189263=_0x3ebb71[_0x70c0cd(0x27e)](),_0x709407=_0x3ebb71['getCommandsToWrap']()?.['getCommandsList']();scripts[_0x70c0cd(0x18c)](_0x189263,_0x709407),scripts[_0x70c0cd(0x2ec)]();const _0x1ffa11=_0x3ebb71['getCapabilitiesList']();this[_0x70c0cd(0x22f)]=_0x3ebb71[_0x70c0cd(0x258)](),await this[_0x70c0cd(0xdf)](_0x1ffa11,_0xe201fb[_0x70c0cd(0x147)]);}async[a105_0x850153(0xdf)](_0x31489d,_0x4787dc={}){const _0x5401dd=a105_0x850153,_0x376174={'GHDkB':_0x5401dd(0x26b),'CnQGQ':_0x5401dd(0x2d6),'DPFxP':function(_0x56f1a3,_0x796a6f){return _0x56f1a3===_0x796a6f;},'Jcuxu':_0x5401dd(0x1ac),'rRtMo':function(_0x5eccd6,_0x1a9c26){return _0x5eccd6(_0x1a9c26);},'nUFQX':_0x5401dd(0x10d),'Cooww':_0x5401dd(0x205),'yunwa':_0x5401dd(0x1d7),'mmnen':function(_0x204724,_0x4c25b7){return _0x204724||_0x4c25b7;},'DvcIB':'browserstack.accessibilityOptions.authToken','AkfEH':'../../../helpers/accessibility-automation/helper','FdedZ':'../../../helpers/helper','VNkQb':function(_0x3f2739,_0x1bfa11){return _0x3f2739(_0x1bfa11);},'OVMBX':function(_0x2eb2ef,_0x22c1c5){return _0x2eb2ef===_0x22c1c5;},'pkjjv':_0x5401dd(0xf7),'oHOLa':_0x5401dd(0x2b5),'lMJOF':function(_0x43019c,_0xe7bef0){return _0x43019c===_0xe7bef0;},'PWSXo':_0x5401dd(0x286),'AvvFc':_0x5401dd(0x154),'NkHmG':function(_0x3c1d43,_0x28bdb7){return _0x3c1d43===_0x28bdb7;},'tmeSo':_0x5401dd(0x183),'nXhUC':_0x5401dd(0x194),'JoJGk':function(_0x44305e,_0xe5b34b){return _0x44305e===_0xe5b34b;},'dlOrw':_0x5401dd(0x269),'VoTpj':_0x5401dd(0x2df)};global[_0x5401dd(0x1d0)]=global[_0x5401dd(0x1d0)]||{};const _0x40b688=Array[_0x5401dd(0x1ba)](_0x31489d)?_0x31489d[_0x5401dd(0x181)]:_0x376174['GHDkB'];logger[_0x5401dd(0xe3)](_0x5401dd(0x116)+_0x40b688+'\x20worker=\x22'+(process[_0x5401dd(0x1e1)][_0x5401dd(0x1e6)]||_0x376174[_0x5401dd(0x206)])+_0x5401dd(0x1db)+process[_0x5401dd(0x2ba)]);for(const _0x37ead3 of _0x31489d){logger[_0x5401dd(0xe3)](_0x5401dd(0x274)+_0x37ead3[_0x5401dd(0x169)]());if(_0x376174[_0x5401dd(0x1e5)](_0x37ead3['getName'](),_0x376174[_0x5401dd(0x180)])){const _0x1a16c7=_0x37ead3['getValue'](),_0x394215=_0x1a16c7?_0x376174[_0x5401dd(0x2c9)](require,_0x376174['nUFQX'])[_0x5401dd(0x111)](_0x376174[_0x5401dd(0x1f7)])[_0x5401dd(0x24f)](_0x1a16c7)[_0x5401dd(0x215)](_0x376174['yunwa'])['slice'](0x0,0x8):'';logger[_0x5401dd(0x1ea)]('[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len='+_0x376174[_0x5401dd(0x15a)](_0x1a16c7,'')[_0x5401dd(0x181)]+_0x5401dd(0x146)+_0x394215+_0x5401dd(0x18d)+(process[_0x5401dd(0x1e1)][_0x5401dd(0x1e6)]||_0x376174[_0x5401dd(0x206)])+'\x22\x20pid='+process[_0x5401dd(0x2ba)]),process[_0x5401dd(0x1e1)]['BS_A11Y_JWT']=_0x1a16c7,global[_0x5401dd(0x1d0)][_0x376174[_0x5401dd(0x243)]]=_0x1a16c7;const _0x432ae0=_0x376174[_0x5401dd(0x2c9)](require,_0x376174[_0x5401dd(0x2f4)]),{isTrue:_0x5796e8}=_0x376174[_0x5401dd(0x2c9)](require,_0x376174[_0x5401dd(0x142)]),_0x3ff8b1=_0x432ae0['parseA11yJwtPayload'](_0x1a16c7);_0x3ff8b1&&_0x376174[_0x5401dd(0x2cf)](_0x5796e8,_0x3ff8b1[_0x5401dd(0x10e)])&&(process[_0x5401dd(0x1e1)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x376174[_0x5401dd(0x265)](_0x37ead3[_0x5401dd(0x169)](),_0x376174[_0x5401dd(0x2d8)]))global[_0x5401dd(0x1d0)][_0x376174[_0x5401dd(0x149)]]=_0x37ead3['getValue']();else{if(_0x376174[_0x5401dd(0x2cb)](_0x37ead3['getName'](),_0x376174[_0x5401dd(0x23a)]))global[_0x5401dd(0x1d0)][_0x376174[_0x5401dd(0x280)]]=_0x37ead3['getValue']();else{if(_0x376174[_0x5401dd(0xde)](_0x37ead3['getName'](),_0x376174[_0x5401dd(0x29d)]))global['__accessibilityOptions'][_0x376174[_0x5401dd(0x11d)]]=_0x37ead3[_0x5401dd(0x17b)]();else{if(_0x376174[_0x5401dd(0x20e)](_0x37ead3['getName'](),_0x376174[_0x5401dd(0x1bf)])){const _0x46d56e=_0x37ead3[_0x5401dd(0x17b)]();process[_0x5401dd(0x1e1)][_0x5401dd(0xe5)]=_0x376174[_0x5401dd(0x2c9)](String,_0x376174[_0x5401dd(0x20e)](_0x46d56e,!![])||_0x376174[_0x5401dd(0x1e5)](_0x46d56e,_0x376174['VoTpj'])),logger[_0x5401dd(0xe3)](_0x5401dd(0x114)+_0x46d56e+_0x5401dd(0x220)+process[_0x5401dd(0x1e1)][_0x5401dd(0xe5)]);}}}}}}}async['onAfterTest'](_0x41f0e8){const _0x5c2860=a105_0x850153,_0x5eaabd={};_0x5eaabd['QtWwO']=function(_0x28f85b,_0x161ec0){return _0x28f85b!==_0x161ec0;},_0x5eaabd['GjHlm']=_0x5c2860(0x15e),_0x5eaabd[_0x5c2860(0x1ae)]=function(_0x5320e9,_0x1b9012){return _0x5320e9!==_0x1b9012;},_0x5eaabd[_0x5c2860(0x17c)]=_0x5c2860(0x27d),_0x5eaabd[_0x5c2860(0x279)]=function(_0x2ec524,_0x36f69e){return _0x2ec524!==_0x36f69e;},_0x5eaabd[_0x5c2860(0x295)]=_0x5c2860(0x157),_0x5eaabd['ZarqL']=_0x5c2860(0x11b);const _0x129e33=_0x5eaabd;if(_0x129e33['QtWwO'](_0x41f0e8[_0x5c2860(0x1fc)],_0x129e33['GjHlm'])&&_0x129e33[_0x5c2860(0x1ae)](_0x41f0e8[_0x5c2860(0x1fc)],_0x129e33[_0x5c2860(0x17c)])&&_0x129e33[_0x5c2860(0x279)](_0x41f0e8['testFramework'],_0x129e33[_0x5c2860(0x295)])){logger[_0x5c2860(0xe3)](_0x5c2860(0xee)+_0x41f0e8[_0x5c2860(0x1fc)]+')');return;}const _0x5c9f25=_0x41f0e8['testInfo']?.[_0x5c2860(0x2c5)]||_0x41f0e8[_0x5c2860(0x16c)]?.['id']||global[_0x5c2860(0x14d)];logger['info'](_0x5c2860(0x2d5)+_0x41f0e8[_0x5c2860(0x1fc)]+_0x5c2860(0x1f0)+_0x5c9f25);try{const _0x1fdd48=_0x41f0e8[_0x5c2860(0x113)]||AutomationFramework[_0x5c2860(0x259)](),_0x210242=CLIUtils[_0x5c2860(0x196)](),_0xa2bc5a=this[_0x5c2860(0x254)]();logger['debug'](_0x5c2860(0x128)+(_0x1fdd48?.['getPlatformIndex']?.()||_0x129e33['ZarqL'])+_0x5c2860(0x179)+_0xa2bc5a),_0xa2bc5a&&await this[_0x5c2860(0x298)](_0x1fdd48,_0x41f0e8),this[_0x5c2860(0x164)][_0x5c2860(0x16e)](_0x210242),this[_0x5c2860(0xfb)]['delete'](_0x210242);}catch(_0x5599c9){logger[_0x5c2860(0x2f0)](_0x5c2860(0x2dd)+(_0x5599c9[_0x5c2860(0x1c5)]||_0x5599c9[_0x5c2860(0x2e5)]));}}async[a105_0x850153(0x298)](_0x50671a,_0x10c745){const _0x137a3a=a105_0x850153,_0x2179fc={};_0x2179fc['AdUpZ']=function(_0x1a2c5b,_0xec589f){return _0x1a2c5b===_0xec589f;},_0x2179fc['vFUSk']='function',_0x2179fc[_0x137a3a(0x230)]=function(_0xa7e2e7,_0x4ce842){return _0xa7e2e7===_0x4ce842;},_0x2179fc[_0x137a3a(0xda)]=_0x137a3a(0x27d),_0x2179fc[_0x137a3a(0x102)]=_0x137a3a(0x15e),_0x2179fc[_0x137a3a(0x2e7)]=_0x137a3a(0x1dc),_0x2179fc[_0x137a3a(0x156)]='accessibility',_0x2179fc['IPNRp']=_0x137a3a(0x125),_0x2179fc[_0x137a3a(0x2d3)]=_0x137a3a(0x11b),_0x2179fc[_0x137a3a(0x101)]=_0x137a3a(0x2c1),_0x2179fc[_0x137a3a(0x25d)]=_0x137a3a(0x20b),_0x2179fc[_0x137a3a(0x2e9)]=function(_0x264067,_0xf36b3c){return _0x264067||_0xf36b3c;},_0x2179fc['OmoOt']='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x2179fc[_0x137a3a(0x2a3)]=_0x137a3a(0x191),_0x2179fc['jGfCy']=_0x137a3a(0x232);const _0x230bc3=_0x2179fc;try{const _0x1dc5ea=_0x10c745[_0x137a3a(0x1fc)]||(_0x230bc3[_0x137a3a(0x230)](this[_0x137a3a(0x224)]?.[_0x137a3a(0xf0)]?.[_0x137a3a(0x217)](),_0x230bc3['SybHr'])?_0x230bc3[_0x137a3a(0xda)]:_0x230bc3[_0x137a3a(0x102)]);let _0x4aff7b='',_0x484a88=null,_0x5771a2=null;if(_0x230bc3[_0x137a3a(0x230)](_0x1dc5ea,_0x230bc3[_0x137a3a(0xda)])){_0x484a88=_0x10c745['testInfo']?.[_0x137a3a(0x2c5)]||_0x10c745[_0x137a3a(0x16c)]?.['id']||global[_0x137a3a(0x14d)];if(!_0x484a88){logger[_0x137a3a(0x13a)](_0x230bc3[_0x137a3a(0x2e7)]);return;}try{const _0x55cde2=await GrpcClient['getInstance']()[_0x137a3a(0x19c)](process[_0x137a3a(0x1e1)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x230bc3[_0x137a3a(0x156)],_0x230bc3[_0x137a3a(0xfd)],_0x484a88),_0x387900=AccessibilityModule[_0x137a3a(0x2d9)](null,_0x55cde2);_0x4aff7b=_0x387900?.[_0x137a3a(0x2f3)]||'',logger['debug']('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x4aff7b+_0x137a3a(0x20f)+_0x484a88),_0x5771a2=_0x55cde2;}catch(_0x3507be){logger['error'](_0x137a3a(0x137)+_0x3507be[_0x137a3a(0x2e5)]);return;}}else{const _0x318b5f=this['getTestId'](_0x10c745);_0x4aff7b=TestInfo[_0x137a3a(0x2ca)](_0x318b5f);}const _0x418698=((()=>{const _0x4ec458=_0x137a3a,_0x476fe7=(this[_0x4ec458(0x203)]?.[_0x4ec458(0x133)]?.[_0x4ec458(0x18f)]||[])[_0x4ec458(0x148)](_0x11fe71=>(typeof _0x11fe71[_0x4ec458(0x169)]==='function'?_0x11fe71[_0x4ec458(0x169)]():_0x11fe71['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x476fe7?_0x230bc3[_0x4ec458(0x11c)](typeof _0x476fe7[_0x4ec458(0x17b)],_0x230bc3[_0x4ec458(0x1da)])?_0x476fe7[_0x4ec458(0x17b)]():_0x476fe7[_0x4ec458(0x2db)]:'';})()),_0x2d11c3=process['env'][_0x137a3a(0x1f9)]||'';logger[_0x137a3a(0xe3)](_0x137a3a(0x128)+(_0x50671a?.[_0x137a3a(0x210)]?.()||_0x230bc3['cKIxO'])+']\x20clear\x20'+_0x4aff7b+_0x137a3a(0xf4)+_0x418698+_0x137a3a(0x140)+(_0x2d11c3?_0x230bc3[_0x137a3a(0x101)]:_0x230bc3[_0x137a3a(0x25d)]));let _0x2388ec;if(_0x230bc3[_0x137a3a(0x11c)](_0x1dc5ea,_0x230bc3[_0x137a3a(0xda)]))_0x2388ec=AccessibilityModule[_0x137a3a(0x2d9)](_0x4aff7b,_0x5771a2);else{const _0x49084c=await GrpcClient['getInstance']()[_0x137a3a(0x19c)](process[_0x137a3a(0x1e1)][_0x137a3a(0x1a9)],_0x230bc3[_0x137a3a(0x156)],_0x230bc3[_0x137a3a(0xfd)]);_0x2388ec=AccessibilityModule[_0x137a3a(0x2d9)](_0x4aff7b,_0x49084c);}logger['debug'](_0x137a3a(0x1e4)+JSON[_0x137a3a(0x13f)](_0x2388ec));const _0x596c28=Object['assign']({},{'thTestRunUuid':_0x230bc3[_0x137a3a(0x2e9)](_0x4aff7b,''),'thBuildUuid':_0x230bc3[_0x137a3a(0x2e9)](_0x418698,''),'thJwtToken':_0x230bc3[_0x137a3a(0x2e9)](_0x2d11c3,'')},_0x2388ec);!this['isAppAccessibility']&&this[_0x137a3a(0x1d3)]()&&(_0x596c28[_0x137a3a(0x226)]=!![],logger[_0x137a3a(0xe3)](_0x230bc3['OmoOt']));logger[_0x137a3a(0xe3)](_0x137a3a(0xec)+_0x4aff7b+_0x137a3a(0x15d)+this[_0x137a3a(0x14c)]);let _0x46d405=global[_0x137a3a(0x153)]?.[_0x137a3a(0x1d8)]||null;!_0x46d405&&(_0x46d405=AutomationFramework[_0x137a3a(0x238)](_0x50671a,_0x230bc3[_0x137a3a(0x2a3)],null)),!_0x46d405&&(_0x46d405=AutomationFramework[_0x137a3a(0x238)](_0x50671a,_0x230bc3[_0x137a3a(0x2e1)],null)),await this['finishScanningForCli'](this[_0x137a3a(0x254)](),_0x4aff7b,_0x46d405,_0x596c28,this['isAppAccessibility']);}catch(_0x31466e){logger[_0x137a3a(0x2f0)](_0x137a3a(0x122)+(_0x31466e[_0x137a3a(0x1c5)]||_0x31466e[_0x137a3a(0x2e5)]));}}async['finishScanningForCli'](_0x1fb65a,_0x488004,_0x49ba63,_0x3c21fe,_0x31fff5){const _0x3564db=a105_0x850153,_0x14266d={};_0x14266d[_0x3564db(0x186)]=_0x3564db(0x125),_0x14266d['HZptQ']=function(_0x58e57b,_0x3a7071){return _0x58e57b&&_0x3a7071;},_0x14266d[_0x3564db(0x2ef)]=_0x3564db(0x1f3),_0x14266d['wlGtR']=function(_0x114e4a,_0x201559){return _0x114e4a===_0x201559;},_0x14266d[_0x3564db(0xef)]=_0x3564db(0x20b),_0x14266d['UGhCl']=_0x3564db(0x14a),_0x14266d[_0x3564db(0x213)]=_0x3564db(0x21b),_0x14266d[_0x3564db(0x173)]='afterTestHook',_0x14266d[_0x3564db(0x193)]=_0x3564db(0x1bb),_0x14266d[_0x3564db(0x19d)]=_0x3564db(0x12d),_0x14266d[_0x3564db(0x22e)]=_0x3564db(0x131),_0x14266d['bvdKA']='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x195230=_0x14266d;try{const _0x2e8fcb=this[_0x3564db(0x1b3)](_0x195230[_0x3564db(0x186)]);if(_0x195230[_0x3564db(0x26c)](!_0x31fff5,!_0x2e8fcb)){logger['debug'](_0x195230[_0x3564db(0x2ef)]);return;}if(!_0x488004||_0x195230['wlGtR'](_0x488004,_0x195230[_0x3564db(0xef)])||_0x195230[_0x3564db(0x2e8)](_0x488004,'')){logger[_0x3564db(0xe3)](_0x195230[_0x3564db(0x2b8)]);return;}logger[_0x3564db(0xe3)](_0x3564db(0x1be)+JSON['stringify'](_0x3c21fe)),_0x1fb65a&&(logger[_0x3564db(0xe3)](_0x195230[_0x3564db(0x213)]),await this[_0x3564db(0x163)](_0x49ba63,_0x488004,_0x195230[_0x3564db(0x173)],_0x3c21fe,_0x31fff5,_0x195230[_0x3564db(0x193)]),_0x195230[_0x3564db(0x26c)](!_0x31fff5,_0x2e8fcb)&&(logger[_0x3564db(0xe3)](_0x195230[_0x3564db(0x19d)]),await PerformanceTester['measureWrapper'](_0x195230[_0x3564db(0x22e)],async()=>{const _0x4df24f=_0x3564db;await this['performScanForCli'](_0x49ba63,_0x488004,_0x195230[_0x4df24f(0x186)],_0x3c21fe,_0x31fff5,_0x195230['jEvSO']);})()),logger[_0x3564db(0x1ea)](_0x195230[_0x3564db(0xe9)]));}catch(_0x3ac92d){logger[_0x3564db(0x2f0)](_0x3564db(0x200)+(_0x3ac92d[_0x3564db(0x1c5)]||_0x3ac92d[_0x3564db(0x2e5)]));}}async['onBeforeExecute'](_0x59e710){const _0x4e0bfc=a105_0x850153,_0x2c8381={};_0x2c8381[_0x4e0bfc(0x2c0)]=function(_0x43ca44,_0x33ff71){return _0x43ca44!==_0x33ff71;},_0x2c8381[_0x4e0bfc(0xe8)]=_0x4e0bfc(0x15e),_0x2c8381[_0x4e0bfc(0x10f)]='jest',_0x2c8381[_0x4e0bfc(0x123)]='testcafe',_0x2c8381['XGQTV']=_0x4e0bfc(0x11b),_0x2c8381[_0x4e0bfc(0x199)]=_0x4e0bfc(0xf5),_0x2c8381[_0x4e0bfc(0x1d9)]=function(_0x160d11,_0x559e2e){return _0x160d11===_0x559e2e;},_0x2c8381['CngMm']='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x2c8381[_0x4e0bfc(0x144)]=_0x4e0bfc(0x164),_0x2c8381[_0x4e0bfc(0x1fb)]=_0x4e0bfc(0x22b),_0x2c8381['amdzv']=_0x4e0bfc(0x18e),_0x2c8381[_0x4e0bfc(0x1a5)]=_0x4e0bfc(0xf2),_0x2c8381[_0x4e0bfc(0x155)]=function(_0x5d8502,_0x28ee03){return _0x5d8502===_0x28ee03;},_0x2c8381['vsxhy']='scan',_0x2c8381[_0x4e0bfc(0xe2)]=_0x4e0bfc(0x20b);const _0x213e98=_0x2c8381;if(_0x213e98[_0x4e0bfc(0x2c0)](_0x59e710[_0x4e0bfc(0x1fc)],_0x213e98[_0x4e0bfc(0xe8)])&&_0x213e98[_0x4e0bfc(0x2c0)](_0x59e710[_0x4e0bfc(0x1fc)],_0x213e98['GGmTz'])&&_0x213e98[_0x4e0bfc(0x2c0)](_0x59e710[_0x4e0bfc(0x1fc)],_0x213e98[_0x4e0bfc(0x123)])){logger[_0x4e0bfc(0xe3)](_0x4e0bfc(0x1bd)+_0x59e710['testFramework']+')');return;}logger['debug'](_0x4e0bfc(0x284)+(_0x59e710['commandName']||_0x213e98[_0x4e0bfc(0x2ad)])+',\x20framework='+_0x59e710[_0x4e0bfc(0x1fc)]);try{const _0x35c303=_0x59e710[_0x4e0bfc(0x113)]||AutomationFramework[_0x4e0bfc(0x259)](),_0xef3bf1=TestFramework['getTrackedInstance'](),_0x27fb50=_0x59e710['commandName']||_0x59e710[_0x4e0bfc(0x2a1)]?.[_0x4e0bfc(0x169)]();if(!_0x27fb50){logger['debug'](_0x213e98[_0x4e0bfc(0x199)]);return;}if(!this[_0x4e0bfc(0x254)]()){logger[_0x4e0bfc(0xe3)](_0x4e0bfc(0x13b)+_0x27fb50);return;}if(!this['shouldScanForCommand'](_0x27fb50)){logger[_0x4e0bfc(0xe3)](_0x4e0bfc(0x294)+_0x27fb50+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x4b8fff=_0x59e710['page']||global['__workerDetails']?.[_0x4e0bfc(0x1d8)];if(!_0x4b8fff){logger[_0x4e0bfc(0xe3)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x27fb50);return;}let _0x32f7f5='',_0x3b756e=null;if(_0x213e98[_0x4e0bfc(0x1d9)](_0x59e710[_0x4e0bfc(0x1fc)],_0x213e98[_0x4e0bfc(0x10f)])){_0x3b756e=_0x59e710[_0x4e0bfc(0x16c)]?.[_0x4e0bfc(0x2c5)]||_0x59e710[_0x4e0bfc(0x16c)]?.['id']||global[_0x4e0bfc(0x14d)];if(!_0x3b756e){logger[_0x4e0bfc(0x13a)](_0x213e98['CngMm']);return;}try{const _0x3c2e01=await GrpcClient[_0x4e0bfc(0x2b3)]()[_0x4e0bfc(0x19c)](process[_0x4e0bfc(0x1e1)][_0x4e0bfc(0x1a9)],_0x213e98[_0x4e0bfc(0x144)],_0x213e98[_0x4e0bfc(0x1fb)],_0x3b756e),_0x5ce649=AccessibilityModule[_0x4e0bfc(0x2d9)](null,_0x3c2e01);_0x32f7f5=_0x5ce649?.['thTestRunUuid']||'',logger[_0x4e0bfc(0xe3)](_0x4e0bfc(0x289)+_0x32f7f5+_0x4e0bfc(0x20f)+_0x3b756e);}catch(_0x508b5){logger[_0x4e0bfc(0x2f0)](_0x4e0bfc(0x26e)+_0x508b5[_0x4e0bfc(0x2e5)]);return;}}else _0x32f7f5=this['getCapabilityValue'](_0x213e98['amdzv'])||'',!_0x32f7f5&&this[_0x4e0bfc(0x1d3)]()&&(_0x32f7f5=accessibilityHelper[_0x4e0bfc(0x2de)]());const _0x4dc227=this['getCapabilityValue'](_0x213e98[_0x4e0bfc(0x1a5)])||this[_0x4e0bfc(0x203)][this[_0x4e0bfc(0x162)]]||null,_0x414412=process[_0x4e0bfc(0x1e1)][_0x4e0bfc(0x1f9)]||'',_0x3fcf2e=this[_0x4e0bfc(0x136)](_0x27fb50,_0x32f7f5,_0x4dc227,_0x414412),_0x5b7c85=_0x213e98['UfsHs'](_0x59e710[_0x4e0bfc(0x1fc)],_0x213e98[_0x4e0bfc(0x10f)])?await AccessibilityModule[_0x4e0bfc(0x264)](_0x213e98[_0x4e0bfc(0x109)],_0x32f7f5,_0x3b756e):await AccessibilityModule[_0x4e0bfc(0x264)](_0x213e98['vsxhy'],_0x32f7f5);logger['info']('ScanArgs:\x20'+(_0x3fcf2e?JSON[_0x4e0bfc(0x13f)](_0x3fcf2e):_0x213e98[_0x4e0bfc(0xe2)]));const _0x242445=CLIUtils[_0x4e0bfc(0xea)](_0x3fcf2e,_0x5b7c85);logger[_0x4e0bfc(0x1ea)](_0x4e0bfc(0xdd)+(_0x242445?JSON['stringify'](_0x242445):_0x213e98[_0x4e0bfc(0xe2)])),logger['debug'](_0x4e0bfc(0x2cd)+_0x27fb50);const _0x44b6a5=await this['performScanForCli'](_0x4b8fff,_0x32f7f5,_0x27fb50,_0x242445,this[_0x4e0bfc(0x14c)]);logger[_0x4e0bfc(0xe3)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x27fb50+',\x20\x0a\x20'+JSON[_0x4e0bfc(0x13f)](_0x44b6a5));}catch(_0x3fa926){logger[_0x4e0bfc(0x2f0)](_0x4e0bfc(0x218)+(_0x3fa926[_0x4e0bfc(0x1c5)]||_0x3fa926['message']));}}[a105_0x850153(0x130)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x31c3d3){const _0x1440c8=CLIUtils['getCurrentInstanceName']();this['accessibility']['set'](_0x1440c8,_0x31c3d3);}async[a105_0x850153(0x2aa)](_0x30eae2){const _0x56cf9e=a105_0x850153,_0x35e745={};_0x35e745[_0x56cf9e(0x15c)]=_0x56cf9e(0x11b);const _0x422361=_0x35e745;try{const _0x217677=_0x30eae2['instance']||AutomationFramework['getTrackedInstance'](),_0x3c51ef=_0x217677?.[_0x56cf9e(0x2a2)]?.()?.[_0x56cf9e(0x212)]?.(this[_0x56cf9e(0x189)])||![];if(_0x3c51ef)return;PerformanceTester[_0x56cf9e(0x273)](EVENTS[_0x56cf9e(0x1ad)]);const _0x341670=await GrpcClient[_0x56cf9e(0x2b3)]()[_0x56cf9e(0x1f5)](_0x30eae2);_0x341670&&_0x341670['getAccessibility']&&_0x341670[_0x56cf9e(0x1ee)]()&&_0x341670[_0x56cf9e(0x1ee)]()[_0x56cf9e(0x1b8)]()?(await this['loadAccessibilityConfig'](_0x341670,_0x30eae2),_0x217677?.[_0x56cf9e(0x2a2)]&&_0x217677[_0x56cf9e(0x2a2)]()[_0x56cf9e(0x290)](this[_0x56cf9e(0x189)],!![]),logger[_0x56cf9e(0xe3)](_0x56cf9e(0x128)+(_0x217677?.[_0x56cf9e(0x210)]?.()||_0x422361[_0x56cf9e(0x15c)])+_0x56cf9e(0x27a))):logger['debug']('[platform\x20-\x20'+(_0x217677?.[_0x56cf9e(0x210)]?.()||_0x422361[_0x56cf9e(0x15c)])+_0x56cf9e(0x2bd)),PerformanceTester['end'](EVENTS[_0x56cf9e(0x1ad)]);}catch(_0x44afd2){PerformanceTester[_0x56cf9e(0x20a)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x44afd2[_0x56cf9e(0x2e5)]),logger['error'](_0x56cf9e(0x145)+(_0x44afd2['stack']||_0x44afd2[_0x56cf9e(0x2e5)]));}}async[a105_0x850153(0x268)](_0x30c5fd,_0x32ba6e){const _0x30197f=a105_0x850153;await this['setAccessibilityConfig'](_0x30c5fd,_0x32ba6e);const _0x3d0e4e=_0x30c5fd[_0x30197f(0x1ee)]()[_0x30197f(0x167)]();if(_0x3d0e4e){const _0x71de96=_0x30c5fd[_0x30197f(0x127)]&&_0x30c5fd[_0x30197f(0x127)]();_0x71de96&&(this['accessibilityConfig'][this[_0x30197f(0x162)]]=_0x71de96[_0x30197f(0x2b0)]&&_0x71de96[_0x30197f(0x2b0)]());}}[a105_0x850153(0x19a)](_0x5b44b5){const _0x1427f3=a105_0x850153,_0x2ac5fd={};_0x2ac5fd['rokCY']=function(_0x5a6790,_0x121ad0){return _0x5a6790===_0x121ad0;};const _0x414c59=_0x2ac5fd;try{if(!_0x5b44b5)return![];const _0x3d2800=this[_0x1427f3(0x203)]?.[_0x1427f3(0x133)]?.['commandsToWrap']?.['commandsList']||[],_0x1d5f8d=_0x3d2800[_0x1427f3(0x17a)](_0x1b56ed=>{const _0x4b3b0f=_0x1427f3;return _0x1b56ed[_0x4b3b0f(0xf0)]&&_0x414c59['rokCY'](_0x1b56ed[_0x4b3b0f(0xf0)][_0x4b3b0f(0x217)](),_0x5b44b5[_0x4b3b0f(0x217)]());});return logger[_0x1427f3(0xe3)](_0x1427f3(0x121)+_0x5b44b5+'\x20->\x20'+_0x1d5f8d+_0x1427f3(0x1b5)+JSON[_0x1427f3(0x13f)](_0x3d2800[_0x1427f3(0x1f6)](_0x2f0703=>_0x2f0703[_0x1427f3(0xf0)]))),_0x1d5f8d;}catch(_0x179682){return logger[_0x1427f3(0xe3)](_0x1427f3(0x21c)+_0x179682[_0x1427f3(0x2e5)]),![];}}[a105_0x850153(0x16b)](_0x2d262f){const _0x3f8a5e=a105_0x850153,_0xdad86d={};_0xdad86d[_0x3f8a5e(0x287)]=function(_0x2ce0a,_0x17c5f9){return _0x2ce0a===_0x17c5f9;},_0xdad86d[_0x3f8a5e(0x257)]=_0x3f8a5e(0x1d1),_0xdad86d[_0x3f8a5e(0x2b2)]=_0x3f8a5e(0x13e);const _0x1d3ed3=_0xdad86d,_0x5580f6=_0x2d262f[_0x3f8a5e(0x1a2)]&&_0x2d262f[_0x3f8a5e(0x1a2)]();return _0x5580f6&&_0x1d3ed3['TTXZT'](typeof _0x5580f6,_0x1d3ed3[_0x3f8a5e(0x257)])&&_0x5580f6[_0x3f8a5e(0x17f)](_0x1d3ed3[_0x3f8a5e(0x2b2)]);}[a105_0x850153(0x2bb)](_0x5b0fd7){const _0x2e0550=a105_0x850153,_0x5c9e63={};_0x5c9e63[_0x2e0550(0x28b)]=function(_0x397564,_0x3873a6){return _0x397564!==_0x3873a6;},_0x5c9e63[_0x2e0550(0x2e6)]='string',_0x5c9e63[_0x2e0550(0x2c7)]=_0x2e0550(0x164),_0x5c9e63[_0x2e0550(0x225)]=_0x2e0550(0x22b),_0x5c9e63['EPhiU']=_0x2e0550(0x23b),_0x5c9e63['IBsVA']=_0x2e0550(0x236);const _0x45918d=_0x5c9e63,_0x594214=_0x5b0fd7[_0x2e0550(0x1a2)]&&_0x5b0fd7[_0x2e0550(0x1a2)]();if(!_0x594214||_0x45918d[_0x2e0550(0x28b)](typeof _0x594214,_0x45918d[_0x2e0550(0x2e6)]))return![];return _0x594214[_0x2e0550(0x17f)](_0x45918d[_0x2e0550(0x2c7)])||_0x594214[_0x2e0550(0x17f)](_0x45918d['CboTh'])||_0x594214[_0x2e0550(0x17f)](_0x45918d[_0x2e0550(0x139)])||_0x594214[_0x2e0550(0x17f)](_0x45918d[_0x2e0550(0x175)]);}[a105_0x850153(0x1d3)](){const _0x20cbaa=a105_0x850153,_0x1aa04d={'YuIPw':function(_0x5c9e08,_0x4718fc){return _0x5c9e08===_0x4718fc;},'Runsy':_0x20cbaa(0x22d),'wzqra':function(_0x5e1bbe,_0x2e7270){return _0x5e1bbe(_0x2e7270);},'FRrnv':_0x20cbaa(0x2bf),'Srakl':function(_0x5d5cef,_0x87ddf2){return _0x5d5cef(_0x87ddf2);},'ZRydn':_0x20cbaa(0x214),'qcckS':function(_0x5005a1,_0x568da1){return _0x5005a1===_0x568da1;},'fXPtf':_0x20cbaa(0x1fe),'ijtmK':'chrome'};try{const _0x5b788f=this[_0x20cbaa(0x203)]?.[_0x20cbaa(0x133)]?.[_0x20cbaa(0x18f)]||[],_0x2db275=_0x20da25=>{const _0x1e0204=_0x20cbaa,_0x36daf8=_0x5b788f[_0x1e0204(0x148)](_0x4c0593=>(typeof _0x4c0593[_0x1e0204(0x169)]===_0x1e0204(0x22d)?_0x4c0593[_0x1e0204(0x169)]():_0x4c0593['name'])===_0x20da25);return _0x36daf8?_0x1aa04d[_0x1e0204(0x119)](typeof _0x36daf8['getValue'],_0x1aa04d[_0x1e0204(0x1ce)])?_0x36daf8[_0x1e0204(0x17b)]():_0x36daf8[_0x1e0204(0x2db)]:null;},_0x562681=_0x1aa04d[_0x20cbaa(0x2f5)](_0x2db275,_0x1aa04d[_0x20cbaa(0x1b0)]),_0x175689=_0x1aa04d[_0x20cbaa(0x129)](_0x2db275,_0x1aa04d[_0x20cbaa(0x2a0)]),_0xea275f=global[_0x20cbaa(0x1c6)]||_0x562681&&_0x1aa04d['qcckS'](_0x1aa04d[_0x20cbaa(0x129)](String,_0x562681)[_0x20cbaa(0x217)](),_0x1aa04d[_0x20cbaa(0x1af)])&&_0x175689&&_0x1aa04d[_0x20cbaa(0x2f5)](String,_0x175689)[_0x20cbaa(0x217)]()[_0x20cbaa(0x17f)](_0x1aa04d[_0x20cbaa(0x17d)]);if(!_0xea275f)return![];if(!accessibilityHelper[_0x20cbaa(0x269)]())return!this[_0x20cbaa(0x1b9)]&&(logger[_0x20cbaa(0x13a)](accessibilityHelper[_0x20cbaa(0xf3)]),this[_0x20cbaa(0x1b9)]=!![]),![];return!![];}catch(_0x51b33f){return logger[_0x20cbaa(0xe3)](_0x20cbaa(0x207)+_0x51b33f['message']),![];}}[a105_0x850153(0x136)](_0x65d25b,_0x4ac5b3,_0x2ba057,_0x353e61){const _0x2ffe6e=a105_0x850153,_0x4df087={};_0x4df087[_0x2ffe6e(0x242)]=function(_0x10ded5,_0x2a09c8){return _0x10ded5||_0x2a09c8;},_0x4df087[_0x2ffe6e(0x28d)]=function(_0x11291c,_0x1eb989){return _0x11291c&&_0x1eb989;},_0x4df087[_0x2ffe6e(0x161)]=function(_0x33ac37,_0x5841bb){return _0x33ac37||_0x5841bb;},_0x4df087[_0x2ffe6e(0xdc)]=function(_0x1827ec,_0x285f75){return _0x1827ec||_0x285f75;},_0x4df087[_0x2ffe6e(0x2a4)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x579816=_0x4df087;let _0x21c358=_0x579816[_0x2ffe6e(0x242)](_0x4ac5b3,'');const _0x21e645=!this['isAppAccessibility']&&this[_0x2ffe6e(0x1d3)]();_0x579816[_0x2ffe6e(0x28d)](_0x21e645,!_0x21c358)&&(_0x21c358=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x584f0e={'command':_0x65d25b,'thTestRunUuid':_0x21c358,'thBuildUuid':_0x579816[_0x2ffe6e(0x161)](_0x2ba057,''),'thJwtToken':_0x579816[_0x2ffe6e(0xdc)](_0x353e61,''),'timestamp':new Date()[_0x2ffe6e(0x158)]()};return _0x21e645&&(_0x584f0e[_0x2ffe6e(0x226)]=!![],logger[_0x2ffe6e(0xe3)](_0x579816[_0x2ffe6e(0x2a4)])),_0x584f0e;}[a105_0x850153(0x1b3)](_0x2250f7){const _0xa4e506=a105_0x850153,_0x3fa54b={};_0x3fa54b['hACHs']=function(_0x3b1742,_0x59c464){return _0x3b1742||_0x59c464;};const _0x190925=_0x3fa54b;try{const _0x31baa0=this[_0xa4e506(0x203)]?.[_0xa4e506(0x133)]?.[_0xa4e506(0x138)]||[],_0x45d91a=_0x31baa0[_0xa4e506(0x148)](_0x1021ea=>_0x1021ea['name']===_0x2250f7);return _0x190925['hACHs'](_0x45d91a,null);}catch(_0x5ec164){return logger[_0xa4e506(0xe3)](_0xa4e506(0x112)+_0x2250f7+':\x20'+_0x5ec164[_0xa4e506(0x2e5)]),null;}}async[a105_0x850153(0xfc)](_0x30f9a9,_0x1dcc88,_0x3b3819=null){const _0x2b8a7a=a105_0x850153,_0x3752ce={'wqADe':function(_0x204712,_0x6e2182){return _0x204712(_0x6e2182);},'BxZhT':'../../playwright/accessibility-helper'};try{if(!_0x30f9a9)return logger[_0x2b8a7a(0xe3)](_0x2b8a7a(0x166)+_0x1dcc88),null;const _0x3dd04e=this[_0x2b8a7a(0x1b3)](_0x1dcc88);if(!_0x3dd04e||!_0x3dd04e[_0x2b8a7a(0x2a1)])return logger[_0x2b8a7a(0xe3)]('executeScriptByName:\x20No\x20'+_0x1dcc88+_0x2b8a7a(0xe0)),null;logger[_0x2b8a7a(0xe3)](_0x2b8a7a(0x165)+_0x1dcc88+'\x20accessibility\x20script\x20on\x20page');const _0x53cb3f=_0x3752ce[_0x2b8a7a(0x1b7)](require,_0x3752ce[_0x2b8a7a(0x12a)]),_0x25be10=_0x3b3819?await _0x53cb3f[_0x2b8a7a(0x277)](_0x30f9a9,_0x3dd04e[_0x2b8a7a(0x2a1)],_0x3b3819):await _0x53cb3f[_0x2b8a7a(0x277)](_0x30f9a9,_0x3dd04e[_0x2b8a7a(0x2a1)]);return _0x25be10;}catch(_0x1e3d62){return logger[_0x2b8a7a(0x2f0)]('Error\x20executing\x20script\x20'+_0x1dcc88+':\x20'+(_0x1e3d62[_0x2b8a7a(0x1c5)]||_0x1e3d62['message'])),null;}}async[a105_0x850153(0x163)](_0x457f15,_0x5deaea,_0x529547,_0xc89500,_0x495492,_0x39af5b=a105_0x850153(0x1bb)){const _0x5ee618=a105_0x850153,_0x5f02e9={'BzkiN':function(_0x1421d0,_0x2ac271){return _0x1421d0===_0x2ac271;},'fkCfW':'scan','zMDvw':function(_0x5af60e,_0x12385e){return _0x5af60e(_0x12385e);},'XLCkm':_0x5ee618(0x185)};try{logger[_0x5ee618(0xe3)](_0x5ee618(0x1ef)+_0x529547+_0x5ee618(0x25a)+_0x39af5b);const _0x14f2c3=this[_0x5ee618(0x1b3)](_0x39af5b);if(!_0x14f2c3||!_0x14f2c3[_0x5ee618(0x2a1)]){logger['debug'](_0x5ee618(0x248)+_0x39af5b+_0x5ee618(0x29e));return;}if(_0x5f02e9[_0x5ee618(0x249)](_0x39af5b,_0x5f02e9[_0x5ee618(0x24e)])){const _0x5c856a=_0x5f02e9[_0x5ee618(0x19b)](require,_0x5f02e9[_0x5ee618(0x250)]),_0xfa8dd0={};_0xfa8dd0[_0x5ee618(0x2a1)]=_0x529547;const _0x50251b=await PerformanceTester[_0x5ee618(0x1d5)](PerformanceA11yEvents[_0x5ee618(0x1a8)],async()=>{const _0xad1e6a=_0x5ee618;return await _0x5c856a[_0xad1e6a(0x277)](_0x457f15,_0x14f2c3['command'],_0xc89500);},_0xfa8dd0)();return logger['info'](_0x5ee618(0x1a4)+_0x39af5b+_0x5ee618(0x23d)+_0x529547+':\x20'+util['format'](_0x50251b)),_0x50251b;}const _0x36df0d=_0x5f02e9[_0x5ee618(0x19b)](require,_0x5f02e9[_0x5ee618(0x250)]),_0x4d4e34=await PerformanceTester[_0x5ee618(0x1d5)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x119d6f=_0x5ee618;return await _0x36df0d[_0x119d6f(0x277)](_0x457f15,_0x14f2c3['command'],_0xc89500);})();return logger[_0x5ee618(0x1ea)]('Page\x20'+_0x39af5b+_0x5ee618(0x23d)+_0x529547+':\x20'+util[_0x5ee618(0x255)](_0x4d4e34)),_0x4d4e34;}catch(_0xc64c1b){logger[_0x5ee618(0x2f0)](_0x5ee618(0x244)+_0x39af5b+':\x20'+(_0xc64c1b['stack']||_0xc64c1b[_0x5ee618(0x2e5)]));}}async[a105_0x850153(0x16f)](_0x26817f){const _0x42f09d=a105_0x850153,_0x57e84f={'vfKXz':function(_0x2083f6,_0x4f1a33){return _0x2083f6(_0x4f1a33);},'rwECk':_0x42f09d(0x202)};try{const _0x11ec94=_0x57e84f[_0x42f09d(0x229)](require,_0x57e84f[_0x42f09d(0x1e3)]);return await _0x11ec94[_0x42f09d(0x2bc)](_0x26817f);}catch(_0x311411){return logger[_0x42f09d(0x2f0)](_0x42f09d(0x261)+(_0x311411['stack']||_0x311411[_0x42f09d(0x2e5)])),![];}}[a105_0x850153(0x120)](_0x39f807,_0x3b567b,_0x33601b){const _0xe43bf=a105_0x850153,_0x5ad774={'SBINu':function(_0x1d1afd,_0x3c18eb){return _0x1d1afd(_0x3c18eb);},'rbGIX':_0xe43bf(0x185),'eWegR':_0xe43bf(0x1dd),'CkiyY':_0xe43bf(0xe7)};try{const _0x341183=_0x5ad774[_0xe43bf(0x26f)](require,_0x5ad774[_0xe43bf(0x13d)]);_0x341183[_0xe43bf(0x120)](_0x39f807,_0x3b567b,_0x33601b);const _0x5cb05a=JSON[_0xe43bf(0x13f)](_0x39f807)[_0xe43bf(0x22a)](/"browserstack\.user":"[^"]*"/g,_0x5ad774[_0xe43bf(0x2d1)])[_0xe43bf(0x22a)](/"browserstack\.key":"[^"]*"/g,_0x5ad774[_0xe43bf(0x22c)]);logger[_0xe43bf(0xe3)]('Processed\x20accessibility\x20caps\x20'+global[_0xe43bf(0x151)]+'\x20'+_0x5cb05a);}catch(_0x21768c){logger[_0xe43bf(0x2f0)](_0xe43bf(0x25f)+(_0x21768c[_0xe43bf(0x1c5)]||_0x21768c[_0xe43bf(0x2e5)]));}}async[a105_0x850153(0x2c3)]({fetchFn:_0xa60e70,isNonEmpty:_0x25d3ad,resultDetail:_0x4be603,totalMs:_0x1e93e8,intervalMs:_0x4151d5,name:_0x29628e}){const _0x5c952c=a105_0x850153,_0x1dbd3e={'oebHE':function(_0x34d1ad,_0x123686){return _0x34d1ad+_0x123686;},'Sjabk':function(_0x4c52a5,_0x5ddd89){return _0x4c52a5<_0x5ddd89;},'yIyST':function(_0x1feb33){return _0x1feb33();},'XTqOz':function(_0x688bff,_0x28206b){return _0x688bff(_0x28206b);},'PjieK':function(_0x5402d9,_0x56bda6){return _0x5402d9>=_0x56bda6;},'SiDlQ':function(_0x3ac135,_0x32a2a3){return _0x3ac135+_0x32a2a3;},'hVcYo':function(_0x464b80,_0x563e62){return _0x464b80-_0x563e62;}},_0x408109=Date[_0x5c952c(0x27f)](),_0x1a2dc3=_0x1dbd3e[_0x5c952c(0x282)](_0x408109,_0x1e93e8);let _0x3c2acb=0x0,_0x365303=null,_0x19e310=![];while(_0x1dbd3e[_0x5c952c(0x241)](Date['now'](),_0x1a2dc3)){_0x3c2acb++,_0x365303=await _0x1dbd3e[_0x5c952c(0x160)](_0xa60e70),_0x19e310=_0x1dbd3e[_0x5c952c(0x1f8)](_0x25d3ad,_0x365303),logger[_0x5c952c(0xe3)]('['+_0x29628e+_0x5c952c(0x12e)+_0x3c2acb+'\x20'+_0x1dbd3e[_0x5c952c(0x1f8)](_0x4be603,_0x365303));if(_0x19e310)break;if(_0x1dbd3e[_0x5c952c(0x24a)](_0x1dbd3e['SiDlQ'](Date[_0x5c952c(0x27f)](),_0x4151d5),_0x1a2dc3))break;await new Promise(_0x5020c6=>setTimeout(_0x5020c6,_0x4151d5));}return!_0x19e310&&logger['warn']('['+_0x29628e+']\x20polled\x20'+_0x3c2acb+_0x5c952c(0x234)+_0x1dbd3e['hVcYo'](Date[_0x5c952c(0x27f)](),_0x408109)+_0x5c952c(0x2b1)+_0x1dbd3e[_0x5c952c(0x1f8)](_0x4be603,_0x365303)+_0x5c952c(0x2c4)),_0x365303;}async[a105_0x850153(0x239)](_0x584621){const _0x46116d=a105_0x850153,_0x3ca7df={};_0x3ca7df[_0x46116d(0x2c2)]=_0x46116d(0x223),_0x3ca7df['KAxpY']=function(_0x206d7a,_0x833c3a){return _0x206d7a>_0x833c3a;},_0x3ca7df['PstSa']='AccessibilityModule.getResults';const _0x49be9f=_0x3ca7df;try{if(!this[_0x46116d(0x254)]())return logger[_0x46116d(0x13a)](_0x49be9f['wicjw']),[];const _0x204a21=this['isMobileWebSession']()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x49be9f[_0x46116d(0x2d2)](Object['keys'](_0x204a21)[_0x46116d(0x181)],0x0)&&logger[_0x46116d(0xe3)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON['stringify'](_0x204a21));const _0x1c35fa=await this[_0x46116d(0x2c3)]({'fetchFn':()=>Object[_0x46116d(0x2e0)](_0x204a21)['length']>0x0?this['executeScriptByName'](_0x584621,_0x46116d(0x23b),_0x204a21):this[_0x46116d(0xfc)](_0x584621,_0x46116d(0x23b)),'isNonEmpty':_0x1b238d=>Array[_0x46116d(0x1ba)](_0x1b238d)&&_0x1b238d['length']>0x0,'resultDetail':_0x2ae5b2=>_0x46116d(0x124)+(Array[_0x46116d(0x1ba)](_0x2ae5b2)?_0x2ae5b2[_0x46116d(0x181)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x49be9f[_0x46116d(0x251)]});return _0x1c35fa||[];}catch(_0x21c321){return logger[_0x46116d(0x2f0)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x21c321['stack']||_0x21c321[_0x46116d(0x2e5)])),[];}}async['getAccessibilityResultsSummary'](_0x1626ce){const _0x4478b6=a105_0x850153,_0x267f3c={'ckkSh':function(_0x2be985,_0x1ebb8b,_0x3675a1){return _0x2be985(_0x1ebb8b,_0x3675a1);},'GzRKI':_0x4478b6(0x1bb),'AnufK':function(_0x4b0734,_0x482637){return _0x4b0734(_0x482637);},'hKcnH':_0x4478b6(0x141),'GYZxt':_0x4478b6(0x2a8),'txOaH':function(_0x4e2878,_0xe80266){return _0x4e2878(_0xe80266);},'eFPQy':_0x4478b6(0x2e3),'OmBHD':function(_0x2d4ecd,_0x3ac630){return _0x2d4ecd===_0x3ac630;},'XARwT':_0x4478b6(0x27d),'AMsUi':_0x4478b6(0x2e4),'LcIAL':'accessibility','tDZCK':_0x4478b6(0xf2),'jeqNY':_0x4478b6(0x21f),'toWZs':_0x4478b6(0x18e),'EgdEe':_0x4478b6(0x1ca),'tlswX':_0x4478b6(0x18a),'VGmSb':'AccessibilityModule.getResultsSummary','bhzMG':_0x4478b6(0x2dc),'FAWME':_0x4478b6(0x1cc)};try{if(!this[_0x4478b6(0x254)]())return logger['warn'](_0x267f3c[_0x4478b6(0x1e0)]),{};const _0x29a24c=_0x267f3c[_0x4478b6(0x216)](require,_0x267f3c['eFPQy']),_0x3ab728=_0x29a24c['getTestFrameworkDetail'](),_0xdb1a01=_0x267f3c[_0x4478b6(0x2a7)](_0x3ab728?.[_0x4478b6(0xf0)]?.[_0x4478b6(0x217)](),_0x267f3c[_0x4478b6(0x2a9)]);let _0x5cc6a7='',_0x1259ba=null,_0x3e949d=null;if(_0xdb1a01){_0x1259ba=global[_0x4478b6(0x14d)]||global[_0x4478b6(0x153)]?.[_0x4478b6(0x11a)]?.[_0x4478b6(0x2c5)]||global[_0x4478b6(0x153)]?.['currentTest']?.['id'];if(!_0x1259ba)return logger['warn'](_0x267f3c[_0x4478b6(0x2be)]),{};try{const _0x3557d3=await GrpcClient['getInstance']()[_0x4478b6(0x19c)](process[_0x4478b6(0x1e1)][_0x4478b6(0x1a9)],_0x267f3c[_0x4478b6(0x118)],_0x267f3c[_0x4478b6(0x2d7)],_0x1259ba),_0x427639=AccessibilityModule[_0x4478b6(0x2d9)](null,_0x3557d3);_0x5cc6a7=_0x427639?.[_0x4478b6(0x2f3)]||'',logger[_0x4478b6(0xe3)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x5cc6a7+_0x4478b6(0x20f)+_0x1259ba);const _0x574bb5=await AccessibilityModule[_0x4478b6(0x264)](_0x267f3c[_0x4478b6(0x2d7)],_0x5cc6a7,_0x1259ba),_0x27c7ec=this[_0x4478b6(0x11f)](_0x267f3c[_0x4478b6(0x1d4)])||this[_0x4478b6(0x203)][this[_0x4478b6(0x162)]]||null,_0x5bbd97=process[_0x4478b6(0x1e1)][_0x4478b6(0x1f9)]||'',_0xc883dc=this['getParamsForScanForCli'](_0x267f3c[_0x4478b6(0x2d0)],_0x5cc6a7,_0x27c7ec,_0x5bbd97);_0x3e949d=_0x29a24c[_0x4478b6(0xea)](_0xc883dc,_0x574bb5),logger['debug'](_0x4478b6(0x135)+JSON[_0x4478b6(0x13f)](_0x3e949d));}catch(_0x28e203){return logger['error'](_0x4478b6(0x24b)+_0x28e203[_0x4478b6(0x2e5)]),{};}}else{_0x5cc6a7=this[_0x4478b6(0x11f)](_0x267f3c[_0x4478b6(0xe6)])||'';!_0x5cc6a7&&this[_0x4478b6(0x1d3)]()&&(_0x5cc6a7=accessibilityHelper[_0x4478b6(0x2de)]());const _0x582e2e=this[_0x4478b6(0x11f)](_0x267f3c[_0x4478b6(0x1d4)])||this['accessibilityConfig'][this[_0x4478b6(0x162)]]||null,_0x34e920=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';_0x3e949d=this[_0x4478b6(0x136)](_0x267f3c[_0x4478b6(0x2d0)],_0x5cc6a7,_0x582e2e,_0x34e920);}logger[_0x4478b6(0xe3)](_0x267f3c['EgdEe']);const _0x539310=0x15f90,_0x9ae340=0x1388;try{await PerformanceTester[_0x4478b6(0x1d5)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x104db4=_0x4478b6,_0x3b9e47={'oENzu':function(_0x394547,_0x3bf7c8,_0x1e1359){const _0x3610bc=a105_0x527e;return _0x267f3c[_0x3610bc(0x233)](_0x394547,_0x3bf7c8,_0x1e1359);}},_0x51e656=this[_0x104db4(0xfc)](_0x1626ce,_0x267f3c[_0x104db4(0x28c)],_0x3e949d);let _0x2af99e;const _0x268435=new Promise((_0x4ed28f,_0x51f205)=>{const _0x557d91=_0x104db4;_0x2af99e=_0x3b9e47[_0x557d91(0x1c2)](setTimeout,()=>_0x51f205(new Error(_0x557d91(0xf6)+_0x539310+'ms')),_0x539310);});try{const _0x58d227=await Promise['race']([_0x51e656,_0x268435]);logger[_0x104db4(0xe3)]('Scan\x20result:\x20'+util[_0x104db4(0x255)](_0x58d227));}finally{_0x267f3c[_0x104db4(0xe4)](clearTimeout,_0x2af99e);}},{'command':_0x267f3c['jeqNY']})();}catch(_0x2294cd){logger[_0x4478b6(0x13a)](_0x4478b6(0x13c)+_0x2294cd[_0x4478b6(0x2e5)]+_0x4478b6(0x14f)),global[_0x4478b6(0x1c9)]={'reason':_0x267f3c['tlswX'],'at':Date[_0x4478b6(0x27f)](),'where':_0x267f3c[_0x4478b6(0x108)]},await new Promise(_0x4898b5=>setTimeout(_0x4898b5,_0x9ae340)),logger[_0x4478b6(0xe3)]('[AccessibilityModule.getResultsSummary]\x20waited\x20'+_0x9ae340+_0x4478b6(0x275));}const _0x12c518=await this[_0x4478b6(0x2c3)]({'fetchFn':()=>PerformanceTester[_0x4478b6(0x1d5)](PerformanceA11yEvents[_0x4478b6(0x1a7)],async()=>{const _0x534281=_0x4478b6;return await this[_0x534281(0xfc)](_0x1626ce,_0x267f3c[_0x534281(0x2d7)],_0x3e949d);})(),'isNonEmpty':_0x595c7b=>_0x595c7b&&typeof _0x595c7b[_0x4478b6(0x2eb)]===_0x4478b6(0x1f4)&&_0x595c7b[_0x4478b6(0x2eb)]>0x0,'resultDetail':_0x4e2cbf=>'totalIssueCount='+(_0x4e2cbf&&typeof _0x4e2cbf[_0x4478b6(0x2eb)]===_0x4478b6(0x1f4)?_0x4e2cbf['totalIssueCount']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x267f3c['VGmSb']});if(!_0x12c518)return logger['debug'](_0x267f3c[_0x4478b6(0x21a)]),{};return _0x267f3c[_0x4478b6(0x2a7)](typeof _0x12c518,_0x267f3c['FAWME'])&&global[_0x4478b6(0x1c9)]&&(_0x12c518['degraded']=!![],_0x12c518[_0x4478b6(0x195)]=global[_0x4478b6(0x1c9)][_0x4478b6(0x25e)]),_0x12c518;}catch(_0x4af4b1){return logger['error'](_0x4478b6(0x12c)+(_0x4af4b1[_0x4478b6(0x1c5)]||_0x4af4b1[_0x4478b6(0x2e5)])),{};}}async['performPageScan'](_0x1d02d8,_0x5d5ff9,_0x269049=null){const _0xe1ae44=a105_0x850153,_0x19994c={};_0x19994c[_0xe1ae44(0x2af)]=_0xe1ae44(0x1c8),_0x19994c['OgAAW']=_0xe1ae44(0x28e),_0x19994c[_0xe1ae44(0x1bc)]=_0xe1ae44(0x21d);const _0x3d02be=_0x19994c;try{if(!_0x1d02d8)return logger[_0xe1ae44(0xe3)](_0x3d02be[_0xe1ae44(0x2af)]),null;if(!_0x5d5ff9)return logger[_0xe1ae44(0xe3)](_0x3d02be['OgAAW']),null;logger[_0xe1ae44(0xe3)](_0x3d02be['IcDde']);const _0x3fc5b2=_0x269049?await _0x1d02d8[_0xe1ae44(0x228)](_0x5d5ff9,_0x269049):await _0x1d02d8[_0xe1ae44(0x228)](_0x5d5ff9);return _0x3fc5b2;}catch(_0x24a808){return logger[_0xe1ae44(0x2f0)](_0xe1ae44(0x23c)+(_0x24a808[_0xe1ae44(0x1c5)]||_0x24a808[_0xe1ae44(0x2e5)])),null;}}static[a105_0x850153(0x2d9)](_0x548716,_0x4b137d){const _0x54107d=a105_0x850153,_0x4b29d4={};_0x4b29d4[_0x54107d(0x222)]=_0x54107d(0x235);const _0x3ef3b9=_0x4b29d4,_0x4a9ddf={};_0x4a9ddf[_0x54107d(0x2f3)]=_0x548716;const _0xbbbd94=_0x4a9ddf;let _0x3ff59a={};if(_0x4b137d[_0x54107d(0x1b8)]()&&_0x4b137d['hasAccessibilityExecuteParams']())try{_0x3ff59a=JSON[_0x54107d(0x1c3)](new Buffer(_0x4b137d[_0x54107d(0x2ab)]())[_0x54107d(0x2ce)](_0x3ef3b9[_0x54107d(0x222)]));}catch(_0xa7c841){logger[_0x54107d(0x2f0)](_0x54107d(0x1a1)+_0xa7c841['message']),_0x3ff59a={};}return CLIUtils[_0x54107d(0xea)](_0xbbbd94,_0x3ff59a);}static async[a105_0x850153(0x264)](_0x32d48d,_0x3cc305='',_0x47d9e5=null){const _0x12cf6f=a105_0x850153,_0x10770a={};_0x10770a[_0x12cf6f(0x14e)]=_0x12cf6f(0x240),_0x10770a['RMkJc']=_0x12cf6f(0x164);const _0x308c16=_0x10770a;try{if(!_0x47d9e5&&AccessibilityModule[_0x12cf6f(0x15f)])return AccessibilityModule[_0x12cf6f(0x16a)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x12cf6f(0x2f0)](_0x308c16['XUaLF']),{};const _0x471a3d=await GrpcClient['getInstance']()[_0x12cf6f(0x19c)](process['env'][_0x12cf6f(0x1a9)],_0x308c16['RMkJc'],_0x32d48d,_0x47d9e5),_0x16f6b1=_0x47d9e5?AccessibilityModule['loadDriverExecuteParams'](null,_0x471a3d)?.['thTestRunUuid']||_0x3cc305:_0x3cc305,_0x285b9a=AccessibilityModule[_0x12cf6f(0x2d9)](_0x16f6b1,_0x471a3d);return!_0x47d9e5&&(AccessibilityModule[_0x12cf6f(0x16a)]=_0x285b9a,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x285b9a;}catch(_0x2bd814){return logger['error']('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x32d48d+':\x20'+(_0x2bd814[_0x12cf6f(0x1c5)]||_0x2bd814['message'])),{};}}};module[a105_0x850153(0x103)]=AccessibilityModule;
1
+ const a103_0x4b551a=a103_0x117f;(function(_0x421d4f,_0x158f16){const _0x11270a=a103_0x117f,_0x4d08f8=_0x421d4f();while(!![]){try{const _0x3e0ce1=-parseInt(_0x11270a(0x2d1))/0x1*(-parseInt(_0x11270a(0x1c8))/0x2)+-parseInt(_0x11270a(0x369))/0x3*(parseInt(_0x11270a(0x2b4))/0x4)+parseInt(_0x11270a(0x2b2))/0x5*(-parseInt(_0x11270a(0x235))/0x6)+-parseInt(_0x11270a(0x21e))/0x7+parseInt(_0x11270a(0x2d8))/0x8+parseInt(_0x11270a(0x27b))/0x9+parseInt(_0x11270a(0x216))/0xa;if(_0x3e0ce1===_0x158f16)break;else _0x4d08f8['push'](_0x4d08f8['shift']());}catch(_0x56d276){_0x4d08f8['push'](_0x4d08f8['shift']());}}}(a103_0x1c9c,0x29369));function a103_0x117f(_0x506d5d,_0x37ff8b){const _0x1c9c89=a103_0x1c9c();return a103_0x117f=function(_0x117f37,_0x1558fb){_0x117f37=_0x117f37-0x1c0;let _0x4cad34=_0x1c9c89[_0x117f37];return _0x4cad34;},a103_0x117f(_0x506d5d,_0x37ff8b);}const BaseModule=require('./baseModule'),{createClassLogger}=require(a103_0x4b551a(0x1f2)),CLIUtils=require(a103_0x4b551a(0x3c9)),AutomationFramework=require(a103_0x4b551a(0x2a8)),TestFramework=require(a103_0x4b551a(0x372)),AutomationFrameworkState=require(a103_0x4b551a(0x2df)),HookState=require(a103_0x4b551a(0x274)),GrpcClient=require(a103_0x4b551a(0x3bc)),scripts=require(a103_0x4b551a(0x2dd)),logger=createClassLogger(a103_0x4b551a(0x3d5)),PerformanceTester=require(a103_0x4b551a(0x335)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a103_0x4b551a(0x1ef)),{nestedKeyValue,isUndefined}=require(a103_0x4b551a(0x1c4)),util=require(a103_0x4b551a(0x34e)),TestInfo=require(a103_0x4b551a(0x308)),TestFrameworkConstants=require(a103_0x4b551a(0x1d7)),accessibilityHelper=require(a103_0x4b551a(0x285));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a103_0x4b551a(0x257)];static [a103_0x4b551a(0x3ba)]=![];static [a103_0x4b551a(0x1e6)]={};constructor(_0x6bbb76){const _0x3614bc=a103_0x4b551a,_0x230be1={};_0x230be1[_0x3614bc(0x326)]=_0x3614bc(0x288),_0x230be1[_0x3614bc(0x2b9)]=_0x3614bc(0x3b5),_0x230be1['ZDyPD']='DRIVER_HAS_URL',_0x230be1[_0x3614bc(0x22f)]='testhub_build_uuid',_0x230be1[_0x3614bc(0x276)]='ACCESSIBILITY_INITIALIZED';const _0x496f8a=_0x230be1,_0x3ba66f=_0x496f8a['GBWBo'][_0x3614bc(0x2c1)]('|');let _0x1f9a17=0x0;while(!![]){switch(_0x3ba66f[_0x1f9a17++]){case'0':AutomationFramework[_0x3614bc(0x23e)](AutomationFrameworkState['QUIT'],HookState['PRE'],this[_0x3614bc(0x293)][_0x3614bc(0x246)](this));continue;case'1':this[_0x3614bc(0x31b)](_0x6bbb76[_0x3614bc(0x217)]()[_0x3614bc(0x289)]());continue;case'2':AutomationFramework[_0x3614bc(0x23e)](AutomationFrameworkState['CREATE'],HookState[_0x3614bc(0x3da)],this[_0x3614bc(0x250)]['bind'](this));continue;case'3':logger[_0x3614bc(0x29e)](_0x496f8a[_0x3614bc(0x2b9)]);continue;case'4':AutomationFramework[_0x3614bc(0x23e)](AutomationFrameworkState[_0x3614bc(0x263)],HookState['PRE'],this[_0x3614bc(0x380)]['bind'](this));continue;case'5':this[_0x3614bc(0x30a)]=![];continue;case'6':this['accessibilityConfig']=_0x6bbb76[_0x3614bc(0x28e)]();continue;case'7':this[_0x3614bc(0x2ec)]=[];continue;case'8':this[_0x3614bc(0x3d8)]=_0x496f8a[_0x3614bc(0x200)];continue;case'9':this[_0x3614bc(0x2b0)]=_0x496f8a[_0x3614bc(0x22f)];continue;case'10':this['isEnabled']=!![];continue;case'11':this[_0x3614bc(0x1c7)]=_0x496f8a[_0x3614bc(0x276)];continue;case'12':super();continue;case'13':this[_0x3614bc(0x3bd)]=![];continue;case'14':this[_0x3614bc(0x22a)]=![];continue;case'15':this[_0x3614bc(0x38c)]=new Map();continue;case'16':this[_0x3614bc(0x278)]=new Map();continue;}break;}}[a103_0x4b551a(0x303)](){const _0xcef287=a103_0x4b551a;return this[_0xcef287(0x303)];}[a103_0x4b551a(0x227)](){return AccessibilityModule['MODULE_NAME'];}[a103_0x4b551a(0x1d5)](){const _0x27c91a=a103_0x4b551a;return this['accessibility']['get'](CLIUtils[_0x27c91a(0x336)](),![]);}[a103_0x4b551a(0x1d4)](){const _0x15ba3a=a103_0x4b551a;return this[_0x15ba3a(0x278)][_0x15ba3a(0x2c2)](CLIUtils[_0x15ba3a(0x336)](),![]);}[a103_0x4b551a(0x3bf)](_0x5658f3){const _0xc90dd5=a103_0x4b551a;this[_0xc90dd5(0x278)][_0xc90dd5(0x331)](CLIUtils[_0xc90dd5(0x336)](),_0x5658f3);}['applySendMessageToServerPatch'](){const _0x2100f6=a103_0x4b551a,_0x3c129d={'WdovN':_0x2100f6(0x2cc),'lOfzR':function(_0x5efbd9,_0x512c7d){return _0x5efbd9(_0x512c7d);},'gyFKP':_0x2100f6(0x373),'CKciG':_0x2100f6(0x267),'fbJsK':_0x2100f6(0x25c)};if(this[_0x2100f6(0x3bd)]){logger['debug'](_0x3c129d[_0x2100f6(0x361)]);return;}try{const _0x3c7d37=_0x3c129d['lOfzR'](require,_0x3c129d['gyFKP']);_0x3c7d37&&_0x3c7d37[_0x2100f6(0x1c2)]?(_0x3c7d37[_0x2100f6(0x1c2)](),this[_0x2100f6(0x3bd)]=!![],logger[_0x2100f6(0x29e)](_0x3c129d[_0x2100f6(0x228)])):logger[_0x2100f6(0x29e)](_0x3c129d[_0x2100f6(0x3b3)]);}catch(_0x13d058){logger[_0x2100f6(0x29e)](_0x2100f6(0x3cb)+util[_0x2100f6(0x34a)](_0x13d058));}}[a103_0x4b551a(0x3a3)](_0x59b098=null,_0x12cf78=null,_0x1d1034=null){const _0x238fa3=a103_0x4b551a,_0x1e538a={'RehCy':function(_0x27e346,_0x4a8e9d){return _0x27e346&&_0x4a8e9d;},'CmWKv':_0x238fa3(0x282),'uvlXF':function(_0xc76773,_0x52718f){return _0xc76773(_0x52718f);},'FVBad':_0x238fa3(0x1c4),'oiWsh':_0x238fa3(0x232),'DohzU':_0x238fa3(0x36c),'MkGlr':function(_0x127504,_0x3bf896){return _0x127504===_0x3bf896;},'IZTcy':_0x238fa3(0x33a),'pUwos':'string','InPgf':function(_0x44d682,_0x905e45){return _0x44d682===_0x905e45;},'EydAz':_0x238fa3(0x353),'wsCnu':'goog:chromeOptions','urFsU':function(_0x19612a,_0x31d08d){return _0x19612a!==_0x31d08d;},'vAwVJ':'latest','xpwmq':function(_0x5c2b67){return _0x5c2b67();},'RJnwP':'on\x20non-BrowserStack\x20infrastructure\x20','IEHAb':function(_0x16273a,_0x1e07a5){return _0x16273a(_0x1e07a5);},'Yjxnm':function(_0x3abe9c,_0x109e66){return _0x3abe9c-_0x109e66;},'PdXrX':function(_0x37f347,_0x199f8f){return _0x37f347!==_0x199f8f;},'noFTM':function(_0x1ba999,_0x1cddbe){return _0x1ba999>_0x1cddbe;},'lDBcv':function(_0x222175,_0x1d685a){return _0x222175(_0x1d685a);},'mqhRG':_0x238fa3(0x348)};try{if(_0x1e538a[_0x238fa3(0x3a8)](!_0x12cf78,!_0x1d1034))return logger[_0x238fa3(0x29e)](_0x1e538a[_0x238fa3(0x224)]),![];const {isUndefined:_0x12b2d3,isBrowserstackInfra:_0x1a2fd6}=_0x1e538a[_0x238fa3(0x259)](require,_0x1e538a['FVBad']);if(!accessibilityHelper[_0x238fa3(0x399)]())return logger[_0x238fa3(0x29e)](_0x1e538a[_0x238fa3(0x37a)]),![];const _0x3b5246=_0x12cf78[_0x238fa3(0x1f1)]||_0x12cf78[_0x238fa3(0x3ca)],_0x4dadd6=_0x12cf78[_0x238fa3(0x2fb)]||_0x12cf78['browser_version'];if(!accessibilityHelper[_0x238fa3(0x37c)](_0x3b5246))return logger[_0x238fa3(0x30d)](_0x1e538a[_0x238fa3(0x2e2)]),![];if(accessibilityHelper[_0x238fa3(0x2f8)](_0x3b5246))try{const _0x4f8e44=_0x12cf78[_0x238fa3(0x205)],_0x484a74=_0x1e538a[_0x238fa3(0x29b)](_0x4f8e44,!![])||_0x1e538a[_0x238fa3(0x29b)](_0x4f8e44,_0x1e538a['IZTcy'])||_0x1e538a[_0x238fa3(0x29b)](typeof _0x4f8e44,_0x1e538a[_0x238fa3(0x3d3)])&&_0x1e538a[_0x238fa3(0x358)](_0x4f8e44[_0x238fa3(0x398)](),_0x1e538a[_0x238fa3(0x3a9)]);if(_0x484a74)return logger[_0x238fa3(0x30d)](_0x1e538a[_0x238fa3(0x2fc)]),![];const _0x1d206e=_0x12cf78?.['chromeOptions']?.[_0x238fa3(0x1c1)]||_0x12cf78?.[_0x1e538a[_0x238fa3(0x2e9)]]?.[_0x238fa3(0x1c1)]||[];if(Array[_0x238fa3(0x242)](_0x1d206e)&&_0x1d206e[_0x238fa3(0x2f4)](_0x3bce72=>typeof _0x3bce72===_0x238fa3(0x306)&&(_0x3bce72===_0x238fa3(0x2eb)||_0x3bce72[_0x238fa3(0x249)](_0x238fa3(0x385))&&_0x3bce72!=='--headless=new')))return logger[_0x238fa3(0x30d)](_0x1e538a[_0x238fa3(0x2fc)]),![];}catch(_0x5f4815){logger[_0x238fa3(0x29e)](_0x238fa3(0x316)+util[_0x238fa3(0x34a)](_0x5f4815));}if(_0x1e538a['urFsU'](_0x4dadd6,_0x1e538a[_0x238fa3(0x391)])){const _0x3ad168=_0x1e538a['xpwmq'](_0x1a2fd6),_0x2f1121=accessibilityHelper[_0x238fa3(0x226)](_0x3b5246,_0x3ad168),_0x4ffb68=accessibilityHelper['getBrowserDisplayName'](_0x3b5246);if(!accessibilityHelper[_0x238fa3(0x35c)](_0x4dadd6,_0x2f1121)){const _0x6f68c=_0x3ad168?'':_0x1e538a[_0x238fa3(0x379)],_0x413a00=Number['isFinite'](_0x1e538a[_0x238fa3(0x39d)](parseFloat,_0x2f1121))?_0x1e538a['Yjxnm'](_0x1e538a['uvlXF'](parseFloat,_0x2f1121),0x1):_0x2f1121;return logger[_0x238fa3(0x30d)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x4ffb68+_0x238fa3(0x34b)+_0x413a00+'\x20'+_0x6f68c+'.'),![];}}else{const _0xe8fc48=_0x12cf78[_0x238fa3(0x2fb)]||_0x12cf78[_0x238fa3(0x35e)]||_0x12cf78[_0x238fa3(0x268)];if(_0xe8fc48&&_0x1e538a[_0x238fa3(0x31e)](_0xe8fc48,_0x1e538a[_0x238fa3(0x391)])&&!_0x1e538a[_0x238fa3(0x24d)](_0x1e538a[_0x238fa3(0x259)](parseFloat,_0xe8fc48),_0x1e538a[_0x238fa3(0x2d3)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x238fa3(0x30d)](_0x1e538a[_0x238fa3(0x1cb)]),![];}return!![];}catch(_0x29ce42){return logger[_0x238fa3(0x29e)](_0x238fa3(0x375)+_0x29ce42[_0x238fa3(0x223)]),![];}}['isEnabledTestcase'](_0x3a85c9=[],_0x288342,_0x27da24=a103_0x4b551a(0x351)){const _0x320411=a103_0x4b551a,_0x3b9011={'fdHKQ':function(_0x882d4b,_0x58d5bf){return _0x882d4b===_0x58d5bf;},'CoIph':_0x320411(0x26e),'HnMZg':function(_0x93f4b8,_0x18050e){return _0x93f4b8||_0x18050e;},'KhpyA':function(_0x1dc890,_0x2b841c){return _0x1dc890===_0x2b841c;},'IlsxW':function(_0x149ce7,_0x463b79){return _0x149ce7&&_0x463b79;},'PNIAD':_0x320411(0x328),'zrcbZ':function(_0x4c5d6f,_0x2e8723){return _0x4c5d6f===_0x2e8723;},'WXoCx':function(_0x12a4de,_0x1eadaa){return _0x12a4de(_0x1eadaa);},'cIJpw':function(_0x2a2888,_0x270a5e){return _0x2a2888>_0x270a5e;}};try{const _0x201a30=process[_0x320411(0x214)][_0x320411(0x25d)]?JSON['parse'](process[_0x320411(0x214)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x201a30)return!![];const _0x5d608d=Array[_0x320411(0x242)](_0x201a30[_0x320411(0x2fe)])?_0x201a30[_0x320411(0x2fe)]:[],_0xc21746=Array[_0x320411(0x242)](_0x201a30['excludeTagsInTestingScope'])?_0x201a30['excludeTagsInTestingScope']:[];if(_0x3b9011[_0x320411(0x20e)](_0x27da24,_0x3b9011['CoIph'])){let _0x425473;Array[_0x320411(0x242)](_0x3a85c9)?_0x425473=_0x3a85c9[_0x320411(0x28c)]('\x20'):_0x425473=_0x3b9011[_0x320411(0x37e)](_0x3a85c9,'');const _0x972ffc=_0xc21746[_0x320411(0x2f4)](_0x53b360=>_0x425473[_0x320411(0x1eb)](_0x53b360)),_0x4900a6=_0x3b9011[_0x320411(0x28d)](_0x5d608d[_0x320411(0x35d)],0x0)||_0x5d608d['some'](_0x42e7bf=>_0x425473[_0x320411(0x1eb)](_0x42e7bf)),_0x26df40=_0x3b9011[_0x320411(0x3c1)](!_0x972ffc,_0x4900a6);return logger[_0x320411(0x29e)](_0x320411(0x318)+(_0x288342?.[_0x320411(0x239)]?.()||_0x3b9011['PNIAD'])+_0x320411(0x305)+_0x26df40+_0x320411(0x237)+_0x425473+',\x20includeTags='+JSON[_0x320411(0x277)](_0x5d608d)+',\x20excludeTags='+JSON[_0x320411(0x277)](_0xc21746)),_0x26df40;}const _0x4286d8=Array[_0x320411(0x242)](_0x3a85c9)?_0x3a85c9:[];let _0x55c837=![],_0x3d0faa=_0x3b9011[_0x320411(0x377)](_0x5d608d[_0x320411(0x35d)],0x0);const _0x251533=_0x2ac5d4=>typeof _0x2ac5d4==='string'?_0x2ac5d4['replace'](/^@/,'')[_0x320411(0x398)]()[_0x320411(0x3a0)]():_0x2ac5d4,_0x17097b=new Set(_0x5d608d[_0x320411(0x2e6)](_0x251533)),_0x1b68f9=new Set(_0xc21746[_0x320411(0x2e6)](_0x251533));for(const _0x331af4 of _0x4286d8){const _0x1c089f=_0x3b9011[_0x320411(0x376)](_0x251533,_0x331af4);_0x1b68f9['has'](_0x1c089f)&&(_0x55c837=!![]),_0x3b9011[_0x320411(0x23b)](_0x17097b['size'],0x0)&&_0x17097b['has'](_0x1c089f)&&(_0x3d0faa=!![]);}const _0x383c7d=_0x3b9011['IlsxW'](_0x3d0faa,!_0x55c837);return logger[_0x320411(0x29e)](_0x320411(0x318)+(_0x288342?.[_0x320411(0x239)]?.()||_0x3b9011['PNIAD'])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x383c7d+_0x320411(0x25a)+JSON[_0x320411(0x277)](_0x4286d8)+_0x320411(0x2a3)+JSON[_0x320411(0x277)](_0x5d608d)+',\x20excludeTags='+JSON[_0x320411(0x277)](_0xc21746)),_0x383c7d;}catch(_0x4f5ede){return logger[_0x320411(0x29e)](_0x320411(0x318)+(_0x288342?.['getPlatformIndex']?.()||_0x3b9011[_0x320411(0x2fa)])+_0x320411(0x26a)+_0x4f5ede[_0x320411(0x223)]),![];}}async[a103_0x4b551a(0x250)](_0x3c9227){const _0x593e7d=a103_0x4b551a,_0x19e134={};_0x19e134['uayvc']=function(_0x2fd09d,_0xc1598e){return _0x2fd09d!==_0xc1598e;},_0x19e134[_0x593e7d(0x220)]=_0x593e7d(0x351),_0x19e134[_0x593e7d(0x2d0)]=_0x593e7d(0x26e),_0x19e134[_0x593e7d(0x39c)]=_0x593e7d(0x286),_0x19e134[_0x593e7d(0x381)]=function(_0x352e21,_0x22aead){return _0x352e21===_0x22aead;},_0x19e134[_0x593e7d(0x31f)]=_0x593e7d(0x33a),_0x19e134[_0x593e7d(0x26d)]=_0x593e7d(0x343),_0x19e134['bjmYX']='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x19e134[_0x593e7d(0x22d)]=_0x593e7d(0x20d),_0x19e134[_0x593e7d(0x290)]='DRIVER_INIT',_0x19e134[_0x593e7d(0x2f0)]=_0x593e7d(0x2ee),_0x19e134[_0x593e7d(0x1c5)]='Unknown\x20Test',_0x19e134[_0x593e7d(0x2c7)]=function(_0x7f9119,_0x30ca11){return _0x7f9119>_0x30ca11;},_0x19e134[_0x593e7d(0x2d9)]=function(_0xa8e1ba,_0xd08d62){return _0xa8e1ba===_0xd08d62;},_0x19e134[_0x593e7d(0x238)]=_0x593e7d(0x392),_0x19e134[_0x593e7d(0x230)]=_0x593e7d(0x1e5),_0x19e134[_0x593e7d(0x1cc)]=function(_0x1c754d,_0x14c0f9){return _0x1c754d&&_0x14c0f9;},_0x19e134[_0x593e7d(0x333)]=_0x593e7d(0x328);const _0x3470ef=_0x19e134;if(_0x3470ef[_0x593e7d(0x32b)](_0x3c9227[_0x593e7d(0x1f9)],_0x3470ef[_0x593e7d(0x220)])&&_0x3470ef[_0x593e7d(0x32b)](_0x3c9227[_0x593e7d(0x1f9)],_0x3470ef['nRXqi'])&&_0x3470ef[_0x593e7d(0x32b)](_0x3c9227[_0x593e7d(0x1f9)],_0x3470ef[_0x593e7d(0x39c)])){logger[_0x593e7d(0x29e)]('onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x3c9227['testFramework']+')');return;}try{const _0x37f2ff=AutomationFramework[_0x593e7d(0x253)](),_0x5c00bc=TestFramework[_0x593e7d(0x253)](),_0x48943b=_0x3c9227[_0x593e7d(0x297)]||global['__workerDetails']?.[_0x593e7d(0x3db)]||null;if(_0x3470ef['IuKaV'](_0x3c9227[_0x593e7d(0x1f9)],_0x3470ef[_0x593e7d(0x39c)])){const _0x12076b=_0x3c9227[_0x593e7d(0x2ce)]||_0x37f2ff&&_0x37f2ff[_0x593e7d(0x2cb)]&&_0x37f2ff['getPlatformCaps']()||_0x37f2ff&&_0x37f2ff['getCapabilities']&&_0x37f2ff[_0x593e7d(0x311)]()||{},_0x43ca8d=_0x3c9227[_0x593e7d(0x258)]||null,_0x49e51a=this[_0x593e7d(0x3a3)](_0x37f2ff,_0x12076b,_0x43ca8d),_0x4ae862=CLIUtils[_0x593e7d(0x336)]();this['accessibility'][_0x593e7d(0x331)](_0x4ae862,_0x49e51a);global['Context']?.['getContext']&&global[_0x593e7d(0x2ca)]['getContext']()[_0x593e7d(0x281)](_0x49e51a);_0x49e51a?(global[_0x593e7d(0x298)]=!![],process[_0x593e7d(0x214)][_0x593e7d(0x301)]=_0x3470ef[_0x593e7d(0x31f)]):global[_0x593e7d(0x298)]=![];logger[_0x593e7d(0x29e)](_0x593e7d(0x3c7)+_0x49e51a);return;}if(!_0x48943b){_0x5c00bc&&_0x5c00bc[_0x593e7d(0x2e0)](_0x3470ef[_0x593e7d(0x26d)],!![]);logger[_0x593e7d(0x29e)](_0x3470ef['bjmYX']);return;}logger[_0x593e7d(0x29e)](_0x3470ef[_0x593e7d(0x22d)]);const _0xd1ce07=_0x5c00bc?.[_0x593e7d(0x1fc)](_0x3470ef[_0x593e7d(0x290)],![]),_0x1c526e=_0x5c00bc?.[_0x593e7d(0x1fc)](_0x3470ef['yNaBM'],![]);if(_0x3470ef[_0x593e7d(0x381)](_0xd1ce07,![])&&_0x3470ef[_0x593e7d(0x381)](_0x1c526e,![])){_0x5c00bc&&_0x5c00bc[_0x593e7d(0x2e0)](_0x3470ef['vyJQl'],!![]);logger['debug'](_0x3470ef['fduZT']);return;}_0x5c00bc&&_0x5c00bc['updateData'](_0x3470ef[_0x593e7d(0x26d)],!![]);let _0x344b74,_0x2a9bbc;const _0x4aae84=_0x3c9227[_0x593e7d(0x1f9)]||_0x3470ef[_0x593e7d(0x220)];if(_0x3470ef[_0x593e7d(0x381)](_0x4aae84,_0x3470ef[_0x593e7d(0x2d0)])){_0x2a9bbc=_0x3c9227[_0x593e7d(0x20a)]?.['testAnalyticsId']||_0x3c9227[_0x593e7d(0x20a)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x593e7d(0x1e1)]?.[_0x593e7d(0x21c)]||global[_0x593e7d(0x3ab)]?.['currentTest']?.['id'];const _0x266ef5=_0x5c00bc?.['getAllData']()?.[_0x593e7d(0x2c2)](_0x2a9bbc);if(_0x266ef5&&_0x266ef5[TestFrameworkConstants[_0x593e7d(0x294)]])_0x344b74=_0x266ef5[TestFrameworkConstants[_0x593e7d(0x294)]];else{if(_0x3c9227[_0x593e7d(0x20a)]?.['titlePath'])_0x344b74=_0x3c9227[_0x593e7d(0x20a)][_0x593e7d(0x39a)];else global['__workerDetails']?.['currentTest']?.['testInfo']?.[_0x593e7d(0x39a)]?_0x344b74=global[_0x593e7d(0x3ab)]['currentTest']['testInfo'][_0x593e7d(0x39a)]:_0x344b74=_0x3470ef[_0x593e7d(0x1c5)];}logger[_0x593e7d(0x29e)](_0x593e7d(0x3b4)+_0x2a9bbc+_0x593e7d(0x237)+JSON['stringify'](_0x344b74));}else{_0x2a9bbc=this[_0x593e7d(0x1fa)](_0x3c9227);const _0x1202e8=TestInfo[_0x593e7d(0x371)](_0x2a9bbc);let _0x3c9996=[];if(_0x1202e8&&Array[_0x593e7d(0x242)](_0x1202e8['test_tags'])&&_0x3470ef[_0x593e7d(0x2c7)](_0x1202e8[_0x593e7d(0x1e5)][_0x593e7d(0x35d)],0x0))_0x3c9996=_0x1202e8[_0x593e7d(0x1e5)];else{if(_0x5c00bc){const _0x540be1=_0x3470ef[_0x593e7d(0x2d9)](typeof _0x5c00bc[_0x593e7d(0x1fc)],_0x3470ef['oARcg'])?_0x5c00bc[_0x593e7d(0x1fc)](_0x3470ef[_0x593e7d(0x230)],[]):_0x5c00bc[_0x593e7d(0x1e5)]||[];Array[_0x593e7d(0x242)](_0x540be1)&&(_0x3c9996=_0x540be1);}}_0x344b74=_0x3c9996;}logger[_0x593e7d(0x35a)](_0x593e7d(0x229)+JSON[_0x593e7d(0x277)](_0x344b74));const _0x3372e4=this[_0x593e7d(0x3a3)](_0x37f2ff,_0x3c9227[_0x593e7d(0x2ce)],_0x3c9227[_0x593e7d(0x258)]);logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x3372e4+_0x593e7d(0x1ea)+this[_0x593e7d(0x22a)]);const _0x2080d7=this[_0x593e7d(0x283)](_0x344b74,_0x37f2ff,_0x4aae84),_0x102188=_0x3470ef['CBYyH'](_0x3372e4,_0x2080d7),_0x27b6df=CLIUtils[_0x593e7d(0x336)]();this['accessibility'][_0x593e7d(0x331)](_0x27b6df,_0x102188),global['Context']?.[_0x593e7d(0x27f)]&&global['Context']['getContext']()[_0x593e7d(0x281)](_0x102188),logger[_0x593e7d(0x29e)](_0x593e7d(0x318)+(_0x37f2ff?.[_0x593e7d(0x239)]?.()||_0x3470ef[_0x593e7d(0x333)])+_0x593e7d(0x21d)+_0x102188),_0x102188?(global[_0x593e7d(0x298)]=!![],process[_0x593e7d(0x214)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3470ef[_0x593e7d(0x31f)],this[_0x593e7d(0x207)]()):global[_0x593e7d(0x298)]=![];}catch(_0x18def7){logger['error'](_0x593e7d(0x39b)+(_0x18def7[_0x593e7d(0x397)]||_0x18def7['message']));const _0x1939ab=CLIUtils[_0x593e7d(0x336)]();this[_0x593e7d(0x38c)]['set'](_0x1939ab,![]),global[_0x593e7d(0x298)]=![];}}[a103_0x4b551a(0x261)](){const _0xda5cc1=a103_0x4b551a;return this['capabilities'][_0xda5cc1(0x30e)](_0x14e5c4=>_0x14e5c4[_0xda5cc1(0x2ff)]()===_0xda5cc1(0x2bf))?.[_0xda5cc1(0x2b6)]()||'';}['getCapabilityValue'](_0x7b41f6){const _0x1c5bc1=a103_0x4b551a;try{const _0x42caea=this['accessibilityConfig']?.[_0x1c5bc1(0x396)]?.[_0x1c5bc1(0x321)]||[],_0x20c835=_0x42caea[_0x1c5bc1(0x30e)](_0x109759=>_0x109759[_0x1c5bc1(0x257)]===_0x7b41f6);return _0x20c835?_0x20c835[_0x1c5bc1(0x2b3)]:null;}catch(_0x59053e){return logger[_0x1c5bc1(0x29e)](_0x1c5bc1(0x354)+_0x7b41f6+':\x20'+_0x59053e[_0x1c5bc1(0x223)]),null;}}async['setAccessibilityConfig'](_0x449c0f,_0x4762f9){const _0x3a5cd1=a103_0x4b551a,_0x51f8a5=_0x449c0f[_0x3a5cd1(0x1ed)]()['getOptions'](),_0x3e58d0=_0x51f8a5['getScriptsList'](),_0x271bb8=_0x51f8a5[_0x3a5cd1(0x1d1)]()?.[_0x3a5cd1(0x2a7)]();scripts['parseFromProto'](_0x3e58d0,_0x271bb8),scripts[_0x3a5cd1(0x1ce)]();const _0x58586d=_0x51f8a5[_0x3a5cd1(0x289)]();this[_0x3a5cd1(0x2ec)]=_0x51f8a5[_0x3a5cd1(0x289)](),await this[_0x3a5cd1(0x31b)](_0x58586d,_0x4762f9[_0x3a5cd1(0x258)]);}async[a103_0x4b551a(0x31b)](_0x5b1028,_0x275feb={}){const _0x370245=a103_0x4b551a,_0x4e9792={'FmsFF':_0x370245(0x2f9),'rYNmn':_0x370245(0x203),'fgOIQ':function(_0xf09630,_0x57ca46){return _0xf09630===_0x57ca46;},'NOpRY':_0x370245(0x3d7),'gshdo':function(_0x505439,_0x3ae986){return _0x505439(_0x3ae986);},'lYDwZ':_0x370245(0x2f6),'fSOrZ':_0x370245(0x272),'LuOCN':'hex','mUEpE':function(_0x14e81f,_0xc269cd){return _0x14e81f||_0xc269cd;},'CGGfl':_0x370245(0x3b7),'pqqbI':function(_0x38621c,_0x5d0d47){return _0x38621c(_0x5d0d47);},'OpVLk':_0x370245(0x285),'vyhOG':'../../../helpers/helper','fcZUw':function(_0x465321,_0x5562e3){return _0x465321(_0x5562e3);},'OZYvc':function(_0x331a4d,_0x37d643){return _0x331a4d===_0x37d643;},'daNwR':'wcagVersion','XFmVS':_0x370245(0x344),'GFgLp':_0x370245(0x3be),'bcNBO':_0x370245(0x334),'EPRvA':function(_0x2ba13d,_0x112c66){return _0x2ba13d===_0x112c66;},'zHjKO':'scannerProcessingTimeout','SbeeZ':'browserstack.accessibilityOptions.scannerProcessingTimeout','QgcFu':function(_0x17f911,_0x51beb7){return _0x17f911===_0x51beb7;},'UaFkV':_0x370245(0x1de),'EBeNX':function(_0x5eee9b,_0x4f5f8a){return _0x5eee9b(_0x4f5f8a);},'SjVvp':function(_0x1dab05,_0x55b78a){return _0x1dab05===_0x55b78a;},'WdiLr':_0x370245(0x33a)};global[_0x370245(0x2b8)]=global[_0x370245(0x2b8)]||{};const _0x2d3799=Array[_0x370245(0x242)](_0x5b1028)?_0x5b1028[_0x370245(0x35d)]:_0x4e9792['FmsFF'];logger[_0x370245(0x29e)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x2d3799+_0x370245(0x1d8)+(process['env'][_0x370245(0x24a)]||_0x4e9792[_0x370245(0x251)])+_0x370245(0x1f0)+process[_0x370245(0x2d5)]);for(const _0x2d8dd2 of _0x5b1028){logger['debug'](_0x370245(0x1ee)+_0x2d8dd2[_0x370245(0x2ff)]());if(_0x4e9792[_0x370245(0x34d)](_0x2d8dd2[_0x370245(0x2ff)](),_0x4e9792[_0x370245(0x1d6)])){const _0x4a23da=_0x2d8dd2[_0x370245(0x2b6)](),_0x3f46c7=_0x4a23da?_0x4e9792[_0x370245(0x3b1)](require,_0x4e9792[_0x370245(0x2c9)])[_0x370245(0x2d2)](_0x4e9792['fSOrZ'])[_0x370245(0x225)](_0x4a23da)[_0x370245(0x1fb)](_0x4e9792[_0x370245(0x1d0)])['slice'](0x0,0x8):'';logger[_0x370245(0x35a)](_0x370245(0x31c)+_0x4e9792[_0x370245(0x1c9)](_0x4a23da,'')[_0x370245(0x35d)]+_0x370245(0x347)+_0x3f46c7+_0x370245(0x1d8)+(process[_0x370245(0x214)]['JEST_WORKER_ID']||_0x4e9792[_0x370245(0x251)])+'\x22\x20pid='+process[_0x370245(0x2d5)]),process[_0x370245(0x214)][_0x370245(0x33b)]=_0x4a23da,global[_0x370245(0x2b8)][_0x4e9792[_0x370245(0x3c0)]]=_0x4a23da;const _0x2b37e8=_0x4e9792['pqqbI'](require,_0x4e9792[_0x370245(0x38d)]),{isTrue:_0x5bbb83}=_0x4e9792[_0x370245(0x3b1)](require,_0x4e9792[_0x370245(0x1d3)]),_0x177765=_0x2b37e8['parseA11yJwtPayload'](_0x4a23da);_0x177765&&_0x4e9792['fcZUw'](_0x5bbb83,_0x177765['skipCDPConnectOverride'])&&(process[_0x370245(0x214)][_0x370245(0x3c6)]=!![]);}else{if(_0x4e9792[_0x370245(0x341)](_0x2d8dd2[_0x370245(0x2ff)](),_0x4e9792[_0x370245(0x32d)]))global[_0x370245(0x2b8)][_0x4e9792['XFmVS']]=_0x2d8dd2[_0x370245(0x2b6)]();else{if(_0x4e9792['fgOIQ'](_0x2d8dd2[_0x370245(0x2ff)](),_0x4e9792[_0x370245(0x36d)]))global[_0x370245(0x2b8)][_0x4e9792[_0x370245(0x2e8)]]=_0x2d8dd2['getValue']();else{if(_0x4e9792[_0x370245(0x24e)](_0x2d8dd2['getName'](),_0x4e9792[_0x370245(0x211)]))global[_0x370245(0x2b8)][_0x4e9792['SbeeZ']]=_0x2d8dd2['getValue']();else{if(_0x4e9792[_0x370245(0x2d7)](_0x2d8dd2[_0x370245(0x2ff)](),_0x4e9792['UaFkV'])){const _0x253724=_0x2d8dd2[_0x370245(0x2b6)]();process[_0x370245(0x214)][_0x370245(0x30c)]=_0x4e9792['EBeNX'](String,_0x4e9792[_0x370245(0x24e)](_0x253724,!![])||_0x4e9792['SjVvp'](_0x253724,_0x4e9792[_0x370245(0x25b)])),logger[_0x370245(0x29e)](_0x370245(0x356)+_0x253724+_0x370245(0x1ec)+process['env'][_0x370245(0x30c)]);}}}}}}}async[a103_0x4b551a(0x293)](_0xc91e11){const _0x555001=a103_0x4b551a,_0x550e7d={};_0x550e7d[_0x555001(0x218)]=function(_0x312a6a,_0x141949){return _0x312a6a!==_0x141949;},_0x550e7d[_0x555001(0x29d)]=_0x555001(0x351),_0x550e7d[_0x555001(0x256)]=_0x555001(0x26e),_0x550e7d['zZWHz']=function(_0x24429c,_0x272c39){return _0x24429c!==_0x272c39;},_0x550e7d[_0x555001(0x280)]=_0x555001(0x286),_0x550e7d[_0x555001(0x2c5)]='unknown';const _0x36d3bd=_0x550e7d;if(_0x36d3bd[_0x555001(0x218)](_0xc91e11[_0x555001(0x1f9)],_0x36d3bd[_0x555001(0x29d)])&&_0x36d3bd[_0x555001(0x218)](_0xc91e11[_0x555001(0x1f9)],_0x36d3bd[_0x555001(0x256)])&&_0x36d3bd[_0x555001(0x27c)](_0xc91e11[_0x555001(0x1f9)],_0x36d3bd[_0x555001(0x280)])){logger[_0x555001(0x29e)]('onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0xc91e11['testFramework']+')');return;}const _0x252b9a=_0xc91e11[_0x555001(0x20a)]?.[_0x555001(0x21c)]||_0xc91e11[_0x555001(0x20a)]?.['id']||global[_0x555001(0x243)];logger[_0x555001(0x35a)](_0x555001(0x378)+_0xc91e11['testFramework']+',\x20testIdentifier='+_0x252b9a);try{const _0x57c225=_0xc91e11[_0x555001(0x2cd)]||AutomationFramework[_0x555001(0x253)](),_0x5a75ef=CLIUtils[_0x555001(0x336)](),_0x1319b1=this[_0x555001(0x1d5)]();logger[_0x555001(0x29e)](_0x555001(0x318)+(_0x57c225?.[_0x555001(0x239)]?.()||_0x36d3bd[_0x555001(0x2c5)])+']\x20onAfterTest\x20should\x20scan='+_0x1319b1),_0x1319b1&&await this['stopTestCapture'](_0x57c225,_0xc91e11),this[_0x555001(0x38c)][_0x555001(0x3b9)](_0x5a75ef),this['LOG_DISABLED_SHOWN'][_0x555001(0x3b9)](_0x5a75ef);}catch(_0x99b6da){logger[_0x555001(0x2c6)](_0x555001(0x2e4)+(_0x99b6da['stack']||_0x99b6da[_0x555001(0x223)]));}}async[a103_0x4b551a(0x252)](_0x14add6,_0x1fd26a){const _0x435671=a103_0x4b551a,_0xde2518={};_0xde2518[_0x435671(0x23c)]=function(_0x2c9240,_0x4bfee1){return _0x2c9240===_0x4bfee1;},_0xde2518[_0x435671(0x2ad)]=_0x435671(0x392),_0xde2518[_0x435671(0x2a6)]='jest',_0xde2518[_0x435671(0x3c4)]='cucumber',_0xde2518['JxKko']=function(_0x47b299,_0x4893f5){return _0x47b299===_0x4893f5;},_0xde2518[_0x435671(0x20b)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0xde2518[_0x435671(0x2a0)]=_0x435671(0x38c),_0xde2518[_0x435671(0x20c)]='saveResults',_0xde2518[_0x435671(0x265)]=_0x435671(0x328),_0xde2518['bQwqh']='present',_0xde2518[_0x435671(0x34f)]=_0x435671(0x314),_0xde2518[_0x435671(0x39e)]=function(_0x5cfcfd,_0x36dddf){return _0x5cfcfd===_0x36dddf;},_0xde2518['wsTtY']=function(_0x3eed36,_0x52c91){return _0x3eed36||_0x52c91;},_0xde2518[_0x435671(0x1df)]=function(_0x46b78f,_0x57e8e7){return _0x46b78f||_0x57e8e7;},_0xde2518[_0x435671(0x2ed)]=function(_0x40e9cd,_0x284091){return _0x40e9cd||_0x284091;},_0xde2518['tlcxA']=_0x435671(0x365),_0xde2518[_0x435671(0x2e5)]='AUTOMATION_SESSIONS',_0xde2518[_0x435671(0x1cd)]=_0x435671(0x3d0);const _0x39c809=_0xde2518;try{const _0x10fa11=_0x1fd26a[_0x435671(0x1f9)]||(_0x39c809[_0x435671(0x23c)](this[_0x435671(0x307)]?.[_0x435671(0x257)]?.['toLowerCase'](),_0x39c809[_0x435671(0x2a6)])?_0x39c809['GQKSn']:_0x39c809[_0x435671(0x3c4)]);let _0x2d0acb='',_0x31ee76=null,_0x4fa4e3=null;if(_0x39c809['JxKko'](_0x10fa11,_0x39c809[_0x435671(0x2a6)])){_0x31ee76=_0x1fd26a[_0x435671(0x20a)]?.[_0x435671(0x21c)]||_0x1fd26a[_0x435671(0x20a)]?.['id']||global[_0x435671(0x243)];if(!_0x31ee76){logger[_0x435671(0x30d)](_0x39c809['NDGNQ']);return;}try{const _0x988dcc=await GrpcClient['getInstance']()[_0x435671(0x33c)](process[_0x435671(0x214)][_0x435671(0x3d9)],_0x39c809[_0x435671(0x2a0)],_0x39c809[_0x435671(0x20c)],_0x31ee76),_0x416102=AccessibilityModule[_0x435671(0x1f4)](null,_0x988dcc);_0x2d0acb=_0x416102?.[_0x435671(0x1c6)]||'',logger[_0x435671(0x29e)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2d0acb+'\x20from\x20testIdentifier='+_0x31ee76),_0x4fa4e3=_0x988dcc;}catch(_0x185b6f){logger[_0x435671(0x2c6)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x185b6f['message']);return;}}else{const _0x2698d2=this[_0x435671(0x1fa)](_0x1fd26a);_0x2d0acb=TestInfo['getTestUUID'](_0x2698d2);}const _0x1c388d=((()=>{const _0x30f14f=_0x435671,_0x3ea720=(this[_0x30f14f(0x1fe)]?.['options']?.[_0x30f14f(0x321)]||[])[_0x30f14f(0x30e)](_0x2f4aa0=>(typeof _0x2f4aa0[_0x30f14f(0x2ff)]==='function'?_0x2f4aa0['getName']():_0x2f4aa0[_0x30f14f(0x257)])===this[_0x30f14f(0x2b0)]);return _0x3ea720?_0x39c809['zxQKY'](typeof _0x3ea720[_0x30f14f(0x2b6)],_0x39c809[_0x30f14f(0x2ad)])?_0x3ea720['getValue']():_0x3ea720['value']:'';})()),_0x2c1c77=process[_0x435671(0x214)][_0x435671(0x30b)]||'';logger[_0x435671(0x29e)](_0x435671(0x318)+(_0x14add6?.[_0x435671(0x239)]?.()||_0x39c809[_0x435671(0x265)])+']\x20clear\x20'+_0x2d0acb+_0x435671(0x1ff)+_0x1c388d+_0x435671(0x368)+(_0x2c1c77?_0x39c809[_0x435671(0x3a4)]:_0x39c809[_0x435671(0x34f)]));let _0x55821e;if(_0x39c809[_0x435671(0x39e)](_0x10fa11,_0x39c809[_0x435671(0x2a6)]))_0x55821e=AccessibilityModule[_0x435671(0x1f4)](_0x2d0acb,_0x4fa4e3);else{const _0x12c229=await GrpcClient[_0x435671(0x210)]()['fetchDriverExecuteParamsEvent'](process[_0x435671(0x214)][_0x435671(0x3d9)],_0x39c809[_0x435671(0x2a0)],_0x39c809[_0x435671(0x20c)]);_0x55821e=AccessibilityModule['loadDriverExecuteParams'](_0x2d0acb,_0x12c229);}logger[_0x435671(0x29e)](_0x435671(0x3ce)+JSON[_0x435671(0x277)](_0x55821e));const _0x5b904f=Object[_0x435671(0x390)]({},{'thTestRunUuid':_0x39c809[_0x435671(0x302)](_0x2d0acb,''),'thBuildUuid':_0x39c809[_0x435671(0x1df)](_0x1c388d,''),'thJwtToken':_0x39c809[_0x435671(0x2ed)](_0x2c1c77,'')},_0x55821e);!this['isAppAccessibility']&&this[_0x435671(0x27a)]()&&(_0x5b904f[_0x435671(0x1dc)]=!![],logger[_0x435671(0x29e)](_0x39c809[_0x435671(0x2f5)]));logger[_0x435671(0x29e)](_0x435671(0x2c0)+_0x2d0acb+_0x435671(0x1ea)+this[_0x435671(0x22a)]);let _0x4cd636=global[_0x435671(0x3ab)]?.[_0x435671(0x3db)]||null;!_0x4cd636&&(_0x4cd636=AutomationFramework['getState'](_0x14add6,_0x39c809[_0x435671(0x2e5)],null)),!_0x4cd636&&(_0x4cd636=AutomationFramework[_0x435671(0x206)](_0x14add6,_0x39c809[_0x435671(0x1cd)],null)),await this[_0x435671(0x29f)](this[_0x435671(0x1d5)](),_0x2d0acb,_0x4cd636,_0x5b904f,this['isAppAccessibility']);}catch(_0x582250){logger[_0x435671(0x2c6)](_0x435671(0x266)+(_0x582250[_0x435671(0x397)]||_0x582250['message']));}}async[a103_0x4b551a(0x29f)](_0x10b588,_0x23f135,_0x389828,_0x25a817,_0x9674b3){const _0x219c60=a103_0x4b551a,_0x49a1a9={};_0x49a1a9[_0x219c60(0x304)]=_0x219c60(0x1da),_0x49a1a9[_0x219c60(0x2f3)]=function(_0x242080,_0x62f5f8){return _0x242080&&_0x62f5f8;},_0x49a1a9[_0x219c60(0x27d)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x49a1a9[_0x219c60(0x2e7)]=function(_0xe7207f,_0x52b7f1){return _0xe7207f===_0x52b7f1;},_0x49a1a9[_0x219c60(0x357)]='null',_0x49a1a9[_0x219c60(0x2be)]=_0x219c60(0x2c3),_0x49a1a9[_0x219c60(0x2bb)]='Performing\x20scan\x20before\x20from\x20cli',_0x49a1a9[_0x219c60(0x342)]='afterTestHook',_0x49a1a9['RAkhy']=_0x219c60(0x345),_0x49a1a9[_0x219c60(0x352)]=function(_0xb05f4,_0x385226){return _0xb05f4&&_0x385226;},_0x49a1a9[_0x219c60(0x3cd)]=_0x219c60(0x25e),_0x49a1a9[_0x219c60(0x291)]=_0x219c60(0x364),_0x49a1a9[_0x219c60(0x1d2)]=_0x219c60(0x20f);const _0x839e34=_0x49a1a9;try{const _0x18e8a1=this[_0x219c60(0x2a1)](_0x839e34['vInCo']);if(_0x839e34['AlAoZ'](!_0x9674b3,!_0x18e8a1)){logger[_0x219c60(0x29e)](_0x839e34['XosBQ']);return;}if(!_0x23f135||_0x839e34[_0x219c60(0x2e7)](_0x23f135,_0x839e34['ECiGi'])||_0x839e34[_0x219c60(0x2e7)](_0x23f135,'')){logger[_0x219c60(0x29e)](_0x839e34[_0x219c60(0x2be)]);return;}logger[_0x219c60(0x29e)](_0x219c60(0x3d1)+JSON['stringify'](_0x25a817)),_0x10b588&&(logger[_0x219c60(0x29e)](_0x839e34[_0x219c60(0x2bb)]),await this['performScanForCli'](_0x389828,_0x23f135,_0x839e34['uSozo'],_0x25a817,_0x9674b3,_0x839e34[_0x219c60(0x22b)]),_0x839e34[_0x219c60(0x352)](!_0x9674b3,_0x18e8a1)&&(logger['debug'](_0x839e34[_0x219c60(0x3cd)]),await PerformanceTester[_0x219c60(0x33e)](_0x839e34['BSaLI'],async()=>{const _0x4bc35f=_0x219c60;await this[_0x4bc35f(0x204)](_0x389828,_0x23f135,_0x839e34['vInCo'],_0x25a817,_0x9674b3,_0x839e34[_0x4bc35f(0x304)]);})()),logger[_0x219c60(0x35a)](_0x839e34[_0x219c60(0x1d2)]));}catch(_0x24985b){logger['error']('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x24985b[_0x219c60(0x397)]||_0x24985b['message']));}}async[a103_0x4b551a(0x380)](_0x159392){const _0x2d4127=a103_0x4b551a,_0x2944b8={};_0x2944b8[_0x2d4127(0x30f)]=function(_0x2a8416,_0x1a6d6f){return _0x2a8416!==_0x1a6d6f;},_0x2944b8[_0x2d4127(0x287)]='cucumber',_0x2944b8[_0x2d4127(0x28b)]=function(_0x200ee0,_0x3adcfa){return _0x200ee0!==_0x3adcfa;},_0x2944b8[_0x2d4127(0x319)]='jest',_0x2944b8[_0x2d4127(0x3a7)]=function(_0x3dce0d,_0x24ccb4){return _0x3dce0d!==_0x24ccb4;},_0x2944b8['UlfTl']='testcafe',_0x2944b8[_0x2d4127(0x309)]=_0x2d4127(0x328),_0x2944b8[_0x2d4127(0x284)]=_0x2d4127(0x255),_0x2944b8[_0x2d4127(0x2af)]=function(_0x4e5df9,_0x5818cc){return _0x4e5df9===_0x5818cc;},_0x2944b8[_0x2d4127(0x2bd)]=_0x2d4127(0x2ab),_0x2944b8[_0x2d4127(0x1e9)]=_0x2d4127(0x38c),_0x2944b8['jiYoR']=_0x2d4127(0x213),_0x2944b8[_0x2d4127(0x384)]=_0x2d4127(0x3c3),_0x2944b8[_0x2d4127(0x349)]='testhub_build_uuid',_0x2944b8[_0x2d4127(0x1f5)]=function(_0x190be9,_0x1f9799){return _0x190be9===_0x1f9799;},_0x2944b8[_0x2d4127(0x325)]='scan',_0x2944b8['dFZQj']=_0x2d4127(0x314);const _0x3ffaaf=_0x2944b8;if(_0x3ffaaf[_0x2d4127(0x30f)](_0x159392[_0x2d4127(0x1f9)],_0x3ffaaf[_0x2d4127(0x287)])&&_0x3ffaaf[_0x2d4127(0x28b)](_0x159392[_0x2d4127(0x1f9)],_0x3ffaaf[_0x2d4127(0x319)])&&_0x3ffaaf[_0x2d4127(0x3a7)](_0x159392['testFramework'],_0x3ffaaf[_0x2d4127(0x2e3)])){logger[_0x2d4127(0x29e)](_0x2d4127(0x3a1)+_0x159392[_0x2d4127(0x1f9)]+')');return;}logger[_0x2d4127(0x29e)]('onBeforeExecute:\x20command='+(_0x159392[_0x2d4127(0x2ba)]||_0x3ffaaf[_0x2d4127(0x309)])+_0x2d4127(0x370)+_0x159392[_0x2d4127(0x1f9)]);try{const _0x498571=_0x159392[_0x2d4127(0x2cd)]||AutomationFramework[_0x2d4127(0x253)](),_0x4e2c6a=TestFramework['getTrackedInstance'](),_0x28b532=_0x159392[_0x2d4127(0x2ba)]||_0x159392[_0x2d4127(0x2ae)]?.[_0x2d4127(0x2ff)]();if(!_0x28b532){logger['debug'](_0x3ffaaf['socaC']);return;}if(!this[_0x2d4127(0x1d5)]()){logger[_0x2d4127(0x29e)](_0x2d4127(0x275)+_0x28b532);return;}if(!this[_0x2d4127(0x355)](_0x28b532)){logger['debug'](_0x2d4127(0x367)+_0x28b532+_0x2d4127(0x39f));return;}const _0x4f6e06=_0x159392[_0x2d4127(0x297)]||global[_0x2d4127(0x3ab)]?.[_0x2d4127(0x3db)];if(!_0x4f6e06){logger['debug'](_0x2d4127(0x36a)+_0x28b532);return;}let _0x2ee90f='',_0x3fb871=null;if(_0x3ffaaf[_0x2d4127(0x2af)](_0x159392['testFramework'],_0x3ffaaf[_0x2d4127(0x319)])){_0x3fb871=_0x159392[_0x2d4127(0x20a)]?.[_0x2d4127(0x21c)]||_0x159392['testInfo']?.['id']||global[_0x2d4127(0x243)];if(!_0x3fb871){logger[_0x2d4127(0x30d)](_0x3ffaaf['voGHE']);return;}try{const _0x2b4b0c=await GrpcClient['getInstance']()[_0x2d4127(0x33c)](process[_0x2d4127(0x214)][_0x2d4127(0x3d9)],_0x3ffaaf[_0x2d4127(0x1e9)],_0x3ffaaf[_0x2d4127(0x387)],_0x3fb871),_0x4840fe=AccessibilityModule[_0x2d4127(0x1f4)](null,_0x2b4b0c);_0x2ee90f=_0x4840fe?.[_0x2d4127(0x1c6)]||'',logger[_0x2d4127(0x29e)](_0x2d4127(0x1e7)+_0x2ee90f+'\x20from\x20testIdentifier='+_0x3fb871);}catch(_0x5d8933){logger[_0x2d4127(0x2c6)](_0x2d4127(0x322)+_0x5d8933['message']);return;}}else _0x2ee90f=this[_0x2d4127(0x2cf)](_0x3ffaaf[_0x2d4127(0x384)])||'',!_0x2ee90f&&this[_0x2d4127(0x27a)]()&&(_0x2ee90f=accessibilityHelper[_0x2d4127(0x3b2)]());const _0x5d3986=this[_0x2d4127(0x2cf)](_0x3ffaaf[_0x2d4127(0x349)])||this[_0x2d4127(0x1fe)][this[_0x2d4127(0x2b0)]]||null,_0x4bc432=process[_0x2d4127(0x214)][_0x2d4127(0x30b)]||'',_0x34003c=this['getParamsForScanForCli'](_0x28b532,_0x2ee90f,_0x5d3986,_0x4bc432),_0x5af4be=_0x3ffaaf['NbWJn'](_0x159392['testFramework'],_0x3ffaaf[_0x2d4127(0x319)])?await AccessibilityModule[_0x2d4127(0x26b)](_0x3ffaaf[_0x2d4127(0x325)],_0x2ee90f,_0x3fb871):await AccessibilityModule[_0x2d4127(0x26b)](_0x3ffaaf[_0x2d4127(0x325)],_0x2ee90f);logger['info'](_0x2d4127(0x209)+(_0x34003c?JSON[_0x2d4127(0x277)](_0x34003c):_0x3ffaaf['dFZQj']));const _0x41cbeb=CLIUtils[_0x2d4127(0x201)](_0x34003c,_0x5af4be);logger[_0x2d4127(0x35a)]('MergedScanArgs:\x20'+(_0x41cbeb?JSON[_0x2d4127(0x277)](_0x41cbeb):_0x3ffaaf[_0x2d4127(0x21b)])),logger[_0x2d4127(0x29e)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x28b532);const _0x2144a8=await this[_0x2d4127(0x204)](_0x4f6e06,_0x2ee90f,_0x28b532,_0x41cbeb,this[_0x2d4127(0x22a)]);logger[_0x2d4127(0x29e)](_0x2d4127(0x3ad)+_0x28b532+',\x20\x0a\x20'+JSON['stringify'](_0x2144a8));}catch(_0x132705){logger['error'](_0x2d4127(0x38f)+(_0x132705[_0x2d4127(0x397)]||_0x132705[_0x2d4127(0x223)]));}}[a103_0x4b551a(0x1c3)](){const _0x5244dc=a103_0x4b551a;return this[_0x5244dc(0x1d5)]();}[a103_0x4b551a(0x27e)](_0x359cbb){const _0x2e9612=a103_0x4b551a,_0x178cde=CLIUtils[_0x2e9612(0x336)]();this[_0x2e9612(0x38c)][_0x2e9612(0x331)](_0x178cde,_0x359cbb);}async['initAccessibilityConfig'](_0x1cda9d){const _0x4be0a9=a103_0x4b551a,_0x297319={};_0x297319[_0x4be0a9(0x2f7)]=_0x4be0a9(0x328);const _0x50f38b=_0x297319;try{const _0x29df12=_0x1cda9d[_0x4be0a9(0x2cd)]||AutomationFramework[_0x4be0a9(0x253)](),_0x1c0ae6=_0x29df12?.[_0x4be0a9(0x1fc)]?.()?.['get']?.(this['KEY_INIT'])||![];if(_0x1c0ae6)return;PerformanceTester[_0x4be0a9(0x2b7)](EVENTS[_0x4be0a9(0x317)]);const _0x5f488f=await GrpcClient[_0x4be0a9(0x210)]()['getAccessibilityConfig'](_0x1cda9d);_0x5f488f&&_0x5f488f[_0x4be0a9(0x1ed)]&&_0x5f488f[_0x4be0a9(0x1ed)]()&&_0x5f488f[_0x4be0a9(0x1ed)]()[_0x4be0a9(0x1e0)]()?(await this[_0x4be0a9(0x1f6)](_0x5f488f,_0x1cda9d),_0x29df12?.[_0x4be0a9(0x1fc)]&&_0x29df12[_0x4be0a9(0x1fc)]()[_0x4be0a9(0x331)](this[_0x4be0a9(0x1c7)],!![]),logger[_0x4be0a9(0x29e)](_0x4be0a9(0x318)+(_0x29df12?.[_0x4be0a9(0x239)]?.()||_0x50f38b[_0x4be0a9(0x2f7)])+_0x4be0a9(0x34c))):logger['debug'](_0x4be0a9(0x318)+(_0x29df12?.[_0x4be0a9(0x239)]?.()||_0x50f38b[_0x4be0a9(0x2f7)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester[_0x4be0a9(0x2a4)](EVENTS[_0x4be0a9(0x317)]);}catch(_0x369ecd){PerformanceTester[_0x4be0a9(0x2a4)](EVENTS[_0x4be0a9(0x317)],![],_0x369ecd[_0x4be0a9(0x223)]),logger[_0x4be0a9(0x2c6)](_0x4be0a9(0x279)+(_0x369ecd[_0x4be0a9(0x397)]||_0x369ecd[_0x4be0a9(0x223)]));}}async[a103_0x4b551a(0x1f6)](_0x2630ee,_0x55fd21){const _0x1772ae=a103_0x4b551a;await this[_0x1772ae(0x3a2)](_0x2630ee,_0x55fd21);const _0x2b549a=_0x2630ee[_0x1772ae(0x1ed)]()[_0x1772ae(0x217)]();if(_0x2b549a){const _0x11dd22=_0x2630ee[_0x1772ae(0x260)]&&_0x2630ee[_0x1772ae(0x260)]();_0x11dd22&&(this[_0x1772ae(0x1fe)][this[_0x1772ae(0x2b0)]]=_0x11dd22[_0x1772ae(0x32c)]&&_0x11dd22[_0x1772ae(0x32c)]());}}[a103_0x4b551a(0x355)](_0x5c3e95){const _0x2f1806=a103_0x4b551a,_0x244c43={};_0x244c43[_0x2f1806(0x1db)]=function(_0x5b2ce5,_0x4f7e11){return _0x5b2ce5===_0x4f7e11;};const _0x494dfb=_0x244c43;try{if(!_0x5c3e95)return![];const _0x37ac43=this[_0x2f1806(0x1fe)]?.[_0x2f1806(0x396)]?.['commandsToWrap']?.[_0x2f1806(0x312)]||[],_0x10156f=_0x37ac43['some'](_0x32b31d=>{const _0x5e0157=_0x2f1806;return _0x32b31d[_0x5e0157(0x257)]&&_0x494dfb['EWIyw'](_0x32b31d['name']['toLowerCase'](),_0x5c3e95[_0x5e0157(0x398)]());});return logger['debug'](_0x2f1806(0x320)+_0x5c3e95+_0x2f1806(0x244)+_0x10156f+',\x20available\x20commands:\x20'+JSON['stringify'](_0x37ac43[_0x2f1806(0x2e6)](_0x348d19=>_0x348d19[_0x2f1806(0x257)]))),_0x10156f;}catch(_0x2c14da){return logger[_0x2f1806(0x29e)](_0x2f1806(0x3af)+_0x2c14da[_0x2f1806(0x223)]),![];}}[a103_0x4b551a(0x31d)](_0x131e3e){const _0x47cd2a=a103_0x4b551a,_0x20ddba={};_0x20ddba[_0x47cd2a(0x300)]=function(_0x4e56af,_0x3b5f66){return _0x4e56af===_0x3b5f66;},_0x20ddba[_0x47cd2a(0x29c)]=_0x47cd2a(0x306),_0x20ddba['PIlmB']='browserstack_executor';const _0xec4abb=_0x20ddba,_0x2e60ec=_0x131e3e[_0x47cd2a(0x254)]&&_0x131e3e['getScript']();return _0x2e60ec&&_0xec4abb[_0x47cd2a(0x300)](typeof _0x2e60ec,_0xec4abb[_0x47cd2a(0x29c)])&&_0x2e60ec[_0x47cd2a(0x1eb)](_0xec4abb[_0x47cd2a(0x296)]);}[a103_0x4b551a(0x2b5)](_0x306d57){const _0xe0b7bb=a103_0x4b551a,_0x48acb1={};_0x48acb1['lWeAM']=function(_0x585886,_0x4ba1d8){return _0x585886!==_0x4ba1d8;},_0x48acb1[_0xe0b7bb(0x22c)]=_0xe0b7bb(0x306),_0x48acb1['lhOay']=_0xe0b7bb(0x38c),_0x48acb1[_0xe0b7bb(0x374)]=_0xe0b7bb(0x213),_0x48acb1[_0xe0b7bb(0x236)]='getResults',_0x48acb1[_0xe0b7bb(0x2de)]=_0xe0b7bb(0x3c8);const _0x50a3ed=_0x48acb1,_0x52f826=_0x306d57[_0xe0b7bb(0x254)]&&_0x306d57['getScript']();if(!_0x52f826||_0x50a3ed[_0xe0b7bb(0x1e2)](typeof _0x52f826,_0x50a3ed['JwrfB']))return![];return _0x52f826[_0xe0b7bb(0x1eb)](_0x50a3ed[_0xe0b7bb(0x21a)])||_0x52f826[_0xe0b7bb(0x1eb)](_0x50a3ed[_0xe0b7bb(0x374)])||_0x52f826[_0xe0b7bb(0x1eb)](_0x50a3ed[_0xe0b7bb(0x236)])||_0x52f826[_0xe0b7bb(0x1eb)](_0x50a3ed[_0xe0b7bb(0x2de)]);}[a103_0x4b551a(0x27a)](){const _0x161265=a103_0x4b551a,_0x4b18c8={'Gmbms':function(_0x35d7be,_0x515e18){return _0x35d7be===_0x515e18;},'uCakn':_0x161265(0x392),'CcyCc':function(_0x5231fb,_0x3871b0){return _0x5231fb(_0x3871b0);},'axnPL':_0x161265(0x1cf),'EdzkA':'browserName','pnkyF':function(_0x51294d,_0x1ffd01){return _0x51294d(_0x1ffd01);},'WgtJD':_0x161265(0x208),'BJHHJ':function(_0x330555,_0x3f1c48){return _0x330555(_0x3f1c48);},'NnEqS':_0x161265(0x31a)};try{const _0x168c64=this['accessibilityConfig']?.[_0x161265(0x396)]?.[_0x161265(0x321)]||[],_0xc69d39=_0x5121f4=>{const _0xe4fab6=_0x161265,_0x333784=_0x168c64[_0xe4fab6(0x30e)](_0x4d17ae=>(typeof _0x4d17ae[_0xe4fab6(0x2ff)]===_0xe4fab6(0x392)?_0x4d17ae[_0xe4fab6(0x2ff)]():_0x4d17ae[_0xe4fab6(0x257)])===_0x5121f4);return _0x333784?_0x4b18c8['Gmbms'](typeof _0x333784['getValue'],_0x4b18c8[_0xe4fab6(0x330)])?_0x333784[_0xe4fab6(0x2b6)]():_0x333784[_0xe4fab6(0x2b3)]:null;},_0x532bb0=_0x4b18c8[_0x161265(0x3a5)](_0xc69d39,_0x4b18c8[_0x161265(0x38b)]),_0x2daf1e=_0x4b18c8['CcyCc'](_0xc69d39,_0x4b18c8['EdzkA']),_0x2e5462=global[_0x161265(0x26c)]||_0x532bb0&&_0x4b18c8[_0x161265(0x219)](_0x4b18c8[_0x161265(0x202)](String,_0x532bb0)[_0x161265(0x398)](),_0x4b18c8[_0x161265(0x212)])&&_0x2daf1e&&_0x4b18c8[_0x161265(0x362)](String,_0x2daf1e)[_0x161265(0x398)]()[_0x161265(0x1eb)](_0x4b18c8['NnEqS']);if(!_0x2e5462)return![];if(!accessibilityHelper[_0x161265(0x1de)]())return!this[_0x161265(0x30a)]&&(logger[_0x161265(0x30d)](accessibilityHelper[_0x161265(0x2d4)]),this[_0x161265(0x30a)]=!![]),![];return!![];}catch(_0x30e204){return logger[_0x161265(0x29e)](_0x161265(0x3cf)+_0x30e204[_0x161265(0x223)]),![];}}[a103_0x4b551a(0x366)](_0x385c46,_0x27494f,_0xdb1cba,_0xd585b){const _0x1da79a=a103_0x4b551a,_0xb26707={};_0xb26707[_0x1da79a(0x23d)]=function(_0x266446,_0x57b4f0){return _0x266446||_0x57b4f0;},_0xb26707['kASio']=function(_0x48a690,_0x4b3f4e){return _0x48a690&&_0x4b3f4e;},_0xb26707[_0x1da79a(0x234)]=_0x1da79a(0x350);const _0x5229fa=_0xb26707;let _0x6c4322=_0x5229fa[_0x1da79a(0x23d)](_0x27494f,'');const _0x2eced4=!this[_0x1da79a(0x22a)]&&this[_0x1da79a(0x27a)]();_0x5229fa[_0x1da79a(0x339)](_0x2eced4,!_0x6c4322)&&(_0x6c4322=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x158b58={'command':_0x385c46,'thTestRunUuid':_0x6c4322,'thBuildUuid':_0x5229fa[_0x1da79a(0x23d)](_0xdb1cba,''),'thJwtToken':_0x5229fa[_0x1da79a(0x23d)](_0xd585b,''),'timestamp':new Date()[_0x1da79a(0x37f)]()};return _0x2eced4&&(_0x158b58[_0x1da79a(0x1dc)]=!![],logger[_0x1da79a(0x29e)](_0x5229fa['csOUw'])),_0x158b58;}[a103_0x4b551a(0x2a1)](_0x9f7999){const _0x9fa1ef=a103_0x4b551a,_0x388ef7={};_0x388ef7['fYkvy']=function(_0x100209,_0x3f0258){return _0x100209||_0x3f0258;};const _0x107701=_0x388ef7;try{const _0x366ab1=this['accessibilityConfig']?.[_0x9fa1ef(0x396)]?.[_0x9fa1ef(0x1f7)]||[],_0x493be4=_0x366ab1['find'](_0x36345a=>_0x36345a['name']===_0x9f7999);return _0x107701[_0x9fa1ef(0x33d)](_0x493be4,null);}catch(_0x374eab){return logger[_0x9fa1ef(0x29e)](_0x9fa1ef(0x262)+_0x9f7999+':\x20'+_0x374eab[_0x9fa1ef(0x223)]),null;}}async['executeScriptByName'](_0x534db8,_0x5c6984,_0x3fbec1=null){const _0x1ab7d3=a103_0x4b551a,_0xf2d206={'tcXzc':function(_0x445483,_0x493d5a){return _0x445483(_0x493d5a);},'roBbN':'../../playwright/accessibility-helper'};try{if(!_0x534db8)return logger[_0x1ab7d3(0x29e)](_0x1ab7d3(0x3d6)+_0x5c6984),null;const _0x281b97=this[_0x1ab7d3(0x2a1)](_0x5c6984);if(!_0x281b97||!_0x281b97[_0x1ab7d3(0x2ae)])return logger['debug'](_0x1ab7d3(0x38a)+_0x5c6984+'\x20script\x20available'),null;logger['debug'](_0x1ab7d3(0x313)+_0x5c6984+_0x1ab7d3(0x3b0));const _0x3309bf=_0xf2d206[_0x1ab7d3(0x3d4)](require,_0xf2d206[_0x1ab7d3(0x359)]),_0x362373=_0x3fbec1?await _0x3309bf[_0x1ab7d3(0x295)](_0x534db8,_0x281b97[_0x1ab7d3(0x2ae)],_0x3fbec1):await _0x3309bf[_0x1ab7d3(0x295)](_0x534db8,_0x281b97[_0x1ab7d3(0x2ae)]);return _0x362373;}catch(_0x208bb0){return logger['error'](_0x1ab7d3(0x323)+_0x5c6984+':\x20'+(_0x208bb0[_0x1ab7d3(0x397)]||_0x208bb0['message'])),null;}}async[a103_0x4b551a(0x204)](_0xbea2e7,_0x4a9035,_0x1ccc7b,_0x52e2f3,_0x176f0d,_0x4178b7='scan'){const _0x4aa407=a103_0x4b551a,_0x3122af={'BXYgT':function(_0x23095d,_0x4146fb){return _0x23095d===_0x4146fb;},'ZqRBZ':_0x4aa407(0x345),'GnAIh':function(_0x6103e6,_0x205aea){return _0x6103e6(_0x205aea);},'vyZYj':_0x4aa407(0x38e)};try{logger[_0x4aa407(0x29e)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1ccc7b+_0x4aa407(0x23f)+_0x4178b7);const _0x4a3f4c=this['getScriptByName'](_0x4178b7);if(!_0x4a3f4c||!_0x4a3f4c[_0x4aa407(0x2ae)]){logger['debug']('performScanForCli:\x20No\x20'+_0x4178b7+_0x4aa407(0x24c));return;}if(_0x3122af[_0x4aa407(0x363)](_0x4178b7,_0x3122af[_0x4aa407(0x33f)])){const _0x290d83=_0x3122af[_0x4aa407(0x1e8)](require,_0x3122af[_0x4aa407(0x1fd)]),_0x230848={};_0x230848[_0x4aa407(0x2ae)]=_0x1ccc7b;const _0x4461b=await PerformanceTester[_0x4aa407(0x33e)](PerformanceA11yEvents[_0x4aa407(0x1d9)],async()=>{const _0x3c3b33=_0x4aa407;return await _0x290d83[_0x3c3b33(0x295)](_0xbea2e7,_0x4a3f4c['command'],_0x52e2f3);},_0x230848)();return logger[_0x4aa407(0x35a)]('Page\x20'+_0x4178b7+_0x4aa407(0x299)+_0x1ccc7b+':\x20'+util[_0x4aa407(0x34a)](_0x4461b)),_0x4461b;}const _0x526a1c=_0x3122af[_0x4aa407(0x1e8)](require,_0x3122af[_0x4aa407(0x1fd)]),_0x452492=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0xc335bb=_0x4aa407;return await _0x526a1c[_0xc335bb(0x295)](_0xbea2e7,_0x4a3f4c['command'],_0x52e2f3);})();return logger['info'](_0x4aa407(0x292)+_0x4178b7+'\x20result\x20for\x20'+_0x1ccc7b+':\x20'+util['format'](_0x452492)),_0x452492;}catch(_0x4e4e84){logger[_0x4aa407(0x2c6)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x4178b7+':\x20'+(_0x4e4e84['stack']||_0x4e4e84[_0x4aa407(0x223)]));}}async['validatePlatformForAccessibility'](_0x4bde6d){const _0x236f90=a103_0x4b551a,_0x1fbf1f={'vbjKa':function(_0x4b8188,_0x5aa20d){return _0x4b8188(_0x5aa20d);},'OvyBM':_0x236f90(0x285)};try{const _0x5f2596=_0x1fbf1f[_0x236f90(0x3a6)](require,_0x1fbf1f[_0x236f90(0x23a)]);return await _0x5f2596[_0x236f90(0x36b)](_0x4bde6d);}catch(_0x21d62a){return logger[_0x236f90(0x2c6)](_0x236f90(0x2c4)+(_0x21d62a[_0x236f90(0x397)]||_0x21d62a['message'])),![];}}[a103_0x4b551a(0x2f2)](_0xb512f3,_0xc13b54,_0x3ad5f7){const _0x34c235=a103_0x4b551a,_0x6987ed={'vsgHK':function(_0x5b7c9e,_0x447a41){return _0x5b7c9e(_0x447a41);},'wZrHC':_0x34c235(0x38e),'ooJwl':'\x22browserstack.user\x22:\x22[REDACTED]\x22','hIQkA':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x4dcb5d=_0x6987ed[_0x34c235(0x1dd)](require,_0x6987ed[_0x34c235(0x231)]);_0x4dcb5d[_0x34c235(0x2f2)](_0xb512f3,_0xc13b54,_0x3ad5f7);const _0x293ed4=JSON['stringify'](_0xb512f3)[_0x34c235(0x32f)](/"browserstack\.user":"[^"]*"/g,_0x6987ed[_0x34c235(0x1f8)])[_0x34c235(0x32f)](/"browserstack\.key":"[^"]*"/g,_0x6987ed['hIQkA']);logger[_0x34c235(0x29e)](_0x34c235(0x241)+global[_0x34c235(0x298)]+'\x20'+_0x293ed4);}catch(_0x2a4781){logger[_0x34c235(0x2c6)](_0x34c235(0x22e)+(_0x2a4781[_0x34c235(0x397)]||_0x2a4781['message']));}}async['_pollUntilNonEmpty']({fetchFn:_0x156391,isNonEmpty:_0x35df68,resultDetail:_0x5914b1,totalMs:_0x4bcb8d,intervalMs:_0x2975ee,name:_0x503416}){const _0x3669a2=a103_0x4b551a,_0x2395f9={'NnxPw':function(_0x4e40a9,_0x3ff4f0){return _0x4e40a9+_0x3ff4f0;},'EoNXp':function(_0x4841c3,_0x45cfbf){return _0x4841c3<_0x45cfbf;},'DMros':function(_0x3c7aa8){return _0x3c7aa8();},'MrudU':function(_0x487bbd,_0x55e156){return _0x487bbd(_0x55e156);},'sfQFq':function(_0x285319,_0x14b9a8){return _0x285319(_0x14b9a8);},'bbDkB':function(_0x49cf66,_0x323e72){return _0x49cf66>=_0x323e72;},'ErZJb':function(_0x39da9a,_0x47e736){return _0x39da9a-_0x47e736;},'ihvvl':function(_0x3078fe,_0x55c0f3){return _0x3078fe(_0x55c0f3);}},_0x1f29dd=Date['now'](),_0x400dd5=_0x2395f9[_0x3669a2(0x271)](_0x1f29dd,_0x4bcb8d);let _0x3fec4f=0x0,_0x4373ac=null,_0x173183=![];while(_0x2395f9['EoNXp'](Date['now'](),_0x400dd5)){_0x3fec4f++,_0x4373ac=await _0x2395f9[_0x3669a2(0x338)](_0x156391),_0x173183=_0x2395f9['MrudU'](_0x35df68,_0x4373ac),logger[_0x3669a2(0x29e)]('['+_0x503416+_0x3669a2(0x310)+_0x3fec4f+'\x20'+_0x2395f9[_0x3669a2(0x382)](_0x5914b1,_0x4373ac));if(_0x173183)break;if(_0x2395f9[_0x3669a2(0x3c5)](_0x2395f9['NnxPw'](Date[_0x3669a2(0x324)](),_0x2975ee),_0x400dd5))break;await new Promise(_0x420c61=>setTimeout(_0x420c61,_0x2975ee));}return!_0x173183&&logger['warn']('['+_0x503416+_0x3669a2(0x2da)+_0x3fec4f+_0x3669a2(0x2bc)+_0x2395f9['ErZJb'](Date[_0x3669a2(0x324)](),_0x1f29dd)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x2395f9[_0x3669a2(0x35f)](_0x5914b1,_0x4373ac)+_0x3669a2(0x26f)),_0x4373ac;}async['getAccessibilityResults'](_0x226931){const _0x149d8f=a103_0x4b551a,_0x896533={};_0x896533[_0x149d8f(0x3de)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x896533[_0x149d8f(0x337)]=function(_0x17d396,_0x4b6804){return _0x17d396>_0x4b6804;},_0x896533[_0x149d8f(0x2a2)]=_0x149d8f(0x383);const _0x5b7eac=_0x896533;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x149d8f(0x30d)](_0x5b7eac[_0x149d8f(0x3de)]),[];const _0x3e7d49=this[_0x149d8f(0x27a)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x5b7eac[_0x149d8f(0x337)](Object[_0x149d8f(0x222)](_0x3e7d49)[_0x149d8f(0x35d)],0x0)&&logger[_0x149d8f(0x29e)](_0x149d8f(0x37d)+JSON[_0x149d8f(0x277)](_0x3e7d49));const _0x5d6081=await this['_pollUntilNonEmpty']({'fetchFn':()=>Object['keys'](_0x3e7d49)['length']>0x0?this[_0x149d8f(0x394)](_0x226931,_0x149d8f(0x240),_0x3e7d49):this[_0x149d8f(0x394)](_0x226931,'getResults'),'isNonEmpty':_0xdd8f5e=>Array[_0x149d8f(0x242)](_0xdd8f5e)&&_0xdd8f5e[_0x149d8f(0x35d)]>0x0,'resultDetail':_0x2f32e3=>_0x149d8f(0x360)+(Array[_0x149d8f(0x242)](_0x2f32e3)?_0x2f32e3[_0x149d8f(0x35d)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5b7eac[_0x149d8f(0x2a2)]});return _0x5d6081||[];}catch(_0x505038){return logger['error'](_0x149d8f(0x386)+(_0x505038['stack']||_0x505038[_0x149d8f(0x223)])),[];}}async[a103_0x4b551a(0x3aa)](_0x208559){const _0x2302bd=a103_0x4b551a,_0x740290={'nWsnW':function(_0x2168b2,_0xa0c9e,_0x4a5974){return _0x2168b2(_0xa0c9e,_0x4a5974);},'XgUHS':_0x2302bd(0x345),'YdPZb':function(_0x2990cb,_0x3caf30){return _0x2990cb(_0x3caf30);},'hFoyt':_0x2302bd(0x3b6),'MqmYg':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','JkGTM':function(_0x4620f1,_0x2bb4a5){return _0x4620f1(_0x2bb4a5);},'xxZDP':_0x2302bd(0x3c9),'aCWZP':function(_0x55aa44,_0x303f63){return _0x55aa44===_0x303f63;},'djItf':_0x2302bd(0x26e),'DslTO':_0x2302bd(0x1f3),'daWCL':_0x2302bd(0x38c),'QodHf':_0x2302bd(0x1ca),'ZPKOC':_0x2302bd(0x3aa),'kVuMn':_0x2302bd(0x3c3),'mEYel':_0x2302bd(0x2ef),'IOPLP':_0x2302bd(0x3bb),'ZBgkU':_0x2302bd(0x329),'zmdEG':_0x2302bd(0x233),'BKvyr':function(_0x465eae,_0x5018c0){return _0x465eae===_0x5018c0;},'GBrds':_0x2302bd(0x3dd)};try{if(!this[_0x2302bd(0x1d5)]())return logger['warn'](_0x740290[_0x2302bd(0x36f)]),{};const _0x1a6b04=_0x740290['JkGTM'](require,_0x740290[_0x2302bd(0x2fd)]),_0x3aa73d=_0x1a6b04[_0x2302bd(0x3ae)](),_0x20e1a6=_0x740290['aCWZP'](_0x3aa73d?.[_0x2302bd(0x257)]?.[_0x2302bd(0x398)](),_0x740290[_0x2302bd(0x393)]);let _0x55a6c6='',_0x107e03=null,_0x30d0ff=null;if(_0x20e1a6){_0x107e03=global[_0x2302bd(0x243)]||global['__workerDetails']?.['currentTest']?.['testAnalyticsId']||global['__workerDetails']?.['currentTest']?.['id'];if(!_0x107e03)return logger[_0x2302bd(0x30d)](_0x740290[_0x2302bd(0x28a)]),{};try{const _0x4734f6=await GrpcClient[_0x2302bd(0x210)]()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x740290[_0x2302bd(0x1e4)],_0x740290[_0x2302bd(0x32a)],_0x107e03),_0xc1e78d=AccessibilityModule[_0x2302bd(0x1f4)](null,_0x4734f6);_0x55a6c6=_0xc1e78d?.[_0x2302bd(0x1c6)]||'',logger[_0x2302bd(0x29e)](_0x2302bd(0x2aa)+_0x55a6c6+_0x2302bd(0x28f)+_0x107e03);const _0x2decea=await AccessibilityModule[_0x2302bd(0x26b)](_0x740290['hFoyt'],_0x55a6c6,_0x107e03),_0x1651bb=this[_0x2302bd(0x2cf)](_0x740290[_0x2302bd(0x2ac)])||this[_0x2302bd(0x1fe)][this[_0x2302bd(0x2b0)]]||null,_0x3efb32=process[_0x2302bd(0x214)][_0x2302bd(0x30b)]||'',_0x43eebf=this[_0x2302bd(0x366)](_0x740290[_0x2302bd(0x29a)],_0x55a6c6,_0x1651bb,_0x3efb32);_0x30d0ff=_0x1a6b04[_0x2302bd(0x201)](_0x43eebf,_0x2decea),logger['debug'](_0x2302bd(0x389)+JSON['stringify'](_0x30d0ff));}catch(_0x25143d){return logger['error'](_0x2302bd(0x346)+_0x25143d['message']),{};}}else{_0x55a6c6=this[_0x2302bd(0x2cf)](_0x740290[_0x2302bd(0x24b)])||'';!_0x55a6c6&&this[_0x2302bd(0x27a)]()&&(_0x55a6c6=accessibilityHelper[_0x2302bd(0x3b2)]());const _0x35126e=this[_0x2302bd(0x2cf)](_0x740290[_0x2302bd(0x2ac)])||this[_0x2302bd(0x1fe)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x316e56=process[_0x2302bd(0x214)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x30d0ff=this[_0x2302bd(0x366)](_0x740290[_0x2302bd(0x29a)],_0x55a6c6,_0x35126e,_0x316e56);}logger[_0x2302bd(0x29e)](_0x740290[_0x2302bd(0x1e3)]);const _0xe164b7=0x15f90,_0x243fb5=0x1388;try{await PerformanceTester[_0x2302bd(0x33e)](PerformanceA11yEvents[_0x2302bd(0x1d9)],async()=>{const _0x4aa8ac=_0x2302bd,_0xd77b2d=this[_0x4aa8ac(0x394)](_0x208559,_0x740290['XgUHS'],_0x30d0ff);let _0x5c779d;const _0x589e56=new Promise((_0x4c5d37,_0x4a682b)=>{const _0x409754=_0x4aa8ac;_0x5c779d=_0x740290[_0x409754(0x2a9)](setTimeout,()=>_0x4a682b(new Error('performScan\x20capped\x20at\x20'+_0xe164b7+'ms')),_0xe164b7);});try{const _0x69c2dd=await Promise[_0x4aa8ac(0x3c2)]([_0xd77b2d,_0x589e56]);logger[_0x4aa8ac(0x29e)](_0x4aa8ac(0x273)+util[_0x4aa8ac(0x34a)](_0x69c2dd));}finally{_0x740290[_0x4aa8ac(0x315)](clearTimeout,_0x5c779d);}},{'command':_0x740290[_0x2302bd(0x29a)]})();}catch(_0x47666e){logger[_0x2302bd(0x30d)](_0x2302bd(0x2c8)+_0x47666e[_0x2302bd(0x223)]+_0x2302bd(0x248)),global[_0x2302bd(0x2dc)]={'reason':_0x740290[_0x2302bd(0x25f)],'at':Date[_0x2302bd(0x324)](),'where':_0x740290[_0x2302bd(0x245)]},await new Promise(_0x133a1a=>setTimeout(_0x133a1a,_0x243fb5)),logger[_0x2302bd(0x29e)](_0x2302bd(0x2f1)+_0x243fb5+_0x2302bd(0x395));}const _0x1b36e3=await this[_0x2302bd(0x270)]({'fetchFn':()=>PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x58e6a9=_0x2302bd;return await this[_0x58e6a9(0x394)](_0x208559,_0x740290[_0x58e6a9(0x32a)],_0x30d0ff);})(),'isNonEmpty':_0x57f3d0=>_0x57f3d0&&typeof _0x57f3d0[_0x2302bd(0x3b8)]==='number'&&_0x57f3d0[_0x2302bd(0x3b8)]>0x0,'resultDetail':_0x38e1ed=>_0x2302bd(0x2d6)+(_0x38e1ed&&typeof _0x38e1ed[_0x2302bd(0x3b8)]===_0x2302bd(0x37b)?_0x38e1ed[_0x2302bd(0x3b8)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x740290[_0x2302bd(0x245)]});if(!_0x1b36e3)return logger[_0x2302bd(0x29e)](_0x740290[_0x2302bd(0x32e)]),{};return _0x740290[_0x2302bd(0x1c0)](typeof _0x1b36e3,_0x740290[_0x2302bd(0x388)])&&global[_0x2302bd(0x2dc)]&&(_0x1b36e3[_0x2302bd(0x247)]=!![],_0x1b36e3[_0x2302bd(0x215)]=global[_0x2302bd(0x2dc)][_0x2302bd(0x3dc)]),_0x1b36e3;}catch(_0x1085c0){return logger['error'](_0x2302bd(0x264)+(_0x1085c0[_0x2302bd(0x397)]||_0x1085c0[_0x2302bd(0x223)])),{};}}async[a103_0x4b551a(0x3cc)](_0x51a03a,_0xc5febc,_0x36d959=null){const _0x56fb75=a103_0x4b551a,_0x298901={};_0x298901[_0x56fb75(0x269)]=_0x56fb75(0x2db),_0x298901[_0x56fb75(0x2b1)]=_0x56fb75(0x340),_0x298901[_0x56fb75(0x3d2)]=_0x56fb75(0x2ea);const _0x2ab096=_0x298901;try{if(!_0x51a03a)return logger[_0x56fb75(0x29e)](_0x2ab096[_0x56fb75(0x269)]),null;if(!_0xc5febc)return logger[_0x56fb75(0x29e)](_0x2ab096[_0x56fb75(0x2b1)]),null;logger['debug'](_0x2ab096[_0x56fb75(0x3d2)]);const _0x48c366=_0x36d959?await _0x51a03a[_0x56fb75(0x2e1)](_0xc5febc,_0x36d959):await _0x51a03a[_0x56fb75(0x2e1)](_0xc5febc);return _0x48c366;}catch(_0x2c07b5){return logger[_0x56fb75(0x2c6)](_0x56fb75(0x221)+(_0x2c07b5[_0x56fb75(0x397)]||_0x2c07b5[_0x56fb75(0x223)])),null;}}static[a103_0x4b551a(0x1f4)](_0x20048b,_0xfe562c){const _0x4a82af=a103_0x4b551a,_0x153de5={};_0x153de5[_0x4a82af(0x327)]='ascii';const _0x4cddc9=_0x153de5,_0x5a85e7={};_0x5a85e7[_0x4a82af(0x1c6)]=_0x20048b;const _0x83105=_0x5a85e7;let _0x2ad124={};if(_0xfe562c[_0x4a82af(0x1e0)]()&&_0xfe562c[_0x4a82af(0x21f)]())try{_0x2ad124=JSON[_0x4a82af(0x35b)](new Buffer(_0xfe562c[_0x4a82af(0x24f)]())[_0x4a82af(0x2a5)](_0x4cddc9[_0x4a82af(0x327)]));}catch(_0x479a03){logger['error']('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x479a03['message']),_0x2ad124={};}return CLIUtils['mergeObject'](_0x83105,_0x2ad124);}static async['fetchCentralAuthA11yConfig'](_0x542d25,_0x145935='',_0x26f1d2=null){const _0x2a1898=a103_0x4b551a,_0x2aeef0={};_0x2aeef0[_0x2a1898(0x332)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x2aeef0[_0x2a1898(0x3ac)]=_0x2a1898(0x38c);const _0x17fed5=_0x2aeef0;try{if(!_0x26f1d2&&AccessibilityModule[_0x2a1898(0x3ba)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x2a1898(0x214)][_0x2a1898(0x3d9)])return logger['error'](_0x17fed5['VoiGE']),{};const _0x168082=await GrpcClient[_0x2a1898(0x210)]()['fetchDriverExecuteParamsEvent'](process[_0x2a1898(0x214)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x17fed5[_0x2a1898(0x3ac)],_0x542d25,_0x26f1d2),_0x2c49f7=_0x26f1d2?AccessibilityModule[_0x2a1898(0x1f4)](null,_0x168082)?.[_0x2a1898(0x1c6)]||_0x145935:_0x145935,_0x273803=AccessibilityModule[_0x2a1898(0x1f4)](_0x2c49f7,_0x168082);return!_0x26f1d2&&(AccessibilityModule[_0x2a1898(0x1e6)]=_0x273803,AccessibilityModule[_0x2a1898(0x3ba)]=!![]),_0x273803;}catch(_0x3e13ba){return logger[_0x2a1898(0x2c6)](_0x2a1898(0x36e)+_0x542d25+':\x20'+(_0x3e13ba[_0x2a1898(0x397)]||_0x3e13ba[_0x2a1898(0x223)])),{};}}}function a103_0x1c9c(){const _0x23a70=['loadAccessibilityConfig','scriptsList','ooJwl','testFramework','getTestId','digest','getData','vyZYj','accessibilityConfig','\x20testHubUuid=','ZDyPD','mergeObject','pnkyF','main','performScanForCli','headless','getState','applySendMessageToServerPatch','android','ScanArgs:\x20','testInfo','NDGNQ','bDdYz','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','fdHKQ','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','getInstance','zHjKO','WgtJD','performScan','env','degradedReason','4795010DkmeZZ','getOptions','zhqkQ','Gmbms','lhOay','dFZQj','testAnalyticsId',']\x20should\x20run\x20accessibility\x20value=','934472KmXMID','hasAccessibilityExecuteParams','duprE','Error\x20in\x20performPageScan:\x20','keys','message','CmWKv','update','getMinVersionForBrowser','getModuleName','CKciG','test-tags-->\x20','isAppAccessibility','RAkhy','JwrfB','tKONI','Error\x20in\x20processAccessibilityCaps:\x20','iRMMf','tVxYg','wZrHC','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','No\x20summaryResults\x20found.','csOUw','6UiVrUH','oXYRQ',',\x20testName=','oARcg','getPlatformIndex','OvyBM','cIJpw','zxQKY','UabyQ','registerObserver','\x20using\x20script:\x20','getResults','Processed\x20accessibility\x20caps\x20','isArray','__jestCurrentTestIdentifier','\x20->\x20','ZBgkU','bind','degraded','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','startsWith','JEST_WORKER_ID','kVuMn','\x20script\x20available\x20in\x20scriptsList','noFTM','EPRvA','getAccessibilityExecuteParams','onBeforeTest','rYNmn','stopTestCapture','getTrackedInstance','getScript','onBeforeExecute:\x20No\x20command\x20name\x20provided','cKYjN','name','launchCaps','uvlXF',',\x20tags=','WdiLr','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','IOPLP','getTesthub','getGoogleChromeOptions','Error\x20getting\x20script\x20by\x20name\x20','EXECUTE','Error\x20in\x20getAccessibilityResultsSummary:\x20','efhKI','Error\x20in\x20stopTestCapture:\x20','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','version','ZNxkq',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','fetchCentralAuthA11yConfig','isMobilePlatform','yNaBM','jest',');\x20returning\x20last\x20value','_pollUntilNonEmpty','NnxPw','sha256','Scan\x20result:\x20','../state/hookState','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','woPkz','stringify','LOG_DISABLED_SHOWN','Error\x20in\x20initAccessibilityConfig:\x20','isMobileWebSession','363105YnarHU','zZWHz','XosBQ','setShouldScanCurrentTest','getContext','SreFD','setShouldScan','isPlatformSupported:\x20caps\x20are\x20null','isEnabledTestcase','socaC','../../../helpers/accessibility-automation/helper','testcafe','aYElc','12|4|2|0|10|6|15|16|14|7|13|5|1|3|11|8|9','getCapabilitiesList','DslTO','hytYN','join','KhpyA','toObject','\x20from\x20testIdentifier=','vyJQl','BSaLI','Page\x20','onAfterTest','KEY_TEST_NAME','browserStackEvaluate','PIlmB','page','accessibilityPlatform','\x20result\x20for\x20','ZPKOC','MkGlr','DuZDf','eHlVc','debug','finishScanningForCli','uBWKU','getScriptByName','HTXqy',',\x20includeTags=','end','toString','GQKSn','getCommandsList','../framework/automationFramework','nWsnW','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','QodHf','YwzOZ','command','EDeVS','KEY_TESTHUB_BUILD_ID','TsmIb','1216745BzRuBf','value','404JJYiKK','isAccessibilityScriptCommand','getValue','start','__accessibilityOptions','ZLWct','commandName','DlIti','x\x20over\x20','voGHE','lSFHC','goog:chromeOptions','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','split','get','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','Error\x20in\x20validatePlatformForAccessibility:\x20','ONVAW','error','CbNNc','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','lYDwZ','Context','getPlatformCaps','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','instance','platformCaps','getCapabilityValue','nRXqi','45vnBuuq','createHash','lDBcv','MOBILE_SCANNING_DISABLED_WARNING','pid','totalIssueCount=','QgcFu','1351520ufDxLK','vMWTe',']\x20polled\x20','performPageScan:\x20Page\x20is\x20null','__bstackA11yScanCapHit','../../../helpers/accessibility-automation/scripts','bySFL','../state/automationFrameworkState','updateData','evaluate','DohzU','UlfTl','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','FOdbv','map','kTLag','bcNBO','wsCnu','Executing\x20accessibility\x20script\x20on\x20page','--headless','capabilities','QVwcQ','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','Performing\x20scan\x20before\x20getting\x20results\x20summary','fduZT','[AccessibilityModule.getResultsSummary]\x20waited\x20','processAccessibilityCaps','AlAoZ','some','tlcxA','crypto','TvdYy','requiresChromeOptionsValidation','not-array','PNIAD','browserVersion','EydAz','xxZDP','includeTagsInTestingScope','getName','AKcKk','BROWSERSTACK_TEST_ACCESSIBILITY_YML','wsTtY','isEnabled','vInCo',']\x20isEnabledTestcase\x20(jest)\x20result=','string','testFrameworkData','../TestInfo.js','gmPUu','_mobileScanningDisabledLogged','BROWSERSTACK_TESTHUB_JWT','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','warn','find','PaxcP',']\x20poll\x20attempt=','getCapabilities','commandsList','Executing\x20','null','YdPZb','Error\x20checking\x20headless\x20capability:\x20','SDK_ACCESSIBILITY_CONFIG','[platform\x20-\x20','FMRsv','chrome','setAccessibilityToken','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','isBrowserstackScriptCommand','PdXrX','NrtNX','shouldScanForCommand:\x20','capabilitiesList','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','Error\x20executing\x20script\x20','now','gRTRK','GBWBo','TQCLj','unknown','AccessibilityModule.getResultsSummary','hFoyt','uayvc','getBuildId','daNwR','zmdEG','replace','uCakn','set','VoiGE','YfCam','browserstack.accessibilityOptions.scannerVersion','../../../helpers/performance/performance-tester.js','getCurrentInstanceName','TlFRx','DMros','kASio','true','BS_A11Y_JWT','fetchDriverExecuteParamsEvent','fYkvy','measureWrapper','ZqRBZ','performPageScan:\x20Script\x20is\x20null','OZYvc','uSozo','TEST_INIT','browserstack.accessibilityOptions.wcagVersion','scan','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20token_fp=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','ndHft','format','\x20browser\x20version\x20greater\x20than\x20',']\x20Accessibility\x20configuration\x20initialized\x20successfully','fgOIQ','util','fGaNs','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','cucumber','XdEkl','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','Error\x20getting\x20capability\x20value\x20for\x20','shouldScanForCommand','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','ECiGi','InPgf','roBbN','info','parse','isVersionSupported','length','browser_version','ihvvl','count=','WdovN','BJHHJ','BXYgT','a11y:save-results','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','getParamsForScanForCli','onBeforeExecute:\x20Command\x20','\x20a11yToken=','4611pSCtep','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','platformValidation','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','GFgLp','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','MqmYg',',\x20framework=','getTestDetails','../framework/testFramework','../../utils/playwright-patcher','ijtGJ','Exception\x20in\x20isPlatformSupported:\x20','WXoCx','zrcbZ','[AccessibilityModule]\x20onAfterTest:\x20framework=','RJnwP','oiWsh','number','isBrowserSupportedForAccessibility','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','HnMZg','toISOString','onBeforeExecute','IuKaV','sfQFq','AccessibilityModule.getResults','veeVH','--headless=','Error\x20in\x20getAccessibilityResults:\x20','jiYoR','GBrds','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','executeScriptByName:\x20No\x20','axnPL','accessibility','OpVLk','../../playwright/accessibility-helper','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','assign','vAwVJ','function','djItf','executeScriptByName','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','options','stack','toLowerCase','isAccessibilityAutomationSession','titlePath','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','ackuk','IEHAb','ZiPpo','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','trim','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','setAccessibilityConfig','isPlatformSupported','bQwqh','CcyCc','vbjKa','htxtb','RehCy','IZTcy','getAccessibilityResultsSummary','__workerDetails','MmFlI','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','getTestFrameworkDetail','Error\x20in\x20shouldScanForCommand:\x20','\x20accessibility\x20script\x20on\x20page','gshdo','resolveMobileThTestRunUuid','fbJsK','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getResultsSummary','browserstack.accessibilityOptions.authToken','totalIssueCount','delete','_centralAuthConfigFetched','SCAN_CAP_HIT','../grpcClient','_sendMessageServerPatchApplied','scannerVersion','setLogDisabledShown','CGGfl','IlsxW','race','test_run_id','cEXqS','bbDkB','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','saveTestResults','../cliUtils','browser','Error\x20applying\x20sendMessageToServer\x20patch:\x20','performPageScan','tjqsf','Accessibility\x20data\x20for\x20extension:\x20','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','NON_BROWSERSTACK_AUTOMATION_SESSIONS','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','LWmyU','pUwos','tcXzc','TrackedInstance','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','accessibilityToken','KEY_DRIVER_HAS_URL','BROWSERSTACK_CLI_BIN_SESSION_ID','POST','pwPage','reason','object','jjeqY','BKvyr','args','patchSendMessageToServer','shouldScanCurrentTest','../../../helpers/helper','gvczg','thTestRunUuid','KEY_INIT','538GFdfop','mUEpE','testhub_build_uuid','mqhRG','CBYyH','EabnT','toJson','platformName','LuOCN','getCommandsToWrap','fNsjg','vyhOG','getLogDisabledShown','getCurrentAccessibilityStatus','NOpRY','../framework/constants/testFrameworkConstants.js','\x20worker=\x22','PERFORM_SCAN','saveResults','EWIyw','is_mobile_session','vsgHK','isMobileScanningEnabledForGroup','TRVBy','getSuccess','currentTest','lWeAM','mEYel','daWCL','test_tags','_centralAuthA11yConfig','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','GnAIh','xvmjW',',\x20isAppAccessibility=','includes','\x20env=','getAccessibility','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','../../../helpers/accessibility-automation/constants','\x22\x20pid=','browserName','../../../helpers/classLogger','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','loadDriverExecuteParams','NbWJn'];a103_0x1c9c=function(){return _0x23a70;};return a103_0x1c9c();};module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- function a106_0x268f(){const _0x566eb6=['460024EFhpvk','object','winstonLogger','RTvVY','JEST','Configured\x20module\x20','2284000LWyISi','testId','_test','365650AQKrGn','testFramework','getModuleName','exports','PLAYWRIGHT','Kxtnl','debug','1463448cbTXfF','macyr','configure','138XjPJsQ','../../../helpers/test-observability/constants.js','9wFqyoM','Missing\x20binSessionId','gkIHd','1|4|3|2|0','config','platformIndex',',\x20platformIndex=','3868600zeqzoV','version','../../../helpers/logger.js','client','testFrameworkData','ensureBinSession','testInfo','setTestFrameworkData','177429GrwbNy','BaseModule','jVkqF','getTestId','OEVtz','CUCUMBER','80WGalwy','binSessionId','name','35927310doCtUS'];a106_0x268f=function(){return _0x566eb6;};return a106_0x268f();}const a106_0x2259d8=a106_0x8dc8;(function(_0x11d4c8,_0xc5c103){const _0x51a3b2=a106_0x8dc8,_0x47e401=_0x11d4c8();while(!![]){try{const _0x90a159=parseInt(_0x51a3b2(0xec))/0x1+-parseInt(_0x51a3b2(0xd1))/0x2+parseInt(_0x51a3b2(0xc5))/0x3+parseInt(_0x51a3b2(0xe3))/0x4*(-parseInt(_0x51a3b2(0xdf))/0x5)+-parseInt(_0x51a3b2(0xc8))/0x6*(-parseInt(_0x51a3b2(0xd9))/0x7)+-parseInt(_0x51a3b2(0xe9))/0x8+parseInt(_0x51a3b2(0xca))/0x9*(parseInt(_0x51a3b2(0xe2))/0xa);if(_0x90a159===_0xc5c103)break;else _0x47e401['push'](_0x47e401['shift']());}catch(_0x328015){_0x47e401['push'](_0x47e401['shift']());}}}(a106_0x268f,0xeca42));function a106_0x8dc8(_0x563efa,_0x4064b5){const _0x268f33=a106_0x268f();return a106_0x8dc8=function(_0x8dc81e,_0x4a1cce){_0x8dc81e=_0x8dc81e-0xc1;let _0x57ce3f=_0x268f33[_0x8dc81e];return _0x57ce3f;},a106_0x8dc8(_0x563efa,_0x4064b5);}const logger=require(a106_0x2259d8(0xd3))[a106_0x2259d8(0xe5)],{FRAMEWORKS}=require(a106_0x2259d8(0xc9));class BaseModule{constructor(_0x5241f2=null){const _0x255cc4=a106_0x2259d8,_0x37ab08={};_0x37ab08[_0x255cc4(0xc6)]='4|3|1|0|2|5',_0x37ab08['dpigM']=_0x255cc4(0xda);const _0x2efa66=_0x37ab08,_0x47e878=_0x2efa66[_0x255cc4(0xc6)]['split']('|');let _0x25e341=0x0;while(!![]){switch(_0x47e878[_0x25e341++]){case'0':this[_0x255cc4(0xce)]={};continue;case'1':this[_0x255cc4(0xcf)]=0x0;continue;case'2':this['client']=null;continue;case'3':this['binSessionId']=null;continue;case'4':this[_0x255cc4(0xe1)]=_0x2efa66['dpigM'];continue;case'5':this[_0x255cc4(0xd5)]=this[_0x255cc4(0xd8)](_0x5241f2);continue;}break;}}[a106_0x2259d8(0xd6)](){const _0x277092=a106_0x2259d8,_0xc78890={};_0xc78890[_0x277092(0xdd)]=_0x277092(0xcb);const _0x32169e=_0xc78890;if(!this[_0x277092(0xe0)])throw new Error(_0x32169e[_0x277092(0xdd)]);}[a106_0x2259d8(0xee)](){const _0x7afe1d=a106_0x2259d8;return this[_0x7afe1d(0xe1)];}[a106_0x2259d8(0xc7)](_0x14c040,_0x5945c4,_0x168d6a,_0x378ff9={}){const _0x86d17c=a106_0x2259d8,_0x24fc74={};_0x24fc74['litAb']=_0x86d17c(0xcd);const _0x5b4479=_0x24fc74,_0x11d483=_0x5b4479['litAb']['split']('|');let _0x585e26=0x0;while(!![]){switch(_0x11d483[_0x585e26++]){case'0':logger[_0x86d17c(0xc4)](_0x86d17c(0xe8)+this['getModuleName']()+'\x20with\x20binSessionId='+_0x14c040+_0x86d17c(0xd0)+_0x5945c4);continue;case'1':this['binSessionId']=_0x14c040;continue;case'2':this[_0x86d17c(0xce)]=_0x378ff9;continue;case'3':this[_0x86d17c(0xd4)]=_0x168d6a;continue;case'4':this[_0x86d17c(0xcf)]=_0x5945c4;continue;}break;}}[a106_0x2259d8(0xdc)](_0x1e13ba){const _0xd8b5e7=a106_0x2259d8,_0x264573={};_0x264573[_0xd8b5e7(0xe6)]=function(_0x48ee99,_0x310b86){return _0x48ee99===_0x310b86;},_0x264573[_0xd8b5e7(0xc3)]=function(_0x198976,_0x44193e){return _0x198976===_0x44193e;};const _0x5d0b8b=_0x264573;let _0xf59873='';if(_0x5d0b8b[_0xd8b5e7(0xe6)](_0x1e13ba[_0xd8b5e7(0xed)],FRAMEWORKS[_0xd8b5e7(0xc2)]))_0xf59873=_0x1e13ba[_0xd8b5e7(0xd7)]?.[_0xd8b5e7(0xeb)]?.['id']||_0x1e13ba[_0xd8b5e7(0xd7)]?.[_0xd8b5e7(0xea)];else{if(_0x5d0b8b[_0xd8b5e7(0xc3)](_0x1e13ba[_0xd8b5e7(0xed)],FRAMEWORKS[_0xd8b5e7(0xde)]))_0xf59873=_0x1e13ba[_0xd8b5e7(0xd7)]?.['testCaseStartedId'];else _0x5d0b8b[_0xd8b5e7(0xe6)](_0x1e13ba[_0xd8b5e7(0xed)],FRAMEWORKS[_0xd8b5e7(0xe7)])&&(_0xf59873=_0x1e13ba[_0xd8b5e7(0xd7)]?.['id']);}return _0xf59873;}['setTestFrameworkData'](_0xf53f23){const _0x49afcc=a106_0x2259d8,_0x15775d={};_0x15775d[_0x49afcc(0xcc)]=function(_0x6b9ff5,_0x153179){return _0x6b9ff5!==_0x153179;},_0x15775d[_0x49afcc(0xdb)]=_0x49afcc(0xe4);const _0x5e7ef0=_0x15775d;if(!_0xf53f23||_0x5e7ef0['gkIHd'](typeof _0xf53f23,_0x5e7ef0[_0x49afcc(0xdb)]))return null;const _0x30063c={};_0x30063c[_0x49afcc(0xe1)]=_0xf53f23[_0x49afcc(0xe1)],_0x30063c[_0x49afcc(0xd2)]=_0xf53f23[_0x49afcc(0xd2)]&&_0xf53f23['version'][_0xf53f23[_0x49afcc(0xe1)]];const _0x30afe7=_0x30063c;return _0x30afe7;}}module[a106_0x2259d8(0xc1)]=BaseModule;
1
+ const a104_0x52b6e8=a104_0x15cb;function a104_0x4761(){const _0x2fae03=['debug','474565QSZjxp','UgRgb','KLpne','4rTCwEi','exports','75870ggviFN','split','JEST','144LmpwdO','Missing\x20binSessionId','client','mEYgT','5|1|4|0|3|2','version','rhEsw','BaseModule','config','hjUtP','BhoRZ','binSessionId','platformIndex','2tswdXU','6WLiXbr','2503417VKkAWc','_test','708125cEXSmS','testFrameworkData','\x20with\x20binSessionId=','SmRqx','1105832BvXQCv','134510lbEjpz','testInfo','setTestFrameworkData','getModuleName','object','name','configure','Configured\x20module\x20','getTestId','pqtbB','testFramework','153557ikWYcc'];a104_0x4761=function(){return _0x2fae03;};return a104_0x4761();}(function(_0x1adcb3,_0x544655){const _0x39d999=a104_0x15cb,_0x463f59=_0x1adcb3();while(!![]){try{const _0x541a5d=-parseInt(_0x39d999(0x12c))/0x1*(parseInt(_0x39d999(0x143))/0x2)+parseInt(_0x39d999(0x133))/0x3+-parseInt(_0x39d999(0x131))/0x4*(-parseInt(_0x39d999(0x12e))/0x5)+-parseInt(_0x39d999(0x144))/0x6*(-parseInt(_0x39d999(0x145))/0x7)+parseInt(_0x39d999(0x14b))/0x8+parseInt(_0x39d999(0x136))/0x9*(-parseInt(_0x39d999(0x14c))/0xa)+-parseInt(_0x39d999(0x147))/0xb;if(_0x541a5d===_0x544655)break;else _0x463f59['push'](_0x463f59['shift']());}catch(_0x1c4088){_0x463f59['push'](_0x463f59['shift']());}}}(a104_0x4761,0x2ca83));function a104_0x15cb(_0x5f1211,_0x4b3eca){const _0x476186=a104_0x4761();return a104_0x15cb=function(_0x15cbe1,_0x519ca3){_0x15cbe1=_0x15cbe1-0x126;let _0x353f42=_0x476186[_0x15cbe1];return _0x353f42;},a104_0x15cb(_0x5f1211,_0x4b3eca);}const logger=require('../../../helpers/logger.js')['winstonLogger'],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x5252a5=null){const _0x375545=a104_0x15cb,_0x4217f0={};_0x4217f0[_0x375545(0x13f)]=_0x375545(0x13a),_0x4217f0[_0x375545(0x130)]=_0x375545(0x13d);const _0x583798=_0x4217f0,_0x15c6fa=_0x583798[_0x375545(0x13f)][_0x375545(0x134)]('|');let _0x3db808=0x0;while(!![]){switch(_0x15c6fa[_0x3db808++]){case'0':this[_0x375545(0x13e)]={};continue;case'1':this[_0x375545(0x141)]=null;continue;case'2':this[_0x375545(0x148)]=this[_0x375545(0x14e)](_0x5252a5);continue;case'3':this[_0x375545(0x138)]=null;continue;case'4':this[_0x375545(0x142)]=0x0;continue;case'5':this['name']=_0x583798['KLpne'];continue;}break;}}['ensureBinSession'](){const _0x236dda=a104_0x15cb,_0x2ee874={};_0x2ee874[_0x236dda(0x13c)]=_0x236dda(0x137);const _0x3ecbbf=_0x2ee874;if(!this[_0x236dda(0x141)])throw new Error(_0x3ecbbf['rhEsw']);}[a104_0x52b6e8(0x14f)](){const _0x2ee38e=a104_0x52b6e8;return this[_0x2ee38e(0x126)];}[a104_0x52b6e8(0x127)](_0x10d0c6,_0x330389,_0x237eff,_0x288086={}){const _0x490c22=a104_0x52b6e8,_0x488d3c={};_0x488d3c[_0x490c22(0x12f)]='1|2|0|4|3';const _0x3c20bb=_0x488d3c,_0x4b297a=_0x3c20bb[_0x490c22(0x12f)][_0x490c22(0x134)]('|');let _0x22235b=0x0;while(!![]){switch(_0x4b297a[_0x22235b++]){case'0':this[_0x490c22(0x138)]=_0x237eff;continue;case'1':this[_0x490c22(0x141)]=_0x10d0c6;continue;case'2':this[_0x490c22(0x142)]=_0x330389;continue;case'3':logger[_0x490c22(0x12d)](_0x490c22(0x128)+this[_0x490c22(0x14f)]()+_0x490c22(0x149)+_0x10d0c6+',\x20platformIndex='+_0x330389);continue;case'4':this[_0x490c22(0x13e)]=_0x288086;continue;}break;}}[a104_0x52b6e8(0x129)](_0x73f6be){const _0x33b56b=a104_0x52b6e8,_0x526de9={};_0x526de9[_0x33b56b(0x140)]=function(_0x1534e7,_0x333a01){return _0x1534e7===_0x333a01;},_0x526de9['pqtbB']=function(_0x228903,_0x18db85){return _0x228903===_0x18db85;};const _0x17cd48=_0x526de9;let _0x3244ce='';if(_0x17cd48[_0x33b56b(0x140)](_0x73f6be[_0x33b56b(0x12b)],FRAMEWORKS['PLAYWRIGHT']))_0x3244ce=_0x73f6be[_0x33b56b(0x14d)]?.[_0x33b56b(0x146)]?.['id']||_0x73f6be[_0x33b56b(0x14d)]?.['testId'];else{if(_0x17cd48[_0x33b56b(0x12a)](_0x73f6be[_0x33b56b(0x12b)],FRAMEWORKS['CUCUMBER']))_0x3244ce=_0x73f6be[_0x33b56b(0x14d)]?.['testCaseStartedId'];else _0x17cd48[_0x33b56b(0x12a)](_0x73f6be[_0x33b56b(0x12b)],FRAMEWORKS[_0x33b56b(0x135)])&&(_0x3244ce=_0x73f6be['testInfo']?.['id']);}return _0x3244ce;}['setTestFrameworkData'](_0x3de26a){const _0x290f42=a104_0x52b6e8,_0x579e7b={};_0x579e7b[_0x290f42(0x139)]=function(_0x51f51b,_0x18f85f){return _0x51f51b!==_0x18f85f;},_0x579e7b[_0x290f42(0x14a)]=_0x290f42(0x150);const _0x5092f8=_0x579e7b;if(!_0x3de26a||_0x5092f8['mEYgT'](typeof _0x3de26a,_0x5092f8['SmRqx']))return null;const _0x3db01a={};_0x3db01a['name']=_0x3de26a[_0x290f42(0x126)],_0x3db01a[_0x290f42(0x13b)]=_0x3de26a[_0x290f42(0x13b)]&&_0x3de26a[_0x290f42(0x13b)][_0x3de26a[_0x290f42(0x126)]];const _0x5cf7ab=_0x3db01a;return _0x5cf7ab;}}module[a104_0x52b6e8(0x132)]=BaseModule;
@@ -1 +1 @@
1
- function a107_0x192f(_0x597efa,_0x5d0c6c){const _0x5f38a1=a107_0x5f38();return a107_0x192f=function(_0x192fd3,_0x2a3cfc){_0x192fd3=_0x192fd3-0x1c3;let _0x27520b=_0x5f38a1[_0x192fd3];return _0x27520b;},a107_0x192f(_0x597efa,_0x5d0c6c);}const a107_0x4c7b49=a107_0x192f;function a107_0x5f38(){const _0x1cda19=['toLowerCase','MuLrm','WYOAG','LTS','tdQXR','setLTSSessionId','undefined','wlutw','vVIXM','LoadTestModule','false','1144FlUEJF','245gBBAGu','PhFmu','453285uPNiSt','240340DONCaq','21258nLwKlD','warn','message','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','753912GnctTY','browserstackAutomation','aNdgz','yocmS','string','BROWSERSTACK_LTS_SESSION_ID','error','AEmOl','5OeXPVV','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','4832586JqUuqp','debug','toString','getLTSSessionId','setLTSSessionId\x20error:\x20','233872ZKTlWp','BROWSERSTACK_LTS_SESSION_ID\x20cleared','../../../helpers/helper.js','IrTRX','overrideLoadTesting','EuEQT','ywMaz','ewFZB','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','10KrqjAD','vsLVF','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','150TJmApb','isLTSSession','env','wiTvT'];a107_0x5f38=function(){return _0x1cda19;};return a107_0x5f38();}(function(_0x31a2ee,_0x4dfd65){const _0x262c81=a107_0x192f,_0x53afe8=_0x31a2ee();while(!![]){try{const _0x3769d5=-parseInt(_0x262c81(0x1d6))/0x1+parseInt(_0x262c81(0x1d7))/0x2+-parseInt(_0x262c81(0x1dc))/0x3+-parseInt(_0x262c81(0x1eb))/0x4*(-parseInt(_0x262c81(0x1e4))/0x5)+-parseInt(_0x262c81(0x1c4))/0x6*(parseInt(_0x262c81(0x1d4))/0x7)+-parseInt(_0x262c81(0x1d3))/0x8*(-parseInt(_0x262c81(0x1d8))/0x9)+parseInt(_0x262c81(0x1f4))/0xa*(parseInt(_0x262c81(0x1e6))/0xb);if(_0x3769d5===_0x4dfd65)break;else _0x53afe8['push'](_0x53afe8['shift']());}catch(_0x22a806){_0x53afe8['push'](_0x53afe8['shift']());}}}(a107_0x5f38,0x3d19a));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a107_0x4c7b49(0x1d1)),{sendToEDS}=require(a107_0x4c7b49(0x1ed)),isLTSSession=(_0x314a43=null)=>{const _0x386cde=a107_0x4c7b49,_0x4910a4={};_0x4910a4['vVIXM']=function(_0x521fa,_0x4a9514){return _0x521fa!==_0x4a9514;},_0x4910a4[_0x386cde(0x1ee)]=_0x386cde(0x1ce),_0x4910a4[_0x386cde(0x1c7)]=function(_0x7f7845,_0x46dfd6){return _0x7f7845===_0x46dfd6;},_0x4910a4[_0x386cde(0x1c9)]=_0x386cde(0x1e0),_0x4910a4[_0x386cde(0x1de)]=function(_0x41cc23,_0x159c86){return _0x41cc23===_0x159c86;},_0x4910a4[_0x386cde(0x1df)]='true',_0x4910a4[_0x386cde(0x1cc)]=function(_0x1240a0,_0x2d2563){return _0x1240a0===_0x2d2563;},_0x4910a4[_0x386cde(0x1cf)]=_0x386cde(0x1d2);const _0x48baad=_0x4910a4;try{if(_0x48baad[_0x386cde(0x1d0)](typeof process[_0x386cde(0x1c6)]['overrideLoadTesting'],_0x48baad[_0x386cde(0x1ee)])){const _0x4e41e9=process[_0x386cde(0x1c6)]['overrideLoadTesting'];return _0x48baad[_0x386cde(0x1c7)](typeof _0x4e41e9,_0x48baad[_0x386cde(0x1c9)])?_0x48baad['aNdgz'](_0x4e41e9['toLowerCase'](),_0x48baad[_0x386cde(0x1df)]):!!_0x4e41e9;}const _0x3223d0=_0x314a43&&_0x314a43['overrideLoadTesting'],_0x442002=!!(_0x314a43&&(_0x48baad[_0x386cde(0x1c7)](_0x314a43['browserstackAutomation'],!![])||_0x48baad[_0x386cde(0x1c7)](_0x314a43[_0x386cde(0x1dd)],_0x48baad[_0x386cde(0x1df)]))),_0x5bf216=!!(_0x3223d0&&_0x48baad['tdQXR'](_0x3223d0[_0x386cde(0x1e8)]()[_0x386cde(0x1c8)](),_0x48baad[_0x386cde(0x1df)])&&!_0x442002);return process[_0x386cde(0x1c6)][_0x386cde(0x1ef)]=_0x5bf216?_0x48baad[_0x386cde(0x1df)]:_0x48baad[_0x386cde(0x1cf)],_0x5bf216;}catch(_0x119b29){return process[_0x386cde(0x1c6)]['overrideLoadTesting']=_0x48baad[_0x386cde(0x1cf)],![];}},getLTSSessionId=()=>{const _0x28439f=a107_0x4c7b49,_0x514c3d={'nWMxw':function(_0x4d034c){return _0x4d034c();},'bfpnM':_0x28439f(0x1e5),'AEmOl':_0x28439f(0x1f3)};try{if(_0x514c3d['nWMxw'](isLTSSession))return logger[_0x28439f(0x1e7)](_0x514c3d['bfpnM']),process[_0x28439f(0x1c6)][_0x28439f(0x1e1)]||'';}catch(_0x13b44f){logger[_0x28439f(0x1e2)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x13b44f&&_0x13b44f[_0x28439f(0x1da)]));}return logger[_0x28439f(0x1e7)](_0x514c3d[_0x28439f(0x1e3)]),'';},setLTSSessionId=async(_0x4d8936={})=>{const _0x3f2e6d=a107_0x4c7b49,_0x27d92e={'WYOAG':function(_0x2e2880){return _0x2e2880();},'vsLVF':_0x3f2e6d(0x1c3),'EuEQT':_0x3f2e6d(0x1ec),'ewFZB':_0x3f2e6d(0x1cb),'PhFmu':function(_0x1a2b5d,_0x748905){return _0x1a2b5d(_0x748905);},'ClEmO':function(_0x2eb190,_0x363ad5,_0x1df123){return _0x2eb190(_0x363ad5,_0x1df123);},'ywMaz':function(_0x58709b,_0x1edff5){return _0x58709b||_0x1edff5;}};try{const _0x37f6c4=_0x27d92e[_0x3f2e6d(0x1ca)](getLTSSessionId);_0x37f6c4?(process[_0x3f2e6d(0x1c6)]['BROWSERSTACK_LTS_SESSION_ID']=_0x37f6c4,logger[_0x3f2e6d(0x1e7)](_0x27d92e[_0x3f2e6d(0x1f5)])):(delete process[_0x3f2e6d(0x1c6)][_0x3f2e6d(0x1e1)],logger[_0x3f2e6d(0x1e7)](_0x27d92e[_0x3f2e6d(0x1f0)]));try{const _0x353dfc={'feature':_0x27d92e[_0x3f2e6d(0x1f2)],'ltsEnabled':_0x27d92e[_0x3f2e6d(0x1d5)](isLTSSession,_0x4d8936),'ltsSessionIdPresent':!!_0x37f6c4};await _0x27d92e['ClEmO'](sendToEDS,_0x353dfc,_0x4d8936);}catch(_0x56a5b6){logger[_0x3f2e6d(0x1d9)](_0x3f2e6d(0x1db)+(_0x56a5b6&&_0x56a5b6[_0x3f2e6d(0x1da)]));}return _0x27d92e[_0x3f2e6d(0x1f1)](_0x37f6c4,'');}catch(_0x3bec0b){return logger[_0x3f2e6d(0x1e7)](_0x3f2e6d(0x1ea)+(_0x3bec0b&&_0x3bec0b[_0x3f2e6d(0x1da)])),'';}},a107_0x54e9c5={};a107_0x54e9c5[a107_0x4c7b49(0x1c5)]=isLTSSession,a107_0x54e9c5[a107_0x4c7b49(0x1e9)]=getLTSSessionId,a107_0x54e9c5[a107_0x4c7b49(0x1cd)]=setLTSSessionId,module['exports']=a107_0x54e9c5;
1
+ function a105_0x20f6(){const _0x40aaf7=['BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','oJORE','ZHKyQ','22SbNArZ','24958RRgfWU','LTS','true','toString','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','QppYE','EvEyX','Ssjuu','yarCt','ZuWLW','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','886485eLfDYn','debug','browserstackAutomation','obLpv','OOxLh','isLTSSession','exports','2826632TnJlPk','ebHPL','overrideLoadTesting','bYoeD','undefined','LoadTestModule','FMrCP','getLTSSessionId','env','message','BROWSERSTACK_LTS_SESSION_ID','5820472QOUcdu','2781130KwLuRP','setLTSSessionId','warn','toLowerCase','BROWSERSTACK_LTS_SESSION_ID\x20cleared','3172212xCBEmw','2034ekSBqj','3752HCfSrh','lgiDJ','CRgUv','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','ugzmT'];a105_0x20f6=function(){return _0x40aaf7;};return a105_0x20f6();}const a105_0x46d9a1=a105_0x50b5;(function(_0x493677,_0x434cc6){const _0x2a2ad1=a105_0x50b5,_0x4de37a=_0x493677();while(!![]){try{const _0x469deb=-parseInt(_0x2a2ad1(0xaf))/0x1*(parseInt(_0x2a2ad1(0xae))/0x2)+parseInt(_0x2a2ad1(0xbb))/0x3+parseInt(_0x2a2ad1(0xc2))/0x4+parseInt(_0x2a2ad1(0xce))/0x5+-parseInt(_0x2a2ad1(0xd4))/0x6*(-parseInt(_0x2a2ad1(0xd5))/0x7)+-parseInt(_0x2a2ad1(0xcd))/0x8+-parseInt(_0x2a2ad1(0xd3))/0x9;if(_0x469deb===_0x434cc6)break;else _0x4de37a['push'](_0x4de37a['shift']());}catch(_0x4846a1){_0x4de37a['push'](_0x4de37a['shift']());}}}(a105_0x20f6,0x5e1ee));function a105_0x50b5(_0x338ee6,_0x2b3da8){const _0x20f631=a105_0x20f6();return a105_0x50b5=function(_0x50b5de,_0x56b51c){_0x50b5de=_0x50b5de-0xad;let _0x1911fb=_0x20f631[_0x50b5de];return _0x1911fb;},a105_0x50b5(_0x338ee6,_0x2b3da8);}const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a105_0x46d9a1(0xc7)),{sendToEDS}=require('../../../helpers/helper.js'),isLTSSession=(_0x5451c9=null)=>{const _0x286b00=a105_0x46d9a1,_0x1527e9={};_0x1527e9[_0x286b00(0xc5)]=function(_0x3b114b,_0x57f716){return _0x3b114b!==_0x57f716;},_0x1527e9[_0x286b00(0xb4)]=_0x286b00(0xc6),_0x1527e9[_0x286b00(0xbf)]=function(_0xfa7ec2,_0x212b5f){return _0xfa7ec2===_0x212b5f;},_0x1527e9['qkoqT']='string',_0x1527e9[_0x286b00(0xdb)]=_0x286b00(0xb1),_0x1527e9[_0x286b00(0xbe)]=function(_0x262964,_0x5b7a6b){return _0x262964===_0x5b7a6b;},_0x1527e9[_0x286b00(0xad)]=function(_0x519259,_0x129ac4){return _0x519259===_0x129ac4;},_0x1527e9[_0x286b00(0xd9)]='false';const _0x291dbd=_0x1527e9;try{if(_0x291dbd['bYoeD'](typeof process[_0x286b00(0xca)][_0x286b00(0xc4)],_0x291dbd['QppYE'])){const _0x566f2f=process[_0x286b00(0xca)][_0x286b00(0xc4)];return _0x291dbd['OOxLh'](typeof _0x566f2f,_0x291dbd['qkoqT'])?_0x291dbd['OOxLh'](_0x566f2f[_0x286b00(0xd1)](),_0x291dbd['oJORE']):!!_0x566f2f;}const _0x3e2301=_0x5451c9&&_0x5451c9[_0x286b00(0xc4)],_0x192c18=!!(_0x5451c9&&(_0x291dbd['obLpv'](_0x5451c9[_0x286b00(0xbd)],!![])||_0x291dbd[_0x286b00(0xbf)](_0x5451c9[_0x286b00(0xbd)],_0x291dbd[_0x286b00(0xdb)]))),_0x585254=!!(_0x3e2301&&_0x291dbd[_0x286b00(0xad)](_0x3e2301[_0x286b00(0xb2)]()[_0x286b00(0xd1)](),_0x291dbd[_0x286b00(0xdb)])&&!_0x192c18);return process['env'][_0x286b00(0xc4)]=_0x585254?_0x291dbd['oJORE']:_0x291dbd[_0x286b00(0xd9)],_0x585254;}catch(_0x51682){return process[_0x286b00(0xca)][_0x286b00(0xc4)]=_0x291dbd['ugzmT'],![];}},getLTSSessionId=()=>{const _0x164654=a105_0x46d9a1,_0x538c77={'CRgUv':function(_0x580b45){return _0x580b45();},'wOAes':_0x164654(0xd8),'UjhWG':_0x164654(0xba)};try{if(_0x538c77[_0x164654(0xd7)](isLTSSession))return logger[_0x164654(0xbc)](_0x538c77['wOAes']),process[_0x164654(0xca)][_0x164654(0xcc)]||'';}catch(_0x286c65){logger['error'](_0x164654(0xb3)+(_0x286c65&&_0x286c65[_0x164654(0xcb)]));}return logger[_0x164654(0xbc)](_0x538c77['UjhWG']),'';},setLTSSessionId=async(_0x6098f8={})=>{const _0x4a73d9=a105_0x46d9a1,_0x1aebcb={'lgiDJ':function(_0x2c87c8){return _0x2c87c8();},'yarCt':_0x4a73d9(0xda),'ZuWLW':_0x4a73d9(0xd2),'EvEyX':_0x4a73d9(0xb0),'ebHPL':function(_0x257e11,_0x532ba4){return _0x257e11(_0x532ba4);},'FMrCP':function(_0x4cd8b7,_0x3e14a8,_0x2d330b){return _0x4cd8b7(_0x3e14a8,_0x2d330b);},'Ssjuu':function(_0x52c518,_0x400f4e){return _0x52c518||_0x400f4e;}};try{const _0x482896=_0x1aebcb[_0x4a73d9(0xd6)](getLTSSessionId);_0x482896?(process['env'][_0x4a73d9(0xcc)]=_0x482896,logger[_0x4a73d9(0xbc)](_0x1aebcb[_0x4a73d9(0xb7)])):(delete process['env'][_0x4a73d9(0xcc)],logger[_0x4a73d9(0xbc)](_0x1aebcb[_0x4a73d9(0xb8)]));try{const _0x42b37d={'feature':_0x1aebcb[_0x4a73d9(0xb5)],'ltsEnabled':_0x1aebcb[_0x4a73d9(0xc3)](isLTSSession,_0x6098f8),'ltsSessionIdPresent':!!_0x482896};await _0x1aebcb[_0x4a73d9(0xc8)](sendToEDS,_0x42b37d,_0x6098f8);}catch(_0x34761d){logger[_0x4a73d9(0xd0)](_0x4a73d9(0xb9)+(_0x34761d&&_0x34761d[_0x4a73d9(0xcb)]));}return _0x1aebcb[_0x4a73d9(0xb6)](_0x482896,'');}catch(_0xb204b4){return logger[_0x4a73d9(0xbc)]('setLTSSessionId\x20error:\x20'+(_0xb204b4&&_0xb204b4[_0x4a73d9(0xcb)])),'';}},a105_0x90a979={};a105_0x90a979[a105_0x46d9a1(0xc0)]=isLTSSession,a105_0x90a979[a105_0x46d9a1(0xc9)]=getLTSSessionId,a105_0x90a979[a105_0x46d9a1(0xcf)]=setLTSSessionId,module[a105_0x46d9a1(0xc1)]=a105_0x90a979;
@@ -1 +1 @@
1
- const a108_0x3a58cf=a108_0xd147;(function(_0xa84250,_0xbf5b3f){const _0x3daba2=a108_0xd147,_0x13e79e=_0xa84250();while(!![]){try{const _0x2dd827=parseInt(_0x3daba2(0x135))/0x1*(parseInt(_0x3daba2(0x14a))/0x2)+-parseInt(_0x3daba2(0x131))/0x3+-parseInt(_0x3daba2(0x134))/0x4*(-parseInt(_0x3daba2(0x138))/0x5)+-parseInt(_0x3daba2(0x13a))/0x6*(-parseInt(_0x3daba2(0x140))/0x7)+-parseInt(_0x3daba2(0x14e))/0x8*(parseInt(_0x3daba2(0x14b))/0x9)+parseInt(_0x3daba2(0x133))/0xa*(parseInt(_0x3daba2(0x137))/0xb)+-parseInt(_0x3daba2(0x13c))/0xc;if(_0x2dd827===_0xbf5b3f)break;else _0x13e79e['push'](_0x13e79e['shift']());}catch(_0x17e341){_0x13e79e['push'](_0x13e79e['shift']());}}}(a108_0x173e,0xd96a8));const BaseModule=require(a108_0x3a58cf(0x144)),{createClassLogger}=require(a108_0x3a58cf(0x132)),AutomationFramework=require(a108_0x3a58cf(0x136)),AutomationFrameworkState=require(a108_0x3a58cf(0x145)),HookState=require(a108_0x3a58cf(0x13f)),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a108_0x3a58cf(0x141)),{O11y_EVENTS}=require(a108_0x3a58cf(0x13b)),constants=require(a108_0x3a58cf(0x152));function a108_0x173e(){const _0x2660ae=['2GfpZOm','1212885bPoggm','info','onBeforeTest:\x20page\x20is\x20not\x20defined','88tMUiad','AmXdW','POST','WtEUo','../../utils/constants.js','debug','xWMjA','\x20sync\x20done','onBeforeTest:\x20','page','end','SYNC','registerObserver','getModuleName','986505KfzJqx','../../../helpers/classLogger.js','15670NNIyZj','36jrhHhk','761671yQCGpL','../framework/automationFramework.js','3322GQsisc','988045Jygssq','MODULE_NAME','78DIBjdy','../../../helpers/performance/constants.js','10194168mPjOzO','observabilityConfig','ObservabilitySync:','../state/hookState.js','289646rsAckk','../../../helpers/performance/performance-tester.js','onBeforeTest','ObservabilityModule','./baseModule','../state/automationFrameworkState.js','oqaGd','CREATE','EPTGZ','logger'];a108_0x173e=function(){return _0x2660ae;};return a108_0x173e();}class ObservabilityModule extends BaseModule{[a108_0x3a58cf(0x149)]=createClassLogger(a108_0x3a58cf(0x143));constructor(_0x16a80f){const _0x2c6bb3=a108_0x3a58cf,_0x576705={};_0x576705['EPTGZ']=_0x2c6bb3(0x143);const _0x6f8515=_0x576705;super(),this['name']=_0x6f8515[_0x2c6bb3(0x148)],this[_0x2c6bb3(0x13d)]=_0x16a80f,AutomationFramework[_0x2c6bb3(0x12f)](AutomationFrameworkState[_0x2c6bb3(0x147)],HookState[_0x2c6bb3(0x150)],this[_0x2c6bb3(0x142)]['bind'](this));}[a108_0x3a58cf(0x130)](){const _0x285baa=a108_0x3a58cf;return ObservabilityModule[_0x285baa(0x139)];}async[a108_0x3a58cf(0x142)](_0x482340){const _0x5c44eb=a108_0x3a58cf,_0x103a00={'xWMjA':function(_0x47dcbe,_0xe447fb){return _0x47dcbe+_0xe447fb;},'AmXdW':_0x5c44eb(0x13e),'WtEUo':function(_0xddc958,_0x181888,_0x1b1912,_0x2241de){return _0xddc958(_0x181888,_0x1b1912,_0x2241de);},'vibiE':_0x5c44eb(0x153),'oqaGd':_0x5c44eb(0x14d)};if(_0x482340['page']){const _0x20fcfa=_0x482340[_0x5c44eb(0x12c)],_0x49e15a=Date['now'](),_0x548cb5=_0x103a00[_0x5c44eb(0x154)](_0x103a00[_0x5c44eb(0x14f)],_0x49e15a);PerformanceTester['start'](O11y_EVENTS[_0x5c44eb(0x12e)]),await _0x103a00[_0x5c44eb(0x151)](playwrightAnnotate,_0x20fcfa,_0x548cb5,_0x103a00['vibiE']),PerformanceTester[_0x5c44eb(0x12d)](O11y_EVENTS[_0x5c44eb(0x12e)]),this[_0x5c44eb(0x149)][_0x5c44eb(0x14c)](_0x5c44eb(0x156)+constants['TEST_REPORTING_ANALYTICS']+_0x5c44eb(0x155));}else this[_0x5c44eb(0x149)]['debug'](_0x103a00[_0x5c44eb(0x146)]);}}function a108_0xd147(_0x110f05,_0x5d5548){const _0x173e32=a108_0x173e();return a108_0xd147=function(_0xd147,_0x2398e0){_0xd147=_0xd147-0x12c;let _0x461ae4=_0x173e32[_0xd147];return _0x461ae4;},a108_0xd147(_0x110f05,_0x5d5548);}ObservabilityModule[a108_0x3a58cf(0x139)]=a108_0x3a58cf(0x143),module['exports']=ObservabilityModule;
1
+ const a106_0x38aa62=a106_0x3025;function a106_0x5b0e(){const _0x450c38=['./baseModule','onBeforeTest:\x20','OoQDT','bind','info','TEST_REPORTING_ANALYTICS','UKyTf','5792658WkckRX','observabilityConfig','logger','tEess','9qDNWhD','583940FoXLgF','800036IaUKfq','../framework/automationFramework.js','../../../helpers/helper.js','MODULE_NAME','start','../../../helpers/performance/constants.js','../state/automationFrameworkState.js','../state/hookState.js','SYNC','ObservabilitySync:','\x20sync\x20done','onBeforeTest','qCsuX','end','ObservabilityModule','now','name','onBeforeTest:\x20page\x20is\x20not\x20defined','getModuleName','6mvwYPJ','110ufnHWy','932198rJaqQK','page','771624PjamSn','7yqeChb','../../../helpers/performance/performance-tester.js','xhvoI','debug','2210285VHotNM','4594904eaLdTu','../../utils/constants.js'];a106_0x5b0e=function(){return _0x450c38;};return a106_0x5b0e();}(function(_0x9c03a0,_0x5b0d30){const _0xeb8db3=a106_0x3025,_0x4bb386=_0x9c03a0();while(!![]){try{const _0x237549=-parseInt(_0xeb8db3(0x145))/0x1+-parseInt(_0xeb8db3(0x143))/0x2+parseInt(_0xeb8db3(0x141))/0x3*(parseInt(_0xeb8db3(0x12e))/0x4)+parseInt(_0xeb8db3(0x14a))/0x5+-parseInt(_0xeb8db3(0x154))/0x6*(-parseInt(_0xeb8db3(0x146))/0x7)+-parseInt(_0xeb8db3(0x14b))/0x8*(-parseInt(_0xeb8db3(0x12c))/0x9)+parseInt(_0xeb8db3(0x12d))/0xa*(-parseInt(_0xeb8db3(0x142))/0xb);if(_0x237549===_0x5b0d30)break;else _0x4bb386['push'](_0x4bb386['shift']());}catch(_0x44ac6d){_0x4bb386['push'](_0x4bb386['shift']());}}}(a106_0x5b0e,0x88c5a));const BaseModule=require(a106_0x38aa62(0x14d)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a106_0x38aa62(0x12f)),AutomationFrameworkState=require(a106_0x38aa62(0x134)),HookState=require(a106_0x38aa62(0x135)),{playwrightAnnotate}=require(a106_0x38aa62(0x130)),PerformanceTester=require(a106_0x38aa62(0x147)),{O11y_EVENTS}=require(a106_0x38aa62(0x133)),constants=require(a106_0x38aa62(0x14c));class ObservabilityModule extends BaseModule{[a106_0x38aa62(0x156)]=createClassLogger(a106_0x38aa62(0x13c));constructor(_0x248112){const _0x168b1e=a106_0x38aa62,_0x40a206={};_0x40a206[_0x168b1e(0x12b)]=_0x168b1e(0x13c);const _0x40ae59=_0x40a206;super(),this[_0x168b1e(0x13e)]=_0x40ae59[_0x168b1e(0x12b)],this[_0x168b1e(0x155)]=_0x248112,AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState['POST'],this[_0x168b1e(0x139)][_0x168b1e(0x150)](this));}[a106_0x38aa62(0x140)](){const _0x2c332a=a106_0x38aa62;return ObservabilityModule[_0x2c332a(0x131)];}async[a106_0x38aa62(0x139)](_0x11bb17){const _0x43d8dc=a106_0x38aa62,_0x4d1a2e={'qCsuX':function(_0x4e920e,_0xdf6890){return _0x4e920e+_0xdf6890;},'UKyTf':_0x43d8dc(0x137),'OoQDT':function(_0x38ab2c,_0x2f35a5,_0x1e4404,_0x29b558){return _0x38ab2c(_0x2f35a5,_0x1e4404,_0x29b558);},'ebRZs':_0x43d8dc(0x149),'xhvoI':_0x43d8dc(0x13f)};if(_0x11bb17[_0x43d8dc(0x144)]){const _0x132fdf=_0x11bb17[_0x43d8dc(0x144)],_0x5c4a84=Date[_0x43d8dc(0x13d)](),_0x4a25fd=_0x4d1a2e[_0x43d8dc(0x13a)](_0x4d1a2e[_0x43d8dc(0x153)],_0x5c4a84);PerformanceTester[_0x43d8dc(0x132)](O11y_EVENTS[_0x43d8dc(0x136)]),await _0x4d1a2e[_0x43d8dc(0x14f)](playwrightAnnotate,_0x132fdf,_0x4a25fd,_0x4d1a2e['ebRZs']),PerformanceTester[_0x43d8dc(0x13b)](O11y_EVENTS['SYNC']),this['logger'][_0x43d8dc(0x151)](_0x43d8dc(0x14e)+constants[_0x43d8dc(0x152)]+_0x43d8dc(0x138));}else this[_0x43d8dc(0x156)][_0x43d8dc(0x149)](_0x4d1a2e[_0x43d8dc(0x148)]);}}function a106_0x3025(_0x5b986b,_0x2b9d13){const _0x5b0e75=a106_0x5b0e();return a106_0x3025=function(_0x3025d3,_0x5b8d7a){_0x3025d3=_0x3025d3-0x12b;let _0x3430a9=_0x5b0e75[_0x3025d3];return _0x3430a9;},a106_0x3025(_0x5b986b,_0x2b9d13);}ObservabilityModule['MODULE_NAME']=a106_0x38aa62(0x13c),module['exports']=ObservabilityModule;