browserstack-node-sdk 1.70.0 → 1.70.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 (223) 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/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/mochaTestFramework.js +1 -1
  139. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  140. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  143. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testFramework.js +1 -1
  146. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  148. package/src/bin/v2/grpcClient.js +1 -1
  149. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  150. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  151. package/src/bin/v2/instances/trackedContext.js +1 -1
  152. package/src/bin/v2/instances/trackedInstance.js +1 -1
  153. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  154. package/src/bin/v2/modules/baseModule.js +1 -1
  155. package/src/bin/v2/modules/loadTestModule.js +1 -1
  156. package/src/bin/v2/modules/observabilityModule.js +1 -1
  157. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  158. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  159. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  160. package/src/bin/v2/modules/testhubModule.js +1 -1
  161. package/src/bin/v2/runStateStore.js +1 -1
  162. package/src/bin/v2/sdkErrorHandler.js +1 -1
  163. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  164. package/src/bin/v2/state/hookState.js +1 -1
  165. package/src/bin/v2/state/testFrameworkState.js +1 -1
  166. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  167. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  168. package/src/bin/v2/utils/jest-utils.js +1 -1
  169. package/src/bin/vanilla-js/command.js +1 -1
  170. package/src/browserStackSdk.js +1 -1
  171. package/src/helpers/BrowserStackSetup.js +1 -1
  172. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  173. package/src/helpers/accessibility-automation/constants.js +1 -1
  174. package/src/helpers/accessibility-automation/helper.js +1 -1
  175. package/src/helpers/accessibility-automation/scripts.js +1 -1
  176. package/src/helpers/ats/constants.js +1 -1
  177. package/src/helpers/ats/helper.js +1 -1
  178. package/src/helpers/caCertHelper.js +1 -1
  179. package/src/helpers/capsMapping.js +1 -1
  180. package/src/helpers/central-scanner/constants.js +1 -1
  181. package/src/helpers/central-scanner/helpers.js +1 -1
  182. package/src/helpers/classLogger.js +1 -1
  183. package/src/helpers/driverInitErrorReporter.js +1 -1
  184. package/src/helpers/globals.js +1 -1
  185. package/src/helpers/helper.js +1 -1
  186. package/src/helpers/logger.js +1 -1
  187. package/src/helpers/metadata.js +1 -1
  188. package/src/helpers/patchHelper.js +1 -1
  189. package/src/helpers/patchHelpers.js +1 -1
  190. package/src/helpers/percy/Percy.js +1 -1
  191. package/src/helpers/percy/PercyBinary.js +1 -1
  192. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  193. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  194. package/src/helpers/percy/PercySDK.js +1 -1
  195. package/src/helpers/percy/index.js +1 -1
  196. package/src/helpers/percy/utils.js +1 -1
  197. package/src/helpers/performance/constants.js +1 -1
  198. package/src/helpers/performance/performance-tester.js +1 -1
  199. package/src/helpers/playwright-helper.js +1 -1
  200. package/src/helpers/processHelper.js +1 -1
  201. package/src/helpers/puppeteer-helper.js +1 -1
  202. package/src/helpers/request-spy.js +1 -1
  203. package/src/helpers/setKeepAlive.js +1 -1
  204. package/src/helpers/stackFrameUtils.js +1 -1
  205. package/src/helpers/test-observability/constants.js +1 -1
  206. package/src/helpers/test-observability/error-handler.js +1 -1
  207. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  208. package/src/helpers/test-observability/sessionHandler.js +1 -1
  209. package/src/helpers/test-observability/utils.js +1 -1
  210. package/src/helpers/test-orchestration/constants.js +1 -1
  211. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  212. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  213. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  214. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  215. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  216. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  217. package/src/helpers/testhub/constants.js +1 -1
  218. package/src/helpers/testhub/testhubHandler.js +1 -1
  219. package/src/helpers/testhub/utils.js +1 -1
  220. package/src/helpers/utilities.js +1 -1
  221. package/src/helpers/w3cMapping.js +1 -1
  222. package/src/hubAllocationMethods.js +1 -1
  223. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a108_0x20eb(_0x53d15e,_0x5aca96){const _0x516f7b=a108_0x516f();return a108_0x20eb=function(_0x20eb13,_0x42278e){_0x20eb13=_0x20eb13-0x12d;let _0x44adcf=_0x516f7b[_0x20eb13];return _0x44adcf;},a108_0x20eb(_0x53d15e,_0x5aca96);}const a108_0x39d4b8=a108_0x20eb;(function(_0x2a32af,_0x730e4e){const _0x277185=a108_0x20eb,_0xfa47fa=_0x2a32af();while(!![]){try{const _0x4d1de3=parseInt(_0x277185(0x12f))/0x1+parseInt(_0x277185(0x13a))/0x2*(parseInt(_0x277185(0x132))/0x3)+parseInt(_0x277185(0x130))/0x4+parseInt(_0x277185(0x13f))/0x5+-parseInt(_0x277185(0x140))/0x6*(-parseInt(_0x277185(0x137))/0x7)+-parseInt(_0x277185(0x141))/0x8+parseInt(_0x277185(0x136))/0x9;if(_0x4d1de3===_0x730e4e)break;else _0xfa47fa['push'](_0xfa47fa['shift']());}catch(_0x376e3d){_0xfa47fa['push'](_0xfa47fa['shift']());}}}(a108_0x516f,0xe5470));const AutomationFrameworkState=require(a108_0x39d4b8(0x135)),TrackedInstance=require(a108_0x39d4b8(0x13c)),now=new Date();function a108_0x516f(){const _0x4f18f0=['159559WhBjYU','1150732rnZszP','frameworkName','3MDKWFb','exports','4|3|0|5|2|1','../state/automationFrameworkState','8099604CCoDlo','7SuNvPs','NONE','frameworkVersion','266226AArgsS','createdAt','./trackedInstance','toLocaleString','lastState','928350WWVMQw','3102690ilgnMC','9951808lmOwOx','getFrameworkVersion','split','YPsJa','getState','getFrameworkName','state'];a108_0x516f=function(){return _0x4f18f0;};return a108_0x516f();}class AutomationFrameworkInstance extends TrackedInstance{constructor(_0x2a4ded,_0x4c7dae,_0x48574c,_0xb8ad0){const _0x215d28=a108_0x39d4b8,_0x463dac={};_0x463dac[_0x215d28(0x144)]=_0x215d28(0x134);const _0x3bae59=_0x463dac,_0x959400=_0x3bae59['YPsJa'][_0x215d28(0x143)]('|');let _0x3e5b28=0x0;while(!![]){switch(_0x959400[_0x3e5b28++]){case'0':this[_0x215d28(0x139)]=_0x48574c;continue;case'1':this[_0x215d28(0x13b)]=now[_0x215d28(0x13d)]();continue;case'2':this[_0x215d28(0x13e)]=AutomationFrameworkState[_0x215d28(0x138)];continue;case'3':this[_0x215d28(0x131)]=_0x4c7dae;continue;case'4':super(_0x2a4ded);continue;case'5':this[_0x215d28(0x12e)]=_0xb8ad0;continue;}break;}}[a108_0x39d4b8(0x12d)](){const _0x25ca17=a108_0x39d4b8;return this[_0x25ca17(0x131)];}[a108_0x39d4b8(0x142)](){return this['frameworkVersion'];}[a108_0x39d4b8(0x145)](){return this['state'];}['setState'](_0x282cbf){const _0x16d82=a108_0x39d4b8;this[_0x16d82(0x13e)]=this[_0x16d82(0x12e)],this[_0x16d82(0x12e)]=_0x282cbf;}}module[a108_0x39d4b8(0x133)]=AutomationFrameworkInstance;
