browserstack-node-sdk 1.64.0 → 1.64.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a104_0x3dba00=a104_0x5b93;(function(_0x3e6940,_0x29f51d){const _0x12606e=a104_0x5b93,_0xb28a77=_0x3e6940();while(!![]){try{const _0x35121c=-parseInt(_0x12606e(0x107))/0x1+-parseInt(_0x12606e(0x101))/0x2*(-parseInt(_0x12606e(0x11a))/0x3)+parseInt(_0x12606e(0x109))/0x4*(parseInt(_0x12606e(0x113))/0x5)+parseInt(_0x12606e(0x126))/0x6*(parseInt(_0x12606e(0x11d))/0x7)+parseInt(_0x12606e(0x105))/0x8*(-parseInt(_0x12606e(0x104))/0x9)+parseInt(_0x12606e(0x103))/0xa*(parseInt(_0x12606e(0x111))/0xb)+-parseInt(_0x12606e(0x125))/0xc;if(_0x35121c===_0x29f51d)break;else _0xb28a77['push'](_0xb28a77['shift']());}catch(_0xb87373){_0xb28a77['push'](_0xb28a77['shift']());}}}(a104_0x1860,0x99fbb));function a104_0x1860(){const _0x35cc8e=['eFrvd','6AkUymU','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','createContext','7LSuQiI','./trackedContext','keys','hex','digest','getContext','getRef','worker_threads','3695544nhCPpq','1543026TdZpeK','755332sKMLkh','updateMultipleEntries','10NredIm','1875915eBfSOz','48sLBFyP','getAllData','475144zyFUGn','getId','1773728pAETEa','context','get','isBrowserstackAutomationSession','DkxBa','sha256','getData','data','13293456HqTxvf','exports','5wsMgXh','forEach','createHash','set','entries','pid'];a104_0x1860=function(){return _0x35cc8e;};return a104_0x1860();}const TrackedContext=require(a104_0x3dba00(0x11e)),crypto=require('crypto'),{threadId}=require(a104_0x3dba00(0x124));class TrackedInstance{static [a104_0x3dba00(0x11b)]=a104_0x3dba00(0x10c);constructor(_0xae19b4){const _0x133d59=a104_0x3dba00;this[_0x133d59(0x10a)]=_0xae19b4,this[_0x133d59(0x110)]=new Map();}[a104_0x3dba00(0x123)](){const _0x596cdf=a104_0x3dba00;return this[_0x596cdf(0x10a)][_0x596cdf(0x108)]();}[a104_0x3dba00(0x122)](){const _0x5f1d15=a104_0x3dba00;return this[_0x5f1d15(0x10a)];}[a104_0x3dba00(0x106)](){const _0x50edc1=a104_0x3dba00;return this[_0x50edc1(0x110)];}[a104_0x3dba00(0x102)](_0x172321){const _0x28f1bd=a104_0x3dba00;Object[_0x28f1bd(0x11f)](_0x172321)[_0x28f1bd(0x114)](_0x3b8c83=>{const _0x1a9c80=_0x28f1bd;this[_0x1a9c80(0x110)][_0x1a9c80(0x116)](_0x3b8c83,_0x172321[_0x3b8c83]);});}['addMultipleEntries'](_0x4e968f){const _0x49d93b=a104_0x3dba00;Object[_0x49d93b(0x117)](_0x4e968f)[_0x49d93b(0x114)](([_0x5106c4,_0x4c5458])=>{const _0x494bd7=_0x49d93b,_0x4380bd=this[_0x494bd7(0x110)][_0x494bd7(0x10b)](_0x5106c4)||{},_0x4e8ab1={..._0x4380bd,..._0x4c5458},_0x200a1c=_0x4e8ab1;this[_0x494bd7(0x110)][_0x494bd7(0x116)](_0x5106c4,_0x200a1c);});}[a104_0x3dba00(0x10f)](_0x304d64){const _0x38aad6=a104_0x3dba00;return this['data'][_0x38aad6(0x10b)](_0x304d64);}['updateData'](_0x4848d3,_0x2be39d){const _0x58f920=a104_0x3dba00;this[_0x58f920(0x110)][_0x58f920(0x116)](_0x4848d3,_0x2be39d);}static[a104_0x3dba00(0x11c)](_0x51dea4){const _0x52bd89=a104_0x3dba00,_0xf2321a={};_0xf2321a['OcGMH']=_0x52bd89(0x10e),_0xf2321a[_0x52bd89(0x10d)]=_0x52bd89(0x120),_0xf2321a[_0x52bd89(0x119)]=function(_0x3e4c9f,_0x4a63ae){return _0x3e4c9f||_0x4a63ae;};const _0x2352ce=_0xf2321a;return new TrackedContext(crypto[_0x52bd89(0x115)](_0x2352ce['OcGMH'])['update'](_0x51dea4)[_0x52bd89(0x121)](_0x2352ce['DkxBa']),_0x2352ce[_0x52bd89(0x119)](threadId,0x0),process[_0x52bd89(0x118)],typeof _0x51dea4);}}function a104_0x5b93(_0x55a6ca,_0x2e118f){const _0x18606e=a104_0x1860();return a104_0x5b93=function(_0x5b93d4,_0x21cce9){_0x5b93d4=_0x5b93d4-0x101;let _0x113606=_0x18606e[_0x5b93d4];return _0x113606;},a104_0x5b93(_0x55a6ca,_0x2e118f);}module[a104_0x3dba00(0x112)]=TrackedInstance;
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 +1 @@
1
- function a105_0xca10(_0x5868ca,_0xf5eb1c){const _0x3a71c7=a105_0x3a71();return a105_0xca10=function(_0xca105a,_0x5cd6d4){_0xca105a=_0xca105a-0xfd;let _0x52e6a8=_0x3a71c7[_0xca105a];return _0x52e6a8;},a105_0xca10(_0x5868ca,_0xf5eb1c);}const a105_0x13b4a7=a105_0xca10;(function(_0x47a281,_0x4a541c){const _0x1ff004=a105_0xca10,_0xa95323=_0x47a281();while(!![]){try{const _0x4548d6=parseInt(_0x1ff004(0x197))/0x1+-parseInt(_0x1ff004(0x14c))/0x2*(-parseInt(_0x1ff004(0x26a))/0x3)+parseInt(_0x1ff004(0x170))/0x4*(-parseInt(_0x1ff004(0x1d6))/0x5)+parseInt(_0x1ff004(0x109))/0x6*(parseInt(_0x1ff004(0x2f1))/0x7)+-parseInt(_0x1ff004(0x23a))/0x8*(-parseInt(_0x1ff004(0x207))/0x9)+parseInt(_0x1ff004(0x1c5))/0xa*(parseInt(_0x1ff004(0x1b1))/0xb)+-parseInt(_0x1ff004(0x108))/0xc*(parseInt(_0x1ff004(0x2e1))/0xd);if(_0x4548d6===_0x4a541c)break;else _0xa95323['push'](_0xa95323['shift']());}catch(_0x406067){_0xa95323['push'](_0xa95323['shift']());}}}(a105_0x3a71,0xde974));const BaseModule=require(a105_0x13b4a7(0x1a9)),{createClassLogger}=require(a105_0x13b4a7(0x26d)),CLIUtils=require(a105_0x13b4a7(0x204)),AutomationFramework=require(a105_0x13b4a7(0x1ad)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a105_0x13b4a7(0x1ac)),GrpcClient=require(a105_0x13b4a7(0x1b6)),scripts=require(a105_0x13b4a7(0x15f)),logger=createClassLogger(a105_0x13b4a7(0x145)),PerformanceTester=require(a105_0x13b4a7(0x23e)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a105_0x13b4a7(0x230)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a105_0x13b4a7(0x21c)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require(a105_0x13b4a7(0x202)),TestFrameworkConstants=require(a105_0x13b4a7(0x225)),accessibilityHelper=require(a105_0x13b4a7(0x2c8));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a105_0x13b4a7(0x1e7)];static ['_centralAuthConfigFetched']=![];static ['_centralAuthA11yConfig']={};constructor(_0x5b66be){const _0x3d271d=a105_0x13b4a7,_0x5d211a={};_0x5d211a[_0x3d271d(0x2b0)]=_0x3d271d(0x1ed),_0x5d211a['JtLWM']='ACCESSIBILITY_INITIALIZED',_0x5d211a[_0x3d271d(0x2d7)]=_0x3d271d(0x234),_0x5d211a[_0x3d271d(0x32b)]=_0x3d271d(0x29a),_0x5d211a['jPIHb']=_0x3d271d(0x277);const _0x1325ec=_0x5d211a,_0x477def=_0x1325ec[_0x3d271d(0x2b0)]['split']('|');let _0x2c1499=0x0;while(!![]){switch(_0x477def[_0x2c1499++]){case'0':this['accessibility']=new Map();continue;case'1':this[_0x3d271d(0x2c9)]=_0x5b66be['toObject']();continue;case'2':super();continue;case'3':this[_0x3d271d(0x206)]=new Map();continue;case'4':this[_0x3d271d(0x18c)]=[];continue;case'5':AutomationFramework['registerObserver'](AutomationFrameworkState['EXECUTE'],HookState[_0x3d271d(0x176)],this[_0x3d271d(0x138)][_0x3d271d(0x2cc)](this));continue;case'6':this[_0x3d271d(0x2fb)]=![];continue;case'7':this[_0x3d271d(0x13e)]=![];continue;case'8':this[_0x3d271d(0x13f)]=_0x1325ec[_0x3d271d(0x310)];continue;case'9':this[_0x3d271d(0x1d8)]=![];continue;case'10':AutomationFramework[_0x3d271d(0x295)](AutomationFrameworkState[_0x3d271d(0x281)],HookState[_0x3d271d(0x1ba)],this['onBeforeTest'][_0x3d271d(0x2cc)](this));continue;case'11':this['KEY_DRIVER_HAS_URL']=_0x1325ec[_0x3d271d(0x2d7)];continue;case'12':this[_0x3d271d(0x2de)]=!![];continue;case'13':this[_0x3d271d(0x10b)](_0x5b66be[_0x3d271d(0x187)]()['getCapabilitiesList']());continue;case'14':this['KEY_TESTHUB_BUILD_ID']=_0x1325ec['VbxGZ'];continue;case'15':AutomationFramework[_0x3d271d(0x295)](AutomationFrameworkState[_0x3d271d(0x1e3)],HookState[_0x3d271d(0x176)],this['onAfterTest']['bind'](this));continue;case'16':logger[_0x3d271d(0x20a)](_0x1325ec['jPIHb']);continue;}break;}}['isEnabled'](){return this['isEnabled'];}[a105_0x13b4a7(0x2ad)](){const _0x2f3fba=a105_0x13b4a7;return AccessibilityModule[_0x2f3fba(0x31e)];}['getCurrentAccessibilityStatus'](){const _0x1b0e2e=a105_0x13b4a7;return this[_0x1b0e2e(0x317)]['get'](CLIUtils[_0x1b0e2e(0x305)](),![]);}['getLogDisabledShown'](){const _0x34df78=a105_0x13b4a7;return this[_0x34df78(0x206)]['get'](CLIUtils[_0x34df78(0x305)](),![]);}[a105_0x13b4a7(0x1ca)](_0x45514a){const _0x57d5dc=a105_0x13b4a7;this[_0x57d5dc(0x206)][_0x57d5dc(0xff)](CLIUtils[_0x57d5dc(0x305)](),_0x45514a);}[a105_0x13b4a7(0x272)](){const _0x5a9f04=a105_0x13b4a7,_0x55e5bd={'EfJtY':_0x5a9f04(0x189),'wLjKa':function(_0x2d8889,_0x212db1){return _0x2d8889(_0x212db1);},'wGqhe':_0x5a9f04(0x1f6),'ZDEjN':_0x5a9f04(0x13a),'foDyk':_0x5a9f04(0x240)};if(this['_sendMessageServerPatchApplied']){logger[_0x5a9f04(0x20a)](_0x55e5bd[_0x5a9f04(0x2a3)]);return;}try{const _0x438b98=_0x55e5bd[_0x5a9f04(0x251)](require,_0x55e5bd[_0x5a9f04(0x315)]);_0x438b98&&_0x438b98[_0x5a9f04(0x1d9)]?(_0x438b98[_0x5a9f04(0x1d9)](),this[_0x5a9f04(0x2fb)]=!![],logger['debug'](_0x55e5bd[_0x5a9f04(0x325)])):logger[_0x5a9f04(0x20a)](_0x55e5bd['foDyk']);}catch(_0xd66a0f){logger['debug'](_0x5a9f04(0x1eb)+util[_0x5a9f04(0x18b)](_0xd66a0f));}}[a105_0x13b4a7(0x24b)](_0x31ff99=null,_0x43a494=null,_0x192410=null){const _0xd4eff3=a105_0x13b4a7,_0x475684={'RJKPG':function(_0xbab054,_0x91c70c){return _0xbab054&&_0x91c70c;},'WFUCD':_0xd4eff3(0x216),'Jfrwu':function(_0x5cfdce,_0x234680){return _0x5cfdce(_0x234680);},'beddK':_0xd4eff3(0x15c),'SHaCh':_0xd4eff3(0x2dc),'epAeB':_0xd4eff3(0x19e),'cklkp':function(_0x2cdb0d,_0x9b95d7){return _0x2cdb0d===_0x9b95d7;},'ODAUZ':_0xd4eff3(0x280),'giuhZ':'string','XqFpn':function(_0xd53e75,_0x36e14a){return _0xd53e75===_0x36e14a;},'cCKqv':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','MxOFd':_0xd4eff3(0x238),'VCMbl':function(_0x2dfad3,_0x1905f3){return _0x2dfad3!==_0x1905f3;},'ugPjo':_0xd4eff3(0x21d),'nAYOt':function(_0x5b8f83){return _0x5b8f83();},'QkkLr':_0xd4eff3(0x28a),'dHWCq':function(_0x46fade,_0x1d395e){return _0x46fade(_0x1d395e);},'SjLvu':function(_0x55de38,_0x1addab){return _0x55de38-_0x1addab;},'ywWjw':function(_0x3b9bf8,_0x48c530){return _0x3b9bf8>_0x48c530;},'aHdEb':function(_0x5b755a,_0xc54301){return _0x5b755a(_0xc54301);},'pLmgl':_0xd4eff3(0x12a)};try{if(_0x475684['RJKPG'](!_0x43a494,!_0x192410))return logger['debug'](_0x475684[_0xd4eff3(0x1c2)]),![];const {isUndefined:_0x488494,isBrowserstackInfra:_0x40ad6b}=_0x475684[_0xd4eff3(0x1d3)](require,_0x475684[_0xd4eff3(0x323)]);if(!accessibilityHelper[_0xd4eff3(0x1a8)]())return logger[_0xd4eff3(0x20a)](_0x475684['SHaCh']),![];const _0x3374e6=_0x43a494['browserName']||_0x43a494['browser'],_0x5ca33c=_0x43a494[_0xd4eff3(0x149)]||_0x43a494[_0xd4eff3(0x1fe)];if(!accessibilityHelper[_0xd4eff3(0x2ce)](_0x3374e6))return logger['warn'](_0x475684[_0xd4eff3(0x22b)]),![];if(accessibilityHelper[_0xd4eff3(0x292)](_0x3374e6))try{const _0x424ff6=_0x43a494[_0xd4eff3(0x304)],_0x53d7ad=_0x475684['cklkp'](_0x424ff6,!![])||_0x475684[_0xd4eff3(0x27f)](_0x424ff6,_0x475684[_0xd4eff3(0x135)])||_0x475684['cklkp'](typeof _0x424ff6,_0x475684[_0xd4eff3(0x12f)])&&_0x475684[_0xd4eff3(0x324)](_0x424ff6[_0xd4eff3(0x1bc)](),_0x475684[_0xd4eff3(0x135)]);if(_0x53d7ad)return logger[_0xd4eff3(0x2f9)](_0x475684['cCKqv']),![];const _0x266b95=_0x43a494?.[_0xd4eff3(0x27d)]?.['args']||_0x43a494?.[_0x475684[_0xd4eff3(0x301)]]?.[_0xd4eff3(0x28c)]||[];if(Array[_0xd4eff3(0x24c)](_0x266b95)&&_0x266b95[_0xd4eff3(0x124)](_0x685729=>typeof _0x685729==='string'&&(_0x685729==='--headless'||_0x685729[_0xd4eff3(0x235)](_0xd4eff3(0x264))&&_0x685729!==_0xd4eff3(0x172))))return logger[_0xd4eff3(0x2f9)](_0x475684[_0xd4eff3(0x153)]),![];}catch(_0xb4b38){logger[_0xd4eff3(0x20a)](_0xd4eff3(0x2f4)+util[_0xd4eff3(0x18b)](_0xb4b38));}if(_0x475684[_0xd4eff3(0x11c)](_0x5ca33c,_0x475684['ugPjo'])){const _0x326545=_0x475684['nAYOt'](_0x40ad6b),_0x8d3618=accessibilityHelper[_0xd4eff3(0x318)](_0x3374e6,_0x326545),_0x249e2b=accessibilityHelper['getBrowserDisplayName'](_0x3374e6);if(!accessibilityHelper[_0xd4eff3(0x2cf)](_0x5ca33c,_0x8d3618)){const _0x3472be=_0x326545?'':_0x475684['QkkLr'],_0x5a4a0f=Number[_0xd4eff3(0x287)](_0x475684['dHWCq'](parseFloat,_0x8d3618))?_0x475684[_0xd4eff3(0x19d)](_0x475684[_0xd4eff3(0x27e)](parseFloat,_0x8d3618),0x1):_0x8d3618;return logger['warn'](_0xd4eff3(0x329)+_0x249e2b+'\x20browser\x20version\x20greater\x20than\x20'+_0x5a4a0f+'\x20'+_0x3472be+'.'),![];}}else{const _0x515d2d=_0x43a494[_0xd4eff3(0x149)]||_0x43a494['browser_version']||_0x43a494['version'];if(_0x515d2d&&_0x475684[_0xd4eff3(0x11c)](_0x515d2d,_0x475684[_0xd4eff3(0x31a)])&&!_0x475684[_0xd4eff3(0x1ef)](_0x475684[_0xd4eff3(0x27e)](parseFloat,_0x515d2d),_0x475684[_0xd4eff3(0x19f)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0xd4eff3(0x2f9)](_0x475684[_0xd4eff3(0x2fc)]),![];}return!![];}catch(_0x83fb9d){return logger[_0xd4eff3(0x20a)](_0xd4eff3(0x1b3)+_0x83fb9d['message']),![];}}['isEnabledTestcase'](_0x693f10=[],_0x1e193d,_0x2247ba=a105_0x13b4a7(0x269)){const _0x3e005f=a105_0x13b4a7,_0x368f5b={'ZlkCt':function(_0xf99663,_0x102117){return _0xf99663===_0x102117;},'UnJgP':_0x3e005f(0x2b1),'FjJmw':function(_0x1d3923,_0x3a0efd){return _0x1d3923||_0x3a0efd;},'pnwdx':function(_0x6c7b26,_0x4afaf3){return _0x6c7b26&&_0x4afaf3;},'DpQgb':_0x3e005f(0x302),'xNZgQ':function(_0x821944,_0x38162f){return _0x821944===_0x38162f;},'LRlMJ':function(_0xdfc9f7,_0x5d7770){return _0xdfc9f7(_0x5d7770);},'cSRBa':function(_0x56e807,_0xb07a22){return _0x56e807>_0xb07a22;},'dRKsP':function(_0x4ae0a7,_0x12f7a9){return _0x4ae0a7&&_0x12f7a9;}};try{const _0x4a5bed=process['env'][_0x3e005f(0x19a)]?JSON['parse'](process['env'][_0x3e005f(0x19a)]):null;if(!_0x4a5bed)return!![];const _0x31d250=Array['isArray'](_0x4a5bed[_0x3e005f(0x2bb)])?_0x4a5bed[_0x3e005f(0x2bb)]:[],_0x49b61b=Array[_0x3e005f(0x24c)](_0x4a5bed['excludeTagsInTestingScope'])?_0x4a5bed[_0x3e005f(0x2bf)]:[];if(_0x368f5b['ZlkCt'](_0x2247ba,_0x368f5b[_0x3e005f(0x110)])){let _0x443a6b;Array[_0x3e005f(0x24c)](_0x693f10)?_0x443a6b=_0x693f10[_0x3e005f(0x217)]('\x20'):_0x443a6b=_0x368f5b['FjJmw'](_0x693f10,'');const _0x4fb099=_0x49b61b['some'](_0x35a37b=>_0x443a6b[_0x3e005f(0x2e4)](_0x35a37b)),_0x402948=_0x368f5b['ZlkCt'](_0x31d250[_0x3e005f(0x30f)],0x0)||_0x31d250[_0x3e005f(0x124)](_0x2a10f5=>_0x443a6b[_0x3e005f(0x2e4)](_0x2a10f5)),_0x57a5c5=_0x368f5b[_0x3e005f(0x1dc)](!_0x4fb099,_0x402948);return logger[_0x3e005f(0x20a)](_0x3e005f(0x133)+(_0x1e193d?.[_0x3e005f(0x1e9)]?.()||_0x368f5b[_0x3e005f(0x2a9)])+_0x3e005f(0x2dd)+_0x57a5c5+_0x3e005f(0x2ef)+_0x443a6b+_0x3e005f(0x2cd)+JSON['stringify'](_0x31d250)+_0x3e005f(0x16f)+JSON[_0x3e005f(0x253)](_0x49b61b)),_0x57a5c5;}const _0x4bcc41=Array[_0x3e005f(0x24c)](_0x693f10)?_0x693f10:[];let _0x2f6b95=![],_0x3a8e71=_0x368f5b[_0x3e005f(0x1ec)](_0x31d250[_0x3e005f(0x30f)],0x0);const _0x72245d=_0x363e15=>typeof _0x363e15===_0x3e005f(0x2ec)?_0x363e15[_0x3e005f(0x2bc)](/^@/,'')[_0x3e005f(0x1bc)]()['trim']():_0x363e15,_0x1585f8=new Set(_0x31d250[_0x3e005f(0x1c1)](_0x72245d)),_0x103701=new Set(_0x49b61b[_0x3e005f(0x1c1)](_0x72245d));for(const _0x21168b of _0x4bcc41){const _0x499d86=_0x368f5b[_0x3e005f(0x103)](_0x72245d,_0x21168b);_0x103701[_0x3e005f(0x246)](_0x499d86)&&(_0x2f6b95=!![]),_0x368f5b[_0x3e005f(0x1b7)](_0x1585f8[_0x3e005f(0x27a)],0x0)&&_0x1585f8[_0x3e005f(0x246)](_0x499d86)&&(_0x3a8e71=!![]);}const _0x357710=_0x368f5b['dRKsP'](_0x3a8e71,!_0x2f6b95);return logger[_0x3e005f(0x20a)](_0x3e005f(0x133)+(_0x1e193d?.[_0x3e005f(0x1e9)]?.()||_0x368f5b[_0x3e005f(0x2a9)])+_0x3e005f(0x123)+_0x357710+',\x20tags='+JSON[_0x3e005f(0x253)](_0x4bcc41)+',\x20includeTags='+JSON[_0x3e005f(0x253)](_0x31d250)+',\x20excludeTags='+JSON[_0x3e005f(0x253)](_0x49b61b)),_0x357710;}catch(_0x919946){return logger[_0x3e005f(0x20a)](_0x3e005f(0x133)+(_0x1e193d?.[_0x3e005f(0x1e9)]?.()||_0x368f5b[_0x3e005f(0x2a9)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x919946[_0x3e005f(0x12b)]),![];}}async[a105_0x13b4a7(0x320)](_0x3e59ef){const _0x265cca=a105_0x13b4a7,_0x1765ba={};_0x1765ba['syeYF']=function(_0x30f6bd,_0x3df796){return _0x30f6bd!==_0x3df796;},_0x1765ba[_0x265cca(0x274)]=_0x265cca(0x269),_0x1765ba[_0x265cca(0x1a6)]=function(_0x38c347,_0x3ca1fd){return _0x38c347!==_0x3ca1fd;},_0x1765ba[_0x265cca(0x1de)]=_0x265cca(0x2b1),_0x1765ba[_0x265cca(0x156)]='testcafe',_0x1765ba[_0x265cca(0x25e)]=function(_0xb4b421,_0x455d94){return _0xb4b421===_0x455d94;},_0x1765ba[_0x265cca(0x1cb)]=_0x265cca(0x280),_0x1765ba[_0x265cca(0x2a7)]=_0x265cca(0x226),_0x1765ba[_0x265cca(0x1fd)]=_0x265cca(0x121),_0x1765ba['SRwXC']='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x1765ba[_0x265cca(0x171)]=_0x265cca(0x22a),_0x1765ba[_0x265cca(0x308)]=function(_0x453d69,_0x5e2532){return _0x453d69===_0x5e2532;},_0x1765ba['tbWDC']=_0x265cca(0x209),_0x1765ba[_0x265cca(0x2a1)]=function(_0x655e7d,_0x1236e2){return _0x655e7d===_0x1236e2;},_0x1765ba['KMIhP']=_0x265cca(0x258),_0x1765ba[_0x265cca(0x15e)]=function(_0x260e71,_0x32a3e8){return _0x260e71>_0x32a3e8;},_0x1765ba[_0x265cca(0x29b)]=function(_0x239a6a,_0x2b7b17){return _0x239a6a===_0x2b7b17;},_0x1765ba['zvBXs']=_0x265cca(0x2eb),_0x1765ba[_0x265cca(0x268)]=_0x265cca(0x118),_0x1765ba['txBvH']=function(_0x2dea7c,_0x45ea32){return _0x2dea7c&&_0x45ea32;},_0x1765ba['HkZop']=_0x265cca(0x302);const _0x4cd992=_0x1765ba;if(_0x4cd992[_0x265cca(0x2a4)](_0x3e59ef[_0x265cca(0x19b)],_0x4cd992[_0x265cca(0x274)])&&_0x4cd992[_0x265cca(0x1a6)](_0x3e59ef[_0x265cca(0x19b)],_0x4cd992[_0x265cca(0x1de)])&&_0x4cd992[_0x265cca(0x2a4)](_0x3e59ef[_0x265cca(0x19b)],_0x4cd992[_0x265cca(0x156)])){logger[_0x265cca(0x20a)]('onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x3e59ef[_0x265cca(0x19b)]+')');return;}try{const _0x16ae8b=AutomationFramework[_0x265cca(0x1f7)](),_0x9a2a39=TestFramework['getTrackedInstance'](),_0x19dbb0=_0x3e59ef[_0x265cca(0x1f2)]||global[_0x265cca(0x299)]?.[_0x265cca(0x1df)]||null;if(_0x4cd992[_0x265cca(0x25e)](_0x3e59ef[_0x265cca(0x19b)],_0x4cd992[_0x265cca(0x156)])){const _0x193294=_0x3e59ef[_0x265cca(0x25b)]||_0x16ae8b&&_0x16ae8b['getPlatformCaps']&&_0x16ae8b[_0x265cca(0x2da)]()||_0x16ae8b&&_0x16ae8b[_0x265cca(0x265)]&&_0x16ae8b[_0x265cca(0x265)]()||{},_0xc04fb3=_0x3e59ef[_0x265cca(0x1af)]||null,_0x3fd33a=this['isPlatformSupported'](_0x16ae8b,_0x193294,_0xc04fb3),_0x5bea28=CLIUtils[_0x265cca(0x305)]();this[_0x265cca(0x317)]['set'](_0x5bea28,_0x3fd33a);global['Context']?.['getContext']&&global[_0x265cca(0x30c)][_0x265cca(0x291)]()[_0x265cca(0x227)](_0x3fd33a);_0x3fd33a?(global[_0x265cca(0x16a)]=!![],process[_0x265cca(0x23d)][_0x265cca(0x191)]=_0x4cd992[_0x265cca(0x1cb)]):global[_0x265cca(0x16a)]=![];logger['debug'](_0x265cca(0x2a8)+_0x3fd33a);return;}if(!_0x19dbb0){_0x9a2a39&&_0x9a2a39[_0x265cca(0x20b)](_0x4cd992[_0x265cca(0x2a7)],!![]);logger[_0x265cca(0x20a)](_0x4cd992['kzRDz']);return;}logger[_0x265cca(0x20a)](_0x4cd992[_0x265cca(0x161)]);const _0x38c663=_0x9a2a39?.[_0x265cca(0x245)](_0x4cd992[_0x265cca(0x171)],![]),_0x305da3=_0x9a2a39?.[_0x265cca(0x245)](_0x4cd992[_0x265cca(0x2a7)],![]);if(_0x4cd992[_0x265cca(0x25e)](_0x38c663,![])&&_0x4cd992[_0x265cca(0x308)](_0x305da3,![])){_0x9a2a39&&_0x9a2a39[_0x265cca(0x20b)](_0x4cd992['uKzeA'],!![]);logger[_0x265cca(0x20a)](_0x4cd992['tbWDC']);return;}_0x9a2a39&&_0x9a2a39[_0x265cca(0x20b)](_0x4cd992['SxLNe'],!![]);let _0x28e4f4,_0x2b7d95;const _0x52415f=_0x3e59ef['testFramework']||_0x4cd992[_0x265cca(0x274)];if(_0x4cd992[_0x265cca(0x2a1)](_0x52415f,_0x4cd992['MTVCc'])){_0x2b7d95=_0x3e59ef[_0x265cca(0x23f)]?.['testAnalyticsId']||_0x3e59ef[_0x265cca(0x23f)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x265cca(0x262)]?.[_0x265cca(0x28b)]||global[_0x265cca(0x299)]?.['currentTest']?.['id'];const _0x5b691f=_0x9a2a39?.[_0x265cca(0x2ae)]()?.[_0x265cca(0x30e)](_0x2b7d95);if(_0x5b691f&&_0x5b691f[TestFrameworkConstants[_0x265cca(0x143)]])_0x28e4f4=_0x5b691f[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x3e59ef[_0x265cca(0x23f)]?.[_0x265cca(0x2c4)])_0x28e4f4=_0x3e59ef[_0x265cca(0x23f)][_0x265cca(0x2c4)];else global[_0x265cca(0x299)]?.['currentTest']?.[_0x265cca(0x23f)]?.[_0x265cca(0x2c4)]?_0x28e4f4=global[_0x265cca(0x299)][_0x265cca(0x262)][_0x265cca(0x23f)]['titlePath']:_0x28e4f4=_0x4cd992[_0x265cca(0x1f3)];}logger[_0x265cca(0x20a)](_0x265cca(0x1c0)+_0x2b7d95+_0x265cca(0x2ef)+JSON[_0x265cca(0x253)](_0x28e4f4));}else{_0x2b7d95=this['getTestId'](_0x3e59ef);const _0x7cbafe=TestInfo[_0x265cca(0x166)](_0x2b7d95);let _0x42d865=[];if(_0x7cbafe&&Array['isArray'](_0x7cbafe[_0x265cca(0x118)])&&_0x4cd992[_0x265cca(0x15e)](_0x7cbafe[_0x265cca(0x118)][_0x265cca(0x30f)],0x0))_0x42d865=_0x7cbafe[_0x265cca(0x118)];else{if(_0x9a2a39){const _0x23ed19=_0x4cd992[_0x265cca(0x29b)](typeof _0x9a2a39['getData'],_0x4cd992['zvBXs'])?_0x9a2a39[_0x265cca(0x245)](_0x4cd992[_0x265cca(0x268)],[]):_0x9a2a39['test_tags']||[];Array['isArray'](_0x23ed19)&&(_0x42d865=_0x23ed19);}}_0x28e4f4=_0x42d865;}logger[_0x265cca(0x270)](_0x265cca(0x25a)+JSON[_0x265cca(0x253)](_0x28e4f4));const _0x1cbc78=this[_0x265cca(0x24b)](_0x16ae8b,_0x3e59ef[_0x265cca(0x25b)],_0x3e59ef[_0x265cca(0x1af)]);logger[_0x265cca(0x20a)](_0x265cca(0x100)+_0x1cbc78+',\x20isAppAccessibility='+this['isAppAccessibility']);const _0x297786=this[_0x265cca(0x1b5)](_0x28e4f4,_0x16ae8b,_0x52415f),_0x596439=_0x4cd992[_0x265cca(0x1bf)](_0x1cbc78,_0x297786),_0x295a20=CLIUtils[_0x265cca(0x305)]();this[_0x265cca(0x317)][_0x265cca(0xff)](_0x295a20,_0x596439),global[_0x265cca(0x30c)]?.[_0x265cca(0x291)]&&global[_0x265cca(0x30c)][_0x265cca(0x291)]()[_0x265cca(0x227)](_0x596439),logger[_0x265cca(0x20a)]('[platform\x20-\x20'+(_0x16ae8b?.[_0x265cca(0x1e9)]?.()||_0x4cd992[_0x265cca(0x10d)])+_0x265cca(0x266)+_0x596439),_0x596439?(global['accessibilityPlatform']=!![],process[_0x265cca(0x23d)][_0x265cca(0x191)]=_0x4cd992[_0x265cca(0x1cb)],this[_0x265cca(0x272)]()):global['accessibilityPlatform']=![];}catch(_0x2de1ba){logger[_0x265cca(0x2b4)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x2de1ba['stack']||_0x2de1ba['message']));const _0x407cdd=CLIUtils[_0x265cca(0x305)]();this['accessibility'][_0x265cca(0xff)](_0x407cdd,![]),global[_0x265cca(0x16a)]=![];}}[a105_0x13b4a7(0x2d8)](){const _0x38f778=a105_0x13b4a7;return this['capabilities'][_0x38f778(0x20f)](_0x2ecfa9=>_0x2ecfa9['getName']()===_0x38f778(0x238))?.[_0x38f778(0x169)]()||'';}[a105_0x13b4a7(0x128)](_0x15c9a5){const _0x1406ae=a105_0x13b4a7;try{const _0x2def60=this[_0x1406ae(0x2c9)]?.['options']?.[_0x1406ae(0x2c7)]||[],_0x535214=_0x2def60[_0x1406ae(0x20f)](_0xf54f46=>_0xf54f46['name']===_0x15c9a5);return _0x535214?_0x535214[_0x1406ae(0x194)]:null;}catch(_0x5d30f4){return logger['debug'](_0x1406ae(0x221)+_0x15c9a5+':\x20'+_0x5d30f4[_0x1406ae(0x12b)]),null;}}async[a105_0x13b4a7(0x32a)](_0x2c7e70,_0x4c183e){const _0x4dc5d7=a105_0x13b4a7,_0x204434=_0x2c7e70[_0x4dc5d7(0x205)]()[_0x4dc5d7(0x187)](),_0x5f0c59=_0x204434[_0x4dc5d7(0x1a0)](),_0x40eba0=_0x204434[_0x4dc5d7(0x1cc)]()?.['getCommandsList']();scripts['parseFromProto'](_0x5f0c59,_0x40eba0),scripts[_0x4dc5d7(0x196)]();const _0x2db3d1=_0x204434[_0x4dc5d7(0x13b)]();this[_0x4dc5d7(0x18c)]=_0x204434[_0x4dc5d7(0x13b)](),await this[_0x4dc5d7(0x10b)](_0x2db3d1,_0x4c183e[_0x4dc5d7(0x1af)]);}async[a105_0x13b4a7(0x10b)](_0x1331de,_0xf1152e={}){const _0x9e5442=a105_0x13b4a7,_0x53754f={'HDLlZ':'not-array','BJuTs':_0x9e5442(0x1fb),'CXkFp':function(_0x4ff0cb,_0x2b683c){return _0x4ff0cb===_0x2b683c;},'nZGYs':'accessibilityToken','Twclu':function(_0x1a96c1,_0x58a0a4){return _0x1a96c1(_0x58a0a4);},'TBOtg':'crypto','SVmLc':_0x9e5442(0x179),'dZugR':_0x9e5442(0x146),'vmCkn':function(_0x343331,_0x192639){return _0x343331||_0x192639;},'BNrgb':'browserstack.accessibilityOptions.authToken','KoGvI':function(_0x5e8f15,_0x4a9c00){return _0x5e8f15(_0x4a9c00);},'VPsHk':_0x9e5442(0x2c8),'aEdzw':function(_0x4f869b,_0x138edc){return _0x4f869b(_0x138edc);},'foNEe':'../../../helpers/helper','Ntuga':function(_0x229c29,_0x2966aa){return _0x229c29(_0x2966aa);},'ZFLcn':_0x9e5442(0x256),'lbKbd':_0x9e5442(0x2af),'ddymL':function(_0x4ed518,_0x4f3d59){return _0x4ed518===_0x4f3d59;},'GhOiN':_0x9e5442(0x1c7),'CSofV':'browserstack.accessibilityOptions.scannerVersion','kxpgu':function(_0x276ed9,_0x497cce){return _0x276ed9===_0x497cce;},'ESMlr':_0x9e5442(0x140),'eOHAX':_0x9e5442(0x22f),'KEsli':_0x9e5442(0x1ab),'ycEgQ':function(_0x1c8f40,_0x22a72c){return _0x1c8f40(_0x22a72c);},'ZUvcT':function(_0x437edd,_0x28532b){return _0x437edd===_0x28532b;},'ldJPU':'true'};global[_0x9e5442(0x2c6)]=global['__accessibilityOptions']||{};const _0x3982da=Array['isArray'](_0x1331de)?_0x1331de[_0x9e5442(0x30f)]:_0x53754f[_0x9e5442(0x30a)];logger[_0x9e5442(0x20a)](_0x9e5442(0x261)+_0x3982da+_0x9e5442(0x142)+(process[_0x9e5442(0x23d)][_0x9e5442(0x2fa)]||_0x53754f['BJuTs'])+_0x9e5442(0x21b)+process[_0x9e5442(0x16d)]);for(const _0x974fe0 of _0x1331de){logger['debug']('[AccessibilityModule.setAccessibilityToken]\x20cap\x20name='+_0x974fe0[_0x9e5442(0x200)]());if(_0x53754f[_0x9e5442(0x2c0)](_0x974fe0[_0x9e5442(0x200)](),_0x53754f['nZGYs'])){const _0x46485d=_0x974fe0[_0x9e5442(0x169)](),_0x12632e=_0x46485d?_0x53754f['Twclu'](require,_0x53754f[_0x9e5442(0x1d4)])[_0x9e5442(0x15b)](_0x53754f[_0x9e5442(0x275)])[_0x9e5442(0x102)](_0x46485d)[_0x9e5442(0xfe)](_0x53754f[_0x9e5442(0x180)])[_0x9e5442(0x2aa)](0x0,0x8):'';logger['info'](_0x9e5442(0x152)+_0x53754f[_0x9e5442(0x10a)](_0x46485d,'')['length']+_0x9e5442(0x2b2)+_0x12632e+_0x9e5442(0x142)+(process['env'][_0x9e5442(0x2fa)]||_0x53754f[_0x9e5442(0x1a5)])+_0x9e5442(0x21b)+process[_0x9e5442(0x16d)]),process['env'][_0x9e5442(0x14a)]=_0x46485d,global[_0x9e5442(0x2c6)][_0x53754f[_0x9e5442(0x178)]]=_0x46485d;const _0x4e8507=_0x53754f[_0x9e5442(0x2b6)](require,_0x53754f[_0x9e5442(0x2f3)]),{isTrue:_0x105dd8}=_0x53754f[_0x9e5442(0x239)](require,_0x53754f[_0x9e5442(0x117)]),_0x5e9a7b=_0x4e8507[_0x9e5442(0x203)](_0x46485d);_0x5e9a7b&&_0x53754f[_0x9e5442(0x25f)](_0x105dd8,_0x5e9a7b[_0x9e5442(0x2c1)])&&(process[_0x9e5442(0x23d)][_0x9e5442(0x1f8)]=!![]);}else{if(_0x53754f['CXkFp'](_0x974fe0[_0x9e5442(0x200)](),_0x53754f[_0x9e5442(0x2c3)]))global['__accessibilityOptions'][_0x53754f['lbKbd']]=_0x974fe0['getValue']();else{if(_0x53754f[_0x9e5442(0x1aa)](_0x974fe0[_0x9e5442(0x200)](),_0x53754f[_0x9e5442(0x15a)]))global[_0x9e5442(0x2c6)][_0x53754f['CSofV']]=_0x974fe0['getValue']();else{if(_0x53754f[_0x9e5442(0x229)](_0x974fe0[_0x9e5442(0x200)](),_0x53754f[_0x9e5442(0x2d3)]))global[_0x9e5442(0x2c6)][_0x53754f[_0x9e5442(0x2f6)]]=_0x974fe0['getValue']();else{if(_0x53754f[_0x9e5442(0x2c0)](_0x974fe0[_0x9e5442(0x200)](),_0x53754f['KEsli'])){const _0x104121=_0x974fe0[_0x9e5442(0x169)]();process['env'][_0x9e5442(0x2b9)]=_0x53754f[_0x9e5442(0x130)](String,_0x53754f['ZUvcT'](_0x104121,!![])||_0x53754f[_0x9e5442(0x2c0)](_0x104121,_0x53754f[_0x9e5442(0x1a4)])),logger[_0x9e5442(0x20a)](_0x9e5442(0x1d2)+_0x104121+_0x9e5442(0x1e6)+process[_0x9e5442(0x23d)][_0x9e5442(0x2b9)]);}}}}}}}async[a105_0x13b4a7(0x306)](_0x2ac616){const _0x5e53d9=a105_0x13b4a7,_0x223fcd={};_0x223fcd[_0x5e53d9(0x1d0)]=function(_0x126ec5,_0x2be528){return _0x126ec5!==_0x2be528;},_0x223fcd[_0x5e53d9(0x160)]=_0x5e53d9(0x269),_0x223fcd[_0x5e53d9(0x28e)]=_0x5e53d9(0x2b1),_0x223fcd[_0x5e53d9(0x2e8)]=_0x5e53d9(0x267),_0x223fcd[_0x5e53d9(0x2fd)]=_0x5e53d9(0x302);const _0x226b1f=_0x223fcd;if(_0x226b1f['JiFeo'](_0x2ac616[_0x5e53d9(0x19b)],_0x226b1f[_0x5e53d9(0x160)])&&_0x226b1f[_0x5e53d9(0x1d0)](_0x2ac616[_0x5e53d9(0x19b)],_0x226b1f[_0x5e53d9(0x28e)])&&_0x226b1f['JiFeo'](_0x2ac616['testFramework'],_0x226b1f[_0x5e53d9(0x2e8)])){logger[_0x5e53d9(0x20a)](_0x5e53d9(0x17b)+_0x2ac616[_0x5e53d9(0x19b)]+')');return;}const _0x3f5b80=_0x2ac616['testInfo']?.['testAnalyticsId']||_0x2ac616[_0x5e53d9(0x23f)]?.['id']||global['__jestCurrentTestIdentifier'];logger['info'](_0x5e53d9(0x2a2)+_0x2ac616[_0x5e53d9(0x19b)]+_0x5e53d9(0x1c3)+_0x3f5b80);try{const _0x6698bd=_0x2ac616['instance']||AutomationFramework['getTrackedInstance'](),_0x26f236=CLIUtils['getCurrentInstanceName'](),_0x5f10e6=this[_0x5e53d9(0x105)]();logger[_0x5e53d9(0x20a)]('[platform\x20-\x20'+(_0x6698bd?.[_0x5e53d9(0x1e9)]?.()||_0x226b1f[_0x5e53d9(0x2fd)])+_0x5e53d9(0x1ce)+_0x5f10e6),_0x5f10e6&&await this[_0x5e53d9(0x212)](_0x6698bd,_0x2ac616),this[_0x5e53d9(0x317)]['delete'](_0x26f236),this['LOG_DISABLED_SHOWN'][_0x5e53d9(0x296)](_0x26f236);}catch(_0x383100){logger[_0x5e53d9(0x2b4)](_0x5e53d9(0x173)+(_0x383100[_0x5e53d9(0x26e)]||_0x383100[_0x5e53d9(0x12b)]));}}async['stopTestCapture'](_0x35cc98,_0x22acf9){const _0x9e0b7e=a105_0x13b4a7,_0x32422e={};_0x32422e[_0x9e0b7e(0x115)]=function(_0x2b85f0,_0x5ea916){return _0x2b85f0===_0x5ea916;},_0x32422e[_0x9e0b7e(0x2b7)]='function',_0x32422e['YTmkY']=_0x9e0b7e(0x2b1),_0x32422e[_0x9e0b7e(0x2e7)]=_0x9e0b7e(0x269),_0x32422e['VKcpq']=_0x9e0b7e(0x1ff),_0x32422e[_0x9e0b7e(0x327)]=_0x9e0b7e(0x317),_0x32422e[_0x9e0b7e(0x233)]=_0x9e0b7e(0x129),_0x32422e[_0x9e0b7e(0x2d2)]='unknown',_0x32422e['tNnty']='present',_0x32422e['aKzeK']=_0x9e0b7e(0x30b),_0x32422e[_0x9e0b7e(0x104)]=function(_0x17203c,_0x4ed559){return _0x17203c===_0x4ed559;},_0x32422e[_0x9e0b7e(0x27c)]=function(_0x20852f,_0x300676){return _0x20852f||_0x300676;},_0x32422e[_0x9e0b7e(0x1d5)]=function(_0x461ad3,_0x3a27df){return _0x461ad3||_0x3a27df;},_0x32422e[_0x9e0b7e(0x25d)]=function(_0x207f5f,_0x194e68){return _0x207f5f||_0x194e68;},_0x32422e[_0x9e0b7e(0x236)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x32422e[_0x9e0b7e(0x1c4)]=_0x9e0b7e(0x162),_0x32422e[_0x9e0b7e(0x282)]=_0x9e0b7e(0x309);const _0x3fd7e9=_0x32422e;try{const _0x453422=_0x22acf9[_0x9e0b7e(0x19b)]||(_0x3fd7e9[_0x9e0b7e(0x115)](this[_0x9e0b7e(0x242)]?.[_0x9e0b7e(0x1e7)]?.['toLowerCase'](),_0x3fd7e9[_0x9e0b7e(0x1a3)])?_0x3fd7e9[_0x9e0b7e(0x1a3)]:_0x3fd7e9[_0x9e0b7e(0x2e7)]);let _0x52bd7e='',_0x4d6f4c=null,_0x58ceb8=null;if(_0x3fd7e9[_0x9e0b7e(0x115)](_0x453422,_0x3fd7e9[_0x9e0b7e(0x1a3)])){_0x4d6f4c=_0x22acf9[_0x9e0b7e(0x23f)]?.[_0x9e0b7e(0x28b)]||_0x22acf9[_0x9e0b7e(0x23f)]?.['id']||global[_0x9e0b7e(0x168)];if(!_0x4d6f4c){logger[_0x9e0b7e(0x2f9)](_0x3fd7e9[_0x9e0b7e(0x17d)]);return;}try{const _0x4770b8=await GrpcClient[_0x9e0b7e(0x29f)]()[_0x9e0b7e(0x183)](process[_0x9e0b7e(0x23d)][_0x9e0b7e(0x1a2)],_0x3fd7e9[_0x9e0b7e(0x327)],_0x3fd7e9[_0x9e0b7e(0x233)],_0x4d6f4c),_0x553c32=AccessibilityModule['loadDriverExecuteParams'](null,_0x4770b8);_0x52bd7e=_0x553c32?.[_0x9e0b7e(0x214)]||'',logger[_0x9e0b7e(0x20a)](_0x9e0b7e(0x2b3)+_0x52bd7e+_0x9e0b7e(0x1db)+_0x4d6f4c),_0x58ceb8=_0x4770b8;}catch(_0x333043){logger[_0x9e0b7e(0x2b4)](_0x9e0b7e(0x1cf)+_0x333043['message']);return;}}else{const _0x3b2b89=this[_0x9e0b7e(0x23b)](_0x22acf9);_0x52bd7e=TestInfo[_0x9e0b7e(0x273)](_0x3b2b89);}const _0x5da204=((()=>{const _0x4cb9ea=_0x9e0b7e,_0x24984c=(this[_0x4cb9ea(0x2c9)]?.[_0x4cb9ea(0x127)]?.[_0x4cb9ea(0x2c7)]||[])[_0x4cb9ea(0x20f)](_0x1b946=>(typeof _0x1b946[_0x4cb9ea(0x200)]==='function'?_0x1b946[_0x4cb9ea(0x200)]():_0x1b946[_0x4cb9ea(0x1e7)])===this['KEY_TESTHUB_BUILD_ID']);return _0x24984c?_0x3fd7e9['UyueG'](typeof _0x24984c[_0x4cb9ea(0x169)],_0x3fd7e9[_0x4cb9ea(0x2b7)])?_0x24984c[_0x4cb9ea(0x169)]():_0x24984c['value']:'';})()),_0x25c630=process[_0x9e0b7e(0x23d)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x9e0b7e(0x20a)](_0x9e0b7e(0x133)+(_0x35cc98?.[_0x9e0b7e(0x1e9)]?.()||_0x3fd7e9['epeCG'])+_0x9e0b7e(0x326)+_0x52bd7e+_0x9e0b7e(0x1f4)+_0x5da204+_0x9e0b7e(0x21e)+(_0x25c630?_0x3fd7e9[_0x9e0b7e(0x286)]:_0x3fd7e9[_0x9e0b7e(0x24e)]));let _0x3d045b;if(_0x3fd7e9['pBPMV'](_0x453422,_0x3fd7e9[_0x9e0b7e(0x1a3)]))_0x3d045b=AccessibilityModule[_0x9e0b7e(0x1f5)](_0x52bd7e,_0x58ceb8);else{const _0x527300=await GrpcClient[_0x9e0b7e(0x29f)]()[_0x9e0b7e(0x183)](process['env'][_0x9e0b7e(0x1a2)],_0x3fd7e9[_0x9e0b7e(0x327)],_0x3fd7e9['QdJWG']);_0x3d045b=AccessibilityModule[_0x9e0b7e(0x1f5)](_0x52bd7e,_0x527300);}logger[_0x9e0b7e(0x20a)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON['stringify'](_0x3d045b));const _0x141834=Object['assign']({},{'thTestRunUuid':_0x3fd7e9[_0x9e0b7e(0x27c)](_0x52bd7e,''),'thBuildUuid':_0x3fd7e9['tRmNn'](_0x5da204,''),'thJwtToken':_0x3fd7e9[_0x9e0b7e(0x25d)](_0x25c630,'')},_0x3d045b);!this[_0x9e0b7e(0x13e)]&&this[_0x9e0b7e(0x2d1)]()&&(_0x141834['is_mobile_session']=!![],logger[_0x9e0b7e(0x20a)](_0x3fd7e9[_0x9e0b7e(0x236)]));logger[_0x9e0b7e(0x20a)](_0x9e0b7e(0x1f9)+_0x52bd7e+_0x9e0b7e(0x192)+this['isAppAccessibility']);let _0x4ba0be=global[_0x9e0b7e(0x299)]?.[_0x9e0b7e(0x1df)]||null;!_0x4ba0be&&(_0x4ba0be=AutomationFramework[_0x9e0b7e(0x1e1)](_0x35cc98,_0x3fd7e9['MzwRP'],null)),!_0x4ba0be&&(_0x4ba0be=AutomationFramework['getState'](_0x35cc98,_0x3fd7e9[_0x9e0b7e(0x282)],null)),await this[_0x9e0b7e(0x1c8)](this['getCurrentAccessibilityStatus'](),_0x52bd7e,_0x4ba0be,_0x141834,this[_0x9e0b7e(0x13e)]);}catch(_0x4d59a9){logger[_0x9e0b7e(0x2b4)](_0x9e0b7e(0x186)+(_0x4d59a9[_0x9e0b7e(0x26e)]||_0x4d59a9[_0x9e0b7e(0x12b)]));}}async[a105_0x13b4a7(0x1c8)](_0x1f2ac3,_0x4097e8,_0x1e110b,_0x527970,_0x53be40){const _0x245a3a=a105_0x13b4a7,_0x48adcb={};_0x48adcb[_0x245a3a(0x18a)]='saveResults',_0x48adcb[_0x245a3a(0x1fa)]=function(_0x24ad03,_0x460b99){return _0x24ad03&&_0x460b99;},_0x48adcb[_0x245a3a(0x1b8)]=_0x245a3a(0x11e),_0x48adcb[_0x245a3a(0x2ca)]=function(_0x33e71a,_0x1b93e6){return _0x33e71a===_0x1b93e6;},_0x48adcb['CPCod']=_0x245a3a(0x30b),_0x48adcb[_0x245a3a(0x250)]=_0x245a3a(0x198),_0x48adcb[_0x245a3a(0x12d)]=_0x245a3a(0x313),_0x48adcb[_0x245a3a(0x257)]=_0x245a3a(0x126),_0x48adcb[_0x245a3a(0x11d)]=_0x245a3a(0x2ff),_0x48adcb[_0x245a3a(0x22e)]=_0x245a3a(0x12c),_0x48adcb[_0x245a3a(0x1ea)]='a11y:save-results',_0x48adcb[_0x245a3a(0x190)]=_0x245a3a(0x2c2);const _0x1056df=_0x48adcb;try{const _0x204037=this[_0x245a3a(0x23c)](_0x1056df[_0x245a3a(0x18a)]);if(_0x1056df[_0x245a3a(0x1fa)](!_0x53be40,!_0x204037)){logger[_0x245a3a(0x20a)](_0x1056df[_0x245a3a(0x1b8)]);return;}if(!_0x4097e8||_0x1056df[_0x245a3a(0x2ca)](_0x4097e8,_0x1056df[_0x245a3a(0x13c)])||_0x1056df['ZCgGP'](_0x4097e8,'')){logger['debug'](_0x1056df['cfOKO']);return;}logger['debug'](_0x245a3a(0x2b8)+JSON[_0x245a3a(0x253)](_0x527970)),_0x1f2ac3&&(logger[_0x245a3a(0x20a)](_0x1056df['PpHnz']),await this[_0x245a3a(0x134)](_0x1e110b,_0x4097e8,_0x1056df[_0x245a3a(0x257)],_0x527970,_0x53be40,_0x1056df[_0x245a3a(0x11d)]),_0x1056df['ZkGln'](!_0x53be40,_0x204037)&&(logger[_0x245a3a(0x20a)](_0x1056df[_0x245a3a(0x22e)]),await PerformanceTester[_0x245a3a(0x2d4)](_0x1056df[_0x245a3a(0x1ea)],async()=>{const _0x6aacfa=_0x245a3a;await this[_0x6aacfa(0x134)](_0x1e110b,_0x4097e8,_0x1056df[_0x6aacfa(0x18a)],_0x527970,_0x53be40,_0x1056df[_0x6aacfa(0x18a)]);})()),logger[_0x245a3a(0x270)](_0x1056df[_0x245a3a(0x190)]));}catch(_0x4b2fea){logger[_0x245a3a(0x2b4)](_0x245a3a(0x252)+(_0x4b2fea[_0x245a3a(0x26e)]||_0x4b2fea[_0x245a3a(0x12b)]));}}async[a105_0x13b4a7(0x138)](_0x1b734d){const _0x47892e=a105_0x13b4a7,_0x343adf={};_0x343adf[_0x47892e(0x2d5)]=function(_0x200ad0,_0x194e45){return _0x200ad0!==_0x194e45;},_0x343adf[_0x47892e(0x17f)]=_0x47892e(0x269),_0x343adf[_0x47892e(0x2ba)]=function(_0x5e7ffd,_0x2e0f79){return _0x5e7ffd!==_0x2e0f79;},_0x343adf['WMWZy']=_0x47892e(0x2b1),_0x343adf[_0x47892e(0x2cb)]=_0x47892e(0x267),_0x343adf[_0x47892e(0x18f)]=_0x47892e(0x302),_0x343adf['WYqGa']=_0x47892e(0x31c),_0x343adf[_0x47892e(0x279)]=function(_0x248fea,_0x4441f7){return _0x248fea===_0x4441f7;},_0x343adf['TSFUF']=_0x47892e(0x29c),_0x343adf[_0x47892e(0x2df)]=_0x47892e(0x317),_0x343adf[_0x47892e(0x1d1)]=_0x47892e(0x2d9),_0x343adf[_0x47892e(0x116)]='test_run_id',_0x343adf[_0x47892e(0x1f1)]=_0x47892e(0x29a),_0x343adf[_0x47892e(0x21f)]=function(_0x2420a6,_0x448a5e){return _0x2420a6===_0x448a5e;},_0x343adf[_0x47892e(0x321)]=_0x47892e(0x2ff),_0x343adf[_0x47892e(0x208)]=_0x47892e(0x30b);const _0xf9eb9c=_0x343adf;if(_0xf9eb9c[_0x47892e(0x2d5)](_0x1b734d[_0x47892e(0x19b)],_0xf9eb9c['dinOi'])&&_0xf9eb9c[_0x47892e(0x2ba)](_0x1b734d['testFramework'],_0xf9eb9c['WMWZy'])&&_0xf9eb9c['BgXHS'](_0x1b734d[_0x47892e(0x19b)],_0xf9eb9c[_0x47892e(0x2cb)])){logger['debug'](_0x47892e(0x289)+_0x1b734d[_0x47892e(0x19b)]+')');return;}logger['debug']('onBeforeExecute:\x20command='+(_0x1b734d['commandName']||_0xf9eb9c['uQJkA'])+_0x47892e(0x248)+_0x1b734d[_0x47892e(0x19b)]);try{const _0x107769=_0x1b734d[_0x47892e(0x232)]||AutomationFramework[_0x47892e(0x1f7)](),_0x21a57d=TestFramework[_0x47892e(0x1f7)](),_0x2b74f0=_0x1b734d['commandName']||_0x1b734d[_0x47892e(0x1f0)]?.['getName']();if(!_0x2b74f0){logger[_0x47892e(0x20a)](_0xf9eb9c[_0x47892e(0x184)]);return;}if(!this[_0x47892e(0x105)]()){logger[_0x47892e(0x20a)](_0x47892e(0x158)+_0x2b74f0);return;}if(!this['shouldScanForCommand'](_0x2b74f0)){logger[_0x47892e(0x20a)](_0x47892e(0x132)+_0x2b74f0+_0x47892e(0x2e9));return;}const _0x2ed44c=_0x1b734d['page']||global[_0x47892e(0x299)]?.[_0x47892e(0x1df)];if(!_0x2ed44c){logger['debug'](_0x47892e(0x16c)+_0x2b74f0);return;}let _0x2168b5='',_0x95f0ec=null;if(_0xf9eb9c[_0x47892e(0x279)](_0x1b734d['testFramework'],_0xf9eb9c['WMWZy'])){_0x95f0ec=_0x1b734d[_0x47892e(0x23f)]?.[_0x47892e(0x28b)]||_0x1b734d[_0x47892e(0x23f)]?.['id']||global[_0x47892e(0x168)];if(!_0x95f0ec){logger[_0x47892e(0x2f9)](_0xf9eb9c[_0x47892e(0x1bb)]);return;}try{const _0x556bf4=await GrpcClient[_0x47892e(0x29f)]()[_0x47892e(0x183)](process['env'][_0x47892e(0x1a2)],_0xf9eb9c['GOCyX'],_0xf9eb9c[_0x47892e(0x1d1)],_0x95f0ec),_0x3b9bf7=AccessibilityModule[_0x47892e(0x1f5)](null,_0x556bf4);_0x2168b5=_0x3b9bf7?.['thTestRunUuid']||'',logger[_0x47892e(0x20a)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2168b5+'\x20from\x20testIdentifier='+_0x95f0ec);}catch(_0x988af6){logger[_0x47892e(0x2b4)](_0x47892e(0x1e0)+_0x988af6[_0x47892e(0x12b)]);return;}}else _0x2168b5=this[_0x47892e(0x128)](_0xf9eb9c['fclrc'])||'',!_0x2168b5&&this[_0x47892e(0x2d1)]()&&(_0x2168b5=accessibilityHelper[_0x47892e(0x113)]());const _0x5167ff=this[_0x47892e(0x128)](_0xf9eb9c['JyJaO'])||this[_0x47892e(0x2c9)][this[_0x47892e(0x1be)]]||null,_0x256e33=process[_0x47892e(0x23d)][_0x47892e(0x14b)]||'',_0x1d3475=this[_0x47892e(0x328)](_0x2b74f0,_0x2168b5,_0x5167ff,_0x256e33),_0x6e8fe8=_0xf9eb9c[_0x47892e(0x21f)](_0x1b734d[_0x47892e(0x19b)],_0xf9eb9c[_0x47892e(0x18e)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0xf9eb9c[_0x47892e(0x321)],_0x2168b5,_0x95f0ec):await AccessibilityModule[_0x47892e(0x2ab)](_0xf9eb9c[_0x47892e(0x321)],_0x2168b5);logger[_0x47892e(0x270)](_0x47892e(0x283)+(_0x1d3475?JSON[_0x47892e(0x253)](_0x1d3475):_0xf9eb9c[_0x47892e(0x208)]));const _0x174e4e=CLIUtils['mergeObject'](_0x1d3475,_0x6e8fe8);logger[_0x47892e(0x270)](_0x47892e(0x223)+(_0x174e4e?JSON['stringify'](_0x174e4e):_0xf9eb9c['OaDMb'])),logger['debug'](_0x47892e(0x24f)+_0x2b74f0);const _0x2ca2cc=await this[_0x47892e(0x134)](_0x2ed44c,_0x2168b5,_0x2b74f0,_0x174e4e,this[_0x47892e(0x13e)]);logger[_0x47892e(0x20a)](_0x47892e(0x322)+_0x2b74f0+_0x47892e(0x2ac)+JSON[_0x47892e(0x253)](_0x2ca2cc));}catch(_0x13469b){logger[_0x47892e(0x2b4)](_0x47892e(0x13d)+(_0x13469b[_0x47892e(0x26e)]||_0x13469b['message']));}}[a105_0x13b4a7(0x215)](){const _0x5cd262=a105_0x13b4a7;return this[_0x5cd262(0x105)]();}[a105_0x13b4a7(0x290)](_0xe05653){const _0x367f3c=a105_0x13b4a7,_0x498766=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x367f3c(0xff)](_0x498766,_0xe05653);}async[a105_0x13b4a7(0x237)](_0x19fcfc){const _0x31c418=a105_0x13b4a7,_0x43ca1b={};_0x43ca1b[_0x31c418(0x177)]=_0x31c418(0x302);const _0x3968f2=_0x43ca1b;try{const _0x185771=_0x19fcfc[_0x31c418(0x232)]||AutomationFramework['getTrackedInstance'](),_0x459da7=_0x185771?.[_0x31c418(0x245)]?.()?.[_0x31c418(0x30e)]?.(this['KEY_INIT'])||![];if(_0x459da7)return;PerformanceTester[_0x31c418(0x11f)](EVENTS[_0x31c418(0x285)]);const _0x245259=await GrpcClient[_0x31c418(0x29f)]()['getAccessibilityConfig'](_0x19fcfc);_0x245259&&_0x245259[_0x31c418(0x205)]&&_0x245259['getAccessibility']()&&_0x245259['getAccessibility']()['getSuccess']()?(await this[_0x31c418(0x259)](_0x245259,_0x19fcfc),_0x185771?.[_0x31c418(0x245)]&&_0x185771[_0x31c418(0x245)]()['set'](this['KEY_INIT'],!![]),logger['debug'](_0x31c418(0x133)+(_0x185771?.[_0x31c418(0x1e9)]?.()||_0x3968f2[_0x31c418(0x177)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x31c418(0x20a)](_0x31c418(0x133)+(_0x185771?.[_0x31c418(0x1e9)]?.()||_0x3968f2[_0x31c418(0x177)])+_0x31c418(0x175)),PerformanceTester['end'](EVENTS[_0x31c418(0x285)]);}catch(_0x5ab157){PerformanceTester[_0x31c418(0x213)](EVENTS[_0x31c418(0x285)],![],_0x5ab157[_0x31c418(0x12b)]),logger[_0x31c418(0x2b4)](_0x31c418(0x293)+(_0x5ab157[_0x31c418(0x26e)]||_0x5ab157['message']));}}async['loadAccessibilityConfig'](_0x17e2a3,_0x35ea14){const _0x242ceb=a105_0x13b4a7;await this[_0x242ceb(0x32a)](_0x17e2a3,_0x35ea14);const _0x3c3726=_0x17e2a3['getAccessibility']()['getOptions']();if(_0x3c3726){const _0x3a07c3=_0x17e2a3[_0x242ceb(0x28f)]&&_0x17e2a3[_0x242ceb(0x28f)]();_0x3a07c3&&(this[_0x242ceb(0x2c9)][this['KEY_TESTHUB_BUILD_ID']]=_0x3a07c3[_0x242ceb(0x231)]&&_0x3a07c3[_0x242ceb(0x231)]());}}['shouldScanForCommand'](_0x2ef6c6){const _0x111c76=a105_0x13b4a7,_0x1e951c={};_0x1e951c[_0x111c76(0x30d)]=function(_0x3da495,_0x385518){return _0x3da495===_0x385518;};const _0x336143=_0x1e951c;try{if(!_0x2ef6c6)return![];const _0x4643ee=this[_0x111c76(0x2c9)]?.[_0x111c76(0x127)]?.[_0x111c76(0x17e)]?.[_0x111c76(0x17c)]||[],_0x282ac7=_0x4643ee[_0x111c76(0x124)](_0x34c3b=>{const _0xb1ea4=_0x111c76;return _0x34c3b[_0xb1ea4(0x1e7)]&&_0x336143[_0xb1ea4(0x30d)](_0x34c3b[_0xb1ea4(0x1e7)][_0xb1ea4(0x1bc)](),_0x2ef6c6[_0xb1ea4(0x1bc)]());});return logger[_0x111c76(0x20a)](_0x111c76(0x1e5)+_0x2ef6c6+_0x111c76(0x2a0)+_0x282ac7+_0x111c76(0x114)+JSON[_0x111c76(0x253)](_0x4643ee[_0x111c76(0x1c1)](_0x43436c=>_0x43436c[_0x111c76(0x1e7)]))),_0x282ac7;}catch(_0xb6534){return logger['debug'](_0x111c76(0x2d0)+_0xb6534['message']),![];}}['isBrowserstackScriptCommand'](_0x125402){const _0x201b76=a105_0x13b4a7,_0x4a7a32={};_0x4a7a32[_0x201b76(0x241)]=function(_0x422490,_0x7b4ba0){return _0x422490===_0x7b4ba0;},_0x4a7a32['smhqS']=_0x201b76(0x2ec),_0x4a7a32[_0x201b76(0x199)]=_0x201b76(0x10e);const _0x141510=_0x4a7a32,_0x5c8a55=_0x125402[_0x201b76(0x26f)]&&_0x125402[_0x201b76(0x26f)]();return _0x5c8a55&&_0x141510[_0x201b76(0x241)](typeof _0x5c8a55,_0x141510['smhqS'])&&_0x5c8a55[_0x201b76(0x2e4)](_0x141510[_0x201b76(0x199)]);}[a105_0x13b4a7(0x307)](_0x35e2d7){const _0x187e86=a105_0x13b4a7,_0xf761f1={};_0xf761f1[_0x187e86(0x10c)]=function(_0x49186c,_0x1009eb){return _0x49186c!==_0x1009eb;},_0xf761f1['NFFdZ']=_0x187e86(0x2ec),_0xf761f1[_0x187e86(0x188)]=_0x187e86(0x317),_0xf761f1[_0x187e86(0x163)]=_0x187e86(0x2d9),_0xf761f1[_0x187e86(0x2f7)]=_0x187e86(0x19c),_0xf761f1[_0x187e86(0x210)]=_0x187e86(0x1e2);const _0x43440a=_0xf761f1,_0x465296=_0x35e2d7['getScript']&&_0x35e2d7[_0x187e86(0x26f)]();if(!_0x465296||_0x43440a[_0x187e86(0x10c)](typeof _0x465296,_0x43440a[_0x187e86(0x15d)]))return![];return _0x465296['includes'](_0x43440a[_0x187e86(0x188)])||_0x465296[_0x187e86(0x2e4)](_0x43440a['wVZXe'])||_0x465296['includes'](_0x43440a[_0x187e86(0x2f7)])||_0x465296[_0x187e86(0x2e4)](_0x43440a['PEhiV']);}[a105_0x13b4a7(0x2d1)](){const _0x4e3ca2=a105_0x13b4a7,_0x4f476b={'GNbpf':function(_0x7e42cb,_0x3619a9){return _0x7e42cb===_0x3619a9;},'vLkvu':'function','YnpBZ':function(_0x10200a,_0x44238d){return _0x10200a(_0x44238d);},'rwKyp':_0x4e3ca2(0x101),'hvvGh':_0x4e3ca2(0x137),'IYnYa':function(_0x512725,_0x13b35e){return _0x512725(_0x13b35e);},'RtaAg':'android','BqSXk':'chrome'};try{const _0x1b4481=this['accessibilityConfig']?.[_0x4e3ca2(0x127)]?.[_0x4e3ca2(0x2c7)]||[],_0x153db4=_0x4eae3f=>{const _0x3f7d7a=_0x4e3ca2,_0x32a897=_0x1b4481[_0x3f7d7a(0x20f)](_0x41be2d=>(typeof _0x41be2d['getName']==='function'?_0x41be2d[_0x3f7d7a(0x200)]():_0x41be2d[_0x3f7d7a(0x1e7)])===_0x4eae3f);return _0x32a897?_0x4f476b['GNbpf'](typeof _0x32a897[_0x3f7d7a(0x169)],_0x4f476b[_0x3f7d7a(0x249)])?_0x32a897[_0x3f7d7a(0x169)]():_0x32a897[_0x3f7d7a(0x194)]:null;},_0x2a424c=_0x4f476b[_0x4e3ca2(0x12e)](_0x153db4,_0x4f476b[_0x4e3ca2(0x136)]),_0x4a3e83=_0x4f476b['YnpBZ'](_0x153db4,_0x4f476b['hvvGh']),_0xd23c9a=global[_0x4e3ca2(0x185)]||_0x2a424c&&_0x4f476b['GNbpf'](_0x4f476b[_0x4e3ca2(0x2e2)](String,_0x2a424c)[_0x4e3ca2(0x1bc)](),_0x4f476b[_0x4e3ca2(0x2e5)])&&_0x4a3e83&&_0x4f476b['YnpBZ'](String,_0x4a3e83)['toLowerCase']()[_0x4e3ca2(0x2e4)](_0x4f476b[_0x4e3ca2(0x263)]);if(!_0xd23c9a)return![];if(!accessibilityHelper[_0x4e3ca2(0x1ab)]())return!this[_0x4e3ca2(0x1d8)]&&(logger[_0x4e3ca2(0x2f9)](accessibilityHelper[_0x4e3ca2(0x2f2)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0xee478e){return logger['debug'](_0x4e3ca2(0x254)+_0xee478e[_0x4e3ca2(0x12b)]),![];}}['getParamsForScanForCli'](_0x3350cd,_0x337c10,_0x2ee512,_0x2db482){const _0x654caf=a105_0x13b4a7,_0xf50d30={};_0xf50d30[_0x654caf(0x174)]=function(_0x42d294,_0xd0b5e6){return _0x42d294||_0xd0b5e6;},_0xf50d30[_0x654caf(0x2e6)]=function(_0x1be17f,_0x59d090){return _0x1be17f&&_0x59d090;},_0xf50d30[_0x654caf(0x222)]=function(_0x3f946d,_0x4a6c4e){return _0x3f946d||_0x4a6c4e;},_0xf50d30['rCiOf']=_0x654caf(0x29e);const _0x3a37fd=_0xf50d30;let _0x177786=_0x3a37fd[_0x654caf(0x174)](_0x337c10,'');const _0x137a37=!this[_0x654caf(0x13e)]&&this[_0x654caf(0x2d1)]();_0x3a37fd['Znyeu'](_0x137a37,!_0x177786)&&(_0x177786=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x1dcdbc={'command':_0x3350cd,'thTestRunUuid':_0x177786,'thBuildUuid':_0x3a37fd[_0x654caf(0x174)](_0x2ee512,''),'thJwtToken':_0x3a37fd[_0x654caf(0x222)](_0x2db482,''),'timestamp':new Date()['toISOString']()};return _0x137a37&&(_0x1dcdbc[_0x654caf(0x112)]=!![],logger[_0x654caf(0x20a)](_0x3a37fd['rCiOf'])),_0x1dcdbc;}[a105_0x13b4a7(0x23c)](_0x274c0d){const _0x3f5b1c=a105_0x13b4a7,_0x13aec8={};_0x13aec8[_0x3f5b1c(0x1bd)]=function(_0x5035af,_0x5dba3d){return _0x5035af||_0x5dba3d;};const _0x3e7f44=_0x13aec8;try{const _0x5e29da=this[_0x3f5b1c(0x2c9)]?.[_0x3f5b1c(0x127)]?.[_0x3f5b1c(0x139)]||[],_0x530797=_0x5e29da[_0x3f5b1c(0x20f)](_0x2f86cf=>_0x2f86cf[_0x3f5b1c(0x1e7)]===_0x274c0d);return _0x3e7f44[_0x3f5b1c(0x1bd)](_0x530797,null);}catch(_0x844e4e){return logger[_0x3f5b1c(0x20a)](_0x3f5b1c(0x122)+_0x274c0d+':\x20'+_0x844e4e['message']),null;}}async[a105_0x13b4a7(0x18d)](_0x33133a,_0x50360f,_0x4f1a9b=null){const _0x301e37=a105_0x13b4a7,_0x411932={'prFCR':function(_0x2d2977,_0x164472){return _0x2d2977(_0x164472);},'BNykY':_0x301e37(0x16b)};try{if(!_0x33133a)return logger[_0x301e37(0x20a)](_0x301e37(0x271)+_0x50360f),null;const _0x3ff95a=this['getScriptByName'](_0x50360f);if(!_0x3ff95a||!_0x3ff95a[_0x301e37(0x1f0)])return logger[_0x301e37(0x20a)](_0x301e37(0x2ee)+_0x50360f+_0x301e37(0x17a)),null;logger[_0x301e37(0x20a)](_0x301e37(0x1a7)+_0x50360f+'\x20accessibility\x20script\x20on\x20page');const _0x9194ea=_0x411932[_0x301e37(0x2d6)](require,_0x411932[_0x301e37(0x31b)]),_0x348a9e=_0x4f1a9b?await _0x9194ea[_0x301e37(0x297)](_0x33133a,_0x3ff95a[_0x301e37(0x1f0)],_0x4f1a9b):await _0x9194ea[_0x301e37(0x297)](_0x33133a,_0x3ff95a[_0x301e37(0x1f0)]);return _0x348a9e;}catch(_0x55a47d){return logger[_0x301e37(0x2b4)]('Error\x20executing\x20script\x20'+_0x50360f+':\x20'+(_0x55a47d[_0x301e37(0x26e)]||_0x55a47d[_0x301e37(0x12b)])),null;}}async[a105_0x13b4a7(0x134)](_0x398dbb,_0x5510a5,_0x501129,_0x5eaa73,_0x47e4bf,_0x1c0fa3=a105_0x13b4a7(0x2ff)){const _0x2f3c99=a105_0x13b4a7,_0x512ca4={'StWsX':function(_0x4f9b6b,_0x316702){return _0x4f9b6b===_0x316702;},'ahZnC':'scan','ETGyw':function(_0x5b2138,_0x533600){return _0x5b2138(_0x533600);},'RpOZc':'../../playwright/accessibility-helper','yVsGo':function(_0x17fb22,_0x29fe1a){return _0x17fb22(_0x29fe1a);}};try{logger['debug'](_0x2f3c99(0x303)+_0x501129+_0x2f3c99(0x298)+_0x1c0fa3);const _0x584e7b=this[_0x2f3c99(0x23c)](_0x1c0fa3);if(!_0x584e7b||!_0x584e7b['command']){logger[_0x2f3c99(0x20a)](_0x2f3c99(0x27b)+_0x1c0fa3+_0x2f3c99(0x195));return;}if(_0x512ca4['StWsX'](_0x1c0fa3,_0x512ca4[_0x2f3c99(0x25c)])){const _0x56d851=_0x512ca4[_0x2f3c99(0x2bd)](require,_0x512ca4['RpOZc']),_0x4409f1={};_0x4409f1['command']=_0x501129;const _0x42dca8=await PerformanceTester[_0x2f3c99(0x2d4)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x346b29=_0x2f3c99;return await _0x56d851[_0x346b29(0x297)](_0x398dbb,_0x584e7b[_0x346b29(0x1f0)],_0x5eaa73);},_0x4409f1)();return logger['info']('Page\x20'+_0x1c0fa3+_0x2f3c99(0x165)+_0x501129+':\x20'+util['format'](_0x42dca8)),_0x42dca8;}const _0x48b1b2=_0x512ca4[_0x2f3c99(0x20e)](require,_0x512ca4[_0x2f3c99(0x288)]),_0x3fa8df=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2f3c99(0x1ae)],async()=>{const _0x285ba3=_0x2f3c99;return await _0x48b1b2[_0x285ba3(0x297)](_0x398dbb,_0x584e7b['command'],_0x5eaa73);})();return logger[_0x2f3c99(0x270)]('Page\x20'+_0x1c0fa3+_0x2f3c99(0x165)+_0x501129+':\x20'+util['format'](_0x3fa8df)),_0x3fa8df;}catch(_0x39cfc6){logger[_0x2f3c99(0x2b4)](_0x2f3c99(0x319)+_0x1c0fa3+':\x20'+(_0x39cfc6['stack']||_0x39cfc6['message']));}}async[a105_0x13b4a7(0x1e8)](_0x258bc1){const _0x52b689=a105_0x13b4a7,_0x272661={'obmdo':function(_0x2d6bce,_0x5e9277){return _0x2d6bce(_0x5e9277);},'CORNl':_0x52b689(0x2c8)};try{const _0x288ebc=_0x272661[_0x52b689(0x28d)](require,_0x272661['CORNl']);return await _0x288ebc['platformValidation'](_0x258bc1);}catch(_0x2fd24b){return logger['error'](_0x52b689(0x11b)+(_0x2fd24b[_0x52b689(0x26e)]||_0x2fd24b['message'])),![];}}[a105_0x13b4a7(0x154)](_0x40da3d,_0x443b78,_0x5732d8){const _0x4469e=a105_0x13b4a7,_0x10cc15={'OgybM':function(_0x3d9ae3,_0x16cbd3){return _0x3d9ae3(_0x16cbd3);},'gVNCL':_0x4469e(0x16b),'bqsUA':_0x4469e(0x26b),'IxFWS':_0x4469e(0x21a)};try{const _0x322ecd=_0x10cc15[_0x4469e(0x316)](require,_0x10cc15[_0x4469e(0x2ea)]);_0x322ecd['processAccessibilityCaps'](_0x40da3d,_0x443b78,_0x5732d8);const _0x246dc9=JSON[_0x4469e(0x253)](_0x40da3d)['replace'](/"browserstack\.user":"[^"]*"/g,_0x10cc15[_0x4469e(0x294)])[_0x4469e(0x2bc)](/"browserstack\.key":"[^"]*"/g,_0x10cc15[_0x4469e(0x147)]);logger[_0x4469e(0x20a)](_0x4469e(0x11a)+global[_0x4469e(0x16a)]+'\x20'+_0x246dc9);}catch(_0x1ea83a){logger[_0x4469e(0x2b4)](_0x4469e(0x167)+(_0x1ea83a[_0x4469e(0x26e)]||_0x1ea83a['message']));}}async[a105_0x13b4a7(0x278)]({fetchFn:_0x289d1d,isNonEmpty:_0x5cb7dc,resultDetail:_0x171e98,totalMs:_0xf2478c,intervalMs:_0x59622d,name:_0x10899e}){const _0x56532e=a105_0x13b4a7,_0xa7a651={'dUkgD':function(_0x4d4632,_0x3fbeff){return _0x4d4632+_0x3fbeff;},'trZQm':function(_0x2702ce,_0x51525f){return _0x2702ce<_0x51525f;},'DbXAY':function(_0x4691f6){return _0x4691f6();},'xMdiZ':function(_0xdf69f4,_0x3d7bd5){return _0xdf69f4(_0x3d7bd5);},'HSzXJ':function(_0x453f64,_0x3de09b){return _0x453f64>=_0x3de09b;},'TEigz':function(_0x45a17d,_0x29cb33){return _0x45a17d-_0x29cb33;}},_0x472f57=Date['now'](),_0x1a95b9=_0xa7a651[_0x56532e(0x106)](_0x472f57,_0xf2478c);let _0x3473da=0x0,_0x4ac300=null,_0x202b6b=![];while(_0xa7a651[_0x56532e(0x2f0)](Date['now'](),_0x1a95b9)){_0x3473da++,_0x4ac300=await _0xa7a651[_0x56532e(0x150)](_0x289d1d),_0x202b6b=_0xa7a651['xMdiZ'](_0x5cb7dc,_0x4ac300),logger[_0x56532e(0x20a)]('['+_0x10899e+_0x56532e(0x1fc)+_0x3473da+'\x20'+_0xa7a651[_0x56532e(0x211)](_0x171e98,_0x4ac300));if(_0x202b6b)break;if(_0xa7a651[_0x56532e(0x314)](_0xa7a651[_0x56532e(0x106)](Date[_0x56532e(0x2ed)](),_0x59622d),_0x1a95b9))break;await new Promise(_0x1b1fc5=>setTimeout(_0x1b1fc5,_0x59622d));}return!_0x202b6b&&logger['warn']('['+_0x10899e+_0x56532e(0x1a1)+_0x3473da+_0x56532e(0x155)+_0xa7a651[_0x56532e(0x255)](Date['now'](),_0x472f57)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0xa7a651['xMdiZ'](_0x171e98,_0x4ac300)+_0x56532e(0x228)),_0x4ac300;}async['getAccessibilityResults'](_0x1eca32){const _0x42e955=a105_0x13b4a7,_0x54359d={};_0x54359d[_0x42e955(0x31f)]=_0x42e955(0x131),_0x54359d[_0x42e955(0x300)]=function(_0x4844e1,_0x2366b3){return _0x4844e1>_0x2366b3;},_0x54359d[_0x42e955(0x20c)]=_0x42e955(0x16e);const _0x34c8e3=_0x54359d;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x42e955(0x2f9)](_0x34c8e3['CpKAr']),[];const _0x268a64=this['isMobileWebSession']()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x42e955(0x113)]()}:{};_0x34c8e3[_0x42e955(0x300)](Object[_0x42e955(0x2e0)](_0x268a64)['length'],0x0)&&logger[_0x42e955(0x20a)](_0x42e955(0x1c9)+JSON[_0x42e955(0x253)](_0x268a64));const _0x5191fc=await this[_0x42e955(0x278)]({'fetchFn':()=>Object[_0x42e955(0x2e0)](_0x268a64)[_0x42e955(0x30f)]>0x0?this[_0x42e955(0x18d)](_0x1eca32,_0x42e955(0x19c),_0x268a64):this['executeScriptByName'](_0x1eca32,_0x42e955(0x19c)),'isNonEmpty':_0x20405a=>Array[_0x42e955(0x24c)](_0x20405a)&&_0x20405a[_0x42e955(0x30f)]>0x0,'resultDetail':_0x361e70=>'count='+(Array[_0x42e955(0x24c)](_0x361e70)?_0x361e70[_0x42e955(0x30f)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x34c8e3[_0x42e955(0x20c)]});return _0x5191fc||[];}catch(_0x4b43c6){return logger['error'](_0x42e955(0x148)+(_0x4b43c6['stack']||_0x4b43c6[_0x42e955(0x12b)])),[];}}async[a105_0x13b4a7(0x243)](_0x33a93f){const _0x347822=a105_0x13b4a7,_0x102c30={'KkHBA':function(_0x24a137,_0x499dd7,_0x4cdaed){return _0x24a137(_0x499dd7,_0x4cdaed);},'cWjZW':_0x347822(0x2ff),'dfjzs':function(_0x11cdd2,_0x46ba71){return _0x11cdd2(_0x46ba71);},'vTHaJ':_0x347822(0x181),'dcFco':_0x347822(0x125),'tFGll':_0x347822(0x204),'EvLJa':function(_0x18ba7a,_0x4b103a){return _0x18ba7a===_0x4b103a;},'uJbMM':_0x347822(0x2b1),'JHnBy':_0x347822(0x144),'oPzDM':_0x347822(0x317),'qgfNe':_0x347822(0x29a),'AReGU':_0x347822(0x243),'xBfCz':_0x347822(0x193),'wofRs':'Performing\x20scan\x20before\x20getting\x20results\x20summary','XFATJ':'SCAN_CAP_HIT','EeiAy':'AccessibilityModule.getResultsSummary','LTowL':_0x347822(0x1b2),'fuqso':'object'};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x347822(0x2f9)](_0x102c30[_0x347822(0x311)]),{};const _0x374513=_0x102c30['dfjzs'](require,_0x102c30[_0x347822(0x2a5)]),_0x266d0f=_0x374513[_0x347822(0x2be)](),_0x5d2548=_0x102c30[_0x347822(0x1b0)](_0x266d0f?.[_0x347822(0x1e7)]?.[_0x347822(0x1bc)](),_0x102c30[_0x347822(0x31d)]);let _0x551007='',_0xc885ad=null,_0x40aec9=null;if(_0x5d2548){_0xc885ad=global[_0x347822(0x168)]||global[_0x347822(0x299)]?.[_0x347822(0x262)]?.[_0x347822(0x28b)]||global['__workerDetails']?.[_0x347822(0x262)]?.['id'];if(!_0xc885ad)return logger[_0x347822(0x2f9)](_0x102c30['JHnBy']),{};try{const _0x48c04b=await GrpcClient[_0x347822(0x29f)]()['fetchDriverExecuteParamsEvent'](process[_0x347822(0x23d)][_0x347822(0x1a2)],_0x102c30['oPzDM'],_0x102c30[_0x347822(0x2b5)],_0xc885ad),_0x5784bb=AccessibilityModule['loadDriverExecuteParams'](null,_0x48c04b);_0x551007=_0x5784bb?.['thTestRunUuid']||'',logger[_0x347822(0x20a)](_0x347822(0x22c)+_0x551007+_0x347822(0x1db)+_0xc885ad);const _0x4575a6=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x102c30[_0x347822(0x2b5)],_0x551007,_0xc885ad),_0x426c6d=this['getCapabilityValue'](_0x102c30[_0x347822(0x1dd)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x374c1b=process[_0x347822(0x23d)][_0x347822(0x14b)]||'',_0x1e94b1=this[_0x347822(0x328)](_0x102c30[_0x347822(0x2a6)],_0x551007,_0x426c6d,_0x374c1b);_0x40aec9=_0x374513['mergeObject'](_0x1e94b1,_0x4575a6),logger[_0x347822(0x20a)](_0x347822(0x164)+JSON[_0x347822(0x253)](_0x40aec9));}catch(_0x45c6cb){return logger[_0x347822(0x2b4)](_0x347822(0x182)+_0x45c6cb['message']),{};}}else{_0x551007=this[_0x347822(0x128)](_0x102c30['xBfCz'])||'';!_0x551007&&this[_0x347822(0x2d1)]()&&(_0x551007=accessibilityHelper[_0x347822(0x113)]());const _0x3496c8=this['getCapabilityValue'](_0x102c30['qgfNe'])||this[_0x347822(0x2c9)][this[_0x347822(0x1be)]]||null,_0x14d9e2=process['env'][_0x347822(0x14b)]||'';_0x40aec9=this[_0x347822(0x328)](_0x102c30[_0x347822(0x2a6)],_0x551007,_0x3496c8,_0x14d9e2);}logger['debug'](_0x102c30[_0x347822(0x284)]);const _0x2274e9=0x15f90,_0x44aa51=0x1388;try{await PerformanceTester[_0x347822(0x2d4)](PerformanceA11yEvents[_0x347822(0x2db)],async()=>{const _0x9a1b60=_0x347822,_0x4e09f0={'kMbSP':function(_0x316594,_0x502706,_0x1b6e48){const _0x417d0f=a105_0xca10;return _0x102c30[_0x417d0f(0xfd)](_0x316594,_0x502706,_0x1b6e48);}},_0x4eab8b=this[_0x9a1b60(0x18d)](_0x33a93f,_0x102c30[_0x9a1b60(0x151)],_0x40aec9);let _0x1f5d79;const _0x4253a7=new Promise((_0x1ac071,_0x2815ca)=>{const _0x637cc9=_0x9a1b60;_0x1f5d79=_0x4e09f0['kMbSP'](setTimeout,()=>_0x2815ca(new Error(_0x637cc9(0x14e)+_0x2274e9+'ms')),_0x2274e9);});try{const _0x37c0a2=await Promise[_0x9a1b60(0x244)]([_0x4eab8b,_0x4253a7]);logger[_0x9a1b60(0x20a)]('Scan\x20result:\x20'+util[_0x9a1b60(0x18b)](_0x37c0a2));}finally{_0x102c30[_0x9a1b60(0x2fe)](clearTimeout,_0x1f5d79);}},{'command':_0x102c30[_0x347822(0x2a6)]})();}catch(_0x2b58f8){logger[_0x347822(0x2f9)](_0x347822(0x247)+_0x2b58f8['message']+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global[_0x347822(0x260)]={'reason':_0x102c30[_0x347822(0x2e3)],'at':Date['now'](),'where':_0x102c30[_0x347822(0x312)]},await new Promise(_0x3741d9=>setTimeout(_0x3741d9,_0x44aa51)),logger[_0x347822(0x20a)](_0x347822(0x1cd)+_0x44aa51+_0x347822(0x26c));}const _0x404107=await this[_0x347822(0x278)]({'fetchFn':()=>PerformanceTester[_0x347822(0x2d4)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x5f50ec=_0x347822;return await this[_0x5f50ec(0x18d)](_0x33a93f,_0x102c30[_0x5f50ec(0x2b5)],_0x40aec9);})(),'isNonEmpty':_0x40d113=>_0x40d113&&typeof _0x40d113[_0x347822(0x1da)]==='number'&&_0x40d113[_0x347822(0x1da)]>0x0,'resultDetail':_0x4cde28=>_0x347822(0x159)+(_0x4cde28&&typeof _0x4cde28[_0x347822(0x1da)]===_0x347822(0x141)?_0x4cde28[_0x347822(0x1da)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x102c30[_0x347822(0x312)]});if(!_0x404107)return logger[_0x347822(0x20a)](_0x102c30[_0x347822(0x2f5)]),{};return _0x102c30[_0x347822(0x1b0)](typeof _0x404107,_0x102c30[_0x347822(0x1c6)])&&global[_0x347822(0x260)]&&(_0x404107[_0x347822(0x276)]=!![],_0x404107[_0x347822(0x119)]=global['__bstackA11yScanCapHit'][_0x347822(0x220)]),_0x404107;}catch(_0x2b7d2d){return logger['error'](_0x347822(0x22d)+(_0x2b7d2d[_0x347822(0x26e)]||_0x2b7d2d[_0x347822(0x12b)])),{};}}async['performPageScan'](_0x4ed8f7,_0x55502f,_0x10b868=null){const _0x405ef1=a105_0x13b4a7,_0xc22f86={};_0xc22f86['RKKCW']='performPageScan:\x20Page\x20is\x20null',_0xc22f86['cocFg']=_0x405ef1(0x1b4),_0xc22f86['UqFyy']=_0x405ef1(0x219);const _0x5cf25a=_0xc22f86;try{if(!_0x4ed8f7)return logger[_0x405ef1(0x20a)](_0x5cf25a[_0x405ef1(0x1d7)]),null;if(!_0x55502f)return logger['debug'](_0x5cf25a[_0x405ef1(0x201)]),null;logger[_0x405ef1(0x20a)](_0x5cf25a[_0x405ef1(0x218)]);const _0x3a0b76=_0x10b868?await _0x4ed8f7[_0x405ef1(0x29d)](_0x55502f,_0x10b868):await _0x4ed8f7[_0x405ef1(0x29d)](_0x55502f);return _0x3a0b76;}catch(_0x30625b){return logger[_0x405ef1(0x2b4)](_0x405ef1(0x224)+(_0x30625b[_0x405ef1(0x26e)]||_0x30625b[_0x405ef1(0x12b)])),null;}}static[a105_0x13b4a7(0x1f5)](_0x17ad78,_0xa00fca){const _0x5a98c7=a105_0x13b4a7,_0x3ac1c6={};_0x3ac1c6[_0x5a98c7(0x107)]=_0x5a98c7(0x1e4);const _0x5d8d6d=_0x3ac1c6,_0x2c3e02={};_0x2c3e02[_0x5a98c7(0x214)]=_0x17ad78;const _0x384a2c=_0x2c3e02;let _0x81c631={};if(_0xa00fca[_0x5a98c7(0x1ee)]()&&_0xa00fca[_0x5a98c7(0x2c5)]())try{_0x81c631=JSON['parse'](new Buffer(_0xa00fca[_0x5a98c7(0x120)]())[_0x5a98c7(0x2f8)](_0x5d8d6d[_0x5a98c7(0x107)]));}catch(_0xdc6631){logger[_0x5a98c7(0x2b4)](_0x5a98c7(0x14f)+_0xdc6631['message']),_0x81c631={};}return CLIUtils[_0x5a98c7(0x24d)](_0x384a2c,_0x81c631);}static async[a105_0x13b4a7(0x2ab)](_0x2b004b,_0x5f07da='',_0x3eba86=null){const _0x2c4d17=a105_0x13b4a7,_0x3c619a={};_0x3c619a[_0x2c4d17(0x111)]=_0x2c4d17(0x10f),_0x3c619a[_0x2c4d17(0x14d)]=_0x2c4d17(0x317);const _0x569628=_0x3c619a;try{if(!_0x3eba86&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x2c4d17(0x20d)];if(!process[_0x2c4d17(0x23d)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x2c4d17(0x2b4)](_0x569628[_0x2c4d17(0x111)]),{};const _0x2ef8ef=await GrpcClient[_0x2c4d17(0x29f)]()[_0x2c4d17(0x183)](process[_0x2c4d17(0x23d)][_0x2c4d17(0x1a2)],_0x569628[_0x2c4d17(0x14d)],_0x2b004b,_0x3eba86),_0x4306ff=_0x3eba86?AccessibilityModule['loadDriverExecuteParams'](null,_0x2ef8ef)?.['thTestRunUuid']||_0x5f07da:_0x5f07da,_0x499ba4=AccessibilityModule[_0x2c4d17(0x1f5)](_0x4306ff,_0x2ef8ef);return!_0x3eba86&&(AccessibilityModule[_0x2c4d17(0x20d)]=_0x499ba4,AccessibilityModule[_0x2c4d17(0x24a)]=!![]),_0x499ba4;}catch(_0x4c498d){return logger['error'](_0x2c4d17(0x1b9)+_0x2b004b+':\x20'+(_0x4c498d[_0x2c4d17(0x26e)]||_0x4c498d[_0x2c4d17(0x12b)])),{};}}};function a105_0x3a71(){const _0x2c86d9=['DoRQS','format','capabilities','executeScriptByName','WMWZy','uQJkA','cbShK','BROWSERSTACK_TEST_ACCESSIBILITY_YML',',\x20isAppAccessibility=','test_run_id','value','\x20script\x20available\x20in\x20scriptsList','toJson','1369774egpMXM','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','oxuGn','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','testFramework','getResults','SjLvu','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','aHdEb','getScriptsList',']\x20polled\x20','BROWSERSTACK_CLI_BIN_SESSION_ID','YTmkY','ldJPU','BJuTs','lBYed','Executing\x20','isAccessibilityAutomationSession','./baseModule','ddymL','isMobileScanningEnabledForGroup','../state/hookState','../framework/automationFramework','SAVE_RESULTS','launchCaps','EvLJa','22pXVxou','No\x20summaryResults\x20found.','Exception\x20in\x20isPlatformSupported:\x20','performPageScan:\x20Script\x20is\x20null','isEnabledTestcase','../grpcClient','cSRBa','zueTX','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','POST','TSFUF','toLowerCase','oUsjb','KEY_TESTHUB_BUILD_ID','txBvH','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','map','WFUCD',',\x20testIdentifier=','MzwRP','7920590xnkyuJ','fuqso','scannerVersion','finishScanningForCli','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','setLogDisabledShown','MlRlq','getCommandsToWrap','[AccessibilityModule.getResultsSummary]\x20waited\x20',']\x20onAfterTest\x20should\x20scan=','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','JiFeo','lGPOo','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','Jfrwu','TBOtg','tRmNn','13810CzLRwL','RKKCW','_mobileScanningDisabledLogged','patchSendMessageToServer','totalIssueCount','\x20from\x20testIdentifier=','pnwdx','qgfNe','MTVCc','pwPage','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getState','saveTestResults','QUIT','ascii','shouldScanForCommand:\x20','\x20env=','name','validatePlatformForAccessibility','getPlatformIndex','BFzrM','Error\x20applying\x20sendMessageToServer\x20patch:\x20','xNZgQ','2|5|10|15|12|1|0|3|7|4|6|9|13|16|8|11|14','getSuccess','ywWjw','command','JyJaO','page','KMIhP','\x20testHubUuid=','loadDriverExecuteParams','../../utils/playwright-patcher','getTrackedInstance','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','ZkGln','main',']\x20poll\x20attempt=','kzRDz','browser_version','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','getName','cocFg','../TestInfo.js','parseA11yJwtPayload','../cliUtils','getAccessibility','LOG_DISABLED_SHOWN','20349pgcygh','OaDMb','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','debug','updateData','NBnuL','_centralAuthA11yConfig','yVsGo','find','PEhiV','xMdiZ','stopTestCapture','end','thTestRunUuid','shouldScanCurrentTest','isPlatformSupported:\x20caps\x20are\x20null','join','UqFyy','Executing\x20accessibility\x20script\x20on\x20page','\x22browserstack.key\x22:\x22[REDACTED]\x22','\x22\x20pid=','../../../helpers/accessibility-automation/constants','latest','\x20a11yToken=','VOmsG','reason','Error\x20getting\x20capability\x20value\x20for\x20','hphMq','MergedScanArgs:\x20','Error\x20in\x20performPageScan:\x20','../framework/constants/testFrameworkConstants.js','TEST_INIT','setShouldScan',');\x20returning\x20last\x20value','kxpgu','DRIVER_INIT','epAeB','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Error\x20in\x20getAccessibilityResultsSummary:\x20','dTMWu','browserstack.accessibilityOptions.scannerProcessingTimeout','../../../helpers/performance/constants.js','getBuildId','instance','QdJWG','DRIVER_HAS_URL','startsWith','vDkZO','initAccessibilityConfig','goog:chromeOptions','aEdzw','4056noLiIN','getTestId','getScriptByName','env','../../../helpers/performance/performance-tester.js','testInfo','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','LJDPv','testFrameworkData','getAccessibilityResultsSummary','race','getData','has','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20',',\x20framework=','vLkvu','_centralAuthConfigFetched','isPlatformSupported','isArray','mergeObject','aKzeK','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','cfOKO','wLjKa','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','stringify','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','TEigz','wcagVersion','mqESI','Unknown\x20Test','loadAccessibilityConfig','test-tags-->\x20','platformCaps','ahZnC','Xsknd','rMBoH','Ntuga','__bstackA11yScanCapHit','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','currentTest','BqSXk','--headless=','getCapabilities',']\x20should\x20run\x20accessibility\x20value=','testcafe','ADaVb','cucumber','3kKmBSP','\x22browserstack.user\x22:\x22[REDACTED]\x22','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','../../../helpers/classLogger','stack','getScript','info','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','applySendMessageToServerPatch','getTestUUID','bvPXK','SVmLc','degraded','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','_pollUntilNonEmpty','lwsHR','size','performScanForCli:\x20No\x20','ybhIW','chromeOptions','dHWCq','cklkp','true','CREATE','SKnBg','ScanArgs:\x20','wofRs','SDK_ACCESSIBILITY_CONFIG','tNnty','isFinite','RpOZc','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','on\x20non-BrowserStack\x20infrastructure\x20','testAnalyticsId','args','obmdo','BYLGz','getTesthub','setShouldScanCurrentTest','getContext','requiresChromeOptionsValidation','Error\x20in\x20initAccessibilityConfig:\x20','bqsUA','registerObserver','delete','browserStackEvaluate','\x20using\x20script:\x20','__workerDetails','testhub_build_uuid','BUDtX','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','evaluate','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','getInstance','\x20->\x20','ENqlu','[AccessibilityModule]\x20onAfterTest:\x20framework=','EfJtY','syeYF','tFGll','AReGU','SxLNe','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','DpQgb','slice','fetchCentralAuthA11yConfig',',\x20\x0a\x20','getModuleName','getAllData','browserstack.accessibilityOptions.wcagVersion','APxpt','jest','\x20token_fp=','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','error','vTHaJ','KoGvI','DEWSh','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','VCzkZ','includeTagsInTestingScope','replace','ETGyw','getTestFrameworkDetail','excludeTagsInTestingScope','CXkFp','skipCDPConnectOverride','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','ZFLcn','titlePath','hasAccessibilityExecuteParams','__accessibilityOptions','capabilitiesList','../../../helpers/accessibility-automation/helper','accessibilityConfig','ZCgGP','zhVAU','bind',',\x20includeTags=','isBrowserSupportedForAccessibility','isVersionSupported','Error\x20in\x20shouldScanForCommand:\x20','isMobileWebSession','epeCG','ESMlr','measureWrapper','BgXHS','prFCR','LyKEn','getGoogleChromeOptions','performScan','getPlatformCaps','PERFORM_SCAN','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session',']\x20isEnabledTestcase\x20(jest)\x20result=','isEnabled','GOCyX','keys','13GNEVof','IYnYa','XFATJ','includes','RtaAg','Znyeu','RlpsM','Drxmq','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','gVNCL','function','string','now','executeScriptByName:\x20No\x20',',\x20testName=','trZQm','7SpBKiS','MOBILE_SCANNING_DISABLED_WARNING','VPsHk','Error\x20checking\x20headless\x20capability:\x20','LTowL','eOHAX','TWjmV','toString','warn','JEST_WORKER_ID','_sendMessageServerPatchApplied','pLmgl','uMdor','dfjzs','scan','uctYv','MxOFd','unknown','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','headless','getCurrentInstanceName','onAfterTest','isAccessibilityScriptCommand','HYoLq','NON_BROWSERSTACK_AUTOMATION_SESSIONS','HDLlZ','null','Context','tvIdY','get','length','JtLWM','dcFco','EeiAy','Performing\x20scan\x20before\x20from\x20cli','HSzXJ','wGqhe','OgybM','accessibility','getMinVersionForBrowser','Error\x20in\x20performScanForCli\x20for\x20script\x20','ugPjo','BNykY','onBeforeExecute:\x20No\x20command\x20name\x20provided','uJbMM','MODULE_NAME','CpKAr','onBeforeTest','weuZl','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','beddK','XqFpn','ZDEjN',']\x20clear\x20','nEvxv','getParamsForScanForCli','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','setAccessibilityConfig','VbxGZ','KkHBA','digest','set','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','platformName','update','LRlMJ','pBPMV','getCurrentAccessibilityStatus','dUkgD','kVEFf','46435332CgdOtr','4269780pJgLJZ','vmCkn','setAccessibilityToken','dDcRq','HkZop','browserstack_executor','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','UnJgP','eReLp','is_mobile_session','resolveMobileThTestRunUuid',',\x20available\x20commands:\x20','UyueG','fclrc','foNEe','test_tags','degradedReason','Processed\x20accessibility\x20caps\x20','Error\x20in\x20validatePlatformForAccessibility:\x20','VCMbl','tBxrm','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','start','getAccessibilityExecuteParams','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','Error\x20getting\x20script\x20by\x20name\x20',']\x20isEnabledTestcase\x20(cucumber)\x20result=','some','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','afterTestHook','options','getCapabilityValue','saveResults','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','message','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','PpHnz','YnpBZ','giuhZ','ycEgQ','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','onBeforeExecute:\x20Command\x20','[platform\x20-\x20','performScanForCli','ODAUZ','rwKyp','browserName','onBeforeExecute','scriptsList','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','getCapabilitiesList','CPCod','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','isAppAccessibility','KEY_INIT','scannerProcessingTimeout','number','\x20worker=\x22','KEY_TEST_NAME','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','TrackedInstance','hex','IxFWS','Error\x20in\x20getAccessibilityResults:\x20','browserVersion','BS_A11Y_JWT','BROWSERSTACK_TESTHUB_JWT','447196EZgCoR','IyDXA','performScan\x20capped\x20at\x20','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','DbXAY','cWjZW','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','cCKqv','processAccessibilityCaps','x\x20over\x20','dQyeS','exports','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','totalIssueCount=','GhOiN','createHash','../../../helpers/helper','NFFdZ','xyRqT','../../../helpers/accessibility-automation/scripts','mvEMr','SRwXC','AUTOMATION_SESSIONS','wVZXe','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','\x20result\x20for\x20','getTestDetails','Error\x20in\x20processAccessibilityCaps:\x20','__jestCurrentTestIdentifier','getValue','accessibilityPlatform','../../playwright/accessibility-helper','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','pid','AccessibilityModule.getResults',',\x20excludeTags=','368FqKtmd','uKzeA','--headless=new','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','TYTiy',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','PRE','eQuZk','BNrgb','sha256','\x20script\x20available','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','commandsList','VKcpq','commandsToWrap','dinOi','dZugR','getResultsSummary','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','fetchDriverExecuteParamsEvent','WYqGa','isMobilePlatform','Error\x20in\x20stopTestCapture:\x20','getOptions','gXwxm','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied'];a105_0x3a71=function(){return _0x2c86d9;};return a105_0x3a71();}module[a105_0x13b4a7(0x157)]=AccessibilityModule;
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 +1 @@
1
- function a106_0x4d2d(_0x3ca180,_0x5f0bfb){const _0x5647eb=a106_0x5647();return a106_0x4d2d=function(_0x4d2d7b,_0x566eac){_0x4d2d7b=_0x4d2d7b-0x1c1;let _0x8af56b=_0x5647eb[_0x4d2d7b];return _0x8af56b;},a106_0x4d2d(_0x3ca180,_0x5f0bfb);}function a106_0x5647(){const _0x2688d6=['Configured\x20module\x20','name','49386OIqmfr','HEkIB','zyzkG','Missing\x20binSessionId','setTestFrameworkData','728jdcZMd','getTestId','testCaseStartedId','2|0|1|4|3','7GQuydt','KFyJw','getModuleName','\x20with\x20binSessionId=','binSessionId','client','9tINROl','32457MkSpGo','eNZFa','../../../helpers/test-observability/constants.js','WMqrw','17791983WPcZPo','testFramework','../../../helpers/logger.js','YckpP','split','1658540qCoTpt','debug','BaseModule','415dNLepe','platformIndex',',\x20platformIndex=','316JjlMgY','24TqzieI','version','testFrameworkData','winstonLogger','config','1|0|2|3|4|5','testInfo','RENYZ','configure','testId','exports','3624446wLUUAr','115458LpQvpR','wGKoK','670872EeJYDY','LADYk','CUCUMBER'];a106_0x5647=function(){return _0x2688d6;};return a106_0x5647();}const a106_0xd55af8=a106_0x4d2d;(function(_0x2f6089,_0x24133f){const _0x5d4769=a106_0x4d2d,_0x237fbe=_0x2f6089();while(!![]){try{const _0x4e68f5=parseInt(_0x5d4769(0x1c6))/0x1*(-parseInt(_0x5d4769(0x1e9))/0x2)+parseInt(_0x5d4769(0x1cd))/0x3*(-parseInt(_0x5d4769(0x1dc))/0x4)+parseInt(_0x5d4769(0x1d9))/0x5*(-parseInt(_0x5d4769(0x1f0))/0x6)+parseInt(_0x5d4769(0x1e8))/0x7*(parseInt(_0x5d4769(0x1dd))/0x8)+parseInt(_0x5d4769(0x1cc))/0x9*(-parseInt(_0x5d4769(0x1d6))/0xa)+-parseInt(_0x5d4769(0x1d1))/0xb+-parseInt(_0x5d4769(0x1eb))/0xc*(-parseInt(_0x5d4769(0x1c2))/0xd);if(_0x4e68f5===_0x24133f)break;else _0x237fbe['push'](_0x237fbe['shift']());}catch(_0x344563){_0x237fbe['push'](_0x237fbe['shift']());}}}(a106_0x5647,0xea142));const logger=require(a106_0xd55af8(0x1d3))[a106_0xd55af8(0x1e0)],{FRAMEWORKS}=require(a106_0xd55af8(0x1cf));class BaseModule{constructor(_0x3c19a3=null){const _0x425231=a106_0xd55af8,_0x2b6826={};_0x2b6826[_0x425231(0x1d4)]=_0x425231(0x1e2),_0x2b6826[_0x425231(0x1ec)]=_0x425231(0x1d8);const _0x444adf=_0x2b6826,_0x34c93d=_0x444adf[_0x425231(0x1d4)]['split']('|');let _0x18ccb1=0x0;while(!![]){switch(_0x34c93d[_0x18ccb1++]){case'0':this[_0x425231(0x1ca)]=null;continue;case'1':this['name']=_0x444adf['LADYk'];continue;case'2':this[_0x425231(0x1da)]=0x0;continue;case'3':this[_0x425231(0x1e1)]={};continue;case'4':this[_0x425231(0x1cb)]=null;continue;case'5':this[_0x425231(0x1df)]=this[_0x425231(0x1c1)](_0x3c19a3);continue;}break;}}['ensureBinSession'](){const _0x322965=a106_0xd55af8,_0x23e758={};_0x23e758[_0x322965(0x1e4)]=_0x322965(0x1f3);const _0x15893f=_0x23e758;if(!this['binSessionId'])throw new Error(_0x15893f['RENYZ']);}['getModuleName'](){const _0x47888e=a106_0xd55af8;return this[_0x47888e(0x1ef)];}[a106_0xd55af8(0x1e5)](_0x13963f,_0x3b86e6,_0x5ad5e3,_0x1924dd={}){const _0x26cc43=a106_0xd55af8,_0x3cd4e7={};_0x3cd4e7[_0x26cc43(0x1ea)]=_0x26cc43(0x1c5);const _0x26d89f=_0x3cd4e7,_0x64071a=_0x26d89f[_0x26cc43(0x1ea)][_0x26cc43(0x1d5)]('|');let _0x237db9=0x0;while(!![]){switch(_0x64071a[_0x237db9++]){case'0':this['platformIndex']=_0x3b86e6;continue;case'1':this[_0x26cc43(0x1cb)]=_0x5ad5e3;continue;case'2':this['binSessionId']=_0x13963f;continue;case'3':logger[_0x26cc43(0x1d7)](_0x26cc43(0x1ee)+this[_0x26cc43(0x1c8)]()+_0x26cc43(0x1c9)+_0x13963f+_0x26cc43(0x1db)+_0x3b86e6);continue;case'4':this[_0x26cc43(0x1e1)]=_0x1924dd;continue;}break;}}[a106_0xd55af8(0x1c3)](_0x1934fd){const _0x3e7fb9=a106_0xd55af8,_0x1387b4={};_0x1387b4[_0x3e7fb9(0x1f2)]=function(_0x2605c5,_0x35874c){return _0x2605c5===_0x35874c;},_0x1387b4[_0x3e7fb9(0x1d0)]=function(_0x523292,_0x36566e){return _0x523292===_0x36566e;},_0x1387b4[_0x3e7fb9(0x1c7)]=function(_0x840c2c,_0x16f951){return _0x840c2c===_0x16f951;};const _0x5cbd0f=_0x1387b4;let _0x25cab8='';if(_0x5cbd0f[_0x3e7fb9(0x1f2)](_0x1934fd[_0x3e7fb9(0x1d2)],FRAMEWORKS['PLAYWRIGHT']))_0x25cab8=_0x1934fd[_0x3e7fb9(0x1e3)]?.['_test']?.['id']||_0x1934fd[_0x3e7fb9(0x1e3)]?.[_0x3e7fb9(0x1e6)];else{if(_0x5cbd0f[_0x3e7fb9(0x1d0)](_0x1934fd[_0x3e7fb9(0x1d2)],FRAMEWORKS[_0x3e7fb9(0x1ed)]))_0x25cab8=_0x1934fd[_0x3e7fb9(0x1e3)]?.[_0x3e7fb9(0x1c4)];else _0x5cbd0f[_0x3e7fb9(0x1c7)](_0x1934fd[_0x3e7fb9(0x1d2)],FRAMEWORKS['JEST'])&&(_0x25cab8=_0x1934fd[_0x3e7fb9(0x1e3)]?.['id']);}return _0x25cab8;}['setTestFrameworkData'](_0x4c815d){const _0xee2bee=a106_0xd55af8,_0x436ff1={};_0x436ff1[_0xee2bee(0x1ce)]=function(_0x223035,_0x4d8936){return _0x223035!==_0x4d8936;},_0x436ff1['HEkIB']='object';const _0x1860d0=_0x436ff1;if(!_0x4c815d||_0x1860d0[_0xee2bee(0x1ce)](typeof _0x4c815d,_0x1860d0[_0xee2bee(0x1f1)]))return null;const _0x3c310b={};_0x3c310b['name']=_0x4c815d['name'],_0x3c310b['version']=_0x4c815d['version']&&_0x4c815d[_0xee2bee(0x1de)][_0x4c815d[_0xee2bee(0x1ef)]];const _0x463a1f=_0x3c310b;return _0x463a1f;}}module[a106_0xd55af8(0x1e7)]=BaseModule;
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 +1 @@
1
- const a107_0x52d7c7=a107_0x35b4;function a107_0x35b4(_0x353d8e,_0x313bee){const _0x190ad2=a107_0x190a();return a107_0x35b4=function(_0x35b497,_0x29aedd){_0x35b497=_0x35b497-0x14e;let _0x3d765a=_0x190ad2[_0x35b497];return _0x3d765a;},a107_0x35b4(_0x353d8e,_0x313bee);}(function(_0x4bffb1,_0x1e3fe7){const _0x59e32e=a107_0x35b4,_0xeac248=_0x4bffb1();while(!![]){try{const _0x2fe567=-parseInt(_0x59e32e(0x17c))/0x1+parseInt(_0x59e32e(0x167))/0x2+-parseInt(_0x59e32e(0x160))/0x3*(parseInt(_0x59e32e(0x15f))/0x4)+-parseInt(_0x59e32e(0x16c))/0x5*(parseInt(_0x59e32e(0x159))/0x6)+parseInt(_0x59e32e(0x153))/0x7*(parseInt(_0x59e32e(0x163))/0x8)+-parseInt(_0x59e32e(0x166))/0x9+parseInt(_0x59e32e(0x178))/0xa;if(_0x2fe567===_0x1e3fe7)break;else _0xeac248['push'](_0xeac248['shift']());}catch(_0x1fac49){_0xeac248['push'](_0xeac248['shift']());}}}(a107_0x190a,0xb9118));function a107_0x190a(){const _0x3021b7=['itjyF','25920kJpkdL','getLTSSessionId','cazsg','FMBGZ','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','LoadTestModule','browserstackAutomation','BUppJ','XPZBi','gSPzx','lgONH','toLowerCase','29074330bmPtrs','LTS','overrideLoadTesting','warn','811057DldnnX','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','xfZuB','ePuPW','TCnKA','rZXly','BROWSERSTACK_LTS_SESSION_ID','error','BROWSERSTACK_LTS_SESSION_ID\x20cleared','message','setLTSSessionId','env','1050AEFGof','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','true','undefined','wGmRL','1620uFSDtr','toString','jLqee','debug','../../../helpers/classLogger.js','isLTSSession','4jWHZfk','4446411locwvR','false','wqhVC','7792ArErVF','jQOzt','sGJGZ','680742HQXXpN','2946038xwpNJM','FQtdS','../../../helpers/helper.js','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'];a107_0x190a=function(){return _0x3021b7;};return a107_0x190a();}const {createClassLogger}=require(a107_0x52d7c7(0x15d)),logger=createClassLogger(a107_0x52d7c7(0x171)),{sendToEDS}=require(a107_0x52d7c7(0x169)),isLTSSession=(_0x4b3115=null)=>{const _0x1ac034=a107_0x52d7c7,_0x252422={};_0x252422[_0x1ac034(0x17e)]=function(_0x959b1a,_0x101059){return _0x959b1a!==_0x101059;},_0x252422[_0x1ac034(0x174)]=_0x1ac034(0x157),_0x252422[_0x1ac034(0x16b)]=function(_0x1f7644,_0x3cf6b4){return _0x1f7644===_0x3cf6b4;},_0x252422[_0x1ac034(0x173)]='string',_0x252422[_0x1ac034(0x17f)]=function(_0x1a803a,_0xad6387){return _0x1a803a===_0xad6387;},_0x252422['jLqee']=_0x1ac034(0x156),_0x252422[_0x1ac034(0x165)]=function(_0x579a08,_0x532746){return _0x579a08===_0x532746;},_0x252422[_0x1ac034(0x175)]=function(_0x32c17b,_0x4a5f9a){return _0x32c17b===_0x4a5f9a;},_0x252422[_0x1ac034(0x16e)]=_0x1ac034(0x161);const _0x3141d9=_0x252422;try{if(_0x3141d9[_0x1ac034(0x17e)](typeof process[_0x1ac034(0x152)][_0x1ac034(0x17a)],_0x3141d9[_0x1ac034(0x174)])){const _0x392ae1=process['env']['overrideLoadTesting'];return _0x3141d9[_0x1ac034(0x16b)](typeof _0x392ae1,_0x3141d9[_0x1ac034(0x173)])?_0x3141d9[_0x1ac034(0x17f)](_0x392ae1[_0x1ac034(0x177)](),_0x3141d9[_0x1ac034(0x15b)]):!!_0x392ae1;}const _0x47a931=_0x4b3115&&_0x4b3115[_0x1ac034(0x17a)],_0x3651a1=!!(_0x4b3115&&(_0x3141d9[_0x1ac034(0x165)](_0x4b3115[_0x1ac034(0x172)],!![])||_0x3141d9[_0x1ac034(0x17f)](_0x4b3115['browserstackAutomation'],_0x3141d9[_0x1ac034(0x15b)]))),_0x3f2a9a=!!(_0x47a931&&_0x3141d9[_0x1ac034(0x175)](_0x47a931[_0x1ac034(0x15a)]()['toLowerCase'](),_0x3141d9['jLqee'])&&!_0x3651a1);return process['env'][_0x1ac034(0x17a)]=_0x3f2a9a?_0x3141d9[_0x1ac034(0x15b)]:_0x3141d9['cazsg'],_0x3f2a9a;}catch(_0x484b41){return process[_0x1ac034(0x152)][_0x1ac034(0x17a)]=_0x3141d9['cazsg'],![];}},getLTSSessionId=()=>{const _0xbc251f=a107_0x52d7c7,_0x5b99b2={'jQOzt':function(_0x3461c1){return _0x3461c1();},'FMBGZ':_0xbc251f(0x154),'rZXly':_0xbc251f(0x16a)};try{if(_0x5b99b2[_0xbc251f(0x164)](isLTSSession))return logger[_0xbc251f(0x15c)](_0x5b99b2[_0xbc251f(0x16f)]),process[_0xbc251f(0x152)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x38fe33){logger[_0xbc251f(0x14e)](_0xbc251f(0x170)+(_0x38fe33&&_0x38fe33[_0xbc251f(0x150)]));}return logger[_0xbc251f(0x15c)](_0x5b99b2[_0xbc251f(0x181)]),'';},setLTSSessionId=async(_0x1810a4={})=>{const _0x338cf1=a107_0x52d7c7,_0x216e0e={'wqhVC':function(_0x43cdba){return _0x43cdba();},'YlKwC':_0x338cf1(0x155),'wGmRL':_0x338cf1(0x14f),'TCnKA':_0x338cf1(0x179),'HpTGp':function(_0x56823d,_0x2febb8){return _0x56823d(_0x2febb8);},'FQtdS':function(_0x18463f,_0x300420,_0x404308){return _0x18463f(_0x300420,_0x404308);},'lgONH':function(_0x48b232,_0x17d022){return _0x48b232||_0x17d022;}};try{const _0x583441=_0x216e0e[_0x338cf1(0x162)](getLTSSessionId);_0x583441?(process[_0x338cf1(0x152)][_0x338cf1(0x182)]=_0x583441,logger[_0x338cf1(0x15c)](_0x216e0e['YlKwC'])):(delete process[_0x338cf1(0x152)][_0x338cf1(0x182)],logger[_0x338cf1(0x15c)](_0x216e0e[_0x338cf1(0x158)]));try{const _0x589311={'feature':_0x216e0e[_0x338cf1(0x180)],'ltsEnabled':_0x216e0e['HpTGp'](isLTSSession,_0x1810a4),'ltsSessionIdPresent':!!_0x583441};await _0x216e0e[_0x338cf1(0x168)](sendToEDS,_0x589311,_0x1810a4);}catch(_0x42715e){logger[_0x338cf1(0x17b)](_0x338cf1(0x17d)+(_0x42715e&&_0x42715e[_0x338cf1(0x150)]));}return _0x216e0e[_0x338cf1(0x176)](_0x583441,'');}catch(_0x2636fc){return logger[_0x338cf1(0x15c)]('setLTSSessionId\x20error:\x20'+(_0x2636fc&&_0x2636fc[_0x338cf1(0x150)])),'';}},a107_0x37b600={};a107_0x37b600[a107_0x52d7c7(0x15e)]=isLTSSession,a107_0x37b600[a107_0x52d7c7(0x16d)]=getLTSSessionId,a107_0x37b600[a107_0x52d7c7(0x151)]=setLTSSessionId,module['exports']=a107_0x37b600;
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 +1 @@
1
- const a108_0x127a9a=a108_0x326c;(function(_0x8b076c,_0x1f5c50){const _0x532c60=a108_0x326c,_0x938597=_0x8b076c();while(!![]){try{const _0x52aae7=-parseInt(_0x532c60(0x84))/0x1+-parseInt(_0x532c60(0x95))/0x2*(-parseInt(_0x532c60(0x8b))/0x3)+-parseInt(_0x532c60(0x6d))/0x4+parseInt(_0x532c60(0x94))/0x5+parseInt(_0x532c60(0x82))/0x6*(parseInt(_0x532c60(0x8e))/0x7)+-parseInt(_0x532c60(0x91))/0x8*(-parseInt(_0x532c60(0x74))/0x9)+-parseInt(_0x532c60(0x79))/0xa;if(_0x52aae7===_0x1f5c50)break;else _0x938597['push'](_0x938597['shift']());}catch(_0x270dec){_0x938597['push'](_0x938597['shift']());}}}(a108_0x51b5,0x79ff8));function a108_0x326c(_0x1f0193,_0x508f4d){const _0x51b585=a108_0x51b5();return a108_0x326c=function(_0x326c09,_0x7e3c63){_0x326c09=_0x326c09-0x6d;let _0x5e20d3=_0x51b585[_0x326c09];return _0x5e20d3;},a108_0x326c(_0x1f0193,_0x508f4d);}const BaseModule=require('./baseModule'),{createClassLogger}=require(a108_0x127a9a(0x75)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a108_0x127a9a(0x7d)),{playwrightAnnotate}=require(a108_0x127a9a(0x6f)),PerformanceTester=require(a108_0x127a9a(0x86)),{O11y_EVENTS}=require(a108_0x127a9a(0x88)),constants=require(a108_0x127a9a(0x93));class ObservabilityModule extends BaseModule{[a108_0x127a9a(0x89)]=createClassLogger(a108_0x127a9a(0x81));constructor(_0x17ea73){const _0x5acebe=a108_0x127a9a,_0xb9fb55={};_0xb9fb55[_0x5acebe(0x6e)]=_0x5acebe(0x81);const _0x1c960f=_0xb9fb55;super(),this[_0x5acebe(0x73)]=_0x1c960f[_0x5acebe(0x6e)],this[_0x5acebe(0x72)]=_0x17ea73,AutomationFramework[_0x5acebe(0x7b)](AutomationFrameworkState[_0x5acebe(0x70)],HookState['POST'],this[_0x5acebe(0x7a)][_0x5acebe(0x78)](this));}[a108_0x127a9a(0x7e)](){return ObservabilityModule['MODULE_NAME'];}async['onBeforeTest'](_0x6b6414){const _0x21e554=a108_0x127a9a,_0x1e2878={'spPSE':function(_0x17f043,_0x32991b){return _0x17f043+_0x32991b;},'qOHve':_0x21e554(0x7f),'DnzXN':function(_0x47a601,_0x2ec775,_0x4fcb18,_0x1d38f2){return _0x47a601(_0x2ec775,_0x4fcb18,_0x1d38f2);},'khVBc':_0x21e554(0x8f),'tkqgl':_0x21e554(0x71)};if(_0x6b6414[_0x21e554(0x77)]){const _0x1964b2=_0x6b6414['page'],_0x29f54f=Date[_0x21e554(0x8c)](),_0x38b1d7=_0x1e2878[_0x21e554(0x8d)](_0x1e2878[_0x21e554(0x92)],_0x29f54f);PerformanceTester[_0x21e554(0x83)](O11y_EVENTS[_0x21e554(0x90)]),await _0x1e2878['DnzXN'](playwrightAnnotate,_0x1964b2,_0x38b1d7,_0x1e2878[_0x21e554(0x87)]),PerformanceTester['end'](O11y_EVENTS[_0x21e554(0x90)]),this[_0x21e554(0x89)]['info'](_0x21e554(0x76)+constants[_0x21e554(0x8a)]+_0x21e554(0x80));}else this[_0x21e554(0x89)][_0x21e554(0x8f)](_0x1e2878[_0x21e554(0x7c)]);}}ObservabilityModule['MODULE_NAME']=a108_0x127a9a(0x81),module[a108_0x127a9a(0x85)]=ObservabilityModule;function a108_0x51b5(){const _0x17583a=['registerObserver','tkqgl','../state/hookState.js','getModuleName','ObservabilitySync:','\x20sync\x20done','ObservabilityModule','6fzJWBJ','start','763993ygvDwy','exports','../../../helpers/performance/performance-tester.js','khVBc','../../../helpers/performance/constants.js','logger','TEST_REPORTING_ANALYTICS','129CkRUSE','now','spPSE','4231171umqlUl','debug','SYNC','8cIRJyn','qOHve','../../utils/constants.js','4884850vMZBCV','22642SBeANS','2529688visOIc','NFLAH','../../../helpers/helper.js','CREATE','onBeforeTest:\x20page\x20is\x20not\x20defined','observabilityConfig','name','6409845wRMfUH','../../../helpers/classLogger.js','onBeforeTest:\x20','page','bind','8843120SBUxEa','onBeforeTest'];a108_0x51b5=function(){return _0x17583a;};return a108_0x51b5();}
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;