browserstack-node-sdk 1.70.1 → 1.70.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 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
+ const a109_0x15ff87=a109_0x38c1;(function(_0x5c1641,_0x6e102e){const _0x57aed7=a109_0x38c1,_0x494259=_0x5c1641();while(!![]){try{const _0x3eac52=parseInt(_0x57aed7(0x212))/0x1*(-parseInt(_0x57aed7(0x1fb))/0x2)+parseInt(_0x57aed7(0x213))/0x3+-parseInt(_0x57aed7(0x1fe))/0x4+-parseInt(_0x57aed7(0x1f2))/0x5*(-parseInt(_0x57aed7(0x1fc))/0x6)+-parseInt(_0x57aed7(0x1ee))/0x7*(-parseInt(_0x57aed7(0x1f8))/0x8)+parseInt(_0x57aed7(0x1ef))/0x9*(parseInt(_0x57aed7(0x20a))/0xa)+-parseInt(_0x57aed7(0x1f7))/0xb*(parseInt(_0x57aed7(0x200))/0xc);if(_0x3eac52===_0x6e102e)break;else _0x494259['push'](_0x494259['shift']());}catch(_0x5782d1){_0x494259['push'](_0x494259['shift']());}}}(a109_0x5100,0x3f33c));const {createClassLogger}=require(a109_0x15ff87(0x204)),logger=createClassLogger(a109_0x15ff87(0x1ec)),HookState=require(a109_0x15ff87(0x209)),TestFrameworkState=require('../state/testFrameworkState'),TrackedContext=require('./trackedContext'),TrackedInstance=require(a109_0x15ff87(0x1eb)),now=new Date();function a109_0x5100(){const _0x431404=['hasPendingHooks','237OIaRjv','974352apfMqj','8|6|1|3|7|4|2|0|5','getCurrentHookState','has','nBAdj','toLocaleString','./trackedInstance','TrackedInstance','push','3185nqndMK','427293VFMYvh','getPendingHooks','NONE','8620VuCmpk','lastTestState','getLastHookState','getCurrentTestState','setCurrentHookState','234949RZJOwe','7208JGBSdg','lastHookState','getCreatedAt','4036fkUwtp','930BODnnU','currentHookState','974284Oimmnj','get','252qdNTRS','setLastTestState','from','removePendingHooks','../../../helpers/classLogger','set','currentTestState','getAllPendingHookTestIds','getLastTestState','../state/hookState','90ncxvyR','testFrameworksVersions','setLastHookState','createdAt','setCurrentTestState','split','pendingHooks'];a109_0x5100=function(){return _0x431404;};return a109_0x5100();}class TestFrameworkInstance extends TrackedInstance{constructor(_0x22cf25,_0x1dcbf2,_0x2616b3,_0x18a9db,_0x48af3b){const _0x15608b=a109_0x15ff87,_0xc9252b={};_0xc9252b[_0x15608b(0x1e9)]=_0x15608b(0x214);const _0x562cab=_0xc9252b,_0x4c9313=_0x562cab[_0x15608b(0x1e9)][_0x15608b(0x20f)]('|');let _0x337792=0x0;while(!![]){switch(_0x4c9313[_0x337792++]){case'0':this[_0x15608b(0x20d)]=now[_0x15608b(0x1ea)]();continue;case'1':this[_0x15608b(0x20b)]=_0x2616b3;continue;case'2':this[_0x15608b(0x1f9)]=HookState[_0x15608b(0x1f1)];continue;case'3':this['currentTestState']=_0x18a9db;continue;case'4':this[_0x15608b(0x1f3)]=TestFrameworkState[_0x15608b(0x1f1)];continue;case'5':this[_0x15608b(0x210)]=new Map();continue;case'6':this['testFrameworks']=_0x1dcbf2;continue;case'7':this['currentHookState']=_0x48af3b;continue;case'8':super(_0x22cf25);continue;}break;}}[a109_0x15ff87(0x1f5)](){const _0x48182f=a109_0x15ff87;return this[_0x48182f(0x206)];}[a109_0x15ff87(0x20e)](_0x9ca361){const _0x527ba2=a109_0x15ff87;this[_0x527ba2(0x201)](this[_0x527ba2(0x206)]),this[_0x527ba2(0x206)]=_0x9ca361;}[a109_0x15ff87(0x215)](){const _0x25d458=a109_0x15ff87;return this[_0x25d458(0x1fd)];}[a109_0x15ff87(0x1f6)](_0x2a4b35){const _0x4c6114=a109_0x15ff87;this['setLastHookState'](this[_0x4c6114(0x1fd)]),this[_0x4c6114(0x1fd)]=_0x2a4b35;}[a109_0x15ff87(0x208)](){const _0x288e93=a109_0x15ff87;return this[_0x288e93(0x1f3)];}[a109_0x15ff87(0x201)](_0x3deb84){const _0x5e286b=a109_0x15ff87;this[_0x5e286b(0x1f3)]=_0x3deb84;}[a109_0x15ff87(0x1f4)](){const _0x287384=a109_0x15ff87;return this[_0x287384(0x1f9)];}[a109_0x15ff87(0x20c)](_0x4c441e){const _0x3d98ce=a109_0x15ff87;this[_0x3d98ce(0x1f9)]=_0x4c441e;}[a109_0x15ff87(0x1fa)](){const _0x91a186=a109_0x15ff87;return this[_0x91a186(0x20d)];}['addPendingHook'](_0x225afa,_0x36b6f5){const _0x588bba=a109_0x15ff87;!this['pendingHooks']['has'](_0x225afa)&&this['pendingHooks'][_0x588bba(0x205)](_0x225afa,[]),this[_0x588bba(0x210)][_0x588bba(0x1ff)](_0x225afa)[_0x588bba(0x1ed)](_0x36b6f5);}[a109_0x15ff87(0x1f0)](_0x3e7805){const _0x117f9c=a109_0x15ff87;return this[_0x117f9c(0x210)]['get'](_0x3e7805)||[];}[a109_0x15ff87(0x203)](_0x215600){this['pendingHooks']['delete'](_0x215600);}[a109_0x15ff87(0x211)](_0x9428a9){const _0x785906=a109_0x15ff87;return this[_0x785906(0x210)][_0x785906(0x216)](_0x9428a9);}[a109_0x15ff87(0x207)](){const _0x283bca=a109_0x15ff87;return Array[_0x283bca(0x202)](this[_0x283bca(0x210)]['keys']());}}function a109_0x38c1(_0x4b8d9c,_0x1f1267){const _0x5100c2=a109_0x5100();return a109_0x38c1=function(_0x38c18d,_0x2f3e23){_0x38c18d=_0x38c18d-0x1e9;let _0x20eb91=_0x5100c2[_0x38c18d];return _0x20eb91;},a109_0x38c1(_0x4b8d9c,_0x1f1267);}module['exports']=TestFrameworkInstance;
@@ -1 +1 @@
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
+ const a110_0x19ce27=a110_0x5ad8;(function(_0x385538,_0x316325){const _0x297b76=a110_0x5ad8,_0x5ecb50=_0x385538();while(!![]){try{const _0x11265a=-parseInt(_0x297b76(0x163))/0x1+parseInt(_0x297b76(0x16b))/0x2+-parseInt(_0x297b76(0x166))/0x3+-parseInt(_0x297b76(0x164))/0x4*(parseInt(_0x297b76(0x15e))/0x5)+-parseInt(_0x297b76(0x15f))/0x6+parseInt(_0x297b76(0x15d))/0x7+parseInt(_0x297b76(0x160))/0x8;if(_0x11265a===_0x316325)break;else _0x5ecb50['push'](_0x5ecb50['shift']());}catch(_0x27eed1){_0x5ecb50['push'](_0x5ecb50['shift']());}}}(a110_0x57f8,0x6940c));function a110_0x57f8(){const _0xcb9b20=['type','343862IlUamE','25364XImdne','getThreadId','1839141NYomof','TrackedContext','getProcessId','getType','exports','940584NUyaLe','threadId','processId','2287845OBizVK','65HXqdng','72654SIPNDT','5483520WLzhtm','../../../helpers/classLogger'];a110_0x57f8=function(){return _0xcb9b20;};return a110_0x57f8();}const {createClassLogger}=require(a110_0x19ce27(0x161)),logger=createClassLogger(a110_0x19ce27(0x167));function a110_0x5ad8(_0x57443b,_0x241e16){const _0x57f83e=a110_0x57f8();return a110_0x5ad8=function(_0x5ad8d2,_0x2bd566){_0x5ad8d2=_0x5ad8d2-0x15b;let _0x5cc3fb=_0x57f83e[_0x5ad8d2];return _0x5cc3fb;},a110_0x5ad8(_0x57443b,_0x241e16);}class TrackedContext{constructor(_0x28d590,_0x24c33f,_0xb956e2,_0x2bbe5a){const _0x5dbceb=a110_0x19ce27;this['id']=_0x28d590,this[_0x5dbceb(0x15b)]=_0x24c33f,this[_0x5dbceb(0x15c)]=_0xb956e2,this['type']=_0x2bbe5a;}[a110_0x19ce27(0x165)](){const _0x10fd39=a110_0x19ce27;return this[_0x10fd39(0x15b)];}[a110_0x19ce27(0x168)](){const _0x4d57f9=a110_0x19ce27;return this[_0x4d57f9(0x15c)];}['getId'](){return this['id'];}[a110_0x19ce27(0x169)](){const _0x1bac18=a110_0x19ce27;return this[_0x1bac18(0x162)];}}module[a110_0x19ce27(0x16a)]=TrackedContext;
@@ -1 +1 @@
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
+ const a111_0x516549=a111_0x4b29;function a111_0x5259(){const _0x5c3e15=['update','QBEDL','worker_threads','90BzxqPB','pid','getId','28149YuiTXU','entries','getAllData','getRef','39252hGoKfu','sha256','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','7pBAJmV','TfVYV','2COnjcW','7300998kNtrNU','312710dSvhic','5999992idRYUL','keys','568070CtBdsS','updateData','set','createContext','forEach','crypto','get','156UlpMzU','2167dVBHib','hex','9286490NFpBgD','data','context','./trackedContext'];a111_0x5259=function(){return _0x5c3e15;};return a111_0x5259();}(function(_0xe3b4c4,_0x536a04){const _0x3a5bc4=a111_0x4b29,_0x278ddb=_0xe3b4c4();while(!![]){try{const _0x41da84=-parseInt(_0x3a5bc4(0x1a4))/0x1*(parseInt(_0x3a5bc4(0x1a9))/0x2)+parseInt(_0x3a5bc4(0x19b))/0x3*(parseInt(_0x3a5bc4(0x18e))/0x4)+parseInt(_0x3a5bc4(0x1a6))/0x5*(parseInt(_0x3a5bc4(0x198))/0x6)+parseInt(_0x3a5bc4(0x1a2))/0x7*(-parseInt(_0x3a5bc4(0x1a7))/0x8)+-parseInt(_0x3a5bc4(0x1a5))/0x9+parseInt(_0x3a5bc4(0x191))/0xa+parseInt(_0x3a5bc4(0x18f))/0xb*(parseInt(_0x3a5bc4(0x19f))/0xc);if(_0x41da84===_0x536a04)break;else _0x278ddb['push'](_0x278ddb['shift']());}catch(_0xa3d978){_0x278ddb['push'](_0x278ddb['shift']());}}}(a111_0x5259,0xb6924));const TrackedContext=require(a111_0x516549(0x194)),crypto=require(a111_0x516549(0x18c)),{threadId}=require(a111_0x516549(0x197));function a111_0x4b29(_0x269a39,_0x5bd1ad){const _0x5259f4=a111_0x5259();return a111_0x4b29=function(_0x4b29a2,_0x2362c6){_0x4b29a2=_0x4b29a2-0x18a;let _0x2fd90b=_0x5259f4[_0x4b29a2];return _0x2fd90b;},a111_0x4b29(_0x269a39,_0x5bd1ad);}class TrackedInstance{static [a111_0x516549(0x1a1)]='isBrowserstackAutomationSession';constructor(_0x8d7a5d){const _0x594348=a111_0x516549;this[_0x594348(0x193)]=_0x8d7a5d,this[_0x594348(0x192)]=new Map();}[a111_0x516549(0x19e)](){const _0x351f92=a111_0x516549;return this[_0x351f92(0x193)][_0x351f92(0x19a)]();}['getContext'](){const _0x15dcf3=a111_0x516549;return this[_0x15dcf3(0x193)];}[a111_0x516549(0x19d)](){const _0x2d5673=a111_0x516549;return this[_0x2d5673(0x192)];}['updateMultipleEntries'](_0x5a4e87){const _0x315449=a111_0x516549;Object[_0x315449(0x1a8)](_0x5a4e87)[_0x315449(0x18b)](_0x531695=>{const _0x207c6e=_0x315449;this[_0x207c6e(0x192)][_0x207c6e(0x1ab)](_0x531695,_0x5a4e87[_0x531695]);});}['addMultipleEntries'](_0x481ecc){const _0x417ac1=a111_0x516549;Object[_0x417ac1(0x19c)](_0x481ecc)[_0x417ac1(0x18b)](([_0x17c6f9,_0x15de90])=>{const _0x2d0cfe=_0x417ac1,_0x8b7e80=this[_0x2d0cfe(0x192)][_0x2d0cfe(0x18d)](_0x17c6f9)||{},_0x8543b={..._0x8b7e80,..._0x15de90},_0x43cdd3=_0x8543b;this[_0x2d0cfe(0x192)][_0x2d0cfe(0x1ab)](_0x17c6f9,_0x43cdd3);});}['getData'](_0x5006b1){const _0x518d28=a111_0x516549;return this['data'][_0x518d28(0x18d)](_0x5006b1);}[a111_0x516549(0x1aa)](_0x3ce78,_0x4bda77){const _0x39100a=a111_0x516549;this[_0x39100a(0x192)][_0x39100a(0x1ab)](_0x3ce78,_0x4bda77);}static[a111_0x516549(0x18a)](_0x5f18fa){const _0x18464b=a111_0x516549,_0x99c461={};_0x99c461['ERYMk']=_0x18464b(0x1a0),_0x99c461['TfVYV']=_0x18464b(0x190),_0x99c461[_0x18464b(0x196)]=function(_0x191b21,_0x17b8ab){return _0x191b21||_0x17b8ab;};const _0x56fcfb=_0x99c461;return new TrackedContext(crypto['createHash'](_0x56fcfb['ERYMk'])[_0x18464b(0x195)](_0x5f18fa)['digest'](_0x56fcfb[_0x18464b(0x1a3)]),_0x56fcfb['QBEDL'](threadId,0x0),process[_0x18464b(0x199)],typeof _0x5f18fa);}}module['exports']=TrackedInstance;
@@ -1 +1 @@
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
+ function a112_0x70e8(_0x535fbc,_0x41d1ef){const _0x1935dd=a112_0x1935();return a112_0x70e8=function(_0x70e845,_0x29f439){_0x70e845=_0x70e845-0xdb;let _0x1dac3a=_0x1935dd[_0x70e845];return _0x1dac3a;},a112_0x70e8(_0x535fbc,_0x41d1ef);}function a112_0x1935(){const _0x3f01d7=['loadAccessibilityConfig','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','GGJRU','../TestInfo.js','getData','YdiiZ','ijzEU','titlePath','performScanForCli:\x20No\x20','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','TNmdj','OJCkP','options','test_tags','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','Error\x20in\x20processAccessibilityCaps:\x20','vpFtk',']\x20isEnabledTestcase\x20(cucumber)\x20result=','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','performPageScan:\x20Page\x20is\x20null','RSDyj','KPKuq','../../../helpers/performance/constants.js','ChromeExtension','DzFTB','tjTMs','gOeEJ','browserStackEvaluate','fetchDriverExecuteParamsEvent','lFBYq','../framework/constants/testFrameworkConstants.js','ZPQBt','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','37hgzTAz',',\x20framework=','AccessibilityModule.getResultsSummary','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','../grpcClient','UsaiA','function','getAccessibilityResultsSummary','setAccessibilityConfig','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','getName','4404bLhUya','fcrkX','measureWrapper','instance','BS_A11Y_JWT','saveResults',']\x20clear\x20','_sendMessageServerPatchApplied','kEtYm','isArray','uuwrO','JEST_WORKER_ID','ZOKkX','fDIDl','CIsCZ','testFrameworkData','../../playwright/accessibility-helper','getValue','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','utf-8','IrApl','OQLBI','gtxop','CpweQ','hIOsG',',\x20testName=','--headless','getInstance','getTrackedInstance','setAccessibilityToken','assign','getCommandsToWrap','../../../helpers/accessibility-automation/helper','initAccessibilityConfig','DLJSQ','WOfqv','fXeLu','--headless=new','appium:platformVersion','MUybu','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','getAccessibility','capabilitiesList','bjMBL','Performing\x20scan\x20before\x20from\x20cli','iECPT','getAccessibilityResults','isMobileWebSession','seZSF','ms\x20—\x20cache\x20never\x20populated\x20(','isBrowserSupportedForAccessibility','scannerVersion','fetchCentralAuthA11yConfig','MJthZ','jbNUI','sha256','\x20result\x20for\x20','SCAN_CAP_HIT','JVaEF','vxbmD','MFXeR','totalIssueCount','bkEWp','WsjCv','ScanArgs:\x20','IUetz','xXNmJ','getLogDisabledShown','browserstack.accessibilityOptions.wcagVersion','eQdYp','getAppAccessibilityResultsSummary','[AccessibilityModule]\x20onAfterTest:\x20framework=','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','pid','__bstackA11yScanCapHit','replace','wIQtC','slice','FzzgC','oSygj','some','USkTz','vOztf','capabilities','HksaS','isVersionSupported','is_mobile_session','STYVZ','RXbby','env','23639qxWEmt','EkcOR','getResultsSummary','getScriptByName','reason','thTestRunUuid','validatePlatformForAccessibility','qKWZU','getOptions','olpQz','args','uVNRr','../state/automationFrameworkState','processAccessibilityCaps','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','bAMGw','KEY_INIT','LKDtw','toLowerCase','platformCaps','4XWyImV','info','version','accessibilityResult','uJqvV','XJBJu','getScriptsList','qbRNw','EsYeJ','FUWqw','testFramework','jest','WemQS','excludeTagsInTestingScope','start','PyEXf','testAnalyticsId','getIsAppAccessibility',',\x20isAppAccessibility=','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','QUIT','rtOpn','mDpLe','OlysF','WnTlP','ejoZQ','getAccessibilityExecuteParams','fClaj',',\x20testIdentifier=','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','getMinVersionForBrowser','YxzxH','TySiM','ZGIgf','../cliUtils','BoBqj','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','AmqDY','rjRpW','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','Error\x20in\x20shouldScanForCommand:\x20','update','\x20testHubUuid=','wYdzE','EnZNo','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','getModuleName','has','browser_version','94626nXatXn','PevJf','toString','[App-A11y]\x20Scan\x20result\x20for\x20','chrome','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','Scan\x20result:\x20','thvZk','build-start','RHMGd','createHash','\x20script\x20available','\x20a11yToken=','resolveMobileThTestRunUuid','keys','[AccessibilityModule.getResultsSummary]\x20waited\x20','PRE','yMTHy','17274hNRJpe','getContext','qTvlO','domSY','setLogDisabledShown','Context','ElTrB','KfQXA',',\x20testCaseEnabled=','QJfWX','\x20worker=\x22',');\x20returning\x20last\x20value','tsmsR','riHBH',']\x20should\x20run\x20accessibility\x20value=','getCapabilitiesList','../../../helpers/accessibility-automation/constants','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','SKNMV','xzRdh','liwRl','dWcMG','performScan\x20capped\x20at\x20','KPzrD','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','tBbsC','./baseModule','KRubu','EnCLY','tknqG','performScan','skipCDPConnectOverride','_pollUntilNonEmpty','JHGOz','ysGNn','BROWSERSTACK_TEST_ACCESSIBILITY_YML','shouldScanForCommand:\x20','VfFqe','_mobileScanningDisabledLogged','nOxBX','eqWiQ','LbhJC','android','LOG_DISABLED_SHOWN','message','MrNVr','KAFxM','requiresChromeOptionsValidation','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=',']\x20polled\x20','ZsQMM','MnVWV',',\x20sessionId=','NPwGl','setShouldScan','getScript','VRpPU','ACCESSIBILITY_INITIALIZED','dZDOz','find','browserstack.accessibilityOptions.scannerProcessingTimeout','isPlatformSupported','ZehUq','xDBlb','NON_BROWSERSTACK_AUTOMATION_SESSIONS','includes','pgtAZ','kSDPP','digest','pwPage','degradedReason','../../utils/constants.js','NODE_GENERIC','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','delete','SbPVv','onBeforeExecute:\x20command=','Error\x20applying\x20sendMessageToServer\x20patch:\x20','FDfxt','degraded','yOvhT','KEY_TESTHUB_BUILD_ID','getCurrentAccessibilityStatus','parse','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Error\x20in\x20initAccessibilityConfig:\x20','getPlatformIndex','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','Performing\x20scan\x20before\x20getting\x20results\x20summary','oIXSy','accessibilityToken','testhub_build_uuid','rPJRR','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','nRqeq','[AccessibilityModule]\x20goog:chromeOptions\x20on\x20the\x20','driver','test_run_id','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','nFmyL','trim','PvOQr','iHgqQ','DRIVER_HAS_URL','warn','pSCUL','stack','isEnabled','NzRVl','\x20config','join','length','cFzQm','concat','CREATE','3470663ptKvAD','Error\x20in\x20getAccessibilityResultsSummary:\x20','executeScriptByName','value','lheaL','ybHMX','\x20config\x20is\x20unusable:\x20','\x22\x20pid=','not-array','toObject','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','onBeforeExecute','size','Gwbgp','\x20env=','getTestFrameworkDetail','Error\x20in\x20validatePlatformForAccessibility:\x20','8EelAmU','wcagVersion','KgUzd','UaAUw',',\x20includeTags=','2850065ZHVtKy','toISOString','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','debug','LZvuT','SwZrb','sGxHj','eFFFT','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getSuccess',',\x20testRunId=','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=',',\x20excludeTags=','mergeObject','QXtZk','Error\x20in\x20performPageScan:\x20','TfZEj','../../utils/playwright-patcher','executeScript','__accessibilityOptions','currentTest','goog:chromeOptions','getResults','gKRlc','commandsToWrap','isAccessibilityScriptCommand','xtghK','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','AIVWU','ZmEOR','YLwxx','iHkRM','getTestUUID','commandsList','204207AZlrpr','ATpZo','cWkcn','hasAccessibilityExecuteParams','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','performScanForCli','testInfo','TrackedInstance','qxwwA','EXECUTE','getResultResponse','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','aJhuI','Error\x20in\x20getAccessibilityResults:\x20','UOVwA','end','alPWa','test-tags-->\x20','true','string','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','Executing\x20','[platform\x20-\x20','parseFromProto','accessibilityPlatform',',\x20available\x20commands:\x20',']\x20onAfterTest\x20should\x20scan=','VToTG','platformName','hvcUJ',']\x20poll\x20attempt=','isMobileScanningEnabledForGroup','PsMca','error','centralAuthToken','GFEMf','count=','CWELZ','evaluate','Executing\x20accessibility\x20script\x20on\x20page','turlw','vSxMY','MOCHA','XLrCV','Error\x20in\x20performScanForCli\x20for\x20script\x20','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','authHeader','MODULE_NAME','_readChromeOptionsCapability','../framework/testFramework','browserstack.accessibilityOptions.authToken','on\x20non-BrowserStack\x20infrastructure\x20','getCapabilityValue','Page\x20','OLEiY','bind','TOjIS','[AccessibilityModule]\x20goog:chromeOptions\x20read\x20from\x20the\x20','_parseScriptsFromOptions','QiuOI','whZdC','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','VWCgT',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','parseA11yJwtPayload','testcafe','hex','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','page','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','shouldScanCurrentTest','vCZSQ','qYUpv','Processed\x20accessibility\x20caps\x20','getParamsForScanForCli','race','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','PERFORM_SCAN','EKOzD','totalIssueCount=','patchSendMessageToServer','appium:platformName','launchCaps','COcwg','ZLxmS',',\x20\x0a\x20','NdYrJ','VepIG',')\x20result=','KFPdU','../../../helpers/classLogger','ozyJs','isAccessibilityAutomationSession','getState','loadDriverExecuteParams','isAppAccessibility','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','browserName','\x20from\x20testIdentifier=','finishScanningForCli','__jestCurrentTestIdentifier','browserVersion','SAVE_RESULTS','a11y-config-rpc','scan','_centralAuthA11yConfig','headless','applySendMessageToServerPatch','browser','Error\x20getting\x20capability\x20value\x20for\x20','accessibilityConfig','joyCB','cOtpl','getBuildId','getCommandsList','isMobilePlatform','JmsFd','XPjdh','ybiTB','onBeforeExecute:\x20No\x20command\x20name\x20provided','HcyDj','accessibility','xTiHE','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','present','yDBrd','RXmiU','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','MergedScanArgs:\x20','wVsRW',',\x20tags=','getPlatformCaps','gFvzd','registerObserver','LrvkR','util','toJson','DUXCm','AWOlx','getTestId','zAyvP','wWxeV','__workerDetails','includeTagsInTestingScope','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','wvAnC','centralAuthHeader','THWZI','uhMRY','getAppAccessibilityResults',']\x20Accessibility\x20configuration\x20initialized\x20successfully','QiNqt','command','runjH','KEY_TEST_NAME','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','name','number','FScPn','xmcXe','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','--headless=','format','YtSIE','null','Error\x20executing\x20script\x20','commandName','platformVersion','main','\x20browser\x20version\x20greater\x20than\x20','cgjXi','onAfterTest','zdAWO','updateData','a11y:save-results','WEoJV','getAllData','get','onBeforeTest','../state/hookState','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','stringify','SdROM','mcthq','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','xwfGF','../../../helpers/helper','map','Exception\x20in\x20isPlatformSupported:\x20','cucumber','BROWSERSTACK_CLI_BIN_SESSION_ID','isEnabledTestcase','getGoogleChromeOptions','XJQih','exports','Pkbsn','27vrQxMw','cCjXQ','AQEIb','getCurrentInstanceName','SDK_ACCESSIBILITY_CONFIG','from','platformValidation','now','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','pQbYQ','gktUI','OyMwZ','set','afterTestHook','SoQPf','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','../../../helpers/accessibility-automation/scripts','xqseZ','getCapabilities','unknown','cfrwg','BROWSERSTACK_TESTHUB_JWT','CdHHj','shouldScanForCommand','126510MrecYE','getAccessibilityConfig','isPlatformSupported:\x20caps\x20are\x20null','lyjmk','vtuKB','KEY_TEST_SCOPES','_centralAuthConfigFetched','FQlCp'];a112_0x1935=function(){return _0x3f01d7;};return a112_0x1935();}const a112_0x40a947=a112_0x70e8;(function(_0x2d0f59,_0x44357d){const _0xc99529=a112_0x70e8,_0x5621ef=_0x2d0f59();while(!![]){try{const _0x2834ad=parseInt(_0xc99529(0x1f8))/0x1*(-parseInt(_0xc99529(0x2b4))/0x2)+-parseInt(_0xc99529(0xf0))/0x3*(parseInt(_0xc99529(0x271))/0x4)+parseInt(_0xc99529(0x33f))/0x5+-parseInt(_0xc99529(0x2a2))/0x6+-parseInt(_0xc99529(0x327))/0x7*(parseInt(_0xc99529(0x33a))/0x8)+-parseInt(_0xc99529(0x1b7))/0x9*(parseInt(_0xc99529(0x1cf))/0xa)+parseInt(_0xc99529(0x25d))/0xb*(parseInt(_0xc99529(0x203))/0xc);if(_0x2834ad===_0x44357d)break;else _0x5621ef['push'](_0x5621ef['shift']());}catch(_0x243d10){_0x5621ef['push'](_0x5621ef['shift']());}}}(a112_0x1935,0x66e95));const BaseModule=require(a112_0x40a947(0x2ce)),{createClassLogger}=require(a112_0x40a947(0x14d)),CLIUtils=require(a112_0x40a947(0x293)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a112_0x40a947(0x123)),AutomationFrameworkState=require(a112_0x40a947(0x269)),HookState=require(a112_0x40a947(0x1a6)),GrpcClient=require(a112_0x40a947(0x1fc)),scripts=require(a112_0x40a947(0x1c7)),logger=createClassLogger(a112_0x40a947(0xf7)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a112_0x40a947(0x1ed)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a112_0x40a947(0x2c4)),{nestedKeyValue,isUndefined}=require(a112_0x40a947(0x1ad)),util=require(a112_0x40a947(0x17a)),TestInfo=require(a112_0x40a947(0x1da)),TestFrameworkConstants=require(a112_0x40a947(0x1f5)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper'),{FRAMEWORKS}=require(a112_0x40a947(0x2fb));class AccessibilityModule extends BaseModule{static [a112_0x40a947(0x121)]=AccessibilityModule[a112_0x40a947(0x18f)];static [a112_0x40a947(0x1d5)]=![];static [a112_0x40a947(0x15c)]={};constructor(_0x3bcca2){const _0x5e6eaa=a112_0x40a947,_0x33ebf6={};_0x33ebf6['UsaiA']=_0x5e6eaa(0x2aa),_0x33ebf6['VepIG']='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x33ebf6['ybiTB']=_0x5e6eaa(0x2ed),_0x33ebf6[_0x5e6eaa(0x1ef)]=_0x5e6eaa(0x31b),_0x33ebf6[_0x5e6eaa(0x1eb)]='testhub_build_uuid';const _0x422f62=_0x33ebf6;super(),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x5e6eaa(0xf9)],HookState[_0x5e6eaa(0x2b2)],this[_0x5e6eaa(0x334)][_0x5e6eaa(0x129)](this)),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x5e6eaa(0x326)],HookState['POST'],this[_0x5e6eaa(0x1a5)][_0x5e6eaa(0x129)](this)),AutomationFramework[_0x5e6eaa(0x178)](AutomationFrameworkState[_0x5e6eaa(0x285)],HookState[_0x5e6eaa(0x2b2)],this[_0x5e6eaa(0x19e)][_0x5e6eaa(0x129)](this)),this[_0x5e6eaa(0x31f)]=!![],this['accessibilityConfig']=_0x3bcca2[_0x5e6eaa(0x330)](),this[_0x5e6eaa(0x16c)]=new Map(),this['LOG_DISABLED_SHOWN']=new Map(),this[_0x5e6eaa(0x152)]=_0x3bcca2[_0x5e6eaa(0x282)]?.()||![],this[_0x5e6eaa(0x256)]=[],this[_0x5e6eaa(0x20a)]=![],this['_mobileScanningDisabledLogged']=![],this[_0x5e6eaa(0x220)](_0x3bcca2['getOptions']()[_0x5e6eaa(0x2c3)]());const _0x511d96=CLIUtils[_0x5e6eaa(0x338)](),_0x276852=_0x511d96&&[FRAMEWORKS['NODE_GENERIC'],FRAMEWORKS[_0x5e6eaa(0x11c)]][_0x5e6eaa(0x2f5)](_0x511d96[_0x5e6eaa(0x18f)]);_0x276852&&this[_0x5e6eaa(0x12c)](_0x3bcca2[_0x5e6eaa(0x265)](),_0x422f62[_0x5e6eaa(0x1fd)]),logger['debug'](_0x422f62[_0x5e6eaa(0x14a)]),this[_0x5e6eaa(0x26d)]=_0x422f62[_0x5e6eaa(0x169)],this['KEY_DRIVER_HAS_URL']=_0x422f62['DzFTB'],this[_0x5e6eaa(0x305)]=_0x422f62[_0x5e6eaa(0x1eb)];}[a112_0x40a947(0x31f)](){return this['isEnabled'];}[a112_0x40a947(0x29f)](){return AccessibilityModule['MODULE_NAME'];}[a112_0x40a947(0x306)](){const _0x404803=a112_0x40a947;return this[_0x404803(0x16c)][_0x404803(0x1a4)](CLIUtils['getCurrentInstanceName'](),![]);}[a112_0x40a947(0x246)](){const _0xff811c=a112_0x40a947;return this[_0xff811c(0x2df)]['get'](CLIUtils[_0xff811c(0x1ba)](),![]);}[a112_0x40a947(0x2b8)](_0x41f1a9){const _0x496332=a112_0x40a947;this['LOG_DISABLED_SHOWN']['set'](CLIUtils[_0x496332(0x1ba)](),_0x41f1a9);}[a112_0x40a947(0x15e)](){const _0x5b7fec=a112_0x40a947,_0x2c6020={'bkEWp':_0x5b7fec(0x24b),'ATpZo':function(_0x200c57,_0x1acb77){return _0x200c57(_0x1acb77);},'ZehUq':_0x5b7fec(0xde),'TNmdj':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','eQdYp':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x5b7fec(0x20a)]){logger[_0x5b7fec(0x342)](_0x2c6020[_0x5b7fec(0x241)]);return;}try{const _0x529217=_0x2c6020[_0x5b7fec(0xf1)](require,_0x2c6020[_0x5b7fec(0x2f2)]);_0x529217&&_0x529217[_0x5b7fec(0x143)]?(_0x529217[_0x5b7fec(0x143)](),this[_0x5b7fec(0x20a)]=!![],logger[_0x5b7fec(0x342)](_0x2c6020[_0x5b7fec(0x1e1)])):logger[_0x5b7fec(0x342)](_0x2c6020[_0x5b7fec(0x248)]);}catch(_0x13ddcd){logger[_0x5b7fec(0x342)](_0x5b7fec(0x301)+util[_0x5b7fec(0x195)](_0x13ddcd));}}[a112_0x40a947(0x2f1)](_0x11a411=null,_0x28ef4d=null,_0x502159=null){const _0x222b27=a112_0x40a947,_0x66ce0b={'wVsRW':function(_0x12f7ed,_0x26d5ae){return _0x12f7ed&&_0x26d5ae;},'VfFqe':_0x222b27(0x1d1),'riHBH':function(_0x4c1b07,_0x591504){return _0x4c1b07(_0x591504);},'xXNmJ':_0x222b27(0x1ad),'iECPT':_0x222b27(0xe9),'cWkcn':_0x222b27(0x144),'EKOzD':function(_0x5e9679,_0x26805c){return _0x5e9679===_0x26805c;},'XuFXo':'android','ysGNn':_0x222b27(0x229),'eFFFT':function(_0x53e171,_0x57690e){return _0x53e171!==_0x57690e;},'RXbby':function(_0x40b9bb,_0x38ec69,_0x5bda79){return _0x40b9bb(_0x38ec69,_0x5bda79);},'dZDOz':function(_0xb88b27,_0x21a0ac){return _0xb88b27(_0x21a0ac);},'vSxMY':function(_0x2162fe,_0x3f0a2e){return _0x2162fe<_0x3f0a2e;},'Gapxx':_0x222b27(0x138),'Pkbsn':function(_0x8ed11e,_0x29d885){return _0x8ed11e===_0x29d885;},'QJfWX':_0x222b27(0x104),'THWZI':_0x222b27(0x105),'thvZk':function(_0x37adf1,_0x20f6b3){return _0x37adf1===_0x20f6b3;},'wIQtC':_0x222b27(0x28e),'QiuOI':_0x222b27(0xe2),'whZdC':'latest','NrQRw':function(_0x597320){return _0x597320();},'VToTG':_0x222b27(0x125),'EnZNo':function(_0x1c7c92,_0x29adde){return _0x1c7c92-_0x29adde;},'vtuKB':function(_0xadf2a9,_0x5c1ac8){return _0xadf2a9!==_0x5c1ac8;},'yDBrd':function(_0x1751c3,_0x15334e){return _0x1751c3>_0x15334e;},'alPWa':function(_0x14f7d0,_0x46520a){return _0x14f7d0(_0x46520a);},'eqWiQ':_0x222b27(0x16e)};try{if(_0x66ce0b[_0x222b27(0x174)](!_0x28ef4d,!_0x502159))return logger[_0x222b27(0x342)](_0x66ce0b[_0x222b27(0x2d9)]),![];const {isUndefined:_0x3eb963,isBrowserstackInfra:_0x103918}=_0x66ce0b['riHBH'](require,_0x66ce0b[_0x222b27(0x245)]);if(!accessibilityHelper[_0x222b27(0x14f)]())return logger['debug'](_0x66ce0b[_0x222b27(0x230)]),![];if(this[_0x222b27(0x152)]){const _0x4dc019=(_0x28ef4d[_0x222b27(0x10e)]||_0x28ef4d[_0x66ce0b[_0x222b27(0xf2)]]||'')['toLowerCase']();if(_0x66ce0b[_0x222b27(0x141)](_0x4dc019,_0x66ce0b['XuFXo'])){const _0x4355d9=_0x28ef4d[_0x66ce0b[_0x222b27(0x2d6)]]||_0x28ef4d[_0x222b27(0x19a)];if(_0x66ce0b['eFFFT'](_0x4355d9,undefined)&&_0x66ce0b[_0x222b27(0x346)](_0x4355d9,null)){const _0x382a4a=_0x66ce0b[_0x222b27(0x25b)](parseInt,_0x66ce0b[_0x222b27(0x2ee)](String,_0x4355d9)['split']('.')[0x0],0xa);if(!_0x66ce0b['dZDOz'](isNaN,_0x382a4a)&&_0x66ce0b[_0x222b27(0x11b)](_0x382a4a,0xb))return logger[_0x222b27(0x31c)](_0x222b27(0x284)+_0x4355d9),![];}}return!![];}const _0xfa801a=_0x28ef4d[_0x222b27(0x154)]||_0x28ef4d[_0x222b27(0x15f)],_0x468e34=_0x28ef4d[_0x222b27(0x158)]||_0x28ef4d[_0x222b27(0x2a1)];if(!accessibilityHelper[_0x222b27(0x235)](_0xfa801a))return logger[_0x222b27(0x31c)](_0x66ce0b['Gapxx']),![];if(accessibilityHelper[_0x222b27(0x2e3)](_0xfa801a))try{const _0x584195=_0x28ef4d[_0x222b27(0x15d)],_0x462148=_0x66ce0b[_0x222b27(0x141)](_0x584195,!![])||_0x66ce0b[_0x222b27(0x1b6)](_0x584195,_0x66ce0b[_0x222b27(0x2bd)])||_0x66ce0b[_0x222b27(0x141)](typeof _0x584195,_0x66ce0b[_0x222b27(0x186)])&&_0x66ce0b[_0x222b27(0x2a9)](_0x584195[_0x222b27(0x26f)](),_0x66ce0b[_0x222b27(0x2bd)]);if(_0x462148)return logger[_0x222b27(0x31c)](_0x66ce0b['wIQtC']),![];const _0x33f2f5=_0x28ef4d?.['chromeOptions']?.[_0x222b27(0x267)]||_0x28ef4d?.[_0x66ce0b[_0x222b27(0x12d)]]?.['args']||[];if(Array[_0x222b27(0x20c)](_0x33f2f5)&&_0x33f2f5[_0x222b27(0x253)](_0x1f1a5e=>typeof _0x1f1a5e===_0x222b27(0x105)&&(_0x1f1a5e===_0x222b27(0x21d)||_0x1f1a5e['startsWith'](_0x222b27(0x194))&&_0x1f1a5e!==_0x222b27(0x228))))return logger[_0x222b27(0x31c)](_0x66ce0b[_0x222b27(0x24f)]),![];}catch(_0x5182cb){logger[_0x222b27(0x342)]('Error\x20checking\x20headless\x20capability:\x20'+util['format'](_0x5182cb));}if(_0x66ce0b['eFFFT'](_0x468e34,_0x66ce0b[_0x222b27(0x12e)])){const _0x328ee9=_0x66ce0b['NrQRw'](_0x103918),_0x5dff5a=accessibilityHelper[_0x222b27(0x28f)](_0xfa801a,_0x328ee9),_0xbbd6bb=accessibilityHelper['getBrowserDisplayName'](_0xfa801a);if(!accessibilityHelper[_0x222b27(0x258)](_0x468e34,_0x5dff5a)){const _0x23ce5a=_0x328ee9?'':_0x66ce0b[_0x222b27(0x10d)],_0x5b88ce=Number['isFinite'](_0x66ce0b[_0x222b27(0x2c1)](parseFloat,_0x5dff5a))?_0x66ce0b[_0x222b27(0x29d)](_0x66ce0b['riHBH'](parseFloat,_0x5dff5a),0x1):_0x5dff5a;return logger[_0x222b27(0x31c)](_0x222b27(0x18e)+_0xbbd6bb+_0x222b27(0x19c)+_0x5b88ce+'\x20'+_0x23ce5a+'.'),![];}}else{const _0x391be8=_0x28ef4d[_0x222b27(0x158)]||_0x28ef4d['browser_version']||_0x28ef4d[_0x222b27(0x273)];if(_0x391be8&&_0x66ce0b[_0x222b27(0x1d3)](_0x391be8,_0x66ce0b[_0x222b27(0x12e)])&&!_0x66ce0b[_0x222b27(0x170)](_0x66ce0b[_0x222b27(0x102)](parseFloat,_0x391be8),_0x66ce0b[_0x222b27(0x2ee)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x222b27(0x31c)](_0x66ce0b[_0x222b27(0x2dc)]),![];}return!![];}catch(_0x3bcfda){return logger[_0x222b27(0x342)](_0x222b27(0x1af)+_0x3bcfda['message']),![];}}[a112_0x40a947(0x1b2)](_0x59de81=[],_0x2420a,_0x3d7591=a112_0x40a947(0x1b0)){const _0x1e9122=a112_0x40a947,_0x3baa00={'uVNRr':function(_0x270aef,_0x51208c){return _0x270aef===_0x51208c;},'lyjmk':_0x1e9122(0x27c),'JVaEF':function(_0x2ef88b,_0x30d03c){return _0x2ef88b===_0x30d03c;},'ijzEU':function(_0x205039,_0x4caa92){return _0x205039||_0x4caa92;},'NzRVl':function(_0x55f77b,_0x1280b1){return _0x55f77b===_0x1280b1;},'ElTrB':function(_0x1c63a2,_0x37e158){return _0x1c63a2===_0x37e158;},'mDpLe':function(_0x4375db,_0x28d234){return _0x4375db&&_0x28d234;},'NPwGl':_0x1e9122(0x1ca),'MdMFK':function(_0x477ab2,_0x834fc7){return _0x477ab2(_0x834fc7);},'xDBlb':function(_0x52b619,_0x2400fb){return _0x52b619>_0x2400fb;},'YdiiZ':function(_0x915362,_0x439a9e){return _0x915362&&_0x439a9e;}};try{const _0x4aefbe=process[_0x1e9122(0x25c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x1e9122(0x307)](process[_0x1e9122(0x25c)][_0x1e9122(0xfd)]):null;if(!_0x4aefbe)return!![];const _0x1af8e2=Array[_0x1e9122(0x20c)](_0x4aefbe[_0x1e9122(0x182)])?_0x4aefbe[_0x1e9122(0x182)]:[],_0x501ef3=Array[_0x1e9122(0x20c)](_0x4aefbe[_0x1e9122(0x27e)])?_0x4aefbe[_0x1e9122(0x27e)]:[];if(_0x3baa00[_0x1e9122(0x268)](_0x3d7591,_0x3baa00[_0x1e9122(0x1d2)])||_0x3baa00[_0x1e9122(0x23d)](_0x3d7591,FRAMEWORKS[_0x1e9122(0x2fc)])){let _0x4d3deb;Array[_0x1e9122(0x20c)](_0x59de81)?_0x4d3deb=_0x59de81[_0x1e9122(0x322)]('\x20'):_0x4d3deb=_0x3baa00[_0x1e9122(0x1dd)](_0x59de81,'');const _0x1e1b93=_0xebe45b=>_0x3d7591===FRAMEWORKS[_0x1e9122(0x2fc)]&&typeof _0xebe45b==='string'?_0xebe45b['replace'](/^@/,'')[_0x1e9122(0x26f)]()[_0x1e9122(0x318)]():_0xebe45b,_0x1445ab=_0x3baa00[_0x1e9122(0x320)](_0x3d7591,FRAMEWORKS[_0x1e9122(0x2fc)])?_0x4d3deb[_0x1e9122(0x26f)]():_0x4d3deb,_0x24628c=_0x501ef3[_0x1e9122(0x253)](_0x41ddc5=>_0x1445ab[_0x1e9122(0x2f5)](_0x1e1b93(_0x41ddc5))),_0x3d8235=_0x3baa00[_0x1e9122(0x2ba)](_0x1af8e2[_0x1e9122(0x323)],0x0)||_0x1af8e2[_0x1e9122(0x253)](_0x34cc13=>_0x1445ab[_0x1e9122(0x2f5)](_0x1e1b93(_0x34cc13))),_0x5c4d04=_0x3baa00[_0x1e9122(0x287)](!_0x24628c,_0x3d8235);return logger[_0x1e9122(0x342)](_0x1e9122(0x108)+(_0x2420a?.[_0x1e9122(0x30a)]?.()||_0x3baa00[_0x1e9122(0x2e9)])+']\x20isEnabledTestcase\x20('+_0x3d7591+_0x1e9122(0x14b)+_0x5c4d04+_0x1e9122(0x21c)+_0x4d3deb+_0x1e9122(0x33e)+JSON['stringify'](_0x1af8e2)+_0x1e9122(0x34c)+JSON['stringify'](_0x501ef3)),_0x5c4d04;}const _0x1f9753=Array[_0x1e9122(0x20c)](_0x59de81)?_0x59de81:[];let _0x1043b4=![],_0x2da813=_0x3baa00[_0x1e9122(0x320)](_0x1af8e2[_0x1e9122(0x323)],0x0);const _0x390057=_0x475475=>typeof _0x475475===_0x1e9122(0x105)?_0x475475[_0x1e9122(0x24e)](/^@/,'')[_0x1e9122(0x26f)]()[_0x1e9122(0x318)]():_0x475475,_0x5c35c5=new Set(_0x1af8e2[_0x1e9122(0x1ae)](_0x390057)),_0x250a86=new Set(_0x501ef3[_0x1e9122(0x1ae)](_0x390057));for(const _0x2f0298 of _0x1f9753){const _0x1d256d=_0x3baa00['MdMFK'](_0x390057,_0x2f0298);_0x250a86[_0x1e9122(0x2a0)](_0x1d256d)&&(_0x1043b4=!![]),_0x3baa00[_0x1e9122(0x2f3)](_0x5c35c5[_0x1e9122(0x335)],0x0)&&_0x5c35c5[_0x1e9122(0x2a0)](_0x1d256d)&&(_0x2da813=!![]);}const _0x4c0211=_0x3baa00[_0x1e9122(0x1dc)](_0x2da813,!_0x1043b4);return logger[_0x1e9122(0x342)](_0x1e9122(0x108)+(_0x2420a?.['getPlatformIndex']?.()||_0x3baa00[_0x1e9122(0x2e9)])+_0x1e9122(0x1e8)+_0x4c0211+_0x1e9122(0x175)+JSON[_0x1e9122(0x1a8)](_0x1f9753)+_0x1e9122(0x33e)+JSON[_0x1e9122(0x1a8)](_0x1af8e2)+',\x20excludeTags='+JSON[_0x1e9122(0x1a8)](_0x501ef3)),_0x4c0211;}catch(_0x5d4688){return logger[_0x1e9122(0x342)]('[platform\x20-\x20'+(_0x2420a?.[_0x1e9122(0x30a)]?.()||_0x3baa00[_0x1e9122(0x2e9)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x5d4688[_0x1e9122(0x2e0)]),![];}}async[a112_0x40a947(0x1a5)](_0x37c25a){const _0x3b954e=a112_0x40a947,_0x2e8de6={};_0x2e8de6[_0x3b954e(0x2d1)]=function(_0x4454f5,_0x42dc13){return _0x4454f5!==_0x42dc13;},_0x2e8de6[_0x3b954e(0x251)]=_0x3b954e(0x1b0),_0x2e8de6[_0x3b954e(0x252)]=function(_0x5bc648,_0x1fd87a){return _0x5bc648!==_0x1fd87a;},_0x2e8de6['YLwxx']='jest',_0x2e8de6[_0x3b954e(0x344)]='testcafe',_0x2e8de6[_0x3b954e(0x179)]=function(_0x42ccac,_0x4526de){return _0x42ccac!==_0x4526de;},_0x2e8de6[_0x3b954e(0x2c8)]=function(_0x5639b5,_0x4b3263){return _0x5639b5===_0x4b3263;},_0x2e8de6['EnCLY']=_0x3b954e(0x104),_0x2e8de6[_0x3b954e(0x2d5)]=function(_0x2713d3,_0x14bb6d){return _0x2713d3===_0x14bb6d;},_0x2e8de6[_0x3b954e(0xed)]=function(_0x26c1c3,_0xfa6e2a){return _0x26c1c3&&_0xfa6e2a;},_0x2e8de6[_0x3b954e(0x218)]='TEST_INIT',_0x2e8de6[_0x3b954e(0x17d)]=_0x3b954e(0x1e0),_0x2e8de6[_0x3b954e(0x115)]=_0x3b954e(0x22b),_0x2e8de6[_0x3b954e(0x304)]='DRIVER_INIT',_0x2e8de6[_0x3b954e(0x191)]=function(_0x4d48ee,_0x2b00df){return _0x4d48ee===_0x2b00df;},_0x2e8de6['eHGhb']='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x2e8de6[_0x3b954e(0x187)]='Unknown\x20Test',_0x2e8de6[_0x3b954e(0x1a2)]=function(_0x24d1db,_0x450d9e){return _0x24d1db>_0x450d9e;},_0x2e8de6[_0x3b954e(0x32b)]='function',_0x2e8de6['MFXeR']='test_tags',_0x2e8de6[_0x3b954e(0x336)]=function(_0x169bc1,_0x40a8c4){return _0x169bc1&&_0x40a8c4;},_0x2e8de6[_0x3b954e(0x32c)]=_0x3b954e(0x1ca);const _0x5066d6=_0x2e8de6;if(_0x5066d6['tknqG'](_0x37c25a[_0x3b954e(0x27b)],_0x5066d6[_0x3b954e(0x251)])&&_0x5066d6[_0x3b954e(0x252)](_0x37c25a[_0x3b954e(0x27b)],_0x5066d6[_0x3b954e(0xec)])&&_0x5066d6['tknqG'](_0x37c25a[_0x3b954e(0x27b)],_0x5066d6[_0x3b954e(0x344)])&&_0x5066d6[_0x3b954e(0x179)](_0x37c25a[_0x3b954e(0x27b)],FRAMEWORKS['NODE_GENERIC'])){logger['debug'](_0x3b954e(0x308)+_0x37c25a[_0x3b954e(0x27b)]+')');return;}try{const _0x3b3153=AutomationFramework[_0x3b954e(0x21f)](),_0x429e4c=TestFramework['getTrackedInstance'](),_0x3d6b40=_0x37c25a[_0x3b954e(0x137)]||global[_0x3b954e(0x181)]?.[_0x3b954e(0x2f9)]||null;if(_0x5066d6[_0x3b954e(0x2c8)](_0x37c25a[_0x3b954e(0x27b)],_0x5066d6['SwZrb'])){const _0x1664ab=_0x37c25a['platformCaps']||_0x3b3153&&_0x3b3153[_0x3b954e(0x176)]&&_0x3b3153[_0x3b954e(0x176)]()||_0x3b3153&&_0x3b3153[_0x3b954e(0x1c9)]&&_0x3b3153['getCapabilities']()||{},_0x30693e=_0x37c25a[_0x3b954e(0x145)]||null,_0x4233a4=this[_0x3b954e(0x2f1)](_0x3b3153,_0x1664ab,_0x30693e),_0x1848c9=CLIUtils[_0x3b954e(0x1ba)]();this[_0x3b954e(0x16c)][_0x3b954e(0x1c3)](_0x1848c9,_0x4233a4);global[_0x3b954e(0x2b9)]?.[_0x3b954e(0x2b5)]&&global[_0x3b954e(0x2b9)][_0x3b954e(0x2b5)]()['setShouldScan'](_0x4233a4);_0x4233a4?(global[_0x3b954e(0x10a)]=!![],process[_0x3b954e(0x25c)][_0x3b954e(0x2d7)]=_0x5066d6[_0x3b954e(0x2d0)]):global[_0x3b954e(0x10a)]=![];logger['debug'](_0x3b954e(0x1fb)+_0x4233a4);return;}if(_0x5066d6[_0x3b954e(0x2d5)](_0x37c25a[_0x3b954e(0x27b)],FRAMEWORKS[_0x3b954e(0x2fc)])){const _0x288cb8=_0x37c25a['testData']||{},_0x522c34=_0x288cb8[TestFrameworkConstants[_0x3b954e(0x1d4)]],_0x1da125=_0x288cb8[TestFrameworkConstants[_0x3b954e(0x18d)]]||'',_0x1288e0=(Array[_0x3b954e(0x20c)](_0x522c34)?_0x522c34[_0x3b954e(0x325)](_0x1da125)[_0x3b954e(0x322)]('\x20'):_0x1da125)['trim'](),_0x37d62c=_0x37c25a[_0x3b954e(0x270)]||_0x3b3153&&_0x3b3153[_0x3b954e(0x176)]&&_0x3b3153[_0x3b954e(0x176)]()||_0x3b3153&&_0x3b3153[_0x3b954e(0x1c9)]&&_0x3b3153['getCapabilities']()||{},_0x51fbda=this['isPlatformSupported'](_0x3b3153,_0x37d62c,_0x37c25a['launchCaps']||null),_0x380a51=this[_0x3b954e(0x1b2)](_0x1288e0,_0x3b3153,FRAMEWORKS['NODE_GENERIC']),_0x499fc9=_0x5066d6[_0x3b954e(0xed)](_0x51fbda,_0x380a51),_0x1cb199=CLIUtils[_0x3b954e(0x1ba)]();this[_0x3b954e(0x16c)][_0x3b954e(0x1c3)](_0x1cb199,_0x499fc9);global[_0x3b954e(0x2b9)]?.['getContext']&&global[_0x3b954e(0x2b9)][_0x3b954e(0x2b5)]()[_0x3b954e(0x2ea)](_0x499fc9);_0x499fc9?(global[_0x3b954e(0x10a)]=!![],process[_0x3b954e(0x25c)][_0x3b954e(0x2d7)]=_0x5066d6[_0x3b954e(0x2d0)],this['applySendMessageToServerPatch']()):global[_0x3b954e(0x10a)]=![];_0x429e4c&&_0x429e4c[_0x3b954e(0x1a0)](_0x5066d6[_0x3b954e(0x218)],!![]);logger[_0x3b954e(0x342)]('[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported='+_0x51fbda+_0x3b954e(0x2bc)+_0x380a51+_0x3b954e(0x21c)+_0x1288e0);return;}if(!_0x3d6b40){_0x429e4c&&_0x429e4c[_0x3b954e(0x1a0)](_0x5066d6[_0x3b954e(0x218)],!![]);logger[_0x3b954e(0x342)](_0x5066d6[_0x3b954e(0x17d)]);return;}logger[_0x3b954e(0x342)](_0x5066d6[_0x3b954e(0x115)]);const _0x22d16a=_0x429e4c?.[_0x3b954e(0x1db)](_0x5066d6[_0x3b954e(0x304)],![]),_0x5a595b=_0x429e4c?.[_0x3b954e(0x1db)](_0x5066d6['OQLBI'],![]);if(_0x5066d6['FScPn'](_0x22d16a,![])&&_0x5066d6[_0x3b954e(0x191)](_0x5a595b,![])){_0x429e4c&&_0x429e4c[_0x3b954e(0x1a0)](_0x5066d6[_0x3b954e(0x304)],!![]);logger[_0x3b954e(0x342)](_0x5066d6['eHGhb']);return;}_0x429e4c&&_0x429e4c[_0x3b954e(0x1a0)](_0x5066d6[_0x3b954e(0x218)],!![]);let _0x4bd7e0,_0xd85e6a;const _0x576d1e=_0x37c25a[_0x3b954e(0x27b)]||_0x5066d6[_0x3b954e(0x251)];if(_0x5066d6['liwRl'](_0x576d1e,_0x5066d6['YLwxx'])){_0xd85e6a=_0x37c25a[_0x3b954e(0xf6)]?.[_0x3b954e(0x281)]||_0x37c25a[_0x3b954e(0xf6)]?.['id']||global[_0x3b954e(0x157)]||global[_0x3b954e(0x181)]?.[_0x3b954e(0xe1)]?.[_0x3b954e(0x281)]||global['__workerDetails']?.[_0x3b954e(0xe1)]?.['id'];const _0x1f4a0d=_0x429e4c?.[_0x3b954e(0x1a3)]()?.[_0x3b954e(0x1a4)](_0xd85e6a);if(_0x1f4a0d&&_0x1f4a0d[TestFrameworkConstants[_0x3b954e(0x18d)]])_0x4bd7e0=_0x1f4a0d[TestFrameworkConstants[_0x3b954e(0x18d)]];else{if(_0x37c25a[_0x3b954e(0xf6)]?.[_0x3b954e(0x1de)])_0x4bd7e0=_0x37c25a['testInfo'][_0x3b954e(0x1de)];else global[_0x3b954e(0x181)]?.['currentTest']?.[_0x3b954e(0xf6)]?.[_0x3b954e(0x1de)]?_0x4bd7e0=global['__workerDetails']['currentTest'][_0x3b954e(0xf6)][_0x3b954e(0x1de)]:_0x4bd7e0=_0x5066d6[_0x3b954e(0x187)];}logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0xd85e6a+_0x3b954e(0x21c)+JSON['stringify'](_0x4bd7e0));}else{_0xd85e6a=this[_0x3b954e(0x17e)](_0x37c25a);const _0x4d9c73=TestInfo['getTestDetails'](_0xd85e6a);let _0x369a28=[];if(_0x4d9c73&&Array[_0x3b954e(0x20c)](_0x4d9c73[_0x3b954e(0x1e4)])&&_0x5066d6[_0x3b954e(0x1a2)](_0x4d9c73[_0x3b954e(0x1e4)][_0x3b954e(0x323)],0x0))_0x369a28=_0x4d9c73['test_tags'];else{if(_0x429e4c){const _0x2673b5=_0x5066d6[_0x3b954e(0x2d5)](typeof _0x429e4c[_0x3b954e(0x1db)],_0x5066d6['lheaL'])?_0x429e4c['getData'](_0x5066d6[_0x3b954e(0x23f)],[]):_0x429e4c[_0x3b954e(0x1e4)]||[];Array[_0x3b954e(0x20c)](_0x2673b5)&&(_0x369a28=_0x2673b5);}}_0x4bd7e0=_0x369a28;}logger[_0x3b954e(0x272)](_0x3b954e(0x103)+JSON[_0x3b954e(0x1a8)](_0x4bd7e0));const _0x531573=this[_0x3b954e(0x2f1)](_0x3b3153,_0x37c25a[_0x3b954e(0x270)],_0x37c25a[_0x3b954e(0x145)]);logger[_0x3b954e(0x342)](_0x3b954e(0x2fd)+_0x531573+_0x3b954e(0x283)+this[_0x3b954e(0x152)]);const _0x33d7b0=this[_0x3b954e(0x1b2)](_0x4bd7e0,_0x3b3153,_0x576d1e),_0x575651=_0x5066d6[_0x3b954e(0x336)](_0x531573,_0x33d7b0),_0x3d5a66=CLIUtils[_0x3b954e(0x1ba)]();this[_0x3b954e(0x16c)][_0x3b954e(0x1c3)](_0x3d5a66,_0x575651),global['Context']?.['getContext']&&global['Context'][_0x3b954e(0x2b5)]()[_0x3b954e(0x2ea)](_0x575651),logger[_0x3b954e(0x342)]('[platform\x20-\x20'+(_0x3b3153?.[_0x3b954e(0x30a)]?.()||_0x5066d6[_0x3b954e(0x32c)])+_0x3b954e(0x2c2)+_0x575651),_0x575651?(global[_0x3b954e(0x10a)]=!![],process[_0x3b954e(0x25c)][_0x3b954e(0x2d7)]=_0x5066d6['EnCLY'],this[_0x3b954e(0x15e)]()):global[_0x3b954e(0x10a)]=![];}catch(_0x2aa9b6){logger[_0x3b954e(0x113)](_0x3b954e(0x1d8)+(_0x2aa9b6[_0x3b954e(0x31e)]||_0x2aa9b6[_0x3b954e(0x2e0)]));const _0x2ac7e1=CLIUtils[_0x3b954e(0x1ba)]();this[_0x3b954e(0x16c)][_0x3b954e(0x1c3)](_0x2ac7e1,![]),global['accessibilityPlatform']=![];}}[a112_0x40a947(0x1b3)](){const _0x426670=a112_0x40a947;return this[_0x426670(0x256)]['find'](_0x3011c1=>_0x3011c1[_0x426670(0x202)]()===_0x426670(0xe2))?.[_0x426670(0x214)]()||'';}['getCapabilityValue'](_0x36f2d8){const _0x4013a4=a112_0x40a947;try{const _0x1ba932=this[_0x4013a4(0x161)]?.[_0x4013a4(0x1e3)]?.[_0x4013a4(0x22d)]||[],_0x42db4a=_0x1ba932[_0x4013a4(0x2ef)](_0x26f986=>_0x26f986[_0x4013a4(0x18f)]===_0x36f2d8);return _0x42db4a?_0x42db4a['value']:null;}catch(_0x2df338){return logger[_0x4013a4(0x342)](_0x4013a4(0x160)+_0x36f2d8+':\x20'+_0x2df338[_0x4013a4(0x2e0)]),null;}}async[a112_0x40a947(0x200)](_0x23176d,_0x2336e1){const _0x1b74e6=a112_0x40a947,_0x10c4be={};_0x10c4be['PyEXf']=_0x1b74e6(0x15a);const _0x34db74=_0x10c4be,_0x278736=_0x23176d[_0x1b74e6(0x22c)]()[_0x1b74e6(0x265)]();this[_0x1b74e6(0x12c)](_0x278736,_0x34db74[_0x1b74e6(0x280)]),this['capabilities']=_0x278736['getCapabilitiesList'](),await this[_0x1b74e6(0x220)](this[_0x1b74e6(0x256)],_0x2336e1[_0x1b74e6(0x145)]);}[a112_0x40a947(0x122)](_0x38a3a1,_0x593df4){const _0x2db6bc=a112_0x40a947,_0x5b12f3={};_0x5b12f3[_0x2db6bc(0x1cd)]=function(_0x4eea1d,_0x4689c3){return _0x4eea1d===_0x4689c3;},_0x5b12f3[_0x2db6bc(0x25e)]=_0x2db6bc(0x105);const _0x5995dd=_0x5b12f3;try{const _0x30f582=(_0x38a3a1['getCapabilitiesList']()||[])['find'](_0x3519e4=>_0x3519e4[_0x2db6bc(0x202)]()===_0x2db6bc(0xe2));if(!_0x30f582)return null;const _0x2ea911=_0x30f582[_0x2db6bc(0x214)]();if(!_0x2ea911)return null;const _0x264f3f=_0x5995dd[_0x2db6bc(0x1cd)](typeof _0x2ea911,_0x5995dd['EkcOR'])?JSON[_0x2db6bc(0x307)](_0x2ea911):_0x2ea911;return logger[_0x2db6bc(0x342)](_0x2db6bc(0x12b)+_0x593df4+_0x2db6bc(0x321)),_0x264f3f;}catch(_0x530b58){return logger[_0x2db6bc(0x342)](_0x2db6bc(0x313)+_0x593df4+_0x2db6bc(0x32d)+_0x530b58[_0x2db6bc(0x2e0)]),null;}}[a112_0x40a947(0x12c)](_0x331900,_0x3f4f14){const _0x361b95=a112_0x40a947,_0x57b86e={};_0x57b86e[_0x361b95(0x211)]=function(_0x5b9bde,_0x2a44ff){return _0x5b9bde>_0x2a44ff;},_0x57b86e[_0x361b95(0x2c7)]=_0x361b95(0x1bf),_0x57b86e['fXeLu']=_0x361b95(0x1e5);const _0x160e01=_0x57b86e;try{const _0x4d4877=_0x331900[_0x361b95(0x277)](),_0x1ce6c6=_0x331900[_0x361b95(0x222)]()?.[_0x361b95(0x165)](),_0x170d14=this['_readChromeOptionsCapability'](_0x331900,_0x3f4f14);_0x170d14&&(scripts[_0x361b95(0x1ee)]=_0x170d14),_0x4d4877&&_0x160e01['CIsCZ'](_0x4d4877[_0x361b95(0x323)],0x0)?(scripts[_0x361b95(0x109)](_0x4d4877,_0x1ce6c6),scripts[_0x361b95(0x17b)](),logger[_0x361b95(0x342)](_0x160e01['xzRdh'])):logger[_0x361b95(0x342)](_0x160e01[_0x361b95(0x227)]);}catch(_0x533752){logger[_0x361b95(0x342)](_0x361b95(0x215)+_0x533752[_0x361b95(0x2e0)]);}}async['setAccessibilityToken'](_0x131d12,_0x3922a0={}){const _0x41fd54=a112_0x40a947,_0x4dbc76={'UptSm':_0x41fd54(0x32f),'VWCgT':_0x41fd54(0x19b),'pSCUL':function(_0x18e53b,_0x2164fb){return _0x18e53b===_0x2164fb;},'GGJRU':_0x41fd54(0x30e),'xmcXe':function(_0x35cbb9,_0x4f2e49){return _0x35cbb9(_0x4f2e49);},'uuwrO':'crypto','mXHZu':_0x41fd54(0x23a),'mdICh':_0x41fd54(0x134),'LHYPx':function(_0x1b6a9b,_0x2dbea7){return _0x1b6a9b||_0x2dbea7;},'DUXCm':_0x41fd54(0x124),'qxwwA':function(_0x402e9d,_0x397307){return _0x402e9d(_0x397307);},'iHgqQ':_0x41fd54(0x223),'QiNqt':_0x41fd54(0x1ad),'Uydny':_0x41fd54(0x33b),'ZmEOR':_0x41fd54(0x247),'DLJSQ':_0x41fd54(0x236),'KFPdU':'browserstack.accessibilityOptions.scannerVersion','BoBqj':'scannerProcessingTimeout','WOfqv':_0x41fd54(0x2f0),'qYUpv':function(_0x54f3cb,_0x5ebb9b){return _0x54f3cb===_0x5ebb9b;},'xUQsG':'isMobileScanningEnabledForGroup','vpFtk':_0x41fd54(0x104)};global['__accessibilityOptions']=global[_0x41fd54(0xe0)]||{};const _0xa34bc2=Array[_0x41fd54(0x20c)](_0x131d12)?_0x131d12[_0x41fd54(0x323)]:_0x4dbc76['UptSm'];logger[_0x41fd54(0x342)](_0x41fd54(0x295)+_0xa34bc2+_0x41fd54(0x2be)+(process[_0x41fd54(0x25c)][_0x41fd54(0x20e)]||_0x4dbc76[_0x41fd54(0x130)])+_0x41fd54(0x32e)+process[_0x41fd54(0x24c)]);for(const _0x45a78f of _0x131d12){logger[_0x41fd54(0x342)]('[AccessibilityModule.setAccessibilityToken]\x20cap\x20name='+_0x45a78f[_0x41fd54(0x202)]());if(_0x4dbc76[_0x41fd54(0x31d)](_0x45a78f[_0x41fd54(0x202)](),_0x4dbc76[_0x41fd54(0x1d9)])){const _0x526985=_0x45a78f[_0x41fd54(0x214)](),_0x4f32a5=_0x526985?_0x4dbc76['xmcXe'](require,_0x4dbc76[_0x41fd54(0x20d)])[_0x41fd54(0x2ac)](_0x4dbc76['mXHZu'])[_0x41fd54(0x29a)](_0x526985)[_0x41fd54(0x2f8)](_0x4dbc76['mdICh'])[_0x41fd54(0x250)](0x0,0x8):'';logger[_0x41fd54(0x272)]('[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len='+_0x4dbc76['LHYPx'](_0x526985,'')[_0x41fd54(0x323)]+'\x20token_fp='+_0x4f32a5+_0x41fd54(0x2be)+(process[_0x41fd54(0x25c)]['JEST_WORKER_ID']||_0x4dbc76[_0x41fd54(0x130)])+_0x41fd54(0x32e)+process[_0x41fd54(0x24c)]),process[_0x41fd54(0x25c)][_0x41fd54(0x207)]=_0x526985,global[_0x41fd54(0xe0)][_0x4dbc76[_0x41fd54(0x17c)]]=_0x526985;const _0x4e9367=_0x4dbc76[_0x41fd54(0xf8)](require,_0x4dbc76[_0x41fd54(0x31a)]),{isTrue:_0x1bbb19}=_0x4dbc76[_0x41fd54(0x192)](require,_0x4dbc76[_0x41fd54(0x18a)]),_0x544dd4=_0x4e9367[_0x41fd54(0x132)](_0x526985);_0x544dd4&&_0x4dbc76['xmcXe'](_0x1bbb19,_0x544dd4[_0x41fd54(0x2d3)])&&(process['env'][_0x41fd54(0x153)]=!![]);}else{if(_0x4dbc76[_0x41fd54(0x31d)](_0x45a78f[_0x41fd54(0x202)](),_0x4dbc76['Uydny']))global[_0x41fd54(0xe0)][_0x4dbc76[_0x41fd54(0xeb)]]=_0x45a78f['getValue']();else{if(_0x4dbc76[_0x41fd54(0x31d)](_0x45a78f[_0x41fd54(0x202)](),_0x4dbc76[_0x41fd54(0x225)]))global[_0x41fd54(0xe0)][_0x4dbc76[_0x41fd54(0x14c)]]=_0x45a78f[_0x41fd54(0x214)]();else{if(_0x4dbc76[_0x41fd54(0x31d)](_0x45a78f['getName'](),_0x4dbc76[_0x41fd54(0x294)]))global[_0x41fd54(0xe0)][_0x4dbc76[_0x41fd54(0x226)]]=_0x45a78f[_0x41fd54(0x214)]();else{if(_0x4dbc76[_0x41fd54(0x13b)](_0x45a78f['getName'](),_0x4dbc76['xUQsG'])){const _0x4ace3d=_0x45a78f[_0x41fd54(0x214)]();process[_0x41fd54(0x25c)][_0x41fd54(0x2c5)]=_0x4dbc76[_0x41fd54(0x192)](String,_0x4dbc76[_0x41fd54(0x31d)](_0x4ace3d,!![])||_0x4dbc76[_0x41fd54(0x31d)](_0x4ace3d,_0x4dbc76[_0x41fd54(0x1e7)])),logger[_0x41fd54(0x342)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x4ace3d+_0x41fd54(0x337)+process[_0x41fd54(0x25c)][_0x41fd54(0x2c5)]);}}}}}}}async['onAfterTest'](_0x39da4c){const _0x2c9526=a112_0x40a947,_0x491e04={};_0x491e04[_0x2c9526(0x2ec)]=function(_0xb0b1b3,_0x13746a){return _0xb0b1b3!==_0x13746a;},_0x491e04[_0x2c9526(0x319)]=_0x2c9526(0x1b0),_0x491e04['ZGIgf']=function(_0x45ebc2,_0x549eaf){return _0x45ebc2!==_0x549eaf;},_0x491e04[_0x2c9526(0x100)]=_0x2c9526(0x27c),_0x491e04[_0x2c9526(0x117)]=function(_0x3ff0b1,_0x35075c){return _0x3ff0b1!==_0x35075c;},_0x491e04[_0x2c9526(0x2f6)]=_0x2c9526(0x133),_0x491e04[_0x2c9526(0x26c)]=_0x2c9526(0x1ca);const _0x4e5f7d=_0x491e04;if(_0x4e5f7d[_0x2c9526(0x2ec)](_0x39da4c[_0x2c9526(0x27b)],_0x4e5f7d[_0x2c9526(0x319)])&&_0x4e5f7d[_0x2c9526(0x292)](_0x39da4c[_0x2c9526(0x27b)],_0x4e5f7d[_0x2c9526(0x100)])&&_0x4e5f7d[_0x2c9526(0x117)](_0x39da4c[_0x2c9526(0x27b)],_0x4e5f7d['pgtAZ'])&&_0x4e5f7d[_0x2c9526(0x117)](_0x39da4c[_0x2c9526(0x27b)],FRAMEWORKS['NODE_GENERIC'])){logger[_0x2c9526(0x342)](_0x2c9526(0x1f7)+_0x39da4c[_0x2c9526(0x27b)]+')');return;}const _0x131442=_0x39da4c[_0x2c9526(0xf6)]?.[_0x2c9526(0x281)]||_0x39da4c[_0x2c9526(0xf6)]?.['id']||global[_0x2c9526(0x157)];logger[_0x2c9526(0x272)](_0x2c9526(0x24a)+_0x39da4c[_0x2c9526(0x27b)]+_0x2c9526(0x28d)+_0x131442);try{const _0x4b57c8=_0x39da4c[_0x2c9526(0x206)]||AutomationFramework[_0x2c9526(0x21f)](),_0x346a3c=CLIUtils['getCurrentInstanceName'](),_0x3161c8=this['getCurrentAccessibilityStatus']();logger[_0x2c9526(0x342)](_0x2c9526(0x108)+(_0x4b57c8?.[_0x2c9526(0x30a)]?.()||_0x4e5f7d['bAMGw'])+_0x2c9526(0x10c)+_0x3161c8),_0x3161c8&&await this['stopTestCapture'](_0x4b57c8,_0x39da4c),this[_0x2c9526(0x16c)][_0x2c9526(0x2fe)](_0x346a3c),this[_0x2c9526(0x2df)][_0x2c9526(0x2fe)](_0x346a3c);}catch(_0x473f6c){logger['error'](_0x2c9526(0x30b)+(_0x473f6c[_0x2c9526(0x31e)]||_0x473f6c[_0x2c9526(0x2e0)]));}}async['stopTestCapture'](_0x7f73a6,_0x123ba3){const _0x17d990=a112_0x40a947,_0x56d44b={};_0x56d44b[_0x17d990(0x1ec)]=function(_0x5a3dd0,_0x1e9e93){return _0x5a3dd0===_0x1e9e93;},_0x56d44b[_0x17d990(0x162)]=_0x17d990(0x1fe),_0x56d44b[_0x17d990(0x1d6)]=function(_0x3da77c,_0x4b611f){return _0x3da77c===_0x4b611f;},_0x56d44b[_0x17d990(0x1c0)]=_0x17d990(0x27c),_0x56d44b['XPjdh']=_0x17d990(0x1b0),_0x56d44b[_0x17d990(0x27d)]=function(_0x1ee3fa,_0x57a866){return _0x1ee3fa===_0x57a866;},_0x56d44b['RXmiU']=_0x17d990(0x341),_0x56d44b[_0x17d990(0x23e)]=_0x17d990(0x16c),_0x56d44b[_0x17d990(0x19d)]=_0x17d990(0x208),_0x56d44b[_0x17d990(0x11a)]='unknown',_0x56d44b['AIVWU']=_0x17d990(0x16f),_0x56d44b[_0x17d990(0x1f1)]='null',_0x56d44b[_0x17d990(0x2c9)]=function(_0x591734,_0x245414){return _0x591734===_0x245414;},_0x56d44b[_0x17d990(0x167)]=function(_0x301643,_0x2078f4){return _0x301643||_0x2078f4;},_0x56d44b[_0x17d990(0x2f7)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x56d44b[_0x17d990(0x302)]='AUTOMATION_SESSIONS',_0x56d44b[_0x17d990(0x279)]=_0x17d990(0x2f4);const _0x1e1a46=_0x56d44b;try{const _0xf1bdc2=_0x123ba3[_0x17d990(0x27b)]||(_0x1e1a46[_0x17d990(0x1d6)](this[_0x17d990(0x212)]?.['name']?.['toLowerCase'](),_0x1e1a46[_0x17d990(0x1c0)])?_0x1e1a46[_0x17d990(0x1c0)]:_0x1e1a46[_0x17d990(0x168)]);let _0x17ede5='',_0x181dde=null,_0x375441=null;if(_0x1e1a46[_0x17d990(0x27d)](_0xf1bdc2,_0x1e1a46[_0x17d990(0x1c0)])){_0x181dde=_0x123ba3[_0x17d990(0xf6)]?.['testAnalyticsId']||_0x123ba3[_0x17d990(0xf6)]?.['id']||global[_0x17d990(0x157)];if(!_0x181dde){logger[_0x17d990(0x31c)](_0x1e1a46[_0x17d990(0x171)]);return;}try{const _0x4bf8ed=await GrpcClient[_0x17d990(0x21e)]()[_0x17d990(0x1f3)](process['env'][_0x17d990(0x1b1)],_0x1e1a46[_0x17d990(0x23e)],_0x1e1a46[_0x17d990(0x19d)],_0x181dde),_0x5b83e4=AccessibilityModule[_0x17d990(0x151)](null,_0x4bf8ed);_0x17ede5=_0x5b83e4?.[_0x17d990(0x262)]||'',logger['debug']('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x17ede5+_0x17d990(0x155)+_0x181dde),_0x375441=_0x4bf8ed;}catch(_0x262135){logger[_0x17d990(0x113)](_0x17d990(0x331)+_0x262135[_0x17d990(0x2e0)]);return;}}else{const _0x154cae=this[_0x17d990(0x17e)](_0x123ba3);_0x17ede5=TestInfo[_0x17d990(0xee)](_0x154cae);}const _0x597708=((()=>{const _0x23a99e=_0x17d990,_0x47cbaa=(this['accessibilityConfig']?.[_0x23a99e(0x1e3)]?.[_0x23a99e(0x22d)]||[])[_0x23a99e(0x2ef)](_0x4c687f=>(typeof _0x4c687f[_0x23a99e(0x202)]===_0x23a99e(0x1fe)?_0x4c687f['getName']():_0x4c687f['name'])===this[_0x23a99e(0x305)]);return _0x47cbaa?_0x1e1a46[_0x23a99e(0x1ec)](typeof _0x47cbaa[_0x23a99e(0x214)],_0x1e1a46['joyCB'])?_0x47cbaa[_0x23a99e(0x214)]():_0x47cbaa[_0x23a99e(0x32a)]:'';})()),_0xf1050=process[_0x17d990(0x25c)][_0x17d990(0x1cc)]||'';logger[_0x17d990(0x342)](_0x17d990(0x108)+(_0x7f73a6?.[_0x17d990(0x30a)]?.()||_0x1e1a46[_0x17d990(0x11a)])+_0x17d990(0x209)+_0x17ede5+_0x17d990(0x29b)+_0x597708+_0x17d990(0x2ae)+(_0xf1050?_0x1e1a46[_0x17d990(0xea)]:_0x1e1a46['gOeEJ']));let _0x32259e;if(_0x1e1a46['dWcMG'](_0xf1bdc2,_0x1e1a46[_0x17d990(0x1c0)]))_0x32259e=AccessibilityModule[_0x17d990(0x151)](_0x17ede5,_0x375441);else{const _0x3f5566=await GrpcClient[_0x17d990(0x21e)]()[_0x17d990(0x1f3)](process[_0x17d990(0x25c)][_0x17d990(0x1b1)],_0x1e1a46[_0x17d990(0x23e)],_0x1e1a46[_0x17d990(0x19d)]);_0x32259e=AccessibilityModule['loadDriverExecuteParams'](_0x17ede5,_0x3f5566);}logger[_0x17d990(0x342)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x17d990(0x1a8)](_0x32259e));const _0x1e0cd5=Object[_0x17d990(0x221)]({},{'thTestRunUuid':_0x1e1a46['JmsFd'](_0x17ede5,''),'thBuildUuid':_0x1e1a46['JmsFd'](_0x597708,''),'thJwtToken':_0x1e1a46[_0x17d990(0x167)](_0xf1050,'')},_0x32259e);!this[_0x17d990(0x152)]&&this[_0x17d990(0x232)]()&&(_0x1e0cd5[_0x17d990(0x259)]=!![],logger['debug'](_0x1e1a46[_0x17d990(0x2f7)]));logger['debug'](_0x17d990(0x106)+_0x17ede5+_0x17d990(0x283)+this[_0x17d990(0x152)]);let _0x4696e7=global[_0x17d990(0x181)]?.[_0x17d990(0x2f9)]||null;!_0x4696e7&&(_0x4696e7=AutomationFramework[_0x17d990(0x150)](_0x7f73a6,_0x1e1a46['FDfxt'],null)),!_0x4696e7&&(_0x4696e7=AutomationFramework['getState'](_0x7f73a6,_0x1e1a46[_0x17d990(0x279)],null)),await this['finishScanningForCli'](this[_0x17d990(0x306)](),_0x17ede5,_0x4696e7,_0x1e0cd5,this[_0x17d990(0x152)]);}catch(_0x188aa8){logger[_0x17d990(0x113)]('Error\x20in\x20stopTestCapture:\x20'+(_0x188aa8['stack']||_0x188aa8[_0x17d990(0x2e0)]));}}async[a112_0x40a947(0x156)](_0x1094e4,_0xe8efc2,_0x3914b5,_0x5c793c,_0x1f8bde){const _0x592298=a112_0x40a947,_0x41d506={};_0x41d506[_0x592298(0x239)]=_0x592298(0x208),_0x41d506[_0x592298(0x14e)]=function(_0x50965d,_0x4e47fa){return _0x50965d&&_0x4e47fa;},_0x41d506[_0x592298(0x1cb)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x41d506['domSY']=function(_0x4940b5,_0xa67c88){return _0x4940b5===_0xa67c88;},_0x41d506[_0x592298(0x254)]='null',_0x41d506[_0x592298(0x1b8)]=_0x592298(0xf4),_0x41d506['qbRNw']=_0x592298(0x22f),_0x41d506['aJhuI']=_0x592298(0x1c4),_0x41d506[_0x592298(0x257)]=_0x592298(0x15b),_0x41d506[_0x592298(0x1c5)]=function(_0x239373,_0x19270d){return _0x239373&&_0x19270d;},_0x41d506[_0x592298(0x244)]=_0x592298(0x183),_0x41d506[_0x592298(0x27a)]=_0x592298(0x1a1),_0x41d506['PsMca']='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x21569a=_0x41d506;try{const _0x47c37d=this['getScriptByName'](_0x21569a[_0x592298(0x239)]);if(_0x21569a['ozyJs'](!_0x1f8bde,!_0x47c37d)){logger[_0x592298(0x342)](_0x21569a[_0x592298(0x1cb)]);return;}if(!_0xe8efc2||_0x21569a[_0x592298(0x2b7)](_0xe8efc2,_0x21569a[_0x592298(0x254)])||_0x21569a[_0x592298(0x2b7)](_0xe8efc2,'')){logger[_0x592298(0x342)](_0x21569a[_0x592298(0x1b8)]);return;}logger['debug'](_0x592298(0xe8)+JSON[_0x592298(0x1a8)](_0x5c793c)),_0x1094e4&&(logger[_0x592298(0x342)](_0x21569a[_0x592298(0x278)]),await this[_0x592298(0xf5)](_0x3914b5,_0xe8efc2,_0x21569a[_0x592298(0xfe)],_0x5c793c,_0x1f8bde,_0x21569a[_0x592298(0x257)]),_0x21569a['SoQPf'](!_0x1f8bde,_0x47c37d)&&(logger['debug'](_0x21569a[_0x592298(0x244)]),await PerformanceTester[_0x592298(0x205)](_0x21569a['FUWqw'],async()=>{const _0x428002=_0x592298;await this[_0x428002(0xf5)](_0x3914b5,_0xe8efc2,_0x21569a[_0x428002(0x239)],_0x5c793c,_0x1f8bde,_0x21569a[_0x428002(0x239)]);})()),logger[_0x592298(0x272)](_0x21569a[_0x592298(0x112)]));}catch(_0x43eb2e){logger[_0x592298(0x113)]('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x43eb2e[_0x592298(0x31e)]||_0x43eb2e[_0x592298(0x2e0)]));}}async[a112_0x40a947(0x334)](_0x4172d4){const _0x567c9c=a112_0x40a947,_0x60ce57={};_0x60ce57[_0x567c9c(0x296)]=function(_0x56bb00,_0x1cb5e3){return _0x56bb00!==_0x1cb5e3;},_0x60ce57[_0x567c9c(0x11d)]=_0x567c9c(0x1b0),_0x60ce57[_0x567c9c(0x266)]=function(_0x2759da,_0x3a5047){return _0x2759da!==_0x3a5047;},_0x60ce57['TOjIS']='jest',_0x60ce57[_0x567c9c(0x1f6)]='testcafe',_0x60ce57[_0x567c9c(0x2dd)]=function(_0x495450,_0x374478){return _0x495450!==_0x374478;},_0x60ce57['gFvzd']=_0x567c9c(0x1ca),_0x60ce57[_0x567c9c(0x2ab)]=_0x567c9c(0x16a),_0x60ce57['zAyvP']=function(_0xe9644d,_0x13c557){return _0xe9644d&&_0x13c557;},_0x60ce57[_0x567c9c(0x312)]=function(_0x28f7c8,_0x1796a5){return _0x28f7c8===_0x1796a5;},_0x60ce57[_0x567c9c(0x10f)]=_0x567c9c(0x2cc),_0x60ce57[_0x567c9c(0x13a)]=_0x567c9c(0x16c),_0x60ce57[_0x567c9c(0x16b)]=_0x567c9c(0x2d2),_0x60ce57[_0x567c9c(0x2bb)]=_0x567c9c(0x315),_0x60ce57[_0x567c9c(0x2cf)]=_0x567c9c(0x30f),_0x60ce57[_0x567c9c(0x2b3)]=function(_0x4fc824,_0x56899e){return _0x4fc824===_0x56899e;},_0x60ce57[_0x567c9c(0xdd)]=_0x567c9c(0x15b),_0x60ce57[_0x567c9c(0x1ac)]=_0x567c9c(0x197);const _0x146f6d=_0x60ce57;if(_0x146f6d[_0x567c9c(0x296)](_0x4172d4[_0x567c9c(0x27b)],_0x146f6d[_0x567c9c(0x11d)])&&_0x146f6d['olpQz'](_0x4172d4[_0x567c9c(0x27b)],_0x146f6d[_0x567c9c(0x12a)])&&_0x146f6d[_0x567c9c(0x296)](_0x4172d4[_0x567c9c(0x27b)],_0x146f6d[_0x567c9c(0x1f6)])&&_0x146f6d['LbhJC'](_0x4172d4[_0x567c9c(0x27b)],FRAMEWORKS[_0x567c9c(0x2fc)])){logger[_0x567c9c(0x342)](_0x567c9c(0x201)+_0x4172d4[_0x567c9c(0x27b)]+')');return;}logger[_0x567c9c(0x342)](_0x567c9c(0x300)+(_0x4172d4[_0x567c9c(0x199)]||_0x146f6d[_0x567c9c(0x177)])+_0x567c9c(0x1f9)+_0x4172d4[_0x567c9c(0x27b)]);try{const _0x26bce8=_0x4172d4[_0x567c9c(0x206)]||AutomationFramework[_0x567c9c(0x21f)](),_0x1758b2=TestFramework[_0x567c9c(0x21f)](),_0x197975=_0x4172d4['commandName']||_0x4172d4['command']?.[_0x567c9c(0x202)]();if(!_0x197975){logger['debug'](_0x146f6d[_0x567c9c(0x2ab)]);return;}if(!this[_0x567c9c(0x306)]()){logger[_0x567c9c(0x342)](_0x567c9c(0xfb)+_0x197975);return;}if(!this[_0x567c9c(0x1ce)](_0x197975)){logger[_0x567c9c(0x342)]('onBeforeExecute:\x20Command\x20'+_0x197975+_0x567c9c(0x172));return;}const _0x252308=_0x4172d4[_0x567c9c(0x137)]||global[_0x567c9c(0x181)]?.['pwPage'],_0x24f99a=_0x4172d4[_0x567c9c(0x314)]||null;if(_0x146f6d[_0x567c9c(0x17f)](!_0x252308,!_0x24f99a)){logger['debug'](_0x567c9c(0x1a7)+_0x197975);return;}let _0x3c53aa='',_0x1a493f=null;if(_0x146f6d[_0x567c9c(0x312)](_0x4172d4[_0x567c9c(0x27b)],_0x146f6d[_0x567c9c(0x12a)])){_0x1a493f=_0x4172d4[_0x567c9c(0xf6)]?.[_0x567c9c(0x281)]||_0x4172d4[_0x567c9c(0xf6)]?.['id']||global[_0x567c9c(0x157)];if(!_0x1a493f){logger[_0x567c9c(0x31c)](_0x146f6d['hvcUJ']);return;}try{const _0x48a52c=await GrpcClient[_0x567c9c(0x21e)]()[_0x567c9c(0x1f3)](process[_0x567c9c(0x25c)][_0x567c9c(0x1b1)],_0x146f6d['vCZSQ'],_0x146f6d[_0x567c9c(0x16b)],_0x1a493f),_0x19595d=AccessibilityModule[_0x567c9c(0x151)](null,_0x48a52c);_0x3c53aa=_0x19595d?.[_0x567c9c(0x262)]||'',logger[_0x567c9c(0x342)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x3c53aa+_0x567c9c(0x155)+_0x1a493f);}catch(_0x218051){logger['error']('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x218051[_0x567c9c(0x2e0)]);return;}}else _0x146f6d[_0x567c9c(0x312)](_0x4172d4[_0x567c9c(0x27b)],FRAMEWORKS[_0x567c9c(0x2fc)])?_0x3c53aa=_0x4172d4['testRunId']||'':(_0x3c53aa=this['getCapabilityValue'](_0x146f6d[_0x567c9c(0x2bb)])||'',!_0x3c53aa&&this['isMobileWebSession']()&&(_0x3c53aa=accessibilityHelper[_0x567c9c(0x2af)]()));const _0x6547be=this[_0x567c9c(0x126)](_0x146f6d['KRubu'])||this['accessibilityConfig'][this[_0x567c9c(0x305)]]||null,_0x43fd59=process[_0x567c9c(0x25c)][_0x567c9c(0x1cc)]||'',_0x384963=this['getParamsForScanForCli'](_0x197975,_0x3c53aa,_0x6547be,_0x43fd59),_0xc5053c=_0x146f6d[_0x567c9c(0x2b3)](_0x4172d4[_0x567c9c(0x27b)],_0x146f6d[_0x567c9c(0x12a)])?await AccessibilityModule[_0x567c9c(0x237)](_0x146f6d['TfZEj'],_0x3c53aa,_0x1a493f):await AccessibilityModule[_0x567c9c(0x237)](_0x146f6d[_0x567c9c(0xdd)],_0x3c53aa);logger[_0x567c9c(0x272)](_0x567c9c(0x243)+(_0x384963?JSON['stringify'](_0x384963):_0x146f6d['xwfGF']));let _0x43cecd=CLIUtils[_0x567c9c(0x34d)](_0x384963,_0xc5053c);if(this['isAppAccessibility']){const _0x118a11=process[_0x567c9c(0x25c)][_0x567c9c(0x207)]||'';_0x43cecd[_0x567c9c(0x114)]&&(_0x43cecd[_0x567c9c(0x185)]=_0x43cecd[_0x567c9c(0x114)],delete _0x43cecd['centralAuthToken']),_0x43cecd=Object[_0x567c9c(0x221)]({},_0x43cecd,{'authHeader':_0x43cecd[_0x567c9c(0x120)]||_0x118a11,'method':_0x197975,'scanTimestamp':Date[_0x567c9c(0x1be)]()[_0x567c9c(0x2a4)]()});}logger[_0x567c9c(0x272)](_0x567c9c(0x173)+(_0x43cecd?JSON[_0x567c9c(0x1a8)](_0x43cecd):_0x146f6d[_0x567c9c(0x1ac)])),logger[_0x567c9c(0x342)](_0x567c9c(0x13f)+_0x197975);const _0x2eccbf=this[_0x567c9c(0x152)]?_0x24f99a:_0x252308,_0x19ed1f=await this[_0x567c9c(0xf5)](_0x2eccbf,_0x3c53aa,_0x197975,_0x43cecd,this['isAppAccessibility']);logger[_0x567c9c(0x342)](_0x567c9c(0x135)+_0x197975+_0x567c9c(0x148)+JSON[_0x567c9c(0x1a8)](_0x19ed1f));}catch(_0x340709){logger[_0x567c9c(0x113)](_0x567c9c(0x347)+(_0x340709[_0x567c9c(0x31e)]||_0x340709['message']));}}[a112_0x40a947(0x139)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x206004){const _0x22abec=a112_0x40a947,_0x325d96=CLIUtils[_0x22abec(0x1ba)]();this['accessibility'][_0x22abec(0x1c3)](_0x325d96,_0x206004);}async[a112_0x40a947(0x224)](_0x2cea4e){const _0x4331fe=a112_0x40a947,_0x1ad4b2={};_0x1ad4b2[_0x4331fe(0xdb)]=_0x4331fe(0x1ca);const _0x3b7ae9=_0x1ad4b2;try{const _0x7aa609=_0x2cea4e[_0x4331fe(0x206)]||AutomationFramework['getTrackedInstance'](),_0x2470ed=_0x7aa609?.[_0x4331fe(0x1db)]?.()?.[_0x4331fe(0x1a4)]?.(this[_0x4331fe(0x26d)])||![];if(_0x2470ed)return;PerformanceTester[_0x4331fe(0x27f)](EVENTS[_0x4331fe(0x1bb)]);const _0x1c670b=await GrpcClient[_0x4331fe(0x21e)]()[_0x4331fe(0x1d0)](_0x2cea4e);_0x1c670b&&_0x1c670b[_0x4331fe(0x22c)]&&_0x1c670b['getAccessibility']()&&_0x1c670b[_0x4331fe(0x22c)]()[_0x4331fe(0x348)]()?(await this[_0x4331fe(0x1d7)](_0x1c670b,_0x2cea4e),_0x7aa609?.[_0x4331fe(0x1db)]&&_0x7aa609['getData']()[_0x4331fe(0x1c3)](this['KEY_INIT'],!![]),logger[_0x4331fe(0x342)](_0x4331fe(0x108)+(_0x7aa609?.[_0x4331fe(0x30a)]?.()||_0x3b7ae9[_0x4331fe(0xdb)])+_0x4331fe(0x189))):logger[_0x4331fe(0x342)](_0x4331fe(0x108)+(_0x7aa609?.['getPlatformIndex']?.()||_0x3b7ae9[_0x4331fe(0xdb)])+_0x4331fe(0x131)),PerformanceTester[_0x4331fe(0x101)](EVENTS[_0x4331fe(0x1bb)]);}catch(_0xdcc55b){PerformanceTester[_0x4331fe(0x101)](EVENTS[_0x4331fe(0x1bb)],![],_0xdcc55b[_0x4331fe(0x2e0)]),logger[_0x4331fe(0x113)](_0x4331fe(0x309)+(_0xdcc55b[_0x4331fe(0x31e)]||_0xdcc55b['message']));}}async['loadAccessibilityConfig'](_0xe7cb96,_0x4d4609){const _0x28faf1=a112_0x40a947;await this[_0x28faf1(0x200)](_0xe7cb96,_0x4d4609);const _0x239938=_0xe7cb96[_0x28faf1(0x22c)]()[_0x28faf1(0x265)]();if(_0x239938){const _0x19a9a9=_0xe7cb96['getTesthub']&&_0xe7cb96['getTesthub']();_0x19a9a9&&(this[_0x28faf1(0x161)][this[_0x28faf1(0x305)]]=_0x19a9a9['getBuildId']&&_0x19a9a9[_0x28faf1(0x164)]());}}[a112_0x40a947(0x1ce)](_0x2e0fa2){const _0x12d581=a112_0x40a947,_0x2090a6={};_0x2090a6[_0x12d581(0x2e7)]=function(_0x4da6bf,_0xb45130){return _0x4da6bf===_0xb45130;};const _0x23ab15=_0x2090a6;try{if(!_0x2e0fa2)return![];const _0x1b7a8c=this[_0x12d581(0x161)]?.[_0x12d581(0x1e3)]?.[_0x12d581(0xe5)]?.[_0x12d581(0xef)]||[],_0x520703=_0x1b7a8c['some'](_0xbcebac=>{const _0x58717c=_0x12d581;return _0xbcebac['name']&&_0x23ab15[_0x58717c(0x2e7)](_0xbcebac[_0x58717c(0x18f)][_0x58717c(0x26f)](),_0x2e0fa2[_0x58717c(0x26f)]());});return logger[_0x12d581(0x342)](_0x12d581(0x2d8)+_0x2e0fa2+'\x20->\x20'+_0x520703+_0x12d581(0x10b)+JSON[_0x12d581(0x1a8)](_0x1b7a8c['map'](_0x310057=>_0x310057[_0x12d581(0x18f)]))),_0x520703;}catch(_0x5544cf){return logger[_0x12d581(0x342)](_0x12d581(0x299)+_0x5544cf[_0x12d581(0x2e0)]),![];}}['isBrowserstackScriptCommand'](_0x51d0c9){const _0x238f04=a112_0x40a947,_0x5afdd7={};_0x5afdd7['vSubr']=function(_0x2a48d5,_0x1b0cdf){return _0x2a48d5===_0x1b0cdf;},_0x5afdd7[_0x238f04(0x286)]=_0x238f04(0x105),_0x5afdd7[_0x238f04(0x2c6)]='browserstack_executor';const _0x40b736=_0x5afdd7,_0xfb7104=_0x51d0c9[_0x238f04(0x2eb)]&&_0x51d0c9[_0x238f04(0x2eb)]();return _0xfb7104&&_0x40b736['vSubr'](typeof _0xfb7104,_0x40b736[_0x238f04(0x286)])&&_0xfb7104[_0x238f04(0x2f5)](_0x40b736[_0x238f04(0x2c6)]);}[a112_0x40a947(0xe6)](_0x536584){const _0x1168b8=a112_0x40a947,_0x43a8f8={};_0x43a8f8[_0x1168b8(0x2cb)]=function(_0x5e321c,_0x38d20a){return _0x5e321c!==_0x38d20a;},_0x43a8f8[_0x1168b8(0x180)]=_0x1168b8(0x105),_0x43a8f8[_0x1168b8(0x2e6)]=_0x1168b8(0x16c),_0x43a8f8[_0x1168b8(0x1b9)]=_0x1168b8(0x2d2),_0x43a8f8[_0x1168b8(0x28a)]=_0x1168b8(0xe3),_0x43a8f8['uJqvV']='saveTestResults';const _0x3defe8=_0x43a8f8,_0x550d88=_0x536584[_0x1168b8(0x2eb)]&&_0x536584[_0x1168b8(0x2eb)]();if(!_0x550d88||_0x3defe8[_0x1168b8(0x2cb)](typeof _0x550d88,_0x3defe8[_0x1168b8(0x180)]))return![];return _0x550d88[_0x1168b8(0x2f5)](_0x3defe8[_0x1168b8(0x2e6)])||_0x550d88[_0x1168b8(0x2f5)](_0x3defe8[_0x1168b8(0x1b9)])||_0x550d88[_0x1168b8(0x2f5)](_0x3defe8[_0x1168b8(0x28a)])||_0x550d88['includes'](_0x3defe8[_0x1168b8(0x275)]);}['isMobileWebSession'](){const _0x4343f6=a112_0x40a947,_0x13ceee={'KAFxM':function(_0x2a3bc0,_0x8aa569){return _0x2a3bc0===_0x8aa569;},'ZLxmS':_0x4343f6(0x1fe),'YxzxH':function(_0x283680,_0x309040){return _0x283680(_0x309040);},'tsmsR':'platformName','rjRpW':'browserName','OJCkP':function(_0x310118,_0x920eee){return _0x310118===_0x920eee;},'SdROM':_0x4343f6(0x2de),'RiqML':_0x4343f6(0x2a6)};try{const _0x25cbee=this['accessibilityConfig']?.[_0x4343f6(0x1e3)]?.[_0x4343f6(0x22d)]||[],_0x31b690=_0x42b87f=>{const _0x3537be=_0x4343f6,_0x5ed162=_0x25cbee[_0x3537be(0x2ef)](_0x14a649=>(typeof _0x14a649[_0x3537be(0x202)]===_0x3537be(0x1fe)?_0x14a649[_0x3537be(0x202)]():_0x14a649['name'])===_0x42b87f);return _0x5ed162?_0x13ceee[_0x3537be(0x2e2)](typeof _0x5ed162[_0x3537be(0x214)],_0x13ceee[_0x3537be(0x147)])?_0x5ed162[_0x3537be(0x214)]():_0x5ed162['value']:null;},_0x16e55d=_0x13ceee[_0x4343f6(0x290)](_0x31b690,_0x13ceee[_0x4343f6(0x2c0)]),_0x46aca0=_0x13ceee['YxzxH'](_0x31b690,_0x13ceee[_0x4343f6(0x297)]),_0x489d65=global[_0x4343f6(0x166)]||_0x16e55d&&_0x13ceee[_0x4343f6(0x1e2)](_0x13ceee[_0x4343f6(0x290)](String,_0x16e55d)[_0x4343f6(0x26f)](),_0x13ceee[_0x4343f6(0x1a9)])&&_0x46aca0&&_0x13ceee[_0x4343f6(0x290)](String,_0x46aca0)[_0x4343f6(0x26f)]()['includes'](_0x13ceee['RiqML']);if(!_0x489d65)return![];if(!accessibilityHelper[_0x4343f6(0x111)]())return!this['_mobileScanningDisabledLogged']&&(logger['warn'](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0x4343f6(0x2da)]=!![]),![];return!![];}catch(_0x452f1e){return logger[_0x4343f6(0x342)](_0x4343f6(0x1e9)+_0x452f1e[_0x4343f6(0x2e0)]),![];}}[a112_0x40a947(0x13d)](_0x14923c,_0x1ca898,_0x2ae942,_0x8848c6){const _0x5e80b2=a112_0x40a947,_0x23b773={};_0x23b773[_0x5e80b2(0x219)]=function(_0x2e1ba0,_0x5dc6fa){return _0x2e1ba0||_0x5dc6fa;},_0x23b773['tjTMs']=function(_0x1136bf,_0x2e0bb9){return _0x1136bf&&_0x2e0bb9;},_0x23b773[_0x5e80b2(0x2e1)]=_0x5e80b2(0x11f);const _0x38759e=_0x23b773;let _0x390cc6=_0x38759e['gtxop'](_0x1ca898,'');const _0x57b636=!this[_0x5e80b2(0x152)]&&this[_0x5e80b2(0x232)]();_0x38759e[_0x5e80b2(0x1f0)](_0x57b636,!_0x390cc6)&&(_0x390cc6=accessibilityHelper[_0x5e80b2(0x2af)]());const _0x42fd54={'command':_0x14923c,'thTestRunUuid':_0x390cc6,'thBuildUuid':_0x38759e[_0x5e80b2(0x219)](_0x2ae942,''),'thJwtToken':_0x38759e['gtxop'](_0x8848c6,''),'timestamp':new Date()[_0x5e80b2(0x340)]()};return _0x57b636&&(_0x42fd54['is_mobile_session']=!![],logger['debug'](_0x38759e['MrNVr'])),_0x42fd54;}[a112_0x40a947(0x260)](_0x212140){const _0x2b6c31=a112_0x40a947,_0x22878f={};_0x22878f[_0x2b6c31(0x16d)]=function(_0x586bfc,_0x474a67){return _0x586bfc||_0x474a67;};const _0x5cdbbb=_0x22878f;try{const _0x3c86c=this[_0x2b6c31(0x161)]?.['options']?.['scriptsList']||[],_0x4dba08=_0x3c86c[_0x2b6c31(0x2ef)](_0x32875f=>_0x32875f[_0x2b6c31(0x18f)]===_0x212140);return _0x5cdbbb[_0x2b6c31(0x16d)](_0x4dba08,null);}catch(_0x550c2e){return logger[_0x2b6c31(0x342)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x212140+':\x20'+_0x550c2e[_0x2b6c31(0x2e0)]),null;}}async[a112_0x40a947(0x329)](_0x525cfd,_0x104f16,_0x54f45e=null){const _0xa8d1a7=a112_0x40a947,_0x377fe7={'tCJuT':function(_0x3f5001,_0x35f5b3){return _0x3f5001(_0x35f5b3);},'fDIDl':_0xa8d1a7(0x213)};try{if(!_0x525cfd)return logger[_0xa8d1a7(0x342)](_0xa8d1a7(0x29e)+_0x104f16),null;const _0x2ec505=this[_0xa8d1a7(0x260)](_0x104f16);if(!_0x2ec505||!_0x2ec505[_0xa8d1a7(0x18b)])return logger[_0xa8d1a7(0x342)]('executeScriptByName:\x20No\x20'+_0x104f16+_0xa8d1a7(0x2ad)),null;logger[_0xa8d1a7(0x342)](_0xa8d1a7(0x107)+_0x104f16+'\x20accessibility\x20script\x20on\x20page');const _0x7ceca4=_0x377fe7['tCJuT'](require,_0x377fe7[_0xa8d1a7(0x210)]),_0xc062d8=_0x54f45e?await _0x7ceca4[_0xa8d1a7(0x1f2)](_0x525cfd,_0x2ec505[_0xa8d1a7(0x18b)],_0x54f45e):await _0x7ceca4['browserStackEvaluate'](_0x525cfd,_0x2ec505[_0xa8d1a7(0x18b)]);return _0xc062d8;}catch(_0x20c7f8){return logger['error'](_0xa8d1a7(0x198)+_0x104f16+':\x20'+(_0x20c7f8['stack']||_0x20c7f8[_0xa8d1a7(0x2e0)])),null;}}async[a112_0x40a947(0xf5)](_0x4b8f32,_0x584347,_0xd7032d,_0x31a5d0,_0x12f9b5,_0x1c2990=a112_0x40a947(0x15b)){const _0x445d1c=a112_0x40a947,_0x53355f={'MUybu':function(_0x3e8efe,_0x5a4ca8){return _0x3e8efe===_0x5a4ca8;},'hIOsG':'scan','xqseZ':function(_0x2365f8,_0x58ca52){return _0x2365f8(_0x58ca52);},'rPJRR':_0x445d1c(0x213),'TySiM':function(_0x3ae042,_0x4ed387){return _0x3ae042(_0x4ed387);}};try{logger[_0x445d1c(0x342)](_0x445d1c(0x26b)+_0xd7032d+'\x20using\x20script:\x20'+_0x1c2990+_0x445d1c(0x283)+_0x12f9b5);const _0x3a251a=this[_0x445d1c(0x260)](_0x1c2990);if(!_0x3a251a||!_0x3a251a[_0x445d1c(0x18b)]){logger[_0x445d1c(0x342)](_0x445d1c(0x1df)+_0x1c2990+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x12f9b5){if(_0x4b8f32[BSTACK_SCAN_IN_PROGRESS]){logger[_0x445d1c(0x342)]('[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20'+_0xd7032d);return;}return await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xd9072b=_0x445d1c;let _0x49784f=_0x3a251a[_0xd9072b(0x18b)];_0x49784f[_0xd9072b(0x2f5)]('%s')&&(_0x49784f=_0x49784f[_0xd9072b(0x24e)]('%s',JSON[_0xd9072b(0x1a8)](_0x31a5d0)));logger[_0xd9072b(0x342)]('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0xd7032d),_0x4b8f32[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x4d1e6f=await _0x4b8f32[_0xd9072b(0xdf)](_0x49784f);return logger[_0xd9072b(0x272)](_0xd9072b(0x2a5)+_0xd7032d+':\x20'+util['format'](_0x4d1e6f)),_0x4d1e6f;}finally{_0x4b8f32[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0xd7032d})();}if(_0x53355f[_0x445d1c(0x22a)](_0x1c2990,_0x53355f[_0x445d1c(0x21b)])){const _0x52cb5f=_0x53355f[_0x445d1c(0x1c8)](require,_0x53355f[_0x445d1c(0x310)]),_0x53db99={};_0x53db99[_0x445d1c(0x18b)]=_0xd7032d;const _0x13606d=await PerformanceTester[_0x445d1c(0x205)](PerformanceA11yEvents[_0x445d1c(0x140)],async()=>{const _0x4b60b4=_0x445d1c;return await _0x52cb5f[_0x4b60b4(0x1f2)](_0x4b8f32,_0x3a251a['command'],_0x31a5d0);},_0x53db99)();return logger[_0x445d1c(0x272)](_0x445d1c(0x127)+_0x1c2990+_0x445d1c(0x23b)+_0xd7032d+':\x20'+util[_0x445d1c(0x195)](_0x13606d)),_0x13606d;}const _0x1c8991=_0x53355f[_0x445d1c(0x291)](require,_0x53355f[_0x445d1c(0x310)]),_0x42c069=await PerformanceTester[_0x445d1c(0x205)](PerformanceA11yEvents[_0x445d1c(0x159)],async()=>{const _0x49f431=_0x445d1c;return await _0x1c8991['browserStackEvaluate'](_0x4b8f32,_0x3a251a[_0x49f431(0x18b)],_0x31a5d0);})();return logger[_0x445d1c(0x272)](_0x445d1c(0x127)+_0x1c2990+_0x445d1c(0x23b)+_0xd7032d+':\x20'+util[_0x445d1c(0x195)](_0x42c069)),_0x42c069;}catch(_0x5cce46){logger[_0x445d1c(0x113)](_0x445d1c(0x11e)+_0x1c2990+':\x20'+(_0x5cce46[_0x445d1c(0x31e)]||_0x5cce46[_0x445d1c(0x2e0)]));}}async[a112_0x40a947(0x263)](_0x89df89){const _0x45985a=a112_0x40a947,_0x341627={'qTvlO':function(_0x1e0858,_0x50855d){return _0x1e0858(_0x50855d);},'wYdzE':'../../../helpers/accessibility-automation/helper'};try{const _0x5a9265=_0x341627[_0x45985a(0x2b6)](require,_0x341627[_0x45985a(0x29c)]);return await _0x5a9265[_0x45985a(0x1bd)](_0x89df89);}catch(_0x44f123){return logger[_0x45985a(0x113)](_0x45985a(0x339)+(_0x44f123[_0x45985a(0x31e)]||_0x44f123['message'])),![];}}[a112_0x40a947(0x26a)](_0x59206c,_0x50f2b5,_0x3ebb7e){const _0x439e25=a112_0x40a947,_0x1e0684={'EwNgY':function(_0x3123f9,_0x5f0c8e){return _0x3123f9(_0x5f0c8e);},'mcthq':_0x439e25(0x213),'UaAUw':'\x22browserstack.user\x22:\x22[REDACTED]\x22','bjMBL':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x4a676b=_0x1e0684['EwNgY'](require,_0x1e0684[_0x439e25(0x1aa)]);_0x4a676b[_0x439e25(0x26a)](_0x59206c,_0x50f2b5,_0x3ebb7e);const _0x3bbe93=JSON[_0x439e25(0x1a8)](_0x59206c)[_0x439e25(0x24e)](/"browserstack\.user":"[^"]*"/g,_0x1e0684[_0x439e25(0x33d)])[_0x439e25(0x24e)](/"browserstack\.key":"[^"]*"/g,_0x1e0684[_0x439e25(0x22e)]);logger[_0x439e25(0x342)](_0x439e25(0x13c)+global[_0x439e25(0x10a)]+'\x20'+_0x3bbe93);}catch(_0x45b1cc){logger[_0x439e25(0x113)](_0x439e25(0x1e6)+(_0x45b1cc[_0x439e25(0x31e)]||_0x45b1cc[_0x439e25(0x2e0)]));}}async[a112_0x40a947(0x2d4)]({fetchFn:_0x4dfd8e,isNonEmpty:_0x5adbca,resultDetail:_0x51bf8e,totalMs:_0x2b3031,intervalMs:_0x31f371,name:_0x25df67}){const _0x19e804=a112_0x40a947,_0x418158={'seZSF':function(_0x2856c4,_0x426315){return _0x2856c4+_0x426315;},'oIXSy':function(_0x357917,_0xf63543){return _0x357917<_0xf63543;},'cFzQm':function(_0x1caff7){return _0x1caff7();},'runjH':function(_0x2a6470,_0x57fdc5){return _0x2a6470(_0x57fdc5);},'hAvgZ':function(_0x5939a3,_0x2106f1){return _0x5939a3>=_0x2106f1;},'OUdHi':function(_0xd24649,_0x493036){return _0xd24649+_0x493036;},'gKRlc':function(_0x2c5d11,_0x1542be){return _0x2c5d11-_0x1542be;}},_0x5c5ce4=Date[_0x19e804(0x1be)](),_0x1e3caa=_0x418158[_0x19e804(0x233)](_0x5c5ce4,_0x2b3031);let _0x17f830=0x0,_0x131f9c=null,_0x590c54=![];while(_0x418158[_0x19e804(0x30d)](Date[_0x19e804(0x1be)](),_0x1e3caa)){_0x17f830++,_0x131f9c=await _0x418158[_0x19e804(0x324)](_0x4dfd8e),_0x590c54=_0x418158['runjH'](_0x5adbca,_0x131f9c),logger[_0x19e804(0x342)]('['+_0x25df67+_0x19e804(0x110)+_0x17f830+'\x20'+_0x418158['runjH'](_0x51bf8e,_0x131f9c));if(_0x590c54)break;if(_0x418158['hAvgZ'](_0x418158['OUdHi'](Date[_0x19e804(0x1be)](),_0x31f371),_0x1e3caa))break;await new Promise(_0x5292f6=>setTimeout(_0x5292f6,_0x31f371));}return!_0x590c54&&logger[_0x19e804(0x31c)]('['+_0x25df67+_0x19e804(0x2e5)+_0x17f830+'x\x20over\x20'+_0x418158[_0x19e804(0xe4)](Date[_0x19e804(0x1be)](),_0x5c5ce4)+_0x19e804(0x234)+_0x418158[_0x19e804(0x18c)](_0x51bf8e,_0x131f9c)+_0x19e804(0x2bf)),_0x131f9c;}async[a112_0x40a947(0x188)](_0xdae788,_0x1b3e2e){const _0x6ae03=a112_0x40a947,_0x501f71={};_0x501f71[_0x6ae03(0x184)]='getResults',_0x501f71[_0x6ae03(0x345)]=_0x6ae03(0x316),_0x501f71[_0x6ae03(0x264)]=_0x6ae03(0x216),_0x501f71[_0x6ae03(0x146)]=_0x6ae03(0x12f);const _0x124bfa=_0x501f71;try{const _0x964e8e=process[_0x6ae03(0x25c)][_0x6ae03(0x1b1)]||'';logger['info'](_0x6ae03(0x34b)+_0x964e8e+',\x20testRunId='+_0x1b3e2e+_0x6ae03(0x2e8)+_0xdae788);const _0x3aa8c9=await GrpcClient[_0x6ae03(0x21e)]()[_0x6ae03(0x274)](_0x964e8e,_0x1b3e2e,_0xdae788,_0x124bfa['wvAnC']);if(!_0x3aa8c9||!_0x3aa8c9[_0x6ae03(0xfa)])return logger[_0x6ae03(0x31c)](_0x124bfa['sGxHj']),[];const _0x3fc069=_0x3aa8c9[_0x6ae03(0xfa)](),_0x1a6c1a=Buffer[_0x6ae03(0x1bc)](_0x3fc069)[_0x6ae03(0x2a4)](_0x124bfa[_0x6ae03(0x264)])[_0x6ae03(0x318)]();if(!_0x1a6c1a)return logger[_0x6ae03(0x31c)](_0x124bfa[_0x6ae03(0x146)]),[];return JSON[_0x6ae03(0x307)](_0x1a6c1a);}catch(_0x3f48cc){return logger[_0x6ae03(0x113)](_0x6ae03(0x2a7)+(_0x3f48cc['stack']||_0x3f48cc[_0x6ae03(0x2e0)])),[];}}async[a112_0x40a947(0x249)](_0x2b560f,_0x5392cc){const _0x81f6b3=a112_0x40a947,_0x251337={};_0x251337[_0x81f6b3(0x343)]=_0x81f6b3(0x25f),_0x251337[_0x81f6b3(0x33c)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary',_0x251337['nJDJp']='utf-8',_0x251337[_0x81f6b3(0x289)]=_0x81f6b3(0x136);const _0x5cc8e5=_0x251337;try{const _0x355cdd=process[_0x81f6b3(0x25c)][_0x81f6b3(0x1b1)]||'';logger['info'](_0x81f6b3(0x2e4)+_0x355cdd+_0x81f6b3(0x349)+_0x5392cc+_0x81f6b3(0x2e8)+_0x2b560f);const _0x4aa871=await GrpcClient[_0x81f6b3(0x21e)]()['accessibilityResult'](_0x355cdd,_0x5392cc,_0x2b560f,_0x5cc8e5[_0x81f6b3(0x343)]);if(!_0x4aa871||!_0x4aa871['getResultResponse'])return logger[_0x81f6b3(0x31c)](_0x5cc8e5['KgUzd']),{};const _0x35a0f7=_0x4aa871[_0x81f6b3(0xfa)](),_0x327902=Buffer['from'](_0x35a0f7)[_0x81f6b3(0x2a4)](_0x5cc8e5['nJDJp'])[_0x81f6b3(0x318)]();if(!_0x327902)return logger[_0x81f6b3(0x31c)](_0x5cc8e5[_0x81f6b3(0x289)]),{};return JSON[_0x81f6b3(0x307)](_0x327902);}catch(_0x213edc){return logger['error'](_0x81f6b3(0x34a)+(_0x213edc[_0x81f6b3(0x31e)]||_0x213edc[_0x81f6b3(0x2e0)])),{};}}async[a112_0x40a947(0x231)](_0x4dd928){const _0x34b700=a112_0x40a947,_0x4870eb={};_0x4870eb[_0x34b700(0x163)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x4870eb['PevJf']=function(_0x5a2a49,_0x590fa6){return _0x5a2a49>_0x590fa6;},_0x4870eb[_0x34b700(0x128)]='AccessibilityModule.getResults';const _0x4b7560=_0x4870eb;try{if(!this[_0x34b700(0x306)]())return logger[_0x34b700(0x31c)](_0x4b7560[_0x34b700(0x163)]),[];const _0x5df983=this[_0x34b700(0x232)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x4b7560[_0x34b700(0x2a3)](Object['keys'](_0x5df983)[_0x34b700(0x323)],0x0)&&logger[_0x34b700(0x342)](_0x34b700(0x311)+JSON[_0x34b700(0x1a8)](_0x5df983));const _0x325024=await this['_pollUntilNonEmpty']({'fetchFn':()=>Object[_0x34b700(0x2b0)](_0x5df983)[_0x34b700(0x323)]>0x0?this[_0x34b700(0x329)](_0x4dd928,_0x34b700(0xe3),_0x5df983):this[_0x34b700(0x329)](_0x4dd928,_0x34b700(0xe3)),'isNonEmpty':_0x280a88=>Array[_0x34b700(0x20c)](_0x280a88)&&_0x280a88[_0x34b700(0x323)]>0x0,'resultDetail':_0x23457e=>_0x34b700(0x116)+(Array[_0x34b700(0x20c)](_0x23457e)?_0x23457e[_0x34b700(0x323)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x4b7560['OLEiY']});return _0x325024||[];}catch(_0x386d8a){return logger['error'](_0x34b700(0xff)+(_0x386d8a[_0x34b700(0x31e)]||_0x386d8a[_0x34b700(0x2e0)])),[];}}async[a112_0x40a947(0x1ff)](_0x4c70c9){const _0x135cf0=a112_0x40a947,_0x43b62a={'OyMwZ':function(_0x17f448,_0x3a2aae,_0x3a593d){return _0x17f448(_0x3a2aae,_0x3a593d);},'XJQih':'scan','SbPVv':function(_0x1385ef,_0x56cb68){return _0x1385ef(_0x56cb68);},'CpweQ':'getResultsSummary','tBbsC':_0x135cf0(0xfc),'nOxBX':function(_0xe0a18f,_0x327117){return _0xe0a18f(_0x327117);},'lFBYq':_0x135cf0(0x293),'ZOKkX':function(_0x59b268,_0x1d10d0){return _0x59b268===_0x1d10d0;},'zdAWO':'jest','FWqaE':_0x135cf0(0x298),'OlysF':_0x135cf0(0x16c),'NdYrJ':'testhub_build_uuid','STYVZ':_0x135cf0(0x1ff),'WsjCv':'test_run_id','IrApl':_0x135cf0(0x30c),'YtSIE':_0x135cf0(0x23c),'xtghK':_0x135cf0(0x1fa),'kEtYm':'No\x20summaryResults\x20found.','nFmyL':'object'};try{if(!this[_0x135cf0(0x306)]())return logger[_0x135cf0(0x31c)](_0x43b62a[_0x135cf0(0x2cd)]),{};const _0x1f0946=_0x43b62a[_0x135cf0(0x2db)](require,_0x43b62a[_0x135cf0(0x1f4)]),_0x2c44c4=_0x1f0946[_0x135cf0(0x338)](),_0x1975e5=_0x43b62a[_0x135cf0(0x20f)](_0x2c44c4?.[_0x135cf0(0x18f)]?.[_0x135cf0(0x26f)](),_0x43b62a[_0x135cf0(0x19f)]);let _0x4dae6d='',_0x311131=null,_0x33bbba=null;if(_0x1975e5){_0x311131=global[_0x135cf0(0x157)]||global[_0x135cf0(0x181)]?.['currentTest']?.[_0x135cf0(0x281)]||global[_0x135cf0(0x181)]?.[_0x135cf0(0xe1)]?.['id'];if(!_0x311131)return logger[_0x135cf0(0x31c)](_0x43b62a['FWqaE']),{};try{const _0x2e7fe9=await GrpcClient[_0x135cf0(0x21e)]()[_0x135cf0(0x1f3)](process[_0x135cf0(0x25c)][_0x135cf0(0x1b1)],_0x43b62a[_0x135cf0(0x288)],_0x43b62a[_0x135cf0(0x21a)],_0x311131),_0x5b9ea9=AccessibilityModule[_0x135cf0(0x151)](null,_0x2e7fe9);_0x4dae6d=_0x5b9ea9?.['thTestRunUuid']||'',logger[_0x135cf0(0x342)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x4dae6d+'\x20from\x20testIdentifier='+_0x311131);const _0x1054a2=await AccessibilityModule[_0x135cf0(0x237)](_0x43b62a[_0x135cf0(0x21a)],_0x4dae6d,_0x311131),_0x37f1f3=this[_0x135cf0(0x126)](_0x43b62a[_0x135cf0(0x149)])||this[_0x135cf0(0x161)][this[_0x135cf0(0x305)]]||null,_0x53c5c3=process[_0x135cf0(0x25c)][_0x135cf0(0x1cc)]||'',_0x3b52f2=this[_0x135cf0(0x13d)](_0x43b62a['STYVZ'],_0x4dae6d,_0x37f1f3,_0x53c5c3);_0x33bbba=_0x1f0946[_0x135cf0(0x34d)](_0x3b52f2,_0x1054a2),logger[_0x135cf0(0x342)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0x135cf0(0x1a8)](_0x33bbba));}catch(_0x2122a4){return logger[_0x135cf0(0x113)](_0x135cf0(0x1ab)+_0x2122a4[_0x135cf0(0x2e0)]),{};}}else{_0x4dae6d=this[_0x135cf0(0x126)](_0x43b62a[_0x135cf0(0x242)])||'';!_0x4dae6d&&this[_0x135cf0(0x232)]()&&(_0x4dae6d=accessibilityHelper[_0x135cf0(0x2af)]());const _0x40fdf3=this['getCapabilityValue'](_0x43b62a[_0x135cf0(0x149)])||this[_0x135cf0(0x161)][this[_0x135cf0(0x305)]]||null,_0x40d102=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';_0x33bbba=this['getParamsForScanForCli'](_0x43b62a[_0x135cf0(0x25a)],_0x4dae6d,_0x40fdf3,_0x40d102);}logger[_0x135cf0(0x342)](_0x43b62a[_0x135cf0(0x217)]);const _0x237d74=0x15f90,_0x36def3=0x1388;try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x135cf0(0x140)],async()=>{const _0x608bd5=_0x135cf0,_0x36c995={'XJBJu':function(_0x1a645f,_0x5e79c2,_0x287c41){const _0x187cef=a112_0x70e8;return _0x43b62a[_0x187cef(0x1c2)](_0x1a645f,_0x5e79c2,_0x287c41);}},_0x2c0e52=this[_0x608bd5(0x329)](_0x4c70c9,_0x43b62a[_0x608bd5(0x1b4)],_0x33bbba);let _0x1c3bea;const _0x112f2c=new Promise((_0x549cc8,_0xef207d)=>{const _0x574772=_0x608bd5;_0x1c3bea=_0x36c995[_0x574772(0x276)](setTimeout,()=>_0xef207d(new Error(_0x574772(0x2ca)+_0x237d74+'ms')),_0x237d74);});try{const _0x4a49f5=await Promise[_0x608bd5(0x13e)]([_0x2c0e52,_0x112f2c]);logger['debug'](_0x608bd5(0x2a8)+util[_0x608bd5(0x195)](_0x4a49f5));}finally{_0x43b62a[_0x608bd5(0x2ff)](clearTimeout,_0x1c3bea);}},{'command':_0x43b62a[_0x135cf0(0x25a)]})();}catch(_0x5d4364){logger[_0x135cf0(0x31c)](_0x135cf0(0x332)+_0x5d4364[_0x135cf0(0x2e0)]+_0x135cf0(0x333)),global[_0x135cf0(0x24d)]={'reason':_0x43b62a[_0x135cf0(0x196)],'at':Date[_0x135cf0(0x1be)](),'where':_0x43b62a['xtghK']},await new Promise(_0x286190=>setTimeout(_0x286190,_0x36def3)),logger[_0x135cf0(0x342)](_0x135cf0(0x2b1)+_0x36def3+_0x135cf0(0x1c6));}const _0x17dadf=await this[_0x135cf0(0x2d4)]({'fetchFn':()=>PerformanceTester[_0x135cf0(0x205)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x3b5245=_0x135cf0;return await this[_0x3b5245(0x329)](_0x4c70c9,_0x43b62a['CpweQ'],_0x33bbba);})(),'isNonEmpty':_0x3ce05a=>_0x3ce05a&&typeof _0x3ce05a[_0x135cf0(0x240)]==='number'&&_0x3ce05a[_0x135cf0(0x240)]>0x0,'resultDetail':_0xd02e9b=>_0x135cf0(0x142)+(_0xd02e9b&&typeof _0xd02e9b[_0x135cf0(0x240)]===_0x135cf0(0x190)?_0xd02e9b['totalIssueCount']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x43b62a[_0x135cf0(0xe7)]});if(!_0x17dadf)return logger[_0x135cf0(0x342)](_0x43b62a[_0x135cf0(0x20b)]),{};return _0x43b62a[_0x135cf0(0x20f)](typeof _0x17dadf,_0x43b62a[_0x135cf0(0x317)])&&global['__bstackA11yScanCapHit']&&(_0x17dadf[_0x135cf0(0x303)]=!![],_0x17dadf[_0x135cf0(0x2fa)]=global['__bstackA11yScanCapHit'][_0x135cf0(0x261)]),_0x17dadf;}catch(_0x1afcb8){return logger[_0x135cf0(0x113)](_0x135cf0(0x328)+(_0x1afcb8[_0x135cf0(0x31e)]||_0x1afcb8[_0x135cf0(0x2e0)])),{};}}async['performPageScan'](_0x224f10,_0x4fcc04,_0x3de0fc=null){const _0x104ded=a112_0x40a947,_0x5096e5={};_0x5096e5[_0x104ded(0x26e)]=_0x104ded(0x1ea),_0x5096e5['MJthZ']='performPageScan:\x20Script\x20is\x20null',_0x5096e5[_0x104ded(0x1c1)]=_0x104ded(0x119);const _0x160d06=_0x5096e5;try{if(!_0x224f10)return logger[_0x104ded(0x342)](_0x160d06[_0x104ded(0x26e)]),null;if(!_0x4fcc04)return logger[_0x104ded(0x342)](_0x160d06[_0x104ded(0x238)]),null;logger[_0x104ded(0x342)](_0x160d06[_0x104ded(0x1c1)]);const _0x5d2c7d=_0x3de0fc?await _0x224f10[_0x104ded(0x118)](_0x4fcc04,_0x3de0fc):await _0x224f10[_0x104ded(0x118)](_0x4fcc04);return _0x5d2c7d;}catch(_0x14701e){return logger[_0x104ded(0x113)](_0x104ded(0xdc)+(_0x14701e['stack']||_0x14701e[_0x104ded(0x2e0)])),null;}}static[a112_0x40a947(0x151)](_0x583d9a,_0xdf1ed5){const _0x249e1f=a112_0x40a947,_0x184358={};_0x184358[_0x249e1f(0x28c)]=_0x249e1f(0x216);const _0x11d0fb=_0x184358,_0x4c2a88={};_0x4c2a88[_0x249e1f(0x262)]=_0x583d9a;const _0x1125cc=_0x4c2a88;let _0x32b016={};if(_0xdf1ed5[_0x249e1f(0x348)]()&&_0xdf1ed5[_0x249e1f(0xf3)]())try{_0x32b016=JSON['parse'](Buffer[_0x249e1f(0x1bc)](_0xdf1ed5[_0x249e1f(0x28b)]())['toString'](_0x11d0fb['fClaj']));}catch(_0x180a91){logger[_0x249e1f(0x113)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x180a91[_0x249e1f(0x2e0)]),_0x32b016={};}return CLIUtils['mergeObject'](_0x1125cc,_0x32b016);}static async[a112_0x40a947(0x237)](_0x49dc73,_0x3f6b34='',_0x5cf827=null){const _0x400d7b=a112_0x40a947,_0x474548={};_0x474548[_0x400d7b(0x204)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x474548[_0x400d7b(0x255)]=_0x400d7b(0x16c);const _0x36b82a=_0x474548;try{if(!_0x5cf827&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x400d7b(0x15c)];if(!process[_0x400d7b(0x25c)][_0x400d7b(0x1b1)])return logger[_0x400d7b(0x113)](_0x36b82a[_0x400d7b(0x204)]),{};const _0x55de97=await GrpcClient['getInstance']()[_0x400d7b(0x1f3)](process[_0x400d7b(0x25c)][_0x400d7b(0x1b1)],_0x36b82a[_0x400d7b(0x255)],_0x49dc73,_0x5cf827),_0x1a946d=_0x5cf827?AccessibilityModule[_0x400d7b(0x151)](null,_0x55de97)?.[_0x400d7b(0x262)]||_0x3f6b34:_0x3f6b34,_0x3231fc=AccessibilityModule['loadDriverExecuteParams'](_0x1a946d,_0x55de97);return!_0x5cf827&&(AccessibilityModule[_0x400d7b(0x15c)]=_0x3231fc,AccessibilityModule[_0x400d7b(0x1d5)]=!![]),_0x3231fc;}catch(_0x1602e1){return logger['error'](_0x400d7b(0x193)+_0x49dc73+':\x20'+(_0x1602e1['stack']||_0x1602e1[_0x400d7b(0x2e0)])),{};}}};module[a112_0x40a947(0x1b5)]=AccessibilityModule;
@@ -1 +1 @@
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;
1
+ const a113_0x150f40=a113_0x1941;(function(_0x1169f1,_0x560f5a){const _0x4e1866=a113_0x1941,_0x124f58=_0x1169f1();while(!![]){try{const _0x317b86=-parseInt(_0x4e1866(0x92))/0x1*(parseInt(_0x4e1866(0x8c))/0x2)+-parseInt(_0x4e1866(0xb4))/0x3*(-parseInt(_0x4e1866(0x88))/0x4)+parseInt(_0x4e1866(0xad))/0x5+-parseInt(_0x4e1866(0x9d))/0x6*(parseInt(_0x4e1866(0xb2))/0x7)+parseInt(_0x4e1866(0x8e))/0x8+parseInt(_0x4e1866(0x91))/0x9*(parseInt(_0x4e1866(0xa9))/0xa)+-parseInt(_0x4e1866(0xa0))/0xb;if(_0x317b86===_0x560f5a)break;else _0x124f58['push'](_0x124f58['shift']());}catch(_0x3156e6){_0x124f58['push'](_0x124f58['shift']());}}}(a113_0x4198,0x45cbc));const logger=require(a113_0x150f40(0xaf))['winstonLogger'],{FRAMEWORKS}=require(a113_0x150f40(0xae));function a113_0x1941(_0x36f38c,_0x22009f){const _0x41988e=a113_0x4198();return a113_0x1941=function(_0x194122,_0x51a7fa){_0x194122=_0x194122-0x83;let _0x18aae6=_0x41988e[_0x194122];return _0x18aae6;},a113_0x1941(_0x36f38c,_0x22009f);}class BaseModule{constructor(_0x3dbd36=null){const _0x37eb09=a113_0x150f40,_0xe4ad58={};_0xe4ad58[_0x37eb09(0x94)]=_0x37eb09(0x8a),_0xe4ad58[_0x37eb09(0x9a)]='BaseModule';const _0x2fc8a8=_0xe4ad58,_0x5da174=_0x2fc8a8[_0x37eb09(0x94)][_0x37eb09(0xb0)]('|');let _0x57c5ce=0x0;while(!![]){switch(_0x5da174[_0x57c5ce++]){case'0':this[_0x37eb09(0x8b)]=null;continue;case'1':this[_0x37eb09(0xab)]=this[_0x37eb09(0xa2)](_0x3dbd36);continue;case'2':this[_0x37eb09(0xa7)]=null;continue;case'3':this[_0x37eb09(0x98)]=0x0;continue;case'4':this[_0x37eb09(0x86)]=_0x2fc8a8['sLVUU'];continue;case'5':this[_0x37eb09(0x90)]={};continue;}break;}}[a113_0x150f40(0xa6)](){const _0x16b3a0=a113_0x150f40,_0x5b889e={};_0x5b889e[_0x16b3a0(0xa3)]=_0x16b3a0(0xb3);const _0x918663=_0x5b889e;if(!this[_0x16b3a0(0x8b)])throw new Error(_0x918663[_0x16b3a0(0xa3)]);}['getModuleName'](){const _0x21787b=a113_0x150f40;return this[_0x21787b(0x86)];}['configure'](_0x431daa,_0x49814c,_0x25ec67,_0x23acb1={}){const _0x25f023=a113_0x150f40,_0x5a2fdd={};_0x5a2fdd[_0x25f023(0x97)]='1|0|4|3|2';const _0x311dae=_0x5a2fdd,_0x4b4486=_0x311dae['TZjXY']['split']('|');let _0xe02d5d=0x0;while(!![]){switch(_0x4b4486[_0xe02d5d++]){case'0':this[_0x25f023(0x98)]=_0x49814c;continue;case'1':this[_0x25f023(0x8b)]=_0x431daa;continue;case'2':logger[_0x25f023(0x9f)](_0x25f023(0x9c)+this['getModuleName']()+_0x25f023(0x99)+_0x431daa+_0x25f023(0xaa)+_0x49814c);continue;case'3':this['config']=_0x23acb1;continue;case'4':this[_0x25f023(0xa7)]=_0x25ec67;continue;}break;}}[a113_0x150f40(0x87)](_0x1ab715){const _0x3854f6=a113_0x150f40,_0x51a980={};_0x51a980[_0x3854f6(0xb6)]=function(_0x514f29,_0x1ec595){return _0x514f29===_0x1ec595;},_0x51a980['efgym']=function(_0x2ca9b0,_0x254d5){return _0x2ca9b0===_0x254d5;},_0x51a980[_0x3854f6(0xac)]=function(_0x4e8598,_0x216fff){return _0x4e8598===_0x216fff;},_0x51a980[_0x3854f6(0x85)]=function(_0x1a5c8e,_0x693942){return _0x1a5c8e===_0x693942;};const _0x2ea931=_0x51a980;let _0x5ad2d6='';if(_0x2ea931[_0x3854f6(0xb6)](_0x1ab715[_0x3854f6(0xa8)],FRAMEWORKS[_0x3854f6(0x96)]))_0x5ad2d6=_0x1ab715[_0x3854f6(0x83)]?.[_0x3854f6(0x9e)]?.['id']||_0x1ab715[_0x3854f6(0x83)]?.[_0x3854f6(0x8f)];else{if(_0x2ea931[_0x3854f6(0x93)](_0x1ab715[_0x3854f6(0xa8)],FRAMEWORKS[_0x3854f6(0x9b)]))_0x5ad2d6=_0x1ab715[_0x3854f6(0x83)]?.[_0x3854f6(0x89)];else{if(_0x2ea931['gAJce'](_0x1ab715['testFramework'],FRAMEWORKS[_0x3854f6(0x84)]))_0x5ad2d6=_0x1ab715[_0x3854f6(0x83)]?.['id'];else _0x2ea931['AWPOS'](_0x1ab715['testFramework'],FRAMEWORKS[_0x3854f6(0xa5)])&&(_0x5ad2d6=_0x1ab715['testInfo']?.[_0x3854f6(0xa4)]);}}return _0x5ad2d6;}['setTestFrameworkData'](_0x6e925d){const _0x4be74a=a113_0x150f40,_0x2a1944={};_0x2a1944[_0x4be74a(0x8d)]=function(_0x1067e4,_0x82488){return _0x1067e4!==_0x82488;},_0x2a1944[_0x4be74a(0x95)]=_0x4be74a(0xa1);const _0x42a24e=_0x2a1944;if(!_0x6e925d||_0x42a24e[_0x4be74a(0x8d)](typeof _0x6e925d,_0x42a24e[_0x4be74a(0x95)]))return null;const _0x207366={};_0x207366[_0x4be74a(0x86)]=_0x6e925d[_0x4be74a(0x86)],_0x207366[_0x4be74a(0xb5)]=_0x6e925d[_0x4be74a(0xb5)]&&_0x6e925d[_0x4be74a(0xb5)][_0x6e925d[_0x4be74a(0x86)]];const _0x2e4504=_0x207366;return _0x2e4504;}}module[a113_0x150f40(0xb1)]=BaseModule;function a113_0x4198(){const _0x5e736a=['_test','debug','9145598BFZFig','object','setTestFrameworkData','QAvdb','testAnalyticsId','MOCHA','ensureBinSession','client','testFramework','545610mEhpaP',',\x20platformIndex=','testFrameworkData','gAJce','1487105xTxGzo','../../../helpers/test-observability/constants.js','../../../helpers/logger.js','split','exports','1435tvtRPn','Missing\x20binSessionId','537ujDwCw','version','KYLrf','testInfo','JEST','AWPOS','name','getTestId','2792wtJiLy','testCaseStartedId','4|0|3|5|2|1','binSessionId','388vgRgnr','CjZwe','3624240GQbSjF','testId','config','90ZIiKNa','569NnwfHs','efgym','oYoTw','rUuWg','PLAYWRIGHT','TZjXY','platformIndex','\x20with\x20binSessionId=','sLVUU','CUCUMBER','Configured\x20module\x20','5658HEGsAC'];a113_0x4198=function(){return _0x5e736a;};return a113_0x4198();}