1
+ const a108_0x3a4d2c=a108_0x2e05;(function(_0x1aec54,_0x166063){const _0x425e53=a108_0x2e05,_0x52e186=_0x1aec54();while(!![]){try{const _0x56e38a=parseInt(_0x425e53(0x124))/0x1*(-parseInt(_0x425e53(0x134))/0x2)+-parseInt(_0x425e53(0x135))/0x3+parseInt(_0x425e53(0x123))/0x4+parseInt(_0x425e53(0x133))/0x5+-parseInt(_0x425e53(0x132))/0x6*(parseInt(_0x425e53(0x125))/0x7)+parseInt(_0x425e53(0x137))/0x8+-parseInt(_0x425e53(0x12d))/0x9;if(_0x56e38a===_0x166063)break;else _0x52e186['push'](_0x52e186['shift']());}catch(_0x393e91){_0x52e186['push'](_0x52e186['shift']());}}}(a108_0x15d3,0x451db));function a108_0x15d3(){const _0x43bdbe=['split','./trackedInstance','1648508ZHeRTf','117157DiISxX','112MFMsRR','2|3|4|5|0|1','getState','toLocaleString','getFrameworkName','state','setState','frameworkVersion','3514266pmKZCM','NONE','../state/automationFrameworkState','gppvN','createdAt','95658HhjCNb','1480615vosEnY','2JXRHHW','446097ZTBgBX','getFrameworkVersion','3890136atVWnh','lastState','frameworkName'];a108_0x15d3=function(){return _0x43bdbe;};return a108_0x15d3();}const AutomationFrameworkState=require(a108_0x3a4d2c(0x12f)),TrackedInstance=require(a108_0x3a4d2c(0x13b)),now=new Date();class AutomationFrameworkInstance extends TrackedInstance{constructor(_0x2afbc9,_0x47419f,_0x317cd4,_0x474a67){const _0x16ee60=a108_0x3a4d2c,_0x1ebd87={};_0x1ebd87[_0x16ee60(0x130)]=_0x16ee60(0x126);const _0x52e9da=_0x1ebd87,_0x59919c=_0x52e9da['gppvN'][_0x16ee60(0x13a)]('|');let _0x2a01f7=0x0;while(!![]){switch(_0x59919c[_0x2a01f7++]){case'0':this[_0x16ee60(0x138)]=AutomationFrameworkState[_0x16ee60(0x12e)];continue;case'1':this[_0x16ee60(0x131)]=now[_0x16ee60(0x128)]();continue;case'2':super(_0x2afbc9);continue;case'3':this[_0x16ee60(0x139)]=_0x47419f;continue;case'4':this['frameworkVersion']=_0x317cd4;continue;case'5':this[_0x16ee60(0x12a)]=_0x474a67;continue;}break;}}[a108_0x3a4d2c(0x129)](){return this['frameworkName'];}[a108_0x3a4d2c(0x136)](){const _0x2ea38a=a108_0x3a4d2c;return this[_0x2ea38a(0x12c)];}[a108_0x3a4d2c(0x127)](){return this['state'];}[a108_0x3a4d2c(0x12b)](_0x332862){const _0xf991a=a108_0x3a4d2c;this[_0xf991a(0x138)]=this[_0xf991a(0x12a)],this['state']=_0x332862;}}function a108_0x2e05(_0x42d05a,_0x3d4e69){const _0x15d30e=a108_0x15d3();return a108_0x2e05=function(_0x2e0553,_0x345416){_0x2e0553=_0x2e0553-0x123;let _0x2ba4a4=_0x15d30e[_0x2e0553];return _0x2ba4a4;},a108_0x2e05(_0x42d05a,_0x3d4e69);}module['exports']=AutomationFrameworkInstance;
@@ -1 +1 @@
1
- function a109_0x225b(_0x4dada1,_0x255cb9){const _0x200707=a109_0x2007();return a109_0x225b=function(_0x225bba,_0x53f4f0){_0x225bba=_0x225bba-0xb0;let _0x35ce68=_0x200707[_0x225bba];return _0x35ce68;},a109_0x225b(_0x4dada1,_0x255cb9);}const a109_0x3d941f=a109_0x225b;(function(_0x54536c,_0x3a46b5){const _0xb83976=a109_0x225b,_0x778ef3=_0x54536c();while(!![]){try{const _0x183e0c=-parseInt(_0xb83976(0xc1))/0x1+parseInt(_0xb83976(0xcd))/0x2*(-parseInt(_0xb83976(0xd7))/0x3)+parseInt(_0xb83976(0xda))/0x4+parseInt(_0xb83976(0xd6))/0x5+parseInt(_0xb83976(0xc6))/0x6*(-parseInt(_0xb83976(0xcf))/0x7)+parseInt(_0xb83976(0xb2))/0x8*(-parseInt(_0xb83976(0xbd))/0x9)+-parseInt(_0xb83976(0xba))/0xa*(-parseInt(_0xb83976(0xce))/0xb);if(_0x183e0c===_0x3a46b5)break;else _0x778ef3['push'](_0x778ef3['shift']());}catch(_0x38fe8a){_0x778ef3['push'](_0x778ef3['shift']());}}}(a109_0x2007,0x81605));const {createClassLogger}=require(a109_0x3d941f(0xd9)),logger=createClassLogger(a109_0x3d941f(0xd8)),HookState=require(a109_0x3d941f(0xd0)),TestFrameworkState=require(a109_0x3d941f(0xb9)),TrackedContext=require(a109_0x3d941f(0xb5)),TrackedInstance=require('./trackedInstance'),now=new Date();function a109_0x2007(){const _0x4960a6=['getPendingHooks','delete','getCreatedAt','toLocaleString','currentTestState','2716875uZvYnn','1311CKbpoq','TrackedInstance','../../../helpers/classLogger','546596VcxFaP','get','removePendingHooks','setCurrentTestState','YkbrT','setLastHookState','216uhmwzV','lastTestState','set','./trackedContext','getLastTestState','hasPendingHooks','setLastTestState','../state/testFrameworkState','440qdmTRQ','getAllPendingHookTestIds','push','135027XEEiDA','5|8|2|3|1|0|6|7|4','keys','addPendingHook','603252NstxGk','testFrameworksVersions','createdAt','split','from','6ZRuJZE','pendingHooks','lastHookState','exports','NONE','testFrameworks','has','152BuWCOl','307956TVLxJL','2382646fZBuug','../state/hookState'];a109_0x2007=function(){return _0x4960a6;};return a109_0x2007();}class TestFrameworkInstance extends TrackedInstance{constructor(_0x3b5c01,_0x391c59,_0x146ce5,_0x3cba3d,_0x301994){const _0x49952b=a109_0x3d941f,_0x4a67e0={};_0x4a67e0[_0x49952b(0xb0)]=_0x49952b(0xbe);const _0x532111=_0x4a67e0,_0x3cf9e2=_0x532111['YkbrT'][_0x49952b(0xc4)]('|');let _0x5276c7=0x0;while(!![]){switch(_0x3cf9e2[_0x5276c7++]){case'0':this['lastTestState']=TestFrameworkState[_0x49952b(0xca)];continue;case'1':this['currentHookState']=_0x301994;continue;case'2':this[_0x49952b(0xc2)]=_0x146ce5;continue;case'3':this[_0x49952b(0xd5)]=_0x3cba3d;continue;case'4':this[_0x49952b(0xc7)]=new Map();continue;case'5':super(_0x3b5c01);continue;case'6':this[_0x49952b(0xc8)]=HookState['NONE'];continue;case'7':this['createdAt']=now[_0x49952b(0xd4)]();continue;case'8':this[_0x49952b(0xcb)]=_0x391c59;continue;}break;}}['getCurrentTestState'](){const _0x53a289=a109_0x3d941f;return this[_0x53a289(0xd5)];}[a109_0x3d941f(0xdd)](_0x3f4101){const _0x2a702c=a109_0x3d941f;this[_0x2a702c(0xb8)](this[_0x2a702c(0xd5)]),this[_0x2a702c(0xd5)]=_0x3f4101;}['getCurrentHookState'](){return this['currentHookState'];}['setCurrentHookState'](_0x588131){this['setLastHookState'](this['currentHookState']),this['currentHookState']=_0x588131;}[a109_0x3d941f(0xb6)](){const _0x59afbf=a109_0x3d941f;return this[_0x59afbf(0xb3)];}[a109_0x3d941f(0xb8)](_0x1134b6){const _0x3166f4=a109_0x3d941f;this[_0x3166f4(0xb3)]=_0x1134b6;}['getLastHookState'](){const _0x2420e5=a109_0x3d941f;return this[_0x2420e5(0xc8)];}[a109_0x3d941f(0xb1)](_0xb20da7){this['lastHookState']=_0xb20da7;}[a109_0x3d941f(0xd3)](){const _0x105cfd=a109_0x3d941f;return this[_0x105cfd(0xc3)];}[a109_0x3d941f(0xc0)](_0x2d250f,_0xac6db5){const _0x5aa675=a109_0x3d941f;!this[_0x5aa675(0xc7)]['has'](_0x2d250f)&&this[_0x5aa675(0xc7)][_0x5aa675(0xb4)](_0x2d250f,[]),this[_0x5aa675(0xc7)]['get'](_0x2d250f)[_0x5aa675(0xbc)](_0xac6db5);}[a109_0x3d941f(0xd1)](_0x174c31){const _0x3de31b=a109_0x3d941f;return this[_0x3de31b(0xc7)][_0x3de31b(0xdb)](_0x174c31)||[];}[a109_0x3d941f(0xdc)](_0x5708ac){const _0x21cea3=a109_0x3d941f;this['pendingHooks'][_0x21cea3(0xd2)](_0x5708ac);}[a109_0x3d941f(0xb7)](_0x4f4743){const _0x7d4b1b=a109_0x3d941f;return this[_0x7d4b1b(0xc7)][_0x7d4b1b(0xcc)](_0x4f4743);}[a109_0x3d941f(0xbb)](){const _0x4c55eb=a109_0x3d941f;return Array[_0x4c55eb(0xc5)](this[_0x4c55eb(0xc7)][_0x4c55eb(0xbf)]());}}module[a109_0x3d941f(0xc9)]=TestFrameworkInstance;
1
+ function a109_0x3693(_0xf2670f,_0x3dbc35){const _0x7816c1=a109_0x7816();return a109_0x3693=function(_0x369392,_0xf32189){_0x369392=_0x369392-0x1d8;let _0xc3983f=_0x7816c1[_0x369392];return _0xc3983f;},a109_0x3693(_0xf2670f,_0x3dbc35);}const a109_0x5c6308=a109_0x3693;function a109_0x7816(){const _0x3ecb82=['getCurrentHookState','has','lastHookState','4079730SXMfdb','pendingHooks','../state/testFrameworkState','NONE','addPendingHook','162780rHdmqY','createdAt','../../../helpers/classLogger','exports','9uOIxWk','getCreatedAt','598233GnzQTN','IZRBz','testFrameworks','getLastHookState','currentHookState','./trackedContext','1595032qmcmzI','2|3|4|7|5|6|1|8|0','../state/hookState','getLastTestState','301092ZTowMe','setLastHookState','TrackedInstance','getPendingHooks','38192JLAeKg','delete','getAllPendingHookTestIds','./trackedInstance','36wLiGvM','getCurrentTestState','115noLDbN','hasPendingHooks','keys','from','set','21976AgCvEv','get','lastTestState','setLastTestState','setCurrentHookState','currentTestState','push','split','removePendingHooks'];a109_0x7816=function(){return _0x3ecb82;};return a109_0x7816();}(function(_0x1eb723,_0x131241){const _0x5a8ca2=a109_0x3693,_0x359a65=_0x1eb723();while(!![]){try{const _0x3a443d=parseInt(_0x5a8ca2(0x1e9))/0x1+parseInt(_0x5a8ca2(0x1f9))/0x2+-parseInt(_0x5a8ca2(0x1ef))/0x3+-parseInt(_0x5a8ca2(0x1d8))/0x4*(parseInt(_0x5a8ca2(0x203))/0x5)+-parseInt(_0x5a8ca2(0x201))/0x6*(parseInt(_0x5a8ca2(0x1fd))/0x7)+parseInt(_0x5a8ca2(0x1f5))/0x8*(-parseInt(_0x5a8ca2(0x1ed))/0x9)+parseInt(_0x5a8ca2(0x1e4))/0xa;if(_0x3a443d===_0x131241)break;else _0x359a65['push'](_0x359a65['shift']());}catch(_0x378c4b){_0x359a65['push'](_0x359a65['shift']());}}}(a109_0x7816,0x27e53));const {createClassLogger}=require(a109_0x5c6308(0x1eb)),logger=createClassLogger(a109_0x5c6308(0x1fb)),HookState=require(a109_0x5c6308(0x1f7)),TestFrameworkState=require(a109_0x5c6308(0x1e6)),TrackedContext=require(a109_0x5c6308(0x1f4)),TrackedInstance=require(a109_0x5c6308(0x200)),now=new Date();class TestFrameworkInstance extends TrackedInstance{constructor(_0xbec8b,_0x42d177,_0x4828b2,_0x1ddceb,_0x21f24d){const _0x5942cf=a109_0x5c6308,_0x3996cc={};_0x3996cc[_0x5942cf(0x1f0)]=_0x5942cf(0x1f6);const _0x3119a2=_0x3996cc,_0x15e801=_0x3119a2[_0x5942cf(0x1f0)][_0x5942cf(0x1df)]('|');let _0x304240=0x0;while(!![]){switch(_0x15e801[_0x304240++]){case'0':this['pendingHooks']=new Map();continue;case'1':this[_0x5942cf(0x1e3)]=HookState[_0x5942cf(0x1e7)];continue;case'2':super(_0xbec8b);continue;case'3':this[_0x5942cf(0x1f1)]=_0x42d177;continue;case'4':this['testFrameworksVersions']=_0x4828b2;continue;case'5':this['currentHookState']=_0x21f24d;continue;case'6':this['lastTestState']=TestFrameworkState[_0x5942cf(0x1e7)];continue;case'7':this[_0x5942cf(0x1dd)]=_0x1ddceb;continue;case'8':this['createdAt']=now['toLocaleString']();continue;}break;}}[a109_0x5c6308(0x202)](){const _0x345877=a109_0x5c6308;return this[_0x345877(0x1dd)];}['setCurrentTestState'](_0x8b85b6){const _0x181ecb=a109_0x5c6308;this['setLastTestState'](this[_0x181ecb(0x1dd)]),this[_0x181ecb(0x1dd)]=_0x8b85b6;}[a109_0x5c6308(0x1e1)](){const _0xc75d99=a109_0x5c6308;return this[_0xc75d99(0x1f3)];}[a109_0x5c6308(0x1dc)](_0x26bcbd){const _0x1de883=a109_0x5c6308;this[_0x1de883(0x1fa)](this[_0x1de883(0x1f3)]),this[_0x1de883(0x1f3)]=_0x26bcbd;}[a109_0x5c6308(0x1f8)](){const _0x56443b=a109_0x5c6308;return this[_0x56443b(0x1da)];}[a109_0x5c6308(0x1db)](_0x1ed424){this['lastTestState']=_0x1ed424;}[a109_0x5c6308(0x1f2)](){const _0x883062=a109_0x5c6308;return this[_0x883062(0x1e3)];}[a109_0x5c6308(0x1fa)](_0x35da62){const _0x21e3cc=a109_0x5c6308;this[_0x21e3cc(0x1e3)]=_0x35da62;}[a109_0x5c6308(0x1ee)](){const _0x9aceb1=a109_0x5c6308;return this[_0x9aceb1(0x1ea)];}[a109_0x5c6308(0x1e8)](_0x5e77b9,_0x5a8cf2){const _0x30dd1d=a109_0x5c6308;!this[_0x30dd1d(0x1e5)][_0x30dd1d(0x1e2)](_0x5e77b9)&&this[_0x30dd1d(0x1e5)][_0x30dd1d(0x207)](_0x5e77b9,[]),this[_0x30dd1d(0x1e5)][_0x30dd1d(0x1d9)](_0x5e77b9)[_0x30dd1d(0x1de)](_0x5a8cf2);}[a109_0x5c6308(0x1fc)](_0x403faa){const _0x2b1200=a109_0x5c6308;return this[_0x2b1200(0x1e5)]['get'](_0x403faa)||[];}[a109_0x5c6308(0x1e0)](_0x4b59d6){const _0x289eff=a109_0x5c6308;this['pendingHooks'][_0x289eff(0x1fe)](_0x4b59d6);}[a109_0x5c6308(0x204)](_0xf0052e){const _0xe827f7=a109_0x5c6308;return this[_0xe827f7(0x1e5)][_0xe827f7(0x1e2)](_0xf0052e);}[a109_0x5c6308(0x1ff)](){const _0x389693=a109_0x5c6308;return Array[_0x389693(0x206)](this['pendingHooks'][_0x389693(0x205)]());}}module[a109_0x5c6308(0x1ec)]=TestFrameworkInstance;
@@ -1 +1 @@
1
- function a110_0x1945(_0x5aaa05,_0x1ae9d7){const _0xfc434c=a110_0xfc43();return a110_0x1945=function(_0x194517,_0x3adcb4){_0x194517=_0x194517-0xd1;let _0x1354f0=_0xfc434c[_0x194517];return _0x1354f0;},a110_0x1945(_0x5aaa05,_0x1ae9d7);}const a110_0x2a0a62=a110_0x1945;(function(_0x3e64f0,_0x4c16bf){const _0x3dca62=a110_0x1945,_0x470d28=_0x3e64f0();while(!![]){try{const _0x16c9b1=-parseInt(_0x3dca62(0xda))/0x1+-parseInt(_0x3dca62(0xd8))/0x2*(-parseInt(_0x3dca62(0xd4))/0x3)+-parseInt(_0x3dca62(0xd9))/0x4+parseInt(_0x3dca62(0xd5))/0x5*(parseInt(_0x3dca62(0xd2))/0x6)+-parseInt(_0x3dca62(0xdd))/0x7*(-parseInt(_0x3dca62(0xd3))/0x8)+parseInt(_0x3dca62(0xe4))/0x9*(-parseInt(_0x3dca62(0xdb))/0xa)+parseInt(_0x3dca62(0xde))/0xb*(parseInt(_0x3dca62(0xdc))/0xc);if(_0x16c9b1===_0x4c16bf)break;else _0x470d28['push'](_0x470d28['shift']());}catch(_0x4a3f18){_0x470d28['push'](_0x470d28['shift']());}}}(a110_0xfc43,0x764e0));function a110_0xfc43(){const _0x33990c=['getId','getType','45SiCIut','processId','913494XnmDkq','8nBvNHS','1422XMYeOS','5hjZEyr','getProcessId','getThreadId','1262ZAwYIV','1195424kCOXVQ','646705MesnLU','797530YWyoZB','462216NsqRZX','745255KqNqrN','363uRkErm','threadId','TrackedContext','type'];a110_0xfc43=function(){return _0x33990c;};return a110_0xfc43();}const {createClassLogger}=require('../../../helpers/classLogger'),logger=createClassLogger(a110_0x2a0a62(0xe0));class TrackedContext{constructor(_0x39e551,_0x429897,_0x30bd95,_0x2f86df){const _0x515132=a110_0x2a0a62;this['id']=_0x39e551,this[_0x515132(0xdf)]=_0x429897,this['processId']=_0x30bd95,this[_0x515132(0xe1)]=_0x2f86df;}[a110_0x2a0a62(0xd7)](){return this['threadId'];}[a110_0x2a0a62(0xd6)](){const _0xca6f89=a110_0x2a0a62;return this[_0xca6f89(0xd1)];}[a110_0x2a0a62(0xe2)](){return this['id'];}[a110_0x2a0a62(0xe3)](){const _0x4fb74b=a110_0x2a0a62;return this[_0x4fb74b(0xe1)];}}module['exports']=TrackedContext;
1
+ const a110_0x13159e=a110_0x1e23;(function(_0x258eb4,_0x3104da){const _0x1a7606=a110_0x1e23,_0x8cabb0=_0x258eb4();while(!![]){try{const _0x240a72=-parseInt(_0x1a7606(0xaf))/0x1*(-parseInt(_0x1a7606(0xb8))/0x2)+parseInt(_0x1a7606(0xb9))/0x3*(-parseInt(_0x1a7606(0xb0))/0x4)+-parseInt(_0x1a7606(0xb1))/0x5+-parseInt(_0x1a7606(0xbd))/0x6+-parseInt(_0x1a7606(0xb2))/0x7*(-parseInt(_0x1a7606(0xb3))/0x8)+parseInt(_0x1a7606(0xb6))/0x9+parseInt(_0x1a7606(0xb7))/0xa;if(_0x240a72===_0x3104da)break;else _0x8cabb0['push'](_0x8cabb0['shift']());}catch(_0x283799){_0x8cabb0['push'](_0x8cabb0['shift']());}}}(a110_0x94b6,0xf2f9c));function a110_0x94b6(){const _0x5356fd=['7288045twUoRe','62027upTlPb','152MTIchB','getProcessId','getType','11883024XOEbos','21039340rHnFLO','962266lntUHD','30567TbhZNX','threadId','getId','getThreadId','5996376HuBQJx','../../../helpers/classLogger','processId','type','1XHOqQc','244YTqKAW'];a110_0x94b6=function(){return _0x5356fd;};return a110_0x94b6();}const {createClassLogger}=require(a110_0x13159e(0xbe)),logger=createClassLogger('TrackedContext');class TrackedContext{constructor(_0x252732,_0x57ecf1,_0x446fc0,_0x47ef70){const _0x45336a=a110_0x13159e;this['id']=_0x252732,this['threadId']=_0x57ecf1,this[_0x45336a(0xad)]=_0x446fc0,this[_0x45336a(0xae)]=_0x47ef70;}[a110_0x13159e(0xbc)](){const _0xf7d894=a110_0x13159e;return this[_0xf7d894(0xba)];}[a110_0x13159e(0xb4)](){const _0x47a98f=a110_0x13159e;return this[_0x47a98f(0xad)];}[a110_0x13159e(0xbb)](){return this['id'];}[a110_0x13159e(0xb5)](){const _0x3f2639=a110_0x13159e;return this[_0x3f2639(0xae)];}}function a110_0x1e23(_0x585030,_0x55957b){const _0x94b6a5=a110_0x94b6();return a110_0x1e23=function(_0x1e2317,_0x491cd3){_0x1e2317=_0x1e2317-0xad;let _0x3b54ff=_0x94b6a5[_0x1e2317];return _0x3b54ff;},a110_0x1e23(_0x585030,_0x55957b);}module['exports']=TrackedContext;
@@ -1 +1 @@
1
- const a111_0x1342bc=a111_0x3a72;(function(_0x17ea25,_0x53296f){const _0x3c9bbf=a111_0x3a72,_0x38eb66=_0x17ea25();while(!![]){try{const _0x437cfb=parseInt(_0x3c9bbf(0x1c6))/0x1+parseInt(_0x3c9bbf(0x1bd))/0x2+parseInt(_0x3c9bbf(0x1c8))/0x3+parseInt(_0x3c9bbf(0x1d0))/0x4*(parseInt(_0x3c9bbf(0x1b6))/0x5)+-parseInt(_0x3c9bbf(0x1d8))/0x6+-parseInt(_0x3c9bbf(0x1b9))/0x7*(-parseInt(_0x3c9bbf(0x1ba))/0x8)+parseInt(_0x3c9bbf(0x1c4))/0x9*(-parseInt(_0x3c9bbf(0x1cd))/0xa);if(_0x437cfb===_0x53296f)break;else _0x38eb66['push'](_0x38eb66['shift']());}catch(_0x2aee6b){_0x38eb66['push'](_0x38eb66['shift']());}}}(a111_0x4b4e,0x9d729));const TrackedContext=require(a111_0x1342bc(0x1bc)),crypto=require(a111_0x1342bc(0x1cf)),{threadId}=require(a111_0x1342bc(0x1d5));function a111_0x3a72(_0x37aeff,_0x4d286b){const _0x4b4e2c=a111_0x4b4e();return a111_0x3a72=function(_0x3a724a,_0x3fc518){_0x3a724a=_0x3a724a-0x1b6;let _0x3b4c6e=_0x4b4e2c[_0x3a724a];return _0x3b4c6e;},a111_0x3a72(_0x37aeff,_0x4d286b);}class TrackedInstance{static [a111_0x1342bc(0x1be)]=a111_0x1342bc(0x1c2);constructor(_0x5b6b3e){const _0x1b2834=a111_0x1342bc;this[_0x1b2834(0x1c3)]=_0x5b6b3e,this['data']=new Map();}[a111_0x1342bc(0x1d2)](){const _0x3f4ed7=a111_0x1342bc;return this[_0x3f4ed7(0x1c3)]['getId']();}[a111_0x1342bc(0x1c5)](){const _0x3328d9=a111_0x1342bc;return this[_0x3328d9(0x1c3)];}[a111_0x1342bc(0x1d4)](){const _0x5934af=a111_0x1342bc;return this[_0x5934af(0x1d1)];}[a111_0x1342bc(0x1d6)](_0x59e99d){Object['keys'](_0x59e99d)['forEach'](_0x2f8810=>{const _0x1b068c=a111_0x3a72;this[_0x1b068c(0x1d1)][_0x1b068c(0x1b7)](_0x2f8810,_0x59e99d[_0x2f8810]);});}['addMultipleEntries'](_0x293b7e){const _0x457d1a=a111_0x1342bc;Object[_0x457d1a(0x1d7)](_0x293b7e)['forEach'](([_0x188083,_0x14c8ce])=>{const _0x13adae=_0x457d1a,_0x9aa1fc=this[_0x13adae(0x1d1)]['get'](_0x188083)||{},_0x548c2d={..._0x9aa1fc,..._0x14c8ce},_0x3db7a4=_0x548c2d;this[_0x13adae(0x1d1)]['set'](_0x188083,_0x3db7a4);});}[a111_0x1342bc(0x1bf)](_0x468a18){const _0x169a76=a111_0x1342bc;return this[_0x169a76(0x1d1)][_0x169a76(0x1cb)](_0x468a18);}[a111_0x1342bc(0x1cc)](_0x427f1e,_0xf4fd0){const _0x3764c3=a111_0x1342bc;this[_0x3764c3(0x1d1)][_0x3764c3(0x1b7)](_0x427f1e,_0xf4fd0);}static['createContext'](_0x59d943){const _0x15c8b5=a111_0x1342bc,_0x46e9da={};_0x46e9da['CdjLn']=_0x15c8b5(0x1c1),_0x46e9da[_0x15c8b5(0x1c9)]=_0x15c8b5(0x1bb),_0x46e9da[_0x15c8b5(0x1c0)]=function(_0x56accc,_0xd254f){return _0x56accc||_0xd254f;};const _0x3d5867=_0x46e9da;return new TrackedContext(crypto[_0x15c8b5(0x1c7)](_0x3d5867[_0x15c8b5(0x1ca)])['update'](_0x59d943)[_0x15c8b5(0x1ce)](_0x3d5867[_0x15c8b5(0x1c9)]),_0x3d5867[_0x15c8b5(0x1c0)](threadId,0x0),process[_0x15c8b5(0x1b8)],typeof _0x59d943);}}module[a111_0x1342bc(0x1d3)]=TrackedInstance;function a111_0x4b4e(){const _0x1c0491=['getAllData','worker_threads','updateMultipleEntries','entries','1175274luvgyP','5sfpADF','set','pid','1092fdcZNo','40776jEDnuZ','hex','./trackedContext','1662684verhGz','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','getData','XCIxv','sha256','isBrowserstackAutomationSession','context','46566LXtBgZ','getContext','344877gxOuzb','createHash','1428531YADWlM','sHJpZ','CdjLn','get','updateData','4970BnGhEF','digest','crypto','3858936aMClLS','data','getRef','exports'];a111_0x4b4e=function(){return _0x1c0491;};return a111_0x4b4e();}
1
+ const a111_0x575796=a111_0x1309;(function(_0x24397f,_0x10087a){const _0x43e057=a111_0x1309,_0x3ec20e=_0x24397f();while(!![]){try{const _0x3d1abc=-parseInt(_0x43e057(0x1e1))/0x1+-parseInt(_0x43e057(0x1e3))/0x2+-parseInt(_0x43e057(0x1da))/0x3*(parseInt(_0x43e057(0x1d5))/0x4)+-parseInt(_0x43e057(0x1d3))/0x5*(-parseInt(_0x43e057(0x1eb))/0x6)+parseInt(_0x43e057(0x1f0))/0x7*(-parseInt(_0x43e057(0x1e5))/0x8)+parseInt(_0x43e057(0x1dd))/0x9*(-parseInt(_0x43e057(0x1e2))/0xa)+parseInt(_0x43e057(0x1f2))/0xb*(parseInt(_0x43e057(0x1e0))/0xc);if(_0x3d1abc===_0x10087a)break;else _0x3ec20e['push'](_0x3ec20e['shift']());}catch(_0x293506){_0x3ec20e['push'](_0x3ec20e['shift']());}}}(a111_0x1165,0xe6517));const TrackedContext=require(a111_0x575796(0x1dc)),crypto=require(a111_0x575796(0x1ef)),{threadId}=require(a111_0x575796(0x1ed));function a111_0x1165(){const _0x4d6140=['11928098bsAKkv','addMultipleEntries','84575139ziaaHo','hex','forEach','data','digest','entries','update','172165ZycLGl','isBrowserstackAutomationSession','6922252OVYykP','sha256','dXDZj','context','updateData','3qTIDEP','fDoem','./trackedContext','54ZHDqOU','updateMultipleEntries','exports','12SxViGc','1329809pgtsex','692630bvEiyW','3268336aCkhCN','get','8JOvNOJ','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','createHash','set','createContext','bBNZV','12NLYHAx','getData','worker_threads','pid','crypto'];a111_0x1165=function(){return _0x4d6140;};return a111_0x1165();}class TrackedInstance{static [a111_0x575796(0x1e6)]=a111_0x575796(0x1d4);constructor(_0x3387ba){const _0xefb8d0=a111_0x575796;this[_0xefb8d0(0x1d8)]=_0x3387ba,this[_0xefb8d0(0x1f5)]=new Map();}['getRef'](){const _0x3bfc2f=a111_0x575796;return this[_0x3bfc2f(0x1d8)]['getId']();}['getContext'](){const _0x156918=a111_0x575796;return this[_0x156918(0x1d8)];}['getAllData'](){return this['data'];}[a111_0x575796(0x1de)](_0xf32829){const _0x416a2a=a111_0x575796;Object['keys'](_0xf32829)[_0x416a2a(0x1f4)](_0x1d1277=>{const _0x3f2f10=_0x416a2a;this[_0x3f2f10(0x1f5)][_0x3f2f10(0x1e8)](_0x1d1277,_0xf32829[_0x1d1277]);});}[a111_0x575796(0x1f1)](_0x1d66b8){const _0x46dfc6=a111_0x575796;Object[_0x46dfc6(0x1d1)](_0x1d66b8)[_0x46dfc6(0x1f4)](([_0x435697,_0x36058c])=>{const _0x3ba05b=_0x46dfc6,_0x219e3c=this[_0x3ba05b(0x1f5)][_0x3ba05b(0x1e4)](_0x435697)||{},_0x20326d={..._0x219e3c,..._0x36058c},_0x11fe4d=_0x20326d;this[_0x3ba05b(0x1f5)][_0x3ba05b(0x1e8)](_0x435697,_0x11fe4d);});}[a111_0x575796(0x1ec)](_0x23bea9){const _0x68ff3a=a111_0x575796;return this[_0x68ff3a(0x1f5)]['get'](_0x23bea9);}[a111_0x575796(0x1d9)](_0x2d4b4a,_0x20e6db){const _0x485487=a111_0x575796;this['data'][_0x485487(0x1e8)](_0x2d4b4a,_0x20e6db);}static[a111_0x575796(0x1e9)](_0x7c5de9){const _0x323d4e=a111_0x575796,_0x34de06={};_0x34de06['fDoem']=_0x323d4e(0x1d6),_0x34de06[_0x323d4e(0x1d7)]=_0x323d4e(0x1f3),_0x34de06[_0x323d4e(0x1ea)]=function(_0x3d2031,_0x421957){return _0x3d2031||_0x421957;};const _0x2eff46=_0x34de06;return new TrackedContext(crypto[_0x323d4e(0x1e7)](_0x2eff46[_0x323d4e(0x1db)])[_0x323d4e(0x1d2)](_0x7c5de9)[_0x323d4e(0x1f6)](_0x2eff46[_0x323d4e(0x1d7)]),_0x2eff46[_0x323d4e(0x1ea)](threadId,0x0),process[_0x323d4e(0x1ee)],typeof _0x7c5de9);}}function a111_0x1309(_0x4753b2,_0x1e68d6){const _0x1165d6=a111_0x1165();return a111_0x1309=function(_0x13095a,_0x429e92){_0x13095a=_0x13095a-0x1d1;let _0x5efd1b=_0x1165d6[_0x13095a];return _0x5efd1b;},a111_0x1309(_0x4753b2,_0x1e68d6);}module[a111_0x575796(0x1df)]=TrackedInstance;
@@ -1 +1 @@
1
- const a112_0xd94137=a112_0x153f;(function(_0x56f48b,_0x4b3324){const _0x265610=a112_0x153f,_0x62fb9c=_0x56f48b();while(!![]){try{const _0x34e132=parseInt(_0x265610(0x83))/0x1+-parseInt(_0x265610(0x100))/0x2*(-parseInt(_0x265610(0x2ce))/0x3)+-parseInt(_0x265610(0x1f9))/0x4*(parseInt(_0x265610(0xf4))/0x5)+-parseInt(_0x265610(0x206))/0x6*(-parseInt(_0x265610(0x188))/0x7)+parseInt(_0x265610(0xa8))/0x8+-parseInt(_0x265610(0x17b))/0x9*(-parseInt(_0x265610(0xec))/0xa)+-parseInt(_0x265610(0x2b2))/0xb*(parseInt(_0x265610(0xd6))/0xc);if(_0x34e132===_0x4b3324)break;else _0x62fb9c['push'](_0x62fb9c['shift']());}catch(_0x43f033){_0x62fb9c['push'](_0x62fb9c['shift']());}}}(a112_0x4bb9,0x3ab2b));const BaseModule=require(a112_0xd94137(0xb0)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a112_0xd94137(0x217)),AutomationFramework=require(a112_0xd94137(0xae)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a112_0xd94137(0x210)),HookState=require(a112_0xd94137(0x1bb)),GrpcClient=require('../grpcClient'),scripts=require(a112_0xd94137(0x181)),logger=createClassLogger(a112_0xd94137(0x2d4)),PerformanceTester=require(a112_0xd94137(0x284)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a112_0xd94137(0x2d9)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a112_0xd94137(0x1a3)),{nestedKeyValue,isUndefined}=require(a112_0xd94137(0x14c)),util=require(a112_0xd94137(0x2dd)),TestInfo=require(a112_0xd94137(0x118)),TestFrameworkConstants=require(a112_0xd94137(0x214)),accessibilityHelper=require(a112_0xd94137(0xf8)),{FRAMEWORKS}=require('../../utils/constants.js');class AccessibilityModule extends BaseModule{static [a112_0xd94137(0x1af)]=AccessibilityModule['name'];static ['_centralAuthConfigFetched']=![];static ['_centralAuthA11yConfig']={};constructor(_0x52bf70){const _0x1f6e50=a112_0xd94137,_0x158169={};_0x158169[_0x1f6e50(0x27d)]='build-start',_0x158169[_0x1f6e50(0x2c9)]=_0x1f6e50(0xc5),_0x158169['BCecn']=_0x1f6e50(0x1bd),_0x158169[_0x1f6e50(0x292)]=_0x1f6e50(0x10a),_0x158169['FyMJC']=_0x1f6e50(0x119);const _0x9ce5aa=_0x158169;super(),AutomationFramework[_0x1f6e50(0x12e)](AutomationFrameworkState[_0x1f6e50(0x251)],HookState[_0x1f6e50(0x1e6)],this[_0x1f6e50(0x1c1)]['bind'](this)),AutomationFramework[_0x1f6e50(0x12e)](AutomationFrameworkState[_0x1f6e50(0x13d)],HookState['POST'],this['onBeforeTest']['bind'](this)),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x1f6e50(0x11b)],HookState[_0x1f6e50(0x1e6)],this[_0x1f6e50(0x185)][_0x1f6e50(0x2e8)](this)),this['isEnabled']=!![],this[_0x1f6e50(0x1f1)]=_0x52bf70[_0x1f6e50(0x2e3)](),this['accessibility']=new Map(),this[_0x1f6e50(0xef)]=new Map(),this[_0x1f6e50(0x2c8)]=_0x52bf70[_0x1f6e50(0xab)]?.()||![],this[_0x1f6e50(0x2ee)]=[],this[_0x1f6e50(0x1c6)]=![],this['_mobileScanningDisabledLogged']=![],this[_0x1f6e50(0x250)](_0x52bf70[_0x1f6e50(0x29e)]()[_0x1f6e50(0x158)]());const _0x4e7bd0=CLIUtils[_0x1f6e50(0xfc)](),_0x8f5705=_0x4e7bd0&&[FRAMEWORKS[_0x1f6e50(0x239)],FRAMEWORKS[_0x1f6e50(0x164)]][_0x1f6e50(0x14b)](_0x4e7bd0[_0x1f6e50(0x28e)]);_0x8f5705&&this[_0x1f6e50(0x290)](_0x52bf70[_0x1f6e50(0x29e)](),_0x9ce5aa['QPvDf']),logger[_0x1f6e50(0x29a)](_0x9ce5aa['IlWtq']),this[_0x1f6e50(0x28a)]=_0x9ce5aa[_0x1f6e50(0x8c)],this['KEY_DRIVER_HAS_URL']=_0x9ce5aa[_0x1f6e50(0x292)],this[_0x1f6e50(0x132)]=_0x9ce5aa[_0x1f6e50(0x107)];}[a112_0xd94137(0x240)](){const _0x21d6a9=a112_0xd94137;return this[_0x21d6a9(0x240)];}[a112_0xd94137(0x238)](){const _0x1bec83=a112_0xd94137;return AccessibilityModule[_0x1bec83(0x1af)];}[a112_0xd94137(0x1be)](){const _0x5628e5=a112_0xd94137;return this['accessibility'][_0x5628e5(0x8f)](CLIUtils[_0x5628e5(0x1a1)](),![]);}['getLogDisabledShown'](){const _0x1ea737=a112_0xd94137;return this['LOG_DISABLED_SHOWN'][_0x1ea737(0x8f)](CLIUtils[_0x1ea737(0x1a1)](),![]);}[a112_0xd94137(0x1dc)](_0x292bab){const _0x31630f=a112_0xd94137;this[_0x31630f(0xef)][_0x31630f(0x12d)](CLIUtils[_0x31630f(0x1a1)](),_0x292bab);}[a112_0xd94137(0x1ec)](){const _0x41790d=a112_0xd94137,_0x2ef135={'OuzMS':_0x41790d(0x7b),'xWrix':function(_0xf1cfcd,_0x5aa807){return _0xf1cfcd(_0x5aa807);},'vCyOA':_0x41790d(0x2a5),'uuySN':_0x41790d(0x86),'bfQkl':_0x41790d(0xd5)};if(this[_0x41790d(0x1c6)]){logger[_0x41790d(0x29a)](_0x2ef135[_0x41790d(0x17d)]);return;}try{const _0x3b5b04=_0x2ef135[_0x41790d(0x14e)](require,_0x2ef135[_0x41790d(0x1cc)]);_0x3b5b04&&_0x3b5b04['patchSendMessageToServer']?(_0x3b5b04[_0x41790d(0xcb)](),this[_0x41790d(0x1c6)]=!![],logger[_0x41790d(0x29a)](_0x2ef135['uuySN'])):logger['debug'](_0x2ef135[_0x41790d(0x233)]);}catch(_0x3bfb55){logger[_0x41790d(0x29a)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x41790d(0x128)](_0x3bfb55));}}['isPlatformSupported'](_0x21b3f2=null,_0x57dce8=null,_0x4a7585=null){const _0x55efaa=a112_0xd94137,_0x3827b8={'itWcf':function(_0x1fe027,_0x2343b5){return _0x1fe027&&_0x2343b5;},'bOwGX':_0x55efaa(0x182),'GeRvy':function(_0x225b53,_0x3b389f){return _0x225b53(_0x3b389f);},'jQlAM':_0x55efaa(0x14c),'wopWH':_0x55efaa(0x187),'selCw':_0x55efaa(0x10c),'eORme':function(_0x45f2ce,_0x2b210a){return _0x45f2ce===_0x2b210a;},'ogXKz':_0x55efaa(0x110),'CaBZY':_0x55efaa(0xaf),'pZdPQ':function(_0x1b922c,_0x3b7bdb){return _0x1b922c!==_0x3b7bdb;},'JQayB':function(_0xdb731e,_0xe40c6d,_0x40f1a9){return _0xdb731e(_0xe40c6d,_0x40f1a9);},'RFGKv':function(_0x4996d0,_0x34b126){return _0x4996d0(_0x34b126);},'EYBzn':function(_0x18fec2,_0x200278){return _0x18fec2(_0x200278);},'UeKDY':function(_0x47c1f4,_0x19074c){return _0x47c1f4<_0x19074c;},'cJoqB':_0x55efaa(0x200),'KcFAS':_0x55efaa(0x1c3),'olebE':_0x55efaa(0x162),'ueDvl':_0x55efaa(0x1b8),'SYNyE':_0x55efaa(0xe8),'aElzC':_0x55efaa(0x261),'odobq':function(_0x45d081){return _0x45d081();},'PZkOi':_0x55efaa(0xb8),'HIFEC':function(_0x1a10b2,_0x59bb08){return _0x1a10b2(_0x59bb08);},'WkkQz':function(_0x5c39d8,_0x22043e){return _0x5c39d8-_0x22043e;},'acBFt':function(_0x22d79b,_0x138333){return _0x22d79b>_0x138333;},'vKEwa':function(_0x48308d,_0x1b3849){return _0x48308d(_0x1b3849);},'ylBLt':_0x55efaa(0x1c5)};try{if(_0x3827b8[_0x55efaa(0x28f)](!_0x57dce8,!_0x4a7585))return logger[_0x55efaa(0x29a)](_0x3827b8[_0x55efaa(0x129)]),![];const {isUndefined:_0x2d2c43,isBrowserstackInfra:_0x299bf4}=_0x3827b8[_0x55efaa(0xb7)](require,_0x3827b8[_0x55efaa(0x1d5)]);if(!accessibilityHelper[_0x55efaa(0x1d9)]())return logger[_0x55efaa(0x29a)](_0x3827b8[_0x55efaa(0x2a9)]),![];if(this[_0x55efaa(0x2c8)]){const _0x37e193=(_0x57dce8[_0x55efaa(0x189)]||_0x57dce8[_0x3827b8[_0x55efaa(0x1cb)]]||'')[_0x55efaa(0xc2)]();if(_0x3827b8[_0x55efaa(0x272)](_0x37e193,_0x3827b8[_0x55efaa(0x2a6)])){const _0x36e980=_0x57dce8[_0x3827b8[_0x55efaa(0x101)]]||_0x57dce8[_0x55efaa(0x2e2)];if(_0x3827b8[_0x55efaa(0x1f5)](_0x36e980,undefined)&&_0x3827b8[_0x55efaa(0x1f5)](_0x36e980,null)){const _0x39243e=_0x3827b8[_0x55efaa(0x2dc)](parseInt,_0x3827b8[_0x55efaa(0x1f0)](String,_0x36e980)[_0x55efaa(0x22a)]('.')[0x0],0xa);if(!_0x3827b8[_0x55efaa(0x259)](isNaN,_0x39243e)&&_0x3827b8[_0x55efaa(0x2eb)](_0x39243e,0xb))return logger[_0x55efaa(0x166)](_0x55efaa(0x1eb)+_0x36e980),![];}}return!![];}const _0x536379=_0x57dce8['browserName']||_0x57dce8[_0x55efaa(0x1ff)],_0x420957=_0x57dce8[_0x55efaa(0xff)]||_0x57dce8[_0x55efaa(0x19e)];if(!accessibilityHelper[_0x55efaa(0xc1)](_0x536379))return logger[_0x55efaa(0x166)](_0x3827b8[_0x55efaa(0x15e)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x536379))try{const _0x4bf7e7=_0x57dce8[_0x55efaa(0x249)],_0x2ad21f=_0x3827b8[_0x55efaa(0x272)](_0x4bf7e7,!![])||_0x3827b8[_0x55efaa(0x272)](_0x4bf7e7,_0x3827b8['KcFAS'])||_0x3827b8[_0x55efaa(0x272)](typeof _0x4bf7e7,_0x3827b8[_0x55efaa(0x184)])&&_0x3827b8[_0x55efaa(0x272)](_0x4bf7e7[_0x55efaa(0xc2)](),_0x3827b8[_0x55efaa(0xdb)]);if(_0x2ad21f)return logger[_0x55efaa(0x166)](_0x3827b8[_0x55efaa(0xb6)]),![];const _0x217b88=_0x57dce8?.[_0x55efaa(0x283)]?.[_0x55efaa(0xbc)]||_0x57dce8?.[_0x3827b8[_0x55efaa(0x13e)]]?.[_0x55efaa(0xbc)]||[];if(Array[_0x55efaa(0x102)](_0x217b88)&&_0x217b88['some'](_0xd52ac2=>typeof _0xd52ac2===_0x55efaa(0x162)&&(_0xd52ac2==='--headless'||_0xd52ac2[_0x55efaa(0x1db)](_0x55efaa(0x152))&&_0xd52ac2!==_0x55efaa(0x23a))))return logger[_0x55efaa(0x166)](_0x3827b8['ueDvl']),![];}catch(_0x68d328){logger['debug'](_0x55efaa(0x280)+util[_0x55efaa(0x128)](_0x68d328));}if(_0x3827b8[_0x55efaa(0x1f5)](_0x420957,_0x3827b8[_0x55efaa(0xe4)])){const _0x3b027f=_0x3827b8[_0x55efaa(0xb2)](_0x299bf4),_0x31cebb=accessibilityHelper[_0x55efaa(0x167)](_0x536379,_0x3b027f),_0x193340=accessibilityHelper[_0x55efaa(0x241)](_0x536379);if(!accessibilityHelper[_0x55efaa(0x278)](_0x420957,_0x31cebb)){const _0x4ba8d7=_0x3b027f?'':_0x3827b8[_0x55efaa(0x2b4)],_0x230f2d=Number[_0x55efaa(0x1ba)](_0x3827b8[_0x55efaa(0x1a8)](parseFloat,_0x31cebb))?_0x3827b8[_0x55efaa(0xe1)](_0x3827b8[_0x55efaa(0xb7)](parseFloat,_0x31cebb),0x1):_0x31cebb;return logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x193340+'\x20browser\x20version\x20greater\x20than\x20'+_0x230f2d+'\x20'+_0x4ba8d7+'.'),![];}}else{const _0x275cc3=_0x57dce8[_0x55efaa(0xff)]||_0x57dce8['browser_version']||_0x57dce8[_0x55efaa(0x141)];if(_0x275cc3&&_0x3827b8['pZdPQ'](_0x275cc3,_0x3827b8[_0x55efaa(0xe4)])&&!_0x3827b8['acBFt'](_0x3827b8[_0x55efaa(0x204)](parseFloat,_0x275cc3),_0x3827b8[_0x55efaa(0x259)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x55efaa(0x166)](_0x3827b8['ylBLt']),![];}return!![];}catch(_0x4c1a16){return logger['debug'](_0x55efaa(0x146)+_0x4c1a16[_0x55efaa(0xfb)]),![];}}[a112_0xd94137(0x1ad)](_0x3fa025=[],_0x1405b8,_0x4f3761=a112_0xd94137(0x225)){const _0x1cf8f9=a112_0xd94137,_0x43d0b0={'uPvtp':function(_0x38d7cf,_0x3cf511){return _0x38d7cf===_0x3cf511;},'djecm':_0x1cf8f9(0xcd),'pelxK':function(_0x465f34,_0x370711){return _0x465f34||_0x370711;},'FSckw':function(_0x9e80d1,_0x3422e6){return _0x9e80d1===_0x3422e6;},'eBpzG':function(_0x35e307,_0x22aad0){return _0x35e307&&_0x22aad0;},'fgeCe':'unknown','VzyIZ':function(_0x5ab10b,_0x52175f){return _0x5ab10b(_0x52175f);},'HTPMM':function(_0x1a223f,_0x3604c9){return _0x1a223f>_0x3604c9;},'eHYHQ':function(_0x1efcb6,_0x3e007f){return _0x1efcb6&&_0x3e007f;}};try{const _0x5d5099=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON['parse'](process[_0x1cf8f9(0xa3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x5d5099)return!![];const _0x1cbae4=Array[_0x1cf8f9(0x102)](_0x5d5099['includeTagsInTestingScope'])?_0x5d5099[_0x1cf8f9(0x133)]:[],_0xf998ee=Array[_0x1cf8f9(0x102)](_0x5d5099[_0x1cf8f9(0x273)])?_0x5d5099[_0x1cf8f9(0x273)]:[];if(_0x43d0b0[_0x1cf8f9(0x16a)](_0x4f3761,_0x43d0b0[_0x1cf8f9(0x116)])||_0x43d0b0['uPvtp'](_0x4f3761,FRAMEWORKS[_0x1cf8f9(0x239)])){let _0x101a12;Array[_0x1cf8f9(0x102)](_0x3fa025)?_0x101a12=_0x3fa025[_0x1cf8f9(0x291)]('\x20'):_0x101a12=_0x43d0b0[_0x1cf8f9(0x12a)](_0x3fa025,'');const _0x506795=_0x537b01=>_0x4f3761===FRAMEWORKS[_0x1cf8f9(0x239)]&&typeof _0x537b01===_0x1cf8f9(0x162)?_0x537b01[_0x1cf8f9(0x227)](/^@/,'')[_0x1cf8f9(0xc2)]()[_0x1cf8f9(0x8a)]():_0x537b01,_0x597480=_0x43d0b0[_0x1cf8f9(0x16a)](_0x4f3761,FRAMEWORKS[_0x1cf8f9(0x239)])?_0x101a12[_0x1cf8f9(0xc2)]():_0x101a12,_0x297db5=_0xf998ee[_0x1cf8f9(0x8d)](_0x1a8b00=>_0x597480[_0x1cf8f9(0x14b)](_0x506795(_0x1a8b00))),_0x20c867=_0x43d0b0['FSckw'](_0x1cbae4[_0x1cf8f9(0x276)],0x0)||_0x1cbae4[_0x1cf8f9(0x8d)](_0x2d3ad4=>_0x597480[_0x1cf8f9(0x14b)](_0x506795(_0x2d3ad4))),_0x4b6bbb=_0x43d0b0[_0x1cf8f9(0x26e)](!_0x297db5,_0x20c867);return logger[_0x1cf8f9(0x29a)](_0x1cf8f9(0x87)+(_0x1405b8?.['getPlatformIndex']?.()||_0x43d0b0[_0x1cf8f9(0x2d2)])+_0x1cf8f9(0x18d)+_0x4f3761+_0x1cf8f9(0x245)+_0x4b6bbb+_0x1cf8f9(0x192)+_0x101a12+_0x1cf8f9(0x1a5)+JSON[_0x1cf8f9(0x258)](_0x1cbae4)+_0x1cf8f9(0x161)+JSON[_0x1cf8f9(0x258)](_0xf998ee)),_0x4b6bbb;}const _0x45b22a=Array[_0x1cf8f9(0x102)](_0x3fa025)?_0x3fa025:[];let _0x517bf4=![],_0x28409e=_0x43d0b0[_0x1cf8f9(0x16a)](_0x1cbae4[_0x1cf8f9(0x276)],0x0);const _0x5d31c5=_0x253a6f=>typeof _0x253a6f===_0x1cf8f9(0x162)?_0x253a6f[_0x1cf8f9(0x227)](/^@/,'')[_0x1cf8f9(0xc2)]()[_0x1cf8f9(0x8a)]():_0x253a6f,_0x1315c3=new Set(_0x1cbae4['map'](_0x5d31c5)),_0xe17ef9=new Set(_0xf998ee[_0x1cf8f9(0x84)](_0x5d31c5));for(const _0x3de0e5 of _0x45b22a){const _0x271c05=_0x43d0b0[_0x1cf8f9(0x2e1)](_0x5d31c5,_0x3de0e5);_0xe17ef9[_0x1cf8f9(0x120)](_0x271c05)&&(_0x517bf4=!![]),_0x43d0b0[_0x1cf8f9(0xe7)](_0x1315c3[_0x1cf8f9(0x7d)],0x0)&&_0x1315c3[_0x1cf8f9(0x120)](_0x271c05)&&(_0x28409e=!![]);}const _0xde9198=_0x43d0b0[_0x1cf8f9(0xf9)](_0x28409e,!_0x517bf4);return logger['debug'](_0x1cf8f9(0x87)+(_0x1405b8?.['getPlatformIndex']?.()||_0x43d0b0[_0x1cf8f9(0x2d2)])+_0x1cf8f9(0x99)+_0xde9198+_0x1cf8f9(0x2b3)+JSON[_0x1cf8f9(0x258)](_0x45b22a)+_0x1cf8f9(0x1a5)+JSON[_0x1cf8f9(0x258)](_0x1cbae4)+_0x1cf8f9(0x161)+JSON[_0x1cf8f9(0x258)](_0xf998ee)),_0xde9198;}catch(_0x3ba2e7){return logger[_0x1cf8f9(0x29a)](_0x1cf8f9(0x87)+(_0x1405b8?.[_0x1cf8f9(0x143)]?.()||_0x43d0b0['fgeCe'])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x3ba2e7[_0x1cf8f9(0xfb)]),![];}}async[a112_0xd94137(0xfd)](_0x4a015f){const _0xd69fbe=a112_0xd94137,_0x558b21={};_0x558b21['fDroW']=function(_0x3e8759,_0x169d61){return _0x3e8759!==_0x169d61;},_0x558b21['Sjeyf']=_0xd69fbe(0x225),_0x558b21[_0xd69fbe(0x2b1)]=function(_0x527840,_0x1a749b){return _0x527840!==_0x1a749b;},_0x558b21[_0xd69fbe(0xd3)]=_0xd69fbe(0xcd),_0x558b21[_0xd69fbe(0x7e)]=function(_0xb415d6,_0x354345){return _0xb415d6!==_0x354345;},_0x558b21[_0xd69fbe(0x191)]=_0xd69fbe(0x1ef),_0x558b21[_0xd69fbe(0x2a1)]=function(_0x39a89e,_0x4a2dd6){return _0x39a89e!==_0x4a2dd6;},_0x558b21['TwFGC']=function(_0x4c1671,_0x425d44){return _0x4c1671===_0x425d44;},_0x558b21[_0xd69fbe(0xda)]=_0xd69fbe(0x1c3),_0x558b21[_0xd69fbe(0x15d)]=function(_0x5d9a84,_0x237b32){return _0x5d9a84===_0x237b32;},_0x558b21[_0xd69fbe(0x149)]=function(_0x57e482,_0x3524bd){return _0x57e482&&_0x3524bd;},_0x558b21['TQVPb']=_0xd69fbe(0x1bc),_0x558b21[_0xd69fbe(0x2c4)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x558b21[_0xd69fbe(0x2da)]=_0xd69fbe(0x19a),_0x558b21['ZFAgq']=_0xd69fbe(0x139),_0x558b21['apSpo']=function(_0x10924c,_0x4b65ad){return _0x10924c===_0x4b65ad;},_0x558b21[_0xd69fbe(0x1c0)]=function(_0x417e67,_0x3c8069){return _0x417e67===_0x3c8069;},_0x558b21[_0xd69fbe(0x2ad)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x558b21[_0xd69fbe(0x15b)]=function(_0x16fdb9,_0x3b6b4f){return _0x16fdb9===_0x3b6b4f;},_0x558b21[_0xd69fbe(0x282)]=_0xd69fbe(0x1ac),_0x558b21[_0xd69fbe(0x297)]=function(_0x1c2cf4,_0x45751f){return _0x1c2cf4>_0x45751f;},_0x558b21[_0xd69fbe(0x117)]=_0xd69fbe(0x19f),_0x558b21[_0xd69fbe(0x24b)]='test_tags',_0x558b21[_0xd69fbe(0x2d3)]=_0xd69fbe(0x1f8);const _0x5864e3=_0x558b21;if(_0x5864e3[_0xd69fbe(0x2b0)](_0x4a015f['testFramework'],_0x5864e3[_0xd69fbe(0x92)])&&_0x5864e3[_0xd69fbe(0x2b1)](_0x4a015f[_0xd69fbe(0x243)],_0x5864e3[_0xd69fbe(0xd3)])&&_0x5864e3[_0xd69fbe(0x7e)](_0x4a015f[_0xd69fbe(0x243)],_0x5864e3[_0xd69fbe(0x191)])&&_0x5864e3[_0xd69fbe(0x2a1)](_0x4a015f[_0xd69fbe(0x243)],FRAMEWORKS[_0xd69fbe(0x239)])){logger[_0xd69fbe(0x29a)]('onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x4a015f[_0xd69fbe(0x243)]+')');return;}try{const _0x2745d2=AutomationFramework[_0xd69fbe(0x18a)](),_0x492995=TestFramework[_0xd69fbe(0x18a)](),_0x2235ee=_0x4a015f[_0xd69fbe(0x98)]||global[_0xd69fbe(0x1e7)]?.[_0xd69fbe(0xe2)]||null;if(_0x5864e3[_0xd69fbe(0x2ca)](_0x4a015f[_0xd69fbe(0x243)],_0x5864e3[_0xd69fbe(0x191)])){const _0x39c08e=_0x4a015f[_0xd69fbe(0x268)]||_0x2745d2&&_0x2745d2['getPlatformCaps']&&_0x2745d2[_0xd69fbe(0x176)]()||_0x2745d2&&_0x2745d2[_0xd69fbe(0x21a)]&&_0x2745d2[_0xd69fbe(0x21a)]()||{},_0x1a43da=_0x4a015f[_0xd69fbe(0x23e)]||null,_0x28796f=this[_0xd69fbe(0x1b5)](_0x2745d2,_0x39c08e,_0x1a43da),_0x383e3b=CLIUtils[_0xd69fbe(0x1a1)]();this[_0xd69fbe(0x277)][_0xd69fbe(0x12d)](_0x383e3b,_0x28796f);global[_0xd69fbe(0x1d4)]?.['getContext']&&global[_0xd69fbe(0x1d4)][_0xd69fbe(0x18f)]()['setShouldScan'](_0x28796f);_0x28796f?(global[_0xd69fbe(0x13c)]=!![],process[_0xd69fbe(0xa3)][_0xd69fbe(0x2c6)]=_0x5864e3[_0xd69fbe(0xda)]):global[_0xd69fbe(0x13c)]=![];logger['debug'](_0xd69fbe(0x150)+_0x28796f);return;}if(_0x5864e3[_0xd69fbe(0x15d)](_0x4a015f[_0xd69fbe(0x243)],FRAMEWORKS[_0xd69fbe(0x239)])){const _0x3ae3b6=_0x4a015f[_0xd69fbe(0x22f)]||{},_0x8d336d=_0x3ae3b6[TestFrameworkConstants[_0xd69fbe(0xd7)]],_0x323a84=_0x3ae3b6[TestFrameworkConstants[_0xd69fbe(0x2e6)]]||'',_0x9e3d44=(Array['isArray'](_0x8d336d)?_0x8d336d[_0xd69fbe(0x16e)](_0x323a84)['join']('\x20'):_0x323a84)[_0xd69fbe(0x8a)](),_0x4a1e46=_0x4a015f['platformCaps']||_0x2745d2&&_0x2745d2[_0xd69fbe(0x176)]&&_0x2745d2[_0xd69fbe(0x176)]()||_0x2745d2&&_0x2745d2[_0xd69fbe(0x21a)]&&_0x2745d2[_0xd69fbe(0x21a)]()||{},_0x45318a=this[_0xd69fbe(0x1b5)](_0x2745d2,_0x4a1e46,_0x4a015f[_0xd69fbe(0x23e)]||null),_0x1262af=this['isEnabledTestcase'](_0x9e3d44,_0x2745d2,FRAMEWORKS[_0xd69fbe(0x239)]),_0x150865=_0x5864e3[_0xd69fbe(0x149)](_0x45318a,_0x1262af),_0x1191a3=CLIUtils[_0xd69fbe(0x1a1)]();this[_0xd69fbe(0x277)][_0xd69fbe(0x12d)](_0x1191a3,_0x150865);global[_0xd69fbe(0x1d4)]?.[_0xd69fbe(0x18f)]&&global[_0xd69fbe(0x1d4)][_0xd69fbe(0x18f)]()['setShouldScan'](_0x150865);_0x150865?(global[_0xd69fbe(0x13c)]=!![],process[_0xd69fbe(0xa3)][_0xd69fbe(0x2c6)]=_0x5864e3[_0xd69fbe(0xda)],this['applySendMessageToServerPatch']()):global[_0xd69fbe(0x13c)]=![];_0x492995&&_0x492995[_0xd69fbe(0x122)](_0x5864e3[_0xd69fbe(0x11c)],!![]);logger[_0xd69fbe(0x29a)](_0xd69fbe(0x1d6)+_0x45318a+_0xd69fbe(0xd8)+_0x1262af+_0xd69fbe(0x192)+_0x9e3d44);return;}if(!_0x2235ee){_0x492995&&_0x492995['updateData'](_0x5864e3[_0xd69fbe(0x11c)],!![]);logger[_0xd69fbe(0x29a)](_0x5864e3['JixkU']);return;}logger[_0xd69fbe(0x29a)](_0x5864e3[_0xd69fbe(0x2da)]);const _0x4eea3d=_0x492995?.[_0xd69fbe(0x229)](_0x5864e3[_0xd69fbe(0x121)],![]),_0x1c6831=_0x492995?.[_0xd69fbe(0x229)](_0x5864e3[_0xd69fbe(0x11c)],![]);if(_0x5864e3[_0xd69fbe(0x1c4)](_0x4eea3d,![])&&_0x5864e3['lwvll'](_0x1c6831,![])){_0x492995&&_0x492995[_0xd69fbe(0x122)](_0x5864e3[_0xd69fbe(0x121)],!![]);logger[_0xd69fbe(0x29a)](_0x5864e3[_0xd69fbe(0x2ad)]);return;}_0x492995&&_0x492995[_0xd69fbe(0x122)](_0x5864e3[_0xd69fbe(0x11c)],!![]);let _0x5a7830,_0x36878f;const _0xd97825=_0x4a015f['testFramework']||_0x5864e3[_0xd69fbe(0x92)];if(_0x5864e3[_0xd69fbe(0x15b)](_0xd97825,_0x5864e3['MsHKi'])){_0x36878f=_0x4a015f[_0xd69fbe(0x193)]?.[_0xd69fbe(0x105)]||_0x4a015f[_0xd69fbe(0x193)]?.['id']||global[_0xd69fbe(0x230)]||global[_0xd69fbe(0x1e7)]?.[_0xd69fbe(0xa6)]?.[_0xd69fbe(0x105)]||global[_0xd69fbe(0x1e7)]?.[_0xd69fbe(0xa6)]?.['id'];const _0x270a9b=_0x492995?.[_0xd69fbe(0x23d)]()?.[_0xd69fbe(0x8f)](_0x36878f);if(_0x270a9b&&_0x270a9b[TestFrameworkConstants[_0xd69fbe(0x2e6)]])_0x5a7830=_0x270a9b[TestFrameworkConstants[_0xd69fbe(0x2e6)]];else{if(_0x4a015f['testInfo']?.[_0xd69fbe(0x171)])_0x5a7830=_0x4a015f['testInfo'][_0xd69fbe(0x171)];else global['__workerDetails']?.[_0xd69fbe(0xa6)]?.[_0xd69fbe(0x193)]?.[_0xd69fbe(0x171)]?_0x5a7830=global[_0xd69fbe(0x1e7)][_0xd69fbe(0xa6)]['testInfo'][_0xd69fbe(0x171)]:_0x5a7830=_0x5864e3[_0xd69fbe(0x282)];}logger[_0xd69fbe(0x29a)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x36878f+',\x20testName='+JSON['stringify'](_0x5a7830));}else{_0x36878f=this[_0xd69fbe(0x256)](_0x4a015f);const _0x42bd5f=TestInfo[_0xd69fbe(0x1f6)](_0x36878f);let _0x6599ef=[];if(_0x42bd5f&&Array['isArray'](_0x42bd5f[_0xd69fbe(0x198)])&&_0x5864e3[_0xd69fbe(0x297)](_0x42bd5f[_0xd69fbe(0x198)][_0xd69fbe(0x276)],0x0))_0x6599ef=_0x42bd5f[_0xd69fbe(0x198)];else{if(_0x492995){const _0x4c50a5=_0x5864e3[_0xd69fbe(0x15b)](typeof _0x492995['getData'],_0x5864e3[_0xd69fbe(0x117)])?_0x492995['getData'](_0x5864e3[_0xd69fbe(0x24b)],[]):_0x492995['test_tags']||[];Array['isArray'](_0x4c50a5)&&(_0x6599ef=_0x4c50a5);}}_0x5a7830=_0x6599ef;}logger['info']('test-tags-->\x20'+JSON[_0xd69fbe(0x258)](_0x5a7830));const _0x32ccbb=this['isPlatformSupported'](_0x2745d2,_0x4a015f['platformCaps'],_0x4a015f[_0xd69fbe(0x23e)]);logger[_0xd69fbe(0x29a)](_0xd69fbe(0xe0)+_0x32ccbb+_0xd69fbe(0xea)+this[_0xd69fbe(0x2c8)]);const _0x380b95=this['isEnabledTestcase'](_0x5a7830,_0x2745d2,_0xd97825),_0x18e6ba=_0x5864e3['ZPINP'](_0x32ccbb,_0x380b95),_0x58b468=CLIUtils[_0xd69fbe(0x1a1)]();this[_0xd69fbe(0x277)]['set'](_0x58b468,_0x18e6ba),global['Context']?.[_0xd69fbe(0x18f)]&&global[_0xd69fbe(0x1d4)]['getContext']()['setShouldScan'](_0x18e6ba),logger[_0xd69fbe(0x29a)](_0xd69fbe(0x87)+(_0x2745d2?.['getPlatformIndex']?.()||_0x5864e3['DqUqK'])+_0xd69fbe(0x28c)+_0x18e6ba),_0x18e6ba?(global[_0xd69fbe(0x13c)]=!![],process['env'][_0xd69fbe(0x2c6)]=_0x5864e3[_0xd69fbe(0xda)],this['applySendMessageToServerPatch']()):global['accessibilityPlatform']=![];}catch(_0x217f49){logger['error'](_0xd69fbe(0x80)+(_0x217f49['stack']||_0x217f49['message']));const _0x24dbac=CLIUtils[_0xd69fbe(0x1a1)]();this[_0xd69fbe(0x277)][_0xd69fbe(0x12d)](_0x24dbac,![]),global['accessibilityPlatform']=![];}}[a112_0xd94137(0x114)](){const _0x11fbbf=a112_0xd94137;return this[_0x11fbbf(0x2ee)][_0x11fbbf(0xcf)](_0x31c34a=>_0x31c34a[_0x11fbbf(0x21c)]()===_0x11fbbf(0xe8))?.[_0x11fbbf(0x215)]()||'';}[a112_0xd94137(0xf7)](_0x422d69){const _0x17a3c7=a112_0xd94137;try{const _0x304419=this[_0x17a3c7(0x1f1)]?.[_0x17a3c7(0x115)]?.[_0x17a3c7(0x2ef)]||[],_0x3cfda9=_0x304419[_0x17a3c7(0xcf)](_0x2b439a=>_0x2b439a['name']===_0x422d69);return _0x3cfda9?_0x3cfda9[_0x17a3c7(0x2a2)]:null;}catch(_0x4be5dd){return logger[_0x17a3c7(0x29a)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x422d69+':\x20'+_0x4be5dd[_0x17a3c7(0xfb)]),null;}}async[a112_0xd94137(0x1fe)](_0x53a284,_0xfb829a){const _0x587cf7=a112_0xd94137,_0x11eca1={};_0x11eca1['VJThO']=_0x587cf7(0xc4);const _0xfe7fc5=_0x11eca1,_0x21ed13=_0x53a284[_0x587cf7(0x2be)]()[_0x587cf7(0x29e)]();this[_0x587cf7(0x290)](_0x21ed13,_0xfe7fc5['VJThO']),this[_0x587cf7(0x2ee)]=_0x21ed13[_0x587cf7(0x158)](),await this[_0x587cf7(0x250)](this[_0x587cf7(0x2ee)],_0xfb829a[_0x587cf7(0x23e)]);}['_readChromeOptionsCapability'](_0x5bbdc5,_0x31b51d){const _0x36ad22=a112_0xd94137,_0x12eb51={};_0x12eb51[_0x36ad22(0x1bf)]=function(_0x530098,_0x1eee23){return _0x530098===_0x1eee23;},_0x12eb51['UBjfC']=_0x36ad22(0x162);const _0x186280=_0x12eb51;try{const _0x154926=(_0x5bbdc5[_0x36ad22(0x158)]()||[])[_0x36ad22(0xcf)](_0x5bdb03=>_0x5bdb03[_0x36ad22(0x21c)]()==='goog:chromeOptions');if(!_0x154926)return null;const _0x1b3b6e=_0x154926[_0x36ad22(0x215)]();if(!_0x1b3b6e)return null;const _0x2cf4ae=_0x186280[_0x36ad22(0x1bf)](typeof _0x1b3b6e,_0x186280['UBjfC'])?JSON[_0x36ad22(0x108)](_0x1b3b6e):_0x1b3b6e;return logger['debug']('[AccessibilityModule]\x20goog:chromeOptions\x20read\x20from\x20the\x20'+_0x31b51d+_0x36ad22(0x253)),_0x2cf4ae;}catch(_0xba86e7){return logger[_0x36ad22(0x29a)](_0x36ad22(0x1e5)+_0x31b51d+_0x36ad22(0xee)+_0xba86e7[_0x36ad22(0xfb)]),null;}}[a112_0xd94137(0x290)](_0x4e192f,_0xcca7b){const _0x21fa69=a112_0xd94137,_0x3867a6={};_0x3867a6[_0x21fa69(0xdf)]=function(_0x351169,_0x2def31){return _0x351169>_0x2def31;},_0x3867a6['FbeWp']=_0x21fa69(0x2a8),_0x3867a6[_0x21fa69(0x17f)]=_0x21fa69(0x11e);const _0x24cae6=_0x3867a6;try{const _0x347cf4=_0x4e192f[_0x21fa69(0x2b7)](),_0x264e2b=_0x4e192f['getCommandsToWrap']()?.[_0x21fa69(0x134)](),_0x43a1bb=this[_0x21fa69(0xaa)](_0x4e192f,_0xcca7b);_0x43a1bb&&(scripts[_0x21fa69(0x2cf)]=_0x43a1bb),_0x347cf4&&_0x24cae6[_0x21fa69(0xdf)](_0x347cf4['length'],0x0)?(scripts[_0x21fa69(0x228)](_0x347cf4,_0x264e2b),scripts['toJson'](),logger['debug'](_0x24cae6[_0x21fa69(0xdc)])):logger[_0x21fa69(0x29a)](_0x24cae6['wnCCR']);}catch(_0x2d69c0){logger[_0x21fa69(0x29a)](_0x21fa69(0x25e)+_0x2d69c0[_0x21fa69(0xfb)]);}}async[a112_0xd94137(0x250)](_0x1c4872,_0x25ed1a={}){const _0x32c535=a112_0xd94137,_0x40c74c={'KPaAk':_0x32c535(0x1ae),'eUMrE':_0x32c535(0x20d),'DxgNi':function(_0x40b3e9,_0x2553c8){return _0x40b3e9===_0x2553c8;},'JKpvw':_0x32c535(0x1a2),'cQmsc':function(_0x6ebc1c,_0x2ab9df){return _0x6ebc1c(_0x2ab9df);},'gBSOD':_0x32c535(0x140),'xPSmm':_0x32c535(0x24d),'UVAze':'hex','pgSAA':function(_0x2134b4,_0x43ce8c){return _0x2134b4||_0x43ce8c;},'fqhfi':_0x32c535(0x165),'RwrEs':function(_0x26f953,_0x2960a8){return _0x26f953(_0x2960a8);},'SdOUO':'../../../helpers/accessibility-automation/helper','xrTuS':_0x32c535(0x14c),'nVirl':function(_0x5ac4ba,_0x2bb0e0){return _0x5ac4ba(_0x2bb0e0);},'vDoAH':_0x32c535(0x196),'oYbFw':_0x32c535(0x20c),'EdoYD':_0x32c535(0x2ed),'MqGxX':_0x32c535(0x1cf),'QTbvX':function(_0x16b3fe,_0x1bfdf0){return _0x16b3fe===_0x1bfdf0;},'vjuFx':_0x32c535(0x262),'ECORh':'browserstack.accessibilityOptions.scannerProcessingTimeout','qiWVF':function(_0x5c192f,_0x366d03){return _0x5c192f===_0x366d03;},'JSTyk':'isMobileScanningEnabledForGroup','kpbTi':function(_0x5f0d96,_0x302a6b){return _0x5f0d96(_0x302a6b);},'sWlZh':function(_0x1f7bdf,_0x390fd3){return _0x1f7bdf===_0x390fd3;},'BSMyg':_0x32c535(0x1c3)};global[_0x32c535(0x212)]=global[_0x32c535(0x212)]||{};const _0x1fed33=Array[_0x32c535(0x102)](_0x1c4872)?_0x1c4872[_0x32c535(0x276)]:_0x40c74c[_0x32c535(0x9f)];logger['debug'](_0x32c535(0x23b)+_0x1fed33+'\x20worker=\x22'+(process[_0x32c535(0xa3)][_0x32c535(0x20b)]||_0x40c74c[_0x32c535(0x82)])+'\x22\x20pid='+process[_0x32c535(0x24f)]);for(const _0x1a93ec of _0x1c4872){logger[_0x32c535(0x29a)](_0x32c535(0x170)+_0x1a93ec[_0x32c535(0x21c)]());if(_0x40c74c[_0x32c535(0xba)](_0x1a93ec[_0x32c535(0x21c)](),_0x40c74c[_0x32c535(0x275)])){const _0x59e7c2=_0x1a93ec[_0x32c535(0x215)](),_0x1c0d0a=_0x59e7c2?_0x40c74c['cQmsc'](require,_0x40c74c['gBSOD'])[_0x32c535(0x1cd)](_0x40c74c[_0x32c535(0x1d2)])['update'](_0x59e7c2)[_0x32c535(0x2bd)](_0x40c74c[_0x32c535(0x14a)])[_0x32c535(0x219)](0x0,0x8):'';logger[_0x32c535(0x27a)](_0x32c535(0x81)+_0x40c74c[_0x32c535(0x1e3)](_0x59e7c2,'')[_0x32c535(0x276)]+_0x32c535(0x1d0)+_0x1c0d0a+_0x32c535(0xd2)+(process[_0x32c535(0xa3)]['JEST_WORKER_ID']||_0x40c74c[_0x32c535(0x82)])+_0x32c535(0xc0)+process[_0x32c535(0x24f)]),process[_0x32c535(0xa3)]['BS_A11Y_JWT']=_0x59e7c2,global[_0x32c535(0x212)][_0x40c74c[_0x32c535(0x248)]]=_0x59e7c2;const _0x549708=_0x40c74c[_0x32c535(0x160)](require,_0x40c74c[_0x32c535(0xdd)]),{isTrue:_0x5602c0}=_0x40c74c[_0x32c535(0x2cb)](require,_0x40c74c[_0x32c535(0x1a9)]),_0x4c97b6=_0x549708[_0x32c535(0x14f)](_0x59e7c2);_0x4c97b6&&_0x40c74c[_0x32c535(0x106)](_0x5602c0,_0x4c97b6[_0x32c535(0x246)])&&(process[_0x32c535(0xa3)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x40c74c[_0x32c535(0xba)](_0x1a93ec[_0x32c535(0x21c)](),_0x40c74c['vDoAH']))global['__accessibilityOptions'][_0x40c74c['oYbFw']]=_0x1a93ec[_0x32c535(0x215)]();else{if(_0x40c74c['DxgNi'](_0x1a93ec[_0x32c535(0x21c)](),_0x40c74c[_0x32c535(0xe6)]))global[_0x32c535(0x212)][_0x40c74c[_0x32c535(0x2ab)]]=_0x1a93ec[_0x32c535(0x215)]();else{if(_0x40c74c[_0x32c535(0xde)](_0x1a93ec[_0x32c535(0x21c)](),_0x40c74c[_0x32c535(0x2bf)]))global[_0x32c535(0x212)][_0x40c74c[_0x32c535(0x104)]]=_0x1a93ec[_0x32c535(0x215)]();else{if(_0x40c74c[_0x32c535(0x2c0)](_0x1a93ec[_0x32c535(0x21c)](),_0x40c74c[_0x32c535(0x2a4)])){const _0x59293e=_0x1a93ec['getValue']();process[_0x32c535(0xa3)][_0x32c535(0x1d7)]=_0x40c74c[_0x32c535(0x260)](String,_0x40c74c[_0x32c535(0xde)](_0x59293e,!![])||_0x40c74c[_0x32c535(0x145)](_0x59293e,_0x40c74c[_0x32c535(0x26a)])),logger['debug'](_0x32c535(0x28b)+_0x59293e+_0x32c535(0x270)+process['env'][_0x32c535(0x1d7)]);}}}}}}}async[a112_0xd94137(0x185)](_0x4649b6){const _0x124ff1=a112_0xd94137,_0x32ddac={};_0x32ddac[_0x124ff1(0x267)]=function(_0x137d56,_0x267834){return _0x137d56!==_0x267834;},_0x32ddac[_0x124ff1(0x15f)]='cucumber',_0x32ddac[_0x124ff1(0xfa)]=_0x124ff1(0xcd),_0x32ddac['yssOm']=function(_0x31f2f1,_0x443540){return _0x31f2f1!==_0x443540;},_0x32ddac[_0x124ff1(0xe3)]='testcafe',_0x32ddac[_0x124ff1(0x1fc)]=function(_0x33a40f,_0x17b414){return _0x33a40f!==_0x17b414;},_0x32ddac[_0x124ff1(0x1e1)]='unknown';const _0xc91b4b=_0x32ddac;if(_0xc91b4b['cSWtC'](_0x4649b6['testFramework'],_0xc91b4b['KhtHd'])&&_0xc91b4b[_0x124ff1(0x267)](_0x4649b6[_0x124ff1(0x243)],_0xc91b4b[_0x124ff1(0xfa)])&&_0xc91b4b[_0x124ff1(0x125)](_0x4649b6['testFramework'],_0xc91b4b[_0x124ff1(0xe3)])&&_0xc91b4b['XfpTh'](_0x4649b6['testFramework'],FRAMEWORKS['NODE_GENERIC'])){logger[_0x124ff1(0x29a)](_0x124ff1(0x9c)+_0x4649b6['testFramework']+')');return;}const _0x342c80=_0x4649b6[_0x124ff1(0x193)]?.['testAnalyticsId']||_0x4649b6[_0x124ff1(0x193)]?.['id']||global[_0x124ff1(0x230)];logger[_0x124ff1(0x27a)](_0x124ff1(0x2d6)+_0x4649b6[_0x124ff1(0x243)]+_0x124ff1(0x172)+_0x342c80);try{const _0xaa4d38=_0x4649b6[_0x124ff1(0x25a)]||AutomationFramework[_0x124ff1(0x18a)](),_0x5b4e62=CLIUtils[_0x124ff1(0x1a1)](),_0xad561b=this[_0x124ff1(0x1be)]();logger[_0x124ff1(0x29a)](_0x124ff1(0x87)+(_0xaa4d38?.[_0x124ff1(0x143)]?.()||_0xc91b4b[_0x124ff1(0x1e1)])+_0x124ff1(0x263)+_0xad561b),_0xad561b&&await this['stopTestCapture'](_0xaa4d38,_0x4649b6),this[_0x124ff1(0x277)]['delete'](_0x5b4e62),this[_0x124ff1(0xef)][_0x124ff1(0x2c5)](_0x5b4e62);}catch(_0xff14f){logger['error']('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0xff14f[_0x124ff1(0x147)]||_0xff14f[_0x124ff1(0xfb)]));}}async[a112_0xd94137(0x271)](_0x50c5bb,_0x57f0b3){const _0x963cc7=a112_0xd94137,_0x40cba5={};_0x40cba5['cSFSK']=function(_0x470f86,_0x4d0f45){return _0x470f86===_0x4d0f45;},_0x40cba5[_0x963cc7(0x2de)]='function',_0x40cba5[_0x963cc7(0x1ab)]=_0x963cc7(0xcd),_0x40cba5[_0x963cc7(0xc9)]=_0x963cc7(0x225),_0x40cba5['SJwCx']=function(_0x134308,_0x298879){return _0x134308===_0x298879;},_0x40cba5[_0x963cc7(0x12f)]=_0x963cc7(0x1de),_0x40cba5['znaEr']=_0x963cc7(0x277),_0x40cba5[_0x963cc7(0xbf)]=_0x963cc7(0x299),_0x40cba5[_0x963cc7(0x18c)]=_0x963cc7(0x1f8),_0x40cba5[_0x963cc7(0x2a7)]=_0x963cc7(0x2af),_0x40cba5['NlibR']=_0x963cc7(0x186),_0x40cba5[_0x963cc7(0x22c)]=function(_0xa11289,_0x3342d9){return _0xa11289===_0x3342d9;},_0x40cba5[_0x963cc7(0x22b)]=function(_0x348cf9,_0x580318){return _0x348cf9||_0x580318;},_0x40cba5[_0x963cc7(0x137)]=function(_0x510391,_0x5456a3){return _0x510391||_0x5456a3;},_0x40cba5['rmzsK']=_0x963cc7(0xf0),_0x40cba5['aIdHu']=_0x963cc7(0x224),_0x40cba5['auDQc']=_0x963cc7(0x266);const _0x4558e9=_0x40cba5;try{const _0x51f5fd=_0x57f0b3['testFramework']||(_0x4558e9[_0x963cc7(0x2e4)](this[_0x963cc7(0x1d8)]?.[_0x963cc7(0x28e)]?.[_0x963cc7(0xc2)](),_0x4558e9[_0x963cc7(0x1ab)])?_0x4558e9[_0x963cc7(0x1ab)]:_0x4558e9[_0x963cc7(0xc9)]);let _0x4fe071='',_0x4cab8e=null,_0xb96d9c=null;if(_0x4558e9[_0x963cc7(0x221)](_0x51f5fd,_0x4558e9[_0x963cc7(0x1ab)])){_0x4cab8e=_0x57f0b3['testInfo']?.[_0x963cc7(0x105)]||_0x57f0b3[_0x963cc7(0x193)]?.['id']||global[_0x963cc7(0x230)];if(!_0x4cab8e){logger[_0x963cc7(0x166)](_0x4558e9[_0x963cc7(0x12f)]);return;}try{const _0x29f740=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x963cc7(0xa3)][_0x963cc7(0x21e)],_0x4558e9[_0x963cc7(0x194)],_0x4558e9['kpGUH'],_0x4cab8e),_0x5bcea2=AccessibilityModule[_0x963cc7(0x269)](null,_0x29f740);_0x4fe071=_0x5bcea2?.[_0x963cc7(0x21f)]||'',logger[_0x963cc7(0x29a)](_0x963cc7(0x1ce)+_0x4fe071+_0x963cc7(0x1e9)+_0x4cab8e),_0xb96d9c=_0x29f740;}catch(_0x32bc99){logger[_0x963cc7(0x22d)](_0x963cc7(0x1e8)+_0x32bc99[_0x963cc7(0xfb)]);return;}}else{const _0x32da07=this[_0x963cc7(0x256)](_0x57f0b3);_0x4fe071=TestInfo['getTestUUID'](_0x32da07);}const _0x5151da=((()=>{const _0x3bb4b5=_0x963cc7,_0x272e46=(this[_0x3bb4b5(0x1f1)]?.[_0x3bb4b5(0x115)]?.[_0x3bb4b5(0x2ef)]||[])['find'](_0x34f98c=>(typeof _0x34f98c[_0x3bb4b5(0x21c)]==='function'?_0x34f98c['getName']():_0x34f98c['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x272e46?_0x4558e9[_0x3bb4b5(0x2e4)](typeof _0x272e46[_0x3bb4b5(0x215)],_0x4558e9[_0x3bb4b5(0x2de)])?_0x272e46[_0x3bb4b5(0x215)]():_0x272e46[_0x3bb4b5(0x2a2)]:'';})()),_0x553d42=process['env'][_0x963cc7(0xa0)]||'';logger['debug']('[platform\x20-\x20'+(_0x50c5bb?.[_0x963cc7(0x143)]?.()||_0x4558e9[_0x963cc7(0x18c)])+_0x963cc7(0x16b)+_0x4fe071+_0x963cc7(0xce)+_0x5151da+_0x963cc7(0x2a0)+(_0x553d42?_0x4558e9[_0x963cc7(0x2a7)]:_0x4558e9['NlibR']));let _0x2b61ff;if(_0x4558e9[_0x963cc7(0x22c)](_0x51f5fd,_0x4558e9[_0x963cc7(0x1ab)]))_0x2b61ff=AccessibilityModule['loadDriverExecuteParams'](_0x4fe071,_0xb96d9c);else{const _0x201f8c=await GrpcClient[_0x963cc7(0x1ca)]()[_0x963cc7(0x25d)](process[_0x963cc7(0xa3)][_0x963cc7(0x21e)],_0x4558e9['znaEr'],_0x4558e9[_0x963cc7(0xbf)]);_0x2b61ff=AccessibilityModule[_0x963cc7(0x269)](_0x4fe071,_0x201f8c);}logger[_0x963cc7(0x29a)](_0x963cc7(0x294)+JSON[_0x963cc7(0x258)](_0x2b61ff));const _0x553ed6=Object['assign']({},{'thTestRunUuid':_0x4558e9[_0x963cc7(0x22b)](_0x4fe071,''),'thBuildUuid':_0x4558e9[_0x963cc7(0x137)](_0x5151da,''),'thJwtToken':_0x4558e9['bdDLD'](_0x553d42,'')},_0x2b61ff);!this['isAppAccessibility']&&this['isMobileWebSession']()&&(_0x553ed6['is_mobile_session']=!![],logger[_0x963cc7(0x29a)](_0x4558e9[_0x963cc7(0x298)]));logger[_0x963cc7(0x29a)](_0x963cc7(0x144)+_0x4fe071+_0x963cc7(0xea)+this[_0x963cc7(0x2c8)]);let _0x212467=global[_0x963cc7(0x1e7)]?.[_0x963cc7(0xe2)]||null;!_0x212467&&(_0x212467=AutomationFramework[_0x963cc7(0x2d7)](_0x50c5bb,_0x4558e9[_0x963cc7(0x174)],null)),!_0x212467&&(_0x212467=AutomationFramework[_0x963cc7(0x2d7)](_0x50c5bb,_0x4558e9[_0x963cc7(0x244)],null)),await this['finishScanningForCli'](this[_0x963cc7(0x1be)](),_0x4fe071,_0x212467,_0x553ed6,this[_0x963cc7(0x2c8)]);}catch(_0x3d3b6b){logger[_0x963cc7(0x22d)](_0x963cc7(0x2e5)+(_0x3d3b6b['stack']||_0x3d3b6b['message']));}}async['finishScanningForCli'](_0x323d43,_0x314c98,_0x5b811c,_0x267d66,_0x6caf28){const _0x33892e=a112_0xd94137,_0x512fef={};_0x512fef['jgxeg']=_0x33892e(0x299),_0x512fef[_0x33892e(0x11a)]=function(_0x2908ab,_0x53b0e5){return _0x2908ab&&_0x53b0e5;},_0x512fef[_0x33892e(0x2ea)]=_0x33892e(0x123),_0x512fef[_0x33892e(0x20a)]=function(_0x255e80,_0x18ea66){return _0x255e80===_0x18ea66;},_0x512fef['OAANh']=_0x33892e(0x186),_0x512fef['Blpgc']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x512fef['aVAvI']=_0x33892e(0x1b7),_0x512fef['vbpkS']='afterTestHook',_0x512fef[_0x33892e(0x19d)]=_0x33892e(0x20f),_0x512fef[_0x33892e(0x1aa)]=function(_0x9f9e2,_0x9a14ac){return _0x9f9e2&&_0x9a14ac;},_0x512fef[_0x33892e(0x178)]=_0x33892e(0x26f),_0x512fef['kwasM']='a11y:save-results',_0x512fef[_0x33892e(0xa9)]=_0x33892e(0xd9);const _0x1bfc40=_0x512fef;try{const _0xf6cf6b=this['getScriptByName'](_0x1bfc40['jgxeg']);if(_0x1bfc40['QtgeX'](!_0x6caf28,!_0xf6cf6b)){logger[_0x33892e(0x29a)](_0x1bfc40[_0x33892e(0x2ea)]);return;}if(!_0x314c98||_0x1bfc40[_0x33892e(0x20a)](_0x314c98,_0x1bfc40[_0x33892e(0x168)])||_0x1bfc40[_0x33892e(0x20a)](_0x314c98,'')){logger['debug'](_0x1bfc40[_0x33892e(0x197)]);return;}logger['debug'](_0x33892e(0x2b6)+JSON['stringify'](_0x267d66)),_0x323d43&&(logger['debug'](_0x1bfc40[_0x33892e(0x205)]),await this['performScanForCli'](_0x5b811c,_0x314c98,_0x1bfc40[_0x33892e(0xb9)],_0x267d66,_0x6caf28,_0x1bfc40[_0x33892e(0x19d)]),_0x1bfc40['PCqLs'](!_0x6caf28,_0xf6cf6b)&&(logger['debug'](_0x1bfc40[_0x33892e(0x178)]),await PerformanceTester['measureWrapper'](_0x1bfc40[_0x33892e(0x286)],async()=>{const _0x1f786e=_0x33892e;await this[_0x1f786e(0x175)](_0x5b811c,_0x314c98,_0x1bfc40['jgxeg'],_0x267d66,_0x6caf28,_0x1bfc40[_0x1f786e(0x29d)]);})()),logger['info'](_0x1bfc40[_0x33892e(0xa9)]));}catch(_0x28f72a){logger[_0x33892e(0x22d)](_0x33892e(0xca)+(_0x28f72a[_0x33892e(0x147)]||_0x28f72a['message']));}}async[a112_0xd94137(0x1c1)](_0x3896ad){const _0x576f69=a112_0xd94137,_0x542afb={};_0x542afb[_0x576f69(0x199)]=function(_0x4570db,_0x4c6b48){return _0x4570db!==_0x4c6b48;},_0x542afb[_0x576f69(0x281)]=_0x576f69(0x225),_0x542afb[_0x576f69(0x1a0)]=_0x576f69(0xcd),_0x542afb[_0x576f69(0xbd)]=_0x576f69(0x1ef),_0x542afb[_0x576f69(0x24c)]=function(_0x2f5b3b,_0x5bc5a0){return _0x2f5b3b!==_0x5bc5a0;},_0x542afb[_0x576f69(0xd4)]='unknown',_0x542afb['xfQoY']=_0x576f69(0x265),_0x542afb[_0x576f69(0x9a)]=function(_0x474728,_0x3bea85){return _0x474728&&_0x3bea85;},_0x542afb[_0x576f69(0x94)]=function(_0x3cac0e,_0xa4af4){return _0x3cac0e===_0xa4af4;},_0x542afb[_0x576f69(0x203)]=_0x576f69(0x2b8),_0x542afb[_0x576f69(0xeb)]=_0x576f69(0x277),_0x542afb['Nukae']='performScan',_0x542afb[_0x576f69(0x29f)]=function(_0xf6e508,_0xa6816d){return _0xf6e508===_0xa6816d;},_0x542afb['HuwIw']=_0x576f69(0x2a3),_0x542afb[_0x576f69(0x2c2)]=_0x576f69(0x119),_0x542afb['hInou']=function(_0x47f20b,_0x4e6b9c){return _0x47f20b===_0x4e6b9c;},_0x542afb[_0x576f69(0xa4)]=_0x576f69(0x20f),_0x542afb[_0x576f69(0x2bb)]=_0x576f69(0x186);const _0x1b9e8f=_0x542afb;if(_0x1b9e8f[_0x576f69(0x199)](_0x3896ad[_0x576f69(0x243)],_0x1b9e8f[_0x576f69(0x281)])&&_0x1b9e8f[_0x576f69(0x199)](_0x3896ad[_0x576f69(0x243)],_0x1b9e8f[_0x576f69(0x1a0)])&&_0x1b9e8f['POTqH'](_0x3896ad['testFramework'],_0x1b9e8f[_0x576f69(0xbd)])&&_0x1b9e8f[_0x576f69(0x24c)](_0x3896ad[_0x576f69(0x243)],FRAMEWORKS[_0x576f69(0x239)])){logger[_0x576f69(0x29a)](_0x576f69(0x19b)+_0x3896ad[_0x576f69(0x243)]+')');return;}logger['debug']('onBeforeExecute:\x20command='+(_0x3896ad[_0x576f69(0xb1)]||_0x1b9e8f[_0x576f69(0xd4)])+_0x576f69(0x179)+_0x3896ad[_0x576f69(0x243)]);try{const _0x3893cd=_0x3896ad[_0x576f69(0x25a)]||AutomationFramework['getTrackedInstance'](),_0x2d5b1d=TestFramework[_0x576f69(0x18a)](),_0x35c957=_0x3896ad[_0x576f69(0xb1)]||_0x3896ad[_0x576f69(0x255)]?.[_0x576f69(0x21c)]();if(!_0x35c957){logger['debug'](_0x1b9e8f['xfQoY']);return;}if(!this[_0x576f69(0x1be)]()){logger[_0x576f69(0x29a)](_0x576f69(0x15a)+_0x35c957);return;}if(!this[_0x576f69(0xb5)](_0x35c957)){logger[_0x576f69(0x29a)](_0x576f69(0x89)+_0x35c957+_0x576f69(0x1fa));return;}const _0x2f78e9=_0x3896ad[_0x576f69(0x98)]||global[_0x576f69(0x1e7)]?.[_0x576f69(0xe2)],_0x3d6a17=_0x3896ad[_0x576f69(0x2ec)]||null;if(_0x1b9e8f[_0x576f69(0x9a)](!_0x2f78e9,!_0x3d6a17)){logger['debug'](_0x576f69(0x1a4)+_0x35c957);return;}let _0x512e0e='',_0x95bf15=null;if(_0x1b9e8f['xwgEt'](_0x3896ad[_0x576f69(0x243)],_0x1b9e8f['LLJop'])){_0x95bf15=_0x3896ad[_0x576f69(0x193)]?.[_0x576f69(0x105)]||_0x3896ad[_0x576f69(0x193)]?.['id']||global[_0x576f69(0x230)];if(!_0x95bf15){logger[_0x576f69(0x166)](_0x1b9e8f[_0x576f69(0x203)]);return;}try{const _0x500e88=await GrpcClient[_0x576f69(0x1ca)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x576f69(0x21e)],_0x1b9e8f[_0x576f69(0xeb)],_0x1b9e8f[_0x576f69(0x1b4)],_0x95bf15),_0x429a4e=AccessibilityModule['loadDriverExecuteParams'](null,_0x500e88);_0x512e0e=_0x429a4e?.[_0x576f69(0x21f)]||'',logger['debug'](_0x576f69(0x2aa)+_0x512e0e+_0x576f69(0x1e9)+_0x95bf15);}catch(_0x41557b){logger['error']('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x41557b[_0x576f69(0xfb)]);return;}}else _0x1b9e8f[_0x576f69(0x29f)](_0x3896ad[_0x576f69(0x243)],FRAMEWORKS[_0x576f69(0x239)])?_0x512e0e=_0x3896ad['testRunId']||'':(_0x512e0e=this[_0x576f69(0xf7)](_0x1b9e8f[_0x576f69(0x180)])||'',!_0x512e0e&&this['isMobileWebSession']()&&(_0x512e0e=accessibilityHelper['resolveMobileThTestRunUuid']()));const _0x1e83e0=this[_0x576f69(0xf7)](_0x1b9e8f[_0x576f69(0x2c2)])||this[_0x576f69(0x1f1)][this[_0x576f69(0x132)]]||null,_0x4f59b1=process[_0x576f69(0xa3)][_0x576f69(0xa0)]||'',_0x16cac8=this[_0x576f69(0x213)](_0x35c957,_0x512e0e,_0x1e83e0,_0x4f59b1),_0x24d476=_0x1b9e8f['hInou'](_0x3896ad['testFramework'],_0x1b9e8f[_0x576f69(0x1a0)])?await AccessibilityModule[_0x576f69(0x21d)](_0x1b9e8f[_0x576f69(0xa4)],_0x512e0e,_0x95bf15):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x1b9e8f[_0x576f69(0xa4)],_0x512e0e);logger['info']('ScanArgs:\x20'+(_0x16cac8?JSON[_0x576f69(0x258)](_0x16cac8):_0x1b9e8f[_0x576f69(0x2bb)]));let _0x3de108=CLIUtils[_0x576f69(0x112)](_0x16cac8,_0x24d476);if(this[_0x576f69(0x2c8)]){const _0xe7313a=process['env'][_0x576f69(0x7c)]||'';_0x3de108[_0x576f69(0x155)]&&(_0x3de108[_0x576f69(0x231)]=_0x3de108[_0x576f69(0x155)],delete _0x3de108['centralAuthToken']),_0x3de108=Object[_0x576f69(0x9b)]({},_0x3de108,{'authHeader':_0x3de108[_0x576f69(0x93)]||_0xe7313a,'method':_0x35c957,'scanTimestamp':Date['now']()[_0x576f69(0x2ba)]()});}logger['info'](_0x576f69(0x234)+(_0x3de108?JSON['stringify'](_0x3de108):_0x1b9e8f[_0x576f69(0x2bb)])),logger[_0x576f69(0x29a)](_0x576f69(0x195)+_0x35c957);const _0x2c713e=this[_0x576f69(0x2c8)]?_0x3d6a17:_0x2f78e9,_0x285047=await this[_0x576f69(0x175)](_0x2c713e,_0x512e0e,_0x35c957,_0x3de108,this[_0x576f69(0x2c8)]);logger[_0x576f69(0x29a)](_0x576f69(0x135)+_0x35c957+_0x576f69(0x24a)+JSON['stringify'](_0x285047));}catch(_0x20f0d7){logger[_0x576f69(0x22d)](_0x576f69(0x1f3)+(_0x20f0d7[_0x576f69(0x147)]||_0x20f0d7[_0x576f69(0xfb)]));}}[a112_0xd94137(0x19c)](){return this['getCurrentAccessibilityStatus']();}[a112_0xd94137(0x237)](_0xb21082){const _0x5d87d4=a112_0xd94137,_0x7ded37=CLIUtils[_0x5d87d4(0x1a1)]();this[_0x5d87d4(0x277)][_0x5d87d4(0x12d)](_0x7ded37,_0xb21082);}async[a112_0xd94137(0x27e)](_0x1b8255){const _0x58804d=a112_0xd94137,_0x528d94={};_0x528d94['RFaLu']=_0x58804d(0x1f8);const _0x113f9d=_0x528d94;try{const _0x57b205=_0x1b8255[_0x58804d(0x25a)]||AutomationFramework[_0x58804d(0x18a)](),_0x56b1cb=_0x57b205?.['getData']?.()?.[_0x58804d(0x8f)]?.(this[_0x58804d(0x28a)])||![];if(_0x56b1cb)return;PerformanceTester[_0x58804d(0x1dd)](EVENTS[_0x58804d(0x15c)]);const _0x21daf6=await GrpcClient[_0x58804d(0x1ca)]()[_0x58804d(0xe5)](_0x1b8255);_0x21daf6&&_0x21daf6['getAccessibility']&&_0x21daf6[_0x58804d(0x2be)]()&&_0x21daf6[_0x58804d(0x2be)]()[_0x58804d(0x13a)]()?(await this[_0x58804d(0x208)](_0x21daf6,_0x1b8255),_0x57b205?.[_0x58804d(0x229)]&&_0x57b205[_0x58804d(0x229)]()[_0x58804d(0x12d)](this['KEY_INIT'],!![]),logger[_0x58804d(0x29a)](_0x58804d(0x87)+(_0x57b205?.['getPlatformIndex']?.()||_0x113f9d[_0x58804d(0x1da)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x58804d(0x29a)](_0x58804d(0x87)+(_0x57b205?.[_0x58804d(0x143)]?.()||_0x113f9d[_0x58804d(0x1da)])+_0x58804d(0x136)),PerformanceTester[_0x58804d(0x1df)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x1f9264){PerformanceTester[_0x58804d(0x1df)](EVENTS[_0x58804d(0x15c)],![],_0x1f9264[_0x58804d(0xfb)]),logger[_0x58804d(0x22d)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x1f9264[_0x58804d(0x147)]||_0x1f9264[_0x58804d(0xfb)]));}}async[a112_0xd94137(0x208)](_0x2a284f,_0x355ee5){const _0x2ef5ea=a112_0xd94137;await this[_0x2ef5ea(0x1fe)](_0x2a284f,_0x355ee5);const _0xb61c4=_0x2a284f[_0x2ef5ea(0x2be)]()[_0x2ef5ea(0x29e)]();if(_0xb61c4){const _0x49c34b=_0x2a284f[_0x2ef5ea(0x124)]&&_0x2a284f[_0x2ef5ea(0x124)]();_0x49c34b&&(this['accessibilityConfig'][this[_0x2ef5ea(0x132)]]=_0x49c34b[_0x2ef5ea(0x183)]&&_0x49c34b['getBuildId']());}}['shouldScanForCommand'](_0x3bfc27){const _0x5ec800=a112_0xd94137,_0x2484fd={};_0x2484fd[_0x5ec800(0x7f)]=function(_0x45146f,_0x61af43){return _0x45146f===_0x61af43;};const _0x85a6e4=_0x2484fd;try{if(!_0x3bfc27)return![];const _0x3ea59f=this[_0x5ec800(0x1f1)]?.[_0x5ec800(0x115)]?.[_0x5ec800(0x232)]?.[_0x5ec800(0x201)]||[],_0xf5e6e6=_0x3ea59f[_0x5ec800(0x8d)](_0x3f449e=>{const _0x1a4840=_0x5ec800;return _0x3f449e[_0x1a4840(0x28e)]&&_0x85a6e4[_0x1a4840(0x7f)](_0x3f449e[_0x1a4840(0x28e)]['toLowerCase'](),_0x3bfc27[_0x1a4840(0xc2)]());});return logger[_0x5ec800(0x29a)](_0x5ec800(0x16d)+_0x3bfc27+_0x5ec800(0x90)+_0xf5e6e6+_0x5ec800(0x25b)+JSON[_0x5ec800(0x258)](_0x3ea59f[_0x5ec800(0x84)](_0x3f521d=>_0x3f521d[_0x5ec800(0x28e)]))),_0xf5e6e6;}catch(_0x58f214){return logger['debug'](_0x5ec800(0x2e7)+_0x58f214['message']),![];}}[a112_0xd94137(0x222)](_0x163b3f){const _0x1750d2=a112_0xd94137,_0xa2b925={};_0xa2b925[_0x1750d2(0xc7)]=function(_0x2a8a2b,_0x386fd4){return _0x2a8a2b===_0x386fd4;},_0xa2b925[_0x1750d2(0x1f4)]=_0x1750d2(0x162),_0xa2b925[_0x1750d2(0x2bc)]=_0x1750d2(0x254);const _0x3ff42d=_0xa2b925,_0x525a69=_0x163b3f[_0x1750d2(0x1ee)]&&_0x163b3f[_0x1750d2(0x1ee)]();return _0x525a69&&_0x3ff42d[_0x1750d2(0xc7)](typeof _0x525a69,_0x3ff42d['uITtp'])&&_0x525a69[_0x1750d2(0x14b)](_0x3ff42d[_0x1750d2(0x2bc)]);}['isAccessibilityScriptCommand'](_0x3eee4b){const _0x585b85=a112_0xd94137,_0x1f241b={};_0x1f241b[_0x585b85(0x169)]=function(_0x592a83,_0x118344){return _0x592a83!==_0x118344;},_0x1f241b['bZfiI']=_0x585b85(0x162),_0x1f241b[_0x585b85(0x131)]=_0x585b85(0x277),_0x1f241b['QzjUH']=_0x585b85(0xd1),_0x1f241b[_0x585b85(0x257)]='getResults',_0x1f241b[_0x585b85(0xc3)]=_0x585b85(0x17a);const _0x2d7b67=_0x1f241b,_0x255724=_0x3eee4b[_0x585b85(0x1ee)]&&_0x3eee4b[_0x585b85(0x1ee)]();if(!_0x255724||_0x2d7b67[_0x585b85(0x169)](typeof _0x255724,_0x2d7b67[_0x585b85(0x2db)]))return![];return _0x255724['includes'](_0x2d7b67[_0x585b85(0x131)])||_0x255724[_0x585b85(0x14b)](_0x2d7b67[_0x585b85(0x1d1)])||_0x255724['includes'](_0x2d7b67['ZLVqL'])||_0x255724[_0x585b85(0x14b)](_0x2d7b67['QGAAJ']);}[a112_0xd94137(0x25c)](){const _0x1eb23c=a112_0xd94137,_0x344765={'wkbsH':function(_0x7608f7,_0x1a1ada){return _0x7608f7===_0x1a1ada;},'cVCMk':'function','BTZCo':function(_0xf2a16e,_0x261948){return _0xf2a16e(_0x261948);},'PrzOu':'platformName','qtoNk':function(_0x5a3e5b,_0x17f963){return _0x5a3e5b(_0x17f963);},'nPMnI':'browserName','WBDEK':function(_0x2697e4,_0x5d8931){return _0x2697e4===_0x5d8931;},'YdgVd':function(_0x44161e,_0x3720aa){return _0x44161e(_0x3720aa);},'noegP':_0x1eb23c(0x110),'rLeya':_0x1eb23c(0x10f)};try{const _0x40f448=this[_0x1eb23c(0x1f1)]?.[_0x1eb23c(0x115)]?.[_0x1eb23c(0x2ef)]||[],_0x4b289d=_0x298854=>{const _0x2ad339=_0x1eb23c,_0x385c35=_0x40f448['find'](_0x852413=>(typeof _0x852413[_0x2ad339(0x21c)]===_0x2ad339(0x19f)?_0x852413[_0x2ad339(0x21c)]():_0x852413[_0x2ad339(0x28e)])===_0x298854);return _0x385c35?_0x344765[_0x2ad339(0x156)](typeof _0x385c35['getValue'],_0x344765['cVCMk'])?_0x385c35['getValue']():_0x385c35[_0x2ad339(0x2a2)]:null;},_0x5a4891=_0x344765[_0x1eb23c(0x23f)](_0x4b289d,_0x344765[_0x1eb23c(0x91)]),_0x495882=_0x344765['qtoNk'](_0x4b289d,_0x344765[_0x1eb23c(0x177)]),_0x3e7700=global[_0x1eb23c(0x2e0)]||_0x5a4891&&_0x344765[_0x1eb23c(0x22e)](_0x344765[_0x1eb23c(0xf2)](String,_0x5a4891)[_0x1eb23c(0xc2)](),_0x344765[_0x1eb23c(0x2c1)])&&_0x495882&&_0x344765[_0x1eb23c(0xf2)](String,_0x495882)[_0x1eb23c(0xc2)]()[_0x1eb23c(0x14b)](_0x344765[_0x1eb23c(0x2ae)]);if(!_0x3e7700)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x1eb23c(0x1a7)]&&(logger[_0x1eb23c(0x166)](accessibilityHelper[_0x1eb23c(0x2ac)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x4bed0b){return logger[_0x1eb23c(0x29a)](_0x1eb23c(0x148)+_0x4bed0b[_0x1eb23c(0xfb)]),![];}}[a112_0xd94137(0x213)](_0x5cb7c1,_0x40bb01,_0x45730b,_0x9a8b4b){const _0x4da491=a112_0xd94137,_0x43c5ad={};_0x43c5ad[_0x4da491(0x1c2)]=function(_0xece8e4,_0x22530d){return _0xece8e4||_0x22530d;},_0x43c5ad[_0x4da491(0x138)]=function(_0x31fc0a,_0x1301c8){return _0x31fc0a&&_0x1301c8;},_0x43c5ad[_0x4da491(0x20e)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x241db1=_0x43c5ad;let _0x4d799d=_0x241db1[_0x4da491(0x1c2)](_0x40bb01,'');const _0x9389f1=!this['isAppAccessibility']&&this['isMobileWebSession']();_0x241db1['PEnQA'](_0x9389f1,!_0x4d799d)&&(_0x4d799d=accessibilityHelper[_0x4da491(0x1b9)]());const _0x4f1bff={'command':_0x5cb7c1,'thTestRunUuid':_0x4d799d,'thBuildUuid':_0x241db1[_0x4da491(0x1c2)](_0x45730b,''),'thJwtToken':_0x241db1['vnTZM'](_0x9a8b4b,''),'timestamp':new Date()[_0x4da491(0x1fb)]()};return _0x9389f1&&(_0x4f1bff[_0x4da491(0x7a)]=!![],logger[_0x4da491(0x29a)](_0x241db1[_0x4da491(0x20e)])),_0x4f1bff;}[a112_0xd94137(0x207)](_0x50bf61){const _0x3a1864=a112_0xd94137,_0x3bd70e={};_0x3bd70e[_0x3a1864(0x1e0)]=function(_0x56b8b3,_0x4a5108){return _0x56b8b3||_0x4a5108;};const _0x47645d=_0x3bd70e;try{const _0x3e09c8=this[_0x3a1864(0x1f1)]?.[_0x3a1864(0x115)]?.[_0x3a1864(0xf1)]||[],_0x5ceba6=_0x3e09c8[_0x3a1864(0xcf)](_0x55d8bc=>_0x55d8bc['name']===_0x50bf61);return _0x47645d[_0x3a1864(0x1e0)](_0x5ceba6,null);}catch(_0x3cb487){return logger[_0x3a1864(0x29a)](_0x3a1864(0x274)+_0x50bf61+':\x20'+_0x3cb487['message']),null;}}async[a112_0xd94137(0x27c)](_0x4498f6,_0x55ef53,_0x5a8841=null){const _0x40b5e7=a112_0xd94137,_0x2ae4fc={'RZZpV':function(_0xf77f10,_0x70b0b4){return _0xf77f10(_0x70b0b4);},'oulKP':_0x40b5e7(0x103)};try{if(!_0x4498f6)return logger[_0x40b5e7(0x29a)](_0x40b5e7(0x11f)+_0x55ef53),null;const _0x235d66=this[_0x40b5e7(0x207)](_0x55ef53);if(!_0x235d66||!_0x235d66[_0x40b5e7(0x255)])return logger['debug'](_0x40b5e7(0x293)+_0x55ef53+_0x40b5e7(0x130)),null;logger['debug'](_0x40b5e7(0x127)+_0x55ef53+_0x40b5e7(0x23c));const _0x173817=_0x2ae4fc[_0x40b5e7(0x226)](require,_0x2ae4fc[_0x40b5e7(0x1e2)]),_0xda50fe=_0x5a8841?await _0x173817['browserStackEvaluate'](_0x4498f6,_0x235d66['command'],_0x5a8841):await _0x173817['browserStackEvaluate'](_0x4498f6,_0x235d66[_0x40b5e7(0x255)]);return _0xda50fe;}catch(_0x542e92){return logger[_0x40b5e7(0x22d)](_0x40b5e7(0x16c)+_0x55ef53+':\x20'+(_0x542e92['stack']||_0x542e92[_0x40b5e7(0xfb)])),null;}}async[a112_0xd94137(0x175)](_0x39836b,_0x384b4d,_0x1f9803,_0x30adfc,_0x4838ef,_0x55a4f2='scan'){const _0x4d494d=a112_0xd94137,_0x1e7687={'FFwxv':function(_0x25b467,_0x15631d){return _0x25b467===_0x15631d;},'CJRCw':'scan','moWBZ':function(_0x4831d9,_0x3a2fec){return _0x4831d9(_0x3a2fec);},'BQvbQ':_0x4d494d(0x103)};try{logger[_0x4d494d(0x29a)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1f9803+'\x20using\x20script:\x20'+_0x55a4f2+_0x4d494d(0xea)+_0x4838ef);const _0x5465fc=this[_0x4d494d(0x207)](_0x55a4f2);if(!_0x5465fc||!_0x5465fc[_0x4d494d(0x255)]){logger[_0x4d494d(0x29a)](_0x4d494d(0x1b1)+_0x55a4f2+_0x4d494d(0x18b));return;}if(_0x4838ef){if(_0x39836b[BSTACK_SCAN_IN_PROGRESS]){logger[_0x4d494d(0x29a)]('[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20'+_0x1f9803);return;}return await PerformanceTester[_0x4d494d(0x190)](PerformanceA11yEvents[_0x4d494d(0xb3)],async()=>{const _0x1f9bd8=_0x4d494d;let _0x592946=_0x5465fc[_0x1f9bd8(0x255)];_0x592946['includes']('%s')&&(_0x592946=_0x592946[_0x1f9bd8(0x227)]('%s',JSON[_0x1f9bd8(0x258)](_0x30adfc)));logger[_0x1f9bd8(0x29a)]('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0x1f9803),_0x39836b[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x2d471c=await _0x39836b['executeScript'](_0x592946);return logger[_0x1f9bd8(0x27a)](_0x1f9bd8(0x153)+_0x1f9803+':\x20'+util[_0x1f9bd8(0x128)](_0x2d471c)),_0x2d471c;}finally{_0x39836b[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x1f9803})();}if(_0x1e7687[_0x4d494d(0x216)](_0x55a4f2,_0x1e7687[_0x4d494d(0x236)])){const _0x22c785=_0x1e7687[_0x4d494d(0x157)](require,_0x1e7687[_0x4d494d(0x9d)]),_0x36bca8={};_0x36bca8[_0x4d494d(0x255)]=_0x1f9803;const _0x51e6e2=await PerformanceTester[_0x4d494d(0x190)](PerformanceA11yEvents[_0x4d494d(0xb3)],async()=>{const _0x16082f=_0x4d494d;return await _0x22c785[_0x16082f(0x220)](_0x39836b,_0x5465fc['command'],_0x30adfc);},_0x36bca8)();return logger['info'](_0x4d494d(0x242)+_0x55a4f2+_0x4d494d(0x1f7)+_0x1f9803+':\x20'+util[_0x4d494d(0x128)](_0x51e6e2)),_0x51e6e2;}const _0x17e7f4=_0x1e7687[_0x4d494d(0x157)](require,_0x1e7687[_0x4d494d(0x9d)]),_0x1c1b3e=await PerformanceTester[_0x4d494d(0x190)](PerformanceA11yEvents[_0x4d494d(0x1fd)],async()=>{const _0x13345f=_0x4d494d;return await _0x17e7f4[_0x13345f(0x220)](_0x39836b,_0x5465fc[_0x13345f(0x255)],_0x30adfc);})();return logger['info'](_0x4d494d(0x242)+_0x55a4f2+'\x20result\x20for\x20'+_0x1f9803+':\x20'+util[_0x4d494d(0x128)](_0x1c1b3e)),_0x1c1b3e;}catch(_0x15dab8){logger[_0x4d494d(0x22d)](_0x4d494d(0x11d)+_0x55a4f2+':\x20'+(_0x15dab8[_0x4d494d(0x147)]||_0x15dab8[_0x4d494d(0xfb)]));}}async['validatePlatformForAccessibility'](_0x3f0a10){const _0x247e82=a112_0xd94137,_0x1b130c={'Mjziw':function(_0x2053f6,_0x36434b){return _0x2053f6(_0x36434b);},'sefmh':_0x247e82(0xf8)};try{const _0x17da8b=_0x1b130c[_0x247e82(0x151)](require,_0x1b130c[_0x247e82(0x287)]);return await _0x17da8b['platformValidation'](_0x3f0a10);}catch(_0x44fb14){return logger[_0x247e82(0x22d)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x44fb14[_0x247e82(0x147)]||_0x44fb14[_0x247e82(0xfb)])),![];}}[a112_0xd94137(0x209)](_0x32f329,_0x2813c7,_0x4a38e1){const _0xa21f0d=a112_0xd94137,_0x5205a8={'QzCHQ':function(_0x73d956,_0x1b64db){return _0x73d956(_0x1b64db);},'KFCUm':_0xa21f0d(0x103),'mkcdl':_0xa21f0d(0x29c),'UtxlU':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x39532a=_0x5205a8[_0xa21f0d(0x8b)](require,_0x5205a8[_0xa21f0d(0x85)]);_0x39532a[_0xa21f0d(0x209)](_0x32f329,_0x2813c7,_0x4a38e1);const _0x2f65f9=JSON[_0xa21f0d(0x258)](_0x32f329)[_0xa21f0d(0x227)](/"browserstack\.user":"[^"]*"/g,_0x5205a8[_0xa21f0d(0x1ed)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x5205a8[_0xa21f0d(0xa5)]);logger[_0xa21f0d(0x29a)]('Processed\x20accessibility\x20caps\x20'+global[_0xa21f0d(0x13c)]+'\x20'+_0x2f65f9);}catch(_0x39ca59){logger['error']('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x39ca59[_0xa21f0d(0x147)]||_0x39ca59[_0xa21f0d(0xfb)]));}}async[a112_0xd94137(0x1d3)]({fetchFn:_0x28c9b7,isNonEmpty:_0x3039b8,resultDetail:_0x5354b7,totalMs:_0x578930,intervalMs:_0x2f641d,name:_0x42beee}){const _0x31e708=a112_0xd94137,_0x263417={'CDhOa':function(_0x1334f4,_0x8719e6){return _0x1334f4+_0x8719e6;},'wnnam':function(_0x205f44,_0x4ac9e2){return _0x205f44<_0x4ac9e2;},'azuAH':function(_0x4fcc6a){return _0x4fcc6a();},'NOlJp':function(_0x4e2fc3,_0x27336c){return _0x4e2fc3(_0x27336c);},'AJXXz':function(_0xff0bea,_0x124f9c){return _0xff0bea>=_0x124f9c;},'ZLxDn':function(_0x2d6e8b,_0x4884a7){return _0x2d6e8b+_0x4884a7;},'FvoVu':function(_0x3d8f87,_0x37b07c){return _0x3d8f87-_0x37b07c;},'aqOWU':function(_0x1dd6a1,_0xfd9941){return _0x1dd6a1(_0xfd9941);}},_0x111639=Date[_0x31e708(0x247)](),_0x3f67b7=_0x263417[_0x31e708(0xb4)](_0x111639,_0x578930);let _0x269ab0=0x0,_0x465656=null,_0x44c2ac=![];while(_0x263417[_0x31e708(0x1b0)](Date[_0x31e708(0x247)](),_0x3f67b7)){_0x269ab0++,_0x465656=await _0x263417[_0x31e708(0x12c)](_0x28c9b7),_0x44c2ac=_0x263417[_0x31e708(0x285)](_0x3039b8,_0x465656),logger['debug']('['+_0x42beee+_0x31e708(0xa7)+_0x269ab0+'\x20'+_0x263417[_0x31e708(0x285)](_0x5354b7,_0x465656));if(_0x44c2ac)break;if(_0x263417[_0x31e708(0x163)](_0x263417['ZLxDn'](Date[_0x31e708(0x247)](),_0x2f641d),_0x3f67b7))break;await new Promise(_0x4164e6=>setTimeout(_0x4164e6,_0x2f641d));}return!_0x44c2ac&&logger['warn']('['+_0x42beee+_0x31e708(0x25f)+_0x269ab0+_0x31e708(0x17e)+_0x263417['FvoVu'](Date[_0x31e708(0x247)](),_0x111639)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x263417['aqOWU'](_0x5354b7,_0x465656)+_0x31e708(0x1c7)),_0x465656;}async[a112_0xd94137(0x26d)](_0x506df8,_0x5c9545){const _0x38cdef=a112_0xd94137,_0x30eba4={};_0x30eba4[_0x38cdef(0x142)]=_0x38cdef(0xad),_0x30eba4[_0x38cdef(0x95)]=_0x38cdef(0xa1),_0x30eba4['lsGrF']='utf-8',_0x30eba4['cMkie']='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x3bda1f=_0x30eba4;try{const _0x4efc65=process[_0x38cdef(0xa3)][_0x38cdef(0x21e)]||'';logger[_0x38cdef(0x27a)]('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x4efc65+',\x20testRunId='+_0x5c9545+_0x38cdef(0xbb)+_0x506df8);const _0xddbee5=await GrpcClient[_0x38cdef(0x1ca)]()['accessibilityResult'](_0x4efc65,_0x5c9545,_0x506df8,_0x3bda1f['yBHvR']);if(!_0xddbee5||!_0xddbee5['getResultResponse'])return logger[_0x38cdef(0x166)](_0x3bda1f[_0x38cdef(0x95)]),[];const _0x3ad647=_0xddbee5[_0x38cdef(0x264)](),_0xc1fbcd=Buffer[_0x38cdef(0x202)](_0x3ad647)[_0x38cdef(0x2ba)](_0x3bda1f[_0x38cdef(0x211)])[_0x38cdef(0x8a)]();if(!_0xc1fbcd)return logger[_0x38cdef(0x166)](_0x3bda1f[_0x38cdef(0x295)]),[];return JSON[_0x38cdef(0x108)](_0xc1fbcd);}catch(_0x5b9a36){return logger[_0x38cdef(0x22d)]('[App-A11y]\x20getAppAccessibilityResults\x20error:\x20'+(_0x5b9a36[_0x38cdef(0x147)]||_0x5b9a36[_0x38cdef(0xfb)])),[];}}async[a112_0xd94137(0x8e)](_0xd1115d,_0x27d921){const _0x156809=a112_0xd94137,_0x45eb38={};_0x45eb38[_0x156809(0x97)]='getResultsSummary',_0x45eb38[_0x156809(0x14d)]=_0x156809(0x111),_0x45eb38[_0x156809(0x29b)]=_0x156809(0x1c9),_0x45eb38[_0x156809(0x289)]=_0x156809(0x113);const _0x6fa213=_0x45eb38;try{const _0x3f26db=process[_0x156809(0xa3)][_0x156809(0x21e)]||'';logger['info']('[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId='+_0x3f26db+_0x156809(0x1a6)+_0x27d921+_0x156809(0xbb)+_0xd1115d);const _0xacebc2=await GrpcClient[_0x156809(0x1ca)]()[_0x156809(0x13f)](_0x3f26db,_0x27d921,_0xd1115d,_0x6fa213[_0x156809(0x97)]);if(!_0xacebc2||!_0xacebc2['getResultResponse'])return logger['warn'](_0x6fa213['niAGY']),{};const _0x2902ff=_0xacebc2[_0x156809(0x264)](),_0x4ba12f=Buffer['from'](_0x2902ff)[_0x156809(0x2ba)](_0x6fa213[_0x156809(0x29b)])['trim']();if(!_0x4ba12f)return logger['warn'](_0x6fa213[_0x156809(0x289)]),{};return JSON[_0x156809(0x108)](_0x4ba12f);}catch(_0x48b84c){return logger[_0x156809(0x22d)](_0x156809(0x27f)+(_0x48b84c[_0x156809(0x147)]||_0x48b84c['message'])),{};}}async[a112_0xd94137(0x2b9)](_0x1e76ee){const _0x2ef708=a112_0xd94137,_0x10c1ac={};_0x10c1ac['OBjlL']=_0x2ef708(0x28d),_0x10c1ac[_0x2ef708(0xf6)]=function(_0x2e5b24,_0x4fabd3){return _0x2e5b24>_0x4fabd3;},_0x10c1ac['bIEDK']=_0x2ef708(0x12b);const _0x5a686a=_0x10c1ac;try{if(!this[_0x2ef708(0x1be)]())return logger[_0x2ef708(0x166)](_0x5a686a[_0x2ef708(0x13b)]),[];const _0x334920=this['isMobileWebSession']()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x2ef708(0x1b9)]()}:{};_0x5a686a[_0x2ef708(0xf6)](Object[_0x2ef708(0x235)](_0x334920)['length'],0x0)&&logger[_0x2ef708(0x29a)](_0x2ef708(0xbe)+JSON['stringify'](_0x334920));const _0x2178dd=await this[_0x2ef708(0x1d3)]({'fetchFn':()=>Object['keys'](_0x334920)[_0x2ef708(0x276)]>0x0?this[_0x2ef708(0x27c)](_0x1e76ee,'getResults',_0x334920):this[_0x2ef708(0x27c)](_0x1e76ee,_0x2ef708(0xad)),'isNonEmpty':_0x4c0ad2=>Array[_0x2ef708(0x102)](_0x4c0ad2)&&_0x4c0ad2[_0x2ef708(0x276)]>0x0,'resultDetail':_0x1dacfa=>_0x2ef708(0x2cd)+(Array['isArray'](_0x1dacfa)?_0x1dacfa[_0x2ef708(0x276)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5a686a[_0x2ef708(0xfe)]});return _0x2178dd||[];}catch(_0x51a40c){return logger[_0x2ef708(0x22d)](_0x2ef708(0x96)+(_0x51a40c[_0x2ef708(0x147)]||_0x51a40c[_0x2ef708(0xfb)])),[];}}async['getAccessibilityResultsSummary'](_0x58b301){const _0x159250=a112_0xd94137,_0x4c4428={'fJrqo':function(_0x1f2922,_0x1b81b3,_0x4f12cb){return _0x1f2922(_0x1b81b3,_0x4f12cb);},'gaUXK':_0x159250(0x20f),'ZYobf':function(_0x1c20ea,_0xd359d5){return _0x1c20ea(_0xd359d5);},'LnYIY':_0x159250(0x288),'xtbdf':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','rPARR':'../cliUtils','NFgpq':function(_0x17eae9,_0x25e4dc){return _0x17eae9===_0x25e4dc;},'PRvrD':_0x159250(0xcd),'buWxJ':_0x159250(0x9e),'YTNTM':_0x159250(0x277),'xzPMj':_0x159250(0x119),'LVWds':_0x159250(0x1f2),'Ewqzf':_0x159250(0x2a3),'OWqJF':_0x159250(0x2b5),'RONzL':_0x159250(0x1b6),'jFZnI':_0x159250(0x18e),'uowzp':'No\x20summaryResults\x20found.','UWkTw':_0x159250(0xd0)};try{if(!this['getCurrentAccessibilityStatus']())return logger['warn'](_0x4c4428['xtbdf']),{};const _0x49caeb=_0x4c4428[_0x159250(0xed)](require,_0x4c4428[_0x159250(0x17c)]),_0x1e60a0=_0x49caeb[_0x159250(0xfc)](),_0x1a6a0e=_0x4c4428[_0x159250(0x2d8)](_0x1e60a0?.[_0x159250(0x28e)]?.[_0x159250(0xc2)](),_0x4c4428[_0x159250(0xf5)]);let _0x276f11='',_0x24c56f=null,_0x4b5231=null;if(_0x1a6a0e){_0x24c56f=global[_0x159250(0x230)]||global['__workerDetails']?.[_0x159250(0xa6)]?.['testAnalyticsId']||global[_0x159250(0x1e7)]?.[_0x159250(0xa6)]?.['id'];if(!_0x24c56f)return logger['warn'](_0x4c4428[_0x159250(0x26c)]),{};try{const _0x5913c2=await GrpcClient['getInstance']()[_0x159250(0x25d)](process[_0x159250(0xa3)][_0x159250(0x21e)],_0x4c4428[_0x159250(0x27b)],_0x4c4428[_0x159250(0xac)],_0x24c56f),_0x375e10=AccessibilityModule[_0x159250(0x269)](null,_0x5913c2);_0x276f11=_0x375e10?.[_0x159250(0x21f)]||'',logger[_0x159250(0x29a)](_0x159250(0x1b2)+_0x276f11+_0x159250(0x1e9)+_0x24c56f);const _0xa4be78=await AccessibilityModule[_0x159250(0x21d)](_0x4c4428[_0x159250(0xac)],_0x276f11,_0x24c56f),_0xaa50eb=this[_0x159250(0xf7)](_0x4c4428['xzPMj'])||this[_0x159250(0x1f1)][this[_0x159250(0x132)]]||null,_0x461ff3=process[_0x159250(0xa3)][_0x159250(0xa0)]||'',_0x2d6ff7=this[_0x159250(0x213)](_0x4c4428[_0x159250(0x10e)],_0x276f11,_0xaa50eb,_0x461ff3);_0x4b5231=_0x49caeb[_0x159250(0x112)](_0x2d6ff7,_0xa4be78),logger['debug'](_0x159250(0xf3)+JSON[_0x159250(0x258)](_0x4b5231));}catch(_0x47be96){return logger[_0x159250(0x22d)](_0x159250(0x279)+_0x47be96[_0x159250(0xfb)]),{};}}else{_0x276f11=this[_0x159250(0xf7)](_0x4c4428[_0x159250(0x2d0)])||'';!_0x276f11&&this['isMobileWebSession']()&&(_0x276f11=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x2270e9=this[_0x159250(0xf7)](_0x4c4428['xzPMj'])||this[_0x159250(0x1f1)][this[_0x159250(0x132)]]||null,_0x491b5f=process[_0x159250(0xa3)][_0x159250(0xa0)]||'';_0x4b5231=this[_0x159250(0x213)](_0x4c4428['LVWds'],_0x276f11,_0x2270e9,_0x491b5f);}logger['debug'](_0x4c4428['OWqJF']);const _0x51b4f3=0x15f90,_0x1e82f1=0x1388;try{await PerformanceTester[_0x159250(0x190)](PerformanceA11yEvents[_0x159250(0xb3)],async()=>{const _0x2da87f=_0x159250,_0x23f9ae=this[_0x2da87f(0x27c)](_0x58b301,_0x4c4428[_0x2da87f(0x223)],_0x4b5231);let _0x4541b7;const _0xd99bbe=new Promise((_0xf6eb9e,_0x3780d8)=>{_0x4541b7=_0x4c4428['fJrqo'](setTimeout,()=>_0x3780d8(new Error('performScan\x20capped\x20at\x20'+_0x51b4f3+'ms')),_0x51b4f3);});try{const _0x508d92=await Promise[_0x2da87f(0x126)]([_0x23f9ae,_0xd99bbe]);logger['debug']('Scan\x20result:\x20'+util[_0x2da87f(0x128)](_0x508d92));}finally{_0x4c4428[_0x2da87f(0xed)](clearTimeout,_0x4541b7);}},{'command':_0x4c4428['LVWds']})();}catch(_0xde9a){logger['warn'](_0x159250(0x109)+_0xde9a['message']+_0x159250(0x2df)),global[_0x159250(0x173)]={'reason':_0x4c4428[_0x159250(0x1e4)],'at':Date[_0x159250(0x247)](),'where':_0x4c4428['jFZnI']},await new Promise(_0x22d3f5=>setTimeout(_0x22d3f5,_0x1e82f1)),logger[_0x159250(0x29a)]('[AccessibilityModule.getResultsSummary]\x20waited\x20'+_0x1e82f1+'ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary');}const _0x40138f=await this['_pollUntilNonEmpty']({'fetchFn':()=>PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x159250(0x1b3)],async()=>{const _0x418fa6=_0x159250;return await this[_0x418fa6(0x27c)](_0x58b301,_0x4c4428[_0x418fa6(0xac)],_0x4b5231);})(),'isNonEmpty':_0x266a3b=>_0x266a3b&&typeof _0x266a3b['totalIssueCount']===_0x159250(0xa2)&&_0x266a3b[_0x159250(0x2c3)]>0x0,'resultDetail':_0x31961a=>_0x159250(0x218)+(_0x31961a&&typeof _0x31961a[_0x159250(0x2c3)]===_0x159250(0xa2)?_0x31961a[_0x159250(0x2c3)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x4c4428['jFZnI']});if(!_0x40138f)return logger[_0x159250(0x29a)](_0x4c4428['uowzp']),{};return _0x4c4428[_0x159250(0x2d8)](typeof _0x40138f,_0x4c4428[_0x159250(0x10d)])&&global[_0x159250(0x173)]&&(_0x40138f[_0x159250(0x2d1)]=!![],_0x40138f[_0x159250(0x2c7)]=global[_0x159250(0x173)][_0x159250(0x159)]),_0x40138f;}catch(_0x3d5845){return logger[_0x159250(0x22d)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x3d5845[_0x159250(0x147)]||_0x3d5845[_0x159250(0xfb)])),{};}}async[a112_0xd94137(0x26b)](_0x1c5038,_0xf5d741,_0x492f28=null){const _0x37fd9f=a112_0xd94137,_0x5d5ee2={};_0x5d5ee2[_0x37fd9f(0x21b)]=_0x37fd9f(0x1ea),_0x5d5ee2['kLuAz']='performPageScan:\x20Script\x20is\x20null',_0x5d5ee2[_0x37fd9f(0xe9)]=_0x37fd9f(0x2d5);const _0x27cda1=_0x5d5ee2;try{if(!_0x1c5038)return logger[_0x37fd9f(0x29a)](_0x27cda1['eupUA']),null;if(!_0xf5d741)return logger[_0x37fd9f(0x29a)](_0x27cda1[_0x37fd9f(0x1c8)]),null;logger[_0x37fd9f(0x29a)](_0x27cda1['TULOM']);const _0x3dc755=_0x492f28?await _0x1c5038[_0x37fd9f(0x16f)](_0xf5d741,_0x492f28):await _0x1c5038['evaluate'](_0xf5d741);return _0x3dc755;}catch(_0x18cbb3){return logger[_0x37fd9f(0x22d)](_0x37fd9f(0xc8)+(_0x18cbb3['stack']||_0x18cbb3[_0x37fd9f(0xfb)])),null;}}static[a112_0xd94137(0x269)](_0x210857,_0x516d6f){const _0xb37637=a112_0xd94137,_0xfe4bb7={};_0xfe4bb7['ZoxNa']=_0xb37637(0x1c9);const _0x26ad95=_0xfe4bb7,_0xcb24bb={};_0xcb24bb['thTestRunUuid']=_0x210857;const _0x1cc979=_0xcb24bb;let _0x314b34={};if(_0x516d6f[_0xb37637(0x13a)]()&&_0x516d6f[_0xb37637(0x88)]())try{_0x314b34=JSON[_0xb37637(0x108)](Buffer[_0xb37637(0x202)](_0x516d6f[_0xb37637(0x10b)]())[_0xb37637(0x2ba)](_0x26ad95['ZoxNa']));}catch(_0x24ce9c){logger['error'](_0xb37637(0x2cc)+_0x24ce9c[_0xb37637(0xfb)]),_0x314b34={};}return CLIUtils['mergeObject'](_0x1cc979,_0x314b34);}static async[a112_0xd94137(0x21d)](_0x5f089f,_0x57baca='',_0x325da6=null){const _0x3328cb=a112_0xd94137,_0x52b376={};_0x52b376[_0x3328cb(0x24e)]=_0x3328cb(0x154),_0x52b376[_0x3328cb(0x296)]=_0x3328cb(0x277);const _0x4cb118=_0x52b376;try{if(!_0x325da6&&AccessibilityModule[_0x3328cb(0x2e9)])return AccessibilityModule[_0x3328cb(0x252)];if(!process['env'][_0x3328cb(0x21e)])return logger[_0x3328cb(0x22d)](_0x4cb118[_0x3328cb(0x24e)]),{};const _0x45adb7=await GrpcClient[_0x3328cb(0x1ca)]()[_0x3328cb(0x25d)](process[_0x3328cb(0xa3)][_0x3328cb(0x21e)],_0x4cb118[_0x3328cb(0x296)],_0x5f089f,_0x325da6),_0x5cc76b=_0x325da6?AccessibilityModule['loadDriverExecuteParams'](null,_0x45adb7)?.['thTestRunUuid']||_0x57baca:_0x57baca,_0x3f2db4=AccessibilityModule[_0x3328cb(0x269)](_0x5cc76b,_0x45adb7);return!_0x325da6&&(AccessibilityModule[_0x3328cb(0x252)]=_0x3f2db4,AccessibilityModule[_0x3328cb(0x2e9)]=!![]),_0x3f2db4;}catch(_0x9ec7e9){return logger[_0x3328cb(0x22d)](_0x3328cb(0xcc)+_0x5f089f+':\x20'+(_0x9ec7e9['stack']||_0x9ec7e9[_0x3328cb(0xfb)])),{};}}}function a112_0x153f(_0x177062,_0x5b656b){const _0x4bb9a3=a112_0x4bb9();return a112_0x153f=function(_0x153f92,_0x54ef8c){_0x153f92=_0x153f92-0x7a;let _0x24c747=_0x4bb9a3[_0x153f92];return _0x24c747;},a112_0x153f(_0x177062,_0x5b656b);};function a112_0x4bb9(){const _0x54e725=['test_tags','POTqH','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','shouldScanCurrentTest','wdXtS','browser_version','function','LLJop','getCurrentInstanceName','accessibilityToken','../../../helpers/accessibility-automation/constants','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20',',\x20includeTags=',',\x20testRunId=','_mobileScanningDisabledLogged','HIFEC','xrTuS','PCqLs','StsHp','Unknown\x20Test','isEnabledTestcase','not-array','MODULE_NAME','wnnam','performScanForCli:\x20No\x20','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','GET_RESULTS_SUMMARY','Nukae','isPlatformSupported','SCAN_CAP_HIT','Performing\x20scan\x20before\x20from\x20cli','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','resolveMobileThTestRunUuid','isFinite','../state/hookState','TEST_INIT','ACCESSIBILITY_INITIALIZED','getCurrentAccessibilityStatus','UjBFd','lwvll','onBeforeExecute','vnTZM','true','apSpo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','_sendMessageServerPatchApplied',');\x20returning\x20last\x20value','kLuAz','utf-8','getInstance','selCw','vCyOA','createHash','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','browserstack.accessibilityOptions.scannerVersion','\x20token_fp=','QzjUH','xPSmm','_pollUntilNonEmpty','Context','jQlAM','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','testFrameworkData','isAccessibilityAutomationSession','RFaLu','startsWith','setLogDisabledShown','start','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','end','tutrR','abUFQ','oulKP','pgSAA','RONzL','[AccessibilityModule]\x20goog:chromeOptions\x20on\x20the\x20','PRE','__workerDetails','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20from\x20testIdentifier=','performPageScan:\x20Page\x20is\x20null','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','applySendMessageToServerPatch','mkcdl','getScript','testcafe','RFGKv','accessibilityConfig','getAccessibilityResultsSummary','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','uITtp','pZdPQ','getTestDetails','\x20result\x20for\x20','unknown','8xCbBBa','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','toISOString','XfpTh','SAVE_RESULTS','setAccessibilityConfig','browser','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','commandsList','from','lLnBG','vKEwa','aVAvI','1434gZcpMK','getScriptByName','loadAccessibilityConfig','processAccessibilityCaps','MOHqx','JEST_WORKER_ID','browserstack.accessibilityOptions.wcagVersion','main','dkpAZ','scan','../state/automationFrameworkState','lsGrF','__accessibilityOptions','getParamsForScanForCli','../framework/constants/testFrameworkConstants.js','getValue','FFwxv','../cliUtils','totalIssueCount=','slice','getCapabilities','eupUA','getName','fetchCentralAuthA11yConfig','BROWSERSTACK_CLI_BIN_SESSION_ID','thTestRunUuid','browserStackEvaluate','SJwCx','isBrowserstackScriptCommand','gaUXK','AUTOMATION_SESSIONS','cucumber','RZZpV','replace','parseFromProto','getData','split','RVczf','zjTDk','error','WBDEK','testData','__jestCurrentTestIdentifier','centralAuthHeader','commandsToWrap','bfQkl','MergedScanArgs:\x20','keys','CJRCw','setShouldScanCurrentTest','getModuleName','NODE_GENERIC','--headless=new','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','\x20accessibility\x20script\x20on\x20page','getAllData','launchCaps','BTZCo','isEnabled','getBrowserDisplayName','Page\x20','testFramework','auDQc',')\x20result=','skipCDPConnectOverride','now','fqhfi','headless',',\x20\x0a\x20','jzBxl','NvoiX','sha256','RQauZ','pid','setAccessibilityToken','EXECUTE','_centralAuthA11yConfig','\x20config','browserstack_executor','command','getTestId','ZLVqL','stringify','EYBzn','instance',',\x20available\x20commands:\x20','isMobileWebSession','fetchDriverExecuteParamsEvent','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20',']\x20polled\x20','kpbTi','latest','scannerProcessingTimeout',']\x20onAfterTest\x20should\x20scan=','getResultResponse','onBeforeExecute:\x20No\x20command\x20name\x20provided','NON_BROWSERSTACK_AUTOMATION_SESSIONS','cSWtC','platformCaps','loadDriverExecuteParams','BSMyg','performPageScan','buWxJ','getAppAccessibilityResults','eBpzG','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','\x20env=','stopTestCapture','eORme','excludeTagsInTestingScope','Error\x20getting\x20script\x20by\x20name\x20','JKpvw','length','accessibility','isVersionSupported','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','info','YTNTM','executeScriptByName','QPvDf','initAccessibilityConfig','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','Error\x20checking\x20headless\x20capability:\x20','xVWIQ','uglAX','chromeOptions','../../../helpers/performance/performance-tester.js','NOlJp','kwasM','sefmh','getResultsSummary','UyHjG','KEY_INIT','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=',']\x20should\x20run\x20accessibility\x20value=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','name','itWcf','_parseScriptsFromOptions','join','LqxOr','executeScriptByName:\x20No\x20','Accessibility\x20data\x20for\x20extension:\x20','cMkie','KgRaV','jxkBB','rmzsK','saveResults','debug','lEhms','\x22browserstack.user\x22:\x22[REDACTED]\x22','jgxeg','getOptions','CtxkJ','\x20a11yToken=','myvhB','value','test_run_id','JSTyk','../../utils/playwright-patcher','ogXKz','NGOBl','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','wopWH','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','MqGxX','MOBILE_SCANNING_DISABLED_WARNING','OZkRq','rLeya','present','fDroW','wYVYr','28369cvrwYo',',\x20tags=','PZkOi','Performing\x20scan\x20before\x20getting\x20results\x20summary','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','getScriptsList','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','getAccessibilityResults','toString','EvZGg','tVJCo','digest','getAccessibility','vjuFx','qiWVF','noegP','NQkBA','totalIssueCount','JixkU','delete','BROWSERSTACK_TEST_ACCESSIBILITY_YML','degradedReason','isAppAccessibility','IlWtq','TwFGC','cQmsc','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','count=','3dllNbf','ChromeExtension','Ewqzf','degraded','fgeCe','DqUqK','TrackedInstance','Executing\x20accessibility\x20script\x20on\x20page','[AccessibilityModule]\x20onAfterTest:\x20framework=','getState','NFgpq','../../../helpers/performance/constants.js','VQqFJ','bZfiI','JQayB','util','kffLI','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','isMobilePlatform','VzyIZ','platformVersion','toObject','cSFSK','Error\x20in\x20stopTestCapture:\x20','KEY_TEST_NAME','Error\x20in\x20shouldScanForCommand:\x20','bind','_centralAuthConfigFetched','MrDpv','UeKDY','driver','scannerVersion','capabilities','capabilitiesList','is_mobile_session','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','BS_A11Y_JWT','size','uvSOf','dseTo','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','eUMrE','47334KyRTMm','map','KFCUm','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','[platform\x20-\x20','hasAccessibilityExecuteParams','onBeforeExecute:\x20Command\x20','trim','QzCHQ','BCecn','some','getAppAccessibilityResultsSummary','get','\x20->\x20','PrzOu','Sjeyf','authHeader','xwgEt','YDCsF','Error\x20in\x20getAccessibilityResults:\x20','sbyeI','page',']\x20isEnabledTestcase\x20(cucumber)\x20result=','PXHqy','assign','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','BQvbQ','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','KPaAk','BROWSERSTACK_TESTHUB_JWT','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','number','env','blWig','UtxlU','currentTest',']\x20poll\x20attempt=','228200RDxiRO','hDqvY','_readChromeOptionsCapability','getIsAppAccessibility','LnYIY','getResults','../framework/automationFramework','appium:platformVersion','./baseModule','commandName','odobq','PERFORM_SCAN','CDhOa','shouldScanForCommand','ueDvl','GeRvy','on\x20non-BrowserStack\x20infrastructure\x20','vbpkS','DxgNi',',\x20sessionId=','args','Yprjx','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','kpGUH','\x22\x20pid=','isBrowserSupportedForAccessibility','toLowerCase','QGAAJ','a11y-config-rpc','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','exports','HuUkZ','Error\x20in\x20performPageScan:\x20','XmASh','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','patchSendMessageToServer','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','jest','\x20testHubUuid=','find','object','performScan','\x20worker=\x22','MsHKi','mlMyx','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','3012LzsgIY','KEY_TEST_SCOPES',',\x20testCaseEnabled=','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','iMenx','KcFAS','FbeWp','SdOUO','QTbvX','HOTdV','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','WkkQz','pwPage','JKnnS','aElzC','getAccessibilityConfig','EdoYD','HTPMM','goog:chromeOptions','TULOM',',\x20isAppAccessibility=','xwwAZ','1660730utsLKG','ZYobf','\x20config\x20is\x20unusable:\x20','LOG_DISABLED_SHOWN','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','scriptsList','YdgVd','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','292095ewWGuJ','PRvrD','xHSzE','getCapabilityValue','../../../helpers/accessibility-automation/helper','eHYHQ','zvrum','message','getTestFrameworkDetail','onBeforeTest','bIEDK','browserVersion','623338jJZvVe','CaBZY','isArray','../../playwright/accessibility-helper','ECORh','testAnalyticsId','nVirl','FyMJC','parse','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','DRIVER_HAS_URL','getAccessibilityExecuteParams','appium:platformName','UWkTw','LVWds','chrome','android','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','mergeObject','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','getGoogleChromeOptions','options','djecm','dPhZm','../TestInfo.js','testhub_build_uuid','QtgeX','QUIT','TQVPb','Error\x20in\x20performScanForCli\x20for\x20script\x20','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','has','ZFAgq','updateData','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','getTesthub','yssOm','race','Executing\x20','format','bOwGX','pelxK','AccessibilityModule.getResults','azuAH','set','registerObserver','Mmrcs','\x20script\x20available','AuvwF','KEY_TESTHUB_BUILD_ID','includeTagsInTestingScope','getCommandsList','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','bdDLD','PEnQA','DRIVER_INIT','getSuccess','OBjlL','accessibilityPlatform','CREATE','SYNyE','accessibilityResult','crypto','version','yBHvR','getPlatformIndex','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','sWlZh','Exception\x20in\x20isPlatformSupported:\x20','stack','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','ZPINP','UVAze','includes','../../../helpers/helper','niAGY','xWrix','parseA11yJwtPayload','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','Mjziw','--headless=','[App-A11y]\x20Scan\x20result\x20for\x20','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','centralAuthToken','wkbsH','moWBZ','getCapabilitiesList','reason','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','ukvUC','SDK_ACCESSIBILITY_CONFIG','xFapY','cJoqB','KhtHd','RwrEs',',\x20excludeTags=','string','AJXXz','MOCHA','browserstack.accessibilityOptions.authToken','warn','getMinVersionForBrowser','OAANh','CJEfx','uPvtp',']\x20clear\x20','Error\x20executing\x20script\x20','shouldScanForCommand:\x20','concat','evaluate','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','titlePath',',\x20testIdentifier=','__bstackA11yScanCapHit','aIdHu','performScanForCli','getPlatformCaps','nPMnI','PkODF',',\x20framework=','saveTestResults','9RCSEPI','rPARR','OuzMS','x\x20over\x20','wnCCR','HuwIw','../../../helpers/accessibility-automation/scripts','isPlatformSupported:\x20caps\x20are\x20null','getBuildId','olebE','onAfterTest','null','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','13209RbQUJN','platformName','getTrackedInstance','\x20script\x20available\x20in\x20scriptsList','PfLeA',']\x20isEnabledTestcase\x20(','AccessibilityModule.getResultsSummary','getContext','measureWrapper','oVtmu',',\x20testName=','testInfo','znaEr','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','wcagVersion','Blpgc'];a112_0x4bb9=function(){return _0x54e725;};return a112_0x4bb9();}module[a112_0xd94137(0xc6)]=AccessibilityModule;
1
+ function a112_0x38f5(_0x196bc2,_0x219326){const _0x417564=a112_0x4175();return a112_0x38f5=function(_0x38f5e5,_0x5b190b){_0x38f5e5=_0x38f5e5-0x1be;let _0x2f009b=_0x417564[_0x38f5e5];return _0x2f009b;},a112_0x38f5(_0x196bc2,_0x219326);}const a112_0xaa13b8=a112_0x38f5;(function(_0x1f3286,_0x3a1fd4){const _0x490498=a112_0x38f5,_0x499043=_0x1f3286();while(!![]){try{const _0x5b2c77=parseInt(_0x490498(0x3e1))/0x1+parseInt(_0x490498(0x3dc))/0x2+-parseInt(_0x490498(0x29c))/0x3*(-parseInt(_0x490498(0x382))/0x4)+parseInt(_0x490498(0x39b))/0x5*(-parseInt(_0x490498(0x33f))/0x6)+parseInt(_0x490498(0x2e7))/0x7*(-parseInt(_0x490498(0x3f3))/0x8)+parseInt(_0x490498(0x2c2))/0x9*(-parseInt(_0x490498(0x233))/0xa)+-parseInt(_0x490498(0x317))/0xb;if(_0x5b2c77===_0x3a1fd4)break;else _0x499043['push'](_0x499043['shift']());}catch(_0x43e220){_0x499043['push'](_0x499043['shift']());}}}(a112_0x4175,0xa9ff3));const BaseModule=require(a112_0xaa13b8(0x306)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a112_0xaa13b8(0x1d2)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a112_0xaa13b8(0x363)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a112_0xaa13b8(0x29d)),GrpcClient=require(a112_0xaa13b8(0x24d)),scripts=require(a112_0xaa13b8(0x1d9)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a112_0xaa13b8(0x31f)),{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(a112_0xaa13b8(0x32e)),{nestedKeyValue,isUndefined}=require(a112_0xaa13b8(0x1e4)),util=require('util'),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a112_0xaa13b8(0x234)),accessibilityHelper=require(a112_0xaa13b8(0x25a)),{FRAMEWORKS}=require('../../utils/constants.js');class AccessibilityModule extends BaseModule{static [a112_0xaa13b8(0x23f)]=AccessibilityModule[a112_0xaa13b8(0x37e)];static ['_centralAuthConfigFetched']=![];static [a112_0xaa13b8(0x25c)]={};constructor(_0x228cc9){const _0x4554b8=a112_0xaa13b8,_0x594471={};_0x594471[_0x4554b8(0x295)]=_0x4554b8(0x3ed),_0x594471[_0x4554b8(0x236)]=_0x4554b8(0x419),_0x594471[_0x4554b8(0x226)]=_0x4554b8(0x1c8),_0x594471['hnNiF']=_0x4554b8(0x3fb),_0x594471[_0x4554b8(0x278)]=_0x4554b8(0x386);const _0x3b9419=_0x594471;super(),AutomationFramework['registerObserver'](AutomationFrameworkState['EXECUTE'],HookState[_0x4554b8(0x35a)],this['onBeforeExecute']['bind'](this)),AutomationFramework[_0x4554b8(0x2b5)](AutomationFrameworkState[_0x4554b8(0x28a)],HookState['POST'],this[_0x4554b8(0x2d1)][_0x4554b8(0x21f)](this)),AutomationFramework[_0x4554b8(0x2b5)](AutomationFrameworkState[_0x4554b8(0x318)],HookState[_0x4554b8(0x35a)],this[_0x4554b8(0x2a1)][_0x4554b8(0x21f)](this)),this['isEnabled']=!![],this['accessibilityConfig']=_0x228cc9[_0x4554b8(0x2ca)](),this[_0x4554b8(0x416)]=new Map(),this['LOG_DISABLED_SHOWN']=new Map(),this[_0x4554b8(0x35d)]=_0x228cc9['getIsAppAccessibility']?.()||![],this[_0x4554b8(0x2a7)]=[],this[_0x4554b8(0x277)]=![],this[_0x4554b8(0x413)]=![],this['setAccessibilityToken'](_0x228cc9[_0x4554b8(0x2ce)]()['getCapabilitiesList']());const _0x204093=CLIUtils[_0x4554b8(0x2a3)](),_0x10f31b=_0x204093&&[FRAMEWORKS[_0x4554b8(0x2ab)],FRAMEWORKS[_0x4554b8(0x3af)]]['includes'](_0x204093[_0x4554b8(0x37e)]);_0x10f31b&&this[_0x4554b8(0x344)](_0x228cc9[_0x4554b8(0x2ce)](),_0x3b9419[_0x4554b8(0x295)]),logger[_0x4554b8(0x370)](_0x3b9419[_0x4554b8(0x236)]),this['KEY_INIT']=_0x3b9419['ygKwU'],this[_0x4554b8(0x298)]=_0x3b9419['hnNiF'],this['KEY_TESTHUB_BUILD_ID']=_0x3b9419['JTvyt'];}[a112_0xaa13b8(0x26f)](){const _0xa0efca=a112_0xaa13b8;return this[_0xa0efca(0x26f)];}[a112_0xaa13b8(0x248)](){const _0x40929a=a112_0xaa13b8;return AccessibilityModule[_0x40929a(0x23f)];}[a112_0xaa13b8(0x1db)](){const _0x1019ca=a112_0xaa13b8;return this[_0x1019ca(0x416)][_0x1019ca(0x1e6)](CLIUtils[_0x1019ca(0x228)](),![]);}[a112_0xaa13b8(0x3a3)](){const _0x3c518a=a112_0xaa13b8;return this[_0x3c518a(0x222)][_0x3c518a(0x1e6)](CLIUtils[_0x3c518a(0x228)](),![]);}[a112_0xaa13b8(0x263)](_0x1d10fb){const _0x56297f=a112_0xaa13b8;this[_0x56297f(0x222)]['set'](CLIUtils[_0x56297f(0x228)](),_0x1d10fb);}[a112_0xaa13b8(0x337)](){const _0x46dada=a112_0xaa13b8,_0x3b0854={'rDIPt':_0x46dada(0x203),'oisUz':function(_0x172ee4,_0x124d7e){return _0x172ee4(_0x124d7e);},'FGnXK':'../../utils/playwright-patcher','ICDCH':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','VuYJY':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this['_sendMessageServerPatchApplied']){logger['debug'](_0x3b0854['rDIPt']);return;}try{const _0x271759=_0x3b0854[_0x46dada(0x37b)](require,_0x3b0854[_0x46dada(0x301)]);_0x271759&&_0x271759['patchSendMessageToServer']?(_0x271759[_0x46dada(0x398)](),this[_0x46dada(0x277)]=!![],logger[_0x46dada(0x370)](_0x3b0854['ICDCH'])):logger[_0x46dada(0x370)](_0x3b0854[_0x46dada(0x2fd)]);}catch(_0x53c892){logger[_0x46dada(0x370)](_0x46dada(0x2ec)+util['format'](_0x53c892));}}[a112_0xaa13b8(0x36d)](_0x1d1527=null,_0x50e137=null,_0x1cb8ae=null){const _0x1a201f=a112_0xaa13b8,_0x45bd97={'jctCa':function(_0x1061f6,_0x4c38a9){return _0x1061f6&&_0x4c38a9;},'RqTgI':'isPlatformSupported:\x20caps\x20are\x20null','KMLOx':function(_0x3e3090,_0x12178b){return _0x3e3090(_0x12178b);},'BOxYf':'../../../helpers/helper','XOehG':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','apdnM':_0x1a201f(0x345),'aNseY':function(_0x5b0d11,_0x9b67){return _0x5b0d11===_0x9b67;},'XgtGl':_0x1a201f(0x3c5),'XDfOn':'appium:platformVersion','NmDQP':function(_0x379fbe,_0xe67602){return _0x379fbe!==_0xe67602;},'aRtpt':function(_0x138dcc,_0x1f1f6f,_0x29c40d){return _0x138dcc(_0x1f1f6f,_0x29c40d);},'nuSAe':function(_0x7f4621,_0x54e5e4){return _0x7f4621<_0x54e5e4;},'UXkoD':_0x1a201f(0x308),'AShje':function(_0x2b51c4,_0x5b031e){return _0x2b51c4===_0x5b031e;},'iKssD':_0x1a201f(0x21e),'zoofA':_0x1a201f(0x33b),'mbtKa':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','TMCZR':_0x1a201f(0x25b),'DGjEw':_0x1a201f(0x390),'pHsgz':function(_0x11e660){return _0x11e660();},'YVShN':'on\x20non-BrowserStack\x20infrastructure\x20','kKJcL':function(_0x29e124,_0x11ca8d){return _0x29e124-_0x11ca8d;},'SrJwz':function(_0x47472e,_0x1c38aa){return _0x47472e!==_0x1c38aa;},'sWgbT':function(_0x22f601,_0x4bce11){return _0x22f601>_0x4bce11;},'vrknC':function(_0x620ca7,_0x588a94){return _0x620ca7(_0x588a94);},'enJmf':_0x1a201f(0x32f)};try{if(_0x45bd97[_0x1a201f(0x332)](!_0x50e137,!_0x1cb8ae))return logger[_0x1a201f(0x370)](_0x45bd97[_0x1a201f(0x310)]),![];const {isUndefined:_0x2fdba2,isBrowserstackInfra:_0x4ade4a}=_0x45bd97[_0x1a201f(0x384)](require,_0x45bd97[_0x1a201f(0x242)]);if(!accessibilityHelper[_0x1a201f(0x3eb)]())return logger[_0x1a201f(0x370)](_0x45bd97[_0x1a201f(0x3fc)]),![];if(this[_0x1a201f(0x35d)]){const _0x3195fa=(_0x50e137[_0x1a201f(0x33a)]||_0x50e137[_0x45bd97[_0x1a201f(0x2e1)]]||'')[_0x1a201f(0x30c)]();if(_0x45bd97['aNseY'](_0x3195fa,_0x45bd97[_0x1a201f(0x408)])){const _0x9f046e=_0x50e137[_0x45bd97['XDfOn']]||_0x50e137[_0x1a201f(0x352)];if(_0x45bd97['NmDQP'](_0x9f046e,undefined)&&_0x45bd97[_0x1a201f(0x2c7)](_0x9f046e,null)){const _0x1fc0b8=_0x45bd97[_0x1a201f(0x33c)](parseInt,_0x45bd97[_0x1a201f(0x384)](String,_0x9f046e)[_0x1a201f(0x1c1)]('.')[0x0],0xa);if(!_0x45bd97[_0x1a201f(0x384)](isNaN,_0x1fc0b8)&&_0x45bd97[_0x1a201f(0x330)](_0x1fc0b8,0xb))return logger[_0x1a201f(0x3f7)](_0x1a201f(0x1d0)+_0x9f046e),![];}}return!![];}const _0x133424=_0x50e137[_0x1a201f(0x2e6)]||_0x50e137['browser'],_0x4eb192=_0x50e137['browserVersion']||_0x50e137['browser_version'];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x133424))return logger[_0x1a201f(0x3f7)](_0x45bd97[_0x1a201f(0x1f9)]),![];if(accessibilityHelper[_0x1a201f(0x214)](_0x133424))try{const _0x29a117=_0x50e137[_0x1a201f(0x2b4)],_0xecd028=_0x45bd97[_0x1a201f(0x284)](_0x29a117,!![])||_0x45bd97['AShje'](_0x29a117,_0x45bd97[_0x1a201f(0x3ae)])||_0x45bd97[_0x1a201f(0x359)](typeof _0x29a117,_0x45bd97[_0x1a201f(0x2da)])&&_0x45bd97[_0x1a201f(0x359)](_0x29a117[_0x1a201f(0x30c)](),_0x45bd97[_0x1a201f(0x3ae)]);if(_0xecd028)return logger[_0x1a201f(0x3f7)](_0x45bd97[_0x1a201f(0x2f8)]),![];const _0x495c4a=_0x50e137?.['chromeOptions']?.[_0x1a201f(0x41f)]||_0x50e137?.[_0x45bd97['TMCZR']]?.[_0x1a201f(0x41f)]||[];if(Array[_0x1a201f(0x333)](_0x495c4a)&&_0x495c4a['some'](_0x2815b7=>typeof _0x2815b7===_0x1a201f(0x33b)&&(_0x2815b7===_0x1a201f(0x28b)||_0x2815b7['startsWith']('--headless=')&&_0x2815b7!==_0x1a201f(0x282))))return logger[_0x1a201f(0x3f7)](_0x45bd97[_0x1a201f(0x2f8)]),![];}catch(_0x2826ab){logger[_0x1a201f(0x370)](_0x1a201f(0x366)+util['format'](_0x2826ab));}if(_0x45bd97[_0x1a201f(0x2c7)](_0x4eb192,_0x45bd97[_0x1a201f(0x293)])){const _0x567974=_0x45bd97[_0x1a201f(0x281)](_0x4ade4a),_0x46f9ef=accessibilityHelper[_0x1a201f(0x28e)](_0x133424,_0x567974),_0x3feb1f=accessibilityHelper[_0x1a201f(0x3bb)](_0x133424);if(!accessibilityHelper[_0x1a201f(0x3ee)](_0x4eb192,_0x46f9ef)){const _0x343bd9=_0x567974?'':_0x45bd97[_0x1a201f(0x2f1)],_0x4a586c=Number[_0x1a201f(0x410)](_0x45bd97['KMLOx'](parseFloat,_0x46f9ef))?_0x45bd97[_0x1a201f(0x30b)](_0x45bd97['KMLOx'](parseFloat,_0x46f9ef),0x1):_0x46f9ef;return logger['warn'](_0x1a201f(0x3e6)+_0x3feb1f+_0x1a201f(0x362)+_0x4a586c+'\x20'+_0x343bd9+'.'),![];}}else{const _0x44ecd5=_0x50e137[_0x1a201f(0x27c)]||_0x50e137[_0x1a201f(0x415)]||_0x50e137[_0x1a201f(0x3cf)];if(_0x44ecd5&&_0x45bd97[_0x1a201f(0x1cd)](_0x44ecd5,_0x45bd97['DGjEw'])&&!_0x45bd97['sWgbT'](_0x45bd97[_0x1a201f(0x37c)](parseFloat,_0x44ecd5),_0x45bd97[_0x1a201f(0x37c)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x1a201f(0x3f7)](_0x45bd97[_0x1a201f(0x1d3)]),![];}return!![];}catch(_0x2cfc79){return logger[_0x1a201f(0x370)]('Exception\x20in\x20isPlatformSupported:\x20'+_0x2cfc79[_0x1a201f(0x392)]),![];}}['isEnabledTestcase'](_0x363573=[],_0x54bfbc,_0x3ec2cf=a112_0xaa13b8(0x1d6)){const _0xafdbc4=a112_0xaa13b8,_0x445fc2={'oBaVR':function(_0xaca254,_0x943290){return _0xaca254===_0x943290;},'TIDOW':_0xafdbc4(0x39a),'XplCi':function(_0x59c796,_0x2d4347){return _0x59c796||_0x2d4347;},'XOuhN':function(_0x3e0cdb,_0x3924d5){return _0x3e0cdb===_0x3924d5;},'UabnQ':function(_0x4ebf0a,_0x7bee6){return _0x4ebf0a&&_0x7bee6;},'xDEel':_0xafdbc4(0x412),'yGWso':function(_0x26560a,_0x2319be){return _0x26560a===_0x2319be;},'VgGDz':function(_0x576653,_0x3fc918){return _0x576653(_0x3fc918);},'qUQNB':function(_0x3cfcce,_0x5dd222){return _0x3cfcce>_0x5dd222;},'XbQsT':function(_0x395c2a,_0x17a888){return _0x395c2a&&_0x17a888;}};try{const _0x3f53d2=process['env'][_0xafdbc4(0x2b9)]?JSON['parse'](process[_0xafdbc4(0x2de)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x3f53d2)return!![];const _0x1af474=Array[_0xafdbc4(0x333)](_0x3f53d2[_0xafdbc4(0x36e)])?_0x3f53d2[_0xafdbc4(0x36e)]:[],_0x30e55e=Array[_0xafdbc4(0x333)](_0x3f53d2[_0xafdbc4(0x1f4)])?_0x3f53d2['excludeTagsInTestingScope']:[];if(_0x445fc2[_0xafdbc4(0x1f1)](_0x3ec2cf,_0x445fc2[_0xafdbc4(0x3ab)])||_0x445fc2[_0xafdbc4(0x1f1)](_0x3ec2cf,FRAMEWORKS[_0xafdbc4(0x2ab)])){let _0x4bc800;Array[_0xafdbc4(0x333)](_0x363573)?_0x4bc800=_0x363573['join']('\x20'):_0x4bc800=_0x445fc2[_0xafdbc4(0x201)](_0x363573,'');const _0xc5babc=_0xc7bade=>_0x3ec2cf===FRAMEWORKS[_0xafdbc4(0x2ab)]&&typeof _0xc7bade==='string'?_0xc7bade[_0xafdbc4(0x302)](/^@/,'')[_0xafdbc4(0x30c)]()[_0xafdbc4(0x2df)]():_0xc7bade,_0x22722a=_0x445fc2[_0xafdbc4(0x1f1)](_0x3ec2cf,FRAMEWORKS['NODE_GENERIC'])?_0x4bc800[_0xafdbc4(0x30c)]():_0x4bc800,_0x4e45d1=_0x30e55e[_0xafdbc4(0x2e4)](_0x254c14=>_0x22722a[_0xafdbc4(0x27d)](_0xc5babc(_0x254c14))),_0x1c643a=_0x445fc2[_0xafdbc4(0x2fa)](_0x1af474['length'],0x0)||_0x1af474['some'](_0x41bc14=>_0x22722a[_0xafdbc4(0x27d)](_0xc5babc(_0x41bc14))),_0x59917d=_0x445fc2['UabnQ'](!_0x4e45d1,_0x1c643a);return logger[_0xafdbc4(0x370)](_0xafdbc4(0x2f5)+(_0x54bfbc?.[_0xafdbc4(0x288)]?.()||_0x445fc2[_0xafdbc4(0x23d)])+_0xafdbc4(0x1e2)+_0x3ec2cf+')\x20result='+_0x59917d+_0xafdbc4(0x36c)+_0x4bc800+',\x20includeTags='+JSON[_0xafdbc4(0x34d)](_0x1af474)+_0xafdbc4(0x21b)+JSON[_0xafdbc4(0x34d)](_0x30e55e)),_0x59917d;}const _0x385295=Array[_0xafdbc4(0x333)](_0x363573)?_0x363573:[];let _0x49c03b=![],_0x2a03f3=_0x445fc2[_0xafdbc4(0x1ec)](_0x1af474[_0xafdbc4(0x346)],0x0);const _0x2adfe=_0x4ddb1f=>typeof _0x4ddb1f==='string'?_0x4ddb1f[_0xafdbc4(0x302)](/^@/,'')['toLowerCase']()[_0xafdbc4(0x2df)]():_0x4ddb1f,_0x9ab4ba=new Set(_0x1af474[_0xafdbc4(0x209)](_0x2adfe)),_0x4f17c2=new Set(_0x30e55e['map'](_0x2adfe));for(const _0x9ae96c of _0x385295){const _0x5db34b=_0x445fc2[_0xafdbc4(0x39f)](_0x2adfe,_0x9ae96c);_0x4f17c2[_0xafdbc4(0x326)](_0x5db34b)&&(_0x49c03b=!![]),_0x445fc2[_0xafdbc4(0x211)](_0x9ab4ba[_0xafdbc4(0x40a)],0x0)&&_0x9ab4ba['has'](_0x5db34b)&&(_0x2a03f3=!![]);}const _0xc9954c=_0x445fc2[_0xafdbc4(0x254)](_0x2a03f3,!_0x49c03b);return logger[_0xafdbc4(0x370)](_0xafdbc4(0x2f5)+(_0x54bfbc?.[_0xafdbc4(0x288)]?.()||_0x445fc2['xDEel'])+_0xafdbc4(0x1dd)+_0xc9954c+_0xafdbc4(0x1c6)+JSON[_0xafdbc4(0x34d)](_0x385295)+_0xafdbc4(0x338)+JSON['stringify'](_0x1af474)+_0xafdbc4(0x21b)+JSON[_0xafdbc4(0x34d)](_0x30e55e)),_0xc9954c;}catch(_0x4a60f9){return logger['debug'](_0xafdbc4(0x2f5)+(_0x54bfbc?.['getPlatformIndex']?.()||_0x445fc2[_0xafdbc4(0x23d)])+_0xafdbc4(0x21d)+_0x4a60f9[_0xafdbc4(0x392)]),![];}}async['onBeforeTest'](_0x10c0d7){const _0x161241=a112_0xaa13b8,_0x203183={};_0x203183[_0x161241(0x385)]=function(_0x8550f6,_0x41a2de){return _0x8550f6!==_0x41a2de;},_0x203183[_0x161241(0x20f)]='cucumber',_0x203183[_0x161241(0x262)]=_0x161241(0x39a),_0x203183[_0x161241(0x35b)]=_0x161241(0x20c),_0x203183[_0x161241(0x2a8)]=function(_0x2470b0,_0x403959){return _0x2470b0!==_0x403959;},_0x203183[_0x161241(0x383)]=function(_0x1f7907,_0x5d4ce4){return _0x1f7907===_0x5d4ce4;},_0x203183[_0x161241(0x1f5)]=_0x161241(0x21e),_0x203183[_0x161241(0x41d)]=function(_0x2b3779,_0x533cd7){return _0x2b3779&&_0x533cd7;},_0x203183[_0x161241(0x270)]=_0x161241(0x264),_0x203183[_0x161241(0x2ff)]=_0x161241(0x3f6),_0x203183['iAtHB']=_0x161241(0x3bf),_0x203183[_0x161241(0x3d6)]=_0x161241(0x271),_0x203183['jOKFk']=function(_0x3633a9,_0x380809){return _0x3633a9===_0x380809;},_0x203183[_0x161241(0x1d4)]=_0x161241(0x3b1),_0x203183[_0x161241(0x343)]=_0x161241(0x1f6),_0x203183['aJCsz']=function(_0x17ca9a,_0x664bc2){return _0x17ca9a>_0x664bc2;},_0x203183[_0x161241(0x3b3)]=function(_0x1c5aad,_0x16d868){return _0x1c5aad===_0x16d868;},_0x203183[_0x161241(0x29b)]=_0x161241(0x33d),_0x203183[_0x161241(0x2f3)]=_0x161241(0x1c5),_0x203183['scDKZ']=_0x161241(0x412);const _0x454d1d=_0x203183;if(_0x454d1d[_0x161241(0x385)](_0x10c0d7[_0x161241(0x323)],_0x454d1d[_0x161241(0x20f)])&&_0x454d1d['aYOvv'](_0x10c0d7[_0x161241(0x323)],_0x454d1d[_0x161241(0x262)])&&_0x454d1d[_0x161241(0x385)](_0x10c0d7['testFramework'],_0x454d1d[_0x161241(0x35b)])&&_0x454d1d['obEUH'](_0x10c0d7[_0x161241(0x323)],FRAMEWORKS[_0x161241(0x2ab)])){logger['debug']('onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x10c0d7[_0x161241(0x323)]+')');return;}try{const _0x224ad9=AutomationFramework[_0x161241(0x38f)](),_0x1c070e=TestFramework['getTrackedInstance'](),_0x5025f1=_0x10c0d7[_0x161241(0x35c)]||global[_0x161241(0x231)]?.['pwPage']||null;if(_0x454d1d[_0x161241(0x383)](_0x10c0d7['testFramework'],_0x454d1d[_0x161241(0x35b)])){const _0x350f3a=_0x10c0d7[_0x161241(0x1f3)]||_0x224ad9&&_0x224ad9[_0x161241(0x23e)]&&_0x224ad9['getPlatformCaps']()||_0x224ad9&&_0x224ad9[_0x161241(0x351)]&&_0x224ad9[_0x161241(0x351)]()||{},_0x1b1f2c=_0x10c0d7['launchCaps']||null,_0x45bd05=this[_0x161241(0x36d)](_0x224ad9,_0x350f3a,_0x1b1f2c),_0x1c0410=CLIUtils[_0x161241(0x228)]();this[_0x161241(0x416)][_0x161241(0x420)](_0x1c0410,_0x45bd05);global[_0x161241(0x3c1)]?.[_0x161241(0x407)]&&global[_0x161241(0x3c1)]['getContext']()[_0x161241(0x3ec)](_0x45bd05);_0x45bd05?(global[_0x161241(0x369)]=!![],process['env'][_0x161241(0x23b)]=_0x454d1d[_0x161241(0x1f5)]):global[_0x161241(0x369)]=![];logger[_0x161241(0x370)](_0x161241(0x32a)+_0x45bd05);return;}if(_0x454d1d['VfDVi'](_0x10c0d7[_0x161241(0x323)],FRAMEWORKS[_0x161241(0x2ab)])){const _0xcde8bc=_0x10c0d7['testData']||{},_0x6d452e=_0xcde8bc[TestFrameworkConstants[_0x161241(0x1e0)]],_0x5a3305=_0xcde8bc[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0x48c16e=(Array[_0x161241(0x333)](_0x6d452e)?_0x6d452e[_0x161241(0x23c)](_0x5a3305)[_0x161241(0x3f1)]('\x20'):_0x5a3305)[_0x161241(0x2df)](),_0x301772=_0x10c0d7[_0x161241(0x1f3)]||_0x224ad9&&_0x224ad9['getPlatformCaps']&&_0x224ad9[_0x161241(0x23e)]()||_0x224ad9&&_0x224ad9[_0x161241(0x351)]&&_0x224ad9[_0x161241(0x351)]()||{},_0x3e8126=this[_0x161241(0x36d)](_0x224ad9,_0x301772,_0x10c0d7[_0x161241(0x291)]||null),_0x506a9c=this[_0x161241(0x313)](_0x48c16e,_0x224ad9,FRAMEWORKS[_0x161241(0x2ab)]),_0x10ed51=_0x454d1d[_0x161241(0x41d)](_0x3e8126,_0x506a9c),_0x1ed2b6=CLIUtils[_0x161241(0x228)]();this[_0x161241(0x416)][_0x161241(0x420)](_0x1ed2b6,_0x10ed51);global[_0x161241(0x3c1)]?.['getContext']&&global[_0x161241(0x3c1)][_0x161241(0x407)]()[_0x161241(0x3ec)](_0x10ed51);_0x10ed51?(global[_0x161241(0x369)]=!![],process[_0x161241(0x2de)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x454d1d[_0x161241(0x1f5)],this['applySendMessageToServerPatch']()):global[_0x161241(0x369)]=![];_0x1c070e&&_0x1c070e[_0x161241(0x2ed)](_0x454d1d[_0x161241(0x270)],!![]);logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported='+_0x3e8126+_0x161241(0x3de)+_0x506a9c+',\x20testName='+_0x48c16e);return;}if(!_0x5025f1){_0x1c070e&&_0x1c070e['updateData'](_0x454d1d[_0x161241(0x270)],!![]);logger[_0x161241(0x370)](_0x454d1d['qfktO']);return;}logger[_0x161241(0x370)](_0x454d1d[_0x161241(0x34b)]);const _0x226551=_0x1c070e?.[_0x161241(0x2ea)](_0x454d1d[_0x161241(0x3d6)],![]),_0x3d3e6a=_0x1c070e?.[_0x161241(0x2ea)](_0x454d1d[_0x161241(0x270)],![]);if(_0x454d1d[_0x161241(0x383)](_0x226551,![])&&_0x454d1d[_0x161241(0x268)](_0x3d3e6a,![])){_0x1c070e&&_0x1c070e[_0x161241(0x2ed)](_0x454d1d[_0x161241(0x3d6)],!![]);logger['debug'](_0x454d1d['sldzj']);return;}_0x1c070e&&_0x1c070e[_0x161241(0x2ed)](_0x454d1d['sLXkM'],!![]);let _0x369dae,_0x2e9377;const _0x109320=_0x10c0d7[_0x161241(0x323)]||_0x454d1d[_0x161241(0x20f)];if(_0x454d1d[_0x161241(0x268)](_0x109320,_0x454d1d[_0x161241(0x262)])){_0x2e9377=_0x10c0d7[_0x161241(0x1d8)]?.['testAnalyticsId']||_0x10c0d7[_0x161241(0x1d8)]?.['id']||global['__jestCurrentTestIdentifier']||global[_0x161241(0x231)]?.[_0x161241(0x21a)]?.[_0x161241(0x3ba)]||global[_0x161241(0x231)]?.[_0x161241(0x21a)]?.['id'];const _0x17bfb4=_0x1c070e?.[_0x161241(0x365)]()?.[_0x161241(0x1e6)](_0x2e9377);if(_0x17bfb4&&_0x17bfb4[TestFrameworkConstants[_0x161241(0x3a0)]])_0x369dae=_0x17bfb4[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x10c0d7['testInfo']?.[_0x161241(0x1e5)])_0x369dae=_0x10c0d7[_0x161241(0x1d8)][_0x161241(0x1e5)];else global[_0x161241(0x231)]?.[_0x161241(0x21a)]?.[_0x161241(0x1d8)]?.[_0x161241(0x1e5)]?_0x369dae=global['__workerDetails'][_0x161241(0x21a)][_0x161241(0x1d8)][_0x161241(0x1e5)]:_0x369dae=_0x454d1d[_0x161241(0x343)];}logger[_0x161241(0x370)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x2e9377+_0x161241(0x36c)+JSON[_0x161241(0x34d)](_0x369dae));}else{_0x2e9377=this[_0x161241(0x334)](_0x10c0d7);const _0x52007e=TestInfo[_0x161241(0x2c5)](_0x2e9377);let _0x75d79=[];if(_0x52007e&&Array['isArray'](_0x52007e[_0x161241(0x1c5)])&&_0x454d1d[_0x161241(0x2e8)](_0x52007e[_0x161241(0x1c5)][_0x161241(0x346)],0x0))_0x75d79=_0x52007e[_0x161241(0x1c5)];else{if(_0x1c070e){const _0x263b53=_0x454d1d[_0x161241(0x3b3)](typeof _0x1c070e['getData'],_0x454d1d[_0x161241(0x29b)])?_0x1c070e[_0x161241(0x2ea)](_0x454d1d['fvdPi'],[]):_0x1c070e[_0x161241(0x1c5)]||[];Array['isArray'](_0x263b53)&&(_0x75d79=_0x263b53);}}_0x369dae=_0x75d79;}logger[_0x161241(0x2d4)]('test-tags-->\x20'+JSON['stringify'](_0x369dae));const _0x5530ac=this[_0x161241(0x36d)](_0x224ad9,_0x10c0d7[_0x161241(0x1f3)],_0x10c0d7[_0x161241(0x291)]);logger[_0x161241(0x370)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x5530ac+',\x20isAppAccessibility='+this[_0x161241(0x35d)]);const _0x2340c4=this['isEnabledTestcase'](_0x369dae,_0x224ad9,_0x109320),_0x9d5096=_0x454d1d[_0x161241(0x41d)](_0x5530ac,_0x2340c4),_0x8145af=CLIUtils[_0x161241(0x228)]();this[_0x161241(0x416)][_0x161241(0x420)](_0x8145af,_0x9d5096),global[_0x161241(0x3c1)]?.[_0x161241(0x407)]&&global['Context']['getContext']()[_0x161241(0x3ec)](_0x9d5096),logger['debug'](_0x161241(0x2f5)+(_0x224ad9?.[_0x161241(0x288)]?.()||_0x454d1d[_0x161241(0x379)])+']\x20should\x20run\x20accessibility\x20value='+_0x9d5096),_0x9d5096?(global['accessibilityPlatform']=!![],process['env'][_0x161241(0x23b)]=_0x454d1d['TUTAF'],this['applySendMessageToServerPatch']()):global[_0x161241(0x369)]=![];}catch(_0x46f282){logger['error'](_0x161241(0x2ad)+(_0x46f282[_0x161241(0x336)]||_0x46f282[_0x161241(0x392)]));const _0x20b8ce=CLIUtils[_0x161241(0x228)]();this[_0x161241(0x416)][_0x161241(0x420)](_0x20b8ce,![]),global[_0x161241(0x369)]=![];}}[a112_0xaa13b8(0x314)](){const _0x3e112e=a112_0xaa13b8;return this['capabilities']['find'](_0xbf9b7d=>_0xbf9b7d['getName']()==='goog:chromeOptions')?.[_0x3e112e(0x206)]()||'';}[a112_0xaa13b8(0x299)](_0x57d517){const _0x3f906c=a112_0xaa13b8;try{const _0x59f58e=this[_0x3f906c(0x324)]?.[_0x3f906c(0x402)]?.[_0x3f906c(0x24b)]||[],_0x46daeb=_0x59f58e[_0x3f906c(0x2db)](_0x180e16=>_0x180e16[_0x3f906c(0x37e)]===_0x57d517);return _0x46daeb?_0x46daeb[_0x3f906c(0x3ca)]:null;}catch(_0x595deb){return logger[_0x3f906c(0x370)](_0x3f906c(0x421)+_0x57d517+':\x20'+_0x595deb['message']),null;}}async[a112_0xaa13b8(0x307)](_0x378fbf,_0x4ef626){const _0x132dec=a112_0xaa13b8,_0x555adf={};_0x555adf[_0x132dec(0x404)]=_0x132dec(0x367);const _0x3ec60c=_0x555adf,_0x307c59=_0x378fbf[_0x132dec(0x34c)]()[_0x132dec(0x2ce)]();this[_0x132dec(0x344)](_0x307c59,_0x3ec60c[_0x132dec(0x404)]),this[_0x132dec(0x2a7)]=_0x307c59[_0x132dec(0x259)](),await this['setAccessibilityToken'](this[_0x132dec(0x2a7)],_0x4ef626['launchCaps']);}[a112_0xaa13b8(0x39e)](_0xc792bd,_0x35beb3){const _0x40e647=a112_0xaa13b8,_0x4e2aaf={};_0x4e2aaf[_0x40e647(0x3f8)]=function(_0x33d85f,_0xb42137){return _0x33d85f===_0xb42137;},_0x4e2aaf[_0x40e647(0x2d5)]=_0x40e647(0x33b);const _0x51bff9=_0x4e2aaf;try{const _0x46bd14=(_0xc792bd[_0x40e647(0x259)]()||[])['find'](_0x4d8458=>_0x4d8458[_0x40e647(0x3b5)]()===_0x40e647(0x25b));if(!_0x46bd14)return null;const _0x219f2e=_0x46bd14['getValue']();if(!_0x219f2e)return null;const _0x4930de=_0x51bff9[_0x40e647(0x3f8)](typeof _0x219f2e,_0x51bff9[_0x40e647(0x2d5)])?JSON['parse'](_0x219f2e):_0x219f2e;return logger[_0x40e647(0x370)](_0x40e647(0x1be)+_0x35beb3+'\x20config'),_0x4930de;}catch(_0x3f74ea){return logger['debug'](_0x40e647(0x41b)+_0x35beb3+_0x40e647(0x255)+_0x3f74ea[_0x40e647(0x392)]),null;}}['_parseScriptsFromOptions'](_0x2d78b9,_0x348588){const _0x5aff15=a112_0xaa13b8,_0x571cc3={};_0x571cc3[_0x5aff15(0x1de)]=function(_0x467606,_0x648190){return _0x467606>_0x648190;},_0x571cc3[_0x5aff15(0x40b)]=_0x5aff15(0x1ed),_0x571cc3[_0x5aff15(0x3db)]=_0x5aff15(0x3d0);const _0x57f802=_0x571cc3;try{const _0xcc4080=_0x2d78b9[_0x5aff15(0x3a8)](),_0x54684a=_0x2d78b9[_0x5aff15(0x3cc)]()?.['getCommandsList'](),_0x4c2a0a=this[_0x5aff15(0x39e)](_0x2d78b9,_0x348588);_0x4c2a0a&&(scripts[_0x5aff15(0x28d)]=_0x4c2a0a),_0xcc4080&&_0x57f802[_0x5aff15(0x1de)](_0xcc4080['length'],0x0)?(scripts[_0x5aff15(0x376)](_0xcc4080,_0x54684a),scripts[_0x5aff15(0x229)](),logger['debug'](_0x57f802[_0x5aff15(0x40b)])):logger[_0x5aff15(0x370)](_0x57f802['HGcIW']);}catch(_0xc5374f){logger['debug']('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0xc5374f[_0x5aff15(0x392)]);}}async[a112_0xaa13b8(0x387)](_0x3af680,_0x373fa0={}){const _0x53625b=a112_0xaa13b8,_0x2828cf={'zZFpv':_0x53625b(0x38c),'mskIe':_0x53625b(0x2c8),'afZsG':function(_0x45c658,_0x46dccb){return _0x45c658===_0x46dccb;},'oKoWs':_0x53625b(0x3e7),'Nkrwi':function(_0x2f2649,_0x50336f){return _0x2f2649(_0x50336f);},'jIQyI':_0x53625b(0x36a),'YzkNg':_0x53625b(0x3d8),'yQpBV':_0x53625b(0x3d2),'sFTLI':function(_0x4978f0,_0x57298f){return _0x4978f0||_0x57298f;},'DHbKE':'browserstack.accessibilityOptions.authToken','Oxoqe':function(_0x57ebb6,_0x1e00bc){return _0x57ebb6(_0x1e00bc);},'aXkEZ':_0x53625b(0x25a),'btLTI':function(_0x12eab0,_0x4e1f12){return _0x12eab0(_0x4e1f12);},'CYyXF':_0x53625b(0x1e4),'SFeFY':function(_0x4b05a4,_0x8bf3f0){return _0x4b05a4(_0x8bf3f0);},'WZOtc':'wcagVersion','sOxMt':'browserstack.accessibilityOptions.wcagVersion','GEgZq':function(_0x361019,_0x1d2556){return _0x361019===_0x1d2556;},'bRbim':_0x53625b(0x3e2),'lXlIo':_0x53625b(0x238),'QMxEX':function(_0x4be032,_0x3cb0eb){return _0x4be032===_0x3cb0eb;},'yppld':_0x53625b(0x396),'wUtdM':_0x53625b(0x30e),'wDgFD':function(_0x576fe3,_0x4053c5){return _0x576fe3===_0x4053c5;},'IyMyu':_0x53625b(0x1f7),'oHeqw':function(_0x29f89c,_0x49bddd){return _0x29f89c===_0x49bddd;},'HZAFo':_0x53625b(0x21e)};global[_0x53625b(0x2d6)]=global[_0x53625b(0x2d6)]||{};const _0x1c42d8=Array[_0x53625b(0x333)](_0x3af680)?_0x3af680[_0x53625b(0x346)]:_0x2828cf[_0x53625b(0x2d7)];logger[_0x53625b(0x370)](_0x53625b(0x2bc)+_0x1c42d8+'\x20worker=\x22'+(process[_0x53625b(0x2de)][_0x53625b(0x3a5)]||_0x2828cf[_0x53625b(0x1eb)])+_0x53625b(0x1fc)+process['pid']);for(const _0x418eee of _0x3af680){logger[_0x53625b(0x370)](_0x53625b(0x38e)+_0x418eee['getName']());if(_0x2828cf[_0x53625b(0x29e)](_0x418eee['getName'](),_0x2828cf['oKoWs'])){const _0x3a62e6=_0x418eee[_0x53625b(0x206)](),_0x3ce9b3=_0x3a62e6?_0x2828cf[_0x53625b(0x331)](require,_0x2828cf['jIQyI'])['createHash'](_0x2828cf[_0x53625b(0x1d1)])[_0x53625b(0x349)](_0x3a62e6)[_0x53625b(0x2cc)](_0x2828cf['yQpBV'])['slice'](0x0,0x8):'';logger[_0x53625b(0x2d4)](_0x53625b(0x3ac)+_0x2828cf[_0x53625b(0x3c4)](_0x3a62e6,'')[_0x53625b(0x346)]+_0x53625b(0x26d)+_0x3ce9b3+_0x53625b(0x272)+(process[_0x53625b(0x2de)][_0x53625b(0x3a5)]||_0x2828cf[_0x53625b(0x1eb)])+_0x53625b(0x1fc)+process[_0x53625b(0x2b0)]),process[_0x53625b(0x2de)][_0x53625b(0x22a)]=_0x3a62e6,global[_0x53625b(0x2d6)][_0x2828cf[_0x53625b(0x275)]]=_0x3a62e6;const _0x57eda8=_0x2828cf[_0x53625b(0x2aa)](require,_0x2828cf[_0x53625b(0x25e)]),{isTrue:_0x243542}=_0x2828cf[_0x53625b(0x3d5)](require,_0x2828cf[_0x53625b(0x3bd)]),_0x415a80=_0x57eda8[_0x53625b(0x32d)](_0x3a62e6);_0x415a80&&_0x2828cf[_0x53625b(0x35f)](_0x243542,_0x415a80[_0x53625b(0x2e5)])&&(process['env'][_0x53625b(0x305)]=!![]);}else{if(_0x2828cf[_0x53625b(0x29e)](_0x418eee[_0x53625b(0x3b5)](),_0x2828cf[_0x53625b(0x375)]))global[_0x53625b(0x2d6)][_0x2828cf[_0x53625b(0x3df)]]=_0x418eee[_0x53625b(0x206)]();else{if(_0x2828cf[_0x53625b(0x304)](_0x418eee[_0x53625b(0x3b5)](),_0x2828cf[_0x53625b(0x2c4)]))global['__accessibilityOptions'][_0x2828cf['lXlIo']]=_0x418eee[_0x53625b(0x206)]();else{if(_0x2828cf[_0x53625b(0x22c)](_0x418eee['getName'](),_0x2828cf[_0x53625b(0x3a6)]))global['__accessibilityOptions'][_0x2828cf[_0x53625b(0x364)]]=_0x418eee[_0x53625b(0x206)]();else{if(_0x2828cf[_0x53625b(0x335)](_0x418eee[_0x53625b(0x3b5)](),_0x2828cf[_0x53625b(0x360)])){const _0x3ccdd9=_0x418eee[_0x53625b(0x206)]();process[_0x53625b(0x2de)][_0x53625b(0x1e3)]=_0x2828cf[_0x53625b(0x2aa)](String,_0x2828cf['wDgFD'](_0x3ccdd9,!![])||_0x2828cf[_0x53625b(0x22f)](_0x3ccdd9,_0x2828cf[_0x53625b(0x2f9)])),logger[_0x53625b(0x370)](_0x53625b(0x3d1)+_0x3ccdd9+_0x53625b(0x414)+process[_0x53625b(0x2de)][_0x53625b(0x1e3)]);}}}}}}}async[a112_0xaa13b8(0x2a1)](_0x14e25c){const _0x540cc0=a112_0xaa13b8,_0x2b8ceb={};_0x2b8ceb['imgsf']=function(_0xe891f2,_0x487a72){return _0xe891f2!==_0x487a72;},_0x2b8ceb[_0x540cc0(0x2d3)]=_0x540cc0(0x1d6),_0x2b8ceb[_0x540cc0(0x417)]=function(_0x4fbf72,_0x4e6444){return _0x4fbf72!==_0x4e6444;},_0x2b8ceb['oDwSI']='jest',_0x2b8ceb[_0x540cc0(0x289)]=_0x540cc0(0x20c),_0x2b8ceb[_0x540cc0(0x280)]=function(_0x12c9bc,_0x59764c){return _0x12c9bc!==_0x59764c;},_0x2b8ceb[_0x540cc0(0x287)]='unknown';const _0x265681=_0x2b8ceb;if(_0x265681[_0x540cc0(0x312)](_0x14e25c[_0x540cc0(0x323)],_0x265681[_0x540cc0(0x2d3)])&&_0x265681[_0x540cc0(0x417)](_0x14e25c[_0x540cc0(0x323)],_0x265681[_0x540cc0(0x1ff)])&&_0x265681[_0x540cc0(0x417)](_0x14e25c[_0x540cc0(0x323)],_0x265681[_0x540cc0(0x289)])&&_0x265681[_0x540cc0(0x280)](_0x14e25c['testFramework'],FRAMEWORKS[_0x540cc0(0x2ab)])){logger['debug'](_0x540cc0(0x286)+_0x14e25c[_0x540cc0(0x323)]+')');return;}const _0x2402dc=_0x14e25c[_0x540cc0(0x1d8)]?.[_0x540cc0(0x3ba)]||_0x14e25c[_0x540cc0(0x1d8)]?.['id']||global[_0x540cc0(0x358)];logger[_0x540cc0(0x2d4)]('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x14e25c[_0x540cc0(0x323)]+',\x20testIdentifier='+_0x2402dc);try{const _0x4e958b=_0x14e25c[_0x540cc0(0x279)]||AutomationFramework['getTrackedInstance'](),_0x5a5d3a=CLIUtils[_0x540cc0(0x228)](),_0x3b04e1=this[_0x540cc0(0x1db)]();logger[_0x540cc0(0x370)](_0x540cc0(0x2f5)+(_0x4e958b?.[_0x540cc0(0x288)]?.()||_0x265681[_0x540cc0(0x287)])+_0x540cc0(0x1ee)+_0x3b04e1),_0x3b04e1&&await this[_0x540cc0(0x2f4)](_0x4e958b,_0x14e25c),this[_0x540cc0(0x416)][_0x540cc0(0x3c0)](_0x5a5d3a),this[_0x540cc0(0x222)]['delete'](_0x5a5d3a);}catch(_0x20a87e){logger[_0x540cc0(0x41e)](_0x540cc0(0x1dc)+(_0x20a87e[_0x540cc0(0x336)]||_0x20a87e[_0x540cc0(0x392)]));}}async['stopTestCapture'](_0x4e877b,_0x8d936c){const _0x20f3dd=a112_0xaa13b8,_0x488183={};_0x488183[_0x20f3dd(0x2f0)]=function(_0x1bc925,_0x48b700){return _0x1bc925===_0x48b700;},_0x488183[_0x20f3dd(0x249)]='function',_0x488183[_0x20f3dd(0x316)]=function(_0x1f1cce,_0x68873c){return _0x1f1cce===_0x68873c;},_0x488183[_0x20f3dd(0x26b)]=_0x20f3dd(0x39a),_0x488183[_0x20f3dd(0x31a)]='cucumber',_0x488183['JZoYi']='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x488183[_0x20f3dd(0x395)]=_0x20f3dd(0x416),_0x488183[_0x20f3dd(0x216)]=_0x20f3dd(0x2a2),_0x488183['LDaFb']=_0x20f3dd(0x412),_0x488183[_0x20f3dd(0x371)]=_0x20f3dd(0x28f),_0x488183[_0x20f3dd(0x320)]=_0x20f3dd(0x3e8),_0x488183[_0x20f3dd(0x217)]=function(_0x264c5b,_0x116adb){return _0x264c5b||_0x116adb;},_0x488183[_0x20f3dd(0x327)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x488183['tNOQn']=_0x20f3dd(0x3b2),_0x488183['gjTqW']=_0x20f3dd(0x26a);const _0x15dc88=_0x488183;try{const _0x334498=_0x8d936c[_0x20f3dd(0x323)]||(_0x15dc88[_0x20f3dd(0x316)](this[_0x20f3dd(0x2cf)]?.[_0x20f3dd(0x37e)]?.[_0x20f3dd(0x30c)](),_0x15dc88[_0x20f3dd(0x26b)])?_0x15dc88['zRvTk']:_0x15dc88[_0x20f3dd(0x31a)]);let _0x479aa8='',_0x32aa8b=null,_0x572f05=null;if(_0x15dc88['PmbJE'](_0x334498,_0x15dc88['zRvTk'])){_0x32aa8b=_0x8d936c[_0x20f3dd(0x1d8)]?.[_0x20f3dd(0x3ba)]||_0x8d936c[_0x20f3dd(0x1d8)]?.['id']||global[_0x20f3dd(0x358)];if(!_0x32aa8b){logger[_0x20f3dd(0x3f7)](_0x15dc88[_0x20f3dd(0x223)]);return;}try{const _0x18967c=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x15dc88[_0x20f3dd(0x395)],_0x15dc88[_0x20f3dd(0x216)],_0x32aa8b),_0xe29031=AccessibilityModule[_0x20f3dd(0x405)](null,_0x18967c);_0x479aa8=_0xe29031?.[_0x20f3dd(0x374)]||'',logger[_0x20f3dd(0x370)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x479aa8+_0x20f3dd(0x2eb)+_0x32aa8b),_0x572f05=_0x18967c;}catch(_0x13f5c3){logger[_0x20f3dd(0x41e)](_0x20f3dd(0x3ce)+_0x13f5c3[_0x20f3dd(0x392)]);return;}}else{const _0x5195d5=this[_0x20f3dd(0x334)](_0x8d936c);_0x479aa8=TestInfo[_0x20f3dd(0x3ad)](_0x5195d5);}const _0x555f37=((()=>{const _0x36c46b=_0x20f3dd,_0x247a9e=(this[_0x36c46b(0x324)]?.[_0x36c46b(0x402)]?.[_0x36c46b(0x24b)]||[])[_0x36c46b(0x2db)](_0xf3ed09=>(typeof _0xf3ed09['getName']===_0x36c46b(0x33d)?_0xf3ed09[_0x36c46b(0x3b5)]():_0xf3ed09[_0x36c46b(0x37e)])===this['KEY_TESTHUB_BUILD_ID']);return _0x247a9e?_0x15dc88[_0x36c46b(0x2f0)](typeof _0x247a9e['getValue'],_0x15dc88[_0x36c46b(0x249)])?_0x247a9e[_0x36c46b(0x206)]():_0x247a9e[_0x36c46b(0x3ca)]:'';})()),_0x3d89bf=process[_0x20f3dd(0x2de)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x20f3dd(0x370)]('[platform\x20-\x20'+(_0x4e877b?.[_0x20f3dd(0x288)]?.()||_0x15dc88[_0x20f3dd(0x22b)])+']\x20clear\x20'+_0x479aa8+_0x20f3dd(0x2dc)+_0x555f37+_0x20f3dd(0x204)+(_0x3d89bf?_0x15dc88[_0x20f3dd(0x371)]:_0x15dc88[_0x20f3dd(0x320)]));let _0x94ac51;if(_0x15dc88[_0x20f3dd(0x316)](_0x334498,_0x15dc88[_0x20f3dd(0x26b)]))_0x94ac51=AccessibilityModule[_0x20f3dd(0x405)](_0x479aa8,_0x572f05);else{const _0x26c0e5=await GrpcClient[_0x20f3dd(0x239)]()[_0x20f3dd(0x2b2)](process[_0x20f3dd(0x2de)][_0x20f3dd(0x261)],_0x15dc88[_0x20f3dd(0x395)],_0x15dc88[_0x20f3dd(0x216)]);_0x94ac51=AccessibilityModule['loadDriverExecuteParams'](_0x479aa8,_0x26c0e5);}logger['debug'](_0x20f3dd(0x40f)+JSON[_0x20f3dd(0x34d)](_0x94ac51));const _0x466bed=Object[_0x20f3dd(0x3aa)]({},{'thTestRunUuid':_0x15dc88[_0x20f3dd(0x217)](_0x479aa8,''),'thBuildUuid':_0x15dc88['axJUF'](_0x555f37,''),'thJwtToken':_0x15dc88[_0x20f3dd(0x217)](_0x3d89bf,'')},_0x94ac51);!this[_0x20f3dd(0x35d)]&&this[_0x20f3dd(0x2ee)]()&&(_0x466bed[_0x20f3dd(0x2b1)]=!![],logger[_0x20f3dd(0x370)](_0x15dc88[_0x20f3dd(0x327)]));logger[_0x20f3dd(0x370)](_0x20f3dd(0x29f)+_0x479aa8+_0x20f3dd(0x2a0)+this['isAppAccessibility']);let _0x5a7887=global['__workerDetails']?.[_0x20f3dd(0x3a9)]||null;!_0x5a7887&&(_0x5a7887=AutomationFramework[_0x20f3dd(0x251)](_0x4e877b,_0x15dc88[_0x20f3dd(0x235)],null)),!_0x5a7887&&(_0x5a7887=AutomationFramework[_0x20f3dd(0x251)](_0x4e877b,_0x15dc88[_0x20f3dd(0x276)],null)),await this['finishScanningForCli'](this[_0x20f3dd(0x1db)](),_0x479aa8,_0x5a7887,_0x466bed,this[_0x20f3dd(0x35d)]);}catch(_0x400a78){logger[_0x20f3dd(0x41e)](_0x20f3dd(0x2af)+(_0x400a78[_0x20f3dd(0x336)]||_0x400a78[_0x20f3dd(0x392)]));}}async[a112_0xaa13b8(0x321)](_0x4e4701,_0x1e5b26,_0x4d8449,_0x50afe9,_0x14fa0b){const _0x58beec=a112_0xaa13b8,_0x45536a={};_0x45536a['BrRJk']=_0x58beec(0x2a2),_0x45536a[_0x58beec(0x221)]=function(_0x32dfbb,_0xd9219b){return _0x32dfbb&&_0xd9219b;},_0x45536a[_0x58beec(0x36b)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x45536a['vqvxf']=function(_0xf43f42,_0x4aee88){return _0xf43f42===_0x4aee88;},_0x45536a[_0x58beec(0x1da)]=_0x58beec(0x3e8),_0x45536a[_0x58beec(0x258)]=_0x58beec(0x267),_0x45536a[_0x58beec(0x274)]=_0x58beec(0x303),_0x45536a[_0x58beec(0x1df)]=_0x58beec(0x212),_0x45536a[_0x58beec(0x24f)]='scan',_0x45536a[_0x58beec(0x393)]='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x45536a[_0x58beec(0x30a)]=_0x58beec(0x1c9),_0x45536a[_0x58beec(0x1cb)]=_0x58beec(0x2f6);const _0x2935fe=_0x45536a;try{const _0x42fce=this['getScriptByName'](_0x2935fe['BrRJk']);if(_0x2935fe[_0x58beec(0x221)](!_0x14fa0b,!_0x42fce)){logger[_0x58beec(0x370)](_0x2935fe[_0x58beec(0x36b)]);return;}if(!_0x1e5b26||_0x2935fe[_0x58beec(0x41c)](_0x1e5b26,_0x2935fe[_0x58beec(0x1da)])||_0x2935fe[_0x58beec(0x41c)](_0x1e5b26,'')){logger[_0x58beec(0x370)](_0x2935fe['VgbqI']);return;}logger[_0x58beec(0x370)](_0x58beec(0x2e9)+JSON[_0x58beec(0x34d)](_0x50afe9)),_0x4e4701&&(logger[_0x58beec(0x370)](_0x2935fe['tfGjm']),await this['performScanForCli'](_0x4d8449,_0x1e5b26,_0x2935fe[_0x58beec(0x1df)],_0x50afe9,_0x14fa0b,_0x2935fe[_0x58beec(0x24f)]),_0x2935fe['tFGcQ'](!_0x14fa0b,_0x42fce)&&(logger['debug'](_0x2935fe[_0x58beec(0x393)]),await PerformanceTester[_0x58beec(0x394)](_0x2935fe[_0x58beec(0x30a)],async()=>{const _0x72336a=_0x58beec;await this[_0x72336a(0x20d)](_0x4d8449,_0x1e5b26,_0x2935fe['BrRJk'],_0x50afe9,_0x14fa0b,_0x2935fe[_0x72336a(0x3f5)]);})()),logger[_0x58beec(0x2d4)](_0x2935fe[_0x58beec(0x1cb)]));}catch(_0x5900db){logger[_0x58beec(0x41e)](_0x58beec(0x26e)+(_0x5900db[_0x58beec(0x336)]||_0x5900db[_0x58beec(0x392)]));}}async[a112_0xaa13b8(0x400)](_0x3927ce){const _0x2d1b52=a112_0xaa13b8,_0x35756b={};_0x35756b[_0x2d1b52(0x27f)]=function(_0x4f0b74,_0x3a111c){return _0x4f0b74!==_0x3a111c;},_0x35756b[_0x2d1b52(0x3cb)]=_0x2d1b52(0x1d6),_0x35756b[_0x2d1b52(0x1e1)]='jest',_0x35756b[_0x2d1b52(0x2e0)]=_0x2d1b52(0x20c),_0x35756b[_0x2d1b52(0x37f)]=function(_0x5f3ab4,_0x35c4a6){return _0x5f3ab4!==_0x35c4a6;},_0x35756b['NKTrO']='unknown',_0x35756b[_0x2d1b52(0x2e3)]=_0x2d1b52(0x411),_0x35756b[_0x2d1b52(0x252)]=function(_0x4b8372,_0x514931){return _0x4b8372&&_0x514931;},_0x35756b['EvXHN']=function(_0x319aa5,_0x3f0321){return _0x319aa5===_0x3f0321;},_0x35756b[_0x2d1b52(0x30f)]=_0x2d1b52(0x357),_0x35756b[_0x2d1b52(0x40c)]='accessibility',_0x35756b[_0x2d1b52(0x37d)]=_0x2d1b52(0x2dd),_0x35756b['SyPMK']=function(_0x1f96a7,_0x3f4ced){return _0x1f96a7===_0x3f4ced;},_0x35756b['KPAne']='test_run_id',_0x35756b[_0x2d1b52(0x257)]=_0x2d1b52(0x386),_0x35756b['EfcUM']=_0x2d1b52(0x3b0),_0x35756b[_0x2d1b52(0x1ea)]=_0x2d1b52(0x3e8);const _0x51eae7=_0x35756b;if(_0x51eae7[_0x2d1b52(0x27f)](_0x3927ce['testFramework'],_0x51eae7['QpShl'])&&_0x51eae7[_0x2d1b52(0x27f)](_0x3927ce[_0x2d1b52(0x323)],_0x51eae7[_0x2d1b52(0x1e1)])&&_0x51eae7[_0x2d1b52(0x27f)](_0x3927ce['testFramework'],_0x51eae7[_0x2d1b52(0x2e0)])&&_0x51eae7[_0x2d1b52(0x37f)](_0x3927ce[_0x2d1b52(0x323)],FRAMEWORKS['NODE_GENERIC'])){logger[_0x2d1b52(0x370)](_0x2d1b52(0x3c2)+_0x3927ce[_0x2d1b52(0x323)]+')');return;}logger['debug'](_0x2d1b52(0x241)+(_0x3927ce[_0x2d1b52(0x1d5)]||_0x51eae7[_0x2d1b52(0x401)])+_0x2d1b52(0x3b7)+_0x3927ce[_0x2d1b52(0x323)]);try{const _0x3ffb24=_0x3927ce[_0x2d1b52(0x279)]||AutomationFramework[_0x2d1b52(0x38f)](),_0x5534ef=TestFramework[_0x2d1b52(0x38f)](),_0x547985=_0x3927ce['commandName']||_0x3927ce[_0x2d1b52(0x3c9)]?.['getName']();if(!_0x547985){logger[_0x2d1b52(0x370)](_0x51eae7[_0x2d1b52(0x2e3)]);return;}if(!this[_0x2d1b52(0x1db)]()){logger[_0x2d1b52(0x370)](_0x2d1b52(0x3bc)+_0x547985);return;}if(!this['shouldScanForCommand'](_0x547985)){logger['debug'](_0x2d1b52(0x355)+_0x547985+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x4c85d7=_0x3927ce[_0x2d1b52(0x35c)]||global['__workerDetails']?.[_0x2d1b52(0x3a9)],_0x49970f=_0x3927ce[_0x2d1b52(0x3b4)]||null;if(_0x51eae7[_0x2d1b52(0x252)](!_0x4c85d7,!_0x49970f)){logger[_0x2d1b52(0x370)](_0x2d1b52(0x20e)+_0x547985);return;}let _0x5688ca='',_0x330fc2=null;if(_0x51eae7[_0x2d1b52(0x388)](_0x3927ce[_0x2d1b52(0x323)],_0x51eae7[_0x2d1b52(0x1e1)])){_0x330fc2=_0x3927ce[_0x2d1b52(0x1d8)]?.[_0x2d1b52(0x3ba)]||_0x3927ce[_0x2d1b52(0x1d8)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x330fc2){logger[_0x2d1b52(0x3f7)](_0x51eae7[_0x2d1b52(0x30f)]);return;}try{const _0x3615e6=await GrpcClient[_0x2d1b52(0x239)]()[_0x2d1b52(0x2b2)](process[_0x2d1b52(0x2de)][_0x2d1b52(0x261)],_0x51eae7[_0x2d1b52(0x40c)],_0x51eae7[_0x2d1b52(0x37d)],_0x330fc2),_0x1dfc68=AccessibilityModule['loadDriverExecuteParams'](null,_0x3615e6);_0x5688ca=_0x1dfc68?.[_0x2d1b52(0x374)]||'',logger['debug']('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x5688ca+_0x2d1b52(0x2eb)+_0x330fc2);}catch(_0x23e12d){logger[_0x2d1b52(0x41e)](_0x2d1b52(0x403)+_0x23e12d[_0x2d1b52(0x392)]);return;}}else _0x51eae7[_0x2d1b52(0x20b)](_0x3927ce['testFramework'],FRAMEWORKS[_0x2d1b52(0x2ab)])?_0x5688ca=_0x3927ce[_0x2d1b52(0x3dd)]||'':(_0x5688ca=this[_0x2d1b52(0x299)](_0x51eae7['KPAne'])||'',!_0x5688ca&&this['isMobileWebSession']()&&(_0x5688ca=accessibilityHelper['resolveMobileThTestRunUuid']()));const _0x1d217f=this['getCapabilityValue'](_0x51eae7['ZiTQT'])||this[_0x2d1b52(0x324)][this[_0x2d1b52(0x3d7)]]||null,_0x552bd2=process[_0x2d1b52(0x2de)][_0x2d1b52(0x285)]||'',_0x36ae50=this[_0x2d1b52(0x27a)](_0x547985,_0x5688ca,_0x1d217f,_0x552bd2),_0x57c61b=_0x51eae7['SyPMK'](_0x3927ce['testFramework'],_0x51eae7[_0x2d1b52(0x1e1)])?await AccessibilityModule[_0x2d1b52(0x381)](_0x51eae7['EfcUM'],_0x5688ca,_0x330fc2):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x51eae7[_0x2d1b52(0x31e)],_0x5688ca);logger[_0x2d1b52(0x2d4)](_0x2d1b52(0x2fe)+(_0x36ae50?JSON['stringify'](_0x36ae50):_0x51eae7[_0x2d1b52(0x1ea)]));let _0x45a592=CLIUtils['mergeObject'](_0x36ae50,_0x57c61b);if(this[_0x2d1b52(0x35d)]){const _0x13e3e3=process['env']['BS_A11Y_JWT']||'';_0x45a592[_0x2d1b52(0x240)]&&(_0x45a592[_0x2d1b52(0x2c6)]=_0x45a592[_0x2d1b52(0x240)],delete _0x45a592[_0x2d1b52(0x240)]),_0x45a592=Object['assign']({},_0x45a592,{'authHeader':_0x45a592[_0x2d1b52(0x208)]||_0x13e3e3,'method':_0x547985,'scanTimestamp':Date[_0x2d1b52(0x1f8)]()['toString']()});}logger[_0x2d1b52(0x2d4)]('MergedScanArgs:\x20'+(_0x45a592?JSON['stringify'](_0x45a592):_0x51eae7[_0x2d1b52(0x1ea)])),logger[_0x2d1b52(0x370)](_0x2d1b52(0x2f7)+_0x547985);const _0x567285=this[_0x2d1b52(0x35d)]?_0x49970f:_0x4c85d7,_0x18c146=await this[_0x2d1b52(0x20d)](_0x567285,_0x5688ca,_0x547985,_0x45a592,this['isAppAccessibility']);logger[_0x2d1b52(0x370)](_0x2d1b52(0x35e)+_0x547985+_0x2d1b52(0x2b7)+JSON[_0x2d1b52(0x34d)](_0x18c146));}catch(_0x286a1a){logger[_0x2d1b52(0x41e)](_0x2d1b52(0x28c)+(_0x286a1a[_0x2d1b52(0x336)]||_0x286a1a[_0x2d1b52(0x392)]));}}[a112_0xaa13b8(0x32c)](){const _0x3765f6=a112_0xaa13b8;return this[_0x3765f6(0x1db)]();}[a112_0xaa13b8(0x3d9)](_0x2154ec){const _0x32ccb0=a112_0xaa13b8,_0x9443d0=CLIUtils[_0x32ccb0(0x228)]();this[_0x32ccb0(0x416)][_0x32ccb0(0x420)](_0x9443d0,_0x2154ec);}async[a112_0xaa13b8(0x26c)](_0x38542b){const _0x151b9a=a112_0xaa13b8,_0x57fb73={};_0x57fb73[_0x151b9a(0x2b6)]='unknown';const _0x5b6f95=_0x57fb73;try{const _0x330eaa=_0x38542b[_0x151b9a(0x279)]||AutomationFramework[_0x151b9a(0x38f)](),_0xd67a39=_0x330eaa?.['getData']?.()?.[_0x151b9a(0x1e6)]?.(this[_0x151b9a(0x2a6)])||![];if(_0xd67a39)return;PerformanceTester[_0x151b9a(0x24a)](EVENTS[_0x151b9a(0x1f2)]);const _0x192de2=await GrpcClient['getInstance']()[_0x151b9a(0x3e5)](_0x38542b);_0x192de2&&_0x192de2[_0x151b9a(0x34c)]&&_0x192de2[_0x151b9a(0x34c)]()&&_0x192de2[_0x151b9a(0x34c)]()[_0x151b9a(0x2f2)]()?(await this[_0x151b9a(0x290)](_0x192de2,_0x38542b),_0x330eaa?.[_0x151b9a(0x2ea)]&&_0x330eaa[_0x151b9a(0x2ea)]()['set'](this['KEY_INIT'],!![]),logger[_0x151b9a(0x370)]('[platform\x20-\x20'+(_0x330eaa?.['getPlatformIndex']?.()||_0x5b6f95[_0x151b9a(0x2b6)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x151b9a(0x370)]('[platform\x20-\x20'+(_0x330eaa?.[_0x151b9a(0x288)]?.()||_0x5b6f95[_0x151b9a(0x2b6)])+_0x151b9a(0x2ac)),PerformanceTester[_0x151b9a(0x3e4)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x42e3a8){PerformanceTester['end'](EVENTS[_0x151b9a(0x1f2)],![],_0x42e3a8['message']),logger['error'](_0x151b9a(0x2bb)+(_0x42e3a8[_0x151b9a(0x336)]||_0x42e3a8[_0x151b9a(0x392)]));}}async[a112_0xaa13b8(0x290)](_0x402825,_0x2f995e){const _0x2dcaf0=a112_0xaa13b8;await this[_0x2dcaf0(0x307)](_0x402825,_0x2f995e);const _0x6640b3=_0x402825[_0x2dcaf0(0x34c)]()[_0x2dcaf0(0x2ce)]();if(_0x6640b3){const _0x1fee03=_0x402825[_0x2dcaf0(0x3fe)]&&_0x402825['getTesthub']();_0x1fee03&&(this['accessibilityConfig'][this[_0x2dcaf0(0x3d7)]]=_0x1fee03[_0x2dcaf0(0x297)]&&_0x1fee03['getBuildId']());}}['shouldScanForCommand'](_0x3b130b){const _0x327b94=a112_0xaa13b8,_0x102f79={};_0x102f79[_0x327b94(0x1e7)]=function(_0x32ce37,_0x29c98b){return _0x32ce37===_0x29c98b;};const _0x1ad9cc=_0x102f79;try{if(!_0x3b130b)return![];const _0x1e3147=this['accessibilityConfig']?.[_0x327b94(0x402)]?.[_0x327b94(0x3e3)]?.[_0x327b94(0x296)]||[],_0x438ddb=_0x1e3147[_0x327b94(0x2e4)](_0x25a88d=>{const _0x191c3a=_0x327b94;return _0x25a88d[_0x191c3a(0x37e)]&&_0x1ad9cc[_0x191c3a(0x1e7)](_0x25a88d['name'][_0x191c3a(0x30c)](),_0x3b130b[_0x191c3a(0x30c)]());});return logger[_0x327b94(0x370)](_0x327b94(0x3b8)+_0x3b130b+_0x327b94(0x424)+_0x438ddb+_0x327b94(0x350)+JSON['stringify'](_0x1e3147[_0x327b94(0x209)](_0x374665=>_0x374665[_0x327b94(0x37e)]))),_0x438ddb;}catch(_0x5a28e2){return logger[_0x327b94(0x370)](_0x327b94(0x2fc)+_0x5a28e2[_0x327b94(0x392)]),![];}}[a112_0xaa13b8(0x380)](_0x3a0f4d){const _0x18ec5a=a112_0xaa13b8,_0x35ae58={};_0x35ae58[_0x18ec5a(0x246)]=function(_0x43ce97,_0x265a7d){return _0x43ce97===_0x265a7d;},_0x35ae58[_0x18ec5a(0x342)]='string',_0x35ae58[_0x18ec5a(0x22d)]=_0x18ec5a(0x3f2);const _0x3546b0=_0x35ae58,_0x1e6a71=_0x3a0f4d['getScript']&&_0x3a0f4d[_0x18ec5a(0x27e)]();return _0x1e6a71&&_0x3546b0[_0x18ec5a(0x246)](typeof _0x1e6a71,_0x3546b0[_0x18ec5a(0x342)])&&_0x1e6a71[_0x18ec5a(0x27d)](_0x3546b0[_0x18ec5a(0x22d)]);}[a112_0xaa13b8(0x300)](_0x51129d){const _0xa8310b=a112_0xaa13b8,_0x3ed786={};_0x3ed786[_0xa8310b(0x1c4)]=function(_0x46965a,_0x4db991){return _0x46965a!==_0x4db991;},_0x3ed786[_0xa8310b(0x418)]=_0xa8310b(0x33b),_0x3ed786['vfisB']=_0xa8310b(0x416),_0x3ed786[_0xa8310b(0x3c8)]='performScan',_0x3ed786[_0xa8310b(0x36f)]='getResults',_0x3ed786[_0xa8310b(0x3fd)]=_0xa8310b(0x230);const _0x391512=_0x3ed786,_0x588d8e=_0x51129d['getScript']&&_0x51129d['getScript']();if(!_0x588d8e||_0x391512[_0xa8310b(0x1c4)](typeof _0x588d8e,_0x391512['iiEep']))return![];return _0x588d8e[_0xa8310b(0x27d)](_0x391512[_0xa8310b(0x373)])||_0x588d8e[_0xa8310b(0x27d)](_0x391512['qpkiP'])||_0x588d8e[_0xa8310b(0x27d)](_0x391512['LGRVf'])||_0x588d8e[_0xa8310b(0x27d)](_0x391512['mRGvU']);}[a112_0xaa13b8(0x2ee)](){const _0x274ff1=a112_0xaa13b8,_0x598d17={'iiGrb':function(_0x3762f5,_0x79c393){return _0x3762f5===_0x79c393;},'KjMWr':_0x274ff1(0x33d),'TSsIv':function(_0x125a47,_0x4a9e1d){return _0x125a47(_0x4a9e1d);},'EYonh':_0x274ff1(0x33a),'cWrxx':function(_0x504e91,_0x160b9b){return _0x504e91(_0x160b9b);},'EwoMN':_0x274ff1(0x2e6),'qltja':function(_0x5c946c,_0x2b8ba2){return _0x5c946c(_0x2b8ba2);},'OqsSx':_0x274ff1(0x3c5),'sahNU':function(_0x57e714,_0x3e4d99){return _0x57e714(_0x3e4d99);},'Tapoi':_0x274ff1(0x325)};try{const _0x1ca3e5=this['accessibilityConfig']?.[_0x274ff1(0x402)]?.['capabilitiesList']||[],_0x2bfaab=_0x1541f6=>{const _0x5a7768=_0x274ff1,_0xbca738=_0x1ca3e5[_0x5a7768(0x2db)](_0x117e55=>(typeof _0x117e55[_0x5a7768(0x3b5)]===_0x5a7768(0x33d)?_0x117e55['getName']():_0x117e55[_0x5a7768(0x37e)])===_0x1541f6);return _0xbca738?_0x598d17['iiGrb'](typeof _0xbca738[_0x5a7768(0x206)],_0x598d17[_0x5a7768(0x245)])?_0xbca738[_0x5a7768(0x206)]():_0xbca738[_0x5a7768(0x3ca)]:null;},_0x9b23fa=_0x598d17[_0x274ff1(0x25d)](_0x2bfaab,_0x598d17[_0x274ff1(0x3a7)]),_0x4b7dae=_0x598d17[_0x274ff1(0x39d)](_0x2bfaab,_0x598d17['EwoMN']),_0xddc619=global[_0x274ff1(0x2cb)]||_0x9b23fa&&_0x598d17[_0x274ff1(0x37a)](_0x598d17[_0x274ff1(0x25f)](String,_0x9b23fa)[_0x274ff1(0x30c)](),_0x598d17[_0x274ff1(0x315)])&&_0x4b7dae&&_0x598d17[_0x274ff1(0x20a)](String,_0x4b7dae)[_0x274ff1(0x30c)]()['includes'](_0x598d17['Tapoi']);if(!_0xddc619)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x274ff1(0x413)]&&(logger[_0x274ff1(0x3f7)](accessibilityHelper[_0x274ff1(0x224)]),this[_0x274ff1(0x413)]=!![]),![];return!![];}catch(_0xe1f22d){return logger[_0x274ff1(0x370)](_0x274ff1(0x341)+_0xe1f22d['message']),![];}}[a112_0xaa13b8(0x27a)](_0x18d135,_0x53b6cf,_0x27478f,_0x5f53a6){const _0x15ae1c=a112_0xaa13b8,_0x71555e={};_0x71555e[_0x15ae1c(0x1ca)]=function(_0x1474d8,_0x78e1ec){return _0x1474d8||_0x78e1ec;},_0x71555e[_0x15ae1c(0x2bf)]=function(_0x4285fb,_0x40461c){return _0x4285fb&&_0x40461c;},_0x71555e['bTbHs']=function(_0x224032,_0x5a45a6){return _0x224032||_0x5a45a6;},_0x71555e[_0x15ae1c(0x348)]=_0x15ae1c(0x34f);const _0x3b2397=_0x71555e;let _0x4440b6=_0x3b2397['Abyea'](_0x53b6cf,'');const _0x1efc0f=!this[_0x15ae1c(0x35d)]&&this[_0x15ae1c(0x2ee)]();_0x3b2397[_0x15ae1c(0x2bf)](_0x1efc0f,!_0x4440b6)&&(_0x4440b6=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x38b849={'command':_0x18d135,'thTestRunUuid':_0x4440b6,'thBuildUuid':_0x3b2397[_0x15ae1c(0x1ca)](_0x27478f,''),'thJwtToken':_0x3b2397[_0x15ae1c(0x40d)](_0x5f53a6,''),'timestamp':new Date()[_0x15ae1c(0x273)]()};return _0x1efc0f&&(_0x38b849[_0x15ae1c(0x2b1)]=!![],logger[_0x15ae1c(0x370)](_0x3b2397[_0x15ae1c(0x348)])),_0x38b849;}[a112_0xaa13b8(0x3f4)](_0x3770f1){const _0x20a885=a112_0xaa13b8,_0xde9908={};_0xde9908[_0x20a885(0x2be)]=function(_0x479023,_0x1e4190){return _0x479023||_0x1e4190;};const _0x4ab4f3=_0xde9908;try{const _0x221c9e=this['accessibilityConfig']?.[_0x20a885(0x402)]?.['scriptsList']||[],_0x22ed83=_0x221c9e[_0x20a885(0x2db)](_0x17a35c=>_0x17a35c['name']===_0x3770f1);return _0x4ab4f3[_0x20a885(0x2be)](_0x22ed83,null);}catch(_0x33a1f9){return logger[_0x20a885(0x370)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x3770f1+':\x20'+_0x33a1f9[_0x20a885(0x392)]),null;}}async['executeScriptByName'](_0x37f453,_0x117754,_0x2bc659=null){const _0x38dc35=a112_0xaa13b8,_0x5b13c9={'qBuej':function(_0x11b5cb,_0x54934e){return _0x11b5cb(_0x54934e);},'GqrXx':_0x38dc35(0x38b)};try{if(!_0x37f453)return logger['debug'](_0x38dc35(0x1fd)+_0x117754),null;const _0x120d69=this[_0x38dc35(0x3f4)](_0x117754);if(!_0x120d69||!_0x120d69['command'])return logger[_0x38dc35(0x370)](_0x38dc35(0x218)+_0x117754+_0x38dc35(0x406)),null;logger[_0x38dc35(0x370)](_0x38dc35(0x340)+_0x117754+'\x20accessibility\x20script\x20on\x20page');const _0x3ae2bb=_0x5b13c9[_0x38dc35(0x378)](require,_0x5b13c9[_0x38dc35(0x2b3)]),_0x34cc0e=_0x2bc659?await _0x3ae2bb[_0x38dc35(0x1fa)](_0x37f453,_0x120d69['command'],_0x2bc659):await _0x3ae2bb[_0x38dc35(0x1fa)](_0x37f453,_0x120d69[_0x38dc35(0x3c9)]);return _0x34cc0e;}catch(_0x43598e){return logger['error'](_0x38dc35(0x292)+_0x117754+':\x20'+(_0x43598e[_0x38dc35(0x336)]||_0x43598e['message'])),null;}}async[a112_0xaa13b8(0x20d)](_0xf59368,_0x3c7c6f,_0x53554b,_0x224ba9,_0x9e2551,_0x13e79f=a112_0xaa13b8(0x3b0)){const _0x506754=a112_0xaa13b8,_0xc7ae3a={'CfmOE':function(_0x4f5cfa,_0x1f1bdb){return _0x4f5cfa===_0x1f1bdb;},'wiiFJ':_0x506754(0x3b0),'AYIsr':function(_0x2e3007,_0x3e2b0f){return _0x2e3007(_0x3e2b0f);},'ArisL':'../../playwright/accessibility-helper'};try{logger[_0x506754(0x370)](_0x506754(0x319)+_0x53554b+_0x506754(0x3ef)+_0x13e79f+',\x20isAppAccessibility='+_0x9e2551);const _0x45f486=this[_0x506754(0x3f4)](_0x13e79f);if(!_0x45f486||!_0x45f486['command']){logger[_0x506754(0x370)](_0x506754(0x232)+_0x13e79f+_0x506754(0x27b));return;}if(_0x9e2551){if(_0xf59368[BSTACK_SCAN_IN_PROGRESS]){logger['debug'](_0x506754(0x3d4)+_0x53554b);return;}return await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x27017c=_0x506754;let _0xfe4d02=_0x45f486[_0x27017c(0x3c9)];_0xfe4d02[_0x27017c(0x27d)]('%s')&&(_0xfe4d02=_0xfe4d02[_0x27017c(0x302)]('%s',JSON[_0x27017c(0x34d)](_0x224ba9)));logger[_0x27017c(0x370)](_0x27017c(0x1ce)+_0x53554b),_0xf59368[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x183297=await _0xf59368[_0x27017c(0x3be)](_0xfe4d02);return logger[_0x27017c(0x2d4)](_0x27017c(0x41a)+_0x53554b+':\x20'+util[_0x27017c(0x328)](_0x183297)),_0x183297;}finally{_0xf59368[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x53554b})();}if(_0xc7ae3a['CfmOE'](_0x13e79f,_0xc7ae3a[_0x506754(0x1bf)])){const _0x123093=_0xc7ae3a[_0x506754(0x24c)](require,_0xc7ae3a[_0x506754(0x30d)]),_0x1b03c1={};_0x1b03c1[_0x506754(0x3c9)]=_0x53554b;const _0x1f8a91=await PerformanceTester[_0x506754(0x394)](PerformanceA11yEvents[_0x506754(0x1c7)],async()=>{const _0xba7f1d=_0x506754;return await _0x123093[_0xba7f1d(0x1fa)](_0xf59368,_0x45f486[_0xba7f1d(0x3c9)],_0x224ba9);},_0x1b03c1)();return logger[_0x506754(0x2d4)]('Page\x20'+_0x13e79f+_0x506754(0x220)+_0x53554b+':\x20'+util['format'](_0x1f8a91)),_0x1f8a91;}const _0x527e1a=_0xc7ae3a[_0x506754(0x24c)](require,_0xc7ae3a['ArisL']),_0x417099=await PerformanceTester[_0x506754(0x394)](PerformanceA11yEvents[_0x506754(0x244)],async()=>{const _0x40c2f0=_0x506754;return await _0x527e1a[_0x40c2f0(0x1fa)](_0xf59368,_0x45f486['command'],_0x224ba9);})();return logger[_0x506754(0x2d4)](_0x506754(0x3ff)+_0x13e79f+_0x506754(0x220)+_0x53554b+':\x20'+util[_0x506754(0x328)](_0x417099)),_0x417099;}catch(_0xdaf063){logger['error'](_0x506754(0x260)+_0x13e79f+':\x20'+(_0xdaf063[_0x506754(0x336)]||_0xdaf063[_0x506754(0x392)]));}}async[a112_0xaa13b8(0x3a1)](_0x48c784){const _0x5cc4e6=a112_0xaa13b8,_0x39cd57={'xBSUY':function(_0x2c621d,_0x27f343){return _0x2c621d(_0x27f343);},'McoKl':'../../../helpers/accessibility-automation/helper'};try{const _0x3524ed=_0x39cd57[_0x5cc4e6(0x213)](require,_0x39cd57['McoKl']);return await _0x3524ed[_0x5cc4e6(0x31b)](_0x48c784);}catch(_0x4b108f){return logger[_0x5cc4e6(0x41e)](_0x5cc4e6(0x2b8)+(_0x4b108f[_0x5cc4e6(0x336)]||_0x4b108f['message'])),![];}}[a112_0xaa13b8(0x1cc)](_0x10ba1d,_0x4758c7,_0x227c88){const _0x369bc0=a112_0xaa13b8,_0x57d98a={'Kxfds':function(_0x578a47,_0x2dce57){return _0x578a47(_0x2dce57);},'fdOqL':'../../playwright/accessibility-helper','PniRm':_0x369bc0(0x3e0),'tSSsM':_0x369bc0(0x2e2)};try{const _0x50538d=_0x57d98a[_0x369bc0(0x368)](require,_0x57d98a[_0x369bc0(0x397)]);_0x50538d[_0x369bc0(0x1cc)](_0x10ba1d,_0x4758c7,_0x227c88);const _0x3eaab4=JSON['stringify'](_0x10ba1d)[_0x369bc0(0x302)](/"browserstack\.user":"[^"]*"/g,_0x57d98a[_0x369bc0(0x423)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x57d98a['tSSsM']);logger[_0x369bc0(0x370)]('Processed\x20accessibility\x20caps\x20'+global[_0x369bc0(0x369)]+'\x20'+_0x3eaab4);}catch(_0x579251){logger['error']('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x579251['stack']||_0x579251[_0x369bc0(0x392)]));}}async[a112_0xaa13b8(0x339)]({fetchFn:_0x80722a,isNonEmpty:_0x4115d9,resultDetail:_0x30031a,totalMs:_0x5c4abf,intervalMs:_0xbd3869,name:_0x29a466}){const _0x10bc47=a112_0xaa13b8,_0x18927e={'OBxbi':function(_0x1e72da,_0x5eea7e){return _0x1e72da+_0x5eea7e;},'zSniT':function(_0x37b8af,_0x12e66a){return _0x37b8af<_0x12e66a;},'ePkFb':function(_0x59b43a){return _0x59b43a();},'LtAdY':function(_0x41299,_0x203ccb){return _0x41299(_0x203ccb);},'NLCyl':function(_0x275389,_0x2ef4ef){return _0x275389(_0x2ef4ef);},'Igvsh':function(_0xa0d97,_0x115300){return _0xa0d97>=_0x115300;},'HdQjM':function(_0x319513,_0x33e5d7){return _0x319513-_0x33e5d7;},'zErWP':function(_0x18f2de,_0x23a360){return _0x18f2de(_0x23a360);}},_0xce0c51=Date['now'](),_0x127d13=_0x18927e['OBxbi'](_0xce0c51,_0x5c4abf);let _0x3e5b6a=0x0,_0x4aa18d=null,_0x304fb1=![];while(_0x18927e[_0x10bc47(0x3da)](Date[_0x10bc47(0x1f8)](),_0x127d13)){_0x3e5b6a++,_0x4aa18d=await _0x18927e[_0x10bc47(0x269)](_0x80722a),_0x304fb1=_0x18927e[_0x10bc47(0x1fb)](_0x4115d9,_0x4aa18d),logger[_0x10bc47(0x370)]('['+_0x29a466+_0x10bc47(0x409)+_0x3e5b6a+'\x20'+_0x18927e['NLCyl'](_0x30031a,_0x4aa18d));if(_0x304fb1)break;if(_0x18927e[_0x10bc47(0x31d)](_0x18927e['OBxbi'](Date[_0x10bc47(0x1f8)](),_0xbd3869),_0x127d13))break;await new Promise(_0x3fa560=>setTimeout(_0x3fa560,_0xbd3869));}return!_0x304fb1&&logger[_0x10bc47(0x3f7)]('['+_0x29a466+']\x20polled\x20'+_0x3e5b6a+_0x10bc47(0x3f0)+_0x18927e['HdQjM'](Date[_0x10bc47(0x1f8)](),_0xce0c51)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x18927e[_0x10bc47(0x1e9)](_0x30031a,_0x4aa18d)+');\x20returning\x20last\x20value'),_0x4aa18d;}async[a112_0xaa13b8(0x38a)](_0x74eb26,_0x59838d){const _0x40f166=a112_0xaa13b8,_0x5d8442={};_0x5d8442['WphSW']='getResults',_0x5d8442[_0x40f166(0x207)]=_0x40f166(0x250),_0x5d8442[_0x40f166(0x399)]='utf-8',_0x5d8442['HQZHx']=_0x40f166(0x2c0);const _0xf2e0c=_0x5d8442;try{const _0x264d92=process['env'][_0x40f166(0x261)]||'';logger[_0x40f166(0x2d4)](_0x40f166(0x202)+_0x264d92+_0x40f166(0x265)+_0x59838d+',\x20sessionId='+_0x74eb26);const _0x29cff3=await GrpcClient[_0x40f166(0x239)]()['accessibilityResult'](_0x264d92,_0x59838d,_0x74eb26,_0xf2e0c[_0x40f166(0x1ef)]);if(!_0x29cff3||!_0x29cff3[_0x40f166(0x347)])return logger[_0x40f166(0x3f7)](_0xf2e0c[_0x40f166(0x207)]),[];const _0x43d69b=_0x29cff3[_0x40f166(0x347)](),_0x1fc9d3=Buffer[_0x40f166(0x1f0)](_0x43d69b)[_0x40f166(0x266)](_0xf2e0c['HIhae'])[_0x40f166(0x2df)]();if(!_0x1fc9d3)return logger['warn'](_0xf2e0c['HQZHx']),[];return JSON[_0x40f166(0x3f9)](_0x1fc9d3);}catch(_0xbf0f6c){return logger[_0x40f166(0x41e)]('[App-A11y]\x20getAppAccessibilityResults\x20error:\x20'+(_0xbf0f6c[_0x40f166(0x336)]||_0xbf0f6c[_0x40f166(0x392)])),[];}}async[a112_0xaa13b8(0x391)](_0x3cb166,_0x907618){const _0x14ec4a=a112_0xaa13b8,_0x1852c1={};_0x1852c1[_0x14ec4a(0x227)]='getResultsSummary',_0x1852c1['UPulT']=_0x14ec4a(0x283),_0x1852c1[_0x14ec4a(0x200)]=_0x14ec4a(0x256),_0x1852c1['Dwdjr']=_0x14ec4a(0x3b9);const _0x581c18=_0x1852c1;try{const _0x553cdd=process[_0x14ec4a(0x2de)][_0x14ec4a(0x261)]||'';logger['info'](_0x14ec4a(0x21c)+_0x553cdd+',\x20testRunId='+_0x907618+_0x14ec4a(0x2d8)+_0x3cb166);const _0x55c653=await GrpcClient[_0x14ec4a(0x239)]()[_0x14ec4a(0x309)](_0x553cdd,_0x907618,_0x3cb166,_0x581c18[_0x14ec4a(0x227)]);if(!_0x55c653||!_0x55c653['getResultResponse'])return logger['warn'](_0x581c18['UPulT']),{};const _0x1fe6ba=_0x55c653[_0x14ec4a(0x347)](),_0x201053=Buffer[_0x14ec4a(0x1f0)](_0x1fe6ba)[_0x14ec4a(0x266)](_0x581c18['dPLHz'])[_0x14ec4a(0x2df)]();if(!_0x201053)return logger['warn'](_0x581c18[_0x14ec4a(0x3d3)]),{};return JSON['parse'](_0x201053);}catch(_0x5a17ca){return logger[_0x14ec4a(0x41e)](_0x14ec4a(0x361)+(_0x5a17ca['stack']||_0x5a17ca[_0x14ec4a(0x392)])),{};}}async[a112_0xaa13b8(0x3cd)](_0x45f9c3){const _0x268703=a112_0xaa13b8,_0x108338={};_0x108338[_0x268703(0x38d)]=_0x268703(0x219),_0x108338['wVECw']=function(_0x4ec33f,_0x33e42a){return _0x4ec33f>_0x33e42a;},_0x108338[_0x268703(0x215)]=_0x268703(0x2fb);const _0x1b03d6=_0x108338;try{if(!this[_0x268703(0x1db)]())return logger[_0x268703(0x3f7)](_0x1b03d6[_0x268703(0x38d)]),[];const _0x4f9a02=this[_0x268703(0x2ee)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x268703(0x247)]()}:{};_0x1b03d6[_0x268703(0x356)](Object[_0x268703(0x389)](_0x4f9a02)[_0x268703(0x346)],0x0)&&logger['debug'](_0x268703(0x2a5)+JSON['stringify'](_0x4f9a02));const _0x1953b1=await this[_0x268703(0x339)]({'fetchFn':()=>Object[_0x268703(0x389)](_0x4f9a02)['length']>0x0?this[_0x268703(0x2a4)](_0x45f9c3,_0x268703(0x1d7),_0x4f9a02):this[_0x268703(0x2a4)](_0x45f9c3,'getResults'),'isNonEmpty':_0x1d346a=>Array[_0x268703(0x333)](_0x1d346a)&&_0x1d346a[_0x268703(0x346)]>0x0,'resultDetail':_0x34ce29=>_0x268703(0x1fe)+(Array[_0x268703(0x333)](_0x34ce29)?_0x34ce29[_0x268703(0x346)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x1b03d6['NYsCr']});return _0x1953b1||[];}catch(_0x28bd52){return logger[_0x268703(0x41e)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x28bd52[_0x268703(0x336)]||_0x28bd52['message'])),[];}}async[a112_0xaa13b8(0x3a4)](_0x2335e6){const _0x1cbf8d=a112_0xaa13b8,_0x584b46={'bqHvN':function(_0x56cbb9,_0x1cab1e,_0x149678){return _0x56cbb9(_0x1cab1e,_0x149678);},'bZjub':_0x1cbf8d(0x3b0),'sGBYl':function(_0x2f9959,_0x2311d7){return _0x2f9959(_0x2311d7);},'ZOelZ':_0x1cbf8d(0x1cf),'ZSeGs':_0x1cbf8d(0x243),'FTKEQ':_0x1cbf8d(0x1d2),'btopa':function(_0x488ccf,_0x5f030f){return _0x488ccf===_0x5f030f;},'lFivu':_0x1cbf8d(0x39a),'gXKHW':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','wmMeH':_0x1cbf8d(0x416),'pHCdv':_0x1cbf8d(0x386),'WxdNN':'getAccessibilityResultsSummary','ZCzFM':'test_run_id','RHSas':'Performing\x20scan\x20before\x20getting\x20results\x20summary','uxLfp':_0x1cbf8d(0x372),'aJSEr':_0x1cbf8d(0x2ae),'iiJai':'No\x20summaryResults\x20found.','CGSjo':'object'};try{if(!this['getCurrentAccessibilityStatus']())return logger['warn'](_0x584b46['ZSeGs']),{};const _0x405607=_0x584b46['sGBYl'](require,_0x584b46[_0x1cbf8d(0x34a)]),_0x3fd078=_0x405607[_0x1cbf8d(0x2a3)](),_0x16fd83=_0x584b46[_0x1cbf8d(0x1c3)](_0x3fd078?.[_0x1cbf8d(0x37e)]?.[_0x1cbf8d(0x30c)](),_0x584b46[_0x1cbf8d(0x377)]);let _0x6855e2='',_0x49a125=null,_0x97de10=null;if(_0x16fd83){_0x49a125=global['__jestCurrentTestIdentifier']||global[_0x1cbf8d(0x231)]?.[_0x1cbf8d(0x21a)]?.[_0x1cbf8d(0x3ba)]||global['__workerDetails']?.[_0x1cbf8d(0x21a)]?.['id'];if(!_0x49a125)return logger[_0x1cbf8d(0x3f7)](_0x584b46[_0x1cbf8d(0x34e)]),{};try{const _0x47f6cc=await GrpcClient[_0x1cbf8d(0x239)]()[_0x1cbf8d(0x2b2)](process[_0x1cbf8d(0x2de)][_0x1cbf8d(0x261)],_0x584b46[_0x1cbf8d(0x253)],_0x584b46[_0x1cbf8d(0x3c3)],_0x49a125),_0x53f9eb=AccessibilityModule[_0x1cbf8d(0x405)](null,_0x47f6cc);_0x6855e2=_0x53f9eb?.[_0x1cbf8d(0x374)]||'',logger[_0x1cbf8d(0x370)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x6855e2+_0x1cbf8d(0x2eb)+_0x49a125);const _0x269b56=await AccessibilityModule[_0x1cbf8d(0x381)](_0x584b46[_0x1cbf8d(0x3c3)],_0x6855e2,_0x49a125),_0x2888a2=this[_0x1cbf8d(0x299)](_0x584b46['pHCdv'])||this[_0x1cbf8d(0x324)][this[_0x1cbf8d(0x3d7)]]||null,_0x1e1dc0=process[_0x1cbf8d(0x2de)][_0x1cbf8d(0x285)]||'',_0x36899f=this[_0x1cbf8d(0x27a)](_0x584b46['WxdNN'],_0x6855e2,_0x2888a2,_0x1e1dc0);_0x97de10=_0x405607[_0x1cbf8d(0x294)](_0x36899f,_0x269b56),logger['debug']('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON['stringify'](_0x97de10));}catch(_0x5ecf5a){return logger['error'](_0x1cbf8d(0x29a)+_0x5ecf5a[_0x1cbf8d(0x392)]),{};}}else{_0x6855e2=this[_0x1cbf8d(0x299)](_0x584b46[_0x1cbf8d(0x3fa)])||'';!_0x6855e2&&this[_0x1cbf8d(0x2ee)]()&&(_0x6855e2=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x278575=this['getCapabilityValue'](_0x584b46[_0x1cbf8d(0x3ea)])||this[_0x1cbf8d(0x324)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x53dbb2=process[_0x1cbf8d(0x2de)][_0x1cbf8d(0x285)]||'';_0x97de10=this[_0x1cbf8d(0x27a)](_0x584b46[_0x1cbf8d(0x353)],_0x6855e2,_0x278575,_0x53dbb2);}logger[_0x1cbf8d(0x370)](_0x584b46[_0x1cbf8d(0x2c9)]);const _0x5d42e0=0x15f90,_0x3d4615=0x1388;try{await PerformanceTester[_0x1cbf8d(0x394)](PerformanceA11yEvents[_0x1cbf8d(0x1c7)],async()=>{const _0x1154ca=_0x1cbf8d,_0x16ce69={'iQSoI':function(_0x1a2ef8,_0x3d59d6,_0x337909){const _0x5a0f85=a112_0x38f5;return _0x584b46[_0x5a0f85(0x329)](_0x1a2ef8,_0x3d59d6,_0x337909);}},_0x29d7ec=this[_0x1154ca(0x2a4)](_0x2335e6,_0x584b46[_0x1154ca(0x22e)],_0x97de10);let _0x1f243c;const _0x201e14=new Promise((_0x46dce1,_0x58b6cb)=>{const _0x42039f=_0x1154ca;_0x1f243c=_0x16ce69['iQSoI'](setTimeout,()=>_0x58b6cb(new Error(_0x42039f(0x2bd)+_0x5d42e0+'ms')),_0x5d42e0);});try{const _0x41532f=await Promise['race']([_0x29d7ec,_0x201e14]);logger[_0x1154ca(0x370)](_0x1154ca(0x322)+util['format'](_0x41532f));}finally{_0x584b46[_0x1154ca(0x3b6)](clearTimeout,_0x1f243c);}},{'command':_0x584b46[_0x1cbf8d(0x353)]})();}catch(_0x2add5e){logger[_0x1cbf8d(0x3f7)](_0x1cbf8d(0x210)+_0x2add5e[_0x1cbf8d(0x392)]+_0x1cbf8d(0x32b)),global[_0x1cbf8d(0x3e9)]={'reason':_0x584b46[_0x1cbf8d(0x1e8)],'at':Date[_0x1cbf8d(0x1f8)](),'where':_0x584b46[_0x1cbf8d(0x23a)]},await new Promise(_0x4ba486=>setTimeout(_0x4ba486,_0x3d4615)),logger[_0x1cbf8d(0x370)](_0x1cbf8d(0x1c2)+_0x3d4615+'ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary');}const _0xc33ef9=await this[_0x1cbf8d(0x339)]({'fetchFn':()=>PerformanceTester[_0x1cbf8d(0x394)](PerformanceA11yEvents[_0x1cbf8d(0x237)],async()=>{const _0xdffc35=_0x1cbf8d;return await this[_0xdffc35(0x2a4)](_0x2335e6,_0x584b46[_0xdffc35(0x3c3)],_0x97de10);})(),'isNonEmpty':_0x5f29e6=>_0x5f29e6&&typeof _0x5f29e6['totalIssueCount']===_0x1cbf8d(0x354)&&_0x5f29e6[_0x1cbf8d(0x2d2)]>0x0,'resultDetail':_0x47b1a3=>_0x1cbf8d(0x2c1)+(_0x47b1a3&&typeof _0x47b1a3['totalIssueCount']===_0x1cbf8d(0x354)?_0x47b1a3[_0x1cbf8d(0x2d2)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x584b46['aJSEr']});if(!_0xc33ef9)return logger[_0x1cbf8d(0x370)](_0x584b46[_0x1cbf8d(0x33e)]),{};return _0x584b46[_0x1cbf8d(0x1c3)](typeof _0xc33ef9,_0x584b46[_0x1cbf8d(0x3a2)])&&global[_0x1cbf8d(0x3e9)]&&(_0xc33ef9['degraded']=!![],_0xc33ef9[_0x1cbf8d(0x311)]=global['__bstackA11yScanCapHit'][_0x1cbf8d(0x205)]),_0xc33ef9;}catch(_0x298aa4){return logger['error'](_0x1cbf8d(0x3c6)+(_0x298aa4[_0x1cbf8d(0x336)]||_0x298aa4[_0x1cbf8d(0x392)])),{};}}async[a112_0xaa13b8(0x2a9)](_0x30d138,_0x5e68ba,_0x4c0fdc=null){const _0x2cc562=a112_0xaa13b8,_0x2a227a={};_0x2a227a[_0x2cc562(0x2d9)]=_0x2cc562(0x225),_0x2a227a[_0x2cc562(0x422)]=_0x2cc562(0x2d0),_0x2a227a[_0x2cc562(0x1c0)]=_0x2cc562(0x2ef);const _0x28af96=_0x2a227a;try{if(!_0x30d138)return logger['debug'](_0x28af96[_0x2cc562(0x2d9)]),null;if(!_0x5e68ba)return logger['debug'](_0x28af96['TYhlq']),null;logger['debug'](_0x28af96[_0x2cc562(0x1c0)]);const _0x2802f8=_0x4c0fdc?await _0x30d138[_0x2cc562(0x2cd)](_0x5e68ba,_0x4c0fdc):await _0x30d138[_0x2cc562(0x2cd)](_0x5e68ba);return _0x2802f8;}catch(_0x475b81){return logger[_0x2cc562(0x41e)](_0x2cc562(0x40e)+(_0x475b81[_0x2cc562(0x336)]||_0x475b81['message'])),null;}}static['loadDriverExecuteParams'](_0x5ec9ff,_0x232bfe){const _0x976dd9=a112_0xaa13b8,_0x42ff65={};_0x42ff65[_0x976dd9(0x24e)]=_0x976dd9(0x256);const _0x284b02=_0x42ff65,_0x3b5007={};_0x3b5007[_0x976dd9(0x374)]=_0x5ec9ff;const _0x2d11b6=_0x3b5007;let _0xf22eb9={};if(_0x232bfe[_0x976dd9(0x2f2)]()&&_0x232bfe['hasAccessibilityExecuteParams']())try{_0xf22eb9=JSON[_0x976dd9(0x3f9)](Buffer['from'](_0x232bfe['getAccessibilityExecuteParams']())[_0x976dd9(0x266)](_0x284b02['MEpOx']));}catch(_0x1ed68f){logger[_0x976dd9(0x41e)](_0x976dd9(0x2c3)+_0x1ed68f['message']),_0xf22eb9={};}return CLIUtils[_0x976dd9(0x294)](_0x2d11b6,_0xf22eb9);}static async[a112_0xaa13b8(0x381)](_0x379312,_0x24b255='',_0x5cb76a=null){const _0x5ff56d=a112_0xaa13b8,_0x34240d={};_0x34240d['LiNUT']='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x34240d[_0x5ff56d(0x39c)]=_0x5ff56d(0x416);const _0x5814ac=_0x34240d;try{if(!_0x5cb76a&&AccessibilityModule[_0x5ff56d(0x31c)])return AccessibilityModule[_0x5ff56d(0x25c)];if(!process['env'][_0x5ff56d(0x261)])return logger[_0x5ff56d(0x41e)](_0x5814ac['LiNUT']),{};const _0x245dd4=await GrpcClient[_0x5ff56d(0x239)]()[_0x5ff56d(0x2b2)](process[_0x5ff56d(0x2de)][_0x5ff56d(0x261)],_0x5814ac['Hohvx'],_0x379312,_0x5cb76a),_0x20af8e=_0x5cb76a?AccessibilityModule[_0x5ff56d(0x405)](null,_0x245dd4)?.[_0x5ff56d(0x374)]||_0x24b255:_0x24b255,_0x5f489d=AccessibilityModule['loadDriverExecuteParams'](_0x20af8e,_0x245dd4);return!_0x5cb76a&&(AccessibilityModule[_0x5ff56d(0x25c)]=_0x5f489d,AccessibilityModule[_0x5ff56d(0x31c)]=!![]),_0x5f489d;}catch(_0x241449){return logger[_0x5ff56d(0x41e)](_0x5ff56d(0x2ba)+_0x379312+':\x20'+(_0x241449[_0x5ff56d(0x336)]||_0x241449['message'])),{};}}};module[a112_0xaa13b8(0x3c7)]=AccessibilityModule;function a112_0x4175(){const _0x526c6d=['getCapabilitiesList','../../../helpers/accessibility-automation/helper','goog:chromeOptions','_centralAuthA11yConfig','TSsIv','aXkEZ','qltja','Error\x20in\x20performScanForCli\x20for\x20script\x20','BROWSERSTACK_CLI_BIN_SESSION_ID','ADNJS','setLogDisabledShown','TEST_INIT',',\x20testRunId=','toString','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','jOKFk','ePkFb','NON_BROWSERSTACK_AUTOMATION_SESSIONS','zRvTk','initAccessibilityConfig','\x20token_fp=','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','isEnabled','sLXkM','DRIVER_INIT','\x20worker=\x22','toISOString','tfGjm','DHbKE','gjTqW','_sendMessageServerPatchApplied','JTvyt','instance','getParamsForScanForCli','\x20script\x20available\x20in\x20scriptsList','browserVersion','includes','getScript','nutjO','WFoxn','pHsgz','--headless=new','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','aNseY','BROWSERSTACK_TESTHUB_JWT','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','ZgTfG','getPlatformIndex','urYRQ','CREATE','--headless','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','ChromeExtension','getMinVersionForBrowser','present','loadAccessibilityConfig','launchCaps','Error\x20executing\x20script\x20','DGjEw','mergeObject','dlLkg','commandsList','getBuildId','KEY_DRIVER_HAS_URL','getCapabilityValue','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','WcowR','3Ndmczb','../state/hookState','afZsG','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=',',\x20isAppAccessibility=','onAfterTest','saveResults','getTestFrameworkDetail','executeScriptByName','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','KEY_INIT','capabilities','obEUH','performPageScan','Oxoqe','NODE_GENERIC',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','AccessibilityModule.getResultsSummary','Error\x20in\x20stopTestCapture:\x20','pid','is_mobile_session','fetchDriverExecuteParamsEvent','GqrXx','headless','registerObserver','CYbyo',',\x20\x0a\x20','Error\x20in\x20validatePlatformForAccessibility:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','Error\x20in\x20initAccessibilityConfig:\x20','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','performScan\x20capped\x20at\x20','WivDk','rrYTj','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','totalIssueCount=','49581WIJEQx','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','bRbim','getTestDetails','centralAuthHeader','NmDQP','main','RHSas','toObject','isMobilePlatform','digest','evaluate','getOptions','testFrameworkData','performPageScan:\x20Script\x20is\x20null','onBeforeTest','totalIssueCount','WzJeJ','info','YaXay','__accessibilityOptions','zZFpv',',\x20sessionId=','ldNwJ','zoofA','find','\x20testHubUuid=','performScan','env','trim','taBTO','apdnM','\x22browserstack.key\x22:\x22[REDACTED]\x22','ZuUuO','some','skipCDPConnectOverride','browserName','137613zBuKGS','aJCsz','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','getData','\x20from\x20testIdentifier=','Error\x20applying\x20sendMessageToServer\x20patch:\x20','updateData','isMobileWebSession','Executing\x20accessibility\x20script\x20on\x20page','PmbJE','YVShN','getSuccess','fvdPi','stopTestCapture','[platform\x20-\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','mbtKa','HZAFo','XOuhN','AccessibilityModule.getResults','Error\x20in\x20shouldScanForCommand:\x20','VuYJY','ScanArgs:\x20','qfktO','isAccessibilityScriptCommand','FGnXK','replace','Performing\x20scan\x20before\x20from\x20cli','GEgZq','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','./baseModule','setAccessibilityConfig','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','accessibilityResult','OeIwZ','kKJcL','toLowerCase','ArisL','browserstack.accessibilityOptions.scannerProcessingTimeout','ZQlYO','RqTgI','degradedReason','imgsf','isEnabledTestcase','getGoogleChromeOptions','OqsSx','jmuyN','16805019TMkEyV','QUIT','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','CIHJQ','platformValidation','_centralAuthConfigFetched','Igvsh','EfcUM','../../../helpers/performance/performance-tester.js','RerMr','finishScanningForCli','Scan\x20result:\x20','testFramework','accessibilityConfig','chrome','has','UrorS','format','bqHvN','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','shouldScanCurrentTest','parseA11yJwtPayload','../../../helpers/accessibility-automation/constants','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','nuSAe','Nkrwi','jctCa','isArray','getTestId','wDgFD','stack','applySendMessageToServerPatch',',\x20includeTags=','_pollUntilNonEmpty','platformName','string','aRtpt','function','iiJai','216924ztnpHQ','Executing\x20','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','qOvGa','FSmxz','_parseScriptsFromOptions','appium:platformName','length','getResultResponse','eMUgr','update','FTKEQ','iAtHB','getAccessibility','stringify','gXKHW','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',',\x20available\x20commands:\x20','getCapabilities','platformVersion','WxdNN','number','onBeforeExecute:\x20Command\x20','wVECw','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','__jestCurrentTestIdentifier','AShje','PRE','VwlYu','page','isAppAccessibility','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','SFeFY','IyMyu','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','\x20browser\x20version\x20greater\x20than\x20','../framework/testFramework','wUtdM','getAllData','Error\x20checking\x20headless\x20capability:\x20','a11y-config-rpc','Kxfds','accessibilityPlatform','crypto','ZrCzO',',\x20testName=','isPlatformSupported','includeTagsInTestingScope','LGRVf','debug','CudDb','SCAN_CAP_HIT','vfisB','thTestRunUuid','WZOtc','parseFromProto','lFivu','qBuej','scDKZ','iiGrb','oisUz','vrknC','ygrfi','name','QjTDx','isBrowserstackScriptCommand','fetchCentralAuthA11yConfig','3689652AUJnhF','VfDVi','KMLOx','aYOvv','testhub_build_uuid','setAccessibilityToken','EvXHN','keys','getAppAccessibilityResults','../../playwright/accessibility-helper','not-array','AjIQm','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','getTrackedInstance','latest','getAppAccessibilityResultsSummary','message','PBLjb','measureWrapper','UIeCo','scannerProcessingTimeout','fdOqL','patchSendMessageToServer','HIhae','jest','45anVGfM','Hohvx','cWrxx','_readChromeOptionsCapability','VgGDz','KEY_TEST_NAME','validatePlatformForAccessibility','CGSjo','getLogDisabledShown','getAccessibilityResultsSummary','JEST_WORKER_ID','yppld','EYonh','getScriptsList','pwPage','assign','TIDOW','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','getTestUUID','iKssD','MOCHA','scan','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','AUTOMATION_SESSIONS','KCqcR','driver','getName','sGBYl',',\x20framework=','shouldScanForCommand:\x20','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','testAnalyticsId','getBrowserDisplayName','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','CYyXF','executeScript','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','delete','Context','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','ZOelZ','sFTLI','android','Error\x20in\x20getAccessibilityResultsSummary:\x20','exports','qpkiP','command','value','QpShl','getCommandsToWrap','getAccessibilityResults','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','version','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','hex','Dwdjr','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','btLTI','RgRWg','KEY_TESTHUB_BUILD_ID','sha256','setShouldScanCurrentTest','zSniT','HGcIW','2118620NPjvDG','testRunId',',\x20testCaseEnabled=','sOxMt','\x22browserstack.user\x22:\x22[REDACTED]\x22','1320586XXXbJZ','scannerVersion','commandsToWrap','end','getAccessibilityConfig','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','accessibilityToken','null','__bstackA11yScanCapHit','pHCdv','isAccessibilityAutomationSession','setShouldScan','build-start','isVersionSupported','\x20using\x20script:\x20','x\x20over\x20','join','browserstack_executor','136NlZVhE','getScriptByName','BrRJk','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','warn','FMOOn','parse','ZCzFM','DRIVER_HAS_URL','XOehG','mRGvU','getTesthub','Page\x20','onBeforeExecute','NKTrO','options','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','pGgPk','loadDriverExecuteParams','\x20script\x20available','getContext','XgtGl',']\x20poll\x20attempt=','size','mZaUY','GnwHP','bTbHs','Error\x20in\x20performPageScan:\x20','Accessibility\x20data\x20for\x20extension:\x20','isFinite','onBeforeExecute:\x20No\x20command\x20name\x20provided','unknown','_mobileScanningDisabledLogged','\x20env=','browser_version','accessibility','FhAJo','iiEep','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','[App-A11y]\x20Scan\x20result\x20for\x20','[AccessibilityModule]\x20goog:chromeOptions\x20on\x20the\x20','vqvxf','KiwPn','error','args','set','Error\x20getting\x20capability\x20value\x20for\x20','TYhlq','PniRm','\x20->\x20','[AccessibilityModule]\x20goog:chromeOptions\x20read\x20from\x20the\x20','wiiFJ','ybIqW','split','[AccessibilityModule.getResultsSummary]\x20waited\x20','btopa','BFnEd','test_tags',',\x20tags=','PERFORM_SCAN','ACCESSIBILITY_INITIALIZED','a11y:save-results','Abyea','MiDYm','processAccessibilityCaps','SrJwz','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','getResultsSummary','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','YzkNg','../cliUtils','enJmf','sldzj','commandName','cucumber','getResults','testInfo','../../../helpers/accessibility-automation/scripts','DrvCM','getCurrentAccessibilityStatus','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20',']\x20isEnabledTestcase\x20(cucumber)\x20result=','nqLwc','jOKby','KEY_TEST_SCOPES','boUyc',']\x20isEnabledTestcase\x20(','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','../../../helpers/helper','titlePath','get','MrGFM','uxLfp','zErWP','seiyA','mskIe','yGWso','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',']\x20onAfterTest\x20should\x20scan=','WphSW','from','oBaVR','SDK_ACCESSIBILITY_CONFIG','platformCaps','excludeTagsInTestingScope','TUTAF','Unknown\x20Test','isMobileScanningEnabledForGroup','now','UXkoD','browserStackEvaluate','LtAdY','\x22\x20pid=','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','count=','oDwSI','dPLHz','XplCi','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','\x20a11yToken=','reason','getValue','kfvwQ','authHeader','map','sahNU','SyPMK','testcafe','performScanForCli','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','TjjDk','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','qUQNB','afterTestHook','xBSUY','requiresChromeOptionsValidation','NYsCr','uUsaO','axJUF','executeScriptByName:\x20No\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','currentTest',',\x20excludeTags=','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','true','bind','\x20result\x20for\x20','tFGcQ','LOG_DISABLED_SHOWN','JZoYi','MOBILE_SCANNING_DISABLED_WARNING','performPageScan:\x20Page\x20is\x20null','ygKwU','yxIjm','getCurrentInstanceName','toJson','BS_A11Y_JWT','LDaFb','QMxEX','DbZdT','bZjub','oHeqw','saveTestResults','__workerDetails','performScanForCli:\x20No\x20','760QrTpSW','../framework/constants/testFrameworkConstants.js','tNOQn','eLvWa','GET_RESULTS_SUMMARY','browserstack.accessibilityOptions.scannerVersion','getInstance','aJSEr','BROWSERSTACK_TEST_ACCESSIBILITY_YML','concat','xDEel','getPlatformCaps','MODULE_NAME','centralAuthToken','onBeforeExecute:\x20command=','BOxYf','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','SAVE_RESULTS','KjMWr','uDYYx','resolveMobileThTestRunUuid','getModuleName','CcFJU','start','capabilitiesList','AYIsr','../grpcClient','MEpOx','ZskvN','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','getState','ioJnh','wmMeH','XbQsT','\x20config\x20is\x20unusable:\x20','utf-8','ZiTQT','VgbqI'];a112_0x4175=function(){return _0x526c6d;};return a112_0x4175();}
@@ -1 +1 @@
1
- function a113_0x5b03(_0x430416,_0x3f0d96){const _0x4b7566=a113_0x4b75();return a113_0x5b03=function(_0x5b03a1,_0x3445cc){_0x5b03a1=_0x5b03a1-0x1bd;let _0x313bc5=_0x4b7566[_0x5b03a1];return _0x313bc5;},a113_0x5b03(_0x430416,_0x3f0d96);}const a113_0x1af4f7=a113_0x5b03;(function(_0x3993e4,_0x3e2b10){const _0xa3d490=a113_0x5b03,_0x5b669c=_0x3993e4();while(!![]){try{const _0x52b27e=parseInt(_0xa3d490(0x1e9))/0x1+-parseInt(_0xa3d490(0x1c3))/0x2+-parseInt(_0xa3d490(0x1c7))/0x3+parseInt(_0xa3d490(0x1e4))/0x4*(-parseInt(_0xa3d490(0x1c9))/0x5)+parseInt(_0xa3d490(0x1de))/0x6+-parseInt(_0xa3d490(0x1ec))/0x7+parseInt(_0xa3d490(0x1bf))/0x8;if(_0x52b27e===_0x3e2b10)break;else _0x5b669c['push'](_0x5b669c['shift']());}catch(_0x56dabe){_0x5b669c['push'](_0x5b669c['shift']());}}}(a113_0x4b75,0xbffc9));function a113_0x4b75(){const _0x39b589=['Configured\x20module\x20','testCaseStartedId','client','name','testFramework','split','PLAYWRIGHT','setTestFrameworkData','Missing\x20binSessionId','debug','exports','testFrameworkData','version','_test','kjZLN','config','getTestId','bJVQN','5699994unfghz','configure','ensureBinSession','zcagj','3|0|1|4|2','getModuleName','4978096rzixix','testId','5|3|1|0|4|2','platformIndex','object','1162475rwyOSo','fSVWZ','MOCHA','1311821tMfwDI','BaseModule','winstonLogger','PVbEs','18374208FBnIhw','CUCUMBER','NLdjX','\x20with\x20binSessionId=','1612766IIgxYa','../../../helpers/logger.js','../../../helpers/test-observability/constants.js','tWQEH','4153689omJvbW','binSessionId','5HPyjbK','testInfo','dRZka'];a113_0x4b75=function(){return _0x39b589;};return a113_0x4b75();}const logger=require(a113_0x1af4f7(0x1c4))[a113_0x1af4f7(0x1bd)],{FRAMEWORKS}=require(a113_0x1af4f7(0x1c5));class BaseModule{constructor(_0x25bffc=null){const _0x556365=a113_0x1af4f7,_0x573f22={};_0x573f22[_0x556365(0x1ea)]=_0x556365(0x1e6),_0x573f22['tWQEH']=_0x556365(0x1ed);const _0x27fa1b=_0x573f22,_0x43938a=_0x27fa1b[_0x556365(0x1ea)]['split']('|');let _0x17a4b4=0x0;while(!![]){switch(_0x43938a[_0x17a4b4++]){case'0':this[_0x556365(0x1db)]={};continue;case'1':this[_0x556365(0x1e7)]=0x0;continue;case'2':this[_0x556365(0x1d7)]=this['setTestFrameworkData'](_0x25bffc);continue;case'3':this[_0x556365(0x1c8)]=null;continue;case'4':this[_0x556365(0x1ce)]=null;continue;case'5':this['name']=_0x27fa1b[_0x556365(0x1c6)];continue;}break;}}[a113_0x1af4f7(0x1e0)](){const _0x890b50=a113_0x1af4f7,_0x3cd519={};_0x3cd519[_0x890b50(0x1e1)]=_0x890b50(0x1d4);const _0x58b2ad=_0x3cd519;if(!this[_0x890b50(0x1c8)])throw new Error(_0x58b2ad[_0x890b50(0x1e1)]);}['getModuleName'](){const _0x51d3f9=a113_0x1af4f7;return this[_0x51d3f9(0x1cf)];}[a113_0x1af4f7(0x1df)](_0x5a02c0,_0x410f70,_0x384672,_0x262053={}){const _0x4151c7=a113_0x1af4f7,_0x2f97f5={};_0x2f97f5[_0x4151c7(0x1da)]=_0x4151c7(0x1e2);const _0x189757=_0x2f97f5,_0x5d4e12=_0x189757[_0x4151c7(0x1da)][_0x4151c7(0x1d1)]('|');let _0x5a6977=0x0;while(!![]){switch(_0x5d4e12[_0x5a6977++]){case'0':this['platformIndex']=_0x410f70;continue;case'1':this['client']=_0x384672;continue;case'2':logger[_0x4151c7(0x1d5)](_0x4151c7(0x1cc)+this[_0x4151c7(0x1e3)]()+_0x4151c7(0x1c2)+_0x5a02c0+',\x20platformIndex='+_0x410f70);continue;case'3':this[_0x4151c7(0x1c8)]=_0x5a02c0;continue;case'4':this[_0x4151c7(0x1db)]=_0x262053;continue;}break;}}[a113_0x1af4f7(0x1dc)](_0xdc3001){const _0x9e1c0b=a113_0x1af4f7,_0x1aad8e={};_0x1aad8e[_0x9e1c0b(0x1be)]=function(_0x695856,_0x475aae){return _0x695856===_0x475aae;},_0x1aad8e[_0x9e1c0b(0x1dd)]=function(_0x5e863c,_0x2ccec0){return _0x5e863c===_0x2ccec0;};const _0x167790=_0x1aad8e;let _0x2d0373='';if(_0x167790['PVbEs'](_0xdc3001[_0x9e1c0b(0x1d0)],FRAMEWORKS[_0x9e1c0b(0x1d2)]))_0x2d0373=_0xdc3001[_0x9e1c0b(0x1ca)]?.[_0x9e1c0b(0x1d9)]?.['id']||_0xdc3001[_0x9e1c0b(0x1ca)]?.[_0x9e1c0b(0x1e5)];else{if(_0x167790[_0x9e1c0b(0x1be)](_0xdc3001['testFramework'],FRAMEWORKS[_0x9e1c0b(0x1c0)]))_0x2d0373=_0xdc3001['testInfo']?.[_0x9e1c0b(0x1cd)];else{if(_0x167790['PVbEs'](_0xdc3001[_0x9e1c0b(0x1d0)],FRAMEWORKS['JEST']))_0x2d0373=_0xdc3001[_0x9e1c0b(0x1ca)]?.['id'];else _0x167790[_0x9e1c0b(0x1dd)](_0xdc3001['testFramework'],FRAMEWORKS[_0x9e1c0b(0x1eb)])&&(_0x2d0373=_0xdc3001[_0x9e1c0b(0x1ca)]?.['testAnalyticsId']);}}return _0x2d0373;}[a113_0x1af4f7(0x1d3)](_0x4f4674){const _0x107b89=a113_0x1af4f7,_0x495e69={};_0x495e69['dRZka']=function(_0x218fc5,_0x3e3848){return _0x218fc5!==_0x3e3848;},_0x495e69[_0x107b89(0x1c1)]=_0x107b89(0x1e8);const _0x1c4908=_0x495e69;if(!_0x4f4674||_0x1c4908[_0x107b89(0x1cb)](typeof _0x4f4674,_0x1c4908[_0x107b89(0x1c1)]))return null;const _0x352e19={};_0x352e19[_0x107b89(0x1cf)]=_0x4f4674[_0x107b89(0x1cf)],_0x352e19[_0x107b89(0x1d8)]=_0x4f4674['version']&&_0x4f4674['version'][_0x4f4674[_0x107b89(0x1cf)]];const _0x1bd47d=_0x352e19;return _0x1bd47d;}}module[a113_0x1af4f7(0x1d6)]=BaseModule;
1
+ const a113_0x1481fb=a113_0x2b3f;(function(_0x1c6348,_0x48a9ab){const _0x390bcc=a113_0x2b3f,_0x34930b=_0x1c6348();while(!![]){try{const _0x537d96=-parseInt(_0x390bcc(0xd9))/0x1+parseInt(_0x390bcc(0xc7))/0x2+parseInt(_0x390bcc(0xcf))/0x3+parseInt(_0x390bcc(0xbd))/0x4*(parseInt(_0x390bcc(0xc2))/0x5)+parseInt(_0x390bcc(0xba))/0x6+parseInt(_0x390bcc(0xbe))/0x7*(-parseInt(_0x390bcc(0xb6))/0x8)+-parseInt(_0x390bcc(0xcc))/0x9;if(_0x537d96===_0x48a9ab)break;else _0x34930b['push'](_0x34930b['shift']());}catch(_0x2a9f7f){_0x34930b['push'](_0x34930b['shift']());}}}(a113_0x2655,0xb56b9));const logger=require(a113_0x1481fb(0xaf))[a113_0x1481fb(0xc5)],{FRAMEWORKS}=require(a113_0x1481fb(0xc4));function a113_0x2b3f(_0x4f8dc3,_0x36b389){const _0x265511=a113_0x2655();return a113_0x2b3f=function(_0x2b3f8c,_0x85bde4){_0x2b3f8c=_0x2b3f8c-0xab;let _0x13918d=_0x265511[_0x2b3f8c];return _0x13918d;},a113_0x2b3f(_0x4f8dc3,_0x36b389);}function a113_0x2655(){const _0x536375=['2030112jkRjPW','FSJHB','JEST','491070DipgDZ','BaseModule','split','Configured\x20module\x20','object','exports','platformIndex','WPqSq','OdSxQ','getModuleName','469925hsVjeC','version','TXsGo','testFrameworkData','testAnalyticsId','ensureBinSession','3|4|0|1|2','config','../../../helpers/logger.js','setTestFrameworkData',',\x20platformIndex=','MOCHA','\x20with\x20binSessionId=','iKbrB','testId','1968YNLIyU','getTestId','Missing\x20binSessionId','testInfo','8644434QwOTUi','CUCUMBER','ZBaUh','88ZsVBaE','41692VqMGiq','PLAYWRIGHT','iBXfM','sIqbG','100315IoHjRA','client','../../../helpers/test-observability/constants.js','winstonLogger','binSessionId','1715902fEljbG','name','5|2|0|3|1|4','_test','testFramework'];a113_0x2655=function(){return _0x536375;};return a113_0x2655();}class BaseModule{constructor(_0x26d6fd=null){const _0x293a59=a113_0x1481fb,_0x538ee4={};_0x538ee4[_0x293a59(0xc1)]=_0x293a59(0xc9),_0x538ee4[_0x293a59(0xcd)]=_0x293a59(0xd0);const _0x364f41=_0x538ee4,_0x48debf=_0x364f41[_0x293a59(0xc1)][_0x293a59(0xd1)]('|');let _0x2600cf=0x0;while(!![]){switch(_0x48debf[_0x2600cf++]){case'0':this[_0x293a59(0xd5)]=0x0;continue;case'1':this[_0x293a59(0xc3)]=null;continue;case'2':this[_0x293a59(0xc6)]=null;continue;case'3':this[_0x293a59(0xae)]={};continue;case'4':this[_0x293a59(0xdc)]=this[_0x293a59(0xb0)](_0x26d6fd);continue;case'5':this[_0x293a59(0xc8)]=_0x364f41[_0x293a59(0xcd)];continue;}break;}}[a113_0x1481fb(0xac)](){const _0x323f18=a113_0x1481fb,_0x52768c={};_0x52768c[_0x323f18(0xd7)]=_0x323f18(0xb8);const _0x3f8fff=_0x52768c;if(!this[_0x323f18(0xc6)])throw new Error(_0x3f8fff['OdSxQ']);}['getModuleName'](){return this['name'];}['configure'](_0x550430,_0x5b68c4,_0x5aaf43,_0x22f78d={}){const _0x4e8f29=a113_0x1481fb,_0x3b9d10={};_0x3b9d10['WPqSq']=_0x4e8f29(0xad);const _0x36c4a0=_0x3b9d10,_0xf7f20c=_0x36c4a0[_0x4e8f29(0xd6)][_0x4e8f29(0xd1)]('|');let _0x3913c6=0x0;while(!![]){switch(_0xf7f20c[_0x3913c6++]){case'0':this['client']=_0x5aaf43;continue;case'1':this[_0x4e8f29(0xae)]=_0x22f78d;continue;case'2':logger['debug'](_0x4e8f29(0xd2)+this[_0x4e8f29(0xd8)]()+_0x4e8f29(0xb3)+_0x550430+_0x4e8f29(0xb1)+_0x5b68c4);continue;case'3':this[_0x4e8f29(0xc6)]=_0x550430;continue;case'4':this['platformIndex']=_0x5b68c4;continue;}break;}}[a113_0x1481fb(0xb7)](_0x35801d){const _0x36af73=a113_0x1481fb,_0x53a128={};_0x53a128[_0x36af73(0xbc)]=function(_0x3f0556,_0x1bacbb){return _0x3f0556===_0x1bacbb;},_0x53a128['TXsGo']=function(_0x6c394e,_0x32a47c){return _0x6c394e===_0x32a47c;};const _0x5991e1=_0x53a128;let _0x200f05='';if(_0x5991e1[_0x36af73(0xbc)](_0x35801d['testFramework'],FRAMEWORKS[_0x36af73(0xbf)]))_0x200f05=_0x35801d[_0x36af73(0xb9)]?.[_0x36af73(0xca)]?.['id']||_0x35801d['testInfo']?.[_0x36af73(0xb5)];else{if(_0x5991e1['TXsGo'](_0x35801d['testFramework'],FRAMEWORKS[_0x36af73(0xbb)]))_0x200f05=_0x35801d['testInfo']?.['testCaseStartedId'];else{if(_0x5991e1[_0x36af73(0xdb)](_0x35801d[_0x36af73(0xcb)],FRAMEWORKS[_0x36af73(0xce)]))_0x200f05=_0x35801d['testInfo']?.['id'];else _0x5991e1['ZBaUh'](_0x35801d[_0x36af73(0xcb)],FRAMEWORKS[_0x36af73(0xb2)])&&(_0x200f05=_0x35801d[_0x36af73(0xb9)]?.[_0x36af73(0xab)]);}}return _0x200f05;}[a113_0x1481fb(0xb0)](_0x15ba22){const _0x15fd7e=a113_0x1481fb,_0x430154={};_0x430154[_0x15fd7e(0xc0)]=function(_0x13fcae,_0x130971){return _0x13fcae!==_0x130971;},_0x430154[_0x15fd7e(0xb4)]=_0x15fd7e(0xd3);const _0x4e1170=_0x430154;if(!_0x15ba22||_0x4e1170['iBXfM'](typeof _0x15ba22,_0x4e1170[_0x15fd7e(0xb4)]))return null;const _0x297fa8={};_0x297fa8[_0x15fd7e(0xc8)]=_0x15ba22[_0x15fd7e(0xc8)],_0x297fa8[_0x15fd7e(0xda)]=_0x15ba22[_0x15fd7e(0xda)]&&_0x15ba22[_0x15fd7e(0xda)][_0x15ba22['name']];const _0x59bae2=_0x297fa8;return _0x59bae2;}}module[a113_0x1481fb(0xd4)]=BaseModule;