browserstack-node-sdk 1.58.0 → 1.60.0

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 (217) 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 +3 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/assets/report.html +1 -1
  43. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  44. package/src/bin/codeceptjs/command.js +1 -1
  45. package/src/bin/codeceptjs/helper.js +1 -1
  46. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  47. package/src/bin/cucumber-js/command.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/test-observability.js +1 -1
  51. package/src/bin/cucumber-js/test.setup.js +1 -1
  52. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  53. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  54. package/src/bin/integrations/command.js +1 -1
  55. package/src/bin/integrations/constants.js +1 -1
  56. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  57. package/src/bin/jasmine/command.js +1 -1
  58. package/src/bin/jasmine/test.setup.js +1 -1
  59. package/src/bin/jasmine/testRunMap.js +1 -1
  60. package/src/bin/jest/command.js +1 -1
  61. package/src/bin/jest/customImplements/customCircus.js +1 -1
  62. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  63. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  64. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  65. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  66. package/src/bin/jest/jest.setup.js +1 -1
  67. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  68. package/src/bin/jest/test-observability/helper.js +1 -1
  69. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  70. package/src/bin/jest/test-observability/test-details.js +1 -1
  71. package/src/bin/jest/test.setup.js +1 -1
  72. package/src/bin/jest/test_before.setup.js +1 -1
  73. package/src/bin/launcher/launcher.js +1 -1
  74. package/src/bin/load/index.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/state/automationFrameworkState.js +1 -1
  155. package/src/bin/v2/state/hookState.js +1 -1
  156. package/src/bin/v2/state/testFrameworkState.js +1 -1
  157. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  158. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  159. package/src/bin/v2/utils/jest-utils.js +1 -1
  160. package/src/bin/vanilla-js/command.js +1 -1
  161. package/src/browserStackSdk.js +1 -1
  162. package/src/helpers/BrowserStackSetup.js +1 -1
  163. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  164. package/src/helpers/accessibility-automation/constants.js +1 -1
  165. package/src/helpers/accessibility-automation/helper.js +1 -1
  166. package/src/helpers/accessibility-automation/scripts.js +1 -1
  167. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  168. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/timeoutPromise.js +1 -1
  214. package/src/helpers/utilities.js +1 -1
  215. package/src/helpers/w3cMapping.js +1 -1
  216. package/src/hubAllocationMethods.js +1 -1
  217. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a103_0x475d1a=a103_0x2aad;function a103_0x2aad(_0x2b46de,_0x844034){const _0x3d3465=a103_0x3d34();return a103_0x2aad=function(_0x2aad29,_0x46f9b4){_0x2aad29=_0x2aad29-0x15a;let _0x36d1e6=_0x3d3465[_0x2aad29];return _0x36d1e6;},a103_0x2aad(_0x2b46de,_0x844034);}function a103_0x3d34(){const _0x4499c3=['entries','sha256','5VTXLQs','createContext','updateMultipleEntries','getContext','wwRvl','2574446doMcuS','getAllData','set','141962WgmMEa','worker_threads','1360loqSyD','crypto','bkgJi','rgerI','getRef','2510472PVBEIb','3322552FcfdNS','6091218RgpTXT','getData','addMultipleEntries','pid','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','context','update','keys','get','forEach','119331jtZNwU','data','exports','digest','1264116iVSDlC'];a103_0x3d34=function(){return _0x4499c3;};return a103_0x3d34();}(function(_0x5f43b1,_0x5e983e){const _0x67a2d9=a103_0x2aad,_0x54685c=_0x5f43b1();while(!![]){try{const _0x4f48fc=-parseInt(_0x67a2d9(0x173))/0x1+parseInt(_0x67a2d9(0x17a))/0x2+-parseInt(_0x67a2d9(0x168))/0x3+parseInt(_0x67a2d9(0x17b))/0x4+-parseInt(_0x67a2d9(0x16b))/0x5*(-parseInt(_0x67a2d9(0x15a))/0x6)+parseInt(_0x67a2d9(0x170))/0x7+parseInt(_0x67a2d9(0x175))/0x8*(-parseInt(_0x67a2d9(0x164))/0x9);if(_0x4f48fc===_0x5e983e)break;else _0x54685c['push'](_0x54685c['shift']());}catch(_0x52c456){_0x54685c['push'](_0x54685c['shift']());}}}(a103_0x3d34,0x9f0e3));const TrackedContext=require('./trackedContext'),crypto=require(a103_0x475d1a(0x176)),{threadId}=require(a103_0x475d1a(0x174));class TrackedInstance{static [a103_0x475d1a(0x15e)]='isBrowserstackAutomationSession';constructor(_0x297c13){const _0x5ba7c8=a103_0x475d1a;this[_0x5ba7c8(0x15f)]=_0x297c13,this[_0x5ba7c8(0x165)]=new Map();}[a103_0x475d1a(0x179)](){return this['context']['getId']();}[a103_0x475d1a(0x16e)](){const _0x5f447d=a103_0x475d1a;return this[_0x5f447d(0x15f)];}[a103_0x475d1a(0x171)](){const _0x34f95b=a103_0x475d1a;return this[_0x34f95b(0x165)];}[a103_0x475d1a(0x16d)](_0x5b018b){const _0x1422e5=a103_0x475d1a;Object[_0x1422e5(0x161)](_0x5b018b)[_0x1422e5(0x163)](_0x582ab2=>{const _0x2c8655=_0x1422e5;this[_0x2c8655(0x165)][_0x2c8655(0x172)](_0x582ab2,_0x5b018b[_0x582ab2]);});}[a103_0x475d1a(0x15c)](_0x188030){const _0x31563a=a103_0x475d1a;Object[_0x31563a(0x169)](_0x188030)['forEach'](([_0x54f3fa,_0x1f3d68])=>{const _0x40a243=_0x31563a,_0x5cdac4=this[_0x40a243(0x165)][_0x40a243(0x162)](_0x54f3fa)||{},_0x475f6e={..._0x5cdac4,..._0x1f3d68},_0x31879f=_0x475f6e;this[_0x40a243(0x165)][_0x40a243(0x172)](_0x54f3fa,_0x31879f);});}[a103_0x475d1a(0x15b)](_0x1306a9){const _0x37e325=a103_0x475d1a;return this[_0x37e325(0x165)]['get'](_0x1306a9);}['updateData'](_0x45e938,_0x33fc6b){const _0x3faea6=a103_0x475d1a;this[_0x3faea6(0x165)][_0x3faea6(0x172)](_0x45e938,_0x33fc6b);}static[a103_0x475d1a(0x16c)](_0x1949c7){const _0x5eff4f=a103_0x475d1a,_0x492ac3={};_0x492ac3['wwRvl']=_0x5eff4f(0x16a),_0x492ac3[_0x5eff4f(0x178)]='hex',_0x492ac3[_0x5eff4f(0x177)]=function(_0x540b5a,_0x15285d){return _0x540b5a||_0x15285d;};const _0x414ebd=_0x492ac3;return new TrackedContext(crypto['createHash'](_0x414ebd[_0x5eff4f(0x16f)])[_0x5eff4f(0x160)](_0x1949c7)[_0x5eff4f(0x167)](_0x414ebd['rgerI']),_0x414ebd[_0x5eff4f(0x177)](threadId,0x0),process[_0x5eff4f(0x15d)],typeof _0x1949c7);}}module[a103_0x475d1a(0x166)]=TrackedInstance;
