browserstack-node-sdk 1.70.0 → 1.70.2

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_0x225b(_0x4dada1,_0x255cb9){const _0x200707=a109_0x2007();return a109_0x225b=function(_0x225bba,_0x53f4f0){_0x225bba=_0x225bba-0xb0;let _0x35ce68=_0x200707[_0x225bba];return _0x35ce68;},a109_0x225b(_0x4dada1,_0x255cb9);}const a109_0x3d941f=a109_0x225b;(function(_0x54536c,_0x3a46b5){const _0xb83976=a109_0x225b,_0x778ef3=_0x54536c();while(!![]){try{const _0x183e0c=-parseInt(_0xb83976(0xc1))/0x1+parseInt(_0xb83976(0xcd))/0x2*(-parseInt(_0xb83976(0xd7))/0x3)+parseInt(_0xb83976(0xda))/0x4+parseInt(_0xb83976(0xd6))/0x5+parseInt(_0xb83976(0xc6))/0x6*(-parseInt(_0xb83976(0xcf))/0x7)+parseInt(_0xb83976(0xb2))/0x8*(-parseInt(_0xb83976(0xbd))/0x9)+-parseInt(_0xb83976(0xba))/0xa*(-parseInt(_0xb83976(0xce))/0xb);if(_0x183e0c===_0x3a46b5)break;else _0x778ef3['push'](_0x778ef3['shift']());}catch(_0x38fe8a){_0x778ef3['push'](_0x778ef3['shift']());}}}(a109_0x2007,0x81605));const {createClassLogger}=require(a109_0x3d941f(0xd9)),logger=createClassLogger(a109_0x3d941f(0xd8)),HookState=require(a109_0x3d941f(0xd0)),TestFrameworkState=require(a109_0x3d941f(0xb9)),TrackedContext=require(a109_0x3d941f(0xb5)),TrackedInstance=require('./trackedInstance'),now=new Date();function a109_0x2007(){const _0x4960a6=['getPendingHooks','delete','getCreatedAt','toLocaleString','currentTestState','2716875uZvYnn','1311CKbpoq','TrackedInstance','../../../helpers/classLogger','546596VcxFaP','get','removePendingHooks','setCurrentTestState','YkbrT','setLastHookState','216uhmwzV','lastTestState','set','./trackedContext','getLastTestState','hasPendingHooks','setLastTestState','../state/testFrameworkState','440qdmTRQ','getAllPendingHookTestIds','push','135027XEEiDA','5|8|2|3|1|0|6|7|4','keys','addPendingHook','603252NstxGk','testFrameworksVersions','createdAt','split','from','6ZRuJZE','pendingHooks','lastHookState','exports','NONE','testFrameworks','has','152BuWCOl','307956TVLxJL','2382646fZBuug','../state/hookState'];a109_0x2007=function(){return _0x4960a6;};return a109_0x2007();}class TestFrameworkInstance extends TrackedInstance{constructor(_0x3b5c01,_0x391c59,_0x146ce5,_0x3cba3d,_0x301994){const _0x49952b=a109_0x3d941f,_0x4a67e0={};_0x4a67e0[_0x49952b(0xb0)]=_0x49952b(0xbe);const _0x532111=_0x4a67e0,_0x3cf9e2=_0x532111['YkbrT'][_0x49952b(0xc4)]('|');let _0x5276c7=0x0;while(!![]){switch(_0x3cf9e2[_0x5276c7++]){case'0':this['lastTestState']=TestFrameworkState[_0x49952b(0xca)];continue;case'1':this['currentHookState']=_0x301994;continue;case'2':this[_0x49952b(0xc2)]=_0x146ce5;continue;case'3':this[_0x49952b(0xd5)]=_0x3cba3d;continue;case'4':this[_0x49952b(0xc7)]=new Map();continue;case'5':super(_0x3b5c01);continue;case'6':this[_0x49952b(0xc8)]=HookState['NONE'];continue;case'7':this['createdAt']=now[_0x49952b(0xd4)]();continue;case'8':this[_0x49952b(0xcb)]=_0x391c59;continue;}break;}}['getCurrentTestState'](){const _0x53a289=a109_0x3d941f;return this[_0x53a289(0xd5)];}[a109_0x3d941f(0xdd)](_0x3f4101){const _0x2a702c=a109_0x3d941f;this[_0x2a702c(0xb8)](this[_0x2a702c(0xd5)]),this[_0x2a702c(0xd5)]=_0x3f4101;}['getCurrentHookState'](){return this['currentHookState'];}['setCurrentHookState'](_0x588131){this['setLastHookState'](this['currentHookState']),this['currentHookState']=_0x588131;}[a109_0x3d941f(0xb6)](){const _0x59afbf=a109_0x3d941f;return this[_0x59afbf(0xb3)];}[a109_0x3d941f(0xb8)](_0x1134b6){const _0x3166f4=a109_0x3d941f;this[_0x3166f4(0xb3)]=_0x1134b6;}['getLastHookState'](){const _0x2420e5=a109_0x3d941f;return this[_0x2420e5(0xc8)];}[a109_0x3d941f(0xb1)](_0xb20da7){this['lastHookState']=_0xb20da7;}[a109_0x3d941f(0xd3)](){const _0x105cfd=a109_0x3d941f;return this[_0x105cfd(0xc3)];}[a109_0x3d941f(0xc0)](_0x2d250f,_0xac6db5){const _0x5aa675=a109_0x3d941f;!this[_0x5aa675(0xc7)]['has'](_0x2d250f)&&this[_0x5aa675(0xc7)][_0x5aa675(0xb4)](_0x2d250f,[]),this[_0x5aa675(0xc7)]['get'](_0x2d250f)[_0x5aa675(0xbc)](_0xac6db5);}[a109_0x3d941f(0xd1)](_0x174c31){const _0x3de31b=a109_0x3d941f;return this[_0x3de31b(0xc7)][_0x3de31b(0xdb)](_0x174c31)||[];}[a109_0x3d941f(0xdc)](_0x5708ac){const _0x21cea3=a109_0x3d941f;this['pendingHooks'][_0x21cea3(0xd2)](_0x5708ac);}[a109_0x3d941f(0xb7)](_0x4f4743){const _0x7d4b1b=a109_0x3d941f;return this[_0x7d4b1b(0xc7)][_0x7d4b1b(0xcc)](_0x4f4743);}[a109_0x3d941f(0xbb)](){const _0x4c55eb=a109_0x3d941f;return Array[_0x4c55eb(0xc5)](this[_0x4c55eb(0xc7)][_0x4c55eb(0xbf)]());}}module[a109_0x3d941f(0xc9)]=TestFrameworkInstance;
1
+ const a109_0x26d1a0=a109_0x15ef;function a109_0x15ef(_0x423f37,_0x49cd92){const _0x1acb28=a109_0x1acb();return a109_0x15ef=function(_0x15ef95,_0x186c22){_0x15ef95=_0x15ef95-0x1bf;let _0x1944b8=_0x1acb28[_0x15ef95];return _0x1944b8;},a109_0x15ef(_0x423f37,_0x49cd92);}function a109_0x1acb(){const _0x365314=['setLastTestState','875703EafIfB','704129WlYLtJ','3682441jIsMoh','18189135dMbemM','getPendingHooks','addPendingHook','164lGmIHG','has','../state/hookState','setCurrentHookState','currentHookState','getLastHookState','keys','push','getCreatedAt','getAllPendingHookTestIds','createdAt','delete','20595RSDTma','lastHookState','removePendingHooks','lastTestState','setLastHookState','setCurrentTestState','get','getCurrentTestState','pendingHooks','8mFhkZd','ZDUBo','from','currentTestState','set','split','216986OoBWfD','./trackedInstance','NONE','./trackedContext','3094128FNdZOr','../state/testFrameworkState','exports','testFrameworksVersions'];a109_0x1acb=function(){return _0x365314;};return a109_0x1acb();}(function(_0x265b5b,_0x425b3d){const _0x1fe721=a109_0x15ef,_0xdd3f2=_0x265b5b();while(!![]){try{const _0x3132ad=-parseInt(_0x1fe721(0x1e3))/0x1+parseInt(_0x1fe721(0x1d9))/0x2+parseInt(_0x1fe721(0x1e2))/0x3+parseInt(_0x1fe721(0x1e8))/0x4*(-parseInt(_0x1fe721(0x1ca))/0x5)+-parseInt(_0x1fe721(0x1dd))/0x6+-parseInt(_0x1fe721(0x1e4))/0x7*(parseInt(_0x1fe721(0x1d3))/0x8)+parseInt(_0x1fe721(0x1e5))/0x9;if(_0x3132ad===_0x425b3d)break;else _0xdd3f2['push'](_0xdd3f2['shift']());}catch(_0x219954){_0xdd3f2['push'](_0xdd3f2['shift']());}}}(a109_0x1acb,0x7bb1a));const {createClassLogger}=require('../../../helpers/classLogger'),logger=createClassLogger('TrackedInstance'),HookState=require(a109_0x26d1a0(0x1c0)),TestFrameworkState=require(a109_0x26d1a0(0x1de)),TrackedContext=require(a109_0x26d1a0(0x1dc)),TrackedInstance=require(a109_0x26d1a0(0x1da)),now=new Date();class TestFrameworkInstance extends TrackedInstance{constructor(_0x52f9b4,_0x58e935,_0x495714,_0x49e9f5,_0x54aa1c){const _0x373107=a109_0x26d1a0,_0x425f07={};_0x425f07['ZDUBo']='5|0|7|2|3|6|1|4|8';const _0x5e8707=_0x425f07,_0x47d519=_0x5e8707[_0x373107(0x1d4)][_0x373107(0x1d8)]('|');let _0x3aa8e7=0x0;while(!![]){switch(_0x47d519[_0x3aa8e7++]){case'0':this['testFrameworks']=_0x58e935;continue;case'1':this[_0x373107(0x1cb)]=HookState[_0x373107(0x1db)];continue;case'2':this[_0x373107(0x1d6)]=_0x49e9f5;continue;case'3':this[_0x373107(0x1c2)]=_0x54aa1c;continue;case'4':this[_0x373107(0x1c8)]=now['toLocaleString']();continue;case'5':super(_0x52f9b4);continue;case'6':this[_0x373107(0x1cd)]=TestFrameworkState[_0x373107(0x1db)];continue;case'7':this[_0x373107(0x1e0)]=_0x495714;continue;case'8':this['pendingHooks']=new Map();continue;}break;}}[a109_0x26d1a0(0x1d1)](){const _0x6120b8=a109_0x26d1a0;return this[_0x6120b8(0x1d6)];}[a109_0x26d1a0(0x1cf)](_0x394249){const _0x19fa2e=a109_0x26d1a0;this['setLastTestState'](this[_0x19fa2e(0x1d6)]),this['currentTestState']=_0x394249;}['getCurrentHookState'](){const _0x2accf3=a109_0x26d1a0;return this[_0x2accf3(0x1c2)];}[a109_0x26d1a0(0x1c1)](_0x3c046b){const _0x46d28b=a109_0x26d1a0;this['setLastHookState'](this[_0x46d28b(0x1c2)]),this[_0x46d28b(0x1c2)]=_0x3c046b;}['getLastTestState'](){return this['lastTestState'];}[a109_0x26d1a0(0x1e1)](_0x113a9d){const _0x1db527=a109_0x26d1a0;this[_0x1db527(0x1cd)]=_0x113a9d;}[a109_0x26d1a0(0x1c3)](){return this['lastHookState'];}[a109_0x26d1a0(0x1ce)](_0x2bae02){const _0x592181=a109_0x26d1a0;this[_0x592181(0x1cb)]=_0x2bae02;}[a109_0x26d1a0(0x1c6)](){return this['createdAt'];}[a109_0x26d1a0(0x1e7)](_0x2f4fa8,_0xdd9e1c){const _0x4752be=a109_0x26d1a0;!this[_0x4752be(0x1d2)]['has'](_0x2f4fa8)&&this[_0x4752be(0x1d2)][_0x4752be(0x1d7)](_0x2f4fa8,[]),this[_0x4752be(0x1d2)]['get'](_0x2f4fa8)[_0x4752be(0x1c5)](_0xdd9e1c);}[a109_0x26d1a0(0x1e6)](_0x1d2519){const _0x1c8c58=a109_0x26d1a0;return this[_0x1c8c58(0x1d2)][_0x1c8c58(0x1d0)](_0x1d2519)||[];}[a109_0x26d1a0(0x1cc)](_0x22c596){const _0x23262d=a109_0x26d1a0;this[_0x23262d(0x1d2)][_0x23262d(0x1c9)](_0x22c596);}['hasPendingHooks'](_0x2774b6){const _0x46631a=a109_0x26d1a0;return this['pendingHooks'][_0x46631a(0x1bf)](_0x2774b6);}[a109_0x26d1a0(0x1c7)](){const _0x533c03=a109_0x26d1a0;return Array[_0x533c03(0x1d5)](this[_0x533c03(0x1d2)][_0x533c03(0x1c4)]());}}module[a109_0x26d1a0(0x1df)]=TestFrameworkInstance;
@@ -1 +1 @@
1
- function a110_0x1945(_0x5aaa05,_0x1ae9d7){const _0xfc434c=a110_0xfc43();return a110_0x1945=function(_0x194517,_0x3adcb4){_0x194517=_0x194517-0xd1;let _0x1354f0=_0xfc434c[_0x194517];return _0x1354f0;},a110_0x1945(_0x5aaa05,_0x1ae9d7);}const a110_0x2a0a62=a110_0x1945;(function(_0x3e64f0,_0x4c16bf){const _0x3dca62=a110_0x1945,_0x470d28=_0x3e64f0();while(!![]){try{const _0x16c9b1=-parseInt(_0x3dca62(0xda))/0x1+-parseInt(_0x3dca62(0xd8))/0x2*(-parseInt(_0x3dca62(0xd4))/0x3)+-parseInt(_0x3dca62(0xd9))/0x4+parseInt(_0x3dca62(0xd5))/0x5*(parseInt(_0x3dca62(0xd2))/0x6)+-parseInt(_0x3dca62(0xdd))/0x7*(-parseInt(_0x3dca62(0xd3))/0x8)+parseInt(_0x3dca62(0xe4))/0x9*(-parseInt(_0x3dca62(0xdb))/0xa)+parseInt(_0x3dca62(0xde))/0xb*(parseInt(_0x3dca62(0xdc))/0xc);if(_0x16c9b1===_0x4c16bf)break;else _0x470d28['push'](_0x470d28['shift']());}catch(_0x4a3f18){_0x470d28['push'](_0x470d28['shift']());}}}(a110_0xfc43,0x764e0));function a110_0xfc43(){const _0x33990c=['getId','getType','45SiCIut','processId','913494XnmDkq','8nBvNHS','1422XMYeOS','5hjZEyr','getProcessId','getThreadId','1262ZAwYIV','1195424kCOXVQ','646705MesnLU','797530YWyoZB','462216NsqRZX','745255KqNqrN','363uRkErm','threadId','TrackedContext','type'];a110_0xfc43=function(){return _0x33990c;};return a110_0xfc43();}const {createClassLogger}=require('../../../helpers/classLogger'),logger=createClassLogger(a110_0x2a0a62(0xe0));class TrackedContext{constructor(_0x39e551,_0x429897,_0x30bd95,_0x2f86df){const _0x515132=a110_0x2a0a62;this['id']=_0x39e551,this[_0x515132(0xdf)]=_0x429897,this['processId']=_0x30bd95,this[_0x515132(0xe1)]=_0x2f86df;}[a110_0x2a0a62(0xd7)](){return this['threadId'];}[a110_0x2a0a62(0xd6)](){const _0xca6f89=a110_0x2a0a62;return this[_0xca6f89(0xd1)];}[a110_0x2a0a62(0xe2)](){return this['id'];}[a110_0x2a0a62(0xe3)](){const _0x4fb74b=a110_0x2a0a62;return this[_0x4fb74b(0xe1)];}}module['exports']=TrackedContext;
1
+ const a110_0x196ecd=a110_0x3eff;(function(_0x1f1212,_0x5a663d){const _0x1ce2cd=a110_0x3eff,_0x4b30be=_0x1f1212();while(!![]){try{const _0x26aad8=parseInt(_0x1ce2cd(0xdd))/0x1*(parseInt(_0x1ce2cd(0xd8))/0x2)+-parseInt(_0x1ce2cd(0xd9))/0x3+-parseInt(_0x1ce2cd(0xdc))/0x4+parseInt(_0x1ce2cd(0xda))/0x5*(-parseInt(_0x1ce2cd(0xde))/0x6)+parseInt(_0x1ce2cd(0xd7))/0x7+-parseInt(_0x1ce2cd(0xd4))/0x8*(parseInt(_0x1ce2cd(0xd5))/0x9)+parseInt(_0x1ce2cd(0xe3))/0xa*(parseInt(_0x1ce2cd(0xe4))/0xb);if(_0x26aad8===_0x5a663d)break;else _0x4b30be['push'](_0x4b30be['shift']());}catch(_0x30a86b){_0x4b30be['push'](_0x4b30be['shift']());}}}(a110_0x3312,0x7957e));const {createClassLogger}=require(a110_0x196ecd(0xdf)),logger=createClassLogger(a110_0x196ecd(0xd6));function a110_0x3eff(_0x336182,_0x4de7fc){const _0x33129c=a110_0x3312();return a110_0x3eff=function(_0x3eff05,_0x55e4a5){_0x3eff05=_0x3eff05-0xd4;let _0x55e974=_0x33129c[_0x3eff05];return _0x55e974;},a110_0x3eff(_0x336182,_0x4de7fc);}class TrackedContext{constructor(_0x19de1d,_0x376640,_0x1c6b86,_0x3a3a89){const _0x3251fe=a110_0x196ecd;this['id']=_0x19de1d,this[_0x3251fe(0xe1)]=_0x376640,this['processId']=_0x1c6b86,this[_0x3251fe(0xe0)]=_0x3a3a89;}['getThreadId'](){return this['threadId'];}[a110_0x196ecd(0xdb)](){const _0x16ee28=a110_0x196ecd;return this[_0x16ee28(0xe2)];}['getId'](){return this['id'];}['getType'](){const _0x1e3001=a110_0x196ecd;return this[_0x1e3001(0xe0)];}}module['exports']=TrackedContext;function a110_0x3312(){const _0x57e6d8=['11gkVOpx','29312NFnvDJ','2088yoXyaM','TrackedContext','3263337YTbNjJ','878LObKDx','1404321BMvWKX','11065yWvRGp','getProcessId','2661280GhfLLM','2227NUFAlO','2502NbfdUT','../../../helpers/classLogger','type','threadId','processId','19594740YvHgFt'];a110_0x3312=function(){return _0x57e6d8;};return a110_0x3312();}
@@ -1 +1 @@
1
- const a111_0x1342bc=a111_0x3a72;(function(_0x17ea25,_0x53296f){const _0x3c9bbf=a111_0x3a72,_0x38eb66=_0x17ea25();while(!![]){try{const _0x437cfb=parseInt(_0x3c9bbf(0x1c6))/0x1+parseInt(_0x3c9bbf(0x1bd))/0x2+parseInt(_0x3c9bbf(0x1c8))/0x3+parseInt(_0x3c9bbf(0x1d0))/0x4*(parseInt(_0x3c9bbf(0x1b6))/0x5)+-parseInt(_0x3c9bbf(0x1d8))/0x6+-parseInt(_0x3c9bbf(0x1b9))/0x7*(-parseInt(_0x3c9bbf(0x1ba))/0x8)+parseInt(_0x3c9bbf(0x1c4))/0x9*(-parseInt(_0x3c9bbf(0x1cd))/0xa);if(_0x437cfb===_0x53296f)break;else _0x38eb66['push'](_0x38eb66['shift']());}catch(_0x2aee6b){_0x38eb66['push'](_0x38eb66['shift']());}}}(a111_0x4b4e,0x9d729));const TrackedContext=require(a111_0x1342bc(0x1bc)),crypto=require(a111_0x1342bc(0x1cf)),{threadId}=require(a111_0x1342bc(0x1d5));function a111_0x3a72(_0x37aeff,_0x4d286b){const _0x4b4e2c=a111_0x4b4e();return a111_0x3a72=function(_0x3a724a,_0x3fc518){_0x3a724a=_0x3a724a-0x1b6;let _0x3b4c6e=_0x4b4e2c[_0x3a724a];return _0x3b4c6e;},a111_0x3a72(_0x37aeff,_0x4d286b);}class TrackedInstance{static [a111_0x1342bc(0x1be)]=a111_0x1342bc(0x1c2);constructor(_0x5b6b3e){const _0x1b2834=a111_0x1342bc;this[_0x1b2834(0x1c3)]=_0x5b6b3e,this['data']=new Map();}[a111_0x1342bc(0x1d2)](){const _0x3f4ed7=a111_0x1342bc;return this[_0x3f4ed7(0x1c3)]['getId']();}[a111_0x1342bc(0x1c5)](){const _0x3328d9=a111_0x1342bc;return this[_0x3328d9(0x1c3)];}[a111_0x1342bc(0x1d4)](){const _0x5934af=a111_0x1342bc;return this[_0x5934af(0x1d1)];}[a111_0x1342bc(0x1d6)](_0x59e99d){Object['keys'](_0x59e99d)['forEach'](_0x2f8810=>{const _0x1b068c=a111_0x3a72;this[_0x1b068c(0x1d1)][_0x1b068c(0x1b7)](_0x2f8810,_0x59e99d[_0x2f8810]);});}['addMultipleEntries'](_0x293b7e){const _0x457d1a=a111_0x1342bc;Object[_0x457d1a(0x1d7)](_0x293b7e)['forEach'](([_0x188083,_0x14c8ce])=>{const _0x13adae=_0x457d1a,_0x9aa1fc=this[_0x13adae(0x1d1)]['get'](_0x188083)||{},_0x548c2d={..._0x9aa1fc,..._0x14c8ce},_0x3db7a4=_0x548c2d;this[_0x13adae(0x1d1)]['set'](_0x188083,_0x3db7a4);});}[a111_0x1342bc(0x1bf)](_0x468a18){const _0x169a76=a111_0x1342bc;return this[_0x169a76(0x1d1)][_0x169a76(0x1cb)](_0x468a18);}[a111_0x1342bc(0x1cc)](_0x427f1e,_0xf4fd0){const _0x3764c3=a111_0x1342bc;this[_0x3764c3(0x1d1)][_0x3764c3(0x1b7)](_0x427f1e,_0xf4fd0);}static['createContext'](_0x59d943){const _0x15c8b5=a111_0x1342bc,_0x46e9da={};_0x46e9da['CdjLn']=_0x15c8b5(0x1c1),_0x46e9da[_0x15c8b5(0x1c9)]=_0x15c8b5(0x1bb),_0x46e9da[_0x15c8b5(0x1c0)]=function(_0x56accc,_0xd254f){return _0x56accc||_0xd254f;};const _0x3d5867=_0x46e9da;return new TrackedContext(crypto[_0x15c8b5(0x1c7)](_0x3d5867[_0x15c8b5(0x1ca)])['update'](_0x59d943)[_0x15c8b5(0x1ce)](_0x3d5867[_0x15c8b5(0x1c9)]),_0x3d5867[_0x15c8b5(0x1c0)](threadId,0x0),process[_0x15c8b5(0x1b8)],typeof _0x59d943);}}module[a111_0x1342bc(0x1d3)]=TrackedInstance;function a111_0x4b4e(){const _0x1c0491=['getAllData','worker_threads','updateMultipleEntries','entries','1175274luvgyP','5sfpADF','set','pid','1092fdcZNo','40776jEDnuZ','hex','./trackedContext','1662684verhGz','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','getData','XCIxv','sha256','isBrowserstackAutomationSession','context','46566LXtBgZ','getContext','344877gxOuzb','createHash','1428531YADWlM','sHJpZ','CdjLn','get','updateData','4970BnGhEF','digest','crypto','3858936aMClLS','data','getRef','exports'];a111_0x4b4e=function(){return _0x1c0491;};return a111_0x4b4e();}
1
+ function a111_0x1d0e(_0x96d260,_0xdbdbf1){const _0x1ce314=a111_0x1ce3();return a111_0x1d0e=function(_0x1d0ea3,_0x593a17){_0x1d0ea3=_0x1d0ea3-0x1f4;let _0x249053=_0x1ce314[_0x1d0ea3];return _0x249053;},a111_0x1d0e(_0x96d260,_0xdbdbf1);}function a111_0x1ce3(){const _0x5a3663=['okmpE','hex','entries','4951989lFGiYz','getId','pid','getAllData','context','105235YOvTsV','1095aCdpCw','fAVFt','isBrowserstackAutomationSession','1136808qolXrR','getData','createContext','update','set','get','worker_threads','data','forEach','sha256','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','5476TaTxro','createHash','4616790qAvXVg','24FZSQIi','exports','getContext','addMultipleEntries','updateMultipleEntries','4022135kzvKJH','22VEkJZV','581004slaKOf','2HhRfOJ','CQiUA','getRef','./trackedContext'];a111_0x1ce3=function(){return _0x5a3663;};return a111_0x1ce3();}const a111_0x487f6b=a111_0x1d0e;(function(_0x2b8fdf,_0x4dbd8e){const _0x52ac81=a111_0x1d0e,_0x5924a2=_0x2b8fdf();while(!![]){try{const _0x1f30c4=-parseInt(_0x52ac81(0x1fd))/0x1*(-parseInt(_0x52ac81(0x217))/0x2)+parseInt(_0x52ac81(0x1fe))/0x3*(-parseInt(_0x52ac81(0x20c))/0x4)+parseInt(_0x52ac81(0x214))/0x5+parseInt(_0x52ac81(0x201))/0x6+parseInt(_0x52ac81(0x1f8))/0x7+-parseInt(_0x52ac81(0x20f))/0x8*(-parseInt(_0x52ac81(0x216))/0x9)+-parseInt(_0x52ac81(0x20e))/0xa*(parseInt(_0x52ac81(0x215))/0xb);if(_0x1f30c4===_0x4dbd8e)break;else _0x5924a2['push'](_0x5924a2['shift']());}catch(_0xadcfde){_0x5924a2['push'](_0x5924a2['shift']());}}}(a111_0x1ce3,0x8ce9e));const TrackedContext=require(a111_0x487f6b(0x1f4)),crypto=require('crypto'),{threadId}=require(a111_0x487f6b(0x207));class TrackedInstance{static [a111_0x487f6b(0x20b)]=a111_0x487f6b(0x200);constructor(_0x45d37a){const _0xb122b3=a111_0x487f6b;this[_0xb122b3(0x1fc)]=_0x45d37a,this[_0xb122b3(0x208)]=new Map();}[a111_0x487f6b(0x219)](){const _0x229198=a111_0x487f6b;return this[_0x229198(0x1fc)][_0x229198(0x1f9)]();}[a111_0x487f6b(0x211)](){const _0xcffca=a111_0x487f6b;return this[_0xcffca(0x1fc)];}[a111_0x487f6b(0x1fb)](){return this['data'];}[a111_0x487f6b(0x213)](_0x3895b4){const _0x4179db=a111_0x487f6b;Object['keys'](_0x3895b4)[_0x4179db(0x209)](_0x2bd15b=>{const _0x35faa5=_0x4179db;this[_0x35faa5(0x208)][_0x35faa5(0x205)](_0x2bd15b,_0x3895b4[_0x2bd15b]);});}[a111_0x487f6b(0x212)](_0xb5a4b6){const _0x55e0af=a111_0x487f6b;Object[_0x55e0af(0x1f7)](_0xb5a4b6)[_0x55e0af(0x209)](([_0xbf1a00,_0x19fd8c])=>{const _0x84dd77=_0x55e0af,_0x23d600=this[_0x84dd77(0x208)][_0x84dd77(0x206)](_0xbf1a00)||{},_0x3c4013={..._0x23d600,..._0x19fd8c},_0x4ac1a1=_0x3c4013;this['data'][_0x84dd77(0x205)](_0xbf1a00,_0x4ac1a1);});}[a111_0x487f6b(0x202)](_0x579464){const _0x5dbf88=a111_0x487f6b;return this[_0x5dbf88(0x208)]['get'](_0x579464);}['updateData'](_0x18a214,_0x4de727){const _0x5285e1=a111_0x487f6b;this[_0x5285e1(0x208)][_0x5285e1(0x205)](_0x18a214,_0x4de727);}static[a111_0x487f6b(0x203)](_0xb0565){const _0x537897=a111_0x487f6b,_0x31d7f4={};_0x31d7f4[_0x537897(0x1ff)]=_0x537897(0x20a),_0x31d7f4[_0x537897(0x1f5)]=_0x537897(0x1f6),_0x31d7f4[_0x537897(0x218)]=function(_0x44e1a4,_0x3c6fe3){return _0x44e1a4||_0x3c6fe3;};const _0x3b0a4d=_0x31d7f4;return new TrackedContext(crypto[_0x537897(0x20d)](_0x3b0a4d[_0x537897(0x1ff)])[_0x537897(0x204)](_0xb0565)['digest'](_0x3b0a4d[_0x537897(0x1f5)]),_0x3b0a4d[_0x537897(0x218)](threadId,0x0),process[_0x537897(0x1fa)],typeof _0xb0565);}}module[a111_0x487f6b(0x210)]=TrackedInstance;
@@ -1 +1 @@
1
- const a112_0xd94137=a112_0x153f;(function(_0x56f48b,_0x4b3324){const _0x265610=a112_0x153f,_0x62fb9c=_0x56f48b();while(!![]){try{const _0x34e132=parseInt(_0x265610(0x83))/0x1+-parseInt(_0x265610(0x100))/0x2*(-parseInt(_0x265610(0x2ce))/0x3)+-parseInt(_0x265610(0x1f9))/0x4*(parseInt(_0x265610(0xf4))/0x5)+-parseInt(_0x265610(0x206))/0x6*(-parseInt(_0x265610(0x188))/0x7)+parseInt(_0x265610(0xa8))/0x8+-parseInt(_0x265610(0x17b))/0x9*(-parseInt(_0x265610(0xec))/0xa)+-parseInt(_0x265610(0x2b2))/0xb*(parseInt(_0x265610(0xd6))/0xc);if(_0x34e132===_0x4b3324)break;else _0x62fb9c['push'](_0x62fb9c['shift']());}catch(_0x43f033){_0x62fb9c['push'](_0x62fb9c['shift']());}}}(a112_0x4bb9,0x3ab2b));const BaseModule=require(a112_0xd94137(0xb0)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a112_0xd94137(0x217)),AutomationFramework=require(a112_0xd94137(0xae)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a112_0xd94137(0x210)),HookState=require(a112_0xd94137(0x1bb)),GrpcClient=require('../grpcClient'),scripts=require(a112_0xd94137(0x181)),logger=createClassLogger(a112_0xd94137(0x2d4)),PerformanceTester=require(a112_0xd94137(0x284)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a112_0xd94137(0x2d9)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a112_0xd94137(0x1a3)),{nestedKeyValue,isUndefined}=require(a112_0xd94137(0x14c)),util=require(a112_0xd94137(0x2dd)),TestInfo=require(a112_0xd94137(0x118)),TestFrameworkConstants=require(a112_0xd94137(0x214)),accessibilityHelper=require(a112_0xd94137(0xf8)),{FRAMEWORKS}=require('../../utils/constants.js');class AccessibilityModule extends BaseModule{static [a112_0xd94137(0x1af)]=AccessibilityModule['name'];static ['_centralAuthConfigFetched']=![];static ['_centralAuthA11yConfig']={};constructor(_0x52bf70){const _0x1f6e50=a112_0xd94137,_0x158169={};_0x158169[_0x1f6e50(0x27d)]='build-start',_0x158169[_0x1f6e50(0x2c9)]=_0x1f6e50(0xc5),_0x158169['BCecn']=_0x1f6e50(0x1bd),_0x158169[_0x1f6e50(0x292)]=_0x1f6e50(0x10a),_0x158169['FyMJC']=_0x1f6e50(0x119);const _0x9ce5aa=_0x158169;super(),AutomationFramework[_0x1f6e50(0x12e)](AutomationFrameworkState[_0x1f6e50(0x251)],HookState[_0x1f6e50(0x1e6)],this[_0x1f6e50(0x1c1)]['bind'](this)),AutomationFramework[_0x1f6e50(0x12e)](AutomationFrameworkState[_0x1f6e50(0x13d)],HookState['POST'],this['onBeforeTest']['bind'](this)),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x1f6e50(0x11b)],HookState[_0x1f6e50(0x1e6)],this[_0x1f6e50(0x185)][_0x1f6e50(0x2e8)](this)),this['isEnabled']=!![],this[_0x1f6e50(0x1f1)]=_0x52bf70[_0x1f6e50(0x2e3)](),this['accessibility']=new Map(),this[_0x1f6e50(0xef)]=new Map(),this[_0x1f6e50(0x2c8)]=_0x52bf70[_0x1f6e50(0xab)]?.()||![],this[_0x1f6e50(0x2ee)]=[],this[_0x1f6e50(0x1c6)]=![],this['_mobileScanningDisabledLogged']=![],this[_0x1f6e50(0x250)](_0x52bf70[_0x1f6e50(0x29e)]()[_0x1f6e50(0x158)]());const _0x4e7bd0=CLIUtils[_0x1f6e50(0xfc)](),_0x8f5705=_0x4e7bd0&&[FRAMEWORKS[_0x1f6e50(0x239)],FRAMEWORKS[_0x1f6e50(0x164)]][_0x1f6e50(0x14b)](_0x4e7bd0[_0x1f6e50(0x28e)]);_0x8f5705&&this[_0x1f6e50(0x290)](_0x52bf70[_0x1f6e50(0x29e)](),_0x9ce5aa['QPvDf']),logger[_0x1f6e50(0x29a)](_0x9ce5aa['IlWtq']),this[_0x1f6e50(0x28a)]=_0x9ce5aa[_0x1f6e50(0x8c)],this['KEY_DRIVER_HAS_URL']=_0x9ce5aa[_0x1f6e50(0x292)],this[_0x1f6e50(0x132)]=_0x9ce5aa[_0x1f6e50(0x107)];}[a112_0xd94137(0x240)](){const _0x21d6a9=a112_0xd94137;return this[_0x21d6a9(0x240)];}[a112_0xd94137(0x238)](){const _0x1bec83=a112_0xd94137;return AccessibilityModule[_0x1bec83(0x1af)];}[a112_0xd94137(0x1be)](){const _0x5628e5=a112_0xd94137;return this['accessibility'][_0x5628e5(0x8f)](CLIUtils[_0x5628e5(0x1a1)](),![]);}['getLogDisabledShown'](){const _0x1ea737=a112_0xd94137;return this['LOG_DISABLED_SHOWN'][_0x1ea737(0x8f)](CLIUtils[_0x1ea737(0x1a1)](),![]);}[a112_0xd94137(0x1dc)](_0x292bab){const _0x31630f=a112_0xd94137;this[_0x31630f(0xef)][_0x31630f(0x12d)](CLIUtils[_0x31630f(0x1a1)](),_0x292bab);}[a112_0xd94137(0x1ec)](){const _0x41790d=a112_0xd94137,_0x2ef135={'OuzMS':_0x41790d(0x7b),'xWrix':function(_0xf1cfcd,_0x5aa807){return _0xf1cfcd(_0x5aa807);},'vCyOA':_0x41790d(0x2a5),'uuySN':_0x41790d(0x86),'bfQkl':_0x41790d(0xd5)};if(this[_0x41790d(0x1c6)]){logger[_0x41790d(0x29a)](_0x2ef135[_0x41790d(0x17d)]);return;}try{const _0x3b5b04=_0x2ef135[_0x41790d(0x14e)](require,_0x2ef135[_0x41790d(0x1cc)]);_0x3b5b04&&_0x3b5b04['patchSendMessageToServer']?(_0x3b5b04[_0x41790d(0xcb)](),this[_0x41790d(0x1c6)]=!![],logger[_0x41790d(0x29a)](_0x2ef135['uuySN'])):logger['debug'](_0x2ef135[_0x41790d(0x233)]);}catch(_0x3bfb55){logger[_0x41790d(0x29a)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x41790d(0x128)](_0x3bfb55));}}['isPlatformSupported'](_0x21b3f2=null,_0x57dce8=null,_0x4a7585=null){const _0x55efaa=a112_0xd94137,_0x3827b8={'itWcf':function(_0x1fe027,_0x2343b5){return _0x1fe027&&_0x2343b5;},'bOwGX':_0x55efaa(0x182),'GeRvy':function(_0x225b53,_0x3b389f){return _0x225b53(_0x3b389f);},'jQlAM':_0x55efaa(0x14c),'wopWH':_0x55efaa(0x187),'selCw':_0x55efaa(0x10c),'eORme':function(_0x45f2ce,_0x2b210a){return _0x45f2ce===_0x2b210a;},'ogXKz':_0x55efaa(0x110),'CaBZY':_0x55efaa(0xaf),'pZdPQ':function(_0x1b922c,_0x3b7bdb){return _0x1b922c!==_0x3b7bdb;},'JQayB':function(_0xdb731e,_0xe40c6d,_0x40f1a9){return _0xdb731e(_0xe40c6d,_0x40f1a9);},'RFGKv':function(_0x4996d0,_0x34b126){return _0x4996d0(_0x34b126);},'EYBzn':function(_0x18fec2,_0x200278){return _0x18fec2(_0x200278);},'UeKDY':function(_0x47c1f4,_0x19074c){return _0x47c1f4<_0x19074c;},'cJoqB':_0x55efaa(0x200),'KcFAS':_0x55efaa(0x1c3),'olebE':_0x55efaa(0x162),'ueDvl':_0x55efaa(0x1b8),'SYNyE':_0x55efaa(0xe8),'aElzC':_0x55efaa(0x261),'odobq':function(_0x45d081){return _0x45d081();},'PZkOi':_0x55efaa(0xb8),'HIFEC':function(_0x1a10b2,_0x59bb08){return _0x1a10b2(_0x59bb08);},'WkkQz':function(_0x5c39d8,_0x22043e){return _0x5c39d8-_0x22043e;},'acBFt':function(_0x22d79b,_0x138333){return _0x22d79b>_0x138333;},'vKEwa':function(_0x48308d,_0x1b3849){return _0x48308d(_0x1b3849);},'ylBLt':_0x55efaa(0x1c5)};try{if(_0x3827b8[_0x55efaa(0x28f)](!_0x57dce8,!_0x4a7585))return logger[_0x55efaa(0x29a)](_0x3827b8[_0x55efaa(0x129)]),![];const {isUndefined:_0x2d2c43,isBrowserstackInfra:_0x299bf4}=_0x3827b8[_0x55efaa(0xb7)](require,_0x3827b8[_0x55efaa(0x1d5)]);if(!accessibilityHelper[_0x55efaa(0x1d9)]())return logger[_0x55efaa(0x29a)](_0x3827b8[_0x55efaa(0x2a9)]),![];if(this[_0x55efaa(0x2c8)]){const _0x37e193=(_0x57dce8[_0x55efaa(0x189)]||_0x57dce8[_0x3827b8[_0x55efaa(0x1cb)]]||'')[_0x55efaa(0xc2)]();if(_0x3827b8[_0x55efaa(0x272)](_0x37e193,_0x3827b8[_0x55efaa(0x2a6)])){const _0x36e980=_0x57dce8[_0x3827b8[_0x55efaa(0x101)]]||_0x57dce8[_0x55efaa(0x2e2)];if(_0x3827b8[_0x55efaa(0x1f5)](_0x36e980,undefined)&&_0x3827b8[_0x55efaa(0x1f5)](_0x36e980,null)){const _0x39243e=_0x3827b8[_0x55efaa(0x2dc)](parseInt,_0x3827b8[_0x55efaa(0x1f0)](String,_0x36e980)[_0x55efaa(0x22a)]('.')[0x0],0xa);if(!_0x3827b8[_0x55efaa(0x259)](isNaN,_0x39243e)&&_0x3827b8[_0x55efaa(0x2eb)](_0x39243e,0xb))return logger[_0x55efaa(0x166)](_0x55efaa(0x1eb)+_0x36e980),![];}}return!![];}const _0x536379=_0x57dce8['browserName']||_0x57dce8[_0x55efaa(0x1ff)],_0x420957=_0x57dce8[_0x55efaa(0xff)]||_0x57dce8[_0x55efaa(0x19e)];if(!accessibilityHelper[_0x55efaa(0xc1)](_0x536379))return logger[_0x55efaa(0x166)](_0x3827b8[_0x55efaa(0x15e)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x536379))try{const _0x4bf7e7=_0x57dce8[_0x55efaa(0x249)],_0x2ad21f=_0x3827b8[_0x55efaa(0x272)](_0x4bf7e7,!![])||_0x3827b8[_0x55efaa(0x272)](_0x4bf7e7,_0x3827b8['KcFAS'])||_0x3827b8[_0x55efaa(0x272)](typeof _0x4bf7e7,_0x3827b8[_0x55efaa(0x184)])&&_0x3827b8[_0x55efaa(0x272)](_0x4bf7e7[_0x55efaa(0xc2)](),_0x3827b8[_0x55efaa(0xdb)]);if(_0x2ad21f)return logger[_0x55efaa(0x166)](_0x3827b8[_0x55efaa(0xb6)]),![];const _0x217b88=_0x57dce8?.[_0x55efaa(0x283)]?.[_0x55efaa(0xbc)]||_0x57dce8?.[_0x3827b8[_0x55efaa(0x13e)]]?.[_0x55efaa(0xbc)]||[];if(Array[_0x55efaa(0x102)](_0x217b88)&&_0x217b88['some'](_0xd52ac2=>typeof _0xd52ac2===_0x55efaa(0x162)&&(_0xd52ac2==='--headless'||_0xd52ac2[_0x55efaa(0x1db)](_0x55efaa(0x152))&&_0xd52ac2!==_0x55efaa(0x23a))))return logger[_0x55efaa(0x166)](_0x3827b8['ueDvl']),![];}catch(_0x68d328){logger['debug'](_0x55efaa(0x280)+util[_0x55efaa(0x128)](_0x68d328));}if(_0x3827b8[_0x55efaa(0x1f5)](_0x420957,_0x3827b8[_0x55efaa(0xe4)])){const _0x3b027f=_0x3827b8[_0x55efaa(0xb2)](_0x299bf4),_0x31cebb=accessibilityHelper[_0x55efaa(0x167)](_0x536379,_0x3b027f),_0x193340=accessibilityHelper[_0x55efaa(0x241)](_0x536379);if(!accessibilityHelper[_0x55efaa(0x278)](_0x420957,_0x31cebb)){const _0x4ba8d7=_0x3b027f?'':_0x3827b8[_0x55efaa(0x2b4)],_0x230f2d=Number[_0x55efaa(0x1ba)](_0x3827b8[_0x55efaa(0x1a8)](parseFloat,_0x31cebb))?_0x3827b8[_0x55efaa(0xe1)](_0x3827b8[_0x55efaa(0xb7)](parseFloat,_0x31cebb),0x1):_0x31cebb;return logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x193340+'\x20browser\x20version\x20greater\x20than\x20'+_0x230f2d+'\x20'+_0x4ba8d7+'.'),![];}}else{const _0x275cc3=_0x57dce8[_0x55efaa(0xff)]||_0x57dce8['browser_version']||_0x57dce8[_0x55efaa(0x141)];if(_0x275cc3&&_0x3827b8['pZdPQ'](_0x275cc3,_0x3827b8[_0x55efaa(0xe4)])&&!_0x3827b8['acBFt'](_0x3827b8[_0x55efaa(0x204)](parseFloat,_0x275cc3),_0x3827b8[_0x55efaa(0x259)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x55efaa(0x166)](_0x3827b8['ylBLt']),![];}return!![];}catch(_0x4c1a16){return logger['debug'](_0x55efaa(0x146)+_0x4c1a16[_0x55efaa(0xfb)]),![];}}[a112_0xd94137(0x1ad)](_0x3fa025=[],_0x1405b8,_0x4f3761=a112_0xd94137(0x225)){const _0x1cf8f9=a112_0xd94137,_0x43d0b0={'uPvtp':function(_0x38d7cf,_0x3cf511){return _0x38d7cf===_0x3cf511;},'djecm':_0x1cf8f9(0xcd),'pelxK':function(_0x465f34,_0x370711){return _0x465f34||_0x370711;},'FSckw':function(_0x9e80d1,_0x3422e6){return _0x9e80d1===_0x3422e6;},'eBpzG':function(_0x35e307,_0x22aad0){return _0x35e307&&_0x22aad0;},'fgeCe':'unknown','VzyIZ':function(_0x5ab10b,_0x52175f){return _0x5ab10b(_0x52175f);},'HTPMM':function(_0x1a223f,_0x3604c9){return _0x1a223f>_0x3604c9;},'eHYHQ':function(_0x1efcb6,_0x3e007f){return _0x1efcb6&&_0x3e007f;}};try{const _0x5d5099=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON['parse'](process[_0x1cf8f9(0xa3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x5d5099)return!![];const _0x1cbae4=Array[_0x1cf8f9(0x102)](_0x5d5099['includeTagsInTestingScope'])?_0x5d5099[_0x1cf8f9(0x133)]:[],_0xf998ee=Array[_0x1cf8f9(0x102)](_0x5d5099[_0x1cf8f9(0x273)])?_0x5d5099[_0x1cf8f9(0x273)]:[];if(_0x43d0b0[_0x1cf8f9(0x16a)](_0x4f3761,_0x43d0b0[_0x1cf8f9(0x116)])||_0x43d0b0['uPvtp'](_0x4f3761,FRAMEWORKS[_0x1cf8f9(0x239)])){let _0x101a12;Array[_0x1cf8f9(0x102)](_0x3fa025)?_0x101a12=_0x3fa025[_0x1cf8f9(0x291)]('\x20'):_0x101a12=_0x43d0b0[_0x1cf8f9(0x12a)](_0x3fa025,'');const _0x506795=_0x537b01=>_0x4f3761===FRAMEWORKS[_0x1cf8f9(0x239)]&&typeof _0x537b01===_0x1cf8f9(0x162)?_0x537b01[_0x1cf8f9(0x227)](/^@/,'')[_0x1cf8f9(0xc2)]()[_0x1cf8f9(0x8a)]():_0x537b01,_0x597480=_0x43d0b0[_0x1cf8f9(0x16a)](_0x4f3761,FRAMEWORKS[_0x1cf8f9(0x239)])?_0x101a12[_0x1cf8f9(0xc2)]():_0x101a12,_0x297db5=_0xf998ee[_0x1cf8f9(0x8d)](_0x1a8b00=>_0x597480[_0x1cf8f9(0x14b)](_0x506795(_0x1a8b00))),_0x20c867=_0x43d0b0['FSckw'](_0x1cbae4[_0x1cf8f9(0x276)],0x0)||_0x1cbae4[_0x1cf8f9(0x8d)](_0x2d3ad4=>_0x597480[_0x1cf8f9(0x14b)](_0x506795(_0x2d3ad4))),_0x4b6bbb=_0x43d0b0[_0x1cf8f9(0x26e)](!_0x297db5,_0x20c867);return logger[_0x1cf8f9(0x29a)](_0x1cf8f9(0x87)+(_0x1405b8?.['getPlatformIndex']?.()||_0x43d0b0[_0x1cf8f9(0x2d2)])+_0x1cf8f9(0x18d)+_0x4f3761+_0x1cf8f9(0x245)+_0x4b6bbb+_0x1cf8f9(0x192)+_0x101a12+_0x1cf8f9(0x1a5)+JSON[_0x1cf8f9(0x258)](_0x1cbae4)+_0x1cf8f9(0x161)+JSON[_0x1cf8f9(0x258)](_0xf998ee)),_0x4b6bbb;}const _0x45b22a=Array[_0x1cf8f9(0x102)](_0x3fa025)?_0x3fa025:[];let _0x517bf4=![],_0x28409e=_0x43d0b0[_0x1cf8f9(0x16a)](_0x1cbae4[_0x1cf8f9(0x276)],0x0);const _0x5d31c5=_0x253a6f=>typeof _0x253a6f===_0x1cf8f9(0x162)?_0x253a6f[_0x1cf8f9(0x227)](/^@/,'')[_0x1cf8f9(0xc2)]()[_0x1cf8f9(0x8a)]():_0x253a6f,_0x1315c3=new Set(_0x1cbae4['map'](_0x5d31c5)),_0xe17ef9=new Set(_0xf998ee[_0x1cf8f9(0x84)](_0x5d31c5));for(const _0x3de0e5 of _0x45b22a){const _0x271c05=_0x43d0b0[_0x1cf8f9(0x2e1)](_0x5d31c5,_0x3de0e5);_0xe17ef9[_0x1cf8f9(0x120)](_0x271c05)&&(_0x517bf4=!![]),_0x43d0b0[_0x1cf8f9(0xe7)](_0x1315c3[_0x1cf8f9(0x7d)],0x0)&&_0x1315c3[_0x1cf8f9(0x120)](_0x271c05)&&(_0x28409e=!![]);}const _0xde9198=_0x43d0b0[_0x1cf8f9(0xf9)](_0x28409e,!_0x517bf4);return logger['debug'](_0x1cf8f9(0x87)+(_0x1405b8?.['getPlatformIndex']?.()||_0x43d0b0[_0x1cf8f9(0x2d2)])+_0x1cf8f9(0x99)+_0xde9198+_0x1cf8f9(0x2b3)+JSON[_0x1cf8f9(0x258)](_0x45b22a)+_0x1cf8f9(0x1a5)+JSON[_0x1cf8f9(0x258)](_0x1cbae4)+_0x1cf8f9(0x161)+JSON[_0x1cf8f9(0x258)](_0xf998ee)),_0xde9198;}catch(_0x3ba2e7){return logger[_0x1cf8f9(0x29a)](_0x1cf8f9(0x87)+(_0x1405b8?.[_0x1cf8f9(0x143)]?.()||_0x43d0b0['fgeCe'])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x3ba2e7[_0x1cf8f9(0xfb)]),![];}}async[a112_0xd94137(0xfd)](_0x4a015f){const _0xd69fbe=a112_0xd94137,_0x558b21={};_0x558b21['fDroW']=function(_0x3e8759,_0x169d61){return _0x3e8759!==_0x169d61;},_0x558b21['Sjeyf']=_0xd69fbe(0x225),_0x558b21[_0xd69fbe(0x2b1)]=function(_0x527840,_0x1a749b){return _0x527840!==_0x1a749b;},_0x558b21[_0xd69fbe(0xd3)]=_0xd69fbe(0xcd),_0x558b21[_0xd69fbe(0x7e)]=function(_0xb415d6,_0x354345){return _0xb415d6!==_0x354345;},_0x558b21[_0xd69fbe(0x191)]=_0xd69fbe(0x1ef),_0x558b21[_0xd69fbe(0x2a1)]=function(_0x39a89e,_0x4a2dd6){return _0x39a89e!==_0x4a2dd6;},_0x558b21['TwFGC']=function(_0x4c1671,_0x425d44){return _0x4c1671===_0x425d44;},_0x558b21[_0xd69fbe(0xda)]=_0xd69fbe(0x1c3),_0x558b21[_0xd69fbe(0x15d)]=function(_0x5d9a84,_0x237b32){return _0x5d9a84===_0x237b32;},_0x558b21[_0xd69fbe(0x149)]=function(_0x57e482,_0x3524bd){return _0x57e482&&_0x3524bd;},_0x558b21['TQVPb']=_0xd69fbe(0x1bc),_0x558b21[_0xd69fbe(0x2c4)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x558b21[_0xd69fbe(0x2da)]=_0xd69fbe(0x19a),_0x558b21['ZFAgq']=_0xd69fbe(0x139),_0x558b21['apSpo']=function(_0x10924c,_0x4b65ad){return _0x10924c===_0x4b65ad;},_0x558b21[_0xd69fbe(0x1c0)]=function(_0x417e67,_0x3c8069){return _0x417e67===_0x3c8069;},_0x558b21[_0xd69fbe(0x2ad)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x558b21[_0xd69fbe(0x15b)]=function(_0x16fdb9,_0x3b6b4f){return _0x16fdb9===_0x3b6b4f;},_0x558b21[_0xd69fbe(0x282)]=_0xd69fbe(0x1ac),_0x558b21[_0xd69fbe(0x297)]=function(_0x1c2cf4,_0x45751f){return _0x1c2cf4>_0x45751f;},_0x558b21[_0xd69fbe(0x117)]=_0xd69fbe(0x19f),_0x558b21[_0xd69fbe(0x24b)]='test_tags',_0x558b21[_0xd69fbe(0x2d3)]=_0xd69fbe(0x1f8);const _0x5864e3=_0x558b21;if(_0x5864e3[_0xd69fbe(0x2b0)](_0x4a015f['testFramework'],_0x5864e3[_0xd69fbe(0x92)])&&_0x5864e3[_0xd69fbe(0x2b1)](_0x4a015f[_0xd69fbe(0x243)],_0x5864e3[_0xd69fbe(0xd3)])&&_0x5864e3[_0xd69fbe(0x7e)](_0x4a015f[_0xd69fbe(0x243)],_0x5864e3[_0xd69fbe(0x191)])&&_0x5864e3[_0xd69fbe(0x2a1)](_0x4a015f[_0xd69fbe(0x243)],FRAMEWORKS[_0xd69fbe(0x239)])){logger[_0xd69fbe(0x29a)]('onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x4a015f[_0xd69fbe(0x243)]+')');return;}try{const _0x2745d2=AutomationFramework[_0xd69fbe(0x18a)](),_0x492995=TestFramework[_0xd69fbe(0x18a)](),_0x2235ee=_0x4a015f[_0xd69fbe(0x98)]||global[_0xd69fbe(0x1e7)]?.[_0xd69fbe(0xe2)]||null;if(_0x5864e3[_0xd69fbe(0x2ca)](_0x4a015f[_0xd69fbe(0x243)],_0x5864e3[_0xd69fbe(0x191)])){const _0x39c08e=_0x4a015f[_0xd69fbe(0x268)]||_0x2745d2&&_0x2745d2['getPlatformCaps']&&_0x2745d2[_0xd69fbe(0x176)]()||_0x2745d2&&_0x2745d2[_0xd69fbe(0x21a)]&&_0x2745d2[_0xd69fbe(0x21a)]()||{},_0x1a43da=_0x4a015f[_0xd69fbe(0x23e)]||null,_0x28796f=this[_0xd69fbe(0x1b5)](_0x2745d2,_0x39c08e,_0x1a43da),_0x383e3b=CLIUtils[_0xd69fbe(0x1a1)]();this[_0xd69fbe(0x277)][_0xd69fbe(0x12d)](_0x383e3b,_0x28796f);global[_0xd69fbe(0x1d4)]?.['getContext']&&global[_0xd69fbe(0x1d4)][_0xd69fbe(0x18f)]()['setShouldScan'](_0x28796f);_0x28796f?(global[_0xd69fbe(0x13c)]=!![],process[_0xd69fbe(0xa3)][_0xd69fbe(0x2c6)]=_0x5864e3[_0xd69fbe(0xda)]):global[_0xd69fbe(0x13c)]=![];logger['debug'](_0xd69fbe(0x150)+_0x28796f);return;}if(_0x5864e3[_0xd69fbe(0x15d)](_0x4a015f[_0xd69fbe(0x243)],FRAMEWORKS[_0xd69fbe(0x239)])){const _0x3ae3b6=_0x4a015f[_0xd69fbe(0x22f)]||{},_0x8d336d=_0x3ae3b6[TestFrameworkConstants[_0xd69fbe(0xd7)]],_0x323a84=_0x3ae3b6[TestFrameworkConstants[_0xd69fbe(0x2e6)]]||'',_0x9e3d44=(Array['isArray'](_0x8d336d)?_0x8d336d[_0xd69fbe(0x16e)](_0x323a84)['join']('\x20'):_0x323a84)[_0xd69fbe(0x8a)](),_0x4a1e46=_0x4a015f['platformCaps']||_0x2745d2&&_0x2745d2[_0xd69fbe(0x176)]&&_0x2745d2[_0xd69fbe(0x176)]()||_0x2745d2&&_0x2745d2[_0xd69fbe(0x21a)]&&_0x2745d2[_0xd69fbe(0x21a)]()||{},_0x45318a=this[_0xd69fbe(0x1b5)](_0x2745d2,_0x4a1e46,_0x4a015f[_0xd69fbe(0x23e)]||null),_0x1262af=this['isEnabledTestcase'](_0x9e3d44,_0x2745d2,FRAMEWORKS[_0xd69fbe(0x239)]),_0x150865=_0x5864e3[_0xd69fbe(0x149)](_0x45318a,_0x1262af),_0x1191a3=CLIUtils[_0xd69fbe(0x1a1)]();this[_0xd69fbe(0x277)][_0xd69fbe(0x12d)](_0x1191a3,_0x150865);global[_0xd69fbe(0x1d4)]?.[_0xd69fbe(0x18f)]&&global[_0xd69fbe(0x1d4)][_0xd69fbe(0x18f)]()['setShouldScan'](_0x150865);_0x150865?(global[_0xd69fbe(0x13c)]=!![],process[_0xd69fbe(0xa3)][_0xd69fbe(0x2c6)]=_0x5864e3[_0xd69fbe(0xda)],this['applySendMessageToServerPatch']()):global[_0xd69fbe(0x13c)]=![];_0x492995&&_0x492995[_0xd69fbe(0x122)](_0x5864e3[_0xd69fbe(0x11c)],!![]);logger[_0xd69fbe(0x29a)](_0xd69fbe(0x1d6)+_0x45318a+_0xd69fbe(0xd8)+_0x1262af+_0xd69fbe(0x192)+_0x9e3d44);return;}if(!_0x2235ee){_0x492995&&_0x492995['updateData'](_0x5864e3[_0xd69fbe(0x11c)],!![]);logger[_0xd69fbe(0x29a)](_0x5864e3['JixkU']);return;}logger[_0xd69fbe(0x29a)](_0x5864e3[_0xd69fbe(0x2da)]);const _0x4eea3d=_0x492995?.[_0xd69fbe(0x229)](_0x5864e3[_0xd69fbe(0x121)],![]),_0x1c6831=_0x492995?.[_0xd69fbe(0x229)](_0x5864e3[_0xd69fbe(0x11c)],![]);if(_0x5864e3[_0xd69fbe(0x1c4)](_0x4eea3d,![])&&_0x5864e3['lwvll'](_0x1c6831,![])){_0x492995&&_0x492995[_0xd69fbe(0x122)](_0x5864e3[_0xd69fbe(0x121)],!![]);logger[_0xd69fbe(0x29a)](_0x5864e3[_0xd69fbe(0x2ad)]);return;}_0x492995&&_0x492995[_0xd69fbe(0x122)](_0x5864e3[_0xd69fbe(0x11c)],!![]);let _0x5a7830,_0x36878f;const _0xd97825=_0x4a015f['testFramework']||_0x5864e3[_0xd69fbe(0x92)];if(_0x5864e3[_0xd69fbe(0x15b)](_0xd97825,_0x5864e3['MsHKi'])){_0x36878f=_0x4a015f[_0xd69fbe(0x193)]?.[_0xd69fbe(0x105)]||_0x4a015f[_0xd69fbe(0x193)]?.['id']||global[_0xd69fbe(0x230)]||global[_0xd69fbe(0x1e7)]?.[_0xd69fbe(0xa6)]?.[_0xd69fbe(0x105)]||global[_0xd69fbe(0x1e7)]?.[_0xd69fbe(0xa6)]?.['id'];const _0x270a9b=_0x492995?.[_0xd69fbe(0x23d)]()?.[_0xd69fbe(0x8f)](_0x36878f);if(_0x270a9b&&_0x270a9b[TestFrameworkConstants[_0xd69fbe(0x2e6)]])_0x5a7830=_0x270a9b[TestFrameworkConstants[_0xd69fbe(0x2e6)]];else{if(_0x4a015f['testInfo']?.[_0xd69fbe(0x171)])_0x5a7830=_0x4a015f['testInfo'][_0xd69fbe(0x171)];else global['__workerDetails']?.[_0xd69fbe(0xa6)]?.[_0xd69fbe(0x193)]?.[_0xd69fbe(0x171)]?_0x5a7830=global[_0xd69fbe(0x1e7)][_0xd69fbe(0xa6)]['testInfo'][_0xd69fbe(0x171)]:_0x5a7830=_0x5864e3[_0xd69fbe(0x282)];}logger[_0xd69fbe(0x29a)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x36878f+',\x20testName='+JSON['stringify'](_0x5a7830));}else{_0x36878f=this[_0xd69fbe(0x256)](_0x4a015f);const _0x42bd5f=TestInfo[_0xd69fbe(0x1f6)](_0x36878f);let _0x6599ef=[];if(_0x42bd5f&&Array['isArray'](_0x42bd5f[_0xd69fbe(0x198)])&&_0x5864e3[_0xd69fbe(0x297)](_0x42bd5f[_0xd69fbe(0x198)][_0xd69fbe(0x276)],0x0))_0x6599ef=_0x42bd5f[_0xd69fbe(0x198)];else{if(_0x492995){const _0x4c50a5=_0x5864e3[_0xd69fbe(0x15b)](typeof _0x492995['getData'],_0x5864e3[_0xd69fbe(0x117)])?_0x492995['getData'](_0x5864e3[_0xd69fbe(0x24b)],[]):_0x492995['test_tags']||[];Array['isArray'](_0x4c50a5)&&(_0x6599ef=_0x4c50a5);}}_0x5a7830=_0x6599ef;}logger['info']('test-tags-->\x20'+JSON[_0xd69fbe(0x258)](_0x5a7830));const _0x32ccbb=this['isPlatformSupported'](_0x2745d2,_0x4a015f['platformCaps'],_0x4a015f[_0xd69fbe(0x23e)]);logger[_0xd69fbe(0x29a)](_0xd69fbe(0xe0)+_0x32ccbb+_0xd69fbe(0xea)+this[_0xd69fbe(0x2c8)]);const _0x380b95=this['isEnabledTestcase'](_0x5a7830,_0x2745d2,_0xd97825),_0x18e6ba=_0x5864e3['ZPINP'](_0x32ccbb,_0x380b95),_0x58b468=CLIUtils[_0xd69fbe(0x1a1)]();this[_0xd69fbe(0x277)]['set'](_0x58b468,_0x18e6ba),global['Context']?.[_0xd69fbe(0x18f)]&&global[_0xd69fbe(0x1d4)]['getContext']()['setShouldScan'](_0x18e6ba),logger[_0xd69fbe(0x29a)](_0xd69fbe(0x87)+(_0x2745d2?.['getPlatformIndex']?.()||_0x5864e3['DqUqK'])+_0xd69fbe(0x28c)+_0x18e6ba),_0x18e6ba?(global[_0xd69fbe(0x13c)]=!![],process['env'][_0xd69fbe(0x2c6)]=_0x5864e3[_0xd69fbe(0xda)],this['applySendMessageToServerPatch']()):global['accessibilityPlatform']=![];}catch(_0x217f49){logger['error'](_0xd69fbe(0x80)+(_0x217f49['stack']||_0x217f49['message']));const _0x24dbac=CLIUtils[_0xd69fbe(0x1a1)]();this[_0xd69fbe(0x277)][_0xd69fbe(0x12d)](_0x24dbac,![]),global['accessibilityPlatform']=![];}}[a112_0xd94137(0x114)](){const _0x11fbbf=a112_0xd94137;return this[_0x11fbbf(0x2ee)][_0x11fbbf(0xcf)](_0x31c34a=>_0x31c34a[_0x11fbbf(0x21c)]()===_0x11fbbf(0xe8))?.[_0x11fbbf(0x215)]()||'';}[a112_0xd94137(0xf7)](_0x422d69){const _0x17a3c7=a112_0xd94137;try{const _0x304419=this[_0x17a3c7(0x1f1)]?.[_0x17a3c7(0x115)]?.[_0x17a3c7(0x2ef)]||[],_0x3cfda9=_0x304419[_0x17a3c7(0xcf)](_0x2b439a=>_0x2b439a['name']===_0x422d69);return _0x3cfda9?_0x3cfda9[_0x17a3c7(0x2a2)]:null;}catch(_0x4be5dd){return logger[_0x17a3c7(0x29a)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x422d69+':\x20'+_0x4be5dd[_0x17a3c7(0xfb)]),null;}}async[a112_0xd94137(0x1fe)](_0x53a284,_0xfb829a){const _0x587cf7=a112_0xd94137,_0x11eca1={};_0x11eca1['VJThO']=_0x587cf7(0xc4);const _0xfe7fc5=_0x11eca1,_0x21ed13=_0x53a284[_0x587cf7(0x2be)]()[_0x587cf7(0x29e)]();this[_0x587cf7(0x290)](_0x21ed13,_0xfe7fc5['VJThO']),this[_0x587cf7(0x2ee)]=_0x21ed13[_0x587cf7(0x158)](),await this[_0x587cf7(0x250)](this[_0x587cf7(0x2ee)],_0xfb829a[_0x587cf7(0x23e)]);}['_readChromeOptionsCapability'](_0x5bbdc5,_0x31b51d){const _0x36ad22=a112_0xd94137,_0x12eb51={};_0x12eb51[_0x36ad22(0x1bf)]=function(_0x530098,_0x1eee23){return _0x530098===_0x1eee23;},_0x12eb51['UBjfC']=_0x36ad22(0x162);const _0x186280=_0x12eb51;try{const _0x154926=(_0x5bbdc5[_0x36ad22(0x158)]()||[])[_0x36ad22(0xcf)](_0x5bdb03=>_0x5bdb03[_0x36ad22(0x21c)]()==='goog:chromeOptions');if(!_0x154926)return null;const _0x1b3b6e=_0x154926[_0x36ad22(0x215)]();if(!_0x1b3b6e)return null;const _0x2cf4ae=_0x186280[_0x36ad22(0x1bf)](typeof _0x1b3b6e,_0x186280['UBjfC'])?JSON[_0x36ad22(0x108)](_0x1b3b6e):_0x1b3b6e;return logger['debug']('[AccessibilityModule]\x20goog:chromeOptions\x20read\x20from\x20the\x20'+_0x31b51d+_0x36ad22(0x253)),_0x2cf4ae;}catch(_0xba86e7){return logger[_0x36ad22(0x29a)](_0x36ad22(0x1e5)+_0x31b51d+_0x36ad22(0xee)+_0xba86e7[_0x36ad22(0xfb)]),null;}}[a112_0xd94137(0x290)](_0x4e192f,_0xcca7b){const _0x21fa69=a112_0xd94137,_0x3867a6={};_0x3867a6[_0x21fa69(0xdf)]=function(_0x351169,_0x2def31){return _0x351169>_0x2def31;},_0x3867a6['FbeWp']=_0x21fa69(0x2a8),_0x3867a6[_0x21fa69(0x17f)]=_0x21fa69(0x11e);const _0x24cae6=_0x3867a6;try{const _0x347cf4=_0x4e192f[_0x21fa69(0x2b7)](),_0x264e2b=_0x4e192f['getCommandsToWrap']()?.[_0x21fa69(0x134)](),_0x43a1bb=this[_0x21fa69(0xaa)](_0x4e192f,_0xcca7b);_0x43a1bb&&(scripts[_0x21fa69(0x2cf)]=_0x43a1bb),_0x347cf4&&_0x24cae6[_0x21fa69(0xdf)](_0x347cf4['length'],0x0)?(scripts[_0x21fa69(0x228)](_0x347cf4,_0x264e2b),scripts['toJson'](),logger['debug'](_0x24cae6[_0x21fa69(0xdc)])):logger[_0x21fa69(0x29a)](_0x24cae6['wnCCR']);}catch(_0x2d69c0){logger[_0x21fa69(0x29a)](_0x21fa69(0x25e)+_0x2d69c0[_0x21fa69(0xfb)]);}}async[a112_0xd94137(0x250)](_0x1c4872,_0x25ed1a={}){const _0x32c535=a112_0xd94137,_0x40c74c={'KPaAk':_0x32c535(0x1ae),'eUMrE':_0x32c535(0x20d),'DxgNi':function(_0x40b3e9,_0x2553c8){return _0x40b3e9===_0x2553c8;},'JKpvw':_0x32c535(0x1a2),'cQmsc':function(_0x6ebc1c,_0x2ab9df){return _0x6ebc1c(_0x2ab9df);},'gBSOD':_0x32c535(0x140),'xPSmm':_0x32c535(0x24d),'UVAze':'hex','pgSAA':function(_0x2134b4,_0x43ce8c){return _0x2134b4||_0x43ce8c;},'fqhfi':_0x32c535(0x165),'RwrEs':function(_0x26f953,_0x2960a8){return _0x26f953(_0x2960a8);},'SdOUO':'../../../helpers/accessibility-automation/helper','xrTuS':_0x32c535(0x14c),'nVirl':function(_0x5ac4ba,_0x2bb0e0){return _0x5ac4ba(_0x2bb0e0);},'vDoAH':_0x32c535(0x196),'oYbFw':_0x32c535(0x20c),'EdoYD':_0x32c535(0x2ed),'MqGxX':_0x32c535(0x1cf),'QTbvX':function(_0x16b3fe,_0x1bfdf0){return _0x16b3fe===_0x1bfdf0;},'vjuFx':_0x32c535(0x262),'ECORh':'browserstack.accessibilityOptions.scannerProcessingTimeout','qiWVF':function(_0x5c192f,_0x366d03){return _0x5c192f===_0x366d03;},'JSTyk':'isMobileScanningEnabledForGroup','kpbTi':function(_0x5f0d96,_0x302a6b){return _0x5f0d96(_0x302a6b);},'sWlZh':function(_0x1f7bdf,_0x390fd3){return _0x1f7bdf===_0x390fd3;},'BSMyg':_0x32c535(0x1c3)};global[_0x32c535(0x212)]=global[_0x32c535(0x212)]||{};const _0x1fed33=Array[_0x32c535(0x102)](_0x1c4872)?_0x1c4872[_0x32c535(0x276)]:_0x40c74c[_0x32c535(0x9f)];logger['debug'](_0x32c535(0x23b)+_0x1fed33+'\x20worker=\x22'+(process[_0x32c535(0xa3)][_0x32c535(0x20b)]||_0x40c74c[_0x32c535(0x82)])+'\x22\x20pid='+process[_0x32c535(0x24f)]);for(const _0x1a93ec of _0x1c4872){logger[_0x32c535(0x29a)](_0x32c535(0x170)+_0x1a93ec[_0x32c535(0x21c)]());if(_0x40c74c[_0x32c535(0xba)](_0x1a93ec[_0x32c535(0x21c)](),_0x40c74c[_0x32c535(0x275)])){const _0x59e7c2=_0x1a93ec[_0x32c535(0x215)](),_0x1c0d0a=_0x59e7c2?_0x40c74c['cQmsc'](require,_0x40c74c['gBSOD'])[_0x32c535(0x1cd)](_0x40c74c[_0x32c535(0x1d2)])['update'](_0x59e7c2)[_0x32c535(0x2bd)](_0x40c74c[_0x32c535(0x14a)])[_0x32c535(0x219)](0x0,0x8):'';logger[_0x32c535(0x27a)](_0x32c535(0x81)+_0x40c74c[_0x32c535(0x1e3)](_0x59e7c2,'')[_0x32c535(0x276)]+_0x32c535(0x1d0)+_0x1c0d0a+_0x32c535(0xd2)+(process[_0x32c535(0xa3)]['JEST_WORKER_ID']||_0x40c74c[_0x32c535(0x82)])+_0x32c535(0xc0)+process[_0x32c535(0x24f)]),process[_0x32c535(0xa3)]['BS_A11Y_JWT']=_0x59e7c2,global[_0x32c535(0x212)][_0x40c74c[_0x32c535(0x248)]]=_0x59e7c2;const _0x549708=_0x40c74c[_0x32c535(0x160)](require,_0x40c74c[_0x32c535(0xdd)]),{isTrue:_0x5602c0}=_0x40c74c[_0x32c535(0x2cb)](require,_0x40c74c[_0x32c535(0x1a9)]),_0x4c97b6=_0x549708[_0x32c535(0x14f)](_0x59e7c2);_0x4c97b6&&_0x40c74c[_0x32c535(0x106)](_0x5602c0,_0x4c97b6[_0x32c535(0x246)])&&(process[_0x32c535(0xa3)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x40c74c[_0x32c535(0xba)](_0x1a93ec[_0x32c535(0x21c)](),_0x40c74c['vDoAH']))global['__accessibilityOptions'][_0x40c74c['oYbFw']]=_0x1a93ec[_0x32c535(0x215)]();else{if(_0x40c74c['DxgNi'](_0x1a93ec[_0x32c535(0x21c)](),_0x40c74c[_0x32c535(0xe6)]))global[_0x32c535(0x212)][_0x40c74c[_0x32c535(0x2ab)]]=_0x1a93ec[_0x32c535(0x215)]();else{if(_0x40c74c[_0x32c535(0xde)](_0x1a93ec[_0x32c535(0x21c)](),_0x40c74c[_0x32c535(0x2bf)]))global[_0x32c535(0x212)][_0x40c74c[_0x32c535(0x104)]]=_0x1a93ec[_0x32c535(0x215)]();else{if(_0x40c74c[_0x32c535(0x2c0)](_0x1a93ec[_0x32c535(0x21c)](),_0x40c74c[_0x32c535(0x2a4)])){const _0x59293e=_0x1a93ec['getValue']();process[_0x32c535(0xa3)][_0x32c535(0x1d7)]=_0x40c74c[_0x32c535(0x260)](String,_0x40c74c[_0x32c535(0xde)](_0x59293e,!![])||_0x40c74c[_0x32c535(0x145)](_0x59293e,_0x40c74c[_0x32c535(0x26a)])),logger['debug'](_0x32c535(0x28b)+_0x59293e+_0x32c535(0x270)+process['env'][_0x32c535(0x1d7)]);}}}}}}}async[a112_0xd94137(0x185)](_0x4649b6){const _0x124ff1=a112_0xd94137,_0x32ddac={};_0x32ddac[_0x124ff1(0x267)]=function(_0x137d56,_0x267834){return _0x137d56!==_0x267834;},_0x32ddac[_0x124ff1(0x15f)]='cucumber',_0x32ddac[_0x124ff1(0xfa)]=_0x124ff1(0xcd),_0x32ddac['yssOm']=function(_0x31f2f1,_0x443540){return _0x31f2f1!==_0x443540;},_0x32ddac[_0x124ff1(0xe3)]='testcafe',_0x32ddac[_0x124ff1(0x1fc)]=function(_0x33a40f,_0x17b414){return _0x33a40f!==_0x17b414;},_0x32ddac[_0x124ff1(0x1e1)]='unknown';const _0xc91b4b=_0x32ddac;if(_0xc91b4b['cSWtC'](_0x4649b6['testFramework'],_0xc91b4b['KhtHd'])&&_0xc91b4b[_0x124ff1(0x267)](_0x4649b6[_0x124ff1(0x243)],_0xc91b4b[_0x124ff1(0xfa)])&&_0xc91b4b[_0x124ff1(0x125)](_0x4649b6['testFramework'],_0xc91b4b[_0x124ff1(0xe3)])&&_0xc91b4b['XfpTh'](_0x4649b6['testFramework'],FRAMEWORKS['NODE_GENERIC'])){logger[_0x124ff1(0x29a)](_0x124ff1(0x9c)+_0x4649b6['testFramework']+')');return;}const _0x342c80=_0x4649b6[_0x124ff1(0x193)]?.['testAnalyticsId']||_0x4649b6[_0x124ff1(0x193)]?.['id']||global[_0x124ff1(0x230)];logger[_0x124ff1(0x27a)](_0x124ff1(0x2d6)+_0x4649b6[_0x124ff1(0x243)]+_0x124ff1(0x172)+_0x342c80);try{const _0xaa4d38=_0x4649b6[_0x124ff1(0x25a)]||AutomationFramework[_0x124ff1(0x18a)](),_0x5b4e62=CLIUtils[_0x124ff1(0x1a1)](),_0xad561b=this[_0x124ff1(0x1be)]();logger[_0x124ff1(0x29a)](_0x124ff1(0x87)+(_0xaa4d38?.[_0x124ff1(0x143)]?.()||_0xc91b4b[_0x124ff1(0x1e1)])+_0x124ff1(0x263)+_0xad561b),_0xad561b&&await this['stopTestCapture'](_0xaa4d38,_0x4649b6),this[_0x124ff1(0x277)]['delete'](_0x5b4e62),this[_0x124ff1(0xef)][_0x124ff1(0x2c5)](_0x5b4e62);}catch(_0xff14f){logger['error']('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0xff14f[_0x124ff1(0x147)]||_0xff14f[_0x124ff1(0xfb)]));}}async[a112_0xd94137(0x271)](_0x50c5bb,_0x57f0b3){const _0x963cc7=a112_0xd94137,_0x40cba5={};_0x40cba5['cSFSK']=function(_0x470f86,_0x4d0f45){return _0x470f86===_0x4d0f45;},_0x40cba5[_0x963cc7(0x2de)]='function',_0x40cba5[_0x963cc7(0x1ab)]=_0x963cc7(0xcd),_0x40cba5[_0x963cc7(0xc9)]=_0x963cc7(0x225),_0x40cba5['SJwCx']=function(_0x134308,_0x298879){return _0x134308===_0x298879;},_0x40cba5[_0x963cc7(0x12f)]=_0x963cc7(0x1de),_0x40cba5['znaEr']=_0x963cc7(0x277),_0x40cba5[_0x963cc7(0xbf)]=_0x963cc7(0x299),_0x40cba5[_0x963cc7(0x18c)]=_0x963cc7(0x1f8),_0x40cba5[_0x963cc7(0x2a7)]=_0x963cc7(0x2af),_0x40cba5['NlibR']=_0x963cc7(0x186),_0x40cba5[_0x963cc7(0x22c)]=function(_0xa11289,_0x3342d9){return _0xa11289===_0x3342d9;},_0x40cba5[_0x963cc7(0x22b)]=function(_0x348cf9,_0x580318){return _0x348cf9||_0x580318;},_0x40cba5[_0x963cc7(0x137)]=function(_0x510391,_0x5456a3){return _0x510391||_0x5456a3;},_0x40cba5['rmzsK']=_0x963cc7(0xf0),_0x40cba5['aIdHu']=_0x963cc7(0x224),_0x40cba5['auDQc']=_0x963cc7(0x266);const _0x4558e9=_0x40cba5;try{const _0x51f5fd=_0x57f0b3['testFramework']||(_0x4558e9[_0x963cc7(0x2e4)](this[_0x963cc7(0x1d8)]?.[_0x963cc7(0x28e)]?.[_0x963cc7(0xc2)](),_0x4558e9[_0x963cc7(0x1ab)])?_0x4558e9[_0x963cc7(0x1ab)]:_0x4558e9[_0x963cc7(0xc9)]);let _0x4fe071='',_0x4cab8e=null,_0xb96d9c=null;if(_0x4558e9[_0x963cc7(0x221)](_0x51f5fd,_0x4558e9[_0x963cc7(0x1ab)])){_0x4cab8e=_0x57f0b3['testInfo']?.[_0x963cc7(0x105)]||_0x57f0b3[_0x963cc7(0x193)]?.['id']||global[_0x963cc7(0x230)];if(!_0x4cab8e){logger[_0x963cc7(0x166)](_0x4558e9[_0x963cc7(0x12f)]);return;}try{const _0x29f740=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x963cc7(0xa3)][_0x963cc7(0x21e)],_0x4558e9[_0x963cc7(0x194)],_0x4558e9['kpGUH'],_0x4cab8e),_0x5bcea2=AccessibilityModule[_0x963cc7(0x269)](null,_0x29f740);_0x4fe071=_0x5bcea2?.[_0x963cc7(0x21f)]||'',logger[_0x963cc7(0x29a)](_0x963cc7(0x1ce)+_0x4fe071+_0x963cc7(0x1e9)+_0x4cab8e),_0xb96d9c=_0x29f740;}catch(_0x32bc99){logger[_0x963cc7(0x22d)](_0x963cc7(0x1e8)+_0x32bc99[_0x963cc7(0xfb)]);return;}}else{const _0x32da07=this[_0x963cc7(0x256)](_0x57f0b3);_0x4fe071=TestInfo['getTestUUID'](_0x32da07);}const _0x5151da=((()=>{const _0x3bb4b5=_0x963cc7,_0x272e46=(this[_0x3bb4b5(0x1f1)]?.[_0x3bb4b5(0x115)]?.[_0x3bb4b5(0x2ef)]||[])['find'](_0x34f98c=>(typeof _0x34f98c[_0x3bb4b5(0x21c)]==='function'?_0x34f98c['getName']():_0x34f98c['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x272e46?_0x4558e9[_0x3bb4b5(0x2e4)](typeof _0x272e46[_0x3bb4b5(0x215)],_0x4558e9[_0x3bb4b5(0x2de)])?_0x272e46[_0x3bb4b5(0x215)]():_0x272e46[_0x3bb4b5(0x2a2)]:'';})()),_0x553d42=process['env'][_0x963cc7(0xa0)]||'';logger['debug']('[platform\x20-\x20'+(_0x50c5bb?.[_0x963cc7(0x143)]?.()||_0x4558e9[_0x963cc7(0x18c)])+_0x963cc7(0x16b)+_0x4fe071+_0x963cc7(0xce)+_0x5151da+_0x963cc7(0x2a0)+(_0x553d42?_0x4558e9[_0x963cc7(0x2a7)]:_0x4558e9['NlibR']));let _0x2b61ff;if(_0x4558e9[_0x963cc7(0x22c)](_0x51f5fd,_0x4558e9[_0x963cc7(0x1ab)]))_0x2b61ff=AccessibilityModule['loadDriverExecuteParams'](_0x4fe071,_0xb96d9c);else{const _0x201f8c=await GrpcClient[_0x963cc7(0x1ca)]()[_0x963cc7(0x25d)](process[_0x963cc7(0xa3)][_0x963cc7(0x21e)],_0x4558e9['znaEr'],_0x4558e9[_0x963cc7(0xbf)]);_0x2b61ff=AccessibilityModule[_0x963cc7(0x269)](_0x4fe071,_0x201f8c);}logger[_0x963cc7(0x29a)](_0x963cc7(0x294)+JSON[_0x963cc7(0x258)](_0x2b61ff));const _0x553ed6=Object['assign']({},{'thTestRunUuid':_0x4558e9[_0x963cc7(0x22b)](_0x4fe071,''),'thBuildUuid':_0x4558e9[_0x963cc7(0x137)](_0x5151da,''),'thJwtToken':_0x4558e9['bdDLD'](_0x553d42,'')},_0x2b61ff);!this['isAppAccessibility']&&this['isMobileWebSession']()&&(_0x553ed6['is_mobile_session']=!![],logger[_0x963cc7(0x29a)](_0x4558e9[_0x963cc7(0x298)]));logger[_0x963cc7(0x29a)](_0x963cc7(0x144)+_0x4fe071+_0x963cc7(0xea)+this[_0x963cc7(0x2c8)]);let _0x212467=global[_0x963cc7(0x1e7)]?.[_0x963cc7(0xe2)]||null;!_0x212467&&(_0x212467=AutomationFramework[_0x963cc7(0x2d7)](_0x50c5bb,_0x4558e9[_0x963cc7(0x174)],null)),!_0x212467&&(_0x212467=AutomationFramework[_0x963cc7(0x2d7)](_0x50c5bb,_0x4558e9[_0x963cc7(0x244)],null)),await this['finishScanningForCli'](this[_0x963cc7(0x1be)](),_0x4fe071,_0x212467,_0x553ed6,this[_0x963cc7(0x2c8)]);}catch(_0x3d3b6b){logger[_0x963cc7(0x22d)](_0x963cc7(0x2e5)+(_0x3d3b6b['stack']||_0x3d3b6b['message']));}}async['finishScanningForCli'](_0x323d43,_0x314c98,_0x5b811c,_0x267d66,_0x6caf28){const _0x33892e=a112_0xd94137,_0x512fef={};_0x512fef['jgxeg']=_0x33892e(0x299),_0x512fef[_0x33892e(0x11a)]=function(_0x2908ab,_0x53b0e5){return _0x2908ab&&_0x53b0e5;},_0x512fef[_0x33892e(0x2ea)]=_0x33892e(0x123),_0x512fef[_0x33892e(0x20a)]=function(_0x255e80,_0x18ea66){return _0x255e80===_0x18ea66;},_0x512fef['OAANh']=_0x33892e(0x186),_0x512fef['Blpgc']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x512fef['aVAvI']=_0x33892e(0x1b7),_0x512fef['vbpkS']='afterTestHook',_0x512fef[_0x33892e(0x19d)]=_0x33892e(0x20f),_0x512fef[_0x33892e(0x1aa)]=function(_0x9f9e2,_0x9a14ac){return _0x9f9e2&&_0x9a14ac;},_0x512fef[_0x33892e(0x178)]=_0x33892e(0x26f),_0x512fef['kwasM']='a11y:save-results',_0x512fef[_0x33892e(0xa9)]=_0x33892e(0xd9);const _0x1bfc40=_0x512fef;try{const _0xf6cf6b=this['getScriptByName'](_0x1bfc40['jgxeg']);if(_0x1bfc40['QtgeX'](!_0x6caf28,!_0xf6cf6b)){logger[_0x33892e(0x29a)](_0x1bfc40[_0x33892e(0x2ea)]);return;}if(!_0x314c98||_0x1bfc40[_0x33892e(0x20a)](_0x314c98,_0x1bfc40[_0x33892e(0x168)])||_0x1bfc40[_0x33892e(0x20a)](_0x314c98,'')){logger['debug'](_0x1bfc40[_0x33892e(0x197)]);return;}logger['debug'](_0x33892e(0x2b6)+JSON['stringify'](_0x267d66)),_0x323d43&&(logger['debug'](_0x1bfc40[_0x33892e(0x205)]),await this['performScanForCli'](_0x5b811c,_0x314c98,_0x1bfc40[_0x33892e(0xb9)],_0x267d66,_0x6caf28,_0x1bfc40[_0x33892e(0x19d)]),_0x1bfc40['PCqLs'](!_0x6caf28,_0xf6cf6b)&&(logger['debug'](_0x1bfc40[_0x33892e(0x178)]),await PerformanceTester['measureWrapper'](_0x1bfc40[_0x33892e(0x286)],async()=>{const _0x1f786e=_0x33892e;await this[_0x1f786e(0x175)](_0x5b811c,_0x314c98,_0x1bfc40['jgxeg'],_0x267d66,_0x6caf28,_0x1bfc40[_0x1f786e(0x29d)]);})()),logger['info'](_0x1bfc40[_0x33892e(0xa9)]));}catch(_0x28f72a){logger[_0x33892e(0x22d)](_0x33892e(0xca)+(_0x28f72a[_0x33892e(0x147)]||_0x28f72a['message']));}}async[a112_0xd94137(0x1c1)](_0x3896ad){const _0x576f69=a112_0xd94137,_0x542afb={};_0x542afb[_0x576f69(0x199)]=function(_0x4570db,_0x4c6b48){return _0x4570db!==_0x4c6b48;},_0x542afb[_0x576f69(0x281)]=_0x576f69(0x225),_0x542afb[_0x576f69(0x1a0)]=_0x576f69(0xcd),_0x542afb[_0x576f69(0xbd)]=_0x576f69(0x1ef),_0x542afb[_0x576f69(0x24c)]=function(_0x2f5b3b,_0x5bc5a0){return _0x2f5b3b!==_0x5bc5a0;},_0x542afb[_0x576f69(0xd4)]='unknown',_0x542afb['xfQoY']=_0x576f69(0x265),_0x542afb[_0x576f69(0x9a)]=function(_0x474728,_0x3bea85){return _0x474728&&_0x3bea85;},_0x542afb[_0x576f69(0x94)]=function(_0x3cac0e,_0xa4af4){return _0x3cac0e===_0xa4af4;},_0x542afb[_0x576f69(0x203)]=_0x576f69(0x2b8),_0x542afb[_0x576f69(0xeb)]=_0x576f69(0x277),_0x542afb['Nukae']='performScan',_0x542afb[_0x576f69(0x29f)]=function(_0xf6e508,_0xa6816d){return _0xf6e508===_0xa6816d;},_0x542afb['HuwIw']=_0x576f69(0x2a3),_0x542afb[_0x576f69(0x2c2)]=_0x576f69(0x119),_0x542afb['hInou']=function(_0x47f20b,_0x4e6b9c){return _0x47f20b===_0x4e6b9c;},_0x542afb[_0x576f69(0xa4)]=_0x576f69(0x20f),_0x542afb[_0x576f69(0x2bb)]=_0x576f69(0x186);const _0x1b9e8f=_0x542afb;if(_0x1b9e8f[_0x576f69(0x199)](_0x3896ad[_0x576f69(0x243)],_0x1b9e8f[_0x576f69(0x281)])&&_0x1b9e8f[_0x576f69(0x199)](_0x3896ad[_0x576f69(0x243)],_0x1b9e8f[_0x576f69(0x1a0)])&&_0x1b9e8f['POTqH'](_0x3896ad['testFramework'],_0x1b9e8f[_0x576f69(0xbd)])&&_0x1b9e8f[_0x576f69(0x24c)](_0x3896ad[_0x576f69(0x243)],FRAMEWORKS[_0x576f69(0x239)])){logger[_0x576f69(0x29a)](_0x576f69(0x19b)+_0x3896ad[_0x576f69(0x243)]+')');return;}logger['debug']('onBeforeExecute:\x20command='+(_0x3896ad[_0x576f69(0xb1)]||_0x1b9e8f[_0x576f69(0xd4)])+_0x576f69(0x179)+_0x3896ad[_0x576f69(0x243)]);try{const _0x3893cd=_0x3896ad[_0x576f69(0x25a)]||AutomationFramework['getTrackedInstance'](),_0x2d5b1d=TestFramework[_0x576f69(0x18a)](),_0x35c957=_0x3896ad[_0x576f69(0xb1)]||_0x3896ad[_0x576f69(0x255)]?.[_0x576f69(0x21c)]();if(!_0x35c957){logger['debug'](_0x1b9e8f['xfQoY']);return;}if(!this[_0x576f69(0x1be)]()){logger[_0x576f69(0x29a)](_0x576f69(0x15a)+_0x35c957);return;}if(!this[_0x576f69(0xb5)](_0x35c957)){logger[_0x576f69(0x29a)](_0x576f69(0x89)+_0x35c957+_0x576f69(0x1fa));return;}const _0x2f78e9=_0x3896ad[_0x576f69(0x98)]||global[_0x576f69(0x1e7)]?.[_0x576f69(0xe2)],_0x3d6a17=_0x3896ad[_0x576f69(0x2ec)]||null;if(_0x1b9e8f[_0x576f69(0x9a)](!_0x2f78e9,!_0x3d6a17)){logger['debug'](_0x576f69(0x1a4)+_0x35c957);return;}let _0x512e0e='',_0x95bf15=null;if(_0x1b9e8f['xwgEt'](_0x3896ad[_0x576f69(0x243)],_0x1b9e8f['LLJop'])){_0x95bf15=_0x3896ad[_0x576f69(0x193)]?.[_0x576f69(0x105)]||_0x3896ad[_0x576f69(0x193)]?.['id']||global[_0x576f69(0x230)];if(!_0x95bf15){logger[_0x576f69(0x166)](_0x1b9e8f[_0x576f69(0x203)]);return;}try{const _0x500e88=await GrpcClient[_0x576f69(0x1ca)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x576f69(0x21e)],_0x1b9e8f[_0x576f69(0xeb)],_0x1b9e8f[_0x576f69(0x1b4)],_0x95bf15),_0x429a4e=AccessibilityModule['loadDriverExecuteParams'](null,_0x500e88);_0x512e0e=_0x429a4e?.[_0x576f69(0x21f)]||'',logger['debug'](_0x576f69(0x2aa)+_0x512e0e+_0x576f69(0x1e9)+_0x95bf15);}catch(_0x41557b){logger['error']('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x41557b[_0x576f69(0xfb)]);return;}}else _0x1b9e8f[_0x576f69(0x29f)](_0x3896ad[_0x576f69(0x243)],FRAMEWORKS[_0x576f69(0x239)])?_0x512e0e=_0x3896ad['testRunId']||'':(_0x512e0e=this[_0x576f69(0xf7)](_0x1b9e8f[_0x576f69(0x180)])||'',!_0x512e0e&&this['isMobileWebSession']()&&(_0x512e0e=accessibilityHelper['resolveMobileThTestRunUuid']()));const _0x1e83e0=this[_0x576f69(0xf7)](_0x1b9e8f[_0x576f69(0x2c2)])||this[_0x576f69(0x1f1)][this[_0x576f69(0x132)]]||null,_0x4f59b1=process[_0x576f69(0xa3)][_0x576f69(0xa0)]||'',_0x16cac8=this[_0x576f69(0x213)](_0x35c957,_0x512e0e,_0x1e83e0,_0x4f59b1),_0x24d476=_0x1b9e8f['hInou'](_0x3896ad['testFramework'],_0x1b9e8f[_0x576f69(0x1a0)])?await AccessibilityModule[_0x576f69(0x21d)](_0x1b9e8f[_0x576f69(0xa4)],_0x512e0e,_0x95bf15):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x1b9e8f[_0x576f69(0xa4)],_0x512e0e);logger['info']('ScanArgs:\x20'+(_0x16cac8?JSON[_0x576f69(0x258)](_0x16cac8):_0x1b9e8f[_0x576f69(0x2bb)]));let _0x3de108=CLIUtils[_0x576f69(0x112)](_0x16cac8,_0x24d476);if(this[_0x576f69(0x2c8)]){const _0xe7313a=process['env'][_0x576f69(0x7c)]||'';_0x3de108[_0x576f69(0x155)]&&(_0x3de108[_0x576f69(0x231)]=_0x3de108[_0x576f69(0x155)],delete _0x3de108['centralAuthToken']),_0x3de108=Object[_0x576f69(0x9b)]({},_0x3de108,{'authHeader':_0x3de108[_0x576f69(0x93)]||_0xe7313a,'method':_0x35c957,'scanTimestamp':Date['now']()[_0x576f69(0x2ba)]()});}logger['info'](_0x576f69(0x234)+(_0x3de108?JSON['stringify'](_0x3de108):_0x1b9e8f[_0x576f69(0x2bb)])),logger[_0x576f69(0x29a)](_0x576f69(0x195)+_0x35c957);const _0x2c713e=this[_0x576f69(0x2c8)]?_0x3d6a17:_0x2f78e9,_0x285047=await this[_0x576f69(0x175)](_0x2c713e,_0x512e0e,_0x35c957,_0x3de108,this[_0x576f69(0x2c8)]);logger[_0x576f69(0x29a)](_0x576f69(0x135)+_0x35c957+_0x576f69(0x24a)+JSON['stringify'](_0x285047));}catch(_0x20f0d7){logger[_0x576f69(0x22d)](_0x576f69(0x1f3)+(_0x20f0d7[_0x576f69(0x147)]||_0x20f0d7[_0x576f69(0xfb)]));}}[a112_0xd94137(0x19c)](){return this['getCurrentAccessibilityStatus']();}[a112_0xd94137(0x237)](_0xb21082){const _0x5d87d4=a112_0xd94137,_0x7ded37=CLIUtils[_0x5d87d4(0x1a1)]();this[_0x5d87d4(0x277)][_0x5d87d4(0x12d)](_0x7ded37,_0xb21082);}async[a112_0xd94137(0x27e)](_0x1b8255){const _0x58804d=a112_0xd94137,_0x528d94={};_0x528d94['RFaLu']=_0x58804d(0x1f8);const _0x113f9d=_0x528d94;try{const _0x57b205=_0x1b8255[_0x58804d(0x25a)]||AutomationFramework[_0x58804d(0x18a)](),_0x56b1cb=_0x57b205?.['getData']?.()?.[_0x58804d(0x8f)]?.(this[_0x58804d(0x28a)])||![];if(_0x56b1cb)return;PerformanceTester[_0x58804d(0x1dd)](EVENTS[_0x58804d(0x15c)]);const _0x21daf6=await GrpcClient[_0x58804d(0x1ca)]()[_0x58804d(0xe5)](_0x1b8255);_0x21daf6&&_0x21daf6['getAccessibility']&&_0x21daf6[_0x58804d(0x2be)]()&&_0x21daf6[_0x58804d(0x2be)]()[_0x58804d(0x13a)]()?(await this[_0x58804d(0x208)](_0x21daf6,_0x1b8255),_0x57b205?.[_0x58804d(0x229)]&&_0x57b205[_0x58804d(0x229)]()[_0x58804d(0x12d)](this['KEY_INIT'],!![]),logger[_0x58804d(0x29a)](_0x58804d(0x87)+(_0x57b205?.['getPlatformIndex']?.()||_0x113f9d[_0x58804d(0x1da)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x58804d(0x29a)](_0x58804d(0x87)+(_0x57b205?.[_0x58804d(0x143)]?.()||_0x113f9d[_0x58804d(0x1da)])+_0x58804d(0x136)),PerformanceTester[_0x58804d(0x1df)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x1f9264){PerformanceTester[_0x58804d(0x1df)](EVENTS[_0x58804d(0x15c)],![],_0x1f9264[_0x58804d(0xfb)]),logger[_0x58804d(0x22d)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x1f9264[_0x58804d(0x147)]||_0x1f9264[_0x58804d(0xfb)]));}}async[a112_0xd94137(0x208)](_0x2a284f,_0x355ee5){const _0x2ef5ea=a112_0xd94137;await this[_0x2ef5ea(0x1fe)](_0x2a284f,_0x355ee5);const _0xb61c4=_0x2a284f[_0x2ef5ea(0x2be)]()[_0x2ef5ea(0x29e)]();if(_0xb61c4){const _0x49c34b=_0x2a284f[_0x2ef5ea(0x124)]&&_0x2a284f[_0x2ef5ea(0x124)]();_0x49c34b&&(this['accessibilityConfig'][this[_0x2ef5ea(0x132)]]=_0x49c34b[_0x2ef5ea(0x183)]&&_0x49c34b['getBuildId']());}}['shouldScanForCommand'](_0x3bfc27){const _0x5ec800=a112_0xd94137,_0x2484fd={};_0x2484fd[_0x5ec800(0x7f)]=function(_0x45146f,_0x61af43){return _0x45146f===_0x61af43;};const _0x85a6e4=_0x2484fd;try{if(!_0x3bfc27)return![];const _0x3ea59f=this[_0x5ec800(0x1f1)]?.[_0x5ec800(0x115)]?.[_0x5ec800(0x232)]?.[_0x5ec800(0x201)]||[],_0xf5e6e6=_0x3ea59f[_0x5ec800(0x8d)](_0x3f449e=>{const _0x1a4840=_0x5ec800;return _0x3f449e[_0x1a4840(0x28e)]&&_0x85a6e4[_0x1a4840(0x7f)](_0x3f449e[_0x1a4840(0x28e)]['toLowerCase'](),_0x3bfc27[_0x1a4840(0xc2)]());});return logger[_0x5ec800(0x29a)](_0x5ec800(0x16d)+_0x3bfc27+_0x5ec800(0x90)+_0xf5e6e6+_0x5ec800(0x25b)+JSON[_0x5ec800(0x258)](_0x3ea59f[_0x5ec800(0x84)](_0x3f521d=>_0x3f521d[_0x5ec800(0x28e)]))),_0xf5e6e6;}catch(_0x58f214){return logger['debug'](_0x5ec800(0x2e7)+_0x58f214['message']),![];}}[a112_0xd94137(0x222)](_0x163b3f){const _0x1750d2=a112_0xd94137,_0xa2b925={};_0xa2b925[_0x1750d2(0xc7)]=function(_0x2a8a2b,_0x386fd4){return _0x2a8a2b===_0x386fd4;},_0xa2b925[_0x1750d2(0x1f4)]=_0x1750d2(0x162),_0xa2b925[_0x1750d2(0x2bc)]=_0x1750d2(0x254);const _0x3ff42d=_0xa2b925,_0x525a69=_0x163b3f[_0x1750d2(0x1ee)]&&_0x163b3f[_0x1750d2(0x1ee)]();return _0x525a69&&_0x3ff42d[_0x1750d2(0xc7)](typeof _0x525a69,_0x3ff42d['uITtp'])&&_0x525a69[_0x1750d2(0x14b)](_0x3ff42d[_0x1750d2(0x2bc)]);}['isAccessibilityScriptCommand'](_0x3eee4b){const _0x585b85=a112_0xd94137,_0x1f241b={};_0x1f241b[_0x585b85(0x169)]=function(_0x592a83,_0x118344){return _0x592a83!==_0x118344;},_0x1f241b['bZfiI']=_0x585b85(0x162),_0x1f241b[_0x585b85(0x131)]=_0x585b85(0x277),_0x1f241b['QzjUH']=_0x585b85(0xd1),_0x1f241b[_0x585b85(0x257)]='getResults',_0x1f241b[_0x585b85(0xc3)]=_0x585b85(0x17a);const _0x2d7b67=_0x1f241b,_0x255724=_0x3eee4b[_0x585b85(0x1ee)]&&_0x3eee4b[_0x585b85(0x1ee)]();if(!_0x255724||_0x2d7b67[_0x585b85(0x169)](typeof _0x255724,_0x2d7b67[_0x585b85(0x2db)]))return![];return _0x255724['includes'](_0x2d7b67[_0x585b85(0x131)])||_0x255724[_0x585b85(0x14b)](_0x2d7b67[_0x585b85(0x1d1)])||_0x255724['includes'](_0x2d7b67['ZLVqL'])||_0x255724[_0x585b85(0x14b)](_0x2d7b67['QGAAJ']);}[a112_0xd94137(0x25c)](){const _0x1eb23c=a112_0xd94137,_0x344765={'wkbsH':function(_0x7608f7,_0x1a1ada){return _0x7608f7===_0x1a1ada;},'cVCMk':'function','BTZCo':function(_0xf2a16e,_0x261948){return _0xf2a16e(_0x261948);},'PrzOu':'platformName','qtoNk':function(_0x5a3e5b,_0x17f963){return _0x5a3e5b(_0x17f963);},'nPMnI':'browserName','WBDEK':function(_0x2697e4,_0x5d8931){return _0x2697e4===_0x5d8931;},'YdgVd':function(_0x44161e,_0x3720aa){return _0x44161e(_0x3720aa);},'noegP':_0x1eb23c(0x110),'rLeya':_0x1eb23c(0x10f)};try{const _0x40f448=this[_0x1eb23c(0x1f1)]?.[_0x1eb23c(0x115)]?.[_0x1eb23c(0x2ef)]||[],_0x4b289d=_0x298854=>{const _0x2ad339=_0x1eb23c,_0x385c35=_0x40f448['find'](_0x852413=>(typeof _0x852413[_0x2ad339(0x21c)]===_0x2ad339(0x19f)?_0x852413[_0x2ad339(0x21c)]():_0x852413[_0x2ad339(0x28e)])===_0x298854);return _0x385c35?_0x344765[_0x2ad339(0x156)](typeof _0x385c35['getValue'],_0x344765['cVCMk'])?_0x385c35['getValue']():_0x385c35[_0x2ad339(0x2a2)]:null;},_0x5a4891=_0x344765[_0x1eb23c(0x23f)](_0x4b289d,_0x344765[_0x1eb23c(0x91)]),_0x495882=_0x344765['qtoNk'](_0x4b289d,_0x344765[_0x1eb23c(0x177)]),_0x3e7700=global[_0x1eb23c(0x2e0)]||_0x5a4891&&_0x344765[_0x1eb23c(0x22e)](_0x344765[_0x1eb23c(0xf2)](String,_0x5a4891)[_0x1eb23c(0xc2)](),_0x344765[_0x1eb23c(0x2c1)])&&_0x495882&&_0x344765[_0x1eb23c(0xf2)](String,_0x495882)[_0x1eb23c(0xc2)]()[_0x1eb23c(0x14b)](_0x344765[_0x1eb23c(0x2ae)]);if(!_0x3e7700)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x1eb23c(0x1a7)]&&(logger[_0x1eb23c(0x166)](accessibilityHelper[_0x1eb23c(0x2ac)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x4bed0b){return logger[_0x1eb23c(0x29a)](_0x1eb23c(0x148)+_0x4bed0b[_0x1eb23c(0xfb)]),![];}}[a112_0xd94137(0x213)](_0x5cb7c1,_0x40bb01,_0x45730b,_0x9a8b4b){const _0x4da491=a112_0xd94137,_0x43c5ad={};_0x43c5ad[_0x4da491(0x1c2)]=function(_0xece8e4,_0x22530d){return _0xece8e4||_0x22530d;},_0x43c5ad[_0x4da491(0x138)]=function(_0x31fc0a,_0x1301c8){return _0x31fc0a&&_0x1301c8;},_0x43c5ad[_0x4da491(0x20e)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x241db1=_0x43c5ad;let _0x4d799d=_0x241db1[_0x4da491(0x1c2)](_0x40bb01,'');const _0x9389f1=!this['isAppAccessibility']&&this['isMobileWebSession']();_0x241db1['PEnQA'](_0x9389f1,!_0x4d799d)&&(_0x4d799d=accessibilityHelper[_0x4da491(0x1b9)]());const _0x4f1bff={'command':_0x5cb7c1,'thTestRunUuid':_0x4d799d,'thBuildUuid':_0x241db1[_0x4da491(0x1c2)](_0x45730b,''),'thJwtToken':_0x241db1['vnTZM'](_0x9a8b4b,''),'timestamp':new Date()[_0x4da491(0x1fb)]()};return _0x9389f1&&(_0x4f1bff[_0x4da491(0x7a)]=!![],logger[_0x4da491(0x29a)](_0x241db1[_0x4da491(0x20e)])),_0x4f1bff;}[a112_0xd94137(0x207)](_0x50bf61){const _0x3a1864=a112_0xd94137,_0x3bd70e={};_0x3bd70e[_0x3a1864(0x1e0)]=function(_0x56b8b3,_0x4a5108){return _0x56b8b3||_0x4a5108;};const _0x47645d=_0x3bd70e;try{const _0x3e09c8=this[_0x3a1864(0x1f1)]?.[_0x3a1864(0x115)]?.[_0x3a1864(0xf1)]||[],_0x5ceba6=_0x3e09c8[_0x3a1864(0xcf)](_0x55d8bc=>_0x55d8bc['name']===_0x50bf61);return _0x47645d[_0x3a1864(0x1e0)](_0x5ceba6,null);}catch(_0x3cb487){return logger[_0x3a1864(0x29a)](_0x3a1864(0x274)+_0x50bf61+':\x20'+_0x3cb487['message']),null;}}async[a112_0xd94137(0x27c)](_0x4498f6,_0x55ef53,_0x5a8841=null){const _0x40b5e7=a112_0xd94137,_0x2ae4fc={'RZZpV':function(_0xf77f10,_0x70b0b4){return _0xf77f10(_0x70b0b4);},'oulKP':_0x40b5e7(0x103)};try{if(!_0x4498f6)return logger[_0x40b5e7(0x29a)](_0x40b5e7(0x11f)+_0x55ef53),null;const _0x235d66=this[_0x40b5e7(0x207)](_0x55ef53);if(!_0x235d66||!_0x235d66[_0x40b5e7(0x255)])return logger['debug'](_0x40b5e7(0x293)+_0x55ef53+_0x40b5e7(0x130)),null;logger['debug'](_0x40b5e7(0x127)+_0x55ef53+_0x40b5e7(0x23c));const _0x173817=_0x2ae4fc[_0x40b5e7(0x226)](require,_0x2ae4fc[_0x40b5e7(0x1e2)]),_0xda50fe=_0x5a8841?await _0x173817['browserStackEvaluate'](_0x4498f6,_0x235d66['command'],_0x5a8841):await _0x173817['browserStackEvaluate'](_0x4498f6,_0x235d66[_0x40b5e7(0x255)]);return _0xda50fe;}catch(_0x542e92){return logger[_0x40b5e7(0x22d)](_0x40b5e7(0x16c)+_0x55ef53+':\x20'+(_0x542e92['stack']||_0x542e92[_0x40b5e7(0xfb)])),null;}}async[a112_0xd94137(0x175)](_0x39836b,_0x384b4d,_0x1f9803,_0x30adfc,_0x4838ef,_0x55a4f2='scan'){const _0x4d494d=a112_0xd94137,_0x1e7687={'FFwxv':function(_0x25b467,_0x15631d){return _0x25b467===_0x15631d;},'CJRCw':'scan','moWBZ':function(_0x4831d9,_0x3a2fec){return _0x4831d9(_0x3a2fec);},'BQvbQ':_0x4d494d(0x103)};try{logger[_0x4d494d(0x29a)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1f9803+'\x20using\x20script:\x20'+_0x55a4f2+_0x4d494d(0xea)+_0x4838ef);const _0x5465fc=this[_0x4d494d(0x207)](_0x55a4f2);if(!_0x5465fc||!_0x5465fc[_0x4d494d(0x255)]){logger[_0x4d494d(0x29a)](_0x4d494d(0x1b1)+_0x55a4f2+_0x4d494d(0x18b));return;}if(_0x4838ef){if(_0x39836b[BSTACK_SCAN_IN_PROGRESS]){logger[_0x4d494d(0x29a)]('[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20'+_0x1f9803);return;}return await PerformanceTester[_0x4d494d(0x190)](PerformanceA11yEvents[_0x4d494d(0xb3)],async()=>{const _0x1f9bd8=_0x4d494d;let _0x592946=_0x5465fc[_0x1f9bd8(0x255)];_0x592946['includes']('%s')&&(_0x592946=_0x592946[_0x1f9bd8(0x227)]('%s',JSON[_0x1f9bd8(0x258)](_0x30adfc)));logger[_0x1f9bd8(0x29a)]('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0x1f9803),_0x39836b[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x2d471c=await _0x39836b['executeScript'](_0x592946);return logger[_0x1f9bd8(0x27a)](_0x1f9bd8(0x153)+_0x1f9803+':\x20'+util[_0x1f9bd8(0x128)](_0x2d471c)),_0x2d471c;}finally{_0x39836b[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x1f9803})();}if(_0x1e7687[_0x4d494d(0x216)](_0x55a4f2,_0x1e7687[_0x4d494d(0x236)])){const _0x22c785=_0x1e7687[_0x4d494d(0x157)](require,_0x1e7687[_0x4d494d(0x9d)]),_0x36bca8={};_0x36bca8[_0x4d494d(0x255)]=_0x1f9803;const _0x51e6e2=await PerformanceTester[_0x4d494d(0x190)](PerformanceA11yEvents[_0x4d494d(0xb3)],async()=>{const _0x16082f=_0x4d494d;return await _0x22c785[_0x16082f(0x220)](_0x39836b,_0x5465fc['command'],_0x30adfc);},_0x36bca8)();return logger['info'](_0x4d494d(0x242)+_0x55a4f2+_0x4d494d(0x1f7)+_0x1f9803+':\x20'+util[_0x4d494d(0x128)](_0x51e6e2)),_0x51e6e2;}const _0x17e7f4=_0x1e7687[_0x4d494d(0x157)](require,_0x1e7687[_0x4d494d(0x9d)]),_0x1c1b3e=await PerformanceTester[_0x4d494d(0x190)](PerformanceA11yEvents[_0x4d494d(0x1fd)],async()=>{const _0x13345f=_0x4d494d;return await _0x17e7f4[_0x13345f(0x220)](_0x39836b,_0x5465fc[_0x13345f(0x255)],_0x30adfc);})();return logger['info'](_0x4d494d(0x242)+_0x55a4f2+'\x20result\x20for\x20'+_0x1f9803+':\x20'+util[_0x4d494d(0x128)](_0x1c1b3e)),_0x1c1b3e;}catch(_0x15dab8){logger[_0x4d494d(0x22d)](_0x4d494d(0x11d)+_0x55a4f2+':\x20'+(_0x15dab8[_0x4d494d(0x147)]||_0x15dab8[_0x4d494d(0xfb)]));}}async['validatePlatformForAccessibility'](_0x3f0a10){const _0x247e82=a112_0xd94137,_0x1b130c={'Mjziw':function(_0x2053f6,_0x36434b){return _0x2053f6(_0x36434b);},'sefmh':_0x247e82(0xf8)};try{const _0x17da8b=_0x1b130c[_0x247e82(0x151)](require,_0x1b130c[_0x247e82(0x287)]);return await _0x17da8b['platformValidation'](_0x3f0a10);}catch(_0x44fb14){return logger[_0x247e82(0x22d)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x44fb14[_0x247e82(0x147)]||_0x44fb14[_0x247e82(0xfb)])),![];}}[a112_0xd94137(0x209)](_0x32f329,_0x2813c7,_0x4a38e1){const _0xa21f0d=a112_0xd94137,_0x5205a8={'QzCHQ':function(_0x73d956,_0x1b64db){return _0x73d956(_0x1b64db);},'KFCUm':_0xa21f0d(0x103),'mkcdl':_0xa21f0d(0x29c),'UtxlU':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x39532a=_0x5205a8[_0xa21f0d(0x8b)](require,_0x5205a8[_0xa21f0d(0x85)]);_0x39532a[_0xa21f0d(0x209)](_0x32f329,_0x2813c7,_0x4a38e1);const _0x2f65f9=JSON[_0xa21f0d(0x258)](_0x32f329)[_0xa21f0d(0x227)](/"browserstack\.user":"[^"]*"/g,_0x5205a8[_0xa21f0d(0x1ed)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x5205a8[_0xa21f0d(0xa5)]);logger[_0xa21f0d(0x29a)]('Processed\x20accessibility\x20caps\x20'+global[_0xa21f0d(0x13c)]+'\x20'+_0x2f65f9);}catch(_0x39ca59){logger['error']('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x39ca59[_0xa21f0d(0x147)]||_0x39ca59[_0xa21f0d(0xfb)]));}}async[a112_0xd94137(0x1d3)]({fetchFn:_0x28c9b7,isNonEmpty:_0x3039b8,resultDetail:_0x5354b7,totalMs:_0x578930,intervalMs:_0x2f641d,name:_0x42beee}){const _0x31e708=a112_0xd94137,_0x263417={'CDhOa':function(_0x1334f4,_0x8719e6){return _0x1334f4+_0x8719e6;},'wnnam':function(_0x205f44,_0x4ac9e2){return _0x205f44<_0x4ac9e2;},'azuAH':function(_0x4fcc6a){return _0x4fcc6a();},'NOlJp':function(_0x4e2fc3,_0x27336c){return _0x4e2fc3(_0x27336c);},'AJXXz':function(_0xff0bea,_0x124f9c){return _0xff0bea>=_0x124f9c;},'ZLxDn':function(_0x2d6e8b,_0x4884a7){return _0x2d6e8b+_0x4884a7;},'FvoVu':function(_0x3d8f87,_0x37b07c){return _0x3d8f87-_0x37b07c;},'aqOWU':function(_0x1dd6a1,_0xfd9941){return _0x1dd6a1(_0xfd9941);}},_0x111639=Date[_0x31e708(0x247)](),_0x3f67b7=_0x263417[_0x31e708(0xb4)](_0x111639,_0x578930);let _0x269ab0=0x0,_0x465656=null,_0x44c2ac=![];while(_0x263417[_0x31e708(0x1b0)](Date[_0x31e708(0x247)](),_0x3f67b7)){_0x269ab0++,_0x465656=await _0x263417[_0x31e708(0x12c)](_0x28c9b7),_0x44c2ac=_0x263417[_0x31e708(0x285)](_0x3039b8,_0x465656),logger['debug']('['+_0x42beee+_0x31e708(0xa7)+_0x269ab0+'\x20'+_0x263417[_0x31e708(0x285)](_0x5354b7,_0x465656));if(_0x44c2ac)break;if(_0x263417[_0x31e708(0x163)](_0x263417['ZLxDn'](Date[_0x31e708(0x247)](),_0x2f641d),_0x3f67b7))break;await new Promise(_0x4164e6=>setTimeout(_0x4164e6,_0x2f641d));}return!_0x44c2ac&&logger['warn']('['+_0x42beee+_0x31e708(0x25f)+_0x269ab0+_0x31e708(0x17e)+_0x263417['FvoVu'](Date[_0x31e708(0x247)](),_0x111639)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x263417['aqOWU'](_0x5354b7,_0x465656)+_0x31e708(0x1c7)),_0x465656;}async[a112_0xd94137(0x26d)](_0x506df8,_0x5c9545){const _0x38cdef=a112_0xd94137,_0x30eba4={};_0x30eba4[_0x38cdef(0x142)]=_0x38cdef(0xad),_0x30eba4[_0x38cdef(0x95)]=_0x38cdef(0xa1),_0x30eba4['lsGrF']='utf-8',_0x30eba4['cMkie']='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x3bda1f=_0x30eba4;try{const _0x4efc65=process[_0x38cdef(0xa3)][_0x38cdef(0x21e)]||'';logger[_0x38cdef(0x27a)]('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x4efc65+',\x20testRunId='+_0x5c9545+_0x38cdef(0xbb)+_0x506df8);const _0xddbee5=await GrpcClient[_0x38cdef(0x1ca)]()['accessibilityResult'](_0x4efc65,_0x5c9545,_0x506df8,_0x3bda1f['yBHvR']);if(!_0xddbee5||!_0xddbee5['getResultResponse'])return logger[_0x38cdef(0x166)](_0x3bda1f[_0x38cdef(0x95)]),[];const _0x3ad647=_0xddbee5[_0x38cdef(0x264)](),_0xc1fbcd=Buffer[_0x38cdef(0x202)](_0x3ad647)[_0x38cdef(0x2ba)](_0x3bda1f[_0x38cdef(0x211)])[_0x38cdef(0x8a)]();if(!_0xc1fbcd)return logger[_0x38cdef(0x166)](_0x3bda1f[_0x38cdef(0x295)]),[];return JSON[_0x38cdef(0x108)](_0xc1fbcd);}catch(_0x5b9a36){return logger[_0x38cdef(0x22d)]('[App-A11y]\x20getAppAccessibilityResults\x20error:\x20'+(_0x5b9a36[_0x38cdef(0x147)]||_0x5b9a36[_0x38cdef(0xfb)])),[];}}async[a112_0xd94137(0x8e)](_0xd1115d,_0x27d921){const _0x156809=a112_0xd94137,_0x45eb38={};_0x45eb38[_0x156809(0x97)]='getResultsSummary',_0x45eb38[_0x156809(0x14d)]=_0x156809(0x111),_0x45eb38[_0x156809(0x29b)]=_0x156809(0x1c9),_0x45eb38[_0x156809(0x289)]=_0x156809(0x113);const _0x6fa213=_0x45eb38;try{const _0x3f26db=process[_0x156809(0xa3)][_0x156809(0x21e)]||'';logger['info']('[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId='+_0x3f26db+_0x156809(0x1a6)+_0x27d921+_0x156809(0xbb)+_0xd1115d);const _0xacebc2=await GrpcClient[_0x156809(0x1ca)]()[_0x156809(0x13f)](_0x3f26db,_0x27d921,_0xd1115d,_0x6fa213[_0x156809(0x97)]);if(!_0xacebc2||!_0xacebc2['getResultResponse'])return logger['warn'](_0x6fa213['niAGY']),{};const _0x2902ff=_0xacebc2[_0x156809(0x264)](),_0x4ba12f=Buffer['from'](_0x2902ff)[_0x156809(0x2ba)](_0x6fa213[_0x156809(0x29b)])['trim']();if(!_0x4ba12f)return logger['warn'](_0x6fa213[_0x156809(0x289)]),{};return JSON[_0x156809(0x108)](_0x4ba12f);}catch(_0x48b84c){return logger[_0x156809(0x22d)](_0x156809(0x27f)+(_0x48b84c[_0x156809(0x147)]||_0x48b84c['message'])),{};}}async[a112_0xd94137(0x2b9)](_0x1e76ee){const _0x2ef708=a112_0xd94137,_0x10c1ac={};_0x10c1ac['OBjlL']=_0x2ef708(0x28d),_0x10c1ac[_0x2ef708(0xf6)]=function(_0x2e5b24,_0x4fabd3){return _0x2e5b24>_0x4fabd3;},_0x10c1ac['bIEDK']=_0x2ef708(0x12b);const _0x5a686a=_0x10c1ac;try{if(!this[_0x2ef708(0x1be)]())return logger[_0x2ef708(0x166)](_0x5a686a[_0x2ef708(0x13b)]),[];const _0x334920=this['isMobileWebSession']()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x2ef708(0x1b9)]()}:{};_0x5a686a[_0x2ef708(0xf6)](Object[_0x2ef708(0x235)](_0x334920)['length'],0x0)&&logger[_0x2ef708(0x29a)](_0x2ef708(0xbe)+JSON['stringify'](_0x334920));const _0x2178dd=await this[_0x2ef708(0x1d3)]({'fetchFn':()=>Object['keys'](_0x334920)[_0x2ef708(0x276)]>0x0?this[_0x2ef708(0x27c)](_0x1e76ee,'getResults',_0x334920):this[_0x2ef708(0x27c)](_0x1e76ee,_0x2ef708(0xad)),'isNonEmpty':_0x4c0ad2=>Array[_0x2ef708(0x102)](_0x4c0ad2)&&_0x4c0ad2[_0x2ef708(0x276)]>0x0,'resultDetail':_0x1dacfa=>_0x2ef708(0x2cd)+(Array['isArray'](_0x1dacfa)?_0x1dacfa[_0x2ef708(0x276)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5a686a[_0x2ef708(0xfe)]});return _0x2178dd||[];}catch(_0x51a40c){return logger[_0x2ef708(0x22d)](_0x2ef708(0x96)+(_0x51a40c[_0x2ef708(0x147)]||_0x51a40c[_0x2ef708(0xfb)])),[];}}async['getAccessibilityResultsSummary'](_0x58b301){const _0x159250=a112_0xd94137,_0x4c4428={'fJrqo':function(_0x1f2922,_0x1b81b3,_0x4f12cb){return _0x1f2922(_0x1b81b3,_0x4f12cb);},'gaUXK':_0x159250(0x20f),'ZYobf':function(_0x1c20ea,_0xd359d5){return _0x1c20ea(_0xd359d5);},'LnYIY':_0x159250(0x288),'xtbdf':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','rPARR':'../cliUtils','NFgpq':function(_0x17eae9,_0x25e4dc){return _0x17eae9===_0x25e4dc;},'PRvrD':_0x159250(0xcd),'buWxJ':_0x159250(0x9e),'YTNTM':_0x159250(0x277),'xzPMj':_0x159250(0x119),'LVWds':_0x159250(0x1f2),'Ewqzf':_0x159250(0x2a3),'OWqJF':_0x159250(0x2b5),'RONzL':_0x159250(0x1b6),'jFZnI':_0x159250(0x18e),'uowzp':'No\x20summaryResults\x20found.','UWkTw':_0x159250(0xd0)};try{if(!this['getCurrentAccessibilityStatus']())return logger['warn'](_0x4c4428['xtbdf']),{};const _0x49caeb=_0x4c4428[_0x159250(0xed)](require,_0x4c4428[_0x159250(0x17c)]),_0x1e60a0=_0x49caeb[_0x159250(0xfc)](),_0x1a6a0e=_0x4c4428[_0x159250(0x2d8)](_0x1e60a0?.[_0x159250(0x28e)]?.[_0x159250(0xc2)](),_0x4c4428[_0x159250(0xf5)]);let _0x276f11='',_0x24c56f=null,_0x4b5231=null;if(_0x1a6a0e){_0x24c56f=global[_0x159250(0x230)]||global['__workerDetails']?.[_0x159250(0xa6)]?.['testAnalyticsId']||global[_0x159250(0x1e7)]?.[_0x159250(0xa6)]?.['id'];if(!_0x24c56f)return logger['warn'](_0x4c4428[_0x159250(0x26c)]),{};try{const _0x5913c2=await GrpcClient['getInstance']()[_0x159250(0x25d)](process[_0x159250(0xa3)][_0x159250(0x21e)],_0x4c4428[_0x159250(0x27b)],_0x4c4428[_0x159250(0xac)],_0x24c56f),_0x375e10=AccessibilityModule[_0x159250(0x269)](null,_0x5913c2);_0x276f11=_0x375e10?.[_0x159250(0x21f)]||'',logger[_0x159250(0x29a)](_0x159250(0x1b2)+_0x276f11+_0x159250(0x1e9)+_0x24c56f);const _0xa4be78=await AccessibilityModule[_0x159250(0x21d)](_0x4c4428[_0x159250(0xac)],_0x276f11,_0x24c56f),_0xaa50eb=this[_0x159250(0xf7)](_0x4c4428['xzPMj'])||this[_0x159250(0x1f1)][this[_0x159250(0x132)]]||null,_0x461ff3=process[_0x159250(0xa3)][_0x159250(0xa0)]||'',_0x2d6ff7=this[_0x159250(0x213)](_0x4c4428[_0x159250(0x10e)],_0x276f11,_0xaa50eb,_0x461ff3);_0x4b5231=_0x49caeb[_0x159250(0x112)](_0x2d6ff7,_0xa4be78),logger['debug'](_0x159250(0xf3)+JSON[_0x159250(0x258)](_0x4b5231));}catch(_0x47be96){return logger[_0x159250(0x22d)](_0x159250(0x279)+_0x47be96[_0x159250(0xfb)]),{};}}else{_0x276f11=this[_0x159250(0xf7)](_0x4c4428[_0x159250(0x2d0)])||'';!_0x276f11&&this['isMobileWebSession']()&&(_0x276f11=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x2270e9=this[_0x159250(0xf7)](_0x4c4428['xzPMj'])||this[_0x159250(0x1f1)][this[_0x159250(0x132)]]||null,_0x491b5f=process[_0x159250(0xa3)][_0x159250(0xa0)]||'';_0x4b5231=this[_0x159250(0x213)](_0x4c4428['LVWds'],_0x276f11,_0x2270e9,_0x491b5f);}logger['debug'](_0x4c4428['OWqJF']);const _0x51b4f3=0x15f90,_0x1e82f1=0x1388;try{await PerformanceTester[_0x159250(0x190)](PerformanceA11yEvents[_0x159250(0xb3)],async()=>{const _0x2da87f=_0x159250,_0x23f9ae=this[_0x2da87f(0x27c)](_0x58b301,_0x4c4428[_0x2da87f(0x223)],_0x4b5231);let _0x4541b7;const _0xd99bbe=new Promise((_0xf6eb9e,_0x3780d8)=>{_0x4541b7=_0x4c4428['fJrqo'](setTimeout,()=>_0x3780d8(new Error('performScan\x20capped\x20at\x20'+_0x51b4f3+'ms')),_0x51b4f3);});try{const _0x508d92=await Promise[_0x2da87f(0x126)]([_0x23f9ae,_0xd99bbe]);logger['debug']('Scan\x20result:\x20'+util[_0x2da87f(0x128)](_0x508d92));}finally{_0x4c4428[_0x2da87f(0xed)](clearTimeout,_0x4541b7);}},{'command':_0x4c4428['LVWds']})();}catch(_0xde9a){logger['warn'](_0x159250(0x109)+_0xde9a['message']+_0x159250(0x2df)),global[_0x159250(0x173)]={'reason':_0x4c4428[_0x159250(0x1e4)],'at':Date[_0x159250(0x247)](),'where':_0x4c4428['jFZnI']},await new Promise(_0x22d3f5=>setTimeout(_0x22d3f5,_0x1e82f1)),logger[_0x159250(0x29a)]('[AccessibilityModule.getResultsSummary]\x20waited\x20'+_0x1e82f1+'ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary');}const _0x40138f=await this['_pollUntilNonEmpty']({'fetchFn':()=>PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x159250(0x1b3)],async()=>{const _0x418fa6=_0x159250;return await this[_0x418fa6(0x27c)](_0x58b301,_0x4c4428[_0x418fa6(0xac)],_0x4b5231);})(),'isNonEmpty':_0x266a3b=>_0x266a3b&&typeof _0x266a3b['totalIssueCount']===_0x159250(0xa2)&&_0x266a3b[_0x159250(0x2c3)]>0x0,'resultDetail':_0x31961a=>_0x159250(0x218)+(_0x31961a&&typeof _0x31961a[_0x159250(0x2c3)]===_0x159250(0xa2)?_0x31961a[_0x159250(0x2c3)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x4c4428['jFZnI']});if(!_0x40138f)return logger[_0x159250(0x29a)](_0x4c4428['uowzp']),{};return _0x4c4428[_0x159250(0x2d8)](typeof _0x40138f,_0x4c4428[_0x159250(0x10d)])&&global[_0x159250(0x173)]&&(_0x40138f[_0x159250(0x2d1)]=!![],_0x40138f[_0x159250(0x2c7)]=global[_0x159250(0x173)][_0x159250(0x159)]),_0x40138f;}catch(_0x3d5845){return logger[_0x159250(0x22d)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x3d5845[_0x159250(0x147)]||_0x3d5845[_0x159250(0xfb)])),{};}}async[a112_0xd94137(0x26b)](_0x1c5038,_0xf5d741,_0x492f28=null){const _0x37fd9f=a112_0xd94137,_0x5d5ee2={};_0x5d5ee2[_0x37fd9f(0x21b)]=_0x37fd9f(0x1ea),_0x5d5ee2['kLuAz']='performPageScan:\x20Script\x20is\x20null',_0x5d5ee2[_0x37fd9f(0xe9)]=_0x37fd9f(0x2d5);const _0x27cda1=_0x5d5ee2;try{if(!_0x1c5038)return logger[_0x37fd9f(0x29a)](_0x27cda1['eupUA']),null;if(!_0xf5d741)return logger[_0x37fd9f(0x29a)](_0x27cda1[_0x37fd9f(0x1c8)]),null;logger[_0x37fd9f(0x29a)](_0x27cda1['TULOM']);const _0x3dc755=_0x492f28?await _0x1c5038[_0x37fd9f(0x16f)](_0xf5d741,_0x492f28):await _0x1c5038['evaluate'](_0xf5d741);return _0x3dc755;}catch(_0x18cbb3){return logger[_0x37fd9f(0x22d)](_0x37fd9f(0xc8)+(_0x18cbb3['stack']||_0x18cbb3[_0x37fd9f(0xfb)])),null;}}static[a112_0xd94137(0x269)](_0x210857,_0x516d6f){const _0xb37637=a112_0xd94137,_0xfe4bb7={};_0xfe4bb7['ZoxNa']=_0xb37637(0x1c9);const _0x26ad95=_0xfe4bb7,_0xcb24bb={};_0xcb24bb['thTestRunUuid']=_0x210857;const _0x1cc979=_0xcb24bb;let _0x314b34={};if(_0x516d6f[_0xb37637(0x13a)]()&&_0x516d6f[_0xb37637(0x88)]())try{_0x314b34=JSON[_0xb37637(0x108)](Buffer[_0xb37637(0x202)](_0x516d6f[_0xb37637(0x10b)]())[_0xb37637(0x2ba)](_0x26ad95['ZoxNa']));}catch(_0x24ce9c){logger['error'](_0xb37637(0x2cc)+_0x24ce9c[_0xb37637(0xfb)]),_0x314b34={};}return CLIUtils['mergeObject'](_0x1cc979,_0x314b34);}static async[a112_0xd94137(0x21d)](_0x5f089f,_0x57baca='',_0x325da6=null){const _0x3328cb=a112_0xd94137,_0x52b376={};_0x52b376[_0x3328cb(0x24e)]=_0x3328cb(0x154),_0x52b376[_0x3328cb(0x296)]=_0x3328cb(0x277);const _0x4cb118=_0x52b376;try{if(!_0x325da6&&AccessibilityModule[_0x3328cb(0x2e9)])return AccessibilityModule[_0x3328cb(0x252)];if(!process['env'][_0x3328cb(0x21e)])return logger[_0x3328cb(0x22d)](_0x4cb118[_0x3328cb(0x24e)]),{};const _0x45adb7=await GrpcClient[_0x3328cb(0x1ca)]()[_0x3328cb(0x25d)](process[_0x3328cb(0xa3)][_0x3328cb(0x21e)],_0x4cb118[_0x3328cb(0x296)],_0x5f089f,_0x325da6),_0x5cc76b=_0x325da6?AccessibilityModule['loadDriverExecuteParams'](null,_0x45adb7)?.['thTestRunUuid']||_0x57baca:_0x57baca,_0x3f2db4=AccessibilityModule[_0x3328cb(0x269)](_0x5cc76b,_0x45adb7);return!_0x325da6&&(AccessibilityModule[_0x3328cb(0x252)]=_0x3f2db4,AccessibilityModule[_0x3328cb(0x2e9)]=!![]),_0x3f2db4;}catch(_0x9ec7e9){return logger[_0x3328cb(0x22d)](_0x3328cb(0xcc)+_0x5f089f+':\x20'+(_0x9ec7e9['stack']||_0x9ec7e9[_0x3328cb(0xfb)])),{};}}}function a112_0x153f(_0x177062,_0x5b656b){const _0x4bb9a3=a112_0x4bb9();return a112_0x153f=function(_0x153f92,_0x54ef8c){_0x153f92=_0x153f92-0x7a;let _0x24c747=_0x4bb9a3[_0x153f92];return _0x24c747;},a112_0x153f(_0x177062,_0x5b656b);};function a112_0x4bb9(){const _0x54e725=['test_tags','POTqH','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','shouldScanCurrentTest','wdXtS','browser_version','function','LLJop','getCurrentInstanceName','accessibilityToken','../../../helpers/accessibility-automation/constants','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20',',\x20includeTags=',',\x20testRunId=','_mobileScanningDisabledLogged','HIFEC','xrTuS','PCqLs','StsHp','Unknown\x20Test','isEnabledTestcase','not-array','MODULE_NAME','wnnam','performScanForCli:\x20No\x20','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','GET_RESULTS_SUMMARY','Nukae','isPlatformSupported','SCAN_CAP_HIT','Performing\x20scan\x20before\x20from\x20cli','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','resolveMobileThTestRunUuid','isFinite','../state/hookState','TEST_INIT','ACCESSIBILITY_INITIALIZED','getCurrentAccessibilityStatus','UjBFd','lwvll','onBeforeExecute','vnTZM','true','apSpo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','_sendMessageServerPatchApplied',');\x20returning\x20last\x20value','kLuAz','utf-8','getInstance','selCw','vCyOA','createHash','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','browserstack.accessibilityOptions.scannerVersion','\x20token_fp=','QzjUH','xPSmm','_pollUntilNonEmpty','Context','jQlAM','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','testFrameworkData','isAccessibilityAutomationSession','RFaLu','startsWith','setLogDisabledShown','start','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','end','tutrR','abUFQ','oulKP','pgSAA','RONzL','[AccessibilityModule]\x20goog:chromeOptions\x20on\x20the\x20','PRE','__workerDetails','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20from\x20testIdentifier=','performPageScan:\x20Page\x20is\x20null','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','applySendMessageToServerPatch','mkcdl','getScript','testcafe','RFGKv','accessibilityConfig','getAccessibilityResultsSummary','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','uITtp','pZdPQ','getTestDetails','\x20result\x20for\x20','unknown','8xCbBBa','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','toISOString','XfpTh','SAVE_RESULTS','setAccessibilityConfig','browser','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','commandsList','from','lLnBG','vKEwa','aVAvI','1434gZcpMK','getScriptByName','loadAccessibilityConfig','processAccessibilityCaps','MOHqx','JEST_WORKER_ID','browserstack.accessibilityOptions.wcagVersion','main','dkpAZ','scan','../state/automationFrameworkState','lsGrF','__accessibilityOptions','getParamsForScanForCli','../framework/constants/testFrameworkConstants.js','getValue','FFwxv','../cliUtils','totalIssueCount=','slice','getCapabilities','eupUA','getName','fetchCentralAuthA11yConfig','BROWSERSTACK_CLI_BIN_SESSION_ID','thTestRunUuid','browserStackEvaluate','SJwCx','isBrowserstackScriptCommand','gaUXK','AUTOMATION_SESSIONS','cucumber','RZZpV','replace','parseFromProto','getData','split','RVczf','zjTDk','error','WBDEK','testData','__jestCurrentTestIdentifier','centralAuthHeader','commandsToWrap','bfQkl','MergedScanArgs:\x20','keys','CJRCw','setShouldScanCurrentTest','getModuleName','NODE_GENERIC','--headless=new','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','\x20accessibility\x20script\x20on\x20page','getAllData','launchCaps','BTZCo','isEnabled','getBrowserDisplayName','Page\x20','testFramework','auDQc',')\x20result=','skipCDPConnectOverride','now','fqhfi','headless',',\x20\x0a\x20','jzBxl','NvoiX','sha256','RQauZ','pid','setAccessibilityToken','EXECUTE','_centralAuthA11yConfig','\x20config','browserstack_executor','command','getTestId','ZLVqL','stringify','EYBzn','instance',',\x20available\x20commands:\x20','isMobileWebSession','fetchDriverExecuteParamsEvent','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20',']\x20polled\x20','kpbTi','latest','scannerProcessingTimeout',']\x20onAfterTest\x20should\x20scan=','getResultResponse','onBeforeExecute:\x20No\x20command\x20name\x20provided','NON_BROWSERSTACK_AUTOMATION_SESSIONS','cSWtC','platformCaps','loadDriverExecuteParams','BSMyg','performPageScan','buWxJ','getAppAccessibilityResults','eBpzG','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','\x20env=','stopTestCapture','eORme','excludeTagsInTestingScope','Error\x20getting\x20script\x20by\x20name\x20','JKpvw','length','accessibility','isVersionSupported','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','info','YTNTM','executeScriptByName','QPvDf','initAccessibilityConfig','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','Error\x20checking\x20headless\x20capability:\x20','xVWIQ','uglAX','chromeOptions','../../../helpers/performance/performance-tester.js','NOlJp','kwasM','sefmh','getResultsSummary','UyHjG','KEY_INIT','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=',']\x20should\x20run\x20accessibility\x20value=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','name','itWcf','_parseScriptsFromOptions','join','LqxOr','executeScriptByName:\x20No\x20','Accessibility\x20data\x20for\x20extension:\x20','cMkie','KgRaV','jxkBB','rmzsK','saveResults','debug','lEhms','\x22browserstack.user\x22:\x22[REDACTED]\x22','jgxeg','getOptions','CtxkJ','\x20a11yToken=','myvhB','value','test_run_id','JSTyk','../../utils/playwright-patcher','ogXKz','NGOBl','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','wopWH','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','MqGxX','MOBILE_SCANNING_DISABLED_WARNING','OZkRq','rLeya','present','fDroW','wYVYr','28369cvrwYo',',\x20tags=','PZkOi','Performing\x20scan\x20before\x20getting\x20results\x20summary','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','getScriptsList','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','getAccessibilityResults','toString','EvZGg','tVJCo','digest','getAccessibility','vjuFx','qiWVF','noegP','NQkBA','totalIssueCount','JixkU','delete','BROWSERSTACK_TEST_ACCESSIBILITY_YML','degradedReason','isAppAccessibility','IlWtq','TwFGC','cQmsc','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','count=','3dllNbf','ChromeExtension','Ewqzf','degraded','fgeCe','DqUqK','TrackedInstance','Executing\x20accessibility\x20script\x20on\x20page','[AccessibilityModule]\x20onAfterTest:\x20framework=','getState','NFgpq','../../../helpers/performance/constants.js','VQqFJ','bZfiI','JQayB','util','kffLI','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','isMobilePlatform','VzyIZ','platformVersion','toObject','cSFSK','Error\x20in\x20stopTestCapture:\x20','KEY_TEST_NAME','Error\x20in\x20shouldScanForCommand:\x20','bind','_centralAuthConfigFetched','MrDpv','UeKDY','driver','scannerVersion','capabilities','capabilitiesList','is_mobile_session','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','BS_A11Y_JWT','size','uvSOf','dseTo','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','eUMrE','47334KyRTMm','map','KFCUm','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','[platform\x20-\x20','hasAccessibilityExecuteParams','onBeforeExecute:\x20Command\x20','trim','QzCHQ','BCecn','some','getAppAccessibilityResultsSummary','get','\x20->\x20','PrzOu','Sjeyf','authHeader','xwgEt','YDCsF','Error\x20in\x20getAccessibilityResults:\x20','sbyeI','page',']\x20isEnabledTestcase\x20(cucumber)\x20result=','PXHqy','assign','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','BQvbQ','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','KPaAk','BROWSERSTACK_TESTHUB_JWT','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','number','env','blWig','UtxlU','currentTest',']\x20poll\x20attempt=','228200RDxiRO','hDqvY','_readChromeOptionsCapability','getIsAppAccessibility','LnYIY','getResults','../framework/automationFramework','appium:platformVersion','./baseModule','commandName','odobq','PERFORM_SCAN','CDhOa','shouldScanForCommand','ueDvl','GeRvy','on\x20non-BrowserStack\x20infrastructure\x20','vbpkS','DxgNi',',\x20sessionId=','args','Yprjx','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','kpGUH','\x22\x20pid=','isBrowserSupportedForAccessibility','toLowerCase','QGAAJ','a11y-config-rpc','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','exports','HuUkZ','Error\x20in\x20performPageScan:\x20','XmASh','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','patchSendMessageToServer','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','jest','\x20testHubUuid=','find','object','performScan','\x20worker=\x22','MsHKi','mlMyx','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','3012LzsgIY','KEY_TEST_SCOPES',',\x20testCaseEnabled=','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','iMenx','KcFAS','FbeWp','SdOUO','QTbvX','HOTdV','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','WkkQz','pwPage','JKnnS','aElzC','getAccessibilityConfig','EdoYD','HTPMM','goog:chromeOptions','TULOM',',\x20isAppAccessibility=','xwwAZ','1660730utsLKG','ZYobf','\x20config\x20is\x20unusable:\x20','LOG_DISABLED_SHOWN','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','scriptsList','YdgVd','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','292095ewWGuJ','PRvrD','xHSzE','getCapabilityValue','../../../helpers/accessibility-automation/helper','eHYHQ','zvrum','message','getTestFrameworkDetail','onBeforeTest','bIEDK','browserVersion','623338jJZvVe','CaBZY','isArray','../../playwright/accessibility-helper','ECORh','testAnalyticsId','nVirl','FyMJC','parse','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','DRIVER_HAS_URL','getAccessibilityExecuteParams','appium:platformName','UWkTw','LVWds','chrome','android','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','mergeObject','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','getGoogleChromeOptions','options','djecm','dPhZm','../TestInfo.js','testhub_build_uuid','QtgeX','QUIT','TQVPb','Error\x20in\x20performScanForCli\x20for\x20script\x20','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','has','ZFAgq','updateData','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','getTesthub','yssOm','race','Executing\x20','format','bOwGX','pelxK','AccessibilityModule.getResults','azuAH','set','registerObserver','Mmrcs','\x20script\x20available','AuvwF','KEY_TESTHUB_BUILD_ID','includeTagsInTestingScope','getCommandsList','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','bdDLD','PEnQA','DRIVER_INIT','getSuccess','OBjlL','accessibilityPlatform','CREATE','SYNyE','accessibilityResult','crypto','version','yBHvR','getPlatformIndex','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','sWlZh','Exception\x20in\x20isPlatformSupported:\x20','stack','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','ZPINP','UVAze','includes','../../../helpers/helper','niAGY','xWrix','parseA11yJwtPayload','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','Mjziw','--headless=','[App-A11y]\x20Scan\x20result\x20for\x20','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','centralAuthToken','wkbsH','moWBZ','getCapabilitiesList','reason','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','ukvUC','SDK_ACCESSIBILITY_CONFIG','xFapY','cJoqB','KhtHd','RwrEs',',\x20excludeTags=','string','AJXXz','MOCHA','browserstack.accessibilityOptions.authToken','warn','getMinVersionForBrowser','OAANh','CJEfx','uPvtp',']\x20clear\x20','Error\x20executing\x20script\x20','shouldScanForCommand:\x20','concat','evaluate','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','titlePath',',\x20testIdentifier=','__bstackA11yScanCapHit','aIdHu','performScanForCli','getPlatformCaps','nPMnI','PkODF',',\x20framework=','saveTestResults','9RCSEPI','rPARR','OuzMS','x\x20over\x20','wnCCR','HuwIw','../../../helpers/accessibility-automation/scripts','isPlatformSupported:\x20caps\x20are\x20null','getBuildId','olebE','onAfterTest','null','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','13209RbQUJN','platformName','getTrackedInstance','\x20script\x20available\x20in\x20scriptsList','PfLeA',']\x20isEnabledTestcase\x20(','AccessibilityModule.getResultsSummary','getContext','measureWrapper','oVtmu',',\x20testName=','testInfo','znaEr','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','wcagVersion','Blpgc'];a112_0x4bb9=function(){return _0x54e725;};return a112_0x4bb9();}module[a112_0xd94137(0xc6)]=AccessibilityModule;
1
+ function a112_0x2b80(_0x581049,_0x16545b){const _0x12d237=a112_0x12d2();return a112_0x2b80=function(_0x2b8061,_0x20ece){_0x2b8061=_0x2b8061-0x190;let _0x21a624=_0x12d237[_0x2b8061];return _0x21a624;},a112_0x2b80(_0x581049,_0x16545b);}const a112_0x2616c5=a112_0x2b80;(function(_0x1e5585,_0x349a6a){const _0x5af39c=a112_0x2b80,_0x2a331b=_0x1e5585();while(!![]){try{const _0x549e5c=-parseInt(_0x5af39c(0x1ab))/0x1*(-parseInt(_0x5af39c(0x340))/0x2)+-parseInt(_0x5af39c(0x36b))/0x3+parseInt(_0x5af39c(0x3d2))/0x4*(-parseInt(_0x5af39c(0x39b))/0x5)+-parseInt(_0x5af39c(0x33f))/0x6*(parseInt(_0x5af39c(0x37d))/0x7)+parseInt(_0x5af39c(0x230))/0x8+-parseInt(_0x5af39c(0x25e))/0x9*(-parseInt(_0x5af39c(0x1b0))/0xa)+parseInt(_0x5af39c(0x3d7))/0xb;if(_0x549e5c===_0x349a6a)break;else _0x2a331b['push'](_0x2a331b['shift']());}catch(_0x1ea6fb){_0x2a331b['push'](_0x2a331b['shift']());}}}(a112_0x12d2,0x2a1f6));const BaseModule=require(a112_0x2616c5(0x20a)),{createClassLogger}=require(a112_0x2616c5(0x195)),CLIUtils=require(a112_0x2616c5(0x3ac)),AutomationFramework=require(a112_0x2616c5(0x212)),TestFramework=require(a112_0x2616c5(0x3c5)),AutomationFrameworkState=require(a112_0x2616c5(0x286)),HookState=require(a112_0x2616c5(0x27c)),GrpcClient=require(a112_0x2616c5(0x2eb)),scripts=require(a112_0x2616c5(0x2fa)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a112_0x2616c5(0x1a8)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a112_0x2616c5(0x3c6)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a112_0x2616c5(0x2be)),{nestedKeyValue,isUndefined}=require(a112_0x2616c5(0x2e0)),util=require(a112_0x2616c5(0x3e5)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a112_0x2616c5(0x3b4)),accessibilityHelper=require(a112_0x2616c5(0x232)),{FRAMEWORKS}=require(a112_0x2616c5(0x1fe));function a112_0x12d2(){const _0xbcc4a=['commandName','35166FSPDmH','131596PxIvSM','roaZl','unknown','args','mEjlo','isPlatformSupported:\x20caps\x20are\x20null','getName','isAccessibilityScriptCommand','lBEwg','JnlSp','BS_A11Y_JWT','performPageScan:\x20Page\x20is\x20null','OSnAi','getScriptsList','SVHqk','EZrkz','shouldScanForCommand','update','BwOhT','measureWrapper','VQcjH','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','TFUmL','cucumber','isEnabledTestcase','latest','dfEIz','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','toISOString','toJson','NjICa',',\x20available\x20commands:\x20','epngE','../../utils/playwright-patcher','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','_readChromeOptionsCapability','CNELW',',\x20testIdentifier=','Error\x20in\x20shouldScanForCommand:\x20','find','set','yqZkQ','sYaFr','620511FKDvlk','LoVAq','_parseScriptsFromOptions','DYiPl','ASLlA','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','length','dNKtt','toObject','gGdIk','accessibility','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','Niqul','getAppAccessibilityResultsSummary','BUznM','\x20a11yToken=',',\x20sessionId=','bHtyk','105kUQnlU','[platform\x20-\x20','Rjldp','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','MiqqL','page','KEY_TESTHUB_BUILD_ID','[AccessibilityModule]\x20goog:chromeOptions\x20on\x20the\x20','scannerProcessingTimeout','info','dIFwW','performScan','AMcWy','getGoogleChromeOptions','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','nAWKo','RWpQA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','NNgja','testhub_build_uuid','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','RZKfM','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','UeVnJ','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','FGKhz','instance','digest','gFoQN','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','2190sLTSqp','sha256','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','bNnpZ','tbjTV','isBrowserSupportedForAccessibility','TcrvX','getModuleName','android','__workerDetails','gTAVG','iToKj','AUTOMATION_SESSIONS','haMkr','HDZMa','xVUbC','PJNRz','../cliUtils','test-tags-->\x20','browserName','AccessibilityModule.getResultsSummary','value','driver','KEY_DRIVER_HAS_URL','\x20result\x20for\x20','../framework/constants/testFrameworkConstants.js','mergeObject','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','XLmhg','HLlst','DHLOM','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','cGJKs','excludeTagsInTestingScope',']\x20isEnabledTestcase\x20(cucumber)\x20result=','DmLfU','_centralAuthConfigFetched','XWPVF','isPlatformSupported','cRray','ukcjF','hasAccessibilityExecuteParams','../framework/testFramework','../../../helpers/performance/constants.js','saveResults',',\x20testName=','commandsToWrap','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','SvXRj','jIjKM','vpLpW','ggUbM','KiUdT','browserstack.accessibilityOptions.scannerProcessingTimeout','Executing\x20','2564RToshi','_mobileScanningDisabledLogged','isVersionSupported','LOG_DISABLED_SHOWN','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','3564000nrnrzK','nMBgJ','uvUlq','browser_version','string','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','SDvVn','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','isMobileScanningEnabledForGroup','JYZxd','MaZRw','WCBCH','Error\x20in\x20processAccessibilityCaps:\x20','util','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','QsgSr','stack','getTestUUID','dAsUk','testcafe','getScript','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','goog:chromeOptions','toString','mVUpN','KEY_TEST_NAME','LgDwu','Error\x20checking\x20headless\x20capability:\x20','SVISE','split','../../../helpers/classLogger','sdOYA','FiyuA','No\x20summaryResults\x20found.','getCapabilitiesList','createHash','stringify','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','POJTt','ithSs','delete','Error\x20in\x20stopTestCapture:\x20','Qxqco','TfnmL','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','getAccessibilityConfig',',\x20framework=','testFramework','aEEMC','../../../helpers/performance/performance-tester.js','uCoFD','zwCCw','2xPRVjk','message','loeje','StmJR','../../playwright/accessibility-helper','1550tDklBa','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','fetchDriverExecuteParamsEvent','getIsAppAccessibility','\x20script\x20available','DyWGX','kNEgP','Unknown\x20Test','ScanArgs:\x20','VeERS','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','finishScanningForCli','GfcpX','getTrackedInstance','GET_RESULTS_SUMMARY','sBsXa','Error\x20in\x20initAccessibilityConfig:\x20','env','includeTagsInTestingScope','PtXOV','onBeforeTest','getCapabilityValue','CeEXP','BROWSERSTACK_CLI_BIN_SESSION_ID','platformVersion','function','browserstack.accessibilityOptions.wcagVersion','Page\x20','POST','getAccessibilityExecuteParams','AccessibilityModule.getResults','\x20->\x20','PcIRe','parse','xfBOs','isAppAccessibility','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20',']\x20poll\x20attempt=','capabilitiesList','sCjGd','MqqsM','appium:platformVersion','trim','setShouldScan','loadAccessibilityConfig','btxTj','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','centralAuthHeader','mTdFw','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','Error\x20in\x20getAccessibilityResults:\x20','XzBFF','HVvXd','processAccessibilityCaps','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','GYJwb','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','pid','getAllData','_sendMessageServerPatchApplied','browserstack.accessibilityOptions.authToken','qQcLN','bind','DRIVER_INIT','has','testFrameworkData','PERFORM_SCAN','race','SDK_ACCESSIBILITY_CONFIG','[App-A11y]\x20Scan\x20result\x20for\x20','authHeader','hHEZH','yPogf',']\x20clear\x20','\x20worker=\x22','TXdQX','JVuVM','../../utils/constants.js','getValue','degraded','PRE','includes','saveTestResults','aFEOH','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary',',\x20includeTags=','getState','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','validatePlatformForAccessibility','./baseModule','\x20token_fp=','getLogDisabledShown','launchCaps','aXsAL','number','build-start','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','../framework/automationFramework','options','AGdij',')\x20result=','kwPIY','__accessibilityOptions','[AccessibilityModule]\x20goog:chromeOptions\x20read\x20from\x20the\x20','onAfterTest','getData','ciSTq','EhZyq','Accessibility\x20data\x20for\x20extension:\x20','onBeforeExecute:\x20Command\x20',',\x20isAppAccessibility=','NODE_GENERIC','Context','now','fetchCentralAuthA11yConfig','startsWith','ygNDq','isEnabled','PqwsW','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','not-array','kzBoq','LAlhl','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','GByOG',']\x20should\x20run\x20accessibility\x20value=','browserStackEvaluate','912344sNPXeB','hgXYX','../../../helpers/accessibility-automation/helper','some','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','BDuSY','getTestId','getBrowserDisplayName','JEST_WORKER_ID','main','scan','pwPage','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','Ktajv','GUSYZ','qiVEZ','gcxfn','command','headless','mSyrO','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','HntLn','jSeMG','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','end','shouldScanForCommand:\x20','from','performScan\x20capped\x20at\x20','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','SCAN_CAP_HIT','chrome','Processed\x20accessibility\x20caps\x20','DRIVER_HAS_URL','DZLLe','gdeZa','getMinVersionForBrowser','getCommandsToWrap','\x20env=','jCDkM','accessibilityPlatform','setShouldScanCurrentTest','wnTgn','FPzLV','getOptions','HlBEI','titlePath','10359dNgMzW','registerObserver','currentTest','JjniN','RlEja','bfjdQ','accessibilityResult','testData','fQqvK','getCapabilities',',\x20\x0a\x20','kqEen','NZpgq','TFkfN','assign','ginoy','ivCYi','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','BQlar','teriZ','GCkIc','kMiwL','FTRfl','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','getParamsForScanForCli','\x20config','isfmN','performPageScan','QUIT','debug','../state/hookState','mCcJe','motrb','BROWSERSTACK_TESTHUB_JWT','name','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','isMobileWebSession','nXXTW','getTestFrameworkDetail','PdhCo','../state/automationFrameworkState','qPYhh','testInfo','patchSendMessageToServer','onBeforeExecute','setLogDisabledShown','ms\x20—\x20cache\x20never\x20populated\x20(','wMsPr','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','totalIssueCount','error','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','browserstack.accessibilityOptions.scannerVersion','ChromeExtension','accessibilityToken','RLFDY','Error\x20getting\x20script\x20by\x20name\x20','KEY_TEST_SCOPES','slice','loadDriverExecuteParams','DTHdO','getCurrentInstanceName','setAccessibilityToken','\x20accessibility\x20script\x20on\x20page','platformValidation','XBnAF','map','HHQBb','utf-8','Scan\x20result:\x20','getBuildId','XTRCH','getPlatformCaps','--headless','xprer','IKcwZ','MkaOm','LFNpk','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','getResultResponse','\x22\x20pid=',']\x20Accessibility\x20configuration\x20initialized\x20successfully','xMjRM','updateData','getTestDetails','uJDLY','present','test_tags','testAnalyticsId','LhcVR','SAVE_RESULTS','_centralAuthA11yConfig','onBeforeExecute:\x20command=','TrlvM','hgDId','../../../helpers/accessibility-automation/constants','platformName','PeeZQ','hex','KEY_INIT','centralAuthToken','appium:platformName','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','executeScript','replace','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','testRunId','null','MODULE_NAME','Performing\x20scan\x20before\x20getting\x20results\x20summary','PtCBj','JUgCp','getScriptByName','tZSjm','capabilities','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','Error\x20getting\x20capability\x20value\x20for\x20','\x20config\x20is\x20unusable:\x20','test_run_id','chromeOptions','nDSXH','xevqL','TlXRq','bCKpQ','performScanForCli','is_mobile_session','gxSzb','EvBUn','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','../../../helpers/helper','egWPX','bdiqj',',\x20testRunId=','\x20from\x20testIdentifier=','isAccessibilityAutomationSession','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','xieus','getAccessibility','keys','getCurrentAccessibilityStatus','../grpcClient',']\x20isEnabledTestcase\x20(','thTestRunUuid','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','scriptsList','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','MOCHA','on\x20non-BrowserStack\x20infrastructure\x20','srMcB','accessibilityConfig','MOBILE_SCANNING_DISABLED_WARNING','skipCDPConnectOverride','count=','true','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','../../../helpers/accessibility-automation/scripts','--headless=new','HlTgx','warn','getResults','getAccessibilityResultsSummary','EcDbQ','executeScriptByName:\x20No\x20','JiKdH','kWqNQ','applySendMessageToServerPatch','wcagVersion','OyvvU','getSuccess','sgcpY','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','KRBbN','stopTestCapture','Vpmzp','czwrW','__jestCurrentTestIdentifier','imBjI','jest','getResultsSummary','setAccessibilityConfig','\x22browserstack.key\x22:\x22[REDACTED]\x22','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','xkvwp','__bstackA11yScanCapHit','size','wjbOP','evaluate','getPlatformIndex','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','parseA11yJwtPayload','qvcCm','mNTEB','format','OnRzv','getContext','Error\x20executing\x20script\x20','oSstO','get','commandsList','cVkTp','platformCaps','join','browserVersion','ARUJC','\x20script\x20available\x20in\x20scriptsList','executeScriptByName','PEKPN','resolveMobileThTestRunUuid','phPSi','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','QOnVW','NGgly','_pollUntilNonEmpty','toLowerCase','isArray','fyBgv','rLTgk','\x22browserstack.user\x22:\x22[REDACTED]\x22','GRmdk','XruzZ','getInstance','ZCAql','wONwc'];a112_0x12d2=function(){return _0xbcc4a;};return a112_0x12d2();}class AccessibilityModule extends BaseModule{static [a112_0x2616c5(0x2cb)]=AccessibilityModule[a112_0x2616c5(0x280)];static ['_centralAuthConfigFetched']=![];static [a112_0x2616c5(0x2ba)]={};constructor(_0x247e6d){const _0x598c42=a112_0x2616c5,_0x4ebc58={};_0x4ebc58[_0x598c42(0x2b1)]=_0x598c42(0x210),_0x4ebc58[_0x598c42(0x360)]=_0x598c42(0x281),_0x4ebc58[_0x598c42(0x26a)]='ACCESSIBILITY_INITIALIZED',_0x4ebc58[_0x598c42(0x2f3)]=_0x598c42(0x250),_0x4ebc58[_0x598c42(0x30c)]='testhub_build_uuid';const _0x5718e9=_0x4ebc58;super(),AutomationFramework[_0x598c42(0x25f)](AutomationFrameworkState['EXECUTE'],HookState['PRE'],this[_0x598c42(0x28a)][_0x598c42(0x1ef)](this)),AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x598c42(0x1cc)],this[_0x598c42(0x1c4)][_0x598c42(0x1ef)](this)),AutomationFramework[_0x598c42(0x25f)](AutomationFrameworkState[_0x598c42(0x27a)],HookState[_0x598c42(0x201)],this[_0x598c42(0x219)][_0x598c42(0x1ef)](this)),this[_0x598c42(0x226)]=!![],this[_0x598c42(0x2f4)]=_0x247e6d[_0x598c42(0x373)](),this['accessibility']=new Map(),this[_0x598c42(0x3d5)]=new Map(),this[_0x598c42(0x1d3)]=_0x247e6d[_0x598c42(0x1b3)]?.()||![],this[_0x598c42(0x2d1)]=[],this['_sendMessageServerPatchApplied']=![],this['_mobileScanningDisabledLogged']=![],this[_0x598c42(0x29d)](_0x247e6d[_0x598c42(0x25b)]()['getCapabilitiesList']());const _0x276358=CLIUtils['getTestFrameworkDetail'](),_0x2488cd=_0x276358&&[FRAMEWORKS[_0x598c42(0x220)],FRAMEWORKS[_0x598c42(0x2f1)]]['includes'](_0x276358['name']);_0x2488cd&&this['_parseScriptsFromOptions'](_0x247e6d[_0x598c42(0x25b)](),_0x5718e9['xMjRM']),logger['debug'](_0x5718e9[_0x598c42(0x360)]),this['KEY_INIT']=_0x5718e9['NZpgq'],this[_0x598c42(0x3b2)]=_0x5718e9[_0x598c42(0x2f3)],this[_0x598c42(0x383)]=_0x5718e9[_0x598c42(0x30c)];}['isEnabled'](){return this['isEnabled'];}[a112_0x2616c5(0x3a2)](){const _0x1a8f3a=a112_0x2616c5;return AccessibilityModule[_0x1a8f3a(0x2cb)];}[a112_0x2616c5(0x2ea)](){const _0x493813=a112_0x2616c5;return this[_0x493813(0x375)][_0x493813(0x324)](CLIUtils[_0x493813(0x29c)](),![]);}[a112_0x2616c5(0x20c)](){const _0x531f55=a112_0x2616c5;return this[_0x531f55(0x3d5)]['get'](CLIUtils[_0x531f55(0x29c)](),![]);}[a112_0x2616c5(0x28b)](_0x488bf8){const _0x5d1a25=a112_0x2616c5;this[_0x5d1a25(0x3d5)]['set'](CLIUtils['getCurrentInstanceName'](),_0x488bf8);}[a112_0x2616c5(0x304)](){const _0x2f10a7=a112_0x2616c5,_0x20acd8={'KiUdT':_0x2f10a7(0x2e6),'ibeLT':function(_0x24e5fb,_0xe61e72){return _0x24e5fb(_0xe61e72);},'ithSs':_0x2f10a7(0x361),'cxLxq':_0x2f10a7(0x39d),'xprer':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x2f10a7(0x1ec)]){logger[_0x2f10a7(0x27b)](_0x20acd8[_0x2f10a7(0x3cf)]);return;}try{const _0x3ee1c3=_0x20acd8['ibeLT'](require,_0x20acd8[_0x2f10a7(0x19e)]);_0x3ee1c3&&_0x3ee1c3[_0x2f10a7(0x289)]?(_0x3ee1c3[_0x2f10a7(0x289)](),this[_0x2f10a7(0x1ec)]=!![],logger['debug'](_0x20acd8['cxLxq'])):logger['debug'](_0x20acd8[_0x2f10a7(0x2a9)]);}catch(_0x43a216){logger[_0x2f10a7(0x27b)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x2f10a7(0x31f)](_0x43a216));}}[a112_0x2616c5(0x3c1)](_0x449827=null,_0x44a1de=null,_0x2ad8df=null){const _0x231b17=a112_0x2616c5,_0x226568={'DakmW':function(_0x23b10f,_0x591a89){return _0x23b10f&&_0x591a89;},'tbjTV':_0x231b17(0x345),'dIFwW':function(_0x27470b,_0x5a0cee){return _0x27470b(_0x5a0cee);},'PcIRe':_0x231b17(0x2e0),'OSnAi':_0x231b17(0x2ee),'qvcCm':_0x231b17(0x2c4),'loeje':function(_0xab2d72,_0x3f2177){return _0xab2d72===_0x3f2177;},'SVISE':_0x231b17(0x3a3),'LhcVR':_0x231b17(0x1d9),'bhUzr':function(_0x4004e1,_0x5b839b){return _0x4004e1!==_0x5b839b;},'GByOG':function(_0x3d75ae,_0x45c8d1){return _0x3d75ae!==_0x45c8d1;},'IIdAK':function(_0x30aee1,_0x57e137,_0x21f8cc){return _0x30aee1(_0x57e137,_0x21f8cc);},'kNEgP':function(_0x2c31e8,_0x125e8f){return _0x2c31e8(_0x125e8f);},'Qxqco':function(_0x4bc360,_0x43bf87){return _0x4bc360<_0x43bf87;},'yqZkQ':_0x231b17(0x3ee),'MiqqL':function(_0x455c33,_0x15247c){return _0x455c33===_0x15247c;},'yPogf':function(_0x5b088d,_0x128465){return _0x5b088d===_0x128465;},'NjICa':_0x231b17(0x2f8),'EcDbQ':function(_0x340934,_0x44fc3e){return _0x340934===_0x44fc3e;},'LoVAq':_0x231b17(0x3db),'EhZyq':function(_0x42ee78,_0x343e70){return _0x42ee78===_0x343e70;},'MaZRw':_0x231b17(0x395),'cRray':'goog:chromeOptions','cVkTp':_0x231b17(0x359),'nhgMW':function(_0x454a4){return _0x454a4();},'jSeMG':_0x231b17(0x2f2),'JUgCp':function(_0x56dd23,_0x551995){return _0x56dd23-_0x551995;},'syeZg':function(_0xb3e08,_0x105df1){return _0xb3e08(_0x105df1);},'aXsAL':function(_0x43f739,_0x119695){return _0x43f739>_0x119695;},'kzBoq':function(_0x2fddca,_0x4bee23){return _0x2fddca(_0x4bee23);},'PdhCo':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x226568['DakmW'](!_0x44a1de,!_0x2ad8df))return logger[_0x231b17(0x27b)](_0x226568[_0x231b17(0x39f)]),![];const {isUndefined:_0xecb9ac,isBrowserstackInfra:_0x4f4165}=_0x226568[_0x231b17(0x387)](require,_0x226568[_0x231b17(0x1d0)]);if(!accessibilityHelper[_0x231b17(0x2e5)]())return logger[_0x231b17(0x27b)](_0x226568[_0x231b17(0x34c)]),![];if(this['isAppAccessibility']){const _0xafc09b=(_0x44a1de[_0x231b17(0x2bf)]||_0x44a1de[_0x226568[_0x231b17(0x31d)]]||'')[_0x231b17(0x334)]();if(_0x226568[_0x231b17(0x1ad)](_0xafc09b,_0x226568[_0x231b17(0x193)])){const _0x3b3155=_0x44a1de[_0x226568[_0x231b17(0x2b8)]]||_0x44a1de[_0x231b17(0x1c8)];if(_0x226568['bhUzr'](_0x3b3155,undefined)&&_0x226568[_0x231b17(0x22d)](_0x3b3155,null)){const _0x1d4e6a=_0x226568['IIdAK'](parseInt,_0x226568[_0x231b17(0x387)](String,_0x3b3155)[_0x231b17(0x194)]('.')[0x0],0xa);if(!_0x226568[_0x231b17(0x1b6)](isNaN,_0x1d4e6a)&&_0x226568[_0x231b17(0x1a1)](_0x1d4e6a,0xb))return logger['warn']('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x3b3155),![];}}return!![];}const _0x474c70=_0x44a1de['browserName']||_0x44a1de['browser'],_0x40335d=_0x44a1de['browserVersion']||_0x44a1de['browser_version'];if(!accessibilityHelper[_0x231b17(0x3a0)](_0x474c70))return logger[_0x231b17(0x2fd)](_0x226568[_0x231b17(0x369)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x474c70))try{const _0x4d75fe=_0x44a1de[_0x231b17(0x242)],_0x1a610e=_0x226568[_0x231b17(0x381)](_0x4d75fe,!![])||_0x226568[_0x231b17(0x1f9)](_0x4d75fe,_0x226568[_0x231b17(0x35e)])||_0x226568[_0x231b17(0x300)](typeof _0x4d75fe,_0x226568[_0x231b17(0x36c)])&&_0x226568[_0x231b17(0x21c)](_0x4d75fe[_0x231b17(0x334)](),_0x226568[_0x231b17(0x35e)]);if(_0x1a610e)return logger['warn'](_0x226568[_0x231b17(0x3e2)]),![];const _0x2d65b2=_0x44a1de?.[_0x231b17(0x2d6)]?.['args']||_0x44a1de?.[_0x226568[_0x231b17(0x3c2)]]?.[_0x231b17(0x343)]||[];if(Array[_0x231b17(0x335)](_0x2d65b2)&&_0x2d65b2[_0x231b17(0x233)](_0x30ef7e=>typeof _0x30ef7e===_0x231b17(0x3db)&&(_0x30ef7e===_0x231b17(0x2a8)||_0x30ef7e[_0x231b17(0x224)]('--headless=')&&_0x30ef7e!==_0x231b17(0x2fb))))return logger['warn'](_0x226568[_0x231b17(0x3e2)]),![];}catch(_0x3c4fb8){logger['debug'](_0x231b17(0x192)+util[_0x231b17(0x31f)](_0x3c4fb8));}if(_0x226568[_0x231b17(0x22d)](_0x40335d,_0x226568[_0x231b17(0x326)])){const _0x5d0717=_0x226568['nhgMW'](_0x4f4165),_0x2cecec=accessibilityHelper[_0x231b17(0x253)](_0x474c70,_0x5d0717),_0x1365f9=accessibilityHelper[_0x231b17(0x237)](_0x474c70);if(!accessibilityHelper[_0x231b17(0x3d4)](_0x40335d,_0x2cecec)){const _0x4302b7=_0x5d0717?'':_0x226568[_0x231b17(0x246)],_0x1b3d9a=Number['isFinite'](_0x226568[_0x231b17(0x387)](parseFloat,_0x2cecec))?_0x226568[_0x231b17(0x2ce)](_0x226568['syeZg'](parseFloat,_0x2cecec),0x1):_0x2cecec;return logger[_0x231b17(0x2fd)](_0x231b17(0x2c8)+_0x1365f9+'\x20browser\x20version\x20greater\x20than\x20'+_0x1b3d9a+'\x20'+_0x4302b7+'.'),![];}}else{const _0x347d2d=_0x44a1de[_0x231b17(0x329)]||_0x44a1de[_0x231b17(0x3da)]||_0x44a1de['version'];if(_0x347d2d&&_0x226568[_0x231b17(0x22d)](_0x347d2d,_0x226568[_0x231b17(0x326)])&&!_0x226568[_0x231b17(0x20e)](_0x226568[_0x231b17(0x22a)](parseFloat,_0x347d2d),_0x226568[_0x231b17(0x22a)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x231b17(0x2fd)](_0x226568[_0x231b17(0x285)]),![];}return!![];}catch(_0xedfe7){return logger[_0x231b17(0x27b)]('Exception\x20in\x20isPlatformSupported:\x20'+_0xedfe7[_0x231b17(0x1ac)]),![];}}[a112_0x2616c5(0x358)](_0x40dff6=[],_0x3c3aa8,_0x43e323=a112_0x2616c5(0x357)){const _0x406b2c=a112_0x2616c5,_0x53a558={'uCoFD':function(_0x254b75,_0x41a785){return _0x254b75===_0x41a785;},'wMsPr':_0x406b2c(0x310),'TrlvM':function(_0x3f095c,_0x17e42d){return _0x3f095c||_0x17e42d;},'BQlar':function(_0xdbddc5,_0x523623){return _0xdbddc5===_0x523623;},'sYaFr':function(_0xe4bf0a,_0x13a270){return _0xe4bf0a===_0x13a270;},'AGdij':function(_0x40996b,_0x2b9c57){return _0x40996b&&_0x2b9c57;},'qPYhh':_0x406b2c(0x342),'aOGfC':function(_0x3427c2,_0x16679e){return _0x3427c2(_0x16679e);},'sgcpY':function(_0x573b73,_0x34e468){return _0x573b73>_0x34e468;}};try{const _0x5ef894=process[_0x406b2c(0x1c1)][_0x406b2c(0x38e)]?JSON['parse'](process['env'][_0x406b2c(0x38e)]):null;if(!_0x5ef894)return!![];const _0x218359=Array[_0x406b2c(0x335)](_0x5ef894['includeTagsInTestingScope'])?_0x5ef894[_0x406b2c(0x1c2)]:[],_0xbdf1d4=Array['isArray'](_0x5ef894[_0x406b2c(0x3bc)])?_0x5ef894[_0x406b2c(0x3bc)]:[];if(_0x53a558[_0x406b2c(0x1a9)](_0x43e323,_0x53a558[_0x406b2c(0x28d)])||_0x53a558[_0x406b2c(0x1a9)](_0x43e323,FRAMEWORKS[_0x406b2c(0x220)])){let _0x5f438d;Array['isArray'](_0x40dff6)?_0x5f438d=_0x40dff6['join']('\x20'):_0x5f438d=_0x53a558[_0x406b2c(0x2bc)](_0x40dff6,'');const _0x29590e=_0x9d67b9=>_0x43e323===FRAMEWORKS[_0x406b2c(0x220)]&&typeof _0x9d67b9==='string'?_0x9d67b9['replace'](/^@/,'')['toLowerCase']()[_0x406b2c(0x1da)]():_0x9d67b9,_0x1f696b=_0x53a558[_0x406b2c(0x270)](_0x43e323,FRAMEWORKS[_0x406b2c(0x220)])?_0x5f438d['toLowerCase']():_0x5f438d,_0x25473c=_0xbdf1d4[_0x406b2c(0x233)](_0x5ceab3=>_0x1f696b[_0x406b2c(0x202)](_0x29590e(_0x5ceab3))),_0x2fe643=_0x53a558[_0x406b2c(0x36a)](_0x218359[_0x406b2c(0x371)],0x0)||_0x218359[_0x406b2c(0x233)](_0x1d953e=>_0x1f696b[_0x406b2c(0x202)](_0x29590e(_0x1d953e))),_0x1b3221=_0x53a558[_0x406b2c(0x214)](!_0x25473c,_0x2fe643);return logger['debug']('[platform\x20-\x20'+(_0x3c3aa8?.['getPlatformIndex']?.()||_0x53a558[_0x406b2c(0x287)])+_0x406b2c(0x2ec)+_0x43e323+_0x406b2c(0x215)+_0x1b3221+_0x406b2c(0x3c8)+_0x5f438d+_0x406b2c(0x206)+JSON[_0x406b2c(0x19b)](_0x218359)+',\x20excludeTags='+JSON[_0x406b2c(0x19b)](_0xbdf1d4)),_0x1b3221;}const _0x21d9d8=Array[_0x406b2c(0x335)](_0x40dff6)?_0x40dff6:[];let _0x142658=![],_0x417967=_0x53a558[_0x406b2c(0x1a9)](_0x218359[_0x406b2c(0x371)],0x0);const _0x15016a=_0x19fcee=>typeof _0x19fcee==='string'?_0x19fcee['replace'](/^@/,'')['toLowerCase']()['trim']():_0x19fcee,_0x17cf43=new Set(_0x218359[_0x406b2c(0x2a1)](_0x15016a)),_0x3401aa=new Set(_0xbdf1d4[_0x406b2c(0x2a1)](_0x15016a));for(const _0x3b88cc of _0x21d9d8){const _0x1d6d25=_0x53a558['aOGfC'](_0x15016a,_0x3b88cc);_0x3401aa[_0x406b2c(0x1f1)](_0x1d6d25)&&(_0x142658=!![]),_0x53a558[_0x406b2c(0x308)](_0x17cf43[_0x406b2c(0x317)],0x0)&&_0x17cf43[_0x406b2c(0x1f1)](_0x1d6d25)&&(_0x417967=!![]);}const _0x56f9ea=_0x53a558[_0x406b2c(0x214)](_0x417967,!_0x142658);return logger[_0x406b2c(0x27b)](_0x406b2c(0x37e)+(_0x3c3aa8?.[_0x406b2c(0x31a)]?.()||_0x53a558[_0x406b2c(0x287)])+_0x406b2c(0x3bd)+_0x56f9ea+',\x20tags='+JSON['stringify'](_0x21d9d8)+_0x406b2c(0x206)+JSON[_0x406b2c(0x19b)](_0x218359)+',\x20excludeTags='+JSON[_0x406b2c(0x19b)](_0xbdf1d4)),_0x56f9ea;}catch(_0x1331c3){return logger['debug']('[platform\x20-\x20'+(_0x3c3aa8?.['getPlatformIndex']?.()||_0x53a558[_0x406b2c(0x287)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x1331c3[_0x406b2c(0x1ac)]),![];}}async[a112_0x2616c5(0x1c4)](_0x387879){const _0x3be809=a112_0x2616c5,_0x2fe836={};_0x2fe836[_0x3be809(0x34e)]=function(_0x509d0e,_0x1d0843){return _0x509d0e!==_0x1d0843;},_0x2fe836['dfEIz']=_0x3be809(0x357),_0x2fe836[_0x3be809(0x25c)]=_0x3be809(0x310),_0x2fe836[_0x3be809(0x1a2)]=function(_0x146c95,_0x1b39e3){return _0x146c95!==_0x1b39e3;},_0x2fe836[_0x3be809(0x2d0)]='testcafe',_0x2fe836[_0x3be809(0x2d7)]=function(_0x2d0a5e,_0x49d18d){return _0x2d0a5e===_0x49d18d;},_0x2fe836[_0x3be809(0x33d)]=_0x3be809(0x2f8),_0x2fe836['PEKPN']=function(_0x5150c8,_0x47a5e7){return _0x5150c8&&_0x47a5e7;},_0x2fe836[_0x3be809(0x2fc)]='TEST_INIT',_0x2fe836[_0x3be809(0x2e7)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x2fe836['Niqul']=_0x3be809(0x35b),_0x2fe836['rLTgk']=_0x3be809(0x1f0),_0x2fe836[_0x3be809(0x26e)]=_0x3be809(0x1de),_0x2fe836[_0x3be809(0x3e7)]=_0x3be809(0x1b7),_0x2fe836[_0x3be809(0x336)]=function(_0x2b9bca,_0x11acdd){return _0x2b9bca>_0x11acdd;},_0x2fe836[_0x3be809(0x2a6)]=_0x3be809(0x1c9),_0x2fe836[_0x3be809(0x3a5)]=_0x3be809(0x2b6),_0x2fe836['XbpFG']=_0x3be809(0x342);const _0x2b4be4=_0x2fe836;if(_0x2b4be4[_0x3be809(0x34e)](_0x387879[_0x3be809(0x1a6)],_0x2b4be4[_0x3be809(0x35a)])&&_0x2b4be4['SVHqk'](_0x387879[_0x3be809(0x1a6)],_0x2b4be4[_0x3be809(0x25c)])&&_0x2b4be4['TfnmL'](_0x387879[_0x3be809(0x1a6)],_0x2b4be4[_0x3be809(0x2d0)])&&_0x2b4be4['SVHqk'](_0x387879['testFramework'],FRAMEWORKS['NODE_GENERIC'])){logger[_0x3be809(0x27b)](_0x3be809(0x211)+_0x387879['testFramework']+')');return;}try{const _0x5a3bee=AutomationFramework['getTrackedInstance'](),_0x3a8d18=TestFramework[_0x3be809(0x1bd)](),_0x1e1bd0=_0x387879['page']||global[_0x3be809(0x3a4)]?.['pwPage']||null;if(_0x2b4be4['nDSXH'](_0x387879['testFramework'],_0x2b4be4[_0x3be809(0x2d0)])){const _0x4cdf43=_0x387879[_0x3be809(0x327)]||_0x5a3bee&&_0x5a3bee[_0x3be809(0x2a7)]&&_0x5a3bee[_0x3be809(0x2a7)]()||_0x5a3bee&&_0x5a3bee['getCapabilities']&&_0x5a3bee[_0x3be809(0x267)]()||{},_0x52dceb=_0x387879[_0x3be809(0x20d)]||null,_0x50986b=this[_0x3be809(0x3c1)](_0x5a3bee,_0x4cdf43,_0x52dceb),_0x3f5228=CLIUtils['getCurrentInstanceName']();this[_0x3be809(0x375)][_0x3be809(0x368)](_0x3f5228,_0x50986b);global[_0x3be809(0x221)]?.[_0x3be809(0x321)]&&global[_0x3be809(0x221)][_0x3be809(0x321)]()[_0x3be809(0x1db)](_0x50986b);_0x50986b?(global['accessibilityPlatform']=!![],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2b4be4[_0x3be809(0x33d)]):global[_0x3be809(0x257)]=![];logger['debug'](_0x3be809(0x28e)+_0x50986b);return;}if(_0x2b4be4[_0x3be809(0x2d7)](_0x387879[_0x3be809(0x1a6)],FRAMEWORKS[_0x3be809(0x220)])){const _0x31f93c=_0x387879[_0x3be809(0x265)]||{},_0x2a4961=_0x31f93c[TestFrameworkConstants[_0x3be809(0x298)]],_0x21034d=_0x31f93c[TestFrameworkConstants[_0x3be809(0x190)]]||'',_0xfabaf8=(Array[_0x3be809(0x335)](_0x2a4961)?_0x2a4961['concat'](_0x21034d)[_0x3be809(0x328)]('\x20'):_0x21034d)[_0x3be809(0x1da)](),_0x24dd35=_0x387879['platformCaps']||_0x5a3bee&&_0x5a3bee[_0x3be809(0x2a7)]&&_0x5a3bee[_0x3be809(0x2a7)]()||_0x5a3bee&&_0x5a3bee[_0x3be809(0x267)]&&_0x5a3bee['getCapabilities']()||{},_0x36e78c=this[_0x3be809(0x3c1)](_0x5a3bee,_0x24dd35,_0x387879[_0x3be809(0x20d)]||null),_0x51c662=this[_0x3be809(0x358)](_0xfabaf8,_0x5a3bee,FRAMEWORKS[_0x3be809(0x220)]),_0x55df76=_0x2b4be4[_0x3be809(0x32d)](_0x36e78c,_0x51c662),_0x2433e9=CLIUtils[_0x3be809(0x29c)]();this[_0x3be809(0x375)][_0x3be809(0x368)](_0x2433e9,_0x55df76);global[_0x3be809(0x221)]?.[_0x3be809(0x321)]&&global['Context'][_0x3be809(0x321)]()[_0x3be809(0x1db)](_0x55df76);_0x55df76?(global['accessibilityPlatform']=!![],process[_0x3be809(0x1c1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2b4be4['wONwc'],this[_0x3be809(0x304)]()):global['accessibilityPlatform']=![];_0x3a8d18&&_0x3a8d18[_0x3be809(0x2b2)](_0x2b4be4[_0x3be809(0x2fc)],!![]);logger[_0x3be809(0x27b)](_0x3be809(0x2df)+_0x36e78c+',\x20testCaseEnabled='+_0x51c662+',\x20testName='+_0xfabaf8);return;}if(!_0x1e1bd0){_0x3a8d18&&_0x3a8d18[_0x3be809(0x2b2)](_0x2b4be4['HlTgx'],!![]);logger[_0x3be809(0x27b)](_0x2b4be4[_0x3be809(0x2e7)]);return;}logger[_0x3be809(0x27b)](_0x2b4be4[_0x3be809(0x377)]);const _0x396360=_0x3a8d18?.[_0x3be809(0x21a)](_0x2b4be4[_0x3be809(0x337)],![]),_0x16818c=_0x3a8d18?.[_0x3be809(0x21a)](_0x2b4be4['HlTgx'],![]);if(_0x2b4be4[_0x3be809(0x2d7)](_0x396360,![])&&_0x2b4be4[_0x3be809(0x2d7)](_0x16818c,![])){_0x3a8d18&&_0x3a8d18[_0x3be809(0x2b2)](_0x2b4be4['rLTgk'],!![]);logger[_0x3be809(0x27b)](_0x2b4be4[_0x3be809(0x26e)]);return;}_0x3a8d18&&_0x3a8d18[_0x3be809(0x2b2)](_0x2b4be4[_0x3be809(0x2fc)],!![]);let _0x163f85,_0x11fbcc;const _0x5cb6b8=_0x387879[_0x3be809(0x1a6)]||_0x2b4be4[_0x3be809(0x35a)];if(_0x2b4be4[_0x3be809(0x2d7)](_0x5cb6b8,_0x2b4be4[_0x3be809(0x25c)])){_0x11fbcc=_0x387879[_0x3be809(0x288)]?.[_0x3be809(0x2b7)]||_0x387879[_0x3be809(0x288)]?.['id']||global[_0x3be809(0x30e)]||global['__workerDetails']?.[_0x3be809(0x260)]?.['testAnalyticsId']||global[_0x3be809(0x3a4)]?.[_0x3be809(0x260)]?.['id'];const _0x4dca6b=_0x3a8d18?.[_0x3be809(0x1eb)]()?.[_0x3be809(0x324)](_0x11fbcc);if(_0x4dca6b&&_0x4dca6b[TestFrameworkConstants[_0x3be809(0x190)]])_0x163f85=_0x4dca6b[TestFrameworkConstants[_0x3be809(0x190)]];else{if(_0x387879[_0x3be809(0x288)]?.[_0x3be809(0x25d)])_0x163f85=_0x387879[_0x3be809(0x288)][_0x3be809(0x25d)];else global[_0x3be809(0x3a4)]?.[_0x3be809(0x260)]?.[_0x3be809(0x288)]?.['titlePath']?_0x163f85=global['__workerDetails'][_0x3be809(0x260)][_0x3be809(0x288)]['titlePath']:_0x163f85=_0x2b4be4[_0x3be809(0x3e7)];}logger[_0x3be809(0x27b)](_0x3be809(0x19c)+_0x11fbcc+_0x3be809(0x3c8)+JSON['stringify'](_0x163f85));}else{_0x11fbcc=this[_0x3be809(0x236)](_0x387879);const _0x156d85=TestInfo[_0x3be809(0x2b3)](_0x11fbcc);let _0x4d0b6c=[];if(_0x156d85&&Array[_0x3be809(0x335)](_0x156d85[_0x3be809(0x2b6)])&&_0x2b4be4[_0x3be809(0x336)](_0x156d85['test_tags'][_0x3be809(0x371)],0x0))_0x4d0b6c=_0x156d85['test_tags'];else{if(_0x3a8d18){const _0x3ee19e=_0x2b4be4[_0x3be809(0x2d7)](typeof _0x3a8d18[_0x3be809(0x21a)],_0x2b4be4[_0x3be809(0x2a6)])?_0x3a8d18[_0x3be809(0x21a)](_0x2b4be4[_0x3be809(0x3a5)],[]):_0x3a8d18[_0x3be809(0x2b6)]||[];Array['isArray'](_0x3ee19e)&&(_0x4d0b6c=_0x3ee19e);}}_0x163f85=_0x4d0b6c;}logger[_0x3be809(0x386)](_0x3be809(0x3ad)+JSON['stringify'](_0x163f85));const _0x2ff810=this['isPlatformSupported'](_0x5a3bee,_0x387879['platformCaps'],_0x387879[_0x3be809(0x20d)]);logger[_0x3be809(0x27b)](_0x3be809(0x376)+_0x2ff810+_0x3be809(0x21f)+this[_0x3be809(0x1d3)]);const _0x55bc75=this[_0x3be809(0x358)](_0x163f85,_0x5a3bee,_0x5cb6b8),_0x298210=_0x2b4be4[_0x3be809(0x32d)](_0x2ff810,_0x55bc75),_0x21c13e=CLIUtils[_0x3be809(0x29c)]();this[_0x3be809(0x375)][_0x3be809(0x368)](_0x21c13e,_0x298210),global[_0x3be809(0x221)]?.[_0x3be809(0x321)]&&global['Context'][_0x3be809(0x321)]()[_0x3be809(0x1db)](_0x298210),logger[_0x3be809(0x27b)](_0x3be809(0x37e)+(_0x5a3bee?.[_0x3be809(0x31a)]?.()||_0x2b4be4['XbpFG'])+_0x3be809(0x22e)+_0x298210),_0x298210?(global[_0x3be809(0x257)]=!![],process[_0x3be809(0x1c1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2b4be4[_0x3be809(0x33d)],this[_0x3be809(0x304)]()):global[_0x3be809(0x257)]=![];}catch(_0x594c47){logger[_0x3be809(0x290)](_0x3be809(0x3dc)+(_0x594c47[_0x3be809(0x3e8)]||_0x594c47[_0x3be809(0x1ac)]));const _0x2494c2=CLIUtils[_0x3be809(0x29c)]();this['accessibility'][_0x3be809(0x368)](_0x2494c2,![]),global[_0x3be809(0x257)]=![];}}[a112_0x2616c5(0x38a)](){const _0x1d5e4d=a112_0x2616c5;return this[_0x1d5e4d(0x2d1)][_0x1d5e4d(0x367)](_0x402504=>_0x402504[_0x1d5e4d(0x346)]()==='goog:chromeOptions')?.[_0x1d5e4d(0x1ff)]()||'';}[a112_0x2616c5(0x1c5)](_0xcbd839){const _0x490de9=a112_0x2616c5;try{const _0x3e8c56=this[_0x490de9(0x2f4)]?.[_0x490de9(0x213)]?.[_0x490de9(0x1d6)]||[],_0x504261=_0x3e8c56[_0x490de9(0x367)](_0x36076a=>_0x36076a[_0x490de9(0x280)]===_0xcbd839);return _0x504261?_0x504261[_0x490de9(0x3b0)]:null;}catch(_0x1f1d25){return logger[_0x490de9(0x27b)](_0x490de9(0x2d3)+_0xcbd839+':\x20'+_0x1f1d25[_0x490de9(0x1ac)]),null;}}async[a112_0x2616c5(0x312)](_0x57f0ce,_0x85b802){const _0x2f2786=a112_0x2616c5,_0x2b87fb={};_0x2b87fb['VGZar']='a11y-config-rpc';const _0x126aaf=_0x2b87fb,_0x372be9=_0x57f0ce[_0x2f2786(0x2e8)]()['getOptions']();this[_0x2f2786(0x36d)](_0x372be9,_0x126aaf['VGZar']),this[_0x2f2786(0x2d1)]=_0x372be9[_0x2f2786(0x199)](),await this[_0x2f2786(0x29d)](this[_0x2f2786(0x2d1)],_0x85b802[_0x2f2786(0x20d)]);}[a112_0x2616c5(0x363)](_0x42cc14,_0x5cb97b){const _0x2ec046=a112_0x2616c5,_0x3cb35b={};_0x3cb35b[_0x2ec046(0x306)]=function(_0x16f775,_0x5c9c35){return _0x16f775===_0x5c9c35;},_0x3cb35b[_0x2ec046(0x271)]=_0x2ec046(0x3db);const _0x4ffb80=_0x3cb35b;try{const _0x48bca8=(_0x42cc14[_0x2ec046(0x199)]()||[])[_0x2ec046(0x367)](_0x130abe=>_0x130abe['getName']()===_0x2ec046(0x3ef));if(!_0x48bca8)return null;const _0x1ca522=_0x48bca8[_0x2ec046(0x1ff)]();if(!_0x1ca522)return null;const _0x490ca2=_0x4ffb80[_0x2ec046(0x306)](typeof _0x1ca522,_0x4ffb80[_0x2ec046(0x271)])?JSON[_0x2ec046(0x1d1)](_0x1ca522):_0x1ca522;return logger[_0x2ec046(0x27b)](_0x2ec046(0x218)+_0x5cb97b+_0x2ec046(0x277)),_0x490ca2;}catch(_0x48dd3c){return logger[_0x2ec046(0x27b)](_0x2ec046(0x384)+_0x5cb97b+_0x2ec046(0x2d4)+_0x48dd3c['message']),null;}}[a112_0x2616c5(0x36d)](_0x58f190,_0x5b4a5e){const _0x1431a0=a112_0x2616c5,_0x215143={};_0x215143[_0x1431a0(0x251)]=function(_0x4cad2c,_0x5881ab){return _0x4cad2c>_0x5881ab;},_0x215143[_0x1431a0(0x37c)]=_0x1431a0(0x275),_0x215143[_0x1431a0(0x273)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options';const _0x464505=_0x215143;try{const _0xb1b186=_0x58f190[_0x1431a0(0x34d)](),_0xe4dc7d=_0x58f190[_0x1431a0(0x254)]()?.['getCommandsList'](),_0x1d8649=this[_0x1431a0(0x363)](_0x58f190,_0x5b4a5e);_0x1d8649&&(scripts[_0x1431a0(0x294)]=_0x1d8649),_0xb1b186&&_0x464505[_0x1431a0(0x251)](_0xb1b186['length'],0x0)?(scripts['parseFromProto'](_0xb1b186,_0xe4dc7d),scripts[_0x1431a0(0x35d)](),logger[_0x1431a0(0x27b)](_0x464505[_0x1431a0(0x37c)])):logger[_0x1431a0(0x27b)](_0x464505[_0x1431a0(0x273)]);}catch(_0x26d5d8){logger[_0x1431a0(0x27b)](_0x1431a0(0x355)+_0x26d5d8[_0x1431a0(0x1ac)]);}}async[a112_0x2616c5(0x29d)](_0x5f498b,_0x48c11a={}){const _0x4aa010=a112_0x2616c5,_0x43f177={'hgDId':_0x4aa010(0x229),'CRezs':_0x4aa010(0x239),'xkvwp':function(_0x2a0951,_0x5e414e){return _0x2a0951===_0x5e414e;},'btxTj':_0x4aa010(0x295),'RlEja':function(_0x508da5,_0x25b1bd){return _0x508da5(_0x25b1bd);},'mEjlo':'crypto','OnRzv':_0x4aa010(0x39c),'TlXRq':_0x4aa010(0x2c1),'vQpow':function(_0x77bc01,_0x3c96bb){return _0x77bc01||_0x3c96bb;},'LAlhl':_0x4aa010(0x1ed),'roaZl':_0x4aa010(0x232),'VQcjH':_0x4aa010(0x2e0),'IgPlB':function(_0x381b84,_0xa21de){return _0x381b84(_0xa21de);},'FPzLV':function(_0x701002,_0x4b0cb5){return _0x701002===_0x4b0cb5;},'hHEZH':_0x4aa010(0x305),'JYZxd':_0x4aa010(0x1ca),'HLlst':function(_0x34f140,_0x46793b){return _0x34f140===_0x46793b;},'fQqvK':'scannerVersion','LgDwu':_0x4aa010(0x293),'gxSzb':_0x4aa010(0x385),'nXXTW':_0x4aa010(0x3d0),'phPSi':function(_0x1445f0,_0x37484f){return _0x1445f0===_0x37484f;},'DmLfU':_0x4aa010(0x3e0),'HiQcE':function(_0x391afa,_0x1b6388){return _0x391afa(_0x1b6388);},'VvqlM':function(_0x555eb5,_0x33b698){return _0x555eb5===_0x33b698;},'BOZQG':'true'};global['__accessibilityOptions']=global['__accessibilityOptions']||{};const _0x1c1035=Array['isArray'](_0x5f498b)?_0x5f498b[_0x4aa010(0x371)]:_0x43f177[_0x4aa010(0x2bd)];logger['debug']('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x1c1035+'\x20worker=\x22'+(process['env'][_0x4aa010(0x238)]||_0x43f177['CRezs'])+_0x4aa010(0x2af)+process[_0x4aa010(0x1ea)]);for(const _0x971d6f of _0x5f498b){logger[_0x4aa010(0x27b)]('[AccessibilityModule.setAccessibilityToken]\x20cap\x20name='+_0x971d6f[_0x4aa010(0x346)]());if(_0x43f177[_0x4aa010(0x315)](_0x971d6f['getName'](),_0x43f177[_0x4aa010(0x1dd)])){const _0x14f70b=_0x971d6f[_0x4aa010(0x1ff)](),_0x24360f=_0x14f70b?_0x43f177[_0x4aa010(0x262)](require,_0x43f177[_0x4aa010(0x344)])[_0x4aa010(0x19a)](_0x43f177[_0x4aa010(0x320)])[_0x4aa010(0x351)](_0x14f70b)[_0x4aa010(0x398)](_0x43f177[_0x4aa010(0x2d9)])[_0x4aa010(0x299)](0x0,0x8):'';logger[_0x4aa010(0x386)](_0x4aa010(0x1a3)+_0x43f177['vQpow'](_0x14f70b,'')[_0x4aa010(0x371)]+_0x4aa010(0x20b)+_0x24360f+_0x4aa010(0x1fb)+(process[_0x4aa010(0x1c1)][_0x4aa010(0x238)]||_0x43f177['CRezs'])+_0x4aa010(0x2af)+process[_0x4aa010(0x1ea)]),process['env'][_0x4aa010(0x34a)]=_0x14f70b,global[_0x4aa010(0x217)][_0x43f177[_0x4aa010(0x22b)]]=_0x14f70b;const _0x4b64f7=_0x43f177['RlEja'](require,_0x43f177[_0x4aa010(0x341)]),{isTrue:_0xf5dde4}=_0x43f177['RlEja'](require,_0x43f177[_0x4aa010(0x354)]),_0x84aa84=_0x4b64f7[_0x4aa010(0x31c)](_0x14f70b);_0x84aa84&&_0x43f177['IgPlB'](_0xf5dde4,_0x84aa84[_0x4aa010(0x2f6)])&&(process[_0x4aa010(0x1c1)][_0x4aa010(0x370)]=!![]);}else{if(_0x43f177[_0x4aa010(0x25a)](_0x971d6f[_0x4aa010(0x346)](),_0x43f177[_0x4aa010(0x1f8)]))global[_0x4aa010(0x217)][_0x43f177[_0x4aa010(0x3e1)]]=_0x971d6f[_0x4aa010(0x1ff)]();else{if(_0x43f177[_0x4aa010(0x3b8)](_0x971d6f[_0x4aa010(0x346)](),_0x43f177[_0x4aa010(0x266)]))global['__accessibilityOptions'][_0x43f177[_0x4aa010(0x191)]]=_0x971d6f[_0x4aa010(0x1ff)]();else{if(_0x43f177[_0x4aa010(0x315)](_0x971d6f[_0x4aa010(0x346)](),_0x43f177[_0x4aa010(0x2dd)]))global['__accessibilityOptions'][_0x43f177[_0x4aa010(0x283)]]=_0x971d6f[_0x4aa010(0x1ff)]();else{if(_0x43f177[_0x4aa010(0x32f)](_0x971d6f[_0x4aa010(0x346)](),_0x43f177[_0x4aa010(0x3be)])){const _0x540ea2=_0x971d6f[_0x4aa010(0x1ff)]();process[_0x4aa010(0x1c1)][_0x4aa010(0x1e9)]=_0x43f177['HiQcE'](String,_0x43f177['VvqlM'](_0x540ea2,!![])||_0x43f177['VvqlM'](_0x540ea2,_0x43f177['BOZQG'])),logger[_0x4aa010(0x27b)](_0x4aa010(0x314)+_0x540ea2+_0x4aa010(0x255)+process[_0x4aa010(0x1c1)][_0x4aa010(0x1e9)]);}}}}}}}async[a112_0x2616c5(0x219)](_0x3bf123){const _0x2cdda6=a112_0x2616c5,_0x931ee6={};_0x931ee6[_0x2cdda6(0x396)]=function(_0x5d0288,_0x233838){return _0x5d0288!==_0x233838;},_0x931ee6[_0x2cdda6(0x3a8)]='cucumber',_0x931ee6[_0x2cdda6(0x352)]=_0x2cdda6(0x310),_0x931ee6[_0x2cdda6(0x1e4)]='testcafe',_0x931ee6[_0x2cdda6(0x38f)]=_0x2cdda6(0x342);const _0x5e1026=_0x931ee6;if(_0x5e1026['FGKhz'](_0x3bf123[_0x2cdda6(0x1a6)],_0x5e1026[_0x2cdda6(0x3a8)])&&_0x5e1026[_0x2cdda6(0x396)](_0x3bf123['testFramework'],_0x5e1026[_0x2cdda6(0x352)])&&_0x5e1026['FGKhz'](_0x3bf123['testFramework'],_0x5e1026[_0x2cdda6(0x1e4)])&&_0x5e1026[_0x2cdda6(0x396)](_0x3bf123['testFramework'],FRAMEWORKS[_0x2cdda6(0x220)])){logger['debug'](_0x2cdda6(0x228)+_0x3bf123['testFramework']+')');return;}const _0x5f4044=_0x3bf123['testInfo']?.[_0x2cdda6(0x2b7)]||_0x3bf123['testInfo']?.['id']||global[_0x2cdda6(0x30e)];logger['info']('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x3bf123[_0x2cdda6(0x1a6)]+_0x2cdda6(0x365)+_0x5f4044);try{const _0x5edc6b=_0x3bf123[_0x2cdda6(0x397)]||AutomationFramework[_0x2cdda6(0x1bd)](),_0x260282=CLIUtils['getCurrentInstanceName'](),_0x5f1fe0=this[_0x2cdda6(0x2ea)]();logger[_0x2cdda6(0x27b)](_0x2cdda6(0x37e)+(_0x5edc6b?.[_0x2cdda6(0x31a)]?.()||_0x5e1026[_0x2cdda6(0x38f)])+']\x20onAfterTest\x20should\x20scan='+_0x5f1fe0),_0x5f1fe0&&await this[_0x2cdda6(0x30b)](_0x5edc6b,_0x3bf123),this[_0x2cdda6(0x375)][_0x2cdda6(0x19f)](_0x260282),this['LOG_DISABLED_SHOWN']['delete'](_0x260282);}catch(_0x47cf0e){logger['error'](_0x2cdda6(0x244)+(_0x47cf0e['stack']||_0x47cf0e[_0x2cdda6(0x1ac)]));}}async[a112_0x2616c5(0x30b)](_0x5b4cb3,_0x1b4163){const _0x28b38d=a112_0x2616c5,_0xe5adf5={};_0xe5adf5[_0x28b38d(0x3c0)]=function(_0x5f5b3f,_0x386f3e){return _0x5f5b3f===_0x386f3e;},_0xe5adf5[_0x28b38d(0x1c6)]=_0x28b38d(0x1c9),_0xe5adf5[_0x28b38d(0x1a7)]=_0x28b38d(0x310),_0xe5adf5[_0x28b38d(0x2a0)]=_0x28b38d(0x357),_0xe5adf5['MeGKZ']=_0x28b38d(0x3e6),_0xe5adf5[_0x28b38d(0x23e)]=_0x28b38d(0x375),_0xe5adf5[_0x28b38d(0x2d8)]=_0x28b38d(0x3c7),_0xe5adf5[_0x28b38d(0x272)]=_0x28b38d(0x342),_0xe5adf5[_0x28b38d(0x240)]=_0x28b38d(0x2b5),_0xe5adf5['AMcWy']=_0x28b38d(0x2ca),_0xe5adf5[_0x28b38d(0x331)]=function(_0x2819ab,_0x43ccf8){return _0x2819ab===_0x43ccf8;},_0xe5adf5[_0x28b38d(0x372)]=function(_0x407dfd,_0x25a09d){return _0x407dfd||_0x25a09d;},_0xe5adf5['JjniN']=function(_0x12f30b,_0x83ceea){return _0x12f30b||_0x83ceea;},_0xe5adf5['egWPX']=function(_0x4158cd,_0x321210){return _0x4158cd||_0x321210;},_0xe5adf5['jIjKM']=_0x28b38d(0x38b),_0xe5adf5[_0x28b38d(0x245)]=_0x28b38d(0x3a7),_0xe5adf5['boXOb']='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x1d0dd3=_0xe5adf5;try{const _0x5d8d98=_0x1b4163[_0x28b38d(0x1a6)]||(_0x1d0dd3[_0x28b38d(0x3c0)](this[_0x28b38d(0x1f2)]?.[_0x28b38d(0x280)]?.[_0x28b38d(0x334)](),_0x1d0dd3['aEEMC'])?_0x1d0dd3[_0x28b38d(0x1a7)]:_0x1d0dd3[_0x28b38d(0x2a0)]);let _0x6b71f7='',_0x550154=null,_0x5d7bd2=null;if(_0x1d0dd3[_0x28b38d(0x3c0)](_0x5d8d98,_0x1d0dd3[_0x28b38d(0x1a7)])){_0x550154=_0x1b4163['testInfo']?.[_0x28b38d(0x2b7)]||_0x1b4163[_0x28b38d(0x288)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x550154){logger[_0x28b38d(0x2fd)](_0x1d0dd3['MeGKZ']);return;}try{const _0x219669=await GrpcClient[_0x28b38d(0x33b)]()[_0x28b38d(0x1b2)](process[_0x28b38d(0x1c1)][_0x28b38d(0x1c7)],_0x1d0dd3[_0x28b38d(0x23e)],_0x1d0dd3['xevqL'],_0x550154),_0x45003d=AccessibilityModule[_0x28b38d(0x29a)](null,_0x219669);_0x6b71f7=_0x45003d?.['thTestRunUuid']||'',logger[_0x28b38d(0x27b)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x6b71f7+'\x20from\x20testIdentifier='+_0x550154),_0x5d7bd2=_0x219669;}catch(_0x30de9b){logger[_0x28b38d(0x290)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x30de9b['message']);return;}}else{const _0x766a6c=this[_0x28b38d(0x236)](_0x1b4163);_0x6b71f7=TestInfo[_0x28b38d(0x3e9)](_0x766a6c);}const _0x35d148=((()=>{const _0x540992=_0x28b38d,_0x4d063e=(this[_0x540992(0x2f4)]?.[_0x540992(0x213)]?.[_0x540992(0x1d6)]||[])[_0x540992(0x367)](_0x49d8a7=>(typeof _0x49d8a7[_0x540992(0x346)]===_0x540992(0x1c9)?_0x49d8a7['getName']():_0x49d8a7[_0x540992(0x280)])===this['KEY_TESTHUB_BUILD_ID']);return _0x4d063e?_0x1d0dd3['XWPVF'](typeof _0x4d063e[_0x540992(0x1ff)],_0x1d0dd3['CeEXP'])?_0x4d063e[_0x540992(0x1ff)]():_0x4d063e[_0x540992(0x3b0)]:'';})()),_0x5d6209=process['env'][_0x28b38d(0x27f)]||'';logger[_0x28b38d(0x27b)]('[platform\x20-\x20'+(_0x5b4cb3?.[_0x28b38d(0x31a)]?.()||_0x1d0dd3[_0x28b38d(0x272)])+_0x28b38d(0x1fa)+_0x6b71f7+'\x20testHubUuid='+_0x35d148+_0x28b38d(0x37a)+(_0x5d6209?_0x1d0dd3[_0x28b38d(0x240)]:_0x1d0dd3[_0x28b38d(0x389)]));let _0x401d83;if(_0x1d0dd3[_0x28b38d(0x331)](_0x5d8d98,_0x1d0dd3['aEEMC']))_0x401d83=AccessibilityModule[_0x28b38d(0x29a)](_0x6b71f7,_0x5d7bd2);else{const _0x5dfe72=await GrpcClient[_0x28b38d(0x33b)]()['fetchDriverExecuteParamsEvent'](process[_0x28b38d(0x1c1)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x1d0dd3[_0x28b38d(0x23e)],_0x1d0dd3['xevqL']);_0x401d83=AccessibilityModule[_0x28b38d(0x29a)](_0x6b71f7,_0x5dfe72);}logger[_0x28b38d(0x27b)](_0x28b38d(0x21d)+JSON['stringify'](_0x401d83));const _0x305db4=Object['assign']({},{'thTestRunUuid':_0x1d0dd3[_0x28b38d(0x372)](_0x6b71f7,''),'thBuildUuid':_0x1d0dd3[_0x28b38d(0x261)](_0x35d148,''),'thJwtToken':_0x1d0dd3[_0x28b38d(0x2e1)](_0x5d6209,'')},_0x401d83);!this[_0x28b38d(0x1d3)]&&this[_0x28b38d(0x282)]()&&(_0x305db4['is_mobile_session']=!![],logger[_0x28b38d(0x27b)](_0x1d0dd3[_0x28b38d(0x3cc)]));logger[_0x28b38d(0x27b)](_0x28b38d(0x26f)+_0x6b71f7+_0x28b38d(0x21f)+this[_0x28b38d(0x1d3)]);let _0x7d743e=global[_0x28b38d(0x3a4)]?.[_0x28b38d(0x23b)]||null;!_0x7d743e&&(_0x7d743e=AutomationFramework[_0x28b38d(0x207)](_0x5b4cb3,_0x1d0dd3[_0x28b38d(0x245)],null)),!_0x7d743e&&(_0x7d743e=AutomationFramework[_0x28b38d(0x207)](_0x5b4cb3,_0x1d0dd3['boXOb'],null)),await this[_0x28b38d(0x1bb)](this[_0x28b38d(0x2ea)](),_0x6b71f7,_0x7d743e,_0x305db4,this['isAppAccessibility']);}catch(_0xfa09bc){logger[_0x28b38d(0x290)](_0x28b38d(0x1a0)+(_0xfa09bc[_0x28b38d(0x3e8)]||_0xfa09bc[_0x28b38d(0x1ac)]));}}async[a112_0x2616c5(0x1bb)](_0x1d5945,_0xb15055,_0x210830,_0x4134e2,_0x131eed){const _0x11cb45=a112_0x2616c5,_0x36797d={};_0x36797d[_0x11cb45(0x30d)]='saveResults',_0x36797d[_0x11cb45(0x332)]=function(_0x1e8b20,_0x450502){return _0x1e8b20&&_0x450502;},_0x36797d[_0x11cb45(0x2a2)]=_0x11cb45(0x1b1),_0x36797d[_0x11cb45(0x399)]=function(_0x5e79b8,_0x1150d3){return _0x5e79b8===_0x1150d3;},_0x36797d['CNELW']=_0x11cb45(0x2ca),_0x36797d[_0x11cb45(0x36f)]=function(_0xe36e8e,_0x2082dc){return _0xe36e8e===_0x2082dc;},_0x36797d['PqwsW']=_0x11cb45(0x380),_0x36797d[_0x11cb45(0x1bc)]='Performing\x20scan\x20before\x20from\x20cli',_0x36797d[_0x11cb45(0x3a6)]='afterTestHook',_0x36797d[_0x11cb45(0x30f)]=_0x11cb45(0x23a),_0x36797d['YewcZ']='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x36797d['isfmN']='a11y:save-results',_0x36797d['uJDLY']=_0x11cb45(0x208);const _0x439288=_0x36797d;try{const _0x4d4e84=this[_0x11cb45(0x2cf)](_0x439288[_0x11cb45(0x30d)]);if(_0x439288[_0x11cb45(0x332)](!_0x131eed,!_0x4d4e84)){logger['debug'](_0x439288[_0x11cb45(0x2a2)]);return;}if(!_0xb15055||_0x439288[_0x11cb45(0x399)](_0xb15055,_0x439288[_0x11cb45(0x364)])||_0x439288['ASLlA'](_0xb15055,'')){logger[_0x11cb45(0x27b)](_0x439288[_0x11cb45(0x227)]);return;}logger[_0x11cb45(0x27b)](_0x11cb45(0x3ed)+JSON[_0x11cb45(0x19b)](_0x4134e2)),_0x1d5945&&(logger[_0x11cb45(0x27b)](_0x439288[_0x11cb45(0x1bc)]),await this[_0x11cb45(0x2db)](_0x210830,_0xb15055,_0x439288['iToKj'],_0x4134e2,_0x131eed,_0x439288['imBjI']),_0x439288[_0x11cb45(0x332)](!_0x131eed,_0x4d4e84)&&(logger[_0x11cb45(0x27b)](_0x439288['YewcZ']),await PerformanceTester[_0x11cb45(0x353)](_0x439288[_0x11cb45(0x278)],async()=>{const _0xbb9ae1=_0x11cb45;await this[_0xbb9ae1(0x2db)](_0x210830,_0xb15055,_0x439288['czwrW'],_0x4134e2,_0x131eed,_0x439288[_0xbb9ae1(0x30d)]);})()),logger[_0x11cb45(0x386)](_0x439288[_0x11cb45(0x2b4)]));}catch(_0x5304e0){logger['error'](_0x11cb45(0x2f0)+(_0x5304e0[_0x11cb45(0x3e8)]||_0x5304e0[_0x11cb45(0x1ac)]));}}async[a112_0x2616c5(0x28a)](_0x59df83){const _0x4dccef=a112_0x2616c5,_0x50ffb0={};_0x50ffb0[_0x4dccef(0x36e)]=function(_0x462b12,_0x2623b9){return _0x462b12!==_0x2623b9;},_0x50ffb0[_0x4dccef(0x259)]='cucumber',_0x50ffb0[_0x4dccef(0x1b9)]=function(_0x1ca1ce,_0x34f3e7){return _0x1ca1ce!==_0x34f3e7;},_0x50ffb0[_0x4dccef(0x3ab)]='jest',_0x50ffb0[_0x4dccef(0x19d)]=_0x4dccef(0x3eb),_0x50ffb0['nMBgJ']=function(_0x1b7239,_0x21c267){return _0x1b7239!==_0x21c267;},_0x50ffb0['GvGtx']=_0x4dccef(0x342),_0x50ffb0[_0x4dccef(0x3de)]=_0x4dccef(0x3dd),_0x50ffb0[_0x4dccef(0x1fc)]=function(_0x30d263,_0x850a47){return _0x30d263&&_0x850a47;},_0x50ffb0[_0x4dccef(0x21b)]=function(_0xd67a0d,_0x30c8c7){return _0xd67a0d===_0x30c8c7;},_0x50ffb0['DHLOM']='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x50ffb0[_0x4dccef(0x38c)]=_0x4dccef(0x375),_0x50ffb0[_0x4dccef(0x37f)]=_0x4dccef(0x388),_0x50ffb0[_0x4dccef(0x1d8)]=function(_0x28b5b6,_0x3940f4){return _0x28b5b6===_0x3940f4;},_0x50ffb0[_0x4dccef(0x2ac)]=_0x4dccef(0x2d5),_0x50ffb0[_0x4dccef(0x3ea)]='testhub_build_uuid',_0x50ffb0[_0x4dccef(0x339)]=_0x4dccef(0x23a),_0x50ffb0[_0x4dccef(0x1d7)]=_0x4dccef(0x2ca);const _0xe17ca0=_0x50ffb0;if(_0xe17ca0[_0x4dccef(0x36e)](_0x59df83['testFramework'],_0xe17ca0['wnTgn'])&&_0xe17ca0['VeERS'](_0x59df83[_0x4dccef(0x1a6)],_0xe17ca0['PJNRz'])&&_0xe17ca0[_0x4dccef(0x36e)](_0x59df83[_0x4dccef(0x1a6)],_0xe17ca0[_0x4dccef(0x19d)])&&_0xe17ca0[_0x4dccef(0x3d8)](_0x59df83['testFramework'],FRAMEWORKS['NODE_GENERIC'])){logger['debug']('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x59df83[_0x4dccef(0x1a6)]+')');return;}logger[_0x4dccef(0x27b)](_0x4dccef(0x2bb)+(_0x59df83[_0x4dccef(0x33e)]||_0xe17ca0['GvGtx'])+_0x4dccef(0x1a5)+_0x59df83[_0x4dccef(0x1a6)]);try{const _0x5b6143=_0x59df83[_0x4dccef(0x397)]||AutomationFramework['getTrackedInstance'](),_0x324eee=TestFramework['getTrackedInstance'](),_0x1f09f5=_0x59df83[_0x4dccef(0x33e)]||_0x59df83[_0x4dccef(0x241)]?.['getName']();if(!_0x1f09f5){logger[_0x4dccef(0x27b)](_0xe17ca0['SDvVn']);return;}if(!this[_0x4dccef(0x2ea)]()){logger[_0x4dccef(0x27b)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x1f09f5);return;}if(!this[_0x4dccef(0x350)](_0x1f09f5)){logger[_0x4dccef(0x27b)](_0x4dccef(0x21e)+_0x1f09f5+_0x4dccef(0x2c5));return;}const _0x4fcb62=_0x59df83[_0x4dccef(0x382)]||global[_0x4dccef(0x3a4)]?.[_0x4dccef(0x23b)],_0x52c7c1=_0x59df83[_0x4dccef(0x3b1)]||null;if(_0xe17ca0[_0x4dccef(0x1fc)](!_0x4fcb62,!_0x52c7c1)){logger[_0x4dccef(0x27b)](_0x4dccef(0x1e8)+_0x1f09f5);return;}let _0x57dca8='',_0x4124c2=null;if(_0xe17ca0[_0x4dccef(0x21b)](_0x59df83[_0x4dccef(0x1a6)],_0xe17ca0[_0x4dccef(0x3ab)])){_0x4124c2=_0x59df83['testInfo']?.['testAnalyticsId']||_0x59df83[_0x4dccef(0x288)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x4124c2){logger[_0x4dccef(0x2fd)](_0xe17ca0[_0x4dccef(0x3b9)]);return;}try{const _0x4f6485=await GrpcClient[_0x4dccef(0x33b)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x4dccef(0x1c7)],_0xe17ca0[_0x4dccef(0x38c)],_0xe17ca0['Rjldp'],_0x4124c2),_0x4af147=AccessibilityModule[_0x4dccef(0x29a)](null,_0x4f6485);_0x57dca8=_0x4af147?.['thTestRunUuid']||'',logger[_0x4dccef(0x27b)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x57dca8+_0x4dccef(0x2e4)+_0x4124c2);}catch(_0x5c44b6){logger[_0x4dccef(0x290)](_0x4dccef(0x24c)+_0x5c44b6[_0x4dccef(0x1ac)]);return;}}else _0xe17ca0[_0x4dccef(0x1d8)](_0x59df83['testFramework'],FRAMEWORKS[_0x4dccef(0x220)])?_0x57dca8=_0x59df83[_0x4dccef(0x2c9)]||'':(_0x57dca8=this[_0x4dccef(0x1c5)](_0xe17ca0['LFNpk'])||'',!_0x57dca8&&this[_0x4dccef(0x282)]()&&(_0x57dca8=accessibilityHelper[_0x4dccef(0x32e)]()));const _0x3baa16=this[_0x4dccef(0x1c5)](_0xe17ca0[_0x4dccef(0x3ea)])||this[_0x4dccef(0x2f4)][this[_0x4dccef(0x383)]]||null,_0x24dbe7=process['env'][_0x4dccef(0x27f)]||'',_0x1deb89=this[_0x4dccef(0x276)](_0x1f09f5,_0x57dca8,_0x3baa16,_0x24dbe7),_0x4ba9fc=_0xe17ca0[_0x4dccef(0x1d8)](_0x59df83[_0x4dccef(0x1a6)],_0xe17ca0[_0x4dccef(0x3ab)])?await AccessibilityModule[_0x4dccef(0x223)](_0xe17ca0[_0x4dccef(0x339)],_0x57dca8,_0x4124c2):await AccessibilityModule[_0x4dccef(0x223)](_0xe17ca0['GRmdk'],_0x57dca8);logger[_0x4dccef(0x386)](_0x4dccef(0x1b8)+(_0x1deb89?JSON[_0x4dccef(0x19b)](_0x1deb89):_0xe17ca0[_0x4dccef(0x1d7)]));let _0x487b60=CLIUtils['mergeObject'](_0x1deb89,_0x4ba9fc);if(this[_0x4dccef(0x1d3)]){const _0x33035a=process['env'][_0x4dccef(0x34a)]||'';_0x487b60[_0x4dccef(0x2c3)]&&(_0x487b60[_0x4dccef(0x1df)]=_0x487b60[_0x4dccef(0x2c3)],delete _0x487b60[_0x4dccef(0x2c3)]),_0x487b60=Object[_0x4dccef(0x26c)]({},_0x487b60,{'authHeader':_0x487b60[_0x4dccef(0x1f7)]||_0x33035a,'method':_0x1f09f5,'scanTimestamp':Date[_0x4dccef(0x222)]()[_0x4dccef(0x3f0)]()});}logger['info']('MergedScanArgs:\x20'+(_0x487b60?JSON[_0x4dccef(0x19b)](_0x487b60):_0xe17ca0['sCjGd'])),logger[_0x4dccef(0x27b)](_0x4dccef(0x3d6)+_0x1f09f5);const _0x1c7fe8=this[_0x4dccef(0x1d3)]?_0x52c7c1:_0x4fcb62,_0x1214c0=await this[_0x4dccef(0x2db)](_0x1c7fe8,_0x57dca8,_0x1f09f5,_0x487b60,this[_0x4dccef(0x1d3)]);logger[_0x4dccef(0x27b)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x1f09f5+_0x4dccef(0x268)+JSON[_0x4dccef(0x19b)](_0x1214c0));}catch(_0x36016d){logger[_0x4dccef(0x290)](_0x4dccef(0x362)+(_0x36016d['stack']||_0x36016d['message']));}}['shouldScanCurrentTest'](){const _0x5b99fd=a112_0x2616c5;return this[_0x5b99fd(0x2ea)]();}[a112_0x2616c5(0x258)](_0x29b25e){const _0xe47f1c=a112_0x2616c5,_0x34fd8b=CLIUtils[_0xe47f1c(0x29c)]();this[_0xe47f1c(0x375)]['set'](_0x34fd8b,_0x29b25e);}async['initAccessibilityConfig'](_0x224b83){const _0x21d80f=a112_0x2616c5,_0x5480a4={};_0x5480a4[_0x21d80f(0x392)]=_0x21d80f(0x342);const _0x3833f2=_0x5480a4;try{const _0x25f87a=_0x224b83[_0x21d80f(0x397)]||AutomationFramework[_0x21d80f(0x1bd)](),_0x4cb159=_0x25f87a?.[_0x21d80f(0x21a)]?.()?.[_0x21d80f(0x324)]?.(this[_0x21d80f(0x2c2)])||![];if(_0x4cb159)return;PerformanceTester['start'](EVENTS[_0x21d80f(0x1f5)]);const _0x4d60ea=await GrpcClient[_0x21d80f(0x33b)]()[_0x21d80f(0x1a4)](_0x224b83);_0x4d60ea&&_0x4d60ea[_0x21d80f(0x2e8)]&&_0x4d60ea[_0x21d80f(0x2e8)]()&&_0x4d60ea[_0x21d80f(0x2e8)]()['getSuccess']()?(await this[_0x21d80f(0x1dc)](_0x4d60ea,_0x224b83),_0x25f87a?.[_0x21d80f(0x21a)]&&_0x25f87a['getData']()[_0x21d80f(0x368)](this['KEY_INIT'],!![]),logger[_0x21d80f(0x27b)]('[platform\x20-\x20'+(_0x25f87a?.['getPlatformIndex']?.()||_0x3833f2[_0x21d80f(0x392)])+_0x21d80f(0x2b0))):logger[_0x21d80f(0x27b)](_0x21d80f(0x37e)+(_0x25f87a?.[_0x21d80f(0x31a)]?.()||_0x3833f2[_0x21d80f(0x392)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester[_0x21d80f(0x248)](EVENTS[_0x21d80f(0x1f5)]);}catch(_0x32f4df){PerformanceTester[_0x21d80f(0x248)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x32f4df['message']),logger['error'](_0x21d80f(0x1c0)+(_0x32f4df[_0x21d80f(0x3e8)]||_0x32f4df['message']));}}async['loadAccessibilityConfig'](_0x54cd4a,_0x1dab99){const _0x4e497e=a112_0x2616c5;await this[_0x4e497e(0x312)](_0x54cd4a,_0x1dab99);const _0x3e5b13=_0x54cd4a[_0x4e497e(0x2e8)]()[_0x4e497e(0x25b)]();if(_0x3e5b13){const _0x4e6b08=_0x54cd4a['getTesthub']&&_0x54cd4a['getTesthub']();_0x4e6b08&&(this['accessibilityConfig'][this[_0x4e497e(0x383)]]=_0x4e6b08['getBuildId']&&_0x4e6b08[_0x4e497e(0x2a5)]());}}[a112_0x2616c5(0x350)](_0x279c4e){const _0x294549=a112_0x2616c5,_0x5a6196={};_0x5a6196[_0x294549(0x274)]=function(_0x12c34c,_0x348cd2){return _0x12c34c===_0x348cd2;};const _0x3a5168=_0x5a6196;try{if(!_0x279c4e)return![];const _0x1980d4=this[_0x294549(0x2f4)]?.['options']?.[_0x294549(0x3c9)]?.[_0x294549(0x325)]||[],_0x3af329=_0x1980d4['some'](_0x1f05d4=>{const _0x1ceaf8=_0x294549;return _0x1f05d4[_0x1ceaf8(0x280)]&&_0x3a5168[_0x1ceaf8(0x274)](_0x1f05d4[_0x1ceaf8(0x280)][_0x1ceaf8(0x334)](),_0x279c4e[_0x1ceaf8(0x334)]());});return logger[_0x294549(0x27b)](_0x294549(0x249)+_0x279c4e+_0x294549(0x1cf)+_0x3af329+_0x294549(0x35f)+JSON[_0x294549(0x19b)](_0x1980d4['map'](_0x4601b9=>_0x4601b9[_0x294549(0x280)]))),_0x3af329;}catch(_0x3ef65c){return logger[_0x294549(0x27b)](_0x294549(0x366)+_0x3ef65c['message']),![];}}['isBrowserstackScriptCommand'](_0x2f5de4){const _0x46a265=a112_0x2616c5,_0x510162={};_0x510162['HklhS']=function(_0xe5b78,_0x47df30){return _0xe5b78===_0x47df30;},_0x510162[_0x46a265(0x1e0)]=_0x46a265(0x3db),_0x510162[_0x46a265(0x3aa)]='browserstack_executor';const _0x17756d=_0x510162,_0x155f37=_0x2f5de4[_0x46a265(0x3ec)]&&_0x2f5de4[_0x46a265(0x3ec)]();return _0x155f37&&_0x17756d['HklhS'](typeof _0x155f37,_0x17756d[_0x46a265(0x1e0)])&&_0x155f37[_0x46a265(0x202)](_0x17756d[_0x46a265(0x3aa)]);}[a112_0x2616c5(0x347)](_0x206767){const _0x3255bb=a112_0x2616c5,_0x5650b2={};_0x5650b2[_0x3255bb(0x263)]=function(_0x5611e7,_0x19733a){return _0x5611e7!==_0x19733a;},_0x5650b2['lBEwg']=_0x3255bb(0x3db),_0x5650b2[_0x3255bb(0x3cd)]=_0x3255bb(0x375),_0x5650b2[_0x3255bb(0x3b7)]=_0x3255bb(0x388),_0x5650b2[_0x3255bb(0x39e)]=_0x3255bb(0x2fe),_0x5650b2['jCDkM']=_0x3255bb(0x203);const _0x3b462f=_0x5650b2,_0x4de75a=_0x206767['getScript']&&_0x206767[_0x3255bb(0x3ec)]();if(!_0x4de75a||_0x3b462f[_0x3255bb(0x263)](typeof _0x4de75a,_0x3b462f[_0x3255bb(0x348)]))return![];return _0x4de75a[_0x3255bb(0x202)](_0x3b462f[_0x3255bb(0x3cd)])||_0x4de75a[_0x3255bb(0x202)](_0x3b462f[_0x3255bb(0x3b7)])||_0x4de75a['includes'](_0x3b462f['bNnpZ'])||_0x4de75a[_0x3255bb(0x202)](_0x3b462f[_0x3255bb(0x256)]);}['isMobileWebSession'](){const _0x470cd7=a112_0x2616c5,_0x164a19={'XruzZ':function(_0x4907f9,_0x49f39c){return _0x4907f9===_0x49f39c;},'PtXOV':'function','qiVEZ':function(_0x5ceffc,_0x152f26){return _0x5ceffc(_0x152f26);},'motrb':_0x470cd7(0x2bf),'BUWlj':_0x470cd7(0x3ae),'UeVnJ':function(_0x488029,_0x26da21){return _0x488029(_0x26da21);},'aFEOH':_0x470cd7(0x3a3),'FNzok':_0x470cd7(0x24e)};try{const _0x57839b=this[_0x470cd7(0x2f4)]?.['options']?.['capabilitiesList']||[],_0x54cd2c=_0x4dd564=>{const _0x27a466=_0x470cd7,_0x1ec93e=_0x57839b[_0x27a466(0x367)](_0x5b8746=>(typeof _0x5b8746['getName']==='function'?_0x5b8746[_0x27a466(0x346)]():_0x5b8746[_0x27a466(0x280)])===_0x4dd564);return _0x1ec93e?_0x164a19['XruzZ'](typeof _0x1ec93e[_0x27a466(0x1ff)],_0x164a19[_0x27a466(0x1c3)])?_0x1ec93e['getValue']():_0x1ec93e[_0x27a466(0x3b0)]:null;},_0xc815fb=_0x164a19['qiVEZ'](_0x54cd2c,_0x164a19[_0x470cd7(0x27e)]),_0x591eb7=_0x164a19[_0x470cd7(0x23f)](_0x54cd2c,_0x164a19['BUWlj']),_0x44f459=global['isMobilePlatform']||_0xc815fb&&_0x164a19[_0x470cd7(0x33a)](_0x164a19[_0x470cd7(0x394)](String,_0xc815fb)['toLowerCase'](),_0x164a19[_0x470cd7(0x204)])&&_0x591eb7&&_0x164a19[_0x470cd7(0x394)](String,_0x591eb7)[_0x470cd7(0x334)]()[_0x470cd7(0x202)](_0x164a19['FNzok']);if(!_0x44f459)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x470cd7(0x3d3)]&&(logger[_0x470cd7(0x2fd)](accessibilityHelper[_0x470cd7(0x2f5)]),this[_0x470cd7(0x3d3)]=!![]),![];return!![];}catch(_0x364c31){return logger[_0x470cd7(0x27b)](_0x470cd7(0x234)+_0x364c31[_0x470cd7(0x1ac)]),![];}}[a112_0x2616c5(0x276)](_0x18c63d,_0x33296a,_0x1d3c50,_0x524020){const _0xdf4714=a112_0x2616c5,_0x3a5b29={};_0x3a5b29[_0xdf4714(0x303)]=function(_0x29bcec,_0x2ec54a){return _0x29bcec||_0x2ec54a;},_0x3a5b29['BUznM']=function(_0x2746b7,_0x514a77){return _0x2746b7&&_0x514a77;},_0x3a5b29[_0xdf4714(0x3f1)]=function(_0x1c518f,_0x242ec8){return _0x1c518f||_0x242ec8;},_0x3a5b29[_0xdf4714(0x1ee)]=_0xdf4714(0x3b6);const _0x3153ef=_0x3a5b29;let _0x47e4b7=_0x3153ef[_0xdf4714(0x303)](_0x33296a,'');const _0x4a2829=!this[_0xdf4714(0x1d3)]&&this['isMobileWebSession']();_0x3153ef[_0xdf4714(0x379)](_0x4a2829,!_0x47e4b7)&&(_0x47e4b7=accessibilityHelper[_0xdf4714(0x32e)]());const _0x301a10={'command':_0x18c63d,'thTestRunUuid':_0x47e4b7,'thBuildUuid':_0x3153ef[_0xdf4714(0x303)](_0x1d3c50,''),'thJwtToken':_0x3153ef['mVUpN'](_0x524020,''),'timestamp':new Date()[_0xdf4714(0x35c)]()};return _0x4a2829&&(_0x301a10[_0xdf4714(0x2dc)]=!![],logger['debug'](_0x3153ef[_0xdf4714(0x1ee)])),_0x301a10;}[a112_0x2616c5(0x2cf)](_0x2e2689){const _0x11661e=a112_0x2616c5,_0xd1d85={};_0xd1d85[_0x11661e(0x3c3)]=function(_0x3a1f86,_0x544725){return _0x3a1f86||_0x544725;};const _0x4895bf=_0xd1d85;try{const _0x1f206f=this[_0x11661e(0x2f4)]?.[_0x11661e(0x213)]?.[_0x11661e(0x2ef)]||[],_0x354216=_0x1f206f['find'](_0x54d7a0=>_0x54d7a0['name']===_0x2e2689);return _0x4895bf[_0x11661e(0x3c3)](_0x354216,null);}catch(_0x12d7ff){return logger[_0x11661e(0x27b)](_0x11661e(0x297)+_0x2e2689+':\x20'+_0x12d7ff[_0x11661e(0x1ac)]),null;}}async[a112_0x2616c5(0x32c)](_0x481cff,_0x87ee4,_0x27b0d2=null){const _0xdfc2db=a112_0x2616c5,_0x2827be={'wjbOP':function(_0x49f596,_0x492914){return _0x49f596(_0x492914);},'jyuAf':_0xdfc2db(0x1af)};try{if(!_0x481cff)return logger[_0xdfc2db(0x27b)](_0xdfc2db(0x39a)+_0x87ee4),null;const _0x5238de=this[_0xdfc2db(0x2cf)](_0x87ee4);if(!_0x5238de||!_0x5238de[_0xdfc2db(0x241)])return logger['debug'](_0xdfc2db(0x301)+_0x87ee4+_0xdfc2db(0x1b4)),null;logger[_0xdfc2db(0x27b)](_0xdfc2db(0x3d1)+_0x87ee4+_0xdfc2db(0x29e));const _0x4e1ee5=_0x2827be[_0xdfc2db(0x318)](require,_0x2827be['jyuAf']),_0x254a78=_0x27b0d2?await _0x4e1ee5[_0xdfc2db(0x22f)](_0x481cff,_0x5238de['command'],_0x27b0d2):await _0x4e1ee5['browserStackEvaluate'](_0x481cff,_0x5238de[_0xdfc2db(0x241)]);return _0x254a78;}catch(_0x529c45){return logger[_0xdfc2db(0x290)](_0xdfc2db(0x322)+_0x87ee4+':\x20'+(_0x529c45['stack']||_0x529c45[_0xdfc2db(0x1ac)])),null;}}async[a112_0x2616c5(0x2db)](_0x4565f8,_0x56ded8,_0x16d2f5,_0x55296d,_0x5e80a8,_0x1e290d='scan'){const _0x24885d=a112_0x2616c5,_0x562a6b={'qkJzr':function(_0x510f9e,_0x5558db){return _0x510f9e===_0x5558db;},'mSyrO':_0x24885d(0x23a),'bCKpQ':function(_0x21d7a6,_0x53be01){return _0x21d7a6(_0x53be01);},'MkaOm':_0x24885d(0x1af)};try{logger[_0x24885d(0x27b)](_0x24885d(0x309)+_0x16d2f5+'\x20using\x20script:\x20'+_0x1e290d+',\x20isAppAccessibility='+_0x5e80a8);const _0x2c247f=this['getScriptByName'](_0x1e290d);if(!_0x2c247f||!_0x2c247f['command']){logger[_0x24885d(0x27b)]('performScanForCli:\x20No\x20'+_0x1e290d+_0x24885d(0x32b));return;}if(_0x5e80a8){if(_0x4565f8[BSTACK_SCAN_IN_PROGRESS]){logger[_0x24885d(0x27b)](_0x24885d(0x3df)+_0x16d2f5);return;}return await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x24885d(0x1f3)],async()=>{const _0x1e8f92=_0x24885d;let _0x264393=_0x2c247f[_0x1e8f92(0x241)];_0x264393[_0x1e8f92(0x202)]('%s')&&(_0x264393=_0x264393['replace']('%s',JSON[_0x1e8f92(0x19b)](_0x55296d)));logger['debug'](_0x1e8f92(0x2ad)+_0x16d2f5),_0x4565f8[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x40eabb=await _0x4565f8[_0x1e8f92(0x2c6)](_0x264393);return logger[_0x1e8f92(0x386)](_0x1e8f92(0x1f6)+_0x16d2f5+':\x20'+util[_0x1e8f92(0x31f)](_0x40eabb)),_0x40eabb;}finally{_0x4565f8[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x16d2f5})();}if(_0x562a6b['qkJzr'](_0x1e290d,_0x562a6b[_0x24885d(0x243)])){const _0xb3bfe1=_0x562a6b['bCKpQ'](require,_0x562a6b[_0x24885d(0x2ab)]),_0x205dad={};_0x205dad[_0x24885d(0x241)]=_0x16d2f5;const _0x598091=await PerformanceTester[_0x24885d(0x353)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2009ab=_0x24885d;return await _0xb3bfe1[_0x2009ab(0x22f)](_0x4565f8,_0x2c247f[_0x2009ab(0x241)],_0x55296d);},_0x205dad)();return logger[_0x24885d(0x386)](_0x24885d(0x1cb)+_0x1e290d+_0x24885d(0x3b3)+_0x16d2f5+':\x20'+util[_0x24885d(0x31f)](_0x598091)),_0x598091;}const _0x4392b1=_0x562a6b[_0x24885d(0x2da)](require,_0x562a6b[_0x24885d(0x2ab)]),_0x2f2126=await PerformanceTester[_0x24885d(0x353)](PerformanceA11yEvents[_0x24885d(0x2b9)],async()=>{const _0x5ecbe2=_0x24885d;return await _0x4392b1[_0x5ecbe2(0x22f)](_0x4565f8,_0x2c247f[_0x5ecbe2(0x241)],_0x55296d);})();return logger[_0x24885d(0x386)](_0x24885d(0x1cb)+_0x1e290d+_0x24885d(0x3b3)+_0x16d2f5+':\x20'+util['format'](_0x2f2126)),_0x2f2126;}catch(_0x41a056){logger[_0x24885d(0x290)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x1e290d+':\x20'+(_0x41a056['stack']||_0x41a056['message']));}}async[a112_0x2616c5(0x209)](_0x1b690d){const _0x1f16b2=a112_0x2616c5,_0x1e6116={'BDuSY':function(_0x120e95,_0x4ca14e){return _0x120e95(_0x4ca14e);},'DyWGX':_0x1f16b2(0x232)};try{const _0x45bc9a=_0x1e6116[_0x1f16b2(0x235)](require,_0x1e6116[_0x1f16b2(0x1b5)]);return await _0x45bc9a[_0x1f16b2(0x29f)](_0x1b690d);}catch(_0xf3a45f){return logger[_0x1f16b2(0x290)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0xf3a45f['stack']||_0xf3a45f[_0x1f16b2(0x1ac)])),![];}}[a112_0x2616c5(0x1e5)](_0x3b8413,_0x4ef795,_0x456417){const _0x460654=a112_0x2616c5,_0x34568a={'kwPIY':function(_0x70f6d5,_0x54695f){return _0x70f6d5(_0x54695f);},'PeeZQ':_0x460654(0x1af),'JiKdH':_0x460654(0x338),'EZrkz':_0x460654(0x313)};try{const _0x117308=_0x34568a[_0x460654(0x216)](require,_0x34568a[_0x460654(0x2c0)]);_0x117308['processAccessibilityCaps'](_0x3b8413,_0x4ef795,_0x456417);const _0xeb5161=JSON['stringify'](_0x3b8413)['replace'](/"browserstack\.user":"[^"]*"/g,_0x34568a[_0x460654(0x302)])[_0x460654(0x2c7)](/"browserstack\.key":"[^"]*"/g,_0x34568a[_0x460654(0x34f)]);logger[_0x460654(0x27b)](_0x460654(0x24f)+global[_0x460654(0x257)]+'\x20'+_0xeb5161);}catch(_0x14e837){logger['error'](_0x460654(0x3e4)+(_0x14e837[_0x460654(0x3e8)]||_0x14e837['message']));}}async[a112_0x2616c5(0x333)]({fetchFn:_0x2db4b6,isNonEmpty:_0x50e47a,resultDetail:_0xe64189,totalMs:_0x1d81ea,intervalMs:_0x3f4413,name:_0x305528}){const _0x55acf5=a112_0x2616c5,_0x188d0d={'ARUJC':function(_0x39b6e0,_0x36e1cf){return _0x39b6e0+_0x36e1cf;},'gGdIk':function(_0x497abf,_0x12e4ae){return _0x497abf<_0x12e4ae;},'fZQSG':function(_0xb78de5){return _0xb78de5();},'xhyoR':function(_0x210d14,_0x14b354){return _0x210d14(_0x14b354);},'oSizp':function(_0x1b9b9d,_0x5c9a84){return _0x1b9b9d(_0x5c9a84);},'ginoy':function(_0x59e0de,_0xc47888){return _0x59e0de>=_0xc47888;},'JVuVM':function(_0x5811f7,_0x4384e8){return _0x5811f7-_0x4384e8;},'GYJwb':function(_0x5698fc,_0x42395e){return _0x5698fc(_0x42395e);}},_0x4490cd=Date[_0x55acf5(0x222)](),_0x140791=_0x188d0d[_0x55acf5(0x32a)](_0x4490cd,_0x1d81ea);let _0x28348e=0x0,_0x32bf0a=null,_0x4150c0=![];while(_0x188d0d[_0x55acf5(0x374)](Date[_0x55acf5(0x222)](),_0x140791)){_0x28348e++,_0x32bf0a=await _0x188d0d['fZQSG'](_0x2db4b6),_0x4150c0=_0x188d0d['xhyoR'](_0x50e47a,_0x32bf0a),logger[_0x55acf5(0x27b)]('['+_0x305528+_0x55acf5(0x1d5)+_0x28348e+'\x20'+_0x188d0d['oSizp'](_0xe64189,_0x32bf0a));if(_0x4150c0)break;if(_0x188d0d[_0x55acf5(0x26d)](_0x188d0d[_0x55acf5(0x32a)](Date[_0x55acf5(0x222)](),_0x3f4413),_0x140791))break;await new Promise(_0x18cc94=>setTimeout(_0x18cc94,_0x3f4413));}return!_0x4150c0&&logger[_0x55acf5(0x2fd)]('['+_0x305528+']\x20polled\x20'+_0x28348e+'x\x20over\x20'+_0x188d0d[_0x55acf5(0x1fd)](Date[_0x55acf5(0x222)](),_0x4490cd)+_0x55acf5(0x28c)+_0x188d0d[_0x55acf5(0x1e7)](_0xe64189,_0x32bf0a)+');\x20returning\x20last\x20value'),_0x32bf0a;}async['getAppAccessibilityResults'](_0xdca828,_0x4e5114){const _0x6a0365=a112_0x2616c5,_0x11f629={};_0x11f629[_0x6a0365(0x1ae)]='getResults',_0x11f629[_0x6a0365(0x3d9)]=_0x6a0365(0x292),_0x11f629['oSstO']=_0x6a0365(0x2a3),_0x11f629[_0x6a0365(0x30a)]=_0x6a0365(0x3ba);const _0x23c3cc=_0x11f629;try{const _0x4d55de=process[_0x6a0365(0x1c1)][_0x6a0365(0x1c7)]||'';logger[_0x6a0365(0x386)]('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x4d55de+_0x6a0365(0x2e3)+_0x4e5114+',\x20sessionId='+_0xdca828);const _0x1a38dc=await GrpcClient[_0x6a0365(0x33b)]()[_0x6a0365(0x264)](_0x4d55de,_0x4e5114,_0xdca828,_0x23c3cc['StmJR']);if(!_0x1a38dc||!_0x1a38dc[_0x6a0365(0x2ae)])return logger[_0x6a0365(0x2fd)](_0x23c3cc['uvUlq']),[];const _0x25588e=_0x1a38dc[_0x6a0365(0x2ae)](),_0x3c29b7=Buffer[_0x6a0365(0x24a)](_0x25588e)[_0x6a0365(0x3f0)](_0x23c3cc[_0x6a0365(0x323)])[_0x6a0365(0x1da)]();if(!_0x3c29b7)return logger[_0x6a0365(0x2fd)](_0x23c3cc[_0x6a0365(0x30a)]),[];return JSON[_0x6a0365(0x1d1)](_0x3c29b7);}catch(_0x1ff5c5){return logger[_0x6a0365(0x290)](_0x6a0365(0x393)+(_0x1ff5c5[_0x6a0365(0x3e8)]||_0x1ff5c5['message'])),[];}}async[a112_0x2616c5(0x378)](_0xada05e,_0x47ff58){const _0x100fd2=a112_0x2616c5,_0x401e64={};_0x401e64[_0x100fd2(0x3a1)]=_0x100fd2(0x311),_0x401e64[_0x100fd2(0x3a9)]=_0x100fd2(0x1ba),_0x401e64[_0x100fd2(0x1d2)]=_0x100fd2(0x2a3),_0x401e64[_0x100fd2(0x29b)]=_0x100fd2(0x205);const _0x4c46f5=_0x401e64;try{const _0x3f447f=process[_0x100fd2(0x1c1)][_0x100fd2(0x1c7)]||'';logger[_0x100fd2(0x386)](_0x100fd2(0x391)+_0x3f447f+_0x100fd2(0x2e3)+_0x47ff58+_0x100fd2(0x37b)+_0xada05e);const _0x58b400=await GrpcClient['getInstance']()[_0x100fd2(0x264)](_0x3f447f,_0x47ff58,_0xada05e,_0x4c46f5[_0x100fd2(0x3a1)]);if(!_0x58b400||!_0x58b400['getResultResponse'])return logger['warn'](_0x4c46f5[_0x100fd2(0x3a9)]),{};const _0x563d09=_0x58b400[_0x100fd2(0x2ae)](),_0x526661=Buffer['from'](_0x563d09)[_0x100fd2(0x3f0)](_0x4c46f5[_0x100fd2(0x1d2)])[_0x100fd2(0x1da)]();if(!_0x526661)return logger[_0x100fd2(0x2fd)](_0x4c46f5[_0x100fd2(0x29b)]),{};return JSON[_0x100fd2(0x1d1)](_0x526661);}catch(_0x2d7ffa){return logger[_0x100fd2(0x290)](_0x100fd2(0x3ca)+(_0x2d7ffa[_0x100fd2(0x3e8)]||_0x2d7ffa[_0x100fd2(0x1ac)])),{};}}async['getAccessibilityResults'](_0x52b29d){const _0x177586=a112_0x2616c5,_0x1453be={};_0x1453be[_0x177586(0x196)]=_0x177586(0x291),_0x1453be['mCcJe']=function(_0x173a27,_0x5a6baf){return _0x173a27>_0x5a6baf;},_0x1453be[_0x177586(0x33c)]=_0x177586(0x1ce);const _0x5b7259=_0x1453be;try{if(!this[_0x177586(0x2ea)]())return logger[_0x177586(0x2fd)](_0x5b7259[_0x177586(0x196)]),[];const _0x441bf1=this[_0x177586(0x282)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x177586(0x32e)]()}:{};_0x5b7259[_0x177586(0x27d)](Object['keys'](_0x441bf1)[_0x177586(0x371)],0x0)&&logger[_0x177586(0x27b)](_0x177586(0x31b)+JSON[_0x177586(0x19b)](_0x441bf1));const _0x4a8224=await this['_pollUntilNonEmpty']({'fetchFn':()=>Object[_0x177586(0x2e9)](_0x441bf1)[_0x177586(0x371)]>0x0?this[_0x177586(0x32c)](_0x52b29d,'getResults',_0x441bf1):this[_0x177586(0x32c)](_0x52b29d,'getResults'),'isNonEmpty':_0x232af5=>Array['isArray'](_0x232af5)&&_0x232af5['length']>0x0,'resultDetail':_0x546fa4=>_0x177586(0x2f7)+(Array[_0x177586(0x335)](_0x546fa4)?_0x546fa4[_0x177586(0x371)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5b7259[_0x177586(0x33c)]});return _0x4a8224||[];}catch(_0x19d127){return logger[_0x177586(0x290)](_0x177586(0x1e2)+(_0x19d127[_0x177586(0x3e8)]||_0x19d127[_0x177586(0x1ac)])),[];}}async[a112_0x2616c5(0x2ff)](_0x46b905){const _0x39f836=a112_0x2616c5,_0x2c4fb3={'XzBFF':function(_0x366145,_0x57b592,_0x34da64){return _0x366145(_0x57b592,_0x34da64);},'PtCBj':'scan','bdiqj':function(_0x2b76c7,_0x1df326){return _0x2b76c7(_0x1df326);},'SvXRj':_0x39f836(0x311),'hgXYX':_0x39f836(0x23c),'Hilco':'../cliUtils','mNTEB':function(_0x2a7c26,_0x58c8e4){return _0x2a7c26===_0x58c8e4;},'IKcwZ':_0x39f836(0x310),'ygNDq':_0x39f836(0x2d2),'WCBCH':'accessibility','RLFDY':_0x39f836(0x390),'cGJKs':_0x39f836(0x2ff),'JnlSp':_0x39f836(0x2d5),'zwCCw':_0x39f836(0x2cc),'ggUbM':_0x39f836(0x24d),'FiyuA':_0x39f836(0x3af),'TFUmL':_0x39f836(0x198),'gdeZa':function(_0x193a08,_0x3a5a81){return _0x193a08===_0x3a5a81;},'EvBUn':'object'};try{if(!this[_0x39f836(0x2ea)]())return logger[_0x39f836(0x2fd)](_0x2c4fb3[_0x39f836(0x231)]),{};const _0x3fda94=_0x2c4fb3[_0x39f836(0x2e2)](require,_0x2c4fb3['Hilco']),_0x4e0498=_0x3fda94[_0x39f836(0x284)](),_0x34191d=_0x2c4fb3[_0x39f836(0x31e)](_0x4e0498?.[_0x39f836(0x280)]?.[_0x39f836(0x334)](),_0x2c4fb3[_0x39f836(0x2aa)]);let _0x468ce0='',_0x5185c5=null,_0xcc4275=null;if(_0x34191d){_0x5185c5=global[_0x39f836(0x30e)]||global[_0x39f836(0x3a4)]?.[_0x39f836(0x260)]?.[_0x39f836(0x2b7)]||global[_0x39f836(0x3a4)]?.[_0x39f836(0x260)]?.['id'];if(!_0x5185c5)return logger[_0x39f836(0x2fd)](_0x2c4fb3[_0x39f836(0x225)]),{};try{const _0x2add1a=await GrpcClient['getInstance']()[_0x39f836(0x1b2)](process[_0x39f836(0x1c1)][_0x39f836(0x1c7)],_0x2c4fb3[_0x39f836(0x3e3)],_0x2c4fb3[_0x39f836(0x3cb)],_0x5185c5),_0x3d0cb3=AccessibilityModule[_0x39f836(0x29a)](null,_0x2add1a);_0x468ce0=_0x3d0cb3?.[_0x39f836(0x2ed)]||'',logger[_0x39f836(0x27b)](_0x39f836(0x2f9)+_0x468ce0+_0x39f836(0x2e4)+_0x5185c5);const _0x119390=await AccessibilityModule[_0x39f836(0x223)](_0x2c4fb3[_0x39f836(0x3cb)],_0x468ce0,_0x5185c5),_0x5ec34a=this[_0x39f836(0x1c5)](_0x2c4fb3[_0x39f836(0x296)])||this[_0x39f836(0x2f4)][this[_0x39f836(0x383)]]||null,_0x12fd2e=process[_0x39f836(0x1c1)][_0x39f836(0x27f)]||'',_0x2f08d7=this[_0x39f836(0x276)](_0x2c4fb3[_0x39f836(0x3bb)],_0x468ce0,_0x5ec34a,_0x12fd2e);_0xcc4275=_0x3fda94[_0x39f836(0x3b5)](_0x2f08d7,_0x119390),logger['debug'](_0x39f836(0x330)+JSON[_0x39f836(0x19b)](_0xcc4275));}catch(_0x3cdcf8){return logger[_0x39f836(0x290)](_0x39f836(0x1e1)+_0x3cdcf8[_0x39f836(0x1ac)]),{};}}else{_0x468ce0=this[_0x39f836(0x1c5)](_0x2c4fb3[_0x39f836(0x349)])||'';!_0x468ce0&&this['isMobileWebSession']()&&(_0x468ce0=accessibilityHelper[_0x39f836(0x32e)]());const _0x5c9a63=this[_0x39f836(0x1c5)](_0x2c4fb3[_0x39f836(0x296)])||this[_0x39f836(0x2f4)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x4ec396=process[_0x39f836(0x1c1)]['BROWSERSTACK_TESTHUB_JWT']||'';_0xcc4275=this[_0x39f836(0x276)](_0x2c4fb3[_0x39f836(0x3bb)],_0x468ce0,_0x5c9a63,_0x4ec396);}logger[_0x39f836(0x27b)](_0x2c4fb3[_0x39f836(0x1aa)]);const _0x521055=0x15f90,_0x246cdc=0x1388;try{await PerformanceTester[_0x39f836(0x353)](PerformanceA11yEvents[_0x39f836(0x1f3)],async()=>{const _0x366a58=_0x39f836,_0x57ccde=this[_0x366a58(0x32c)](_0x46b905,_0x2c4fb3[_0x366a58(0x2cd)],_0xcc4275);let _0x3430f9;const _0x3916d6=new Promise((_0x3eef94,_0xd7a07a)=>{const _0x3d005f=_0x366a58;_0x3430f9=_0x2c4fb3[_0x3d005f(0x1e3)](setTimeout,()=>_0xd7a07a(new Error(_0x3d005f(0x24b)+_0x521055+'ms')),_0x521055);});try{const _0x435b89=await Promise[_0x366a58(0x1f4)]([_0x57ccde,_0x3916d6]);logger[_0x366a58(0x27b)](_0x366a58(0x2a4)+util[_0x366a58(0x31f)](_0x435b89));}finally{_0x2c4fb3[_0x366a58(0x2e2)](clearTimeout,_0x3430f9);}},{'command':_0x2c4fb3[_0x39f836(0x3bb)]})();}catch(_0x56231b){logger['warn'](_0x39f836(0x1d4)+_0x56231b['message']+_0x39f836(0x1e6)),global[_0x39f836(0x316)]={'reason':_0x2c4fb3[_0x39f836(0x3ce)],'at':Date[_0x39f836(0x222)](),'where':_0x2c4fb3[_0x39f836(0x197)]},await new Promise(_0x4c0161=>setTimeout(_0x4c0161,_0x246cdc)),logger[_0x39f836(0x27b)]('[AccessibilityModule.getResultsSummary]\x20waited\x20'+_0x246cdc+_0x39f836(0x22c));}const _0x395b94=await this[_0x39f836(0x333)]({'fetchFn':()=>PerformanceTester[_0x39f836(0x353)](PerformanceA11yEvents[_0x39f836(0x1be)],async()=>{const _0x3a3765=_0x39f836;return await this[_0x3a3765(0x32c)](_0x46b905,_0x2c4fb3[_0x3a3765(0x3cb)],_0xcc4275);})(),'isNonEmpty':_0x150fcd=>_0x150fcd&&typeof _0x150fcd[_0x39f836(0x28f)]===_0x39f836(0x20f)&&_0x150fcd[_0x39f836(0x28f)]>0x0,'resultDetail':_0x2a4311=>'totalIssueCount='+(_0x2a4311&&typeof _0x2a4311[_0x39f836(0x28f)]===_0x39f836(0x20f)?_0x2a4311[_0x39f836(0x28f)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x2c4fb3[_0x39f836(0x197)]});if(!_0x395b94)return logger[_0x39f836(0x27b)](_0x2c4fb3[_0x39f836(0x356)]),{};return _0x2c4fb3[_0x39f836(0x252)](typeof _0x395b94,_0x2c4fb3[_0x39f836(0x2de)])&&global[_0x39f836(0x316)]&&(_0x395b94[_0x39f836(0x200)]=!![],_0x395b94['degradedReason']=global['__bstackA11yScanCapHit']['reason']),_0x395b94;}catch(_0x1b1bd){return logger[_0x39f836(0x290)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x1b1bd['stack']||_0x1b1bd['message'])),{};}}async[a112_0x2616c5(0x279)](_0xd487cd,_0x845925,_0x5375bf=null){const _0x370b4c=a112_0x2616c5,_0xd2785a={};_0xd2785a['EITQr']=_0x370b4c(0x34b),_0xd2785a[_0x370b4c(0x23d)]='performPageScan:\x20Script\x20is\x20null',_0xd2785a['sBsXa']='Executing\x20accessibility\x20script\x20on\x20page';const _0x24f23f=_0xd2785a;try{if(!_0xd487cd)return logger[_0x370b4c(0x27b)](_0x24f23f['EITQr']),null;if(!_0x845925)return logger['debug'](_0x24f23f['Ktajv']),null;logger['debug'](_0x24f23f[_0x370b4c(0x1bf)]);const _0x4f54f4=_0x5375bf?await _0xd487cd[_0x370b4c(0x319)](_0x845925,_0x5375bf):await _0xd487cd[_0x370b4c(0x319)](_0x845925);return _0x4f54f4;}catch(_0x1d3097){return logger[_0x370b4c(0x290)]('Error\x20in\x20performPageScan:\x20'+(_0x1d3097[_0x370b4c(0x3e8)]||_0x1d3097[_0x370b4c(0x1ac)])),null;}}static[a112_0x2616c5(0x29a)](_0x3475d0,_0x4a1378){const _0x5d08f8=a112_0x2616c5,_0x1ba672={};_0x1ba672[_0x5d08f8(0x269)]=_0x5d08f8(0x2a3);const _0x51d8c7=_0x1ba672,_0x196e00={};_0x196e00[_0x5d08f8(0x2ed)]=_0x3475d0;const _0x51b3d8=_0x196e00;let _0x506d29={};if(_0x4a1378[_0x5d08f8(0x307)]()&&_0x4a1378[_0x5d08f8(0x3c4)]())try{_0x506d29=JSON[_0x5d08f8(0x1d1)](Buffer[_0x5d08f8(0x24a)](_0x4a1378[_0x5d08f8(0x1cd)]())[_0x5d08f8(0x3f0)](_0x51d8c7[_0x5d08f8(0x269)]));}catch(_0x1ea24a){logger[_0x5d08f8(0x290)](_0x5d08f8(0x247)+_0x1ea24a[_0x5d08f8(0x1ac)]),_0x506d29={};}return CLIUtils[_0x5d08f8(0x3b5)](_0x51b3d8,_0x506d29);}static async[a112_0x2616c5(0x223)](_0x135e1b,_0x560517='',_0x104c92=null){const _0x366554=a112_0x2616c5,_0x3f3e77={};_0x3f3e77[_0x366554(0x26b)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x3f3e77[_0x366554(0x38d)]=_0x366554(0x375);const _0x4ffe86=_0x3f3e77;try{if(!_0x104c92&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x366554(0x2ba)];if(!process[_0x366554(0x1c1)][_0x366554(0x1c7)])return logger['error'](_0x4ffe86[_0x366554(0x26b)]),{};const _0x159ed7=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x366554(0x1c1)][_0x366554(0x1c7)],_0x4ffe86[_0x366554(0x38d)],_0x135e1b,_0x104c92),_0x314a48=_0x104c92?AccessibilityModule['loadDriverExecuteParams'](null,_0x159ed7)?.[_0x366554(0x2ed)]||_0x560517:_0x560517,_0x4b2d36=AccessibilityModule[_0x366554(0x29a)](_0x314a48,_0x159ed7);return!_0x104c92&&(AccessibilityModule[_0x366554(0x2ba)]=_0x4b2d36,AccessibilityModule[_0x366554(0x3bf)]=!![]),_0x4b2d36;}catch(_0x21eea0){return logger[_0x366554(0x290)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x135e1b+':\x20'+(_0x21eea0['stack']||_0x21eea0[_0x366554(0x1ac)])),{};}}};module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- function a113_0x5b03(_0x430416,_0x3f0d96){const _0x4b7566=a113_0x4b75();return a113_0x5b03=function(_0x5b03a1,_0x3445cc){_0x5b03a1=_0x5b03a1-0x1bd;let _0x313bc5=_0x4b7566[_0x5b03a1];return _0x313bc5;},a113_0x5b03(_0x430416,_0x3f0d96);}const a113_0x1af4f7=a113_0x5b03;(function(_0x3993e4,_0x3e2b10){const _0xa3d490=a113_0x5b03,_0x5b669c=_0x3993e4();while(!![]){try{const _0x52b27e=parseInt(_0xa3d490(0x1e9))/0x1+-parseInt(_0xa3d490(0x1c3))/0x2+-parseInt(_0xa3d490(0x1c7))/0x3+parseInt(_0xa3d490(0x1e4))/0x4*(-parseInt(_0xa3d490(0x1c9))/0x5)+parseInt(_0xa3d490(0x1de))/0x6+-parseInt(_0xa3d490(0x1ec))/0x7+parseInt(_0xa3d490(0x1bf))/0x8;if(_0x52b27e===_0x3e2b10)break;else _0x5b669c['push'](_0x5b669c['shift']());}catch(_0x56dabe){_0x5b669c['push'](_0x5b669c['shift']());}}}(a113_0x4b75,0xbffc9));function a113_0x4b75(){const _0x39b589=['Configured\x20module\x20','testCaseStartedId','client','name','testFramework','split','PLAYWRIGHT','setTestFrameworkData','Missing\x20binSessionId','debug','exports','testFrameworkData','version','_test','kjZLN','config','getTestId','bJVQN','5699994unfghz','configure','ensureBinSession','zcagj','3|0|1|4|2','getModuleName','4978096rzixix','testId','5|3|1|0|4|2','platformIndex','object','1162475rwyOSo','fSVWZ','MOCHA','1311821tMfwDI','BaseModule','winstonLogger','PVbEs','18374208FBnIhw','CUCUMBER','NLdjX','\x20with\x20binSessionId=','1612766IIgxYa','../../../helpers/logger.js','../../../helpers/test-observability/constants.js','tWQEH','4153689omJvbW','binSessionId','5HPyjbK','testInfo','dRZka'];a113_0x4b75=function(){return _0x39b589;};return a113_0x4b75();}const logger=require(a113_0x1af4f7(0x1c4))[a113_0x1af4f7(0x1bd)],{FRAMEWORKS}=require(a113_0x1af4f7(0x1c5));class BaseModule{constructor(_0x25bffc=null){const _0x556365=a113_0x1af4f7,_0x573f22={};_0x573f22[_0x556365(0x1ea)]=_0x556365(0x1e6),_0x573f22['tWQEH']=_0x556365(0x1ed);const _0x27fa1b=_0x573f22,_0x43938a=_0x27fa1b[_0x556365(0x1ea)]['split']('|');let _0x17a4b4=0x0;while(!![]){switch(_0x43938a[_0x17a4b4++]){case'0':this[_0x556365(0x1db)]={};continue;case'1':this[_0x556365(0x1e7)]=0x0;continue;case'2':this[_0x556365(0x1d7)]=this['setTestFrameworkData'](_0x25bffc);continue;case'3':this[_0x556365(0x1c8)]=null;continue;case'4':this[_0x556365(0x1ce)]=null;continue;case'5':this['name']=_0x27fa1b[_0x556365(0x1c6)];continue;}break;}}[a113_0x1af4f7(0x1e0)](){const _0x890b50=a113_0x1af4f7,_0x3cd519={};_0x3cd519[_0x890b50(0x1e1)]=_0x890b50(0x1d4);const _0x58b2ad=_0x3cd519;if(!this[_0x890b50(0x1c8)])throw new Error(_0x58b2ad[_0x890b50(0x1e1)]);}['getModuleName'](){const _0x51d3f9=a113_0x1af4f7;return this[_0x51d3f9(0x1cf)];}[a113_0x1af4f7(0x1df)](_0x5a02c0,_0x410f70,_0x384672,_0x262053={}){const _0x4151c7=a113_0x1af4f7,_0x2f97f5={};_0x2f97f5[_0x4151c7(0x1da)]=_0x4151c7(0x1e2);const _0x189757=_0x2f97f5,_0x5d4e12=_0x189757[_0x4151c7(0x1da)][_0x4151c7(0x1d1)]('|');let _0x5a6977=0x0;while(!![]){switch(_0x5d4e12[_0x5a6977++]){case'0':this['platformIndex']=_0x410f70;continue;case'1':this['client']=_0x384672;continue;case'2':logger[_0x4151c7(0x1d5)](_0x4151c7(0x1cc)+this[_0x4151c7(0x1e3)]()+_0x4151c7(0x1c2)+_0x5a02c0+',\x20platformIndex='+_0x410f70);continue;case'3':this[_0x4151c7(0x1c8)]=_0x5a02c0;continue;case'4':this[_0x4151c7(0x1db)]=_0x262053;continue;}break;}}[a113_0x1af4f7(0x1dc)](_0xdc3001){const _0x9e1c0b=a113_0x1af4f7,_0x1aad8e={};_0x1aad8e[_0x9e1c0b(0x1be)]=function(_0x695856,_0x475aae){return _0x695856===_0x475aae;},_0x1aad8e[_0x9e1c0b(0x1dd)]=function(_0x5e863c,_0x2ccec0){return _0x5e863c===_0x2ccec0;};const _0x167790=_0x1aad8e;let _0x2d0373='';if(_0x167790['PVbEs'](_0xdc3001[_0x9e1c0b(0x1d0)],FRAMEWORKS[_0x9e1c0b(0x1d2)]))_0x2d0373=_0xdc3001[_0x9e1c0b(0x1ca)]?.[_0x9e1c0b(0x1d9)]?.['id']||_0xdc3001[_0x9e1c0b(0x1ca)]?.[_0x9e1c0b(0x1e5)];else{if(_0x167790[_0x9e1c0b(0x1be)](_0xdc3001['testFramework'],FRAMEWORKS[_0x9e1c0b(0x1c0)]))_0x2d0373=_0xdc3001['testInfo']?.[_0x9e1c0b(0x1cd)];else{if(_0x167790['PVbEs'](_0xdc3001[_0x9e1c0b(0x1d0)],FRAMEWORKS['JEST']))_0x2d0373=_0xdc3001[_0x9e1c0b(0x1ca)]?.['id'];else _0x167790[_0x9e1c0b(0x1dd)](_0xdc3001['testFramework'],FRAMEWORKS[_0x9e1c0b(0x1eb)])&&(_0x2d0373=_0xdc3001[_0x9e1c0b(0x1ca)]?.['testAnalyticsId']);}}return _0x2d0373;}[a113_0x1af4f7(0x1d3)](_0x4f4674){const _0x107b89=a113_0x1af4f7,_0x495e69={};_0x495e69['dRZka']=function(_0x218fc5,_0x3e3848){return _0x218fc5!==_0x3e3848;},_0x495e69[_0x107b89(0x1c1)]=_0x107b89(0x1e8);const _0x1c4908=_0x495e69;if(!_0x4f4674||_0x1c4908[_0x107b89(0x1cb)](typeof _0x4f4674,_0x1c4908[_0x107b89(0x1c1)]))return null;const _0x352e19={};_0x352e19[_0x107b89(0x1cf)]=_0x4f4674[_0x107b89(0x1cf)],_0x352e19[_0x107b89(0x1d8)]=_0x4f4674['version']&&_0x4f4674['version'][_0x4f4674[_0x107b89(0x1cf)]];const _0x1bd47d=_0x352e19;return _0x1bd47d;}}module[a113_0x1af4f7(0x1d6)]=BaseModule;
1
+ function a113_0xc3e1(){const _0x4b116e=['binSessionId','VJBwA','testAnalyticsId','testFramework','name','platformIndex','2SiHulq','zohTg','336147MjXTsr','869142MwxGcP','getModuleName','MOCHA','../../../helpers/logger.js','4EHGAfc','uUSSb','getTestId','config','tsMKz','351798yotuim',',\x20platformIndex=','testId','1945590CwaUnz','lFuxR','object','YVrZd','configure','BaseModule','debug','client','20lUhYGJ','2|1|4|5|3|0','split','testInfo','895617SsmcfL','rplqt','exports','1034495XDOMNj','JEST','_test','../../../helpers/test-observability/constants.js','version','14yCBeZY','365752VmjdNe','jPpLZ','winstonLogger','0|4|3|2|1','setTestFrameworkData','dhOaP','testCaseStartedId'];a113_0xc3e1=function(){return _0x4b116e;};return a113_0xc3e1();}const a113_0x512881=a113_0x49f2;(function(_0x503ff3,_0x4ba324){const _0x14b7c5=a113_0x49f2,_0x4b7356=_0x503ff3();while(!![]){try{const _0x4e2f90=parseInt(_0x14b7c5(0x14d))/0x1*(-parseInt(_0x14b7c5(0x14b))/0x2)+parseInt(_0x14b7c5(0x14e))/0x3+-parseInt(_0x14b7c5(0x152))/0x4*(-parseInt(_0x14b7c5(0x15a))/0x5)+parseInt(_0x14b7c5(0x157))/0x6*(parseInt(_0x14b7c5(0x13d))/0x7)+parseInt(_0x14b7c5(0x13e))/0x8+-parseInt(_0x14b7c5(0x166))/0x9+parseInt(_0x14b7c5(0x162))/0xa*(-parseInt(_0x14b7c5(0x169))/0xb);if(_0x4e2f90===_0x4ba324)break;else _0x4b7356['push'](_0x4b7356['shift']());}catch(_0x11727b){_0x4b7356['push'](_0x4b7356['shift']());}}}(a113_0xc3e1,0x353d3));const logger=require(a113_0x512881(0x151))[a113_0x512881(0x140)],{FRAMEWORKS}=require(a113_0x512881(0x13b));class BaseModule{constructor(_0x4bad27=null){const _0x667b2f=a113_0x512881,_0x9089c4={};_0x9089c4[_0x667b2f(0x13f)]=_0x667b2f(0x163),_0x9089c4['tsMKz']=_0x667b2f(0x15f);const _0x345d7e=_0x9089c4,_0x3f2891=_0x345d7e[_0x667b2f(0x13f)][_0x667b2f(0x164)]('|');let _0xe8a67=0x0;while(!![]){switch(_0x3f2891[_0xe8a67++]){case'0':this['testFrameworkData']=this[_0x667b2f(0x142)](_0x4bad27);continue;case'1':this[_0x667b2f(0x145)]=null;continue;case'2':this[_0x667b2f(0x149)]=_0x345d7e[_0x667b2f(0x156)];continue;case'3':this[_0x667b2f(0x161)]=null;continue;case'4':this['platformIndex']=0x0;continue;case'5':this[_0x667b2f(0x155)]={};continue;}break;}}['ensureBinSession'](){const _0x49fa86=a113_0x512881,_0x395b14={};_0x395b14[_0x49fa86(0x14c)]='Missing\x20binSessionId';const _0x5b8ac7=_0x395b14;if(!this['binSessionId'])throw new Error(_0x5b8ac7[_0x49fa86(0x14c)]);}[a113_0x512881(0x14f)](){const _0x168d2a=a113_0x512881;return this[_0x168d2a(0x149)];}[a113_0x512881(0x15e)](_0x3b4da6,_0x569773,_0x4eb89b,_0x505f22={}){const _0x1688c4=a113_0x512881,_0x142f89={};_0x142f89[_0x1688c4(0x15b)]=_0x1688c4(0x141);const _0x5ef514=_0x142f89,_0x2d9605=_0x5ef514['lFuxR'][_0x1688c4(0x164)]('|');let _0x47a276=0x0;while(!![]){switch(_0x2d9605[_0x47a276++]){case'0':this['binSessionId']=_0x3b4da6;continue;case'1':logger[_0x1688c4(0x160)]('Configured\x20module\x20'+this[_0x1688c4(0x14f)]()+'\x20with\x20binSessionId='+_0x3b4da6+_0x1688c4(0x158)+_0x569773);continue;case'2':this[_0x1688c4(0x155)]=_0x505f22;continue;case'3':this[_0x1688c4(0x161)]=_0x4eb89b;continue;case'4':this[_0x1688c4(0x14a)]=_0x569773;continue;}break;}}[a113_0x512881(0x154)](_0x1b04af){const _0x3f20ff=a113_0x512881,_0x46b34c={};_0x46b34c[_0x3f20ff(0x167)]=function(_0x25aef8,_0x382f4b){return _0x25aef8===_0x382f4b;},_0x46b34c['VJBwA']=function(_0x448c25,_0x37009e){return _0x448c25===_0x37009e;},_0x46b34c[_0x3f20ff(0x143)]=function(_0xe81ec9,_0x11c957){return _0xe81ec9===_0x11c957;};const _0x4885c8=_0x46b34c;let _0x2f1783='';if(_0x4885c8['rplqt'](_0x1b04af[_0x3f20ff(0x148)],FRAMEWORKS['PLAYWRIGHT']))_0x2f1783=_0x1b04af['testInfo']?.[_0x3f20ff(0x16b)]?.['id']||_0x1b04af['testInfo']?.[_0x3f20ff(0x159)];else{if(_0x4885c8['rplqt'](_0x1b04af['testFramework'],FRAMEWORKS['CUCUMBER']))_0x2f1783=_0x1b04af[_0x3f20ff(0x165)]?.[_0x3f20ff(0x144)];else{if(_0x4885c8[_0x3f20ff(0x146)](_0x1b04af[_0x3f20ff(0x148)],FRAMEWORKS[_0x3f20ff(0x16a)]))_0x2f1783=_0x1b04af[_0x3f20ff(0x165)]?.['id'];else _0x4885c8[_0x3f20ff(0x143)](_0x1b04af[_0x3f20ff(0x148)],FRAMEWORKS[_0x3f20ff(0x150)])&&(_0x2f1783=_0x1b04af[_0x3f20ff(0x165)]?.[_0x3f20ff(0x147)]);}}return _0x2f1783;}['setTestFrameworkData'](_0xb2f625){const _0x36fa77=a113_0x512881,_0x9c3994={};_0x9c3994[_0x36fa77(0x153)]=function(_0x4e042b,_0x5b964c){return _0x4e042b!==_0x5b964c;},_0x9c3994[_0x36fa77(0x15d)]=_0x36fa77(0x15c);const _0xbc6b2a=_0x9c3994;if(!_0xb2f625||_0xbc6b2a[_0x36fa77(0x153)](typeof _0xb2f625,_0xbc6b2a[_0x36fa77(0x15d)]))return null;const _0x44dd08={};_0x44dd08[_0x36fa77(0x149)]=_0xb2f625['name'],_0x44dd08[_0x36fa77(0x13c)]=_0xb2f625[_0x36fa77(0x13c)]&&_0xb2f625['version'][_0xb2f625[_0x36fa77(0x149)]];const _0x5f054d=_0x44dd08;return _0x5f054d;}}function a113_0x49f2(_0x6c9662,_0x37d15e){const _0xc3e177=a113_0xc3e1();return a113_0x49f2=function(_0x49f2a2,_0xa082d1){_0x49f2a2=_0x49f2a2-0x13b;let _0x56c64b=_0xc3e177[_0x49f2a2];return _0x56c64b;},a113_0x49f2(_0x6c9662,_0x37d15e);}module[a113_0x512881(0x168)]=BaseModule;