browserstack-node-sdk 1.65.0 → 1.65.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 (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -0
  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/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a104_0x3a6487=a104_0x48d1;function a104_0x48d1(_0x1d03f5,_0x2e0309){const _0x56918f=a104_0x5691();return a104_0x48d1=function(_0x48d162,_0x4c3cc1){_0x48d162=_0x48d162-0x9f;let _0x3295d5=_0x56918f[_0x48d162];return _0x3295d5;},a104_0x48d1(_0x1d03f5,_0x2e0309);}function a104_0x5691(){const _0x4fb9c8=['./trackedContext','getData','createContext','set','171mhVDPo','getId','10689372vBFrlB','crypto','1028349sVPrjP','246530gKWjoW','241112jIxZcj','pid','wPRdI','updateMultipleEntries','context','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','hex','jZLEC','getAllData','createHash','1106946bLXlze','sha256','5vdelNW','isBrowserstackAutomationSession','getRef','entries','45JJRSuc','forEach','exports','ZWuMa','getContext','worker_threads','updateData','1190088VeFOcZ','data','119zpNPYP','12718xjpEav','11PRryxY'];a104_0x5691=function(){return _0x4fb9c8;};return a104_0x5691();}(function(_0x2a8649,_0x17d4d7){const _0x1288bf=a104_0x48d1,_0x4e28af=_0x2a8649();while(!![]){try{const _0x4d9f39=parseInt(_0x1288bf(0xb5))/0x1*(parseInt(_0x1288bf(0xbf))/0x2)+parseInt(_0x1288bf(0xa3))/0x3+parseInt(_0x1288bf(0xbc))/0x4+parseInt(_0x1288bf(0xb1))/0x5*(parseInt(_0x1288bf(0xaf))/0x6)+parseInt(_0x1288bf(0xbe))/0x7*(parseInt(_0x1288bf(0xa5))/0x8)+-parseInt(_0x1288bf(0x9f))/0x9*(parseInt(_0x1288bf(0xa4))/0xa)+-parseInt(_0x1288bf(0xc0))/0xb*(parseInt(_0x1288bf(0xa1))/0xc);if(_0x4d9f39===_0x17d4d7)break;else _0x4e28af['push'](_0x4e28af['shift']());}catch(_0x266061){_0x4e28af['push'](_0x4e28af['shift']());}}}(a104_0x5691,0x407be));const TrackedContext=require(a104_0x3a6487(0xc1)),crypto=require(a104_0x3a6487(0xa2)),{threadId}=require(a104_0x3a6487(0xba));class TrackedInstance{static [a104_0x3a6487(0xaa)]=a104_0x3a6487(0xb2);constructor(_0x5264ff){const _0x2aa5b2=a104_0x3a6487;this[_0x2aa5b2(0xa9)]=_0x5264ff,this['data']=new Map();}[a104_0x3a6487(0xb3)](){const _0x13efc9=a104_0x3a6487;return this[_0x13efc9(0xa9)][_0x13efc9(0xa0)]();}[a104_0x3a6487(0xb9)](){const _0x16273b=a104_0x3a6487;return this[_0x16273b(0xa9)];}[a104_0x3a6487(0xad)](){return this['data'];}[a104_0x3a6487(0xa8)](_0x5719f5){const _0x19c5d4=a104_0x3a6487;Object['keys'](_0x5719f5)[_0x19c5d4(0xb6)](_0x295095=>{const _0x46a5d8=_0x19c5d4;this[_0x46a5d8(0xbd)][_0x46a5d8(0xc4)](_0x295095,_0x5719f5[_0x295095]);});}['addMultipleEntries'](_0x35160a){const _0x1a58c4=a104_0x3a6487;Object[_0x1a58c4(0xb4)](_0x35160a)[_0x1a58c4(0xb6)](([_0x313477,_0xe73347])=>{const _0x3ba122=_0x1a58c4,_0x10f94a=this[_0x3ba122(0xbd)]['get'](_0x313477)||{},_0x224ffd={..._0x10f94a,..._0xe73347},_0x499915=_0x224ffd;this['data']['set'](_0x313477,_0x499915);});}[a104_0x3a6487(0xc2)](_0x3b7ee6){const _0x4b28e2=a104_0x3a6487;return this[_0x4b28e2(0xbd)]['get'](_0x3b7ee6);}[a104_0x3a6487(0xbb)](_0x538e4c,_0x11dfe1){const _0x4bc30e=a104_0x3a6487;this[_0x4bc30e(0xbd)][_0x4bc30e(0xc4)](_0x538e4c,_0x11dfe1);}static[a104_0x3a6487(0xc3)](_0x119ac5){const _0x5c761c=a104_0x3a6487,_0xdb93f0={};_0xdb93f0[_0x5c761c(0xb8)]=_0x5c761c(0xb0),_0xdb93f0[_0x5c761c(0xa7)]=_0x5c761c(0xab),_0xdb93f0['jZLEC']=function(_0x11d57e,_0x183de2){return _0x11d57e||_0x183de2;};const _0x30883b=_0xdb93f0;return new TrackedContext(crypto[_0x5c761c(0xae)](_0x30883b[_0x5c761c(0xb8)])['update'](_0x119ac5)['digest'](_0x30883b[_0x5c761c(0xa7)]),_0x30883b[_0x5c761c(0xac)](threadId,0x0),process[_0x5c761c(0xa6)],typeof _0x119ac5);}}module[a104_0x3a6487(0xb7)]=TrackedInstance;
1
+ const a105_0x15fa59=a105_0x470b;function a105_0x24e1(){const _0x54a786=['keys','set','digest','pid','get','bHybT','1624814kMFwjF','9926536CZlOVt','crypto','data','context','13358940GckOCM','774385xRnqZt','hex','getData','forEach','1icgRwP','XeiIF','4PZPBYU','addMultipleEntries','getRef','1688994SRtpxa','getId','12274029ZnVVRc','getAllData','worker_threads','oSqLU','sha256','updateMultipleEntries','./trackedContext','3907938bysPXC','7TDjFJk','isBrowserstackAutomationSession','updateData','update'];a105_0x24e1=function(){return _0x54a786;};return a105_0x24e1();}(function(_0x5da2da,_0x2cdb6a){const _0x3ee18d=a105_0x470b,_0x1ee35=_0x5da2da();while(!![]){try{const _0xd6985c=parseInt(_0x3ee18d(0x18d))/0x1*(parseInt(_0x3ee18d(0x183))/0x2)+parseInt(_0x3ee18d(0x192))/0x3+-parseInt(_0x3ee18d(0x18f))/0x4*(-parseInt(_0x3ee18d(0x189))/0x5)+parseInt(_0x3ee18d(0x178))/0x6*(parseInt(_0x3ee18d(0x179))/0x7)+parseInt(_0x3ee18d(0x184))/0x8+-parseInt(_0x3ee18d(0x171))/0x9+-parseInt(_0x3ee18d(0x188))/0xa;if(_0xd6985c===_0x2cdb6a)break;else _0x1ee35['push'](_0x1ee35['shift']());}catch(_0x574a28){_0x1ee35['push'](_0x1ee35['shift']());}}}(a105_0x24e1,0xb073b));const TrackedContext=require(a105_0x15fa59(0x177)),crypto=require(a105_0x15fa59(0x185)),{threadId}=require(a105_0x15fa59(0x173));function a105_0x470b(_0x572b42,_0x56629f){const _0x24e181=a105_0x24e1();return a105_0x470b=function(_0x470b13,_0xe637f7){_0x470b13=_0x470b13-0x171;let _0x1f506a=_0x24e181[_0x470b13];return _0x1f506a;},a105_0x470b(_0x572b42,_0x56629f);}class TrackedInstance{static ['KEY_IS_BROWSERSTACK_AUTOMATION_SESSION']=a105_0x15fa59(0x17a);constructor(_0x6bffc3){const _0x3ab551=a105_0x15fa59;this[_0x3ab551(0x187)]=_0x6bffc3,this[_0x3ab551(0x186)]=new Map();}[a105_0x15fa59(0x191)](){const _0x5e6a38=a105_0x15fa59;return this[_0x5e6a38(0x187)][_0x5e6a38(0x193)]();}['getContext'](){return this['context'];}[a105_0x15fa59(0x172)](){return this['data'];}[a105_0x15fa59(0x176)](_0x5ab0f6){const _0x233d21=a105_0x15fa59;Object[_0x233d21(0x17d)](_0x5ab0f6)[_0x233d21(0x18c)](_0x2d0691=>{const _0x83a7d3=_0x233d21;this['data'][_0x83a7d3(0x17e)](_0x2d0691,_0x5ab0f6[_0x2d0691]);});}[a105_0x15fa59(0x190)](_0x84256b){const _0x50aa7d=a105_0x15fa59;Object['entries'](_0x84256b)[_0x50aa7d(0x18c)](([_0x99015d,_0x3ac30b])=>{const _0xc7cdbb=_0x50aa7d,_0x2760ca=this['data'][_0xc7cdbb(0x181)](_0x99015d)||{},_0x4d3082={..._0x2760ca,..._0x3ac30b},_0x358133=_0x4d3082;this['data']['set'](_0x99015d,_0x358133);});}[a105_0x15fa59(0x18b)](_0x5b363d){const _0x5f074e=a105_0x15fa59;return this['data'][_0x5f074e(0x181)](_0x5b363d);}[a105_0x15fa59(0x17b)](_0x5c748c,_0x1b21f9){const _0x95dd24=a105_0x15fa59;this[_0x95dd24(0x186)][_0x95dd24(0x17e)](_0x5c748c,_0x1b21f9);}static['createContext'](_0x336035){const _0x4e283e=a105_0x15fa59,_0x4360b0={};_0x4360b0[_0x4e283e(0x18e)]=_0x4e283e(0x175),_0x4360b0['bHybT']=_0x4e283e(0x18a),_0x4360b0[_0x4e283e(0x174)]=function(_0x572d08,_0x1f711b){return _0x572d08||_0x1f711b;};const _0x209745=_0x4360b0;return new TrackedContext(crypto['createHash'](_0x209745[_0x4e283e(0x18e)])[_0x4e283e(0x17c)](_0x336035)[_0x4e283e(0x17f)](_0x209745[_0x4e283e(0x182)]),_0x209745['oSqLU'](threadId,0x0),process[_0x4e283e(0x180)],typeof _0x336035);}}module['exports']=TrackedInstance;
@@ -1 +1 @@
1
- const a105_0x4dea20=a105_0x1d61;(function(_0x45b04e,_0x3d7dcd){const _0x297382=a105_0x1d61,_0x2a8f31=_0x45b04e();while(!![]){try{const _0x298f05=parseInt(_0x297382(0x29c))/0x1*(-parseInt(_0x297382(0x2c7))/0x2)+-parseInt(_0x297382(0x2d1))/0x3*(parseInt(_0x297382(0x25b))/0x4)+parseInt(_0x297382(0x27f))/0x5*(-parseInt(_0x297382(0x437))/0x6)+parseInt(_0x297382(0x28b))/0x7+-parseInt(_0x297382(0x2c8))/0x8+-parseInt(_0x297382(0x416))/0x9+parseInt(_0x297382(0x3b1))/0xa*(parseInt(_0x297382(0x32e))/0xb);if(_0x298f05===_0x3d7dcd)break;else _0x2a8f31['push'](_0x2a8f31['shift']());}catch(_0x1f9575){_0x2a8f31['push'](_0x2a8f31['shift']());}}}(a105_0x2faf,0x8b8fe));const BaseModule=require(a105_0x4dea20(0x397)),{createClassLogger}=require(a105_0x4dea20(0x3c1)),CLIUtils=require(a105_0x4dea20(0x360)),AutomationFramework=require(a105_0x4dea20(0x2d4)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a105_0x4dea20(0x310)),GrpcClient=require(a105_0x4dea20(0x28e)),scripts=require(a105_0x4dea20(0x420)),logger=createClassLogger(a105_0x4dea20(0x3ed)),PerformanceTester=require(a105_0x4dea20(0x398)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a105_0x4dea20(0x2ff)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a105_0x4dea20(0x415)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a105_0x4dea20(0x3ef)),TestInfo=require(a105_0x4dea20(0x202)),TestFrameworkConstants=require(a105_0x4dea20(0x2ba)),accessibilityHelper=require(a105_0x4dea20(0x37e)),{FRAMEWORKS}=require('../../utils/constants.js');function a105_0x2faf(){const _0xaaa859=['isAccessibilityAutomationSession','getAccessibilityResultsSummary','EFJdY',')\x20result=','sEiSY','JfhoG','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getIsAppAccessibility','--headless=new','true','totalIssueCount=','OQvIQ','DlARu','ENRHP','string',',\x20sessionId=','ZDEWr','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','GSguB','uGopo','TOFBx','MergedScanArgs:\x20','getData','testFramework','../../../helpers/performance/constants.js','isVersionSupported','YYvIU','fwfZd','CVEoZ','isAppAccessibility','getPlatformIndex','instance','gNIca','isMobileWebSession','isBrowserSupportedForAccessibility','accessibilityConfig','sISeY','toLowerCase','getBuildId','goog:chromeOptions','driver','../state/hookState','__jestCurrentTestIdentifier','includes','appium:platformName','UMceU','LOBoT','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','onMVE','test_run_id',']\x20Accessibility\x20configuration\x20initialized\x20successfully','\x20script\x20available\x20in\x20scriptsList','KSpuK','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','getValue','HJflk','mukqa','../../playwright/accessibility-helper','executeScriptByName','info','PzXQu','PzoQH','KEY_INIT','getTestDetails','[AccessibilityModule.getResultsSummary]\x20waited\x20','ehTJH','Error\x20applying\x20sendMessageToServer\x20patch:\x20','Error\x20in\x20performPageScan:\x20','utf-8','browser_version','OaLHp','19908482NbNLtz','qCUxR','tocVQ','nAzAA','FmgvG','Error\x20in\x20getAccessibilityResultsSummary:\x20','IGuUN','test_tags','Scan\x20result:\x20','AccessibilityModule.getResults',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','puhIF','NfWlo','now','XDwYq','peaax','getName','TMoQO','jAlZp','browserstack_executor','\x22browserstack.key\x22:\x22[REDACTED]\x22','error','\x20script\x20available','Accessibility\x20data\x20for\x20extension:\x20','rbTEP','isPlatformSupported','hNLXh','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','some','onBeforeExecute','WaRqV','Exception\x20in\x20isPlatformSupported:\x20','getCurrentInstanceName','dWQmb','bgHxU','rJXRR','pqVrP','ltZWr','performPageScan:\x20Script\x20is\x20null','testAnalyticsId','JIoCa','wcagVersion','gQKMn','getSuccess','\x20accessibility\x20script\x20on\x20page','measureWrapper','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','message','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','../cliUtils',',\x20available\x20commands:\x20','isEnabledTestcase','KEY_TEST_SCOPES','count=','MxKWf','ZeOJl','vohHg','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','NxfsO','csBCJ','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','onBeforeTest','browserName','getModuleName','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','__accessibilityOptions','getResults','OTGRM','isArray','RYFxw','stack','patchSendMessageToServer','pAkER','stringify','jeens','getGoogleChromeOptions','accessibilityPlatform','performPageScan:\x20Page\x20is\x20null','../../../helpers/accessibility-automation/helper','CDXaV','Myugs','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','tXMUj','onAfterTest','parse','liKDS','../../utils/playwright-patcher','degradedReason','currentTest','ogfwX','_parseScriptsFromOptions','warn','\x20a11yToken=','get','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','getState','mPvEn','HZTTq','lgIjd','FvkWj','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','headless','./baseModule','../../../helpers/performance/performance-tester.js','browserStackEvaluate','stopTestCapture','has',']\x20polled\x20','commandName','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','\x20using\x20script:\x20','jrVBm','Error\x20in\x20processAccessibilityCaps:\x20','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','on\x20non-BrowserStack\x20infrastructure\x20','centralAuthHeader','mlVcA','totalIssueCount','getAccessibilityExecuteParams','OZgxO','aESrP','value','MODULE_NAME','JEST_WORKER_ID','MOBILE_SCANNING_DISABLED_WARNING','reason','dmAaM','20mMossU','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','setShouldScan','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','getScript','EGaXw','page','appium:platformVersion','ACCESSIBILITY_INITIALIZED','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','parseA11yJwtPayload','testcafe','Jmhny','BROWSERSTACK_CLI_BIN_SESSION_ID','UrjWZ','FbzaO','../../../helpers/classLogger','BzZkP','yqwQC','nzOEr','x\x20over\x20','QQVRD','resolveMobileThTestRunUuid','getParamsForScanForCli','CjUmt','PRE','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','function','aOdOM','NODE_GENERIC','AccessibilityModule.getResultsSummary','debug','hasAccessibilityExecuteParams','excludeTagsInTestingScope','bind','authHeader','msTJP','capabilities','\x20worker=\x22','rjmuQ','testInfo','dHkzU','mIemc','getCurrentAccessibilityStatus','nUPeU','ujgXC','BROWSERSTACK_TEST_ACCESSIBILITY_YML','YvmoU','getLogDisabledShown','uuSnc','ayJxx','degraded','getInstance','PKxYp','EGKzS','LWGQD','aoIqe','executeScript','HSzWd','vanba','TrackedInstance','JVzNM','util','saveTestResults','IPsXt','getPlatformCaps','TDZHQ','present','getScriptByName','end','wJBPg','_centralAuthConfigFetched','DfJFL','testhub_build_uuid','ayVhy','number','[platform\x20-\x20','tjZvb','UBWAv','\x20testHubUuid=','xYsNO','--headless','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','slice','GVmVR','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','loadAccessibilityConfig','LOG_DISABLED_SHOWN','accessibilityResult','KEY_TESTHUB_BUILD_ID','getMinVersionForBrowser','shouldScanForCommand','PERFORM_SCAN','getCapabilitiesList','__bstackA11yScanCapHit','kXPbP',']\x20isEnabledTestcase\x20(','ymBIL','EXECUTE','eXzBR','../../../helpers/accessibility-automation/constants','8643825piVuWe','Page\x20','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','VgnYj','SDK_ACCESSIBILITY_CONFIG','getTesthub','toJson',']\x20onAfterTest\x20should\x20scan=','toISOString','NkKxr','../../../helpers/accessibility-automation/scripts','gQLqi','QWauq','Afjfo','NQSOe','UeBxk','hFWbN',',\x20includeTags=','uATpe','race','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','saveResults','getTestUUID','QNvZy','performScanForCli:\x20No\x20','JDbMn','fetchDriverExecuteParamsEvent','finishScanningForCli','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','command','getCapabilityValue','options','JEwNE','1977012tjHMxy','lTdzR','isAccessibilityScriptCommand','XGMwF','ogpuH','accessibilityToken','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','ADOWa',',\x20\x0a\x20','Processed\x20accessibility\x20caps\x20','Error\x20checking\x20headless\x20capability:\x20','Executing\x20accessibility\x20script\x20on\x20page','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','YnArb','yHxPg','updateData','android','UunjN','applySendMessageToServerPatch','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','ojfnk','tQvIw','DRIVER_HAS_URL','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','gOKVG','KEY_DRIVER_HAS_URL','ytHdc','getResultResponse','EVSNQ','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','\x22\x20pid=','launchCaps','browser','[AccessibilityModule]\x20onAfterTest:\x20framework=','browserstack.accessibilityOptions.scannerVersion','args','--headless=','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','getAccessibility','_centralAuthA11yConfig','titlePath','AHygY','../TestInfo.js','QUIT',']\x20should\x20run\x20accessibility\x20value=','fLsLz',',\x20tags=','getAppAccessibilityResultsSummary','ZjXmI','__workerDetails','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','hvGOV','split','QnEkm','testRunId','duRJX','getOptions',',\x20isAppAccessibility=','Error\x20in\x20initAccessibilityConfig:\x20','lrScV','pwPage','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','SSWDJ','rfEJw','main','exports','FuCKB','afterTestHook','KEY_TEST_NAME','_sendMessageServerPatchApplied','accessibility','../../../helpers/helper',',\x20testIdentifier=','No\x20summaryResults\x20found.','length','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','cucumber','toString','MfEoD','iPDYi','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','roEhV','size','Aayie','SHRoS',',\x20testName=','fJtpS','unknown','ahPpi','is_mobile_session','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','performScan\x20capped\x20at\x20','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','gDStT','JmeOg','replace','WTQmI','loadDriverExecuteParams','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','mzQYT','aFQdZ','getResultsSummary','from','fetchCentralAuthA11yConfig','Error\x20getting\x20script\x20by\x20name\x20','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','digest','tkyCW','scannerVersion','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','XbjnI','getAccessibilityResults','sUCDO',']\x20clear\x20','SRfQA','mpmdJ','wEhPf','onBeforeExecute:\x20Command\x20','GQuKO','\x22browserstack.user\x22:\x22[REDACTED]\x22','join','null','jest','JITGz','isPlatformSupported:\x20caps\x20are\x20null','SAVE_RESULTS','requiresChromeOptionsValidation','platformCaps','evaluate','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','3091440vYwVLw','trim','UsTVj','capabilitiesList','JPQMq','hXTja','NSTpj','registerObserver','kHYlm','mergeObject','Error\x20in\x20stopTestCapture:\x20','isEnabled','jRdvd','performScan','map','toObject','pid','iPIbk','Context','ELgxH','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','commandsList','esoAb','includeTagsInTestingScope','setLogDisabledShown','getAccessibilityConfig','getScriptsList','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','ChULw','TIPca','object','myMgk','RHhJn','find','TEST_INIT','10VDfgAN','fmJBr','UCEIY','yoXZF','dwOQY','_mobileScanningDisabledLogged','env','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Unknown\x20Test','update','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','1429204YHRQkC','\x20from\x20testIdentifier=','scan','../grpcClient','\x20result\x20for\x20','Error\x20in\x20shouldScanForCommand:\x20','AUTOMATION_SESSIONS','centralAuthToken','RIeYD','name','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','CPJuE','BS_A11Y_JWT','setAccessibilityConfig','validatePlatformForAccessibility','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','JrkEJ','52977HZoJMc','platformVersion','\x20browser\x20version\x20greater\x20than\x20','ScanArgs:\x20','_pollUntilNonEmpty',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','skipCDPConnectOverride','KEEau','zeGRw','staPJ','onBeforeExecute:\x20No\x20command\x20name\x20provided','SpYdt','getContext','KtiJa','hex','OmTbM','wUohQ','startsWith','Error\x20executing\x20script\x20','dKLLp','spPeb','ngMZw','keys','set','performScanForCli','isMobilePlatform','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','shouldScanCurrentTest','format','../framework/constants/testFrameworkConstants.js','Error\x20in\x20validatePlatformForAccessibility:\x20','FZqSR','chromeOptions','getTestFrameworkDetail','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','browserstack.accessibilityOptions.scannerProcessingTimeout','qIBsD','TJWBA','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20',',\x20framework=','lPCmj','2FPsoQy','6455872TwurwA','getTrackedInstance','scriptsList','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','getCapabilities','isFinite','vlbcL','delete',',\x20testCaseEnabled=','3AiAOUE','MmUXX','performPageScan','../framework/automationFramework','BROWSERSTACK_TESTHUB_JWT','ynBRi','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','platformName',');\x20returning\x20last\x20value','GGNXJ','Executing\x20','YAhrJ','sha256','aPulQ',']\x20isEnabledTestcase\x20(cucumber)\x20result=','concat','thTestRunUuid','NON_BROWSERSTACK_AUTOMATION_SESSIONS','[App-A11y]\x20Scan\x20result\x20for\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','getTestId','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE'];a105_0x2faf=function(){return _0xaaa859;};return a105_0x2faf();}class AccessibilityModule extends BaseModule{static [a105_0x4dea20(0x3ac)]=AccessibilityModule['name'];static [a105_0x4dea20(0x3f8)]=![];static [a105_0x4dea20(0x1ff)]={};constructor(_0x63c674){const _0x5241ac=a105_0x4dea20,_0x385c73={};_0x385c73['Aayie']=function(_0x3f6f82,_0xea0a04){return _0x3f6f82===_0xea0a04;},_0x385c73[_0x5241ac(0x22e)]=_0x5241ac(0x2e6),_0x385c73[_0x5241ac(0x23b)]=_0x5241ac(0x3b9),_0x385c73['rjmuQ']=_0x5241ac(0x1ee),_0x385c73[_0x5241ac(0x3e6)]='testhub_build_uuid';const _0x1b2324=_0x385c73;super(),AutomationFramework[_0x5241ac(0x262)](AutomationFrameworkState[_0x5241ac(0x413)],HookState['PRE'],this['onBeforeExecute']['bind'](this)),AutomationFramework[_0x5241ac(0x262)](AutomationFrameworkState['CREATE'],HookState['POST'],this[_0x5241ac(0x36d)][_0x5241ac(0x3d3)](this)),AutomationFramework[_0x5241ac(0x262)](AutomationFrameworkState[_0x5241ac(0x203)],HookState[_0x5241ac(0x3ca)],this[_0x5241ac(0x384)][_0x5241ac(0x3d3)](this)),this[_0x5241ac(0x266)]=!![],this[_0x5241ac(0x30a)]=_0x63c674[_0x5241ac(0x26a)](),this[_0x5241ac(0x21e)]=new Map(),this['LOG_DISABLED_SHOWN']=new Map(),this[_0x5241ac(0x304)]=_0x63c674[_0x5241ac(0x2ee)]?.()||![],this['capabilities']=[],this[_0x5241ac(0x21d)]=![],this[_0x5241ac(0x284)]=![],this['setAccessibilityToken'](_0x63c674[_0x5241ac(0x210)]()[_0x5241ac(0x40e)]());const _0x495a89=CLIUtils[_0x5241ac(0x2be)]();_0x495a89&&_0x1b2324[_0x5241ac(0x22b)](_0x495a89['name'],FRAMEWORKS['NODE_GENERIC'])&&this[_0x5241ac(0x38b)](_0x63c674['getOptions']()),logger[_0x5241ac(0x3d0)](_0x1b2324['fJtpS']),this[_0x5241ac(0x325)]=_0x1b2324['mzQYT'],this[_0x5241ac(0x1f1)]=_0x1b2324[_0x5241ac(0x3d8)],this[_0x5241ac(0x40a)]=_0x1b2324[_0x5241ac(0x3e6)];}[a105_0x4dea20(0x266)](){const _0x3af007=a105_0x4dea20;return this[_0x3af007(0x266)];}[a105_0x4dea20(0x36f)](){const _0x1c4cee=a105_0x4dea20;return AccessibilityModule[_0x1c4cee(0x3ac)];}[a105_0x4dea20(0x3dc)](){const _0x11c10e=a105_0x4dea20;return this[_0x11c10e(0x21e)]['get'](CLIUtils[_0x11c10e(0x34f)](),![]);}[a105_0x4dea20(0x3e1)](){const _0x194e0f=a105_0x4dea20;return this['LOG_DISABLED_SHOWN'][_0x194e0f(0x38e)](CLIUtils['getCurrentInstanceName'](),![]);}[a105_0x4dea20(0x273)](_0x524f39){const _0x1d64da=a105_0x4dea20;this[_0x1d64da(0x408)][_0x1d64da(0x2b4)](CLIUtils[_0x1d64da(0x34f)](),_0x524f39);}[a105_0x4dea20(0x449)](){const _0x1261d7=a105_0x4dea20,_0x123a4b={'FuCKB':_0x1261d7(0x406),'ELgxH':function(_0x396f65,_0x378d15){return _0x396f65(_0x378d15);},'zRnCU':_0x1261d7(0x387),'XbjnI':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','RHhJn':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x1261d7(0x21d)]){logger['debug'](_0x123a4b[_0x1261d7(0x21a)]);return;}try{const _0x2ee89e=_0x123a4b[_0x1261d7(0x26e)](require,_0x123a4b['zRnCU']);_0x2ee89e&&_0x2ee89e[_0x1261d7(0x377)]?(_0x2ee89e[_0x1261d7(0x377)](),this['_sendMessageServerPatchApplied']=!![],logger[_0x1261d7(0x3d0)](_0x123a4b[_0x1261d7(0x247)])):logger[_0x1261d7(0x3d0)](_0x123a4b[_0x1261d7(0x27c)]);}catch(_0x7aefd2){logger[_0x1261d7(0x3d0)](_0x1261d7(0x329)+util[_0x1261d7(0x2b9)](_0x7aefd2));}}[a105_0x4dea20(0x347)](_0x2dbc7a=null,_0x13d15e=null,_0xecc491=null){const _0x20a2a1=a105_0x4dea20,_0x23d90f={'mpmdJ':function(_0x126dc6,_0x5ce5b3){return _0x126dc6&&_0x5ce5b3;},'LOBoT':_0x20a2a1(0x255),'UrjWZ':function(_0x50ae65,_0x257bde){return _0x50ae65(_0x257bde);},'sEiSY':_0x20a2a1(0x21f),'lTdzR':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','OTGRM':_0x20a2a1(0x313),'ADOWa':function(_0x35abf3,_0x21019b){return _0x35abf3===_0x21019b;},'DfJFL':_0x20a2a1(0x447),'ogpuH':_0x20a2a1(0x3b8),'uuSnc':function(_0x5837a7,_0x4fdbfd){return _0x5837a7!==_0x4fdbfd;},'XDwYq':function(_0x5742cd,_0x1c7489){return _0x5742cd!==_0x1c7489;},'ogfwX':function(_0x39b6f7,_0x43cf76,_0x544c22){return _0x39b6f7(_0x43cf76,_0x544c22);},'LWGQD':function(_0x17bf4b,_0x19fdb9){return _0x17bf4b(_0x19fdb9);},'gQLqi':function(_0x4613e4,_0x1229c5){return _0x4613e4(_0x1229c5);},'uGopo':function(_0x375d5f,_0x27a73f){return _0x375d5f<_0x27a73f;},'YYvIU':_0x20a2a1(0x28a),'fmJBr':function(_0x25d7bd,_0x3ddaa4){return _0x25d7bd===_0x3ddaa4;},'ymBIL':function(_0x16269b,_0x48fd2c){return _0x16269b===_0x48fd2c;},'Jmhny':_0x20a2a1(0x2f0),'JGYYp':function(_0x138305,_0x21bcbc){return _0x138305===_0x21bcbc;},'duRJX':_0x20a2a1(0x2f5),'HJflk':_0x20a2a1(0x3ba),'EGaXw':'goog:chromeOptions','sUCDO':'latest','SlZYd':function(_0x1b8e42){return _0x1b8e42();},'SSWDJ':_0x20a2a1(0x3a4),'ubpfG':function(_0x5d0744,_0x5dcbc8){return _0x5d0744-_0x5dcbc8;},'miZOS':function(_0x516809,_0x223e00){return _0x516809(_0x223e00);},'mPvEn':function(_0x272e5a,_0x463b1c){return _0x272e5a!==_0x463b1c;},'hhRan':function(_0x53583d,_0x43d686){return _0x53583d>_0x43d686;},'hDsGw':function(_0x2de89e,_0x3df843){return _0x2de89e(_0x3df843);},'hNLXh':function(_0x3f6549,_0xb02cc8){return _0x3f6549(_0xb02cc8);},'WTQmI':_0x20a2a1(0x287)};try{if(_0x23d90f[_0x20a2a1(0x24c)](!_0x13d15e,!_0xecc491))return logger[_0x20a2a1(0x3d0)](_0x23d90f[_0x20a2a1(0x315)]),![];const {isUndefined:_0xfb3b4a,isBrowserstackInfra:_0x23df79}=_0x23d90f[_0x20a2a1(0x3bf)](require,_0x23d90f[_0x20a2a1(0x2eb)]);if(!accessibilityHelper[_0x20a2a1(0x2e7)]())return logger['debug'](_0x23d90f[_0x20a2a1(0x438)]),![];if(this['isAppAccessibility']){const _0x1844ea=(_0x13d15e[_0x20a2a1(0x2d8)]||_0x13d15e[_0x23d90f[_0x20a2a1(0x373)]]||'')['toLowerCase']();if(_0x23d90f[_0x20a2a1(0x43e)](_0x1844ea,_0x23d90f[_0x20a2a1(0x3f9)])){const _0xfe38ee=_0x13d15e[_0x23d90f[_0x20a2a1(0x43b)]]||_0x13d15e[_0x20a2a1(0x29d)];if(_0x23d90f[_0x20a2a1(0x3e2)](_0xfe38ee,undefined)&&_0x23d90f[_0x20a2a1(0x33c)](_0xfe38ee,null)){const _0x27d501=_0x23d90f[_0x20a2a1(0x38a)](parseInt,_0x23d90f[_0x20a2a1(0x3e8)](String,_0xfe38ee)[_0x20a2a1(0x20c)]('.')[0x0],0xa);if(!_0x23d90f['gQLqi'](isNaN,_0x27d501)&&_0x23d90f[_0x20a2a1(0x2fa)](_0x27d501,0xb))return logger[_0x20a2a1(0x38c)](_0x20a2a1(0x39f)+_0xfe38ee),![];}}return!![];}const _0x479801=_0x13d15e[_0x20a2a1(0x36e)]||_0x13d15e[_0x20a2a1(0x1f8)],_0x19a9e5=_0x13d15e['browserVersion']||_0x13d15e['browser_version'];if(!accessibilityHelper[_0x20a2a1(0x309)](_0x479801))return logger[_0x20a2a1(0x38c)](_0x23d90f[_0x20a2a1(0x301)]),![];if(accessibilityHelper[_0x20a2a1(0x257)](_0x479801))try{const _0xf5e8c3=_0x13d15e[_0x20a2a1(0x396)],_0x41e483=_0x23d90f[_0x20a2a1(0x280)](_0xf5e8c3,!![])||_0x23d90f[_0x20a2a1(0x412)](_0xf5e8c3,_0x23d90f[_0x20a2a1(0x3bd)])||_0x23d90f['JGYYp'](typeof _0xf5e8c3,_0x23d90f[_0x20a2a1(0x20f)])&&_0x23d90f[_0x20a2a1(0x43e)](_0xf5e8c3[_0x20a2a1(0x30c)](),_0x23d90f[_0x20a2a1(0x3bd)]);if(_0x41e483)return logger[_0x20a2a1(0x38c)](_0x23d90f[_0x20a2a1(0x31e)]),![];const _0x1ba76f=_0x13d15e?.[_0x20a2a1(0x2bd)]?.[_0x20a2a1(0x1fb)]||_0x13d15e?.[_0x23d90f[_0x20a2a1(0x3b6)]]?.[_0x20a2a1(0x1fb)]||[];if(Array[_0x20a2a1(0x374)](_0x1ba76f)&&_0x1ba76f[_0x20a2a1(0x34b)](_0x3c9676=>typeof _0x3c9676===_0x20a2a1(0x2f5)&&(_0x3c9676===_0x20a2a1(0x402)||_0x3c9676[_0x20a2a1(0x2ae)](_0x20a2a1(0x1fc))&&_0x3c9676!==_0x20a2a1(0x2ef))))return logger[_0x20a2a1(0x38c)](_0x23d90f[_0x20a2a1(0x31e)]),![];}catch(_0x4b7cdd){logger['debug'](_0x20a2a1(0x441)+util[_0x20a2a1(0x2b9)](_0x4b7cdd));}if(_0x23d90f[_0x20a2a1(0x33c)](_0x19a9e5,_0x23d90f[_0x20a2a1(0x249)])){const _0x2bef6e=_0x23d90f['SlZYd'](_0x23df79),_0x2e9922=accessibilityHelper[_0x20a2a1(0x40b)](_0x479801,_0x2bef6e),_0x150d05=accessibilityHelper['getBrowserDisplayName'](_0x479801);if(!accessibilityHelper[_0x20a2a1(0x300)](_0x19a9e5,_0x2e9922)){const _0x4b01b4=_0x2bef6e?'':_0x23d90f[_0x20a2a1(0x216)],_0x128a78=Number[_0x20a2a1(0x2cd)](_0x23d90f[_0x20a2a1(0x421)](parseFloat,_0x2e9922))?_0x23d90f['ubpfG'](_0x23d90f['miZOS'](parseFloat,_0x2e9922),0x1):_0x2e9922;return logger[_0x20a2a1(0x38c)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x150d05+_0x20a2a1(0x29e)+_0x128a78+'\x20'+_0x4b01b4+'.'),![];}}else{const _0x205c00=_0x13d15e['browserVersion']||_0x13d15e[_0x20a2a1(0x32c)]||_0x13d15e['version'];if(_0x205c00&&_0x23d90f[_0x20a2a1(0x391)](_0x205c00,_0x23d90f[_0x20a2a1(0x249)])&&!_0x23d90f['hhRan'](_0x23d90f['hDsGw'](parseFloat,_0x205c00),_0x23d90f[_0x20a2a1(0x348)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x20a2a1(0x38c)](_0x23d90f[_0x20a2a1(0x238)]),![];}return!![];}catch(_0x2c50d8){return logger['debug'](_0x20a2a1(0x34e)+_0x2c50d8[_0x20a2a1(0x35e)]),![];}}[a105_0x4dea20(0x362)](_0x59478a=[],_0x31d601,_0x58fd7b=a105_0x4dea20(0x224)){const _0xae058c=a105_0x4dea20,_0x476b5e={'nAzAA':function(_0x213371,_0x5aca2a){return _0x213371===_0x5aca2a;},'FWThg':'jest','kXPbP':function(_0x2fb8d8,_0x3695aa){return _0x2fb8d8||_0x3695aa;},'ayVhy':function(_0x341e6e,_0x52463b){return _0x341e6e===_0x52463b;},'QyOko':function(_0xd00eac,_0x3f10ab){return _0xd00eac&&_0x3f10ab;},'gQKMn':'unknown','pAkER':function(_0x381475,_0x519259){return _0x381475(_0x519259);},'JPQMq':function(_0x19f08f,_0x5d5750){return _0x19f08f>_0x5d5750;},'KEEau':function(_0x242323,_0x13e63f){return _0x242323&&_0x13e63f;}};try{const _0x107361=process[_0xae058c(0x285)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0xae058c(0x385)](process[_0xae058c(0x285)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x107361)return!![];const _0x2bc363=Array[_0xae058c(0x374)](_0x107361[_0xae058c(0x272)])?_0x107361[_0xae058c(0x272)]:[],_0x880ccc=Array['isArray'](_0x107361[_0xae058c(0x3d2)])?_0x107361[_0xae058c(0x3d2)]:[];if(_0x476b5e[_0xae058c(0x331)](_0x58fd7b,_0x476b5e['FWThg'])||_0x476b5e[_0xae058c(0x331)](_0x58fd7b,FRAMEWORKS[_0xae058c(0x3ce)])){let _0x366732;Array[_0xae058c(0x374)](_0x59478a)?_0x366732=_0x59478a[_0xae058c(0x251)]('\x20'):_0x366732=_0x476b5e[_0xae058c(0x410)](_0x59478a,'');const _0x237d55=_0xd6dd86=>_0x58fd7b===FRAMEWORKS[_0xae058c(0x3ce)]&&typeof _0xd6dd86===_0xae058c(0x2f5)?_0xd6dd86['replace'](/^@/,'')[_0xae058c(0x30c)]()['trim']():_0xd6dd86,_0x13a47e=_0x476b5e[_0xae058c(0x3fb)](_0x58fd7b,FRAMEWORKS[_0xae058c(0x3ce)])?_0x366732[_0xae058c(0x30c)]():_0x366732,_0x485178=_0x880ccc['some'](_0x414002=>_0x13a47e[_0xae058c(0x312)](_0x237d55(_0x414002))),_0x289d7a=_0x476b5e['ayVhy'](_0x2bc363[_0xae058c(0x222)],0x0)||_0x2bc363[_0xae058c(0x34b)](_0x345c30=>_0x13a47e[_0xae058c(0x312)](_0x237d55(_0x345c30))),_0x3dc645=_0x476b5e['QyOko'](!_0x485178,_0x289d7a);return logger[_0xae058c(0x3d0)](_0xae058c(0x3fd)+(_0x31d601?.[_0xae058c(0x305)]?.()||_0x476b5e[_0xae058c(0x359)])+_0xae058c(0x411)+_0x58fd7b+_0xae058c(0x2ea)+_0x3dc645+_0xae058c(0x22d)+_0x366732+_0xae058c(0x427)+JSON[_0xae058c(0x379)](_0x2bc363)+',\x20excludeTags='+JSON[_0xae058c(0x379)](_0x880ccc)),_0x3dc645;}const _0x46da76=Array[_0xae058c(0x374)](_0x59478a)?_0x59478a:[];let _0x52f4c1=![],_0x443626=_0x476b5e[_0xae058c(0x331)](_0x2bc363[_0xae058c(0x222)],0x0);const _0x23f2b5=_0x26c3de=>typeof _0x26c3de==='string'?_0x26c3de[_0xae058c(0x237)](/^@/,'')[_0xae058c(0x30c)]()[_0xae058c(0x25c)]():_0x26c3de,_0x3d5ce4=new Set(_0x2bc363[_0xae058c(0x269)](_0x23f2b5)),_0x469e47=new Set(_0x880ccc['map'](_0x23f2b5));for(const _0x5ab6e1 of _0x46da76){const _0x24596e=_0x476b5e[_0xae058c(0x378)](_0x23f2b5,_0x5ab6e1);_0x469e47[_0xae058c(0x39b)](_0x24596e)&&(_0x52f4c1=!![]),_0x476b5e[_0xae058c(0x25f)](_0x3d5ce4[_0xae058c(0x22a)],0x0)&&_0x3d5ce4[_0xae058c(0x39b)](_0x24596e)&&(_0x443626=!![]);}const _0x5996f2=_0x476b5e[_0xae058c(0x2a4)](_0x443626,!_0x52f4c1);return logger[_0xae058c(0x3d0)]('[platform\x20-\x20'+(_0x31d601?.[_0xae058c(0x305)]?.()||_0x476b5e[_0xae058c(0x359)])+_0xae058c(0x2df)+_0x5996f2+_0xae058c(0x206)+JSON[_0xae058c(0x379)](_0x46da76)+',\x20includeTags='+JSON['stringify'](_0x2bc363)+',\x20excludeTags='+JSON[_0xae058c(0x379)](_0x880ccc)),_0x5996f2;}catch(_0x3775e6){return logger[_0xae058c(0x3d0)]('[platform\x20-\x20'+(_0x31d601?.[_0xae058c(0x305)]?.()||_0x476b5e[_0xae058c(0x359)])+_0xae058c(0x2a1)+_0x3775e6[_0xae058c(0x35e)]),![];}}async[a105_0x4dea20(0x36d)](_0x51e8c3){const _0x21686b=a105_0x4dea20,_0xbd5097={};_0xbd5097['ujgXC']=function(_0x2f0ca1,_0x44507d){return _0x2f0ca1!==_0x44507d;},_0xbd5097[_0x21686b(0x328)]=_0x21686b(0x224),_0xbd5097[_0x21686b(0x2de)]=_0x21686b(0x253),_0xbd5097['bgHxU']='testcafe',_0xbd5097['GSguB']=function(_0x19c7cf,_0x3f478f){return _0x19c7cf!==_0x3f478f;},_0xbd5097[_0x21686b(0x279)]=function(_0x4e68ca,_0x13bd27){return _0x4e68ca===_0x13bd27;},_0xbd5097[_0x21686b(0x3e3)]=_0x21686b(0x2f0),_0xbd5097[_0x21686b(0x392)]=function(_0x13b4e0,_0x14b6ee){return _0x13b4e0===_0x14b6ee;},_0xbd5097[_0x21686b(0x33a)]=function(_0x1728e7,_0x55580d){return _0x1728e7&&_0x55580d;},_0xbd5097[_0x21686b(0x2ce)]=_0x21686b(0x27e),_0xbd5097[_0x21686b(0x2da)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0xbd5097[_0x21686b(0x394)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0xbd5097[_0x21686b(0x386)]='DRIVER_INIT',_0xbd5097[_0x21686b(0x424)]=function(_0x572781,_0x8470ec){return _0x572781===_0x8470ec;},_0xbd5097[_0x21686b(0x1f2)]=_0x21686b(0x2f8),_0xbd5097[_0x21686b(0x323)]=_0x21686b(0x288),_0xbd5097[_0x21686b(0x30b)]=function(_0x5eedae,_0x41cc3a){return _0x5eedae>_0x41cc3a;},_0xbd5097[_0x21686b(0x236)]=function(_0x3ccfb7,_0x537533){return _0x3ccfb7===_0x537533;},_0xbd5097[_0x21686b(0x31b)]='function',_0xbd5097[_0x21686b(0x448)]='test_tags',_0xbd5097[_0x21686b(0x226)]='unknown';const _0x1e0cad=_0xbd5097;if(_0x1e0cad[_0x21686b(0x3de)](_0x51e8c3[_0x21686b(0x2fe)],_0x1e0cad[_0x21686b(0x328)])&&_0x1e0cad[_0x21686b(0x3de)](_0x51e8c3[_0x21686b(0x2fe)],_0x1e0cad[_0x21686b(0x2de)])&&_0x1e0cad['ujgXC'](_0x51e8c3[_0x21686b(0x2fe)],_0x1e0cad[_0x21686b(0x351)])&&_0x1e0cad[_0x21686b(0x2f9)](_0x51e8c3[_0x21686b(0x2fe)],FRAMEWORKS[_0x21686b(0x3ce)])){logger[_0x21686b(0x3d0)](_0x21686b(0x370)+_0x51e8c3[_0x21686b(0x2fe)]+')');return;}try{const _0x32b9f5=AutomationFramework[_0x21686b(0x2c9)](),_0x4a8a1b=TestFramework[_0x21686b(0x2c9)](),_0x523f43=_0x51e8c3[_0x21686b(0x3b7)]||global[_0x21686b(0x209)]?.[_0x21686b(0x214)]||null;if(_0x1e0cad[_0x21686b(0x279)](_0x51e8c3[_0x21686b(0x2fe)],_0x1e0cad[_0x21686b(0x351)])){const _0x298cd6=_0x51e8c3[_0x21686b(0x258)]||_0x32b9f5&&_0x32b9f5['getPlatformCaps']&&_0x32b9f5[_0x21686b(0x3f2)]()||_0x32b9f5&&_0x32b9f5[_0x21686b(0x2cc)]&&_0x32b9f5[_0x21686b(0x2cc)]()||{},_0x4a183a=_0x51e8c3[_0x21686b(0x1f7)]||null,_0x4579cd=this[_0x21686b(0x347)](_0x32b9f5,_0x298cd6,_0x4a183a),_0x1e5ba1=CLIUtils[_0x21686b(0x34f)]();this[_0x21686b(0x21e)][_0x21686b(0x2b4)](_0x1e5ba1,_0x4579cd);global['Context']?.[_0x21686b(0x2a9)]&&global[_0x21686b(0x26d)][_0x21686b(0x2a9)]()[_0x21686b(0x3b3)](_0x4579cd);_0x4579cd?(global[_0x21686b(0x37c)]=!![],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1e0cad[_0x21686b(0x3e3)]):global[_0x21686b(0x37c)]=![];logger[_0x21686b(0x3d0)](_0x21686b(0x3cb)+_0x4579cd);return;}if(_0x1e0cad[_0x21686b(0x392)](_0x51e8c3[_0x21686b(0x2fe)],FRAMEWORKS[_0x21686b(0x3ce)])){const _0x537d56=_0x51e8c3['testData']||{},_0x2be867=_0x537d56[TestFrameworkConstants[_0x21686b(0x363)]],_0x4ec12a=_0x537d56[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0x5398ea=(Array[_0x21686b(0x374)](_0x2be867)?_0x2be867[_0x21686b(0x2e0)](_0x4ec12a)['join']('\x20'):_0x4ec12a)[_0x21686b(0x25c)](),_0xc45f4c=_0x51e8c3[_0x21686b(0x258)]||_0x32b9f5&&_0x32b9f5['getPlatformCaps']&&_0x32b9f5[_0x21686b(0x3f2)]()||_0x32b9f5&&_0x32b9f5[_0x21686b(0x2cc)]&&_0x32b9f5[_0x21686b(0x2cc)]()||{},_0x285e6b=this[_0x21686b(0x347)](_0x32b9f5,_0xc45f4c,_0x51e8c3[_0x21686b(0x1f7)]||null),_0x50d289=this[_0x21686b(0x362)](_0x5398ea,_0x32b9f5,FRAMEWORKS[_0x21686b(0x3ce)]),_0x4bdfc1=_0x1e0cad[_0x21686b(0x33a)](_0x285e6b,_0x50d289),_0x18e6fb=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x21686b(0x2b4)](_0x18e6fb,_0x4bdfc1);global['Context']?.[_0x21686b(0x2a9)]&&global[_0x21686b(0x26d)]['getContext']()[_0x21686b(0x3b3)](_0x4bdfc1);_0x4bdfc1?(global[_0x21686b(0x37c)]=!![],process[_0x21686b(0x285)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1e0cad[_0x21686b(0x3e3)],this[_0x21686b(0x449)]()):global['accessibilityPlatform']=![];_0x4a8a1b&&_0x4a8a1b[_0x21686b(0x446)](_0x1e0cad[_0x21686b(0x2ce)],!![]);logger[_0x21686b(0x3d0)]('[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported='+_0x285e6b+_0x21686b(0x2d0)+_0x50d289+_0x21686b(0x22d)+_0x5398ea);return;}if(!_0x523f43){_0x4a8a1b&&_0x4a8a1b[_0x21686b(0x446)](_0x1e0cad[_0x21686b(0x2ce)],!![]);logger[_0x21686b(0x3d0)](_0x1e0cad[_0x21686b(0x2da)]);return;}logger[_0x21686b(0x3d0)](_0x1e0cad['FvkWj']);const _0x3d9602=_0x4a8a1b?.[_0x21686b(0x2fd)](_0x1e0cad[_0x21686b(0x386)],![]),_0x25fa94=_0x4a8a1b?.['getData'](_0x1e0cad[_0x21686b(0x2ce)],![]);if(_0x1e0cad[_0x21686b(0x424)](_0x3d9602,![])&&_0x1e0cad[_0x21686b(0x279)](_0x25fa94,![])){_0x4a8a1b&&_0x4a8a1b['updateData'](_0x1e0cad[_0x21686b(0x386)],!![]);logger['debug'](_0x1e0cad['ytHdc']);return;}_0x4a8a1b&&_0x4a8a1b[_0x21686b(0x446)](_0x1e0cad['vlbcL'],!![]);let _0x443a57,_0x4f6360;const _0xfbc67a=_0x51e8c3[_0x21686b(0x2fe)]||_0x1e0cad[_0x21686b(0x328)];if(_0x1e0cad[_0x21686b(0x279)](_0xfbc67a,_0x1e0cad['aPulQ'])){_0x4f6360=_0x51e8c3[_0x21686b(0x3d9)]?.[_0x21686b(0x356)]||_0x51e8c3[_0x21686b(0x3d9)]?.['id']||global[_0x21686b(0x311)]||global['__workerDetails']?.['currentTest']?.[_0x21686b(0x356)]||global[_0x21686b(0x209)]?.[_0x21686b(0x389)]?.['id'];const _0x2186f9=_0x4a8a1b?.['getAllData']()?.[_0x21686b(0x38e)](_0x4f6360);if(_0x2186f9&&_0x2186f9[TestFrameworkConstants[_0x21686b(0x21c)]])_0x443a57=_0x2186f9[TestFrameworkConstants[_0x21686b(0x21c)]];else{if(_0x51e8c3[_0x21686b(0x3d9)]?.[_0x21686b(0x200)])_0x443a57=_0x51e8c3[_0x21686b(0x3d9)][_0x21686b(0x200)];else global['__workerDetails']?.['currentTest']?.[_0x21686b(0x3d9)]?.[_0x21686b(0x200)]?_0x443a57=global['__workerDetails'][_0x21686b(0x389)][_0x21686b(0x3d9)][_0x21686b(0x200)]:_0x443a57=_0x1e0cad[_0x21686b(0x323)];}logger[_0x21686b(0x3d0)](_0x21686b(0x245)+_0x4f6360+',\x20testName='+JSON['stringify'](_0x443a57));}else{_0x4f6360=this[_0x21686b(0x2e5)](_0x51e8c3);const _0x3b172c=TestInfo[_0x21686b(0x326)](_0x4f6360);let _0xe44823=[];if(_0x3b172c&&Array[_0x21686b(0x374)](_0x3b172c['test_tags'])&&_0x1e0cad[_0x21686b(0x30b)](_0x3b172c[_0x21686b(0x335)][_0x21686b(0x222)],0x0))_0xe44823=_0x3b172c[_0x21686b(0x335)];else{if(_0x4a8a1b){const _0x5b8357=_0x1e0cad[_0x21686b(0x236)](typeof _0x4a8a1b['getData'],_0x1e0cad[_0x21686b(0x31b)])?_0x4a8a1b[_0x21686b(0x2fd)](_0x1e0cad[_0x21686b(0x448)],[]):_0x4a8a1b[_0x21686b(0x335)]||[];Array[_0x21686b(0x374)](_0x5b8357)&&(_0xe44823=_0x5b8357);}}_0x443a57=_0xe44823;}logger[_0x21686b(0x322)]('test-tags-->\x20'+JSON['stringify'](_0x443a57));const _0x1f1abc=this[_0x21686b(0x347)](_0x32b9f5,_0x51e8c3['platformCaps'],_0x51e8c3[_0x21686b(0x1f7)]);logger[_0x21686b(0x3d0)](_0x21686b(0x382)+_0x1f1abc+_0x21686b(0x211)+this[_0x21686b(0x304)]);const _0x2d65de=this[_0x21686b(0x362)](_0x443a57,_0x32b9f5,_0xfbc67a),_0xda5139=_0x1e0cad[_0x21686b(0x33a)](_0x1f1abc,_0x2d65de),_0x5a59ce=CLIUtils[_0x21686b(0x34f)]();this['accessibility'][_0x21686b(0x2b4)](_0x5a59ce,_0xda5139),global[_0x21686b(0x26d)]?.['getContext']&&global['Context'][_0x21686b(0x2a9)]()[_0x21686b(0x3b3)](_0xda5139),logger[_0x21686b(0x3d0)](_0x21686b(0x3fd)+(_0x32b9f5?.[_0x21686b(0x305)]?.()||_0x1e0cad['MfEoD'])+_0x21686b(0x204)+_0xda5139),_0xda5139?(global[_0x21686b(0x37c)]=!![],process[_0x21686b(0x285)][_0x21686b(0x3df)]=_0x1e0cad[_0x21686b(0x3e3)],this[_0x21686b(0x449)]()):global[_0x21686b(0x37c)]=![];}catch(_0x2b4e06){logger[_0x21686b(0x343)](_0x21686b(0x2e4)+(_0x2b4e06[_0x21686b(0x376)]||_0x2b4e06['message']));const _0x5afc79=CLIUtils[_0x21686b(0x34f)]();this[_0x21686b(0x21e)][_0x21686b(0x2b4)](_0x5afc79,![]),global[_0x21686b(0x37c)]=![];}}[a105_0x4dea20(0x37b)](){const _0x2b88ba=a105_0x4dea20;return this['capabilities'][_0x2b88ba(0x27d)](_0x5f2940=>_0x5f2940[_0x2b88ba(0x33e)]()===_0x2b88ba(0x30e))?.[_0x2b88ba(0x31d)]()||'';}['getCapabilityValue'](_0x5924c0){const _0x4afac8=a105_0x4dea20;try{const _0x8299cd=this[_0x4afac8(0x30a)]?.[_0x4afac8(0x435)]?.[_0x4afac8(0x25e)]||[],_0xbee746=_0x8299cd[_0x4afac8(0x27d)](_0x235c01=>_0x235c01[_0x4afac8(0x294)]===_0x5924c0);return _0xbee746?_0xbee746[_0x4afac8(0x3ab)]:null;}catch(_0x3607c0){return logger[_0x4afac8(0x3d0)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x5924c0+':\x20'+_0x3607c0[_0x4afac8(0x35e)]),null;}}async[a105_0x4dea20(0x298)](_0x5a405e,_0x8c7986){const _0x5bc602=a105_0x4dea20,_0x41a260=_0x5a405e[_0x5bc602(0x1fe)]()[_0x5bc602(0x210)]();this[_0x5bc602(0x38b)](_0x41a260),this['capabilities']=_0x41a260[_0x5bc602(0x40e)](),await this['setAccessibilityToken'](this[_0x5bc602(0x3d6)],_0x8c7986[_0x5bc602(0x1f7)]);}[a105_0x4dea20(0x38b)](_0x81b115){const _0x5c5bec=a105_0x4dea20,_0x5d9d19={};_0x5d9d19[_0x5c5bec(0x3a9)]=function(_0x40a0ac,_0x207f57){return _0x40a0ac>_0x207f57;},_0x5d9d19['wEhPf']=_0x5c5bec(0x39e),_0x5d9d19[_0x5c5bec(0x227)]=_0x5c5bec(0x43d);const _0x3667fb=_0x5d9d19;try{const _0x388cf9=_0x81b115[_0x5c5bec(0x275)](),_0x2c41b3=_0x81b115['getCommandsToWrap']()?.['getCommandsList']();_0x388cf9&&_0x3667fb[_0x5c5bec(0x3a9)](_0x388cf9[_0x5c5bec(0x222)],0x0)?(scripts['parseFromProto'](_0x388cf9,_0x2c41b3),scripts[_0x5c5bec(0x41c)](),logger[_0x5c5bec(0x3d0)](_0x3667fb[_0x5c5bec(0x24d)])):logger[_0x5c5bec(0x3d0)](_0x3667fb[_0x5c5bec(0x227)]);}catch(_0x198624){logger['debug'](_0x5c5bec(0x395)+_0x198624[_0x5c5bec(0x35e)]);}}async['setAccessibilityToken'](_0x2c33d0,_0x4c874e={}){const _0x14f8f7=a105_0x4dea20,_0x44f21c={'TDZHQ':'not-array','OaLHp':_0x14f8f7(0x218),'XGMwF':function(_0xf1ced,_0x34253d){return _0xf1ced===_0x34253d;},'DvJVF':_0x14f8f7(0x43c),'OQvIQ':function(_0x27585a,_0x48d58e){return _0x27585a(_0x48d58e);},'QQVRD':'crypto','GKEcE':_0x14f8f7(0x2dd),'lUzln':_0x14f8f7(0x2ab),'NJKWT':function(_0x227e6b,_0x4b2c93){return _0x227e6b||_0x4b2c93;},'TJWBA':'browserstack.accessibilityOptions.authToken','IPsXt':'../../../helpers/accessibility-automation/helper','NxfsO':function(_0x38b0e4,_0x5a0214){return _0x38b0e4(_0x5a0214);},'krKfm':_0x14f8f7(0x21f),'BzZkP':function(_0x37fdb1,_0x2c01aa){return _0x37fdb1===_0x2c01aa;},'puhIF':_0x14f8f7(0x358),'RIeYD':'browserstack.accessibilityOptions.wcagVersion','mukqa':function(_0x157e41,_0x374bcc){return _0x157e41===_0x374bcc;},'jdlWO':_0x14f8f7(0x244),'ojfnk':_0x14f8f7(0x1fa),'vkIfY':'scannerProcessingTimeout','dmAaM':_0x14f8f7(0x2c0),'rJXRR':'isMobileScanningEnabledForGroup','MsrLS':function(_0x5bdcd8,_0xa6736d){return _0x5bdcd8(_0xa6736d);},'FAjoJ':function(_0x3b9840,_0x414b52){return _0x3b9840===_0x414b52;},'Afjfo':function(_0x4c39cc,_0x573ce3){return _0x4c39cc===_0x573ce3;},'jRdvd':_0x14f8f7(0x2f0)};global['__accessibilityOptions']=global[_0x14f8f7(0x371)]||{};const _0x15975e=Array[_0x14f8f7(0x374)](_0x2c33d0)?_0x2c33d0[_0x14f8f7(0x222)]:_0x44f21c[_0x14f8f7(0x3f3)];logger[_0x14f8f7(0x3d0)](_0x14f8f7(0x418)+_0x15975e+_0x14f8f7(0x3d7)+(process[_0x14f8f7(0x285)][_0x14f8f7(0x3ad)]||_0x44f21c['OaLHp'])+_0x14f8f7(0x1f6)+process[_0x14f8f7(0x26b)]);for(const _0x22f9bc of _0x2c33d0){logger[_0x14f8f7(0x3d0)]('[AccessibilityModule.setAccessibilityToken]\x20cap\x20name='+_0x22f9bc[_0x14f8f7(0x33e)]());if(_0x44f21c[_0x14f8f7(0x43a)](_0x22f9bc['getName'](),_0x44f21c['DvJVF'])){const _0x5056ef=_0x22f9bc[_0x14f8f7(0x31d)](),_0x3fd8b5=_0x5056ef?_0x44f21c[_0x14f8f7(0x2f2)](require,_0x44f21c[_0x14f8f7(0x3c6)])['createHash'](_0x44f21c['GKEcE'])[_0x14f8f7(0x289)](_0x5056ef)[_0x14f8f7(0x242)](_0x44f21c['lUzln'])[_0x14f8f7(0x404)](0x0,0x8):'';logger['info'](_0x14f8f7(0x38f)+_0x44f21c['NJKWT'](_0x5056ef,'')[_0x14f8f7(0x222)]+'\x20token_fp='+_0x3fd8b5+_0x14f8f7(0x3d7)+(process[_0x14f8f7(0x285)][_0x14f8f7(0x3ad)]||_0x44f21c[_0x14f8f7(0x32d)])+_0x14f8f7(0x1f6)+process[_0x14f8f7(0x26b)]),process[_0x14f8f7(0x285)]['BS_A11Y_JWT']=_0x5056ef,global[_0x14f8f7(0x371)][_0x44f21c[_0x14f8f7(0x2c2)]]=_0x5056ef;const _0x2a5e3c=_0x44f21c[_0x14f8f7(0x2f2)](require,_0x44f21c[_0x14f8f7(0x3f1)]),{isTrue:_0x3b4254}=_0x44f21c[_0x14f8f7(0x369)](require,_0x44f21c['krKfm']),_0x51e8f2=_0x2a5e3c[_0x14f8f7(0x3bb)](_0x5056ef);_0x51e8f2&&_0x44f21c[_0x14f8f7(0x369)](_0x3b4254,_0x51e8f2[_0x14f8f7(0x2a3)])&&(process[_0x14f8f7(0x285)][_0x14f8f7(0x403)]=!![]);}else{if(_0x44f21c[_0x14f8f7(0x3c2)](_0x22f9bc[_0x14f8f7(0x33e)](),_0x44f21c[_0x14f8f7(0x339)]))global[_0x14f8f7(0x371)][_0x44f21c[_0x14f8f7(0x293)]]=_0x22f9bc['getValue']();else{if(_0x44f21c[_0x14f8f7(0x31f)](_0x22f9bc['getName'](),_0x44f21c['jdlWO']))global['__accessibilityOptions'][_0x44f21c[_0x14f8f7(0x44b)]]=_0x22f9bc[_0x14f8f7(0x31d)]();else{if(_0x44f21c[_0x14f8f7(0x3c2)](_0x22f9bc[_0x14f8f7(0x33e)](),_0x44f21c['vkIfY']))global[_0x14f8f7(0x371)][_0x44f21c[_0x14f8f7(0x3b0)]]=_0x22f9bc[_0x14f8f7(0x31d)]();else{if(_0x44f21c[_0x14f8f7(0x31f)](_0x22f9bc[_0x14f8f7(0x33e)](),_0x44f21c[_0x14f8f7(0x352)])){const _0x3185cd=_0x22f9bc['getValue']();process[_0x14f8f7(0x285)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x44f21c['MsrLS'](String,_0x44f21c['FAjoJ'](_0x3185cd,!![])||_0x44f21c[_0x14f8f7(0x423)](_0x3185cd,_0x44f21c[_0x14f8f7(0x267)])),logger[_0x14f8f7(0x3d0)](_0x14f8f7(0x2cb)+_0x3185cd+'\x20env='+process['env'][_0x14f8f7(0x35f)]);}}}}}}}async['onAfterTest'](_0x34fc70){const _0x462d91=a105_0x4dea20,_0x41f1d0={};_0x41f1d0[_0x462d91(0x436)]=function(_0x528f0a,_0x1468a9){return _0x528f0a!==_0x1468a9;},_0x41f1d0[_0x462d91(0x330)]=_0x462d91(0x224),_0x41f1d0[_0x462d91(0x283)]=function(_0x5d0e49,_0x55fde2){return _0x5d0e49!==_0x55fde2;},_0x41f1d0[_0x462d91(0x2ad)]=_0x462d91(0x253),_0x41f1d0[_0x462d91(0x414)]=function(_0x4bb416,_0x594013){return _0x4bb416!==_0x594013;},_0x41f1d0[_0x462d91(0x302)]=_0x462d91(0x3bc),_0x41f1d0[_0x462d91(0x201)]=_0x462d91(0x22f);const _0x137ea8=_0x41f1d0;if(_0x137ea8['JEwNE'](_0x34fc70[_0x462d91(0x2fe)],_0x137ea8[_0x462d91(0x330)])&&_0x137ea8[_0x462d91(0x283)](_0x34fc70[_0x462d91(0x2fe)],_0x137ea8[_0x462d91(0x2ad)])&&_0x137ea8['eXzBR'](_0x34fc70[_0x462d91(0x2fe)],_0x137ea8[_0x462d91(0x302)])&&_0x137ea8[_0x462d91(0x283)](_0x34fc70[_0x462d91(0x2fe)],FRAMEWORKS[_0x462d91(0x3ce)])){logger[_0x462d91(0x3d0)](_0x462d91(0x31c)+_0x34fc70['testFramework']+')');return;}const _0x1246cc=_0x34fc70['testInfo']?.[_0x462d91(0x356)]||_0x34fc70[_0x462d91(0x3d9)]?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x462d91(0x322)](_0x462d91(0x1f9)+_0x34fc70[_0x462d91(0x2fe)]+_0x462d91(0x220)+_0x1246cc);try{const _0x191ece=_0x34fc70[_0x462d91(0x306)]||AutomationFramework['getTrackedInstance'](),_0x91a4bc=CLIUtils[_0x462d91(0x34f)](),_0x4007a8=this[_0x462d91(0x3dc)]();logger[_0x462d91(0x3d0)](_0x462d91(0x3fd)+(_0x191ece?.[_0x462d91(0x305)]?.()||_0x137ea8[_0x462d91(0x201)])+_0x462d91(0x41d)+_0x4007a8),_0x4007a8&&await this[_0x462d91(0x39a)](_0x191ece,_0x34fc70),this[_0x462d91(0x21e)][_0x462d91(0x2cf)](_0x91a4bc),this[_0x462d91(0x408)][_0x462d91(0x2cf)](_0x91a4bc);}catch(_0x4856fa){logger[_0x462d91(0x343)](_0x462d91(0x2a2)+(_0x4856fa[_0x462d91(0x376)]||_0x4856fa['message']));}}async[a105_0x4dea20(0x39a)](_0x3f5ab7,_0x40e6e0){const _0x33c0fe=a105_0x4dea20,_0x4246b2={};_0x4246b2[_0x33c0fe(0x3aa)]=function(_0x3618ca,_0xc6ccda){return _0x3618ca===_0xc6ccda;},_0x4246b2['dlOrC']=_0x33c0fe(0x3cc),_0x4246b2['lgIjd']='jest',_0x4246b2[_0x33c0fe(0x2b0)]='cucumber',_0x4246b2[_0x33c0fe(0x32f)]=function(_0x44d717,_0x4854c0){return _0x44d717===_0x4854c0;},_0x4246b2[_0x33c0fe(0x208)]=_0x33c0fe(0x234),_0x4246b2[_0x33c0fe(0x2d2)]=_0x33c0fe(0x21e),_0x4246b2[_0x33c0fe(0x24f)]=_0x33c0fe(0x42b),_0x4246b2[_0x33c0fe(0x36a)]=_0x33c0fe(0x22f),_0x4246b2[_0x33c0fe(0x2b2)]=_0x33c0fe(0x3f4),_0x4246b2[_0x33c0fe(0x340)]=_0x33c0fe(0x252),_0x4246b2[_0x33c0fe(0x25d)]=function(_0x29087b,_0x575cfc){return _0x29087b||_0x575cfc;},_0x4246b2[_0x33c0fe(0x3c3)]=function(_0x8be5aa,_0x323c33){return _0x8be5aa||_0x323c33;},_0x4246b2[_0x33c0fe(0x213)]=function(_0xb7f35e,_0x1cfaac){return _0xb7f35e||_0x1cfaac;},_0x4246b2['MzoTj']=_0x33c0fe(0x20a),_0x4246b2['fLsLz']=_0x33c0fe(0x291),_0x4246b2[_0x33c0fe(0x3d5)]=_0x33c0fe(0x2e2);const _0x2f52a2=_0x4246b2;try{const _0x5b6c40=_0x40e6e0['testFramework']||(_0x2f52a2[_0x33c0fe(0x3aa)](this['testFrameworkData']?.[_0x33c0fe(0x294)]?.[_0x33c0fe(0x30c)](),_0x2f52a2['lgIjd'])?_0x2f52a2[_0x33c0fe(0x393)]:_0x2f52a2[_0x33c0fe(0x2b0)]);let _0x3e48cc='',_0x5ad8ec=null,_0x159448=null;if(_0x2f52a2[_0x33c0fe(0x32f)](_0x5b6c40,_0x2f52a2['lgIjd'])){_0x5ad8ec=_0x40e6e0[_0x33c0fe(0x3d9)]?.[_0x33c0fe(0x356)]||_0x40e6e0[_0x33c0fe(0x3d9)]?.['id']||global[_0x33c0fe(0x311)];if(!_0x5ad8ec){logger[_0x33c0fe(0x38c)](_0x2f52a2['ZjXmI']);return;}try{const _0x473800=await GrpcClient['getInstance']()[_0x33c0fe(0x430)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x2f52a2['MmUXX'],_0x2f52a2[_0x33c0fe(0x24f)],_0x5ad8ec),_0x393064=AccessibilityModule['loadDriverExecuteParams'](null,_0x473800);_0x3e48cc=_0x393064?.[_0x33c0fe(0x2e1)]||'',logger[_0x33c0fe(0x3d0)](_0x33c0fe(0x35d)+_0x3e48cc+_0x33c0fe(0x28c)+_0x5ad8ec),_0x159448=_0x473800;}catch(_0x2ea238){logger['error'](_0x33c0fe(0x2ed)+_0x2ea238['message']);return;}}else{const _0x468837=this[_0x33c0fe(0x2e5)](_0x40e6e0);_0x3e48cc=TestInfo[_0x33c0fe(0x42c)](_0x468837);}const _0x26c7ab=((()=>{const _0x86ffde=_0x33c0fe,_0x1ad56e=(this[_0x86ffde(0x30a)]?.['options']?.[_0x86ffde(0x25e)]||[])[_0x86ffde(0x27d)](_0x394e2a=>(typeof _0x394e2a[_0x86ffde(0x33e)]===_0x86ffde(0x3cc)?_0x394e2a[_0x86ffde(0x33e)]():_0x394e2a['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x1ad56e?_0x2f52a2[_0x86ffde(0x3aa)](typeof _0x1ad56e[_0x86ffde(0x31d)],_0x2f52a2['dlOrC'])?_0x1ad56e[_0x86ffde(0x31d)]():_0x1ad56e[_0x86ffde(0x3ab)]:'';})()),_0x3af634=process[_0x33c0fe(0x285)][_0x33c0fe(0x2d5)]||'';logger[_0x33c0fe(0x3d0)]('[platform\x20-\x20'+(_0x3f5ab7?.[_0x33c0fe(0x305)]?.()||_0x2f52a2[_0x33c0fe(0x36a)])+_0x33c0fe(0x24a)+_0x3e48cc+_0x33c0fe(0x400)+_0x26c7ab+_0x33c0fe(0x38d)+(_0x3af634?_0x2f52a2[_0x33c0fe(0x2b2)]:_0x2f52a2[_0x33c0fe(0x340)]));let _0x4322d6;if(_0x2f52a2[_0x33c0fe(0x32f)](_0x5b6c40,_0x2f52a2[_0x33c0fe(0x393)]))_0x4322d6=AccessibilityModule[_0x33c0fe(0x239)](_0x3e48cc,_0x159448);else{const _0x2f77c3=await GrpcClient[_0x33c0fe(0x3e5)]()[_0x33c0fe(0x430)](process[_0x33c0fe(0x285)][_0x33c0fe(0x3be)],_0x2f52a2[_0x33c0fe(0x2d2)],_0x2f52a2[_0x33c0fe(0x24f)]);_0x4322d6=AccessibilityModule[_0x33c0fe(0x239)](_0x3e48cc,_0x2f77c3);}logger[_0x33c0fe(0x3d0)](_0x33c0fe(0x345)+JSON[_0x33c0fe(0x379)](_0x4322d6));const _0x489691=Object['assign']({},{'thTestRunUuid':_0x2f52a2[_0x33c0fe(0x25d)](_0x3e48cc,''),'thBuildUuid':_0x2f52a2['yqwQC'](_0x26c7ab,''),'thJwtToken':_0x2f52a2[_0x33c0fe(0x213)](_0x3af634,'')},_0x4322d6);!this[_0x33c0fe(0x304)]&&this[_0x33c0fe(0x308)]()&&(_0x489691[_0x33c0fe(0x231)]=!![],logger[_0x33c0fe(0x3d0)](_0x2f52a2['MzoTj']));logger[_0x33c0fe(0x3d0)]('[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid='+_0x3e48cc+_0x33c0fe(0x211)+this[_0x33c0fe(0x304)]);let _0x4bea8b=global['__workerDetails']?.['pwPage']||null;!_0x4bea8b&&(_0x4bea8b=AutomationFramework['getState'](_0x3f5ab7,_0x2f52a2[_0x33c0fe(0x205)],null)),!_0x4bea8b&&(_0x4bea8b=AutomationFramework[_0x33c0fe(0x390)](_0x3f5ab7,_0x2f52a2[_0x33c0fe(0x3d5)],null)),await this[_0x33c0fe(0x431)](this[_0x33c0fe(0x3dc)](),_0x3e48cc,_0x4bea8b,_0x489691,this[_0x33c0fe(0x304)]);}catch(_0x1c05ed){logger[_0x33c0fe(0x343)](_0x33c0fe(0x265)+(_0x1c05ed[_0x33c0fe(0x376)]||_0x1c05ed[_0x33c0fe(0x35e)]));}}async[a105_0x4dea20(0x431)](_0x3055e0,_0x232a2d,_0x5498e3,_0x26214f,_0x3f79a6){const _0x113d03=a105_0x4dea20,_0x251424={};_0x251424[_0x113d03(0x271)]=_0x113d03(0x42b),_0x251424[_0x113d03(0x375)]=function(_0x890a06,_0x13e479){return _0x890a06&&_0x13e479;},_0x251424[_0x113d03(0x29b)]=_0x113d03(0x316),_0x251424[_0x113d03(0x2aa)]=function(_0x38def6,_0x2042ce){return _0x38def6===_0x2042ce;},_0x251424[_0x113d03(0x33d)]='null',_0x251424[_0x113d03(0x2b1)]=_0x113d03(0x2bf),_0x251424[_0x113d03(0x3f7)]='Performing\x20scan\x20before\x20from\x20cli',_0x251424[_0x113d03(0x346)]=_0x113d03(0x21b),_0x251424[_0x113d03(0x419)]='scan',_0x251424[_0x113d03(0x1f4)]='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x251424[_0x113d03(0x317)]='a11y:save-results',_0x251424['CjUmt']='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x21b05d=_0x251424;try{const _0x4d0702=this['getScriptByName'](_0x21b05d[_0x113d03(0x271)]);if(_0x21b05d[_0x113d03(0x375)](!_0x3f79a6,!_0x4d0702)){logger[_0x113d03(0x3d0)](_0x21b05d[_0x113d03(0x29b)]);return;}if(!_0x232a2d||_0x21b05d[_0x113d03(0x2aa)](_0x232a2d,_0x21b05d[_0x113d03(0x33d)])||_0x21b05d[_0x113d03(0x2aa)](_0x232a2d,'')){logger[_0x113d03(0x3d0)](_0x21b05d['spPeb']);return;}logger['debug'](_0x113d03(0x2b7)+JSON[_0x113d03(0x379)](_0x26214f)),_0x3055e0&&(logger[_0x113d03(0x3d0)](_0x21b05d['wJBPg']),await this[_0x113d03(0x2b5)](_0x5498e3,_0x232a2d,_0x21b05d[_0x113d03(0x346)],_0x26214f,_0x3f79a6,_0x21b05d[_0x113d03(0x419)]),_0x21b05d[_0x113d03(0x375)](!_0x3f79a6,_0x4d0702)&&(logger[_0x113d03(0x3d0)](_0x21b05d[_0x113d03(0x1f4)]),await PerformanceTester[_0x113d03(0x35c)](_0x21b05d[_0x113d03(0x317)],async()=>{const _0x30364d=_0x113d03;await this['performScanForCli'](_0x5498e3,_0x232a2d,_0x21b05d[_0x30364d(0x271)],_0x26214f,_0x3f79a6,_0x21b05d['esoAb']);})()),logger[_0x113d03(0x322)](_0x21b05d[_0x113d03(0x3c9)]));}catch(_0x25da81){logger['error'](_0x113d03(0x2c3)+(_0x25da81[_0x113d03(0x376)]||_0x25da81['message']));}}async[a105_0x4dea20(0x34c)](_0x14e358){const _0x550dca=a105_0x4dea20,_0x46435a={};_0x46435a[_0x550dca(0x260)]=function(_0x3b6ac9,_0x463c3c){return _0x3b6ac9!==_0x463c3c;},_0x46435a['dHkzU']=_0x550dca(0x224),_0x46435a[_0x550dca(0x2a6)]=_0x550dca(0x253),_0x46435a[_0x550dca(0x282)]=_0x550dca(0x3bc),_0x46435a[_0x550dca(0x425)]=_0x550dca(0x22f),_0x46435a[_0x550dca(0x3eb)]=_0x550dca(0x2a7),_0x46435a[_0x550dca(0x3a1)]=function(_0x104630,_0x366f38){return _0x104630&&_0x366f38;},_0x46435a[_0x550dca(0x230)]=function(_0x312cea,_0x37bde7){return _0x312cea===_0x37bde7;},_0x46435a[_0x550dca(0x24b)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x46435a[_0x550dca(0x42f)]=_0x550dca(0x21e),_0x46435a['jeens']=_0x550dca(0x268),_0x46435a[_0x550dca(0x3e7)]=function(_0x1349b9,_0x38ab70){return _0x1349b9===_0x38ab70;},_0x46435a[_0x550dca(0x263)]=_0x550dca(0x318),_0x46435a[_0x550dca(0x303)]=_0x550dca(0x3fa),_0x46435a['EjujB']=function(_0x3d7669,_0x5c066c){return _0x3d7669===_0x5c066c;},_0x46435a[_0x550dca(0x217)]='scan',_0x46435a['qIBsD']=_0x550dca(0x252);const _0x266460=_0x46435a;if(_0x266460[_0x550dca(0x260)](_0x14e358[_0x550dca(0x2fe)],_0x266460[_0x550dca(0x3da)])&&_0x266460[_0x550dca(0x260)](_0x14e358[_0x550dca(0x2fe)],_0x266460['staPJ'])&&_0x266460[_0x550dca(0x260)](_0x14e358[_0x550dca(0x2fe)],_0x266460[_0x550dca(0x282)])&&_0x266460[_0x550dca(0x260)](_0x14e358[_0x550dca(0x2fe)],FRAMEWORKS[_0x550dca(0x3ce)])){logger[_0x550dca(0x3d0)](_0x550dca(0x25a)+_0x14e358[_0x550dca(0x2fe)]+')');return;}logger[_0x550dca(0x3d0)]('onBeforeExecute:\x20command='+(_0x14e358[_0x550dca(0x39d)]||_0x266460[_0x550dca(0x425)])+_0x550dca(0x2c5)+_0x14e358[_0x550dca(0x2fe)]);try{const _0x3a8cc4=_0x14e358[_0x550dca(0x306)]||AutomationFramework[_0x550dca(0x2c9)](),_0x55ee7d=TestFramework[_0x550dca(0x2c9)](),_0x3b66e1=_0x14e358[_0x550dca(0x39d)]||_0x14e358['command']?.[_0x550dca(0x33e)]();if(!_0x3b66e1){logger['debug'](_0x266460[_0x550dca(0x3eb)]);return;}if(!this[_0x550dca(0x3dc)]()){logger['debug'](_0x550dca(0x3b4)+_0x3b66e1);return;}if(!this[_0x550dca(0x40c)](_0x3b66e1)){logger[_0x550dca(0x3d0)](_0x550dca(0x24e)+_0x3b66e1+_0x550dca(0x1ef));return;}const _0x343af1=_0x14e358[_0x550dca(0x3b7)]||global[_0x550dca(0x209)]?.['pwPage'],_0x47b32a=_0x14e358[_0x550dca(0x30f)]||null;if(_0x266460[_0x550dca(0x3a1)](!_0x343af1,!_0x47b32a)){logger[_0x550dca(0x3d0)](_0x550dca(0x432)+_0x3b66e1);return;}let _0x4cb952='',_0xb09365=null;if(_0x266460[_0x550dca(0x230)](_0x14e358['testFramework'],_0x266460[_0x550dca(0x2a6)])){_0xb09365=_0x14e358[_0x550dca(0x3d9)]?.['testAnalyticsId']||_0x14e358['testInfo']?.['id']||global[_0x550dca(0x311)];if(!_0xb09365){logger['warn'](_0x266460['SRfQA']);return;}try{const _0x17be4c=await GrpcClient[_0x550dca(0x3e5)]()[_0x550dca(0x430)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x266460[_0x550dca(0x42f)],_0x266460[_0x550dca(0x37a)],_0xb09365),_0x32c988=AccessibilityModule[_0x550dca(0x239)](null,_0x17be4c);_0x4cb952=_0x32c988?.[_0x550dca(0x2e1)]||'',logger[_0x550dca(0x3d0)](_0x550dca(0x228)+_0x4cb952+_0x550dca(0x28c)+_0xb09365);}catch(_0x2ceab3){logger[_0x550dca(0x343)](_0x550dca(0x23a)+_0x2ceab3[_0x550dca(0x35e)]);return;}}else _0x266460['EGKzS'](_0x14e358[_0x550dca(0x2fe)],FRAMEWORKS[_0x550dca(0x3ce)])?_0x4cb952=_0x14e358[_0x550dca(0x20e)]||'':(_0x4cb952=this['getCapabilityValue'](_0x266460['kHYlm'])||'',!_0x4cb952&&this[_0x550dca(0x308)]()&&(_0x4cb952=accessibilityHelper[_0x550dca(0x3c7)]()));const _0xf6ff1e=this[_0x550dca(0x434)](_0x266460[_0x550dca(0x303)])||this['accessibilityConfig'][this[_0x550dca(0x40a)]]||null,_0x36deaa=process['env'][_0x550dca(0x2d5)]||'',_0x2fb501=this[_0x550dca(0x3c8)](_0x3b66e1,_0x4cb952,_0xf6ff1e,_0x36deaa),_0x27bc1e=_0x266460['EjujB'](_0x14e358[_0x550dca(0x2fe)],_0x266460['staPJ'])?await AccessibilityModule[_0x550dca(0x23f)](_0x266460[_0x550dca(0x217)],_0x4cb952,_0xb09365):await AccessibilityModule[_0x550dca(0x23f)](_0x266460[_0x550dca(0x217)],_0x4cb952);logger[_0x550dca(0x322)](_0x550dca(0x29f)+(_0x2fb501?JSON['stringify'](_0x2fb501):_0x266460[_0x550dca(0x2c1)]));let _0xaf4b61=CLIUtils[_0x550dca(0x264)](_0x2fb501,_0x27bc1e);if(this[_0x550dca(0x304)]){const _0x5eeff3=process[_0x550dca(0x285)][_0x550dca(0x297)]||'';_0xaf4b61['centralAuthToken']&&(_0xaf4b61[_0x550dca(0x3a5)]=_0xaf4b61['centralAuthToken'],delete _0xaf4b61[_0x550dca(0x292)]),_0xaf4b61=Object['assign']({},_0xaf4b61,{'authHeader':_0xaf4b61[_0x550dca(0x3d4)]||_0x5eeff3,'method':_0x3b66e1,'scanTimestamp':Date[_0x550dca(0x33b)]()['toString']()});}logger['info'](_0x550dca(0x2fc)+(_0xaf4b61?JSON[_0x550dca(0x379)](_0xaf4b61):_0x266460[_0x550dca(0x2c1)])),logger[_0x550dca(0x3d0)](_0x550dca(0x3b2)+_0x3b66e1);const _0x5dd256=this[_0x550dca(0x304)]?_0x47b32a:_0x343af1,_0x50aa7d=await this[_0x550dca(0x2b5)](_0x5dd256,_0x4cb952,_0x3b66e1,_0xaf4b61,this[_0x550dca(0x304)]);logger[_0x550dca(0x3d0)](_0x550dca(0x232)+_0x3b66e1+_0x550dca(0x43f)+JSON[_0x550dca(0x379)](_0x50aa7d));}catch(_0x356fec){logger[_0x550dca(0x343)](_0x550dca(0x29a)+(_0x356fec['stack']||_0x356fec['message']));}}[a105_0x4dea20(0x2b8)](){const _0x3aeb39=a105_0x4dea20;return this[_0x3aeb39(0x3dc)]();}['setShouldScanCurrentTest'](_0x4a9e9a){const _0x444205=a105_0x4dea20,_0x3ef171=CLIUtils[_0x444205(0x34f)]();this[_0x444205(0x21e)]['set'](_0x3ef171,_0x4a9e9a);}async['initAccessibilityConfig'](_0x3e17d6){const _0x164531=a105_0x4dea20,_0x460645={};_0x460645['vohHg']=_0x164531(0x22f);const _0x4174cb=_0x460645;try{const _0x25ee9f=_0x3e17d6[_0x164531(0x306)]||AutomationFramework['getTrackedInstance'](),_0xe5041b=_0x25ee9f?.[_0x164531(0x2fd)]?.()?.[_0x164531(0x38e)]?.(this[_0x164531(0x325)])||![];if(_0xe5041b)return;PerformanceTester['start'](EVENTS[_0x164531(0x41a)]);const _0x270a9f=await GrpcClient[_0x164531(0x3e5)]()[_0x164531(0x274)](_0x3e17d6);_0x270a9f&&_0x270a9f['getAccessibility']&&_0x270a9f[_0x164531(0x1fe)]()&&_0x270a9f[_0x164531(0x1fe)]()['getSuccess']()?(await this['loadAccessibilityConfig'](_0x270a9f,_0x3e17d6),_0x25ee9f?.[_0x164531(0x2fd)]&&_0x25ee9f[_0x164531(0x2fd)]()['set'](this[_0x164531(0x325)],!![]),logger[_0x164531(0x3d0)](_0x164531(0x3fd)+(_0x25ee9f?.['getPlatformIndex']?.()||_0x4174cb[_0x164531(0x367)])+_0x164531(0x319))):logger['debug'](_0x164531(0x3fd)+(_0x25ee9f?.[_0x164531(0x305)]?.()||_0x4174cb[_0x164531(0x367)])+_0x164531(0x338)),PerformanceTester[_0x164531(0x3f6)](EVENTS[_0x164531(0x41a)]);}catch(_0x41b012){PerformanceTester[_0x164531(0x3f6)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x41b012[_0x164531(0x35e)]),logger[_0x164531(0x343)](_0x164531(0x212)+(_0x41b012[_0x164531(0x376)]||_0x41b012[_0x164531(0x35e)]));}}async[a105_0x4dea20(0x407)](_0x520ef7,_0x171d46){const _0x234777=a105_0x4dea20;await this['setAccessibilityConfig'](_0x520ef7,_0x171d46);const _0x111d5c=_0x520ef7['getAccessibility']()[_0x234777(0x210)]();if(_0x111d5c){const _0x4fef89=_0x520ef7[_0x234777(0x41b)]&&_0x520ef7[_0x234777(0x41b)]();_0x4fef89&&(this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]=_0x4fef89['getBuildId']&&_0x4fef89[_0x234777(0x30d)]());}}['shouldScanForCommand'](_0x781060){const _0x5c7543=a105_0x4dea20,_0x1c732d={};_0x1c732d[_0x5c7543(0x229)]=function(_0x409afb,_0x31d442){return _0x409afb===_0x31d442;};const _0xee5651=_0x1c732d;try{if(!_0x781060)return![];const _0x390217=this[_0x5c7543(0x30a)]?.['options']?.['commandsToWrap']?.[_0x5c7543(0x270)]||[],_0x181734=_0x390217[_0x5c7543(0x34b)](_0x5ef116=>{const _0x27205e=_0x5c7543;return _0x5ef116[_0x27205e(0x294)]&&_0xee5651[_0x27205e(0x229)](_0x5ef116[_0x27205e(0x294)][_0x27205e(0x30c)](),_0x781060['toLowerCase']());});return logger[_0x5c7543(0x3d0)]('shouldScanForCommand:\x20'+_0x781060+'\x20->\x20'+_0x181734+_0x5c7543(0x361)+JSON[_0x5c7543(0x379)](_0x390217[_0x5c7543(0x269)](_0x4a424c=>_0x4a424c[_0x5c7543(0x294)]))),_0x181734;}catch(_0x2be1b5){return logger['debug'](_0x5c7543(0x290)+_0x2be1b5['message']),![];}}['isBrowserstackScriptCommand'](_0x3a2d93){const _0x160086=a105_0x4dea20,_0x1ee241={};_0x1ee241[_0x160086(0x20d)]=function(_0x100cd6,_0xc409e8){return _0x100cd6===_0xc409e8;},_0x1ee241[_0x160086(0x3ee)]=_0x160086(0x2f5),_0x1ee241['xYsNO']=_0x160086(0x341);const _0x5f30ed=_0x1ee241,_0x16a50c=_0x3a2d93[_0x160086(0x3b5)]&&_0x3a2d93[_0x160086(0x3b5)]();return _0x16a50c&&_0x5f30ed[_0x160086(0x20d)](typeof _0x16a50c,_0x5f30ed[_0x160086(0x3ee)])&&_0x16a50c[_0x160086(0x312)](_0x5f30ed[_0x160086(0x401)]);}[a105_0x4dea20(0x439)](_0x32321d){const _0x4e2af0=a105_0x4dea20,_0x365fea={};_0x365fea['OmTbM']=function(_0x106362,_0x2839d5){return _0x106362!==_0x2839d5;},_0x365fea['pFcTB']='string',_0x365fea['gDStT']=_0x4e2af0(0x21e),_0x365fea[_0x4e2af0(0x3dd)]=_0x4e2af0(0x268),_0x365fea[_0x4e2af0(0x2e9)]='getResults',_0x365fea['tkVve']=_0x4e2af0(0x3f0);const _0xdf9f35=_0x365fea,_0x4685ab=_0x32321d[_0x4e2af0(0x3b5)]&&_0x32321d[_0x4e2af0(0x3b5)]();if(!_0x4685ab||_0xdf9f35[_0x4e2af0(0x2ac)](typeof _0x4685ab,_0xdf9f35['pFcTB']))return![];return _0x4685ab[_0x4e2af0(0x312)](_0xdf9f35[_0x4e2af0(0x235)])||_0x4685ab['includes'](_0xdf9f35[_0x4e2af0(0x3dd)])||_0x4685ab[_0x4e2af0(0x312)](_0xdf9f35['EFJdY'])||_0x4685ab[_0x4e2af0(0x312)](_0xdf9f35['tkVve']);}[a105_0x4dea20(0x308)](){const _0x58815c=a105_0x4dea20,_0x548bfd={'UBWAv':function(_0x3d6d8d,_0x33009a){return _0x3d6d8d===_0x33009a;},'DlARu':'function','WaRqV':function(_0x1224d3,_0x7a2801){return _0x1224d3(_0x7a2801);},'Myugs':'platformName','JIoCa':'browserName','ltZWr':function(_0x492da2,_0x2e5cfb){return _0x492da2(_0x2e5cfb);},'SpYdt':_0x58815c(0x447),'oMfsp':function(_0x5d5dce,_0x36a42b){return _0x5d5dce(_0x36a42b);},'KvmyS':'chrome'};try{const _0x5773b5=this[_0x58815c(0x30a)]?.[_0x58815c(0x435)]?.[_0x58815c(0x25e)]||[],_0x4d54f6=_0x14c39e=>{const _0x5573df=_0x58815c,_0xdce3fe=_0x5773b5[_0x5573df(0x27d)](_0x10f1c9=>(typeof _0x10f1c9[_0x5573df(0x33e)]==='function'?_0x10f1c9[_0x5573df(0x33e)]():_0x10f1c9[_0x5573df(0x294)])===_0x14c39e);return _0xdce3fe?_0x548bfd[_0x5573df(0x3ff)](typeof _0xdce3fe[_0x5573df(0x31d)],_0x548bfd[_0x5573df(0x2f3)])?_0xdce3fe['getValue']():_0xdce3fe['value']:null;},_0x3d11a2=_0x548bfd[_0x58815c(0x34d)](_0x4d54f6,_0x548bfd[_0x58815c(0x380)]),_0x1a770e=_0x548bfd[_0x58815c(0x34d)](_0x4d54f6,_0x548bfd[_0x58815c(0x357)]),_0x422818=global[_0x58815c(0x2b6)]||_0x3d11a2&&_0x548bfd[_0x58815c(0x3ff)](_0x548bfd[_0x58815c(0x354)](String,_0x3d11a2)[_0x58815c(0x30c)](),_0x548bfd[_0x58815c(0x2a8)])&&_0x1a770e&&_0x548bfd['oMfsp'](String,_0x1a770e)['toLowerCase']()[_0x58815c(0x312)](_0x548bfd['KvmyS']);if(!_0x422818)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x58815c(0x284)]&&(logger['warn'](accessibilityHelper[_0x58815c(0x3ae)]),this[_0x58815c(0x284)]=!![]),![];return!![];}catch(_0x3e1281){return logger[_0x58815c(0x3d0)](_0x58815c(0x277)+_0x3e1281['message']),![];}}[a105_0x4dea20(0x3c8)](_0x279460,_0x3c3e04,_0x5da50a,_0x50e4fd){const _0x5a78=a105_0x4dea20,_0x4a783e={};_0x4a783e[_0x5a78(0x2c6)]=function(_0x262bda,_0x5dd38c){return _0x262bda||_0x5dd38c;},_0x4a783e[_0x5a78(0x365)]=function(_0x17ed58,_0x262702){return _0x17ed58&&_0x262702;},_0x4a783e[_0x5a78(0x2bc)]=function(_0x416960,_0x82a409){return _0x416960||_0x82a409;},_0x4a783e['gvQOX']=_0x5a78(0x42a);const _0x5b36b1=_0x4a783e;let _0x8c9b0=_0x5b36b1[_0x5a78(0x2c6)](_0x3c3e04,'');const _0x3b49d6=!this[_0x5a78(0x304)]&&this[_0x5a78(0x308)]();_0x5b36b1[_0x5a78(0x365)](_0x3b49d6,!_0x8c9b0)&&(_0x8c9b0=accessibilityHelper[_0x5a78(0x3c7)]());const _0x46af2d={'command':_0x279460,'thTestRunUuid':_0x8c9b0,'thBuildUuid':_0x5b36b1[_0x5a78(0x2c6)](_0x5da50a,''),'thJwtToken':_0x5b36b1['FZqSR'](_0x50e4fd,''),'timestamp':new Date()[_0x5a78(0x41e)]()};return _0x3b49d6&&(_0x46af2d[_0x5a78(0x231)]=!![],logger[_0x5a78(0x3d0)](_0x5b36b1['gvQOX'])),_0x46af2d;}[a105_0x4dea20(0x3f5)](_0x3766a2){const _0x796449=a105_0x4dea20,_0x498b18={};_0x498b18[_0x796449(0x2a5)]=function(_0x452610,_0x596e53){return _0x452610||_0x596e53;};const _0x1d5919=_0x498b18;try{const _0x3b9f2d=this['accessibilityConfig']?.[_0x796449(0x435)]?.[_0x796449(0x2ca)]||[],_0x30b838=_0x3b9f2d[_0x796449(0x27d)](_0x45b432=>_0x45b432[_0x796449(0x294)]===_0x3766a2);return _0x1d5919['zeGRw'](_0x30b838,null);}catch(_0x396fe6){return logger['debug'](_0x796449(0x240)+_0x3766a2+':\x20'+_0x396fe6[_0x796449(0x35e)]),null;}}async[a105_0x4dea20(0x321)](_0x1e1f86,_0x35e04e,_0x2fd4b5=null){const _0x69bbf=a105_0x4dea20,_0x5b3e4e={'tjZvb':function(_0x5a4092,_0x4b6c22){return _0x5a4092(_0x4b6c22);},'ZasFb':_0x69bbf(0x320)};try{if(!_0x1e1f86)return logger[_0x69bbf(0x3d0)](_0x69bbf(0x223)+_0x35e04e),null;const _0x58f626=this[_0x69bbf(0x3f5)](_0x35e04e);if(!_0x58f626||!_0x58f626[_0x69bbf(0x433)])return logger[_0x69bbf(0x3d0)]('executeScriptByName:\x20No\x20'+_0x35e04e+_0x69bbf(0x344)),null;logger['debug'](_0x69bbf(0x2db)+_0x35e04e+_0x69bbf(0x35b));const _0x2d6423=_0x5b3e4e[_0x69bbf(0x3fe)](require,_0x5b3e4e['ZasFb']),_0x5ab34a=_0x2fd4b5?await _0x2d6423[_0x69bbf(0x399)](_0x1e1f86,_0x58f626[_0x69bbf(0x433)],_0x2fd4b5):await _0x2d6423['browserStackEvaluate'](_0x1e1f86,_0x58f626[_0x69bbf(0x433)]);return _0x5ab34a;}catch(_0x23f85a){return logger[_0x69bbf(0x343)](_0x69bbf(0x2af)+_0x35e04e+':\x20'+(_0x23f85a[_0x69bbf(0x376)]||_0x23f85a[_0x69bbf(0x35e)])),null;}}async[a105_0x4dea20(0x2b5)](_0x453b3e,_0x247bd0,_0x227031,_0x282c21,_0x2181ed,_0x556f08='scan'){const _0x2832bd=a105_0x4dea20,_0x5cd6e5={'pFZal':function(_0x2e81c0,_0x3e0434){return _0x2e81c0===_0x3e0434;},'tXMUj':_0x2832bd(0x28d),'SHRoS':function(_0x2d8880,_0x5a8e49){return _0x2d8880(_0x5a8e49);},'mlVcA':_0x2832bd(0x320)};try{logger[_0x2832bd(0x3d0)](_0x2832bd(0x2d7)+_0x227031+_0x2832bd(0x3a0)+_0x556f08+_0x2832bd(0x211)+_0x2181ed);const _0x325766=this['getScriptByName'](_0x556f08);if(!_0x325766||!_0x325766['command']){logger[_0x2832bd(0x3d0)](_0x2832bd(0x42e)+_0x556f08+_0x2832bd(0x31a));return;}if(_0x2181ed){if(_0x453b3e[BSTACK_SCAN_IN_PROGRESS]){logger[_0x2832bd(0x3d0)](_0x2832bd(0x246)+_0x227031);return;}return await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2832bd(0x40d)],async()=>{const _0x1d558a=_0x2832bd;let _0x380f17=_0x325766['command'];_0x380f17[_0x1d558a(0x312)]('%s')&&(_0x380f17=_0x380f17[_0x1d558a(0x237)]('%s',JSON[_0x1d558a(0x379)](_0x282c21)));logger[_0x1d558a(0x3d0)](_0x1d558a(0x381)+_0x227031),_0x453b3e[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x12da12=await _0x453b3e[_0x1d558a(0x3ea)](_0x380f17);return logger['info'](_0x1d558a(0x2e3)+_0x227031+':\x20'+util[_0x1d558a(0x2b9)](_0x12da12)),_0x12da12;}finally{_0x453b3e[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x227031})();}if(_0x5cd6e5['pFZal'](_0x556f08,_0x5cd6e5[_0x2832bd(0x383)])){const _0x8275f5=_0x5cd6e5[_0x2832bd(0x22c)](require,_0x5cd6e5[_0x2832bd(0x3a6)]),_0x3edf5d={};_0x3edf5d[_0x2832bd(0x433)]=_0x227031;const _0x9ae879=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2832bd(0x40d)],async()=>{const _0x2afeb8=_0x2832bd;return await _0x8275f5['browserStackEvaluate'](_0x453b3e,_0x325766[_0x2afeb8(0x433)],_0x282c21);},_0x3edf5d)();return logger[_0x2832bd(0x322)](_0x2832bd(0x417)+_0x556f08+'\x20result\x20for\x20'+_0x227031+':\x20'+util[_0x2832bd(0x2b9)](_0x9ae879)),_0x9ae879;}const _0x5d5116=_0x5cd6e5[_0x2832bd(0x22c)](require,_0x5cd6e5[_0x2832bd(0x3a6)]),_0xaed1b4=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2832bd(0x256)],async()=>{const _0x212670=_0x2832bd;return await _0x5d5116[_0x212670(0x399)](_0x453b3e,_0x325766['command'],_0x282c21);})();return logger[_0x2832bd(0x322)](_0x2832bd(0x417)+_0x556f08+_0x2832bd(0x28f)+_0x227031+':\x20'+util[_0x2832bd(0x2b9)](_0xaed1b4)),_0xaed1b4;}catch(_0xa2bc5f){logger[_0x2832bd(0x343)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x556f08+':\x20'+(_0xa2bc5f[_0x2832bd(0x376)]||_0xa2bc5f[_0x2832bd(0x35e)]));}}async[a105_0x4dea20(0x299)](_0x4a5ae1){const _0x523963=a105_0x4dea20,_0x5be55a={'QWauq':function(_0x2a2e9c,_0x13ba46){return _0x2a2e9c(_0x13ba46);},'hFWbN':_0x523963(0x37e)};try{const _0x34a163=_0x5be55a[_0x523963(0x422)](require,_0x5be55a[_0x523963(0x426)]);return await _0x34a163['platformValidation'](_0x4a5ae1);}catch(_0x4b8974){return logger['error'](_0x523963(0x2bb)+(_0x4b8974[_0x523963(0x376)]||_0x4b8974['message'])),![];}}['processAccessibilityCaps'](_0x14d121,_0x30caf0,_0x4af932){const _0x503c25=a105_0x4dea20,_0x49209a={'gNIca':function(_0x348f99,_0xbdaedf){return _0x348f99(_0xbdaedf);},'UCEIY':_0x503c25(0x320),'fjjWN':_0x503c25(0x250),'LnMbD':_0x503c25(0x342)};try{const _0x2ec274=_0x49209a[_0x503c25(0x307)](require,_0x49209a[_0x503c25(0x281)]);_0x2ec274['processAccessibilityCaps'](_0x14d121,_0x30caf0,_0x4af932);const _0x3e8eee=JSON[_0x503c25(0x379)](_0x14d121)[_0x503c25(0x237)](/"browserstack\.user":"[^"]*"/g,_0x49209a['fjjWN'])[_0x503c25(0x237)](/"browserstack\.key":"[^"]*"/g,_0x49209a['LnMbD']);logger[_0x503c25(0x3d0)](_0x503c25(0x440)+global['accessibilityPlatform']+'\x20'+_0x3e8eee);}catch(_0x358342){logger['error'](_0x503c25(0x3a2)+(_0x358342[_0x503c25(0x376)]||_0x358342[_0x503c25(0x35e)]));}}async[a105_0x4dea20(0x2a0)]({fetchFn:_0x206f50,isNonEmpty:_0x2e55f7,resultDetail:_0xa2365b,totalMs:_0x1a969a,intervalMs:_0xf476d5,name:_0x2bd897}){const _0x562e70=a105_0x4dea20,_0x283bcd={'GVmVR':function(_0x35f3d9,_0x27b0d6){return _0x35f3d9+_0x27b0d6;},'CDXaV':function(_0x516d15,_0x5284cd){return _0x516d15<_0x5284cd;},'TMoQO':function(_0x1c30d9){return _0x1c30d9();},'gOKVG':function(_0x3c9858,_0x454913){return _0x3c9858(_0x454913);},'myMgk':function(_0x512ae6,_0x89b0a6){return _0x512ae6>=_0x89b0a6;},'KTDnx':function(_0x505180,_0x113487){return _0x505180+_0x113487;},'hvGOV':function(_0x1e9805,_0x2d7d2e){return _0x1e9805-_0x2d7d2e;}},_0x2c4fd3=Date[_0x562e70(0x33b)](),_0x504e2b=_0x283bcd[_0x562e70(0x405)](_0x2c4fd3,_0x1a969a);let _0x1a1288=0x0,_0x533cc1=null,_0x50a908=![];while(_0x283bcd[_0x562e70(0x37f)](Date[_0x562e70(0x33b)](),_0x504e2b)){_0x1a1288++,_0x533cc1=await _0x283bcd[_0x562e70(0x33f)](_0x206f50),_0x50a908=_0x283bcd[_0x562e70(0x1f0)](_0x2e55f7,_0x533cc1),logger[_0x562e70(0x3d0)]('['+_0x2bd897+']\x20poll\x20attempt='+_0x1a1288+'\x20'+_0x283bcd[_0x562e70(0x1f0)](_0xa2365b,_0x533cc1));if(_0x50a908)break;if(_0x283bcd[_0x562e70(0x27b)](_0x283bcd['KTDnx'](Date[_0x562e70(0x33b)](),_0xf476d5),_0x504e2b))break;await new Promise(_0x28bd91=>setTimeout(_0x28bd91,_0xf476d5));}return!_0x50a908&&logger[_0x562e70(0x38c)]('['+_0x2bd897+_0x562e70(0x39c)+_0x1a1288+_0x562e70(0x3c5)+_0x283bcd[_0x562e70(0x20b)](Date[_0x562e70(0x33b)](),_0x2c4fd3)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x283bcd[_0x562e70(0x1f0)](_0xa2365b,_0x533cc1)+_0x562e70(0x2d9)),_0x533cc1;}async['getAppAccessibilityResults'](_0x502084,_0x527a66){const _0x398f93=a105_0x4dea20,_0x1d81d0={};_0x1d81d0[_0x398f93(0x444)]=_0x398f93(0x372),_0x1d81d0[_0x398f93(0x44c)]=_0x398f93(0x286),_0x1d81d0[_0x398f93(0x2fb)]=_0x398f93(0x32b),_0x1d81d0[_0x398f93(0x243)]=_0x398f93(0x3a3);const _0x11d3b6=_0x1d81d0;try{const _0x13284f=process[_0x398f93(0x285)][_0x398f93(0x3be)]||'';logger[_0x398f93(0x322)](_0x398f93(0x215)+_0x13284f+',\x20testRunId='+_0x527a66+_0x398f93(0x2f6)+_0x502084);const _0x1c81cd=await GrpcClient[_0x398f93(0x3e5)]()[_0x398f93(0x409)](_0x13284f,_0x527a66,_0x502084,_0x11d3b6['YnArb']);if(!_0x1c81cd||!_0x1c81cd[_0x398f93(0x1f3)])return logger['warn'](_0x11d3b6[_0x398f93(0x44c)]),[];const _0x487628=_0x1c81cd[_0x398f93(0x1f3)](),_0x4e5064=Buffer[_0x398f93(0x23e)](_0x487628)[_0x398f93(0x225)](_0x11d3b6['TOFBx'])[_0x398f93(0x25c)]();if(!_0x4e5064)return logger[_0x398f93(0x38c)](_0x11d3b6['tkyCW']),[];return JSON['parse'](_0x4e5064);}catch(_0x35ca18){return logger['error'](_0x398f93(0x349)+(_0x35ca18[_0x398f93(0x376)]||_0x35ca18['message'])),[];}}async[a105_0x4dea20(0x207)](_0x5978b5,_0x1c460a){const _0x36d94b=a105_0x4dea20,_0x1778e1={};_0x1778e1[_0x36d94b(0x324)]='getResultsSummary',_0x1778e1['ZeOJl']=_0x36d94b(0x1fd),_0x1778e1[_0x36d94b(0x2f7)]=_0x36d94b(0x32b),_0x1778e1['AsYFk']=_0x36d94b(0x241);const _0x1df2c6=_0x1778e1;try{const _0x6bd495=process[_0x36d94b(0x285)][_0x36d94b(0x3be)]||'';logger[_0x36d94b(0x322)](_0x36d94b(0x1f5)+_0x6bd495+',\x20testRunId='+_0x1c460a+',\x20sessionId='+_0x5978b5);const _0x1e9d53=await GrpcClient[_0x36d94b(0x3e5)]()[_0x36d94b(0x409)](_0x6bd495,_0x1c460a,_0x5978b5,_0x1df2c6['PzoQH']);if(!_0x1e9d53||!_0x1e9d53[_0x36d94b(0x1f3)])return logger[_0x36d94b(0x38c)](_0x1df2c6[_0x36d94b(0x366)]),{};const _0xe10381=_0x1e9d53[_0x36d94b(0x1f3)](),_0x456337=Buffer[_0x36d94b(0x23e)](_0xe10381)[_0x36d94b(0x225)](_0x1df2c6['ZDEWr'])['trim']();if(!_0x456337)return logger[_0x36d94b(0x38c)](_0x1df2c6['AsYFk']),{};return JSON['parse'](_0x456337);}catch(_0xc9b40a){return logger[_0x36d94b(0x343)](_0x36d94b(0x2c4)+(_0xc9b40a['stack']||_0xc9b40a[_0x36d94b(0x35e)])),{};}}async[a105_0x4dea20(0x248)](_0x18993c){const _0x1186db=a105_0x4dea20,_0x131e58={};_0x131e58[_0x1186db(0x334)]=_0x1186db(0x276),_0x131e58[_0x1186db(0x2ec)]=function(_0x4de2c0,_0x27517a){return _0x4de2c0>_0x27517a;},_0x131e58[_0x1186db(0x3e0)]=_0x1186db(0x337);const _0x4a92fb=_0x131e58;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x1186db(0x38c)](_0x4a92fb[_0x1186db(0x334)]),[];const _0x537b14=this['isMobileWebSession']()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x1186db(0x3c7)]()}:{};_0x4a92fb['JfhoG'](Object[_0x1186db(0x2b3)](_0x537b14)[_0x1186db(0x222)],0x0)&&logger[_0x1186db(0x3d0)](_0x1186db(0x26f)+JSON[_0x1186db(0x379)](_0x537b14));const _0x3fec90=await this[_0x1186db(0x2a0)]({'fetchFn':()=>Object['keys'](_0x537b14)[_0x1186db(0x222)]>0x0?this[_0x1186db(0x321)](_0x18993c,_0x1186db(0x372),_0x537b14):this['executeScriptByName'](_0x18993c,_0x1186db(0x372)),'isNonEmpty':_0x51e745=>Array['isArray'](_0x51e745)&&_0x51e745['length']>0x0,'resultDetail':_0x19c9f0=>_0x1186db(0x364)+(Array[_0x1186db(0x374)](_0x19c9f0)?_0x19c9f0['length']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x4a92fb['YvmoU']});return _0x3fec90||[];}catch(_0x5846bb){return logger['error']('Error\x20in\x20getAccessibilityResults:\x20'+(_0x5846bb[_0x1186db(0x376)]||_0x5846bb[_0x1186db(0x35e)])),[];}}async[a105_0x4dea20(0x2e8)](_0x3d1d63){const _0x4cfccd=a105_0x4dea20,_0x29147a={'aOdOM':function(_0x55d307,_0x54b1f7,_0x287572){return _0x55d307(_0x54b1f7,_0x287572);},'hPIaS':_0x4cfccd(0x28d),'ENRHP':function(_0x54eee1,_0x1707c8){return _0x54eee1(_0x1707c8);},'QNvZy':_0x4cfccd(0x23d),'dWQmb':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','NSTpj':_0x4cfccd(0x360),'aFQdZ':function(_0x5e9e31,_0x1db1d7){return _0x5e9e31===_0x1db1d7;},'yHxPg':_0x4cfccd(0x253),'uATpe':_0x4cfccd(0x36b),'aoIqe':_0x4cfccd(0x21e),'ynBRi':_0x4cfccd(0x3fa),'NkKxr':_0x4cfccd(0x2e8),'UMceU':_0x4cfccd(0x318),'ChULw':'Performing\x20scan\x20before\x20getting\x20results\x20summary','pqVrP':'SCAN_CAP_HIT','YAhrJ':_0x4cfccd(0x3cf),'yeBXA':_0x4cfccd(0x221),'CPJuE':_0x4cfccd(0x27a)};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x4cfccd(0x38c)](_0x29147a[_0x4cfccd(0x350)]),{};const _0x5601e9=_0x29147a[_0x4cfccd(0x2f4)](require,_0x29147a[_0x4cfccd(0x261)]),_0x598106=_0x5601e9[_0x4cfccd(0x2be)](),_0x5d715f=_0x29147a[_0x4cfccd(0x23c)](_0x598106?.['name']?.[_0x4cfccd(0x30c)](),_0x29147a[_0x4cfccd(0x445)]);let _0x3f1b2f='',_0x32392a=null,_0x37117f=null;if(_0x5d715f){_0x32392a=global[_0x4cfccd(0x311)]||global['__workerDetails']?.['currentTest']?.[_0x4cfccd(0x356)]||global['__workerDetails']?.[_0x4cfccd(0x389)]?.['id'];if(!_0x32392a)return logger[_0x4cfccd(0x38c)](_0x29147a[_0x4cfccd(0x428)]),{};try{const _0x1ce1eb=await GrpcClient['getInstance']()[_0x4cfccd(0x430)](process[_0x4cfccd(0x285)][_0x4cfccd(0x3be)],_0x29147a[_0x4cfccd(0x3e9)],_0x29147a['QNvZy'],_0x32392a),_0x10c614=AccessibilityModule[_0x4cfccd(0x239)](null,_0x1ce1eb);_0x3f1b2f=_0x10c614?.['thTestRunUuid']||'',logger[_0x4cfccd(0x3d0)](_0x4cfccd(0x36c)+_0x3f1b2f+_0x4cfccd(0x28c)+_0x32392a);const _0x104d09=await AccessibilityModule[_0x4cfccd(0x23f)](_0x29147a[_0x4cfccd(0x42d)],_0x3f1b2f,_0x32392a),_0x135740=this[_0x4cfccd(0x434)](_0x29147a[_0x4cfccd(0x2d6)])||this[_0x4cfccd(0x30a)][this[_0x4cfccd(0x40a)]]||null,_0x319c6c=process[_0x4cfccd(0x285)][_0x4cfccd(0x2d5)]||'',_0x19531c=this[_0x4cfccd(0x3c8)](_0x29147a[_0x4cfccd(0x41f)],_0x3f1b2f,_0x135740,_0x319c6c);_0x37117f=_0x5601e9[_0x4cfccd(0x264)](_0x19531c,_0x104d09),logger[_0x4cfccd(0x3d0)](_0x4cfccd(0x44a)+JSON[_0x4cfccd(0x379)](_0x37117f));}catch(_0x333fae){return logger[_0x4cfccd(0x343)](_0x4cfccd(0x295)+_0x333fae[_0x4cfccd(0x35e)]),{};}}else{_0x3f1b2f=this[_0x4cfccd(0x434)](_0x29147a[_0x4cfccd(0x314)])||'';!_0x3f1b2f&&this[_0x4cfccd(0x308)]()&&(_0x3f1b2f=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x26289a=this['getCapabilityValue'](_0x29147a[_0x4cfccd(0x2d6)])||this[_0x4cfccd(0x30a)][this[_0x4cfccd(0x40a)]]||null,_0x1edded=process[_0x4cfccd(0x285)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x37117f=this[_0x4cfccd(0x3c8)](_0x29147a[_0x4cfccd(0x41f)],_0x3f1b2f,_0x26289a,_0x1edded);}logger[_0x4cfccd(0x3d0)](_0x29147a[_0x4cfccd(0x278)]);const _0x245f57=0x15f90,_0x39e9a8=0x1388;try{await PerformanceTester[_0x4cfccd(0x35c)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5b0c08=_0x4cfccd,_0x4529f0={'vanba':function(_0x4980cf,_0x1ffb0c,_0x142095){const _0x37f940=a105_0x1d61;return _0x29147a[_0x37f940(0x3cd)](_0x4980cf,_0x1ffb0c,_0x142095);}},_0x93537d=this['executeScriptByName'](_0x3d1d63,_0x29147a['hPIaS'],_0x37117f);let _0x59a0dc;const _0x497a47=new Promise((_0x204d38,_0x2738f3)=>{const _0x595364=a105_0x1d61;_0x59a0dc=_0x4529f0[_0x595364(0x3ec)](setTimeout,()=>_0x2738f3(new Error(_0x595364(0x233)+_0x245f57+'ms')),_0x245f57);});try{const _0x3ced5e=await Promise[_0x5b0c08(0x429)]([_0x93537d,_0x497a47]);logger[_0x5b0c08(0x3d0)](_0x5b0c08(0x336)+util['format'](_0x3ced5e));}finally{_0x29147a[_0x5b0c08(0x2f4)](clearTimeout,_0x59a0dc);}},{'command':_0x29147a[_0x4cfccd(0x41f)]})();}catch(_0x2e1a0c){logger[_0x4cfccd(0x38c)]('[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20'+_0x2e1a0c[_0x4cfccd(0x35e)]+_0x4cfccd(0x34a)),global[_0x4cfccd(0x40f)]={'reason':_0x29147a[_0x4cfccd(0x353)],'at':Date[_0x4cfccd(0x33b)](),'where':_0x29147a[_0x4cfccd(0x2dc)]},await new Promise(_0x1f57e2=>setTimeout(_0x1f57e2,_0x39e9a8)),logger[_0x4cfccd(0x3d0)](_0x4cfccd(0x327)+_0x39e9a8+_0x4cfccd(0x443));}const _0x4cc419=await this[_0x4cfccd(0x2a0)]({'fetchFn':()=>PerformanceTester[_0x4cfccd(0x35c)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x3f4207=_0x4cfccd;return await this['executeScriptByName'](_0x3d1d63,_0x29147a[_0x3f4207(0x42d)],_0x37117f);})(),'isNonEmpty':_0x72ead6=>_0x72ead6&&typeof _0x72ead6[_0x4cfccd(0x3a7)]===_0x4cfccd(0x3fc)&&_0x72ead6['totalIssueCount']>0x0,'resultDetail':_0x3c4324=>_0x4cfccd(0x2f1)+(_0x3c4324&&typeof _0x3c4324['totalIssueCount']===_0x4cfccd(0x3fc)?_0x3c4324[_0x4cfccd(0x3a7)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x29147a[_0x4cfccd(0x2dc)]});if(!_0x4cc419)return logger['debug'](_0x29147a['yeBXA']),{};return _0x29147a[_0x4cfccd(0x23c)](typeof _0x4cc419,_0x29147a[_0x4cfccd(0x296)])&&global['__bstackA11yScanCapHit']&&(_0x4cc419[_0x4cfccd(0x3e4)]=!![],_0x4cc419[_0x4cfccd(0x388)]=global['__bstackA11yScanCapHit'][_0x4cfccd(0x3af)]),_0x4cc419;}catch(_0x2094fc){return logger[_0x4cfccd(0x343)](_0x4cfccd(0x333)+(_0x2094fc[_0x4cfccd(0x376)]||_0x2094fc[_0x4cfccd(0x35e)])),{};}}async[a105_0x4dea20(0x2d3)](_0x143ebb,_0x2e5139,_0x1a8f27=null){const _0x35583e=a105_0x4dea20,_0x2b0c8c={};_0x2b0c8c[_0x35583e(0x26c)]=_0x35583e(0x37d),_0x2b0c8c[_0x35583e(0x3c0)]=_0x35583e(0x355),_0x2b0c8c[_0x35583e(0x3db)]=_0x35583e(0x442);const _0x48dc16=_0x2b0c8c;try{if(!_0x143ebb)return logger[_0x35583e(0x3d0)](_0x48dc16[_0x35583e(0x26c)]),null;if(!_0x2e5139)return logger[_0x35583e(0x3d0)](_0x48dc16[_0x35583e(0x3c0)]),null;logger['debug'](_0x48dc16[_0x35583e(0x3db)]);const _0xe44882=_0x1a8f27?await _0x143ebb[_0x35583e(0x259)](_0x2e5139,_0x1a8f27):await _0x143ebb[_0x35583e(0x259)](_0x2e5139);return _0xe44882;}catch(_0x2d445e){return logger[_0x35583e(0x343)](_0x35583e(0x32a)+(_0x2d445e['stack']||_0x2d445e[_0x35583e(0x35e)])),null;}}static[a105_0x4dea20(0x239)](_0x11f676,_0x5632d4){const _0x2a91c3=a105_0x4dea20,_0x129375={};_0x129375[_0x2a91c3(0x332)]=_0x2a91c3(0x32b);const _0x4fbf03=_0x129375,_0x3cae78={};_0x3cae78[_0x2a91c3(0x2e1)]=_0x11f676;const _0xc1803f=_0x3cae78;let _0xf6f933={};if(_0x5632d4[_0x2a91c3(0x35a)]()&&_0x5632d4[_0x2a91c3(0x3d1)]())try{_0xf6f933=JSON['parse'](Buffer[_0x2a91c3(0x23e)](_0x5632d4[_0x2a91c3(0x3a8)]())[_0x2a91c3(0x225)](_0x4fbf03[_0x2a91c3(0x332)]));}catch(_0x50008f){logger['error']('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x50008f[_0x2a91c3(0x35e)]),_0xf6f933={};}return CLIUtils[_0x2a91c3(0x264)](_0xc1803f,_0xf6f933);}static async[a105_0x4dea20(0x23f)](_0x5939b9,_0x5636ba='',_0xbb8cd2=null){const _0x32292a=a105_0x4dea20,_0x584bbd={};_0x584bbd[_0x32292a(0x3c4)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x584bbd['JITGz']=_0x32292a(0x21e);const _0x266e8d=_0x584bbd;try{if(!_0xbb8cd2&&AccessibilityModule[_0x32292a(0x3f8)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x32292a(0x343)](_0x266e8d[_0x32292a(0x3c4)]),{};const _0x56913c=await GrpcClient[_0x32292a(0x3e5)]()[_0x32292a(0x430)](process[_0x32292a(0x285)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x266e8d[_0x32292a(0x254)],_0x5939b9,_0xbb8cd2),_0x3863de=_0xbb8cd2?AccessibilityModule[_0x32292a(0x239)](null,_0x56913c)?.[_0x32292a(0x2e1)]||_0x5636ba:_0x5636ba,_0x92b51e=AccessibilityModule[_0x32292a(0x239)](_0x3863de,_0x56913c);return!_0xbb8cd2&&(AccessibilityModule[_0x32292a(0x1ff)]=_0x92b51e,AccessibilityModule[_0x32292a(0x3f8)]=!![]),_0x92b51e;}catch(_0x27ccaf){return logger['error'](_0x32292a(0x368)+_0x5939b9+':\x20'+(_0x27ccaf[_0x32292a(0x376)]||_0x27ccaf['message'])),{};}}};function a105_0x1d61(_0x24fee2,_0x32988c){const _0x2faf02=a105_0x2faf();return a105_0x1d61=function(_0x1d61ec,_0x51f5a2){_0x1d61ec=_0x1d61ec-0x1ee;let _0x1110b3=_0x2faf02[_0x1d61ec];return _0x1110b3;},a105_0x1d61(_0x24fee2,_0x32988c);}module[a105_0x4dea20(0x219)]=AccessibilityModule;
1
+ const a106_0x4ed4c8=a106_0x3056;(function(_0x4cce90,_0x5c936d){const _0x2ad38a=a106_0x3056,_0x323d5e=_0x4cce90();while(!![]){try{const _0x52cd27=parseInt(_0x2ad38a(0x30e))/0x1*(-parseInt(_0x2ad38a(0x263))/0x2)+parseInt(_0x2ad38a(0x1a9))/0x3+parseInt(_0x2ad38a(0x2f2))/0x4+-parseInt(_0x2ad38a(0x13f))/0x5*(parseInt(_0x2ad38a(0x1cb))/0x6)+-parseInt(_0x2ad38a(0x171))/0x7+parseInt(_0x2ad38a(0x19e))/0x8*(-parseInt(_0x2ad38a(0xe0))/0x9)+-parseInt(_0x2ad38a(0x260))/0xa*(-parseInt(_0x2ad38a(0x199))/0xb);if(_0x52cd27===_0x5c936d)break;else _0x323d5e['push'](_0x323d5e['shift']());}catch(_0x5e8673){_0x323d5e['push'](_0x323d5e['shift']());}}}(a106_0x19e3,0x60347));function a106_0x3056(_0x1c7bb0,_0x36855f){const _0x19e3fd=a106_0x19e3();return a106_0x3056=function(_0x30569e,_0x5c3ef8){_0x30569e=_0x30569e-0xc5;let _0x14becf=_0x19e3fd[_0x30569e];return _0x14becf;},a106_0x3056(_0x1c7bb0,_0x36855f);}function a106_0x19e3(){const _0xbde3bf=['getOptions','GBZOu','number','boUyG','MMVTc','5140590RjnArV','isAccessibilityAutomationSession','wjhUt','dbbFj','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','GXOGz','main','xVLHr','nysxm','qickD','commandsToWrap','on\x20non-BrowserStack\x20infrastructure\x20','onBeforeExecute:\x20Command\x20','testFramework','udjxO','LsNik','executeScript','iWvGP','ms\x20—\x20cache\x20never\x20populated\x20(','getCurrentAccessibilityStatus','capabilities','start','replace','daJuo','gTHaS','platformCaps','BKulk','debug','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','bbKBq','trim','mTDxo','kbnmL','--headless=new','AUTOMATION_SESSIONS','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','khEFH','thTestRunUuid','tMfCV','shouldScanForCommand','20349274xCzUkD','accessibilityResult','\x20a11yToken=','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','yFMOj','3774944uwHUcK','TEkdH','_sendMessageServerPatchApplied','length','GET_RESULTS_SUMMARY','KEY_DRIVER_HAS_URL','xHeBU','wkpVA','function','testRunId','../../../helpers/accessibility-automation/helper','1121736GDSQKR','bind','ULLVC','has','centralAuthToken','getAccessibilityConfig','LYKyE','getAccessibilityExecuteParams','commandsList','TkDvB','executeScriptByName:\x20No\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','getAccessibilityResults','BjuMN','blWCS','AtMxm','NmHUD','JtRMY','LFMxO','resolveMobileThTestRunUuid','IfpjQ','name','set','scan','OjqJu','warn','performScanForCli:\x20No\x20','options','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','performScanForCli','isMobileScanningEnabledForGroup','rIcQz','parseFromProto','6PQsNEq','UgBMl','PERFORM_SCAN','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','delete','JEST_WORKER_ID','vabgk','PYngg','HxUfy','../framework/testFramework','ZNuSs','digest','getCapabilityValue','rEagB','isBrowserSupportedForAccessibility','\x20accessibility\x20script\x20on\x20page','QkgmL','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','JWScy','xaikc','\x20from\x20testIdentifier=','CmZzL','Performing\x20scan\x20before\x20from\x20cli','qODJC','\x20using\x20script:\x20','../../../helpers/helper','performPageScan:\x20Page\x20is\x20null','browserName','getTestDetails','format','RsVcB','FvQtP',',\x20includeTags=','onBeforeTest','info','ixWRf','vCujG','a11y:save-results','xBlvo','version','wMMNx','AONGi','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','toLowerCase','headless','Error\x20applying\x20sendMessageToServer\x20patch:\x20','performPageScan','skipCDPConnectOverride','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','NODE_GENERIC','performScan','browser_version','exports','driver','totalIssueCount=','BmkjW',',\x20isAppAccessibility=','startsWith','get','android','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','pid','platformName','KEY_TESTHUB_BUILD_ID','Error\x20in\x20getAccessibilityResultsSummary:\x20','OiVGa','sVGEF','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','accessibilityPlatform',',\x20framework=','createHash','Exception\x20in\x20isPlatformSupported:\x20','getBrowserDisplayName','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','../state/hookState','zateJ','XsHOB','cucumber','wGYqE','liNgt','browser','fZOFq','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','launchCaps','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','MergedScanArgs:\x20',',\x20tags=','jNFlI','../framework/constants/testFrameworkConstants.js','SWesJ','NBwPH','_centralAuthA11yConfig','../framework/automationFramework','KgNlB','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','is_mobile_session','COcsT','getScriptByName','NKebT','EqzNt','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','WbDFI','afterTestHook','gTMUw','instance','byEEP','value',',\x20testRunId=','tqhsb','assign','isFinite','AccessibilityModule.getResults','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','mVcfh','measureWrapper','Error\x20in\x20processAccessibilityCaps:\x20','error','ildHR',')\x20result=','getContext','performScan\x20capped\x20at\x20','JPcvM','lipbC','XwRKv','IduOA','SWPan','RWfbX',',\x20sessionId=','XHPtR','\x20worker=\x22','totalIssueCount','getInstance','BQNnz','fetchDriverExecuteParamsEvent','rIGLF','update','tkqyp','_parseScriptsFromOptions','chromeOptions','oSVIQ','appium:platformVersion','test_run_id','testFrameworkData','finishScanningForCli','WxSDe','_centralAuthConfigFetched','10ecNusW','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','isBrowserstackScriptCommand','62FDAswe','_mobileScanningDisabledLogged','mergeObject',']\x20polled\x20','\x20browser\x20version\x20greater\x20than\x20','PyjxO','LOG_DISABLED_SHOWN','WwyKT','saveResults','browserstack.accessibilityOptions.authToken','raxNM','QBlQF','Tlazb','--headless=','getPlatformIndex','NinlW',']\x20Accessibility\x20configuration\x20initialized\x20successfully','nIfjq',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','fgIJn','hasAccessibilityExecuteParams','rjLuU','setAccessibilityConfig','WyRPO','MOBILE_SCANNING_DISABLED_WARNING','setLogDisabledShown','getCapabilitiesList','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','../cliUtils','excludeTagsInTestingScope','goog:chromeOptions','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','FJarH','null','OqdxE','EGYiy','currentTest','getResultsSummary',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','true','CREATE','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','xPmIm','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','TDcNl','Error\x20in\x20performPageScan:\x20','KNigv','setAccessibilityToken','DzwJI','YvevG','WfYyL','AccessibilityModule.getResultsSummary','present','QXBLc','Accessibility\x20data\x20for\x20extension:\x20','getCurrentInstanceName','__accessibilityOptions','browserstack.accessibilityOptions.scannerProcessingTimeout','pswUl','ScanArgs:\x20','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','getTestFrameworkDetail','platformValidation',',\x20testIdentifier=','lqJeQ','ZhQhC','pwPage','wOGFi','isAppAccessibility','testcafe','gOPcq','Mhziw','centralAuthHeader','isEnabled','ZVGgx','getPlatformCaps','sHVrQ','toISOString','Error\x20getting\x20script\x20by\x20name\x20','ObWqq','join','browserStackEvaluate','kuwTW','SAVE_RESULTS','yYToF','size','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','from','testInfo','page','AjPss','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','NWkIQ','evaluate','reason','WjrNV','Xshpv','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','khywX','eZkPY','validatePlatformForAccessibility','registerObserver','HLCiZ','FmDCa','Error\x20in\x20shouldScanForCommand:\x20','XZXhv','\x20script\x20available\x20in\x20scriptsList','qiNSG','saveTestResults','SDK_ACCESSIBILITY_CONFIG','loadAccessibilityConfig','gatlk','SONKG','FiLXQ','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','[AccessibilityModule.getResultsSummary]\x20waited\x20','SCAN_CAP_HIT','_pollUntilNonEmpty','args','setShouldScan','[AccessibilityModule]\x20onAfterTest:\x20framework=','isPlatformSupported','appium:platformName','__bstackA11yScanCapHit','jest','scannerProcessingTimeout','BROWSERSTACK_CLI_BIN_SESSION_ID','../grpcClient','ENwxa',']\x20onAfterTest\x20should\x20scan=','slice','end','isMobileWebSession','Error\x20executing\x20script\x20','zRYtF','PUYHj','vauds',']\x20clear\x20','Unknown\x20Test','cuCtR','getName','BS_A11Y_JWT','465932RsQCpp','\x20testHubUuid=','rueUV','../TestInfo.js','AmvyK','BjhBy','SebOQ','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','rNAdj',',\x20available\x20commands:\x20','tdPPM','zNIww','DIVJh','Error\x20in\x20initAccessibilityConfig:\x20','okcuM','shouldScanCurrentTest','GzlUf','stopTestCapture','getAccessibilityResultsSummary','isEnabledTestcase','sLYuD','../../../helpers/performance/performance-tester.js','getParamsForScanForCli','getTesthub','command','BhnWR','zZHDv','wdCSn','11569prQzde',',\x20\x0a\x20',',\x20testName=','iviJe','sOHIc','[App-A11y]\x20Scan\x20result\x20for\x20','pXjzm','getTrackedInstance','unknown','NPagn','getCommandsToWrap','kjiwP','latest','SKVel','knVaw','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','getAccessibility','eqlAE','UmYTf','liDLc','lwlpG','fnsgt','patchSendMessageToServer','nUVPT','getResults','XYAWR','tqVWh','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20result\x20for\x20','setShouldScanCurrentTest','__workerDetails','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','mrAIt','IAwux','not-array','../../playwright/accessibility-helper','SrsRL','HIaZl','rlhrA','Scan\x20result:\x20','getTestId','kViDj','hex','commandName','capabilitiesList',']\x20isEnabledTestcase\x20(cucumber)\x20result=','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','object','performPageScan:\x20Script\x20is\x20null','../../utils/playwright-patcher','[platform\x20-\x20','oLTlA','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','9kcfMyd','jFofs','getModuleName','No\x20summaryResults\x20found.','getCapabilities','getData','updateData','OjUqn','chrome','stringify','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','OEBZl','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','toJson','now','Context','getResultResponse','stack','accessibility','getBuildId','util','SPrrZ','DOFMK','pWepg','includes','../../utils/constants.js','Page\x20','concat','yCcmR','zhDuF','getScript','Acuqf','__jestCurrentTestIdentifier','rNXNo','titlePath','QFSoq','env','sha256','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',']\x20isEnabledTestcase\x20(','PRE','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','Error\x20checking\x20headless\x20capability:\x20','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','Processed\x20accessibility\x20caps\x20','testData','fVtjW','RhHsP','\x20script\x20available','FQKai','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','../../../helpers/accessibility-automation/constants','degradedReason','wcagVersion','ACCESSIBILITY_INITIALIZED','ZyEfT','shouldScanForCommand:\x20','noySC','wANTc','getAllData','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','qUvcH',']\x20poll\x20attempt=','KQdep','getScriptsList',');\x20returning\x20last\x20value','browserVersion','string','OFATB','EXECUTE','../../../helpers/accessibility-automation/scripts','KEY_INIT','TpDTW','DRIVER_HAS_URL','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','testAnalyticsId','ZuLQR','xRIfm','KEY_TEST_NAME','onAfterTest','scannerVersion','RfnXZ','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','fetchCentralAuthA11yConfig','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','accessibilityConfig','toString','KEY_TEST_SCOPES','getGoogleChromeOptions','gKtnb','getAppAccessibilityResults','kUNFQ',']\x20should\x20run\x20accessibility\x20value=','platformVersion','race','1906985zodCnV',',\x20excludeTags=','message','NON_BROWSERSTACK_AUTOMATION_SESSIONS','toObject','test_tags','mKcxX','find','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','some','getState','utf-8','EbXPC','isArray','degraded','mnorP','getCommandsList','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','browserstack.accessibilityOptions.scannerVersion','getValue','isVersionSupported','DRIVER_INIT','keys','browserstack_executor','SGGFP','\x22\x20pid=','BROWSERSTACK_TEST_ACCESSIBILITY_YML','BROWSERSTACK_TESTHUB_JWT','loadDriverExecuteParams','xUwgK','kBsYd','onBeforeExecute:\x20command=','isPlatformSupported:\x20caps\x20are\x20null','testhub_build_uuid','PyEvF','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','executeScriptByName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','UFlTu','accessibilityToken','\x20->\x20','\x20token_fp=','parse','map','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='];a106_0x19e3=function(){return _0xbde3bf;};return a106_0x19e3();}const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a106_0x4ed4c8(0x27f)),AutomationFramework=require(a106_0x4ed4c8(0x22a)),TestFramework=require(a106_0x4ed4c8(0x1d4)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a106_0x4ed4c8(0x218)),GrpcClient=require(a106_0x4ed4c8(0x2e3)),scripts=require(a106_0x4ed4c8(0x126)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a106_0x4ed4c8(0x307)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x4ed4c8(0x113)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a106_0x4ed4c8(0xf4)),TestInfo=require(a106_0x4ed4c8(0x2f5)),TestFrameworkConstants=require(a106_0x4ed4c8(0x226)),accessibilityHelper=require(a106_0x4ed4c8(0x1a8)),{FRAMEWORKS}=require(a106_0x4ed4c8(0xf9));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a106_0x4ed4c8(0x1bf)];static [a106_0x4ed4c8(0x25f)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x5ecc6a){const _0xb8fa3b=a106_0x4ed4c8,_0x38b523={};_0x38b523['RISpe']=function(_0x4b04e4,_0x1666ed){return _0x4b04e4===_0x1666ed;},_0x38b523[_0xb8fa3b(0x18b)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x38b523[_0xb8fa3b(0x2c3)]=_0xb8fa3b(0x116),_0x38b523['CmZzL']=_0xb8fa3b(0x129),_0x38b523[_0xb8fa3b(0x11d)]=_0xb8fa3b(0x160);const _0x10d9e6=_0x38b523;super(),AutomationFramework[_0xb8fa3b(0x2c8)](AutomationFrameworkState[_0xb8fa3b(0x125)],HookState[_0xb8fa3b(0x108)],this['onBeforeExecute'][_0xb8fa3b(0x1aa)](this)),AutomationFramework[_0xb8fa3b(0x2c8)](AutomationFrameworkState[_0xb8fa3b(0x28b)],HookState['POST'],this[_0xb8fa3b(0x1ee)][_0xb8fa3b(0x1aa)](this)),AutomationFramework['registerObserver'](AutomationFrameworkState['QUIT'],HookState[_0xb8fa3b(0x108)],this[_0xb8fa3b(0x12f)][_0xb8fa3b(0x1aa)](this)),this[_0xb8fa3b(0x2ac)]=!![],this[_0xb8fa3b(0x135)]=_0x5ecc6a[_0xb8fa3b(0x143)](),this['accessibility']=new Map(),this[_0xb8fa3b(0x269)]=new Map(),this[_0xb8fa3b(0x2a7)]=_0x5ecc6a['getIsAppAccessibility']?.()||![],this['capabilities']=[],this[_0xb8fa3b(0x1a0)]=![],this[_0xb8fa3b(0x264)]=![],this[_0xb8fa3b(0x292)](_0x5ecc6a[_0xb8fa3b(0x16c)]()['getCapabilitiesList']());const _0x68c5d0=CLIUtils[_0xb8fa3b(0x2a0)]();_0x68c5d0&&_0x10d9e6['RISpe'](_0x68c5d0[_0xb8fa3b(0x1bf)],FRAMEWORKS['NODE_GENERIC'])&&this[_0xb8fa3b(0x257)](_0x5ecc6a[_0xb8fa3b(0x16c)]()),logger[_0xb8fa3b(0x18c)](_0x10d9e6[_0xb8fa3b(0x18b)]),this[_0xb8fa3b(0x127)]=_0x10d9e6[_0xb8fa3b(0x2c3)],this[_0xb8fa3b(0x1a3)]=_0x10d9e6[_0xb8fa3b(0x1e2)],this['KEY_TESTHUB_BUILD_ID']=_0x10d9e6[_0xb8fa3b(0x11d)];}[a106_0x4ed4c8(0x2ac)](){const _0x2e1dc7=a106_0x4ed4c8;return this[_0x2e1dc7(0x2ac)];}[a106_0x4ed4c8(0xe2)](){return AccessibilityModule['MODULE_NAME'];}[a106_0x4ed4c8(0x184)](){const _0x1f65c6=a106_0x4ed4c8;return this[_0x1f65c6(0xf2)][_0x1f65c6(0x207)](CLIUtils['getCurrentInstanceName'](),![]);}['getLogDisabledShown'](){const _0x579a6d=a106_0x4ed4c8;return this[_0x579a6d(0x269)]['get'](CLIUtils[_0x579a6d(0x29a)](),![]);}[a106_0x4ed4c8(0x27c)](_0x4aa074){const _0x270a72=a106_0x4ed4c8;this[_0x270a72(0x269)][_0x270a72(0x1c0)](CLIUtils[_0x270a72(0x29a)](),_0x4aa074);}['applySendMessageToServerPatch'](){const _0x1f6264=a106_0x4ed4c8,_0xd6f435={'SKVel':_0x1f6264(0x1dd),'Tlazb':function(_0x3ceaa8,_0x484e9d){return _0x3ceaa8(_0x484e9d);},'AtMxm':_0x1f6264(0xdc),'RsVcB':_0x1f6264(0xec),'sOHIc':_0x1f6264(0x19c)};if(this['_sendMessageServerPatchApplied']){logger[_0x1f6264(0x18c)](_0xd6f435[_0x1f6264(0x31b)]);return;}try{const _0x8dc9e=_0xd6f435[_0x1f6264(0x26f)](require,_0xd6f435[_0x1f6264(0x1b9)]);_0x8dc9e&&_0x8dc9e[_0x1f6264(0x324)]?(_0x8dc9e[_0x1f6264(0x324)](),this[_0x1f6264(0x1a0)]=!![],logger['debug'](_0xd6f435[_0x1f6264(0x1eb)])):logger[_0x1f6264(0x18c)](_0xd6f435[_0x1f6264(0x312)]);}catch(_0x5226e0){logger[_0x1f6264(0x18c)](_0x1f6264(0x1fa)+util['format'](_0x5226e0));}}['isPlatformSupported'](_0x551928=null,_0x39c469=null,_0x10215c=null){const _0x5b9c6b=a106_0x4ed4c8,_0x18c5c3={'UgBMl':function(_0x3b2ab6,_0xa3f3cc){return _0x3b2ab6&&_0xa3f3cc;},'LFMxO':_0x5b9c6b(0x15f),'noySC':function(_0xb596e2,_0x313672){return _0xb596e2(_0x313672);},'TEkdH':_0x5b9c6b(0x1e6),'mKcxX':_0x5b9c6b(0x11c),'UmYTf':_0x5b9c6b(0x2de),'ildHR':function(_0x3e0fac,_0x5c2b34){return _0x3e0fac===_0x5c2b34;},'EbXPC':_0x5b9c6b(0x208),'aqlTH':_0x5b9c6b(0x25a),'NmHUD':function(_0x510dcb,_0x4d15c1){return _0x510dcb!==_0x4d15c1;},'GzlUf':function(_0x2231c4,_0x546a0c){return _0x2231c4!==_0x546a0c;},'WyRPO':function(_0x307804,_0x6cf9c6,_0x2a40d3){return _0x307804(_0x6cf9c6,_0x2a40d3);},'udjxO':function(_0x335182,_0x5ac6dd){return _0x335182(_0x5ac6dd);},'khEFH':function(_0x4ff0b8,_0x42242c){return _0x4ff0b8(_0x42242c);},'bVwpx':function(_0x102bc2,_0x43e27f){return _0x102bc2<_0x43e27f;},'PPDxF':_0x5b9c6b(0xdf),'KNigv':_0x5b9c6b(0x28a),'liNgt':'string','dbbFj':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','zZHDv':_0x5b9c6b(0x281),'BQNnz':function(_0x3830be,_0x25bda0){return _0x3830be!==_0x25bda0;},'jFofs':_0x5b9c6b(0x31a),'pWepg':function(_0x2cfea7){return _0x2cfea7();},'blWCS':_0x5b9c6b(0x17c),'QIhtc':function(_0x236d18,_0x11e275){return _0x236d18(_0x11e275);},'BjuMN':function(_0x4e5b59,_0x1fef97){return _0x4e5b59-_0x1fef97;},'sHVrQ':function(_0x566974,_0xbc078){return _0x566974(_0xbc078);},'wMMNx':function(_0x1727d9,_0x4c9330){return _0x1727d9!==_0x4c9330;},'XZXhv':function(_0x52ea8d,_0x2aaaa1){return _0x52ea8d>_0x2aaaa1;},'WbDFI':_0x5b9c6b(0x2b9)};try{if(_0x18c5c3[_0x5b9c6b(0x1cc)](!_0x39c469,!_0x10215c))return logger[_0x5b9c6b(0x18c)](_0x18c5c3[_0x5b9c6b(0x1bc)]),![];const {isUndefined:_0xd30847,isBrowserstackInfra:_0x454bcf}=_0x18c5c3[_0x5b9c6b(0x119)](require,_0x18c5c3[_0x5b9c6b(0x19f)]);if(!accessibilityHelper[_0x5b9c6b(0x172)]())return logger[_0x5b9c6b(0x18c)](_0x18c5c3[_0x5b9c6b(0x145)]),![];if(this[_0x5b9c6b(0x2a7)]){const _0x32454f=(_0x39c469[_0x5b9c6b(0x20b)]||_0x39c469[_0x18c5c3[_0x5b9c6b(0x320)]]||'')['toLowerCase']();if(_0x18c5c3[_0x5b9c6b(0x243)](_0x32454f,_0x18c5c3[_0x5b9c6b(0x14b)])){const _0x12b96b=_0x39c469[_0x18c5c3['aqlTH']]||_0x39c469[_0x5b9c6b(0x13d)];if(_0x18c5c3[_0x5b9c6b(0x1ba)](_0x12b96b,undefined)&&_0x18c5c3[_0x5b9c6b(0x302)](_0x12b96b,null)){const _0x3bc390=_0x18c5c3[_0x5b9c6b(0x27a)](parseInt,_0x18c5c3[_0x5b9c6b(0x17f)](String,_0x12b96b)['split']('.')[0x0],0xa);if(!_0x18c5c3[_0x5b9c6b(0x195)](isNaN,_0x3bc390)&&_0x18c5c3['bVwpx'](_0x3bc390,0xb))return logger['warn']('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x12b96b),![];}}return!![];}const _0x32a7e8=_0x39c469[_0x5b9c6b(0x1e8)]||_0x39c469[_0x5b9c6b(0x21e)],_0x21a626=_0x39c469[_0x5b9c6b(0x122)]||_0x39c469[_0x5b9c6b(0x200)];if(!accessibilityHelper[_0x5b9c6b(0x1d9)](_0x32a7e8))return logger[_0x5b9c6b(0x1c3)](_0x18c5c3['PPDxF']),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x32a7e8))try{const _0x16289d=_0x39c469[_0x5b9c6b(0x1f9)],_0x58dfc1=_0x18c5c3['ildHR'](_0x16289d,!![])||_0x18c5c3[_0x5b9c6b(0x243)](_0x16289d,_0x18c5c3[_0x5b9c6b(0x291)])||_0x18c5c3[_0x5b9c6b(0x243)](typeof _0x16289d,_0x18c5c3[_0x5b9c6b(0x21d)])&&_0x18c5c3['ildHR'](_0x16289d[_0x5b9c6b(0x1f8)](),_0x18c5c3[_0x5b9c6b(0x291)]);if(_0x58dfc1)return logger[_0x5b9c6b(0x1c3)](_0x18c5c3[_0x5b9c6b(0x174)]),![];const _0x156cec=_0x39c469?.[_0x5b9c6b(0x258)]?.['args']||_0x39c469?.[_0x18c5c3[_0x5b9c6b(0x30c)]]?.[_0x5b9c6b(0x2da)]||[];if(Array[_0x5b9c6b(0x14c)](_0x156cec)&&_0x156cec[_0x5b9c6b(0x148)](_0x385afc=>typeof _0x385afc==='string'&&(_0x385afc==='--headless'||_0x385afc[_0x5b9c6b(0x206)](_0x5b9c6b(0x270))&&_0x385afc!==_0x5b9c6b(0x192))))return logger[_0x5b9c6b(0x1c3)](_0x18c5c3['dbbFj']),![];}catch(_0x51f0b8){logger[_0x5b9c6b(0x18c)](_0x5b9c6b(0x10a)+util[_0x5b9c6b(0x1ea)](_0x51f0b8));}if(_0x18c5c3[_0x5b9c6b(0x252)](_0x21a626,_0x18c5c3[_0x5b9c6b(0xe1)])){const _0x40c449=_0x18c5c3[_0x5b9c6b(0xf7)](_0x454bcf),_0x1f1971=accessibilityHelper['getMinVersionForBrowser'](_0x32a7e8,_0x40c449),_0x45669d=accessibilityHelper[_0x5b9c6b(0x215)](_0x32a7e8);if(!accessibilityHelper[_0x5b9c6b(0x153)](_0x21a626,_0x1f1971)){const _0x225cac=_0x40c449?'':_0x18c5c3[_0x5b9c6b(0x1b8)],_0x8ff607=Number[_0x5b9c6b(0x23c)](_0x18c5c3['QIhtc'](parseFloat,_0x1f1971))?_0x18c5c3[_0x5b9c6b(0x1b7)](_0x18c5c3[_0x5b9c6b(0x2af)](parseFloat,_0x1f1971),0x1):_0x1f1971;return logger['warn'](_0x5b9c6b(0x164)+_0x45669d+_0x5b9c6b(0x267)+_0x8ff607+'\x20'+_0x225cac+'.'),![];}}else{const _0x2103e4=_0x39c469['browserVersion']||_0x39c469[_0x5b9c6b(0x200)]||_0x39c469[_0x5b9c6b(0x1f4)];if(_0x2103e4&&_0x18c5c3[_0x5b9c6b(0x1f5)](_0x2103e4,_0x18c5c3['jFofs'])&&!_0x18c5c3[_0x5b9c6b(0x2cc)](_0x18c5c3[_0x5b9c6b(0x2af)](parseFloat,_0x2103e4),_0x18c5c3['QIhtc'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x5b9c6b(0x1c3)](_0x18c5c3[_0x5b9c6b(0x233)]),![];}return!![];}catch(_0x1edfea){return logger['debug'](_0x5b9c6b(0x214)+_0x1edfea[_0x5b9c6b(0x141)]),![];}}['isEnabledTestcase'](_0x552d34=[],_0x15d83c,_0x4d65f4=a106_0x4ed4c8(0x21b)){const _0x4fe710=a106_0x4ed4c8,_0x2a2d8e={'SGGFP':function(_0x3895f1,_0x555d59){return _0x3895f1===_0x555d59;},'xBlvo':'jest','fjnVB':function(_0x27fa4f,_0x29004a){return _0x27fa4f||_0x29004a;},'EqzNt':function(_0x2c9a47,_0x994d69){return _0x2c9a47===_0x994d69;},'rIcQz':function(_0x55c7ab,_0x523f5f){return _0x55c7ab&&_0x523f5f;},'TpDTW':'unknown','CkQGr':function(_0x1f081f,_0x5eaff0){return _0x1f081f===_0x5eaff0;},'wOGFi':function(_0x1aa90b,_0x17c6bc){return _0x1aa90b(_0x17c6bc);},'zhDuF':function(_0x24634f,_0x5da551){return _0x24634f>_0x5da551;}};try{const _0x29ee04=process[_0x4fe710(0x104)][_0x4fe710(0x28c)]?JSON[_0x4fe710(0x169)](process[_0x4fe710(0x104)][_0x4fe710(0x28c)]):null;if(!_0x29ee04)return!![];const _0x539b6b=Array[_0x4fe710(0x14c)](_0x29ee04['includeTagsInTestingScope'])?_0x29ee04['includeTagsInTestingScope']:[],_0x554f7f=Array[_0x4fe710(0x14c)](_0x29ee04[_0x4fe710(0x280)])?_0x29ee04['excludeTagsInTestingScope']:[];if(_0x2a2d8e[_0x4fe710(0x157)](_0x4d65f4,_0x2a2d8e[_0x4fe710(0x1f3)])||_0x2a2d8e[_0x4fe710(0x157)](_0x4d65f4,FRAMEWORKS[_0x4fe710(0x1fe)])){let _0x9d146e;Array[_0x4fe710(0x14c)](_0x552d34)?_0x9d146e=_0x552d34[_0x4fe710(0x2b3)]('\x20'):_0x9d146e=_0x2a2d8e['fjnVB'](_0x552d34,'');const _0x48e57f=_0x3be757=>_0x4d65f4===FRAMEWORKS[_0x4fe710(0x1fe)]&&typeof _0x3be757==='string'?_0x3be757[_0x4fe710(0x187)](/^@/,'')[_0x4fe710(0x1f8)]()[_0x4fe710(0x18f)]():_0x3be757,_0x3f0b5c=_0x2a2d8e[_0x4fe710(0x231)](_0x4d65f4,FRAMEWORKS[_0x4fe710(0x1fe)])?_0x9d146e['toLowerCase']():_0x9d146e,_0xc5aa15=_0x554f7f[_0x4fe710(0x148)](_0x1ddce2=>_0x3f0b5c['includes'](_0x48e57f(_0x1ddce2))),_0x4bbcdb=_0x2a2d8e[_0x4fe710(0x157)](_0x539b6b[_0x4fe710(0x1a1)],0x0)||_0x539b6b[_0x4fe710(0x148)](_0xa9e21d=>_0x3f0b5c[_0x4fe710(0xf8)](_0x48e57f(_0xa9e21d))),_0x494a96=_0x2a2d8e[_0x4fe710(0x1c9)](!_0xc5aa15,_0x4bbcdb);return logger['debug'](_0x4fe710(0xdd)+(_0x15d83c?.['getPlatformIndex']?.()||_0x2a2d8e[_0x4fe710(0x128)])+_0x4fe710(0x107)+_0x4d65f4+_0x4fe710(0x244)+_0x494a96+_0x4fe710(0x310)+_0x9d146e+_0x4fe710(0x1ed)+JSON[_0x4fe710(0xe9)](_0x539b6b)+_0x4fe710(0x140)+JSON['stringify'](_0x554f7f)),_0x494a96;}const _0x103698=Array['isArray'](_0x552d34)?_0x552d34:[];let _0x4ea482=![],_0x252150=_0x2a2d8e['CkQGr'](_0x539b6b[_0x4fe710(0x1a1)],0x0);const _0x5e828a=_0x4e7028=>typeof _0x4e7028===_0x4fe710(0x123)?_0x4e7028[_0x4fe710(0x187)](/^@/,'')[_0x4fe710(0x1f8)]()[_0x4fe710(0x18f)]():_0x4e7028,_0x34acda=new Set(_0x539b6b[_0x4fe710(0x16a)](_0x5e828a)),_0x11d335=new Set(_0x554f7f[_0x4fe710(0x16a)](_0x5e828a));for(const _0x512199 of _0x103698){const _0x533a8e=_0x2a2d8e[_0x4fe710(0x2a6)](_0x5e828a,_0x512199);_0x11d335[_0x4fe710(0x1ac)](_0x533a8e)&&(_0x4ea482=!![]),_0x2a2d8e[_0x4fe710(0xfd)](_0x34acda[_0x4fe710(0x2b8)],0x0)&&_0x34acda[_0x4fe710(0x1ac)](_0x533a8e)&&(_0x252150=!![]);}const _0x3605f7=_0x2a2d8e[_0x4fe710(0x1c9)](_0x252150,!_0x4ea482);return logger[_0x4fe710(0x18c)]('[platform\x20-\x20'+(_0x15d83c?.[_0x4fe710(0x271)]?.()||_0x2a2d8e[_0x4fe710(0x128)])+_0x4fe710(0xd8)+_0x3605f7+_0x4fe710(0x224)+JSON[_0x4fe710(0xe9)](_0x103698)+',\x20includeTags='+JSON[_0x4fe710(0xe9)](_0x539b6b)+_0x4fe710(0x140)+JSON[_0x4fe710(0xe9)](_0x554f7f)),_0x3605f7;}catch(_0xb8aa73){return logger[_0x4fe710(0x18c)]('[platform\x20-\x20'+(_0x15d83c?.[_0x4fe710(0x271)]?.()||_0x2a2d8e[_0x4fe710(0x128)])+_0x4fe710(0x289)+_0xb8aa73[_0x4fe710(0x141)]),![];}}async[a106_0x4ed4c8(0x1ee)](_0x1cf66d){const _0x4801c0=a106_0x4ed4c8,_0x4d429d={};_0x4d429d[_0x4801c0(0x1d8)]=function(_0x168f31,_0x779bf9){return _0x168f31!==_0x779bf9;},_0x4d429d[_0x4801c0(0x2a3)]='cucumber',_0x4d429d['kbnmL']=function(_0x1d19dc,_0x405a27){return _0x1d19dc!==_0x405a27;},_0x4d429d['GXOGz']=_0x4801c0(0x2e0),_0x4d429d[_0x4801c0(0x219)]=function(_0x5374ad,_0x3faa34){return _0x5374ad!==_0x3faa34;},_0x4d429d[_0x4801c0(0x12d)]='testcafe',_0x4d429d[_0x4801c0(0x1a5)]=function(_0x838b06,_0x18bf97){return _0x838b06!==_0x18bf97;},_0x4d429d[_0x4801c0(0x2b5)]=function(_0x1bb0e1,_0x2c12bc){return _0x1bb0e1===_0x2c12bc;},_0x4d429d[_0x4801c0(0xcc)]='true',_0x4d429d[_0x4801c0(0x18e)]=function(_0x2e7f70,_0x3619a5){return _0x2e7f70===_0x3619a5;},_0x4d429d['mTDxo']=function(_0x2b1bd5,_0x1729ea){return _0x2b1bd5&&_0x1729ea;},_0x4d429d[_0x4801c0(0x204)]='TEST_INIT',_0x4d429d[_0x4801c0(0x20e)]=_0x4801c0(0x2d5),_0x4d429d[_0x4801c0(0xeb)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x4d429d[_0x4801c0(0x247)]=_0x4801c0(0x154),_0x4d429d[_0x4801c0(0x2b7)]=function(_0x3b6569,_0x5835ae){return _0x3b6569===_0x5835ae;},_0x4d429d[_0x4801c0(0x285)]=function(_0xde41df,_0x5182e7){return _0xde41df===_0x5182e7;},_0x4d429d['Coxwo']=_0x4801c0(0x106),_0x4d429d[_0x4801c0(0x13b)]=_0x4801c0(0x2ee),_0x4d429d['cuCtR']=function(_0x3275a9,_0x5a02f3){return _0x3275a9>_0x5a02f3;},_0x4d429d['xHeBU']=function(_0x568ee4,_0x5e88bf){return _0x568ee4===_0x5e88bf;},_0x4d429d[_0x4801c0(0x294)]=_0x4801c0(0x1a6),_0x4d429d['ENwxa']=_0x4801c0(0x144),_0x4d429d[_0x4801c0(0x1c2)]=_0x4801c0(0x316);const _0x58d43f=_0x4d429d;if(_0x58d43f[_0x4801c0(0x1d8)](_0x1cf66d['testFramework'],_0x58d43f[_0x4801c0(0x2a3)])&&_0x58d43f[_0x4801c0(0x191)](_0x1cf66d[_0x4801c0(0x17e)],_0x58d43f[_0x4801c0(0x176)])&&_0x58d43f[_0x4801c0(0x219)](_0x1cf66d[_0x4801c0(0x17e)],_0x58d43f[_0x4801c0(0x12d)])&&_0x58d43f[_0x4801c0(0x1a5)](_0x1cf66d['testFramework'],FRAMEWORKS[_0x4801c0(0x1fe)])){logger[_0x4801c0(0x18c)](_0x4801c0(0x1f7)+_0x1cf66d[_0x4801c0(0x17e)]+')');return;}try{const _0x760b66=AutomationFramework[_0x4801c0(0x315)](),_0x39ab97=TestFramework[_0x4801c0(0x315)](),_0x2daaed=_0x1cf66d[_0x4801c0(0x2bc)]||global[_0x4801c0(0xc9)]?.[_0x4801c0(0x2a5)]||null;if(_0x58d43f[_0x4801c0(0x2b5)](_0x1cf66d[_0x4801c0(0x17e)],_0x58d43f[_0x4801c0(0x12d)])){const _0x29d8f7=_0x1cf66d['platformCaps']||_0x760b66&&_0x760b66['getPlatformCaps']&&_0x760b66[_0x4801c0(0x2ae)]()||_0x760b66&&_0x760b66[_0x4801c0(0xe4)]&&_0x760b66[_0x4801c0(0xe4)]()||{},_0x113dc5=_0x1cf66d['launchCaps']||null,_0x35f83a=this[_0x4801c0(0x2dd)](_0x760b66,_0x29d8f7,_0x113dc5),_0x2f5eae=CLIUtils[_0x4801c0(0x29a)]();this[_0x4801c0(0xf2)][_0x4801c0(0x1c0)](_0x2f5eae,_0x35f83a);global[_0x4801c0(0xef)]?.[_0x4801c0(0x245)]&&global[_0x4801c0(0xef)][_0x4801c0(0x245)]()[_0x4801c0(0x2db)](_0x35f83a);_0x35f83a?(global['accessibilityPlatform']=!![],process[_0x4801c0(0x104)][_0x4801c0(0x159)]=_0x58d43f[_0x4801c0(0xcc)]):global['accessibilityPlatform']=![];logger[_0x4801c0(0x18c)]('[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported='+_0x35f83a);return;}if(_0x58d43f[_0x4801c0(0x18e)](_0x1cf66d[_0x4801c0(0x17e)],FRAMEWORKS['NODE_GENERIC'])){const _0x1684b2=_0x1cf66d[_0x4801c0(0x10d)]||{},_0x32e2b8=_0x1684b2[TestFrameworkConstants[_0x4801c0(0x137)]],_0x3c71fc=_0x1684b2[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0x52f226=(Array['isArray'](_0x32e2b8)?_0x32e2b8[_0x4801c0(0xfb)](_0x3c71fc)['join']('\x20'):_0x3c71fc)[_0x4801c0(0x18f)](),_0x5d3a4c=_0x1cf66d['platformCaps']||_0x760b66&&_0x760b66[_0x4801c0(0x2ae)]&&_0x760b66['getPlatformCaps']()||_0x760b66&&_0x760b66[_0x4801c0(0xe4)]&&_0x760b66[_0x4801c0(0xe4)]()||{},_0x3922ba=this['isPlatformSupported'](_0x760b66,_0x5d3a4c,_0x1cf66d[_0x4801c0(0x221)]||null),_0x3eeb44=this[_0x4801c0(0x305)](_0x52f226,_0x760b66,FRAMEWORKS['NODE_GENERIC']),_0x4dd9ee=_0x58d43f[_0x4801c0(0x190)](_0x3922ba,_0x3eeb44),_0x517404=CLIUtils[_0x4801c0(0x29a)]();this[_0x4801c0(0xf2)][_0x4801c0(0x1c0)](_0x517404,_0x4dd9ee);global[_0x4801c0(0xef)]?.[_0x4801c0(0x245)]&&global[_0x4801c0(0xef)][_0x4801c0(0x245)]()[_0x4801c0(0x2db)](_0x4dd9ee);_0x4dd9ee?(global[_0x4801c0(0x211)]=!![],process[_0x4801c0(0x104)][_0x4801c0(0x159)]=_0x58d43f['IAwux'],this['applySendMessageToServerPatch']()):global[_0x4801c0(0x211)]=![];_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f['BmkjW'],!![]);logger[_0x4801c0(0x18c)](_0x4801c0(0x31d)+_0x3922ba+',\x20testCaseEnabled='+_0x3eeb44+',\x20testName='+_0x52f226);return;}if(!_0x2daaed){_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f[_0x4801c0(0x204)],!![]);logger['debug'](_0x58d43f[_0x4801c0(0x20e)]);return;}logger['debug'](_0x58d43f[_0x4801c0(0xeb)]);const _0x34ed60=_0x39ab97?.['getData'](_0x58d43f[_0x4801c0(0x247)],![]),_0x42082a=_0x39ab97?.['getData'](_0x58d43f['BmkjW'],![]);if(_0x58d43f[_0x4801c0(0x2b7)](_0x34ed60,![])&&_0x58d43f[_0x4801c0(0x285)](_0x42082a,![])){_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f['JPcvM'],!![]);logger[_0x4801c0(0x18c)](_0x58d43f['Coxwo']);return;}_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f[_0x4801c0(0x204)],!![]);let _0x44ab56,_0x5e32a4;const _0x48ad11=_0x1cf66d[_0x4801c0(0x17e)]||_0x58d43f[_0x4801c0(0x2a3)];if(_0x58d43f[_0x4801c0(0x18e)](_0x48ad11,_0x58d43f[_0x4801c0(0x176)])){_0x5e32a4=_0x1cf66d[_0x4801c0(0x2bb)]?.[_0x4801c0(0x12b)]||_0x1cf66d[_0x4801c0(0x2bb)]?.['id']||global['__jestCurrentTestIdentifier']||global[_0x4801c0(0xc9)]?.['currentTest']?.[_0x4801c0(0x12b)]||global[_0x4801c0(0xc9)]?.[_0x4801c0(0x287)]?.['id'];const _0x13a3e4=_0x39ab97?.[_0x4801c0(0x11b)]()?.['get'](_0x5e32a4);if(_0x13a3e4&&_0x13a3e4[TestFrameworkConstants['KEY_TEST_NAME']])_0x44ab56=_0x13a3e4[TestFrameworkConstants[_0x4801c0(0x12e)]];else{if(_0x1cf66d['testInfo']?.[_0x4801c0(0x102)])_0x44ab56=_0x1cf66d[_0x4801c0(0x2bb)][_0x4801c0(0x102)];else global[_0x4801c0(0xc9)]?.['currentTest']?.[_0x4801c0(0x2bb)]?.[_0x4801c0(0x102)]?_0x44ab56=global[_0x4801c0(0xc9)][_0x4801c0(0x287)][_0x4801c0(0x2bb)][_0x4801c0(0x102)]:_0x44ab56=_0x58d43f['kUNFQ'];}logger[_0x4801c0(0x18c)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x5e32a4+',\x20testName='+JSON[_0x4801c0(0xe9)](_0x44ab56));}else{_0x5e32a4=this['getTestId'](_0x1cf66d);const _0x5c59e9=TestInfo[_0x4801c0(0x1e9)](_0x5e32a4);let _0x5e01dc=[];if(_0x5c59e9&&Array[_0x4801c0(0x14c)](_0x5c59e9['test_tags'])&&_0x58d43f[_0x4801c0(0x2ef)](_0x5c59e9[_0x4801c0(0x144)][_0x4801c0(0x1a1)],0x0))_0x5e01dc=_0x5c59e9[_0x4801c0(0x144)];else{if(_0x39ab97){const _0x4dc4d5=_0x58d43f[_0x4801c0(0x1a4)](typeof _0x39ab97['getData'],_0x58d43f['YvevG'])?_0x39ab97['getData'](_0x58d43f[_0x4801c0(0x2e4)],[]):_0x39ab97[_0x4801c0(0x144)]||[];Array['isArray'](_0x4dc4d5)&&(_0x5e01dc=_0x4dc4d5);}}_0x44ab56=_0x5e01dc;}logger['info']('test-tags-->\x20'+JSON[_0x4801c0(0xe9)](_0x44ab56));const _0x42163c=this[_0x4801c0(0x2dd)](_0x760b66,_0x1cf66d[_0x4801c0(0x18a)],_0x1cf66d[_0x4801c0(0x221)]);logger[_0x4801c0(0x18c)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x42163c+_0x4801c0(0x205)+this['isAppAccessibility']);const _0xe4bac5=this['isEnabledTestcase'](_0x44ab56,_0x760b66,_0x48ad11),_0xe5a958=_0x58d43f['mTDxo'](_0x42163c,_0xe4bac5),_0x19ce78=CLIUtils[_0x4801c0(0x29a)]();this['accessibility'][_0x4801c0(0x1c0)](_0x19ce78,_0xe5a958),global[_0x4801c0(0xef)]?.[_0x4801c0(0x245)]&&global[_0x4801c0(0xef)]['getContext']()[_0x4801c0(0x2db)](_0xe5a958),logger[_0x4801c0(0x18c)](_0x4801c0(0xdd)+(_0x760b66?.[_0x4801c0(0x271)]?.()||_0x58d43f[_0x4801c0(0x1c2)])+_0x4801c0(0x13c)+_0xe5a958),_0xe5a958?(global[_0x4801c0(0x211)]=!![],process['env'][_0x4801c0(0x159)]=_0x58d43f[_0x4801c0(0xcc)],this['applySendMessageToServerPatch']()):global[_0x4801c0(0x211)]=![];}catch(_0x4618b1){logger[_0x4801c0(0x242)](_0x4801c0(0x222)+(_0x4618b1[_0x4801c0(0xf1)]||_0x4618b1[_0x4801c0(0x141)]));const _0x5954ae=CLIUtils[_0x4801c0(0x29a)]();this[_0x4801c0(0xf2)][_0x4801c0(0x1c0)](_0x5954ae,![]),global[_0x4801c0(0x211)]=![];}}[a106_0x4ed4c8(0x138)](){const _0xe284=a106_0x4ed4c8;return this['capabilities'][_0xe284(0x146)](_0x211247=>_0x211247[_0xe284(0x2f0)]()===_0xe284(0x281))?.[_0xe284(0x152)]()||'';}[a106_0x4ed4c8(0x1d7)](_0x3d627b){const _0x1da217=a106_0x4ed4c8;try{const _0xd8a330=this[_0x1da217(0x135)]?.['options']?.[_0x1da217(0xd7)]||[],_0x23b9b2=_0xd8a330[_0x1da217(0x146)](_0x40b9c5=>_0x40b9c5[_0x1da217(0x1bf)]===_0x3d627b);return _0x23b9b2?_0x23b9b2[_0x1da217(0x238)]:null;}catch(_0x174bd6){return logger[_0x1da217(0x18c)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x3d627b+':\x20'+_0x174bd6[_0x1da217(0x141)]),null;}}async[a106_0x4ed4c8(0x279)](_0x58729f,_0x2cb956){const _0x39bcff=a106_0x4ed4c8,_0x1b0b81=_0x58729f[_0x39bcff(0x31e)]()[_0x39bcff(0x16c)]();this[_0x39bcff(0x257)](_0x1b0b81),this[_0x39bcff(0x185)]=_0x1b0b81[_0x39bcff(0x27d)](),await this['setAccessibilityToken'](this['capabilities'],_0x2cb956[_0x39bcff(0x221)]);}[a106_0x4ed4c8(0x257)](_0x288d4f){const _0x2f4bb1=a106_0x4ed4c8,_0x1de8d2={};_0x1de8d2['qODJC']=function(_0x349603,_0x423367){return _0x349603>_0x423367;},_0x1de8d2[_0x2f4bb1(0x2eb)]=_0x2f4bb1(0x23e),_0x1de8d2[_0x2f4bb1(0x170)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options';const _0x49b35c=_0x1de8d2;try{const _0x3b7ffe=_0x288d4f[_0x2f4bb1(0x120)](),_0x3dc0ed=_0x288d4f[_0x2f4bb1(0x318)]()?.[_0x2f4bb1(0x14f)]();_0x3b7ffe&&_0x49b35c[_0x2f4bb1(0x1e4)](_0x3b7ffe[_0x2f4bb1(0x1a1)],0x0)?(scripts[_0x2f4bb1(0x1ca)](_0x3b7ffe,_0x3dc0ed),scripts[_0x2f4bb1(0xed)](),logger['debug'](_0x49b35c['PUYHj'])):logger[_0x2f4bb1(0x18c)](_0x49b35c['MMVTc']);}catch(_0x599c5d){logger[_0x2f4bb1(0x18c)](_0x2f4bb1(0x194)+_0x599c5d['message']);}}async['setAccessibilityToken'](_0x164503,_0x3b9bb3={}){const _0x2d171f=a106_0x4ed4c8,_0x22a260={'pswUl':_0x2d171f(0xcd),'NinlW':_0x2d171f(0x177),'sVGEF':function(_0x4cc596,_0x20e54c){return _0x4cc596===_0x20e54c;},'wjhUt':_0x2d171f(0x166),'knVaw':function(_0x2968d3,_0x2a4f7a){return _0x2968d3(_0x2a4f7a);},'WfYyL':'crypto','gatlk':_0x2d171f(0x105),'LjQOc':_0x2d171f(0xd5),'tkqyp':function(_0x3261b4,_0x20e18f){return _0x3261b4||_0x20e18f;},'XCORf':_0x2d171f(0x26c),'QkgmL':_0x2d171f(0x1a8),'ZhQhC':_0x2d171f(0x1e6),'ZyEfT':function(_0x2e0afd,_0x2bf530){return _0x2e0afd===_0x2bf530;},'wANTc':_0x2d171f(0x115),'HLCiZ':'browserstack.accessibilityOptions.wcagVersion','rXbPV':function(_0x4fe249,_0x3e6183){return _0x4fe249===_0x3e6183;},'lipbC':_0x2d171f(0x130),'nysxm':_0x2d171f(0x151),'RWfbX':_0x2d171f(0x2e1),'zRYtF':_0x2d171f(0x29c),'Mhziw':function(_0x23aecb,_0x27577b){return _0x23aecb===_0x27577b;},'TkDvB':_0x2d171f(0x1c8),'DIVJh':function(_0x4d89c1,_0x3f641f){return _0x4d89c1===_0x3f641f;},'cfsRE':function(_0x348da7,_0x49c792){return _0x348da7===_0x49c792;},'ByGUQ':_0x2d171f(0x28a)};global[_0x2d171f(0x29b)]=global[_0x2d171f(0x29b)]||{};const _0x2995e1=Array[_0x2d171f(0x14c)](_0x164503)?_0x164503[_0x2d171f(0x1a1)]:_0x22a260[_0x2d171f(0x29d)];logger[_0x2d171f(0x18c)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x2995e1+_0x2d171f(0x24f)+(process['env'][_0x2d171f(0x1d0)]||_0x22a260[_0x2d171f(0x272)])+_0x2d171f(0x158)+process['pid']);for(const _0x52c126 of _0x164503){logger[_0x2d171f(0x18c)](_0x2d171f(0x10b)+_0x52c126['getName']());if(_0x22a260['sVGEF'](_0x52c126['getName'](),_0x22a260[_0x2d171f(0x173)])){const _0x36d74e=_0x52c126['getValue'](),_0x8309a0=_0x36d74e?_0x22a260[_0x2d171f(0x31c)](require,_0x22a260[_0x2d171f(0x295)])[_0x2d171f(0x213)](_0x22a260[_0x2d171f(0x2d2)])[_0x2d171f(0x255)](_0x36d74e)[_0x2d171f(0x1d6)](_0x22a260['LjQOc'])[_0x2d171f(0x2e6)](0x0,0x8):'';logger['info'](_0x2d171f(0x261)+_0x22a260[_0x2d171f(0x256)](_0x36d74e,'')['length']+_0x2d171f(0x168)+_0x8309a0+_0x2d171f(0x24f)+(process[_0x2d171f(0x104)][_0x2d171f(0x1d0)]||_0x22a260[_0x2d171f(0x272)])+_0x2d171f(0x158)+process[_0x2d171f(0x20a)]),process[_0x2d171f(0x104)]['BS_A11Y_JWT']=_0x36d74e,global['__accessibilityOptions'][_0x22a260['XCORf']]=_0x36d74e;const _0x452247=_0x22a260[_0x2d171f(0x31c)](require,_0x22a260[_0x2d171f(0x1db)]),{isTrue:_0x831971}=_0x22a260[_0x2d171f(0x31c)](require,_0x22a260[_0x2d171f(0x2a4)]),_0x30e50e=_0x452247['parseA11yJwtPayload'](_0x36d74e);_0x30e50e&&_0x22a260[_0x2d171f(0x31c)](_0x831971,_0x30e50e[_0x2d171f(0x1fc)])&&(process[_0x2d171f(0x104)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x22a260[_0x2d171f(0x117)](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x11a)]))global['__accessibilityOptions'][_0x22a260[_0x2d171f(0x2c9)]]=_0x52c126['getValue']();else{if(_0x22a260['rXbPV'](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x248)]))global[_0x2d171f(0x29b)][_0x22a260[_0x2d171f(0x179)]]=_0x52c126[_0x2d171f(0x152)]();else{if(_0x22a260[_0x2d171f(0x20f)](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x24c)]))global[_0x2d171f(0x29b)][_0x22a260[_0x2d171f(0x2ea)]]=_0x52c126[_0x2d171f(0x152)]();else{if(_0x22a260[_0x2d171f(0x2aa)](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x1b2)])){const _0x640745=_0x52c126[_0x2d171f(0x152)]();process[_0x2d171f(0x104)][_0x2d171f(0x232)]=_0x22a260['knVaw'](String,_0x22a260[_0x2d171f(0x2fe)](_0x640745,!![])||_0x22a260['cfsRE'](_0x640745,_0x22a260['ByGUQ'])),logger[_0x2d171f(0x18c)](_0x2d171f(0x134)+_0x640745+'\x20env='+process[_0x2d171f(0x104)][_0x2d171f(0x232)]);}}}}}}}async[a106_0x4ed4c8(0x12f)](_0x569bd4){const _0x3d722c=a106_0x4ed4c8,_0xc589ad={};_0xc589ad[_0x3d722c(0x317)]=function(_0x25e9b0,_0x17b59e){return _0x25e9b0!==_0x17b59e;},_0xc589ad[_0x3d722c(0x11f)]='cucumber',_0xc589ad[_0x3d722c(0x30d)]=function(_0xb853ac,_0x57e626){return _0xb853ac!==_0x57e626;},_0xc589ad[_0x3d722c(0x111)]='jest',_0xc589ad[_0x3d722c(0xcf)]=function(_0x2d424b,_0x14ba81){return _0x2d424b!==_0x14ba81;},_0xc589ad[_0x3d722c(0x2a9)]=_0x3d722c(0x2a8),_0xc589ad[_0x3d722c(0x30b)]=_0x3d722c(0x316);const _0x2f7c30=_0xc589ad;if(_0x2f7c30[_0x3d722c(0x317)](_0x569bd4[_0x3d722c(0x17e)],_0x2f7c30[_0x3d722c(0x11f)])&&_0x2f7c30[_0x3d722c(0x30d)](_0x569bd4[_0x3d722c(0x17e)],_0x2f7c30[_0x3d722c(0x111)])&&_0x2f7c30[_0x3d722c(0xcf)](_0x569bd4[_0x3d722c(0x17e)],_0x2f7c30['gOPcq'])&&_0x2f7c30[_0x3d722c(0x30d)](_0x569bd4[_0x3d722c(0x17e)],FRAMEWORKS['NODE_GENERIC'])){logger['debug'](_0x3d722c(0x2f9)+_0x569bd4[_0x3d722c(0x17e)]+')');return;}const _0xb95eeb=_0x569bd4['testInfo']?.[_0x3d722c(0x12b)]||_0x569bd4[_0x3d722c(0x2bb)]?.['id']||global[_0x3d722c(0x100)];logger[_0x3d722c(0x1ef)](_0x3d722c(0x2dc)+_0x569bd4[_0x3d722c(0x17e)]+_0x3d722c(0x2a2)+_0xb95eeb);try{const _0x100985=_0x569bd4[_0x3d722c(0x236)]||AutomationFramework[_0x3d722c(0x315)](),_0x38d75e=CLIUtils[_0x3d722c(0x29a)](),_0x2ca082=this[_0x3d722c(0x184)]();logger[_0x3d722c(0x18c)](_0x3d722c(0xdd)+(_0x100985?.[_0x3d722c(0x271)]?.()||_0x2f7c30['BhnWR'])+_0x3d722c(0x2e5)+_0x2ca082),_0x2ca082&&await this[_0x3d722c(0x303)](_0x100985,_0x569bd4),this[_0x3d722c(0xf2)][_0x3d722c(0x1cf)](_0x38d75e),this['LOG_DISABLED_SHOWN']['delete'](_0x38d75e);}catch(_0x43dd89){logger[_0x3d722c(0x242)](_0x3d722c(0x220)+(_0x43dd89[_0x3d722c(0xf1)]||_0x43dd89['message']));}}async['stopTestCapture'](_0x524506,_0x2e6428){const _0x347502=a106_0x4ed4c8,_0x5f2cf5={};_0x5f2cf5[_0x347502(0x254)]=function(_0x533c8c,_0x6ecfe5){return _0x533c8c===_0x6ecfe5;},_0x5f2cf5[_0x347502(0x178)]=_0x347502(0x1a6),_0x5f2cf5[_0x347502(0xd4)]=function(_0x96fcd8,_0x5734eb){return _0x96fcd8===_0x5734eb;},_0x5f2cf5[_0x347502(0x2f6)]=_0x347502(0x2e0),_0x5f2cf5[_0x347502(0x228)]=_0x347502(0x21b),_0x5f2cf5[_0x347502(0x1d1)]=_0x347502(0x150),_0x5f2cf5[_0x347502(0x235)]='accessibility',_0x5f2cf5[_0x347502(0x182)]=_0x347502(0x26b),_0x5f2cf5['SebOQ']=_0x347502(0x316),_0x5f2cf5[_0x347502(0x2ec)]=_0x347502(0x297),_0x5f2cf5[_0x347502(0x2ad)]=_0x347502(0x284),_0x5f2cf5['SPrrZ']=function(_0x2b7ee1,_0x543a16){return _0x2b7ee1||_0x543a16;},_0x5f2cf5[_0x347502(0x21c)]=function(_0x399dca,_0x329008){return _0x399dca||_0x329008;},_0x5f2cf5['EnjdV']=function(_0x454d82,_0x12c545){return _0x454d82||_0x12c545;},_0x5f2cf5[_0x347502(0xcb)]=_0x347502(0x18d),_0x5f2cf5['kjiwP']=_0x347502(0x193),_0x5f2cf5[_0x347502(0xde)]=_0x347502(0x142);const _0x42cc64=_0x5f2cf5;try{const _0x53abd9=_0x2e6428[_0x347502(0x17e)]||(_0x42cc64[_0x347502(0xd4)](this[_0x347502(0x25c)]?.['name']?.['toLowerCase'](),_0x42cc64[_0x347502(0x2f6)])?_0x42cc64[_0x347502(0x2f6)]:_0x42cc64['NBwPH']);let _0x2b1086='',_0x43e614=null,_0x136b33=null;if(_0x42cc64['rIGLF'](_0x53abd9,_0x42cc64[_0x347502(0x2f6)])){_0x43e614=_0x2e6428[_0x347502(0x2bb)]?.[_0x347502(0x12b)]||_0x2e6428[_0x347502(0x2bb)]?.['id']||global[_0x347502(0x100)];if(!_0x43e614){logger[_0x347502(0x1c3)](_0x42cc64[_0x347502(0x1d1)]);return;}try{const _0x27413b=await GrpcClient[_0x347502(0x251)]()[_0x347502(0x253)](process[_0x347502(0x104)][_0x347502(0x2e2)],_0x42cc64[_0x347502(0x235)],_0x42cc64['iWvGP'],_0x43e614),_0x4bfd51=AccessibilityModule[_0x347502(0x15b)](null,_0x27413b);_0x2b1086=_0x4bfd51?.[_0x347502(0x196)]||'',logger[_0x347502(0x18c)](_0x347502(0x22c)+_0x2b1086+_0x347502(0x1e1)+_0x43e614),_0x136b33=_0x27413b;}catch(_0x4f069b){logger[_0x347502(0x242)](_0x347502(0x209)+_0x4f069b[_0x347502(0x141)]);return;}}else{const _0x2f0838=this[_0x347502(0xd3)](_0x2e6428);_0x2b1086=TestInfo['getTestUUID'](_0x2f0838);}const _0x4ba0e6=((()=>{const _0x2a34a5=_0x347502,_0x5cc469=(this[_0x2a34a5(0x135)]?.['options']?.[_0x2a34a5(0xd7)]||[])[_0x2a34a5(0x146)](_0x3a5281=>(typeof _0x3a5281[_0x2a34a5(0x2f0)]==='function'?_0x3a5281[_0x2a34a5(0x2f0)]():_0x3a5281['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x5cc469?_0x42cc64[_0x2a34a5(0x254)](typeof _0x5cc469[_0x2a34a5(0x152)],_0x42cc64[_0x2a34a5(0x178)])?_0x5cc469[_0x2a34a5(0x152)]():_0x5cc469[_0x2a34a5(0x238)]:'';})()),_0x2c890e=process[_0x347502(0x104)][_0x347502(0x15a)]||'';logger[_0x347502(0x18c)]('[platform\x20-\x20'+(_0x524506?.[_0x347502(0x271)]?.()||_0x42cc64[_0x347502(0x2f8)])+_0x347502(0x2ed)+_0x2b1086+_0x347502(0x2f3)+_0x4ba0e6+_0x347502(0x19b)+(_0x2c890e?_0x42cc64[_0x347502(0x2ec)]:_0x42cc64[_0x347502(0x2ad)]));let _0x1b5016;if(_0x42cc64[_0x347502(0x254)](_0x53abd9,_0x42cc64[_0x347502(0x2f6)]))_0x1b5016=AccessibilityModule[_0x347502(0x15b)](_0x2b1086,_0x136b33);else{const _0x1eb69f=await GrpcClient[_0x347502(0x251)]()[_0x347502(0x253)](process[_0x347502(0x104)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x42cc64[_0x347502(0x235)],_0x42cc64['iWvGP']);_0x1b5016=AccessibilityModule[_0x347502(0x15b)](_0x2b1086,_0x1eb69f);}logger[_0x347502(0x18c)](_0x347502(0x299)+JSON[_0x347502(0xe9)](_0x1b5016));const _0x5c861e=Object[_0x347502(0x23b)]({},{'thTestRunUuid':_0x42cc64[_0x347502(0xf5)](_0x2b1086,''),'thBuildUuid':_0x42cc64[_0x347502(0x21c)](_0x4ba0e6,''),'thJwtToken':_0x42cc64['EnjdV'](_0x2c890e,'')},_0x1b5016);!this[_0x347502(0x2a7)]&&this['isMobileWebSession']()&&(_0x5c861e[_0x347502(0x22d)]=!![],logger[_0x347502(0x18c)](_0x42cc64[_0x347502(0xcb)]));logger[_0x347502(0x18c)](_0x347502(0x1dc)+_0x2b1086+_0x347502(0x205)+this[_0x347502(0x2a7)]);let _0xcee97e=global[_0x347502(0xc9)]?.[_0x347502(0x2a5)]||null;!_0xcee97e&&(_0xcee97e=AutomationFramework[_0x347502(0x149)](_0x524506,_0x42cc64[_0x347502(0x319)],null)),!_0xcee97e&&(_0xcee97e=AutomationFramework[_0x347502(0x149)](_0x524506,_0x42cc64[_0x347502(0xde)],null)),await this[_0x347502(0x25d)](this[_0x347502(0x184)](),_0x2b1086,_0xcee97e,_0x5c861e,this[_0x347502(0x2a7)]);}catch(_0x9c070f){logger[_0x347502(0x242)]('Error\x20in\x20stopTestCapture:\x20'+(_0x9c070f[_0x347502(0xf1)]||_0x9c070f[_0x347502(0x141)]));}}async[a106_0x4ed4c8(0x25d)](_0x507e39,_0x1175ee,_0x5c165a,_0x408cab,_0x22ce70){const _0x3ea894=a106_0x4ed4c8,_0x2dc724={};_0x2dc724[_0x3ea894(0x15d)]=_0x3ea894(0x26b),_0x2dc724[_0x3ea894(0x165)]=function(_0x5f5889,_0x19c76e){return _0x5f5889&&_0x19c76e;},_0x2dc724['NKebT']=_0x3ea894(0x1c6),_0x2dc724[_0x3ea894(0x12c)]=function(_0x3761c8,_0x18b762){return _0x3761c8===_0x18b762;},_0x2dc724[_0x3ea894(0x2fd)]=_0x3ea894(0x284),_0x2dc724[_0x3ea894(0x2d4)]=function(_0x178e25,_0x15f3ff){return _0x178e25===_0x15f3ff;},_0x2dc724[_0x3ea894(0x321)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x2dc724[_0x3ea894(0x298)]=_0x3ea894(0x1e3),_0x2dc724[_0x3ea894(0x2ca)]=_0x3ea894(0x234),_0x2dc724[_0x3ea894(0x101)]='scan',_0x2dc724['WxSDe']='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x2dc724[_0x3ea894(0x161)]=_0x3ea894(0x1f2),_0x2dc724[_0x3ea894(0xff)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x64571f=_0x2dc724;try{const _0x4d6791=this[_0x3ea894(0x22f)](_0x64571f['kBsYd']);if(_0x64571f[_0x3ea894(0x165)](!_0x22ce70,!_0x4d6791)){logger[_0x3ea894(0x18c)](_0x64571f[_0x3ea894(0x230)]);return;}if(!_0x1175ee||_0x64571f['ZuLQR'](_0x1175ee,_0x64571f[_0x3ea894(0x2fd)])||_0x64571f[_0x3ea894(0x2d4)](_0x1175ee,'')){logger[_0x3ea894(0x18c)](_0x64571f[_0x3ea894(0x321)]);return;}logger['debug'](_0x3ea894(0x2c4)+JSON[_0x3ea894(0xe9)](_0x408cab)),_0x507e39&&(logger[_0x3ea894(0x18c)](_0x64571f['QXBLc']),await this[_0x3ea894(0x1c7)](_0x5c165a,_0x1175ee,_0x64571f[_0x3ea894(0x2ca)],_0x408cab,_0x22ce70,_0x64571f['rNXNo']),_0x64571f[_0x3ea894(0x165)](!_0x22ce70,_0x4d6791)&&(logger[_0x3ea894(0x18c)](_0x64571f[_0x3ea894(0x25e)]),await PerformanceTester[_0x3ea894(0x240)](_0x64571f['PyEvF'],async()=>{const _0x17bbbc=_0x3ea894;await this[_0x17bbbc(0x1c7)](_0x5c165a,_0x1175ee,_0x64571f[_0x17bbbc(0x15d)],_0x408cab,_0x22ce70,_0x64571f['kBsYd']);})()),logger[_0x3ea894(0x1ef)](_0x64571f['Acuqf']));}catch(_0x15c520){logger[_0x3ea894(0x242)](_0x3ea894(0x29f)+(_0x15c520[_0x3ea894(0xf1)]||_0x15c520['message']));}}async['onBeforeExecute'](_0x235611){const _0x3d394b=a106_0x4ed4c8,_0x19c7fa={};_0x19c7fa[_0x3d394b(0x1f6)]=function(_0x450a6d,_0x236a0c){return _0x450a6d!==_0x236a0c;},_0x19c7fa[_0x3d394b(0x16d)]='cucumber',_0x19c7fa[_0x3d394b(0xd0)]=function(_0x579dd0,_0x56d6ad){return _0x579dd0!==_0x56d6ad;},_0x19c7fa[_0x3d394b(0x259)]=_0x3d394b(0x2e0),_0x19c7fa[_0x3d394b(0x300)]='testcafe',_0x19c7fa[_0x3d394b(0x1f1)]=function(_0x12c921,_0x461232){return _0x12c921!==_0x461232;},_0x19c7fa[_0x3d394b(0x22e)]=_0x3d394b(0x316),_0x19c7fa[_0x3d394b(0x2fc)]=_0x3d394b(0x1b4),_0x19c7fa[_0x3d394b(0xf6)]=function(_0x584ba6,_0x1976b1){return _0x584ba6&&_0x1976b1;},_0x19c7fa[_0x3d394b(0xc5)]=function(_0x39096e,_0x1c87cb){return _0x39096e===_0x1c87cb;},_0x19c7fa['DuBvf']=_0x3d394b(0x112),_0x19c7fa[_0x3d394b(0x21a)]='accessibility',_0x19c7fa['QBlQF']=_0x3d394b(0x1ff),_0x19c7fa['AjPss']=_0x3d394b(0x25b),_0x19c7fa[_0x3d394b(0x1bb)]=_0x3d394b(0x160),_0x19c7fa[_0x3d394b(0x1af)]='scan',_0x19c7fa[_0x3d394b(0x2f4)]='null';const _0x253aeb=_0x19c7fa;if(_0x253aeb[_0x3d394b(0x1f6)](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x16d)])&&_0x253aeb['HIaZl'](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x259)])&&_0x253aeb[_0x3d394b(0x1f6)](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x300)])&&_0x253aeb[_0x3d394b(0x1f1)](_0x235611[_0x3d394b(0x17e)],FRAMEWORKS[_0x3d394b(0x1fe)])){logger['debug']('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x235611[_0x3d394b(0x17e)]+')');return;}logger[_0x3d394b(0x18c)](_0x3d394b(0x15e)+(_0x235611[_0x3d394b(0xd6)]||_0x253aeb[_0x3d394b(0x22e)])+_0x3d394b(0x212)+_0x235611[_0x3d394b(0x17e)]);try{const _0x5edd74=_0x235611[_0x3d394b(0x236)]||AutomationFramework[_0x3d394b(0x315)](),_0x385839=TestFramework[_0x3d394b(0x315)](),_0x549b93=_0x235611[_0x3d394b(0xd6)]||_0x235611[_0x3d394b(0x30a)]?.['getName']();if(!_0x549b93){logger[_0x3d394b(0x18c)](_0x253aeb[_0x3d394b(0x2fc)]);return;}if(!this[_0x3d394b(0x184)]()){logger['debug'](_0x3d394b(0x175)+_0x549b93);return;}if(!this[_0x3d394b(0x198)](_0x549b93)){logger[_0x3d394b(0x18c)](_0x3d394b(0x17d)+_0x549b93+_0x3d394b(0x132));return;}const _0x5b90be=_0x235611[_0x3d394b(0x2bc)]||global[_0x3d394b(0xc9)]?.[_0x3d394b(0x2a5)],_0x4f6b22=_0x235611[_0x3d394b(0x202)]||null;if(_0x253aeb['DOFMK'](!_0x5b90be,!_0x4f6b22)){logger[_0x3d394b(0x18c)](_0x3d394b(0x109)+_0x549b93);return;}let _0x59a9ff='',_0xb6fc63=null;if(_0x253aeb['tqVWh'](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x259)])){_0xb6fc63=_0x235611[_0x3d394b(0x2bb)]?.[_0x3d394b(0x12b)]||_0x235611[_0x3d394b(0x2bb)]?.['id']||global[_0x3d394b(0x100)];if(!_0xb6fc63){logger['warn'](_0x253aeb['DuBvf']);return;}try{const _0xef21ce=await GrpcClient['getInstance']()[_0x3d394b(0x253)](process['env'][_0x3d394b(0x2e2)],_0x253aeb[_0x3d394b(0x21a)],_0x253aeb[_0x3d394b(0x26e)],_0xb6fc63),_0x1fc7f2=AccessibilityModule['loadDriverExecuteParams'](null,_0xef21ce);_0x59a9ff=_0x1fc7f2?.[_0x3d394b(0x196)]||'',logger[_0x3d394b(0x18c)](_0x3d394b(0x16b)+_0x59a9ff+_0x3d394b(0x1e1)+_0xb6fc63);}catch(_0xdcf3eb){logger[_0x3d394b(0x242)](_0x3d394b(0xc6)+_0xdcf3eb[_0x3d394b(0x141)]);return;}}else _0x253aeb['tqVWh'](_0x235611[_0x3d394b(0x17e)],FRAMEWORKS[_0x3d394b(0x1fe)])?_0x59a9ff=_0x235611[_0x3d394b(0x1a7)]||'':(_0x59a9ff=this['getCapabilityValue'](_0x253aeb[_0x3d394b(0x2bd)])||'',!_0x59a9ff&&this[_0x3d394b(0x2e8)]()&&(_0x59a9ff=accessibilityHelper[_0x3d394b(0x1bd)]()));const _0x31a7d6=this[_0x3d394b(0x1d7)](_0x253aeb[_0x3d394b(0x1bb)])||this['accessibilityConfig'][this[_0x3d394b(0x20c)]]||null,_0xd8214c=process[_0x3d394b(0x104)][_0x3d394b(0x15a)]||'',_0x199d56=this['getParamsForScanForCli'](_0x549b93,_0x59a9ff,_0x31a7d6,_0xd8214c),_0x5b0f5a=_0x253aeb[_0x3d394b(0xc5)](_0x235611['testFramework'],_0x253aeb[_0x3d394b(0x259)])?await AccessibilityModule[_0x3d394b(0x133)](_0x253aeb[_0x3d394b(0x1af)],_0x59a9ff,_0xb6fc63):await AccessibilityModule[_0x3d394b(0x133)](_0x253aeb[_0x3d394b(0x1af)],_0x59a9ff);logger[_0x3d394b(0x1ef)](_0x3d394b(0x29e)+(_0x199d56?JSON['stringify'](_0x199d56):_0x253aeb[_0x3d394b(0x2f4)]));let _0x495a02=CLIUtils[_0x3d394b(0x265)](_0x199d56,_0x5b0f5a);if(this[_0x3d394b(0x2a7)]){const _0x586bc8=process[_0x3d394b(0x104)][_0x3d394b(0x2f1)]||'';_0x495a02[_0x3d394b(0x1ad)]&&(_0x495a02[_0x3d394b(0x2ab)]=_0x495a02[_0x3d394b(0x1ad)],delete _0x495a02[_0x3d394b(0x1ad)]),_0x495a02=Object[_0x3d394b(0x23b)]({},_0x495a02,{'authHeader':_0x495a02['authHeader']||_0x586bc8,'method':_0x549b93,'scanTimestamp':Date[_0x3d394b(0xee)]()[_0x3d394b(0x136)]()});}logger['info'](_0x3d394b(0x223)+(_0x495a02?JSON[_0x3d394b(0xe9)](_0x495a02):_0x253aeb[_0x3d394b(0x2f4)])),logger[_0x3d394b(0x18c)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x549b93);const _0x2a6146=this[_0x3d394b(0x2a7)]?_0x4f6b22:_0x5b90be,_0x4c88e5=await this[_0x3d394b(0x1c7)](_0x2a6146,_0x59a9ff,_0x549b93,_0x495a02,this[_0x3d394b(0x2a7)]);logger[_0x3d394b(0x18c)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x549b93+_0x3d394b(0x30f)+JSON['stringify'](_0x4c88e5));}catch(_0x591c26){logger['error'](_0x3d394b(0x1ce)+(_0x591c26['stack']||_0x591c26[_0x3d394b(0x141)]));}}[a106_0x4ed4c8(0x301)](){const _0x2dfd76=a106_0x4ed4c8;return this[_0x2dfd76(0x184)]();}[a106_0x4ed4c8(0xc8)](_0x488da4){const _0x43624b=a106_0x4ed4c8,_0x20c7bb=CLIUtils[_0x43624b(0x29a)]();this['accessibility']['set'](_0x20c7bb,_0x488da4);}async['initAccessibilityConfig'](_0x3f3ce3){const _0x1913b7=a106_0x4ed4c8,_0x481588={};_0x481588[_0x1913b7(0x2c6)]='unknown';const _0x4f51de=_0x481588;try{const _0x58b185=_0x3f3ce3['instance']||AutomationFramework[_0x1913b7(0x315)](),_0x5d07d7=_0x58b185?.[_0x1913b7(0xe5)]?.()?.[_0x1913b7(0x207)]?.(this[_0x1913b7(0x127)])||![];if(_0x5d07d7)return;PerformanceTester[_0x1913b7(0x186)](EVENTS[_0x1913b7(0x2d0)]);const _0x1a72dd=await GrpcClient[_0x1913b7(0x251)]()[_0x1913b7(0x1ae)](_0x3f3ce3);_0x1a72dd&&_0x1a72dd['getAccessibility']&&_0x1a72dd[_0x1913b7(0x31e)]()&&_0x1a72dd['getAccessibility']()['getSuccess']()?(await this['loadAccessibilityConfig'](_0x1a72dd,_0x3f3ce3),_0x58b185?.[_0x1913b7(0xe5)]&&_0x58b185[_0x1913b7(0xe5)]()['set'](this['KEY_INIT'],!![]),logger[_0x1913b7(0x18c)](_0x1913b7(0xdd)+(_0x58b185?.[_0x1913b7(0x271)]?.()||_0x4f51de[_0x1913b7(0x2c6)])+_0x1913b7(0x273))):logger[_0x1913b7(0x18c)](_0x1913b7(0xdd)+(_0x58b185?.[_0x1913b7(0x271)]?.()||_0x4f51de[_0x1913b7(0x2c6)])+_0x1913b7(0x275)),PerformanceTester[_0x1913b7(0x2e7)](EVENTS[_0x1913b7(0x2d0)]);}catch(_0x4b67d2){PerformanceTester[_0x1913b7(0x2e7)](EVENTS[_0x1913b7(0x2d0)],![],_0x4b67d2['message']),logger['error'](_0x1913b7(0x2ff)+(_0x4b67d2[_0x1913b7(0xf1)]||_0x4b67d2[_0x1913b7(0x141)]));}}async[a106_0x4ed4c8(0x2d1)](_0x169d20,_0x327a13){const _0x3e8a68=a106_0x4ed4c8;await this[_0x3e8a68(0x279)](_0x169d20,_0x327a13);const _0x493d07=_0x169d20[_0x3e8a68(0x31e)]()[_0x3e8a68(0x16c)]();if(_0x493d07){const _0x12fbc7=_0x169d20[_0x3e8a68(0x309)]&&_0x169d20['getTesthub']();_0x12fbc7&&(this[_0x3e8a68(0x135)][this[_0x3e8a68(0x20c)]]=_0x12fbc7[_0x3e8a68(0xf3)]&&_0x12fbc7['getBuildId']());}}['shouldScanForCommand'](_0x4a682e){const _0x35e4b8=a106_0x4ed4c8,_0x440443={};_0x440443[_0x35e4b8(0x249)]=function(_0x2a9202,_0x5a5c4d){return _0x2a9202===_0x5a5c4d;};const _0x42ea8c=_0x440443;try{if(!_0x4a682e)return![];const _0x1b7c20=this['accessibilityConfig']?.[_0x35e4b8(0x1c5)]?.[_0x35e4b8(0x17b)]?.[_0x35e4b8(0x1b1)]||[],_0x10d4a3=_0x1b7c20['some'](_0x1d804e=>{const _0x172aa1=_0x35e4b8;return _0x1d804e['name']&&_0x42ea8c[_0x172aa1(0x249)](_0x1d804e[_0x172aa1(0x1bf)][_0x172aa1(0x1f8)](),_0x4a682e[_0x172aa1(0x1f8)]());});return logger[_0x35e4b8(0x18c)](_0x35e4b8(0x118)+_0x4a682e+_0x35e4b8(0x167)+_0x10d4a3+_0x35e4b8(0x2fb)+JSON['stringify'](_0x1b7c20[_0x35e4b8(0x16a)](_0x48b917=>_0x48b917['name']))),_0x10d4a3;}catch(_0x233aa5){return logger['debug'](_0x35e4b8(0x2cb)+_0x233aa5[_0x35e4b8(0x141)]),![];}}[a106_0x4ed4c8(0x262)](_0x2e461c){const _0x41ccb5=a106_0x4ed4c8,_0x6e1da8={};_0x6e1da8[_0x41ccb5(0x103)]=function(_0x9180cb,_0x4909f7){return _0x9180cb===_0x4909f7;},_0x6e1da8[_0x41ccb5(0x293)]=_0x41ccb5(0x123),_0x6e1da8[_0x41ccb5(0x278)]=_0x41ccb5(0x156);const _0x2a5ae6=_0x6e1da8,_0x363283=_0x2e461c['getScript']&&_0x2e461c[_0x41ccb5(0xfe)]();return _0x363283&&_0x2a5ae6[_0x41ccb5(0x103)](typeof _0x363283,_0x2a5ae6[_0x41ccb5(0x293)])&&_0x363283['includes'](_0x2a5ae6[_0x41ccb5(0x278)]);}['isAccessibilityScriptCommand'](_0x590496){const _0x40b12f=a106_0x4ed4c8,_0x237e85={};_0x237e85['VREVA']=function(_0x1168f6,_0x4fa291){return _0x1168f6!==_0x4fa291;},_0x237e85[_0x40b12f(0x124)]=_0x40b12f(0x123),_0x237e85[_0x40b12f(0xd1)]='accessibility',_0x237e85[_0x40b12f(0x31f)]=_0x40b12f(0x1ff),_0x237e85[_0x40b12f(0x322)]='getResults',_0x237e85[_0x40b12f(0x23f)]=_0x40b12f(0x2cf);const _0x1bc757=_0x237e85,_0x5e21d7=_0x590496[_0x40b12f(0xfe)]&&_0x590496[_0x40b12f(0xfe)]();if(!_0x5e21d7||_0x1bc757['VREVA'](typeof _0x5e21d7,_0x1bc757[_0x40b12f(0x124)]))return![];return _0x5e21d7[_0x40b12f(0xf8)](_0x1bc757[_0x40b12f(0xd1)])||_0x5e21d7['includes'](_0x1bc757['eqlAE'])||_0x5e21d7[_0x40b12f(0xf8)](_0x1bc757[_0x40b12f(0x322)])||_0x5e21d7[_0x40b12f(0xf8)](_0x1bc757['mVcfh']);}[a106_0x4ed4c8(0x2e8)](){const _0x4fe578=a106_0x4ed4c8,_0x3e7986={'qiNSG':function(_0x47484e,_0x4ecc08){return _0x47484e===_0x4ecc08;},'SWPan':_0x4fe578(0x1a6),'KgNlB':function(_0x230406,_0x59a0cf){return _0x230406(_0x59a0cf);},'gKtnb':_0x4fe578(0x20b),'iviJe':_0x4fe578(0x1e8),'xPmIm':_0x4fe578(0x208),'khywX':function(_0x5c90b4,_0x24438f){return _0x5c90b4(_0x24438f);},'raxNM':_0x4fe578(0xe8)};try{const _0x5984bd=this[_0x4fe578(0x135)]?.[_0x4fe578(0x1c5)]?.[_0x4fe578(0xd7)]||[],_0x3b5ba8=_0x2f0d8d=>{const _0x2de196=_0x4fe578,_0x26900e=_0x5984bd['find'](_0x34faab=>(typeof _0x34faab['getName']===_0x2de196(0x1a6)?_0x34faab[_0x2de196(0x2f0)]():_0x34faab[_0x2de196(0x1bf)])===_0x2f0d8d);return _0x26900e?_0x3e7986[_0x2de196(0x2ce)](typeof _0x26900e[_0x2de196(0x152)],_0x3e7986[_0x2de196(0x24b)])?_0x26900e[_0x2de196(0x152)]():_0x26900e[_0x2de196(0x238)]:null;},_0x217c77=_0x3e7986[_0x4fe578(0x22b)](_0x3b5ba8,_0x3e7986[_0x4fe578(0x139)]),_0x5e6dd3=_0x3e7986['KgNlB'](_0x3b5ba8,_0x3e7986[_0x4fe578(0x311)]),_0x5f379c=global['isMobilePlatform']||_0x217c77&&_0x3e7986[_0x4fe578(0x2ce)](_0x3e7986[_0x4fe578(0x22b)](String,_0x217c77)[_0x4fe578(0x1f8)](),_0x3e7986[_0x4fe578(0x28d)])&&_0x5e6dd3&&_0x3e7986[_0x4fe578(0x2c5)](String,_0x5e6dd3)[_0x4fe578(0x1f8)]()[_0x4fe578(0xf8)](_0x3e7986[_0x4fe578(0x26d)]);if(!_0x5f379c)return![];if(!accessibilityHelper[_0x4fe578(0x1c8)]())return!this['_mobileScanningDisabledLogged']&&(logger[_0x4fe578(0x1c3)](accessibilityHelper[_0x4fe578(0x27b)]),this[_0x4fe578(0x264)]=!![]),![];return!![];}catch(_0x88c204){return logger[_0x4fe578(0x18c)](_0x4fe578(0x1fd)+_0x88c204[_0x4fe578(0x141)]),![];}}['getParamsForScanForCli'](_0x4c9872,_0x3aaf0e,_0x43e396,_0x4f533b){const _0x2c0004=a106_0x4ed4c8,_0x5c1cc8={};_0x5c1cc8[_0x2c0004(0x19d)]=function(_0x189868,_0x17360c){return _0x189868||_0x17360c;},_0x5c1cc8['xUwgK']=function(_0x486efc,_0x1edfc7){return _0x486efc&&_0x1edfc7;},_0x5c1cc8[_0x2c0004(0x180)]=function(_0x83d58d,_0x107d0c){return _0x83d58d||_0x107d0c;},_0x5c1cc8[_0x2c0004(0x1ec)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x63110f=_0x5c1cc8;let _0x3ee7f0=_0x63110f[_0x2c0004(0x19d)](_0x3aaf0e,'');const _0x3883ef=!this[_0x2c0004(0x2a7)]&&this[_0x2c0004(0x2e8)]();_0x63110f[_0x2c0004(0x15c)](_0x3883ef,!_0x3ee7f0)&&(_0x3ee7f0=accessibilityHelper['resolveMobileThTestRunUuid']());const _0xfee9f8={'command':_0x4c9872,'thTestRunUuid':_0x3ee7f0,'thBuildUuid':_0x63110f['LsNik'](_0x43e396,''),'thJwtToken':_0x63110f['LsNik'](_0x4f533b,''),'timestamp':new Date()[_0x2c0004(0x2b0)]()};return _0x3883ef&&(_0xfee9f8['is_mobile_session']=!![],logger[_0x2c0004(0x18c)](_0x63110f[_0x2c0004(0x1ec)])),_0xfee9f8;}[a106_0x4ed4c8(0x22f)](_0x26de9a){const _0x19cf4e=a106_0x4ed4c8,_0x3445b7={};_0x3445b7['BjhBy']=function(_0x18d50c,_0x2c6969){return _0x18d50c||_0x2c6969;};const _0x58ba20=_0x3445b7;try{const _0x1df13a=this[_0x19cf4e(0x135)]?.['options']?.['scriptsList']||[],_0x337799=_0x1df13a[_0x19cf4e(0x146)](_0x166398=>_0x166398[_0x19cf4e(0x1bf)]===_0x26de9a);return _0x58ba20[_0x19cf4e(0x2f7)](_0x337799,null);}catch(_0x45b7f9){return logger[_0x19cf4e(0x18c)](_0x19cf4e(0x2b1)+_0x26de9a+':\x20'+_0x45b7f9['message']),null;}}async[a106_0x4ed4c8(0x163)](_0x967e2c,_0xaad978,_0x129a29=null){const _0x3d7cd9=a106_0x4ed4c8,_0x4b9d3c={'fnsgt':function(_0x154da5,_0x34323d){return _0x154da5(_0x34323d);},'sLYuD':_0x3d7cd9(0xce)};try{if(!_0x967e2c)return logger['debug'](_0x3d7cd9(0xea)+_0xaad978),null;const _0x31ed2a=this['getScriptByName'](_0xaad978);if(!_0x31ed2a||!_0x31ed2a['command'])return logger['debug'](_0x3d7cd9(0x1b3)+_0xaad978+_0x3d7cd9(0x110)),null;logger['debug']('Executing\x20'+_0xaad978+_0x3d7cd9(0x1da));const _0x515984=_0x4b9d3c[_0x3d7cd9(0x323)](require,_0x4b9d3c[_0x3d7cd9(0x306)]),_0x332578=_0x129a29?await _0x515984['browserStackEvaluate'](_0x967e2c,_0x31ed2a[_0x3d7cd9(0x30a)],_0x129a29):await _0x515984[_0x3d7cd9(0x2b4)](_0x967e2c,_0x31ed2a[_0x3d7cd9(0x30a)]);return _0x332578;}catch(_0x4ec304){return logger[_0x3d7cd9(0x242)](_0x3d7cd9(0x2e9)+_0xaad978+':\x20'+(_0x4ec304[_0x3d7cd9(0xf1)]||_0x4ec304[_0x3d7cd9(0x141)])),null;}}async[a106_0x4ed4c8(0x1c7)](_0x4bd44c,_0x1090bf,_0x52ef21,_0x1d90c1,_0x41e1ee,_0x15a604=a106_0x4ed4c8(0x1c1)){const _0x2d3d35=a106_0x4ed4c8,_0x539a78={'WwyKT':function(_0x4abfaf,_0x44641c){return _0x4abfaf===_0x44641c;},'nUVPT':_0x2d3d35(0x1c1),'HxUfy':function(_0x1ea6bd,_0x16e809){return _0x1ea6bd(_0x16e809);},'EGYiy':'../../playwright/accessibility-helper','XHPtR':function(_0x594938,_0x29f89c){return _0x594938(_0x29f89c);}};try{logger[_0x2d3d35(0x18c)](_0x2d3d35(0x162)+_0x52ef21+_0x2d3d35(0x1e5)+_0x15a604+_0x2d3d35(0x205)+_0x41e1ee);const _0x7cdf61=this[_0x2d3d35(0x22f)](_0x15a604);if(!_0x7cdf61||!_0x7cdf61[_0x2d3d35(0x30a)]){logger['debug'](_0x2d3d35(0x1c4)+_0x15a604+_0x2d3d35(0x2cd));return;}if(_0x41e1ee){if(_0x4bd44c[BSTACK_SCAN_IN_PROGRESS]){logger[_0x2d3d35(0x18c)](_0x2d3d35(0x12a)+_0x52ef21);return;}return await PerformanceTester[_0x2d3d35(0x240)](PerformanceA11yEvents[_0x2d3d35(0x1cd)],async()=>{const _0x4c5805=_0x2d3d35;let _0x2f2bb1=_0x7cdf61[_0x4c5805(0x30a)];_0x2f2bb1[_0x4c5805(0xf8)]('%s')&&(_0x2f2bb1=_0x2f2bb1[_0x4c5805(0x187)]('%s',JSON[_0x4c5805(0xe9)](_0x1d90c1)));logger[_0x4c5805(0x18c)](_0x4c5805(0x210)+_0x52ef21),_0x4bd44c[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x3e996a=await _0x4bd44c[_0x4c5805(0x181)](_0x2f2bb1);return logger[_0x4c5805(0x1ef)](_0x4c5805(0x313)+_0x52ef21+':\x20'+util['format'](_0x3e996a)),_0x3e996a;}finally{_0x4bd44c[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x52ef21})();}if(_0x539a78[_0x2d3d35(0x26a)](_0x15a604,_0x539a78[_0x2d3d35(0x325)])){const _0x49a721=_0x539a78[_0x2d3d35(0x1d3)](require,_0x539a78[_0x2d3d35(0x286)]),_0x211094={};_0x211094[_0x2d3d35(0x30a)]=_0x52ef21;const _0x5ee155=await PerformanceTester[_0x2d3d35(0x240)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x37aacc=_0x2d3d35;return await _0x49a721[_0x37aacc(0x2b4)](_0x4bd44c,_0x7cdf61['command'],_0x1d90c1);},_0x211094)();return logger[_0x2d3d35(0x1ef)]('Page\x20'+_0x15a604+_0x2d3d35(0xc7)+_0x52ef21+':\x20'+util[_0x2d3d35(0x1ea)](_0x5ee155)),_0x5ee155;}const _0x46b768=_0x539a78[_0x2d3d35(0x24e)](require,_0x539a78[_0x2d3d35(0x286)]),_0x3c3a62=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2d3d35(0x2b6)],async()=>{const _0x29e434=_0x2d3d35;return await _0x46b768['browserStackEvaluate'](_0x4bd44c,_0x7cdf61[_0x29e434(0x30a)],_0x1d90c1);})();return logger[_0x2d3d35(0x1ef)](_0x2d3d35(0xfa)+_0x15a604+_0x2d3d35(0xc7)+_0x52ef21+':\x20'+util[_0x2d3d35(0x1ea)](_0x3c3a62)),_0x3c3a62;}catch(_0x17eff5){logger[_0x2d3d35(0x242)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x15a604+':\x20'+(_0x17eff5['stack']||_0x17eff5[_0x2d3d35(0x141)]));}}async[a106_0x4ed4c8(0x2c7)](_0x43274d){const _0x56ba0e=a106_0x4ed4c8,_0x2f6422={'FhZOi':function(_0x2cb416,_0x2e12bd){return _0x2cb416(_0x2e12bd);},'uxwUM':_0x56ba0e(0x1a8)};try{const _0x3fdce9=_0x2f6422['FhZOi'](require,_0x2f6422['uxwUM']);return await _0x3fdce9[_0x56ba0e(0x2a1)](_0x43274d);}catch(_0x4bcee2){return logger[_0x56ba0e(0x242)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x4bcee2[_0x56ba0e(0xf1)]||_0x4bcee2[_0x56ba0e(0x141)])),![];}}['processAccessibilityCaps'](_0x5cf2f1,_0x3d851e,_0x5d54bd){const _0x4e92ea=a106_0x4ed4c8,_0x87aa87={'byEEP':function(_0x18400a,_0x1bcd78){return _0x18400a(_0x1bcd78);},'OjUqn':'../../playwright/accessibility-helper','ULLVC':'\x22browserstack.user\x22:\x22[REDACTED]\x22','SONKG':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x30c4f8=_0x87aa87[_0x4e92ea(0x237)](require,_0x87aa87[_0x4e92ea(0xe7)]);_0x30c4f8['processAccessibilityCaps'](_0x5cf2f1,_0x3d851e,_0x5d54bd);const _0x39f006=JSON[_0x4e92ea(0xe9)](_0x5cf2f1)[_0x4e92ea(0x187)](/"browserstack\.user":"[^"]*"/g,_0x87aa87[_0x4e92ea(0x1ab)])[_0x4e92ea(0x187)](/"browserstack\.key":"[^"]*"/g,_0x87aa87[_0x4e92ea(0x2d3)]);logger[_0x4e92ea(0x18c)](_0x4e92ea(0x10c)+global[_0x4e92ea(0x211)]+'\x20'+_0x39f006);}catch(_0x280f78){logger[_0x4e92ea(0x242)](_0x4e92ea(0x241)+(_0x280f78[_0x4e92ea(0xf1)]||_0x280f78[_0x4e92ea(0x141)]));}}async[a106_0x4ed4c8(0x2d9)]({fetchFn:_0x41c948,isNonEmpty:_0x388be3,resultDetail:_0x455442,totalMs:_0x3c9157,intervalMs:_0x75b3de,name:_0x379e4b}){const _0x5f4d1b=a106_0x4ed4c8,_0x1f2ecf={'pXjzm':function(_0xb2505e,_0x30c589){return _0xb2505e+_0x30c589;},'WvQjY':function(_0x4129e0,_0x42bbb9){return _0x4129e0<_0x42bbb9;},'RfnXZ':function(_0x1dd9a0){return _0x1dd9a0();},'wDWvM':function(_0xcb82f6,_0x185af4){return _0xcb82f6(_0x185af4);},'ObWqq':function(_0x33255e,_0x952d54){return _0x33255e(_0x952d54);},'PyjxO':function(_0x340955,_0x4c7194){return _0x340955>=_0x4c7194;},'HQelI':function(_0x346e69,_0x2b0ff0){return _0x346e69-_0x2b0ff0;}},_0x1cdf3b=Date[_0x5f4d1b(0xee)](),_0x55b4f7=_0x1f2ecf[_0x5f4d1b(0x314)](_0x1cdf3b,_0x3c9157);let _0x3153a2=0x0,_0x4c9767=null,_0x580471=![];while(_0x1f2ecf['WvQjY'](Date[_0x5f4d1b(0xee)](),_0x55b4f7)){_0x3153a2++,_0x4c9767=await _0x1f2ecf[_0x5f4d1b(0x131)](_0x41c948),_0x580471=_0x1f2ecf['wDWvM'](_0x388be3,_0x4c9767),logger[_0x5f4d1b(0x18c)]('['+_0x379e4b+_0x5f4d1b(0x11e)+_0x3153a2+'\x20'+_0x1f2ecf[_0x5f4d1b(0x2b2)](_0x455442,_0x4c9767));if(_0x580471)break;if(_0x1f2ecf[_0x5f4d1b(0x268)](_0x1f2ecf[_0x5f4d1b(0x314)](Date['now'](),_0x75b3de),_0x55b4f7))break;await new Promise(_0x468086=>setTimeout(_0x468086,_0x75b3de));}return!_0x580471&&logger[_0x5f4d1b(0x1c3)]('['+_0x379e4b+_0x5f4d1b(0x266)+_0x3153a2+'x\x20over\x20'+_0x1f2ecf['HQelI'](Date[_0x5f4d1b(0xee)](),_0x1cdf3b)+_0x5f4d1b(0x183)+_0x1f2ecf['wDWvM'](_0x455442,_0x4c9767)+_0x5f4d1b(0x121)),_0x4c9767;}async[a106_0x4ed4c8(0x13a)](_0x5977f1,_0x5439ba){const _0x8ddb73=a106_0x4ed4c8,_0x27e95c={};_0x27e95c[_0x8ddb73(0x189)]=_0x8ddb73(0x326),_0x27e95c['qickD']='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary',_0x27e95c[_0x8ddb73(0x1d5)]=_0x8ddb73(0x14a),_0x27e95c[_0x8ddb73(0x1e0)]=_0x8ddb73(0x147);const _0x2516cb=_0x27e95c;try{const _0x18d143=process[_0x8ddb73(0x104)][_0x8ddb73(0x2e2)]||'';logger[_0x8ddb73(0x1ef)](_0x8ddb73(0x217)+_0x18d143+_0x8ddb73(0x239)+_0x5439ba+',\x20sessionId='+_0x5977f1);const _0x1e8be9=await GrpcClient[_0x8ddb73(0x251)]()[_0x8ddb73(0x19a)](_0x18d143,_0x5439ba,_0x5977f1,_0x2516cb[_0x8ddb73(0x189)]);if(!_0x1e8be9||!_0x1e8be9[_0x8ddb73(0xf0)])return logger['warn'](_0x2516cb[_0x8ddb73(0x17a)]),[];const _0x5e368d=_0x1e8be9[_0x8ddb73(0xf0)](),_0x325c8e=Buffer[_0x8ddb73(0x2ba)](_0x5e368d)['toString'](_0x2516cb[_0x8ddb73(0x1d5)])[_0x8ddb73(0x18f)]();if(!_0x325c8e)return logger[_0x8ddb73(0x1c3)](_0x2516cb[_0x8ddb73(0x1e0)]),[];return JSON[_0x8ddb73(0x169)](_0x325c8e);}catch(_0x10e848){return logger[_0x8ddb73(0x242)](_0x8ddb73(0x1de)+(_0x10e848['stack']||_0x10e848[_0x8ddb73(0x141)])),[];}}async['getAppAccessibilityResultsSummary'](_0x262f85,_0xa51efb){const _0x694a91=a106_0x4ed4c8,_0x30a2fe={};_0x30a2fe[_0x694a91(0xfc)]=_0x694a91(0x288),_0x30a2fe[_0x694a91(0x21f)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary',_0x30a2fe[_0x694a91(0x197)]='utf-8',_0x30a2fe[_0x694a91(0x188)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x46bf94=_0x30a2fe;try{const _0x2b83a6=process[_0x694a91(0x104)][_0x694a91(0x2e2)]||'';logger[_0x694a91(0x1ef)](_0x694a91(0x27e)+_0x2b83a6+_0x694a91(0x239)+_0xa51efb+_0x694a91(0x24d)+_0x262f85);const _0x57b08b=await GrpcClient[_0x694a91(0x251)]()['accessibilityResult'](_0x2b83a6,_0xa51efb,_0x262f85,_0x46bf94[_0x694a91(0xfc)]);if(!_0x57b08b||!_0x57b08b['getResultResponse'])return logger[_0x694a91(0x1c3)](_0x46bf94[_0x694a91(0x21f)]),{};const _0x224667=_0x57b08b['getResultResponse'](),_0x4267bc=Buffer[_0x694a91(0x2ba)](_0x224667)[_0x694a91(0x136)](_0x46bf94[_0x694a91(0x197)])[_0x694a91(0x18f)]();if(!_0x4267bc)return logger['warn'](_0x46bf94[_0x694a91(0x188)]),{};return JSON['parse'](_0x4267bc);}catch(_0x2b753e){return logger[_0x694a91(0x242)](_0x694a91(0x28e)+(_0x2b753e[_0x694a91(0xf1)]||_0x2b753e[_0x694a91(0x141)])),{};}}async[a106_0x4ed4c8(0x1b6)](_0x43f0ff){const _0x15c514=a106_0x4ed4c8,_0x146d51={};_0x146d51[_0x15c514(0x1df)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x146d51[_0x15c514(0x227)]=function(_0x41d4da,_0x51f29f){return _0x41d4da>_0x51f29f;},_0x146d51['IfpjQ']=_0x15c514(0x23d);const _0x5d6dec=_0x146d51;try{if(!this[_0x15c514(0x184)]())return logger['warn'](_0x5d6dec[_0x15c514(0x1df)]),[];const _0x4bd956=this[_0x15c514(0x2e8)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x15c514(0x1bd)]()}:{};_0x5d6dec[_0x15c514(0x227)](Object[_0x15c514(0x155)](_0x4bd956)[_0x15c514(0x1a1)],0x0)&&logger[_0x15c514(0x18c)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x15c514(0xe9)](_0x4bd956));const _0x1cdae7=await this[_0x15c514(0x2d9)]({'fetchFn':()=>Object[_0x15c514(0x155)](_0x4bd956)[_0x15c514(0x1a1)]>0x0?this['executeScriptByName'](_0x43f0ff,_0x15c514(0x326),_0x4bd956):this['executeScriptByName'](_0x43f0ff,_0x15c514(0x326)),'isNonEmpty':_0x3553ab=>Array[_0x15c514(0x14c)](_0x3553ab)&&_0x3553ab[_0x15c514(0x1a1)]>0x0,'resultDetail':_0x35f85d=>'count='+(Array['isArray'](_0x35f85d)?_0x35f85d['length']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5d6dec[_0x15c514(0x1be)]});return _0x1cdae7||[];}catch(_0x148378){return logger[_0x15c514(0x242)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x148378['stack']||_0x148378[_0x15c514(0x141)])),[];}}async[a106_0x4ed4c8(0x304)](_0x15d014){const _0x1ce8c3=a106_0x4ed4c8,_0x4a3b3c={'oFKwj':function(_0x191f10,_0x2ac9b0,_0x50faef){return _0x191f10(_0x2ac9b0,_0x50faef);},'WjrNV':_0x1ce8c3(0x1c1),'mnorP':function(_0x4eabfb,_0x416706){return _0x4eabfb(_0x416706);},'tqhsb':_0x1ce8c3(0x288),'LnpFO':_0x1ce8c3(0x216),'LSunN':_0x1ce8c3(0x27f),'KVBEy':function(_0x394689,_0x51a226){return _0x394689===_0x51a226;},'nIfjq':_0x1ce8c3(0x2e0),'ixWRf':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','FJarH':_0x1ce8c3(0xf2),'boUyG':_0x1ce8c3(0x160),'rNAdj':'getAccessibilityResultsSummary','NWkIQ':'test_run_id','jNFlI':'Performing\x20scan\x20before\x20getting\x20results\x20summary','IduOA':_0x1ce8c3(0x2d8),'fVtjW':_0x1ce8c3(0x296),'HGOXR':_0x1ce8c3(0xe3),'xGpkj':_0x1ce8c3(0xda)};try{if(!this[_0x1ce8c3(0x184)]())return logger[_0x1ce8c3(0x1c3)](_0x4a3b3c['LnpFO']),{};const _0x18004d=_0x4a3b3c[_0x1ce8c3(0x14e)](require,_0x4a3b3c['LSunN']),_0x2c8cea=_0x18004d[_0x1ce8c3(0x2a0)](),_0x3d800f=_0x4a3b3c['KVBEy'](_0x2c8cea?.[_0x1ce8c3(0x1bf)]?.[_0x1ce8c3(0x1f8)](),_0x4a3b3c[_0x1ce8c3(0x274)]);let _0x5d94aa='',_0x1b9a6b=null,_0x2fca10=null;if(_0x3d800f){_0x1b9a6b=global['__jestCurrentTestIdentifier']||global[_0x1ce8c3(0xc9)]?.['currentTest']?.['testAnalyticsId']||global[_0x1ce8c3(0xc9)]?.[_0x1ce8c3(0x287)]?.['id'];if(!_0x1b9a6b)return logger[_0x1ce8c3(0x1c3)](_0x4a3b3c[_0x1ce8c3(0x1f0)]),{};try{const _0x235d10=await GrpcClient['getInstance']()[_0x1ce8c3(0x253)](process['env'][_0x1ce8c3(0x2e2)],_0x4a3b3c[_0x1ce8c3(0x283)],_0x4a3b3c[_0x1ce8c3(0x23a)],_0x1b9a6b),_0x4f5653=AccessibilityModule[_0x1ce8c3(0x15b)](null,_0x235d10);_0x5d94aa=_0x4f5653?.[_0x1ce8c3(0x196)]||'',logger[_0x1ce8c3(0x18c)](_0x1ce8c3(0x2be)+_0x5d94aa+_0x1ce8c3(0x1e1)+_0x1b9a6b);const _0x13b3f3=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x4a3b3c['tqhsb'],_0x5d94aa,_0x1b9a6b),_0x4fc841=this[_0x1ce8c3(0x1d7)](_0x4a3b3c[_0x1ce8c3(0x16f)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x177d90=process['env'][_0x1ce8c3(0x15a)]||'',_0x4c5cff=this[_0x1ce8c3(0x308)](_0x4a3b3c[_0x1ce8c3(0x2fa)],_0x5d94aa,_0x4fc841,_0x177d90);_0x2fca10=_0x18004d['mergeObject'](_0x4c5cff,_0x13b3f3),logger[_0x1ce8c3(0x18c)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON['stringify'](_0x2fca10));}catch(_0x151f4b){return logger[_0x1ce8c3(0x242)](_0x1ce8c3(0xca)+_0x151f4b[_0x1ce8c3(0x141)]),{};}}else{_0x5d94aa=this['getCapabilityValue'](_0x4a3b3c[_0x1ce8c3(0x2bf)])||'';!_0x5d94aa&&this[_0x1ce8c3(0x2e8)]()&&(_0x5d94aa=accessibilityHelper[_0x1ce8c3(0x1bd)]());const _0x236515=this[_0x1ce8c3(0x1d7)](_0x4a3b3c[_0x1ce8c3(0x16f)])||this['accessibilityConfig'][this[_0x1ce8c3(0x20c)]]||null,_0x90f649=process[_0x1ce8c3(0x104)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x2fca10=this[_0x1ce8c3(0x308)](_0x4a3b3c[_0x1ce8c3(0x2fa)],_0x5d94aa,_0x236515,_0x90f649);}logger[_0x1ce8c3(0x18c)](_0x4a3b3c[_0x1ce8c3(0x225)]);const _0x2f0909=0x15f90,_0x49a46b=0x1388;try{await PerformanceTester[_0x1ce8c3(0x240)](PerformanceA11yEvents[_0x1ce8c3(0x1cd)],async()=>{const _0x26d849=_0x1ce8c3,_0x360980=this[_0x26d849(0x163)](_0x15d014,_0x4a3b3c[_0x26d849(0x2c2)],_0x2fca10);let _0x580a82;const _0x4a79cd=new Promise((_0xd0de37,_0x302de4)=>{const _0x334e24=_0x26d849;_0x580a82=_0x4a3b3c['oFKwj'](setTimeout,()=>_0x302de4(new Error(_0x334e24(0x246)+_0x2f0909+'ms')),_0x2f0909);});try{const _0x5b8805=await Promise[_0x26d849(0x13e)]([_0x360980,_0x4a79cd]);logger[_0x26d849(0x18c)](_0x26d849(0xd2)+util[_0x26d849(0x1ea)](_0x5b8805));}finally{_0x4a3b3c[_0x26d849(0x14e)](clearTimeout,_0x580a82);}},{'command':_0x4a3b3c['rNAdj']})();}catch(_0x1ed812){logger[_0x1ce8c3(0x1c3)](_0x1ce8c3(0x282)+_0x1ed812[_0x1ce8c3(0x141)]+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global[_0x1ce8c3(0x2df)]={'reason':_0x4a3b3c[_0x1ce8c3(0x24a)],'at':Date['now'](),'where':_0x4a3b3c[_0x1ce8c3(0x10e)]},await new Promise(_0x29c237=>setTimeout(_0x29c237,_0x49a46b)),logger['debug'](_0x1ce8c3(0x2d7)+_0x49a46b+_0x1ce8c3(0xd9));}const _0x2e4705=await this[_0x1ce8c3(0x2d9)]({'fetchFn':()=>PerformanceTester[_0x1ce8c3(0x240)](PerformanceA11yEvents[_0x1ce8c3(0x1a2)],async()=>{const _0x22d05e=_0x1ce8c3;return await this[_0x22d05e(0x163)](_0x15d014,_0x4a3b3c[_0x22d05e(0x23a)],_0x2fca10);})(),'isNonEmpty':_0x39491d=>_0x39491d&&typeof _0x39491d[_0x1ce8c3(0x250)]===_0x1ce8c3(0x16e)&&_0x39491d[_0x1ce8c3(0x250)]>0x0,'resultDetail':_0x5af8bf=>_0x1ce8c3(0x203)+(_0x5af8bf&&typeof _0x5af8bf[_0x1ce8c3(0x250)]===_0x1ce8c3(0x16e)?_0x5af8bf[_0x1ce8c3(0x250)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x4a3b3c[_0x1ce8c3(0x10e)]});if(!_0x2e4705)return logger[_0x1ce8c3(0x18c)](_0x4a3b3c['HGOXR']),{};return _0x4a3b3c['KVBEy'](typeof _0x2e4705,_0x4a3b3c['xGpkj'])&&global[_0x1ce8c3(0x2df)]&&(_0x2e4705[_0x1ce8c3(0x14d)]=!![],_0x2e4705[_0x1ce8c3(0x114)]=global[_0x1ce8c3(0x2df)][_0x1ce8c3(0x2c1)]),_0x2e4705;}catch(_0x7afff7){return logger[_0x1ce8c3(0x242)](_0x1ce8c3(0x20d)+(_0x7afff7[_0x1ce8c3(0xf1)]||_0x7afff7[_0x1ce8c3(0x141)])),{};}}async[a106_0x4ed4c8(0x1fb)](_0x171ebf,_0x19f562,_0x5dcd2f=null){const _0x5dda27=a106_0x4ed4c8,_0x2bdb8d={};_0x2bdb8d['RhHsP']=_0x5dda27(0x1e7),_0x2bdb8d[_0x5dda27(0x327)]=_0x5dda27(0xdb),_0x2bdb8d['fgIJn']='Executing\x20accessibility\x20script\x20on\x20page';const _0x4aee07=_0x2bdb8d;try{if(!_0x171ebf)return logger[_0x5dda27(0x18c)](_0x4aee07[_0x5dda27(0x10f)]),null;if(!_0x19f562)return logger[_0x5dda27(0x18c)](_0x4aee07[_0x5dda27(0x327)]),null;logger[_0x5dda27(0x18c)](_0x4aee07[_0x5dda27(0x276)]);const _0x35cff5=_0x5dcd2f?await _0x171ebf[_0x5dda27(0x2c0)](_0x19f562,_0x5dcd2f):await _0x171ebf['evaluate'](_0x19f562);return _0x35cff5;}catch(_0x846aed){return logger[_0x5dda27(0x242)](_0x5dda27(0x290)+(_0x846aed[_0x5dda27(0xf1)]||_0x846aed['message'])),null;}}static[a106_0x4ed4c8(0x15b)](_0x4c25dc,_0x175e5c){const _0x3e5fa5=a106_0x4ed4c8,_0x3e7021={};_0x3e7021[_0x3e5fa5(0x28f)]=_0x3e5fa5(0x14a);const _0x18212c=_0x3e7021,_0x54a000={};_0x54a000[_0x3e5fa5(0x196)]=_0x4c25dc;const _0x34e21f=_0x54a000;let _0x4cc5a2={};if(_0x175e5c['getSuccess']()&&_0x175e5c[_0x3e5fa5(0x277)]())try{_0x4cc5a2=JSON[_0x3e5fa5(0x169)](Buffer['from'](_0x175e5c[_0x3e5fa5(0x1b0)]())[_0x3e5fa5(0x136)](_0x18212c['TDcNl']));}catch(_0x44eb76){logger['error'](_0x3e5fa5(0x2d6)+_0x44eb76[_0x3e5fa5(0x141)]),_0x4cc5a2={};}return CLIUtils[_0x3e5fa5(0x265)](_0x34e21f,_0x4cc5a2);}static async[a106_0x4ed4c8(0x133)](_0x3dc3ba,_0x5da4ce='',_0x18c619=null){const _0x43fd60=a106_0x4ed4c8,_0xa1a589={};_0xa1a589['PYngg']=_0x43fd60(0x1b5),_0xa1a589['EHWlM']=_0x43fd60(0xf2);const _0xd30ae1=_0xa1a589;try{if(!_0x18c619&&AccessibilityModule[_0x43fd60(0x25f)])return AccessibilityModule[_0x43fd60(0x229)];if(!process[_0x43fd60(0x104)][_0x43fd60(0x2e2)])return logger[_0x43fd60(0x242)](_0xd30ae1[_0x43fd60(0x1d2)]),{};const _0xa7bb20=await GrpcClient['getInstance']()[_0x43fd60(0x253)](process['env'][_0x43fd60(0x2e2)],_0xd30ae1['EHWlM'],_0x3dc3ba,_0x18c619),_0x4c971e=_0x18c619?AccessibilityModule[_0x43fd60(0x15b)](null,_0xa7bb20)?.['thTestRunUuid']||_0x5da4ce:_0x5da4ce,_0x119c6b=AccessibilityModule[_0x43fd60(0x15b)](_0x4c971e,_0xa7bb20);return!_0x18c619&&(AccessibilityModule['_centralAuthA11yConfig']=_0x119c6b,AccessibilityModule[_0x43fd60(0x25f)]=!![]),_0x119c6b;}catch(_0x414a22){return logger[_0x43fd60(0x242)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x3dc3ba+':\x20'+(_0x414a22[_0x43fd60(0xf1)]||_0x414a22[_0x43fd60(0x141)])),{};}}};module[a106_0x4ed4c8(0x201)]=AccessibilityModule;
@@ -1 +1 @@
1
- const a106_0x329a2c=a106_0x1627;(function(_0x2b526d,_0x2cce39){const _0x47cc1f=a106_0x1627,_0x37aac8=_0x2b526d();while(!![]){try{const _0x386559=parseInt(_0x47cc1f(0xbb))/0x1+-parseInt(_0x47cc1f(0xc4))/0x2+-parseInt(_0x47cc1f(0xe7))/0x3+parseInt(_0x47cc1f(0xd0))/0x4+-parseInt(_0x47cc1f(0xc6))/0x5*(parseInt(_0x47cc1f(0xdb))/0x6)+-parseInt(_0x47cc1f(0xcf))/0x7*(-parseInt(_0x47cc1f(0xcc))/0x8)+parseInt(_0x47cc1f(0xd6))/0x9;if(_0x386559===_0x2cce39)break;else _0x37aac8['push'](_0x37aac8['shift']());}catch(_0x4651a0){_0x37aac8['push'](_0x37aac8['shift']());}}}(a106_0x2850,0xeb149));function a106_0x1627(_0x43943b,_0x45989a){const _0x285059=a106_0x2850();return a106_0x1627=function(_0x162713,_0x5aee14){_0x162713=_0x162713-0xbb;let _0x55215a=_0x285059[_0x162713];return _0x55215a;},a106_0x1627(_0x43943b,_0x45989a);}const logger=require(a106_0x329a2c(0xd3))[a106_0x329a2c(0xce)],{FRAMEWORKS}=require(a106_0x329a2c(0xd8));class BaseModule{constructor(_0x3d7810=null){const _0x239e1f=a106_0x329a2c,_0xdd4b2c={};_0xdd4b2c[_0x239e1f(0xda)]=_0x239e1f(0xcb),_0xdd4b2c[_0x239e1f(0xdc)]='BaseModule';const _0x43c35e=_0xdd4b2c,_0x436463=_0x43c35e['WwKUq'][_0x239e1f(0xe2)]('|');let _0x1f1a39=0x0;while(!![]){switch(_0x436463[_0x1f1a39++]){case'0':this[_0x239e1f(0xe6)]=null;continue;case'1':this[_0x239e1f(0xc9)]={};continue;case'2':this[_0x239e1f(0xe4)]=_0x43c35e[_0x239e1f(0xdc)];continue;case'3':this[_0x239e1f(0xbe)]=0x0;continue;case'4':this[_0x239e1f(0xbd)]=this[_0x239e1f(0xc2)](_0x3d7810);continue;case'5':this[_0x239e1f(0xd7)]=null;continue;}break;}}['ensureBinSession'](){const _0xb22afe=a106_0x329a2c,_0x5b32ee={};_0x5b32ee[_0xb22afe(0xdf)]='Missing\x20binSessionId';const _0x5de7cf=_0x5b32ee;if(!this[_0xb22afe(0xd7)])throw new Error(_0x5de7cf[_0xb22afe(0xdf)]);}[a106_0x329a2c(0xbf)](){const _0x289d5c=a106_0x329a2c;return this[_0x289d5c(0xe4)];}[a106_0x329a2c(0xc0)](_0x339c5e,_0x504bba,_0x1504f5,_0x3fbc54={}){const _0x2bcd7c=a106_0x329a2c,_0x508ffb={};_0x508ffb[_0x2bcd7c(0xc1)]=_0x2bcd7c(0xd2);const _0x5e27c6=_0x508ffb,_0x4bca59=_0x5e27c6[_0x2bcd7c(0xc1)][_0x2bcd7c(0xe2)]('|');let _0x3bc136=0x0;while(!![]){switch(_0x4bca59[_0x3bc136++]){case'0':this[_0x2bcd7c(0xe6)]=_0x1504f5;continue;case'1':this['platformIndex']=_0x504bba;continue;case'2':this[_0x2bcd7c(0xd7)]=_0x339c5e;continue;case'3':logger[_0x2bcd7c(0xd4)]('Configured\x20module\x20'+this[_0x2bcd7c(0xbf)]()+_0x2bcd7c(0xd5)+_0x339c5e+',\x20platformIndex='+_0x504bba);continue;case'4':this[_0x2bcd7c(0xc9)]=_0x3fbc54;continue;}break;}}['getTestId'](_0x1177f6){const _0x4aeb22=a106_0x329a2c,_0xa53e54={};_0xa53e54[_0x4aeb22(0xe0)]=function(_0x533317,_0x1eb63e){return _0x533317===_0x1eb63e;},_0xa53e54[_0x4aeb22(0xdd)]=function(_0x2ce083,_0x337997){return _0x2ce083===_0x337997;};const _0x312873=_0xa53e54;let _0x197faf='';if(_0x312873[_0x4aeb22(0xe0)](_0x1177f6['testFramework'],FRAMEWORKS[_0x4aeb22(0xe5)]))_0x197faf=_0x1177f6[_0x4aeb22(0xe1)]?.[_0x4aeb22(0xe3)]?.['id']||_0x1177f6[_0x4aeb22(0xe1)]?.[_0x4aeb22(0xbc)];else{if(_0x312873['pNURJ'](_0x1177f6['testFramework'],FRAMEWORKS[_0x4aeb22(0xde)]))_0x197faf=_0x1177f6[_0x4aeb22(0xe1)]?.[_0x4aeb22(0xd1)];else _0x312873[_0x4aeb22(0xdd)](_0x1177f6[_0x4aeb22(0xd9)],FRAMEWORKS[_0x4aeb22(0xc3)])&&(_0x197faf=_0x1177f6[_0x4aeb22(0xe1)]?.['id']);}return _0x197faf;}[a106_0x329a2c(0xc2)](_0x4460fe){const _0x35250d=a106_0x329a2c,_0x2f268b={};_0x2f268b[_0x35250d(0xc5)]=function(_0x588f2c,_0x3cd081){return _0x588f2c!==_0x3cd081;},_0x2f268b['ahFiY']=_0x35250d(0xca);const _0x2eebca=_0x2f268b;if(!_0x4460fe||_0x2eebca[_0x35250d(0xc5)](typeof _0x4460fe,_0x2eebca[_0x35250d(0xc7)]))return null;const _0x12375f={};_0x12375f['name']=_0x4460fe['name'],_0x12375f[_0x35250d(0xc8)]=_0x4460fe[_0x35250d(0xc8)]&&_0x4460fe[_0x35250d(0xc8)][_0x4460fe['name']];const _0x5321e3=_0x12375f;return _0x5321e3;}}function a106_0x2850(){const _0xf079e8=['configure','BJofq','setTestFrameworkData','JEST','986984SXDrlx','hLXWV','75bevOST','ahFiY','version','config','object','2|5|3|1|0|4','7499432EqwDpe','exports','winstonLogger','7XGHbUh','6925876qCDYfN','testCaseStartedId','2|1|0|4|3','../../../helpers/logger.js','debug','\x20with\x20binSessionId=','4961556ouAUJC','binSessionId','../../../helpers/test-observability/constants.js','testFramework','WwKUq','606126HECqHQ','oDMGf','uwalY','CUCUMBER','EkBUV','pNURJ','testInfo','split','_test','name','PLAYWRIGHT','client','1664757YNSvTh','306433pLMjcD','testId','testFrameworkData','platformIndex','getModuleName'];a106_0x2850=function(){return _0xf079e8;};return a106_0x2850();}module[a106_0x329a2c(0xcd)]=BaseModule;
1
+ function a107_0x7c74(){const _0x3d27a5=['806824GUMEFW','testInfo','binSessionId','Configured\x20module\x20','PhMUM','testFramework','getTestId','691960EUIdWG','CVLYN','object','25zPApVr','config','GHafk','testFrameworkData','debug','686619AbQucI','88llBlMq','JEST','getModuleName','testId','name','version','ensureBinSession','LIosB','yblsU','1968Mlrrvc','yVJjU','configure','BaseModule','2078824HTbdjc','testCaseStartedId','split','\x20with\x20binSessionId=','setTestFrameworkData','28732650fXvoCx','PgFQB','../../../helpers/logger.js','client','24787wSbnoL','491865NZfXTj'];a107_0x7c74=function(){return _0x3d27a5;};return a107_0x7c74();}const a107_0x24a39c=a107_0x2803;function a107_0x2803(_0x2ba425,_0x53eb7c){const _0x7c7421=a107_0x7c74();return a107_0x2803=function(_0x280394,_0x189fa3){_0x280394=_0x280394-0x1ba;let _0x2fe2f4=_0x7c7421[_0x280394];return _0x2fe2f4;},a107_0x2803(_0x2ba425,_0x53eb7c);}(function(_0x1a1c94,_0x334f53){const _0x1e465e=a107_0x2803,_0x55b01d=_0x1a1c94();while(!![]){try{const _0x53997f=-parseInt(_0x1e465e(0x1c3))/0x1+-parseInt(_0x1e465e(0x1d9))/0x2+parseInt(_0x1e465e(0x1bb))/0x3+parseInt(_0x1e465e(0x1bc))/0x4*(-parseInt(_0x1e465e(0x1c6))/0x5)+-parseInt(_0x1e465e(0x1d5))/0x6*(-parseInt(_0x1e465e(0x1ba))/0x7)+-parseInt(_0x1e465e(0x1cc))/0x8*(parseInt(_0x1e465e(0x1cb))/0x9)+parseInt(_0x1e465e(0x1de))/0xa;if(_0x53997f===_0x334f53)break;else _0x55b01d['push'](_0x55b01d['shift']());}catch(_0x1a954d){_0x55b01d['push'](_0x55b01d['shift']());}}}(a107_0x7c74,0x9742d));const logger=require(a107_0x24a39c(0x1e0))['winstonLogger'],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x1ea480=null){const _0x7ae1ae=a107_0x24a39c,_0x79e042={};_0x79e042[_0x7ae1ae(0x1d3)]='5|1|2|4|0|3',_0x79e042[_0x7ae1ae(0x1d6)]=_0x7ae1ae(0x1d8);const _0x33cfe3=_0x79e042,_0x8b60b6=_0x33cfe3[_0x7ae1ae(0x1d3)]['split']('|');let _0x3244c8=0x0;while(!![]){switch(_0x8b60b6[_0x3244c8++]){case'0':this[_0x7ae1ae(0x1e1)]=null;continue;case'1':this[_0x7ae1ae(0x1be)]=null;continue;case'2':this['platformIndex']=0x0;continue;case'3':this[_0x7ae1ae(0x1c9)]=this[_0x7ae1ae(0x1dd)](_0x1ea480);continue;case'4':this[_0x7ae1ae(0x1c7)]={};continue;case'5':this[_0x7ae1ae(0x1d0)]=_0x33cfe3[_0x7ae1ae(0x1d6)];continue;}break;}}[a107_0x24a39c(0x1d2)](){const _0x134a73=a107_0x24a39c,_0x7978af={};_0x7978af['PhMUM']='Missing\x20binSessionId';const _0x21a05=_0x7978af;if(!this['binSessionId'])throw new Error(_0x21a05[_0x134a73(0x1c0)]);}[a107_0x24a39c(0x1ce)](){const _0x3811ad=a107_0x24a39c;return this[_0x3811ad(0x1d0)];}[a107_0x24a39c(0x1d7)](_0x458836,_0x3149d6,_0xac3ecc,_0x47be98={}){const _0x1ea8a2=a107_0x24a39c,_0x1366a8={};_0x1366a8[_0x1ea8a2(0x1d4)]='4|2|1|3|0';const _0x294b86=_0x1366a8,_0x509092=_0x294b86[_0x1ea8a2(0x1d4)][_0x1ea8a2(0x1db)]('|');let _0x1b6787=0x0;while(!![]){switch(_0x509092[_0x1b6787++]){case'0':logger[_0x1ea8a2(0x1ca)](_0x1ea8a2(0x1bf)+this[_0x1ea8a2(0x1ce)]()+_0x1ea8a2(0x1dc)+_0x458836+',\x20platformIndex='+_0x3149d6);continue;case'1':this[_0x1ea8a2(0x1e1)]=_0xac3ecc;continue;case'2':this['platformIndex']=_0x3149d6;continue;case'3':this['config']=_0x47be98;continue;case'4':this['binSessionId']=_0x458836;continue;}break;}}[a107_0x24a39c(0x1c2)](_0x3b589c){const _0x28b169=a107_0x24a39c,_0x2f7bc2={};_0x2f7bc2[_0x28b169(0x1df)]=function(_0x448a6f,_0x15b14d){return _0x448a6f===_0x15b14d;},_0x2f7bc2['CVLYN']=function(_0x39a2c2,_0x49b488){return _0x39a2c2===_0x49b488;};const _0x43ced4=_0x2f7bc2;let _0xf8b1c2='';if(_0x43ced4[_0x28b169(0x1df)](_0x3b589c[_0x28b169(0x1c1)],FRAMEWORKS['PLAYWRIGHT']))_0xf8b1c2=_0x3b589c[_0x28b169(0x1bd)]?.['_test']?.['id']||_0x3b589c[_0x28b169(0x1bd)]?.[_0x28b169(0x1cf)];else{if(_0x43ced4['PgFQB'](_0x3b589c[_0x28b169(0x1c1)],FRAMEWORKS['CUCUMBER']))_0xf8b1c2=_0x3b589c[_0x28b169(0x1bd)]?.[_0x28b169(0x1da)];else _0x43ced4[_0x28b169(0x1c4)](_0x3b589c[_0x28b169(0x1c1)],FRAMEWORKS[_0x28b169(0x1cd)])&&(_0xf8b1c2=_0x3b589c[_0x28b169(0x1bd)]?.['id']);}return _0xf8b1c2;}['setTestFrameworkData'](_0x1b8119){const _0x591b6f=a107_0x24a39c,_0x567f08={};_0x567f08[_0x591b6f(0x1c8)]=function(_0x58e105,_0x173c94){return _0x58e105!==_0x173c94;},_0x567f08['WoVMz']=_0x591b6f(0x1c5);const _0x4edac4=_0x567f08;if(!_0x1b8119||_0x4edac4[_0x591b6f(0x1c8)](typeof _0x1b8119,_0x4edac4['WoVMz']))return null;const _0x47b38c={};_0x47b38c[_0x591b6f(0x1d0)]=_0x1b8119[_0x591b6f(0x1d0)],_0x47b38c[_0x591b6f(0x1d1)]=_0x1b8119[_0x591b6f(0x1d1)]&&_0x1b8119[_0x591b6f(0x1d1)][_0x1b8119[_0x591b6f(0x1d0)]];const _0x52eab2=_0x47b38c;return _0x52eab2;}}module['exports']=BaseModule;
@@ -1 +1 @@
1
- const a107_0x29084f=a107_0x276d;(function(_0x243079,_0x3db7bf){const _0x435968=a107_0x276d,_0x585707=_0x243079();while(!![]){try{const _0x4b6fab=-parseInt(_0x435968(0x1b1))/0x1+parseInt(_0x435968(0x1c8))/0x2+parseInt(_0x435968(0x1a7))/0x3*(parseInt(_0x435968(0x1c1))/0x4)+parseInt(_0x435968(0x1b2))/0x5+-parseInt(_0x435968(0x1ac))/0x6*(-parseInt(_0x435968(0x1b4))/0x7)+parseInt(_0x435968(0x1cc))/0x8+-parseInt(_0x435968(0x1a5))/0x9;if(_0x4b6fab===_0x3db7bf)break;else _0x585707['push'](_0x585707['shift']());}catch(_0x594d75){_0x585707['push'](_0x585707['shift']());}}}(a107_0xf7f7,0x3cd65));const {createClassLogger}=require(a107_0x29084f(0x1ad)),logger=createClassLogger(a107_0x29084f(0x19e)),{sendToEDS}=require(a107_0x29084f(0x1a3)),isLTSSession=(_0x18287e=null)=>{const _0x2f2598=a107_0x29084f,_0x28dac4={};_0x28dac4[_0x2f2598(0x1a8)]=function(_0x50de32,_0x36c0b2){return _0x50de32!==_0x36c0b2;},_0x28dac4[_0x2f2598(0x1ca)]='undefined',_0x28dac4['UtjUE']=function(_0x3c596e,_0x298efd){return _0x3c596e===_0x298efd;},_0x28dac4['ZywTe']=_0x2f2598(0x1bc),_0x28dac4['XhYiQ']=function(_0x5b7636,_0x5a8a00){return _0x5b7636===_0x5a8a00;},_0x28dac4['TyNcq']=_0x2f2598(0x1c6),_0x28dac4[_0x2f2598(0x1b3)]=_0x2f2598(0x1c9);const _0x19fde0=_0x28dac4;try{if(_0x19fde0[_0x2f2598(0x1a8)](typeof process[_0x2f2598(0x1c3)][_0x2f2598(0x1bf)],_0x19fde0['VtEwH'])){const _0x1fcb96=process[_0x2f2598(0x1c3)]['overrideLoadTesting'];return _0x19fde0[_0x2f2598(0x1ab)](typeof _0x1fcb96,_0x19fde0[_0x2f2598(0x1c4)])?_0x19fde0[_0x2f2598(0x1c2)](_0x1fcb96[_0x2f2598(0x1b0)](),_0x19fde0[_0x2f2598(0x1b9)]):!!_0x1fcb96;}const _0x2bb325=_0x18287e&&_0x18287e[_0x2f2598(0x1bf)],_0x5411e9=!!(_0x18287e&&(_0x19fde0['XhYiQ'](_0x18287e[_0x2f2598(0x1c7)],!![])||_0x19fde0[_0x2f2598(0x1ab)](_0x18287e[_0x2f2598(0x1c7)],_0x19fde0[_0x2f2598(0x1b9)]))),_0x5f36ad=!!(_0x2bb325&&_0x19fde0[_0x2f2598(0x1ab)](_0x2bb325['toString']()[_0x2f2598(0x1b0)](),_0x19fde0[_0x2f2598(0x1b9)])&&!_0x5411e9);return process[_0x2f2598(0x1c3)][_0x2f2598(0x1bf)]=_0x5f36ad?_0x19fde0[_0x2f2598(0x1b9)]:_0x19fde0['PkhAt'],_0x5f36ad;}catch(_0x29c2fa){return process[_0x2f2598(0x1c3)][_0x2f2598(0x1bf)]=_0x19fde0['PkhAt'],![];}},getLTSSessionId=()=>{const _0xf1c211=a107_0x29084f,_0x55e837={'tQbZB':function(_0x2d0392){return _0x2d0392();},'GYWmd':_0xf1c211(0x1af),'emPLh':_0xf1c211(0x1b7)};try{if(_0x55e837['tQbZB'](isLTSSession))return logger[_0xf1c211(0x1b6)](_0x55e837[_0xf1c211(0x1be)]),process[_0xf1c211(0x1c3)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x327055){logger[_0xf1c211(0x1a4)](_0xf1c211(0x1bd)+(_0x327055&&_0x327055[_0xf1c211(0x1bb)]));}return logger[_0xf1c211(0x1b6)](_0x55e837[_0xf1c211(0x1c0)]),'';},setLTSSessionId=async(_0x373a8d={})=>{const _0x58fad8=a107_0x29084f,_0x595abf={'NDizr':function(_0x4041d8){return _0x4041d8();},'iwkJz':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','HIEAm':_0x58fad8(0x1ae),'pMwZX':_0x58fad8(0x1a1),'jgnfi':function(_0x47339e,_0x5e4450){return _0x47339e(_0x5e4450);},'HymUu':function(_0x33ed33,_0x421c77,_0x3d58b0){return _0x33ed33(_0x421c77,_0x3d58b0);},'cXtnG':function(_0x5cff9b,_0x8556fe){return _0x5cff9b||_0x8556fe;}};try{const _0x501eb7=_0x595abf[_0x58fad8(0x1b5)](getLTSSessionId);_0x501eb7?(process[_0x58fad8(0x1c3)][_0x58fad8(0x1b8)]=_0x501eb7,logger['debug'](_0x595abf[_0x58fad8(0x1cb)])):(delete process[_0x58fad8(0x1c3)][_0x58fad8(0x1b8)],logger[_0x58fad8(0x1b6)](_0x595abf[_0x58fad8(0x1c5)]));try{const _0x55e018={'feature':_0x595abf[_0x58fad8(0x1ba)],'ltsEnabled':_0x595abf[_0x58fad8(0x1a6)](isLTSSession,_0x373a8d),'ltsSessionIdPresent':!!_0x501eb7};await _0x595abf['HymUu'](sendToEDS,_0x55e018,_0x373a8d);}catch(_0x21a865){logger[_0x58fad8(0x1a0)](_0x58fad8(0x1aa)+(_0x21a865&&_0x21a865['message']));}return _0x595abf[_0x58fad8(0x1a9)](_0x501eb7,'');}catch(_0x235515){return logger['debug'](_0x58fad8(0x19f)+(_0x235515&&_0x235515[_0x58fad8(0x1bb)])),'';}},a107_0x2ee4fe={};a107_0x2ee4fe['isLTSSession']=isLTSSession,a107_0x2ee4fe[a107_0x29084f(0x1a2)]=getLTSSessionId,a107_0x2ee4fe['setLTSSessionId']=setLTSSessionId,module[a107_0x29084f(0x1cd)]=a107_0x2ee4fe;function a107_0x276d(_0x44ea19,_0x39d9fc){const _0xf7f72d=a107_0xf7f7();return a107_0x276d=function(_0x276dce,_0xae2355){_0x276dce=_0x276dce-0x19e;let _0xbfddd0=_0xf7f72d[_0x276dce];return _0xbfddd0;},a107_0x276d(_0x44ea19,_0x39d9fc);}function a107_0xf7f7(){const _0x246508=['LoadTestModule','setLTSSessionId\x20error:\x20','warn','LTS','getLTSSessionId','../../../helpers/helper.js','error','8591247KCsvBY','jgnfi','480fMHWYg','CXroC','cXtnG','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','UtjUE','24iJwiCZ','../../../helpers/classLogger.js','BROWSERSTACK_LTS_SESSION_ID\x20cleared','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','toLowerCase','46427TxpSmO','1588135gtlKeR','PkhAt','791357lbsVsg','NDizr','debug','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','BROWSERSTACK_LTS_SESSION_ID','TyNcq','pMwZX','message','string','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','GYWmd','overrideLoadTesting','emPLh','8608OpQLix','XhYiQ','env','ZywTe','HIEAm','true','browserstackAutomation','141314cmsmYn','false','VtEwH','iwkJz','523128uoIqud','exports'];a107_0xf7f7=function(){return _0x246508;};return a107_0xf7f7();}
1
+ function a108_0x3bf3(_0x4f6381,_0x49e22f){const _0x462842=a108_0x4628();return a108_0x3bf3=function(_0x3bf32,_0xb1a60){_0x3bf32=_0x3bf32-0x16d;let _0x24de42=_0x462842[_0x3bf32];return _0x24de42;},a108_0x3bf3(_0x4f6381,_0x49e22f);}const a108_0x1eae5f=a108_0x3bf3;(function(_0x3102c9,_0xad1867){const _0x5ed42f=a108_0x3bf3,_0x5a0a27=_0x3102c9();while(!![]){try{const _0x40e4c0=-parseInt(_0x5ed42f(0x17a))/0x1+parseInt(_0x5ed42f(0x195))/0x2+parseInt(_0x5ed42f(0x18d))/0x3*(parseInt(_0x5ed42f(0x18e))/0x4)+parseInt(_0x5ed42f(0x16e))/0x5+-parseInt(_0x5ed42f(0x17c))/0x6+parseInt(_0x5ed42f(0x178))/0x7+-parseInt(_0x5ed42f(0x180))/0x8*(parseInt(_0x5ed42f(0x192))/0x9);if(_0x40e4c0===_0xad1867)break;else _0x5a0a27['push'](_0x5a0a27['shift']());}catch(_0x93efc){_0x5a0a27['push'](_0x5a0a27['shift']());}}}(a108_0x4628,0x34b73));function a108_0x4628(){const _0x45fdc3=['debug','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','JKITd','pEvbG','false','AljtE','browserstackAutomation','sKEzq','../../../helpers/helper.js','111JzyCqi','30008xFQxsI','nQBxA','message','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','18xSGExl','string','QHCkK','285582XeeceH','BROWSERSTACK_LTS_SESSION_ID','setLTSSessionId','setLTSSessionId\x20error:\x20','toLowerCase','1120445MpwvHz','env','ZGLTf','LuLaU','undefined','LTS','IshBr','../../../helpers/classLogger.js','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','overrideLoadTesting','2781996JsXazm','true','238437XKeCVt','exports','2123472MhYImE','rjwZE','cckyU','HutHt','934440cHRPIX','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','CjYKt','NKBeW'];a108_0x4628=function(){return _0x45fdc3;};return a108_0x4628();}const {createClassLogger}=require(a108_0x1eae5f(0x175)),logger=createClassLogger('LoadTestModule'),{sendToEDS}=require(a108_0x1eae5f(0x18c)),isLTSSession=(_0x462618=null)=>{const _0x12f426=a108_0x1eae5f,_0x25bb5d={};_0x25bb5d[_0x12f426(0x182)]=function(_0x5dbc27,_0xe0db19){return _0x5dbc27!==_0xe0db19;},_0x25bb5d[_0x12f426(0x187)]=_0x12f426(0x172),_0x25bb5d[_0x12f426(0x17d)]=function(_0x37103f,_0x576a88){return _0x37103f===_0x576a88;},_0x25bb5d[_0x12f426(0x17e)]=_0x12f426(0x193),_0x25bb5d['AljtE']=function(_0xc8ad19,_0x124142){return _0xc8ad19===_0x124142;},_0x25bb5d[_0x12f426(0x183)]=_0x12f426(0x179),_0x25bb5d['ZGLTf']=function(_0x49c5d4,_0x15a0bf){return _0x49c5d4===_0x15a0bf;},_0x25bb5d[_0x12f426(0x18b)]=function(_0x45a69c,_0x186dc3){return _0x45a69c===_0x186dc3;},_0x25bb5d[_0x12f426(0x194)]=_0x12f426(0x188);const _0x232452=_0x25bb5d;try{if(_0x232452[_0x12f426(0x182)](typeof process[_0x12f426(0x16f)][_0x12f426(0x177)],_0x232452[_0x12f426(0x187)])){const _0x364488=process[_0x12f426(0x16f)][_0x12f426(0x177)];return _0x232452[_0x12f426(0x17d)](typeof _0x364488,_0x232452['cckyU'])?_0x232452[_0x12f426(0x189)](_0x364488[_0x12f426(0x16d)](),_0x232452[_0x12f426(0x183)]):!!_0x364488;}const _0x256f6d=_0x462618&&_0x462618[_0x12f426(0x177)],_0x26ab22=!!(_0x462618&&(_0x232452[_0x12f426(0x170)](_0x462618[_0x12f426(0x18a)],!![])||_0x232452[_0x12f426(0x18b)](_0x462618['browserstackAutomation'],_0x232452['NKBeW']))),_0x13055b=!!(_0x256f6d&&_0x232452[_0x12f426(0x18b)](_0x256f6d['toString']()[_0x12f426(0x16d)](),_0x232452[_0x12f426(0x183)])&&!_0x26ab22);return process[_0x12f426(0x16f)]['overrideLoadTesting']=_0x13055b?_0x232452['NKBeW']:_0x232452['QHCkK'],_0x13055b;}catch(_0x19299c){return process[_0x12f426(0x16f)][_0x12f426(0x177)]=_0x232452[_0x12f426(0x194)],![];}},getLTSSessionId=()=>{const _0x2d5a7a=a108_0x1eae5f,_0x1d2f3c={'OYAQm':function(_0x58f34e){return _0x58f34e();},'HutHt':_0x2d5a7a(0x185),'IshBr':_0x2d5a7a(0x191)};try{if(_0x1d2f3c['OYAQm'](isLTSSession))return logger[_0x2d5a7a(0x184)](_0x1d2f3c[_0x2d5a7a(0x17f)]),process[_0x2d5a7a(0x16f)][_0x2d5a7a(0x196)]||'';}catch(_0x2bb0e3){logger['error'](_0x2d5a7a(0x181)+(_0x2bb0e3&&_0x2bb0e3[_0x2d5a7a(0x190)]));}return logger[_0x2d5a7a(0x184)](_0x1d2f3c[_0x2d5a7a(0x174)]),'';},setLTSSessionId=async(_0x2b7ec7={})=>{const _0x4682bf=a108_0x1eae5f,_0x2d6a5e={'JKITd':function(_0x438bd1){return _0x438bd1();},'iLPks':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','LuLaU':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','ImBzm':_0x4682bf(0x173),'BJebe':function(_0x1aaadb,_0x3e10e3){return _0x1aaadb(_0x3e10e3);},'nQBxA':function(_0x4c7b9b,_0x33f212,_0x4dc0a7){return _0x4c7b9b(_0x33f212,_0x4dc0a7);},'wWaWn':function(_0x12a0dd,_0x23112f){return _0x12a0dd||_0x23112f;}};try{const _0x5ece54=_0x2d6a5e[_0x4682bf(0x186)](getLTSSessionId);_0x5ece54?(process[_0x4682bf(0x16f)][_0x4682bf(0x196)]=_0x5ece54,logger['debug'](_0x2d6a5e['iLPks'])):(delete process[_0x4682bf(0x16f)][_0x4682bf(0x196)],logger['debug'](_0x2d6a5e[_0x4682bf(0x171)]));try{const _0x3d3949={'feature':_0x2d6a5e['ImBzm'],'ltsEnabled':_0x2d6a5e['BJebe'](isLTSSession,_0x2b7ec7),'ltsSessionIdPresent':!!_0x5ece54};await _0x2d6a5e[_0x4682bf(0x18f)](sendToEDS,_0x3d3949,_0x2b7ec7);}catch(_0xff2a3f){logger['warn'](_0x4682bf(0x176)+(_0xff2a3f&&_0xff2a3f[_0x4682bf(0x190)]));}return _0x2d6a5e['wWaWn'](_0x5ece54,'');}catch(_0x161d0f){return logger[_0x4682bf(0x184)](_0x4682bf(0x198)+(_0x161d0f&&_0x161d0f[_0x4682bf(0x190)])),'';}},a108_0x4f5254={};a108_0x4f5254['isLTSSession']=isLTSSession,a108_0x4f5254['getLTSSessionId']=getLTSSessionId,a108_0x4f5254[a108_0x1eae5f(0x197)]=setLTSSessionId,module[a108_0x1eae5f(0x17b)]=a108_0x4f5254;
@@ -1 +1 @@
1
- const a108_0x23ef1b=a108_0x2739;(function(_0x22f5a2,_0x1815bf){const _0xcd9080=a108_0x2739,_0x250f58=_0x22f5a2();while(!![]){try{const _0x3a392d=parseInt(_0xcd9080(0x1fe))/0x1+-parseInt(_0xcd9080(0x1f0))/0x2+-parseInt(_0xcd9080(0x20e))/0x3*(parseInt(_0xcd9080(0x1fa))/0x4)+parseInt(_0xcd9080(0x213))/0x5*(parseInt(_0xcd9080(0x206))/0x6)+-parseInt(_0xcd9080(0x20a))/0x7*(parseInt(_0xcd9080(0x1f6))/0x8)+parseInt(_0xcd9080(0x1f7))/0x9*(-parseInt(_0xcd9080(0x1f5))/0xa)+-parseInt(_0xcd9080(0x1fc))/0xb*(-parseInt(_0xcd9080(0x20d))/0xc);if(_0x3a392d===_0x1815bf)break;else _0x250f58['push'](_0x250f58['shift']());}catch(_0x2fd8d9){_0x250f58['push'](_0x250f58['shift']());}}}(a108_0x6153,0x55394));const BaseModule=require(a108_0x23ef1b(0x1ef)),{createClassLogger}=require(a108_0x23ef1b(0x205)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a108_0x23ef1b(0x1fb)),HookState=require(a108_0x23ef1b(0x1f1)),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a108_0x23ef1b(0x1f2));class ObservabilityModule extends BaseModule{['logger']=createClassLogger(a108_0x23ef1b(0x203));constructor(_0x1ac6d3){const _0x379a49=a108_0x23ef1b,_0x149114={};_0x149114[_0x379a49(0x200)]=_0x379a49(0x203);const _0x28efd5=_0x149114;super(),this[_0x379a49(0x204)]=_0x28efd5[_0x379a49(0x200)],this['observabilityConfig']=_0x1ac6d3,AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x379a49(0x20c)],this[_0x379a49(0x202)][_0x379a49(0x212)](this));}['getModuleName'](){return ObservabilityModule['MODULE_NAME'];}async['onBeforeTest'](_0xe5b3c3){const _0x3922d0=a108_0x23ef1b,_0x29bf0b={'GPKbI':function(_0x174264,_0x3065dd){return _0x174264+_0x3065dd;},'MuJZR':_0x3922d0(0x1ff),'PFcRI':function(_0x583b55,_0x23f15f,_0x1be397,_0x40f103){return _0x583b55(_0x23f15f,_0x1be397,_0x40f103);},'ablou':_0x3922d0(0x1fd),'PdLCG':_0x3922d0(0x20b)};if(_0xe5b3c3[_0x3922d0(0x209)]){const _0x2c6402=_0xe5b3c3[_0x3922d0(0x209)],_0x6c371b=Date['now'](),_0x68f60e=_0x29bf0b['GPKbI'](_0x29bf0b['MuJZR'],_0x6c371b);PerformanceTester[_0x3922d0(0x210)](O11y_EVENTS[_0x3922d0(0x1f9)]),await _0x29bf0b[_0x3922d0(0x211)](playwrightAnnotate,_0x2c6402,_0x68f60e,_0x29bf0b['ablou']),PerformanceTester[_0x3922d0(0x208)](O11y_EVENTS[_0x3922d0(0x1f9)]),this[_0x3922d0(0x1f4)][_0x3922d0(0x1ee)](_0x3922d0(0x1f8)+constants[_0x3922d0(0x20f)]+_0x3922d0(0x1f3));}else this[_0x3922d0(0x1f4)][_0x3922d0(0x1fd)](_0x29bf0b[_0x3922d0(0x201)]);}}ObservabilityModule[a108_0x23ef1b(0x207)]=a108_0x23ef1b(0x203),module['exports']=ObservabilityModule;function a108_0x2739(_0x4ff427,_0x5b1c1e){const _0x6153ab=a108_0x6153();return a108_0x2739=function(_0x27397e,_0x18726d){_0x27397e=_0x27397e-0x1ee;let _0x514223=_0x6153ab[_0x27397e];return _0x514223;},a108_0x2739(_0x4ff427,_0x5b1c1e);}function a108_0x6153(){const _0x11c63f=['TEST_REPORTING_ANALYTICS','start','PFcRI','bind','435WHyUqT','info','./baseModule','1304284lJKPss','../state/hookState.js','../../utils/constants.js','\x20sync\x20done','logger','20eqvGBH','3136yVPjyj','1857672lZNiuU','onBeforeTest:\x20','SYNC','342604xXenEl','../state/automationFrameworkState.js','22WJzSDz','debug','106666FGNksV','ObservabilitySync:','TYEfb','PdLCG','onBeforeTest','ObservabilityModule','name','../../../helpers/classLogger.js','1878hmkFkb','MODULE_NAME','end','page','1904nvTfCX','onBeforeTest:\x20page\x20is\x20not\x20defined','POST','9862284wVDWWt','9uJLvzM'];a108_0x6153=function(){return _0x11c63f;};return a108_0x6153();}
1
+ const a109_0x39d2c3=a109_0x3d1b;(function(_0x4f8a9f,_0xf31573){const _0xe7d8af=a109_0x3d1b,_0x471e29=_0x4f8a9f();while(!![]){try{const _0xc4296a=parseInt(_0xe7d8af(0xbc))/0x1*(parseInt(_0xe7d8af(0xbe))/0x2)+parseInt(_0xe7d8af(0xb1))/0x3+-parseInt(_0xe7d8af(0xb9))/0x4*(parseInt(_0xe7d8af(0x98))/0x5)+parseInt(_0xe7d8af(0xad))/0x6*(parseInt(_0xe7d8af(0xb6))/0x7)+parseInt(_0xe7d8af(0x9f))/0x8*(parseInt(_0xe7d8af(0xb5))/0x9)+parseInt(_0xe7d8af(0x9b))/0xa+-parseInt(_0xe7d8af(0xc3))/0xb*(parseInt(_0xe7d8af(0x9c))/0xc);if(_0xc4296a===_0xf31573)break;else _0x471e29['push'](_0x471e29['shift']());}catch(_0x2a5d3b){_0x471e29['push'](_0x471e29['shift']());}}}(a109_0x3ee5,0x71859));function a109_0x3ee5(){const _0x46d77c=['ObservabilitySync:','observabilityConfig','TEST_REPORTING_ANALYTICS','UCzNZ','6XOowik','ObservabilityModule','debug','ywZBZ','1911267GEviEI','logger','bind','onBeforeTest:\x20','14166UDIRZp','5544588IXiGet','onBeforeTest','../framework/automationFramework.js','4xXiGgc','Phwmx','../state/hookState.js','6GSAUJh','page','298646iKKBme','now','onBeforeTest:\x20page\x20is\x20not\x20defined','JbljX','exports','11ZYlYES','../../../helpers/classLogger.js','QVqZk','POST','4458145NMJrZk','info','../../../helpers/performance/performance-tester.js','8198360aPQnzP','29638500hHeHNL','FGZyg','getModuleName','3464WlVUIb','end','../../../helpers/helper.js','start','../../utils/constants.js','SYNC','name','../../../helpers/performance/constants.js','registerObserver','MODULE_NAME'];a109_0x3ee5=function(){return _0x46d77c;};return a109_0x3ee5();}function a109_0x3d1b(_0x49a8a2,_0x571eee){const _0x3ee540=a109_0x3ee5();return a109_0x3d1b=function(_0x3d1b09,_0x56283f){_0x3d1b09=_0x3d1b09-0x98;let _0x389096=_0x3ee540[_0x3d1b09];return _0x389096;},a109_0x3d1b(_0x49a8a2,_0x571eee);}const BaseModule=require('./baseModule'),{createClassLogger}=require(a109_0x39d2c3(0xc4)),AutomationFramework=require(a109_0x39d2c3(0xb8)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a109_0x39d2c3(0xbb)),{playwrightAnnotate}=require(a109_0x39d2c3(0xa1)),PerformanceTester=require(a109_0x39d2c3(0x9a)),{O11y_EVENTS}=require(a109_0x39d2c3(0xa6)),constants=require(a109_0x39d2c3(0xa3));class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x4fa0de){const _0x3c3a7e=a109_0x39d2c3,_0x26ecd0={};_0x26ecd0[_0x3c3a7e(0x9d)]=_0x3c3a7e(0xae);const _0x5f5ac7=_0x26ecd0;super(),this[_0x3c3a7e(0xa5)]=_0x5f5ac7['FGZyg'],this[_0x3c3a7e(0xaa)]=_0x4fa0de,AutomationFramework[_0x3c3a7e(0xa7)](AutomationFrameworkState['CREATE'],HookState[_0x3c3a7e(0xc6)],this['onBeforeTest'][_0x3c3a7e(0xb3)](this));}[a109_0x39d2c3(0x9e)](){return ObservabilityModule['MODULE_NAME'];}async[a109_0x39d2c3(0xb7)](_0x2fe8fc){const _0x2329ad=a109_0x39d2c3,_0xe2275a={'Phwmx':function(_0x2a1363,_0x27cee5){return _0x2a1363+_0x27cee5;},'ywZBZ':_0x2329ad(0xa9),'UCzNZ':function(_0x10dc2a,_0x2d7d18,_0x13cf35,_0x580805){return _0x10dc2a(_0x2d7d18,_0x13cf35,_0x580805);},'JbljX':'debug','QVqZk':_0x2329ad(0xc0)};if(_0x2fe8fc['page']){const _0x4c3939=_0x2fe8fc[_0x2329ad(0xbd)],_0x9d56b0=Date[_0x2329ad(0xbf)](),_0x51523d=_0xe2275a[_0x2329ad(0xba)](_0xe2275a[_0x2329ad(0xb0)],_0x9d56b0);PerformanceTester[_0x2329ad(0xa2)](O11y_EVENTS['SYNC']),await _0xe2275a[_0x2329ad(0xac)](playwrightAnnotate,_0x4c3939,_0x51523d,_0xe2275a[_0x2329ad(0xc1)]),PerformanceTester[_0x2329ad(0xa0)](O11y_EVENTS[_0x2329ad(0xa4)]),this[_0x2329ad(0xb2)][_0x2329ad(0x99)](_0x2329ad(0xb4)+constants[_0x2329ad(0xab)]+'\x20sync\x20done');}else this[_0x2329ad(0xb2)][_0x2329ad(0xaf)](_0xe2275a[_0x2329ad(0xc5)]);}}ObservabilityModule[a109_0x39d2c3(0xa8)]=a109_0x39d2c3(0xae),module[a109_0x39d2c3(0xc2)]=ObservabilityModule;