1
+ function a103_0x2e08(_0x4af2d3,_0x15e5cd){const _0x52a622=a103_0x52a6();return a103_0x2e08=function(_0x2e081b,_0x3985b9){_0x2e081b=_0x2e081b-0xab;let _0x45796c=_0x52a622[_0x2e081b];return _0x45796c;},a103_0x2e08(_0x4af2d3,_0x15e5cd);}const a103_0x856511=a103_0x2e08;(function(_0x230d8e,_0x21cb0c){const _0x54dfa9=a103_0x2e08,_0xa90d87=_0x230d8e();while(!![]){try{const _0x29cedb=parseInt(_0x54dfa9(0xc8))/0x1*(parseInt(_0x54dfa9(0xce))/0x2)+-parseInt(_0x54dfa9(0xb9))/0x3*(parseInt(_0x54dfa9(0xcc))/0x4)+-parseInt(_0x54dfa9(0xb8))/0x5+-parseInt(_0x54dfa9(0xba))/0x6+parseInt(_0x54dfa9(0xb7))/0x7*(parseInt(_0x54dfa9(0xb5))/0x8)+parseInt(_0x54dfa9(0xb2))/0x9*(parseInt(_0x54dfa9(0xbb))/0xa)+-parseInt(_0x54dfa9(0xc4))/0xb;if(_0x29cedb===_0x21cb0c)break;else _0xa90d87['push'](_0xa90d87['shift']());}catch(_0x543f89){_0xa90d87['push'](_0xa90d87['shift']());}}}(a103_0x52a6,0x245c0));const TrackedContext=require(a103_0x856511(0xad)),crypto=require(a103_0x856511(0xb3)),{threadId}=require(a103_0x856511(0xc7));class TrackedInstance{static [a103_0x856511(0xc2)]=a103_0x856511(0xc1);constructor(_0x474981){const _0x9c4916=a103_0x856511;this[_0x9c4916(0xb1)]=_0x474981,this[_0x9c4916(0xac)]=new Map();}['getRef'](){const _0x4e39a0=a103_0x856511;return this[_0x4e39a0(0xb1)][_0x4e39a0(0xbe)]();}[a103_0x856511(0xb4)](){return this['context'];}[a103_0x856511(0xb6)](){const _0x18ee41=a103_0x856511;return this[_0x18ee41(0xac)];}['updateMultipleEntries'](_0x33f1e0){const _0x304227=a103_0x856511;Object[_0x304227(0xd0)](_0x33f1e0)[_0x304227(0xcf)](_0x2fad7d=>{const _0xaff4d=_0x304227;this[_0xaff4d(0xac)][_0xaff4d(0xbd)](_0x2fad7d,_0x33f1e0[_0x2fad7d]);});}[a103_0x856511(0xcd)](_0x74239f){const _0x2f720a=a103_0x856511;Object[_0x2f720a(0xbc)](_0x74239f)[_0x2f720a(0xcf)](([_0x452214,_0x5582c5])=>{const _0x3992c0=_0x2f720a,_0x30a675=this[_0x3992c0(0xac)][_0x3992c0(0xae)](_0x452214)||{},_0x95c153={..._0x30a675,..._0x5582c5},_0x18420d=_0x95c153;this[_0x3992c0(0xac)][_0x3992c0(0xbd)](_0x452214,_0x18420d);});}[a103_0x856511(0xc0)](_0x5c8c2f){const _0x4b675d=a103_0x856511;return this[_0x4b675d(0xac)]['get'](_0x5c8c2f);}[a103_0x856511(0xaf)](_0x1d7d28,_0x642fb0){const _0xe42026=a103_0x856511;this['data'][_0xe42026(0xbd)](_0x1d7d28,_0x642fb0);}static[a103_0x856511(0xca)](_0x1ff6b4){const _0x35379e=a103_0x856511,_0x362a23={};_0x362a23[_0x35379e(0xbf)]=_0x35379e(0xc3),_0x362a23['BxaYB']=_0x35379e(0xc6),_0x362a23[_0x35379e(0xcb)]=function(_0x168237,_0x5a03fd){return _0x168237||_0x5a03fd;};const _0x52beaf=_0x362a23;return new TrackedContext(crypto['createHash'](_0x52beaf[_0x35379e(0xbf)])['update'](_0x1ff6b4)[_0x35379e(0xb0)](_0x52beaf[_0x35379e(0xc5)]),_0x52beaf[_0x35379e(0xcb)](threadId,0x0),process[_0x35379e(0xab)],typeof _0x1ff6b4);}}module[a103_0x856511(0xc9)]=TrackedInstance;function a103_0x52a6(){const _0x355c2c=['exports','createContext','cDHwH','44ipSNVE','addMultipleEntries','10AISbuK','forEach','keys','pid','data','./trackedContext','get','updateData','digest','context','17154smvERE','crypto','getContext','16yOUdLs','getAllData','512554GWMfgf','674070GrmmGF','58215xRPRdf','548142fKrdoX','1270AdsKoM','entries','set','getId','unnhN','getData','isBrowserstackAutomationSession','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','sha256','555247cMBhXQ','BxaYB','hex','worker_threads','50105eUVONT'];a103_0x52a6=function(){return _0x355c2c;};return a103_0x52a6();}
@@ -1 +1 @@
1
- const a104_0x539fdf=a104_0x4101;(function(_0x36c325,_0x365adc){const _0x572f30=a104_0x4101,_0x8e2551=_0x36c325();while(!![]){try{const _0x429fce=parseInt(_0x572f30(0x1a1))/0x1+-parseInt(_0x572f30(0x1e8))/0x2+-parseInt(_0x572f30(0x2ba))/0x3*(parseInt(_0x572f30(0x21c))/0x4)+parseInt(_0x572f30(0x187))/0x5*(-parseInt(_0x572f30(0x161))/0x6)+parseInt(_0x572f30(0x280))/0x7*(parseInt(_0x572f30(0x227))/0x8)+parseInt(_0x572f30(0x1a6))/0x9*(parseInt(_0x572f30(0x1cf))/0xa)+-parseInt(_0x572f30(0x2e8))/0xb;if(_0x429fce===_0x365adc)break;else _0x8e2551['push'](_0x8e2551['shift']());}catch(_0xfe52fa){_0x8e2551['push'](_0x8e2551['shift']());}}}(a104_0x3ee3,0x67a72));function a104_0x3ee3(){const _0x5d561f=['pkJHE','Osmqu','Performing\x20scan\x20before\x20from\x20cli','Error\x20getting\x20script\x20by\x20name\x20','applySendMessageToServerPatch','NON_BROWSERSTACK_AUTOMATION_SESSIONS','\x22browserstack.user\x22:\x22[REDACTED]\x22','185486JYnnYJ','BmiAG','getCapabilities','EXECUTE','1|12|8|6|7|14|0|16|4|11|5|9|3|2|13|10|15','pMtPt',',\x20available\x20commands:\x20','IvxRG','test_run_id','measureWrapper','finishScanningForCli','error','faskG',']\x20isEnabledTestcase\x20(jest)\x20result=','GkJfz','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','../../../helpers/performance/constants.js','trim','./baseModule','patchSendMessageToServer','zFOPZ','Performing\x20scan\x20before\x20getting\x20results\x20summary','executeScriptByName',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','fWoPw','onBeforeExecute','parse','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','testhub_build_uuid','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','BROWSERSTACK_TESTHUB_JWT','sMUJY','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','../framework/testFramework','get','TEST_INIT',',\x20includeTags=','SkjSb','_centralAuthConfigFetched','cTPGx','isPlatformSupported:\x20caps\x20are\x20null','getAccessibilityResultsSummary','\x20accessibility\x20script\x20on\x20page','Scan\x20result:\x20','PERFORM_SCAN','version','Error\x20in\x20performPageScan:\x20','testFramework','browser_version','TSMZr','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','4YnWljx','instance','shouldScanCurrentTest','Error\x20in\x20stopTestCapture:\x20','resolveMobileThTestRunUuid','BEKyz','mergeObject','onBeforeTest','yfQSA','ZxauT','has','40872wIWrlY','NNJpD',',\x20excludeTags=','capabilitiesList','kWzSH','wjivX','SfpgP','xGQIY','PFyzo','end','PmRjo','_centralAuthA11yConfig','jest','BnaIO','ZKWvk','getTestId','LDYmZ','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','scannerProcessingTimeout','performScanForCli','browserVersion','YZhnN','AUTOMATION_SESSIONS','ZFaVz','getLogDisabledShown','bmYtz','delete','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','getTrackedInstance','ascii','getPlatformCaps','accessibility','warn','includeTagsInTestingScope','setShouldScan','browser','KEY_INIT','format','onBeforeExecute:\x20No\x20command\x20name\x20provided','WJABI','kkgkF','testAnalyticsId','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','ZwGcw','null','evLSM','getCurrentAccessibilityStatus','FNWnR','TrackedInstance','Unknown\x20Test','Error\x20in\x20shouldScanForCommand:\x20','IAhSZ','toJson','amfSv','gaHWe','getTestDetails','Processed\x20accessibility\x20caps\x20','MergedScanArgs:\x20','QcjJY','uAUss','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher',']\x20onAfterTest\x20should\x20scan=','../../../helpers/accessibility-automation/constants','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','../../../helpers/classLogger','KciSL','BROWSERSTACK_TEST_ACCESSIBILITY_YML','isMobileWebSession','SAVE_RESULTS','getMinVersionForBrowser','../grpcClient','browserstack.accessibilityOptions.scannerProcessingTimeout','Page\x20','sNxOs','replace','exports','map','browserStackEvaluate','tNcDq','name:\x20','join','Error\x20applying\x20sendMessageToServer\x20patch:\x20','on\x20non-BrowserStack\x20infrastructure\x20','dmfsV','getGoogleChromeOptions','currentTest','onBeforeExecute:\x20Command\x20','938RWVWTD','size','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','HRXAj','WVhmL','nFHjf','Context','PRE','dGYkT','keys','some','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','suERW','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',',\x20testName=','Error\x20in\x20processAccessibilityCaps:\x20','requiresChromeOptionsValidation','browserstack.accessibilityOptions.wcagVersion','hkSdJ','find','bkChw','name','qRlyF','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','__jestCurrentTestIdentifier','__workerDetails','wfWav','capabilities','LjekV','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','DaQCM','browserstack.accessibilityOptions.scannerVersion','command','isBrowserSupportedForAccessibility','QDczu','xWLtp',']\x20isEnabledTestcase\x20(cucumber)\x20result=','isAccessibilityAutomationSession','HNLyw','initAccessibilityConfig','getCurrentInstanceName','toObject','--headless=','JbFok','_sendMessageServerPatchApplied','nydaK','eYVET','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','validatePlatformForAccessibility','owzcg','test_tags','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','parseFromProto','length','Ticwu','bind','../cliUtils','679350lWZcdj','rfIuj','getScriptByName','\x20browser\x20version\x20greater\x20than\x20','yAhkM','env','getResults','yXJRz','wpKsP','ZWyfD','split','RsTEq','../../../helpers/accessibility-automation/helper','kDrFV','onAfterTest','saveResults','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','../../../helpers/performance/performance-tester.js','page','scan','tmAaH','thTestRunUuid','afterTestHook','bxyjw','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','uGdxh','registerObserver','QUIT','getParamsForScanForCli','shouldScanForCommand:\x20','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','../framework/constants/testFrameworkConstants.js','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','getAccessibilityConfig','options','updateData','DxjGB','getAccessibility','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','VObxT','CnjeQ','getValue','dzLKi','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','OMxdQ','2061862hqRgpx','QykEW','message','oSSJJ','ofYoV','Lkmoi','getTestUUID',',\x20\x0a\x20','MOBILE_SCANNING_DISABLED_WARNING','onBeforeExecute:\x20command=','platformName','\x20->\x20','commandName','\x20testHubUuid=','platformCaps','MtXdw','KEY_TEST_NAME','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','BROWSERSTACK_CLI_BIN_SESSION_ID','getCapabilitiesList','function','fNIbS','ZotCX','VElbx','mjNzA','isEnabledTestcase','dbTGw','hGiIO','YTjlj','dFXLI','xdOgK','getResultsSummary','stack','nZroI','lldvJ','NkroC','excludeTagsInTestingScope','gCJgX','dpUUX','Error\x20in\x20getAccessibilityResults:\x20','toISOString','includes','cBSKn','assign','unknown','uYeTv','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','zQBOB','isVersionSupported','wgDbq','getTesthub','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20',',\x20tags=','GZxmG','YQWUz','\x20env=','Error\x20getting\x20capability\x20value\x20for\x20','evaluate','getData','DWCNz','nYIvy','titlePath','setLogDisabledShown',']\x20clear\x20','ccHvb','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','isAccessibilityScriptCommand','_mobileScanningDisabledLogged','getScriptsList','XaPBD',',\x20isAppAccessibility=','oSkrH','\x20from\x20testIdentifier=','util','loadDriverExecuteParams','TyaiJ','RBDzI','performPageScan:\x20Script\x20is\x20null','Exception\x20in\x20isPlatformSupported:\x20','nBPEp','IWoxy','KEY_TESTHUB_BUILD_ID','eSWte','fetchCentralAuthA11yConfig','CREATE','LOG_DISABLED_SHOWN','getContext','toLowerCase','fYgPz','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','KEY_DRIVER_HAS_URL','obPyq','scriptsList','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','cNFGJ','EpbOr','hmVqe','cucumber','\x20a11yToken=','BlHYC','TdxzP','isBrowserstackScriptCommand','getCapabilityValue','__accessibilityOptions','getAccessibilityExecuteParams','getScript','true','shouldScanForCommand','XYsvW','No\x20summaryResults\x20found.','../TestInfo.js',']\x20should\x20run\x20accessibility\x20value=','commandsList','1364394PDYOpy','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','getSuccess','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','goog:chromeOptions','cZJbq','rYWdm','getState','azkvE','CgfTH','CZdOa','browserstack.accessibilityOptions.authToken','yYJHS','executeScriptByName:\x20No\x20','kcubp','aHtiR','chromeOptions','XAJSt','isMobilePlatform','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','[AccessibilityModule]\x20onAfterTest:\x20framework=','accessibilityPlatform','zxiaF','stopTestCapture','launchCaps','HbEJm','DMYOK','LkYTu','isEnabled','FBZMh','isMobileScanningEnabledForGroup','ixHQZ','hhcWp','botHz','getTestFrameworkDetail','wbTVY','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','nMiZI','15YMwZhE','onDST','BS_A11Y_JWT','setAccessibilityToken','\x20result\x20for\x20','value','browserName','klCnI','AFukw','../../utils/playwright-patcher','toString','scannerVersion','qaFEB','lYqGe','dNLAF','getOptions','../../playwright/accessibility-helper','getAccessibilityResults','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','Error\x20executing\x20script\x20','xQRQe','processAccessibilityCaps','accessibilityConfig','getName','WnEGc','dbGTw','401293yasGkx','testcafe','performScanForCli:\x20No\x20','accessibilityToken','skipCDPConnectOverride','949491YSfqji','xDWgh','MSITH','AWdjg','info','PGXQY','set','fetchDriverExecuteParamsEvent','getInstance','SDK_ACCESSIBILITY_CONFIG','pwPage','isAppAccessibility','lrWwo','HmLiu','string','args','WxVJy','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','ZySyP','present','oFGHT','debug','TausY','[platform\x20-\x20','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','getPlatformIndex','PxvXJ','UWSxO','Error\x20checking\x20headless\x20capability:\x20','IRXuG','setAccessibilityConfig','isArray','AWPVi','vGJsV','getBuildId','--headless=new','stringify','android','isPlatformSupported','DIqqc','Error\x20in\x20getAccessibilityResultsSummary:\x20','50TAvEFh','../../../helpers/helper','WnpHt','Accessibility\x20data\x20for\x20extension:\x20','performScan','a11y:save-results',',\x20framework=','PzfPc',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','CeJDz','HaXut','MODULE_NAME','OONcs','getModuleName','testInfo','jbmWn','Executing\x20accessibility\x20script\x20on\x20page','rnlSe'];a104_0x3ee3=function(){return _0x5d561f;};return a104_0x3ee3();}function a104_0x4101(_0x3c853d,_0x4ec481){const _0x3ee330=a104_0x3ee3();return a104_0x4101=function(_0x41012b,_0x8cd133){_0x41012b=_0x41012b-0x132;let _0x17c181=_0x3ee330[_0x41012b];return _0x17c181;},a104_0x4101(_0x3c853d,_0x4ec481);}const BaseModule=require(a104_0x539fdf(0x1fa)),{createClassLogger}=require(a104_0x539fdf(0x269)),CLIUtils=require(a104_0x539fdf(0x2b9)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a104_0x539fdf(0x20a)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require('../state/hookState'),GrpcClient=require(a104_0x539fdf(0x26f)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a104_0x539fdf(0x257)),PerformanceTester=require(a104_0x539fdf(0x2cb)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a104_0x539fdf(0x1f8)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a104_0x539fdf(0x265)),{nestedKeyValue,isUndefined}=require(a104_0x539fdf(0x1d0)),util=require(a104_0x539fdf(0x139)),TestInfo=require(a104_0x539fdf(0x15e)),TestFrameworkConstants=require(a104_0x539fdf(0x2da)),accessibilityHelper=require(a104_0x539fdf(0x2c6));class AccessibilityModule extends BaseModule{static [a104_0x539fdf(0x1da)]=AccessibilityModule[a104_0x539fdf(0x296)];static [a104_0x539fdf(0x20f)]=![];static [a104_0x539fdf(0x232)]={};constructor(_0x1d695b){const _0x1024f1=a104_0x539fdf,_0x918dbd={};_0x918dbd[_0x1024f1(0x186)]=_0x1024f1(0x1ec),_0x918dbd[_0x1024f1(0x323)]=_0x1024f1(0x2d9),_0x918dbd['oSSJJ']='DRIVER_HAS_URL',_0x918dbd[_0x1024f1(0x2d4)]='ACCESSIBILITY_INITIALIZED',_0x918dbd[_0x1024f1(0x2fd)]=_0x1024f1(0x205);const _0xd9b271=_0x918dbd,_0x55ae98=_0xd9b271['nMiZI'][_0x1024f1(0x2c4)]('|');let _0x25c3b3=0x0;while(!![]){switch(_0x55ae98[_0x25c3b3++]){case'0':this[_0x1024f1(0x246)]=new Map();continue;case'1':super();continue;case'2':logger[_0x1024f1(0x1bb)](_0xd9b271[_0x1024f1(0x323)]);continue;case'3':this[_0x1024f1(0x18a)](_0x1d695b[_0x1024f1(0x196)]()[_0x1024f1(0x2fb)]());continue;case'4':this['isAppAccessibility']=![];continue;case'5':this[_0x1024f1(0x2ad)]=![];continue;case'6':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x1024f1(0x2d6)],HookState[_0x1024f1(0x287)],this[_0x1024f1(0x2c8)][_0x1024f1(0x2b8)](this));continue;case'7':this[_0x1024f1(0x17d)]=!![];continue;case'8':AutomationFramework[_0x1024f1(0x2d5)](AutomationFrameworkState[_0x1024f1(0x144)],HookState['POST'],this['onBeforeTest']['bind'](this));continue;case'9':this[_0x1024f1(0x133)]=![];continue;case'10':this[_0x1024f1(0x14a)]=_0xd9b271[_0x1024f1(0x2eb)];continue;case'11':this[_0x1024f1(0x29c)]=[];continue;case'12':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x1024f1(0x1eb)],HookState[_0x1024f1(0x287)],this['onBeforeExecute'][_0x1024f1(0x2b8)](this));continue;case'13':this[_0x1024f1(0x24b)]=_0xd9b271[_0x1024f1(0x2d4)];continue;case'14':this[_0x1024f1(0x19d)]=_0x1d695b[_0x1024f1(0x2aa)]();continue;case'15':this[_0x1024f1(0x141)]=_0xd9b271['fNIbS'];continue;case'16':this[_0x1024f1(0x145)]=new Map();continue;}break;}}['isEnabled'](){const _0x323997=a104_0x539fdf;return this[_0x323997(0x17d)];}[a104_0x539fdf(0x1dc)](){const _0x732f98=a104_0x539fdf;return AccessibilityModule[_0x732f98(0x1da)];}[a104_0x539fdf(0x255)](){const _0x235cc6=a104_0x539fdf;return this[_0x235cc6(0x246)]['get'](CLIUtils[_0x235cc6(0x2a9)](),![]);}[a104_0x539fdf(0x23f)](){const _0xa78066=a104_0x539fdf;return this[_0xa78066(0x145)]['get'](CLIUtils[_0xa78066(0x2a9)](),![]);}[a104_0x539fdf(0x326)](_0x2cae65){const _0x5a0dd3=a104_0x539fdf;this[_0x5a0dd3(0x145)]['set'](CLIUtils[_0x5a0dd3(0x2a9)](),_0x2cae65);}['applySendMessageToServerPatch'](){const _0x262245=a104_0x539fdf,_0xe2b1c7={'zxiaF':_0x262245(0x268),'xdOgK':function(_0x3a9737,_0x5f0b0a){return _0x3a9737(_0x5f0b0a);},'fYgPz':_0x262245(0x190),'zHYkY':_0x262245(0x1be),'DaQCM':_0x262245(0x263)};if(this['_sendMessageServerPatchApplied']){logger[_0x262245(0x1bb)](_0xe2b1c7[_0x262245(0x177)]);return;}try{const _0x21c357=_0xe2b1c7[_0x262245(0x306)](require,_0xe2b1c7[_0x262245(0x148)]);_0x21c357&&_0x21c357['patchSendMessageToServer']?(_0x21c357[_0x262245(0x1fb)](),this[_0x262245(0x2ad)]=!![],logger[_0x262245(0x1bb)](_0xe2b1c7['zHYkY'])):logger[_0x262245(0x1bb)](_0xe2b1c7[_0x262245(0x29f)]);}catch(_0x279317){logger[_0x262245(0x1bb)](_0x262245(0x27a)+util[_0x262245(0x24c)](_0x279317));}}[a104_0x539fdf(0x1cc)](_0xefad41=null,_0x2e59ec=null,_0x1d7e1b=null){const _0x15cefa=a104_0x539fdf,_0x16f98e={'sUwNf':function(_0x501188,_0x590d28){return _0x501188&&_0x590d28;},'fWoPw':_0x15cefa(0x211),'cNFGJ':function(_0x574d14,_0x258b9a){return _0x574d14(_0x258b9a);},'WVhmL':_0x15cefa(0x1d0),'YcjSg':_0x15cefa(0x2ca),'YgSXM':_0x15cefa(0x251),'kcubp':function(_0x10615d,_0x46eed9){return _0x10615d===_0x46eed9;},'LkYTu':'true','dipol':_0x15cefa(0x1b4),'oSkrH':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','lrWwo':_0x15cefa(0x165),'bxyjw':function(_0x5449ca,_0x200460){return _0x5449ca!==_0x200460;},'FNWnR':'latest','NkroC':function(_0x1e845a){return _0x1e845a();},'CeJDz':_0x15cefa(0x27b),'hhcWp':function(_0x46ce41,_0x5e4610){return _0x46ce41-_0x5e4610;},'CnjeQ':function(_0x58ce1f,_0xad243e){return _0x58ce1f!==_0xad243e;},'zFOPZ':function(_0x302b92,_0x51e2f5){return _0x302b92>_0x51e2f5;},'xQRQe':function(_0x1abc45,_0x27622d){return _0x1abc45(_0x27622d);},'TausY':_0x15cefa(0x2f9)};try{if(_0x16f98e['sUwNf'](!_0x2e59ec,!_0x1d7e1b))return logger[_0x15cefa(0x1bb)](_0x16f98e[_0x15cefa(0x200)]),![];const {isUndefined:_0x20d232,isBrowserstackInfra:_0x431003}=_0x16f98e[_0x15cefa(0x14e)](require,_0x16f98e[_0x15cefa(0x284)]);if(!accessibilityHelper[_0x15cefa(0x2a6)]())return logger['debug'](_0x16f98e['YcjSg']),![];const _0x518b3b=_0x2e59ec[_0x15cefa(0x18d)]||_0x2e59ec[_0x15cefa(0x24a)],_0x4e8d1f=_0x2e59ec[_0x15cefa(0x23b)]||_0x2e59ec[_0x15cefa(0x219)];if(!accessibilityHelper[_0x15cefa(0x2a2)](_0x518b3b))return logger[_0x15cefa(0x247)](_0x16f98e['YgSXM']),![];if(accessibilityHelper[_0x15cefa(0x291)](_0x518b3b))try{const _0xef66a3=_0x2e59ec['headless'],_0x3f9422=_0x16f98e[_0x15cefa(0x16f)](_0xef66a3,!![])||_0x16f98e[_0x15cefa(0x16f)](_0xef66a3,_0x16f98e['LkYTu'])||_0x16f98e[_0x15cefa(0x16f)](typeof _0xef66a3,_0x16f98e['dipol'])&&_0x16f98e[_0x15cefa(0x16f)](_0xef66a3[_0x15cefa(0x147)](),_0x16f98e[_0x15cefa(0x17c)]);if(_0x3f9422)return logger[_0x15cefa(0x247)](_0x16f98e[_0x15cefa(0x137)]),![];const _0x184e0b=_0x2e59ec?.[_0x15cefa(0x171)]?.['args']||_0x2e59ec?.[_0x16f98e[_0x15cefa(0x1b2)]]?.[_0x15cefa(0x1b5)]||[];if(Array[_0x15cefa(0x1c5)](_0x184e0b)&&_0x184e0b[_0x15cefa(0x28a)](_0x406c51=>typeof _0x406c51===_0x15cefa(0x1b4)&&(_0x406c51==='--headless'||_0x406c51['startsWith'](_0x15cefa(0x2ab))&&_0x406c51!==_0x15cefa(0x1c9))))return logger[_0x15cefa(0x247)](_0x16f98e[_0x15cefa(0x137)]),![];}catch(_0xe44d75){logger['debug'](_0x15cefa(0x1c2)+util['format'](_0xe44d75));}if(_0x16f98e[_0x15cefa(0x2d1)](_0x4e8d1f,_0x16f98e[_0x15cefa(0x256)])){const _0x3e52d8=_0x16f98e[_0x15cefa(0x30b)](_0x431003),_0x479a5c=accessibilityHelper[_0x15cefa(0x26e)](_0x518b3b,_0x3e52d8),_0x3d9fef=accessibilityHelper['getBrowserDisplayName'](_0x518b3b);if(!accessibilityHelper[_0x15cefa(0x318)](_0x4e8d1f,_0x479a5c)){const _0xd8d145=_0x3e52d8?'':_0x16f98e[_0x15cefa(0x1d8)],_0x150075=Number['isFinite'](_0x16f98e[_0x15cefa(0x14e)](parseFloat,_0x479a5c))?_0x16f98e[_0x15cefa(0x181)](_0x16f98e['cNFGJ'](parseFloat,_0x479a5c),0x1):_0x479a5c;return logger['warn'](_0x15cefa(0x2db)+_0x3d9fef+_0x15cefa(0x2bd)+_0x150075+'\x20'+_0xd8d145+'.'),![];}}else{const _0x3f66d1=_0x2e59ec[_0x15cefa(0x23b)]||_0x2e59ec[_0x15cefa(0x219)]||_0x2e59ec[_0x15cefa(0x216)];if(_0x3f66d1&&_0x16f98e[_0x15cefa(0x2e3)](_0x3f66d1,_0x16f98e['FNWnR'])&&!_0x16f98e[_0x15cefa(0x1fc)](_0x16f98e[_0x15cefa(0x14e)](parseFloat,_0x3f66d1),_0x16f98e[_0x15cefa(0x19b)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x16f98e[_0x15cefa(0x1bc)]),![];}return!![];}catch(_0x395e65){return logger['debug'](_0x15cefa(0x13e)+_0x395e65['message']),![];}}['isEnabledTestcase'](_0x124584=[],_0x4d9d06,_0x403c94=a104_0x539fdf(0x151)){const _0x5d5176=a104_0x539fdf,_0x1e29bf={'SkjSb':function(_0x17f418,_0x4e2efd){return _0x17f418===_0x4e2efd;},'suERW':'jest','letsz':function(_0x590a0a,_0x327d5f){return _0x590a0a||_0x327d5f;},'dbGTw':function(_0x2e1966,_0x4861ec){return _0x2e1966===_0x4861ec;},'jbmWn':function(_0x2af333,_0x3d214f){return _0x2af333&&_0x3d214f;},'ccHvb':_0x5d5176(0x314),'ZKWvk':function(_0x1270b6,_0x3f458){return _0x1270b6===_0x3f458;},'cZJbq':function(_0x4ae37e,_0xcd9395){return _0x4ae37e(_0xcd9395);},'pMtPt':function(_0x4da2b3,_0x457352){return _0x4da2b3>_0x457352;},'joQBx':function(_0x413545,_0xec740e){return _0x413545&&_0xec740e;}};try{const _0x2451f0=process[_0x5d5176(0x2bf)][_0x5d5176(0x2d2)]?JSON[_0x5d5176(0x202)](process[_0x5d5176(0x2bf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x2451f0)return!![];const _0x360652=Array[_0x5d5176(0x1c5)](_0x2451f0[_0x5d5176(0x248)])?_0x2451f0['includeTagsInTestingScope']:[],_0x59d845=Array[_0x5d5176(0x1c5)](_0x2451f0[_0x5d5176(0x30c)])?_0x2451f0[_0x5d5176(0x30c)]:[];if(_0x1e29bf[_0x5d5176(0x20e)](_0x403c94,_0x1e29bf[_0x5d5176(0x28d)])){let _0x4e9811;Array['isArray'](_0x124584)?_0x4e9811=_0x124584[_0x5d5176(0x279)]('\x20'):_0x4e9811=_0x1e29bf['letsz'](_0x124584,'');const _0x47f100=_0x59d845['some'](_0x382b06=>_0x4e9811[_0x5d5176(0x311)](_0x382b06)),_0x5ab9fc=_0x1e29bf[_0x5d5176(0x1a0)](_0x360652[_0x5d5176(0x2b6)],0x0)||_0x360652[_0x5d5176(0x28a)](_0x244117=>_0x4e9811[_0x5d5176(0x311)](_0x244117)),_0x3989bf=_0x1e29bf[_0x5d5176(0x1de)](!_0x47f100,_0x5ab9fc);return logger[_0x5d5176(0x1bb)](_0x5d5176(0x1bd)+(_0x4d9d06?.[_0x5d5176(0x1bf)]?.()||_0x1e29bf[_0x5d5176(0x328)])+_0x5d5176(0x1f5)+_0x3989bf+_0x5d5176(0x28f)+_0x4e9811+_0x5d5176(0x20d)+JSON[_0x5d5176(0x1ca)](_0x360652)+_0x5d5176(0x229)+JSON[_0x5d5176(0x1ca)](_0x59d845)),_0x3989bf;}const _0x45d89c=Array[_0x5d5176(0x1c5)](_0x124584)?_0x124584:[];let _0x423767=![],_0x1bcec8=_0x1e29bf[_0x5d5176(0x235)](_0x360652[_0x5d5176(0x2b6)],0x0);const _0x406306=_0x3e9ed8=>typeof _0x3e9ed8===_0x5d5176(0x1b4)?_0x3e9ed8[_0x5d5176(0x273)](/^@/,'')[_0x5d5176(0x147)]()[_0x5d5176(0x1f9)]():_0x3e9ed8,_0x1fb7a9=new Set(_0x360652[_0x5d5176(0x275)](_0x406306)),_0x4d7018=new Set(_0x59d845[_0x5d5176(0x275)](_0x406306));for(const _0x2aec2f of _0x45d89c){const _0x30a932=_0x1e29bf[_0x5d5176(0x166)](_0x406306,_0x2aec2f);_0x4d7018[_0x5d5176(0x226)](_0x30a932)&&(_0x423767=!![]),_0x1e29bf[_0x5d5176(0x1ed)](_0x1fb7a9[_0x5d5176(0x281)],0x0)&&_0x1fb7a9[_0x5d5176(0x226)](_0x30a932)&&(_0x1bcec8=!![]);}const _0x33adae=_0x1e29bf['joQBx'](_0x1bcec8,!_0x423767);return logger[_0x5d5176(0x1bb)](_0x5d5176(0x1bd)+(_0x4d9d06?.[_0x5d5176(0x1bf)]?.()||_0x1e29bf[_0x5d5176(0x328)])+_0x5d5176(0x2a5)+_0x33adae+_0x5d5176(0x31c)+JSON[_0x5d5176(0x1ca)](_0x45d89c)+_0x5d5176(0x20d)+JSON[_0x5d5176(0x1ca)](_0x360652)+_0x5d5176(0x229)+JSON[_0x5d5176(0x1ca)](_0x59d845)),_0x33adae;}catch(_0x55725c){return logger[_0x5d5176(0x1bb)](_0x5d5176(0x1bd)+(_0x4d9d06?.[_0x5d5176(0x1bf)]?.()||_0x1e29bf[_0x5d5176(0x328)])+_0x5d5176(0x1d7)+_0x55725c[_0x5d5176(0x2ea)]),![];}}async[a104_0x539fdf(0x223)](_0x3a87ac){const _0x765c34=a104_0x539fdf,_0xf806ca={};_0xf806ca[_0x765c34(0x1c1)]=function(_0x3deb3b,_0xa7c3ac){return _0x3deb3b!==_0xa7c3ac;},_0xf806ca[_0x765c34(0x194)]=_0x765c34(0x151),_0xf806ca[_0x765c34(0x25c)]='jest',_0xf806ca['hkSdJ']=function(_0x3cace7,_0x475629){return _0x3cace7!==_0x475629;},_0xf806ca[_0x765c34(0x2af)]=_0x765c34(0x1a2),_0xf806ca[_0x765c34(0x2c1)]=function(_0x3b6dcd,_0x18cd64){return _0x3b6dcd===_0x18cd64;},_0xf806ca[_0x765c34(0x319)]=_0x765c34(0x15a),_0xf806ca['HaXut']=_0x765c34(0x20c),_0xf806ca[_0x765c34(0x27c)]=_0x765c34(0x162),_0xf806ca[_0x765c34(0x1a9)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0xf806ca[_0x765c34(0x1d6)]='DRIVER_INIT',_0xf806ca[_0x765c34(0x1b8)]=function(_0x18fe23,_0xd643fb){return _0x18fe23===_0xd643fb;},_0xf806ca[_0x765c34(0x170)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0xf806ca[_0x765c34(0x2e2)]=function(_0x4a6ba7,_0x15ae98){return _0x4a6ba7===_0x15ae98;},_0xf806ca[_0x765c34(0x1ef)]=_0x765c34(0x258),_0xf806ca[_0x765c34(0x180)]=function(_0x16a358,_0x3e5414){return _0x16a358>_0x3e5414;},_0xf806ca[_0x765c34(0x1f4)]=function(_0x19e381,_0x1f6c5c){return _0x19e381===_0x1f6c5c;},_0xf806ca[_0x765c34(0x30e)]=_0x765c34(0x2fc),_0xf806ca[_0x765c34(0x2fe)]=_0x765c34(0x2b3),_0xf806ca[_0x765c34(0x2ec)]=function(_0x43e5a1,_0x901304){return _0x43e5a1&&_0x901304;},_0xf806ca[_0x765c34(0x1a7)]=_0x765c34(0x314);const _0x850acd=_0xf806ca;if(_0x850acd[_0x765c34(0x1c1)](_0x3a87ac[_0x765c34(0x218)],_0x850acd[_0x765c34(0x194)])&&_0x850acd['UWSxO'](_0x3a87ac[_0x765c34(0x218)],_0x850acd[_0x765c34(0x25c)])&&_0x850acd[_0x765c34(0x293)](_0x3a87ac['testFramework'],_0x850acd[_0x765c34(0x2af)])){logger[_0x765c34(0x1bb)](_0x765c34(0x209)+_0x3a87ac[_0x765c34(0x218)]+')');return;}try{const _0xc7319b=AutomationFramework[_0x765c34(0x243)](),_0x40d6b4=TestFramework[_0x765c34(0x243)](),_0x585f60=_0x3a87ac[_0x765c34(0x2cc)]||global['__workerDetails']?.[_0x765c34(0x1b0)]||null;if(_0x850acd[_0x765c34(0x2c1)](_0x3a87ac[_0x765c34(0x218)],_0x850acd['eYVET'])){const _0x3308b7=_0x3a87ac[_0x765c34(0x2f6)]||_0xc7319b&&_0xc7319b[_0x765c34(0x245)]&&_0xc7319b[_0x765c34(0x245)]()||_0xc7319b&&_0xc7319b[_0x765c34(0x1ea)]&&_0xc7319b[_0x765c34(0x1ea)]()||{},_0x2cf1be=_0x3a87ac[_0x765c34(0x179)]||null,_0x573981=this[_0x765c34(0x1cc)](_0xc7319b,_0x3308b7,_0x2cf1be),_0x2b87b3=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x765c34(0x1ac)](_0x2b87b3,_0x573981);global[_0x765c34(0x286)]?.[_0x765c34(0x146)]&&global[_0x765c34(0x286)][_0x765c34(0x146)]()['setShouldScan'](_0x573981);_0x573981?(global[_0x765c34(0x176)]=!![],process[_0x765c34(0x2bf)][_0x765c34(0x26b)]=_0x850acd['wgDbq']):global[_0x765c34(0x176)]=![];logger[_0x765c34(0x1bb)](_0x765c34(0x164)+_0x573981);return;}if(!_0x585f60){_0x40d6b4&&_0x40d6b4[_0x765c34(0x2de)](_0x850acd[_0x765c34(0x1d9)],!![]);logger[_0x765c34(0x1bb)](_0x850acd[_0x765c34(0x27c)]);return;}logger['debug'](_0x850acd[_0x765c34(0x1a9)]);const _0x241a59=_0x40d6b4?.[_0x765c34(0x322)](_0x850acd[_0x765c34(0x1d6)],![]),_0x1c4281=_0x40d6b4?.[_0x765c34(0x322)](_0x850acd[_0x765c34(0x1d9)],![]);if(_0x850acd[_0x765c34(0x1b8)](_0x241a59,![])&&_0x850acd['ZySyP'](_0x1c4281,![])){_0x40d6b4&&_0x40d6b4[_0x765c34(0x2de)](_0x850acd[_0x765c34(0x1d6)],!![]);logger[_0x765c34(0x1bb)](_0x850acd[_0x765c34(0x170)]);return;}_0x40d6b4&&_0x40d6b4[_0x765c34(0x2de)](_0x850acd[_0x765c34(0x1d9)],!![]);let _0x319b4d,_0x4ee767;const _0x2a243f=_0x3a87ac['testFramework']||_0x850acd[_0x765c34(0x194)];if(_0x850acd[_0x765c34(0x2e2)](_0x2a243f,_0x850acd[_0x765c34(0x25c)])){_0x4ee767=_0x3a87ac['testInfo']?.[_0x765c34(0x250)]||_0x3a87ac[_0x765c34(0x1dd)]?.['id']||global[_0x765c34(0x299)]||global[_0x765c34(0x29a)]?.[_0x765c34(0x27e)]?.[_0x765c34(0x250)]||global[_0x765c34(0x29a)]?.[_0x765c34(0x27e)]?.['id'];const _0x34dbd5=_0x40d6b4?.['getAllData']()?.['get'](_0x4ee767);if(_0x34dbd5&&_0x34dbd5[TestFrameworkConstants['KEY_TEST_NAME']])_0x319b4d=_0x34dbd5[TestFrameworkConstants[_0x765c34(0x2f8)]];else{if(_0x3a87ac[_0x765c34(0x1dd)]?.['titlePath'])_0x319b4d=_0x3a87ac[_0x765c34(0x1dd)][_0x765c34(0x325)];else global[_0x765c34(0x29a)]?.[_0x765c34(0x27e)]?.['testInfo']?.['titlePath']?_0x319b4d=global[_0x765c34(0x29a)][_0x765c34(0x27e)][_0x765c34(0x1dd)][_0x765c34(0x325)]:_0x319b4d=_0x850acd[_0x765c34(0x1ef)];}logger[_0x765c34(0x1bb)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x4ee767+_0x765c34(0x28f)+JSON[_0x765c34(0x1ca)](_0x319b4d));}else{_0x4ee767=this[_0x765c34(0x236)](_0x3a87ac);const _0x3c7e5d=TestInfo[_0x765c34(0x25e)](_0x4ee767);let _0x5b60c9=[];if(_0x3c7e5d&&Array[_0x765c34(0x1c5)](_0x3c7e5d['test_tags'])&&_0x850acd[_0x765c34(0x180)](_0x3c7e5d[_0x765c34(0x2b3)][_0x765c34(0x2b6)],0x0))_0x5b60c9=_0x3c7e5d[_0x765c34(0x2b3)];else{if(_0x40d6b4){const _0x2aa83d=_0x850acd['faskG'](typeof _0x40d6b4[_0x765c34(0x322)],_0x850acd[_0x765c34(0x30e)])?_0x40d6b4[_0x765c34(0x322)](_0x850acd[_0x765c34(0x2fe)],[]):_0x40d6b4[_0x765c34(0x2b3)]||[];Array[_0x765c34(0x1c5)](_0x2aa83d)&&(_0x5b60c9=_0x2aa83d);}}_0x319b4d=_0x5b60c9;}logger['info']('test-tags-->\x20'+JSON[_0x765c34(0x1ca)](_0x319b4d));const _0x304635=this['isPlatformSupported'](_0xc7319b,_0x3a87ac[_0x765c34(0x2f6)],_0x3a87ac[_0x765c34(0x179)]);logger[_0x765c34(0x1bb)](_0x765c34(0x28b)+_0x304635+',\x20isAppAccessibility='+this[_0x765c34(0x1b1)]);const _0x2a98e5=this[_0x765c34(0x301)](_0x319b4d,_0xc7319b,_0x2a243f),_0x7c082a=_0x850acd[_0x765c34(0x2ec)](_0x304635,_0x2a98e5),_0x67dbf2=CLIUtils[_0x765c34(0x2a9)]();this[_0x765c34(0x246)][_0x765c34(0x1ac)](_0x67dbf2,_0x7c082a),global['Context']?.[_0x765c34(0x146)]&&global['Context'][_0x765c34(0x146)]()[_0x765c34(0x249)](_0x7c082a),logger[_0x765c34(0x1bb)](_0x765c34(0x1bd)+(_0xc7319b?.[_0x765c34(0x1bf)]?.()||_0x850acd['xDWgh'])+_0x765c34(0x15f)+_0x7c082a),_0x7c082a?(global['accessibilityPlatform']=!![],process[_0x765c34(0x2bf)][_0x765c34(0x26b)]=_0x850acd[_0x765c34(0x319)],this[_0x765c34(0x1e5)]()):global['accessibilityPlatform']=![];}catch(_0x5815c7){logger['error'](_0x765c34(0x2e1)+(_0x5815c7[_0x765c34(0x308)]||_0x5815c7[_0x765c34(0x2ea)]));const _0x104c87=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x765c34(0x1ac)](_0x104c87,![]),global[_0x765c34(0x176)]=![];}}[a104_0x539fdf(0x27d)](){const _0x201fbe=a104_0x539fdf;return this[_0x201fbe(0x29c)][_0x201fbe(0x294)](_0x5500f6=>_0x5500f6[_0x201fbe(0x19e)]()===_0x201fbe(0x165))?.[_0x201fbe(0x2e4)]()||'';}['getCapabilityValue'](_0x7ad00d){const _0x450bbe=a104_0x539fdf;try{const _0x21482d=this[_0x450bbe(0x19d)]?.[_0x450bbe(0x2dd)]?.[_0x450bbe(0x22a)]||[],_0xdd09de=_0x21482d[_0x450bbe(0x294)](_0x38eb66=>_0x38eb66['name']===_0x7ad00d);return _0xdd09de?_0xdd09de[_0x450bbe(0x18c)]:null;}catch(_0x299d05){return logger[_0x450bbe(0x1bb)](_0x450bbe(0x320)+_0x7ad00d+':\x20'+_0x299d05[_0x450bbe(0x2ea)]),null;}}async[a104_0x539fdf(0x1c4)](_0xc47ce0,_0x2e9999){const _0x89e4f6=a104_0x539fdf,_0x1e77bd=_0xc47ce0['getAccessibility']()[_0x89e4f6(0x196)](),_0x233b9e=_0x1e77bd[_0x89e4f6(0x134)](),_0x58f8bc=_0x1e77bd['getCommandsToWrap']()?.['getCommandsList']();scripts[_0x89e4f6(0x2b5)](_0x233b9e,_0x58f8bc),scripts[_0x89e4f6(0x25b)]();const _0x2ed770=_0x1e77bd[_0x89e4f6(0x2fb)]();this[_0x89e4f6(0x29c)]=_0x1e77bd[_0x89e4f6(0x2fb)](),await this[_0x89e4f6(0x18a)](_0x2ed770,_0x2e9999['launchCaps']);}async[a104_0x539fdf(0x18a)](_0x4e201f,_0x4ec5d0={}){const _0x39347b=a104_0x539fdf,_0x4fb966={'RBDzI':function(_0x378605,_0x248d98){return _0x378605===_0x248d98;},'HmLiu':_0x39347b(0x1a4),'AFukw':_0x39347b(0x16c),'pkJHE':function(_0x421a5a,_0x10ecb9){return _0x421a5a(_0x10ecb9);},'QcjJY':'../../../helpers/accessibility-automation/helper','bmYtz':_0x39347b(0x1d0),'bIXGl':function(_0x191304,_0x29380c){return _0x191304(_0x29380c);},'xGQIY':function(_0xd15e66,_0x1bb12a){return _0xd15e66===_0x1bb12a;},'bvmAH':'wcagVersion','PGXQY':_0x39347b(0x292),'BmiAG':function(_0x499063,_0x21d21c){return _0x499063===_0x21d21c;},'EnCfn':_0x39347b(0x192),'YfiHr':_0x39347b(0x2a0),'EpbOr':_0x39347b(0x239),'QuSTa':_0x39347b(0x270),'DMYOK':function(_0x4ed586,_0x2d7827){return _0x4ed586===_0x2d7827;},'obPyq':_0x39347b(0x17f),'yYJHS':_0x39347b(0x15a)};global[_0x39347b(0x157)]=global['__accessibilityOptions']||{};for(const _0x2d0d0f of _0x4e201f){logger[_0x39347b(0x1aa)](_0x39347b(0x278)+_0x2d0d0f['getName']()+'\x20value='+_0x2d0d0f['getValue']());if(_0x4fb966[_0x39347b(0x13c)](_0x2d0d0f[_0x39347b(0x19e)](),_0x4fb966[_0x39347b(0x1b3)])){const _0x56a2e=_0x2d0d0f[_0x39347b(0x2e4)]();process['env'][_0x39347b(0x189)]=_0x56a2e,global[_0x39347b(0x157)][_0x4fb966[_0x39347b(0x18f)]]=_0x56a2e;const _0x3a4961=_0x4fb966[_0x39347b(0x1e1)](require,_0x4fb966[_0x39347b(0x261)]),{isTrue:_0x51cdcb}=_0x4fb966['pkJHE'](require,_0x4fb966[_0x39347b(0x240)]),_0x47d2ba=_0x3a4961['parseA11yJwtPayload'](_0x56a2e);_0x47d2ba&&_0x4fb966['bIXGl'](_0x51cdcb,_0x47d2ba[_0x39347b(0x1a5)])&&(process[_0x39347b(0x2bf)][_0x39347b(0x2b0)]=!![]);}else{if(_0x4fb966['xGQIY'](_0x2d0d0f[_0x39347b(0x19e)](),_0x4fb966['bvmAH']))global[_0x39347b(0x157)][_0x4fb966[_0x39347b(0x1ab)]]=_0x2d0d0f[_0x39347b(0x2e4)]();else{if(_0x4fb966[_0x39347b(0x1e9)](_0x2d0d0f[_0x39347b(0x19e)](),_0x4fb966['EnCfn']))global[_0x39347b(0x157)][_0x4fb966['YfiHr']]=_0x2d0d0f[_0x39347b(0x2e4)]();else{if(_0x4fb966[_0x39347b(0x22e)](_0x2d0d0f['getName'](),_0x4fb966[_0x39347b(0x14f)]))global[_0x39347b(0x157)][_0x4fb966['QuSTa']]=_0x2d0d0f[_0x39347b(0x2e4)]();else{if(_0x4fb966[_0x39347b(0x17b)](_0x2d0d0f[_0x39347b(0x19e)](),_0x4fb966[_0x39347b(0x14b)])){const _0x26ba37=_0x2d0d0f['getValue']();process[_0x39347b(0x2bf)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x4fb966[_0x39347b(0x1e1)](String,_0x4fb966[_0x39347b(0x22e)](_0x26ba37,!![])||_0x4fb966[_0x39347b(0x13c)](_0x26ba37,_0x4fb966[_0x39347b(0x16d)])),logger[_0x39347b(0x1bb)](_0x39347b(0x282)+_0x26ba37+_0x39347b(0x31f)+process[_0x39347b(0x2bf)][_0x39347b(0x2d3)]);}}}}}}}async[a104_0x539fdf(0x2c8)](_0x52249d){const _0x17b0be=a104_0x539fdf,_0x140e0a={};_0x140e0a[_0x17b0be(0x252)]=function(_0x5b93cf,_0x2007cd){return _0x5b93cf!==_0x2007cd;},_0x140e0a[_0x17b0be(0x315)]=_0x17b0be(0x151),_0x140e0a[_0x17b0be(0x1e0)]=function(_0x3ea310,_0x1cc143){return _0x3ea310!==_0x1cc143;},_0x140e0a[_0x17b0be(0x304)]='jest',_0x140e0a[_0x17b0be(0x283)]=function(_0x38c430,_0xdcfbf3){return _0x38c430!==_0xdcfbf3;},_0x140e0a['azkvE']=_0x17b0be(0x1a2),_0x140e0a['hEzNx']=_0x17b0be(0x314);const _0x1ef638=_0x140e0a;if(_0x1ef638[_0x17b0be(0x252)](_0x52249d['testFramework'],_0x1ef638[_0x17b0be(0x315)])&&_0x1ef638[_0x17b0be(0x1e0)](_0x52249d[_0x17b0be(0x218)],_0x1ef638[_0x17b0be(0x304)])&&_0x1ef638['HRXAj'](_0x52249d[_0x17b0be(0x218)],_0x1ef638[_0x17b0be(0x169)])){logger[_0x17b0be(0x1bb)]('onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x52249d[_0x17b0be(0x218)]+')');return;}const _0x336e85=_0x52249d[_0x17b0be(0x1dd)]?.[_0x17b0be(0x250)]||_0x52249d['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x17b0be(0x1aa)](_0x17b0be(0x175)+_0x52249d[_0x17b0be(0x218)]+',\x20testIdentifier='+_0x336e85);try{const _0x3ac808=_0x52249d['instance']||AutomationFramework[_0x17b0be(0x243)](),_0x12a1bd=CLIUtils['getCurrentInstanceName'](),_0x576f56=this[_0x17b0be(0x255)]();logger[_0x17b0be(0x1bb)](_0x17b0be(0x1bd)+(_0x3ac808?.[_0x17b0be(0x1bf)]?.()||_0x1ef638['hEzNx'])+_0x17b0be(0x264)+_0x576f56),_0x576f56&&await this['stopTestCapture'](_0x3ac808,_0x52249d),this['accessibility'][_0x17b0be(0x241)](_0x12a1bd),this[_0x17b0be(0x145)][_0x17b0be(0x241)](_0x12a1bd);}catch(_0x14cd61){logger[_0x17b0be(0x1f3)](_0x17b0be(0x199)+(_0x14cd61[_0x17b0be(0x308)]||_0x14cd61[_0x17b0be(0x2ea)]));}}async[a104_0x539fdf(0x178)](_0x2f3bfc,_0x15fb12){const _0x62efd5=a104_0x539fdf,_0x2225fa={};_0x2225fa['ZWyfD']=function(_0x4cf8a8,_0x28418a){return _0x4cf8a8===_0x28418a;},_0x2225fa[_0x62efd5(0x234)]=_0x62efd5(0x2fc),_0x2225fa[_0x62efd5(0x150)]=function(_0x23efc1,_0x5850b9){return _0x23efc1===_0x5850b9;},_0x2225fa['qaFEB']=_0x62efd5(0x233),_0x2225fa[_0x62efd5(0x17a)]=_0x62efd5(0x151),_0x2225fa[_0x62efd5(0x208)]=_0x62efd5(0x242),_0x2225fa['uAUss']=_0x62efd5(0x246),_0x2225fa[_0x62efd5(0x13f)]='saveResults',_0x2225fa[_0x62efd5(0x1a8)]=_0x62efd5(0x314),_0x2225fa['VElbx']=_0x62efd5(0x1b9),_0x2225fa['MmpMj']=_0x62efd5(0x253),_0x2225fa['ZxauT']=function(_0x2fa3b3,_0x21535b){return _0x2fa3b3===_0x21535b;},_0x2225fa[_0x62efd5(0x172)]=function(_0x17cfca,_0x485f87){return _0x17cfca||_0x485f87;},_0x2225fa['dbTGw']=function(_0x24e7ad,_0x26858a){return _0x24e7ad||_0x26858a;},_0x2225fa['DxjGB']=_0x62efd5(0x2e6),_0x2225fa[_0x62efd5(0x1cd)]=_0x62efd5(0x23d),_0x2225fa['SfpgP']=_0x62efd5(0x1e6);const _0x111160=_0x2225fa;try{const _0x285c9b=_0x15fb12[_0x62efd5(0x218)]||(_0x111160[_0x62efd5(0x150)](this['testFrameworkData']?.[_0x62efd5(0x296)]?.[_0x62efd5(0x147)](),_0x111160[_0x62efd5(0x193)])?_0x111160[_0x62efd5(0x193)]:_0x111160[_0x62efd5(0x17a)]);let _0x2c2491='',_0x16c986=null,_0x2e7b2d=null;if(_0x111160[_0x62efd5(0x2c3)](_0x285c9b,_0x111160[_0x62efd5(0x193)])){_0x16c986=_0x15fb12['testInfo']?.['testAnalyticsId']||_0x15fb12[_0x62efd5(0x1dd)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x16c986){logger['warn'](_0x111160[_0x62efd5(0x208)]);return;}try{const _0x52fc58=await GrpcClient[_0x62efd5(0x1ae)]()[_0x62efd5(0x1ad)](process[_0x62efd5(0x2bf)][_0x62efd5(0x2fa)],_0x111160[_0x62efd5(0x262)],_0x111160[_0x62efd5(0x13f)],_0x16c986),_0x2c8835=AccessibilityModule[_0x62efd5(0x13a)](null,_0x52fc58);_0x2c2491=_0x2c8835?.[_0x62efd5(0x2cf)]||'',logger[_0x62efd5(0x1bb)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2c2491+_0x62efd5(0x138)+_0x16c986),_0x2e7b2d=_0x52fc58;}catch(_0x1f4952){logger[_0x62efd5(0x1f3)](_0x62efd5(0x31b)+_0x1f4952[_0x62efd5(0x2ea)]);return;}}else{const _0x72e45=this[_0x62efd5(0x236)](_0x15fb12);_0x2c2491=TestInfo[_0x62efd5(0x2ee)](_0x72e45);}const _0x12cb60=((()=>{const _0x4dbef0=_0x62efd5,_0x433f7a=(this['accessibilityConfig']?.['options']?.['capabilitiesList']||[])[_0x4dbef0(0x294)](_0x2103c8=>(typeof _0x2103c8[_0x4dbef0(0x19e)]===_0x4dbef0(0x2fc)?_0x2103c8[_0x4dbef0(0x19e)]():_0x2103c8['name'])===this[_0x4dbef0(0x141)]);return _0x433f7a?_0x111160[_0x4dbef0(0x2c3)](typeof _0x433f7a[_0x4dbef0(0x2e4)],_0x111160[_0x4dbef0(0x234)])?_0x433f7a[_0x4dbef0(0x2e4)]():_0x433f7a[_0x4dbef0(0x18c)]:'';})()),_0x20b6c9=process[_0x62efd5(0x2bf)][_0x62efd5(0x207)]||'';logger[_0x62efd5(0x1bb)]('[platform\x20-\x20'+(_0x2f3bfc?.['getPlatformIndex']?.()||_0x111160[_0x62efd5(0x1a8)])+_0x62efd5(0x327)+_0x2c2491+_0x62efd5(0x2f5)+_0x12cb60+_0x62efd5(0x152)+(_0x20b6c9?_0x111160[_0x62efd5(0x2ff)]:_0x111160['MmpMj']));let _0x4e60c3;if(_0x111160[_0x62efd5(0x225)](_0x285c9b,_0x111160[_0x62efd5(0x193)]))_0x4e60c3=AccessibilityModule[_0x62efd5(0x13a)](_0x2c2491,_0x2e7b2d);else{const _0x273bf7=await GrpcClient['getInstance']()[_0x62efd5(0x1ad)](process[_0x62efd5(0x2bf)][_0x62efd5(0x2fa)],_0x111160['uAUss'],_0x111160[_0x62efd5(0x13f)]);_0x4e60c3=AccessibilityModule[_0x62efd5(0x13a)](_0x2c2491,_0x273bf7);}logger[_0x62efd5(0x1bb)](_0x62efd5(0x1d2)+JSON[_0x62efd5(0x1ca)](_0x4e60c3));const _0x39cf50=Object[_0x62efd5(0x313)]({},{'thTestRunUuid':_0x111160[_0x62efd5(0x172)](_0x2c2491,''),'thBuildUuid':_0x111160[_0x62efd5(0x172)](_0x12cb60,''),'thJwtToken':_0x111160[_0x62efd5(0x302)](_0x20b6c9,'')},_0x4e60c3);!this[_0x62efd5(0x1b1)]&&this[_0x62efd5(0x26c)]()&&(_0x39cf50['is_mobile_session']=!![],logger['debug'](_0x111160[_0x62efd5(0x2df)]));logger[_0x62efd5(0x1bb)](_0x62efd5(0x1f7)+_0x2c2491+_0x62efd5(0x136)+this[_0x62efd5(0x1b1)]);let _0xa92b18=global[_0x62efd5(0x29a)]?.['pwPage']||null;!_0xa92b18&&(_0xa92b18=AutomationFramework['getState'](_0x2f3bfc,_0x111160['DIqqc'],null)),!_0xa92b18&&(_0xa92b18=AutomationFramework[_0x62efd5(0x168)](_0x2f3bfc,_0x111160[_0x62efd5(0x22d)],null)),await this['finishScanningForCli'](this[_0x62efd5(0x255)](),_0x2c2491,_0xa92b18,_0x39cf50,this[_0x62efd5(0x1b1)]);}catch(_0x355964){logger[_0x62efd5(0x1f3)](_0x62efd5(0x21f)+(_0x355964['stack']||_0x355964['message']));}}async[a104_0x539fdf(0x1f2)](_0x269950,_0x8ee5df,_0x3ce2c9,_0x9ef4bd,_0x5208fc){const _0x390f88=a104_0x539fdf,_0x5c6d34={};_0x5c6d34[_0x390f88(0x2bb)]=_0x390f88(0x2c9),_0x5c6d34[_0x390f88(0x2ae)]=function(_0x533823,_0x526ede){return _0x533823&&_0x526ede;},_0x5c6d34['GlGGL']=_0x390f88(0x28e),_0x5c6d34[_0x390f88(0x1c3)]=function(_0x1b3282,_0x140d63){return _0x1b3282===_0x140d63;},_0x5c6d34[_0x390f88(0x25a)]=_0x390f88(0x253),_0x5c6d34[_0x390f88(0x1d1)]=_0x390f88(0x316),_0x5c6d34[_0x390f88(0x182)]=_0x390f88(0x1e3),_0x5c6d34[_0x390f88(0x153)]=_0x390f88(0x2d0),_0x5c6d34['kkgkF']=_0x390f88(0x2cd),_0x5c6d34['dNLAF']=function(_0x1228d1,_0x42d8cf){return _0x1228d1&&_0x42d8cf;},_0x5c6d34['NgiwL']=_0x390f88(0x14d),_0x5c6d34[_0x390f88(0x1e2)]=_0x390f88(0x1d4),_0x5c6d34[_0x390f88(0x1f6)]=_0x390f88(0x1b7);const _0x32c919=_0x5c6d34;try{const _0x92a626=this[_0x390f88(0x2bc)](_0x32c919[_0x390f88(0x2bb)]);if(_0x32c919[_0x390f88(0x2ae)](!_0x5208fc,!_0x92a626)){logger[_0x390f88(0x1bb)](_0x32c919['GlGGL']);return;}if(!_0x8ee5df||_0x32c919[_0x390f88(0x1c3)](_0x8ee5df,_0x32c919[_0x390f88(0x25a)])||_0x32c919['IRXuG'](_0x8ee5df,'')){logger[_0x390f88(0x1bb)](_0x32c919[_0x390f88(0x1d1)]);return;}logger[_0x390f88(0x1bb)](_0x390f88(0x29e)+JSON[_0x390f88(0x1ca)](_0x9ef4bd)),_0x269950&&(logger[_0x390f88(0x1bb)](_0x32c919[_0x390f88(0x182)]),await this[_0x390f88(0x23a)](_0x3ce2c9,_0x8ee5df,_0x32c919['BlHYC'],_0x9ef4bd,_0x5208fc,_0x32c919[_0x390f88(0x24f)]),_0x32c919[_0x390f88(0x195)](!_0x5208fc,_0x92a626)&&(logger['debug'](_0x32c919['NgiwL']),await PerformanceTester[_0x390f88(0x1f1)](_0x32c919['Osmqu'],async()=>{const _0x189193=_0x390f88;await this[_0x189193(0x23a)](_0x3ce2c9,_0x8ee5df,_0x32c919[_0x189193(0x2bb)],_0x9ef4bd,_0x5208fc,_0x32c919[_0x189193(0x2bb)]);})()),logger['info'](_0x32c919[_0x390f88(0x1f6)]));}catch(_0x2c73b0){logger[_0x390f88(0x1f3)]('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x2c73b0[_0x390f88(0x308)]||_0x2c73b0['message']));}}async[a104_0x539fdf(0x201)](_0x21554d){const _0x654197=a104_0x539fdf,_0x445c38={};_0x445c38[_0x654197(0x1c0)]=function(_0x32fb9f,_0x25034f){return _0x32fb9f!==_0x25034f;},_0x445c38[_0x654197(0x31e)]=_0x654197(0x151),_0x445c38['nYIvy']=_0x654197(0x233),_0x445c38[_0x654197(0x297)]=_0x654197(0x1a2),_0x445c38[_0x654197(0x309)]=_0x654197(0x314),_0x445c38[_0x654197(0x2ed)]=_0x654197(0x24d),_0x445c38[_0x654197(0x2b2)]=function(_0x2f7f48,_0x4ece24){return _0x2f7f48===_0x4ece24;},_0x445c38[_0x654197(0x23e)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x445c38[_0x654197(0x231)]=_0x654197(0x246),_0x445c38[_0x654197(0x188)]='performScan',_0x445c38[_0x654197(0x1c7)]=_0x654197(0x1f0),_0x445c38[_0x654197(0x254)]=_0x654197(0x205),_0x445c38[_0x654197(0x31d)]=function(_0x5f03ed,_0x107227){return _0x5f03ed===_0x107227;},_0x445c38[_0x654197(0x237)]=_0x654197(0x2cd),_0x445c38[_0x654197(0x300)]=_0x654197(0x253);const _0x33322e=_0x445c38;if(_0x33322e['PxvXJ'](_0x21554d[_0x654197(0x218)],_0x33322e[_0x654197(0x31e)])&&_0x33322e[_0x654197(0x1c0)](_0x21554d[_0x654197(0x218)],_0x33322e[_0x654197(0x324)])&&_0x33322e[_0x654197(0x1c0)](_0x21554d[_0x654197(0x218)],_0x33322e[_0x654197(0x297)])){logger[_0x654197(0x1bb)](_0x654197(0x203)+_0x21554d['testFramework']+')');return;}logger[_0x654197(0x1bb)](_0x654197(0x2f1)+(_0x21554d['commandName']||_0x33322e[_0x654197(0x309)])+_0x654197(0x1d5)+_0x21554d['testFramework']);try{const _0x209a11=_0x21554d[_0x654197(0x21d)]||AutomationFramework[_0x654197(0x243)](),_0x11f76a=TestFramework['getTrackedInstance'](),_0xccda06=_0x21554d[_0x654197(0x2f4)]||_0x21554d[_0x654197(0x2a1)]?.[_0x654197(0x19e)]();if(!_0xccda06){logger[_0x654197(0x1bb)](_0x33322e['Lkmoi']);return;}if(!this[_0x654197(0x255)]()){logger['debug'](_0x654197(0x174)+_0xccda06);return;}if(!this[_0x654197(0x15b)](_0xccda06)){logger[_0x654197(0x1bb)](_0x654197(0x27f)+_0xccda06+_0x654197(0x298));return;}const _0x11d613=_0x21554d['page']||global[_0x654197(0x29a)]?.[_0x654197(0x1b0)];if(!_0x11d613){logger['debug']('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0xccda06);return;}let _0x2b8a59='',_0x45d52e=null;if(_0x33322e['owzcg'](_0x21554d[_0x654197(0x218)],_0x33322e[_0x654197(0x324)])){_0x45d52e=_0x21554d[_0x654197(0x1dd)]?.[_0x654197(0x250)]||_0x21554d[_0x654197(0x1dd)]?.['id']||global[_0x654197(0x299)];if(!_0x45d52e){logger[_0x654197(0x247)](_0x33322e['ZFaVz']);return;}try{const _0x35c66d=await GrpcClient[_0x654197(0x1ae)]()[_0x654197(0x1ad)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x33322e[_0x654197(0x231)],_0x33322e[_0x654197(0x188)],_0x45d52e),_0x48d89f=AccessibilityModule[_0x654197(0x13a)](null,_0x35c66d);_0x2b8a59=_0x48d89f?.[_0x654197(0x2cf)]||'',logger[_0x654197(0x1bb)](_0x654197(0x266)+_0x2b8a59+_0x654197(0x138)+_0x45d52e);}catch(_0x20db1f){logger[_0x654197(0x1f3)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x20db1f[_0x654197(0x2ea)]);return;}}else _0x2b8a59=this[_0x654197(0x156)](_0x33322e[_0x654197(0x1c7)])||'',!_0x2b8a59&&this[_0x654197(0x26c)]()&&(_0x2b8a59=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x359e43=this[_0x654197(0x156)](_0x33322e[_0x654197(0x254)])||this['accessibilityConfig'][this[_0x654197(0x141)]]||null,_0x11cd52=process['env'][_0x654197(0x207)]||'',_0x48e020=this['getParamsForScanForCli'](_0xccda06,_0x2b8a59,_0x359e43,_0x11cd52),_0x10771f=_0x33322e[_0x654197(0x31d)](_0x21554d[_0x654197(0x218)],_0x33322e[_0x654197(0x324)])?await AccessibilityModule[_0x654197(0x143)](_0x33322e[_0x654197(0x237)],_0x2b8a59,_0x45d52e):await AccessibilityModule[_0x654197(0x143)](_0x33322e[_0x654197(0x237)],_0x2b8a59);logger[_0x654197(0x1aa)]('ScanArgs:\x20'+(_0x48e020?JSON[_0x654197(0x1ca)](_0x48e020):_0x33322e[_0x654197(0x300)]));const _0x2cacc2=CLIUtils[_0x654197(0x222)](_0x48e020,_0x10771f);logger[_0x654197(0x1aa)](_0x654197(0x260)+(_0x2cacc2?JSON[_0x654197(0x1ca)](_0x2cacc2):_0x33322e[_0x654197(0x300)])),logger[_0x654197(0x1bb)](_0x654197(0x238)+_0xccda06);const _0x36d45e=await this[_0x654197(0x23a)](_0x11d613,_0x2b8a59,_0xccda06,_0x2cacc2,this[_0x654197(0x1b1)]);logger[_0x654197(0x1bb)](_0x654197(0x185)+_0xccda06+_0x654197(0x2ef)+JSON[_0x654197(0x1ca)](_0x36d45e));}catch(_0x8f485){logger[_0x654197(0x1f3)](_0x654197(0x21b)+(_0x8f485[_0x654197(0x308)]||_0x8f485[_0x654197(0x2ea)]));}}[a104_0x539fdf(0x21e)](){const _0x46482e=a104_0x539fdf;return this[_0x46482e(0x255)]();}['setShouldScanCurrentTest'](_0x23f775){const _0x49af2d=CLIUtils['getCurrentInstanceName']();this['accessibility']['set'](_0x49af2d,_0x23f775);}async[a104_0x539fdf(0x2a8)](_0x434115){const _0x3ccfb0=a104_0x539fdf,_0x34cb76={};_0x34cb76[_0x3ccfb0(0x285)]=_0x3ccfb0(0x314);const _0x2afb34=_0x34cb76;try{const _0x122350=_0x434115[_0x3ccfb0(0x21d)]||AutomationFramework[_0x3ccfb0(0x243)](),_0x4234e7=_0x122350?.[_0x3ccfb0(0x322)]?.()?.[_0x3ccfb0(0x20b)]?.(this['KEY_INIT'])||![];if(_0x4234e7)return;PerformanceTester['start'](EVENTS[_0x3ccfb0(0x1af)]);const _0x4438fa=await GrpcClient[_0x3ccfb0(0x1ae)]()[_0x3ccfb0(0x2dc)](_0x434115);_0x4438fa&&_0x4438fa[_0x3ccfb0(0x2e0)]&&_0x4438fa['getAccessibility']()&&_0x4438fa[_0x3ccfb0(0x2e0)]()[_0x3ccfb0(0x163)]()?(await this['loadAccessibilityConfig'](_0x4438fa,_0x434115),_0x122350?.['getData']&&_0x122350[_0x3ccfb0(0x322)]()[_0x3ccfb0(0x1ac)](this[_0x3ccfb0(0x24b)],!![]),logger[_0x3ccfb0(0x1bb)](_0x3ccfb0(0x1bd)+(_0x122350?.['getPlatformIndex']?.()||_0x2afb34['nFHjf'])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x3ccfb0(0x1bb)](_0x3ccfb0(0x1bd)+(_0x122350?.[_0x3ccfb0(0x1bf)]?.()||_0x2afb34[_0x3ccfb0(0x285)])+_0x3ccfb0(0x1ff)),PerformanceTester[_0x3ccfb0(0x230)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x2dc6b0){PerformanceTester[_0x3ccfb0(0x230)](EVENTS[_0x3ccfb0(0x1af)],![],_0x2dc6b0['message']),logger[_0x3ccfb0(0x1f3)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x2dc6b0['stack']||_0x2dc6b0[_0x3ccfb0(0x2ea)]));}}async['loadAccessibilityConfig'](_0x53bb4c,_0x395e44){const _0x1d169f=a104_0x539fdf;await this['setAccessibilityConfig'](_0x53bb4c,_0x395e44);const _0xbcdb5e=_0x53bb4c['getAccessibility']()['getOptions']();if(_0xbcdb5e){const _0x1f8e16=_0x53bb4c[_0x1d169f(0x31a)]&&_0x53bb4c[_0x1d169f(0x31a)]();_0x1f8e16&&(this[_0x1d169f(0x19d)][this[_0x1d169f(0x141)]]=_0x1f8e16[_0x1d169f(0x1c8)]&&_0x1f8e16[_0x1d169f(0x1c8)]());}}['shouldScanForCommand'](_0x11eb23){const _0x3d7f63=a104_0x539fdf,_0x2aa1ad={};_0x2aa1ad[_0x3d7f63(0x303)]=function(_0x54295f,_0x45f1e1){return _0x54295f===_0x45f1e1;};const _0x532e7c=_0x2aa1ad;try{if(!_0x11eb23)return![];const _0x28e792=this[_0x3d7f63(0x19d)]?.[_0x3d7f63(0x2dd)]?.['commandsToWrap']?.[_0x3d7f63(0x160)]||[],_0x19e3ed=_0x28e792[_0x3d7f63(0x28a)](_0x1bf3b3=>{const _0xe47133=_0x3d7f63;return _0x1bf3b3[_0xe47133(0x296)]&&_0x532e7c[_0xe47133(0x303)](_0x1bf3b3[_0xe47133(0x296)]['toLowerCase'](),_0x11eb23[_0xe47133(0x147)]());});return logger[_0x3d7f63(0x1bb)](_0x3d7f63(0x2d8)+_0x11eb23+_0x3d7f63(0x2f3)+_0x19e3ed+_0x3d7f63(0x1ee)+JSON[_0x3d7f63(0x1ca)](_0x28e792['map'](_0x477750=>_0x477750['name']))),_0x19e3ed;}catch(_0xc0784d){return logger['debug'](_0x3d7f63(0x259)+_0xc0784d[_0x3d7f63(0x2ea)]),![];}}[a104_0x539fdf(0x155)](_0xafa292){const _0x13a516=a104_0x539fdf,_0x3b9765={};_0x3b9765[_0x13a516(0x154)]=function(_0x5005a3,_0x5d208d){return _0x5005a3===_0x5d208d;},_0x3b9765[_0x13a516(0x1b6)]=_0x13a516(0x1b4),_0x3b9765[_0x13a516(0x16b)]='browserstack_executor';const _0x184aa4=_0x3b9765,_0x42a6da=_0xafa292[_0x13a516(0x159)]&&_0xafa292[_0x13a516(0x159)]();return _0x42a6da&&_0x184aa4[_0x13a516(0x154)](typeof _0x42a6da,_0x184aa4['WxVJy'])&&_0x42a6da[_0x13a516(0x311)](_0x184aa4[_0x13a516(0x16b)]);}[a104_0x539fdf(0x132)](_0x1a2ac4){const _0x53718c=a104_0x539fdf,_0x2d8603={};_0x2d8603['VlMEl']=function(_0x356da7,_0x2b8364){return _0x356da7!==_0x2b8364;},_0x2d8603['gCJgX']=_0x53718c(0x1b4),_0x2d8603[_0x53718c(0x221)]=_0x53718c(0x246),_0x2d8603[_0x53718c(0x2f7)]=_0x53718c(0x1d3),_0x2d8603[_0x53718c(0x1ba)]=_0x53718c(0x2c0),_0x2d8603[_0x53718c(0x22f)]='saveTestResults';const _0x2c0bd9=_0x2d8603,_0x2b03dd=_0x1a2ac4['getScript']&&_0x1a2ac4[_0x53718c(0x159)]();if(!_0x2b03dd||_0x2c0bd9['VlMEl'](typeof _0x2b03dd,_0x2c0bd9[_0x53718c(0x30d)]))return![];return _0x2b03dd[_0x53718c(0x311)](_0x2c0bd9[_0x53718c(0x221)])||_0x2b03dd['includes'](_0x2c0bd9[_0x53718c(0x2f7)])||_0x2b03dd[_0x53718c(0x311)](_0x2c0bd9[_0x53718c(0x1ba)])||_0x2b03dd[_0x53718c(0x311)](_0x2c0bd9['PFyzo']);}['isMobileWebSession'](){const _0x2cc679=a104_0x539fdf,_0x3c512f={'FBZMh':function(_0x23f5e3,_0x1efd2b){return _0x23f5e3===_0x1efd2b;},'zQBOB':'function','lldvJ':function(_0x236d17,_0x3483fa){return _0x236d17(_0x3483fa);},'kpGPX':_0x2cc679(0x2f2),'dzLKi':function(_0x5d6fde,_0x28e79a){return _0x5d6fde(_0x28e79a);},'yAhkM':_0x2cc679(0x18d),'vVyGO':function(_0x325530,_0x5e8154){return _0x325530===_0x5e8154;},'KciSL':function(_0x2972d0,_0x1d909e){return _0x2972d0(_0x1d909e);},'AWPVi':_0x2cc679(0x1cb),'sNxOs':'chrome'};try{const _0x2ce6ae=this[_0x2cc679(0x19d)]?.['options']?.[_0x2cc679(0x22a)]||[],_0x455ae1=_0x1c27e1=>{const _0x331c6a=_0x2cc679,_0x54685c=_0x2ce6ae[_0x331c6a(0x294)](_0x1ebd57=>(typeof _0x1ebd57[_0x331c6a(0x19e)]===_0x331c6a(0x2fc)?_0x1ebd57[_0x331c6a(0x19e)]():_0x1ebd57[_0x331c6a(0x296)])===_0x1c27e1);return _0x54685c?_0x3c512f[_0x331c6a(0x17e)](typeof _0x54685c[_0x331c6a(0x2e4)],_0x3c512f[_0x331c6a(0x317)])?_0x54685c[_0x331c6a(0x2e4)]():_0x54685c[_0x331c6a(0x18c)]:null;},_0x213ca9=_0x3c512f[_0x2cc679(0x30a)](_0x455ae1,_0x3c512f['kpGPX']),_0x575d03=_0x3c512f[_0x2cc679(0x2e5)](_0x455ae1,_0x3c512f[_0x2cc679(0x2be)]),_0x1aec4f=global[_0x2cc679(0x173)]||_0x213ca9&&_0x3c512f['vVyGO'](_0x3c512f[_0x2cc679(0x26a)](String,_0x213ca9)[_0x2cc679(0x147)](),_0x3c512f[_0x2cc679(0x1c6)])&&_0x575d03&&_0x3c512f[_0x2cc679(0x26a)](String,_0x575d03)[_0x2cc679(0x147)]()[_0x2cc679(0x311)](_0x3c512f[_0x2cc679(0x272)]);if(!_0x1aec4f)return![];if(!accessibilityHelper[_0x2cc679(0x17f)]())return!this[_0x2cc679(0x133)]&&(logger[_0x2cc679(0x247)](accessibilityHelper[_0x2cc679(0x2f0)]),this[_0x2cc679(0x133)]=!![]),![];return!![];}catch(_0x28f634){return logger[_0x2cc679(0x1bb)](_0x2cc679(0x28c)+_0x28f634[_0x2cc679(0x2ea)]),![];}}[a104_0x539fdf(0x2d7)](_0xe58cf8,_0x2c9d33,_0x4952b1,_0x3997df){const _0x3cb06c=a104_0x539fdf,_0x1f8ab6={};_0x1f8ab6[_0x3cb06c(0x2e9)]=function(_0x3c02b1,_0x1e97f1){return _0x3c02b1||_0x1e97f1;},_0x1f8ab6[_0x3cb06c(0x224)]=function(_0x456cbb,_0x198cb6){return _0x456cbb&&_0x198cb6;},_0x1f8ab6[_0x3cb06c(0x2c7)]=function(_0x337b1c,_0x2ae9bc){return _0x337b1c||_0x2ae9bc;},_0x1f8ab6[_0x3cb06c(0x1db)]=function(_0x337262,_0x3b2025){return _0x337262||_0x3b2025;},_0x1f8ab6['IWoxy']=_0x3cb06c(0x204);const _0x420b6c=_0x1f8ab6;let _0x20de89=_0x420b6c['QykEW'](_0x2c9d33,'');const _0x7f124b=!this[_0x3cb06c(0x1b1)]&&this[_0x3cb06c(0x26c)]();_0x420b6c[_0x3cb06c(0x224)](_0x7f124b,!_0x20de89)&&(_0x20de89=accessibilityHelper[_0x3cb06c(0x220)]());const _0x5b621d={'command':_0xe58cf8,'thTestRunUuid':_0x20de89,'thBuildUuid':_0x420b6c[_0x3cb06c(0x2c7)](_0x4952b1,''),'thJwtToken':_0x420b6c['OONcs'](_0x3997df,''),'timestamp':new Date()[_0x3cb06c(0x310)]()};return _0x7f124b&&(_0x5b621d['is_mobile_session']=!![],logger['debug'](_0x420b6c[_0x3cb06c(0x140)])),_0x5b621d;}[a104_0x539fdf(0x2bc)](_0x3b55c7){const _0xca0f89=a104_0x539fdf,_0xfd3223={};_0xfd3223['qESQT']=function(_0x377583,_0x4acec9){return _0x377583||_0x4acec9;};const _0x58c277=_0xfd3223;try{const _0x291368=this[_0xca0f89(0x19d)]?.[_0xca0f89(0x2dd)]?.[_0xca0f89(0x14c)]||[],_0xacadbe=_0x291368['find'](_0x320231=>_0x320231[_0xca0f89(0x296)]===_0x3b55c7);return _0x58c277['qESQT'](_0xacadbe,null);}catch(_0x2c630d){return logger[_0xca0f89(0x1bb)](_0xca0f89(0x1e4)+_0x3b55c7+':\x20'+_0x2c630d['message']),null;}}async['executeScriptByName'](_0x33aa6f,_0x1244bc,_0x135ef1=null){const _0x3e6487=a104_0x539fdf,_0x5e4a78={'Ticwu':function(_0x11cfc5,_0x9b05ae){return _0x11cfc5(_0x9b05ae);},'kWzSH':_0x3e6487(0x197)};try{if(!_0x33aa6f)return logger['debug']('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x1244bc),null;const _0x2ce392=this[_0x3e6487(0x2bc)](_0x1244bc);if(!_0x2ce392||!_0x2ce392['command'])return logger[_0x3e6487(0x1bb)](_0x3e6487(0x16e)+_0x1244bc+'\x20script\x20available'),null;logger[_0x3e6487(0x1bb)]('Executing\x20'+_0x1244bc+_0x3e6487(0x213));const _0x3f052b=_0x5e4a78[_0x3e6487(0x2b7)](require,_0x5e4a78[_0x3e6487(0x22b)]),_0x5c50d0=_0x135ef1?await _0x3f052b[_0x3e6487(0x276)](_0x33aa6f,_0x2ce392[_0x3e6487(0x2a1)],_0x135ef1):await _0x3f052b[_0x3e6487(0x276)](_0x33aa6f,_0x2ce392[_0x3e6487(0x2a1)]);return _0x5c50d0;}catch(_0x126074){return logger['error'](_0x3e6487(0x19a)+_0x1244bc+':\x20'+(_0x126074[_0x3e6487(0x308)]||_0x126074['message'])),null;}}async[a104_0x539fdf(0x23a)](_0x5dc96c,_0x4659d2,_0x1af765,_0x532429,_0x1042f7,_0x27fe87=a104_0x539fdf(0x2cd)){const _0x4a45c5=a104_0x539fdf,_0x48956f={'JbFok':function(_0x291b67,_0x4e3f9){return _0x291b67===_0x4e3f9;},'dDPNT':_0x4a45c5(0x2cd),'eSWte':function(_0x218a53,_0x12041d){return _0x218a53(_0x12041d);},'xWLtp':'../../playwright/accessibility-helper','WnEGc':function(_0x304878,_0x1c086d){return _0x304878(_0x1c086d);}};try{logger['debug'](_0x4a45c5(0x329)+_0x1af765+'\x20using\x20script:\x20'+_0x27fe87);const _0x32b072=this[_0x4a45c5(0x2bc)](_0x27fe87);if(!_0x32b072||!_0x32b072[_0x4a45c5(0x2a1)]){logger[_0x4a45c5(0x1bb)](_0x4a45c5(0x1a3)+_0x27fe87+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x48956f[_0x4a45c5(0x2ac)](_0x27fe87,_0x48956f['dDPNT'])){const _0x499784=_0x48956f[_0x4a45c5(0x142)](require,_0x48956f['xWLtp']),_0x22f7a2={};_0x22f7a2['command']=_0x1af765;const _0x748bb9=await PerformanceTester[_0x4a45c5(0x1f1)](PerformanceA11yEvents[_0x4a45c5(0x215)],async()=>{const _0x4ac2a7=_0x4a45c5;return await _0x499784['browserStackEvaluate'](_0x5dc96c,_0x32b072[_0x4ac2a7(0x2a1)],_0x532429);},_0x22f7a2)();return logger[_0x4a45c5(0x1aa)](_0x4a45c5(0x271)+_0x27fe87+_0x4a45c5(0x18b)+_0x1af765+':\x20'+util[_0x4a45c5(0x24c)](_0x748bb9)),_0x748bb9;}const _0x543e2d=_0x48956f[_0x4a45c5(0x19f)](require,_0x48956f[_0x4a45c5(0x2a4)]),_0x160ead=await PerformanceTester[_0x4a45c5(0x1f1)](PerformanceA11yEvents[_0x4a45c5(0x26d)],async()=>{const _0x47374c=_0x4a45c5;return await _0x543e2d[_0x47374c(0x276)](_0x5dc96c,_0x32b072[_0x47374c(0x2a1)],_0x532429);})();return logger[_0x4a45c5(0x1aa)](_0x4a45c5(0x271)+_0x27fe87+'\x20result\x20for\x20'+_0x1af765+':\x20'+util[_0x4a45c5(0x24c)](_0x160ead)),_0x160ead;}catch(_0x2edfe3){logger[_0x4a45c5(0x1f3)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x27fe87+':\x20'+(_0x2edfe3[_0x4a45c5(0x308)]||_0x2edfe3[_0x4a45c5(0x2ea)]));}}async[a104_0x539fdf(0x2b1)](_0x352e55){const _0x7ba9f8=a104_0x539fdf,_0x5b42b4={'dFXLI':function(_0x1f23d1,_0x757a01){return _0x1f23d1(_0x757a01);},'dGYkT':_0x7ba9f8(0x2c6)};try{const _0x4ff310=_0x5b42b4[_0x7ba9f8(0x305)](require,_0x5b42b4[_0x7ba9f8(0x288)]);return await _0x4ff310['platformValidation'](_0x352e55);}catch(_0x1517c2){return logger[_0x7ba9f8(0x1f3)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x1517c2[_0x7ba9f8(0x308)]||_0x1517c2[_0x7ba9f8(0x2ea)])),![];}}[a104_0x539fdf(0x19c)](_0x3e361c,_0x58a135,_0x2c1d2d){const _0x10c5d7=a104_0x539fdf,_0x5e18e8={'UzJLL':function(_0x16b217,_0x1db7f9){return _0x16b217(_0x1db7f9);},'WJABI':_0x10c5d7(0x197),'tmAaH':_0x10c5d7(0x1e7),'OMxdQ':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x39440d=_0x5e18e8['UzJLL'](require,_0x5e18e8[_0x10c5d7(0x24e)]);_0x39440d[_0x10c5d7(0x19c)](_0x3e361c,_0x58a135,_0x2c1d2d);const _0x4d2f01=JSON[_0x10c5d7(0x1ca)](_0x3e361c)[_0x10c5d7(0x273)](/"browserstack\.user":"[^"]*"/g,_0x5e18e8[_0x10c5d7(0x2ce)])[_0x10c5d7(0x273)](/"browserstack\.key":"[^"]*"/g,_0x5e18e8[_0x10c5d7(0x2e7)]);logger[_0x10c5d7(0x1bb)](_0x10c5d7(0x25f)+global['accessibilityPlatform']+'\x20'+_0x4d2f01);}catch(_0x33069c){logger[_0x10c5d7(0x1f3)](_0x10c5d7(0x290)+(_0x33069c[_0x10c5d7(0x308)]||_0x33069c['message']));}}async[a104_0x539fdf(0x198)](_0x49813a){const _0x4522be=a104_0x539fdf,_0x1a6d56={};_0x1a6d56[_0x4522be(0x2a3)]=_0x4522be(0x206),_0x1a6d56['wjivX']=function(_0x447d21,_0x451c8a){return _0x447d21>_0x451c8a;},_0x1a6d56[_0x4522be(0x2a7)]=function(_0x482d66,_0x3bb9c2){return _0x482d66>_0x3bb9c2;},_0x1a6d56['cBSKn']=_0x4522be(0x2c0);const _0x28b9c9=_0x1a6d56;try{if(!this[_0x4522be(0x255)]())return logger[_0x4522be(0x247)](_0x28b9c9[_0x4522be(0x2a3)]),[];const _0xfd09be=this[_0x4522be(0x26c)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x4522be(0x220)]()}:{};_0x28b9c9[_0x4522be(0x22c)](Object[_0x4522be(0x289)](_0xfd09be)[_0x4522be(0x2b6)],0x0)&&logger[_0x4522be(0x1bb)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON['stringify'](_0xfd09be));const _0x4ebf64=_0x28b9c9[_0x4522be(0x2a7)](Object[_0x4522be(0x289)](_0xfd09be)['length'],0x0)?await this[_0x4522be(0x1fe)](_0x49813a,_0x28b9c9[_0x4522be(0x312)],_0xfd09be):await this[_0x4522be(0x1fe)](_0x49813a,_0x28b9c9[_0x4522be(0x312)]);return _0x4ebf64||[];}catch(_0x484bc6){return logger['error'](_0x4522be(0x30f)+(_0x484bc6[_0x4522be(0x308)]||_0x484bc6[_0x4522be(0x2ea)])),[];}}async['getAccessibilityResultsSummary'](_0x3d4c2a){const _0x41e8ec=a104_0x539fdf,_0x57075a={'CgfTH':_0x41e8ec(0x2cd),'wbTVY':_0x41e8ec(0x307),'RsTEq':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','LjekV':function(_0x2ee969,_0x208ce2){return _0x2ee969(_0x208ce2);},'TSMZr':_0x41e8ec(0x2b9),'wfWav':function(_0xc07523,_0x491438){return _0xc07523===_0x491438;},'wpKsP':'jest','HUhXD':_0x41e8ec(0x2b4),'zzSkE':'accessibility','klCnI':_0x41e8ec(0x205),'gaHWe':_0x41e8ec(0x212),'XYsvW':_0x41e8ec(0x1f0),'XaPBD':_0x41e8ec(0x1fd),'cTPGx':_0x41e8ec(0x15d)};try{if(!this[_0x41e8ec(0x255)]())return logger['warn'](_0x57075a[_0x41e8ec(0x2c5)]),{};const _0x2e8724=_0x57075a[_0x41e8ec(0x29d)](require,_0x57075a[_0x41e8ec(0x21a)]),_0x2a4d90=_0x2e8724[_0x41e8ec(0x183)](),_0x5b2911=_0x57075a[_0x41e8ec(0x29b)](_0x2a4d90?.[_0x41e8ec(0x296)]?.[_0x41e8ec(0x147)](),_0x57075a[_0x41e8ec(0x2c2)]);let _0x440e71='',_0x50f81c=null,_0x408fb4=null;if(_0x5b2911){_0x50f81c=global['__jestCurrentTestIdentifier']||global[_0x41e8ec(0x29a)]?.[_0x41e8ec(0x27e)]?.[_0x41e8ec(0x250)]||global[_0x41e8ec(0x29a)]?.[_0x41e8ec(0x27e)]?.['id'];if(!_0x50f81c)return logger[_0x41e8ec(0x247)](_0x57075a['HUhXD']),{};try{const _0x2f47c2=await GrpcClient[_0x41e8ec(0x1ae)]()['fetchDriverExecuteParamsEvent'](process[_0x41e8ec(0x2bf)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x57075a['zzSkE'],_0x57075a['wbTVY'],_0x50f81c),_0x20c742=AccessibilityModule[_0x41e8ec(0x13a)](null,_0x2f47c2);_0x440e71=_0x20c742?.['thTestRunUuid']||'',logger[_0x41e8ec(0x1bb)](_0x41e8ec(0x267)+_0x440e71+_0x41e8ec(0x138)+_0x50f81c);const _0x1aeeea=await AccessibilityModule[_0x41e8ec(0x143)](_0x57075a[_0x41e8ec(0x184)],_0x440e71,_0x50f81c),_0x483b49=this[_0x41e8ec(0x156)](_0x57075a['klCnI'])||this[_0x41e8ec(0x19d)][this[_0x41e8ec(0x141)]]||null,_0x4fc5a2=process[_0x41e8ec(0x2bf)][_0x41e8ec(0x207)]||'',_0x101ad0=this[_0x41e8ec(0x2d7)](_0x57075a[_0x41e8ec(0x25d)],_0x440e71,_0x483b49,_0x4fc5a2);_0x408fb4=_0x2e8724[_0x41e8ec(0x222)](_0x101ad0,_0x1aeeea),logger[_0x41e8ec(0x1bb)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0x41e8ec(0x1ca)](_0x408fb4));}catch(_0x705163){return logger['error']('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x705163['message']),{};}}else{_0x440e71=this[_0x41e8ec(0x156)](_0x57075a[_0x41e8ec(0x15c)])||'';!_0x440e71&&this[_0x41e8ec(0x26c)]()&&(_0x440e71=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x152c3a=this[_0x41e8ec(0x156)](_0x57075a[_0x41e8ec(0x18e)])||this[_0x41e8ec(0x19d)][this[_0x41e8ec(0x141)]]||null,_0x15fb52=process[_0x41e8ec(0x2bf)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x408fb4=this[_0x41e8ec(0x2d7)](_0x57075a['gaHWe'],_0x440e71,_0x152c3a,_0x15fb52);}logger[_0x41e8ec(0x1bb)](_0x57075a[_0x41e8ec(0x135)]),await PerformanceTester[_0x41e8ec(0x1f1)](PerformanceA11yEvents[_0x41e8ec(0x215)],async()=>{const _0x6492=_0x41e8ec,_0x2fd8fe=await this[_0x6492(0x1fe)](_0x3d4c2a,_0x57075a[_0x6492(0x16a)],_0x408fb4);logger['debug'](_0x6492(0x214)+util[_0x6492(0x24c)](_0x2fd8fe));},{'command':_0x57075a[_0x41e8ec(0x25d)]})();const _0x27886c=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x3faef3=_0x41e8ec;return await this[_0x3faef3(0x1fe)](_0x3d4c2a,_0x57075a['wbTVY'],_0x408fb4);})();if(!_0x27886c)return logger[_0x41e8ec(0x1bb)](_0x57075a[_0x41e8ec(0x210)]),{};return _0x27886c;}catch(_0x1c2f68){return logger[_0x41e8ec(0x1f3)](_0x41e8ec(0x1ce)+(_0x1c2f68[_0x41e8ec(0x308)]||_0x1c2f68[_0x41e8ec(0x2ea)])),{};}}async['performPageScan'](_0x10bdf6,_0x39bd3d,_0x2fa43d=null){const _0x5191a8=a104_0x539fdf,_0x231493={};_0x231493[_0x5191a8(0x23c)]='performPageScan:\x20Page\x20is\x20null',_0x231493[_0x5191a8(0x228)]=_0x5191a8(0x13d),_0x231493[_0x5191a8(0x295)]=_0x5191a8(0x1df);const _0x27793e=_0x231493;try{if(!_0x10bdf6)return logger[_0x5191a8(0x1bb)](_0x27793e['YZhnN']),null;if(!_0x39bd3d)return logger[_0x5191a8(0x1bb)](_0x27793e[_0x5191a8(0x228)]),null;logger[_0x5191a8(0x1bb)](_0x27793e[_0x5191a8(0x295)]);const _0x1cc590=_0x2fa43d?await _0x10bdf6[_0x5191a8(0x321)](_0x39bd3d,_0x2fa43d):await _0x10bdf6[_0x5191a8(0x321)](_0x39bd3d);return _0x1cc590;}catch(_0x317dfe){return logger[_0x5191a8(0x1f3)](_0x5191a8(0x217)+(_0x317dfe[_0x5191a8(0x308)]||_0x317dfe[_0x5191a8(0x2ea)])),null;}}static[a104_0x539fdf(0x13a)](_0x33f4b0,_0x3d09df){const _0x3ce5dc=a104_0x539fdf,_0x1f8359={};_0x1f8359[_0x3ce5dc(0x167)]=_0x3ce5dc(0x244);const _0xe58337=_0x1f8359,_0x304282={};_0x304282[_0x3ce5dc(0x2cf)]=_0x33f4b0;const _0x26e1a7=_0x304282;let _0x474812={};if(_0x3d09df[_0x3ce5dc(0x163)]()&&_0x3d09df['hasAccessibilityExecuteParams']())try{_0x474812=JSON['parse'](new Buffer(_0x3d09df[_0x3ce5dc(0x158)]())[_0x3ce5dc(0x191)](_0xe58337[_0x3ce5dc(0x167)]));}catch(_0x16b687){logger[_0x3ce5dc(0x1f3)](_0x3ce5dc(0x149)+_0x16b687[_0x3ce5dc(0x2ea)]),_0x474812={};}return CLIUtils['mergeObject'](_0x26e1a7,_0x474812);}static async[a104_0x539fdf(0x143)](_0x270eeb,_0x4e48ce='',_0x15b1ae=null){const _0xb6eb29=a104_0x539fdf,_0x10acfb={};_0x10acfb[_0xb6eb29(0x13b)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x10acfb[_0xb6eb29(0x277)]=_0xb6eb29(0x246);const _0x3776e7=_0x10acfb;try{if(!_0x15b1ae&&AccessibilityModule[_0xb6eb29(0x20f)])return AccessibilityModule[_0xb6eb29(0x232)];if(!process[_0xb6eb29(0x2bf)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x3776e7[_0xb6eb29(0x13b)]),{};const _0x1305c5=await GrpcClient['getInstance']()[_0xb6eb29(0x1ad)](process[_0xb6eb29(0x2bf)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x3776e7[_0xb6eb29(0x277)],_0x270eeb,_0x15b1ae),_0x371f7a=_0x15b1ae?AccessibilityModule[_0xb6eb29(0x13a)](null,_0x1305c5)?.['thTestRunUuid']||_0x4e48ce:_0x4e48ce,_0x27e3d2=AccessibilityModule['loadDriverExecuteParams'](_0x371f7a,_0x1305c5);return!_0x15b1ae&&(AccessibilityModule[_0xb6eb29(0x232)]=_0x27e3d2,AccessibilityModule[_0xb6eb29(0x20f)]=!![]),_0x27e3d2;}catch(_0x406309){return logger[_0xb6eb29(0x1f3)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x270eeb+':\x20'+(_0x406309['stack']||_0x406309[_0xb6eb29(0x2ea)])),{};}}};module[a104_0x539fdf(0x274)]=AccessibilityModule;
1
+ function a104_0x5aa0(){const _0x4f5097=['RBbQS','size','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','has','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','info','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','shouldScanForCommand:\x20','vQTdn','hSdCC','getCapabilityValue','fBaAe','kUYYu','BqIhz','goog:chromeOptions','scriptsList','MEFwO','uNeNl','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','commandsToWrap','5RKxQQk','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','IaJBm','\x20value=','qptPt','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','dbjhX','bfZVm','ScanArgs:\x20','kuITp','Error\x20getting\x20capability\x20value\x20for\x20',',\x20excludeTags=','name','PUUbv','getCommandsList',',\x20\x0a\x20','NdGdj','isAccessibilityAutomationSession','performPageScan:\x20Page\x20is\x20null','ZYQOL','requiresChromeOptionsValidation','qXBCn','PRE','Error\x20in\x20shouldScanForCommand:\x20','browser_version','[platform\x20-\x20','unknown','hVjaq','DRIVER_INIT','ZYlji','KNqUE','onBeforeExecute','UzBfW','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','stopTestCapture','hgdBK','voKeG','UhjxA','Xbnez','scannerVersion','xfxUi','GET_RESULTS_SUMMARY','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','tIAWu','lCMjP','Bbkux','platformCaps','rkoFq','testInfo','BS_A11Y_JWT','../state/automationFrameworkState','registerObserver','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','../cliUtils','UHXNy','GZiqX','hasAccessibilityExecuteParams',']\x20isEnabledTestcase\x20(cucumber)\x20result=','stack','pwPage','1934082jWNCSH','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','nWSAa','\x20testHubUuid=','pRAYI','accessibilityPlatform','weubm','hOEUp','nakDP','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','thTestRunUuid','saveResults','KzNrT','toObject','../../../helpers/accessibility-automation/scripts','getValue','dOFSj','version','getScript','getTestId','getCurrentAccessibilityStatus','excludeTagsInTestingScope','rOfhE','getCapabilities','Error\x20in\x20initAccessibilityConfig:\x20','PSUmo','validatePlatformForAccessibility','Executing\x20accessibility\x20script\x20on\x20page','../../../helpers/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','Context','present','SDK_ACCESSIBILITY_CONFIG','getOptions','mMXkr','getTesthub','getCommandsToWrap',',\x20includeTags=','jYhXU','Scan\x20result:\x20',',\x20testName=','\x20result\x20for\x20','wgYsm','onBeforeExecute:\x20Command\x20','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','AeQQr','TSGDR','Exception\x20in\x20isPlatformSupported:\x20','isMobileScanningEnabledForGroup','ApQev','1012374tMWkFr','jest','../framework/testFramework','syKTu','kHqAf','isEnabled','toLowerCase','value','TBDsz','VrIbP','performScanForCli:\x20No\x20','NjiSX','onBeforeExecute:\x20No\x20command\x20name\x20provided','\x22browserstack.user\x22:\x22[REDACTED]\x22',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','toString','getPlatformIndex','ZLrmr','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','../framework/automationFramework','Error\x20in\x20processAccessibilityCaps:\x20','aopeA','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','getPlatformCaps','MOBILE_SCANNING_DISABLED_WARNING','fboSX','jWhBm','name:\x20','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','hVXFp','OLcHL','BROWSERSTACK_TESTHUB_JWT','launchCaps','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','set','getScriptByName','--headless','isEnabledTestcase','Accessibility\x20data\x20for\x20extension:\x20','rctXr',',\x20isAppAccessibility=','capabilitiesList','string','testAnalyticsId','KyowF','../../utils/playwright-patcher','Nibku','YusVj','\x20from\x20testIdentifier=',',\x20framework=',',\x20tags=','tYTVg','getTestFrameworkDetail','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','start','getInstance','null','evaluate','toISOString','getAllData','ACCESSIBILITY_INITIALIZED','Processed\x20accessibility\x20caps\x20','updateData','ggWam','NPggZ','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','XUDif','xirmJ','getParamsForScanForCli','rYSIK','uCGay','isFinite','EXECUTE','shouldScanCurrentTest','KEY_DRIVER_HAS_URL','\x20browser\x20version\x20greater\x20than\x20','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','function','isArray','LjUwh','__accessibilityOptions','fPbMn','android','warn','bind','test_tags','debug','tLdpy','getAccessibilityConfig','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','end',']\x20onAfterTest\x20should\x20scan=','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','edWBV','No\x20summaryResults\x20found.','4076586SqaWEM','ZgONh','NudLT','patchSendMessageToServer','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','capabilities','jrssu','LplYO','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','browserStackEvaluate','_mobileScanningDisabledLogged','scan','VcrFm','test-tags-->\x20','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','replace','mKPxy','BYCYy','loadAccessibilityConfig','ClYkD','WhgAV','JvxvW','Huset','titlePath','testFramework','../../../helpers/accessibility-automation/constants','nirox','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','find','_centralAuthConfigFetched','BOmjW','../../../helpers/classLogger','KEY_TESTHUB_BUILD_ID','isMobileWebSession','onAfterTest','testhub_build_uuid','Error\x20in\x20stopTestCapture:\x20','qcgYU','LOG_DISABLED_SHOWN','rySBL','flpYx','XOFvQ','onBeforeTest','Error\x20in\x20validatePlatformForAccessibility:\x20','../TestInfo.js','UoNlG','delete','map','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','getCurrentInstanceName','page','DnxrP','IkGJu','wmUWn','qHNqW','processAccessibilityCaps','__workerDetails','[AccessibilityModule]\x20onAfterTest:\x20framework=','executeScriptByName:\x20No\x20','getTrackedInstance','CREATE','8AMPxVI','getData','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','iEVmE','SAVE_RESULTS',',\x20available\x20commands:\x20','resolveMobileThTestRunUuid','2491167gzfEXB','VInOE','IIZuQ','isPlatformSupported:\x20caps\x20are\x20null','ascii','HxruX','wcagVersion','isAppAccessibility','vlkhK','getAccessibilityResultsSummary','browserVersion','../../playwright/accessibility-helper','setShouldScan','\x20a11yToken=','assign','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','MergedScanArgs:\x20','zMMuY','\x20->\x20','error','--headless=','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','getBuildId','getResults','accessibilityConfig','_sendMessageServerPatchApplied','scannerProcessingTimeout','lOsma','LgRbO','CuEgI','sJKst','true','\x20accessibility\x20script\x20on\x20page','ePbZt','is_mobile_session','XPrjm','TEST_INIT','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','GhJze','browserstack.accessibilityOptions.authToken','performPageScan','startsWith','executeScriptByName','rOmWW','getSuccess','accessibility','KEY_INIT','XPcnA','YMgtK','getTestUUID','getAccessibility','POST','cucumber','YlIAJ','instance','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','PQCYi','loadDriverExecuteParams','DjVQs','getModuleName','getContext','lxvzr','setLogDisabledShown','bKdqV','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','WFXOC','uCuAZ','performScanForCli','4160223DAoKMQ','split','nqVXa','ZYFKN','message','BHCEx','gEgAW','shouldScanForCommand','873608ZKPIGS','BvDGz','--headless=new','command','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','applySendMessageToServerPatch','fzlmi','Executing\x20','ZfAEc','testcafe','kijsy','PERFORM_SCAN','../../../helpers/accessibility-automation/helper','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../grpcClient','getAccessibilityExecuteParams','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','IGLUI','../framework/constants/testFrameworkConstants.js','qRPgG','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','browserstack.accessibilityOptions.scannerProcessingTimeout','aEPdv','mergeObject','PHSSy','options','BEdhr','\x20using\x20script:\x20','HEYsY','performPageScan:\x20Script\x20is\x20null','finishScanningForCli','mChRw','pddXt','parseA11yJwtPayload','242336ztxcaQ','chrome','\x20script\x20available','GudqZ','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','TXsit','yodXy','XMiae','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','currentTest','FgEnt','appWv','pWPdh','gMmqx','QTAuf','saveTestResults','LpXqd','QUIT','Unknown\x20Test','onBeforeExecute:\x20command=','headless',']\x20Accessibility\x20configuration\x20initialized\x20successfully','performScan','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','some','latest','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','get','test_run_id','IMQMq','format','pGpCF','tLFkX','isVersionSupported','Performing\x20scan\x20before\x20from\x20cli','DLxTW','nOPhL','Error\x20in\x20getAccessibilityResults:\x20','dEfHI','dLHrR','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','bZnnE','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','AUnXh','getResultsSummary','includeTagsInTestingScope','afterTestHook','bIXzM','browser','getState','accessibilityToken','browserstack.accessibilityOptions.scannerVersion','env','BROWSERSTACK_CLI_BIN_SESSION_ID','browserstack.accessibilityOptions.wcagVersion','getName','__jestCurrentTestIdentifier','xrcPC','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','klCxY','QhgWK','_centralAuthA11yConfig','../../../helpers/performance/performance-tester.js','stringify','HfCSz','BvMoW','on\x20non-BrowserStack\x20infrastructure\x20','kltJx','AbbbX','\x20env=','udzic','setAccessibilityToken','fetchDriverExecuteParamsEvent','yLxKI','MODULE_NAME','fetchCentralAuthA11yConfig','commandsList','keys','KEY_TEST_NAME','isPlatformSupported','PDALt','getCapabilitiesList','Error\x20executing\x20script\x20','tdMiP','OYjSG','setAccessibilityConfig','measureWrapper','ZqdTu','BmLvN','TrackedInstance','isMobilePlatform','10FOvVFf','TDSWL','SAGJf','htVrm','NlWvm','BOrJH','HQdLb','Page\x20','getGoogleChromeOptions','DnjUt','length','includes'];a104_0x5aa0=function(){return _0x4f5097;};return a104_0x5aa0();}const a104_0x2a8117=a104_0x2d54;(function(_0x50241b,_0x292284){const _0x3f979c=a104_0x2d54,_0x5f1990=_0x50241b();while(!![]){try{const _0x44bae8=parseInt(_0x3f979c(0x255))/0x1+parseInt(_0x3f979c(0x361))/0x2+-parseInt(_0x3f979c(0x32f))/0x3+parseInt(_0x3f979c(0x277))/0x4*(-parseInt(_0x3f979c(0x2f3))/0x5)+parseInt(_0x3f979c(0x3c2))/0x6+-parseInt(_0x3f979c(0x208))/0x7*(parseInt(_0x3f979c(0x201))/0x8)+-parseInt(_0x3f979c(0x24d))/0x9*(parseInt(_0x3f979c(0x2d3))/0xa);if(_0x44bae8===_0x292284)break;else _0x5f1990['push'](_0x5f1990['shift']());}catch(_0x2ae0d0){_0x5f1990['push'](_0x5f1990['shift']());}}}(a104_0x5aa0,0x82d0c));const BaseModule=require('./baseModule'),{createClassLogger}=require(a104_0x2a8117(0x3e1)),CLIUtils=require(a104_0x2a8117(0x328)),AutomationFramework=require(a104_0x2a8117(0x374)),TestFramework=require(a104_0x2a8117(0x363)),AutomationFrameworkState=require(a104_0x2a8117(0x325)),HookState=require('../state/hookState'),GrpcClient=require(a104_0x2a8117(0x263)),scripts=require(a104_0x2a8117(0x33d)),logger=createClassLogger(a104_0x2a8117(0x2d1)),PerformanceTester=require(a104_0x2a8117(0x2b6)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a104_0x2a8117(0x3db)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require(a104_0x2a8117(0x1f0)),TestFrameworkConstants=require(a104_0x2a8117(0x267)),accessibilityHelper=require(a104_0x2a8117(0x261));function a104_0x2d54(_0x54ea29,_0x1a142f){const _0x5aa06e=a104_0x5aa0();return a104_0x2d54=function(_0x2d5428,_0x53852d){_0x2d5428=_0x2d5428-0x1e6;let _0x435faf=_0x5aa06e[_0x2d5428];return _0x435faf;},a104_0x2d54(_0x54ea29,_0x1a142f);}class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule['name'];static [a104_0x2a8117(0x3df)]=![];static [a104_0x2a8117(0x2b5)]={};constructor(_0x4aaa4e){const _0x46e4b4=a104_0x2a8117,_0x27e123={};_0x27e123[_0x46e4b4(0x27e)]='8|3|15|1|6|14|10|13|5|12|16|7|2|4|0|11|9',_0x27e123[_0x46e4b4(0x3ce)]=_0x46e4b4(0x39e),_0x27e123[_0x46e4b4(0x1f9)]=_0x46e4b4(0x3dd),_0x27e123[_0x46e4b4(0x336)]='testhub_build_uuid',_0x27e123['flpYx']='DRIVER_HAS_URL';const _0x760e6e=_0x27e123,_0x20399d=_0x760e6e[_0x46e4b4(0x27e)][_0x46e4b4(0x24e)]('|');let _0x26699f=0x0;while(!![]){switch(_0x20399d[_0x26699f++]){case'0':this['KEY_INIT']=_0x760e6e['VcrFm'];continue;case'1':AutomationFramework[_0x46e4b4(0x326)](AutomationFrameworkState[_0x46e4b4(0x289)],HookState[_0x46e4b4(0x309)],this[_0x46e4b4(0x1e6)][_0x46e4b4(0x3b7)](this));continue;case'2':this[_0x46e4b4(0x2bf)](_0x4aaa4e[_0x46e4b4(0x350)]()['getCapabilitiesList']());continue;case'3':AutomationFramework[_0x46e4b4(0x326)](AutomationFrameworkState[_0x46e4b4(0x3aa)],HookState[_0x46e4b4(0x309)],this[_0x46e4b4(0x312)][_0x46e4b4(0x3b7)](this));continue;case'4':logger[_0x46e4b4(0x3b9)](_0x760e6e[_0x46e4b4(0x1f9)]);continue;case'5':this[_0x46e4b4(0x20f)]=![];continue;case'6':this['isEnabled']=!![];continue;case'7':this['_mobileScanningDisabledLogged']=![];continue;case'8':super();continue;case'9':this['KEY_TESTHUB_BUILD_ID']=_0x760e6e[_0x46e4b4(0x336)];continue;case'10':this[_0x46e4b4(0x236)]=new Map();continue;case'11':this[_0x46e4b4(0x3ac)]=_0x760e6e[_0x46e4b4(0x1ec)];continue;case'12':this[_0x46e4b4(0x3c7)]=[];continue;case'13':this['LOG_DISABLED_SHOWN']=new Map();continue;case'14':this[_0x46e4b4(0x220)]=_0x4aaa4e[_0x46e4b4(0x33c)]();continue;case'15':AutomationFramework[_0x46e4b4(0x326)](AutomationFrameworkState[_0x46e4b4(0x200)],HookState[_0x46e4b4(0x23c)],this[_0x46e4b4(0x1ee)][_0x46e4b4(0x3b7)](this));continue;case'16':this[_0x46e4b4(0x221)]=![];continue;}break;}}[a104_0x2a8117(0x366)](){const _0x4578c9=a104_0x2a8117;return this[_0x4578c9(0x366)];}[a104_0x2a8117(0x244)](){const _0x2b0873=a104_0x2a8117;return AccessibilityModule[_0x2b0873(0x2c2)];}['getCurrentAccessibilityStatus'](){const _0x31cda6=a104_0x2a8117;return this[_0x31cda6(0x236)][_0x31cda6(0x293)](CLIUtils[_0x31cda6(0x1f5)](),![]);}['getLogDisabledShown'](){const _0x14a348=a104_0x2a8117;return this[_0x14a348(0x1ea)]['get'](CLIUtils[_0x14a348(0x1f5)](),![]);}[a104_0x2a8117(0x247)](_0x436b43){const _0x57b68a=a104_0x2a8117;this['LOG_DISABLED_SHOWN']['set'](CLIUtils[_0x57b68a(0x1f5)](),_0x436b43);}[a104_0x2a8117(0x25a)](){const _0x2e0ca3=a104_0x2a8117,_0x3645f0={'xrcPC':_0x2e0ca3(0x22e),'udzic':function(_0xcd5679,_0xfef60a){return _0xcd5679(_0xfef60a);},'tYTVg':_0x2e0ca3(0x38f),'XOfvJ':_0x2e0ca3(0x2e3),'UhjxA':_0x2e0ca3(0x383)};if(this[_0x2e0ca3(0x221)]){logger[_0x2e0ca3(0x3b9)](_0x3645f0[_0x2e0ca3(0x2b1)]);return;}try{const _0x4b96ae=_0x3645f0[_0x2e0ca3(0x2be)](require,_0x3645f0[_0x2e0ca3(0x395)]);_0x4b96ae&&_0x4b96ae[_0x2e0ca3(0x3c5)]?(_0x4b96ae[_0x2e0ca3(0x3c5)](),this[_0x2e0ca3(0x221)]=!![],logger[_0x2e0ca3(0x3b9)](_0x3645f0['XOfvJ'])):logger[_0x2e0ca3(0x3b9)](_0x3645f0[_0x2e0ca3(0x318)]);}catch(_0x13df1d){logger[_0x2e0ca3(0x3b9)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x2e0ca3(0x296)](_0x13df1d));}}[a104_0x2a8117(0x2c7)](_0x2768f4=null,_0x2080f8=null,_0x5a5833=null){const _0x52022e=a104_0x2a8117,_0x175269={'qXBCn':function(_0x285cc7,_0x2b20ef){return _0x285cc7&&_0x2b20ef;},'iEVmE':_0x52022e(0x20b),'yLxKI':function(_0x560e71,_0x211c25){return _0x560e71(_0x211c25);},'wgYsm':_0x52022e(0x34b),'VrIbP':_0x52022e(0x2f1),'nqVXa':_0x52022e(0x240),'uIfDH':function(_0xd5d7e4,_0x9af185){return _0xd5d7e4===_0x9af185;},'bSIri':function(_0x53f83c,_0x1ceb52){return _0x53f83c===_0x1ceb52;},'uCuAZ':_0x52022e(0x227),'Xbnez':function(_0x4166a6,_0x2e1b49){return _0x4166a6===_0x2e1b49;},'pRAYI':_0x52022e(0x38c),'yodXy':function(_0x194baa,_0x5bdaa5){return _0x194baa===_0x5bdaa5;},'lOsma':_0x52022e(0x2e5),'kUYYu':_0x52022e(0x2ed),'lCMjP':function(_0x11e75f,_0x30e2e6){return _0x11e75f!==_0x30e2e6;},'DnxrP':_0x52022e(0x291),'uCGay':function(_0x364c0e){return _0x364c0e();},'ykUVQ':_0x52022e(0x2ba),'hVjaq':function(_0x5c6115,_0x50ab14){return _0x5c6115(_0x50ab14);},'nLpsZ':function(_0x56454d,_0x30b220){return _0x56454d-_0x30b220;},'HxruX':function(_0x442deb,_0x4e3ca3){return _0x442deb(_0x4e3ca3);},'ZfAEc':function(_0x2cd795,_0x1890d1){return _0x2cd795!==_0x1890d1;},'aEOvM':function(_0x22abd8,_0x47a764){return _0x22abd8>_0x47a764;},'Huset':function(_0x166f9a,_0x482c3a){return _0x166f9a(_0x482c3a);},'appWv':_0x52022e(0x373)};try{if(_0x175269[_0x52022e(0x308)](!_0x2080f8,!_0x5a5833))return logger[_0x52022e(0x3b9)](_0x175269[_0x52022e(0x204)]),![];const {isUndefined:_0x30db80,isBrowserstackInfra:_0x194b6b}=_0x175269[_0x52022e(0x2c1)](require,_0x175269[_0x52022e(0x359)]);if(!accessibilityHelper[_0x52022e(0x304)]())return logger[_0x52022e(0x3b9)](_0x175269[_0x52022e(0x36a)]),![];const _0x3cbc3f=_0x2080f8['browserName']||_0x2080f8[_0x52022e(0x2a8)],_0x3d3e96=_0x2080f8['browserVersion']||_0x2080f8[_0x52022e(0x30b)];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x3cbc3f))return logger[_0x52022e(0x3b6)](_0x175269[_0x52022e(0x24f)]),![];if(accessibilityHelper[_0x52022e(0x307)](_0x3cbc3f))try{const _0x4e1790=_0x2080f8[_0x52022e(0x28c)],_0x571338=_0x175269['uIfDH'](_0x4e1790,!![])||_0x175269['bSIri'](_0x4e1790,_0x175269[_0x52022e(0x24b)])||_0x175269[_0x52022e(0x319)](typeof _0x4e1790,_0x175269[_0x52022e(0x333)])&&_0x175269[_0x52022e(0x27d)](_0x4e1790['toLowerCase'](),_0x175269[_0x52022e(0x24b)]);if(_0x571338)return logger[_0x52022e(0x3b6)](_0x175269[_0x52022e(0x223)]),![];const _0x494d4c=_0x2080f8?.['chromeOptions']?.['args']||_0x2080f8?.[_0x175269[_0x52022e(0x2eb)]]?.['args']||[];if(Array[_0x52022e(0x3b1)](_0x494d4c)&&_0x494d4c[_0x52022e(0x290)](_0x1a0f9c=>typeof _0x1a0f9c==='string'&&(_0x1a0f9c===_0x52022e(0x386)||_0x1a0f9c[_0x52022e(0x232)](_0x52022e(0x21c))&&_0x1a0f9c!==_0x52022e(0x257))))return logger['warn'](_0x175269[_0x52022e(0x223)]),![];}catch(_0x75a8fd){logger['debug']('Error\x20checking\x20headless\x20capability:\x20'+util[_0x52022e(0x296)](_0x75a8fd));}if(_0x175269[_0x52022e(0x31f)](_0x3d3e96,_0x175269[_0x52022e(0x1f7)])){const _0x22183a=_0x175269[_0x52022e(0x3a8)](_0x194b6b),_0x36f2ae=accessibilityHelper['getMinVersionForBrowser'](_0x3cbc3f,_0x22183a),_0x47ff5f=accessibilityHelper['getBrowserDisplayName'](_0x3cbc3f);if(!accessibilityHelper[_0x52022e(0x299)](_0x3d3e96,_0x36f2ae)){const _0xe494e9=_0x22183a?'':_0x175269['ykUVQ'],_0x32852f=Number[_0x52022e(0x3a9)](_0x175269[_0x52022e(0x30e)](parseFloat,_0x36f2ae))?_0x175269['nLpsZ'](_0x175269[_0x52022e(0x20d)](parseFloat,_0x36f2ae),0x1):_0x36f2ae;return logger[_0x52022e(0x3b6)](_0x52022e(0x34c)+_0x47ff5f+_0x52022e(0x3ad)+_0x32852f+'\x20'+_0xe494e9+'.'),![];}}else{const _0x1a77ad=_0x2080f8[_0x52022e(0x212)]||_0x2080f8[_0x52022e(0x30b)]||_0x2080f8[_0x52022e(0x340)];if(_0x1a77ad&&_0x175269[_0x52022e(0x25d)](_0x1a77ad,_0x175269[_0x52022e(0x1f7)])&&!_0x175269['aEOvM'](_0x175269['hVjaq'](parseFloat,_0x1a77ad),_0x175269[_0x52022e(0x3d8)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x175269[_0x52022e(0x283)]),![];}return!![];}catch(_0x332353){return logger[_0x52022e(0x3b9)](_0x52022e(0x35e)+_0x332353[_0x52022e(0x251)]),![];}}[a104_0x2a8117(0x387)](_0x5002a2=[],_0x44195,_0xc51c71=a104_0x2a8117(0x23d)){const _0x3de2d1=a104_0x2a8117,_0x1da9bc={'IMQMq':function(_0x16fee8,_0x48d33a){return _0x16fee8===_0x48d33a;},'BOmjW':_0x3de2d1(0x362),'qNhTU':function(_0x4bf2eb,_0x287a41){return _0x4bf2eb||_0x287a41;},'nakDP':function(_0xe05901,_0x26f68d){return _0xe05901===_0x26f68d;},'klCxY':function(_0x17a8a7,_0xa2ebb0){return _0x17a8a7&&_0xa2ebb0;},'tIAWu':_0x3de2d1(0x30d),'Hozuu':function(_0x4d4946,_0x1d5d5f){return _0x4d4946===_0x1d5d5f;},'pGpCF':function(_0x584fa4,_0x164ba3){return _0x584fa4(_0x164ba3);},'htVrm':function(_0x25f625,_0x578a06){return _0x25f625>_0x578a06;}};try{const _0x3ef107=process['env'][_0x3de2d1(0x262)]?JSON['parse'](process[_0x3de2d1(0x2ac)][_0x3de2d1(0x262)]):null;if(!_0x3ef107)return!![];const _0x6b0f4e=Array[_0x3de2d1(0x3b1)](_0x3ef107[_0x3de2d1(0x2a5)])?_0x3ef107['includeTagsInTestingScope']:[],_0xcbfa5f=Array['isArray'](_0x3ef107[_0x3de2d1(0x344)])?_0x3ef107[_0x3de2d1(0x344)]:[];if(_0x1da9bc[_0x3de2d1(0x295)](_0xc51c71,_0x1da9bc[_0x3de2d1(0x3e0)])){let _0x58ffce;Array[_0x3de2d1(0x3b1)](_0x5002a2)?_0x58ffce=_0x5002a2['join']('\x20'):_0x58ffce=_0x1da9bc['qNhTU'](_0x5002a2,'');const _0x108bc2=_0xcbfa5f[_0x3de2d1(0x290)](_0xd57426=>_0x58ffce[_0x3de2d1(0x2de)](_0xd57426)),_0x2db436=_0x1da9bc[_0x3de2d1(0x337)](_0x6b0f4e[_0x3de2d1(0x2dd)],0x0)||_0x6b0f4e[_0x3de2d1(0x290)](_0x3b0cba=>_0x58ffce[_0x3de2d1(0x2de)](_0x3b0cba)),_0x17cc5d=_0x1da9bc[_0x3de2d1(0x2b3)](!_0x108bc2,_0x2db436);return logger[_0x3de2d1(0x3b9)](_0x3de2d1(0x30c)+(_0x44195?.[_0x3de2d1(0x371)]?.()||_0x1da9bc['tIAWu'])+']\x20isEnabledTestcase\x20(jest)\x20result='+_0x17cc5d+_0x3de2d1(0x357)+_0x58ffce+_0x3de2d1(0x354)+JSON[_0x3de2d1(0x2b7)](_0x6b0f4e)+_0x3de2d1(0x2fe)+JSON[_0x3de2d1(0x2b7)](_0xcbfa5f)),_0x17cc5d;}const _0x5f1a6a=Array[_0x3de2d1(0x3b1)](_0x5002a2)?_0x5002a2:[];let _0x5a429e=![],_0x10e807=_0x1da9bc['Hozuu'](_0x6b0f4e[_0x3de2d1(0x2dd)],0x0);const _0x40f790=_0x23fd81=>typeof _0x23fd81===_0x3de2d1(0x38c)?_0x23fd81[_0x3de2d1(0x3d1)](/^@/,'')['toLowerCase']()['trim']():_0x23fd81,_0x184ea6=new Set(_0x6b0f4e['map'](_0x40f790)),_0x25f2de=new Set(_0xcbfa5f[_0x3de2d1(0x1f3)](_0x40f790));for(const _0x58de83 of _0x5f1a6a){const _0xaa5ad1=_0x1da9bc[_0x3de2d1(0x297)](_0x40f790,_0x58de83);_0x25f2de[_0x3de2d1(0x2e2)](_0xaa5ad1)&&(_0x5a429e=!![]),_0x1da9bc[_0x3de2d1(0x2d6)](_0x184ea6[_0x3de2d1(0x2e0)],0x0)&&_0x184ea6[_0x3de2d1(0x2e2)](_0xaa5ad1)&&(_0x10e807=!![]);}const _0x35df0b=_0x1da9bc[_0x3de2d1(0x2b3)](_0x10e807,!_0x5a429e);return logger[_0x3de2d1(0x3b9)](_0x3de2d1(0x30c)+(_0x44195?.[_0x3de2d1(0x371)]?.()||_0x1da9bc[_0x3de2d1(0x31e)])+_0x3de2d1(0x32c)+_0x35df0b+_0x3de2d1(0x394)+JSON['stringify'](_0x5f1a6a)+_0x3de2d1(0x354)+JSON[_0x3de2d1(0x2b7)](_0x6b0f4e)+',\x20excludeTags='+JSON[_0x3de2d1(0x2b7)](_0xcbfa5f)),_0x35df0b;}catch(_0x1e649a){return logger['debug']('[platform\x20-\x20'+(_0x44195?.[_0x3de2d1(0x371)]?.()||_0x1da9bc[_0x3de2d1(0x31e)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x1e649a[_0x3de2d1(0x251)]),![];}}async[a104_0x2a8117(0x1ee)](_0x1c44da){const _0x209e5d=a104_0x2a8117,_0x31714d={};_0x31714d[_0x209e5d(0x224)]=function(_0x10498e,_0x15670c){return _0x10498e!==_0x15670c;},_0x31714d[_0x209e5d(0x3c8)]=_0x209e5d(0x23d),_0x31714d[_0x209e5d(0x219)]=_0x209e5d(0x362),_0x31714d[_0x209e5d(0x225)]=function(_0x289320,_0x1895cc){return _0x289320!==_0x1895cc;},_0x31714d[_0x209e5d(0x300)]='testcafe',_0x31714d[_0x209e5d(0x23e)]=function(_0x13112b,_0x4e4be1){return _0x13112b===_0x4e4be1;},_0x31714d[_0x209e5d(0x268)]=_0x209e5d(0x227),_0x31714d[_0x209e5d(0x303)]=_0x209e5d(0x22c),_0x31714d[_0x209e5d(0x209)]=_0x209e5d(0x3ca),_0x31714d[_0x209e5d(0x2b4)]=_0x209e5d(0x259),_0x31714d['kltJx']=_0x209e5d(0x30f),_0x31714d[_0x209e5d(0x355)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x31714d[_0x209e5d(0x241)]=function(_0x205c8f,_0x524c00){return _0x205c8f===_0x524c00;},_0x31714d[_0x209e5d(0x33f)]=_0x209e5d(0x28a),_0x31714d[_0x209e5d(0x2d0)]=function(_0x1a8a96,_0x3d167e){return _0x1a8a96>_0x3d167e;},_0x31714d['EAnOF']=_0x209e5d(0x3b0),_0x31714d[_0x209e5d(0x369)]=_0x209e5d(0x3b8),_0x31714d[_0x209e5d(0x376)]=function(_0x5365fb,_0x4c92f6){return _0x5365fb&&_0x4c92f6;},_0x31714d[_0x209e5d(0x372)]=_0x209e5d(0x30d);const _0x361564=_0x31714d;if(_0x361564[_0x209e5d(0x224)](_0x1c44da['testFramework'],_0x361564['jrssu'])&&_0x361564[_0x209e5d(0x224)](_0x1c44da[_0x209e5d(0x3da)],_0x361564[_0x209e5d(0x219)])&&_0x361564[_0x209e5d(0x225)](_0x1c44da[_0x209e5d(0x3da)],_0x361564[_0x209e5d(0x300)])){logger[_0x209e5d(0x3b9)](_0x209e5d(0x292)+_0x1c44da[_0x209e5d(0x3da)]+')');return;}try{const _0x545744=AutomationFramework['getTrackedInstance'](),_0x56faa8=TestFramework[_0x209e5d(0x1ff)](),_0x3d9737=_0x1c44da[_0x209e5d(0x1f6)]||global[_0x209e5d(0x1fc)]?.['pwPage']||null;if(_0x361564['YlIAJ'](_0x1c44da[_0x209e5d(0x3da)],_0x361564['PUUbv'])){const _0x27ec2c=_0x1c44da[_0x209e5d(0x321)]||_0x545744&&_0x545744['getPlatformCaps']&&_0x545744[_0x209e5d(0x379)]()||_0x545744&&_0x545744[_0x209e5d(0x346)]&&_0x545744[_0x209e5d(0x346)]()||{},_0x4c6b1c=_0x1c44da[_0x209e5d(0x382)]||null,_0x347cc0=this['isPlatformSupported'](_0x545744,_0x27ec2c,_0x4c6b1c),_0x552253=CLIUtils[_0x209e5d(0x1f5)]();this[_0x209e5d(0x236)]['set'](_0x552253,_0x347cc0);global['Context']?.['getContext']&&global[_0x209e5d(0x34d)][_0x209e5d(0x245)]()['setShouldScan'](_0x347cc0);_0x347cc0?(global[_0x209e5d(0x334)]=!![],process[_0x209e5d(0x2ac)][_0x209e5d(0x3af)]=_0x361564[_0x209e5d(0x268)]):global[_0x209e5d(0x334)]=![];logger[_0x209e5d(0x3b9)](_0x209e5d(0x2f4)+_0x347cc0);return;}if(!_0x3d9737){_0x56faa8&&_0x56faa8[_0x209e5d(0x3a0)](_0x361564[_0x209e5d(0x303)],!![]);logger[_0x209e5d(0x3b9)](_0x361564['VInOE']);return;}logger[_0x209e5d(0x3b9)](_0x361564[_0x209e5d(0x2b4)]);const _0x4e18c9=_0x56faa8?.[_0x209e5d(0x202)](_0x361564[_0x209e5d(0x2bb)],![]),_0x482eaa=_0x56faa8?.[_0x209e5d(0x202)](_0x361564['NdGdj'],![]);if(_0x361564[_0x209e5d(0x23e)](_0x4e18c9,![])&&_0x361564['YlIAJ'](_0x482eaa,![])){_0x56faa8&&_0x56faa8[_0x209e5d(0x3a0)](_0x361564[_0x209e5d(0x2bb)],!![]);logger[_0x209e5d(0x3b9)](_0x361564['jYhXU']);return;}_0x56faa8&&_0x56faa8[_0x209e5d(0x3a0)](_0x361564[_0x209e5d(0x303)],!![]);let _0x4ffc4e,_0x4b79b8;const _0x1482a2=_0x1c44da['testFramework']||_0x361564[_0x209e5d(0x3c8)];if(_0x361564[_0x209e5d(0x241)](_0x1482a2,_0x361564['zMMuY'])){_0x4b79b8=_0x1c44da[_0x209e5d(0x323)]?.[_0x209e5d(0x38d)]||_0x1c44da[_0x209e5d(0x323)]?.['id']||global[_0x209e5d(0x2b0)]||global[_0x209e5d(0x1fc)]?.['currentTest']?.[_0x209e5d(0x38d)]||global[_0x209e5d(0x1fc)]?.['currentTest']?.['id'];const _0xe9f0b0=_0x56faa8?.[_0x209e5d(0x39d)]()?.[_0x209e5d(0x293)](_0x4b79b8);if(_0xe9f0b0&&_0xe9f0b0[TestFrameworkConstants[_0x209e5d(0x2c6)]])_0x4ffc4e=_0xe9f0b0[TestFrameworkConstants[_0x209e5d(0x2c6)]];else{if(_0x1c44da['testInfo']?.[_0x209e5d(0x3d9)])_0x4ffc4e=_0x1c44da['testInfo']['titlePath'];else global[_0x209e5d(0x1fc)]?.[_0x209e5d(0x281)]?.[_0x209e5d(0x323)]?.[_0x209e5d(0x3d9)]?_0x4ffc4e=global[_0x209e5d(0x1fc)]['currentTest'][_0x209e5d(0x323)]['titlePath']:_0x4ffc4e=_0x361564[_0x209e5d(0x33f)];}logger[_0x209e5d(0x3b9)](_0x209e5d(0x3d0)+_0x4b79b8+_0x209e5d(0x357)+JSON[_0x209e5d(0x2b7)](_0x4ffc4e));}else{_0x4b79b8=this[_0x209e5d(0x342)](_0x1c44da);const _0x2f5f56=TestInfo['getTestDetails'](_0x4b79b8);let _0x4ddd09=[];if(_0x2f5f56&&Array[_0x209e5d(0x3b1)](_0x2f5f56[_0x209e5d(0x3b8)])&&_0x361564[_0x209e5d(0x2d0)](_0x2f5f56['test_tags'][_0x209e5d(0x2dd)],0x0))_0x4ddd09=_0x2f5f56['test_tags'];else{if(_0x56faa8){const _0x46cb99=_0x361564['PQCYi'](typeof _0x56faa8['getData'],_0x361564['EAnOF'])?_0x56faa8[_0x209e5d(0x202)](_0x361564[_0x209e5d(0x369)],[]):_0x56faa8[_0x209e5d(0x3b8)]||[];Array[_0x209e5d(0x3b1)](_0x46cb99)&&(_0x4ddd09=_0x46cb99);}}_0x4ffc4e=_0x4ddd09;}logger[_0x209e5d(0x2e4)](_0x209e5d(0x3cf)+JSON[_0x209e5d(0x2b7)](_0x4ffc4e));const _0x1ebbaf=this[_0x209e5d(0x2c7)](_0x545744,_0x1c44da[_0x209e5d(0x321)],_0x1c44da[_0x209e5d(0x382)]);logger[_0x209e5d(0x3b9)](_0x209e5d(0x2a0)+_0x1ebbaf+_0x209e5d(0x38a)+this[_0x209e5d(0x20f)]);const _0x855700=this[_0x209e5d(0x387)](_0x4ffc4e,_0x545744,_0x1482a2),_0x3c667a=_0x361564[_0x209e5d(0x376)](_0x1ebbaf,_0x855700),_0x2a973b=CLIUtils['getCurrentInstanceName']();this[_0x209e5d(0x236)][_0x209e5d(0x384)](_0x2a973b,_0x3c667a),global['Context']?.[_0x209e5d(0x245)]&&global[_0x209e5d(0x34d)]['getContext']()[_0x209e5d(0x214)](_0x3c667a),logger[_0x209e5d(0x3b9)](_0x209e5d(0x30c)+(_0x545744?.['getPlatformIndex']?.()||_0x361564[_0x209e5d(0x372)])+']\x20should\x20run\x20accessibility\x20value='+_0x3c667a),_0x3c667a?(global['accessibilityPlatform']=!![],process[_0x209e5d(0x2ac)][_0x209e5d(0x3af)]=_0x361564['qRPgG'],this['applySendMessageToServerPatch']()):global[_0x209e5d(0x334)]=![];}catch(_0x12d4ed){logger[_0x209e5d(0x21b)](_0x209e5d(0x330)+(_0x12d4ed['stack']||_0x12d4ed[_0x209e5d(0x251)]));const _0x1439a1=CLIUtils[_0x209e5d(0x1f5)]();this[_0x209e5d(0x236)][_0x209e5d(0x384)](_0x1439a1,![]),global[_0x209e5d(0x334)]=![];}}[a104_0x2a8117(0x2db)](){const _0x5ca8a7=a104_0x2a8117;return this[_0x5ca8a7(0x3c7)][_0x5ca8a7(0x3de)](_0x43ba70=>_0x43ba70[_0x5ca8a7(0x2af)]()===_0x5ca8a7(0x2ed))?.[_0x5ca8a7(0x33e)]()||'';}[a104_0x2a8117(0x2e9)](_0x47a6b7){const _0x17f1e7=a104_0x2a8117;try{const _0x597d4f=this['accessibilityConfig']?.[_0x17f1e7(0x26e)]?.[_0x17f1e7(0x38b)]||[],_0x520b8e=_0x597d4f['find'](_0x306b32=>_0x306b32[_0x17f1e7(0x2ff)]===_0x47a6b7);return _0x520b8e?_0x520b8e[_0x17f1e7(0x368)]:null;}catch(_0x3d16ca){return logger['debug'](_0x17f1e7(0x2fd)+_0x47a6b7+':\x20'+_0x3d16ca[_0x17f1e7(0x251)]),null;}}async[a104_0x2a8117(0x2cd)](_0x502b3a,_0x121411){const _0x519989=a104_0x2a8117,_0x1f693c=_0x502b3a['getAccessibility']()[_0x519989(0x350)](),_0xc5d3d4=_0x1f693c['getScriptsList'](),_0x52585a=_0x1f693c[_0x519989(0x353)]()?.[_0x519989(0x301)]();scripts['parseFromProto'](_0xc5d3d4,_0x52585a),scripts['toJson']();const _0x3d5a64=_0x1f693c[_0x519989(0x2c9)]();this['capabilities']=_0x1f693c[_0x519989(0x2c9)](),await this['setAccessibilityToken'](_0x3d5a64,_0x121411[_0x519989(0x382)]);}async[a104_0x2a8117(0x2bf)](_0x4f7c99,_0x3cdae8={}){const _0x398b78=a104_0x2a8117,_0x176e87={'jWhBm':function(_0x25b091,_0x284f62){return _0x25b091===_0x284f62;},'lxvzr':_0x398b78(0x2aa),'GZiqX':_0x398b78(0x230),'ZYFKN':function(_0x13467c,_0x2310e0){return _0x13467c(_0x2310e0);},'yceYG':_0x398b78(0x261),'mKPxy':_0x398b78(0x34b),'rYSIK':_0x398b78(0x20e),'OLcHL':_0x398b78(0x2ae),'LplYO':_0x398b78(0x31a),'mMXkr':_0x398b78(0x2ab),'QTAuf':_0x398b78(0x222),'VwnOW':_0x398b78(0x26a),'BOrJH':function(_0x168a2d,_0x113bb8){return _0x168a2d===_0x113bb8;},'dMpJV':_0x398b78(0x35f),'NudLT':function(_0x4a848f,_0x341e3d){return _0x4a848f===_0x341e3d;},'NPggZ':function(_0x543147,_0x4ece80){return _0x543147===_0x4ece80;},'gEgAW':_0x398b78(0x227)};global[_0x398b78(0x3b3)]=global[_0x398b78(0x3b3)]||{};for(const _0x1999c8 of _0x4f7c99){logger[_0x398b78(0x2e4)](_0x398b78(0x37d)+_0x1999c8[_0x398b78(0x2af)]()+_0x398b78(0x2f6)+_0x1999c8['getValue']());if(_0x176e87['jWhBm'](_0x1999c8[_0x398b78(0x2af)](),_0x176e87[_0x398b78(0x246)])){const _0x55203c=_0x1999c8[_0x398b78(0x33e)]();process['env'][_0x398b78(0x324)]=_0x55203c,global[_0x398b78(0x3b3)][_0x176e87[_0x398b78(0x32a)]]=_0x55203c;const _0x5ee970=_0x176e87[_0x398b78(0x250)](require,_0x176e87['yceYG']),{isTrue:_0x5db130}=_0x176e87[_0x398b78(0x250)](require,_0x176e87[_0x398b78(0x3d2)]),_0x42a574=_0x5ee970[_0x398b78(0x276)](_0x55203c);_0x42a574&&_0x176e87[_0x398b78(0x250)](_0x5db130,_0x42a574['skipCDPConnectOverride'])&&(process[_0x398b78(0x2ac)][_0x398b78(0x28f)]=!![]);}else{if(_0x176e87[_0x398b78(0x37c)](_0x1999c8[_0x398b78(0x2af)](),_0x176e87[_0x398b78(0x3a7)]))global['__accessibilityOptions'][_0x176e87[_0x398b78(0x380)]]=_0x1999c8[_0x398b78(0x33e)]();else{if(_0x176e87[_0x398b78(0x37c)](_0x1999c8[_0x398b78(0x2af)](),_0x176e87[_0x398b78(0x3c9)]))global[_0x398b78(0x3b3)][_0x176e87[_0x398b78(0x351)]]=_0x1999c8[_0x398b78(0x33e)]();else{if(_0x176e87['jWhBm'](_0x1999c8['getName'](),_0x176e87[_0x398b78(0x286)]))global[_0x398b78(0x3b3)][_0x176e87['VwnOW']]=_0x1999c8['getValue']();else{if(_0x176e87[_0x398b78(0x2d8)](_0x1999c8['getName'](),_0x176e87['dMpJV'])){const _0x377eb1=_0x1999c8[_0x398b78(0x33e)]();process[_0x398b78(0x2ac)][_0x398b78(0x2e1)]=_0x176e87[_0x398b78(0x250)](String,_0x176e87[_0x398b78(0x3c4)](_0x377eb1,!![])||_0x176e87[_0x398b78(0x3a2)](_0x377eb1,_0x176e87[_0x398b78(0x253)])),logger['debug'](_0x398b78(0x27f)+_0x377eb1+_0x398b78(0x2bd)+process['env'][_0x398b78(0x2e1)]);}}}}}}}async[a104_0x2a8117(0x1e6)](_0x14e96b){const _0x1c4e5f=a104_0x2a8117,_0x17181e={};_0x17181e[_0x1c4e5f(0x313)]=function(_0x26ec83,_0x4d4596){return _0x26ec83!==_0x4d4596;},_0x17181e['ZLnZV']=_0x1c4e5f(0x23d),_0x17181e['FgEnt']=function(_0x2a0770,_0x4c4ed3){return _0x2a0770!==_0x4c4ed3;},_0x17181e[_0x1c4e5f(0x3c0)]=_0x1c4e5f(0x362),_0x17181e['fPbMn']=function(_0x27c94d,_0x33dee3){return _0x27c94d!==_0x33dee3;},_0x17181e[_0x1c4e5f(0x274)]='testcafe',_0x17181e['ApQev']=_0x1c4e5f(0x30d);const _0x28c9ae=_0x17181e;if(_0x28c9ae[_0x1c4e5f(0x313)](_0x14e96b['testFramework'],_0x28c9ae['ZLnZV'])&&_0x28c9ae[_0x1c4e5f(0x282)](_0x14e96b['testFramework'],_0x28c9ae[_0x1c4e5f(0x3c0)])&&_0x28c9ae[_0x1c4e5f(0x3b4)](_0x14e96b['testFramework'],_0x28c9ae[_0x1c4e5f(0x274)])){logger['debug'](_0x1c4e5f(0x280)+_0x14e96b[_0x1c4e5f(0x3da)]+')');return;}const _0x22e877=_0x14e96b[_0x1c4e5f(0x323)]?.[_0x1c4e5f(0x38d)]||_0x14e96b[_0x1c4e5f(0x323)]?.['id']||global[_0x1c4e5f(0x2b0)];logger[_0x1c4e5f(0x2e4)](_0x1c4e5f(0x1fd)+_0x14e96b['testFramework']+',\x20testIdentifier='+_0x22e877);try{const _0x4f86be=_0x14e96b['instance']||AutomationFramework['getTrackedInstance'](),_0x23b16e=CLIUtils['getCurrentInstanceName'](),_0x2a8f13=this[_0x1c4e5f(0x343)]();logger[_0x1c4e5f(0x3b9)]('[platform\x20-\x20'+(_0x4f86be?.['getPlatformIndex']?.()||_0x28c9ae[_0x1c4e5f(0x360)])+_0x1c4e5f(0x3be)+_0x2a8f13),_0x2a8f13&&await this[_0x1c4e5f(0x315)](_0x4f86be,_0x14e96b),this['accessibility'][_0x1c4e5f(0x1f2)](_0x23b16e),this['LOG_DISABLED_SHOWN'][_0x1c4e5f(0x1f2)](_0x23b16e);}catch(_0x2d7fb2){logger['error'](_0x1c4e5f(0x397)+(_0x2d7fb2[_0x1c4e5f(0x32d)]||_0x2d7fb2[_0x1c4e5f(0x251)]));}}async['stopTestCapture'](_0x14359c,_0x5bed30){const _0x356b63=a104_0x2a8117,_0x17c8f3={};_0x17c8f3[_0x356b63(0x36c)]=function(_0x17ae6f,_0x1fe84f){return _0x17ae6f===_0x1fe84f;},_0x17c8f3[_0x356b63(0x234)]=_0x356b63(0x3b0),_0x17c8f3[_0x356b63(0x31b)]=function(_0x36f2e7,_0x4d2cfa){return _0x36f2e7===_0x4d2cfa;},_0x17c8f3[_0x356b63(0x2dc)]=_0x356b63(0x362),_0x17c8f3[_0x356b63(0x26f)]='cucumber',_0x17c8f3[_0x356b63(0x2e7)]=function(_0x13d75b,_0xc79a15){return _0x13d75b===_0xc79a15;},_0x17c8f3[_0x356b63(0x284)]=_0x356b63(0x31d),_0x17c8f3['ZYlji']=_0x356b63(0x236),_0x17c8f3[_0x356b63(0x29e)]=_0x356b63(0x33a),_0x17c8f3[_0x356b63(0x2ef)]='unknown',_0x17c8f3['qvyMD']=_0x356b63(0x34e),_0x17c8f3[_0x356b63(0x37b)]='null',_0x17c8f3[_0x356b63(0x320)]=function(_0x426830,_0x24075e){return _0x426830||_0x24075e;},_0x17c8f3['WFXOC']=function(_0x1f289e,_0x1b5090){return _0x1f289e||_0x1b5090;},_0x17c8f3[_0x356b63(0x3a5)]=function(_0xee2cd1,_0x431666){return _0xee2cd1||_0x431666;},_0x17c8f3[_0x356b63(0x33b)]=_0x356b63(0x265),_0x17c8f3[_0x356b63(0x3a1)]='AUTOMATION_SESSIONS',_0x17c8f3['RBbQS']='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x5050c2=_0x17c8f3;try{const _0x231994=_0x5bed30['testFramework']||(_0x5050c2[_0x356b63(0x31b)](this['testFrameworkData']?.[_0x356b63(0x2ff)]?.[_0x356b63(0x367)](),_0x5050c2[_0x356b63(0x2dc)])?_0x5050c2[_0x356b63(0x2dc)]:_0x5050c2[_0x356b63(0x26f)]);let _0x47bf31='',_0x4bd41e=null,_0x5ad87c=null;if(_0x5050c2[_0x356b63(0x2e7)](_0x231994,_0x5050c2['DnjUt'])){_0x4bd41e=_0x5bed30[_0x356b63(0x323)]?.[_0x356b63(0x38d)]||_0x5bed30['testInfo']?.['id']||global[_0x356b63(0x2b0)];if(!_0x4bd41e){logger['warn'](_0x5050c2[_0x356b63(0x284)]);return;}try{const _0x15a383=await GrpcClient[_0x356b63(0x399)]()[_0x356b63(0x2c0)](process[_0x356b63(0x2ac)][_0x356b63(0x2ad)],_0x5050c2[_0x356b63(0x310)],_0x5050c2[_0x356b63(0x29e)],_0x4bd41e),_0xbfc0a4=AccessibilityModule[_0x356b63(0x242)](null,_0x15a383);_0x47bf31=_0xbfc0a4?.[_0x356b63(0x339)]||'',logger[_0x356b63(0x3b9)](_0x356b63(0x3a3)+_0x47bf31+_0x356b63(0x392)+_0x4bd41e),_0x5ad87c=_0x15a383;}catch(_0x1fb91e){logger[_0x356b63(0x21b)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x1fb91e['message']);return;}}else{const _0xa1b65a=this[_0x356b63(0x342)](_0x5bed30);_0x47bf31=TestInfo[_0x356b63(0x23a)](_0xa1b65a);}const _0x76991=((()=>{const _0x47fbc6=_0x356b63,_0x3ace5f=(this[_0x47fbc6(0x220)]?.[_0x47fbc6(0x26e)]?.[_0x47fbc6(0x38b)]||[])['find'](_0xbb4dbb=>(typeof _0xbb4dbb[_0x47fbc6(0x2af)]===_0x47fbc6(0x3b0)?_0xbb4dbb[_0x47fbc6(0x2af)]():_0xbb4dbb['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x3ace5f?_0x5050c2['NjiSX'](typeof _0x3ace5f[_0x47fbc6(0x33e)],_0x5050c2[_0x47fbc6(0x234)])?_0x3ace5f[_0x47fbc6(0x33e)]():_0x3ace5f['value']:'';})()),_0x1c2a88=process[_0x356b63(0x2ac)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x356b63(0x3b9)](_0x356b63(0x30c)+(_0x14359c?.[_0x356b63(0x371)]?.()||_0x5050c2[_0x356b63(0x2ef)])+']\x20clear\x20'+_0x47bf31+_0x356b63(0x332)+_0x76991+_0x356b63(0x215)+(_0x1c2a88?_0x5050c2['qvyMD']:_0x5050c2[_0x356b63(0x37b)]));let _0x20303e;if(_0x5050c2[_0x356b63(0x2e7)](_0x231994,_0x5050c2[_0x356b63(0x2dc)]))_0x20303e=AccessibilityModule[_0x356b63(0x242)](_0x47bf31,_0x5ad87c);else{const _0x4effdb=await GrpcClient['getInstance']()[_0x356b63(0x2c0)](process[_0x356b63(0x2ac)][_0x356b63(0x2ad)],_0x5050c2['ZYlji'],_0x5050c2[_0x356b63(0x29e)]);_0x20303e=AccessibilityModule[_0x356b63(0x242)](_0x47bf31,_0x4effdb);}logger[_0x356b63(0x3b9)](_0x356b63(0x388)+JSON[_0x356b63(0x2b7)](_0x20303e));const _0x10adc7=Object[_0x356b63(0x216)]({},{'thTestRunUuid':_0x5050c2[_0x356b63(0x320)](_0x47bf31,''),'thBuildUuid':_0x5050c2[_0x356b63(0x24a)](_0x76991,''),'thJwtToken':_0x5050c2['xirmJ'](_0x1c2a88,'')},_0x20303e);!this[_0x356b63(0x20f)]&&this[_0x356b63(0x3e3)]()&&(_0x10adc7[_0x356b63(0x22a)]=!![],logger[_0x356b63(0x3b9)](_0x5050c2['KzNrT']));logger[_0x356b63(0x3b9)](_0x356b63(0x21d)+_0x47bf31+_0x356b63(0x38a)+this[_0x356b63(0x20f)]);let _0x3e8186=global[_0x356b63(0x1fc)]?.[_0x356b63(0x32e)]||null;!_0x3e8186&&(_0x3e8186=AutomationFramework['getState'](_0x14359c,_0x5050c2[_0x356b63(0x3a1)],null)),!_0x3e8186&&(_0x3e8186=AutomationFramework[_0x356b63(0x2a9)](_0x14359c,_0x5050c2[_0x356b63(0x2df)],null)),await this[_0x356b63(0x273)](this[_0x356b63(0x343)](),_0x47bf31,_0x3e8186,_0x10adc7,this['isAppAccessibility']);}catch(_0x1c1873){logger[_0x356b63(0x21b)](_0x356b63(0x1e8)+(_0x1c1873[_0x356b63(0x32d)]||_0x1c1873['message']));}}async['finishScanningForCli'](_0x826089,_0x21f50e,_0x197de8,_0x15432f,_0x25c4da){const _0x447589=a104_0x2a8117,_0x5df86a={};_0x5df86a[_0x447589(0x2cc)]=_0x447589(0x33a),_0x5df86a[_0x447589(0x35d)]=function(_0x441ce1,_0x218ee5){return _0x441ce1&&_0x218ee5;},_0x5df86a[_0x447589(0x2a7)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x5df86a[_0x447589(0x29b)]=function(_0x14b9b6,_0x3ddc80){return _0x14b9b6===_0x3ddc80;},_0x5df86a[_0x447589(0x1ed)]=_0x447589(0x39a),_0x5df86a[_0x447589(0x1f8)]=function(_0x1b55cd,_0x30255e){return _0x1b55cd===_0x30255e;},_0x5df86a['dVDzz']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x5df86a['LpXqd']=_0x447589(0x29a),_0x5df86a[_0x447589(0x2d5)]=_0x447589(0x2a6),_0x5df86a[_0x447589(0x266)]=_0x447589(0x3cd),_0x5df86a[_0x447589(0x229)]=function(_0xb4e198,_0x1e44fc){return _0xb4e198&&_0x1e44fc;},_0x5df86a[_0x447589(0x3d7)]=_0x447589(0x3bc),_0x5df86a[_0x447589(0x306)]='a11y:save-results',_0x5df86a['RAGKd']='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x95cc18=_0x5df86a;try{const _0x3a2a5d=this[_0x447589(0x385)](_0x95cc18[_0x447589(0x2cc)]);if(_0x95cc18['TSGDR'](!_0x25c4da,!_0x3a2a5d)){logger['debug'](_0x95cc18[_0x447589(0x2a7)]);return;}if(!_0x21f50e||_0x95cc18[_0x447589(0x29b)](_0x21f50e,_0x95cc18[_0x447589(0x1ed)])||_0x95cc18['IkGJu'](_0x21f50e,'')){logger[_0x447589(0x3b9)](_0x95cc18['dVDzz']);return;}logger[_0x447589(0x3b9)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON[_0x447589(0x2b7)](_0x15432f)),_0x826089&&(logger[_0x447589(0x3b9)](_0x95cc18[_0x447589(0x288)]),await this[_0x447589(0x24c)](_0x197de8,_0x21f50e,_0x95cc18[_0x447589(0x2d5)],_0x15432f,_0x25c4da,_0x95cc18[_0x447589(0x266)]),_0x95cc18[_0x447589(0x229)](!_0x25c4da,_0x3a2a5d)&&(logger[_0x447589(0x3b9)](_0x95cc18[_0x447589(0x3d7)]),await PerformanceTester[_0x447589(0x2ce)](_0x95cc18[_0x447589(0x306)],async()=>{const _0x32413b=_0x447589;await this[_0x32413b(0x24c)](_0x197de8,_0x21f50e,_0x95cc18[_0x32413b(0x2cc)],_0x15432f,_0x25c4da,_0x95cc18[_0x32413b(0x2cc)]);})()),logger['info'](_0x95cc18['RAGKd']));}catch(_0x3a0344){logger[_0x447589(0x21b)](_0x447589(0x249)+(_0x3a0344[_0x447589(0x32d)]||_0x3a0344[_0x447589(0x251)]));}}async[a104_0x2a8117(0x312)](_0x355b8c){const _0x27be81=a104_0x2a8117,_0x576519={};_0x576519[_0x27be81(0x2bc)]=function(_0x1a230e,_0x26e1fc){return _0x1a230e!==_0x26e1fc;},_0x576519[_0x27be81(0x389)]='cucumber',_0x576519[_0x27be81(0x26d)]=function(_0x3d042f,_0x566739){return _0x3d042f!==_0x566739;},_0x576519[_0x27be81(0x2b8)]=_0x27be81(0x362),_0x576519[_0x27be81(0x3d5)]=function(_0x4ca7bd,_0x459ce7){return _0x4ca7bd!==_0x459ce7;},_0x576519[_0x27be81(0x311)]=_0x27be81(0x25e),_0x576519[_0x27be81(0x2d4)]=_0x27be81(0x30d),_0x576519[_0x27be81(0x2f5)]=_0x27be81(0x36d),_0x576519[_0x27be81(0x3a4)]=function(_0x27995a,_0x296742){return _0x27995a===_0x296742;},_0x576519['kuITp']=_0x27be81(0x377),_0x576519[_0x27be81(0x2f7)]='accessibility',_0x576519[_0x27be81(0x37f)]='performScan',_0x576519[_0x27be81(0x2d7)]='test_run_id',_0x576519[_0x27be81(0x1fa)]=_0x27be81(0x1e7),_0x576519[_0x27be81(0x248)]=function(_0x2f8d5f,_0xa39069){return _0x2f8d5f===_0xa39069;},_0x576519[_0x27be81(0x25b)]='scan',_0x576519[_0x27be81(0x3b2)]=_0x27be81(0x39a);const _0x55ddee=_0x576519;if(_0x55ddee[_0x27be81(0x2bc)](_0x355b8c[_0x27be81(0x3da)],_0x55ddee[_0x27be81(0x389)])&&_0x55ddee[_0x27be81(0x26d)](_0x355b8c['testFramework'],_0x55ddee[_0x27be81(0x2b8)])&&_0x55ddee[_0x27be81(0x3d5)](_0x355b8c[_0x27be81(0x3da)],_0x55ddee[_0x27be81(0x311)])){logger[_0x27be81(0x3b9)](_0x27be81(0x1f4)+_0x355b8c[_0x27be81(0x3da)]+')');return;}logger[_0x27be81(0x3b9)](_0x27be81(0x28b)+(_0x355b8c['commandName']||_0x55ddee['TDSWL'])+_0x27be81(0x393)+_0x355b8c[_0x27be81(0x3da)]);try{const _0x13e7bf=_0x355b8c[_0x27be81(0x23f)]||AutomationFramework[_0x27be81(0x1ff)](),_0x34e340=TestFramework[_0x27be81(0x1ff)](),_0x5555a9=_0x355b8c['commandName']||_0x355b8c[_0x27be81(0x258)]?.[_0x27be81(0x2af)]();if(!_0x5555a9){logger['debug'](_0x55ddee[_0x27be81(0x2f5)]);return;}if(!this[_0x27be81(0x343)]()){logger[_0x27be81(0x3b9)](_0x27be81(0x269)+_0x5555a9);return;}if(!this[_0x27be81(0x254)](_0x5555a9)){logger[_0x27be81(0x3b9)](_0x27be81(0x35a)+_0x5555a9+_0x27be81(0x217));return;}const _0x461a1e=_0x355b8c['page']||global['__workerDetails']?.['pwPage'];if(!_0x461a1e){logger[_0x27be81(0x3b9)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x5555a9);return;}let _0x30b7bb='',_0x539c8e=null;if(_0x55ddee[_0x27be81(0x3a4)](_0x355b8c[_0x27be81(0x3da)],_0x55ddee[_0x27be81(0x2b8)])){_0x539c8e=_0x355b8c['testInfo']?.[_0x27be81(0x38d)]||_0x355b8c['testInfo']?.['id']||global[_0x27be81(0x2b0)];if(!_0x539c8e){logger[_0x27be81(0x3b6)](_0x55ddee[_0x27be81(0x2fc)]);return;}try{const _0x38d244=await GrpcClient[_0x27be81(0x399)]()[_0x27be81(0x2c0)](process[_0x27be81(0x2ac)][_0x27be81(0x2ad)],_0x55ddee[_0x27be81(0x2f7)],_0x55ddee[_0x27be81(0x37f)],_0x539c8e),_0x18dbc2=AccessibilityModule[_0x27be81(0x242)](null,_0x38d244);_0x30b7bb=_0x18dbc2?.['thTestRunUuid']||'',logger[_0x27be81(0x3b9)](_0x27be81(0x203)+_0x30b7bb+_0x27be81(0x392)+_0x539c8e);}catch(_0x1eb3dd){logger['error']('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x1eb3dd[_0x27be81(0x251)]);return;}}else _0x30b7bb=this[_0x27be81(0x2e9)](_0x55ddee['NlWvm'])||'',!_0x30b7bb&&this[_0x27be81(0x3e3)]()&&(_0x30b7bb=accessibilityHelper[_0x27be81(0x207)]());const _0x583eb2=this[_0x27be81(0x2e9)](_0x55ddee[_0x27be81(0x1fa)])||this[_0x27be81(0x220)][this[_0x27be81(0x3e2)]]||null,_0x525004=process['env']['BROWSERSTACK_TESTHUB_JWT']||'',_0x1c9636=this[_0x27be81(0x3a6)](_0x5555a9,_0x30b7bb,_0x583eb2,_0x525004),_0x3fdf96=_0x55ddee[_0x27be81(0x248)](_0x355b8c[_0x27be81(0x3da)],_0x55ddee['HfCSz'])?await AccessibilityModule[_0x27be81(0x2c3)](_0x55ddee[_0x27be81(0x25b)],_0x30b7bb,_0x539c8e):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x55ddee[_0x27be81(0x25b)],_0x30b7bb);logger[_0x27be81(0x2e4)](_0x27be81(0x2fb)+(_0x1c9636?JSON[_0x27be81(0x2b7)](_0x1c9636):_0x55ddee['LjUwh']));const _0x5cf4d5=CLIUtils['mergeObject'](_0x1c9636,_0x3fdf96);logger[_0x27be81(0x2e4)](_0x27be81(0x218)+(_0x5cf4d5?JSON['stringify'](_0x5cf4d5):_0x55ddee['LjUwh'])),logger['debug'](_0x27be81(0x314)+_0x5555a9);const _0x323d53=await this['performScanForCli'](_0x461a1e,_0x30b7bb,_0x5555a9,_0x5cf4d5,this['isAppAccessibility']);logger['debug'](_0x27be81(0x22d)+_0x5555a9+_0x27be81(0x302)+JSON[_0x27be81(0x2b7)](_0x323d53));}catch(_0x575699){logger[_0x27be81(0x21b)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x575699[_0x27be81(0x32d)]||_0x575699[_0x27be81(0x251)]));}}[a104_0x2a8117(0x3ab)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x2e5525){const _0x4fd56f=a104_0x2a8117,_0xacb7e0=CLIUtils[_0x4fd56f(0x1f5)]();this[_0x4fd56f(0x236)][_0x4fd56f(0x384)](_0xacb7e0,_0x2e5525);}async['initAccessibilityConfig'](_0x56df8d){const _0x31fd94=a104_0x2a8117,_0xcbbad6={};_0xcbbad6[_0x31fd94(0x27a)]=_0x31fd94(0x30d);const _0x473389=_0xcbbad6;try{const _0x39a5d2=_0x56df8d['instance']||AutomationFramework['getTrackedInstance'](),_0xaec1e1=_0x39a5d2?.[_0x31fd94(0x202)]?.()?.[_0x31fd94(0x293)]?.(this[_0x31fd94(0x237)])||![];if(_0xaec1e1)return;PerformanceTester[_0x31fd94(0x398)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x544836=await GrpcClient[_0x31fd94(0x399)]()[_0x31fd94(0x3bb)](_0x56df8d);_0x544836&&_0x544836[_0x31fd94(0x23b)]&&_0x544836[_0x31fd94(0x23b)]()&&_0x544836[_0x31fd94(0x23b)]()[_0x31fd94(0x235)]()?(await this[_0x31fd94(0x3d4)](_0x544836,_0x56df8d),_0x39a5d2?.[_0x31fd94(0x202)]&&_0x39a5d2[_0x31fd94(0x202)]()[_0x31fd94(0x384)](this['KEY_INIT'],!![]),logger['debug']('[platform\x20-\x20'+(_0x39a5d2?.[_0x31fd94(0x371)]?.()||_0x473389['GudqZ'])+_0x31fd94(0x28d))):logger['debug'](_0x31fd94(0x30c)+(_0x39a5d2?.[_0x31fd94(0x371)]?.()||_0x473389['GudqZ'])+_0x31fd94(0x36f)),PerformanceTester[_0x31fd94(0x3bd)](EVENTS[_0x31fd94(0x34f)]);}catch(_0x3af1c0){PerformanceTester['end'](EVENTS[_0x31fd94(0x34f)],![],_0x3af1c0[_0x31fd94(0x251)]),logger[_0x31fd94(0x21b)](_0x31fd94(0x347)+(_0x3af1c0[_0x31fd94(0x32d)]||_0x3af1c0['message']));}}async[a104_0x2a8117(0x3d4)](_0x1ea5d1,_0x20a1b7){const _0x1d66cb=a104_0x2a8117;await this['setAccessibilityConfig'](_0x1ea5d1,_0x20a1b7);const _0x31ead9=_0x1ea5d1[_0x1d66cb(0x23b)]()[_0x1d66cb(0x350)]();if(_0x31ead9){const _0x10b4c7=_0x1ea5d1['getTesthub']&&_0x1ea5d1[_0x1d66cb(0x352)]();_0x10b4c7&&(this[_0x1d66cb(0x220)][this[_0x1d66cb(0x3e2)]]=_0x10b4c7[_0x1d66cb(0x21e)]&&_0x10b4c7['getBuildId']());}}[a104_0x2a8117(0x254)](_0x158b41){const _0x290c2f=a104_0x2a8117,_0x151b7d={};_0x151b7d[_0x290c2f(0x239)]=function(_0x695d20,_0x33e78b){return _0x695d20===_0x33e78b;};const _0xdfb780=_0x151b7d;try{if(!_0x158b41)return![];const _0x4afe9e=this['accessibilityConfig']?.[_0x290c2f(0x26e)]?.[_0x290c2f(0x2f2)]?.[_0x290c2f(0x2c4)]||[],_0x1fde05=_0x4afe9e[_0x290c2f(0x290)](_0x2e9f14=>{const _0x8976de=_0x290c2f;return _0x2e9f14[_0x8976de(0x2ff)]&&_0xdfb780[_0x8976de(0x239)](_0x2e9f14[_0x8976de(0x2ff)]['toLowerCase'](),_0x158b41[_0x8976de(0x367)]());});return logger[_0x290c2f(0x3b9)](_0x290c2f(0x2e6)+_0x158b41+_0x290c2f(0x21a)+_0x1fde05+_0x290c2f(0x206)+JSON['stringify'](_0x4afe9e[_0x290c2f(0x1f3)](_0x1cf2dd=>_0x1cf2dd[_0x290c2f(0x2ff)]))),_0x1fde05;}catch(_0xe32346){return logger[_0x290c2f(0x3b9)](_0x290c2f(0x30a)+_0xe32346[_0x290c2f(0x251)]),![];}}['isBrowserstackScriptCommand'](_0xe4e666){const _0x5ed7bf=a104_0x2a8117,_0x71ac67={};_0x71ac67['BvDGz']=function(_0x22f418,_0x2c5607){return _0x22f418===_0x2c5607;},_0x71ac67[_0x5ed7bf(0x317)]=_0x5ed7bf(0x38c),_0x71ac67[_0x5ed7bf(0x26b)]='browserstack_executor';const _0x594055=_0x71ac67,_0x132c04=_0xe4e666[_0x5ed7bf(0x341)]&&_0xe4e666['getScript']();return _0x132c04&&_0x594055[_0x5ed7bf(0x256)](typeof _0x132c04,_0x594055[_0x5ed7bf(0x317)])&&_0x132c04[_0x5ed7bf(0x2de)](_0x594055[_0x5ed7bf(0x26b)]);}['isAccessibilityScriptCommand'](_0x2f808e){const _0x59006d=a104_0x2a8117,_0x42fde8={};_0x42fde8[_0x59006d(0x285)]=function(_0x143eeb,_0x45cd8d){return _0x143eeb!==_0x45cd8d;},_0x42fde8[_0x59006d(0x391)]='string',_0x42fde8['OmOSV']=_0x59006d(0x236),_0x42fde8[_0x59006d(0x2cb)]=_0x59006d(0x28e),_0x42fde8[_0x59006d(0x2d9)]=_0x59006d(0x21f),_0x42fde8[_0x59006d(0x3d6)]=_0x59006d(0x287);const _0x420113=_0x42fde8,_0x2d3f09=_0x2f808e[_0x59006d(0x341)]&&_0x2f808e[_0x59006d(0x341)]();if(!_0x2d3f09||_0x420113[_0x59006d(0x285)](typeof _0x2d3f09,_0x420113['YusVj']))return![];return _0x2d3f09[_0x59006d(0x2de)](_0x420113['OmOSV'])||_0x2d3f09[_0x59006d(0x2de)](_0x420113['tdMiP'])||_0x2d3f09[_0x59006d(0x2de)](_0x420113[_0x59006d(0x2d9)])||_0x2d3f09['includes'](_0x420113['WhgAV']);}[a104_0x2a8117(0x3e3)](){const _0x16da1f=a104_0x2a8117,_0x52b3c6={'sJKst':function(_0x4380a8,_0x18ea19){return _0x4380a8===_0x18ea19;},'TXsit':_0x16da1f(0x3b0),'rySBL':function(_0x22b10f,_0x4b171c){return _0x22b10f(_0x4b171c);},'HEYsY':'platformName','JqpxA':function(_0xee468d,_0x2c0487){return _0xee468d(_0x2c0487);},'hgdBK':'browserName','bZnnE':function(_0x2edd92,_0x3b05be){return _0x2edd92===_0x3b05be;},'LDQPv':_0x16da1f(0x3b5),'ZqdTu':_0x16da1f(0x278)};try{const _0x2becf1=this[_0x16da1f(0x220)]?.[_0x16da1f(0x26e)]?.[_0x16da1f(0x38b)]||[],_0x42ca58=_0x4d4c70=>{const _0x329cde=_0x16da1f,_0x2e19a6=_0x2becf1['find'](_0x551601=>(typeof _0x551601[_0x329cde(0x2af)]===_0x329cde(0x3b0)?_0x551601[_0x329cde(0x2af)]():_0x551601['name'])===_0x4d4c70);return _0x2e19a6?_0x52b3c6[_0x329cde(0x226)](typeof _0x2e19a6[_0x329cde(0x33e)],_0x52b3c6[_0x329cde(0x27c)])?_0x2e19a6[_0x329cde(0x33e)]():_0x2e19a6[_0x329cde(0x368)]:null;},_0x3b6fe8=_0x52b3c6[_0x16da1f(0x1eb)](_0x42ca58,_0x52b3c6[_0x16da1f(0x271)]),_0x4ce490=_0x52b3c6['JqpxA'](_0x42ca58,_0x52b3c6[_0x16da1f(0x316)]),_0x30c4d9=global[_0x16da1f(0x2d2)]||_0x3b6fe8&&_0x52b3c6[_0x16da1f(0x2a1)](_0x52b3c6['rySBL'](String,_0x3b6fe8)['toLowerCase'](),_0x52b3c6['LDQPv'])&&_0x4ce490&&_0x52b3c6[_0x16da1f(0x1eb)](String,_0x4ce490)[_0x16da1f(0x367)]()[_0x16da1f(0x2de)](_0x52b3c6[_0x16da1f(0x2cf)]);if(!_0x30c4d9)return![];if(!accessibilityHelper[_0x16da1f(0x35f)]())return!this[_0x16da1f(0x3cc)]&&(logger[_0x16da1f(0x3b6)](accessibilityHelper[_0x16da1f(0x37a)]),this[_0x16da1f(0x3cc)]=!![]),![];return!![];}catch(_0x253f19){return logger[_0x16da1f(0x3b9)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x253f19[_0x16da1f(0x251)]),![];}}[a104_0x2a8117(0x3a6)](_0x51d064,_0x527720,_0x25db92,_0x29c540){const _0x3ec1df=a104_0x2a8117,_0x226a6b={};_0x226a6b[_0x3ec1df(0x322)]=function(_0x4bbbb1,_0x5c3aca){return _0x4bbbb1||_0x5c3aca;},_0x226a6b[_0x3ec1df(0x2f0)]=function(_0x42aee2,_0x21322d){return _0x42aee2&&_0x21322d;},_0x226a6b['AeQQr']=function(_0x53fbff,_0xd84640){return _0x53fbff||_0xd84640;},_0x226a6b[_0x3ec1df(0x29c)]=_0x3ec1df(0x35b);const _0x2e7e01=_0x226a6b;let _0x5900f6=_0x2e7e01[_0x3ec1df(0x322)](_0x527720,'');const _0x2faeb2=!this[_0x3ec1df(0x20f)]&&this[_0x3ec1df(0x3e3)]();_0x2e7e01[_0x3ec1df(0x2f0)](_0x2faeb2,!_0x5900f6)&&(_0x5900f6=accessibilityHelper['resolveMobileThTestRunUuid']());const _0xb0e2c7={'command':_0x51d064,'thTestRunUuid':_0x5900f6,'thBuildUuid':_0x2e7e01['rkoFq'](_0x25db92,''),'thJwtToken':_0x2e7e01[_0x3ec1df(0x35c)](_0x29c540,''),'timestamp':new Date()[_0x3ec1df(0x39c)]()};return _0x2faeb2&&(_0xb0e2c7[_0x3ec1df(0x22a)]=!![],logger['debug'](_0x2e7e01['nOPhL'])),_0xb0e2c7;}[a104_0x2a8117(0x385)](_0x447d6f){const _0x903fa0=a104_0x2a8117,_0x4a70e9={};_0x4a70e9[_0x903fa0(0x335)]=function(_0x558058,_0x59bc89){return _0x558058||_0x59bc89;};const _0x2c9c14=_0x4a70e9;try{const _0x788986=this[_0x903fa0(0x220)]?.[_0x903fa0(0x26e)]?.[_0x903fa0(0x2ee)]||[],_0x5bc589=_0x788986[_0x903fa0(0x3de)](_0x2fac10=>_0x2fac10['name']===_0x447d6f);return _0x2c9c14['weubm'](_0x5bc589,null);}catch(_0x19dda3){return logger[_0x903fa0(0x3b9)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x447d6f+':\x20'+_0x19dda3[_0x903fa0(0x251)]),null;}}async['executeScriptByName'](_0xc06470,_0x2455d3,_0x398378=null){const _0x317c15=a104_0x2a8117,_0x466111={'DjVQs':function(_0x1f9512,_0x16f308){return _0x1f9512(_0x16f308);},'Nibku':_0x317c15(0x213)};try{if(!_0xc06470)return logger[_0x317c15(0x3b9)](_0x317c15(0x327)+_0x2455d3),null;const _0x1b4b8d=this[_0x317c15(0x385)](_0x2455d3);if(!_0x1b4b8d||!_0x1b4b8d[_0x317c15(0x258)])return logger[_0x317c15(0x3b9)](_0x317c15(0x1fe)+_0x2455d3+_0x317c15(0x279)),null;logger['debug'](_0x317c15(0x25c)+_0x2455d3+_0x317c15(0x228));const _0x3300d7=_0x466111[_0x317c15(0x243)](require,_0x466111[_0x317c15(0x390)]),_0x4e12b7=_0x398378?await _0x3300d7[_0x317c15(0x3cb)](_0xc06470,_0x1b4b8d[_0x317c15(0x258)],_0x398378):await _0x3300d7[_0x317c15(0x3cb)](_0xc06470,_0x1b4b8d[_0x317c15(0x258)]);return _0x4e12b7;}catch(_0x28edfe){return logger[_0x317c15(0x21b)](_0x317c15(0x2ca)+_0x2455d3+':\x20'+(_0x28edfe[_0x317c15(0x32d)]||_0x28edfe[_0x317c15(0x251)])),null;}}async['performScanForCli'](_0x2e5edf,_0x46103d,_0x5bf055,_0x2e6702,_0x3520a7,_0x55ce62=a104_0x2a8117(0x3cd)){const _0x1dc383=a104_0x2a8117,_0x508a84={'nirox':function(_0x3868fc,_0x1af712){return _0x3868fc===_0x1af712;},'YOPRA':_0x1dc383(0x3cd),'gsKKs':function(_0x5ef432,_0x177486){return _0x5ef432(_0x177486);},'kijsy':_0x1dc383(0x213),'nWSAa':function(_0x42db20,_0x3cb822){return _0x42db20(_0x3cb822);}};try{logger[_0x1dc383(0x3b9)](_0x1dc383(0x2a2)+_0x5bf055+_0x1dc383(0x270)+_0x55ce62);const _0x5859f8=this['getScriptByName'](_0x55ce62);if(!_0x5859f8||!_0x5859f8[_0x1dc383(0x258)]){logger['debug'](_0x1dc383(0x36b)+_0x55ce62+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x508a84[_0x1dc383(0x3dc)](_0x55ce62,_0x508a84['YOPRA'])){const _0x5d51c4=_0x508a84['gsKKs'](require,_0x508a84[_0x1dc383(0x25f)]),_0x5b3b48={};_0x5b3b48[_0x1dc383(0x258)]=_0x5bf055;const _0x3b85b5=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4da43c=_0x1dc383;return await _0x5d51c4['browserStackEvaluate'](_0x2e5edf,_0x5859f8[_0x4da43c(0x258)],_0x2e6702);},_0x5b3b48)();return logger['info'](_0x1dc383(0x2da)+_0x55ce62+_0x1dc383(0x358)+_0x5bf055+':\x20'+util[_0x1dc383(0x296)](_0x3b85b5)),_0x3b85b5;}const _0x5c6f6d=_0x508a84[_0x1dc383(0x331)](require,_0x508a84[_0x1dc383(0x25f)]),_0x512674=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1dc383(0x205)],async()=>{const _0x401d01=_0x1dc383;return await _0x5c6f6d[_0x401d01(0x3cb)](_0x2e5edf,_0x5859f8['command'],_0x2e6702);})();return logger[_0x1dc383(0x2e4)](_0x1dc383(0x2da)+_0x55ce62+_0x1dc383(0x358)+_0x5bf055+':\x20'+util[_0x1dc383(0x296)](_0x512674)),_0x512674;}catch(_0x2c32ed){logger['error']('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x55ce62+':\x20'+(_0x2c32ed['stack']||_0x2c32ed[_0x1dc383(0x251)]));}}async[a104_0x2a8117(0x349)](_0x3c60e8){const _0x59d4c2=a104_0x2a8117,_0x1cafbe={'dLHrR':function(_0x1b0034,_0x2ac1f5){return _0x1b0034(_0x2ac1f5);},'vlkhK':_0x59d4c2(0x261)};try{const _0xe00d08=_0x1cafbe[_0x59d4c2(0x29f)](require,_0x1cafbe[_0x59d4c2(0x210)]);return await _0xe00d08['platformValidation'](_0x3c60e8);}catch(_0x92b2be){return logger[_0x59d4c2(0x21b)](_0x59d4c2(0x1ef)+(_0x92b2be[_0x59d4c2(0x32d)]||_0x92b2be[_0x59d4c2(0x251)])),![];}}[a104_0x2a8117(0x1fb)](_0x4e4d01,_0x4b43fb,_0x4a8101){const _0x46b48a=a104_0x2a8117,_0x528942={'xpClK':function(_0x40a0af,_0x2da902){return _0x40a0af(_0x2da902);},'AUnXh':_0x46b48a(0x213),'fBaAe':_0x46b48a(0x36e),'IIZuQ':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0xa6728f=_0x528942['xpClK'](require,_0x528942[_0x46b48a(0x2a3)]);_0xa6728f[_0x46b48a(0x1fb)](_0x4e4d01,_0x4b43fb,_0x4a8101);const _0xb7e37c=JSON[_0x46b48a(0x2b7)](_0x4e4d01)[_0x46b48a(0x3d1)](/"browserstack\.user":"[^"]*"/g,_0x528942[_0x46b48a(0x2ea)])[_0x46b48a(0x3d1)](/"browserstack\.key":"[^"]*"/g,_0x528942[_0x46b48a(0x20a)]);logger[_0x46b48a(0x3b9)](_0x46b48a(0x39f)+global['accessibilityPlatform']+'\x20'+_0xb7e37c);}catch(_0x25ae30){logger[_0x46b48a(0x21b)](_0x46b48a(0x375)+(_0x25ae30[_0x46b48a(0x32d)]||_0x25ae30['message']));}}async['getAccessibilityResults'](_0x181058){const _0x1f9f90=a104_0x2a8117,_0x5b69c4={};_0x5b69c4[_0x1f9f90(0x348)]=_0x1f9f90(0x378),_0x5b69c4[_0x1f9f90(0x3d3)]=function(_0x510225,_0x32e1ff){return _0x510225>_0x32e1ff;},_0x5b69c4[_0x1f9f90(0x1f1)]=_0x1f9f90(0x21f);const _0x3cd4ea=_0x5b69c4;try{if(!this[_0x1f9f90(0x343)]())return logger[_0x1f9f90(0x3b6)](_0x3cd4ea[_0x1f9f90(0x348)]),[];const _0x2c4e23=this[_0x1f9f90(0x3e3)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x1f9f90(0x207)]()}:{};_0x3cd4ea[_0x1f9f90(0x3d3)](Object[_0x1f9f90(0x2c5)](_0x2c4e23)[_0x1f9f90(0x2dd)],0x0)&&logger[_0x1f9f90(0x3b9)](_0x1f9f90(0x27b)+JSON[_0x1f9f90(0x2b7)](_0x2c4e23));const _0xc8d09=_0x3cd4ea[_0x1f9f90(0x3d3)](Object[_0x1f9f90(0x2c5)](_0x2c4e23)[_0x1f9f90(0x2dd)],0x0)?await this[_0x1f9f90(0x233)](_0x181058,_0x3cd4ea[_0x1f9f90(0x1f1)],_0x2c4e23):await this[_0x1f9f90(0x233)](_0x181058,_0x3cd4ea[_0x1f9f90(0x1f1)]);return _0xc8d09||[];}catch(_0x3b79f6){return logger['error'](_0x1f9f90(0x29d)+(_0x3b79f6['stack']||_0x3b79f6[_0x1f9f90(0x251)])),[];}}async[a104_0x2a8117(0x211)](_0xa57849){const _0x5f52b3=a104_0x2a8117,_0x46aaf2={'dbjhX':_0x5f52b3(0x3cd),'UHXNy':_0x5f52b3(0x2a4),'ZgONh':_0x5f52b3(0x2f8),'BHCEx':function(_0x254946,_0x1736f2){return _0x254946(_0x1736f2);},'BqIhz':_0x5f52b3(0x328),'pddXt':function(_0x13d252,_0x58af0a){return _0x13d252===_0x58af0a;},'rOfhE':_0x5f52b3(0x362),'kHqAf':_0x5f52b3(0x37e),'syKTu':'accessibility','KyowF':_0x5f52b3(0x1e7),'XPrjm':_0x5f52b3(0x211),'GhJze':_0x5f52b3(0x294),'PDALt':'Performing\x20scan\x20before\x20getting\x20results\x20summary','XPcnA':_0x5f52b3(0x3c1)};try{if(!this[_0x5f52b3(0x343)]())return logger['warn'](_0x46aaf2[_0x5f52b3(0x3c3)]),{};const _0x187ff5=_0x46aaf2[_0x5f52b3(0x252)](require,_0x46aaf2[_0x5f52b3(0x2ec)]),_0x35f3c9=_0x187ff5[_0x5f52b3(0x396)](),_0x1764a3=_0x46aaf2[_0x5f52b3(0x275)](_0x35f3c9?.[_0x5f52b3(0x2ff)]?.[_0x5f52b3(0x367)](),_0x46aaf2[_0x5f52b3(0x345)]);let _0xe827cd='',_0x318d7c=null,_0x18a04c=null;if(_0x1764a3){_0x318d7c=global[_0x5f52b3(0x2b0)]||global[_0x5f52b3(0x1fc)]?.[_0x5f52b3(0x281)]?.[_0x5f52b3(0x38d)]||global[_0x5f52b3(0x1fc)]?.[_0x5f52b3(0x281)]?.['id'];if(!_0x318d7c)return logger[_0x5f52b3(0x3b6)](_0x46aaf2[_0x5f52b3(0x365)]),{};try{const _0x17905c=await GrpcClient[_0x5f52b3(0x399)]()['fetchDriverExecuteParamsEvent'](process[_0x5f52b3(0x2ac)][_0x5f52b3(0x2ad)],_0x46aaf2[_0x5f52b3(0x364)],_0x46aaf2[_0x5f52b3(0x329)],_0x318d7c),_0x5119fe=AccessibilityModule[_0x5f52b3(0x242)](null,_0x17905c);_0xe827cd=_0x5119fe?.[_0x5f52b3(0x339)]||'',logger[_0x5f52b3(0x3b9)](_0x5f52b3(0x338)+_0xe827cd+'\x20from\x20testIdentifier='+_0x318d7c);const _0x382ed8=await AccessibilityModule[_0x5f52b3(0x2c3)](_0x46aaf2[_0x5f52b3(0x329)],_0xe827cd,_0x318d7c),_0x530565=this[_0x5f52b3(0x2e9)](_0x46aaf2[_0x5f52b3(0x38e)])||this[_0x5f52b3(0x220)][this[_0x5f52b3(0x3e2)]]||null,_0x1a74d8=process['env'][_0x5f52b3(0x381)]||'',_0x313e41=this[_0x5f52b3(0x3a6)](_0x46aaf2['XPrjm'],_0xe827cd,_0x530565,_0x1a74d8);_0x18a04c=_0x187ff5[_0x5f52b3(0x26c)](_0x313e41,_0x382ed8),logger[_0x5f52b3(0x3b9)](_0x5f52b3(0x3c6)+JSON[_0x5f52b3(0x2b7)](_0x18a04c));}catch(_0x14f0d0){return logger[_0x5f52b3(0x21b)](_0x5f52b3(0x3ae)+_0x14f0d0[_0x5f52b3(0x251)]),{};}}else{_0xe827cd=this[_0x5f52b3(0x2e9)](_0x46aaf2[_0x5f52b3(0x22f)])||'';!_0xe827cd&&this[_0x5f52b3(0x3e3)]()&&(_0xe827cd=accessibilityHelper[_0x5f52b3(0x207)]());const _0x2cbd8f=this['getCapabilityValue'](_0x46aaf2[_0x5f52b3(0x38e)])||this[_0x5f52b3(0x220)][this[_0x5f52b3(0x3e2)]]||null,_0x1ca290=process[_0x5f52b3(0x2ac)][_0x5f52b3(0x381)]||'';_0x18a04c=this[_0x5f52b3(0x3a6)](_0x46aaf2[_0x5f52b3(0x22b)],_0xe827cd,_0x2cbd8f,_0x1ca290);}logger[_0x5f52b3(0x3b9)](_0x46aaf2[_0x5f52b3(0x2c8)]),await PerformanceTester[_0x5f52b3(0x2ce)](PerformanceA11yEvents[_0x5f52b3(0x260)],async()=>{const _0x4b624f=_0x5f52b3,_0x4fddce=await this[_0x4b624f(0x233)](_0xa57849,_0x46aaf2[_0x4b624f(0x2f9)],_0x18a04c);logger[_0x4b624f(0x3b9)](_0x4b624f(0x356)+util[_0x4b624f(0x296)](_0x4fddce));},{'command':_0x46aaf2['XPrjm']})();const _0x10c080=await PerformanceTester[_0x5f52b3(0x2ce)](PerformanceA11yEvents[_0x5f52b3(0x31c)],async()=>{const _0x1ffa41=_0x5f52b3;return await this[_0x1ffa41(0x233)](_0xa57849,_0x46aaf2[_0x1ffa41(0x329)],_0x18a04c);})();if(!_0x10c080)return logger[_0x5f52b3(0x3b9)](_0x46aaf2[_0x5f52b3(0x238)]),{};return _0x10c080;}catch(_0x541209){return logger[_0x5f52b3(0x21b)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x541209[_0x5f52b3(0x32d)]||_0x541209[_0x5f52b3(0x251)])),{};}}async[a104_0x2a8117(0x231)](_0x5d5ab2,_0x529af3,_0x470690=null){const _0x9987ef=a104_0x2a8117,_0x36ca9f={};_0x36ca9f[_0x9987ef(0x2b9)]=_0x9987ef(0x305),_0x36ca9f[_0x9987ef(0x3ba)]=_0x9987ef(0x272),_0x36ca9f[_0x9987ef(0x1e9)]=_0x9987ef(0x34a);const _0x53f030=_0x36ca9f;try{if(!_0x5d5ab2)return logger[_0x9987ef(0x3b9)](_0x53f030['BvMoW']),null;if(!_0x529af3)return logger['debug'](_0x53f030['tLdpy']),null;logger['debug'](_0x53f030[_0x9987ef(0x1e9)]);const _0x559f89=_0x470690?await _0x5d5ab2[_0x9987ef(0x39b)](_0x529af3,_0x470690):await _0x5d5ab2['evaluate'](_0x529af3);return _0x559f89;}catch(_0x52191d){return logger[_0x9987ef(0x21b)]('Error\x20in\x20performPageScan:\x20'+(_0x52191d[_0x9987ef(0x32d)]||_0x52191d[_0x9987ef(0x251)])),null;}}static[a104_0x2a8117(0x242)](_0x28f041,_0x1aaf46){const _0x2ef480=a104_0x2a8117,_0x1cd244={};_0x1cd244[_0x2ef480(0x2fa)]=_0x2ef480(0x20c);const _0x4ea20c=_0x1cd244,_0x586ab7={};_0x586ab7['thTestRunUuid']=_0x28f041;const _0x5dbd5=_0x586ab7;let _0x24b446={};if(_0x1aaf46[_0x2ef480(0x235)]()&&_0x1aaf46[_0x2ef480(0x32b)]())try{_0x24b446=JSON['parse'](new Buffer(_0x1aaf46[_0x2ef480(0x264)]())[_0x2ef480(0x370)](_0x4ea20c[_0x2ef480(0x2fa)]));}catch(_0x7c226){logger[_0x2ef480(0x21b)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x7c226[_0x2ef480(0x251)]),_0x24b446={};}return CLIUtils[_0x2ef480(0x26c)](_0x5dbd5,_0x24b446);}static async[a104_0x2a8117(0x2c3)](_0x1bf58e,_0x483cf3='',_0x4757fa=null){const _0x59dfcd=a104_0x2a8117,_0xe5369e={};_0xe5369e['tLFkX']=_0x59dfcd(0x3bf),_0xe5369e[_0x59dfcd(0x2e8)]='accessibility';const _0x2f75b8=_0xe5369e;try{if(!_0x4757fa&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x59dfcd(0x2b5)];if(!process[_0x59dfcd(0x2ac)][_0x59dfcd(0x2ad)])return logger[_0x59dfcd(0x21b)](_0x2f75b8[_0x59dfcd(0x298)]),{};const _0xedebb6=await GrpcClient[_0x59dfcd(0x399)]()[_0x59dfcd(0x2c0)](process[_0x59dfcd(0x2ac)][_0x59dfcd(0x2ad)],_0x2f75b8[_0x59dfcd(0x2e8)],_0x1bf58e,_0x4757fa),_0x36c591=_0x4757fa?AccessibilityModule['loadDriverExecuteParams'](null,_0xedebb6)?.[_0x59dfcd(0x339)]||_0x483cf3:_0x483cf3,_0x406470=AccessibilityModule[_0x59dfcd(0x242)](_0x36c591,_0xedebb6);return!_0x4757fa&&(AccessibilityModule[_0x59dfcd(0x2b5)]=_0x406470,AccessibilityModule[_0x59dfcd(0x3df)]=!![]),_0x406470;}catch(_0xeb0963){return logger['error'](_0x59dfcd(0x2b2)+_0x1bf58e+':\x20'+(_0xeb0963[_0x59dfcd(0x32d)]||_0xeb0963[_0x59dfcd(0x251)])),{};}}};module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- const a105_0x1cf6c9=a105_0x5822;(function(_0x3d5e12,_0x78453b){const _0x401988=a105_0x5822,_0x4a5e93=_0x3d5e12();while(!![]){try{const _0x21a0f3=-parseInt(_0x401988(0x118))/0x1+parseInt(_0x401988(0x12a))/0x2+-parseInt(_0x401988(0x141))/0x3*(-parseInt(_0x401988(0x132))/0x4)+-parseInt(_0x401988(0x124))/0x5*(parseInt(_0x401988(0x121))/0x6)+-parseInt(_0x401988(0x142))/0x7*(-parseInt(_0x401988(0x117))/0x8)+parseInt(_0x401988(0x129))/0x9+-parseInt(_0x401988(0x147))/0xa;if(_0x21a0f3===_0x78453b)break;else _0x4a5e93['push'](_0x4a5e93['shift']());}catch(_0x34cb2c){_0x4a5e93['push'](_0x4a5e93['shift']());}}}(a105_0x28d8,0xb8754));const logger=require(a105_0x1cf6c9(0x139))[a105_0x1cf6c9(0x133)],{FRAMEWORKS}=require(a105_0x1cf6c9(0x11f));class BaseModule{constructor(_0x30df2c=null){const _0x166d5f=a105_0x1cf6c9,_0x60f697={};_0x60f697[_0x166d5f(0x135)]=_0x166d5f(0x12d),_0x60f697[_0x166d5f(0x140)]=_0x166d5f(0x13f);const _0x2b6fe2=_0x60f697,_0x12af03=_0x2b6fe2[_0x166d5f(0x135)][_0x166d5f(0x136)]('|');let _0x349c1d=0x0;while(!![]){switch(_0x12af03[_0x349c1d++]){case'0':this[_0x166d5f(0x12f)]=_0x2b6fe2[_0x166d5f(0x140)];continue;case'1':this[_0x166d5f(0x137)]=this[_0x166d5f(0x130)](_0x30df2c);continue;case'2':this[_0x166d5f(0x13b)]={};continue;case'3':this[_0x166d5f(0x138)]=null;continue;case'4':this[_0x166d5f(0x145)]=0x0;continue;case'5':this['binSessionId']=null;continue;}break;}}[a105_0x1cf6c9(0x126)](){const _0x184e7f=a105_0x1cf6c9,_0x54628f={};_0x54628f[_0x184e7f(0x11e)]=_0x184e7f(0x131);const _0x4f7f64=_0x54628f;if(!this['binSessionId'])throw new Error(_0x4f7f64[_0x184e7f(0x11e)]);}[a105_0x1cf6c9(0x13e)](){return this['name'];}['configure'](_0x667626,_0x776ac5,_0xabaec8,_0x4401da={}){const _0x201664=a105_0x1cf6c9,_0x257a3c={};_0x257a3c[_0x201664(0x12e)]='3|0|2|4|1';const _0x406597=_0x257a3c,_0x1ae306=_0x406597[_0x201664(0x12e)][_0x201664(0x136)]('|');let _0x5029d6=0x0;while(!![]){switch(_0x1ae306[_0x5029d6++]){case'0':this[_0x201664(0x145)]=_0x776ac5;continue;case'1':logger[_0x201664(0x128)](_0x201664(0x125)+this[_0x201664(0x13e)]()+_0x201664(0x144)+_0x667626+_0x201664(0x122)+_0x776ac5);continue;case'2':this[_0x201664(0x138)]=_0xabaec8;continue;case'3':this[_0x201664(0x13d)]=_0x667626;continue;case'4':this[_0x201664(0x13b)]=_0x4401da;continue;}break;}}[a105_0x1cf6c9(0x134)](_0x4d1581){const _0x31fa59=a105_0x1cf6c9,_0x175641={};_0x175641[_0x31fa59(0x11a)]=function(_0x8f2fa4,_0x556b99){return _0x8f2fa4===_0x556b99;},_0x175641[_0x31fa59(0x11d)]=function(_0x501e0b,_0x42999d){return _0x501e0b===_0x42999d;},_0x175641[_0x31fa59(0x11b)]=function(_0x8ad2ac,_0x58af8a){return _0x8ad2ac===_0x58af8a;};const _0x2f2639=_0x175641;let _0x40bba3='';if(_0x2f2639[_0x31fa59(0x11a)](_0x4d1581[_0x31fa59(0x11c)],FRAMEWORKS[_0x31fa59(0x123)]))_0x40bba3=_0x4d1581[_0x31fa59(0x120)]?.[_0x31fa59(0x127)]?.['id']||_0x4d1581[_0x31fa59(0x120)]?.[_0x31fa59(0x119)];else{if(_0x2f2639[_0x31fa59(0x11d)](_0x4d1581['testFramework'],FRAMEWORKS[_0x31fa59(0x143)]))_0x40bba3=_0x4d1581[_0x31fa59(0x120)]?.[_0x31fa59(0x148)];else _0x2f2639[_0x31fa59(0x11b)](_0x4d1581[_0x31fa59(0x11c)],FRAMEWORKS[_0x31fa59(0x12b)])&&(_0x40bba3=_0x4d1581[_0x31fa59(0x120)]?.['id']);}return _0x40bba3;}[a105_0x1cf6c9(0x130)](_0x1d894e){const _0x1a1b92=a105_0x1cf6c9,_0x5e226e={};_0x5e226e[_0x1a1b92(0x13a)]=function(_0x4fb641,_0x283181){return _0x4fb641!==_0x283181;},_0x5e226e[_0x1a1b92(0x13c)]='object';const _0x4bc643=_0x5e226e;if(!_0x1d894e||_0x4bc643['npMST'](typeof _0x1d894e,_0x4bc643['httVC']))return null;const _0x24b363={};_0x24b363[_0x1a1b92(0x12f)]=_0x1d894e[_0x1a1b92(0x12f)],_0x24b363[_0x1a1b92(0x12c)]=_0x1d894e[_0x1a1b92(0x12c)]&&_0x1d894e['version'][_0x1d894e[_0x1a1b92(0x12f)]];const _0x1e3948=_0x24b363;return _0x1e3948;}}function a105_0x5822(_0x1f2cb7,_0x28b9b6){const _0x28d868=a105_0x28d8();return a105_0x5822=function(_0x58224b,_0x60f5ea){_0x58224b=_0x58224b-0x117;let _0x3ce86b=_0x28d868[_0x58224b];return _0x3ce86b;},a105_0x5822(_0x1f2cb7,_0x28b9b6);}module[a105_0x1cf6c9(0x146)]=BaseModule;function a105_0x28d8(){const _0x419ec9=['Configured\x20module\x20','ensureBinSession','_test','debug','12204450Sfnoyj','2479120sNTcgz','JEST','version','0|5|4|2|3|1','ENMFv','name','setTestFrameworkData','Missing\x20binSessionId','32PCnBye','winstonLogger','getTestId','voouX','split','testFrameworkData','client','../../../helpers/logger.js','npMST','config','httVC','binSessionId','getModuleName','BaseModule','kBGVQ','443472DJZdBL','2329145YuHCMQ','CUCUMBER','\x20with\x20binSessionId=','platformIndex','exports','16134860zLWlLC','testCaseStartedId','8QqXngF','1400122orzgzZ','testId','GLpRp','JyoPK','testFramework','Ddbpn','WILmi','../../../helpers/test-observability/constants.js','testInfo','2050734uRBJMJ',',\x20platformIndex=','PLAYWRIGHT','5zxybFt'];a105_0x28d8=function(){return _0x419ec9;};return a105_0x28d8();}
1
+ function a105_0x1692(_0x1264d9,_0x29ee39){const _0x2232e4=a105_0x2232();return a105_0x1692=function(_0x169223,_0xb00dcb){_0x169223=_0x169223-0xa5;let _0x436910=_0x2232e4[_0x169223];return _0x436910;},a105_0x1692(_0x1264d9,_0x29ee39);}const a105_0x25641=a105_0x1692;(function(_0x2a3140,_0x1ad2bc){const _0x32238e=a105_0x1692,_0x3adb8c=_0x2a3140();while(!![]){try{const _0x508fe2=parseInt(_0x32238e(0xbe))/0x1*(parseInt(_0x32238e(0xba))/0x2)+-parseInt(_0x32238e(0xc9))/0x3+-parseInt(_0x32238e(0xad))/0x4*(parseInt(_0x32238e(0xc7))/0x5)+-parseInt(_0x32238e(0xaa))/0x6+parseInt(_0x32238e(0xb4))/0x7*(parseInt(_0x32238e(0xaf))/0x8)+-parseInt(_0x32238e(0xca))/0x9+parseInt(_0x32238e(0xc5))/0xa*(parseInt(_0x32238e(0xc0))/0xb);if(_0x508fe2===_0x1ad2bc)break;else _0x3adb8c['push'](_0x3adb8c['shift']());}catch(_0x57daa7){_0x3adb8c['push'](_0x3adb8c['shift']());}}}(a105_0x2232,0xb3c5b));const logger=require('../../../helpers/logger.js')[a105_0x25641(0xc8)],{FRAMEWORKS}=require(a105_0x25641(0xb2));function a105_0x2232(){const _0x37ec47=['name',',\x20platformIndex=','version','testId','split','53260pxmPLu','PLAYWRIGHT','BaseModule','ensureBinSession','35ZdfVKs','object','3520NHOdGc','WmKgh','debug','testFrameworkData','HeOuh','62450GuKQbZ','TiZXb','235DThVVB','winstonLogger','2453361HEKKGM','12892959sKlNfU','Missing\x20binSessionId','config','OTtkw','SFkVR','MYxTe','setTestFrameworkData','testInfo','platformIndex','exports','configure','testFramework','1415928eUJnej','JEST','client','91444Grtclg','Configured\x20module\x20','168208ttiUUO','_test','btKMh','../../../helpers/test-observability/constants.js','binSessionId','455nHMZwW'];a105_0x2232=function(){return _0x37ec47;};return a105_0x2232();}class BaseModule{constructor(_0x1fef45=null){const _0x46d4dc=a105_0x25641,_0x1a5bfe={};_0x1a5bfe['OTtkw']='1|3|2|4|0|5',_0x1a5bfe['SFkVR']=_0x46d4dc(0xbc);const _0x57c90d=_0x1a5bfe,_0x50fbc4=_0x57c90d[_0x46d4dc(0xcd)][_0x46d4dc(0xb9)]('|');let _0xab64e4=0x0;while(!![]){switch(_0x50fbc4[_0xab64e4++]){case'0':this[_0x46d4dc(0xac)]=null;continue;case'1':this[_0x46d4dc(0xb5)]=_0x57c90d[_0x46d4dc(0xce)];continue;case'2':this[_0x46d4dc(0xa6)]=0x0;continue;case'3':this[_0x46d4dc(0xb3)]=null;continue;case'4':this[_0x46d4dc(0xcc)]={};continue;case'5':this[_0x46d4dc(0xc3)]=this[_0x46d4dc(0xd0)](_0x1fef45);continue;}break;}}[a105_0x25641(0xbd)](){const _0x47871c=a105_0x25641,_0x13fa8f={};_0x13fa8f[_0x47871c(0xcf)]=_0x47871c(0xcb);const _0x3eff1a=_0x13fa8f;if(!this[_0x47871c(0xb3)])throw new Error(_0x3eff1a['MYxTe']);}['getModuleName'](){const _0x33a58c=a105_0x25641;return this[_0x33a58c(0xb5)];}[a105_0x25641(0xa8)](_0x47c3e2,_0xf6fc93,_0x44b3a7,_0xe7ac06={}){const _0x417123=a105_0x25641,_0x1b37bc={};_0x1b37bc[_0x417123(0xc6)]='0|1|3|4|2';const _0x339f2c=_0x1b37bc,_0x3e9e4a=_0x339f2c[_0x417123(0xc6)][_0x417123(0xb9)]('|');let _0x37f7c9=0x0;while(!![]){switch(_0x3e9e4a[_0x37f7c9++]){case'0':this['binSessionId']=_0x47c3e2;continue;case'1':this[_0x417123(0xa6)]=_0xf6fc93;continue;case'2':logger[_0x417123(0xc2)](_0x417123(0xae)+this['getModuleName']()+'\x20with\x20binSessionId='+_0x47c3e2+_0x417123(0xb6)+_0xf6fc93);continue;case'3':this[_0x417123(0xac)]=_0x44b3a7;continue;case'4':this[_0x417123(0xcc)]=_0xe7ac06;continue;}break;}}['getTestId'](_0x536305){const _0x315bca=a105_0x25641,_0x200a5e={};_0x200a5e[_0x315bca(0xc4)]=function(_0xec993b,_0x5ef6e3){return _0xec993b===_0x5ef6e3;},_0x200a5e['WmKgh']=function(_0x8de796,_0x535ec2){return _0x8de796===_0x535ec2;};const _0x8ffe67=_0x200a5e;let _0x1f47cc='';if(_0x8ffe67['HeOuh'](_0x536305['testFramework'],FRAMEWORKS[_0x315bca(0xbb)]))_0x1f47cc=_0x536305[_0x315bca(0xa5)]?.[_0x315bca(0xb0)]?.['id']||_0x536305[_0x315bca(0xa5)]?.[_0x315bca(0xb8)];else{if(_0x8ffe67[_0x315bca(0xc1)](_0x536305[_0x315bca(0xa9)],FRAMEWORKS['CUCUMBER']))_0x1f47cc=_0x536305[_0x315bca(0xa5)]?.['testCaseStartedId'];else _0x8ffe67[_0x315bca(0xc1)](_0x536305[_0x315bca(0xa9)],FRAMEWORKS[_0x315bca(0xab)])&&(_0x1f47cc=_0x536305[_0x315bca(0xa5)]?.['id']);}return _0x1f47cc;}['setTestFrameworkData'](_0x54a512){const _0x404cd4=a105_0x25641,_0x41c25e={};_0x41c25e['RppDc']=function(_0x4089c4,_0x4b7ad5){return _0x4089c4!==_0x4b7ad5;},_0x41c25e[_0x404cd4(0xb1)]=_0x404cd4(0xbf);const _0x30c780=_0x41c25e;if(!_0x54a512||_0x30c780['RppDc'](typeof _0x54a512,_0x30c780[_0x404cd4(0xb1)]))return null;const _0x3b4bb3={};_0x3b4bb3['name']=_0x54a512[_0x404cd4(0xb5)],_0x3b4bb3[_0x404cd4(0xb7)]=_0x54a512[_0x404cd4(0xb7)]&&_0x54a512[_0x404cd4(0xb7)][_0x54a512[_0x404cd4(0xb5)]];const _0x197ac5=_0x3b4bb3;return _0x197ac5;}}module[a105_0x25641(0xa7)]=BaseModule;
@@ -1 +1 @@
1
- const a106_0x3eaab6=a106_0x210d;(function(_0x5a324e,_0x4f0c57){const _0x4caa5c=a106_0x210d,_0x23ed97=_0x5a324e();while(!![]){try{const _0x4cfe9d=-parseInt(_0x4caa5c(0x201))/0x1*(parseInt(_0x4caa5c(0x1df))/0x2)+parseInt(_0x4caa5c(0x1ff))/0x3*(-parseInt(_0x4caa5c(0x205))/0x4)+-parseInt(_0x4caa5c(0x1e3))/0x5*(-parseInt(_0x4caa5c(0x1d6))/0x6)+-parseInt(_0x4caa5c(0x1f3))/0x7*(parseInt(_0x4caa5c(0x1de))/0x8)+-parseInt(_0x4caa5c(0x204))/0x9+parseInt(_0x4caa5c(0x1e7))/0xa+-parseInt(_0x4caa5c(0x1e5))/0xb*(-parseInt(_0x4caa5c(0x1f8))/0xc);if(_0x4cfe9d===_0x4f0c57)break;else _0x23ed97['push'](_0x23ed97['shift']());}catch(_0xea10aa){_0x23ed97['push'](_0x23ed97['shift']());}}}(a106_0x16da,0x777f8));function a106_0x210d(_0x936b41,_0x1c19ce){const _0x16da29=a106_0x16da();return a106_0x210d=function(_0x210d77,_0xbe7445){_0x210d77=_0x210d77-0x1d2;let _0x321e07=_0x16da29[_0x210d77];return _0x321e07;},a106_0x210d(_0x936b41,_0x1c19ce);}function a106_0x16da(){const _0x3666f5=['1970076RkPEvS','LizVb','LoadTestModule','BROWSERSTACK_LTS_SESSION_ID\x20cleared','NrJWJ','env','IJLom','JUhfE','136Fhktji','99394socibF','STNjf','OWkHi','toLowerCase','5pkqSjJ','setLTSSessionId','7777ksvuET','setLTSSessionId\x20error:\x20','8325200jZwZwK','message','toString','yiVjs','ZfgKt','eakRR','undefined','../../../helpers/helper.js','LTS','ooWhi','IIKsd','exports','44387JcMKXg','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','debug','isLTSSession','string','11028SFIiMx','FyiLn','true','../../../helpers/classLogger.js','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','BROWSERSTACK_LTS_SESSION_ID','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','1569057UUYqLp','getLTSSessionId','13fGBCog','awaAv','zMttx','398322RuIxxD','4zsVqtX','AYaQU','AkegQ','EdDmP','overrideLoadTesting'];a106_0x16da=function(){return _0x3666f5;};return a106_0x16da();}const {createClassLogger}=require(a106_0x3eaab6(0x1fb)),logger=createClassLogger(a106_0x3eaab6(0x1d8)),{sendSdkEvents}=require(a106_0x3eaab6(0x1ee)),isLTSSession=(_0x3056b4=null)=>{const _0x3ce450=a106_0x3eaab6,_0x565faa={};_0x565faa[_0x3ce450(0x1f9)]=function(_0x44dd1a,_0x39b7f7){return _0x44dd1a!==_0x39b7f7;},_0x565faa['djGXf']=_0x3ce450(0x1ed),_0x565faa[_0x3ce450(0x203)]=function(_0x314da6,_0x4f6106){return _0x314da6===_0x4f6106;},_0x565faa[_0x3ce450(0x1dd)]=_0x3ce450(0x1f7),_0x565faa['awaAv']=function(_0x56bff5,_0x5c45e0){return _0x56bff5===_0x5c45e0;},_0x565faa['ZfgKt']=_0x3ce450(0x1fa),_0x565faa[_0x3ce450(0x1d3)]=function(_0x3e0afa,_0x51891d){return _0x3e0afa===_0x51891d;},_0x565faa['NrJWJ']='false';const _0x460e1a=_0x565faa;try{if(_0x460e1a['FyiLn'](typeof process[_0x3ce450(0x1db)][_0x3ce450(0x1d5)],_0x460e1a['djGXf'])){const _0x1815ae=process['env'][_0x3ce450(0x1d5)];return _0x460e1a[_0x3ce450(0x203)](typeof _0x1815ae,_0x460e1a[_0x3ce450(0x1dd)])?_0x460e1a[_0x3ce450(0x202)](_0x1815ae[_0x3ce450(0x1e2)](),_0x460e1a['ZfgKt']):!!_0x1815ae;}const _0x7e8e44=_0x3056b4&&_0x3056b4[_0x3ce450(0x1d5)],_0x521f2d=!!(_0x3056b4&&(_0x460e1a['awaAv'](_0x3056b4['browserstackAutomation'],!![])||_0x460e1a['zMttx'](_0x3056b4['browserstackAutomation'],_0x460e1a[_0x3ce450(0x1eb)]))),_0x4e8b22=!!(_0x7e8e44&&_0x460e1a[_0x3ce450(0x1d3)](_0x7e8e44[_0x3ce450(0x1e9)]()[_0x3ce450(0x1e2)](),_0x460e1a[_0x3ce450(0x1eb)])&&!_0x521f2d);return process['env']['overrideLoadTesting']=_0x4e8b22?_0x460e1a[_0x3ce450(0x1eb)]:_0x460e1a[_0x3ce450(0x1da)],_0x4e8b22;}catch(_0x1c0dbe){return process[_0x3ce450(0x1db)][_0x3ce450(0x1d5)]=_0x460e1a[_0x3ce450(0x1da)],![];}},getLTSSessionId=()=>{const _0x287770=a106_0x3eaab6,_0x8d8a93={'ooWhi':function(_0x5b645f){return _0x5b645f();},'yiVjs':_0x287770(0x1fe),'IJLom':_0x287770(0x1fc)};try{if(_0x8d8a93[_0x287770(0x1f0)](isLTSSession))return logger['debug'](_0x8d8a93[_0x287770(0x1ea)]),process[_0x287770(0x1db)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x24be82){logger['error']('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x24be82&&_0x24be82[_0x287770(0x1e8)]));}return logger[_0x287770(0x1f5)](_0x8d8a93[_0x287770(0x1dc)]),'';},setLTSSessionId=async(_0xfbfed6={})=>{const _0x5406cc=a106_0x3eaab6,_0x2bae76={'IIKsd':function(_0xb80b3e){return _0xb80b3e();},'EdDmP':_0x5406cc(0x1f4),'eakRR':_0x5406cc(0x1d9),'OWkHi':_0x5406cc(0x1ef),'LizVb':function(_0x424595,_0x358127){return _0x424595(_0x358127);},'STNjf':function(_0x4fe3fb,_0x23e680,_0x33af75){return _0x4fe3fb(_0x23e680,_0x33af75);},'AYaQU':function(_0x4a47c6,_0x21fad5){return _0x4a47c6||_0x21fad5;}};try{const _0x22f81d=_0x2bae76[_0x5406cc(0x1f1)](getLTSSessionId);_0x22f81d?(process['env'][_0x5406cc(0x1fd)]=_0x22f81d,logger['debug'](_0x2bae76[_0x5406cc(0x1d4)])):(delete process['env'][_0x5406cc(0x1fd)],logger[_0x5406cc(0x1f5)](_0x2bae76[_0x5406cc(0x1ec)]));try{const _0x21cf71={'feature':_0x2bae76[_0x5406cc(0x1e1)],'ltsEnabled':_0x2bae76[_0x5406cc(0x1d7)](isLTSSession,_0xfbfed6),'ltsSessionIdPresent':!!_0x22f81d};await _0x2bae76[_0x5406cc(0x1e0)](sendSdkEvents,_0x21cf71,_0xfbfed6);}catch(_0x581727){logger['debug']('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x581727&&_0x581727['message']));}return _0x2bae76[_0x5406cc(0x1d2)](_0x22f81d,'');}catch(_0x104e18){return logger['debug'](_0x5406cc(0x1e6)+(_0x104e18&&_0x104e18[_0x5406cc(0x1e8)])),'';}},a106_0x233106={};a106_0x233106[a106_0x3eaab6(0x1f6)]=isLTSSession,a106_0x233106[a106_0x3eaab6(0x200)]=getLTSSessionId,a106_0x233106[a106_0x3eaab6(0x1e4)]=setLTSSessionId,module[a106_0x3eaab6(0x1f2)]=a106_0x233106;
1
+ function a106_0x3435(_0xc24c0b,_0x3c6e26){const _0xf37132=a106_0xf371();return a106_0x3435=function(_0x34357e,_0x576037){_0x34357e=_0x34357e-0x64;let _0x3edfa1=_0xf37132[_0x34357e];return _0x3edfa1;},a106_0x3435(_0xc24c0b,_0x3c6e26);}function a106_0xf371(){const _0x39a2e8=['toLowerCase','message','2Mmlfmd','debug','TwCUw','787192hAKtEC','true','bKVOw','udXqc','LTS','1260886rBKnpT','env','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','EZPwi','ydsDV','499878IWpSVa','PgRRQ','KvohQ','cprkX','14FRqVzY','BjKeK','DaXXu','error','NfXJv','overrideLoadTesting','1217952rgPyIn','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','Jbcta','efAqn','undefined','dUdKY','5RwuZEe','euxok','BROWSERSTACK_LTS_SESSION_ID\x20cleared','false','826456PXCKEZ','../../../helpers/helper.js','53047zMWlIW','getLTSSessionId','BROWSERSTACK_LTS_SESSION_ID','AttiG','20Euezjf','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','339543IlIPsG','setLTSSessionId','browserstackAutomation','LoadTestModule','../../../helpers/classLogger.js','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','RIxJN'];a106_0xf371=function(){return _0x39a2e8;};return a106_0xf371();}const a106_0x1729dc=a106_0x3435;(function(_0x105db8,_0x4b00b1){const _0x563604=a106_0x3435,_0x7b89b=_0x105db8();while(!![]){try{const _0x17c430=-parseInt(_0x563604(0x8b))/0x1*(parseInt(_0x563604(0x68))/0x2)+parseInt(_0x563604(0x91))/0x3+-parseInt(_0x563604(0x89))/0x4+parseInt(_0x563604(0x85))/0x5*(parseInt(_0x563604(0x75))/0x6)+-parseInt(_0x563604(0x79))/0x7*(parseInt(_0x563604(0x6b))/0x8)+parseInt(_0x563604(0x7f))/0x9+parseInt(_0x563604(0x8f))/0xa*(parseInt(_0x563604(0x70))/0xb);if(_0x17c430===_0x4b00b1)break;else _0x7b89b['push'](_0x7b89b['shift']());}catch(_0x353ac0){_0x7b89b['push'](_0x7b89b['shift']());}}}(a106_0xf371,0x198a7));const {createClassLogger}=require(a106_0x1729dc(0x95)),logger=createClassLogger(a106_0x1729dc(0x94)),{sendSdkEvents}=require(a106_0x1729dc(0x8a)),isLTSSession=(_0x163b7e=null)=>{const _0x1c6a18=a106_0x1729dc,_0x485462={};_0x485462[_0x1c6a18(0x6e)]=function(_0x39254b,_0x2aff1b){return _0x39254b!==_0x2aff1b;},_0x485462['efAqn']=_0x1c6a18(0x83),_0x485462[_0x1c6a18(0x77)]=function(_0x4614cd,_0x1a11e1){return _0x4614cd===_0x1a11e1;},_0x485462[_0x1c6a18(0x81)]='string',_0x485462[_0x1c6a18(0x65)]=function(_0x2aa1f7,_0x2fd7cb){return _0x2aa1f7===_0x2fd7cb;},_0x485462['NfXJv']=_0x1c6a18(0x6c),_0x485462[_0x1c6a18(0x76)]=function(_0x89dc6b,_0x591263){return _0x89dc6b===_0x591263;},_0x485462['BjKeK']=function(_0x2315f2,_0x3106eb){return _0x2315f2===_0x3106eb;},_0x485462[_0x1c6a18(0x78)]=_0x1c6a18(0x88);const _0x1ff2a6=_0x485462;try{if(_0x1ff2a6[_0x1c6a18(0x6e)](typeof process[_0x1c6a18(0x71)][_0x1c6a18(0x7e)],_0x1ff2a6[_0x1c6a18(0x82)])){const _0x36f9eb=process[_0x1c6a18(0x71)][_0x1c6a18(0x7e)];return _0x1ff2a6[_0x1c6a18(0x77)](typeof _0x36f9eb,_0x1ff2a6[_0x1c6a18(0x81)])?_0x1ff2a6[_0x1c6a18(0x65)](_0x36f9eb['toLowerCase'](),_0x1ff2a6[_0x1c6a18(0x7d)]):!!_0x36f9eb;}const _0x3ca37d=_0x163b7e&&_0x163b7e['overrideLoadTesting'],_0x30a30b=!!(_0x163b7e&&(_0x1ff2a6[_0x1c6a18(0x76)](_0x163b7e['browserstackAutomation'],!![])||_0x1ff2a6[_0x1c6a18(0x7a)](_0x163b7e[_0x1c6a18(0x93)],_0x1ff2a6[_0x1c6a18(0x7d)]))),_0x4661c3=!!(_0x3ca37d&&_0x1ff2a6[_0x1c6a18(0x77)](_0x3ca37d['toString']()[_0x1c6a18(0x66)](),_0x1ff2a6['NfXJv'])&&!_0x30a30b);return process[_0x1c6a18(0x71)][_0x1c6a18(0x7e)]=_0x4661c3?_0x1ff2a6[_0x1c6a18(0x7d)]:_0x1ff2a6[_0x1c6a18(0x78)],_0x4661c3;}catch(_0x56c2af){return process[_0x1c6a18(0x71)][_0x1c6a18(0x7e)]=_0x1ff2a6['cprkX'],![];}},getLTSSessionId=()=>{const _0x327ba8=a106_0x1729dc,_0x57f9a6={'lQIRI':function(_0x411f06){return _0x411f06();},'ydsDV':_0x327ba8(0x72),'euxok':_0x327ba8(0x90)};try{if(_0x57f9a6['lQIRI'](isLTSSession))return logger['debug'](_0x57f9a6[_0x327ba8(0x74)]),process[_0x327ba8(0x71)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x4717ee){logger[_0x327ba8(0x7c)](_0x327ba8(0x80)+(_0x4717ee&&_0x4717ee['message']));}return logger['debug'](_0x57f9a6[_0x327ba8(0x86)]),'';},setLTSSessionId=async(_0x1086fc={})=>{const _0x408085=a106_0x1729dc,_0x32bf47={'DaXXu':function(_0x23674d){return _0x23674d();},'FmAav':_0x408085(0x64),'EZPwi':_0x408085(0x87),'TwCUw':_0x408085(0x6f),'AttiG':function(_0x4c75b6,_0xfaf9f5){return _0x4c75b6(_0xfaf9f5);},'bKVOw':function(_0x56ec36,_0x272648,_0x5d2ed5){return _0x56ec36(_0x272648,_0x5d2ed5);},'dUdKY':function(_0x3ea3d0,_0xf9455a){return _0x3ea3d0||_0xf9455a;}};try{const _0x346e37=_0x32bf47[_0x408085(0x7b)](getLTSSessionId);_0x346e37?(process[_0x408085(0x71)][_0x408085(0x8d)]=_0x346e37,logger[_0x408085(0x69)](_0x32bf47['FmAav'])):(delete process[_0x408085(0x71)][_0x408085(0x8d)],logger['debug'](_0x32bf47[_0x408085(0x73)]));try{const _0x698ace={'feature':_0x32bf47[_0x408085(0x6a)],'ltsEnabled':_0x32bf47[_0x408085(0x8e)](isLTSSession,_0x1086fc),'ltsSessionIdPresent':!!_0x346e37};await _0x32bf47[_0x408085(0x6d)](sendSdkEvents,_0x698ace,_0x1086fc);}catch(_0x407c53){logger['debug']('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x407c53&&_0x407c53[_0x408085(0x67)]));}return _0x32bf47[_0x408085(0x84)](_0x346e37,'');}catch(_0x32f3a5){return logger[_0x408085(0x69)]('setLTSSessionId\x20error:\x20'+(_0x32f3a5&&_0x32f3a5[_0x408085(0x67)])),'';}},a106_0x5da798={};a106_0x5da798['isLTSSession']=isLTSSession,a106_0x5da798[a106_0x1729dc(0x8c)]=getLTSSessionId,a106_0x5da798[a106_0x1729dc(0x92)]=setLTSSessionId,module['exports']=a106_0x5da798;
@@ -1 +1 @@
1
- const a107_0x4d0bf0=a107_0x130f;(function(_0xa1cef4,_0x206613){const _0x459a5a=a107_0x130f,_0x4dcc4c=_0xa1cef4();while(!![]){try{const _0x3db79e=parseInt(_0x459a5a(0x1e5))/0x1+parseInt(_0x459a5a(0x1f2))/0x2*(-parseInt(_0x459a5a(0x1ef))/0x3)+-parseInt(_0x459a5a(0x1e2))/0x4*(parseInt(_0x459a5a(0x1db))/0x5)+parseInt(_0x459a5a(0x1f4))/0x6+-parseInt(_0x459a5a(0x201))/0x7*(-parseInt(_0x459a5a(0x1f9))/0x8)+parseInt(_0x459a5a(0x1f5))/0x9+parseInt(_0x459a5a(0x1de))/0xa*(parseInt(_0x459a5a(0x1e3))/0xb);if(_0x3db79e===_0x206613)break;else _0x4dcc4c['push'](_0x4dcc4c['shift']());}catch(_0x116db6){_0x4dcc4c['push'](_0x4dcc4c['shift']());}}}(a107_0x4152,0x2351c));const BaseModule=require(a107_0x4d0bf0(0x1f1)),{createClassLogger}=require(a107_0x4d0bf0(0x1fb)),AutomationFramework=require(a107_0x4d0bf0(0x1df)),AutomationFrameworkState=require(a107_0x4d0bf0(0x1e9)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a107_0x4d0bf0(0x1e1)),PerformanceTester=require(a107_0x4d0bf0(0x1ee)),{O11y_EVENTS}=require(a107_0x4d0bf0(0x1fc)),constants=require(a107_0x4d0bf0(0x1e7));class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x16e32c){const _0x498e9f=a107_0x4d0bf0,_0x50749b={};_0x50749b[_0x498e9f(0x1f7)]=_0x498e9f(0x203);const _0x29bc0e=_0x50749b;super(),this[_0x498e9f(0x202)]=_0x29bc0e[_0x498e9f(0x1f7)],this['observabilityConfig']=_0x16e32c,AutomationFramework[_0x498e9f(0x1f6)](AutomationFrameworkState[_0x498e9f(0x1ea)],HookState[_0x498e9f(0x204)],this[_0x498e9f(0x205)][_0x498e9f(0x1fd)](this));}[a107_0x4d0bf0(0x1dd)](){const _0x39f904=a107_0x4d0bf0;return ObservabilityModule[_0x39f904(0x1ed)];}async[a107_0x4d0bf0(0x205)](_0x5ae588){const _0x293b9e=a107_0x4d0bf0,_0x137474={'AfIqg':function(_0x948348,_0x1abfd7){return _0x948348+_0x1abfd7;},'IEALd':_0x293b9e(0x1e6),'JyJkp':function(_0x2620d2,_0x64493,_0x587655,_0x1d4856){return _0x2620d2(_0x64493,_0x587655,_0x1d4856);},'jMSgY':_0x293b9e(0x1fe),'zAzYs':_0x293b9e(0x1f0)};if(_0x5ae588[_0x293b9e(0x1e8)]){const _0x59a915=_0x5ae588[_0x293b9e(0x1e8)],_0x58f0fa=Date[_0x293b9e(0x1ec)](),_0x252633=_0x137474[_0x293b9e(0x1ff)](_0x137474[_0x293b9e(0x200)],_0x58f0fa);PerformanceTester['start'](O11y_EVENTS[_0x293b9e(0x1fa)]),await _0x137474['JyJkp'](playwrightAnnotate,_0x59a915,_0x252633,_0x137474[_0x293b9e(0x1e4)]),PerformanceTester[_0x293b9e(0x1f8)](O11y_EVENTS[_0x293b9e(0x1fa)]),this[_0x293b9e(0x1f3)][_0x293b9e(0x1dc)](_0x293b9e(0x1e0)+constants['TEST_REPORTING_ANALYTICS']+_0x293b9e(0x1eb));}else this['logger'][_0x293b9e(0x1fe)](_0x137474['zAzYs']);}}ObservabilityModule[a107_0x4d0bf0(0x1ed)]=a107_0x4d0bf0(0x203),module['exports']=ObservabilityModule;function a107_0x130f(_0xfdefdf,_0x3043dc){const _0x4152d2=a107_0x4152();return a107_0x130f=function(_0x130fde,_0x19878b){_0x130fde=_0x130fde-0x1db;let _0x5f5a96=_0x4152d2[_0x130fde];return _0x5f5a96;},a107_0x130f(_0xfdefdf,_0x3043dc);}function a107_0x4152(){const _0xeb2075=['926424pqSUEH','registerObserver','qgVdj','end','287264vIioJX','SYNC','../../../helpers/classLogger.js','../../../helpers/performance/constants.js','bind','debug','AfIqg','IEALd','35sGkImg','name','ObservabilityModule','POST','onBeforeTest','95dgXSur','info','getModuleName','10pffmFY','../framework/automationFramework.js','onBeforeTest:\x20','../../../helpers/helper.js','30884PDpJcq','228602dcgEgt','jMSgY','154766onGRgG','ObservabilitySync:','../../utils/constants.js','page','../state/automationFrameworkState.js','CREATE','\x20sync\x20done','now','MODULE_NAME','../../../helpers/performance/performance-tester.js','569598HecQmJ','onBeforeTest:\x20page\x20is\x20not\x20defined','./baseModule','2XqXnfW','logger','139254zfpimi'];a107_0x4152=function(){return _0xeb2075;};return a107_0x4152();}
1
+ function a107_0x15c5(){const _0x561273=['CMEjl','TEST_REPORTING_ANALYTICS','8uzBodb','ObservabilitySync:','10moCnIn','../state/hookState.js','onBeforeTest:\x20page\x20is\x20not\x20defined','onBeforeTest','32976URMKZi','4840803pXnmRT','308127HFoBZw','14XcOttA','360ntTzFo','logger','MODULE_NAME','../../../helpers/performance/performance-tester.js','mmuhH','exports','start','./baseModule','../framework/automationFramework.js','debug','vzlbM','name','205488YtJoTW','observabilityConfig','getModuleName','SYNC','ObservabilityModule','../../utils/constants.js','page','info','28735FQkynf','373374NehlaA','\x20sync\x20done','end','../../../helpers/performance/constants.js','1242484HgsFdF','CREATE'];a107_0x15c5=function(){return _0x561273;};return a107_0x15c5();}function a107_0x3400(_0x262c28,_0x455661){const _0x15c50d=a107_0x15c5();return a107_0x3400=function(_0x3400d5,_0x4d7f20){_0x3400d5=_0x3400d5-0x1ec;let _0x2f13fe=_0x15c50d[_0x3400d5];return _0x2f13fe;},a107_0x3400(_0x262c28,_0x455661);}const a107_0x41531a=a107_0x3400;(function(_0x3faabd,_0x39f768){const _0x4ed486=a107_0x3400,_0x3b91fc=_0x3faabd();while(!![]){try{const _0x52dae7=parseInt(_0x4ed486(0x20b))/0x1+parseInt(_0x4ed486(0x210))/0x2+parseInt(_0x4ed486(0x1f5))/0x3*(-parseInt(_0x4ed486(0x1ed))/0x4)+parseInt(_0x4ed486(0x1f7))/0x5*(parseInt(_0x4ed486(0x1f3))/0x6)+parseInt(_0x4ed486(0x1f6))/0x7*(-parseInt(_0x4ed486(0x203))/0x8)+-parseInt(_0x4ed486(0x20c))/0x9*(-parseInt(_0x4ed486(0x1ef))/0xa)+-parseInt(_0x4ed486(0x1f4))/0xb;if(_0x52dae7===_0x39f768)break;else _0x3b91fc['push'](_0x3b91fc['shift']());}catch(_0x3c036a){_0x3b91fc['push'](_0x3b91fc['shift']());}}}(a107_0x15c5,0x5f4a8));const BaseModule=require(a107_0x41531a(0x1fe)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a107_0x41531a(0x1ff)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a107_0x41531a(0x1f0)),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a107_0x41531a(0x1fa)),{O11y_EVENTS}=require(a107_0x41531a(0x20f)),constants=require(a107_0x41531a(0x208));class ObservabilityModule extends BaseModule{['logger']=createClassLogger(a107_0x41531a(0x207));constructor(_0x364313){const _0x265e01=a107_0x41531a,_0x3ffd60={};_0x3ffd60['CMEjl']=_0x265e01(0x207);const _0x39124a=_0x3ffd60;super(),this[_0x265e01(0x202)]=_0x39124a[_0x265e01(0x212)],this[_0x265e01(0x204)]=_0x364313,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x265e01(0x211)],HookState['POST'],this[_0x265e01(0x1f2)]['bind'](this));}[a107_0x41531a(0x205)](){const _0x53fe7f=a107_0x41531a;return ObservabilityModule[_0x53fe7f(0x1f9)];}async[a107_0x41531a(0x1f2)](_0x24660c){const _0x122d0f=a107_0x41531a,_0x1b87b4={'lBajx':function(_0x41ac10,_0xfd15ef){return _0x41ac10+_0xfd15ef;},'vzlbM':_0x122d0f(0x1ee),'mmuhH':function(_0x2dda48,_0x34704f,_0x337dac,_0x1e1a14){return _0x2dda48(_0x34704f,_0x337dac,_0x1e1a14);},'ljRzs':'debug','SVvxK':_0x122d0f(0x1f1)};if(_0x24660c[_0x122d0f(0x209)]){const _0x24e3fd=_0x24660c[_0x122d0f(0x209)],_0x39de00=Date['now'](),_0xdf343d=_0x1b87b4['lBajx'](_0x1b87b4[_0x122d0f(0x201)],_0x39de00);PerformanceTester[_0x122d0f(0x1fd)](O11y_EVENTS[_0x122d0f(0x206)]),await _0x1b87b4[_0x122d0f(0x1fb)](playwrightAnnotate,_0x24e3fd,_0xdf343d,_0x1b87b4['ljRzs']),PerformanceTester[_0x122d0f(0x20e)](O11y_EVENTS[_0x122d0f(0x206)]),this['logger'][_0x122d0f(0x20a)]('onBeforeTest:\x20'+constants[_0x122d0f(0x1ec)]+_0x122d0f(0x20d));}else this[_0x122d0f(0x1f8)][_0x122d0f(0x200)](_0x1b87b4['SVvxK']);}}ObservabilityModule['MODULE_NAME']=a107_0x41531a(0x207),module[a107_0x41531a(0x1fc)]=ObservabilityModule;