browserstack-node-sdk 1.63.1 → 1.63.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) 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/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.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/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a104_0x37b2ed=a104_0x7632;(function(_0x2e32d6,_0x55edd6){const _0x523c2e=a104_0x7632,_0x38c4d2=_0x2e32d6();while(!![]){try{const _0x75588b=-parseInt(_0x523c2e(0x13e))/0x1*(parseInt(_0x523c2e(0x143))/0x2)+parseInt(_0x523c2e(0x153))/0x3+parseInt(_0x523c2e(0x138))/0x4*(parseInt(_0x523c2e(0x14d))/0x5)+-parseInt(_0x523c2e(0x14e))/0x6*(parseInt(_0x523c2e(0x13b))/0x7)+-parseInt(_0x523c2e(0x132))/0x8*(-parseInt(_0x523c2e(0x14c))/0x9)+parseInt(_0x523c2e(0x13f))/0xa+-parseInt(_0x523c2e(0x14f))/0xb*(parseInt(_0x523c2e(0x141))/0xc);if(_0x75588b===_0x55edd6)break;else _0x38c4d2['push'](_0x38c4d2['shift']());}catch(_0x1ba778){_0x38c4d2['push'](_0x38c4d2['shift']());}}}(a104_0x7751,0xb52e6));function a104_0x7751(){const _0x48fbfa=['2773460hHZYMY','2580UfWBMU','11DpvrRH','./trackedContext','entries','exports','2407920PrKfgU','yoUTH','set','getData','worker_threads','8LwOsMR','digest','OZcaU','context','sha256','createHash','8NcknoA','getId','getContext','15526ZMqvxA','getAllData','MdEQL','1ZvWKnE','12868230wjUCrF','createContext','27865356ZYjKhV','forEach','291110IfoXsD','get','update','data','hex','getRef','keys','updateMultipleEntries','pid','8682111QTeWLL'];a104_0x7751=function(){return _0x48fbfa;};return a104_0x7751();}function a104_0x7632(_0x177592,_0xd85d77){const _0x77518=a104_0x7751();return a104_0x7632=function(_0x7632cf,_0x37bf70){_0x7632cf=_0x7632cf-0x12f;let _0x45028d=_0x77518[_0x7632cf];return _0x45028d;},a104_0x7632(_0x177592,_0xd85d77);}const TrackedContext=require(a104_0x37b2ed(0x150)),crypto=require('crypto'),{threadId}=require(a104_0x37b2ed(0x131));class TrackedInstance{static ['KEY_IS_BROWSERSTACK_AUTOMATION_SESSION']='isBrowserstackAutomationSession';constructor(_0x1e651d){const _0x162038=a104_0x37b2ed;this[_0x162038(0x135)]=_0x1e651d,this['data']=new Map();}[a104_0x37b2ed(0x148)](){const _0x392dd0=a104_0x37b2ed;return this[_0x392dd0(0x135)][_0x392dd0(0x139)]();}[a104_0x37b2ed(0x13a)](){return this['context'];}[a104_0x37b2ed(0x13c)](){return this['data'];}[a104_0x37b2ed(0x14a)](_0x2c54c9){const _0x123699=a104_0x37b2ed;Object[_0x123699(0x149)](_0x2c54c9)[_0x123699(0x142)](_0x2f7a2c=>{const _0x5bda22=_0x123699;this[_0x5bda22(0x146)][_0x5bda22(0x12f)](_0x2f7a2c,_0x2c54c9[_0x2f7a2c]);});}['addMultipleEntries'](_0x40fdd4){const _0x1c9c24=a104_0x37b2ed;Object[_0x1c9c24(0x151)](_0x40fdd4)[_0x1c9c24(0x142)](([_0x5cfaf1,_0x30cafa])=>{const _0x17485b=_0x1c9c24,_0x7ed2e7=this[_0x17485b(0x146)][_0x17485b(0x144)](_0x5cfaf1)||{},_0x75e247={..._0x7ed2e7,..._0x30cafa},_0x1f735c=_0x75e247;this[_0x17485b(0x146)][_0x17485b(0x12f)](_0x5cfaf1,_0x1f735c);});}[a104_0x37b2ed(0x130)](_0x5a3ade){const _0x386210=a104_0x37b2ed;return this[_0x386210(0x146)][_0x386210(0x144)](_0x5a3ade);}['updateData'](_0x4cdea3,_0x26f849){const _0x50c606=a104_0x37b2ed;this['data'][_0x50c606(0x12f)](_0x4cdea3,_0x26f849);}static[a104_0x37b2ed(0x140)](_0x2a4526){const _0x4451a3=a104_0x37b2ed,_0x3e519b={};_0x3e519b[_0x4451a3(0x134)]=_0x4451a3(0x136),_0x3e519b[_0x4451a3(0x13d)]=_0x4451a3(0x147),_0x3e519b[_0x4451a3(0x154)]=function(_0x28b38b,_0x5c52b3){return _0x28b38b||_0x5c52b3;};const _0x5e10e8=_0x3e519b;return new TrackedContext(crypto[_0x4451a3(0x137)](_0x5e10e8[_0x4451a3(0x134)])[_0x4451a3(0x145)](_0x2a4526)[_0x4451a3(0x133)](_0x5e10e8[_0x4451a3(0x13d)]),_0x5e10e8[_0x4451a3(0x154)](threadId,0x0),process[_0x4451a3(0x14b)],typeof _0x2a4526);}}module[a104_0x37b2ed(0x152)]=TrackedInstance;
1
+ function a104_0x45c1(_0x34b3d9,_0x2c4cb7){const _0x283e77=a104_0x283e();return a104_0x45c1=function(_0x45c187,_0x8b26c){_0x45c187=_0x45c187-0x1ae;let _0x115256=_0x283e77[_0x45c187];return _0x115256;},a104_0x45c1(_0x34b3d9,_0x2c4cb7);}function a104_0x283e(){const _0x81fc4b=['847326GoQKDj','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','context','update','updateData','createHash','28tjGJfq','keys','1008XzSxML','data','99201VwbDIj','1936629PKVJeY','forEach','digest','entries','vvOxT','get','addMultipleEntries','nrXeJ','isBrowserstackAutomationSession','set','156cYynZC','1kgHZNg','updateMultipleEntries','crypto','./trackedContext','exports','getRef','10865736NtSGKH','hex','6686365tchZls','getContext','969700sIlSJz','KIAPS','70kHNCGZ','464233gylvAK','getId','sha256'];a104_0x283e=function(){return _0x81fc4b;};return a104_0x283e();}const a104_0x589ee0=a104_0x45c1;(function(_0x4313e1,_0x564a77){const _0x4e4eaa=a104_0x45c1,_0x420751=_0x4313e1();while(!![]){try{const _0x46f14d=parseInt(_0x4e4eaa(0x1af))/0x1*(-parseInt(_0x4e4eaa(0x1b9))/0x2)+parseInt(_0x4e4eaa(0x1c9))/0x3*(-parseInt(_0x4e4eaa(0x1ae))/0x4)+-parseInt(_0x4e4eaa(0x1b7))/0x5+parseInt(_0x4e4eaa(0x1bf))/0x6*(parseInt(_0x4e4eaa(0x1c5))/0x7)+parseInt(_0x4e4eaa(0x1b5))/0x8+parseInt(_0x4e4eaa(0x1ca))/0x9*(-parseInt(_0x4e4eaa(0x1bb))/0xa)+parseInt(_0x4e4eaa(0x1bc))/0xb*(parseInt(_0x4e4eaa(0x1c7))/0xc);if(_0x46f14d===_0x564a77)break;else _0x420751['push'](_0x420751['shift']());}catch(_0x5750b0){_0x420751['push'](_0x420751['shift']());}}}(a104_0x283e,0xcf8e6));const TrackedContext=require(a104_0x589ee0(0x1b2)),crypto=require(a104_0x589ee0(0x1b1)),{threadId}=require('worker_threads');class TrackedInstance{static [a104_0x589ee0(0x1c0)]=a104_0x589ee0(0x1d2);constructor(_0x72042b){const _0x2ef5ae=a104_0x589ee0;this[_0x2ef5ae(0x1c1)]=_0x72042b,this[_0x2ef5ae(0x1c8)]=new Map();}[a104_0x589ee0(0x1b4)](){const _0x58cfb5=a104_0x589ee0;return this[_0x58cfb5(0x1c1)][_0x58cfb5(0x1bd)]();}[a104_0x589ee0(0x1b8)](){const _0x5623dd=a104_0x589ee0;return this[_0x5623dd(0x1c1)];}['getAllData'](){return this['data'];}[a104_0x589ee0(0x1b0)](_0x29a410){const _0x5d10c7=a104_0x589ee0;Object[_0x5d10c7(0x1c6)](_0x29a410)[_0x5d10c7(0x1cb)](_0x22a57b=>{this['data']['set'](_0x22a57b,_0x29a410[_0x22a57b]);});}[a104_0x589ee0(0x1d0)](_0x29e66c){const _0x3cf462=a104_0x589ee0;Object[_0x3cf462(0x1cd)](_0x29e66c)[_0x3cf462(0x1cb)](([_0x5b132d,_0x4b4705])=>{const _0x59afdb=_0x3cf462,_0x887de8=this['data'][_0x59afdb(0x1cf)](_0x5b132d)||{},_0x97b3f1={..._0x887de8,..._0x4b4705},_0x1bc27c=_0x97b3f1;this[_0x59afdb(0x1c8)][_0x59afdb(0x1d3)](_0x5b132d,_0x1bc27c);});}['getData'](_0x56d09d){const _0xc51219=a104_0x589ee0;return this[_0xc51219(0x1c8)]['get'](_0x56d09d);}[a104_0x589ee0(0x1c3)](_0x1d9266,_0x352fd9){const _0x1fa771=a104_0x589ee0;this[_0x1fa771(0x1c8)][_0x1fa771(0x1d3)](_0x1d9266,_0x352fd9);}static['createContext'](_0x3af865){const _0x2cbc99=a104_0x589ee0,_0x60e6f9={};_0x60e6f9[_0x2cbc99(0x1ba)]=_0x2cbc99(0x1be),_0x60e6f9['nrXeJ']=_0x2cbc99(0x1b6),_0x60e6f9[_0x2cbc99(0x1ce)]=function(_0x3db182,_0x442d2c){return _0x3db182||_0x442d2c;};const _0x114921=_0x60e6f9;return new TrackedContext(crypto[_0x2cbc99(0x1c4)](_0x114921['KIAPS'])[_0x2cbc99(0x1c2)](_0x3af865)[_0x2cbc99(0x1cc)](_0x114921[_0x2cbc99(0x1d1)]),_0x114921['vvOxT'](threadId,0x0),process['pid'],typeof _0x3af865);}}module[a104_0x589ee0(0x1b3)]=TrackedInstance;
@@ -1 +1 @@
1
- const a105_0xeda1f5=a105_0x3f80;(function(_0x34da86,_0x42a9a9){const _0x2a8ce3=a105_0x3f80,_0x3be495=_0x34da86();while(!![]){try{const _0x45223d=parseInt(_0x2a8ce3(0x211))/0x1+-parseInt(_0x2a8ce3(0x1e9))/0x2*(parseInt(_0x2a8ce3(0x28f))/0x3)+-parseInt(_0x2a8ce3(0x210))/0x4+-parseInt(_0x2a8ce3(0x298))/0x5*(-parseInt(_0x2a8ce3(0x260))/0x6)+parseInt(_0x2a8ce3(0x2d6))/0x7+-parseInt(_0x2a8ce3(0x34d))/0x8+-parseInt(_0x2a8ce3(0x1f7))/0x9*(-parseInt(_0x2a8ce3(0x1ff))/0xa);if(_0x45223d===_0x42a9a9)break;else _0x3be495['push'](_0x3be495['shift']());}catch(_0x59cde1){_0x3be495['push'](_0x3be495['shift']());}}}(a105_0x1788,0x87940));function a105_0x3f80(_0x44c170,_0x19dd29){const _0x178841=a105_0x1788();return a105_0x3f80=function(_0x3f803d,_0x2beab9){_0x3f803d=_0x3f803d-0x1de;let _0x23eb17=_0x178841[_0x3f803d];return _0x23eb17;},a105_0x3f80(_0x44c170,_0x19dd29);}const BaseModule=require(a105_0xeda1f5(0x240)),{createClassLogger}=require(a105_0xeda1f5(0x219)),CLIUtils=require('../cliUtils'),AutomationFramework=require(a105_0xeda1f5(0x336)),TestFramework=require(a105_0xeda1f5(0x310)),AutomationFrameworkState=require(a105_0xeda1f5(0x2ed)),HookState=require('../state/hookState'),GrpcClient=require(a105_0xeda1f5(0x27a)),scripts=require(a105_0xeda1f5(0x27e)),logger=createClassLogger(a105_0xeda1f5(0x22b)),PerformanceTester=require(a105_0xeda1f5(0x3c2)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a105_0xeda1f5(0x21c)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a105_0xeda1f5(0x369)),{nestedKeyValue,isUndefined}=require(a105_0xeda1f5(0x25c)),util=require(a105_0xeda1f5(0x206)),TestInfo=require(a105_0xeda1f5(0x273)),TestFrameworkConstants=require(a105_0xeda1f5(0x2f1)),accessibilityHelper=require(a105_0xeda1f5(0x340));class AccessibilityModule extends BaseModule{static [a105_0xeda1f5(0x205)]=AccessibilityModule[a105_0xeda1f5(0x2c5)];static [a105_0xeda1f5(0x2bc)]=![];static [a105_0xeda1f5(0x380)]={};constructor(_0x385d9d){const _0x1053d7=a105_0xeda1f5,_0x997215={};_0x997215[_0x1053d7(0x25e)]=_0x1053d7(0x23f),_0x997215['mVfdj']='testhub_build_uuid',_0x997215[_0x1053d7(0x3b1)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x997215[_0x1053d7(0x253)]=_0x1053d7(0x3b8),_0x997215[_0x1053d7(0x2cd)]=_0x1053d7(0x33c);const _0x5f22cb=_0x997215,_0x554492=_0x5f22cb[_0x1053d7(0x25e)][_0x1053d7(0x2ae)]('|');let _0x4f40e3=0x0;while(!![]){switch(_0x554492[_0x4f40e3++]){case'0':this[_0x1053d7(0x318)]=_0x5f22cb[_0x1053d7(0x2a7)];continue;case'1':this[_0x1053d7(0x31c)]=_0x385d9d[_0x1053d7(0x2b1)]();continue;case'2':this['isAppAccessibility']=![];continue;case'3':this[_0x1053d7(0x24e)]=new Map();continue;case'4':this['setAccessibilityToken'](_0x385d9d[_0x1053d7(0x230)]()[_0x1053d7(0x3d5)]());continue;case'5':super();continue;case'6':this[_0x1053d7(0x2b9)]=![];continue;case'7':AutomationFramework[_0x1053d7(0x342)](AutomationFrameworkState[_0x1053d7(0x2cf)],HookState[_0x1053d7(0x292)],this[_0x1053d7(0x382)][_0x1053d7(0x26e)](this));continue;case'8':this[_0x1053d7(0x366)]=[];continue;case'9':this[_0x1053d7(0x2e7)]=!![];continue;case'10':this[_0x1053d7(0x388)]=![];continue;case'11':logger[_0x1053d7(0x315)](_0x5f22cb[_0x1053d7(0x3b1)]);continue;case'12':AutomationFramework[_0x1053d7(0x342)](AutomationFrameworkState[_0x1053d7(0x2db)],HookState[_0x1053d7(0x204)],this[_0x1053d7(0x37b)][_0x1053d7(0x26e)](this));continue;case'13':AutomationFramework[_0x1053d7(0x342)](AutomationFrameworkState[_0x1053d7(0x29c)],HookState['PRE'],this[_0x1053d7(0x3c3)]['bind'](this));continue;case'14':this['KEY_INIT']=_0x5f22cb[_0x1053d7(0x253)];continue;case'15':this[_0x1053d7(0x3c7)]=_0x5f22cb[_0x1053d7(0x2cd)];continue;case'16':this['LOG_DISABLED_SHOWN']=new Map();continue;}break;}}[a105_0xeda1f5(0x2e7)](){return this['isEnabled'];}[a105_0xeda1f5(0x2c8)](){const _0x2f4159=a105_0xeda1f5;return AccessibilityModule[_0x2f4159(0x205)];}[a105_0xeda1f5(0x385)](){const _0x185f4f=a105_0xeda1f5;return this['accessibility'][_0x185f4f(0x32b)](CLIUtils[_0x185f4f(0x2a4)](),![]);}[a105_0xeda1f5(0x2b6)](){const _0x1b9b4b=a105_0xeda1f5;return this[_0x1b9b4b(0x216)][_0x1b9b4b(0x32b)](CLIUtils[_0x1b9b4b(0x2a4)](),![]);}[a105_0xeda1f5(0x314)](_0x3bc2c2){const _0x53eb14=a105_0xeda1f5;this[_0x53eb14(0x216)][_0x53eb14(0x2d4)](CLIUtils['getCurrentInstanceName'](),_0x3bc2c2);}[a105_0xeda1f5(0x2fa)](){const _0x2fa0d2=a105_0xeda1f5,_0x242f18={'OixPb':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','hweYE':function(_0x3733fa,_0x4c8b66){return _0x3733fa(_0x4c8b66);},'whDUP':_0x2fa0d2(0x38d),'daIuf':_0x2fa0d2(0x33f),'vbHfg':_0x2fa0d2(0x381)};if(this[_0x2fa0d2(0x2b9)]){logger['debug'](_0x242f18['OixPb']);return;}try{const _0x22b1d5=_0x242f18['hweYE'](require,_0x242f18[_0x2fa0d2(0x339)]);_0x22b1d5&&_0x22b1d5[_0x2fa0d2(0x1eb)]?(_0x22b1d5[_0x2fa0d2(0x1eb)](),this['_sendMessageServerPatchApplied']=!![],logger[_0x2fa0d2(0x315)](_0x242f18[_0x2fa0d2(0x3c8)])):logger['debug'](_0x242f18[_0x2fa0d2(0x3be)]);}catch(_0x2bddd8){logger['debug'](_0x2fa0d2(0x355)+util[_0x2fa0d2(0x3c1)](_0x2bddd8));}}[a105_0xeda1f5(0x2a1)](_0x5fed5d=null,_0x2afaf5=null,_0x1470d2=null){const _0x1814ed=a105_0xeda1f5,_0x332dc7={'qivbV':function(_0x27b2a1,_0x48e3c1){return _0x27b2a1&&_0x48e3c1;},'KTUdt':_0x1814ed(0x2e0),'HRKkN':function(_0x4860c2,_0x248d61){return _0x4860c2(_0x248d61);},'KNkZz':'../../../helpers/helper','CnXOj':_0x1814ed(0x29e),'XWMjH':_0x1814ed(0x299),'MhFSp':function(_0x53aebe,_0x11f206){return _0x53aebe===_0x11f206;},'TjLBW':_0x1814ed(0x367),'YXiHf':_0x1814ed(0x39d),'bOnXd':_0x1814ed(0x2fc),'UclTG':_0x1814ed(0x215),'VnumF':function(_0x333f0d,_0x38d348){return _0x333f0d!==_0x38d348;},'Hxfst':_0x1814ed(0x325),'YrStg':function(_0x2577a6){return _0x2577a6();},'jiycA':'on\x20non-BrowserStack\x20infrastructure\x20','yUBpo':function(_0x5134c9,_0x3527f5){return _0x5134c9(_0x3527f5);},'jDPVQ':function(_0x63b13f,_0x608a46){return _0x63b13f-_0x608a46;},'vEYNa':function(_0x2cb90f,_0x1d7779){return _0x2cb90f>_0x1d7779;},'VtzqU':function(_0x1029dc,_0x31bbca){return _0x1029dc(_0x31bbca);},'UrDTp':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x332dc7[_0x1814ed(0x21b)](!_0x2afaf5,!_0x1470d2))return logger[_0x1814ed(0x315)](_0x332dc7[_0x1814ed(0x334)]),![];const {isUndefined:_0x56e89d,isBrowserstackInfra:_0x199a7a}=_0x332dc7[_0x1814ed(0x379)](require,_0x332dc7['KNkZz']);if(!accessibilityHelper[_0x1814ed(0x3a7)]())return logger[_0x1814ed(0x315)](_0x332dc7['CnXOj']),![];const _0x21169f=_0x2afaf5[_0x1814ed(0x30f)]||_0x2afaf5[_0x1814ed(0x1fc)],_0x340d76=_0x2afaf5['browserVersion']||_0x2afaf5[_0x1814ed(0x201)];if(!accessibilityHelper[_0x1814ed(0x229)](_0x21169f))return logger['warn'](_0x332dc7[_0x1814ed(0x335)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x21169f))try{const _0x6bdf38=_0x2afaf5[_0x1814ed(0x2af)],_0x30435b=_0x332dc7[_0x1814ed(0x317)](_0x6bdf38,!![])||_0x332dc7[_0x1814ed(0x317)](_0x6bdf38,_0x332dc7['TjLBW'])||_0x332dc7[_0x1814ed(0x317)](typeof _0x6bdf38,_0x332dc7['YXiHf'])&&_0x332dc7[_0x1814ed(0x317)](_0x6bdf38[_0x1814ed(0x284)](),_0x332dc7[_0x1814ed(0x2d5)]);if(_0x30435b)return logger[_0x1814ed(0x2f8)](_0x332dc7[_0x1814ed(0x1f5)]),![];const _0x162e36=_0x2afaf5?.[_0x1814ed(0x30c)]?.[_0x1814ed(0x37c)]||_0x2afaf5?.[_0x332dc7['UclTG']]?.['args']||[];if(Array[_0x1814ed(0x321)](_0x162e36)&&_0x162e36[_0x1814ed(0x256)](_0x3db96c=>typeof _0x3db96c===_0x1814ed(0x39d)&&(_0x3db96c===_0x1814ed(0x364)||_0x3db96c[_0x1814ed(0x21f)](_0x1814ed(0x2b5))&&_0x3db96c!=='--headless=new')))return logger[_0x1814ed(0x2f8)](_0x332dc7['bOnXd']),![];}catch(_0xc25dc5){logger[_0x1814ed(0x315)]('Error\x20checking\x20headless\x20capability:\x20'+util['format'](_0xc25dc5));}if(_0x332dc7[_0x1814ed(0x38a)](_0x340d76,_0x332dc7[_0x1814ed(0x35d)])){const _0xe2c341=_0x332dc7[_0x1814ed(0x393)](_0x199a7a),_0x456d27=accessibilityHelper['getMinVersionForBrowser'](_0x21169f,_0xe2c341),_0x13c2fa=accessibilityHelper[_0x1814ed(0x1f3)](_0x21169f);if(!accessibilityHelper[_0x1814ed(0x345)](_0x340d76,_0x456d27)){const _0x1485e8=_0xe2c341?'':_0x332dc7[_0x1814ed(0x23c)],_0x2dd65d=Number[_0x1814ed(0x274)](_0x332dc7['yUBpo'](parseFloat,_0x456d27))?_0x332dc7[_0x1814ed(0x2fb)](_0x332dc7[_0x1814ed(0x379)](parseFloat,_0x456d27),0x1):_0x456d27;return logger[_0x1814ed(0x2f8)](_0x1814ed(0x2b3)+_0x13c2fa+_0x1814ed(0x277)+_0x2dd65d+'\x20'+_0x1485e8+'.'),![];}}else{const _0x7a7ea1=_0x2afaf5[_0x1814ed(0x35b)]||_0x2afaf5[_0x1814ed(0x201)]||_0x2afaf5[_0x1814ed(0x37f)];if(_0x7a7ea1&&_0x332dc7['VnumF'](_0x7a7ea1,_0x332dc7['Hxfst'])&&!_0x332dc7[_0x1814ed(0x320)](_0x332dc7[_0x1814ed(0x379)](parseFloat,_0x7a7ea1),_0x332dc7[_0x1814ed(0x375)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x1814ed(0x2f8)](_0x332dc7[_0x1814ed(0x239)]),![];}return!![];}catch(_0x7b56e3){return logger['debug'](_0x1814ed(0x2fe)+_0x7b56e3[_0x1814ed(0x3d3)]),![];}}[a105_0xeda1f5(0x2e5)](_0x46779e=[],_0x315136,_0x1d55d7=a105_0xeda1f5(0x35f)){const _0x18eb3e=a105_0xeda1f5,_0x2450c3={'yvwrP':function(_0x3a2a17,_0x186678){return _0x3a2a17===_0x186678;},'dtBjr':'jest','WLsDm':function(_0x2f946c,_0x265d31){return _0x2f946c||_0x265d31;},'PgIOF':function(_0x2ad2a8,_0x37cf14){return _0x2ad2a8&&_0x37cf14;},'EZbxP':_0x18eb3e(0x2be),'ToBBV':function(_0x1cfd03,_0xd5244e){return _0x1cfd03===_0xd5244e;},'HGULL':function(_0xbe694,_0x83aef7){return _0xbe694(_0x83aef7);},'oHfqK':function(_0x5def48,_0x21caa0){return _0x5def48>_0x21caa0;},'qfXNb':function(_0x512801,_0x10381c){return _0x512801&&_0x10381c;}};try{const _0x2714ce=process[_0x18eb3e(0x2b2)][_0x18eb3e(0x2e9)]?JSON[_0x18eb3e(0x25d)](process[_0x18eb3e(0x2b2)][_0x18eb3e(0x2e9)]):null;if(!_0x2714ce)return!![];const _0x5847a7=Array[_0x18eb3e(0x321)](_0x2714ce['includeTagsInTestingScope'])?_0x2714ce[_0x18eb3e(0x2ab)]:[],_0x5d573b=Array[_0x18eb3e(0x321)](_0x2714ce[_0x18eb3e(0x249)])?_0x2714ce[_0x18eb3e(0x249)]:[];if(_0x2450c3[_0x18eb3e(0x3a8)](_0x1d55d7,_0x2450c3[_0x18eb3e(0x39f)])){let _0x29d795;Array[_0x18eb3e(0x321)](_0x46779e)?_0x29d795=_0x46779e[_0x18eb3e(0x1f0)]('\x20'):_0x29d795=_0x2450c3[_0x18eb3e(0x2c2)](_0x46779e,'');const _0x83dc06=_0x5d573b[_0x18eb3e(0x256)](_0x28f3f9=>_0x29d795[_0x18eb3e(0x3ae)](_0x28f3f9)),_0x338f59=_0x2450c3['yvwrP'](_0x5847a7[_0x18eb3e(0x31f)],0x0)||_0x5847a7[_0x18eb3e(0x256)](_0x38d13a=>_0x29d795['includes'](_0x38d13a)),_0x198093=_0x2450c3[_0x18eb3e(0x376)](!_0x83dc06,_0x338f59);return logger[_0x18eb3e(0x315)](_0x18eb3e(0x312)+(_0x315136?.[_0x18eb3e(0x349)]?.()||_0x2450c3[_0x18eb3e(0x323)])+_0x18eb3e(0x36a)+_0x198093+_0x18eb3e(0x2ac)+_0x29d795+_0x18eb3e(0x1f1)+JSON['stringify'](_0x5847a7)+',\x20excludeTags='+JSON['stringify'](_0x5d573b)),_0x198093;}const _0x4d4f7f=Array[_0x18eb3e(0x321)](_0x46779e)?_0x46779e:[];let _0x303f18=![],_0xef3ed2=_0x2450c3[_0x18eb3e(0x26d)](_0x5847a7[_0x18eb3e(0x31f)],0x0);const _0x403e16=_0x2dc433=>typeof _0x2dc433===_0x18eb3e(0x39d)?_0x2dc433[_0x18eb3e(0x338)](/^@/,'')['toLowerCase']()['trim']():_0x2dc433,_0xbd8b50=new Set(_0x5847a7[_0x18eb3e(0x3b3)](_0x403e16)),_0x4bd404=new Set(_0x5d573b[_0x18eb3e(0x3b3)](_0x403e16));for(const _0xc5a367 of _0x4d4f7f){const _0x3c53cb=_0x2450c3[_0x18eb3e(0x3b2)](_0x403e16,_0xc5a367);_0x4bd404[_0x18eb3e(0x267)](_0x3c53cb)&&(_0x303f18=!![]),_0x2450c3[_0x18eb3e(0x1fe)](_0xbd8b50[_0x18eb3e(0x233)],0x0)&&_0xbd8b50[_0x18eb3e(0x267)](_0x3c53cb)&&(_0xef3ed2=!![]);}const _0x758687=_0x2450c3[_0x18eb3e(0x301)](_0xef3ed2,!_0x303f18);return logger[_0x18eb3e(0x315)](_0x18eb3e(0x312)+(_0x315136?.[_0x18eb3e(0x349)]?.()||_0x2450c3[_0x18eb3e(0x323)])+_0x18eb3e(0x37e)+_0x758687+',\x20tags='+JSON['stringify'](_0x4d4f7f)+_0x18eb3e(0x1f1)+JSON['stringify'](_0x5847a7)+_0x18eb3e(0x293)+JSON['stringify'](_0x5d573b)),_0x758687;}catch(_0x179d4e){return logger[_0x18eb3e(0x315)]('[platform\x20-\x20'+(_0x315136?.[_0x18eb3e(0x349)]?.()||_0x2450c3[_0x18eb3e(0x323)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x179d4e[_0x18eb3e(0x3d3)]),![];}}async[a105_0xeda1f5(0x382)](_0x1f73cf){const _0x27b9dd=a105_0xeda1f5,_0x5b48d6={};_0x5b48d6[_0x27b9dd(0x2a3)]=function(_0x5e1783,_0x27172d){return _0x5e1783!==_0x27172d;},_0x5b48d6[_0x27b9dd(0x1e6)]='cucumber',_0x5b48d6[_0x27b9dd(0x2b7)]=function(_0x3618f2,_0x3d95e1){return _0x3618f2!==_0x3d95e1;},_0x5b48d6[_0x27b9dd(0x266)]='jest',_0x5b48d6[_0x27b9dd(0x21e)]=function(_0x48bedf,_0x1a97b7){return _0x48bedf!==_0x1a97b7;},_0x5b48d6['AjAOi']=_0x27b9dd(0x35e),_0x5b48d6[_0x27b9dd(0x26b)]=function(_0x321c9b,_0x580105){return _0x321c9b===_0x580105;},_0x5b48d6[_0x27b9dd(0x2ee)]=_0x27b9dd(0x367),_0x5b48d6[_0x27b9dd(0x3aa)]=_0x27b9dd(0x3ab),_0x5b48d6[_0x27b9dd(0x3a9)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x5b48d6[_0x27b9dd(0x1f8)]=_0x27b9dd(0x3a4),_0x5b48d6[_0x27b9dd(0x290)]='DRIVER_INIT',_0x5b48d6[_0x27b9dd(0x2d8)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x5b48d6[_0x27b9dd(0x313)]=function(_0xbb95cb,_0x2820b1){return _0xbb95cb===_0x2820b1;},_0x5b48d6['wKAeg']=_0x27b9dd(0x238),_0x5b48d6[_0x27b9dd(0x285)]=function(_0x2c4336,_0x25db75){return _0x2c4336>_0x25db75;},_0x5b48d6[_0x27b9dd(0x3a1)]=function(_0x28cf56,_0x213182){return _0x28cf56===_0x213182;},_0x5b48d6[_0x27b9dd(0x2d7)]=_0x27b9dd(0x2f0),_0x5b48d6[_0x27b9dd(0x22d)]=_0x27b9dd(0x337),_0x5b48d6[_0x27b9dd(0x3d1)]=function(_0xb228b6,_0x2824c8){return _0xb228b6&&_0x2824c8;},_0x5b48d6['WeIEq']=_0x27b9dd(0x2be);const _0x406c5e=_0x5b48d6;if(_0x406c5e[_0x27b9dd(0x2a3)](_0x1f73cf[_0x27b9dd(0x246)],_0x406c5e[_0x27b9dd(0x1e6)])&&_0x406c5e[_0x27b9dd(0x2b7)](_0x1f73cf['testFramework'],_0x406c5e[_0x27b9dd(0x266)])&&_0x406c5e[_0x27b9dd(0x21e)](_0x1f73cf[_0x27b9dd(0x246)],_0x406c5e[_0x27b9dd(0x1f4)])){logger[_0x27b9dd(0x315)](_0x27b9dd(0x36c)+_0x1f73cf[_0x27b9dd(0x246)]+')');return;}try{const _0x26584b=AutomationFramework[_0x27b9dd(0x2c3)](),_0x515cd0=TestFramework['getTrackedInstance'](),_0x3b3859=_0x1f73cf[_0x27b9dd(0x2c1)]||global[_0x27b9dd(0x200)]?.[_0x27b9dd(0x344)]||null;if(_0x406c5e['EGiOv'](_0x1f73cf[_0x27b9dd(0x246)],_0x406c5e[_0x27b9dd(0x1f4)])){const _0x3e8489=_0x1f73cf[_0x27b9dd(0x1e5)]||_0x26584b&&_0x26584b['getPlatformCaps']&&_0x26584b[_0x27b9dd(0x2c9)]()||_0x26584b&&_0x26584b['getCapabilities']&&_0x26584b['getCapabilities']()||{},_0x53f024=_0x1f73cf[_0x27b9dd(0x22f)]||null,_0x4752c4=this[_0x27b9dd(0x2a1)](_0x26584b,_0x3e8489,_0x53f024),_0x1937b7=CLIUtils[_0x27b9dd(0x2a4)]();this[_0x27b9dd(0x24e)][_0x27b9dd(0x2d4)](_0x1937b7,_0x4752c4);global[_0x27b9dd(0x275)]?.[_0x27b9dd(0x2ef)]&&global[_0x27b9dd(0x275)][_0x27b9dd(0x2ef)]()[_0x27b9dd(0x242)](_0x4752c4);_0x4752c4?(global['accessibilityPlatform']=!![],process['env'][_0x27b9dd(0x33e)]=_0x406c5e[_0x27b9dd(0x2ee)]):global['accessibilityPlatform']=![];logger[_0x27b9dd(0x315)](_0x27b9dd(0x363)+_0x4752c4);return;}if(!_0x3b3859){_0x515cd0&&_0x515cd0[_0x27b9dd(0x319)](_0x406c5e['vXwAl'],!![]);logger[_0x27b9dd(0x315)](_0x406c5e[_0x27b9dd(0x3a9)]);return;}logger['debug'](_0x406c5e[_0x27b9dd(0x1f8)]);const _0x2cd1ef=_0x515cd0?.['getData'](_0x406c5e[_0x27b9dd(0x290)],![]),_0x44f8bb=_0x515cd0?.[_0x27b9dd(0x347)](_0x406c5e['vXwAl'],![]);if(_0x406c5e[_0x27b9dd(0x26b)](_0x2cd1ef,![])&&_0x406c5e['EGiOv'](_0x44f8bb,![])){_0x515cd0&&_0x515cd0['updateData'](_0x406c5e[_0x27b9dd(0x290)],!![]);logger[_0x27b9dd(0x315)](_0x406c5e[_0x27b9dd(0x2d8)]);return;}_0x515cd0&&_0x515cd0['updateData'](_0x406c5e[_0x27b9dd(0x3aa)],!![]);let _0x53a573,_0xe0a6c0;const _0x4239b1=_0x1f73cf[_0x27b9dd(0x246)]||_0x406c5e['njjLf'];if(_0x406c5e[_0x27b9dd(0x313)](_0x4239b1,_0x406c5e[_0x27b9dd(0x266)])){_0xe0a6c0=_0x1f73cf[_0x27b9dd(0x36f)]?.[_0x27b9dd(0x1ee)]||_0x1f73cf['testInfo']?.['id']||global[_0x27b9dd(0x2cc)]||global[_0x27b9dd(0x200)]?.[_0x27b9dd(0x2d3)]?.[_0x27b9dd(0x1ee)]||global[_0x27b9dd(0x200)]?.['currentTest']?.['id'];const _0x4f44cd=_0x515cd0?.[_0x27b9dd(0x24f)]()?.['get'](_0xe0a6c0);if(_0x4f44cd&&_0x4f44cd[TestFrameworkConstants[_0x27b9dd(0x3c4)]])_0x53a573=_0x4f44cd[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x1f73cf['testInfo']?.[_0x27b9dd(0x31b)])_0x53a573=_0x1f73cf[_0x27b9dd(0x36f)][_0x27b9dd(0x31b)];else global[_0x27b9dd(0x200)]?.[_0x27b9dd(0x2d3)]?.[_0x27b9dd(0x36f)]?.[_0x27b9dd(0x31b)]?_0x53a573=global[_0x27b9dd(0x200)]['currentTest']['testInfo'][_0x27b9dd(0x31b)]:_0x53a573=_0x406c5e[_0x27b9dd(0x236)];}logger[_0x27b9dd(0x315)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0xe0a6c0+_0x27b9dd(0x2ac)+JSON['stringify'](_0x53a573));}else{_0xe0a6c0=this[_0x27b9dd(0x27b)](_0x1f73cf);const _0x33b73e=TestInfo[_0x27b9dd(0x37d)](_0xe0a6c0);let _0x5c8419=[];if(_0x33b73e&&Array[_0x27b9dd(0x321)](_0x33b73e['test_tags'])&&_0x406c5e[_0x27b9dd(0x285)](_0x33b73e['test_tags']['length'],0x0))_0x5c8419=_0x33b73e[_0x27b9dd(0x337)];else{if(_0x515cd0){const _0x102a01=_0x406c5e[_0x27b9dd(0x3a1)](typeof _0x515cd0[_0x27b9dd(0x347)],_0x406c5e[_0x27b9dd(0x2d7)])?_0x515cd0[_0x27b9dd(0x347)](_0x406c5e[_0x27b9dd(0x22d)],[]):_0x515cd0['test_tags']||[];Array['isArray'](_0x102a01)&&(_0x5c8419=_0x102a01);}}_0x53a573=_0x5c8419;}logger[_0x27b9dd(0x3cf)](_0x27b9dd(0x288)+JSON[_0x27b9dd(0x24a)](_0x53a573));const _0x4d396f=this[_0x27b9dd(0x2a1)](_0x26584b,_0x1f73cf[_0x27b9dd(0x1e5)],_0x1f73cf[_0x27b9dd(0x22f)]);logger[_0x27b9dd(0x315)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x4d396f+_0x27b9dd(0x21a)+this['isAppAccessibility']);const _0x187103=this[_0x27b9dd(0x2e5)](_0x53a573,_0x26584b,_0x4239b1),_0x5b5842=_0x406c5e[_0x27b9dd(0x3d1)](_0x4d396f,_0x187103),_0x4f47cf=CLIUtils[_0x27b9dd(0x2a4)]();this['accessibility'][_0x27b9dd(0x2d4)](_0x4f47cf,_0x5b5842),global[_0x27b9dd(0x275)]?.[_0x27b9dd(0x2ef)]&&global[_0x27b9dd(0x275)][_0x27b9dd(0x2ef)]()[_0x27b9dd(0x242)](_0x5b5842),logger['debug'](_0x27b9dd(0x312)+(_0x26584b?.[_0x27b9dd(0x349)]?.()||_0x406c5e['WeIEq'])+_0x27b9dd(0x3bb)+_0x5b5842),_0x5b5842?(global[_0x27b9dd(0x241)]=!![],process[_0x27b9dd(0x2b2)][_0x27b9dd(0x33e)]=_0x406c5e['FRcoJ'],this['applySendMessageToServerPatch']()):global[_0x27b9dd(0x241)]=![];}catch(_0x37f15a){logger[_0x27b9dd(0x2e2)](_0x27b9dd(0x33d)+(_0x37f15a[_0x27b9dd(0x224)]||_0x37f15a[_0x27b9dd(0x3d3)]));const _0x2255d5=CLIUtils[_0x27b9dd(0x2a4)]();this[_0x27b9dd(0x24e)][_0x27b9dd(0x2d4)](_0x2255d5,![]),global[_0x27b9dd(0x241)]=![];}}['getGoogleChromeOptions'](){const _0x179338=a105_0xeda1f5;return this[_0x179338(0x366)]['find'](_0x582156=>_0x582156[_0x179338(0x20f)]()===_0x179338(0x215))?.[_0x179338(0x32e)]()||'';}[a105_0xeda1f5(0x20b)](_0x265901){const _0x81d833=a105_0xeda1f5;try{const _0x15dff4=this[_0x81d833(0x31c)]?.['options']?.[_0x81d833(0x1e2)]||[],_0x202c95=_0x15dff4[_0x81d833(0x30a)](_0x34ae55=>_0x34ae55[_0x81d833(0x2c5)]===_0x265901);return _0x202c95?_0x202c95[_0x81d833(0x203)]:null;}catch(_0x4c8e90){return logger['debug']('Error\x20getting\x20capability\x20value\x20for\x20'+_0x265901+':\x20'+_0x4c8e90[_0x81d833(0x3d3)]),null;}}async[a105_0xeda1f5(0x26c)](_0x1f09d8,_0x7a5e51){const _0x219061=a105_0xeda1f5,_0x4a69db=_0x1f09d8[_0x219061(0x22e)]()['getOptions'](),_0xcc4318=_0x4a69db['getScriptsList'](),_0x39a8b0=_0x4a69db[_0x219061(0x30b)]()?.['getCommandsList']();scripts[_0x219061(0x331)](_0xcc4318,_0x39a8b0),scripts[_0x219061(0x36b)]();const _0x5cde32=_0x4a69db[_0x219061(0x3d5)]();this[_0x219061(0x366)]=_0x4a69db[_0x219061(0x3d5)](),await this[_0x219061(0x2d0)](_0x5cde32,_0x7a5e51[_0x219061(0x22f)]);}async[a105_0xeda1f5(0x2d0)](_0x1869bc,_0x3ec865={}){const _0x544640=a105_0xeda1f5,_0xe89f80={'uMfON':function(_0x394221,_0x503940){return _0x394221===_0x503940;},'SoXNQ':_0x544640(0x209),'xgBZF':_0x544640(0x296),'GtEWO':function(_0x561a45,_0x349afe){return _0x561a45(_0x349afe);},'pUNzb':'../../../helpers/accessibility-automation/helper','vkkED':'../../../helpers/helper','KHhoq':function(_0x6bef24,_0x9014a5){return _0x6bef24(_0x9014a5);},'Lyowy':function(_0x31809f,_0xce4590){return _0x31809f===_0xce4590;},'FKRKC':_0x544640(0x245),'dnldz':_0x544640(0x23d),'zTarV':_0x544640(0x353),'TCIFI':'browserstack.accessibilityOptions.scannerVersion','YGOac':function(_0x199c9a,_0x414720){return _0x199c9a===_0x414720;},'ypBjQ':_0x544640(0x295),'nJyRx':_0x544640(0x39a),'IPkQM':function(_0x194700,_0x23e558){return _0x194700===_0x23e558;},'xDXSK':_0x544640(0x24d),'cNonj':function(_0x54c2f8,_0x4331e9){return _0x54c2f8(_0x4331e9);},'TpXds':function(_0x4ea15c,_0x1b90cc){return _0x4ea15c===_0x1b90cc;},'uPhXE':function(_0x4ee92b,_0x5387c2){return _0x4ee92b===_0x5387c2;},'Inkzm':_0x544640(0x367)};global[_0x544640(0x25f)]=global[_0x544640(0x25f)]||{};for(const _0x2afef8 of _0x1869bc){logger[_0x544640(0x3cf)]('name:\x20'+_0x2afef8[_0x544640(0x20f)]()+_0x544640(0x346)+_0x2afef8['getValue']());if(_0xe89f80[_0x544640(0x390)](_0x2afef8[_0x544640(0x20f)](),_0xe89f80['SoXNQ'])){const _0x2fdb39=_0x2afef8[_0x544640(0x32e)]();process[_0x544640(0x2b2)][_0x544640(0x399)]=_0x2fdb39,global['__accessibilityOptions'][_0xe89f80[_0x544640(0x294)]]=_0x2fdb39;const _0x14901a=_0xe89f80[_0x544640(0x3a2)](require,_0xe89f80['pUNzb']),{isTrue:_0x46bd8c}=_0xe89f80[_0x544640(0x3a2)](require,_0xe89f80[_0x544640(0x300)]),_0x542a25=_0x14901a[_0x544640(0x3b7)](_0x2fdb39);_0x542a25&&_0xe89f80[_0x544640(0x35a)](_0x46bd8c,_0x542a25[_0x544640(0x232)])&&(process[_0x544640(0x2b2)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0xe89f80[_0x544640(0x1e8)](_0x2afef8['getName'](),_0xe89f80[_0x544640(0x25a)]))global[_0x544640(0x25f)][_0xe89f80[_0x544640(0x2c6)]]=_0x2afef8[_0x544640(0x32e)]();else{if(_0xe89f80[_0x544640(0x390)](_0x2afef8[_0x544640(0x20f)](),_0xe89f80[_0x544640(0x20e)]))global['__accessibilityOptions'][_0xe89f80['TCIFI']]=_0x2afef8[_0x544640(0x32e)]();else{if(_0xe89f80['YGOac'](_0x2afef8['getName'](),_0xe89f80[_0x544640(0x222)]))global[_0x544640(0x25f)][_0xe89f80[_0x544640(0x2eb)]]=_0x2afef8[_0x544640(0x32e)]();else{if(_0xe89f80[_0x544640(0x272)](_0x2afef8[_0x544640(0x20f)](),_0xe89f80[_0x544640(0x29a)])){const _0x153a24=_0x2afef8[_0x544640(0x32e)]();process[_0x544640(0x2b2)][_0x544640(0x270)]=_0xe89f80[_0x544640(0x1e1)](String,_0xe89f80[_0x544640(0x28b)](_0x153a24,!![])||_0xe89f80[_0x544640(0x28d)](_0x153a24,_0xe89f80[_0x544640(0x286)])),logger[_0x544640(0x315)](_0x544640(0x311)+_0x153a24+_0x544640(0x34e)+process[_0x544640(0x2b2)][_0x544640(0x270)]);}}}}}}}async[a105_0xeda1f5(0x37b)](_0x5d5bd7){const _0x37239f=a105_0xeda1f5,_0x3f3791={};_0x3f3791[_0x37239f(0x1ea)]=function(_0x17ad0d,_0x26a38b){return _0x17ad0d!==_0x26a38b;},_0x3f3791[_0x37239f(0x27c)]='cucumber',_0x3f3791[_0x37239f(0x362)]=function(_0x291ddb,_0x51258e){return _0x291ddb!==_0x51258e;},_0x3f3791['XpbhU']='jest',_0x3f3791[_0x37239f(0x34c)]=function(_0x141cd7,_0x3105d8){return _0x141cd7!==_0x3105d8;},_0x3f3791[_0x37239f(0x33b)]=_0x37239f(0x35e),_0x3f3791[_0x37239f(0x358)]=_0x37239f(0x2be);const _0x1fbb23=_0x3f3791;if(_0x1fbb23[_0x37239f(0x1ea)](_0x5d5bd7[_0x37239f(0x246)],_0x1fbb23[_0x37239f(0x27c)])&&_0x1fbb23[_0x37239f(0x362)](_0x5d5bd7['testFramework'],_0x1fbb23['XpbhU'])&&_0x1fbb23[_0x37239f(0x34c)](_0x5d5bd7[_0x37239f(0x246)],_0x1fbb23[_0x37239f(0x33b)])){logger[_0x37239f(0x315)]('onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x5d5bd7[_0x37239f(0x246)]+')');return;}const _0x202621=_0x5d5bd7[_0x37239f(0x36f)]?.[_0x37239f(0x1ee)]||_0x5d5bd7[_0x37239f(0x36f)]?.['id']||global[_0x37239f(0x2cc)];logger[_0x37239f(0x3cf)]('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x5d5bd7[_0x37239f(0x246)]+_0x37239f(0x265)+_0x202621);try{const _0x5d28c0=_0x5d5bd7['instance']||AutomationFramework[_0x37239f(0x2c3)](),_0x15ef55=CLIUtils[_0x37239f(0x2a4)](),_0x23de6a=this['getCurrentAccessibilityStatus']();logger[_0x37239f(0x315)]('[platform\x20-\x20'+(_0x5d28c0?.[_0x37239f(0x349)]?.()||_0x1fbb23[_0x37239f(0x358)])+_0x37239f(0x341)+_0x23de6a),_0x23de6a&&await this[_0x37239f(0x324)](_0x5d28c0,_0x5d5bd7),this[_0x37239f(0x24e)][_0x37239f(0x2d2)](_0x15ef55),this['LOG_DISABLED_SHOWN']['delete'](_0x15ef55);}catch(_0xdaa0c3){logger[_0x37239f(0x2e2)](_0x37239f(0x1e7)+(_0xdaa0c3['stack']||_0xdaa0c3['message']));}}async[a105_0xeda1f5(0x324)](_0x1ef2ab,_0x5a7a08){const _0x16597a=a105_0xeda1f5,_0x86fb62={};_0x86fb62[_0x16597a(0x1de)]=function(_0x264eb9,_0x225424){return _0x264eb9===_0x225424;},_0x86fb62['BuKzj']='function',_0x86fb62[_0x16597a(0x3b5)]=_0x16597a(0x217),_0x86fb62['siOvW']='cucumber',_0x86fb62[_0x16597a(0x2e1)]=_0x16597a(0x251),_0x86fb62[_0x16597a(0x395)]=_0x16597a(0x24e),_0x86fb62[_0x16597a(0x3b0)]='saveResults',_0x86fb62['hdsHJ']=_0x16597a(0x2be),_0x86fb62[_0x16597a(0x30d)]=_0x16597a(0x389),_0x86fb62['VgURl']=_0x16597a(0x309),_0x86fb62[_0x16597a(0x2ff)]=function(_0x2010e2,_0x1a5323){return _0x2010e2||_0x1a5323;},_0x86fb62[_0x16597a(0x223)]=function(_0x18af7e,_0x5163f){return _0x18af7e||_0x5163f;},_0x86fb62[_0x16597a(0x257)]=_0x16597a(0x280),_0x86fb62['YnTMT']=_0x16597a(0x37a),_0x86fb62['ObyBT']='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x4a1b4b=_0x86fb62;try{const _0xcbf845=_0x5a7a08[_0x16597a(0x246)]||(_0x4a1b4b[_0x16597a(0x1de)](this[_0x16597a(0x20d)]?.[_0x16597a(0x2c5)]?.[_0x16597a(0x284)](),_0x4a1b4b[_0x16597a(0x3b5)])?_0x4a1b4b['GGjqD']:_0x4a1b4b[_0x16597a(0x1df)]);let _0x4249bf='',_0xe876f1=null,_0x5c95dd=null;if(_0x4a1b4b[_0x16597a(0x1de)](_0xcbf845,_0x4a1b4b[_0x16597a(0x3b5)])){_0xe876f1=_0x5a7a08['testInfo']?.[_0x16597a(0x1ee)]||_0x5a7a08[_0x16597a(0x36f)]?.['id']||global[_0x16597a(0x2cc)];if(!_0xe876f1){logger[_0x16597a(0x2f8)](_0x4a1b4b['YrPQc']);return;}try{const _0x21b3de=await GrpcClient[_0x16597a(0x3cd)]()[_0x16597a(0x3ba)](process[_0x16597a(0x2b2)][_0x16597a(0x3c5)],_0x4a1b4b[_0x16597a(0x395)],_0x4a1b4b[_0x16597a(0x3b0)],_0xe876f1),_0x292886=AccessibilityModule[_0x16597a(0x225)](null,_0x21b3de);_0x4249bf=_0x292886?.[_0x16597a(0x27f)]||'',logger[_0x16597a(0x315)](_0x16597a(0x2dc)+_0x4249bf+_0x16597a(0x329)+_0xe876f1),_0x5c95dd=_0x21b3de;}catch(_0x10fcd3){logger[_0x16597a(0x2e2)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x10fcd3[_0x16597a(0x3d3)]);return;}}else{const _0x5f2953=this['getTestId'](_0x5a7a08);_0x4249bf=TestInfo[_0x16597a(0x248)](_0x5f2953);}const _0x33fe9e=((()=>{const _0x21d881=_0x16597a,_0x286872=(this[_0x21d881(0x31c)]?.['options']?.[_0x21d881(0x1e2)]||[])[_0x21d881(0x30a)](_0x2899fe=>(typeof _0x2899fe['getName']==='function'?_0x2899fe[_0x21d881(0x20f)]():_0x2899fe[_0x21d881(0x2c5)])===this[_0x21d881(0x318)]);return _0x286872?_0x4a1b4b['svKfw'](typeof _0x286872[_0x21d881(0x32e)],_0x4a1b4b['BuKzj'])?_0x286872[_0x21d881(0x32e)]():_0x286872[_0x21d881(0x203)]:'';})()),_0x26efbe=process[_0x16597a(0x2b2)][_0x16597a(0x343)]||'';logger[_0x16597a(0x315)](_0x16597a(0x312)+(_0x1ef2ab?.[_0x16597a(0x349)]?.()||_0x4a1b4b[_0x16597a(0x25b)])+_0x16597a(0x394)+_0x4249bf+_0x16597a(0x396)+_0x33fe9e+'\x20a11yToken='+(_0x26efbe?_0x4a1b4b[_0x16597a(0x30d)]:_0x4a1b4b[_0x16597a(0x384)]));let _0x27edbe;if(_0x4a1b4b[_0x16597a(0x1de)](_0xcbf845,_0x4a1b4b[_0x16597a(0x3b5)]))_0x27edbe=AccessibilityModule[_0x16597a(0x225)](_0x4249bf,_0x5c95dd);else{const _0x30123f=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x16597a(0x2b2)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x4a1b4b[_0x16597a(0x395)],_0x4a1b4b[_0x16597a(0x3b0)]);_0x27edbe=AccessibilityModule[_0x16597a(0x225)](_0x4249bf,_0x30123f);}logger[_0x16597a(0x315)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x16597a(0x24a)](_0x27edbe));const _0x1ef98a=Object['assign']({},{'thTestRunUuid':_0x4a1b4b[_0x16597a(0x2ff)](_0x4249bf,''),'thBuildUuid':_0x4a1b4b[_0x16597a(0x2ff)](_0x33fe9e,''),'thJwtToken':_0x4a1b4b[_0x16597a(0x223)](_0x26efbe,'')},_0x27edbe);!this[_0x16597a(0x2a8)]&&this[_0x16597a(0x2ad)]()&&(_0x1ef98a[_0x16597a(0x3d0)]=!![],logger[_0x16597a(0x315)](_0x4a1b4b[_0x16597a(0x257)]));logger[_0x16597a(0x315)](_0x16597a(0x2a0)+_0x4249bf+',\x20isAppAccessibility='+this[_0x16597a(0x2a8)]);let _0x3171e0=global[_0x16597a(0x200)]?.[_0x16597a(0x344)]||null;!_0x3171e0&&(_0x3171e0=AutomationFramework[_0x16597a(0x281)](_0x1ef2ab,_0x4a1b4b[_0x16597a(0x2c4)],null)),!_0x3171e0&&(_0x3171e0=AutomationFramework[_0x16597a(0x281)](_0x1ef2ab,_0x4a1b4b[_0x16597a(0x250)],null)),await this[_0x16597a(0x2c0)](this[_0x16597a(0x385)](),_0x4249bf,_0x3171e0,_0x1ef98a,this['isAppAccessibility']);}catch(_0x5ad456){logger[_0x16597a(0x2e2)](_0x16597a(0x24c)+(_0x5ad456[_0x16597a(0x224)]||_0x5ad456[_0x16597a(0x3d3)]));}}async['finishScanningForCli'](_0x2b6a08,_0x64d673,_0x4eac90,_0x57aad0,_0x22cd06){const _0xdffd3d=a105_0xeda1f5,_0x304f43={};_0x304f43[_0xdffd3d(0x220)]='saveResults',_0x304f43['FUqwy']=function(_0x17a86b,_0x5e5803){return _0x17a86b&&_0x5e5803;},_0x304f43['aTlVN']='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x304f43[_0xdffd3d(0x2f2)]=function(_0x2ba4b1,_0x1032f3){return _0x2ba4b1===_0x1032f3;},_0x304f43[_0xdffd3d(0x350)]=_0xdffd3d(0x309),_0x304f43[_0xdffd3d(0x34a)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x304f43[_0xdffd3d(0x231)]='Performing\x20scan\x20before\x20from\x20cli',_0x304f43[_0xdffd3d(0x3bf)]=_0xdffd3d(0x3ad),_0x304f43[_0xdffd3d(0x2c7)]='scan',_0x304f43[_0xdffd3d(0x306)]=function(_0x2bffa5,_0x35b380){return _0x2bffa5&&_0x35b380;},_0x304f43[_0xdffd3d(0x3ca)]=_0xdffd3d(0x354),_0x304f43[_0xdffd3d(0x38e)]=_0xdffd3d(0x22a),_0x304f43[_0xdffd3d(0x34b)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x378db7=_0x304f43;try{const _0x203d32=this[_0xdffd3d(0x20c)](_0x378db7['UvGOK']);if(_0x378db7[_0xdffd3d(0x1ef)](!_0x22cd06,!_0x203d32)){logger['debug'](_0x378db7[_0xdffd3d(0x22c)]);return;}if(!_0x64d673||_0x378db7['VRaRc'](_0x64d673,_0x378db7[_0xdffd3d(0x350)])||_0x378db7[_0xdffd3d(0x2f2)](_0x64d673,'')){logger[_0xdffd3d(0x315)](_0x378db7[_0xdffd3d(0x34a)]);return;}logger[_0xdffd3d(0x315)](_0xdffd3d(0x207)+JSON[_0xdffd3d(0x24a)](_0x57aad0)),_0x2b6a08&&(logger[_0xdffd3d(0x315)](_0x378db7[_0xdffd3d(0x231)]),await this[_0xdffd3d(0x23b)](_0x4eac90,_0x64d673,_0x378db7[_0xdffd3d(0x3bf)],_0x57aad0,_0x22cd06,_0x378db7[_0xdffd3d(0x2c7)]),_0x378db7['EiVmU'](!_0x22cd06,_0x203d32)&&(logger['debug'](_0x378db7['mQNcH']),await PerformanceTester['measureWrapper'](_0x378db7[_0xdffd3d(0x38e)],async()=>{const _0x3c6719=_0xdffd3d;await this[_0x3c6719(0x23b)](_0x4eac90,_0x64d673,_0x378db7[_0x3c6719(0x220)],_0x57aad0,_0x22cd06,_0x378db7[_0x3c6719(0x220)]);})()),logger[_0xdffd3d(0x3cf)](_0x378db7[_0xdffd3d(0x34b)]));}catch(_0x1e7539){logger['error'](_0xdffd3d(0x235)+(_0x1e7539['stack']||_0x1e7539[_0xdffd3d(0x3d3)]));}}async['onBeforeExecute'](_0x4ffa31){const _0x38b660=a105_0xeda1f5,_0x223a8f={};_0x223a8f[_0x38b660(0x361)]=function(_0x28023a,_0x2fcd38){return _0x28023a!==_0x2fcd38;},_0x223a8f[_0x38b660(0x35c)]='cucumber',_0x223a8f[_0x38b660(0x1fb)]=function(_0x1ddbea,_0x41d4ae){return _0x1ddbea!==_0x41d4ae;},_0x223a8f[_0x38b660(0x359)]=_0x38b660(0x217),_0x223a8f[_0x38b660(0x279)]=function(_0x328082,_0x36a630){return _0x328082!==_0x36a630;},_0x223a8f[_0x38b660(0x32f)]=_0x38b660(0x35e),_0x223a8f[_0x38b660(0x247)]=_0x38b660(0x2be),_0x223a8f['ZUjjE']='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x223a8f['aAHnq']=function(_0x11519f,_0x479229){return _0x11519f===_0x479229;},_0x223a8f[_0x38b660(0x263)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x223a8f[_0x38b660(0x2cb)]=_0x38b660(0x24e),_0x223a8f[_0x38b660(0x289)]='performScan',_0x223a8f['XIBVH']=_0x38b660(0x377),_0x223a8f[_0x38b660(0x39c)]=_0x38b660(0x226),_0x223a8f[_0x38b660(0x398)]='scan',_0x223a8f[_0x38b660(0x276)]=_0x38b660(0x309);const _0x12e54e=_0x223a8f;if(_0x12e54e[_0x38b660(0x361)](_0x4ffa31[_0x38b660(0x246)],_0x12e54e['ZPlhw'])&&_0x12e54e[_0x38b660(0x1fb)](_0x4ffa31[_0x38b660(0x246)],_0x12e54e['rxecR'])&&_0x12e54e[_0x38b660(0x279)](_0x4ffa31[_0x38b660(0x246)],_0x12e54e['gfXnq'])){logger[_0x38b660(0x315)](_0x38b660(0x3ce)+_0x4ffa31['testFramework']+')');return;}logger[_0x38b660(0x315)]('onBeforeExecute:\x20command='+(_0x4ffa31[_0x38b660(0x2da)]||_0x12e54e[_0x38b660(0x247)])+_0x38b660(0x264)+_0x4ffa31['testFramework']);try{const _0x5efc3b=_0x4ffa31[_0x38b660(0x392)]||AutomationFramework[_0x38b660(0x2c3)](),_0x26c451=TestFramework['getTrackedInstance'](),_0x885d2=_0x4ffa31[_0x38b660(0x2da)]||_0x4ffa31[_0x38b660(0x28a)]?.['getName']();if(!_0x885d2){logger['debug'](_0x12e54e['ZUjjE']);return;}if(!this[_0x38b660(0x385)]()){logger[_0x38b660(0x315)](_0x38b660(0x2ea)+_0x885d2);return;}if(!this['shouldScanForCommand'](_0x885d2)){logger[_0x38b660(0x315)]('onBeforeExecute:\x20Command\x20'+_0x885d2+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x1854c0=_0x4ffa31[_0x38b660(0x2c1)]||global[_0x38b660(0x200)]?.[_0x38b660(0x344)];if(!_0x1854c0){logger[_0x38b660(0x315)](_0x38b660(0x2aa)+_0x885d2);return;}let _0x15b1d9='',_0x5d3d2e=null;if(_0x12e54e[_0x38b660(0x316)](_0x4ffa31[_0x38b660(0x246)],_0x12e54e[_0x38b660(0x359)])){_0x5d3d2e=_0x4ffa31['testInfo']?.['testAnalyticsId']||_0x4ffa31[_0x38b660(0x36f)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x5d3d2e){logger[_0x38b660(0x2f8)](_0x12e54e['RVdWi']);return;}try{const _0x279285=await GrpcClient[_0x38b660(0x3cd)]()[_0x38b660(0x3ba)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x12e54e[_0x38b660(0x2cb)],_0x12e54e[_0x38b660(0x289)],_0x5d3d2e),_0xcafbcb=AccessibilityModule[_0x38b660(0x225)](null,_0x279285);_0x15b1d9=_0xcafbcb?.[_0x38b660(0x27f)]||'',logger['debug'](_0x38b660(0x3a3)+_0x15b1d9+_0x38b660(0x329)+_0x5d3d2e);}catch(_0x124bc4){logger[_0x38b660(0x2e2)](_0x38b660(0x2e3)+_0x124bc4[_0x38b660(0x3d3)]);return;}}else _0x15b1d9=this[_0x38b660(0x20b)](_0x12e54e[_0x38b660(0x2b8)])||'',!_0x15b1d9&&this[_0x38b660(0x2ad)]()&&(_0x15b1d9=accessibilityHelper[_0x38b660(0x31d)]());const _0xf5c98a=this[_0x38b660(0x20b)](_0x12e54e[_0x38b660(0x39c)])||this['accessibilityConfig'][this[_0x38b660(0x318)]]||null,_0x37d6d2=process[_0x38b660(0x2b2)][_0x38b660(0x343)]||'',_0x4b17a7=this['getParamsForScanForCli'](_0x885d2,_0x15b1d9,_0xf5c98a,_0x37d6d2),_0x935f87=_0x12e54e[_0x38b660(0x316)](_0x4ffa31['testFramework'],_0x12e54e['rxecR'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x12e54e[_0x38b660(0x398)],_0x15b1d9,_0x5d3d2e):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x12e54e['DCQAx'],_0x15b1d9);logger[_0x38b660(0x3cf)](_0x38b660(0x28e)+(_0x4b17a7?JSON[_0x38b660(0x24a)](_0x4b17a7):_0x12e54e[_0x38b660(0x276)]));const _0x45c98d=CLIUtils[_0x38b660(0x371)](_0x4b17a7,_0x935f87);logger['info']('MergedScanArgs:\x20'+(_0x45c98d?JSON['stringify'](_0x45c98d):_0x12e54e[_0x38b660(0x276)])),logger[_0x38b660(0x315)](_0x38b660(0x255)+_0x885d2);const _0x4fb256=await this[_0x38b660(0x23b)](_0x1854c0,_0x15b1d9,_0x885d2,_0x45c98d,this[_0x38b660(0x2a8)]);logger[_0x38b660(0x315)](_0x38b660(0x36d)+_0x885d2+_0x38b660(0x2d9)+JSON['stringify'](_0x4fb256));}catch(_0x3cc293){logger[_0x38b660(0x2e2)](_0x38b660(0x1fa)+(_0x3cc293['stack']||_0x3cc293['message']));}}[a105_0xeda1f5(0x24b)](){const _0x17aeec=a105_0xeda1f5;return this[_0x17aeec(0x385)]();}[a105_0xeda1f5(0x305)](_0x2d1002){const _0x44f557=a105_0xeda1f5,_0x3e79a2=CLIUtils['getCurrentInstanceName']();this[_0x44f557(0x24e)]['set'](_0x3e79a2,_0x2d1002);}async[a105_0xeda1f5(0x3c0)](_0x1f97be){const _0x17d0a4=a105_0xeda1f5,_0x473bda={};_0x473bda[_0x17d0a4(0x261)]=_0x17d0a4(0x2be);const _0x38ec26=_0x473bda;try{const _0xc81840=_0x1f97be['instance']||AutomationFramework['getTrackedInstance'](),_0x4eca29=_0xc81840?.[_0x17d0a4(0x347)]?.()?.['get']?.(this[_0x17d0a4(0x3a0)])||![];if(_0x4eca29)return;PerformanceTester[_0x17d0a4(0x29b)](EVENTS[_0x17d0a4(0x23e)]);const _0x5341e3=await GrpcClient['getInstance']()[_0x17d0a4(0x3c6)](_0x1f97be);_0x5341e3&&_0x5341e3['getAccessibility']&&_0x5341e3['getAccessibility']()&&_0x5341e3[_0x17d0a4(0x22e)]()[_0x17d0a4(0x2ca)]()?(await this['loadAccessibilityConfig'](_0x5341e3,_0x1f97be),_0xc81840?.['getData']&&_0xc81840[_0x17d0a4(0x347)]()[_0x17d0a4(0x2d4)](this['KEY_INIT'],!![]),logger[_0x17d0a4(0x315)]('[platform\x20-\x20'+(_0xc81840?.[_0x17d0a4(0x349)]?.()||_0x38ec26['SQtLF'])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x17d0a4(0x315)]('[platform\x20-\x20'+(_0xc81840?.['getPlatformIndex']?.()||_0x38ec26['SQtLF'])+_0x17d0a4(0x3a5)),PerformanceTester[_0x17d0a4(0x32d)](EVENTS[_0x17d0a4(0x23e)]);}catch(_0x1ff205){PerformanceTester[_0x17d0a4(0x32d)](EVENTS[_0x17d0a4(0x23e)],![],_0x1ff205[_0x17d0a4(0x3d3)]),logger[_0x17d0a4(0x2e2)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x1ff205['stack']||_0x1ff205[_0x17d0a4(0x3d3)]));}}async[a105_0xeda1f5(0x36e)](_0x28abfa,_0x5f3e70){const _0x45af72=a105_0xeda1f5;await this[_0x45af72(0x26c)](_0x28abfa,_0x5f3e70);const _0x274066=_0x28abfa[_0x45af72(0x22e)]()[_0x45af72(0x230)]();if(_0x274066){const _0x1b646a=_0x28abfa[_0x45af72(0x351)]&&_0x28abfa['getTesthub']();_0x1b646a&&(this[_0x45af72(0x31c)][this[_0x45af72(0x318)]]=_0x1b646a[_0x45af72(0x2f4)]&&_0x1b646a[_0x45af72(0x2f4)]());}}[a105_0xeda1f5(0x202)](_0x363599){const _0x5ac4d6=a105_0xeda1f5,_0x26c9d9={};_0x26c9d9[_0x5ac4d6(0x307)]=function(_0x1f8d5c,_0x1e8237){return _0x1f8d5c===_0x1e8237;};const _0x58c22c=_0x26c9d9;try{if(!_0x363599)return![];const _0x5503f9=this[_0x5ac4d6(0x31c)]?.['options']?.[_0x5ac4d6(0x374)]?.[_0x5ac4d6(0x3ac)]||[],_0x379722=_0x5503f9['some'](_0xe9c5e5=>{const _0x377cb3=_0x5ac4d6;return _0xe9c5e5[_0x377cb3(0x2c5)]&&_0x58c22c[_0x377cb3(0x307)](_0xe9c5e5[_0x377cb3(0x2c5)][_0x377cb3(0x284)](),_0x363599[_0x377cb3(0x284)]());});return logger['debug']('shouldScanForCommand:\x20'+_0x363599+_0x5ac4d6(0x208)+_0x379722+_0x5ac4d6(0x2e4)+JSON[_0x5ac4d6(0x24a)](_0x5503f9[_0x5ac4d6(0x3b3)](_0x457443=>_0x457443[_0x5ac4d6(0x2c5)]))),_0x379722;}catch(_0x1e877d){return logger[_0x5ac4d6(0x315)](_0x5ac4d6(0x278)+_0x1e877d[_0x5ac4d6(0x3d3)]),![];}}[a105_0xeda1f5(0x2bd)](_0x58cfc7){const _0x11426d=a105_0xeda1f5,_0x5ab4a9={};_0x5ab4a9[_0x11426d(0x3d4)]=function(_0xe24226,_0x361ee8){return _0xe24226===_0x361ee8;},_0x5ab4a9[_0x11426d(0x2a9)]=_0x11426d(0x39d),_0x5ab4a9['IKDyg']='browserstack_executor';const _0x19bd71=_0x5ab4a9,_0x2a4954=_0x58cfc7['getScript']&&_0x58cfc7[_0x11426d(0x259)]();return _0x2a4954&&_0x19bd71[_0x11426d(0x3d4)](typeof _0x2a4954,_0x19bd71[_0x11426d(0x2a9)])&&_0x2a4954[_0x11426d(0x3ae)](_0x19bd71[_0x11426d(0x20a)]);}[a105_0xeda1f5(0x3cc)](_0x2af6ac){const _0x2ad059=a105_0xeda1f5,_0x1eafa5={};_0x1eafa5['ljTRx']=function(_0x283fb6,_0x387aaa){return _0x283fb6!==_0x387aaa;},_0x1eafa5[_0x2ad059(0x1f6)]=_0x2ad059(0x39d),_0x1eafa5[_0x2ad059(0x2f5)]=_0x2ad059(0x24e),_0x1eafa5[_0x2ad059(0x1f2)]='performScan',_0x1eafa5[_0x2ad059(0x1ed)]=_0x2ad059(0x30e),_0x1eafa5[_0x2ad059(0x1e3)]='saveTestResults';const _0xc4673d=_0x1eafa5,_0xf55d6c=_0x2af6ac[_0x2ad059(0x259)]&&_0x2af6ac['getScript']();if(!_0xf55d6c||_0xc4673d[_0x2ad059(0x2e6)](typeof _0xf55d6c,_0xc4673d[_0x2ad059(0x1f6)]))return![];return _0xf55d6c[_0x2ad059(0x3ae)](_0xc4673d[_0x2ad059(0x2f5)])||_0xf55d6c[_0x2ad059(0x3ae)](_0xc4673d[_0x2ad059(0x1f2)])||_0xf55d6c[_0x2ad059(0x3ae)](_0xc4673d[_0x2ad059(0x1ed)])||_0xf55d6c[_0x2ad059(0x3ae)](_0xc4673d['FStTi']);}[a105_0xeda1f5(0x2ad)](){const _0x280705=a105_0xeda1f5,_0xecb898={'IUoCh':function(_0x2601f2,_0x2f7742){return _0x2601f2===_0x2f7742;},'LwcON':_0x280705(0x2f0),'oepVv':function(_0x5015cf,_0x31aa96){return _0x5015cf(_0x31aa96);},'qszWm':_0x280705(0x23a),'kJtDb':function(_0x431d86,_0x4183ce){return _0x431d86(_0x4183ce);},'BOGOe':_0x280705(0x30f),'VHsaS':function(_0x93bbcf,_0x24bd95){return _0x93bbcf===_0x24bd95;},'YVsQh':function(_0x243d38,_0x589f0d){return _0x243d38(_0x589f0d);},'gtYVZ':_0x280705(0x287),'vQJtr':'chrome'};try{const _0x5c717e=this[_0x280705(0x31c)]?.[_0x280705(0x271)]?.['capabilitiesList']||[],_0x53b0c6=_0x28dd23=>{const _0xf1c410=_0x280705,_0x3f4208=_0x5c717e[_0xf1c410(0x30a)](_0x3adaea=>(typeof _0x3adaea[_0xf1c410(0x20f)]===_0xf1c410(0x2f0)?_0x3adaea[_0xf1c410(0x20f)]():_0x3adaea[_0xf1c410(0x2c5)])===_0x28dd23);return _0x3f4208?_0xecb898[_0xf1c410(0x391)](typeof _0x3f4208[_0xf1c410(0x32e)],_0xecb898[_0xf1c410(0x228)])?_0x3f4208[_0xf1c410(0x32e)]():_0x3f4208['value']:null;},_0x2d399b=_0xecb898['oepVv'](_0x53b0c6,_0xecb898[_0x280705(0x3af)]),_0x236022=_0xecb898['kJtDb'](_0x53b0c6,_0xecb898[_0x280705(0x332)]),_0x3ae3b5=global['isMobilePlatform']||_0x2d399b&&_0xecb898[_0x280705(0x383)](_0xecb898[_0x280705(0x2d1)](String,_0x2d399b)[_0x280705(0x284)](),_0xecb898[_0x280705(0x2dd)])&&_0x236022&&_0xecb898[_0x280705(0x386)](String,_0x236022)['toLowerCase']()['includes'](_0xecb898[_0x280705(0x3b9)]);if(!_0x3ae3b5)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x280705(0x388)]&&(logger[_0x280705(0x2f8)](accessibilityHelper[_0x280705(0x2a6)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x5a0db5){return logger[_0x280705(0x315)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x5a0db5[_0x280705(0x3d3)]),![];}}[a105_0xeda1f5(0x2e8)](_0x49a340,_0x4b59c5,_0x42921b,_0x51664d){const _0x2d21d5=a105_0xeda1f5,_0x5cae63={};_0x5cae63[_0x2d21d5(0x31a)]=function(_0x2948f4,_0x1c758f){return _0x2948f4||_0x1c758f;},_0x5cae63[_0x2d21d5(0x1f9)]=function(_0x4708fc,_0x2c870a){return _0x4708fc&&_0x2c870a;},_0x5cae63[_0x2d21d5(0x2fd)]=_0x2d21d5(0x2ec);const _0x16a8aa=_0x5cae63;let _0x2cf187=_0x16a8aa[_0x2d21d5(0x31a)](_0x4b59c5,'');const _0x13d185=!this[_0x2d21d5(0x2a8)]&&this[_0x2d21d5(0x2ad)]();_0x16a8aa[_0x2d21d5(0x1f9)](_0x13d185,!_0x2cf187)&&(_0x2cf187=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x58348c={'command':_0x49a340,'thTestRunUuid':_0x2cf187,'thBuildUuid':_0x16a8aa[_0x2d21d5(0x31a)](_0x42921b,''),'thJwtToken':_0x16a8aa['EsehB'](_0x51664d,''),'timestamp':new Date()[_0x2d21d5(0x303)]()};return _0x13d185&&(_0x58348c['is_mobile_session']=!![],logger[_0x2d21d5(0x315)](_0x16a8aa[_0x2d21d5(0x2fd)])),_0x58348c;}[a105_0xeda1f5(0x20c)](_0x2dac9a){const _0x47635c=a105_0xeda1f5,_0x1ae193={};_0x1ae193[_0x47635c(0x330)]=function(_0xedaf49,_0x147903){return _0xedaf49||_0x147903;};const _0x5bf0f9=_0x1ae193;try{const _0xb1ea26=this[_0x47635c(0x31c)]?.[_0x47635c(0x271)]?.[_0x47635c(0x328)]||[],_0x413c46=_0xb1ea26[_0x47635c(0x30a)](_0x46d8b6=>_0x46d8b6[_0x47635c(0x2c5)]===_0x2dac9a);return _0x5bf0f9[_0x47635c(0x330)](_0x413c46,null);}catch(_0x1dfef5){return logger['debug'](_0x47635c(0x2a5)+_0x2dac9a+':\x20'+_0x1dfef5[_0x47635c(0x3d3)]),null;}}async['executeScriptByName'](_0x2f8170,_0x4eee47,_0x386b95=null){const _0x1f99b6=a105_0xeda1f5,_0x2d8814={'UhMeI':function(_0x42ab8b,_0x2fc0ec){return _0x42ab8b(_0x2fc0ec);},'bKhDN':_0x1f99b6(0x243)};try{if(!_0x2f8170)return logger[_0x1f99b6(0x315)](_0x1f99b6(0x1e0)+_0x4eee47),null;const _0x4e421d=this[_0x1f99b6(0x20c)](_0x4eee47);if(!_0x4e421d||!_0x4e421d['command'])return logger[_0x1f99b6(0x315)](_0x1f99b6(0x3bd)+_0x4eee47+'\x20script\x20available'),null;logger[_0x1f99b6(0x315)](_0x1f99b6(0x27d)+_0x4eee47+_0x1f99b6(0x28c));const _0x209f06=_0x2d8814['UhMeI'](require,_0x2d8814[_0x1f99b6(0x2f7)]),_0x3337a8=_0x386b95?await _0x209f06[_0x1f99b6(0x26a)](_0x2f8170,_0x4e421d[_0x1f99b6(0x28a)],_0x386b95):await _0x209f06[_0x1f99b6(0x26a)](_0x2f8170,_0x4e421d[_0x1f99b6(0x28a)]);return _0x3337a8;}catch(_0x33c206){return logger['error']('Error\x20executing\x20script\x20'+_0x4eee47+':\x20'+(_0x33c206[_0x1f99b6(0x224)]||_0x33c206[_0x1f99b6(0x3d3)])),null;}}async['performScanForCli'](_0x1af6a8,_0x603d8f,_0x268b34,_0x4640c3,_0x149926,_0x2c8f98=a105_0xeda1f5(0x370)){const _0x166430=a105_0xeda1f5,_0x1c67d1={'VFAcG':function(_0x638313,_0x2c6777){return _0x638313===_0x2c6777;},'VvYLv':_0x166430(0x370),'BOCtT':function(_0x4546c5,_0x117314){return _0x4546c5(_0x117314);},'DjwPr':_0x166430(0x243)};try{logger[_0x166430(0x315)](_0x166430(0x234)+_0x268b34+_0x166430(0x3b4)+_0x2c8f98);const _0x4ed1a8=this['getScriptByName'](_0x2c8f98);if(!_0x4ed1a8||!_0x4ed1a8[_0x166430(0x28a)]){logger[_0x166430(0x315)]('performScanForCli:\x20No\x20'+_0x2c8f98+_0x166430(0x268));return;}if(_0x1c67d1[_0x166430(0x212)](_0x2c8f98,_0x1c67d1['VvYLv'])){const _0x3eb1b2=_0x1c67d1[_0x166430(0x348)](require,_0x1c67d1[_0x166430(0x1fd)]),_0x3215df={};_0x3215df['command']=_0x268b34;const _0x5b3d13=await PerformanceTester[_0x166430(0x33a)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x106150=_0x166430;return await _0x3eb1b2[_0x106150(0x26a)](_0x1af6a8,_0x4ed1a8[_0x106150(0x28a)],_0x4640c3);},_0x3215df)();return logger[_0x166430(0x3cf)]('Page\x20'+_0x2c8f98+_0x166430(0x3c9)+_0x268b34+':\x20'+util[_0x166430(0x3c1)](_0x5b3d13)),_0x5b3d13;}const _0x5c4a32=_0x1c67d1['BOCtT'](require,_0x1c67d1[_0x166430(0x1fd)]),_0x4a0473=await PerformanceTester[_0x166430(0x33a)](PerformanceA11yEvents[_0x166430(0x26f)],async()=>{return await _0x5c4a32['browserStackEvaluate'](_0x1af6a8,_0x4ed1a8['command'],_0x4640c3);})();return logger[_0x166430(0x3cf)](_0x166430(0x2bb)+_0x2c8f98+_0x166430(0x3c9)+_0x268b34+':\x20'+util[_0x166430(0x3c1)](_0x4a0473)),_0x4a0473;}catch(_0x3eb3e3){logger['error'](_0x166430(0x397)+_0x2c8f98+':\x20'+(_0x3eb3e3['stack']||_0x3eb3e3[_0x166430(0x3d3)]));}}async[a105_0xeda1f5(0x2ce)](_0x410710){const _0x51b6fc=a105_0xeda1f5,_0x25af2a={'vjhqJ':function(_0x283a34,_0x1e2130){return _0x283a34(_0x1e2130);},'ekBAN':'../../../helpers/accessibility-automation/helper'};try{const _0x52fd39=_0x25af2a[_0x51b6fc(0x32c)](require,_0x25af2a[_0x51b6fc(0x3d2)]);return await _0x52fd39[_0x51b6fc(0x327)](_0x410710);}catch(_0x356cab){return logger[_0x51b6fc(0x2e2)](_0x51b6fc(0x372)+(_0x356cab[_0x51b6fc(0x224)]||_0x356cab[_0x51b6fc(0x3d3)])),![];}}[a105_0xeda1f5(0x357)](_0x18151b,_0x3cc8ae,_0x242c29){const _0x43724f=a105_0xeda1f5,_0x26983c={'KFmRg':function(_0x590ef7,_0x1a98e2){return _0x590ef7(_0x1a98e2);},'BWWao':_0x43724f(0x243),'iUgDh':'\x22browserstack.user\x22:\x22[REDACTED]\x22','HPjlr':_0x43724f(0x38c)};try{const _0x30a13a=_0x26983c['KFmRg'](require,_0x26983c[_0x43724f(0x304)]);_0x30a13a[_0x43724f(0x357)](_0x18151b,_0x3cc8ae,_0x242c29);const _0x32b43f=JSON[_0x43724f(0x24a)](_0x18151b)['replace'](/"browserstack\.user":"[^"]*"/g,_0x26983c[_0x43724f(0x214)])[_0x43724f(0x338)](/"browserstack\.key":"[^"]*"/g,_0x26983c['HPjlr']);logger['debug'](_0x43724f(0x21d)+global[_0x43724f(0x241)]+'\x20'+_0x32b43f);}catch(_0x588d42){logger[_0x43724f(0x2e2)](_0x43724f(0x2a2)+(_0x588d42[_0x43724f(0x224)]||_0x588d42[_0x43724f(0x3d3)]));}}async[a105_0xeda1f5(0x297)](_0x38c7ad){const _0x2339fd=a105_0xeda1f5,_0x3d59fb={};_0x3d59fb[_0x2339fd(0x2ba)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x3d59fb[_0x2339fd(0x378)]=function(_0x10ebfd,_0x55d12b){return _0x10ebfd>_0x55d12b;},_0x3d59fb[_0x2339fd(0x262)]=_0x2339fd(0x30e);const _0x44ee53=_0x3d59fb;try{if(!this[_0x2339fd(0x385)]())return logger[_0x2339fd(0x2f8)](_0x44ee53[_0x2339fd(0x2ba)]),[];const _0x174e74=this[_0x2339fd(0x2ad)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x2339fd(0x31d)]()}:{};_0x44ee53['DTMcU'](Object[_0x2339fd(0x213)](_0x174e74)[_0x2339fd(0x31f)],0x0)&&logger[_0x2339fd(0x315)](_0x2339fd(0x29d)+JSON[_0x2339fd(0x24a)](_0x174e74));const _0x490ab7=_0x44ee53['DTMcU'](Object[_0x2339fd(0x213)](_0x174e74)['length'],0x0)?await this['executeScriptByName'](_0x38c7ad,_0x44ee53['POHMe'],_0x174e74):await this[_0x2339fd(0x282)](_0x38c7ad,_0x44ee53[_0x2339fd(0x262)]);return _0x490ab7||[];}catch(_0x28e35f){return logger['error'](_0x2339fd(0x2b4)+(_0x28e35f[_0x2339fd(0x224)]||_0x28e35f[_0x2339fd(0x3d3)])),[];}}async[a105_0xeda1f5(0x39e)](_0x222438){const _0x3c2f18=a105_0xeda1f5,_0x6946ce={'XKoia':_0x3c2f18(0x370),'hkudm':_0x3c2f18(0x368),'SXVcg':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','MHKeE':function(_0x257ad1,_0x394ef2){return _0x257ad1(_0x394ef2);},'nWOOK':_0x3c2f18(0x244),'uCCUW':function(_0x528c20,_0x2fdc05){return _0x528c20===_0x2fdc05;},'nxrbz':_0x3c2f18(0x217),'dpptb':_0x3c2f18(0x291),'bfcxV':_0x3c2f18(0x24e),'USoEu':_0x3c2f18(0x226),'hEhDm':_0x3c2f18(0x39e),'sRhiG':'test_run_id','KZRAK':_0x3c2f18(0x3cb),'PRwnq':_0x3c2f18(0x3b6)};try{if(!this['getCurrentAccessibilityStatus']())return logger['warn'](_0x6946ce['SXVcg']),{};const _0x4f803c=_0x6946ce[_0x3c2f18(0x258)](require,_0x6946ce[_0x3c2f18(0x3d6)]),_0x5b48ba=_0x4f803c[_0x3c2f18(0x221)](),_0x2adc5b=_0x6946ce[_0x3c2f18(0x31e)](_0x5b48ba?.[_0x3c2f18(0x2c5)]?.[_0x3c2f18(0x284)](),_0x6946ce[_0x3c2f18(0x39b)]);let _0xa3cae5='',_0x2ad130=null,_0xdba334=null;if(_0x2adc5b){_0x2ad130=global['__jestCurrentTestIdentifier']||global[_0x3c2f18(0x200)]?.[_0x3c2f18(0x2d3)]?.['testAnalyticsId']||global['__workerDetails']?.[_0x3c2f18(0x2d3)]?.['id'];if(!_0x2ad130)return logger[_0x3c2f18(0x2f8)](_0x6946ce[_0x3c2f18(0x2df)]),{};try{const _0x44bbf8=await GrpcClient['getInstance']()[_0x3c2f18(0x3ba)](process['env'][_0x3c2f18(0x3c5)],_0x6946ce[_0x3c2f18(0x38b)],_0x6946ce[_0x3c2f18(0x29f)],_0x2ad130),_0x2c46f0=AccessibilityModule['loadDriverExecuteParams'](null,_0x44bbf8);_0xa3cae5=_0x2c46f0?.[_0x3c2f18(0x27f)]||'',logger[_0x3c2f18(0x315)](_0x3c2f18(0x356)+_0xa3cae5+'\x20from\x20testIdentifier='+_0x2ad130);const _0x1c6bb6=await AccessibilityModule[_0x3c2f18(0x252)](_0x6946ce[_0x3c2f18(0x29f)],_0xa3cae5,_0x2ad130),_0x2a8134=this['getCapabilityValue'](_0x6946ce[_0x3c2f18(0x283)])||this[_0x3c2f18(0x31c)][this[_0x3c2f18(0x318)]]||null,_0x198c97=process[_0x3c2f18(0x2b2)][_0x3c2f18(0x343)]||'',_0x1c86a0=this[_0x3c2f18(0x2e8)](_0x6946ce['hEhDm'],_0xa3cae5,_0x2a8134,_0x198c97);_0xdba334=_0x4f803c[_0x3c2f18(0x371)](_0x1c86a0,_0x1c6bb6),logger[_0x3c2f18(0x315)](_0x3c2f18(0x32a)+JSON[_0x3c2f18(0x24a)](_0xdba334));}catch(_0x16d8b4){return logger[_0x3c2f18(0x2e2)](_0x3c2f18(0x3a6)+_0x16d8b4[_0x3c2f18(0x3d3)]),{};}}else{_0xa3cae5=this[_0x3c2f18(0x20b)](_0x6946ce[_0x3c2f18(0x308)])||'';!_0xa3cae5&&this['isMobileWebSession']()&&(_0xa3cae5=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x1cf48d=this[_0x3c2f18(0x20b)](_0x6946ce['USoEu'])||this[_0x3c2f18(0x31c)][this[_0x3c2f18(0x318)]]||null,_0x1ea98e=process[_0x3c2f18(0x2b2)][_0x3c2f18(0x343)]||'';_0xdba334=this['getParamsForScanForCli'](_0x6946ce[_0x3c2f18(0x326)],_0xa3cae5,_0x1cf48d,_0x1ea98e);}logger[_0x3c2f18(0x315)](_0x6946ce[_0x3c2f18(0x360)]),await PerformanceTester[_0x3c2f18(0x33a)](PerformanceA11yEvents[_0x3c2f18(0x269)],async()=>{const _0x546945=_0x3c2f18,_0x3a5fad=await this[_0x546945(0x282)](_0x222438,_0x6946ce['XKoia'],_0xdba334);logger[_0x546945(0x315)](_0x546945(0x1e4)+util[_0x546945(0x3c1)](_0x3a5fad));},{'command':_0x6946ce[_0x3c2f18(0x326)]})();const _0xfc5375=await PerformanceTester[_0x3c2f18(0x33a)](PerformanceA11yEvents[_0x3c2f18(0x3bc)],async()=>{const _0x27e6e7=_0x3c2f18;return await this[_0x27e6e7(0x282)](_0x222438,_0x6946ce[_0x27e6e7(0x29f)],_0xdba334);})();if(!_0xfc5375)return logger[_0x3c2f18(0x315)](_0x6946ce[_0x3c2f18(0x2de)]),{};return _0xfc5375;}catch(_0x4735e0){return logger[_0x3c2f18(0x2e2)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x4735e0['stack']||_0x4735e0[_0x3c2f18(0x3d3)])),{};}}async[a105_0xeda1f5(0x322)](_0x35dac7,_0x3a0a2f,_0x3f5c7f=null){const _0x535481=a105_0xeda1f5,_0x4bbdf3={};_0x4bbdf3[_0x535481(0x373)]=_0x535481(0x2f6),_0x4bbdf3['Zbwxx']=_0x535481(0x2f9),_0x4bbdf3[_0x535481(0x2b0)]=_0x535481(0x2f3);const _0x4ceddb=_0x4bbdf3;try{if(!_0x35dac7)return logger[_0x535481(0x315)](_0x4ceddb[_0x535481(0x373)]),null;if(!_0x3a0a2f)return logger[_0x535481(0x315)](_0x4ceddb[_0x535481(0x352)]),null;logger[_0x535481(0x315)](_0x4ceddb['KTrYs']);const _0x45b6a6=_0x3f5c7f?await _0x35dac7[_0x535481(0x1ec)](_0x3a0a2f,_0x3f5c7f):await _0x35dac7['evaluate'](_0x3a0a2f);return _0x45b6a6;}catch(_0x5e181b){return logger[_0x535481(0x2e2)](_0x535481(0x302)+(_0x5e181b['stack']||_0x5e181b[_0x535481(0x3d3)])),null;}}static['loadDriverExecuteParams'](_0x5373b4,_0x380eae){const _0x5bdeda=a105_0xeda1f5,_0x57b194={};_0x57b194['FapeR']=_0x5bdeda(0x2bf);const _0x27f68c=_0x57b194,_0x1e6968={};_0x1e6968[_0x5bdeda(0x27f)]=_0x5373b4;const _0x407d03=_0x1e6968;let _0x477414={};if(_0x380eae[_0x5bdeda(0x2ca)]()&&_0x380eae[_0x5bdeda(0x254)]())try{_0x477414=JSON['parse'](new Buffer(_0x380eae[_0x5bdeda(0x34f)]())[_0x5bdeda(0x227)](_0x27f68c[_0x5bdeda(0x218)]));}catch(_0x3aa662){logger[_0x5bdeda(0x2e2)](_0x5bdeda(0x387)+_0x3aa662['message']),_0x477414={};}return CLIUtils[_0x5bdeda(0x371)](_0x407d03,_0x477414);}static async[a105_0xeda1f5(0x252)](_0x30a6ca,_0x1140d1='',_0x1e1ca2=null){const _0x200865=a105_0xeda1f5,_0x2784e={};_0x2784e[_0x200865(0x333)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x2784e[_0x200865(0x365)]=_0x200865(0x24e);const _0xa21ddb=_0x2784e;try{if(!_0x1e1ca2&&AccessibilityModule[_0x200865(0x2bc)])return AccessibilityModule[_0x200865(0x380)];if(!process['env'][_0x200865(0x3c5)])return logger[_0x200865(0x2e2)](_0xa21ddb['SrhoM']),{};const _0x3e759b=await GrpcClient[_0x200865(0x3cd)]()[_0x200865(0x3ba)](process[_0x200865(0x2b2)][_0x200865(0x3c5)],_0xa21ddb['LbCYt'],_0x30a6ca,_0x1e1ca2),_0x33be96=_0x1e1ca2?AccessibilityModule['loadDriverExecuteParams'](null,_0x3e759b)?.[_0x200865(0x27f)]||_0x1140d1:_0x1140d1,_0x2a39c5=AccessibilityModule[_0x200865(0x225)](_0x33be96,_0x3e759b);return!_0x1e1ca2&&(AccessibilityModule[_0x200865(0x380)]=_0x2a39c5,AccessibilityModule[_0x200865(0x2bc)]=!![]),_0x2a39c5;}catch(_0x35ae90){return logger[_0x200865(0x2e2)](_0x200865(0x237)+_0x30a6ca+':\x20'+(_0x35ae90[_0x200865(0x224)]||_0x35ae90[_0x200865(0x3d3)])),{};}}};module[a105_0xeda1f5(0x38f)]=AccessibilityModule;function a105_0x1788(){const _0x348a30=['testAnalyticsId','FUqwy','join',',\x20includeTags=','UYxgY','getBrowserDisplayName','AjAOi','bOnXd','zPxAe','51687Nlygdf','hhTVm','WVakL','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','jHqlx','browser','DjwPr','oHfqK','1790deMQVv','__workerDetails','browser_version','shouldScanForCommand','value','PRE','MODULE_NAME','util','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','\x20->\x20','accessibilityToken','IKDyg','getCapabilityValue','getScriptByName','testFrameworkData','zTarV','getName','782008NHepdi','515095TTnDqe','VFAcG','keys','iUgDh','goog:chromeOptions','LOG_DISABLED_SHOWN','jest','FapeR','../../../helpers/classLogger',',\x20isAppAccessibility=','qivbV','../../../helpers/performance/constants.js','Processed\x20accessibility\x20caps\x20','XlpAY','startsWith','UvGOK','getTestFrameworkDetail','ypBjQ','oLaZW','stack','loadDriverExecuteParams','testhub_build_uuid','toString','LwcON','isBrowserSupportedForAccessibility','a11y:save-results','TrackedInstance','aTlVN','uRbxc','getAccessibility','launchCaps','getOptions','SeqbA','skipCDPConnectOverride','size','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','wKAeg','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','Unknown\x20Test','UrDTp','platformName','performScanForCli','jiycA','browserstack.accessibilityOptions.wcagVersion','SDK_ACCESSIBILITY_CONFIG','5|13|7|12|9|1|3|16|2|8|6|10|4|11|14|15|0','./baseModule','accessibilityPlatform','setShouldScan','../../playwright/accessibility-helper','../cliUtils','wcagVersion','testFramework','cxPuQ','getTestUUID','excludeTagsInTestingScope','stringify','shouldScanCurrentTest','Error\x20in\x20stopTestCapture:\x20','isMobileScanningEnabledForGroup','accessibility','getAllData','ObyBT','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','fetchCentralAuthA11yConfig','aTQXi','hasAccessibilityExecuteParams','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','some','AGTwN','MHKeE','getScript','FKRKC','hdsHJ','../../../helpers/helper','parse','GQpKb','__accessibilityOptions','3282hMdprk','SQtLF','POHMe','RVdWi',',\x20framework=',',\x20testIdentifier=','npRpf','has','\x20script\x20available\x20in\x20scriptsList','PERFORM_SCAN','browserStackEvaluate','EGiOv','setAccessibilityConfig','ToBBV','bind','SAVE_RESULTS','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','options','IPkQM','../TestInfo.js','isFinite','Context','WwEcG','\x20browser\x20version\x20greater\x20than\x20','Error\x20in\x20shouldScanForCommand:\x20','AweZF','../grpcClient','getTestId','xFAoX','Executing\x20','../../../helpers/accessibility-automation/scripts','thTestRunUuid','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','getState','executeScriptByName','USoEu','toLowerCase','vJoTn','Inkzm','android','test-tags-->\x20','hOhDU','command','TpXds','\x20accessibility\x20script\x20on\x20page','uPhXE','ScanArgs:\x20','2031123bFvJgj','skEau','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','POST',',\x20excludeTags=','xgBZF','scannerProcessingTimeout','browserstack.accessibilityOptions.authToken','getAccessibilityResults','655tVsmWv','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','xDXSK','start','EXECUTE','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','hkudm','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','isPlatformSupported','Error\x20in\x20processAccessibilityCaps:\x20','lmmMD','getCurrentInstanceName','Error\x20getting\x20script\x20by\x20name\x20','MOBILE_SCANNING_DISABLED_WARNING','mVfdj','isAppAccessibility','uNaep','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','includeTagsInTestingScope',',\x20testName=','isMobileWebSession','split','headless','KTrYs','toObject','env','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','Error\x20in\x20getAccessibilityResults:\x20','--headless=','getLogDisabledShown','hWuNh','XIBVH','_sendMessageServerPatchApplied','CFtAF','Page\x20','_centralAuthConfigFetched','isBrowserstackScriptCommand','unknown','ascii','finishScanningForCli','page','WLsDm','getTrackedInstance','YnTMT','name','dnldz','Zjwem','getModuleName','getPlatformCaps','getSuccess','ofKgq','__jestCurrentTestIdentifier','jmxkl','validatePlatformForAccessibility','CREATE','setAccessibilityToken','YVsQh','delete','currentTest','set','TjLBW','6325417RyRiOq','cpGiD','TrZUL',',\x20\x0a\x20','commandName','QUIT','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','gtYVZ','PRwnq','dpptb','isPlatformSupported:\x20caps\x20are\x20null','YrPQc','error','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20',',\x20available\x20commands:\x20','isEnabledTestcase','ljTRx','isEnabled','getParamsForScanForCli','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','nJyRx','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','../state/automationFrameworkState','FRcoJ','getContext','function','../framework/constants/testFrameworkConstants.js','VRaRc','Executing\x20accessibility\x20script\x20on\x20page','getBuildId','wMZxG','performPageScan:\x20Page\x20is\x20null','bKhDN','warn','performPageScan:\x20Script\x20is\x20null','applySendMessageToServerPatch','jDPVQ','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','CCphn','Exception\x20in\x20isPlatformSupported:\x20','dBEQc','vkkED','qfXNb','Error\x20in\x20performPageScan:\x20','toISOString','BWWao','setShouldScanCurrentTest','EiVmU','hpYfV','sRhiG','null','find','getCommandsToWrap','chromeOptions','nYuyU','getResults','browserName','../framework/testFramework','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','[platform\x20-\x20','klyaA','setLogDisabledShown','debug','aAHnq','MhFSp','KEY_TESTHUB_BUILD_ID','updateData','EsehB','titlePath','accessibilityConfig','resolveMobileThTestRunUuid','uCCUW','length','vEYNa','isArray','performPageScan','EZbxP','stopTestCapture','latest','hEhDm','platformValidation','scriptsList','\x20from\x20testIdentifier=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','get','vjhqJ','end','getValue','gfXnq','UCRyZ','parseFromProto','BOGOe','SrhoM','KTUdt','XWMjH','../framework/automationFramework','test_tags','replace','whDUP','measureWrapper','QKXHj','DRIVER_HAS_URL','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','../../../helpers/accessibility-automation/helper',']\x20onAfterTest\x20should\x20scan=','registerObserver','BROWSERSTACK_TESTHUB_JWT','pwPage','isVersionSupported','\x20value=','getData','BOCtT','getPlatformIndex','LAvLo','AcRnk','Bygag','8724072OrSqje','\x20env=','getAccessibilityExecuteParams','UymIz','getTesthub','Zbwxx','scannerVersion','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','Error\x20applying\x20sendMessageToServer\x20patch:\x20','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','processAccessibilityCaps','fevhU','rxecR','KHhoq','browserVersion','ZPlhw','Hxfst','testcafe','cucumber','KZRAK','QLhDC','TLFMW','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','--headless','LbCYt','capabilities','true','getResultsSummary','../../../helpers/accessibility-automation/constants',']\x20isEnabledTestcase\x20(jest)\x20result=','toJson','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','loadAccessibilityConfig','testInfo','scan','mergeObject','Error\x20in\x20validatePlatformForAccessibility:\x20','MTmcQ','commandsToWrap','VtzqU','PgIOF','test_run_id','DTMcU','HRKkN','AUTOMATION_SESSIONS','onAfterTest','args','getTestDetails',']\x20isEnabledTestcase\x20(cucumber)\x20result=','version','_centralAuthA11yConfig','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','onBeforeTest','VHsaS','VgURl','getCurrentAccessibilityStatus','oepVv','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','_mobileScanningDisabledLogged','present','VnumF','bfcxV','\x22browserstack.key\x22:\x22[REDACTED]\x22','../../utils/playwright-patcher','ZAzsn','exports','uMfON','IUoCh','instance','YrStg',']\x20clear\x20','obDQB','\x20testHubUuid=','Error\x20in\x20performScanForCli\x20for\x20script\x20','DCQAx','BS_A11Y_JWT','browserstack.accessibilityOptions.scannerProcessingTimeout','nxrbz','eMrZD','string','getAccessibilityResultsSummary','dtBjr','KEY_INIT','aYOhW','GtEWO','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','isAccessibilityAutomationSession','yvwrP','ftmwo','vXwAl','TEST_INIT','commandsList','afterTestHook','includes','qszWm','WeNtX','oykaV','HGULL','map','\x20using\x20script:\x20','GGjqD','No\x20summaryResults\x20found.','parseA11yJwtPayload','ACCESSIBILITY_INITIALIZED','vQJtr','fetchDriverExecuteParamsEvent',']\x20should\x20run\x20accessibility\x20value=','GET_RESULTS_SUMMARY','executeScriptByName:\x20No\x20','vbHfg','iYevy','initAccessibilityConfig','format','../../../helpers/performance/performance-tester.js','onBeforeExecute','KEY_TEST_NAME','BROWSERSTACK_CLI_BIN_SESSION_ID','getAccessibilityConfig','KEY_DRIVER_HAS_URL','daIuf','\x20result\x20for\x20','mQNcH','Performing\x20scan\x20before\x20getting\x20results\x20summary','isAccessibilityScriptCommand','getInstance','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','info','is_mobile_session','NybMw','ekBAN','message','SEGmL','getCapabilitiesList','nWOOK','svKfw','siOvW','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','cNonj','capabilitiesList','FStTi','Scan\x20result:\x20','platformCaps','njjLf','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','Lyowy','2AmmaXo','oPrme','patchSendMessageToServer','evaluate','asgKN'];a105_0x1788=function(){return _0x348a30;};return a105_0x1788();}
1
+ const a105_0x98cb71=a105_0xf3ec;function a105_0xf3ec(_0x4b099a,_0x30ce62){const _0x4c1285=a105_0x4c12();return a105_0xf3ec=function(_0xf3ecdb,_0xd74f70){_0xf3ecdb=_0xf3ecdb-0x97;let _0x1ca84e=_0x4c1285[_0xf3ecdb];return _0x1ca84e;},a105_0xf3ec(_0x4b099a,_0x30ce62);}(function(_0xb51e27,_0x250af2){const _0x434d4d=a105_0xf3ec,_0x19a713=_0xb51e27();while(!![]){try{const _0x559880=-parseInt(_0x434d4d(0xed))/0x1*(parseInt(_0x434d4d(0x1fd))/0x2)+-parseInt(_0x434d4d(0x1c8))/0x3+-parseInt(_0x434d4d(0x1fb))/0x4+parseInt(_0x434d4d(0xfe))/0x5*(-parseInt(_0x434d4d(0x11a))/0x6)+parseInt(_0x434d4d(0x11e))/0x7*(-parseInt(_0x434d4d(0x121))/0x8)+-parseInt(_0x434d4d(0x1fa))/0x9+parseInt(_0x434d4d(0x278))/0xa;if(_0x559880===_0x250af2)break;else _0x19a713['push'](_0x19a713['shift']());}catch(_0x3bf86a){_0x19a713['push'](_0x19a713['shift']());}}}(a105_0x4c12,0x29126));const BaseModule=require(a105_0x98cb71(0x173)),{createClassLogger}=require(a105_0x98cb71(0x1ae)),CLIUtils=require(a105_0x98cb71(0x1a2)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a105_0x98cb71(0x1cc)),HookState=require('../state/hookState'),GrpcClient=require('../grpcClient'),scripts=require(a105_0x98cb71(0x1c0)),logger=createClassLogger(a105_0x98cb71(0x262)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a105_0x98cb71(0xbb)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a105_0x98cb71(0x145)),{nestedKeyValue,isUndefined}=require(a105_0x98cb71(0x269)),util=require(a105_0x98cb71(0x235)),TestInfo=require(a105_0x98cb71(0x1ea)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),accessibilityHelper=require(a105_0x98cb71(0x98));function a105_0x4c12(){const _0x1bd0ce=['Rhvrt','getResultsSummary','on\x20non-BrowserStack\x20infrastructure\x20','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','isArray','tyOrT','LqjFv','AkVkz','NyDzk','--headless=new','GuPXf','getValue','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','getSuccess','getParamsForScanForCli','fetchCentralAuthA11yConfig','getPlatformIndex','chrome','RVdWE','getTrackedInstance','\x20a11yToken=','VViEu','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','scan','stringify','QxQPG','performScanForCli','RXJsE','jUdye','KHxbx','yPtyQ','\x20testHubUuid=','ZYWDx','gzVYf','setShouldScan','parseA11yJwtPayload','getResults','Cueif','testFrameworkData','finishScanningForCli',']\x20isEnabledTestcase\x20(jest)\x20result=','--headless=','scannerProcessingTimeout','cyJzj',']\x20clear\x20','./baseModule','ATMEC','Error\x20in\x20getAccessibilityResults:\x20','performPageScan:\x20Page\x20is\x20null','getCapabilitiesList','UAyGo','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','goog:chromeOptions','TZSDK','Page\x20','updateData','MOBILE_SCANNING_DISABLED_WARNING','SpFEw','../../playwright/accessibility-helper','commandName','delete','skipCDPConnectOverride',',\x20testIdentifier=','PRE','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','LdEwQ','setAccessibilityToken','VikLv','jQLnD','--headless','env','SDK_ACCESSIBILITY_CONFIG','dZpEn','cjiuI','NON_BROWSERSTACK_AUTOMATION_SESSIONS','FFDqu','length','[platform\x20-\x20',',\x20tags=','Error\x20getting\x20capability\x20value\x20for\x20','QAcDE','POST','QjwtO','getContext','requiresChromeOptionsValidation','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','registerObserver','browserstack.accessibilityOptions.authToken','zycJE','isFinite','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','../cliUtils','dmeuF','dRpTe','fBIqG','Executing\x20','TtWWa','value','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','GET_RESULTS_SUMMARY','WxsdD','browser_version','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','../../../helpers/classLogger','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','zCATZ','isBrowserSupportedForAccessibility','setAccessibilityConfig','getTestFrameworkDetail','processAccessibilityCaps','Error\x20executing\x20script\x20','KEY_TESTHUB_BUILD_ID','toISOString','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','qGPgl','fUEWN','oyaBE','BgWEr','isAppAccessibility','LMKsA','ubwfE','../../../helpers/accessibility-automation/scripts','Context','startsWith','getTesthub','replace','mvGkK','getName','getScript','155346XqxGIp','accessibilityPlatform','DMwYI','HUDGT','../state/automationFrameworkState','message','\x20result\x20for\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','find','VmVkt','SGSNd','bind','lCAXc','executeScriptByName','Error\x20in\x20performScanForCli\x20for\x20script\x20','ykzWE','onBeforeTest','MJnNM','HJVok','xsCSI','error','isMobileWebSession','NDkAC','Executing\x20accessibility\x20script\x20on\x20page','ACCESSIBILITY_INITIALIZED','browser','exgBa','keys','some','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','applySendMessageToServerPatch','toObject','\x20using\x20script:\x20','_centralAuthA11yConfig','../TestInfo.js','getTestId','fetchDriverExecuteParamsEvent','isPlatformSupported:\x20caps\x20are\x20null','RNiDr','JpLbC','_centralAuthConfigFetched','size','\x20script\x20available\x20in\x20scriptsList','SHpif','jest','UlGdp',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','currentTest','MdqLE','testhub_build_uuid','511866OveBWd','897040LdAAIQ','info','16134IYTQjH','\x20browser\x20version\x20greater\x20than\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','iNTRx','JvJqO','HvZqa','Kfrmx','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','capabilities','tMIbX','BROWSERSTACK_TESTHUB_JWT','vdgLJ','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','present','ScScu','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','onBeforeExecute:\x20Command\x20','getCommandsToWrap','\x22browserstack.key\x22:\x22[REDACTED]\x22','ALOPR','fQzZG','fdxNc','ohUIY','__jestCurrentTestIdentifier','scriptsList','BS_A11Y_JWT','ViKLd','getAllData','cucumber','getInstance','gCsgP','ascii','yMmlO','dRFiC','unknown','initAccessibilityConfig','platformName','kjjDV','getState','debug','wNXqs','testFramework','launchCaps','args','__workerDetails','gUZFe','_mobileScanningDisabledLogged','includes','PxiLe','kmpQV','gmPOF','MODULE_NAME','end','resolveMobileThTestRunUuid','page','getAccessibilityResultsSummary','util','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','FWujv','measureWrapper',',\x20framework=','instance','ipkIz','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','warn','platformCaps','\x20value=','oZLTc','wMeeB','isEnabled','name','ypmHW','LOG_DISABLED_SHOWN','kfJvI','getCommandsList','gPqRH','testInfo','chromeOptions','browserVersion','command','platformValidation',',\x20excludeTags=','yOhgj','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Xzpqx','EXECUTE',',\x20isAppAccessibility=','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',']\x20should\x20run\x20accessibility\x20value=','getAccessibilityConfig','commandsList','IGsOx','testAnalyticsId','kiyqx','onAfterTest','has','IvCDb','CmBbh','loadDriverExecuteParams','TrackedInstance','pjAzK','executeScriptByName:\x20No\x20','Mmrcp','excludeTagsInTestingScope','jArsd','[AccessibilityModule]\x20onAfterTest:\x20framework=','../../../helpers/helper','EQTiI','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','dokbC','FrBKt','parse','cuLVL','onBeforeExecute','YgDVg','getCurrentInstanceName','loadAccessibilityConfig','Error\x20in\x20shouldScanForCommand:\x20','Vmvcs','isPlatformSupported','geYGU','9218860JaiPUY','ThcET','../../../helpers/accessibility-automation/helper','XQUjO','Unknown\x20Test','jnmdJ','nrSMU','QUIT','isMobilePlatform','testcafe',',\x20\x0a\x20','vELUM','RWzCQ','\x20script\x20available','Scan\x20result:\x20','oBAdy','TJtnS','KEY_TEST_NAME','saveTestResults','get','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','gIwIl','includeTagsInTestingScope','isMobileScanningEnabledForGroup','qGmcT','thTestRunUuid','NbpTW','ZNTpV','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','TBngD',']\x20isEnabledTestcase\x20(cucumber)\x20result=','wAsrB','OFFaP','pyJDd','onBeforeExecute:\x20command=','KEY_INIT','ARElk','../../../helpers/performance/constants.js','getCurrentAccessibilityStatus','TcTAn','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','uGFUV','a11y:save-results','XOkkd','mergeObject','Keumk','Error\x20in\x20initAccessibilityConfig:\x20','titlePath','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','performPageScan:\x20Script\x20is\x20null','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','test_tags','vPltP','accessibilityConfig','stack','browserstack.accessibilityOptions.wcagVersion','VnAbb','BwMct','HhCrX','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','tphYT','getLogDisabledShown','Error\x20getting\x20script\x20by\x20name\x20','cHKcJ','isAccessibilityScriptCommand','nzZPt','accessibility','_sendMessageServerPatchApplied','string','validatePlatformForAccessibility','Error\x20in\x20getAccessibilityResultsSummary:\x20','Processed\x20accessibility\x20caps\x20',']\x20Accessibility\x20configuration\x20initialized\x20successfully','nOlZj','eisUy','KhKeI','test_run_id','afterTestHook','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','getCapabilityValue','is_mobile_session','getCapabilities','\x20from\x20testIdentifier=','headless','QThoI','MfxTg','19YWNSAP','browserstack_executor','browserStackEvaluate','parseFromProto','test-tags-->\x20','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','getScriptByName','bQike','set','getBuildId','getBrowserDisplayName','tZbhB','shouldScanCurrentTest','DvqYN','getMinVersionForBrowser','YrLUw','TwDEC','107005JOOTZM','pwPage','getPlatformCaps','DWKVY','patchSendMessageToServer','__accessibilityOptions','qxgPN','performPageScan','auIiF',',\x20includeTags=','isAccessibilityAutomationSession','Error\x20checking\x20headless\x20capability:\x20','ZOBFd','format','YvmwU','isEnabledTestcase','ykUpq','saveResults','JnRMJ','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','function','kYbgC','Error\x20in\x20validatePlatformForAccessibility:\x20','qpxRC','eSIHi','YLENF','FnEVi','browserName','30DKEhKT','BROWSERSTACK_CLI_BIN_SESSION_ID','toLowerCase','options','1123234xoepVl','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','android','8cUwoXA','capabilitiesList','null','isBrowserstackScriptCommand','stopTestCapture','Performing\x20scan\x20before\x20from\x20cli','toString','IzpUd','getAccessibilityExecuteParams','shouldScanForCommand:\x20','Rjvsw','map','JZTmd','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','performScan','getAccessibility','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','OdSKx','getOptions','0|2|12|8|7|6|14|10|5|15|9|1|13|16|3|11|4','true','WUuPd','Exception\x20in\x20isPlatformSupported:\x20','mEIrr','PERFORM_SCAN','YDTmS',',\x20available\x20commands:\x20','Etkwc','getData','toJson','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','hasAccessibilityExecuteParams','Error\x20applying\x20sendMessageToServer\x20patch:\x20','RrZDY','Error\x20in\x20performPageScan:\x20','latest','../../../helpers/accessibility-automation/constants'];a105_0x4c12=function(){return _0x1bd0ce;};return a105_0x4c12();}class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a105_0x98cb71(0x244)];static ['_centralAuthConfigFetched']=![];static ['_centralAuthA11yConfig']={};constructor(_0x377033){const _0x2c128d=a105_0x98cb71,_0x487510={};_0x487510[_0x2c128d(0xd7)]=_0x2c128d(0x134),_0x487510[_0x2c128d(0x26c)]=_0x2c128d(0x1e0),_0x487510[_0x2c128d(0x26f)]=_0x2c128d(0x1f9),_0x487510[_0x2c128d(0x1a5)]='DRIVER_HAS_URL',_0x487510[_0x2c128d(0x15f)]=_0x2c128d(0x111);const _0x1453ee=_0x487510,_0x2aa1c1=_0x1453ee['nzZPt']['split']('|');let _0x45e047=0x0;while(!![]){switch(_0x2aa1c1[_0x45e047++]){case'0':super();continue;case'1':this[_0x2c128d(0x22b)]=![];continue;case'2':AutomationFramework[_0x2c128d(0x19d)](AutomationFrameworkState[_0x2c128d(0x254)],HookState[_0x2c128d(0x185)],this[_0x2c128d(0x270)]['bind'](this));continue;case'3':this['KEY_INIT']=_0x1453ee[_0x2c128d(0x26c)];continue;case'4':this['KEY_TESTHUB_BUILD_ID']=_0x1453ee[_0x2c128d(0x26f)];continue;case'5':this['isAppAccessibility']=![];continue;case'6':this[_0x2c128d(0xcb)]=_0x377033[_0x2c128d(0x1e7)]();continue;case'7':this[_0x2c128d(0x243)]=!![];continue;case'8':AutomationFramework[_0x2c128d(0x19d)](AutomationFrameworkState[_0x2c128d(0x9d)],HookState[_0x2c128d(0x185)],this['onAfterTest'][_0x2c128d(0x1d3)](this));continue;case'9':this[_0x2c128d(0xd9)]=![];continue;case'10':this[_0x2c128d(0x246)]=new Map();continue;case'11':this['KEY_DRIVER_HAS_URL']=_0x1453ee[_0x2c128d(0x1a5)];continue;case'12':AutomationFramework[_0x2c128d(0x19d)](AutomationFrameworkState['CREATE'],HookState[_0x2c128d(0x197)],this[_0x2c128d(0x1d8)]['bind'](this));continue;case'13':this[_0x2c128d(0x188)](_0x377033['getOptions']()['getCapabilitiesList']());continue;case'14':this[_0x2c128d(0xd8)]=new Map();continue;case'15':this[_0x2c128d(0x205)]=[];continue;case'16':logger[_0x2c128d(0x224)](_0x1453ee[_0x2c128d(0x15f)]);continue;}break;}}[a105_0x98cb71(0x243)](){return this['isEnabled'];}['getModuleName'](){const _0x363eaa=a105_0x98cb71;return AccessibilityModule[_0x363eaa(0x230)];}[a105_0x98cb71(0xbc)](){const _0x2e0aa0=a105_0x98cb71;return this[_0x2e0aa0(0xd8)]['get'](CLIUtils['getCurrentInstanceName'](),![]);}[a105_0x98cb71(0xd3)](){const _0x50c925=a105_0x98cb71;return this['LOG_DISABLED_SHOWN']['get'](CLIUtils[_0x50c925(0x272)](),![]);}['setLogDisabledShown'](_0xa6c7fc){const _0x372371=a105_0x98cb71;this[_0x372371(0x246)][_0x372371(0xf5)](CLIUtils[_0x372371(0x272)](),_0xa6c7fc);}['applySendMessageToServerPatch'](){const _0x9474e6=a105_0x98cb71,_0x45466d={'hGEFY':_0x9474e6(0x152),'VmVkt':function(_0x390ed9,_0x3e671c){return _0x390ed9(_0x3e671c);},'KHxbx':'../../utils/playwright-patcher','mstSC':_0x9474e6(0xbe),'iNTRx':_0x9474e6(0x209)};if(this[_0x9474e6(0xd9)]){logger[_0x9474e6(0x224)](_0x45466d['hGEFY']);return;}try{const _0x56331b=_0x45466d[_0x9474e6(0x1d1)](require,_0x45466d[_0x9474e6(0x163)]);_0x56331b&&_0x56331b[_0x9474e6(0x102)]?(_0x56331b[_0x9474e6(0x102)](),this[_0x9474e6(0xd9)]=!![],logger[_0x9474e6(0x224)](_0x45466d['mstSC'])):logger[_0x9474e6(0x224)](_0x45466d[_0x9474e6(0x200)]);}catch(_0x34d6a7){logger[_0x9474e6(0x224)](_0x9474e6(0x141)+util[_0x9474e6(0x10b)](_0x34d6a7));}}[a105_0x98cb71(0x276)](_0x331cd3=null,_0x1d1b2a=null,_0x580cf4=null){const _0x3cc6a7=a105_0x98cb71,_0x5db1c2={'pjHum':function(_0x4bece0,_0x4ac781){return _0x4bece0&&_0x4ac781;},'eSIHi':_0x3cc6a7(0x1ed),'Keumk':function(_0x1da969,_0x502177){return _0x1da969(_0x502177);},'RaLpz':'../../../helpers/helper','xsCSI':_0x3cc6a7(0x26b),'TBngD':_0x3cc6a7(0x251),'gUZFe':function(_0x46cdab,_0x2696a0){return _0x46cdab===_0x2696a0;},'vELUM':function(_0x2191dd,_0xcf1d58){return _0x2191dd===_0xcf1d58;},'gPqRH':_0x3cc6a7(0x135),'SdPQJ':function(_0x79af47,_0x5b215){return _0x79af47===_0x5b215;},'FrBKt':_0x3cc6a7(0xda),'wGBBp':function(_0x209604,_0x3dcfcb){return _0x209604===_0x3dcfcb;},'QjwtO':_0x3cc6a7(0x1b8),'hkpUq':'goog:chromeOptions','DvqYN':function(_0x44030d,_0x55ca4e){return _0x44030d!==_0x55ca4e;},'Xzpqx':_0x3cc6a7(0x144),'mEIrr':function(_0x95f555){return _0x95f555();},'yMmlO':_0x3cc6a7(0x148),'ThcET':function(_0x1c9d0c,_0x8cac49){return _0x1c9d0c-_0x8cac49;},'GAGsr':function(_0x30d464,_0x3f115d){return _0x30d464!==_0x3f115d;},'dRFiC':function(_0x56c6ce,_0x348e94){return _0x56c6ce>_0x348e94;},'vPltP':function(_0x195f43,_0x765fe5){return _0x195f43(_0x765fe5);},'wNXqs':_0x3cc6a7(0x19b)};try{if(_0x5db1c2['pjHum'](!_0x1d1b2a,!_0x580cf4))return logger[_0x3cc6a7(0x224)](_0x5db1c2[_0x3cc6a7(0x116)]),![];const {isUndefined:_0x2eb2b9,isBrowserstackInfra:_0x33ed87}=_0x5db1c2[_0x3cc6a7(0xc3)](require,_0x5db1c2['RaLpz']);if(!accessibilityHelper[_0x3cc6a7(0x108)]())return logger['debug'](_0x5db1c2[_0x3cc6a7(0x1db)]),![];const _0x2b3b9b=_0x1d1b2a[_0x3cc6a7(0x119)]||_0x1d1b2a[_0x3cc6a7(0x1e1)],_0x5e487f=_0x1d1b2a[_0x3cc6a7(0x24c)]||_0x1d1b2a[_0x3cc6a7(0x1ac)];if(!accessibilityHelper[_0x3cc6a7(0x1b1)](_0x2b3b9b))return logger[_0x3cc6a7(0x23e)](_0x5db1c2[_0x3cc6a7(0xb3)]),![];if(accessibilityHelper[_0x3cc6a7(0x19a)](_0x2b3b9b))try{const _0x278566=_0x1d1b2a[_0x3cc6a7(0xea)],_0xec00fe=_0x5db1c2[_0x3cc6a7(0x22a)](_0x278566,!![])||_0x5db1c2[_0x3cc6a7(0xa1)](_0x278566,_0x5db1c2[_0x3cc6a7(0x249)])||_0x5db1c2['SdPQJ'](typeof _0x278566,_0x5db1c2[_0x3cc6a7(0x26d)])&&_0x5db1c2['wGBBp'](_0x278566[_0x3cc6a7(0x11c)](),_0x5db1c2[_0x3cc6a7(0x249)]);if(_0xec00fe)return logger[_0x3cc6a7(0x23e)](_0x5db1c2['QjwtO']),![];const _0x4d3e13=_0x1d1b2a?.[_0x3cc6a7(0x24b)]?.[_0x3cc6a7(0x228)]||_0x1d1b2a?.[_0x5db1c2['hkpUq']]?.[_0x3cc6a7(0x228)]||[];if(Array[_0x3cc6a7(0x14a)](_0x4d3e13)&&_0x4d3e13[_0x3cc6a7(0x1e4)](_0x36bc4f=>typeof _0x36bc4f===_0x3cc6a7(0xda)&&(_0x36bc4f===_0x3cc6a7(0x18b)||_0x36bc4f[_0x3cc6a7(0x1c2)](_0x3cc6a7(0x16f))&&_0x36bc4f!==_0x3cc6a7(0x14f))))return logger[_0x3cc6a7(0x23e)](_0x5db1c2[_0x3cc6a7(0x198)]),![];}catch(_0x34845b){logger['debug'](_0x3cc6a7(0x109)+util['format'](_0x34845b));}if(_0x5db1c2[_0x3cc6a7(0xfa)](_0x5e487f,_0x5db1c2[_0x3cc6a7(0x253)])){const _0x3f0ea4=_0x5db1c2[_0x3cc6a7(0x138)](_0x33ed87),_0x792c7=accessibilityHelper[_0x3cc6a7(0xfb)](_0x2b3b9b,_0x3f0ea4),_0x7c7150=accessibilityHelper[_0x3cc6a7(0xf7)](_0x2b3b9b);if(!accessibilityHelper['isVersionSupported'](_0x5e487f,_0x792c7)){const _0x10ee34=_0x3f0ea4?'':_0x5db1c2[_0x3cc6a7(0x21d)],_0x2c8bd9=Number[_0x3cc6a7(0x1a0)](_0x5db1c2[_0x3cc6a7(0xc3)](parseFloat,_0x792c7))?_0x5db1c2[_0x3cc6a7(0x97)](_0x5db1c2[_0x3cc6a7(0xc3)](parseFloat,_0x792c7),0x1):_0x792c7;return logger[_0x3cc6a7(0x23e)](_0x3cc6a7(0x236)+_0x7c7150+_0x3cc6a7(0x1fe)+_0x2c8bd9+'\x20'+_0x10ee34+'.'),![];}}else{const _0xec31c5=_0x1d1b2a[_0x3cc6a7(0x24c)]||_0x1d1b2a[_0x3cc6a7(0x1ac)]||_0x1d1b2a['version'];if(_0xec31c5&&_0x5db1c2['GAGsr'](_0xec31c5,_0x5db1c2[_0x3cc6a7(0x253)])&&!_0x5db1c2[_0x3cc6a7(0x21e)](_0x5db1c2[_0x3cc6a7(0xc3)](parseFloat,_0xec31c5),_0x5db1c2[_0x3cc6a7(0xca)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x3cc6a7(0x23e)](_0x5db1c2[_0x3cc6a7(0x225)]),![];}return!![];}catch(_0x2a1206){return logger[_0x3cc6a7(0x224)](_0x3cc6a7(0x137)+_0x2a1206[_0x3cc6a7(0x1cd)]),![];}}[a105_0x98cb71(0x10d)](_0xc50a47=[],_0x3f9701,_0x585185=a105_0x98cb71(0x219)){const _0x3fff10=a105_0x98cb71,_0x107399={'auIiF':function(_0x69e57f,_0x596830){return _0x69e57f===_0x596830;},'gIwIl':_0x3fff10(0x1f4),'ipkIz':function(_0x492f39,_0x2eafbf){return _0x492f39||_0x2eafbf;},'jArsd':function(_0x25bce2,_0x3a3e68){return _0x25bce2===_0x3a3e68;},'ubwfE':function(_0x3ba975,_0xb8792f){return _0x3ba975&&_0xb8792f;},'ZNTpV':_0x3fff10(0x21f),'qjnPX':function(_0x3cea29,_0x1a09fb){return _0x3cea29===_0x1a09fb;},'ARElk':function(_0x4863e8,_0x3b938b){return _0x4863e8(_0x3b938b);},'YLENF':function(_0x874ec3,_0x2df681){return _0x874ec3>_0x2df681;}};try{const _0x2a6996=process[_0x3fff10(0x18c)][_0x3fff10(0x23d)]?JSON[_0x3fff10(0x26e)](process[_0x3fff10(0x18c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x2a6996)return!![];const _0x15bb7f=Array[_0x3fff10(0x14a)](_0x2a6996['includeTagsInTestingScope'])?_0x2a6996[_0x3fff10(0xac)]:[],_0xb8302b=Array[_0x3fff10(0x14a)](_0x2a6996['excludeTagsInTestingScope'])?_0x2a6996[_0x3fff10(0x266)]:[];if(_0x107399[_0x3fff10(0x106)](_0x585185,_0x107399[_0x3fff10(0xab)])){let _0x2adc6b;Array[_0x3fff10(0x14a)](_0xc50a47)?_0x2adc6b=_0xc50a47['join']('\x20'):_0x2adc6b=_0x107399[_0x3fff10(0x23b)](_0xc50a47,'');const _0x3f81c8=_0xb8302b['some'](_0x1782cf=>_0x2adc6b[_0x3fff10(0x22c)](_0x1782cf)),_0x2e5954=_0x107399[_0x3fff10(0x267)](_0x15bb7f[_0x3fff10(0x192)],0x0)||_0x15bb7f[_0x3fff10(0x1e4)](_0x588117=>_0x2adc6b['includes'](_0x588117)),_0xb4c8c1=_0x107399[_0x3fff10(0x1bf)](!_0x3f81c8,_0x2e5954);return logger[_0x3fff10(0x224)]('[platform\x20-\x20'+(_0x3f9701?.['getPlatformIndex']?.()||_0x107399['ZNTpV'])+_0x3fff10(0x16e)+_0xb4c8c1+',\x20testName='+_0x2adc6b+',\x20includeTags='+JSON[_0x3fff10(0x15e)](_0x15bb7f)+',\x20excludeTags='+JSON[_0x3fff10(0x15e)](_0xb8302b)),_0xb4c8c1;}const _0x287021=Array['isArray'](_0xc50a47)?_0xc50a47:[];let _0x22440c=![],_0x4db01f=_0x107399['qjnPX'](_0x15bb7f[_0x3fff10(0x192)],0x0);const _0x4e6b62=_0x268619=>typeof _0x268619===_0x3fff10(0xda)?_0x268619['replace'](/^@/,'')['toLowerCase']()['trim']():_0x268619,_0x428f40=new Set(_0x15bb7f[_0x3fff10(0x12c)](_0x4e6b62)),_0x54f7a5=new Set(_0xb8302b[_0x3fff10(0x12c)](_0x4e6b62));for(const _0x595dae of _0x287021){const _0x4cd53f=_0x107399[_0x3fff10(0xba)](_0x4e6b62,_0x595dae);_0x54f7a5['has'](_0x4cd53f)&&(_0x22440c=!![]),_0x107399[_0x3fff10(0x117)](_0x428f40[_0x3fff10(0x1f1)],0x0)&&_0x428f40[_0x3fff10(0x25e)](_0x4cd53f)&&(_0x4db01f=!![]);}const _0x12821f=_0x107399['ubwfE'](_0x4db01f,!_0x22440c);return logger['debug']('[platform\x20-\x20'+(_0x3f9701?.['getPlatformIndex']?.()||_0x107399['ZNTpV'])+_0x3fff10(0xb4)+_0x12821f+_0x3fff10(0x194)+JSON['stringify'](_0x287021)+_0x3fff10(0x107)+JSON['stringify'](_0x15bb7f)+_0x3fff10(0x24f)+JSON['stringify'](_0xb8302b)),_0x12821f;}catch(_0x496607){return logger[_0x3fff10(0x224)](_0x3fff10(0x193)+(_0x3f9701?.[_0x3fff10(0x156)]?.()||_0x107399[_0x3fff10(0xb1)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x496607[_0x3fff10(0x1cd)]),![];}}async['onBeforeTest'](_0x42b6a8){const _0xfe83ff=a105_0x98cb71,_0x44e12c={};_0x44e12c['UlGdp']=function(_0x156f0b,_0x3851e3){return _0x156f0b!==_0x3851e3;},_0x44e12c['dZpEn']=_0xfe83ff(0x219),_0x44e12c[_0xfe83ff(0x187)]='jest',_0x44e12c[_0xfe83ff(0x171)]=function(_0x2862a7,_0x4150d7){return _0x2862a7!==_0x4150d7;},_0x44e12c[_0xfe83ff(0x158)]=_0xfe83ff(0x9f),_0x44e12c[_0xfe83ff(0x14b)]=function(_0x30a582,_0xdf7036){return _0x30a582===_0xdf7036;},_0x44e12c[_0xfe83ff(0x164)]=_0xfe83ff(0x135),_0x44e12c[_0xfe83ff(0x99)]='TEST_INIT',_0x44e12c['SGSNd']=_0xfe83ff(0x131),_0x44e12c[_0xfe83ff(0xd0)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x44e12c[_0xfe83ff(0x212)]='DRIVER_INIT',_0x44e12c[_0xfe83ff(0x101)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x44e12c[_0xfe83ff(0x210)]=function(_0x104a60,_0x1a4748){return _0x104a60===_0x1a4748;},_0x44e12c[_0xfe83ff(0xb5)]=_0xfe83ff(0x9a),_0x44e12c[_0xfe83ff(0x1ab)]=function(_0x6fafd,_0x18a8bb){return _0x6fafd>_0x18a8bb;},_0x44e12c[_0xfe83ff(0x113)]='function',_0x44e12c['VnAbb']=_0xfe83ff(0xc9),_0x44e12c['JZTmd']=function(_0x2fc893,_0x3ca043){return _0x2fc893&&_0x3ca043;},_0x44e12c[_0xfe83ff(0x22f)]=_0xfe83ff(0x21f);const _0x17769f=_0x44e12c;if(_0x17769f[_0xfe83ff(0x1f5)](_0x42b6a8[_0xfe83ff(0x226)],_0x17769f[_0xfe83ff(0x18e)])&&_0x17769f['UlGdp'](_0x42b6a8[_0xfe83ff(0x226)],_0x17769f['LdEwQ'])&&_0x17769f[_0xfe83ff(0x171)](_0x42b6a8[_0xfe83ff(0x226)],_0x17769f[_0xfe83ff(0x158)])){logger[_0xfe83ff(0x224)](_0xfe83ff(0x1e5)+_0x42b6a8[_0xfe83ff(0x226)]+')');return;}try{const _0x2c98eb=AutomationFramework[_0xfe83ff(0x159)](),_0x393602=TestFramework['getTrackedInstance'](),_0x4ab745=_0x42b6a8[_0xfe83ff(0x233)]||global[_0xfe83ff(0x229)]?.['pwPage']||null;if(_0x17769f['tyOrT'](_0x42b6a8[_0xfe83ff(0x226)],_0x17769f[_0xfe83ff(0x158)])){const _0x1a25d1=_0x42b6a8[_0xfe83ff(0x23f)]||_0x2c98eb&&_0x2c98eb[_0xfe83ff(0x100)]&&_0x2c98eb[_0xfe83ff(0x100)]()||_0x2c98eb&&_0x2c98eb[_0xfe83ff(0xe8)]&&_0x2c98eb[_0xfe83ff(0xe8)]()||{},_0x50b37a=_0x42b6a8[_0xfe83ff(0x227)]||null,_0x37fe42=this['isPlatformSupported'](_0x2c98eb,_0x1a25d1,_0x50b37a),_0x3a00fc=CLIUtils[_0xfe83ff(0x272)]();this[_0xfe83ff(0xd8)][_0xfe83ff(0xf5)](_0x3a00fc,_0x37fe42);global[_0xfe83ff(0x1c1)]?.[_0xfe83ff(0x199)]&&global['Context']['getContext']()[_0xfe83ff(0x168)](_0x37fe42);_0x37fe42?(global[_0xfe83ff(0x1c9)]=!![],process[_0xfe83ff(0x18c)][_0xfe83ff(0xe4)]=_0x17769f[_0xfe83ff(0x164)]):global[_0xfe83ff(0x1c9)]=![];logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported='+_0x37fe42);return;}if(!_0x4ab745){_0x393602&&_0x393602[_0xfe83ff(0x17d)](_0x17769f[_0xfe83ff(0x99)],!![]);logger[_0xfe83ff(0x224)](_0x17769f[_0xfe83ff(0x1d2)]);return;}logger[_0xfe83ff(0x224)](_0x17769f[_0xfe83ff(0xd0)]);const _0x50dbc1=_0x393602?.[_0xfe83ff(0x13d)](_0x17769f[_0xfe83ff(0x212)],![]),_0x2cacb2=_0x393602?.[_0xfe83ff(0x13d)](_0x17769f[_0xfe83ff(0x99)],![]);if(_0x17769f[_0xfe83ff(0x14b)](_0x50dbc1,![])&&_0x17769f[_0xfe83ff(0x14b)](_0x2cacb2,![])){_0x393602&&_0x393602[_0xfe83ff(0x17d)](_0x17769f[_0xfe83ff(0x212)],!![]);logger['debug'](_0x17769f[_0xfe83ff(0x101)]);return;}_0x393602&&_0x393602['updateData'](_0x17769f[_0xfe83ff(0x99)],!![]);let _0x4c6f8d,_0xbe007a;const _0x332533=_0x42b6a8[_0xfe83ff(0x226)]||_0x17769f[_0xfe83ff(0x18e)];if(_0x17769f[_0xfe83ff(0x210)](_0x332533,_0x17769f[_0xfe83ff(0x187)])){_0xbe007a=_0x42b6a8[_0xfe83ff(0x24a)]?.[_0xfe83ff(0x25b)]||_0x42b6a8[_0xfe83ff(0x24a)]?.['id']||global[_0xfe83ff(0x214)]||global['__workerDetails']?.[_0xfe83ff(0x1f7)]?.[_0xfe83ff(0x25b)]||global['__workerDetails']?.[_0xfe83ff(0x1f7)]?.['id'];const _0x31bdd8=_0x393602?.[_0xfe83ff(0x218)]()?.[_0xfe83ff(0xa9)](_0xbe007a);if(_0x31bdd8&&_0x31bdd8[TestFrameworkConstants[_0xfe83ff(0xa7)]])_0x4c6f8d=_0x31bdd8[TestFrameworkConstants[_0xfe83ff(0xa7)]];else{if(_0x42b6a8['testInfo']?.[_0xfe83ff(0xc5)])_0x4c6f8d=_0x42b6a8[_0xfe83ff(0x24a)][_0xfe83ff(0xc5)];else global[_0xfe83ff(0x229)]?.[_0xfe83ff(0x1f7)]?.[_0xfe83ff(0x24a)]?.[_0xfe83ff(0xc5)]?_0x4c6f8d=global[_0xfe83ff(0x229)][_0xfe83ff(0x1f7)]['testInfo'][_0xfe83ff(0xc5)]:_0x4c6f8d=_0x17769f['wAsrB'];}logger[_0xfe83ff(0x224)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0xbe007a+',\x20testName='+JSON['stringify'](_0x4c6f8d));}else{_0xbe007a=this[_0xfe83ff(0x1eb)](_0x42b6a8);const _0x180e86=TestInfo['getTestDetails'](_0xbe007a);let _0x448cf5=[];if(_0x180e86&&Array['isArray'](_0x180e86[_0xfe83ff(0xc9)])&&_0x17769f['WxsdD'](_0x180e86[_0xfe83ff(0xc9)][_0xfe83ff(0x192)],0x0))_0x448cf5=_0x180e86[_0xfe83ff(0xc9)];else{if(_0x393602){const _0x23235f=_0x17769f[_0xfe83ff(0x14b)](typeof _0x393602[_0xfe83ff(0x13d)],_0x17769f['kYbgC'])?_0x393602[_0xfe83ff(0x13d)](_0x17769f[_0xfe83ff(0xce)],[]):_0x393602[_0xfe83ff(0xc9)]||[];Array[_0xfe83ff(0x14a)](_0x23235f)&&(_0x448cf5=_0x23235f);}}_0x4c6f8d=_0x448cf5;}logger[_0xfe83ff(0x1fc)](_0xfe83ff(0xf1)+JSON[_0xfe83ff(0x15e)](_0x4c6f8d));const _0x113f69=this[_0xfe83ff(0x276)](_0x2c98eb,_0x42b6a8[_0xfe83ff(0x23f)],_0x42b6a8[_0xfe83ff(0x227)]);logger[_0xfe83ff(0x224)](_0xfe83ff(0x13f)+_0x113f69+',\x20isAppAccessibility='+this[_0xfe83ff(0x1bd)]);const _0x29a372=this[_0xfe83ff(0x10d)](_0x4c6f8d,_0x2c98eb,_0x332533),_0x55f4de=_0x17769f[_0xfe83ff(0x12d)](_0x113f69,_0x29a372),_0x115839=CLIUtils[_0xfe83ff(0x272)]();this[_0xfe83ff(0xd8)][_0xfe83ff(0xf5)](_0x115839,_0x55f4de),global['Context']?.[_0xfe83ff(0x199)]&&global[_0xfe83ff(0x1c1)][_0xfe83ff(0x199)]()['setShouldScan'](_0x55f4de),logger[_0xfe83ff(0x224)](_0xfe83ff(0x193)+(_0x2c98eb?.[_0xfe83ff(0x156)]?.()||_0x17769f[_0xfe83ff(0x22f)])+_0xfe83ff(0x257)+_0x55f4de),_0x55f4de?(global[_0xfe83ff(0x1c9)]=!![],process['env'][_0xfe83ff(0xe4)]=_0x17769f[_0xfe83ff(0x164)],this[_0xfe83ff(0x1e6)]()):global['accessibilityPlatform']=![];}catch(_0x3c9e13){logger[_0xfe83ff(0x1dc)](_0xfe83ff(0x19c)+(_0x3c9e13[_0xfe83ff(0xcc)]||_0x3c9e13['message']));const _0x111d2a=CLIUtils['getCurrentInstanceName']();this[_0xfe83ff(0xd8)][_0xfe83ff(0xf5)](_0x111d2a,![]),global[_0xfe83ff(0x1c9)]=![];}}['getGoogleChromeOptions'](){const _0x10efca=a105_0x98cb71;return this[_0x10efca(0x205)][_0x10efca(0x1d0)](_0x1ee8e5=>_0x1ee8e5[_0x10efca(0x1c6)]()===_0x10efca(0x17a))?.[_0x10efca(0x151)]()||'';}['getCapabilityValue'](_0x159c58){const _0x12a5e6=a105_0x98cb71;try{const _0x59952f=this[_0x12a5e6(0xcb)]?.[_0x12a5e6(0x11d)]?.[_0x12a5e6(0x122)]||[],_0x1967fa=_0x59952f['find'](_0x225d1b=>_0x225d1b[_0x12a5e6(0x244)]===_0x159c58);return _0x1967fa?_0x1967fa[_0x12a5e6(0x1a8)]:null;}catch(_0x4cbe97){return logger[_0x12a5e6(0x224)](_0x12a5e6(0x195)+_0x159c58+':\x20'+_0x4cbe97[_0x12a5e6(0x1cd)]),null;}}async[a105_0x98cb71(0x1b2)](_0x37331d,_0x4db3bc){const _0x19d70c=a105_0x98cb71,_0x555673=_0x37331d[_0x19d70c(0x130)]()[_0x19d70c(0x133)](),_0x440503=_0x555673['getScriptsList'](),_0x164288=_0x555673[_0x19d70c(0x20e)]()?.[_0x19d70c(0x248)]();scripts[_0x19d70c(0xf0)](_0x440503,_0x164288),scripts[_0x19d70c(0x13e)]();const _0x3cb7b7=_0x555673[_0x19d70c(0x177)]();this[_0x19d70c(0x205)]=_0x555673[_0x19d70c(0x177)](),await this[_0x19d70c(0x188)](_0x3cb7b7,_0x4db3bc['launchCaps']);}async[a105_0x98cb71(0x188)](_0x150cf9,_0x517e94={}){const _0x5d3247=a105_0x98cb71,_0x569cb6={'goXCv':function(_0x56466d,_0x2ff631){return _0x56466d===_0x2ff631;},'WUuPd':'accessibilityToken','oBAdy':_0x5d3247(0x19e),'RXJsE':function(_0xf3e6c8,_0x22c96f){return _0xf3e6c8(_0x22c96f);},'TtWWa':'../../../helpers/accessibility-automation/helper','qxgPN':_0x5d3247(0x269),'NQSFA':function(_0x229ef7,_0x50d434){return _0x229ef7(_0x50d434);},'exgBa':function(_0x3a6a5b,_0x168985){return _0x3a6a5b===_0x168985;},'MJnNM':'wcagVersion','geYGU':_0x5d3247(0xcd),'Mmrcp':function(_0x4570e1,_0x4472cd){return _0x4570e1===_0x4472cd;},'OFFaP':'scannerVersion','QeNBn':'browserstack.accessibilityOptions.scannerVersion','ATMEC':function(_0x2eaa8a,_0x450be5){return _0x2eaa8a===_0x450be5;},'lCAXc':_0x5d3247(0x170),'eCmPg':'browserstack.accessibilityOptions.scannerProcessingTimeout','OxqEg':function(_0x4a0f5d,_0x1c34bf){return _0x4a0f5d===_0x1c34bf;},'PEbvu':_0x5d3247(0xad),'OdSKx':function(_0x4035ed,_0x545b59){return _0x4035ed(_0x545b59);},'VGyye':function(_0x24f230,_0x431b90){return _0x24f230===_0x431b90;},'mvGkK':_0x5d3247(0x135)};global[_0x5d3247(0x103)]=global[_0x5d3247(0x103)]||{};for(const _0x1d2567 of _0x150cf9){logger['info']('name:\x20'+_0x1d2567['getName']()+_0x5d3247(0x240)+_0x1d2567[_0x5d3247(0x151)]());if(_0x569cb6['goXCv'](_0x1d2567['getName'](),_0x569cb6[_0x5d3247(0x136)])){const _0xf00ce=_0x1d2567[_0x5d3247(0x151)]();process[_0x5d3247(0x18c)][_0x5d3247(0x216)]=_0xf00ce,global['__accessibilityOptions'][_0x569cb6[_0x5d3247(0xa5)]]=_0xf00ce;const _0x594b2f=_0x569cb6[_0x5d3247(0x161)](require,_0x569cb6[_0x5d3247(0x1a7)]),{isTrue:_0x45d3cc}=_0x569cb6[_0x5d3247(0x161)](require,_0x569cb6[_0x5d3247(0x104)]),_0x2ce32d=_0x594b2f[_0x5d3247(0x169)](_0xf00ce);_0x2ce32d&&_0x569cb6['NQSFA'](_0x45d3cc,_0x2ce32d[_0x5d3247(0x183)])&&(process[_0x5d3247(0x18c)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x569cb6[_0x5d3247(0x1e2)](_0x1d2567[_0x5d3247(0x1c6)](),_0x569cb6[_0x5d3247(0x1d9)]))global['__accessibilityOptions'][_0x569cb6[_0x5d3247(0x277)]]=_0x1d2567[_0x5d3247(0x151)]();else{if(_0x569cb6['Mmrcp'](_0x1d2567[_0x5d3247(0x1c6)](),_0x569cb6[_0x5d3247(0xb6)]))global[_0x5d3247(0x103)][_0x569cb6['QeNBn']]=_0x1d2567[_0x5d3247(0x151)]();else{if(_0x569cb6[_0x5d3247(0x174)](_0x1d2567[_0x5d3247(0x1c6)](),_0x569cb6[_0x5d3247(0x1d4)]))global['__accessibilityOptions'][_0x569cb6['eCmPg']]=_0x1d2567[_0x5d3247(0x151)]();else{if(_0x569cb6['OxqEg'](_0x1d2567[_0x5d3247(0x1c6)](),_0x569cb6['PEbvu'])){const _0x3dba2e=_0x1d2567[_0x5d3247(0x151)]();process[_0x5d3247(0x18c)][_0x5d3247(0x1a1)]=_0x569cb6[_0x5d3247(0x132)](String,_0x569cb6[_0x5d3247(0x265)](_0x3dba2e,!![])||_0x569cb6['VGyye'](_0x3dba2e,_0x569cb6[_0x5d3247(0x1c5)])),logger[_0x5d3247(0x224)](_0x5d3247(0xf2)+_0x3dba2e+'\x20env='+process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']);}}}}}}}async[a105_0x98cb71(0x25d)](_0x2b3f32){const _0x26aa73=a105_0x98cb71,_0x5d1b49={};_0x5d1b49['yjLuJ']=function(_0x246d62,_0x55a8c4){return _0x246d62!==_0x55a8c4;},_0x5d1b49[_0x26aa73(0xfc)]=_0x26aa73(0x219),_0x5d1b49[_0x26aa73(0xc1)]=function(_0x2fcd09,_0x51ac8d){return _0x2fcd09!==_0x51ac8d;},_0x5d1b49['wMeeB']=_0x26aa73(0x1f4),_0x5d1b49[_0x26aa73(0x191)]='testcafe',_0x5d1b49['IzpUd']=_0x26aa73(0x21f);const _0x48f731=_0x5d1b49;if(_0x48f731['yjLuJ'](_0x2b3f32['testFramework'],_0x48f731[_0x26aa73(0xfc)])&&_0x48f731[_0x26aa73(0xc1)](_0x2b3f32['testFramework'],_0x48f731[_0x26aa73(0x242)])&&_0x48f731['XOkkd'](_0x2b3f32[_0x26aa73(0x226)],_0x48f731[_0x26aa73(0x191)])){logger['debug']('onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x2b3f32[_0x26aa73(0x226)]+')');return;}const _0x5053fb=_0x2b3f32[_0x26aa73(0x24a)]?.[_0x26aa73(0x25b)]||_0x2b3f32[_0x26aa73(0x24a)]?.['id']||global[_0x26aa73(0x214)];logger[_0x26aa73(0x1fc)](_0x26aa73(0x268)+_0x2b3f32[_0x26aa73(0x226)]+_0x26aa73(0x184)+_0x5053fb);try{const _0x3a23f5=_0x2b3f32['instance']||AutomationFramework[_0x26aa73(0x159)](),_0x31178f=CLIUtils[_0x26aa73(0x272)](),_0x5ddabf=this[_0x26aa73(0xbc)]();logger['debug']('[platform\x20-\x20'+(_0x3a23f5?.[_0x26aa73(0x156)]?.()||_0x48f731[_0x26aa73(0x128)])+']\x20onAfterTest\x20should\x20scan='+_0x5ddabf),_0x5ddabf&&await this[_0x26aa73(0x125)](_0x3a23f5,_0x2b3f32),this[_0x26aa73(0xd8)][_0x26aa73(0x182)](_0x31178f),this['LOG_DISABLED_SHOWN'][_0x26aa73(0x182)](_0x31178f);}catch(_0x3b838a){logger[_0x26aa73(0x1dc)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x3b838a[_0x26aa73(0xcc)]||_0x3b838a['message']));}}async[a105_0x98cb71(0x125)](_0x99a8ca,_0x2a6f28){const _0x48b05e=a105_0x98cb71,_0x167303={};_0x167303[_0x48b05e(0x1a3)]=function(_0xf145c7,_0x5a1b09){return _0xf145c7===_0x5a1b09;},_0x167303[_0x48b05e(0x22e)]=_0x48b05e(0x112),_0x167303[_0x48b05e(0xdf)]='jest',_0x167303[_0x48b05e(0x25a)]=_0x48b05e(0x219),_0x167303[_0x48b05e(0x162)]=function(_0x5c1f78,_0xae5bea){return _0x5c1f78===_0xae5bea;},_0x167303[_0x48b05e(0x9c)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x167303[_0x48b05e(0x217)]=_0x48b05e(0xd8),_0x167303['oyaBE']=_0x48b05e(0x10f),_0x167303[_0x48b05e(0xf4)]='unknown',_0x167303[_0x48b05e(0x10a)]=_0x48b05e(0x20a),_0x167303[_0x48b05e(0xcf)]=_0x48b05e(0x123),_0x167303['PxiLe']=function(_0x2a4169,_0x2e2e56){return _0x2a4169===_0x2e2e56;},_0x167303[_0x48b05e(0x14e)]=function(_0x3814b2,_0x3670bc){return _0x3814b2||_0x3670bc;},_0x167303[_0x48b05e(0x178)]=_0x48b05e(0x256),_0x167303['zycJE']='AUTOMATION_SESSIONS',_0x167303[_0x48b05e(0x263)]=_0x48b05e(0x190);const _0x24f65f=_0x167303;try{const _0x5d53f3=_0x2a6f28[_0x48b05e(0x226)]||(_0x24f65f['dmeuF'](this[_0x48b05e(0x16c)]?.[_0x48b05e(0x244)]?.[_0x48b05e(0x11c)](),_0x24f65f[_0x48b05e(0xdf)])?_0x24f65f[_0x48b05e(0xdf)]:_0x24f65f['IGsOx']);let _0x5343d1='',_0x3e31d2=null,_0x25139b=null;if(_0x24f65f[_0x48b05e(0x162)](_0x5d53f3,_0x24f65f[_0x48b05e(0xdf)])){_0x3e31d2=_0x2a6f28[_0x48b05e(0x24a)]?.[_0x48b05e(0x25b)]||_0x2a6f28[_0x48b05e(0x24a)]?.['id']||global[_0x48b05e(0x214)];if(!_0x3e31d2){logger[_0x48b05e(0x23e)](_0x24f65f[_0x48b05e(0x9c)]);return;}try{const _0x4097bc=await GrpcClient['getInstance']()[_0x48b05e(0x1ec)](process[_0x48b05e(0x18c)][_0x48b05e(0x11b)],_0x24f65f[_0x48b05e(0x217)],_0x24f65f[_0x48b05e(0x1bb)],_0x3e31d2),_0x42b5c5=AccessibilityModule[_0x48b05e(0x261)](null,_0x4097bc);_0x5343d1=_0x42b5c5?.[_0x48b05e(0xaf)]||'',logger[_0x48b05e(0x224)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x5343d1+_0x48b05e(0xe9)+_0x3e31d2),_0x25139b=_0x4097bc;}catch(_0xc156fb){logger[_0x48b05e(0x1dc)](_0x48b05e(0x1af)+_0xc156fb['message']);return;}}else{const _0x150c95=this[_0x48b05e(0x1eb)](_0x2a6f28);_0x5343d1=TestInfo['getTestUUID'](_0x150c95);}const _0x539909=((()=>{const _0x1f8aaf=_0x48b05e,_0x20def4=(this[_0x1f8aaf(0xcb)]?.[_0x1f8aaf(0x11d)]?.[_0x1f8aaf(0x122)]||[])[_0x1f8aaf(0x1d0)](_0x2cb35d=>(typeof _0x2cb35d['getName']===_0x1f8aaf(0x112)?_0x2cb35d[_0x1f8aaf(0x1c6)]():_0x2cb35d['name'])===this[_0x1f8aaf(0x1b6)]);return _0x20def4?_0x24f65f[_0x1f8aaf(0x1a3)](typeof _0x20def4[_0x1f8aaf(0x151)],_0x24f65f[_0x1f8aaf(0x22e)])?_0x20def4[_0x1f8aaf(0x151)]():_0x20def4[_0x1f8aaf(0x1a8)]:'';})()),_0x21ed38=process['env'][_0x48b05e(0x207)]||'';logger[_0x48b05e(0x224)](_0x48b05e(0x193)+(_0x99a8ca?.[_0x48b05e(0x156)]?.()||_0x24f65f[_0x48b05e(0xf4)])+_0x48b05e(0x172)+_0x5343d1+_0x48b05e(0x165)+_0x539909+_0x48b05e(0x15a)+(_0x21ed38?_0x24f65f[_0x48b05e(0x10a)]:_0x24f65f[_0x48b05e(0xcf)]));let _0x26bb39;if(_0x24f65f[_0x48b05e(0x22d)](_0x5d53f3,_0x24f65f[_0x48b05e(0xdf)]))_0x26bb39=AccessibilityModule[_0x48b05e(0x261)](_0x5343d1,_0x25139b);else{const _0x1b3f0d=await GrpcClient[_0x48b05e(0x21a)]()[_0x48b05e(0x1ec)](process[_0x48b05e(0x18c)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x24f65f[_0x48b05e(0x217)],_0x24f65f[_0x48b05e(0x1bb)]);_0x26bb39=AccessibilityModule[_0x48b05e(0x261)](_0x5343d1,_0x1b3f0d);}logger[_0x48b05e(0x224)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x48b05e(0x15e)](_0x26bb39));const _0x2f3af6=Object['assign']({},{'thTestRunUuid':_0x24f65f[_0x48b05e(0x14e)](_0x5343d1,''),'thBuildUuid':_0x24f65f[_0x48b05e(0x14e)](_0x539909,''),'thJwtToken':_0x24f65f[_0x48b05e(0x14e)](_0x21ed38,'')},_0x26bb39);!this[_0x48b05e(0x1bd)]&&this[_0x48b05e(0x1dd)]()&&(_0x2f3af6[_0x48b05e(0xe7)]=!![],logger[_0x48b05e(0x224)](_0x24f65f[_0x48b05e(0x178)]));logger[_0x48b05e(0x224)](_0x48b05e(0x1cf)+_0x5343d1+_0x48b05e(0x255)+this[_0x48b05e(0x1bd)]);let _0x32908d=global[_0x48b05e(0x229)]?.[_0x48b05e(0xff)]||null;!_0x32908d&&(_0x32908d=AutomationFramework['getState'](_0x99a8ca,_0x24f65f[_0x48b05e(0x19f)],null)),!_0x32908d&&(_0x32908d=AutomationFramework[_0x48b05e(0x223)](_0x99a8ca,_0x24f65f[_0x48b05e(0x263)],null)),await this[_0x48b05e(0x16d)](this['getCurrentAccessibilityStatus'](),_0x5343d1,_0x32908d,_0x2f3af6,this['isAppAccessibility']);}catch(_0x32bf65){logger[_0x48b05e(0x1dc)]('Error\x20in\x20stopTestCapture:\x20'+(_0x32bf65[_0x48b05e(0xcc)]||_0x32bf65[_0x48b05e(0x1cd)]));}}async[a105_0x98cb71(0x16d)](_0x342d34,_0x6b74a4,_0x148914,_0x1b5f1b,_0x51b4c9){const _0x46034d=a105_0x98cb71,_0x96dc58={};_0x96dc58[_0x46034d(0x150)]=_0x46034d(0x10f),_0x96dc58[_0x46034d(0x260)]=function(_0x443219,_0x56a64c){return _0x443219&&_0x56a64c;},_0x96dc58[_0x46034d(0x9b)]=_0x46034d(0xaa),_0x96dc58['kfJvI']=function(_0x234c44,_0x34c3d1){return _0x234c44===_0x34c3d1;},_0x96dc58[_0x46034d(0x196)]='null',_0x96dc58['SHpif']=function(_0x3678cd,_0x3d1df1){return _0x3678cd===_0x3d1df1;},_0x96dc58['KvlRk']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x96dc58[_0x46034d(0x1bc)]=_0x46034d(0x126),_0x96dc58['THYDy']=_0x46034d(0xe3),_0x96dc58[_0x46034d(0x1ee)]=_0x46034d(0x15d),_0x96dc58[_0x46034d(0xbf)]=function(_0xf4e64a,_0x5e071c){return _0xf4e64a&&_0x5e071c;},_0x96dc58['LMKsA']=_0x46034d(0xb2),_0x96dc58[_0x46034d(0xb7)]=_0x46034d(0xc0),_0x96dc58['NDkAC']=_0x46034d(0xe5);const _0x59195e=_0x96dc58;try{const _0x3f057d=this[_0x46034d(0xf3)](_0x59195e['GuPXf']);if(_0x59195e[_0x46034d(0x260)](!_0x51b4c9,!_0x3f057d)){logger[_0x46034d(0x224)](_0x59195e[_0x46034d(0x9b)]);return;}if(!_0x6b74a4||_0x59195e[_0x46034d(0x247)](_0x6b74a4,_0x59195e[_0x46034d(0x196)])||_0x59195e[_0x46034d(0x1f3)](_0x6b74a4,'')){logger['debug'](_0x59195e['KvlRk']);return;}logger['debug'](_0x46034d(0x12e)+JSON[_0x46034d(0x15e)](_0x1b5f1b)),_0x342d34&&(logger['debug'](_0x59195e[_0x46034d(0x1bc)]),await this['performScanForCli'](_0x148914,_0x6b74a4,_0x59195e['THYDy'],_0x1b5f1b,_0x51b4c9,_0x59195e[_0x46034d(0x1ee)]),_0x59195e['uGFUV'](!_0x51b4c9,_0x3f057d)&&(logger[_0x46034d(0x224)](_0x59195e[_0x46034d(0x1be)]),await PerformanceTester['measureWrapper'](_0x59195e[_0x46034d(0xb7)],async()=>{const _0x14e394=_0x46034d;await this[_0x14e394(0x160)](_0x148914,_0x6b74a4,_0x59195e[_0x14e394(0x150)],_0x1b5f1b,_0x51b4c9,_0x59195e[_0x14e394(0x150)]);})()),logger[_0x46034d(0x1fc)](_0x59195e[_0x46034d(0x1de)]));}catch(_0x60c0a8){logger[_0x46034d(0x1dc)](_0x46034d(0x179)+(_0x60c0a8[_0x46034d(0xcc)]||_0x60c0a8['message']));}}async[a105_0x98cb71(0x270)](_0x2a3fee){const _0x38fbd3=a105_0x98cb71,_0x4b9175={};_0x4b9175[_0x38fbd3(0x1b9)]=function(_0x21a88d,_0x7dc0e5){return _0x21a88d!==_0x7dc0e5;},_0x4b9175[_0x38fbd3(0x208)]=_0x38fbd3(0x219),_0x4b9175[_0x38fbd3(0x110)]=_0x38fbd3(0x1f4),_0x4b9175[_0x38fbd3(0x1ba)]=_0x38fbd3(0x9f),_0x4b9175[_0x38fbd3(0x203)]=_0x38fbd3(0x21f),_0x4b9175[_0x38fbd3(0x211)]='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x4b9175[_0x38fbd3(0x25f)]=function(_0x42a968,_0x468504){return _0x42a968===_0x468504;},_0x4b9175['ueZhK']=_0x38fbd3(0x11f),_0x4b9175[_0x38fbd3(0x271)]=_0x38fbd3(0xd8),_0x4b9175[_0x38fbd3(0x20b)]='performScan',_0x4b9175['VViEu']='test_run_id',_0x4b9175[_0x38fbd3(0x1f8)]=_0x38fbd3(0x1f9),_0x4b9175[_0x38fbd3(0x13c)]=_0x38fbd3(0x15d),_0x4b9175[_0x38fbd3(0x1d7)]=_0x38fbd3(0x123);const _0x2209dd=_0x4b9175;if(_0x2209dd[_0x38fbd3(0x1b9)](_0x2a3fee[_0x38fbd3(0x226)],_0x2209dd[_0x38fbd3(0x208)])&&_0x2209dd[_0x38fbd3(0x1b9)](_0x2a3fee[_0x38fbd3(0x226)],_0x2209dd['JnRMJ'])&&_0x2209dd[_0x38fbd3(0x1b9)](_0x2a3fee[_0x38fbd3(0x226)],_0x2209dd[_0x38fbd3(0x1ba)])){logger[_0x38fbd3(0x224)]('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x2a3fee['testFramework']+')');return;}logger[_0x38fbd3(0x224)](_0x38fbd3(0xb8)+(_0x2a3fee[_0x38fbd3(0x181)]||_0x2209dd[_0x38fbd3(0x203)])+_0x38fbd3(0x239)+_0x2a3fee[_0x38fbd3(0x226)]);try{const _0x221975=_0x2a3fee[_0x38fbd3(0x23a)]||AutomationFramework['getTrackedInstance'](),_0x4a6036=TestFramework[_0x38fbd3(0x159)](),_0x331196=_0x2a3fee[_0x38fbd3(0x181)]||_0x2a3fee[_0x38fbd3(0x24d)]?.[_0x38fbd3(0x1c6)]();if(!_0x331196){logger['debug'](_0x2209dd[_0x38fbd3(0x211)]);return;}if(!this[_0x38fbd3(0xbc)]()){logger[_0x38fbd3(0x224)](_0x38fbd3(0x149)+_0x331196);return;}if(!this['shouldScanForCommand'](_0x331196)){logger[_0x38fbd3(0x224)](_0x38fbd3(0x20d)+_0x331196+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x2a1226=_0x2a3fee[_0x38fbd3(0x233)]||global[_0x38fbd3(0x229)]?.[_0x38fbd3(0xff)];if(!_0x2a1226){logger['debug']('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x331196);return;}let _0x1abcd5='',_0x1565c6=null;if(_0x2209dd['IvCDb'](_0x2a3fee['testFramework'],_0x2209dd[_0x38fbd3(0x110)])){_0x1565c6=_0x2a3fee[_0x38fbd3(0x24a)]?.[_0x38fbd3(0x25b)]||_0x2a3fee['testInfo']?.['id']||global[_0x38fbd3(0x214)];if(!_0x1565c6){logger[_0x38fbd3(0x23e)](_0x2209dd['ueZhK']);return;}try{const _0x3bc249=await GrpcClient[_0x38fbd3(0x21a)]()[_0x38fbd3(0x1ec)](process['env'][_0x38fbd3(0x11b)],_0x2209dd[_0x38fbd3(0x271)],_0x2209dd[_0x38fbd3(0x20b)],_0x1565c6),_0x4a937f=AccessibilityModule[_0x38fbd3(0x261)](null,_0x3bc249);_0x1abcd5=_0x4a937f?.[_0x38fbd3(0xaf)]||'',logger['debug'](_0x38fbd3(0xc8)+_0x1abcd5+_0x38fbd3(0xe9)+_0x1565c6);}catch(_0x38cff1){logger[_0x38fbd3(0x1dc)](_0x38fbd3(0xd1)+_0x38cff1[_0x38fbd3(0x1cd)]);return;}}else _0x1abcd5=this[_0x38fbd3(0xe6)](_0x2209dd[_0x38fbd3(0x15b)])||'',!_0x1abcd5&&this[_0x38fbd3(0x1dd)]()&&(_0x1abcd5=accessibilityHelper[_0x38fbd3(0x232)]());const _0x23dbe2=this[_0x38fbd3(0xe6)](_0x2209dd[_0x38fbd3(0x1f8)])||this['accessibilityConfig'][this[_0x38fbd3(0x1b6)]]||null,_0x589f5b=process[_0x38fbd3(0x18c)][_0x38fbd3(0x207)]||'',_0x5f13c9=this[_0x38fbd3(0x154)](_0x331196,_0x1abcd5,_0x23dbe2,_0x589f5b),_0x5afc24=_0x2209dd[_0x38fbd3(0x25f)](_0x2a3fee[_0x38fbd3(0x226)],_0x2209dd[_0x38fbd3(0x110)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x2209dd[_0x38fbd3(0x13c)],_0x1abcd5,_0x1565c6):await AccessibilityModule[_0x38fbd3(0x155)](_0x2209dd[_0x38fbd3(0x13c)],_0x1abcd5);logger[_0x38fbd3(0x1fc)]('ScanArgs:\x20'+(_0x5f13c9?JSON[_0x38fbd3(0x15e)](_0x5f13c9):_0x2209dd[_0x38fbd3(0x1d7)]));const _0x3c620e=CLIUtils[_0x38fbd3(0xc2)](_0x5f13c9,_0x5afc24);logger['info']('MergedScanArgs:\x20'+(_0x3c620e?JSON[_0x38fbd3(0x15e)](_0x3c620e):_0x2209dd[_0x38fbd3(0x1d7)])),logger[_0x38fbd3(0x224)](_0x38fbd3(0x252)+_0x331196);const _0xef8c02=await this['performScanForCli'](_0x2a1226,_0x1abcd5,_0x331196,_0x3c620e,this[_0x38fbd3(0x1bd)]);logger['debug']('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x331196+_0x38fbd3(0xa0)+JSON['stringify'](_0xef8c02));}catch(_0x50aec3){logger[_0x38fbd3(0x1dc)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x50aec3[_0x38fbd3(0xcc)]||_0x50aec3['message']));}}[a105_0x98cb71(0xf9)](){const _0x45750b=a105_0x98cb71;return this[_0x45750b(0xbc)]();}['setShouldScanCurrentTest'](_0x2e89b4){const _0x462f19=a105_0x98cb71,_0xff9547=CLIUtils[_0x462f19(0x272)]();this[_0x462f19(0xd8)][_0x462f19(0xf5)](_0xff9547,_0x2e89b4);}async[a105_0x98cb71(0x220)](_0x3c3985){const _0x575925=a105_0x98cb71,_0x2cd139={};_0x2cd139[_0x575925(0x189)]=_0x575925(0x21f);const _0x2d060a=_0x2cd139;try{const _0x969be8=_0x3c3985[_0x575925(0x23a)]||AutomationFramework['getTrackedInstance'](),_0x1a7bf1=_0x969be8?.[_0x575925(0x13d)]?.()?.[_0x575925(0xa9)]?.(this['KEY_INIT'])||![];if(_0x1a7bf1)return;PerformanceTester['start'](EVENTS[_0x575925(0x18d)]);const _0x2ee247=await GrpcClient[_0x575925(0x21a)]()[_0x575925(0x258)](_0x3c3985);_0x2ee247&&_0x2ee247[_0x575925(0x130)]&&_0x2ee247[_0x575925(0x130)]()&&_0x2ee247['getAccessibility']()[_0x575925(0x153)]()?(await this[_0x575925(0x273)](_0x2ee247,_0x3c3985),_0x969be8?.[_0x575925(0x13d)]&&_0x969be8[_0x575925(0x13d)]()['set'](this[_0x575925(0xb9)],!![]),logger[_0x575925(0x224)](_0x575925(0x193)+(_0x969be8?.[_0x575925(0x156)]?.()||_0x2d060a['VikLv'])+_0x575925(0xde))):logger[_0x575925(0x224)]('[platform\x20-\x20'+(_0x969be8?.[_0x575925(0x156)]?.()||_0x2d060a['VikLv'])+_0x575925(0x1f6)),PerformanceTester[_0x575925(0x231)](EVENTS[_0x575925(0x18d)]);}catch(_0x1f7d24){PerformanceTester[_0x575925(0x231)](EVENTS[_0x575925(0x18d)],![],_0x1f7d24[_0x575925(0x1cd)]),logger[_0x575925(0x1dc)](_0x575925(0xc4)+(_0x1f7d24['stack']||_0x1f7d24[_0x575925(0x1cd)]));}}async['loadAccessibilityConfig'](_0x35db0b,_0x4b7bea){const _0x174945=a105_0x98cb71;await this[_0x174945(0x1b2)](_0x35db0b,_0x4b7bea);const _0x1a0c26=_0x35db0b['getAccessibility']()[_0x174945(0x133)]();if(_0x1a0c26){const _0x50c1b9=_0x35db0b[_0x174945(0x1c3)]&&_0x35db0b['getTesthub']();_0x50c1b9&&(this[_0x174945(0xcb)][this[_0x174945(0x1b6)]]=_0x50c1b9[_0x174945(0xf6)]&&_0x50c1b9[_0x174945(0xf6)]());}}['shouldScanForCommand'](_0x4d105d){const _0x4a2d47=a105_0x98cb71,_0x49ed65={};_0x49ed65['TZSDK']=function(_0x2ca040,_0x4f00c9){return _0x2ca040===_0x4f00c9;};const _0x2a7468=_0x49ed65;try{if(!_0x4d105d)return![];const _0x4d72a5=this[_0x4a2d47(0xcb)]?.[_0x4a2d47(0x11d)]?.['commandsToWrap']?.[_0x4a2d47(0x259)]||[],_0x657c66=_0x4d72a5['some'](_0x181387=>{const _0x5e6d27=_0x4a2d47;return _0x181387[_0x5e6d27(0x244)]&&_0x2a7468[_0x5e6d27(0x17b)](_0x181387[_0x5e6d27(0x244)][_0x5e6d27(0x11c)](),_0x4d105d['toLowerCase']());});return logger[_0x4a2d47(0x224)](_0x4a2d47(0x12a)+_0x4d105d+'\x20->\x20'+_0x657c66+_0x4a2d47(0x13b)+JSON[_0x4a2d47(0x15e)](_0x4d72a5[_0x4a2d47(0x12c)](_0x32269d=>_0x32269d[_0x4a2d47(0x244)]))),_0x657c66;}catch(_0x49a772){return logger[_0x4a2d47(0x224)](_0x4a2d47(0x274)+_0x49a772['message']),![];}}[a105_0x98cb71(0x124)](_0x437299){const _0x5a8ba3=a105_0x98cb71,_0x1b41c7={};_0x1b41c7['ypmHW']=function(_0x40000a,_0x4dc67d){return _0x40000a===_0x4dc67d;},_0x1b41c7['kiyqx']=_0x5a8ba3(0xda),_0x1b41c7[_0x5a8ba3(0x146)]=_0x5a8ba3(0xee);const _0x4d7aba=_0x1b41c7,_0x7ea457=_0x437299[_0x5a8ba3(0x1c7)]&&_0x437299[_0x5a8ba3(0x1c7)]();return _0x7ea457&&_0x4d7aba[_0x5a8ba3(0x245)](typeof _0x7ea457,_0x4d7aba[_0x5a8ba3(0x25c)])&&_0x7ea457[_0x5a8ba3(0x22c)](_0x4d7aba[_0x5a8ba3(0x146)]);}[a105_0x98cb71(0xd6)](_0x242903){const _0x3a80ca=a105_0x98cb71,_0x5ef579={};_0x5ef579[_0x3a80ca(0x275)]=function(_0x22e7b6,_0x2dab62){return _0x22e7b6!==_0x2dab62;},_0x5ef579[_0x3a80ca(0xec)]=_0x3a80ca(0xda),_0x5ef579[_0x3a80ca(0xd2)]=_0x3a80ca(0xd8),_0x5ef579[_0x3a80ca(0xe0)]=_0x3a80ca(0x12f),_0x5ef579[_0x3a80ca(0x142)]=_0x3a80ca(0x16a),_0x5ef579[_0x3a80ca(0x118)]=_0x3a80ca(0xa8);const _0x5b0680=_0x5ef579,_0x1721b7=_0x242903[_0x3a80ca(0x1c7)]&&_0x242903[_0x3a80ca(0x1c7)]();if(!_0x1721b7||_0x5b0680[_0x3a80ca(0x275)](typeof _0x1721b7,_0x5b0680[_0x3a80ca(0xec)]))return![];return _0x1721b7[_0x3a80ca(0x22c)](_0x5b0680[_0x3a80ca(0xd2)])||_0x1721b7['includes'](_0x5b0680[_0x3a80ca(0xe0)])||_0x1721b7[_0x3a80ca(0x22c)](_0x5b0680[_0x3a80ca(0x142)])||_0x1721b7[_0x3a80ca(0x22c)](_0x5b0680[_0x3a80ca(0x118)]);}['isMobileWebSession'](){const _0x3c3cc4=a105_0x98cb71,_0x298d10={'eKEkL':function(_0x14e48a,_0x3f4316){return _0x14e48a===_0x3f4316;},'CFgRl':_0x3c3cc4(0x112),'RWzCQ':function(_0x17c5aa,_0x3fe8a4){return _0x17c5aa(_0x3fe8a4);},'ohUIY':_0x3c3cc4(0x221),'gCsgP':function(_0x5038e6,_0x1ac546){return _0x5038e6(_0x1ac546);},'qGmcT':_0x3c3cc4(0x119),'JvJqO':function(_0x489dfb,_0x1c2de4){return _0x489dfb(_0x1c2de4);},'cHKcJ':_0x3c3cc4(0x120),'HvZqa':function(_0x1a12bc,_0x35a9d7){return _0x1a12bc(_0x35a9d7);},'YDTmS':_0x3c3cc4(0x157)};try{const _0x29a338=this[_0x3c3cc4(0xcb)]?.['options']?.['capabilitiesList']||[],_0x41b871=_0x532d5b=>{const _0x37d7e5=_0x3c3cc4,_0x4c72eb=_0x29a338['find'](_0x553d53=>(typeof _0x553d53['getName']==='function'?_0x553d53['getName']():_0x553d53[_0x37d7e5(0x244)])===_0x532d5b);return _0x4c72eb?_0x298d10['eKEkL'](typeof _0x4c72eb[_0x37d7e5(0x151)],_0x298d10['CFgRl'])?_0x4c72eb['getValue']():_0x4c72eb[_0x37d7e5(0x1a8)]:null;},_0x3499c6=_0x298d10[_0x3c3cc4(0xa2)](_0x41b871,_0x298d10[_0x3c3cc4(0x213)]),_0x4068cd=_0x298d10[_0x3c3cc4(0x21b)](_0x41b871,_0x298d10[_0x3c3cc4(0xae)]),_0x47b427=global[_0x3c3cc4(0x9e)]||_0x3499c6&&_0x298d10['eKEkL'](_0x298d10[_0x3c3cc4(0x201)](String,_0x3499c6)['toLowerCase'](),_0x298d10[_0x3c3cc4(0xd5)])&&_0x4068cd&&_0x298d10[_0x3c3cc4(0x202)](String,_0x4068cd)[_0x3c3cc4(0x11c)]()[_0x3c3cc4(0x22c)](_0x298d10[_0x3c3cc4(0x13a)]);if(!_0x47b427)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x3c3cc4(0x22b)]&&(logger['warn'](accessibilityHelper[_0x3c3cc4(0x17e)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x2d8da3){return logger['debug']('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x2d8da3[_0x3c3cc4(0x1cd)]),![];}}[a105_0x98cb71(0x154)](_0x186aef,_0x138e2e,_0x22de1e,_0x48202d){const _0x310b4a=a105_0x98cb71,_0x14f6d8={};_0x14f6d8[_0x310b4a(0x241)]=function(_0x33095d,_0x4751d5){return _0x33095d||_0x4751d5;},_0x14f6d8[_0x310b4a(0x237)]=function(_0xc73a0b,_0x34bfbb){return _0xc73a0b&&_0x34bfbb;},_0x14f6d8[_0x310b4a(0x206)]=function(_0x27e26f,_0x254971){return _0x27e26f||_0x254971;},_0x14f6d8[_0x310b4a(0xeb)]=function(_0x1a9eb3,_0x2eb977){return _0x1a9eb3||_0x2eb977;},_0x14f6d8[_0x310b4a(0x26a)]=_0x310b4a(0x1a9);const _0x5ce40f=_0x14f6d8;let _0x5ea944=_0x5ce40f[_0x310b4a(0x241)](_0x138e2e,'');const _0x2eeb2c=!this[_0x310b4a(0x1bd)]&&this[_0x310b4a(0x1dd)]();_0x5ce40f[_0x310b4a(0x237)](_0x2eeb2c,!_0x5ea944)&&(_0x5ea944=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x5f14df={'command':_0x186aef,'thTestRunUuid':_0x5ea944,'thBuildUuid':_0x5ce40f[_0x310b4a(0x206)](_0x22de1e,''),'thJwtToken':_0x5ce40f[_0x310b4a(0xeb)](_0x48202d,''),'timestamp':new Date()[_0x310b4a(0x1b7)]()};return _0x2eeb2c&&(_0x5f14df[_0x310b4a(0xe7)]=!![],logger[_0x310b4a(0x224)](_0x5ce40f['EQTiI'])),_0x5f14df;}[a105_0x98cb71(0xf3)](_0x241437){const _0x67faa5=a105_0x98cb71,_0x236c4={};_0x236c4['HJVok']=function(_0x195b1d,_0x5c5581){return _0x195b1d||_0x5c5581;};const _0x4d8086=_0x236c4;try{const _0x52816b=this[_0x67faa5(0xcb)]?.['options']?.[_0x67faa5(0x215)]||[],_0x1eec86=_0x52816b[_0x67faa5(0x1d0)](_0x360446=>_0x360446[_0x67faa5(0x244)]===_0x241437);return _0x4d8086[_0x67faa5(0x1da)](_0x1eec86,null);}catch(_0xd95c3a){return logger[_0x67faa5(0x224)](_0x67faa5(0xd4)+_0x241437+':\x20'+_0xd95c3a['message']),null;}}async['executeScriptByName'](_0x1659cd,_0x3db1c2,_0x21c812=null){const _0x27159c=a105_0x98cb71,_0x26e345={'JpLbC':function(_0x404f1b,_0x2076d6){return _0x404f1b(_0x2076d6);},'YvmwU':_0x27159c(0x180)};try{if(!_0x1659cd)return logger['debug'](_0x27159c(0x1ff)+_0x3db1c2),null;const _0x208c78=this[_0x27159c(0xf3)](_0x3db1c2);if(!_0x208c78||!_0x208c78[_0x27159c(0x24d)])return logger[_0x27159c(0x224)](_0x27159c(0x264)+_0x3db1c2+_0x27159c(0xa3)),null;logger[_0x27159c(0x224)](_0x27159c(0x1a6)+_0x3db1c2+'\x20accessibility\x20script\x20on\x20page');const _0x271b97=_0x26e345[_0x27159c(0x1ef)](require,_0x26e345[_0x27159c(0x10c)]),_0x251b34=_0x21c812?await _0x271b97[_0x27159c(0xef)](_0x1659cd,_0x208c78[_0x27159c(0x24d)],_0x21c812):await _0x271b97[_0x27159c(0xef)](_0x1659cd,_0x208c78[_0x27159c(0x24d)]);return _0x251b34;}catch(_0x43f487){return logger[_0x27159c(0x1dc)](_0x27159c(0x1b5)+_0x3db1c2+':\x20'+(_0x43f487[_0x27159c(0xcc)]||_0x43f487[_0x27159c(0x1cd)])),null;}}async[a105_0x98cb71(0x160)](_0x3b3dc,_0x3230ba,_0x353e5c,_0xbb55a2,_0x1dd8fc,_0x3c0ec5=a105_0x98cb71(0x15d)){const _0x505520=a105_0x98cb71,_0x483224={'cYizT':function(_0x2db7bc,_0x32b11d){return _0x2db7bc===_0x32b11d;},'ZYWDx':_0x505520(0x15d),'KhKeI':function(_0x3bfd40,_0x5e8389){return _0x3bfd40(_0x5e8389);},'DMwYI':_0x505520(0x180)};try{logger['debug']('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x353e5c+_0x505520(0x1e8)+_0x3c0ec5);const _0xe7bd76=this[_0x505520(0xf3)](_0x3c0ec5);if(!_0xe7bd76||!_0xe7bd76['command']){logger[_0x505520(0x224)]('performScanForCli:\x20No\x20'+_0x3c0ec5+_0x505520(0x1f2));return;}if(_0x483224['cYizT'](_0x3c0ec5,_0x483224[_0x505520(0x166)])){const _0x4fbbf4=_0x483224[_0x505520(0xe1)](require,_0x483224['DMwYI']),_0x3e24e7={};_0x3e24e7[_0x505520(0x24d)]=_0x353e5c;const _0xfc1df4=await PerformanceTester[_0x505520(0x238)](PerformanceA11yEvents[_0x505520(0x139)],async()=>{const _0x501e17=_0x505520;return await _0x4fbbf4[_0x501e17(0xef)](_0x3b3dc,_0xe7bd76[_0x501e17(0x24d)],_0xbb55a2);},_0x3e24e7)();return logger[_0x505520(0x1fc)]('Page\x20'+_0x3c0ec5+'\x20result\x20for\x20'+_0x353e5c+':\x20'+util[_0x505520(0x10b)](_0xfc1df4)),_0xfc1df4;}const _0x1a0dbf=_0x483224[_0x505520(0xe1)](require,_0x483224[_0x505520(0x1ca)]),_0x255da6=await PerformanceTester[_0x505520(0x238)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x22bf86=_0x505520;return await _0x1a0dbf[_0x22bf86(0xef)](_0x3b3dc,_0xe7bd76[_0x22bf86(0x24d)],_0xbb55a2);})();return logger[_0x505520(0x1fc)](_0x505520(0x17c)+_0x3c0ec5+_0x505520(0x1ce)+_0x353e5c+':\x20'+util[_0x505520(0x10b)](_0x255da6)),_0x255da6;}catch(_0x4c1a06){logger[_0x505520(0x1dc)](_0x505520(0x1d6)+_0x3c0ec5+':\x20'+(_0x4c1a06[_0x505520(0xcc)]||_0x4c1a06[_0x505520(0x1cd)]));}}async[a105_0x98cb71(0xdb)](_0x5a2553){const _0x4c4679=a105_0x98cb71,_0x33d5b7={'HUDGT':function(_0xb0476b,_0x5814b4){return _0xb0476b(_0x5814b4);},'gzVYf':'../../../helpers/accessibility-automation/helper'};try{const _0xc3f214=_0x33d5b7[_0x4c4679(0x1cb)](require,_0x33d5b7[_0x4c4679(0x167)]);return await _0xc3f214[_0x4c4679(0x24e)](_0x5a2553);}catch(_0x34dc76){return logger[_0x4c4679(0x1dc)](_0x4c4679(0x114)+(_0x34dc76['stack']||_0x34dc76[_0x4c4679(0x1cd)])),![];}}[a105_0x98cb71(0x1b4)](_0xec9e9a,_0x3e7e22,_0x11d723){const _0x57dadf=a105_0x98cb71,_0x1bfb66={'ZvOhE':function(_0x32a804,_0x294544){return _0x32a804(_0x294544);},'ykUpq':'../../playwright/accessibility-helper','kjjDV':'\x22browserstack.user\x22:\x22[REDACTED]\x22','dRpTe':_0x57dadf(0x20f)};try{const _0xad4212=_0x1bfb66['ZvOhE'](require,_0x1bfb66[_0x57dadf(0x10e)]);_0xad4212[_0x57dadf(0x1b4)](_0xec9e9a,_0x3e7e22,_0x11d723);const _0x57e990=JSON[_0x57dadf(0x15e)](_0xec9e9a)[_0x57dadf(0x1c4)](/"browserstack\.user":"[^"]*"/g,_0x1bfb66[_0x57dadf(0x222)])[_0x57dadf(0x1c4)](/"browserstack\.key":"[^"]*"/g,_0x1bfb66[_0x57dadf(0x1a4)]);logger['debug'](_0x57dadf(0xdd)+global['accessibilityPlatform']+'\x20'+_0x57e990);}catch(_0x1fb986){logger[_0x57dadf(0x1dc)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x1fb986[_0x57dadf(0xcc)]||_0x1fb986[_0x57dadf(0x1cd)]));}}async['getAccessibilityResults'](_0x4af5ed){const _0x12126f=a105_0x98cb71,_0x31f379={};_0x31f379[_0x12126f(0x14c)]=_0x12126f(0x23c),_0x31f379[_0x12126f(0x12b)]=function(_0x26c07e,_0x453d42){return _0x26c07e>_0x453d42;},_0x31f379['jQLnD']=function(_0x3b11e1,_0x30fd72){return _0x3b11e1>_0x30fd72;},_0x31f379['DdoYm']=_0x12126f(0x16a);const _0x44b2fd=_0x31f379;try{if(!this[_0x12126f(0xbc)]())return logger[_0x12126f(0x23e)](_0x44b2fd[_0x12126f(0x14c)]),[];const _0x457c71=this[_0x12126f(0x1dd)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x12126f(0x232)]()}:{};_0x44b2fd['Rjvsw'](Object[_0x12126f(0x1e3)](_0x457c71)[_0x12126f(0x192)],0x0)&&logger['debug']('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x12126f(0x15e)](_0x457c71));const _0x3b50ac=_0x44b2fd[_0x12126f(0x18a)](Object[_0x12126f(0x1e3)](_0x457c71)[_0x12126f(0x192)],0x0)?await this[_0x12126f(0x1d5)](_0x4af5ed,_0x44b2fd['DdoYm'],_0x457c71):await this[_0x12126f(0x1d5)](_0x4af5ed,_0x44b2fd['DdoYm']);return _0x3b50ac||[];}catch(_0x23ac5e){return logger[_0x12126f(0x1dc)](_0x12126f(0x175)+(_0x23ac5e[_0x12126f(0xcc)]||_0x23ac5e[_0x12126f(0x1cd)])),[];}}async[a105_0x98cb71(0x234)](_0x2d8f68){const _0x7e7bd6=a105_0x98cb71,_0x3659e6={'AkVkz':_0x7e7bd6(0x15d),'zCATZ':_0x7e7bd6(0x147),'SpFEw':_0x7e7bd6(0x1ad),'yOhgj':function(_0x2a5cef,_0x234415){return _0x2a5cef(_0x234415);},'mQGqq':'../cliUtils','qpxRC':function(_0x221fa1,_0x336c1c){return _0x221fa1===_0x336c1c;},'mzrRL':_0x7e7bd6(0x1f4),'uywfe':_0x7e7bd6(0x204),'bRuhv':_0x7e7bd6(0xd8),'qtRsB':'testhub_build_uuid','tZbhB':_0x7e7bd6(0x234),'fDTKS':_0x7e7bd6(0xe2),'TwDEC':'Performing\x20scan\x20before\x20getting\x20results\x20summary','wsoSi':'No\x20summaryResults\x20found.'};try{if(!this[_0x7e7bd6(0xbc)]())return logger[_0x7e7bd6(0x23e)](_0x3659e6[_0x7e7bd6(0x17f)]),{};const _0x48f8fe=_0x3659e6[_0x7e7bd6(0x250)](require,_0x3659e6['mQGqq']),_0x3ba435=_0x48f8fe[_0x7e7bd6(0x1b3)](),_0x5bef11=_0x3659e6[_0x7e7bd6(0x115)](_0x3ba435?.[_0x7e7bd6(0x244)]?.[_0x7e7bd6(0x11c)](),_0x3659e6['mzrRL']);let _0x1d12c9='',_0xf5df0e=null,_0x402384=null;if(_0x5bef11){_0xf5df0e=global[_0x7e7bd6(0x214)]||global[_0x7e7bd6(0x229)]?.[_0x7e7bd6(0x1f7)]?.[_0x7e7bd6(0x25b)]||global[_0x7e7bd6(0x229)]?.['currentTest']?.['id'];if(!_0xf5df0e)return logger[_0x7e7bd6(0x23e)](_0x3659e6['uywfe']),{};try{const _0x3ff43d=await GrpcClient[_0x7e7bd6(0x21a)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x7e7bd6(0x11b)],_0x3659e6['bRuhv'],_0x3659e6[_0x7e7bd6(0x1b0)],_0xf5df0e),_0x389ec1=AccessibilityModule[_0x7e7bd6(0x261)](null,_0x3ff43d);_0x1d12c9=_0x389ec1?.['thTestRunUuid']||'',logger[_0x7e7bd6(0x224)](_0x7e7bd6(0x20c)+_0x1d12c9+_0x7e7bd6(0xe9)+_0xf5df0e);const _0x9f8821=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x3659e6[_0x7e7bd6(0x1b0)],_0x1d12c9,_0xf5df0e),_0x4fca97=this['getCapabilityValue'](_0x3659e6['qtRsB'])||this[_0x7e7bd6(0xcb)][this[_0x7e7bd6(0x1b6)]]||null,_0x21c461=process[_0x7e7bd6(0x18c)][_0x7e7bd6(0x207)]||'',_0xc4551a=this['getParamsForScanForCli'](_0x3659e6[_0x7e7bd6(0xf8)],_0x1d12c9,_0x4fca97,_0x21c461);_0x402384=_0x48f8fe[_0x7e7bd6(0xc2)](_0xc4551a,_0x9f8821),logger['debug'](_0x7e7bd6(0x186)+JSON[_0x7e7bd6(0x15e)](_0x402384));}catch(_0xaec39b){return logger['error']('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0xaec39b[_0x7e7bd6(0x1cd)]),{};}}else{_0x1d12c9=this[_0x7e7bd6(0xe6)](_0x3659e6['fDTKS'])||'';!_0x1d12c9&&this[_0x7e7bd6(0x1dd)]()&&(_0x1d12c9=accessibilityHelper[_0x7e7bd6(0x232)]());const _0x4c252b=this[_0x7e7bd6(0xe6)](_0x3659e6['qtRsB'])||this[_0x7e7bd6(0xcb)][this[_0x7e7bd6(0x1b6)]]||null,_0x11205e=process[_0x7e7bd6(0x18c)][_0x7e7bd6(0x207)]||'';_0x402384=this[_0x7e7bd6(0x154)](_0x3659e6[_0x7e7bd6(0xf8)],_0x1d12c9,_0x4c252b,_0x11205e);}logger[_0x7e7bd6(0x224)](_0x3659e6[_0x7e7bd6(0xfd)]),await PerformanceTester[_0x7e7bd6(0x238)](PerformanceA11yEvents[_0x7e7bd6(0x139)],async()=>{const _0x190576=_0x7e7bd6,_0x240793=await this[_0x190576(0x1d5)](_0x2d8f68,_0x3659e6[_0x190576(0x14d)],_0x402384);logger[_0x190576(0x224)](_0x190576(0xa4)+util[_0x190576(0x10b)](_0x240793));},{'command':_0x3659e6[_0x7e7bd6(0xf8)]})();const _0x2d1688=await PerformanceTester[_0x7e7bd6(0x238)](PerformanceA11yEvents[_0x7e7bd6(0x1aa)],async()=>{const _0x260983=_0x7e7bd6;return await this[_0x260983(0x1d5)](_0x2d8f68,_0x3659e6[_0x260983(0x1b0)],_0x402384);})();if(!_0x2d1688)return logger[_0x7e7bd6(0x224)](_0x3659e6['wsoSi']),{};return _0x2d1688;}catch(_0x3d8011){return logger['error'](_0x7e7bd6(0xdc)+(_0x3d8011['stack']||_0x3d8011[_0x7e7bd6(0x1cd)])),{};}}async[a105_0x98cb71(0x105)](_0x5bd11d,_0x1fd0eb,_0x4e5b46=null){const _0x5daa18=a105_0x98cb71,_0x2d5f70={};_0x2d5f70['Cueif']=_0x5daa18(0x176),_0x2d5f70[_0x5daa18(0xbd)]=_0x5daa18(0xc7),_0x2d5f70[_0x5daa18(0x18f)]=_0x5daa18(0x1df);const _0x194c38=_0x2d5f70;try{if(!_0x5bd11d)return logger[_0x5daa18(0x224)](_0x194c38[_0x5daa18(0x16b)]),null;if(!_0x1fd0eb)return logger[_0x5daa18(0x224)](_0x194c38[_0x5daa18(0xbd)]),null;logger[_0x5daa18(0x224)](_0x194c38[_0x5daa18(0x18f)]);const _0x201c9f=_0x4e5b46?await _0x5bd11d['evaluate'](_0x1fd0eb,_0x4e5b46):await _0x5bd11d['evaluate'](_0x1fd0eb);return _0x201c9f;}catch(_0x5d5ac3){return logger['error'](_0x5daa18(0x143)+(_0x5d5ac3['stack']||_0x5d5ac3[_0x5daa18(0x1cd)])),null;}}static[a105_0x98cb71(0x261)](_0x210e20,_0x27a518){const _0xab5282=a105_0x98cb71,_0x182830={};_0x182830[_0xab5282(0xa6)]=_0xab5282(0x21c);const _0x14c9db=_0x182830,_0x45e802={};_0x45e802['thTestRunUuid']=_0x210e20;const _0x414862=_0x45e802;let _0x29b048={};if(_0x27a518[_0xab5282(0x153)]()&&_0x27a518[_0xab5282(0x140)]())try{_0x29b048=JSON[_0xab5282(0x26e)](new Buffer(_0x27a518[_0xab5282(0x129)]())[_0xab5282(0x127)](_0x14c9db[_0xab5282(0xa6)]));}catch(_0x473c72){logger[_0xab5282(0x1dc)](_0xab5282(0xc6)+_0x473c72['message']),_0x29b048={};}return CLIUtils[_0xab5282(0xc2)](_0x414862,_0x29b048);}static async[a105_0x98cb71(0x155)](_0x1f495b,_0x3535cc='',_0x2c1bba=null){const _0x4dd078=a105_0x98cb71,_0x27a1ae={};_0x27a1ae[_0x4dd078(0xb0)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x27a1ae['ZHwhX']=_0x4dd078(0xd8);const _0x22e789=_0x27a1ae;try{if(!_0x2c1bba&&AccessibilityModule[_0x4dd078(0x1f0)])return AccessibilityModule[_0x4dd078(0x1e9)];if(!process[_0x4dd078(0x18c)][_0x4dd078(0x11b)])return logger['error'](_0x22e789[_0x4dd078(0xb0)]),{};const _0x2f478e=await GrpcClient['getInstance']()[_0x4dd078(0x1ec)](process[_0x4dd078(0x18c)][_0x4dd078(0x11b)],_0x22e789['ZHwhX'],_0x1f495b,_0x2c1bba),_0x2f4fda=_0x2c1bba?AccessibilityModule[_0x4dd078(0x261)](null,_0x2f478e)?.[_0x4dd078(0xaf)]||_0x3535cc:_0x3535cc,_0x45f8f2=AccessibilityModule['loadDriverExecuteParams'](_0x2f4fda,_0x2f478e);return!_0x2c1bba&&(AccessibilityModule[_0x4dd078(0x1e9)]=_0x45f8f2,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x45f8f2;}catch(_0x1be552){return logger[_0x4dd078(0x1dc)](_0x4dd078(0x15c)+_0x1f495b+':\x20'+(_0x1be552[_0x4dd078(0xcc)]||_0x1be552[_0x4dd078(0x1cd)])),{};}}};module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- const a106_0x310423=a106_0x2932;(function(_0x370128,_0x2db051){const _0x5f39cc=a106_0x2932,_0x3f8d67=_0x370128();while(!![]){try{const _0x440afb=parseInt(_0x5f39cc(0x170))/0x1+parseInt(_0x5f39cc(0x177))/0x2+-parseInt(_0x5f39cc(0x16e))/0x3+-parseInt(_0x5f39cc(0x161))/0x4+parseInt(_0x5f39cc(0x15f))/0x5*(-parseInt(_0x5f39cc(0x166))/0x6)+-parseInt(_0x5f39cc(0x178))/0x7+parseInt(_0x5f39cc(0x16f))/0x8*(parseInt(_0x5f39cc(0x180))/0x9);if(_0x440afb===_0x2db051)break;else _0x3f8d67['push'](_0x3f8d67['shift']());}catch(_0x57a8d8){_0x3f8d67['push'](_0x3f8d67['shift']());}}}(a106_0x3e9c,0x5bab8));function a106_0x3e9c(){const _0x3afd9b=['36222PJYarV','client','testFrameworkData','xEMFd','BTxjr','../../../helpers/logger.js','kXGyQ','ensureBinSession','301332uVhECr','8HlZFwy','57624YhqqpN','BaseModule','object','OUumT','split','getModuleName','_test','919476nlNoxY','2700467BWwrQt','testCaseStartedId','../../../helpers/test-observability/constants.js','setTestFrameworkData','zSPLg',',\x20platformIndex=','binSessionId','platformIndex','13637691qorNqp','name','exports','getTestId','testFramework','znizv','testInfo','testId','skBKa','465qkXZtb','CUCUMBER','2438060dIkyPO','Configured\x20module\x20','config','vJIaX','version'];a106_0x3e9c=function(){return _0x3afd9b;};return a106_0x3e9c();}const logger=require(a106_0x310423(0x16b))['winstonLogger'],{FRAMEWORKS}=require(a106_0x310423(0x17a));class BaseModule{constructor(_0x33f0fb=null){const _0x1ee32c=a106_0x310423,_0x46f3ff={};_0x46f3ff[_0x1ee32c(0x16c)]='4|1|0|5|2|3',_0x46f3ff[_0x1ee32c(0x164)]=_0x1ee32c(0x171);const _0x40f316=_0x46f3ff,_0x441277=_0x40f316[_0x1ee32c(0x16c)][_0x1ee32c(0x174)]('|');let _0x487346=0x0;while(!![]){switch(_0x441277[_0x487346++]){case'0':this[_0x1ee32c(0x17f)]=0x0;continue;case'1':this['binSessionId']=null;continue;case'2':this[_0x1ee32c(0x167)]=null;continue;case'3':this[_0x1ee32c(0x168)]=this[_0x1ee32c(0x17b)](_0x33f0fb);continue;case'4':this[_0x1ee32c(0x181)]=_0x40f316[_0x1ee32c(0x164)];continue;case'5':this['config']={};continue;}break;}}[a106_0x310423(0x16d)](){const _0x11bd26=a106_0x310423,_0x14c030={};_0x14c030[_0x11bd26(0x173)]='Missing\x20binSessionId';const _0x34f77f=_0x14c030;if(!this[_0x11bd26(0x17e)])throw new Error(_0x34f77f[_0x11bd26(0x173)]);}[a106_0x310423(0x175)](){const _0x2c51a7=a106_0x310423;return this[_0x2c51a7(0x181)];}['configure'](_0x4157b1,_0x207671,_0x10d09b,_0x5b1849={}){const _0x258a0e=a106_0x310423,_0x5ae3e0={};_0x5ae3e0[_0x258a0e(0x15e)]='1|4|0|2|3';const _0x5c5a32=_0x5ae3e0,_0x11e45e=_0x5c5a32['skBKa'][_0x258a0e(0x174)]('|');let _0xf2d8d7=0x0;while(!![]){switch(_0x11e45e[_0xf2d8d7++]){case'0':this[_0x258a0e(0x167)]=_0x10d09b;continue;case'1':this[_0x258a0e(0x17e)]=_0x4157b1;continue;case'2':this[_0x258a0e(0x163)]=_0x5b1849;continue;case'3':logger['debug'](_0x258a0e(0x162)+this['getModuleName']()+'\x20with\x20binSessionId='+_0x4157b1+_0x258a0e(0x17d)+_0x207671);continue;case'4':this['platformIndex']=_0x207671;continue;}break;}}[a106_0x310423(0x183)](_0x15f6d5){const _0x55ee44=a106_0x310423,_0xf62ae2={};_0xf62ae2['zSPLg']=function(_0xb7d5fc,_0x2b5c59){return _0xb7d5fc===_0x2b5c59;},_0xf62ae2[_0x55ee44(0x16a)]=function(_0x576517,_0x17b47a){return _0x576517===_0x17b47a;};const _0x803de5=_0xf62ae2;let _0x4d208f='';if(_0x803de5['zSPLg'](_0x15f6d5[_0x55ee44(0x184)],FRAMEWORKS['PLAYWRIGHT']))_0x4d208f=_0x15f6d5[_0x55ee44(0x15c)]?.[_0x55ee44(0x176)]?.['id']||_0x15f6d5[_0x55ee44(0x15c)]?.[_0x55ee44(0x15d)];else{if(_0x803de5[_0x55ee44(0x17c)](_0x15f6d5[_0x55ee44(0x184)],FRAMEWORKS[_0x55ee44(0x160)]))_0x4d208f=_0x15f6d5[_0x55ee44(0x15c)]?.[_0x55ee44(0x179)];else _0x803de5[_0x55ee44(0x16a)](_0x15f6d5['testFramework'],FRAMEWORKS['JEST'])&&(_0x4d208f=_0x15f6d5[_0x55ee44(0x15c)]?.['id']);}return _0x4d208f;}['setTestFrameworkData'](_0x5ba31f){const _0x55a90d=a106_0x310423,_0x4bb94b={};_0x4bb94b[_0x55a90d(0x169)]=function(_0x276e14,_0x4527d3){return _0x276e14!==_0x4527d3;},_0x4bb94b[_0x55a90d(0x15b)]=_0x55a90d(0x172);const _0x4a58e7=_0x4bb94b;if(!_0x5ba31f||_0x4a58e7[_0x55a90d(0x169)](typeof _0x5ba31f,_0x4a58e7[_0x55a90d(0x15b)]))return null;const _0x51c54a={};_0x51c54a[_0x55a90d(0x181)]=_0x5ba31f[_0x55a90d(0x181)],_0x51c54a['version']=_0x5ba31f[_0x55a90d(0x165)]&&_0x5ba31f[_0x55a90d(0x165)][_0x5ba31f['name']];const _0x3af20a=_0x51c54a;return _0x3af20a;}}function a106_0x2932(_0x3f8f81,_0x7eb4e2){const _0x3e9cc1=a106_0x3e9c();return a106_0x2932=function(_0x293221,_0x30089d){_0x293221=_0x293221-0x15b;let _0x360c6b=_0x3e9cc1[_0x293221];return _0x360c6b;},a106_0x2932(_0x3f8f81,_0x7eb4e2);}module[a106_0x310423(0x182)]=BaseModule;
1
+ const a106_0x5580a4=a106_0x20a8;function a106_0x20a8(_0x3e5b83,_0x9383e0){const _0x5ea1cd=a106_0x5ea1();return a106_0x20a8=function(_0x20a833,_0x1eb9ba){_0x20a833=_0x20a833-0xfb;let _0x165e19=_0x5ea1cd[_0x20a833];return _0x165e19;},a106_0x20a8(_0x3e5b83,_0x9383e0);}(function(_0x4377b8,_0xb87e17){const _0x21b6d1=a106_0x20a8,_0x1deaaf=_0x4377b8();while(!![]){try{const _0xce84a2=-parseInt(_0x21b6d1(0x10b))/0x1+-parseInt(_0x21b6d1(0x120))/0x2*(parseInt(_0x21b6d1(0xfd))/0x3)+-parseInt(_0x21b6d1(0x10c))/0x4*(-parseInt(_0x21b6d1(0x102))/0x5)+-parseInt(_0x21b6d1(0x111))/0x6*(parseInt(_0x21b6d1(0x11e))/0x7)+-parseInt(_0x21b6d1(0x118))/0x8*(parseInt(_0x21b6d1(0x114))/0x9)+parseInt(_0x21b6d1(0x122))/0xa+parseInt(_0x21b6d1(0x107))/0xb;if(_0xce84a2===_0xb87e17)break;else _0x1deaaf['push'](_0x1deaaf['shift']());}catch(_0x5e459e){_0x1deaaf['push'](_0x1deaaf['shift']());}}}(a106_0x5ea1,0x79cac));const logger=require('../../../helpers/logger.js')[a106_0x5580a4(0xff)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x454e82=null){const _0x3e1076=a106_0x5580a4,_0x1fc387={};_0x1fc387[_0x3e1076(0x117)]=_0x3e1076(0xfe),_0x1fc387[_0x3e1076(0xfc)]=_0x3e1076(0x125);const _0x3958cf=_0x1fc387,_0x340d78=_0x3958cf[_0x3e1076(0x117)][_0x3e1076(0x124)]('|');let _0x124ec0=0x0;while(!![]){switch(_0x340d78[_0x124ec0++]){case'0':this[_0x3e1076(0x103)]={};continue;case'1':this[_0x3e1076(0x11d)]=null;continue;case'2':this[_0x3e1076(0x100)]=this['setTestFrameworkData'](_0x454e82);continue;case'3':this['client']=null;continue;case'4':this[_0x3e1076(0x10d)]=_0x3958cf[_0x3e1076(0xfc)];continue;case'5':this[_0x3e1076(0x12c)]=0x0;continue;}break;}}[a106_0x5580a4(0x112)](){const _0x3f3170=a106_0x5580a4,_0x4766f4={};_0x4766f4['XkPQG']=_0x3f3170(0x105);const _0x5cd2fb=_0x4766f4;if(!this[_0x3f3170(0x11d)])throw new Error(_0x5cd2fb[_0x3f3170(0x119)]);}[a106_0x5580a4(0x11a)](){const _0x286561=a106_0x5580a4;return this[_0x286561(0x10d)];}[a106_0x5580a4(0x129)](_0x3bf034,_0x905dc5,_0x562d5d,_0x4bfcc3={}){const _0x4bd40d=a106_0x5580a4,_0x44bc71={};_0x44bc71[_0x4bd40d(0x12b)]=_0x4bd40d(0x128);const _0x5a8814=_0x44bc71,_0x464c5d=_0x5a8814[_0x4bd40d(0x12b)][_0x4bd40d(0x124)]('|');let _0x1a693f=0x0;while(!![]){switch(_0x464c5d[_0x1a693f++]){case'0':this[_0x4bd40d(0x103)]=_0x4bfcc3;continue;case'1':this[_0x4bd40d(0x121)]=_0x562d5d;continue;case'2':this[_0x4bd40d(0x11d)]=_0x3bf034;continue;case'3':logger[_0x4bd40d(0x12a)](_0x4bd40d(0x106)+this[_0x4bd40d(0x11a)]()+_0x4bd40d(0xfb)+_0x3bf034+_0x4bd40d(0x113)+_0x905dc5);continue;case'4':this[_0x4bd40d(0x12c)]=_0x905dc5;continue;}break;}}['getTestId'](_0x302b93){const _0x8bc4a4=a106_0x5580a4,_0x407b46={};_0x407b46[_0x8bc4a4(0x11f)]=function(_0xb2b949,_0x3e5daf){return _0xb2b949===_0x3e5daf;},_0x407b46['lyhom']=function(_0x3db4b8,_0x69a3ef){return _0x3db4b8===_0x69a3ef;},_0x407b46[_0x8bc4a4(0x101)]=function(_0x5c5d1c,_0xbef11){return _0x5c5d1c===_0xbef11;};const _0x25e188=_0x407b46;let _0x59ff4e='';if(_0x25e188[_0x8bc4a4(0x11f)](_0x302b93[_0x8bc4a4(0x108)],FRAMEWORKS[_0x8bc4a4(0x123)]))_0x59ff4e=_0x302b93[_0x8bc4a4(0x116)]?.[_0x8bc4a4(0x12d)]?.['id']||_0x302b93[_0x8bc4a4(0x116)]?.[_0x8bc4a4(0x11b)];else{if(_0x25e188[_0x8bc4a4(0x11c)](_0x302b93[_0x8bc4a4(0x108)],FRAMEWORKS[_0x8bc4a4(0x115)]))_0x59ff4e=_0x302b93[_0x8bc4a4(0x116)]?.[_0x8bc4a4(0x110)];else _0x25e188['dnuCF'](_0x302b93['testFramework'],FRAMEWORKS[_0x8bc4a4(0x127)])&&(_0x59ff4e=_0x302b93[_0x8bc4a4(0x116)]?.['id']);}return _0x59ff4e;}[a106_0x5580a4(0x104)](_0x2fe72c){const _0x448cf9=a106_0x5580a4,_0x93904d={};_0x93904d[_0x448cf9(0x10f)]=function(_0x14a958,_0x4d5228){return _0x14a958!==_0x4d5228;},_0x93904d[_0x448cf9(0x126)]=_0x448cf9(0x10e);const _0x2c485e=_0x93904d;if(!_0x2fe72c||_0x2c485e[_0x448cf9(0x10f)](typeof _0x2fe72c,_0x2c485e['kUCxw']))return null;const _0x4bcb5b={};_0x4bcb5b[_0x448cf9(0x10d)]=_0x2fe72c[_0x448cf9(0x10d)],_0x4bcb5b[_0x448cf9(0x109)]=_0x2fe72c['version']&&_0x2fe72c['version'][_0x2fe72c['name']];const _0x3ce38a=_0x4bcb5b;return _0x3ce38a;}}function a106_0x5ea1(){const _0x5abbcf=['_test','\x20with\x20binSessionId=','wjAJq','27288XnoXSk','4|1|5|0|3|2','winstonLogger','testFrameworkData','dnuCF','5iOSuZO','config','setTestFrameworkData','Missing\x20binSessionId','Configured\x20module\x20','24305919MOQcqh','testFramework','version','exports','956525CyCNEt','1085720jIxMri','name','object','JroNA','testCaseStartedId','6foasze','ensureBinSession',',\x20platformIndex=','7839PWsAvV','CUCUMBER','testInfo','cWzYI','6168AWxOJv','XkPQG','getModuleName','testId','lyhom','binSessionId','1199681RfrjlG','ktSKd','106BYmafZ','client','2993380AyUGUw','PLAYWRIGHT','split','BaseModule','kUCxw','JEST','2|4|1|0|3','configure','debug','bYNQx','platformIndex'];a106_0x5ea1=function(){return _0x5abbcf;};return a106_0x5ea1();}module[a106_0x5580a4(0x10a)]=BaseModule;
@@ -1 +1 @@
1
- function a107_0x31cd(){const _0x5dd0b0=['toLowerCase','jYgLr','toString','message','setLTSSessionId\x20error:\x20','pejue','BROWSERSTACK_LTS_SESSION_ID\x20cleared','exports','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','yeolC','7hhWLgT','71084aTFNwc','browserstackAutomation','true','undefined','ttyCD','BROWSERSTACK_LTS_SESSION_ID','hjHwS','CGbOn','676034GmBuFC','../../../helpers/helper.js','warn','15nYtVIo','JYaAv','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','getLTSSessionId','5751880OXBFWx','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','OucFJ','dsxKQ','setLTSSessionId','63vKRdIU','QMfoK','2112150HizVbY','326912EfCjJM','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','JhlEi','byPjX','GTlWl','cDEGJ','debug','1294146YQymnb','ebdTG','tOTft','isLTSSession','overrideLoadTesting','UPdOK','env','3888060zfDCIn','false','string'];a107_0x31cd=function(){return _0x5dd0b0;};return a107_0x31cd();}function a107_0x42ba(_0x5832e7,_0x1bb96c){const _0x31cd5e=a107_0x31cd();return a107_0x42ba=function(_0x42badd,_0x4c43f5){_0x42badd=_0x42badd-0x1c6;let _0x1b6464=_0x31cd5e[_0x42badd];return _0x1b6464;},a107_0x42ba(_0x5832e7,_0x1bb96c);}const a107_0x18dbf3=a107_0x42ba;(function(_0x1b035a,_0x5297a0){const _0x5a263d=a107_0x42ba,_0x378514=_0x1b035a();while(!![]){try{const _0x1154ce=parseInt(_0x5a263d(0x1f0))/0x1+parseInt(_0x5a263d(0x1e8))/0x2*(parseInt(_0x5a263d(0x1f3))/0x3)+-parseInt(_0x5a263d(0x1cc))/0x4+-parseInt(_0x5a263d(0x1da))/0x5+-parseInt(_0x5a263d(0x1d3))/0x6*(parseInt(_0x5a263d(0x1e7))/0x7)+-parseInt(_0x5a263d(0x1f7))/0x8+-parseInt(_0x5a263d(0x1c9))/0x9*(-parseInt(_0x5a263d(0x1cb))/0xa);if(_0x1154ce===_0x5297a0)break;else _0x378514['push'](_0x378514['shift']());}catch(_0x52b6b5){_0x378514['push'](_0x378514['shift']());}}}(a107_0x31cd,0x83679));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger('LoadTestModule'),{sendToEDS}=require(a107_0x18dbf3(0x1f1)),isLTSSession=(_0xc0b9f7=null)=>{const _0x3194df=a107_0x18dbf3,_0x56f72b={};_0x56f72b[_0x3194df(0x1f4)]=function(_0x288a67,_0x60471d){return _0x288a67!==_0x60471d;},_0x56f72b['JhlEi']=_0x3194df(0x1eb),_0x56f72b[_0x3194df(0x1ef)]=function(_0x922d05,_0x484117){return _0x922d05===_0x484117;},_0x56f72b[_0x3194df(0x1d8)]=_0x3194df(0x1dc),_0x56f72b[_0x3194df(0x1ca)]=_0x3194df(0x1ea),_0x56f72b[_0x3194df(0x1c7)]=function(_0x1028a2,_0x291139){return _0x1028a2===_0x291139;},_0x56f72b[_0x3194df(0x1ec)]=_0x3194df(0x1db);const _0x543a4f=_0x56f72b;try{if(_0x543a4f[_0x3194df(0x1f4)](typeof process['env']['overrideLoadTesting'],_0x543a4f[_0x3194df(0x1ce)])){const _0x39c5c2=process[_0x3194df(0x1d9)]['overrideLoadTesting'];return _0x543a4f[_0x3194df(0x1ef)](typeof _0x39c5c2,_0x543a4f['UPdOK'])?_0x543a4f[_0x3194df(0x1ef)](_0x39c5c2['toLowerCase'](),_0x543a4f[_0x3194df(0x1ca)]):!!_0x39c5c2;}const _0x511c6c=_0xc0b9f7&&_0xc0b9f7[_0x3194df(0x1d7)],_0x5d933c=!!(_0xc0b9f7&&(_0x543a4f[_0x3194df(0x1c7)](_0xc0b9f7[_0x3194df(0x1e9)],!![])||_0x543a4f['CGbOn'](_0xc0b9f7[_0x3194df(0x1e9)],_0x543a4f[_0x3194df(0x1ca)]))),_0x1d7dfd=!!(_0x511c6c&&_0x543a4f[_0x3194df(0x1c7)](_0x511c6c[_0x3194df(0x1df)]()[_0x3194df(0x1dd)](),_0x543a4f[_0x3194df(0x1ca)])&&!_0x5d933c);return process['env']['overrideLoadTesting']=_0x1d7dfd?_0x543a4f[_0x3194df(0x1ca)]:_0x543a4f['ttyCD'],_0x1d7dfd;}catch(_0x47fd8f){return process[_0x3194df(0x1d9)]['overrideLoadTesting']=_0x543a4f[_0x3194df(0x1ec)],![];}},getLTSSessionId=()=>{const _0x358339=a107_0x18dbf3,_0x713ebb={'OucFJ':function(_0x35476d){return _0x35476d();},'pejue':_0x358339(0x1cd),'jYgLr':_0x358339(0x1f5)};try{if(_0x713ebb[_0x358339(0x1c6)](isLTSSession))return logger[_0x358339(0x1d2)](_0x713ebb[_0x358339(0x1e2)]),process[_0x358339(0x1d9)][_0x358339(0x1ed)]||'';}catch(_0x20f2a8){logger['error'](_0x358339(0x1e5)+(_0x20f2a8&&_0x20f2a8[_0x358339(0x1e0)]));}return logger[_0x358339(0x1d2)](_0x713ebb[_0x358339(0x1de)]),'';},setLTSSessionId=async(_0x249c60={})=>{const _0x493056=a107_0x18dbf3,_0xcb6f6={'hjHwS':function(_0x50bb11){return _0x50bb11();},'ebdTG':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','cDEGJ':_0x493056(0x1e3),'yeolC':'LTS','byPjX':function(_0x4d8bf7,_0x33f783){return _0x4d8bf7(_0x33f783);},'tOTft':function(_0x3cd4c6,_0x171e3b,_0x3f0620){return _0x3cd4c6(_0x171e3b,_0x3f0620);},'GTlWl':function(_0x53f08d,_0x1ddbfb){return _0x53f08d||_0x1ddbfb;}};try{const _0xb1dee1=_0xcb6f6[_0x493056(0x1ee)](getLTSSessionId);_0xb1dee1?(process[_0x493056(0x1d9)][_0x493056(0x1ed)]=_0xb1dee1,logger[_0x493056(0x1d2)](_0xcb6f6[_0x493056(0x1d4)])):(delete process['env'][_0x493056(0x1ed)],logger[_0x493056(0x1d2)](_0xcb6f6[_0x493056(0x1d1)]));try{const _0x536a65={'feature':_0xcb6f6[_0x493056(0x1e6)],'ltsEnabled':_0xcb6f6[_0x493056(0x1cf)](isLTSSession,_0x249c60),'ltsSessionIdPresent':!!_0xb1dee1};await _0xcb6f6[_0x493056(0x1d5)](sendToEDS,_0x536a65,_0x249c60);}catch(_0x5b25e9){logger[_0x493056(0x1f2)](_0x493056(0x1f8)+(_0x5b25e9&&_0x5b25e9['message']));}return _0xcb6f6[_0x493056(0x1d0)](_0xb1dee1,'');}catch(_0x12a0a5){return logger[_0x493056(0x1d2)](_0x493056(0x1e1)+(_0x12a0a5&&_0x12a0a5[_0x493056(0x1e0)])),'';}},a107_0x37048d={};a107_0x37048d[a107_0x18dbf3(0x1d6)]=isLTSSession,a107_0x37048d[a107_0x18dbf3(0x1f6)]=getLTSSessionId,a107_0x37048d[a107_0x18dbf3(0x1c8)]=setLTSSessionId,module[a107_0x18dbf3(0x1e4)]=a107_0x37048d;
1
+ function a107_0x5c5e(_0x5f1e56,_0x77d1a5){const _0x3b0e0e=a107_0x3b0e();return a107_0x5c5e=function(_0x5c5ea6,_0x27f04c){_0x5c5ea6=_0x5c5ea6-0x99;let _0xc020b4=_0x3b0e0e[_0x5c5ea6];return _0xc020b4;},a107_0x5c5e(_0x5f1e56,_0x77d1a5);}const a107_0x2a5e60=a107_0x5c5e;(function(_0x1c58a8,_0x162505){const _0x410752=a107_0x5c5e,_0x3b6bea=_0x1c58a8();while(!![]){try{const _0x5125f0=-parseInt(_0x410752(0xc2))/0x1*(parseInt(_0x410752(0xbd))/0x2)+-parseInt(_0x410752(0xc6))/0x3+-parseInt(_0x410752(0xb4))/0x4+parseInt(_0x410752(0xbe))/0x5+-parseInt(_0x410752(0xc1))/0x6*(-parseInt(_0x410752(0xba))/0x7)+-parseInt(_0x410752(0xa3))/0x8+parseInt(_0x410752(0xa4))/0x9;if(_0x5125f0===_0x162505)break;else _0x3b6bea['push'](_0x3b6bea['shift']());}catch(_0x4460f7){_0x3b6bea['push'](_0x3b6bea['shift']());}}}(a107_0x3b0e,0x234b3));const {createClassLogger}=require(a107_0x2a5e60(0xa9)),logger=createClassLogger(a107_0x2a5e60(0xaf)),{sendToEDS}=require('../../../helpers/helper.js'),isLTSSession=(_0x296a54=null)=>{const _0x201844=a107_0x2a5e60,_0x8af544={};_0x8af544[_0x201844(0xb0)]=function(_0x5deddd,_0x386ace){return _0x5deddd!==_0x386ace;},_0x8af544[_0x201844(0xbc)]=_0x201844(0xb9),_0x8af544[_0x201844(0xaa)]=function(_0xbf1cc8,_0x1c7726){return _0xbf1cc8===_0x1c7726;},_0x8af544[_0x201844(0xa1)]=_0x201844(0x99),_0x8af544[_0x201844(0xc0)]=function(_0x402898,_0x1d9dcc){return _0x402898===_0x1d9dcc;},_0x8af544[_0x201844(0xb1)]=_0x201844(0xb3),_0x8af544['gvwdq']=function(_0x39157a,_0x54c569){return _0x39157a===_0x54c569;},_0x8af544['BezBe']='false';const _0x241f90=_0x8af544;try{if(_0x241f90[_0x201844(0xb0)](typeof process[_0x201844(0xac)][_0x201844(0xa0)],_0x241f90['WzkEB'])){const _0x3139c4=process[_0x201844(0xac)][_0x201844(0xa0)];return _0x241f90[_0x201844(0xaa)](typeof _0x3139c4,_0x241f90[_0x201844(0xa1)])?_0x241f90[_0x201844(0xc0)](_0x3139c4[_0x201844(0xb5)](),_0x241f90[_0x201844(0xb1)]):!!_0x3139c4;}const _0x24bc43=_0x296a54&&_0x296a54[_0x201844(0xa0)],_0x31c963=!!(_0x296a54&&(_0x241f90[_0x201844(0xc0)](_0x296a54['browserstackAutomation'],!![])||_0x241f90[_0x201844(0xc0)](_0x296a54['browserstackAutomation'],_0x241f90['koSWM']))),_0x553294=!!(_0x24bc43&&_0x241f90[_0x201844(0xbb)](_0x24bc43[_0x201844(0xad)]()[_0x201844(0xb5)](),_0x241f90['koSWM'])&&!_0x31c963);return process['env'][_0x201844(0xa0)]=_0x553294?_0x241f90['koSWM']:_0x241f90['BezBe'],_0x553294;}catch(_0x473ef6){return process['env'][_0x201844(0xa0)]=_0x241f90[_0x201844(0xa5)],![];}},getLTSSessionId=()=>{const _0xd3aee3=a107_0x2a5e60,_0xbba552={'pXnEF':function(_0x2ae32b){return _0x2ae32b();},'AmFrN':_0xd3aee3(0xa8),'HXYac':_0xd3aee3(0xc3)};try{if(_0xbba552[_0xd3aee3(0x9a)](isLTSSession))return logger[_0xd3aee3(0xa7)](_0xbba552['AmFrN']),process['env'][_0xd3aee3(0x9c)]||'';}catch(_0xad8b7e){logger[_0xd3aee3(0xb8)](_0xd3aee3(0xb2)+(_0xad8b7e&&_0xad8b7e[_0xd3aee3(0x9e)]));}return logger['debug'](_0xbba552['HXYac']),'';},setLTSSessionId=async(_0xe73c7f={})=>{const _0x472f4e=a107_0x2a5e60,_0x1755db={'scjOP':function(_0x3f7eb2){return _0x3f7eb2();},'QmzwU':_0x472f4e(0x9f),'KsvGv':_0x472f4e(0xb6),'FFBaE':_0x472f4e(0x9b),'ohedP':function(_0x26c27b,_0x42c488){return _0x26c27b(_0x42c488);},'qKKRK':function(_0x216a9c,_0x375286,_0x1d09c8){return _0x216a9c(_0x375286,_0x1d09c8);},'WVEct':function(_0x3cb52f,_0x589f34){return _0x3cb52f||_0x589f34;}};try{const _0x3b017b=_0x1755db[_0x472f4e(0xa2)](getLTSSessionId);_0x3b017b?(process['env'][_0x472f4e(0x9c)]=_0x3b017b,logger['debug'](_0x1755db[_0x472f4e(0xc5)])):(delete process[_0x472f4e(0xac)][_0x472f4e(0x9c)],logger[_0x472f4e(0xa7)](_0x1755db['KsvGv']));try{const _0x5059ef={'feature':_0x1755db[_0x472f4e(0xae)],'ltsEnabled':_0x1755db[_0x472f4e(0xc7)](isLTSSession,_0xe73c7f),'ltsSessionIdPresent':!!_0x3b017b};await _0x1755db[_0x472f4e(0x9d)](sendToEDS,_0x5059ef,_0xe73c7f);}catch(_0x123ad2){logger[_0x472f4e(0xab)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x123ad2&&_0x123ad2[_0x472f4e(0x9e)]));}return _0x1755db[_0x472f4e(0xbf)](_0x3b017b,'');}catch(_0x490087){return logger[_0x472f4e(0xa7)](_0x472f4e(0xc4)+(_0x490087&&_0x490087[_0x472f4e(0x9e)])),'';}},a107_0x123e50={};function a107_0x3b0e(){const _0x2af8fa=['BROWSERSTACK_LTS_SESSION_ID\x20cleared','exports','error','undefined','2338maIOjj','gvwdq','WzkEB','121486iWNKVC','888425zXebnJ','WVEct','KwiWv','1806HTUPBL','1pFtDsS','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','setLTSSessionId\x20error:\x20','QmzwU','544509vRVVHS','ohedP','isLTSSession','string','pXnEF','LTS','BROWSERSTACK_LTS_SESSION_ID','qKKRK','message','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','overrideLoadTesting','ZImaj','scjOP','1409712IQDkfn','3647997OHZuFp','BezBe','setLTSSessionId','debug','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','../../../helpers/classLogger.js','dqpAO','warn','env','toString','FFBaE','LoadTestModule','jtarm','koSWM','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','true','482116UCZHRE','toLowerCase'];a107_0x3b0e=function(){return _0x2af8fa;};return a107_0x3b0e();}a107_0x123e50[a107_0x2a5e60(0xc8)]=isLTSSession,a107_0x123e50['getLTSSessionId']=getLTSSessionId,a107_0x123e50[a107_0x2a5e60(0xa6)]=setLTSSessionId,module[a107_0x2a5e60(0xb7)]=a107_0x123e50;
@@ -1 +1 @@
1
- const a108_0x4bb029=a108_0x4088;(function(_0x2648fa,_0x59d11b){const _0x3e4401=a108_0x4088,_0x1ead98=_0x2648fa();while(!![]){try{const _0x34a32d=-parseInt(_0x3e4401(0x164))/0x1+parseInt(_0x3e4401(0x150))/0x2*(parseInt(_0x3e4401(0x171))/0x3)+-parseInt(_0x3e4401(0x170))/0x4+-parseInt(_0x3e4401(0x153))/0x5*(parseInt(_0x3e4401(0x16d))/0x6)+-parseInt(_0x3e4401(0x15d))/0x7*(-parseInt(_0x3e4401(0x167))/0x8)+-parseInt(_0x3e4401(0x160))/0x9*(parseInt(_0x3e4401(0x146))/0xa)+-parseInt(_0x3e4401(0x145))/0xb*(-parseInt(_0x3e4401(0x157))/0xc);if(_0x34a32d===_0x59d11b)break;else _0x1ead98['push'](_0x1ead98['shift']());}catch(_0x23b32a){_0x1ead98['push'](_0x1ead98['shift']());}}}(a108_0x2ad7,0x77a61));function a108_0x2ad7(){const _0x1e1cf1=['126VtaycT','CREATE','getModuleName','1731788fehYAj','9CYZykj','fuoRD','2596WACGgi','2425420xDcSxp','../../../helpers/helper.js','exports','now','TEST_REPORTING_ANALYTICS','observabilityConfig','onBeforeTest','../../../helpers/performance/constants.js','MODULE_NAME','logger','570604sJilRk','ObservabilityModule','page','23945BDpVWk','BOSwN','bind','end','48612kSXdeZ','GNiYr','../state/automationFrameworkState.js','etJow','registerObserver','../framework/automationFramework.js','7MCjNsu','../state/hookState.js','../../utils/constants.js','18ZZelnK','onBeforeTest:\x20','../../../helpers/performance/performance-tester.js','name','443122kAAGcI','onBeforeTest:\x20page\x20is\x20not\x20defined','eUcrT','1118888KqFBgI','ObservabilitySync:','debug','SYNC','aXGvV','../../../helpers/classLogger.js'];a108_0x2ad7=function(){return _0x1e1cf1;};return a108_0x2ad7();}function a108_0x4088(_0x5b18c2,_0x163749){const _0x2ad7b9=a108_0x2ad7();return a108_0x4088=function(_0x4088a3,_0x123151){_0x4088a3=_0x4088a3-0x145;let _0x2657bf=_0x2ad7b9[_0x4088a3];return _0x2657bf;},a108_0x4088(_0x5b18c2,_0x163749);}const BaseModule=require('./baseModule'),{createClassLogger}=require(a108_0x4bb029(0x16c)),AutomationFramework=require(a108_0x4bb029(0x15c)),AutomationFrameworkState=require(a108_0x4bb029(0x159)),HookState=require(a108_0x4bb029(0x15e)),{playwrightAnnotate}=require(a108_0x4bb029(0x147)),PerformanceTester=require(a108_0x4bb029(0x162)),{O11y_EVENTS}=require(a108_0x4bb029(0x14d)),constants=require(a108_0x4bb029(0x15f));class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x34396a){const _0x41f5b9=a108_0x4bb029,_0x13c09d={};_0x13c09d[_0x41f5b9(0x15a)]=_0x41f5b9(0x151);const _0x43f80b=_0x13c09d;super(),this[_0x41f5b9(0x163)]=_0x43f80b[_0x41f5b9(0x15a)],this[_0x41f5b9(0x14b)]=_0x34396a,AutomationFramework[_0x41f5b9(0x15b)](AutomationFrameworkState[_0x41f5b9(0x16e)],HookState['POST'],this[_0x41f5b9(0x14c)][_0x41f5b9(0x155)](this));}[a108_0x4bb029(0x16f)](){const _0x1fafca=a108_0x4bb029;return ObservabilityModule[_0x1fafca(0x14e)];}async[a108_0x4bb029(0x14c)](_0x52333f){const _0x28a675=a108_0x4bb029,_0x2fd41f={'GNiYr':function(_0x62f006,_0x5bbbd4){return _0x62f006+_0x5bbbd4;},'BOSwN':_0x28a675(0x168),'aXGvV':function(_0x3274b8,_0x4a5f57,_0x183955,_0x32a910){return _0x3274b8(_0x4a5f57,_0x183955,_0x32a910);},'eUcrT':_0x28a675(0x169),'fuoRD':_0x28a675(0x165)};if(_0x52333f['page']){const _0xb851a2=_0x52333f[_0x28a675(0x152)],_0x2b99d2=Date[_0x28a675(0x149)](),_0xa99b90=_0x2fd41f[_0x28a675(0x158)](_0x2fd41f[_0x28a675(0x154)],_0x2b99d2);PerformanceTester['start'](O11y_EVENTS[_0x28a675(0x16a)]),await _0x2fd41f[_0x28a675(0x16b)](playwrightAnnotate,_0xb851a2,_0xa99b90,_0x2fd41f[_0x28a675(0x166)]),PerformanceTester[_0x28a675(0x156)](O11y_EVENTS[_0x28a675(0x16a)]),this['logger']['info'](_0x28a675(0x161)+constants[_0x28a675(0x14a)]+'\x20sync\x20done');}else this[_0x28a675(0x14f)][_0x28a675(0x169)](_0x2fd41f[_0x28a675(0x172)]);}}ObservabilityModule[a108_0x4bb029(0x14e)]=a108_0x4bb029(0x151),module[a108_0x4bb029(0x148)]=ObservabilityModule;
1
+ function a108_0x4dec(){const _0x261a7b=['966984BJxJYc','observabilityConfig','start','../state/hookState.js','onBeforeTest:\x20','now','../../utils/constants.js','end','bind','444787XfpMzw','CREATE','\x20sync\x20done','../state/automationFrameworkState.js','../../../helpers/performance/constants.js','../../../helpers/helper.js','onBeforeTest','page','1160tYUEoK','MODULE_NAME','1596957pETOme','TEST_REPORTING_ANALYTICS','1299165OYjGwe','tcVBw','../../../helpers/performance/performance-tester.js','../framework/automationFramework.js','./baseModule','waisv','70398bSScfI','ObservabilitySync:','265RLxZiV','SYNC','POST','getModuleName','600696FxlbPP','logger','84WzqRyw','debug','info','pbmRk','ObservabilityModule','39584gXYaSA'];a108_0x4dec=function(){return _0x261a7b;};return a108_0x4dec();}const a108_0x5e9a3a=a108_0x52b6;function a108_0x52b6(_0x18b869,_0x27dae1){const _0x4dec5d=a108_0x4dec();return a108_0x52b6=function(_0x52b6d8,_0x14ff77){_0x52b6d8=_0x52b6d8-0x18e;let _0x400ba3=_0x4dec5d[_0x52b6d8];return _0x400ba3;},a108_0x52b6(_0x18b869,_0x27dae1);}(function(_0x25977d,_0x13944e){const _0x446960=a108_0x52b6,_0x289624=_0x25977d();while(!![]){try{const _0x5a5f2e=parseInt(_0x446960(0x1a1))/0x1+parseInt(_0x446960(0x1ad))/0x2+parseInt(_0x446960(0x19f))/0x3+parseInt(_0x446960(0x1b4))/0x4*(parseInt(_0x446960(0x1a9))/0x5)+parseInt(_0x446960(0x1af))/0x6*(-parseInt(_0x446960(0x195))/0x7)+-parseInt(_0x446960(0x1b5))/0x8+-parseInt(_0x446960(0x1a7))/0x9*(parseInt(_0x446960(0x19d))/0xa);if(_0x5a5f2e===_0x13944e)break;else _0x289624['push'](_0x289624['shift']());}catch(_0x5a8038){_0x289624['push'](_0x289624['shift']());}}}(a108_0x4dec,0xb44d9));const BaseModule=require(a108_0x5e9a3a(0x1a5)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a108_0x5e9a3a(0x1a4)),AutomationFrameworkState=require(a108_0x5e9a3a(0x198)),HookState=require(a108_0x5e9a3a(0x18f)),{playwrightAnnotate}=require(a108_0x5e9a3a(0x19a)),PerformanceTester=require(a108_0x5e9a3a(0x1a3)),{O11y_EVENTS}=require(a108_0x5e9a3a(0x199)),constants=require(a108_0x5e9a3a(0x192));class ObservabilityModule extends BaseModule{[a108_0x5e9a3a(0x1ae)]=createClassLogger('ObservabilityModule');constructor(_0x575d89){const _0x17a094=a108_0x5e9a3a,_0x18c778={};_0x18c778[_0x17a094(0x1a2)]='ObservabilityModule';const _0x3aa7d8=_0x18c778;super(),this['name']=_0x3aa7d8[_0x17a094(0x1a2)],this[_0x17a094(0x1b6)]=_0x575d89,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x17a094(0x196)],HookState[_0x17a094(0x1ab)],this[_0x17a094(0x19b)][_0x17a094(0x194)](this));}[a108_0x5e9a3a(0x1ac)](){const _0x4d3727=a108_0x5e9a3a;return ObservabilityModule[_0x4d3727(0x19e)];}async[a108_0x5e9a3a(0x19b)](_0x138cff){const _0x4b3afc=a108_0x5e9a3a,_0x3cbc85={'pbmRk':function(_0x4291bd,_0x1ec3a6){return _0x4291bd+_0x1ec3a6;},'gaXGi':_0x4b3afc(0x1a8),'waisv':function(_0x36952b,_0xb3fe9c,_0x4623a1,_0x3bdfe5){return _0x36952b(_0xb3fe9c,_0x4623a1,_0x3bdfe5);},'kiKiZ':_0x4b3afc(0x1b0),'PtURA':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x138cff['page']){const _0x34da53=_0x138cff[_0x4b3afc(0x19c)],_0x22e7e9=Date[_0x4b3afc(0x191)](),_0x4ba4e4=_0x3cbc85[_0x4b3afc(0x1b2)](_0x3cbc85['gaXGi'],_0x22e7e9);PerformanceTester[_0x4b3afc(0x18e)](O11y_EVENTS[_0x4b3afc(0x1aa)]),await _0x3cbc85[_0x4b3afc(0x1a6)](playwrightAnnotate,_0x34da53,_0x4ba4e4,_0x3cbc85['kiKiZ']),PerformanceTester[_0x4b3afc(0x193)](O11y_EVENTS[_0x4b3afc(0x1aa)]),this[_0x4b3afc(0x1ae)][_0x4b3afc(0x1b1)](_0x4b3afc(0x190)+constants[_0x4b3afc(0x1a0)]+_0x4b3afc(0x197));}else this[_0x4b3afc(0x1ae)][_0x4b3afc(0x1b0)](_0x3cbc85['PtURA']);}}ObservabilityModule[a108_0x5e9a3a(0x19e)]=a108_0x5e9a3a(0x1b3),module['exports']=ObservabilityModule;