browserstack-node-sdk 1.65.2 → 1.65.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a105_0x5cced2=a105_0x2935;function a105_0x2a24(){const _0x553cba=['408343UQDtSe','49ZFWsPj','addMultipleEntries','exports','createContext','hex','232762MoItGG','sha256','1326798ATPHFA','get','twQfh','updateMultipleEntries','3233296zxUcLI','updateData','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','forEach','getAllData','getId','update','context','./trackedContext','digest','3194400DzHHgm','getContext','WGYdw','set','pid','613280McAfIe','193278aNBnbm','data','9hyrQDc','uCbBV','keys','getRef','4ogSMFV'];a105_0x2a24=function(){return _0x553cba;};return a105_0x2a24();}(function(_0x2d0352,_0x2e0b57){const _0x3f93d8=a105_0x2935,_0x36769c=_0x2d0352();while(!![]){try{const _0x174c71=parseInt(_0x3f93d8(0x181))/0x1+-parseInt(_0x3f93d8(0x187))/0x2+parseInt(_0x3f93d8(0x189))/0x3*(parseInt(_0x3f93d8(0x180))/0x4)+-parseInt(_0x3f93d8(0x179))/0x5+-parseInt(_0x3f93d8(0x17a))/0x6*(parseInt(_0x3f93d8(0x182))/0x7)+parseInt(_0x3f93d8(0x16a))/0x8*(-parseInt(_0x3f93d8(0x17c))/0x9)+parseInt(_0x3f93d8(0x174))/0xa;if(_0x174c71===_0x2e0b57)break;else _0x36769c['push'](_0x36769c['shift']());}catch(_0xbdb9a){_0x36769c['push'](_0x36769c['shift']());}}}(a105_0x2a24,0x4992f));function a105_0x2935(_0x51d8a8,_0x17bd50){const _0x2a245c=a105_0x2a24();return a105_0x2935=function(_0x293525,_0x55a49f){_0x293525=_0x293525-0x167;let _0x1be917=_0x2a245c[_0x293525];return _0x1be917;},a105_0x2935(_0x51d8a8,_0x17bd50);}const TrackedContext=require(a105_0x5cced2(0x172)),crypto=require('crypto'),{threadId}=require('worker_threads');class TrackedInstance{static [a105_0x5cced2(0x16c)]='isBrowserstackAutomationSession';constructor(_0x4e36ca){const _0x3c29ff=a105_0x5cced2;this[_0x3c29ff(0x171)]=_0x4e36ca,this[_0x3c29ff(0x17b)]=new Map();}[a105_0x5cced2(0x17f)](){const _0xd35a97=a105_0x5cced2;return this['context'][_0xd35a97(0x16f)]();}[a105_0x5cced2(0x175)](){const _0x205bb6=a105_0x5cced2;return this[_0x205bb6(0x171)];}[a105_0x5cced2(0x16e)](){const _0x4e519b=a105_0x5cced2;return this[_0x4e519b(0x17b)];}[a105_0x5cced2(0x169)](_0x230f19){const _0x5796ad=a105_0x5cced2;Object[_0x5796ad(0x17e)](_0x230f19)[_0x5796ad(0x16d)](_0x277d44=>{const _0x2b9e8f=_0x5796ad;this[_0x2b9e8f(0x17b)][_0x2b9e8f(0x177)](_0x277d44,_0x230f19[_0x277d44]);});}[a105_0x5cced2(0x183)](_0x23aa8f){const _0x50f6f1=a105_0x5cced2;Object['entries'](_0x23aa8f)[_0x50f6f1(0x16d)](([_0x519be9,_0x50ed70])=>{const _0x3a89fc=_0x50f6f1,_0x4e71d8=this[_0x3a89fc(0x17b)][_0x3a89fc(0x167)](_0x519be9)||{},_0x3c4c3c={..._0x4e71d8,..._0x50ed70},_0x3818a4=_0x3c4c3c;this[_0x3a89fc(0x17b)][_0x3a89fc(0x177)](_0x519be9,_0x3818a4);});}['getData'](_0x56e826){const _0xb99226=a105_0x5cced2;return this[_0xb99226(0x17b)]['get'](_0x56e826);}[a105_0x5cced2(0x16b)](_0x590547,_0x525b61){const _0x372f27=a105_0x5cced2;this[_0x372f27(0x17b)][_0x372f27(0x177)](_0x590547,_0x525b61);}static[a105_0x5cced2(0x185)](_0x4922a1){const _0x2ce18d=a105_0x5cced2,_0x5a76f1={};_0x5a76f1[_0x2ce18d(0x176)]=_0x2ce18d(0x188),_0x5a76f1[_0x2ce18d(0x168)]=_0x2ce18d(0x186),_0x5a76f1['uCbBV']=function(_0x51b919,_0x567479){return _0x51b919||_0x567479;};const _0x47d50e=_0x5a76f1;return new TrackedContext(crypto['createHash'](_0x47d50e[_0x2ce18d(0x176)])[_0x2ce18d(0x170)](_0x4922a1)[_0x2ce18d(0x173)](_0x47d50e[_0x2ce18d(0x168)]),_0x47d50e[_0x2ce18d(0x17d)](threadId,0x0),process[_0x2ce18d(0x178)],typeof _0x4922a1);}}module[a105_0x5cced2(0x184)]=TrackedInstance;
1
+ const a105_0x2f49f7=a105_0x1873;function a105_0x11b2(){const _0x508766=['73881ZDUWDW','4470126qmKdBX','set','KLBRU','keys','updateData','forEach','exports','createHash','3290gbTifG','3385184OyrtRw','getData','context','1127953EkkbZf','digest','429222RDgyeM','hex','12HvEyDN','data','3639880IllXmR','worker_threads','./trackedContext','crypto','entries','get','createContext','pid','pohue','5GqvRDi','getContext','getId','2839977ydWPAi','sRXHa','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION'];a105_0x11b2=function(){return _0x508766;};return a105_0x11b2();}(function(_0x28e8f6,_0x568d05){const _0x40bb68=a105_0x1873,_0x151c1c=_0x28e8f6();while(!![]){try{const _0x5bc0e7=-parseInt(_0x40bb68(0x6d))/0x1+-parseInt(_0x40bb68(0x73))/0x2+-parseInt(_0x40bb68(0x6f))/0x3*(-parseInt(_0x40bb68(0x71))/0x4)+-parseInt(_0x40bb68(0x7c))/0x5*(-parseInt(_0x40bb68(0x83))/0x6)+-parseInt(_0x40bb68(0x7f))/0x7+parseInt(_0x40bb68(0x6a))/0x8+parseInt(_0x40bb68(0x82))/0x9*(parseInt(_0x40bb68(0x69))/0xa);if(_0x5bc0e7===_0x568d05)break;else _0x151c1c['push'](_0x151c1c['shift']());}catch(_0xb53255){_0x151c1c['push'](_0x151c1c['shift']());}}}(a105_0x11b2,0xe69a4));function a105_0x1873(_0x4bfec1,_0x1c37ee){const _0x11b2e7=a105_0x11b2();return a105_0x1873=function(_0x187327,_0x58756d){_0x187327=_0x187327-0x69;let _0x1659f8=_0x11b2e7[_0x187327];return _0x1659f8;},a105_0x1873(_0x4bfec1,_0x1c37ee);}const TrackedContext=require(a105_0x2f49f7(0x75)),crypto=require(a105_0x2f49f7(0x76)),{threadId}=require(a105_0x2f49f7(0x74));class TrackedInstance{static [a105_0x2f49f7(0x81)]='isBrowserstackAutomationSession';constructor(_0x5c5335){const _0x249de1=a105_0x2f49f7;this[_0x249de1(0x6c)]=_0x5c5335,this[_0x249de1(0x72)]=new Map();}['getRef'](){const _0x324393=a105_0x2f49f7;return this[_0x324393(0x6c)][_0x324393(0x7e)]();}[a105_0x2f49f7(0x7d)](){const _0x33f8a4=a105_0x2f49f7;return this[_0x33f8a4(0x6c)];}['getAllData'](){const _0x366281=a105_0x2f49f7;return this[_0x366281(0x72)];}['updateMultipleEntries'](_0xf9fb5){const _0x554570=a105_0x2f49f7;Object[_0x554570(0x86)](_0xf9fb5)[_0x554570(0x88)](_0x1b6708=>{const _0x186271=_0x554570;this[_0x186271(0x72)]['set'](_0x1b6708,_0xf9fb5[_0x1b6708]);});}['addMultipleEntries'](_0x3b0b65){const _0x3f22e2=a105_0x2f49f7;Object[_0x3f22e2(0x77)](_0x3b0b65)[_0x3f22e2(0x88)](([_0x27be2a,_0x31aa08])=>{const _0x557886=_0x3f22e2,_0x5caf66=this['data'][_0x557886(0x78)](_0x27be2a)||{},_0x3ca5ef={..._0x5caf66,..._0x31aa08},_0x366c19=_0x3ca5ef;this['data']['set'](_0x27be2a,_0x366c19);});}[a105_0x2f49f7(0x6b)](_0x458278){const _0x48f633=a105_0x2f49f7;return this[_0x48f633(0x72)][_0x48f633(0x78)](_0x458278);}[a105_0x2f49f7(0x87)](_0x1c34a9,_0x435098){const _0x2a0c07=a105_0x2f49f7;this[_0x2a0c07(0x72)][_0x2a0c07(0x84)](_0x1c34a9,_0x435098);}static[a105_0x2f49f7(0x79)](_0x9b107a){const _0x42301e=a105_0x2f49f7,_0x5b68f9={};_0x5b68f9[_0x42301e(0x7b)]='sha256',_0x5b68f9['KLBRU']=_0x42301e(0x70),_0x5b68f9[_0x42301e(0x80)]=function(_0x58ced5,_0x451b53){return _0x58ced5||_0x451b53;};const _0x2119e8=_0x5b68f9;return new TrackedContext(crypto[_0x42301e(0x8a)](_0x2119e8[_0x42301e(0x7b)])['update'](_0x9b107a)[_0x42301e(0x6e)](_0x2119e8[_0x42301e(0x85)]),_0x2119e8[_0x42301e(0x80)](threadId,0x0),process[_0x42301e(0x7a)],typeof _0x9b107a);}}module[a105_0x2f49f7(0x89)]=TrackedInstance;
@@ -1 +1 @@
1
- const a106_0x31b098=a106_0x2716;function a106_0x2716(_0x1c8a1b,_0x297ad3){const _0x15278a=a106_0x1527();return a106_0x2716=function(_0x271655,_0x238b17){_0x271655=_0x271655-0x16c;let _0x374026=_0x15278a[_0x271655];return _0x374026;},a106_0x2716(_0x1c8a1b,_0x297ad3);}function a106_0x1527(){const _0x4b1dd5=['isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','browserName','includeTagsInTestingScope','jjaZF',',\x20sessionId=','pfrtJ','accessibilityConfig','oVikP','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','nIaMw','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','toString','vaQTU','env','czxyk','performScanForCli:\x20No\x20','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','ulnMT','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','has','afterTestHook','measureWrapper','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','Executing\x20','KEY_TEST_SCOPES','getAccessibilityResults','YAMGH','zsAjP','includes','start','WZFHk','split','iJDks','eiMTR','message','../../../helpers/accessibility-automation/helper','vhAKH','initAccessibilityConfig','--headless=','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','toLowerCase','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','HcoNA','FeCwg','startsWith','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','command','getParamsForScanForCli','FAgVS','createHash','AmFYw','getCapabilities','acrmq','testhub_build_uuid','CREATE','find','getPlatformCaps','jpXJt','IhrDE','RnXVw','YfpsU','getCurrentAccessibilityStatus','nITIZ','\x20from\x20testIdentifier=','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','PlVel',',\x20testRunId=','NODE_GENERIC','qTMkt','sNULn','Error\x20getting\x20capability\x20value\x20for\x20','xnDkg','chromeOptions','tVmzo','commandsToWrap','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','sha256','KrjND','ghZkj','iRvWJ','YtAwK','setAccessibilityConfig','joHOl','util','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','evaluate','null','platformCaps','finishScanningForCli','debug','launchCaps','pgwmm','lOnkS','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','browserStackEvaluate','warn','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','isAccessibilityAutomationSession','eoFnU','Error\x20checking\x20headless\x20capability:\x20','SCAN_CAP_HIT','../TestInfo.js','fxJQd','\x20a11yToken=','isMobileScanningEnabledForGroup','DjtcC','DliZg','KEY_TESTHUB_BUILD_ID','GUkmW','\x20accessibility\x20script\x20on\x20page','getGoogleChromeOptions','AUTOMATION_SESSIONS','VCgTt','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','performScan\x20capped\x20at\x20','qyCby','mnQDI','IpbJv','KEY_INIT','saveTestResults','not-array','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','dNzXX','getScript','fxuQF','[AccessibilityModule]\x20onAfterTest:\x20framework=','\x22browserstack.key\x22:\x22[REDACTED]\x22','../../../helpers/classLogger','nUaqT','test-tags-->\x20','YirCA','148084UCiNqX','zpOBK','concat','rUgdJ','options','NHkZB','Xyjbe','jtClO','toISOString','TWjwc','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','qjvtX','join','pwPage','ZDIJI','_mobileScanningDisabledLogged','isAccessibilityScriptCommand','lKczO','isEnabled','efTFe','name','kZVmq','delete','map','_centralAuthConfigFetched','browserstack.accessibilityOptions.scannerVersion','cAbTr','x\x20over\x20','getTrackedInstance','FZOHt','ezlVs','getBrowserDisplayName','AHlTx','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','RyJpB','RvOeG','isAppAccessibility','version','getMinVersionForBrowser','isArray','tLkFP','__jestCurrentTestIdentifier','VfDfJ','__bstackA11yScanCapHit','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','isBrowserSupportedForAccessibility','testAnalyticsId','mxqyG','getTestFrameworkDetail','platformVersion','sMSWj','authHeader','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','JHbRN','performScan','VXuQn','DWSwg','loadAccessibilityConfig','stopTestCapture','Page\x20','1283823iPxvJo','appium:platformVersion','VyWPg',']\x20onAfterTest\x20should\x20scan=','accessibilityResult','NFMoF','parse',',\x20excludeTags=','YtDoz','getLogDisabledShown','../../../helpers/performance/constants.js','../../../helpers/helper','268951bRKApP','setAccessibilityToken','totalIssueCount','Bucdv','Performing\x20scan\x20before\x20from\x20cli','FbTgd','instance','Running\x20Save\x20results\x20for\x20Accessibility\x20testing',']\x20poll\x20attempt=','isEnabledTestcase','getAccessibility','gRFDw','hasAccessibilityExecuteParams','platformValidation','SAVE_RESULTS','wtPIP','rbuMZ','uvoqV','SCveo','hRtPD','_sendMessageServerPatchApplied','trim','crypto','isPlatformSupported','updateData','biPue','dmELv','update','nwBGg','Error\x20in\x20performPageScan:\x20','yoVTr','Stkia','wcagVersion','QeOKl','getResultResponse','scannerVersion','Accessibility\x20data\x20for\x20extension:\x20','cECzp','mergeObject',']\x20should\x20run\x20accessibility\x20value=','IBSkV','yljeU','tXhDn','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','LMusM','kgmtu','\x20env=','getPlatformIndex','\x20result\x20for\x20',']\x20isEnabledTestcase\x20(cucumber)\x20result=','\x22\x20pid=','iahYm','../../../helpers/accessibility-automation/scripts','error',',\x20tags=','patchSendMessageToServer','thQLr','../framework/automationFramework','info','executeScript','appium:platformName','page','parseA11yJwtPayload','replace','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','UPvSJ','tmNqo','setShouldScan','Error\x20getting\x20script\x20by\x20name\x20','some','GMPeg',',\x20testIdentifier=','22594NaHaPz','ADMEm','getName','meKXD','MODULE_NAME','testFramework','iUaXC','validatePlatformForAccessibility','223865zPkLvm','../state/hookState','lFjVZ','jjYRu','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','VYwjI','_pollUntilNonEmpty','fAvLS','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','keys','degradedReason','SDK_ACCESSIBILITY_CONFIG','goog:chromeOptions','resolveMobileThTestRunUuid','tDLyc','yBomx','getIsAppAccessibility','POST','PygnJ',',\x20framework=','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','ssPnG','vmlNA','[platform\x20-\x20',']\x20Accessibility\x20configuration\x20initialized\x20successfully','EguQx','\x22browserstack.user\x22:\x22[REDACTED]\x22','uOVCp','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','string','isMobilePlatform','\x20script\x20available\x20in\x20scriptsList','KEY_TEST_NAME','shAsu','Error\x20in\x20initAccessibilityConfig:\x20','getState','ScanArgs:\x20','2390Iaazim','_parseScriptsFromOptions','now',']\x20clear\x20','getResults','registerObserver','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','EQUuk','IAtlX','browser_version','unknown','\x20using\x20script:\x20','Error\x20in\x20shouldScanForCommand:\x20','ghgqU','function',')\x20result=','YZnQA','--headless=new','lwpbn','NutnY','VpGPz','cueME','capabilities','getContext','thTestRunUuid','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','QTYEM','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','browserstack.accessibilityOptions.scannerProcessingTimeout','beFrt','DZBgM','getTestUUID','slice','\x20script\x20available','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','accessibility','getData','GET_RESULTS_SUMMARY','AccessibilityModule.getResults','getAccessibilityResultsSummary','DRIVER_INIT','../../../helpers/performance/performance-tester.js','test_run_id','dhhOv','eTgAq','lTDNM','commandName','botKJ','accessibilityPlatform','AccessibilityModule.getResultsSummary','test_tags','ZRATR','_centralAuthA11yConfig','reason','ZPDtS','shouldScanForCommand:\x20','aotdx','Context','uDsPU','UVrSS','fetchDriverExecuteParamsEvent','Error\x20in\x20validatePlatformForAccessibility:\x20',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','AeAHw','dzrod','is_mobile_session','EcFws','cucumber','on\x20non-BrowserStack\x20infrastructure\x20','testInfo','utf-8','TrackedInstance','vsGJK','Gdjks','BAoGf','titlePath','length','skipCDPConnectOverride','scriptsList','performPageScan:\x20Script\x20is\x20null','android','BROWSERSTACK_TEST_ACCESSIBILITY_YML','dqhRN','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','hkkUl','../grpcClient','khovQ','HNYkN',']\x20polled\x20','stringify','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','value','xnKFN','jest','getCapabilityValue','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getScriptsList','executeScriptByName','AtITW','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','browserstack_executor','accessibilityToken',',\x20available\x20commands:\x20','3ychDew','zyCKp','xdNYu','Error\x20in\x20processAccessibilityCaps:\x20','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','wNrKU','BROWSERSTACK_CLI_BIN_SESSION_ID','qgokS','testData','bKioZ','object','get','PwUrj','klWtZ','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','../cliUtils','browserVersion','JEST_WORKER_ID','CEGZS','platformName','wyFJw','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','JvOSu','getScriptByName','gSDeE','getOptions','end','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','BROWSERSTACK_TESTHUB_JWT','loadDriverExecuteParams','performPageScan:\x20Page\x20is\x20null','toTMQ','getInstance','MergedScanArgs:\x20','twTyb','present','\x20browser\x20version\x20greater\x20than\x20','getTesthub','awYMk','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','eXMsH','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','WwwdI','9527ZXqakI','getResultsSummary','scan','LPvVU','BkkJK','getAppAccessibilityResults','stack','Performing\x20scan\x20before\x20getting\x20results\x20summary','2KiWzup','sFEHD','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','size','[AccessibilityModule.getResultsSummary]\x20waited\x20','BS_A11Y_JWT','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','onAfterTest','../../utils/constants.js','PRE','uCSBk','AXxmu','kUgNl',',\x20isAppAccessibility=',',\x20testName=','nGtWY','UKIZl','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','Error\x20in\x20getAccessibilityResults:\x20','avDZi','eeLed','WMNGn','xHHQe','BAZlz','tVoHS','4024QpBGTB','dtwIC','commandsList','HAOWx','../../../helpers/accessibility-automation/constants','onBeforeExecute','\x20testHubUuid=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','kmyWB','testFrameworkData','setLogDisabledShown','set','eNPRK','getCapabilitiesList','args','assign','pid','../state/automationFrameworkState','eFJFr','kUIMc','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','6GaDJRc','BXJoJ','getSuccess','IjejU','centralAuthToken','dKFso','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','toJson','../../playwright/accessibility-helper','NON_BROWSERSTACK_AUTOMATION_SESSIONS','No\x20summaryResults\x20found.','AGMzD','YQWpx','BATgS','\x20worker=\x22','currentTest',',\x20includeTags=','CBbaC','count=','Error\x20executing\x20script\x20','fxyuf','HqaTh','JvEkC','main','LOG_DISABLED_SHOWN','../framework/constants/testFrameworkConstants.js','browserstack.accessibilityOptions.wcagVersion','fetchCentralAuthA11yConfig','onBeforeExecute:\x20command=','nUyXM','ZgzhP','saveResults','dGtXV','__workerDetails','isVersionSupported','isMobileWebSession','feLRc','getModuleName',']\x20isEnabledTestcase\x20(','bind','onBeforeExecute:\x20No\x20command\x20name\x20provided','driver','tduLQ','shouldScanForCommand','testcafe','13dreOtL','getCommandsToWrap','excludeTagsInTestingScope','dnoOe','scannerProcessingTimeout','onBeforeTest','5522772hdSymG','EXECUTE','hUnQO','TdGxI','zovhA','QuveC','amZHr','qiqxO','performPageScan','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','number','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','format','setShouldScanCurrentTest','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','MMlSQ','capabilitiesList','shouldScanCurrentTest','PERFORM_SCAN','testRunId','onBeforeExecute:\x20Command\x20','from','applySendMessageToServerPatch','getCurrentInstanceName','juavr','../../utils/playwright-patcher','BCVzk','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','slwNb','getValue','Error\x20applying\x20sendMessageToServer\x20patch:\x20','RzIhS','requiresChromeOptionsValidation','__accessibilityOptions','kOoWE','QUIT','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','getBuildId','performScanForCli','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','Error\x20in\x20performScanForCli\x20for\x20script\x20'];a106_0x1527=function(){return _0x4b1dd5;};return a106_0x1527();}(function(_0x26fd96,_0x1c12ac){const _0x4ff057=a106_0x2716,_0x1d36ec=_0x26fd96();while(!![]){try{const _0x355e3f=parseInt(_0x4ff057(0x3c6))/0x1*(-parseInt(_0x4ff057(0x26e))/0x2)+-parseInt(_0x4ff057(0x23b))/0x3*(-parseInt(_0x4ff057(0x37d))/0x4)+parseInt(_0x4ff057(0x1ae))/0x5*(parseInt(_0x4ff057(0x29d))/0x6)+-parseInt(_0x4ff057(0x266))/0x7*(-parseInt(_0x4ff057(0x287))/0x8)+-parseInt(_0x4ff057(0x3ba))/0x9+parseInt(_0x4ff057(0x1d3))/0xa*(parseInt(_0x4ff057(0x1a6))/0xb)+-parseInt(_0x4ff057(0x2d0))/0xc*(parseInt(_0x4ff057(0x2ca))/0xd);if(_0x355e3f===_0x1c12ac)break;else _0x1d36ec['push'](_0x1d36ec['shift']());}catch(_0x29b56b){_0x1d36ec['push'](_0x1d36ec['shift']());}}}(a106_0x1527,0x5e1ae));const BaseModule=require('./baseModule'),{createClassLogger}=require(a106_0x31b098(0x379)),CLIUtils=require(a106_0x31b098(0x24a)),AutomationFramework=require(a106_0x31b098(0x197)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a106_0x31b098(0x299)),HookState=require(a106_0x31b098(0x1af)),GrpcClient=require(a106_0x31b098(0x229)),scripts=require(a106_0x31b098(0x192)),logger=createClassLogger(a106_0x31b098(0x21b)),PerformanceTester=require(a106_0x31b098(0x1fd)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x31b098(0x3c4)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x31b098(0x28b)),{nestedKeyValue,isUndefined}=require(a106_0x31b098(0x3c5)),util=require(a106_0x31b098(0x34d)),TestInfo=require(a106_0x31b098(0x35f)),TestFrameworkConstants=require(a106_0x31b098(0x2b6)),accessibilityHelper=require(a106_0x31b098(0x31d)),{FRAMEWORKS}=require(a106_0x31b098(0x276));class AccessibilityModule extends BaseModule{static [a106_0x31b098(0x1aa)]=AccessibilityModule[a106_0x31b098(0x391)];static [a106_0x31b098(0x395)]=![];static [a106_0x31b098(0x208)]={};constructor(_0x23fbf1){const _0x23d597=a106_0x31b098,_0x46f7b7={};_0x46f7b7['Gdjks']=function(_0x5b9d63,_0xea1180){return _0x5b9d63===_0xea1180;},_0x46f7b7['VyWPg']=_0x23d597(0x1ef),_0x46f7b7['HNYkN']='ACCESSIBILITY_INITIALIZED',_0x46f7b7['hRtPD']='DRIVER_HAS_URL',_0x46f7b7[_0x23d597(0x22a)]=_0x23d597(0x32f);const _0x5bf7d7=_0x46f7b7;super(),AutomationFramework[_0x23d597(0x1d8)](AutomationFrameworkState[_0x23d597(0x2d1)],HookState[_0x23d597(0x277)],this[_0x23d597(0x28c)][_0x23d597(0x2c4)](this)),AutomationFramework[_0x23d597(0x1d8)](AutomationFrameworkState[_0x23d597(0x330)],HookState[_0x23d597(0x1bf)],this['onBeforeTest'][_0x23d597(0x2c4)](this)),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x23d597(0x2f3)],HookState['PRE'],this[_0x23d597(0x275)][_0x23d597(0x2c4)](this)),this['isEnabled']=!![],this['accessibilityConfig']=_0x23fbf1['toObject'](),this[_0x23d597(0x1f7)]=new Map(),this['LOG_DISABLED_SHOWN']=new Map(),this['isAppAccessibility']=_0x23fbf1[_0x23d597(0x1be)]?.()||![],this[_0x23d597(0x1e9)]=[],this[_0x23d597(0x172)]=![],this[_0x23d597(0x38c)]=![],this[_0x23d597(0x3c7)](_0x23fbf1['getOptions']()[_0x23d597(0x295)]());const _0x3d88a2=CLIUtils[_0x23d597(0x3ae)]();_0x3d88a2&&_0x5bf7d7[_0x23d597(0x21d)](_0x3d88a2[_0x23d597(0x391)],FRAMEWORKS[_0x23d597(0x33d)])&&this['_parseScriptsFromOptions'](_0x23fbf1[_0x23d597(0x254)]()),logger[_0x23d597(0x353)](_0x5bf7d7[_0x23d597(0x3bc)]),this[_0x23d597(0x370)]=_0x5bf7d7[_0x23d597(0x22b)],this['KEY_DRIVER_HAS_URL']=_0x5bf7d7[_0x23d597(0x171)],this[_0x23d597(0x365)]=_0x5bf7d7['khovQ'];}['isEnabled'](){const _0x1b5ac4=a106_0x31b098;return this[_0x1b5ac4(0x38f)];}[a106_0x31b098(0x2c2)](){const _0x2c624b=a106_0x31b098;return AccessibilityModule[_0x2c624b(0x1aa)];}['getCurrentAccessibilityStatus'](){const _0x38e495=a106_0x31b098;return this[_0x38e495(0x1f7)][_0x38e495(0x246)](CLIUtils[_0x38e495(0x2e7)](),![]);}[a106_0x31b098(0x3c3)](){const _0x5eede5=a106_0x31b098;return this['LOG_DISABLED_SHOWN'][_0x5eede5(0x246)](CLIUtils[_0x5eede5(0x2e7)](),![]);}[a106_0x31b098(0x292)](_0x5b8827){const _0x2ac264=a106_0x31b098;this[_0x2ac264(0x2b5)][_0x2ac264(0x293)](CLIUtils[_0x2ac264(0x2e7)](),_0x5b8827);}['applySendMessageToServerPatch'](){const _0x25b97c=a106_0x31b098,_0xe7e159={'PwUrj':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','jjaZF':function(_0x69f183,_0xe12c4b){return _0x69f183(_0xe12c4b);},'IBSkV':_0x25b97c(0x2e9),'YtDoz':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','WZFHk':_0x25b97c(0x262)};if(this[_0x25b97c(0x172)]){logger['debug'](_0xe7e159[_0x25b97c(0x247)]);return;}try{const _0x2c91a9=_0xe7e159[_0x25b97c(0x2fc)](require,_0xe7e159[_0x25b97c(0x186)]);_0x2c91a9&&_0x2c91a9[_0x25b97c(0x195)]?(_0x2c91a9[_0x25b97c(0x195)](),this[_0x25b97c(0x172)]=!![],logger[_0x25b97c(0x353)](_0xe7e159[_0x25b97c(0x3c2)])):logger[_0x25b97c(0x353)](_0xe7e159[_0x25b97c(0x318)]);}catch(_0x4dfa57){logger[_0x25b97c(0x353)](_0x25b97c(0x2ee)+util[_0x25b97c(0x2dc)](_0x4dfa57));}}[a106_0x31b098(0x175)](_0x2e5982=null,_0x371d76=null,_0x123bd0=null){const _0x327aac=a106_0x31b098,_0x194b17={'dtwIC':function(_0x392f90,_0x47aadb){return _0x392f90&&_0x47aadb;},'oopTR':'isPlatformSupported:\x20caps\x20are\x20null','eFJFr':function(_0xe12f86,_0x5d2bc5){return _0xe12f86(_0x5d2bc5);},'dNzXX':_0x327aac(0x3c5),'CBNDN':_0x327aac(0x28f),'cXcKm':_0x327aac(0x19a),'iRvWJ':function(_0x238afd,_0x25bc48){return _0x238afd===_0x25bc48;},'sFzne':_0x327aac(0x224),'sMSWj':_0x327aac(0x3bb),'uDsPU':function(_0x221513,_0xd15b9e){return _0x221513!==_0xd15b9e;},'VCgTt':function(_0x4f10bf,_0x4f5109){return _0x4f10bf!==_0x4f5109;},'gSDeE':function(_0x5473eb,_0x1f7c63,_0x351f1d){return _0x5473eb(_0x1f7c63,_0x351f1d);},'dGtXV':function(_0x534174,_0xf136e8){return _0x534174(_0xf136e8);},'ggatz':function(_0x3198a3,_0x44cbb7){return _0x3198a3<_0x44cbb7;},'EQUuk':_0x327aac(0x34e),'tduLQ':function(_0x1903e8,_0x20c00d){return _0x1903e8===_0x20c00d;},'ZPDtS':function(_0x246398,_0x4a3738){return _0x246398===_0x4a3738;},'vhAKH':'true','TWjwc':function(_0x29a754,_0x6f6316){return _0x29a754===_0x6f6316;},'tDLyc':_0x327aac(0x1cb),'zovhA':_0x327aac(0x3aa),'zpOBK':_0x327aac(0x1ba),'iQwlp':function(_0x173059,_0x38cc52){return _0x173059!==_0x38cc52;},'yoVTr':'latest','sNULn':function(_0x2066d7){return _0x2066d7();},'twTyb':_0x327aac(0x218),'AtITW':function(_0x3fec97,_0x5bfb8d){return _0x3fec97(_0x5bfb8d);},'RvOeG':function(_0x37b924,_0x46505d){return _0x37b924-_0x46505d;},'zsAjP':function(_0x461d1d,_0x5576fd){return _0x461d1d(_0x5576fd);},'lOnkS':function(_0x354114,_0x3e6b3f){return _0x354114>_0x3e6b3f;},'AGMzD':function(_0x149435,_0x5f79f){return _0x149435(_0x5f79f);},'LMusM':function(_0x4571b1,_0x408088){return _0x4571b1(_0x408088);},'xOftf':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x194b17[_0x327aac(0x288)](!_0x371d76,!_0x123bd0))return logger['debug'](_0x194b17['oopTR']),![];const {isUndefined:_0x3b484b,isBrowserstackInfra:_0x20292}=_0x194b17[_0x327aac(0x29a)](require,_0x194b17[_0x327aac(0x374)]);if(!accessibilityHelper[_0x327aac(0x35b)]())return logger['debug'](_0x194b17['CBNDN']),![];if(this['isAppAccessibility']){const _0xeb8c02=(_0x371d76['platformName']||_0x371d76[_0x194b17['cXcKm']]||'')[_0x327aac(0x322)]();if(_0x194b17[_0x327aac(0x349)](_0xeb8c02,_0x194b17['sFzne'])){const _0x1aa62c=_0x371d76[_0x194b17[_0x327aac(0x3b0)]]||_0x371d76[_0x327aac(0x3af)];if(_0x194b17[_0x327aac(0x20e)](_0x1aa62c,undefined)&&_0x194b17['VCgTt'](_0x1aa62c,null)){const _0x453e36=_0x194b17[_0x327aac(0x253)](parseInt,_0x194b17[_0x327aac(0x2bd)](String,_0x1aa62c)[_0x327aac(0x319)]('.')[0x0],0xa);if(!_0x194b17[_0x327aac(0x29a)](isNaN,_0x453e36)&&_0x194b17['ggatz'](_0x453e36,0xb))return logger[_0x327aac(0x359)](_0x327aac(0x2f9)+_0x1aa62c),![];}}return!![];}const _0x525aec=_0x371d76[_0x327aac(0x2fa)]||_0x371d76['browser'],_0x34ae16=_0x371d76['browserVersion']||_0x371d76[_0x327aac(0x1dc)];if(!accessibilityHelper[_0x327aac(0x3ab)](_0x525aec))return logger[_0x327aac(0x359)](_0x194b17[_0x327aac(0x1da)]),![];if(accessibilityHelper[_0x327aac(0x2f0)](_0x525aec))try{const _0x47f322=_0x371d76['headless'],_0x32f2ee=_0x194b17[_0x327aac(0x2c7)](_0x47f322,!![])||_0x194b17['ZPDtS'](_0x47f322,_0x194b17['vhAKH'])||_0x194b17[_0x327aac(0x386)](typeof _0x47f322,_0x194b17[_0x327aac(0x1bc)])&&_0x194b17[_0x327aac(0x20a)](_0x47f322[_0x327aac(0x322)](),_0x194b17[_0x327aac(0x31e)]);if(_0x32f2ee)return logger[_0x327aac(0x359)](_0x194b17[_0x327aac(0x2d4)]),![];const _0x2087b8=_0x371d76?.[_0x327aac(0x342)]?.[_0x327aac(0x296)]||_0x371d76?.[_0x194b17[_0x327aac(0x37e)]]?.[_0x327aac(0x296)]||[];if(Array[_0x327aac(0x3a4)](_0x2087b8)&&_0x2087b8[_0x327aac(0x1a3)](_0x107fe8=>typeof _0x107fe8===_0x327aac(0x1cb)&&(_0x107fe8==='--headless'||_0x107fe8[_0x327aac(0x326)](_0x327aac(0x320))&&_0x107fe8!==_0x327aac(0x1e4))))return logger[_0x327aac(0x359)](_0x194b17[_0x327aac(0x2d4)]),![];}catch(_0x49e814){logger[_0x327aac(0x353)](_0x327aac(0x35d)+util[_0x327aac(0x2dc)](_0x49e814));}if(_0x194b17['iQwlp'](_0x34ae16,_0x194b17[_0x327aac(0x17c)])){const _0x47d0ba=_0x194b17[_0x327aac(0x33f)](_0x20292),_0x110472=accessibilityHelper[_0x327aac(0x3a3)](_0x525aec,_0x47d0ba),_0x52e855=accessibilityHelper[_0x327aac(0x39c)](_0x525aec);if(!accessibilityHelper[_0x327aac(0x2bf)](_0x34ae16,_0x110472)){const _0x25b0f9=_0x47d0ba?'':_0x194b17[_0x327aac(0x25d)],_0x101476=Number['isFinite'](_0x194b17[_0x327aac(0x236)](parseFloat,_0x110472))?_0x194b17[_0x327aac(0x3a0)](_0x194b17[_0x327aac(0x315)](parseFloat,_0x110472),0x1):_0x110472;return logger['warn'](_0x327aac(0x28e)+_0x52e855+_0x327aac(0x25f)+_0x101476+'\x20'+_0x25b0f9+'.'),![];}}else{const _0x456ef2=_0x371d76[_0x327aac(0x24b)]||_0x371d76[_0x327aac(0x1dc)]||_0x371d76[_0x327aac(0x3a2)];if(_0x456ef2&&_0x194b17[_0x327aac(0x36a)](_0x456ef2,_0x194b17[_0x327aac(0x17c)])&&!_0x194b17[_0x327aac(0x356)](_0x194b17[_0x327aac(0x2a8)](parseFloat,_0x456ef2),_0x194b17[_0x327aac(0x18a)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x327aac(0x359)](_0x194b17['xOftf']),![];}return!![];}catch(_0x348ceb){return logger['debug']('Exception\x20in\x20isPlatformSupported:\x20'+_0x348ceb[_0x327aac(0x31c)]),![];}}['isEnabledTestcase'](_0x3097ef=[],_0x3dd0b6,_0x2f2ca4=a106_0x31b098(0x217)){const _0x4afcda=a106_0x31b098,_0xfac97a={'PlVel':function(_0x1c7821,_0x248d32){return _0x1c7821===_0x248d32;},'RnXVw':_0x4afcda(0x231),'qyCby':function(_0x2dc3c5,_0x150258){return _0x2dc3c5||_0x150258;},'AHlTx':function(_0x9154dd,_0x51892d){return _0x9154dd&&_0x51892d;},'dnoOe':_0x4afcda(0x1dd),'DqeGo':function(_0x13200b,_0x296729){return _0x13200b(_0x296729);},'JHbRN':function(_0x571995,_0x3b3318){return _0x571995>_0x3b3318;}};try{const _0x54f3f5=process[_0x4afcda(0x306)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON['parse'](process[_0x4afcda(0x306)][_0x4afcda(0x30c)]):null;if(!_0x54f3f5)return!![];const _0x1c2960=Array[_0x4afcda(0x3a4)](_0x54f3f5[_0x4afcda(0x2fb)])?_0x54f3f5['includeTagsInTestingScope']:[],_0x53fe54=Array['isArray'](_0x54f3f5[_0x4afcda(0x2cc)])?_0x54f3f5['excludeTagsInTestingScope']:[];if(_0xfac97a[_0x4afcda(0x33b)](_0x2f2ca4,_0xfac97a[_0x4afcda(0x335)])||_0xfac97a['PlVel'](_0x2f2ca4,FRAMEWORKS[_0x4afcda(0x33d)])){let _0x2ded4c;Array[_0x4afcda(0x3a4)](_0x3097ef)?_0x2ded4c=_0x3097ef['join']('\x20'):_0x2ded4c=_0xfac97a[_0x4afcda(0x36d)](_0x3097ef,'');const _0x5468c1=_0xa996b8=>_0x2f2ca4===FRAMEWORKS[_0x4afcda(0x33d)]&&typeof _0xa996b8==='string'?_0xa996b8[_0x4afcda(0x19d)](/^@/,'')[_0x4afcda(0x322)]()['trim']():_0xa996b8,_0xbcaec9=_0xfac97a[_0x4afcda(0x33b)](_0x2f2ca4,FRAMEWORKS[_0x4afcda(0x33d)])?_0x2ded4c[_0x4afcda(0x322)]():_0x2ded4c,_0x520717=_0x53fe54[_0x4afcda(0x1a3)](_0xf71a4e=>_0xbcaec9[_0x4afcda(0x316)](_0x5468c1(_0xf71a4e))),_0x49ad09=_0xfac97a['PlVel'](_0x1c2960[_0x4afcda(0x220)],0x0)||_0x1c2960['some'](_0x2faf57=>_0xbcaec9[_0x4afcda(0x316)](_0x5468c1(_0x2faf57))),_0x2645ff=_0xfac97a[_0x4afcda(0x39d)](!_0x520717,_0x49ad09);return logger[_0x4afcda(0x353)](_0x4afcda(0x1c5)+(_0x3dd0b6?.[_0x4afcda(0x18d)]?.()||_0xfac97a['dnoOe'])+_0x4afcda(0x2c3)+_0x2f2ca4+_0x4afcda(0x1e2)+_0x2645ff+_0x4afcda(0x27c)+_0x2ded4c+_0x4afcda(0x2ad)+JSON[_0x4afcda(0x22d)](_0x1c2960)+',\x20excludeTags='+JSON['stringify'](_0x53fe54)),_0x2645ff;}const _0x34099a=Array[_0x4afcda(0x3a4)](_0x3097ef)?_0x3097ef:[];let _0x3f281a=![],_0x22f3bc=_0xfac97a[_0x4afcda(0x33b)](_0x1c2960['length'],0x0);const _0x223607=_0x5745be=>typeof _0x5745be===_0x4afcda(0x1cb)?_0x5745be[_0x4afcda(0x19d)](/^@/,'')[_0x4afcda(0x322)]()['trim']():_0x5745be,_0x21348b=new Set(_0x1c2960[_0x4afcda(0x394)](_0x223607)),_0x41f71a=new Set(_0x53fe54[_0x4afcda(0x394)](_0x223607));for(const _0xb279e of _0x34099a){const _0x4c26=_0xfac97a['DqeGo'](_0x223607,_0xb279e);_0x41f71a[_0x4afcda(0x30d)](_0x4c26)&&(_0x3f281a=!![]),_0xfac97a[_0x4afcda(0x3b3)](_0x21348b[_0x4afcda(0x271)],0x0)&&_0x21348b[_0x4afcda(0x30d)](_0x4c26)&&(_0x22f3bc=!![]);}const _0x308d01=_0xfac97a[_0x4afcda(0x39d)](_0x22f3bc,!_0x3f281a);return logger[_0x4afcda(0x353)](_0x4afcda(0x1c5)+(_0x3dd0b6?.['getPlatformIndex']?.()||_0xfac97a[_0x4afcda(0x2cd)])+_0x4afcda(0x18f)+_0x308d01+_0x4afcda(0x194)+JSON['stringify'](_0x34099a)+_0x4afcda(0x2ad)+JSON[_0x4afcda(0x22d)](_0x1c2960)+_0x4afcda(0x3c1)+JSON[_0x4afcda(0x22d)](_0x53fe54)),_0x308d01;}catch(_0xd817ad){return logger[_0x4afcda(0x353)](_0x4afcda(0x1c5)+(_0x3dd0b6?.[_0x4afcda(0x18d)]?.()||_0xfac97a[_0x4afcda(0x2cd)])+_0x4afcda(0x212)+_0xd817ad[_0x4afcda(0x31c)]),![];}}async[a106_0x31b098(0x2cf)](_0x5ebbac){const _0x574ece=a106_0x31b098,_0x381dc3={};_0x381dc3[_0x574ece(0x1a4)]=function(_0x19f276,_0x3c72a0){return _0x19f276!==_0x3c72a0;},_0x381dc3[_0x574ece(0x3d1)]=_0x574ece(0x217),_0x381dc3[_0x574ece(0x188)]='jest',_0x381dc3[_0x574ece(0x248)]='testcafe',_0x381dc3['dKFso']=function(_0x332e19,_0x1eb42a){return _0x332e19===_0x1eb42a;},_0x381dc3[_0x574ece(0x177)]='true',_0x381dc3[_0x574ece(0x216)]=function(_0xddc6ab,_0x29d49b){return _0xddc6ab===_0x29d49b;},_0x381dc3[_0x574ece(0x240)]=function(_0x10f47c,_0x22a655){return _0x10f47c&&_0x22a655;},_0x381dc3[_0x574ece(0x2aa)]='TEST_INIT',_0x381dc3[_0x574ece(0x34a)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x381dc3['nwBGg']=_0x574ece(0x19e),_0x381dc3[_0x574ece(0x336)]=_0x574ece(0x1fc),_0x381dc3[_0x574ece(0x1a0)]=function(_0x56b1bf,_0x15a144){return _0x56b1bf===_0x15a144;},_0x381dc3[_0x574ece(0x1e0)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x381dc3[_0x574ece(0x2d7)]=function(_0x401c57,_0x5038e4){return _0x401c57===_0x5038e4;},_0x381dc3[_0x574ece(0x325)]='Unknown\x20Test',_0x381dc3[_0x574ece(0x263)]=function(_0x250e39,_0x5e367c){return _0x250e39>_0x5e367c;},_0x381dc3['QeOKl']=function(_0xa76709,_0x2474e9){return _0xa76709===_0x2474e9;},_0x381dc3['IjejU']=_0x574ece(0x1e1),_0x381dc3['thQLr']=_0x574ece(0x206),_0x381dc3[_0x574ece(0x226)]=function(_0x3a7be6,_0x2cfc87){return _0x3a7be6&&_0x2cfc87;},_0x381dc3[_0x574ece(0x388)]=_0x574ece(0x1dd);const _0x20f0d1=_0x381dc3;if(_0x20f0d1[_0x574ece(0x1a4)](_0x5ebbac['testFramework'],_0x20f0d1[_0x574ece(0x3d1)])&&_0x20f0d1[_0x574ece(0x1a4)](_0x5ebbac[_0x574ece(0x1ab)],_0x20f0d1[_0x574ece(0x188)])&&_0x20f0d1[_0x574ece(0x1a4)](_0x5ebbac[_0x574ece(0x1ab)],_0x20f0d1[_0x574ece(0x248)])&&_0x20f0d1['GMPeg'](_0x5ebbac[_0x574ece(0x1ab)],FRAMEWORKS[_0x574ece(0x33d)])){logger[_0x574ece(0x353)](_0x574ece(0x1ee)+_0x5ebbac['testFramework']+')');return;}try{const _0x2b9b4c=AutomationFramework['getTrackedInstance'](),_0x5ca2e4=TestFramework[_0x574ece(0x399)](),_0x50d51b=_0x5ebbac[_0x574ece(0x19b)]||global[_0x574ece(0x2be)]?.[_0x574ece(0x38a)]||null;if(_0x20f0d1['dKFso'](_0x5ebbac['testFramework'],_0x20f0d1[_0x574ece(0x248)])){const _0x4ac6fc=_0x5ebbac[_0x574ece(0x351)]||_0x2b9b4c&&_0x2b9b4c[_0x574ece(0x332)]&&_0x2b9b4c['getPlatformCaps']()||_0x2b9b4c&&_0x2b9b4c[_0x574ece(0x32d)]&&_0x2b9b4c[_0x574ece(0x32d)]()||{},_0x4ad0ed=_0x5ebbac['launchCaps']||null,_0x5cc46d=this[_0x574ece(0x175)](_0x2b9b4c,_0x4ac6fc,_0x4ad0ed),_0x5a9215=CLIUtils['getCurrentInstanceName']();this[_0x574ece(0x1f7)][_0x574ece(0x293)](_0x5a9215,_0x5cc46d);global[_0x574ece(0x20d)]?.[_0x574ece(0x1ea)]&&global[_0x574ece(0x20d)][_0x574ece(0x1ea)]()[_0x574ece(0x1a1)](_0x5cc46d);_0x5cc46d?(global[_0x574ece(0x204)]=!![],process['env'][_0x574ece(0x225)]=_0x20f0d1[_0x574ece(0x177)]):global[_0x574ece(0x204)]=![];logger[_0x574ece(0x353)](_0x574ece(0x310)+_0x5cc46d);return;}if(_0x20f0d1[_0x574ece(0x216)](_0x5ebbac['testFramework'],FRAMEWORKS[_0x574ece(0x33d)])){const _0x52ea6a=_0x5ebbac[_0x574ece(0x243)]||{},_0x12cc52=_0x52ea6a[TestFrameworkConstants[_0x574ece(0x312)]],_0x1ec933=_0x52ea6a[TestFrameworkConstants[_0x574ece(0x1ce)]]||'',_0x4a502b=(Array[_0x574ece(0x3a4)](_0x12cc52)?_0x12cc52[_0x574ece(0x37f)](_0x1ec933)[_0x574ece(0x389)]('\x20'):_0x1ec933)[_0x574ece(0x173)](),_0x4b4cff=_0x5ebbac['platformCaps']||_0x2b9b4c&&_0x2b9b4c['getPlatformCaps']&&_0x2b9b4c[_0x574ece(0x332)]()||_0x2b9b4c&&_0x2b9b4c['getCapabilities']&&_0x2b9b4c[_0x574ece(0x32d)]()||{},_0x2fef60=this[_0x574ece(0x175)](_0x2b9b4c,_0x4b4cff,_0x5ebbac['launchCaps']||null),_0x2d4848=this[_0x574ece(0x3cf)](_0x4a502b,_0x2b9b4c,FRAMEWORKS['NODE_GENERIC']),_0x1458cc=_0x20f0d1[_0x574ece(0x240)](_0x2fef60,_0x2d4848),_0x17fcb7=CLIUtils[_0x574ece(0x2e7)]();this['accessibility']['set'](_0x17fcb7,_0x1458cc);global[_0x574ece(0x20d)]?.[_0x574ece(0x1ea)]&&global[_0x574ece(0x20d)][_0x574ece(0x1ea)]()[_0x574ece(0x1a1)](_0x1458cc);_0x1458cc?(global['accessibilityPlatform']=!![],process[_0x574ece(0x306)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x20f0d1[_0x574ece(0x177)],this[_0x574ece(0x2e6)]()):global[_0x574ece(0x204)]=![];_0x5ca2e4&&_0x5ca2e4[_0x574ece(0x176)](_0x20f0d1[_0x574ece(0x2aa)],!![]);logger['debug'](_0x574ece(0x301)+_0x2fef60+',\x20testCaseEnabled='+_0x2d4848+_0x574ece(0x27c)+_0x4a502b);return;}if(!_0x50d51b){_0x5ca2e4&&_0x5ca2e4[_0x574ece(0x176)](_0x20f0d1[_0x574ece(0x2aa)],!![]);logger[_0x574ece(0x353)](_0x20f0d1[_0x574ece(0x34a)]);return;}logger[_0x574ece(0x353)](_0x20f0d1[_0x574ece(0x17a)]);const _0x503ce3=_0x5ca2e4?.[_0x574ece(0x1f8)](_0x20f0d1[_0x574ece(0x336)],![]),_0x2dfa1c=_0x5ca2e4?.['getData'](_0x20f0d1['BATgS'],![]);if(_0x20f0d1[_0x574ece(0x2a2)](_0x503ce3,![])&&_0x20f0d1['tmNqo'](_0x2dfa1c,![])){_0x5ca2e4&&_0x5ca2e4['updateData'](_0x20f0d1['YfpsU'],!![]);logger[_0x574ece(0x353)](_0x20f0d1['ghgqU']);return;}_0x5ca2e4&&_0x5ca2e4[_0x574ece(0x176)](_0x20f0d1[_0x574ece(0x2aa)],!![]);let _0x4543b2,_0x45358c;const _0x22fd16=_0x5ebbac[_0x574ece(0x1ab)]||_0x20f0d1['gRFDw'];if(_0x20f0d1[_0x574ece(0x2d7)](_0x22fd16,_0x20f0d1[_0x574ece(0x188)])){_0x45358c=_0x5ebbac[_0x574ece(0x219)]?.[_0x574ece(0x3ac)]||_0x5ebbac[_0x574ece(0x219)]?.['id']||global[_0x574ece(0x3a6)]||global[_0x574ece(0x2be)]?.[_0x574ece(0x2ac)]?.[_0x574ece(0x3ac)]||global['__workerDetails']?.[_0x574ece(0x2ac)]?.['id'];const _0x39b2d0=_0x5ca2e4?.['getAllData']()?.[_0x574ece(0x246)](_0x45358c);if(_0x39b2d0&&_0x39b2d0[TestFrameworkConstants[_0x574ece(0x1ce)]])_0x4543b2=_0x39b2d0[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x5ebbac[_0x574ece(0x219)]?.[_0x574ece(0x21f)])_0x4543b2=_0x5ebbac[_0x574ece(0x219)][_0x574ece(0x21f)];else global[_0x574ece(0x2be)]?.[_0x574ece(0x2ac)]?.[_0x574ece(0x219)]?.[_0x574ece(0x21f)]?_0x4543b2=global['__workerDetails'][_0x574ece(0x2ac)][_0x574ece(0x219)][_0x574ece(0x21f)]:_0x4543b2=_0x20f0d1[_0x574ece(0x325)];}logger[_0x574ece(0x353)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x45358c+_0x574ece(0x27c)+JSON[_0x574ece(0x22d)](_0x4543b2));}else{_0x45358c=this['getTestId'](_0x5ebbac);const _0xe1f6b7=TestInfo['getTestDetails'](_0x45358c);let _0x3730f7=[];if(_0xe1f6b7&&Array['isArray'](_0xe1f6b7['test_tags'])&&_0x20f0d1[_0x574ece(0x263)](_0xe1f6b7[_0x574ece(0x206)]['length'],0x0))_0x3730f7=_0xe1f6b7[_0x574ece(0x206)];else{if(_0x5ca2e4){const _0x1d6a7f=_0x20f0d1[_0x574ece(0x17f)](typeof _0x5ca2e4[_0x574ece(0x1f8)],_0x20f0d1[_0x574ece(0x2a0)])?_0x5ca2e4[_0x574ece(0x1f8)](_0x20f0d1[_0x574ece(0x196)],[]):_0x5ca2e4[_0x574ece(0x206)]||[];Array[_0x574ece(0x3a4)](_0x1d6a7f)&&(_0x3730f7=_0x1d6a7f);}}_0x4543b2=_0x3730f7;}logger[_0x574ece(0x198)](_0x574ece(0x37b)+JSON[_0x574ece(0x22d)](_0x4543b2));const _0x53ee7d=this[_0x574ece(0x175)](_0x2b9b4c,_0x5ebbac[_0x574ece(0x351)],_0x5ebbac[_0x574ece(0x354)]);logger[_0x574ece(0x353)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x53ee7d+_0x574ece(0x27b)+this['isAppAccessibility']);const _0x1b721f=this['isEnabledTestcase'](_0x4543b2,_0x2b9b4c,_0x22fd16),_0x11bad8=_0x20f0d1[_0x574ece(0x226)](_0x53ee7d,_0x1b721f),_0x551329=CLIUtils['getCurrentInstanceName']();this[_0x574ece(0x1f7)][_0x574ece(0x293)](_0x551329,_0x11bad8),global[_0x574ece(0x20d)]?.[_0x574ece(0x1ea)]&&global['Context'][_0x574ece(0x1ea)]()[_0x574ece(0x1a1)](_0x11bad8),logger[_0x574ece(0x353)]('[platform\x20-\x20'+(_0x2b9b4c?.[_0x574ece(0x18d)]?.()||_0x20f0d1[_0x574ece(0x388)])+_0x574ece(0x185)+_0x11bad8),_0x11bad8?(global[_0x574ece(0x204)]=!![],process[_0x574ece(0x306)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x20f0d1[_0x574ece(0x177)],this[_0x574ece(0x2e6)]()):global[_0x574ece(0x204)]=![];}catch(_0x5f09c6){logger[_0x574ece(0x193)](_0x574ece(0x2a3)+(_0x5f09c6[_0x574ece(0x26c)]||_0x5f09c6['message']));const _0x32a7f0=CLIUtils[_0x574ece(0x2e7)]();this[_0x574ece(0x1f7)][_0x574ece(0x293)](_0x32a7f0,![]),global['accessibilityPlatform']=![];}}[a106_0x31b098(0x368)](){const _0x1b23ba=a106_0x31b098;return this['capabilities']['find'](_0x54655e=>_0x54655e[_0x1b23ba(0x1a8)]()===_0x1b23ba(0x1ba))?.['getValue']()||'';}[a106_0x31b098(0x232)](_0xc98f66){const _0xd43a0=a106_0x31b098;try{const _0x484093=this[_0xd43a0(0x2ff)]?.['options']?.[_0xd43a0(0x2e0)]||[],_0xc7b3c9=_0x484093['find'](_0x5573dd=>_0x5573dd[_0xd43a0(0x391)]===_0xc98f66);return _0xc7b3c9?_0xc7b3c9[_0xd43a0(0x22f)]:null;}catch(_0x59261d){return logger['debug'](_0xd43a0(0x340)+_0xc98f66+':\x20'+_0x59261d[_0xd43a0(0x31c)]),null;}}async['setAccessibilityConfig'](_0x5a4815,_0x26f435){const _0x3a6c27=a106_0x31b098,_0x48e0cb=_0x5a4815[_0x3a6c27(0x3d0)]()[_0x3a6c27(0x254)]();this[_0x3a6c27(0x1d4)](_0x48e0cb),this[_0x3a6c27(0x1e9)]=_0x48e0cb[_0x3a6c27(0x295)](),await this[_0x3a6c27(0x3c7)](this[_0x3a6c27(0x1e9)],_0x26f435[_0x3a6c27(0x354)]);}[a106_0x31b098(0x1d4)](_0x6e93d2){const _0x4f21d1=a106_0x31b098,_0x3335f7={};_0x3335f7[_0x4f21d1(0x324)]=function(_0x2997e6,_0x26060e){return _0x2997e6>_0x26060e;},_0x3335f7['IpbJv']=_0x4f21d1(0x357),_0x3335f7['bMtme']=_0x4f21d1(0x1b2);const _0x44e294=_0x3335f7;try{const _0x3b7c6b=_0x6e93d2[_0x4f21d1(0x234)](),_0x23aca3=_0x6e93d2[_0x4f21d1(0x2cb)]()?.['getCommandsList']();_0x3b7c6b&&_0x44e294[_0x4f21d1(0x324)](_0x3b7c6b['length'],0x0)?(scripts['parseFromProto'](_0x3b7c6b,_0x23aca3),scripts[_0x4f21d1(0x2a4)](),logger[_0x4f21d1(0x353)](_0x44e294[_0x4f21d1(0x36f)])):logger[_0x4f21d1(0x353)](_0x44e294['bMtme']);}catch(_0x204c3d){logger[_0x4f21d1(0x353)](_0x4f21d1(0x2d9)+_0x204c3d['message']);}}async[a106_0x31b098(0x3c7)](_0x54eaa1,_0x1fc724={}){const _0x278797=a106_0x31b098,_0x189de9={'oEvlT':_0x278797(0x372),'ezlVs':_0x278797(0x2b4),'kZVmq':function(_0xcbd4a6,_0x43b15b){return _0xcbd4a6===_0x43b15b;},'orPet':_0x278797(0x239),'VfDfJ':function(_0x1d196e,_0x7c93ad){return _0x1d196e(_0x7c93ad);},'feLRc':_0x278797(0x174),'EguQx':_0x278797(0x346),'kUgNl':'hex','YAMGH':function(_0x4cfbff,_0x789228){return _0x4cfbff||_0x789228;},'wyFJw':'browserstack.accessibilityOptions.authToken','DjtcC':_0x278797(0x31d),'rUgdJ':function(_0x3d5d2d,_0x5a99d6){return _0x3d5d2d(_0x5a99d6);},'QFWpp':'../../../helpers/helper','ZgzhP':function(_0x1161c3,_0x321271){return _0x1161c3===_0x321271;},'dhhOv':_0x278797(0x17e),'QuveC':_0x278797(0x2b7),'PygnJ':_0x278797(0x181),'joHOl':_0x278797(0x396),'ZRATR':_0x278797(0x2ce),'LPvVU':_0x278797(0x1f0),'CEGZS':function(_0x3b35cc,_0x3d6a98){return _0x3b35cc===_0x3d6a98;},'fxyuf':_0x278797(0x362),'RyJpB':function(_0xff78ca,_0x1c623a){return _0xff78ca(_0x1c623a);},'fxJQd':function(_0x1d2396,_0x352687){return _0x1d2396===_0x352687;},'Xyjbe':'true'};global[_0x278797(0x2f1)]=global['__accessibilityOptions']||{};const _0x18927c=Array[_0x278797(0x3a4)](_0x54eaa1)?_0x54eaa1[_0x278797(0x220)]:_0x189de9['oEvlT'];logger[_0x278797(0x353)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x18927c+'\x20worker=\x22'+(process[_0x278797(0x306)][_0x278797(0x24c)]||_0x189de9[_0x278797(0x39b)])+_0x278797(0x190)+process['pid']);for(const _0x4ad7e3 of _0x54eaa1){logger['debug'](_0x278797(0x309)+_0x4ad7e3[_0x278797(0x1a8)]());if(_0x189de9[_0x278797(0x392)](_0x4ad7e3[_0x278797(0x1a8)](),_0x189de9['orPet'])){const _0x2eec6e=_0x4ad7e3[_0x278797(0x2ed)](),_0x2cd171=_0x2eec6e?_0x189de9['VfDfJ'](require,_0x189de9[_0x278797(0x2c1)])[_0x278797(0x32b)](_0x189de9[_0x278797(0x1c7)])[_0x278797(0x179)](_0x2eec6e)['digest'](_0x189de9[_0x278797(0x27a)])[_0x278797(0x1f4)](0x0,0x8):'';logger[_0x278797(0x198)](_0x278797(0x35a)+_0x189de9[_0x278797(0x314)](_0x2eec6e,'')['length']+'\x20token_fp='+_0x2cd171+_0x278797(0x2ab)+(process['env'][_0x278797(0x24c)]||_0x189de9['ezlVs'])+'\x22\x20pid='+process[_0x278797(0x298)]),process[_0x278797(0x306)][_0x278797(0x273)]=_0x2eec6e,global[_0x278797(0x2f1)][_0x189de9[_0x278797(0x24f)]]=_0x2eec6e;const _0x15fd94=_0x189de9[_0x278797(0x3a7)](require,_0x189de9[_0x278797(0x363)]),{isTrue:_0x13aff7}=_0x189de9[_0x278797(0x380)](require,_0x189de9['QFWpp']),_0x4a55a8=_0x15fd94[_0x278797(0x19c)](_0x2eec6e);_0x4a55a8&&_0x189de9[_0x278797(0x3a7)](_0x13aff7,_0x4a55a8[_0x278797(0x221)])&&(process[_0x278797(0x306)][_0x278797(0x1ca)]=!![]);}else{if(_0x189de9['ZgzhP'](_0x4ad7e3['getName'](),_0x189de9[_0x278797(0x1ff)]))global[_0x278797(0x2f1)][_0x189de9[_0x278797(0x2d5)]]=_0x4ad7e3[_0x278797(0x2ed)]();else{if(_0x189de9[_0x278797(0x2bb)](_0x4ad7e3[_0x278797(0x1a8)](),_0x189de9[_0x278797(0x1c0)]))global[_0x278797(0x2f1)][_0x189de9[_0x278797(0x34c)]]=_0x4ad7e3[_0x278797(0x2ed)]();else{if(_0x189de9[_0x278797(0x2bb)](_0x4ad7e3[_0x278797(0x1a8)](),_0x189de9[_0x278797(0x207)]))global[_0x278797(0x2f1)][_0x189de9[_0x278797(0x269)]]=_0x4ad7e3[_0x278797(0x2ed)]();else{if(_0x189de9[_0x278797(0x24d)](_0x4ad7e3[_0x278797(0x1a8)](),_0x189de9[_0x278797(0x2b1)])){const _0x1b0cfe=_0x4ad7e3[_0x278797(0x2ed)]();process[_0x278797(0x306)][_0x278797(0x22e)]=_0x189de9[_0x278797(0x39f)](String,_0x189de9[_0x278797(0x2bb)](_0x1b0cfe,!![])||_0x189de9[_0x278797(0x360)](_0x1b0cfe,_0x189de9[_0x278797(0x383)])),logger['debug'](_0x278797(0x1b6)+_0x1b0cfe+_0x278797(0x18c)+process[_0x278797(0x306)][_0x278797(0x22e)]);}}}}}}}async[a106_0x31b098(0x275)](_0x2fc97b){const _0x2d4c7c=a106_0x31b098,_0x53e1c1={};_0x53e1c1[_0x2d4c7c(0x2d2)]=function(_0x41c0ae,_0x297f56){return _0x41c0ae!==_0x297f56;},_0x53e1c1[_0x2d4c7c(0x191)]=_0x2d4c7c(0x217),_0x53e1c1['lTDNM']=_0x2d4c7c(0x231),_0x53e1c1[_0x2d4c7c(0x382)]=function(_0x5dcd5d,_0xef4fa){return _0x5dcd5d!==_0xef4fa;},_0x53e1c1[_0x2d4c7c(0x2fe)]=_0x2d4c7c(0x2c9),_0x53e1c1['CkYmT']='unknown';const _0xf1858d=_0x53e1c1;if(_0xf1858d[_0x2d4c7c(0x2d2)](_0x2fc97b[_0x2d4c7c(0x1ab)],_0xf1858d['iahYm'])&&_0xf1858d[_0x2d4c7c(0x2d2)](_0x2fc97b[_0x2d4c7c(0x1ab)],_0xf1858d[_0x2d4c7c(0x201)])&&_0xf1858d[_0x2d4c7c(0x382)](_0x2fc97b['testFramework'],_0xf1858d['pfrtJ'])&&_0xf1858d[_0x2d4c7c(0x382)](_0x2fc97b[_0x2d4c7c(0x1ab)],FRAMEWORKS[_0x2d4c7c(0x33d)])){logger[_0x2d4c7c(0x353)]('onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x2fc97b[_0x2d4c7c(0x1ab)]+')');return;}const _0x32aa54=_0x2fc97b[_0x2d4c7c(0x219)]?.[_0x2d4c7c(0x3ac)]||_0x2fc97b[_0x2d4c7c(0x219)]?.['id']||global[_0x2d4c7c(0x3a6)];logger[_0x2d4c7c(0x198)](_0x2d4c7c(0x377)+_0x2fc97b['testFramework']+_0x2d4c7c(0x1a5)+_0x32aa54);try{const _0x5c98f6=_0x2fc97b['instance']||AutomationFramework[_0x2d4c7c(0x399)](),_0x670d9e=CLIUtils[_0x2d4c7c(0x2e7)](),_0x393302=this[_0x2d4c7c(0x337)]();logger[_0x2d4c7c(0x353)](_0x2d4c7c(0x1c5)+(_0x5c98f6?.[_0x2d4c7c(0x18d)]?.()||_0xf1858d['CkYmT'])+_0x2d4c7c(0x3bd)+_0x393302),_0x393302&&await this['stopTestCapture'](_0x5c98f6,_0x2fc97b),this[_0x2d4c7c(0x1f7)][_0x2d4c7c(0x393)](_0x670d9e),this['LOG_DISABLED_SHOWN']['delete'](_0x670d9e);}catch(_0x1283eb){logger[_0x2d4c7c(0x193)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x1283eb[_0x2d4c7c(0x26c)]||_0x1283eb[_0x2d4c7c(0x31c)]));}}async[a106_0x31b098(0x3b8)](_0x341226,_0x35abc8){const _0x4dc064=a106_0x31b098,_0x51260c={};_0x51260c['UVrSS']=function(_0x318a85,_0x125b22){return _0x318a85===_0x125b22;},_0x51260c[_0x4dc064(0x1f2)]=_0x4dc064(0x1e1),_0x51260c[_0x4dc064(0x251)]=_0x4dc064(0x231),_0x51260c[_0x4dc064(0x390)]=_0x4dc064(0x217),_0x51260c['bKioZ']=function(_0x20b7ae,_0x242f6c){return _0x20b7ae===_0x242f6c;},_0x51260c[_0x4dc064(0x2ba)]=_0x4dc064(0x2db),_0x51260c[_0x4dc064(0x31a)]=_0x4dc064(0x1f7),_0x51260c[_0x4dc064(0x27e)]=_0x4dc064(0x2bc),_0x51260c[_0x4dc064(0x32e)]='unknown',_0x51260c[_0x4dc064(0x187)]=_0x4dc064(0x25e),_0x51260c[_0x4dc064(0x1e3)]=_0x4dc064(0x350),_0x51260c[_0x4dc064(0x18b)]=function(_0x27244a,_0x549bc7){return _0x27244a===_0x549bc7;},_0x51260c['FjJyz']=function(_0x376f1c,_0x137dd2){return _0x376f1c||_0x137dd2;},_0x51260c[_0x4dc064(0x16d)]=function(_0xa8d54e,_0x221dfb){return _0xa8d54e||_0x221dfb;},_0x51260c[_0x4dc064(0x32a)]=function(_0x993fd4,_0x5ca31c){return _0x993fd4||_0x5ca31c;},_0x51260c[_0x4dc064(0x376)]=_0x4dc064(0x264),_0x51260c[_0x4dc064(0x1e5)]=_0x4dc064(0x369),_0x51260c[_0x4dc064(0x1e8)]=_0x4dc064(0x2a6);const _0xe49e47=_0x51260c;try{const _0x3e94f8=_0x35abc8[_0x4dc064(0x1ab)]||(_0xe49e47[_0x4dc064(0x20f)](this[_0x4dc064(0x291)]?.[_0x4dc064(0x391)]?.[_0x4dc064(0x322)](),_0xe49e47[_0x4dc064(0x251)])?_0xe49e47[_0x4dc064(0x251)]:_0xe49e47[_0x4dc064(0x390)]);let _0x4e9225='',_0x3ea6ae=null,_0x5986ca=null;if(_0xe49e47[_0x4dc064(0x244)](_0x3e94f8,_0xe49e47[_0x4dc064(0x251)])){_0x3ea6ae=_0x35abc8[_0x4dc064(0x219)]?.['testAnalyticsId']||_0x35abc8[_0x4dc064(0x219)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x3ea6ae){logger[_0x4dc064(0x359)](_0xe49e47['nUyXM']);return;}try{const _0x193ed4=await GrpcClient['getInstance']()[_0x4dc064(0x210)](process[_0x4dc064(0x306)][_0x4dc064(0x241)],_0xe49e47['iJDks'],_0xe49e47[_0x4dc064(0x27e)],_0x3ea6ae),_0x245788=AccessibilityModule[_0x4dc064(0x258)](null,_0x193ed4);_0x4e9225=_0x245788?.[_0x4dc064(0x1eb)]||'',logger[_0x4dc064(0x353)](_0x4dc064(0x274)+_0x4e9225+_0x4dc064(0x339)+_0x3ea6ae),_0x5986ca=_0x193ed4;}catch(_0x2a0d66){logger[_0x4dc064(0x193)](_0x4dc064(0x2eb)+_0x2a0d66[_0x4dc064(0x31c)]);return;}}else{const _0x510f38=this['getTestId'](_0x35abc8);_0x4e9225=TestInfo[_0x4dc064(0x1f3)](_0x510f38);}const _0x37b659=((()=>{const _0x31ada9=_0x4dc064,_0x1903fa=(this[_0x31ada9(0x2ff)]?.[_0x31ada9(0x381)]?.[_0x31ada9(0x2e0)]||[])[_0x31ada9(0x331)](_0x140d38=>(typeof _0x140d38['getName']===_0x31ada9(0x1e1)?_0x140d38[_0x31ada9(0x1a8)]():_0x140d38[_0x31ada9(0x391)])===this['KEY_TESTHUB_BUILD_ID']);return _0x1903fa?_0xe49e47[_0x31ada9(0x20f)](typeof _0x1903fa[_0x31ada9(0x2ed)],_0xe49e47[_0x31ada9(0x1f2)])?_0x1903fa[_0x31ada9(0x2ed)]():_0x1903fa[_0x31ada9(0x22f)]:'';})()),_0x52603e=process[_0x4dc064(0x306)][_0x4dc064(0x257)]||'';logger[_0x4dc064(0x353)](_0x4dc064(0x1c5)+(_0x341226?.[_0x4dc064(0x18d)]?.()||_0xe49e47[_0x4dc064(0x32e)])+_0x4dc064(0x1d6)+_0x4e9225+_0x4dc064(0x28d)+_0x37b659+_0x4dc064(0x361)+(_0x52603e?_0xe49e47['yljeU']:_0xe49e47['YZnQA']));let _0xc5ebe5;if(_0xe49e47[_0x4dc064(0x18b)](_0x3e94f8,_0xe49e47['JvOSu']))_0xc5ebe5=AccessibilityModule[_0x4dc064(0x258)](_0x4e9225,_0x5986ca);else{const _0x24b412=await GrpcClient['getInstance']()[_0x4dc064(0x210)](process[_0x4dc064(0x306)][_0x4dc064(0x241)],_0xe49e47[_0x4dc064(0x31a)],_0xe49e47[_0x4dc064(0x27e)]);_0xc5ebe5=AccessibilityModule[_0x4dc064(0x258)](_0x4e9225,_0x24b412);}logger[_0x4dc064(0x353)](_0x4dc064(0x182)+JSON[_0x4dc064(0x22d)](_0xc5ebe5));const _0x354e96=Object['assign']({},{'thTestRunUuid':_0xe49e47['FjJyz'](_0x4e9225,''),'thBuildUuid':_0xe49e47[_0x4dc064(0x16d)](_0x37b659,''),'thJwtToken':_0xe49e47[_0x4dc064(0x32a)](_0x52603e,'')},_0xc5ebe5);!this[_0x4dc064(0x3a1)]&&this['isMobileWebSession']()&&(_0x354e96[_0x4dc064(0x215)]=!![],logger[_0x4dc064(0x353)](_0xe49e47[_0x4dc064(0x376)]));logger[_0x4dc064(0x353)](_0x4dc064(0x3b2)+_0x4e9225+',\x20isAppAccessibility='+this['isAppAccessibility']);let _0x403492=global['__workerDetails']?.[_0x4dc064(0x38a)]||null;!_0x403492&&(_0x403492=AutomationFramework[_0x4dc064(0x1d1)](_0x341226,_0xe49e47[_0x4dc064(0x1e5)],null)),!_0x403492&&(_0x403492=AutomationFramework['getState'](_0x341226,_0xe49e47[_0x4dc064(0x1e8)],null)),await this[_0x4dc064(0x352)](this[_0x4dc064(0x337)](),_0x4e9225,_0x403492,_0x354e96,this[_0x4dc064(0x3a1)]);}catch(_0x2036f3){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0x2036f3[_0x4dc064(0x26c)]||_0x2036f3[_0x4dc064(0x31c)]));}}async[a106_0x31b098(0x352)](_0x55b4fb,_0xa7ab32,_0xf8970b,_0x2a8fab,_0x5c5d55){const _0x2800db=a106_0x31b098,_0x8f9808={};_0x8f9808['FZOHt']=_0x2800db(0x2bc),_0x8f9808[_0x2800db(0x2b3)]=function(_0x4562b6,_0x4f5478){return _0x4562b6&&_0x4f5478;},_0x8f9808[_0x2800db(0x300)]=_0x2800db(0x323),_0x8f9808['Stkia']=function(_0x263419,_0x51996c){return _0x263419===_0x51996c;},_0x8f9808[_0x2800db(0x23d)]=_0x2800db(0x350),_0x8f9808[_0x2800db(0x33e)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x8f9808[_0x2800db(0x284)]=_0x2800db(0x3ca),_0x8f9808[_0x2800db(0x2df)]=_0x2800db(0x30e),_0x8f9808[_0x2800db(0x3b6)]=_0x2800db(0x268),_0x8f9808['hkkUl']=_0x2800db(0x3cd),_0x8f9808[_0x2800db(0x307)]='a11y:save-results',_0x8f9808['HcFdj']='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x567bbe=_0x8f9808;try{const _0x4d6c95=this[_0x2800db(0x252)](_0x567bbe[_0x2800db(0x39a)]);if(_0x567bbe[_0x2800db(0x2b3)](!_0x5c5d55,!_0x4d6c95)){logger[_0x2800db(0x353)](_0x567bbe[_0x2800db(0x300)]);return;}if(!_0xa7ab32||_0x567bbe[_0x2800db(0x17d)](_0xa7ab32,_0x567bbe[_0x2800db(0x23d)])||_0x567bbe[_0x2800db(0x17d)](_0xa7ab32,'')){logger['debug'](_0x567bbe[_0x2800db(0x33e)]);return;}logger[_0x2800db(0x353)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON[_0x2800db(0x22d)](_0x2a8fab)),_0x55b4fb&&(logger[_0x2800db(0x353)](_0x567bbe[_0x2800db(0x284)]),await this[_0x2800db(0x2f6)](_0xf8970b,_0xa7ab32,_0x567bbe[_0x2800db(0x2df)],_0x2a8fab,_0x5c5d55,_0x567bbe[_0x2800db(0x3b6)]),_0x567bbe['JvEkC'](!_0x5c5d55,_0x4d6c95)&&(logger[_0x2800db(0x353)](_0x567bbe[_0x2800db(0x228)]),await PerformanceTester[_0x2800db(0x30f)](_0x567bbe[_0x2800db(0x307)],async()=>{const _0x1ac248=_0x2800db;await this[_0x1ac248(0x2f6)](_0xf8970b,_0xa7ab32,_0x567bbe[_0x1ac248(0x39a)],_0x2a8fab,_0x5c5d55,_0x567bbe[_0x1ac248(0x39a)]);})()),logger[_0x2800db(0x198)](_0x567bbe['HcFdj']));}catch(_0x4fbab0){logger['error'](_0x2800db(0x1d9)+(_0x4fbab0[_0x2800db(0x26c)]||_0x4fbab0[_0x2800db(0x31c)]));}}async['onBeforeExecute'](_0x581b9a){const _0x518276=a106_0x31b098,_0x449182={};_0x449182['tVoHS']=function(_0x505e55,_0x2e89ab){return _0x505e55!==_0x2e89ab;},_0x449182[_0x518276(0x26a)]=_0x518276(0x217),_0x449182[_0x518276(0x343)]=function(_0x379c22,_0x1a752f){return _0x379c22!==_0x1a752f;},_0x449182[_0x518276(0x29b)]='jest',_0x449182[_0x518276(0x1bd)]=_0x518276(0x2c9),_0x449182[_0x518276(0x265)]='unknown',_0x449182[_0x518276(0x2a9)]=_0x518276(0x2c5),_0x449182[_0x518276(0x285)]=function(_0x46848c,_0x4bd0e8){return _0x46848c&&_0x4bd0e8;},_0x449182[_0x518276(0x1b3)]=function(_0x158eb9,_0xe1ca2d){return _0x158eb9===_0xe1ca2d;},_0x449182[_0x518276(0x2d3)]=_0x518276(0x23f),_0x449182[_0x518276(0x1ed)]=_0x518276(0x1f7),_0x449182[_0x518276(0x31b)]=_0x518276(0x3b4),_0x449182[_0x518276(0x25a)]=function(_0x33e062,_0x118aa0){return _0x33e062===_0x118aa0;},_0x449182[_0x518276(0x348)]=_0x518276(0x1fe),_0x449182['jpXJt']=_0x518276(0x32f),_0x449182[_0x518276(0x19f)]=function(_0x189486,_0x1cd67b){return _0x189486===_0x1cd67b;},_0x449182['awYMk']=_0x518276(0x268),_0x449182[_0x518276(0x3ad)]='null';const _0x34450b=_0x449182;if(_0x34450b[_0x518276(0x286)](_0x581b9a['testFramework'],_0x34450b[_0x518276(0x26a)])&&_0x34450b[_0x518276(0x343)](_0x581b9a[_0x518276(0x1ab)],_0x34450b[_0x518276(0x29b)])&&_0x34450b['tVmzo'](_0x581b9a[_0x518276(0x1ab)],_0x34450b['yBomx'])&&_0x34450b[_0x518276(0x343)](_0x581b9a['testFramework'],FRAMEWORKS[_0x518276(0x33d)])){logger[_0x518276(0x353)]('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x581b9a[_0x518276(0x1ab)]+')');return;}logger[_0x518276(0x353)](_0x518276(0x2b9)+(_0x581b9a[_0x518276(0x202)]||_0x34450b[_0x518276(0x265)])+_0x518276(0x1c1)+_0x581b9a['testFramework']);try{const _0xf1a508=_0x581b9a[_0x518276(0x3cc)]||AutomationFramework[_0x518276(0x399)](),_0x3afe57=TestFramework[_0x518276(0x399)](),_0x3a4a97=_0x581b9a[_0x518276(0x202)]||_0x581b9a['command']?.['getName']();if(!_0x3a4a97){logger[_0x518276(0x353)](_0x34450b[_0x518276(0x2a9)]);return;}if(!this[_0x518276(0x337)]()){logger[_0x518276(0x353)](_0x518276(0x250)+_0x3a4a97);return;}if(!this[_0x518276(0x2c8)](_0x3a4a97)){logger['debug'](_0x518276(0x2e4)+_0x3a4a97+_0x518276(0x303));return;}const _0x102874=_0x581b9a[_0x518276(0x19b)]||global[_0x518276(0x2be)]?.['pwPage'],_0x53144e=_0x581b9a[_0x518276(0x2c6)]||null;if(_0x34450b['BAZlz'](!_0x102874,!_0x53144e)){logger['debug']('onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20'+_0x3a4a97);return;}let _0x24b860='',_0x342e2f=null;if(_0x34450b[_0x518276(0x1b3)](_0x581b9a[_0x518276(0x1ab)],_0x34450b[_0x518276(0x29b)])){_0x342e2f=_0x581b9a[_0x518276(0x219)]?.[_0x518276(0x3ac)]||_0x581b9a[_0x518276(0x219)]?.['id']||global[_0x518276(0x3a6)];if(!_0x342e2f){logger[_0x518276(0x359)](_0x34450b[_0x518276(0x2d3)]);return;}try{const _0x372e5b=await GrpcClient[_0x518276(0x25b)]()['fetchDriverExecuteParamsEvent'](process[_0x518276(0x306)][_0x518276(0x241)],_0x34450b[_0x518276(0x1ed)],_0x34450b[_0x518276(0x31b)],_0x342e2f),_0x380127=AccessibilityModule[_0x518276(0x258)](null,_0x372e5b);_0x24b860=_0x380127?.[_0x518276(0x1eb)]||'',logger[_0x518276(0x353)](_0x518276(0x1c2)+_0x24b860+_0x518276(0x339)+_0x342e2f);}catch(_0x3406d5){logger['error'](_0x518276(0x233)+_0x3406d5[_0x518276(0x31c)]);return;}}else _0x34450b[_0x518276(0x25a)](_0x581b9a['testFramework'],FRAMEWORKS[_0x518276(0x33d)])?_0x24b860=_0x581b9a[_0x518276(0x2e3)]||'':(_0x24b860=this[_0x518276(0x232)](_0x34450b[_0x518276(0x348)])||'',!_0x24b860&&this[_0x518276(0x2c0)]()&&(_0x24b860=accessibilityHelper['resolveMobileThTestRunUuid']()));const _0x39f150=this[_0x518276(0x232)](_0x34450b[_0x518276(0x333)])||this[_0x518276(0x2ff)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5e3872=process['env'][_0x518276(0x257)]||'',_0x392148=this['getParamsForScanForCli'](_0x3a4a97,_0x24b860,_0x39f150,_0x5e3872),_0x7b9791=_0x34450b[_0x518276(0x19f)](_0x581b9a[_0x518276(0x1ab)],_0x34450b[_0x518276(0x29b)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x34450b[_0x518276(0x261)],_0x24b860,_0x342e2f):await AccessibilityModule[_0x518276(0x2b8)](_0x34450b['awYMk'],_0x24b860);logger['info'](_0x518276(0x1d2)+(_0x392148?JSON[_0x518276(0x22d)](_0x392148):_0x34450b['mxqyG']));let _0xeb6b52=CLIUtils['mergeObject'](_0x392148,_0x7b9791);if(this[_0x518276(0x3a1)]){const _0x476770=process['env'][_0x518276(0x273)]||'';_0xeb6b52[_0x518276(0x2a1)]&&(_0xeb6b52['centralAuthHeader']=_0xeb6b52['centralAuthToken'],delete _0xeb6b52[_0x518276(0x2a1)]),_0xeb6b52=Object[_0x518276(0x297)]({},_0xeb6b52,{'authHeader':_0xeb6b52[_0x518276(0x3b1)]||_0x476770,'method':_0x3a4a97,'scanTimestamp':Date[_0x518276(0x1d5)]()[_0x518276(0x304)]()});}logger[_0x518276(0x198)](_0x518276(0x25c)+(_0xeb6b52?JSON[_0x518276(0x22d)](_0xeb6b52):_0x34450b[_0x518276(0x3ad)])),logger['debug'](_0x518276(0x227)+_0x3a4a97);const _0x34b4d9=this[_0x518276(0x3a1)]?_0x53144e:_0x102874,_0x3d066b=await this['performScanForCli'](_0x34b4d9,_0x24b860,_0x3a4a97,_0xeb6b52,this['isAppAccessibility']);logger[_0x518276(0x353)](_0x518276(0x30a)+_0x3a4a97+',\x20\x0a\x20'+JSON[_0x518276(0x22d)](_0x3d066b));}catch(_0x4ddd2d){logger[_0x518276(0x193)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x4ddd2d['stack']||_0x4ddd2d['message']));}}[a106_0x31b098(0x2e1)](){const _0x184bf6=a106_0x31b098;return this[_0x184bf6(0x337)]();}[a106_0x31b098(0x2dd)](_0x66d9a){const _0x15a9e2=a106_0x31b098,_0x2eb417=CLIUtils[_0x15a9e2(0x2e7)]();this[_0x15a9e2(0x1f7)][_0x15a9e2(0x293)](_0x2eb417,_0x66d9a);}async[a106_0x31b098(0x31f)](_0x3c7d89){const _0x41848d=a106_0x31b098,_0x4d70e9={};_0x4d70e9[_0x41848d(0x21c)]=_0x41848d(0x1dd);const _0x313d65=_0x4d70e9;try{const _0x185331=_0x3c7d89['instance']||AutomationFramework[_0x41848d(0x399)](),_0x51b19f=_0x185331?.[_0x41848d(0x1f8)]?.()?.[_0x41848d(0x246)]?.(this[_0x41848d(0x370)])||![];if(_0x51b19f)return;PerformanceTester[_0x41848d(0x317)](EVENTS[_0x41848d(0x1b9)]);const _0xd44304=await GrpcClient[_0x41848d(0x25b)]()['getAccessibilityConfig'](_0x3c7d89);_0xd44304&&_0xd44304[_0x41848d(0x3d0)]&&_0xd44304[_0x41848d(0x3d0)]()&&_0xd44304[_0x41848d(0x3d0)]()[_0x41848d(0x29f)]()?(await this[_0x41848d(0x3b7)](_0xd44304,_0x3c7d89),_0x185331?.[_0x41848d(0x1f8)]&&_0x185331[_0x41848d(0x1f8)]()['set'](this['KEY_INIT'],!![]),logger[_0x41848d(0x353)](_0x41848d(0x1c5)+(_0x185331?.[_0x41848d(0x18d)]?.()||_0x313d65[_0x41848d(0x21c)])+_0x41848d(0x1c6))):logger[_0x41848d(0x353)](_0x41848d(0x1c5)+(_0x185331?.[_0x41848d(0x18d)]?.()||_0x313d65[_0x41848d(0x21c)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester['end'](EVENTS[_0x41848d(0x1b9)]);}catch(_0xc72176){PerformanceTester[_0x41848d(0x255)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0xc72176['message']),logger[_0x41848d(0x193)](_0x41848d(0x1d0)+(_0xc72176[_0x41848d(0x26c)]||_0xc72176[_0x41848d(0x31c)]));}}async[a106_0x31b098(0x3b7)](_0x9a4063,_0x3a3cbd){const _0x244823=a106_0x31b098;await this[_0x244823(0x34b)](_0x9a4063,_0x3a3cbd);const _0x2d5cad=_0x9a4063['getAccessibility']()['getOptions']();if(_0x2d5cad){const _0x1cb178=_0x9a4063[_0x244823(0x260)]&&_0x9a4063[_0x244823(0x260)]();_0x1cb178&&(this[_0x244823(0x2ff)][this[_0x244823(0x365)]]=_0x1cb178[_0x244823(0x2f5)]&&_0x1cb178[_0x244823(0x2f5)]());}}['shouldScanForCommand'](_0x37defb){const _0xadf95b=a106_0x31b098,_0x4f1573={};_0x4f1573[_0xadf95b(0x1e6)]=function(_0x500580,_0x2a5f84){return _0x500580===_0x2a5f84;};const _0x31cf12=_0x4f1573;try{if(!_0x37defb)return![];const _0xf99ba7=this[_0xadf95b(0x2ff)]?.['options']?.[_0xadf95b(0x344)]?.[_0xadf95b(0x289)]||[],_0x556174=_0xf99ba7[_0xadf95b(0x1a3)](_0x2b1df4=>{const _0x4f39bf=_0xadf95b;return _0x2b1df4[_0x4f39bf(0x391)]&&_0x31cf12[_0x4f39bf(0x1e6)](_0x2b1df4[_0x4f39bf(0x391)]['toLowerCase'](),_0x37defb[_0x4f39bf(0x322)]());});return logger['debug'](_0xadf95b(0x20b)+_0x37defb+'\x20->\x20'+_0x556174+_0xadf95b(0x23a)+JSON[_0xadf95b(0x22d)](_0xf99ba7['map'](_0x16cecb=>_0x16cecb[_0xadf95b(0x391)]))),_0x556174;}catch(_0x42c9a3){return logger[_0xadf95b(0x353)](_0xadf95b(0x1df)+_0x42c9a3[_0xadf95b(0x31c)]),![];}}['isBrowserstackScriptCommand'](_0x481124){const _0x2bd058=a106_0x31b098,_0x1e3d06={};_0x1e3d06[_0x2bd058(0x230)]=function(_0x5ab3ac,_0x3ce633){return _0x5ab3ac===_0x3ce633;},_0x1e3d06[_0x2bd058(0x279)]='string',_0x1e3d06[_0x2bd058(0x2e8)]=_0x2bd058(0x238);const _0xa31ecd=_0x1e3d06,_0x16f03e=_0x481124[_0x2bd058(0x375)]&&_0x481124[_0x2bd058(0x375)]();return _0x16f03e&&_0xa31ecd['xnKFN'](typeof _0x16f03e,_0xa31ecd[_0x2bd058(0x279)])&&_0x16f03e[_0x2bd058(0x316)](_0xa31ecd[_0x2bd058(0x2e8)]);}[a106_0x31b098(0x38d)](_0x4c44ab){const _0xcebf7c=a106_0x31b098,_0x40ef36={};_0x40ef36[_0xcebf7c(0x213)]=function(_0x54286c,_0x148f65){return _0x54286c!==_0x148f65;},_0x40ef36[_0xcebf7c(0x30b)]=_0xcebf7c(0x1cb),_0x40ef36[_0xcebf7c(0x278)]=_0xcebf7c(0x1f7),_0x40ef36['WZPSy']=_0xcebf7c(0x3b4),_0x40ef36[_0xcebf7c(0x37c)]=_0xcebf7c(0x1d7),_0x40ef36[_0xcebf7c(0x2ec)]=_0xcebf7c(0x371);const _0x5ad2eb=_0x40ef36,_0xaa4eaa=_0x4c44ab[_0xcebf7c(0x375)]&&_0x4c44ab[_0xcebf7c(0x375)]();if(!_0xaa4eaa||_0x5ad2eb[_0xcebf7c(0x213)](typeof _0xaa4eaa,_0x5ad2eb['ulnMT']))return![];return _0xaa4eaa[_0xcebf7c(0x316)](_0x5ad2eb[_0xcebf7c(0x278)])||_0xaa4eaa['includes'](_0x5ad2eb['WZPSy'])||_0xaa4eaa[_0xcebf7c(0x316)](_0x5ad2eb[_0xcebf7c(0x37c)])||_0xaa4eaa[_0xcebf7c(0x316)](_0x5ad2eb['slwNb']);}[a106_0x31b098(0x2c0)](){const _0x105e1b=a106_0x31b098,_0xa92bf9={'kmyWB':function(_0x5b2ef5,_0x2aa637){return _0x5b2ef5===_0x2aa637;},'CBbaC':_0x105e1b(0x1e1),'cAbTr':function(_0x550ff8,_0xc15681){return _0x550ff8(_0xc15681);},'eeLed':_0x105e1b(0x24e),'nIaMw':function(_0x6949a1,_0x505375){return _0x6949a1(_0x505375);},'HqaTh':_0x105e1b(0x2fa),'eoFnU':function(_0x405f92,_0x5e250f){return _0x405f92===_0x5e250f;},'zyCKp':function(_0x394d04,_0x3948c1){return _0x394d04(_0x3948c1);},'uvoqV':_0x105e1b(0x224),'uOVCp':function(_0x24d107,_0x108950){return _0x24d107(_0x108950);},'plVTB':'chrome'};try{const _0xf06ac9=this[_0x105e1b(0x2ff)]?.['options']?.[_0x105e1b(0x2e0)]||[],_0x10af5e=_0x19e7f2=>{const _0x3bf98b=_0x105e1b,_0x849d6d=_0xf06ac9[_0x3bf98b(0x331)](_0x5cae49=>(typeof _0x5cae49[_0x3bf98b(0x1a8)]==='function'?_0x5cae49[_0x3bf98b(0x1a8)]():_0x5cae49['name'])===_0x19e7f2);return _0x849d6d?_0xa92bf9[_0x3bf98b(0x290)](typeof _0x849d6d[_0x3bf98b(0x2ed)],_0xa92bf9[_0x3bf98b(0x2ae)])?_0x849d6d[_0x3bf98b(0x2ed)]():_0x849d6d[_0x3bf98b(0x22f)]:null;},_0x2d1ef5=_0xa92bf9[_0x105e1b(0x397)](_0x10af5e,_0xa92bf9[_0x105e1b(0x282)]),_0x14901f=_0xa92bf9[_0x105e1b(0x302)](_0x10af5e,_0xa92bf9[_0x105e1b(0x2b2)]),_0x2db88b=global[_0x105e1b(0x1cc)]||_0x2d1ef5&&_0xa92bf9[_0x105e1b(0x35c)](_0xa92bf9[_0x105e1b(0x23c)](String,_0x2d1ef5)[_0x105e1b(0x322)](),_0xa92bf9[_0x105e1b(0x16f)])&&_0x14901f&&_0xa92bf9[_0x105e1b(0x1c9)](String,_0x14901f)[_0x105e1b(0x322)]()[_0x105e1b(0x316)](_0xa92bf9['plVTB']);if(!_0x2db88b)return![];if(!accessibilityHelper[_0x105e1b(0x362)]())return!this['_mobileScanningDisabledLogged']&&(logger[_0x105e1b(0x359)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x15ce3f){return logger[_0x105e1b(0x353)](_0x105e1b(0x373)+_0x15ce3f[_0x105e1b(0x31c)]),![];}}[a106_0x31b098(0x329)](_0x218423,_0x431185,_0x14fef2,_0x33c057){const _0x1bb367=a106_0x31b098,_0x27de66={};_0x27de66['qgokS']=function(_0x4643d5,_0xa0d53b){return _0x4643d5||_0xa0d53b;},_0x27de66['shAsu']=function(_0x1c0b8b,_0x3c090f){return _0x1c0b8b&&_0x3c090f;},_0x27de66[_0x1bb367(0x32c)]=function(_0x173cf9,_0x38b882){return _0x173cf9||_0x38b882;},_0x27de66[_0x1bb367(0x16e)]=function(_0x2fb4f9,_0x278700){return _0x2fb4f9||_0x278700;},_0x27de66[_0x1bb367(0x38b)]=_0x1bb367(0x237);const _0x1434b8=_0x27de66;let _0xa764b7=_0x1434b8[_0x1bb367(0x242)](_0x431185,'');const _0x511a6c=!this[_0x1bb367(0x3a1)]&&this[_0x1bb367(0x2c0)]();_0x1434b8[_0x1bb367(0x1cf)](_0x511a6c,!_0xa764b7)&&(_0xa764b7=accessibilityHelper[_0x1bb367(0x1bb)]());const _0xd80553={'command':_0x218423,'thTestRunUuid':_0xa764b7,'thBuildUuid':_0x1434b8[_0x1bb367(0x32c)](_0x14fef2,''),'thJwtToken':_0x1434b8[_0x1bb367(0x16e)](_0x33c057,''),'timestamp':new Date()[_0x1bb367(0x385)]()};return _0x511a6c&&(_0xd80553[_0x1bb367(0x215)]=!![],logger['debug'](_0x1434b8[_0x1bb367(0x38b)])),_0xd80553;}[a106_0x31b098(0x252)](_0x4c7232){const _0xa53e0b=a106_0x31b098,_0x8ed2ac={};_0x8ed2ac[_0xa53e0b(0x3cb)]=function(_0x23a539,_0xbbbcc5){return _0x23a539||_0xbbbcc5;};const _0x30bd32=_0x8ed2ac;try{const _0x59455=this['accessibilityConfig']?.[_0xa53e0b(0x381)]?.[_0xa53e0b(0x222)]||[],_0x106c68=_0x59455[_0xa53e0b(0x331)](_0xa44b0c=>_0xa44b0c[_0xa53e0b(0x391)]===_0x4c7232);return _0x30bd32[_0xa53e0b(0x3cb)](_0x106c68,null);}catch(_0x2261f0){return logger[_0xa53e0b(0x353)](_0xa53e0b(0x1a2)+_0x4c7232+':\x20'+_0x2261f0[_0xa53e0b(0x31c)]),null;}}async[a106_0x31b098(0x235)](_0x3b1914,_0x105466,_0x537180=null){const _0x54967d=a106_0x31b098,_0x2cd8e2={'iUaXC':function(_0x270dec,_0x467c0d){return _0x270dec(_0x467c0d);},'BXJoJ':_0x54967d(0x2a5)};try{if(!_0x3b1914)return logger[_0x54967d(0x353)](_0x54967d(0x2de)+_0x105466),null;const _0x286143=this[_0x54967d(0x252)](_0x105466);if(!_0x286143||!_0x286143[_0x54967d(0x328)])return logger[_0x54967d(0x353)]('executeScriptByName:\x20No\x20'+_0x105466+_0x54967d(0x1f5)),null;logger[_0x54967d(0x353)](_0x54967d(0x311)+_0x105466+_0x54967d(0x367));const _0x11043d=_0x2cd8e2[_0x54967d(0x1ac)](require,_0x2cd8e2[_0x54967d(0x29e)]),_0x39bb10=_0x537180?await _0x11043d[_0x54967d(0x358)](_0x3b1914,_0x286143[_0x54967d(0x328)],_0x537180):await _0x11043d[_0x54967d(0x358)](_0x3b1914,_0x286143[_0x54967d(0x328)]);return _0x39bb10;}catch(_0x20eb40){return logger[_0x54967d(0x193)](_0x54967d(0x2b0)+_0x105466+':\x20'+(_0x20eb40[_0x54967d(0x26c)]||_0x20eb40['message'])),null;}}async[a106_0x31b098(0x2f6)](_0x574a2b,_0x47f6cb,_0x402e1e,_0x3026f0,_0x2f9f91,_0x43feb4=a106_0x31b098(0x268)){const _0x5e4d23=a106_0x31b098,_0x340058={'ssPnG':function(_0x5bda3f,_0x309179){return _0x5bda3f===_0x309179;},'WMNGn':'scan','jjYRu':function(_0x4a56a2,_0x22aaa9){return _0x4a56a2(_0x22aaa9);},'nUaqT':_0x5e4d23(0x2a5)};try{logger[_0x5e4d23(0x353)](_0x5e4d23(0x270)+_0x402e1e+_0x5e4d23(0x1de)+_0x43feb4+_0x5e4d23(0x27b)+_0x2f9f91);const _0x4c62f2=this[_0x5e4d23(0x252)](_0x43feb4);if(!_0x4c62f2||!_0x4c62f2[_0x5e4d23(0x328)]){logger[_0x5e4d23(0x353)](_0x5e4d23(0x308)+_0x43feb4+_0x5e4d23(0x1cd));return;}if(_0x2f9f91){if(_0x574a2b[BSTACK_SCAN_IN_PROGRESS]){logger[_0x5e4d23(0x353)](_0x5e4d23(0x39e)+_0x402e1e);return;}return await PerformanceTester[_0x5e4d23(0x30f)](PerformanceA11yEvents[_0x5e4d23(0x2e2)],async()=>{const _0x1a8a83=_0x5e4d23;let _0x130de8=_0x4c62f2[_0x1a8a83(0x328)];_0x130de8[_0x1a8a83(0x316)]('%s')&&(_0x130de8=_0x130de8[_0x1a8a83(0x19d)]('%s',JSON[_0x1a8a83(0x22d)](_0x3026f0)));logger['debug']('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0x402e1e),_0x574a2b[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0xecfac0=await _0x574a2b[_0x1a8a83(0x199)](_0x130de8);return logger[_0x1a8a83(0x198)]('[App-A11y]\x20Scan\x20result\x20for\x20'+_0x402e1e+':\x20'+util[_0x1a8a83(0x2dc)](_0xecfac0)),_0xecfac0;}finally{_0x574a2b[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x402e1e})();}if(_0x340058[_0x5e4d23(0x1c3)](_0x43feb4,_0x340058[_0x5e4d23(0x283)])){const _0x5a9080=_0x340058[_0x5e4d23(0x1b1)](require,_0x340058['nUaqT']),_0x14b1e3={};_0x14b1e3[_0x5e4d23(0x328)]=_0x402e1e;const _0xc287a=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5e4d23(0x2e2)],async()=>{const _0x46786a=_0x5e4d23;return await _0x5a9080[_0x46786a(0x358)](_0x574a2b,_0x4c62f2[_0x46786a(0x328)],_0x3026f0);},_0x14b1e3)();return logger[_0x5e4d23(0x198)](_0x5e4d23(0x3b9)+_0x43feb4+'\x20result\x20for\x20'+_0x402e1e+':\x20'+util[_0x5e4d23(0x2dc)](_0xc287a)),_0xc287a;}const _0x931a64=_0x340058['jjYRu'](require,_0x340058[_0x5e4d23(0x37a)]),_0x181c41=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5e4d23(0x16c)],async()=>{const _0x54c199=_0x5e4d23;return await _0x931a64[_0x54c199(0x358)](_0x574a2b,_0x4c62f2[_0x54c199(0x328)],_0x3026f0);})();return logger[_0x5e4d23(0x198)](_0x5e4d23(0x3b9)+_0x43feb4+_0x5e4d23(0x18e)+_0x402e1e+':\x20'+util['format'](_0x181c41)),_0x181c41;}catch(_0x82af83){logger[_0x5e4d23(0x193)](_0x5e4d23(0x2f8)+_0x43feb4+':\x20'+(_0x82af83[_0x5e4d23(0x26c)]||_0x82af83['message']));}}async[a106_0x31b098(0x1ad)](_0x3402f8){const _0x5b243a=a106_0x31b098,_0x517bb0={'lFjVZ':function(_0x3ba561,_0x4754d0){return _0x3ba561(_0x4754d0);},'dmELv':_0x5b243a(0x31d)};try{const _0xeb6ffc=_0x517bb0[_0x5b243a(0x1b0)](require,_0x517bb0[_0x5b243a(0x178)]);return await _0xeb6ffc[_0x5b243a(0x3d3)](_0x3402f8);}catch(_0x9eb63a){return logger[_0x5b243a(0x193)](_0x5b243a(0x211)+(_0x9eb63a[_0x5b243a(0x26c)]||_0x9eb63a[_0x5b243a(0x31c)])),![];}}['processAccessibilityCaps'](_0x15c61c,_0x23dac0,_0x2d13ab){const _0x1bf928=a106_0x31b098,_0x3f0176={'efqBC':function(_0x1beccc,_0x3dcb3b){return _0x1beccc(_0x3dcb3b);},'DIZwI':_0x1bf928(0x2a5),'pgwmm':_0x1bf928(0x1c8),'IhrDE':_0x1bf928(0x378)};try{const _0x119490=_0x3f0176['efqBC'](require,_0x3f0176['DIZwI']);_0x119490['processAccessibilityCaps'](_0x15c61c,_0x23dac0,_0x2d13ab);const _0xd56f65=JSON[_0x1bf928(0x22d)](_0x15c61c)['replace'](/"browserstack\.user":"[^"]*"/g,_0x3f0176[_0x1bf928(0x355)])[_0x1bf928(0x19d)](/"browserstack\.key":"[^"]*"/g,_0x3f0176[_0x1bf928(0x334)]);logger['debug']('Processed\x20accessibility\x20caps\x20'+global[_0x1bf928(0x204)]+'\x20'+_0xd56f65);}catch(_0x4b082a){logger['error'](_0x1bf928(0x23e)+(_0x4b082a[_0x1bf928(0x26c)]||_0x4b082a[_0x1bf928(0x31c)]));}}async[a106_0x31b098(0x1b4)]({fetchFn:_0x15e092,isNonEmpty:_0x1ced47,resultDetail:_0x4b159f,totalMs:_0x46b89c,intervalMs:_0x37df87,name:_0x3cb9c2}){const _0x5e6a90=a106_0x31b098,_0x2ae2de={'amZHr':function(_0xed2394,_0x1aa306){return _0xed2394+_0x1aa306;},'avDZi':function(_0x1d8ddc,_0x1cfab8){return _0x1d8ddc<_0x1cfab8;},'eTgAq':function(_0x41787b){return _0x41787b();},'eNPRK':function(_0x26b75f,_0x348db5){return _0x26b75f(_0x348db5);},'BAoGf':function(_0x1ef69a,_0x297f0b){return _0x1ef69a(_0x297f0b);},'lKczO':function(_0x3db046,_0x5e30a0){return _0x3db046>=_0x5e30a0;},'dzrod':function(_0x5b6964,_0xeac58e){return _0x5b6964+_0xeac58e;},'KrjND':function(_0xa9a106,_0x15f253){return _0xa9a106-_0x15f253;}},_0x26f6b2=Date[_0x5e6a90(0x1d5)](),_0xba7dfb=_0x2ae2de[_0x5e6a90(0x2d6)](_0x26f6b2,_0x46b89c);let _0x5efd56=0x0,_0x93b233=null,_0x397848=![];while(_0x2ae2de[_0x5e6a90(0x281)](Date[_0x5e6a90(0x1d5)](),_0xba7dfb)){_0x5efd56++,_0x93b233=await _0x2ae2de[_0x5e6a90(0x200)](_0x15e092),_0x397848=_0x2ae2de[_0x5e6a90(0x294)](_0x1ced47,_0x93b233),logger['debug']('['+_0x3cb9c2+_0x5e6a90(0x3ce)+_0x5efd56+'\x20'+_0x2ae2de[_0x5e6a90(0x21e)](_0x4b159f,_0x93b233));if(_0x397848)break;if(_0x2ae2de[_0x5e6a90(0x38e)](_0x2ae2de[_0x5e6a90(0x214)](Date[_0x5e6a90(0x1d5)](),_0x37df87),_0xba7dfb))break;await new Promise(_0x58053b=>setTimeout(_0x58053b,_0x37df87));}return!_0x397848&&logger[_0x5e6a90(0x359)]('['+_0x3cb9c2+_0x5e6a90(0x22c)+_0x5efd56+_0x5e6a90(0x398)+_0x2ae2de[_0x5e6a90(0x347)](Date[_0x5e6a90(0x1d5)](),_0x26f6b2)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x2ae2de[_0x5e6a90(0x294)](_0x4b159f,_0x93b233)+');\x20returning\x20last\x20value'),_0x93b233;}async[a106_0x31b098(0x26b)](_0x100009,_0x365638){const _0x24bc2a=a106_0x31b098,_0x440304={};_0x440304[_0x24bc2a(0x183)]=_0x24bc2a(0x1d7),_0x440304[_0x24bc2a(0x3a5)]=_0x24bc2a(0x27f),_0x440304[_0x24bc2a(0x3bf)]=_0x24bc2a(0x21a),_0x440304[_0x24bc2a(0x1b5)]=_0x24bc2a(0x387);const _0x56847a=_0x440304;try{const _0x517fa4=process[_0x24bc2a(0x306)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info'](_0x24bc2a(0x1ec)+_0x517fa4+_0x24bc2a(0x33c)+_0x365638+_0x24bc2a(0x2fd)+_0x100009);const _0x12910d=await GrpcClient['getInstance']()['accessibilityResult'](_0x517fa4,_0x365638,_0x100009,_0x56847a[_0x24bc2a(0x183)]);if(!_0x12910d||!_0x12910d[_0x24bc2a(0x180)])return logger[_0x24bc2a(0x359)](_0x56847a[_0x24bc2a(0x3a5)]),[];const _0x38d579=_0x12910d[_0x24bc2a(0x180)](),_0x3bd38a=Buffer[_0x24bc2a(0x2e5)](_0x38d579)[_0x24bc2a(0x304)](_0x56847a[_0x24bc2a(0x3bf)])[_0x24bc2a(0x173)]();if(!_0x3bd38a)return logger[_0x24bc2a(0x359)](_0x56847a['fAvLS']),[];return JSON['parse'](_0x3bd38a);}catch(_0x51ffb8){return logger[_0x24bc2a(0x193)](_0x24bc2a(0x345)+(_0x51ffb8[_0x24bc2a(0x26c)]||_0x51ffb8[_0x24bc2a(0x31c)])),[];}}async['getAppAccessibilityResultsSummary'](_0x3ad15e,_0x49b4a8){const _0x2782fc=a106_0x31b098,_0x5c8cc7={};_0x5c8cc7[_0x2782fc(0x384)]=_0x2782fc(0x267),_0x5c8cc7[_0x2782fc(0x3c9)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary',_0x5c8cc7['mnQDI']=_0x2782fc(0x21a),_0x5c8cc7[_0x2782fc(0x1c4)]=_0x2782fc(0x3a9);const _0x269099=_0x5c8cc7;try{const _0x40b96d=process[_0x2782fc(0x306)][_0x2782fc(0x241)]||'';logger[_0x2782fc(0x198)](_0x2782fc(0x29c)+_0x40b96d+',\x20testRunId='+_0x49b4a8+_0x2782fc(0x2fd)+_0x3ad15e);const _0x2e42bd=await GrpcClient['getInstance']()[_0x2782fc(0x3be)](_0x40b96d,_0x49b4a8,_0x3ad15e,_0x269099[_0x2782fc(0x384)]);if(!_0x2e42bd||!_0x2e42bd[_0x2782fc(0x180)])return logger[_0x2782fc(0x359)](_0x269099[_0x2782fc(0x3c9)]),{};const _0x145c49=_0x2e42bd[_0x2782fc(0x180)](),_0x2d53fc=Buffer[_0x2782fc(0x2e5)](_0x145c49)['toString'](_0x269099[_0x2782fc(0x36e)])[_0x2782fc(0x173)]();if(!_0x2d53fc)return logger[_0x2782fc(0x359)](_0x269099['vmlNA']),{};return JSON[_0x2782fc(0x3c0)](_0x2d53fc);}catch(_0x2cd9fb){return logger[_0x2782fc(0x193)](_0x2782fc(0x1f6)+(_0x2cd9fb['stack']||_0x2cd9fb[_0x2782fc(0x31c)])),{};}}async[a106_0x31b098(0x313)](_0x239b5a){const _0x530595=a106_0x31b098,_0x4d1be8={};_0x4d1be8[_0x530595(0x27d)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x4d1be8[_0x530595(0x26f)]=function(_0x5ed713,_0x35bd32){return _0x5ed713>_0x35bd32;},_0x4d1be8[_0x530595(0x305)]=_0x530595(0x1fa);const _0xac85ec=_0x4d1be8;try{if(!this[_0x530595(0x337)]())return logger[_0x530595(0x359)](_0xac85ec[_0x530595(0x27d)]),[];const _0x14eb4c=this[_0x530595(0x2c0)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x530595(0x1bb)]()}:{};_0xac85ec['sFEHD'](Object[_0x530595(0x1b7)](_0x14eb4c)['length'],0x0)&&logger[_0x530595(0x353)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x530595(0x22d)](_0x14eb4c));const _0x1cd699=await this[_0x530595(0x1b4)]({'fetchFn':()=>Object[_0x530595(0x1b7)](_0x14eb4c)['length']>0x0?this[_0x530595(0x235)](_0x239b5a,_0x530595(0x1d7),_0x14eb4c):this[_0x530595(0x235)](_0x239b5a,'getResults'),'isNonEmpty':_0x5f5722=>Array[_0x530595(0x3a4)](_0x5f5722)&&_0x5f5722[_0x530595(0x220)]>0x0,'resultDetail':_0xda9961=>_0x530595(0x2af)+(Array[_0x530595(0x3a4)](_0xda9961)?_0xda9961[_0x530595(0x220)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0xac85ec[_0x530595(0x305)]});return _0x1cd699||[];}catch(_0x6248e9){return logger[_0x530595(0x193)](_0x530595(0x280)+(_0x6248e9[_0x530595(0x26c)]||_0x6248e9['message'])),[];}}async[a106_0x31b098(0x1fb)](_0x200809){const _0x48314a=a106_0x31b098,_0x5b4877={'SCveo':function(_0x55e836,_0x409a38,_0x7be814){return _0x55e836(_0x409a38,_0x7be814);},'BCVzk':_0x48314a(0x268),'botKJ':function(_0x195394,_0x3d5a36){return _0x195394(_0x3d5a36);},'nITIZ':_0x48314a(0x267),'RzIhS':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','pIBcM':_0x48314a(0x24a),'ADMEm':function(_0x3c38e5,_0x4205e5){return _0x3c38e5===_0x4205e5;},'RrwkV':_0x48314a(0x231),'KPxzu':_0x48314a(0x249),'QuURV':_0x48314a(0x1f7),'GUkmW':_0x48314a(0x32f),'meKXD':'getAccessibilityResultsSummary','DliZg':_0x48314a(0x1fe),'VpGPz':_0x48314a(0x26d),'beFrt':_0x48314a(0x35e),'aotdx':_0x48314a(0x205),'UetCb':_0x48314a(0x2a7),'zYnix':_0x48314a(0x245)};try{if(!this[_0x48314a(0x337)]())return logger['warn'](_0x5b4877[_0x48314a(0x2ef)]),{};const _0xa74556=_0x5b4877[_0x48314a(0x203)](require,_0x5b4877['pIBcM']),_0x3e54fe=_0xa74556[_0x48314a(0x3ae)](),_0x1024db=_0x5b4877[_0x48314a(0x1a7)](_0x3e54fe?.[_0x48314a(0x391)]?.[_0x48314a(0x322)](),_0x5b4877['RrwkV']);let _0x152423='',_0x435e9a=null,_0x27daf0=null;if(_0x1024db){_0x435e9a=global[_0x48314a(0x3a6)]||global[_0x48314a(0x2be)]?.[_0x48314a(0x2ac)]?.[_0x48314a(0x3ac)]||global[_0x48314a(0x2be)]?.[_0x48314a(0x2ac)]?.['id'];if(!_0x435e9a)return logger[_0x48314a(0x359)](_0x5b4877['KPxzu']),{};try{const _0x898ba4=await GrpcClient[_0x48314a(0x25b)]()[_0x48314a(0x210)](process[_0x48314a(0x306)][_0x48314a(0x241)],_0x5b4877['QuURV'],_0x5b4877['nITIZ'],_0x435e9a),_0x29bcf8=AccessibilityModule[_0x48314a(0x258)](null,_0x898ba4);_0x152423=_0x29bcf8?.[_0x48314a(0x1eb)]||'',logger[_0x48314a(0x353)](_0x48314a(0x327)+_0x152423+_0x48314a(0x339)+_0x435e9a);const _0x2f94bb=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x5b4877[_0x48314a(0x338)],_0x152423,_0x435e9a),_0x5eecbb=this[_0x48314a(0x232)](_0x5b4877[_0x48314a(0x366)])||this[_0x48314a(0x2ff)][this[_0x48314a(0x365)]]||null,_0x534909=process[_0x48314a(0x306)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x41645a=this[_0x48314a(0x329)](_0x5b4877[_0x48314a(0x1a9)],_0x152423,_0x5eecbb,_0x534909);_0x27daf0=_0xa74556[_0x48314a(0x184)](_0x41645a,_0x2f94bb),logger[_0x48314a(0x353)](_0x48314a(0x2f4)+JSON['stringify'](_0x27daf0));}catch(_0x2012d4){return logger[_0x48314a(0x193)](_0x48314a(0x321)+_0x2012d4['message']),{};}}else{_0x152423=this['getCapabilityValue'](_0x5b4877[_0x48314a(0x364)])||'';!_0x152423&&this[_0x48314a(0x2c0)]()&&(_0x152423=accessibilityHelper[_0x48314a(0x1bb)]());const _0x261f31=this[_0x48314a(0x232)](_0x5b4877[_0x48314a(0x366)])||this[_0x48314a(0x2ff)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x17321a=process[_0x48314a(0x306)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x27daf0=this[_0x48314a(0x329)](_0x5b4877[_0x48314a(0x1a9)],_0x152423,_0x261f31,_0x17321a);}logger[_0x48314a(0x353)](_0x5b4877[_0x48314a(0x1e7)]);const _0x3647a6=0x15f90,_0x5e30b8=0x1388;try{await PerformanceTester[_0x48314a(0x30f)](PerformanceA11yEvents[_0x48314a(0x2e2)],async()=>{const _0xb684a2=_0x48314a,_0x274f9e={'VXuQn':function(_0x504849,_0x36f108,_0x59d928){const _0x79b8ee=a106_0x2716;return _0x5b4877[_0x79b8ee(0x170)](_0x504849,_0x36f108,_0x59d928);}},_0x60c0e6=this['executeScriptByName'](_0x200809,_0x5b4877[_0xb684a2(0x2ea)],_0x27daf0);let _0x4ae7bd;const _0x5391a5=new Promise((_0xe94fb2,_0x3c6699)=>{const _0x2a246c=_0xb684a2;_0x4ae7bd=_0x274f9e[_0x2a246c(0x3b5)](setTimeout,()=>_0x3c6699(new Error(_0x2a246c(0x36c)+_0x3647a6+'ms')),_0x3647a6);});try{const _0x433c24=await Promise['race']([_0x60c0e6,_0x5391a5]);logger[_0xb684a2(0x353)]('Scan\x20result:\x20'+util[_0xb684a2(0x2dc)](_0x433c24));}finally{_0x5b4877[_0xb684a2(0x203)](clearTimeout,_0x4ae7bd);}},{'command':_0x5b4877[_0x48314a(0x1a9)]})();}catch(_0x532927){logger[_0x48314a(0x359)](_0x48314a(0x36b)+_0x532927['message']+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global['__bstackA11yScanCapHit']={'reason':_0x5b4877[_0x48314a(0x1f1)],'at':Date['now'](),'where':_0x5b4877[_0x48314a(0x20c)]},await new Promise(_0x30c031=>setTimeout(_0x30c031,_0x5e30b8)),logger[_0x48314a(0x353)](_0x48314a(0x272)+_0x5e30b8+_0x48314a(0x33a));}const _0x372cfb=await this[_0x48314a(0x1b4)]({'fetchFn':()=>PerformanceTester[_0x48314a(0x30f)](PerformanceA11yEvents[_0x48314a(0x1f9)],async()=>{const _0x53726a=_0x48314a;return await this[_0x53726a(0x235)](_0x200809,_0x5b4877[_0x53726a(0x338)],_0x27daf0);})(),'isNonEmpty':_0x8733b9=>_0x8733b9&&typeof _0x8733b9[_0x48314a(0x3c8)]===_0x48314a(0x2da)&&_0x8733b9[_0x48314a(0x3c8)]>0x0,'resultDetail':_0x3a99ec=>'totalIssueCount='+(_0x3a99ec&&typeof _0x3a99ec['totalIssueCount']===_0x48314a(0x2da)?_0x3a99ec[_0x48314a(0x3c8)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5b4877[_0x48314a(0x20c)]});if(!_0x372cfb)return logger[_0x48314a(0x353)](_0x5b4877['UetCb']),{};return _0x5b4877['ADMEm'](typeof _0x372cfb,_0x5b4877['zYnix'])&&global['__bstackA11yScanCapHit']&&(_0x372cfb['degraded']=!![],_0x372cfb[_0x48314a(0x1b8)]=global[_0x48314a(0x3a8)][_0x48314a(0x209)]),_0x372cfb;}catch(_0x2f2f65){return logger[_0x48314a(0x193)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x2f2f65[_0x48314a(0x26c)]||_0x2f2f65[_0x48314a(0x31c)])),{};}}async[a106_0x31b098(0x2d8)](_0xc8cd45,_0x1a277c,_0x48cdc2=null){const _0x222203=a106_0x31b098,_0x211f2f={};_0x211f2f[_0x222203(0x341)]=_0x222203(0x259),_0x211f2f[_0x222203(0x28a)]=_0x222203(0x223),_0x211f2f['HRAxF']='Executing\x20accessibility\x20script\x20on\x20page';const _0x90ae0f=_0x211f2f;try{if(!_0xc8cd45)return logger[_0x222203(0x353)](_0x90ae0f['xnDkg']),null;if(!_0x1a277c)return logger['debug'](_0x90ae0f['HAOWx']),null;logger[_0x222203(0x353)](_0x90ae0f['HRAxF']);const _0x1cdc0c=_0x48cdc2?await _0xc8cd45['evaluate'](_0x1a277c,_0x48cdc2):await _0xc8cd45[_0x222203(0x34f)](_0x1a277c);return _0x1cdc0c;}catch(_0x568472){return logger[_0x222203(0x193)](_0x222203(0x17b)+(_0x568472[_0x222203(0x26c)]||_0x568472['message'])),null;}}static[a106_0x31b098(0x258)](_0x697ce1,_0x47b89b){const _0x56baa7=a106_0x31b098,_0x2d7b7b={};_0x2d7b7b['qftWe']=_0x56baa7(0x21a);const _0x4af91d=_0x2d7b7b,_0x209fb4={};_0x209fb4[_0x56baa7(0x1eb)]=_0x697ce1;const _0x47492f=_0x209fb4;let _0x9dae3a={};if(_0x47b89b[_0x56baa7(0x29f)]()&&_0x47b89b[_0x56baa7(0x3d2)]())try{_0x9dae3a=JSON[_0x56baa7(0x3c0)](Buffer[_0x56baa7(0x2e5)](_0x47b89b['getAccessibilityExecuteParams']())[_0x56baa7(0x304)](_0x4af91d['qftWe']));}catch(_0x243c2f){logger[_0x56baa7(0x193)](_0x56baa7(0x189)+_0x243c2f['message']),_0x9dae3a={};}return CLIUtils[_0x56baa7(0x184)](_0x47492f,_0x9dae3a);}static async[a106_0x31b098(0x2b8)](_0x533892,_0xfc1836='',_0x2a8814=null){const _0x2efdbc=a106_0x31b098,_0x114242={};_0x114242[_0x2efdbc(0x1db)]=_0x2efdbc(0x2f7),_0x114242[_0x2efdbc(0x2f2)]=_0x2efdbc(0x1f7);const _0x1bd618=_0x114242;try{if(!_0x2a8814&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x2efdbc(0x208)];if(!process[_0x2efdbc(0x306)][_0x2efdbc(0x241)])return logger['error'](_0x1bd618[_0x2efdbc(0x1db)]),{};const _0x3b0d00=await GrpcClient[_0x2efdbc(0x25b)]()['fetchDriverExecuteParamsEvent'](process[_0x2efdbc(0x306)][_0x2efdbc(0x241)],_0x1bd618[_0x2efdbc(0x2f2)],_0x533892,_0x2a8814),_0x1935e4=_0x2a8814?AccessibilityModule['loadDriverExecuteParams'](null,_0x3b0d00)?.[_0x2efdbc(0x1eb)]||_0xfc1836:_0xfc1836,_0x57661c=AccessibilityModule[_0x2efdbc(0x258)](_0x1935e4,_0x3b0d00);return!_0x2a8814&&(AccessibilityModule[_0x2efdbc(0x208)]=_0x57661c,AccessibilityModule[_0x2efdbc(0x395)]=!![]),_0x57661c;}catch(_0x5be148){return logger['error'](_0x2efdbc(0x256)+_0x533892+':\x20'+(_0x5be148[_0x2efdbc(0x26c)]||_0x5be148['message'])),{};}}};module['exports']=AccessibilityModule;
1
+ const a106_0x47eaba=a106_0x4be8;(function(_0x1c340a,_0x565ef2){const _0x5c7b23=a106_0x4be8,_0x9a8771=_0x1c340a();while(!![]){try{const _0x415e7f=parseInt(_0x5c7b23(0x1fe))/0x1*(parseInt(_0x5c7b23(0x20d))/0x2)+-parseInt(_0x5c7b23(0x74))/0x3+-parseInt(_0x5c7b23(0x252))/0x4+parseInt(_0x5c7b23(0x298))/0x5*(-parseInt(_0x5c7b23(0xa9))/0x6)+-parseInt(_0x5c7b23(0x256))/0x7*(-parseInt(_0x5c7b23(0x9d))/0x8)+-parseInt(_0x5c7b23(0x19a))/0x9*(-parseInt(_0x5c7b23(0xa3))/0xa)+-parseInt(_0x5c7b23(0x271))/0xb;if(_0x415e7f===_0x565ef2)break;else _0x9a8771['push'](_0x9a8771['shift']());}catch(_0x290012){_0x9a8771['push'](_0x9a8771['shift']());}}}(a106_0x237a,0xb207b));const BaseModule=require(a106_0x47eaba(0xf6)),{createClassLogger}=require(a106_0x47eaba(0x99)),CLIUtils=require(a106_0x47eaba(0x1f1)),AutomationFramework=require(a106_0x47eaba(0xfd)),TestFramework=require(a106_0x47eaba(0x1dd)),AutomationFrameworkState=require(a106_0x47eaba(0x207)),HookState=require('../state/hookState'),GrpcClient=require(a106_0x47eaba(0x254)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a106_0x47eaba(0xd7)),PerformanceTester=require(a106_0x47eaba(0xa2)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x47eaba(0x1e7)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x47eaba(0xc1)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a106_0x47eaba(0xcb)),TestInfo=require(a106_0x47eaba(0x201)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),accessibilityHelper=require(a106_0x47eaba(0x21c)),{FRAMEWORKS}=require(a106_0x47eaba(0x2c1));function a106_0x4be8(_0x397628,_0x517264){const _0x237ab8=a106_0x237a();return a106_0x4be8=function(_0x4be808,_0x44fe8f){_0x4be808=_0x4be808-0x72;let _0x154830=_0x237ab8[_0x4be808];return _0x154830;},a106_0x4be8(_0x397628,_0x517264);}class AccessibilityModule extends BaseModule{static [a106_0x47eaba(0x18a)]=AccessibilityModule['name'];static [a106_0x47eaba(0x81)]=![];static [a106_0x47eaba(0x2b9)]={};constructor(_0x56bb98){const _0x2b197c=a106_0x47eaba,_0x7f26e8={};_0x7f26e8[_0x2b197c(0x2af)]=function(_0xd0c333,_0x4fc07b){return _0xd0c333===_0x4fc07b;},_0x7f26e8['dbJyC']=_0x2b197c(0x24d),_0x7f26e8['ZlwRY']=_0x2b197c(0x24f),_0x7f26e8[_0x2b197c(0x19f)]=_0x2b197c(0x28e),_0x7f26e8[_0x2b197c(0x169)]=_0x2b197c(0xef);const _0x4f1696=_0x7f26e8;super(),AutomationFramework[_0x2b197c(0x142)](AutomationFrameworkState[_0x2b197c(0x2cf)],HookState[_0x2b197c(0x16f)],this[_0x2b197c(0x25b)][_0x2b197c(0x2a3)](this)),AutomationFramework[_0x2b197c(0x142)](AutomationFrameworkState[_0x2b197c(0x2a2)],HookState[_0x2b197c(0x286)],this[_0x2b197c(0x20c)][_0x2b197c(0x2a3)](this)),AutomationFramework[_0x2b197c(0x142)](AutomationFrameworkState[_0x2b197c(0x1d0)],HookState[_0x2b197c(0x16f)],this[_0x2b197c(0x1ca)][_0x2b197c(0x2a3)](this)),this[_0x2b197c(0x1b8)]=!![],this[_0x2b197c(0x21b)]=_0x56bb98['toObject'](),this[_0x2b197c(0x136)]=new Map(),this[_0x2b197c(0x1be)]=new Map(),this[_0x2b197c(0x109)]=_0x56bb98['getIsAppAccessibility']?.()||![],this[_0x2b197c(0x16b)]=[],this[_0x2b197c(0x17c)]=![],this[_0x2b197c(0x155)]=![],this[_0x2b197c(0x174)](_0x56bb98[_0x2b197c(0x115)]()[_0x2b197c(0x27b)]());const _0x139450=CLIUtils[_0x2b197c(0x1ae)]();_0x139450&&_0x4f1696['nrLrf'](_0x139450[_0x2b197c(0x1e1)],FRAMEWORKS[_0x2b197c(0x8a)])&&this[_0x2b197c(0x1a1)](_0x56bb98[_0x2b197c(0x115)]()),logger[_0x2b197c(0x278)](_0x4f1696[_0x2b197c(0xaf)]),this['KEY_INIT']=_0x4f1696[_0x2b197c(0x27d)],this[_0x2b197c(0xa4)]=_0x4f1696['CQpBv'],this[_0x2b197c(0x24b)]=_0x4f1696[_0x2b197c(0x169)];}[a106_0x47eaba(0x1b8)](){const _0x260d6e=a106_0x47eaba;return this[_0x260d6e(0x1b8)];}['getModuleName'](){const _0x27bdc7=a106_0x47eaba;return AccessibilityModule[_0x27bdc7(0x18a)];}['getCurrentAccessibilityStatus'](){const _0x45eb2c=a106_0x47eaba;return this[_0x45eb2c(0x136)]['get'](CLIUtils[_0x45eb2c(0x151)](),![]);}['getLogDisabledShown'](){const _0x14b3eb=a106_0x47eaba;return this['LOG_DISABLED_SHOWN'][_0x14b3eb(0x166)](CLIUtils[_0x14b3eb(0x151)](),![]);}[a106_0x47eaba(0x283)](_0x30cd20){const _0x8965c4=a106_0x47eaba;this[_0x8965c4(0x1be)][_0x8965c4(0xad)](CLIUtils[_0x8965c4(0x151)](),_0x30cd20);}['applySendMessageToServerPatch'](){const _0x3cba62=a106_0x47eaba,_0x4b7012={'tSbWB':_0x3cba62(0x82),'cJXHE':function(_0x5716e0,_0xec9714){return _0x5716e0(_0xec9714);},'ibQlj':_0x3cba62(0x171),'lcVPW':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','IJqWG':_0x3cba62(0x296)};if(this[_0x3cba62(0x17c)]){logger['debug'](_0x4b7012[_0x3cba62(0x118)]);return;}try{const _0x5eca76=_0x4b7012['cJXHE'](require,_0x4b7012[_0x3cba62(0xa7)]);_0x5eca76&&_0x5eca76[_0x3cba62(0x237)]?(_0x5eca76['patchSendMessageToServer'](),this[_0x3cba62(0x17c)]=!![],logger[_0x3cba62(0x278)](_0x4b7012['lcVPW'])):logger['debug'](_0x4b7012[_0x3cba62(0x19c)]);}catch(_0x4f2dd6){logger['debug'](_0x3cba62(0x94)+util[_0x3cba62(0xfe)](_0x4f2dd6));}}[a106_0x47eaba(0x1ec)](_0xcf298f=null,_0x2d913b=null,_0x140e47=null){const _0x88045f=a106_0x47eaba,_0x3c447a={'EQiYY':function(_0x5a1fb0,_0x54d0aa){return _0x5a1fb0&&_0x54d0aa;},'GPIEe':_0x88045f(0x25a),'OWZfh':function(_0x2cbf1a,_0xb31fe7){return _0x2cbf1a(_0xb31fe7);},'tKoaQ':_0x88045f(0x77),'NipKy':_0x88045f(0xb2),'FIece':_0x88045f(0x262),'hMafW':function(_0x36f85e,_0x1513fb){return _0x36f85e===_0x1513fb;},'KvEAt':_0x88045f(0x273),'mrQqh':_0x88045f(0x96),'XqALT':function(_0xef813b,_0x249a3b){return _0xef813b!==_0x249a3b;},'RuAbf':function(_0x5944cd,_0x31b30e){return _0x5944cd!==_0x31b30e;},'lrZGi':function(_0x267eca,_0x5d9ce7,_0x32c235){return _0x267eca(_0x5d9ce7,_0x32c235);},'gmXVO':function(_0x159b09,_0x44ff34){return _0x159b09(_0x44ff34);},'swCTm':function(_0x17dd4e,_0x82338){return _0x17dd4e<_0x82338;},'RcYxi':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','APqgW':function(_0x1199e5,_0x1b7a30){return _0x1199e5===_0x1b7a30;},'MvxXo':'true','kKbMj':_0x88045f(0x12f),'PkUXY':function(_0x8a20e7,_0x590326){return _0x8a20e7===_0x590326;},'EuVVB':_0x88045f(0x241),'OknXQ':_0x88045f(0x284),'Pkewv':_0x88045f(0x85),'QFOVu':function(_0x42a5ea){return _0x42a5ea();},'ciCPi':_0x88045f(0x22f),'WlNgR':function(_0x35ea03,_0x5b4a37){return _0x35ea03-_0x5b4a37;},'JdMwK':function(_0x253ffb,_0x5de7f8){return _0x253ffb!==_0x5de7f8;},'cweyx':function(_0x2d413d,_0x20803a){return _0x2d413d>_0x20803a;},'PsVjE':function(_0x43ffe1,_0x3559a4){return _0x43ffe1(_0x3559a4);},'PUBGn':_0x88045f(0x14e)};try{if(_0x3c447a[_0x88045f(0x7a)](!_0x2d913b,!_0x140e47))return logger['debug'](_0x3c447a['GPIEe']),![];const {isUndefined:_0x557a29,isBrowserstackInfra:_0x331a8f}=_0x3c447a[_0x88045f(0x226)](require,_0x3c447a[_0x88045f(0x1d2)]);if(!accessibilityHelper[_0x88045f(0x9a)]())return logger[_0x88045f(0x278)](_0x3c447a[_0x88045f(0x2b1)]),![];if(this[_0x88045f(0x109)]){const _0x564d64=(_0x2d913b[_0x88045f(0x2c0)]||_0x2d913b[_0x3c447a[_0x88045f(0xe3)]]||'')[_0x88045f(0x14f)]();if(_0x3c447a[_0x88045f(0x2c3)](_0x564d64,_0x3c447a[_0x88045f(0x2b5)])){const _0x25e601=_0x2d913b[_0x3c447a[_0x88045f(0x98)]]||_0x2d913b['platformVersion'];if(_0x3c447a[_0x88045f(0x282)](_0x25e601,undefined)&&_0x3c447a[_0x88045f(0x240)](_0x25e601,null)){const _0x30c3d8=_0x3c447a[_0x88045f(0x10e)](parseInt,_0x3c447a[_0x88045f(0x226)](String,_0x25e601)[_0x88045f(0xd6)]('.')[0x0],0xa);if(!_0x3c447a[_0x88045f(0x1e3)](isNaN,_0x30c3d8)&&_0x3c447a[_0x88045f(0x2c9)](_0x30c3d8,0xb))return logger[_0x88045f(0x7f)](_0x88045f(0x101)+_0x25e601),![];}}return!![];}const _0x4191d4=_0x2d913b[_0x88045f(0x122)]||_0x2d913b[_0x88045f(0xf5)],_0x7b1f2b=_0x2d913b[_0x88045f(0x2be)]||_0x2d913b[_0x88045f(0x124)];if(!accessibilityHelper[_0x88045f(0x1c0)](_0x4191d4))return logger[_0x88045f(0x7f)](_0x3c447a[_0x88045f(0x11b)]),![];if(accessibilityHelper[_0x88045f(0x209)](_0x4191d4))try{const _0x42da8a=_0x2d913b[_0x88045f(0x131)],_0x33d22b=_0x3c447a[_0x88045f(0x2c3)](_0x42da8a,!![])||_0x3c447a['APqgW'](_0x42da8a,_0x3c447a[_0x88045f(0x164)])||_0x3c447a['hMafW'](typeof _0x42da8a,_0x3c447a[_0x88045f(0x261)])&&_0x3c447a['PkUXY'](_0x42da8a[_0x88045f(0x14f)](),_0x3c447a[_0x88045f(0x164)]);if(_0x33d22b)return logger[_0x88045f(0x7f)](_0x3c447a[_0x88045f(0x186)]),![];const _0x385a51=_0x2d913b?.['chromeOptions']?.[_0x88045f(0x1af)]||_0x2d913b?.[_0x3c447a[_0x88045f(0x14a)]]?.[_0x88045f(0x1af)]||[];if(Array[_0x88045f(0x22e)](_0x385a51)&&_0x385a51[_0x88045f(0x21d)](_0x14d3f8=>typeof _0x14d3f8===_0x88045f(0x12f)&&(_0x14d3f8===_0x88045f(0xd8)||_0x14d3f8[_0x88045f(0x20b)](_0x88045f(0x12b))&&_0x14d3f8!==_0x88045f(0x2c4))))return logger[_0x88045f(0x7f)](_0x3c447a[_0x88045f(0x186)]),![];}catch(_0x1ec873){logger[_0x88045f(0x278)](_0x88045f(0x228)+util[_0x88045f(0xfe)](_0x1ec873));}if(_0x3c447a['RuAbf'](_0x7b1f2b,_0x3c447a[_0x88045f(0x20a)])){const _0x369de9=_0x3c447a[_0x88045f(0x13b)](_0x331a8f),_0x406351=accessibilityHelper['getMinVersionForBrowser'](_0x4191d4,_0x369de9),_0x3c2bcb=accessibilityHelper[_0x88045f(0x138)](_0x4191d4);if(!accessibilityHelper[_0x88045f(0x15c)](_0x7b1f2b,_0x406351)){const _0x42febc=_0x369de9?'':_0x3c447a[_0x88045f(0xd2)],_0x2843b2=Number['isFinite'](_0x3c447a['OWZfh'](parseFloat,_0x406351))?_0x3c447a['WlNgR'](_0x3c447a[_0x88045f(0x1e3)](parseFloat,_0x406351),0x1):_0x406351;return logger[_0x88045f(0x7f)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x3c2bcb+_0x88045f(0x2a7)+_0x2843b2+'\x20'+_0x42febc+'.'),![];}}else{const _0x46eb86=_0x2d913b['browserVersion']||_0x2d913b[_0x88045f(0x124)]||_0x2d913b['version'];if(_0x46eb86&&_0x3c447a[_0x88045f(0x17d)](_0x46eb86,_0x3c447a[_0x88045f(0x20a)])&&!_0x3c447a[_0x88045f(0x2ce)](_0x3c447a[_0x88045f(0x1e3)](parseFloat,_0x46eb86),_0x3c447a[_0x88045f(0x12a)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x3c447a['PUBGn']),![];}return!![];}catch(_0x4fcd24){return logger[_0x88045f(0x278)](_0x88045f(0x1fb)+_0x4fcd24[_0x88045f(0x246)]),![];}}[a106_0x47eaba(0x243)](_0x6050c4=[],_0xa0633f,_0x2bed84='cucumber'){const _0x429d3e=a106_0x47eaba,_0x5139af={'lnzeY':function(_0x221155,_0x322811){return _0x221155===_0x322811;},'MIFhe':'jest','GCCZP':function(_0x28ed9a,_0x1ecd8f){return _0x28ed9a||_0x1ecd8f;},'vpgLr':function(_0x19c017,_0xc4c544){return _0x19c017===_0xc4c544;},'OMRgk':function(_0x15dbdf,_0xe9262d){return _0x15dbdf===_0xe9262d;},'joAqF':function(_0x3f9a59,_0xc397f4){return _0x3f9a59&&_0xc397f4;},'TuwaX':_0x429d3e(0x170),'lbiZD':function(_0x285f6d,_0x4fcb30){return _0x285f6d===_0x4fcb30;},'TwiGi':function(_0x454e82,_0x16943d){return _0x454e82(_0x16943d);},'WlqyN':function(_0x15e96d,_0x1740f9){return _0x15e96d>_0x1740f9;},'CwnuA':function(_0x3b8491,_0x1db529){return _0x3b8491&&_0x1db529;}};try{const _0x4b46c5=process[_0x429d3e(0x274)][_0x429d3e(0xdd)]?JSON[_0x429d3e(0x255)](process[_0x429d3e(0x274)][_0x429d3e(0xdd)]):null;if(!_0x4b46c5)return!![];const _0xdad6f0=Array[_0x429d3e(0x22e)](_0x4b46c5[_0x429d3e(0xec)])?_0x4b46c5['includeTagsInTestingScope']:[],_0x58923b=Array[_0x429d3e(0x22e)](_0x4b46c5[_0x429d3e(0x275)])?_0x4b46c5[_0x429d3e(0x275)]:[];if(_0x5139af[_0x429d3e(0xc4)](_0x2bed84,_0x5139af['MIFhe'])||_0x5139af['lnzeY'](_0x2bed84,FRAMEWORKS[_0x429d3e(0x8a)])){let _0x17156e;Array[_0x429d3e(0x22e)](_0x6050c4)?_0x17156e=_0x6050c4[_0x429d3e(0x110)]('\x20'):_0x17156e=_0x5139af['GCCZP'](_0x6050c4,'');const _0x1d5859=_0x37fa9f=>_0x2bed84===FRAMEWORKS['NODE_GENERIC']&&typeof _0x37fa9f==='string'?_0x37fa9f[_0x429d3e(0x208)](/^@/,'')[_0x429d3e(0x14f)]()[_0x429d3e(0x181)]():_0x37fa9f,_0x2eddf0=_0x5139af[_0x429d3e(0x218)](_0x2bed84,FRAMEWORKS['NODE_GENERIC'])?_0x17156e['toLowerCase']():_0x17156e,_0x400787=_0x58923b['some'](_0x334ce2=>_0x2eddf0[_0x429d3e(0x1da)](_0x1d5859(_0x334ce2))),_0xdca081=_0x5139af[_0x429d3e(0x15b)](_0xdad6f0['length'],0x0)||_0xdad6f0[_0x429d3e(0x21d)](_0x1f6414=>_0x2eddf0[_0x429d3e(0x1da)](_0x1d5859(_0x1f6414))),_0x5dff02=_0x5139af[_0x429d3e(0x2bf)](!_0x400787,_0xdca081);return logger['debug']('[platform\x20-\x20'+(_0xa0633f?.[_0x429d3e(0x2b2)]?.()||_0x5139af[_0x429d3e(0x21f)])+_0x429d3e(0x159)+_0x2bed84+')\x20result='+_0x5dff02+_0x429d3e(0x260)+_0x17156e+_0x429d3e(0x120)+JSON[_0x429d3e(0x13f)](_0xdad6f0)+_0x429d3e(0x238)+JSON[_0x429d3e(0x13f)](_0x58923b)),_0x5dff02;}const _0x58ca51=Array[_0x429d3e(0x22e)](_0x6050c4)?_0x6050c4:[];let _0x5d7142=![],_0x560bd2=_0x5139af[_0x429d3e(0x78)](_0xdad6f0[_0x429d3e(0x247)],0x0);const _0x673aac=_0x40acaf=>typeof _0x40acaf===_0x429d3e(0x12f)?_0x40acaf['replace'](/^@/,'')[_0x429d3e(0x14f)]()[_0x429d3e(0x181)]():_0x40acaf,_0x579795=new Set(_0xdad6f0[_0x429d3e(0x128)](_0x673aac)),_0x30dbde=new Set(_0x58923b[_0x429d3e(0x128)](_0x673aac));for(const _0x554f38 of _0x58ca51){const _0x8cf006=_0x5139af[_0x429d3e(0x14d)](_0x673aac,_0x554f38);_0x30dbde[_0x429d3e(0x28f)](_0x8cf006)&&(_0x5d7142=!![]),_0x5139af[_0x429d3e(0x2cd)](_0x579795['size'],0x0)&&_0x579795['has'](_0x8cf006)&&(_0x560bd2=!![]);}const _0xc30ce5=_0x5139af['CwnuA'](_0x560bd2,!_0x5d7142);return logger[_0x429d3e(0x278)](_0x429d3e(0x18e)+(_0xa0633f?.[_0x429d3e(0x2b2)]?.()||_0x5139af[_0x429d3e(0x21f)])+_0x429d3e(0xea)+_0xc30ce5+',\x20tags='+JSON['stringify'](_0x58ca51)+_0x429d3e(0x120)+JSON[_0x429d3e(0x13f)](_0xdad6f0)+_0x429d3e(0x238)+JSON[_0x429d3e(0x13f)](_0x58923b)),_0xc30ce5;}catch(_0x3f7ecc){return logger[_0x429d3e(0x278)](_0x429d3e(0x18e)+(_0xa0633f?.[_0x429d3e(0x2b2)]?.()||_0x5139af[_0x429d3e(0x21f)])+_0x429d3e(0x223)+_0x3f7ecc[_0x429d3e(0x246)]),![];}}async[a106_0x47eaba(0x20c)](_0x49c72d){const _0xfc9c8d=a106_0x47eaba,_0xae5ae0={};_0xae5ae0[_0xfc9c8d(0x176)]=function(_0x1ad367,_0x2cfda7){return _0x1ad367!==_0x2cfda7;},_0xae5ae0[_0xfc9c8d(0x289)]=_0xfc9c8d(0x26a),_0xae5ae0[_0xfc9c8d(0xff)]=function(_0x231217,_0x4a55f7){return _0x231217!==_0x4a55f7;},_0xae5ae0['QuVhS']=_0xfc9c8d(0x216),_0xae5ae0[_0xfc9c8d(0xfa)]=function(_0x16b0a2,_0x5c3c20){return _0x16b0a2!==_0x5c3c20;},_0xae5ae0[_0xfc9c8d(0xeb)]=_0xfc9c8d(0x15f),_0xae5ae0[_0xfc9c8d(0x80)]=function(_0x1498ce,_0x862c71){return _0x1498ce===_0x862c71;},_0xae5ae0[_0xfc9c8d(0x2ae)]=_0xfc9c8d(0x269),_0xae5ae0['HksZt']=function(_0x2a1536,_0x5bc916){return _0x2a1536&&_0x5bc916;},_0xae5ae0[_0xfc9c8d(0x197)]='TEST_INIT',_0xae5ae0[_0xfc9c8d(0x259)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0xae5ae0[_0xfc9c8d(0x129)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0xae5ae0[_0xfc9c8d(0x13e)]=_0xfc9c8d(0x177),_0xae5ae0['hUqoU']=function(_0x45aec0,_0xf23e91){return _0x45aec0===_0xf23e91;},_0xae5ae0[_0xfc9c8d(0x2ab)]=_0xfc9c8d(0x27e),_0xae5ae0[_0xfc9c8d(0x2a1)]=function(_0x5509d1,_0x12522c){return _0x5509d1===_0x12522c;},_0xae5ae0[_0xfc9c8d(0x1bc)]=_0xfc9c8d(0x281),_0xae5ae0[_0xfc9c8d(0x168)]=function(_0xe08ba2,_0x16dcb7){return _0xe08ba2>_0x16dcb7;},_0xae5ae0[_0xfc9c8d(0x93)]=function(_0x373b7a,_0x57693e){return _0x373b7a===_0x57693e;},_0xae5ae0[_0xfc9c8d(0x1a6)]=_0xfc9c8d(0x2b4),_0xae5ae0[_0xfc9c8d(0x2ca)]='test_tags',_0xae5ae0[_0xfc9c8d(0x18c)]=function(_0x4c0f8b,_0xcd8ec1){return _0x4c0f8b&&_0xcd8ec1;},_0xae5ae0[_0xfc9c8d(0x29e)]=_0xfc9c8d(0x170);const _0x2d8b93=_0xae5ae0;if(_0x2d8b93[_0xfc9c8d(0x176)](_0x49c72d[_0xfc9c8d(0x264)],_0x2d8b93[_0xfc9c8d(0x289)])&&_0x2d8b93[_0xfc9c8d(0xff)](_0x49c72d[_0xfc9c8d(0x264)],_0x2d8b93['QuVhS'])&&_0x2d8b93[_0xfc9c8d(0xfa)](_0x49c72d[_0xfc9c8d(0x264)],_0x2d8b93[_0xfc9c8d(0xeb)])&&_0x2d8b93[_0xfc9c8d(0x176)](_0x49c72d[_0xfc9c8d(0x264)],FRAMEWORKS[_0xfc9c8d(0x8a)])){logger['debug']('onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x49c72d[_0xfc9c8d(0x264)]+')');return;}try{const _0x3d510a=AutomationFramework[_0xfc9c8d(0x11d)](),_0x5c304c=TestFramework['getTrackedInstance'](),_0x2c123e=_0x49c72d[_0xfc9c8d(0xce)]||global[_0xfc9c8d(0x90)]?.[_0xfc9c8d(0x235)]||null;if(_0x2d8b93['zqGdz'](_0x49c72d[_0xfc9c8d(0x264)],_0x2d8b93[_0xfc9c8d(0xeb)])){const _0x3c8993=_0x49c72d['platformCaps']||_0x3d510a&&_0x3d510a[_0xfc9c8d(0x245)]&&_0x3d510a[_0xfc9c8d(0x245)]()||_0x3d510a&&_0x3d510a['getCapabilities']&&_0x3d510a['getCapabilities']()||{},_0x33c462=_0x49c72d[_0xfc9c8d(0x1c4)]||null,_0x1c3461=this['isPlatformSupported'](_0x3d510a,_0x3c8993,_0x33c462),_0x6a67a4=CLIUtils[_0xfc9c8d(0x151)]();this[_0xfc9c8d(0x136)]['set'](_0x6a67a4,_0x1c3461);global['Context']?.[_0xfc9c8d(0xe8)]&&global[_0xfc9c8d(0x178)][_0xfc9c8d(0xe8)]()[_0xfc9c8d(0x1b9)](_0x1c3461);_0x1c3461?(global[_0xfc9c8d(0x125)]=!![],process[_0xfc9c8d(0x274)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2d8b93[_0xfc9c8d(0x2ae)]):global['accessibilityPlatform']=![];logger[_0xfc9c8d(0x278)](_0xfc9c8d(0x1ef)+_0x1c3461);return;}if(_0x2d8b93['zqGdz'](_0x49c72d[_0xfc9c8d(0x264)],FRAMEWORKS[_0xfc9c8d(0x8a)])){const _0x2b19e5=_0x49c72d['testData']||{},_0x980baa=_0x2b19e5[TestFrameworkConstants[_0xfc9c8d(0x157)]],_0x48ebe8=_0x2b19e5[TestFrameworkConstants[_0xfc9c8d(0x1ac)]]||'',_0x51b694=(Array[_0xfc9c8d(0x22e)](_0x980baa)?_0x980baa[_0xfc9c8d(0x20e)](_0x48ebe8)[_0xfc9c8d(0x110)]('\x20'):_0x48ebe8)[_0xfc9c8d(0x181)](),_0x1623c3=_0x49c72d[_0xfc9c8d(0x217)]||_0x3d510a&&_0x3d510a[_0xfc9c8d(0x245)]&&_0x3d510a['getPlatformCaps']()||_0x3d510a&&_0x3d510a[_0xfc9c8d(0x29b)]&&_0x3d510a[_0xfc9c8d(0x29b)]()||{},_0x2fb703=this[_0xfc9c8d(0x1ec)](_0x3d510a,_0x1623c3,_0x49c72d[_0xfc9c8d(0x1c4)]||null),_0x3f4f36=this['isEnabledTestcase'](_0x51b694,_0x3d510a,FRAMEWORKS[_0xfc9c8d(0x8a)]),_0x22f2c8=_0x2d8b93[_0xfc9c8d(0x222)](_0x2fb703,_0x3f4f36),_0x32ffa6=CLIUtils[_0xfc9c8d(0x151)]();this[_0xfc9c8d(0x136)][_0xfc9c8d(0xad)](_0x32ffa6,_0x22f2c8);global['Context']?.['getContext']&&global['Context'][_0xfc9c8d(0xe8)]()['setShouldScan'](_0x22f2c8);_0x22f2c8?(global[_0xfc9c8d(0x125)]=!![],process[_0xfc9c8d(0x274)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2d8b93[_0xfc9c8d(0x2ae)],this[_0xfc9c8d(0x1c7)]()):global[_0xfc9c8d(0x125)]=![];_0x5c304c&&_0x5c304c[_0xfc9c8d(0x253)](_0x2d8b93[_0xfc9c8d(0x197)],!![]);logger[_0xfc9c8d(0x278)](_0xfc9c8d(0xda)+_0x2fb703+',\x20testCaseEnabled='+_0x3f4f36+_0xfc9c8d(0x260)+_0x51b694);return;}if(!_0x2c123e){_0x5c304c&&_0x5c304c[_0xfc9c8d(0x253)](_0x2d8b93['OMmqI'],!![]);logger[_0xfc9c8d(0x278)](_0x2d8b93['Hqwmj']);return;}logger[_0xfc9c8d(0x278)](_0x2d8b93[_0xfc9c8d(0x129)]);const _0x259993=_0x5c304c?.['getData'](_0x2d8b93['wwEFs'],![]),_0xc2768d=_0x5c304c?.[_0xfc9c8d(0x10c)](_0x2d8b93[_0xfc9c8d(0x197)],![]);if(_0x2d8b93[_0xfc9c8d(0x80)](_0x259993,![])&&_0x2d8b93[_0xfc9c8d(0x25f)](_0xc2768d,![])){_0x5c304c&&_0x5c304c[_0xfc9c8d(0x253)](_0x2d8b93[_0xfc9c8d(0x13e)],!![]);logger['debug'](_0x2d8b93[_0xfc9c8d(0x2ab)]);return;}_0x5c304c&&_0x5c304c[_0xfc9c8d(0x253)](_0x2d8b93[_0xfc9c8d(0x197)],!![]);let _0x39cd0c,_0x23f868;const _0xa8ef64=_0x49c72d['testFramework']||_0x2d8b93[_0xfc9c8d(0x289)];if(_0x2d8b93['AaBSH'](_0xa8ef64,_0x2d8b93[_0xfc9c8d(0x231)])){_0x23f868=_0x49c72d[_0xfc9c8d(0x1e2)]?.[_0xfc9c8d(0x2a0)]||_0x49c72d['testInfo']?.['id']||global[_0xfc9c8d(0x1df)]||global[_0xfc9c8d(0x90)]?.['currentTest']?.['testAnalyticsId']||global[_0xfc9c8d(0x90)]?.[_0xfc9c8d(0x258)]?.['id'];const _0x374fb4=_0x5c304c?.['getAllData']()?.[_0xfc9c8d(0x166)](_0x23f868);if(_0x374fb4&&_0x374fb4[TestFrameworkConstants[_0xfc9c8d(0x1ac)]])_0x39cd0c=_0x374fb4[TestFrameworkConstants[_0xfc9c8d(0x1ac)]];else{if(_0x49c72d[_0xfc9c8d(0x1e2)]?.[_0xfc9c8d(0x19d)])_0x39cd0c=_0x49c72d[_0xfc9c8d(0x1e2)][_0xfc9c8d(0x19d)];else global[_0xfc9c8d(0x90)]?.['currentTest']?.[_0xfc9c8d(0x1e2)]?.['titlePath']?_0x39cd0c=global['__workerDetails'][_0xfc9c8d(0x258)][_0xfc9c8d(0x1e2)][_0xfc9c8d(0x19d)]:_0x39cd0c=_0x2d8b93[_0xfc9c8d(0x1bc)];}logger[_0xfc9c8d(0x278)](_0xfc9c8d(0x250)+_0x23f868+_0xfc9c8d(0x260)+JSON[_0xfc9c8d(0x13f)](_0x39cd0c));}else{_0x23f868=this[_0xfc9c8d(0x211)](_0x49c72d);const _0x41447b=TestInfo['getTestDetails'](_0x23f868);let _0x2b7351=[];if(_0x41447b&&Array[_0xfc9c8d(0x22e)](_0x41447b[_0xfc9c8d(0x2aa)])&&_0x2d8b93[_0xfc9c8d(0x168)](_0x41447b['test_tags']['length'],0x0))_0x2b7351=_0x41447b[_0xfc9c8d(0x2aa)];else{if(_0x5c304c){const _0x10ba7c=_0x2d8b93[_0xfc9c8d(0x93)](typeof _0x5c304c[_0xfc9c8d(0x10c)],_0x2d8b93[_0xfc9c8d(0x1a6)])?_0x5c304c['getData'](_0x2d8b93[_0xfc9c8d(0x2ca)],[]):_0x5c304c['test_tags']||[];Array[_0xfc9c8d(0x22e)](_0x10ba7c)&&(_0x2b7351=_0x10ba7c);}}_0x39cd0c=_0x2b7351;}logger[_0xfc9c8d(0x1c5)](_0xfc9c8d(0x279)+JSON['stringify'](_0x39cd0c));const _0x3c0740=this[_0xfc9c8d(0x1ec)](_0x3d510a,_0x49c72d[_0xfc9c8d(0x217)],_0x49c72d[_0xfc9c8d(0x1c4)]);logger[_0xfc9c8d(0x278)](_0xfc9c8d(0x2bc)+_0x3c0740+',\x20isAppAccessibility='+this[_0xfc9c8d(0x109)]);const _0x570cc0=this['isEnabledTestcase'](_0x39cd0c,_0x3d510a,_0xa8ef64),_0x1ee0b3=_0x2d8b93[_0xfc9c8d(0x18c)](_0x3c0740,_0x570cc0),_0x53141e=CLIUtils[_0xfc9c8d(0x151)]();this[_0xfc9c8d(0x136)][_0xfc9c8d(0xad)](_0x53141e,_0x1ee0b3),global['Context']?.['getContext']&&global[_0xfc9c8d(0x178)]['getContext']()[_0xfc9c8d(0x1b9)](_0x1ee0b3),logger[_0xfc9c8d(0x278)](_0xfc9c8d(0x18e)+(_0x3d510a?.['getPlatformIndex']?.()||_0x2d8b93[_0xfc9c8d(0x29e)])+_0xfc9c8d(0x1b6)+_0x1ee0b3),_0x1ee0b3?(global['accessibilityPlatform']=!![],process[_0xfc9c8d(0x274)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2d8b93['BSSyB'],this[_0xfc9c8d(0x1c7)]()):global[_0xfc9c8d(0x125)]=![];}catch(_0x7ce43e){logger[_0xfc9c8d(0xed)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x7ce43e[_0xfc9c8d(0x195)]||_0x7ce43e[_0xfc9c8d(0x246)]));const _0x50c5d6=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0xfc9c8d(0xad)](_0x50c5d6,![]),global[_0xfc9c8d(0x125)]=![];}}[a106_0x47eaba(0xc2)](){const _0xa1e378=a106_0x47eaba;return this[_0xa1e378(0x16b)]['find'](_0x508363=>_0x508363[_0xa1e378(0xcd)]()===_0xa1e378(0x284))?.[_0xa1e378(0xc0)]()||'';}[a106_0x47eaba(0xee)](_0xd6baec){const _0x43e307=a106_0x47eaba;try{const _0x4c6ed5=this['accessibilityConfig']?.[_0x43e307(0x23c)]?.['capabilitiesList']||[],_0x3cce1a=_0x4c6ed5[_0x43e307(0xba)](_0x34ec01=>_0x34ec01[_0x43e307(0x1e1)]===_0xd6baec);return _0x3cce1a?_0x3cce1a[_0x43e307(0x1a7)]:null;}catch(_0x4d2398){return logger[_0x43e307(0x278)](_0x43e307(0x15d)+_0xd6baec+':\x20'+_0x4d2398[_0x43e307(0x246)]),null;}}async[a106_0x47eaba(0x152)](_0xcae776,_0x10ab82){const _0x1d59ad=a106_0x47eaba,_0x3e7b7a=_0xcae776[_0x1d59ad(0x26c)]()[_0x1d59ad(0x115)]();this['_parseScriptsFromOptions'](_0x3e7b7a),this['capabilities']=_0x3e7b7a[_0x1d59ad(0x27b)](),await this['setAccessibilityToken'](this[_0x1d59ad(0x16b)],_0x10ab82[_0x1d59ad(0x1c4)]);}[a106_0x47eaba(0x1a1)](_0x101837){const _0x322485=a106_0x47eaba,_0x5271e6={};_0x5271e6[_0x322485(0x194)]=function(_0x7d0369,_0x4fc9c5){return _0x7d0369>_0x4fc9c5;},_0x5271e6[_0x322485(0x26f)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x5271e6[_0x322485(0x1b7)]=_0x322485(0x73);const _0x39d04a=_0x5271e6;try{const _0x22eacd=_0x101837[_0x322485(0xb6)](),_0x24026e=_0x101837[_0x322485(0x1c8)]()?.[_0x322485(0x116)]();_0x22eacd&&_0x39d04a[_0x322485(0x194)](_0x22eacd[_0x322485(0x247)],0x0)?(scripts['parseFromProto'](_0x22eacd,_0x24026e),scripts[_0x322485(0x127)](),logger[_0x322485(0x278)](_0x39d04a[_0x322485(0x26f)])):logger[_0x322485(0x278)](_0x39d04a[_0x322485(0x1b7)]);}catch(_0x550394){logger['debug'](_0x322485(0x266)+_0x550394[_0x322485(0x246)]);}}async[a106_0x47eaba(0x174)](_0x1f1d6b,_0x2fb627={}){const _0x5f0667=a106_0x47eaba,_0xb49463={'nVIVl':'not-array','UCAVr':_0x5f0667(0x11a),'gHmPf':function(_0x54ab1f,_0x4ab1cf){return _0x54ab1f===_0x4ab1cf;},'VTvJa':_0x5f0667(0xa5),'kjUYN':function(_0xbbe77,_0x4810f8){return _0xbbe77(_0x4810f8);},'Juuup':_0x5f0667(0x290),'ChVVW':_0x5f0667(0x160),'opTPi':_0x5f0667(0x23e),'WzOhc':function(_0x91b38b,_0x5159f6){return _0x91b38b||_0x5159f6;},'USrzz':'browserstack.accessibilityOptions.authToken','AuqIt':function(_0x30e4d3,_0x223141){return _0x30e4d3(_0x223141);},'aLIkN':'../../../helpers/accessibility-automation/helper','liXkZ':function(_0x3e3e3a,_0x3866e0){return _0x3e3e3a(_0x3866e0);},'lwRZp':_0x5f0667(0x77),'MVOhY':function(_0x146c22,_0x264617){return _0x146c22===_0x264617;},'yQyoC':_0x5f0667(0x132),'cUYFM':_0x5f0667(0x1a4),'ghIJM':function(_0x331777,_0x2c2ed7){return _0x331777===_0x2c2ed7;},'hgPkt':_0x5f0667(0xd9),'oQwAg':_0x5f0667(0x219),'PqUDE':function(_0x56b7e6,_0x16a033){return _0x56b7e6===_0x16a033;},'KQyHH':_0x5f0667(0x7b),'rzsPN':_0x5f0667(0x1d9),'UuBjA':_0x5f0667(0xdf),'HZGJA':'true'};global[_0x5f0667(0xaa)]=global['__accessibilityOptions']||{};const _0x4d85d4=Array[_0x5f0667(0x22e)](_0x1f1d6b)?_0x1f1d6b[_0x5f0667(0x247)]:_0xb49463[_0x5f0667(0xfc)];logger['debug'](_0x5f0667(0x1bf)+_0x4d85d4+_0x5f0667(0x103)+(process[_0x5f0667(0x274)][_0x5f0667(0x2a4)]||_0xb49463[_0x5f0667(0x1ed)])+_0x5f0667(0x91)+process[_0x5f0667(0xf2)]);for(const _0x22ca12 of _0x1f1d6b){logger[_0x5f0667(0x278)](_0x5f0667(0x233)+_0x22ca12['getName']());if(_0xb49463[_0x5f0667(0x239)](_0x22ca12[_0x5f0667(0xcd)](),_0xb49463['VTvJa'])){const _0x340f19=_0x22ca12[_0x5f0667(0xc0)](),_0xb53083=_0x340f19?_0xb49463[_0x5f0667(0x9c)](require,_0xb49463[_0x5f0667(0x265)])['createHash'](_0xb49463['ChVVW'])[_0x5f0667(0x162)](_0x340f19)[_0x5f0667(0x192)](_0xb49463[_0x5f0667(0x193)])[_0x5f0667(0x22c)](0x0,0x8):'';logger[_0x5f0667(0x1c5)](_0x5f0667(0x204)+_0xb49463['WzOhc'](_0x340f19,'')[_0x5f0667(0x247)]+'\x20token_fp='+_0xb53083+_0x5f0667(0x103)+(process['env'][_0x5f0667(0x2a4)]||_0xb49463[_0x5f0667(0x1ed)])+_0x5f0667(0x91)+process[_0x5f0667(0xf2)]),process[_0x5f0667(0x274)][_0x5f0667(0x229)]=_0x340f19,global[_0x5f0667(0xaa)][_0xb49463['USrzz']]=_0x340f19;const _0x37e5da=_0xb49463[_0x5f0667(0x19e)](require,_0xb49463['aLIkN']),{isTrue:_0x509d01}=_0xb49463[_0x5f0667(0x18d)](require,_0xb49463[_0x5f0667(0x1a0)]),_0x4de1e4=_0x37e5da['parseA11yJwtPayload'](_0x340f19);_0x4de1e4&&_0xb49463['AuqIt'](_0x509d01,_0x4de1e4[_0x5f0667(0x29c)])&&(process[_0x5f0667(0x274)][_0x5f0667(0x295)]=!![]);}else{if(_0xb49463[_0x5f0667(0x10f)](_0x22ca12[_0x5f0667(0xcd)](),_0xb49463[_0x5f0667(0x2bb)]))global[_0x5f0667(0xaa)][_0xb49463['cUYFM']]=_0x22ca12[_0x5f0667(0xc0)]();else{if(_0xb49463[_0x5f0667(0x10a)](_0x22ca12[_0x5f0667(0xcd)](),_0xb49463['hgPkt']))global[_0x5f0667(0xaa)][_0xb49463[_0x5f0667(0x29a)]]=_0x22ca12[_0x5f0667(0xc0)]();else{if(_0xb49463[_0x5f0667(0x2c7)](_0x22ca12[_0x5f0667(0xcd)](),_0xb49463[_0x5f0667(0xa8)]))global['__accessibilityOptions'][_0xb49463[_0x5f0667(0x1f9)]]=_0x22ca12[_0x5f0667(0xc0)]();else{if(_0xb49463[_0x5f0667(0x239)](_0x22ca12['getName'](),_0xb49463['UuBjA'])){const _0x41792e=_0x22ca12[_0x5f0667(0xc0)]();process['env'][_0x5f0667(0x156)]=_0xb49463[_0x5f0667(0x9c)](String,_0xb49463[_0x5f0667(0x10a)](_0x41792e,!![])||_0xb49463[_0x5f0667(0x2c7)](_0x41792e,_0xb49463[_0x5f0667(0x276)])),logger['debug'](_0x5f0667(0x221)+_0x41792e+_0x5f0667(0x297)+process[_0x5f0667(0x274)][_0x5f0667(0x156)]);}}}}}}}async[a106_0x47eaba(0x1ca)](_0x1df87a){const _0x45b07b=a106_0x47eaba,_0x2f21f9={};_0x2f21f9['HGVnP']=function(_0x369904,_0x32eb15){return _0x369904!==_0x32eb15;},_0x2f21f9[_0x45b07b(0x150)]=_0x45b07b(0x26a),_0x2f21f9[_0x45b07b(0x1ee)]=function(_0x4e9558,_0x57f99b){return _0x4e9558!==_0x57f99b;},_0x2f21f9['DxPTd']=_0x45b07b(0x216),_0x2f21f9['GlrkH']=_0x45b07b(0x15f),_0x2f21f9[_0x45b07b(0x16c)]=function(_0x585263,_0x4479a8){return _0x585263!==_0x4479a8;},_0x2f21f9['UMFjr']=_0x45b07b(0x170);const _0x442e66=_0x2f21f9;if(_0x442e66[_0x45b07b(0x210)](_0x1df87a['testFramework'],_0x442e66[_0x45b07b(0x150)])&&_0x442e66[_0x45b07b(0x1ee)](_0x1df87a[_0x45b07b(0x264)],_0x442e66[_0x45b07b(0xe9)])&&_0x442e66['HGVnP'](_0x1df87a[_0x45b07b(0x264)],_0x442e66[_0x45b07b(0x24e)])&&_0x442e66[_0x45b07b(0x16c)](_0x1df87a['testFramework'],FRAMEWORKS['NODE_GENERIC'])){logger[_0x45b07b(0x278)]('onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x1df87a[_0x45b07b(0x264)]+')');return;}const _0x27faf9=_0x1df87a[_0x45b07b(0x1e2)]?.[_0x45b07b(0x2a0)]||_0x1df87a['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x45b07b(0x1c5)](_0x45b07b(0x1de)+_0x1df87a[_0x45b07b(0x264)]+_0x45b07b(0x1a5)+_0x27faf9);try{const _0x51cffa=_0x1df87a['instance']||AutomationFramework[_0x45b07b(0x11d)](),_0x2ec18d=CLIUtils[_0x45b07b(0x151)](),_0x2ced11=this[_0x45b07b(0x72)]();logger['debug'](_0x45b07b(0x18e)+(_0x51cffa?.[_0x45b07b(0x2b2)]?.()||_0x442e66[_0x45b07b(0x1a3)])+_0x45b07b(0xc7)+_0x2ced11),_0x2ced11&&await this[_0x45b07b(0x27a)](_0x51cffa,_0x1df87a),this[_0x45b07b(0x136)][_0x45b07b(0x9b)](_0x2ec18d),this['LOG_DISABLED_SHOWN'][_0x45b07b(0x9b)](_0x2ec18d);}catch(_0x3df4f8){logger['error'](_0x45b07b(0x148)+(_0x3df4f8[_0x45b07b(0x195)]||_0x3df4f8[_0x45b07b(0x246)]));}}async[a106_0x47eaba(0x27a)](_0x3bfd72,_0x4f24b2){const _0x495047=a106_0x47eaba,_0x44605e={};_0x44605e['tvkat']=function(_0x5eb652,_0x161cf8){return _0x5eb652===_0x161cf8;},_0x44605e[_0x495047(0x145)]=_0x495047(0x2b4),_0x44605e[_0x495047(0x1cd)]=function(_0x5eefcf,_0x366b31){return _0x5eefcf===_0x366b31;},_0x44605e['TBKNJ']=_0x495047(0x216),_0x44605e[_0x495047(0x1f7)]=_0x495047(0x26a),_0x44605e[_0x495047(0x203)]=function(_0x3dddc7,_0x3cea80){return _0x3dddc7===_0x3cea80;},_0x44605e['wFvJQ']=_0x495047(0x8f),_0x44605e[_0x495047(0x16e)]=_0x495047(0x136),_0x44605e['rRdKT']=_0x495047(0x257),_0x44605e[_0x495047(0xb0)]='unknown',_0x44605e[_0x495047(0x182)]='present',_0x44605e['CIAPk']=_0x495047(0x187),_0x44605e[_0x495047(0x7e)]=function(_0x44c48a,_0x56dfc2){return _0x44c48a===_0x56dfc2;},_0x44605e[_0x495047(0x2ad)]=function(_0x3263bd,_0x2dbcb3){return _0x3263bd||_0x2dbcb3;},_0x44605e['irDvi']=function(_0x8fe772,_0x4e4c44){return _0x8fe772||_0x4e4c44;},_0x44605e['Ygdml']='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x44605e[_0x495047(0x173)]=_0x495047(0x242),_0x44605e['EtSzv']=_0x495047(0x2c8);const _0x2d587b=_0x44605e;try{const _0x6cd097=_0x4f24b2[_0x495047(0x264)]||(_0x2d587b['sjZRk'](this['testFrameworkData']?.[_0x495047(0x1e1)]?.[_0x495047(0x14f)](),_0x2d587b[_0x495047(0x268)])?_0x2d587b['TBKNJ']:_0x2d587b[_0x495047(0x1f7)]);let _0x4d4c4c='',_0x24de0e=null,_0x97521b=null;if(_0x2d587b[_0x495047(0x203)](_0x6cd097,_0x2d587b[_0x495047(0x268)])){_0x24de0e=_0x4f24b2[_0x495047(0x1e2)]?.[_0x495047(0x2a0)]||_0x4f24b2[_0x495047(0x1e2)]?.['id']||global[_0x495047(0x1df)];if(!_0x24de0e){logger[_0x495047(0x7f)](_0x2d587b[_0x495047(0x17f)]);return;}try{const _0x2100f5=await GrpcClient[_0x495047(0x24c)]()[_0x495047(0x172)](process[_0x495047(0x274)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x2d587b[_0x495047(0x16e)],_0x2d587b['rRdKT'],_0x24de0e),_0x5deadc=AccessibilityModule[_0x495047(0x23f)](null,_0x2100f5);_0x4d4c4c=_0x5deadc?.[_0x495047(0x113)]||'',logger['debug'](_0x495047(0x163)+_0x4d4c4c+_0x495047(0x146)+_0x24de0e),_0x97521b=_0x2100f5;}catch(_0x59cc67){logger[_0x495047(0xed)](_0x495047(0x2d2)+_0x59cc67[_0x495047(0x246)]);return;}}else{const _0x42d959=this['getTestId'](_0x4f24b2);_0x4d4c4c=TestInfo['getTestUUID'](_0x42d959);}const _0x3138c7=((()=>{const _0x3c738e=_0x495047,_0x3a4656=(this[_0x3c738e(0x21b)]?.[_0x3c738e(0x23c)]?.[_0x3c738e(0x117)]||[])[_0x3c738e(0xba)](_0x382767=>(typeof _0x382767[_0x3c738e(0xcd)]===_0x3c738e(0x2b4)?_0x382767[_0x3c738e(0xcd)]():_0x382767[_0x3c738e(0x1e1)])===this[_0x3c738e(0x24b)]);return _0x3a4656?_0x2d587b[_0x3c738e(0x179)](typeof _0x3a4656[_0x3c738e(0xc0)],_0x2d587b[_0x3c738e(0x145)])?_0x3a4656[_0x3c738e(0xc0)]():_0x3a4656[_0x3c738e(0x1a7)]:'';})()),_0x2e6954=process[_0x495047(0x274)][_0x495047(0x1d4)]||'';logger[_0x495047(0x278)](_0x495047(0x18e)+(_0x3bfd72?.[_0x495047(0x2b2)]?.()||_0x2d587b[_0x495047(0xb0)])+']\x20clear\x20'+_0x4d4c4c+_0x495047(0x87)+_0x3138c7+_0x495047(0x249)+(_0x2e6954?_0x2d587b[_0x495047(0x182)]:_0x2d587b[_0x495047(0x2cb)]));let _0x34d6a1;if(_0x2d587b[_0x495047(0x7e)](_0x6cd097,_0x2d587b[_0x495047(0x268)]))_0x34d6a1=AccessibilityModule[_0x495047(0x23f)](_0x4d4c4c,_0x97521b);else{const _0x11d280=await GrpcClient[_0x495047(0x24c)]()[_0x495047(0x172)](process['env'][_0x495047(0x1e4)],_0x2d587b[_0x495047(0x16e)],_0x2d587b[_0x495047(0x227)]);_0x34d6a1=AccessibilityModule[_0x495047(0x23f)](_0x4d4c4c,_0x11d280);}logger[_0x495047(0x278)](_0x495047(0x13a)+JSON[_0x495047(0x13f)](_0x34d6a1));const _0x547162=Object[_0x495047(0x1b3)]({},{'thTestRunUuid':_0x2d587b[_0x495047(0x2ad)](_0x4d4c4c,''),'thBuildUuid':_0x2d587b[_0x495047(0x2ad)](_0x3138c7,''),'thJwtToken':_0x2d587b[_0x495047(0x263)](_0x2e6954,'')},_0x34d6a1);!this['isAppAccessibility']&&this[_0x495047(0x12d)]()&&(_0x547162[_0x495047(0x107)]=!![],logger[_0x495047(0x278)](_0x2d587b[_0x495047(0x21a)]));logger[_0x495047(0x278)](_0x495047(0xbf)+_0x4d4c4c+',\x20isAppAccessibility='+this['isAppAccessibility']);let _0x5b353f=global[_0x495047(0x90)]?.[_0x495047(0x235)]||null;!_0x5b353f&&(_0x5b353f=AutomationFramework[_0x495047(0xc8)](_0x3bfd72,_0x2d587b['kYOpR'],null)),!_0x5b353f&&(_0x5b353f=AutomationFramework['getState'](_0x3bfd72,_0x2d587b[_0x495047(0x28b)],null)),await this[_0x495047(0x18f)](this['getCurrentAccessibilityStatus'](),_0x4d4c4c,_0x5b353f,_0x547162,this['isAppAccessibility']);}catch(_0x2ad091){logger[_0x495047(0xed)](_0x495047(0xb4)+(_0x2ad091[_0x495047(0x195)]||_0x2ad091[_0x495047(0x246)]));}}async[a106_0x47eaba(0x18f)](_0x37a1dd,_0x1648f1,_0xaaea89,_0x55183e,_0x5d3966){const _0x159060=a106_0x47eaba,_0x3f22f9={};_0x3f22f9[_0x159060(0x213)]=_0x159060(0x257),_0x3f22f9['gnKkt']=function(_0x374464,_0x36f332){return _0x374464&&_0x36f332;},_0x3f22f9[_0x159060(0x1fd)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x3f22f9[_0x159060(0x2b7)]=function(_0x506db2,_0x50be04){return _0x506db2===_0x50be04;},_0x3f22f9[_0x159060(0x292)]=_0x159060(0x187),_0x3f22f9['BHPal']=_0x159060(0x18b),_0x3f22f9[_0x159060(0x8c)]=_0x159060(0x224),_0x3f22f9[_0x159060(0x205)]='afterTestHook',_0x3f22f9[_0x159060(0x22d)]=_0x159060(0xa6),_0x3f22f9[_0x159060(0x202)]=_0x159060(0x2ac),_0x3f22f9[_0x159060(0x8b)]=_0x159060(0x75),_0x3f22f9[_0x159060(0x2ba)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x1e2a51=_0x3f22f9;try{const _0x2405bb=this[_0x159060(0x198)](_0x1e2a51[_0x159060(0x213)]);if(_0x1e2a51[_0x159060(0xbd)](!_0x5d3966,!_0x2405bb)){logger[_0x159060(0x278)](_0x1e2a51['AgVbK']);return;}if(!_0x1648f1||_0x1e2a51[_0x159060(0x2b7)](_0x1648f1,_0x1e2a51[_0x159060(0x292)])||_0x1e2a51[_0x159060(0x2b7)](_0x1648f1,'')){logger['debug'](_0x1e2a51[_0x159060(0x2b0)]);return;}logger[_0x159060(0x278)](_0x159060(0x1c1)+JSON['stringify'](_0x55183e)),_0x37a1dd&&(logger[_0x159060(0x278)](_0x1e2a51[_0x159060(0x8c)]),await this['performScanForCli'](_0xaaea89,_0x1648f1,_0x1e2a51[_0x159060(0x205)],_0x55183e,_0x5d3966,_0x1e2a51[_0x159060(0x22d)]),_0x1e2a51['gnKkt'](!_0x5d3966,_0x2405bb)&&(logger[_0x159060(0x278)](_0x1e2a51[_0x159060(0x202)]),await PerformanceTester['measureWrapper'](_0x1e2a51[_0x159060(0x8b)],async()=>{const _0x5ca7d=_0x159060;await this['performScanForCli'](_0xaaea89,_0x1648f1,_0x1e2a51[_0x5ca7d(0x213)],_0x55183e,_0x5d3966,_0x1e2a51[_0x5ca7d(0x213)]);})()),logger[_0x159060(0x1c5)](_0x1e2a51[_0x159060(0x2ba)]));}catch(_0x14a03f){logger[_0x159060(0xed)](_0x159060(0x1a2)+(_0x14a03f[_0x159060(0x195)]||_0x14a03f[_0x159060(0x246)]));}}async['onBeforeExecute'](_0x3a15d0){const _0x29df91=a106_0x47eaba,_0x55b7db={};_0x55b7db[_0x29df91(0x16d)]=function(_0x5cd9f5,_0x387ed8){return _0x5cd9f5!==_0x387ed8;},_0x55b7db[_0x29df91(0x184)]=_0x29df91(0x26a),_0x55b7db['qIKLR']=function(_0x3fa95e,_0x406dad){return _0x3fa95e!==_0x406dad;},_0x55b7db[_0x29df91(0x79)]='jest',_0x55b7db[_0x29df91(0x1ad)]=_0x29df91(0x15f),_0x55b7db[_0x29df91(0xf8)]=_0x29df91(0x170),_0x55b7db[_0x29df91(0xf0)]=_0x29df91(0x11e),_0x55b7db['iRVWb']=function(_0x51f6a1,_0x4ed5eb){return _0x51f6a1&&_0x4ed5eb;},_0x55b7db['MvJQp']=function(_0x2e6109,_0x263270){return _0x2e6109===_0x263270;},_0x55b7db[_0x29df91(0x15a)]=_0x29df91(0x1f5),_0x55b7db['yrWru']=_0x29df91(0x136),_0x55b7db[_0x29df91(0x26b)]='performScan',_0x55b7db[_0x29df91(0xc9)]=function(_0x19cd31,_0x28c47b){return _0x19cd31===_0x28c47b;},_0x55b7db[_0x29df91(0x126)]='test_run_id',_0x55b7db['elVBU']=_0x29df91(0xef),_0x55b7db['ZdhnE']=function(_0x26c46b,_0x6c7687){return _0x26c46b===_0x6c7687;},_0x55b7db[_0x29df91(0x2d3)]=_0x29df91(0xa6),_0x55b7db['TjEXN']='null';const _0x25eae5=_0x55b7db;if(_0x25eae5[_0x29df91(0x16d)](_0x3a15d0['testFramework'],_0x25eae5[_0x29df91(0x184)])&&_0x25eae5[_0x29df91(0x141)](_0x3a15d0[_0x29df91(0x264)],_0x25eae5[_0x29df91(0x79)])&&_0x25eae5['LEwEW'](_0x3a15d0[_0x29df91(0x264)],_0x25eae5[_0x29df91(0x1ad)])&&_0x25eae5[_0x29df91(0x16d)](_0x3a15d0[_0x29df91(0x264)],FRAMEWORKS[_0x29df91(0x8a)])){logger['debug'](_0x29df91(0x1c3)+_0x3a15d0[_0x29df91(0x264)]+')');return;}logger[_0x29df91(0x278)](_0x29df91(0xde)+(_0x3a15d0[_0x29df91(0x2d0)]||_0x25eae5[_0x29df91(0xf8)])+_0x29df91(0x8d)+_0x3a15d0[_0x29df91(0x264)]);try{const _0x5b01d9=_0x3a15d0[_0x29df91(0x17a)]||AutomationFramework[_0x29df91(0x11d)](),_0x379710=TestFramework['getTrackedInstance'](),_0x2859d8=_0x3a15d0[_0x29df91(0x2d0)]||_0x3a15d0[_0x29df91(0x149)]?.['getName']();if(!_0x2859d8){logger[_0x29df91(0x278)](_0x25eae5[_0x29df91(0xf0)]);return;}if(!this[_0x29df91(0x72)]()){logger[_0x29df91(0x278)](_0x29df91(0x1c2)+_0x2859d8);return;}if(!this['shouldScanForCommand'](_0x2859d8)){logger[_0x29df91(0x278)](_0x29df91(0xb5)+_0x2859d8+_0x29df91(0xc5));return;}const _0x67b1eb=_0x3a15d0[_0x29df91(0xce)]||global[_0x29df91(0x90)]?.[_0x29df91(0x235)],_0xde44ce=_0x3a15d0[_0x29df91(0x12c)]||null;if(_0x25eae5[_0x29df91(0xbb)](!_0x67b1eb,!_0xde44ce)){logger['debug'](_0x29df91(0xe4)+_0x2859d8);return;}let _0x5b2720='',_0xf094fc=null;if(_0x25eae5['MvJQp'](_0x3a15d0[_0x29df91(0x264)],_0x25eae5[_0x29df91(0x79)])){_0xf094fc=_0x3a15d0[_0x29df91(0x1e2)]?.[_0x29df91(0x2a0)]||_0x3a15d0['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0xf094fc){logger['warn'](_0x25eae5[_0x29df91(0x15a)]);return;}try{const _0x514176=await GrpcClient[_0x29df91(0x24c)]()[_0x29df91(0x172)](process[_0x29df91(0x274)][_0x29df91(0x1e4)],_0x25eae5[_0x29df91(0x25d)],_0x25eae5['cHEUs'],_0xf094fc),_0x5cbe09=AccessibilityModule[_0x29df91(0x23f)](null,_0x514176);_0x5b2720=_0x5cbe09?.['thTestRunUuid']||'',logger[_0x29df91(0x278)](_0x29df91(0x16a)+_0x5b2720+_0x29df91(0x146)+_0xf094fc);}catch(_0x3bb692){logger['error'](_0x29df91(0x86)+_0x3bb692[_0x29df91(0x246)]);return;}}else _0x25eae5[_0x29df91(0xc9)](_0x3a15d0[_0x29df91(0x264)],FRAMEWORKS[_0x29df91(0x8a)])?_0x5b2720=_0x3a15d0['testRunId']||'':(_0x5b2720=this[_0x29df91(0xee)](_0x25eae5[_0x29df91(0x126)])||'',!_0x5b2720&&this[_0x29df91(0x12d)]()&&(_0x5b2720=accessibilityHelper[_0x29df91(0x133)]()));const _0x84f357=this[_0x29df91(0xee)](_0x25eae5[_0x29df91(0x130)])||this['accessibilityConfig'][this[_0x29df91(0x24b)]]||null,_0x4e37eb=process[_0x29df91(0x274)][_0x29df91(0x1d4)]||'',_0x59cc20=this[_0x29df91(0x1d7)](_0x2859d8,_0x5b2720,_0x84f357,_0x4e37eb),_0x42e2b6=_0x25eae5[_0x29df91(0x15e)](_0x3a15d0[_0x29df91(0x264)],_0x25eae5[_0x29df91(0x79)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x25eae5['bYHPo'],_0x5b2720,_0xf094fc):await AccessibilityModule[_0x29df91(0x180)](_0x25eae5[_0x29df91(0x2d3)],_0x5b2720);logger[_0x29df91(0x1c5)]('ScanArgs:\x20'+(_0x59cc20?JSON[_0x29df91(0x13f)](_0x59cc20):_0x25eae5['TjEXN']));let _0x3a2403=CLIUtils[_0x29df91(0x84)](_0x59cc20,_0x42e2b6);if(this[_0x29df91(0x109)]){const _0x3946bf=process[_0x29df91(0x274)][_0x29df91(0x229)]||'';_0x3a2403[_0x29df91(0x230)]&&(_0x3a2403[_0x29df91(0x2c6)]=_0x3a2403[_0x29df91(0x230)],delete _0x3a2403[_0x29df91(0x230)]),_0x3a2403=Object[_0x29df91(0x1b3)]({},_0x3a2403,{'authHeader':_0x3a2403[_0x29df91(0x1e8)]||_0x3946bf,'method':_0x2859d8,'scanTimestamp':Date[_0x29df91(0xd4)]()[_0x29df91(0xcf)]()});}logger['info'](_0x29df91(0xe0)+(_0x3a2403?JSON[_0x29df91(0x13f)](_0x3a2403):_0x25eae5[_0x29df91(0x1f3)])),logger[_0x29df91(0x278)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x2859d8);const _0x205ccc=this[_0x29df91(0x109)]?_0xde44ce:_0x67b1eb,_0xdf84be=await this['performScanForCli'](_0x205ccc,_0x5b2720,_0x2859d8,_0x3a2403,this[_0x29df91(0x109)]);logger[_0x29df91(0x278)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x2859d8+_0x29df91(0xfb)+JSON[_0x29df91(0x13f)](_0xdf84be));}catch(_0x2abd34){logger[_0x29df91(0xed)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x2abd34[_0x29df91(0x195)]||_0x2abd34[_0x29df91(0x246)]));}}[a106_0x47eaba(0x251)](){const _0x24eefd=a106_0x47eaba;return this[_0x24eefd(0x72)]();}[a106_0x47eaba(0x1e6)](_0xead6e3){const _0x20cace=a106_0x47eaba,_0xdf6499=CLIUtils[_0x20cace(0x151)]();this[_0x20cace(0x136)]['set'](_0xdf6499,_0xead6e3);}async[a106_0x47eaba(0x2b8)](_0x1ccf62){const _0x194d7b=a106_0x47eaba,_0x1ac6d9={};_0x1ac6d9[_0x194d7b(0x144)]=_0x194d7b(0x170);const _0x42a85e=_0x1ac6d9;try{const _0x88a55a=_0x1ccf62[_0x194d7b(0x17a)]||AutomationFramework[_0x194d7b(0x11d)](),_0x2f9fb4=_0x88a55a?.[_0x194d7b(0x10c)]?.()?.[_0x194d7b(0x166)]?.(this[_0x194d7b(0x1ab)])||![];if(_0x2f9fb4)return;PerformanceTester[_0x194d7b(0x188)](EVENTS[_0x194d7b(0xd1)]);const _0x44c7cc=await GrpcClient[_0x194d7b(0x24c)]()[_0x194d7b(0x20f)](_0x1ccf62);_0x44c7cc&&_0x44c7cc[_0x194d7b(0x26c)]&&_0x44c7cc['getAccessibility']()&&_0x44c7cc['getAccessibility']()['getSuccess']()?(await this[_0x194d7b(0x114)](_0x44c7cc,_0x1ccf62),_0x88a55a?.['getData']&&_0x88a55a[_0x194d7b(0x10c)]()[_0x194d7b(0xad)](this[_0x194d7b(0x1ab)],!![]),logger[_0x194d7b(0x278)]('[platform\x20-\x20'+(_0x88a55a?.['getPlatformIndex']?.()||_0x42a85e['QiTTK'])+_0x194d7b(0x214))):logger['debug']('[platform\x20-\x20'+(_0x88a55a?.['getPlatformIndex']?.()||_0x42a85e[_0x194d7b(0x144)])+_0x194d7b(0xf4)),PerformanceTester[_0x194d7b(0x2d1)](EVENTS[_0x194d7b(0xd1)]);}catch(_0xe1b3d9){PerformanceTester[_0x194d7b(0x2d1)](EVENTS[_0x194d7b(0xd1)],![],_0xe1b3d9['message']),logger[_0x194d7b(0xed)](_0x194d7b(0x11c)+(_0xe1b3d9['stack']||_0xe1b3d9[_0x194d7b(0x246)]));}}async[a106_0x47eaba(0x114)](_0x313afb,_0x2a8307){const _0x54c437=a106_0x47eaba;await this['setAccessibilityConfig'](_0x313afb,_0x2a8307);const _0x383318=_0x313afb['getAccessibility']()[_0x54c437(0x115)]();if(_0x383318){const _0x2129ff=_0x313afb['getTesthub']&&_0x313afb[_0x54c437(0x1ff)]();_0x2129ff&&(this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]=_0x2129ff[_0x54c437(0x1b1)]&&_0x2129ff[_0x54c437(0x1b1)]());}}[a106_0x47eaba(0x102)](_0x2aa184){const _0x157ea3=a106_0x47eaba,_0x2fc327={};_0x2fc327[_0x157ea3(0x1cf)]=function(_0x432475,_0x2bdc71){return _0x432475===_0x2bdc71;};const _0x2f14d5=_0x2fc327;try{if(!_0x2aa184)return![];const _0x5207ac=this[_0x157ea3(0x21b)]?.[_0x157ea3(0x23c)]?.[_0x157ea3(0xc3)]?.[_0x157ea3(0x14c)]||[],_0x2146ee=_0x5207ac[_0x157ea3(0x21d)](_0x4ed5b6=>{const _0x1be5db=_0x157ea3;return _0x4ed5b6['name']&&_0x2f14d5[_0x1be5db(0x1cf)](_0x4ed5b6[_0x1be5db(0x1e1)][_0x1be5db(0x14f)](),_0x2aa184[_0x1be5db(0x14f)]());});return logger[_0x157ea3(0x278)]('shouldScanForCommand:\x20'+_0x2aa184+_0x157ea3(0xd0)+_0x2146ee+_0x157ea3(0xb1)+JSON[_0x157ea3(0x13f)](_0x5207ac[_0x157ea3(0x128)](_0x2917f9=>_0x2917f9[_0x157ea3(0x1e1)]))),_0x2146ee;}catch(_0xf70a15){return logger['debug'](_0x157ea3(0x1ea)+_0xf70a15[_0x157ea3(0x246)]),![];}}[a106_0x47eaba(0x26d)](_0x375e14){const _0x1c9540=a106_0x47eaba,_0x417dee={};_0x417dee[_0x1c9540(0x83)]=function(_0x3a6726,_0xa646dd){return _0x3a6726===_0xa646dd;},_0x417dee[_0x1c9540(0x25e)]='string',_0x417dee['ARsYj']=_0x1c9540(0xb9);const _0x3b9bb3=_0x417dee,_0x2ce2ab=_0x375e14[_0x1c9540(0x111)]&&_0x375e14['getScript']();return _0x2ce2ab&&_0x3b9bb3[_0x1c9540(0x83)](typeof _0x2ce2ab,_0x3b9bb3['XgLUN'])&&_0x2ce2ab[_0x1c9540(0x1da)](_0x3b9bb3[_0x1c9540(0x220)]);}[a106_0x47eaba(0x9f)](_0x418ac8){const _0x3c4fb8=a106_0x47eaba,_0x10e366={};_0x10e366[_0x3c4fb8(0x12e)]=function(_0x133e75,_0x3f32e5){return _0x133e75!==_0x3f32e5;},_0x10e366[_0x3c4fb8(0x189)]=_0x3c4fb8(0x12f),_0x10e366[_0x3c4fb8(0x154)]=_0x3c4fb8(0x136),_0x10e366[_0x3c4fb8(0x9e)]=_0x3c4fb8(0x234),_0x10e366[_0x3c4fb8(0xa0)]='getResults',_0x10e366[_0x3c4fb8(0x29f)]=_0x3c4fb8(0x291);const _0x30786f=_0x10e366,_0x3d5a67=_0x418ac8[_0x3c4fb8(0x111)]&&_0x418ac8[_0x3c4fb8(0x111)]();if(!_0x3d5a67||_0x30786f['WNbFl'](typeof _0x3d5a67,_0x30786f[_0x3c4fb8(0x189)]))return![];return _0x3d5a67[_0x3c4fb8(0x1da)](_0x30786f[_0x3c4fb8(0x154)])||_0x3d5a67[_0x3c4fb8(0x1da)](_0x30786f[_0x3c4fb8(0x9e)])||_0x3d5a67[_0x3c4fb8(0x1da)](_0x30786f['kHJYh'])||_0x3d5a67[_0x3c4fb8(0x1da)](_0x30786f[_0x3c4fb8(0x29f)]);}[a106_0x47eaba(0x12d)](){const _0x30ca70=a106_0x47eaba,_0x2bd966={'xPGCV':function(_0x31e09f,_0x310e06){return _0x31e09f===_0x310e06;},'EbAtA':'function','GgbYw':function(_0x65b6cd,_0x1e6d85){return _0x65b6cd(_0x1e6d85);},'cnWbC':_0x30ca70(0x2c0),'dmWOK':function(_0x1c986a,_0x124c9c){return _0x1c986a(_0x124c9c);},'tOEDf':'browserName','JouJV':function(_0x365263,_0x439bc2){return _0x365263===_0x439bc2;},'QlpFY':function(_0x5f3d93,_0x16e534){return _0x5f3d93(_0x16e534);},'Uxixh':_0x30ca70(0x273),'VyZuZ':function(_0x2d99d4,_0xbe16f4){return _0x2d99d4(_0xbe16f4);},'WdEDA':_0x30ca70(0x153)};try{const _0x20d926=this[_0x30ca70(0x21b)]?.[_0x30ca70(0x23c)]?.[_0x30ca70(0x117)]||[],_0xef211d=_0x165b36=>{const _0x33fdd7=_0x30ca70,_0x479d99=_0x20d926[_0x33fdd7(0xba)](_0x20ff62=>(typeof _0x20ff62[_0x33fdd7(0xcd)]===_0x33fdd7(0x2b4)?_0x20ff62[_0x33fdd7(0xcd)]():_0x20ff62[_0x33fdd7(0x1e1)])===_0x165b36);return _0x479d99?_0x2bd966[_0x33fdd7(0x280)](typeof _0x479d99[_0x33fdd7(0xc0)],_0x2bd966[_0x33fdd7(0x1f8)])?_0x479d99['getValue']():_0x479d99[_0x33fdd7(0x1a7)]:null;},_0x27cdb3=_0x2bd966['GgbYw'](_0xef211d,_0x2bd966[_0x30ca70(0x1bd)]),_0x5d076a=_0x2bd966[_0x30ca70(0x196)](_0xef211d,_0x2bd966[_0x30ca70(0xae)]),_0x74e98c=global[_0x30ca70(0x139)]||_0x27cdb3&&_0x2bd966['JouJV'](_0x2bd966[_0x30ca70(0x23d)](String,_0x27cdb3)[_0x30ca70(0x14f)](),_0x2bd966[_0x30ca70(0x1b0)])&&_0x5d076a&&_0x2bd966['VyZuZ'](String,_0x5d076a)[_0x30ca70(0x14f)]()[_0x30ca70(0x1da)](_0x2bd966[_0x30ca70(0x10d)]);if(!_0x74e98c)return![];if(!accessibilityHelper[_0x30ca70(0xdf)]())return!this[_0x30ca70(0x155)]&&(logger[_0x30ca70(0x7f)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0x30ca70(0x155)]=!![]),![];return!![];}catch(_0x527f0c){return logger[_0x30ca70(0x278)](_0x30ca70(0x135)+_0x527f0c[_0x30ca70(0x246)]),![];}}[a106_0x47eaba(0x1d7)](_0x16b090,_0x3f6189,_0xdf058a,_0x1a23ec){const _0x52937f=a106_0x47eaba,_0x97a4ed={};_0x97a4ed[_0x52937f(0x272)]=function(_0x42f9b6,_0x26a1f5){return _0x42f9b6||_0x26a1f5;},_0x97a4ed[_0x52937f(0x2bd)]=function(_0x5c29a8,_0x234633){return _0x5c29a8&&_0x234633;},_0x97a4ed['UciOW']=function(_0x5567d5,_0x400f41){return _0x5567d5||_0x400f41;},_0x97a4ed[_0x52937f(0xf7)]=_0x52937f(0x76);const _0x514966=_0x97a4ed;let _0x5e8dc2=_0x514966['asJme'](_0x3f6189,'');const _0xe5da54=!this[_0x52937f(0x109)]&&this[_0x52937f(0x12d)]();_0x514966[_0x52937f(0x2bd)](_0xe5da54,!_0x5e8dc2)&&(_0x5e8dc2=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x25ade3={'command':_0x16b090,'thTestRunUuid':_0x5e8dc2,'thBuildUuid':_0x514966[_0x52937f(0x1e9)](_0xdf058a,''),'thJwtToken':_0x514966[_0x52937f(0x272)](_0x1a23ec,''),'timestamp':new Date()[_0x52937f(0x28c)]()};return _0xe5da54&&(_0x25ade3[_0x52937f(0x107)]=!![],logger[_0x52937f(0x278)](_0x514966[_0x52937f(0xf7)])),_0x25ade3;}['getScriptByName'](_0x303127){const _0x485c3a=a106_0x47eaba,_0x341802={};_0x341802[_0x485c3a(0x106)]=function(_0x1f8a69,_0x5dbae8){return _0x1f8a69||_0x5dbae8;};const _0x41d5e5=_0x341802;try{const _0x198932=this[_0x485c3a(0x21b)]?.[_0x485c3a(0x23c)]?.[_0x485c3a(0x2c2)]||[],_0x5a7024=_0x198932[_0x485c3a(0xba)](_0x495847=>_0x495847[_0x485c3a(0x1e1)]===_0x303127);return _0x41d5e5[_0x485c3a(0x106)](_0x5a7024,null);}catch(_0x5ea705){return logger['debug'](_0x485c3a(0x2a6)+_0x303127+':\x20'+_0x5ea705['message']),null;}}async[a106_0x47eaba(0x190)](_0x15eca1,_0x1eb8bc,_0x44c274=null){const _0x48e3d4=a106_0x47eaba,_0x345c1f={'KOrGC':function(_0x1981a9,_0x422b20){return _0x1981a9(_0x422b20);},'KIJCL':_0x48e3d4(0x1a8)};try{if(!_0x15eca1)return logger[_0x48e3d4(0x278)](_0x48e3d4(0xe1)+_0x1eb8bc),null;const _0x15b303=this[_0x48e3d4(0x198)](_0x1eb8bc);if(!_0x15b303||!_0x15b303[_0x48e3d4(0x149)])return logger[_0x48e3d4(0x278)]('executeScriptByName:\x20No\x20'+_0x1eb8bc+_0x48e3d4(0x112)),null;logger['debug'](_0x48e3d4(0x21e)+_0x1eb8bc+_0x48e3d4(0x13c));const _0x1ff211=_0x345c1f[_0x48e3d4(0xca)](require,_0x345c1f[_0x48e3d4(0x134)]),_0x1ae14b=_0x44c274?await _0x1ff211[_0x48e3d4(0x1db)](_0x15eca1,_0x15b303['command'],_0x44c274):await _0x1ff211[_0x48e3d4(0x1db)](_0x15eca1,_0x15b303[_0x48e3d4(0x149)]);return _0x1ae14b;}catch(_0x542518){return logger[_0x48e3d4(0xed)](_0x48e3d4(0xa1)+_0x1eb8bc+':\x20'+(_0x542518[_0x48e3d4(0x195)]||_0x542518[_0x48e3d4(0x246)])),null;}}async[a106_0x47eaba(0x1e0)](_0x3b3e4c,_0x57c632,_0x4e5a2a,_0x2d98f4,_0xf50865,_0x5060e8=a106_0x47eaba(0xa6)){const _0x48160a=a106_0x47eaba,_0x2adfa9={'EnCjZ':function(_0x5e8af9,_0x14deee){return _0x5e8af9===_0x14deee;},'utsPi':_0x48160a(0xa6),'mgWBB':function(_0x51ac0e,_0xc95a1e){return _0x51ac0e(_0xc95a1e);},'ggofZ':_0x48160a(0x1a8),'LGaMT':function(_0x31f076,_0x57002c){return _0x31f076(_0x57002c);}};try{logger[_0x48160a(0x278)](_0x48160a(0x1f6)+_0x4e5a2a+_0x48160a(0x88)+_0x5060e8+_0x48160a(0xd3)+_0xf50865);const _0x40446a=this['getScriptByName'](_0x5060e8);if(!_0x40446a||!_0x40446a[_0x48160a(0x149)]){logger[_0x48160a(0x278)](_0x48160a(0x1d8)+_0x5060e8+_0x48160a(0x1f4));return;}if(_0xf50865){if(_0x3b3e4c[BSTACK_SCAN_IN_PROGRESS]){logger[_0x48160a(0x278)](_0x48160a(0x29d)+_0x4e5a2a);return;}return await PerformanceTester[_0x48160a(0x299)](PerformanceA11yEvents[_0x48160a(0x1d1)],async()=>{const _0x3c38b8=_0x48160a;let _0x5a9fb5=_0x40446a['command'];_0x5a9fb5['includes']('%s')&&(_0x5a9fb5=_0x5a9fb5[_0x3c38b8(0x208)]('%s',JSON['stringify'](_0x2d98f4)));logger[_0x3c38b8(0x278)](_0x3c38b8(0x8e)+_0x4e5a2a),_0x3b3e4c[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x5ab7f5=await _0x3b3e4c[_0x3c38b8(0x270)](_0x5a9fb5);return logger['info']('[App-A11y]\x20Scan\x20result\x20for\x20'+_0x4e5a2a+':\x20'+util[_0x3c38b8(0xfe)](_0x5ab7f5)),_0x5ab7f5;}finally{_0x3b3e4c[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x4e5a2a})();}if(_0x2adfa9[_0x48160a(0x158)](_0x5060e8,_0x2adfa9['utsPi'])){const _0x1950e9=_0x2adfa9[_0x48160a(0x147)](require,_0x2adfa9[_0x48160a(0x232)]),_0x3f7c7d={};_0x3f7c7d[_0x48160a(0x149)]=_0x4e5a2a;const _0x244cbe=await PerformanceTester[_0x48160a(0x299)](PerformanceA11yEvents[_0x48160a(0x1d1)],async()=>{const _0x34df71=_0x48160a;return await _0x1950e9[_0x34df71(0x1db)](_0x3b3e4c,_0x40446a[_0x34df71(0x149)],_0x2d98f4);},_0x3f7c7d)();return logger[_0x48160a(0x1c5)]('Page\x20'+_0x5060e8+_0x48160a(0x17e)+_0x4e5a2a+':\x20'+util[_0x48160a(0xfe)](_0x244cbe)),_0x244cbe;}const _0x27d2d9=_0x2adfa9[_0x48160a(0x1a9)](require,_0x2adfa9['ggofZ']),_0x4a1718=await PerformanceTester[_0x48160a(0x299)](PerformanceA11yEvents[_0x48160a(0x1eb)],async()=>{const _0x1f21f9=_0x48160a;return await _0x27d2d9[_0x1f21f9(0x1db)](_0x3b3e4c,_0x40446a['command'],_0x2d98f4);})();return logger[_0x48160a(0x1c5)]('Page\x20'+_0x5060e8+_0x48160a(0x17e)+_0x4e5a2a+':\x20'+util[_0x48160a(0xfe)](_0x4a1718)),_0x4a1718;}catch(_0x3a73cb){logger[_0x48160a(0xed)](_0x48160a(0xcc)+_0x5060e8+':\x20'+(_0x3a73cb['stack']||_0x3a73cb['message']));}}async[a106_0x47eaba(0x1ce)](_0x46ac8d){const _0x29cca2=a106_0x47eaba,_0x3b355c={'vFNhW':function(_0x2b9254,_0x171db2){return _0x2b9254(_0x171db2);},'gnwZx':'../../../helpers/accessibility-automation/helper'};try{const _0x1a60f5=_0x3b355c[_0x29cca2(0xf1)](require,_0x3b355c[_0x29cca2(0xdc)]);return await _0x1a60f5[_0x29cca2(0x28d)](_0x46ac8d);}catch(_0x21212e){return logger[_0x29cca2(0xed)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x21212e['stack']||_0x21212e[_0x29cca2(0x246)])),![];}}[a106_0x47eaba(0x95)](_0xd29a69,_0x89afb7,_0x17430a){const _0x5c9e01=a106_0x47eaba,_0x4bd54e={'lQMLL':function(_0xf3dd42,_0x32b572){return _0xf3dd42(_0x32b572);},'cvtcY':_0x5c9e01(0x1a8),'wYIkh':_0x5c9e01(0x267),'AMubn':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x1af066=_0x4bd54e['lQMLL'](require,_0x4bd54e['cvtcY']);_0x1af066[_0x5c9e01(0x95)](_0xd29a69,_0x89afb7,_0x17430a);const _0x2f7273=JSON[_0x5c9e01(0x13f)](_0xd29a69)['replace'](/"browserstack\.user":"[^"]*"/g,_0x4bd54e[_0x5c9e01(0x140)])[_0x5c9e01(0x208)](/"browserstack\.key":"[^"]*"/g,_0x4bd54e[_0x5c9e01(0x104)]);logger['debug'](_0x5c9e01(0x25c)+global[_0x5c9e01(0x125)]+'\x20'+_0x2f7273);}catch(_0x35fe3d){logger[_0x5c9e01(0xed)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x35fe3d[_0x5c9e01(0x195)]||_0x35fe3d[_0x5c9e01(0x246)]));}}async[a106_0x47eaba(0xb3)]({fetchFn:_0x27bce7,isNonEmpty:_0x48f730,resultDetail:_0x58052b,totalMs:_0x4a864d,intervalMs:_0x59d015,name:_0x1b72e4}){const _0x5a6593=a106_0x47eaba,_0x15f022={'LCuUE':function(_0x5d0d58,_0x36fce0){return _0x5d0d58+_0x36fce0;},'orFxV':function(_0x12facf,_0x274075){return _0x12facf<_0x274075;},'paxbb':function(_0x264780){return _0x264780();},'kqgfi':function(_0x42ae1f,_0x3bcb90){return _0x42ae1f(_0x3bcb90);},'Uflnb':function(_0x47572c,_0x3acd33){return _0x47572c(_0x3acd33);},'EALSC':function(_0xd2f11a,_0x426a44){return _0xd2f11a>=_0x426a44;},'gKTSl':function(_0x10c198,_0x48c6e4){return _0x10c198+_0x48c6e4;},'kqCel':function(_0x288d60,_0x10ac92){return _0x288d60-_0x10ac92;}},_0x38e15d=Date[_0x5a6593(0xd4)](),_0x3e72ce=_0x15f022[_0x5a6593(0x1cb)](_0x38e15d,_0x4a864d);let _0x376f9c=0x0,_0x739ae8=null,_0x50c270=![];while(_0x15f022[_0x5a6593(0x7d)](Date[_0x5a6593(0xd4)](),_0x3e72ce)){_0x376f9c++,_0x739ae8=await _0x15f022['paxbb'](_0x27bce7),_0x50c270=_0x15f022[_0x5a6593(0x17b)](_0x48f730,_0x739ae8),logger[_0x5a6593(0x278)]('['+_0x1b72e4+']\x20poll\x20attempt='+_0x376f9c+'\x20'+_0x15f022[_0x5a6593(0x1aa)](_0x58052b,_0x739ae8));if(_0x50c270)break;if(_0x15f022['EALSC'](_0x15f022[_0x5a6593(0x2a5)](Date['now'](),_0x59d015),_0x3e72ce))break;await new Promise(_0xa29a1e=>setTimeout(_0xa29a1e,_0x59d015));}return!_0x50c270&&logger[_0x5a6593(0x7f)]('['+_0x1b72e4+_0x5a6593(0x27c)+_0x376f9c+_0x5a6593(0xe2)+_0x15f022['kqCel'](Date[_0x5a6593(0xd4)](),_0x38e15d)+_0x5a6593(0xbe)+_0x15f022[_0x5a6593(0x1aa)](_0x58052b,_0x739ae8)+');\x20returning\x20last\x20value'),_0x739ae8;}async['getAppAccessibilityResults'](_0x3799ec,_0xb20c02){const _0xf444e0=a106_0x47eaba,_0x19d52b={};_0x19d52b[_0xf444e0(0x191)]=_0xf444e0(0x1f2),_0x19d52b[_0xf444e0(0xdb)]=_0xf444e0(0x22a),_0x19d52b['MGaca']='utf-8',_0x19d52b['ujkFp']='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x50d1b3=_0x19d52b;try{const _0x2995f7=process['env'][_0xf444e0(0x1e4)]||'';logger[_0xf444e0(0x1c5)]('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x2995f7+_0xf444e0(0x137)+_0xb20c02+',\x20sessionId='+_0x3799ec);const _0x598371=await GrpcClient[_0xf444e0(0x24c)]()[_0xf444e0(0x89)](_0x2995f7,_0xb20c02,_0x3799ec,_0x50d1b3[_0xf444e0(0x191)]);if(!_0x598371||!_0x598371[_0xf444e0(0x1b2)])return logger[_0xf444e0(0x7f)](_0x50d1b3[_0xf444e0(0xdb)]),[];const _0x48e3f4=_0x598371[_0xf444e0(0x1b2)](),_0x44d52a=Buffer['from'](_0x48e3f4)[_0xf444e0(0xcf)](_0x50d1b3[_0xf444e0(0xf3)])[_0xf444e0(0x181)]();if(!_0x44d52a)return logger[_0xf444e0(0x7f)](_0x50d1b3[_0xf444e0(0x288)]),[];return JSON[_0xf444e0(0x255)](_0x44d52a);}catch(_0x2dc316){return logger['error'](_0xf444e0(0xac)+(_0x2dc316[_0xf444e0(0x195)]||_0x2dc316[_0xf444e0(0x246)])),[];}}async[a106_0x47eaba(0x277)](_0x1749c7,_0x4c5eec){const _0x2c80de=a106_0x47eaba,_0x12f133={};_0x12f133['VxAOp']='getResultsSummary',_0x12f133[_0x2c80de(0x165)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary',_0x12f133[_0x2c80de(0xb7)]=_0x2c80de(0x285),_0x12f133['pACOF']='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x5d246c=_0x12f133;try{const _0x12ca55=process[_0x2c80de(0x274)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger[_0x2c80de(0x1c5)](_0x2c80de(0x11f)+_0x12ca55+_0x2c80de(0x137)+_0x4c5eec+',\x20sessionId='+_0x1749c7);const _0x3fbeda=await GrpcClient['getInstance']()[_0x2c80de(0x89)](_0x12ca55,_0x4c5eec,_0x1749c7,_0x5d246c[_0x2c80de(0xe6)]);if(!_0x3fbeda||!_0x3fbeda[_0x2c80de(0x1b2)])return logger[_0x2c80de(0x7f)](_0x5d246c[_0x2c80de(0x165)]),{};const _0x3e3638=_0x3fbeda[_0x2c80de(0x1b2)](),_0x388d88=Buffer['from'](_0x3e3638)[_0x2c80de(0xcf)](_0x5d246c[_0x2c80de(0xb7)])[_0x2c80de(0x181)]();if(!_0x388d88)return logger['warn'](_0x5d246c[_0x2c80de(0x105)]),{};return JSON[_0x2c80de(0x255)](_0x388d88);}catch(_0x11f4a2){return logger[_0x2c80de(0xed)](_0x2c80de(0x1d5)+(_0x11f4a2['stack']||_0x11f4a2[_0x2c80de(0x246)])),{};}}async[a106_0x47eaba(0x10b)](_0x344c56){const _0x31d686=a106_0x47eaba,_0x49f471={};_0x49f471[_0x31d686(0x14b)]=_0x31d686(0x1cc),_0x49f471[_0x31d686(0x97)]=function(_0x4ac233,_0x42c8ab){return _0x4ac233>_0x42c8ab;},_0x49f471['NJvhw']=_0x31d686(0xbc);const _0x1f6d37=_0x49f471;try{if(!this[_0x31d686(0x72)]())return logger[_0x31d686(0x7f)](_0x1f6d37[_0x31d686(0x14b)]),[];const _0x3af854=this[_0x31d686(0x12d)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x31d686(0x133)]()}:{};_0x1f6d37[_0x31d686(0x97)](Object[_0x31d686(0x161)](_0x3af854)['length'],0x0)&&logger[_0x31d686(0x278)](_0x31d686(0x1bb)+JSON['stringify'](_0x3af854));const _0x1527ac=await this[_0x31d686(0xb3)]({'fetchFn':()=>Object[_0x31d686(0x161)](_0x3af854)[_0x31d686(0x247)]>0x0?this['executeScriptByName'](_0x344c56,_0x31d686(0x1f2),_0x3af854):this[_0x31d686(0x190)](_0x344c56,_0x31d686(0x1f2)),'isNonEmpty':_0x4459ba=>Array['isArray'](_0x4459ba)&&_0x4459ba[_0x31d686(0x247)]>0x0,'resultDetail':_0x1ef391=>'count='+(Array['isArray'](_0x1ef391)?_0x1ef391[_0x31d686(0x247)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x1f6d37[_0x31d686(0x206)]});return _0x1527ac||[];}catch(_0x5f4804){return logger['error'](_0x31d686(0x248)+(_0x5f4804[_0x31d686(0x195)]||_0x5f4804[_0x31d686(0x246)])),[];}}async[a106_0x47eaba(0xb8)](_0x3651fa){const _0x3359d3=a106_0x47eaba,_0x151870={'pWTJU':function(_0x1f1a15,_0x422b35,_0x179fb3){return _0x1f1a15(_0x422b35,_0x179fb3);},'rtEaD':'scan','gMXIh':function(_0x2574c2,_0xd53735){return _0x2574c2(_0xd53735);},'vwaoN':_0x3359d3(0x27f),'BlgwU':_0x3359d3(0x293),'JqYLY':function(_0x4a59e3,_0x56ce08){return _0x4a59e3(_0x56ce08);},'NyHKj':_0x3359d3(0x1f1),'OnrBg':function(_0x787621,_0x176f55){return _0x787621===_0x176f55;},'sJFod':'jest','DmmDc':_0x3359d3(0x1ba),'GUloN':_0x3359d3(0x136),'zGqeT':_0x3359d3(0xef),'XiBdQ':_0x3359d3(0xb8),'UqQHn':'test_run_id','qiuIA':_0x3359d3(0x1e5),'lcMTg':_0x3359d3(0x2cc),'WHvdq':_0x3359d3(0x225),'vYISA':_0x3359d3(0x2b3),'IjOGJ':function(_0x3184c4,_0x1e2454){return _0x3184c4===_0x1e2454;},'ZEsin':'object'};try{if(!this[_0x3359d3(0x72)]())return logger[_0x3359d3(0x7f)](_0x151870[_0x3359d3(0x167)]),{};const _0xfcb048=_0x151870[_0x3359d3(0x200)](require,_0x151870[_0x3359d3(0x1fa)]),_0x3977da=_0xfcb048[_0x3359d3(0x1ae)](),_0x1986af=_0x151870[_0x3359d3(0x215)](_0x3977da?.[_0x3359d3(0x1e1)]?.[_0x3359d3(0x14f)](),_0x151870[_0x3359d3(0x1b4)]);let _0x122511='',_0x2afdb3=null,_0x270d7c=null;if(_0x1986af){_0x2afdb3=global[_0x3359d3(0x1df)]||global[_0x3359d3(0x90)]?.['currentTest']?.[_0x3359d3(0x2a0)]||global['__workerDetails']?.['currentTest']?.['id'];if(!_0x2afdb3)return logger['warn'](_0x151870[_0x3359d3(0x2a8)]),{};try{const _0x279e37=await GrpcClient[_0x3359d3(0x24c)]()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x151870[_0x3359d3(0x19b)],_0x151870[_0x3359d3(0x1f0)],_0x2afdb3),_0x22cef4=AccessibilityModule['loadDriverExecuteParams'](null,_0x279e37);_0x122511=_0x22cef4?.[_0x3359d3(0x113)]||'',logger[_0x3359d3(0x278)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x122511+_0x3359d3(0x146)+_0x2afdb3);const _0x5611f1=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x151870[_0x3359d3(0x1f0)],_0x122511,_0x2afdb3),_0x2f1e39=this[_0x3359d3(0xee)](_0x151870['zGqeT'])||this[_0x3359d3(0x21b)][this[_0x3359d3(0x24b)]]||null,_0x453d28=process[_0x3359d3(0x274)][_0x3359d3(0x1d4)]||'',_0x450ec3=this[_0x3359d3(0x1d7)](_0x151870['XiBdQ'],_0x122511,_0x2f1e39,_0x453d28);_0x270d7c=_0xfcb048['mergeObject'](_0x450ec3,_0x5611f1),logger['debug'](_0x3359d3(0x294)+JSON[_0x3359d3(0x13f)](_0x270d7c));}catch(_0x9646e4){return logger[_0x3359d3(0xed)](_0x3359d3(0x183)+_0x9646e4[_0x3359d3(0x246)]),{};}}else{_0x122511=this[_0x3359d3(0xee)](_0x151870[_0x3359d3(0x212)])||'';!_0x122511&&this[_0x3359d3(0x12d)]()&&(_0x122511=accessibilityHelper[_0x3359d3(0x133)]());const _0xc0b97a=this[_0x3359d3(0xee)](_0x151870[_0x3359d3(0x1fc)])||this[_0x3359d3(0x21b)][this[_0x3359d3(0x24b)]]||null,_0xb80ed=process[_0x3359d3(0x274)][_0x3359d3(0x1d4)]||'';_0x270d7c=this[_0x3359d3(0x1d7)](_0x151870[_0x3359d3(0x1d3)],_0x122511,_0xc0b97a,_0xb80ed);}logger[_0x3359d3(0x278)](_0x151870['qiuIA']);const _0x5aee20=0x15f90,_0x5e0a8f=0x1388;try{await PerformanceTester[_0x3359d3(0x299)](PerformanceA11yEvents[_0x3359d3(0x1d1)],async()=>{const _0x4374fc=_0x3359d3,_0x42b868={'tYgdk':function(_0x50a48b,_0x44873f,_0x4faa36){return _0x151870['pWTJU'](_0x50a48b,_0x44873f,_0x4faa36);}},_0x24c1a1=this[_0x4374fc(0x190)](_0x3651fa,_0x151870[_0x4374fc(0x2a9)],_0x270d7c);let _0x4dfa6d;const _0x52d487=new Promise((_0x5517e5,_0x58b4ef)=>{const _0x25e98d=_0x4374fc;_0x4dfa6d=_0x42b868[_0x25e98d(0x123)](setTimeout,()=>_0x58b4ef(new Error(_0x25e98d(0x24a)+_0x5aee20+'ms')),_0x5aee20);});try{const _0x281a5e=await Promise[_0x4374fc(0x175)]([_0x24c1a1,_0x52d487]);logger[_0x4374fc(0x278)](_0x4374fc(0xe7)+util['format'](_0x281a5e));}finally{_0x151870[_0x4374fc(0x92)](clearTimeout,_0x4dfa6d);}},{'command':_0x151870[_0x3359d3(0x1d3)]})();}catch(_0x3439ee){logger['warn'](_0x3359d3(0xd5)+_0x3439ee['message']+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global[_0x3359d3(0x1c9)]={'reason':_0x151870[_0x3359d3(0xc6)],'at':Date[_0x3359d3(0xd4)](),'where':_0x151870['WHvdq']},await new Promise(_0x3113b8=>setTimeout(_0x3113b8,_0x5e0a8f)),logger[_0x3359d3(0x278)](_0x3359d3(0x1c6)+_0x5e0a8f+'ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary');}const _0xf77008=await this['_pollUntilNonEmpty']({'fetchFn':()=>PerformanceTester[_0x3359d3(0x299)](PerformanceA11yEvents[_0x3359d3(0x121)],async()=>{return await this['executeScriptByName'](_0x3651fa,_0x151870['vwaoN'],_0x270d7c);})(),'isNonEmpty':_0x4da30a=>_0x4da30a&&typeof _0x4da30a['totalIssueCount']==='number'&&_0x4da30a['totalIssueCount']>0x0,'resultDetail':_0x32e108=>_0x3359d3(0x1b5)+(_0x32e108&&typeof _0x32e108[_0x3359d3(0x23b)]===_0x3359d3(0xab)?_0x32e108[_0x3359d3(0x23b)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x151870['WHvdq']});if(!_0xf77008)return logger[_0x3359d3(0x278)](_0x151870['vYISA']),{};return _0x151870[_0x3359d3(0x2b6)](typeof _0xf77008,_0x151870[_0x3359d3(0x22b)])&&global['__bstackA11yScanCapHit']&&(_0xf77008['degraded']=!![],_0xf77008[_0x3359d3(0x244)]=global['__bstackA11yScanCapHit'][_0x3359d3(0x100)]),_0xf77008;}catch(_0x529b80){return logger[_0x3359d3(0xed)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x529b80[_0x3359d3(0x195)]||_0x529b80['message'])),{};}}async[a106_0x47eaba(0x199)](_0x5190bc,_0x1a4a8b,_0x1cd51d=null){const _0x55b5d4=a106_0x47eaba,_0x332270={};_0x332270['vUGyz']=_0x55b5d4(0x26e),_0x332270[_0x55b5d4(0x13d)]=_0x55b5d4(0x7c),_0x332270[_0x55b5d4(0xe5)]=_0x55b5d4(0xf9);const _0x3e0315=_0x332270;try{if(!_0x5190bc)return logger['debug'](_0x3e0315[_0x55b5d4(0x143)]),null;if(!_0x1a4a8b)return logger[_0x55b5d4(0x278)](_0x3e0315[_0x55b5d4(0x13d)]),null;logger[_0x55b5d4(0x278)](_0x3e0315['ubIta']);const _0x4cba74=_0x1cd51d?await _0x5190bc['evaluate'](_0x1a4a8b,_0x1cd51d):await _0x5190bc[_0x55b5d4(0x185)](_0x1a4a8b);return _0x4cba74;}catch(_0x2cf3c0){return logger['error'](_0x55b5d4(0x1d6)+(_0x2cf3c0['stack']||_0x2cf3c0[_0x55b5d4(0x246)])),null;}}static[a106_0x47eaba(0x23f)](_0x29d651,_0x12c3ef){const _0x3cd8b9=a106_0x47eaba,_0x5cc78e={};_0x5cc78e[_0x3cd8b9(0x28a)]=_0x3cd8b9(0x285);const _0x29d059=_0x5cc78e,_0x5b85d1={};_0x5b85d1['thTestRunUuid']=_0x29d651;const _0x2dfce4=_0x5b85d1;let _0x1b828f={};if(_0x12c3ef['getSuccess']()&&_0x12c3ef[_0x3cd8b9(0x108)]())try{_0x1b828f=JSON[_0x3cd8b9(0x255)](Buffer['from'](_0x12c3ef[_0x3cd8b9(0x1dc)]())['toString'](_0x29d059[_0x3cd8b9(0x28a)]));}catch(_0x8e2ff1){logger[_0x3cd8b9(0xed)](_0x3cd8b9(0x236)+_0x8e2ff1['message']),_0x1b828f={};}return CLIUtils['mergeObject'](_0x2dfce4,_0x1b828f);}static async[a106_0x47eaba(0x180)](_0xd328b9,_0x36f015='',_0x101d8d=null){const _0x4f93d0=a106_0x47eaba,_0x5f469b={};_0x5f469b[_0x4f93d0(0x23a)]=_0x4f93d0(0x287),_0x5f469b[_0x4f93d0(0x2c5)]='accessibility';const _0x5b2bc7=_0x5f469b;try{if(!_0x101d8d&&AccessibilityModule[_0x4f93d0(0x81)])return AccessibilityModule[_0x4f93d0(0x2b9)];if(!process[_0x4f93d0(0x274)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x4f93d0(0xed)](_0x5b2bc7[_0x4f93d0(0x23a)]),{};const _0x53d870=await GrpcClient[_0x4f93d0(0x24c)]()[_0x4f93d0(0x172)](process[_0x4f93d0(0x274)][_0x4f93d0(0x1e4)],_0x5b2bc7['gniqG'],_0xd328b9,_0x101d8d),_0x11e121=_0x101d8d?AccessibilityModule[_0x4f93d0(0x23f)](null,_0x53d870)?.[_0x4f93d0(0x113)]||_0x36f015:_0x36f015,_0x31e472=AccessibilityModule['loadDriverExecuteParams'](_0x11e121,_0x53d870);return!_0x101d8d&&(AccessibilityModule[_0x4f93d0(0x2b9)]=_0x31e472,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x31e472;}catch(_0x3c46f5){return logger[_0x4f93d0(0xed)](_0x4f93d0(0x119)+_0xd328b9+':\x20'+(_0x3c46f5[_0x4f93d0(0x195)]||_0x3c46f5[_0x4f93d0(0x246)])),{};}}};function a106_0x237a(){const _0x1183ea=['Performing\x20scan\x20before\x20getting\x20results\x20summary','setShouldScanCurrentTest','../../../helpers/performance/constants.js','authHeader','UciOW','Error\x20in\x20shouldScanForCommand:\x20','SAVE_RESULTS','isPlatformSupported','UCAVr','XXgMx','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','vwaoN','../cliUtils','getResults','TjEXN','\x20script\x20available\x20in\x20scriptsList','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','iPOyr','EbAtA','rzsPN','NyHKj','Exception\x20in\x20isPlatformSupported:\x20','zGqeT','AgVbK','113149xRTIOz','getTesthub','JqYLY','../TestInfo.js','RwAzL','efpMv','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','nnzhE','NJvhw','../state/automationFrameworkState','replace','requiresChromeOptionsValidation','Pkewv','startsWith','onBeforeTest','20kGHviD','concat','getAccessibilityConfig','HGVnP','getTestId','UqQHn','ranOc',']\x20Accessibility\x20configuration\x20initialized\x20successfully','OnrBg','jest','platformCaps','vpgLr','browserstack.accessibilityOptions.scannerVersion','Ygdml','accessibilityConfig','../../../helpers/accessibility-automation/helper','some','Executing\x20','TuwaX','ARsYj','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','HksZt',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','Performing\x20scan\x20before\x20from\x20cli','AccessibilityModule.getResultsSummary','OWZfh','rRdKT','Error\x20checking\x20headless\x20capability:\x20','BS_A11Y_JWT','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','ZEsin','slice','RmeXK','isArray','on\x20non-BrowserStack\x20infrastructure\x20','centralAuthToken','QuVhS','ggofZ','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','performScan','pwPage','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','patchSendMessageToServer',',\x20excludeTags=','gHmPf','AirKt','totalIssueCount','options','QlpFY','hex','loadDriverExecuteParams','RuAbf','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','AUTOMATION_SESSIONS','isEnabledTestcase','degradedReason','getPlatformCaps','message','length','Error\x20in\x20getAccessibilityResults:\x20','\x20a11yToken=','performScan\x20capped\x20at\x20','KEY_TESTHUB_BUILD_ID','getInstance','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','GlrkH','ACCESSIBILITY_INITIALIZED','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','shouldScanCurrentTest','3887068umwKWr','updateData','../grpcClient','parse','7838705KjqxTq','saveResults','currentTest','Hqwmj','isPlatformSupported:\x20caps\x20are\x20null','onBeforeExecute','Processed\x20accessibility\x20caps\x20','yrWru','XgLUN','hUqoU',',\x20testName=','kKbMj','appium:platformName','irDvi','testFramework','Juuup','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','\x22browserstack.user\x22:\x22[REDACTED]\x22','TBKNJ','true','cucumber','cHEUs','getAccessibility','isBrowserstackScriptCommand','performPageScan:\x20Page\x20is\x20null','hjMHT','executeScript','975172LGJReJ','asJme','android','env','excludeTagsInTestingScope','HZGJA','getAppAccessibilityResultsSummary','debug','test-tags-->\x20','stopTestCapture','getCapabilitiesList',']\x20polled\x20','ZlwRY','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','getResultsSummary','xPGCV','Unknown\x20Test','XqALT','setLogDisabledShown','goog:chromeOptions','utf-8','POST','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','ujkFp','DyiXd','LTYcv','EtSzv','toISOString','platformValidation','DRIVER_HAS_URL','has','crypto','saveTestResults','mxUfV','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','\x20env=','15930ISvKMX','measureWrapper','oQwAg','getCapabilities','skipCDPConnectOverride','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','HmIRN','ARtjh','testAnalyticsId','AaBSH','CREATE','bind','JEST_WORKER_ID','gKTSl','Error\x20getting\x20script\x20by\x20name\x20','\x20browser\x20version\x20greater\x20than\x20','DmmDc','rtEaD','test_tags','tYYIs','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','GIjUp','BSSyB','nrLrf','BHPal','NipKy','getPlatformIndex','No\x20summaryResults\x20found.','function','KvEAt','IjOGJ','heiIA','initAccessibilityConfig','_centralAuthA11yConfig','aTHXi','yQyoC','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','YGAJd','browserVersion','joAqF','platformName','../../utils/constants.js','scriptsList','hMafW','--headless=new','gniqG','centralAuthHeader','PqUDE','NON_BROWSERSTACK_AUTOMATION_SESSIONS','swCTm','knMKm','CIAPk','SCAN_CAP_HIT','WlqyN','cweyx','EXECUTE','commandName','end','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','bYHPo','getCurrentAccessibilityStatus','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','870783bBpgXb','a11y:save-results','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','../../../helpers/helper','lbiZD','aAqCW','EQiYY','scannerProcessingTimeout','performPageScan:\x20Script\x20is\x20null','orFxV','whGoh','warn','zqGdz','_centralAuthConfigFetched','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','ctIWQ','mergeObject','latest','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20testHubUuid=','\x20using\x20script:\x20','accessibilityResult','NODE_GENERIC','WkhRW','zMHSO',',\x20framework=','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','__workerDetails','\x22\x20pid=','gMXIh','XjEUX','Error\x20applying\x20sendMessageToServer\x20patch:\x20','processAccessibilityCaps','appium:platformVersion','tFUfO','mrQqh','../../../helpers/classLogger','isAccessibilityAutomationSession','delete','kjUYN','8sqFxUU','JvOgN','isAccessibilityScriptCommand','kHJYh','Error\x20executing\x20script\x20','../../../helpers/performance/performance-tester.js','180lqaljj','KEY_DRIVER_HAS_URL','accessibilityToken','scan','ibQlj','KQyHH','2478ubqdzJ','__accessibilityOptions','number','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','set','tOEDf','dbJyC','XqLEt',',\x20available\x20commands:\x20','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','_pollUntilNonEmpty','Error\x20in\x20stopTestCapture:\x20','onBeforeExecute:\x20Command\x20','getScriptsList','AZHFX','getAccessibilityResultsSummary','browserstack_executor','find','iRVWb','AccessibilityModule.getResults','gnKkt','ms\x20—\x20cache\x20never\x20populated\x20(','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','getValue','../../../helpers/accessibility-automation/constants','getGoogleChromeOptions','commandsToWrap','lnzeY','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','lcMTg',']\x20onAfterTest\x20should\x20scan=','getState','oXWBF','KOrGC','util','Error\x20in\x20performScanForCli\x20for\x20script\x20','getName','page','toString','\x20->\x20','SDK_ACCESSIBILITY_CONFIG','ciCPi',',\x20isAppAccessibility=','now','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','split','TrackedInstance','--headless','scannerVersion','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','KoHqC','gnwZx','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','onBeforeExecute:\x20command=','isMobileScanningEnabledForGroup','MergedScanArgs:\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','x\x20over\x20','FIece','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','ubIta','VxAOp','Scan\x20result:\x20','getContext','DxPTd',']\x20isEnabledTestcase\x20(cucumber)\x20result=','ILaqD','includeTagsInTestingScope','error','getCapabilityValue','testhub_build_uuid','zBFPj','vFNhW','pid','MGaca',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','browser','./baseModule','zJOQK','GigpW','Executing\x20accessibility\x20script\x20on\x20page','mSHsB',',\x20\x0a\x20','nVIVl','../framework/automationFramework','format','Exong','reason','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','shouldScanForCommand','\x20worker=\x22','AMubn','pACOF','CCzAq','is_mobile_session','hasAccessibilityExecuteParams','isAppAccessibility','ghIJM','getAccessibilityResults','getData','WdEDA','lrZGi','MVOhY','join','getScript','\x20script\x20available','thTestRunUuid','loadAccessibilityConfig','getOptions','getCommandsList','capabilitiesList','tSbWB','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','main','RcYxi','Error\x20in\x20initAccessibilityConfig:\x20','getTrackedInstance','onBeforeExecute:\x20No\x20command\x20name\x20provided','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=',',\x20includeTags=','GET_RESULTS_SUMMARY','browserName','tYgdk','browser_version','accessibilityPlatform','hGbfG','toJson','map','KFOYz','PsVjE','--headless=','driver','isMobileWebSession','WNbFl','string','elVBU','headless','wcagVersion','resolveMobileThTestRunUuid','KIJCL','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','accessibility',',\x20testRunId=','getBrowserDisplayName','isMobilePlatform','Accessibility\x20data\x20for\x20extension:\x20','QFOVu','\x20accessibility\x20script\x20on\x20page','gSWUq','wwEFs','stringify','wYIkh','qIKLR','registerObserver','vUGyz','QiTTK','mvIvV','\x20from\x20testIdentifier=','mgWBB','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','command','OknXQ','xwfPs','commandsList','TwiGi','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','toLowerCase','pTjPY','getCurrentInstanceName','setAccessibilityConfig','chrome','oWNpt','_mobileScanningDisabledLogged','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','KEY_TEST_SCOPES','EnCjZ',']\x20isEnabledTestcase\x20(','ovgaZ','OMRgk','isVersionSupported','Error\x20getting\x20capability\x20value\x20for\x20','ZdhnE','testcafe','sha256','keys','update','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','MvxXo','jhynp','get','BlgwU','TZyzD','CEgLs','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','capabilities','yOorA','LEwEW','xbfpq','PRE','unknown','../../utils/playwright-patcher','fetchDriverExecuteParamsEvent','kYOpR','setAccessibilityToken','race','OPSId','DRIVER_INIT','Context','tvkat','instance','kqgfi','_sendMessageServerPatchApplied','JdMwK','\x20result\x20for\x20','wFvJQ','fetchCentralAuthA11yConfig','trim','PyUvN','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','wpyTI','evaluate','EuVVB','null','start','FHezf','MODULE_NAME','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','UgVkS','liXkZ','[platform\x20-\x20','finishScanningForCli','executeScriptByName','NVZEJ','digest','opTPi','zTSjD','stack','dmWOK','OMmqI','getScriptByName','performPageScan','572202leYSGM','GUloN','IJqWG','titlePath','AuqIt','CQpBv','lwRZp','_parseScriptsFromOptions','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','UMFjr','browserstack.accessibilityOptions.wcagVersion',',\x20testIdentifier=','CVfFm','value','../../playwright/accessibility-helper','LGaMT','Uflnb','KEY_INIT','KEY_TEST_NAME','HsVFn','getTestFrameworkDetail','args','Uxixh','getBuildId','getResultResponse','assign','sJFod','totalIssueCount=',']\x20should\x20run\x20accessibility\x20value=','JtlUM','isEnabled','setShouldScan','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','JLJlb','cnWbC','LOG_DISABLED_SHOWN','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','isBrowserSupportedForAccessibility','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','launchCaps','info','[AccessibilityModule.getResultsSummary]\x20waited\x20','applySendMessageToServerPatch','getCommandsToWrap','__bstackA11yScanCapHit','onAfterTest','LCuUE','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','sjZRk','validatePlatformForAccessibility','klLOj','QUIT','PERFORM_SCAN','tKoaQ','XiBdQ','BROWSERSTACK_TESTHUB_JWT','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','Error\x20in\x20performPageScan:\x20','getParamsForScanForCli','performScanForCli:\x20No\x20','browserstack.accessibilityOptions.scannerProcessingTimeout','includes','browserStackEvaluate','getAccessibilityExecuteParams','../framework/testFramework','[AccessibilityModule]\x20onAfterTest:\x20framework=','__jestCurrentTestIdentifier','performScanForCli','name','testInfo','gmXVO','BROWSERSTACK_CLI_BIN_SESSION_ID'];a106_0x237a=function(){return _0x1183ea;};return a106_0x237a();}module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- function a107_0x49ec(){const _0x26b696=['../../../helpers/test-observability/constants.js','1526178rLYplj','9132WACSIX','120QjPnrI','object','testInfo','3487740YtZrlW','client','getModuleName','debug','RjehU','hZDpy','RCoAP','xuJUW','version','IzaIM','458492DfDnId','binSessionId','config','testFrameworkData','4EGCAVs','_test','testCaseStartedId',',\x20platformIndex=','CUCUMBER','Missing\x20binSessionId','1595SRZmWY','11502UMTEOD','../../../helpers/logger.js','5gZknlx','qYWNQ','ohyHW','BaseModule','VgxFI','platformIndex','cMUAI','11652VosvCu','testId','getTestId','2|4|0|3|1','configure','JEST','0|5|4|1|3|2','name','testFramework','847fZObcb','\x20with\x20binSessionId=','split','ensureBinSession','307978EMVZrz'];a107_0x49ec=function(){return _0x26b696;};return a107_0x49ec();}const a107_0x59dde0=a107_0x5726;(function(_0x3e2611,_0x3b8274){const _0x534f93=a107_0x5726,_0xf9ce52=_0x3e2611();while(!![]){try{const _0xeee78c=parseInt(_0x534f93(0x176))/0x1*(-parseInt(_0x534f93(0x161))/0x2)+parseInt(_0x534f93(0x163))/0x3+-parseInt(_0x534f93(0x172))/0x4*(-parseInt(_0x534f93(0x17f))/0x5)+-parseInt(_0x534f93(0x164))/0x6*(-parseInt(_0x534f93(0x15d))/0x7)+-parseInt(_0x534f93(0x165))/0x8*(parseInt(_0x534f93(0x17d))/0x9)+parseInt(_0x534f93(0x168))/0xa+-parseInt(_0x534f93(0x17c))/0xb*(parseInt(_0x534f93(0x186))/0xc);if(_0xeee78c===_0x3b8274)break;else _0xf9ce52['push'](_0xf9ce52['shift']());}catch(_0x2abbf6){_0xf9ce52['push'](_0xf9ce52['shift']());}}}(a107_0x49ec,0x5cdcc));function a107_0x5726(_0x44fee8,_0x195885){const _0x49ec38=a107_0x49ec();return a107_0x5726=function(_0x5726f3,_0x27664f){_0x5726f3=_0x5726f3-0x158;let _0x29eac2=_0x49ec38[_0x5726f3];return _0x29eac2;},a107_0x5726(_0x44fee8,_0x195885);}const logger=require(a107_0x59dde0(0x17e))['winstonLogger'],{FRAMEWORKS}=require(a107_0x59dde0(0x162));class BaseModule{constructor(_0x305d9d=null){const _0x33d127=a107_0x59dde0,_0x509af4={};_0x509af4[_0x33d127(0x171)]=_0x33d127(0x15a),_0x509af4[_0x33d127(0x16d)]=_0x33d127(0x182);const _0x1e9d77=_0x509af4,_0x3dc9f3=_0x1e9d77[_0x33d127(0x171)][_0x33d127(0x15f)]('|');let _0x37d100=0x0;while(!![]){switch(_0x3dc9f3[_0x37d100++]){case'0':this['name']=_0x1e9d77['hZDpy'];continue;case'1':this[_0x33d127(0x174)]={};continue;case'2':this[_0x33d127(0x175)]=this['setTestFrameworkData'](_0x305d9d);continue;case'3':this[_0x33d127(0x169)]=null;continue;case'4':this[_0x33d127(0x184)]=0x0;continue;case'5':this[_0x33d127(0x173)]=null;continue;}break;}}[a107_0x59dde0(0x160)](){const _0x1a0346=a107_0x59dde0,_0x2678a9={};_0x2678a9[_0x1a0346(0x16c)]=_0x1a0346(0x17b);const _0x3726c5=_0x2678a9;if(!this[_0x1a0346(0x173)])throw new Error(_0x3726c5['RjehU']);}[a107_0x59dde0(0x16a)](){return this['name'];}[a107_0x59dde0(0x158)](_0x44b9d9,_0x26bf38,_0x2cdfb2,_0x1d7d3b={}){const _0x1adc19=a107_0x59dde0,_0x17221f={};_0x17221f['RCoAP']=_0x1adc19(0x189);const _0x2aac85=_0x17221f,_0x82da8c=_0x2aac85[_0x1adc19(0x16e)][_0x1adc19(0x15f)]('|');let _0x5f175e=0x0;while(!![]){switch(_0x82da8c[_0x5f175e++]){case'0':this['client']=_0x2cdfb2;continue;case'1':logger[_0x1adc19(0x16b)]('Configured\x20module\x20'+this[_0x1adc19(0x16a)]()+_0x1adc19(0x15e)+_0x44b9d9+_0x1adc19(0x179)+_0x26bf38);continue;case'2':this[_0x1adc19(0x173)]=_0x44b9d9;continue;case'3':this[_0x1adc19(0x174)]=_0x1d7d3b;continue;case'4':this[_0x1adc19(0x184)]=_0x26bf38;continue;}break;}}[a107_0x59dde0(0x188)](_0x2eeb73){const _0x515b2a=a107_0x59dde0,_0x5c7af2={};_0x5c7af2[_0x515b2a(0x181)]=function(_0xe110d1,_0x4c46a3){return _0xe110d1===_0x4c46a3;},_0x5c7af2[_0x515b2a(0x183)]=function(_0x53223d,_0x40b5d2){return _0x53223d===_0x40b5d2;},_0x5c7af2[_0x515b2a(0x180)]=function(_0x6db7ce,_0x1a2877){return _0x6db7ce===_0x1a2877;};const _0x442804=_0x5c7af2;let _0x2dba12='';if(_0x442804['ohyHW'](_0x2eeb73[_0x515b2a(0x15c)],FRAMEWORKS['PLAYWRIGHT']))_0x2dba12=_0x2eeb73['testInfo']?.[_0x515b2a(0x177)]?.['id']||_0x2eeb73['testInfo']?.[_0x515b2a(0x187)];else{if(_0x442804['VgxFI'](_0x2eeb73[_0x515b2a(0x15c)],FRAMEWORKS[_0x515b2a(0x17a)]))_0x2dba12=_0x2eeb73[_0x515b2a(0x167)]?.[_0x515b2a(0x178)];else _0x442804[_0x515b2a(0x180)](_0x2eeb73[_0x515b2a(0x15c)],FRAMEWORKS[_0x515b2a(0x159)])&&(_0x2dba12=_0x2eeb73[_0x515b2a(0x167)]?.['id']);}return _0x2dba12;}['setTestFrameworkData'](_0x379db0){const _0x597eb8=a107_0x59dde0,_0x11c79e={};_0x11c79e['cMUAI']=function(_0xa82e92,_0x3a5b02){return _0xa82e92!==_0x3a5b02;},_0x11c79e[_0x597eb8(0x16f)]=_0x597eb8(0x166);const _0xfaafef=_0x11c79e;if(!_0x379db0||_0xfaafef[_0x597eb8(0x185)](typeof _0x379db0,_0xfaafef[_0x597eb8(0x16f)]))return null;const _0x43a66c={};_0x43a66c['name']=_0x379db0[_0x597eb8(0x15b)],_0x43a66c[_0x597eb8(0x170)]=_0x379db0[_0x597eb8(0x170)]&&_0x379db0[_0x597eb8(0x170)][_0x379db0[_0x597eb8(0x15b)]];const _0x6e5fc=_0x43a66c;return _0x6e5fc;}}module['exports']=BaseModule;
1
+ const a107_0x1e7a63=a107_0x464d;(function(_0x1d3abd,_0x45c20f){const _0x3be3f9=a107_0x464d,_0x81508e=_0x1d3abd();while(!![]){try{const _0x407625=parseInt(_0x3be3f9(0xc0))/0x1+parseInt(_0x3be3f9(0xbe))/0x2*(parseInt(_0x3be3f9(0xb4))/0x3)+-parseInt(_0x3be3f9(0xbc))/0x4+parseInt(_0x3be3f9(0xc2))/0x5+parseInt(_0x3be3f9(0xd1))/0x6*(parseInt(_0x3be3f9(0xad))/0x7)+-parseInt(_0x3be3f9(0xab))/0x8+-parseInt(_0x3be3f9(0xd3))/0x9;if(_0x407625===_0x45c20f)break;else _0x81508e['push'](_0x81508e['shift']());}catch(_0x663319){_0x81508e['push'](_0x81508e['shift']());}}}(a107_0x36cc,0x3ffae));function a107_0x36cc(){const _0x4ad996=['split','../../../helpers/test-observability/constants.js','testCaseStartedId','Missing\x20binSessionId','platformIndex','1957816lKsqTT','BaseModule','833kKiSSQ','binSessionId','setTestFrameworkData','CUCUMBER','getModuleName','testFrameworkData','version','396WgEgYC','config','winstonLogger','BjbsG','object','configure','\x20with\x20binSessionId=','testInfo','646016DeNMWg','name','7902milCgJ','OIOJO','349829jMvpjE','Configured\x20module\x20','117930CmCZEn','getTestId','exports','PLAYWRIGHT','testId',',\x20platformIndex=','ensureBinSession','_test','testFramework','JEST','PyDbM','uajmV','BqEoz','debug','aGpdA','7122QIzjCV','gtVFD','3311163yOVmeJ'];a107_0x36cc=function(){return _0x4ad996;};return a107_0x36cc();}const logger=require('../../../helpers/logger.js')[a107_0x1e7a63(0xb6)],{FRAMEWORKS}=require(a107_0x1e7a63(0xa7));class BaseModule{constructor(_0x51d996=null){const _0x48af65=a107_0x1e7a63,_0x4d1ca1={};_0x4d1ca1[_0x48af65(0xbf)]='5|4|3|1|0|2',_0x4d1ca1['gtVFD']=_0x48af65(0xac);const _0x1f6ecf=_0x4d1ca1,_0x56b053=_0x1f6ecf[_0x48af65(0xbf)][_0x48af65(0xd4)]('|');let _0x553eec=0x0;while(!![]){switch(_0x56b053[_0x553eec++]){case'0':this['client']=null;continue;case'1':this['config']={};continue;case'2':this[_0x48af65(0xb2)]=this[_0x48af65(0xaf)](_0x51d996);continue;case'3':this[_0x48af65(0xaa)]=0x0;continue;case'4':this['binSessionId']=null;continue;case'5':this[_0x48af65(0xbd)]=_0x1f6ecf[_0x48af65(0xd2)];continue;}break;}}[a107_0x1e7a63(0xc8)](){const _0x402eae=a107_0x1e7a63,_0x5e40ec={};_0x5e40ec[_0x402eae(0xcd)]=_0x402eae(0xa9);const _0x4b8284=_0x5e40ec;if(!this[_0x402eae(0xae)])throw new Error(_0x4b8284[_0x402eae(0xcd)]);}[a107_0x1e7a63(0xb1)](){const _0x27ca4b=a107_0x1e7a63;return this[_0x27ca4b(0xbd)];}[a107_0x1e7a63(0xb9)](_0xd4980f,_0x590da4,_0x14dac1,_0x1f8ab4={}){const _0x2cfb92=a107_0x1e7a63,_0x2d68c1={};_0x2d68c1[_0x2cfb92(0xce)]='1|3|2|0|4';const _0x868902=_0x2d68c1,_0x219a17=_0x868902[_0x2cfb92(0xce)][_0x2cfb92(0xd4)]('|');let _0x4d9647=0x0;while(!![]){switch(_0x219a17[_0x4d9647++]){case'0':this[_0x2cfb92(0xb5)]=_0x1f8ab4;continue;case'1':this[_0x2cfb92(0xae)]=_0xd4980f;continue;case'2':this['client']=_0x14dac1;continue;case'3':this[_0x2cfb92(0xaa)]=_0x590da4;continue;case'4':logger[_0x2cfb92(0xcf)](_0x2cfb92(0xc1)+this['getModuleName']()+_0x2cfb92(0xba)+_0xd4980f+_0x2cfb92(0xc7)+_0x590da4);continue;}break;}}[a107_0x1e7a63(0xc3)](_0x2eeb28){const _0x40e67e=a107_0x1e7a63,_0xd337b1={};_0xd337b1[_0x40e67e(0xcc)]=function(_0x43c7f1,_0x17fa3f){return _0x43c7f1===_0x17fa3f;};const _0x1e58e7=_0xd337b1;let _0x1bf0af='';if(_0x1e58e7[_0x40e67e(0xcc)](_0x2eeb28[_0x40e67e(0xca)],FRAMEWORKS[_0x40e67e(0xc5)]))_0x1bf0af=_0x2eeb28[_0x40e67e(0xbb)]?.[_0x40e67e(0xc9)]?.['id']||_0x2eeb28[_0x40e67e(0xbb)]?.[_0x40e67e(0xc6)];else{if(_0x1e58e7['PyDbM'](_0x2eeb28[_0x40e67e(0xca)],FRAMEWORKS[_0x40e67e(0xb0)]))_0x1bf0af=_0x2eeb28[_0x40e67e(0xbb)]?.[_0x40e67e(0xa8)];else _0x1e58e7[_0x40e67e(0xcc)](_0x2eeb28[_0x40e67e(0xca)],FRAMEWORKS[_0x40e67e(0xcb)])&&(_0x1bf0af=_0x2eeb28[_0x40e67e(0xbb)]?.['id']);}return _0x1bf0af;}['setTestFrameworkData'](_0x150f88){const _0xe4eadd=a107_0x1e7a63,_0x33daef={};_0x33daef[_0xe4eadd(0xb7)]=function(_0x2fb8bd,_0x304626){return _0x2fb8bd!==_0x304626;},_0x33daef['aGpdA']=_0xe4eadd(0xb8);const _0x295695=_0x33daef;if(!_0x150f88||_0x295695[_0xe4eadd(0xb7)](typeof _0x150f88,_0x295695[_0xe4eadd(0xd0)]))return null;const _0x3d9fe7={};_0x3d9fe7[_0xe4eadd(0xbd)]=_0x150f88[_0xe4eadd(0xbd)],_0x3d9fe7[_0xe4eadd(0xb3)]=_0x150f88['version']&&_0x150f88[_0xe4eadd(0xb3)][_0x150f88[_0xe4eadd(0xbd)]];const _0xf7defa=_0x3d9fe7;return _0xf7defa;}}function a107_0x464d(_0x3a38d1,_0x9732d4){const _0x36cc85=a107_0x36cc();return a107_0x464d=function(_0x464d5f,_0x47eadd){_0x464d5f=_0x464d5f-0xa7;let _0x5d6a22=_0x36cc85[_0x464d5f];return _0x5d6a22;},a107_0x464d(_0x3a38d1,_0x9732d4);}module[a107_0x1e7a63(0xc4)]=BaseModule;
@@ -1 +1 @@
1
- function a108_0x2515(){const _0xe6d14f=['398870HiGHvZ','vYNOB','okYsD','RUVBF','toLowerCase','setLTSSessionId\x20error:\x20','3dhLCZg','74600VbUGYZ','browserstackAutomation','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','GnVYV','overrideLoadTesting','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','ZaTWH','sMSFW','Fymap','703748FmvmTv','2092020nLHBLD','AzVHK','pWmtB','252RrjaIE','2759265oZltaO','true','env','toString','LJHEN','nfNwZ','6GFpbER','pTZVm','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','message','658880miIBtZ','LTS','setLTSSessionId','warn','UlENG','YdCgp','../../../helpers/helper.js','4895264jIKOHl','BROWSERSTACK_LTS_SESSION_ID\x20cleared','BROWSERSTACK_LTS_SESSION_ID','2rSXXSj','debug','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','LoadTestModule','exports','string','isLTSSession','wrTTo'];a108_0x2515=function(){return _0xe6d14f;};return a108_0x2515();}function a108_0x3006(_0x383136,_0x4f0e66){const _0x2515e7=a108_0x2515();return a108_0x3006=function(_0x300677,_0x3ad632){_0x300677=_0x300677-0x14d;let _0x1f3703=_0x2515e7[_0x300677];return _0x1f3703;},a108_0x3006(_0x383136,_0x4f0e66);}const a108_0x185390=a108_0x3006;(function(_0x528db8,_0x393b04){const _0x7d2f1f=a108_0x3006,_0x27ce71=_0x528db8();while(!![]){try{const _0x1d2157=parseInt(_0x7d2f1f(0x14f))/0x1*(-parseInt(_0x7d2f1f(0x157))/0x2)+-parseInt(_0x7d2f1f(0x15d))/0x3*(-parseInt(_0x7d2f1f(0x167))/0x4)+parseInt(_0x7d2f1f(0x16c))/0x5*(-parseInt(_0x7d2f1f(0x172))/0x6)+parseInt(_0x7d2f1f(0x168))/0x7+-parseInt(_0x7d2f1f(0x15e))/0x8*(-parseInt(_0x7d2f1f(0x16b))/0x9)+parseInt(_0x7d2f1f(0x176))/0xa+parseInt(_0x7d2f1f(0x17d))/0xb;if(_0x1d2157===_0x393b04)break;else _0x27ce71['push'](_0x27ce71['shift']());}catch(_0x1e92f7){_0x27ce71['push'](_0x27ce71['shift']());}}}(a108_0x2515,0x48496));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a108_0x185390(0x152)),{sendToEDS}=require(a108_0x185390(0x17c)),isLTSSession=(_0x16f3a6=null)=>{const _0x11a818=a108_0x185390,_0x4197aa={};_0x4197aa[_0x11a818(0x161)]=function(_0x4540db,_0x62d6dc){return _0x4540db!==_0x62d6dc;},_0x4197aa[_0x11a818(0x17b)]='undefined',_0x4197aa[_0x11a818(0x16a)]=function(_0x2057cf,_0x1b3ed9){return _0x2057cf===_0x1b3ed9;},_0x4197aa[_0x11a818(0x166)]=_0x11a818(0x154),_0x4197aa[_0x11a818(0x159)]=_0x11a818(0x16d),_0x4197aa['sMSFW']=function(_0x3dd25c,_0x531d24){return _0x3dd25c===_0x531d24;},_0x4197aa[_0x11a818(0x17a)]=function(_0x5a08e0,_0x21955f){return _0x5a08e0===_0x21955f;},_0x4197aa[_0x11a818(0x169)]='false';const _0x324317=_0x4197aa;try{if(_0x324317[_0x11a818(0x161)](typeof process[_0x11a818(0x16e)][_0x11a818(0x162)],_0x324317['YdCgp'])){const _0x223162=process[_0x11a818(0x16e)][_0x11a818(0x162)];return _0x324317[_0x11a818(0x16a)](typeof _0x223162,_0x324317[_0x11a818(0x166)])?_0x324317[_0x11a818(0x16a)](_0x223162[_0x11a818(0x15b)](),_0x324317[_0x11a818(0x159)]):!!_0x223162;}const _0x69ca0a=_0x16f3a6&&_0x16f3a6[_0x11a818(0x162)],_0x30e39d=!!(_0x16f3a6&&(_0x324317[_0x11a818(0x165)](_0x16f3a6['browserstackAutomation'],!![])||_0x324317[_0x11a818(0x16a)](_0x16f3a6[_0x11a818(0x15f)],_0x324317[_0x11a818(0x159)]))),_0x11cec7=!!(_0x69ca0a&&_0x324317[_0x11a818(0x17a)](_0x69ca0a[_0x11a818(0x16f)]()['toLowerCase'](),_0x324317[_0x11a818(0x159)])&&!_0x30e39d);return process[_0x11a818(0x16e)][_0x11a818(0x162)]=_0x11cec7?_0x324317['okYsD']:_0x324317[_0x11a818(0x169)],_0x11cec7;}catch(_0x31ddab){return process['env'][_0x11a818(0x162)]=_0x324317[_0x11a818(0x169)],![];}},getLTSSessionId=()=>{const _0x4620fb=a108_0x185390,_0x47cc92={'RUVBF':function(_0x585c77){return _0x585c77();},'bfkhk':_0x4620fb(0x174),'nfNwZ':_0x4620fb(0x160)};try{if(_0x47cc92[_0x4620fb(0x15a)](isLTSSession))return logger[_0x4620fb(0x150)](_0x47cc92['bfkhk']),process['env'][_0x4620fb(0x14e)]||'';}catch(_0x56db9c){logger['error'](_0x4620fb(0x151)+(_0x56db9c&&_0x56db9c[_0x4620fb(0x175)]));}return logger['debug'](_0x47cc92[_0x4620fb(0x171)]),'';},setLTSSessionId=async(_0x219b86={})=>{const _0x1097a4=a108_0x185390,_0x114b02={'KHasB':function(_0x5930f8){return _0x5930f8();},'ltJKG':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','ZaTWH':_0x1097a4(0x14d),'wrTTo':_0x1097a4(0x177),'vYNOB':function(_0x344204,_0x2905dc){return _0x344204(_0x2905dc);},'pTZVm':function(_0x330e88,_0x37abe0,_0x3ae6fc){return _0x330e88(_0x37abe0,_0x3ae6fc);},'LJHEN':function(_0x634ed9,_0x5017a8){return _0x634ed9||_0x5017a8;}};try{const _0x3214ff=_0x114b02['KHasB'](getLTSSessionId);_0x3214ff?(process[_0x1097a4(0x16e)][_0x1097a4(0x14e)]=_0x3214ff,logger['debug'](_0x114b02['ltJKG'])):(delete process[_0x1097a4(0x16e)][_0x1097a4(0x14e)],logger[_0x1097a4(0x150)](_0x114b02[_0x1097a4(0x164)]));try{const _0x2bfa38={'feature':_0x114b02[_0x1097a4(0x156)],'ltsEnabled':_0x114b02[_0x1097a4(0x158)](isLTSSession,_0x219b86),'ltsSessionIdPresent':!!_0x3214ff};await _0x114b02[_0x1097a4(0x173)](sendToEDS,_0x2bfa38,_0x219b86);}catch(_0x4c054f){logger[_0x1097a4(0x179)](_0x1097a4(0x163)+(_0x4c054f&&_0x4c054f['message']));}return _0x114b02[_0x1097a4(0x170)](_0x3214ff,'');}catch(_0x30f73f){return logger['debug'](_0x1097a4(0x15c)+(_0x30f73f&&_0x30f73f[_0x1097a4(0x175)])),'';}},a108_0xd35284={};a108_0xd35284[a108_0x185390(0x155)]=isLTSSession,a108_0xd35284['getLTSSessionId']=getLTSSessionId,a108_0xd35284[a108_0x185390(0x178)]=setLTSSessionId,module[a108_0x185390(0x153)]=a108_0xd35284;
1
+ const a108_0x84f48a=a108_0x588b;function a108_0x588b(_0x483409,_0x2b318f){const _0x1b379e=a108_0x1b37();return a108_0x588b=function(_0x588b5a,_0x320486){_0x588b5a=_0x588b5a-0x193;let _0x4f17c8=_0x1b379e[_0x588b5a];return _0x4f17c8;},a108_0x588b(_0x483409,_0x2b318f);}(function(_0x368ebb,_0x2c24f6){const _0xded373=a108_0x588b,_0x2067cc=_0x368ebb();while(!![]){try{const _0x1384e8=-parseInt(_0xded373(0x1ba))/0x1+-parseInt(_0xded373(0x19e))/0x2*(parseInt(_0xded373(0x199))/0x3)+parseInt(_0xded373(0x1a5))/0x4*(parseInt(_0xded373(0x1a0))/0x5)+-parseInt(_0xded373(0x19b))/0x6*(parseInt(_0xded373(0x1be))/0x7)+parseInt(_0xded373(0x1ab))/0x8+-parseInt(_0xded373(0x19f))/0x9*(parseInt(_0xded373(0x1ad))/0xa)+parseInt(_0xded373(0x1a6))/0xb;if(_0x1384e8===_0x2c24f6)break;else _0x2067cc['push'](_0x2067cc['shift']());}catch(_0x72aab5){_0x2067cc['push'](_0x2067cc['shift']());}}}(a108_0x1b37,0x30915));function a108_0x1b37(){const _0x26f8f0=['rqQZK','undefined','6752qkHJov','5832USayNT','25kUErvi','ltqLn','ZfuQE','eQCDu','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','25404cNGfhw','5332503DsnzLW','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','LfYxY','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','message','1981920xEYXAY','scJml','330fpaPlo','bWHDX','xAVoq','warn','setLTSSessionId','toString','axcCe','NmCPA','BROWSERSTACK_LTS_SESSION_ID','env','getLTSSessionId','LTS','isLTSSession','184871zaMAFf','toLowerCase','qLRFp','exports','193081TfeOXk','BROWSERSTACK_LTS_SESSION_ID\x20cleared','debug','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','kQdPF','pQUxB','browserstackAutomation','euWBC','ocWqt','PbHJR','overrideLoadTesting','123YbaQWd','../../../helpers/helper.js','48HuJWrk'];a108_0x1b37=function(){return _0x26f8f0;};return a108_0x1b37();}const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger('LoadTestModule'),{sendToEDS}=require(a108_0x84f48a(0x19a)),isLTSSession=(_0x54697b=null)=>{const _0x55e2bf=a108_0x84f48a,_0x2a5274={};_0x2a5274['euWBC']=function(_0x2949e6,_0x4eb8d7){return _0x2949e6!==_0x4eb8d7;},_0x2a5274['rqQZK']=_0x55e2bf(0x19d),_0x2a5274['pQUxB']=function(_0x2366df,_0x55d69c){return _0x2366df===_0x55d69c;},_0x2a5274[_0x55e2bf(0x1a1)]='string',_0x2a5274['NmCPA']='true',_0x2a5274[_0x55e2bf(0x1a2)]=function(_0x436974,_0x19aefa){return _0x436974===_0x19aefa;},_0x2a5274[_0x55e2bf(0x1c2)]=function(_0x1895d3,_0xa9da5f){return _0x1895d3===_0xa9da5f;},_0x2a5274[_0x55e2bf(0x197)]='false';const _0x4ac816=_0x2a5274;try{if(_0x4ac816[_0x55e2bf(0x195)](typeof process[_0x55e2bf(0x1b6)]['overrideLoadTesting'],_0x4ac816[_0x55e2bf(0x19c)])){const _0x7c4f28=process[_0x55e2bf(0x1b6)]['overrideLoadTesting'];return _0x4ac816[_0x55e2bf(0x193)](typeof _0x7c4f28,_0x4ac816[_0x55e2bf(0x1a1)])?_0x4ac816[_0x55e2bf(0x193)](_0x7c4f28[_0x55e2bf(0x1bb)](),_0x4ac816['NmCPA']):!!_0x7c4f28;}const _0x4c28b2=_0x54697b&&_0x54697b[_0x55e2bf(0x198)],_0x13cddf=!!(_0x54697b&&(_0x4ac816[_0x55e2bf(0x193)](_0x54697b[_0x55e2bf(0x194)],!![])||_0x4ac816['ZfuQE'](_0x54697b['browserstackAutomation'],_0x4ac816[_0x55e2bf(0x1b4)]))),_0x5f4ef6=!!(_0x4c28b2&&_0x4ac816['kQdPF'](_0x4c28b2[_0x55e2bf(0x1b2)]()[_0x55e2bf(0x1bb)](),_0x4ac816['NmCPA'])&&!_0x13cddf);return process[_0x55e2bf(0x1b6)]['overrideLoadTesting']=_0x5f4ef6?_0x4ac816[_0x55e2bf(0x1b4)]:_0x4ac816[_0x55e2bf(0x197)],_0x5f4ef6;}catch(_0x38882f){return process[_0x55e2bf(0x1b6)][_0x55e2bf(0x198)]=_0x4ac816[_0x55e2bf(0x197)],![];}},getLTSSessionId=()=>{const _0x224733=a108_0x84f48a,_0x3cc231={'XCyUm':function(_0x4ce5cf){return _0x4ce5cf();},'bTdDB':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','LfYxY':_0x224733(0x1a4)};try{if(_0x3cc231['XCyUm'](isLTSSession))return logger[_0x224733(0x1c0)](_0x3cc231['bTdDB']),process[_0x224733(0x1b6)][_0x224733(0x1b5)]||'';}catch(_0x54b8ab){logger['error'](_0x224733(0x1a9)+(_0x54b8ab&&_0x54b8ab[_0x224733(0x1aa)]));}return logger[_0x224733(0x1c0)](_0x3cc231[_0x224733(0x1a8)]),'';},setLTSSessionId=async(_0x2992d9={})=>{const _0x4e247b=a108_0x84f48a,_0x581003={'xAVoq':function(_0x559cc8){return _0x559cc8();},'bWHDX':_0x4e247b(0x1c1),'qLRFp':_0x4e247b(0x1bf),'scJml':_0x4e247b(0x1b8),'eQCDu':function(_0x569009,_0x55cc2c){return _0x569009(_0x55cc2c);},'axcCe':function(_0x2ded0b,_0x4f2b3b,_0x3304d5){return _0x2ded0b(_0x4f2b3b,_0x3304d5);},'ocWqt':function(_0x593fda,_0xc1ee56){return _0x593fda||_0xc1ee56;}};try{const _0x28a7b6=_0x581003[_0x4e247b(0x1af)](getLTSSessionId);_0x28a7b6?(process[_0x4e247b(0x1b6)]['BROWSERSTACK_LTS_SESSION_ID']=_0x28a7b6,logger[_0x4e247b(0x1c0)](_0x581003[_0x4e247b(0x1ae)])):(delete process['env'][_0x4e247b(0x1b5)],logger['debug'](_0x581003[_0x4e247b(0x1bc)]));try{const _0x28332f={'feature':_0x581003[_0x4e247b(0x1ac)],'ltsEnabled':_0x581003[_0x4e247b(0x1a3)](isLTSSession,_0x2992d9),'ltsSessionIdPresent':!!_0x28a7b6};await _0x581003[_0x4e247b(0x1b3)](sendToEDS,_0x28332f,_0x2992d9);}catch(_0x5d0e42){logger[_0x4e247b(0x1b0)](_0x4e247b(0x1a7)+(_0x5d0e42&&_0x5d0e42[_0x4e247b(0x1aa)]));}return _0x581003[_0x4e247b(0x196)](_0x28a7b6,'');}catch(_0x341c45){return logger[_0x4e247b(0x1c0)]('setLTSSessionId\x20error:\x20'+(_0x341c45&&_0x341c45[_0x4e247b(0x1aa)])),'';}},a108_0x38a1a8={};a108_0x38a1a8[a108_0x84f48a(0x1b9)]=isLTSSession,a108_0x38a1a8[a108_0x84f48a(0x1b7)]=getLTSSessionId,a108_0x38a1a8[a108_0x84f48a(0x1b1)]=setLTSSessionId,module[a108_0x84f48a(0x1bd)]=a108_0x38a1a8;
@@ -1 +1 @@
1
- const a109_0x283378=a109_0x2a8e;(function(_0xa26e53,_0x59b649){const _0x22b29c=a109_0x2a8e,_0x5e7d18=_0xa26e53();while(!![]){try{const _0x4c27e7=-parseInt(_0x22b29c(0x7f))/0x1*(-parseInt(_0x22b29c(0x7b))/0x2)+-parseInt(_0x22b29c(0x7c))/0x3*(-parseInt(_0x22b29c(0x92))/0x4)+-parseInt(_0x22b29c(0x89))/0x5+-parseInt(_0x22b29c(0x84))/0x6*(parseInt(_0x22b29c(0x99))/0x7)+-parseInt(_0x22b29c(0x73))/0x8+parseInt(_0x22b29c(0x8e))/0x9*(parseInt(_0x22b29c(0x95))/0xa)+parseInt(_0x22b29c(0x90))/0xb*(parseInt(_0x22b29c(0x94))/0xc);if(_0x4c27e7===_0x59b649)break;else _0x5e7d18['push'](_0x5e7d18['shift']());}catch(_0x44b4d4){_0x5e7d18['push'](_0x5e7d18['shift']());}}}(a109_0x41e5,0x892d2));const BaseModule=require(a109_0x283378(0x78)),{createClassLogger}=require(a109_0x283378(0x91)),AutomationFramework=require(a109_0x283378(0x86)),AutomationFrameworkState=require(a109_0x283378(0x8c)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a109_0x283378(0x9a)),PerformanceTester=require(a109_0x283378(0x88)),{O11y_EVENTS}=require(a109_0x283378(0x97)),constants=require(a109_0x283378(0x81));function a109_0x2a8e(_0x398e45,_0x143d04){const _0x41e5b2=a109_0x41e5();return a109_0x2a8e=function(_0x2a8e57,_0x234378){_0x2a8e57=_0x2a8e57-0x72;let _0x43bf27=_0x41e5b2[_0x2a8e57];return _0x43bf27;},a109_0x2a8e(_0x398e45,_0x143d04);}function a109_0x41e5(){const _0x17f3cf=['debug','../../utils/constants.js','\x20sync\x20done','NBwml','1782042ccieqU','onBeforeTest','../framework/automationFramework.js','logger','../../../helpers/performance/performance-tester.js','4567590sKAoLB','info','name','../state/automationFrameworkState.js','CREATE','9HRxuvU','MODULE_NAME','385ufqbCP','../../../helpers/classLogger.js','24ltDzBy','fxtVu','326556FOTFcZ','3286370lLOvCh','exports','../../../helpers/performance/constants.js','KbtlA','14grDvyk','../../../helpers/helper.js','page','4357664LpvDJE','now','SYNC','gEIjD','start','./baseModule','end','getModuleName','1638376GmbxKo','256917mzgIbl','POST','onBeforeTest:\x20page\x20is\x20not\x20defined','1qKZxTz'];a109_0x41e5=function(){return _0x17f3cf;};return a109_0x41e5();}class ObservabilityModule extends BaseModule{[a109_0x283378(0x87)]=createClassLogger('ObservabilityModule');constructor(_0x28fc71){const _0x539bc9=a109_0x283378,_0x111f37={};_0x111f37[_0x539bc9(0x98)]='ObservabilityModule';const _0x2635ec=_0x111f37;super(),this[_0x539bc9(0x8b)]=_0x2635ec[_0x539bc9(0x98)],this['observabilityConfig']=_0x28fc71,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x539bc9(0x8d)],HookState[_0x539bc9(0x7d)],this[_0x539bc9(0x85)]['bind'](this));}[a109_0x283378(0x7a)](){return ObservabilityModule['MODULE_NAME'];}async[a109_0x283378(0x85)](_0x568c3a){const _0x54f2c6=a109_0x283378,_0x3768af={'gEIjD':function(_0x4288b3,_0x5a86be){return _0x4288b3+_0x5a86be;},'fxtVu':'ObservabilitySync:','qabZQ':function(_0x54b08d,_0x1ea628,_0x80e833,_0x5766f2){return _0x54b08d(_0x1ea628,_0x80e833,_0x5766f2);},'JVPTK':_0x54f2c6(0x80),'NBwml':_0x54f2c6(0x7e)};if(_0x568c3a['page']){const _0x4746ef=_0x568c3a[_0x54f2c6(0x72)],_0x5a07e5=Date[_0x54f2c6(0x74)](),_0x232bbb=_0x3768af[_0x54f2c6(0x76)](_0x3768af[_0x54f2c6(0x93)],_0x5a07e5);PerformanceTester[_0x54f2c6(0x77)](O11y_EVENTS[_0x54f2c6(0x75)]),await _0x3768af['qabZQ'](playwrightAnnotate,_0x4746ef,_0x232bbb,_0x3768af['JVPTK']),PerformanceTester[_0x54f2c6(0x79)](O11y_EVENTS['SYNC']),this[_0x54f2c6(0x87)][_0x54f2c6(0x8a)]('onBeforeTest:\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x54f2c6(0x82));}else this[_0x54f2c6(0x87)][_0x54f2c6(0x80)](_0x3768af[_0x54f2c6(0x83)]);}}ObservabilityModule[a109_0x283378(0x8f)]='ObservabilityModule',module[a109_0x283378(0x96)]=ObservabilityModule;
1
+ const a109_0x14983b=a109_0x52a5;function a109_0x1c56(){const _0x35ee44=['now','registerObserver','MODULE_NAME','onBeforeTest:\x20','ObservabilityModule','name','358eQMiOU','LcEND','2856270ZuqhpP','../framework/automationFramework.js','start','308ZWYjan','16869290RZQEjG','onBeforeTest:\x20page\x20is\x20not\x20defined','../state/hookState.js','kXzoV','bind','GMqwx','SYNC','6266214JhnMsW','44umsmrs','2889whrNkP','192954mWhQfm','observabilityConfig','info','getModuleName','../state/automationFrameworkState.js','222035rvsbKA','POST','end','../../../helpers/helper.js','../../utils/constants.js','debug','logger','../../../helpers/performance/performance-tester.js','\x20sync\x20done','TEST_REPORTING_ANALYTICS','page','fWvpn','183544VhtpoM','aWzmE'];a109_0x1c56=function(){return _0x35ee44;};return a109_0x1c56();}(function(_0x336d6e,_0xd36a74){const _0x5509a0=a109_0x52a5,_0x2d3d48=_0x336d6e();while(!![]){try{const _0x2c565b=-parseInt(_0x5509a0(0x108))/0x1*(-parseInt(_0x5509a0(0x122))/0x2)+parseInt(_0x5509a0(0x109))/0x3+-parseInt(_0x5509a0(0x107))/0x4*(-parseInt(_0x5509a0(0x10e))/0x5)+-parseInt(_0x5509a0(0xfb))/0x6+-parseInt(_0x5509a0(0xfe))/0x7*(-parseInt(_0x5509a0(0x11a))/0x8)+parseInt(_0x5509a0(0x106))/0x9+-parseInt(_0x5509a0(0xff))/0xa;if(_0x2c565b===_0xd36a74)break;else _0x2d3d48['push'](_0x2d3d48['shift']());}catch(_0x66a169){_0x2d3d48['push'](_0x2d3d48['shift']());}}}(a109_0x1c56,0x95952));const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a109_0x14983b(0xfc)),AutomationFrameworkState=require(a109_0x14983b(0x10d)),HookState=require(a109_0x14983b(0x101)),{playwrightAnnotate}=require(a109_0x14983b(0x111)),PerformanceTester=require(a109_0x14983b(0x115)),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a109_0x14983b(0x112));class ObservabilityModule extends BaseModule{[a109_0x14983b(0x114)]=createClassLogger('ObservabilityModule');constructor(_0xb7d2c){const _0x5c8c57=a109_0x14983b,_0x149f51={};_0x149f51['kXzoV']='ObservabilityModule';const _0x45b997=_0x149f51;super(),this[_0x5c8c57(0x121)]=_0x45b997[_0x5c8c57(0x102)],this[_0x5c8c57(0x10a)]=_0xb7d2c,AutomationFramework[_0x5c8c57(0x11d)](AutomationFrameworkState['CREATE'],HookState[_0x5c8c57(0x10f)],this['onBeforeTest'][_0x5c8c57(0x103)](this));}[a109_0x14983b(0x10c)](){const _0x5d72c9=a109_0x14983b;return ObservabilityModule[_0x5d72c9(0x11e)];}async['onBeforeTest'](_0x60afa8){const _0x5e088c=a109_0x14983b,_0x5295ff={'GMqwx':function(_0x2216d0,_0x1399d1){return _0x2216d0+_0x1399d1;},'fWvpn':'ObservabilitySync:','LcEND':function(_0x127665,_0x4ad0c4,_0x56ae1a,_0x58d6f9){return _0x127665(_0x4ad0c4,_0x56ae1a,_0x58d6f9);},'aWzmE':'debug','UEyWh':_0x5e088c(0x100)};if(_0x60afa8[_0x5e088c(0x118)]){const _0x4c3269=_0x60afa8['page'],_0x523926=Date[_0x5e088c(0x11c)](),_0x35223b=_0x5295ff[_0x5e088c(0x104)](_0x5295ff[_0x5e088c(0x119)],_0x523926);PerformanceTester[_0x5e088c(0xfd)](O11y_EVENTS[_0x5e088c(0x105)]),await _0x5295ff[_0x5e088c(0xfa)](playwrightAnnotate,_0x4c3269,_0x35223b,_0x5295ff[_0x5e088c(0x11b)]),PerformanceTester[_0x5e088c(0x110)](O11y_EVENTS[_0x5e088c(0x105)]),this[_0x5e088c(0x114)][_0x5e088c(0x10b)](_0x5e088c(0x11f)+constants[_0x5e088c(0x117)]+_0x5e088c(0x116));}else this[_0x5e088c(0x114)][_0x5e088c(0x113)](_0x5295ff['UEyWh']);}}function a109_0x52a5(_0xf79c2e,_0x3721a8){const _0x1c56c3=a109_0x1c56();return a109_0x52a5=function(_0x52a525,_0x47da54){_0x52a525=_0x52a525-0xfa;let _0x465957=_0x1c56c3[_0x52a525];return _0x465957;},a109_0x52a5(_0xf79c2e,_0x3721a8);}ObservabilityModule[a109_0x14983b(0x11e)]=a109_0x14983b(0x120),module['exports']=ObservabilityModule;