browserstack-node-sdk 1.65.4 → 1.65.6

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_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
+ const a105_0xe259f1=a105_0x3757;(function(_0x6321ed,_0x9ecfac){const _0x4837c3=a105_0x3757,_0x9b8dbd=_0x6321ed();while(!![]){try{const _0x268a5e=-parseInt(_0x4837c3(0xfa))/0x1+parseInt(_0x4837c3(0x102))/0x2*(-parseInt(_0x4837c3(0xf5))/0x3)+-parseInt(_0x4837c3(0x108))/0x4+-parseInt(_0x4837c3(0x100))/0x5*(parseInt(_0x4837c3(0x10a))/0x6)+parseInt(_0x4837c3(0xfc))/0x7+-parseInt(_0x4837c3(0xf2))/0x8+parseInt(_0x4837c3(0x103))/0x9;if(_0x268a5e===_0x9ecfac)break;else _0x9b8dbd['push'](_0x9b8dbd['shift']());}catch(_0x19a644){_0x9b8dbd['push'](_0x9b8dbd['shift']());}}}(a105_0x3337,0x3f9ce));const TrackedContext=require(a105_0xe259f1(0xfb)),crypto=require('crypto'),{threadId}=require(a105_0xe259f1(0xf6));function a105_0x3757(_0x20980f,_0x2adfc2){const _0x3337e3=a105_0x3337();return a105_0x3757=function(_0x3757ca,_0x3a3829){_0x3757ca=_0x3757ca-0xf0;let _0x5b977f=_0x3337e3[_0x3757ca];return _0x5b977f;},a105_0x3757(_0x20980f,_0x2adfc2);}function a105_0x3337(){const _0x1b30d6=['KwViJ','getData','updateData','12845eqFSNK','get','2aEdlEM','12569049ONapRf','keys','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','mDuig','digest','1017520mNfsqv','forEach','678KqZzhs','context','getId','createHash','AxtxN','exports','createContext','pid','1552224ILYhIv','data','set','1027653bXNVow','worker_threads','hex','addMultipleEntries','getContext','515378OfocFi','./trackedContext','3224417Yaldjk'];a105_0x3337=function(){return _0x1b30d6;};return a105_0x3337();}class TrackedInstance{static [a105_0xe259f1(0x105)]='isBrowserstackAutomationSession';constructor(_0x419a0d){const _0x128f14=a105_0xe259f1;this[_0x128f14(0x10b)]=_0x419a0d,this['data']=new Map();}['getRef'](){const _0x704c7d=a105_0xe259f1;return this[_0x704c7d(0x10b)][_0x704c7d(0x10c)]();}[a105_0xe259f1(0xf9)](){return this['context'];}['getAllData'](){const _0x2af95b=a105_0xe259f1;return this[_0x2af95b(0xf3)];}['updateMultipleEntries'](_0x56ec3c){const _0x2ece2e=a105_0xe259f1;Object[_0x2ece2e(0x104)](_0x56ec3c)[_0x2ece2e(0x109)](_0xaeefc3=>{const _0x37f241=_0x2ece2e;this[_0x37f241(0xf3)]['set'](_0xaeefc3,_0x56ec3c[_0xaeefc3]);});}[a105_0xe259f1(0xf8)](_0x215ef7){const _0x1ef874=a105_0xe259f1;Object['entries'](_0x215ef7)[_0x1ef874(0x109)](([_0x4ccb08,_0x5bdfb7])=>{const _0xdd0542=_0x1ef874,_0x4cfb48=this[_0xdd0542(0xf3)][_0xdd0542(0x101)](_0x4ccb08)||{},_0x48bf24={..._0x4cfb48,..._0x5bdfb7},_0x5e2ade=_0x48bf24;this[_0xdd0542(0xf3)][_0xdd0542(0xf4)](_0x4ccb08,_0x5e2ade);});}[a105_0xe259f1(0xfe)](_0x155d0c){const _0x111dc6=a105_0xe259f1;return this[_0x111dc6(0xf3)][_0x111dc6(0x101)](_0x155d0c);}[a105_0xe259f1(0xff)](_0x4453bb,_0x4cd704){const _0xa3caeb=a105_0xe259f1;this['data'][_0xa3caeb(0xf4)](_0x4453bb,_0x4cd704);}static[a105_0xe259f1(0xf0)](_0x35c9da){const _0x55f800=a105_0xe259f1,_0x36a694={};_0x36a694[_0x55f800(0x10e)]='sha256',_0x36a694[_0x55f800(0xfd)]=_0x55f800(0xf7),_0x36a694[_0x55f800(0x106)]=function(_0x56a95f,_0x576c91){return _0x56a95f||_0x576c91;};const _0x5c4dcc=_0x36a694;return new TrackedContext(crypto[_0x55f800(0x10d)](_0x5c4dcc['AxtxN'])['update'](_0x35c9da)[_0x55f800(0x107)](_0x5c4dcc[_0x55f800(0xfd)]),_0x5c4dcc['mDuig'](threadId,0x0),process[_0x55f800(0xf1)],typeof _0x35c9da);}}module[a105_0xe259f1(0x10f)]=TrackedInstance;
@@ -1 +1 @@
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
+ const a106_0x55ecea=a106_0x2ea3;(function(_0x4d8af8,_0x36b506){const _0x18749f=a106_0x2ea3,_0x2e860d=_0x4d8af8();while(!![]){try{const _0x544132=parseInt(_0x18749f(0x1cc))/0x1+parseInt(_0x18749f(0x24c))/0x2+-parseInt(_0x18749f(0x293))/0x3*(parseInt(_0x18749f(0x1c5))/0x4)+parseInt(_0x18749f(0x364))/0x5*(parseInt(_0x18749f(0x276))/0x6)+-parseInt(_0x18749f(0x1a6))/0x7*(parseInt(_0x18749f(0x3a8))/0x8)+parseInt(_0x18749f(0x217))/0x9+parseInt(_0x18749f(0x2cc))/0xa*(-parseInt(_0x18749f(0x3bb))/0xb);if(_0x544132===_0x36b506)break;else _0x2e860d['push'](_0x2e860d['shift']());}catch(_0x2e854a){_0x2e860d['push'](_0x2e860d['shift']());}}}(a106_0x1b11,0x6bd4a));const BaseModule=require(a106_0x55ecea(0x2e7)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a106_0x55ecea(0x2a5)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a106_0x55ecea(0x3a9)),AutomationFrameworkState=require(a106_0x55ecea(0x289)),HookState=require('../state/hookState'),GrpcClient=require(a106_0x55ecea(0x387)),scripts=require(a106_0x55ecea(0x22c)),logger=createClassLogger(a106_0x55ecea(0x34c)),PerformanceTester=require(a106_0x55ecea(0x288)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x55ecea(0x26a)),{nestedKeyValue,isUndefined}=require(a106_0x55ecea(0x322)),util=require(a106_0x55ecea(0x1e2)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a106_0x55ecea(0x20b)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper'),{FRAMEWORKS}=require('../../utils/constants.js');class AccessibilityModule extends BaseModule{static [a106_0x55ecea(0x2c5)]=AccessibilityModule[a106_0x55ecea(0x253)];static [a106_0x55ecea(0x314)]=![];static [a106_0x55ecea(0x34b)]={};constructor(_0x2f223c){const _0x2eddee=a106_0x55ecea,_0x1ae517={};_0x1ae517['qxyyH']=function(_0x3f407f,_0x3b81fa){return _0x3f407f===_0x3b81fa;},_0x1ae517['sFZcg']=_0x2eddee(0x3d1),_0x1ae517[_0x2eddee(0x31d)]=_0x2eddee(0x2a4),_0x1ae517['YtsJj']='DRIVER_HAS_URL',_0x1ae517[_0x2eddee(0x2c9)]='testhub_build_uuid';const _0x4bab3f=_0x1ae517;super(),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x2eddee(0x298)],HookState[_0x2eddee(0x207)],this[_0x2eddee(0x1e7)]['bind'](this)),AutomationFramework[_0x2eddee(0x23f)](AutomationFrameworkState[_0x2eddee(0x38a)],HookState['POST'],this[_0x2eddee(0x1f9)]['bind'](this)),AutomationFramework[_0x2eddee(0x23f)](AutomationFrameworkState[_0x2eddee(0x36f)],HookState[_0x2eddee(0x207)],this[_0x2eddee(0x1d3)][_0x2eddee(0x2da)](this)),this[_0x2eddee(0x3bd)]=!![],this[_0x2eddee(0x3ae)]=_0x2f223c[_0x2eddee(0x318)](),this[_0x2eddee(0x380)]=new Map(),this['LOG_DISABLED_SHOWN']=new Map(),this[_0x2eddee(0x301)]=_0x2f223c[_0x2eddee(0x1c6)]?.()||![],this['capabilities']=[],this[_0x2eddee(0x2ff)]=![],this['_mobileScanningDisabledLogged']=![],this['setAccessibilityToken'](_0x2f223c['getOptions']()[_0x2eddee(0x271)]());const _0x4ebe34=CLIUtils[_0x2eddee(0x36b)]();_0x4ebe34&&_0x4bab3f[_0x2eddee(0x234)](_0x4ebe34[_0x2eddee(0x253)],FRAMEWORKS[_0x2eddee(0x338)])&&this[_0x2eddee(0x31b)](_0x2f223c[_0x2eddee(0x28c)]()),logger['debug'](_0x4bab3f['sFZcg']),this[_0x2eddee(0x279)]=_0x4bab3f['yanno'],this['KEY_DRIVER_HAS_URL']=_0x4bab3f[_0x2eddee(0x337)],this[_0x2eddee(0x2d0)]=_0x4bab3f[_0x2eddee(0x2c9)];}[a106_0x55ecea(0x3bd)](){const _0x57e924=a106_0x55ecea;return this[_0x57e924(0x3bd)];}[a106_0x55ecea(0x3c5)](){const _0x2d2a8c=a106_0x55ecea;return AccessibilityModule[_0x2d2a8c(0x2c5)];}[a106_0x55ecea(0x343)](){const _0x5e1163=a106_0x55ecea;return this[_0x5e1163(0x380)][_0x5e1163(0x3a3)](CLIUtils[_0x5e1163(0x36e)](),![]);}[a106_0x55ecea(0x1cb)](){const _0x2f5fae=a106_0x55ecea;return this['LOG_DISABLED_SHOWN']['get'](CLIUtils[_0x2f5fae(0x36e)](),![]);}[a106_0x55ecea(0x1cf)](_0x5eb771){const _0x5f4ce5=a106_0x55ecea;this[_0x5f4ce5(0x1e3)][_0x5f4ce5(0x21a)](CLIUtils['getCurrentInstanceName'](),_0x5eb771);}[a106_0x55ecea(0x18c)](){const _0x4987ff=a106_0x55ecea,_0x3969ab={'nycbU':_0x4987ff(0x3c0),'pvoho':function(_0x597d86,_0x2e429b){return _0x597d86(_0x2e429b);},'FKLef':_0x4987ff(0x191),'prgYk':_0x4987ff(0x1dd),'PPlxc':_0x4987ff(0x1ab)};if(this[_0x4987ff(0x2ff)]){logger[_0x4987ff(0x354)](_0x3969ab[_0x4987ff(0x260)]);return;}try{const _0x969959=_0x3969ab[_0x4987ff(0x31e)](require,_0x3969ab['FKLef']);_0x969959&&_0x969959[_0x4987ff(0x266)]?(_0x969959[_0x4987ff(0x266)](),this[_0x4987ff(0x2ff)]=!![],logger[_0x4987ff(0x354)](_0x3969ab['prgYk'])):logger[_0x4987ff(0x354)](_0x3969ab['PPlxc']);}catch(_0x266eb4){logger[_0x4987ff(0x354)](_0x4987ff(0x366)+util[_0x4987ff(0x1f6)](_0x266eb4));}}[a106_0x55ecea(0x346)](_0x3bb446=null,_0x2afa5d=null,_0x202551=null){const _0x4cf667=a106_0x55ecea,_0x4c634a={'Tddyb':function(_0x3e8739,_0x42d600){return _0x3e8739&&_0x42d600;},'vCEAR':_0x4cf667(0x352),'ClbPM':function(_0x423e32,_0x197d02){return _0x423e32(_0x197d02);},'nTDFu':_0x4cf667(0x322),'fLgkh':_0x4cf667(0x306),'BgPAK':_0x4cf667(0x2ce),'MVjbi':function(_0xd14225,_0x51586e){return _0xd14225===_0x51586e;},'ZBUGJ':_0x4cf667(0x2b4),'JRHwv':_0x4cf667(0x3d9),'mPjLT':function(_0x51ac13,_0x287f99){return _0x51ac13!==_0x287f99;},'UVqSa':function(_0x4f6673,_0x30ece9,_0x3d7378){return _0x4f6673(_0x30ece9,_0x3d7378);},'kZrdH':function(_0xee2775,_0xd0afb7){return _0xee2775(_0xd0afb7);},'mIxMl':function(_0x45f43f,_0x455e70){return _0x45f43f(_0x455e70);},'klmVR':function(_0x1dfa3f,_0x20d42f){return _0x1dfa3f<_0x20d42f;},'PxZeT':_0x4cf667(0x1df),'iXmGS':function(_0x204b18,_0x5f0d4a){return _0x204b18===_0x5f0d4a;},'GxcNN':_0x4cf667(0x2ab),'lHZHd':'string','yOJtm':_0x4cf667(0x21f),'hOOAB':_0x4cf667(0x3b0),'aXptc':_0x4cf667(0x2cd),'HPyqi':function(_0x2cdc30){return _0x2cdc30();},'zCvoD':_0x4cf667(0x356),'tVYnO':function(_0x5968ca,_0x2d42d2){return _0x5968ca(_0x2d42d2);},'vLpic':function(_0x402ecb,_0x4a2663){return _0x402ecb-_0x4a2663;},'vVISX':function(_0x54374f,_0x1413d5){return _0x54374f>_0x1413d5;},'fcjlS':function(_0xa18d26,_0x2838dc){return _0xa18d26(_0x2838dc);},'TJtix':_0x4cf667(0x23a)};try{if(_0x4c634a[_0x4cf667(0x330)](!_0x2afa5d,!_0x202551))return logger[_0x4cf667(0x354)](_0x4c634a[_0x4cf667(0x335)]),![];const {isUndefined:_0x2df6f3,isBrowserstackInfra:_0x50b070}=_0x4c634a[_0x4cf667(0x309)](require,_0x4c634a[_0x4cf667(0x34f)]);if(!accessibilityHelper[_0x4cf667(0x395)]())return logger[_0x4cf667(0x354)](_0x4c634a[_0x4cf667(0x2ca)]),![];if(this[_0x4cf667(0x301)]){const _0x110601=(_0x2afa5d[_0x4cf667(0x1d0)]||_0x2afa5d[_0x4c634a[_0x4cf667(0x257)]]||'')[_0x4cf667(0x377)]();if(_0x4c634a[_0x4cf667(0x38f)](_0x110601,_0x4c634a['ZBUGJ'])){const _0x4905fd=_0x2afa5d[_0x4c634a['JRHwv']]||_0x2afa5d[_0x4cf667(0x36d)];if(_0x4c634a[_0x4cf667(0x291)](_0x4905fd,undefined)&&_0x4c634a['mPjLT'](_0x4905fd,null)){const _0x22cd41=_0x4c634a[_0x4cf667(0x327)](parseInt,_0x4c634a['kZrdH'](String,_0x4905fd)['split']('.')[0x0],0xa);if(!_0x4c634a[_0x4cf667(0x388)](isNaN,_0x22cd41)&&_0x4c634a[_0x4cf667(0x2a1)](_0x22cd41,0xb))return logger[_0x4cf667(0x230)]('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x4905fd),![];}}return!![];}const _0xa74158=_0x2afa5d[_0x4cf667(0x2bb)]||_0x2afa5d['browser'],_0x86844b=_0x2afa5d[_0x4cf667(0x2ef)]||_0x2afa5d[_0x4cf667(0x3b5)];if(!accessibilityHelper[_0x4cf667(0x1b3)](_0xa74158))return logger[_0x4cf667(0x230)](_0x4c634a[_0x4cf667(0x3a7)]),![];if(accessibilityHelper[_0x4cf667(0x2df)](_0xa74158))try{const _0x3c271b=_0x2afa5d[_0x4cf667(0x32d)],_0x293f4d=_0x4c634a['MVjbi'](_0x3c271b,!![])||_0x4c634a['iXmGS'](_0x3c271b,_0x4c634a['GxcNN'])||_0x4c634a['iXmGS'](typeof _0x3c271b,_0x4c634a['lHZHd'])&&_0x4c634a['iXmGS'](_0x3c271b[_0x4cf667(0x377)](),_0x4c634a[_0x4cf667(0x282)]);if(_0x293f4d)return logger['warn'](_0x4c634a[_0x4cf667(0x1c8)]),![];const _0x30ac5f=_0x2afa5d?.[_0x4cf667(0x334)]?.['args']||_0x2afa5d?.[_0x4c634a[_0x4cf667(0x37f)]]?.[_0x4cf667(0x1f1)]||[];if(Array[_0x4cf667(0x1c4)](_0x30ac5f)&&_0x30ac5f[_0x4cf667(0x3dc)](_0x113904=>typeof _0x113904===_0x4cf667(0x249)&&(_0x113904===_0x4cf667(0x1f3)||_0x113904['startsWith'](_0x4cf667(0x3cd))&&_0x113904!=='--headless=new')))return logger[_0x4cf667(0x230)](_0x4c634a[_0x4cf667(0x1c8)]),![];}catch(_0x2b35d9){logger[_0x4cf667(0x354)](_0x4cf667(0x1d8)+util[_0x4cf667(0x1f6)](_0x2b35d9));}if(_0x4c634a['mPjLT'](_0x86844b,_0x4c634a[_0x4cf667(0x308)])){const _0x4cdcf4=_0x4c634a[_0x4cf667(0x381)](_0x50b070),_0x23dcac=accessibilityHelper['getMinVersionForBrowser'](_0xa74158,_0x4cdcf4),_0x295ef9=accessibilityHelper[_0x4cf667(0x22e)](_0xa74158);if(!accessibilityHelper[_0x4cf667(0x2dd)](_0x86844b,_0x23dcac)){const _0x2b9fdd=_0x4cdcf4?'':_0x4c634a['zCvoD'],_0xcc4246=Number[_0x4cf667(0x229)](_0x4c634a[_0x4cf667(0x190)](parseFloat,_0x23dcac))?_0x4c634a[_0x4cf667(0x39e)](_0x4c634a[_0x4cf667(0x309)](parseFloat,_0x23dcac),0x1):_0x23dcac;return logger[_0x4cf667(0x230)](_0x4cf667(0x1aa)+_0x295ef9+_0x4cf667(0x2ee)+_0xcc4246+'\x20'+_0x2b9fdd+'.'),![];}}else{const _0x6dfedc=_0x2afa5d['browserVersion']||_0x2afa5d[_0x4cf667(0x3b5)]||_0x2afa5d[_0x4cf667(0x280)];if(_0x6dfedc&&_0x4c634a[_0x4cf667(0x291)](_0x6dfedc,_0x4c634a['aXptc'])&&!_0x4c634a[_0x4cf667(0x267)](_0x4c634a[_0x4cf667(0x388)](parseFloat,_0x6dfedc),_0x4c634a[_0x4cf667(0x1fd)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x4cf667(0x230)](_0x4c634a[_0x4cf667(0x390)]),![];}return!![];}catch(_0x72b7ba){return logger[_0x4cf667(0x354)](_0x4cf667(0x3c9)+_0x72b7ba[_0x4cf667(0x374)]),![];}}[a106_0x55ecea(0x350)](_0x8b4633=[],_0x7b9e53,_0x3fc905=a106_0x55ecea(0x3a4)){const _0x28c5bb=a106_0x55ecea,_0x47f5d1={'EyDeZ':function(_0x20bfd1,_0x3c2587){return _0x20bfd1===_0x3c2587;},'DXkvw':'jest','ZPPvO':function(_0x410c5d,_0x1b0b57){return _0x410c5d||_0x1b0b57;},'ObVvv':function(_0x5314dc,_0x4b58ac){return _0x5314dc===_0x4b58ac;},'bRDrn':function(_0x51208e,_0x4e27ba){return _0x51208e&&_0x4e27ba;},'cwCBm':'unknown','wtHRG':function(_0x44aeb6,_0xd70bd7){return _0x44aeb6===_0xd70bd7;},'IfOHT':function(_0x1e58fb,_0x29aa08){return _0x1e58fb(_0x29aa08);},'QJFup':function(_0x4f5485,_0xbdaa0d){return _0x4f5485>_0xbdaa0d;},'dolUc':function(_0x4c6be9,_0x5e57b6){return _0x4c6be9&&_0x5e57b6;}};try{const _0x21df82=process['env'][_0x28c5bb(0x1e8)]?JSON[_0x28c5bb(0x33c)](process[_0x28c5bb(0x1a1)][_0x28c5bb(0x1e8)]):null;if(!_0x21df82)return!![];const _0x45377f=Array[_0x28c5bb(0x1c4)](_0x21df82[_0x28c5bb(0x29e)])?_0x21df82[_0x28c5bb(0x29e)]:[],_0x277595=Array['isArray'](_0x21df82['excludeTagsInTestingScope'])?_0x21df82[_0x28c5bb(0x19d)]:[];if(_0x47f5d1[_0x28c5bb(0x231)](_0x3fc905,_0x47f5d1[_0x28c5bb(0x3ba)])||_0x47f5d1[_0x28c5bb(0x231)](_0x3fc905,FRAMEWORKS['NODE_GENERIC'])){let _0x5d9d00;Array[_0x28c5bb(0x1c4)](_0x8b4633)?_0x5d9d00=_0x8b4633[_0x28c5bb(0x23c)]('\x20'):_0x5d9d00=_0x47f5d1[_0x28c5bb(0x23e)](_0x8b4633,'');const _0x2a2828=_0x3b68c7=>_0x3fc905===FRAMEWORKS[_0x28c5bb(0x338)]&&typeof _0x3b68c7==='string'?_0x3b68c7[_0x28c5bb(0x3a6)](/^@/,'')[_0x28c5bb(0x377)]()[_0x28c5bb(0x2c3)]():_0x3b68c7,_0x44979f=_0x47f5d1[_0x28c5bb(0x1d2)](_0x3fc905,FRAMEWORKS[_0x28c5bb(0x338)])?_0x5d9d00[_0x28c5bb(0x377)]():_0x5d9d00,_0x3ff86e=_0x277595[_0x28c5bb(0x3dc)](_0x1d527d=>_0x44979f[_0x28c5bb(0x2d7)](_0x2a2828(_0x1d527d))),_0x253254=_0x47f5d1[_0x28c5bb(0x231)](_0x45377f['length'],0x0)||_0x45377f[_0x28c5bb(0x3dc)](_0x2e6ff9=>_0x44979f['includes'](_0x2a2828(_0x2e6ff9))),_0x591276=_0x47f5d1[_0x28c5bb(0x319)](!_0x3ff86e,_0x253254);return logger[_0x28c5bb(0x354)]('[platform\x20-\x20'+(_0x7b9e53?.[_0x28c5bb(0x1b9)]?.()||_0x47f5d1[_0x28c5bb(0x1b6)])+_0x28c5bb(0x2bc)+_0x3fc905+_0x28c5bb(0x28e)+_0x591276+_0x28c5bb(0x2b6)+_0x5d9d00+',\x20includeTags='+JSON[_0x28c5bb(0x33e)](_0x45377f)+_0x28c5bb(0x373)+JSON['stringify'](_0x277595)),_0x591276;}const _0x119efb=Array['isArray'](_0x8b4633)?_0x8b4633:[];let _0x53d87b=![],_0x2d66cd=_0x47f5d1[_0x28c5bb(0x361)](_0x45377f[_0x28c5bb(0x1ad)],0x0);const _0x525029=_0x75ed38=>typeof _0x75ed38===_0x28c5bb(0x249)?_0x75ed38[_0x28c5bb(0x3a6)](/^@/,'')[_0x28c5bb(0x377)]()['trim']():_0x75ed38,_0x1d375e=new Set(_0x45377f[_0x28c5bb(0x226)](_0x525029)),_0x261795=new Set(_0x277595[_0x28c5bb(0x226)](_0x525029));for(const _0x1cbb18 of _0x119efb){const _0x2c1486=_0x47f5d1[_0x28c5bb(0x3df)](_0x525029,_0x1cbb18);_0x261795['has'](_0x2c1486)&&(_0x53d87b=!![]),_0x47f5d1['QJFup'](_0x1d375e[_0x28c5bb(0x261)],0x0)&&_0x1d375e['has'](_0x2c1486)&&(_0x2d66cd=!![]);}const _0x4ff031=_0x47f5d1[_0x28c5bb(0x18b)](_0x2d66cd,!_0x53d87b);return logger[_0x28c5bb(0x354)](_0x28c5bb(0x1a9)+(_0x7b9e53?.[_0x28c5bb(0x1b9)]?.()||_0x47f5d1['cwCBm'])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x4ff031+_0x28c5bb(0x244)+JSON[_0x28c5bb(0x33e)](_0x119efb)+_0x28c5bb(0x21c)+JSON[_0x28c5bb(0x33e)](_0x45377f)+',\x20excludeTags='+JSON['stringify'](_0x277595)),_0x4ff031;}catch(_0xf39ae0){return logger[_0x28c5bb(0x354)](_0x28c5bb(0x1a9)+(_0x7b9e53?.['getPlatformIndex']?.()||_0x47f5d1[_0x28c5bb(0x1b6)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0xf39ae0[_0x28c5bb(0x374)]),![];}}async['onBeforeTest'](_0x177935){const _0x324d82=a106_0x55ecea,_0x32a0cb={};_0x32a0cb[_0x324d82(0x1d5)]=function(_0x363aab,_0x3b2160){return _0x363aab!==_0x3b2160;},_0x32a0cb[_0x324d82(0x218)]=_0x324d82(0x3a4),_0x32a0cb[_0x324d82(0x1b1)]='jest',_0x32a0cb[_0x324d82(0x204)]='testcafe',_0x32a0cb[_0x324d82(0x2e1)]=function(_0x181172,_0xcc3e27){return _0x181172!==_0xcc3e27;},_0x32a0cb['XVNdS']=function(_0x55b559,_0x18c8dd){return _0x55b559===_0x18c8dd;},_0x32a0cb[_0x324d82(0x1a4)]=_0x324d82(0x2ab),_0x32a0cb['lHVKH']=function(_0x515cd3,_0x36cc45){return _0x515cd3===_0x36cc45;},_0x32a0cb['EVEsZ']=function(_0x4b9334,_0x194c3f){return _0x4b9334&&_0x194c3f;},_0x32a0cb['YoktC']=_0x324d82(0x2bf),_0x32a0cb[_0x324d82(0x25a)]=_0x324d82(0x227),_0x32a0cb[_0x324d82(0x1bf)]=_0x324d82(0x37c),_0x32a0cb[_0x324d82(0x254)]=_0x324d82(0x26f),_0x32a0cb['Yibop']=function(_0x35c37d,_0x2f90af){return _0x35c37d===_0x2f90af;},_0x32a0cb[_0x324d82(0x2d2)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x32a0cb['dHNTv']=_0x324d82(0x32b),_0x32a0cb[_0x324d82(0x27c)]=function(_0x1604ea,_0x17d807){return _0x1604ea>_0x17d807;},_0x32a0cb['MBCKl']=_0x324d82(0x375),_0x32a0cb[_0x324d82(0x316)]=_0x324d82(0x311),_0x32a0cb['nyrbW']=function(_0x1fcfa1,_0x2b1f2d){return _0x1fcfa1&&_0x2b1f2d;},_0x32a0cb['wtoTl']='unknown';const _0x45d5ad=_0x32a0cb;if(_0x45d5ad[_0x324d82(0x1d5)](_0x177935[_0x324d82(0x250)],_0x45d5ad[_0x324d82(0x218)])&&_0x45d5ad['hNcqJ'](_0x177935[_0x324d82(0x250)],_0x45d5ad['ZQbOP'])&&_0x45d5ad[_0x324d82(0x1d5)](_0x177935[_0x324d82(0x250)],_0x45d5ad[_0x324d82(0x204)])&&_0x45d5ad[_0x324d82(0x2e1)](_0x177935['testFramework'],FRAMEWORKS[_0x324d82(0x338)])){logger[_0x324d82(0x354)](_0x324d82(0x391)+_0x177935['testFramework']+')');return;}try{const _0x314e12=AutomationFramework[_0x324d82(0x24d)](),_0x2e5003=TestFramework[_0x324d82(0x24d)](),_0xc86ec8=_0x177935[_0x324d82(0x341)]||global[_0x324d82(0x368)]?.[_0x324d82(0x3db)]||null;if(_0x45d5ad[_0x324d82(0x303)](_0x177935['testFramework'],_0x45d5ad[_0x324d82(0x204)])){const _0x3c7ca0=_0x177935[_0x324d82(0x2d9)]||_0x314e12&&_0x314e12[_0x324d82(0x186)]&&_0x314e12[_0x324d82(0x186)]()||_0x314e12&&_0x314e12[_0x324d82(0x263)]&&_0x314e12[_0x324d82(0x263)]()||{},_0x24689f=_0x177935[_0x324d82(0x2b3)]||null,_0x34ec62=this[_0x324d82(0x346)](_0x314e12,_0x3c7ca0,_0x24689f),_0x1aabb6=CLIUtils[_0x324d82(0x36e)]();this[_0x324d82(0x380)][_0x324d82(0x21a)](_0x1aabb6,_0x34ec62);global[_0x324d82(0x27f)]?.['getContext']&&global[_0x324d82(0x27f)][_0x324d82(0x1b8)]()['setShouldScan'](_0x34ec62);_0x34ec62?(global['accessibilityPlatform']=!![],process[_0x324d82(0x1a1)][_0x324d82(0x219)]=_0x45d5ad['rLmXb']):global[_0x324d82(0x28b)]=![];logger[_0x324d82(0x354)]('[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported='+_0x34ec62);return;}if(_0x45d5ad[_0x324d82(0x39c)](_0x177935['testFramework'],FRAMEWORKS[_0x324d82(0x338)])){const _0x36a6ff=_0x177935[_0x324d82(0x1ac)]||{},_0x53892b=_0x36a6ff[TestFrameworkConstants[_0x324d82(0x215)]],_0x7f6762=_0x36a6ff[TestFrameworkConstants[_0x324d82(0x2eb)]]||'',_0x4aa2ab=(Array['isArray'](_0x53892b)?_0x53892b[_0x324d82(0x25c)](_0x7f6762)['join']('\x20'):_0x7f6762)['trim'](),_0x5545e2=_0x177935['platformCaps']||_0x314e12&&_0x314e12[_0x324d82(0x186)]&&_0x314e12[_0x324d82(0x186)]()||_0x314e12&&_0x314e12[_0x324d82(0x263)]&&_0x314e12[_0x324d82(0x263)]()||{},_0xec6ca7=this[_0x324d82(0x346)](_0x314e12,_0x5545e2,_0x177935[_0x324d82(0x2b3)]||null),_0x15aadd=this[_0x324d82(0x350)](_0x4aa2ab,_0x314e12,FRAMEWORKS[_0x324d82(0x338)]),_0x35e25d=_0x45d5ad['EVEsZ'](_0xec6ca7,_0x15aadd),_0x5f20d7=CLIUtils[_0x324d82(0x36e)]();this[_0x324d82(0x380)][_0x324d82(0x21a)](_0x5f20d7,_0x35e25d);global[_0x324d82(0x27f)]?.['getContext']&&global['Context'][_0x324d82(0x1b8)]()[_0x324d82(0x1f5)](_0x35e25d);_0x35e25d?(global[_0x324d82(0x28b)]=!![],process[_0x324d82(0x1a1)][_0x324d82(0x219)]=_0x45d5ad[_0x324d82(0x1a4)],this['applySendMessageToServerPatch']()):global[_0x324d82(0x28b)]=![];_0x2e5003&&_0x2e5003['updateData'](_0x45d5ad[_0x324d82(0x333)],!![]);logger['debug'](_0x324d82(0x1c7)+_0xec6ca7+_0x324d82(0x3a1)+_0x15aadd+_0x324d82(0x2b6)+_0x4aa2ab);return;}if(!_0xc86ec8){_0x2e5003&&_0x2e5003[_0x324d82(0x2fb)](_0x45d5ad[_0x324d82(0x333)],!![]);logger[_0x324d82(0x354)](_0x45d5ad['Cthrv']);return;}logger[_0x324d82(0x354)](_0x45d5ad[_0x324d82(0x1bf)]);const _0x4c7117=_0x2e5003?.['getData'](_0x45d5ad[_0x324d82(0x254)],![]),_0x3b00a6=_0x2e5003?.['getData'](_0x45d5ad[_0x324d82(0x333)],![]);if(_0x45d5ad[_0x324d82(0x39c)](_0x4c7117,![])&&_0x45d5ad[_0x324d82(0x2b7)](_0x3b00a6,![])){_0x2e5003&&_0x2e5003['updateData'](_0x45d5ad[_0x324d82(0x254)],!![]);logger['debug'](_0x45d5ad[_0x324d82(0x2d2)]);return;}_0x2e5003&&_0x2e5003[_0x324d82(0x2fb)](_0x45d5ad[_0x324d82(0x333)],!![]);let _0x57d4d0,_0x2d2cad;const _0x93dc15=_0x177935['testFramework']||_0x45d5ad[_0x324d82(0x218)];if(_0x45d5ad[_0x324d82(0x303)](_0x93dc15,_0x45d5ad[_0x324d82(0x1b1)])){_0x2d2cad=_0x177935['testInfo']?.[_0x324d82(0x3b7)]||_0x177935[_0x324d82(0x2b9)]?.['id']||global[_0x324d82(0x1f7)]||global[_0x324d82(0x368)]?.['currentTest']?.[_0x324d82(0x3b7)]||global[_0x324d82(0x368)]?.[_0x324d82(0x1bd)]?.['id'];const _0x5bde8b=_0x2e5003?.[_0x324d82(0x342)]()?.[_0x324d82(0x3a3)](_0x2d2cad);if(_0x5bde8b&&_0x5bde8b[TestFrameworkConstants['KEY_TEST_NAME']])_0x57d4d0=_0x5bde8b[TestFrameworkConstants[_0x324d82(0x2eb)]];else{if(_0x177935[_0x324d82(0x2b9)]?.[_0x324d82(0x386)])_0x57d4d0=_0x177935[_0x324d82(0x2b9)][_0x324d82(0x386)];else global[_0x324d82(0x368)]?.['currentTest']?.[_0x324d82(0x2b9)]?.[_0x324d82(0x386)]?_0x57d4d0=global[_0x324d82(0x368)][_0x324d82(0x1bd)][_0x324d82(0x2b9)][_0x324d82(0x386)]:_0x57d4d0=_0x45d5ad[_0x324d82(0x211)];}logger[_0x324d82(0x354)](_0x324d82(0x1c3)+_0x2d2cad+_0x324d82(0x2b6)+JSON['stringify'](_0x57d4d0));}else{_0x2d2cad=this[_0x324d82(0x18e)](_0x177935);const _0x176456=TestInfo[_0x324d82(0x22d)](_0x2d2cad);let _0x33b1fc=[];if(_0x176456&&Array[_0x324d82(0x1c4)](_0x176456[_0x324d82(0x311)])&&_0x45d5ad[_0x324d82(0x27c)](_0x176456[_0x324d82(0x311)][_0x324d82(0x1ad)],0x0))_0x33b1fc=_0x176456[_0x324d82(0x311)];else{if(_0x2e5003){const _0x4e163c=_0x45d5ad['XVNdS'](typeof _0x2e5003[_0x324d82(0x19a)],_0x45d5ad[_0x324d82(0x332)])?_0x2e5003[_0x324d82(0x19a)](_0x45d5ad[_0x324d82(0x316)],[]):_0x2e5003[_0x324d82(0x311)]||[];Array[_0x324d82(0x1c4)](_0x4e163c)&&(_0x33b1fc=_0x4e163c);}}_0x57d4d0=_0x33b1fc;}logger[_0x324d82(0x224)](_0x324d82(0x3ad)+JSON[_0x324d82(0x33e)](_0x57d4d0));const _0x10523a=this[_0x324d82(0x346)](_0x314e12,_0x177935[_0x324d82(0x2d9)],_0x177935['launchCaps']);logger[_0x324d82(0x354)](_0x324d82(0x2ea)+_0x10523a+_0x324d82(0x26c)+this[_0x324d82(0x301)]);const _0x274be6=this[_0x324d82(0x350)](_0x57d4d0,_0x314e12,_0x93dc15),_0x1f4c34=_0x45d5ad[_0x324d82(0x1bb)](_0x10523a,_0x274be6),_0x5d4bfe=CLIUtils[_0x324d82(0x36e)]();this['accessibility'][_0x324d82(0x21a)](_0x5d4bfe,_0x1f4c34),global[_0x324d82(0x27f)]?.[_0x324d82(0x1b8)]&&global['Context'][_0x324d82(0x1b8)]()[_0x324d82(0x1f5)](_0x1f4c34),logger['debug'](_0x324d82(0x1a9)+(_0x314e12?.[_0x324d82(0x1b9)]?.()||_0x45d5ad[_0x324d82(0x238)])+_0x324d82(0x31a)+_0x1f4c34),_0x1f4c34?(global['accessibilityPlatform']=!![],process[_0x324d82(0x1a1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x45d5ad['rLmXb'],this[_0x324d82(0x18c)]()):global[_0x324d82(0x28b)]=![];}catch(_0x1575b9){logger[_0x324d82(0x19b)](_0x324d82(0x1d6)+(_0x1575b9['stack']||_0x1575b9[_0x324d82(0x374)]));const _0x274159=CLIUtils[_0x324d82(0x36e)]();this['accessibility']['set'](_0x274159,![]),global['accessibilityPlatform']=![];}}['getGoogleChromeOptions'](){const _0x10efe0=a106_0x55ecea;return this['capabilities'][_0x10efe0(0x3a2)](_0x2a6756=>_0x2a6756[_0x10efe0(0x232)]()===_0x10efe0(0x3b0))?.[_0x10efe0(0x3d6)]()||'';}['getCapabilityValue'](_0x2f3c77){const _0x1d5bfe=a106_0x55ecea;try{const _0x1f4eae=this['accessibilityConfig']?.[_0x1d5bfe(0x38c)]?.[_0x1d5bfe(0x245)]||[],_0xb2d94a=_0x1f4eae['find'](_0x3f7025=>_0x3f7025[_0x1d5bfe(0x253)]===_0x2f3c77);return _0xb2d94a?_0xb2d94a['value']:null;}catch(_0x4fdf7a){return logger[_0x1d5bfe(0x354)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x2f3c77+':\x20'+_0x4fdf7a[_0x1d5bfe(0x374)]),null;}}async[a106_0x55ecea(0x270)](_0x49f1d2,_0x28ea1a){const _0x1c1a5c=a106_0x55ecea,_0x4e8408=_0x49f1d2[_0x1c1a5c(0x1fc)]()[_0x1c1a5c(0x28c)]();this[_0x1c1a5c(0x31b)](_0x4e8408),this[_0x1c1a5c(0x237)]=_0x4e8408[_0x1c1a5c(0x271)](),await this[_0x1c1a5c(0x1dc)](this['capabilities'],_0x28ea1a[_0x1c1a5c(0x2b3)]);}[a106_0x55ecea(0x31b)](_0x5f0d1c){const _0x3b1008=a106_0x55ecea,_0x228458={};_0x228458[_0x3b1008(0x358)]=function(_0x33ca9c,_0xd35b67){return _0x33ca9c>_0xd35b67;},_0x228458[_0x3b1008(0x385)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x228458[_0x3b1008(0x2a2)]=_0x3b1008(0x331);const _0x434eae=_0x228458;try{const _0x5cfe8f=_0x5f0d1c[_0x3b1008(0x360)](),_0x4e7bd5=_0x5f0d1c['getCommandsToWrap']()?.[_0x3b1008(0x192)]();_0x5cfe8f&&_0x434eae[_0x3b1008(0x358)](_0x5cfe8f[_0x3b1008(0x1ad)],0x0)?(scripts['parseFromProto'](_0x5cfe8f,_0x4e7bd5),scripts[_0x3b1008(0x35e)](),logger['debug'](_0x434eae['uiayX'])):logger[_0x3b1008(0x354)](_0x434eae[_0x3b1008(0x2a2)]);}catch(_0x79d217){logger['debug']('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0x79d217[_0x3b1008(0x374)]);}}async[a106_0x55ecea(0x1dc)](_0x336741,_0x2599c9={}){const _0x4a18d1=a106_0x55ecea,_0x10d964={'MNsVG':_0x4a18d1(0x2ad),'pDZDn':_0x4a18d1(0x1f0),'bobuq':function(_0x309124,_0x5899d1){return _0x309124===_0x5899d1;},'zhAGm':_0x4a18d1(0x22f),'WWPxN':function(_0x343884,_0x1a8379){return _0x343884(_0x1a8379);},'OhoDX':_0x4a18d1(0x313),'ZfWdr':_0x4a18d1(0x28f),'ZeIMN':'hex','AcJlQ':function(_0x2e20a1,_0x1e4126){return _0x2e20a1||_0x1e4126;},'chBJP':_0x4a18d1(0x247),'VYxWT':function(_0x347514,_0x5061b9){return _0x347514(_0x5061b9);},'QGeqw':_0x4a18d1(0x193),'ENxug':_0x4a18d1(0x322),'PEmRi':function(_0x2544e0,_0x37509b){return _0x2544e0(_0x37509b);},'asJTy':function(_0x755f06,_0x5103da){return _0x755f06===_0x5103da;},'jeMjY':'wcagVersion','pkxin':_0x4a18d1(0x209),'nfDnh':_0x4a18d1(0x35a),'Ycjtj':'browserstack.accessibilityOptions.scannerVersion','rzxsp':'scannerProcessingTimeout','HPjSu':_0x4a18d1(0x3c8),'FfWYz':_0x4a18d1(0x2d1),'snTLB':function(_0xde7915,_0x4cd2c7){return _0xde7915(_0x4cd2c7);},'FNRUi':function(_0x581e87,_0x11018c){return _0x581e87===_0x11018c;},'ZYYIh':function(_0x38b2a7,_0x7238a3){return _0x38b2a7===_0x7238a3;},'rRgzz':_0x4a18d1(0x2ab)};global[_0x4a18d1(0x256)]=global[_0x4a18d1(0x256)]||{};const _0x2ee608=Array[_0x4a18d1(0x1c4)](_0x336741)?_0x336741[_0x4a18d1(0x1ad)]:_0x10d964[_0x4a18d1(0x351)];logger[_0x4a18d1(0x354)](_0x4a18d1(0x1b5)+_0x2ee608+_0x4a18d1(0x3cf)+(process[_0x4a18d1(0x1a1)][_0x4a18d1(0x1fa)]||_0x10d964['pDZDn'])+_0x4a18d1(0x312)+process[_0x4a18d1(0x305)]);for(const _0x1f2a9b of _0x336741){logger['debug'](_0x4a18d1(0x28a)+_0x1f2a9b['getName']());if(_0x10d964[_0x4a18d1(0x3c2)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964['zhAGm'])){const _0x54c8f8=_0x1f2a9b['getValue'](),_0x4f8911=_0x54c8f8?_0x10d964[_0x4a18d1(0x369)](require,_0x10d964[_0x4a18d1(0x328)])[_0x4a18d1(0x37d)](_0x10d964[_0x4a18d1(0x349)])[_0x4a18d1(0x281)](_0x54c8f8)[_0x4a18d1(0x203)](_0x10d964[_0x4a18d1(0x1a5)])[_0x4a18d1(0x284)](0x0,0x8):'';logger['info']('[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len='+_0x10d964[_0x4a18d1(0x206)](_0x54c8f8,'')[_0x4a18d1(0x1ad)]+_0x4a18d1(0x21e)+_0x4f8911+_0x4a18d1(0x3cf)+(process[_0x4a18d1(0x1a1)][_0x4a18d1(0x1fa)]||_0x10d964[_0x4a18d1(0x389)])+'\x22\x20pid='+process[_0x4a18d1(0x305)]),process[_0x4a18d1(0x1a1)]['BS_A11Y_JWT']=_0x54c8f8,global[_0x4a18d1(0x256)][_0x10d964[_0x4a18d1(0x24a)]]=_0x54c8f8;const _0x43e4f4=_0x10d964[_0x4a18d1(0x2db)](require,_0x10d964['QGeqw']),{isTrue:_0x1682a6}=_0x10d964[_0x4a18d1(0x2db)](require,_0x10d964[_0x4a18d1(0x2f1)]),_0xe8097f=_0x43e4f4[_0x4a18d1(0x2e3)](_0x54c8f8);_0xe8097f&&_0x10d964[_0x4a18d1(0x320)](_0x1682a6,_0xe8097f[_0x4a18d1(0x19f)])&&(process[_0x4a18d1(0x1a1)][_0x4a18d1(0x1ae)]=!![]);}else{if(_0x10d964['asJTy'](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x1bc)]))global[_0x4a18d1(0x256)][_0x10d964[_0x4a18d1(0x3b3)]]=_0x1f2a9b[_0x4a18d1(0x3d6)]();else{if(_0x10d964[_0x4a18d1(0x3c2)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x19c)]))global[_0x4a18d1(0x256)][_0x10d964[_0x4a18d1(0x39f)]]=_0x1f2a9b[_0x4a18d1(0x3d6)]();else{if(_0x10d964[_0x4a18d1(0x3c2)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x23b)]))global[_0x4a18d1(0x256)][_0x10d964['HPjSu']]=_0x1f2a9b[_0x4a18d1(0x3d6)]();else{if(_0x10d964[_0x4a18d1(0x290)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x2af)])){const _0x3f3070=_0x1f2a9b['getValue']();process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x10d964['snTLB'](String,_0x10d964[_0x4a18d1(0x304)](_0x3f3070,!![])||_0x10d964[_0x4a18d1(0x3cc)](_0x3f3070,_0x10d964[_0x4a18d1(0x1e4)])),logger[_0x4a18d1(0x354)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x3f3070+_0x4a18d1(0x26e)+process[_0x4a18d1(0x1a1)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']);}}}}}}}async[a106_0x55ecea(0x1d3)](_0x5a439a){const _0x19576c=a106_0x55ecea,_0x4e9899={};_0x4e9899[_0x19576c(0x3b1)]=function(_0x1fe0b9,_0x1605f8){return _0x1fe0b9!==_0x1605f8;},_0x4e9899['lFHOd']=_0x19576c(0x3a4),_0x4e9899[_0x19576c(0x382)]=_0x19576c(0x3d8),_0x4e9899[_0x19576c(0x370)]=_0x19576c(0x367),_0x4e9899[_0x19576c(0x326)]=_0x19576c(0x33f);const _0x531c04=_0x4e9899;if(_0x531c04['HMJrV'](_0x5a439a[_0x19576c(0x250)],_0x531c04[_0x19576c(0x2a9)])&&_0x531c04[_0x19576c(0x3b1)](_0x5a439a[_0x19576c(0x250)],_0x531c04[_0x19576c(0x382)])&&_0x531c04[_0x19576c(0x3b1)](_0x5a439a[_0x19576c(0x250)],_0x531c04[_0x19576c(0x370)])&&_0x531c04[_0x19576c(0x3b1)](_0x5a439a['testFramework'],FRAMEWORKS[_0x19576c(0x338)])){logger[_0x19576c(0x354)](_0x19576c(0x1b7)+_0x5a439a['testFramework']+')');return;}const _0x1c91d3=_0x5a439a[_0x19576c(0x2b9)]?.[_0x19576c(0x3b7)]||_0x5a439a[_0x19576c(0x2b9)]?.['id']||global[_0x19576c(0x1f7)];logger[_0x19576c(0x224)](_0x19576c(0x307)+_0x5a439a['testFramework']+_0x19576c(0x1d7)+_0x1c91d3);try{const _0x17964b=_0x5a439a[_0x19576c(0x210)]||AutomationFramework[_0x19576c(0x24d)](),_0x247bfb=CLIUtils[_0x19576c(0x36e)](),_0x579389=this[_0x19576c(0x343)]();logger[_0x19576c(0x354)]('[platform\x20-\x20'+(_0x17964b?.[_0x19576c(0x1b9)]?.()||_0x531c04['JpbAO'])+_0x19576c(0x2fd)+_0x579389),_0x579389&&await this[_0x19576c(0x220)](_0x17964b,_0x5a439a),this['accessibility']['delete'](_0x247bfb),this['LOG_DISABLED_SHOWN'][_0x19576c(0x259)](_0x247bfb);}catch(_0x58a133){logger['error'](_0x19576c(0x2d6)+(_0x58a133['stack']||_0x58a133[_0x19576c(0x374)]));}}async[a106_0x55ecea(0x220)](_0xa5a0c3,_0xf9b0ec){const _0x267d8e=a106_0x55ecea,_0x32f4fc={};_0x32f4fc['jYMZC']=function(_0x275f1c,_0x1fa0f6){return _0x275f1c===_0x1fa0f6;},_0x32f4fc['VqKHw']=_0x267d8e(0x375),_0x32f4fc['wOoZv']=function(_0x4e8ed8,_0x1d797f){return _0x4e8ed8===_0x1d797f;},_0x32f4fc[_0x267d8e(0x3ca)]=_0x267d8e(0x3d8),_0x32f4fc[_0x267d8e(0x2e5)]='cucumber',_0x32f4fc['RlMAE']=function(_0x44caa6,_0x39312c){return _0x44caa6===_0x39312c;},_0x32f4fc[_0x267d8e(0x25e)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x32f4fc[_0x267d8e(0x2d8)]=_0x267d8e(0x380),_0x32f4fc['YUpPr']='saveResults',_0x32f4fc['pTnQN']='unknown',_0x32f4fc[_0x267d8e(0x1be)]='present',_0x32f4fc[_0x267d8e(0x274)]='null',_0x32f4fc['gjpuJ']=function(_0x5241d8,_0x2d162a){return _0x5241d8||_0x2d162a;},_0x32f4fc[_0x267d8e(0x3c7)]=_0x267d8e(0x2b5),_0x32f4fc[_0x267d8e(0x233)]=_0x267d8e(0x317),_0x32f4fc[_0x267d8e(0x1d4)]=_0x267d8e(0x1c0);const _0x425dad=_0x32f4fc;try{const _0x21f944=_0xf9b0ec['testFramework']||(_0x425dad[_0x267d8e(0x201)](this[_0x267d8e(0x379)]?.['name']?.[_0x267d8e(0x377)](),_0x425dad[_0x267d8e(0x3ca)])?_0x425dad[_0x267d8e(0x3ca)]:_0x425dad[_0x267d8e(0x2e5)]);let _0x2f9c15='',_0x14eff7=null,_0x3c4ea8=null;if(_0x425dad[_0x267d8e(0x39a)](_0x21f944,_0x425dad[_0x267d8e(0x3ca)])){_0x14eff7=_0xf9b0ec['testInfo']?.[_0x267d8e(0x3b7)]||_0xf9b0ec['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x14eff7){logger['warn'](_0x425dad[_0x267d8e(0x25e)]);return;}try{const _0x4bf086=await GrpcClient[_0x267d8e(0x3d2)]()[_0x267d8e(0x2f9)](process[_0x267d8e(0x1a1)][_0x267d8e(0x26d)],_0x425dad['OTxKL'],_0x425dad[_0x267d8e(0x325)],_0x14eff7),_0x333e85=AccessibilityModule[_0x267d8e(0x269)](null,_0x4bf086);_0x2f9c15=_0x333e85?.[_0x267d8e(0x2c1)]||'',logger['debug']('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2f9c15+_0x267d8e(0x1a3)+_0x14eff7),_0x3c4ea8=_0x4bf086;}catch(_0x2a85a6){logger[_0x267d8e(0x19b)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x2a85a6[_0x267d8e(0x374)]);return;}}else{const _0x3e97de=this[_0x267d8e(0x18e)](_0xf9b0ec);_0x2f9c15=TestInfo[_0x267d8e(0x208)](_0x3e97de);}const _0x19e99f=((()=>{const _0x51797b=_0x267d8e,_0x486c80=(this[_0x51797b(0x3ae)]?.[_0x51797b(0x38c)]?.['capabilitiesList']||[])[_0x51797b(0x3a2)](_0x511049=>(typeof _0x511049[_0x51797b(0x232)]===_0x51797b(0x375)?_0x511049['getName']():_0x511049['name'])===this[_0x51797b(0x2d0)]);return _0x486c80?_0x425dad['jYMZC'](typeof _0x486c80[_0x51797b(0x3d6)],_0x425dad['VqKHw'])?_0x486c80['getValue']():_0x486c80[_0x51797b(0x310)]:'';})()),_0x38ecef=process[_0x267d8e(0x1a1)][_0x267d8e(0x243)]||'';logger[_0x267d8e(0x354)](_0x267d8e(0x1a9)+(_0xa5a0c3?.[_0x267d8e(0x1b9)]?.()||_0x425dad['pTnQN'])+_0x267d8e(0x25f)+_0x2f9c15+_0x267d8e(0x296)+_0x19e99f+_0x267d8e(0x2e2)+(_0x38ecef?_0x425dad[_0x267d8e(0x1be)]:_0x425dad[_0x267d8e(0x274)]));let _0x2ad41f;if(_0x425dad[_0x267d8e(0x201)](_0x21f944,_0x425dad[_0x267d8e(0x3ca)]))_0x2ad41f=AccessibilityModule['loadDriverExecuteParams'](_0x2f9c15,_0x3c4ea8);else{const _0x2737a3=await GrpcClient[_0x267d8e(0x3d2)]()[_0x267d8e(0x2f9)](process[_0x267d8e(0x1a1)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x425dad[_0x267d8e(0x2d8)],_0x425dad['YUpPr']);_0x2ad41f=AccessibilityModule[_0x267d8e(0x269)](_0x2f9c15,_0x2737a3);}logger[_0x267d8e(0x354)](_0x267d8e(0x2e0)+JSON[_0x267d8e(0x33e)](_0x2ad41f));const _0x5ebf99=Object[_0x267d8e(0x39d)]({},{'thTestRunUuid':_0x425dad[_0x267d8e(0x1a2)](_0x2f9c15,''),'thBuildUuid':_0x425dad[_0x267d8e(0x1a2)](_0x19e99f,''),'thJwtToken':_0x425dad[_0x267d8e(0x1a2)](_0x38ecef,'')},_0x2ad41f);!this[_0x267d8e(0x301)]&&this[_0x267d8e(0x1ec)]()&&(_0x5ebf99['is_mobile_session']=!![],logger[_0x267d8e(0x354)](_0x425dad[_0x267d8e(0x3c7)]));logger[_0x267d8e(0x354)](_0x267d8e(0x24f)+_0x2f9c15+',\x20isAppAccessibility='+this[_0x267d8e(0x301)]);let _0x320896=global[_0x267d8e(0x368)]?.['pwPage']||null;!_0x320896&&(_0x320896=AutomationFramework['getState'](_0xa5a0c3,_0x425dad['uMqBB'],null)),!_0x320896&&(_0x320896=AutomationFramework['getState'](_0xa5a0c3,_0x425dad['zIoUK'],null)),await this[_0x267d8e(0x37e)](this['getCurrentAccessibilityStatus'](),_0x2f9c15,_0x320896,_0x5ebf99,this['isAppAccessibility']);}catch(_0x32fe96){logger[_0x267d8e(0x19b)](_0x267d8e(0x3b9)+(_0x32fe96[_0x267d8e(0x362)]||_0x32fe96[_0x267d8e(0x374)]));}}async[a106_0x55ecea(0x37e)](_0x373f1a,_0x5f14d5,_0x43c061,_0x20bc0b,_0x4adcda){const _0x4ff9a0=a106_0x55ecea,_0x4ec54c={};_0x4ec54c['eamoJ']=_0x4ff9a0(0x299),_0x4ec54c[_0x4ff9a0(0x347)]=function(_0x4da2c4,_0x4eae14){return _0x4da2c4&&_0x4eae14;},_0x4ec54c[_0x4ff9a0(0x3be)]=_0x4ff9a0(0x1e9),_0x4ec54c[_0x4ff9a0(0x2e8)]=function(_0x3cf87b,_0x1f1dda){return _0x3cf87b===_0x1f1dda;},_0x4ec54c[_0x4ff9a0(0x2dc)]=_0x4ff9a0(0x3cb),_0x4ec54c['cCSUw']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x4ec54c[_0x4ff9a0(0x355)]=_0x4ff9a0(0x225),_0x4ec54c[_0x4ff9a0(0x262)]=_0x4ff9a0(0x1e6),_0x4ec54c[_0x4ff9a0(0x251)]=_0x4ff9a0(0x1f8),_0x4ec54c['AFCDO']=_0x4ff9a0(0x30b),_0x4ec54c[_0x4ff9a0(0x32e)]=_0x4ff9a0(0x3c1),_0x4ec54c[_0x4ff9a0(0x20d)]=_0x4ff9a0(0x255);const _0x2b7d6e=_0x4ec54c;try{const _0x4251f2=this['getScriptByName'](_0x2b7d6e['eamoJ']);if(_0x2b7d6e['CappV'](!_0x4adcda,!_0x4251f2)){logger[_0x4ff9a0(0x354)](_0x2b7d6e['nHTnV']);return;}if(!_0x5f14d5||_0x2b7d6e['SFFwV'](_0x5f14d5,_0x2b7d6e[_0x4ff9a0(0x2dc)])||_0x2b7d6e[_0x4ff9a0(0x2e8)](_0x5f14d5,'')){logger[_0x4ff9a0(0x354)](_0x2b7d6e[_0x4ff9a0(0x197)]);return;}logger[_0x4ff9a0(0x354)](_0x4ff9a0(0x1e5)+JSON['stringify'](_0x20bc0b)),_0x373f1a&&(logger['debug'](_0x2b7d6e[_0x4ff9a0(0x355)]),await this[_0x4ff9a0(0x32c)](_0x43c061,_0x5f14d5,_0x2b7d6e[_0x4ff9a0(0x262)],_0x20bc0b,_0x4adcda,_0x2b7d6e['XAFXw']),_0x2b7d6e['CappV'](!_0x4adcda,_0x4251f2)&&(logger[_0x4ff9a0(0x354)](_0x2b7d6e[_0x4ff9a0(0x189)]),await PerformanceTester[_0x4ff9a0(0x1d1)](_0x2b7d6e[_0x4ff9a0(0x32e)],async()=>{const _0x4b778c=_0x4ff9a0;await this[_0x4b778c(0x32c)](_0x43c061,_0x5f14d5,_0x2b7d6e['eamoJ'],_0x20bc0b,_0x4adcda,_0x2b7d6e[_0x4b778c(0x2bd)]);})()),logger[_0x4ff9a0(0x224)](_0x2b7d6e[_0x4ff9a0(0x20d)]));}catch(_0x5f4ca7){logger[_0x4ff9a0(0x19b)](_0x4ff9a0(0x1a7)+(_0x5f4ca7['stack']||_0x5f4ca7[_0x4ff9a0(0x374)]));}}async['onBeforeExecute'](_0x358db0){const _0x56c985=a106_0x55ecea,_0x4d7704={};_0x4d7704[_0x56c985(0x26b)]=function(_0x4dcb76,_0x127b0d){return _0x4dcb76!==_0x127b0d;},_0x4d7704[_0x56c985(0x2fe)]=_0x56c985(0x3a4),_0x4d7704[_0x56c985(0x29d)]=function(_0x37806b,_0x2c8b86){return _0x37806b!==_0x2c8b86;},_0x4d7704[_0x56c985(0x28d)]=_0x56c985(0x3d8),_0x4d7704[_0x56c985(0x248)]=_0x56c985(0x367),_0x4d7704[_0x56c985(0x345)]=function(_0x147bf0,_0x5c43c5){return _0x147bf0!==_0x5c43c5;},_0x4d7704[_0x56c985(0x278)]=_0x56c985(0x33f),_0x4d7704['PVasL']='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x4d7704['wVhTp']=function(_0x349bd8,_0x337d98){return _0x349bd8&&_0x337d98;},_0x4d7704[_0x56c985(0x38d)]=function(_0x23fe8e,_0x139c41){return _0x23fe8e===_0x139c41;},_0x4d7704[_0x56c985(0x265)]=_0x56c985(0x21b),_0x4d7704[_0x56c985(0x286)]='accessibility',_0x4d7704[_0x56c985(0x1f4)]=_0x56c985(0x31f),_0x4d7704[_0x56c985(0x195)]='test_run_id',_0x4d7704[_0x56c985(0x213)]=_0x56c985(0x3da),_0x4d7704['TogMe']=function(_0x2a80b6,_0x456bc7){return _0x2a80b6===_0x456bc7;},_0x4d7704[_0x56c985(0x18a)]=_0x56c985(0x1f8),_0x4d7704[_0x56c985(0x2ec)]=_0x56c985(0x3cb);const _0x4888c0=_0x4d7704;if(_0x4888c0['psCcP'](_0x358db0[_0x56c985(0x250)],_0x4888c0[_0x56c985(0x2fe)])&&_0x4888c0[_0x56c985(0x29d)](_0x358db0[_0x56c985(0x250)],_0x4888c0[_0x56c985(0x28d)])&&_0x4888c0[_0x56c985(0x26b)](_0x358db0[_0x56c985(0x250)],_0x4888c0['hoNXP'])&&_0x4888c0[_0x56c985(0x345)](_0x358db0[_0x56c985(0x250)],FRAMEWORKS[_0x56c985(0x338)])){logger['debug']('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x358db0[_0x56c985(0x250)]+')');return;}logger[_0x56c985(0x354)](_0x56c985(0x2c6)+(_0x358db0[_0x56c985(0x19e)]||_0x4888c0['DXFIB'])+_0x56c985(0x302)+_0x358db0[_0x56c985(0x250)]);try{const _0x1a1b87=_0x358db0[_0x56c985(0x210)]||AutomationFramework['getTrackedInstance'](),_0xf49204=TestFramework[_0x56c985(0x24d)](),_0x27784d=_0x358db0['commandName']||_0x358db0['command']?.[_0x56c985(0x232)]();if(!_0x27784d){logger[_0x56c985(0x354)](_0x4888c0[_0x56c985(0x3b2)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x56c985(0x354)](_0x56c985(0x1cd)+_0x27784d);return;}if(!this[_0x56c985(0x1d9)](_0x27784d)){logger[_0x56c985(0x354)](_0x56c985(0x24e)+_0x27784d+_0x56c985(0x283));return;}const _0x37f6c3=_0x358db0[_0x56c985(0x341)]||global[_0x56c985(0x368)]?.[_0x56c985(0x3db)],_0x59f629=_0x358db0[_0x56c985(0x3dd)]||null;if(_0x4888c0[_0x56c985(0x2d3)](!_0x37f6c3,!_0x59f629)){logger['debug'](_0x56c985(0x268)+_0x27784d);return;}let _0x4320b7='',_0x1b09a3=null;if(_0x4888c0[_0x56c985(0x38d)](_0x358db0[_0x56c985(0x250)],_0x4888c0[_0x56c985(0x28d)])){_0x1b09a3=_0x358db0[_0x56c985(0x2b9)]?.[_0x56c985(0x3b7)]||_0x358db0[_0x56c985(0x2b9)]?.['id']||global[_0x56c985(0x1f7)];if(!_0x1b09a3){logger[_0x56c985(0x230)](_0x4888c0[_0x56c985(0x265)]);return;}try{const _0x3c0b05=await GrpcClient['getInstance']()[_0x56c985(0x2f9)](process['env'][_0x56c985(0x26d)],_0x4888c0[_0x56c985(0x286)],_0x4888c0[_0x56c985(0x1f4)],_0x1b09a3),_0x26dee5=AccessibilityModule['loadDriverExecuteParams'](null,_0x3c0b05);_0x4320b7=_0x26dee5?.['thTestRunUuid']||'',logger[_0x56c985(0x354)](_0x56c985(0x2f2)+_0x4320b7+_0x56c985(0x1a3)+_0x1b09a3);}catch(_0x5362d9){logger[_0x56c985(0x19b)](_0x56c985(0x33a)+_0x5362d9[_0x56c985(0x374)]);return;}}else _0x4888c0['LyTXL'](_0x358db0[_0x56c985(0x250)],FRAMEWORKS[_0x56c985(0x338)])?_0x4320b7=_0x358db0[_0x56c985(0x1ea)]||'':(_0x4320b7=this[_0x56c985(0x36a)](_0x4888c0[_0x56c985(0x195)])||'',!_0x4320b7&&this[_0x56c985(0x1ec)]()&&(_0x4320b7=accessibilityHelper[_0x56c985(0x205)]()));const _0x317c19=this[_0x56c985(0x36a)](_0x4888c0[_0x56c985(0x213)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x4bdb7b=process[_0x56c985(0x1a1)][_0x56c985(0x243)]||'',_0x3d2336=this[_0x56c985(0x3b4)](_0x27784d,_0x4320b7,_0x317c19,_0x4bdb7b),_0x355448=_0x4888c0[_0x56c985(0x2ba)](_0x358db0[_0x56c985(0x250)],_0x4888c0['JDBvT'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x4888c0['INfRE'],_0x4320b7,_0x1b09a3):await AccessibilityModule[_0x56c985(0x3c3)](_0x4888c0[_0x56c985(0x18a)],_0x4320b7);logger[_0x56c985(0x224)]('ScanArgs:\x20'+(_0x3d2336?JSON[_0x56c985(0x33e)](_0x3d2336):_0x4888c0[_0x56c985(0x2ec)]));let _0x3d346f=CLIUtils[_0x56c985(0x3c6)](_0x3d2336,_0x355448);if(this[_0x56c985(0x301)]){const _0x4bb176=process[_0x56c985(0x1a1)]['BS_A11Y_JWT']||'';_0x3d346f[_0x56c985(0x35b)]&&(_0x3d346f[_0x56c985(0x30f)]=_0x3d346f[_0x56c985(0x35b)],delete _0x3d346f[_0x56c985(0x35b)]),_0x3d346f=Object[_0x56c985(0x39d)]({},_0x3d346f,{'authHeader':_0x3d346f[_0x56c985(0x25b)]||_0x4bb176,'method':_0x27784d,'scanTimestamp':Date['now']()[_0x56c985(0x242)]()});}logger['info'](_0x56c985(0x397)+(_0x3d346f?JSON['stringify'](_0x3d346f):_0x4888c0[_0x56c985(0x2ec)])),logger[_0x56c985(0x354)](_0x56c985(0x1ff)+_0x27784d);const _0x17b186=this[_0x56c985(0x301)]?_0x59f629:_0x37f6c3,_0x44ee90=await this[_0x56c985(0x32c)](_0x17b186,_0x4320b7,_0x27784d,_0x3d346f,this[_0x56c985(0x301)]);logger['debug']('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x27784d+_0x56c985(0x35c)+JSON['stringify'](_0x44ee90));}catch(_0x493bd1){logger['error']('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x493bd1['stack']||_0x493bd1[_0x56c985(0x374)]));}}[a106_0x55ecea(0x27b)](){return this['getCurrentAccessibilityStatus']();}[a106_0x55ecea(0x1ed)](_0x2011be){const _0x41cfa1=a106_0x55ecea,_0x3edcc6=CLIUtils['getCurrentInstanceName']();this[_0x41cfa1(0x380)][_0x41cfa1(0x21a)](_0x3edcc6,_0x2011be);}async[a106_0x55ecea(0x2c4)](_0x49c40f){const _0x33c89b=a106_0x55ecea,_0x4428c2={};_0x4428c2[_0x33c89b(0x2fa)]=_0x33c89b(0x33f);const _0x3cefbf=_0x4428c2;try{const _0x4f1ac1=_0x49c40f[_0x33c89b(0x210)]||AutomationFramework[_0x33c89b(0x24d)](),_0x11aa59=_0x4f1ac1?.[_0x33c89b(0x19a)]?.()?.[_0x33c89b(0x3a3)]?.(this[_0x33c89b(0x279)])||![];if(_0x11aa59)return;PerformanceTester[_0x33c89b(0x3d5)](EVENTS[_0x33c89b(0x32f)]);const _0xb0dd68=await GrpcClient[_0x33c89b(0x3d2)]()['getAccessibilityConfig'](_0x49c40f);_0xb0dd68&&_0xb0dd68[_0x33c89b(0x1fc)]&&_0xb0dd68[_0x33c89b(0x1fc)]()&&_0xb0dd68[_0x33c89b(0x1fc)]()[_0x33c89b(0x371)]()?(await this[_0x33c89b(0x31c)](_0xb0dd68,_0x49c40f),_0x4f1ac1?.[_0x33c89b(0x19a)]&&_0x4f1ac1[_0x33c89b(0x19a)]()[_0x33c89b(0x21a)](this[_0x33c89b(0x279)],!![]),logger[_0x33c89b(0x354)](_0x33c89b(0x1a9)+(_0x4f1ac1?.[_0x33c89b(0x1b9)]?.()||_0x3cefbf['CHPJS'])+_0x33c89b(0x223))):logger['debug']('[platform\x20-\x20'+(_0x4f1ac1?.['getPlatformIndex']?.()||_0x3cefbf[_0x33c89b(0x2fa)])+_0x33c89b(0x2a6)),PerformanceTester[_0x33c89b(0x2f0)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x32ac3f){PerformanceTester[_0x33c89b(0x2f0)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x32ac3f[_0x33c89b(0x374)]),logger[_0x33c89b(0x19b)](_0x33c89b(0x2a0)+(_0x32ac3f['stack']||_0x32ac3f[_0x33c89b(0x374)]));}}async[a106_0x55ecea(0x31c)](_0x18e1af,_0x4171e9){const _0x36b486=a106_0x55ecea;await this[_0x36b486(0x270)](_0x18e1af,_0x4171e9);const _0x2f5c41=_0x18e1af[_0x36b486(0x1fc)]()['getOptions']();if(_0x2f5c41){const _0x4f503d=_0x18e1af[_0x36b486(0x20e)]&&_0x18e1af[_0x36b486(0x20e)]();_0x4f503d&&(this[_0x36b486(0x3ae)][this[_0x36b486(0x2d0)]]=_0x4f503d[_0x36b486(0x2f7)]&&_0x4f503d[_0x36b486(0x2f7)]());}}[a106_0x55ecea(0x1d9)](_0x10e1bc){const _0x1b1f00=a106_0x55ecea,_0x58c682={};_0x58c682['bKaQi']=function(_0x354c7a,_0x45e625){return _0x354c7a===_0x45e625;};const _0x3a66a7=_0x58c682;try{if(!_0x10e1bc)return![];const _0x275f51=this[_0x1b1f00(0x3ae)]?.['options']?.['commandsToWrap']?.[_0x1b1f00(0x3b6)]||[],_0x2bafcd=_0x275f51[_0x1b1f00(0x3dc)](_0x1abc88=>{const _0xab508a=_0x1b1f00;return _0x1abc88[_0xab508a(0x253)]&&_0x3a66a7[_0xab508a(0x2f6)](_0x1abc88['name']['toLowerCase'](),_0x10e1bc[_0xab508a(0x377)]());});return logger[_0x1b1f00(0x354)](_0x1b1f00(0x3d7)+_0x10e1bc+_0x1b1f00(0x3bf)+_0x2bafcd+',\x20available\x20commands:\x20'+JSON['stringify'](_0x275f51['map'](_0x4f7cb2=>_0x4f7cb2[_0x1b1f00(0x253)]))),_0x2bafcd;}catch(_0x315139){return logger[_0x1b1f00(0x354)](_0x1b1f00(0x340)+_0x315139[_0x1b1f00(0x374)]),![];}}['isBrowserstackScriptCommand'](_0xe077c3){const _0x8a87ff=a106_0x55ecea,_0x3c6c85={};_0x3c6c85[_0x8a87ff(0x2cf)]=function(_0x54d85d,_0x57cd7d){return _0x54d85d===_0x57cd7d;},_0x3c6c85['PsERh']=_0x8a87ff(0x249),_0x3c6c85[_0x8a87ff(0x359)]=_0x8a87ff(0x235);const _0x3cd249=_0x3c6c85,_0x5d8483=_0xe077c3[_0x8a87ff(0x398)]&&_0xe077c3[_0x8a87ff(0x398)]();return _0x5d8483&&_0x3cd249[_0x8a87ff(0x2cf)](typeof _0x5d8483,_0x3cd249['PsERh'])&&_0x5d8483['includes'](_0x3cd249[_0x8a87ff(0x359)]);}['isAccessibilityScriptCommand'](_0x5cc64c){const _0x2daa2a=a106_0x55ecea,_0x4dd72e={};_0x4dd72e['MKUif']=function(_0x47d54d,_0xc6cde6){return _0x47d54d!==_0xc6cde6;},_0x4dd72e[_0x2daa2a(0x315)]=_0x2daa2a(0x249),_0x4dd72e[_0x2daa2a(0x18f)]='accessibility',_0x4dd72e[_0x2daa2a(0x324)]='performScan',_0x4dd72e[_0x2daa2a(0x202)]='getResults',_0x4dd72e[_0x2daa2a(0x1ef)]=_0x2daa2a(0x2b2);const _0x28f32a=_0x4dd72e,_0x100b43=_0x5cc64c['getScript']&&_0x5cc64c[_0x2daa2a(0x398)]();if(!_0x100b43||_0x28f32a[_0x2daa2a(0x1da)](typeof _0x100b43,_0x28f32a[_0x2daa2a(0x315)]))return![];return _0x100b43['includes'](_0x28f32a['XPDey'])||_0x100b43[_0x2daa2a(0x2d7)](_0x28f32a[_0x2daa2a(0x324)])||_0x100b43[_0x2daa2a(0x2d7)](_0x28f32a[_0x2daa2a(0x202)])||_0x100b43[_0x2daa2a(0x2d7)](_0x28f32a['FdNxo']);}[a106_0x55ecea(0x1ec)](){const _0x442193=a106_0x55ecea,_0x3cdf61={'RNvTl':function(_0x70a74,_0x49d2b8){return _0x70a74===_0x49d2b8;},'pyFXo':'function','SVfXU':function(_0x547199,_0x44afc2){return _0x547199(_0x44afc2);},'mFtQL':'platformName','IRNuL':_0x442193(0x2bb),'dekrW':_0x442193(0x2b4),'WQuJh':function(_0x33c29d,_0x5a30cc){return _0x33c29d(_0x5a30cc);},'rbnuN':_0x442193(0x27d)};try{const _0x195772=this[_0x442193(0x3ae)]?.[_0x442193(0x38c)]?.[_0x442193(0x245)]||[],_0x239a2b=_0x4b1e1f=>{const _0x435939=_0x442193,_0x419c5b=_0x195772['find'](_0x25c95b=>(typeof _0x25c95b[_0x435939(0x232)]===_0x435939(0x375)?_0x25c95b[_0x435939(0x232)]():_0x25c95b[_0x435939(0x253)])===_0x4b1e1f);return _0x419c5b?_0x3cdf61[_0x435939(0x2f5)](typeof _0x419c5b[_0x435939(0x3d6)],_0x3cdf61[_0x435939(0x1c2)])?_0x419c5b[_0x435939(0x3d6)]():_0x419c5b['value']:null;},_0x51c112=_0x3cdf61['SVfXU'](_0x239a2b,_0x3cdf61['mFtQL']),_0x4dcfac=_0x3cdf61[_0x442193(0x1ba)](_0x239a2b,_0x3cdf61[_0x442193(0x1db)]),_0x192575=global[_0x442193(0x277)]||_0x51c112&&_0x3cdf61['RNvTl'](_0x3cdf61[_0x442193(0x1ba)](String,_0x51c112)['toLowerCase'](),_0x3cdf61[_0x442193(0x246)])&&_0x4dcfac&&_0x3cdf61['WQuJh'](String,_0x4dcfac)[_0x442193(0x377)]()[_0x442193(0x2d7)](_0x3cdf61[_0x442193(0x3ab)]);if(!_0x192575)return![];if(!accessibilityHelper[_0x442193(0x2d1)]())return!this[_0x442193(0x2a3)]&&(logger['warn'](accessibilityHelper[_0x442193(0x3b8)]),this[_0x442193(0x2a3)]=!![]),![];return!![];}catch(_0x111640){return logger[_0x442193(0x354)](_0x442193(0x357)+_0x111640['message']),![];}}[a106_0x55ecea(0x3b4)](_0xb871b7,_0xcbf50f,_0x57743d,_0x4b3285){const _0x1b1ed3=a106_0x55ecea,_0x27af79={};_0x27af79[_0x1b1ed3(0x29f)]=function(_0x49089c,_0x3d29b2){return _0x49089c||_0x3d29b2;},_0x27af79['PedTe']=function(_0x5d75be,_0x3f69dc){return _0x5d75be&&_0x3f69dc;},_0x27af79['XKepe']=function(_0x4c096c,_0x4e8dd6){return _0x4c096c||_0x4e8dd6;},_0x27af79[_0x1b1ed3(0x383)]=_0x1b1ed3(0x2c7);const _0x532c90=_0x27af79;let _0x3491cd=_0x532c90[_0x1b1ed3(0x29f)](_0xcbf50f,'');const _0x222a48=!this[_0x1b1ed3(0x301)]&&this[_0x1b1ed3(0x1ec)]();_0x532c90[_0x1b1ed3(0x393)](_0x222a48,!_0x3491cd)&&(_0x3491cd=accessibilityHelper[_0x1b1ed3(0x205)]());const _0x1aab76={'command':_0xb871b7,'thTestRunUuid':_0x3491cd,'thBuildUuid':_0x532c90[_0x1b1ed3(0x3a5)](_0x57743d,''),'thJwtToken':_0x532c90[_0x1b1ed3(0x29f)](_0x4b3285,''),'timestamp':new Date()[_0x1b1ed3(0x1a8)]()};return _0x222a48&&(_0x1aab76['is_mobile_session']=!![],logger['debug'](_0x532c90[_0x1b1ed3(0x383)])),_0x1aab76;}['getScriptByName'](_0x899e46){const _0x39c0b7=a106_0x55ecea,_0x1531c5={};_0x1531c5['GLIPh']=function(_0x10c793,_0x1177bd){return _0x10c793||_0x1177bd;};const _0x2f97ce=_0x1531c5;try{const _0xfdf160=this[_0x39c0b7(0x3ae)]?.[_0x39c0b7(0x38c)]?.[_0x39c0b7(0x2cb)]||[],_0x8a28ac=_0xfdf160[_0x39c0b7(0x3a2)](_0x3dd32e=>_0x3dd32e[_0x39c0b7(0x253)]===_0x899e46);return _0x2f97ce[_0x39c0b7(0x2d5)](_0x8a28ac,null);}catch(_0xdd8265){return logger['debug'](_0x39c0b7(0x2e9)+_0x899e46+':\x20'+_0xdd8265['message']),null;}}async[a106_0x55ecea(0x336)](_0x1ed964,_0x173a23,_0x370016=null){const _0x23e0a0=a106_0x55ecea,_0x2572ce={'qspqT':function(_0x18e8c8,_0x39ce6b){return _0x18e8c8(_0x39ce6b);},'jwdUQ':_0x23e0a0(0x25d)};try{if(!_0x1ed964)return logger[_0x23e0a0(0x354)]('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x173a23),null;const _0x19296d=this[_0x23e0a0(0x32a)](_0x173a23);if(!_0x19296d||!_0x19296d[_0x23e0a0(0x1fb)])return logger[_0x23e0a0(0x354)](_0x23e0a0(0x1e0)+_0x173a23+_0x23e0a0(0x1ce)),null;logger['debug']('Executing\x20'+_0x173a23+'\x20accessibility\x20script\x20on\x20page');const _0x58de0a=_0x2572ce[_0x23e0a0(0x1de)](require,_0x2572ce[_0x23e0a0(0x372)]),_0x2b37bc=_0x370016?await _0x58de0a[_0x23e0a0(0x273)](_0x1ed964,_0x19296d[_0x23e0a0(0x1fb)],_0x370016):await _0x58de0a[_0x23e0a0(0x273)](_0x1ed964,_0x19296d[_0x23e0a0(0x1fb)]);return _0x2b37bc;}catch(_0x366f12){return logger[_0x23e0a0(0x19b)](_0x23e0a0(0x1c1)+_0x173a23+':\x20'+(_0x366f12[_0x23e0a0(0x362)]||_0x366f12[_0x23e0a0(0x374)])),null;}}async[a106_0x55ecea(0x32c)](_0x318e48,_0xed2b7f,_0xd6ccb2,_0xd27a98,_0x328355,_0x38e1f7=a106_0x55ecea(0x1f8)){const _0x4d8fc1=a106_0x55ecea,_0x1f42b4={'wGGTo':function(_0x39bd9f,_0x19a74a){return _0x39bd9f===_0x19a74a;},'kGgHE':'scan','QVFHW':function(_0x2c53e5,_0x5a6dd2){return _0x2c53e5(_0x5a6dd2);},'nCTtZ':_0x4d8fc1(0x25d),'eWIAQ':function(_0x334211,_0x12a19a){return _0x334211(_0x12a19a);}};try{logger[_0x4d8fc1(0x354)](_0x4d8fc1(0x34d)+_0xd6ccb2+'\x20using\x20script:\x20'+_0x38e1f7+_0x4d8fc1(0x26c)+_0x328355);const _0x383d3c=this['getScriptByName'](_0x38e1f7);if(!_0x383d3c||!_0x383d3c[_0x4d8fc1(0x1fb)]){logger['debug'](_0x4d8fc1(0x378)+_0x38e1f7+_0x4d8fc1(0x2ac));return;}if(_0x328355){if(_0x318e48[BSTACK_SCAN_IN_PROGRESS]){logger[_0x4d8fc1(0x354)]('[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20'+_0xd6ccb2);return;}return await PerformanceTester[_0x4d8fc1(0x1d1)](PerformanceA11yEvents[_0x4d8fc1(0x216)],async()=>{const _0x306bad=_0x4d8fc1;let _0x1f082a=_0x383d3c['command'];_0x1f082a[_0x306bad(0x2d7)]('%s')&&(_0x1f082a=_0x1f082a[_0x306bad(0x3a6)]('%s',JSON[_0x306bad(0x33e)](_0xd27a98)));logger[_0x306bad(0x354)]('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0xd6ccb2),_0x318e48[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x4f0171=await _0x318e48[_0x306bad(0x3ac)](_0x1f082a);return logger[_0x306bad(0x224)](_0x306bad(0x1fe)+_0xd6ccb2+':\x20'+util[_0x306bad(0x1f6)](_0x4f0171)),_0x4f0171;}finally{_0x318e48[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0xd6ccb2})();}if(_0x1f42b4[_0x4d8fc1(0x344)](_0x38e1f7,_0x1f42b4[_0x4d8fc1(0x323)])){const _0x51316d=_0x1f42b4[_0x4d8fc1(0x287)](require,_0x1f42b4[_0x4d8fc1(0x27e)]),_0x150f9d={};_0x150f9d['command']=_0xd6ccb2;const _0x3b39d4=await PerformanceTester[_0x4d8fc1(0x1d1)](PerformanceA11yEvents[_0x4d8fc1(0x216)],async()=>{const _0x58fbfb=_0x4d8fc1;return await _0x51316d[_0x58fbfb(0x273)](_0x318e48,_0x383d3c[_0x58fbfb(0x1fb)],_0xd27a98);},_0x150f9d)();return logger['info']('Page\x20'+_0x38e1f7+'\x20result\x20for\x20'+_0xd6ccb2+':\x20'+util['format'](_0x3b39d4)),_0x3b39d4;}const _0x37cb20=_0x1f42b4[_0x4d8fc1(0x2fc)](require,_0x1f42b4['nCTtZ']),_0x1e3245=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x28a412=_0x4d8fc1;return await _0x37cb20[_0x28a412(0x273)](_0x318e48,_0x383d3c[_0x28a412(0x1fb)],_0xd27a98);})();return logger[_0x4d8fc1(0x224)](_0x4d8fc1(0x295)+_0x38e1f7+'\x20result\x20for\x20'+_0xd6ccb2+':\x20'+util[_0x4d8fc1(0x1f6)](_0x1e3245)),_0x1e3245;}catch(_0x25a381){logger[_0x4d8fc1(0x19b)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x38e1f7+':\x20'+(_0x25a381[_0x4d8fc1(0x362)]||_0x25a381[_0x4d8fc1(0x374)]));}}async[a106_0x55ecea(0x3c4)](_0x42fddc){const _0x389f6d=a106_0x55ecea,_0x59ddc0={'ysCeP':function(_0x321c88,_0x5435c0){return _0x321c88(_0x5435c0);},'QGKHB':_0x389f6d(0x193)};try{const _0x4ea558=_0x59ddc0[_0x389f6d(0x3de)](require,_0x59ddc0[_0x389f6d(0x22a)]);return await _0x4ea558['platformValidation'](_0x42fddc);}catch(_0x32c3dd){return logger[_0x389f6d(0x19b)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x32c3dd[_0x389f6d(0x362)]||_0x32c3dd[_0x389f6d(0x374)])),![];}}[a106_0x55ecea(0x194)](_0x29f8ad,_0x2ea20f,_0x249dc0){const _0x4622f6=a106_0x55ecea,_0x1ce33f={'VmqIx':function(_0x433547,_0x364f42){return _0x433547(_0x364f42);},'AgLfD':'../../playwright/accessibility-helper','jXjYK':_0x4622f6(0x21d),'TWGAo':_0x4622f6(0x39b)};try{const _0x40e0f5=_0x1ce33f[_0x4622f6(0x22b)](require,_0x1ce33f[_0x4622f6(0x200)]);_0x40e0f5[_0x4622f6(0x194)](_0x29f8ad,_0x2ea20f,_0x249dc0);const _0x1d7393=JSON[_0x4622f6(0x33e)](_0x29f8ad)['replace'](/"browserstack\.user":"[^"]*"/g,_0x1ce33f[_0x4622f6(0x258)])[_0x4622f6(0x3a6)](/"browserstack\.key":"[^"]*"/g,_0x1ce33f[_0x4622f6(0x297)]);logger[_0x4622f6(0x354)](_0x4622f6(0x1b0)+global[_0x4622f6(0x28b)]+'\x20'+_0x1d7393);}catch(_0x42472a){logger['error']('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x42472a[_0x4622f6(0x362)]||_0x42472a[_0x4622f6(0x374)]));}}async['_pollUntilNonEmpty']({fetchFn:_0x599af2,isNonEmpty:_0x501b9d,resultDetail:_0x3aaa1c,totalMs:_0x1989d4,intervalMs:_0x423a53,name:_0x9b362c}){const _0x261e61=a106_0x55ecea,_0x514e06={'vgkKV':function(_0x35ae98,_0x16aea8){return _0x35ae98+_0x16aea8;},'JbsCy':function(_0xd22c81,_0x9c860a){return _0xd22c81<_0x9c860a;},'AUOgN':function(_0x3e9d69){return _0x3e9d69();},'KkWyh':function(_0x2e6532,_0x42720e){return _0x2e6532(_0x42720e);},'gRrbX':function(_0x16fb52,_0x163f6b){return _0x16fb52>=_0x163f6b;},'XrVyy':function(_0x45a9f4,_0x55c2f5){return _0x45a9f4-_0x55c2f5;},'VaHeG':function(_0x5baaac,_0x529de4){return _0x5baaac(_0x529de4);}},_0x4a2855=Date[_0x261e61(0x2b0)](),_0x3b9569=_0x514e06['vgkKV'](_0x4a2855,_0x1989d4);let _0x44a924=0x0,_0x143d7d=null,_0x47842a=![];while(_0x514e06[_0x261e61(0x3ce)](Date[_0x261e61(0x2b0)](),_0x3b9569)){_0x44a924++,_0x143d7d=await _0x514e06[_0x261e61(0x2ed)](_0x599af2),_0x47842a=_0x514e06[_0x261e61(0x212)](_0x501b9d,_0x143d7d),logger[_0x261e61(0x354)]('['+_0x9b362c+_0x261e61(0x187)+_0x44a924+'\x20'+_0x514e06[_0x261e61(0x212)](_0x3aaa1c,_0x143d7d));if(_0x47842a)break;if(_0x514e06['gRrbX'](_0x514e06[_0x261e61(0x3bc)](Date[_0x261e61(0x2b0)](),_0x423a53),_0x3b9569))break;await new Promise(_0x53272c=>setTimeout(_0x53272c,_0x423a53));}return!_0x47842a&&logger[_0x261e61(0x230)]('['+_0x9b362c+_0x261e61(0x348)+_0x44a924+_0x261e61(0x30a)+_0x514e06[_0x261e61(0x27a)](Date[_0x261e61(0x2b0)](),_0x4a2855)+_0x261e61(0x30c)+_0x514e06['VaHeG'](_0x3aaa1c,_0x143d7d)+_0x261e61(0x29c)),_0x143d7d;}async[a106_0x55ecea(0x24b)](_0x1889e6,_0x59ced9){const _0x3d3dea=a106_0x55ecea,_0xc09fd6={};_0xc09fd6['WVaQf']=_0x3d3dea(0x2f3),_0xc09fd6[_0x3d3dea(0x294)]=_0x3d3dea(0x329),_0xc09fd6[_0x3d3dea(0x2a7)]=_0x3d3dea(0x252),_0xc09fd6['YDUwE']=_0x3d3dea(0x1c9);const _0x236649=_0xc09fd6;try{const _0x44b000=process[_0x3d3dea(0x1a1)][_0x3d3dea(0x26d)]||'';logger[_0x3d3dea(0x224)]('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x44b000+_0x3d3dea(0x37b)+_0x59ced9+_0x3d3dea(0x2b1)+_0x1889e6);const _0x13f815=await GrpcClient[_0x3d3dea(0x3d2)]()['accessibilityResult'](_0x44b000,_0x59ced9,_0x1889e6,_0x236649[_0x3d3dea(0x1a0)]);if(!_0x13f815||!_0x13f815[_0x3d3dea(0x1f2)])return logger[_0x3d3dea(0x230)](_0x236649['mTwuS']),[];const _0x63bcee=_0x13f815[_0x3d3dea(0x1f2)](),_0x1edeef=Buffer[_0x3d3dea(0x3d3)](_0x63bcee)[_0x3d3dea(0x242)](_0x236649[_0x3d3dea(0x2a7)])['trim']();if(!_0x1edeef)return logger['warn'](_0x236649['YDUwE']),[];return JSON[_0x3d3dea(0x33c)](_0x1edeef);}catch(_0x53ccc8){return logger['error']('[App-A11y]\x20getAppAccessibilityResults\x20error:\x20'+(_0x53ccc8[_0x3d3dea(0x362)]||_0x53ccc8[_0x3d3dea(0x374)])),[];}}async[a106_0x55ecea(0x23d)](_0xb9c9d1,_0x1e1a1a){const _0x4a1762=a106_0x55ecea,_0x37b53e={};_0x37b53e['JSOjl']=_0x4a1762(0x38b),_0x37b53e[_0x4a1762(0x2c8)]=_0x4a1762(0x35f),_0x37b53e[_0x4a1762(0x396)]=_0x4a1762(0x252),_0x37b53e[_0x4a1762(0x2aa)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x2520a2=_0x37b53e;try{const _0xa5eea6=process[_0x4a1762(0x1a1)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info'](_0x4a1762(0x214)+_0xa5eea6+_0x4a1762(0x37b)+_0x1e1a1a+_0x4a1762(0x2b1)+_0xb9c9d1);const _0x74a425=await GrpcClient[_0x4a1762(0x3d2)]()[_0x4a1762(0x365)](_0xa5eea6,_0x1e1a1a,_0xb9c9d1,_0x2520a2[_0x4a1762(0x20a)]);if(!_0x74a425||!_0x74a425[_0x4a1762(0x1f2)])return logger[_0x4a1762(0x230)](_0x2520a2[_0x4a1762(0x2c8)]),{};const _0x12b749=_0x74a425['getResultResponse'](),_0x2f1979=Buffer[_0x4a1762(0x3d3)](_0x12b749)[_0x4a1762(0x242)](_0x2520a2[_0x4a1762(0x396)])['trim']();if(!_0x2f1979)return logger[_0x4a1762(0x230)](_0x2520a2['yjngm']),{};return JSON[_0x4a1762(0x33c)](_0x2f1979);}catch(_0x280f3d){return logger[_0x4a1762(0x19b)](_0x4a1762(0x1b4)+(_0x280f3d[_0x4a1762(0x362)]||_0x280f3d['message'])),{};}}async[a106_0x55ecea(0x38e)](_0x52cf98){const _0x86a9fc=a106_0x55ecea,_0x26ff2c={};_0x26ff2c[_0x86a9fc(0x363)]=_0x86a9fc(0x2f8),_0x26ff2c[_0x86a9fc(0x37a)]=function(_0x3026ff,_0x51aa8e){return _0x3026ff>_0x51aa8e;},_0x26ff2c[_0x86a9fc(0x2ae)]=_0x86a9fc(0x33d);const _0x28051b=_0x26ff2c;try{if(!this[_0x86a9fc(0x343)]())return logger[_0x86a9fc(0x230)](_0x28051b[_0x86a9fc(0x363)]),[];const _0x14c5b9=this[_0x86a9fc(0x1ec)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x86a9fc(0x205)]()}:{};_0x28051b['GypVT'](Object[_0x86a9fc(0x196)](_0x14c5b9)['length'],0x0)&&logger[_0x86a9fc(0x354)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x86a9fc(0x33e)](_0x14c5b9));const _0x1a2067=await this[_0x86a9fc(0x240)]({'fetchFn':()=>Object[_0x86a9fc(0x196)](_0x14c5b9)[_0x86a9fc(0x1ad)]>0x0?this['executeScriptByName'](_0x52cf98,_0x86a9fc(0x2f3),_0x14c5b9):this['executeScriptByName'](_0x52cf98,'getResults'),'isNonEmpty':_0x26fd45=>Array['isArray'](_0x26fd45)&&_0x26fd45[_0x86a9fc(0x1ad)]>0x0,'resultDetail':_0x3604cf=>_0x86a9fc(0x239)+(Array[_0x86a9fc(0x1c4)](_0x3604cf)?_0x3604cf[_0x86a9fc(0x1ad)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x28051b[_0x86a9fc(0x2ae)]});return _0x1a2067||[];}catch(_0x26724e){return logger[_0x86a9fc(0x19b)](_0x86a9fc(0x20f)+(_0x26724e[_0x86a9fc(0x362)]||_0x26724e[_0x86a9fc(0x374)])),[];}}async['getAccessibilityResultsSummary'](_0xfd7149){const _0x142e5a=a106_0x55ecea,_0x505fa6={'DgrEs':function(_0x209b13,_0x14dd66,_0x347dcf){return _0x209b13(_0x14dd66,_0x347dcf);},'xNaKF':'scan','usUaR':function(_0x564826,_0x4679e0){return _0x564826(_0x4679e0);},'LVqXn':'getResultsSummary','vybai':_0x142e5a(0x30e),'LlQpN':function(_0x101211,_0x45c6f5){return _0x101211(_0x45c6f5);},'IzXUW':_0x142e5a(0x2a5),'XvGle':function(_0x1af2df,_0x274b2b){return _0x1af2df===_0x274b2b;},'knyse':_0x142e5a(0x3d8),'sREiZ':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','rcpKs':'accessibility','vdLkA':_0x142e5a(0x3da),'kypNW':_0x142e5a(0x18d),'TqWBm':_0x142e5a(0x292),'BZgTQ':_0x142e5a(0x1b2),'DGcok':_0x142e5a(0x392),'gPlLL':_0x142e5a(0x199),'AiUdI':_0x142e5a(0x30d),'wrwxw':_0x142e5a(0x20c)};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x142e5a(0x230)](_0x505fa6[_0x142e5a(0x1ca)]),{};const _0x12a5e6=_0x505fa6[_0x142e5a(0x2be)](require,_0x505fa6[_0x142e5a(0x3d0)]),_0x43f968=_0x12a5e6['getTestFrameworkDetail'](),_0x5f1136=_0x505fa6[_0x142e5a(0x2b8)](_0x43f968?.[_0x142e5a(0x253)]?.[_0x142e5a(0x377)](),_0x505fa6[_0x142e5a(0x222)]);let _0x1969e2='',_0x2fb679=null,_0x5b130a=null;if(_0x5f1136){_0x2fb679=global['__jestCurrentTestIdentifier']||global[_0x142e5a(0x368)]?.[_0x142e5a(0x1bd)]?.['testAnalyticsId']||global[_0x142e5a(0x368)]?.['currentTest']?.['id'];if(!_0x2fb679)return logger[_0x142e5a(0x230)](_0x505fa6[_0x142e5a(0x3aa)]),{};try{const _0x44cc09=await GrpcClient[_0x142e5a(0x3d2)]()['fetchDriverExecuteParamsEvent'](process[_0x142e5a(0x1a1)][_0x142e5a(0x26d)],_0x505fa6[_0x142e5a(0x376)],_0x505fa6[_0x142e5a(0x34e)],_0x2fb679),_0x70c298=AccessibilityModule['loadDriverExecuteParams'](null,_0x44cc09);_0x1969e2=_0x70c298?.[_0x142e5a(0x2c1)]||'',logger[_0x142e5a(0x354)](_0x142e5a(0x188)+_0x1969e2+_0x142e5a(0x1a3)+_0x2fb679);const _0x2b2e9c=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x505fa6[_0x142e5a(0x34e)],_0x1969e2,_0x2fb679),_0x50536e=this['getCapabilityValue'](_0x505fa6[_0x142e5a(0x2de)])||this[_0x142e5a(0x3ae)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x1e9c2f=process[_0x142e5a(0x1a1)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x56e842=this[_0x142e5a(0x3b4)](_0x505fa6['kypNW'],_0x1969e2,_0x50536e,_0x1e9c2f);_0x5b130a=_0x12a5e6[_0x142e5a(0x3c6)](_0x56e842,_0x2b2e9c),logger[_0x142e5a(0x354)](_0x142e5a(0x29b)+JSON['stringify'](_0x5b130a));}catch(_0x17ddbf){return logger['error'](_0x142e5a(0x272)+_0x17ddbf[_0x142e5a(0x374)]),{};}}else{_0x1969e2=this[_0x142e5a(0x36a)](_0x505fa6[_0x142e5a(0x2e4)])||'';!_0x1969e2&&this['isMobileWebSession']()&&(_0x1969e2=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x21763c=this[_0x142e5a(0x36a)](_0x505fa6[_0x142e5a(0x2de)])||this[_0x142e5a(0x3ae)][this[_0x142e5a(0x2d0)]]||null,_0x3f28a=process['env'][_0x142e5a(0x243)]||'';_0x5b130a=this[_0x142e5a(0x3b4)](_0x505fa6['kypNW'],_0x1969e2,_0x21763c,_0x3f28a);}logger[_0x142e5a(0x354)](_0x505fa6[_0x142e5a(0x33b)]);const _0x3a5893=0x15f90,_0x241908=0x1388;try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x142e5a(0x216)],async()=>{const _0x413981=_0x142e5a,_0x55b500={'MkKKY':function(_0x6e720f,_0x41c0b5,_0x301541){return _0x505fa6['DgrEs'](_0x6e720f,_0x41c0b5,_0x301541);}},_0x36df77=this[_0x413981(0x336)](_0xfd7149,_0x505fa6[_0x413981(0x1eb)],_0x5b130a);let _0x15e732;const _0x475dfb=new Promise((_0x2384c8,_0x146823)=>{const _0x2958ae=_0x413981;_0x15e732=_0x55b500[_0x2958ae(0x2c2)](setTimeout,()=>_0x146823(new Error(_0x2958ae(0x2c0)+_0x3a5893+'ms')),_0x3a5893);});try{const _0xf0196c=await Promise[_0x413981(0x236)]([_0x36df77,_0x475dfb]);logger['debug'](_0x413981(0x34a)+util['format'](_0xf0196c));}finally{_0x505fa6['usUaR'](clearTimeout,_0x15e732);}},{'command':_0x505fa6['kypNW']})();}catch(_0x470613){logger[_0x142e5a(0x230)](_0x142e5a(0x3af)+_0x470613['message']+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global[_0x142e5a(0x399)]={'reason':_0x505fa6['DGcok'],'at':Date[_0x142e5a(0x2b0)](),'where':_0x505fa6[_0x142e5a(0x1af)]},await new Promise(_0x2359b0=>setTimeout(_0x2359b0,_0x241908)),logger['debug'](_0x142e5a(0x285)+_0x241908+_0x142e5a(0x3d4));}const _0x2dffbf=await this[_0x142e5a(0x240)]({'fetchFn':()=>PerformanceTester[_0x142e5a(0x1d1)](PerformanceA11yEvents[_0x142e5a(0x384)],async()=>{const _0x15b35f=_0x142e5a;return await this[_0x15b35f(0x336)](_0xfd7149,_0x505fa6[_0x15b35f(0x34e)],_0x5b130a);})(),'isNonEmpty':_0x26547d=>_0x26547d&&typeof _0x26547d['totalIssueCount']==='number'&&_0x26547d[_0x142e5a(0x198)]>0x0,'resultDetail':_0x52ded7=>_0x142e5a(0x241)+(_0x52ded7&&typeof _0x52ded7['totalIssueCount']===_0x142e5a(0x3a0)?_0x52ded7['totalIssueCount']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x505fa6[_0x142e5a(0x1af)]});if(!_0x2dffbf)return logger['debug'](_0x505fa6['AiUdI']),{};return _0x505fa6[_0x142e5a(0x2b8)](typeof _0x2dffbf,_0x505fa6['wrwxw'])&&global[_0x142e5a(0x399)]&&(_0x2dffbf[_0x142e5a(0x29a)]=!![],_0x2dffbf[_0x142e5a(0x1ee)]=global['__bstackA11yScanCapHit'][_0x142e5a(0x35d)]),_0x2dffbf;}catch(_0x5766ac){return logger[_0x142e5a(0x19b)](_0x142e5a(0x1e1)+(_0x5766ac[_0x142e5a(0x362)]||_0x5766ac[_0x142e5a(0x374)])),{};}}async[a106_0x55ecea(0x228)](_0x5cf3bd,_0x54cb43,_0x5ef8d7=null){const _0x35831d=a106_0x55ecea,_0xf32771={};_0xf32771[_0x35831d(0x2a8)]=_0x35831d(0x2f4),_0xf32771[_0x35831d(0x36c)]=_0x35831d(0x275),_0xf32771[_0x35831d(0x2e6)]=_0x35831d(0x2d4);const _0x349fb5=_0xf32771;try{if(!_0x5cf3bd)return logger[_0x35831d(0x354)](_0x349fb5['dCbXH']),null;if(!_0x54cb43)return logger[_0x35831d(0x354)](_0x349fb5[_0x35831d(0x36c)]),null;logger[_0x35831d(0x354)](_0x349fb5['mjWte']);const _0x2c0afd=_0x5ef8d7?await _0x5cf3bd[_0x35831d(0x353)](_0x54cb43,_0x5ef8d7):await _0x5cf3bd[_0x35831d(0x353)](_0x54cb43);return _0x2c0afd;}catch(_0x5e2d9b){return logger[_0x35831d(0x19b)]('Error\x20in\x20performPageScan:\x20'+(_0x5e2d9b[_0x35831d(0x362)]||_0x5e2d9b[_0x35831d(0x374)])),null;}}static[a106_0x55ecea(0x269)](_0x218e8d,_0x711a5e){const _0x5a9e20=a106_0x55ecea,_0x2b71b5={};_0x2b71b5['xPtju']=_0x5a9e20(0x252);const _0x1784ef=_0x2b71b5,_0x2dfb5a={};_0x2dfb5a[_0x5a9e20(0x2c1)]=_0x218e8d;const _0x49122b=_0x2dfb5a;let _0x1be0d4={};if(_0x711a5e[_0x5a9e20(0x371)]()&&_0x711a5e['hasAccessibilityExecuteParams']())try{_0x1be0d4=JSON['parse'](Buffer[_0x5a9e20(0x3d3)](_0x711a5e[_0x5a9e20(0x394)]())['toString'](_0x1784ef['xPtju']));}catch(_0x5d5a8b){logger[_0x5a9e20(0x19b)](_0x5a9e20(0x221)+_0x5d5a8b[_0x5a9e20(0x374)]),_0x1be0d4={};}return CLIUtils[_0x5a9e20(0x3c6)](_0x49122b,_0x1be0d4);}static async[a106_0x55ecea(0x3c3)](_0x44e5bd,_0x529730='',_0xd7ba06=null){const _0x341de6=a106_0x55ecea,_0x374335={};_0x374335['zesdU']=_0x341de6(0x300),_0x374335[_0x341de6(0x264)]=_0x341de6(0x380);const _0x4d021d=_0x374335;try{if(!_0xd7ba06&&AccessibilityModule[_0x341de6(0x314)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x341de6(0x1a1)][_0x341de6(0x26d)])return logger[_0x341de6(0x19b)](_0x4d021d[_0x341de6(0x339)]),{};const _0x22ed76=await GrpcClient[_0x341de6(0x3d2)]()[_0x341de6(0x2f9)](process[_0x341de6(0x1a1)][_0x341de6(0x26d)],_0x4d021d['oqVOK'],_0x44e5bd,_0xd7ba06),_0x2737f9=_0xd7ba06?AccessibilityModule['loadDriverExecuteParams'](null,_0x22ed76)?.[_0x341de6(0x2c1)]||_0x529730:_0x529730,_0x27ea99=AccessibilityModule[_0x341de6(0x269)](_0x2737f9,_0x22ed76);return!_0xd7ba06&&(AccessibilityModule[_0x341de6(0x34b)]=_0x27ea99,AccessibilityModule[_0x341de6(0x314)]=!![]),_0x27ea99;}catch(_0x353041){return logger[_0x341de6(0x19b)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x44e5bd+':\x20'+(_0x353041[_0x341de6(0x362)]||_0x353041[_0x341de6(0x374)])),{};}}}function a106_0x2ea3(_0x40bf51,_0x4bd8a5){const _0x1b11f6=a106_0x1b11();return a106_0x2ea3=function(_0x2ea3bf,_0x5de18c){_0x2ea3bf=_0x2ea3bf-0x186;let _0x20df35=_0x1b11f6[_0x2ea3bf];return _0x20df35;},a106_0x2ea3(_0x40bf51,_0x4bd8a5);};module[a106_0x55ecea(0x321)]=AccessibilityModule;function a106_0x1b11(){const _0x1177aa=['warn','EyDeZ','getName','uMqBB','qxyyH','browserstack_executor','race','capabilities','wtoTl','count=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','rzxsp','join','getAppAccessibilityResultsSummary','ZPPvO','registerObserver','_pollUntilNonEmpty','totalIssueCount=','toString','BROWSERSTACK_TESTHUB_JWT',',\x20tags=','capabilitiesList','dekrW','browserstack.accessibilityOptions.authToken','hoNXP','string','chBJP','getAppAccessibilityResults','1738178UzONxG','getTrackedInstance','onBeforeExecute:\x20Command\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','testFramework','XAFXw','utf-8','name','vDdMY','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','__accessibilityOptions','BgPAK','jXjYK','delete','Cthrv','authHeader','concat','../../playwright/accessibility-helper','VzwTG',']\x20clear\x20','nycbU','size','LoFMR','getCapabilities','oqVOK','lFxYI','patchSendMessageToServer','vVISX','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','loadDriverExecuteParams','../../../helpers/accessibility-automation/constants','psCcP',',\x20isAppAccessibility=','BROWSERSTACK_CLI_BIN_SESSION_ID','\x20env=','DRIVER_INIT','setAccessibilityConfig','getCapabilitiesList','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','browserStackEvaluate','oKrlA','performPageScan:\x20Script\x20is\x20null','30MVsTgY','isMobilePlatform','DXFIB','KEY_INIT','XrVyy','shouldScanCurrentTest','aLiRF','chrome','nCTtZ','Context','version','update','GxcNN','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','slice','[AccessibilityModule.getResultsSummary]\x20waited\x20','ZpPWa','QVFHW','../../../helpers/performance/performance-tester.js','../state/automationFrameworkState','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','accessibilityPlatform','getOptions','JDBvT',')\x20result=','sha256','asJTy','mPjLT','test_run_id','2370975pIlpTk','mTwuS','Page\x20','\x20testHubUuid=','TWGAo','EXECUTE','saveResults','degraded','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=',');\x20returning\x20last\x20value','pxnhb','includeTagsInTestingScope','uHceu','Error\x20in\x20initAccessibilityConfig:\x20','klmVR','McxDd','_mobileScanningDisabledLogged','ACCESSIBILITY_INITIALIZED','../cliUtils',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','vAbtG','dCbXH','lFHOd','yjngm','true','\x20script\x20available\x20in\x20scriptsList','not-array','iXoRD','FfWYz','now',',\x20sessionId=','saveTestResults','launchCaps','android','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',',\x20testName=','Yibop','XvGle','testInfo','TogMe','browserName',']\x20isEnabledTestcase\x20(','eamoJ','LlQpN','TEST_INIT','performScan\x20capped\x20at\x20','thTestRunUuid','MkKKY','trim','initAccessibilityConfig','MODULE_NAME','onBeforeExecute:\x20command=','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','oFUKv','LnPqH','fLgkh','scriptsList','1410xOamIP','latest','appium:platformName','mXGjd','KEY_TESTHUB_BUILD_ID','isMobileScanningEnabledForGroup','qrQLI','wVhTp','Executing\x20accessibility\x20script\x20on\x20page','GLIPh','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','includes','OTxKL','platformCaps','bind','VYxWT','TaPyp','isVersionSupported','vdLkA','requiresChromeOptionsValidation','Accessibility\x20data\x20for\x20extension:\x20','TfdJO','\x20a11yToken=','parseA11yJwtPayload','TqWBm','AOzVb','mjWte','./baseModule','SFFwV','Error\x20getting\x20script\x20by\x20name\x20','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','KEY_TEST_NAME','hAwme','AUOgN','\x20browser\x20version\x20greater\x20than\x20','browserVersion','end','ENxug','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','getResults','performPageScan:\x20Page\x20is\x20null','RNvTl','bKaQi','getBuildId','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','fetchDriverExecuteParamsEvent','CHPJS','updateData','eWIAQ',']\x20onAfterTest\x20should\x20scan=','puPHi','_sendMessageServerPatchApplied','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','isAppAccessibility',',\x20framework=','XVNdS','FNRUi','pid','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','[AccessibilityModule]\x20onAfterTest:\x20framework=','aXptc','ClbPM','x\x20over\x20','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','ms\x20—\x20cache\x20never\x20populated\x20(','No\x20summaryResults\x20found.','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','centralAuthHeader','value','test_tags','\x22\x20pid=','crypto','_centralAuthConfigFetched','pRPMW','TEMyO','AUTOMATION_SESSIONS','toObject','bRDrn',']\x20should\x20run\x20accessibility\x20value=','_parseScriptsFromOptions','loadAccessibilityConfig','yanno','pvoho','performScan','PEmRi','exports','../../../helpers/helper','kGgHE','sIzGH','YUpPr','JpbAO','UVqSa','OhoDX','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','getScriptByName','Unknown\x20Test','performScanForCli','headless','HqtRS','SDK_ACCESSIBILITY_CONFIG','Tddyb','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','MBCKl','YoktC','chromeOptions','vCEAR','executeScriptByName','YtsJj','NODE_GENERIC','zesdU','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','BZgTQ','parse','AccessibilityModule.getResults','stringify','unknown','Error\x20in\x20shouldScanForCommand:\x20','page','getAllData','getCurrentAccessibilityStatus','wGGTo','VlsBW','isPlatformSupported','CappV',']\x20polled\x20','ZfWdr','Scan\x20result:\x20','_centralAuthA11yConfig','TrackedInstance','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','LVqXn','nTDFu','isEnabledTestcase','MNsVG','isPlatformSupported:\x20caps\x20are\x20null','evaluate','debug','uRFjk','on\x20non-BrowserStack\x20infrastructure\x20','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','WPJQP','vXUay','scannerVersion','centralAuthToken',',\x20\x0a\x20','reason','toJson','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','getScriptsList','wtHRG','stack','ehqhA','396745GKLWsQ','accessibilityResult','Error\x20applying\x20sendMessageToServer\x20patch:\x20','testcafe','__workerDetails','WWPxN','getCapabilityValue','getTestFrameworkDetail','XOQbG','platformVersion','getCurrentInstanceName','QUIT','rVeSU','getSuccess','jwdUQ',',\x20excludeTags=','message','function','rcpKs','toLowerCase','performScanForCli:\x20No\x20','testFrameworkData','GypVT',',\x20testRunId=','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','createHash','finishScanningForCli','hOOAB','accessibility','HPyqi','CimRw','tBLJT','GET_RESULTS_SUMMARY','uiayX','titlePath','../grpcClient','mIxMl','pDZDn','CREATE','getResultsSummary','options','LyTXL','getAccessibilityResults','MVjbi','TJtix','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','SCAN_CAP_HIT','PedTe','getAccessibilityExecuteParams','isAccessibilityAutomationSession','ETRri','MergedScanArgs:\x20','getScript','__bstackA11yScanCapHit','RlMAE','\x22browserstack.key\x22:\x22[REDACTED]\x22','lHVKH','assign','vLpic','Ycjtj','number',',\x20testCaseEnabled=','find','get','cucumber','XKepe','replace','PxZeT','2297736HImsqb','../framework/testFramework','sREiZ','rbnuN','executeScript','test-tags-->\x20','accessibilityConfig','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','goog:chromeOptions','HMJrV','PVasL','pkxin','getParamsForScanForCli','browser_version','commandsList','testAnalyticsId','MOBILE_SCANNING_DISABLED_WARNING','Error\x20in\x20stopTestCapture:\x20','DXkvw','46277tdaGlS','vgkKV','isEnabled','nHTnV','\x20->\x20','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','a11y:save-results','bobuq','fetchCentralAuthA11yConfig','validatePlatformForAccessibility','getModuleName','mergeObject','mjNsm','browserstack.accessibilityOptions.scannerProcessingTimeout','Exception\x20in\x20isPlatformSupported:\x20','ZIPZh','null','ZYYIh','--headless=','JbsCy','\x20worker=\x22','IzXUW','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getInstance','from','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','start','getValue','shouldScanForCommand:\x20','jest','appium:platformVersion','testhub_build_uuid','pwPage','some','driver','ysCeP','IfOHT','getPlatformCaps',']\x20poll\x20attempt=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','AFCDO','INfRE','dolUc','applySendMessageToServerPatch','getAccessibilityResultsSummary','getTestId','XPDey','tVYnO','../../utils/playwright-patcher','getCommandsList','../../../helpers/accessibility-automation/helper','processAccessibilityCaps','KAsOD','keys','cCSUw','totalIssueCount','AccessibilityModule.getResultsSummary','getData','error','nfDnh','excludeTagsInTestingScope','commandName','skipCDPConnectOverride','WVaQf','env','gjpuJ','\x20from\x20testIdentifier=','rLmXb','ZeIMN','7oqEqXb','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','toISOString','[platform\x20-\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','testData','length','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','gPlLL','Processed\x20accessibility\x20caps\x20','ZQbOP','Performing\x20scan\x20before\x20getting\x20results\x20summary','isBrowserSupportedForAccessibility','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','cwCBm','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','getContext','getPlatformIndex','SVfXU','nyrbW','jeMjY','currentTest','kTGMC','TGFWx','NON_BROWSERSTACK_AUTOMATION_SESSIONS','Error\x20executing\x20script\x20','pyFXo','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','isArray','4VsRqke','getIsAppAccessibility','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','yOJtm','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','vybai','getLogDisabledShown','366599QGgBAa','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','\x20script\x20available','setLogDisabledShown','platformName','measureWrapper','ObVvv','onAfterTest','zIoUK','hNcqJ','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20',',\x20testIdentifier=','Error\x20checking\x20headless\x20capability:\x20','shouldScanForCommand','MKUif','IRNuL','setAccessibilityToken','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','qspqT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','executeScriptByName:\x20No\x20','Error\x20in\x20getAccessibilityResultsSummary:\x20','util','LOG_DISABLED_SHOWN','rRgzz','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','afterTestHook','onBeforeExecute','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','testRunId','xNaKF','isMobileWebSession','setShouldScanCurrentTest','degradedReason','FdNxo','main','args','getResultResponse','--headless','wlrxp','setShouldScan','format','__jestCurrentTestIdentifier','scan','onBeforeTest','JEST_WORKER_ID','command','getAccessibility','fcjlS','[App-A11y]\x20Scan\x20result\x20for\x20','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','AgLfD','wOoZv','xTfef','digest','BAIUV','resolveMobileThTestRunUuid','AcJlQ','PRE','getTestUUID','browserstack.accessibilityOptions.wcagVersion','JSOjl','../framework/constants/testFrameworkConstants.js','object','trmxf','getTesthub','Error\x20in\x20getAccessibilityResults:\x20','instance','dHNTv','KkWyh','FCtKC','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','KEY_TEST_SCOPES','PERFORM_SCAN','4319730cFsjTY','OghsZ','BROWSERSTACK_TEST_ACCESSIBILITY_YML','set','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',',\x20includeTags=','\x22browserstack.user\x22:\x22[REDACTED]\x22','\x20token_fp=','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','stopTestCapture','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','knyse',']\x20Accessibility\x20configuration\x20initialized\x20successfully','info','Performing\x20scan\x20before\x20from\x20cli','map','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','performPageScan','isFinite','QGKHB','VmqIx','../../../helpers/accessibility-automation/scripts','getTestDetails','getBrowserDisplayName','accessibilityToken'];a106_0x1b11=function(){return _0x1177aa;};return a106_0x1b11();}
@@ -1 +1 @@
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
+ const a107_0x21be25=a107_0x417c;(function(_0x5e5986,_0x3fcc17){const _0x972978=a107_0x417c,_0x3e6017=_0x5e5986();while(!![]){try{const _0x1b2e3f=parseInt(_0x972978(0xe4))/0x1*(-parseInt(_0x972978(0xf2))/0x2)+parseInt(_0x972978(0xdb))/0x3+-parseInt(_0x972978(0xe1))/0x4+-parseInt(_0x972978(0xed))/0x5+parseInt(_0x972978(0xee))/0x6+-parseInt(_0x972978(0xeb))/0x7+parseInt(_0x972978(0xe3))/0x8;if(_0x1b2e3f===_0x3fcc17)break;else _0x3e6017['push'](_0x3e6017['shift']());}catch(_0x320c3b){_0x3e6017['push'](_0x3e6017['shift']());}}}(a107_0x2dd5,0xa80ee));function a107_0x417c(_0x8e24c3,_0x11a1a5){const _0x2dd534=a107_0x2dd5();return a107_0x417c=function(_0x417c13,_0x5ca414){_0x417c13=_0x417c13-0xd4;let _0x55f802=_0x2dd534[_0x417c13];return _0x55f802;},a107_0x417c(_0x8e24c3,_0x11a1a5);}const logger=require(a107_0x21be25(0xdd))['winstonLogger'],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x31be7e=null){const _0x4372d8=a107_0x21be25,_0x3b521b={};_0x3b521b[_0x4372d8(0xd4)]=_0x4372d8(0xfa),_0x3b521b[_0x4372d8(0xdf)]='BaseModule';const _0x587458=_0x3b521b,_0x15e431=_0x587458[_0x4372d8(0xd4)][_0x4372d8(0xf5)]('|');let _0x342394=0x0;while(!![]){switch(_0x15e431[_0x342394++]){case'0':this[_0x4372d8(0xd9)]=0x0;continue;case'1':this[_0x4372d8(0xff)]=null;continue;case'2':this[_0x4372d8(0xfb)]=_0x587458[_0x4372d8(0xdf)];continue;case'3':this['testFrameworkData']=this[_0x4372d8(0xe9)](_0x31be7e);continue;case'4':this['client']=null;continue;case'5':this[_0x4372d8(0xdc)]={};continue;}break;}}[a107_0x21be25(0xe6)](){const _0x2d4f1e=a107_0x21be25,_0x4f394e={};_0x4f394e['cbJZn']=_0x2d4f1e(0xf6);const _0x1a5590=_0x4f394e;if(!this[_0x2d4f1e(0xff)])throw new Error(_0x1a5590[_0x2d4f1e(0xea)]);}[a107_0x21be25(0xe2)](){const _0x3e8c57=a107_0x21be25;return this[_0x3e8c57(0xfb)];}['configure'](_0x11e961,_0x155503,_0x58a0a0,_0x410d47={}){const _0x368889=a107_0x21be25,_0x7bc91f={};_0x7bc91f[_0x368889(0xfc)]=_0x368889(0xf7);const _0x198090=_0x7bc91f,_0x19ca49=_0x198090[_0x368889(0xfc)][_0x368889(0xf5)]('|');let _0x14ceeb=0x0;while(!![]){switch(_0x19ca49[_0x14ceeb++]){case'0':logger[_0x368889(0xda)](_0x368889(0xe7)+this[_0x368889(0xe2)]()+_0x368889(0xf3)+_0x11e961+_0x368889(0xef)+_0x155503);continue;case'1':this[_0x368889(0xdc)]=_0x410d47;continue;case'2':this[_0x368889(0xd7)]=_0x58a0a0;continue;case'3':this[_0x368889(0xd9)]=_0x155503;continue;case'4':this['binSessionId']=_0x11e961;continue;}break;}}[a107_0x21be25(0xde)](_0x76a487){const _0x256987=a107_0x21be25,_0x3d0c29={};_0x3d0c29['lkXeF']=function(_0x3987b5,_0x11840b){return _0x3987b5===_0x11840b;},_0x3d0c29[_0x256987(0xf9)]=function(_0x3b834d,_0x1f7962){return _0x3b834d===_0x1f7962;},_0x3d0c29[_0x256987(0xf0)]=function(_0x17cc46,_0x538542){return _0x17cc46===_0x538542;};const _0x5c0e15=_0x3d0c29;let _0x33599a='';if(_0x5c0e15[_0x256987(0xd5)](_0x76a487[_0x256987(0xfd)],FRAMEWORKS[_0x256987(0xf4)]))_0x33599a=_0x76a487[_0x256987(0xfe)]?.[_0x256987(0xd6)]?.['id']||_0x76a487[_0x256987(0xfe)]?.[_0x256987(0xe5)];else{if(_0x5c0e15[_0x256987(0xf9)](_0x76a487[_0x256987(0xfd)],FRAMEWORKS['CUCUMBER']))_0x33599a=_0x76a487[_0x256987(0xfe)]?.[_0x256987(0xe8)];else _0x5c0e15[_0x256987(0xf0)](_0x76a487[_0x256987(0xfd)],FRAMEWORKS[_0x256987(0xd8)])&&(_0x33599a=_0x76a487['testInfo']?.['id']);}return _0x33599a;}[a107_0x21be25(0xe9)](_0x2e7274){const _0x15397f=a107_0x21be25,_0x2ebbdf={};_0x2ebbdf[_0x15397f(0xf1)]=function(_0x209ef9,_0x129218){return _0x209ef9!==_0x129218;},_0x2ebbdf[_0x15397f(0xf8)]=_0x15397f(0xec);const _0x199877=_0x2ebbdf;if(!_0x2e7274||_0x199877[_0x15397f(0xf1)](typeof _0x2e7274,_0x199877[_0x15397f(0xf8)]))return null;const _0x5591ea={};_0x5591ea[_0x15397f(0xfb)]=_0x2e7274[_0x15397f(0xfb)],_0x5591ea[_0x15397f(0xe0)]=_0x2e7274[_0x15397f(0xe0)]&&_0x2e7274[_0x15397f(0xe0)][_0x2e7274[_0x15397f(0xfb)]];const _0x5f0873=_0x5591ea;return _0x5f0873;}}module['exports']=BaseModule;function a107_0x2dd5(){const _0x41c569=['1057881GhLjOP','config','../../../helpers/logger.js','getTestId','JjAnB','version','5479484ieylTT','getModuleName','22972104GeukmI','4UokEuQ','testId','ensureBinSession','Configured\x20module\x20','testCaseStartedId','setTestFrameworkData','cbJZn','4134249DHyJPh','object','2615635YGYpUL','6290994kuwUiD',',\x20platformIndex=','zlUas','vsDDH','550334YhVNFK','\x20with\x20binSessionId=','PLAYWRIGHT','split','Missing\x20binSessionId','4|3|2|1|0','qjZne','XavMh','2|1|0|5|4|3','name','aQdpG','testFramework','testInfo','binSessionId','mzGZK','lkXeF','_test','client','JEST','platformIndex','debug'];a107_0x2dd5=function(){return _0x41c569;};return a107_0x2dd5();}
@@ -1 +1 @@
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
+ const a108_0x43d077=a108_0xcd1a;(function(_0x4dd362,_0x40212d){const _0x197935=a108_0xcd1a,_0x35c3e9=_0x4dd362();while(!![]){try{const _0x3418ae=parseInt(_0x197935(0x9c))/0x1*(parseInt(_0x197935(0x9e))/0x2)+parseInt(_0x197935(0x92))/0x3+parseInt(_0x197935(0x80))/0x4*(parseInt(_0x197935(0xa2))/0x5)+-parseInt(_0x197935(0xa7))/0x6+-parseInt(_0x197935(0x9b))/0x7*(-parseInt(_0x197935(0x8e))/0x8)+-parseInt(_0x197935(0x7b))/0x9+-parseInt(_0x197935(0xa6))/0xa;if(_0x3418ae===_0x40212d)break;else _0x35c3e9['push'](_0x35c3e9['shift']());}catch(_0x45aba6){_0x35c3e9['push'](_0x35c3e9['shift']());}}}(a108_0x5604,0xe787b));function a108_0xcd1a(_0x3beca1,_0x3fc57b){const _0x5604f8=a108_0x5604();return a108_0xcd1a=function(_0xcd1ac1,_0x5b0782){_0xcd1ac1=_0xcd1ac1-0x7a;let _0x38c83c=_0x5604f8[_0xcd1ac1];return _0x38c83c;},a108_0xcd1a(_0x3beca1,_0x3fc57b);}const {createClassLogger}=require(a108_0x43d077(0xa5)),logger=createClassLogger(a108_0x43d077(0x89)),{sendToEDS}=require(a108_0x43d077(0x7e)),isLTSSession=(_0x2c691f=null)=>{const _0x5351d8=a108_0x43d077,_0x1ba746={};_0x1ba746[_0x5351d8(0x7c)]=function(_0x1b1a1d,_0x5745b7){return _0x1b1a1d!==_0x5745b7;},_0x1ba746['AGgII']=_0x5351d8(0x82),_0x1ba746[_0x5351d8(0x91)]=function(_0x57f411,_0x4b6185){return _0x57f411===_0x4b6185;},_0x1ba746['nlNlk']=_0x5351d8(0x9d),_0x1ba746['HlczQ']='true',_0x1ba746['SLIis']=function(_0x2a7853,_0x39b000){return _0x2a7853===_0x39b000;},_0x1ba746[_0x5351d8(0x9a)]=function(_0x23b1c0,_0xe94950){return _0x23b1c0===_0xe94950;},_0x1ba746['BJwuv']=_0x5351d8(0x81);const _0xca9007=_0x1ba746;try{if(_0xca9007[_0x5351d8(0x7c)](typeof process['env']['overrideLoadTesting'],_0xca9007['AGgII'])){const _0x1b1b72=process[_0x5351d8(0xa4)]['overrideLoadTesting'];return _0xca9007[_0x5351d8(0x91)](typeof _0x1b1b72,_0xca9007[_0x5351d8(0x86)])?_0xca9007[_0x5351d8(0x91)](_0x1b1b72['toLowerCase'](),_0xca9007[_0x5351d8(0x8a)]):!!_0x1b1b72;}const _0x2ea3b9=_0x2c691f&&_0x2c691f[_0x5351d8(0x84)],_0x24078d=!!(_0x2c691f&&(_0xca9007['PbJpF'](_0x2c691f[_0x5351d8(0x96)],!![])||_0xca9007[_0x5351d8(0x7f)](_0x2c691f[_0x5351d8(0x96)],_0xca9007['HlczQ']))),_0x4f5a8f=!!(_0x2ea3b9&&_0xca9007[_0x5351d8(0x9a)](_0x2ea3b9[_0x5351d8(0x8d)]()[_0x5351d8(0x95)](),_0xca9007[_0x5351d8(0x8a)])&&!_0x24078d);return process[_0x5351d8(0xa4)][_0x5351d8(0x84)]=_0x4f5a8f?_0xca9007[_0x5351d8(0x8a)]:_0xca9007[_0x5351d8(0x8f)],_0x4f5a8f;}catch(_0x54ac1d){return process[_0x5351d8(0xa4)][_0x5351d8(0x84)]=_0xca9007[_0x5351d8(0x8f)],![];}},getLTSSessionId=()=>{const _0x1b4683=a108_0x43d077,_0x2cc17a={'gIDyG':function(_0x280deb){return _0x280deb();},'pTWmT':_0x1b4683(0x7d),'dzDlF':_0x1b4683(0x85)};try{if(_0x2cc17a[_0x1b4683(0x8b)](isLTSSession))return logger[_0x1b4683(0x7a)](_0x2cc17a['pTWmT']),process[_0x1b4683(0xa4)][_0x1b4683(0x99)]||'';}catch(_0x3adef8){logger['error'](_0x1b4683(0xa3)+(_0x3adef8&&_0x3adef8['message']));}return logger['debug'](_0x2cc17a[_0x1b4683(0x87)]),'';},setLTSSessionId=async(_0x304364={})=>{const _0x43a743=a108_0x43d077,_0x3f7c31={'pfCek':function(_0x34bd16){return _0x34bd16();},'YdEHQ':_0x43a743(0x98),'QaeRT':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','ZAeCu':_0x43a743(0x94),'jxrHv':function(_0x3958ba,_0x1213cb){return _0x3958ba(_0x1213cb);},'IIesn':function(_0x2caf27,_0x24a2e4,_0x5a07c8){return _0x2caf27(_0x24a2e4,_0x5a07c8);},'HGxLa':function(_0x172c43,_0x898e71){return _0x172c43||_0x898e71;}};try{const _0x38db8a=_0x3f7c31[_0x43a743(0xa1)](getLTSSessionId);_0x38db8a?(process[_0x43a743(0xa4)][_0x43a743(0x99)]=_0x38db8a,logger[_0x43a743(0x7a)](_0x3f7c31[_0x43a743(0x8c)])):(delete process[_0x43a743(0xa4)][_0x43a743(0x99)],logger[_0x43a743(0x7a)](_0x3f7c31[_0x43a743(0x88)]));try{const _0x57bb61={'feature':_0x3f7c31[_0x43a743(0x83)],'ltsEnabled':_0x3f7c31[_0x43a743(0xa9)](isLTSSession,_0x304364),'ltsSessionIdPresent':!!_0x38db8a};await _0x3f7c31[_0x43a743(0x93)](sendToEDS,_0x57bb61,_0x304364);}catch(_0x3e1f23){logger[_0x43a743(0xa8)](_0x43a743(0x90)+(_0x3e1f23&&_0x3e1f23[_0x43a743(0x97)]));}return _0x3f7c31['HGxLa'](_0x38db8a,'');}catch(_0x23f500){return logger[_0x43a743(0x7a)](_0x43a743(0xa0)+(_0x23f500&&_0x23f500[_0x43a743(0x97)])),'';}},a108_0x257e79={};a108_0x257e79['isLTSSession']=isLTSSession,a108_0x257e79['getLTSSessionId']=getLTSSessionId,a108_0x257e79['setLTSSessionId']=setLTSSessionId,module[a108_0x43d077(0x9f)]=a108_0x257e79;function a108_0x5604(){const _0x38cc1b=['5490858vAhHZq','IIesn','LTS','toLowerCase','browserstackAutomation','message','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','BROWSERSTACK_LTS_SESSION_ID','Etsma','56735DDnMtQ','144143IBrIZI','string','14QXoycN','exports','setLTSSessionId\x20error:\x20','pfCek','2855zFgHWD','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','env','../../../helpers/classLogger.js','20155130sjURNf','7415502ubVWfL','warn','jxrHv','debug','15731262NYFoNZ','VNIKB','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','../../../helpers/helper.js','SLIis','11612NbOZug','false','undefined','ZAeCu','overrideLoadTesting','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','nlNlk','dzDlF','QaeRT','LoadTestModule','HlczQ','gIDyG','YdEHQ','toString','1432easetU','BJwuv','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','PbJpF'];a108_0x5604=function(){return _0x38cc1b;};return a108_0x5604();}
@@ -1 +1 @@
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;
1
+ function a109_0x2546(_0x304464,_0x45f65d){const _0x4aa31b=a109_0x4aa3();return a109_0x2546=function(_0x2546b5,_0x4ac749){_0x2546b5=_0x2546b5-0x118;let _0x2bc21a=_0x4aa31b[_0x2546b5];return _0x2bc21a;},a109_0x2546(_0x304464,_0x45f65d);}const a109_0x3f19fb=a109_0x2546;(function(_0x5ddf12,_0x11b419){const _0x5de495=a109_0x2546,_0xb7dca1=_0x5ddf12();while(!![]){try{const _0x409690=-parseInt(_0x5de495(0x125))/0x1+-parseInt(_0x5de495(0x11e))/0x2*(-parseInt(_0x5de495(0x12c))/0x3)+-parseInt(_0x5de495(0x138))/0x4*(parseInt(_0x5de495(0x135))/0x5)+parseInt(_0x5de495(0x11b))/0x6*(-parseInt(_0x5de495(0x13b))/0x7)+-parseInt(_0x5de495(0x120))/0x8*(-parseInt(_0x5de495(0x11a))/0x9)+parseInt(_0x5de495(0x13f))/0xa*(-parseInt(_0x5de495(0x137))/0xb)+parseInt(_0x5de495(0x12d))/0xc*(parseInt(_0x5de495(0x119))/0xd);if(_0x409690===_0x11b419)break;else _0xb7dca1['push'](_0xb7dca1['shift']());}catch(_0x441c31){_0xb7dca1['push'](_0xb7dca1['shift']());}}}(a109_0x4aa3,0xc91e4));const BaseModule=require(a109_0x3f19fb(0x134)),{createClassLogger}=require(a109_0x3f19fb(0x139)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a109_0x3f19fb(0x136)),{O11y_EVENTS}=require(a109_0x3f19fb(0x130)),constants=require(a109_0x3f19fb(0x11c));class ObservabilityModule extends BaseModule{[a109_0x3f19fb(0x12b)]=createClassLogger(a109_0x3f19fb(0x129));constructor(_0x33f420){const _0x1960be=a109_0x3f19fb,_0x356449={};_0x356449[_0x1960be(0x132)]=_0x1960be(0x129);const _0x2a96e8=_0x356449;super(),this['name']=_0x2a96e8[_0x1960be(0x132)],this[_0x1960be(0x122)]=_0x33f420,AutomationFramework[_0x1960be(0x121)](AutomationFrameworkState[_0x1960be(0x11d)],HookState['POST'],this['onBeforeTest'][_0x1960be(0x13c)](this));}[a109_0x3f19fb(0x12a)](){return ObservabilityModule['MODULE_NAME'];}async['onBeforeTest'](_0x5365c9){const _0x345219=a109_0x3f19fb,_0x583912={'kZTfV':function(_0x1c03e0,_0x9b01a9){return _0x1c03e0+_0x9b01a9;},'TfAcN':_0x345219(0x13a),'KLsoM':function(_0x564813,_0x1c3915,_0x2f7c8d,_0x40cb1e){return _0x564813(_0x1c3915,_0x2f7c8d,_0x40cb1e);},'uKtlX':_0x345219(0x126),'uzwMP':_0x345219(0x12e)};if(_0x5365c9['page']){const _0x14c61a=_0x5365c9['page'],_0x1ba00d=Date[_0x345219(0x12f)](),_0x20f4f8=_0x583912[_0x345219(0x131)](_0x583912[_0x345219(0x127)],_0x1ba00d);PerformanceTester[_0x345219(0x13d)](O11y_EVENTS[_0x345219(0x11f)]),await _0x583912[_0x345219(0x133)](playwrightAnnotate,_0x14c61a,_0x20f4f8,_0x583912[_0x345219(0x140)]),PerformanceTester[_0x345219(0x124)](O11y_EVENTS[_0x345219(0x11f)]),this[_0x345219(0x12b)][_0x345219(0x13e)](_0x345219(0x118)+constants['TEST_REPORTING_ANALYTICS']+'\x20sync\x20done');}else this['logger'][_0x345219(0x126)](_0x583912['uzwMP']);}}ObservabilityModule[a109_0x3f19fb(0x123)]=a109_0x3f19fb(0x129),module[a109_0x3f19fb(0x128)]=ObservabilityModule;function a109_0x4aa3(){const _0x2f6a03=['TfAcN','exports','ObservabilityModule','getModuleName','logger','3RXnxND','24zVzKBv','onBeforeTest:\x20page\x20is\x20not\x20defined','now','../../../helpers/performance/constants.js','kZTfV','GNLsi','KLsoM','./baseModule','5csssvL','../../../helpers/performance/performance-tester.js','17039wZtRpw','1052684PJEEWV','../../../helpers/classLogger.js','ObservabilitySync:','7YYzfcA','bind','start','info','3260GZPptS','uKtlX','onBeforeTest:\x20','7986108iEoOVy','369usofpa','2261010qLjdHP','../../utils/constants.js','CREATE','2375812nGmgVk','SYNC','73856lpNGBM','registerObserver','observabilityConfig','MODULE_NAME','end','826290siTCtK','debug'];a109_0x4aa3=function(){return _0x2f6a03;};return a109_0x4aa3();}